Started by user Simon Delisle Obtained Jenkinsfile from git https://github.com/delislesim/tracecompass-infra-test Running in Durability level: PERFORMANCE_OPTIMIZED [Pipeline] Start of Pipeline [Pipeline] podTemplate [Pipeline] { [Pipeline] node Still waiting to schedule task All nodes of label ‘tracecompass-build’ are offline Agent tracecompass-build-snz4t-mmwtn is provisioned from template Kubernetes Pod Template Agent specification [Kubernetes Pod Template] (tracecompass-build): yaml: apiVersion: v1 kind: Pod spec: containers: - name: environment image: delislesim/eclipse-tracecompass-build-env:16.04 imagePullPolicy: Always tty: true command: [ "/bin/sh" ] args: ["-c", "/home/tracecompass/.vnc/xstartup.sh && cat"] resources: requests: memory: "2.6Gi" cpu: "1.3" limits: memory: "2.6Gi" cpu: "1.3" volumeMounts: - name: settings-xml mountPath: /home/jenkins/.m2/settings.xml subPath: settings.xml readOnly: true - name: m2-repo mountPath: /home/jenkins/.m2/repository - name: tools mountPath: /opt/tools - name: jnlp image: 'eclipsecbi/jenkins-jnlp-agent' volumeMounts: - mountPath: /home/jenkins/.ssh name: volume-known-hosts volumes: - name: volume-known-hosts configMap: name: known-hosts - name: settings-xml configMap: name: m2-dir items: - key: settings.xml path: settings.xml - name: m2-repo emptyDir: {} - name: tools persistentVolumeClaim: claimName: tools-claim-jiro-tracecompass Running on tracecompass-build-snz4t-mmwtn in /home/jenkins/workspace/tracecompass-gerrit [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout No credentials specified Cloning the remote Git repository Cloning repository https://github.com/delislesim/tracecompass-infra-test > /usr/bin/git init /home/jenkins/workspace/tracecompass-gerrit # timeout=10 Fetching upstream changes from https://github.com/delislesim/tracecompass-infra-test > /usr/bin/git --version # timeout=10 > /usr/bin/git fetch --tags --progress https://github.com/delislesim/tracecompass-infra-test +refs/heads/*:refs/remotes/origin/* > /usr/bin/git config remote.origin.url https://github.com/delislesim/tracecompass-infra-test # timeout=10 > /usr/bin/git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > /usr/bin/git config remote.origin.url https://github.com/delislesim/tracecompass-infra-test # timeout=10 Fetching upstream changes from https://github.com/delislesim/tracecompass-infra-test > /usr/bin/git fetch --tags --progress https://github.com/delislesim/tracecompass-infra-test +refs/heads/*:refs/remotes/origin/* Checking out Revision 969fce98eb8d359021a88aefcb8382439b9556f5 (refs/remotes/origin/master) > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > /usr/bin/git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10 > /usr/bin/git config core.sparsecheckout # timeout=10 > /usr/bin/git checkout -f 969fce98eb8d359021a88aefcb8382439b9556f5 Commit message: "Fix deploy parameter" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:06:51 [2019-07-19T19:06:51.113Z] Timeout set to expire in 4 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Tool Install) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Build) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] checkout 15:06:51 [2019-07-19T19:06:51.496Z] No credentials specified 15:06:51 [2019-07-19T19:06:51.584Z] Fetching changes from the remote Git repository 15:06:51 [2019-07-19T19:06:51.499Z] > /usr/bin/git rev-parse --is-inside-work-tree # timeout=10 15:06:51 [2019-07-19T19:06:51.582Z] > /usr/bin/git config remote.origin.url git://git.eclipse.org/gitroot/tracecompass/org.eclipse.tracecompass # timeout=10 15:06:51 [2019-07-19T19:06:51.592Z] Fetching upstream changes from git://git.eclipse.org/gitroot/tracecompass/org.eclipse.tracecompass 15:06:51 [2019-07-19T19:06:51.592Z] > /usr/bin/git --version # timeout=10 15:06:51 [2019-07-19T19:06:51.675Z] > /usr/bin/git fetch --tags --progress git://git.eclipse.org/gitroot/tracecompass/org.eclipse.tracecompass refs/changes/55/145555/2 15:07:37 [2019-07-19T19:07:37.781Z] Checking out Revision 7cf77de246a9d0571ecb15f19bf29e2aa8162a1e (master) 15:07:37 [2019-07-19T19:07:37.734Z] > /usr/bin/git rev-parse FETCH_HEAD^{commit} # timeout=10 15:07:37 [2019-07-19T19:07:37.779Z] > /usr/bin/git config core.sparsecheckout # timeout=10 15:07:37 [2019-07-19T19:07:37.784Z] > /usr/bin/git checkout -f 7cf77de246a9d0571ecb15f19bf29e2aa8162a1e 15:07:42 [2019-07-19T19:07:42.203Z] Commit message: "filter: Support the colon and semi-colon characters" 15:07:42 [2019-07-19T19:07:42.204Z] First time build. Skipping changelog. [Pipeline] sh 15:07:44 [2019-07-19T19:07:44.079Z] + mvn clean install -Pctf-grammar -Pbuild-rcp -Dmaven.repo.local=/home/jenkins/.m2/repository --settings /home/jenkins/.m2/settings.xml 15:07:44 [2019-07-19T19:07:44.079Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass 15:07:47 [2019-07-19T19:07:47.378Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pomless/1.3.0/tycho-pomless-1.3.0.pom 15:07:47 [2019-07-19T19:07:47.638Z] Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pomless/1.3.0/tycho-pomless-1.3.0.pom (2.1 kB at 3.7 kB/s) 15:07:47 [2019-07-19T19:07:47.638Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/1.3.0/tycho-extras-1.3.0.pom 15:07:47 [2019-07-19T19:07:47.638Z] Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/1.3.0/tycho-extras-1.3.0.pom (15 kB at 178 kB/s) 15:07:47 [2019-07-19T19:07:47.898Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/polyglot/polyglot-common/0.1.5/polyglot-common-0.1.5.pom 15:07:47 [2019-07-19T19:07:47.898Z] Progress (1): 1.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/polyglot/polyglot-common/0.1.5/polyglot-common-0.1.5.pom (1.2 kB at 37 kB/s) 15:07:47 [2019-07-19T19:07:47.898Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/polyglot/polyglot/0.1.5/polyglot-0.1.5.pom 15:07:47 [2019-07-19T19:07:47.898Z] Progress (1): 4.1/6.5 kB Progress (1): 6.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/polyglot/polyglot/0.1.5/polyglot-0.1.5.pom (6.5 kB at 224 kB/s) 15:07:47 [2019-07-19T19:07:47.898Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/takari/14/takari-14.pom 15:07:47 [2019-07-19T19:07:47.898Z] Progress (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/takari/14/takari-14.pom (13 kB at 580 kB/s) 15:07:47 [2019-07-19T19:07:47.898Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.3.1/maven-3.3.1.pom 15:07:47 [2019-07-19T19:07:47.898Z] Progress (1): 4.1/23 kB Progress (1): 7.7/23 kB Progress (1): 12/23 kB Progress (1): 16/23 kB Progress (1): 20/23 kB Progress (1): 23 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.3.1/maven-3.3.1.pom (23 kB at 899 kB/s) 15:07:47 [2019-07-19T19:07:47.898Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/26/maven-parent-26.pom 15:07:48 [2019-07-19T19:07:48.159Z] Progress (1): 4.1/40 kB Progress (1): 7.7/40 kB Progress (1): 12/40 kB Progress (1): 16/40 kB Progress (1): 20/40 kB Progress (1): 24/40 kB Progress (1): 28/40 kB Progress (1): 32/40 kB Progress (1): 36/40 kB Progress (1): 40/40 kB Progress (1): 40 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/26/maven-parent-26.pom (40 kB at 1.1 MB/s) 15:07:48 [2019-07-19T19:07:48.159Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom 15:07:48 [2019-07-19T19:07:48.159Z] Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom (15 kB at 616 kB/s) 15:07:48 [2019-07-19T19:07:48.159Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pomless/1.3.0/tycho-pomless-1.3.0.jar 15:07:48 [2019-07-19T19:07:48.159Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/polyglot/polyglot-common/0.1.5/polyglot-common-0.1.5.jar 15:07:48 [2019-07-19T19:07:48.159Z] Progress (1): 4.1/9.3 kB Progress (1): 7.7/9.3 kB Progress (1): 9.3 kB Progress (2): 9.3 kB | 4.1/27 kB Progress (2): 9.3 kB | 7.7/27 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pomless/1.3.0/tycho-pomless-1.3.0.jar (9.3 kB at 103 kB/s) 15:07:48 [2019-07-19T19:07:48.159Z] Progress (1): 12/27 kB Progress (1): 16/27 kB Progress (1): 20/27 kB Progress (1): 24/27 kB Progress (1): 27 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/polyglot/polyglot-common/0.1.5/polyglot-common-0.1.5.jar (27 kB at 220 kB/s) 15:07:49 [2019-07-19T19:07:49.103Z] [INFO] Scanning for projects... 15:07:49 [2019-07-19T19:07:49.103Z] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core/.polyglot.build.properties 15:07:49 [2019-07-19T19:07:49.103Z] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core.tests/.polyglot.build.properties 15:07:49 [2019-07-19T19:07:49.103Z] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui/.polyglot.build.properties 15:07:49 [2019-07-19T19:07:49.103Z] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core/.polyglot.build.properties 15:07:49 [2019-07-19T19:07:49.103Z] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core.tests/.polyglot.build.properties 15:07:49 [2019-07-19T19:07:49.103Z] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core/.polyglot.build.properties 15:07:49 [2019-07-19T19:07:49.103Z] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core.tests/.polyglot.build.properties 15:07:49 [2019-07-19T19:07:49.103Z] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui/.polyglot.build.properties 15:07:49 [2019-07-19T19:07:49.103Z] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.ui/.polyglot.build.properties 15:07:49 [2019-07-19T19:07:49.363Z] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/.polyglot.build.properties 15:07:49 [2019-07-19T19:07:49.363Z] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/.polyglot.build.properties 15:07:49 [2019-07-19T19:07:49.363Z] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/.polyglot.build.properties 15:07:49 [2019-07-19T19:07:49.363Z] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.tests/.polyglot.build.properties 15:07:49 [2019-07-19T19:07:49.363Z] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/.polyglot.build.properties 15:07:49 [2019-07-19T19:07:49.363Z] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/.polyglot.build.properties 15:07:49 [2019-07-19T19:07:49.363Z] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/.polyglot.build.properties 15:07:49 [2019-07-19T19:07:49.364Z] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/.polyglot.build.properties 15:07:49 [2019-07-19T19:07:49.364Z] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core/.polyglot.build.properties 15:07:49 [2019-07-19T19:07:49.364Z] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/.polyglot.build.properties 15:07:49 [2019-07-19T19:07:49.364Z] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/.polyglot.build.properties 15:07:49 [2019-07-19T19:07:49.364Z] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/.polyglot.build.properties 15:07:49 [2019-07-19T19:07:49.364Z] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/.polyglot.build.properties 15:07:49 [2019-07-19T19:07:49.364Z] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/.polyglot.build.properties 15:07:49 [2019-07-19T19:07:49.364Z] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/.polyglot.build.properties 15:07:49 [2019-07-19T19:07:49.364Z] /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf/.polyglot.build.properties 15:07:49 [2019-07-19T19:07:49.624Z] /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.core/.polyglot.build.properties 15:07:49 [2019-07-19T19:07:49.624Z] /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.core.tests/.polyglot.build.properties 15:07:49 [2019-07-19T19:07:49.624Z] /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.ui/.polyglot.build.properties 15:07:49 [2019-07-19T19:07:49.624Z] /home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core/.polyglot.build.properties 15:07:49 [2019-07-19T19:07:49.624Z] /home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core.tests/.polyglot.build.properties 15:07:49 [2019-07-19T19:07:49.624Z] /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf/.polyglot.build.properties 15:07:49 [2019-07-19T19:07:49.624Z] /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core/.polyglot.build.properties 15:07:49 [2019-07-19T19:07:49.624Z] /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser.tests/.polyglot.build.properties 15:07:49 [2019-07-19T19:07:49.624Z] /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf/.polyglot.build.properties 15:07:49 [2019-07-19T19:07:49.624Z] /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core/.polyglot.build.properties 15:07:49 [2019-07-19T19:07:49.624Z] /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/.polyglot.build.properties 15:07:49 [2019-07-19T19:07:49.624Z] /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/.polyglot.build.properties 15:07:49 [2019-07-19T19:07:49.892Z] /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.examples/.polyglot.build.properties 15:07:49 [2019-07-19T19:07:49.892Z] /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace/.polyglot.build.properties 15:07:49 [2019-07-19T19:07:49.892Z] /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core/.polyglot.build.properties 15:07:49 [2019-07-19T19:07:49.892Z] /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core.tests/.polyglot.build.properties 15:07:49 [2019-07-19T19:07:49.892Z] /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui/.polyglot.build.properties 15:07:49 [2019-07-19T19:07:49.892Z] /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui.tests/.polyglot.build.properties 15:07:49 [2019-07-19T19:07:49.892Z] /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.common.core/.polyglot.build.properties 15:07:49 [2019-07-19T19:07:49.892Z] /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.common.core.tests/.polyglot.build.properties 15:07:49 [2019-07-19T19:07:49.892Z] /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control/.polyglot.build.properties 15:07:49 [2019-07-19T19:07:49.892Z] /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core/.polyglot.build.properties 15:07:49 [2019-07-19T19:07:49.892Z] /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core.tests/.polyglot.build.properties 15:07:49 [2019-07-19T19:07:49.892Z] /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui/.polyglot.build.properties 15:07:49 [2019-07-19T19:07:49.892Z] /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/.polyglot.build.properties 15:07:49 [2019-07-19T19:07:49.892Z] /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel/.polyglot.build.properties 15:07:50 [2019-07-19T19:07:50.154Z] /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core/.polyglot.build.properties 15:07:50 [2019-07-19T19:07:50.154Z] /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/.polyglot.build.properties 15:07:50 [2019-07-19T19:07:50.154Z] /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui/.polyglot.build.properties 15:07:50 [2019-07-19T19:07:50.154Z] /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust/.polyglot.build.properties 15:07:50 [2019-07-19T19:07:50.154Z] /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core/.polyglot.build.properties 15:07:50 [2019-07-19T19:07:50.154Z] /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core.tests/.polyglot.build.properties 15:07:50 [2019-07-19T19:07:50.154Z] /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui/.polyglot.build.properties 15:07:50 [2019-07-19T19:07:50.154Z] /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.tests/.polyglot.build.properties 15:07:50 [2019-07-19T19:07:50.154Z] /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/.polyglot.build.properties 15:07:50 [2019-07-19T19:07:50.154Z] /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/.polyglot.build.properties 15:07:50 [2019-07-19T19:07:50.154Z] /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests/.polyglot.build.properties 15:07:50 [2019-07-19T19:07:50.154Z] /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core/.polyglot.build.properties 15:07:50 [2019-07-19T19:07:50.154Z] /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap/.polyglot.build.properties 15:07:50 [2019-07-19T19:07:50.154Z] /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.core/.polyglot.build.properties 15:07:50 [2019-07-19T19:07:50.154Z] /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.core.tests/.polyglot.build.properties 15:07:50 [2019-07-19T19:07:50.154Z] /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.ui/.polyglot.build.properties 15:07:50 [2019-07-19T19:07:50.154Z] /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests/.polyglot.build.properties 15:07:50 [2019-07-19T19:07:50.154Z] /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.ui/.polyglot.build.properties 15:07:50 [2019-07-19T19:07:50.154Z] /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.incubator/.polyglot.build.properties 15:07:50 [2019-07-19T19:07:50.414Z] /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.incubator.ui/.polyglot.build.properties 15:07:50 [2019-07-19T19:07:50.414Z] /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/.polyglot.build.properties 15:07:50 [2019-07-19T19:07:50.414Z] /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.testing/.polyglot.build.properties 15:07:50 [2019-07-19T19:07:50.414Z] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.datastore.core/.polyglot.build.properties 15:07:50 [2019-07-19T19:07:50.414Z] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.datastore.core.tests/.polyglot.build.properties 15:07:50 [2019-07-19T19:07:50.414Z] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core/.polyglot.build.properties 15:07:50 [2019-07-19T19:07:50.414Z] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core.tests/.polyglot.build.properties 15:07:50 [2019-07-19T19:07:50.414Z] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core/.polyglot.build.properties 15:07:50 [2019-07-19T19:07:50.414Z] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core.tests/.polyglot.build.properties 15:07:50 [2019-07-19T19:07:50.414Z] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf/.polyglot.build.properties 15:07:50 [2019-07-19T19:07:50.414Z] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/.polyglot.build.properties 15:07:50 [2019-07-19T19:07:50.414Z] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/.polyglot.build.properties 15:07:50 [2019-07-19T19:07:50.414Z] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/.polyglot.build.properties 15:07:50 [2019-07-19T19:07:50.414Z] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.tests/.polyglot.build.properties 15:07:50 [2019-07-19T19:07:50.414Z] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/.polyglot.build.properties 15:07:50 [2019-07-19T19:07:50.414Z] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/.polyglot.build.properties 15:07:50 [2019-07-19T19:07:50.414Z] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui/.polyglot.build.properties 15:07:50 [2019-07-19T19:07:50.414Z] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.tests/.polyglot.build.properties 15:07:50 [2019-07-19T19:07:50.414Z] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.core/.polyglot.build.properties 15:07:50 [2019-07-19T19:07:50.414Z] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.core.tests/.polyglot.build.properties 15:07:50 [2019-07-19T19:07:50.414Z] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui/.polyglot.build.properties 15:07:50 [2019-07-19T19:07:50.674Z] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui.tests/.polyglot.build.properties 15:07:50 [2019-07-19T19:07:50.674Z] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote/.polyglot.build.properties 15:07:50 [2019-07-19T19:07:50.674Z] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.core/.polyglot.build.properties 15:07:50 [2019-07-19T19:07:50.674Z] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.core.tests/.polyglot.build.properties 15:07:50 [2019-07-19T19:07:50.674Z] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui/.polyglot.build.properties 15:07:50 [2019-07-19T19:07:50.674Z] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui.tests/.polyglot.build.properties 15:07:50 [2019-07-19T19:07:50.674Z] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/.polyglot.build.properties 15:07:50 [2019-07-19T19:07:50.674Z] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests/.polyglot.build.properties 15:07:50 [2019-07-19T19:07:50.674Z] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests/.polyglot.build.properties 15:07:50 [2019-07-19T19:07:50.674Z] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/.polyglot.build.properties 15:07:50 [2019-07-19T19:07:50.674Z] /home/jenkins/workspace/tracecompass-gerrit/jsontrace/org.eclipse.tracecompass.jsontrace/.polyglot.build.properties 15:07:50 [2019-07-19T19:07:50.674Z] /home/jenkins/workspace/tracecompass-gerrit/jsontrace/org.eclipse.tracecompass.jsontrace.core/.polyglot.build.properties 15:07:50 [2019-07-19T19:07:50.674Z] /home/jenkins/workspace/tracecompass-gerrit/jsontrace/org.eclipse.tracecompass.jsontrace.core.test/.polyglot.build.properties 15:07:50 [2019-07-19T19:07:50.674Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.pom 15:07:50 [2019-07-19T19:07:50.674Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.pom 15:07:50 [2019-07-19T19:07:50.674Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.pom 15:07:50 [2019-07-19T19:07:50.933Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.pom 15:07:51 [2019-07-19T19:07:51.193Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.pom 15:07:51 [2019-07-19T19:07:51.193Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.pom 15:07:51 [2019-07-19T19:07:51.193Z] Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.pom (2.1 kB at 53 kB/s) 15:07:51 [2019-07-19T19:07:51.193Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho/1.3.0/tycho-1.3.0.pom 15:07:51 [2019-07-19T19:07:51.193Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho/1.3.0/tycho-1.3.0.pom 15:07:51 [2019-07-19T19:07:51.193Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/tycho/1.3.0/tycho-1.3.0.pom 15:07:52 [2019-07-19T19:07:52.133Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho/1.3.0/tycho-1.3.0.pom 15:07:52 [2019-07-19T19:07:52.133Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho/1.3.0/tycho-1.3.0.pom 15:07:52 [2019-07-19T19:07:52.133Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/1.3.0/tycho-1.3.0.pom 15:07:52 [2019-07-19T19:07:52.133Z] Progress (1): 4.1/19 kB Progress (1): 7.7/19 kB Progress (1): 12/19 kB Progress (1): 16/19 kB Progress (1): 19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/1.3.0/tycho-1.3.0.pom (19 kB at 298 kB/s) 15:07:52 [2019-07-19T19:07:52.133Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.pom 15:07:52 [2019-07-19T19:07:52.133Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.pom 15:07:52 [2019-07-19T19:07:52.133Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.pom 15:07:52 [2019-07-19T19:07:52.392Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.pom 15:07:52 [2019-07-19T19:07:52.392Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.pom 15:07:52 [2019-07-19T19:07:52.392Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.pom 15:07:52 [2019-07-19T19:07:52.392Z] Progress (1): 4.1/4.5 kB Progress (1): 4.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.pom (4.5 kB at 113 kB/s) 15:07:52 [2019-07-19T19:07:52.392Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-core/3.0/maven-core-3.0.pom 15:07:52 [2019-07-19T19:07:52.392Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-core/3.0/maven-core-3.0.pom 15:07:52 [2019-07-19T19:07:52.653Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-core/3.0/maven-core-3.0.pom 15:07:52 [2019-07-19T19:07:52.653Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-core/3.0/maven-core-3.0.pom 15:07:52 [2019-07-19T19:07:52.653Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-core/3.0/maven-core-3.0.pom 15:07:52 [2019-07-19T19:07:52.912Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom 15:07:52 [2019-07-19T19:07:52.912Z] Progress (1): 4.1/6.6 kB Progress (1): 6.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom (6.6 kB at 166 kB/s) 15:07:52 [2019-07-19T19:07:52.912Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven/3.0/maven-3.0.pom 15:07:52 [2019-07-19T19:07:52.912Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven/3.0/maven-3.0.pom 15:07:52 [2019-07-19T19:07:52.912Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven/3.0/maven-3.0.pom 15:07:53 [2019-07-19T19:07:53.172Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven/3.0/maven-3.0.pom 15:07:53 [2019-07-19T19:07:53.172Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven/3.0/maven-3.0.pom 15:07:53 [2019-07-19T19:07:53.172Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom 15:07:53 [2019-07-19T19:07:53.172Z] Progress (1): 4.1/22 kB Progress (1): 7.7/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom (22 kB at 456 kB/s) 15:07:53 [2019-07-19T19:07:53.172Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/15/maven-parent-15.pom 15:07:53 [2019-07-19T19:07:53.172Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/15/maven-parent-15.pom 15:07:53 [2019-07-19T19:07:53.172Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-parent/15/maven-parent-15.pom 15:07:53 [2019-07-19T19:07:53.432Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-parent/15/maven-parent-15.pom 15:07:53 [2019-07-19T19:07:53.432Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/15/maven-parent-15.pom 15:07:53 [2019-07-19T19:07:53.432Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom 15:07:53 [2019-07-19T19:07:53.432Z] Progress (1): 4.1/24 kB Progress (1): 7.7/24 kB Progress (1): 12/24 kB Progress (1): 16/24 kB Progress (1): 20/24 kB Progress (1): 24/24 kB Progress (1): 24 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 kB at 511 kB/s) 15:07:53 [2019-07-19T19:07:53.432Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/apache/6/apache-6.pom 15:07:53 [2019-07-19T19:07:53.432Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/6/apache-6.pom 15:07:53 [2019-07-19T19:07:53.691Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/apache/6/apache-6.pom 15:07:53 [2019-07-19T19:07:53.691Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/apache/6/apache-6.pom 15:07:53 [2019-07-19T19:07:53.691Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/6/apache-6.pom 15:07:53 [2019-07-19T19:07:53.691Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom 15:07:53 [2019-07-19T19:07:53.951Z] Progress (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom (13 kB at 312 kB/s) 15:07:53 [2019-07-19T19:07:53.951Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-model/3.0/maven-model-3.0.pom 15:07:53 [2019-07-19T19:07:53.951Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-model/3.0/maven-model-3.0.pom 15:07:53 [2019-07-19T19:07:53.951Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-model/3.0/maven-model-3.0.pom 15:07:53 [2019-07-19T19:07:53.951Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-model/3.0/maven-model-3.0.pom 15:07:54 [2019-07-19T19:07:54.210Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-model/3.0/maven-model-3.0.pom 15:07:54 [2019-07-19T19:07:54.210Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.pom 15:07:54 [2019-07-19T19:07:54.210Z] Progress (1): 3.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.pom (3.9 kB at 67 kB/s) 15:07:54 [2019-07-19T19:07:54.210Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom 15:07:54 [2019-07-19T19:07:54.210Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom 15:07:54 [2019-07-19T19:07:54.210Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom 15:07:54 [2019-07-19T19:07:54.469Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom 15:07:54 [2019-07-19T19:07:54.469Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom 15:07:54 [2019-07-19T19:07:54.469Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom 15:07:54 [2019-07-19T19:07:54.469Z] Progress (1): 4.1/4.1 kB Progress (1): 4.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom (4.1 kB at 109 kB/s) 15:07:54 [2019-07-19T19:07:54.469Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom 15:07:54 [2019-07-19T19:07:54.469Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom 15:07:54 [2019-07-19T19:07:54.469Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom 15:07:54 [2019-07-19T19:07:54.731Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom 15:07:54 [2019-07-19T19:07:54.731Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom 15:07:54 [2019-07-19T19:07:54.731Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom 15:07:54 [2019-07-19T19:07:54.731Z] Progress (1): 4.1/22 kB Progress (1): 7.7/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom (22 kB at 448 kB/s) 15:07:54 [2019-07-19T19:07:54.731Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/forge/forge-parent/10/forge-parent-10.pom 15:07:54 [2019-07-19T19:07:54.990Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/forge/forge-parent/10/forge-parent-10.pom 15:07:54 [2019-07-19T19:07:54.990Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/sonatype/forge/forge-parent/10/forge-parent-10.pom 15:07:54 [2019-07-19T19:07:54.990Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/forge/forge-parent/10/forge-parent-10.pom 15:07:54 [2019-07-19T19:07:54.990Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/forge/forge-parent/10/forge-parent-10.pom 15:07:55 [2019-07-19T19:07:55.249Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom 15:07:55 [2019-07-19T19:07:55.249Z] Progress (1): 4.1/14 kB Progress (1): 7.7/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 kB at 277 kB/s) 15:07:55 [2019-07-19T19:07:55.249Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom 15:07:55 [2019-07-19T19:07:55.249Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom 15:07:55 [2019-07-19T19:07:55.249Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom 15:07:55 [2019-07-19T19:07:55.509Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom 15:07:55 [2019-07-19T19:07:55.509Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom 15:07:55 [2019-07-19T19:07:55.509Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom 15:07:55 [2019-07-19T19:07:55.509Z] Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom (1.9 kB at 36 kB/s) 15:07:55 [2019-07-19T19:07:55.509Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom 15:07:55 [2019-07-19T19:07:55.509Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom 15:07:55 [2019-07-19T19:07:55.509Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom 15:07:55 [2019-07-19T19:07:55.769Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom 15:07:55 [2019-07-19T19:07:55.769Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom 15:07:55 [2019-07-19T19:07:55.769Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom 15:07:55 [2019-07-19T19:07:55.769Z] Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom (2.2 kB at 57 kB/s) 15:07:55 [2019-07-19T19:07:55.769Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom 15:07:55 [2019-07-19T19:07:55.769Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom 15:07:56 [2019-07-19T19:07:56.028Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom 15:07:56 [2019-07-19T19:07:56.028Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom 15:07:56 [2019-07-19T19:07:56.028Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom 15:07:56 [2019-07-19T19:07:56.028Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom 15:07:56 [2019-07-19T19:07:56.287Z] Progress (1): 910 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom (910 B at 20 kB/s) 15:07:56 [2019-07-19T19:07:56.287Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom 15:07:56 [2019-07-19T19:07:56.287Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom 15:07:56 [2019-07-19T19:07:56.287Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom 15:07:56 [2019-07-19T19:07:56.287Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom 15:07:56 [2019-07-19T19:07:56.287Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom 15:07:56 [2019-07-19T19:07:56.287Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom 15:07:56 [2019-07-19T19:07:56.546Z] Progress (1): 4.1/5.4 kB Progress (1): 5.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom (5.4 kB at 119 kB/s) 15:07:56 [2019-07-19T19:07:56.546Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom 15:07:56 [2019-07-19T19:07:56.546Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom 15:07:56 [2019-07-19T19:07:56.546Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom 15:07:56 [2019-07-19T19:07:56.808Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom 15:07:56 [2019-07-19T19:07:56.808Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom 15:07:56 [2019-07-19T19:07:56.808Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom 15:07:56 [2019-07-19T19:07:56.808Z] Progress (1): 4.1/17 kB Progress (1): 7.7/17 kB Progress (1): 12/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 443 kB/s) 15:07:56 [2019-07-19T19:07:56.808Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom 15:07:56 [2019-07-19T19:07:56.808Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom 15:07:56 [2019-07-19T19:07:56.808Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom 15:07:57 [2019-07-19T19:07:57.069Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom 15:07:57 [2019-07-19T19:07:57.069Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom 15:07:57 [2019-07-19T19:07:57.069Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom 15:07:57 [2019-07-19T19:07:57.069Z] Progress (1): 770 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom (770 B at 14 kB/s) 15:07:57 [2019-07-19T19:07:57.069Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom 15:07:57 [2019-07-19T19:07:57.069Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom 15:07:57 [2019-07-19T19:07:57.069Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom 15:07:57 [2019-07-19T19:07:57.329Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom 15:07:57 [2019-07-19T19:07:57.329Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom 15:07:57 [2019-07-19T19:07:57.329Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom 15:07:57 [2019-07-19T19:07:57.329Z] Progress (1): 4.1/5.0 kB Progress (1): 5.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom (5.0 kB at 93 kB/s) 15:07:57 [2019-07-19T19:07:57.329Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom 15:07:57 [2019-07-19T19:07:57.329Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom 15:07:57 [2019-07-19T19:07:57.589Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom 15:07:57 [2019-07-19T19:07:57.589Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom 15:07:57 [2019-07-19T19:07:57.589Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom 15:07:57 [2019-07-19T19:07:57.589Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom 15:07:57 [2019-07-19T19:07:57.848Z] Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (3.0 kB at 50 kB/s) 15:07:57 [2019-07-19T19:07:57.848Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/spice/spice-parent/12/spice-parent-12.pom 15:07:57 [2019-07-19T19:07:57.848Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/spice/spice-parent/12/spice-parent-12.pom 15:07:57 [2019-07-19T19:07:57.848Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/sonatype/spice/spice-parent/12/spice-parent-12.pom 15:07:57 [2019-07-19T19:07:57.848Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/spice/spice-parent/12/spice-parent-12.pom 15:07:58 [2019-07-19T19:07:58.108Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/spice/spice-parent/12/spice-parent-12.pom 15:07:58 [2019-07-19T19:07:58.108Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom 15:07:58 [2019-07-19T19:07:58.108Z] Progress (1): 4.1/6.8 kB Progress (1): 6.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (6.8 kB at 170 kB/s) 15:07:58 [2019-07-19T19:07:58.108Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/forge/forge-parent/4/forge-parent-4.pom 15:07:58 [2019-07-19T19:07:58.108Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/forge/forge-parent/4/forge-parent-4.pom 15:07:58 [2019-07-19T19:07:58.108Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/sonatype/forge/forge-parent/4/forge-parent-4.pom 15:07:58 [2019-07-19T19:07:58.368Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/forge/forge-parent/4/forge-parent-4.pom 15:07:58 [2019-07-19T19:07:58.368Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/forge/forge-parent/4/forge-parent-4.pom 15:07:58 [2019-07-19T19:07:58.368Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom 15:07:58 [2019-07-19T19:07:58.368Z] Progress (1): 4.1/8.4 kB Progress (1): 7.7/8.4 kB Progress (1): 8.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (8.4 kB at 205 kB/s) 15:07:58 [2019-07-19T19:07:58.368Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom 15:07:58 [2019-07-19T19:07:58.368Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom 15:07:58 [2019-07-19T19:07:58.368Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom 15:07:58 [2019-07-19T19:07:58.627Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom 15:07:58 [2019-07-19T19:07:58.627Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom 15:07:58 [2019-07-19T19:07:58.627Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom 15:07:58 [2019-07-19T19:07:58.627Z] Progress (1): 4.1/4.2 kB Progress (1): 4.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom (4.2 kB at 127 kB/s) 15:07:58 [2019-07-19T19:07:58.627Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/spice/spice-parent/15/spice-parent-15.pom 15:07:58 [2019-07-19T19:07:58.627Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/spice/spice-parent/15/spice-parent-15.pom 15:07:58 [2019-07-19T19:07:58.886Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/sonatype/spice/spice-parent/15/spice-parent-15.pom 15:07:58 [2019-07-19T19:07:58.886Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/spice/spice-parent/15/spice-parent-15.pom 15:07:58 [2019-07-19T19:07:58.886Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/spice/spice-parent/15/spice-parent-15.pom 15:07:58 [2019-07-19T19:07:58.886Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom 15:07:58 [2019-07-19T19:07:58.886Z] Progress (1): 4.1/8.4 kB Progress (1): 7.7/8.4 kB Progress (1): 8.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom (8.4 kB at 239 kB/s) 15:07:59 [2019-07-19T19:07:59.144Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/forge/forge-parent/5/forge-parent-5.pom 15:07:59 [2019-07-19T19:07:59.144Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/forge/forge-parent/5/forge-parent-5.pom 15:07:59 [2019-07-19T19:07:59.144Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/sonatype/forge/forge-parent/5/forge-parent-5.pom 15:07:59 [2019-07-19T19:07:59.408Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/forge/forge-parent/5/forge-parent-5.pom 15:07:59 [2019-07-19T19:07:59.408Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/forge/forge-parent/5/forge-parent-5.pom 15:07:59 [2019-07-19T19:07:59.408Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom 15:07:59 [2019-07-19T19:07:59.408Z] Progress (1): 4.1/8.4 kB Progress (1): 7.7/8.4 kB Progress (1): 8.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (8.4 kB at 214 kB/s) 15:07:59 [2019-07-19T19:07:59.408Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom 15:07:59 [2019-07-19T19:07:59.408Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom 15:07:59 [2019-07-19T19:07:59.408Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom 15:07:59 [2019-07-19T19:07:59.666Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom 15:07:59 [2019-07-19T19:07:59.666Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom 15:07:59 [2019-07-19T19:07:59.666Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom 15:07:59 [2019-07-19T19:07:59.666Z] Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom (1.9 kB at 20 kB/s) 15:07:59 [2019-07-19T19:07:59.666Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom 15:07:59 [2019-07-19T19:07:59.926Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom 15:07:59 [2019-07-19T19:07:59.926Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom 15:07:59 [2019-07-19T19:07:59.926Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom 15:08:00 [2019-07-19T19:08:00.185Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom 15:08:00 [2019-07-19T19:08:00.185Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom 15:08:00 [2019-07-19T19:08:00.185Z] Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom (1.9 kB at 57 kB/s) 15:08:00 [2019-07-19T19:08:00.185Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom 15:08:00 [2019-07-19T19:08:00.185Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom 15:08:00 [2019-07-19T19:08:00.185Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom 15:08:00 [2019-07-19T19:08:00.444Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom 15:08:00 [2019-07-19T19:08:00.444Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom 15:08:00 [2019-07-19T19:08:00.444Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom 15:08:00 [2019-07-19T19:08:00.444Z] Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom (2.3 kB at 62 kB/s) 15:08:00 [2019-07-19T19:08:00.444Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom 15:08:00 [2019-07-19T19:08:00.444Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom 15:08:00 [2019-07-19T19:08:00.444Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom 15:08:00 [2019-07-19T19:08:00.703Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom 15:08:00 [2019-07-19T19:08:00.703Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom 15:08:00 [2019-07-19T19:08:00.703Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom 15:08:00 [2019-07-19T19:08:00.703Z] Progress (1): 4.1/5.4 kB Progress (1): 5.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom (5.4 kB at 131 kB/s) 15:08:00 [2019-07-19T19:08:00.703Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom 15:08:00 [2019-07-19T19:08:00.703Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom 15:08:00 [2019-07-19T19:08:00.703Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom 15:08:00 [2019-07-19T19:08:00.962Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom 15:08:00 [2019-07-19T19:08:00.962Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom 15:08:00 [2019-07-19T19:08:00.962Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom 15:08:00 [2019-07-19T19:08:00.962Z] Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom (3.1 kB at 85 kB/s) 15:08:00 [2019-07-19T19:08:00.962Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom 15:08:01 [2019-07-19T19:08:01.222Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom 15:08:01 [2019-07-19T19:08:01.222Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom 15:08:01 [2019-07-19T19:08:01.222Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom 15:08:01 [2019-07-19T19:08:01.222Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom 15:08:01 [2019-07-19T19:08:01.484Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom 15:08:01 [2019-07-19T19:08:01.484Z] Progress (1): 2.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom (2.6 kB at 74 kB/s) 15:08:01 [2019-07-19T19:08:01.484Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom 15:08:01 [2019-07-19T19:08:01.484Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom 15:08:01 [2019-07-19T19:08:01.484Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom 15:08:01 [2019-07-19T19:08:01.484Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom 15:08:01 [2019-07-19T19:08:01.743Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom 15:08:01 [2019-07-19T19:08:01.743Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom 15:08:01 [2019-07-19T19:08:01.743Z] Progress (1): 1.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom (1.2 kB at 35 kB/s) 15:08:01 [2019-07-19T19:08:01.743Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom 15:08:01 [2019-07-19T19:08:01.743Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom 15:08:01 [2019-07-19T19:08:01.743Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom 15:08:02 [2019-07-19T19:08:02.002Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom 15:08:02 [2019-07-19T19:08:02.002Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom 15:08:02 [2019-07-19T19:08:02.002Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom 15:08:02 [2019-07-19T19:08:02.002Z] Progress (1): 4.1/7.8 kB Progress (1): 7.7/7.8 kB Progress (1): 7.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom (7.8 kB at 199 kB/s) 15:08:02 [2019-07-19T19:08:02.002Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/forge/forge-parent/6/forge-parent-6.pom 15:08:02 [2019-07-19T19:08:02.002Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/forge/forge-parent/6/forge-parent-6.pom 15:08:02 [2019-07-19T19:08:02.002Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/sonatype/forge/forge-parent/6/forge-parent-6.pom 15:08:02 [2019-07-19T19:08:02.261Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/forge/forge-parent/6/forge-parent-6.pom 15:08:02 [2019-07-19T19:08:02.261Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/forge/forge-parent/6/forge-parent-6.pom 15:08:02 [2019-07-19T19:08:02.261Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom 15:08:02 [2019-07-19T19:08:02.261Z] Progress (1): 4.1/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (11 kB at 326 kB/s) 15:08:02 [2019-07-19T19:08:02.261Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom 15:08:02 [2019-07-19T19:08:02.261Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom 15:08:02 [2019-07-19T19:08:02.261Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom 15:08:02 [2019-07-19T19:08:02.520Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom 15:08:02 [2019-07-19T19:08:02.520Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom 15:08:02 [2019-07-19T19:08:02.520Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom 15:08:02 [2019-07-19T19:08:02.520Z] Progress (1): 4.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom (4.0 kB at 125 kB/s) 15:08:02 [2019-07-19T19:08:02.520Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom 15:08:02 [2019-07-19T19:08:02.520Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom 15:08:02 [2019-07-19T19:08:02.520Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom 15:08:02 [2019-07-19T19:08:02.779Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom 15:08:02 [2019-07-19T19:08:02.779Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom 15:08:02 [2019-07-19T19:08:02.779Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom 15:08:02 [2019-07-19T19:08:02.779Z] Progress (1): 4.1/17 kB Progress (1): 7.7/17 kB Progress (1): 12/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 kB at 466 kB/s) 15:08:02 [2019-07-19T19:08:02.779Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom 15:08:02 [2019-07-19T19:08:02.779Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom 15:08:02 [2019-07-19T19:08:02.779Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom 15:08:03 [2019-07-19T19:08:03.038Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom 15:08:03 [2019-07-19T19:08:03.038Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom 15:08:03 [2019-07-19T19:08:03.296Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom 15:08:03 [2019-07-19T19:08:03.296Z] Progress (1): 4.1/5.5 kB Progress (1): 5.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom (5.5 kB at 152 kB/s) 15:08:03 [2019-07-19T19:08:03.296Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom 15:08:03 [2019-07-19T19:08:03.296Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom 15:08:03 [2019-07-19T19:08:03.296Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom 15:08:03 [2019-07-19T19:08:03.555Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom 15:08:03 [2019-07-19T19:08:03.555Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom 15:08:03 [2019-07-19T19:08:03.555Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom 15:08:03 [2019-07-19T19:08:03.555Z] Progress (1): 4.1/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (11 kB at 277 kB/s) 15:08:03 [2019-07-19T19:08:03.555Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom 15:08:03 [2019-07-19T19:08:03.555Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom 15:08:03 [2019-07-19T19:08:03.814Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom 15:08:03 [2019-07-19T19:08:03.814Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom 15:08:03 [2019-07-19T19:08:03.814Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom 15:08:03 [2019-07-19T19:08:03.814Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom 15:08:03 [2019-07-19T19:08:03.814Z] Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom (2.2 kB at 59 kB/s) 15:08:04 [2019-07-19T19:08:04.073Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom 15:08:04 [2019-07-19T19:08:04.073Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom 15:08:04 [2019-07-19T19:08:04.073Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom 15:08:04 [2019-07-19T19:08:04.073Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom 15:08:04 [2019-07-19T19:08:04.073Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom 15:08:04 [2019-07-19T19:08:04.073Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom 15:08:04 [2019-07-19T19:08:04.332Z] Progress (1): 2.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom (2.5 kB at 53 kB/s) 15:08:04 [2019-07-19T19:08:04.332Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom 15:08:04 [2019-07-19T19:08:04.332Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom 15:08:04 [2019-07-19T19:08:04.332Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom 15:08:04 [2019-07-19T19:08:04.592Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom 15:08:04 [2019-07-19T19:08:04.592Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom 15:08:04 [2019-07-19T19:08:04.592Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom 15:08:04 [2019-07-19T19:08:04.592Z] Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom (1.7 kB at 48 kB/s) 15:08:04 [2019-07-19T19:08:04.592Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom 15:08:04 [2019-07-19T19:08:04.592Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom 15:08:04 [2019-07-19T19:08:04.592Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom 15:08:04 [2019-07-19T19:08:04.852Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom 15:08:04 [2019-07-19T19:08:04.852Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom 15:08:04 [2019-07-19T19:08:04.852Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom 15:08:04 [2019-07-19T19:08:04.852Z] Progress (1): 4.1/7.7 kB Progress (1): 7.7/7.7 kB Progress (1): 7.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom (7.7 kB at 203 kB/s) 15:08:04 [2019-07-19T19:08:04.852Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom 15:08:04 [2019-07-19T19:08:04.852Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom 15:08:04 [2019-07-19T19:08:04.852Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom 15:08:05 [2019-07-19T19:08:05.111Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom 15:08:05 [2019-07-19T19:08:05.111Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom 15:08:05 [2019-07-19T19:08:05.111Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom 15:08:05 [2019-07-19T19:08:05.111Z] Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom (2.1 kB at 57 kB/s) 15:08:05 [2019-07-19T19:08:05.111Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom 15:08:05 [2019-07-19T19:08:05.111Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom 15:08:05 [2019-07-19T19:08:05.111Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom 15:08:05 [2019-07-19T19:08:05.370Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom 15:08:05 [2019-07-19T19:08:05.370Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom 15:08:05 [2019-07-19T19:08:05.370Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom 15:08:05 [2019-07-19T19:08:05.629Z] Progress (1): 3.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom (3.7 kB at 63 kB/s) 15:08:05 [2019-07-19T19:08:05.629Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom 15:08:05 [2019-07-19T19:08:05.629Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom 15:08:05 [2019-07-19T19:08:05.629Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom 15:08:05 [2019-07-19T19:08:05.629Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom 15:08:05 [2019-07-19T19:08:05.629Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom 15:08:05 [2019-07-19T19:08:05.888Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom 15:08:05 [2019-07-19T19:08:05.888Z] Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom (1.7 kB at 48 kB/s) 15:08:05 [2019-07-19T19:08:05.888Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom 15:08:05 [2019-07-19T19:08:05.888Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom 15:08:05 [2019-07-19T19:08:05.888Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom 15:08:06 [2019-07-19T19:08:06.147Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom 15:08:06 [2019-07-19T19:08:06.147Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom 15:08:06 [2019-07-19T19:08:06.147Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom 15:08:06 [2019-07-19T19:08:06.147Z] Progress (1): 4.1/5.3 kB Progress (1): 5.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom (5.3 kB at 140 kB/s) 15:08:06 [2019-07-19T19:08:06.147Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom 15:08:06 [2019-07-19T19:08:06.147Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom 15:08:06 [2019-07-19T19:08:06.147Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom 15:08:06 [2019-07-19T19:08:06.406Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom 15:08:06 [2019-07-19T19:08:06.406Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom 15:08:06 [2019-07-19T19:08:06.406Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom 15:08:06 [2019-07-19T19:08:06.406Z] Progress (1): 4.1/4.9 kB Progress (1): 4.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom (4.9 kB at 141 kB/s) 15:08:06 [2019-07-19T19:08:06.406Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom 15:08:06 [2019-07-19T19:08:06.406Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom 15:08:06 [2019-07-19T19:08:06.406Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom 15:08:06 [2019-07-19T19:08:06.666Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom 15:08:06 [2019-07-19T19:08:06.666Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom 15:08:06 [2019-07-19T19:08:06.666Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom 15:08:06 [2019-07-19T19:08:06.666Z] Progress (1): 4.1/19 kB Progress (1): 7.7/19 kB Progress (1): 12/19 kB Progress (1): 16/19 kB Progress (1): 19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom (19 kB at 493 kB/s) 15:08:06 [2019-07-19T19:08:06.666Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/spice/spice-parent/17/spice-parent-17.pom 15:08:06 [2019-07-19T19:08:06.666Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/spice/spice-parent/17/spice-parent-17.pom 15:08:06 [2019-07-19T19:08:06.666Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/sonatype/spice/spice-parent/17/spice-parent-17.pom 15:08:06 [2019-07-19T19:08:06.926Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/spice/spice-parent/17/spice-parent-17.pom 15:08:06 [2019-07-19T19:08:06.926Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/spice/spice-parent/17/spice-parent-17.pom 15:08:06 [2019-07-19T19:08:06.926Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom 15:08:06 [2019-07-19T19:08:06.926Z] Progress (1): 4.1/6.8 kB Progress (1): 6.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (6.8 kB at 165 kB/s) 15:08:06 [2019-07-19T19:08:06.926Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-io/commons-io/2.2/commons-io-2.2.pom 15:08:06 [2019-07-19T19:08:06.926Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-io/commons-io/2.2/commons-io-2.2.pom 15:08:06 [2019-07-19T19:08:06.926Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/commons-io/commons-io/2.2/commons-io-2.2.pom 15:08:07 [2019-07-19T19:08:07.185Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-io/commons-io/2.2/commons-io-2.2.pom 15:08:07 [2019-07-19T19:08:07.185Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-io/commons-io/2.2/commons-io-2.2.pom 15:08:07 [2019-07-19T19:08:07.185Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.pom 15:08:07 [2019-07-19T19:08:07.185Z] Progress (1): 4.1/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.pom (11 kB at 290 kB/s) 15:08:07 [2019-07-19T19:08:07.185Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/24/commons-parent-24.pom 15:08:07 [2019-07-19T19:08:07.444Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/24/commons-parent-24.pom 15:08:07 [2019-07-19T19:08:07.444Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/commons/commons-parent/24/commons-parent-24.pom 15:08:07 [2019-07-19T19:08:07.444Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-parent/24/commons-parent-24.pom 15:08:07 [2019-07-19T19:08:07.444Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-parent/24/commons-parent-24.pom 15:08:07 [2019-07-19T19:08:07.444Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom 15:08:07 [2019-07-19T19:08:07.703Z] Progress (1): 4.1/47 kB Progress (1): 7.7/47 kB Progress (1): 12/47 kB Progress (1): 16/47 kB Progress (1): 20/47 kB Progress (1): 24/47 kB Progress (1): 28/47 kB Progress (1): 32/47 kB Progress (1): 36/47 kB Progress (1): 40/47 kB Progress (1): 44/47 kB Progress (1): 47 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom (47 kB at 1.3 MB/s) 15:08:07 [2019-07-19T19:08:07.703Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/apache/9/apache-9.pom 15:08:07 [2019-07-19T19:08:07.703Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/9/apache-9.pom 15:08:07 [2019-07-19T19:08:07.703Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/apache/9/apache-9.pom 15:08:07 [2019-07-19T19:08:07.703Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/apache/9/apache-9.pom 15:08:07 [2019-07-19T19:08:07.703Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/9/apache-9.pom 15:08:07 [2019-07-19T19:08:07.962Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom 15:08:07 [2019-07-19T19:08:07.962Z] Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom (15 kB at 421 kB/s) 15:08:07 [2019-07-19T19:08:07.962Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-io/commons-io/2.5/commons-io-2.5.pom 15:08:07 [2019-07-19T19:08:07.962Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-io/commons-io/2.5/commons-io-2.5.pom 15:08:07 [2019-07-19T19:08:07.962Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/commons-io/commons-io/2.5/commons-io-2.5.pom 15:08:07 [2019-07-19T19:08:07.962Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-io/commons-io/2.5/commons-io-2.5.pom 15:08:08 [2019-07-19T19:08:08.222Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-io/commons-io/2.5/commons-io-2.5.pom 15:08:08 [2019-07-19T19:08:08.222Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom 15:08:08 [2019-07-19T19:08:08.222Z] Progress (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom (13 kB at 369 kB/s) 15:08:08 [2019-07-19T19:08:08.222Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/39/commons-parent-39.pom 15:08:08 [2019-07-19T19:08:08.222Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/39/commons-parent-39.pom 15:08:08 [2019-07-19T19:08:08.222Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/commons/commons-parent/39/commons-parent-39.pom 15:08:08 [2019-07-19T19:08:08.481Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-parent/39/commons-parent-39.pom 15:08:08 [2019-07-19T19:08:08.481Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-parent/39/commons-parent-39.pom 15:08:08 [2019-07-19T19:08:08.481Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom 15:08:08 [2019-07-19T19:08:08.481Z] Progress (1): 4.1/62 kB Progress (1): 7.7/62 kB Progress (1): 12/62 kB Progress (1): 16/62 kB Progress (1): 20/62 kB Progress (1): 24/62 kB Progress (1): 28/62 kB Progress (1): 32/62 kB Progress (1): 36/62 kB Progress (1): 40/62 kB Progress (1): 44/62 kB Progress (1): 48/62 kB Progress (1): 52/62 kB Progress (1): 56/62 kB Progress (1): 60/62 kB Progress (1): 62 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom (62 kB at 1.6 MB/s) 15:08:08 [2019-07-19T19:08:08.481Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom 15:08:08 [2019-07-19T19:08:08.481Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom 15:08:08 [2019-07-19T19:08:08.481Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom 15:08:08 [2019-07-19T19:08:08.740Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom 15:08:08 [2019-07-19T19:08:08.740Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom 15:08:08 [2019-07-19T19:08:08.740Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom 15:08:08 [2019-07-19T19:08:08.740Z] Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom (15 kB at 460 kB/s) 15:08:08 [2019-07-19T19:08:08.740Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/42/commons-parent-42.pom 15:08:08 [2019-07-19T19:08:08.740Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/42/commons-parent-42.pom 15:08:08 [2019-07-19T19:08:08.740Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/commons/commons-parent/42/commons-parent-42.pom 15:08:08 [2019-07-19T19:08:08.998Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-parent/42/commons-parent-42.pom 15:08:08 [2019-07-19T19:08:08.999Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-parent/42/commons-parent-42.pom 15:08:08 [2019-07-19T19:08:08.999Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom 15:08:09 [2019-07-19T19:08:09.256Z] Progress (1): 4.1/68 kB Progress (1): 7.7/68 kB Progress (1): 12/68 kB Progress (1): 16/68 kB Progress (1): 20/68 kB Progress (1): 24/68 kB Progress (1): 28/68 kB Progress (1): 32/68 kB Progress (1): 36/68 kB Progress (1): 40/68 kB Progress (1): 44/68 kB Progress (1): 48/68 kB Progress (1): 52/68 kB Progress (1): 56/68 kB Progress (1): 60/68 kB Progress (1): 64/68 kB Progress (1): 68/68 kB Progress (1): 68 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom (68 kB at 1.7 MB/s) 15:08:09 [2019-07-19T19:08:09.256Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/apache/18/apache-18.pom 15:08:09 [2019-07-19T19:08:09.256Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/18/apache-18.pom 15:08:09 [2019-07-19T19:08:09.256Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/apache/18/apache-18.pom 15:08:09 [2019-07-19T19:08:09.517Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/apache/18/apache-18.pom 15:08:09 [2019-07-19T19:08:09.517Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/18/apache-18.pom 15:08:09 [2019-07-19T19:08:09.517Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom 15:08:09 [2019-07-19T19:08:09.517Z] Progress (1): 4.1/16 kB Progress (1): 7.7/16 kB Progress (1): 12/16 kB Progress (1): 16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom (16 kB at 392 kB/s) 15:08:09 [2019-07-19T19:08:09.517Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/objenesis/objenesis/2.6/objenesis-2.6.pom 15:08:09 [2019-07-19T19:08:09.517Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/objenesis/objenesis/2.6/objenesis-2.6.pom 15:08:09 [2019-07-19T19:08:09.517Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/objenesis/objenesis/2.6/objenesis-2.6.pom 15:08:09 [2019-07-19T19:08:09.775Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/objenesis/objenesis/2.6/objenesis-2.6.pom 15:08:09 [2019-07-19T19:08:09.775Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/objenesis/objenesis/2.6/objenesis-2.6.pom 15:08:09 [2019-07-19T19:08:09.775Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.pom 15:08:09 [2019-07-19T19:08:09.775Z] Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.pom (2.8 kB at 70 kB/s) 15:08:09 [2019-07-19T19:08:09.775Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom 15:08:09 [2019-07-19T19:08:09.775Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom 15:08:09 [2019-07-19T19:08:09.775Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom 15:08:10 [2019-07-19T19:08:10.034Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom 15:08:10 [2019-07-19T19:08:10.034Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom 15:08:10 [2019-07-19T19:08:10.034Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom 15:08:10 [2019-07-19T19:08:10.034Z] Progress (1): 4.1/17 kB Progress (1): 7.7/17 kB Progress (1): 12/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom (17 kB at 486 kB/s) 15:08:10 [2019-07-19T19:08:10.034Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/iq80/snappy/snappy/0.4/snappy-0.4.pom 15:08:10 [2019-07-19T19:08:10.034Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/iq80/snappy/snappy/0.4/snappy-0.4.pom 15:08:10 [2019-07-19T19:08:10.034Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/iq80/snappy/snappy/0.4/snappy-0.4.pom 15:08:10 [2019-07-19T19:08:10.293Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/iq80/snappy/snappy/0.4/snappy-0.4.pom 15:08:10 [2019-07-19T19:08:10.293Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.pom 15:08:10 [2019-07-19T19:08:10.293Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom 15:08:10 [2019-07-19T19:08:10.551Z] Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom (15 kB at 56 kB/s) 15:08:10 [2019-07-19T19:08:10.551Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/tukaani/xz/1.5/xz-1.5.pom 15:08:10 [2019-07-19T19:08:10.551Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/tukaani/xz/1.5/xz-1.5.pom 15:08:10 [2019-07-19T19:08:10.551Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/tukaani/xz/1.5/xz-1.5.pom 15:08:10 [2019-07-19T19:08:10.810Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/tukaani/xz/1.5/xz-1.5.pom 15:08:10 [2019-07-19T19:08:10.810Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/tukaani/xz/1.5/xz-1.5.pom 15:08:10 [2019-07-19T19:08:10.810Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.pom 15:08:10 [2019-07-19T19:08:10.810Z] Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.pom (1.9 kB at 58 kB/s) 15:08:10 [2019-07-19T19:08:10.810Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.pom 15:08:10 [2019-07-19T19:08:10.810Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.pom 15:08:11 [2019-07-19T19:08:11.068Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.pom 15:08:11 [2019-07-19T19:08:11.068Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.pom 15:08:11 [2019-07-19T19:08:11.068Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.pom 15:08:11 [2019-07-19T19:08:11.068Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.pom 15:08:11 [2019-07-19T19:08:11.068Z] Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.pom (1.1 kB at 31 kB/s) 15:08:11 [2019-07-19T19:08:11.068Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.pom 15:08:11 [2019-07-19T19:08:11.327Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.pom 15:08:11 [2019-07-19T19:08:11.327Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.pom 15:08:11 [2019-07-19T19:08:11.327Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.pom 15:08:11 [2019-07-19T19:08:11.327Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.pom 15:08:11 [2019-07-19T19:08:11.327Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.pom 15:08:11 [2019-07-19T19:08:11.591Z] Progress (1): 1.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.pom (1.8 kB at 50 kB/s) 15:08:11 [2019-07-19T19:08:11.591Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/sisu-equinox/1.3.0/sisu-equinox-1.3.0.pom 15:08:11 [2019-07-19T19:08:11.591Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-equinox/1.3.0/sisu-equinox-1.3.0.pom 15:08:11 [2019-07-19T19:08:11.591Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/sisu-equinox/1.3.0/sisu-equinox-1.3.0.pom 15:08:11 [2019-07-19T19:08:11.591Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/sisu-equinox/1.3.0/sisu-equinox-1.3.0.pom 15:08:11 [2019-07-19T19:08:11.591Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/sisu-equinox/1.3.0/sisu-equinox-1.3.0.pom 15:08:11 [2019-07-19T19:08:11.591Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/1.3.0/sisu-equinox-1.3.0.pom 15:08:11 [2019-07-19T19:08:11.851Z] Progress (1): 1.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/1.3.0/sisu-equinox-1.3.0.pom (1.0 kB at 34 kB/s) 15:08:11 [2019-07-19T19:08:11.851Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.pom 15:08:11 [2019-07-19T19:08:11.851Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.pom 15:08:11 [2019-07-19T19:08:11.851Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.pom 15:08:11 [2019-07-19T19:08:11.851Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.pom 15:08:11 [2019-07-19T19:08:11.851Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.pom 15:08:12 [2019-07-19T19:08:12.111Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.pom 15:08:12 [2019-07-19T19:08:12.111Z] Progress (1): 1.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.pom (1.0 kB at 22 kB/s) 15:08:12 [2019-07-19T19:08:12.111Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.pom 15:08:12 [2019-07-19T19:08:12.111Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.pom 15:08:12 [2019-07-19T19:08:12.111Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.pom 15:08:12 [2019-07-19T19:08:12.371Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.pom 15:08:12 [2019-07-19T19:08:12.371Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.pom 15:08:12 [2019-07-19T19:08:12.371Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.pom 15:08:12 [2019-07-19T19:08:12.371Z] Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.pom (1.7 kB at 49 kB/s) 15:08:12 [2019-07-19T19:08:12.371Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.pom 15:08:12 [2019-07-19T19:08:12.371Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.pom 15:08:12 [2019-07-19T19:08:12.371Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.pom 15:08:12 [2019-07-19T19:08:12.630Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.pom 15:08:12 [2019-07-19T19:08:12.630Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.pom 15:08:12 [2019-07-19T19:08:12.630Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.pom 15:08:12 [2019-07-19T19:08:12.630Z] Progress (1): 1.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.pom (1.3 kB at 34 kB/s) 15:08:12 [2019-07-19T19:08:12.630Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/de/pdark/decentxml/1.3/decentxml-1.3.pom 15:08:12 [2019-07-19T19:08:12.630Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/de/pdark/decentxml/1.3/decentxml-1.3.pom 15:08:12 [2019-07-19T19:08:12.630Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/de/pdark/decentxml/1.3/decentxml-1.3.pom 15:08:12 [2019-07-19T19:08:12.888Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/de/pdark/decentxml/1.3/decentxml-1.3.pom 15:08:12 [2019-07-19T19:08:12.889Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/de/pdark/decentxml/1.3/decentxml-1.3.pom 15:08:12 [2019-07-19T19:08:12.889Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.pom 15:08:13 [2019-07-19T19:08:13.147Z] Progress (1): 4.1/6.3 kB Progress (1): 6.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.pom (6.3 kB at 22 kB/s) 15:08:13 [2019-07-19T19:08:13.147Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.pom 15:08:13 [2019-07-19T19:08:13.147Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.pom 15:08:13 [2019-07-19T19:08:13.147Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.pom 15:08:13 [2019-07-19T19:08:13.406Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.pom 15:08:13 [2019-07-19T19:08:13.406Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.pom 15:08:13 [2019-07-19T19:08:13.406Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.pom 15:08:13 [2019-07-19T19:08:13.406Z] Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.pom (2.1 kB at 64 kB/s) 15:08:13 [2019-07-19T19:08:13.406Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.pom 15:08:13 [2019-07-19T19:08:13.406Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.pom 15:08:13 [2019-07-19T19:08:13.665Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.pom 15:08:14 [2019-07-19T19:08:14.234Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.pom 15:08:14 [2019-07-19T19:08:14.803Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.pom 15:08:15 [2019-07-19T19:08:15.370Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.pom 15:08:15 [2019-07-19T19:08:15.370Z] Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.pom (1.1 kB at 14 kB/s) 15:08:15 [2019-07-19T19:08:15.370Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-bundles/1.3.0/tycho-bundles-1.3.0.pom 15:08:15 [2019-07-19T19:08:15.370Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-bundles/1.3.0/tycho-bundles-1.3.0.pom 15:08:15 [2019-07-19T19:08:15.370Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/tycho-bundles/1.3.0/tycho-bundles-1.3.0.pom 15:08:15 [2019-07-19T19:08:15.629Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-bundles/1.3.0/tycho-bundles-1.3.0.pom 15:08:15 [2019-07-19T19:08:15.629Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-bundles/1.3.0/tycho-bundles-1.3.0.pom 15:08:15 [2019-07-19T19:08:15.629Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/1.3.0/tycho-bundles-1.3.0.pom 15:08:15 [2019-07-19T19:08:15.629Z] Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/1.3.0/tycho-bundles-1.3.0.pom (3.3 kB at 96 kB/s) 15:08:15 [2019-07-19T19:08:15.629Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.pom 15:08:15 [2019-07-19T19:08:15.629Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.pom 15:08:15 [2019-07-19T19:08:15.887Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.pom 15:08:16 [2019-07-19T19:08:16.146Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.pom 15:08:16 [2019-07-19T19:08:16.405Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.pom 15:08:16 [2019-07-19T19:08:16.405Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.pom 15:08:16 [2019-07-19T19:08:16.405Z] Progress (1): 1.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.pom (1.0 kB at 18 kB/s) 15:08:16 [2019-07-19T19:08:16.405Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom 15:08:16 [2019-07-19T19:08:16.405Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom 15:08:16 [2019-07-19T19:08:16.405Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom 15:08:16 [2019-07-19T19:08:16.664Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom 15:08:16 [2019-07-19T19:08:16.664Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom 15:08:16 [2019-07-19T19:08:16.664Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom 15:08:16 [2019-07-19T19:08:16.664Z] Progress (1): 4.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom (4.0 kB at 103 kB/s) 15:08:16 [2019-07-19T19:08:16.664Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom 15:08:16 [2019-07-19T19:08:16.664Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom 15:08:16 [2019-07-19T19:08:16.925Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom 15:08:16 [2019-07-19T19:08:16.925Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom 15:08:16 [2019-07-19T19:08:16.925Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom 15:08:16 [2019-07-19T19:08:16.925Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom 15:08:16 [2019-07-19T19:08:16.925Z] Progress (1): 1.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom (1.8 kB at 34 kB/s) 15:08:16 [2019-07-19T19:08:16.925Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom 15:08:17 [2019-07-19T19:08:17.184Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom 15:08:17 [2019-07-19T19:08:17.184Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom 15:08:17 [2019-07-19T19:08:17.184Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom 15:08:17 [2019-07-19T19:08:17.184Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom 15:08:17 [2019-07-19T19:08:17.184Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom 15:08:17 [2019-07-19T19:08:17.442Z] Progress (1): 4.1/12 kB Progress (1): 7.7/12 kB Progress (1): 12/12 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom (12 kB at 427 kB/s) 15:08:17 [2019-07-19T19:08:17.442Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/11/maven-parent-11.pom 15:08:17 [2019-07-19T19:08:17.442Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/11/maven-parent-11.pom 15:08:17 [2019-07-19T19:08:17.442Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-parent/11/maven-parent-11.pom 15:08:17 [2019-07-19T19:08:17.442Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-parent/11/maven-parent-11.pom 15:08:17 [2019-07-19T19:08:17.700Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/11/maven-parent-11.pom 15:08:17 [2019-07-19T19:08:17.700Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom 15:08:17 [2019-07-19T19:08:17.700Z] Progress (1): 4.1/32 kB Progress (1): 7.7/32 kB Progress (1): 12/32 kB Progress (1): 16/32 kB Progress (1): 20/32 kB Progress (1): 24/32 kB Progress (1): 28/32 kB Progress (1): 32/32 kB Progress (1): 32 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 kB at 831 kB/s) 15:08:17 [2019-07-19T19:08:17.700Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/apache/5/apache-5.pom 15:08:17 [2019-07-19T19:08:17.700Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/5/apache-5.pom 15:08:17 [2019-07-19T19:08:17.700Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/apache/5/apache-5.pom 15:08:17 [2019-07-19T19:08:17.959Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/apache/5/apache-5.pom 15:08:17 [2019-07-19T19:08:17.959Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/5/apache-5.pom 15:08:17 [2019-07-19T19:08:17.959Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom 15:08:17 [2019-07-19T19:08:17.959Z] Progress (1): 4.1/4.1 kB Progress (1): 4.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom (4.1 kB at 124 kB/s) 15:08:17 [2019-07-19T19:08:17.959Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.pom 15:08:17 [2019-07-19T19:08:17.959Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.pom 15:08:17 [2019-07-19T19:08:17.959Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.pom 15:08:18 [2019-07-19T19:08:18.218Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.pom 15:08:18 [2019-07-19T19:08:18.218Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.pom 15:08:18 [2019-07-19T19:08:18.218Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.pom 15:08:18 [2019-07-19T19:08:18.218Z] Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.pom (2.1 kB at 65 kB/s) 15:08:18 [2019-07-19T19:08:18.218Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-p2/1.3.0/tycho-p2-1.3.0.pom 15:08:18 [2019-07-19T19:08:18.218Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2/1.3.0/tycho-p2-1.3.0.pom 15:08:18 [2019-07-19T19:08:18.218Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/tycho-p2/1.3.0/tycho-p2-1.3.0.pom 15:08:18 [2019-07-19T19:08:18.478Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-p2/1.3.0/tycho-p2-1.3.0.pom 15:08:18 [2019-07-19T19:08:18.478Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-p2/1.3.0/tycho-p2-1.3.0.pom 15:08:18 [2019-07-19T19:08:18.478Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/1.3.0/tycho-p2-1.3.0.pom 15:08:18 [2019-07-19T19:08:18.478Z] Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/1.3.0/tycho-p2-1.3.0.pom (1.1 kB at 35 kB/s) 15:08:18 [2019-07-19T19:08:18.478Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.pom 15:08:18 [2019-07-19T19:08:18.478Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.pom 15:08:18 [2019-07-19T19:08:18.736Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.pom 15:08:18 [2019-07-19T19:08:18.736Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.pom 15:08:18 [2019-07-19T19:08:18.736Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.pom 15:08:18 [2019-07-19T19:08:18.736Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.pom 15:08:18 [2019-07-19T19:08:18.995Z] Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.pom (1.1 kB at 31 kB/s) 15:08:18 [2019-07-19T19:08:18.995Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.pom 15:08:18 [2019-07-19T19:08:18.995Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.pom 15:08:18 [2019-07-19T19:08:18.995Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.pom 15:08:18 [2019-07-19T19:08:18.995Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.pom 15:08:18 [2019-07-19T19:08:18.995Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.pom 15:08:18 [2019-07-19T19:08:18.995Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.pom 15:08:19 [2019-07-19T19:08:19.255Z] Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.pom (1.1 kB at 6.1 kB/s) 15:08:19 [2019-07-19T19:08:19.255Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.jar 15:08:19 [2019-07-19T19:08:19.255Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.jar 15:08:19 [2019-07-19T19:08:19.255Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-model/3.0/maven-model-3.0.jar 15:08:19 [2019-07-19T19:08:19.255Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-core/3.0/maven-core-3.0.jar 15:08:19 [2019-07-19T19:08:19.255Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar 15:08:19 [2019-07-19T19:08:19.514Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar 15:08:19 [2019-07-19T19:08:19.514Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar 15:08:19 [2019-07-19T19:08:19.514Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar 15:08:19 [2019-07-19T19:08:19.514Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar 15:08:19 [2019-07-19T19:08:19.514Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar 15:08:19 [2019-07-19T19:08:19.514Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar 15:08:19 [2019-07-19T19:08:19.514Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar 15:08:19 [2019-07-19T19:08:19.514Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar 15:08:19 [2019-07-19T19:08:19.514Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar 15:08:19 [2019-07-19T19:08:19.514Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar 15:08:19 [2019-07-19T19:08:19.514Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar 15:08:19 [2019-07-19T19:08:19.514Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar 15:08:19 [2019-07-19T19:08:19.514Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar 15:08:19 [2019-07-19T19:08:19.514Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar 15:08:19 [2019-07-19T19:08:19.514Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar 15:08:19 [2019-07-19T19:08:19.514Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar 15:08:19 [2019-07-19T19:08:19.514Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar 15:08:19 [2019-07-19T19:08:19.514Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar 15:08:19 [2019-07-19T19:08:19.514Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar 15:08:19 [2019-07-19T19:08:19.775Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar 15:08:19 [2019-07-19T19:08:19.775Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-io/commons-io/2.5/commons-io-2.5.jar 15:08:19 [2019-07-19T19:08:19.775Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar 15:08:19 [2019-07-19T19:08:19.775Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/objenesis/objenesis/2.6/objenesis-2.6.jar 15:08:19 [2019-07-19T19:08:19.775Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/iq80/snappy/snappy/0.4/snappy-0.4.jar 15:08:19 [2019-07-19T19:08:19.775Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/tukaani/xz/1.5/xz-1.5.jar 15:08:19 [2019-07-19T19:08:19.775Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.jar 15:08:19 [2019-07-19T19:08:19.775Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.jar 15:08:19 [2019-07-19T19:08:19.775Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.jar 15:08:19 [2019-07-19T19:08:19.775Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.jar 15:08:19 [2019-07-19T19:08:19.775Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.jar 15:08:19 [2019-07-19T19:08:19.775Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/de/pdark/decentxml/1.3/decentxml-1.3.jar 15:08:19 [2019-07-19T19:08:19.775Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.jar 15:08:19 [2019-07-19T19:08:19.775Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.jar 15:08:19 [2019-07-19T19:08:19.775Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.jar 15:08:19 [2019-07-19T19:08:19.775Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar 15:08:19 [2019-07-19T19:08:19.775Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar 15:08:19 [2019-07-19T19:08:19.775Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.jar 15:08:19 [2019-07-19T19:08:19.775Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar 15:08:19 [2019-07-19T19:08:19.775Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.jar 15:08:19 [2019-07-19T19:08:19.775Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.jar 15:08:20 [2019-07-19T19:08:20.034Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.jar 15:08:20 [2019-07-19T19:08:20.034Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-core/3.0/maven-core-3.0.jar 15:08:20 [2019-07-19T19:08:20.034Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.jar 15:08:20 [2019-07-19T19:08:20.034Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar 15:08:20 [2019-07-19T19:08:20.034Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-model/3.0/maven-model-3.0.jar 15:08:20 [2019-07-19T19:08:20.034Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar 15:08:20 [2019-07-19T19:08:20.034Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar 15:08:20 [2019-07-19T19:08:20.034Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar 15:08:20 [2019-07-19T19:08:20.034Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar 15:08:20 [2019-07-19T19:08:20.034Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar 15:08:20 [2019-07-19T19:08:20.034Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar 15:08:20 [2019-07-19T19:08:20.034Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar 15:08:20 [2019-07-19T19:08:20.034Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar 15:08:20 [2019-07-19T19:08:20.034Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar 15:08:20 [2019-07-19T19:08:20.034Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar 15:08:20 [2019-07-19T19:08:20.034Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar 15:08:20 [2019-07-19T19:08:20.034Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar 15:08:20 [2019-07-19T19:08:20.034Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar 15:08:20 [2019-07-19T19:08:20.034Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar 15:08:20 [2019-07-19T19:08:20.293Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar 15:08:20 [2019-07-19T19:08:20.293Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar 15:08:20 [2019-07-19T19:08:20.293Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar 15:08:20 [2019-07-19T19:08:20.293Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar 15:08:20 [2019-07-19T19:08:20.293Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar 15:08:20 [2019-07-19T19:08:20.293Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar 15:08:20 [2019-07-19T19:08:20.293Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-io/commons-io/2.5/commons-io-2.5.jar 15:08:20 [2019-07-19T19:08:20.293Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar 15:08:20 [2019-07-19T19:08:20.293Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/objenesis/objenesis/2.6/objenesis-2.6.jar 15:08:20 [2019-07-19T19:08:20.293Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/iq80/snappy/snappy/0.4/snappy-0.4.jar 15:08:20 [2019-07-19T19:08:20.293Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/tukaani/xz/1.5/xz-1.5.jar 15:08:20 [2019-07-19T19:08:20.293Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.jar 15:08:20 [2019-07-19T19:08:20.293Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.jar 15:08:20 [2019-07-19T19:08:20.293Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.jar 15:08:20 [2019-07-19T19:08:20.293Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.jar 15:08:20 [2019-07-19T19:08:20.293Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.jar 15:08:20 [2019-07-19T19:08:20.293Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/de/pdark/decentxml/1.3/decentxml-1.3.jar 15:08:20 [2019-07-19T19:08:20.293Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.jar 15:08:20 [2019-07-19T19:08:20.552Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.jar 15:08:20 [2019-07-19T19:08:20.552Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.jar 15:08:20 [2019-07-19T19:08:20.552Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar 15:08:20 [2019-07-19T19:08:20.552Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar 15:08:20 [2019-07-19T19:08:20.552Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.jar 15:08:20 [2019-07-19T19:08:20.552Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar 15:08:20 [2019-07-19T19:08:20.552Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.jar 15:08:20 [2019-07-19T19:08:20.552Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.jar 15:08:20 [2019-07-19T19:08:20.552Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.jar 15:08:20 [2019-07-19T19:08:20.552Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar 15:08:20 [2019-07-19T19:08:20.552Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-model/3.0/maven-model-3.0.jar 15:08:20 [2019-07-19T19:08:20.552Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-core/3.0/maven-core-3.0.jar 15:08:20 [2019-07-19T19:08:20.552Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.jar 15:08:20 [2019-07-19T19:08:20.810Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar 15:08:20 [2019-07-19T19:08:20.810Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar 15:08:20 [2019-07-19T19:08:20.810Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar 15:08:20 [2019-07-19T19:08:20.810Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar 15:08:20 [2019-07-19T19:08:20.810Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar 15:08:21 [2019-07-19T19:08:21.069Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar 15:08:21 [2019-07-19T19:08:21.069Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar 15:08:21 [2019-07-19T19:08:21.069Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar 15:08:21 [2019-07-19T19:08:21.069Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar 15:08:21 [2019-07-19T19:08:21.069Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar 15:08:21 [2019-07-19T19:08:21.069Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar 15:08:21 [2019-07-19T19:08:21.069Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar 15:08:21 [2019-07-19T19:08:21.069Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar 15:08:21 [2019-07-19T19:08:21.069Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar 15:08:21 [2019-07-19T19:08:21.069Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar 15:08:21 [2019-07-19T19:08:21.328Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar 15:08:21 [2019-07-19T19:08:21.328Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar 15:08:21 [2019-07-19T19:08:21.328Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar 15:08:21 [2019-07-19T19:08:21.328Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar 15:08:21 [2019-07-19T19:08:21.328Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar 15:08:21 [2019-07-19T19:08:21.328Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/commons-io/commons-io/2.5/commons-io-2.5.jar 15:08:21 [2019-07-19T19:08:21.328Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar 15:08:21 [2019-07-19T19:08:21.328Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/objenesis/objenesis/2.6/objenesis-2.6.jar 15:08:21 [2019-07-19T19:08:21.586Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/iq80/snappy/snappy/0.4/snappy-0.4.jar 15:08:21 [2019-07-19T19:08:21.586Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/tukaani/xz/1.5/xz-1.5.jar 15:08:21 [2019-07-19T19:08:21.586Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.jar 15:08:21 [2019-07-19T19:08:21.586Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.jar 15:08:21 [2019-07-19T19:08:21.586Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.jar 15:08:21 [2019-07-19T19:08:21.586Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.jar 15:08:21 [2019-07-19T19:08:21.845Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.jar 15:08:21 [2019-07-19T19:08:21.845Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/de/pdark/decentxml/1.3/decentxml-1.3.jar 15:08:21 [2019-07-19T19:08:21.845Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.jar 15:08:21 [2019-07-19T19:08:21.845Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.jar 15:08:21 [2019-07-19T19:08:21.845Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.jar 15:08:21 [2019-07-19T19:08:21.845Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar 15:08:21 [2019-07-19T19:08:21.845Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar 15:08:22 [2019-07-19T19:08:22.105Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.jar 15:08:22 [2019-07-19T19:08:22.105Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar 15:08:22 [2019-07-19T19:08:22.105Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.jar 15:08:22 [2019-07-19T19:08:22.105Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.jar 15:08:22 [2019-07-19T19:08:22.688Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.jar 15:08:22 [2019-07-19T19:08:22.688Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar 15:08:22 [2019-07-19T19:08:22.688Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-model/3.0/maven-model-3.0.jar 15:08:22 [2019-07-19T19:08:22.688Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-core/3.0/maven-core-3.0.jar 15:08:22 [2019-07-19T19:08:22.688Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.jar 15:08:22 [2019-07-19T19:08:22.688Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar 15:08:22 [2019-07-19T19:08:22.688Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar 15:08:22 [2019-07-19T19:08:22.688Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar 15:08:22 [2019-07-19T19:08:22.688Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar 15:08:22 [2019-07-19T19:08:22.688Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar 15:08:22 [2019-07-19T19:08:22.688Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar 15:08:22 [2019-07-19T19:08:22.688Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar 15:08:22 [2019-07-19T19:08:22.688Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar 15:08:22 [2019-07-19T19:08:22.688Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar 15:08:22 [2019-07-19T19:08:22.947Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar 15:08:22 [2019-07-19T19:08:22.947Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar 15:08:22 [2019-07-19T19:08:22.947Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar 15:08:22 [2019-07-19T19:08:22.947Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar 15:08:22 [2019-07-19T19:08:22.947Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar 15:08:22 [2019-07-19T19:08:22.947Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar 15:08:22 [2019-07-19T19:08:22.947Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar 15:08:22 [2019-07-19T19:08:22.947Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar 15:08:22 [2019-07-19T19:08:22.947Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar 15:08:22 [2019-07-19T19:08:22.947Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar 15:08:22 [2019-07-19T19:08:22.947Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar 15:08:22 [2019-07-19T19:08:22.947Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-io/commons-io/2.5/commons-io-2.5.jar 15:08:22 [2019-07-19T19:08:22.947Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar 15:08:22 [2019-07-19T19:08:22.947Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/objenesis/objenesis/2.6/objenesis-2.6.jar 15:08:22 [2019-07-19T19:08:22.947Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/iq80/snappy/snappy/0.4/snappy-0.4.jar 15:08:22 [2019-07-19T19:08:22.947Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/tukaani/xz/1.5/xz-1.5.jar 15:08:22 [2019-07-19T19:08:22.947Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.jar 15:08:22 [2019-07-19T19:08:22.947Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.jar 15:08:22 [2019-07-19T19:08:22.947Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.jar 15:08:22 [2019-07-19T19:08:22.947Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.jar 15:08:22 [2019-07-19T19:08:22.947Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.jar 15:08:22 [2019-07-19T19:08:22.947Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/de/pdark/decentxml/1.3/decentxml-1.3.jar 15:08:22 [2019-07-19T19:08:22.947Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.jar 15:08:22 [2019-07-19T19:08:22.947Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.jar 15:08:22 [2019-07-19T19:08:22.947Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.jar 15:08:22 [2019-07-19T19:08:22.947Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar 15:08:22 [2019-07-19T19:08:22.947Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar 15:08:22 [2019-07-19T19:08:22.947Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.jar 15:08:22 [2019-07-19T19:08:22.947Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar 15:08:22 [2019-07-19T19:08:22.947Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.jar 15:08:23 [2019-07-19T19:08:23.205Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.jar 15:08:23 [2019-07-19T19:08:23.772Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.jar 15:08:23 [2019-07-19T19:08:23.772Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-model/3.0/maven-model-3.0.jar 15:08:23 [2019-07-19T19:08:23.772Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar 15:08:23 [2019-07-19T19:08:23.772Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-core/3.0/maven-core-3.0.jar 15:08:23 [2019-07-19T19:08:23.772Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.jar 15:08:24 [2019-07-19T19:08:24.031Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar 15:08:24 [2019-07-19T19:08:24.031Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar 15:08:24 [2019-07-19T19:08:24.031Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar 15:08:24 [2019-07-19T19:08:24.031Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar 15:08:24 [2019-07-19T19:08:24.031Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar 15:08:24 [2019-07-19T19:08:24.031Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar 15:08:24 [2019-07-19T19:08:24.031Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar 15:08:24 [2019-07-19T19:08:24.031Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar 15:08:24 [2019-07-19T19:08:24.031Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar 15:08:24 [2019-07-19T19:08:24.031Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar 15:08:24 [2019-07-19T19:08:24.031Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar 15:08:24 [2019-07-19T19:08:24.031Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar 15:08:24 [2019-07-19T19:08:24.031Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar 15:08:24 [2019-07-19T19:08:24.031Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar 15:08:24 [2019-07-19T19:08:24.031Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar 15:08:24 [2019-07-19T19:08:24.031Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar 15:08:24 [2019-07-19T19:08:24.031Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar 15:08:24 [2019-07-19T19:08:24.031Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar 15:08:24 [2019-07-19T19:08:24.031Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar 15:08:24 [2019-07-19T19:08:24.031Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar 15:08:24 [2019-07-19T19:08:24.031Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-io/commons-io/2.5/commons-io-2.5.jar 15:08:24 [2019-07-19T19:08:24.031Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar 15:08:24 [2019-07-19T19:08:24.031Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/objenesis/objenesis/2.6/objenesis-2.6.jar 15:08:24 [2019-07-19T19:08:24.031Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.jar 15:08:24 [2019-07-19T19:08:24.031Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/tukaani/xz/1.5/xz-1.5.jar 15:08:24 [2019-07-19T19:08:24.031Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.jar 15:08:24 [2019-07-19T19:08:24.031Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.jar 15:08:24 [2019-07-19T19:08:24.290Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.jar 15:08:24 [2019-07-19T19:08:24.290Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.jar 15:08:24 [2019-07-19T19:08:24.290Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.jar 15:08:24 [2019-07-19T19:08:24.290Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/de/pdark/decentxml/1.3/decentxml-1.3.jar 15:08:24 [2019-07-19T19:08:24.290Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.jar 15:08:24 [2019-07-19T19:08:24.290Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.jar 15:08:24 [2019-07-19T19:08:24.290Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.jar 15:08:24 [2019-07-19T19:08:24.290Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar 15:08:24 [2019-07-19T19:08:24.290Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar 15:08:24 [2019-07-19T19:08:24.290Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.jar 15:08:24 [2019-07-19T19:08:24.290Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar 15:08:24 [2019-07-19T19:08:24.290Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.jar 15:08:24 [2019-07-19T19:08:24.290Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.jar 15:08:24 [2019-07-19T19:08:24.290Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.jar 15:08:24 [2019-07-19T19:08:24.290Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar 15:08:24 [2019-07-19T19:08:24.290Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar 15:08:24 [2019-07-19T19:08:24.290Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar 15:08:24 [2019-07-19T19:08:24.290Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.jar 15:08:24 [2019-07-19T19:08:24.290Z] Progress (1): 4.1/47 kB Progress (1): 7.7/47 kB Progress (1): 12/47 kB Progress (1): 16/47 kB Progress (1): 20/47 kB Progress (1): 24/47 kB Progress (1): 28/47 kB Progress (1): 32/47 kB Progress (2): 32/47 kB | 4.1/527 kB Progress (2): 36/47 kB | 4.1/527 kB Progress (3): 36/47 kB | 4.1/527 kB | 4.1/202 kB Progress (3): 40/47 kB | 4.1/527 kB | 4.1/202 kB Progress (3): 40/47 kB | 7.7/527 kB | 4.1/202 kB Progress (3): 44/47 kB | 7.7/527 kB | 4.1/202 kB Progress (3): 44/47 kB | 12/527 kB | 4.1/202 kB Progress (4): 44/47 kB | 12/527 kB | 4.1/202 kB | 4.1/165 kB Progress (4): 44/47 kB | 12/527 kB | 7.7/202 kB | 4.1/165 kB Progress (4): 44/47 kB | 12/527 kB | 7.7/202 kB | 7.7/165 kB Progress (4): 44/47 kB | 16/527 kB | 7.7/202 kB | 7.7/165 kB Progress (4): 47 kB | 16/527 kB | 7.7/202 kB | 7.7/165 kB Progress (4): 47 kB | 20/527 kB | 7.7/202 kB | 7.7/165 kB Progress (4): 47 kB | 20/527 kB | 7.7/202 kB | 12/165 kB Progress (4): 47 kB | 20/527 kB | 12/202 kB | 12/165 kB Progress (4): 47 kB | 20/527 kB | 12/202 kB | 16/165 kB Progress (4): 47 kB | 24/527 kB | 12/202 kB | 16/165 kB Progress (4): 47 kB | 24/527 kB | 12/202 kB | 20/165 kB Progress (4): 47 kB | 24/527 kB | 16/202 kB | 20/165 kB Progress (4): 47 kB | 24/527 kB | 16/202 kB | 24/165 kB Progress (4): 47 kB | 28/527 kB | 16/202 kB | 24/165 kB Progress (4): 47 kB | 28/527 kB | 16/202 kB | 28/165 kB Progress (4): 47 kB | 28/527 kB | 20/202 kB | 28/165 kB Progress (4): 47 kB | 28/527 kB | 20/202 kB | 32/165 kB Progress (4): 47 kB | 32/527 kB | 20/202 kB | 32/165 kB Progress (4): 47 kB | 32/527 kB | 24/202 kB | 32/165 kB Progress (4): 47 kB | 36/527 kB | 24/202 kB | 32/165 kB Progress (4): 47 kB | 36/527 kB | 24/202 kB | 36/165 kB Progress (4): 47 kB | 40/527 kB | 24/202 kB | 36/165 kB Progress (4): 47 kB | 40/527 kB | 28/202 kB | 36/165 kB Progress (4): 47 kB | 44/527 kB | 28/202 kB | 36/165 kB Progress (4): 47 kB | 44/527 kB | 28/202 kB | 40/165 kB Progress (4): 47 kB | 48/527 kB | 28/202 kB | 40/165 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar (47 kB at 707 kB/s) 15:08:24 [2019-07-19T19:08:24.290Z] Progress (3): 48/527 kB | 32/202 kB | 40/165 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar 15:08:24 [2019-07-19T19:08:24.550Z] Progress (3): 52/527 kB | 32/202 kB | 40/165 kB Progress (3): 52/527 kB | 32/202 kB | 44/165 kB Progress (3): 56/527 kB | 32/202 kB | 44/165 kB Progress (3): 56/527 kB | 36/202 kB | 44/165 kB Progress (3): 56/527 kB | 36/202 kB | 48/165 kB Progress (3): 56/527 kB | 40/202 kB | 48/165 kB Progress (3): 60/527 kB | 40/202 kB | 48/165 kB Progress (3): 60/527 kB | 44/202 kB | 48/165 kB Progress (3): 60/527 kB | 44/202 kB | 52/165 kB Progress (3): 60/527 kB | 48/202 kB | 52/165 kB Progress (3): 64/527 kB | 48/202 kB | 52/165 kB Progress (3): 64/527 kB | 52/202 kB | 52/165 kB Progress (3): 64/527 kB | 52/202 kB | 56/165 kB Progress (3): 64/527 kB | 56/202 kB | 56/165 kB Progress (3): 68/527 kB | 56/202 kB | 56/165 kB Progress (3): 68/527 kB | 60/202 kB | 56/165 kB Progress (3): 68/527 kB | 60/202 kB | 60/165 kB Progress (3): 68/527 kB | 64/202 kB | 60/165 kB Progress (3): 72/527 kB | 64/202 kB | 60/165 kB Progress (3): 72/527 kB | 68/202 kB | 60/165 kB Progress (3): 76/527 kB | 68/202 kB | 60/165 kB Progress (3): 76/527 kB | 68/202 kB | 64/165 kB Progress (3): 80/527 kB | 68/202 kB | 64/165 kB Progress (3): 80/527 kB | 72/202 kB | 64/165 kB Progress (3): 80/527 kB | 72/202 kB | 68/165 kB Progress (3): 80/527 kB | 76/202 kB | 68/165 kB Progress (3): 84/527 kB | 76/202 kB | 68/165 kB Progress (3): 84/527 kB | 80/202 kB | 68/165 kB Progress (3): 84/527 kB | 80/202 kB | 72/165 kB Progress (3): 84/527 kB | 84/202 kB | 72/165 kB Progress (3): 88/527 kB | 84/202 kB | 72/165 kB Progress (3): 88/527 kB | 88/202 kB | 72/165 kB Progress (3): 92/527 kB | 88/202 kB | 72/165 kB Progress (3): 92/527 kB | 88/202 kB | 76/165 kB Progress (3): 96/527 kB | 88/202 kB | 76/165 kB Progress (3): 96/527 kB | 92/202 kB | 76/165 kB Progress (3): 100/527 kB | 92/202 kB | 76/165 kB Progress (3): 100/527 kB | 92/202 kB | 80/165 kB Progress (3): 104/527 kB | 92/202 kB | 80/165 kB Progress (3): 104/527 kB | 92/202 kB | 84/165 kB Progress (3): 108/527 kB | 92/202 kB | 84/165 kB Progress (3): 108/527 kB | 96/202 kB | 84/165 kB Progress (3): 112/527 kB | 96/202 kB | 84/165 kB Progress (3): 112/527 kB | 100/202 kB | 84/165 kB Progress (3): 112/527 kB | 100/202 kB | 88/165 kB Progress (3): 112/527 kB | 104/202 kB | 88/165 kB Progress (3): 116/527 kB | 104/202 kB | 88/165 kB Progress (3): 116/527 kB | 108/202 kB | 88/165 kB Progress (3): 116/527 kB | 108/202 kB | 92/165 kB Progress (3): 116/527 kB | 112/202 kB | 92/165 kB Progress (3): 120/527 kB | 112/202 kB | 92/165 kB Progress (3): 120/527 kB | 116/202 kB | 92/165 kB Progress (3): 120/527 kB | 116/202 kB | 96/165 kB Progress (3): 120/527 kB | 120/202 kB | 96/165 kB Progress (3): 124/527 kB | 120/202 kB | 96/165 kB Progress (3): 124/527 kB | 124/202 kB | 96/165 kB Progress (3): 124/527 kB | 124/202 kB | 100/165 kB Progress (3): 124/527 kB | 128/202 kB | 100/165 kB Progress (3): 128/527 kB | 128/202 kB | 100/165 kB Progress (3): 128/527 kB | 132/202 kB | 100/165 kB Progress (3): 128/527 kB | 132/202 kB | 104/165 kB Progress (3): 128/527 kB | 136/202 kB | 104/165 kB Progress (3): 132/527 kB | 136/202 kB | 104/165 kB Progress (3): 132/527 kB | 140/202 kB | 104/165 kB Progress (3): 132/527 kB | 140/202 kB | 108/165 kB Progress (3): 132/527 kB | 144/202 kB | 108/165 kB Progress (3): 136/527 kB | 144/202 kB | 108/165 kB Progress (3): 136/527 kB | 148/202 kB | 108/165 kB Progress (3): 136/527 kB | 148/202 kB | 112/165 kB Progress (3): 136/527 kB | 152/202 kB | 112/165 kB Progress (3): 140/527 kB | 152/202 kB | 112/165 kB Progress (3): 140/527 kB | 156/202 kB | 112/165 kB Progress (3): 140/527 kB | 156/202 kB | 116/165 kB Progress (3): 140/527 kB | 160/202 kB | 116/165 kB Progress (3): 144/527 kB | 160/202 kB | 116/165 kB Progress (3): 144/527 kB | 164/202 kB | 116/165 kB Progress (3): 148/527 kB | 164/202 kB | 116/165 kB Progress (3): 148/527 kB | 164/202 kB | 120/165 kB Progress (3): 152/527 kB | 164/202 kB | 120/165 kB Progress (3): 152/527 kB | 168/202 kB | 120/165 kB Progress (3): 156/527 kB | 168/202 kB | 120/165 kB Progress (3): 156/527 kB | 168/202 kB | 124/165 kB Progress (3): 160/527 kB | 168/202 kB | 124/165 kB Progress (3): 160/527 kB | 172/202 kB | 124/165 kB Progress (3): 164/527 kB | 172/202 kB | 124/165 kB Progress (3): 164/527 kB | 172/202 kB | 128/165 kB Progress (3): 168/527 kB | 172/202 kB | 128/165 kB Progress (3): 168/527 kB | 176/202 kB | 128/165 kB Progress (3): 172/527 kB | 176/202 kB | 128/165 kB Progress (3): 172/527 kB | 176/202 kB | 132/165 kB Progress (3): 176/527 kB | 176/202 kB | 132/165 kB Progress (3): 176/527 kB | 180/202 kB | 132/165 kB Progress (3): 180/527 kB | 180/202 kB | 132/165 kB Progress (3): 180/527 kB | 180/202 kB | 136/165 kB Progress (3): 184/527 kB | 180/202 kB | 136/165 kB Progress (3): 184/527 kB | 184/202 kB | 136/165 kB Progress (3): 188/527 kB | 184/202 kB | 136/165 kB Progress (3): 188/527 kB | 184/202 kB | 140/165 kB Progress (3): 192/527 kB | 184/202 kB | 140/165 kB Progress (3): 192/527 kB | 188/202 kB | 140/165 kB Progress (3): 196/527 kB | 188/202 kB | 140/165 kB Progress (3): 196/527 kB | 188/202 kB | 144/165 kB Progress (3): 200/527 kB | 188/202 kB | 144/165 kB Progress (3): 200/527 kB | 192/202 kB | 144/165 kB Progress (3): 200/527 kB | 192/202 kB | 148/165 kB Progress (3): 200/527 kB | 196/202 kB | 148/165 kB Progress (3): 204/527 kB | 196/202 kB | 148/165 kB Progress (3): 204/527 kB | 200/202 kB | 148/165 kB Progress (3): 204/527 kB | 200/202 kB | 152/165 kB Progress (3): 204/527 kB | 202 kB | 152/165 kB Progress (3): 208/527 kB | 202 kB | 152/165 kB Progress (3): 208/527 kB | 202 kB | 156/165 kB Progress (3): 212/527 kB | 202 kB | 156/165 kB Progress (3): 212/527 kB | 202 kB | 160/165 kB Progress (3): 216/527 kB | 202 kB | 160/165 kB Progress (3): 216/527 kB | 202 kB | 164/165 kB Progress (3): 216/527 kB | 202 kB | 165 kB Progress (3): 220/527 kB | 202 kB | 165 kB Progress (3): 224/527 kB | 202 kB | 165 kB Progress (3): 228/527 kB | 202 kB | 165 kB Progress (3): 232/527 kB | 202 kB | 165 kB Progress (3): 236/527 kB | 202 kB | 165 kB Progress (3): 240/527 kB | 202 kB | 165 kB Progress (3): 244/527 kB | 202 kB | 165 kB Progress (3): 248/527 kB | 202 kB | 165 kB Progress (3): 252/527 kB | 202 kB | 165 kB Progress (3): 256/527 kB | 202 kB | 165 kB Progress (3): 260/527 kB | 202 kB | 165 kB Progress (3): 264/527 kB | 202 kB | 165 kB Progress (3): 268/527 kB | 202 kB | 165 kB Progress (3): 272/527 kB | 202 kB | 165 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.jar (202 kB at 1.9 MB/s) 15:08:24 [2019-07-19T19:08:24.550Z] Progress (2): 276/527 kB | 165 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar 15:08:24 [2019-07-19T19:08:24.550Z] Progress (2): 280/527 kB | 165 kB Progress (2): 284/527 kB | 165 kB Progress (2): 288/527 kB | 165 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar (165 kB at 1.5 MB/s) 15:08:24 [2019-07-19T19:08:24.550Z] Progress (1): 292/527 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar 15:08:24 [2019-07-19T19:08:24.550Z] Progress (1): 296/527 kB Progress (1): 300/527 kB Progress (1): 304/527 kB Progress (2): 304/527 kB | 4.1/30 kB Progress (2): 308/527 kB | 4.1/30 kB Progress (2): 308/527 kB | 7.7/30 kB Progress (2): 312/527 kB | 7.7/30 kB Progress (2): 312/527 kB | 12/30 kB Progress (2): 316/527 kB | 12/30 kB Progress (2): 316/527 kB | 16/30 kB Progress (2): 320/527 kB | 16/30 kB Progress (2): 320/527 kB | 20/30 kB Progress (2): 324/527 kB | 20/30 kB Progress (2): 324/527 kB | 24/30 kB Progress (2): 328/527 kB | 24/30 kB Progress (2): 328/527 kB | 28/30 kB Progress (2): 332/527 kB | 28/30 kB Progress (2): 332/527 kB | 30 kB Progress (2): 336/527 kB | 30 kB Progress (2): 340/527 kB | 30 kB Progress (2): 344/527 kB | 30 kB Progress (2): 348/527 kB | 30 kB Progress (2): 352/527 kB | 30 kB Progress (2): 356/527 kB | 30 kB Progress (2): 360/527 kB | 30 kB Progress (2): 364/527 kB | 30 kB Progress (2): 368/527 kB | 30 kB Progress (2): 372/527 kB | 30 kB Progress (2): 376/527 kB | 30 kB Progress (2): 380/527 kB | 30 kB Progress (2): 384/527 kB | 30 kB Progress (2): 388/527 kB | 30 kB Progress (2): 392/527 kB | 30 kB Progress (2): 396/527 kB | 30 kB Progress (2): 400/527 kB | 30 kB Progress (2): 404/527 kB | 30 kB Progress (2): 408/527 kB | 30 kB Progress (2): 412/527 kB | 30 kB Progress (2): 416/527 kB | 30 kB Progress (2): 420/527 kB | 30 kB Progress (2): 424/527 kB | 30 kB Progress (2): 428/527 kB | 30 kB Progress (2): 432/527 kB | 30 kB Progress (2): 436/527 kB | 30 kB Progress (2): 440/527 kB | 30 kB Progress (2): 444/527 kB | 30 kB Progress (2): 448/527 kB | 30 kB Progress (2): 452/527 kB | 30 kB Progress (2): 456/527 kB | 30 kB Progress (2): 460/527 kB | 30 kB Progress (2): 464/527 kB | 30 kB Progress (2): 468/527 kB | 30 kB Progress (2): 472/527 kB | 30 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 174 kB/s) 15:08:24 [2019-07-19T19:08:24.550Z] Progress (1): 476/527 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar 15:08:24 [2019-07-19T19:08:24.550Z] Progress (1): 480/527 kB Progress (1): 484/527 kB Progress (1): 488/527 kB Progress (1): 492/527 kB Progress (1): 496/527 kB Progress (1): 500/527 kB Progress (2): 500/527 kB | 4.1/52 kB Progress (2): 504/527 kB | 4.1/52 kB Progress (2): 504/527 kB | 7.7/52 kB Progress (2): 508/527 kB | 7.7/52 kB Progress (2): 508/527 kB | 12/52 kB Progress (2): 512/527 kB | 12/52 kB Progress (2): 512/527 kB | 16/52 kB Progress (2): 516/527 kB | 16/52 kB Progress (2): 520/527 kB | 16/52 kB Progress (2): 520/527 kB | 20/52 kB Progress (2): 524/527 kB | 20/52 kB Progress (2): 524/527 kB | 24/52 kB Progress (2): 527 kB | 24/52 kB Progress (2): 527 kB | 28/52 kB Progress (2): 527 kB | 32/52 kB Progress (2): 527 kB | 33/52 kB Progress (2): 527 kB | 37/52 kB Progress (2): 527 kB | 41/52 kB Progress (2): 527 kB | 45/52 kB Progress (2): 527 kB | 49/52 kB Progress (2): 527 kB | 52 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (527 kB at 2.8 MB/s) 15:08:24 [2019-07-19T19:08:24.550Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar 15:08:24 [2019-07-19T19:08:24.550Z] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (52 kB at 276 kB/s) 15:08:24 [2019-07-19T19:08:24.550Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar 15:08:24 [2019-07-19T19:08:24.550Z] Progress (1): 4.1/106 kB Progress (1): 7.7/106 kB Progress (1): 12/106 kB Progress (1): 16/106 kB Progress (1): 20/106 kB Progress (1): 24/106 kB Progress (1): 28/106 kB Progress (1): 32/106 kB Progress (1): 33/106 kB Progress (1): 37/106 kB Progress (1): 41/106 kB Progress (1): 45/106 kB Progress (1): 49/106 kB Progress (1): 53/106 kB Progress (1): 57/106 kB Progress (1): 61/106 kB Progress (1): 65/106 kB Progress (1): 66/106 kB Progress (1): 70/106 kB Progress (1): 74/106 kB Progress (1): 78/106 kB Progress (1): 82/106 kB Progress (1): 86/106 kB Progress (1): 90/106 kB Progress (1): 94/106 kB Progress (1): 98/106 kB Progress (1): 102/106 kB Progress (1): 106/106 kB Progress (1): 106 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 506 kB/s) 15:08:24 [2019-07-19T19:08:24.550Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar 15:08:24 [2019-07-19T19:08:24.550Z] Progress (1): 4.1/14 kB Progress (1): 7.7/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 60 kB/s) 15:08:24 [2019-07-19T19:08:24.550Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar 15:08:24 [2019-07-19T19:08:24.550Z] Progress (1): 4.1/38 kB Progress (1): 7.7/38 kB Progress (1): 12/38 kB Progress (1): 16/38 kB Progress (1): 20/38 kB Progress (2): 20/38 kB | 4.1/5.6 kB Progress (2): 24/38 kB | 4.1/5.6 kB Progress (2): 24/38 kB | 5.6 kB Progress (2): 28/38 kB | 5.6 kB Progress (2): 32/38 kB | 5.6 kB Progress (2): 36/38 kB | 5.6 kB Progress (2): 38 kB | 5.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.jar (5.6 kB at 21 kB/s) 15:08:24 [2019-07-19T19:08:24.550Z] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 139 kB/s) 15:08:24 [2019-07-19T19:08:24.550Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar 15:08:24 [2019-07-19T19:08:24.550Z] Progress (1): 4.1/148 kB Progress (2): 4.1/148 kB | 4.1/51 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar 15:08:24 [2019-07-19T19:08:24.550Z] Progress (2): 4.1/148 kB | 7.7/51 kB Progress (2): 7.7/148 kB | 7.7/51 kB Progress (2): 7.7/148 kB | 12/51 kB Progress (2): 7.7/148 kB | 16/51 kB Progress (2): 12/148 kB | 16/51 kB Progress (2): 12/148 kB | 20/51 kB Progress (2): 16/148 kB | 20/51 kB Progress (2): 16/148 kB | 24/51 kB Progress (2): 20/148 kB | 24/51 kB Progress (2): 20/148 kB | 28/51 kB Progress (2): 24/148 kB | 28/51 kB Progress (2): 24/148 kB | 32/51 kB Progress (2): 28/148 kB | 32/51 kB Progress (2): 28/148 kB | 36/51 kB Progress (2): 32/148 kB | 36/51 kB Progress (2): 32/148 kB | 40/51 kB Progress (2): 33/148 kB | 40/51 kB Progress (2): 33/148 kB | 44/51 kB Progress (2): 37/148 kB | 44/51 kB Progress (2): 37/148 kB | 48/51 kB Progress (2): 41/148 kB | 48/51 kB Progress (2): 41/148 kB | 51 kB Progress (2): 45/148 kB | 51 kB Progress (2): 49/148 kB | 51 kB Progress (2): 53/148 kB | 51 kB Progress (2): 57/148 kB | 51 kB Progress (2): 61/148 kB | 51 kB Progress (2): 65/148 kB | 51 kB Progress (2): 66/148 kB | 51 kB Progress (2): 70/148 kB | 51 kB Progress (2): 74/148 kB | 51 kB Progress (2): 78/148 kB | 51 kB Progress (2): 82/148 kB | 51 kB Progress (2): 86/148 kB | 51 kB Progress (2): 90/148 kB | 51 kB Progress (2): 94/148 kB | 51 kB Progress (2): 98/148 kB | 51 kB Progress (2): 102/148 kB | 51 kB Progress (2): 106/148 kB | 51 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 182 kB/s) 15:08:24 [2019-07-19T19:08:24.550Z] Progress (1): 110/148 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar 15:08:24 [2019-07-19T19:08:24.551Z] Progress (1): 114/148 kB Progress (1): 118/148 kB Progress (1): 122/148 kB Progress (1): 126/148 kB Progress (1): 130/148 kB Progress (2): 130/148 kB | 4.1/108 kB Progress (2): 134/148 kB | 4.1/108 kB Progress (2): 134/148 kB | 7.7/108 kB Progress (2): 138/148 kB | 7.7/108 kB Progress (2): 138/148 kB | 12/108 kB Progress (2): 142/148 kB | 12/108 kB Progress (2): 142/148 kB | 16/108 kB Progress (3): 142/148 kB | 16/108 kB | 4.1/74 kB Progress (3): 142/148 kB | 20/108 kB | 4.1/74 kB Progress (3): 146/148 kB | 20/108 kB | 4.1/74 kB Progress (3): 146/148 kB | 24/108 kB | 4.1/74 kB Progress (3): 146/148 kB | 24/108 kB | 7.7/74 kB Progress (3): 148 kB | 24/108 kB | 7.7/74 kB Progress (3): 148 kB | 28/108 kB | 7.7/74 kB Progress (4): 148 kB | 28/108 kB | 7.7/74 kB | 4.1/202 kB Progress (4): 148 kB | 32/108 kB | 7.7/74 kB | 4.1/202 kB Progress (4): 148 kB | 32/108 kB | 12/74 kB | 4.1/202 kB Progress (4): 148 kB | 36/108 kB | 12/74 kB | 4.1/202 kB Progress (4): 148 kB | 36/108 kB | 12/74 kB | 7.7/202 kB Progress (4): 148 kB | 40/108 kB | 12/74 kB | 7.7/202 kB Progress (4): 148 kB | 40/108 kB | 12/74 kB | 12/202 kB Progress (4): 148 kB | 40/108 kB | 16/74 kB | 12/202 kB Progress (4): 148 kB | 40/108 kB | 16/74 kB | 16/202 kB Progress (4): 148 kB | 44/108 kB | 16/74 kB | 16/202 kB Progress (4): 148 kB | 44/108 kB | 16/74 kB | 20/202 kB Progress (5): 148 kB | 44/108 kB | 16/74 kB | 20/202 kB | 4.1/153 kB Progress (5): 148 kB | 44/108 kB | 16/74 kB | 24/202 kB | 4.1/153 kB Progress (5): 148 kB | 48/108 kB | 16/74 kB | 24/202 kB | 4.1/153 kB Progress (5): 148 kB | 48/108 kB | 20/74 kB | 24/202 kB | 4.1/153 kB Progress (5): 148 kB | 52/108 kB | 20/74 kB | 24/202 kB | 4.1/153 kB Progress (5): 148 kB | 52/108 kB | 20/74 kB | 28/202 kB | 4.1/153 kB Progress (5): 148 kB | 52/108 kB | 20/74 kB | 28/202 kB | 7.7/153 kB Progress (5): 148 kB | 52/108 kB | 20/74 kB | 32/202 kB | 7.7/153 kB Progress (5): 148 kB | 56/108 kB | 20/74 kB | 32/202 kB | 7.7/153 kB Progress (5): 148 kB | 56/108 kB | 24/74 kB | 32/202 kB | 7.7/153 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 502 kB/s) 15:08:24 [2019-07-19T19:08:24.551Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar 15:08:24 [2019-07-19T19:08:24.551Z] Progress (4): 56/108 kB | 28/74 kB | 32/202 kB | 7.7/153 kB Progress (4): 60/108 kB | 28/74 kB | 32/202 kB | 7.7/153 kB Progress (4): 60/108 kB | 28/74 kB | 33/202 kB | 7.7/153 kB Progress (4): 60/108 kB | 28/74 kB | 33/202 kB | 12/153 kB Progress (4): 60/108 kB | 28/74 kB | 37/202 kB | 12/153 kB Progress (4): 64/108 kB | 28/74 kB | 37/202 kB | 12/153 kB Progress (4): 64/108 kB | 32/74 kB | 37/202 kB | 12/153 kB Progress (4): 68/108 kB | 32/74 kB | 37/202 kB | 12/153 kB Progress (4): 68/108 kB | 32/74 kB | 41/202 kB | 12/153 kB Progress (4): 68/108 kB | 32/74 kB | 41/202 kB | 16/153 kB Progress (4): 68/108 kB | 32/74 kB | 45/202 kB | 16/153 kB Progress (4): 72/108 kB | 32/74 kB | 45/202 kB | 16/153 kB Progress (4): 72/108 kB | 36/74 kB | 45/202 kB | 16/153 kB Progress (4): 76/108 kB | 36/74 kB | 45/202 kB | 16/153 kB Progress (4): 76/108 kB | 36/74 kB | 49/202 kB | 16/153 kB Progress (4): 76/108 kB | 36/74 kB | 49/202 kB | 20/153 kB Progress (4): 76/108 kB | 36/74 kB | 53/202 kB | 20/153 kB Progress (4): 80/108 kB | 36/74 kB | 53/202 kB | 20/153 kB Progress (4): 80/108 kB | 40/74 kB | 53/202 kB | 20/153 kB Progress (4): 84/108 kB | 40/74 kB | 53/202 kB | 20/153 kB Progress (4): 84/108 kB | 44/74 kB | 53/202 kB | 20/153 kB Progress (4): 84/108 kB | 44/74 kB | 57/202 kB | 20/153 kB Progress (4): 84/108 kB | 44/74 kB | 57/202 kB | 24/153 kB Progress (4): 84/108 kB | 44/74 kB | 61/202 kB | 24/153 kB Progress (4): 84/108 kB | 48/74 kB | 61/202 kB | 24/153 kB Progress (5): 84/108 kB | 48/74 kB | 61/202 kB | 24/153 kB | 4.1/472 kB Progress (5): 88/108 kB | 48/74 kB | 61/202 kB | 24/153 kB | 4.1/472 kB Progress (5): 88/108 kB | 48/74 kB | 61/202 kB | 24/153 kB | 7.7/472 kB Progress (5): 88/108 kB | 52/74 kB | 61/202 kB | 24/153 kB | 7.7/472 kB Progress (5): 88/108 kB | 52/74 kB | 65/202 kB | 24/153 kB | 7.7/472 kB Progress (5): 88/108 kB | 52/74 kB | 65/202 kB | 28/153 kB | 7.7/472 kB Progress (5): 88/108 kB | 52/74 kB | 66/202 kB | 28/153 kB | 7.7/472 kB Progress (5): 88/108 kB | 56/74 kB | 66/202 kB | 28/153 kB | 7.7/472 kB Progress (5): 88/108 kB | 56/74 kB | 66/202 kB | 28/153 kB | 12/472 kB Progress (5): 92/108 kB | 56/74 kB | 66/202 kB | 28/153 kB | 12/472 kB Progress (5): 92/108 kB | 56/74 kB | 66/202 kB | 28/153 kB | 16/472 kB Progress (5): 92/108 kB | 60/74 kB | 66/202 kB | 28/153 kB | 16/472 kB Progress (5): 92/108 kB | 60/74 kB | 70/202 kB | 28/153 kB | 16/472 kB Progress (5): 92/108 kB | 60/74 kB | 70/202 kB | 32/153 kB | 16/472 kB Progress (5): 92/108 kB | 60/74 kB | 74/202 kB | 32/153 kB | 16/472 kB Progress (5): 92/108 kB | 64/74 kB | 74/202 kB | 32/153 kB | 16/472 kB Progress (5): 92/108 kB | 64/74 kB | 74/202 kB | 32/153 kB | 20/472 kB Progress (5): 96/108 kB | 64/74 kB | 74/202 kB | 32/153 kB | 20/472 kB Progress (5): 96/108 kB | 64/74 kB | 74/202 kB | 32/153 kB | 24/472 kB Progress (5): 96/108 kB | 68/74 kB | 74/202 kB | 32/153 kB | 24/472 kB Progress (5): 96/108 kB | 68/74 kB | 78/202 kB | 32/153 kB | 24/472 kB Progress (5): 96/108 kB | 68/74 kB | 78/202 kB | 33/153 kB | 24/472 kB Progress (5): 96/108 kB | 68/74 kB | 82/202 kB | 33/153 kB | 24/472 kB Progress (5): 96/108 kB | 72/74 kB | 82/202 kB | 33/153 kB | 24/472 kB Progress (5): 96/108 kB | 72/74 kB | 82/202 kB | 33/153 kB | 28/472 kB Progress (5): 100/108 kB | 72/74 kB | 82/202 kB | 33/153 kB | 28/472 kB Progress (5): 100/108 kB | 72/74 kB | 82/202 kB | 33/153 kB | 32/472 kB Progress (5): 100/108 kB | 74 kB | 82/202 kB | 33/153 kB | 32/472 kB Progress (5): 100/108 kB | 74 kB | 86/202 kB | 33/153 kB | 32/472 kB Progress (5): 100/108 kB | 74 kB | 86/202 kB | 37/153 kB | 32/472 kB Progress (5): 100/108 kB | 74 kB | 90/202 kB | 37/153 kB | 32/472 kB Progress (5): 100/108 kB | 74 kB | 90/202 kB | 37/153 kB | 33/472 kB Progress (5): 104/108 kB | 74 kB | 90/202 kB | 37/153 kB | 33/472 kB Progress (5): 104/108 kB | 74 kB | 90/202 kB | 37/153 kB | 37/472 kB Progress (5): 104/108 kB | 74 kB | 94/202 kB | 37/153 kB | 37/472 kB Progress (5): 104/108 kB | 74 kB | 94/202 kB | 41/153 kB | 37/472 kB Progress (5): 104/108 kB | 74 kB | 98/202 kB | 41/153 kB | 37/472 kB Progress (5): 104/108 kB | 74 kB | 98/202 kB | 41/153 kB | 41/472 kB Progress (5): 108/108 kB | 74 kB | 98/202 kB | 41/153 kB | 41/472 kB Progress (5): 108/108 kB | 74 kB | 98/202 kB | 41/153 kB | 45/472 kB Progress (5): 108/108 kB | 74 kB | 102/202 kB | 41/153 kB | 45/472 kB Progress (5): 108/108 kB | 74 kB | 102/202 kB | 45/153 kB | 45/472 kB Progress (5): 108/108 kB | 74 kB | 106/202 kB | 45/153 kB | 45/472 kB Progress (5): 108/108 kB | 74 kB | 106/202 kB | 45/153 kB | 49/472 kB Progress (5): 108 kB | 74 kB | 106/202 kB | 45/153 kB | 49/472 kB Progress (5): 108 kB | 74 kB | 106/202 kB | 45/153 kB | 53/472 kB Progress (5): 108 kB | 74 kB | 110/202 kB | 45/153 kB | 53/472 kB Progress (5): 108 kB | 74 kB | 110/202 kB | 49/153 kB | 53/472 kB Progress (5): 108 kB | 74 kB | 114/202 kB | 49/153 kB | 53/472 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 231 kB/s) 15:08:24 [2019-07-19T19:08:24.812Z] Progress (4): 108 kB | 114/202 kB | 49/153 kB | 57/472 kB Progress (4): 108 kB | 114/202 kB | 49/153 kB | 61/472 kB Progress (4): 108 kB | 114/202 kB | 49/153 kB | 65/472 kB Progress (4): 108 kB | 114/202 kB | 49/153 kB | 66/472 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar 15:08:24 [2019-07-19T19:08:24.812Z] Progress (4): 108 kB | 118/202 kB | 49/153 kB | 66/472 kB Progress (4): 108 kB | 118/202 kB | 53/153 kB | 66/472 kB Progress (4): 108 kB | 122/202 kB | 53/153 kB | 66/472 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 302 kB/s) 15:08:24 [2019-07-19T19:08:24.812Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar 15:08:24 [2019-07-19T19:08:24.812Z] Progress (3): 122/202 kB | 53/153 kB | 70/472 kB Progress (3): 126/202 kB | 53/153 kB | 70/472 kB Progress (3): 130/202 kB | 53/153 kB | 70/472 kB Progress (3): 130/202 kB | 57/153 kB | 70/472 kB Progress (3): 134/202 kB | 57/153 kB | 70/472 kB Progress (3): 134/202 kB | 57/153 kB | 74/472 kB Progress (3): 138/202 kB | 57/153 kB | 74/472 kB Progress (3): 138/202 kB | 57/153 kB | 78/472 kB Progress (3): 138/202 kB | 61/153 kB | 78/472 kB Progress (3): 138/202 kB | 61/153 kB | 82/472 kB Progress (3): 142/202 kB | 61/153 kB | 82/472 kB Progress (3): 142/202 kB | 61/153 kB | 86/472 kB Progress (3): 142/202 kB | 65/153 kB | 86/472 kB Progress (3): 142/202 kB | 65/153 kB | 90/472 kB Progress (3): 142/202 kB | 69/153 kB | 90/472 kB Progress (3): 146/202 kB | 69/153 kB | 90/472 kB Progress (3): 146/202 kB | 73/153 kB | 90/472 kB Progress (3): 150/202 kB | 73/153 kB | 90/472 kB Progress (3): 150/202 kB | 77/153 kB | 90/472 kB Progress (3): 150/202 kB | 77/153 kB | 94/472 kB Progress (3): 150/202 kB | 81/153 kB | 94/472 kB Progress (3): 154/202 kB | 81/153 kB | 94/472 kB Progress (3): 154/202 kB | 85/153 kB | 94/472 kB Progress (3): 158/202 kB | 85/153 kB | 94/472 kB Progress (3): 158/202 kB | 85/153 kB | 98/472 kB Progress (3): 162/202 kB | 85/153 kB | 98/472 kB Progress (3): 162/202 kB | 89/153 kB | 98/472 kB Progress (3): 166/202 kB | 89/153 kB | 98/472 kB Progress (3): 166/202 kB | 89/153 kB | 98/472 kB Progress (4): 166/202 kB | 89/153 kB | 98/472 kB | 4.1/61 kB Progress (4): 166/202 kB | 89/153 kB | 102/472 kB | 4.1/61 kB Progress (5): 166/202 kB | 89/153 kB | 102/472 kB | 4.1/61 kB | 4.1/46 kB Progress (5): 170/202 kB | 89/153 kB | 102/472 kB | 4.1/61 kB | 4.1/46 kB Progress (5): 170/202 kB | 93/153 kB | 102/472 kB | 4.1/61 kB | 4.1/46 kB Progress (5): 174/202 kB | 93/153 kB | 102/472 kB | 4.1/61 kB | 4.1/46 kB Progress (5): 174/202 kB | 93/153 kB | 102/472 kB | 4.1/61 kB | 7.7/46 kB Progress (5): 174/202 kB | 93/153 kB | 106/472 kB | 4.1/61 kB | 7.7/46 kB Progress (5): 174/202 kB | 93/153 kB | 106/472 kB | 7.7/61 kB | 7.7/46 kB Progress (5): 174/202 kB | 93/153 kB | 110/472 kB | 7.7/61 kB | 7.7/46 kB Progress (5): 174/202 kB | 93/153 kB | 110/472 kB | 7.7/61 kB | 12/46 kB Progress (5): 178/202 kB | 93/153 kB | 110/472 kB | 7.7/61 kB | 12/46 kB Progress (5): 178/202 kB | 97/153 kB | 110/472 kB | 7.7/61 kB | 12/46 kB Progress (5): 182/202 kB | 97/153 kB | 110/472 kB | 7.7/61 kB | 12/46 kB Progress (5): 182/202 kB | 97/153 kB | 110/472 kB | 7.7/61 kB | 16/46 kB Progress (5): 182/202 kB | 97/153 kB | 114/472 kB | 7.7/61 kB | 16/46 kB Progress (5): 182/202 kB | 97/153 kB | 114/472 kB | 12/61 kB | 16/46 kB Progress (5): 182/202 kB | 97/153 kB | 118/472 kB | 12/61 kB | 16/46 kB Progress (5): 182/202 kB | 97/153 kB | 118/472 kB | 12/61 kB | 20/46 kB Progress (5): 186/202 kB | 97/153 kB | 118/472 kB | 12/61 kB | 20/46 kB Progress (5): 186/202 kB | 101/153 kB | 118/472 kB | 12/61 kB | 20/46 kB Progress (5): 190/202 kB | 101/153 kB | 118/472 kB | 12/61 kB | 20/46 kB Progress (5): 190/202 kB | 101/153 kB | 118/472 kB | 12/61 kB | 24/46 kB Progress (5): 190/202 kB | 101/153 kB | 122/472 kB | 12/61 kB | 24/46 kB Progress (5): 190/202 kB | 101/153 kB | 122/472 kB | 16/61 kB | 24/46 kB Progress (5): 190/202 kB | 101/153 kB | 126/472 kB | 16/61 kB | 24/46 kB Progress (5): 190/202 kB | 101/153 kB | 126/472 kB | 16/61 kB | 28/46 kB Progress (5): 194/202 kB | 101/153 kB | 126/472 kB | 16/61 kB | 28/46 kB Progress (5): 194/202 kB | 105/153 kB | 126/472 kB | 16/61 kB | 28/46 kB Progress (5): 198/202 kB | 105/153 kB | 126/472 kB | 16/61 kB | 28/46 kB Progress (5): 198/202 kB | 105/153 kB | 126/472 kB | 16/61 kB | 32/46 kB Progress (5): 198/202 kB | 105/153 kB | 130/472 kB | 16/61 kB | 32/46 kB Progress (5): 198/202 kB | 105/153 kB | 130/472 kB | 20/61 kB | 32/46 kB Progress (5): 198/202 kB | 105/153 kB | 131/472 kB | 20/61 kB | 32/46 kB Progress (5): 198/202 kB | 105/153 kB | 131/472 kB | 20/61 kB | 33/46 kB Progress (5): 202/202 kB | 105/153 kB | 131/472 kB | 20/61 kB | 33/46 kB Progress (5): 202/202 kB | 109/153 kB | 131/472 kB | 20/61 kB | 33/46 kB Progress (5): 202 kB | 109/153 kB | 131/472 kB | 20/61 kB | 33/46 kB Progress (5): 202 kB | 109/153 kB | 131/472 kB | 20/61 kB | 37/46 kB Progress (5): 202 kB | 109/153 kB | 135/472 kB | 20/61 kB | 37/46 kB Progress (5): 202 kB | 109/153 kB | 135/472 kB | 24/61 kB | 37/46 kB Progress (5): 202 kB | 109/153 kB | 139/472 kB | 24/61 kB | 37/46 kB Progress (5): 202 kB | 109/153 kB | 139/472 kB | 24/61 kB | 41/46 kB Progress (5): 202 kB | 113/153 kB | 139/472 kB | 24/61 kB | 41/46 kB Progress (5): 202 kB | 113/153 kB | 139/472 kB | 24/61 kB | 45/46 kB Progress (5): 202 kB | 113/153 kB | 143/472 kB | 24/61 kB | 45/46 kB Progress (5): 202 kB | 113/153 kB | 143/472 kB | 28/61 kB | 45/46 kB Progress (5): 202 kB | 113/153 kB | 147/472 kB | 28/61 kB | 45/46 kB Progress (5): 202 kB | 113/153 kB | 147/472 kB | 28/61 kB | 46 kB Progress (5): 202 kB | 113/153 kB | 151/472 kB | 28/61 kB | 46 kB Progress (5): 202 kB | 117/153 kB | 151/472 kB | 28/61 kB | 46 kB Progress (5): 202 kB | 117/153 kB | 155/472 kB | 28/61 kB | 46 kB Progress (5): 202 kB | 117/153 kB | 155/472 kB | 32/61 kB | 46 kB Progress (5): 202 kB | 117/153 kB | 159/472 kB | 32/61 kB | 46 kB Progress (5): 202 kB | 121/153 kB | 159/472 kB | 32/61 kB | 46 kB Progress (5): 202 kB | 121/153 kB | 163/472 kB | 32/61 kB | 46 kB Progress (5): 202 kB | 121/153 kB | 163/472 kB | 36/61 kB | 46 kB Progress (5): 202 kB | 121/153 kB | 167/472 kB | 36/61 kB | 46 kB Progress (5): 202 kB | 125/153 kB | 167/472 kB | 36/61 kB | 46 kB Progress (5): 202 kB | 125/153 kB | 171/472 kB | 36/61 kB | 46 kB Progress (5): 202 kB | 125/153 kB | 171/472 kB | 40/61 kB | 46 kB Progress (5): 202 kB | 125/153 kB | 175/472 kB | 40/61 kB | 46 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 425 kB/s) 15:08:24 [2019-07-19T19:08:24.812Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar 15:08:24 [2019-07-19T19:08:24.812Z] Progress (4): 129/153 kB | 175/472 kB | 40/61 kB | 46 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 97 kB/s) 15:08:24 [2019-07-19T19:08:24.812Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar 15:08:24 [2019-07-19T19:08:24.812Z] Progress (3): 129/153 kB | 179/472 kB | 40/61 kB Progress (3): 129/153 kB | 179/472 kB | 44/61 kB Progress (3): 129/153 kB | 183/472 kB | 44/61 kB Progress (3): 133/153 kB | 183/472 kB | 44/61 kB Progress (3): 133/153 kB | 187/472 kB | 44/61 kB Progress (3): 133/153 kB | 187/472 kB | 48/61 kB Progress (3): 133/153 kB | 191/472 kB | 48/61 kB Progress (3): 137/153 kB | 191/472 kB | 48/61 kB Progress (3): 137/153 kB | 191/472 kB | 52/61 kB Progress (3): 137/153 kB | 195/472 kB | 52/61 kB Progress (3): 137/153 kB | 195/472 kB | 56/61 kB Progress (3): 141/153 kB | 195/472 kB | 56/61 kB Progress (3): 141/153 kB | 195/472 kB | 60/61 kB Progress (3): 141/153 kB | 199/472 kB | 60/61 kB Progress (3): 141/153 kB | 199/472 kB | 61 kB Progress (3): 145/153 kB | 199/472 kB | 61 kB Progress (3): 145/153 kB | 203/472 kB | 61 kB Progress (3): 149/153 kB | 203/472 kB | 61 kB Progress (3): 149/153 kB | 207/472 kB | 61 kB Progress (3): 153/153 kB | 207/472 kB | 61 kB Progress (3): 153/153 kB | 211/472 kB | 61 kB Progress (3): 153 kB | 211/472 kB | 61 kB Progress (3): 153 kB | 215/472 kB | 61 kB Progress (3): 153 kB | 219/472 kB | 61 kB Progress (3): 153 kB | 223/472 kB | 61 kB Progress (3): 153 kB | 227/472 kB | 61 kB Progress (3): 153 kB | 231/472 kB | 61 kB Progress (3): 153 kB | 235/472 kB | 61 kB Progress (3): 153 kB | 239/472 kB | 61 kB Progress (3): 153 kB | 243/472 kB | 61 kB Progress (3): 153 kB | 247/472 kB | 61 kB Progress (3): 153 kB | 251/472 kB | 61 kB Progress (3): 153 kB | 255/472 kB | 61 kB Progress (3): 153 kB | 259/472 kB | 61 kB Progress (3): 153 kB | 263/472 kB | 61 kB Progress (3): 153 kB | 267/472 kB | 61 kB Progress (3): 153 kB | 271/472 kB | 61 kB Progress (3): 153 kB | 275/472 kB | 61 kB Progress (3): 153 kB | 279/472 kB | 61 kB Progress (3): 153 kB | 283/472 kB | 61 kB Progress (3): 153 kB | 287/472 kB | 61 kB Progress (3): 153 kB | 291/472 kB | 61 kB Progress (3): 153 kB | 295/472 kB | 61 kB Progress (3): 153 kB | 299/472 kB | 61 kB Progress (3): 153 kB | 303/472 kB | 61 kB Progress (3): 153 kB | 307/472 kB | 61 kB Progress (3): 153 kB | 311/472 kB | 61 kB Progress (3): 153 kB | 315/472 kB | 61 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (61 kB at 124 kB/s) 15:08:24 [2019-07-19T19:08:24.812Z] Progress (2): 153 kB | 319/472 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar 15:08:24 [2019-07-19T19:08:24.812Z] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 310 kB/s) 15:08:24 [2019-07-19T19:08:24.812Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar 15:08:24 [2019-07-19T19:08:24.812Z] Progress (1): 323/472 kB Progress (2): 323/472 kB | 4.1/13 kB Progress (2): 327/472 kB | 4.1/13 kB Progress (2): 327/472 kB | 7.7/13 kB Progress (2): 331/472 kB | 7.7/13 kB Progress (2): 331/472 kB | 12/13 kB Progress (2): 335/472 kB | 12/13 kB Progress (2): 335/472 kB | 13 kB Progress (2): 339/472 kB | 13 kB Progress (2): 343/472 kB | 13 kB Progress (2): 347/472 kB | 13 kB Progress (2): 351/472 kB | 13 kB Progress (2): 355/472 kB | 13 kB Progress (2): 359/472 kB | 13 kB Progress (2): 363/472 kB | 13 kB Progress (2): 367/472 kB | 13 kB Progress (2): 371/472 kB | 13 kB Progress (2): 375/472 kB | 13 kB Progress (2): 379/472 kB | 13 kB Progress (2): 383/472 kB | 13 kB Progress (2): 387/472 kB | 13 kB Progress (2): 391/472 kB | 13 kB Progress (2): 395/472 kB | 13 kB Progress (3): 395/472 kB | 13 kB | 4.1/29 kB Progress (3): 399/472 kB | 13 kB | 4.1/29 kB Progress (3): 399/472 kB | 13 kB | 7.7/29 kB Progress (3): 403/472 kB | 13 kB | 7.7/29 kB Progress (3): 403/472 kB | 13 kB | 12/29 kB Progress (3): 407/472 kB | 13 kB | 12/29 kB Progress (3): 407/472 kB | 13 kB | 16/29 kB Progress (3): 411/472 kB | 13 kB | 16/29 kB Progress (3): 411/472 kB | 13 kB | 20/29 kB Progress (3): 415/472 kB | 13 kB | 20/29 kB Progress (3): 415/472 kB | 13 kB | 24/29 kB Progress (3): 419/472 kB | 13 kB | 24/29 kB Progress (3): 419/472 kB | 13 kB | 28/29 kB Progress (3): 423/472 kB | 13 kB | 28/29 kB Progress (3): 423/472 kB | 13 kB | 29 kB Progress (3): 427/472 kB | 13 kB | 29 kB Progress (3): 431/472 kB | 13 kB | 29 kB Progress (3): 435/472 kB | 13 kB | 29 kB Progress (3): 439/472 kB | 13 kB | 29 kB Progress (3): 443/472 kB | 13 kB | 29 kB Progress (3): 447/472 kB | 13 kB | 29 kB Progress (3): 451/472 kB | 13 kB | 29 kB Progress (3): 455/472 kB | 13 kB | 29 kB Progress (3): 459/472 kB | 13 kB | 29 kB Progress (3): 463/472 kB | 13 kB | 29 kB Progress (3): 467/472 kB | 13 kB | 29 kB Progress (3): 471/472 kB | 13 kB | 29 kB Progress (3): 472 kB | 13 kB | 29 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar (13 kB at 26 kB/s) 15:08:24 [2019-07-19T19:08:24.812Z] Progress (3): 472 kB | 29 kB | 4.1/49 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 56 kB/s) 15:08:24 [2019-07-19T19:08:24.812Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar 15:08:24 [2019-07-19T19:08:24.812Z] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 918 kB/s) 15:08:24 [2019-07-19T19:08:24.812Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar 15:08:24 [2019-07-19T19:08:24.812Z] Progress (2): 4.1/49 kB | 4.1/247 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar 15:08:24 [2019-07-19T19:08:24.813Z] Progress (2): 4.1/49 kB | 7.7/247 kB Progress (2): 7.7/49 kB | 7.7/247 kB Progress (2): 7.7/49 kB | 12/247 kB Progress (2): 12/49 kB | 12/247 kB Progress (2): 12/49 kB | 16/247 kB Progress (2): 16/49 kB | 16/247 kB Progress (2): 16/49 kB | 20/247 kB Progress (2): 20/49 kB | 20/247 kB Progress (2): 24/49 kB | 20/247 kB Progress (2): 28/49 kB | 20/247 kB Progress (2): 32/49 kB | 20/247 kB Progress (3): 32/49 kB | 20/247 kB | 4.1/86 kB Progress (4): 32/49 kB | 20/247 kB | 4.1/86 kB | 4.1/209 kB Progress (4): 32/49 kB | 20/247 kB | 4.1/86 kB | 7.7/209 kB Progress (4): 32/49 kB | 24/247 kB | 4.1/86 kB | 7.7/209 kB Progress (4): 32/49 kB | 24/247 kB | 4.1/86 kB | 12/209 kB Progress (4): 36/49 kB | 24/247 kB | 4.1/86 kB | 12/209 kB Progress (4): 40/49 kB | 24/247 kB | 4.1/86 kB | 12/209 kB Progress (4): 40/49 kB | 24/247 kB | 7.7/86 kB | 12/209 kB Progress (4): 44/49 kB | 24/247 kB | 7.7/86 kB | 12/209 kB Progress (4): 44/49 kB | 24/247 kB | 12/86 kB | 12/209 kB Progress (4): 44/49 kB | 24/247 kB | 12/86 kB | 16/209 kB Progress (5): 44/49 kB | 24/247 kB | 12/86 kB | 16/209 kB | 4.1/187 kB Progress (5): 44/49 kB | 28/247 kB | 12/86 kB | 16/209 kB | 4.1/187 kB Progress (5): 44/49 kB | 28/247 kB | 12/86 kB | 16/209 kB | 7.7/187 kB Progress (5): 44/49 kB | 28/247 kB | 12/86 kB | 20/209 kB | 7.7/187 kB Progress (5): 44/49 kB | 28/247 kB | 16/86 kB | 20/209 kB | 7.7/187 kB Progress (5): 48/49 kB | 28/247 kB | 16/86 kB | 20/209 kB | 7.7/187 kB Progress (5): 48/49 kB | 28/247 kB | 20/86 kB | 20/209 kB | 7.7/187 kB Progress (5): 48/49 kB | 28/247 kB | 20/86 kB | 24/209 kB | 7.7/187 kB Progress (5): 48/49 kB | 28/247 kB | 20/86 kB | 24/209 kB | 12/187 kB Progress (5): 48/49 kB | 32/247 kB | 20/86 kB | 24/209 kB | 12/187 kB Progress (5): 48/49 kB | 32/247 kB | 20/86 kB | 24/209 kB | 16/187 kB Progress (5): 48/49 kB | 32/247 kB | 20/86 kB | 28/209 kB | 16/187 kB Progress (5): 48/49 kB | 32/247 kB | 24/86 kB | 28/209 kB | 16/187 kB Progress (5): 49 kB | 32/247 kB | 24/86 kB | 28/209 kB | 16/187 kB Progress (5): 49 kB | 32/247 kB | 28/86 kB | 28/209 kB | 16/187 kB Progress (5): 49 kB | 32/247 kB | 28/86 kB | 32/209 kB | 16/187 kB Progress (5): 49 kB | 32/247 kB | 28/86 kB | 32/209 kB | 20/187 kB Progress (5): 49 kB | 33/247 kB | 28/86 kB | 32/209 kB | 20/187 kB Progress (5): 49 kB | 33/247 kB | 28/86 kB | 32/209 kB | 24/187 kB Progress (5): 49 kB | 37/247 kB | 28/86 kB | 32/209 kB | 24/187 kB Progress (5): 49 kB | 37/247 kB | 28/86 kB | 36/209 kB | 24/187 kB Progress (5): 49 kB | 37/247 kB | 32/86 kB | 36/209 kB | 24/187 kB Progress (5): 49 kB | 37/247 kB | 32/86 kB | 40/209 kB | 24/187 kB Progress (5): 49 kB | 41/247 kB | 32/86 kB | 40/209 kB | 24/187 kB Progress (5): 49 kB | 41/247 kB | 32/86 kB | 40/209 kB | 28/187 kB Progress (5): 49 kB | 45/247 kB | 32/86 kB | 40/209 kB | 28/187 kB Progress (5): 49 kB | 45/247 kB | 32/86 kB | 44/209 kB | 28/187 kB Progress (5): 49 kB | 45/247 kB | 36/86 kB | 44/209 kB | 28/187 kB Progress (5): 49 kB | 45/247 kB | 36/86 kB | 48/209 kB | 28/187 kB Progress (5): 49 kB | 49/247 kB | 36/86 kB | 48/209 kB | 28/187 kB Progress (5): 49 kB | 49/247 kB | 36/86 kB | 48/209 kB | 32/187 kB Progress (5): 49 kB | 53/247 kB | 36/86 kB | 48/209 kB | 32/187 kB Progress (5): 49 kB | 53/247 kB | 36/86 kB | 52/209 kB | 32/187 kB Progress (5): 49 kB | 53/247 kB | 40/86 kB | 52/209 kB | 32/187 kB Progress (5): 49 kB | 53/247 kB | 40/86 kB | 56/209 kB | 32/187 kB Progress (5): 49 kB | 57/247 kB | 40/86 kB | 56/209 kB | 32/187 kB Progress (5): 49 kB | 57/247 kB | 40/86 kB | 56/209 kB | 33/187 kB Progress (5): 49 kB | 61/247 kB | 40/86 kB | 56/209 kB | 33/187 kB Progress (5): 49 kB | 61/247 kB | 40/86 kB | 60/209 kB | 33/187 kB Progress (5): 49 kB | 61/247 kB | 44/86 kB | 60/209 kB | 33/187 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 86 kB/s) 15:08:24 [2019-07-19T19:08:24.813Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar 15:08:25 [2019-07-19T19:08:25.073Z] Progress (4): 61/247 kB | 44/86 kB | 64/209 kB | 33/187 kB Progress (4): 65/247 kB | 44/86 kB | 64/209 kB | 33/187 kB Progress (4): 65/247 kB | 44/86 kB | 64/209 kB | 37/187 kB Progress (4): 66/247 kB | 44/86 kB | 64/209 kB | 37/187 kB Progress (4): 66/247 kB | 44/86 kB | 68/209 kB | 37/187 kB Progress (4): 66/247 kB | 48/86 kB | 68/209 kB | 37/187 kB Progress (4): 66/247 kB | 48/86 kB | 72/209 kB | 37/187 kB Progress (4): 70/247 kB | 48/86 kB | 72/209 kB | 37/187 kB Progress (4): 70/247 kB | 48/86 kB | 72/209 kB | 41/187 kB Progress (4): 74/247 kB | 48/86 kB | 72/209 kB | 41/187 kB Progress (4): 74/247 kB | 48/86 kB | 76/209 kB | 41/187 kB Progress (4): 74/247 kB | 52/86 kB | 76/209 kB | 41/187 kB Progress (4): 74/247 kB | 52/86 kB | 80/209 kB | 41/187 kB Progress (4): 78/247 kB | 52/86 kB | 80/209 kB | 41/187 kB Progress (4): 78/247 kB | 52/86 kB | 80/209 kB | 45/187 kB Progress (4): 82/247 kB | 52/86 kB | 80/209 kB | 45/187 kB Progress (4): 82/247 kB | 52/86 kB | 84/209 kB | 45/187 kB Progress (4): 82/247 kB | 56/86 kB | 84/209 kB | 45/187 kB Progress (4): 82/247 kB | 56/86 kB | 88/209 kB | 45/187 kB Progress (4): 82/247 kB | 60/86 kB | 88/209 kB | 45/187 kB Progress (4): 86/247 kB | 60/86 kB | 88/209 kB | 45/187 kB Progress (4): 86/247 kB | 60/86 kB | 88/209 kB | 49/187 kB Progress (4): 90/247 kB | 60/86 kB | 88/209 kB | 49/187 kB Progress (4): 90/247 kB | 64/86 kB | 88/209 kB | 49/187 kB Progress (4): 90/247 kB | 64/86 kB | 92/209 kB | 49/187 kB Progress (4): 90/247 kB | 68/86 kB | 92/209 kB | 49/187 kB Progress (4): 94/247 kB | 68/86 kB | 92/209 kB | 49/187 kB Progress (4): 94/247 kB | 68/86 kB | 92/209 kB | 53/187 kB Progress (4): 98/247 kB | 68/86 kB | 92/209 kB | 53/187 kB Progress (4): 98/247 kB | 72/86 kB | 92/209 kB | 53/187 kB Progress (4): 98/247 kB | 72/86 kB | 96/209 kB | 53/187 kB Progress (4): 98/247 kB | 76/86 kB | 96/209 kB | 53/187 kB Progress (4): 98/247 kB | 76/86 kB | 96/209 kB | 53/187 kB Progress (4): 98/247 kB | 76/86 kB | 96/209 kB | 57/187 kB Progress (4): 98/247 kB | 80/86 kB | 96/209 kB | 57/187 kB Progress (4): 98/247 kB | 80/86 kB | 100/209 kB | 57/187 kB Progress (4): 98/247 kB | 84/86 kB | 100/209 kB | 57/187 kB Progress (4): 98/247 kB | 84/86 kB | 100/209 kB | 61/187 kB Progress (4): 102/247 kB | 84/86 kB | 100/209 kB | 61/187 kB Progress (4): 102/247 kB | 84/86 kB | 100/209 kB | 65/187 kB Progress (4): 102/247 kB | 86 kB | 100/209 kB | 65/187 kB Progress (4): 102/247 kB | 86 kB | 104/209 kB | 65/187 kB Progress (4): 102/247 kB | 86 kB | 104/209 kB | 66/187 kB Progress (4): 106/247 kB | 86 kB | 104/209 kB | 66/187 kB Progress (4): 106/247 kB | 86 kB | 104/209 kB | 70/187 kB Progress (4): 106/247 kB | 86 kB | 108/209 kB | 70/187 kB Progress (4): 106/247 kB | 86 kB | 108/209 kB | 74/187 kB Progress (4): 110/247 kB | 86 kB | 108/209 kB | 74/187 kB Progress (4): 110/247 kB | 86 kB | 108/209 kB | 78/187 kB Progress (4): 110/247 kB | 86 kB | 112/209 kB | 78/187 kB Progress (4): 110/247 kB | 86 kB | 112/209 kB | 82/187 kB Progress (4): 114/247 kB | 86 kB | 112/209 kB | 82/187 kB Progress (4): 114/247 kB | 86 kB | 112/209 kB | 86/187 kB Progress (4): 114/247 kB | 86 kB | 116/209 kB | 86/187 kB Progress (4): 114/247 kB | 86 kB | 116/209 kB | 90/187 kB Progress (4): 118/247 kB | 86 kB | 116/209 kB | 90/187 kB Progress (4): 118/247 kB | 86 kB | 116/209 kB | 94/187 kB Progress (4): 118/247 kB | 86 kB | 120/209 kB | 94/187 kB Progress (4): 118/247 kB | 86 kB | 120/209 kB | 98/187 kB Progress (4): 118/247 kB | 86 kB | 124/209 kB | 98/187 kB Progress (4): 122/247 kB | 86 kB | 124/209 kB | 98/187 kB Progress (4): 122/247 kB | 86 kB | 128/209 kB | 98/187 kB Progress (4): 122/247 kB | 86 kB | 128/209 kB | 102/187 kB Progress (4): 122/247 kB | 86 kB | 132/209 kB | 102/187 kB Progress (4): 126/247 kB | 86 kB | 132/209 kB | 102/187 kB Progress (4): 126/247 kB | 86 kB | 136/209 kB | 102/187 kB Progress (4): 126/247 kB | 86 kB | 136/209 kB | 106/187 kB Progress (4): 126/247 kB | 86 kB | 140/209 kB | 106/187 kB Progress (4): 130/247 kB | 86 kB | 140/209 kB | 106/187 kB Progress (4): 130/247 kB | 86 kB | 144/209 kB | 106/187 kB Progress (4): 130/247 kB | 86 kB | 144/209 kB | 110/187 kB Progress (4): 130/247 kB | 86 kB | 148/209 kB | 110/187 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar (86 kB at 144 kB/s) 15:08:25 [2019-07-19T19:08:25.073Z] Progress (3): 134/247 kB | 148/209 kB | 110/187 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.jar 15:08:25 [2019-07-19T19:08:25.073Z] Progress (3): 134/247 kB | 152/209 kB | 110/187 kB Progress (3): 134/247 kB | 152/209 kB | 114/187 kB Progress (3): 138/247 kB | 152/209 kB | 114/187 kB Progress (3): 138/247 kB | 152/209 kB | 118/187 kB Progress (3): 138/247 kB | 156/209 kB | 118/187 kB Progress (3): 138/247 kB | 156/209 kB | 122/187 kB Progress (3): 142/247 kB | 156/209 kB | 122/187 kB Progress (3): 142/247 kB | 156/209 kB | 126/187 kB Progress (3): 142/247 kB | 160/209 kB | 126/187 kB Progress (3): 142/247 kB | 160/209 kB | 130/187 kB Progress (4): 142/247 kB | 160/209 kB | 130/187 kB | 4.1/532 kB Progress (4): 146/247 kB | 160/209 kB | 130/187 kB | 4.1/532 kB Progress (4): 146/247 kB | 160/209 kB | 130/187 kB | 7.7/532 kB Progress (4): 146/247 kB | 160/209 kB | 134/187 kB | 7.7/532 kB Progress (4): 146/247 kB | 164/209 kB | 134/187 kB | 7.7/532 kB Progress (4): 146/247 kB | 164/209 kB | 138/187 kB | 7.7/532 kB Progress (4): 146/247 kB | 164/209 kB | 138/187 kB | 12/532 kB Progress (4): 150/247 kB | 164/209 kB | 138/187 kB | 12/532 kB Progress (4): 150/247 kB | 164/209 kB | 138/187 kB | 16/532 kB Progress (4): 150/247 kB | 164/209 kB | 142/187 kB | 16/532 kB Progress (4): 150/247 kB | 168/209 kB | 142/187 kB | 16/532 kB Progress (4): 150/247 kB | 168/209 kB | 146/187 kB | 16/532 kB Progress (4): 150/247 kB | 172/209 kB | 146/187 kB | 16/532 kB Progress (4): 150/247 kB | 172/209 kB | 146/187 kB | 20/532 kB Progress (4): 154/247 kB | 172/209 kB | 146/187 kB | 20/532 kB Progress (4): 154/247 kB | 172/209 kB | 146/187 kB | 24/532 kB Progress (4): 154/247 kB | 176/209 kB | 146/187 kB | 24/532 kB Progress (4): 154/247 kB | 176/209 kB | 150/187 kB | 24/532 kB Progress (4): 154/247 kB | 180/209 kB | 150/187 kB | 24/532 kB Progress (4): 154/247 kB | 180/209 kB | 150/187 kB | 28/532 kB Progress (4): 158/247 kB | 180/209 kB | 150/187 kB | 28/532 kB Progress (4): 158/247 kB | 180/209 kB | 150/187 kB | 32/532 kB Progress (4): 158/247 kB | 184/209 kB | 150/187 kB | 32/532 kB Progress (4): 158/247 kB | 184/209 kB | 154/187 kB | 32/532 kB Progress (4): 158/247 kB | 188/209 kB | 154/187 kB | 32/532 kB Progress (4): 158/247 kB | 188/209 kB | 154/187 kB | 33/532 kB Progress (4): 162/247 kB | 188/209 kB | 154/187 kB | 33/532 kB Progress (4): 162/247 kB | 188/209 kB | 154/187 kB | 37/532 kB Progress (4): 162/247 kB | 192/209 kB | 154/187 kB | 37/532 kB Progress (5): 162/247 kB | 192/209 kB | 154/187 kB | 37/532 kB | 4.1/56 kB Progress (5): 162/247 kB | 192/209 kB | 158/187 kB | 37/532 kB | 4.1/56 kB Progress (5): 162/247 kB | 192/209 kB | 158/187 kB | 37/532 kB | 7.7/56 kB Progress (5): 162/247 kB | 196/209 kB | 158/187 kB | 37/532 kB | 7.7/56 kB Progress (5): 162/247 kB | 196/209 kB | 158/187 kB | 41/532 kB | 7.7/56 kB Progress (5): 166/247 kB | 196/209 kB | 158/187 kB | 41/532 kB | 7.7/56 kB Progress (5): 166/247 kB | 196/209 kB | 158/187 kB | 45/532 kB | 7.7/56 kB Progress (5): 166/247 kB | 200/209 kB | 158/187 kB | 45/532 kB | 7.7/56 kB Progress (5): 166/247 kB | 200/209 kB | 158/187 kB | 45/532 kB | 12/56 kB Progress (5): 166/247 kB | 200/209 kB | 162/187 kB | 45/532 kB | 12/56 kB Progress (5): 166/247 kB | 200/209 kB | 162/187 kB | 45/532 kB | 16/56 kB Progress (5): 166/247 kB | 204/209 kB | 162/187 kB | 45/532 kB | 16/56 kB Progress (5): 166/247 kB | 204/209 kB | 162/187 kB | 49/532 kB | 16/56 kB Progress (5): 170/247 kB | 204/209 kB | 162/187 kB | 49/532 kB | 16/56 kB Progress (5): 170/247 kB | 204/209 kB | 162/187 kB | 53/532 kB | 16/56 kB Progress (5): 170/247 kB | 208/209 kB | 162/187 kB | 53/532 kB | 16/56 kB Progress (5): 170/247 kB | 208/209 kB | 162/187 kB | 53/532 kB | 20/56 kB Progress (5): 170/247 kB | 208/209 kB | 166/187 kB | 53/532 kB | 20/56 kB Progress (5): 170/247 kB | 208/209 kB | 166/187 kB | 53/532 kB | 24/56 kB Progress (5): 170/247 kB | 209 kB | 166/187 kB | 53/532 kB | 24/56 kB Progress (5): 170/247 kB | 209 kB | 166/187 kB | 57/532 kB | 24/56 kB Progress (5): 174/247 kB | 209 kB | 166/187 kB | 57/532 kB | 24/56 kB Progress (5): 178/247 kB | 209 kB | 166/187 kB | 57/532 kB | 24/56 kB Progress (5): 182/247 kB | 209 kB | 166/187 kB | 57/532 kB | 24/56 kB Progress (5): 182/247 kB | 209 kB | 166/187 kB | 57/532 kB | 28/56 kB Progress (5): 182/247 kB | 209 kB | 170/187 kB | 57/532 kB | 28/56 kB Progress (5): 182/247 kB | 209 kB | 170/187 kB | 57/532 kB | 32/56 kB Progress (5): 186/247 kB | 209 kB | 170/187 kB | 57/532 kB | 32/56 kB Progress (5): 186/247 kB | 209 kB | 170/187 kB | 61/532 kB | 32/56 kB Progress (5): 190/247 kB | 209 kB | 170/187 kB | 61/532 kB | 32/56 kB Progress (5): 190/247 kB | 209 kB | 170/187 kB | 61/532 kB | 33/56 kB Progress (5): 190/247 kB | 209 kB | 174/187 kB | 61/532 kB | 33/56 kB Progress (5): 190/247 kB | 209 kB | 174/187 kB | 61/532 kB | 37/56 kB Progress (5): 194/247 kB | 209 kB | 174/187 kB | 61/532 kB | 37/56 kB Progress (5): 194/247 kB | 209 kB | 174/187 kB | 65/532 kB | 37/56 kB Progress (5): 198/247 kB | 209 kB | 174/187 kB | 65/532 kB | 37/56 kB Progress (5): 198/247 kB | 209 kB | 174/187 kB | 65/532 kB | 41/56 kB Progress (5): 198/247 kB | 209 kB | 178/187 kB | 65/532 kB | 41/56 kB Progress (5): 198/247 kB | 209 kB | 178/187 kB | 65/532 kB | 45/56 kB Progress (5): 202/247 kB | 209 kB | 178/187 kB | 65/532 kB | 45/56 kB Progress (5): 202/247 kB | 209 kB | 178/187 kB | 66/532 kB | 45/56 kB Progress (5): 206/247 kB | 209 kB | 178/187 kB | 66/532 kB | 45/56 kB Progress (5): 206/247 kB | 209 kB | 178/187 kB | 66/532 kB | 49/56 kB Progress (5): 206/247 kB | 209 kB | 182/187 kB | 66/532 kB | 49/56 kB Progress (5): 206/247 kB | 209 kB | 182/187 kB | 66/532 kB | 53/56 kB Progress (5): 210/247 kB | 209 kB | 182/187 kB | 66/532 kB | 53/56 kB Progress (5): 210/247 kB | 209 kB | 182/187 kB | 70/532 kB | 53/56 kB Progress (5): 214/247 kB | 209 kB | 182/187 kB | 70/532 kB | 53/56 kB Progress (5): 214/247 kB | 209 kB | 182/187 kB | 70/532 kB | 56 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar (209 kB at 314 kB/s) 15:08:25 [2019-07-19T19:08:25.073Z] Progress (4): 214/247 kB | 186/187 kB | 70/532 kB | 56 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar 15:08:25 [2019-07-19T19:08:25.073Z] Progress (4): 218/247 kB | 186/187 kB | 70/532 kB | 56 kB Progress (4): 218/247 kB | 186/187 kB | 74/532 kB | 56 kB Progress (4): 222/247 kB | 186/187 kB | 74/532 kB | 56 kB Progress (4): 222/247 kB | 187 kB | 74/532 kB | 56 kB Progress (4): 226/247 kB | 187 kB | 74/532 kB | 56 kB Progress (4): 226/247 kB | 187 kB | 78/532 kB | 56 kB Progress (4): 230/247 kB | 187 kB | 78/532 kB | 56 kB Progress (4): 230/247 kB | 187 kB | 82/532 kB | 56 kB Progress (4): 234/247 kB | 187 kB | 82/532 kB | 56 kB Progress (4): 234/247 kB | 187 kB | 86/532 kB | 56 kB Progress (4): 238/247 kB | 187 kB | 86/532 kB | 56 kB Progress (4): 238/247 kB | 187 kB | 90/532 kB | 56 kB Progress (4): 242/247 kB | 187 kB | 90/532 kB | 56 kB Progress (4): 242/247 kB | 187 kB | 94/532 kB | 56 kB Progress (4): 246/247 kB | 187 kB | 94/532 kB | 56 kB Progress (4): 246/247 kB | 187 kB | 98/532 kB | 56 kB Progress (4): 247 kB | 187 kB | 98/532 kB | 56 kB Progress (4): 247 kB | 187 kB | 98/532 kB | 56 kB Progress (4): 247 kB | 187 kB | 102/532 kB | 56 kB Progress (4): 247 kB | 187 kB | 106/532 kB | 56 kB Progress (4): 247 kB | 187 kB | 110/532 kB | 56 kB Progress (4): 247 kB | 187 kB | 114/532 kB | 56 kB Progress (4): 247 kB | 187 kB | 118/532 kB | 56 kB Progress (4): 247 kB | 187 kB | 122/532 kB | 56 kB Progress (4): 247 kB | 187 kB | 126/532 kB | 56 kB Progress (4): 247 kB | 187 kB | 130/532 kB | 56 kB Progress (4): 247 kB | 187 kB | 134/532 kB | 56 kB Progress (4): 247 kB | 187 kB | 138/532 kB | 56 kB Progress (4): 247 kB | 187 kB | 142/532 kB | 56 kB Progress (4): 247 kB | 187 kB | 146/532 kB | 56 kB Progress (4): 247 kB | 187 kB | 150/532 kB | 56 kB Progress (4): 247 kB | 187 kB | 154/532 kB | 56 kB Progress (4): 247 kB | 187 kB | 158/532 kB | 56 kB Progress (4): 247 kB | 187 kB | 162/532 kB | 56 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.jar (56 kB at 82 kB/s) 15:08:25 [2019-07-19T19:08:25.073Z] Progress (3): 247 kB | 187 kB | 166/532 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.jar 15:08:25 [2019-07-19T19:08:25.073Z] Progress (3): 247 kB | 187 kB | 170/532 kB Progress (3): 247 kB | 187 kB | 174/532 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar (187 kB at 275 kB/s) 15:08:25 [2019-07-19T19:08:25.073Z] Progress (2): 247 kB | 178/532 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.jar 15:08:25 [2019-07-19T19:08:25.073Z] Progress (2): 247 kB | 182/532 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar (247 kB at 363 kB/s) 15:08:25 [2019-07-19T19:08:25.073Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.jar 15:08:25 [2019-07-19T19:08:25.073Z] Progress (1): 186/532 kB Progress (1): 190/532 kB Progress (1): 194/532 kB Progress (1): 198/532 kB Progress (1): 202/532 kB Progress (1): 206/532 kB Progress (1): 210/532 kB Progress (1): 214/532 kB Progress (1): 218/532 kB Progress (1): 222/532 kB Progress (1): 226/532 kB Progress (1): 230/532 kB Progress (1): 234/532 kB Progress (1): 238/532 kB Progress (1): 242/532 kB Progress (1): 246/532 kB Progress (1): 250/532 kB Progress (1): 254/532 kB Progress (1): 258/532 kB Progress (1): 262/532 kB Progress (1): 266/532 kB Progress (1): 270/532 kB Progress (1): 274/532 kB Progress (1): 278/532 kB Progress (1): 282/532 kB Progress (1): 286/532 kB Progress (1): 290/532 kB Progress (2): 290/532 kB | 4.1/58 kB Progress (2): 294/532 kB | 4.1/58 kB Progress (2): 294/532 kB | 7.7/58 kB Progress (2): 298/532 kB | 7.7/58 kB Progress (3): 298/532 kB | 7.7/58 kB | 4.1/100 kB Progress (3): 302/532 kB | 7.7/58 kB | 4.1/100 kB Progress (3): 302/532 kB | 12/58 kB | 4.1/100 kB Progress (3): 306/532 kB | 12/58 kB | 4.1/100 kB Progress (3): 306/532 kB | 12/58 kB | 7.7/100 kB Progress (3): 310/532 kB | 12/58 kB | 7.7/100 kB Progress (3): 310/532 kB | 16/58 kB | 7.7/100 kB Progress (3): 310/532 kB | 16/58 kB | 12/100 kB Progress (3): 314/532 kB | 16/58 kB | 12/100 kB Progress (3): 314/532 kB | 16/58 kB | 16/100 kB Progress (3): 318/532 kB | 16/58 kB | 16/100 kB Progress (3): 318/532 kB | 20/58 kB | 16/100 kB Progress (3): 322/532 kB | 20/58 kB | 16/100 kB Progress (3): 322/532 kB | 20/58 kB | 20/100 kB Progress (3): 322/532 kB | 24/58 kB | 20/100 kB Progress (4): 322/532 kB | 24/58 kB | 20/100 kB | 4.1/13 kB Progress (4): 322/532 kB | 28/58 kB | 20/100 kB | 4.1/13 kB Progress (5): 322/532 kB | 28/58 kB | 20/100 kB | 4.1/13 kB | 4.1/245 kB Progress (5): 322/532 kB | 28/58 kB | 24/100 kB | 4.1/13 kB | 4.1/245 kB Progress (5): 326/532 kB | 28/58 kB | 24/100 kB | 4.1/13 kB | 4.1/245 kB Progress (5): 326/532 kB | 28/58 kB | 28/100 kB | 4.1/13 kB | 4.1/245 kB Progress (5): 326/532 kB | 28/58 kB | 28/100 kB | 4.1/13 kB | 7.7/245 kB Progress (5): 326/532 kB | 32/58 kB | 28/100 kB | 4.1/13 kB | 7.7/245 kB Progress (5): 326/532 kB | 32/58 kB | 28/100 kB | 7.7/13 kB | 7.7/245 kB Progress (5): 326/532 kB | 36/58 kB | 28/100 kB | 7.7/13 kB | 7.7/245 kB Progress (5): 326/532 kB | 36/58 kB | 28/100 kB | 7.7/13 kB | 12/245 kB Progress (5): 326/532 kB | 36/58 kB | 32/100 kB | 7.7/13 kB | 12/245 kB Progress (5): 330/532 kB | 36/58 kB | 32/100 kB | 7.7/13 kB | 12/245 kB Progress (5): 330/532 kB | 36/58 kB | 33/100 kB | 7.7/13 kB | 12/245 kB Progress (5): 330/532 kB | 36/58 kB | 33/100 kB | 7.7/13 kB | 16/245 kB Progress (5): 330/532 kB | 40/58 kB | 33/100 kB | 7.7/13 kB | 16/245 kB Progress (5): 330/532 kB | 40/58 kB | 33/100 kB | 12/13 kB | 16/245 kB Progress (5): 330/532 kB | 44/58 kB | 33/100 kB | 12/13 kB | 16/245 kB Progress (5): 330/532 kB | 44/58 kB | 33/100 kB | 12/13 kB | 20/245 kB Progress (5): 330/532 kB | 44/58 kB | 37/100 kB | 12/13 kB | 20/245 kB Progress (5): 334/532 kB | 44/58 kB | 37/100 kB | 12/13 kB | 20/245 kB Progress (5): 334/532 kB | 44/58 kB | 41/100 kB | 12/13 kB | 20/245 kB Progress (5): 334/532 kB | 44/58 kB | 41/100 kB | 12/13 kB | 24/245 kB Progress (5): 334/532 kB | 48/58 kB | 41/100 kB | 12/13 kB | 24/245 kB Progress (5): 334/532 kB | 48/58 kB | 41/100 kB | 13 kB | 24/245 kB Progress (5): 334/532 kB | 52/58 kB | 41/100 kB | 13 kB | 24/245 kB Progress (5): 334/532 kB | 52/58 kB | 41/100 kB | 13 kB | 28/245 kB Progress (5): 334/532 kB | 52/58 kB | 45/100 kB | 13 kB | 28/245 kB Progress (5): 338/532 kB | 52/58 kB | 45/100 kB | 13 kB | 28/245 kB Progress (5): 338/532 kB | 52/58 kB | 49/100 kB | 13 kB | 28/245 kB Progress (5): 338/532 kB | 52/58 kB | 49/100 kB | 13 kB | 32/245 kB Progress (5): 338/532 kB | 56/58 kB | 49/100 kB | 13 kB | 32/245 kB Progress (5): 338/532 kB | 56/58 kB | 49/100 kB | 13 kB | 33/245 kB Progress (5): 338/532 kB | 56/58 kB | 53/100 kB | 13 kB | 33/245 kB Progress (5): 342/532 kB | 56/58 kB | 53/100 kB | 13 kB | 33/245 kB Progress (5): 342/532 kB | 56/58 kB | 57/100 kB | 13 kB | 33/245 kB Progress (5): 342/532 kB | 56/58 kB | 61/100 kB | 13 kB | 33/245 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.jar (13 kB at 19 kB/s) 15:08:25 [2019-07-19T19:08:25.073Z] Progress (4): 342/532 kB | 56/58 kB | 61/100 kB | 37/245 kB Progress (4): 342/532 kB | 58 kB | 61/100 kB | 37/245 kB Progress (4): 342/532 kB | 58 kB | 61/100 kB | 41/245 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.jar 15:08:25 [2019-07-19T19:08:25.073Z] Progress (4): 342/532 kB | 58 kB | 65/100 kB | 41/245 kB Progress (4): 346/532 kB | 58 kB | 65/100 kB | 41/245 kB Progress (4): 346/532 kB | 58 kB | 66/100 kB | 41/245 kB Progress (4): 346/532 kB | 58 kB | 66/100 kB | 45/245 kB Progress (4): 346/532 kB | 58 kB | 70/100 kB | 45/245 kB Progress (4): 350/532 kB | 58 kB | 70/100 kB | 45/245 kB Progress (4): 350/532 kB | 58 kB | 74/100 kB | 45/245 kB Progress (4): 350/532 kB | 58 kB | 74/100 kB | 49/245 kB Progress (4): 350/532 kB | 58 kB | 78/100 kB | 49/245 kB Progress (4): 354/532 kB | 58 kB | 78/100 kB | 49/245 kB Progress (4): 354/532 kB | 58 kB | 82/100 kB | 49/245 kB Progress (4): 358/532 kB | 58 kB | 82/100 kB | 49/245 kB Progress (4): 358/532 kB | 58 kB | 86/100 kB | 49/245 kB Progress (4): 358/532 kB | 58 kB | 86/100 kB | 53/245 kB Progress (4): 358/532 kB | 58 kB | 90/100 kB | 53/245 kB Progress (4): 362/532 kB | 58 kB | 90/100 kB | 53/245 kB Progress (4): 362/532 kB | 58 kB | 94/100 kB | 53/245 kB Progress (4): 362/532 kB | 58 kB | 94/100 kB | 57/245 kB Progress (4): 362/532 kB | 58 kB | 98/100 kB | 57/245 kB Progress (4): 362/532 kB | 58 kB | 98/100 kB | 61/245 kB Progress (4): 366/532 kB | 58 kB | 98/100 kB | 61/245 kB Progress (4): 366/532 kB | 58 kB | 98/100 kB | 65/245 kB Progress (4): 366/532 kB | 58 kB | 100 kB | 65/245 kB Progress (4): 366/532 kB | 58 kB | 100 kB | 66/245 kB Progress (4): 370/532 kB | 58 kB | 100 kB | 66/245 kB Progress (4): 370/532 kB | 58 kB | 100 kB | 70/245 kB Progress (4): 374/532 kB | 58 kB | 100 kB | 70/245 kB Progress (4): 374/532 kB | 58 kB | 100 kB | 74/245 kB Progress (4): 378/532 kB | 58 kB | 100 kB | 74/245 kB Progress (4): 378/532 kB | 58 kB | 100 kB | 78/245 kB Progress (4): 382/532 kB | 58 kB | 100 kB | 78/245 kB Progress (4): 382/532 kB | 58 kB | 100 kB | 82/245 kB Progress (4): 386/532 kB | 58 kB | 100 kB | 82/245 kB Progress (4): 386/532 kB | 58 kB | 100 kB | 86/245 kB Progress (4): 390/532 kB | 58 kB | 100 kB | 86/245 kB Progress (4): 390/532 kB | 58 kB | 100 kB | 90/245 kB Progress (4): 394/532 kB | 58 kB | 100 kB | 90/245 kB Progress (4): 394/532 kB | 58 kB | 100 kB | 94/245 kB Progress (4): 398/532 kB | 58 kB | 100 kB | 94/245 kB Progress (5): 398/532 kB | 58 kB | 100 kB | 94/245 kB | 0/1.4 MB Progress (5): 402/532 kB | 58 kB | 100 kB | 94/245 kB | 0/1.4 MB Progress (5): 402/532 kB | 58 kB | 100 kB | 98/245 kB | 0/1.4 MB Progress (5): 406/532 kB | 58 kB | 100 kB | 98/245 kB | 0/1.4 MB Progress (5): 406/532 kB | 58 kB | 100 kB | 98/245 kB | 0/1.4 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.jar (100 kB at 129 kB/s) 15:08:25 [2019-07-19T19:08:25.073Z] Progress (4): 410/532 kB | 58 kB | 98/245 kB | 0/1.4 MB Progress (4): 410/532 kB | 58 kB | 102/245 kB | 0/1.4 MB Progress (4): 410/532 kB | 58 kB | 106/245 kB | 0/1.4 MB Progress (4): 414/532 kB | 58 kB | 106/245 kB | 0/1.4 MB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.jar 15:08:25 [2019-07-19T19:08:25.073Z] Progress (4): 414/532 kB | 58 kB | 106/245 kB | 0/1.4 MB Progress (4): 418/532 kB | 58 kB | 106/245 kB | 0/1.4 MB Progress (4): 418/532 kB | 58 kB | 110/245 kB | 0/1.4 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 75 kB/s) 15:08:25 [2019-07-19T19:08:25.073Z] Progress (3): 418/532 kB | 114/245 kB | 0/1.4 MB Progress (3): 422/532 kB | 114/245 kB | 0/1.4 MB Progress (3): 422/532 kB | 114/245 kB | 0/1.4 MB Progress (3): 426/532 kB | 114/245 kB | 0/1.4 MB Progress (3): 426/532 kB | 118/245 kB | 0/1.4 MB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.jar 15:08:25 [2019-07-19T19:08:25.334Z] Progress (3): 426/532 kB | 122/245 kB | 0/1.4 MB Progress (3): 430/532 kB | 122/245 kB | 0/1.4 MB Progress (3): 430/532 kB | 126/245 kB | 0/1.4 MB Progress (3): 430/532 kB | 126/245 kB | 0/1.4 MB Progress (3): 430/532 kB | 126/245 kB | 0/1.4 MB Progress (3): 430/532 kB | 130/245 kB | 0/1.4 MB Progress (3): 430/532 kB | 130/245 kB | 0/1.4 MB Progress (3): 430/532 kB | 134/245 kB | 0/1.4 MB Progress (3): 434/532 kB | 134/245 kB | 0/1.4 MB Progress (3): 434/532 kB | 138/245 kB | 0/1.4 MB Progress (3): 438/532 kB | 138/245 kB | 0/1.4 MB Progress (3): 438/532 kB | 138/245 kB | 0/1.4 MB Progress (3): 442/532 kB | 138/245 kB | 0/1.4 MB Progress (3): 442/532 kB | 142/245 kB | 0/1.4 MB Progress (3): 446/532 kB | 142/245 kB | 0/1.4 MB Progress (3): 446/532 kB | 142/245 kB | 0/1.4 MB Progress (3): 450/532 kB | 142/245 kB | 0/1.4 MB Progress (3): 450/532 kB | 146/245 kB | 0/1.4 MB Progress (3): 454/532 kB | 146/245 kB | 0/1.4 MB Progress (3): 454/532 kB | 146/245 kB | 0/1.4 MB Progress (3): 454/532 kB | 150/245 kB | 0/1.4 MB Progress (3): 458/532 kB | 150/245 kB | 0/1.4 MB Progress (3): 458/532 kB | 154/245 kB | 0/1.4 MB Progress (3): 458/532 kB | 154/245 kB | 0/1.4 MB Progress (3): 458/532 kB | 158/245 kB | 0/1.4 MB Progress (3): 462/532 kB | 158/245 kB | 0/1.4 MB Progress (4): 462/532 kB | 158/245 kB | 0/1.4 MB | 3.2 kB Progress (4): 462/532 kB | 162/245 kB | 0/1.4 MB | 3.2 kB Progress (4): 462/532 kB | 162/245 kB | 0/1.4 MB | 3.2 kB Progress (4): 466/532 kB | 162/245 kB | 0/1.4 MB | 3.2 kB Progress (4): 466/532 kB | 162/245 kB | 0/1.4 MB | 3.2 kB Progress (4): 466/532 kB | 166/245 kB | 0/1.4 MB | 3.2 kB Progress (4): 466/532 kB | 166/245 kB | 0.1/1.4 MB | 3.2 kB Progress (4): 470/532 kB | 166/245 kB | 0.1/1.4 MB | 3.2 kB Progress (4): 470/532 kB | 166/245 kB | 0.1/1.4 MB | 3.2 kB Progress (4): 470/532 kB | 170/245 kB | 0.1/1.4 MB | 3.2 kB Progress (4): 470/532 kB | 170/245 kB | 0.1/1.4 MB | 3.2 kB Progress (4): 474/532 kB | 170/245 kB | 0.1/1.4 MB | 3.2 kB Progress (4): 474/532 kB | 170/245 kB | 0.1/1.4 MB | 3.2 kB Progress (4): 474/532 kB | 174/245 kB | 0.1/1.4 MB | 3.2 kB Progress (4): 474/532 kB | 174/245 kB | 0.1/1.4 MB | 3.2 kB Progress (4): 478/532 kB | 174/245 kB | 0.1/1.4 MB | 3.2 kB Progress (4): 478/532 kB | 174/245 kB | 0.1/1.4 MB | 3.2 kB Progress (4): 478/532 kB | 178/245 kB | 0.1/1.4 MB | 3.2 kB Progress (4): 478/532 kB | 178/245 kB | 0.1/1.4 MB | 3.2 kB Progress (4): 482/532 kB | 178/245 kB | 0.1/1.4 MB | 3.2 kB Progress (4): 482/532 kB | 178/245 kB | 0.1/1.4 MB | 3.2 kB Progress (4): 482/532 kB | 182/245 kB | 0.1/1.4 MB | 3.2 kB Progress (4): 482/532 kB | 186/245 kB | 0.1/1.4 MB | 3.2 kB Progress (4): 482/532 kB | 186/245 kB | 0.1/1.4 MB | 3.2 kB Progress (4): 486/532 kB | 186/245 kB | 0.1/1.4 MB | 3.2 kB Progress (4): 486/532 kB | 186/245 kB | 0.1/1.4 MB | 3.2 kB Progress (4): 486/532 kB | 190/245 kB | 0.1/1.4 MB | 3.2 kB Progress (4): 486/532 kB | 190/245 kB | 0.1/1.4 MB | 3.2 kB Progress (4): 490/532 kB | 190/245 kB | 0.1/1.4 MB | 3.2 kB Progress (4): 490/532 kB | 190/245 kB | 0.1/1.4 MB | 3.2 kB Progress (4): 490/532 kB | 194/245 kB | 0.1/1.4 MB | 3.2 kB Progress (4): 490/532 kB | 194/245 kB | 0.1/1.4 MB | 3.2 kB Progress (4): 494/532 kB | 194/245 kB | 0.1/1.4 MB | 3.2 kB Progress (4): 494/532 kB | 194/245 kB | 0.1/1.4 MB | 3.2 kB Progress (4): 494/532 kB | 198/245 kB | 0.1/1.4 MB | 3.2 kB Progress (4): 494/532 kB | 198/245 kB | 0.1/1.4 MB | 3.2 kB Progress (4): 498/532 kB | 198/245 kB | 0.1/1.4 MB | 3.2 kB Progress (4): 498/532 kB | 198/245 kB | 0.1/1.4 MB | 3.2 kB Progress (4): 498/532 kB | 202/245 kB | 0.1/1.4 MB | 3.2 kB Progress (4): 498/532 kB | 202/245 kB | 0.1/1.4 MB | 3.2 kB Progress (4): 502/532 kB | 202/245 kB | 0.1/1.4 MB | 3.2 kB Progress (5): 502/532 kB | 202/245 kB | 0.1/1.4 MB | 3.2 kB | 4.1/37 kB Progress (5): 506/532 kB | 202/245 kB | 0.1/1.4 MB | 3.2 kB | 4.1/37 kB Progress (5): 506/532 kB | 202/245 kB | 0.1/1.4 MB | 3.2 kB | 4.1/37 kB Progress (5): 506/532 kB | 206/245 kB | 0.1/1.4 MB | 3.2 kB | 4.1/37 kB Progress (5): 506/532 kB | 206/245 kB | 0.1/1.4 MB | 3.2 kB | 4.1/37 kB Progress (5): 510/532 kB | 206/245 kB | 0.1/1.4 MB | 3.2 kB | 4.1/37 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.jar (3.2 kB at 4.0 kB/s) 15:08:25 [2019-07-19T19:08:25.334Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.jar 15:08:25 [2019-07-19T19:08:25.334Z] Progress (4): 510/532 kB | 206/245 kB | 0.1/1.4 MB | 7.7/37 kB Progress (4): 514/532 kB | 206/245 kB | 0.1/1.4 MB | 7.7/37 kB Progress (4): 514/532 kB | 206/245 kB | 0.1/1.4 MB | 7.7/37 kB Progress (4): 514/532 kB | 210/245 kB | 0.1/1.4 MB | 7.7/37 kB Progress (4): 514/532 kB | 210/245 kB | 0.1/1.4 MB | 7.7/37 kB Progress (4): 518/532 kB | 210/245 kB | 0.1/1.4 MB | 7.7/37 kB Progress (4): 518/532 kB | 210/245 kB | 0.1/1.4 MB | 12/37 kB Progress (4): 522/532 kB | 210/245 kB | 0.1/1.4 MB | 12/37 kB Progress (4): 522/532 kB | 210/245 kB | 0.1/1.4 MB | 12/37 kB Progress (4): 522/532 kB | 214/245 kB | 0.1/1.4 MB | 12/37 kB Progress (4): 522/532 kB | 214/245 kB | 0.1/1.4 MB | 12/37 kB Progress (4): 526/532 kB | 214/245 kB | 0.1/1.4 MB | 12/37 kB Progress (4): 526/532 kB | 214/245 kB | 0.1/1.4 MB | 16/37 kB Progress (4): 530/532 kB | 214/245 kB | 0.1/1.4 MB | 16/37 kB Progress (4): 530/532 kB | 214/245 kB | 0.1/1.4 MB | 16/37 kB Progress (4): 530/532 kB | 218/245 kB | 0.1/1.4 MB | 16/37 kB Progress (4): 530/532 kB | 218/245 kB | 0.1/1.4 MB | 16/37 kB Progress (4): 532 kB | 218/245 kB | 0.1/1.4 MB | 16/37 kB Progress (4): 532 kB | 218/245 kB | 0.1/1.4 MB | 20/37 kB Progress (4): 532 kB | 218/245 kB | 0.1/1.4 MB | 20/37 kB Progress (4): 532 kB | 222/245 kB | 0.1/1.4 MB | 20/37 kB Progress (4): 532 kB | 222/245 kB | 0.1/1.4 MB | 20/37 kB Progress (4): 532 kB | 222/245 kB | 0.1/1.4 MB | 24/37 kB Progress (4): 532 kB | 222/245 kB | 0.2/1.4 MB | 24/37 kB Progress (4): 532 kB | 222/245 kB | 0.2/1.4 MB | 28/37 kB Progress (4): 532 kB | 226/245 kB | 0.2/1.4 MB | 28/37 kB Progress (4): 532 kB | 226/245 kB | 0.2/1.4 MB | 32/37 kB Progress (4): 532 kB | 226/245 kB | 0.2/1.4 MB | 32/37 kB Progress (4): 532 kB | 226/245 kB | 0.2/1.4 MB | 36/37 kB Progress (4): 532 kB | 230/245 kB | 0.2/1.4 MB | 36/37 kB Progress (4): 532 kB | 230/245 kB | 0.2/1.4 MB | 37 kB Progress (4): 532 kB | 230/245 kB | 0.2/1.4 MB | 37 kB Progress (4): 532 kB | 234/245 kB | 0.2/1.4 MB | 37 kB Progress (4): 532 kB | 234/245 kB | 0.2/1.4 MB | 37 kB Progress (4): 532 kB | 238/245 kB | 0.2/1.4 MB | 37 kB Progress (4): 532 kB | 238/245 kB | 0.2/1.4 MB | 37 kB Progress (4): 532 kB | 242/245 kB | 0.2/1.4 MB | 37 kB Progress (4): 532 kB | 242/245 kB | 0.2/1.4 MB | 37 kB Progress (4): 532 kB | 245 kB | 0.2/1.4 MB | 37 kB Progress (4): 532 kB | 245 kB | 0.2/1.4 MB | 37 kB Progress (4): 532 kB | 245 kB | 0.2/1.4 MB | 37 kB Progress (5): 532 kB | 245 kB | 0.2/1.4 MB | 37 kB | 4.1/112 kB Progress (5): 532 kB | 245 kB | 0.2/1.4 MB | 37 kB | 4.1/112 kB Progress (5): 532 kB | 245 kB | 0.2/1.4 MB | 37 kB | 7.7/112 kB Progress (5): 532 kB | 245 kB | 0.2/1.4 MB | 37 kB | 7.7/112 kB Progress (5): 532 kB | 245 kB | 0.2/1.4 MB | 37 kB | 12/112 kB Progress (5): 532 kB | 245 kB | 0.2/1.4 MB | 37 kB | 12/112 kB Progress (5): 532 kB | 245 kB | 0.2/1.4 MB | 37 kB | 16/112 kB Progress (5): 532 kB | 245 kB | 0.2/1.4 MB | 37 kB | 16/112 kB Progress (5): 532 kB | 245 kB | 0.2/1.4 MB | 37 kB | 20/112 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar (532 kB at 609 kB/s) 15:08:25 [2019-07-19T19:08:25.334Z] Progress (4): 245 kB | 0.2/1.4 MB | 37 kB | 20/112 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.jar 15:08:25 [2019-07-19T19:08:25.334Z] Progress (4): 245 kB | 0.2/1.4 MB | 37 kB | 24/112 kB Progress (4): 245 kB | 0.2/1.4 MB | 37 kB | 24/112 kB Progress (4): 245 kB | 0.2/1.4 MB | 37 kB | 28/112 kB Progress (4): 245 kB | 0.2/1.4 MB | 37 kB | 28/112 kB Progress (4): 245 kB | 0.2/1.4 MB | 37 kB | 32/112 kB Progress (4): 245 kB | 0.2/1.4 MB | 37 kB | 32/112 kB Progress (4): 245 kB | 0.2/1.4 MB | 37 kB | 33/112 kB Progress (4): 245 kB | 0.2/1.4 MB | 37 kB | 33/112 kB Progress (4): 245 kB | 0.2/1.4 MB | 37 kB | 37/112 kB Progress (4): 245 kB | 0.2/1.4 MB | 37 kB | 37/112 kB Progress (4): 245 kB | 0.2/1.4 MB | 37 kB | 41/112 kB Progress (4): 245 kB | 0.2/1.4 MB | 37 kB | 41/112 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.jar (37 kB at 42 kB/s) 15:08:25 [2019-07-19T19:08:25.334Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.jar 15:08:25 [2019-07-19T19:08:25.334Z] Progress (3): 245 kB | 0.2/1.4 MB | 41/112 kB Progress (3): 245 kB | 0.2/1.4 MB | 45/112 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.jar (245 kB at 278 kB/s) 15:08:25 [2019-07-19T19:08:25.334Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.jar 15:08:25 [2019-07-19T19:08:25.334Z] Progress (2): 0.2/1.4 MB | 45/112 kB Progress (2): 0.2/1.4 MB | 49/112 kB Progress (2): 0.2/1.4 MB | 49/112 kB Progress (2): 0.2/1.4 MB | 53/112 kB Progress (2): 0.2/1.4 MB | 53/112 kB Progress (2): 0.2/1.4 MB | 57/112 kB Progress (2): 0.2/1.4 MB | 57/112 kB Progress (2): 0.2/1.4 MB | 61/112 kB Progress (2): 0.2/1.4 MB | 61/112 kB Progress (2): 0.2/1.4 MB | 65/112 kB Progress (2): 0.3/1.4 MB | 65/112 kB Progress (2): 0.3/1.4 MB | 66/112 kB Progress (2): 0.3/1.4 MB | 66/112 kB Progress (2): 0.3/1.4 MB | 70/112 kB Progress (2): 0.3/1.4 MB | 70/112 kB Progress (2): 0.3/1.4 MB | 74/112 kB Progress (2): 0.3/1.4 MB | 74/112 kB Progress (2): 0.3/1.4 MB | 78/112 kB Progress (2): 0.3/1.4 MB | 78/112 kB Progress (2): 0.3/1.4 MB | 82/112 kB Progress (2): 0.3/1.4 MB | 82/112 kB Progress (2): 0.3/1.4 MB | 86/112 kB Progress (2): 0.3/1.4 MB | 86/112 kB Progress (2): 0.3/1.4 MB | 90/112 kB Progress (2): 0.3/1.4 MB | 90/112 kB Progress (2): 0.3/1.4 MB | 94/112 kB Progress (2): 0.3/1.4 MB | 94/112 kB Progress (2): 0.3/1.4 MB | 98/112 kB Progress (2): 0.3/1.4 MB | 98/112 kB Progress (2): 0.3/1.4 MB | 102/112 kB Progress (2): 0.3/1.4 MB | 102/112 kB Progress (2): 0.3/1.4 MB | 106/112 kB Progress (2): 0.3/1.4 MB | 106/112 kB Progress (2): 0.3/1.4 MB | 110/112 kB Progress (2): 0.3/1.4 MB | 110/112 kB Progress (2): 0.3/1.4 MB | 112 kB Progress (2): 0.3/1.4 MB | 112 kB Progress (2): 0.3/1.4 MB | 112 kB Progress (2): 0.3/1.4 MB | 112 kB Progress (2): 0.3/1.4 MB | 112 kB Progress (2): 0.3/1.4 MB | 112 kB Progress (2): 0.3/1.4 MB | 112 kB Progress (3): 0.3/1.4 MB | 112 kB | 4.1/9.4 kB Progress (3): 0.3/1.4 MB | 112 kB | 4.1/9.4 kB Progress (3): 0.3/1.4 MB | 112 kB | 7.7/9.4 kB Progress (3): 0.3/1.4 MB | 112 kB | 7.7/9.4 kB Progress (3): 0.3/1.4 MB | 112 kB | 9.4 kB Progress (3): 0.3/1.4 MB | 112 kB | 9.4 kB Progress (3): 0.3/1.4 MB | 112 kB | 9.4 kB Progress (3): 0.3/1.4 MB | 112 kB | 9.4 kB Progress (3): 0.3/1.4 MB | 112 kB | 9.4 kB Progress (3): 0.4/1.4 MB | 112 kB | 9.4 kB Progress (3): 0.4/1.4 MB | 112 kB | 9.4 kB Progress (3): 0.4/1.4 MB | 112 kB | 9.4 kB Progress (4): 0.4/1.4 MB | 112 kB | 9.4 kB | 4.1/7.2 kB Progress (4): 0.4/1.4 MB | 112 kB | 9.4 kB | 4.1/7.2 kB Progress (4): 0.4/1.4 MB | 112 kB | 9.4 kB | 7.2 kB Progress (4): 0.4/1.4 MB | 112 kB | 9.4 kB | 7.2 kB Progress (4): 0.4/1.4 MB | 112 kB | 9.4 kB | 7.2 kB Progress (4): 0.4/1.4 MB | 112 kB | 9.4 kB | 7.2 kB Progress (4): 0.4/1.4 MB | 112 kB | 9.4 kB | 7.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.jar (112 kB at 125 kB/s) 15:08:25 [2019-07-19T19:08:25.334Z] Progress (3): 0.4/1.4 MB | 9.4 kB | 7.2 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar 15:08:25 [2019-07-19T19:08:25.334Z] Progress (3): 0.4/1.4 MB | 9.4 kB | 7.2 kB Progress (3): 0.4/1.4 MB | 9.4 kB | 7.2 kB Progress (3): 0.4/1.4 MB | 9.4 kB | 7.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.jar (9.4 kB at 10 kB/s) 15:08:25 [2019-07-19T19:08:25.334Z] Progress (3): 0.4/1.4 MB | 7.2 kB | 4.1/285 kB Progress (3): 0.4/1.4 MB | 7.2 kB | 4.1/285 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.jar (7.2 kB at 7.5 kB/s) 15:08:25 [2019-07-19T19:08:25.334Z] Progress (3): 0.4/1.4 MB | 4.1/285 kB | 4.1/37 kB Progress (3): 0.4/1.4 MB | 4.1/285 kB | 4.1/37 kB Progress (3): 0.4/1.4 MB | 7.7/285 kB | 4.1/37 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar 15:08:25 [2019-07-19T19:08:25.334Z] Progress (3): 0.4/1.4 MB | 12/285 kB | 4.1/37 kB Progress (3): 0.4/1.4 MB | 12/285 kB | 4.1/37 kB Progress (3): 0.4/1.4 MB | 12/285 kB | 7.7/37 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.jar 15:08:25 [2019-07-19T19:08:25.334Z] Progress (3): 0.4/1.4 MB | 12/285 kB | 12/37 kB Progress (3): 0.4/1.4 MB | 12/285 kB | 12/37 kB Progress (3): 0.4/1.4 MB | 16/285 kB | 12/37 kB Progress (3): 0.4/1.4 MB | 16/285 kB | 16/37 kB Progress (3): 0.4/1.4 MB | 16/285 kB | 16/37 kB Progress (3): 0.4/1.4 MB | 16/285 kB | 20/37 kB Progress (3): 0.4/1.4 MB | 16/285 kB | 24/37 kB Progress (3): 0.4/1.4 MB | 20/285 kB | 24/37 kB Progress (3): 0.4/1.4 MB | 20/285 kB | 28/37 kB Progress (3): 0.4/1.4 MB | 20/285 kB | 28/37 kB Progress (3): 0.4/1.4 MB | 20/285 kB | 32/37 kB Progress (3): 0.4/1.4 MB | 24/285 kB | 32/37 kB Progress (3): 0.4/1.4 MB | 24/285 kB | 36/37 kB Progress (3): 0.4/1.4 MB | 24/285 kB | 36/37 kB Progress (3): 0.4/1.4 MB | 28/285 kB | 36/37 kB Progress (3): 0.4/1.4 MB | 28/285 kB | 37 kB Progress (3): 0.4/1.4 MB | 32/285 kB | 37 kB Progress (3): 0.4/1.4 MB | 32/285 kB | 37 kB Progress (3): 0.4/1.4 MB | 33/285 kB | 37 kB Progress (3): 0.4/1.4 MB | 33/285 kB | 37 kB Progress (3): 0.4/1.4 MB | 37/285 kB | 37 kB Progress (3): 0.4/1.4 MB | 37/285 kB | 37 kB Progress (3): 0.4/1.4 MB | 41/285 kB | 37 kB Progress (3): 0.4/1.4 MB | 41/285 kB | 37 kB Progress (3): 0.4/1.4 MB | 41/285 kB | 37 kB Progress (3): 0.4/1.4 MB | 45/285 kB | 37 kB Progress (3): 0.4/1.4 MB | 45/285 kB | 37 kB Progress (3): 0.4/1.4 MB | 49/285 kB | 37 kB Progress (3): 0.5/1.4 MB | 49/285 kB | 37 kB Progress (3): 0.5/1.4 MB | 53/285 kB | 37 kB Progress (3): 0.5/1.4 MB | 53/285 kB | 37 kB Progress (3): 0.5/1.4 MB | 57/285 kB | 37 kB Progress (3): 0.5/1.4 MB | 57/285 kB | 37 kB Progress (3): 0.5/1.4 MB | 61/285 kB | 37 kB Progress (3): 0.5/1.4 MB | 65/285 kB | 37 kB Progress (3): 0.5/1.4 MB | 65/285 kB | 37 kB Progress (3): 0.5/1.4 MB | 66/285 kB | 37 kB Progress (3): 0.5/1.4 MB | 66/285 kB | 37 kB Progress (3): 0.5/1.4 MB | 70/285 kB | 37 kB Progress (3): 0.5/1.4 MB | 70/285 kB | 37 kB Progress (3): 0.5/1.4 MB | 74/285 kB | 37 kB Progress (3): 0.5/1.4 MB | 74/285 kB | 37 kB Progress (3): 0.5/1.4 MB | 78/285 kB | 37 kB Progress (3): 0.5/1.4 MB | 78/285 kB | 37 kB Progress (3): 0.5/1.4 MB | 82/285 kB | 37 kB Progress (3): 0.5/1.4 MB | 82/285 kB | 37 kB Progress (3): 0.5/1.4 MB | 86/285 kB | 37 kB Progress (3): 0.5/1.4 MB | 86/285 kB | 37 kB Progress (3): 0.5/1.4 MB | 90/285 kB | 37 kB Progress (3): 0.5/1.4 MB | 90/285 kB | 37 kB Progress (3): 0.5/1.4 MB | 94/285 kB | 37 kB Progress (3): 0.5/1.4 MB | 94/285 kB | 37 kB Progress (3): 0.5/1.4 MB | 98/285 kB | 37 kB Progress (3): 0.5/1.4 MB | 98/285 kB | 37 kB Progress (3): 0.5/1.4 MB | 98/285 kB | 37 kB Progress (3): 0.5/1.4 MB | 98/285 kB | 37 kB Progress (3): 0.5/1.4 MB | 102/285 kB | 37 kB Progress (3): 0.5/1.4 MB | 102/285 kB | 37 kB Progress (3): 0.5/1.4 MB | 106/285 kB | 37 kB Progress (3): 0.5/1.4 MB | 106/285 kB | 37 kB Progress (3): 0.5/1.4 MB | 110/285 kB | 37 kB Progress (3): 0.5/1.4 MB | 110/285 kB | 37 kB Progress (3): 0.5/1.4 MB | 114/285 kB | 37 kB Progress (3): 0.5/1.4 MB | 114/285 kB | 37 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.jar (37 kB at 38 kB/s) 15:08:25 [2019-07-19T19:08:25.334Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar 15:08:25 [2019-07-19T19:08:25.334Z] Progress (2): 0.5/1.4 MB | 114/285 kB Progress (2): 0.5/1.4 MB | 118/285 kB Progress (2): 0.5/1.4 MB | 118/285 kB Progress (2): 0.5/1.4 MB | 122/285 kB Progress (2): 0.5/1.4 MB | 122/285 kB Progress (2): 0.5/1.4 MB | 126/285 kB Progress (2): 0.5/1.4 MB | 126/285 kB Progress (2): 0.5/1.4 MB | 130/285 kB Progress (2): 0.5/1.4 MB | 130/285 kB Progress (2): 0.5/1.4 MB | 131/285 kB Progress (2): 0.5/1.4 MB | 131/285 kB Progress (2): 0.5/1.4 MB | 135/285 kB Progress (2): 0.5/1.4 MB | 135/285 kB Progress (2): 0.5/1.4 MB | 139/285 kB Progress (3): 0.5/1.4 MB | 139/285 kB | 4.1/53 kB Progress (3): 0.6/1.4 MB | 139/285 kB | 4.1/53 kB Progress (3): 0.6/1.4 MB | 139/285 kB | 7.7/53 kB Progress (3): 0.6/1.4 MB | 143/285 kB | 7.7/53 kB Progress (4): 0.6/1.4 MB | 143/285 kB | 7.7/53 kB | 4.1/38 kB Progress (4): 0.6/1.4 MB | 143/285 kB | 7.7/53 kB | 4.1/38 kB Progress (4): 0.6/1.4 MB | 143/285 kB | 7.7/53 kB | 7.7/38 kB Progress (4): 0.6/1.4 MB | 143/285 kB | 12/53 kB | 7.7/38 kB Progress (4): 0.6/1.4 MB | 147/285 kB | 12/53 kB | 7.7/38 kB Progress (4): 0.6/1.4 MB | 147/285 kB | 16/53 kB | 7.7/38 kB Progress (4): 0.6/1.4 MB | 147/285 kB | 16/53 kB | 12/38 kB Progress (4): 0.6/1.4 MB | 147/285 kB | 16/53 kB | 12/38 kB Progress (4): 0.6/1.4 MB | 147/285 kB | 16/53 kB | 16/38 kB Progress (4): 0.6/1.4 MB | 147/285 kB | 20/53 kB | 16/38 kB Progress (4): 0.6/1.4 MB | 151/285 kB | 20/53 kB | 16/38 kB Progress (4): 0.6/1.4 MB | 151/285 kB | 24/53 kB | 16/38 kB Progress (4): 0.6/1.4 MB | 151/285 kB | 24/53 kB | 20/38 kB Progress (4): 0.6/1.4 MB | 151/285 kB | 24/53 kB | 20/38 kB Progress (4): 0.6/1.4 MB | 151/285 kB | 24/53 kB | 24/38 kB Progress (4): 0.6/1.4 MB | 151/285 kB | 24/53 kB | 24/38 kB Progress (4): 0.6/1.4 MB | 151/285 kB | 28/53 kB | 24/38 kB Progress (4): 0.6/1.4 MB | 155/285 kB | 28/53 kB | 24/38 kB Progress (4): 0.6/1.4 MB | 155/285 kB | 32/53 kB | 24/38 kB Progress (4): 0.6/1.4 MB | 159/285 kB | 32/53 kB | 24/38 kB Progress (4): 0.6/1.4 MB | 159/285 kB | 32/53 kB | 24/38 kB Progress (4): 0.6/1.4 MB | 159/285 kB | 32/53 kB | 28/38 kB Progress (4): 0.6/1.4 MB | 159/285 kB | 32/53 kB | 28/38 kB Progress (4): 0.6/1.4 MB | 163/285 kB | 32/53 kB | 28/38 kB Progress (4): 0.6/1.4 MB | 163/285 kB | 36/53 kB | 28/38 kB Progress (5): 0.6/1.4 MB | 163/285 kB | 36/53 kB | 28/38 kB | 4.1/4.3 kB Progress (5): 0.6/1.4 MB | 163/285 kB | 40/53 kB | 28/38 kB | 4.1/4.3 kB Progress (5): 0.6/1.4 MB | 164/285 kB | 40/53 kB | 28/38 kB | 4.1/4.3 kB Progress (5): 0.6/1.4 MB | 164/285 kB | 40/53 kB | 28/38 kB | 4.1/4.3 kB Progress (5): 0.6/1.4 MB | 164/285 kB | 40/53 kB | 32/38 kB | 4.1/4.3 kB Progress (5): 0.6/1.4 MB | 164/285 kB | 40/53 kB | 32/38 kB | 4.1/4.3 kB Progress (5): 0.6/1.4 MB | 168/285 kB | 40/53 kB | 32/38 kB | 4.1/4.3 kB Progress (5): 0.6/1.4 MB | 168/285 kB | 44/53 kB | 32/38 kB | 4.1/4.3 kB Progress (5): 0.6/1.4 MB | 168/285 kB | 44/53 kB | 32/38 kB | 4.3 kB Progress (5): 0.6/1.4 MB | 168/285 kB | 48/53 kB | 32/38 kB | 4.3 kB Progress (5): 0.6/1.4 MB | 172/285 kB | 48/53 kB | 32/38 kB | 4.3 kB Progress (5): 0.6/1.4 MB | 172/285 kB | 48/53 kB | 32/38 kB | 4.3 kB Progress (5): 0.6/1.4 MB | 176/285 kB | 48/53 kB | 32/38 kB | 4.3 kB Progress (5): 0.6/1.4 MB | 176/285 kB | 48/53 kB | 32/38 kB | 4.3 kB Progress (5): 0.6/1.4 MB | 176/285 kB | 48/53 kB | 33/38 kB | 4.3 kB Progress (5): 0.6/1.4 MB | 176/285 kB | 48/53 kB | 33/38 kB | 4.3 kB Progress (5): 0.6/1.4 MB | 180/285 kB | 48/53 kB | 33/38 kB | 4.3 kB Progress (5): 0.6/1.4 MB | 180/285 kB | 52/53 kB | 33/38 kB | 4.3 kB Progress (5): 0.6/1.4 MB | 184/285 kB | 52/53 kB | 33/38 kB | 4.3 kB Progress (5): 0.6/1.4 MB | 184/285 kB | 52/53 kB | 33/38 kB | 4.3 kB Progress (5): 0.6/1.4 MB | 184/285 kB | 52/53 kB | 37/38 kB | 4.3 kB Progress (5): 0.6/1.4 MB | 184/285 kB | 52/53 kB | 37/38 kB | 4.3 kB Progress (5): 0.6/1.4 MB | 188/285 kB | 52/53 kB | 37/38 kB | 4.3 kB Progress (5): 0.6/1.4 MB | 188/285 kB | 52/53 kB | 37/38 kB | 4.3 kB Progress (5): 0.6/1.4 MB | 188/285 kB | 53 kB | 37/38 kB | 4.3 kB Progress (5): 0.6/1.4 MB | 188/285 kB | 53 kB | 37/38 kB | 4.3 kB Progress (5): 0.6/1.4 MB | 192/285 kB | 53 kB | 37/38 kB | 4.3 kB Progress (5): 0.6/1.4 MB | 192/285 kB | 53 kB | 38 kB | 4.3 kB Progress (5): 0.6/1.4 MB | 196/285 kB | 53 kB | 38 kB | 4.3 kB Progress (5): 0.6/1.4 MB | 196/285 kB | 53 kB | 38 kB | 4.3 kB Progress (5): 0.6/1.4 MB | 200/285 kB | 53 kB | 38 kB | 4.3 kB Progress (5): 0.6/1.4 MB | 200/285 kB | 53 kB | 38 kB | 4.3 kB Progress (5): 0.6/1.4 MB | 204/285 kB | 53 kB | 38 kB | 4.3 kB Progress (5): 0.6/1.4 MB | 204/285 kB | 53 kB | 38 kB | 4.3 kB Progress (5): 0.6/1.4 MB | 208/285 kB | 53 kB | 38 kB | 4.3 kB Progress (5): 0.6/1.4 MB | 208/285 kB | 53 kB | 38 kB | 4.3 kB Progress (5): 0.6/1.4 MB | 212/285 kB | 53 kB | 38 kB | 4.3 kB Progress (5): 0.6/1.4 MB | 212/285 kB | 53 kB | 38 kB | 4.3 kB Progress (5): 0.6/1.4 MB | 216/285 kB | 53 kB | 38 kB | 4.3 kB Progress (5): 0.6/1.4 MB | 216/285 kB | 53 kB | 38 kB | 4.3 kB Progress (5): 0.6/1.4 MB | 216/285 kB | 53 kB | 38 kB | 4.3 kB Progress (5): 0.6/1.4 MB | 216/285 kB | 53 kB | 38 kB | 4.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.jar (38 kB at 37 kB/s) 15:08:25 [2019-07-19T19:08:25.334Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.jar 15:08:25 [2019-07-19T19:08:25.334Z] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (4.3 kB at 4.1 kB/s) 15:08:25 [2019-07-19T19:08:25.334Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.jar 15:08:25 [2019-07-19T19:08:25.334Z] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar (53 kB at 50 kB/s) 15:08:25 [2019-07-19T19:08:25.334Z] Progress (2): 0.6/1.4 MB | 216/285 kB Progress (2): 0.6/1.4 MB | 220/285 kB Progress (2): 0.7/1.4 MB | 220/285 kB Progress (2): 0.7/1.4 MB | 224/285 kB Progress (2): 0.7/1.4 MB | 224/285 kB Progress (2): 0.7/1.4 MB | 228/285 kB Progress (2): 0.7/1.4 MB | 228/285 kB Progress (2): 0.7/1.4 MB | 232/285 kB Progress (2): 0.7/1.4 MB | 232/285 kB Progress (2): 0.7/1.4 MB | 236/285 kB Progress (2): 0.7/1.4 MB | 236/285 kB Progress (2): 0.7/1.4 MB | 240/285 kB Progress (2): 0.7/1.4 MB | 240/285 kB Progress (2): 0.7/1.4 MB | 244/285 kB Progress (2): 0.7/1.4 MB | 244/285 kB Progress (2): 0.7/1.4 MB | 248/285 kB Progress (2): 0.7/1.4 MB | 248/285 kB Progress (2): 0.7/1.4 MB | 252/285 kB Progress (2): 0.7/1.4 MB | 252/285 kB Progress (2): 0.7/1.4 MB | 256/285 kB Progress (2): 0.7/1.4 MB | 256/285 kB Progress (2): 0.7/1.4 MB | 260/285 kB Progress (2): 0.7/1.4 MB | 260/285 kB Progress (2): 0.7/1.4 MB | 264/285 kB Progress (2): 0.7/1.4 MB | 264/285 kB Progress (2): 0.7/1.4 MB | 268/285 kB Progress (2): 0.7/1.4 MB | 268/285 kB Progress (2): 0.7/1.4 MB | 272/285 kB Progress (2): 0.7/1.4 MB | 272/285 kB Progress (2): 0.7/1.4 MB | 276/285 kB Progress (2): 0.7/1.4 MB | 276/285 kB Progress (2): 0.7/1.4 MB | 280/285 kB Progress (2): 0.7/1.4 MB | 280/285 kB Progress (2): 0.7/1.4 MB | 284/285 kB Progress (2): 0.7/1.4 MB | 284/285 kB Progress (2): 0.7/1.4 MB | 285 kB Progress (2): 0.7/1.4 MB | 285 kB Progress (2): 0.7/1.4 MB | 285 kB Progress (2): 0.7/1.4 MB | 285 kB Progress (2): 0.7/1.4 MB | 285 kB Progress (2): 0.7/1.4 MB | 285 kB Progress (2): 0.7/1.4 MB | 285 kB Progress (3): 0.7/1.4 MB | 285 kB | 4.1/29 kB Progress (3): 0.7/1.4 MB | 285 kB | 4.1/29 kB Progress (3): 0.7/1.4 MB | 285 kB | 7.7/29 kB Progress (3): 0.7/1.4 MB | 285 kB | 7.7/29 kB Progress (3): 0.7/1.4 MB | 285 kB | 12/29 kB Progress (3): 0.8/1.4 MB | 285 kB | 12/29 kB Progress (3): 0.8/1.4 MB | 285 kB | 16/29 kB Progress (3): 0.8/1.4 MB | 285 kB | 16/29 kB Progress (3): 0.8/1.4 MB | 285 kB | 20/29 kB Progress (3): 0.8/1.4 MB | 285 kB | 20/29 kB Progress (3): 0.8/1.4 MB | 285 kB | 24/29 kB Progress (3): 0.8/1.4 MB | 285 kB | 24/29 kB Progress (3): 0.8/1.4 MB | 285 kB | 28/29 kB Progress (3): 0.8/1.4 MB | 285 kB | 28/29 kB Progress (3): 0.8/1.4 MB | 285 kB | 29 kB Progress (3): 0.8/1.4 MB | 285 kB | 29 kB Progress (3): 0.8/1.4 MB | 285 kB | 29 kB Progress (3): 0.8/1.4 MB | 285 kB | 29 kB Progress (3): 0.8/1.4 MB | 285 kB | 29 kB Progress (3): 0.8/1.4 MB | 285 kB | 29 kB Progress (3): 0.8/1.4 MB | 285 kB | 29 kB Progress (3): 0.8/1.4 MB | 285 kB | 29 kB Progress (3): 0.8/1.4 MB | 285 kB | 29 kB Progress (3): 0.8/1.4 MB | 285 kB | 29 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar (285 kB at 265 kB/s) 15:08:25 [2019-07-19T19:08:25.334Z] Progress (2): 0.8/1.4 MB | 29 kB Progress (2): 0.8/1.4 MB | 29 kB Progress (2): 0.8/1.4 MB | 29 kB Progress (2): 0.8/1.4 MB | 29 kB Progress (2): 0.8/1.4 MB | 29 kB Progress (2): 0.8/1.4 MB | 29 kB Progress (2): 0.8/1.4 MB | 29 kB Progress (2): 0.8/1.4 MB | 29 kB Progress (2): 0.8/1.4 MB | 29 kB Progress (2): 0.8/1.4 MB | 29 kB Progress (3): 0.8/1.4 MB | 29 kB | 4.1/21 kB Progress (3): 0.8/1.4 MB | 29 kB | 4.1/21 kB Progress (3): 0.8/1.4 MB | 29 kB | 7.7/21 kB Progress (3): 0.9/1.4 MB | 29 kB | 7.7/21 kB Progress (3): 0.9/1.4 MB | 29 kB | 12/21 kB Progress (3): 0.9/1.4 MB | 29 kB | 12/21 kB Progress (3): 0.9/1.4 MB | 29 kB | 16/21 kB Progress (3): 0.9/1.4 MB | 29 kB | 16/21 kB Progress (3): 0.9/1.4 MB | 29 kB | 20/21 kB Progress (3): 0.9/1.4 MB | 29 kB | 21 kB Progress (3): 0.9/1.4 MB | 29 kB | 21 kB Progress (3): 0.9/1.4 MB | 29 kB | 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.jar (29 kB at 26 kB/s) 15:08:25 [2019-07-19T19:08:25.334Z] Progress (2): 0.9/1.4 MB | 21 kB Progress (2): 0.9/1.4 MB | 21 kB Progress (2): 0.9/1.4 MB | 21 kB Progress (2): 0.9/1.4 MB | 21 kB Progress (2): 0.9/1.4 MB | 21 kB Progress (2): 0.9/1.4 MB | 21 kB Progress (2): 0.9/1.4 MB | 21 kB Progress (2): 0.9/1.4 MB | 21 kB Progress (2): 0.9/1.4 MB | 21 kB Progress (2): 0.9/1.4 MB | 21 kB Progress (2): 0.9/1.4 MB | 21 kB Progress (2): 0.9/1.4 MB | 21 kB Progress (2): 0.9/1.4 MB | 21 kB Progress (2): 0.9/1.4 MB | 21 kB Progress (2): 0.9/1.4 MB | 21 kB Progress (2): 0.9/1.4 MB | 21 kB Progress (2): 0.9/1.4 MB | 21 kB Progress (2): 0.9/1.4 MB | 21 kB Progress (2): 0.9/1.4 MB | 21 kB Progress (2): 0.9/1.4 MB | 21 kB Progress (2): 1.0/1.4 MB | 21 kB Progress (2): 1.0/1.4 MB | 21 kB Progress (2): 1.0/1.4 MB | 21 kB Progress (2): 1.0/1.4 MB | 21 kB Progress (2): 1.0/1.4 MB | 21 kB Progress (2): 1.0/1.4 MB | 21 kB Progress (2): 1.0/1.4 MB | 21 kB Progress (2): 1.0/1.4 MB | 21 kB Progress (2): 1.0/1.4 MB | 21 kB Progress (2): 1.0/1.4 MB | 21 kB Progress (2): 1.0/1.4 MB | 21 kB Progress (2): 1.0/1.4 MB | 21 kB Progress (2): 1.0/1.4 MB | 21 kB Progress (2): 1.0/1.4 MB | 21 kB Progress (2): 1.0/1.4 MB | 21 kB Progress (2): 1.0/1.4 MB | 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.jar (21 kB at 19 kB/s) 15:08:25 [2019-07-19T19:08:25.593Z] Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.jar (1.4 MB at 1.2 MB/s) 15:08:26 [2019-07-19T19:08:26.970Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-bundles-external/1.3.0/tycho-bundles-external-1.3.0.zip 15:08:26 [2019-07-19T19:08:26.970Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-bundles-external/1.3.0/tycho-bundles-external-1.3.0.zip 15:08:26 [2019-07-19T19:08:26.970Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/tycho-bundles-external/1.3.0/tycho-bundles-external-1.3.0.zip 15:08:27 [2019-07-19T19:08:27.231Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-bundles-external/1.3.0/tycho-bundles-external-1.3.0.zip 15:08:27 [2019-07-19T19:08:27.231Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-bundles-external/1.3.0/tycho-bundles-external-1.3.0.zip 15:08:27 [2019-07-19T19:08:27.231Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/1.3.0/tycho-bundles-external-1.3.0.zip 15:08:27 [2019-07-19T19:08:27.750Z] Progress (1): 0/8.0 MB Progress (1): 0/8.0 MB Progress (1): 0/8.0 MB Progress (1): 0/8.0 MB Progress (1): 0/8.0 MB Progress (1): 0/8.0 MB Progress (1): 0/8.0 MB Progress (1): 0/8.0 MB Progress (1): 0/8.0 MB Progress (1): 0/8.0 MB Progress (1): 0/8.0 MB Progress (1): 0/8.0 MB Progress (1): 0/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/1.3.0/tycho-bundles-external-1.3.0.zip (8.0 MB at 13 MB/s) 15:08:28 [2019-07-19T19:08:28.318Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.3.0/org.eclipse.tycho.p2.resolver.impl-1.3.0.jar 15:08:28 [2019-07-19T19:08:28.318Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.3.0/org.eclipse.tycho.p2.resolver.impl-1.3.0.jar 15:08:28 [2019-07-19T19:08:28.577Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.3.0/org.eclipse.tycho.p2.resolver.impl-1.3.0.jar 15:08:28 [2019-07-19T19:08:28.577Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.3.0/org.eclipse.tycho.p2.resolver.impl-1.3.0.jar 15:08:28 [2019-07-19T19:08:28.577Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.3.0/org.eclipse.tycho.p2.resolver.impl-1.3.0.jar 15:08:28 [2019-07-19T19:08:28.577Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.3.0/org.eclipse.tycho.p2.resolver.impl-1.3.0.jar 15:08:28 [2019-07-19T19:08:28.835Z] Progress (1): 4.1/218 kB Progress (1): 7.7/218 kB Progress (1): 12/218 kB Progress (1): 16/218 kB Progress (1): 20/218 kB Progress (1): 24/218 kB Progress (1): 28/218 kB Progress (1): 32/218 kB Progress (1): 36/218 kB Progress (1): 40/218 kB Progress (1): 44/218 kB Progress (1): 48/218 kB Progress (1): 52/218 kB Progress (1): 56/218 kB Progress (1): 60/218 kB Progress (1): 64/218 kB Progress (1): 68/218 kB Progress (1): 72/218 kB Progress (1): 76/218 kB Progress (1): 80/218 kB Progress (1): 84/218 kB Progress (1): 88/218 kB Progress (1): 92/218 kB Progress (1): 96/218 kB Progress (1): 100/218 kB Progress (1): 104/218 kB Progress (1): 108/218 kB Progress (1): 112/218 kB Progress (1): 116/218 kB Progress (1): 120/218 kB Progress (1): 124/218 kB Progress (1): 128/218 kB Progress (1): 132/218 kB Progress (1): 136/218 kB Progress (1): 140/218 kB Progress (1): 144/218 kB Progress (1): 148/218 kB Progress (1): 152/218 kB Progress (1): 156/218 kB Progress (1): 160/218 kB Progress (1): 164/218 kB Progress (1): 168/218 kB Progress (1): 172/218 kB Progress (1): 176/218 kB Progress (1): 180/218 kB Progress (1): 184/218 kB Progress (1): 188/218 kB Progress (1): 192/218 kB Progress (1): 196/218 kB Progress (1): 200/218 kB Progress (1): 204/218 kB Progress (1): 208/218 kB Progress (1): 212/218 kB Progress (1): 216/218 kB Progress (1): 218 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.3.0/org.eclipse.tycho.p2.resolver.impl-1.3.0.jar (218 kB at 4.2 MB/s) 15:08:28 [2019-07-19T19:08:28.835Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.3.0/org.eclipse.tycho.p2.maven.repository-1.3.0.jar 15:08:28 [2019-07-19T19:08:28.835Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.3.0/org.eclipse.tycho.p2.maven.repository-1.3.0.jar 15:08:28 [2019-07-19T19:08:28.835Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.3.0/org.eclipse.tycho.p2.maven.repository-1.3.0.jar 15:08:28 [2019-07-19T19:08:28.835Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.3.0/org.eclipse.tycho.p2.maven.repository-1.3.0.jar 15:08:29 [2019-07-19T19:08:29.094Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.3.0/org.eclipse.tycho.p2.maven.repository-1.3.0.jar 15:08:29 [2019-07-19T19:08:29.094Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.3.0/org.eclipse.tycho.p2.maven.repository-1.3.0.jar 15:08:29 [2019-07-19T19:08:29.094Z] Progress (1): 4.1/148 kB Progress (1): 7.7/148 kB Progress (1): 12/148 kB Progress (1): 16/148 kB Progress (1): 20/148 kB Progress (1): 24/148 kB Progress (1): 28/148 kB Progress (1): 32/148 kB Progress (1): 36/148 kB Progress (1): 40/148 kB Progress (1): 44/148 kB Progress (1): 48/148 kB Progress (1): 52/148 kB Progress (1): 56/148 kB Progress (1): 60/148 kB Progress (1): 64/148 kB Progress (1): 68/148 kB Progress (1): 72/148 kB Progress (1): 76/148 kB Progress (1): 80/148 kB Progress (1): 84/148 kB Progress (1): 88/148 kB Progress (1): 92/148 kB Progress (1): 96/148 kB Progress (1): 100/148 kB Progress (1): 104/148 kB Progress (1): 108/148 kB Progress (1): 112/148 kB Progress (1): 116/148 kB Progress (1): 120/148 kB Progress (1): 124/148 kB Progress (1): 128/148 kB Progress (1): 132/148 kB Progress (1): 136/148 kB Progress (1): 140/148 kB Progress (1): 144/148 kB Progress (1): 148 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.3.0/org.eclipse.tycho.p2.maven.repository-1.3.0.jar (148 kB at 3.3 MB/s) 15:08:29 [2019-07-19T19:08:29.094Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.3.0/org.eclipse.tycho.p2.tools.impl-1.3.0.jar 15:08:29 [2019-07-19T19:08:29.094Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.3.0/org.eclipse.tycho.p2.tools.impl-1.3.0.jar 15:08:29 [2019-07-19T19:08:29.094Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.3.0/org.eclipse.tycho.p2.tools.impl-1.3.0.jar 15:08:29 [2019-07-19T19:08:29.353Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.3.0/org.eclipse.tycho.p2.tools.impl-1.3.0.jar 15:08:29 [2019-07-19T19:08:29.353Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.3.0/org.eclipse.tycho.p2.tools.impl-1.3.0.jar 15:08:29 [2019-07-19T19:08:29.353Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.3.0/org.eclipse.tycho.p2.tools.impl-1.3.0.jar 15:08:29 [2019-07-19T19:08:29.353Z] Progress (1): 4.1/48 kB Progress (1): 7.7/48 kB Progress (1): 12/48 kB Progress (1): 16/48 kB Progress (1): 20/48 kB Progress (1): 24/48 kB Progress (1): 28/48 kB Progress (1): 32/48 kB Progress (1): 36/48 kB Progress (1): 40/48 kB Progress (1): 44/48 kB Progress (1): 48/48 kB Progress (1): 48 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.3.0/org.eclipse.tycho.p2.tools.impl-1.3.0.jar (48 kB at 756 kB/s) 15:08:31 [2019-07-19T19:08:31.257Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-enforcer-plugin/1.4.1/maven-enforcer-plugin-1.4.1.pom 15:08:31 [2019-07-19T19:08:31.516Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-enforcer-plugin/1.4.1/maven-enforcer-plugin-1.4.1.pom 15:08:31 [2019-07-19T19:08:31.516Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/plugins/maven-enforcer-plugin/1.4.1/maven-enforcer-plugin-1.4.1.pom 15:08:31 [2019-07-19T19:08:31.516Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-enforcer-plugin/1.4.1/maven-enforcer-plugin-1.4.1.pom 15:08:31 [2019-07-19T19:08:31.516Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-enforcer-plugin/1.4.1/maven-enforcer-plugin-1.4.1.pom 15:08:31 [2019-07-19T19:08:31.776Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/1.4.1/maven-enforcer-plugin-1.4.1.pom 15:08:31 [2019-07-19T19:08:31.776Z] Progress (1): 4.1/7.3 kB Progress (1): 7.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/1.4.1/maven-enforcer-plugin-1.4.1.pom (7.3 kB at 193 kB/s) 15:08:31 [2019-07-19T19:08:31.776Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/enforcer/enforcer/1.4.1/enforcer-1.4.1.pom 15:08:31 [2019-07-19T19:08:31.776Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/enforcer/enforcer/1.4.1/enforcer-1.4.1.pom 15:08:31 [2019-07-19T19:08:31.776Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/enforcer/enforcer/1.4.1/enforcer-1.4.1.pom 15:08:31 [2019-07-19T19:08:31.776Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/enforcer/enforcer/1.4.1/enforcer-1.4.1.pom 15:08:32 [2019-07-19T19:08:32.034Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/enforcer/enforcer/1.4.1/enforcer-1.4.1.pom 15:08:32 [2019-07-19T19:08:32.034Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer/1.4.1/enforcer-1.4.1.pom 15:08:32 [2019-07-19T19:08:32.034Z] Progress (1): 4.1/7.2 kB Progress (1): 7.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer/1.4.1/enforcer-1.4.1.pom (7.2 kB at 206 kB/s) 15:08:32 [2019-07-19T19:08:32.034Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-enforcer-plugin/1.4.1/maven-enforcer-plugin-1.4.1.jar 15:08:32 [2019-07-19T19:08:32.034Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-enforcer-plugin/1.4.1/maven-enforcer-plugin-1.4.1.jar 15:08:32 [2019-07-19T19:08:32.034Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/plugins/maven-enforcer-plugin/1.4.1/maven-enforcer-plugin-1.4.1.jar 15:08:32 [2019-07-19T19:08:32.292Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-enforcer-plugin/1.4.1/maven-enforcer-plugin-1.4.1.jar 15:08:32 [2019-07-19T19:08:32.292Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-enforcer-plugin/1.4.1/maven-enforcer-plugin-1.4.1.jar 15:08:32 [2019-07-19T19:08:32.292Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/1.4.1/maven-enforcer-plugin-1.4.1.jar 15:08:32 [2019-07-19T19:08:32.292Z] Progress (1): 4.1/27 kB Progress (1): 7.7/27 kB Progress (1): 12/27 kB Progress (1): 16/27 kB Progress (1): 20/27 kB Progress (1): 24/27 kB Progress (1): 27 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/1.4.1/maven-enforcer-plugin-1.4.1.jar (27 kB at 462 kB/s) 15:08:32 [2019-07-19T19:08:32.292Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/target-platform-configuration/1.3.0/target-platform-configuration-1.3.0.pom 15:08:32 [2019-07-19T19:08:32.292Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/target-platform-configuration/1.3.0/target-platform-configuration-1.3.0.pom 15:08:32 [2019-07-19T19:08:32.292Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/target-platform-configuration/1.3.0/target-platform-configuration-1.3.0.pom 15:08:32 [2019-07-19T19:08:32.552Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/target-platform-configuration/1.3.0/target-platform-configuration-1.3.0.pom 15:08:32 [2019-07-19T19:08:32.552Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/target-platform-configuration/1.3.0/target-platform-configuration-1.3.0.pom 15:08:32 [2019-07-19T19:08:32.552Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.3.0/target-platform-configuration-1.3.0.pom 15:08:32 [2019-07-19T19:08:32.552Z] Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.3.0/target-platform-configuration-1.3.0.pom (1.7 kB at 33 kB/s) 15:08:32 [2019-07-19T19:08:32.810Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/target-platform-configuration/1.3.0/target-platform-configuration-1.3.0.jar 15:08:32 [2019-07-19T19:08:32.810Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/target-platform-configuration/1.3.0/target-platform-configuration-1.3.0.jar 15:08:32 [2019-07-19T19:08:32.810Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/target-platform-configuration/1.3.0/target-platform-configuration-1.3.0.jar 15:08:32 [2019-07-19T19:08:32.810Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/target-platform-configuration/1.3.0/target-platform-configuration-1.3.0.jar 15:08:33 [2019-07-19T19:08:33.081Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/target-platform-configuration/1.3.0/target-platform-configuration-1.3.0.jar 15:08:33 [2019-07-19T19:08:33.081Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.3.0/target-platform-configuration-1.3.0.jar 15:08:33 [2019-07-19T19:08:33.081Z] Progress (1): 4.1/7.7 kB Progress (1): 7.7/7.7 kB Progress (1): 7.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.3.0/target-platform-configuration-1.3.0.jar (7.7 kB at 106 kB/s) 15:08:33 [2019-07-19T19:08:33.081Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-source-plugin/1.3.0/tycho-source-plugin-1.3.0.pom 15:08:33 [2019-07-19T19:08:33.081Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-source-plugin/1.3.0/tycho-source-plugin-1.3.0.pom 15:08:33 [2019-07-19T19:08:33.081Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/tycho-source-plugin/1.3.0/tycho-source-plugin-1.3.0.pom 15:08:33 [2019-07-19T19:08:33.341Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-source-plugin/1.3.0/tycho-source-plugin-1.3.0.pom 15:08:33 [2019-07-19T19:08:33.341Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-source-plugin/1.3.0/tycho-source-plugin-1.3.0.pom 15:08:33 [2019-07-19T19:08:33.341Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.3.0/tycho-source-plugin-1.3.0.pom 15:08:33 [2019-07-19T19:08:33.341Z] Progress (1): 2.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.3.0/tycho-source-plugin-1.3.0.pom (2.9 kB at 69 kB/s) 15:08:33 [2019-07-19T19:08:33.341Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-source-plugin/1.3.0/tycho-source-plugin-1.3.0.jar 15:08:33 [2019-07-19T19:08:33.341Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-source-plugin/1.3.0/tycho-source-plugin-1.3.0.jar 15:08:33 [2019-07-19T19:08:33.600Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/tycho-source-plugin/1.3.0/tycho-source-plugin-1.3.0.jar 15:08:33 [2019-07-19T19:08:33.600Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-source-plugin/1.3.0/tycho-source-plugin-1.3.0.jar 15:08:33 [2019-07-19T19:08:33.600Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-source-plugin/1.3.0/tycho-source-plugin-1.3.0.jar 15:08:33 [2019-07-19T19:08:33.860Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.3.0/tycho-source-plugin-1.3.0.jar 15:08:33 [2019-07-19T19:08:33.860Z] Progress (1): 4.1/23 kB Progress (1): 7.7/23 kB Progress (1): 12/23 kB Progress (1): 16/23 kB Progress (1): 20/23 kB Progress (1): 23 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.3.0/tycho-source-plugin-1.3.0.jar (23 kB at 461 kB/s) 15:08:33 [2019-07-19T19:08:33.860Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.pom 15:08:33 [2019-07-19T19:08:33.860Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.pom 15:08:33 [2019-07-19T19:08:33.860Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.pom 15:08:34 [2019-07-19T19:08:34.119Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.pom 15:08:34 [2019-07-19T19:08:34.119Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.pom 15:08:34 [2019-07-19T19:08:34.119Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.pom 15:08:34 [2019-07-19T19:08:34.119Z] Progress (1): 4.1/5.0 kB Progress (1): 5.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.pom (5.0 kB at 179 kB/s) 15:08:34 [2019-07-19T19:08:34.120Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom 15:08:34 [2019-07-19T19:08:34.120Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom 15:08:34 [2019-07-19T19:08:34.120Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom 15:08:34 [2019-07-19T19:08:34.378Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom 15:08:34 [2019-07-19T19:08:34.378Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom 15:08:34 [2019-07-19T19:08:34.378Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom 15:08:34 [2019-07-19T19:08:34.378Z] Progress (1): 4.1/12 kB Progress (1): 7.7/12 kB Progress (1): 12/12 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom (12 kB at 274 kB/s) 15:08:34 [2019-07-19T19:08:34.378Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom 15:08:34 [2019-07-19T19:08:34.378Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom 15:08:34 [2019-07-19T19:08:34.378Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom 15:08:34 [2019-07-19T19:08:34.638Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom 15:08:34 [2019-07-19T19:08:34.638Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom 15:08:34 [2019-07-19T19:08:34.638Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom 15:08:34 [2019-07-19T19:08:34.638Z] Progress (1): 4.1/4.5 kB Progress (1): 4.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom (4.5 kB at 108 kB/s) 15:08:34 [2019-07-19T19:08:34.638Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom 15:08:34 [2019-07-19T19:08:34.638Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom 15:08:34 [2019-07-19T19:08:34.638Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom 15:08:34 [2019-07-19T19:08:34.896Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom 15:08:34 [2019-07-19T19:08:34.896Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom 15:08:34 [2019-07-19T19:08:34.896Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom 15:08:36 [2019-07-19T19:08:36.274Z] Progress (1): 4.1/8.7 kB Progress (1): 7.7/8.7 kB Progress (1): 8.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom (8.7 kB at 8.3 kB/s) 15:08:36 [2019-07-19T19:08:36.274Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/21/maven-parent-21.pom 15:08:36 [2019-07-19T19:08:36.274Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/21/maven-parent-21.pom 15:08:36 [2019-07-19T19:08:36.274Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-parent/21/maven-parent-21.pom 15:08:36 [2019-07-19T19:08:36.274Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-parent/21/maven-parent-21.pom 15:08:36 [2019-07-19T19:08:36.274Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/21/maven-parent-21.pom 15:08:36 [2019-07-19T19:08:36.274Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom 15:08:36 [2019-07-19T19:08:36.274Z] Progress (1): 4.1/26 kB Progress (1): 7.7/26 kB Progress (1): 12/26 kB Progress (1): 16/26 kB Progress (1): 20/26 kB Progress (1): 24/26 kB Progress (1): 26 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 kB at 643 kB/s) 15:08:36 [2019-07-19T19:08:36.274Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/apache/10/apache-10.pom 15:08:36 [2019-07-19T19:08:36.274Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/10/apache-10.pom 15:08:36 [2019-07-19T19:08:36.274Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/apache/10/apache-10.pom 15:08:36 [2019-07-19T19:08:36.536Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/apache/10/apache-10.pom 15:08:36 [2019-07-19T19:08:36.536Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/10/apache-10.pom 15:08:36 [2019-07-19T19:08:36.536Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom 15:08:36 [2019-07-19T19:08:36.794Z] Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom (15 kB at 462 kB/s) 15:08:36 [2019-07-19T19:08:36.794Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom 15:08:36 [2019-07-19T19:08:36.794Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom 15:08:36 [2019-07-19T19:08:36.794Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom 15:08:36 [2019-07-19T19:08:36.794Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom 15:08:37 [2019-07-19T19:08:37.052Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom 15:08:37 [2019-07-19T19:08:37.052Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom 15:08:37 [2019-07-19T19:08:37.052Z] Progress (1): 1.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom (1.0 kB at 31 kB/s) 15:08:37 [2019-07-19T19:08:37.052Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom 15:08:37 [2019-07-19T19:08:37.052Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom 15:08:37 [2019-07-19T19:08:37.052Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom 15:08:37 [2019-07-19T19:08:37.052Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom 15:08:37 [2019-07-19T19:08:37.311Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom 15:08:37 [2019-07-19T19:08:37.311Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom 15:08:37 [2019-07-19T19:08:37.311Z] Progress (1): 4.1/19 kB Progress (1): 7.7/19 kB Progress (1): 12/19 kB Progress (1): 16/19 kB Progress (1): 19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 kB at 564 kB/s) 15:08:37 [2019-07-19T19:08:37.311Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.pom 15:08:37 [2019-07-19T19:08:37.311Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.pom 15:08:37 [2019-07-19T19:08:37.311Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.pom 15:08:37 [2019-07-19T19:08:37.571Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.pom 15:08:37 [2019-07-19T19:08:37.571Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.pom 15:08:37 [2019-07-19T19:08:37.571Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.pom 15:08:37 [2019-07-19T19:08:37.571Z] Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.pom (2.7 kB at 53 kB/s) 15:08:37 [2019-07-19T19:08:37.571Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.jar 15:08:37 [2019-07-19T19:08:37.571Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.jar 15:08:37 [2019-07-19T19:08:37.571Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar 15:08:37 [2019-07-19T19:08:37.571Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.jar 15:08:37 [2019-07-19T19:08:37.571Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.jar 15:08:37 [2019-07-19T19:08:37.571Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar 15:08:37 [2019-07-19T19:08:37.571Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.jar 15:08:37 [2019-07-19T19:08:37.571Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.jar 15:08:37 [2019-07-19T19:08:37.571Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar 15:08:38 [2019-07-19T19:08:38.138Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.jar 15:08:38 [2019-07-19T19:08:38.138Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar 15:08:38 [2019-07-19T19:08:38.138Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.jar 15:08:38 [2019-07-19T19:08:38.138Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.jar 15:08:38 [2019-07-19T19:08:38.138Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar 15:08:38 [2019-07-19T19:08:38.138Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.jar 15:08:38 [2019-07-19T19:08:38.138Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.jar 15:08:38 [2019-07-19T19:08:38.138Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.jar 15:08:38 [2019-07-19T19:08:38.138Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar 15:08:38 [2019-07-19T19:08:38.397Z] Progress (1): 4.1/22 kB Progress (1): 7.7/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar (22 kB at 496 kB/s) 15:08:39 [2019-07-19T19:08:39.334Z] Progress (1): 4.1/24 kB Progress (1): 7.7/24 kB Progress (1): 12/24 kB Progress (1): 16/24 kB Progress (1): 20/24 kB Progress (1): 24/24 kB Progress (1): 24 kB Progress (2): 24 kB | 4.1/129 kB Progress (2): 24 kB | 7.7/129 kB Progress (2): 24 kB | 12/129 kB Progress (2): 24 kB | 16/129 kB Progress (2): 24 kB | 20/129 kB Progress (2): 24 kB | 24/129 kB Progress (2): 24 kB | 28/129 kB Progress (2): 24 kB | 32/129 kB Progress (2): 24 kB | 36/129 kB Progress (2): 24 kB | 40/129 kB Progress (2): 24 kB | 44/129 kB Progress (2): 24 kB | 48/129 kB Progress (2): 24 kB | 52/129 kB Progress (2): 24 kB | 56/129 kB Progress (2): 24 kB | 60/129 kB Progress (2): 24 kB | 64/129 kB Progress (2): 24 kB | 68/129 kB Progress (2): 24 kB | 72/129 kB Progress (2): 24 kB | 76/129 kB Progress (2): 24 kB | 80/129 kB Progress (2): 24 kB | 84/129 kB Progress (2): 24 kB | 88/129 kB Progress (2): 24 kB | 92/129 kB Progress (2): 24 kB | 96/129 kB Progress (2): 24 kB | 100/129 kB Progress (2): 24 kB | 104/129 kB Progress (2): 24 kB | 108/129 kB Progress (2): 24 kB | 112/129 kB Progress (2): 24 kB | 116/129 kB Progress (2): 24 kB | 120/129 kB Progress (2): 24 kB | 124/129 kB Progress (2): 24 kB | 128/129 kB Progress (2): 24 kB | 129 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.jar (24 kB at 22 kB/s) 15:08:39 [2019-07-19T19:08:39.334Z] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.jar (129 kB at 119 kB/s) 15:08:39 [2019-07-19T19:08:39.592Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.3.0/tycho-source-feature-plugin-1.3.0.pom 15:08:39 [2019-07-19T19:08:39.851Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.3.0/tycho-source-feature-plugin-1.3.0.pom 15:08:39 [2019-07-19T19:08:39.851Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.3.0/tycho-source-feature-plugin-1.3.0.pom 15:08:39 [2019-07-19T19:08:39.851Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.3.0/tycho-source-feature-plugin-1.3.0.pom 15:08:39 [2019-07-19T19:08:39.851Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.3.0/tycho-source-feature-plugin-1.3.0.pom 15:08:39 [2019-07-19T19:08:39.851Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.3.0/tycho-source-feature-plugin-1.3.0.pom 15:08:40 [2019-07-19T19:08:40.109Z] Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.3.0/tycho-source-feature-plugin-1.3.0.pom (2.3 kB at 45 kB/s) 15:08:40 [2019-07-19T19:08:40.109Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.3.0/tycho-source-feature-plugin-1.3.0.jar 15:08:40 [2019-07-19T19:08:40.109Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.3.0/tycho-source-feature-plugin-1.3.0.jar 15:08:40 [2019-07-19T19:08:40.109Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.3.0/tycho-source-feature-plugin-1.3.0.jar 15:08:40 [2019-07-19T19:08:40.368Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.3.0/tycho-source-feature-plugin-1.3.0.jar 15:08:40 [2019-07-19T19:08:40.368Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.3.0/tycho-source-feature-plugin-1.3.0.jar 15:08:40 [2019-07-19T19:08:40.368Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.3.0/tycho-source-feature-plugin-1.3.0.jar 15:08:40 [2019-07-19T19:08:40.368Z] Progress (1): 4.1/19 kB Progress (1): 7.7/19 kB Progress (1): 12/19 kB Progress (1): 16/19 kB Progress (1): 19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.3.0/tycho-source-feature-plugin-1.3.0.jar (19 kB at 295 kB/s) 15:08:40 [2019-07-19T19:08:40.368Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom 15:08:40 [2019-07-19T19:08:40.368Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom 15:08:40 [2019-07-19T19:08:40.626Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom 15:08:40 [2019-07-19T19:08:40.626Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom 15:08:40 [2019-07-19T19:08:40.626Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom 15:08:40 [2019-07-19T19:08:40.626Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom 15:08:40 [2019-07-19T19:08:40.884Z] Progress (1): 815 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom (815 B at 13 kB/s) 15:08:40 [2019-07-19T19:08:40.884Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom 15:08:40 [2019-07-19T19:08:40.884Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom 15:08:40 [2019-07-19T19:08:40.884Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom 15:08:40 [2019-07-19T19:08:40.884Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom 15:08:41 [2019-07-19T19:08:41.142Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom 15:08:41 [2019-07-19T19:08:41.142Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom 15:08:41 [2019-07-19T19:08:41.142Z] Progress (1): 4.1/4.2 kB Progress (1): 4.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom (4.2 kB at 157 kB/s) 15:08:41 [2019-07-19T19:08:41.142Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom 15:08:41 [2019-07-19T19:08:41.142Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom 15:08:41 [2019-07-19T19:08:41.142Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom 15:08:41 [2019-07-19T19:08:41.400Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom 15:08:41 [2019-07-19T19:08:41.400Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom 15:08:41 [2019-07-19T19:08:41.400Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom 15:08:41 [2019-07-19T19:08:41.400Z] Progress (1): 4.1/17 kB Progress (1): 7.7/17 kB Progress (1): 12/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom (17 kB at 560 kB/s) 15:08:41 [2019-07-19T19:08:41.400Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom 15:08:41 [2019-07-19T19:08:41.400Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom 15:08:41 [2019-07-19T19:08:41.400Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom 15:08:41 [2019-07-19T19:08:41.658Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom 15:08:41 [2019-07-19T19:08:41.658Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom 15:08:41 [2019-07-19T19:08:41.658Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom 15:08:41 [2019-07-19T19:08:41.658Z] Progress (1): 815 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 12 kB/s) 15:08:41 [2019-07-19T19:08:41.658Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom 15:08:41 [2019-07-19T19:08:41.658Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom 15:08:41 [2019-07-19T19:08:41.658Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom 15:08:41 [2019-07-19T19:08:41.918Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom 15:08:41 [2019-07-19T19:08:41.918Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom 15:08:41 [2019-07-19T19:08:41.918Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom 15:08:41 [2019-07-19T19:08:41.918Z] Progress (1): 4.1/4.2 kB Progress (1): 4.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (4.2 kB at 132 kB/s) 15:08:41 [2019-07-19T19:08:41.918Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom 15:08:41 [2019-07-19T19:08:41.918Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom 15:08:41 [2019-07-19T19:08:41.918Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom 15:08:42 [2019-07-19T19:08:42.177Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom 15:08:42 [2019-07-19T19:08:42.177Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom 15:08:42 [2019-07-19T19:08:42.177Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom 15:08:42 [2019-07-19T19:08:42.177Z] Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (2.1 kB at 63 kB/s) 15:08:42 [2019-07-19T19:08:42.177Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom 15:08:42 [2019-07-19T19:08:42.177Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom 15:08:42 [2019-07-19T19:08:42.177Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom 15:08:42 [2019-07-19T19:08:42.436Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom 15:08:42 [2019-07-19T19:08:42.436Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom 15:08:42 [2019-07-19T19:08:42.436Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom 15:08:42 [2019-07-19T19:08:42.436Z] Progress (1): 4.1/6.7 kB Progress (1): 6.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom (6.7 kB at 172 kB/s) 15:08:42 [2019-07-19T19:08:42.436Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven/2.0.6/maven-2.0.6.pom 15:08:42 [2019-07-19T19:08:42.436Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven/2.0.6/maven-2.0.6.pom 15:08:42 [2019-07-19T19:08:42.436Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven/2.0.6/maven-2.0.6.pom 15:08:42 [2019-07-19T19:08:42.694Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven/2.0.6/maven-2.0.6.pom 15:08:42 [2019-07-19T19:08:42.694Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven/2.0.6/maven-2.0.6.pom 15:08:42 [2019-07-19T19:08:42.694Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom 15:08:42 [2019-07-19T19:08:42.694Z] Progress (1): 4.1/9.0 kB Progress (1): 7.7/9.0 kB Progress (1): 9.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9.0 kB at 258 kB/s) 15:08:42 [2019-07-19T19:08:42.694Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/5/maven-parent-5.pom 15:08:42 [2019-07-19T19:08:42.694Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/5/maven-parent-5.pom 15:08:42 [2019-07-19T19:08:42.694Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-parent/5/maven-parent-5.pom 15:08:42 [2019-07-19T19:08:42.952Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-parent/5/maven-parent-5.pom 15:08:42 [2019-07-19T19:08:42.953Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/5/maven-parent-5.pom 15:08:42 [2019-07-19T19:08:42.953Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom 15:08:42 [2019-07-19T19:08:42.953Z] Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 kB at 476 kB/s) 15:08:42 [2019-07-19T19:08:42.953Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/apache/3/apache-3.pom 15:08:42 [2019-07-19T19:08:42.953Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/3/apache-3.pom 15:08:43 [2019-07-19T19:08:43.211Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/apache/3/apache-3.pom 15:08:43 [2019-07-19T19:08:43.211Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/apache/3/apache-3.pom 15:08:43 [2019-07-19T19:08:43.211Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/3/apache-3.pom 15:08:43 [2019-07-19T19:08:43.469Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom 15:08:43 [2019-07-19T19:08:43.469Z] Progress (1): 3.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom (3.4 kB at 90 kB/s) 15:08:43 [2019-07-19T19:08:43.469Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom 15:08:43 [2019-07-19T19:08:43.469Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom 15:08:43 [2019-07-19T19:08:43.469Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom 15:08:43 [2019-07-19T19:08:43.729Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom 15:08:43 [2019-07-19T19:08:43.729Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom 15:08:43 [2019-07-19T19:08:43.729Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom 15:08:43 [2019-07-19T19:08:43.729Z] Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom (2.0 kB at 63 kB/s) 15:08:43 [2019-07-19T19:08:43.729Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom 15:08:43 [2019-07-19T19:08:43.729Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom 15:08:43 [2019-07-19T19:08:43.729Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom 15:08:43 [2019-07-19T19:08:43.987Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom 15:08:43 [2019-07-19T19:08:43.987Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom 15:08:43 [2019-07-19T19:08:43.987Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom 15:08:43 [2019-07-19T19:08:43.987Z] Progress (1): 3.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (3.9 kB at 120 kB/s) 15:08:43 [2019-07-19T19:08:43.987Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom 15:08:43 [2019-07-19T19:08:43.987Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom 15:08:43 [2019-07-19T19:08:43.987Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom 15:08:44 [2019-07-19T19:08:44.246Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom 15:08:44 [2019-07-19T19:08:44.246Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom 15:08:44 [2019-07-19T19:08:44.246Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom 15:08:44 [2019-07-19T19:08:44.246Z] Progress (1): 492 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 14 kB/s) 15:08:44 [2019-07-19T19:08:44.246Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom 15:08:44 [2019-07-19T19:08:44.246Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom 15:08:44 [2019-07-19T19:08:44.246Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom 15:08:44 [2019-07-19T19:08:44.504Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom 15:08:44 [2019-07-19T19:08:44.504Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom 15:08:44 [2019-07-19T19:08:44.504Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom 15:08:44 [2019-07-19T19:08:44.504Z] Progress (1): 4.1/5.7 kB Progress (1): 5.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (5.7 kB at 143 kB/s) 15:08:44 [2019-07-19T19:08:44.504Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/junit/junit/4.10/junit-4.10.pom 15:08:44 [2019-07-19T19:08:44.504Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/junit/junit/4.10/junit-4.10.pom 15:08:44 [2019-07-19T19:08:44.504Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/junit/junit/4.10/junit-4.10.pom 15:08:44 [2019-07-19T19:08:44.763Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/junit/junit/4.10/junit-4.10.pom 15:08:44 [2019-07-19T19:08:44.763Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/junit/junit/4.10/junit-4.10.pom 15:08:44 [2019-07-19T19:08:44.763Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.10/junit-4.10.pom 15:08:44 [2019-07-19T19:08:44.763Z] Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.10/junit-4.10.pom (2.3 kB at 84 kB/s) 15:08:44 [2019-07-19T19:08:44.763Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom 15:08:44 [2019-07-19T19:08:44.763Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom 15:08:44 [2019-07-19T19:08:44.763Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom 15:08:45 [2019-07-19T19:08:45.021Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom 15:08:45 [2019-07-19T19:08:45.021Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom 15:08:45 [2019-07-19T19:08:45.021Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom 15:08:45 [2019-07-19T19:08:45.279Z] Progress (1): 481 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom (481 B at 15 kB/s) 15:08:45 [2019-07-19T19:08:45.279Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom 15:08:45 [2019-07-19T19:08:45.279Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom 15:08:45 [2019-07-19T19:08:45.279Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom 15:08:45 [2019-07-19T19:08:45.279Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom 15:08:45 [2019-07-19T19:08:45.279Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom 15:08:45 [2019-07-19T19:08:45.279Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom 15:08:45 [2019-07-19T19:08:45.538Z] Progress (1): 4.1/5.9 kB Progress (1): 5.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom (5.9 kB at 173 kB/s) 15:08:45 [2019-07-19T19:08:45.538Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom 15:08:45 [2019-07-19T19:08:45.538Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom 15:08:45 [2019-07-19T19:08:45.538Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom 15:08:45 [2019-07-19T19:08:45.796Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom 15:08:46 [2019-07-19T19:08:46.055Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom 15:08:46 [2019-07-19T19:08:46.055Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom 15:08:46 [2019-07-19T19:08:46.055Z] Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (3.1 kB at 98 kB/s) 15:08:46 [2019-07-19T19:08:46.055Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom 15:08:46 [2019-07-19T19:08:46.055Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom 15:08:46 [2019-07-19T19:08:46.055Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom 15:08:46 [2019-07-19T19:08:46.314Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom 15:08:46 [2019-07-19T19:08:46.314Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom 15:08:46 [2019-07-19T19:08:46.314Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom 15:08:46 [2019-07-19T19:08:46.314Z] Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom (1.9 kB at 26 kB/s) 15:08:46 [2019-07-19T19:08:46.314Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom 15:08:46 [2019-07-19T19:08:46.314Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom 15:08:46 [2019-07-19T19:08:46.572Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom 15:08:46 [2019-07-19T19:08:46.572Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom 15:08:46 [2019-07-19T19:08:46.572Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom 15:08:46 [2019-07-19T19:08:46.572Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom 15:08:46 [2019-07-19T19:08:46.572Z] Progress (1): 1.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom (1.8 kB at 52 kB/s) 15:08:46 [2019-07-19T19:08:46.572Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom 15:08:46 [2019-07-19T19:08:46.832Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom 15:08:46 [2019-07-19T19:08:46.832Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom 15:08:46 [2019-07-19T19:08:46.832Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom 15:08:46 [2019-07-19T19:08:46.832Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom 15:08:46 [2019-07-19T19:08:46.832Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom 15:08:47 [2019-07-19T19:08:47.091Z] Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom (1.4 kB at 45 kB/s) 15:08:47 [2019-07-19T19:08:47.091Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom 15:08:47 [2019-07-19T19:08:47.091Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom 15:08:47 [2019-07-19T19:08:47.091Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom 15:08:47 [2019-07-19T19:08:47.091Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom 15:08:47 [2019-07-19T19:08:47.091Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom 15:08:47 [2019-07-19T19:08:47.091Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom 15:08:47 [2019-07-19T19:08:47.350Z] Progress (1): 424 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom (424 B at 12 kB/s) 15:08:47 [2019-07-19T19:08:47.350Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom 15:08:47 [2019-07-19T19:08:47.350Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom 15:08:47 [2019-07-19T19:08:47.350Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom 15:08:47 [2019-07-19T19:08:47.350Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom 15:08:47 [2019-07-19T19:08:47.609Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom 15:08:47 [2019-07-19T19:08:47.609Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom 15:08:47 [2019-07-19T19:08:47.609Z] Progress (1): 3.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom (3.9 kB at 130 kB/s) 15:08:47 [2019-07-19T19:08:47.609Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom 15:08:47 [2019-07-19T19:08:47.609Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom 15:08:47 [2019-07-19T19:08:47.609Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom 15:08:47 [2019-07-19T19:08:47.868Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom 15:08:47 [2019-07-19T19:08:47.868Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom 15:08:47 [2019-07-19T19:08:47.868Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom 15:08:47 [2019-07-19T19:08:47.868Z] Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom (2.0 kB at 55 kB/s) 15:08:47 [2019-07-19T19:08:47.868Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom 15:08:47 [2019-07-19T19:08:47.868Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom 15:08:47 [2019-07-19T19:08:47.868Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom 15:08:48 [2019-07-19T19:08:48.127Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom 15:08:48 [2019-07-19T19:08:48.127Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom 15:08:48 [2019-07-19T19:08:48.127Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom 15:08:48 [2019-07-19T19:08:48.127Z] Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom (1.9 kB at 31 kB/s) 15:08:48 [2019-07-19T19:08:48.127Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom 15:08:48 [2019-07-19T19:08:48.127Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom 15:08:48 [2019-07-19T19:08:48.127Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom 15:08:48 [2019-07-19T19:08:48.385Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom 15:08:48 [2019-07-19T19:08:48.385Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom 15:08:48 [2019-07-19T19:08:48.385Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom 15:08:48 [2019-07-19T19:08:48.385Z] Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom (1.7 kB at 33 kB/s) 15:08:48 [2019-07-19T19:08:48.385Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-cli/commons-cli/1.0/commons-cli-1.0.pom 15:08:48 [2019-07-19T19:08:48.385Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-cli/commons-cli/1.0/commons-cli-1.0.pom 15:08:48 [2019-07-19T19:08:48.385Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/commons-cli/commons-cli/1.0/commons-cli-1.0.pom 15:08:48 [2019-07-19T19:08:48.645Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-cli/commons-cli/1.0/commons-cli-1.0.pom 15:08:48 [2019-07-19T19:08:48.645Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-cli/commons-cli/1.0/commons-cli-1.0.pom 15:08:48 [2019-07-19T19:08:48.645Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.pom 15:08:48 [2019-07-19T19:08:48.645Z] Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.pom (2.1 kB at 51 kB/s) 15:08:48 [2019-07-19T19:08:48.645Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom 15:08:48 [2019-07-19T19:08:48.645Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom 15:08:48 [2019-07-19T19:08:48.904Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom 15:08:48 [2019-07-19T19:08:48.904Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom 15:08:48 [2019-07-19T19:08:48.904Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom 15:08:48 [2019-07-19T19:08:48.904Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom 15:08:48 [2019-07-19T19:08:48.904Z] Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom (1.5 kB at 45 kB/s) 15:08:48 [2019-07-19T19:08:48.904Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom 15:08:49 [2019-07-19T19:08:49.163Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom 15:08:49 [2019-07-19T19:08:49.163Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom 15:08:49 [2019-07-19T19:08:49.163Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom 15:08:49 [2019-07-19T19:08:49.163Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom 15:08:49 [2019-07-19T19:08:49.163Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom 15:08:49 [2019-07-19T19:08:49.422Z] Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom (2.0 kB at 21 kB/s) 15:08:49 [2019-07-19T19:08:49.422Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom 15:08:49 [2019-07-19T19:08:49.422Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom 15:08:49 [2019-07-19T19:08:49.422Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom 15:08:49 [2019-07-19T19:08:49.681Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom 15:08:49 [2019-07-19T19:08:49.681Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom 15:08:49 [2019-07-19T19:08:49.681Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom 15:08:49 [2019-07-19T19:08:49.681Z] Progress (1): 4.1/7.1 kB Progress (1): 7.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (7.1 kB at 148 kB/s) 15:08:49 [2019-07-19T19:08:49.681Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom 15:08:49 [2019-07-19T19:08:49.681Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom 15:08:49 [2019-07-19T19:08:49.681Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom 15:08:49 [2019-07-19T19:08:49.940Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom 15:08:49 [2019-07-19T19:08:49.940Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom 15:08:49 [2019-07-19T19:08:49.940Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom 15:08:49 [2019-07-19T19:08:49.940Z] Progress (1): 2.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom (2.6 kB at 85 kB/s) 15:08:49 [2019-07-19T19:08:49.940Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom 15:08:49 [2019-07-19T19:08:49.940Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom 15:08:49 [2019-07-19T19:08:49.940Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom 15:08:50 [2019-07-19T19:08:50.199Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom 15:08:51 [2019-07-19T19:08:51.135Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom 15:08:51 [2019-07-19T19:08:51.393Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom 15:08:51 [2019-07-19T19:08:51.393Z] Progress (1): 1.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom (1.3 kB at 37 kB/s) 15:08:51 [2019-07-19T19:08:51.393Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/classworlds/classworlds/1.1/classworlds-1.1.pom 15:08:51 [2019-07-19T19:08:51.393Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/classworlds/classworlds/1.1/classworlds-1.1.pom 15:08:51 [2019-07-19T19:08:51.393Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/classworlds/classworlds/1.1/classworlds-1.1.pom 15:08:51 [2019-07-19T19:08:51.960Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/classworlds/classworlds/1.1/classworlds-1.1.pom 15:08:51 [2019-07-19T19:08:51.960Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/classworlds/classworlds/1.1/classworlds-1.1.pom 15:08:51 [2019-07-19T19:08:51.960Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom 15:08:51 [2019-07-19T19:08:51.960Z] Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom (3.3 kB at 90 kB/s) 15:08:51 [2019-07-19T19:08:51.960Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar 15:08:51 [2019-07-19T19:08:51.960Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar 15:08:51 [2019-07-19T19:08:51.960Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar 15:08:51 [2019-07-19T19:08:51.960Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar 15:08:52 [2019-07-19T19:08:52.221Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar 15:08:52 [2019-07-19T19:08:52.221Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar 15:08:52 [2019-07-19T19:08:52.221Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar 15:08:52 [2019-07-19T19:08:52.221Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar 15:08:52 [2019-07-19T19:08:52.479Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar 15:08:52 [2019-07-19T19:08:52.479Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar 15:08:52 [2019-07-19T19:08:52.479Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar 15:08:52 [2019-07-19T19:08:52.479Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar 15:08:52 [2019-07-19T19:08:52.479Z] Progress (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 435 kB/s) 15:08:52 [2019-07-19T19:08:52.479Z] Progress (1): 4.1/4.2 kB Progress (1): 4.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 kB at 70 kB/s) 15:08:52 [2019-07-19T19:08:52.738Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.3.0/tycho-pack200b-plugin-1.3.0.pom 15:08:52 [2019-07-19T19:08:52.738Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.3.0/tycho-pack200b-plugin-1.3.0.pom 15:08:52 [2019-07-19T19:08:52.738Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.3.0/tycho-pack200b-plugin-1.3.0.pom 15:08:52 [2019-07-19T19:08:52.997Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.3.0/tycho-pack200b-plugin-1.3.0.pom 15:08:52 [2019-07-19T19:08:52.997Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.3.0/tycho-pack200b-plugin-1.3.0.pom 15:08:52 [2019-07-19T19:08:52.997Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.3.0/tycho-pack200b-plugin-1.3.0.pom 15:08:52 [2019-07-19T19:08:52.997Z] Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.3.0/tycho-pack200b-plugin-1.3.0.pom (1.5 kB at 25 kB/s) 15:08:52 [2019-07-19T19:08:52.997Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/extras/tycho-pack200/1.3.0/tycho-pack200-1.3.0.pom 15:08:52 [2019-07-19T19:08:52.997Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-pack200/1.3.0/tycho-pack200-1.3.0.pom 15:08:52 [2019-07-19T19:08:52.997Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/extras/tycho-pack200/1.3.0/tycho-pack200-1.3.0.pom 15:08:53 [2019-07-19T19:08:53.256Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/extras/tycho-pack200/1.3.0/tycho-pack200-1.3.0.pom 15:08:53 [2019-07-19T19:08:53.256Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/extras/tycho-pack200/1.3.0/tycho-pack200-1.3.0.pom 15:08:53 [2019-07-19T19:08:53.256Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200/1.3.0/tycho-pack200-1.3.0.pom 15:08:53 [2019-07-19T19:08:53.256Z] Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200/1.3.0/tycho-pack200-1.3.0.pom (1.5 kB at 31 kB/s) 15:08:53 [2019-07-19T19:08:53.256Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.3.0/tycho-pack200b-plugin-1.3.0.jar 15:08:53 [2019-07-19T19:08:53.256Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.3.0/tycho-pack200b-plugin-1.3.0.jar 15:08:53 [2019-07-19T19:08:53.256Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.3.0/tycho-pack200b-plugin-1.3.0.jar 15:08:53 [2019-07-19T19:08:53.514Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.3.0/tycho-pack200b-plugin-1.3.0.jar 15:08:53 [2019-07-19T19:08:53.514Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.3.0/tycho-pack200b-plugin-1.3.0.jar 15:08:53 [2019-07-19T19:08:53.772Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.3.0/tycho-pack200b-plugin-1.3.0.jar 15:08:53 [2019-07-19T19:08:53.772Z] Progress (1): 4.1/6.8 kB Progress (1): 6.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.3.0/tycho-pack200b-plugin-1.3.0.jar (6.8 kB at 122 kB/s) 15:08:53 [2019-07-19T19:08:53.772Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.pom 15:08:53 [2019-07-19T19:08:53.772Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.pom 15:08:53 [2019-07-19T19:08:53.772Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.pom 15:08:54 [2019-07-19T19:08:54.032Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.pom 15:08:54 [2019-07-19T19:08:54.032Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.pom 15:08:54 [2019-07-19T19:08:54.032Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.pom 15:08:54 [2019-07-19T19:08:54.032Z] Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.pom (2.2 kB at 50 kB/s) 15:08:54 [2019-07-19T19:08:54.032Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.jar 15:08:54 [2019-07-19T19:08:54.032Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.jar 15:08:54 [2019-07-19T19:08:54.032Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.jar 15:08:54 [2019-07-19T19:08:54.290Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.jar 15:08:54 [2019-07-19T19:08:54.290Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.jar 15:08:54 [2019-07-19T19:08:54.290Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.jar 15:08:54 [2019-07-19T19:08:54.290Z] Progress (1): 4.1/28 kB Progress (1): 7.7/28 kB Progress (1): 12/28 kB Progress (1): 16/28 kB Progress (1): 20/28 kB Progress (1): 24/28 kB Progress (1): 28/28 kB Progress (1): 28 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.jar (28 kB at 500 kB/s) 15:08:54 [2019-07-19T19:08:54.290Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.pom 15:08:54 [2019-07-19T19:08:54.290Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.pom 15:08:54 [2019-07-19T19:08:54.290Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.pom 15:08:54 [2019-07-19T19:08:54.548Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.pom 15:08:54 [2019-07-19T19:08:54.548Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.pom 15:08:54 [2019-07-19T19:08:54.548Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.pom 15:08:54 [2019-07-19T19:08:54.548Z] Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.pom (2.7 kB at 90 kB/s) 15:08:54 [2019-07-19T19:08:54.548Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom 15:08:54 [2019-07-19T19:08:54.548Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom 15:08:54 [2019-07-19T19:08:54.806Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom 15:08:54 [2019-07-19T19:08:54.806Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom 15:08:54 [2019-07-19T19:08:54.806Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom 15:08:54 [2019-07-19T19:08:54.806Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom 15:08:55 [2019-07-19T19:08:55.065Z] Progress (1): 4.1/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom (11 kB at 280 kB/s) 15:08:55 [2019-07-19T19:08:55.065Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/32/commons-parent-32.pom 15:08:55 [2019-07-19T19:08:55.065Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/32/commons-parent-32.pom 15:08:55 [2019-07-19T19:08:55.065Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/commons/commons-parent/32/commons-parent-32.pom 15:08:55 [2019-07-19T19:08:55.065Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-parent/32/commons-parent-32.pom 15:08:55 [2019-07-19T19:08:55.065Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-parent/32/commons-parent-32.pom 15:08:55 [2019-07-19T19:08:55.323Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/32/commons-parent-32.pom 15:08:55 [2019-07-19T19:08:55.323Z] Progress (1): 4.1/53 kB Progress (1): 7.7/53 kB Progress (1): 12/53 kB Progress (1): 16/53 kB Progress (1): 20/53 kB Progress (1): 24/53 kB Progress (1): 28/53 kB Progress (1): 32/53 kB Progress (1): 36/53 kB Progress (1): 40/53 kB Progress (1): 44/53 kB Progress (1): 48/53 kB Progress (1): 52/53 kB Progress (1): 53 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/32/commons-parent-32.pom (53 kB at 1.5 MB/s) 15:08:55 [2019-07-19T19:08:55.323Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/apache/13/apache-13.pom 15:08:55 [2019-07-19T19:08:55.323Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/13/apache-13.pom 15:08:55 [2019-07-19T19:08:55.323Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/apache/13/apache-13.pom 15:08:55 [2019-07-19T19:08:55.323Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/apache/13/apache-13.pom 15:08:55 [2019-07-19T19:08:55.323Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/13/apache-13.pom 15:08:55 [2019-07-19T19:08:55.583Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom 15:08:55 [2019-07-19T19:08:55.583Z] Progress (1): 4.1/14 kB Progress (1): 7.7/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom (14 kB at 411 kB/s) 15:08:55 [2019-07-19T19:08:55.583Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.pom 15:08:55 [2019-07-19T19:08:55.583Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.pom 15:08:55 [2019-07-19T19:08:55.583Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.pom 15:08:55 [2019-07-19T19:08:55.583Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.pom 15:08:55 [2019-07-19T19:08:55.842Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.pom 15:08:55 [2019-07-19T19:08:55.842Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.pom 15:08:55 [2019-07-19T19:08:55.842Z] Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.pom (1.9 kB at 34 kB/s) 15:08:55 [2019-07-19T19:08:55.842Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.pom 15:08:55 [2019-07-19T19:08:55.842Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.pom 15:08:55 [2019-07-19T19:08:55.842Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.pom 15:08:56 [2019-07-19T19:08:56.100Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.pom 15:08:56 [2019-07-19T19:08:56.100Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.pom 15:08:56 [2019-07-19T19:08:56.100Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.pom 15:08:56 [2019-07-19T19:08:56.100Z] Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.pom (2.0 kB at 62 kB/s) 15:08:56 [2019-07-19T19:08:56.100Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom 15:08:56 [2019-07-19T19:08:56.100Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom 15:08:56 [2019-07-19T19:08:56.100Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom 15:08:56 [2019-07-19T19:08:56.358Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom 15:08:56 [2019-07-19T19:08:56.358Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom 15:08:56 [2019-07-19T19:08:56.358Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom 15:08:56 [2019-07-19T19:08:56.358Z] Progress (1): 4.1/5.5 kB Progress (1): 5.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom (5.5 kB at 108 kB/s) 15:08:56 [2019-07-19T19:08:56.358Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/ow2/ow2/1.3/ow2-1.3.pom 15:08:56 [2019-07-19T19:08:56.358Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/ow2/1.3/ow2-1.3.pom 15:08:56 [2019-07-19T19:08:56.358Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/ow2/ow2/1.3/ow2-1.3.pom 15:08:56 [2019-07-19T19:08:56.616Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/ow2/ow2/1.3/ow2-1.3.pom 15:08:56 [2019-07-19T19:08:56.616Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/ow2/ow2/1.3/ow2-1.3.pom 15:08:56 [2019-07-19T19:08:56.616Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.3/ow2-1.3.pom 15:08:56 [2019-07-19T19:08:56.616Z] Progress (1): 4.1/9.5 kB Progress (1): 7.7/9.5 kB Progress (1): 9.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.3/ow2-1.3.pom (9.5 kB at 352 kB/s) 15:08:56 [2019-07-19T19:08:56.616Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.jar 15:08:56 [2019-07-19T19:08:56.616Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.jar 15:08:56 [2019-07-19T19:08:56.616Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.jar 15:08:56 [2019-07-19T19:08:56.616Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar 15:08:56 [2019-07-19T19:08:56.616Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.jar 15:08:56 [2019-07-19T19:08:56.616Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.jar 15:08:56 [2019-07-19T19:08:56.616Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.jar 15:08:56 [2019-07-19T19:08:56.616Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar 15:08:56 [2019-07-19T19:08:56.875Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.jar 15:08:56 [2019-07-19T19:08:56.875Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar 15:08:56 [2019-07-19T19:08:56.875Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.jar 15:08:56 [2019-07-19T19:08:56.875Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.jar 15:08:57 [2019-07-19T19:08:57.133Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.jar 15:08:57 [2019-07-19T19:08:57.133Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar 15:08:57 [2019-07-19T19:08:57.133Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.jar 15:08:57 [2019-07-19T19:08:57.133Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.jar 15:08:57 [2019-07-19T19:08:57.133Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.jar 15:08:57 [2019-07-19T19:08:57.133Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.jar 15:08:57 [2019-07-19T19:08:57.133Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar 15:08:57 [2019-07-19T19:08:57.133Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.jar 15:08:57 [2019-07-19T19:08:57.133Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.jar 15:08:57 [2019-07-19T19:08:57.133Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.jar 15:08:57 [2019-07-19T19:08:57.133Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.jar 15:08:57 [2019-07-19T19:08:57.133Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar 15:08:57 [2019-07-19T19:08:57.133Z] Progress (1): 4.1/54 kB Progress (1): 7.7/54 kB Progress (1): 12/54 kB Progress (1): 16/54 kB Progress (1): 20/54 kB Progress (1): 24/54 kB Progress (1): 28/54 kB Progress (1): 32/54 kB Progress (1): 36/54 kB Progress (1): 40/54 kB Progress (1): 44/54 kB Progress (1): 48/54 kB Progress (1): 52/54 kB Progress (1): 54 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar (54 kB at 981 kB/s) 15:08:57 [2019-07-19T19:08:57.391Z] Progress (1): 4.1/379 kB Progress (1): 7.7/379 kB Progress (1): 12/379 kB Progress (1): 16/379 kB Progress (1): 20/379 kB Progress (1): 24/379 kB Progress (1): 28/379 kB Progress (1): 32/379 kB Progress (1): 36/379 kB Progress (1): 40/379 kB Progress (1): 44/379 kB Progress (1): 48/379 kB Progress (1): 52/379 kB Progress (1): 56/379 kB Progress (1): 60/379 kB Progress (1): 64/379 kB Progress (1): 68/379 kB Progress (1): 72/379 kB Progress (1): 76/379 kB Progress (1): 80/379 kB Progress (1): 84/379 kB Progress (1): 88/379 kB Progress (1): 92/379 kB Progress (1): 96/379 kB Progress (1): 100/379 kB Progress (1): 104/379 kB Progress (1): 108/379 kB Progress (1): 112/379 kB Progress (1): 116/379 kB Progress (1): 120/379 kB Progress (1): 124/379 kB Progress (2): 124/379 kB | 4.1/21 kB Progress (2): 128/379 kB | 4.1/21 kB Progress (2): 128/379 kB | 7.7/21 kB Progress (2): 128/379 kB | 12/21 kB Progress (2): 128/379 kB | 16/21 kB Progress (2): 132/379 kB | 16/21 kB Progress (2): 132/379 kB | 20/21 kB Progress (2): 136/379 kB | 20/21 kB Progress (2): 136/379 kB | 21 kB Progress (2): 140/379 kB | 21 kB Progress (2): 144/379 kB | 21 kB Progress (2): 148/379 kB | 21 kB Progress (2): 152/379 kB | 21 kB Progress (2): 156/379 kB | 21 kB Progress (2): 160/379 kB | 21 kB Progress (2): 164/379 kB | 21 kB Progress (2): 168/379 kB | 21 kB Progress (2): 172/379 kB | 21 kB Progress (2): 176/379 kB | 21 kB Progress (2): 180/379 kB | 21 kB Progress (2): 184/379 kB | 21 kB Progress (2): 188/379 kB | 21 kB Progress (2): 192/379 kB | 21 kB Progress (2): 196/379 kB | 21 kB Progress (2): 200/379 kB | 21 kB Progress (2): 204/379 kB | 21 kB Progress (2): 208/379 kB | 21 kB Progress (2): 212/379 kB | 21 kB Progress (2): 216/379 kB | 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.jar (21 kB at 278 kB/s) 15:08:57 [2019-07-19T19:08:57.391Z] Progress (1): 220/379 kB Progress (1): 224/379 kB Progress (1): 228/379 kB Progress (1): 232/379 kB Progress (1): 236/379 kB Progress (1): 240/379 kB Progress (1): 244/379 kB Progress (1): 248/379 kB Progress (1): 252/379 kB Progress (1): 256/379 kB Progress (1): 260/379 kB Progress (1): 264/379 kB Progress (1): 268/379 kB Progress (1): 272/379 kB Progress (1): 276/379 kB Progress (1): 280/379 kB Progress (1): 284/379 kB Progress (2): 284/379 kB | 4.1/28 kB Progress (2): 288/379 kB | 4.1/28 kB Progress (2): 288/379 kB | 7.7/28 kB Progress (2): 292/379 kB | 7.7/28 kB Progress (2): 292/379 kB | 12/28 kB Progress (2): 296/379 kB | 12/28 kB Progress (2): 296/379 kB | 16/28 kB Progress (2): 300/379 kB | 16/28 kB Progress (2): 300/379 kB | 20/28 kB Progress (2): 304/379 kB | 20/28 kB Progress (2): 304/379 kB | 24/28 kB Progress (2): 308/379 kB | 24/28 kB Progress (2): 308/379 kB | 28/28 kB Progress (2): 312/379 kB | 28/28 kB Progress (2): 312/379 kB | 28 kB Progress (2): 316/379 kB | 28 kB Progress (2): 320/379 kB | 28 kB Progress (2): 324/379 kB | 28 kB Progress (2): 328/379 kB | 28 kB Progress (2): 332/379 kB | 28 kB Progress (2): 336/379 kB | 28 kB Progress (2): 340/379 kB | 28 kB Progress (2): 344/379 kB | 28 kB Progress (2): 348/379 kB | 28 kB Progress (2): 352/379 kB | 28 kB Progress (2): 356/379 kB | 28 kB Progress (2): 360/379 kB | 28 kB Progress (2): 364/379 kB | 28 kB Progress (2): 368/379 kB | 28 kB Progress (2): 372/379 kB | 28 kB Progress (2): 376/379 kB | 28 kB Progress (2): 379 kB | 28 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.jar (28 kB at 323 kB/s) 15:08:57 [2019-07-19T19:08:57.391Z] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.jar (379 kB at 4.2 MB/s) 15:08:57 [2019-07-19T19:08:57.391Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/jacoco/jacoco-maven-plugin/0.7.9/jacoco-maven-plugin-0.7.9.pom 15:08:57 [2019-07-19T19:08:57.649Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/jacoco/jacoco-maven-plugin/0.7.9/jacoco-maven-plugin-0.7.9.pom 15:08:57 [2019-07-19T19:08:57.649Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/jacoco/jacoco-maven-plugin/0.7.9/jacoco-maven-plugin-0.7.9.pom 15:08:57 [2019-07-19T19:08:57.649Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/jacoco/jacoco-maven-plugin/0.7.9/jacoco-maven-plugin-0.7.9.pom 15:08:57 [2019-07-19T19:08:57.649Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/jacoco/jacoco-maven-plugin/0.7.9/jacoco-maven-plugin-0.7.9.pom 15:08:57 [2019-07-19T19:08:57.649Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.7.9/jacoco-maven-plugin-0.7.9.pom 15:08:57 [2019-07-19T19:08:57.649Z] Progress (1): 4.1/4.5 kB Progress (1): 4.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.7.9/jacoco-maven-plugin-0.7.9.pom (4.5 kB at 139 kB/s) 15:08:57 [2019-07-19T19:08:57.649Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/jacoco/org.jacoco.build/0.7.9/org.jacoco.build-0.7.9.pom 15:08:57 [2019-07-19T19:08:57.649Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/jacoco/org.jacoco.build/0.7.9/org.jacoco.build-0.7.9.pom 15:08:57 [2019-07-19T19:08:57.907Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/jacoco/org.jacoco.build/0.7.9/org.jacoco.build-0.7.9.pom 15:08:57 [2019-07-19T19:08:57.907Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/jacoco/org.jacoco.build/0.7.9/org.jacoco.build-0.7.9.pom 15:08:57 [2019-07-19T19:08:57.907Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/jacoco/org.jacoco.build/0.7.9/org.jacoco.build-0.7.9.pom 15:08:57 [2019-07-19T19:08:57.907Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.build/0.7.9/org.jacoco.build-0.7.9.pom 15:08:58 [2019-07-19T19:08:58.165Z] Progress (1): 4.1/35 kB Progress (1): 7.7/35 kB Progress (1): 12/35 kB Progress (1): 16/35 kB Progress (1): 20/35 kB Progress (1): 24/35 kB Progress (1): 28/35 kB Progress (1): 32/35 kB Progress (1): 35 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.build/0.7.9/org.jacoco.build-0.7.9.pom (35 kB at 989 kB/s) 15:08:58 [2019-07-19T19:08:58.165Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/jacoco/jacoco-maven-plugin/0.7.9/jacoco-maven-plugin-0.7.9.jar 15:08:58 [2019-07-19T19:08:58.165Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/jacoco/jacoco-maven-plugin/0.7.9/jacoco-maven-plugin-0.7.9.jar 15:08:58 [2019-07-19T19:08:58.165Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/jacoco/jacoco-maven-plugin/0.7.9/jacoco-maven-plugin-0.7.9.jar 15:08:58 [2019-07-19T19:08:58.423Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/jacoco/jacoco-maven-plugin/0.7.9/jacoco-maven-plugin-0.7.9.jar 15:08:58 [2019-07-19T19:08:58.423Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/jacoco/jacoco-maven-plugin/0.7.9/jacoco-maven-plugin-0.7.9.jar 15:08:58 [2019-07-19T19:08:58.423Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.7.9/jacoco-maven-plugin-0.7.9.jar 15:08:58 [2019-07-19T19:08:58.423Z] Progress (1): 4.1/47 kB Progress (1): 7.7/47 kB Progress (1): 12/47 kB Progress (1): 16/47 kB Progress (1): 20/47 kB Progress (1): 24/47 kB Progress (1): 28/47 kB Progress (1): 32/47 kB Progress (1): 36/47 kB Progress (1): 40/47 kB Progress (1): 44/47 kB Progress (1): 47 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.7.9/jacoco-maven-plugin-0.7.9.jar (47 kB at 800 kB/s) 15:08:58 [2019-07-19T19:08:58.423Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-clean-plugin/3.0.0/maven-clean-plugin-3.0.0.pom 15:08:58 [2019-07-19T19:08:58.423Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-clean-plugin/3.0.0/maven-clean-plugin-3.0.0.pom 15:08:58 [2019-07-19T19:08:58.423Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/3.0.0/maven-clean-plugin-3.0.0.pom 15:08:58 [2019-07-19T19:08:58.682Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-clean-plugin/3.0.0/maven-clean-plugin-3.0.0.pom 15:08:58 [2019-07-19T19:08:58.682Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-clean-plugin/3.0.0/maven-clean-plugin-3.0.0.pom 15:08:58 [2019-07-19T19:08:58.682Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.0.0/maven-clean-plugin-3.0.0.pom 15:08:58 [2019-07-19T19:08:58.682Z] Progress (1): 4.1/4.8 kB Progress (1): 4.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.0.0/maven-clean-plugin-3.0.0.pom (4.8 kB at 140 kB/s) 15:08:58 [2019-07-19T19:08:58.682Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-plugins/28/maven-plugins-28.pom 15:08:58 [2019-07-19T19:08:58.682Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-plugins/28/maven-plugins-28.pom 15:08:58 [2019-07-19T19:08:58.682Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/plugins/maven-plugins/28/maven-plugins-28.pom 15:08:59 [2019-07-19T19:08:59.250Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-plugins/28/maven-plugins-28.pom 15:08:59 [2019-07-19T19:08:59.250Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-plugins/28/maven-plugins-28.pom 15:08:59 [2019-07-19T19:08:59.250Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/28/maven-plugins-28.pom 15:08:59 [2019-07-19T19:08:59.250Z] Progress (1): 4.1/12 kB Progress (1): 7.7/12 kB Progress (1): 12/12 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/28/maven-plugins-28.pom (12 kB at 446 kB/s) 15:08:59 [2019-07-19T19:08:59.250Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/27/maven-parent-27.pom 15:08:59 [2019-07-19T19:08:59.250Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/27/maven-parent-27.pom 15:09:00 [2019-07-19T19:09:00.184Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-parent/27/maven-parent-27.pom 15:09:00 [2019-07-19T19:09:00.184Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-parent/27/maven-parent-27.pom 15:09:00 [2019-07-19T19:09:00.184Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/27/maven-parent-27.pom 15:09:00 [2019-07-19T19:09:00.184Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom 15:09:00 [2019-07-19T19:09:00.442Z] Progress (1): 4.1/41 kB Progress (1): 7.7/41 kB Progress (1): 12/41 kB Progress (1): 16/41 kB Progress (1): 20/41 kB Progress (1): 24/41 kB Progress (1): 28/41 kB Progress (1): 32/41 kB Progress (1): 36/41 kB Progress (1): 40/41 kB Progress (1): 41 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom (41 kB at 573 kB/s) 15:09:00 [2019-07-19T19:09:00.442Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/apache/17/apache-17.pom 15:09:00 [2019-07-19T19:09:00.442Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/17/apache-17.pom 15:09:00 [2019-07-19T19:09:00.442Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/apache/17/apache-17.pom 15:09:00 [2019-07-19T19:09:00.701Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/apache/17/apache-17.pom 15:09:00 [2019-07-19T19:09:00.701Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/17/apache-17.pom 15:09:00 [2019-07-19T19:09:00.701Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom 15:09:00 [2019-07-19T19:09:00.701Z] Progress (1): 4.1/16 kB Progress (1): 7.7/16 kB Progress (1): 12/16 kB Progress (1): 16/16 kB Progress (1): 16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom (16 kB at 459 kB/s) 15:09:00 [2019-07-19T19:09:00.701Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-clean-plugin/3.0.0/maven-clean-plugin-3.0.0.jar 15:09:00 [2019-07-19T19:09:00.701Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-clean-plugin/3.0.0/maven-clean-plugin-3.0.0.jar 15:09:00 [2019-07-19T19:09:00.701Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/3.0.0/maven-clean-plugin-3.0.0.jar 15:09:00 [2019-07-19T19:09:00.959Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-clean-plugin/3.0.0/maven-clean-plugin-3.0.0.jar 15:09:00 [2019-07-19T19:09:00.959Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-clean-plugin/3.0.0/maven-clean-plugin-3.0.0.jar 15:09:00 [2019-07-19T19:09:00.959Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.0.0/maven-clean-plugin-3.0.0.jar 15:09:01 [2019-07-19T19:09:01.217Z] Progress (1): 4.1/31 kB Progress (1): 7.7/31 kB Progress (1): 12/31 kB Progress (1): 16/31 kB Progress (1): 20/31 kB Progress (1): 24/31 kB Progress (1): 28/31 kB Progress (1): 31 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.0.0/maven-clean-plugin-3.0.0.jar (31 kB at 432 kB/s) 15:09:01 [2019-07-19T19:09:01.217Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-resources-plugin/3.0.2/maven-resources-plugin-3.0.2.pom 15:09:01 [2019-07-19T19:09:01.217Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-resources-plugin/3.0.2/maven-resources-plugin-3.0.2.pom 15:09:01 [2019-07-19T19:09:01.217Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/plugins/maven-resources-plugin/3.0.2/maven-resources-plugin-3.0.2.pom 15:09:01 [2019-07-19T19:09:01.217Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-resources-plugin/3.0.2/maven-resources-plugin-3.0.2.pom 15:09:01 [2019-07-19T19:09:01.217Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-resources-plugin/3.0.2/maven-resources-plugin-3.0.2.pom 15:09:01 [2019-07-19T19:09:01.475Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.0.2/maven-resources-plugin-3.0.2.pom 15:09:01 [2019-07-19T19:09:01.475Z] Progress (1): 4.1/7.1 kB Progress (1): 7.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.0.2/maven-resources-plugin-3.0.2.pom (7.1 kB at 204 kB/s) 15:09:01 [2019-07-19T19:09:01.475Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-plugins/30/maven-plugins-30.pom 15:09:01 [2019-07-19T19:09:01.475Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-plugins/30/maven-plugins-30.pom 15:09:01 [2019-07-19T19:09:01.475Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/plugins/maven-plugins/30/maven-plugins-30.pom 15:09:01 [2019-07-19T19:09:01.733Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-plugins/30/maven-plugins-30.pom 15:09:01 [2019-07-19T19:09:01.733Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-plugins/30/maven-plugins-30.pom 15:09:01 [2019-07-19T19:09:01.733Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/30/maven-plugins-30.pom 15:09:01 [2019-07-19T19:09:01.733Z] Progress (1): 4.1/10 kB Progress (1): 7.7/10 kB Progress (1): 10 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/30/maven-plugins-30.pom (10 kB at 328 kB/s) 15:09:01 [2019-07-19T19:09:01.733Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/30/maven-parent-30.pom 15:09:01 [2019-07-19T19:09:01.733Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/30/maven-parent-30.pom 15:09:01 [2019-07-19T19:09:01.733Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-parent/30/maven-parent-30.pom 15:09:01 [2019-07-19T19:09:01.991Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-parent/30/maven-parent-30.pom 15:09:01 [2019-07-19T19:09:01.991Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/30/maven-parent-30.pom 15:09:01 [2019-07-19T19:09:01.991Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom 15:09:01 [2019-07-19T19:09:01.991Z] Progress (1): 4.1/41 kB Progress (1): 7.7/41 kB Progress (1): 12/41 kB Progress (1): 16/41 kB Progress (1): 20/41 kB Progress (1): 24/41 kB Progress (1): 28/41 kB Progress (1): 32/41 kB Progress (1): 36/41 kB Progress (1): 40/41 kB Progress (1): 41 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom (41 kB at 1.2 MB/s) 15:09:01 [2019-07-19T19:09:01.991Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-resources-plugin/3.0.2/maven-resources-plugin-3.0.2.jar 15:09:01 [2019-07-19T19:09:01.991Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-resources-plugin/3.0.2/maven-resources-plugin-3.0.2.jar 15:09:01 [2019-07-19T19:09:01.991Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/plugins/maven-resources-plugin/3.0.2/maven-resources-plugin-3.0.2.jar 15:09:02 [2019-07-19T19:09:02.249Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-resources-plugin/3.0.2/maven-resources-plugin-3.0.2.jar 15:09:02 [2019-07-19T19:09:02.249Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-resources-plugin/3.0.2/maven-resources-plugin-3.0.2.jar 15:09:02 [2019-07-19T19:09:02.507Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.0.2/maven-resources-plugin-3.0.2.jar 15:09:02 [2019-07-19T19:09:02.507Z] Progress (1): 4.1/32 kB Progress (1): 7.7/32 kB Progress (1): 12/32 kB Progress (1): 16/32 kB Progress (1): 20/32 kB Progress (1): 24/32 kB Progress (1): 28/32 kB Progress (1): 32/32 kB Progress (1): 32 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.0.2/maven-resources-plugin-3.0.2.jar (32 kB at 577 kB/s) 15:09:02 [2019-07-19T19:09:02.507Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-compiler-plugin/1.3.0/tycho-compiler-plugin-1.3.0.pom 15:09:02 [2019-07-19T19:09:02.507Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-compiler-plugin/1.3.0/tycho-compiler-plugin-1.3.0.pom 15:09:02 [2019-07-19T19:09:02.507Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/tycho-compiler-plugin/1.3.0/tycho-compiler-plugin-1.3.0.pom 15:09:02 [2019-07-19T19:09:02.507Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-compiler-plugin/1.3.0/tycho-compiler-plugin-1.3.0.pom 15:09:02 [2019-07-19T19:09:02.767Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-compiler-plugin/1.3.0/tycho-compiler-plugin-1.3.0.pom 15:09:02 [2019-07-19T19:09:02.767Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.3.0/tycho-compiler-plugin-1.3.0.pom 15:09:02 [2019-07-19T19:09:02.767Z] Progress (1): 2.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.3.0/tycho-compiler-plugin-1.3.0.pom (2.5 kB at 59 kB/s) 15:09:02 [2019-07-19T19:09:02.767Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-compiler-plugin/1.3.0/tycho-compiler-plugin-1.3.0.jar 15:09:02 [2019-07-19T19:09:02.767Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-compiler-plugin/1.3.0/tycho-compiler-plugin-1.3.0.jar 15:09:02 [2019-07-19T19:09:02.767Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/tycho-compiler-plugin/1.3.0/tycho-compiler-plugin-1.3.0.jar 15:09:03 [2019-07-19T19:09:03.037Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-compiler-plugin/1.3.0/tycho-compiler-plugin-1.3.0.jar 15:09:03 [2019-07-19T19:09:03.037Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-compiler-plugin/1.3.0/tycho-compiler-plugin-1.3.0.jar 15:09:03 [2019-07-19T19:09:03.037Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.3.0/tycho-compiler-plugin-1.3.0.jar 15:09:03 [2019-07-19T19:09:03.037Z] Progress (1): 4.1/33 kB Progress (1): 7.7/33 kB Progress (1): 12/33 kB Progress (1): 16/33 kB Progress (1): 20/33 kB Progress (1): 24/33 kB Progress (1): 28/33 kB Progress (1): 32/33 kB Progress (1): 33 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.3.0/tycho-compiler-plugin-1.3.0.jar (33 kB at 608 kB/s) 15:09:03 [2019-07-19T19:09:03.037Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.pom 15:09:03 [2019-07-19T19:09:03.037Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.pom 15:09:03 [2019-07-19T19:09:03.037Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.pom 15:09:03 [2019-07-19T19:09:03.296Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.pom 15:09:03 [2019-07-19T19:09:03.296Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.pom 15:09:03 [2019-07-19T19:09:03.296Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.pom 15:09:03 [2019-07-19T19:09:03.296Z] Progress (1): 4.1/6.4 kB Progress (1): 6.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.pom (6.4 kB at 173 kB/s) 15:09:03 [2019-07-19T19:09:03.296Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom 15:09:03 [2019-07-19T19:09:03.296Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom 15:09:03 [2019-07-19T19:09:03.554Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom 15:09:03 [2019-07-19T19:09:03.554Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom 15:09:03 [2019-07-19T19:09:03.554Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom 15:09:03 [2019-07-19T19:09:03.554Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom 15:09:03 [2019-07-19T19:09:03.554Z] Progress (1): 4.1/9.6 kB Progress (1): 7.7/9.6 kB Progress (1): 9.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom (9.6 kB at 289 kB/s) 15:09:03 [2019-07-19T19:09:03.554Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/24/maven-parent-24.pom 15:09:03 [2019-07-19T19:09:03.813Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/24/maven-parent-24.pom 15:09:03 [2019-07-19T19:09:03.813Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-parent/24/maven-parent-24.pom 15:09:03 [2019-07-19T19:09:03.813Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-parent/24/maven-parent-24.pom 15:09:03 [2019-07-19T19:09:03.813Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/24/maven-parent-24.pom 15:09:04 [2019-07-19T19:09:04.071Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/24/maven-parent-24.pom 15:09:04 [2019-07-19T19:09:04.071Z] Progress (1): 4.1/37 kB Progress (1): 7.7/37 kB Progress (1): 12/37 kB Progress (1): 16/37 kB Progress (1): 20/37 kB Progress (1): 24/37 kB Progress (1): 28/37 kB Progress (1): 32/37 kB Progress (1): 36/37 kB Progress (1): 37 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/24/maven-parent-24.pom (37 kB at 858 kB/s) 15:09:04 [2019-07-19T19:09:04.071Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/apache/14/apache-14.pom 15:09:04 [2019-07-19T19:09:04.071Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/14/apache-14.pom 15:09:04 [2019-07-19T19:09:04.071Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/apache/14/apache-14.pom 15:09:04 [2019-07-19T19:09:04.331Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/apache/14/apache-14.pom 15:09:04 [2019-07-19T19:09:04.331Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/14/apache-14.pom 15:09:04 [2019-07-19T19:09:04.331Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.pom 15:09:04 [2019-07-19T19:09:04.331Z] Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.pom (15 kB at 408 kB/s) 15:09:04 [2019-07-19T19:09:04.331Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.jar 15:09:04 [2019-07-19T19:09:04.331Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.jar 15:09:04 [2019-07-19T19:09:04.331Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.jar 15:09:04 [2019-07-19T19:09:04.589Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.jar 15:09:04 [2019-07-19T19:09:04.589Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.jar 15:09:04 [2019-07-19T19:09:04.589Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.jar 15:09:04 [2019-07-19T19:09:04.589Z] Progress (1): 4.1/33 kB Progress (1): 7.7/33 kB Progress (1): 12/33 kB Progress (1): 16/33 kB Progress (1): 20/33 kB Progress (1): 24/33 kB Progress (1): 28/33 kB Progress (1): 32/33 kB Progress (1): 33 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.jar (33 kB at 602 kB/s) 15:09:04 [2019-07-19T19:09:04.849Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-deploy-plugin/2.8.2/maven-deploy-plugin-2.8.2.pom 15:09:04 [2019-07-19T19:09:04.849Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-deploy-plugin/2.8.2/maven-deploy-plugin-2.8.2.pom 15:09:04 [2019-07-19T19:09:04.849Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/plugins/maven-deploy-plugin/2.8.2/maven-deploy-plugin-2.8.2.pom 15:09:04 [2019-07-19T19:09:04.849Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-deploy-plugin/2.8.2/maven-deploy-plugin-2.8.2.pom 15:09:04 [2019-07-19T19:09:04.849Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-deploy-plugin/2.8.2/maven-deploy-plugin-2.8.2.pom 15:09:05 [2019-07-19T19:09:05.107Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.8.2/maven-deploy-plugin-2.8.2.pom 15:09:05 [2019-07-19T19:09:05.107Z] Progress (1): 4.1/7.1 kB Progress (1): 7.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.8.2/maven-deploy-plugin-2.8.2.pom (7.1 kB at 149 kB/s) 15:09:05 [2019-07-19T19:09:05.107Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-deploy-plugin/2.8.2/maven-deploy-plugin-2.8.2.jar 15:09:05 [2019-07-19T19:09:05.107Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-deploy-plugin/2.8.2/maven-deploy-plugin-2.8.2.jar 15:09:05 [2019-07-19T19:09:05.107Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/plugins/maven-deploy-plugin/2.8.2/maven-deploy-plugin-2.8.2.jar 15:09:05 [2019-07-19T19:09:05.365Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-deploy-plugin/2.8.2/maven-deploy-plugin-2.8.2.jar 15:09:05 [2019-07-19T19:09:05.365Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-deploy-plugin/2.8.2/maven-deploy-plugin-2.8.2.jar 15:09:05 [2019-07-19T19:09:05.365Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.8.2/maven-deploy-plugin-2.8.2.jar 15:09:05 [2019-07-19T19:09:05.365Z] Progress (1): 4.1/34 kB Progress (1): 7.7/34 kB Progress (1): 12/34 kB Progress (1): 16/34 kB Progress (1): 20/34 kB Progress (1): 24/34 kB Progress (1): 28/34 kB Progress (1): 32/34 kB Progress (1): 34 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.8.2/maven-deploy-plugin-2.8.2.jar (34 kB at 588 kB/s) 15:09:05 [2019-07-19T19:09:05.365Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-site-plugin/3.6/maven-site-plugin-3.6.pom 15:09:05 [2019-07-19T19:09:05.365Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-site-plugin/3.6/maven-site-plugin-3.6.pom 15:09:05 [2019-07-19T19:09:05.365Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/plugins/maven-site-plugin/3.6/maven-site-plugin-3.6.pom 15:09:05 [2019-07-19T19:09:05.624Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-site-plugin/3.6/maven-site-plugin-3.6.pom 15:09:05 [2019-07-19T19:09:05.624Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-site-plugin/3.6/maven-site-plugin-3.6.pom 15:09:05 [2019-07-19T19:09:05.624Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.6/maven-site-plugin-3.6.pom 15:09:05 [2019-07-19T19:09:05.624Z] Progress (1): 4.1/18 kB Progress (1): 7.7/18 kB Progress (1): 12/18 kB Progress (1): 16/18 kB Progress (1): 18 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.6/maven-site-plugin-3.6.pom (18 kB at 490 kB/s) 15:09:05 [2019-07-19T19:09:05.624Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-site-plugin/3.6/maven-site-plugin-3.6.jar 15:09:05 [2019-07-19T19:09:05.624Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-site-plugin/3.6/maven-site-plugin-3.6.jar 15:09:05 [2019-07-19T19:09:05.882Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/plugins/maven-site-plugin/3.6/maven-site-plugin-3.6.jar 15:09:06 [2019-07-19T19:09:06.140Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-site-plugin/3.6/maven-site-plugin-3.6.jar 15:09:06 [2019-07-19T19:09:06.140Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-site-plugin/3.6/maven-site-plugin-3.6.jar 15:09:06 [2019-07-19T19:09:06.140Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.6/maven-site-plugin-3.6.jar 15:09:06 [2019-07-19T19:09:06.398Z] Progress (1): 4.1/132 kB Progress (1): 7.7/132 kB Progress (1): 12/132 kB Progress (1): 16/132 kB Progress (1): 20/132 kB Progress (1): 24/132 kB Progress (1): 28/132 kB Progress (1): 32/132 kB Progress (1): 36/132 kB Progress (1): 40/132 kB Progress (1): 44/132 kB Progress (1): 48/132 kB Progress (1): 52/132 kB Progress (1): 56/132 kB Progress (1): 60/132 kB Progress (1): 64/132 kB Progress (1): 68/132 kB Progress (1): 72/132 kB Progress (1): 76/132 kB Progress (1): 80/132 kB Progress (1): 84/132 kB Progress (1): 88/132 kB Progress (1): 92/132 kB Progress (1): 96/132 kB Progress (1): 100/132 kB Progress (1): 104/132 kB Progress (1): 108/132 kB Progress (1): 112/132 kB Progress (1): 116/132 kB Progress (1): 120/132 kB Progress (1): 124/132 kB Progress (1): 128/132 kB Progress (1): 132/132 kB Progress (1): 132 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.6/maven-site-plugin-3.6.jar (132 kB at 1.7 MB/s) 15:09:06 [2019-07-19T19:09:06.398Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-surefire-plugin/1.3.0/tycho-surefire-plugin-1.3.0.pom 15:09:06 [2019-07-19T19:09:06.398Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-surefire-plugin/1.3.0/tycho-surefire-plugin-1.3.0.pom 15:09:06 [2019-07-19T19:09:06.398Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/tycho-surefire-plugin/1.3.0/tycho-surefire-plugin-1.3.0.pom 15:09:06 [2019-07-19T19:09:06.398Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-surefire-plugin/1.3.0/tycho-surefire-plugin-1.3.0.pom 15:09:06 [2019-07-19T19:09:06.656Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-surefire-plugin/1.3.0/tycho-surefire-plugin-1.3.0.pom 15:09:06 [2019-07-19T19:09:06.656Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/1.3.0/tycho-surefire-plugin-1.3.0.pom 15:09:06 [2019-07-19T19:09:06.656Z] Progress (1): 4.1/4.8 kB Progress (1): 4.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/1.3.0/tycho-surefire-plugin-1.3.0.pom (4.8 kB at 144 kB/s) 15:09:06 [2019-07-19T19:09:06.656Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-surefire-plugin/1.3.0/tycho-surefire-plugin-1.3.0.jar 15:09:06 [2019-07-19T19:09:06.656Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-surefire-plugin/1.3.0/tycho-surefire-plugin-1.3.0.jar 15:09:06 [2019-07-19T19:09:06.656Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/tycho-surefire-plugin/1.3.0/tycho-surefire-plugin-1.3.0.jar 15:09:06 [2019-07-19T19:09:06.915Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-surefire-plugin/1.3.0/tycho-surefire-plugin-1.3.0.jar 15:09:06 [2019-07-19T19:09:06.915Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-surefire-plugin/1.3.0/tycho-surefire-plugin-1.3.0.jar 15:09:06 [2019-07-19T19:09:06.915Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/1.3.0/tycho-surefire-plugin-1.3.0.jar 15:09:06 [2019-07-19T19:09:06.915Z] Progress (1): 4.1/58 kB Progress (1): 7.7/58 kB Progress (1): 12/58 kB Progress (1): 16/58 kB Progress (1): 20/58 kB Progress (1): 24/58 kB Progress (1): 28/58 kB Progress (1): 32/58 kB Progress (1): 36/58 kB Progress (1): 40/58 kB Progress (1): 44/58 kB Progress (1): 48/58 kB Progress (1): 52/58 kB Progress (1): 56/58 kB Progress (1): 58 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/1.3.0/tycho-surefire-plugin-1.3.0.jar (58 kB at 976 kB/s) 15:09:06 [2019-07-19T19:09:06.915Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.3.0/org.eclipse.tycho.surefire.osgibooter-1.3.0.pom 15:09:06 [2019-07-19T19:09:06.915Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.3.0/org.eclipse.tycho.surefire.osgibooter-1.3.0.pom 15:09:06 [2019-07-19T19:09:06.915Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.3.0/org.eclipse.tycho.surefire.osgibooter-1.3.0.pom 15:09:07 [2019-07-19T19:09:07.172Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.3.0/org.eclipse.tycho.surefire.osgibooter-1.3.0.pom 15:09:07 [2019-07-19T19:09:07.172Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.3.0/org.eclipse.tycho.surefire.osgibooter-1.3.0.pom 15:09:07 [2019-07-19T19:09:07.172Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.3.0/org.eclipse.tycho.surefire.osgibooter-1.3.0.pom 15:09:07 [2019-07-19T19:09:07.172Z] Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.3.0/org.eclipse.tycho.surefire.osgibooter-1.3.0.pom (3.3 kB at 91 kB/s) 15:09:07 [2019-07-19T19:09:07.172Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.3.0/org.eclipse.tycho.surefire.junit-1.3.0.pom 15:09:07 [2019-07-19T19:09:07.172Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.3.0/org.eclipse.tycho.surefire.junit-1.3.0.pom 15:09:07 [2019-07-19T19:09:07.431Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.3.0/org.eclipse.tycho.surefire.junit-1.3.0.pom 15:09:07 [2019-07-19T19:09:07.431Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.3.0/org.eclipse.tycho.surefire.junit-1.3.0.pom 15:09:07 [2019-07-19T19:09:07.431Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.3.0/org.eclipse.tycho.surefire.junit-1.3.0.pom 15:09:07 [2019-07-19T19:09:07.431Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.3.0/org.eclipse.tycho.surefire.junit-1.3.0.pom 15:09:07 [2019-07-19T19:09:07.689Z] Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.3.0/org.eclipse.tycho.surefire.junit-1.3.0.pom (1.5 kB at 35 kB/s) 15:09:07 [2019-07-19T19:09:07.689Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-surefire/1.3.0/tycho-surefire-1.3.0.pom 15:09:07 [2019-07-19T19:09:07.689Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-surefire/1.3.0/tycho-surefire-1.3.0.pom 15:09:07 [2019-07-19T19:09:07.689Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/tycho-surefire/1.3.0/tycho-surefire-1.3.0.pom 15:09:07 [2019-07-19T19:09:07.689Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-surefire/1.3.0/tycho-surefire-1.3.0.pom 15:09:07 [2019-07-19T19:09:07.689Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-surefire/1.3.0/tycho-surefire-1.3.0.pom 15:09:07 [2019-07-19T19:09:07.949Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire/1.3.0/tycho-surefire-1.3.0.pom 15:09:07 [2019-07-19T19:09:07.949Z] Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire/1.3.0/tycho-surefire-1.3.0.pom (3.0 kB at 86 kB/s) 15:09:07 [2019-07-19T19:09:07.949Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.3.0/org.eclipse.tycho.surefire.junit4-1.3.0.pom 15:09:07 [2019-07-19T19:09:07.949Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.3.0/org.eclipse.tycho.surefire.junit4-1.3.0.pom 15:09:07 [2019-07-19T19:09:07.949Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.3.0/org.eclipse.tycho.surefire.junit4-1.3.0.pom 15:09:07 [2019-07-19T19:09:07.949Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.3.0/org.eclipse.tycho.surefire.junit4-1.3.0.pom 15:09:07 [2019-07-19T19:09:07.949Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.3.0/org.eclipse.tycho.surefire.junit4-1.3.0.pom 15:09:08 [2019-07-19T19:09:08.206Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.3.0/org.eclipse.tycho.surefire.junit4-1.3.0.pom 15:09:08 [2019-07-19T19:09:08.206Z] Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.3.0/org.eclipse.tycho.surefire.junit4-1.3.0.pom (1.5 kB at 33 kB/s) 15:09:08 [2019-07-19T19:09:08.206Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.3.0/org.eclipse.tycho.surefire.junit47-1.3.0.pom 15:09:08 [2019-07-19T19:09:08.206Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.3.0/org.eclipse.tycho.surefire.junit47-1.3.0.pom 15:09:08 [2019-07-19T19:09:08.206Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.3.0/org.eclipse.tycho.surefire.junit47-1.3.0.pom 15:09:08 [2019-07-19T19:09:08.464Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.3.0/org.eclipse.tycho.surefire.junit47-1.3.0.pom 15:09:08 [2019-07-19T19:09:08.464Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.3.0/org.eclipse.tycho.surefire.junit47-1.3.0.pom 15:09:08 [2019-07-19T19:09:08.464Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.3.0/org.eclipse.tycho.surefire.junit47-1.3.0.pom 15:09:08 [2019-07-19T19:09:08.464Z] Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.3.0/org.eclipse.tycho.surefire.junit47-1.3.0.pom (1.9 kB at 53 kB/s) 15:09:08 [2019-07-19T19:09:08.464Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.3.0/org.eclipse.tycho.surefire.junit5-1.3.0.pom 15:09:08 [2019-07-19T19:09:08.464Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.3.0/org.eclipse.tycho.surefire.junit5-1.3.0.pom 15:09:08 [2019-07-19T19:09:08.464Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.3.0/org.eclipse.tycho.surefire.junit5-1.3.0.pom 15:09:08 [2019-07-19T19:09:08.722Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.3.0/org.eclipse.tycho.surefire.junit5-1.3.0.pom 15:09:08 [2019-07-19T19:09:08.722Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.3.0/org.eclipse.tycho.surefire.junit5-1.3.0.pom 15:09:08 [2019-07-19T19:09:08.722Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.3.0/org.eclipse.tycho.surefire.junit5-1.3.0.pom 15:09:08 [2019-07-19T19:09:08.722Z] Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.3.0/org.eclipse.tycho.surefire.junit5-1.3.0.pom (3.3 kB at 62 kB/s) 15:09:08 [2019-07-19T19:09:08.722Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.3.0/org.eclipse.tycho.surefire.testng-1.3.0.pom 15:09:08 [2019-07-19T19:09:08.722Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.3.0/org.eclipse.tycho.surefire.testng-1.3.0.pom 15:09:08 [2019-07-19T19:09:08.722Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.3.0/org.eclipse.tycho.surefire.testng-1.3.0.pom 15:09:08 [2019-07-19T19:09:08.980Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.3.0/org.eclipse.tycho.surefire.testng-1.3.0.pom 15:09:08 [2019-07-19T19:09:08.980Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.3.0/org.eclipse.tycho.surefire.testng-1.3.0.pom 15:09:08 [2019-07-19T19:09:08.980Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.3.0/org.eclipse.tycho.surefire.testng-1.3.0.pom 15:09:08 [2019-07-19T19:09:08.980Z] Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.3.0/org.eclipse.tycho.surefire.testng-1.3.0.pom (2.1 kB at 38 kB/s) 15:09:08 [2019-07-19T19:09:08.980Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.pom 15:09:08 [2019-07-19T19:09:08.980Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.pom 15:09:08 [2019-07-19T19:09:08.980Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.pom 15:09:09 [2019-07-19T19:09:09.241Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.pom 15:09:09 [2019-07-19T19:09:09.241Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.pom 15:09:09 [2019-07-19T19:09:09.241Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.pom 15:09:09 [2019-07-19T19:09:09.241Z] Progress (1): 3.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.pom (3.5 kB at 107 kB/s) 15:09:09 [2019-07-19T19:09:09.241Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/surefire/surefire/2.22.0/surefire-2.22.0.pom 15:09:09 [2019-07-19T19:09:09.241Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/surefire/surefire/2.22.0/surefire-2.22.0.pom 15:09:09 [2019-07-19T19:09:09.499Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/surefire/surefire/2.22.0/surefire-2.22.0.pom 15:09:09 [2019-07-19T19:09:09.499Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/surefire/surefire/2.22.0/surefire-2.22.0.pom 15:09:09 [2019-07-19T19:09:09.499Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/surefire/surefire/2.22.0/surefire-2.22.0.pom 15:09:09 [2019-07-19T19:09:09.499Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.22.0/surefire-2.22.0.pom 15:09:09 [2019-07-19T19:09:09.757Z] Progress (1): 4.1/27 kB Progress (1): 7.7/27 kB Progress (1): 12/27 kB Progress (1): 16/27 kB Progress (1): 20/27 kB Progress (1): 24/27 kB Progress (1): 27 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.22.0/surefire-2.22.0.pom (27 kB at 441 kB/s) 15:09:09 [2019-07-19T19:09:09.757Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/31/maven-parent-31.pom 15:09:09 [2019-07-19T19:09:09.757Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/31/maven-parent-31.pom 15:09:09 [2019-07-19T19:09:09.757Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-parent/31/maven-parent-31.pom 15:09:09 [2019-07-19T19:09:09.757Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-parent/31/maven-parent-31.pom 15:09:09 [2019-07-19T19:09:09.757Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/31/maven-parent-31.pom 15:09:10 [2019-07-19T19:09:10.015Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom 15:09:10 [2019-07-19T19:09:10.015Z] Progress (1): 4.1/43 kB Progress (1): 7.7/43 kB Progress (1): 12/43 kB Progress (1): 16/43 kB Progress (1): 20/43 kB Progress (1): 24/43 kB Progress (1): 28/43 kB Progress (1): 32/43 kB Progress (1): 36/43 kB Progress (1): 40/43 kB Progress (1): 43 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom (43 kB at 943 kB/s) 15:09:10 [2019-07-19T19:09:10.015Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/apache/19/apache-19.pom 15:09:10 [2019-07-19T19:09:10.015Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/19/apache-19.pom 15:09:10 [2019-07-19T19:09:10.015Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/apache/19/apache-19.pom 15:09:10 [2019-07-19T19:09:10.273Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/apache/19/apache-19.pom 15:09:10 [2019-07-19T19:09:10.273Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/19/apache-19.pom 15:09:10 [2019-07-19T19:09:10.273Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom 15:09:10 [2019-07-19T19:09:10.273Z] Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom (15 kB at 443 kB/s) 15:09:10 [2019-07-19T19:09:10.273Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.pom 15:09:10 [2019-07-19T19:09:10.273Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.pom 15:09:10 [2019-07-19T19:09:10.273Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.pom 15:09:10 [2019-07-19T19:09:10.532Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.pom 15:09:10 [2019-07-19T19:09:10.532Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.pom 15:09:10 [2019-07-19T19:09:10.532Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.pom 15:09:10 [2019-07-19T19:09:10.532Z] Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.pom (2.0 kB at 61 kB/s) 15:09:10 [2019-07-19T19:09:10.532Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.pom 15:09:10 [2019-07-19T19:09:10.532Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.pom 15:09:10 [2019-07-19T19:09:10.532Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.pom 15:09:10 [2019-07-19T19:09:10.789Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.pom 15:09:10 [2019-07-19T19:09:10.789Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.pom 15:09:10 [2019-07-19T19:09:10.789Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.pom 15:09:10 [2019-07-19T19:09:10.789Z] Progress (1): 4.1/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.pom (11 kB at 307 kB/s) 15:09:10 [2019-07-19T19:09:10.789Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.pom 15:09:10 [2019-07-19T19:09:10.789Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.pom 15:09:11 [2019-07-19T19:09:11.046Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.pom 15:09:11 [2019-07-19T19:09:11.304Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.pom 15:09:11 [2019-07-19T19:09:11.304Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.pom 15:09:11 [2019-07-19T19:09:11.304Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.pom 15:09:11 [2019-07-19T19:09:11.304Z] Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.pom (1.6 kB at 33 kB/s) 15:09:11 [2019-07-19T19:09:11.304Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.2/maven-plugin-tools-3.5.2.pom 15:09:11 [2019-07-19T19:09:11.304Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.2/maven-plugin-tools-3.5.2.pom 15:09:11 [2019-07-19T19:09:11.304Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.2/maven-plugin-tools-3.5.2.pom 15:09:11 [2019-07-19T19:09:11.561Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.2/maven-plugin-tools-3.5.2.pom 15:09:11 [2019-07-19T19:09:11.561Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.2/maven-plugin-tools-3.5.2.pom 15:09:11 [2019-07-19T19:09:11.561Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.2/maven-plugin-tools-3.5.2.pom 15:09:11 [2019-07-19T19:09:11.561Z] Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.2/maven-plugin-tools-3.5.2.pom (15 kB at 427 kB/s) 15:09:11 [2019-07-19T19:09:11.561Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.pom 15:09:11 [2019-07-19T19:09:11.561Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.pom 15:09:11 [2019-07-19T19:09:11.561Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.pom 15:09:11 [2019-07-19T19:09:11.819Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.pom 15:09:11 [2019-07-19T19:09:11.819Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.pom 15:09:11 [2019-07-19T19:09:11.819Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.pom 15:09:11 [2019-07-19T19:09:11.819Z] Progress (1): 4.1/7.4 kB Progress (1): 7.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.pom (7.4 kB at 230 kB/s) 15:09:11 [2019-07-19T19:09:11.819Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom 15:09:11 [2019-07-19T19:09:11.819Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom 15:09:12 [2019-07-19T19:09:12.077Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom 15:09:12 [2019-07-19T19:09:12.077Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom 15:09:12 [2019-07-19T19:09:12.077Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom 15:09:12 [2019-07-19T19:09:12.077Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom 15:09:12 [2019-07-19T19:09:12.077Z] Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom (1.6 kB at 42 kB/s) 15:09:12 [2019-07-19T19:09:12.077Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven/2.2.1/maven-2.2.1.pom 15:09:12 [2019-07-19T19:09:12.334Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven/2.2.1/maven-2.2.1.pom 15:09:12 [2019-07-19T19:09:12.334Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven/2.2.1/maven-2.2.1.pom 15:09:12 [2019-07-19T19:09:12.334Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven/2.2.1/maven-2.2.1.pom 15:09:12 [2019-07-19T19:09:12.334Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven/2.2.1/maven-2.2.1.pom 15:09:12 [2019-07-19T19:09:12.334Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom 15:09:12 [2019-07-19T19:09:12.592Z] Progress (1): 4.1/22 kB Progress (1): 7.7/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 kB at 773 kB/s) 15:09:12 [2019-07-19T19:09:12.592Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom 15:09:12 [2019-07-19T19:09:12.592Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom 15:09:12 [2019-07-19T19:09:12.592Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom 15:09:12 [2019-07-19T19:09:12.592Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom 15:09:12 [2019-07-19T19:09:12.592Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom 15:09:12 [2019-07-19T19:09:12.592Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom 15:09:12 [2019-07-19T19:09:12.850Z] Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom (2.1 kB at 49 kB/s) 15:09:12 [2019-07-19T19:09:12.850Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom 15:09:12 [2019-07-19T19:09:12.850Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom 15:09:12 [2019-07-19T19:09:12.850Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom 15:09:12 [2019-07-19T19:09:12.850Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom 15:09:13 [2019-07-19T19:09:13.109Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom 15:09:13 [2019-07-19T19:09:13.109Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom 15:09:13 [2019-07-19T19:09:13.109Z] Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom (2.8 kB at 64 kB/s) 15:09:13 [2019-07-19T19:09:13.109Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom 15:09:13 [2019-07-19T19:09:13.109Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom 15:09:13 [2019-07-19T19:09:13.109Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom 15:09:13 [2019-07-19T19:09:13.109Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom 15:09:13 [2019-07-19T19:09:13.366Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom 15:09:13 [2019-07-19T19:09:13.366Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom 15:09:13 [2019-07-19T19:09:13.366Z] Progress (1): 4.1/5.0 kB Progress (1): 5.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom (5.0 kB at 147 kB/s) 15:09:13 [2019-07-19T19:09:13.366Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom 15:09:13 [2019-07-19T19:09:13.366Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom 15:09:13 [2019-07-19T19:09:13.366Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom 15:09:13 [2019-07-19T19:09:13.624Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom 15:09:13 [2019-07-19T19:09:13.624Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom 15:09:13 [2019-07-19T19:09:13.625Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom 15:09:13 [2019-07-19T19:09:13.625Z] Progress (1): 4.1/20 kB Progress (1): 7.7/20 kB Progress (1): 12/20 kB Progress (1): 16/20 kB Progress (1): 20/20 kB Progress (1): 20 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 kB at 465 kB/s) 15:09:13 [2019-07-19T19:09:13.625Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom 15:09:13 [2019-07-19T19:09:13.625Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom 15:09:13 [2019-07-19T19:09:13.625Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom 15:09:13 [2019-07-19T19:09:13.882Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom 15:09:13 [2019-07-19T19:09:13.882Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom 15:09:13 [2019-07-19T19:09:13.882Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom 15:09:13 [2019-07-19T19:09:13.882Z] Progress (1): 4.1/5.1 kB Progress (1): 5.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom (5.1 kB at 159 kB/s) 15:09:13 [2019-07-19T19:09:13.882Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/xbean/xbean/3.7/xbean-3.7.pom 15:09:13 [2019-07-19T19:09:13.882Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/xbean/xbean/3.7/xbean-3.7.pom 15:09:13 [2019-07-19T19:09:13.882Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/xbean/xbean/3.7/xbean-3.7.pom 15:09:14 [2019-07-19T19:09:14.142Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/xbean/xbean/3.7/xbean-3.7.pom 15:09:14 [2019-07-19T19:09:14.142Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/xbean/xbean/3.7/xbean-3.7.pom 15:09:14 [2019-07-19T19:09:14.142Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.7/xbean-3.7.pom 15:09:14 [2019-07-19T19:09:14.142Z] Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.7/xbean-3.7.pom (15 kB at 315 kB/s) 15:09:14 [2019-07-19T19:09:14.142Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom 15:09:14 [2019-07-19T19:09:14.142Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom 15:09:14 [2019-07-19T19:09:14.142Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom 15:09:14 [2019-07-19T19:09:14.400Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom 15:09:14 [2019-07-19T19:09:14.400Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom 15:09:14 [2019-07-19T19:09:14.400Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom 15:09:14 [2019-07-19T19:09:14.400Z] Progress (1): 4.1/5.5 kB Progress (1): 5.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom (5.5 kB at 134 kB/s) 15:09:14 [2019-07-19T19:09:14.400Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom 15:09:14 [2019-07-19T19:09:14.400Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom 15:09:14 [2019-07-19T19:09:14.400Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom 15:09:14 [2019-07-19T19:09:14.658Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom 15:09:14 [2019-07-19T19:09:14.658Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom 15:09:14 [2019-07-19T19:09:14.658Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom 15:09:14 [2019-07-19T19:09:14.658Z] Progress (1): 4.1/18 kB Progress (1): 7.7/18 kB Progress (1): 12/18 kB Progress (1): 16/18 kB Progress (1): 18 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom (18 kB at 424 kB/s) 15:09:14 [2019-07-19T19:09:14.658Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom 15:09:14 [2019-07-19T19:09:14.658Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom 15:09:14 [2019-07-19T19:09:14.658Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom 15:09:14 [2019-07-19T19:09:14.916Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom 15:09:14 [2019-07-19T19:09:14.916Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom 15:09:14 [2019-07-19T19:09:14.916Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom 15:09:14 [2019-07-19T19:09:14.916Z] Progress (1): 4.1/18 kB Progress (1): 7.7/18 kB Progress (1): 12/18 kB Progress (1): 16/18 kB Progress (1): 18 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom (18 kB at 526 kB/s) 15:09:14 [2019-07-19T19:09:14.916Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/google/collections/google-collections/1.0/google-collections-1.0.pom 15:09:14 [2019-07-19T19:09:14.916Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/collections/google-collections/1.0/google-collections-1.0.pom 15:09:14 [2019-07-19T19:09:14.916Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/com/google/collections/google-collections/1.0/google-collections-1.0.pom 15:09:15 [2019-07-19T19:09:15.174Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/google/collections/google-collections/1.0/google-collections-1.0.pom 15:09:15 [2019-07-19T19:09:15.174Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/google/collections/google-collections/1.0/google-collections-1.0.pom 15:09:15 [2019-07-19T19:09:15.174Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.pom 15:09:15 [2019-07-19T19:09:15.174Z] Progress (1): 2.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.pom (2.5 kB at 80 kB/s) 15:09:15 [2019-07-19T19:09:15.174Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/google/google/1/google-1.pom 15:09:15 [2019-07-19T19:09:15.174Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/google/1/google-1.pom 15:09:15 [2019-07-19T19:09:15.174Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/com/google/google/1/google-1.pom 15:09:15 [2019-07-19T19:09:15.431Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/google/google/1/google-1.pom 15:09:15 [2019-07-19T19:09:15.689Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/google/google/1/google-1.pom 15:09:15 [2019-07-19T19:09:15.689Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom 15:09:15 [2019-07-19T19:09:15.689Z] Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom (1.6 kB at 37 kB/s) 15:09:15 [2019-07-19T19:09:15.689Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom 15:09:15 [2019-07-19T19:09:15.689Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom 15:09:15 [2019-07-19T19:09:15.689Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom 15:09:15 [2019-07-19T19:09:15.947Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom 15:09:15 [2019-07-19T19:09:15.947Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom 15:09:15 [2019-07-19T19:09:15.947Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom 15:09:15 [2019-07-19T19:09:15.947Z] Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (2.8 kB at 99 kB/s) 15:09:15 [2019-07-19T19:09:15.947Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom 15:09:15 [2019-07-19T19:09:15.947Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom 15:09:15 [2019-07-19T19:09:15.947Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom 15:09:16 [2019-07-19T19:09:16.205Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom 15:09:16 [2019-07-19T19:09:16.205Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom 15:09:16 [2019-07-19T19:09:16.205Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom 15:09:16 [2019-07-19T19:09:16.205Z] Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (2.2 kB at 62 kB/s) 15:09:16 [2019-07-19T19:09:16.205Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom 15:09:16 [2019-07-19T19:09:16.205Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom 15:09:16 [2019-07-19T19:09:16.464Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom 15:09:16 [2019-07-19T19:09:16.464Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom 15:09:16 [2019-07-19T19:09:16.464Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom 15:09:16 [2019-07-19T19:09:16.464Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom 15:09:16 [2019-07-19T19:09:16.722Z] Progress (1): 889 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 34 kB/s) 15:09:16 [2019-07-19T19:09:16.722Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom 15:09:16 [2019-07-19T19:09:16.722Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom 15:09:16 [2019-07-19T19:09:16.722Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom 15:09:16 [2019-07-19T19:09:16.722Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom 15:09:16 [2019-07-19T19:09:16.722Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom 15:09:16 [2019-07-19T19:09:16.722Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom 15:09:16 [2019-07-19T19:09:16.980Z] Progress (1): 4.1/5.8 kB Progress (1): 5.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (5.8 kB at 142 kB/s) 15:09:16 [2019-07-19T19:09:16.980Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom 15:09:16 [2019-07-19T19:09:16.980Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom 15:09:16 [2019-07-19T19:09:16.980Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom 15:09:16 [2019-07-19T19:09:16.980Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom 15:09:16 [2019-07-19T19:09:16.980Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom 15:09:16 [2019-07-19T19:09:16.980Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom 15:09:17 [2019-07-19T19:09:17.238Z] Progress (1): 4.1/12 kB Progress (1): 7.7/12 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 kB at 387 kB/s) 15:09:17 [2019-07-19T19:09:17.238Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom 15:09:17 [2019-07-19T19:09:17.238Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom 15:09:17 [2019-07-19T19:09:17.238Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom 15:09:17 [2019-07-19T19:09:17.238Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom 15:09:17 [2019-07-19T19:09:17.238Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom 15:09:17 [2019-07-19T19:09:17.496Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom 15:09:17 [2019-07-19T19:09:17.496Z] Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (3.1 kB at 100 kB/s) 15:09:17 [2019-07-19T19:09:17.496Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom 15:09:17 [2019-07-19T19:09:17.496Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom 15:09:17 [2019-07-19T19:09:17.496Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom 15:09:17 [2019-07-19T19:09:17.496Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom 15:09:17 [2019-07-19T19:09:17.754Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom 15:09:17 [2019-07-19T19:09:17.754Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom 15:09:17 [2019-07-19T19:09:17.754Z] Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (1.9 kB at 37 kB/s) 15:09:17 [2019-07-19T19:09:17.754Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom 15:09:17 [2019-07-19T19:09:17.754Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom 15:09:17 [2019-07-19T19:09:17.754Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom 15:09:18 [2019-07-19T19:09:18.012Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom 15:09:18 [2019-07-19T19:09:18.012Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom 15:09:18 [2019-07-19T19:09:18.012Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom 15:09:18 [2019-07-19T19:09:18.012Z] Progress (1): 880 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (880 B at 24 kB/s) 15:09:18 [2019-07-19T19:09:18.012Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom 15:09:18 [2019-07-19T19:09:18.012Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom 15:09:18 [2019-07-19T19:09:18.012Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom 15:09:18 [2019-07-19T19:09:18.272Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom 15:09:18 [2019-07-19T19:09:18.272Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom 15:09:18 [2019-07-19T19:09:18.272Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom 15:09:18 [2019-07-19T19:09:18.272Z] Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (1.9 kB at 37 kB/s) 15:09:18 [2019-07-19T19:09:18.272Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom 15:09:18 [2019-07-19T19:09:18.272Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom 15:09:18 [2019-07-19T19:09:18.272Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom 15:09:18 [2019-07-19T19:09:18.530Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom 15:09:18 [2019-07-19T19:09:18.530Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom 15:09:18 [2019-07-19T19:09:18.530Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom 15:09:18 [2019-07-19T19:09:18.530Z] Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom (3.3 kB at 93 kB/s) 15:09:18 [2019-07-19T19:09:18.530Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.pom 15:09:18 [2019-07-19T19:09:18.530Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.pom 15:09:18 [2019-07-19T19:09:18.530Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.pom 15:09:18 [2019-07-19T19:09:18.787Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.pom 15:09:18 [2019-07-19T19:09:18.787Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.pom 15:09:18 [2019-07-19T19:09:18.787Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.pom 15:09:18 [2019-07-19T19:09:18.787Z] Progress (1): 2.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.pom (2.4 kB at 78 kB/s) 15:09:18 [2019-07-19T19:09:18.787Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-languages/0.9.8/plexus-languages-0.9.8.pom 15:09:18 [2019-07-19T19:09:18.787Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-languages/0.9.8/plexus-languages-0.9.8.pom 15:09:18 [2019-07-19T19:09:18.787Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-languages/0.9.8/plexus-languages-0.9.8.pom 15:09:19 [2019-07-19T19:09:19.045Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-languages/0.9.8/plexus-languages-0.9.8.pom 15:09:19 [2019-07-19T19:09:19.045Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-languages/0.9.8/plexus-languages-0.9.8.pom 15:09:19 [2019-07-19T19:09:19.045Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/0.9.8/plexus-languages-0.9.8.pom 15:09:19 [2019-07-19T19:09:19.045Z] Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/0.9.8/plexus-languages-0.9.8.pom (2.2 kB at 65 kB/s) 15:09:19 [2019-07-19T19:09:19.045Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom 15:09:19 [2019-07-19T19:09:19.045Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom 15:09:19 [2019-07-19T19:09:19.306Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom 15:09:19 [2019-07-19T19:09:19.306Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom 15:09:19 [2019-07-19T19:09:19.306Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom 15:09:19 [2019-07-19T19:09:19.306Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom 15:09:19 [2019-07-19T19:09:19.306Z] Progress (1): 2.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom (2.9 kB at 92 kB/s) 15:09:19 [2019-07-19T19:09:19.306Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/ow2/ow2/1.5/ow2-1.5.pom 15:09:19 [2019-07-19T19:09:19.565Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/ow2/1.5/ow2-1.5.pom 15:09:19 [2019-07-19T19:09:19.565Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/ow2/ow2/1.5/ow2-1.5.pom 15:09:19 [2019-07-19T19:09:19.565Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/ow2/ow2/1.5/ow2-1.5.pom 15:09:19 [2019-07-19T19:09:19.565Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/ow2/ow2/1.5/ow2-1.5.pom 15:09:19 [2019-07-19T19:09:19.565Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom 15:09:19 [2019-07-19T19:09:19.823Z] Progress (1): 4.1/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom (11 kB at 229 kB/s) 15:09:19 [2019-07-19T19:09:19.823Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom 15:09:19 [2019-07-19T19:09:19.823Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom 15:09:19 [2019-07-19T19:09:19.823Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom 15:09:19 [2019-07-19T19:09:19.823Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom 15:09:19 [2019-07-19T19:09:19.823Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom 15:09:20 [2019-07-19T19:09:20.082Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom 15:09:20 [2019-07-19T19:09:20.082Z] Progress (1): 4.1/16 kB Progress (1): 7.7/16 kB Progress (1): 12/16 kB Progress (1): 16/16 kB Progress (1): 16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom (16 kB at 495 kB/s) 15:09:20 [2019-07-19T19:09:20.082Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/oss/oss-parent/9/oss-parent-9.pom 15:09:20 [2019-07-19T19:09:20.082Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/oss/oss-parent/9/oss-parent-9.pom 15:09:20 [2019-07-19T19:09:20.082Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/sonatype/oss/oss-parent/9/oss-parent-9.pom 15:09:20 [2019-07-19T19:09:20.341Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/oss/oss-parent/9/oss-parent-9.pom 15:09:20 [2019-07-19T19:09:20.341Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/oss/oss-parent/9/oss-parent-9.pom 15:09:20 [2019-07-19T19:09:20.341Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom 15:09:20 [2019-07-19T19:09:20.341Z] Progress (1): 4.1/6.6 kB Progress (1): 6.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 253 kB/s) 15:09:20 [2019-07-19T19:09:20.341Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.3.0/org.eclipse.tycho.surefire.osgibooter-1.3.0.jar 15:09:20 [2019-07-19T19:09:20.341Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.3.0/org.eclipse.tycho.surefire.junit4-1.3.0.jar 15:09:20 [2019-07-19T19:09:20.341Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.3.0/org.eclipse.tycho.surefire.junit-1.3.0.jar 15:09:20 [2019-07-19T19:09:20.341Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.3.0/org.eclipse.tycho.surefire.junit5-1.3.0.jar 15:09:20 [2019-07-19T19:09:20.341Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.3.0/org.eclipse.tycho.surefire.junit47-1.3.0.jar 15:09:20 [2019-07-19T19:09:20.341Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.3.0/org.eclipse.tycho.surefire.testng-1.3.0.jar 15:09:20 [2019-07-19T19:09:20.341Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.jar 15:09:20 [2019-07-19T19:09:20.341Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.jar 15:09:20 [2019-07-19T19:09:20.341Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.jar 15:09:20 [2019-07-19T19:09:20.341Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.jar 15:09:20 [2019-07-19T19:09:20.341Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar 15:09:20 [2019-07-19T19:09:20.341Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar 15:09:20 [2019-07-19T19:09:20.341Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar 15:09:20 [2019-07-19T19:09:20.341Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar 15:09:20 [2019-07-19T19:09:20.341Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar 15:09:20 [2019-07-19T19:09:20.341Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar 15:09:20 [2019-07-19T19:09:20.341Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar 15:09:20 [2019-07-19T19:09:20.341Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.jar 15:09:20 [2019-07-19T19:09:20.341Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar 15:09:20 [2019-07-19T19:09:20.341Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar 15:09:20 [2019-07-19T19:09:20.599Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.3.0/org.eclipse.tycho.surefire.osgibooter-1.3.0.jar 15:09:20 [2019-07-19T19:09:20.599Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.3.0/org.eclipse.tycho.surefire.junit5-1.3.0.jar 15:09:20 [2019-07-19T19:09:20.599Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.3.0/org.eclipse.tycho.surefire.junit47-1.3.0.jar 15:09:20 [2019-07-19T19:09:20.599Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.3.0/org.eclipse.tycho.surefire.junit4-1.3.0.jar 15:09:20 [2019-07-19T19:09:20.599Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.3.0/org.eclipse.tycho.surefire.junit-1.3.0.jar 15:09:20 [2019-07-19T19:09:20.599Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.3.0/org.eclipse.tycho.surefire.testng-1.3.0.jar 15:09:20 [2019-07-19T19:09:20.599Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.jar 15:09:20 [2019-07-19T19:09:20.599Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.jar 15:09:20 [2019-07-19T19:09:20.599Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.jar 15:09:20 [2019-07-19T19:09:20.599Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.jar 15:09:20 [2019-07-19T19:09:20.599Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar 15:09:20 [2019-07-19T19:09:20.599Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar 15:09:20 [2019-07-19T19:09:20.599Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar 15:09:20 [2019-07-19T19:09:20.599Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar 15:09:20 [2019-07-19T19:09:20.599Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar 15:09:20 [2019-07-19T19:09:20.599Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar 15:09:20 [2019-07-19T19:09:20.599Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar 15:09:20 [2019-07-19T19:09:20.599Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.jar 15:09:20 [2019-07-19T19:09:20.599Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar 15:09:20 [2019-07-19T19:09:20.599Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar 15:09:20 [2019-07-19T19:09:20.858Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.3.0/org.eclipse.tycho.surefire.osgibooter-1.3.0.jar 15:09:20 [2019-07-19T19:09:20.858Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.3.0/org.eclipse.tycho.surefire.junit5-1.3.0.jar 15:09:20 [2019-07-19T19:09:20.858Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.3.0/org.eclipse.tycho.surefire.junit47-1.3.0.jar 15:09:20 [2019-07-19T19:09:20.858Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.3.0/org.eclipse.tycho.surefire.junit4-1.3.0.jar 15:09:20 [2019-07-19T19:09:20.858Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.3.0/org.eclipse.tycho.surefire.junit-1.3.0.jar 15:09:20 [2019-07-19T19:09:20.858Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.3.0/org.eclipse.tycho.surefire.testng-1.3.0.jar 15:09:21 [2019-07-19T19:09:21.116Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.jar 15:09:21 [2019-07-19T19:09:21.116Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.jar 15:09:21 [2019-07-19T19:09:21.116Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.jar 15:09:21 [2019-07-19T19:09:21.116Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.jar 15:09:21 [2019-07-19T19:09:21.116Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar 15:09:21 [2019-07-19T19:09:21.116Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar 15:09:21 [2019-07-19T19:09:21.116Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar 15:09:21 [2019-07-19T19:09:21.116Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar 15:09:21 [2019-07-19T19:09:21.116Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar 15:09:21 [2019-07-19T19:09:21.374Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar 15:09:21 [2019-07-19T19:09:21.374Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar 15:09:21 [2019-07-19T19:09:21.374Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.jar 15:09:21 [2019-07-19T19:09:21.374Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar 15:09:21 [2019-07-19T19:09:21.374Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar 15:09:21 [2019-07-19T19:09:21.632Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.3.0/org.eclipse.tycho.surefire.osgibooter-1.3.0.jar 15:09:21 [2019-07-19T19:09:21.632Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.3.0/org.eclipse.tycho.surefire.junit4-1.3.0.jar 15:09:21 [2019-07-19T19:09:21.632Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.3.0/org.eclipse.tycho.surefire.junit5-1.3.0.jar 15:09:21 [2019-07-19T19:09:21.632Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.3.0/org.eclipse.tycho.surefire.junit47-1.3.0.jar 15:09:21 [2019-07-19T19:09:21.632Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.3.0/org.eclipse.tycho.surefire.junit-1.3.0.jar 15:09:21 [2019-07-19T19:09:21.632Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.3.0/org.eclipse.tycho.surefire.testng-1.3.0.jar 15:09:21 [2019-07-19T19:09:21.632Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.jar 15:09:21 [2019-07-19T19:09:21.632Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.jar 15:09:21 [2019-07-19T19:09:21.632Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.jar 15:09:21 [2019-07-19T19:09:21.890Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.jar 15:09:21 [2019-07-19T19:09:21.890Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar 15:09:21 [2019-07-19T19:09:21.890Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar 15:09:21 [2019-07-19T19:09:21.890Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar 15:09:21 [2019-07-19T19:09:21.890Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar 15:09:22 [2019-07-19T19:09:22.148Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar 15:09:22 [2019-07-19T19:09:22.148Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar 15:09:22 [2019-07-19T19:09:22.148Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar 15:09:22 [2019-07-19T19:09:22.148Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.jar 15:09:22 [2019-07-19T19:09:22.148Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar 15:09:22 [2019-07-19T19:09:22.148Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar 15:09:22 [2019-07-19T19:09:22.148Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.3.0/org.eclipse.tycho.surefire.osgibooter-1.3.0.jar 15:09:22 [2019-07-19T19:09:22.148Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.3.0/org.eclipse.tycho.surefire.junit5-1.3.0.jar 15:09:22 [2019-07-19T19:09:22.148Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.3.0/org.eclipse.tycho.surefire.junit-1.3.0.jar 15:09:22 [2019-07-19T19:09:22.148Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.3.0/org.eclipse.tycho.surefire.junit47-1.3.0.jar 15:09:22 [2019-07-19T19:09:22.148Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.3.0/org.eclipse.tycho.surefire.junit4-1.3.0.jar 15:09:22 [2019-07-19T19:09:22.148Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.3.0/org.eclipse.tycho.surefire.testng-1.3.0.jar 15:09:22 [2019-07-19T19:09:22.148Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.jar 15:09:22 [2019-07-19T19:09:22.148Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.jar 15:09:22 [2019-07-19T19:09:22.148Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.jar 15:09:22 [2019-07-19T19:09:22.148Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.jar 15:09:22 [2019-07-19T19:09:22.407Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar 15:09:22 [2019-07-19T19:09:22.407Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar 15:09:22 [2019-07-19T19:09:22.407Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar 15:09:22 [2019-07-19T19:09:22.407Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar 15:09:22 [2019-07-19T19:09:22.407Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar 15:09:22 [2019-07-19T19:09:22.407Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar 15:09:22 [2019-07-19T19:09:22.407Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar 15:09:22 [2019-07-19T19:09:22.407Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.jar 15:09:22 [2019-07-19T19:09:22.407Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar 15:09:22 [2019-07-19T19:09:22.407Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar 15:09:22 [2019-07-19T19:09:22.407Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.3.0/org.eclipse.tycho.surefire.osgibooter-1.3.0.jar 15:09:22 [2019-07-19T19:09:22.407Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.3.0/org.eclipse.tycho.surefire.junit4-1.3.0.jar 15:09:22 [2019-07-19T19:09:22.407Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.3.0/org.eclipse.tycho.surefire.junit-1.3.0.jar 15:09:22 [2019-07-19T19:09:22.407Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.3.0/org.eclipse.tycho.surefire.junit5-1.3.0.jar 15:09:22 [2019-07-19T19:09:22.407Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.3.0/org.eclipse.tycho.surefire.junit47-1.3.0.jar 15:09:22 [2019-07-19T19:09:22.407Z] Progress (1): 4.1/26 kB Progress (2): 4.1/26 kB | 4.1/65 kB Progress (2): 7.7/26 kB | 4.1/65 kB Progress (2): 7.7/26 kB | 7.7/65 kB Progress (2): 12/26 kB | 7.7/65 kB Progress (2): 12/26 kB | 12/65 kB Progress (2): 16/26 kB | 12/65 kB Progress (2): 16/26 kB | 16/65 kB Progress (2): 20/26 kB | 16/65 kB Progress (2): 20/26 kB | 20/65 kB Progress (2): 24/26 kB | 20/65 kB Progress (2): 24/26 kB | 24/65 kB Progress (2): 26 kB | 24/65 kB Progress (2): 26 kB | 28/65 kB Progress (2): 26 kB | 32/65 kB Progress (2): 26 kB | 36/65 kB Progress (2): 26 kB | 40/65 kB Progress (2): 26 kB | 44/65 kB Progress (2): 26 kB | 48/65 kB Progress (2): 26 kB | 52/65 kB Progress (2): 26 kB | 56/65 kB Progress (2): 26 kB | 60/65 kB Progress (2): 26 kB | 64/65 kB Progress (2): 26 kB | 65 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.3.0/org.eclipse.tycho.surefire.junit-1.3.0.jar (26 kB at 493 kB/s) 15:09:22 [2019-07-19T19:09:22.407Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.3.0/org.eclipse.tycho.surefire.testng-1.3.0.jar 15:09:22 [2019-07-19T19:09:22.407Z] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.3.0/org.eclipse.tycho.surefire.junit4-1.3.0.jar (65 kB at 1.2 MB/s) 15:09:22 [2019-07-19T19:09:22.407Z] Progress (1): 4.1/187 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.jar 15:09:22 [2019-07-19T19:09:22.677Z] Progress (1): 7.7/187 kB Progress (1): 12/187 kB Progress (2): 12/187 kB | 4.1/920 kB Progress (2): 16/187 kB | 4.1/920 kB Progress (2): 16/187 kB | 7.7/920 kB Progress (2): 20/187 kB | 7.7/920 kB Progress (2): 20/187 kB | 12/920 kB Progress (2): 24/187 kB | 12/920 kB Progress (2): 24/187 kB | 16/920 kB Progress (2): 28/187 kB | 16/920 kB Progress (2): 32/187 kB | 16/920 kB Progress (2): 32/187 kB | 20/920 kB Progress (2): 36/187 kB | 20/920 kB Progress (2): 36/187 kB | 24/920 kB Progress (2): 40/187 kB | 24/920 kB Progress (2): 40/187 kB | 28/920 kB Progress (2): 44/187 kB | 28/920 kB Progress (2): 44/187 kB | 32/920 kB Progress (2): 48/187 kB | 32/920 kB Progress (2): 48/187 kB | 36/920 kB Progress (2): 52/187 kB | 36/920 kB Progress (2): 52/187 kB | 40/920 kB Progress (2): 56/187 kB | 40/920 kB Progress (2): 56/187 kB | 44/920 kB Progress (2): 60/187 kB | 44/920 kB Progress (3): 60/187 kB | 44/920 kB | 4.1/429 kB Progress (3): 60/187 kB | 48/920 kB | 4.1/429 kB Progress (3): 60/187 kB | 48/920 kB | 7.7/429 kB Progress (3): 60/187 kB | 52/920 kB | 7.7/429 kB Progress (3): 64/187 kB | 52/920 kB | 7.7/429 kB Progress (3): 64/187 kB | 56/920 kB | 7.7/429 kB Progress (3): 64/187 kB | 56/920 kB | 12/429 kB Progress (3): 64/187 kB | 60/920 kB | 12/429 kB Progress (3): 68/187 kB | 60/920 kB | 12/429 kB Progress (3): 68/187 kB | 64/920 kB | 12/429 kB Progress (3): 68/187 kB | 64/920 kB | 16/429 kB Progress (3): 68/187 kB | 68/920 kB | 16/429 kB Progress (3): 72/187 kB | 68/920 kB | 16/429 kB Progress (3): 72/187 kB | 72/920 kB | 16/429 kB Progress (3): 72/187 kB | 72/920 kB | 20/429 kB Progress (3): 72/187 kB | 76/920 kB | 20/429 kB Progress (3): 76/187 kB | 76/920 kB | 20/429 kB Progress (4): 76/187 kB | 76/920 kB | 20/429 kB | 4.1/186 kB Progress (4): 80/187 kB | 76/920 kB | 20/429 kB | 4.1/186 kB Progress (4): 80/187 kB | 80/920 kB | 20/429 kB | 4.1/186 kB Progress (4): 80/187 kB | 80/920 kB | 24/429 kB | 4.1/186 kB Progress (4): 80/187 kB | 84/920 kB | 24/429 kB | 4.1/186 kB Progress (4): 84/187 kB | 84/920 kB | 24/429 kB | 4.1/186 kB Progress (4): 84/187 kB | 84/920 kB | 24/429 kB | 7.7/186 kB Progress (4): 88/187 kB | 84/920 kB | 24/429 kB | 7.7/186 kB Progress (4): 88/187 kB | 88/920 kB | 24/429 kB | 7.7/186 kB Progress (4): 88/187 kB | 88/920 kB | 28/429 kB | 7.7/186 kB Progress (4): 88/187 kB | 92/920 kB | 28/429 kB | 7.7/186 kB Progress (4): 92/187 kB | 92/920 kB | 28/429 kB | 7.7/186 kB Progress (4): 92/187 kB | 92/920 kB | 28/429 kB | 12/186 kB Progress (4): 96/187 kB | 92/920 kB | 28/429 kB | 12/186 kB Progress (4): 96/187 kB | 96/920 kB | 28/429 kB | 12/186 kB Progress (4): 96/187 kB | 96/920 kB | 32/429 kB | 12/186 kB Progress (4): 96/187 kB | 100/920 kB | 32/429 kB | 12/186 kB Progress (4): 100/187 kB | 100/920 kB | 32/429 kB | 12/186 kB Progress (4): 100/187 kB | 100/920 kB | 32/429 kB | 16/186 kB Progress (4): 104/187 kB | 100/920 kB | 32/429 kB | 16/186 kB Progress (4): 104/187 kB | 104/920 kB | 32/429 kB | 16/186 kB Progress (4): 104/187 kB | 104/920 kB | 36/429 kB | 16/186 kB Progress (4): 104/187 kB | 108/920 kB | 36/429 kB | 16/186 kB Progress (4): 108/187 kB | 108/920 kB | 36/429 kB | 16/186 kB Progress (4): 108/187 kB | 108/920 kB | 36/429 kB | 20/186 kB Progress (4): 112/187 kB | 108/920 kB | 36/429 kB | 20/186 kB Progress (4): 112/187 kB | 112/920 kB | 36/429 kB | 20/186 kB Progress (4): 112/187 kB | 112/920 kB | 40/429 kB | 20/186 kB Progress (4): 112/187 kB | 116/920 kB | 40/429 kB | 20/186 kB Progress (4): 112/187 kB | 116/920 kB | 44/429 kB | 20/186 kB Progress (4): 116/187 kB | 116/920 kB | 44/429 kB | 20/186 kB Progress (4): 116/187 kB | 116/920 kB | 44/429 kB | 24/186 kB Progress (4): 120/187 kB | 116/920 kB | 44/429 kB | 24/186 kB Progress (4): 120/187 kB | 116/920 kB | 48/429 kB | 24/186 kB Progress (4): 120/187 kB | 120/920 kB | 48/429 kB | 24/186 kB Progress (4): 120/187 kB | 120/920 kB | 52/429 kB | 24/186 kB Progress (4): 124/187 kB | 120/920 kB | 52/429 kB | 24/186 kB Progress (4): 124/187 kB | 120/920 kB | 52/429 kB | 28/186 kB Progress (4): 128/187 kB | 120/920 kB | 52/429 kB | 28/186 kB Progress (4): 128/187 kB | 120/920 kB | 56/429 kB | 28/186 kB Progress (4): 128/187 kB | 124/920 kB | 56/429 kB | 28/186 kB Progress (4): 128/187 kB | 124/920 kB | 60/429 kB | 28/186 kB Progress (4): 132/187 kB | 124/920 kB | 60/429 kB | 28/186 kB Progress (4): 132/187 kB | 124/920 kB | 60/429 kB | 32/186 kB Progress (4): 136/187 kB | 124/920 kB | 60/429 kB | 32/186 kB Progress (4): 136/187 kB | 124/920 kB | 64/429 kB | 32/186 kB Progress (4): 136/187 kB | 128/920 kB | 64/429 kB | 32/186 kB Progress (4): 136/187 kB | 128/920 kB | 68/429 kB | 32/186 kB Progress (4): 140/187 kB | 128/920 kB | 68/429 kB | 32/186 kB Progress (4): 140/187 kB | 128/920 kB | 68/429 kB | 33/186 kB Progress (4): 144/187 kB | 128/920 kB | 68/429 kB | 33/186 kB Progress (4): 144/187 kB | 128/920 kB | 72/429 kB | 33/186 kB Progress (4): 144/187 kB | 132/920 kB | 72/429 kB | 33/186 kB Progress (4): 144/187 kB | 132/920 kB | 76/429 kB | 33/186 kB Progress (4): 148/187 kB | 132/920 kB | 76/429 kB | 33/186 kB Progress (4): 148/187 kB | 132/920 kB | 76/429 kB | 37/186 kB Progress (4): 152/187 kB | 132/920 kB | 76/429 kB | 37/186 kB Progress (4): 152/187 kB | 132/920 kB | 80/429 kB | 37/186 kB Progress (4): 152/187 kB | 136/920 kB | 80/429 kB | 37/186 kB Progress (4): 152/187 kB | 136/920 kB | 84/429 kB | 37/186 kB Progress (4): 156/187 kB | 136/920 kB | 84/429 kB | 37/186 kB Progress (4): 156/187 kB | 136/920 kB | 84/429 kB | 41/186 kB Progress (4): 160/187 kB | 136/920 kB | 84/429 kB | 41/186 kB Progress (4): 160/187 kB | 136/920 kB | 88/429 kB | 41/186 kB Progress (4): 160/187 kB | 140/920 kB | 88/429 kB | 41/186 kB Progress (4): 160/187 kB | 140/920 kB | 92/429 kB | 41/186 kB Progress (4): 164/187 kB | 140/920 kB | 92/429 kB | 41/186 kB Progress (4): 164/187 kB | 140/920 kB | 92/429 kB | 45/186 kB Progress (4): 168/187 kB | 140/920 kB | 92/429 kB | 45/186 kB Progress (4): 168/187 kB | 140/920 kB | 96/429 kB | 45/186 kB Progress (4): 168/187 kB | 144/920 kB | 96/429 kB | 45/186 kB Progress (4): 168/187 kB | 144/920 kB | 100/429 kB | 45/186 kB Progress (4): 172/187 kB | 144/920 kB | 100/429 kB | 45/186 kB Progress (4): 172/187 kB | 144/920 kB | 100/429 kB | 49/186 kB Progress (4): 176/187 kB | 144/920 kB | 100/429 kB | 49/186 kB Progress (4): 176/187 kB | 144/920 kB | 104/429 kB | 49/186 kB Progress (4): 176/187 kB | 148/920 kB | 104/429 kB | 49/186 kB Progress (4): 176/187 kB | 148/920 kB | 108/429 kB | 49/186 kB Progress (4): 180/187 kB | 148/920 kB | 108/429 kB | 49/186 kB Progress (4): 180/187 kB | 148/920 kB | 108/429 kB | 53/186 kB Progress (4): 184/187 kB | 148/920 kB | 108/429 kB | 53/186 kB Progress (4): 184/187 kB | 148/920 kB | 112/429 kB | 53/186 kB Progress (4): 184/187 kB | 152/920 kB | 112/429 kB | 53/186 kB Progress (4): 184/187 kB | 152/920 kB | 116/429 kB | 53/186 kB Progress (4): 187 kB | 152/920 kB | 116/429 kB | 53/186 kB Progress (4): 187 kB | 152/920 kB | 116/429 kB | 57/186 kB Progress (4): 187 kB | 152/920 kB | 120/429 kB | 57/186 kB Progress (4): 187 kB | 156/920 kB | 120/429 kB | 57/186 kB Progress (4): 187 kB | 156/920 kB | 124/429 kB | 57/186 kB Progress (4): 187 kB | 156/920 kB | 124/429 kB | 61/186 kB Progress (4): 187 kB | 156/920 kB | 128/429 kB | 61/186 kB Progress (4): 187 kB | 160/920 kB | 128/429 kB | 61/186 kB Progress (4): 187 kB | 160/920 kB | 132/429 kB | 61/186 kB Progress (4): 187 kB | 160/920 kB | 132/429 kB | 65/186 kB Progress (4): 187 kB | 160/920 kB | 136/429 kB | 65/186 kB Progress (4): 187 kB | 164/920 kB | 136/429 kB | 65/186 kB Progress (4): 187 kB | 164/920 kB | 140/429 kB | 65/186 kB Progress (4): 187 kB | 164/920 kB | 140/429 kB | 66/186 kB Progress (4): 187 kB | 164/920 kB | 144/429 kB | 66/186 kB Progress (4): 187 kB | 168/920 kB | 144/429 kB | 66/186 kB Progress (4): 187 kB | 168/920 kB | 148/429 kB | 66/186 kB Progress (4): 187 kB | 168/920 kB | 148/429 kB | 70/186 kB Progress (4): 187 kB | 168/920 kB | 152/429 kB | 70/186 kB Progress (4): 187 kB | 172/920 kB | 152/429 kB | 70/186 kB Progress (4): 187 kB | 172/920 kB | 156/429 kB | 70/186 kB Progress (4): 187 kB | 172/920 kB | 156/429 kB | 74/186 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.3.0/org.eclipse.tycho.surefire.junit47-1.3.0.jar (187 kB at 1.1 MB/s) 15:09:22 [2019-07-19T19:09:22.677Z] Progress (3): 172/920 kB | 160/429 kB | 74/186 kB Progress (3): 176/920 kB | 160/429 kB | 74/186 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.jar 15:09:22 [2019-07-19T19:09:22.677Z] Progress (3): 176/920 kB | 160/429 kB | 78/186 kB Progress (3): 180/920 kB | 160/429 kB | 78/186 kB Progress (4): 180/920 kB | 160/429 kB | 78/186 kB | 4.1/112 kB Progress (4): 180/920 kB | 164/429 kB | 78/186 kB | 4.1/112 kB Progress (4): 180/920 kB | 168/429 kB | 78/186 kB | 4.1/112 kB Progress (4): 180/920 kB | 168/429 kB | 78/186 kB | 7.7/112 kB Progress (4): 184/920 kB | 168/429 kB | 78/186 kB | 7.7/112 kB Progress (4): 184/920 kB | 168/429 kB | 82/186 kB | 7.7/112 kB Progress (4): 188/920 kB | 168/429 kB | 82/186 kB | 7.7/112 kB Progress (4): 188/920 kB | 168/429 kB | 82/186 kB | 12/112 kB Progress (4): 188/920 kB | 172/429 kB | 82/186 kB | 12/112 kB Progress (4): 188/920 kB | 172/429 kB | 82/186 kB | 16/112 kB Progress (4): 192/920 kB | 172/429 kB | 82/186 kB | 16/112 kB Progress (4): 192/920 kB | 172/429 kB | 86/186 kB | 16/112 kB Progress (4): 196/920 kB | 172/429 kB | 86/186 kB | 16/112 kB Progress (4): 196/920 kB | 172/429 kB | 86/186 kB | 20/112 kB Progress (4): 196/920 kB | 176/429 kB | 86/186 kB | 20/112 kB Progress (4): 196/920 kB | 176/429 kB | 86/186 kB | 24/112 kB Progress (4): 200/920 kB | 176/429 kB | 86/186 kB | 24/112 kB Progress (4): 200/920 kB | 176/429 kB | 90/186 kB | 24/112 kB Progress (4): 204/920 kB | 176/429 kB | 90/186 kB | 24/112 kB Progress (4): 204/920 kB | 176/429 kB | 90/186 kB | 28/112 kB Progress (4): 204/920 kB | 180/429 kB | 90/186 kB | 28/112 kB Progress (4): 204/920 kB | 180/429 kB | 90/186 kB | 32/112 kB Progress (4): 208/920 kB | 180/429 kB | 90/186 kB | 32/112 kB Progress (4): 208/920 kB | 180/429 kB | 94/186 kB | 32/112 kB Progress (4): 212/920 kB | 180/429 kB | 94/186 kB | 32/112 kB Progress (4): 212/920 kB | 180/429 kB | 94/186 kB | 33/112 kB Progress (4): 212/920 kB | 184/429 kB | 94/186 kB | 33/112 kB Progress (4): 212/920 kB | 184/429 kB | 94/186 kB | 37/112 kB Progress (4): 216/920 kB | 184/429 kB | 94/186 kB | 37/112 kB Progress (4): 216/920 kB | 184/429 kB | 98/186 kB | 37/112 kB Progress (4): 220/920 kB | 184/429 kB | 98/186 kB | 37/112 kB Progress (4): 220/920 kB | 184/429 kB | 98/186 kB | 41/112 kB Progress (4): 220/920 kB | 188/429 kB | 98/186 kB | 41/112 kB Progress (4): 220/920 kB | 188/429 kB | 98/186 kB | 45/112 kB Progress (4): 224/920 kB | 188/429 kB | 98/186 kB | 45/112 kB Progress (5): 224/920 kB | 188/429 kB | 98/186 kB | 45/112 kB | 4.1/13 kB Progress (5): 224/920 kB | 188/429 kB | 98/186 kB | 45/112 kB | 4.1/13 kB Progress (5): 224/920 kB | 188/429 kB | 98/186 kB | 45/112 kB | 7.7/13 kB Progress (5): 228/920 kB | 188/429 kB | 98/186 kB | 45/112 kB | 7.7/13 kB Progress (5): 228/920 kB | 188/429 kB | 98/186 kB | 49/112 kB | 7.7/13 kB Progress (5): 228/920 kB | 192/429 kB | 98/186 kB | 49/112 kB | 7.7/13 kB Progress (5): 228/920 kB | 192/429 kB | 98/186 kB | 53/112 kB | 7.7/13 kB Progress (5): 232/920 kB | 192/429 kB | 98/186 kB | 53/112 kB | 7.7/13 kB Progress (5): 232/920 kB | 192/429 kB | 98/186 kB | 53/112 kB | 12/13 kB Progress (5): 232/920 kB | 192/429 kB | 102/186 kB | 53/112 kB | 12/13 kB Progress (5): 232/920 kB | 192/429 kB | 102/186 kB | 53/112 kB | 13 kB Progress (5): 236/920 kB | 192/429 kB | 102/186 kB | 53/112 kB | 13 kB Progress (5): 236/920 kB | 192/429 kB | 102/186 kB | 57/112 kB | 13 kB Progress (5): 236/920 kB | 196/429 kB | 102/186 kB | 57/112 kB | 13 kB Progress (5): 236/920 kB | 196/429 kB | 102/186 kB | 61/112 kB | 13 kB Progress (5): 240/920 kB | 196/429 kB | 102/186 kB | 61/112 kB | 13 kB Progress (5): 240/920 kB | 196/429 kB | 106/186 kB | 61/112 kB | 13 kB Progress (5): 244/920 kB | 196/429 kB | 106/186 kB | 61/112 kB | 13 kB Progress (5): 244/920 kB | 196/429 kB | 106/186 kB | 65/112 kB | 13 kB Progress (5): 244/920 kB | 200/429 kB | 106/186 kB | 65/112 kB | 13 kB Progress (5): 244/920 kB | 200/429 kB | 106/186 kB | 69/112 kB | 13 kB Progress (5): 248/920 kB | 200/429 kB | 106/186 kB | 69/112 kB | 13 kB Progress (5): 248/920 kB | 200/429 kB | 110/186 kB | 69/112 kB | 13 kB Progress (5): 252/920 kB | 200/429 kB | 110/186 kB | 69/112 kB | 13 kB Progress (5): 252/920 kB | 200/429 kB | 110/186 kB | 73/112 kB | 13 kB Progress (5): 252/920 kB | 204/429 kB | 110/186 kB | 73/112 kB | 13 kB Progress (5): 252/920 kB | 204/429 kB | 110/186 kB | 77/112 kB | 13 kB Progress (5): 256/920 kB | 204/429 kB | 110/186 kB | 77/112 kB | 13 kB Progress (5): 256/920 kB | 204/429 kB | 114/186 kB | 77/112 kB | 13 kB Progress (5): 260/920 kB | 204/429 kB | 114/186 kB | 77/112 kB | 13 kB Progress (5): 260/920 kB | 204/429 kB | 114/186 kB | 81/112 kB | 13 kB Progress (5): 260/920 kB | 208/429 kB | 114/186 kB | 81/112 kB | 13 kB Progress (5): 260/920 kB | 208/429 kB | 114/186 kB | 85/112 kB | 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.jar (13 kB at 71 kB/s) 15:09:22 [2019-07-19T19:09:22.677Z] Progress (4): 264/920 kB | 208/429 kB | 114/186 kB | 85/112 kB Progress (4): 264/920 kB | 208/429 kB | 118/186 kB | 85/112 kB Progress (4): 268/920 kB | 208/429 kB | 118/186 kB | 85/112 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.jar 15:09:22 [2019-07-19T19:09:22.677Z] Progress (4): 268/920 kB | 208/429 kB | 118/186 kB | 89/112 kB Progress (4): 268/920 kB | 212/429 kB | 118/186 kB | 89/112 kB Progress (4): 268/920 kB | 212/429 kB | 118/186 kB | 93/112 kB Progress (4): 272/920 kB | 212/429 kB | 118/186 kB | 93/112 kB Progress (4): 272/920 kB | 212/429 kB | 122/186 kB | 93/112 kB Progress (4): 276/920 kB | 212/429 kB | 122/186 kB | 93/112 kB Progress (4): 276/920 kB | 212/429 kB | 122/186 kB | 97/112 kB Progress (4): 276/920 kB | 216/429 kB | 122/186 kB | 97/112 kB Progress (5): 276/920 kB | 216/429 kB | 122/186 kB | 97/112 kB | 4.1/524 kB Progress (5): 276/920 kB | 216/429 kB | 122/186 kB | 101/112 kB | 4.1/524 kB Progress (5): 280/920 kB | 216/429 kB | 122/186 kB | 101/112 kB | 4.1/524 kB Progress (5): 280/920 kB | 216/429 kB | 126/186 kB | 101/112 kB | 4.1/524 kB Progress (5): 284/920 kB | 216/429 kB | 126/186 kB | 101/112 kB | 4.1/524 kB Progress (5): 284/920 kB | 216/429 kB | 126/186 kB | 105/112 kB | 4.1/524 kB Progress (5): 284/920 kB | 216/429 kB | 126/186 kB | 105/112 kB | 7.7/524 kB Progress (5): 284/920 kB | 220/429 kB | 126/186 kB | 105/112 kB | 7.7/524 kB Progress (5): 284/920 kB | 220/429 kB | 126/186 kB | 105/112 kB | 12/524 kB Progress (5): 284/920 kB | 220/429 kB | 126/186 kB | 109/112 kB | 12/524 kB Progress (5): 288/920 kB | 220/429 kB | 126/186 kB | 109/112 kB | 12/524 kB Progress (5): 288/920 kB | 220/429 kB | 130/186 kB | 109/112 kB | 12/524 kB Progress (5): 292/920 kB | 220/429 kB | 130/186 kB | 109/112 kB | 12/524 kB Progress (5): 292/920 kB | 220/429 kB | 130/186 kB | 112 kB | 12/524 kB Progress (5): 292/920 kB | 220/429 kB | 130/186 kB | 112 kB | 16/524 kB Progress (5): 292/920 kB | 224/429 kB | 130/186 kB | 112 kB | 16/524 kB Progress (5): 292/920 kB | 224/429 kB | 130/186 kB | 112 kB | 20/524 kB Progress (5): 296/920 kB | 224/429 kB | 130/186 kB | 112 kB | 20/524 kB Progress (5): 296/920 kB | 224/429 kB | 134/186 kB | 112 kB | 20/524 kB Progress (5): 300/920 kB | 224/429 kB | 134/186 kB | 112 kB | 20/524 kB Progress (5): 300/920 kB | 224/429 kB | 134/186 kB | 112 kB | 24/524 kB Progress (5): 300/920 kB | 228/429 kB | 134/186 kB | 112 kB | 24/524 kB Progress (5): 300/920 kB | 228/429 kB | 134/186 kB | 112 kB | 28/524 kB Progress (5): 304/920 kB | 228/429 kB | 134/186 kB | 112 kB | 28/524 kB Progress (5): 304/920 kB | 228/429 kB | 138/186 kB | 112 kB | 28/524 kB Progress (5): 308/920 kB | 228/429 kB | 138/186 kB | 112 kB | 28/524 kB Progress (5): 308/920 kB | 228/429 kB | 138/186 kB | 112 kB | 32/524 kB Progress (5): 308/920 kB | 232/429 kB | 138/186 kB | 112 kB | 32/524 kB Progress (5): 308/920 kB | 232/429 kB | 138/186 kB | 112 kB | 33/524 kB Progress (5): 312/920 kB | 232/429 kB | 138/186 kB | 112 kB | 33/524 kB Progress (5): 312/920 kB | 232/429 kB | 142/186 kB | 112 kB | 33/524 kB Progress (5): 316/920 kB | 232/429 kB | 142/186 kB | 112 kB | 33/524 kB Progress (5): 316/920 kB | 232/429 kB | 142/186 kB | 112 kB | 37/524 kB Progress (5): 316/920 kB | 236/429 kB | 142/186 kB | 112 kB | 37/524 kB Progress (5): 316/920 kB | 236/429 kB | 142/186 kB | 112 kB | 41/524 kB Progress (5): 320/920 kB | 236/429 kB | 142/186 kB | 112 kB | 41/524 kB Progress (5): 320/920 kB | 236/429 kB | 146/186 kB | 112 kB | 41/524 kB Progress (5): 324/920 kB | 236/429 kB | 146/186 kB | 112 kB | 41/524 kB Progress (5): 324/920 kB | 236/429 kB | 146/186 kB | 112 kB | 45/524 kB Progress (5): 324/920 kB | 240/429 kB | 146/186 kB | 112 kB | 45/524 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.3.0/org.eclipse.tycho.surefire.testng-1.3.0.jar (112 kB at 434 kB/s) 15:09:22 [2019-07-19T19:09:22.677Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.jar 15:09:22 [2019-07-19T19:09:22.678Z] Progress (4): 324/920 kB | 240/429 kB | 146/186 kB | 49/524 kB Progress (4): 328/920 kB | 240/429 kB | 146/186 kB | 49/524 kB Progress (4): 328/920 kB | 240/429 kB | 150/186 kB | 49/524 kB Progress (4): 332/920 kB | 240/429 kB | 150/186 kB | 49/524 kB Progress (4): 332/920 kB | 240/429 kB | 150/186 kB | 53/524 kB Progress (4): 332/920 kB | 244/429 kB | 150/186 kB | 53/524 kB Progress (4): 332/920 kB | 244/429 kB | 150/186 kB | 57/524 kB Progress (4): 336/920 kB | 244/429 kB | 150/186 kB | 57/524 kB Progress (4): 336/920 kB | 244/429 kB | 154/186 kB | 57/524 kB Progress (4): 340/920 kB | 244/429 kB | 154/186 kB | 57/524 kB Progress (4): 340/920 kB | 244/429 kB | 154/186 kB | 61/524 kB Progress (4): 340/920 kB | 248/429 kB | 154/186 kB | 61/524 kB Progress (4): 340/920 kB | 248/429 kB | 154/186 kB | 65/524 kB Progress (4): 344/920 kB | 248/429 kB | 154/186 kB | 65/524 kB Progress (4): 344/920 kB | 248/429 kB | 158/186 kB | 65/524 kB Progress (4): 348/920 kB | 248/429 kB | 158/186 kB | 65/524 kB Progress (4): 348/920 kB | 248/429 kB | 158/186 kB | 66/524 kB Progress (4): 348/920 kB | 252/429 kB | 158/186 kB | 66/524 kB Progress (4): 348/920 kB | 252/429 kB | 158/186 kB | 70/524 kB Progress (4): 352/920 kB | 252/429 kB | 158/186 kB | 70/524 kB Progress (4): 352/920 kB | 252/429 kB | 162/186 kB | 70/524 kB Progress (4): 356/920 kB | 252/429 kB | 162/186 kB | 70/524 kB Progress (4): 356/920 kB | 252/429 kB | 162/186 kB | 74/524 kB Progress (4): 356/920 kB | 256/429 kB | 162/186 kB | 74/524 kB Progress (4): 360/920 kB | 256/429 kB | 162/186 kB | 74/524 kB Progress (4): 360/920 kB | 256/429 kB | 166/186 kB | 74/524 kB Progress (4): 364/920 kB | 256/429 kB | 166/186 kB | 74/524 kB Progress (4): 364/920 kB | 260/429 kB | 166/186 kB | 74/524 kB Progress (4): 364/920 kB | 260/429 kB | 166/186 kB | 78/524 kB Progress (4): 364/920 kB | 264/429 kB | 166/186 kB | 78/524 kB Progress (4): 368/920 kB | 264/429 kB | 166/186 kB | 78/524 kB Progress (4): 368/920 kB | 264/429 kB | 170/186 kB | 78/524 kB Progress (4): 372/920 kB | 264/429 kB | 170/186 kB | 78/524 kB Progress (4): 372/920 kB | 268/429 kB | 170/186 kB | 78/524 kB Progress (4): 372/920 kB | 268/429 kB | 170/186 kB | 82/524 kB Progress (4): 372/920 kB | 272/429 kB | 170/186 kB | 82/524 kB Progress (4): 376/920 kB | 272/429 kB | 170/186 kB | 82/524 kB Progress (4): 376/920 kB | 272/429 kB | 174/186 kB | 82/524 kB Progress (4): 380/920 kB | 272/429 kB | 174/186 kB | 82/524 kB Progress (4): 380/920 kB | 276/429 kB | 174/186 kB | 82/524 kB Progress (4): 380/920 kB | 276/429 kB | 174/186 kB | 86/524 kB Progress (4): 380/920 kB | 280/429 kB | 174/186 kB | 86/524 kB Progress (4): 384/920 kB | 280/429 kB | 174/186 kB | 86/524 kB Progress (4): 384/920 kB | 280/429 kB | 178/186 kB | 86/524 kB Progress (4): 388/920 kB | 280/429 kB | 178/186 kB | 86/524 kB Progress (4): 388/920 kB | 284/429 kB | 178/186 kB | 86/524 kB Progress (4): 388/920 kB | 284/429 kB | 178/186 kB | 90/524 kB Progress (4): 388/920 kB | 288/429 kB | 178/186 kB | 90/524 kB Progress (4): 392/920 kB | 288/429 kB | 178/186 kB | 90/524 kB Progress (4): 392/920 kB | 288/429 kB | 182/186 kB | 90/524 kB Progress (5): 392/920 kB | 288/429 kB | 182/186 kB | 90/524 kB | 4.1/273 kB Progress (5): 392/920 kB | 288/429 kB | 186 kB | 90/524 kB | 4.1/273 kB Progress (5): 396/920 kB | 288/429 kB | 186 kB | 90/524 kB | 4.1/273 kB Progress (5): 396/920 kB | 292/429 kB | 186 kB | 90/524 kB | 4.1/273 kB Progress (5): 396/920 kB | 292/429 kB | 186 kB | 94/524 kB | 4.1/273 kB Progress (5): 396/920 kB | 296/429 kB | 186 kB | 94/524 kB | 4.1/273 kB Progress (5): 400/920 kB | 296/429 kB | 186 kB | 94/524 kB | 4.1/273 kB Progress (5): 400/920 kB | 296/429 kB | 186 kB | 94/524 kB | 7.7/273 kB Progress (5): 404/920 kB | 296/429 kB | 186 kB | 94/524 kB | 7.7/273 kB Progress (5): 404/920 kB | 300/429 kB | 186 kB | 94/524 kB | 7.7/273 kB Progress (5): 404/920 kB | 300/429 kB | 186 kB | 98/524 kB | 7.7/273 kB Progress (5): 404/920 kB | 304/429 kB | 186 kB | 98/524 kB | 7.7/273 kB Progress (5): 408/920 kB | 304/429 kB | 186 kB | 98/524 kB | 7.7/273 kB Progress (5): 408/920 kB | 304/429 kB | 186 kB | 98/524 kB | 12/273 kB Progress (5): 412/920 kB | 304/429 kB | 186 kB | 98/524 kB | 12/273 kB Progress (5): 412/920 kB | 308/429 kB | 186 kB | 98/524 kB | 12/273 kB Progress (5): 412/920 kB | 308/429 kB | 186 kB | 102/524 kB | 12/273 kB Progress (5): 412/920 kB | 312/429 kB | 186 kB | 102/524 kB | 12/273 kB Progress (5): 416/920 kB | 312/429 kB | 186 kB | 102/524 kB | 12/273 kB Progress (5): 416/920 kB | 312/429 kB | 186 kB | 102/524 kB | 16/273 kB Progress (5): 420/920 kB | 312/429 kB | 186 kB | 102/524 kB | 16/273 kB Progress (5): 420/920 kB | 316/429 kB | 186 kB | 102/524 kB | 16/273 kB Progress (5): 420/920 kB | 316/429 kB | 186 kB | 106/524 kB | 16/273 kB Progress (5): 420/920 kB | 320/429 kB | 186 kB | 106/524 kB | 16/273 kB Progress (5): 424/920 kB | 320/429 kB | 186 kB | 106/524 kB | 16/273 kB Progress (5): 424/920 kB | 320/429 kB | 186 kB | 106/524 kB | 20/273 kB Progress (5): 428/920 kB | 320/429 kB | 186 kB | 106/524 kB | 20/273 kB Progress (5): 428/920 kB | 324/429 kB | 186 kB | 106/524 kB | 20/273 kB Progress (5): 428/920 kB | 324/429 kB | 186 kB | 110/524 kB | 20/273 kB Progress (5): 428/920 kB | 328/429 kB | 186 kB | 110/524 kB | 20/273 kB Progress (5): 432/920 kB | 328/429 kB | 186 kB | 110/524 kB | 20/273 kB Progress (5): 432/920 kB | 328/429 kB | 186 kB | 110/524 kB | 24/273 kB Progress (5): 436/920 kB | 328/429 kB | 186 kB | 110/524 kB | 24/273 kB Progress (5): 436/920 kB | 332/429 kB | 186 kB | 110/524 kB | 24/273 kB Progress (5): 436/920 kB | 332/429 kB | 186 kB | 114/524 kB | 24/273 kB Progress (5): 436/920 kB | 336/429 kB | 186 kB | 114/524 kB | 24/273 kB Progress (5): 440/920 kB | 336/429 kB | 186 kB | 114/524 kB | 24/273 kB Progress (5): 440/920 kB | 336/429 kB | 186 kB | 114/524 kB | 28/273 kB Progress (5): 444/920 kB | 336/429 kB | 186 kB | 114/524 kB | 28/273 kB Progress (5): 444/920 kB | 340/429 kB | 186 kB | 114/524 kB | 28/273 kB Progress (5): 444/920 kB | 340/429 kB | 186 kB | 118/524 kB | 28/273 kB Progress (5): 444/920 kB | 344/429 kB | 186 kB | 118/524 kB | 28/273 kB Progress (5): 448/920 kB | 344/429 kB | 186 kB | 118/524 kB | 28/273 kB Progress (5): 448/920 kB | 344/429 kB | 186 kB | 118/524 kB | 32/273 kB Progress (5): 452/920 kB | 344/429 kB | 186 kB | 118/524 kB | 32/273 kB Progress (5): 452/920 kB | 348/429 kB | 186 kB | 118/524 kB | 32/273 kB Progress (5): 452/920 kB | 348/429 kB | 186 kB | 122/524 kB | 32/273 kB Progress (5): 452/920 kB | 352/429 kB | 186 kB | 122/524 kB | 32/273 kB Progress (5): 456/920 kB | 352/429 kB | 186 kB | 122/524 kB | 32/273 kB Progress (5): 456/920 kB | 352/429 kB | 186 kB | 122/524 kB | 33/273 kB Progress (5): 460/920 kB | 352/429 kB | 186 kB | 122/524 kB | 33/273 kB Progress (5): 460/920 kB | 356/429 kB | 186 kB | 122/524 kB | 33/273 kB Progress (5): 460/920 kB | 356/429 kB | 186 kB | 126/524 kB | 33/273 kB Progress (5): 460/920 kB | 360/429 kB | 186 kB | 126/524 kB | 33/273 kB Progress (5): 464/920 kB | 360/429 kB | 186 kB | 126/524 kB | 33/273 kB Progress (5): 464/920 kB | 360/429 kB | 186 kB | 126/524 kB | 37/273 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.jar (186 kB at 634 kB/s) 15:09:22 [2019-07-19T19:09:22.937Z] Progress (4): 464/920 kB | 360/429 kB | 126/524 kB | 41/273 kB Progress (4): 468/920 kB | 360/429 kB | 126/524 kB | 41/273 kB Progress (4): 468/920 kB | 364/429 kB | 126/524 kB | 41/273 kB Progress (4): 468/920 kB | 364/429 kB | 130/524 kB | 41/273 kB Progress (4): 468/920 kB | 368/429 kB | 130/524 kB | 41/273 kB Progress (4): 472/920 kB | 368/429 kB | 130/524 kB | 41/273 kB Progress (4): 472/920 kB | 368/429 kB | 130/524 kB | 45/273 kB Progress (4): 472/920 kB | 368/429 kB | 130/524 kB | 49/273 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar 15:09:22 [2019-07-19T19:09:22.937Z] Progress (4): 472/920 kB | 368/429 kB | 130/524 kB | 53/273 kB Progress (4): 472/920 kB | 368/429 kB | 134/524 kB | 53/273 kB Progress (4): 476/920 kB | 368/429 kB | 134/524 kB | 53/273 kB Progress (4): 476/920 kB | 372/429 kB | 134/524 kB | 53/273 kB Progress (4): 480/920 kB | 372/429 kB | 134/524 kB | 53/273 kB Progress (4): 480/920 kB | 372/429 kB | 138/524 kB | 53/273 kB Progress (4): 480/920 kB | 372/429 kB | 138/524 kB | 57/273 kB Progress (4): 480/920 kB | 372/429 kB | 142/524 kB | 57/273 kB Progress (4): 484/920 kB | 372/429 kB | 142/524 kB | 57/273 kB Progress (4): 484/920 kB | 376/429 kB | 142/524 kB | 57/273 kB Progress (4): 488/920 kB | 376/429 kB | 142/524 kB | 57/273 kB Progress (4): 488/920 kB | 376/429 kB | 146/524 kB | 57/273 kB Progress (4): 488/920 kB | 376/429 kB | 146/524 kB | 61/273 kB Progress (4): 488/920 kB | 376/429 kB | 150/524 kB | 61/273 kB Progress (4): 492/920 kB | 376/429 kB | 150/524 kB | 61/273 kB Progress (4): 492/920 kB | 380/429 kB | 150/524 kB | 61/273 kB Progress (4): 496/920 kB | 380/429 kB | 150/524 kB | 61/273 kB Progress (4): 496/920 kB | 380/429 kB | 154/524 kB | 61/273 kB Progress (4): 496/920 kB | 380/429 kB | 154/524 kB | 65/273 kB Progress (4): 496/920 kB | 380/429 kB | 158/524 kB | 65/273 kB Progress (4): 500/920 kB | 380/429 kB | 158/524 kB | 65/273 kB Progress (4): 500/920 kB | 384/429 kB | 158/524 kB | 65/273 kB Progress (4): 504/920 kB | 384/429 kB | 158/524 kB | 65/273 kB Progress (4): 504/920 kB | 384/429 kB | 162/524 kB | 65/273 kB Progress (4): 504/920 kB | 384/429 kB | 162/524 kB | 66/273 kB Progress (4): 504/920 kB | 384/429 kB | 166/524 kB | 66/273 kB Progress (4): 508/920 kB | 384/429 kB | 166/524 kB | 66/273 kB Progress (4): 508/920 kB | 388/429 kB | 166/524 kB | 66/273 kB Progress (4): 512/920 kB | 388/429 kB | 166/524 kB | 66/273 kB Progress (4): 512/920 kB | 388/429 kB | 170/524 kB | 66/273 kB Progress (4): 512/920 kB | 388/429 kB | 170/524 kB | 70/273 kB Progress (4): 512/920 kB | 388/429 kB | 174/524 kB | 70/273 kB Progress (4): 516/920 kB | 388/429 kB | 174/524 kB | 70/273 kB Progress (4): 516/920 kB | 392/429 kB | 174/524 kB | 70/273 kB Progress (4): 520/920 kB | 392/429 kB | 174/524 kB | 70/273 kB Progress (4): 520/920 kB | 392/429 kB | 178/524 kB | 70/273 kB Progress (4): 520/920 kB | 392/429 kB | 178/524 kB | 74/273 kB Progress (4): 520/920 kB | 392/429 kB | 182/524 kB | 74/273 kB Progress (4): 524/920 kB | 392/429 kB | 182/524 kB | 74/273 kB Progress (4): 524/920 kB | 396/429 kB | 182/524 kB | 74/273 kB Progress (4): 528/920 kB | 396/429 kB | 182/524 kB | 74/273 kB Progress (4): 528/920 kB | 396/429 kB | 186/524 kB | 74/273 kB Progress (4): 528/920 kB | 396/429 kB | 186/524 kB | 78/273 kB Progress (4): 528/920 kB | 396/429 kB | 186/524 kB | 82/273 kB Progress (4): 528/920 kB | 396/429 kB | 190/524 kB | 82/273 kB Progress (5): 528/920 kB | 396/429 kB | 190/524 kB | 82/273 kB | 4.1/39 kB Progress (5): 532/920 kB | 396/429 kB | 190/524 kB | 82/273 kB | 4.1/39 kB Progress (5): 532/920 kB | 400/429 kB | 190/524 kB | 82/273 kB | 4.1/39 kB Progress (5): 536/920 kB | 400/429 kB | 190/524 kB | 82/273 kB | 4.1/39 kB Progress (5): 536/920 kB | 400/429 kB | 190/524 kB | 82/273 kB | 7.7/39 kB Progress (5): 536/920 kB | 400/429 kB | 194/524 kB | 82/273 kB | 7.7/39 kB Progress (5): 536/920 kB | 400/429 kB | 194/524 kB | 86/273 kB | 7.7/39 kB Progress (5): 536/920 kB | 400/429 kB | 198/524 kB | 86/273 kB | 7.7/39 kB Progress (5): 536/920 kB | 400/429 kB | 198/524 kB | 86/273 kB | 12/39 kB Progress (5): 540/920 kB | 400/429 kB | 198/524 kB | 86/273 kB | 12/39 kB Progress (5): 540/920 kB | 404/429 kB | 198/524 kB | 86/273 kB | 12/39 kB Progress (5): 544/920 kB | 404/429 kB | 198/524 kB | 86/273 kB | 12/39 kB Progress (5): 544/920 kB | 404/429 kB | 198/524 kB | 86/273 kB | 16/39 kB Progress (5): 544/920 kB | 404/429 kB | 202/524 kB | 86/273 kB | 16/39 kB Progress (5): 544/920 kB | 404/429 kB | 202/524 kB | 90/273 kB | 16/39 kB Progress (5): 544/920 kB | 404/429 kB | 206/524 kB | 90/273 kB | 16/39 kB Progress (5): 544/920 kB | 404/429 kB | 206/524 kB | 90/273 kB | 20/39 kB Progress (5): 548/920 kB | 404/429 kB | 206/524 kB | 90/273 kB | 20/39 kB Progress (5): 548/920 kB | 408/429 kB | 206/524 kB | 90/273 kB | 20/39 kB Progress (5): 552/920 kB | 408/429 kB | 206/524 kB | 90/273 kB | 20/39 kB Progress (5): 552/920 kB | 408/429 kB | 206/524 kB | 90/273 kB | 24/39 kB Progress (5): 552/920 kB | 408/429 kB | 210/524 kB | 90/273 kB | 24/39 kB Progress (5): 552/920 kB | 408/429 kB | 210/524 kB | 94/273 kB | 24/39 kB Progress (5): 552/920 kB | 408/429 kB | 214/524 kB | 94/273 kB | 24/39 kB Progress (5): 556/920 kB | 408/429 kB | 214/524 kB | 94/273 kB | 24/39 kB Progress (5): 556/920 kB | 412/429 kB | 214/524 kB | 94/273 kB | 24/39 kB Progress (5): 560/920 kB | 412/429 kB | 214/524 kB | 94/273 kB | 24/39 kB Progress (5): 560/920 kB | 412/429 kB | 218/524 kB | 94/273 kB | 24/39 kB Progress (5): 560/920 kB | 412/429 kB | 218/524 kB | 98/273 kB | 24/39 kB Progress (5): 560/920 kB | 412/429 kB | 222/524 kB | 98/273 kB | 24/39 kB Progress (5): 564/920 kB | 412/429 kB | 222/524 kB | 98/273 kB | 24/39 kB Progress (5): 564/920 kB | 416/429 kB | 222/524 kB | 98/273 kB | 24/39 kB Progress (5): 568/920 kB | 416/429 kB | 222/524 kB | 98/273 kB | 24/39 kB Progress (5): 568/920 kB | 416/429 kB | 226/524 kB | 98/273 kB | 24/39 kB Progress (5): 568/920 kB | 416/429 kB | 226/524 kB | 98/273 kB | 24/39 kB Progress (5): 568/920 kB | 416/429 kB | 230/524 kB | 98/273 kB | 24/39 kB Progress (5): 572/920 kB | 416/429 kB | 230/524 kB | 98/273 kB | 24/39 kB Progress (5): 572/920 kB | 420/429 kB | 230/524 kB | 98/273 kB | 24/39 kB Progress (5): 576/920 kB | 420/429 kB | 230/524 kB | 98/273 kB | 24/39 kB Progress (5): 576/920 kB | 420/429 kB | 234/524 kB | 98/273 kB | 24/39 kB Progress (5): 576/920 kB | 420/429 kB | 234/524 kB | 102/273 kB | 24/39 kB Progress (5): 576/920 kB | 420/429 kB | 238/524 kB | 102/273 kB | 24/39 kB Progress (5): 580/920 kB | 420/429 kB | 238/524 kB | 102/273 kB | 24/39 kB Progress (5): 580/920 kB | 424/429 kB | 238/524 kB | 102/273 kB | 24/39 kB Progress (5): 584/920 kB | 424/429 kB | 238/524 kB | 102/273 kB | 24/39 kB Progress (5): 584/920 kB | 424/429 kB | 242/524 kB | 102/273 kB | 24/39 kB Progress (5): 584/920 kB | 424/429 kB | 242/524 kB | 106/273 kB | 24/39 kB Progress (5): 584/920 kB | 424/429 kB | 246/524 kB | 106/273 kB | 24/39 kB Progress (5): 588/920 kB | 424/429 kB | 246/524 kB | 106/273 kB | 24/39 kB Progress (5): 588/920 kB | 428/429 kB | 246/524 kB | 106/273 kB | 24/39 kB Progress (5): 592/920 kB | 428/429 kB | 246/524 kB | 106/273 kB | 24/39 kB Progress (5): 592/920 kB | 428/429 kB | 250/524 kB | 106/273 kB | 24/39 kB Progress (5): 592/920 kB | 428/429 kB | 250/524 kB | 110/273 kB | 24/39 kB Progress (5): 592/920 kB | 428/429 kB | 254/524 kB | 110/273 kB | 24/39 kB Progress (5): 596/920 kB | 428/429 kB | 254/524 kB | 110/273 kB | 24/39 kB Progress (5): 596/920 kB | 429 kB | 254/524 kB | 110/273 kB | 24/39 kB Progress (5): 600/920 kB | 429 kB | 254/524 kB | 110/273 kB | 24/39 kB Progress (5): 600/920 kB | 429 kB | 258/524 kB | 110/273 kB | 24/39 kB Progress (5): 600/920 kB | 429 kB | 258/524 kB | 114/273 kB | 24/39 kB Progress (5): 600/920 kB | 429 kB | 262/524 kB | 114/273 kB | 24/39 kB Progress (5): 604/920 kB | 429 kB | 262/524 kB | 114/273 kB | 24/39 kB Progress (5): 604/920 kB | 429 kB | 266/524 kB | 114/273 kB | 24/39 kB Progress (5): 604/920 kB | 429 kB | 266/524 kB | 118/273 kB | 24/39 kB Progress (5): 604/920 kB | 429 kB | 270/524 kB | 118/273 kB | 24/39 kB Progress (5): 608/920 kB | 429 kB | 270/524 kB | 118/273 kB | 24/39 kB Progress (5): 608/920 kB | 429 kB | 274/524 kB | 118/273 kB | 24/39 kB Progress (5): 608/920 kB | 429 kB | 274/524 kB | 122/273 kB | 24/39 kB Progress (5): 608/920 kB | 429 kB | 278/524 kB | 122/273 kB | 24/39 kB Progress (5): 612/920 kB | 429 kB | 278/524 kB | 122/273 kB | 24/39 kB Progress (5): 612/920 kB | 429 kB | 282/524 kB | 122/273 kB | 24/39 kB Progress (5): 612/920 kB | 429 kB | 282/524 kB | 126/273 kB | 24/39 kB Progress (5): 612/920 kB | 429 kB | 286/524 kB | 126/273 kB | 24/39 kB Progress (5): 616/920 kB | 429 kB | 286/524 kB | 126/273 kB | 24/39 kB Progress (5): 616/920 kB | 429 kB | 290/524 kB | 126/273 kB | 24/39 kB Progress (5): 616/920 kB | 429 kB | 290/524 kB | 130/273 kB | 24/39 kB Progress (5): 616/920 kB | 429 kB | 294/524 kB | 130/273 kB | 24/39 kB Progress (5): 620/920 kB | 429 kB | 294/524 kB | 130/273 kB | 24/39 kB Progress (5): 620/920 kB | 429 kB | 298/524 kB | 130/273 kB | 24/39 kB Progress (5): 620/920 kB | 429 kB | 298/524 kB | 134/273 kB | 24/39 kB Progress (5): 620/920 kB | 429 kB | 302/524 kB | 134/273 kB | 24/39 kB Progress (5): 624/920 kB | 429 kB | 302/524 kB | 134/273 kB | 24/39 kB Progress (5): 624/920 kB | 429 kB | 306/524 kB | 134/273 kB | 24/39 kB Progress (5): 624/920 kB | 429 kB | 306/524 kB | 138/273 kB | 24/39 kB Progress (5): 624/920 kB | 429 kB | 310/524 kB | 138/273 kB | 24/39 kB Progress (5): 628/920 kB | 429 kB | 310/524 kB | 138/273 kB | 24/39 kB Progress (5): 628/920 kB | 429 kB | 314/524 kB | 138/273 kB | 24/39 kB Progress (5): 628/920 kB | 429 kB | 314/524 kB | 142/273 kB | 24/39 kB Progress (5): 628/920 kB | 429 kB | 318/524 kB | 142/273 kB | 24/39 kB Progress (5): 632/920 kB | 429 kB | 318/524 kB | 142/273 kB | 24/39 kB Progress (5): 632/920 kB | 429 kB | 322/524 kB | 142/273 kB | 24/39 kB Progress (5): 632/920 kB | 429 kB | 322/524 kB | 146/273 kB | 24/39 kB Progress (5): 632/920 kB | 429 kB | 326/524 kB | 146/273 kB | 24/39 kB Progress (5): 636/920 kB | 429 kB | 326/524 kB | 146/273 kB | 24/39 kB Progress (5): 636/920 kB | 429 kB | 330/524 kB | 146/273 kB | 24/39 kB Progress (5): 636/920 kB | 429 kB | 330/524 kB | 150/273 kB | 24/39 kB Progress (5): 636/920 kB | 429 kB | 334/524 kB | 150/273 kB | 24/39 kB Progress (5): 640/920 kB | 429 kB | 334/524 kB | 150/273 kB | 24/39 kB Progress (5): 640/920 kB | 429 kB | 338/524 kB | 150/273 kB | 24/39 kB Progress (5): 640/920 kB | 429 kB | 338/524 kB | 154/273 kB | 24/39 kB Progress (5): 640/920 kB | 429 kB | 342/524 kB | 154/273 kB | 24/39 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.3.0/org.eclipse.tycho.surefire.junit5-1.3.0.jar (429 kB at 1.1 MB/s) 15:09:22 [2019-07-19T19:09:22.937Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar 15:09:22 [2019-07-19T19:09:22.938Z] Progress (4): 644/920 kB | 342/524 kB | 154/273 kB | 24/39 kB Progress (4): 644/920 kB | 346/524 kB | 154/273 kB | 24/39 kB Progress (4): 644/920 kB | 346/524 kB | 158/273 kB | 24/39 kB Progress (5): 644/920 kB | 346/524 kB | 158/273 kB | 24/39 kB | 4.1/156 kB Progress (5): 644/920 kB | 350/524 kB | 158/273 kB | 24/39 kB | 4.1/156 kB Progress (5): 648/920 kB | 350/524 kB | 158/273 kB | 24/39 kB | 4.1/156 kB Progress (5): 648/920 kB | 354/524 kB | 158/273 kB | 24/39 kB | 4.1/156 kB Progress (5): 648/920 kB | 354/524 kB | 158/273 kB | 24/39 kB | 7.7/156 kB Progress (5): 648/920 kB | 354/524 kB | 162/273 kB | 24/39 kB | 7.7/156 kB Progress (5): 648/920 kB | 354/524 kB | 162/273 kB | 24/39 kB | 12/156 kB Progress (5): 648/920 kB | 358/524 kB | 162/273 kB | 24/39 kB | 12/156 kB Progress (5): 652/920 kB | 358/524 kB | 162/273 kB | 24/39 kB | 12/156 kB Progress (5): 652/920 kB | 362/524 kB | 162/273 kB | 24/39 kB | 12/156 kB Progress (5): 652/920 kB | 362/524 kB | 162/273 kB | 24/39 kB | 16/156 kB Progress (5): 652/920 kB | 362/524 kB | 166/273 kB | 24/39 kB | 16/156 kB Progress (5): 652/920 kB | 362/524 kB | 166/273 kB | 24/39 kB | 20/156 kB Progress (5): 652/920 kB | 366/524 kB | 166/273 kB | 24/39 kB | 20/156 kB Progress (5): 656/920 kB | 366/524 kB | 166/273 kB | 24/39 kB | 20/156 kB Progress (5): 656/920 kB | 370/524 kB | 166/273 kB | 24/39 kB | 20/156 kB Progress (5): 656/920 kB | 370/524 kB | 166/273 kB | 24/39 kB | 24/156 kB Progress (5): 656/920 kB | 370/524 kB | 170/273 kB | 24/39 kB | 24/156 kB Progress (5): 656/920 kB | 370/524 kB | 170/273 kB | 24/39 kB | 28/156 kB Progress (5): 656/920 kB | 374/524 kB | 170/273 kB | 24/39 kB | 28/156 kB Progress (5): 660/920 kB | 374/524 kB | 170/273 kB | 24/39 kB | 28/156 kB Progress (5): 660/920 kB | 378/524 kB | 170/273 kB | 24/39 kB | 28/156 kB Progress (5): 660/920 kB | 378/524 kB | 170/273 kB | 24/39 kB | 32/156 kB Progress (5): 660/920 kB | 378/524 kB | 174/273 kB | 24/39 kB | 32/156 kB Progress (5): 660/920 kB | 378/524 kB | 174/273 kB | 24/39 kB | 33/156 kB Progress (5): 660/920 kB | 382/524 kB | 174/273 kB | 24/39 kB | 33/156 kB Progress (5): 664/920 kB | 382/524 kB | 174/273 kB | 24/39 kB | 33/156 kB Progress (5): 664/920 kB | 386/524 kB | 174/273 kB | 24/39 kB | 33/156 kB Progress (5): 664/920 kB | 386/524 kB | 174/273 kB | 24/39 kB | 37/156 kB Progress (5): 664/920 kB | 386/524 kB | 178/273 kB | 24/39 kB | 37/156 kB Progress (5): 664/920 kB | 386/524 kB | 178/273 kB | 24/39 kB | 41/156 kB Progress (5): 664/920 kB | 390/524 kB | 178/273 kB | 24/39 kB | 41/156 kB Progress (5): 668/920 kB | 390/524 kB | 178/273 kB | 24/39 kB | 41/156 kB Progress (5): 668/920 kB | 394/524 kB | 178/273 kB | 24/39 kB | 41/156 kB Progress (5): 668/920 kB | 394/524 kB | 178/273 kB | 24/39 kB | 45/156 kB Progress (5): 668/920 kB | 394/524 kB | 182/273 kB | 24/39 kB | 45/156 kB Progress (5): 668/920 kB | 394/524 kB | 182/273 kB | 24/39 kB | 49/156 kB Progress (5): 668/920 kB | 398/524 kB | 182/273 kB | 24/39 kB | 49/156 kB Progress (5): 672/920 kB | 398/524 kB | 182/273 kB | 24/39 kB | 49/156 kB Progress (5): 672/920 kB | 402/524 kB | 182/273 kB | 24/39 kB | 49/156 kB Progress (5): 672/920 kB | 402/524 kB | 182/273 kB | 24/39 kB | 53/156 kB Progress (5): 672/920 kB | 402/524 kB | 186/273 kB | 24/39 kB | 53/156 kB Progress (5): 672/920 kB | 402/524 kB | 186/273 kB | 24/39 kB | 57/156 kB Progress (5): 672/920 kB | 406/524 kB | 186/273 kB | 24/39 kB | 57/156 kB Progress (5): 676/920 kB | 406/524 kB | 186/273 kB | 24/39 kB | 57/156 kB Progress (5): 676/920 kB | 410/524 kB | 186/273 kB | 24/39 kB | 57/156 kB Progress (5): 676/920 kB | 410/524 kB | 186/273 kB | 24/39 kB | 61/156 kB Progress (5): 676/920 kB | 410/524 kB | 190/273 kB | 24/39 kB | 61/156 kB Progress (5): 676/920 kB | 410/524 kB | 190/273 kB | 24/39 kB | 65/156 kB Progress (5): 676/920 kB | 414/524 kB | 190/273 kB | 24/39 kB | 65/156 kB Progress (5): 680/920 kB | 414/524 kB | 190/273 kB | 24/39 kB | 65/156 kB Progress (5): 680/920 kB | 418/524 kB | 190/273 kB | 24/39 kB | 65/156 kB Progress (5): 680/920 kB | 418/524 kB | 190/273 kB | 24/39 kB | 66/156 kB Progress (5): 680/920 kB | 418/524 kB | 194/273 kB | 24/39 kB | 66/156 kB Progress (5): 680/920 kB | 418/524 kB | 194/273 kB | 24/39 kB | 70/156 kB Progress (5): 680/920 kB | 422/524 kB | 194/273 kB | 24/39 kB | 70/156 kB Progress (5): 684/920 kB | 422/524 kB | 194/273 kB | 24/39 kB | 70/156 kB Progress (5): 684/920 kB | 426/524 kB | 194/273 kB | 24/39 kB | 70/156 kB Progress (5): 684/920 kB | 426/524 kB | 194/273 kB | 24/39 kB | 74/156 kB Progress (5): 684/920 kB | 426/524 kB | 198/273 kB | 24/39 kB | 74/156 kB Progress (5): 684/920 kB | 426/524 kB | 198/273 kB | 24/39 kB | 78/156 kB Progress (5): 684/920 kB | 430/524 kB | 198/273 kB | 24/39 kB | 78/156 kB Progress (5): 688/920 kB | 430/524 kB | 198/273 kB | 24/39 kB | 78/156 kB Progress (5): 688/920 kB | 434/524 kB | 198/273 kB | 24/39 kB | 78/156 kB Progress (5): 688/920 kB | 434/524 kB | 198/273 kB | 24/39 kB | 82/156 kB Progress (5): 688/920 kB | 434/524 kB | 202/273 kB | 24/39 kB | 82/156 kB Progress (5): 688/920 kB | 434/524 kB | 202/273 kB | 24/39 kB | 86/156 kB Progress (5): 688/920 kB | 438/524 kB | 202/273 kB | 24/39 kB | 86/156 kB Progress (5): 692/920 kB | 438/524 kB | 202/273 kB | 24/39 kB | 86/156 kB Progress (5): 692/920 kB | 442/524 kB | 202/273 kB | 24/39 kB | 86/156 kB Progress (5): 692/920 kB | 442/524 kB | 202/273 kB | 24/39 kB | 90/156 kB Progress (5): 692/920 kB | 442/524 kB | 206/273 kB | 24/39 kB | 90/156 kB Progress (5): 692/920 kB | 442/524 kB | 206/273 kB | 24/39 kB | 94/156 kB Progress (5): 692/920 kB | 446/524 kB | 206/273 kB | 24/39 kB | 94/156 kB Progress (5): 696/920 kB | 446/524 kB | 206/273 kB | 24/39 kB | 94/156 kB Progress (5): 696/920 kB | 450/524 kB | 206/273 kB | 24/39 kB | 94/156 kB Progress (5): 696/920 kB | 450/524 kB | 206/273 kB | 24/39 kB | 98/156 kB Progress (5): 696/920 kB | 450/524 kB | 210/273 kB | 24/39 kB | 98/156 kB Progress (5): 696/920 kB | 450/524 kB | 210/273 kB | 24/39 kB | 98/156 kB Progress (5): 696/920 kB | 454/524 kB | 210/273 kB | 24/39 kB | 98/156 kB Progress (5): 700/920 kB | 454/524 kB | 210/273 kB | 24/39 kB | 98/156 kB Progress (5): 700/920 kB | 458/524 kB | 210/273 kB | 24/39 kB | 98/156 kB Progress (5): 700/920 kB | 458/524 kB | 210/273 kB | 24/39 kB | 102/156 kB Progress (5): 700/920 kB | 458/524 kB | 214/273 kB | 24/39 kB | 102/156 kB Progress (5): 700/920 kB | 458/524 kB | 214/273 kB | 24/39 kB | 106/156 kB Progress (5): 700/920 kB | 462/524 kB | 214/273 kB | 24/39 kB | 106/156 kB Progress (5): 704/920 kB | 462/524 kB | 214/273 kB | 24/39 kB | 106/156 kB Progress (5): 704/920 kB | 466/524 kB | 214/273 kB | 24/39 kB | 106/156 kB Progress (5): 704/920 kB | 466/524 kB | 214/273 kB | 24/39 kB | 110/156 kB Progress (5): 704/920 kB | 466/524 kB | 218/273 kB | 24/39 kB | 110/156 kB Progress (5): 704/920 kB | 466/524 kB | 218/273 kB | 24/39 kB | 114/156 kB Progress (5): 704/920 kB | 470/524 kB | 218/273 kB | 24/39 kB | 114/156 kB Progress (5): 708/920 kB | 470/524 kB | 218/273 kB | 24/39 kB | 114/156 kB Progress (5): 708/920 kB | 474/524 kB | 218/273 kB | 24/39 kB | 114/156 kB Progress (5): 708/920 kB | 474/524 kB | 218/273 kB | 24/39 kB | 118/156 kB Progress (5): 708/920 kB | 474/524 kB | 222/273 kB | 24/39 kB | 118/156 kB Progress (5): 708/920 kB | 474/524 kB | 222/273 kB | 24/39 kB | 122/156 kB Progress (5): 708/920 kB | 478/524 kB | 222/273 kB | 24/39 kB | 122/156 kB Progress (5): 712/920 kB | 478/524 kB | 222/273 kB | 24/39 kB | 122/156 kB Progress (5): 712/920 kB | 482/524 kB | 222/273 kB | 24/39 kB | 122/156 kB Progress (5): 712/920 kB | 482/524 kB | 222/273 kB | 24/39 kB | 126/156 kB Progress (5): 712/920 kB | 482/524 kB | 226/273 kB | 24/39 kB | 126/156 kB Progress (5): 712/920 kB | 482/524 kB | 226/273 kB | 24/39 kB | 130/156 kB Progress (5): 712/920 kB | 486/524 kB | 226/273 kB | 24/39 kB | 130/156 kB Progress (5): 716/920 kB | 486/524 kB | 226/273 kB | 24/39 kB | 130/156 kB Progress (5): 716/920 kB | 490/524 kB | 226/273 kB | 24/39 kB | 130/156 kB Progress (5): 716/920 kB | 490/524 kB | 226/273 kB | 24/39 kB | 134/156 kB Progress (5): 716/920 kB | 490/524 kB | 230/273 kB | 24/39 kB | 134/156 kB Progress (5): 716/920 kB | 490/524 kB | 230/273 kB | 24/39 kB | 138/156 kB Progress (5): 716/920 kB | 494/524 kB | 230/273 kB | 24/39 kB | 138/156 kB Progress (5): 720/920 kB | 494/524 kB | 230/273 kB | 24/39 kB | 138/156 kB Progress (5): 720/920 kB | 498/524 kB | 230/273 kB | 24/39 kB | 138/156 kB Progress (5): 720/920 kB | 498/524 kB | 230/273 kB | 24/39 kB | 142/156 kB Progress (5): 720/920 kB | 498/524 kB | 234/273 kB | 24/39 kB | 142/156 kB Progress (5): 720/920 kB | 498/524 kB | 234/273 kB | 24/39 kB | 146/156 kB Progress (5): 720/920 kB | 502/524 kB | 234/273 kB | 24/39 kB | 146/156 kB Progress (5): 724/920 kB | 502/524 kB | 234/273 kB | 24/39 kB | 146/156 kB Progress (5): 724/920 kB | 506/524 kB | 234/273 kB | 24/39 kB | 146/156 kB Progress (5): 724/920 kB | 506/524 kB | 234/273 kB | 24/39 kB | 150/156 kB Progress (5): 724/920 kB | 506/524 kB | 238/273 kB | 24/39 kB | 150/156 kB Progress (5): 724/920 kB | 506/524 kB | 238/273 kB | 24/39 kB | 154/156 kB Progress (5): 724/920 kB | 510/524 kB | 238/273 kB | 24/39 kB | 154/156 kB Progress (5): 728/920 kB | 510/524 kB | 238/273 kB | 24/39 kB | 154/156 kB Progress (5): 728/920 kB | 514/524 kB | 238/273 kB | 24/39 kB | 154/156 kB Progress (5): 728/920 kB | 514/524 kB | 238/273 kB | 24/39 kB | 156 kB Progress (5): 728/920 kB | 514/524 kB | 242/273 kB | 24/39 kB | 156 kB Progress (5): 728/920 kB | 518/524 kB | 242/273 kB | 24/39 kB | 156 kB Progress (5): 732/920 kB | 518/524 kB | 242/273 kB | 24/39 kB | 156 kB Progress (5): 732/920 kB | 522/524 kB | 242/273 kB | 24/39 kB | 156 kB Progress (5): 736/920 kB | 522/524 kB | 242/273 kB | 24/39 kB | 156 kB Progress (5): 736/920 kB | 524 kB | 242/273 kB | 24/39 kB | 156 kB Progress (5): 740/920 kB | 524 kB | 242/273 kB | 24/39 kB | 156 kB Progress (5): 744/920 kB | 524 kB | 242/273 kB | 24/39 kB | 156 kB Progress (5): 748/920 kB | 524 kB | 242/273 kB | 24/39 kB | 156 kB Progress (5): 752/920 kB | 524 kB | 242/273 kB | 24/39 kB | 156 kB Progress (5): 756/920 kB | 524 kB | 242/273 kB | 24/39 kB | 156 kB Progress (5): 760/920 kB | 524 kB | 242/273 kB | 24/39 kB | 156 kB Progress (5): 764/920 kB | 524 kB | 242/273 kB | 24/39 kB | 156 kB Progress (5): 768/920 kB | 524 kB | 242/273 kB | 24/39 kB | 156 kB Progress (5): 772/920 kB | 524 kB | 242/273 kB | 24/39 kB | 156 kB Progress (5): 776/920 kB | 524 kB | 242/273 kB | 24/39 kB | 156 kB Progress (5): 780/920 kB | 524 kB | 242/273 kB | 24/39 kB | 156 kB Progress (5): 784/920 kB | 524 kB | 242/273 kB | 24/39 kB | 156 kB Progress (5): 788/920 kB | 524 kB | 242/273 kB | 24/39 kB | 156 kB Progress (5): 792/920 kB | 524 kB | 242/273 kB | 24/39 kB | 156 kB Progress (5): 796/920 kB | 524 kB | 242/273 kB | 24/39 kB | 156 kB Progress (5): 800/920 kB | 524 kB | 242/273 kB | 24/39 kB | 156 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar (156 kB at 317 kB/s) 15:09:22 [2019-07-19T19:09:22.938Z] Progress (4): 804/920 kB | 524 kB | 242/273 kB | 24/39 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar 15:09:22 [2019-07-19T19:09:22.938Z] Progress (4): 808/920 kB | 524 kB | 242/273 kB | 24/39 kB Progress (4): 812/920 kB | 524 kB | 242/273 kB | 24/39 kB Progress (4): 816/920 kB | 524 kB | 242/273 kB | 24/39 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.jar (524 kB at 967 kB/s) 15:09:22 [2019-07-19T19:09:22.938Z] Progress (4): 816/920 kB | 242/273 kB | 24/39 kB | 4.1/35 kB Progress (4): 820/920 kB | 242/273 kB | 24/39 kB | 4.1/35 kB Progress (4): 820/920 kB | 242/273 kB | 24/39 kB | 7.7/35 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar 15:09:22 [2019-07-19T19:09:22.938Z] Progress (4): 820/920 kB | 242/273 kB | 24/39 kB | 12/35 kB Progress (4): 824/920 kB | 242/273 kB | 24/39 kB | 12/35 kB Progress (4): 824/920 kB | 242/273 kB | 24/39 kB | 16/35 kB Progress (4): 828/920 kB | 242/273 kB | 24/39 kB | 16/35 kB Progress (4): 828/920 kB | 242/273 kB | 24/39 kB | 20/35 kB Progress (4): 832/920 kB | 242/273 kB | 24/39 kB | 20/35 kB Progress (4): 832/920 kB | 242/273 kB | 24/39 kB | 24/35 kB Progress (4): 836/920 kB | 242/273 kB | 24/39 kB | 24/35 kB Progress (4): 836/920 kB | 242/273 kB | 24/39 kB | 28/35 kB Progress (4): 840/920 kB | 242/273 kB | 24/39 kB | 28/35 kB Progress (4): 840/920 kB | 242/273 kB | 24/39 kB | 32/35 kB Progress (4): 844/920 kB | 242/273 kB | 24/39 kB | 32/35 kB Progress (4): 844/920 kB | 242/273 kB | 24/39 kB | 35 kB Progress (4): 848/920 kB | 242/273 kB | 24/39 kB | 35 kB Progress (4): 852/920 kB | 242/273 kB | 24/39 kB | 35 kB Progress (4): 856/920 kB | 242/273 kB | 24/39 kB | 35 kB Progress (4): 860/920 kB | 242/273 kB | 24/39 kB | 35 kB Progress (4): 864/920 kB | 242/273 kB | 24/39 kB | 35 kB Progress (4): 868/920 kB | 242/273 kB | 24/39 kB | 35 kB Progress (4): 872/920 kB | 242/273 kB | 24/39 kB | 35 kB Progress (4): 876/920 kB | 242/273 kB | 24/39 kB | 35 kB Progress (4): 876/920 kB | 246/273 kB | 24/39 kB | 35 kB Progress (4): 880/920 kB | 246/273 kB | 24/39 kB | 35 kB Progress (4): 880/920 kB | 250/273 kB | 24/39 kB | 35 kB Progress (4): 884/920 kB | 250/273 kB | 24/39 kB | 35 kB Progress (4): 884/920 kB | 254/273 kB | 24/39 kB | 35 kB Progress (4): 888/920 kB | 254/273 kB | 24/39 kB | 35 kB Progress (4): 888/920 kB | 258/273 kB | 24/39 kB | 35 kB Progress (4): 892/920 kB | 258/273 kB | 24/39 kB | 35 kB Progress (4): 892/920 kB | 262/273 kB | 24/39 kB | 35 kB Progress (4): 896/920 kB | 262/273 kB | 24/39 kB | 35 kB Progress (4): 896/920 kB | 266/273 kB | 24/39 kB | 35 kB Progress (4): 900/920 kB | 266/273 kB | 24/39 kB | 35 kB Progress (4): 900/920 kB | 270/273 kB | 24/39 kB | 35 kB Progress (4): 904/920 kB | 270/273 kB | 24/39 kB | 35 kB Progress (4): 904/920 kB | 273 kB | 24/39 kB | 35 kB Progress (4): 908/920 kB | 273 kB | 24/39 kB | 35 kB Progress (4): 912/920 kB | 273 kB | 24/39 kB | 35 kB Progress (4): 916/920 kB | 273 kB | 24/39 kB | 35 kB Progress (4): 920/920 kB | 273 kB | 24/39 kB | 35 kB Progress (4): 920 kB | 273 kB | 24/39 kB | 35 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 kB at 63 kB/s) 15:09:22 [2019-07-19T19:09:22.938Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar 15:09:22 [2019-07-19T19:09:22.938Z] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.3.0/org.eclipse.tycho.surefire.osgibooter-1.3.0.jar (920 kB at 1.6 MB/s) 15:09:22 [2019-07-19T19:09:22.938Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar 15:09:22 [2019-07-19T19:09:22.938Z] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.jar (273 kB at 481 kB/s) 15:09:22 [2019-07-19T19:09:22.938Z] Progress (2): 24/39 kB | 4.1/68 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar 15:09:22 [2019-07-19T19:09:22.938Z] Progress (2): 24/39 kB | 7.7/68 kB Progress (2): 28/39 kB | 7.7/68 kB Progress (2): 28/39 kB | 12/68 kB Progress (2): 32/39 kB | 12/68 kB Progress (2): 32/39 kB | 16/68 kB Progress (2): 36/39 kB | 16/68 kB Progress (2): 36/39 kB | 20/68 kB Progress (2): 39 kB | 20/68 kB Progress (2): 39 kB | 24/68 kB Progress (2): 39 kB | 28/68 kB Progress (2): 39 kB | 32/68 kB Progress (2): 39 kB | 33/68 kB Progress (2): 39 kB | 37/68 kB Progress (2): 39 kB | 41/68 kB Progress (2): 39 kB | 45/68 kB Progress (2): 39 kB | 49/68 kB Progress (2): 39 kB | 53/68 kB Progress (2): 39 kB | 57/68 kB Progress (2): 39 kB | 61/68 kB Progress (2): 39 kB | 65/68 kB Progress (2): 39 kB | 68 kB Progress (3): 39 kB | 68 kB | 4.1/332 kB Progress (3): 39 kB | 68 kB | 7.7/332 kB Progress (3): 39 kB | 68 kB | 12/332 kB Progress (3): 39 kB | 68 kB | 16/332 kB Progress (3): 39 kB | 68 kB | 20/332 kB Progress (4): 39 kB | 68 kB | 20/332 kB | 4.1/30 kB Progress (4): 39 kB | 68 kB | 24/332 kB | 4.1/30 kB Progress (4): 39 kB | 68 kB | 24/332 kB | 7.7/30 kB Progress (5): 39 kB | 68 kB | 24/332 kB | 7.7/30 kB | 4.1/38 kB Progress (5): 39 kB | 68 kB | 28/332 kB | 7.7/30 kB | 4.1/38 kB Progress (5): 39 kB | 68 kB | 28/332 kB | 7.7/30 kB | 7.7/38 kB Progress (5): 39 kB | 68 kB | 28/332 kB | 12/30 kB | 7.7/38 kB Progress (5): 39 kB | 68 kB | 28/332 kB | 12/30 kB | 12/38 kB Progress (5): 39 kB | 68 kB | 32/332 kB | 12/30 kB | 12/38 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar (39 kB at 68 kB/s) 15:09:22 [2019-07-19T19:09:22.938Z] Progress (4): 68 kB | 32/332 kB | 12/30 kB | 16/38 kB Progress (4): 68 kB | 32/332 kB | 16/30 kB | 16/38 kB Progress (4): 68 kB | 32/332 kB | 16/30 kB | 20/38 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.jar 15:09:22 [2019-07-19T19:09:22.938Z] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (68 kB at 116 kB/s) 15:09:22 [2019-07-19T19:09:22.938Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar 15:09:23 [2019-07-19T19:09:23.196Z] Progress (3): 33/332 kB | 16/30 kB | 20/38 kB Progress (3): 33/332 kB | 16/30 kB | 24/38 kB Progress (3): 33/332 kB | 20/30 kB | 24/38 kB Progress (3): 33/332 kB | 20/30 kB | 28/38 kB Progress (3): 37/332 kB | 20/30 kB | 28/38 kB Progress (3): 37/332 kB | 20/30 kB | 32/38 kB Progress (3): 37/332 kB | 24/30 kB | 32/38 kB Progress (3): 37/332 kB | 24/30 kB | 36/38 kB Progress (3): 41/332 kB | 24/30 kB | 36/38 kB Progress (3): 41/332 kB | 24/30 kB | 38 kB Progress (3): 41/332 kB | 28/30 kB | 38 kB Progress (3): 45/332 kB | 28/30 kB | 38 kB Progress (3): 45/332 kB | 30 kB | 38 kB Progress (3): 49/332 kB | 30 kB | 38 kB Progress (3): 53/332 kB | 30 kB | 38 kB Progress (3): 57/332 kB | 30 kB | 38 kB Progress (3): 61/332 kB | 30 kB | 38 kB Progress (3): 65/332 kB | 30 kB | 38 kB Progress (3): 66/332 kB | 30 kB | 38 kB Progress (3): 70/332 kB | 30 kB | 38 kB Progress (3): 74/332 kB | 30 kB | 38 kB Progress (3): 78/332 kB | 30 kB | 38 kB Progress (3): 82/332 kB | 30 kB | 38 kB Progress (3): 86/332 kB | 30 kB | 38 kB Progress (4): 86/332 kB | 30 kB | 38 kB | 4.1/35 kB Progress (4): 90/332 kB | 30 kB | 38 kB | 4.1/35 kB Progress (4): 90/332 kB | 30 kB | 38 kB | 7.7/35 kB Progress (4): 94/332 kB | 30 kB | 38 kB | 7.7/35 kB Progress (4): 94/332 kB | 30 kB | 38 kB | 12/35 kB Progress (4): 98/332 kB | 30 kB | 38 kB | 12/35 kB Progress (4): 98/332 kB | 30 kB | 38 kB | 16/35 kB Progress (4): 98/332 kB | 30 kB | 38 kB | 16/35 kB Progress (4): 98/332 kB | 30 kB | 38 kB | 20/35 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar (38 kB at 59 kB/s) 15:09:23 [2019-07-19T19:09:23.196Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar 15:09:23 [2019-07-19T19:09:23.196Z] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (30 kB at 46 kB/s) 15:09:23 [2019-07-19T19:09:23.197Z] Progress (3): 98/332 kB | 20/35 kB | 4.1/108 kB Progress (3): 102/332 kB | 20/35 kB | 4.1/108 kB Progress (3): 102/332 kB | 20/35 kB | 7.7/108 kB Progress (3): 102/332 kB | 24/35 kB | 7.7/108 kB Progress (3): 102/332 kB | 24/35 kB | 12/108 kB Progress (3): 106/332 kB | 24/35 kB | 12/108 kB Progress (3): 106/332 kB | 24/35 kB | 16/108 kB Progress (3): 106/332 kB | 28/35 kB | 16/108 kB Progress (3): 106/332 kB | 28/35 kB | 20/108 kB Progress (3): 110/332 kB | 28/35 kB | 20/108 kB Progress (3): 110/332 kB | 28/35 kB | 24/108 kB Progress (3): 110/332 kB | 32/35 kB | 24/108 kB Progress (3): 110/332 kB | 32/35 kB | 28/108 kB Progress (3): 114/332 kB | 32/35 kB | 28/108 kB Progress (3): 114/332 kB | 32/35 kB | 32/108 kB Progress (3): 118/332 kB | 32/35 kB | 32/108 kB Progress (3): 118/332 kB | 35 kB | 32/108 kB Progress (3): 122/332 kB | 35 kB | 32/108 kB Progress (3): 122/332 kB | 35 kB | 33/108 kB Progress (3): 126/332 kB | 35 kB | 33/108 kB Progress (3): 126/332 kB | 35 kB | 37/108 kB Progress (3): 130/332 kB | 35 kB | 37/108 kB Progress (3): 130/332 kB | 35 kB | 41/108 kB Progress (3): 131/332 kB | 35 kB | 41/108 kB Progress (3): 131/332 kB | 35 kB | 45/108 kB Progress (3): 135/332 kB | 35 kB | 45/108 kB Progress (3): 135/332 kB | 35 kB | 49/108 kB Progress (3): 139/332 kB | 35 kB | 49/108 kB Progress (3): 139/332 kB | 35 kB | 53/108 kB Progress (3): 143/332 kB | 35 kB | 53/108 kB Progress (3): 143/332 kB | 35 kB | 57/108 kB Progress (3): 147/332 kB | 35 kB | 57/108 kB Progress (3): 147/332 kB | 35 kB | 61/108 kB Progress (3): 151/332 kB | 35 kB | 61/108 kB Progress (3): 151/332 kB | 35 kB | 65/108 kB Progress (3): 155/332 kB | 35 kB | 65/108 kB Progress (3): 155/332 kB | 35 kB | 66/108 kB Progress (3): 159/332 kB | 35 kB | 66/108 kB Progress (3): 159/332 kB | 35 kB | 70/108 kB Progress (3): 163/332 kB | 35 kB | 70/108 kB Progress (3): 163/332 kB | 35 kB | 74/108 kB Progress (3): 164/332 kB | 35 kB | 74/108 kB Progress (3): 164/332 kB | 35 kB | 78/108 kB Progress (3): 168/332 kB | 35 kB | 78/108 kB Progress (3): 168/332 kB | 35 kB | 82/108 kB Progress (3): 172/332 kB | 35 kB | 82/108 kB Progress (3): 172/332 kB | 35 kB | 86/108 kB Progress (3): 176/332 kB | 35 kB | 86/108 kB Progress (3): 176/332 kB | 35 kB | 90/108 kB Progress (3): 180/332 kB | 35 kB | 90/108 kB Progress (3): 180/332 kB | 35 kB | 94/108 kB Progress (3): 184/332 kB | 35 kB | 94/108 kB Progress (3): 184/332 kB | 35 kB | 98/108 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.jar (35 kB at 53 kB/s) 15:09:23 [2019-07-19T19:09:23.197Z] Progress (2): 188/332 kB | 98/108 kB Progress (2): 188/332 kB | 102/108 kB Progress (2): 192/332 kB | 102/108 kB Progress (2): 192/332 kB | 106/108 kB Progress (2): 196/332 kB | 106/108 kB Progress (2): 196/332 kB | 108 kB Progress (2): 200/332 kB | 108 kB Progress (2): 204/332 kB | 108 kB Progress (2): 208/332 kB | 108 kB Progress (3): 208/332 kB | 108 kB | 4.1/315 kB Progress (3): 212/332 kB | 108 kB | 4.1/315 kB Progress (3): 212/332 kB | 108 kB | 7.7/315 kB Progress (3): 216/332 kB | 108 kB | 7.7/315 kB Progress (3): 216/332 kB | 108 kB | 12/315 kB Progress (3): 220/332 kB | 108 kB | 12/315 kB Progress (3): 220/332 kB | 108 kB | 16/315 kB Progress (3): 224/332 kB | 108 kB | 16/315 kB Progress (3): 224/332 kB | 108 kB | 20/315 kB Progress (3): 228/332 kB | 108 kB | 20/315 kB Progress (3): 228/332 kB | 108 kB | 24/315 kB Progress (3): 232/332 kB | 108 kB | 24/315 kB Progress (3): 232/332 kB | 108 kB | 28/315 kB Progress (3): 236/332 kB | 108 kB | 28/315 kB Progress (3): 236/332 kB | 108 kB | 32/315 kB Progress (3): 240/332 kB | 108 kB | 32/315 kB Progress (3): 240/332 kB | 108 kB | 33/315 kB Progress (3): 244/332 kB | 108 kB | 33/315 kB Progress (3): 244/332 kB | 108 kB | 37/315 kB Progress (3): 248/332 kB | 108 kB | 37/315 kB Progress (3): 248/332 kB | 108 kB | 41/315 kB Progress (3): 252/332 kB | 108 kB | 41/315 kB Progress (3): 252/332 kB | 108 kB | 45/315 kB Progress (3): 256/332 kB | 108 kB | 45/315 kB Progress (3): 256/332 kB | 108 kB | 49/315 kB Progress (3): 260/332 kB | 108 kB | 49/315 kB Progress (3): 260/332 kB | 108 kB | 53/315 kB Progress (3): 264/332 kB | 108 kB | 53/315 kB Progress (3): 264/332 kB | 108 kB | 57/315 kB Progress (3): 268/332 kB | 108 kB | 57/315 kB Progress (3): 268/332 kB | 108 kB | 61/315 kB Progress (3): 272/332 kB | 108 kB | 61/315 kB Progress (3): 272/332 kB | 108 kB | 65/315 kB Progress (3): 276/332 kB | 108 kB | 65/315 kB Progress (3): 276/332 kB | 108 kB | 66/315 kB Progress (3): 280/332 kB | 108 kB | 66/315 kB Progress (3): 280/332 kB | 108 kB | 70/315 kB Progress (3): 284/332 kB | 108 kB | 70/315 kB Progress (3): 284/332 kB | 108 kB | 74/315 kB Progress (3): 288/332 kB | 108 kB | 74/315 kB Progress (3): 288/332 kB | 108 kB | 78/315 kB Progress (3): 292/332 kB | 108 kB | 78/315 kB Progress (3): 292/332 kB | 108 kB | 82/315 kB Progress (3): 296/332 kB | 108 kB | 82/315 kB Progress (3): 296/332 kB | 108 kB | 86/315 kB Progress (3): 300/332 kB | 108 kB | 86/315 kB Progress (3): 300/332 kB | 108 kB | 90/315 kB Progress (3): 304/332 kB | 108 kB | 90/315 kB Progress (3): 304/332 kB | 108 kB | 94/315 kB Progress (3): 308/332 kB | 108 kB | 94/315 kB Progress (3): 308/332 kB | 108 kB | 98/315 kB Progress (3): 312/332 kB | 108 kB | 98/315 kB Progress (3): 312/332 kB | 108 kB | 98/315 kB Progress (3): 316/332 kB | 108 kB | 98/315 kB Progress (3): 316/332 kB | 108 kB | 102/315 kB Progress (3): 320/332 kB | 108 kB | 102/315 kB Progress (3): 320/332 kB | 108 kB | 106/315 kB Progress (3): 324/332 kB | 108 kB | 106/315 kB Progress (3): 324/332 kB | 108 kB | 110/315 kB Progress (3): 328/332 kB | 108 kB | 110/315 kB Progress (3): 328/332 kB | 108 kB | 114/315 kB Progress (3): 332 kB | 108 kB | 114/315 kB Progress (3): 332 kB | 108 kB | 118/315 kB Progress (3): 332 kB | 108 kB | 122/315 kB Progress (3): 332 kB | 108 kB | 126/315 kB Progress (3): 332 kB | 108 kB | 130/315 kB Progress (3): 332 kB | 108 kB | 131/315 kB Progress (3): 332 kB | 108 kB | 135/315 kB Progress (3): 332 kB | 108 kB | 139/315 kB Progress (3): 332 kB | 108 kB | 143/315 kB Progress (3): 332 kB | 108 kB | 147/315 kB Progress (3): 332 kB | 108 kB | 151/315 kB Progress (3): 332 kB | 108 kB | 155/315 kB Progress (3): 332 kB | 108 kB | 159/315 kB Progress (3): 332 kB | 108 kB | 163/315 kB Progress (3): 332 kB | 108 kB | 164/315 kB Progress (3): 332 kB | 108 kB | 168/315 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar (108 kB at 160 kB/s) 15:09:23 [2019-07-19T19:09:23.197Z] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (332 kB at 489 kB/s) 15:09:23 [2019-07-19T19:09:23.197Z] Progress (1): 172/315 kB Progress (1): 176/315 kB Progress (1): 180/315 kB Progress (1): 184/315 kB Progress (1): 188/315 kB Progress (1): 192/315 kB Progress (1): 196/315 kB Progress (1): 197/315 kB Progress (1): 201/315 kB Progress (1): 205/315 kB Progress (1): 209/315 kB Progress (1): 213/315 kB Progress (1): 217/315 kB Progress (1): 221/315 kB Progress (1): 225/315 kB Progress (1): 229/315 kB Progress (1): 229/315 kB Progress (1): 233/315 kB Progress (1): 237/315 kB Progress (1): 241/315 kB Progress (1): 245/315 kB Progress (1): 249/315 kB Progress (1): 253/315 kB Progress (1): 257/315 kB Progress (1): 261/315 kB Progress (1): 262/315 kB Progress (1): 266/315 kB Progress (1): 270/315 kB Progress (1): 274/315 kB Progress (1): 278/315 kB Progress (1): 282/315 kB Progress (1): 286/315 kB Progress (1): 290/315 kB Progress (1): 294/315 kB Progress (1): 298/315 kB Progress (1): 302/315 kB Progress (1): 306/315 kB Progress (1): 310/315 kB Progress (1): 314/315 kB Progress (1): 315 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar (315 kB at 448 kB/s) 15:09:24 [2019-07-19T19:09:24.130Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.pom 15:09:24 [2019-07-19T19:09:24.130Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.pom 15:09:24 [2019-07-19T19:09:24.130Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.pom 15:09:24 [2019-07-19T19:09:24.130Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.pom 15:09:24 [2019-07-19T19:09:24.130Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.pom 15:09:24 [2019-07-19T19:09:24.130Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.pom 15:09:24 [2019-07-19T19:09:24.130Z] Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.pom (3.3 kB at 184 kB/s) 15:09:24 [2019-07-19T19:09:24.130Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom 15:09:24 [2019-07-19T19:09:24.130Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom 15:09:24 [2019-07-19T19:09:24.130Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom 15:09:24 [2019-07-19T19:09:24.389Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom 15:09:24 [2019-07-19T19:09:24.389Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom 15:09:24 [2019-07-19T19:09:24.389Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom 15:09:24 [2019-07-19T19:09:24.389Z] Progress (1): 4.1/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom (11 kB at 307 kB/s) 15:09:24 [2019-07-19T19:09:24.389Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.jar 15:09:24 [2019-07-19T19:09:24.389Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.jar 15:09:24 [2019-07-19T19:09:24.389Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.jar 15:09:24 [2019-07-19T19:09:24.646Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.jar 15:09:24 [2019-07-19T19:09:24.646Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.jar 15:09:24 [2019-07-19T19:09:24.646Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.jar 15:09:24 [2019-07-19T19:09:24.903Z] Progress (1): 4.1/36 kB Progress (1): 7.7/36 kB Progress (1): 12/36 kB Progress (1): 16/36 kB Progress (1): 20/36 kB Progress (1): 24/36 kB Progress (1): 28/36 kB Progress (1): 32/36 kB Progress (1): 36/36 kB Progress (1): 36 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.jar (36 kB at 679 kB/s) 15:09:24 [2019-07-19T19:09:24.903Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/antlr/antlr3-maven-plugin/3.5.2/antlr3-maven-plugin-3.5.2.pom 15:09:24 [2019-07-19T19:09:24.903Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/antlr/antlr3-maven-plugin/3.5.2/antlr3-maven-plugin-3.5.2.pom 15:09:25 [2019-07-19T19:09:25.161Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/antlr/antlr3-maven-plugin/3.5.2/antlr3-maven-plugin-3.5.2.pom 15:09:25 [2019-07-19T19:09:25.161Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/antlr/antlr3-maven-plugin/3.5.2/antlr3-maven-plugin-3.5.2.pom 15:09:25 [2019-07-19T19:09:25.161Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/antlr/antlr3-maven-plugin/3.5.2/antlr3-maven-plugin-3.5.2.pom 15:09:25 [2019-07-19T19:09:25.161Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr3-maven-plugin/3.5.2/antlr3-maven-plugin-3.5.2.pom 15:09:25 [2019-07-19T19:09:25.420Z] Progress (1): 4.1/8.3 kB Progress (1): 7.7/8.3 kB Progress (1): 8.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr3-maven-plugin/3.5.2/antlr3-maven-plugin-3.5.2.pom (8.3 kB at 149 kB/s) 15:09:25 [2019-07-19T19:09:25.420Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/antlr/antlr-master/3.5.2/antlr-master-3.5.2.pom 15:09:25 [2019-07-19T19:09:25.420Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/antlr/antlr-master/3.5.2/antlr-master-3.5.2.pom 15:09:25 [2019-07-19T19:09:25.420Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/antlr/antlr-master/3.5.2/antlr-master-3.5.2.pom 15:09:25 [2019-07-19T19:09:25.678Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/antlr/antlr-master/3.5.2/antlr-master-3.5.2.pom 15:09:25 [2019-07-19T19:09:25.678Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/antlr/antlr-master/3.5.2/antlr-master-3.5.2.pom 15:09:25 [2019-07-19T19:09:25.936Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-master/3.5.2/antlr-master-3.5.2.pom 15:09:25 [2019-07-19T19:09:25.936Z] Progress (1): 4.1/12 kB Progress (1): 7.7/12 kB Progress (1): 12/12 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-master/3.5.2/antlr-master-3.5.2.pom (12 kB at 286 kB/s) 15:09:25 [2019-07-19T19:09:25.936Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/antlr/antlr3-maven-plugin/3.5.2/antlr3-maven-plugin-3.5.2.jar 15:09:25 [2019-07-19T19:09:25.936Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/antlr/antlr3-maven-plugin/3.5.2/antlr3-maven-plugin-3.5.2.jar 15:09:25 [2019-07-19T19:09:25.936Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/antlr/antlr3-maven-plugin/3.5.2/antlr3-maven-plugin-3.5.2.jar 15:09:26 [2019-07-19T19:09:26.193Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/antlr/antlr3-maven-plugin/3.5.2/antlr3-maven-plugin-3.5.2.jar 15:09:26 [2019-07-19T19:09:26.193Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/antlr/antlr3-maven-plugin/3.5.2/antlr3-maven-plugin-3.5.2.jar 15:09:26 [2019-07-19T19:09:26.193Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr3-maven-plugin/3.5.2/antlr3-maven-plugin-3.5.2.jar 15:09:26 [2019-07-19T19:09:26.193Z] Progress (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr3-maven-plugin/3.5.2/antlr3-maven-plugin-3.5.2.jar (13 kB at 221 kB/s) 15:09:26 [2019-07-19T19:09:26.193Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/extras/tycho-eclipserun-plugin/1.3.0/tycho-eclipserun-plugin-1.3.0.pom 15:09:26 [2019-07-19T19:09:26.193Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-eclipserun-plugin/1.3.0/tycho-eclipserun-plugin-1.3.0.pom 15:09:26 [2019-07-19T19:09:26.451Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/extras/tycho-eclipserun-plugin/1.3.0/tycho-eclipserun-plugin-1.3.0.pom 15:09:26 [2019-07-19T19:09:26.709Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/extras/tycho-eclipserun-plugin/1.3.0/tycho-eclipserun-plugin-1.3.0.pom 15:09:26 [2019-07-19T19:09:26.709Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/extras/tycho-eclipserun-plugin/1.3.0/tycho-eclipserun-plugin-1.3.0.pom 15:09:26 [2019-07-19T19:09:26.709Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-eclipserun-plugin/1.3.0/tycho-eclipserun-plugin-1.3.0.pom 15:09:26 [2019-07-19T19:09:26.967Z] Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-eclipserun-plugin/1.3.0/tycho-eclipserun-plugin-1.3.0.pom (2.0 kB at 38 kB/s) 15:09:26 [2019-07-19T19:09:26.967Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/extras/tycho-eclipserun-plugin/1.3.0/tycho-eclipserun-plugin-1.3.0.jar 15:09:26 [2019-07-19T19:09:26.967Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-eclipserun-plugin/1.3.0/tycho-eclipserun-plugin-1.3.0.jar 15:09:26 [2019-07-19T19:09:26.967Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/extras/tycho-eclipserun-plugin/1.3.0/tycho-eclipserun-plugin-1.3.0.jar 15:09:27 [2019-07-19T19:09:27.225Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/extras/tycho-eclipserun-plugin/1.3.0/tycho-eclipserun-plugin-1.3.0.jar 15:09:27 [2019-07-19T19:09:27.225Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/extras/tycho-eclipserun-plugin/1.3.0/tycho-eclipserun-plugin-1.3.0.jar 15:09:27 [2019-07-19T19:09:27.225Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-eclipserun-plugin/1.3.0/tycho-eclipserun-plugin-1.3.0.jar 15:09:27 [2019-07-19T19:09:27.225Z] Progress (1): 4.1/12 kB Progress (1): 7.7/12 kB Progress (1): 12/12 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-eclipserun-plugin/1.3.0/tycho-eclipserun-plugin-1.3.0.jar (12 kB at 243 kB/s) 15:09:27 [2019-07-19T19:09:27.225Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/extras/tycho-p2-extras-plugin/1.3.0/tycho-p2-extras-plugin-1.3.0.pom 15:09:27 [2019-07-19T19:09:27.225Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-p2-extras-plugin/1.3.0/tycho-p2-extras-plugin-1.3.0.pom 15:09:27 [2019-07-19T19:09:27.225Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/extras/tycho-p2-extras-plugin/1.3.0/tycho-p2-extras-plugin-1.3.0.pom 15:09:27 [2019-07-19T19:09:27.483Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/extras/tycho-p2-extras-plugin/1.3.0/tycho-p2-extras-plugin-1.3.0.pom 15:09:27 [2019-07-19T19:09:27.483Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/extras/tycho-p2-extras-plugin/1.3.0/tycho-p2-extras-plugin-1.3.0.pom 15:09:27 [2019-07-19T19:09:27.483Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-p2-extras-plugin/1.3.0/tycho-p2-extras-plugin-1.3.0.pom 15:09:27 [2019-07-19T19:09:27.483Z] Progress (1): 4.1/5.6 kB Progress (1): 5.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-p2-extras-plugin/1.3.0/tycho-p2-extras-plugin-1.3.0.pom (5.6 kB at 143 kB/s) 15:09:27 [2019-07-19T19:09:27.484Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/extras/tycho-p2-extras-plugin/1.3.0/tycho-p2-extras-plugin-1.3.0.jar 15:09:27 [2019-07-19T19:09:27.484Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-p2-extras-plugin/1.3.0/tycho-p2-extras-plugin-1.3.0.jar 15:09:27 [2019-07-19T19:09:27.741Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/extras/tycho-p2-extras-plugin/1.3.0/tycho-p2-extras-plugin-1.3.0.jar 15:09:27 [2019-07-19T19:09:27.741Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/extras/tycho-p2-extras-plugin/1.3.0/tycho-p2-extras-plugin-1.3.0.jar 15:09:27 [2019-07-19T19:09:27.741Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/extras/tycho-p2-extras-plugin/1.3.0/tycho-p2-extras-plugin-1.3.0.jar 15:09:27 [2019-07-19T19:09:27.999Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-p2-extras-plugin/1.3.0/tycho-p2-extras-plugin-1.3.0.jar 15:09:28 [2019-07-19T19:09:28.000Z] Progress (1): 4.1/29 kB Progress (1): 7.7/29 kB Progress (1): 12/29 kB Progress (1): 16/29 kB Progress (1): 20/29 kB Progress (1): 24/29 kB Progress (1): 28/29 kB Progress (1): 29 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-p2-extras-plugin/1.3.0/tycho-p2-extras-plugin-1.3.0.jar (29 kB at 530 kB/s) 15:09:28 [2019-07-19T19:09:28.566Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-p2-director-plugin/1.3.0/tycho-p2-director-plugin-1.3.0.pom 15:09:28 [2019-07-19T19:09:28.566Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-director-plugin/1.3.0/tycho-p2-director-plugin-1.3.0.pom 15:09:28 [2019-07-19T19:09:28.566Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/tycho-p2-director-plugin/1.3.0/tycho-p2-director-plugin-1.3.0.pom 15:09:28 [2019-07-19T19:09:28.824Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-p2-director-plugin/1.3.0/tycho-p2-director-plugin-1.3.0.pom 15:09:28 [2019-07-19T19:09:28.824Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-p2-director-plugin/1.3.0/tycho-p2-director-plugin-1.3.0.pom 15:09:28 [2019-07-19T19:09:28.824Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-director-plugin/1.3.0/tycho-p2-director-plugin-1.3.0.pom 15:09:28 [2019-07-19T19:09:28.824Z] Progress (1): 2.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-director-plugin/1.3.0/tycho-p2-director-plugin-1.3.0.pom (2.9 kB at 64 kB/s) 15:09:28 [2019-07-19T19:09:28.824Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-p2-director-plugin/1.3.0/tycho-p2-director-plugin-1.3.0.jar 15:09:28 [2019-07-19T19:09:28.824Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-director-plugin/1.3.0/tycho-p2-director-plugin-1.3.0.jar 15:09:28 [2019-07-19T19:09:28.824Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/tycho-p2-director-plugin/1.3.0/tycho-p2-director-plugin-1.3.0.jar 15:09:29 [2019-07-19T19:09:29.082Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-p2-director-plugin/1.3.0/tycho-p2-director-plugin-1.3.0.jar 15:09:29 [2019-07-19T19:09:29.082Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-p2-director-plugin/1.3.0/tycho-p2-director-plugin-1.3.0.jar 15:09:29 [2019-07-19T19:09:29.082Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-director-plugin/1.3.0/tycho-p2-director-plugin-1.3.0.jar 15:09:29 [2019-07-19T19:09:29.342Z] Progress (1): 4.1/45 kB Progress (1): 7.7/45 kB Progress (1): 12/45 kB Progress (1): 16/45 kB Progress (1): 20/45 kB Progress (1): 24/45 kB Progress (1): 28/45 kB Progress (1): 32/45 kB Progress (1): 36/45 kB Progress (1): 40/45 kB Progress (1): 44/45 kB Progress (1): 45 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-director-plugin/1.3.0/tycho-p2-director-plugin-1.3.0.jar (45 kB at 685 kB/s) 15:09:29 [2019-07-19T19:09:29.342Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-standalone-p2-director/1.3.0/tycho-standalone-p2-director-1.3.0.pom 15:09:29 [2019-07-19T19:09:29.342Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-standalone-p2-director/1.3.0/tycho-standalone-p2-director-1.3.0.pom 15:09:29 [2019-07-19T19:09:29.342Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/tycho-standalone-p2-director/1.3.0/tycho-standalone-p2-director-1.3.0.pom 15:09:29 [2019-07-19T19:09:29.600Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-standalone-p2-director/1.3.0/tycho-standalone-p2-director-1.3.0.pom 15:09:29 [2019-07-19T19:09:29.600Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-standalone-p2-director/1.3.0/tycho-standalone-p2-director-1.3.0.pom 15:09:29 [2019-07-19T19:09:29.600Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-standalone-p2-director/1.3.0/tycho-standalone-p2-director-1.3.0.pom 15:09:30 [2019-07-19T19:09:30.165Z] Progress (1): 1.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-standalone-p2-director/1.3.0/tycho-standalone-p2-director-1.3.0.pom (1.8 kB at 5.8 kB/s) 15:09:30 [2019-07-19T19:09:30.165Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-standalone-p2-director/1.3.0/tycho-standalone-p2-director-1.3.0.zip 15:09:30 [2019-07-19T19:09:30.165Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-compress/1.15/commons-compress-1.15-sources.jar 15:09:30 [2019-07-19T19:09:30.165Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-standalone-p2-director/1.3.0/tycho-standalone-p2-director-1.3.0.zip 15:09:30 [2019-07-19T19:09:30.165Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-compress/1.15/commons-compress-1.15-sources.jar 15:09:30 [2019-07-19T19:09:30.165Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/tycho-standalone-p2-director/1.3.0/tycho-standalone-p2-director-1.3.0.zip 15:09:30 [2019-07-19T19:09:30.165Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/commons/commons-compress/1.15/commons-compress-1.15-sources.jar 15:09:30 [2019-07-19T19:09:30.423Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-standalone-p2-director/1.3.0/tycho-standalone-p2-director-1.3.0.zip 15:09:30 [2019-07-19T19:09:30.423Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-compress/1.15/commons-compress-1.15-sources.jar 15:09:30 [2019-07-19T19:09:30.423Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-standalone-p2-director/1.3.0/tycho-standalone-p2-director-1.3.0.zip 15:09:30 [2019-07-19T19:09:30.423Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-compress/1.15/commons-compress-1.15-sources.jar 15:09:30 [2019-07-19T19:09:30.423Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-standalone-p2-director/1.3.0/tycho-standalone-p2-director-1.3.0.zip 15:09:30 [2019-07-19T19:09:30.423Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15-sources.jar 15:09:30 [2019-07-19T19:09:30.423Z] Progress (1): 4.1/512 kB Progress (1): 7.7/512 kB Progress (1): 12/512 kB Progress (1): 16/512 kB Progress (1): 20/512 kB Progress (1): 24/512 kB Progress (1): 28/512 kB Progress (1): 32/512 kB Progress (1): 36/512 kB Progress (1): 40/512 kB Progress (1): 44/512 kB Progress (1): 48/512 kB Progress (1): 52/512 kB Progress (1): 56/512 kB Progress (1): 60/512 kB Progress (1): 64/512 kB Progress (1): 68/512 kB Progress (1): 72/512 kB Progress (1): 76/512 kB Progress (1): 80/512 kB Progress (1): 84/512 kB Progress (1): 88/512 kB Progress (1): 92/512 kB Progress (1): 96/512 kB Progress (1): 100/512 kB Progress (1): 104/512 kB Progress (1): 108/512 kB Progress (1): 112/512 kB Progress (1): 116/512 kB Progress (1): 120/512 kB Progress (1): 124/512 kB Progress (1): 128/512 kB Progress (1): 132/512 kB Progress (1): 136/512 kB Progress (1): 140/512 kB Progress (1): 144/512 kB Progress (1): 148/512 kB Progress (1): 152/512 kB Progress (1): 156/512 kB Progress (1): 160/512 kB Progress (1): 164/512 kB Progress (1): 168/512 kB Progress (1): 172/512 kB Progress (1): 176/512 kB Progress (1): 180/512 kB Progress (1): 184/512 kB Progress (1): 188/512 kB Progress (1): 192/512 kB Progress (1): 196/512 kB Progress (1): 200/512 kB Progress (1): 204/512 kB Progress (1): 208/512 kB Progress (1): 212/512 kB Progress (1): 216/512 kB Progress (1): 220/512 kB Progress (1): 224/512 kB Progress (1): 228/512 kB Progress (1): 232/512 kB Progress (1): 236/512 kB Progress (1): 240/512 kB Progress (1): 244/512 kB Progress (1): 248/512 kB Progress (1): 252/512 kB Progress (1): 256/512 kB Progress (1): 260/512 kB Progress (1): 264/512 kB Progress (1): 268/512 kB Progress (1): 272/512 kB Progress (1): 276/512 kB Progress (1): 280/512 kB Progress (1): 284/512 kB Progress (1): 288/512 kB Progress (1): 292/512 kB Progress (1): 296/512 kB Progress (1): 300/512 kB Progress (1): 304/512 kB Progress (1): 308/512 kB Progress (1): 312/512 kB Progress (1): 316/512 kB Progress (1): 320/512 kB Progress (1): 324/512 kB Progress (1): 328/512 kB Progress (1): 332/512 kB Progress (1): 336/512 kB Progress (1): 340/512 kB Progress (1): 344/512 kB Progress (1): 348/512 kB Progress (1): 352/512 kB Progress (1): 356/512 kB Progress (1): 360/512 kB Progress (1): 364/512 kB Progress (1): 368/512 kB Progress (1): 372/512 kB Progress (1): 376/512 kB Progress (1): 380/512 kB Progress (1): 384/512 kB Progress (1): 388/512 kB Progress (1): 392/512 kB Progress (1): 396/512 kB Progress (1): 400/512 kB Progress (1): 404/512 kB Progress (1): 408/512 kB Progress (1): 412/512 kB Progress (1): 416/512 kB Progress (1): 420/512 kB Progress (1): 424/512 kB Progress (1): 428/512 kB Progress (1): 432/512 kB Progress (1): 436/512 kB Progress (1): 440/512 kB Progress (1): 444/512 kB Progress (1): 448/512 kB Progress (1): 452/512 kB Progress (1): 456/512 kB Progress (2): 456/512 kB | 0/8.0 MB Progress (2): 460/512 kB | 0/8.0 MB Progress (2): 460/512 kB | 0/8.0 MB Progress (2): 464/512 kB | 0/8.0 MB Progress (2): 464/512 kB | 0/8.0 MB Progress (2): 468/512 kB | 0/8.0 MB Progress (2): 468/512 kB | 0/8.0 MB Progress (2): 472/512 kB | 0/8.0 MB Progress (2): 472/512 kB | 0/8.0 MB Progress (2): 476/512 kB | 0/8.0 MB Progress (2): 476/512 kB | 0/8.0 MB Progress (2): 480/512 kB | 0/8.0 MB Progress (2): 480/512 kB | 0/8.0 MB Progress (2): 484/512 kB | 0/8.0 MB Progress (2): 484/512 kB | 0/8.0 MB Progress (2): 488/512 kB | 0/8.0 MB Progress (2): 488/512 kB | 0/8.0 MB Progress (2): 492/512 kB | 0/8.0 MB Progress (2): 492/512 kB | 0/8.0 MB Progress (2): 496/512 kB | 0/8.0 MB Progress (2): 496/512 kB | 0/8.0 MB Progress (2): 500/512 kB | 0/8.0 MB Progress (2): 500/512 kB | 0/8.0 MB Progress (2): 504/512 kB | 0/8.0 MB Progress (2): 504/512 kB | 0.1/8.0 MB Progress (2): 508/512 kB | 0.1/8.0 MB Progress (2): 508/512 kB | 0.1/8.0 MB Progress (2): 512/512 kB | 0.1/8.0 MB Progress (2): 512/512 kB | 0.1/8.0 MB Progress (2): 512 kB | 0.1/8.0 MB Progress (2): 512 kB | 0.1/8.0 MB Progress (2): 512 kB | 0.1/8.0 MB Progress (2): 512 kB | 0.1/8.0 MB Progress (2): 512 kB | 0.1/8.0 MB Progress (2): 512 kB | 0.1/8.0 MB Progress (2): 512 kB | 0.1/8.0 MB Progress (2): 512 kB | 0.1/8.0 MB Progress (2): 512 kB | 0.1/8.0 MB Progress (2): 512 kB | 0.1/8.0 MB Progress (2): 512 kB | 0.1/8.0 MB Progress (2): 512 kB | 0.1/8.0 MB Progress (2): 512 kB | 0.1/8.0 MB Progress (2): 512 kB | 0.1/8.0 MB Progress (2): 512 kB | 0.1/8.0 MB Progress (2): 512 kB | 0.1/8.0 MB Progress (2): 512 kB | 0.1/8.0 MB Progress (2): 512 kB | 0.1/8.0 MB Progress (2): 512 kB | 0.1/8.0 MB Progress (2): 512 kB | 0.1/8.0 MB Progress (2): 512 kB | 0.1/8.0 MB Progress (2): 512 kB | 0.1/8.0 MB Progress (2): 512 kB | 0.1/8.0 MB Progress (2): 512 kB | 0.2/8.0 MB Progress (2): 512 kB | 0.2/8.0 MB Progress (2): 512 kB | 0.2/8.0 MB Progress (2): 512 kB | 0.2/8.0 MB Progress (2): 512 kB | 0.2/8.0 MB Progress (2): 512 kB | 0.2/8.0 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15-sources.jar (512 kB at 7.2 MB/s) 15:09:31 [2019-07-19T19:09:31.199Z] Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-standalone-p2-director/1.3.0/tycho-standalone-p2-director-1.3.0.zip (8.0 MB at 9.5 MB/s) 15:09:31 [2019-07-19T19:09:31.456Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-p2-publisher-plugin/1.3.0/tycho-p2-publisher-plugin-1.3.0.pom 15:09:31 [2019-07-19T19:09:31.456Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-publisher-plugin/1.3.0/tycho-p2-publisher-plugin-1.3.0.pom 15:09:31 [2019-07-19T19:09:31.456Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/tycho-p2-publisher-plugin/1.3.0/tycho-p2-publisher-plugin-1.3.0.pom 15:09:31 [2019-07-19T19:09:31.713Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-p2-publisher-plugin/1.3.0/tycho-p2-publisher-plugin-1.3.0.pom 15:09:31 [2019-07-19T19:09:31.713Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-p2-publisher-plugin/1.3.0/tycho-p2-publisher-plugin-1.3.0.pom 15:09:31 [2019-07-19T19:09:31.713Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.3.0/tycho-p2-publisher-plugin-1.3.0.pom 15:09:31 [2019-07-19T19:09:31.713Z] Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.3.0/tycho-p2-publisher-plugin-1.3.0.pom (2.0 kB at 43 kB/s) 15:09:31 [2019-07-19T19:09:31.713Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-p2-publisher-plugin/1.3.0/tycho-p2-publisher-plugin-1.3.0.jar 15:09:31 [2019-07-19T19:09:31.713Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-publisher-plugin/1.3.0/tycho-p2-publisher-plugin-1.3.0.jar 15:09:31 [2019-07-19T19:09:31.713Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/tycho-p2-publisher-plugin/1.3.0/tycho-p2-publisher-plugin-1.3.0.jar 15:09:31 [2019-07-19T19:09:31.971Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-p2-publisher-plugin/1.3.0/tycho-p2-publisher-plugin-1.3.0.jar 15:09:31 [2019-07-19T19:09:31.971Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-p2-publisher-plugin/1.3.0/tycho-p2-publisher-plugin-1.3.0.jar 15:09:31 [2019-07-19T19:09:31.971Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.3.0/tycho-p2-publisher-plugin-1.3.0.jar 15:09:32 [2019-07-19T19:09:32.229Z] Progress (1): 4.1/22 kB Progress (1): 7.7/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.3.0/tycho-p2-publisher-plugin-1.3.0.jar (22 kB at 446 kB/s) 15:09:32 [2019-07-19T19:09:32.229Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom 15:09:32 [2019-07-19T19:09:32.229Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom 15:09:32 [2019-07-19T19:09:32.229Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom 15:09:32 [2019-07-19T19:09:32.229Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom 15:09:32 [2019-07-19T19:09:32.229Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom 15:09:32 [2019-07-19T19:09:32.487Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom 15:09:32 [2019-07-19T19:09:32.487Z] Progress (1): 4.1/17 kB Progress (1): 7.7/17 kB Progress (1): 12/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom (17 kB at 188 kB/s) 15:09:32 [2019-07-19T19:09:32.487Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/22/commons-parent-22.pom 15:09:32 [2019-07-19T19:09:32.487Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/22/commons-parent-22.pom 15:09:32 [2019-07-19T19:09:32.487Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/commons/commons-parent/22/commons-parent-22.pom 15:09:32 [2019-07-19T19:09:32.745Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-parent/22/commons-parent-22.pom 15:09:32 [2019-07-19T19:09:32.745Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-parent/22/commons-parent-22.pom 15:09:32 [2019-07-19T19:09:32.745Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom 15:09:32 [2019-07-19T19:09:32.745Z] Progress (1): 4.1/42 kB Progress (1): 7.7/42 kB Progress (1): 12/42 kB Progress (1): 16/42 kB Progress (1): 20/42 kB Progress (1): 24/42 kB Progress (1): 28/42 kB Progress (1): 32/42 kB Progress (1): 36/42 kB Progress (1): 40/42 kB Progress (1): 42 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom (42 kB at 806 kB/s) 15:09:32 [2019-07-19T19:09:32.745Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar 15:09:32 [2019-07-19T19:09:32.745Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar 15:09:32 [2019-07-19T19:09:32.745Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar 15:09:33 [2019-07-19T19:09:33.003Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar 15:09:33 [2019-07-19T19:09:33.003Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar 15:09:33 [2019-07-19T19:09:33.003Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar 15:09:33 [2019-07-19T19:09:33.003Z] Progress (1): 4.1/316 kB Progress (1): 7.7/316 kB Progress (1): 12/316 kB Progress (1): 16/316 kB Progress (1): 20/316 kB Progress (1): 24/316 kB Progress (1): 28/316 kB Progress (1): 32/316 kB Progress (1): 36/316 kB Progress (1): 40/316 kB Progress (1): 44/316 kB Progress (1): 48/316 kB Progress (1): 52/316 kB Progress (1): 56/316 kB Progress (1): 60/316 kB Progress (1): 64/316 kB Progress (1): 68/316 kB Progress (1): 72/316 kB Progress (1): 76/316 kB Progress (1): 80/316 kB Progress (1): 84/316 kB Progress (1): 88/316 kB Progress (1): 92/316 kB Progress (1): 96/316 kB Progress (1): 100/316 kB Progress (1): 104/316 kB Progress (1): 108/316 kB Progress (1): 112/316 kB Progress (1): 116/316 kB Progress (1): 120/316 kB Progress (1): 124/316 kB Progress (1): 128/316 kB Progress (1): 132/316 kB Progress (1): 136/316 kB Progress (1): 140/316 kB Progress (1): 144/316 kB Progress (1): 148/316 kB Progress (1): 152/316 kB Progress (1): 156/316 kB Progress (1): 160/316 kB Progress (1): 164/316 kB Progress (1): 168/316 kB Progress (1): 172/316 kB Progress (1): 176/316 kB Progress (1): 180/316 kB Progress (1): 184/316 kB Progress (1): 188/316 kB Progress (1): 192/316 kB Progress (1): 196/316 kB Progress (1): 200/316 kB Progress (1): 204/316 kB Progress (1): 208/316 kB Progress (1): 212/316 kB Progress (1): 216/316 kB Progress (1): 220/316 kB Progress (1): 224/316 kB Progress (1): 228/316 kB Progress (1): 232/316 kB Progress (1): 236/316 kB Progress (1): 240/316 kB Progress (1): 244/316 kB Progress (1): 248/316 kB Progress (1): 252/316 kB Progress (1): 256/316 kB Progress (1): 260/316 kB Progress (1): 264/316 kB Progress (1): 268/316 kB Progress (1): 272/316 kB Progress (1): 276/316 kB Progress (1): 280/316 kB Progress (1): 284/316 kB Progress (1): 288/316 kB Progress (1): 292/316 kB Progress (1): 296/316 kB Progress (1): 300/316 kB Progress (1): 304/316 kB Progress (1): 308/316 kB Progress (1): 312/316 kB Progress (1): 316/316 kB Progress (1): 316 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar (316 kB at 6.0 MB/s) 15:09:33 [2019-07-19T19:09:33.262Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.pom 15:09:33 [2019-07-19T19:09:33.262Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.pom 15:09:33 [2019-07-19T19:09:33.262Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.pom 15:09:33 [2019-07-19T19:09:33.520Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.pom 15:09:33 [2019-07-19T19:09:33.520Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.pom 15:09:33 [2019-07-19T19:09:33.520Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.pom 15:09:33 [2019-07-19T19:09:33.520Z] Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.pom (1.4 kB at 28 kB/s) 15:09:33 [2019-07-19T19:09:33.520Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.jar 15:09:33 [2019-07-19T19:09:33.520Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.jar 15:09:33 [2019-07-19T19:09:33.520Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.jar 15:09:33 [2019-07-19T19:09:33.777Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.jar 15:09:33 [2019-07-19T19:09:33.777Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.jar 15:09:33 [2019-07-19T19:09:33.777Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.jar 15:09:34 [2019-07-19T19:09:34.036Z] Progress (1): 4.1/14 kB Progress (1): 7.7/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.jar (14 kB at 239 kB/s) 15:09:34 [2019-07-19T19:09:34.036Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/jboss/tools/tycho-plugins/repository-utils/1.0.0/repository-utils-1.0.0.pom 15:09:34 [2019-07-19T19:09:34.036Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/jboss/tools/tycho-plugins/repository-utils/1.0.0/repository-utils-1.0.0.pom 15:09:34 [2019-07-19T19:09:34.036Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/jboss/tools/tycho-plugins/repository-utils/1.0.0/repository-utils-1.0.0.pom 15:09:34 [2019-07-19T19:09:34.296Z] Progress (1): 3.7 kB Downloaded from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/jboss/tools/tycho-plugins/repository-utils/1.0.0/repository-utils-1.0.0.pom (3.7 kB at 16 kB/s) 15:09:34 [2019-07-19T19:09:34.296Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/jboss/tools/tycho-plugins/1.0.0/tycho-plugins-1.0.0.pom 15:09:34 [2019-07-19T19:09:34.296Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/jboss/tools/tycho-plugins/1.0.0/tycho-plugins-1.0.0.pom 15:09:34 [2019-07-19T19:09:34.554Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/jboss/tools/tycho-plugins/1.0.0/tycho-plugins-1.0.0.pom 15:09:34 [2019-07-19T19:09:34.554Z] Progress (1): 4.1/8.7 kB Progress (1): 7.9/8.7 kB Progress (1): 8.7 kB Downloaded from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/jboss/tools/tycho-plugins/1.0.0/tycho-plugins-1.0.0.pom (8.7 kB at 56 kB/s) 15:09:34 [2019-07-19T19:09:34.554Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/jboss/tools/tycho-plugins/repository-utils/1.0.0/repository-utils-1.0.0.jar 15:09:34 [2019-07-19T19:09:34.554Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/jboss/tools/tycho-plugins/repository-utils/1.0.0/repository-utils-1.0.0.jar 15:09:34 [2019-07-19T19:09:34.554Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/jboss/tools/tycho-plugins/repository-utils/1.0.0/repository-utils-1.0.0.jar 15:09:35 [2019-07-19T19:09:35.070Z] Progress (1): 4.1/78 kB Progress (1): 7.9/78 kB Progress (1): 12/78 kB Progress (1): 16/78 kB Progress (1): 20/78 kB Progress (1): 23/78 kB Progress (1): 27/78 kB Progress (1): 31/78 kB Progress (1): 35/78 kB Progress (1): 39/78 kB Progress (1): 43/78 kB Progress (1): 47/78 kB Progress (1): 51/78 kB Progress (1): 54/78 kB Progress (1): 56/78 kB Progress (1): 61/78 kB Progress (1): 65/78 kB Progress (1): 69/78 kB Progress (1): 73/78 kB Progress (1): 77/78 kB Progress (1): 78 kB Downloaded from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/jboss/tools/tycho-plugins/repository-utils/1.0.0/repository-utils-1.0.0.jar (78 kB at 234 kB/s) 15:09:35 [2019-07-19T19:09:35.070Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-p2-facade/1.0.0/tycho-p2-facade-1.0.0.pom 15:09:35 [2019-07-19T19:09:35.070Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-facade/1.0.0/tycho-p2-facade-1.0.0.pom 15:09:35 [2019-07-19T19:09:35.070Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/tycho-p2-facade/1.0.0/tycho-p2-facade-1.0.0.pom 15:09:35 [2019-07-19T19:09:35.070Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-p2-facade/1.0.0/tycho-p2-facade-1.0.0.pom 15:09:35 [2019-07-19T19:09:35.070Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-p2-facade/1.0.0/tycho-p2-facade-1.0.0.pom 15:09:35 [2019-07-19T19:09:35.070Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.0.0/tycho-p2-facade-1.0.0.pom 15:09:35 [2019-07-19T19:09:35.327Z] Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.0.0/tycho-p2-facade-1.0.0.pom (2.1 kB at 61 kB/s) 15:09:35 [2019-07-19T19:09:35.327Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-p2/1.0.0/tycho-p2-1.0.0.pom 15:09:35 [2019-07-19T19:09:35.327Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2/1.0.0/tycho-p2-1.0.0.pom 15:09:35 [2019-07-19T19:09:35.327Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/tycho-p2/1.0.0/tycho-p2-1.0.0.pom 15:09:35 [2019-07-19T19:09:35.327Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-p2/1.0.0/tycho-p2-1.0.0.pom 15:09:35 [2019-07-19T19:09:35.585Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-p2/1.0.0/tycho-p2-1.0.0.pom 15:09:35 [2019-07-19T19:09:35.585Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/1.0.0/tycho-p2-1.0.0.pom 15:09:35 [2019-07-19T19:09:35.585Z] Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/1.0.0/tycho-p2-1.0.0.pom (1.1 kB at 34 kB/s) 15:09:35 [2019-07-19T19:09:35.585Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho/1.0.0/tycho-1.0.0.pom 15:09:35 [2019-07-19T19:09:35.585Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho/1.0.0/tycho-1.0.0.pom 15:09:35 [2019-07-19T19:09:35.585Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/tycho/1.0.0/tycho-1.0.0.pom 15:09:35 [2019-07-19T19:09:35.843Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho/1.0.0/tycho-1.0.0.pom 15:09:35 [2019-07-19T19:09:35.843Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho/1.0.0/tycho-1.0.0.pom 15:09:35 [2019-07-19T19:09:35.843Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/1.0.0/tycho-1.0.0.pom 15:09:35 [2019-07-19T19:09:35.843Z] Progress (1): 4.1/19 kB Progress (1): 7.7/19 kB Progress (1): 12/19 kB Progress (1): 16/19 kB Progress (1): 19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/1.0.0/tycho-1.0.0.pom (19 kB at 590 kB/s) 15:09:35 [2019-07-19T19:09:35.843Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-core/1.0.0/tycho-core-1.0.0.pom 15:09:35 [2019-07-19T19:09:35.843Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-core/1.0.0/tycho-core-1.0.0.pom 15:09:36 [2019-07-19T19:09:36.101Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/tycho-core/1.0.0/tycho-core-1.0.0.pom 15:09:36 [2019-07-19T19:09:36.101Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-core/1.0.0/tycho-core-1.0.0.pom 15:09:36 [2019-07-19T19:09:36.101Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-core/1.0.0/tycho-core-1.0.0.pom 15:09:36 [2019-07-19T19:09:36.101Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.0.0/tycho-core-1.0.0.pom 15:09:36 [2019-07-19T19:09:36.101Z] Progress (1): 4.1/4.5 kB Progress (1): 4.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.0.0/tycho-core-1.0.0.pom (4.5 kB at 147 kB/s) 15:09:36 [2019-07-19T19:09:36.101Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom 15:09:36 [2019-07-19T19:09:36.359Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom 15:09:36 [2019-07-19T19:09:36.359Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom 15:09:36 [2019-07-19T19:09:36.359Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom 15:09:36 [2019-07-19T19:09:36.359Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom 15:09:36 [2019-07-19T19:09:36.359Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom 15:09:36 [2019-07-19T19:09:36.617Z] Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom (3.3 kB at 83 kB/s) 15:09:36 [2019-07-19T19:09:36.617Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom 15:09:36 [2019-07-19T19:09:36.617Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom 15:09:36 [2019-07-19T19:09:36.617Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom 15:09:36 [2019-07-19T19:09:36.617Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom 15:09:36 [2019-07-19T19:09:36.617Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom 15:09:36 [2019-07-19T19:09:36.875Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom 15:09:36 [2019-07-19T19:09:36.875Z] Progress (1): 4.1/5.1 kB Progress (1): 5.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (5.1 kB at 101 kB/s) 15:09:36 [2019-07-19T19:09:36.875Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom 15:09:36 [2019-07-19T19:09:36.875Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom 15:09:36 [2019-07-19T19:09:36.875Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom 15:09:37 [2019-07-19T19:09:37.133Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom 15:09:37 [2019-07-19T19:09:37.133Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom 15:09:37 [2019-07-19T19:09:37.133Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom 15:09:37 [2019-07-19T19:09:37.133Z] Progress (1): 4.1/9.0 kB Progress (1): 7.7/9.0 kB Progress (1): 9.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9.0 kB at 224 kB/s) 15:09:37 [2019-07-19T19:09:37.133Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom 15:09:37 [2019-07-19T19:09:37.133Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom 15:09:37 [2019-07-19T19:09:37.133Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom 15:09:37 [2019-07-19T19:09:37.391Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom 15:09:37 [2019-07-19T19:09:37.391Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom 15:09:37 [2019-07-19T19:09:37.391Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom 15:09:37 [2019-07-19T19:09:37.391Z] Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (3.3 kB at 101 kB/s) 15:09:37 [2019-07-19T19:09:37.391Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/3.0.7/plexus-utils-3.0.7.pom 15:09:37 [2019-07-19T19:09:37.391Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/3.0.7/plexus-utils-3.0.7.pom 15:09:37 [2019-07-19T19:09:37.391Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.7/plexus-utils-3.0.7.pom 15:09:37 [2019-07-19T19:09:37.648Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/3.0.7/plexus-utils-3.0.7.pom 15:09:37 [2019-07-19T19:09:37.648Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/3.0.7/plexus-utils-3.0.7.pom 15:09:37 [2019-07-19T19:09:37.648Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.7/plexus-utils-3.0.7.pom 15:09:37 [2019-07-19T19:09:37.648Z] Progress (1): 2.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.7/plexus-utils-3.0.7.pom (2.5 kB at 70 kB/s) 15:09:37 [2019-07-19T19:09:37.648Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom 15:09:37 [2019-07-19T19:09:37.648Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom 15:09:37 [2019-07-19T19:09:37.648Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom 15:09:37 [2019-07-19T19:09:37.906Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom 15:09:37 [2019-07-19T19:09:37.906Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom 15:09:37 [2019-07-19T19:09:37.906Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom 15:09:37 [2019-07-19T19:09:37.906Z] Progress (1): 4.1/19 kB Progress (1): 7.7/19 kB Progress (1): 12/19 kB Progress (1): 16/19 kB Progress (1): 19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom (19 kB at 620 kB/s) 15:09:37 [2019-07-19T19:09:37.906Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-archiver/2.9.1/plexus-archiver-2.9.1.pom 15:09:37 [2019-07-19T19:09:37.906Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-archiver/2.9.1/plexus-archiver-2.9.1.pom 15:09:37 [2019-07-19T19:09:37.906Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-archiver/2.9.1/plexus-archiver-2.9.1.pom 15:09:38 [2019-07-19T19:09:38.164Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-archiver/2.9.1/plexus-archiver-2.9.1.pom 15:09:38 [2019-07-19T19:09:38.165Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-archiver/2.9.1/plexus-archiver-2.9.1.pom 15:09:38 [2019-07-19T19:09:38.165Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.9.1/plexus-archiver-2.9.1.pom 15:09:38 [2019-07-19T19:09:38.165Z] Progress (1): 4.1/4.4 kB Progress (1): 4.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.9.1/plexus-archiver-2.9.1.pom (4.4 kB at 125 kB/s) 15:09:38 [2019-07-19T19:09:38.165Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom 15:09:38 [2019-07-19T19:09:38.165Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom 15:09:38 [2019-07-19T19:09:38.165Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom 15:09:38 [2019-07-19T19:09:38.424Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom 15:09:38 [2019-07-19T19:09:38.424Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom 15:09:38 [2019-07-19T19:09:38.424Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom 15:09:38 [2019-07-19T19:09:38.424Z] Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom (3.1 kB at 99 kB/s) 15:09:38 [2019-07-19T19:09:38.424Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom 15:09:38 [2019-07-19T19:09:38.424Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom 15:09:38 [2019-07-19T19:09:38.688Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom 15:09:38 [2019-07-19T19:09:38.688Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom 15:09:38 [2019-07-19T19:09:38.688Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom 15:09:38 [2019-07-19T19:09:38.688Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom 15:09:38 [2019-07-19T19:09:38.688Z] Progress (1): 4.1/20 kB Progress (1): 7.7/20 kB Progress (1): 12/20 kB Progress (1): 16/20 kB Progress (1): 20/20 kB Progress (1): 20 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom (20 kB at 603 kB/s) 15:09:38 [2019-07-19T19:09:38.688Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom 15:09:38 [2019-07-19T19:09:38.688Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom 15:09:38 [2019-07-19T19:09:38.946Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom 15:09:38 [2019-07-19T19:09:38.946Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom 15:09:38 [2019-07-19T19:09:38.946Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom 15:09:38 [2019-07-19T19:09:38.946Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom 15:09:38 [2019-07-19T19:09:38.946Z] Progress (1): 3.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom (3.8 kB at 119 kB/s) 15:09:38 [2019-07-19T19:09:38.946Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-io/2.4.1/plexus-io-2.4.1.pom 15:09:39 [2019-07-19T19:09:39.206Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-io/2.4.1/plexus-io-2.4.1.pom 15:09:39 [2019-07-19T19:09:39.206Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-io/2.4.1/plexus-io-2.4.1.pom 15:09:39 [2019-07-19T19:09:39.206Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-io/2.4.1/plexus-io-2.4.1.pom 15:09:39 [2019-07-19T19:09:39.206Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-io/2.4.1/plexus-io-2.4.1.pom 15:09:39 [2019-07-19T19:09:39.206Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.4.1/plexus-io-2.4.1.pom 15:09:39 [2019-07-19T19:09:39.206Z] Progress (1): 3.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.4.1/plexus-io-2.4.1.pom (3.7 kB at 117 kB/s) 15:09:39 [2019-07-19T19:09:39.464Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom 15:09:39 [2019-07-19T19:09:39.464Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom 15:09:39 [2019-07-19T19:09:39.464Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom 15:09:39 [2019-07-19T19:09:39.464Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom 15:09:39 [2019-07-19T19:09:39.464Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom 15:09:39 [2019-07-19T19:09:39.464Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom 15:09:39 [2019-07-19T19:09:39.721Z] Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom (3.1 kB at 105 kB/s) 15:09:39 [2019-07-19T19:09:39.721Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom 15:09:39 [2019-07-19T19:09:39.721Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom 15:09:39 [2019-07-19T19:09:39.721Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom 15:09:39 [2019-07-19T19:09:39.721Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom 15:09:39 [2019-07-19T19:09:39.721Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom 15:09:39 [2019-07-19T19:09:39.979Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom 15:09:39 [2019-07-19T19:09:39.979Z] Progress (1): 4.1/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom (11 kB at 357 kB/s) 15:09:39 [2019-07-19T19:09:39.979Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/34/commons-parent-34.pom 15:09:39 [2019-07-19T19:09:39.979Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/34/commons-parent-34.pom 15:09:39 [2019-07-19T19:09:39.979Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/commons/commons-parent/34/commons-parent-34.pom 15:09:39 [2019-07-19T19:09:39.979Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-parent/34/commons-parent-34.pom 15:09:39 [2019-07-19T19:09:39.979Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-parent/34/commons-parent-34.pom 15:09:40 [2019-07-19T19:09:40.237Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom 15:09:40 [2019-07-19T19:09:40.237Z] Progress (1): 4.1/56 kB Progress (1): 7.7/56 kB Progress (1): 12/56 kB Progress (1): 16/56 kB Progress (1): 20/56 kB Progress (1): 24/56 kB Progress (1): 28/56 kB Progress (1): 32/56 kB Progress (1): 36/56 kB Progress (1): 40/56 kB Progress (1): 44/56 kB Progress (1): 48/56 kB Progress (1): 52/56 kB Progress (1): 56/56 kB Progress (1): 56 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom (56 kB at 1.7 MB/s) 15:09:40 [2019-07-19T19:09:40.237Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.0.200.v20160504-1419/org.eclipse.osgi.compatibility.state-1.0.200.v20160504-1419.pom 15:09:40 [2019-07-19T19:09:40.237Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.0.200.v20160504-1419/org.eclipse.osgi.compatibility.state-1.0.200.v20160504-1419.pom 15:09:40 [2019-07-19T19:09:40.237Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.0.200.v20160504-1419/org.eclipse.osgi.compatibility.state-1.0.200.v20160504-1419.pom 15:09:40 [2019-07-19T19:09:40.495Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.0.200.v20160504-1419/org.eclipse.osgi.compatibility.state-1.0.200.v20160504-1419.pom 15:09:40 [2019-07-19T19:09:40.495Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.0.200.v20160504-1419/org.eclipse.osgi.compatibility.state-1.0.200.v20160504-1419.pom 15:09:40 [2019-07-19T19:09:40.495Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.0.200.v20160504-1419/org.eclipse.osgi.compatibility.state-1.0.200.v20160504-1419.pom 15:09:40 [2019-07-19T19:09:40.495Z] Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.0.200.v20160504-1419/org.eclipse.osgi.compatibility.state-1.0.200.v20160504-1419.pom (1.1 kB at 27 kB/s) 15:09:40 [2019-07-19T19:09:40.495Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/sisu-equinox-embedder/1.0.0/sisu-equinox-embedder-1.0.0.pom 15:09:40 [2019-07-19T19:09:40.495Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-equinox-embedder/1.0.0/sisu-equinox-embedder-1.0.0.pom 15:09:40 [2019-07-19T19:09:40.495Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/sisu-equinox-embedder/1.0.0/sisu-equinox-embedder-1.0.0.pom 15:09:40 [2019-07-19T19:09:40.753Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/sisu-equinox-embedder/1.0.0/sisu-equinox-embedder-1.0.0.pom 15:09:40 [2019-07-19T19:09:40.753Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/sisu-equinox-embedder/1.0.0/sisu-equinox-embedder-1.0.0.pom 15:09:40 [2019-07-19T19:09:40.753Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.0.0/sisu-equinox-embedder-1.0.0.pom 15:09:40 [2019-07-19T19:09:40.753Z] Progress (1): 1.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.0.0/sisu-equinox-embedder-1.0.0.pom (1.8 kB at 48 kB/s) 15:09:40 [2019-07-19T19:09:40.753Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/sisu-equinox/1.0.0/sisu-equinox-1.0.0.pom 15:09:40 [2019-07-19T19:09:40.753Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-equinox/1.0.0/sisu-equinox-1.0.0.pom 15:09:40 [2019-07-19T19:09:40.753Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/sisu-equinox/1.0.0/sisu-equinox-1.0.0.pom 15:09:41 [2019-07-19T19:09:41.011Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/sisu-equinox/1.0.0/sisu-equinox-1.0.0.pom 15:09:41 [2019-07-19T19:09:41.011Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/sisu-equinox/1.0.0/sisu-equinox-1.0.0.pom 15:09:41 [2019-07-19T19:09:41.011Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/1.0.0/sisu-equinox-1.0.0.pom 15:09:41 [2019-07-19T19:09:41.011Z] Progress (1): 1.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/1.0.0/sisu-equinox-1.0.0.pom (1.0 kB at 30 kB/s) 15:09:41 [2019-07-19T19:09:41.011Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.osgi/3.11.2.v20161107-1947/org.eclipse.osgi-3.11.2.v20161107-1947.pom 15:09:41 [2019-07-19T19:09:41.011Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.osgi/3.11.2.v20161107-1947/org.eclipse.osgi-3.11.2.v20161107-1947.pom 15:09:41 [2019-07-19T19:09:41.011Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/org.eclipse.osgi/3.11.2.v20161107-1947/org.eclipse.osgi-3.11.2.v20161107-1947.pom 15:09:41 [2019-07-19T19:09:41.268Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.osgi/3.11.2.v20161107-1947/org.eclipse.osgi-3.11.2.v20161107-1947.pom 15:09:41 [2019-07-19T19:09:41.268Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.osgi/3.11.2.v20161107-1947/org.eclipse.osgi-3.11.2.v20161107-1947.pom 15:09:41 [2019-07-19T19:09:41.268Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.11.2.v20161107-1947/org.eclipse.osgi-3.11.2.v20161107-1947.pom 15:09:41 [2019-07-19T19:09:41.268Z] Progress (1): 1.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.11.2.v20161107-1947/org.eclipse.osgi-3.11.2.v20161107-1947.pom (1.0 kB at 14 kB/s) 15:09:41 [2019-07-19T19:09:41.525Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/sisu-equinox-api/1.0.0/sisu-equinox-api-1.0.0.pom 15:09:41 [2019-07-19T19:09:41.525Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-equinox-api/1.0.0/sisu-equinox-api-1.0.0.pom 15:09:41 [2019-07-19T19:09:41.525Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/sisu-equinox-api/1.0.0/sisu-equinox-api-1.0.0.pom 15:09:41 [2019-07-19T19:09:41.525Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/sisu-equinox-api/1.0.0/sisu-equinox-api-1.0.0.pom 15:09:41 [2019-07-19T19:09:41.525Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/sisu-equinox-api/1.0.0/sisu-equinox-api-1.0.0.pom 15:09:41 [2019-07-19T19:09:41.525Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.0.0/sisu-equinox-api-1.0.0.pom 15:09:41 [2019-07-19T19:09:41.783Z] Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.0.0/sisu-equinox-api-1.0.0.pom (1.7 kB at 57 kB/s) 15:09:41 [2019-07-19T19:09:41.783Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-metadata-model/1.0.0/tycho-metadata-model-1.0.0.pom 15:09:41 [2019-07-19T19:09:41.783Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-metadata-model/1.0.0/tycho-metadata-model-1.0.0.pom 15:09:41 [2019-07-19T19:09:41.783Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/tycho-metadata-model/1.0.0/tycho-metadata-model-1.0.0.pom 15:09:41 [2019-07-19T19:09:41.783Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-metadata-model/1.0.0/tycho-metadata-model-1.0.0.pom 15:09:41 [2019-07-19T19:09:41.783Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-metadata-model/1.0.0/tycho-metadata-model-1.0.0.pom 15:09:42 [2019-07-19T19:09:42.041Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.0.0/tycho-metadata-model-1.0.0.pom 15:09:42 [2019-07-19T19:09:42.041Z] Progress (1): 1.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.0.0/tycho-metadata-model-1.0.0.pom (1.3 kB at 36 kB/s) 15:09:42 [2019-07-19T19:09:42.041Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-embedder-api/1.0.0/tycho-embedder-api-1.0.0.pom 15:09:42 [2019-07-19T19:09:42.041Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-embedder-api/1.0.0/tycho-embedder-api-1.0.0.pom 15:09:42 [2019-07-19T19:09:42.041Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/tycho-embedder-api/1.0.0/tycho-embedder-api-1.0.0.pom 15:09:42 [2019-07-19T19:09:42.299Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-embedder-api/1.0.0/tycho-embedder-api-1.0.0.pom 15:09:42 [2019-07-19T19:09:42.299Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-embedder-api/1.0.0/tycho-embedder-api-1.0.0.pom 15:09:42 [2019-07-19T19:09:42.299Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.0.0/tycho-embedder-api-1.0.0.pom 15:09:42 [2019-07-19T19:09:42.299Z] Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.0.0/tycho-embedder-api-1.0.0.pom (2.1 kB at 59 kB/s) 15:09:42 [2019-07-19T19:09:42.299Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.0.0/org.eclipse.tycho.embedder.shared-1.0.0.pom 15:09:42 [2019-07-19T19:09:42.299Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.0.0/org.eclipse.tycho.embedder.shared-1.0.0.pom 15:09:42 [2019-07-19T19:09:42.299Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.0.0/org.eclipse.tycho.embedder.shared-1.0.0.pom 15:09:42 [2019-07-19T19:09:42.557Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.0.0/org.eclipse.tycho.embedder.shared-1.0.0.pom 15:09:42 [2019-07-19T19:09:42.557Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.0.0/org.eclipse.tycho.embedder.shared-1.0.0.pom 15:09:42 [2019-07-19T19:09:42.557Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.0.0/org.eclipse.tycho.embedder.shared-1.0.0.pom 15:09:42 [2019-07-19T19:09:42.557Z] Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.0.0/org.eclipse.tycho.embedder.shared-1.0.0.pom (1.1 kB at 21 kB/s) 15:09:42 [2019-07-19T19:09:42.557Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-bundles/1.0.0/tycho-bundles-1.0.0.pom 15:09:42 [2019-07-19T19:09:42.557Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-bundles/1.0.0/tycho-bundles-1.0.0.pom 15:09:42 [2019-07-19T19:09:42.557Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/tycho-bundles/1.0.0/tycho-bundles-1.0.0.pom 15:09:42 [2019-07-19T19:09:42.815Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-bundles/1.0.0/tycho-bundles-1.0.0.pom 15:09:42 [2019-07-19T19:09:42.815Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-bundles/1.0.0/tycho-bundles-1.0.0.pom 15:09:42 [2019-07-19T19:09:42.815Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/1.0.0/tycho-bundles-1.0.0.pom 15:09:42 [2019-07-19T19:09:42.815Z] Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/1.0.0/tycho-bundles-1.0.0.pom (3.3 kB at 102 kB/s) 15:09:42 [2019-07-19T19:09:42.815Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.0.0/org.eclipse.tycho.core.shared-1.0.0.pom 15:09:42 [2019-07-19T19:09:42.815Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.0.0/org.eclipse.tycho.core.shared-1.0.0.pom 15:09:42 [2019-07-19T19:09:42.815Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.0.0/org.eclipse.tycho.core.shared-1.0.0.pom 15:09:43 [2019-07-19T19:09:43.073Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.0.0/org.eclipse.tycho.core.shared-1.0.0.pom 15:09:43 [2019-07-19T19:09:43.073Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.0.0/org.eclipse.tycho.core.shared-1.0.0.pom 15:09:43 [2019-07-19T19:09:43.073Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.0.0/org.eclipse.tycho.core.shared-1.0.0.pom 15:09:43 [2019-07-19T19:09:43.073Z] Progress (1): 1.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.0.0/org.eclipse.tycho.core.shared-1.0.0.pom (1.0 kB at 22 kB/s) 15:09:43 [2019-07-19T19:09:43.073Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom 15:09:43 [2019-07-19T19:09:43.331Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom 15:09:43 [2019-07-19T19:09:43.331Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom 15:09:43 [2019-07-19T19:09:43.590Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom 15:09:43 [2019-07-19T19:09:43.590Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom 15:09:43 [2019-07-19T19:09:43.590Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom 15:09:43 [2019-07-19T19:09:43.590Z] Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom (2.0 kB at 61 kB/s) 15:09:43 [2019-07-19T19:09:43.590Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.0.0/org.eclipse.tycho.p2.resolver.shared-1.0.0.pom 15:09:43 [2019-07-19T19:09:43.590Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.0.0/org.eclipse.tycho.p2.resolver.shared-1.0.0.pom 15:09:43 [2019-07-19T19:09:43.590Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.0.0/org.eclipse.tycho.p2.resolver.shared-1.0.0.pom 15:09:43 [2019-07-19T19:09:43.848Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.0.0/org.eclipse.tycho.p2.resolver.shared-1.0.0.pom 15:09:43 [2019-07-19T19:09:43.848Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.0.0/org.eclipse.tycho.p2.resolver.shared-1.0.0.pom 15:09:43 [2019-07-19T19:09:43.848Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.0.0/org.eclipse.tycho.p2.resolver.shared-1.0.0.pom 15:09:43 [2019-07-19T19:09:43.848Z] Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.0.0/org.eclipse.tycho.p2.resolver.shared-1.0.0.pom (1.1 kB at 21 kB/s) 15:09:43 [2019-07-19T19:09:43.848Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.0.0/org.eclipse.tycho.p2.tools.shared-1.0.0.pom 15:09:43 [2019-07-19T19:09:43.848Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.0.0/org.eclipse.tycho.p2.tools.shared-1.0.0.pom 15:09:43 [2019-07-19T19:09:43.848Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.0.0/org.eclipse.tycho.p2.tools.shared-1.0.0.pom 15:09:44 [2019-07-19T19:09:44.132Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.0.0/org.eclipse.tycho.p2.tools.shared-1.0.0.pom 15:09:44 [2019-07-19T19:09:44.132Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.0.0/org.eclipse.tycho.p2.tools.shared-1.0.0.pom 15:09:44 [2019-07-19T19:09:44.132Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.0.0/org.eclipse.tycho.p2.tools.shared-1.0.0.pom 15:09:44 [2019-07-19T19:09:44.132Z] Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.0.0/org.eclipse.tycho.p2.tools.shared-1.0.0.pom (1.1 kB at 23 kB/s) 15:09:44 [2019-07-19T19:09:44.132Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-packaging-plugin/1.0.0/tycho-packaging-plugin-1.0.0.pom 15:09:44 [2019-07-19T19:09:44.132Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-packaging-plugin/1.0.0/tycho-packaging-plugin-1.0.0.pom 15:09:44 [2019-07-19T19:09:44.132Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/tycho-packaging-plugin/1.0.0/tycho-packaging-plugin-1.0.0.pom 15:09:44 [2019-07-19T19:09:44.392Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-packaging-plugin/1.0.0/tycho-packaging-plugin-1.0.0.pom 15:09:44 [2019-07-19T19:09:44.392Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-packaging-plugin/1.0.0/tycho-packaging-plugin-1.0.0.pom 15:09:44 [2019-07-19T19:09:44.392Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.0.0/tycho-packaging-plugin-1.0.0.pom 15:09:44 [2019-07-19T19:09:44.392Z] Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.0.0/tycho-packaging-plugin-1.0.0.pom (2.7 kB at 79 kB/s) 15:09:44 [2019-07-19T19:09:44.392Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom 15:09:44 [2019-07-19T19:09:44.392Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom 15:09:44 [2019-07-19T19:09:44.392Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom 15:09:44 [2019-07-19T19:09:44.650Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom 15:09:44 [2019-07-19T19:09:44.650Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom 15:09:44 [2019-07-19T19:09:44.650Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom 15:09:44 [2019-07-19T19:09:44.650Z] Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (1.9 kB at 66 kB/s) 15:09:44 [2019-07-19T19:09:44.650Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/junit/junit/3.8.1/junit-3.8.1.pom 15:09:44 [2019-07-19T19:09:44.650Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/junit/junit/3.8.1/junit-3.8.1.pom 15:09:44 [2019-07-19T19:09:44.650Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/junit/junit/3.8.1/junit-3.8.1.pom 15:09:44 [2019-07-19T19:09:44.907Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/junit/junit/3.8.1/junit-3.8.1.pom 15:09:44 [2019-07-19T19:09:44.907Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/junit/junit/3.8.1/junit-3.8.1.pom 15:09:44 [2019-07-19T19:09:44.907Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom 15:09:44 [2019-07-19T19:09:44.907Z] Progress (1): 998 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 38 kB/s) 15:09:44 [2019-07-19T19:09:44.907Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom 15:09:44 [2019-07-19T19:09:44.907Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom 15:09:44 [2019-07-19T19:09:44.907Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom 15:09:45 [2019-07-19T19:09:45.165Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom 15:09:45 [2019-07-19T19:09:45.165Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom 15:09:45 [2019-07-19T19:09:45.165Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom 15:09:45 [2019-07-19T19:09:45.165Z] Progress (1): 4.1/6.9 kB Progress (1): 6.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (6.9 kB at 202 kB/s) 15:09:45 [2019-07-19T19:09:45.165Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom 15:09:45 [2019-07-19T19:09:45.165Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom 15:09:45 [2019-07-19T19:09:45.165Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom 15:09:45 [2019-07-19T19:09:45.423Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom 15:09:45 [2019-07-19T19:09:45.423Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom 15:09:45 [2019-07-19T19:09:45.423Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom 15:09:46 [2019-07-19T19:09:46.795Z] Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom (2.8 kB at 2.7 kB/s) 15:09:46 [2019-07-19T19:09:46.795Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom 15:09:46 [2019-07-19T19:09:46.795Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom 15:09:46 [2019-07-19T19:09:46.795Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom 15:09:46 [2019-07-19T19:09:46.795Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom 15:09:46 [2019-07-19T19:09:46.795Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom 15:09:46 [2019-07-19T19:09:46.795Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom 15:09:46 [2019-07-19T19:09:46.795Z] Progress (1): 4.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom (4.1 kB at 145 kB/s) 15:09:46 [2019-07-19T19:09:46.795Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/spice/spice-parent/16/spice-parent-16.pom 15:09:46 [2019-07-19T19:09:46.795Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/spice/spice-parent/16/spice-parent-16.pom 15:09:46 [2019-07-19T19:09:46.795Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/sonatype/spice/spice-parent/16/spice-parent-16.pom 15:09:47 [2019-07-19T19:09:47.053Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/spice/spice-parent/16/spice-parent-16.pom 15:09:47 [2019-07-19T19:09:47.053Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/spice/spice-parent/16/spice-parent-16.pom 15:09:47 [2019-07-19T19:09:47.053Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom 15:09:47 [2019-07-19T19:09:47.053Z] Progress (1): 4.1/8.4 kB Progress (1): 7.7/8.4 kB Progress (1): 8.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (8.4 kB at 142 kB/s) 15:09:47 [2019-07-19T19:09:47.053Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom 15:09:47 [2019-07-19T19:09:47.053Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom 15:09:47 [2019-07-19T19:09:47.053Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom 15:09:47 [2019-07-19T19:09:47.311Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom 15:09:47 [2019-07-19T19:09:47.311Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom 15:09:47 [2019-07-19T19:09:47.311Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom 15:09:47 [2019-07-19T19:09:47.311Z] Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom (1.7 kB at 48 kB/s) 15:09:47 [2019-07-19T19:09:47.311Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom 15:09:47 [2019-07-19T19:09:47.311Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom 15:09:47 [2019-07-19T19:09:47.311Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom 15:09:47 [2019-07-19T19:09:47.568Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom 15:09:47 [2019-07-19T19:09:47.568Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom 15:09:47 [2019-07-19T19:09:47.568Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom 15:09:47 [2019-07-19T19:09:47.568Z] Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom (2.7 kB at 51 kB/s) 15:09:47 [2019-07-19T19:09:47.568Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/net/sf/saxon/saxon/8.7/saxon-8.7.pom 15:09:47 [2019-07-19T19:09:47.826Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/net/sf/saxon/saxon/8.7/saxon-8.7.pom 15:09:47 [2019-07-19T19:09:47.826Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/net/sf/saxon/saxon/8.7/saxon-8.7.pom 15:09:47 [2019-07-19T19:09:47.826Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/net/sf/saxon/saxon/8.7/saxon-8.7.pom 15:09:47 [2019-07-19T19:09:47.826Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/net/sf/saxon/saxon/8.7/saxon-8.7.pom 15:09:47 [2019-07-19T19:09:47.826Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/saxon/saxon/8.7/saxon-8.7.pom 15:09:48 [2019-07-19T19:09:48.083Z] Progress (1): 564 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/saxon/saxon/8.7/saxon-8.7.pom (564 B at 17 kB/s) 15:09:48 [2019-07-19T19:09:48.083Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/net/sf/saxon/saxon-dom/8.7/saxon-dom-8.7.pom 15:09:48 [2019-07-19T19:09:48.083Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/net/sf/saxon/saxon-dom/8.7/saxon-dom-8.7.pom 15:09:48 [2019-07-19T19:09:48.083Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/net/sf/saxon/saxon-dom/8.7/saxon-dom-8.7.pom 15:09:48 [2019-07-19T19:09:48.083Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/net/sf/saxon/saxon-dom/8.7/saxon-dom-8.7.pom 15:09:48 [2019-07-19T19:09:48.083Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/net/sf/saxon/saxon-dom/8.7/saxon-dom-8.7.pom 15:09:48 [2019-07-19T19:09:48.083Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/saxon/saxon-dom/8.7/saxon-dom-8.7.pom 15:09:48 [2019-07-19T19:09:48.342Z] Progress (1): 752 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/saxon/saxon-dom/8.7/saxon-dom-8.7.pom (752 B at 22 kB/s) 15:09:48 [2019-07-19T19:09:48.342Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/jboss/jboss-dmr/1.2.0.Final/jboss-dmr-1.2.0.Final.pom 15:09:48 [2019-07-19T19:09:48.342Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/jboss/jboss-dmr/1.2.0.Final/jboss-dmr-1.2.0.Final.pom 15:09:48 [2019-07-19T19:09:48.342Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/jboss/jboss-dmr/1.2.0.Final/jboss-dmr-1.2.0.Final.pom 15:09:48 [2019-07-19T19:09:48.599Z] Progress (1): 4.1/6.4 kB Progress (1): 6.4 kB Downloaded from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/jboss/jboss-dmr/1.2.0.Final/jboss-dmr-1.2.0.Final.pom (6.4 kB at 29 kB/s) 15:09:48 [2019-07-19T19:09:48.599Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/jboss/jboss-parent/11/jboss-parent-11.pom 15:09:48 [2019-07-19T19:09:48.599Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/jboss/jboss-parent/11/jboss-parent-11.pom 15:09:48 [2019-07-19T19:09:48.599Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/jboss/jboss-parent/11/jboss-parent-11.pom 15:09:48 [2019-07-19T19:09:48.857Z] Progress (1): 4.1/31 kB Progress (1): 7.9/31 kB Progress (1): 12/31 kB Progress (1): 16/31 kB Progress (1): 17/31 kB Progress (1): 22/31 kB Progress (1): 26/31 kB Progress (1): 30/31 kB Progress (1): 31 kB Downloaded from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/jboss/jboss-parent/11/jboss-parent-11.pom (31 kB at 141 kB/s) 15:09:48 [2019-07-19T19:09:48.857Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/googlecode/maven-download-plugin/download-maven-plugin/1.2.0/download-maven-plugin-1.2.0.pom 15:09:48 [2019-07-19T19:09:48.857Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/googlecode/maven-download-plugin/download-maven-plugin/1.2.0/download-maven-plugin-1.2.0.pom 15:09:48 [2019-07-19T19:09:48.857Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/com/googlecode/maven-download-plugin/download-maven-plugin/1.2.0/download-maven-plugin-1.2.0.pom 15:09:48 [2019-07-19T19:09:48.857Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/googlecode/maven-download-plugin/download-maven-plugin/1.2.0/download-maven-plugin-1.2.0.pom 15:09:48 [2019-07-19T19:09:48.857Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/googlecode/maven-download-plugin/download-maven-plugin/1.2.0/download-maven-plugin-1.2.0.pom 15:09:49 [2019-07-19T19:09:49.115Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/maven-download-plugin/download-maven-plugin/1.2.0/download-maven-plugin-1.2.0.pom 15:09:49 [2019-07-19T19:09:49.115Z] Progress (1): 4.1/8.7 kB Progress (1): 7.7/8.7 kB Progress (1): 8.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/maven-download-plugin/download-maven-plugin/1.2.0/download-maven-plugin-1.2.0.pom (8.7 kB at 255 kB/s) 15:09:49 [2019-07-19T19:09:49.115Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/oss/oss-parent/7/oss-parent-7.pom 15:09:49 [2019-07-19T19:09:49.115Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/oss/oss-parent/7/oss-parent-7.pom 15:09:49 [2019-07-19T19:09:49.115Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/sonatype/oss/oss-parent/7/oss-parent-7.pom 15:09:49 [2019-07-19T19:09:49.115Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/oss/oss-parent/7/oss-parent-7.pom 15:09:49 [2019-07-19T19:09:49.375Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/oss/oss-parent/7/oss-parent-7.pom 15:09:49 [2019-07-19T19:09:49.375Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom 15:09:49 [2019-07-19T19:09:49.375Z] Progress (1): 4.1/4.8 kB Progress (1): 4.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (4.8 kB at 130 kB/s) 15:09:49 [2019-07-19T19:09:49.375Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-core/2.0/maven-core-2.0.pom 15:09:49 [2019-07-19T19:09:49.375Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-core/2.0/maven-core-2.0.pom 15:09:49 [2019-07-19T19:09:49.375Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-core/2.0/maven-core-2.0.pom 15:09:49 [2019-07-19T19:09:49.634Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-core/2.0/maven-core-2.0.pom 15:09:49 [2019-07-19T19:09:49.634Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-core/2.0/maven-core-2.0.pom 15:09:49 [2019-07-19T19:09:49.634Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0/maven-core-2.0.pom 15:09:49 [2019-07-19T19:09:49.634Z] Progress (1): 4.1/5.6 kB Progress (1): 5.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0/maven-core-2.0.pom (5.6 kB at 165 kB/s) 15:09:49 [2019-07-19T19:09:49.634Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven/2.0/maven-2.0.pom 15:09:49 [2019-07-19T19:09:49.634Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven/2.0/maven-2.0.pom 15:09:49 [2019-07-19T19:09:49.634Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven/2.0/maven-2.0.pom 15:09:49 [2019-07-19T19:09:49.893Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven/2.0/maven-2.0.pom 15:09:49 [2019-07-19T19:09:49.893Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven/2.0/maven-2.0.pom 15:09:49 [2019-07-19T19:09:49.893Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0/maven-2.0.pom 15:09:49 [2019-07-19T19:09:49.893Z] Progress (1): 4.1/8.8 kB Progress (1): 7.7/8.8 kB Progress (1): 8.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0/maven-2.0.pom (8.8 kB at 266 kB/s) 15:09:49 [2019-07-19T19:09:49.893Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-settings/2.0/maven-settings-2.0.pom 15:09:49 [2019-07-19T19:09:49.893Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-settings/2.0/maven-settings-2.0.pom 15:09:49 [2019-07-19T19:09:49.893Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-settings/2.0/maven-settings-2.0.pom 15:09:50 [2019-07-19T19:09:50.151Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-settings/2.0/maven-settings-2.0.pom 15:09:50 [2019-07-19T19:09:50.151Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-settings/2.0/maven-settings-2.0.pom 15:09:50 [2019-07-19T19:09:50.151Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0/maven-settings-2.0.pom 15:09:50 [2019-07-19T19:09:50.151Z] Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0/maven-settings-2.0.pom (1.4 kB at 43 kB/s) 15:09:50 [2019-07-19T19:09:50.151Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-model/2.0/maven-model-2.0.pom 15:09:50 [2019-07-19T19:09:50.151Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-model/2.0/maven-model-2.0.pom 15:09:50 [2019-07-19T19:09:50.409Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-model/2.0/maven-model-2.0.pom 15:09:50 [2019-07-19T19:09:50.409Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-model/2.0/maven-model-2.0.pom 15:09:50 [2019-07-19T19:09:50.409Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-model/2.0/maven-model-2.0.pom 15:09:50 [2019-07-19T19:09:50.409Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0/maven-model-2.0.pom 15:09:50 [2019-07-19T19:09:50.666Z] Progress (1): 2.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0/maven-model-2.0.pom (2.4 kB at 42 kB/s) 15:09:50 [2019-07-19T19:09:50.666Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom 15:09:50 [2019-07-19T19:09:50.666Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom 15:09:50 [2019-07-19T19:09:50.666Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom 15:09:50 [2019-07-19T19:09:50.666Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom 15:09:50 [2019-07-19T19:09:50.666Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom 15:09:50 [2019-07-19T19:09:50.666Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom 15:09:50 [2019-07-19T19:09:50.924Z] Progress (1): 4.1/7.3 kB Progress (1): 7.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom (7.3 kB at 119 kB/s) 15:09:50 [2019-07-19T19:09:50.924Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-plugin-parameter-documenter/2.0/maven-plugin-parameter-documenter-2.0.pom 15:09:50 [2019-07-19T19:09:50.924Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-plugin-parameter-documenter/2.0/maven-plugin-parameter-documenter-2.0.pom 15:09:50 [2019-07-19T19:09:50.924Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-plugin-parameter-documenter/2.0/maven-plugin-parameter-documenter-2.0.pom 15:09:50 [2019-07-19T19:09:50.924Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-plugin-parameter-documenter/2.0/maven-plugin-parameter-documenter-2.0.pom 15:09:51 [2019-07-19T19:09:51.182Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-parameter-documenter/2.0/maven-plugin-parameter-documenter-2.0.pom 15:09:51 [2019-07-19T19:09:51.182Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0/maven-plugin-parameter-documenter-2.0.pom 15:09:51 [2019-07-19T19:09:51.182Z] Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0/maven-plugin-parameter-documenter-2.0.pom (1.5 kB at 25 kB/s) 15:09:51 [2019-07-19T19:09:51.182Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/reporting/maven-reporting-api/2.0/maven-reporting-api-2.0.pom 15:09:51 [2019-07-19T19:09:51.182Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/reporting/maven-reporting-api/2.0/maven-reporting-api-2.0.pom 15:09:51 [2019-07-19T19:09:51.182Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/reporting/maven-reporting-api/2.0/maven-reporting-api-2.0.pom 15:09:51 [2019-07-19T19:09:51.440Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/reporting/maven-reporting-api/2.0/maven-reporting-api-2.0.pom 15:09:51 [2019-07-19T19:09:51.440Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/reporting/maven-reporting-api/2.0/maven-reporting-api-2.0.pom 15:09:51 [2019-07-19T19:09:51.440Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0/maven-reporting-api-2.0.pom 15:09:51 [2019-07-19T19:09:51.440Z] Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0/maven-reporting-api-2.0.pom (1.1 kB at 35 kB/s) 15:09:51 [2019-07-19T19:09:51.440Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/reporting/maven-reporting/2.0/maven-reporting-2.0.pom 15:09:51 [2019-07-19T19:09:51.440Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/reporting/maven-reporting/2.0/maven-reporting-2.0.pom 15:09:51 [2019-07-19T19:09:51.440Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/reporting/maven-reporting/2.0/maven-reporting-2.0.pom 15:09:51 [2019-07-19T19:09:51.698Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/reporting/maven-reporting/2.0/maven-reporting-2.0.pom 15:09:52 [2019-07-19T19:09:52.263Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/reporting/maven-reporting/2.0/maven-reporting-2.0.pom 15:09:52 [2019-07-19T19:09:52.263Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0/maven-reporting-2.0.pom 15:09:52 [2019-07-19T19:09:52.263Z] Progress (1): 504 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0/maven-reporting-2.0.pom (504 B at 15 kB/s) 15:09:52 [2019-07-19T19:09:52.263Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/doxia/doxia-sink-api/1.0-alpha-4/doxia-sink-api-1.0-alpha-4.pom 15:09:52 [2019-07-19T19:09:52.263Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/doxia/doxia-sink-api/1.0-alpha-4/doxia-sink-api-1.0-alpha-4.pom 15:09:52 [2019-07-19T19:09:52.263Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/doxia/doxia-sink-api/1.0-alpha-4/doxia-sink-api-1.0-alpha-4.pom 15:09:52 [2019-07-19T19:09:52.521Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/doxia/doxia-sink-api/1.0-alpha-4/doxia-sink-api-1.0-alpha-4.pom 15:09:52 [2019-07-19T19:09:52.521Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/doxia/doxia-sink-api/1.0-alpha-4/doxia-sink-api-1.0-alpha-4.pom 15:09:52 [2019-07-19T19:09:52.521Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/doxia/doxia-sink-api/1.0-alpha-4/doxia-sink-api-1.0-alpha-4.pom 15:09:52 [2019-07-19T19:09:52.521Z] Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/doxia/doxia-sink-api/1.0-alpha-4/doxia-sink-api-1.0-alpha-4.pom (1.1 kB at 32 kB/s) 15:09:52 [2019-07-19T19:09:52.521Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-profile/2.0/maven-profile-2.0.pom 15:09:52 [2019-07-19T19:09:52.521Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-profile/2.0/maven-profile-2.0.pom 15:09:52 [2019-07-19T19:09:52.521Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-profile/2.0/maven-profile-2.0.pom 15:09:52 [2019-07-19T19:09:52.779Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-profile/2.0/maven-profile-2.0.pom 15:09:52 [2019-07-19T19:09:52.779Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-profile/2.0/maven-profile-2.0.pom 15:09:52 [2019-07-19T19:09:52.779Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0/maven-profile-2.0.pom 15:09:53 [2019-07-19T19:09:53.038Z] Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0/maven-profile-2.0.pom (1.4 kB at 40 kB/s) 15:09:53 [2019-07-19T19:09:53.038Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom 15:09:53 [2019-07-19T19:09:53.038Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom 15:09:53 [2019-07-19T19:09:53.038Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom 15:09:53 [2019-07-19T19:09:53.296Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom 15:09:53 [2019-07-19T19:09:53.296Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom 15:09:53 [2019-07-19T19:09:53.296Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom 15:09:53 [2019-07-19T19:09:53.296Z] Progress (1): 723 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom (723 B at 24 kB/s) 15:09:53 [2019-07-19T19:09:53.296Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-repository-metadata/2.0/maven-repository-metadata-2.0.pom 15:09:53 [2019-07-19T19:09:53.296Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-repository-metadata/2.0/maven-repository-metadata-2.0.pom 15:09:53 [2019-07-19T19:09:53.296Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-repository-metadata/2.0/maven-repository-metadata-2.0.pom 15:09:53 [2019-07-19T19:09:53.555Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-repository-metadata/2.0/maven-repository-metadata-2.0.pom 15:09:53 [2019-07-19T19:09:53.555Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-repository-metadata/2.0/maven-repository-metadata-2.0.pom 15:09:53 [2019-07-19T19:09:53.555Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0/maven-repository-metadata-2.0.pom 15:09:53 [2019-07-19T19:09:53.555Z] Progress (1): 1.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0/maven-repository-metadata-2.0.pom (1.2 kB at 28 kB/s) 15:09:53 [2019-07-19T19:09:53.555Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-error-diagnostics/2.0/maven-error-diagnostics-2.0.pom 15:09:53 [2019-07-19T19:09:53.555Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-error-diagnostics/2.0/maven-error-diagnostics-2.0.pom 15:09:53 [2019-07-19T19:09:53.555Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-error-diagnostics/2.0/maven-error-diagnostics-2.0.pom 15:09:53 [2019-07-19T19:09:53.812Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-error-diagnostics/2.0/maven-error-diagnostics-2.0.pom 15:09:53 [2019-07-19T19:09:53.812Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-error-diagnostics/2.0/maven-error-diagnostics-2.0.pom 15:09:53 [2019-07-19T19:09:53.812Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0/maven-error-diagnostics-2.0.pom 15:09:53 [2019-07-19T19:09:53.812Z] Progress (1): 812 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0/maven-error-diagnostics-2.0.pom (812 B at 26 kB/s) 15:09:53 [2019-07-19T19:09:53.812Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-project/2.0/maven-project-2.0.pom 15:09:53 [2019-07-19T19:09:53.812Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-project/2.0/maven-project-2.0.pom 15:09:53 [2019-07-19T19:09:53.812Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-project/2.0/maven-project-2.0.pom 15:09:54 [2019-07-19T19:09:54.070Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-project/2.0/maven-project-2.0.pom 15:09:54 [2019-07-19T19:09:54.070Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-project/2.0/maven-project-2.0.pom 15:09:54 [2019-07-19T19:09:54.070Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0/maven-project-2.0.pom 15:09:54 [2019-07-19T19:09:54.070Z] Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0/maven-project-2.0.pom (1.6 kB at 51 kB/s) 15:09:54 [2019-07-19T19:09:54.070Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.pom 15:09:54 [2019-07-19T19:09:54.070Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.pom 15:09:54 [2019-07-19T19:09:54.070Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.pom 15:09:54 [2019-07-19T19:09:54.327Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.pom 15:09:54 [2019-07-19T19:09:54.327Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.pom 15:09:54 [2019-07-19T19:09:54.327Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.pom 15:09:54 [2019-07-19T19:09:54.327Z] Progress (1): 1.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.pom (1.3 kB at 44 kB/s) 15:09:54 [2019-07-19T19:09:54.327Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-plugin-registry/2.0/maven-plugin-registry-2.0.pom 15:09:54 [2019-07-19T19:09:54.327Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-plugin-registry/2.0/maven-plugin-registry-2.0.pom 15:09:54 [2019-07-19T19:09:54.587Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-plugin-registry/2.0/maven-plugin-registry-2.0.pom 15:09:54 [2019-07-19T19:09:54.587Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-plugin-registry/2.0/maven-plugin-registry-2.0.pom 15:09:54 [2019-07-19T19:09:54.587Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-registry/2.0/maven-plugin-registry-2.0.pom 15:09:54 [2019-07-19T19:09:54.587Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0/maven-plugin-registry-2.0.pom 15:09:54 [2019-07-19T19:09:54.877Z] Progress (1): 1.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0/maven-plugin-registry-2.0.pom (1.3 kB at 33 kB/s) 15:09:54 [2019-07-19T19:09:54.877Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom 15:09:54 [2019-07-19T19:09:54.877Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom 15:09:54 [2019-07-19T19:09:54.877Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom 15:09:54 [2019-07-19T19:09:54.877Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom 15:09:54 [2019-07-19T19:09:54.877Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom 15:09:54 [2019-07-19T19:09:54.877Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom 15:09:55 [2019-07-19T19:09:55.135Z] Progress (1): 601 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom (601 B at 19 kB/s) 15:09:55 [2019-07-19T19:09:55.135Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-plugin-descriptor/2.0/maven-plugin-descriptor-2.0.pom 15:09:55 [2019-07-19T19:09:55.135Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-plugin-descriptor/2.0/maven-plugin-descriptor-2.0.pom 15:09:55 [2019-07-19T19:09:55.135Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-plugin-descriptor/2.0/maven-plugin-descriptor-2.0.pom 15:09:55 [2019-07-19T19:09:55.135Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-plugin-descriptor/2.0/maven-plugin-descriptor-2.0.pom 15:09:55 [2019-07-19T19:09:55.135Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-descriptor/2.0/maven-plugin-descriptor-2.0.pom 15:09:55 [2019-07-19T19:09:55.392Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0/maven-plugin-descriptor-2.0.pom 15:09:55 [2019-07-19T19:09:55.392Z] Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0/maven-plugin-descriptor-2.0.pom (1.5 kB at 46 kB/s) 15:09:55 [2019-07-19T19:09:55.392Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-monitor/2.0/maven-monitor-2.0.pom 15:09:55 [2019-07-19T19:09:55.392Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-monitor/2.0/maven-monitor-2.0.pom 15:09:55 [2019-07-19T19:09:55.392Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-monitor/2.0/maven-monitor-2.0.pom 15:09:55 [2019-07-19T19:09:55.650Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-monitor/2.0/maven-monitor-2.0.pom 15:09:55 [2019-07-19T19:09:55.650Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-monitor/2.0/maven-monitor-2.0.pom 15:09:55 [2019-07-19T19:09:55.650Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0/maven-monitor-2.0.pom 15:09:55 [2019-07-19T19:09:55.650Z] Progress (1): 400 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0/maven-monitor-2.0.pom (400 B at 8.2 kB/s) 15:09:55 [2019-07-19T19:09:55.650Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-io/commons-io/1.4/commons-io-1.4.pom 15:09:55 [2019-07-19T19:09:55.909Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-io/commons-io/1.4/commons-io-1.4.pom 15:09:55 [2019-07-19T19:09:55.909Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/commons-io/commons-io/1.4/commons-io-1.4.pom 15:09:55 [2019-07-19T19:09:55.909Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-io/commons-io/1.4/commons-io-1.4.pom 15:09:55 [2019-07-19T19:09:55.909Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-io/commons-io/1.4/commons-io-1.4.pom 15:09:55 [2019-07-19T19:09:55.909Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.4/commons-io-1.4.pom 15:09:56 [2019-07-19T19:09:56.168Z] Progress (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.4/commons-io-1.4.pom (13 kB at 411 kB/s) 15:09:56 [2019-07-19T19:09:56.168Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/7/commons-parent-7.pom 15:09:56 [2019-07-19T19:09:56.168Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/7/commons-parent-7.pom 15:09:56 [2019-07-19T19:09:56.168Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/commons/commons-parent/7/commons-parent-7.pom 15:09:56 [2019-07-19T19:09:56.168Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-parent/7/commons-parent-7.pom 15:09:56 [2019-07-19T19:09:56.168Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-parent/7/commons-parent-7.pom 15:09:56 [2019-07-19T19:09:56.426Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/7/commons-parent-7.pom 15:09:56 [2019-07-19T19:09:56.426Z] Progress (1): 4.1/17 kB Progress (1): 7.7/17 kB Progress (1): 12/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/7/commons-parent-7.pom (17 kB at 547 kB/s) 15:09:56 [2019-07-19T19:09:56.426Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/apache/4/apache-4.pom 15:09:56 [2019-07-19T19:09:56.426Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/4/apache-4.pom 15:09:56 [2019-07-19T19:09:56.426Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/apache/4/apache-4.pom 15:09:56 [2019-07-19T19:09:56.426Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/apache/4/apache-4.pom 15:09:56 [2019-07-19T19:09:56.685Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/4/apache-4.pom 15:09:56 [2019-07-19T19:09:56.685Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom 15:09:56 [2019-07-19T19:09:56.685Z] Progress (1): 4.1/4.5 kB Progress (1): 4.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom (4.5 kB at 150 kB/s) 15:09:56 [2019-07-19T19:09:56.685Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpclient/4.0-beta2/httpclient-4.0-beta2.pom 15:09:56 [2019-07-19T19:09:56.685Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/httpcomponents/httpclient/4.0-beta2/httpclient-4.0-beta2.pom 15:09:56 [2019-07-19T19:09:56.685Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/httpcomponents/httpclient/4.0-beta2/httpclient-4.0-beta2.pom 15:09:57 [2019-07-19T19:09:57.251Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/httpcomponents/httpclient/4.0-beta2/httpclient-4.0-beta2.pom 15:09:57 [2019-07-19T19:09:57.251Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/httpcomponents/httpclient/4.0-beta2/httpclient-4.0-beta2.pom 15:09:57 [2019-07-19T19:09:57.251Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0-beta2/httpclient-4.0-beta2.pom 15:09:57 [2019-07-19T19:09:57.251Z] Progress (1): 4.1/5.1 kB Progress (1): 5.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0-beta2/httpclient-4.0-beta2.pom (5.1 kB at 145 kB/s) 15:09:57 [2019-07-19T19:09:57.251Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpcomponents-client/4.0-beta2/httpcomponents-client-4.0-beta2.pom 15:09:57 [2019-07-19T19:09:57.251Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/httpcomponents/httpcomponents-client/4.0-beta2/httpcomponents-client-4.0-beta2.pom 15:09:57 [2019-07-19T19:09:57.251Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/httpcomponents/httpcomponents-client/4.0-beta2/httpcomponents-client-4.0-beta2.pom 15:09:57 [2019-07-19T19:09:57.509Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/httpcomponents/httpcomponents-client/4.0-beta2/httpcomponents-client-4.0-beta2.pom 15:09:57 [2019-07-19T19:09:57.509Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/httpcomponents/httpcomponents-client/4.0-beta2/httpcomponents-client-4.0-beta2.pom 15:09:57 [2019-07-19T19:09:57.509Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.0-beta2/httpcomponents-client-4.0-beta2.pom 15:09:57 [2019-07-19T19:09:57.768Z] Progress (1): 4.1/7.9 kB Progress (1): 7.7/7.9 kB Progress (1): 7.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.0-beta2/httpcomponents-client-4.0-beta2.pom (7.9 kB at 31 kB/s) 15:09:57 [2019-07-19T19:09:57.768Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/project/4.0/project-4.0.pom 15:09:57 [2019-07-19T19:09:57.768Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/httpcomponents/project/4.0/project-4.0.pom 15:09:57 [2019-07-19T19:09:57.768Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/httpcomponents/project/4.0/project-4.0.pom 15:09:58 [2019-07-19T19:09:58.026Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/httpcomponents/project/4.0/project-4.0.pom 15:09:58 [2019-07-19T19:09:58.026Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/httpcomponents/project/4.0/project-4.0.pom 15:09:58 [2019-07-19T19:09:58.026Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.0/project-4.0.pom 15:09:58 [2019-07-19T19:09:58.026Z] Progress (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.0/project-4.0.pom (13 kB at 437 kB/s) 15:09:58 [2019-07-19T19:09:58.026Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpcore/4.0-beta3/httpcore-4.0-beta3.pom 15:09:58 [2019-07-19T19:09:58.026Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/httpcomponents/httpcore/4.0-beta3/httpcore-4.0-beta3.pom 15:09:58 [2019-07-19T19:09:58.026Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/httpcomponents/httpcore/4.0-beta3/httpcore-4.0-beta3.pom 15:09:58 [2019-07-19T19:09:58.284Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/httpcomponents/httpcore/4.0-beta3/httpcore-4.0-beta3.pom 15:09:58 [2019-07-19T19:09:58.284Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/httpcomponents/httpcore/4.0-beta3/httpcore-4.0-beta3.pom 15:09:58 [2019-07-19T19:09:58.284Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0-beta3/httpcore-4.0-beta3.pom 15:09:58 [2019-07-19T19:09:58.284Z] Progress (1): 4.1/4.7 kB Progress (1): 4.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0-beta3/httpcore-4.0-beta3.pom (4.7 kB at 148 kB/s) 15:09:58 [2019-07-19T19:09:58.284Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpcomponents-core/4.0-beta3/httpcomponents-core-4.0-beta3.pom 15:09:58 [2019-07-19T19:09:58.284Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/httpcomponents/httpcomponents-core/4.0-beta3/httpcomponents-core-4.0-beta3.pom 15:09:58 [2019-07-19T19:09:58.284Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/httpcomponents/httpcomponents-core/4.0-beta3/httpcomponents-core-4.0-beta3.pom 15:09:58 [2019-07-19T19:09:58.542Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/httpcomponents/httpcomponents-core/4.0-beta3/httpcomponents-core-4.0-beta3.pom 15:09:58 [2019-07-19T19:09:58.542Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/httpcomponents/httpcomponents-core/4.0-beta3/httpcomponents-core-4.0-beta3.pom 15:09:58 [2019-07-19T19:09:58.542Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.0-beta3/httpcomponents-core-4.0-beta3.pom 15:09:58 [2019-07-19T19:09:58.542Z] Progress (1): 4.1/6.9 kB Progress (1): 6.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.0-beta3/httpcomponents-core-4.0-beta3.pom (6.9 kB at 147 kB/s) 15:09:58 [2019-07-19T19:09:58.542Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom 15:09:58 [2019-07-19T19:09:58.542Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom 15:09:58 [2019-07-19T19:09:58.542Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom 15:09:58 [2019-07-19T19:09:58.805Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom 15:09:58 [2019-07-19T19:09:58.805Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom 15:09:58 [2019-07-19T19:09:58.805Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom 15:09:58 [2019-07-19T19:09:58.805Z] Progress (1): 4.1/18 kB Progress (1): 7.7/18 kB Progress (1): 12/18 kB Progress (1): 16/18 kB Progress (1): 18 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom (18 kB at 557 kB/s) 15:09:58 [2019-07-19T19:09:58.805Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/5/commons-parent-5.pom 15:09:58 [2019-07-19T19:09:58.805Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/5/commons-parent-5.pom 15:09:58 [2019-07-19T19:09:58.805Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/commons/commons-parent/5/commons-parent-5.pom 15:09:59 [2019-07-19T19:09:59.064Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-parent/5/commons-parent-5.pom 15:09:59 [2019-07-19T19:09:59.064Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-parent/5/commons-parent-5.pom 15:09:59 [2019-07-19T19:09:59.064Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/5/commons-parent-5.pom 15:09:59 [2019-07-19T19:09:59.064Z] Progress (1): 4.1/16 kB Progress (1): 7.7/16 kB Progress (1): 12/16 kB Progress (1): 16/16 kB Progress (1): 16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/5/commons-parent-5.pom (16 kB at 501 kB/s) 15:09:59 [2019-07-19T19:09:59.064Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-codec/commons-codec/1.3/commons-codec-1.3.pom 15:09:59 [2019-07-19T19:09:59.064Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-codec/commons-codec/1.3/commons-codec-1.3.pom 15:09:59 [2019-07-19T19:09:59.064Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/commons-codec/commons-codec/1.3/commons-codec-1.3.pom 15:09:59 [2019-07-19T19:09:59.322Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-codec/commons-codec/1.3/commons-codec-1.3.pom 15:09:59 [2019-07-19T19:09:59.322Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-codec/commons-codec/1.3/commons-codec-1.3.pom 15:09:59 [2019-07-19T19:09:59.322Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.pom 15:09:59 [2019-07-19T19:09:59.322Z] Progress (1): 4.1/6.1 kB Progress (1): 6.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.pom (6.1 kB at 157 kB/s) 15:09:59 [2019-07-19T19:09:59.322Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-archiver/2.4.1/plexus-archiver-2.4.1.pom 15:09:59 [2019-07-19T19:09:59.322Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-archiver/2.4.1/plexus-archiver-2.4.1.pom 15:09:59 [2019-07-19T19:09:59.580Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-archiver/2.4.1/plexus-archiver-2.4.1.pom 15:09:59 [2019-07-19T19:09:59.580Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-archiver/2.4.1/plexus-archiver-2.4.1.pom 15:09:59 [2019-07-19T19:09:59.580Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-archiver/2.4.1/plexus-archiver-2.4.1.pom 15:09:59 [2019-07-19T19:09:59.580Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.4.1/plexus-archiver-2.4.1.pom 15:09:59 [2019-07-19T19:09:59.580Z] Progress (1): 3.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.4.1/plexus-archiver-2.4.1.pom (3.5 kB at 110 kB/s) 15:09:59 [2019-07-19T19:09:59.580Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom 15:09:59 [2019-07-19T19:09:59.580Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom 15:09:59 [2019-07-19T19:09:59.845Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom 15:09:59 [2019-07-19T19:09:59.845Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom 15:09:59 [2019-07-19T19:09:59.845Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom 15:09:59 [2019-07-19T19:09:59.845Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom 15:09:59 [2019-07-19T19:09:59.845Z] Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom (3.1 kB at 87 kB/s) 15:09:59 [2019-07-19T19:09:59.845Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-io/2.0.7/plexus-io-2.0.7.pom 15:10:00 [2019-07-19T19:10:00.184Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-io/2.0.7/plexus-io-2.0.7.pom 15:10:00 [2019-07-19T19:10:00.184Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-io/2.0.7/plexus-io-2.0.7.pom 15:10:00 [2019-07-19T19:10:00.184Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-io/2.0.7/plexus-io-2.0.7.pom 15:10:00 [2019-07-19T19:10:00.184Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-io/2.0.7/plexus-io-2.0.7.pom 15:10:00 [2019-07-19T19:10:00.184Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.7/plexus-io-2.0.7.pom 15:10:00 [2019-07-19T19:10:00.184Z] Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.7/plexus-io-2.0.7.pom (2.2 kB at 67 kB/s) 15:10:00 [2019-07-19T19:10:00.184Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-compress/1.5/commons-compress-1.5.pom 15:10:00 [2019-07-19T19:10:00.184Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-compress/1.5/commons-compress-1.5.pom 15:10:00 [2019-07-19T19:10:00.184Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/commons/commons-compress/1.5/commons-compress-1.5.pom 15:10:00 [2019-07-19T19:10:00.442Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-compress/1.5/commons-compress-1.5.pom 15:10:00 [2019-07-19T19:10:00.442Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-compress/1.5/commons-compress-1.5.pom 15:10:00 [2019-07-19T19:10:00.442Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.5/commons-compress-1.5.pom 15:10:00 [2019-07-19T19:10:00.442Z] Progress (1): 4.1/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.5/commons-compress-1.5.pom (11 kB at 366 kB/s) 15:10:00 [2019-07-19T19:10:00.442Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/28/commons-parent-28.pom 15:10:00 [2019-07-19T19:10:00.442Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/28/commons-parent-28.pom 15:10:00 [2019-07-19T19:10:00.700Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/commons/commons-parent/28/commons-parent-28.pom 15:10:00 [2019-07-19T19:10:00.700Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-parent/28/commons-parent-28.pom 15:10:00 [2019-07-19T19:10:00.700Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-parent/28/commons-parent-28.pom 15:10:00 [2019-07-19T19:10:00.700Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/28/commons-parent-28.pom 15:10:00 [2019-07-19T19:10:00.700Z] Progress (1): 4.1/50 kB Progress (1): 7.7/50 kB Progress (1): 12/50 kB Progress (1): 16/50 kB Progress (1): 20/50 kB Progress (1): 24/50 kB Progress (1): 28/50 kB Progress (1): 32/50 kB Progress (1): 36/50 kB Progress (1): 40/50 kB Progress (1): 44/50 kB Progress (1): 48/50 kB Progress (1): 50 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/28/commons-parent-28.pom (50 kB at 1.6 MB/s) 15:10:00 [2019-07-19T19:10:00.700Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/tukaani/xz/1.2/xz-1.2.pom 15:10:00 [2019-07-19T19:10:00.958Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/tukaani/xz/1.2/xz-1.2.pom 15:10:00 [2019-07-19T19:10:00.958Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/tukaani/xz/1.2/xz-1.2.pom 15:10:00 [2019-07-19T19:10:00.958Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/tukaani/xz/1.2/xz-1.2.pom 15:10:00 [2019-07-19T19:10:00.958Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/tukaani/xz/1.2/xz-1.2.pom 15:10:00 [2019-07-19T19:10:00.958Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.2/xz-1.2.pom 15:10:00 [2019-07-19T19:10:00.958Z] Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.2/xz-1.2.pom (1.9 kB at 68 kB/s) 15:10:00 [2019-07-19T19:10:00.958Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/1.5.4/plexus-utils-1.5.4.pom 15:10:01 [2019-07-19T19:10:01.216Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/1.5.4/plexus-utils-1.5.4.pom 15:10:01 [2019-07-19T19:10:01.216Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.4/plexus-utils-1.5.4.pom 15:10:01 [2019-07-19T19:10:01.216Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/1.5.4/plexus-utils-1.5.4.pom 15:10:01 [2019-07-19T19:10:01.216Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/1.5.4/plexus-utils-1.5.4.pom 15:10:01 [2019-07-19T19:10:01.216Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.4/plexus-utils-1.5.4.pom 15:10:01 [2019-07-19T19:10:01.474Z] Progress (1): 4.1/5.1 kB Progress (1): 5.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.4/plexus-utils-1.5.4.pom (5.1 kB at 161 kB/s) 15:10:01 [2019-07-19T19:10:01.474Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.pom 15:10:01 [2019-07-19T19:10:01.474Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.pom 15:10:01 [2019-07-19T19:10:01.474Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.pom 15:10:01 [2019-07-19T19:10:01.474Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.pom 15:10:01 [2019-07-19T19:10:01.474Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.pom 15:10:01 [2019-07-19T19:10:01.474Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.pom 15:10:01 [2019-07-19T19:10:01.732Z] Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.pom (1.7 kB at 64 kB/s) 15:10:01 [2019-07-19T19:10:01.732Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom 15:10:01 [2019-07-19T19:10:01.732Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom 15:10:01 [2019-07-19T19:10:01.732Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom 15:10:01 [2019-07-19T19:10:01.732Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom 15:10:01 [2019-07-19T19:10:01.990Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom 15:10:01 [2019-07-19T19:10:01.990Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom 15:10:01 [2019-07-19T19:10:01.990Z] Progress (1): 4.1/20 kB Progress (1): 7.7/20 kB Progress (1): 12/20 kB Progress (1): 16/20 kB Progress (1): 20/20 kB Progress (1): 20 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom (20 kB at 565 kB/s) 15:10:01 [2019-07-19T19:10:01.990Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/23/maven-parent-23.pom 15:10:01 [2019-07-19T19:10:01.990Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/23/maven-parent-23.pom 15:10:01 [2019-07-19T19:10:01.990Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-parent/23/maven-parent-23.pom 15:10:02 [2019-07-19T19:10:02.247Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-parent/23/maven-parent-23.pom 15:10:02 [2019-07-19T19:10:02.247Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/23/maven-parent-23.pom 15:10:02 [2019-07-19T19:10:02.247Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom 15:10:02 [2019-07-19T19:10:02.247Z] Progress (1): 4.1/33 kB Progress (1): 7.7/33 kB Progress (1): 12/33 kB Progress (1): 16/33 kB Progress (1): 20/33 kB Progress (1): 24/33 kB Progress (1): 28/33 kB Progress (1): 32/33 kB Progress (1): 33 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom (33 kB at 795 kB/s) 15:10:02 [2019-07-19T19:10:02.247Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom 15:10:02 [2019-07-19T19:10:02.247Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom 15:10:02 [2019-07-19T19:10:02.247Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom 15:10:02 [2019-07-19T19:10:02.505Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom 15:10:02 [2019-07-19T19:10:02.505Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom 15:10:02 [2019-07-19T19:10:02.505Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom 15:10:02 [2019-07-19T19:10:02.505Z] Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom (3.1 kB at 55 kB/s) 15:10:02 [2019-07-19T19:10:02.505Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/jgit/org.eclipse.jgit/3.6.0.201411121045-m1/org.eclipse.jgit-3.6.0.201411121045-m1.pom 15:10:02 [2019-07-19T19:10:02.505Z] Progress (1): 4.1/6.2 kB Progress (1): 6.2 kB Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/jgit/org.eclipse.jgit/3.6.0.201411121045-m1/org.eclipse.jgit-3.6.0.201411121045-m1.pom (6.2 kB at 259 kB/s) 15:10:02 [2019-07-19T19:10:02.505Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/jgit/org.eclipse.jgit-parent/3.6.0.201411121045-m1/org.eclipse.jgit-parent-3.6.0.201411121045-m1.pom 15:10:02 [2019-07-19T19:10:02.505Z] Progress (1): 4.1/23 kB Progress (1): 7.7/23 kB Progress (1): 12/23 kB Progress (1): 16/23 kB Progress (1): 20/23 kB Progress (1): 23 kB Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/jgit/org.eclipse.jgit-parent/3.6.0.201411121045-m1/org.eclipse.jgit-parent-3.6.0.201411121045-m1.pom (23 kB at 441 kB/s) 15:10:02 [2019-07-19T19:10:02.505Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/jcraft/jsch/0.1.50/jsch-0.1.50.pom 15:10:02 [2019-07-19T19:10:02.762Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/jcraft/jsch/0.1.50/jsch-0.1.50.pom 15:10:02 [2019-07-19T19:10:02.762Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/com/jcraft/jsch/0.1.50/jsch-0.1.50.pom 15:10:02 [2019-07-19T19:10:02.762Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/jcraft/jsch/0.1.50/jsch-0.1.50.pom 15:10:02 [2019-07-19T19:10:02.762Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/jcraft/jsch/0.1.50/jsch-0.1.50.pom 15:10:02 [2019-07-19T19:10:02.762Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.50/jsch-0.1.50.pom 15:10:03 [2019-07-19T19:10:03.020Z] Progress (1): 3.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.50/jsch-0.1.50.pom (3.2 kB at 104 kB/s) 15:10:03 [2019-07-19T19:10:03.020Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/oss/oss-parent/6/oss-parent-6.pom 15:10:03 [2019-07-19T19:10:03.020Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/oss/oss-parent/6/oss-parent-6.pom 15:10:03 [2019-07-19T19:10:03.020Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/sonatype/oss/oss-parent/6/oss-parent-6.pom 15:10:03 [2019-07-19T19:10:03.020Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/oss/oss-parent/6/oss-parent-6.pom 15:10:03 [2019-07-19T19:10:03.020Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/oss/oss-parent/6/oss-parent-6.pom 15:10:03 [2019-07-19T19:10:03.020Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/6/oss-parent-6.pom 15:10:03 [2019-07-19T19:10:03.277Z] Progress (1): 4.1/4.8 kB Progress (1): 4.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/6/oss-parent-6.pom (4.8 kB at 167 kB/s) 15:10:03 [2019-07-19T19:10:03.277Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/googlecode/javaewah/JavaEWAH/0.7.9/JavaEWAH-0.7.9.pom 15:10:03 [2019-07-19T19:10:03.277Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/googlecode/javaewah/JavaEWAH/0.7.9/JavaEWAH-0.7.9.pom 15:10:03 [2019-07-19T19:10:03.277Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/com/googlecode/javaewah/JavaEWAH/0.7.9/JavaEWAH-0.7.9.pom 15:10:03 [2019-07-19T19:10:03.277Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/googlecode/javaewah/JavaEWAH/0.7.9/JavaEWAH-0.7.9.pom 15:10:03 [2019-07-19T19:10:03.277Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/googlecode/javaewah/JavaEWAH/0.7.9/JavaEWAH-0.7.9.pom 15:10:03 [2019-07-19T19:10:03.277Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/0.7.9/JavaEWAH-0.7.9.pom 15:10:03 [2019-07-19T19:10:03.534Z] Progress (1): 4.1/4.3 kB Progress (1): 4.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/0.7.9/JavaEWAH-0.7.9.pom (4.3 kB at 124 kB/s) 15:10:03 [2019-07-19T19:10:03.534Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/oss/oss-parent/5/oss-parent-5.pom 15:10:03 [2019-07-19T19:10:03.534Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/oss/oss-parent/5/oss-parent-5.pom 15:10:03 [2019-07-19T19:10:03.534Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/sonatype/oss/oss-parent/5/oss-parent-5.pom 15:10:03 [2019-07-19T19:10:03.534Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/oss/oss-parent/5/oss-parent-5.pom 15:10:03 [2019-07-19T19:10:03.534Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/oss/oss-parent/5/oss-parent-5.pom 15:10:03 [2019-07-19T19:10:03.792Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/5/oss-parent-5.pom 15:10:03 [2019-07-19T19:10:03.792Z] Progress (1): 4.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/5/oss-parent-5.pom (4.1 kB at 124 kB/s) 15:10:03 [2019-07-19T19:10:03.792Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpclient/4.1.3/httpclient-4.1.3.pom 15:10:03 [2019-07-19T19:10:03.792Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/httpcomponents/httpclient/4.1.3/httpclient-4.1.3.pom 15:10:03 [2019-07-19T19:10:03.792Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/httpcomponents/httpclient/4.1.3/httpclient-4.1.3.pom 15:10:04 [2019-07-19T19:10:04.050Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/httpcomponents/httpclient/4.1.3/httpclient-4.1.3.pom 15:10:04 [2019-07-19T19:10:04.050Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/httpcomponents/httpclient/4.1.3/httpclient-4.1.3.pom 15:10:04 [2019-07-19T19:10:04.050Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.1.3/httpclient-4.1.3.pom 15:10:04 [2019-07-19T19:10:04.050Z] Progress (1): 4.1/6.0 kB Progress (1): 6.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.1.3/httpclient-4.1.3.pom (6.0 kB at 187 kB/s) 15:10:04 [2019-07-19T19:10:04.050Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpcomponents-client/4.1.3/httpcomponents-client-4.1.3.pom 15:10:04 [2019-07-19T19:10:04.050Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/httpcomponents/httpcomponents-client/4.1.3/httpcomponents-client-4.1.3.pom 15:10:04 [2019-07-19T19:10:04.050Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/httpcomponents/httpcomponents-client/4.1.3/httpcomponents-client-4.1.3.pom 15:10:04 [2019-07-19T19:10:04.615Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/httpcomponents/httpcomponents-client/4.1.3/httpcomponents-client-4.1.3.pom 15:10:04 [2019-07-19T19:10:04.615Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/httpcomponents/httpcomponents-client/4.1.3/httpcomponents-client-4.1.3.pom 15:10:04 [2019-07-19T19:10:04.615Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.1.3/httpcomponents-client-4.1.3.pom 15:10:04 [2019-07-19T19:10:04.615Z] Progress (1): 4.1/12 kB Progress (1): 7.7/12 kB Progress (1): 12/12 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.1.3/httpcomponents-client-4.1.3.pom (12 kB at 367 kB/s) 15:10:04 [2019-07-19T19:10:04.615Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/project/5/project-5.pom 15:10:04 [2019-07-19T19:10:04.615Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/httpcomponents/project/5/project-5.pom 15:10:04 [2019-07-19T19:10:04.615Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/httpcomponents/project/5/project-5.pom 15:10:04 [2019-07-19T19:10:04.876Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/httpcomponents/project/5/project-5.pom 15:10:04 [2019-07-19T19:10:04.876Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/httpcomponents/project/5/project-5.pom 15:10:04 [2019-07-19T19:10:04.876Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/5/project-5.pom 15:10:04 [2019-07-19T19:10:04.876Z] Progress (1): 4.1/23 kB Progress (1): 7.7/23 kB Progress (1): 12/23 kB Progress (1): 16/23 kB Progress (1): 20/23 kB Progress (1): 23 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/5/project-5.pom (23 kB at 610 kB/s) 15:10:04 [2019-07-19T19:10:04.876Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpcore/4.1.4/httpcore-4.1.4.pom 15:10:04 [2019-07-19T19:10:04.876Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/httpcomponents/httpcore/4.1.4/httpcore-4.1.4.pom 15:10:04 [2019-07-19T19:10:04.876Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/httpcomponents/httpcore/4.1.4/httpcore-4.1.4.pom 15:10:05 [2019-07-19T19:10:05.135Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/httpcomponents/httpcore/4.1.4/httpcore-4.1.4.pom 15:10:05 [2019-07-19T19:10:05.135Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/httpcomponents/httpcore/4.1.4/httpcore-4.1.4.pom 15:10:05 [2019-07-19T19:10:05.135Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.1.4/httpcore-4.1.4.pom 15:10:05 [2019-07-19T19:10:05.135Z] Progress (1): 4.1/7.4 kB Progress (1): 7.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.1.4/httpcore-4.1.4.pom (7.4 kB at 238 kB/s) 15:10:05 [2019-07-19T19:10:05.135Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpcomponents-core/4.1.4/httpcomponents-core-4.1.4.pom 15:10:05 [2019-07-19T19:10:05.433Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/httpcomponents/httpcomponents-core/4.1.4/httpcomponents-core-4.1.4.pom 15:10:05 [2019-07-19T19:10:05.433Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/httpcomponents/httpcomponents-core/4.1.4/httpcomponents-core-4.1.4.pom 15:10:05 [2019-07-19T19:10:05.433Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/httpcomponents/httpcomponents-core/4.1.4/httpcomponents-core-4.1.4.pom 15:10:05 [2019-07-19T19:10:05.433Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/httpcomponents/httpcomponents-core/4.1.4/httpcomponents-core-4.1.4.pom 15:10:05 [2019-07-19T19:10:05.433Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.1.4/httpcomponents-core-4.1.4.pom 15:10:05 [2019-07-19T19:10:05.433Z] Progress (1): 4.1/9.8 kB Progress (1): 7.7/9.8 kB Progress (1): 9.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.1.4/httpcomponents-core-4.1.4.pom (9.8 kB at 264 kB/s) 15:10:05 [2019-07-19T19:10:05.433Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-codec/commons-codec/1.4/commons-codec-1.4.pom 15:10:05 [2019-07-19T19:10:05.433Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-codec/commons-codec/1.4/commons-codec-1.4.pom 15:10:05 [2019-07-19T19:10:05.692Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/commons-codec/commons-codec/1.4/commons-codec-1.4.pom 15:10:05 [2019-07-19T19:10:05.692Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-codec/commons-codec/1.4/commons-codec-1.4.pom 15:10:05 [2019-07-19T19:10:05.692Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-codec/commons-codec/1.4/commons-codec-1.4.pom 15:10:05 [2019-07-19T19:10:05.692Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.4/commons-codec-1.4.pom 15:10:05 [2019-07-19T19:10:05.692Z] Progress (1): 4.1/10 kB Progress (1): 7.7/10 kB Progress (1): 10 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.4/commons-codec-1.4.pom (10 kB at 309 kB/s) 15:10:05 [2019-07-19T19:10:05.951Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/11/commons-parent-11.pom 15:10:05 [2019-07-19T19:10:05.951Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/11/commons-parent-11.pom 15:10:05 [2019-07-19T19:10:05.951Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/commons/commons-parent/11/commons-parent-11.pom 15:10:05 [2019-07-19T19:10:05.951Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-parent/11/commons-parent-11.pom 15:10:05 [2019-07-19T19:10:05.951Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-parent/11/commons-parent-11.pom 15:10:05 [2019-07-19T19:10:05.951Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/11/commons-parent-11.pom 15:10:06 [2019-07-19T19:10:06.209Z] Progress (1): 4.1/25 kB Progress (1): 7.7/25 kB Progress (1): 12/25 kB Progress (1): 16/25 kB Progress (1): 20/25 kB Progress (1): 24/25 kB Progress (1): 25 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/11/commons-parent-11.pom (25 kB at 560 kB/s) 15:10:06 [2019-07-19T19:10:06.209Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/pl/project13/maven/git-commit-id-plugin/2.1.13/git-commit-id-plugin-2.1.13.pom 15:10:06 [2019-07-19T19:10:06.209Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/pl/project13/maven/git-commit-id-plugin/2.1.13/git-commit-id-plugin-2.1.13.pom 15:10:06 [2019-07-19T19:10:06.209Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/pl/project13/maven/git-commit-id-plugin/2.1.13/git-commit-id-plugin-2.1.13.pom 15:10:06 [2019-07-19T19:10:06.209Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/pl/project13/maven/git-commit-id-plugin/2.1.13/git-commit-id-plugin-2.1.13.pom 15:10:06 [2019-07-19T19:10:06.467Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/pl/project13/maven/git-commit-id-plugin/2.1.13/git-commit-id-plugin-2.1.13.pom 15:10:06 [2019-07-19T19:10:06.467Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/pl/project13/maven/git-commit-id-plugin/2.1.13/git-commit-id-plugin-2.1.13.pom 15:10:06 [2019-07-19T19:10:06.467Z] Progress (1): 4.1/10 kB Progress (1): 7.7/10 kB Progress (1): 10 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/pl/project13/maven/git-commit-id-plugin/2.1.13/git-commit-id-plugin-2.1.13.pom (10 kB at 144 kB/s) 15:10:06 [2019-07-19T19:10:06.467Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom 15:10:06 [2019-07-19T19:10:06.467Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom 15:10:06 [2019-07-19T19:10:06.467Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom 15:10:06 [2019-07-19T19:10:06.725Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom 15:10:06 [2019-07-19T19:10:06.725Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom 15:10:06 [2019-07-19T19:10:06.725Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom 15:10:06 [2019-07-19T19:10:06.725Z] Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom (1.5 kB at 44 kB/s) 15:10:06 [2019-07-19T19:10:06.725Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom 15:10:06 [2019-07-19T19:10:06.725Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom 15:10:06 [2019-07-19T19:10:06.725Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom 15:10:06 [2019-07-19T19:10:06.983Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom 15:10:06 [2019-07-19T19:10:06.983Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom 15:10:06 [2019-07-19T19:10:06.983Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom 15:10:06 [2019-07-19T19:10:06.983Z] Progress (1): 4.1/12 kB Progress (1): 7.7/12 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom (12 kB at 375 kB/s) 15:10:06 [2019-07-19T19:10:06.983Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom 15:10:06 [2019-07-19T19:10:06.983Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom 15:10:06 [2019-07-19T19:10:06.983Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom 15:10:07 [2019-07-19T19:10:07.241Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom 15:10:07 [2019-07-19T19:10:07.241Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom 15:10:07 [2019-07-19T19:10:07.241Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom 15:10:07 [2019-07-19T19:10:07.241Z] Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom (2.2 kB at 68 kB/s) 15:10:07 [2019-07-19T19:10:07.241Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom 15:10:07 [2019-07-19T19:10:07.241Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom 15:10:07 [2019-07-19T19:10:07.241Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom 15:10:07 [2019-07-19T19:10:07.499Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom 15:10:07 [2019-07-19T19:10:07.499Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom 15:10:07 [2019-07-19T19:10:07.499Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom 15:10:07 [2019-07-19T19:10:07.499Z] Progress (1): 3.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom (3.2 kB at 98 kB/s) 15:10:07 [2019-07-19T19:10:07.499Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom 15:10:07 [2019-07-19T19:10:07.499Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom 15:10:07 [2019-07-19T19:10:07.499Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom 15:10:07 [2019-07-19T19:10:07.757Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom 15:10:07 [2019-07-19T19:10:07.757Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom 15:10:07 [2019-07-19T19:10:07.757Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom 15:10:07 [2019-07-19T19:10:07.757Z] Progress (1): 4.1/6.8 kB Progress (1): 6.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (6.8 kB at 245 kB/s) 15:10:07 [2019-07-19T19:10:07.757Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom 15:10:07 [2019-07-19T19:10:07.757Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom 15:10:08 [2019-07-19T19:10:08.015Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom 15:10:08 [2019-07-19T19:10:08.015Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom 15:10:08 [2019-07-19T19:10:08.015Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom 15:10:08 [2019-07-19T19:10:08.015Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom 15:10:08 [2019-07-19T19:10:08.272Z] Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom (2.0 kB at 44 kB/s) 15:10:08 [2019-07-19T19:10:08.272Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom 15:10:08 [2019-07-19T19:10:08.272Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom 15:10:08 [2019-07-19T19:10:08.272Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom 15:10:08 [2019-07-19T19:10:08.272Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom 15:10:08 [2019-07-19T19:10:08.272Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom 15:10:08 [2019-07-19T19:10:08.272Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom 15:10:08 [2019-07-19T19:10:08.530Z] Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom (1.9 kB at 58 kB/s) 15:10:08 [2019-07-19T19:10:08.530Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom 15:10:08 [2019-07-19T19:10:08.530Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom 15:10:08 [2019-07-19T19:10:08.530Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom 15:10:08 [2019-07-19T19:10:08.530Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom 15:10:08 [2019-07-19T19:10:08.530Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom 15:10:08 [2019-07-19T19:10:08.787Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom 15:10:08 [2019-07-19T19:10:08.787Z] Progress (1): 4.1/7.9 kB Progress (1): 7.7/7.9 kB Progress (1): 7.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (7.9 kB at 240 kB/s) 15:10:08 [2019-07-19T19:10:08.787Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom 15:10:08 [2019-07-19T19:10:08.787Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom 15:10:08 [2019-07-19T19:10:08.787Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom 15:10:08 [2019-07-19T19:10:08.787Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom 15:10:09 [2019-07-19T19:10:09.045Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom 15:10:09 [2019-07-19T19:10:09.045Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom 15:10:09 [2019-07-19T19:10:09.045Z] Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (3.0 kB at 77 kB/s) 15:10:09 [2019-07-19T19:10:09.045Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom 15:10:09 [2019-07-19T19:10:09.045Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom 15:10:09 [2019-07-19T19:10:09.045Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom 15:10:09 [2019-07-19T19:10:09.302Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom 15:10:09 [2019-07-19T19:10:09.302Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom 15:10:09 [2019-07-19T19:10:09.302Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom 15:10:09 [2019-07-19T19:10:09.302Z] Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom (2.2 kB at 68 kB/s) 15:10:09 [2019-07-19T19:10:09.302Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom 15:10:09 [2019-07-19T19:10:09.302Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom 15:10:09 [2019-07-19T19:10:09.302Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom 15:10:09 [2019-07-19T19:10:09.560Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom 15:10:09 [2019-07-19T19:10:09.560Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom 15:10:09 [2019-07-19T19:10:09.560Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom 15:10:09 [2019-07-19T19:10:09.560Z] Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom (1.9 kB at 49 kB/s) 15:10:09 [2019-07-19T19:10:09.560Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom 15:10:09 [2019-07-19T19:10:09.560Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom 15:10:09 [2019-07-19T19:10:09.560Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom 15:10:09 [2019-07-19T19:10:09.818Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom 15:10:09 [2019-07-19T19:10:09.818Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom 15:10:09 [2019-07-19T19:10:09.818Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom 15:10:09 [2019-07-19T19:10:09.818Z] Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom (1.4 kB at 56 kB/s) 15:10:09 [2019-07-19T19:10:09.818Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom 15:10:09 [2019-07-19T19:10:09.818Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom 15:10:09 [2019-07-19T19:10:09.818Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom 15:10:10 [2019-07-19T19:10:10.079Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom 15:10:10 [2019-07-19T19:10:10.079Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom 15:10:10 [2019-07-19T19:10:10.079Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom 15:10:10 [2019-07-19T19:10:10.079Z] Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom (2.0 kB at 62 kB/s) 15:10:10 [2019-07-19T19:10:10.079Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom 15:10:10 [2019-07-19T19:10:10.079Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom 15:10:10 [2019-07-19T19:10:10.079Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom 15:10:10 [2019-07-19T19:10:10.339Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom 15:10:10 [2019-07-19T19:10:10.339Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom 15:10:10 [2019-07-19T19:10:10.339Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom 15:10:10 [2019-07-19T19:10:10.339Z] Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom (15 kB at 330 kB/s) 15:10:10 [2019-07-19T19:10:10.339Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom 15:10:10 [2019-07-19T19:10:10.339Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom 15:10:10 [2019-07-19T19:10:10.339Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom 15:10:10 [2019-07-19T19:10:10.597Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom 15:10:10 [2019-07-19T19:10:10.597Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom 15:10:10 [2019-07-19T19:10:10.597Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom 15:10:10 [2019-07-19T19:10:10.597Z] Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom (1.6 kB at 58 kB/s) 15:10:10 [2019-07-19T19:10:10.597Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom 15:10:10 [2019-07-19T19:10:10.597Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom 15:10:10 [2019-07-19T19:10:10.854Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom 15:10:10 [2019-07-19T19:10:10.854Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom 15:10:10 [2019-07-19T19:10:10.854Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom 15:10:10 [2019-07-19T19:10:10.854Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom 15:10:10 [2019-07-19T19:10:10.854Z] Progress (1): 3.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom (3.5 kB at 81 kB/s) 15:10:10 [2019-07-19T19:10:10.854Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom 15:10:11 [2019-07-19T19:10:11.112Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom 15:10:11 [2019-07-19T19:10:11.112Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom 15:10:11 [2019-07-19T19:10:11.112Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom 15:10:11 [2019-07-19T19:10:11.112Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom 15:10:11 [2019-07-19T19:10:11.112Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom 15:10:11 [2019-07-19T19:10:11.369Z] Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom (1.9 kB at 39 kB/s) 15:10:11 [2019-07-19T19:10:11.369Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom 15:10:11 [2019-07-19T19:10:11.369Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom 15:10:11 [2019-07-19T19:10:11.369Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom 15:10:11 [2019-07-19T19:10:11.369Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom 15:10:11 [2019-07-19T19:10:11.369Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom 15:10:11 [2019-07-19T19:10:11.369Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom 15:10:11 [2019-07-19T19:10:11.626Z] Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom (2.3 kB at 31 kB/s) 15:10:11 [2019-07-19T19:10:11.626Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom 15:10:11 [2019-07-19T19:10:11.626Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom 15:10:11 [2019-07-19T19:10:11.626Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom 15:10:11 [2019-07-19T19:10:11.626Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom 15:10:11 [2019-07-19T19:10:11.884Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom 15:10:11 [2019-07-19T19:10:11.884Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom 15:10:11 [2019-07-19T19:10:11.884Z] Progress (1): 3.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom (3.2 kB at 66 kB/s) 15:10:11 [2019-07-19T19:10:11.884Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom 15:10:11 [2019-07-19T19:10:11.884Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom 15:10:11 [2019-07-19T19:10:11.884Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom 15:10:12 [2019-07-19T19:10:12.141Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom 15:10:12 [2019-07-19T19:10:12.141Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom 15:10:12 [2019-07-19T19:10:12.141Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom 15:10:12 [2019-07-19T19:10:12.141Z] Progress (1): 4.1/8.2 kB Progress (1): 7.7/8.2 kB Progress (1): 8.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom (8.2 kB at 284 kB/s) 15:10:12 [2019-07-19T19:10:12.141Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom 15:10:12 [2019-07-19T19:10:12.141Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom 15:10:12 [2019-07-19T19:10:12.141Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom 15:10:12 [2019-07-19T19:10:12.398Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom 15:10:12 [2019-07-19T19:10:12.398Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom 15:10:12 [2019-07-19T19:10:12.398Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom 15:10:12 [2019-07-19T19:10:12.398Z] Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom (1.7 kB at 36 kB/s) 15:10:12 [2019-07-19T19:10:12.398Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-cli/commons-cli/1.2/commons-cli-1.2.pom 15:10:12 [2019-07-19T19:10:12.398Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-cli/commons-cli/1.2/commons-cli-1.2.pom 15:10:12 [2019-07-19T19:10:12.656Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/commons-cli/commons-cli/1.2/commons-cli-1.2.pom 15:10:12 [2019-07-19T19:10:12.656Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-cli/commons-cli/1.2/commons-cli-1.2.pom 15:10:12 [2019-07-19T19:10:12.656Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-cli/commons-cli/1.2/commons-cli-1.2.pom 15:10:12 [2019-07-19T19:10:12.656Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.pom 15:10:12 [2019-07-19T19:10:12.656Z] Progress (1): 4.1/8.0 kB Progress (1): 7.7/8.0 kB Progress (1): 8.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.pom (8.0 kB at 216 kB/s) 15:10:12 [2019-07-19T19:10:12.656Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom 15:10:12 [2019-07-19T19:10:12.912Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom 15:10:12 [2019-07-19T19:10:12.912Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom 15:10:12 [2019-07-19T19:10:12.912Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom 15:10:12 [2019-07-19T19:10:12.912Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom 15:10:12 [2019-07-19T19:10:12.912Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom 15:10:13 [2019-07-19T19:10:13.169Z] Progress (1): 1.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom (1.3 kB at 48 kB/s) 15:10:13 [2019-07-19T19:10:13.169Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/fasterxml/jackson/core/jackson-databind/2.2.3/jackson-databind-2.2.3.pom 15:10:13 [2019-07-19T19:10:13.169Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/fasterxml/jackson/core/jackson-databind/2.2.3/jackson-databind-2.2.3.pom 15:10:13 [2019-07-19T19:10:13.169Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.2.3/jackson-databind-2.2.3.pom 15:10:13 [2019-07-19T19:10:13.169Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/fasterxml/jackson/core/jackson-databind/2.2.3/jackson-databind-2.2.3.pom 15:10:13 [2019-07-19T19:10:13.169Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/fasterxml/jackson/core/jackson-databind/2.2.3/jackson-databind-2.2.3.pom 15:10:13 [2019-07-19T19:10:13.169Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.2.3/jackson-databind-2.2.3.pom 15:10:13 [2019-07-19T19:10:13.426Z] Progress (1): 4.1/5.4 kB Progress (1): 5.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.2.3/jackson-databind-2.2.3.pom (5.4 kB at 149 kB/s) 15:10:13 [2019-07-19T19:10:13.426Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/fasterxml/oss-parent/11/oss-parent-11.pom 15:10:13 [2019-07-19T19:10:13.426Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/fasterxml/oss-parent/11/oss-parent-11.pom 15:10:13 [2019-07-19T19:10:13.426Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/com/fasterxml/oss-parent/11/oss-parent-11.pom 15:10:13 [2019-07-19T19:10:13.426Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/fasterxml/oss-parent/11/oss-parent-11.pom 15:10:13 [2019-07-19T19:10:13.427Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/fasterxml/oss-parent/11/oss-parent-11.pom 15:10:13 [2019-07-19T19:10:13.684Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/11/oss-parent-11.pom 15:10:13 [2019-07-19T19:10:13.684Z] Progress (1): 4.1/23 kB Progress (1): 7.7/23 kB Progress (1): 12/23 kB Progress (1): 16/23 kB Progress (1): 20/23 kB Progress (1): 23 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/11/oss-parent-11.pom (23 kB at 594 kB/s) 15:10:13 [2019-07-19T19:10:13.684Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/fasterxml/jackson/core/jackson-annotations/2.2.3/jackson-annotations-2.2.3.pom 15:10:13 [2019-07-19T19:10:13.684Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/fasterxml/jackson/core/jackson-annotations/2.2.3/jackson-annotations-2.2.3.pom 15:10:13 [2019-07-19T19:10:13.684Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.2.3/jackson-annotations-2.2.3.pom 15:10:13 [2019-07-19T19:10:13.684Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/fasterxml/jackson/core/jackson-annotations/2.2.3/jackson-annotations-2.2.3.pom 15:10:13 [2019-07-19T19:10:13.942Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/fasterxml/jackson/core/jackson-annotations/2.2.3/jackson-annotations-2.2.3.pom 15:10:13 [2019-07-19T19:10:13.942Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.2.3/jackson-annotations-2.2.3.pom 15:10:13 [2019-07-19T19:10:13.942Z] Progress (1): 1.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.2.3/jackson-annotations-2.2.3.pom (1.3 kB at 39 kB/s) 15:10:13 [2019-07-19T19:10:13.942Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/fasterxml/oss-parent/10/oss-parent-10.pom 15:10:13 [2019-07-19T19:10:13.942Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/fasterxml/oss-parent/10/oss-parent-10.pom 15:10:13 [2019-07-19T19:10:13.942Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/com/fasterxml/oss-parent/10/oss-parent-10.pom 15:10:13 [2019-07-19T19:10:13.942Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/fasterxml/oss-parent/10/oss-parent-10.pom 15:10:14 [2019-07-19T19:10:14.200Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/fasterxml/oss-parent/10/oss-parent-10.pom 15:10:14 [2019-07-19T19:10:14.200Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/10/oss-parent-10.pom 15:10:14 [2019-07-19T19:10:14.200Z] Progress (1): 4.1/23 kB Progress (1): 7.7/23 kB Progress (1): 12/23 kB Progress (1): 16/23 kB Progress (1): 20/23 kB Progress (1): 23 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/10/oss-parent-10.pom (23 kB at 803 kB/s) 15:10:14 [2019-07-19T19:10:14.200Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/fasterxml/jackson/core/jackson-core/2.2.3/jackson-core-2.2.3.pom 15:10:14 [2019-07-19T19:10:14.200Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/fasterxml/jackson/core/jackson-core/2.2.3/jackson-core-2.2.3.pom 15:10:14 [2019-07-19T19:10:14.200Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.2.3/jackson-core-2.2.3.pom 15:10:14 [2019-07-19T19:10:14.458Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/fasterxml/jackson/core/jackson-core/2.2.3/jackson-core-2.2.3.pom 15:10:14 [2019-07-19T19:10:14.458Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/fasterxml/jackson/core/jackson-core/2.2.3/jackson-core-2.2.3.pom 15:10:14 [2019-07-19T19:10:14.458Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.2.3/jackson-core-2.2.3.pom 15:10:14 [2019-07-19T19:10:14.458Z] Progress (1): 4.1/6.0 kB Progress (1): 6.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.2.3/jackson-core-2.2.3.pom (6.0 kB at 187 kB/s) 15:10:14 [2019-07-19T19:10:14.458Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/joda-time/joda-time/2.0/joda-time-2.0.pom 15:10:14 [2019-07-19T19:10:14.458Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/joda-time/joda-time/2.0/joda-time-2.0.pom 15:10:14 [2019-07-19T19:10:14.458Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/joda-time/joda-time/2.0/joda-time-2.0.pom 15:10:14 [2019-07-19T19:10:14.715Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/joda-time/joda-time/2.0/joda-time-2.0.pom 15:10:14 [2019-07-19T19:10:14.715Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/joda-time/joda-time/2.0/joda-time-2.0.pom 15:10:15 [2019-07-19T19:10:15.650Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.0/joda-time-2.0.pom 15:10:15 [2019-07-19T19:10:15.650Z] Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.0/joda-time-2.0.pom (15 kB at 528 kB/s) 15:10:15 [2019-07-19T19:10:15.650Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/google/guava/guava/15.0/guava-15.0.pom 15:10:15 [2019-07-19T19:10:15.650Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/guava/guava/15.0/guava-15.0.pom 15:10:15 [2019-07-19T19:10:15.908Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/com/google/guava/guava/15.0/guava-15.0.pom 15:10:15 [2019-07-19T19:10:15.908Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/google/guava/guava/15.0/guava-15.0.pom 15:10:15 [2019-07-19T19:10:15.908Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/google/guava/guava/15.0/guava-15.0.pom 15:10:15 [2019-07-19T19:10:15.908Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/15.0/guava-15.0.pom 15:10:15 [2019-07-19T19:10:15.908Z] Progress (1): 4.1/6.3 kB Progress (1): 6.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/15.0/guava-15.0.pom (6.3 kB at 179 kB/s) 15:10:16 [2019-07-19T19:10:16.166Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/google/guava/guava-parent/15.0/guava-parent-15.0.pom 15:10:16 [2019-07-19T19:10:16.166Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/guava/guava-parent/15.0/guava-parent-15.0.pom 15:10:16 [2019-07-19T19:10:16.166Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/com/google/guava/guava-parent/15.0/guava-parent-15.0.pom 15:10:16 [2019-07-19T19:10:16.166Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/google/guava/guava-parent/15.0/guava-parent-15.0.pom 15:10:16 [2019-07-19T19:10:16.166Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/google/guava/guava-parent/15.0/guava-parent-15.0.pom 15:10:16 [2019-07-19T19:10:16.166Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/15.0/guava-parent-15.0.pom 15:10:16 [2019-07-19T19:10:16.424Z] Progress (1): 4.1/7.3 kB Progress (1): 7.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/15.0/guava-parent-15.0.pom (7.3 kB at 150 kB/s) 15:10:16 [2019-07-19T19:10:16.424Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/intellij/annotations/9.0.4/annotations-9.0.4.pom 15:10:16 [2019-07-19T19:10:16.424Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/intellij/annotations/9.0.4/annotations-9.0.4.pom 15:10:16 [2019-07-19T19:10:16.424Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/com/intellij/annotations/9.0.4/annotations-9.0.4.pom 15:10:16 [2019-07-19T19:10:16.424Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/intellij/annotations/9.0.4/annotations-9.0.4.pom 15:10:16 [2019-07-19T19:10:16.424Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/intellij/annotations/9.0.4/annotations-9.0.4.pom 15:10:17 [2019-07-19T19:10:17.796Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/intellij/annotations/9.0.4/annotations-9.0.4.pom 15:10:17 [2019-07-19T19:10:17.796Z] Progress (1): 1.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/intellij/annotations/9.0.4/annotations-9.0.4.pom (1.2 kB at 37 kB/s) 15:10:17 [2019-07-19T19:10:17.796Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/jgit/org.eclipse.jgit/3.4.1.201406201815-r/org.eclipse.jgit-3.4.1.201406201815-r.pom 15:10:17 [2019-07-19T19:10:17.796Z] Progress (1): 4.1/6.2 kB Progress (1): 6.2 kB Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/jgit/org.eclipse.jgit/3.4.1.201406201815-r/org.eclipse.jgit-3.4.1.201406201815-r.pom (6.2 kB at 239 kB/s) 15:10:17 [2019-07-19T19:10:17.796Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/jgit/org.eclipse.jgit-parent/3.4.1.201406201815-r/org.eclipse.jgit-parent-3.4.1.201406201815-r.pom 15:10:17 [2019-07-19T19:10:17.796Z] Progress (1): 4.1/22 kB Progress (1): 7.7/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/jgit/org.eclipse.jgit-parent/3.4.1.201406201815-r/org.eclipse.jgit-parent-3.4.1.201406201815-r.pom (22 kB at 633 kB/s) 15:10:17 [2019-07-19T19:10:17.796Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/jsoup/jsoup/1.10.2/jsoup-1.10.2.pom 15:10:17 [2019-07-19T19:10:17.796Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/jsoup/jsoup/1.10.2/jsoup-1.10.2.pom 15:10:17 [2019-07-19T19:10:17.796Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/jsoup/jsoup/1.10.2/jsoup-1.10.2.pom 15:10:18 [2019-07-19T19:10:18.055Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/jsoup/jsoup/1.10.2/jsoup-1.10.2.pom 15:10:18 [2019-07-19T19:10:18.055Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/jsoup/jsoup/1.10.2/jsoup-1.10.2.pom 15:10:18 [2019-07-19T19:10:18.055Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jsoup/jsoup/1.10.2/jsoup-1.10.2.pom 15:10:18 [2019-07-19T19:10:18.055Z] Progress (1): 4.1/7.3 kB Progress (1): 7.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jsoup/jsoup/1.10.2/jsoup-1.10.2.pom (7.3 kB at 280 kB/s) 15:10:18 [2019-07-19T19:10:18.055Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-packaging-plugin/1.0.0/tycho-packaging-plugin-1.0.0.jar 15:10:18 [2019-07-19T19:10:18.055Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-io/2.4.1/plexus-io-2.4.1.jar 15:10:18 [2019-07-19T19:10:18.055Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-compress/1.9/commons-compress-1.9.jar 15:10:18 [2019-07-19T19:10:18.055Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-archiver/2.9.1/plexus-archiver-2.9.1.jar 15:10:18 [2019-07-19T19:10:18.055Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/3.0.7/plexus-utils-3.0.7.jar 15:10:18 [2019-07-19T19:10:18.055Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.0.200.v20160504-1419/org.eclipse.osgi.compatibility.state-1.0.200.v20160504-1419.jar 15:10:18 [2019-07-19T19:10:18.055Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/net/sf/saxon/saxon/8.7/saxon-8.7.jar 15:10:18 [2019-07-19T19:10:18.055Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/net/sf/saxon/saxon-dom/8.7/saxon-dom-8.7.jar 15:10:18 [2019-07-19T19:10:18.055Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/jboss/jboss-dmr/1.2.0.Final/jboss-dmr-1.2.0.Final.jar 15:10:18 [2019-07-19T19:10:18.055Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/googlecode/maven-download-plugin/download-maven-plugin/1.2.0/download-maven-plugin-1.2.0.jar 15:10:18 [2019-07-19T19:10:18.055Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.jar 15:10:18 [2019-07-19T19:10:18.055Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-project/2.0/maven-project-2.0.jar 15:10:18 [2019-07-19T19:10:18.055Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-profile/2.0/maven-profile-2.0.jar 15:10:18 [2019-07-19T19:10:18.055Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.jar 15:10:18 [2019-07-19T19:10:18.055Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.jar 15:10:18 [2019-07-19T19:10:18.055Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/junit/junit/3.8.1/junit-3.8.1.jar 15:10:18 [2019-07-19T19:10:18.055Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar 15:10:18 [2019-07-19T19:10:18.055Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-io/commons-io/1.4/commons-io-1.4.jar 15:10:18 [2019-07-19T19:10:18.055Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpclient/4.0-beta2/httpclient-4.0-beta2.jar 15:10:18 [2019-07-19T19:10:18.055Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpcore/4.0-beta3/httpcore-4.0-beta3.jar 15:10:18 [2019-07-19T19:10:18.055Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar 15:10:18 [2019-07-19T19:10:18.055Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-codec/commons-codec/1.3/commons-codec-1.3.jar 15:10:18 [2019-07-19T19:10:18.314Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/jgit/org.eclipse.jgit/3.6.0.201411121045-m1/org.eclipse.jgit-3.6.0.201411121045-m1.jar 15:10:18 [2019-07-19T19:10:18.314Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.jar 15:10:18 [2019-07-19T19:10:18.314Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/jcraft/jsch/0.1.50/jsch-0.1.50.jar 15:10:18 [2019-07-19T19:10:18.314Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/googlecode/javaewah/JavaEWAH/0.7.9/JavaEWAH-0.7.9.jar 15:10:18 [2019-07-19T19:10:18.314Z] Progress (1): 0/1.9 MB Progress (1): 0/1.9 MB Progress (1): 0/1.9 MB Progress (1): 0/1.9 MB Progress (1): 0/1.9 MB Progress (1): 0/1.9 MB Progress (1): 0/1.9 MB Progress (1): 0/1.9 MB Progress (1): 0/1.9 MB Progress (1): 0/1.9 MB Progress (1): 0/1.9 MB Progress (1): 0/1.9 MB Progress (1): 0.1/1.9 MB Progress (1): 0.1/1.9 MB Progress (1): 0.1/1.9 MB Progress (1): 0.1/1.9 MB Progress (1): 0.1/1.9 MB Progress (1): 0.1/1.9 MB Progress (1): 0.1/1.9 MB Progress (1): 0.1/1.9 MB Progress (1): 0.1/1.9 MB Progress (1): 0.1/1.9 MB Progress (1): 0.1/1.9 MB Progress (1): 0.1/1.9 MB Progress (1): 0.1/1.9 MB Progress (1): 0.1/1.9 MB Progress (1): 0.1/1.9 MB Progress (1): 0.1/1.9 MB Progress (1): 0.1/1.9 MB Progress (1): 0.1/1.9 MB Progress (1): 0.1/1.9 MB Progress (1): 0.1/1.9 MB Progress (1): 0.1/1.9 MB Progress (1): 0.1/1.9 MB Progress (1): 0.1/1.9 MB Progress (1): 0.1/1.9 MB Progress (1): 0.1/1.9 MB Progress (1): 0.2/1.9 MB Progress (1): 0.2/1.9 MB Progress (1): 0.2/1.9 MB Progress (1): 0.2/1.9 MB Progress (1): 0.2/1.9 MB Progress (1): 0.2/1.9 MB Progress (1): 0.2/1.9 MB Progress (1): 0.2/1.9 MB Progress (1): 0.2/1.9 MB Progress (1): 0.2/1.9 MB Progress (1): 0.2/1.9 MB Progress (1): 0.2/1.9 MB Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/pl/project13/maven/git-commit-id-plugin/2.1.13/git-commit-id-plugin-2.1.13.jar 15:10:18 [2019-07-19T19:10:18.314Z] Progress (1): 0.2/1.9 MB Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/fasterxml/jackson/core/jackson-databind/2.2.3/jackson-databind-2.2.3.jar 15:10:18 [2019-07-19T19:10:18.314Z] Progress (1): 0.2/1.9 MB Progress (1): 0.2/1.9 MB Progress (1): 0.2/1.9 MB Progress (1): 0.2/1.9 MB Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/fasterxml/jackson/core/jackson-annotations/2.2.3/jackson-annotations-2.2.3.jar 15:10:18 [2019-07-19T19:10:18.314Z] Progress (1): 0.2/1.9 MB Progress (1): 0.2/1.9 MB Progress (1): 0.2/1.9 MB Progress (1): 0.2/1.9 MB Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/fasterxml/jackson/core/jackson-core/2.2.3/jackson-core-2.2.3.jar 15:10:18 [2019-07-19T19:10:18.314Z] Progress (1): 0.2/1.9 MB Progress (1): 0.2/1.9 MB Progress (1): 0.2/1.9 MB Progress (1): 0.2/1.9 MB Progress (1): 0.3/1.9 MB Progress (1): 0.3/1.9 MB Progress (1): 0.3/1.9 MB Progress (1): 0.3/1.9 MB Progress (1): 0.3/1.9 MB Progress (1): 0.3/1.9 MB Progress (1): 0.3/1.9 MB Progress (1): 0.3/1.9 MB Progress (1): 0.3/1.9 MB Progress (1): 0.3/1.9 MB Progress (1): 0.3/1.9 MB Progress (1): 0.3/1.9 MB Progress (1): 0.3/1.9 MB Progress (1): 0.3/1.9 MB Progress (1): 0.3/1.9 MB Progress (1): 0.3/1.9 MB Progress (1): 0.3/1.9 MB Progress (1): 0.3/1.9 MB Progress (1): 0.3/1.9 MB Progress (1): 0.3/1.9 MB Progress (1): 0.3/1.9 MB Progress (1): 0.3/1.9 MB Progress (1): 0.3/1.9 MB Progress (1): 0.3/1.9 MB Progress (1): 0.3/1.9 MB Progress (1): 0.4/1.9 MB Progress (1): 0.4/1.9 MB Progress (1): 0.4/1.9 MB Progress (1): 0.4/1.9 MB Progress (1): 0.4/1.9 MB Progress (1): 0.4/1.9 MB Progress (1): 0.4/1.9 MB Progress (1): 0.4/1.9 MB Progress (1): 0.4/1.9 MB Progress (1): 0.4/1.9 MB Progress (1): 0.4/1.9 MB Progress (1): 0.4/1.9 MB Progress (1): 0.4/1.9 MB Progress (1): 0.4/1.9 MB Progress (1): 0.4/1.9 MB Progress (1): 0.4/1.9 MB Progress (1): 0.4/1.9 MB Progress (1): 0.4/1.9 MB Progress (1): 0.4/1.9 MB Progress (1): 0.4/1.9 MB Progress (1): 0.4/1.9 MB Progress (1): 0.4/1.9 MB Progress (1): 0.4/1.9 MB Progress (1): 0.4/1.9 MB Progress (1): 0.4/1.9 MB Progress (1): 0.5/1.9 MB Progress (1): 0.5/1.9 MB Progress (1): 0.5/1.9 MB Progress (1): 0.5/1.9 MB Progress (1): 0.5/1.9 MB Progress (1): 0.5/1.9 MB Progress (1): 0.5/1.9 MB Progress (1): 0.5/1.9 MB Progress (1): 0.5/1.9 MB Progress (1): 0.5/1.9 MB Progress (1): 0.5/1.9 MB Progress (1): 0.5/1.9 MB Progress (1): 0.5/1.9 MB Progress (1): 0.5/1.9 MB Progress (1): 0.5/1.9 MB Progress (1): 0.5/1.9 MB Progress (1): 0.5/1.9 MB Progress (1): 0.5/1.9 MB Progress (1): 0.5/1.9 MB Progress (1): 0.5/1.9 MB Progress (1): 0.5/1.9 MB Progress (1): 0.5/1.9 MB Progress (1): 0.5/1.9 MB Progress (1): 0.5/1.9 MB Progress (1): 0.5/1.9 MB Progress (1): 0.6/1.9 MB Progress (1): 0.6/1.9 MB Progress (1): 0.6/1.9 MB Progress (1): 0.6/1.9 MB Progress (1): 0.6/1.9 MB Progress (1): 0.6/1.9 MB Progress (1): 0.6/1.9 MB Progress (1): 0.6/1.9 MB Progress (1): 0.6/1.9 MB Progress (1): 0.6/1.9 MB Progress (1): 0.6/1.9 MB Progress (1): 0.6/1.9 MB Progress (1): 0.6/1.9 MB Progress (1): 0.6/1.9 MB Progress (1): 0.6/1.9 MB Progress (1): 0.6/1.9 MB Progress (1): 0.6/1.9 MB Progress (1): 0.6/1.9 MB Progress (1): 0.6/1.9 MB Progress (1): 0.6/1.9 MB Progress (1): 0.6/1.9 MB Progress (1): 0.6/1.9 MB Progress (1): 0.6/1.9 MB Progress (1): 0.6/1.9 MB Progress (1): 0.6/1.9 MB Progress (1): 0.7/1.9 MB Progress (1): 0.7/1.9 MB Progress (1): 0.7/1.9 MB Progress (1): 0.7/1.9 MB Progress (1): 0.7/1.9 MB Progress (1): 0.7/1.9 MB Progress (1): 0.7/1.9 MB Progress (1): 0.7/1.9 MB Progress (1): 0.7/1.9 MB Progress (1): 0.7/1.9 MB Progress (1): 0.7/1.9 MB Progress (1): 0.7/1.9 MB Progress (1): 0.7/1.9 MB Progress (1): 0.7/1.9 MB Progress (1): 0.7/1.9 MB Progress (1): 0.7/1.9 MB Progress (1): 0.7/1.9 MB Progress (1): 0.7/1.9 MB Progress (1): 0.7/1.9 MB Progress (1): 0.7/1.9 MB Progress (1): 0.7/1.9 MB Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/joda-time/joda-time/2.0/joda-time-2.0.jar 15:10:18 [2019-07-19T19:10:18.314Z] Progress (1): 0.7/1.9 MB Progress (1): 0.7/1.9 MB Progress (1): 0.7/1.9 MB Progress (1): 0.7/1.9 MB Progress (1): 0.8/1.9 MB Progress (1): 0.8/1.9 MB Progress (1): 0.8/1.9 MB Progress (1): 0.8/1.9 MB Progress (1): 0.8/1.9 MB Progress (1): 0.8/1.9 MB Progress (1): 0.8/1.9 MB Progress (1): 0.8/1.9 MB Progress (1): 0.8/1.9 MB Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/google/guava/guava/15.0/guava-15.0.jar 15:10:18 [2019-07-19T19:10:18.314Z] Progress (1): 0.8/1.9 MB Progress (1): 0.8/1.9 MB Progress (1): 0.8/1.9 MB Progress (1): 0.8/1.9 MB Progress (1): 0.8/1.9 MB Progress (1): 0.8/1.9 MB Progress (1): 0.8/1.9 MB Progress (1): 0.8/1.9 MB Progress (1): 0.8/1.9 MB Progress (1): 0.8/1.9 MB Progress (1): 0.8/1.9 MB Progress (1): 0.8/1.9 MB Progress (1): 0.8/1.9 MB Progress (1): 0.8/1.9 MB Progress (1): 0.8/1.9 MB Progress (1): 0.8/1.9 MB Progress (1): 0.9/1.9 MB Progress (1): 0.9/1.9 MB Progress (1): 0.9/1.9 MB Progress (1): 0.9/1.9 MB Progress (1): 0.9/1.9 MB Progress (1): 0.9/1.9 MB Progress (1): 0.9/1.9 MB Progress (1): 0.9/1.9 MB Progress (1): 0.9/1.9 MB Progress (1): 0.9/1.9 MB Progress (1): 0.9/1.9 MB Progress (1): 0.9/1.9 MB Progress (1): 0.9/1.9 MB Progress (1): 0.9/1.9 MB Progress (1): 0.9/1.9 MB Progress (1): 0.9/1.9 MB Progress (1): 0.9/1.9 MB Progress (1): 0.9/1.9 MB Progress (1): 0.9/1.9 MB Progress (1): 0.9/1.9 MB Progress (1): 0.9/1.9 MB Progress (1): 0.9/1.9 MB Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/intellij/annotations/9.0.4/annotations-9.0.4.jar 15:10:18 [2019-07-19T19:10:18.314Z] Progress (1): 0.9/1.9 MB Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/jsoup/jsoup/1.10.2/jsoup-1.10.2.jar 15:10:18 [2019-07-19T19:10:18.314Z] Progress (1): 0.9/1.9 MB Progress (1): 0.9/1.9 MB Progress (1): 1.0/1.9 MB Progress (1): 1.0/1.9 MB Progress (1): 1.0/1.9 MB Progress (1): 1.0/1.9 MB Progress (1): 1.0/1.9 MB Progress (1): 1.0/1.9 MB Progress (1): 1.0/1.9 MB Progress (1): 1.0/1.9 MB Progress (1): 1.0/1.9 MB Progress (1): 1.0/1.9 MB Progress (1): 1.0/1.9 MB Progress (1): 1.0/1.9 MB Progress (1): 1.0/1.9 MB Progress (1): 1.0/1.9 MB Progress (1): 1.0/1.9 MB Progress (1): 1.0/1.9 MB Progress (1): 1.0/1.9 MB Progress (1): 1.0/1.9 MB Progress (1): 1.0/1.9 MB Progress (1): 1.0/1.9 MB Progress (1): 1.0/1.9 MB Progress (1): 1.0/1.9 MB Progress (1): 1.0/1.9 MB Progress (1): 1.0/1.9 MB Progress (1): 1.0/1.9 MB Progress (1): 1.1/1.9 MB Progress (1): 1.1/1.9 MB Progress (1): 1.1/1.9 MB Progress (1): 1.1/1.9 MB Progress (1): 1.1/1.9 MB Progress (1): 1.1/1.9 MB Progress (1): 1.1/1.9 MB Progress (1): 1.1/1.9 MB Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.jar 15:10:18 [2019-07-19T19:10:18.572Z] Progress (1): 1.1/1.9 MB Progress (1): 1.1/1.9 MB Progress (1): 1.1/1.9 MB Progress (1): 1.1/1.9 MB Progress (1): 1.1/1.9 MB Progress (1): 1.1/1.9 MB Progress (1): 1.1/1.9 MB Progress (1): 1.1/1.9 MB Progress (1): 1.1/1.9 MB Progress (1): 1.1/1.9 MB Progress (1): 1.1/1.9 MB Progress (1): 1.1/1.9 MB Progress (1): 1.1/1.9 MB Progress (1): 1.1/1.9 MB Progress (1): 1.1/1.9 MB Progress (1): 1.1/1.9 MB Progress (1): 1.1/1.9 MB Progress (1): 1.2/1.9 MB Progress (1): 1.2/1.9 MB Progress (1): 1.2/1.9 MB Progress (1): 1.2/1.9 MB Progress (1): 1.2/1.9 MB Progress (1): 1.2/1.9 MB Progress (1): 1.2/1.9 MB Progress (1): 1.2/1.9 MB Progress (1): 1.2/1.9 MB Progress (1): 1.2/1.9 MB Progress (1): 1.2/1.9 MB Progress (1): 1.2/1.9 MB Progress (1): 1.2/1.9 MB Progress (1): 1.2/1.9 MB Progress (1): 1.2/1.9 MB Progress (1): 1.2/1.9 MB Progress (1): 1.2/1.9 MB Progress (1): 1.2/1.9 MB Progress (1): 1.2/1.9 MB Progress (1): 1.2/1.9 MB Progress (1): 1.2/1.9 MB Progress (1): 1.2/1.9 MB Progress (1): 1.2/1.9 MB Progress (1): 1.2/1.9 MB Progress (1): 1.2/1.9 MB Progress (1): 1.3/1.9 MB Progress (1): 1.3/1.9 MB Progress (1): 1.3/1.9 MB Progress (1): 1.3/1.9 MB Progress (1): 1.3/1.9 MB Progress (1): 1.3/1.9 MB Progress (1): 1.3/1.9 MB Progress (1): 1.3/1.9 MB Progress (1): 1.3/1.9 MB Progress (1): 1.3/1.9 MB Progress (1): 1.3/1.9 MB Progress (1): 1.3/1.9 MB Progress (1): 1.3/1.9 MB Progress (1): 1.3/1.9 MB Progress (1): 1.3/1.9 MB Progress (1): 1.3/1.9 MB Progress (1): 1.3/1.9 MB Progress (1): 1.3/1.9 MB Progress (1): 1.3/1.9 MB Progress (1): 1.3/1.9 MB Progress (1): 1.3/1.9 MB Progress (1): 1.3/1.9 MB Progress (1): 1.3/1.9 MB Progress (1): 1.3/1.9 MB Progress (1): 1.3/1.9 MB Progress (1): 1.4/1.9 MB Progress (1): 1.4/1.9 MB Progress (1): 1.4/1.9 MB Progress (1): 1.4/1.9 MB Progress (1): 1.4/1.9 MB Progress (1): 1.4/1.9 MB Progress (1): 1.4/1.9 MB Progress (1): 1.4/1.9 MB Progress (1): 1.4/1.9 MB Progress (1): 1.4/1.9 MB Progress (1): 1.4/1.9 MB Progress (1): 1.4/1.9 MB Progress (1): 1.4/1.9 MB Progress (1): 1.4/1.9 MB Progress (1): 1.4/1.9 MB Progress (1): 1.4/1.9 MB Progress (1): 1.4/1.9 MB Progress (1): 1.4/1.9 MB Progress (1): 1.4/1.9 MB Progress (1): 1.4/1.9 MB Progress (1): 1.4/1.9 MB Progress (1): 1.4/1.9 MB Progress (1): 1.4/1.9 MB Progress (1): 1.4/1.9 MB Progress (1): 1.4/1.9 MB Progress (1): 1.5/1.9 MB Progress (1): 1.5/1.9 MB Progress (1): 1.5/1.9 MB Progress (1): 1.5/1.9 MB Progress (1): 1.5/1.9 MB Progress (1): 1.5/1.9 MB Progress (1): 1.5/1.9 MB Progress (1): 1.5/1.9 MB Progress (1): 1.5/1.9 MB Progress (1): 1.5/1.9 MB Progress (1): 1.5/1.9 MB Progress (1): 1.5/1.9 MB Progress (1): 1.5/1.9 MB Progress (1): 1.5/1.9 MB Progress (1): 1.5/1.9 MB Progress (1): 1.5/1.9 MB Progress (1): 1.5/1.9 MB Progress (1): 1.5/1.9 MB Progress (1): 1.5/1.9 MB Progress (1): 1.5/1.9 MB Progress (1): 1.5/1.9 MB Progress (1): 1.5/1.9 MB Progress (1): 1.5/1.9 MB Progress (1): 1.5/1.9 MB Progress (1): 1.5/1.9 MB Progress (1): 1.6/1.9 MB Progress (1): 1.6/1.9 MB Progress (1): 1.6/1.9 MB Progress (1): 1.6/1.9 MB Progress (1): 1.6/1.9 MB Progress (1): 1.6/1.9 MB Progress (1): 1.6/1.9 MB Progress (1): 1.6/1.9 MB Progress (1): 1.6/1.9 MB Progress (1): 1.6/1.9 MB Progress (1): 1.6/1.9 MB Progress (1): 1.6/1.9 MB Progress (1): 1.6/1.9 MB Progress (1): 1.6/1.9 MB Progress (1): 1.6/1.9 MB Progress (1): 1.6/1.9 MB Progress (1): 1.6/1.9 MB Progress (1): 1.6/1.9 MB Progress (1): 1.6/1.9 MB Progress (1): 1.6/1.9 MB Progress (1): 1.6/1.9 MB Progress (1): 1.6/1.9 MB Progress (1): 1.6/1.9 MB Progress (1): 1.6/1.9 MB Progress (1): 1.6/1.9 MB Progress (1): 1.7/1.9 MB Progress (1): 1.7/1.9 MB Progress (1): 1.7/1.9 MB Progress (1): 1.7/1.9 MB Progress (1): 1.7/1.9 MB Progress (1): 1.7/1.9 MB Progress (1): 1.7/1.9 MB Progress (1): 1.7/1.9 MB Progress (1): 1.7/1.9 MB Progress (1): 1.7/1.9 MB Progress (1): 1.7/1.9 MB Progress (1): 1.7/1.9 MB Progress (1): 1.7/1.9 MB Progress (1): 1.7/1.9 MB Progress (1): 1.7/1.9 MB Progress (1): 1.7/1.9 MB Progress (1): 1.7/1.9 MB Progress (1): 1.7/1.9 MB Progress (1): 1.7/1.9 MB Progress (1): 1.7/1.9 MB Progress (1): 1.7/1.9 MB Progress (1): 1.7/1.9 MB Progress (1): 1.7/1.9 MB Progress (1): 1.7/1.9 MB Progress (1): 1.7/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.9/1.9 MB Progress (1): 1.9/1.9 MB Progress (1): 1.9/1.9 MB Progress (1): 1.9/1.9 MB Progress (1): 1.9/1.9 MB Progress (1): 1.9/1.9 MB Progress (1): 1.9/1.9 MB Progress (1): 1.9/1.9 MB Progress (1): 1.9/1.9 MB Progress (1): 1.9/1.9 MB Progress (1): 1.9/1.9 MB Progress (1): 1.9/1.9 MB Progress (1): 1.9/1.9 MB Progress (1): 1.9/1.9 MB Progress (1): 1.9/1.9 MB Progress (1): 1.9/1.9 MB Progress (1): 1.9/1.9 MB Progress (1): 1.9/1.9 MB Progress (1): 1.9/1.9 MB Progress (1): 1.9/1.9 MB Progress (1): 1.9/1.9 MB Progress (1): 1.9/1.9 MB Progress (1): 1.9/1.9 MB Progress (1): 1.9/1.9 MB Progress (1): 1.9/1.9 MB Progress (1): 1.9 MB Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/jgit/org.eclipse.jgit/3.6.0.201411121045-m1/org.eclipse.jgit-3.6.0.201411121045-m1.jar (1.9 MB at 4.4 MB/s) 15:10:18 [2019-07-19T19:10:18.877Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-packaging-plugin/1.0.0/tycho-packaging-plugin-1.0.0.jar 15:10:18 [2019-07-19T19:10:18.877Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-compress/1.9/commons-compress-1.9.jar 15:10:18 [2019-07-19T19:10:18.877Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-io/2.4.1/plexus-io-2.4.1.jar 15:10:18 [2019-07-19T19:10:18.877Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-archiver/2.9.1/plexus-archiver-2.9.1.jar 15:10:18 [2019-07-19T19:10:18.877Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/3.0.7/plexus-utils-3.0.7.jar 15:10:18 [2019-07-19T19:10:18.877Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.0.200.v20160504-1419/org.eclipse.osgi.compatibility.state-1.0.200.v20160504-1419.jar 15:10:18 [2019-07-19T19:10:18.877Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/net/sf/saxon/saxon/8.7/saxon-8.7.jar 15:10:18 [2019-07-19T19:10:18.877Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/net/sf/saxon/saxon-dom/8.7/saxon-dom-8.7.jar 15:10:18 [2019-07-19T19:10:18.877Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/jboss/jboss-dmr/1.2.0.Final/jboss-dmr-1.2.0.Final.jar 15:10:18 [2019-07-19T19:10:18.877Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/googlecode/maven-download-plugin/download-maven-plugin/1.2.0/download-maven-plugin-1.2.0.jar 15:10:18 [2019-07-19T19:10:18.877Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.jar 15:10:18 [2019-07-19T19:10:18.877Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-project/2.0/maven-project-2.0.jar 15:10:18 [2019-07-19T19:10:18.877Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-profile/2.0/maven-profile-2.0.jar 15:10:18 [2019-07-19T19:10:18.877Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.jar 15:10:18 [2019-07-19T19:10:18.877Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.jar 15:10:18 [2019-07-19T19:10:18.877Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/junit/junit/3.8.1/junit-3.8.1.jar 15:10:18 [2019-07-19T19:10:18.877Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar 15:10:18 [2019-07-19T19:10:18.877Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-io/commons-io/1.4/commons-io-1.4.jar 15:10:18 [2019-07-19T19:10:18.877Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/httpcomponents/httpclient/4.0-beta2/httpclient-4.0-beta2.jar 15:10:18 [2019-07-19T19:10:18.877Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/httpcomponents/httpcore/4.0-beta3/httpcore-4.0-beta3.jar 15:10:18 [2019-07-19T19:10:18.877Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar 15:10:18 [2019-07-19T19:10:18.877Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-codec/commons-codec/1.3/commons-codec-1.3.jar 15:10:18 [2019-07-19T19:10:18.877Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.jar 15:10:18 [2019-07-19T19:10:18.877Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/jcraft/jsch/0.1.50/jsch-0.1.50.jar 15:10:18 [2019-07-19T19:10:18.877Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/googlecode/javaewah/JavaEWAH/0.7.9/JavaEWAH-0.7.9.jar 15:10:18 [2019-07-19T19:10:18.877Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/pl/project13/maven/git-commit-id-plugin/2.1.13/git-commit-id-plugin-2.1.13.jar 15:10:18 [2019-07-19T19:10:18.877Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/fasterxml/jackson/core/jackson-databind/2.2.3/jackson-databind-2.2.3.jar 15:10:18 [2019-07-19T19:10:18.877Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/fasterxml/jackson/core/jackson-annotations/2.2.3/jackson-annotations-2.2.3.jar 15:10:18 [2019-07-19T19:10:18.877Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/fasterxml/jackson/core/jackson-core/2.2.3/jackson-core-2.2.3.jar 15:10:18 [2019-07-19T19:10:18.877Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/joda-time/joda-time/2.0/joda-time-2.0.jar 15:10:18 [2019-07-19T19:10:18.877Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/guava/guava/15.0/guava-15.0.jar 15:10:18 [2019-07-19T19:10:18.877Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/intellij/annotations/9.0.4/annotations-9.0.4.jar 15:10:18 [2019-07-19T19:10:18.877Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/jsoup/jsoup/1.10.2/jsoup-1.10.2.jar 15:10:19 [2019-07-19T19:10:19.135Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.jar 15:10:19 [2019-07-19T19:10:19.135Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/tycho-packaging-plugin/1.0.0/tycho-packaging-plugin-1.0.0.jar 15:10:19 [2019-07-19T19:10:19.135Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-archiver/2.9.1/plexus-archiver-2.9.1.jar 15:10:19 [2019-07-19T19:10:19.135Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.7/plexus-utils-3.0.7.jar 15:10:19 [2019-07-19T19:10:19.135Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/commons/commons-compress/1.9/commons-compress-1.9.jar 15:10:19 [2019-07-19T19:10:19.135Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-io/2.4.1/plexus-io-2.4.1.jar 15:10:19 [2019-07-19T19:10:19.135Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.0.200.v20160504-1419/org.eclipse.osgi.compatibility.state-1.0.200.v20160504-1419.jar 15:10:19 [2019-07-19T19:10:19.135Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/net/sf/saxon/saxon/8.7/saxon-8.7.jar 15:10:19 [2019-07-19T19:10:19.392Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/net/sf/saxon/saxon-dom/8.7/saxon-dom-8.7.jar 15:10:19 [2019-07-19T19:10:19.392Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/jboss/jboss-dmr/1.2.0.Final/jboss-dmr-1.2.0.Final.jar 15:10:19 [2019-07-19T19:10:19.650Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/com/googlecode/maven-download-plugin/download-maven-plugin/1.2.0/download-maven-plugin-1.2.0.jar 15:10:19 [2019-07-19T19:10:19.650Z] Progress (1): 1.0/97 kB Progress (1): 5.1/97 kB Progress (1): 9.2/97 kB Progress (1): 13/97 kB Progress (1): 14/97 kB Progress (1): 16/97 kB Progress (1): 19/97 kB Progress (1): 23/97 kB Progress (1): 24/97 kB Progress (1): 28/97 kB Progress (1): 32/97 kB Progress (1): 33/97 kB Progress (1): 37/97 kB Progress (1): 42/97 kB Progress (1): 46/97 kB Progress (1): 50/97 kB Progress (1): 54/97 kB Progress (1): 58/97 kB Progress (1): 62/97 kB Progress (1): 63/97 kB Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.jar 15:10:19 [2019-07-19T19:10:19.908Z] Progress (1): 67/97 kB Progress (1): 71/97 kB Progress (1): 75/97 kB Progress (1): 79/97 kB Progress (1): 84/97 kB Progress (1): 88/97 kB Progress (1): 92/97 kB Progress (1): 96/97 kB Progress (1): 97 kB Downloaded from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/jboss/jboss-dmr/1.2.0.Final/jboss-dmr-1.2.0.Final.jar (97 kB at 123 kB/s) 15:10:19 [2019-07-19T19:10:19.908Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-project/2.0/maven-project-2.0.jar 15:10:19 [2019-07-19T19:10:19.908Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-profile/2.0/maven-profile-2.0.jar 15:10:19 [2019-07-19T19:10:19.908Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.jar 15:10:19 [2019-07-19T19:10:19.908Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.jar 15:10:20 [2019-07-19T19:10:20.166Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/junit/junit/3.8.1/junit-3.8.1.jar 15:10:20 [2019-07-19T19:10:20.166Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar 15:10:20 [2019-07-19T19:10:20.166Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/commons-io/commons-io/1.4/commons-io-1.4.jar 15:10:20 [2019-07-19T19:10:20.424Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/httpcomponents/httpclient/4.0-beta2/httpclient-4.0-beta2.jar 15:10:20 [2019-07-19T19:10:20.424Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/httpcomponents/httpcore/4.0-beta3/httpcore-4.0-beta3.jar 15:10:22 [2019-07-19T19:10:22.346Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar 15:10:22 [2019-07-19T19:10:22.346Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/commons-codec/commons-codec/1.3/commons-codec-1.3.jar 15:10:22 [2019-07-19T19:10:22.346Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.jar 15:10:22 [2019-07-19T19:10:22.346Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/com/jcraft/jsch/0.1.50/jsch-0.1.50.jar 15:10:22 [2019-07-19T19:10:22.346Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/com/googlecode/javaewah/JavaEWAH/0.7.9/JavaEWAH-0.7.9.jar 15:10:22 [2019-07-19T19:10:22.346Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/pl/project13/maven/git-commit-id-plugin/2.1.13/git-commit-id-plugin-2.1.13.jar 15:10:22 [2019-07-19T19:10:22.604Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.2.3/jackson-databind-2.2.3.jar 15:10:22 [2019-07-19T19:10:22.604Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.2.3/jackson-annotations-2.2.3.jar 15:10:22 [2019-07-19T19:10:22.604Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.2.3/jackson-core-2.2.3.jar 15:10:22 [2019-07-19T19:10:22.604Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/joda-time/joda-time/2.0/joda-time-2.0.jar 15:10:22 [2019-07-19T19:10:22.604Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/com/google/guava/guava/15.0/guava-15.0.jar 15:10:22 [2019-07-19T19:10:22.604Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/com/intellij/annotations/9.0.4/annotations-9.0.4.jar 15:10:22 [2019-07-19T19:10:22.862Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/jsoup/jsoup/1.10.2/jsoup-1.10.2.jar 15:10:22 [2019-07-19T19:10:22.862Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.jar 15:10:23 [2019-07-19T19:10:23.794Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-packaging-plugin/1.0.0/tycho-packaging-plugin-1.0.0.jar 15:10:23 [2019-07-19T19:10:23.794Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-compress/1.9/commons-compress-1.9.jar 15:10:23 [2019-07-19T19:10:23.794Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-io/2.4.1/plexus-io-2.4.1.jar 15:10:23 [2019-07-19T19:10:23.794Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-archiver/2.9.1/plexus-archiver-2.9.1.jar 15:10:23 [2019-07-19T19:10:23.794Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/3.0.7/plexus-utils-3.0.7.jar 15:10:23 [2019-07-19T19:10:23.794Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.0.200.v20160504-1419/org.eclipse.osgi.compatibility.state-1.0.200.v20160504-1419.jar 15:10:23 [2019-07-19T19:10:23.794Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/net/sf/saxon/saxon/8.7/saxon-8.7.jar 15:10:23 [2019-07-19T19:10:23.794Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/net/sf/saxon/saxon-dom/8.7/saxon-dom-8.7.jar 15:10:23 [2019-07-19T19:10:23.794Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/googlecode/maven-download-plugin/download-maven-plugin/1.2.0/download-maven-plugin-1.2.0.jar 15:10:23 [2019-07-19T19:10:23.794Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.jar 15:10:23 [2019-07-19T19:10:23.794Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-project/2.0/maven-project-2.0.jar 15:10:23 [2019-07-19T19:10:23.794Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-profile/2.0/maven-profile-2.0.jar 15:10:23 [2019-07-19T19:10:23.794Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.jar 15:10:23 [2019-07-19T19:10:23.794Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.jar 15:10:23 [2019-07-19T19:10:23.794Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/junit/junit/3.8.1/junit-3.8.1.jar 15:10:23 [2019-07-19T19:10:23.794Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar 15:10:23 [2019-07-19T19:10:23.794Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-io/commons-io/1.4/commons-io-1.4.jar 15:10:23 [2019-07-19T19:10:23.794Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/httpcomponents/httpclient/4.0-beta2/httpclient-4.0-beta2.jar 15:10:23 [2019-07-19T19:10:23.794Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/httpcomponents/httpcore/4.0-beta3/httpcore-4.0-beta3.jar 15:10:23 [2019-07-19T19:10:23.794Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar 15:10:23 [2019-07-19T19:10:23.794Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-codec/commons-codec/1.3/commons-codec-1.3.jar 15:10:23 [2019-07-19T19:10:23.794Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.jar 15:10:23 [2019-07-19T19:10:23.794Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/jcraft/jsch/0.1.50/jsch-0.1.50.jar 15:10:23 [2019-07-19T19:10:23.794Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/googlecode/javaewah/JavaEWAH/0.7.9/JavaEWAH-0.7.9.jar 15:10:23 [2019-07-19T19:10:23.794Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/pl/project13/maven/git-commit-id-plugin/2.1.13/git-commit-id-plugin-2.1.13.jar 15:10:23 [2019-07-19T19:10:23.794Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/fasterxml/jackson/core/jackson-annotations/2.2.3/jackson-annotations-2.2.3.jar 15:10:23 [2019-07-19T19:10:23.794Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/fasterxml/jackson/core/jackson-core/2.2.3/jackson-core-2.2.3.jar 15:10:23 [2019-07-19T19:10:23.794Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/fasterxml/jackson/core/jackson-databind/2.2.3/jackson-databind-2.2.3.jar 15:10:23 [2019-07-19T19:10:23.794Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/joda-time/joda-time/2.0/joda-time-2.0.jar 15:10:24 [2019-07-19T19:10:24.052Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/google/guava/guava/15.0/guava-15.0.jar 15:10:24 [2019-07-19T19:10:24.052Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/intellij/annotations/9.0.4/annotations-9.0.4.jar 15:10:24 [2019-07-19T19:10:24.052Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/jsoup/jsoup/1.10.2/jsoup-1.10.2.jar 15:10:24 [2019-07-19T19:10:24.052Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.jar 15:10:24 [2019-07-19T19:10:24.052Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-packaging-plugin/1.0.0/tycho-packaging-plugin-1.0.0.jar 15:10:24 [2019-07-19T19:10:24.052Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-io/2.4.1/plexus-io-2.4.1.jar 15:10:24 [2019-07-19T19:10:24.052Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-archiver/2.9.1/plexus-archiver-2.9.1.jar 15:10:24 [2019-07-19T19:10:24.052Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/3.0.7/plexus-utils-3.0.7.jar 15:10:24 [2019-07-19T19:10:24.052Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-compress/1.9/commons-compress-1.9.jar 15:10:24 [2019-07-19T19:10:24.052Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.0.200.v20160504-1419/org.eclipse.osgi.compatibility.state-1.0.200.v20160504-1419.jar 15:10:24 [2019-07-19T19:10:24.052Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/net/sf/saxon/saxon/8.7/saxon-8.7.jar 15:10:24 [2019-07-19T19:10:24.052Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/net/sf/saxon/saxon-dom/8.7/saxon-dom-8.7.jar 15:10:24 [2019-07-19T19:10:24.052Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/googlecode/maven-download-plugin/download-maven-plugin/1.2.0/download-maven-plugin-1.2.0.jar 15:10:24 [2019-07-19T19:10:24.052Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.jar 15:10:24 [2019-07-19T19:10:24.052Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-project/2.0/maven-project-2.0.jar 15:10:24 [2019-07-19T19:10:24.052Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-profile/2.0/maven-profile-2.0.jar 15:10:24 [2019-07-19T19:10:24.052Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.jar 15:10:24 [2019-07-19T19:10:24.052Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.jar 15:10:24 [2019-07-19T19:10:24.052Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/junit/junit/3.8.1/junit-3.8.1.jar 15:10:24 [2019-07-19T19:10:24.052Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar 15:10:24 [2019-07-19T19:10:24.052Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-io/commons-io/1.4/commons-io-1.4.jar 15:10:24 [2019-07-19T19:10:24.052Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/httpcomponents/httpclient/4.0-beta2/httpclient-4.0-beta2.jar 15:10:24 [2019-07-19T19:10:24.052Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/httpcomponents/httpcore/4.0-beta3/httpcore-4.0-beta3.jar 15:10:24 [2019-07-19T19:10:24.311Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar 15:10:24 [2019-07-19T19:10:24.311Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-codec/commons-codec/1.3/commons-codec-1.3.jar 15:10:24 [2019-07-19T19:10:24.311Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.jar 15:10:24 [2019-07-19T19:10:24.311Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/jcraft/jsch/0.1.50/jsch-0.1.50.jar 15:10:24 [2019-07-19T19:10:24.311Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/googlecode/javaewah/JavaEWAH/0.7.9/JavaEWAH-0.7.9.jar 15:10:24 [2019-07-19T19:10:24.311Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/pl/project13/maven/git-commit-id-plugin/2.1.13/git-commit-id-plugin-2.1.13.jar 15:10:24 [2019-07-19T19:10:24.311Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/fasterxml/jackson/core/jackson-databind/2.2.3/jackson-databind-2.2.3.jar 15:10:24 [2019-07-19T19:10:24.311Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/fasterxml/jackson/core/jackson-annotations/2.2.3/jackson-annotations-2.2.3.jar 15:10:24 [2019-07-19T19:10:24.311Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/fasterxml/jackson/core/jackson-core/2.2.3/jackson-core-2.2.3.jar 15:10:24 [2019-07-19T19:10:24.311Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/joda-time/joda-time/2.0/joda-time-2.0.jar 15:10:24 [2019-07-19T19:10:24.311Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/google/guava/guava/15.0/guava-15.0.jar 15:10:24 [2019-07-19T19:10:24.311Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/intellij/annotations/9.0.4/annotations-9.0.4.jar 15:10:24 [2019-07-19T19:10:24.311Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/jsoup/jsoup/1.10.2/jsoup-1.10.2.jar 15:10:24 [2019-07-19T19:10:24.311Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.jar 15:10:24 [2019-07-19T19:10:24.311Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.0.0/tycho-packaging-plugin-1.0.0.jar 15:10:24 [2019-07-19T19:10:24.311Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.7/plexus-utils-3.0.7.jar 15:10:24 [2019-07-19T19:10:24.311Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.4.1/plexus-io-2.4.1.jar 15:10:24 [2019-07-19T19:10:24.311Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.9/commons-compress-1.9.jar 15:10:24 [2019-07-19T19:10:24.311Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.9.1/plexus-archiver-2.9.1.jar 15:10:24 [2019-07-19T19:10:24.311Z] Progress (1): 4.1/129 kB Progress (2): 4.1/129 kB | 4.1/230 kB Progress (2): 7.7/129 kB | 4.1/230 kB Progress (2): 7.7/129 kB | 7.7/230 kB Progress (2): 12/129 kB | 7.7/230 kB Progress (2): 12/129 kB | 12/230 kB Progress (2): 16/129 kB | 12/230 kB Progress (2): 16/129 kB | 16/230 kB Progress (2): 20/129 kB | 16/230 kB Progress (2): 24/129 kB | 16/230 kB Progress (2): 24/129 kB | 20/230 kB Progress (2): 28/129 kB | 20/230 kB Progress (2): 28/129 kB | 24/230 kB Progress (2): 32/129 kB | 24/230 kB Progress (2): 32/129 kB | 28/230 kB Progress (3): 32/129 kB | 28/230 kB | 4.1/82 kB Progress (3): 36/129 kB | 28/230 kB | 4.1/82 kB Progress (3): 36/129 kB | 32/230 kB | 4.1/82 kB Progress (3): 40/129 kB | 32/230 kB | 4.1/82 kB Progress (3): 40/129 kB | 32/230 kB | 7.7/82 kB Progress (3): 44/129 kB | 32/230 kB | 7.7/82 kB Progress (3): 44/129 kB | 32/230 kB | 12/82 kB Progress (3): 44/129 kB | 36/230 kB | 12/82 kB Progress (3): 44/129 kB | 36/230 kB | 16/82 kB Progress (3): 48/129 kB | 36/230 kB | 16/82 kB Progress (3): 48/129 kB | 40/230 kB | 16/82 kB Progress (3): 52/129 kB | 40/230 kB | 16/82 kB Progress (3): 52/129 kB | 44/230 kB | 16/82 kB Progress (3): 52/129 kB | 44/230 kB | 20/82 kB Progress (3): 52/129 kB | 48/230 kB | 20/82 kB Progress (3): 56/129 kB | 48/230 kB | 20/82 kB Progress (4): 56/129 kB | 48/230 kB | 20/82 kB | 4.1/378 kB Progress (4): 60/129 kB | 48/230 kB | 20/82 kB | 4.1/378 kB Progress (4): 60/129 kB | 52/230 kB | 20/82 kB | 4.1/378 kB Progress (5): 60/129 kB | 52/230 kB | 20/82 kB | 4.1/378 kB | 4.1/145 kB Progress (5): 60/129 kB | 52/230 kB | 24/82 kB | 4.1/378 kB | 4.1/145 kB Progress (5): 60/129 kB | 52/230 kB | 24/82 kB | 4.1/378 kB | 7.7/145 kB Progress (5): 60/129 kB | 56/230 kB | 24/82 kB | 4.1/378 kB | 7.7/145 kB Progress (5): 64/129 kB | 56/230 kB | 24/82 kB | 4.1/378 kB | 7.7/145 kB Progress (5): 64/129 kB | 56/230 kB | 24/82 kB | 7.7/378 kB | 7.7/145 kB Progress (5): 68/129 kB | 56/230 kB | 24/82 kB | 7.7/378 kB | 7.7/145 kB Progress (5): 68/129 kB | 60/230 kB | 24/82 kB | 7.7/378 kB | 7.7/145 kB Progress (5): 68/129 kB | 60/230 kB | 24/82 kB | 7.7/378 kB | 12/145 kB Progress (5): 68/129 kB | 60/230 kB | 28/82 kB | 7.7/378 kB | 12/145 kB Progress (5): 68/129 kB | 60/230 kB | 28/82 kB | 7.7/378 kB | 16/145 kB Progress (5): 68/129 kB | 64/230 kB | 28/82 kB | 7.7/378 kB | 16/145 kB Progress (5): 72/129 kB | 64/230 kB | 28/82 kB | 7.7/378 kB | 16/145 kB Progress (5): 72/129 kB | 64/230 kB | 28/82 kB | 12/378 kB | 16/145 kB Progress (5): 76/129 kB | 64/230 kB | 28/82 kB | 12/378 kB | 16/145 kB Progress (5): 80/129 kB | 64/230 kB | 28/82 kB | 12/378 kB | 16/145 kB Progress (5): 84/129 kB | 64/230 kB | 28/82 kB | 12/378 kB | 16/145 kB Progress (5): 88/129 kB | 64/230 kB | 28/82 kB | 12/378 kB | 16/145 kB Progress (5): 88/129 kB | 68/230 kB | 28/82 kB | 12/378 kB | 16/145 kB Progress (5): 88/129 kB | 68/230 kB | 28/82 kB | 12/378 kB | 20/145 kB Progress (5): 88/129 kB | 68/230 kB | 32/82 kB | 12/378 kB | 20/145 kB Progress (5): 88/129 kB | 68/230 kB | 32/82 kB | 12/378 kB | 24/145 kB Progress (5): 88/129 kB | 72/230 kB | 32/82 kB | 12/378 kB | 24/145 kB Progress (5): 92/129 kB | 72/230 kB | 32/82 kB | 12/378 kB | 24/145 kB Progress (5): 92/129 kB | 72/230 kB | 32/82 kB | 16/378 kB | 24/145 kB Progress (5): 96/129 kB | 72/230 kB | 32/82 kB | 16/378 kB | 24/145 kB Progress (5): 96/129 kB | 76/230 kB | 32/82 kB | 16/378 kB | 24/145 kB Progress (5): 96/129 kB | 76/230 kB | 32/82 kB | 16/378 kB | 28/145 kB Progress (5): 96/129 kB | 76/230 kB | 36/82 kB | 16/378 kB | 28/145 kB Progress (5): 96/129 kB | 76/230 kB | 36/82 kB | 16/378 kB | 32/145 kB Progress (5): 96/129 kB | 80/230 kB | 36/82 kB | 16/378 kB | 32/145 kB Progress (5): 100/129 kB | 80/230 kB | 36/82 kB | 16/378 kB | 32/145 kB Progress (5): 100/129 kB | 80/230 kB | 36/82 kB | 20/378 kB | 32/145 kB Progress (5): 104/129 kB | 80/230 kB | 36/82 kB | 20/378 kB | 32/145 kB Progress (5): 104/129 kB | 84/230 kB | 36/82 kB | 20/378 kB | 32/145 kB Progress (5): 104/129 kB | 84/230 kB | 36/82 kB | 20/378 kB | 36/145 kB Progress (5): 104/129 kB | 84/230 kB | 40/82 kB | 20/378 kB | 36/145 kB Progress (5): 104/129 kB | 84/230 kB | 40/82 kB | 20/378 kB | 40/145 kB Progress (5): 104/129 kB | 88/230 kB | 40/82 kB | 20/378 kB | 40/145 kB Progress (5): 108/129 kB | 88/230 kB | 40/82 kB | 20/378 kB | 40/145 kB Progress (5): 108/129 kB | 88/230 kB | 40/82 kB | 24/378 kB | 40/145 kB Progress (5): 112/129 kB | 88/230 kB | 40/82 kB | 24/378 kB | 40/145 kB Progress (5): 112/129 kB | 92/230 kB | 40/82 kB | 24/378 kB | 40/145 kB Progress (5): 112/129 kB | 92/230 kB | 40/82 kB | 24/378 kB | 44/145 kB Progress (5): 112/129 kB | 92/230 kB | 44/82 kB | 24/378 kB | 44/145 kB Progress (5): 112/129 kB | 92/230 kB | 44/82 kB | 24/378 kB | 48/145 kB Progress (5): 112/129 kB | 96/230 kB | 44/82 kB | 24/378 kB | 48/145 kB Progress (5): 116/129 kB | 96/230 kB | 44/82 kB | 24/378 kB | 48/145 kB Progress (5): 116/129 kB | 96/230 kB | 44/82 kB | 28/378 kB | 48/145 kB Progress (5): 120/129 kB | 96/230 kB | 44/82 kB | 28/378 kB | 48/145 kB Progress (5): 120/129 kB | 100/230 kB | 44/82 kB | 28/378 kB | 48/145 kB Progress (5): 120/129 kB | 100/230 kB | 44/82 kB | 28/378 kB | 52/145 kB Progress (5): 120/129 kB | 100/230 kB | 48/82 kB | 28/378 kB | 52/145 kB Progress (5): 120/129 kB | 100/230 kB | 48/82 kB | 28/378 kB | 56/145 kB Progress (5): 120/129 kB | 104/230 kB | 48/82 kB | 28/378 kB | 56/145 kB Progress (5): 124/129 kB | 104/230 kB | 48/82 kB | 28/378 kB | 56/145 kB Progress (5): 124/129 kB | 104/230 kB | 48/82 kB | 32/378 kB | 56/145 kB Progress (5): 128/129 kB | 104/230 kB | 48/82 kB | 32/378 kB | 56/145 kB Progress (5): 128/129 kB | 108/230 kB | 48/82 kB | 32/378 kB | 56/145 kB Progress (5): 128/129 kB | 108/230 kB | 48/82 kB | 32/378 kB | 60/145 kB Progress (5): 128/129 kB | 108/230 kB | 52/82 kB | 32/378 kB | 60/145 kB Progress (5): 128/129 kB | 108/230 kB | 52/82 kB | 32/378 kB | 64/145 kB Progress (5): 128/129 kB | 112/230 kB | 52/82 kB | 32/378 kB | 64/145 kB Progress (5): 129 kB | 112/230 kB | 52/82 kB | 32/378 kB | 64/145 kB Progress (5): 129 kB | 112/230 kB | 52/82 kB | 36/378 kB | 64/145 kB Progress (5): 129 kB | 116/230 kB | 52/82 kB | 36/378 kB | 64/145 kB Progress (5): 129 kB | 116/230 kB | 52/82 kB | 36/378 kB | 68/145 kB Progress (5): 129 kB | 116/230 kB | 56/82 kB | 36/378 kB | 68/145 kB Progress (5): 129 kB | 116/230 kB | 56/82 kB | 36/378 kB | 72/145 kB Progress (5): 129 kB | 120/230 kB | 56/82 kB | 36/378 kB | 72/145 kB Progress (5): 129 kB | 120/230 kB | 56/82 kB | 40/378 kB | 72/145 kB Progress (5): 129 kB | 124/230 kB | 56/82 kB | 40/378 kB | 72/145 kB Progress (5): 129 kB | 124/230 kB | 56/82 kB | 40/378 kB | 76/145 kB Progress (5): 129 kB | 124/230 kB | 60/82 kB | 40/378 kB | 76/145 kB Progress (5): 129 kB | 124/230 kB | 60/82 kB | 40/378 kB | 80/145 kB Progress (5): 129 kB | 128/230 kB | 60/82 kB | 40/378 kB | 80/145 kB Progress (5): 129 kB | 128/230 kB | 60/82 kB | 44/378 kB | 80/145 kB Progress (5): 129 kB | 132/230 kB | 60/82 kB | 44/378 kB | 80/145 kB Progress (5): 129 kB | 132/230 kB | 60/82 kB | 44/378 kB | 84/145 kB Progress (5): 129 kB | 132/230 kB | 64/82 kB | 44/378 kB | 84/145 kB Progress (5): 129 kB | 132/230 kB | 64/82 kB | 44/378 kB | 88/145 kB Progress (5): 129 kB | 136/230 kB | 64/82 kB | 44/378 kB | 88/145 kB Progress (5): 129 kB | 136/230 kB | 64/82 kB | 48/378 kB | 88/145 kB Progress (5): 129 kB | 140/230 kB | 64/82 kB | 48/378 kB | 88/145 kB Progress (5): 129 kB | 140/230 kB | 64/82 kB | 48/378 kB | 92/145 kB Progress (5): 129 kB | 140/230 kB | 68/82 kB | 48/378 kB | 92/145 kB Progress (5): 129 kB | 140/230 kB | 68/82 kB | 48/378 kB | 96/145 kB Progress (5): 129 kB | 144/230 kB | 68/82 kB | 48/378 kB | 96/145 kB Progress (5): 129 kB | 144/230 kB | 68/82 kB | 52/378 kB | 96/145 kB Progress (5): 129 kB | 148/230 kB | 68/82 kB | 52/378 kB | 96/145 kB Progress (5): 129 kB | 148/230 kB | 68/82 kB | 52/378 kB | 100/145 kB Progress (5): 129 kB | 148/230 kB | 72/82 kB | 52/378 kB | 100/145 kB Progress (5): 129 kB | 148/230 kB | 72/82 kB | 52/378 kB | 104/145 kB Progress (5): 129 kB | 152/230 kB | 72/82 kB | 52/378 kB | 104/145 kB Progress (5): 129 kB | 152/230 kB | 72/82 kB | 56/378 kB | 104/145 kB Progress (5): 129 kB | 156/230 kB | 72/82 kB | 56/378 kB | 104/145 kB Progress (5): 129 kB | 156/230 kB | 72/82 kB | 56/378 kB | 108/145 kB Progress (5): 129 kB | 156/230 kB | 76/82 kB | 56/378 kB | 108/145 kB Progress (5): 129 kB | 156/230 kB | 76/82 kB | 56/378 kB | 112/145 kB Progress (5): 129 kB | 160/230 kB | 76/82 kB | 56/378 kB | 112/145 kB Progress (5): 129 kB | 160/230 kB | 76/82 kB | 60/378 kB | 112/145 kB Progress (5): 129 kB | 164/230 kB | 76/82 kB | 60/378 kB | 112/145 kB Progress (5): 129 kB | 164/230 kB | 76/82 kB | 60/378 kB | 116/145 kB Progress (5): 129 kB | 164/230 kB | 80/82 kB | 60/378 kB | 116/145 kB Progress (5): 129 kB | 164/230 kB | 80/82 kB | 60/378 kB | 120/145 kB Progress (5): 129 kB | 168/230 kB | 80/82 kB | 60/378 kB | 120/145 kB Progress (5): 129 kB | 168/230 kB | 80/82 kB | 64/378 kB | 120/145 kB Progress (5): 129 kB | 172/230 kB | 80/82 kB | 64/378 kB | 120/145 kB Progress (5): 129 kB | 172/230 kB | 80/82 kB | 64/378 kB | 124/145 kB Progress (5): 129 kB | 172/230 kB | 82 kB | 64/378 kB | 124/145 kB Progress (5): 129 kB | 172/230 kB | 82 kB | 64/378 kB | 128/145 kB Progress (5): 129 kB | 176/230 kB | 82 kB | 64/378 kB | 128/145 kB Progress (5): 129 kB | 176/230 kB | 82 kB | 68/378 kB | 128/145 kB Progress (5): 129 kB | 180/230 kB | 82 kB | 68/378 kB | 128/145 kB Progress (5): 129 kB | 180/230 kB | 82 kB | 68/378 kB | 132/145 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.0.0/tycho-packaging-plugin-1.0.0.jar (129 kB at 1.6 MB/s) 15:10:24 [2019-07-19T19:10:24.311Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.0.200.v20160504-1419/org.eclipse.osgi.compatibility.state-1.0.200.v20160504-1419.jar 15:10:24 [2019-07-19T19:10:24.570Z] Progress (4): 180/230 kB | 82 kB | 68/378 kB | 136/145 kB Progress (4): 184/230 kB | 82 kB | 68/378 kB | 136/145 kB Progress (4): 184/230 kB | 82 kB | 72/378 kB | 136/145 kB Progress (4): 188/230 kB | 82 kB | 72/378 kB | 136/145 kB Progress (4): 188/230 kB | 82 kB | 72/378 kB | 140/145 kB Progress (4): 192/230 kB | 82 kB | 72/378 kB | 140/145 kB Progress (4): 192/230 kB | 82 kB | 76/378 kB | 140/145 kB Progress (4): 196/230 kB | 82 kB | 76/378 kB | 140/145 kB Progress (4): 196/230 kB | 82 kB | 76/378 kB | 144/145 kB Progress (4): 200/230 kB | 82 kB | 76/378 kB | 144/145 kB Progress (4): 200/230 kB | 82 kB | 80/378 kB | 144/145 kB Progress (4): 204/230 kB | 82 kB | 80/378 kB | 144/145 kB Progress (4): 204/230 kB | 82 kB | 80/378 kB | 145 kB Progress (4): 208/230 kB | 82 kB | 80/378 kB | 145 kB Progress (4): 208/230 kB | 82 kB | 84/378 kB | 145 kB Progress (4): 212/230 kB | 82 kB | 84/378 kB | 145 kB Progress (4): 212/230 kB | 82 kB | 88/378 kB | 145 kB Progress (4): 216/230 kB | 82 kB | 88/378 kB | 145 kB Progress (4): 216/230 kB | 82 kB | 92/378 kB | 145 kB Progress (4): 220/230 kB | 82 kB | 92/378 kB | 145 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.4.1/plexus-io-2.4.1.jar (82 kB at 970 kB/s) 15:10:24 [2019-07-19T19:10:24.570Z] Progress (3): 224/230 kB | 92/378 kB | 145 kB Progress (3): 224/230 kB | 96/378 kB | 145 kB Progress (3): 228/230 kB | 96/378 kB | 145 kB Progress (3): 228/230 kB | 100/378 kB | 145 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/saxon/saxon/8.7/saxon-8.7.jar 15:10:24 [2019-07-19T19:10:24.570Z] Progress (3): 228/230 kB | 104/378 kB | 145 kB Progress (3): 230 kB | 104/378 kB | 145 kB Progress (3): 230 kB | 108/378 kB | 145 kB Progress (3): 230 kB | 112/378 kB | 145 kB Progress (3): 230 kB | 116/378 kB | 145 kB Progress (3): 230 kB | 120/378 kB | 145 kB Progress (3): 230 kB | 124/378 kB | 145 kB Progress (3): 230 kB | 128/378 kB | 145 kB Progress (3): 230 kB | 132/378 kB | 145 kB Progress (3): 230 kB | 136/378 kB | 145 kB Progress (3): 230 kB | 140/378 kB | 145 kB Progress (3): 230 kB | 144/378 kB | 145 kB Progress (3): 230 kB | 148/378 kB | 145 kB Progress (3): 230 kB | 152/378 kB | 145 kB Progress (3): 230 kB | 156/378 kB | 145 kB Progress (3): 230 kB | 160/378 kB | 145 kB Progress (3): 230 kB | 164/378 kB | 145 kB Progress (3): 230 kB | 168/378 kB | 145 kB Progress (3): 230 kB | 172/378 kB | 145 kB Progress (3): 230 kB | 176/378 kB | 145 kB Progress (3): 230 kB | 180/378 kB | 145 kB Progress (3): 230 kB | 184/378 kB | 145 kB Progress (3): 230 kB | 188/378 kB | 145 kB Progress (3): 230 kB | 192/378 kB | 145 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.9.1/plexus-archiver-2.9.1.jar (145 kB at 1.6 MB/s) 15:10:24 [2019-07-19T19:10:24.570Z] Progress (2): 230 kB | 196/378 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/saxon/saxon-dom/8.7/saxon-dom-8.7.jar 15:10:24 [2019-07-19T19:10:24.570Z] Progress (2): 230 kB | 200/378 kB Progress (2): 230 kB | 204/378 kB Progress (2): 230 kB | 208/378 kB Progress (3): 230 kB | 208/378 kB | 0/3.3 MB Progress (3): 230 kB | 212/378 kB | 0/3.3 MB Progress (3): 230 kB | 212/378 kB | 0/3.3 MB Progress (3): 230 kB | 216/378 kB | 0/3.3 MB Progress (3): 230 kB | 216/378 kB | 0/3.3 MB Progress (3): 230 kB | 220/378 kB | 0/3.3 MB Progress (3): 230 kB | 220/378 kB | 0/3.3 MB Progress (3): 230 kB | 224/378 kB | 0/3.3 MB Progress (3): 230 kB | 224/378 kB | 0/3.3 MB Progress (3): 230 kB | 228/378 kB | 0/3.3 MB Progress (3): 230 kB | 228/378 kB | 0/3.3 MB Progress (3): 230 kB | 232/378 kB | 0/3.3 MB Progress (3): 230 kB | 232/378 kB | 0/3.3 MB Progress (3): 230 kB | 236/378 kB | 0/3.3 MB Progress (3): 230 kB | 236/378 kB | 0/3.3 MB Progress (3): 230 kB | 240/378 kB | 0/3.3 MB Progress (3): 230 kB | 240/378 kB | 0/3.3 MB Progress (3): 230 kB | 244/378 kB | 0/3.3 MB Progress (3): 230 kB | 244/378 kB | 0/3.3 MB Progress (3): 230 kB | 248/378 kB | 0/3.3 MB Progress (3): 230 kB | 248/378 kB | 0/3.3 MB Progress (3): 230 kB | 252/378 kB | 0/3.3 MB Progress (3): 230 kB | 252/378 kB | 0/3.3 MB Progress (3): 230 kB | 256/378 kB | 0/3.3 MB Progress (3): 230 kB | 256/378 kB | 0/3.3 MB Progress (3): 230 kB | 260/378 kB | 0/3.3 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.7/plexus-utils-3.0.7.jar (230 kB at 2.3 MB/s) 15:10:24 [2019-07-19T19:10:24.570Z] Progress (2): 264/378 kB | 0/3.3 MB Progress (2): 264/378 kB | 0.1/3.3 MB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/maven-download-plugin/download-maven-plugin/1.2.0/download-maven-plugin-1.2.0.jar 15:10:24 [2019-07-19T19:10:24.570Z] Progress (2): 264/378 kB | 0.1/3.3 MB Progress (2): 268/378 kB | 0.1/3.3 MB Progress (3): 268/378 kB | 0.1/3.3 MB | 4.1/244 kB Progress (3): 272/378 kB | 0.1/3.3 MB | 4.1/244 kB Progress (3): 272/378 kB | 0.1/3.3 MB | 4.1/244 kB Progress (3): 276/378 kB | 0.1/3.3 MB | 4.1/244 kB Progress (3): 276/378 kB | 0.1/3.3 MB | 7.7/244 kB Progress (3): 280/378 kB | 0.1/3.3 MB | 7.7/244 kB Progress (3): 280/378 kB | 0.1/3.3 MB | 7.7/244 kB Progress (3): 280/378 kB | 0.1/3.3 MB | 12/244 kB Progress (3): 280/378 kB | 0.1/3.3 MB | 12/244 kB Progress (3): 284/378 kB | 0.1/3.3 MB | 12/244 kB Progress (3): 284/378 kB | 0.1/3.3 MB | 12/244 kB Progress (3): 284/378 kB | 0.1/3.3 MB | 16/244 kB Progress (4): 284/378 kB | 0.1/3.3 MB | 16/244 kB | 4.1/44 kB Progress (4): 284/378 kB | 0.1/3.3 MB | 20/244 kB | 4.1/44 kB Progress (4): 284/378 kB | 0.1/3.3 MB | 20/244 kB | 4.1/44 kB Progress (4): 288/378 kB | 0.1/3.3 MB | 20/244 kB | 4.1/44 kB Progress (4): 288/378 kB | 0.1/3.3 MB | 20/244 kB | 4.1/44 kB Progress (4): 288/378 kB | 0.1/3.3 MB | 24/244 kB | 4.1/44 kB Progress (4): 288/378 kB | 0.1/3.3 MB | 24/244 kB | 7.7/44 kB Progress (4): 288/378 kB | 0.1/3.3 MB | 28/244 kB | 7.7/44 kB Progress (4): 288/378 kB | 0.1/3.3 MB | 28/244 kB | 7.7/44 kB Progress (4): 292/378 kB | 0.1/3.3 MB | 28/244 kB | 7.7/44 kB Progress (4): 292/378 kB | 0.1/3.3 MB | 28/244 kB | 7.7/44 kB Progress (4): 292/378 kB | 0.1/3.3 MB | 32/244 kB | 7.7/44 kB Progress (4): 292/378 kB | 0.1/3.3 MB | 32/244 kB | 12/44 kB Progress (4): 292/378 kB | 0.1/3.3 MB | 33/244 kB | 12/44 kB Progress (4): 292/378 kB | 0.1/3.3 MB | 33/244 kB | 12/44 kB Progress (4): 296/378 kB | 0.1/3.3 MB | 33/244 kB | 12/44 kB Progress (4): 296/378 kB | 0.1/3.3 MB | 33/244 kB | 12/44 kB Progress (4): 296/378 kB | 0.1/3.3 MB | 37/244 kB | 12/44 kB Progress (5): 296/378 kB | 0.1/3.3 MB | 37/244 kB | 12/44 kB | 4.1/21 kB Progress (5): 296/378 kB | 0.1/3.3 MB | 37/244 kB | 16/44 kB | 4.1/21 kB Progress (5): 296/378 kB | 0.1/3.3 MB | 37/244 kB | 16/44 kB | 7.7/21 kB Progress (5): 296/378 kB | 0.1/3.3 MB | 41/244 kB | 16/44 kB | 7.7/21 kB Progress (5): 296/378 kB | 0.1/3.3 MB | 41/244 kB | 16/44 kB | 7.7/21 kB Progress (5): 300/378 kB | 0.1/3.3 MB | 41/244 kB | 16/44 kB | 7.7/21 kB Progress (5): 300/378 kB | 0.1/3.3 MB | 41/244 kB | 16/44 kB | 7.7/21 kB Progress (5): 300/378 kB | 0.1/3.3 MB | 45/244 kB | 16/44 kB | 7.7/21 kB Progress (5): 300/378 kB | 0.1/3.3 MB | 45/244 kB | 16/44 kB | 12/21 kB Progress (5): 300/378 kB | 0.1/3.3 MB | 45/244 kB | 20/44 kB | 12/21 kB Progress (5): 300/378 kB | 0.1/3.3 MB | 45/244 kB | 20/44 kB | 16/21 kB Progress (5): 300/378 kB | 0.1/3.3 MB | 49/244 kB | 20/44 kB | 16/21 kB Progress (5): 300/378 kB | 0.1/3.3 MB | 49/244 kB | 20/44 kB | 16/21 kB Progress (5): 304/378 kB | 0.1/3.3 MB | 49/244 kB | 20/44 kB | 16/21 kB Progress (5): 304/378 kB | 0.1/3.3 MB | 49/244 kB | 20/44 kB | 16/21 kB Progress (5): 304/378 kB | 0.1/3.3 MB | 53/244 kB | 20/44 kB | 16/21 kB Progress (5): 304/378 kB | 0.1/3.3 MB | 53/244 kB | 20/44 kB | 20/21 kB Progress (5): 304/378 kB | 0.1/3.3 MB | 53/244 kB | 24/44 kB | 20/21 kB Progress (5): 304/378 kB | 0.1/3.3 MB | 53/244 kB | 24/44 kB | 21 kB Progress (5): 304/378 kB | 0.1/3.3 MB | 57/244 kB | 24/44 kB | 21 kB Progress (5): 304/378 kB | 0.1/3.3 MB | 57/244 kB | 24/44 kB | 21 kB Progress (5): 304/378 kB | 0.1/3.3 MB | 61/244 kB | 24/44 kB | 21 kB Progress (5): 308/378 kB | 0.1/3.3 MB | 61/244 kB | 24/44 kB | 21 kB Progress (5): 308/378 kB | 0.1/3.3 MB | 65/244 kB | 24/44 kB | 21 kB Progress (5): 308/378 kB | 0.1/3.3 MB | 65/244 kB | 24/44 kB | 21 kB Progress (5): 308/378 kB | 0.1/3.3 MB | 65/244 kB | 28/44 kB | 21 kB Progress (5): 308/378 kB | 0.1/3.3 MB | 65/244 kB | 28/44 kB | 21 kB Progress (5): 308/378 kB | 0.1/3.3 MB | 66/244 kB | 28/44 kB | 21 kB Progress (5): 312/378 kB | 0.1/3.3 MB | 66/244 kB | 28/44 kB | 21 kB Progress (5): 312/378 kB | 0.1/3.3 MB | 70/244 kB | 28/44 kB | 21 kB Progress (5): 312/378 kB | 0.1/3.3 MB | 70/244 kB | 28/44 kB | 21 kB Progress (5): 312/378 kB | 0.1/3.3 MB | 70/244 kB | 32/44 kB | 21 kB Progress (5): 312/378 kB | 0.1/3.3 MB | 70/244 kB | 32/44 kB | 21 kB Progress (5): 312/378 kB | 0.1/3.3 MB | 74/244 kB | 32/44 kB | 21 kB Progress (5): 316/378 kB | 0.1/3.3 MB | 74/244 kB | 32/44 kB | 21 kB Progress (5): 316/378 kB | 0.1/3.3 MB | 78/244 kB | 32/44 kB | 21 kB Progress (5): 316/378 kB | 0.1/3.3 MB | 78/244 kB | 32/44 kB | 21 kB Progress (5): 316/378 kB | 0.1/3.3 MB | 78/244 kB | 36/44 kB | 21 kB Progress (5): 316/378 kB | 0.1/3.3 MB | 78/244 kB | 36/44 kB | 21 kB Progress (5): 316/378 kB | 0.1/3.3 MB | 82/244 kB | 36/44 kB | 21 kB Progress (5): 320/378 kB | 0.1/3.3 MB | 82/244 kB | 36/44 kB | 21 kB Progress (5): 320/378 kB | 0.1/3.3 MB | 86/244 kB | 36/44 kB | 21 kB Progress (5): 320/378 kB | 0.1/3.3 MB | 86/244 kB | 36/44 kB | 21 kB Progress (5): 320/378 kB | 0.1/3.3 MB | 86/244 kB | 40/44 kB | 21 kB Progress (5): 320/378 kB | 0.1/3.3 MB | 86/244 kB | 40/44 kB | 21 kB Progress (5): 320/378 kB | 0.1/3.3 MB | 90/244 kB | 40/44 kB | 21 kB Progress (5): 324/378 kB | 0.1/3.3 MB | 90/244 kB | 40/44 kB | 21 kB Progress (5): 324/378 kB | 0.1/3.3 MB | 94/244 kB | 40/44 kB | 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/maven-download-plugin/download-maven-plugin/1.2.0/download-maven-plugin-1.2.0.jar (21 kB at 166 kB/s) 15:10:24 [2019-07-19T19:10:24.570Z] Progress (4): 324/378 kB | 0.1/3.3 MB | 94/244 kB | 40/44 kB Progress (4): 324/378 kB | 0.1/3.3 MB | 94/244 kB | 44/44 kB Progress (4): 324/378 kB | 0.2/3.3 MB | 94/244 kB | 44/44 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.jar 15:10:24 [2019-07-19T19:10:24.570Z] Progress (4): 324/378 kB | 0.2/3.3 MB | 98/244 kB | 44/44 kB Progress (4): 328/378 kB | 0.2/3.3 MB | 98/244 kB | 44/44 kB Progress (4): 328/378 kB | 0.2/3.3 MB | 98/244 kB | 44/44 kB Progress (4): 328/378 kB | 0.2/3.3 MB | 98/244 kB | 44/44 kB Progress (4): 328/378 kB | 0.2/3.3 MB | 98/244 kB | 44 kB Progress (4): 328/378 kB | 0.2/3.3 MB | 98/244 kB | 44 kB Progress (4): 328/378 kB | 0.2/3.3 MB | 102/244 kB | 44 kB Progress (4): 332/378 kB | 0.2/3.3 MB | 102/244 kB | 44 kB Progress (4): 332/378 kB | 0.2/3.3 MB | 106/244 kB | 44 kB Progress (4): 332/378 kB | 0.2/3.3 MB | 106/244 kB | 44 kB Progress (4): 332/378 kB | 0.2/3.3 MB | 110/244 kB | 44 kB Progress (4): 336/378 kB | 0.2/3.3 MB | 110/244 kB | 44 kB Progress (4): 336/378 kB | 0.2/3.3 MB | 114/244 kB | 44 kB Progress (4): 336/378 kB | 0.2/3.3 MB | 114/244 kB | 44 kB Progress (4): 336/378 kB | 0.2/3.3 MB | 118/244 kB | 44 kB Progress (4): 340/378 kB | 0.2/3.3 MB | 118/244 kB | 44 kB Progress (4): 340/378 kB | 0.2/3.3 MB | 122/244 kB | 44 kB Progress (4): 340/378 kB | 0.2/3.3 MB | 122/244 kB | 44 kB Progress (4): 340/378 kB | 0.2/3.3 MB | 126/244 kB | 44 kB Progress (4): 344/378 kB | 0.2/3.3 MB | 126/244 kB | 44 kB Progress (4): 344/378 kB | 0.2/3.3 MB | 130/244 kB | 44 kB Progress (4): 344/378 kB | 0.2/3.3 MB | 130/244 kB | 44 kB Progress (4): 344/378 kB | 0.2/3.3 MB | 134/244 kB | 44 kB Progress (4): 348/378 kB | 0.2/3.3 MB | 134/244 kB | 44 kB Progress (4): 348/378 kB | 0.2/3.3 MB | 138/244 kB | 44 kB Progress (4): 348/378 kB | 0.2/3.3 MB | 138/244 kB | 44 kB Progress (4): 348/378 kB | 0.2/3.3 MB | 138/244 kB | 44 kB Progress (4): 348/378 kB | 0.2/3.3 MB | 142/244 kB | 44 kB Progress (4): 352/378 kB | 0.2/3.3 MB | 142/244 kB | 44 kB Progress (4): 352/378 kB | 0.2/3.3 MB | 146/244 kB | 44 kB Progress (4): 352/378 kB | 0.2/3.3 MB | 146/244 kB | 44 kB Progress (5): 352/378 kB | 0.2/3.3 MB | 146/244 kB | 44 kB | 4.1/79 kB Progress (5): 352/378 kB | 0.2/3.3 MB | 146/244 kB | 44 kB | 4.1/79 kB Progress (5): 352/378 kB | 0.2/3.3 MB | 150/244 kB | 44 kB | 4.1/79 kB Progress (5): 356/378 kB | 0.2/3.3 MB | 150/244 kB | 44 kB | 4.1/79 kB Progress (5): 356/378 kB | 0.2/3.3 MB | 154/244 kB | 44 kB | 4.1/79 kB Progress (5): 356/378 kB | 0.2/3.3 MB | 154/244 kB | 44 kB | 4.1/79 kB Progress (5): 356/378 kB | 0.2/3.3 MB | 154/244 kB | 44 kB | 7.7/79 kB Progress (5): 356/378 kB | 0.2/3.3 MB | 154/244 kB | 44 kB | 7.7/79 kB Progress (5): 356/378 kB | 0.2/3.3 MB | 154/244 kB | 44 kB | 12/79 kB Progress (5): 356/378 kB | 0.2/3.3 MB | 158/244 kB | 44 kB | 12/79 kB Progress (5): 360/378 kB | 0.2/3.3 MB | 158/244 kB | 44 kB | 12/79 kB Progress (5): 360/378 kB | 0.2/3.3 MB | 162/244 kB | 44 kB | 12/79 kB Progress (5): 360/378 kB | 0.2/3.3 MB | 162/244 kB | 44 kB | 16/79 kB Progress (5): 360/378 kB | 0.2/3.3 MB | 166/244 kB | 44 kB | 16/79 kB Progress (5): 360/378 kB | 0.2/3.3 MB | 166/244 kB | 44 kB | 16/79 kB Progress (5): 360/378 kB | 0.2/3.3 MB | 170/244 kB | 44 kB | 16/79 kB Progress (5): 360/378 kB | 0.2/3.3 MB | 170/244 kB | 44 kB | 20/79 kB Progress (5): 364/378 kB | 0.2/3.3 MB | 170/244 kB | 44 kB | 20/79 kB Progress (5): 364/378 kB | 0.2/3.3 MB | 170/244 kB | 44 kB | 24/79 kB Progress (5): 364/378 kB | 0.2/3.3 MB | 174/244 kB | 44 kB | 24/79 kB Progress (5): 364/378 kB | 0.2/3.3 MB | 174/244 kB | 44 kB | 24/79 kB Progress (5): 364/378 kB | 0.2/3.3 MB | 178/244 kB | 44 kB | 24/79 kB Progress (5): 364/378 kB | 0.2/3.3 MB | 178/244 kB | 44 kB | 28/79 kB Progress (5): 368/378 kB | 0.2/3.3 MB | 178/244 kB | 44 kB | 28/79 kB Progress (5): 368/378 kB | 0.2/3.3 MB | 178/244 kB | 44 kB | 32/79 kB Progress (5): 368/378 kB | 0.2/3.3 MB | 182/244 kB | 44 kB | 32/79 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/saxon/saxon-dom/8.7/saxon-dom-8.7.jar (44 kB at 273 kB/s) 15:10:24 [2019-07-19T19:10:24.570Z] Progress (4): 368/378 kB | 0.2/3.3 MB | 182/244 kB | 32/79 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0/maven-project-2.0.jar 15:10:24 [2019-07-19T19:10:24.570Z] Progress (4): 368/378 kB | 0.2/3.3 MB | 186/244 kB | 32/79 kB Progress (4): 368/378 kB | 0.2/3.3 MB | 186/244 kB | 33/79 kB Progress (4): 372/378 kB | 0.2/3.3 MB | 186/244 kB | 33/79 kB Progress (4): 372/378 kB | 0.2/3.3 MB | 186/244 kB | 37/79 kB Progress (4): 372/378 kB | 0.2/3.3 MB | 190/244 kB | 37/79 kB Progress (4): 372/378 kB | 0.2/3.3 MB | 190/244 kB | 37/79 kB Progress (4): 372/378 kB | 0.2/3.3 MB | 194/244 kB | 37/79 kB Progress (4): 372/378 kB | 0.2/3.3 MB | 194/244 kB | 41/79 kB Progress (4): 376/378 kB | 0.2/3.3 MB | 194/244 kB | 41/79 kB Progress (4): 376/378 kB | 0.2/3.3 MB | 194/244 kB | 45/79 kB Progress (4): 376/378 kB | 0.2/3.3 MB | 198/244 kB | 45/79 kB Progress (4): 376/378 kB | 0.2/3.3 MB | 198/244 kB | 45/79 kB Progress (4): 376/378 kB | 0.2/3.3 MB | 202/244 kB | 45/79 kB Progress (4): 376/378 kB | 0.2/3.3 MB | 202/244 kB | 49/79 kB Progress (4): 378 kB | 0.2/3.3 MB | 202/244 kB | 49/79 kB Progress (4): 378 kB | 0.2/3.3 MB | 202/244 kB | 53/79 kB Progress (4): 378 kB | 0.2/3.3 MB | 206/244 kB | 53/79 kB Progress (4): 378 kB | 0.2/3.3 MB | 206/244 kB | 53/79 kB Progress (4): 378 kB | 0.2/3.3 MB | 210/244 kB | 53/79 kB Progress (4): 378 kB | 0.2/3.3 MB | 210/244 kB | 57/79 kB Progress (4): 378 kB | 0.2/3.3 MB | 214/244 kB | 57/79 kB Progress (4): 378 kB | 0.2/3.3 MB | 214/244 kB | 57/79 kB Progress (4): 378 kB | 0.2/3.3 MB | 218/244 kB | 57/79 kB Progress (4): 378 kB | 0.2/3.3 MB | 218/244 kB | 57/79 kB Progress (4): 378 kB | 0.2/3.3 MB | 218/244 kB | 61/79 kB Progress (4): 378 kB | 0.2/3.3 MB | 218/244 kB | 61/79 kB Progress (4): 378 kB | 0.2/3.3 MB | 222/244 kB | 61/79 kB Progress (4): 378 kB | 0.2/3.3 MB | 222/244 kB | 61/79 kB Progress (4): 378 kB | 0.2/3.3 MB | 222/244 kB | 65/79 kB Progress (4): 378 kB | 0.2/3.3 MB | 222/244 kB | 65/79 kB Progress (4): 378 kB | 0.2/3.3 MB | 226/244 kB | 65/79 kB Progress (4): 378 kB | 0.2/3.3 MB | 226/244 kB | 65/79 kB Progress (4): 378 kB | 0.2/3.3 MB | 226/244 kB | 69/79 kB Progress (4): 378 kB | 0.3/3.3 MB | 226/244 kB | 69/79 kB Progress (4): 378 kB | 0.3/3.3 MB | 230/244 kB | 69/79 kB Progress (4): 378 kB | 0.3/3.3 MB | 230/244 kB | 69/79 kB Progress (5): 378 kB | 0.3/3.3 MB | 230/244 kB | 69/79 kB | 4.1/105 kB Progress (5): 378 kB | 0.3/3.3 MB | 230/244 kB | 73/79 kB | 4.1/105 kB Progress (5): 378 kB | 0.3/3.3 MB | 230/244 kB | 73/79 kB | 7.7/105 kB Progress (5): 378 kB | 0.3/3.3 MB | 230/244 kB | 73/79 kB | 7.7/105 kB Progress (5): 378 kB | 0.3/3.3 MB | 234/244 kB | 73/79 kB | 7.7/105 kB Progress (5): 378 kB | 0.3/3.3 MB | 234/244 kB | 73/79 kB | 7.7/105 kB Progress (5): 378 kB | 0.3/3.3 MB | 234/244 kB | 73/79 kB | 12/105 kB Progress (5): 378 kB | 0.3/3.3 MB | 234/244 kB | 77/79 kB | 12/105 kB Progress (5): 378 kB | 0.3/3.3 MB | 234/244 kB | 77/79 kB | 16/105 kB Progress (5): 378 kB | 0.3/3.3 MB | 234/244 kB | 77/79 kB | 16/105 kB Progress (5): 378 kB | 0.3/3.3 MB | 238/244 kB | 77/79 kB | 16/105 kB Progress (5): 378 kB | 0.3/3.3 MB | 238/244 kB | 77/79 kB | 16/105 kB Progress (5): 378 kB | 0.3/3.3 MB | 238/244 kB | 77/79 kB | 20/105 kB Progress (5): 378 kB | 0.3/3.3 MB | 238/244 kB | 79 kB | 20/105 kB Progress (5): 378 kB | 0.3/3.3 MB | 238/244 kB | 79 kB | 24/105 kB Progress (5): 378 kB | 0.3/3.3 MB | 238/244 kB | 79 kB | 24/105 kB Progress (5): 378 kB | 0.3/3.3 MB | 242/244 kB | 79 kB | 24/105 kB Progress (5): 378 kB | 0.3/3.3 MB | 242/244 kB | 79 kB | 24/105 kB Progress (5): 378 kB | 0.3/3.3 MB | 242/244 kB | 79 kB | 28/105 kB Progress (5): 378 kB | 0.3/3.3 MB | 242/244 kB | 79 kB | 28/105 kB Progress (5): 378 kB | 0.3/3.3 MB | 244 kB | 79 kB | 28/105 kB Progress (5): 378 kB | 0.3/3.3 MB | 244 kB | 79 kB | 28/105 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.9/commons-compress-1.9.jar (378 kB at 2.1 MB/s) 15:10:24 [2019-07-19T19:10:24.570Z] Progress (4): 0.3/3.3 MB | 244 kB | 79 kB | 32/105 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0/maven-profile-2.0.jar 15:10:24 [2019-07-19T19:10:24.571Z] Progress (4): 0.3/3.3 MB | 244 kB | 79 kB | 32/105 kB Progress (4): 0.3/3.3 MB | 244 kB | 79 kB | 33/105 kB Progress (4): 0.3/3.3 MB | 244 kB | 79 kB | 33/105 kB Progress (4): 0.3/3.3 MB | 244 kB | 79 kB | 37/105 kB Progress (4): 0.3/3.3 MB | 244 kB | 79 kB | 37/105 kB Progress (4): 0.3/3.3 MB | 244 kB | 79 kB | 41/105 kB Progress (4): 0.3/3.3 MB | 244 kB | 79 kB | 41/105 kB Progress (4): 0.3/3.3 MB | 244 kB | 79 kB | 45/105 kB Progress (4): 0.3/3.3 MB | 244 kB | 79 kB | 45/105 kB Progress (4): 0.3/3.3 MB | 244 kB | 79 kB | 49/105 kB Progress (4): 0.3/3.3 MB | 244 kB | 79 kB | 49/105 kB Progress (4): 0.3/3.3 MB | 244 kB | 79 kB | 53/105 kB Progress (4): 0.3/3.3 MB | 244 kB | 79 kB | 53/105 kB Progress (4): 0.3/3.3 MB | 244 kB | 79 kB | 57/105 kB Progress (4): 0.3/3.3 MB | 244 kB | 79 kB | 57/105 kB Progress (4): 0.3/3.3 MB | 244 kB | 79 kB | 61/105 kB Progress (4): 0.3/3.3 MB | 244 kB | 79 kB | 61/105 kB Progress (4): 0.3/3.3 MB | 244 kB | 79 kB | 65/105 kB Progress (4): 0.3/3.3 MB | 244 kB | 79 kB | 65/105 kB Progress (4): 0.3/3.3 MB | 244 kB | 79 kB | 66/105 kB Progress (4): 0.3/3.3 MB | 244 kB | 79 kB | 66/105 kB Progress (4): 0.3/3.3 MB | 244 kB | 79 kB | 70/105 kB Progress (4): 0.3/3.3 MB | 244 kB | 79 kB | 70/105 kB Progress (4): 0.3/3.3 MB | 244 kB | 79 kB | 74/105 kB Progress (4): 0.3/3.3 MB | 244 kB | 79 kB | 74/105 kB Progress (4): 0.3/3.3 MB | 244 kB | 79 kB | 78/105 kB Progress (4): 0.3/3.3 MB | 244 kB | 79 kB | 78/105 kB Progress (4): 0.3/3.3 MB | 244 kB | 79 kB | 82/105 kB Progress (4): 0.3/3.3 MB | 244 kB | 79 kB | 82/105 kB Progress (4): 0.3/3.3 MB | 244 kB | 79 kB | 86/105 kB Progress (4): 0.4/3.3 MB | 244 kB | 79 kB | 86/105 kB Progress (4): 0.4/3.3 MB | 244 kB | 79 kB | 90/105 kB Progress (4): 0.4/3.3 MB | 244 kB | 79 kB | 90/105 kB Progress (4): 0.4/3.3 MB | 244 kB | 79 kB | 94/105 kB Progress (4): 0.4/3.3 MB | 244 kB | 79 kB | 94/105 kB Progress (4): 0.4/3.3 MB | 244 kB | 79 kB | 98/105 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.jar (79 kB at 417 kB/s) 15:10:24 [2019-07-19T19:10:24.571Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.jar 15:10:24 [2019-07-19T19:10:24.571Z] Progress (3): 0.4/3.3 MB | 244 kB | 98/105 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.0.200.v20160504-1419/org.eclipse.osgi.compatibility.state-1.0.200.v20160504-1419.jar (244 kB at 1.3 MB/s) 15:10:24 [2019-07-19T19:10:24.571Z] Progress (2): 0.4/3.3 MB | 102/105 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.jar 15:10:24 [2019-07-19T19:10:24.571Z] Progress (2): 0.4/3.3 MB | 102/105 kB Progress (2): 0.4/3.3 MB | 105 kB Progress (2): 0.4/3.3 MB | 105 kB Progress (2): 0.4/3.3 MB | 105 kB Progress (2): 0.4/3.3 MB | 105 kB Progress (2): 0.4/3.3 MB | 105 kB Progress (2): 0.4/3.3 MB | 105 kB Progress (2): 0.4/3.3 MB | 105 kB Progress (2): 0.4/3.3 MB | 105 kB Progress (2): 0.4/3.3 MB | 105 kB Progress (2): 0.4/3.3 MB | 105 kB Progress (2): 0.4/3.3 MB | 105 kB Progress (2): 0.4/3.3 MB | 105 kB Progress (2): 0.4/3.3 MB | 105 kB Progress (2): 0.4/3.3 MB | 105 kB Progress (2): 0.4/3.3 MB | 105 kB Progress (2): 0.4/3.3 MB | 105 kB Progress (2): 0.4/3.3 MB | 105 kB Progress (2): 0.4/3.3 MB | 105 kB Progress (2): 0.4/3.3 MB | 105 kB Progress (2): 0.4/3.3 MB | 105 kB Progress (2): 0.4/3.3 MB | 105 kB Progress (2): 0.5/3.3 MB | 105 kB Progress (2): 0.5/3.3 MB | 105 kB Progress (2): 0.5/3.3 MB | 105 kB Progress (2): 0.5/3.3 MB | 105 kB Progress (2): 0.5/3.3 MB | 105 kB Progress (2): 0.5/3.3 MB | 105 kB Progress (2): 0.5/3.3 MB | 105 kB Progress (2): 0.5/3.3 MB | 105 kB Progress (3): 0.5/3.3 MB | 105 kB | 4.1/30 kB Progress (3): 0.5/3.3 MB | 105 kB | 4.1/30 kB Progress (3): 0.5/3.3 MB | 105 kB | 7.7/30 kB Progress (3): 0.5/3.3 MB | 105 kB | 7.7/30 kB Progress (3): 0.5/3.3 MB | 105 kB | 12/30 kB Progress (3): 0.5/3.3 MB | 105 kB | 12/30 kB Progress (3): 0.5/3.3 MB | 105 kB | 16/30 kB Progress (3): 0.5/3.3 MB | 105 kB | 16/30 kB Progress (3): 0.5/3.3 MB | 105 kB | 20/30 kB Progress (3): 0.5/3.3 MB | 105 kB | 20/30 kB Progress (3): 0.5/3.3 MB | 105 kB | 24/30 kB Progress (3): 0.5/3.3 MB | 105 kB | 24/30 kB Progress (3): 0.5/3.3 MB | 105 kB | 28/30 kB Progress (4): 0.5/3.3 MB | 105 kB | 28/30 kB | 4.1/51 kB Progress (5): 0.5/3.3 MB | 105 kB | 28/30 kB | 4.1/51 kB | 4.1/195 kB Progress (5): 0.5/3.3 MB | 105 kB | 30 kB | 4.1/51 kB | 4.1/195 kB Progress (5): 0.5/3.3 MB | 105 kB | 30 kB | 4.1/51 kB | 4.1/195 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0/maven-project-2.0.jar (105 kB at 508 kB/s) 15:10:24 [2019-07-19T19:10:24.571Z] Progress (4): 0.5/3.3 MB | 30 kB | 4.1/51 kB | 7.7/195 kB Progress (4): 0.5/3.3 MB | 30 kB | 7.7/51 kB | 7.7/195 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar 15:10:24 [2019-07-19T19:10:24.571Z] Progress (4): 0.5/3.3 MB | 30 kB | 7.7/51 kB | 7.7/195 kB Progress (4): 0.5/3.3 MB | 30 kB | 12/51 kB | 7.7/195 kB Progress (4): 0.5/3.3 MB | 30 kB | 12/51 kB | 12/195 kB Progress (4): 0.5/3.3 MB | 30 kB | 16/51 kB | 12/195 kB Progress (4): 0.5/3.3 MB | 30 kB | 16/51 kB | 12/195 kB Progress (4): 0.5/3.3 MB | 30 kB | 20/51 kB | 12/195 kB Progress (4): 0.5/3.3 MB | 30 kB | 20/51 kB | 16/195 kB Progress (4): 0.5/3.3 MB | 30 kB | 24/51 kB | 16/195 kB Progress (4): 0.5/3.3 MB | 30 kB | 24/51 kB | 20/195 kB Progress (4): 0.5/3.3 MB | 30 kB | 24/51 kB | 20/195 kB Progress (4): 0.5/3.3 MB | 30 kB | 24/51 kB | 24/195 kB Progress (4): 0.5/3.3 MB | 30 kB | 28/51 kB | 24/195 kB Progress (4): 0.5/3.3 MB | 30 kB | 28/51 kB | 28/195 kB Progress (4): 0.5/3.3 MB | 30 kB | 28/51 kB | 28/195 kB Progress (4): 0.5/3.3 MB | 30 kB | 28/51 kB | 32/195 kB Progress (4): 0.5/3.3 MB | 30 kB | 32/51 kB | 32/195 kB Progress (5): 0.5/3.3 MB | 30 kB | 32/51 kB | 32/195 kB | 4.1/121 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0/maven-profile-2.0.jar (30 kB at 121 kB/s) 15:10:24 [2019-07-19T19:10:24.571Z] Progress (4): 0.5/3.3 MB | 32/51 kB | 33/195 kB | 4.1/121 kB Progress (4): 0.5/3.3 MB | 32/51 kB | 33/195 kB | 4.1/121 kB Progress (4): 0.5/3.3 MB | 32/51 kB | 37/195 kB | 4.1/121 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar 15:10:24 [2019-07-19T19:10:24.571Z] Progress (4): 0.5/3.3 MB | 32/51 kB | 37/195 kB | 7.7/121 kB Progress (4): 0.5/3.3 MB | 33/51 kB | 37/195 kB | 7.7/121 kB Progress (4): 0.5/3.3 MB | 33/51 kB | 37/195 kB | 12/121 kB Progress (4): 0.5/3.3 MB | 33/51 kB | 41/195 kB | 12/121 kB Progress (4): 0.5/3.3 MB | 33/51 kB | 41/195 kB | 12/121 kB Progress (4): 0.5/3.3 MB | 33/51 kB | 41/195 kB | 16/121 kB Progress (4): 0.5/3.3 MB | 37/51 kB | 41/195 kB | 16/121 kB Progress (4): 0.5/3.3 MB | 37/51 kB | 41/195 kB | 20/121 kB Progress (4): 0.5/3.3 MB | 37/51 kB | 41/195 kB | 20/121 kB Progress (4): 0.5/3.3 MB | 37/51 kB | 45/195 kB | 20/121 kB Progress (4): 0.5/3.3 MB | 37/51 kB | 45/195 kB | 20/121 kB Progress (4): 0.5/3.3 MB | 37/51 kB | 45/195 kB | 24/121 kB Progress (4): 0.5/3.3 MB | 41/51 kB | 45/195 kB | 24/121 kB Progress (4): 0.5/3.3 MB | 41/51 kB | 45/195 kB | 28/121 kB Progress (4): 0.5/3.3 MB | 41/51 kB | 45/195 kB | 28/121 kB Progress (4): 0.5/3.3 MB | 41/51 kB | 49/195 kB | 28/121 kB Progress (4): 0.5/3.3 MB | 41/51 kB | 49/195 kB | 28/121 kB Progress (4): 0.5/3.3 MB | 41/51 kB | 49/195 kB | 32/121 kB Progress (4): 0.5/3.3 MB | 45/51 kB | 49/195 kB | 32/121 kB Progress (4): 0.5/3.3 MB | 45/51 kB | 49/195 kB | 33/121 kB Progress (4): 0.6/3.3 MB | 45/51 kB | 49/195 kB | 33/121 kB Progress (4): 0.6/3.3 MB | 45/51 kB | 53/195 kB | 33/121 kB Progress (4): 0.6/3.3 MB | 45/51 kB | 53/195 kB | 33/121 kB Progress (4): 0.6/3.3 MB | 45/51 kB | 53/195 kB | 37/121 kB Progress (4): 0.6/3.3 MB | 49/51 kB | 53/195 kB | 37/121 kB Progress (4): 0.6/3.3 MB | 49/51 kB | 53/195 kB | 41/121 kB Progress (4): 0.6/3.3 MB | 49/51 kB | 53/195 kB | 41/121 kB Progress (4): 0.6/3.3 MB | 49/51 kB | 57/195 kB | 41/121 kB Progress (4): 0.6/3.3 MB | 49/51 kB | 57/195 kB | 41/121 kB Progress (4): 0.6/3.3 MB | 49/51 kB | 57/195 kB | 45/121 kB Progress (4): 0.6/3.3 MB | 51 kB | 57/195 kB | 45/121 kB Progress (4): 0.6/3.3 MB | 51 kB | 57/195 kB | 49/121 kB Progress (4): 0.6/3.3 MB | 51 kB | 57/195 kB | 49/121 kB Progress (4): 0.6/3.3 MB | 51 kB | 57/195 kB | 53/121 kB Progress (4): 0.6/3.3 MB | 51 kB | 61/195 kB | 53/121 kB Progress (5): 0.6/3.3 MB | 51 kB | 61/195 kB | 53/121 kB | 4.1/38 kB Progress (5): 0.6/3.3 MB | 51 kB | 61/195 kB | 57/121 kB | 4.1/38 kB Progress (5): 0.6/3.3 MB | 51 kB | 61/195 kB | 57/121 kB | 4.1/38 kB Progress (5): 0.6/3.3 MB | 51 kB | 61/195 kB | 61/121 kB | 4.1/38 kB Progress (5): 0.6/3.3 MB | 51 kB | 61/195 kB | 61/121 kB | 7.7/38 kB Progress (5): 0.6/3.3 MB | 51 kB | 65/195 kB | 61/121 kB | 7.7/38 kB Progress (5): 0.6/3.3 MB | 51 kB | 65/195 kB | 61/121 kB | 12/38 kB Progress (5): 0.6/3.3 MB | 51 kB | 65/195 kB | 65/121 kB | 12/38 kB Progress (5): 0.6/3.3 MB | 51 kB | 65/195 kB | 65/121 kB | 12/38 kB Progress (5): 0.6/3.3 MB | 51 kB | 65/195 kB | 66/121 kB | 12/38 kB Progress (5): 0.6/3.3 MB | 51 kB | 65/195 kB | 66/121 kB | 16/38 kB Progress (5): 0.6/3.3 MB | 51 kB | 66/195 kB | 66/121 kB | 16/38 kB Progress (5): 0.6/3.3 MB | 51 kB | 66/195 kB | 66/121 kB | 20/38 kB Progress (5): 0.6/3.3 MB | 51 kB | 66/195 kB | 70/121 kB | 20/38 kB Progress (5): 0.6/3.3 MB | 51 kB | 66/195 kB | 70/121 kB | 20/38 kB Progress (5): 0.6/3.3 MB | 51 kB | 66/195 kB | 74/121 kB | 20/38 kB Progress (5): 0.6/3.3 MB | 51 kB | 66/195 kB | 74/121 kB | 24/38 kB Progress (5): 0.6/3.3 MB | 51 kB | 70/195 kB | 74/121 kB | 24/38 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.jar (51 kB at 189 kB/s) 15:10:24 [2019-07-19T19:10:24.571Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.4/commons-io-1.4.jar 15:10:24 [2019-07-19T19:10:24.571Z] Progress (4): 0.6/3.3 MB | 70/195 kB | 74/121 kB | 28/38 kB Progress (4): 0.6/3.3 MB | 70/195 kB | 78/121 kB | 28/38 kB Progress (4): 0.6/3.3 MB | 70/195 kB | 78/121 kB | 28/38 kB Progress (4): 0.6/3.3 MB | 70/195 kB | 82/121 kB | 28/38 kB Progress (4): 0.6/3.3 MB | 70/195 kB | 82/121 kB | 32/38 kB Progress (4): 0.6/3.3 MB | 74/195 kB | 82/121 kB | 32/38 kB Progress (4): 0.6/3.3 MB | 74/195 kB | 82/121 kB | 33/38 kB Progress (4): 0.6/3.3 MB | 74/195 kB | 86/121 kB | 33/38 kB Progress (4): 0.6/3.3 MB | 74/195 kB | 86/121 kB | 33/38 kB Progress (4): 0.6/3.3 MB | 74/195 kB | 90/121 kB | 33/38 kB Progress (4): 0.6/3.3 MB | 74/195 kB | 90/121 kB | 37/38 kB Progress (4): 0.6/3.3 MB | 78/195 kB | 90/121 kB | 37/38 kB Progress (4): 0.6/3.3 MB | 78/195 kB | 90/121 kB | 38 kB Progress (4): 0.6/3.3 MB | 78/195 kB | 94/121 kB | 38 kB Progress (4): 0.6/3.3 MB | 78/195 kB | 94/121 kB | 38 kB Progress (4): 0.6/3.3 MB | 78/195 kB | 98/121 kB | 38 kB Progress (4): 0.6/3.3 MB | 82/195 kB | 98/121 kB | 38 kB Progress (4): 0.6/3.3 MB | 82/195 kB | 102/121 kB | 38 kB Progress (4): 0.6/3.3 MB | 82/195 kB | 102/121 kB | 38 kB Progress (4): 0.6/3.3 MB | 86/195 kB | 102/121 kB | 38 kB Progress (4): 0.6/3.3 MB | 86/195 kB | 106/121 kB | 38 kB Progress (4): 0.6/3.3 MB | 90/195 kB | 106/121 kB | 38 kB Progress (4): 0.6/3.3 MB | 90/195 kB | 106/121 kB | 38 kB Progress (4): 0.6/3.3 MB | 94/195 kB | 106/121 kB | 38 kB Progress (4): 0.6/3.3 MB | 94/195 kB | 110/121 kB | 38 kB Progress (4): 0.6/3.3 MB | 98/195 kB | 110/121 kB | 38 kB Progress (4): 0.6/3.3 MB | 98/195 kB | 110/121 kB | 38 kB Progress (4): 0.6/3.3 MB | 102/195 kB | 110/121 kB | 38 kB Progress (4): 0.6/3.3 MB | 102/195 kB | 114/121 kB | 38 kB Progress (4): 0.6/3.3 MB | 106/195 kB | 114/121 kB | 38 kB Progress (4): 0.6/3.3 MB | 106/195 kB | 114/121 kB | 38 kB Progress (4): 0.6/3.3 MB | 110/195 kB | 114/121 kB | 38 kB Progress (4): 0.6/3.3 MB | 110/195 kB | 118/121 kB | 38 kB Progress (4): 0.6/3.3 MB | 114/195 kB | 118/121 kB | 38 kB Progress (4): 0.6/3.3 MB | 114/195 kB | 118/121 kB | 38 kB Progress (4): 0.6/3.3 MB | 118/195 kB | 118/121 kB | 38 kB Progress (4): 0.6/3.3 MB | 118/195 kB | 118/121 kB | 38 kB Progress (4): 0.6/3.3 MB | 118/195 kB | 121 kB | 38 kB Progress (4): 0.6/3.3 MB | 118/195 kB | 121 kB | 38 kB Progress (4): 0.6/3.3 MB | 122/195 kB | 121 kB | 38 kB Progress (4): 0.6/3.3 MB | 122/195 kB | 121 kB | 38 kB Progress (4): 0.6/3.3 MB | 126/195 kB | 121 kB | 38 kB Progress (4): 0.6/3.3 MB | 126/195 kB | 121 kB | 38 kB Progress (4): 0.6/3.3 MB | 130/195 kB | 121 kB | 38 kB Progress (4): 0.6/3.3 MB | 130/195 kB | 121 kB | 38 kB Progress (4): 0.6/3.3 MB | 134/195 kB | 121 kB | 38 kB Progress (4): 0.6/3.3 MB | 134/195 kB | 121 kB | 38 kB Progress (4): 0.6/3.3 MB | 138/195 kB | 121 kB | 38 kB Progress (4): 0.6/3.3 MB | 138/195 kB | 121 kB | 38 kB Progress (4): 0.6/3.3 MB | 142/195 kB | 121 kB | 38 kB Progress (4): 0.6/3.3 MB | 142/195 kB | 121 kB | 38 kB Progress (4): 0.6/3.3 MB | 146/195 kB | 121 kB | 38 kB Progress (4): 0.6/3.3 MB | 146/195 kB | 121 kB | 38 kB Progress (4): 0.6/3.3 MB | 150/195 kB | 121 kB | 38 kB Progress (4): 0.7/3.3 MB | 150/195 kB | 121 kB | 38 kB Progress (4): 0.7/3.3 MB | 154/195 kB | 121 kB | 38 kB Progress (4): 0.7/3.3 MB | 154/195 kB | 121 kB | 38 kB Progress (4): 0.7/3.3 MB | 158/195 kB | 121 kB | 38 kB Progress (4): 0.7/3.3 MB | 158/195 kB | 121 kB | 38 kB Progress (4): 0.7/3.3 MB | 162/195 kB | 121 kB | 38 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (38 kB at 132 kB/s) 15:10:24 [2019-07-19T19:10:24.571Z] Progress (3): 0.7/3.3 MB | 162/195 kB | 121 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0-beta2/httpclient-4.0-beta2.jar 15:10:24 [2019-07-19T19:10:24.571Z] Progress (3): 0.7/3.3 MB | 166/195 kB | 121 kB Progress (4): 0.7/3.3 MB | 166/195 kB | 121 kB | 4.1/109 kB Progress (4): 0.7/3.3 MB | 166/195 kB | 121 kB | 4.1/109 kB Progress (4): 0.7/3.3 MB | 166/195 kB | 121 kB | 7.7/109 kB Progress (4): 0.7/3.3 MB | 170/195 kB | 121 kB | 7.7/109 kB Progress (4): 0.7/3.3 MB | 170/195 kB | 121 kB | 12/109 kB Progress (4): 0.7/3.3 MB | 170/195 kB | 121 kB | 12/109 kB Progress (4): 0.7/3.3 MB | 170/195 kB | 121 kB | 16/109 kB Progress (4): 0.7/3.3 MB | 174/195 kB | 121 kB | 16/109 kB Progress (4): 0.7/3.3 MB | 174/195 kB | 121 kB | 20/109 kB Progress (4): 0.7/3.3 MB | 174/195 kB | 121 kB | 20/109 kB Progress (4): 0.7/3.3 MB | 174/195 kB | 121 kB | 24/109 kB Progress (4): 0.7/3.3 MB | 178/195 kB | 121 kB | 24/109 kB Progress (4): 0.7/3.3 MB | 178/195 kB | 121 kB | 28/109 kB Progress (4): 0.7/3.3 MB | 178/195 kB | 121 kB | 28/109 kB Progress (4): 0.7/3.3 MB | 178/195 kB | 121 kB | 32/109 kB Progress (4): 0.7/3.3 MB | 182/195 kB | 121 kB | 32/109 kB Progress (4): 0.7/3.3 MB | 182/195 kB | 121 kB | 33/109 kB Progress (4): 0.7/3.3 MB | 182/195 kB | 121 kB | 33/109 kB Progress (4): 0.7/3.3 MB | 182/195 kB | 121 kB | 37/109 kB Progress (4): 0.7/3.3 MB | 186/195 kB | 121 kB | 37/109 kB Progress (4): 0.7/3.3 MB | 186/195 kB | 121 kB | 41/109 kB Progress (4): 0.7/3.3 MB | 186/195 kB | 121 kB | 41/109 kB Progress (4): 0.7/3.3 MB | 186/195 kB | 121 kB | 45/109 kB Progress (4): 0.7/3.3 MB | 190/195 kB | 121 kB | 45/109 kB Progress (4): 0.7/3.3 MB | 190/195 kB | 121 kB | 49/109 kB Progress (4): 0.7/3.3 MB | 190/195 kB | 121 kB | 49/109 kB Progress (4): 0.7/3.3 MB | 190/195 kB | 121 kB | 53/109 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 409 kB/s) 15:10:24 [2019-07-19T19:10:24.571Z] Progress (3): 0.7/3.3 MB | 194/195 kB | 53/109 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0-beta3/httpcore-4.0-beta3.jar 15:10:24 [2019-07-19T19:10:24.571Z] Progress (3): 0.7/3.3 MB | 194/195 kB | 57/109 kB Progress (3): 0.7/3.3 MB | 194/195 kB | 57/109 kB Progress (4): 0.7/3.3 MB | 194/195 kB | 57/109 kB | 4.1/276 kB Progress (4): 0.7/3.3 MB | 194/195 kB | 57/109 kB | 4.1/276 kB Progress (4): 0.7/3.3 MB | 194/195 kB | 61/109 kB | 4.1/276 kB Progress (4): 0.7/3.3 MB | 195 kB | 61/109 kB | 4.1/276 kB Progress (4): 0.7/3.3 MB | 195 kB | 65/109 kB | 4.1/276 kB Progress (4): 0.7/3.3 MB | 195 kB | 65/109 kB | 4.1/276 kB Progress (4): 0.7/3.3 MB | 195 kB | 65/109 kB | 7.7/276 kB Progress (4): 0.7/3.3 MB | 195 kB | 65/109 kB | 7.7/276 kB Progress (4): 0.7/3.3 MB | 195 kB | 65/109 kB | 12/276 kB Progress (4): 0.7/3.3 MB | 195 kB | 65/109 kB | 16/276 kB Progress (4): 0.7/3.3 MB | 195 kB | 66/109 kB | 16/276 kB Progress (4): 0.7/3.3 MB | 195 kB | 66/109 kB | 20/276 kB Progress (4): 0.7/3.3 MB | 195 kB | 66/109 kB | 20/276 kB Progress (4): 0.7/3.3 MB | 195 kB | 66/109 kB | 24/276 kB Progress (4): 0.7/3.3 MB | 195 kB | 70/109 kB | 24/276 kB Progress (4): 0.7/3.3 MB | 195 kB | 70/109 kB | 28/276 kB Progress (4): 0.7/3.3 MB | 195 kB | 70/109 kB | 28/276 kB Progress (4): 0.7/3.3 MB | 195 kB | 70/109 kB | 32/276 kB Progress (4): 0.7/3.3 MB | 195 kB | 74/109 kB | 32/276 kB Progress (4): 0.7/3.3 MB | 195 kB | 74/109 kB | 33/276 kB Progress (4): 0.7/3.3 MB | 195 kB | 74/109 kB | 33/276 kB Progress (4): 0.7/3.3 MB | 195 kB | 74/109 kB | 33/276 kB Progress (4): 0.7/3.3 MB | 195 kB | 74/109 kB | 37/276 kB Progress (4): 0.7/3.3 MB | 195 kB | 78/109 kB | 37/276 kB Progress (4): 0.7/3.3 MB | 195 kB | 78/109 kB | 41/276 kB Progress (4): 0.7/3.3 MB | 195 kB | 78/109 kB | 41/276 kB Progress (4): 0.7/3.3 MB | 195 kB | 78/109 kB | 45/276 kB Progress (4): 0.7/3.3 MB | 195 kB | 82/109 kB | 45/276 kB Progress (4): 0.7/3.3 MB | 195 kB | 82/109 kB | 49/276 kB Progress (4): 0.7/3.3 MB | 195 kB | 82/109 kB | 49/276 kB Progress (4): 0.7/3.3 MB | 195 kB | 82/109 kB | 53/276 kB Progress (4): 0.7/3.3 MB | 195 kB | 86/109 kB | 53/276 kB Progress (4): 0.7/3.3 MB | 195 kB | 86/109 kB | 57/276 kB Progress (4): 0.7/3.3 MB | 195 kB | 86/109 kB | 57/276 kB Progress (4): 0.7/3.3 MB | 195 kB | 86/109 kB | 61/276 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.jar (195 kB at 637 kB/s) 15:10:24 [2019-07-19T19:10:24.571Z] Progress (4): 0.7/3.3 MB | 86/109 kB | 61/276 kB | 4.1/172 kB Progress (4): 0.7/3.3 MB | 86/109 kB | 65/276 kB | 4.1/172 kB Progress (4): 0.7/3.3 MB | 86/109 kB | 65/276 kB | 4.1/172 kB Progress (4): 0.7/3.3 MB | 90/109 kB | 65/276 kB | 4.1/172 kB Progress (4): 0.7/3.3 MB | 90/109 kB | 65/276 kB | 4.1/172 kB Progress (4): 0.7/3.3 MB | 94/109 kB | 65/276 kB | 4.1/172 kB Progress (4): 0.7/3.3 MB | 94/109 kB | 66/276 kB | 4.1/172 kB Progress (4): 0.7/3.3 MB | 94/109 kB | 66/276 kB | 7.7/172 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar 15:10:24 [2019-07-19T19:10:24.830Z] Progress (4): 0.7/3.3 MB | 94/109 kB | 66/276 kB | 12/172 kB Progress (4): 0.7/3.3 MB | 94/109 kB | 70/276 kB | 12/172 kB Progress (4): 0.7/3.3 MB | 98/109 kB | 70/276 kB | 12/172 kB Progress (4): 0.7/3.3 MB | 98/109 kB | 70/276 kB | 12/172 kB Progress (4): 0.7/3.3 MB | 98/109 kB | 70/276 kB | 12/172 kB Progress (4): 0.7/3.3 MB | 98/109 kB | 74/276 kB | 12/172 kB Progress (4): 0.7/3.3 MB | 98/109 kB | 74/276 kB | 16/172 kB Progress (4): 0.7/3.3 MB | 98/109 kB | 78/276 kB | 16/172 kB Progress (4): 0.7/3.3 MB | 102/109 kB | 78/276 kB | 16/172 kB Progress (4): 0.8/3.3 MB | 102/109 kB | 78/276 kB | 16/172 kB Progress (4): 0.8/3.3 MB | 106/109 kB | 78/276 kB | 16/172 kB Progress (4): 0.8/3.3 MB | 106/109 kB | 82/276 kB | 16/172 kB Progress (4): 0.8/3.3 MB | 106/109 kB | 82/276 kB | 20/172 kB Progress (4): 0.8/3.3 MB | 106/109 kB | 86/276 kB | 20/172 kB Progress (4): 0.8/3.3 MB | 109 kB | 86/276 kB | 20/172 kB Progress (4): 0.8/3.3 MB | 109 kB | 86/276 kB | 20/172 kB Progress (4): 0.8/3.3 MB | 109 kB | 90/276 kB | 20/172 kB Progress (4): 0.8/3.3 MB | 109 kB | 90/276 kB | 20/172 kB Progress (4): 0.8/3.3 MB | 109 kB | 90/276 kB | 24/172 kB Progress (4): 0.8/3.3 MB | 109 kB | 90/276 kB | 24/172 kB Progress (4): 0.8/3.3 MB | 109 kB | 90/276 kB | 28/172 kB Progress (4): 0.8/3.3 MB | 109 kB | 90/276 kB | 28/172 kB Progress (4): 0.8/3.3 MB | 109 kB | 94/276 kB | 28/172 kB Progress (4): 0.8/3.3 MB | 109 kB | 94/276 kB | 28/172 kB Progress (4): 0.8/3.3 MB | 109 kB | 94/276 kB | 32/172 kB Progress (4): 0.8/3.3 MB | 109 kB | 94/276 kB | 32/172 kB Progress (4): 0.8/3.3 MB | 109 kB | 98/276 kB | 32/172 kB Progress (4): 0.8/3.3 MB | 109 kB | 98/276 kB | 32/172 kB Progress (4): 0.8/3.3 MB | 109 kB | 98/276 kB | 33/172 kB Progress (4): 0.8/3.3 MB | 109 kB | 98/276 kB | 33/172 kB Progress (5): 0.8/3.3 MB | 109 kB | 98/276 kB | 33/172 kB | 4.1/61 kB Progress (5): 0.8/3.3 MB | 109 kB | 102/276 kB | 33/172 kB | 4.1/61 kB Progress (5): 0.8/3.3 MB | 109 kB | 106/276 kB | 33/172 kB | 4.1/61 kB Progress (5): 0.8/3.3 MB | 109 kB | 110/276 kB | 33/172 kB | 4.1/61 kB Progress (5): 0.8/3.3 MB | 109 kB | 110/276 kB | 33/172 kB | 7.7/61 kB Progress (5): 0.8/3.3 MB | 109 kB | 110/276 kB | 33/172 kB | 7.7/61 kB Progress (5): 0.8/3.3 MB | 109 kB | 110/276 kB | 37/172 kB | 7.7/61 kB Progress (5): 0.8/3.3 MB | 109 kB | 110/276 kB | 37/172 kB | 7.7/61 kB Progress (5): 0.8/3.3 MB | 109 kB | 110/276 kB | 37/172 kB | 12/61 kB Progress (5): 0.8/3.3 MB | 109 kB | 114/276 kB | 37/172 kB | 12/61 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.4/commons-io-1.4.jar (109 kB at 310 kB/s) 15:10:24 [2019-07-19T19:10:24.830Z] Progress (4): 0.8/3.3 MB | 118/276 kB | 37/172 kB | 12/61 kB Progress (4): 0.8/3.3 MB | 118/276 kB | 37/172 kB | 16/61 kB Progress (4): 0.8/3.3 MB | 118/276 kB | 37/172 kB | 16/61 kB Progress (4): 0.8/3.3 MB | 118/276 kB | 41/172 kB | 16/61 kB Progress (4): 0.8/3.3 MB | 118/276 kB | 41/172 kB | 16/61 kB Progress (4): 0.8/3.3 MB | 118/276 kB | 41/172 kB | 20/61 kB Progress (4): 0.8/3.3 MB | 122/276 kB | 41/172 kB | 20/61 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.jar 15:10:24 [2019-07-19T19:10:24.830Z] Progress (4): 0.8/3.3 MB | 126/276 kB | 41/172 kB | 20/61 kB Progress (4): 0.8/3.3 MB | 126/276 kB | 41/172 kB | 24/61 kB Progress (4): 0.8/3.3 MB | 126/276 kB | 41/172 kB | 24/61 kB Progress (4): 0.8/3.3 MB | 126/276 kB | 45/172 kB | 24/61 kB Progress (4): 0.8/3.3 MB | 126/276 kB | 45/172 kB | 24/61 kB Progress (4): 0.8/3.3 MB | 126/276 kB | 45/172 kB | 28/61 kB Progress (4): 0.8/3.3 MB | 130/276 kB | 45/172 kB | 28/61 kB Progress (4): 0.8/3.3 MB | 130/276 kB | 45/172 kB | 32/61 kB Progress (4): 0.8/3.3 MB | 130/276 kB | 45/172 kB | 32/61 kB Progress (4): 0.8/3.3 MB | 130/276 kB | 49/172 kB | 32/61 kB Progress (4): 0.8/3.3 MB | 130/276 kB | 49/172 kB | 32/61 kB Progress (4): 0.8/3.3 MB | 130/276 kB | 49/172 kB | 36/61 kB Progress (4): 0.8/3.3 MB | 134/276 kB | 49/172 kB | 36/61 kB Progress (4): 0.8/3.3 MB | 134/276 kB | 49/172 kB | 40/61 kB Progress (4): 0.8/3.3 MB | 134/276 kB | 49/172 kB | 40/61 kB Progress (4): 0.8/3.3 MB | 134/276 kB | 49/172 kB | 44/61 kB Progress (4): 0.8/3.3 MB | 134/276 kB | 53/172 kB | 44/61 kB Progress (4): 0.8/3.3 MB | 134/276 kB | 53/172 kB | 48/61 kB Progress (4): 0.8/3.3 MB | 134/276 kB | 53/172 kB | 48/61 kB Progress (4): 0.8/3.3 MB | 138/276 kB | 53/172 kB | 48/61 kB Progress (4): 0.8/3.3 MB | 138/276 kB | 53/172 kB | 48/61 kB Progress (4): 0.8/3.3 MB | 138/276 kB | 53/172 kB | 52/61 kB Progress (4): 0.8/3.3 MB | 138/276 kB | 57/172 kB | 52/61 kB Progress (4): 0.8/3.3 MB | 138/276 kB | 57/172 kB | 56/61 kB Progress (4): 0.8/3.3 MB | 138/276 kB | 57/172 kB | 56/61 kB Progress (4): 0.8/3.3 MB | 142/276 kB | 57/172 kB | 56/61 kB Progress (4): 0.8/3.3 MB | 142/276 kB | 57/172 kB | 56/61 kB Progress (4): 0.8/3.3 MB | 142/276 kB | 57/172 kB | 60/61 kB Progress (4): 0.8/3.3 MB | 142/276 kB | 61/172 kB | 60/61 kB Progress (4): 0.8/3.3 MB | 142/276 kB | 61/172 kB | 61 kB Progress (4): 0.8/3.3 MB | 142/276 kB | 61/172 kB | 61 kB Progress (4): 0.8/3.3 MB | 146/276 kB | 61/172 kB | 61 kB Progress (4): 0.8/3.3 MB | 146/276 kB | 61/172 kB | 61 kB Progress (4): 0.8/3.3 MB | 146/276 kB | 65/172 kB | 61 kB Progress (4): 0.8/3.3 MB | 146/276 kB | 65/172 kB | 61 kB Progress (4): 0.8/3.3 MB | 150/276 kB | 65/172 kB | 61 kB Progress (4): 0.9/3.3 MB | 150/276 kB | 65/172 kB | 61 kB Progress (4): 0.9/3.3 MB | 150/276 kB | 66/172 kB | 61 kB Progress (4): 0.9/3.3 MB | 150/276 kB | 66/172 kB | 61 kB Progress (5): 0.9/3.3 MB | 150/276 kB | 66/172 kB | 61 kB | 4.1/47 kB Progress (5): 0.9/3.3 MB | 154/276 kB | 66/172 kB | 61 kB | 4.1/47 kB Progress (5): 0.9/3.3 MB | 154/276 kB | 66/172 kB | 61 kB | 7.7/47 kB Progress (5): 0.9/3.3 MB | 154/276 kB | 66/172 kB | 61 kB | 7.7/47 kB Progress (5): 0.9/3.3 MB | 154/276 kB | 70/172 kB | 61 kB | 7.7/47 kB Progress (5): 0.9/3.3 MB | 154/276 kB | 70/172 kB | 61 kB | 7.7/47 kB Progress (5): 0.9/3.3 MB | 154/276 kB | 70/172 kB | 61 kB | 12/47 kB Progress (5): 0.9/3.3 MB | 158/276 kB | 70/172 kB | 61 kB | 12/47 kB Progress (5): 0.9/3.3 MB | 158/276 kB | 70/172 kB | 61 kB | 16/47 kB Progress (5): 0.9/3.3 MB | 158/276 kB | 70/172 kB | 61 kB | 16/47 kB Progress (5): 0.9/3.3 MB | 158/276 kB | 74/172 kB | 61 kB | 16/47 kB Progress (5): 0.9/3.3 MB | 158/276 kB | 74/172 kB | 61 kB | 16/47 kB Progress (5): 0.9/3.3 MB | 158/276 kB | 74/172 kB | 61 kB | 20/47 kB Progress (5): 0.9/3.3 MB | 162/276 kB | 74/172 kB | 61 kB | 20/47 kB Progress (5): 0.9/3.3 MB | 162/276 kB | 74/172 kB | 61 kB | 24/47 kB Progress (5): 0.9/3.3 MB | 162/276 kB | 74/172 kB | 61 kB | 24/47 kB Progress (5): 0.9/3.3 MB | 162/276 kB | 78/172 kB | 61 kB | 24/47 kB Progress (5): 0.9/3.3 MB | 162/276 kB | 78/172 kB | 61 kB | 24/47 kB Progress (5): 0.9/3.3 MB | 162/276 kB | 78/172 kB | 61 kB | 28/47 kB Progress (5): 0.9/3.3 MB | 166/276 kB | 78/172 kB | 61 kB | 28/47 kB Progress (5): 0.9/3.3 MB | 166/276 kB | 78/172 kB | 61 kB | 32/47 kB Progress (5): 0.9/3.3 MB | 166/276 kB | 78/172 kB | 61 kB | 32/47 kB Progress (5): 0.9/3.3 MB | 166/276 kB | 82/172 kB | 61 kB | 32/47 kB Progress (5): 0.9/3.3 MB | 166/276 kB | 82/172 kB | 61 kB | 32/47 kB Progress (5): 0.9/3.3 MB | 166/276 kB | 82/172 kB | 61 kB | 36/47 kB Progress (5): 0.9/3.3 MB | 170/276 kB | 82/172 kB | 61 kB | 36/47 kB Progress (5): 0.9/3.3 MB | 170/276 kB | 82/172 kB | 61 kB | 40/47 kB Progress (5): 0.9/3.3 MB | 170/276 kB | 82/172 kB | 61 kB | 40/47 kB Progress (5): 0.9/3.3 MB | 170/276 kB | 86/172 kB | 61 kB | 40/47 kB Progress (5): 0.9/3.3 MB | 170/276 kB | 86/172 kB | 61 kB | 40/47 kB Progress (5): 0.9/3.3 MB | 170/276 kB | 86/172 kB | 61 kB | 44/47 kB Progress (5): 0.9/3.3 MB | 174/276 kB | 86/172 kB | 61 kB | 44/47 kB Progress (5): 0.9/3.3 MB | 174/276 kB | 86/172 kB | 61 kB | 47 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar (61 kB at 162 kB/s) 15:10:24 [2019-07-19T19:10:24.830Z] Progress (4): 0.9/3.3 MB | 174/276 kB | 86/172 kB | 47 kB Progress (4): 0.9/3.3 MB | 174/276 kB | 90/172 kB | 47 kB Progress (4): 0.9/3.3 MB | 174/276 kB | 90/172 kB | 47 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.jar 15:10:24 [2019-07-19T19:10:24.830Z] Progress (4): 0.9/3.3 MB | 178/276 kB | 90/172 kB | 47 kB Progress (4): 0.9/3.3 MB | 178/276 kB | 90/172 kB | 47 kB Progress (4): 0.9/3.3 MB | 178/276 kB | 94/172 kB | 47 kB Progress (4): 0.9/3.3 MB | 178/276 kB | 94/172 kB | 47 kB Progress (4): 0.9/3.3 MB | 182/276 kB | 94/172 kB | 47 kB Progress (4): 0.9/3.3 MB | 182/276 kB | 94/172 kB | 47 kB Progress (4): 0.9/3.3 MB | 182/276 kB | 98/172 kB | 47 kB Progress (4): 0.9/3.3 MB | 182/276 kB | 98/172 kB | 47 kB Progress (4): 0.9/3.3 MB | 186/276 kB | 98/172 kB | 47 kB Progress (4): 0.9/3.3 MB | 186/276 kB | 98/172 kB | 47 kB Progress (4): 0.9/3.3 MB | 186/276 kB | 102/172 kB | 47 kB Progress (4): 0.9/3.3 MB | 190/276 kB | 102/172 kB | 47 kB Progress (4): 0.9/3.3 MB | 190/276 kB | 106/172 kB | 47 kB Progress (4): 0.9/3.3 MB | 190/276 kB | 106/172 kB | 47 kB Progress (4): 0.9/3.3 MB | 190/276 kB | 110/172 kB | 47 kB Progress (4): 0.9/3.3 MB | 194/276 kB | 110/172 kB | 47 kB Progress (4): 0.9/3.3 MB | 194/276 kB | 114/172 kB | 47 kB Progress (4): 0.9/3.3 MB | 194/276 kB | 114/172 kB | 47 kB Progress (4): 0.9/3.3 MB | 194/276 kB | 118/172 kB | 47 kB Progress (4): 0.9/3.3 MB | 194/276 kB | 118/172 kB | 47 kB Progress (4): 0.9/3.3 MB | 198/276 kB | 118/172 kB | 47 kB Progress (4): 0.9/3.3 MB | 198/276 kB | 118/172 kB | 47 kB Progress (4): 0.9/3.3 MB | 198/276 kB | 122/172 kB | 47 kB Progress (4): 0.9/3.3 MB | 198/276 kB | 122/172 kB | 47 kB Progress (4): 0.9/3.3 MB | 202/276 kB | 122/172 kB | 47 kB Progress (4): 0.9/3.3 MB | 202/276 kB | 122/172 kB | 47 kB Progress (4): 0.9/3.3 MB | 206/276 kB | 122/172 kB | 47 kB Progress (4): 1.0/3.3 MB | 206/276 kB | 122/172 kB | 47 kB Progress (4): 1.0/3.3 MB | 206/276 kB | 126/172 kB | 47 kB Progress (4): 1.0/3.3 MB | 206/276 kB | 126/172 kB | 47 kB Progress (4): 1.0/3.3 MB | 210/276 kB | 126/172 kB | 47 kB Progress (4): 1.0/3.3 MB | 210/276 kB | 126/172 kB | 47 kB Progress (4): 1.0/3.3 MB | 210/276 kB | 130/172 kB | 47 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.jar (47 kB at 121 kB/s) 15:10:24 [2019-07-19T19:10:24.830Z] Progress (3): 1.0/3.3 MB | 210/276 kB | 130/172 kB Progress (3): 1.0/3.3 MB | 214/276 kB | 130/172 kB Progress (3): 1.0/3.3 MB | 214/276 kB | 130/172 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.50/jsch-0.1.50.jar 15:10:24 [2019-07-19T19:10:24.830Z] Progress (3): 1.0/3.3 MB | 214/276 kB | 134/172 kB Progress (3): 1.0/3.3 MB | 214/276 kB | 134/172 kB Progress (3): 1.0/3.3 MB | 218/276 kB | 134/172 kB Progress (3): 1.0/3.3 MB | 218/276 kB | 134/172 kB Progress (3): 1.0/3.3 MB | 222/276 kB | 134/172 kB Progress (3): 1.0/3.3 MB | 222/276 kB | 138/172 kB Progress (3): 1.0/3.3 MB | 226/276 kB | 138/172 kB Progress (3): 1.0/3.3 MB | 226/276 kB | 138/172 kB Progress (3): 1.0/3.3 MB | 230/276 kB | 138/172 kB Progress (3): 1.0/3.3 MB | 230/276 kB | 142/172 kB Progress (3): 1.0/3.3 MB | 234/276 kB | 142/172 kB Progress (3): 1.0/3.3 MB | 234/276 kB | 142/172 kB Progress (3): 1.0/3.3 MB | 238/276 kB | 142/172 kB Progress (3): 1.0/3.3 MB | 238/276 kB | 146/172 kB Progress (3): 1.0/3.3 MB | 242/276 kB | 146/172 kB Progress (3): 1.0/3.3 MB | 242/276 kB | 146/172 kB Progress (3): 1.0/3.3 MB | 246/276 kB | 146/172 kB Progress (3): 1.0/3.3 MB | 246/276 kB | 150/172 kB Progress (3): 1.0/3.3 MB | 250/276 kB | 150/172 kB Progress (4): 1.0/3.3 MB | 250/276 kB | 150/172 kB | 4.1/52 kB Progress (4): 1.0/3.3 MB | 250/276 kB | 150/172 kB | 4.1/52 kB Progress (4): 1.0/3.3 MB | 250/276 kB | 150/172 kB | 7.7/52 kB Progress (4): 1.0/3.3 MB | 254/276 kB | 150/172 kB | 7.7/52 kB Progress (4): 1.0/3.3 MB | 254/276 kB | 154/172 kB | 7.7/52 kB Progress (4): 1.0/3.3 MB | 258/276 kB | 154/172 kB | 7.7/52 kB Progress (4): 1.0/3.3 MB | 258/276 kB | 154/172 kB | 12/52 kB Progress (4): 1.0/3.3 MB | 258/276 kB | 154/172 kB | 12/52 kB Progress (4): 1.0/3.3 MB | 258/276 kB | 154/172 kB | 16/52 kB Progress (4): 1.0/3.3 MB | 262/276 kB | 154/172 kB | 16/52 kB Progress (4): 1.0/3.3 MB | 262/276 kB | 154/172 kB | 20/52 kB Progress (4): 1.0/3.3 MB | 262/276 kB | 158/172 kB | 20/52 kB Progress (4): 1.0/3.3 MB | 262/276 kB | 158/172 kB | 24/52 kB Progress (4): 1.0/3.3 MB | 266/276 kB | 158/172 kB | 24/52 kB Progress (4): 1.0/3.3 MB | 266/276 kB | 158/172 kB | 28/52 kB Progress (4): 1.0/3.3 MB | 266/276 kB | 158/172 kB | 28/52 kB Progress (5): 1.0/3.3 MB | 266/276 kB | 158/172 kB | 28/52 kB | 4.1/254 kB Progress (5): 1.0/3.3 MB | 266/276 kB | 158/172 kB | 32/52 kB | 4.1/254 kB Progress (5): 1.0/3.3 MB | 270/276 kB | 158/172 kB | 32/52 kB | 4.1/254 kB Progress (5): 1.0/3.3 MB | 270/276 kB | 162/172 kB | 32/52 kB | 4.1/254 kB Progress (5): 1.0/3.3 MB | 274/276 kB | 162/172 kB | 32/52 kB | 4.1/254 kB Progress (5): 1.0/3.3 MB | 274/276 kB | 162/172 kB | 33/52 kB | 4.1/254 kB Progress (5): 1.0/3.3 MB | 274/276 kB | 162/172 kB | 33/52 kB | 7.7/254 kB Progress (5): 1.0/3.3 MB | 274/276 kB | 162/172 kB | 33/52 kB | 7.7/254 kB Progress (5): 1.0/3.3 MB | 274/276 kB | 162/172 kB | 33/52 kB | 12/254 kB Progress (5): 1.0/3.3 MB | 274/276 kB | 162/172 kB | 37/52 kB | 12/254 kB Progress (5): 1.0/3.3 MB | 276 kB | 162/172 kB | 37/52 kB | 12/254 kB Progress (5): 1.0/3.3 MB | 276 kB | 166/172 kB | 37/52 kB | 12/254 kB Progress (5): 1.0/3.3 MB | 276 kB | 166/172 kB | 41/52 kB | 12/254 kB Progress (5): 1.0/3.3 MB | 276 kB | 166/172 kB | 41/52 kB | 16/254 kB Progress (5): 1.0/3.3 MB | 276 kB | 166/172 kB | 41/52 kB | 16/254 kB Progress (5): 1.0/3.3 MB | 276 kB | 166/172 kB | 41/52 kB | 20/254 kB Progress (5): 1.0/3.3 MB | 276 kB | 166/172 kB | 45/52 kB | 20/254 kB Progress (5): 1.0/3.3 MB | 276 kB | 170/172 kB | 45/52 kB | 20/254 kB Progress (5): 1.0/3.3 MB | 276 kB | 170/172 kB | 49/52 kB | 20/254 kB Progress (5): 1.0/3.3 MB | 276 kB | 170/172 kB | 49/52 kB | 24/254 kB Progress (5): 1.0/3.3 MB | 276 kB | 170/172 kB | 49/52 kB | 24/254 kB Progress (5): 1.0/3.3 MB | 276 kB | 170/172 kB | 49/52 kB | 28/254 kB Progress (5): 1.0/3.3 MB | 276 kB | 170/172 kB | 52 kB | 28/254 kB Progress (5): 1.0/3.3 MB | 276 kB | 172 kB | 52 kB | 28/254 kB Progress (5): 1.0/3.3 MB | 276 kB | 172 kB | 52 kB | 32/254 kB Progress (5): 1.0/3.3 MB | 276 kB | 172 kB | 52 kB | 32/254 kB Progress (5): 1.0/3.3 MB | 276 kB | 172 kB | 52 kB | 33/254 kB Progress (5): 1.0/3.3 MB | 276 kB | 172 kB | 52 kB | 33/254 kB Progress (5): 1.0/3.3 MB | 276 kB | 172 kB | 52 kB | 37/254 kB Progress (5): 1.0/3.3 MB | 276 kB | 172 kB | 52 kB | 37/254 kB Progress (5): 1.0/3.3 MB | 276 kB | 172 kB | 52 kB | 41/254 kB Progress (5): 1.0/3.3 MB | 276 kB | 172 kB | 52 kB | 41/254 kB Progress (5): 1.0/3.3 MB | 276 kB | 172 kB | 52 kB | 45/254 kB Progress (5): 1.0/3.3 MB | 276 kB | 172 kB | 52 kB | 45/254 kB Progress (5): 1.0/3.3 MB | 276 kB | 172 kB | 52 kB | 49/254 kB Progress (5): 1.0/3.3 MB | 276 kB | 172 kB | 52 kB | 49/254 kB Progress (5): 1.0/3.3 MB | 276 kB | 172 kB | 52 kB | 53/254 kB Progress (5): 1.0/3.3 MB | 276 kB | 172 kB | 52 kB | 53/254 kB Progress (5): 1.0/3.3 MB | 276 kB | 172 kB | 52 kB | 57/254 kB Progress (5): 1.0/3.3 MB | 276 kB | 172 kB | 52 kB | 57/254 kB Progress (5): 1.0/3.3 MB | 276 kB | 172 kB | 52 kB | 61/254 kB Progress (5): 1.0/3.3 MB | 276 kB | 172 kB | 52 kB | 61/254 kB Progress (5): 1.0/3.3 MB | 276 kB | 172 kB | 52 kB | 65/254 kB Progress (5): 1.1/3.3 MB | 276 kB | 172 kB | 52 kB | 65/254 kB Progress (5): 1.1/3.3 MB | 276 kB | 172 kB | 52 kB | 66/254 kB Progress (5): 1.1/3.3 MB | 276 kB | 172 kB | 52 kB | 66/254 kB Progress (5): 1.1/3.3 MB | 276 kB | 172 kB | 52 kB | 70/254 kB Progress (5): 1.1/3.3 MB | 276 kB | 172 kB | 52 kB | 70/254 kB Progress (5): 1.1/3.3 MB | 276 kB | 172 kB | 52 kB | 74/254 kB Progress (5): 1.1/3.3 MB | 276 kB | 172 kB | 52 kB | 74/254 kB Progress (5): 1.1/3.3 MB | 276 kB | 172 kB | 52 kB | 78/254 kB Progress (5): 1.1/3.3 MB | 276 kB | 172 kB | 52 kB | 78/254 kB Progress (5): 1.1/3.3 MB | 276 kB | 172 kB | 52 kB | 82/254 kB Progress (5): 1.1/3.3 MB | 276 kB | 172 kB | 52 kB | 82/254 kB Progress (5): 1.1/3.3 MB | 276 kB | 172 kB | 52 kB | 86/254 kB Progress (5): 1.1/3.3 MB | 276 kB | 172 kB | 52 kB | 86/254 kB Progress (5): 1.1/3.3 MB | 276 kB | 172 kB | 52 kB | 90/254 kB Progress (5): 1.1/3.3 MB | 276 kB | 172 kB | 52 kB | 90/254 kB Progress (5): 1.1/3.3 MB | 276 kB | 172 kB | 52 kB | 94/254 kB Progress (5): 1.1/3.3 MB | 276 kB | 172 kB | 52 kB | 94/254 kB Progress (5): 1.1/3.3 MB | 276 kB | 172 kB | 52 kB | 98/254 kB Progress (5): 1.1/3.3 MB | 276 kB | 172 kB | 52 kB | 98/254 kB Progress (5): 1.1/3.3 MB | 276 kB | 172 kB | 52 kB | 98/254 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0-beta2/httpclient-4.0-beta2.jar (276 kB at 664 kB/s) 15:10:24 [2019-07-19T19:10:24.830Z] Progress (4): 1.1/3.3 MB | 172 kB | 52 kB | 98/254 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/0.7.9/JavaEWAH-0.7.9.jar 15:10:24 [2019-07-19T19:10:24.830Z] Progress (4): 1.1/3.3 MB | 172 kB | 52 kB | 102/254 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.jar (52 kB at 125 kB/s) 15:10:24 [2019-07-19T19:10:24.830Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/pl/project13/maven/git-commit-id-plugin/2.1.13/git-commit-id-plugin-2.1.13.jar 15:10:24 [2019-07-19T19:10:24.830Z] Progress (3): 1.1/3.3 MB | 172 kB | 102/254 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0-beta3/httpcore-4.0-beta3.jar (172 kB at 410 kB/s) 15:10:24 [2019-07-19T19:10:24.830Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.2.3/jackson-databind-2.2.3.jar 15:10:24 [2019-07-19T19:10:24.831Z] Progress (2): 1.1/3.3 MB | 106/254 kB Progress (2): 1.1/3.3 MB | 106/254 kB Progress (2): 1.1/3.3 MB | 106/254 kB Progress (2): 1.1/3.3 MB | 106/254 kB Progress (3): 1.1/3.3 MB | 106/254 kB | 4.1/125 kB Progress (3): 1.1/3.3 MB | 106/254 kB | 7.7/125 kB Progress (3): 1.1/3.3 MB | 106/254 kB | 12/125 kB Progress (3): 1.1/3.3 MB | 110/254 kB | 12/125 kB Progress (3): 1.1/3.3 MB | 110/254 kB | 16/125 kB Progress (3): 1.1/3.3 MB | 110/254 kB | 16/125 kB Progress (3): 1.1/3.3 MB | 110/254 kB | 20/125 kB Progress (4): 1.1/3.3 MB | 110/254 kB | 20/125 kB | 4.1/65 kB Progress (4): 1.1/3.3 MB | 114/254 kB | 20/125 kB | 4.1/65 kB Progress (4): 1.1/3.3 MB | 114/254 kB | 20/125 kB | 7.7/65 kB Progress (4): 1.1/3.3 MB | 114/254 kB | 24/125 kB | 7.7/65 kB Progress (4): 1.1/3.3 MB | 114/254 kB | 24/125 kB | 7.7/65 kB Progress (4): 1.1/3.3 MB | 114/254 kB | 28/125 kB | 7.7/65 kB Progress (4): 1.1/3.3 MB | 114/254 kB | 28/125 kB | 7.7/65 kB Progress (4): 1.1/3.3 MB | 114/254 kB | 28/125 kB | 12/65 kB Progress (4): 1.1/3.3 MB | 118/254 kB | 28/125 kB | 12/65 kB Progress (4): 1.1/3.3 MB | 118/254 kB | 28/125 kB | 16/65 kB Progress (4): 1.1/3.3 MB | 118/254 kB | 28/125 kB | 16/65 kB Progress (4): 1.1/3.3 MB | 118/254 kB | 32/125 kB | 16/65 kB Progress (4): 1.1/3.3 MB | 118/254 kB | 32/125 kB | 16/65 kB Progress (4): 1.1/3.3 MB | 118/254 kB | 32/125 kB | 20/65 kB Progress (4): 1.1/3.3 MB | 122/254 kB | 32/125 kB | 20/65 kB Progress (4): 1.1/3.3 MB | 122/254 kB | 32/125 kB | 24/65 kB Progress (4): 1.1/3.3 MB | 122/254 kB | 32/125 kB | 24/65 kB Progress (4): 1.1/3.3 MB | 122/254 kB | 33/125 kB | 24/65 kB Progress (4): 1.1/3.3 MB | 122/254 kB | 33/125 kB | 24/65 kB Progress (4): 1.1/3.3 MB | 122/254 kB | 33/125 kB | 28/65 kB Progress (4): 1.1/3.3 MB | 126/254 kB | 33/125 kB | 28/65 kB Progress (4): 1.1/3.3 MB | 126/254 kB | 33/125 kB | 32/65 kB Progress (4): 1.1/3.3 MB | 126/254 kB | 33/125 kB | 32/65 kB Progress (4): 1.1/3.3 MB | 126/254 kB | 37/125 kB | 32/65 kB Progress (4): 1.1/3.3 MB | 126/254 kB | 37/125 kB | 32/65 kB Progress (4): 1.1/3.3 MB | 126/254 kB | 37/125 kB | 36/65 kB Progress (4): 1.1/3.3 MB | 130/254 kB | 37/125 kB | 36/65 kB Progress (4): 1.1/3.3 MB | 130/254 kB | 37/125 kB | 40/65 kB Progress (4): 1.1/3.3 MB | 130/254 kB | 37/125 kB | 40/65 kB Progress (4): 1.1/3.3 MB | 130/254 kB | 41/125 kB | 40/65 kB Progress (4): 1.2/3.3 MB | 130/254 kB | 41/125 kB | 40/65 kB Progress (4): 1.2/3.3 MB | 130/254 kB | 41/125 kB | 44/65 kB Progress (4): 1.2/3.3 MB | 131/254 kB | 41/125 kB | 44/65 kB Progress (4): 1.2/3.3 MB | 131/254 kB | 41/125 kB | 48/65 kB Progress (4): 1.2/3.3 MB | 131/254 kB | 41/125 kB | 48/65 kB Progress (4): 1.2/3.3 MB | 131/254 kB | 45/125 kB | 48/65 kB Progress (4): 1.2/3.3 MB | 131/254 kB | 45/125 kB | 48/65 kB Progress (4): 1.2/3.3 MB | 131/254 kB | 45/125 kB | 52/65 kB Progress (4): 1.2/3.3 MB | 135/254 kB | 45/125 kB | 52/65 kB Progress (4): 1.2/3.3 MB | 135/254 kB | 45/125 kB | 56/65 kB Progress (4): 1.2/3.3 MB | 135/254 kB | 45/125 kB | 56/65 kB Progress (5): 1.2/3.3 MB | 135/254 kB | 45/125 kB | 56/65 kB | 4.1/866 kB Progress (5): 1.2/3.3 MB | 135/254 kB | 49/125 kB | 56/65 kB | 4.1/866 kB Progress (5): 1.2/3.3 MB | 135/254 kB | 49/125 kB | 56/65 kB | 7.7/866 kB Progress (5): 1.2/3.3 MB | 135/254 kB | 49/125 kB | 56/65 kB | 7.7/866 kB Progress (5): 1.2/3.3 MB | 135/254 kB | 49/125 kB | 60/65 kB | 7.7/866 kB Progress (5): 1.2/3.3 MB | 139/254 kB | 49/125 kB | 60/65 kB | 7.7/866 kB Progress (5): 1.2/3.3 MB | 139/254 kB | 49/125 kB | 64/65 kB | 7.7/866 kB Progress (5): 1.2/3.3 MB | 139/254 kB | 49/125 kB | 64/65 kB | 7.7/866 kB Progress (5): 1.2/3.3 MB | 139/254 kB | 49/125 kB | 64/65 kB | 12/866 kB Progress (5): 1.2/3.3 MB | 139/254 kB | 53/125 kB | 64/65 kB | 12/866 kB Progress (5): 1.2/3.3 MB | 139/254 kB | 53/125 kB | 64/65 kB | 16/866 kB Progress (5): 1.2/3.3 MB | 139/254 kB | 53/125 kB | 64/65 kB | 16/866 kB Progress (5): 1.2/3.3 MB | 139/254 kB | 53/125 kB | 65 kB | 16/866 kB Progress (5): 1.2/3.3 MB | 143/254 kB | 53/125 kB | 65 kB | 16/866 kB Progress (5): 1.2/3.3 MB | 143/254 kB | 53/125 kB | 65 kB | 16/866 kB Progress (5): 1.2/3.3 MB | 143/254 kB | 53/125 kB | 65 kB | 20/866 kB Progress (5): 1.2/3.3 MB | 143/254 kB | 57/125 kB | 65 kB | 20/866 kB Progress (5): 1.2/3.3 MB | 143/254 kB | 57/125 kB | 65 kB | 24/866 kB Progress (5): 1.2/3.3 MB | 143/254 kB | 57/125 kB | 65 kB | 24/866 kB Progress (5): 1.2/3.3 MB | 147/254 kB | 57/125 kB | 65 kB | 24/866 kB Progress (5): 1.2/3.3 MB | 147/254 kB | 57/125 kB | 65 kB | 24/866 kB Progress (5): 1.2/3.3 MB | 147/254 kB | 57/125 kB | 65 kB | 28/866 kB Progress (5): 1.2/3.3 MB | 147/254 kB | 61/125 kB | 65 kB | 28/866 kB Progress (5): 1.2/3.3 MB | 147/254 kB | 61/125 kB | 65 kB | 32/866 kB Progress (5): 1.2/3.3 MB | 147/254 kB | 61/125 kB | 65 kB | 32/866 kB Progress (5): 1.2/3.3 MB | 151/254 kB | 61/125 kB | 65 kB | 32/866 kB Progress (5): 1.2/3.3 MB | 151/254 kB | 61/125 kB | 65 kB | 32/866 kB Progress (5): 1.2/3.3 MB | 151/254 kB | 61/125 kB | 65 kB | 33/866 kB Progress (5): 1.2/3.3 MB | 151/254 kB | 65/125 kB | 65 kB | 33/866 kB Progress (5): 1.2/3.3 MB | 151/254 kB | 65/125 kB | 65 kB | 37/866 kB Progress (5): 1.2/3.3 MB | 151/254 kB | 65/125 kB | 65 kB | 37/866 kB Progress (5): 1.2/3.3 MB | 155/254 kB | 65/125 kB | 65 kB | 37/866 kB Progress (5): 1.2/3.3 MB | 155/254 kB | 65/125 kB | 65 kB | 37/866 kB Progress (5): 1.2/3.3 MB | 155/254 kB | 65/125 kB | 65 kB | 41/866 kB Progress (5): 1.2/3.3 MB | 155/254 kB | 66/125 kB | 65 kB | 41/866 kB Progress (5): 1.2/3.3 MB | 155/254 kB | 66/125 kB | 65 kB | 45/866 kB Progress (5): 1.2/3.3 MB | 155/254 kB | 66/125 kB | 65 kB | 45/866 kB Progress (5): 1.2/3.3 MB | 159/254 kB | 66/125 kB | 65 kB | 45/866 kB Progress (5): 1.2/3.3 MB | 159/254 kB | 66/125 kB | 65 kB | 45/866 kB Progress (5): 1.2/3.3 MB | 159/254 kB | 66/125 kB | 65 kB | 49/866 kB Progress (5): 1.2/3.3 MB | 159/254 kB | 70/125 kB | 65 kB | 49/866 kB Progress (5): 1.2/3.3 MB | 159/254 kB | 70/125 kB | 65 kB | 53/866 kB Progress (5): 1.2/3.3 MB | 159/254 kB | 70/125 kB | 65 kB | 53/866 kB Progress (5): 1.2/3.3 MB | 163/254 kB | 70/125 kB | 65 kB | 53/866 kB Progress (5): 1.2/3.3 MB | 163/254 kB | 70/125 kB | 65 kB | 53/866 kB Progress (5): 1.2/3.3 MB | 163/254 kB | 70/125 kB | 65 kB | 57/866 kB Progress (5): 1.2/3.3 MB | 163/254 kB | 74/125 kB | 65 kB | 57/866 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/pl/project13/maven/git-commit-id-plugin/2.1.13/git-commit-id-plugin-2.1.13.jar (65 kB at 137 kB/s) 15:10:24 [2019-07-19T19:10:24.831Z] Progress (4): 1.2/3.3 MB | 163/254 kB | 74/125 kB | 57/866 kB Progress (4): 1.2/3.3 MB | 164/254 kB | 74/125 kB | 57/866 kB Progress (4): 1.2/3.3 MB | 164/254 kB | 74/125 kB | 57/866 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.2.3/jackson-annotations-2.2.3.jar 15:10:24 [2019-07-19T19:10:24.831Z] Progress (4): 1.2/3.3 MB | 164/254 kB | 78/125 kB | 57/866 kB Progress (4): 1.2/3.3 MB | 164/254 kB | 78/125 kB | 61/866 kB Progress (4): 1.2/3.3 MB | 164/254 kB | 82/125 kB | 61/866 kB Progress (4): 1.2/3.3 MB | 164/254 kB | 82/125 kB | 61/866 kB Progress (4): 1.2/3.3 MB | 168/254 kB | 82/125 kB | 61/866 kB Progress (4): 1.2/3.3 MB | 168/254 kB | 82/125 kB | 61/866 kB Progress (4): 1.2/3.3 MB | 168/254 kB | 86/125 kB | 61/866 kB Progress (4): 1.2/3.3 MB | 168/254 kB | 86/125 kB | 61/866 kB Progress (4): 1.2/3.3 MB | 168/254 kB | 86/125 kB | 65/866 kB Progress (4): 1.2/3.3 MB | 168/254 kB | 86/125 kB | 65/866 kB Progress (4): 1.2/3.3 MB | 168/254 kB | 90/125 kB | 65/866 kB Progress (4): 1.2/3.3 MB | 172/254 kB | 90/125 kB | 65/866 kB Progress (4): 1.2/3.3 MB | 172/254 kB | 94/125 kB | 65/866 kB Progress (4): 1.2/3.3 MB | 172/254 kB | 94/125 kB | 65/866 kB Progress (4): 1.2/3.3 MB | 172/254 kB | 94/125 kB | 66/866 kB Progress (4): 1.3/3.3 MB | 172/254 kB | 94/125 kB | 66/866 kB Progress (4): 1.3/3.3 MB | 172/254 kB | 98/125 kB | 66/866 kB Progress (4): 1.3/3.3 MB | 176/254 kB | 98/125 kB | 66/866 kB Progress (4): 1.3/3.3 MB | 176/254 kB | 102/125 kB | 66/866 kB Progress (4): 1.3/3.3 MB | 176/254 kB | 102/125 kB | 66/866 kB Progress (4): 1.3/3.3 MB | 176/254 kB | 102/125 kB | 70/866 kB Progress (4): 1.3/3.3 MB | 176/254 kB | 102/125 kB | 70/866 kB Progress (4): 1.3/3.3 MB | 176/254 kB | 106/125 kB | 70/866 kB Progress (4): 1.3/3.3 MB | 180/254 kB | 106/125 kB | 70/866 kB Progress (4): 1.3/3.3 MB | 180/254 kB | 110/125 kB | 70/866 kB Progress (4): 1.3/3.3 MB | 180/254 kB | 110/125 kB | 70/866 kB Progress (4): 1.3/3.3 MB | 180/254 kB | 110/125 kB | 74/866 kB Progress (4): 1.3/3.3 MB | 180/254 kB | 110/125 kB | 74/866 kB Progress (4): 1.3/3.3 MB | 180/254 kB | 110/125 kB | 78/866 kB Progress (4): 1.3/3.3 MB | 180/254 kB | 114/125 kB | 78/866 kB Progress (4): 1.3/3.3 MB | 184/254 kB | 114/125 kB | 78/866 kB Progress (4): 1.3/3.3 MB | 184/254 kB | 118/125 kB | 78/866 kB Progress (4): 1.3/3.3 MB | 184/254 kB | 118/125 kB | 82/866 kB Progress (4): 1.3/3.3 MB | 184/254 kB | 118/125 kB | 82/866 kB Progress (4): 1.3/3.3 MB | 184/254 kB | 122/125 kB | 82/866 kB Progress (4): 1.3/3.3 MB | 188/254 kB | 122/125 kB | 82/866 kB Progress (4): 1.3/3.3 MB | 188/254 kB | 125 kB | 82/866 kB Progress (4): 1.3/3.3 MB | 188/254 kB | 125 kB | 82/866 kB Progress (4): 1.3/3.3 MB | 188/254 kB | 125 kB | 86/866 kB Progress (4): 1.3/3.3 MB | 188/254 kB | 125 kB | 86/866 kB Progress (4): 1.3/3.3 MB | 192/254 kB | 125 kB | 86/866 kB Progress (4): 1.3/3.3 MB | 192/254 kB | 125 kB | 86/866 kB Progress (4): 1.3/3.3 MB | 192/254 kB | 125 kB | 90/866 kB Progress (4): 1.3/3.3 MB | 192/254 kB | 125 kB | 90/866 kB Progress (4): 1.3/3.3 MB | 196/254 kB | 125 kB | 90/866 kB Progress (4): 1.3/3.3 MB | 196/254 kB | 125 kB | 90/866 kB Progress (4): 1.3/3.3 MB | 196/254 kB | 125 kB | 94/866 kB Progress (5): 1.3/3.3 MB | 196/254 kB | 125 kB | 94/866 kB | 4.1/33 kB Progress (5): 1.3/3.3 MB | 196/254 kB | 125 kB | 98/866 kB | 4.1/33 kB Progress (5): 1.3/3.3 MB | 196/254 kB | 125 kB | 98/866 kB | 4.1/33 kB Progress (5): 1.3/3.3 MB | 197/254 kB | 125 kB | 98/866 kB | 4.1/33 kB Progress (5): 1.3/3.3 MB | 197/254 kB | 125 kB | 98/866 kB | 4.1/33 kB Progress (5): 1.3/3.3 MB | 197/254 kB | 125 kB | 98/866 kB | 4.1/33 kB Progress (5): 1.3/3.3 MB | 197/254 kB | 125 kB | 98/866 kB | 7.7/33 kB Progress (5): 1.3/3.3 MB | 197/254 kB | 125 kB | 102/866 kB | 7.7/33 kB Progress (5): 1.3/3.3 MB | 197/254 kB | 125 kB | 102/866 kB | 7.7/33 kB Progress (5): 1.3/3.3 MB | 201/254 kB | 125 kB | 102/866 kB | 7.7/33 kB Progress (5): 1.3/3.3 MB | 201/254 kB | 125 kB | 102/866 kB | 7.7/33 kB Progress (5): 1.3/3.3 MB | 201/254 kB | 125 kB | 106/866 kB | 7.7/33 kB Progress (5): 1.3/3.3 MB | 201/254 kB | 125 kB | 106/866 kB | 12/33 kB Progress (5): 1.3/3.3 MB | 201/254 kB | 125 kB | 110/866 kB | 12/33 kB Progress (5): 1.3/3.3 MB | 201/254 kB | 125 kB | 110/866 kB | 12/33 kB Progress (5): 1.3/3.3 MB | 205/254 kB | 125 kB | 110/866 kB | 12/33 kB Progress (5): 1.3/3.3 MB | 205/254 kB | 125 kB | 110/866 kB | 12/33 kB Progress (5): 1.3/3.3 MB | 205/254 kB | 125 kB | 114/866 kB | 12/33 kB Progress (5): 1.3/3.3 MB | 205/254 kB | 125 kB | 114/866 kB | 16/33 kB Progress (5): 1.3/3.3 MB | 205/254 kB | 125 kB | 118/866 kB | 16/33 kB Progress (5): 1.3/3.3 MB | 205/254 kB | 125 kB | 118/866 kB | 16/33 kB Progress (5): 1.3/3.3 MB | 209/254 kB | 125 kB | 118/866 kB | 16/33 kB Progress (5): 1.3/3.3 MB | 209/254 kB | 125 kB | 118/866 kB | 16/33 kB Progress (5): 1.3/3.3 MB | 209/254 kB | 125 kB | 122/866 kB | 16/33 kB Progress (5): 1.3/3.3 MB | 209/254 kB | 125 kB | 122/866 kB | 20/33 kB Progress (5): 1.3/3.3 MB | 209/254 kB | 125 kB | 126/866 kB | 20/33 kB Progress (5): 1.3/3.3 MB | 209/254 kB | 125 kB | 126/866 kB | 20/33 kB Progress (5): 1.3/3.3 MB | 213/254 kB | 125 kB | 126/866 kB | 20/33 kB Progress (5): 1.3/3.3 MB | 213/254 kB | 125 kB | 126/866 kB | 20/33 kB Progress (5): 1.3/3.3 MB | 213/254 kB | 125 kB | 130/866 kB | 20/33 kB Progress (5): 1.3/3.3 MB | 213/254 kB | 125 kB | 130/866 kB | 24/33 kB Progress (5): 1.3/3.3 MB | 213/254 kB | 125 kB | 131/866 kB | 24/33 kB Progress (5): 1.3/3.3 MB | 213/254 kB | 125 kB | 131/866 kB | 24/33 kB Progress (5): 1.3/3.3 MB | 217/254 kB | 125 kB | 131/866 kB | 24/33 kB Progress (5): 1.3/3.3 MB | 217/254 kB | 125 kB | 131/866 kB | 24/33 kB Progress (5): 1.3/3.3 MB | 217/254 kB | 125 kB | 135/866 kB | 24/33 kB Progress (5): 1.3/3.3 MB | 217/254 kB | 125 kB | 135/866 kB | 28/33 kB Progress (5): 1.3/3.3 MB | 217/254 kB | 125 kB | 139/866 kB | 28/33 kB Progress (5): 1.3/3.3 MB | 217/254 kB | 125 kB | 139/866 kB | 28/33 kB Progress (5): 1.3/3.3 MB | 221/254 kB | 125 kB | 139/866 kB | 28/33 kB Progress (5): 1.3/3.3 MB | 221/254 kB | 125 kB | 139/866 kB | 28/33 kB Progress (5): 1.3/3.3 MB | 221/254 kB | 125 kB | 143/866 kB | 28/33 kB Progress (5): 1.3/3.3 MB | 221/254 kB | 125 kB | 143/866 kB | 32/33 kB Progress (5): 1.3/3.3 MB | 221/254 kB | 125 kB | 147/866 kB | 32/33 kB Progress (5): 1.4/3.3 MB | 221/254 kB | 125 kB | 147/866 kB | 32/33 kB Progress (5): 1.4/3.3 MB | 225/254 kB | 125 kB | 147/866 kB | 32/33 kB Progress (5): 1.4/3.3 MB | 225/254 kB | 125 kB | 147/866 kB | 32/33 kB Progress (5): 1.4/3.3 MB | 225/254 kB | 125 kB | 151/866 kB | 32/33 kB Progress (5): 1.4/3.3 MB | 225/254 kB | 125 kB | 151/866 kB | 33/33 kB Progress (5): 1.4/3.3 MB | 225/254 kB | 125 kB | 155/866 kB | 33/33 kB Progress (5): 1.4/3.3 MB | 225/254 kB | 125 kB | 155/866 kB | 33/33 kB Progress (5): 1.4/3.3 MB | 229/254 kB | 125 kB | 155/866 kB | 33/33 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/0.7.9/JavaEWAH-0.7.9.jar (125 kB at 248 kB/s) 15:10:24 [2019-07-19T19:10:24.831Z] Progress (4): 1.4/3.3 MB | 233/254 kB | 155/866 kB | 33/33 kB Progress (4): 1.4/3.3 MB | 233/254 kB | 155/866 kB | 33/33 kB Progress (4): 1.4/3.3 MB | 233/254 kB | 159/866 kB | 33/33 kB Progress (4): 1.4/3.3 MB | 233/254 kB | 159/866 kB | 33 kB Progress (4): 1.4/3.3 MB | 233/254 kB | 163/866 kB | 33 kB Progress (4): 1.4/3.3 MB | 233/254 kB | 163/866 kB | 33 kB Progress (4): 1.4/3.3 MB | 237/254 kB | 163/866 kB | 33 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.2.3/jackson-core-2.2.3.jar 15:10:24 [2019-07-19T19:10:24.831Z] Progress (4): 1.4/3.3 MB | 241/254 kB | 163/866 kB | 33 kB Progress (4): 1.4/3.3 MB | 241/254 kB | 163/866 kB | 33 kB Progress (4): 1.4/3.3 MB | 241/254 kB | 167/866 kB | 33 kB Progress (4): 1.4/3.3 MB | 241/254 kB | 167/866 kB | 33 kB Progress (4): 1.4/3.3 MB | 245/254 kB | 167/866 kB | 33 kB Progress (4): 1.4/3.3 MB | 245/254 kB | 167/866 kB | 33 kB Progress (4): 1.4/3.3 MB | 245/254 kB | 171/866 kB | 33 kB Progress (4): 1.4/3.3 MB | 245/254 kB | 171/866 kB | 33 kB Progress (4): 1.4/3.3 MB | 249/254 kB | 171/866 kB | 33 kB Progress (4): 1.4/3.3 MB | 249/254 kB | 171/866 kB | 33 kB Progress (4): 1.4/3.3 MB | 249/254 kB | 175/866 kB | 33 kB Progress (4): 1.4/3.3 MB | 249/254 kB | 175/866 kB | 33 kB Progress (4): 1.4/3.3 MB | 253/254 kB | 175/866 kB | 33 kB Progress (4): 1.4/3.3 MB | 253/254 kB | 175/866 kB | 33 kB Progress (4): 1.4/3.3 MB | 253/254 kB | 179/866 kB | 33 kB Progress (4): 1.4/3.3 MB | 253/254 kB | 179/866 kB | 33 kB Progress (4): 1.4/3.3 MB | 253/254 kB | 183/866 kB | 33 kB Progress (4): 1.4/3.3 MB | 254 kB | 183/866 kB | 33 kB Progress (4): 1.4/3.3 MB | 254 kB | 187/866 kB | 33 kB Progress (4): 1.4/3.3 MB | 254 kB | 187/866 kB | 33 kB Progress (4): 1.4/3.3 MB | 254 kB | 191/866 kB | 33 kB Progress (4): 1.4/3.3 MB | 254 kB | 191/866 kB | 33 kB Progress (4): 1.4/3.3 MB | 254 kB | 195/866 kB | 33 kB Progress (4): 1.4/3.3 MB | 254 kB | 195/866 kB | 33 kB Progress (4): 1.4/3.3 MB | 254 kB | 199/866 kB | 33 kB Progress (4): 1.4/3.3 MB | 254 kB | 199/866 kB | 33 kB Progress (4): 1.4/3.3 MB | 254 kB | 203/866 kB | 33 kB Progress (4): 1.4/3.3 MB | 254 kB | 203/866 kB | 33 kB Progress (4): 1.4/3.3 MB | 254 kB | 207/866 kB | 33 kB Progress (4): 1.4/3.3 MB | 254 kB | 207/866 kB | 33 kB Progress (4): 1.4/3.3 MB | 254 kB | 211/866 kB | 33 kB Progress (4): 1.4/3.3 MB | 254 kB | 211/866 kB | 33 kB Progress (4): 1.4/3.3 MB | 254 kB | 215/866 kB | 33 kB Progress (4): 1.4/3.3 MB | 254 kB | 215/866 kB | 33 kB Progress (4): 1.4/3.3 MB | 254 kB | 219/866 kB | 33 kB Progress (4): 1.4/3.3 MB | 254 kB | 219/866 kB | 33 kB Progress (4): 1.4/3.3 MB | 254 kB | 223/866 kB | 33 kB Progress (4): 1.4/3.3 MB | 254 kB | 223/866 kB | 33 kB Progress (4): 1.4/3.3 MB | 254 kB | 227/866 kB | 33 kB Progress (4): 1.4/3.3 MB | 254 kB | 227/866 kB | 33 kB Progress (4): 1.4/3.3 MB | 254 kB | 231/866 kB | 33 kB Progress (4): 1.4/3.3 MB | 254 kB | 231/866 kB | 33 kB Progress (4): 1.4/3.3 MB | 254 kB | 235/866 kB | 33 kB Progress (4): 1.5/3.3 MB | 254 kB | 235/866 kB | 33 kB Progress (4): 1.5/3.3 MB | 254 kB | 239/866 kB | 33 kB Progress (4): 1.5/3.3 MB | 254 kB | 239/866 kB | 33 kB Progress (4): 1.5/3.3 MB | 254 kB | 239/866 kB | 33 kB Progress (4): 1.5/3.3 MB | 254 kB | 239/866 kB | 33 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.2.3/jackson-annotations-2.2.3.jar (33 kB at 64 kB/s) 15:10:24 [2019-07-19T19:10:24.831Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.0/joda-time-2.0.jar 15:10:24 [2019-07-19T19:10:24.831Z] Progress (3): 1.5/3.3 MB | 254 kB | 243/866 kB Progress (3): 1.5/3.3 MB | 254 kB | 243/866 kB Progress (3): 1.5/3.3 MB | 254 kB | 247/866 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.50/jsch-0.1.50.jar (254 kB at 462 kB/s) 15:10:24 [2019-07-19T19:10:24.831Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/15.0/guava-15.0.jar 15:10:25 [2019-07-19T19:10:25.091Z] Progress (3): 1.5/3.3 MB | 247/866 kB | 4.1/193 kB Progress (3): 1.5/3.3 MB | 251/866 kB | 4.1/193 kB Progress (3): 1.5/3.3 MB | 251/866 kB | 4.1/193 kB Progress (3): 1.5/3.3 MB | 251/866 kB | 7.7/193 kB Progress (3): 1.5/3.3 MB | 255/866 kB | 7.7/193 kB Progress (3): 1.5/3.3 MB | 255/866 kB | 7.7/193 kB Progress (3): 1.5/3.3 MB | 259/866 kB | 7.7/193 kB Progress (3): 1.5/3.3 MB | 259/866 kB | 12/193 kB Progress (3): 1.5/3.3 MB | 259/866 kB | 12/193 kB Progress (3): 1.5/3.3 MB | 259/866 kB | 16/193 kB Progress (3): 1.5/3.3 MB | 263/866 kB | 16/193 kB Progress (3): 1.5/3.3 MB | 263/866 kB | 20/193 kB Progress (3): 1.5/3.3 MB | 263/866 kB | 20/193 kB Progress (3): 1.5/3.3 MB | 263/866 kB | 24/193 kB Progress (3): 1.5/3.3 MB | 267/866 kB | 24/193 kB Progress (3): 1.5/3.3 MB | 267/866 kB | 28/193 kB Progress (3): 1.5/3.3 MB | 267/866 kB | 28/193 kB Progress (3): 1.5/3.3 MB | 267/866 kB | 32/193 kB Progress (3): 1.5/3.3 MB | 271/866 kB | 32/193 kB Progress (3): 1.5/3.3 MB | 271/866 kB | 33/193 kB Progress (3): 1.5/3.3 MB | 271/866 kB | 33/193 kB Progress (3): 1.5/3.3 MB | 271/866 kB | 37/193 kB Progress (3): 1.5/3.3 MB | 275/866 kB | 37/193 kB Progress (3): 1.5/3.3 MB | 275/866 kB | 41/193 kB Progress (3): 1.5/3.3 MB | 279/866 kB | 41/193 kB Progress (3): 1.5/3.3 MB | 279/866 kB | 41/193 kB Progress (3): 1.5/3.3 MB | 283/866 kB | 41/193 kB Progress (3): 1.5/3.3 MB | 283/866 kB | 45/193 kB Progress (3): 1.5/3.3 MB | 287/866 kB | 45/193 kB Progress (3): 1.5/3.3 MB | 287/866 kB | 45/193 kB Progress (3): 1.5/3.3 MB | 291/866 kB | 45/193 kB Progress (3): 1.5/3.3 MB | 291/866 kB | 49/193 kB Progress (3): 1.5/3.3 MB | 295/866 kB | 49/193 kB Progress (3): 1.5/3.3 MB | 295/866 kB | 49/193 kB Progress (3): 1.5/3.3 MB | 299/866 kB | 49/193 kB Progress (3): 1.5/3.3 MB | 299/866 kB | 53/193 kB Progress (3): 1.5/3.3 MB | 303/866 kB | 53/193 kB Progress (3): 1.5/3.3 MB | 303/866 kB | 53/193 kB Progress (3): 1.5/3.3 MB | 307/866 kB | 53/193 kB Progress (3): 1.5/3.3 MB | 307/866 kB | 57/193 kB Progress (3): 1.5/3.3 MB | 311/866 kB | 57/193 kB Progress (3): 1.5/3.3 MB | 311/866 kB | 57/193 kB Progress (3): 1.5/3.3 MB | 315/866 kB | 57/193 kB Progress (3): 1.5/3.3 MB | 315/866 kB | 61/193 kB Progress (3): 1.5/3.3 MB | 319/866 kB | 61/193 kB Progress (3): 1.5/3.3 MB | 319/866 kB | 61/193 kB Progress (3): 1.5/3.3 MB | 323/866 kB | 61/193 kB Progress (3): 1.5/3.3 MB | 323/866 kB | 61/193 kB Progress (3): 1.5/3.3 MB | 323/866 kB | 65/193 kB Progress (3): 1.5/3.3 MB | 323/866 kB | 65/193 kB Progress (3): 1.5/3.3 MB | 327/866 kB | 65/193 kB Progress (3): 1.5/3.3 MB | 327/866 kB | 65/193 kB Progress (3): 1.5/3.3 MB | 327/866 kB | 66/193 kB Progress (3): 1.5/3.3 MB | 327/866 kB | 66/193 kB Progress (3): 1.5/3.3 MB | 331/866 kB | 66/193 kB Progress (3): 1.5/3.3 MB | 331/866 kB | 66/193 kB Progress (3): 1.5/3.3 MB | 331/866 kB | 70/193 kB Progress (3): 1.5/3.3 MB | 331/866 kB | 70/193 kB Progress (3): 1.5/3.3 MB | 335/866 kB | 70/193 kB Progress (4): 1.5/3.3 MB | 335/866 kB | 70/193 kB | 4.1/569 kB Progress (4): 1.5/3.3 MB | 339/866 kB | 70/193 kB | 4.1/569 kB Progress (4): 1.5/3.3 MB | 339/866 kB | 70/193 kB | 4.1/569 kB Progress (4): 1.5/3.3 MB | 339/866 kB | 74/193 kB | 4.1/569 kB Progress (4): 1.5/3.3 MB | 339/866 kB | 74/193 kB | 4.1/569 kB Progress (4): 1.5/3.3 MB | 343/866 kB | 74/193 kB | 4.1/569 kB Progress (4): 1.5/3.3 MB | 343/866 kB | 74/193 kB | 7.7/569 kB Progress (4): 1.5/3.3 MB | 347/866 kB | 74/193 kB | 7.7/569 kB Progress (4): 1.6/3.3 MB | 347/866 kB | 74/193 kB | 7.7/569 kB Progress (4): 1.6/3.3 MB | 347/866 kB | 78/193 kB | 7.7/569 kB Progress (4): 1.6/3.3 MB | 351/866 kB | 78/193 kB | 7.7/569 kB Progress (4): 1.6/3.3 MB | 351/866 kB | 78/193 kB | 7.7/569 kB Progress (4): 1.6/3.3 MB | 351/866 kB | 78/193 kB | 12/569 kB Progress (4): 1.6/3.3 MB | 351/866 kB | 78/193 kB | 12/569 kB Progress (4): 1.6/3.3 MB | 355/866 kB | 78/193 kB | 12/569 kB Progress (4): 1.6/3.3 MB | 355/866 kB | 82/193 kB | 12/569 kB Progress (4): 1.6/3.3 MB | 359/866 kB | 82/193 kB | 12/569 kB Progress (5): 1.6/3.3 MB | 359/866 kB | 82/193 kB | 12/569 kB | 0/2.2 MB Progress (5): 1.6/3.3 MB | 359/866 kB | 82/193 kB | 12/569 kB | 0/2.2 MB Progress (5): 1.6/3.3 MB | 359/866 kB | 82/193 kB | 16/569 kB | 0/2.2 MB Progress (5): 1.6/3.3 MB | 359/866 kB | 82/193 kB | 16/569 kB | 0/2.2 MB Progress (5): 1.6/3.3 MB | 359/866 kB | 82/193 kB | 16/569 kB | 0/2.2 MB Progress (5): 1.6/3.3 MB | 363/866 kB | 82/193 kB | 16/569 kB | 0/2.2 MB Progress (5): 1.6/3.3 MB | 363/866 kB | 86/193 kB | 16/569 kB | 0/2.2 MB Progress (5): 1.6/3.3 MB | 367/866 kB | 86/193 kB | 16/569 kB | 0/2.2 MB Progress (5): 1.6/3.3 MB | 367/866 kB | 86/193 kB | 16/569 kB | 0/2.2 MB Progress (5): 1.6/3.3 MB | 367/866 kB | 86/193 kB | 16/569 kB | 0/2.2 MB Progress (5): 1.6/3.3 MB | 367/866 kB | 86/193 kB | 20/569 kB | 0/2.2 MB Progress (5): 1.6/3.3 MB | 367/866 kB | 86/193 kB | 20/569 kB | 0/2.2 MB Progress (5): 1.6/3.3 MB | 367/866 kB | 86/193 kB | 20/569 kB | 0/2.2 MB Progress (5): 1.6/3.3 MB | 367/866 kB | 86/193 kB | 20/569 kB | 0/2.2 MB Progress (5): 1.6/3.3 MB | 371/866 kB | 86/193 kB | 20/569 kB | 0/2.2 MB Progress (5): 1.6/3.3 MB | 371/866 kB | 90/193 kB | 20/569 kB | 0/2.2 MB Progress (5): 1.6/3.3 MB | 375/866 kB | 90/193 kB | 20/569 kB | 0/2.2 MB Progress (5): 1.6/3.3 MB | 375/866 kB | 90/193 kB | 20/569 kB | 0/2.2 MB Progress (5): 1.6/3.3 MB | 375/866 kB | 90/193 kB | 20/569 kB | 0/2.2 MB Progress (5): 1.6/3.3 MB | 375/866 kB | 90/193 kB | 24/569 kB | 0/2.2 MB Progress (5): 1.6/3.3 MB | 375/866 kB | 90/193 kB | 24/569 kB | 0/2.2 MB Progress (5): 1.6/3.3 MB | 375/866 kB | 90/193 kB | 24/569 kB | 0/2.2 MB Progress (5): 1.6/3.3 MB | 379/866 kB | 90/193 kB | 24/569 kB | 0/2.2 MB Progress (5): 1.6/3.3 MB | 379/866 kB | 94/193 kB | 24/569 kB | 0/2.2 MB Progress (5): 1.6/3.3 MB | 383/866 kB | 94/193 kB | 24/569 kB | 0/2.2 MB Progress (5): 1.6/3.3 MB | 383/866 kB | 94/193 kB | 24/569 kB | 0/2.2 MB Progress (5): 1.6/3.3 MB | 383/866 kB | 94/193 kB | 24/569 kB | 0/2.2 MB Progress (5): 1.6/3.3 MB | 383/866 kB | 94/193 kB | 24/569 kB | 0/2.2 MB Progress (5): 1.6/3.3 MB | 383/866 kB | 94/193 kB | 28/569 kB | 0/2.2 MB Progress (5): 1.6/3.3 MB | 383/866 kB | 94/193 kB | 28/569 kB | 0/2.2 MB Progress (5): 1.6/3.3 MB | 383/866 kB | 94/193 kB | 28/569 kB | 0/2.2 MB Progress (5): 1.6/3.3 MB | 387/866 kB | 94/193 kB | 28/569 kB | 0/2.2 MB Progress (5): 1.6/3.3 MB | 387/866 kB | 98/193 kB | 28/569 kB | 0/2.2 MB Progress (5): 1.6/3.3 MB | 391/866 kB | 98/193 kB | 28/569 kB | 0/2.2 MB Progress (5): 1.6/3.3 MB | 391/866 kB | 98/193 kB | 28/569 kB | 0/2.2 MB Progress (5): 1.6/3.3 MB | 391/866 kB | 98/193 kB | 28/569 kB | 0/2.2 MB Progress (5): 1.6/3.3 MB | 391/866 kB | 98/193 kB | 32/569 kB | 0/2.2 MB Progress (5): 1.6/3.3 MB | 391/866 kB | 98/193 kB | 32/569 kB | 0/2.2 MB Progress (5): 1.6/3.3 MB | 391/866 kB | 98/193 kB | 32/569 kB | 0/2.2 MB Progress (5): 1.6/3.3 MB | 395/866 kB | 98/193 kB | 32/569 kB | 0/2.2 MB Progress (5): 1.6/3.3 MB | 395/866 kB | 98/193 kB | 32/569 kB | 0/2.2 MB Progress (5): 1.6/3.3 MB | 399/866 kB | 98/193 kB | 32/569 kB | 0/2.2 MB Progress (5): 1.6/3.3 MB | 399/866 kB | 98/193 kB | 32/569 kB | 0/2.2 MB Progress (5): 1.6/3.3 MB | 399/866 kB | 98/193 kB | 32/569 kB | 0/2.2 MB Progress (5): 1.6/3.3 MB | 399/866 kB | 98/193 kB | 33/569 kB | 0/2.2 MB Progress (5): 1.6/3.3 MB | 399/866 kB | 98/193 kB | 33/569 kB | 0/2.2 MB Progress (5): 1.6/3.3 MB | 399/866 kB | 98/193 kB | 33/569 kB | 0/2.2 MB Progress (5): 1.6/3.3 MB | 403/866 kB | 98/193 kB | 33/569 kB | 0/2.2 MB Progress (5): 1.6/3.3 MB | 403/866 kB | 102/193 kB | 33/569 kB | 0/2.2 MB Progress (5): 1.6/3.3 MB | 407/866 kB | 102/193 kB | 33/569 kB | 0/2.2 MB Progress (5): 1.6/3.3 MB | 411/866 kB | 102/193 kB | 33/569 kB | 0/2.2 MB Progress (5): 1.6/3.3 MB | 411/866 kB | 102/193 kB | 33/569 kB | 0/2.2 MB Progress (5): 1.6/3.3 MB | 411/866 kB | 102/193 kB | 33/569 kB | 0/2.2 MB Progress (5): 1.6/3.3 MB | 411/866 kB | 102/193 kB | 37/569 kB | 0/2.2 MB Progress (5): 1.6/3.3 MB | 411/866 kB | 102/193 kB | 37/569 kB | 0/2.2 MB Progress (5): 1.6/3.3 MB | 411/866 kB | 102/193 kB | 37/569 kB | 0.1/2.2 MB Progress (5): 1.6/3.3 MB | 415/866 kB | 102/193 kB | 37/569 kB | 0.1/2.2 MB Progress (5): 1.6/3.3 MB | 415/866 kB | 106/193 kB | 37/569 kB | 0.1/2.2 MB Progress (5): 1.6/3.3 MB | 419/866 kB | 106/193 kB | 37/569 kB | 0.1/2.2 MB Progress (5): 1.6/3.3 MB | 419/866 kB | 106/193 kB | 37/569 kB | 0.1/2.2 MB Progress (5): 1.6/3.3 MB | 419/866 kB | 106/193 kB | 37/569 kB | 0.1/2.2 MB Progress (5): 1.6/3.3 MB | 419/866 kB | 106/193 kB | 41/569 kB | 0.1/2.2 MB Progress (5): 1.6/3.3 MB | 419/866 kB | 106/193 kB | 41/569 kB | 0.1/2.2 MB Progress (5): 1.6/3.3 MB | 419/866 kB | 106/193 kB | 41/569 kB | 0.1/2.2 MB Progress (5): 1.6/3.3 MB | 423/866 kB | 106/193 kB | 41/569 kB | 0.1/2.2 MB Progress (5): 1.6/3.3 MB | 423/866 kB | 110/193 kB | 41/569 kB | 0.1/2.2 MB Progress (5): 1.6/3.3 MB | 427/866 kB | 110/193 kB | 41/569 kB | 0.1/2.2 MB Progress (5): 1.6/3.3 MB | 427/866 kB | 110/193 kB | 41/569 kB | 0.1/2.2 MB Progress (5): 1.6/3.3 MB | 427/866 kB | 110/193 kB | 41/569 kB | 0.1/2.2 MB Progress (5): 1.6/3.3 MB | 427/866 kB | 110/193 kB | 45/569 kB | 0.1/2.2 MB Progress (5): 1.6/3.3 MB | 427/866 kB | 110/193 kB | 45/569 kB | 0.1/2.2 MB Progress (5): 1.6/3.3 MB | 427/866 kB | 110/193 kB | 45/569 kB | 0.1/2.2 MB Progress (5): 1.6/3.3 MB | 431/866 kB | 110/193 kB | 45/569 kB | 0.1/2.2 MB Progress (5): 1.6/3.3 MB | 431/866 kB | 114/193 kB | 45/569 kB | 0.1/2.2 MB Progress (5): 1.6/3.3 MB | 435/866 kB | 114/193 kB | 45/569 kB | 0.1/2.2 MB Progress (5): 1.6/3.3 MB | 435/866 kB | 114/193 kB | 45/569 kB | 0.1/2.2 MB Progress (5): 1.6/3.3 MB | 435/866 kB | 114/193 kB | 45/569 kB | 0.1/2.2 MB Progress (5): 1.6/3.3 MB | 435/866 kB | 114/193 kB | 49/569 kB | 0.1/2.2 MB Progress (5): 1.6/3.3 MB | 435/866 kB | 114/193 kB | 49/569 kB | 0.1/2.2 MB Progress (5): 1.6/3.3 MB | 435/866 kB | 114/193 kB | 49/569 kB | 0.1/2.2 MB Progress (5): 1.6/3.3 MB | 439/866 kB | 114/193 kB | 49/569 kB | 0.1/2.2 MB Progress (5): 1.6/3.3 MB | 439/866 kB | 118/193 kB | 49/569 kB | 0.1/2.2 MB Progress (5): 1.6/3.3 MB | 443/866 kB | 118/193 kB | 49/569 kB | 0.1/2.2 MB Progress (5): 1.6/3.3 MB | 443/866 kB | 118/193 kB | 49/569 kB | 0.1/2.2 MB Progress (5): 1.7/3.3 MB | 443/866 kB | 118/193 kB | 49/569 kB | 0.1/2.2 MB Progress (5): 1.7/3.3 MB | 443/866 kB | 118/193 kB | 53/569 kB | 0.1/2.2 MB Progress (5): 1.7/3.3 MB | 443/866 kB | 118/193 kB | 53/569 kB | 0.1/2.2 MB Progress (5): 1.7/3.3 MB | 443/866 kB | 118/193 kB | 53/569 kB | 0.1/2.2 MB Progress (5): 1.7/3.3 MB | 447/866 kB | 118/193 kB | 53/569 kB | 0.1/2.2 MB Progress (5): 1.7/3.3 MB | 447/866 kB | 122/193 kB | 53/569 kB | 0.1/2.2 MB Progress (5): 1.7/3.3 MB | 451/866 kB | 122/193 kB | 53/569 kB | 0.1/2.2 MB Progress (5): 1.7/3.3 MB | 451/866 kB | 122/193 kB | 53/569 kB | 0.1/2.2 MB Progress (5): 1.7/3.3 MB | 451/866 kB | 122/193 kB | 53/569 kB | 0.1/2.2 MB Progress (5): 1.7/3.3 MB | 451/866 kB | 122/193 kB | 57/569 kB | 0.1/2.2 MB Progress (5): 1.7/3.3 MB | 451/866 kB | 122/193 kB | 57/569 kB | 0.1/2.2 MB Progress (5): 1.7/3.3 MB | 451/866 kB | 122/193 kB | 57/569 kB | 0.1/2.2 MB Progress (5): 1.7/3.3 MB | 455/866 kB | 122/193 kB | 57/569 kB | 0.1/2.2 MB Progress (5): 1.7/3.3 MB | 455/866 kB | 126/193 kB | 57/569 kB | 0.1/2.2 MB Progress (5): 1.7/3.3 MB | 459/866 kB | 126/193 kB | 57/569 kB | 0.1/2.2 MB Progress (5): 1.7/3.3 MB | 459/866 kB | 126/193 kB | 57/569 kB | 0.1/2.2 MB Progress (5): 1.7/3.3 MB | 459/866 kB | 126/193 kB | 57/569 kB | 0.1/2.2 MB Progress (5): 1.7/3.3 MB | 459/866 kB | 126/193 kB | 61/569 kB | 0.1/2.2 MB Progress (5): 1.7/3.3 MB | 459/866 kB | 126/193 kB | 61/569 kB | 0.1/2.2 MB Progress (5): 1.7/3.3 MB | 459/866 kB | 126/193 kB | 61/569 kB | 0.1/2.2 MB Progress (5): 1.7/3.3 MB | 463/866 kB | 126/193 kB | 61/569 kB | 0.1/2.2 MB Progress (5): 1.7/3.3 MB | 463/866 kB | 130/193 kB | 61/569 kB | 0.1/2.2 MB Progress (5): 1.7/3.3 MB | 467/866 kB | 130/193 kB | 61/569 kB | 0.1/2.2 MB Progress (5): 1.7/3.3 MB | 467/866 kB | 130/193 kB | 61/569 kB | 0.1/2.2 MB Progress (5): 1.7/3.3 MB | 467/866 kB | 130/193 kB | 61/569 kB | 0.1/2.2 MB Progress (5): 1.7/3.3 MB | 467/866 kB | 130/193 kB | 65/569 kB | 0.1/2.2 MB Progress (5): 1.7/3.3 MB | 467/866 kB | 130/193 kB | 65/569 kB | 0.1/2.2 MB Progress (5): 1.7/3.3 MB | 467/866 kB | 130/193 kB | 65/569 kB | 0.1/2.2 MB Progress (5): 1.7/3.3 MB | 471/866 kB | 130/193 kB | 65/569 kB | 0.1/2.2 MB Progress (5): 1.7/3.3 MB | 471/866 kB | 134/193 kB | 65/569 kB | 0.1/2.2 MB Progress (5): 1.7/3.3 MB | 475/866 kB | 134/193 kB | 65/569 kB | 0.1/2.2 MB Progress (5): 1.7/3.3 MB | 475/866 kB | 134/193 kB | 65/569 kB | 0.1/2.2 MB Progress (5): 1.7/3.3 MB | 475/866 kB | 134/193 kB | 65/569 kB | 0.1/2.2 MB Progress (5): 1.7/3.3 MB | 475/866 kB | 134/193 kB | 66/569 kB | 0.1/2.2 MB Progress (5): 1.7/3.3 MB | 475/866 kB | 134/193 kB | 66/569 kB | 0.1/2.2 MB Progress (5): 1.7/3.3 MB | 475/866 kB | 134/193 kB | 70/569 kB | 0.1/2.2 MB Progress (5): 1.7/3.3 MB | 475/866 kB | 134/193 kB | 70/569 kB | 0.1/2.2 MB Progress (5): 1.7/3.3 MB | 479/866 kB | 134/193 kB | 70/569 kB | 0.1/2.2 MB Progress (5): 1.7/3.3 MB | 479/866 kB | 138/193 kB | 70/569 kB | 0.1/2.2 MB Progress (5): 1.7/3.3 MB | 483/866 kB | 138/193 kB | 70/569 kB | 0.1/2.2 MB Progress (5): 1.7/3.3 MB | 483/866 kB | 138/193 kB | 70/569 kB | 0.1/2.2 MB Progress (5): 1.7/3.3 MB | 483/866 kB | 138/193 kB | 74/569 kB | 0.1/2.2 MB Progress (5): 1.7/3.3 MB | 483/866 kB | 138/193 kB | 74/569 kB | 0.1/2.2 MB Progress (5): 1.7/3.3 MB | 483/866 kB | 138/193 kB | 78/569 kB | 0.1/2.2 MB Progress (5): 1.7/3.3 MB | 483/866 kB | 138/193 kB | 78/569 kB | 0.1/2.2 MB Progress (5): 1.7/3.3 MB | 487/866 kB | 138/193 kB | 78/569 kB | 0.1/2.2 MB Progress (5): 1.7/3.3 MB | 487/866 kB | 142/193 kB | 78/569 kB | 0.1/2.2 MB Progress (5): 1.7/3.3 MB | 491/866 kB | 142/193 kB | 78/569 kB | 0.1/2.2 MB Progress (5): 1.7/3.3 MB | 491/866 kB | 142/193 kB | 78/569 kB | 0.1/2.2 MB Progress (5): 1.7/3.3 MB | 491/866 kB | 142/193 kB | 82/569 kB | 0.1/2.2 MB Progress (5): 1.7/3.3 MB | 491/866 kB | 142/193 kB | 82/569 kB | 0.1/2.2 MB Progress (5): 1.7/3.3 MB | 491/866 kB | 142/193 kB | 86/569 kB | 0.1/2.2 MB Progress (5): 1.7/3.3 MB | 491/866 kB | 142/193 kB | 86/569 kB | 0.1/2.2 MB Progress (5): 1.7/3.3 MB | 495/866 kB | 142/193 kB | 86/569 kB | 0.1/2.2 MB Progress (5): 1.7/3.3 MB | 495/866 kB | 146/193 kB | 86/569 kB | 0.1/2.2 MB Progress (5): 1.7/3.3 MB | 499/866 kB | 146/193 kB | 86/569 kB | 0.1/2.2 MB Progress (5): 1.7/3.3 MB | 499/866 kB | 146/193 kB | 86/569 kB | 0.1/2.2 MB Progress (5): 1.7/3.3 MB | 499/866 kB | 146/193 kB | 90/569 kB | 0.1/2.2 MB Progress (5): 1.7/3.3 MB | 499/866 kB | 146/193 kB | 90/569 kB | 0.1/2.2 MB Progress (5): 1.7/3.3 MB | 499/866 kB | 146/193 kB | 94/569 kB | 0.1/2.2 MB Progress (5): 1.7/3.3 MB | 499/866 kB | 146/193 kB | 94/569 kB | 0.1/2.2 MB Progress (5): 1.7/3.3 MB | 503/866 kB | 146/193 kB | 94/569 kB | 0.1/2.2 MB Progress (5): 1.7/3.3 MB | 503/866 kB | 150/193 kB | 94/569 kB | 0.1/2.2 MB Progress (5): 1.7/3.3 MB | 507/866 kB | 150/193 kB | 94/569 kB | 0.1/2.2 MB Progress (5): 1.7/3.3 MB | 507/866 kB | 150/193 kB | 94/569 kB | 0.1/2.2 MB Progress (5): 1.7/3.3 MB | 507/866 kB | 150/193 kB | 98/569 kB | 0.1/2.2 MB Progress (5): 1.7/3.3 MB | 507/866 kB | 150/193 kB | 98/569 kB | 0.1/2.2 MB Progress (5): 1.7/3.3 MB | 507/866 kB | 150/193 kB | 102/569 kB | 0.1/2.2 MB Progress (5): 1.7/3.3 MB | 507/866 kB | 150/193 kB | 102/569 kB | 0.1/2.2 MB Progress (5): 1.7/3.3 MB | 507/866 kB | 150/193 kB | 106/569 kB | 0.1/2.2 MB Progress (5): 1.7/3.3 MB | 511/866 kB | 150/193 kB | 106/569 kB | 0.1/2.2 MB Progress (5): 1.7/3.3 MB | 511/866 kB | 150/193 kB | 106/569 kB | 0.1/2.2 MB Progress (5): 1.7/3.3 MB | 511/866 kB | 154/193 kB | 106/569 kB | 0.1/2.2 MB Progress (5): 1.7/3.3 MB | 511/866 kB | 154/193 kB | 106/569 kB | 0.1/2.2 MB Progress (5): 1.7/3.3 MB | 515/866 kB | 154/193 kB | 106/569 kB | 0.1/2.2 MB Progress (5): 1.7/3.3 MB | 515/866 kB | 154/193 kB | 110/569 kB | 0.1/2.2 MB Progress (5): 1.7/3.3 MB | 515/866 kB | 154/193 kB | 110/569 kB | 0.1/2.2 MB Progress (5): 1.7/3.3 MB | 515/866 kB | 154/193 kB | 114/569 kB | 0.1/2.2 MB Progress (5): 1.7/3.3 MB | 519/866 kB | 154/193 kB | 114/569 kB | 0.1/2.2 MB Progress (5): 1.7/3.3 MB | 519/866 kB | 154/193 kB | 114/569 kB | 0.1/2.2 MB Progress (5): 1.7/3.3 MB | 519/866 kB | 158/193 kB | 114/569 kB | 0.1/2.2 MB Progress (5): 1.7/3.3 MB | 519/866 kB | 158/193 kB | 114/569 kB | 0.2/2.2 MB Progress (5): 1.7/3.3 MB | 523/866 kB | 158/193 kB | 114/569 kB | 0.2/2.2 MB Progress (5): 1.7/3.3 MB | 523/866 kB | 158/193 kB | 118/569 kB | 0.2/2.2 MB Progress (5): 1.7/3.3 MB | 523/866 kB | 158/193 kB | 118/569 kB | 0.2/2.2 MB Progress (5): 1.7/3.3 MB | 523/866 kB | 158/193 kB | 122/569 kB | 0.2/2.2 MB Progress (5): 1.7/3.3 MB | 527/866 kB | 158/193 kB | 122/569 kB | 0.2/2.2 MB Progress (5): 1.7/3.3 MB | 527/866 kB | 158/193 kB | 122/569 kB | 0.2/2.2 MB Progress (5): 1.7/3.3 MB | 527/866 kB | 162/193 kB | 122/569 kB | 0.2/2.2 MB Progress (5): 1.7/3.3 MB | 527/866 kB | 162/193 kB | 122/569 kB | 0.2/2.2 MB Progress (5): 1.7/3.3 MB | 531/866 kB | 162/193 kB | 122/569 kB | 0.2/2.2 MB Progress (5): 1.7/3.3 MB | 531/866 kB | 162/193 kB | 126/569 kB | 0.2/2.2 MB Progress (5): 1.7/3.3 MB | 531/866 kB | 162/193 kB | 126/569 kB | 0.2/2.2 MB Progress (5): 1.7/3.3 MB | 531/866 kB | 162/193 kB | 130/569 kB | 0.2/2.2 MB Progress (5): 1.7/3.3 MB | 535/866 kB | 162/193 kB | 130/569 kB | 0.2/2.2 MB Progress (5): 1.7/3.3 MB | 535/866 kB | 162/193 kB | 130/569 kB | 0.2/2.2 MB Progress (5): 1.7/3.3 MB | 535/866 kB | 166/193 kB | 130/569 kB | 0.2/2.2 MB Progress (5): 1.7/3.3 MB | 535/866 kB | 166/193 kB | 130/569 kB | 0.2/2.2 MB Progress (5): 1.7/3.3 MB | 539/866 kB | 166/193 kB | 130/569 kB | 0.2/2.2 MB Progress (5): 1.7/3.3 MB | 539/866 kB | 166/193 kB | 131/569 kB | 0.2/2.2 MB Progress (5): 1.7/3.3 MB | 539/866 kB | 166/193 kB | 131/569 kB | 0.2/2.2 MB Progress (5): 1.7/3.3 MB | 539/866 kB | 166/193 kB | 135/569 kB | 0.2/2.2 MB Progress (5): 1.7/3.3 MB | 543/866 kB | 166/193 kB | 135/569 kB | 0.2/2.2 MB Progress (5): 1.7/3.3 MB | 543/866 kB | 166/193 kB | 135/569 kB | 0.2/2.2 MB Progress (5): 1.7/3.3 MB | 543/866 kB | 170/193 kB | 135/569 kB | 0.2/2.2 MB Progress (5): 1.7/3.3 MB | 543/866 kB | 170/193 kB | 135/569 kB | 0.2/2.2 MB Progress (5): 1.7/3.3 MB | 547/866 kB | 170/193 kB | 135/569 kB | 0.2/2.2 MB Progress (5): 1.7/3.3 MB | 547/866 kB | 170/193 kB | 139/569 kB | 0.2/2.2 MB Progress (5): 1.7/3.3 MB | 547/866 kB | 170/193 kB | 139/569 kB | 0.2/2.2 MB Progress (5): 1.7/3.3 MB | 547/866 kB | 170/193 kB | 143/569 kB | 0.2/2.2 MB Progress (5): 1.7/3.3 MB | 551/866 kB | 170/193 kB | 143/569 kB | 0.2/2.2 MB Progress (5): 1.7/3.3 MB | 551/866 kB | 170/193 kB | 143/569 kB | 0.2/2.2 MB Progress (5): 1.7/3.3 MB | 551/866 kB | 174/193 kB | 143/569 kB | 0.2/2.2 MB Progress (5): 1.7/3.3 MB | 551/866 kB | 174/193 kB | 143/569 kB | 0.2/2.2 MB Progress (5): 1.7/3.3 MB | 555/866 kB | 174/193 kB | 143/569 kB | 0.2/2.2 MB Progress (5): 1.7/3.3 MB | 555/866 kB | 174/193 kB | 147/569 kB | 0.2/2.2 MB Progress (5): 1.7/3.3 MB | 555/866 kB | 174/193 kB | 147/569 kB | 0.2/2.2 MB Progress (5): 1.7/3.3 MB | 555/866 kB | 174/193 kB | 151/569 kB | 0.2/2.2 MB Progress (5): 1.7/3.3 MB | 559/866 kB | 174/193 kB | 151/569 kB | 0.2/2.2 MB Progress (5): 1.7/3.3 MB | 559/866 kB | 174/193 kB | 151/569 kB | 0.2/2.2 MB Progress (5): 1.7/3.3 MB | 559/866 kB | 178/193 kB | 151/569 kB | 0.2/2.2 MB Progress (5): 1.7/3.3 MB | 559/866 kB | 178/193 kB | 151/569 kB | 0.2/2.2 MB Progress (5): 1.7/3.3 MB | 563/866 kB | 178/193 kB | 151/569 kB | 0.2/2.2 MB Progress (5): 1.7/3.3 MB | 563/866 kB | 178/193 kB | 155/569 kB | 0.2/2.2 MB Progress (5): 1.7/3.3 MB | 563/866 kB | 178/193 kB | 155/569 kB | 0.2/2.2 MB Progress (5): 1.7/3.3 MB | 563/866 kB | 178/193 kB | 159/569 kB | 0.2/2.2 MB Progress (5): 1.7/3.3 MB | 567/866 kB | 178/193 kB | 159/569 kB | 0.2/2.2 MB Progress (5): 1.7/3.3 MB | 567/866 kB | 178/193 kB | 159/569 kB | 0.2/2.2 MB Progress (5): 1.7/3.3 MB | 567/866 kB | 182/193 kB | 159/569 kB | 0.2/2.2 MB Progress (5): 1.7/3.3 MB | 567/866 kB | 182/193 kB | 159/569 kB | 0.2/2.2 MB Progress (5): 1.7/3.3 MB | 571/866 kB | 182/193 kB | 159/569 kB | 0.2/2.2 MB Progress (5): 1.7/3.3 MB | 571/866 kB | 182/193 kB | 163/569 kB | 0.2/2.2 MB Progress (5): 1.7/3.3 MB | 571/866 kB | 182/193 kB | 163/569 kB | 0.2/2.2 MB Progress (5): 1.7/3.3 MB | 571/866 kB | 182/193 kB | 164/569 kB | 0.2/2.2 MB Progress (5): 1.7/3.3 MB | 575/866 kB | 182/193 kB | 164/569 kB | 0.2/2.2 MB Progress (5): 1.7/3.3 MB | 575/866 kB | 182/193 kB | 164/569 kB | 0.2/2.2 MB Progress (5): 1.7/3.3 MB | 575/866 kB | 186/193 kB | 164/569 kB | 0.2/2.2 MB Progress (5): 1.7/3.3 MB | 575/866 kB | 186/193 kB | 164/569 kB | 0.2/2.2 MB Progress (5): 1.7/3.3 MB | 579/866 kB | 186/193 kB | 164/569 kB | 0.2/2.2 MB Progress (5): 1.7/3.3 MB | 579/866 kB | 186/193 kB | 168/569 kB | 0.2/2.2 MB Progress (5): 1.7/3.3 MB | 579/866 kB | 186/193 kB | 168/569 kB | 0.2/2.2 MB Progress (5): 1.7/3.3 MB | 579/866 kB | 186/193 kB | 172/569 kB | 0.2/2.2 MB Progress (5): 1.7/3.3 MB | 583/866 kB | 186/193 kB | 172/569 kB | 0.2/2.2 MB Progress (5): 1.7/3.3 MB | 583/866 kB | 186/193 kB | 172/569 kB | 0.2/2.2 MB Progress (5): 1.7/3.3 MB | 583/866 kB | 190/193 kB | 172/569 kB | 0.2/2.2 MB Progress (5): 1.7/3.3 MB | 583/866 kB | 190/193 kB | 172/569 kB | 0.2/2.2 MB Progress (5): 1.7/3.3 MB | 587/866 kB | 190/193 kB | 172/569 kB | 0.2/2.2 MB Progress (5): 1.7/3.3 MB | 587/866 kB | 190/193 kB | 176/569 kB | 0.2/2.2 MB Progress (5): 1.7/3.3 MB | 587/866 kB | 190/193 kB | 176/569 kB | 0.2/2.2 MB Progress (5): 1.7/3.3 MB | 587/866 kB | 190/193 kB | 180/569 kB | 0.2/2.2 MB Progress (5): 1.7/3.3 MB | 591/866 kB | 190/193 kB | 180/569 kB | 0.2/2.2 MB Progress (5): 1.7/3.3 MB | 591/866 kB | 190/193 kB | 180/569 kB | 0.2/2.2 MB Progress (5): 1.7/3.3 MB | 591/866 kB | 193 kB | 180/569 kB | 0.2/2.2 MB Progress (5): 1.7/3.3 MB | 591/866 kB | 193 kB | 180/569 kB | 0.2/2.2 MB Progress (5): 1.7/3.3 MB | 595/866 kB | 193 kB | 180/569 kB | 0.2/2.2 MB Progress (5): 1.7/3.3 MB | 595/866 kB | 193 kB | 184/569 kB | 0.2/2.2 MB Progress (5): 1.7/3.3 MB | 595/866 kB | 193 kB | 184/569 kB | 0.2/2.2 MB Progress (5): 1.7/3.3 MB | 595/866 kB | 193 kB | 188/569 kB | 0.2/2.2 MB Progress (5): 1.7/3.3 MB | 599/866 kB | 193 kB | 188/569 kB | 0.2/2.2 MB Progress (5): 1.7/3.3 MB | 599/866 kB | 193 kB | 188/569 kB | 0.2/2.2 MB Progress (5): 1.7/3.3 MB | 603/866 kB | 193 kB | 188/569 kB | 0.2/2.2 MB Progress (5): 1.7/3.3 MB | 603/866 kB | 193 kB | 192/569 kB | 0.2/2.2 MB Progress (5): 1.8/3.3 MB | 603/866 kB | 193 kB | 192/569 kB | 0.2/2.2 MB Progress (5): 1.8/3.3 MB | 603/866 kB | 193 kB | 196/569 kB | 0.2/2.2 MB Progress (5): 1.8/3.3 MB | 607/866 kB | 193 kB | 196/569 kB | 0.2/2.2 MB Progress (5): 1.8/3.3 MB | 607/866 kB | 193 kB | 196/569 kB | 0.2/2.2 MB Progress (5): 1.8/3.3 MB | 611/866 kB | 193 kB | 196/569 kB | 0.2/2.2 MB Progress (5): 1.8/3.3 MB | 611/866 kB | 193 kB | 197/569 kB | 0.2/2.2 MB Progress (5): 1.8/3.3 MB | 611/866 kB | 193 kB | 197/569 kB | 0.2/2.2 MB Progress (5): 1.8/3.3 MB | 611/866 kB | 193 kB | 201/569 kB | 0.2/2.2 MB Progress (5): 1.8/3.3 MB | 615/866 kB | 193 kB | 201/569 kB | 0.2/2.2 MB Progress (5): 1.8/3.3 MB | 615/866 kB | 193 kB | 201/569 kB | 0.2/2.2 MB Progress (5): 1.8/3.3 MB | 619/866 kB | 193 kB | 201/569 kB | 0.2/2.2 MB Progress (5): 1.8/3.3 MB | 619/866 kB | 193 kB | 205/569 kB | 0.2/2.2 MB Progress (5): 1.8/3.3 MB | 619/866 kB | 193 kB | 205/569 kB | 0.2/2.2 MB Progress (5): 1.8/3.3 MB | 619/866 kB | 193 kB | 209/569 kB | 0.2/2.2 MB Progress (5): 1.8/3.3 MB | 623/866 kB | 193 kB | 209/569 kB | 0.2/2.2 MB Progress (5): 1.8/3.3 MB | 623/866 kB | 193 kB | 209/569 kB | 0.2/2.2 MB Progress (5): 1.8/3.3 MB | 627/866 kB | 193 kB | 209/569 kB | 0.2/2.2 MB Progress (5): 1.8/3.3 MB | 627/866 kB | 193 kB | 213/569 kB | 0.2/2.2 MB Progress (5): 1.8/3.3 MB | 627/866 kB | 193 kB | 213/569 kB | 0.2/2.2 MB Progress (5): 1.8/3.3 MB | 627/866 kB | 193 kB | 217/569 kB | 0.2/2.2 MB Progress (5): 1.8/3.3 MB | 631/866 kB | 193 kB | 217/569 kB | 0.2/2.2 MB Progress (5): 1.8/3.3 MB | 631/866 kB | 193 kB | 217/569 kB | 0.2/2.2 MB Progress (5): 1.8/3.3 MB | 635/866 kB | 193 kB | 217/569 kB | 0.2/2.2 MB Progress (5): 1.8/3.3 MB | 635/866 kB | 193 kB | 221/569 kB | 0.2/2.2 MB Progress (5): 1.8/3.3 MB | 635/866 kB | 193 kB | 221/569 kB | 0.2/2.2 MB Progress (5): 1.8/3.3 MB | 635/866 kB | 193 kB | 225/569 kB | 0.2/2.2 MB Progress (5): 1.8/3.3 MB | 639/866 kB | 193 kB | 225/569 kB | 0.2/2.2 MB Progress (5): 1.8/3.3 MB | 639/866 kB | 193 kB | 225/569 kB | 0.2/2.2 MB Progress (5): 1.8/3.3 MB | 643/866 kB | 193 kB | 225/569 kB | 0.2/2.2 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.2.3/jackson-core-2.2.3.jar (193 kB at 280 kB/s) 15:10:25 [2019-07-19T19:10:25.091Z] Progress (4): 1.8/3.3 MB | 643/866 kB | 229/569 kB | 0.2/2.2 MB Progress (4): 1.8/3.3 MB | 643/866 kB | 229/569 kB | 0.2/2.2 MB Progress (4): 1.8/3.3 MB | 643/866 kB | 229/569 kB | 0.2/2.2 MB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/intellij/annotations/9.0.4/annotations-9.0.4.jar 15:10:25 [2019-07-19T19:10:25.091Z] Progress (4): 1.8/3.3 MB | 647/866 kB | 229/569 kB | 0.2/2.2 MB Progress (4): 1.8/3.3 MB | 647/866 kB | 229/569 kB | 0.2/2.2 MB Progress (4): 1.8/3.3 MB | 651/866 kB | 229/569 kB | 0.2/2.2 MB Progress (4): 1.8/3.3 MB | 651/866 kB | 233/569 kB | 0.2/2.2 MB Progress (4): 1.8/3.3 MB | 651/866 kB | 233/569 kB | 0.2/2.2 MB Progress (4): 1.8/3.3 MB | 651/866 kB | 237/569 kB | 0.2/2.2 MB Progress (4): 1.8/3.3 MB | 655/866 kB | 237/569 kB | 0.2/2.2 MB Progress (4): 1.8/3.3 MB | 655/866 kB | 237/569 kB | 0.2/2.2 MB Progress (4): 1.8/3.3 MB | 659/866 kB | 237/569 kB | 0.2/2.2 MB Progress (4): 1.8/3.3 MB | 659/866 kB | 241/569 kB | 0.2/2.2 MB Progress (4): 1.8/3.3 MB | 659/866 kB | 241/569 kB | 0.2/2.2 MB Progress (4): 1.8/3.3 MB | 659/866 kB | 245/569 kB | 0.2/2.2 MB Progress (4): 1.8/3.3 MB | 659/866 kB | 245/569 kB | 0.2/2.2 MB Progress (4): 1.8/3.3 MB | 663/866 kB | 245/569 kB | 0.2/2.2 MB Progress (4): 1.8/3.3 MB | 663/866 kB | 245/569 kB | 0.3/2.2 MB Progress (4): 1.8/3.3 MB | 667/866 kB | 245/569 kB | 0.3/2.2 MB Progress (4): 1.8/3.3 MB | 667/866 kB | 245/569 kB | 0.3/2.2 MB Progress (4): 1.8/3.3 MB | 667/866 kB | 249/569 kB | 0.3/2.2 MB Progress (4): 1.8/3.3 MB | 667/866 kB | 249/569 kB | 0.3/2.2 MB Progress (4): 1.8/3.3 MB | 671/866 kB | 249/569 kB | 0.3/2.2 MB Progress (4): 1.8/3.3 MB | 671/866 kB | 249/569 kB | 0.3/2.2 MB Progress (4): 1.8/3.3 MB | 675/866 kB | 249/569 kB | 0.3/2.2 MB Progress (4): 1.8/3.3 MB | 675/866 kB | 249/569 kB | 0.3/2.2 MB Progress (4): 1.8/3.3 MB | 675/866 kB | 253/569 kB | 0.3/2.2 MB Progress (4): 1.8/3.3 MB | 675/866 kB | 253/569 kB | 0.3/2.2 MB Progress (4): 1.8/3.3 MB | 679/866 kB | 253/569 kB | 0.3/2.2 MB Progress (4): 1.8/3.3 MB | 679/866 kB | 253/569 kB | 0.3/2.2 MB Progress (4): 1.8/3.3 MB | 683/866 kB | 253/569 kB | 0.3/2.2 MB Progress (4): 1.8/3.3 MB | 683/866 kB | 253/569 kB | 0.3/2.2 MB Progress (4): 1.8/3.3 MB | 683/866 kB | 257/569 kB | 0.3/2.2 MB Progress (4): 1.8/3.3 MB | 687/866 kB | 257/569 kB | 0.3/2.2 MB Progress (4): 1.8/3.3 MB | 687/866 kB | 257/569 kB | 0.3/2.2 MB Progress (4): 1.8/3.3 MB | 691/866 kB | 257/569 kB | 0.3/2.2 MB Progress (4): 1.8/3.3 MB | 691/866 kB | 261/569 kB | 0.3/2.2 MB Progress (4): 1.8/3.3 MB | 691/866 kB | 261/569 kB | 0.3/2.2 MB Progress (4): 1.8/3.3 MB | 691/866 kB | 262/569 kB | 0.3/2.2 MB Progress (4): 1.8/3.3 MB | 695/866 kB | 262/569 kB | 0.3/2.2 MB Progress (4): 1.8/3.3 MB | 695/866 kB | 262/569 kB | 0.3/2.2 MB Progress (4): 1.8/3.3 MB | 699/866 kB | 262/569 kB | 0.3/2.2 MB Progress (4): 1.8/3.3 MB | 699/866 kB | 266/569 kB | 0.3/2.2 MB Progress (4): 1.8/3.3 MB | 699/866 kB | 266/569 kB | 0.3/2.2 MB Progress (5): 1.8/3.3 MB | 699/866 kB | 266/569 kB | 0.3/2.2 MB | 4.1/10.0 kB Progress (5): 1.8/3.3 MB | 699/866 kB | 266/569 kB | 0.3/2.2 MB | 4.1/10.0 kB Progress (5): 1.8/3.3 MB | 699/866 kB | 270/569 kB | 0.3/2.2 MB | 4.1/10.0 kB Progress (5): 1.8/3.3 MB | 703/866 kB | 270/569 kB | 0.3/2.2 MB | 4.1/10.0 kB Progress (5): 1.8/3.3 MB | 703/866 kB | 270/569 kB | 0.3/2.2 MB | 4.1/10.0 kB Progress (5): 1.8/3.3 MB | 707/866 kB | 270/569 kB | 0.3/2.2 MB | 4.1/10.0 kB Progress (5): 1.8/3.3 MB | 707/866 kB | 274/569 kB | 0.3/2.2 MB | 4.1/10.0 kB Progress (5): 1.8/3.3 MB | 707/866 kB | 274/569 kB | 0.3/2.2 MB | 4.1/10.0 kB Progress (5): 1.8/3.3 MB | 707/866 kB | 274/569 kB | 0.3/2.2 MB | 7.7/10.0 kB Progress (5): 1.8/3.3 MB | 707/866 kB | 274/569 kB | 0.3/2.2 MB | 7.7/10.0 kB Progress (5): 1.8/3.3 MB | 707/866 kB | 278/569 kB | 0.3/2.2 MB | 7.7/10.0 kB Progress (5): 1.8/3.3 MB | 711/866 kB | 278/569 kB | 0.3/2.2 MB | 7.7/10.0 kB Progress (5): 1.8/3.3 MB | 711/866 kB | 278/569 kB | 0.3/2.2 MB | 7.7/10.0 kB Progress (5): 1.8/3.3 MB | 715/866 kB | 278/569 kB | 0.3/2.2 MB | 7.7/10.0 kB Progress (5): 1.8/3.3 MB | 715/866 kB | 282/569 kB | 0.3/2.2 MB | 7.7/10.0 kB Progress (5): 1.8/3.3 MB | 715/866 kB | 282/569 kB | 0.3/2.2 MB | 7.7/10.0 kB Progress (5): 1.8/3.3 MB | 715/866 kB | 282/569 kB | 0.3/2.2 MB | 10.0 kB Progress (5): 1.8/3.3 MB | 715/866 kB | 282/569 kB | 0.3/2.2 MB | 10.0 kB Progress (5): 1.8/3.3 MB | 715/866 kB | 286/569 kB | 0.3/2.2 MB | 10.0 kB Progress (5): 1.8/3.3 MB | 719/866 kB | 286/569 kB | 0.3/2.2 MB | 10.0 kB Progress (5): 1.8/3.3 MB | 719/866 kB | 286/569 kB | 0.3/2.2 MB | 10.0 kB Progress (5): 1.8/3.3 MB | 723/866 kB | 286/569 kB | 0.3/2.2 MB | 10.0 kB Progress (5): 1.8/3.3 MB | 723/866 kB | 290/569 kB | 0.3/2.2 MB | 10.0 kB Progress (5): 1.8/3.3 MB | 723/866 kB | 290/569 kB | 0.3/2.2 MB | 10.0 kB Progress (5): 1.8/3.3 MB | 723/866 kB | 294/569 kB | 0.3/2.2 MB | 10.0 kB Progress (5): 1.8/3.3 MB | 727/866 kB | 294/569 kB | 0.3/2.2 MB | 10.0 kB Progress (5): 1.8/3.3 MB | 727/866 kB | 294/569 kB | 0.3/2.2 MB | 10.0 kB Progress (5): 1.8/3.3 MB | 731/866 kB | 294/569 kB | 0.3/2.2 MB | 10.0 kB Progress (5): 1.8/3.3 MB | 731/866 kB | 295/569 kB | 0.3/2.2 MB | 10.0 kB Progress (5): 1.8/3.3 MB | 731/866 kB | 295/569 kB | 0.3/2.2 MB | 10.0 kB Progress (5): 1.8/3.3 MB | 731/866 kB | 299/569 kB | 0.3/2.2 MB | 10.0 kB Progress (5): 1.8/3.3 MB | 735/866 kB | 299/569 kB | 0.3/2.2 MB | 10.0 kB Progress (5): 1.8/3.3 MB | 735/866 kB | 299/569 kB | 0.3/2.2 MB | 10.0 kB Progress (5): 1.8/3.3 MB | 739/866 kB | 299/569 kB | 0.3/2.2 MB | 10.0 kB Progress (5): 1.8/3.3 MB | 739/866 kB | 303/569 kB | 0.3/2.2 MB | 10.0 kB Progress (5): 1.8/3.3 MB | 739/866 kB | 303/569 kB | 0.3/2.2 MB | 10.0 kB Progress (5): 1.8/3.3 MB | 739/866 kB | 307/569 kB | 0.3/2.2 MB | 10.0 kB Progress (5): 1.8/3.3 MB | 743/866 kB | 307/569 kB | 0.3/2.2 MB | 10.0 kB Progress (5): 1.8/3.3 MB | 743/866 kB | 307/569 kB | 0.3/2.2 MB | 10.0 kB Progress (5): 1.8/3.3 MB | 747/866 kB | 307/569 kB | 0.3/2.2 MB | 10.0 kB Progress (5): 1.8/3.3 MB | 747/866 kB | 311/569 kB | 0.3/2.2 MB | 10.0 kB Progress (5): 1.8/3.3 MB | 747/866 kB | 311/569 kB | 0.3/2.2 MB | 10.0 kB Progress (5): 1.8/3.3 MB | 747/866 kB | 315/569 kB | 0.3/2.2 MB | 10.0 kB Progress (5): 1.8/3.3 MB | 751/866 kB | 315/569 kB | 0.3/2.2 MB | 10.0 kB Progress (5): 1.8/3.3 MB | 751/866 kB | 315/569 kB | 0.3/2.2 MB | 10.0 kB Progress (5): 1.8/3.3 MB | 755/866 kB | 315/569 kB | 0.3/2.2 MB | 10.0 kB Progress (5): 1.8/3.3 MB | 755/866 kB | 319/569 kB | 0.3/2.2 MB | 10.0 kB Progress (5): 1.9/3.3 MB | 755/866 kB | 319/569 kB | 0.3/2.2 MB | 10.0 kB Progress (5): 1.9/3.3 MB | 755/866 kB | 323/569 kB | 0.3/2.2 MB | 10.0 kB Progress (5): 1.9/3.3 MB | 759/866 kB | 323/569 kB | 0.3/2.2 MB | 10.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/intellij/annotations/9.0.4/annotations-9.0.4.jar (10.0 kB at 14 kB/s) 15:10:25 [2019-07-19T19:10:25.091Z] Progress (4): 1.9/3.3 MB | 759/866 kB | 323/569 kB | 0.3/2.2 MB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jsoup/jsoup/1.10.2/jsoup-1.10.2.jar 15:10:25 [2019-07-19T19:10:25.091Z] Progress (4): 1.9/3.3 MB | 763/866 kB | 323/569 kB | 0.3/2.2 MB Progress (4): 1.9/3.3 MB | 763/866 kB | 327/569 kB | 0.3/2.2 MB Progress (4): 1.9/3.3 MB | 763/866 kB | 327/569 kB | 0.3/2.2 MB Progress (4): 1.9/3.3 MB | 763/866 kB | 331/569 kB | 0.3/2.2 MB Progress (4): 1.9/3.3 MB | 767/866 kB | 331/569 kB | 0.3/2.2 MB Progress (4): 1.9/3.3 MB | 767/866 kB | 331/569 kB | 0.3/2.2 MB Progress (4): 1.9/3.3 MB | 771/866 kB | 331/569 kB | 0.3/2.2 MB Progress (4): 1.9/3.3 MB | 771/866 kB | 335/569 kB | 0.3/2.2 MB Progress (4): 1.9/3.3 MB | 771/866 kB | 335/569 kB | 0.3/2.2 MB Progress (4): 1.9/3.3 MB | 771/866 kB | 339/569 kB | 0.3/2.2 MB Progress (4): 1.9/3.3 MB | 775/866 kB | 339/569 kB | 0.3/2.2 MB Progress (4): 1.9/3.3 MB | 775/866 kB | 339/569 kB | 0.3/2.2 MB Progress (4): 1.9/3.3 MB | 779/866 kB | 339/569 kB | 0.3/2.2 MB Progress (4): 1.9/3.3 MB | 779/866 kB | 343/569 kB | 0.3/2.2 MB Progress (4): 1.9/3.3 MB | 779/866 kB | 343/569 kB | 0.3/2.2 MB Progress (4): 1.9/3.3 MB | 779/866 kB | 347/569 kB | 0.3/2.2 MB Progress (4): 1.9/3.3 MB | 783/866 kB | 347/569 kB | 0.3/2.2 MB Progress (4): 1.9/3.3 MB | 783/866 kB | 347/569 kB | 0.3/2.2 MB Progress (4): 1.9/3.3 MB | 787/866 kB | 347/569 kB | 0.3/2.2 MB Progress (4): 1.9/3.3 MB | 787/866 kB | 351/569 kB | 0.3/2.2 MB Progress (4): 1.9/3.3 MB | 787/866 kB | 351/569 kB | 0.3/2.2 MB Progress (4): 1.9/3.3 MB | 787/866 kB | 355/569 kB | 0.3/2.2 MB Progress (4): 1.9/3.3 MB | 791/866 kB | 355/569 kB | 0.3/2.2 MB Progress (4): 1.9/3.3 MB | 791/866 kB | 355/569 kB | 0.3/2.2 MB Progress (4): 1.9/3.3 MB | 795/866 kB | 355/569 kB | 0.3/2.2 MB Progress (4): 1.9/3.3 MB | 795/866 kB | 359/569 kB | 0.3/2.2 MB Progress (4): 1.9/3.3 MB | 795/866 kB | 359/569 kB | 0.3/2.2 MB Progress (4): 1.9/3.3 MB | 795/866 kB | 363/569 kB | 0.3/2.2 MB Progress (4): 1.9/3.3 MB | 799/866 kB | 363/569 kB | 0.3/2.2 MB Progress (4): 1.9/3.3 MB | 799/866 kB | 363/569 kB | 0.3/2.2 MB Progress (4): 1.9/3.3 MB | 803/866 kB | 363/569 kB | 0.3/2.2 MB Progress (4): 1.9/3.3 MB | 803/866 kB | 367/569 kB | 0.3/2.2 MB Progress (4): 1.9/3.3 MB | 803/866 kB | 367/569 kB | 0.3/2.2 MB Progress (4): 1.9/3.3 MB | 803/866 kB | 371/569 kB | 0.3/2.2 MB Progress (4): 1.9/3.3 MB | 803/866 kB | 371/569 kB | 0.3/2.2 MB Progress (4): 1.9/3.3 MB | 807/866 kB | 371/569 kB | 0.3/2.2 MB Progress (4): 1.9/3.3 MB | 807/866 kB | 371/569 kB | 0.3/2.2 MB Progress (4): 1.9/3.3 MB | 811/866 kB | 371/569 kB | 0.3/2.2 MB Progress (4): 1.9/3.3 MB | 811/866 kB | 371/569 kB | 0.3/2.2 MB Progress (4): 1.9/3.3 MB | 811/866 kB | 375/569 kB | 0.3/2.2 MB Progress (4): 1.9/3.3 MB | 811/866 kB | 375/569 kB | 0.3/2.2 MB Progress (4): 1.9/3.3 MB | 815/866 kB | 375/569 kB | 0.3/2.2 MB Progress (4): 1.9/3.3 MB | 815/866 kB | 375/569 kB | 0.3/2.2 MB Progress (4): 1.9/3.3 MB | 819/866 kB | 375/569 kB | 0.3/2.2 MB Progress (4): 1.9/3.3 MB | 819/866 kB | 375/569 kB | 0.3/2.2 MB Progress (4): 1.9/3.3 MB | 819/866 kB | 379/569 kB | 0.3/2.2 MB Progress (4): 1.9/3.3 MB | 819/866 kB | 379/569 kB | 0.3/2.2 MB Progress (4): 1.9/3.3 MB | 819/866 kB | 383/569 kB | 0.3/2.2 MB Progress (5): 1.9/3.3 MB | 819/866 kB | 383/569 kB | 0.3/2.2 MB | 4.1/351 kB Progress (5): 1.9/3.3 MB | 823/866 kB | 383/569 kB | 0.3/2.2 MB | 4.1/351 kB Progress (5): 1.9/3.3 MB | 823/866 kB | 383/569 kB | 0.3/2.2 MB | 4.1/351 kB Progress (5): 1.9/3.3 MB | 827/866 kB | 383/569 kB | 0.3/2.2 MB | 4.1/351 kB Progress (5): 1.9/3.3 MB | 827/866 kB | 383/569 kB | 0.3/2.2 MB | 7.7/351 kB Progress (5): 1.9/3.3 MB | 827/866 kB | 387/569 kB | 0.3/2.2 MB | 7.7/351 kB Progress (5): 1.9/3.3 MB | 827/866 kB | 387/569 kB | 0.3/2.2 MB | 7.7/351 kB Progress (5): 1.9/3.3 MB | 827/866 kB | 391/569 kB | 0.3/2.2 MB | 7.7/351 kB Progress (5): 1.9/3.3 MB | 827/866 kB | 391/569 kB | 0.3/2.2 MB | 12/351 kB Progress (5): 1.9/3.3 MB | 831/866 kB | 391/569 kB | 0.3/2.2 MB | 12/351 kB Progress (5): 1.9/3.3 MB | 831/866 kB | 391/569 kB | 0.3/2.2 MB | 12/351 kB Progress (5): 1.9/3.3 MB | 835/866 kB | 391/569 kB | 0.3/2.2 MB | 12/351 kB Progress (5): 1.9/3.3 MB | 835/866 kB | 391/569 kB | 0.3/2.2 MB | 16/351 kB Progress (5): 1.9/3.3 MB | 835/866 kB | 395/569 kB | 0.3/2.2 MB | 16/351 kB Progress (5): 1.9/3.3 MB | 835/866 kB | 395/569 kB | 0.3/2.2 MB | 16/351 kB Progress (5): 1.9/3.3 MB | 835/866 kB | 399/569 kB | 0.3/2.2 MB | 16/351 kB Progress (5): 1.9/3.3 MB | 835/866 kB | 399/569 kB | 0.3/2.2 MB | 20/351 kB Progress (5): 1.9/3.3 MB | 839/866 kB | 399/569 kB | 0.3/2.2 MB | 20/351 kB Progress (5): 1.9/3.3 MB | 839/866 kB | 399/569 kB | 0.3/2.2 MB | 20/351 kB Progress (5): 1.9/3.3 MB | 843/866 kB | 399/569 kB | 0.3/2.2 MB | 20/351 kB Progress (5): 1.9/3.3 MB | 843/866 kB | 399/569 kB | 0.3/2.2 MB | 24/351 kB Progress (5): 1.9/3.3 MB | 843/866 kB | 403/569 kB | 0.3/2.2 MB | 24/351 kB Progress (5): 1.9/3.3 MB | 843/866 kB | 403/569 kB | 0.3/2.2 MB | 24/351 kB Progress (5): 1.9/3.3 MB | 843/866 kB | 407/569 kB | 0.3/2.2 MB | 24/351 kB Progress (5): 1.9/3.3 MB | 843/866 kB | 407/569 kB | 0.3/2.2 MB | 28/351 kB Progress (5): 1.9/3.3 MB | 843/866 kB | 407/569 kB | 0.3/2.2 MB | 28/351 kB Progress (5): 1.9/3.3 MB | 843/866 kB | 407/569 kB | 0.3/2.2 MB | 32/351 kB Progress (5): 1.9/3.3 MB | 843/866 kB | 411/569 kB | 0.3/2.2 MB | 32/351 kB Progress (5): 1.9/3.3 MB | 847/866 kB | 411/569 kB | 0.3/2.2 MB | 32/351 kB Progress (5): 1.9/3.3 MB | 847/866 kB | 411/569 kB | 0.3/2.2 MB | 32/351 kB Progress (5): 1.9/3.3 MB | 851/866 kB | 411/569 kB | 0.3/2.2 MB | 32/351 kB Progress (5): 1.9/3.3 MB | 851/866 kB | 415/569 kB | 0.3/2.2 MB | 32/351 kB Progress (5): 1.9/3.3 MB | 851/866 kB | 415/569 kB | 0.3/2.2 MB | 33/351 kB Progress (5): 1.9/3.3 MB | 851/866 kB | 415/569 kB | 0.3/2.2 MB | 33/351 kB Progress (5): 1.9/3.3 MB | 851/866 kB | 415/569 kB | 0.3/2.2 MB | 37/351 kB Progress (5): 1.9/3.3 MB | 851/866 kB | 419/569 kB | 0.3/2.2 MB | 37/351 kB Progress (5): 1.9/3.3 MB | 855/866 kB | 419/569 kB | 0.3/2.2 MB | 37/351 kB Progress (5): 1.9/3.3 MB | 855/866 kB | 419/569 kB | 0.3/2.2 MB | 37/351 kB Progress (5): 1.9/3.3 MB | 859/866 kB | 419/569 kB | 0.3/2.2 MB | 37/351 kB Progress (5): 1.9/3.3 MB | 859/866 kB | 423/569 kB | 0.3/2.2 MB | 37/351 kB Progress (5): 1.9/3.3 MB | 859/866 kB | 423/569 kB | 0.3/2.2 MB | 41/351 kB Progress (5): 1.9/3.3 MB | 859/866 kB | 423/569 kB | 0.4/2.2 MB | 41/351 kB Progress (5): 1.9/3.3 MB | 859/866 kB | 423/569 kB | 0.4/2.2 MB | 45/351 kB Progress (5): 1.9/3.3 MB | 859/866 kB | 427/569 kB | 0.4/2.2 MB | 45/351 kB Progress (5): 1.9/3.3 MB | 863/866 kB | 427/569 kB | 0.4/2.2 MB | 45/351 kB Progress (5): 1.9/3.3 MB | 863/866 kB | 427/569 kB | 0.4/2.2 MB | 45/351 kB Progress (5): 1.9/3.3 MB | 866 kB | 427/569 kB | 0.4/2.2 MB | 45/351 kB Progress (5): 1.9/3.3 MB | 866 kB | 431/569 kB | 0.4/2.2 MB | 45/351 kB Progress (5): 1.9/3.3 MB | 866 kB | 431/569 kB | 0.4/2.2 MB | 49/351 kB Progress (5): 1.9/3.3 MB | 866 kB | 431/569 kB | 0.4/2.2 MB | 49/351 kB Progress (5): 1.9/3.3 MB | 866 kB | 431/569 kB | 0.4/2.2 MB | 53/351 kB Progress (5): 1.9/3.3 MB | 866 kB | 435/569 kB | 0.4/2.2 MB | 53/351 kB Progress (5): 1.9/3.3 MB | 866 kB | 435/569 kB | 0.4/2.2 MB | 53/351 kB Progress (5): 1.9/3.3 MB | 866 kB | 439/569 kB | 0.4/2.2 MB | 53/351 kB Progress (5): 1.9/3.3 MB | 866 kB | 439/569 kB | 0.4/2.2 MB | 57/351 kB Progress (5): 1.9/3.3 MB | 866 kB | 439/569 kB | 0.4/2.2 MB | 57/351 kB Progress (5): 1.9/3.3 MB | 866 kB | 439/569 kB | 0.4/2.2 MB | 61/351 kB Progress (5): 1.9/3.3 MB | 866 kB | 443/569 kB | 0.4/2.2 MB | 61/351 kB Progress (5): 1.9/3.3 MB | 866 kB | 443/569 kB | 0.4/2.2 MB | 61/351 kB Progress (5): 1.9/3.3 MB | 866 kB | 447/569 kB | 0.4/2.2 MB | 61/351 kB Progress (5): 1.9/3.3 MB | 866 kB | 447/569 kB | 0.4/2.2 MB | 65/351 kB Progress (5): 1.9/3.3 MB | 866 kB | 447/569 kB | 0.4/2.2 MB | 65/351 kB Progress (5): 1.9/3.3 MB | 866 kB | 447/569 kB | 0.4/2.2 MB | 66/351 kB Progress (5): 1.9/3.3 MB | 866 kB | 451/569 kB | 0.4/2.2 MB | 66/351 kB Progress (5): 1.9/3.3 MB | 866 kB | 451/569 kB | 0.4/2.2 MB | 66/351 kB Progress (5): 1.9/3.3 MB | 866 kB | 455/569 kB | 0.4/2.2 MB | 66/351 kB Progress (5): 1.9/3.3 MB | 866 kB | 455/569 kB | 0.4/2.2 MB | 70/351 kB Progress (5): 1.9/3.3 MB | 866 kB | 455/569 kB | 0.4/2.2 MB | 70/351 kB Progress (5): 1.9/3.3 MB | 866 kB | 455/569 kB | 0.4/2.2 MB | 74/351 kB Progress (5): 1.9/3.3 MB | 866 kB | 459/569 kB | 0.4/2.2 MB | 74/351 kB Progress (5): 1.9/3.3 MB | 866 kB | 459/569 kB | 0.4/2.2 MB | 74/351 kB Progress (5): 1.9/3.3 MB | 866 kB | 463/569 kB | 0.4/2.2 MB | 74/351 kB Progress (5): 1.9/3.3 MB | 866 kB | 463/569 kB | 0.4/2.2 MB | 78/351 kB Progress (5): 1.9/3.3 MB | 866 kB | 463/569 kB | 0.4/2.2 MB | 78/351 kB Progress (5): 1.9/3.3 MB | 866 kB | 463/569 kB | 0.4/2.2 MB | 82/351 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.2.3/jackson-databind-2.2.3.jar (866 kB at 1.1 MB/s) 15:10:25 [2019-07-19T19:10:25.091Z] Progress (4): 1.9/3.3 MB | 467/569 kB | 0.4/2.2 MB | 82/351 kB Progress (4): 1.9/3.3 MB | 467/569 kB | 0.4/2.2 MB | 82/351 kB Progress (4): 1.9/3.3 MB | 471/569 kB | 0.4/2.2 MB | 82/351 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.jar 15:10:25 [2019-07-19T19:10:25.091Z] Progress (4): 1.9/3.3 MB | 471/569 kB | 0.4/2.2 MB | 86/351 kB Progress (4): 1.9/3.3 MB | 471/569 kB | 0.4/2.2 MB | 90/351 kB Progress (4): 1.9/3.3 MB | 471/569 kB | 0.4/2.2 MB | 90/351 kB Progress (4): 1.9/3.3 MB | 471/569 kB | 0.4/2.2 MB | 94/351 kB Progress (4): 1.9/3.3 MB | 475/569 kB | 0.4/2.2 MB | 94/351 kB Progress (4): 1.9/3.3 MB | 475/569 kB | 0.4/2.2 MB | 94/351 kB Progress (4): 1.9/3.3 MB | 479/569 kB | 0.4/2.2 MB | 94/351 kB Progress (4): 1.9/3.3 MB | 479/569 kB | 0.4/2.2 MB | 98/351 kB Progress (4): 1.9/3.3 MB | 479/569 kB | 0.4/2.2 MB | 98/351 kB Progress (4): 1.9/3.3 MB | 479/569 kB | 0.4/2.2 MB | 98/351 kB Progress (4): 1.9/3.3 MB | 483/569 kB | 0.4/2.2 MB | 98/351 kB Progress (4): 1.9/3.3 MB | 483/569 kB | 0.4/2.2 MB | 98/351 kB Progress (4): 1.9/3.3 MB | 487/569 kB | 0.4/2.2 MB | 98/351 kB Progress (4): 1.9/3.3 MB | 487/569 kB | 0.4/2.2 MB | 102/351 kB Progress (4): 1.9/3.3 MB | 487/569 kB | 0.4/2.2 MB | 102/351 kB Progress (4): 1.9/3.3 MB | 487/569 kB | 0.4/2.2 MB | 106/351 kB Progress (4): 1.9/3.3 MB | 491/569 kB | 0.4/2.2 MB | 106/351 kB Progress (4): 2.0/3.3 MB | 491/569 kB | 0.4/2.2 MB | 106/351 kB Progress (4): 2.0/3.3 MB | 495/569 kB | 0.4/2.2 MB | 106/351 kB Progress (4): 2.0/3.3 MB | 495/569 kB | 0.4/2.2 MB | 110/351 kB Progress (4): 2.0/3.3 MB | 495/569 kB | 0.4/2.2 MB | 110/351 kB Progress (4): 2.0/3.3 MB | 495/569 kB | 0.4/2.2 MB | 114/351 kB Progress (4): 2.0/3.3 MB | 499/569 kB | 0.4/2.2 MB | 114/351 kB Progress (4): 2.0/3.3 MB | 499/569 kB | 0.4/2.2 MB | 114/351 kB Progress (4): 2.0/3.3 MB | 503/569 kB | 0.4/2.2 MB | 114/351 kB Progress (4): 2.0/3.3 MB | 503/569 kB | 0.4/2.2 MB | 118/351 kB Progress (4): 2.0/3.3 MB | 503/569 kB | 0.4/2.2 MB | 118/351 kB Progress (4): 2.0/3.3 MB | 503/569 kB | 0.4/2.2 MB | 122/351 kB Progress (4): 2.0/3.3 MB | 507/569 kB | 0.4/2.2 MB | 122/351 kB Progress (4): 2.0/3.3 MB | 507/569 kB | 0.4/2.2 MB | 122/351 kB Progress (4): 2.0/3.3 MB | 511/569 kB | 0.4/2.2 MB | 122/351 kB Progress (4): 2.0/3.3 MB | 511/569 kB | 0.4/2.2 MB | 126/351 kB Progress (4): 2.0/3.3 MB | 511/569 kB | 0.4/2.2 MB | 126/351 kB Progress (4): 2.0/3.3 MB | 511/569 kB | 0.4/2.2 MB | 130/351 kB Progress (4): 2.0/3.3 MB | 515/569 kB | 0.4/2.2 MB | 130/351 kB Progress (4): 2.0/3.3 MB | 515/569 kB | 0.4/2.2 MB | 130/351 kB Progress (4): 2.0/3.3 MB | 519/569 kB | 0.4/2.2 MB | 130/351 kB Progress (4): 2.0/3.3 MB | 519/569 kB | 0.4/2.2 MB | 130/351 kB Progress (4): 2.0/3.3 MB | 519/569 kB | 0.4/2.2 MB | 131/351 kB Progress (4): 2.0/3.3 MB | 519/569 kB | 0.4/2.2 MB | 131/351 kB Progress (4): 2.0/3.3 MB | 519/569 kB | 0.4/2.2 MB | 135/351 kB Progress (4): 2.0/3.3 MB | 519/569 kB | 0.4/2.2 MB | 135/351 kB Progress (4): 2.0/3.3 MB | 523/569 kB | 0.4/2.2 MB | 135/351 kB Progress (4): 2.0/3.3 MB | 523/569 kB | 0.4/2.2 MB | 135/351 kB Progress (4): 2.0/3.3 MB | 523/569 kB | 0.4/2.2 MB | 139/351 kB Progress (4): 2.0/3.3 MB | 523/569 kB | 0.4/2.2 MB | 139/351 kB Progress (4): 2.0/3.3 MB | 523/569 kB | 0.4/2.2 MB | 143/351 kB Progress (4): 2.0/3.3 MB | 523/569 kB | 0.4/2.2 MB | 143/351 kB Progress (4): 2.0/3.3 MB | 527/569 kB | 0.4/2.2 MB | 143/351 kB Progress (4): 2.0/3.3 MB | 527/569 kB | 0.4/2.2 MB | 143/351 kB Progress (4): 2.0/3.3 MB | 527/569 kB | 0.4/2.2 MB | 147/351 kB Progress (4): 2.0/3.3 MB | 527/569 kB | 0.4/2.2 MB | 147/351 kB Progress (4): 2.0/3.3 MB | 527/569 kB | 0.4/2.2 MB | 151/351 kB Progress (4): 2.0/3.3 MB | 527/569 kB | 0.4/2.2 MB | 155/351 kB Progress (4): 2.0/3.3 MB | 527/569 kB | 0.4/2.2 MB | 155/351 kB Progress (4): 2.0/3.3 MB | 531/569 kB | 0.4/2.2 MB | 155/351 kB Progress (4): 2.0/3.3 MB | 531/569 kB | 0.4/2.2 MB | 155/351 kB Progress (4): 2.0/3.3 MB | 531/569 kB | 0.4/2.2 MB | 159/351 kB Progress (4): 2.0/3.3 MB | 531/569 kB | 0.4/2.2 MB | 159/351 kB Progress (4): 2.0/3.3 MB | 531/569 kB | 0.4/2.2 MB | 163/351 kB Progress (4): 2.0/3.3 MB | 531/569 kB | 0.4/2.2 MB | 163/351 kB Progress (4): 2.0/3.3 MB | 535/569 kB | 0.4/2.2 MB | 163/351 kB Progress (4): 2.0/3.3 MB | 535/569 kB | 0.4/2.2 MB | 163/351 kB Progress (4): 2.0/3.3 MB | 535/569 kB | 0.4/2.2 MB | 164/351 kB Progress (4): 2.0/3.3 MB | 535/569 kB | 0.4/2.2 MB | 164/351 kB Progress (4): 2.0/3.3 MB | 535/569 kB | 0.4/2.2 MB | 168/351 kB Progress (4): 2.0/3.3 MB | 535/569 kB | 0.4/2.2 MB | 168/351 kB Progress (4): 2.0/3.3 MB | 539/569 kB | 0.4/2.2 MB | 168/351 kB Progress (4): 2.0/3.3 MB | 539/569 kB | 0.4/2.2 MB | 168/351 kB Progress (5): 2.0/3.3 MB | 539/569 kB | 0.4/2.2 MB | 168/351 kB | 4.1/4.2 kB Progress (5): 2.0/3.3 MB | 539/569 kB | 0.4/2.2 MB | 172/351 kB | 4.1/4.2 kB Progress (5): 2.0/3.3 MB | 539/569 kB | 0.4/2.2 MB | 172/351 kB | 4.1/4.2 kB Progress (5): 2.0/3.3 MB | 539/569 kB | 0.4/2.2 MB | 176/351 kB | 4.1/4.2 kB Progress (5): 2.0/3.3 MB | 539/569 kB | 0.4/2.2 MB | 176/351 kB | 4.2 kB Progress (5): 2.0/3.3 MB | 539/569 kB | 0.4/2.2 MB | 176/351 kB | 4.2 kB Progress (5): 2.0/3.3 MB | 543/569 kB | 0.4/2.2 MB | 176/351 kB | 4.2 kB Progress (5): 2.0/3.3 MB | 543/569 kB | 0.4/2.2 MB | 176/351 kB | 4.2 kB Progress (5): 2.0/3.3 MB | 543/569 kB | 0.4/2.2 MB | 180/351 kB | 4.2 kB Progress (5): 2.0/3.3 MB | 543/569 kB | 0.4/2.2 MB | 180/351 kB | 4.2 kB Progress (5): 2.0/3.3 MB | 543/569 kB | 0.4/2.2 MB | 184/351 kB | 4.2 kB Progress (5): 2.0/3.3 MB | 543/569 kB | 0.4/2.2 MB | 184/351 kB | 4.2 kB Progress (5): 2.0/3.3 MB | 547/569 kB | 0.4/2.2 MB | 184/351 kB | 4.2 kB Progress (5): 2.0/3.3 MB | 547/569 kB | 0.4/2.2 MB | 184/351 kB | 4.2 kB Progress (5): 2.0/3.3 MB | 547/569 kB | 0.4/2.2 MB | 188/351 kB | 4.2 kB Progress (5): 2.0/3.3 MB | 547/569 kB | 0.4/2.2 MB | 188/351 kB | 4.2 kB Progress (5): 2.0/3.3 MB | 547/569 kB | 0.4/2.2 MB | 192/351 kB | 4.2 kB Progress (5): 2.0/3.3 MB | 547/569 kB | 0.4/2.2 MB | 192/351 kB | 4.2 kB Progress (5): 2.0/3.3 MB | 551/569 kB | 0.4/2.2 MB | 192/351 kB | 4.2 kB Progress (5): 2.0/3.3 MB | 551/569 kB | 0.4/2.2 MB | 192/351 kB | 4.2 kB Progress (5): 2.0/3.3 MB | 551/569 kB | 0.4/2.2 MB | 196/351 kB | 4.2 kB Progress (5): 2.0/3.3 MB | 551/569 kB | 0.4/2.2 MB | 196/351 kB | 4.2 kB Progress (5): 2.0/3.3 MB | 551/569 kB | 0.4/2.2 MB | 197/351 kB | 4.2 kB Progress (5): 2.0/3.3 MB | 551/569 kB | 0.4/2.2 MB | 197/351 kB | 4.2 kB Progress (5): 2.0/3.3 MB | 555/569 kB | 0.4/2.2 MB | 197/351 kB | 4.2 kB Progress (5): 2.0/3.3 MB | 555/569 kB | 0.4/2.2 MB | 197/351 kB | 4.2 kB Progress (5): 2.0/3.3 MB | 555/569 kB | 0.4/2.2 MB | 201/351 kB | 4.2 kB Progress (5): 2.0/3.3 MB | 555/569 kB | 0.4/2.2 MB | 201/351 kB | 4.2 kB Progress (5): 2.0/3.3 MB | 555/569 kB | 0.4/2.2 MB | 205/351 kB | 4.2 kB Progress (5): 2.0/3.3 MB | 555/569 kB | 0.4/2.2 MB | 205/351 kB | 4.2 kB Progress (5): 2.0/3.3 MB | 559/569 kB | 0.4/2.2 MB | 205/351 kB | 4.2 kB Progress (5): 2.0/3.3 MB | 559/569 kB | 0.4/2.2 MB | 205/351 kB | 4.2 kB Progress (5): 2.0/3.3 MB | 559/569 kB | 0.4/2.2 MB | 209/351 kB | 4.2 kB Progress (5): 2.0/3.3 MB | 559/569 kB | 0.4/2.2 MB | 209/351 kB | 4.2 kB Progress (5): 2.0/3.3 MB | 559/569 kB | 0.4/2.2 MB | 213/351 kB | 4.2 kB Progress (5): 2.1/3.3 MB | 559/569 kB | 0.4/2.2 MB | 213/351 kB | 4.2 kB Progress (5): 2.1/3.3 MB | 563/569 kB | 0.4/2.2 MB | 213/351 kB | 4.2 kB Progress (5): 2.1/3.3 MB | 563/569 kB | 0.4/2.2 MB | 213/351 kB | 4.2 kB Progress (5): 2.1/3.3 MB | 563/569 kB | 0.4/2.2 MB | 217/351 kB | 4.2 kB Progress (5): 2.1/3.3 MB | 563/569 kB | 0.4/2.2 MB | 217/351 kB | 4.2 kB Progress (5): 2.1/3.3 MB | 563/569 kB | 0.4/2.2 MB | 221/351 kB | 4.2 kB Progress (5): 2.1/3.3 MB | 563/569 kB | 0.4/2.2 MB | 221/351 kB | 4.2 kB Progress (5): 2.1/3.3 MB | 567/569 kB | 0.4/2.2 MB | 221/351 kB | 4.2 kB Progress (5): 2.1/3.3 MB | 567/569 kB | 0.4/2.2 MB | 221/351 kB | 4.2 kB Progress (5): 2.1/3.3 MB | 567/569 kB | 0.4/2.2 MB | 225/351 kB | 4.2 kB Progress (5): 2.1/3.3 MB | 567/569 kB | 0.4/2.2 MB | 225/351 kB | 4.2 kB Progress (5): 2.1/3.3 MB | 567/569 kB | 0.4/2.2 MB | 229/351 kB | 4.2 kB Progress (5): 2.1/3.3 MB | 567/569 kB | 0.4/2.2 MB | 229/351 kB | 4.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.jar (4.2 kB at 5.3 kB/s) 15:10:25 [2019-07-19T19:10:25.091Z] Progress (4): 2.1/3.3 MB | 569 kB | 0.4/2.2 MB | 229/351 kB Progress (4): 2.1/3.3 MB | 569 kB | 0.4/2.2 MB | 229/351 kB Progress (4): 2.1/3.3 MB | 569 kB | 0.4/2.2 MB | 233/351 kB Progress (4): 2.1/3.3 MB | 569 kB | 0.5/2.2 MB | 233/351 kB Progress (4): 2.1/3.3 MB | 569 kB | 0.5/2.2 MB | 237/351 kB Progress (4): 2.1/3.3 MB | 569 kB | 0.5/2.2 MB | 237/351 kB Progress (4): 2.1/3.3 MB | 569 kB | 0.5/2.2 MB | 241/351 kB Progress (4): 2.1/3.3 MB | 569 kB | 0.5/2.2 MB | 241/351 kB Progress (4): 2.1/3.3 MB | 569 kB | 0.5/2.2 MB | 245/351 kB Progress (4): 2.1/3.3 MB | 569 kB | 0.5/2.2 MB | 245/351 kB Progress (4): 2.1/3.3 MB | 569 kB | 0.5/2.2 MB | 249/351 kB Progress (4): 2.1/3.3 MB | 569 kB | 0.5/2.2 MB | 249/351 kB Progress (4): 2.1/3.3 MB | 569 kB | 0.5/2.2 MB | 253/351 kB Progress (4): 2.1/3.3 MB | 569 kB | 0.5/2.2 MB | 253/351 kB Progress (4): 2.1/3.3 MB | 569 kB | 0.5/2.2 MB | 257/351 kB Progress (4): 2.1/3.3 MB | 569 kB | 0.5/2.2 MB | 257/351 kB Progress (4): 2.1/3.3 MB | 569 kB | 0.5/2.2 MB | 261/351 kB Progress (4): 2.1/3.3 MB | 569 kB | 0.5/2.2 MB | 261/351 kB Progress (4): 2.1/3.3 MB | 569 kB | 0.5/2.2 MB | 265/351 kB Progress (4): 2.1/3.3 MB | 569 kB | 0.5/2.2 MB | 265/351 kB Progress (4): 2.1/3.3 MB | 569 kB | 0.5/2.2 MB | 269/351 kB Progress (4): 2.1/3.3 MB | 569 kB | 0.5/2.2 MB | 269/351 kB Progress (4): 2.1/3.3 MB | 569 kB | 0.5/2.2 MB | 273/351 kB Progress (4): 2.1/3.3 MB | 569 kB | 0.5/2.2 MB | 273/351 kB Progress (4): 2.1/3.3 MB | 569 kB | 0.5/2.2 MB | 277/351 kB Progress (4): 2.1/3.3 MB | 569 kB | 0.5/2.2 MB | 277/351 kB Progress (4): 2.1/3.3 MB | 569 kB | 0.5/2.2 MB | 281/351 kB Progress (4): 2.1/3.3 MB | 569 kB | 0.5/2.2 MB | 281/351 kB Progress (4): 2.1/3.3 MB | 569 kB | 0.5/2.2 MB | 285/351 kB Progress (4): 2.1/3.3 MB | 569 kB | 0.5/2.2 MB | 285/351 kB Progress (4): 2.1/3.3 MB | 569 kB | 0.5/2.2 MB | 285/351 kB Progress (4): 2.1/3.3 MB | 569 kB | 0.5/2.2 MB | 285/351 kB Progress (4): 2.1/3.3 MB | 569 kB | 0.5/2.2 MB | 289/351 kB Progress (4): 2.1/3.3 MB | 569 kB | 0.5/2.2 MB | 289/351 kB Progress (4): 2.1/3.3 MB | 569 kB | 0.5/2.2 MB | 289/351 kB Progress (4): 2.1/3.3 MB | 569 kB | 0.5/2.2 MB | 289/351 kB Progress (4): 2.1/3.3 MB | 569 kB | 0.5/2.2 MB | 293/351 kB Progress (4): 2.1/3.3 MB | 569 kB | 0.5/2.2 MB | 293/351 kB Progress (4): 2.1/3.3 MB | 569 kB | 0.5/2.2 MB | 293/351 kB Progress (4): 2.1/3.3 MB | 569 kB | 0.5/2.2 MB | 293/351 kB Progress (4): 2.1/3.3 MB | 569 kB | 0.5/2.2 MB | 297/351 kB Progress (4): 2.1/3.3 MB | 569 kB | 0.5/2.2 MB | 297/351 kB Progress (4): 2.1/3.3 MB | 569 kB | 0.5/2.2 MB | 297/351 kB Progress (4): 2.1/3.3 MB | 569 kB | 0.5/2.2 MB | 297/351 kB Progress (4): 2.1/3.3 MB | 569 kB | 0.5/2.2 MB | 301/351 kB Progress (4): 2.1/3.3 MB | 569 kB | 0.5/2.2 MB | 301/351 kB Progress (4): 2.1/3.3 MB | 569 kB | 0.5/2.2 MB | 301/351 kB Progress (4): 2.1/3.3 MB | 569 kB | 0.5/2.2 MB | 301/351 kB Progress (4): 2.1/3.3 MB | 569 kB | 0.5/2.2 MB | 305/351 kB Progress (4): 2.1/3.3 MB | 569 kB | 0.5/2.2 MB | 305/351 kB Progress (4): 2.1/3.3 MB | 569 kB | 0.5/2.2 MB | 305/351 kB Progress (4): 2.1/3.3 MB | 569 kB | 0.5/2.2 MB | 305/351 kB Progress (4): 2.1/3.3 MB | 569 kB | 0.5/2.2 MB | 305/351 kB Progress (4): 2.1/3.3 MB | 569 kB | 0.5/2.2 MB | 309/351 kB Progress (4): 2.1/3.3 MB | 569 kB | 0.5/2.2 MB | 309/351 kB Progress (4): 2.1/3.3 MB | 569 kB | 0.5/2.2 MB | 309/351 kB Progress (4): 2.1/3.3 MB | 569 kB | 0.5/2.2 MB | 309/351 kB Progress (4): 2.1/3.3 MB | 569 kB | 0.5/2.2 MB | 313/351 kB Progress (4): 2.1/3.3 MB | 569 kB | 0.5/2.2 MB | 313/351 kB Progress (4): 2.2/3.3 MB | 569 kB | 0.5/2.2 MB | 313/351 kB Progress (4): 2.2/3.3 MB | 569 kB | 0.5/2.2 MB | 313/351 kB Progress (4): 2.2/3.3 MB | 569 kB | 0.5/2.2 MB | 313/351 kB Progress (4): 2.2/3.3 MB | 569 kB | 0.5/2.2 MB | 313/351 kB Progress (4): 2.2/3.3 MB | 569 kB | 0.5/2.2 MB | 317/351 kB Progress (4): 2.2/3.3 MB | 569 kB | 0.5/2.2 MB | 317/351 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.0/joda-time-2.0.jar (569 kB at 669 kB/s) 15:10:25 [2019-07-19T19:10:25.350Z] Progress (3): 2.2/3.3 MB | 0.5/2.2 MB | 317/351 kB Progress (3): 2.2/3.3 MB | 0.5/2.2 MB | 317/351 kB Progress (3): 2.2/3.3 MB | 0.5/2.2 MB | 321/351 kB Progress (3): 2.2/3.3 MB | 0.5/2.2 MB | 321/351 kB Progress (3): 2.2/3.3 MB | 0.5/2.2 MB | 321/351 kB Progress (3): 2.2/3.3 MB | 0.5/2.2 MB | 321/351 kB Progress (3): 2.2/3.3 MB | 0.5/2.2 MB | 325/351 kB Progress (3): 2.2/3.3 MB | 0.5/2.2 MB | 325/351 kB Progress (3): 2.2/3.3 MB | 0.5/2.2 MB | 325/351 kB Progress (3): 2.2/3.3 MB | 0.5/2.2 MB | 325/351 kB Progress (3): 2.2/3.3 MB | 0.5/2.2 MB | 325/351 kB Progress (3): 2.2/3.3 MB | 0.5/2.2 MB | 329/351 kB Progress (3): 2.2/3.3 MB | 0.5/2.2 MB | 329/351 kB Progress (3): 2.2/3.3 MB | 0.5/2.2 MB | 329/351 kB Progress (3): 2.2/3.3 MB | 0.5/2.2 MB | 329/351 kB Progress (3): 2.2/3.3 MB | 0.6/2.2 MB | 329/351 kB Progress (3): 2.2/3.3 MB | 0.6/2.2 MB | 333/351 kB Progress (3): 2.2/3.3 MB | 0.6/2.2 MB | 333/351 kB Progress (3): 2.2/3.3 MB | 0.6/2.2 MB | 337/351 kB Progress (3): 2.2/3.3 MB | 0.6/2.2 MB | 337/351 kB Progress (3): 2.2/3.3 MB | 0.6/2.2 MB | 341/351 kB Progress (3): 2.2/3.3 MB | 0.6/2.2 MB | 341/351 kB Progress (3): 2.2/3.3 MB | 0.6/2.2 MB | 345/351 kB Progress (3): 2.2/3.3 MB | 0.6/2.2 MB | 345/351 kB Progress (3): 2.2/3.3 MB | 0.6/2.2 MB | 349/351 kB Progress (3): 2.2/3.3 MB | 0.6/2.2 MB | 349/351 kB Progress (3): 2.2/3.3 MB | 0.6/2.2 MB | 351 kB Progress (3): 2.2/3.3 MB | 0.6/2.2 MB | 351 kB Progress (3): 2.2/3.3 MB | 0.6/2.2 MB | 351 kB Progress (3): 2.2/3.3 MB | 0.6/2.2 MB | 351 kB Progress (3): 2.2/3.3 MB | 0.6/2.2 MB | 351 kB Progress (3): 2.2/3.3 MB | 0.6/2.2 MB | 351 kB Progress (3): 2.2/3.3 MB | 0.6/2.2 MB | 351 kB Progress (3): 2.2/3.3 MB | 0.6/2.2 MB | 351 kB Progress (3): 2.2/3.3 MB | 0.6/2.2 MB | 351 kB Progress (3): 2.2/3.3 MB | 0.6/2.2 MB | 351 kB Progress (3): 2.2/3.3 MB | 0.6/2.2 MB | 351 kB Progress (3): 2.2/3.3 MB | 0.6/2.2 MB | 351 kB Progress (3): 2.2/3.3 MB | 0.6/2.2 MB | 351 kB Progress (3): 2.2/3.3 MB | 0.6/2.2 MB | 351 kB Progress (3): 2.2/3.3 MB | 0.6/2.2 MB | 351 kB Progress (3): 2.2/3.3 MB | 0.6/2.2 MB | 351 kB Progress (3): 2.2/3.3 MB | 0.6/2.2 MB | 351 kB Progress (3): 2.2/3.3 MB | 0.6/2.2 MB | 351 kB Progress (3): 2.2/3.3 MB | 0.6/2.2 MB | 351 kB Progress (3): 2.2/3.3 MB | 0.6/2.2 MB | 351 kB Progress (3): 2.2/3.3 MB | 0.6/2.2 MB | 351 kB Progress (3): 2.2/3.3 MB | 0.6/2.2 MB | 351 kB Progress (3): 2.2/3.3 MB | 0.6/2.2 MB | 351 kB Progress (3): 2.2/3.3 MB | 0.6/2.2 MB | 351 kB Progress (3): 2.2/3.3 MB | 0.6/2.2 MB | 351 kB Progress (3): 2.2/3.3 MB | 0.6/2.2 MB | 351 kB Progress (3): 2.2/3.3 MB | 0.6/2.2 MB | 351 kB Progress (3): 2.2/3.3 MB | 0.6/2.2 MB | 351 kB Progress (3): 2.2/3.3 MB | 0.6/2.2 MB | 351 kB Progress (3): 2.3/3.3 MB | 0.6/2.2 MB | 351 kB Progress (3): 2.3/3.3 MB | 0.6/2.2 MB | 351 kB Progress (3): 2.3/3.3 MB | 0.6/2.2 MB | 351 kB Progress (3): 2.3/3.3 MB | 0.6/2.2 MB | 351 kB Progress (3): 2.3/3.3 MB | 0.6/2.2 MB | 351 kB Progress (3): 2.3/3.3 MB | 0.6/2.2 MB | 351 kB Progress (3): 2.3/3.3 MB | 0.6/2.2 MB | 351 kB Progress (3): 2.3/3.3 MB | 0.6/2.2 MB | 351 kB Progress (3): 2.3/3.3 MB | 0.6/2.2 MB | 351 kB Progress (3): 2.3/3.3 MB | 0.6/2.2 MB | 351 kB Progress (3): 2.3/3.3 MB | 0.6/2.2 MB | 351 kB Progress (3): 2.3/3.3 MB | 0.6/2.2 MB | 351 kB Progress (3): 2.3/3.3 MB | 0.6/2.2 MB | 351 kB Progress (3): 2.3/3.3 MB | 0.6/2.2 MB | 351 kB Progress (3): 2.3/3.3 MB | 0.6/2.2 MB | 351 kB Progress (3): 2.3/3.3 MB | 0.7/2.2 MB | 351 kB Progress (3): 2.3/3.3 MB | 0.7/2.2 MB | 351 kB Progress (3): 2.3/3.3 MB | 0.7/2.2 MB | 351 kB Progress (3): 2.3/3.3 MB | 0.7/2.2 MB | 351 kB Progress (3): 2.3/3.3 MB | 0.7/2.2 MB | 351 kB Progress (3): 2.3/3.3 MB | 0.7/2.2 MB | 351 kB Progress (3): 2.3/3.3 MB | 0.7/2.2 MB | 351 kB Progress (3): 2.3/3.3 MB | 0.7/2.2 MB | 351 kB Progress (3): 2.3/3.3 MB | 0.7/2.2 MB | 351 kB Progress (3): 2.3/3.3 MB | 0.7/2.2 MB | 351 kB Progress (3): 2.3/3.3 MB | 0.7/2.2 MB | 351 kB Progress (3): 2.3/3.3 MB | 0.7/2.2 MB | 351 kB Progress (3): 2.3/3.3 MB | 0.7/2.2 MB | 351 kB Progress (3): 2.3/3.3 MB | 0.7/2.2 MB | 351 kB Progress (3): 2.3/3.3 MB | 0.7/2.2 MB | 351 kB Progress (3): 2.3/3.3 MB | 0.7/2.2 MB | 351 kB Progress (3): 2.3/3.3 MB | 0.7/2.2 MB | 351 kB Progress (3): 2.3/3.3 MB | 0.7/2.2 MB | 351 kB Progress (3): 2.3/3.3 MB | 0.7/2.2 MB | 351 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jsoup/jsoup/1.10.2/jsoup-1.10.2.jar (351 kB at 404 kB/s) 15:10:25 [2019-07-19T19:10:25.350Z] Progress (2): 2.3/3.3 MB | 0.7/2.2 MB Progress (2): 2.3/3.3 MB | 0.7/2.2 MB Progress (2): 2.3/3.3 MB | 0.7/2.2 MB Progress (2): 2.3/3.3 MB | 0.7/2.2 MB Progress (2): 2.3/3.3 MB | 0.7/2.2 MB Progress (2): 2.3/3.3 MB | 0.7/2.2 MB Progress (2): 2.3/3.3 MB | 0.7/2.2 MB Progress (2): 2.3/3.3 MB | 0.7/2.2 MB Progress (2): 2.3/3.3 MB | 0.7/2.2 MB Progress (2): 2.3/3.3 MB | 0.7/2.2 MB Progress (2): 2.3/3.3 MB | 0.7/2.2 MB Progress (2): 2.3/3.3 MB | 0.7/2.2 MB Progress (2): 2.3/3.3 MB | 0.7/2.2 MB Progress (2): 2.3/3.3 MB | 0.7/2.2 MB Progress (2): 2.3/3.3 MB | 0.7/2.2 MB Progress (2): 2.3/3.3 MB | 0.7/2.2 MB Progress (2): 2.3/3.3 MB | 0.7/2.2 MB Progress (2): 2.4/3.3 MB | 0.7/2.2 MB Progress (2): 2.4/3.3 MB | 0.7/2.2 MB Progress (2): 2.4/3.3 MB | 0.7/2.2 MB Progress (2): 2.4/3.3 MB | 0.7/2.2 MB Progress (2): 2.4/3.3 MB | 0.7/2.2 MB Progress (2): 2.4/3.3 MB | 0.7/2.2 MB Progress (2): 2.4/3.3 MB | 0.7/2.2 MB Progress (2): 2.4/3.3 MB | 0.7/2.2 MB Progress (2): 2.4/3.3 MB | 0.7/2.2 MB Progress (2): 2.4/3.3 MB | 0.7/2.2 MB Progress (2): 2.4/3.3 MB | 0.7/2.2 MB Progress (2): 2.4/3.3 MB | 0.7/2.2 MB Progress (2): 2.4/3.3 MB | 0.7/2.2 MB Progress (2): 2.4/3.3 MB | 0.8/2.2 MB Progress (2): 2.4/3.3 MB | 0.8/2.2 MB Progress (2): 2.4/3.3 MB | 0.8/2.2 MB Progress (2): 2.4/3.3 MB | 0.8/2.2 MB Progress (2): 2.4/3.3 MB | 0.8/2.2 MB Progress (2): 2.4/3.3 MB | 0.8/2.2 MB Progress (2): 2.4/3.3 MB | 0.8/2.2 MB Progress (2): 2.4/3.3 MB | 0.8/2.2 MB Progress (2): 2.4/3.3 MB | 0.8/2.2 MB Progress (2): 2.4/3.3 MB | 0.8/2.2 MB Progress (2): 2.4/3.3 MB | 0.8/2.2 MB Progress (2): 2.4/3.3 MB | 0.8/2.2 MB Progress (2): 2.4/3.3 MB | 0.8/2.2 MB Progress (2): 2.4/3.3 MB | 0.8/2.2 MB Progress (2): 2.4/3.3 MB | 0.8/2.2 MB Progress (2): 2.4/3.3 MB | 0.8/2.2 MB Progress (2): 2.4/3.3 MB | 0.8/2.2 MB Progress (2): 2.4/3.3 MB | 0.8/2.2 MB Progress (2): 2.4/3.3 MB | 0.8/2.2 MB Progress (2): 2.4/3.3 MB | 0.8/2.2 MB Progress (2): 2.4/3.3 MB | 0.8/2.2 MB Progress (2): 2.4/3.3 MB | 0.8/2.2 MB Progress (2): 2.4/3.3 MB | 0.8/2.2 MB Progress (2): 2.4/3.3 MB | 0.8/2.2 MB Progress (2): 2.4/3.3 MB | 0.8/2.2 MB Progress (2): 2.4/3.3 MB | 0.8/2.2 MB Progress (2): 2.4/3.3 MB | 0.8/2.2 MB Progress (2): 2.4/3.3 MB | 0.8/2.2 MB Progress (2): 2.4/3.3 MB | 0.8/2.2 MB Progress (2): 2.4/3.3 MB | 0.8/2.2 MB Progress (2): 2.4/3.3 MB | 0.8/2.2 MB Progress (2): 2.4/3.3 MB | 0.8/2.2 MB Progress (2): 2.4/3.3 MB | 0.8/2.2 MB Progress (2): 2.4/3.3 MB | 0.8/2.2 MB Progress (2): 2.4/3.3 MB | 0.8/2.2 MB Progress (2): 2.4/3.3 MB | 0.8/2.2 MB Progress (2): 2.4/3.3 MB | 0.8/2.2 MB Progress (2): 2.5/3.3 MB | 0.8/2.2 MB Progress (2): 2.5/3.3 MB | 0.8/2.2 MB Progress (2): 2.5/3.3 MB | 0.8/2.2 MB Progress (2): 2.5/3.3 MB | 0.8/2.2 MB Progress (2): 2.5/3.3 MB | 0.8/2.2 MB Progress (2): 2.5/3.3 MB | 0.8/2.2 MB Progress (2): 2.5/3.3 MB | 0.8/2.2 MB Progress (2): 2.5/3.3 MB | 0.8/2.2 MB Progress (2): 2.5/3.3 MB | 0.8/2.2 MB Progress (2): 2.5/3.3 MB | 0.8/2.2 MB Progress (2): 2.5/3.3 MB | 0.8/2.2 MB Progress (2): 2.5/3.3 MB | 0.8/2.2 MB Progress (2): 2.5/3.3 MB | 0.8/2.2 MB Progress (2): 2.5/3.3 MB | 0.9/2.2 MB Progress (2): 2.5/3.3 MB | 0.9/2.2 MB Progress (2): 2.5/3.3 MB | 0.9/2.2 MB Progress (2): 2.5/3.3 MB | 0.9/2.2 MB Progress (2): 2.5/3.3 MB | 0.9/2.2 MB Progress (2): 2.5/3.3 MB | 0.9/2.2 MB Progress (2): 2.5/3.3 MB | 0.9/2.2 MB Progress (2): 2.5/3.3 MB | 0.9/2.2 MB Progress (2): 2.5/3.3 MB | 0.9/2.2 MB Progress (2): 2.5/3.3 MB | 0.9/2.2 MB Progress (2): 2.5/3.3 MB | 0.9/2.2 MB Progress (2): 2.5/3.3 MB | 0.9/2.2 MB Progress (2): 2.5/3.3 MB | 0.9/2.2 MB Progress (2): 2.5/3.3 MB | 0.9/2.2 MB Progress (2): 2.5/3.3 MB | 0.9/2.2 MB Progress (2): 2.5/3.3 MB | 0.9/2.2 MB Progress (2): 2.5/3.3 MB | 0.9/2.2 MB Progress (2): 2.5/3.3 MB | 0.9/2.2 MB Progress (2): 2.5/3.3 MB | 0.9/2.2 MB Progress (2): 2.5/3.3 MB | 0.9/2.2 MB Progress (2): 2.5/3.3 MB | 0.9/2.2 MB Progress (2): 2.5/3.3 MB | 0.9/2.2 MB Progress (2): 2.5/3.3 MB | 0.9/2.2 MB Progress (2): 2.5/3.3 MB | 0.9/2.2 MB Progress (2): 2.5/3.3 MB | 0.9/2.2 MB Progress (2): 2.5/3.3 MB | 0.9/2.2 MB Progress (2): 2.5/3.3 MB | 0.9/2.2 MB Progress (2): 2.5/3.3 MB | 0.9/2.2 MB Progress (2): 2.5/3.3 MB | 0.9/2.2 MB Progress (2): 2.5/3.3 MB | 0.9/2.2 MB Progress (2): 2.5/3.3 MB | 0.9/2.2 MB Progress (2): 2.5/3.3 MB | 0.9/2.2 MB Progress (2): 2.5/3.3 MB | 0.9/2.2 MB Progress (2): 2.5/3.3 MB | 0.9/2.2 MB Progress (2): 2.5/3.3 MB | 0.9/2.2 MB Progress (2): 2.5/3.3 MB | 0.9/2.2 MB Progress (2): 2.5/3.3 MB | 0.9/2.2 MB Progress (2): 2.5/3.3 MB | 0.9/2.2 MB Progress (2): 2.5/3.3 MB | 0.9/2.2 MB Progress (2): 2.6/3.3 MB | 0.9/2.2 MB Progress (2): 2.6/3.3 MB | 0.9/2.2 MB Progress (2): 2.6/3.3 MB | 0.9/2.2 MB Progress (2): 2.6/3.3 MB | 0.9/2.2 MB Progress (2): 2.6/3.3 MB | 0.9/2.2 MB Progress (2): 2.6/3.3 MB | 0.9/2.2 MB Progress (2): 2.6/3.3 MB | 0.9/2.2 MB Progress (2): 2.6/3.3 MB | 0.9/2.2 MB Progress (2): 2.6/3.3 MB | 0.9/2.2 MB Progress (2): 2.6/3.3 MB | 1.0/2.2 MB Progress (2): 2.6/3.3 MB | 1.0/2.2 MB Progress (2): 2.6/3.3 MB | 1.0/2.2 MB Progress (2): 2.6/3.3 MB | 1.0/2.2 MB Progress (2): 2.6/3.3 MB | 1.0/2.2 MB Progress (2): 2.6/3.3 MB | 1.0/2.2 MB Progress (2): 2.6/3.3 MB | 1.0/2.2 MB Progress (2): 2.6/3.3 MB | 1.0/2.2 MB Progress (2): 2.6/3.3 MB | 1.0/2.2 MB Progress (2): 2.6/3.3 MB | 1.0/2.2 MB Progress (2): 2.6/3.3 MB | 1.0/2.2 MB Progress (2): 2.6/3.3 MB | 1.0/2.2 MB Progress (2): 2.6/3.3 MB | 1.0/2.2 MB Progress (2): 2.6/3.3 MB | 1.0/2.2 MB Progress (2): 2.6/3.3 MB | 1.0/2.2 MB Progress (2): 2.6/3.3 MB | 1.0/2.2 MB Progress (2): 2.6/3.3 MB | 1.0/2.2 MB Progress (2): 2.6/3.3 MB | 1.0/2.2 MB Progress (2): 2.6/3.3 MB | 1.0/2.2 MB Progress (2): 2.6/3.3 MB | 1.0/2.2 MB Progress (2): 2.6/3.3 MB | 1.0/2.2 MB Progress (2): 2.6/3.3 MB | 1.0/2.2 MB Progress (2): 2.6/3.3 MB | 1.0/2.2 MB Progress (2): 2.6/3.3 MB | 1.0/2.2 MB Progress (2): 2.6/3.3 MB | 1.0/2.2 MB Progress (2): 2.6/3.3 MB | 1.0/2.2 MB Progress (2): 2.6/3.3 MB | 1.0/2.2 MB Progress (2): 2.6/3.3 MB | 1.0/2.2 MB Progress (2): 2.6/3.3 MB | 1.0/2.2 MB Progress (2): 2.6/3.3 MB | 1.0/2.2 MB Progress (2): 2.6/3.3 MB | 1.0/2.2 MB Progress (2): 2.6/3.3 MB | 1.0/2.2 MB Progress (2): 2.6/3.3 MB | 1.0/2.2 MB Progress (2): 2.6/3.3 MB | 1.0/2.2 MB Progress (2): 2.6/3.3 MB | 1.0/2.2 MB Progress (2): 2.6/3.3 MB | 1.0/2.2 MB Progress (2): 2.6/3.3 MB | 1.0/2.2 MB Progress (2): 2.6/3.3 MB | 1.0/2.2 MB Progress (2): 2.6/3.3 MB | 1.0/2.2 MB Progress (2): 2.6/3.3 MB | 1.0/2.2 MB Progress (2): 2.6/3.3 MB | 1.0/2.2 MB Progress (2): 2.7/3.3 MB | 1.0/2.2 MB Progress (2): 2.7/3.3 MB | 1.0/2.2 MB Progress (2): 2.7/3.3 MB | 1.0/2.2 MB Progress (2): 2.7/3.3 MB | 1.0/2.2 MB Progress (2): 2.7/3.3 MB | 1.0/2.2 MB Progress (2): 2.7/3.3 MB | 1.0/2.2 MB Progress (2): 2.7/3.3 MB | 1.0/2.2 MB Progress (2): 2.7/3.3 MB | 1.0/2.2 MB Progress (2): 2.7/3.3 MB | 1.0/2.2 MB Progress (2): 2.7/3.3 MB | 1.0/2.2 MB Progress (2): 2.7/3.3 MB | 1.0/2.2 MB Progress (2): 2.7/3.3 MB | 1.0/2.2 MB Progress (2): 2.7/3.3 MB | 1.0/2.2 MB Progress (2): 2.7/3.3 MB | 1.1/2.2 MB Progress (2): 2.7/3.3 MB | 1.1/2.2 MB Progress (2): 2.7/3.3 MB | 1.1/2.2 MB Progress (2): 2.7/3.3 MB | 1.1/2.2 MB Progress (2): 2.7/3.3 MB | 1.1/2.2 MB Progress (2): 2.7/3.3 MB | 1.1/2.2 MB Progress (2): 2.7/3.3 MB | 1.1/2.2 MB Progress (2): 2.7/3.3 MB | 1.1/2.2 MB Progress (2): 2.7/3.3 MB | 1.1/2.2 MB Progress (2): 2.7/3.3 MB | 1.1/2.2 MB Progress (2): 2.7/3.3 MB | 1.1/2.2 MB Progress (2): 2.7/3.3 MB | 1.1/2.2 MB Progress (2): 2.7/3.3 MB | 1.1/2.2 MB Progress (2): 2.7/3.3 MB | 1.1/2.2 MB Progress (2): 2.7/3.3 MB | 1.1/2.2 MB Progress (2): 2.7/3.3 MB | 1.1/2.2 MB Progress (2): 2.7/3.3 MB | 1.1/2.2 MB Progress (2): 2.7/3.3 MB | 1.1/2.2 MB Progress (2): 2.7/3.3 MB | 1.1/2.2 MB Progress (2): 2.7/3.3 MB | 1.1/2.2 MB Progress (2): 2.7/3.3 MB | 1.1/2.2 MB Progress (2): 2.7/3.3 MB | 1.1/2.2 MB Progress (2): 2.7/3.3 MB | 1.1/2.2 MB Progress (2): 2.7/3.3 MB | 1.1/2.2 MB Progress (2): 2.7/3.3 MB | 1.1/2.2 MB Progress (2): 2.7/3.3 MB | 1.1/2.2 MB Progress (2): 2.7/3.3 MB | 1.1/2.2 MB Progress (2): 2.7/3.3 MB | 1.1/2.2 MB Progress (2): 2.7/3.3 MB | 1.1/2.2 MB Progress (2): 2.7/3.3 MB | 1.1/2.2 MB Progress (2): 2.7/3.3 MB | 1.1/2.2 MB Progress (2): 2.7/3.3 MB | 1.1/2.2 MB Progress (2): 2.8/3.3 MB | 1.1/2.2 MB Progress (2): 2.8/3.3 MB | 1.1/2.2 MB Progress (2): 2.8/3.3 MB | 1.1/2.2 MB Progress (2): 2.8/3.3 MB | 1.1/2.2 MB Progress (2): 2.8/3.3 MB | 1.1/2.2 MB Progress (2): 2.8/3.3 MB | 1.1/2.2 MB Progress (2): 2.8/3.3 MB | 1.1/2.2 MB Progress (2): 2.8/3.3 MB | 1.1/2.2 MB Progress (2): 2.8/3.3 MB | 1.1/2.2 MB Progress (2): 2.8/3.3 MB | 1.1/2.2 MB Progress (2): 2.8/3.3 MB | 1.1/2.2 MB Progress (2): 2.8/3.3 MB | 1.1/2.2 MB Progress (2): 2.8/3.3 MB | 1.1/2.2 MB Progress (2): 2.8/3.3 MB | 1.1/2.2 MB Progress (2): 2.8/3.3 MB | 1.1/2.2 MB Progress (2): 2.8/3.3 MB | 1.1/2.2 MB Progress (2): 2.8/3.3 MB | 1.1/2.2 MB Progress (2): 2.8/3.3 MB | 1.1/2.2 MB Progress (2): 2.8/3.3 MB | 1.1/2.2 MB Progress (2): 2.8/3.3 MB | 1.2/2.2 MB Progress (2): 2.8/3.3 MB | 1.2/2.2 MB Progress (2): 2.8/3.3 MB | 1.2/2.2 MB Progress (2): 2.8/3.3 MB | 1.2/2.2 MB Progress (2): 2.8/3.3 MB | 1.2/2.2 MB Progress (2): 2.8/3.3 MB | 1.2/2.2 MB Progress (2): 2.8/3.3 MB | 1.2/2.2 MB Progress (2): 2.8/3.3 MB | 1.2/2.2 MB Progress (2): 2.8/3.3 MB | 1.2/2.2 MB Progress (2): 2.8/3.3 MB | 1.2/2.2 MB Progress (2): 2.8/3.3 MB | 1.2/2.2 MB Progress (2): 2.8/3.3 MB | 1.2/2.2 MB Progress (2): 2.8/3.3 MB | 1.2/2.2 MB Progress (2): 2.8/3.3 MB | 1.2/2.2 MB Progress (2): 2.8/3.3 MB | 1.2/2.2 MB Progress (2): 2.8/3.3 MB | 1.2/2.2 MB Progress (2): 2.8/3.3 MB | 1.2/2.2 MB Progress (2): 2.8/3.3 MB | 1.2/2.2 MB Progress (2): 2.8/3.3 MB | 1.2/2.2 MB Progress (2): 2.8/3.3 MB | 1.2/2.2 MB Progress (2): 2.8/3.3 MB | 1.2/2.2 MB Progress (2): 2.8/3.3 MB | 1.2/2.2 MB Progress (2): 2.8/3.3 MB | 1.2/2.2 MB Progress (2): 2.8/3.3 MB | 1.2/2.2 MB Progress (2): 2.8/3.3 MB | 1.2/2.2 MB Progress (2): 2.8/3.3 MB | 1.2/2.2 MB Progress (2): 2.8/3.3 MB | 1.2/2.2 MB Progress (2): 2.8/3.3 MB | 1.2/2.2 MB Progress (2): 2.8/3.3 MB | 1.2/2.2 MB Progress (2): 2.8/3.3 MB | 1.2/2.2 MB Progress (2): 2.8/3.3 MB | 1.2/2.2 MB Progress (2): 2.9/3.3 MB | 1.2/2.2 MB Progress (2): 2.9/3.3 MB | 1.2/2.2 MB Progress (2): 2.9/3.3 MB | 1.2/2.2 MB Progress (2): 2.9/3.3 MB | 1.2/2.2 MB Progress (2): 2.9/3.3 MB | 1.2/2.2 MB Progress (2): 2.9/3.3 MB | 1.2/2.2 MB Progress (2): 2.9/3.3 MB | 1.2/2.2 MB Progress (2): 2.9/3.3 MB | 1.2/2.2 MB Progress (2): 2.9/3.3 MB | 1.2/2.2 MB Progress (2): 2.9/3.3 MB | 1.2/2.2 MB Progress (2): 2.9/3.3 MB | 1.2/2.2 MB Progress (2): 2.9/3.3 MB | 1.2/2.2 MB Progress (2): 2.9/3.3 MB | 1.2/2.2 MB Progress (2): 2.9/3.3 MB | 1.2/2.2 MB Progress (2): 2.9/3.3 MB | 1.2/2.2 MB Progress (2): 2.9/3.3 MB | 1.2/2.2 MB Progress (2): 2.9/3.3 MB | 1.2/2.2 MB Progress (2): 2.9/3.3 MB | 1.2/2.2 MB Progress (2): 2.9/3.3 MB | 1.2/2.2 MB Progress (2): 2.9/3.3 MB | 1.3/2.2 MB Progress (2): 2.9/3.3 MB | 1.3/2.2 MB Progress (2): 2.9/3.3 MB | 1.3/2.2 MB Progress (2): 2.9/3.3 MB | 1.3/2.2 MB Progress (2): 2.9/3.3 MB | 1.3/2.2 MB Progress (2): 2.9/3.3 MB | 1.3/2.2 MB Progress (2): 2.9/3.3 MB | 1.3/2.2 MB Progress (2): 2.9/3.3 MB | 1.3/2.2 MB Progress (2): 2.9/3.3 MB | 1.3/2.2 MB Progress (2): 2.9/3.3 MB | 1.3/2.2 MB Progress (2): 2.9/3.3 MB | 1.3/2.2 MB Progress (2): 2.9/3.3 MB | 1.3/2.2 MB Progress (2): 2.9/3.3 MB | 1.3/2.2 MB Progress (2): 2.9/3.3 MB | 1.3/2.2 MB Progress (2): 2.9/3.3 MB | 1.3/2.2 MB Progress (2): 2.9/3.3 MB | 1.3/2.2 MB Progress (2): 2.9/3.3 MB | 1.3/2.2 MB Progress (2): 2.9/3.3 MB | 1.3/2.2 MB Progress (2): 2.9/3.3 MB | 1.3/2.2 MB Progress (2): 2.9/3.3 MB | 1.3/2.2 MB Progress (2): 2.9/3.3 MB | 1.3/2.2 MB Progress (2): 2.9/3.3 MB | 1.3/2.2 MB Progress (2): 2.9/3.3 MB | 1.3/2.2 MB Progress (2): 2.9/3.3 MB | 1.3/2.2 MB Progress (2): 2.9/3.3 MB | 1.3/2.2 MB Progress (2): 2.9/3.3 MB | 1.3/2.2 MB Progress (2): 2.9/3.3 MB | 1.3/2.2 MB Progress (2): 2.9/3.3 MB | 1.3/2.2 MB Progress (2): 2.9/3.3 MB | 1.3/2.2 MB Progress (2): 2.9/3.3 MB | 1.3/2.2 MB Progress (2): 2.9/3.3 MB | 1.3/2.2 MB Progress (2): 3.0/3.3 MB | 1.3/2.2 MB Progress (2): 3.0/3.3 MB | 1.3/2.2 MB Progress (2): 3.0/3.3 MB | 1.3/2.2 MB Progress (2): 3.0/3.3 MB | 1.3/2.2 MB Progress (2): 3.0/3.3 MB | 1.3/2.2 MB Progress (2): 3.0/3.3 MB | 1.3/2.2 MB Progress (2): 3.0/3.3 MB | 1.3/2.2 MB Progress (2): 3.0/3.3 MB | 1.3/2.2 MB Progress (2): 3.0/3.3 MB | 1.3/2.2 MB Progress (2): 3.0/3.3 MB | 1.3/2.2 MB Progress (2): 3.0/3.3 MB | 1.3/2.2 MB Progress (2): 3.0/3.3 MB | 1.3/2.2 MB Progress (2): 3.0/3.3 MB | 1.3/2.2 MB Progress (2): 3.0/3.3 MB | 1.3/2.2 MB Progress (2): 3.0/3.3 MB | 1.3/2.2 MB Progress (2): 3.0/3.3 MB | 1.3/2.2 MB Progress (2): 3.0/3.3 MB | 1.3/2.2 MB Progress (2): 3.0/3.3 MB | 1.3/2.2 MB Progress (2): 3.0/3.3 MB | 1.3/2.2 MB Progress (2): 3.0/3.3 MB | 1.4/2.2 MB Progress (2): 3.0/3.3 MB | 1.4/2.2 MB Progress (2): 3.0/3.3 MB | 1.4/2.2 MB Progress (2): 3.0/3.3 MB | 1.4/2.2 MB Progress (2): 3.0/3.3 MB | 1.4/2.2 MB Progress (2): 3.0/3.3 MB | 1.4/2.2 MB Progress (2): 3.0/3.3 MB | 1.4/2.2 MB Progress (2): 3.0/3.3 MB | 1.4/2.2 MB Progress (2): 3.0/3.3 MB | 1.4/2.2 MB Progress (2): 3.0/3.3 MB | 1.4/2.2 MB Progress (2): 3.0/3.3 MB | 1.4/2.2 MB Progress (2): 3.0/3.3 MB | 1.4/2.2 MB Progress (2): 3.0/3.3 MB | 1.4/2.2 MB Progress (2): 3.0/3.3 MB | 1.4/2.2 MB Progress (2): 3.0/3.3 MB | 1.4/2.2 MB Progress (2): 3.0/3.3 MB | 1.4/2.2 MB Progress (2): 3.0/3.3 MB | 1.4/2.2 MB Progress (2): 3.0/3.3 MB | 1.4/2.2 MB Progress (2): 3.0/3.3 MB | 1.4/2.2 MB Progress (2): 3.0/3.3 MB | 1.4/2.2 MB Progress (2): 3.0/3.3 MB | 1.4/2.2 MB Progress (2): 3.0/3.3 MB | 1.4/2.2 MB Progress (2): 3.0/3.3 MB | 1.4/2.2 MB Progress (2): 3.0/3.3 MB | 1.4/2.2 MB Progress (2): 3.0/3.3 MB | 1.4/2.2 MB Progress (2): 3.0/3.3 MB | 1.4/2.2 MB Progress (2): 3.0/3.3 MB | 1.4/2.2 MB Progress (2): 3.0/3.3 MB | 1.4/2.2 MB Progress (2): 3.0/3.3 MB | 1.4/2.2 MB Progress (2): 3.0/3.3 MB | 1.4/2.2 MB Progress (2): 3.0/3.3 MB | 1.4/2.2 MB Progress (2): 3.1/3.3 MB | 1.4/2.2 MB Progress (2): 3.1/3.3 MB | 1.4/2.2 MB Progress (2): 3.1/3.3 MB | 1.4/2.2 MB Progress (2): 3.1/3.3 MB | 1.4/2.2 MB Progress (2): 3.1/3.3 MB | 1.4/2.2 MB Progress (2): 3.1/3.3 MB | 1.4/2.2 MB Progress (2): 3.1/3.3 MB | 1.4/2.2 MB Progress (2): 3.1/3.3 MB | 1.4/2.2 MB Progress (2): 3.1/3.3 MB | 1.4/2.2 MB Progress (2): 3.1/3.3 MB | 1.4/2.2 MB Progress (2): 3.1/3.3 MB | 1.4/2.2 MB Progress (2): 3.1/3.3 MB | 1.4/2.2 MB Progress (2): 3.1/3.3 MB | 1.4/2.2 MB Progress (2): 3.1/3.3 MB | 1.4/2.2 MB Progress (2): 3.1/3.3 MB | 1.4/2.2 MB Progress (2): 3.1/3.3 MB | 1.4/2.2 MB Progress (2): 3.1/3.3 MB | 1.4/2.2 MB Progress (2): 3.1/3.3 MB | 1.4/2.2 MB Progress (2): 3.1/3.3 MB | 1.4/2.2 MB Progress (2): 3.1/3.3 MB | 1.5/2.2 MB Progress (2): 3.1/3.3 MB | 1.5/2.2 MB Progress (2): 3.1/3.3 MB | 1.5/2.2 MB Progress (2): 3.1/3.3 MB | 1.5/2.2 MB Progress (2): 3.1/3.3 MB | 1.5/2.2 MB Progress (2): 3.1/3.3 MB | 1.5/2.2 MB Progress (2): 3.1/3.3 MB | 1.5/2.2 MB Progress (2): 3.1/3.3 MB | 1.5/2.2 MB Progress (2): 3.1/3.3 MB | 1.5/2.2 MB Progress (2): 3.1/3.3 MB | 1.5/2.2 MB Progress (2): 3.1/3.3 MB | 1.5/2.2 MB Progress (2): 3.1/3.3 MB | 1.5/2.2 MB Progress (2): 3.1/3.3 MB | 1.5/2.2 MB Progress (2): 3.1/3.3 MB | 1.5/2.2 MB Progress (2): 3.1/3.3 MB | 1.5/2.2 MB Progress (2): 3.1/3.3 MB | 1.5/2.2 MB Progress (2): 3.1/3.3 MB | 1.5/2.2 MB Progress (2): 3.1/3.3 MB | 1.5/2.2 MB Progress (2): 3.1/3.3 MB | 1.5/2.2 MB Progress (2): 3.1/3.3 MB | 1.5/2.2 MB Progress (2): 3.1/3.3 MB | 1.5/2.2 MB Progress (2): 3.1/3.3 MB | 1.5/2.2 MB Progress (2): 3.1/3.3 MB | 1.5/2.2 MB Progress (2): 3.1/3.3 MB | 1.5/2.2 MB Progress (2): 3.1/3.3 MB | 1.5/2.2 MB Progress (2): 3.1/3.3 MB | 1.5/2.2 MB Progress (2): 3.1/3.3 MB | 1.5/2.2 MB Progress (2): 3.1/3.3 MB | 1.5/2.2 MB Progress (2): 3.1/3.3 MB | 1.5/2.2 MB Progress (2): 3.1/3.3 MB | 1.5/2.2 MB Progress (2): 3.1/3.3 MB | 1.5/2.2 MB Progress (2): 3.2/3.3 MB | 1.5/2.2 MB Progress (2): 3.2/3.3 MB | 1.5/2.2 MB Progress (2): 3.2/3.3 MB | 1.5/2.2 MB Progress (2): 3.2/3.3 MB | 1.5/2.2 MB Progress (2): 3.2/3.3 MB | 1.5/2.2 MB Progress (2): 3.2/3.3 MB | 1.5/2.2 MB Progress (2): 3.2/3.3 MB | 1.5/2.2 MB Progress (2): 3.2/3.3 MB | 1.5/2.2 MB Progress (2): 3.2/3.3 MB | 1.5/2.2 MB Progress (2): 3.2/3.3 MB | 1.5/2.2 MB Progress (2): 3.2/3.3 MB | 1.5/2.2 MB Progress (2): 3.2/3.3 MB | 1.5/2.2 MB Progress (2): 3.2/3.3 MB | 1.5/2.2 MB Progress (2): 3.2/3.3 MB | 1.5/2.2 MB Progress (2): 3.2/3.3 MB | 1.5/2.2 MB Progress (2): 3.2/3.3 MB | 1.5/2.2 MB Progress (2): 3.2/3.3 MB | 1.5/2.2 MB Progress (2): 3.2/3.3 MB | 1.5/2.2 MB Progress (2): 3.2/3.3 MB | 1.5/2.2 MB Progress (2): 3.2/3.3 MB | 1.6/2.2 MB Progress (2): 3.2/3.3 MB | 1.6/2.2 MB Progress (2): 3.2/3.3 MB | 1.6/2.2 MB Progress (2): 3.2/3.3 MB | 1.6/2.2 MB Progress (2): 3.2/3.3 MB | 1.6/2.2 MB Progress (2): 3.2/3.3 MB | 1.6/2.2 MB Progress (2): 3.2/3.3 MB | 1.6/2.2 MB Progress (2): 3.2/3.3 MB | 1.6/2.2 MB Progress (2): 3.2/3.3 MB | 1.6/2.2 MB Progress (2): 3.2/3.3 MB | 1.6/2.2 MB Progress (2): 3.2/3.3 MB | 1.6/2.2 MB Progress (2): 3.2/3.3 MB | 1.6/2.2 MB Progress (2): 3.2/3.3 MB | 1.6/2.2 MB Progress (2): 3.2/3.3 MB | 1.6/2.2 MB Progress (2): 3.2/3.3 MB | 1.6/2.2 MB Progress (2): 3.2/3.3 MB | 1.6/2.2 MB Progress (2): 3.2/3.3 MB | 1.6/2.2 MB Progress (2): 3.2/3.3 MB | 1.6/2.2 MB Progress (2): 3.2/3.3 MB | 1.6/2.2 MB Progress (2): 3.2/3.3 MB | 1.6/2.2 MB Progress (2): 3.2/3.3 MB | 1.6/2.2 MB Progress (2): 3.2/3.3 MB | 1.6/2.2 MB Progress (2): 3.2/3.3 MB | 1.6/2.2 MB Progress (2): 3.2/3.3 MB | 1.6/2.2 MB Progress (2): 3.2/3.3 MB | 1.6/2.2 MB Progress (2): 3.2/3.3 MB | 1.6/2.2 MB Progress (2): 3.2/3.3 MB | 1.6/2.2 MB Progress (2): 3.2/3.3 MB | 1.6/2.2 MB Progress (2): 3.2/3.3 MB | 1.6/2.2 MB Progress (2): 3.2/3.3 MB | 1.6/2.2 MB Progress (2): 3.2/3.3 MB | 1.6/2.2 MB Progress (2): 3.3/3.3 MB | 1.6/2.2 MB Progress (2): 3.3/3.3 MB | 1.6/2.2 MB Progress (2): 3.3/3.3 MB | 1.6/2.2 MB Progress (2): 3.3/3.3 MB | 1.6/2.2 MB Progress (2): 3.3/3.3 MB | 1.6/2.2 MB Progress (2): 3.3/3.3 MB | 1.6/2.2 MB Progress (2): 3.3/3.3 MB | 1.6/2.2 MB Progress (2): 3.3/3.3 MB | 1.6/2.2 MB Progress (2): 3.3/3.3 MB | 1.6/2.2 MB Progress (2): 3.3/3.3 MB | 1.6/2.2 MB Progress (2): 3.3/3.3 MB | 1.6/2.2 MB Progress (2): 3.3 MB | 1.6/2.2 MB Progress (2): 3.3 MB | 1.6/2.2 MB Progress (2): 3.3 MB | 1.6/2.2 MB Progress (2): 3.3 MB | 1.6/2.2 MB Progress (2): 3.3 MB | 1.7/2.2 MB Progress (2): 3.3 MB | 1.7/2.2 MB Progress (2): 3.3 MB | 1.7/2.2 MB Progress (2): 3.3 MB | 1.7/2.2 MB Progress (2): 3.3 MB | 1.7/2.2 MB Progress (2): 3.3 MB | 1.7/2.2 MB Progress (2): 3.3 MB | 1.7/2.2 MB Progress (2): 3.3 MB | 1.7/2.2 MB Progress (2): 3.3 MB | 1.7/2.2 MB Progress (2): 3.3 MB | 1.7/2.2 MB Progress (2): 3.3 MB | 1.7/2.2 MB Progress (2): 3.3 MB | 1.7/2.2 MB Progress (2): 3.3 MB | 1.7/2.2 MB Progress (2): 3.3 MB | 1.7/2.2 MB Progress (2): 3.3 MB | 1.7/2.2 MB Progress (2): 3.3 MB | 1.7/2.2 MB Progress (2): 3.3 MB | 1.7/2.2 MB Progress (2): 3.3 MB | 1.7/2.2 MB Progress (2): 3.3 MB | 1.7/2.2 MB Progress (2): 3.3 MB | 1.7/2.2 MB Progress (2): 3.3 MB | 1.7/2.2 MB Progress (2): 3.3 MB | 1.7/2.2 MB Progress (2): 3.3 MB | 1.7/2.2 MB Progress (2): 3.3 MB | 1.7/2.2 MB Progress (2): 3.3 MB | 1.7/2.2 MB Progress (2): 3.3 MB | 1.8/2.2 MB Progress (2): 3.3 MB | 1.8/2.2 MB Progress (2): 3.3 MB | 1.8/2.2 MB Progress (2): 3.3 MB | 1.8/2.2 MB Progress (2): 3.3 MB | 1.8/2.2 MB Progress (2): 3.3 MB | 1.8/2.2 MB Progress (2): 3.3 MB | 1.8/2.2 MB Progress (2): 3.3 MB | 1.8/2.2 MB Progress (2): 3.3 MB | 1.8/2.2 MB Progress (2): 3.3 MB | 1.8/2.2 MB Progress (2): 3.3 MB | 1.8/2.2 MB Progress (2): 3.3 MB | 1.8/2.2 MB Progress (2): 3.3 MB | 1.8/2.2 MB Progress (2): 3.3 MB | 1.8/2.2 MB Progress (2): 3.3 MB | 1.8/2.2 MB Progress (2): 3.3 MB | 1.8/2.2 MB Progress (2): 3.3 MB | 1.8/2.2 MB Progress (2): 3.3 MB | 1.8/2.2 MB Progress (2): 3.3 MB | 1.8/2.2 MB Progress (2): 3.3 MB | 1.8/2.2 MB Progress (2): 3.3 MB | 1.8/2.2 MB Progress (2): 3.3 MB | 1.8/2.2 MB Progress (2): 3.3 MB | 1.8/2.2 MB Progress (2): 3.3 MB | 1.8/2.2 MB Progress (2): 3.3 MB | 1.8/2.2 MB Progress (2): 3.3 MB | 1.9/2.2 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/saxon/saxon/8.7/saxon-8.7.jar (3.3 MB at 3.1 MB/s) 15:10:25 [2019-07-19T19:10:25.350Z] Progress (1): 1.9/2.2 MB Progress (1): 1.9/2.2 MB Progress (1): 1.9/2.2 MB Progress (1): 1.9/2.2 MB Progress (1): 1.9/2.2 MB Progress (1): 1.9/2.2 MB Progress (1): 1.9/2.2 MB Progress (1): 1.9/2.2 MB Progress (1): 1.9/2.2 MB Progress (1): 1.9/2.2 MB Progress (1): 1.9/2.2 MB Progress (1): 1.9/2.2 MB Progress (1): 1.9/2.2 MB Progress (1): 1.9/2.2 MB Progress (1): 1.9/2.2 MB Progress (1): 1.9/2.2 MB Progress (1): 1.9/2.2 MB Progress (1): 1.9/2.2 MB Progress (1): 1.9/2.2 MB Progress (1): 1.9/2.2 MB Progress (1): 1.9/2.2 MB Progress (1): 1.9/2.2 MB Progress (1): 1.9/2.2 MB Progress (1): 1.9/2.2 MB Progress (1): 2.0/2.2 MB Progress (1): 2.0/2.2 MB Progress (1): 2.0/2.2 MB Progress (1): 2.0/2.2 MB Progress (1): 2.0/2.2 MB Progress (1): 2.0/2.2 MB Progress (1): 2.0/2.2 MB Progress (1): 2.0/2.2 MB Progress (1): 2.0/2.2 MB Progress (1): 2.0/2.2 MB Progress (1): 2.0/2.2 MB Progress (1): 2.0/2.2 MB Progress (1): 2.0/2.2 MB Progress (1): 2.0/2.2 MB Progress (1): 2.0/2.2 MB Progress (1): 2.0/2.2 MB Progress (1): 2.0/2.2 MB Progress (1): 2.0/2.2 MB Progress (1): 2.0/2.2 MB Progress (1): 2.0/2.2 MB Progress (1): 2.0/2.2 MB Progress (1): 2.0/2.2 MB Progress (1): 2.0/2.2 MB Progress (1): 2.0/2.2 MB Progress (1): 2.0/2.2 MB Progress (1): 2.1/2.2 MB Progress (1): 2.1/2.2 MB Progress (1): 2.1/2.2 MB Progress (1): 2.1/2.2 MB Progress (1): 2.1/2.2 MB Progress (1): 2.1/2.2 MB Progress (1): 2.1/2.2 MB Progress (1): 2.1/2.2 MB Progress (1): 2.1/2.2 MB Progress (1): 2.1/2.2 MB Progress (1): 2.1/2.2 MB Progress (1): 2.1/2.2 MB Progress (1): 2.1/2.2 MB Progress (1): 2.1/2.2 MB Progress (1): 2.1/2.2 MB Progress (1): 2.1/2.2 MB Progress (1): 2.1/2.2 MB Progress (1): 2.1/2.2 MB Progress (1): 2.1/2.2 MB Progress (1): 2.1/2.2 MB Progress (1): 2.1/2.2 MB Progress (1): 2.1/2.2 MB Progress (1): 2.1/2.2 MB Progress (1): 2.1/2.2 MB Progress (1): 2.1/2.2 MB Progress (1): 2.2/2.2 MB Progress (1): 2.2/2.2 MB Progress (1): 2.2/2.2 MB Progress (1): 2.2/2.2 MB Progress (1): 2.2/2.2 MB Progress (1): 2.2 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/15.0/guava-15.0.jar (2.2 MB at 2.0 MB/s) 15:10:25 [2019-07-19T19:10:25.916Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.counters.core:2.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core/.polyglot.build.properties 15:10:26 [2019-07-19T19:10:26.493Z] [INFO] Adding repository https://download.eclipse.org/tools/cdt/releases/9.8 15:10:26 [2019-07-19T19:10:26.751Z] [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/cdt/releases/9.8/ 15:10:26 [2019-07-19T19:10:26.751Z] [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/cdt/releases/9.8/ 15:10:26 [2019-07-19T19:10:26.751Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/cdt/launchbar/2.3/launchbar-2.3.0/ 15:10:26 [2019-07-19T19:10:26.751Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/cdt/launchbar/2.3/launchbar-2.3.0/ 15:10:27 [2019-07-19T19:10:27.011Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/cdt/launchbar/2.3/launchbar-2.3.0/ 15:10:27 [2019-07-19T19:10:27.011Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/cdt/launchbar/2.3/launchbar-2.3.0/ 15:10:27 [2019-07-19T19:10:27.269Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/cdt/releases/9.8/cdt-9.8.0/ 15:10:27 [2019-07-19T19:10:27.269Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/cdt/releases/9.8/cdt-9.8.0/ 15:10:27 [2019-07-19T19:10:27.526Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/cdt/releases/9.8/cdt-9.8.0/ 15:10:27 [2019-07-19T19:10:27.526Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/cdt/releases/9.8/cdt-9.8.0/ 15:10:28 [2019-07-19T19:10:28.092Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/cdt/releases/9.8/cdt-9.8.1/ 15:10:28 [2019-07-19T19:10:28.092Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/cdt/releases/9.8/cdt-9.8.1/ 15:10:28 [2019-07-19T19:10:28.092Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/cdt/releases/9.8/cdt-9.8.1/ 15:10:28 [2019-07-19T19:10:28.092Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/cdt/releases/9.8/cdt-9.8.1/ 15:10:29 [2019-07-19T19:10:29.026Z] [INFO] Fetching p2.index from https://download.eclipse.org/linuxtools/update-7.3.0/ 15:10:29 [2019-07-19T19:10:29.026Z] [INFO] Fetching p2.index from https://download.eclipse.org/linuxtools/update-7.3.0/ 15:10:29 [2019-07-19T19:10:29.026Z] [INFO] Adding repository https://download.eclipse.org/linuxtools/update-7.3.0 15:10:29 [2019-07-19T19:10:29.026Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/linuxtools/update-7.3.0/ 15:10:29 [2019-07-19T19:10:29.026Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/linuxtools/update-7.3.0/ 15:10:29 [2019-07-19T19:10:29.285Z] [INFO] Fetching p2.index from https://download.eclipse.org/technology/swtbot/snapshots/ 15:10:29 [2019-07-19T19:10:29.285Z] [INFO] Fetching p2.index from https://download.eclipse.org/technology/swtbot/snapshots/ 15:10:29 [2019-07-19T19:10:29.285Z] [INFO] Adding repository https://download.eclipse.org/technology/swtbot/snapshots 15:10:29 [2019-07-19T19:10:29.285Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/technology/swtbot/snapshots/ 15:10:29 [2019-07-19T19:10:29.285Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/technology/swtbot/snapshots/ 15:10:29 [2019-07-19T19:10:29.543Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/ptp/builds/remote/photon/milestones/2019-06-RC1/ 15:10:29 [2019-07-19T19:10:29.543Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/ptp/builds/remote/photon/milestones/2019-06-RC1/ 15:10:29 [2019-07-19T19:10:29.543Z] [INFO] Adding repository https://download.eclipse.org/tools/ptp/builds/remote/photon/milestones/2019-06-RC1 15:10:29 [2019-07-19T19:10:29.802Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/ptp/builds/remote/photon/milestones/2019-06-RC1/ 15:10:29 [2019-07-19T19:10:29.802Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/ptp/builds/remote/photon/milestones/2019-06-RC1/ 15:10:29 [2019-07-19T19:10:29.802Z] [INFO] Fetching p2.index from https://download.eclipse.org/tm/updates/4.5.101-SNAPSHOT/repository/ 15:10:29 [2019-07-19T19:10:29.802Z] [INFO] Fetching p2.index from https://download.eclipse.org/tm/updates/4.5.101-SNAPSHOT/repository/ 15:10:30 [2019-07-19T19:10:30.060Z] [INFO] Adding repository https://download.eclipse.org/tm/updates/4.5.101-SNAPSHOT/repository 15:10:30 [2019-07-19T19:10:30.060Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/tm/updates/4.5.101-SNAPSHOT/repository/ 15:10:30 [2019-07-19T19:10:30.060Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/tm/updates/4.5.101-SNAPSHOT/repository/ 15:10:30 [2019-07-19T19:10:30.317Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20190602212107/repository/ 15:10:30 [2019-07-19T19:10:30.317Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20190602212107/repository/ 15:10:30 [2019-07-19T19:10:30.317Z] [INFO] Adding repository https://download.eclipse.org/tools/orbit/downloads/drops/R20190602212107/repository 15:10:30 [2019-07-19T19:10:30.317Z] [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/drops/R20190602212107/repository/ 15:10:30 [2019-07-19T19:10:30.317Z] [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/drops/R20190602212107/repository/ 15:10:30 [2019-07-19T19:10:30.575Z] [INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/ (109.13kB) 15:10:30 [2019-07-19T19:10:30.575Z] [INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/ (109.13kB) 15:10:30 [2019-07-19T19:10:30.834Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/ 15:10:30 [2019-07-19T19:10:30.834Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/ 15:10:31 [2019-07-19T19:10:31.094Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/ 15:10:31 [2019-07-19T19:10:31.094Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/ 15:10:31 [2019-07-19T19:10:31.353Z] [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/ 15:10:31 [2019-07-19T19:10:31.353Z] [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/ 15:10:31 [2019-07-19T19:10:31.612Z] [INFO] Adding repository https://download.eclipse.org/cbi/updates/license 15:10:31 [2019-07-19T19:10:31.612Z] [INFO] Fetching compositeContent.jar from https://download.eclipse.org/cbi/updates/license/ (430B) 15:10:31 [2019-07-19T19:10:31.612Z] [INFO] Fetching compositeContent.jar from https://download.eclipse.org/cbi/updates/license/ (430B) 15:10:31 [2019-07-19T19:10:31.870Z] [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB) 15:10:31 [2019-07-19T19:10:31.870Z] [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB) 15:10:31 [2019-07-19T19:10:31.870Z] [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB) 15:10:31 [2019-07-19T19:10:31.870Z] [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB) 15:10:32 [2019-07-19T19:10:32.129Z] [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.0.v20180130-0820/ 15:10:32 [2019-07-19T19:10:32.129Z] [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.0.v20180130-0820/ 15:10:32 [2019-07-19T19:10:32.387Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/cbi/updates/license/2.0.0.v20180130-0820/ 15:10:32 [2019-07-19T19:10:32.387Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/cbi/updates/license/2.0.0.v20180130-0820/ 15:10:32 [2019-07-19T19:10:32.387Z] [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.1.v20180423-1114/ 15:10:32 [2019-07-19T19:10:32.387Z] [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.1.v20180423-1114/ 15:10:32 [2019-07-19T19:10:32.645Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/cbi/updates/license/2.0.1.v20180423-1114/ 15:10:32 [2019-07-19T19:10:32.645Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/cbi/updates/license/2.0.1.v20180423-1114/ 15:10:32 [2019-07-19T19:10:32.645Z] [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/ 15:10:32 [2019-07-19T19:10:32.645Z] [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/ 15:10:32 [2019-07-19T19:10:32.903Z] [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800 15:10:32 [2019-07-19T19:10:32.903Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/ 15:10:32 [2019-07-19T19:10:32.903Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/ 15:10:33 [2019-07-19T19:10:33.469Z] [INFO] Adding repository https://archive.eclipse.org/tracecompass/tracecompass-test-traces/repository/1.7.2 15:10:33 [2019-07-19T19:10:33.727Z] [INFO] Fetching content.jar from https://archive.eclipse.org/tracecompass/tracecompass-test-traces/repository/1.7.2/ (902B) 15:10:33 [2019-07-19T19:10:33.727Z] [INFO] Fetching content.jar from https://archive.eclipse.org/tracecompass/tracecompass-test-traces/repository/1.7.2/ (902B) 15:10:33 [2019-07-19T19:10:33.727Z] [INFO] Fetching p2.index from https://download.eclipse.org/webtools/downloads/drops/R3.14.0/R-3.14.0-20190612230649/repository/ 15:10:33 [2019-07-19T19:10:33.727Z] [INFO] Fetching p2.index from https://download.eclipse.org/webtools/downloads/drops/R3.14.0/R-3.14.0-20190612230649/repository/ 15:10:33 [2019-07-19T19:10:33.727Z] [INFO] Adding repository https://download.eclipse.org/webtools/downloads/drops/R3.14.0/R-3.14.0-20190612230649/repository 15:10:33 [2019-07-19T19:10:33.985Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/webtools/downloads/drops/R3.14.0/R-3.14.0-20190612230649/repository/ 15:10:33 [2019-07-19T19:10:33.985Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/webtools/downloads/drops/R3.14.0/R-3.14.0-20190612230649/repository/ 15:10:34 [2019-07-19T19:10:34.551Z] [INFO] Fetching p2.index from https://download.eclipse.org/modeling/emf/emf/builds/release/2.18/ 15:10:34 [2019-07-19T19:10:34.551Z] [INFO] Fetching p2.index from https://download.eclipse.org/modeling/emf/emf/builds/release/2.18/ 15:10:34 [2019-07-19T19:10:34.551Z] [INFO] Adding repository https://download.eclipse.org/modeling/emf/emf/builds/release/2.18 15:10:34 [2019-07-19T19:10:34.551Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.18/ 15:10:34 [2019-07-19T19:10:34.551Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.18/ 15:10:44 [2019-07-19T19:10:44.521Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.counters.core:2.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core/.polyglot.build.properties 15:10:49 [2019-07-19T19:10:49.783Z] [INFO] Fetching com.google.gson_2.8.2.v20180104-1110.jar.pack.gz from https://download.eclipse.org/tools/cdt/releases/9.8/cdt-9.8.0/plugins/ (79.97kB) 15:10:49 [2019-07-19T19:10:49.783Z] [INFO] The user operation is waiting for background work to complete. 15:10:49 [2019-07-19T19:10:49.783Z] [INFO] Fetching com.google.gson_2.8.2.v20180104-1110.jar.pack.gz from https://download.eclipse.org/tools/cdt/releases/9.8/cdt-9.8.0/plugins/ (79.97kB) 15:10:49 [2019-07-19T19:10:49.783Z] [INFO] Unpacking com.google.gson_2.8.2.v20180104-1110... 15:10:49 [2019-07-19T19:10:49.783Z] [INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (676.21kB) 15:10:49 [2019-07-19T19:10:49.783Z] [INFO] The user operation is waiting for background work to complete. 15:10:49 [2019-07-19T19:10:49.783Z] [INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (676.21kB) 15:10:49 [2019-07-19T19:10:49.783Z] [INFO] Unpacking com.google.guava_21.0.0.v20170206-1425... 15:10:51 [2019-07-19T19:10:51.156Z] [INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (9.5MB) 15:10:51 [2019-07-19T19:10:51.156Z] [INFO] The user operation is waiting for background work to complete. 15:10:51 [2019-07-19T19:10:51.156Z] [INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (9.5MB) 15:10:51 [2019-07-19T19:10:51.415Z] [INFO] Unpacking com.ibm.icu_64.2.0.v20190507-1337... 15:10:57 [2019-07-19T19:10:57.971Z] [INFO] Fetching javax.activation_1.1.0.v201211130549.jar.pack.gz from https://download.eclipse.org/tools/cdt/releases/9.8/cdt-9.8.0/plugins/ (23.46kB) 15:10:57 [2019-07-19T19:10:57.971Z] [INFO] The user operation is waiting for background work to complete. 15:10:57 [2019-07-19T19:10:57.971Z] [INFO] Fetching javax.activation_1.1.0.v201211130549.jar.pack.gz from https://download.eclipse.org/tools/cdt/releases/9.8/cdt-9.8.0/plugins/ (23.46kB) 15:10:57 [2019-07-19T19:10:57.971Z] [INFO] Unpacking javax.activation_1.1.0.v201211130549... 15:10:57 [2019-07-19T19:10:57.971Z] [INFO] Fetching R-4.12-201906051800&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/eclipse/updates/4.12/ 15:10:57 [2019-07-19T19:10:57.971Z] [INFO] Fetching R-4.12-201906051800&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/eclipse/updates/4.12/ 15:10:57 [2019-07-19T19:10:57.971Z] [INFO] Fetching org.eclipse.osgi_3.14.0.v20190517-1309.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (454.46kB) 15:10:57 [2019-07-19T19:10:57.971Z] [INFO] The user operation is waiting for background work to complete. 15:10:57 [2019-07-19T19:10:57.971Z] [INFO] Fetching org.eclipse.osgi_3.14.0.v20190517-1309.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (454.46kB) 15:10:57 [2019-07-19T19:10:57.971Z] [INFO] Unpacking org.eclipse.osgi_3.14.0.v20190517-1309... 15:10:57 [2019-07-19T19:10:57.971Z] [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from https://download.eclipse.org/tools/cdt/releases/9.8/cdt-9.8.0/plugins/ (249kB) 15:10:57 [2019-07-19T19:10:57.971Z] [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from https://download.eclipse.org/tools/cdt/releases/9.8/cdt-9.8.0/plugins/ (249kB) 15:10:58 [2019-07-19T19:10:58.229Z] [INFO] Fetching javax.xml.bind_2.2.0.v201105210648.jar.pack.gz from https://download.eclipse.org/tools/cdt/releases/9.8/cdt-9.8.0/plugins/ (48.86kB) 15:10:58 [2019-07-19T19:10:58.229Z] [INFO] The user operation is waiting for background work to complete. 15:10:58 [2019-07-19T19:10:58.229Z] [INFO] Fetching javax.xml.bind_2.2.0.v201105210648.jar.pack.gz from https://download.eclipse.org/tools/cdt/releases/9.8/cdt-9.8.0/plugins/ (48.86kB) 15:10:58 [2019-07-19T19:10:58.229Z] [INFO] Unpacking javax.xml.bind_2.2.0.v201105210648... 15:10:58 [2019-07-19T19:10:58.229Z] [INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (82.7kB) 15:10:58 [2019-07-19T19:10:58.229Z] [INFO] The user operation is waiting for background work to complete. 15:10:58 [2019-07-19T19:10:58.229Z] [INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (82.7kB) 15:10:58 [2019-07-19T19:10:58.487Z] [INFO] Unpacking org.apache.commons.io_2.6.0.v20190123-2029... 15:10:58 [2019-07-19T19:10:58.487Z] [INFO] Fetching org.eclipse.cdt.core_6.8.1.201907021957.jar.pack.gz from https://download.eclipse.org/tools/cdt/releases/9.8/cdt-9.8.1/plugins/ (1.62MB) 15:10:58 [2019-07-19T19:10:58.487Z] [INFO] The user operation is waiting for background work to complete. 15:10:58 [2019-07-19T19:10:58.487Z] [INFO] Fetching org.eclipse.cdt.core_6.8.1.201907021957.jar.pack.gz from https://download.eclipse.org/tools/cdt/releases/9.8/cdt-9.8.1/plugins/ (1.62MB) 15:10:58 [2019-07-19T19:10:58.745Z] [INFO] Unpacking org.eclipse.cdt.core_6.8.1.201907021957... 15:11:01 [2019-07-19T19:11:01.272Z] [INFO] Fetching org.eclipse.cdt.core.native_5.10.1.201811241055.jar.pack.gz from https://download.eclipse.org/tools/cdt/releases/9.8/cdt-9.8.0/plugins/ (17.15kB) 15:11:01 [2019-07-19T19:11:01.272Z] [INFO] The user operation is waiting for background work to complete. 15:11:01 [2019-07-19T19:11:01.272Z] [INFO] Fetching org.eclipse.cdt.core.native_5.10.1.201811241055.jar.pack.gz from https://download.eclipse.org/tools/cdt/releases/9.8/cdt-9.8.0/plugins/ (17.15kB) 15:11:01 [2019-07-19T19:11:01.272Z] [INFO] Unpacking org.eclipse.cdt.core.native_5.10.1.201811241055... 15:11:01 [2019-07-19T19:11:01.272Z] [INFO] Fetching org.eclipse.core.contenttype_3.7.300.v20190215-2048.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (42.27kB) 15:11:01 [2019-07-19T19:11:01.272Z] [INFO] The user operation is waiting for background work to complete. 15:11:01 [2019-07-19T19:11:01.272Z] [INFO] Fetching org.eclipse.core.contenttype_3.7.300.v20190215-2048.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (42.27kB) 15:11:01 [2019-07-19T19:11:01.272Z] [INFO] Unpacking org.eclipse.core.contenttype_3.7.300.v20190215-2048... 15:11:01 [2019-07-19T19:11:01.272Z] [INFO] Fetching org.eclipse.core.expressions_3.6.400.v20190518-1240.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (33.79kB) 15:11:01 [2019-07-19T19:11:01.272Z] [INFO] The user operation is waiting for background work to complete. 15:11:01 [2019-07-19T19:11:01.272Z] [INFO] Fetching org.eclipse.core.expressions_3.6.400.v20190518-1240.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (33.79kB) 15:11:01 [2019-07-19T19:11:01.272Z] [INFO] Unpacking org.eclipse.core.expressions_3.6.400.v20190518-1240... 15:11:01 [2019-07-19T19:11:01.272Z] [INFO] Fetching org.eclipse.core.filebuffers_3.6.600.v20190519-2344.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (42.02kB) 15:11:01 [2019-07-19T19:11:01.272Z] [INFO] The user operation is waiting for background work to complete. 15:11:01 [2019-07-19T19:11:01.272Z] [INFO] Fetching org.eclipse.core.filebuffers_3.6.600.v20190519-2344.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (42.02kB) 15:11:01 [2019-07-19T19:11:01.272Z] [INFO] Unpacking org.eclipse.core.filebuffers_3.6.600.v20190519-2344... 15:11:01 [2019-07-19T19:11:01.531Z] [INFO] Fetching org.eclipse.core.filesystem_1.7.400.v20190518-1151.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (27.77kB) 15:11:01 [2019-07-19T19:11:01.531Z] [INFO] The user operation is waiting for background work to complete. 15:11:01 [2019-07-19T19:11:01.531Z] [INFO] Fetching org.eclipse.core.filesystem_1.7.400.v20190518-1151.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (27.77kB) 15:11:01 [2019-07-19T19:11:01.531Z] [INFO] Unpacking org.eclipse.core.filesystem_1.7.400.v20190518-1151... 15:11:01 [2019-07-19T19:11:01.531Z] [INFO] Fetching org.eclipse.core.resources_3.13.400.v20190505-1655.jar from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (872.98kB) 15:11:01 [2019-07-19T19:11:01.531Z] [INFO] Fetching org.eclipse.core.resources_3.13.400.v20190505-1655.jar from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (872.98kB) 15:11:01 [2019-07-19T19:11:01.789Z] [INFO] Fetching org.eclipse.core.runtime_3.15.300.v20190508-0543.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (34.24kB) 15:11:01 [2019-07-19T19:11:01.789Z] [INFO] The user operation is waiting for background work to complete. 15:11:01 [2019-07-19T19:11:01.789Z] [INFO] Fetching org.eclipse.core.runtime_3.15.300.v20190508-0543.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (34.24kB) 15:11:02 [2019-07-19T19:11:02.048Z] [INFO] Unpacking org.eclipse.core.runtime_3.15.300.v20190508-0543... 15:11:02 [2019-07-19T19:11:02.048Z] [INFO] Fetching org.eclipse.core.variables_3.4.500.v20190510-0549.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (18.02kB) 15:11:02 [2019-07-19T19:11:02.048Z] [INFO] The user operation is waiting for background work to complete. 15:11:02 [2019-07-19T19:11:02.048Z] [INFO] Fetching org.eclipse.core.variables_3.4.500.v20190510-0549.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (18.02kB) 15:11:02 [2019-07-19T19:11:02.048Z] [INFO] Unpacking org.eclipse.core.variables_3.4.500.v20190510-0549... 15:11:02 [2019-07-19T19:11:02.048Z] [INFO] Fetching org.eclipse.ltk.core.refactoring_3.10.100.v20190510-0840.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (107.68kB) 15:11:02 [2019-07-19T19:11:02.048Z] [INFO] The user operation is waiting for background work to complete. 15:11:02 [2019-07-19T19:11:02.048Z] [INFO] Fetching org.eclipse.ltk.core.refactoring_3.10.100.v20190510-0840.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (107.68kB) 15:11:02 [2019-07-19T19:11:02.306Z] [INFO] Unpacking org.eclipse.ltk.core.refactoring_3.10.100.v20190510-0840... 15:11:02 [2019-07-19T19:11:02.306Z] [INFO] Fetching org.eclipse.text_3.8.200.v20190519-2344.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (97.68kB) 15:11:02 [2019-07-19T19:11:02.306Z] [INFO] The user operation is waiting for background work to complete. 15:11:02 [2019-07-19T19:11:02.306Z] [INFO] Fetching org.eclipse.text_3.8.200.v20190519-2344.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (97.68kB) 15:11:02 [2019-07-19T19:11:02.564Z] [INFO] Unpacking org.eclipse.text_3.8.200.v20190519-2344... 15:11:02 [2019-07-19T19:11:02.564Z] [INFO] Fetching org.eclipse.core.commands_3.9.400.v20190516-1358.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (43.28kB) 15:11:02 [2019-07-19T19:11:02.564Z] [INFO] The user operation is waiting for background work to complete. 15:11:02 [2019-07-19T19:11:02.564Z] [INFO] Fetching org.eclipse.core.commands_3.9.400.v20190516-1358.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (43.28kB) 15:11:02 [2019-07-19T19:11:02.824Z] [INFO] Unpacking org.eclipse.core.commands_3.9.400.v20190516-1358... 15:11:02 [2019-07-19T19:11:02.824Z] [INFO] Fetching org.eclipse.equinox.common_3.10.400.v20190516-1504.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (52.18kB) 15:11:02 [2019-07-19T19:11:02.824Z] [INFO] The user operation is waiting for background work to complete. 15:11:02 [2019-07-19T19:11:02.824Z] [INFO] Fetching org.eclipse.equinox.common_3.10.400.v20190516-1504.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (52.18kB) 15:11:02 [2019-07-19T19:11:02.824Z] [INFO] Unpacking org.eclipse.equinox.common_3.10.400.v20190516-1504... 15:11:03 [2019-07-19T19:11:03.083Z] [INFO] Fetching org.eclipse.equinox.preferences_3.7.400.v20190516-1504.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (53.95kB) 15:11:03 [2019-07-19T19:11:03.083Z] [INFO] The user operation is waiting for background work to complete. 15:11:03 [2019-07-19T19:11:03.083Z] [INFO] Fetching org.eclipse.equinox.preferences_3.7.400.v20190516-1504.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (53.95kB) 15:11:03 [2019-07-19T19:11:03.083Z] [INFO] Unpacking org.eclipse.equinox.preferences_3.7.400.v20190516-1504... 15:11:03 [2019-07-19T19:11:03.083Z] [INFO] Fetching org.eclipse.equinox.registry_3.8.400.v20190516-1504.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (76.91kB) 15:11:03 [2019-07-19T19:11:03.083Z] [INFO] The user operation is waiting for background work to complete. 15:11:03 [2019-07-19T19:11:03.083Z] [INFO] Fetching org.eclipse.equinox.registry_3.8.400.v20190516-1504.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (76.91kB) 15:11:03 [2019-07-19T19:11:03.341Z] [INFO] Unpacking org.eclipse.equinox.registry_3.8.400.v20190516-1504... 15:11:03 [2019-07-19T19:11:03.341Z] [INFO] Fetching org.eclipse.core.jobs_3.10.400.v20190506-1457.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (46.05kB) 15:11:03 [2019-07-19T19:11:03.341Z] [INFO] The user operation is waiting for background work to complete. 15:11:03 [2019-07-19T19:11:03.341Z] [INFO] Fetching org.eclipse.core.jobs_3.10.400.v20190506-1457.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (46.05kB) 15:11:03 [2019-07-19T19:11:03.341Z] [INFO] Unpacking org.eclipse.core.jobs_3.10.400.v20190506-1457... 15:11:03 [2019-07-19T19:11:03.599Z] [INFO] Fetching org.eclipse.equinox.app_1.4.200.v20190516-1504.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (41.7kB) 15:11:03 [2019-07-19T19:11:03.599Z] [INFO] The user operation is waiting for background work to complete. 15:11:03 [2019-07-19T19:11:03.599Z] [INFO] Fetching org.eclipse.equinox.app_1.4.200.v20190516-1504.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (41.7kB) 15:11:03 [2019-07-19T19:11:03.599Z] [INFO] Unpacking org.eclipse.equinox.app_1.4.200.v20190516-1504... 15:11:03 [2019-07-19T19:11:03.599Z] [INFO] Fetching org.eclipse.jdt.annotation_2.2.300.v20190328-1431.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (16.7kB) 15:11:03 [2019-07-19T19:11:03.599Z] [INFO] The user operation is waiting for background work to complete. 15:11:03 [2019-07-19T19:11:03.599Z] [INFO] Fetching org.eclipse.jdt.annotation_2.2.300.v20190328-1431.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (16.7kB) 15:11:03 [2019-07-19T19:11:03.857Z] [INFO] Unpacking org.eclipse.jdt.annotation_2.2.300.v20190328-1431... 15:11:03 [2019-07-19T19:11:03.857Z] [INFO] Fetching &countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/orbit/downloads/drops/R20181102183712/repository/ 15:11:03 [2019-07-19T19:11:03.857Z] [INFO] Fetching &countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/orbit/downloads/drops/R20181102183712/repository/ 15:11:03 [2019-07-19T19:11:03.857Z] [INFO] Fetching org.apache.commons.lang3_3.1.0.v201403281430.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (123.59kB) 15:11:03 [2019-07-19T19:11:03.857Z] [INFO] The user operation is waiting for background work to complete. 15:11:03 [2019-07-19T19:11:03.857Z] [INFO] Fetching org.apache.commons.lang3_3.1.0.v201403281430.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (123.59kB) 15:11:04 [2019-07-19T19:11:04.115Z] [INFO] Unpacking org.apache.commons.lang3_3.1.0.v201403281430... 15:11:04 [2019-07-19T19:11:04.115Z] [INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (96.31kB) 15:11:04 [2019-07-19T19:11:04.115Z] [INFO] The user operation is waiting for background work to complete. 15:11:04 [2019-07-19T19:11:04.115Z] [INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (96.31kB) 15:11:04 [2019-07-19T19:11:04.374Z] [INFO] Unpacking org.antlr.runtime_3.2.0.v201101311130... 15:11:04 [2019-07-19T19:11:04.633Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.counters.core:2.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core/.polyglot.build.properties 15:11:04 [2019-07-19T19:11:04.633Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.counters.core.tests:0.0.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core.tests/.polyglot.build.properties 15:11:04 [2019-07-19T19:11:04.633Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.counters.core.tests:0.0.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core.tests/.polyglot.build.properties 15:11:05 [2019-07-19T19:11:05.199Z] [INFO] Fetching org.apache.batik.constants_1.11.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (13.03kB) 15:11:05 [2019-07-19T19:11:05.199Z] [INFO] The user operation is waiting for background work to complete. 15:11:05 [2019-07-19T19:11:05.199Z] [INFO] Fetching org.apache.batik.constants_1.11.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (13.03kB) 15:11:05 [2019-07-19T19:11:05.199Z] [INFO] Unpacking org.apache.batik.constants_1.11.0.v20190515-0436... 15:11:05 [2019-07-19T19:11:05.199Z] [INFO] Fetching org.apache.batik.css_1.11.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (101.68kB) 15:11:05 [2019-07-19T19:11:05.199Z] [INFO] The user operation is waiting for background work to complete. 15:11:05 [2019-07-19T19:11:05.199Z] [INFO] Fetching org.apache.batik.css_1.11.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (101.68kB) 15:11:05 [2019-07-19T19:11:05.199Z] [INFO] Unpacking org.apache.batik.css_1.11.0.v20190515-0436... 15:11:05 [2019-07-19T19:11:05.457Z] [INFO] Fetching org.apache.batik.util_1.11.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (63.49kB) 15:11:05 [2019-07-19T19:11:05.457Z] [INFO] The user operation is waiting for background work to complete. 15:11:05 [2019-07-19T19:11:05.457Z] [INFO] Fetching org.apache.batik.util_1.11.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (63.49kB) 15:11:05 [2019-07-19T19:11:05.457Z] [INFO] Unpacking org.apache.batik.util_1.11.0.v20190515-0436... 15:11:05 [2019-07-19T19:11:05.715Z] [INFO] Fetching org.apache.batik.i18n_1.11.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (14.52kB) 15:11:05 [2019-07-19T19:11:05.715Z] [INFO] The user operation is waiting for background work to complete. 15:11:05 [2019-07-19T19:11:05.715Z] [INFO] Fetching org.apache.batik.i18n_1.11.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (14.52kB) 15:11:05 [2019-07-19T19:11:05.715Z] [INFO] Unpacking org.apache.batik.i18n_1.11.0.v20190515-0436... 15:11:05 [2019-07-19T19:11:05.715Z] [INFO] Fetching org.apache.xmlgraphics_2.3.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (258.72kB) 15:11:05 [2019-07-19T19:11:05.715Z] [INFO] The user operation is waiting for background work to complete. 15:11:05 [2019-07-19T19:11:05.715Z] [INFO] Fetching org.apache.xmlgraphics_2.3.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (258.72kB) 15:11:05 [2019-07-19T19:11:05.973Z] [INFO] Unpacking org.apache.xmlgraphics_2.3.0.v20190515-0436... 15:11:06 [2019-07-19T19:11:06.231Z] [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (95.26kB) 15:11:06 [2019-07-19T19:11:06.231Z] [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (95.26kB) 15:11:06 [2019-07-19T19:11:06.231Z] [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (15.35kB) 15:11:06 [2019-07-19T19:11:06.231Z] [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (15.35kB) 15:11:06 [2019-07-19T19:11:06.490Z] [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (35.59kB) 15:11:06 [2019-07-19T19:11:06.490Z] [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (35.59kB) 15:11:06 [2019-07-19T19:11:06.490Z] [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (33.71kB) 15:11:06 [2019-07-19T19:11:06.490Z] [INFO] The user operation is waiting for background work to complete. 15:11:06 [2019-07-19T19:11:06.490Z] [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (33.71kB) 15:11:06 [2019-07-19T19:11:06.490Z] [INFO] Unpacking org.apache.commons.logging_1.2.0.v20180409-1502... 15:11:06 [2019-07-19T19:11:06.747Z] [INFO] Fetching org.apache.felix.scr_2.1.14.v20190123-1619.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (154.23kB) 15:11:06 [2019-07-19T19:11:06.747Z] [INFO] The user operation is waiting for background work to complete. 15:11:06 [2019-07-19T19:11:06.747Z] [INFO] Fetching org.apache.felix.scr_2.1.14.v20190123-1619.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (154.23kB) 15:11:06 [2019-07-19T19:11:06.747Z] [INFO] Unpacking org.apache.felix.scr_2.1.14.v20190123-1619... 15:11:07 [2019-07-19T19:11:07.005Z] [INFO] Fetching org.eclipse.osgi.services_3.8.0.v20190206-2147.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (44.03kB) 15:11:07 [2019-07-19T19:11:07.005Z] [INFO] The user operation is waiting for background work to complete. 15:11:07 [2019-07-19T19:11:07.005Z] [INFO] Fetching org.eclipse.osgi.services_3.8.0.v20190206-2147.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (44.03kB) 15:11:07 [2019-07-19T19:11:07.005Z] [INFO] Unpacking org.eclipse.osgi.services_3.8.0.v20190206-2147... 15:11:07 [2019-07-19T19:11:07.263Z] [INFO] Fetching org.eclipse.osgi.util_3.5.200.v20190115-2323.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (30.66kB) 15:11:07 [2019-07-19T19:11:07.263Z] [INFO] The user operation is waiting for background work to complete. 15:11:07 [2019-07-19T19:11:07.263Z] [INFO] Fetching org.eclipse.osgi.util_3.5.200.v20190115-2323.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (30.66kB) 15:11:07 [2019-07-19T19:11:07.263Z] [INFO] Unpacking org.eclipse.osgi.util_3.5.200.v20190115-2323... 15:11:07 [2019-07-19T19:11:07.263Z] [INFO] Fetching org.eclipse.compare_3.7.600.v20190519-2354.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (303.02kB) 15:11:07 [2019-07-19T19:11:07.263Z] [INFO] The user operation is waiting for background work to complete. 15:11:07 [2019-07-19T19:11:07.263Z] [INFO] Fetching org.eclipse.compare_3.7.600.v20190519-2354.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (303.02kB) 15:11:07 [2019-07-19T19:11:07.521Z] [INFO] Unpacking org.eclipse.compare_3.7.600.v20190519-2354... 15:11:07 [2019-07-19T19:11:07.781Z] [INFO] Fetching org.eclipse.ui_3.113.0.v20190513-2118.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (361.71kB) 15:11:07 [2019-07-19T19:11:07.781Z] [INFO] The user operation is waiting for background work to complete. 15:11:07 [2019-07-19T19:11:07.781Z] [INFO] Fetching org.eclipse.ui_3.113.0.v20190513-2118.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (361.71kB) 15:11:07 [2019-07-19T19:11:07.781Z] [INFO] Unpacking org.eclipse.ui_3.113.0.v20190513-2118... 15:11:08 [2019-07-19T19:11:08.039Z] [INFO] Fetching org.eclipse.jface.text_3.15.200.v20190519-2344.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (318.48kB) 15:11:08 [2019-07-19T19:11:08.039Z] [INFO] The user operation is waiting for background work to complete. 15:11:08 [2019-07-19T19:11:08.039Z] [INFO] Fetching org.eclipse.jface.text_3.15.200.v20190519-2344.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (318.48kB) 15:11:08 [2019-07-19T19:11:08.296Z] [INFO] Unpacking org.eclipse.jface.text_3.15.200.v20190519-2344... 15:11:08 [2019-07-19T19:11:08.554Z] [INFO] Fetching org.eclipse.ui.ide_3.15.200.v20190519-2104.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (964.19kB) 15:11:08 [2019-07-19T19:11:08.554Z] [INFO] The user operation is waiting for background work to complete. 15:11:08 [2019-07-19T19:11:08.554Z] [INFO] Fetching org.eclipse.ui.ide_3.15.200.v20190519-2104.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (964.19kB) 15:11:08 [2019-07-19T19:11:08.812Z] [INFO] Unpacking org.eclipse.ui.ide_3.15.200.v20190519-2104... 15:11:09 [2019-07-19T19:11:09.377Z] [INFO] Fetching org.eclipse.ui.views_3.9.400.v20190517-1612.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (48.79kB) 15:11:09 [2019-07-19T19:11:09.377Z] [INFO] The user operation is waiting for background work to complete. 15:11:09 [2019-07-19T19:11:09.377Z] [INFO] Fetching org.eclipse.ui.views_3.9.400.v20190517-1612.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (48.79kB) 15:11:09 [2019-07-19T19:11:09.635Z] [INFO] Unpacking org.eclipse.ui.views_3.9.400.v20190517-1612... 15:11:09 [2019-07-19T19:11:09.635Z] [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.12.0.v20190519-2344.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (229.07kB) 15:11:09 [2019-07-19T19:11:09.635Z] [INFO] The user operation is waiting for background work to complete. 15:11:09 [2019-07-19T19:11:09.635Z] [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.12.0.v20190519-2344.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (229.07kB) 15:11:09 [2019-07-19T19:11:09.893Z] [INFO] Unpacking org.eclipse.ui.workbench.texteditor_3.12.0.v20190519-2344... 15:11:10 [2019-07-19T19:11:10.150Z] [INFO] Fetching org.eclipse.ui.editors_3.11.500.v20190519-2344.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (195.05kB) 15:11:10 [2019-07-19T19:11:10.150Z] [INFO] The user operation is waiting for background work to complete. 15:11:10 [2019-07-19T19:11:10.150Z] [INFO] Fetching org.eclipse.ui.editors_3.11.500.v20190519-2344.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (195.05kB) 15:11:10 [2019-07-19T19:11:10.150Z] [INFO] Unpacking org.eclipse.ui.editors_3.11.500.v20190519-2344... 15:11:10 [2019-07-19T19:11:10.407Z] [INFO] Fetching org.eclipse.ui.forms_3.8.0.v20190519-1034.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (123.14kB) 15:11:10 [2019-07-19T19:11:10.407Z] [INFO] The user operation is waiting for background work to complete. 15:11:10 [2019-07-19T19:11:10.407Z] [INFO] Fetching org.eclipse.ui.forms_3.8.0.v20190519-1034.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (123.14kB) 15:11:10 [2019-07-19T19:11:10.407Z] [INFO] Unpacking org.eclipse.ui.forms_3.8.0.v20190519-1034... 15:11:10 [2019-07-19T19:11:10.665Z] [INFO] Fetching org.eclipse.compare.core_3.6.500.v20190519-2354.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (32.84kB) 15:11:10 [2019-07-19T19:11:10.665Z] [INFO] The user operation is waiting for background work to complete. 15:11:10 [2019-07-19T19:11:10.665Z] [INFO] Fetching org.eclipse.compare.core_3.6.500.v20190519-2354.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (32.84kB) 15:11:10 [2019-07-19T19:11:10.665Z] [INFO] Unpacking org.eclipse.compare.core_3.6.500.v20190519-2354... 15:11:10 [2019-07-19T19:11:10.922Z] [INFO] Fetching org.eclipse.core.databinding_1.7.400.v20190513-2118.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (55.78kB) 15:11:10 [2019-07-19T19:11:10.922Z] [INFO] The user operation is waiting for background work to complete. 15:11:10 [2019-07-19T19:11:10.922Z] [INFO] Fetching org.eclipse.core.databinding_1.7.400.v20190513-2118.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (55.78kB) 15:11:10 [2019-07-19T19:11:10.922Z] [INFO] Unpacking org.eclipse.core.databinding_1.7.400.v20190513-2118... 15:11:10 [2019-07-19T19:11:10.922Z] [INFO] Fetching org.eclipse.core.databinding.observable_1.7.0.v20190515-0910.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (82.59kB) 15:11:10 [2019-07-19T19:11:10.922Z] [INFO] The user operation is waiting for background work to complete. 15:11:10 [2019-07-19T19:11:10.922Z] [INFO] Fetching org.eclipse.core.databinding.observable_1.7.0.v20190515-0910.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (82.59kB) 15:11:11 [2019-07-19T19:11:11.179Z] [INFO] Unpacking org.eclipse.core.databinding.observable_1.7.0.v20190515-0910... 15:11:11 [2019-07-19T19:11:11.179Z] [INFO] Fetching org.eclipse.core.databinding.property_1.7.0.v20190510-1100.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (44.79kB) 15:11:11 [2019-07-19T19:11:11.179Z] [INFO] The user operation is waiting for background work to complete. 15:11:11 [2019-07-19T19:11:11.179Z] [INFO] Fetching org.eclipse.core.databinding.property_1.7.0.v20190510-1100.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (44.79kB) 15:11:11 [2019-07-19T19:11:11.436Z] [INFO] Unpacking org.eclipse.core.databinding.property_1.7.0.v20190510-1100... 15:11:11 [2019-07-19T19:11:11.436Z] [INFO] Fetching org.eclipse.core.net_1.3.500.v20190519-2354.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (33.61kB) 15:11:11 [2019-07-19T19:11:11.436Z] [INFO] The user operation is waiting for background work to complete. 15:11:11 [2019-07-19T19:11:11.436Z] [INFO] Fetching org.eclipse.core.net_1.3.500.v20190519-2354.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (33.61kB) 15:11:11 [2019-07-19T19:11:11.436Z] [INFO] Unpacking org.eclipse.core.net_1.3.500.v20190519-2354... 15:11:11 [2019-07-19T19:11:11.436Z] [INFO] Fetching org.eclipse.equinox.security_1.3.200.v20190516-1504.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (44.54kB) 15:11:11 [2019-07-19T19:11:11.436Z] [INFO] The user operation is waiting for background work to complete. 15:11:11 [2019-07-19T19:11:11.436Z] [INFO] Fetching org.eclipse.equinox.security_1.3.200.v20190516-1504.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (44.54kB) 15:11:11 [2019-07-19T19:11:11.693Z] [INFO] Unpacking org.eclipse.equinox.security_1.3.200.v20190516-1504... 15:11:11 [2019-07-19T19:11:11.693Z] [INFO] Fetching org.eclipse.e4.core.commands_0.12.600.v20190510-1100.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (13.77kB) 15:11:11 [2019-07-19T19:11:11.693Z] [INFO] The user operation is waiting for background work to complete. 15:11:11 [2019-07-19T19:11:11.693Z] [INFO] Fetching org.eclipse.e4.core.commands_0.12.600.v20190510-1100.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (13.77kB) 15:11:11 [2019-07-19T19:11:11.693Z] [INFO] Unpacking org.eclipse.e4.core.commands_0.12.600.v20190510-1100... 15:11:11 [2019-07-19T19:11:11.951Z] [INFO] Fetching org.eclipse.e4.core.di_1.7.200.v20190506-1457.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (25.95kB) 15:11:11 [2019-07-19T19:11:11.951Z] [INFO] The user operation is waiting for background work to complete. 15:11:11 [2019-07-19T19:11:11.951Z] [INFO] Fetching org.eclipse.e4.core.di_1.7.200.v20190506-1457.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (25.95kB) 15:11:11 [2019-07-19T19:11:11.951Z] [INFO] Unpacking org.eclipse.e4.core.di_1.7.200.v20190506-1457... 15:11:11 [2019-07-19T19:11:11.951Z] [INFO] Fetching javax.inject_1.0.0.v20091030.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (14.07kB) 15:11:11 [2019-07-19T19:11:11.951Z] [INFO] Fetching javax.inject_1.0.0.v20091030.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (14.07kB) 15:11:12 [2019-07-19T19:11:12.208Z] [INFO] Fetching org.eclipse.e4.core.contexts_1.8.100.v20190518-1217.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (22.61kB) 15:11:12 [2019-07-19T19:11:12.208Z] [INFO] The user operation is waiting for background work to complete. 15:11:12 [2019-07-19T19:11:12.208Z] [INFO] Fetching org.eclipse.e4.core.contexts_1.8.100.v20190518-1217.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (22.61kB) 15:11:12 [2019-07-19T19:11:12.208Z] [INFO] Unpacking org.eclipse.e4.core.contexts_1.8.100.v20190518-1217... 15:11:12 [2019-07-19T19:11:12.208Z] [INFO] Fetching org.eclipse.e4.core.services_2.1.400.v20181215-2145.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (23.91kB) 15:11:12 [2019-07-19T19:11:12.208Z] [INFO] The user operation is waiting for background work to complete. 15:11:12 [2019-07-19T19:11:12.208Z] [INFO] Fetching org.eclipse.e4.core.services_2.1.400.v20181215-2145.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (23.91kB) 15:11:12 [2019-07-19T19:11:12.466Z] [INFO] Unpacking org.eclipse.e4.core.services_2.1.400.v20181215-2145... 15:11:12 [2019-07-19T19:11:12.466Z] [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.400.v20190518-1217.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (7.69kB) 15:11:12 [2019-07-19T19:11:12.466Z] [INFO] The user operation is waiting for background work to complete. 15:11:12 [2019-07-19T19:11:12.466Z] [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.400.v20190518-1217.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (7.69kB) 15:11:12 [2019-07-19T19:11:12.466Z] [INFO] Unpacking org.eclipse.e4.core.di.annotations_1.6.400.v20190518-1217... 15:11:13 [2019-07-19T19:11:13.398Z] [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.300.v20190213-1308.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (7.77kB) 15:11:13 [2019-07-19T19:11:13.398Z] [INFO] The user operation is waiting for background work to complete. 15:11:13 [2019-07-19T19:11:13.398Z] [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.300.v20190213-1308.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (7.77kB) 15:11:13 [2019-07-19T19:11:13.656Z] [INFO] Unpacking org.eclipse.e4.core.di.extensions_0.15.300.v20190213-1308... 15:11:13 [2019-07-19T19:11:13.656Z] [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.300.v20190506-1457.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (16.53kB) 15:11:13 [2019-07-19T19:11:13.656Z] [INFO] The user operation is waiting for background work to complete. 15:11:13 [2019-07-19T19:11:13.656Z] [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.300.v20190506-1457.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (16.53kB) 15:11:13 [2019-07-19T19:11:13.656Z] [INFO] Unpacking org.eclipse.e4.core.di.extensions.supplier_0.15.300.v20190506-1457... 15:11:13 [2019-07-19T19:11:13.656Z] [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.300.v20190513-2118.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (21.16kB) 15:11:13 [2019-07-19T19:11:13.656Z] [INFO] The user operation is waiting for background work to complete. 15:11:13 [2019-07-19T19:11:13.656Z] [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.300.v20190513-2118.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (21.16kB) 15:11:13 [2019-07-19T19:11:13.914Z] [INFO] Unpacking org.eclipse.e4.emf.xpath_0.2.300.v20190513-2118... 15:11:13 [2019-07-19T19:11:13.914Z] [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (98kB) 15:11:13 [2019-07-19T19:11:13.914Z] [INFO] The user operation is waiting for background work to complete. 15:11:13 [2019-07-19T19:11:13.914Z] [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (98kB) 15:11:13 [2019-07-19T19:11:13.914Z] [INFO] Unpacking org.apache.commons.jxpath_1.3.0.v200911051830... 15:11:14 [2019-07-19T19:11:14.171Z] [INFO] Fetching org.eclipse.emf.ecore_2.18.0.v20190528-0845.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (485.5kB) 15:11:14 [2019-07-19T19:11:14.171Z] [INFO] The user operation is waiting for background work to complete. 15:11:14 [2019-07-19T19:11:14.171Z] [INFO] Fetching org.eclipse.emf.ecore_2.18.0.v20190528-0845.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (485.5kB) 15:11:14 [2019-07-19T19:11:14.171Z] [INFO] Unpacking org.eclipse.emf.ecore_2.18.0.v20190528-0845... 15:11:14 [2019-07-19T19:11:14.735Z] [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.500.v20190510-1100.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (23.01kB) 15:11:14 [2019-07-19T19:11:14.735Z] [INFO] The user operation is waiting for background work to complete. 15:11:14 [2019-07-19T19:11:14.735Z] [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.500.v20190510-1100.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (23.01kB) 15:11:14 [2019-07-19T19:11:14.993Z] [INFO] Unpacking org.eclipse.e4.ui.bindings_0.12.500.v20190510-1100... 15:11:14 [2019-07-19T19:11:14.993Z] [INFO] Fetching org.eclipse.swt_3.111.0.v20190605-1801.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (16.03kB) 15:11:14 [2019-07-19T19:11:14.993Z] [INFO] The user operation is waiting for background work to complete. 15:11:14 [2019-07-19T19:11:14.993Z] [INFO] Fetching org.eclipse.swt_3.111.0.v20190605-1801.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (16.03kB) 15:11:14 [2019-07-19T19:11:14.993Z] [INFO] Unpacking org.eclipse.swt_3.111.0.v20190605-1801... 15:11:14 [2019-07-19T19:11:14.993Z] [INFO] Fetching org.eclipse.jface_3.16.0.v20190528-0922.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (358.07kB) 15:11:14 [2019-07-19T19:11:14.993Z] [INFO] The user operation is waiting for background work to complete. 15:11:14 [2019-07-19T19:11:14.993Z] [INFO] Fetching org.eclipse.jface_3.16.0.v20190528-0922.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (358.07kB) 15:11:15 [2019-07-19T19:11:15.251Z] [INFO] Unpacking org.eclipse.jface_3.16.0.v20190528-0922... 15:11:15 [2019-07-19T19:11:15.509Z] [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.700.v20190513-2118.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (64.06kB) 15:11:15 [2019-07-19T19:11:15.509Z] [INFO] The user operation is waiting for background work to complete. 15:11:15 [2019-07-19T19:11:15.509Z] [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.700.v20190513-2118.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (64.06kB) 15:11:15 [2019-07-19T19:11:15.767Z] [INFO] Unpacking org.eclipse.e4.ui.css.core_0.12.700.v20190513-2118... 15:11:15 [2019-07-19T19:11:15.767Z] [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.500.v20190513-2118.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (79.2kB) 15:11:15 [2019-07-19T19:11:15.767Z] [INFO] The user operation is waiting for background work to complete. 15:11:15 [2019-07-19T19:11:15.767Z] [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.500.v20190513-2118.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (79.2kB) 15:11:16 [2019-07-19T19:11:16.024Z] [INFO] Unpacking org.eclipse.e4.ui.css.swt_0.13.500.v20190513-2118... 15:11:16 [2019-07-19T19:11:16.024Z] [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.300.v20190510-1100.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (16.84kB) 15:11:16 [2019-07-19T19:11:16.024Z] [INFO] The user operation is waiting for background work to complete. 15:11:16 [2019-07-19T19:11:16.024Z] [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.300.v20190510-1100.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (16.84kB) 15:11:16 [2019-07-19T19:11:16.024Z] [INFO] Unpacking org.eclipse.e4.ui.css.swt.theme_0.12.300.v20190510-1100... 15:11:16 [2019-07-19T19:11:16.282Z] [INFO] Fetching org.eclipse.e4.ui.di_1.2.600.v20190510-1100.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (9.97kB) 15:11:16 [2019-07-19T19:11:16.282Z] [INFO] The user operation is waiting for background work to complete. 15:11:16 [2019-07-19T19:11:16.282Z] [INFO] Fetching org.eclipse.e4.ui.di_1.2.600.v20190510-1100.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (9.97kB) 15:11:16 [2019-07-19T19:11:16.282Z] [INFO] Unpacking org.eclipse.e4.ui.di_1.2.600.v20190510-1100... 15:11:16 [2019-07-19T19:11:16.282Z] [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.400.v20190513-2118.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (112.57kB) 15:11:16 [2019-07-19T19:11:16.282Z] [INFO] The user operation is waiting for background work to complete. 15:11:16 [2019-07-19T19:11:16.282Z] [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.400.v20190513-2118.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (112.57kB) 15:11:16 [2019-07-19T19:11:16.282Z] [INFO] Unpacking org.eclipse.e4.ui.model.workbench_2.1.400.v20190513-2118... 15:11:16 [2019-07-19T19:11:16.540Z] [INFO] Fetching org.eclipse.e4.ui.services_1.3.500.v20190513-2118.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (13.29kB) 15:11:16 [2019-07-19T19:11:16.540Z] [INFO] The user operation is waiting for background work to complete. 15:11:16 [2019-07-19T19:11:16.540Z] [INFO] Fetching org.eclipse.e4.ui.services_1.3.500.v20190513-2118.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (13.29kB) 15:11:16 [2019-07-19T19:11:16.798Z] [INFO] Unpacking org.eclipse.e4.ui.services_1.3.500.v20190513-2118... 15:11:16 [2019-07-19T19:11:16.798Z] [INFO] Fetching org.eclipse.equinox.event_1.5.100.v20190528-1257.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (16.82kB) 15:11:16 [2019-07-19T19:11:16.798Z] [INFO] The user operation is waiting for background work to complete. 15:11:16 [2019-07-19T19:11:16.798Z] [INFO] Fetching org.eclipse.equinox.event_1.5.100.v20190528-1257.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (16.82kB) 15:11:16 [2019-07-19T19:11:16.798Z] [INFO] Unpacking org.eclipse.equinox.event_1.5.100.v20190528-1257... 15:11:16 [2019-07-19T19:11:16.798Z] [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.400.v20190510-1100.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (9.48kB) 15:11:16 [2019-07-19T19:11:16.798Z] [INFO] The user operation is waiting for background work to complete. 15:11:16 [2019-07-19T19:11:16.798Z] [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.400.v20190510-1100.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (9.48kB) 15:11:17 [2019-07-19T19:11:17.056Z] [INFO] Unpacking org.eclipse.e4.ui.widgets_1.2.400.v20190510-1100... 15:11:17 [2019-07-19T19:11:17.056Z] [INFO] Fetching org.eclipse.e4.ui.workbench_1.10.0.v20190529-1505.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (85.89kB) 15:11:17 [2019-07-19T19:11:17.056Z] [INFO] The user operation is waiting for background work to complete. 15:11:17 [2019-07-19T19:11:17.056Z] [INFO] Fetching org.eclipse.e4.ui.workbench_1.10.0.v20190529-1505.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (85.89kB) 15:11:17 [2019-07-19T19:11:17.056Z] [INFO] Unpacking org.eclipse.e4.ui.workbench_1.10.0.v20190529-1505... 15:11:17 [2019-07-19T19:11:17.056Z] [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (84.18kB) 15:11:17 [2019-07-19T19:11:17.056Z] [INFO] The user operation is waiting for background work to complete. 15:11:17 [2019-07-19T19:11:17.056Z] [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (84.18kB) 15:11:17 [2019-07-19T19:11:17.313Z] [INFO] Unpacking org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725... 15:11:17 [2019-07-19T19:11:17.313Z] [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (50.98kB) 15:11:17 [2019-07-19T19:11:17.313Z] [INFO] The user operation is waiting for background work to complete. 15:11:17 [2019-07-19T19:11:17.313Z] [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (50.98kB) 15:11:17 [2019-07-19T19:11:17.571Z] [INFO] Unpacking org.eclipse.emf.ecore.change_2.14.0.v20190528-0725... 15:11:17 [2019-07-19T19:11:17.571Z] [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.500.v20190513-2118.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (49.92kB) 15:11:17 [2019-07-19T19:11:17.571Z] [INFO] The user operation is waiting for background work to complete. 15:11:17 [2019-07-19T19:11:17.571Z] [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.500.v20190513-2118.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (49.92kB) 15:11:17 [2019-07-19T19:11:17.571Z] [INFO] Unpacking org.eclipse.e4.ui.workbench.addons.swt_1.3.500.v20190513-2118... 15:11:17 [2019-07-19T19:11:17.828Z] [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.700.v20190517-1525.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (94.18kB) 15:11:17 [2019-07-19T19:11:17.828Z] [INFO] The user operation is waiting for background work to complete. 15:11:17 [2019-07-19T19:11:17.828Z] [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.700.v20190517-1525.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (94.18kB) 15:11:17 [2019-07-19T19:11:17.828Z] [INFO] Unpacking org.eclipse.e4.ui.workbench.renderers.swt_0.14.700.v20190517-1525... 15:11:17 [2019-07-19T19:11:17.828Z] [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.600.v20190513-2118.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (71.25kB) 15:11:17 [2019-07-19T19:11:17.828Z] [INFO] The user operation is waiting for background work to complete. 15:11:17 [2019-07-19T19:11:17.828Z] [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.600.v20190513-2118.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (71.25kB) 15:11:18 [2019-07-19T19:11:18.086Z] [INFO] Unpacking org.eclipse.e4.ui.workbench.swt_0.14.600.v20190513-2118... 15:11:18 [2019-07-19T19:11:18.086Z] [INFO] Fetching org.eclipse.jface.databinding_1.9.0.v20190519-0933.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (77.69kB) 15:11:18 [2019-07-19T19:11:18.086Z] [INFO] The user operation is waiting for background work to complete. 15:11:18 [2019-07-19T19:11:18.086Z] [INFO] Fetching org.eclipse.jface.databinding_1.9.0.v20190519-0933.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (77.69kB) 15:11:18 [2019-07-19T19:11:18.086Z] [INFO] Unpacking org.eclipse.jface.databinding_1.9.0.v20190519-0933... 15:11:18 [2019-07-19T19:11:18.345Z] [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.100.v20190513-2118.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (13.07kB) 15:11:18 [2019-07-19T19:11:18.345Z] [INFO] The user operation is waiting for background work to complete. 15:11:18 [2019-07-19T19:11:18.345Z] [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.100.v20190513-2118.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (13.07kB) 15:11:18 [2019-07-19T19:11:18.345Z] [INFO] Unpacking org.eclipse.e4.ui.workbench3_0.15.100.v20190513-2118... 15:11:18 [2019-07-19T19:11:18.345Z] [INFO] Fetching org.eclipse.emf.common_2.16.0.v20190528-0845.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (115.24kB) 15:11:18 [2019-07-19T19:11:18.345Z] [INFO] The user operation is waiting for background work to complete. 15:11:18 [2019-07-19T19:11:18.345Z] [INFO] Fetching org.eclipse.emf.common_2.16.0.v20190528-0845.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (115.24kB) 15:11:18 [2019-07-19T19:11:18.604Z] [INFO] Unpacking org.eclipse.emf.common_2.16.0.v20190528-0845... 15:11:18 [2019-07-19T19:11:18.604Z] [INFO] Fetching org.eclipse.equinox.bidi_1.2.0.v20190514-1046.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (23.95kB) 15:11:18 [2019-07-19T19:11:18.604Z] [INFO] The user operation is waiting for background work to complete. 15:11:18 [2019-07-19T19:11:18.604Z] [INFO] Fetching org.eclipse.equinox.bidi_1.2.0.v20190514-1046.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (23.95kB) 15:11:18 [2019-07-19T19:11:18.861Z] [INFO] Unpacking org.eclipse.equinox.bidi_1.2.0.v20190514-1046... 15:11:18 [2019-07-19T19:11:18.861Z] [INFO] Fetching org.eclipse.equinox.launcher_1.5.400.v20190515-0925.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (29.81kB) 15:11:18 [2019-07-19T19:11:18.861Z] [INFO] The user operation is waiting for background work to complete. 15:11:18 [2019-07-19T19:11:18.861Z] [INFO] Fetching org.eclipse.equinox.launcher_1.5.400.v20190515-0925.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (29.81kB) 15:11:18 [2019-07-19T19:11:18.861Z] [INFO] Unpacking org.eclipse.equinox.launcher_1.5.400.v20190515-0925... 15:11:19 [2019-07-19T19:11:19.119Z] [INFO] Fetching org.eclipse.equinox.p2.core_2.6.0.v20190215-2242.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (31.98kB) 15:11:19 [2019-07-19T19:11:19.119Z] [INFO] The user operation is waiting for background work to complete. 15:11:19 [2019-07-19T19:11:19.119Z] [INFO] Fetching org.eclipse.equinox.p2.core_2.6.0.v20190215-2242.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (31.98kB) 15:11:19 [2019-07-19T19:11:19.119Z] [INFO] Unpacking org.eclipse.equinox.p2.core_2.6.0.v20190215-2242... 15:11:19 [2019-07-19T19:11:19.119Z] [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.300.v20190318-1320.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (74.81kB) 15:11:19 [2019-07-19T19:11:19.119Z] [INFO] The user operation is waiting for background work to complete. 15:11:19 [2019-07-19T19:11:19.119Z] [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.300.v20190318-1320.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (74.81kB) 15:11:19 [2019-07-19T19:11:19.119Z] [INFO] Unpacking org.eclipse.equinox.p2.engine_2.6.300.v20190318-1320... 15:11:19 [2019-07-19T19:11:19.377Z] [INFO] Fetching org.eclipse.equinox.p2.metadata_2.4.400.v20190409-0548.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (108.1kB) 15:11:19 [2019-07-19T19:11:19.377Z] [INFO] The user operation is waiting for background work to complete. 15:11:19 [2019-07-19T19:11:19.377Z] [INFO] Fetching org.eclipse.equinox.p2.metadata_2.4.400.v20190409-0548.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (108.1kB) 15:11:19 [2019-07-19T19:11:19.377Z] [INFO] Unpacking org.eclipse.equinox.p2.metadata_2.4.400.v20190409-0548... 15:11:19 [2019-07-19T19:11:19.635Z] [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.100.v20180822-1302.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (51.01kB) 15:11:19 [2019-07-19T19:11:19.635Z] [INFO] The user operation is waiting for background work to complete. 15:11:19 [2019-07-19T19:11:19.635Z] [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.100.v20180822-1302.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (51.01kB) 15:11:19 [2019-07-19T19:11:19.635Z] [INFO] Unpacking org.eclipse.equinox.p2.metadata.repository_1.3.100.v20180822-1302... 15:11:19 [2019-07-19T19:11:19.894Z] [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.400.v20190318-1320.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (54.99kB) 15:11:19 [2019-07-19T19:11:19.894Z] [INFO] The user operation is waiting for background work to complete. 15:11:19 [2019-07-19T19:11:19.894Z] [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.400.v20190318-1320.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (54.99kB) 15:11:19 [2019-07-19T19:11:19.894Z] [INFO] Unpacking org.eclipse.equinox.p2.repository_2.4.400.v20190318-1320... 15:11:20 [2019-07-19T19:11:20.151Z] [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (44.42kB) 15:11:20 [2019-07-19T19:11:20.151Z] [INFO] The user operation is waiting for background work to complete. 15:11:20 [2019-07-19T19:11:20.151Z] [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (44.42kB) 15:11:20 [2019-07-19T19:11:20.151Z] [INFO] Unpacking org.tukaani.xz_1.8.0.v20180207-1613... 15:11:20 [2019-07-19T19:11:20.151Z] [INFO] Fetching org.eclipse.help_3.8.400.v20190423-0921.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (125.98kB) 15:11:20 [2019-07-19T19:11:20.151Z] [INFO] The user operation is waiting for background work to complete. 15:11:20 [2019-07-19T19:11:20.151Z] [INFO] Fetching org.eclipse.help_3.8.400.v20190423-0921.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (125.98kB) 15:11:20 [2019-07-19T19:11:20.409Z] [INFO] Unpacking org.eclipse.help_3.8.400.v20190423-0921... 15:11:20 [2019-07-19T19:11:20.409Z] [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.9.400.v20190510-0840.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (181.37kB) 15:11:20 [2019-07-19T19:11:20.409Z] [INFO] The user operation is waiting for background work to complete. 15:11:20 [2019-07-19T19:11:20.409Z] [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.9.400.v20190510-0840.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (181.37kB) 15:11:20 [2019-07-19T19:11:20.668Z] [INFO] Unpacking org.eclipse.ltk.ui.refactoring_3.9.400.v20190510-0840... 15:11:20 [2019-07-19T19:11:20.668Z] [INFO] Fetching org.eclipse.ui.navigator_3.8.0.v20190519-2104.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (135.13kB) 15:11:20 [2019-07-19T19:11:20.668Z] [INFO] The user operation is waiting for background work to complete. 15:11:20 [2019-07-19T19:11:20.668Z] [INFO] Fetching org.eclipse.ui.navigator_3.8.0.v20190519-2104.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (135.13kB) 15:11:20 [2019-07-19T19:11:20.927Z] [INFO] Unpacking org.eclipse.ui.navigator_3.8.0.v20190519-2104... 15:11:20 [2019-07-19T19:11:20.927Z] [INFO] Fetching org.eclipse.team.core_3.8.600.v20190519-2354.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (126.2kB) 15:11:20 [2019-07-19T19:11:20.927Z] [INFO] The user operation is waiting for background work to complete. 15:11:20 [2019-07-19T19:11:20.927Z] [INFO] Fetching org.eclipse.team.core_3.8.600.v20190519-2354.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (126.2kB) 15:11:21 [2019-07-19T19:11:21.185Z] [INFO] Unpacking org.eclipse.team.core_3.8.600.v20190519-2354... 15:11:21 [2019-07-19T19:11:21.443Z] [INFO] Fetching org.eclipse.team.ui_3.8.500.v20190519-2354.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (492.8kB) 15:11:21 [2019-07-19T19:11:21.443Z] [INFO] The user operation is waiting for background work to complete. 15:11:21 [2019-07-19T19:11:21.443Z] [INFO] Fetching org.eclipse.team.ui_3.8.500.v20190519-2354.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (492.8kB) 15:11:21 [2019-07-19T19:11:21.443Z] [INFO] Unpacking org.eclipse.team.ui_3.8.500.v20190519-2354... 15:11:22 [2019-07-19T19:11:22.817Z] [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.111.0.v20190605-1801.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (1.08MB) 15:11:22 [2019-07-19T19:11:22.817Z] [INFO] The user operation is waiting for background work to complete. 15:11:22 [2019-07-19T19:11:22.817Z] [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.111.0.v20190605-1801.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (1.08MB) 15:11:22 [2019-07-19T19:11:22.817Z] [INFO] Unpacking org.eclipse.swt.win32.win32.x86_64_3.111.0.v20190605-1801... 15:11:23 [2019-07-19T19:11:23.749Z] [INFO] Fetching org.eclipse.test.performance_3.13.500.v20190518-1058.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (57.03kB) 15:11:23 [2019-07-19T19:11:23.749Z] [INFO] The user operation is waiting for background work to complete. 15:11:23 [2019-07-19T19:11:23.749Z] [INFO] Fetching org.eclipse.test.performance_3.13.500.v20190518-1058.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (57.03kB) 15:11:23 [2019-07-19T19:11:23.749Z] [INFO] Unpacking org.eclipse.test.performance_3.13.500.v20190518-1058... 15:11:23 [2019-07-19T19:11:23.749Z] [INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (283.72kB) 15:11:23 [2019-07-19T19:11:23.749Z] [INFO] The user operation is waiting for background work to complete. 15:11:23 [2019-07-19T19:11:23.749Z] [INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (283.72kB) 15:11:23 [2019-07-19T19:11:23.749Z] [INFO] Unpacking org.junit_4.12.0.v201504281640... 15:11:24 [2019-07-19T19:11:24.009Z] [INFO] Fetching org.eclipse.tracecompass.testtraces.tracecompass-test-traces-ctf_1.7.2.jar from https://archive.eclipse.org/tracecompass/tracecompass-test-traces/repository/1.7.2/plugins/ (59.71MB) 15:11:24 [2019-07-19T19:11:24.009Z] [INFO] Fetching org.eclipse.tracecompass.testtraces.tracecompass-test-traces-ctf_1.7.2.jar from https://archive.eclipse.org/tracecompass/tracecompass-test-traces/repository/1.7.2/plugins/ (59.71MB) 15:11:25 [2019-07-19T19:11:25.056Z] [INFO] Fetching org.eclipse.tracecompass.testtraces.tracecompass-test-traces-ctf_1.7.2.jar from https://archive.eclipse.org/tracecompass/tracecompass-test-traces/repository/1.7.2/plugins/ (10.4MB of 59.71MB at 10.4MB/s) 15:11:25 [2019-07-19T19:11:25.989Z] [INFO] Fetching org.eclipse.tracecompass.testtraces.tracecompass-test-traces-ctf_1.7.2.jar from https://archive.eclipse.org/tracecompass/tracecompass-test-traces/repository/1.7.2/plugins/ (22.71MB of 59.71MB at 11.35MB/s) 15:11:26 [2019-07-19T19:11:26.923Z] [INFO] Fetching org.eclipse.tracecompass.testtraces.tracecompass-test-traces-ctf_1.7.2.jar from https://archive.eclipse.org/tracecompass/tracecompass-test-traces/repository/1.7.2/plugins/ (34.44MB of 59.71MB at 11.48MB/s) 15:11:27 [2019-07-19T19:11:27.855Z] [INFO] Fetching org.eclipse.tracecompass.testtraces.tracecompass-test-traces-ctf_1.7.2.jar from https://archive.eclipse.org/tracecompass/tracecompass-test-traces/repository/1.7.2/plugins/ (45.09MB of 59.71MB at 11.27MB/s) 15:11:29 [2019-07-19T19:11:29.227Z] [INFO] Fetching org.eclipse.tracecompass.testtraces.tracecompass-test-traces-ctf_1.7.2.jar from https://archive.eclipse.org/tracecompass/tracecompass-test-traces/repository/1.7.2/plugins/ (57.4MB of 59.71MB at 11.48MB/s) 15:11:29 [2019-07-19T19:11:29.227Z] [INFO] Fetching org.eclipse.ui.workbench_3.115.0.v20190521-1602.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (1,012.08kB) 15:11:29 [2019-07-19T19:11:29.227Z] [INFO] The user operation is waiting for background work to complete. 15:11:29 [2019-07-19T19:11:29.227Z] [INFO] Fetching org.eclipse.ui.workbench_3.115.0.v20190521-1602.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (1,012.08kB) 15:11:29 [2019-07-19T19:11:29.485Z] [INFO] Unpacking org.eclipse.ui.workbench_3.115.0.v20190521-1602... 15:11:30 [2019-07-19T19:11:30.860Z] [INFO] Fetching org.eclipse.ui.ide.application_1.3.300.v20190513-2118.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (54.69kB) 15:11:30 [2019-07-19T19:11:30.860Z] [INFO] The user operation is waiting for background work to complete. 15:11:30 [2019-07-19T19:11:30.860Z] [INFO] Fetching org.eclipse.ui.ide.application_1.3.300.v20190513-2118.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (54.69kB) 15:11:30 [2019-07-19T19:11:30.860Z] [INFO] Unpacking org.eclipse.ui.ide.application_1.3.300.v20190513-2118... 15:11:30 [2019-07-19T19:11:30.860Z] [INFO] Fetching org.eclipse.ui.navigator.resources_3.6.500.v20190519-2104.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (69.46kB) 15:11:30 [2019-07-19T19:11:30.860Z] [INFO] The user operation is waiting for background work to complete. 15:11:30 [2019-07-19T19:11:30.860Z] [INFO] Fetching org.eclipse.ui.navigator.resources_3.6.500.v20190519-2104.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (69.46kB) 15:11:31 [2019-07-19T19:11:31.118Z] [INFO] Unpacking org.eclipse.ui.navigator.resources_3.6.500.v20190519-2104... 15:11:31 [2019-07-19T19:11:31.118Z] [INFO] Fetching org.eclipse.urischeme_1.0.300.v20190514-0858.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (21.42kB) 15:11:31 [2019-07-19T19:11:31.118Z] [INFO] The user operation is waiting for background work to complete. 15:11:31 [2019-07-19T19:11:31.118Z] [INFO] Fetching org.eclipse.urischeme_1.0.300.v20190514-0858.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (21.42kB) 15:11:31 [2019-07-19T19:11:31.376Z] [INFO] Unpacking org.eclipse.urischeme_1.0.300.v20190514-0858... 15:11:31 [2019-07-19T19:11:31.376Z] [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.500.v20190513-2118.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (40.76kB) 15:11:31 [2019-07-19T19:11:31.376Z] [INFO] The user operation is waiting for background work to complete. 15:11:31 [2019-07-19T19:11:31.376Z] [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.500.v20190513-2118.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (40.76kB) 15:11:31 [2019-07-19T19:11:31.376Z] [INFO] Unpacking org.eclipse.ui.views.properties.tabbed_3.8.500.v20190513-2118... 15:11:31 [2019-07-19T19:11:31.376Z] [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from https://download.eclipse.org/technology/swtbot/snapshots/plugins/ (29.18kB) 15:11:31 [2019-07-19T19:11:31.376Z] [INFO] The user operation is waiting for background work to complete. 15:11:31 [2019-07-19T19:11:31.376Z] [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from https://download.eclipse.org/technology/swtbot/snapshots/plugins/ (29.18kB) 15:11:31 [2019-07-19T19:11:31.634Z] [INFO] Unpacking org.hamcrest.core_1.3.0.v20180420-1519... 15:11:31 [2019-07-19T19:11:31.634Z] [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (14.95kB) 15:11:31 [2019-07-19T19:11:31.634Z] [INFO] The user operation is waiting for background work to complete. 15:11:31 [2019-07-19T19:11:31.634Z] [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (14.95kB) 15:11:31 [2019-07-19T19:11:31.634Z] [INFO] Unpacking org.w3c.dom.smil_1.0.1.v200903091627... 15:11:31 [2019-07-19T19:11:31.892Z] [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.111.0.v20190605-1801.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (790.84kB) 15:11:31 [2019-07-19T19:11:31.892Z] [INFO] The user operation is waiting for background work to complete. 15:11:31 [2019-07-19T19:11:31.892Z] [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.111.0.v20190605-1801.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (790.84kB) 15:11:32 [2019-07-19T19:11:32.149Z] [INFO] Unpacking org.eclipse.swt.cocoa.macosx.x86_64_3.111.0.v20190605-1801... 15:11:33 [2019-07-19T19:11:33.082Z] [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.111.0.v20190605-1801.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (1,006.66kB) 15:11:33 [2019-07-19T19:11:33.082Z] [INFO] The user operation is waiting for background work to complete. 15:11:33 [2019-07-19T19:11:33.082Z] [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.111.0.v20190605-1801.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (1,006.66kB) 15:11:33 [2019-07-19T19:11:33.082Z] [INFO] Unpacking org.eclipse.swt.gtk.linux.x86_64_3.111.0.v20190605-1801... 15:11:34 [2019-07-19T19:11:34.015Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.counters.core.tests:0.0.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core.tests/.polyglot.build.properties 15:11:34 [2019-07-19T19:11:34.580Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.counters.ui:0.0.5-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui/.polyglot.build.properties 15:11:34 [2019-07-19T19:11:34.580Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.counters.ui:0.0.5-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui/.polyglot.build.properties 15:11:34 [2019-07-19T19:11:34.838Z] [INFO] Fetching org.apache.commons.compress_1.18.0.v20181121-2221.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (207.48kB) 15:11:34 [2019-07-19T19:11:34.838Z] [INFO] The user operation is waiting for background work to complete. 15:11:34 [2019-07-19T19:11:34.838Z] [INFO] Fetching org.apache.commons.compress_1.18.0.v20181121-2221.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (207.48kB) 15:11:35 [2019-07-19T19:11:35.095Z] [INFO] Unpacking org.apache.commons.compress_1.18.0.v20181121-2221... 15:11:35 [2019-07-19T19:11:35.660Z] [INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (405.11kB) 15:11:35 [2019-07-19T19:11:35.660Z] [INFO] The user operation is waiting for background work to complete. 15:11:35 [2019-07-19T19:11:35.660Z] [INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (405.11kB) 15:11:35 [2019-07-19T19:11:35.660Z] [INFO] Unpacking org.apache.xerces_2.9.0.v201101211617... 15:11:36 [2019-07-19T19:11:36.228Z] [INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (42.52kB) 15:11:36 [2019-07-19T19:11:36.228Z] [INFO] The user operation is waiting for background work to complete. 15:11:36 [2019-07-19T19:11:36.228Z] [INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (42.52kB) 15:11:36 [2019-07-19T19:11:36.228Z] [INFO] Unpacking org.apache.xml.resolver_1.2.0.v201005080400... 15:11:36 [2019-07-19T19:11:36.228Z] [INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (114.7kB) 15:11:36 [2019-07-19T19:11:36.228Z] [INFO] The user operation is waiting for background work to complete. 15:11:36 [2019-07-19T19:11:36.228Z] [INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (114.7kB) 15:11:36 [2019-07-19T19:11:36.487Z] [INFO] Unpacking org.apache.xml.serializer_2.7.1.v201005080400... 15:11:36 [2019-07-19T19:11:36.487Z] [INFO] Fetching org.eclipse.debug.core_3.13.300.v20190514-0832.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (125.79kB) 15:11:36 [2019-07-19T19:11:36.487Z] [INFO] The user operation is waiting for background work to complete. 15:11:36 [2019-07-19T19:11:36.487Z] [INFO] Fetching org.eclipse.debug.core_3.13.300.v20190514-0832.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (125.79kB) 15:11:36 [2019-07-19T19:11:36.487Z] [INFO] Unpacking org.eclipse.debug.core_3.13.300.v20190514-0832... 15:11:36 [2019-07-19T19:11:36.744Z] [INFO] Fetching org.eclipse.debug.ui_3.14.100.v20190518-2143.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (1MB) 15:11:36 [2019-07-19T19:11:36.744Z] [INFO] The user operation is waiting for background work to complete. 15:11:36 [2019-07-19T19:11:36.744Z] [INFO] Fetching org.eclipse.debug.ui_3.14.100.v20190518-2143.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (1MB) 15:11:36 [2019-07-19T19:11:36.744Z] [INFO] Unpacking org.eclipse.debug.ui_3.14.100.v20190518-2143... 15:11:38 [2019-07-19T19:11:38.118Z] [INFO] Fetching org.eclipse.ui.console_3.8.500.v20190514-0743.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (83.15kB) 15:11:38 [2019-07-19T19:11:38.118Z] [INFO] The user operation is waiting for background work to complete. 15:11:38 [2019-07-19T19:11:38.118Z] [INFO] Fetching org.eclipse.ui.console_3.8.500.v20190514-0743.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (83.15kB) 15:11:38 [2019-07-19T19:11:38.118Z] [INFO] Unpacking org.eclipse.ui.console_3.8.500.v20190514-0743... 15:11:38 [2019-07-19T19:11:38.377Z] [INFO] Fetching update-7.3.0&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?file=/linuxtools/ 15:11:38 [2019-07-19T19:11:38.377Z] [INFO] Fetching org.eclipse.linuxtools.dataviewers.piechart_2.0.1.201906121603.jar from https://download.eclipse.org/linuxtools/update-7.3.0/plugins/ (18.21kB) 15:11:38 [2019-07-19T19:11:38.377Z] [INFO] Fetching org.swtchart_0.10.0.v201605200358.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (52.45kB) 15:11:38 [2019-07-19T19:11:38.377Z] [INFO] The user operation is waiting for background work to complete. 15:11:38 [2019-07-19T19:11:38.377Z] [INFO] Fetching org.swtchart_0.10.0.v201605200358.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (52.45kB) 15:11:38 [2019-07-19T19:11:38.635Z] [INFO] Unpacking org.swtchart_0.10.0.v201605200358... 15:11:38 [2019-07-19T19:11:38.635Z] [INFO] Fetching org.eclipse.search_3.11.600.v20190519-2344.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (216.52kB) 15:11:38 [2019-07-19T19:11:38.635Z] [INFO] The user operation is waiting for background work to complete. 15:11:38 [2019-07-19T19:11:38.635Z] [INFO] Fetching org.eclipse.search_3.11.600.v20190519-2344.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (216.52kB) 15:11:38 [2019-07-19T19:11:38.893Z] [INFO] Unpacking org.eclipse.search_3.11.600.v20190519-2344... 15:11:38 [2019-07-19T19:11:38.893Z] [INFO] Fetching org.eclipse.wst.xml.ui_1.2.300.v201904272112.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.14.0/R-3.14.0-20190612230649/repository/plugins/ (334.64kB) 15:11:38 [2019-07-19T19:11:38.893Z] [INFO] The user operation is waiting for background work to complete. 15:11:38 [2019-07-19T19:11:38.893Z] [INFO] Fetching org.eclipse.wst.xml.ui_1.2.300.v201904272112.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.14.0/R-3.14.0-20190612230649/repository/plugins/ (334.64kB) 15:11:39 [2019-07-19T19:11:39.150Z] [INFO] Unpacking org.eclipse.wst.xml.ui_1.2.300.v201904272112... 15:11:39 [2019-07-19T19:11:39.408Z] [INFO] Fetching org.eclipse.wst.xsd.core_1.2.0.v201901071922.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.14.0/R-3.14.0-20190612230649/repository/plugins/ (29.08kB) 15:11:39 [2019-07-19T19:11:39.408Z] [INFO] The user operation is waiting for background work to complete. 15:11:39 [2019-07-19T19:11:39.408Z] [INFO] Fetching org.eclipse.wst.xsd.core_1.2.0.v201901071922.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.14.0/R-3.14.0-20190612230649/repository/plugins/ (29.08kB) 15:11:39 [2019-07-19T19:11:39.666Z] [INFO] Unpacking org.eclipse.wst.xsd.core_1.2.0.v201901071922... 15:11:39 [2019-07-19T19:11:39.666Z] [INFO] Fetching org.eclipse.ui.themes_1.2.600.v20190513-0458.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (32.45kB) 15:11:39 [2019-07-19T19:11:39.666Z] [INFO] The user operation is waiting for background work to complete. 15:11:39 [2019-07-19T19:11:39.666Z] [INFO] Fetching org.eclipse.ui.themes_1.2.600.v20190513-0458.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (32.45kB) 15:11:39 [2019-07-19T19:11:39.666Z] [INFO] Unpacking org.eclipse.ui.themes_1.2.600.v20190513-0458... 15:11:39 [2019-07-19T19:11:39.666Z] [INFO] Fetching org.eclipse.wst.common.core_1.3.0.v201903222010.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.14.0/R-3.14.0-20190612230649/repository/plugins/ (24.02kB) 15:11:39 [2019-07-19T19:11:39.666Z] [INFO] The user operation is waiting for background work to complete. 15:11:39 [2019-07-19T19:11:39.666Z] [INFO] Fetching org.eclipse.wst.common.core_1.3.0.v201903222010.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.14.0/R-3.14.0-20190612230649/repository/plugins/ (24.02kB) 15:11:39 [2019-07-19T19:11:39.924Z] [INFO] Unpacking org.eclipse.wst.common.core_1.3.0.v201903222010... 15:11:39 [2019-07-19T19:11:39.924Z] [INFO] Fetching org.eclipse.wst.common.environment_1.0.400.v201903222010.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.14.0/R-3.14.0-20190612230649/repository/plugins/ (20.11kB) 15:11:39 [2019-07-19T19:11:39.924Z] [INFO] The user operation is waiting for background work to complete. 15:11:39 [2019-07-19T19:11:39.924Z] [INFO] Fetching org.eclipse.wst.common.environment_1.0.400.v201903222010.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.14.0/R-3.14.0-20190612230649/repository/plugins/ (20.11kB) 15:11:39 [2019-07-19T19:11:39.924Z] [INFO] Unpacking org.eclipse.wst.common.environment_1.0.400.v201903222010... 15:11:39 [2019-07-19T19:11:39.924Z] [INFO] Fetching org.eclipse.wst.common.frameworks_1.2.201.v201903222010.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.14.0/R-3.14.0-20190612230649/repository/plugins/ (43.28kB) 15:11:39 [2019-07-19T19:11:39.924Z] [INFO] The user operation is waiting for background work to complete. 15:11:39 [2019-07-19T19:11:39.924Z] [INFO] Fetching org.eclipse.wst.common.frameworks_1.2.201.v201903222010.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.14.0/R-3.14.0-20190612230649/repository/plugins/ (43.28kB) 15:11:40 [2019-07-19T19:11:40.182Z] [INFO] Unpacking org.eclipse.wst.common.frameworks_1.2.201.v201903222010... 15:11:40 [2019-07-19T19:11:40.182Z] [INFO] Fetching org.eclipse.wst.common.frameworks.ui_1.2.400.v201903222010.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.14.0/R-3.14.0-20190612230649/repository/plugins/ (53.46kB) 15:11:40 [2019-07-19T19:11:40.182Z] [INFO] The user operation is waiting for background work to complete. 15:11:40 [2019-07-19T19:11:40.182Z] [INFO] Fetching org.eclipse.wst.common.frameworks.ui_1.2.400.v201903222010.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.14.0/R-3.14.0-20190612230649/repository/plugins/ (53.46kB) 15:11:40 [2019-07-19T19:11:40.440Z] [INFO] Unpacking org.eclipse.wst.common.frameworks.ui_1.2.400.v201903222010... 15:11:40 [2019-07-19T19:11:40.440Z] [INFO] Fetching org.eclipse.wst.common.project.facet.core_1.4.400.v201903222010.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.14.0/R-3.14.0-20190612230649/repository/plugins/ (119.79kB) 15:11:40 [2019-07-19T19:11:40.440Z] [INFO] The user operation is waiting for background work to complete. 15:11:40 [2019-07-19T19:11:40.440Z] [INFO] Fetching org.eclipse.wst.common.project.facet.core_1.4.400.v201903222010.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.14.0/R-3.14.0-20190612230649/repository/plugins/ (119.79kB) 15:11:40 [2019-07-19T19:11:40.440Z] [INFO] Unpacking org.eclipse.wst.common.project.facet.core_1.4.400.v201903222010... 15:11:40 [2019-07-19T19:11:40.698Z] [INFO] Fetching org.eclipse.wst.common.ui_1.1.700.v201905071717.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.14.0/R-3.14.0-20190612230649/repository/plugins/ (55.84kB) 15:11:40 [2019-07-19T19:11:40.698Z] [INFO] The user operation is waiting for background work to complete. 15:11:40 [2019-07-19T19:11:40.698Z] [INFO] Fetching org.eclipse.wst.common.ui_1.1.700.v201905071717.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.14.0/R-3.14.0-20190612230649/repository/plugins/ (55.84kB) 15:11:40 [2019-07-19T19:11:40.698Z] [INFO] Unpacking org.eclipse.wst.common.ui_1.1.700.v201905071717... 15:11:40 [2019-07-19T19:11:40.955Z] [INFO] Fetching org.eclipse.wst.common.uriresolver_1.2.300.v201903222010.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.14.0/R-3.14.0-20190612230649/repository/plugins/ (24.72kB) 15:11:40 [2019-07-19T19:11:40.955Z] [INFO] The user operation is waiting for background work to complete. 15:11:40 [2019-07-19T19:11:40.955Z] [INFO] Fetching org.eclipse.wst.common.uriresolver_1.2.300.v201903222010.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.14.0/R-3.14.0-20190612230649/repository/plugins/ (24.72kB) 15:11:41 [2019-07-19T19:11:41.214Z] [INFO] Unpacking org.eclipse.wst.common.uriresolver_1.2.300.v201903222010... 15:11:41 [2019-07-19T19:11:41.214Z] [INFO] Fetching org.eclipse.wst.sse.core_1.2.100.v201901310548.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.14.0/R-3.14.0-20190612230649/repository/plugins/ (155.14kB) 15:11:41 [2019-07-19T19:11:41.214Z] [INFO] The user operation is waiting for background work to complete. 15:11:41 [2019-07-19T19:11:41.214Z] [INFO] Fetching org.eclipse.wst.sse.core_1.2.100.v201901310548.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.14.0/R-3.14.0-20190612230649/repository/plugins/ (155.14kB) 15:11:41 [2019-07-19T19:11:41.472Z] [INFO] Unpacking org.eclipse.wst.sse.core_1.2.100.v201901310548... 15:11:41 [2019-07-19T19:11:41.781Z] [INFO] Fetching org.eclipse.wst.sse.ui_1.6.0.v201905291408.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.14.0/R-3.14.0-20190612230649/repository/plugins/ (313.04kB) 15:11:41 [2019-07-19T19:11:41.781Z] [INFO] The user operation is waiting for background work to complete. 15:11:41 [2019-07-19T19:11:41.781Z] [INFO] Fetching org.eclipse.wst.sse.ui_1.6.0.v201905291408.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.14.0/R-3.14.0-20190612230649/repository/plugins/ (313.04kB) 15:11:41 [2019-07-19T19:11:41.781Z] [INFO] Unpacking org.eclipse.wst.sse.ui_1.6.0.v201905291408... 15:11:42 [2019-07-19T19:11:42.348Z] [INFO] Fetching org.eclipse.wst.validation_1.2.800.v201904082137.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.14.0/R-3.14.0-20190612230649/repository/plugins/ (134.74kB) 15:11:42 [2019-07-19T19:11:42.348Z] [INFO] The user operation is waiting for background work to complete. 15:11:42 [2019-07-19T19:11:42.348Z] [INFO] Fetching org.eclipse.wst.validation_1.2.800.v201904082137.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.14.0/R-3.14.0-20190612230649/repository/plugins/ (134.74kB) 15:11:42 [2019-07-19T19:11:42.348Z] [INFO] Unpacking org.eclipse.wst.validation_1.2.800.v201904082137... 15:11:42 [2019-07-19T19:11:42.606Z] [INFO] Fetching org.eclipse.wst.validation.ui_1.2.600.v201903222010.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.14.0/R-3.14.0-20190612230649/repository/plugins/ (49.25kB) 15:11:42 [2019-07-19T19:11:42.606Z] [INFO] The user operation is waiting for background work to complete. 15:11:42 [2019-07-19T19:11:42.606Z] [INFO] Fetching org.eclipse.wst.validation.ui_1.2.600.v201903222010.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.14.0/R-3.14.0-20190612230649/repository/plugins/ (49.25kB) 15:11:42 [2019-07-19T19:11:42.606Z] [INFO] Unpacking org.eclipse.wst.validation.ui_1.2.600.v201903222010... 15:11:42 [2019-07-19T19:11:42.864Z] [INFO] Fetching org.eclipse.wst.xml.core_1.2.200.v201901071922.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.14.0/R-3.14.0-20190612230649/repository/plugins/ (255.11kB) 15:11:42 [2019-07-19T19:11:42.864Z] [INFO] The user operation is waiting for background work to complete. 15:11:42 [2019-07-19T19:11:42.864Z] [INFO] Fetching org.eclipse.wst.xml.core_1.2.200.v201901071922.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.14.0/R-3.14.0-20190612230649/repository/plugins/ (255.11kB) 15:11:42 [2019-07-19T19:11:42.864Z] [INFO] Unpacking org.eclipse.wst.xml.core_1.2.200.v201901071922... 15:11:43 [2019-07-19T19:11:43.431Z] [INFO] Fetching 2.18&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?file=/modeling/emf/emf/builds/release/ 15:11:43 [2019-07-19T19:11:43.431Z] [INFO] Fetching 2.18&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?file=/modeling/emf/emf/builds/release/ 15:11:43 [2019-07-19T19:11:43.431Z] [INFO] Fetching 806fe8add18a00191b60ed63a373fb0a from https://download.eclipse.org/modeling/emf/emf/builds/release/2.18/.blobstore/4/ (535.89kB) 15:11:43 [2019-07-19T19:11:43.431Z] [INFO] The user operation is waiting for background work to complete. 15:11:43 [2019-07-19T19:11:43.431Z] [INFO] Fetching 806fe8add18a00191b60ed63a373fb0a from https://download.eclipse.org/modeling/emf/emf/builds/release/2.18/.blobstore/4/ (535.89kB) 15:11:43 [2019-07-19T19:11:43.690Z] [INFO] Unpacking org.eclipse.xsd_2.16.0.v20190321-1341... 15:11:44 [2019-07-19T19:11:44.622Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.counters.ui:0.0.5-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui/.polyglot.build.properties 15:11:44 [2019-07-19T19:11:44.880Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.graph.core:2.1.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core/.polyglot.build.properties 15:11:44 [2019-07-19T19:11:44.880Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.graph.core:2.1.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core/.polyglot.build.properties 15:11:45 [2019-07-19T19:11:45.138Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.graph.core:2.1.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core/.polyglot.build.properties 15:11:45 [2019-07-19T19:11:45.138Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.graph.core.tests:1.0.4-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core.tests/.polyglot.build.properties 15:11:45 [2019-07-19T19:11:45.138Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.graph.core.tests:1.0.4-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core.tests/.polyglot.build.properties 15:11:46 [2019-07-19T19:11:46.072Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.graph.core.tests:1.0.4-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core.tests/.polyglot.build.properties 15:11:46 [2019-07-19T19:11:46.072Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.lami.core:1.1.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core/.polyglot.build.properties 15:11:46 [2019-07-19T19:11:46.072Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.lami.core:1.1.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core/.polyglot.build.properties 15:11:46 [2019-07-19T19:11:46.330Z] [INFO] Fetching org.json_1.0.0.v201011060100.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (29.69kB) 15:11:46 [2019-07-19T19:11:46.330Z] [INFO] Fetching org.json_1.0.0.v201011060100.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (29.69kB) 15:11:46 [2019-07-19T19:11:46.330Z] [INFO] The user operation is waiting for background work to complete. 15:11:46 [2019-07-19T19:11:46.330Z] [INFO] Unpacking org.json_1.0.0.v201011060100... 15:11:46 [2019-07-19T19:11:46.589Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.lami.core:1.1.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core/.polyglot.build.properties 15:11:46 [2019-07-19T19:11:46.589Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.lami.core.tests:1.0.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core.tests/.polyglot.build.properties 15:11:46 [2019-07-19T19:11:46.589Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.lami.core.tests:1.0.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core.tests/.polyglot.build.properties 15:11:47 [2019-07-19T19:11:47.155Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.lami.core.tests:1.0.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core.tests/.polyglot.build.properties 15:11:47 [2019-07-19T19:11:47.413Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.lami.ui:1.1.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui/.polyglot.build.properties 15:11:47 [2019-07-19T19:11:47.414Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.lami.ui:1.1.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui/.polyglot.build.properties 15:11:48 [2019-07-19T19:11:48.351Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.lami.ui:1.1.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui/.polyglot.build.properties 15:11:48 [2019-07-19T19:11:48.917Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.graph.ui:1.0.8-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.ui/.polyglot.build.properties 15:11:48 [2019-07-19T19:11:48.917Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.graph.ui:1.0.8-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.ui/.polyglot.build.properties 15:11:49 [2019-07-19T19:11:49.850Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.graph.ui:1.0.8-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.ui/.polyglot.build.properties 15:11:50 [2019-07-19T19:11:50.109Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.os.linux.core:4.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/.polyglot.build.properties 15:11:50 [2019-07-19T19:11:50.109Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.os.linux.core:4.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/.polyglot.build.properties 15:11:50 [2019-07-19T19:11:50.366Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.os.linux.core:4.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/.polyglot.build.properties 15:11:50 [2019-07-19T19:11:50.366Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.os.linux.core.tests:1.0.9-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/.polyglot.build.properties 15:11:50 [2019-07-19T19:11:50.366Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.os.linux.core.tests:1.0.9-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/.polyglot.build.properties 15:11:51 [2019-07-19T19:11:51.299Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.os.linux.core.tests:1.0.9-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/.polyglot.build.properties 15:11:51 [2019-07-19T19:11:51.299Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.os.linux.ui:3.0.4-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/.polyglot.build.properties 15:11:51 [2019-07-19T19:11:51.299Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.os.linux.ui:3.0.4-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/.polyglot.build.properties 15:11:52 [2019-07-19T19:11:52.671Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.os.linux.ui:3.0.4-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/.polyglot.build.properties 15:11:52 [2019-07-19T19:11:52.671Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.os.linux.ui.tests:1.0.6-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.tests/.polyglot.build.properties 15:11:52 [2019-07-19T19:11:52.671Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.os.linux.ui.tests:1.0.6-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.tests/.polyglot.build.properties 15:11:53 [2019-07-19T19:11:53.606Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.os.linux.ui.tests:1.0.6-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.tests/.polyglot.build.properties 15:11:53 [2019-07-19T19:11:53.978Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.profiling.core:1.1.3-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/.polyglot.build.properties 15:11:53 [2019-07-19T19:11:53.978Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.profiling.core:1.1.3-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/.polyglot.build.properties 15:11:54 [2019-07-19T19:11:54.235Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.profiling.core:1.1.3-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/.polyglot.build.properties 15:11:54 [2019-07-19T19:11:54.235Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.profiling.core.tests:1.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/.polyglot.build.properties 15:11:54 [2019-07-19T19:11:54.235Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.profiling.core.tests:1.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/.polyglot.build.properties 15:11:55 [2019-07-19T19:11:55.168Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.profiling.core.tests:1.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/.polyglot.build.properties 15:11:55 [2019-07-19T19:11:55.168Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.profiling.ui:2.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/.polyglot.build.properties 15:11:55 [2019-07-19T19:11:55.168Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.profiling.ui:2.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/.polyglot.build.properties 15:11:56 [2019-07-19T19:11:56.100Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.profiling.ui:2.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/.polyglot.build.properties 15:11:56 [2019-07-19T19:11:56.358Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests:1.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/.polyglot.build.properties 15:11:56 [2019-07-19T19:11:56.358Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests:1.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/.polyglot.build.properties 15:11:56 [2019-07-19T19:11:56.923Z] [INFO] Fetching org.eclipse.swtbot.eclipse.finder_2.9.0.201907111840.jar.pack.gz from https://download.eclipse.org/technology/swtbot/snapshots/plugins/ (62.93kB) 15:11:56 [2019-07-19T19:11:56.923Z] [INFO] The user operation is waiting for background work to complete. 15:11:56 [2019-07-19T19:11:56.923Z] [INFO] Fetching org.eclipse.swtbot.eclipse.finder_2.9.0.201907111840.jar.pack.gz from https://download.eclipse.org/technology/swtbot/snapshots/plugins/ (62.93kB) 15:11:56 [2019-07-19T19:11:56.923Z] [INFO] Unpacking org.eclipse.swtbot.eclipse.finder_2.9.0.201907111840... 15:11:56 [2019-07-19T19:11:56.923Z] [INFO] Fetching org.eclipse.swtbot.swt.finder_2.9.0.201907111840.jar.pack.gz from https://download.eclipse.org/technology/swtbot/snapshots/plugins/ (262.93kB) 15:11:56 [2019-07-19T19:11:56.923Z] [INFO] The user operation is waiting for background work to complete. 15:11:56 [2019-07-19T19:11:56.923Z] [INFO] Fetching org.eclipse.swtbot.swt.finder_2.9.0.201907111840.jar.pack.gz from https://download.eclipse.org/technology/swtbot/snapshots/plugins/ (262.93kB) 15:11:57 [2019-07-19T19:11:57.181Z] [INFO] Unpacking org.eclipse.swtbot.swt.finder_2.9.0.201907111840... 15:11:57 [2019-07-19T19:11:57.439Z] [INFO] Fetching org.hamcrest.library_1.3.0.v20180524-2246.jar.pack.gz from https://download.eclipse.org/technology/swtbot/snapshots/plugins/ (32.1kB) 15:11:57 [2019-07-19T19:11:57.439Z] [INFO] The user operation is waiting for background work to complete. 15:11:57 [2019-07-19T19:11:57.439Z] [INFO] Fetching org.hamcrest.library_1.3.0.v20180524-2246.jar.pack.gz from https://download.eclipse.org/technology/swtbot/snapshots/plugins/ (32.1kB) 15:11:57 [2019-07-19T19:11:57.439Z] [INFO] Unpacking org.hamcrest.library_1.3.0.v20180524-2246... 15:11:57 [2019-07-19T19:11:57.697Z] [INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from https://download.eclipse.org/technology/swtbot/snapshots/plugins/ (129.49kB) 15:11:57 [2019-07-19T19:11:57.697Z] [INFO] The user operation is waiting for background work to complete. 15:11:57 [2019-07-19T19:11:57.697Z] [INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from https://download.eclipse.org/technology/swtbot/snapshots/plugins/ (129.49kB) 15:11:57 [2019-07-19T19:11:57.697Z] [INFO] Unpacking org.apache.log4j_1.2.15.v201012070815... 15:11:57 [2019-07-19T19:11:57.954Z] [INFO] Fetching org.eclipse.swtbot.junit4_x_2.9.0.201907111840.jar.pack.gz from https://download.eclipse.org/technology/swtbot/snapshots/plugins/ (20.39kB) 15:11:57 [2019-07-19T19:11:57.954Z] [INFO] The user operation is waiting for background work to complete. 15:11:57 [2019-07-19T19:11:57.954Z] [INFO] Fetching org.eclipse.swtbot.junit4_x_2.9.0.201907111840.jar.pack.gz from https://download.eclipse.org/technology/swtbot/snapshots/plugins/ (20.39kB) 15:11:57 [2019-07-19T19:11:57.954Z] [INFO] Unpacking org.eclipse.swtbot.junit4_x_2.9.0.201907111840... 15:11:58 [2019-07-19T19:11:58.885Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests:1.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/.polyglot.build.properties 15:11:59 [2019-07-19T19:11:59.143Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.timing.core:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core/.polyglot.build.properties 15:11:59 [2019-07-19T19:11:59.143Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.timing.core:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core/.polyglot.build.properties 15:11:59 [2019-07-19T19:11:59.401Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.timing.core:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core/.polyglot.build.properties 15:11:59 [2019-07-19T19:11:59.401Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.timing.core.tests:1.0.4-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/.polyglot.build.properties 15:11:59 [2019-07-19T19:11:59.401Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.timing.core.tests:1.0.4-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/.polyglot.build.properties 15:12:00 [2019-07-19T19:12:00.355Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.timing.core.tests:1.0.4-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/.polyglot.build.properties 15:12:00 [2019-07-19T19:12:00.355Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.timing.ui:4.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/.polyglot.build.properties 15:12:00 [2019-07-19T19:12:00.355Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.timing.ui:4.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/.polyglot.build.properties 15:12:01 [2019-07-19T19:12:01.288Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.timing.ui:4.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/.polyglot.build.properties 15:12:01 [2019-07-19T19:12:01.852Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests:0.0.4-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/.polyglot.build.properties 15:12:01 [2019-07-19T19:12:01.852Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests:0.0.4-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/.polyglot.build.properties 15:12:03 [2019-07-19T19:12:03.224Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests:0.0.4-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/.polyglot.build.properties 15:12:03 [2019-07-19T19:12:03.482Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests:1.0.10-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/.polyglot.build.properties 15:12:03 [2019-07-19T19:12:03.482Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests:1.0.10-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/.polyglot.build.properties 15:12:04 [2019-07-19T19:12:04.415Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests:1.0.10-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/.polyglot.build.properties 15:12:04 [2019-07-19T19:12:04.673Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests:1.0.7-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/.polyglot.build.properties 15:12:04 [2019-07-19T19:12:04.673Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests:1.0.7-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/.polyglot.build.properties 15:12:06 [2019-07-19T19:12:06.048Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests:1.0.7-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/.polyglot.build.properties 15:12:06 [2019-07-19T19:12:06.048Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests:1.0.3-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/.polyglot.build.properties 15:12:06 [2019-07-19T19:12:06.305Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests:1.0.3-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/.polyglot.build.properties 15:12:07 [2019-07-19T19:12:07.676Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests:1.0.3-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/.polyglot.build.properties 15:12:07 [2019-07-19T19:12:07.934Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.btf:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf/.polyglot.build.properties 15:12:16 [2019-07-19T19:12:16.045Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.btf:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf/.polyglot.build.properties 15:12:16 [2019-07-19T19:12:16.045Z] [INFO] Fetching org.eclipse.license_2.0.1.v20180423-1114.jar from https://download.eclipse.org/cbi/updates/license/2.0.1.v20180423-1114/features/ (13.05kB) 15:12:16 [2019-07-19T19:12:16.045Z] [INFO] Fetching org.eclipse.license_2.0.1.v20180423-1114.jar from https://download.eclipse.org/cbi/updates/license/2.0.1.v20180423-1114/features/ (13.05kB) 15:12:16 [2019-07-19T19:12:16.045Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.btf:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf/.polyglot.build.properties 15:12:16 [2019-07-19T19:12:16.045Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.btf.core:2.1.3-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.core/.polyglot.build.properties 15:12:16 [2019-07-19T19:12:16.045Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.btf.core:2.1.3-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.core/.polyglot.build.properties 15:12:16 [2019-07-19T19:12:16.045Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.btf.core:2.1.3-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.core/.polyglot.build.properties 15:12:16 [2019-07-19T19:12:16.045Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.btf.core.tests:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.core.tests/.polyglot.build.properties 15:12:16 [2019-07-19T19:12:16.045Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.btf.core.tests:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.core.tests/.polyglot.build.properties 15:12:16 [2019-07-19T19:12:16.609Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.btf.core.tests:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.core.tests/.polyglot.build.properties 15:12:16 [2019-07-19T19:12:16.871Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.btf.ui:1.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.ui/.polyglot.build.properties 15:12:16 [2019-07-19T19:12:16.871Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.btf.ui:1.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.ui/.polyglot.build.properties 15:12:17 [2019-07-19T19:12:17.804Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.btf.ui:1.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.ui/.polyglot.build.properties 15:12:17 [2019-07-19T19:12:17.804Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.common.core:4.1.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core/.polyglot.build.properties 15:12:17 [2019-07-19T19:12:17.804Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.common.core:4.1.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core/.polyglot.build.properties 15:12:18 [2019-07-19T19:12:18.062Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.common.core:4.1.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core/.polyglot.build.properties 15:12:18 [2019-07-19T19:12:18.062Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.common.core.tests:1.1.5-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core.tests/.polyglot.build.properties 15:12:18 [2019-07-19T19:12:18.062Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.common.core.tests:1.1.5-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core.tests/.polyglot.build.properties 15:12:18 [2019-07-19T19:12:18.641Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.common.core.tests:1.1.5-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core.tests/.polyglot.build.properties 15:12:18 [2019-07-19T19:12:18.900Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.ctf:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf/.polyglot.build.properties 15:12:18 [2019-07-19T19:12:18.900Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.ctf:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf/.polyglot.build.properties 15:12:19 [2019-07-19T19:12:19.157Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.ctf:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf/.polyglot.build.properties 15:12:19 [2019-07-19T19:12:19.157Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.ctf.core:4.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core/.polyglot.build.properties 15:12:19 [2019-07-19T19:12:19.157Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.ctf.core:4.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core/.polyglot.build.properties 15:12:19 [2019-07-19T19:12:19.157Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.ctf.core:4.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core/.polyglot.build.properties 15:12:19 [2019-07-19T19:12:19.157Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.ctf.core.tests:1.0.5-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/pom.xml 15:12:19 [2019-07-19T19:12:19.157Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.ctf.core.tests:1.0.5-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/pom.xml 15:12:19 [2019-07-19T19:12:19.723Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.ctf.core.tests:1.0.5-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/pom.xml 15:12:19 [2019-07-19T19:12:19.980Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.ctf.parser:1.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser/pom.xml 15:12:19 [2019-07-19T19:12:19.980Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.ctf.parser:1.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser/pom.xml 15:12:19 [2019-07-19T19:12:19.980Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.ctf.parser:1.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser/pom.xml 15:12:19 [2019-07-19T19:12:19.980Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.ctf.parser.tests:1.0.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser.tests/.polyglot.build.properties 15:12:19 [2019-07-19T19:12:19.980Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.ctf.parser.tests:1.0.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser.tests/.polyglot.build.properties 15:12:20 [2019-07-19T19:12:20.544Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.ctf.parser.tests:1.0.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser.tests/.polyglot.build.properties 15:12:20 [2019-07-19T19:12:20.544Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.ctf:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf/.polyglot.build.properties 15:12:20 [2019-07-19T19:12:20.544Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.ctf:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf/.polyglot.build.properties 15:12:21 [2019-07-19T19:12:21.916Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.ctf:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf/.polyglot.build.properties 15:12:21 [2019-07-19T19:12:21.916Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.ctf.core:4.2.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core/.polyglot.build.properties 15:12:21 [2019-07-19T19:12:21.916Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.ctf.core:4.2.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core/.polyglot.build.properties 15:12:21 [2019-07-19T19:12:21.916Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.ctf.core:4.2.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core/.polyglot.build.properties 15:12:21 [2019-07-19T19:12:21.916Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.ctf.core.tests:1.0.9-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/.polyglot.build.properties 15:12:21 [2019-07-19T19:12:21.916Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.ctf.core.tests:1.0.9-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/.polyglot.build.properties 15:12:22 [2019-07-19T19:12:22.480Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.ctf.core.tests:1.0.9-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/.polyglot.build.properties 15:12:22 [2019-07-19T19:12:22.740Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests:1.0.8-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/.polyglot.build.properties 15:12:22 [2019-07-19T19:12:22.740Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests:1.0.8-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/.polyglot.build.properties 15:12:23 [2019-07-19T19:12:23.751Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests:1.0.8-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/.polyglot.build.properties 15:12:23 [2019-07-19T19:12:23.751Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.doc.dev:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.doc.dev/pom.xml 15:12:23 [2019-07-19T19:12:23.751Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.doc.dev:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.doc.dev/pom.xml 15:12:24 [2019-07-19T19:12:24.008Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.doc.dev:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.doc.dev/pom.xml 15:12:24 [2019-07-19T19:12:24.008Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.doc.user:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.doc.user/pom.xml 15:12:24 [2019-07-19T19:12:24.008Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.doc.user:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.doc.user/pom.xml 15:12:24 [2019-07-19T19:12:24.008Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.doc.user:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.doc.user/pom.xml 15:12:24 [2019-07-19T19:12:24.008Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.gdbtrace.doc.user:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.gdbtrace.doc.user/pom.xml 15:12:24 [2019-07-19T19:12:24.008Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.gdbtrace.doc.user:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.gdbtrace.doc.user/pom.xml 15:12:24 [2019-07-19T19:12:24.265Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.gdbtrace.doc.user:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.gdbtrace.doc.user/pom.xml 15:12:24 [2019-07-19T19:12:24.265Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.rcp.doc.user:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.rcp.doc.user/pom.xml 15:12:24 [2019-07-19T19:12:24.265Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.rcp.doc.user:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.rcp.doc.user/pom.xml 15:12:24 [2019-07-19T19:12:24.265Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.rcp.doc.user:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.rcp.doc.user/pom.xml 15:12:24 [2019-07-19T19:12:24.265Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.pcap.doc.user:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.tmf.pcap.doc.user/pom.xml 15:12:24 [2019-07-19T19:12:24.265Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.pcap.doc.user:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.tmf.pcap.doc.user/pom.xml 15:12:24 [2019-07-19T19:12:24.523Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.pcap.doc.user:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.tmf.pcap.doc.user/pom.xml 15:12:24 [2019-07-19T19:12:24.523Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.examples:1.0.4-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.examples/.polyglot.build.properties 15:12:24 [2019-07-19T19:12:24.523Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.examples:1.0.4-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.examples/.polyglot.build.properties 15:12:25 [2019-07-19T19:12:25.454Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.examples:1.0.4-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.examples/.polyglot.build.properties 15:12:25 [2019-07-19T19:12:25.712Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.gdbtrace:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace/.polyglot.build.properties 15:12:25 [2019-07-19T19:12:25.712Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.gdbtrace:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace/.polyglot.build.properties 15:12:26 [2019-07-19T19:12:26.277Z] [INFO] Fetching org.eclipse.cdt.debug.core_8.3.200.201905162046.jar.pack.gz from https://download.eclipse.org/tools/cdt/releases/9.8/cdt-9.8.0/plugins/ (105.97kB) 15:12:26 [2019-07-19T19:12:26.277Z] [INFO] The user operation is waiting for background work to complete. 15:12:26 [2019-07-19T19:12:26.277Z] [INFO] Fetching org.eclipse.cdt.debug.core_8.3.200.201905162046.jar.pack.gz from https://download.eclipse.org/tools/cdt/releases/9.8/cdt-9.8.0/plugins/ (105.97kB) 15:12:26 [2019-07-19T19:12:26.277Z] [INFO] Unpacking org.eclipse.cdt.debug.core_8.3.200.201905162046... 15:12:26 [2019-07-19T19:12:26.535Z] [INFO] Fetching org.eclipse.launchbar.core_2.3.0.201906102002.jar from https://download.eclipse.org/tools/cdt/launchbar/2.3/launchbar-2.3.0/plugins/ (75.52kB) 15:12:26 [2019-07-19T19:12:26.535Z] [INFO] Fetching org.eclipse.launchbar.core_2.3.0.201906102002.jar from https://download.eclipse.org/tools/cdt/launchbar/2.3/launchbar-2.3.0/plugins/ (75.52kB) 15:12:26 [2019-07-19T19:12:26.535Z] [INFO] Fetching org.eclipse.cdt.debug.ui_8.3.100.201906030422.jar.pack.gz from https://download.eclipse.org/tools/cdt/releases/9.8/cdt-9.8.0/plugins/ (336.7kB) 15:12:26 [2019-07-19T19:12:26.535Z] [INFO] The user operation is waiting for background work to complete. 15:12:26 [2019-07-19T19:12:26.535Z] [INFO] Fetching org.eclipse.cdt.debug.ui_8.3.100.201906030422.jar.pack.gz from https://download.eclipse.org/tools/cdt/releases/9.8/cdt-9.8.0/plugins/ (336.7kB) 15:12:26 [2019-07-19T19:12:26.792Z] [INFO] Unpacking org.eclipse.cdt.debug.ui_8.3.100.201906030422... 15:12:27 [2019-07-19T19:12:27.357Z] [INFO] Fetching org.eclipse.cdt.ui_6.5.1.201906210145.jar.pack.gz from https://download.eclipse.org/tools/cdt/releases/9.8/cdt-9.8.1/plugins/ (1.95MB) 15:12:27 [2019-07-19T19:12:27.357Z] [INFO] The user operation is waiting for background work to complete. 15:12:27 [2019-07-19T19:12:27.357Z] [INFO] Fetching org.eclipse.cdt.ui_6.5.1.201906210145.jar.pack.gz from https://download.eclipse.org/tools/cdt/releases/9.8/cdt-9.8.1/plugins/ (1.95MB) 15:12:27 [2019-07-19T19:12:27.357Z] [INFO] Unpacking org.eclipse.cdt.ui_6.5.1.201906210145... 15:12:29 [2019-07-19T19:12:29.885Z] [INFO] Fetching org.eclipse.launchbar.ui_2.3.0.201906102002.jar from https://download.eclipse.org/tools/cdt/launchbar/2.3/launchbar-2.3.0/plugins/ (80.25kB) 15:12:29 [2019-07-19T19:12:29.885Z] [INFO] Fetching org.eclipse.launchbar.ui_2.3.0.201906102002.jar from https://download.eclipse.org/tools/cdt/launchbar/2.3/launchbar-2.3.0/plugins/ (80.25kB) 15:12:29 [2019-07-19T19:12:29.885Z] [INFO] Fetching org.eclipse.cdt.dsf_2.8.1.201811241055.jar.pack.gz from https://download.eclipse.org/tools/cdt/releases/9.8/cdt-9.8.0/plugins/ (97.38kB) 15:12:29 [2019-07-19T19:12:29.885Z] [INFO] The user operation is waiting for background work to complete. 15:12:29 [2019-07-19T19:12:29.885Z] [INFO] Fetching org.eclipse.cdt.dsf_2.8.1.201811241055.jar.pack.gz from https://download.eclipse.org/tools/cdt/releases/9.8/cdt-9.8.0/plugins/ (97.38kB) 15:12:29 [2019-07-19T19:12:29.885Z] [INFO] Unpacking org.eclipse.cdt.dsf_2.8.1.201811241055... 15:12:30 [2019-07-19T19:12:30.143Z] [INFO] Fetching org.eclipse.cdt.dsf.gdb_5.7.1.201906211704.jar.pack.gz from https://download.eclipse.org/tools/cdt/releases/9.8/cdt-9.8.1/plugins/ (426.28kB) 15:12:30 [2019-07-19T19:12:30.143Z] [INFO] The user operation is waiting for background work to complete. 15:12:30 [2019-07-19T19:12:30.143Z] [INFO] Fetching org.eclipse.cdt.dsf.gdb_5.7.1.201906211704.jar.pack.gz from https://download.eclipse.org/tools/cdt/releases/9.8/cdt-9.8.1/plugins/ (426.28kB) 15:12:30 [2019-07-19T19:12:30.143Z] [INFO] Unpacking org.eclipse.cdt.dsf.gdb_5.7.1.201906211704... 15:12:31 [2019-07-19T19:12:31.075Z] [INFO] Fetching org.eclipse.cdt.launch_9.2.1.201811291831.jar.pack.gz from https://download.eclipse.org/tools/cdt/releases/9.8/cdt-9.8.0/plugins/ (85.11kB) 15:12:31 [2019-07-19T19:12:31.075Z] [INFO] The user operation is waiting for background work to complete. 15:12:31 [2019-07-19T19:12:31.075Z] [INFO] Fetching org.eclipse.cdt.launch_9.2.1.201811291831.jar.pack.gz from https://download.eclipse.org/tools/cdt/releases/9.8/cdt-9.8.0/plugins/ (85.11kB) 15:12:31 [2019-07-19T19:12:31.075Z] [INFO] Unpacking org.eclipse.cdt.launch_9.2.1.201811291831... 15:12:31 [2019-07-19T19:12:31.075Z] [INFO] Fetching org.eclipse.cdt.gdb_7.0.1.201811241055.jar.pack.gz from https://download.eclipse.org/tools/cdt/releases/9.8/cdt-9.8.0/plugins/ (11.62kB) 15:12:31 [2019-07-19T19:12:31.075Z] [INFO] The user operation is waiting for background work to complete. 15:12:31 [2019-07-19T19:12:31.075Z] [INFO] Fetching org.eclipse.cdt.gdb_7.0.1.201811241055.jar.pack.gz from https://download.eclipse.org/tools/cdt/releases/9.8/cdt-9.8.0/plugins/ (11.62kB) 15:12:31 [2019-07-19T19:12:31.075Z] [INFO] Unpacking org.eclipse.cdt.gdb_7.0.1.201811241055... 15:12:31 [2019-07-19T19:12:31.332Z] [INFO] Fetching org.eclipse.cdt.native.serial_1.1.100.201901082014.jar.pack.gz from https://download.eclipse.org/tools/cdt/releases/9.8/cdt-9.8.0/plugins/ (212.25kB) 15:12:31 [2019-07-19T19:12:31.332Z] [INFO] The user operation is waiting for background work to complete. 15:12:31 [2019-07-19T19:12:31.332Z] [INFO] Fetching org.eclipse.cdt.native.serial_1.1.100.201901082014.jar.pack.gz from https://download.eclipse.org/tools/cdt/releases/9.8/cdt-9.8.0/plugins/ (212.25kB) 15:12:31 [2019-07-19T19:12:31.332Z] [INFO] Unpacking org.eclipse.cdt.native.serial_1.1.100.201901082014... 15:12:31 [2019-07-19T19:12:31.589Z] [INFO] Fetching org.eclipse.cdt.dsf.gdb.ui_2.6.200.201906030422.jar.pack.gz from https://download.eclipse.org/tools/cdt/releases/9.8/cdt-9.8.0/plugins/ (233.17kB) 15:12:31 [2019-07-19T19:12:31.589Z] [INFO] The user operation is waiting for background work to complete. 15:12:31 [2019-07-19T19:12:31.589Z] [INFO] Fetching org.eclipse.cdt.dsf.gdb.ui_2.6.200.201906030422.jar.pack.gz from https://download.eclipse.org/tools/cdt/releases/9.8/cdt-9.8.0/plugins/ (233.17kB) 15:12:31 [2019-07-19T19:12:31.589Z] [INFO] Unpacking org.eclipse.cdt.dsf.gdb.ui_2.6.200.201906030422... 15:12:31 [2019-07-19T19:12:31.847Z] [INFO] Fetching org.eclipse.cdt.dsf.ui_2.5.100.201904261715.jar.pack.gz from https://download.eclipse.org/tools/cdt/releases/9.8/cdt-9.8.0/plugins/ (367.22kB) 15:12:31 [2019-07-19T19:12:31.847Z] [INFO] The user operation is waiting for background work to complete. 15:12:31 [2019-07-19T19:12:31.847Z] [INFO] Fetching org.eclipse.cdt.dsf.ui_2.5.100.201904261715.jar.pack.gz from https://download.eclipse.org/tools/cdt/releases/9.8/cdt-9.8.0/plugins/ (367.22kB) 15:12:32 [2019-07-19T19:12:32.105Z] [INFO] Unpacking org.eclipse.cdt.dsf.ui_2.5.100.201904261715... 15:12:32 [2019-07-19T19:12:32.670Z] [INFO] Fetching org.eclipse.tm.terminal.control_4.5.100.201901312304.jar from https://download.eclipse.org/tm/updates/4.5.101-SNAPSHOT/repository/plugins/ (185.75kB) 15:12:32 [2019-07-19T19:12:32.670Z] [INFO] Fetching org.eclipse.tm.terminal.control_4.5.100.201901312304.jar from https://download.eclipse.org/tm/updates/4.5.101-SNAPSHOT/repository/plugins/ (185.75kB) 15:12:32 [2019-07-19T19:12:32.670Z] [INFO] Fetching org.eclipse.tools.templates.ui_1.1.1.201812111206.jar from https://download.eclipse.org/tools/cdt/releases/9.8/cdt-9.8.0/plugins/ (35.49kB) 15:12:32 [2019-07-19T19:12:32.670Z] [INFO] Fetching org.eclipse.tools.templates.ui_1.1.1.201812111206.jar from https://download.eclipse.org/tools/cdt/releases/9.8/cdt-9.8.0/plugins/ (35.49kB) 15:12:32 [2019-07-19T19:12:32.927Z] [INFO] Fetching org.eclipse.tools.templates.core_1.1.0.201812111206.jar from https://download.eclipse.org/tools/cdt/releases/9.8/cdt-9.8.0/plugins/ (11.37kB) 15:12:32 [2019-07-19T19:12:32.927Z] [INFO] Fetching org.eclipse.tools.templates.core_1.1.0.201812111206.jar from https://download.eclipse.org/tools/cdt/releases/9.8/cdt-9.8.0/plugins/ (11.37kB) 15:12:33 [2019-07-19T19:12:33.492Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.gdbtrace:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace/.polyglot.build.properties 15:12:33 [2019-07-19T19:12:33.749Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.gdbtrace.core:1.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core/.polyglot.build.properties 15:12:33 [2019-07-19T19:12:33.749Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.gdbtrace.core:1.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core/.polyglot.build.properties 15:12:34 [2019-07-19T19:12:34.314Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.gdbtrace.core:1.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core/.polyglot.build.properties 15:12:34 [2019-07-19T19:12:34.879Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.gdbtrace.core.tests:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core.tests/.polyglot.build.properties 15:12:34 [2019-07-19T19:12:34.879Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.gdbtrace.core.tests:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core.tests/.polyglot.build.properties 15:12:36 [2019-07-19T19:12:36.253Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.gdbtrace.core.tests:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core.tests/.polyglot.build.properties 15:12:36 [2019-07-19T19:12:36.253Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.gdbtrace.ui:1.1.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui/.polyglot.build.properties 15:12:36 [2019-07-19T19:12:36.253Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.gdbtrace.ui:1.1.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui/.polyglot.build.properties 15:12:37 [2019-07-19T19:12:37.624Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.gdbtrace.ui:1.1.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui/.polyglot.build.properties 15:12:37 [2019-07-19T19:12:37.881Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.gdbtrace.ui.tests:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui.tests/.polyglot.build.properties 15:12:37 [2019-07-19T19:12:37.881Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.gdbtrace.ui.tests:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui.tests/.polyglot.build.properties 15:12:38 [2019-07-19T19:12:38.811Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.gdbtrace.ui.tests:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui.tests/.polyglot.build.properties 15:12:39 [2019-07-19T19:12:39.067Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.common.core:1.1.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.common.core/.polyglot.build.properties 15:12:39 [2019-07-19T19:12:39.067Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.common.core:1.1.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.common.core/.polyglot.build.properties 15:12:39 [2019-07-19T19:12:39.324Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.common.core:1.1.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.common.core/.polyglot.build.properties 15:12:39 [2019-07-19T19:12:39.324Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.common.core.tests:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.common.core.tests/.polyglot.build.properties 15:12:39 [2019-07-19T19:12:39.324Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.common.core.tests:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.common.core.tests/.polyglot.build.properties 15:12:39 [2019-07-19T19:12:39.887Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.common.core.tests:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.common.core.tests/.polyglot.build.properties 15:12:40 [2019-07-19T19:12:40.145Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.control:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control/.polyglot.build.properties 15:12:40 [2019-07-19T19:12:40.145Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.control:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control/.polyglot.build.properties 15:12:40 [2019-07-19T19:12:40.401Z] [INFO] Fetching com.jcraft.jsch_0.1.55.v20190404-1902.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (107.05kB) 15:12:40 [2019-07-19T19:12:40.401Z] [INFO] The user operation is waiting for background work to complete. 15:12:40 [2019-07-19T19:12:40.401Z] [INFO] Fetching com.jcraft.jsch_0.1.55.v20190404-1902.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (107.05kB) 15:12:40 [2019-07-19T19:12:40.659Z] [INFO] Unpacking com.jcraft.jsch_0.1.55.v20190404-1902... 15:12:40 [2019-07-19T19:12:40.659Z] [INFO] Fetching org.eclipse.jsch.core_1.3.500.v20190413-1338.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (20.73kB) 15:12:40 [2019-07-19T19:12:40.659Z] [INFO] The user operation is waiting for background work to complete. 15:12:40 [2019-07-19T19:12:40.659Z] [INFO] Fetching org.eclipse.jsch.core_1.3.500.v20190413-1338.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (20.73kB) 15:12:40 [2019-07-19T19:12:40.659Z] [INFO] Unpacking org.eclipse.jsch.core_1.3.500.v20190413-1338... 15:12:41 [2019-07-19T19:12:41.225Z] [INFO] Fetching org.eclipse.jsch.ui_1.3.500.v20190519-2354.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (34.33kB) 15:12:41 [2019-07-19T19:12:41.225Z] [INFO] The user operation is waiting for background work to complete. 15:12:41 [2019-07-19T19:12:41.225Z] [INFO] Fetching org.eclipse.jsch.ui_1.3.500.v20190519-2354.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (34.33kB) 15:12:41 [2019-07-19T19:12:41.482Z] [INFO] Unpacking org.eclipse.jsch.ui_1.3.500.v20190519-2354... 15:12:41 [2019-07-19T19:12:41.482Z] [INFO] Fetching org.eclipse.remote.core_4.0.0.201906061531.jar.pack.gz from https://download.eclipse.org/tools/ptp/builds/remote/photon/milestones/2019-06-RC1/plugins/ (81.31kB) 15:12:41 [2019-07-19T19:12:41.482Z] [INFO] The user operation is waiting for background work to complete. 15:12:41 [2019-07-19T19:12:41.482Z] [INFO] Fetching org.eclipse.remote.core_4.0.0.201906061531.jar.pack.gz from https://download.eclipse.org/tools/ptp/builds/remote/photon/milestones/2019-06-RC1/plugins/ (81.31kB) 15:12:41 [2019-07-19T19:12:41.482Z] [INFO] Unpacking org.eclipse.remote.core_4.0.0.201906061531... 15:12:41 [2019-07-19T19:12:41.738Z] [INFO] Fetching org.eclipse.remote.jsch.core_1.0.0.201906061531.jar.pack.gz from https://download.eclipse.org/tools/ptp/builds/remote/photon/milestones/2019-06-RC1/plugins/ (35.65kB) 15:12:41 [2019-07-19T19:12:41.739Z] [INFO] The user operation is waiting for background work to complete. 15:12:41 [2019-07-19T19:12:41.739Z] [INFO] Fetching org.eclipse.remote.jsch.core_1.0.0.201906061531.jar.pack.gz from https://download.eclipse.org/tools/ptp/builds/remote/photon/milestones/2019-06-RC1/plugins/ (35.65kB) 15:12:41 [2019-07-19T19:12:41.739Z] [INFO] Unpacking org.eclipse.remote.jsch.core_1.0.0.201906061531... 15:12:41 [2019-07-19T19:12:41.739Z] [INFO] Fetching org.eclipse.remote.jsch.ui_1.0.0.201906061531.jar.pack.gz from https://download.eclipse.org/tools/ptp/builds/remote/photon/milestones/2019-06-RC1/plugins/ (20.56kB) 15:12:41 [2019-07-19T19:12:41.739Z] [INFO] The user operation is waiting for background work to complete. 15:12:41 [2019-07-19T19:12:41.739Z] [INFO] Fetching org.eclipse.remote.jsch.ui_1.0.0.201906061531.jar.pack.gz from https://download.eclipse.org/tools/ptp/builds/remote/photon/milestones/2019-06-RC1/plugins/ (20.56kB) 15:12:41 [2019-07-19T19:12:41.995Z] [INFO] Unpacking org.eclipse.remote.jsch.ui_1.0.0.201906061531... 15:12:41 [2019-07-19T19:12:41.995Z] [INFO] Fetching org.eclipse.remote.ui_2.1.1.201906061531.jar.pack.gz from https://download.eclipse.org/tools/ptp/builds/remote/photon/milestones/2019-06-RC1/plugins/ (53.94kB) 15:12:41 [2019-07-19T19:12:41.995Z] [INFO] The user operation is waiting for background work to complete. 15:12:41 [2019-07-19T19:12:41.995Z] [INFO] Fetching org.eclipse.remote.ui_2.1.1.201906061531.jar.pack.gz from https://download.eclipse.org/tools/ptp/builds/remote/photon/milestones/2019-06-RC1/plugins/ (53.94kB) 15:12:41 [2019-07-19T19:12:41.995Z] [INFO] Unpacking org.eclipse.remote.ui_2.1.1.201906061531... 15:12:42 [2019-07-19T19:12:42.926Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.control:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control/.polyglot.build.properties 15:12:42 [2019-07-19T19:12:42.926Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.control.core:1.2.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core/.polyglot.build.properties 15:12:42 [2019-07-19T19:12:42.926Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.control.core:1.2.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core/.polyglot.build.properties 15:12:42 [2019-07-19T19:12:42.926Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.control.core:1.2.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core/.polyglot.build.properties 15:12:43 [2019-07-19T19:12:43.183Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.control.core.tests:1.1.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core.tests/.polyglot.build.properties 15:12:43 [2019-07-19T19:12:43.183Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.control.core.tests:1.1.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core.tests/.polyglot.build.properties 15:12:43 [2019-07-19T19:12:43.748Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.control.core.tests:1.1.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core.tests/.polyglot.build.properties 15:12:43 [2019-07-19T19:12:43.748Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.control.ui:1.2.7-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui/.polyglot.build.properties 15:12:43 [2019-07-19T19:12:43.748Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.control.ui:1.2.7-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui/.polyglot.build.properties 15:12:44 [2019-07-19T19:12:44.684Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.control.ui:1.2.7-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui/.polyglot.build.properties 15:12:44 [2019-07-19T19:12:44.684Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.control.ui.tests:2.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/.polyglot.build.properties 15:12:44 [2019-07-19T19:12:44.684Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.control.ui.tests:2.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/.polyglot.build.properties 15:12:45 [2019-07-19T19:12:45.616Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.control.ui.tests:2.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/.polyglot.build.properties 15:12:45 [2019-07-19T19:12:45.874Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.kernel:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel/.polyglot.build.properties 15:12:45 [2019-07-19T19:12:45.874Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.kernel:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel/.polyglot.build.properties 15:12:46 [2019-07-19T19:12:46.883Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.kernel:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel/.polyglot.build.properties 15:12:46 [2019-07-19T19:12:46.883Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.kernel.core:3.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core/.polyglot.build.properties 15:12:46 [2019-07-19T19:12:46.883Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.kernel.core:3.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core/.polyglot.build.properties 15:12:47 [2019-07-19T19:12:47.279Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.kernel.core:3.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core/.polyglot.build.properties 15:12:47 [2019-07-19T19:12:47.279Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.kernel.core.tests:2.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/.polyglot.build.properties 15:12:47 [2019-07-19T19:12:47.279Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.kernel.core.tests:2.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/.polyglot.build.properties 15:12:47 [2019-07-19T19:12:47.887Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.kernel.core.tests:2.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/.polyglot.build.properties 15:12:47 [2019-07-19T19:12:47.887Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.kernel.ui:2.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui/.polyglot.build.properties 15:12:47 [2019-07-19T19:12:47.887Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.kernel.ui:2.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui/.polyglot.build.properties 15:12:48 [2019-07-19T19:12:48.877Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.kernel.ui:2.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui/.polyglot.build.properties 15:12:49 [2019-07-19T19:12:49.179Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.ust:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust/.polyglot.build.properties 15:12:49 [2019-07-19T19:12:49.179Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.ust:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust/.polyglot.build.properties 15:12:50 [2019-07-19T19:12:50.177Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.ust:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust/.polyglot.build.properties 15:12:50 [2019-07-19T19:12:50.177Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.ust.core:4.0.3-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core/.polyglot.build.properties 15:12:50 [2019-07-19T19:12:50.177Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.ust.core:4.0.3-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core/.polyglot.build.properties 15:12:50 [2019-07-19T19:12:50.435Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.ust.core:4.0.3-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core/.polyglot.build.properties 15:12:50 [2019-07-19T19:12:50.435Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.ust.core.tests:1.0.9-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core.tests/.polyglot.build.properties 15:12:50 [2019-07-19T19:12:50.435Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.ust.core.tests:1.0.9-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core.tests/.polyglot.build.properties 15:12:50 [2019-07-19T19:12:50.999Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.ust.core.tests:1.0.9-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core.tests/.polyglot.build.properties 15:12:51 [2019-07-19T19:12:51.257Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.ust.ui:3.0.5-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui/.polyglot.build.properties 15:12:51 [2019-07-19T19:12:51.257Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.ust.ui:3.0.5-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui/.polyglot.build.properties 15:12:52 [2019-07-19T19:12:52.189Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.ust.ui:3.0.5-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui/.polyglot.build.properties 15:12:52 [2019-07-19T19:12:52.189Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.ust.ui.tests:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.tests/.polyglot.build.properties 15:12:52 [2019-07-19T19:12:52.189Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.ust.ui.tests:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.tests/.polyglot.build.properties 15:12:53 [2019-07-19T19:12:53.121Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.ust.ui.tests:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.tests/.polyglot.build.properties 15:12:53 [2019-07-19T19:12:53.381Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests:1.0.5-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/.polyglot.build.properties 15:12:53 [2019-07-19T19:12:53.381Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests:1.0.5-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/.polyglot.build.properties 15:12:54 [2019-07-19T19:12:54.311Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests:1.0.5-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/.polyglot.build.properties 15:12:54 [2019-07-19T19:12:54.569Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests:1.0.10-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/.polyglot.build.properties 15:12:54 [2019-07-19T19:12:54.569Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests:1.0.10-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/.polyglot.build.properties 15:12:55 [2019-07-19T19:12:55.499Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests:1.0.10-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/.polyglot.build.properties 15:12:55 [2019-07-19T19:12:55.756Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests:1.0.10-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests/.polyglot.build.properties 15:12:55 [2019-07-19T19:12:55.756Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests:1.0.10-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests/.polyglot.build.properties 15:12:56 [2019-07-19T19:12:56.689Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests:1.0.10-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests/.polyglot.build.properties 15:12:56 [2019-07-19T19:12:56.946Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.pcap.core:1.1.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core/.polyglot.build.properties 15:12:56 [2019-07-19T19:12:56.946Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.pcap.core:1.1.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core/.polyglot.build.properties 15:12:56 [2019-07-19T19:12:56.946Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.pcap.core:1.1.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core/.polyglot.build.properties 15:12:56 [2019-07-19T19:12:56.946Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.pcap.core.tests:1.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core.tests/pom.xml 15:12:57 [2019-07-19T19:12:57.204Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.pcap.core.tests:1.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core.tests/pom.xml 15:12:57 [2019-07-19T19:12:57.461Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.pcap.core.tests:1.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core.tests/pom.xml 15:12:57 [2019-07-19T19:12:57.719Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.pcap:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap/.polyglot.build.properties 15:12:57 [2019-07-19T19:12:57.719Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.pcap:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap/.polyglot.build.properties 15:12:58 [2019-07-19T19:12:58.653Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.pcap:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap/.polyglot.build.properties 15:12:58 [2019-07-19T19:12:58.653Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.pcap.core:1.0.3-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.core/.polyglot.build.properties 15:12:58 [2019-07-19T19:12:58.653Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.pcap.core:1.0.3-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.core/.polyglot.build.properties 15:12:58 [2019-07-19T19:12:58.653Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.pcap.core:1.0.3-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.core/.polyglot.build.properties 15:12:58 [2019-07-19T19:12:58.653Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.pcap.core.tests:1.0.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.core.tests/.polyglot.build.properties 15:12:58 [2019-07-19T19:12:58.653Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.pcap.core.tests:1.0.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.core.tests/.polyglot.build.properties 15:12:59 [2019-07-19T19:12:59.222Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.pcap.core.tests:1.0.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.core.tests/.polyglot.build.properties 15:12:59 [2019-07-19T19:12:59.222Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.pcap.ui:1.1.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.ui/.polyglot.build.properties 15:12:59 [2019-07-19T19:12:59.222Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.pcap.ui:1.1.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.ui/.polyglot.build.properties 15:13:00 [2019-07-19T19:13:00.155Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.pcap.ui:1.1.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.ui/.polyglot.build.properties 15:13:00 [2019-07-19T19:13:00.155Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests/.polyglot.build.properties 15:13:00 [2019-07-19T19:13:00.155Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests/.polyglot.build.properties 15:13:01 [2019-07-19T19:13:01.086Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests/.polyglot.build.properties 15:13:01 [2019-07-19T19:13:01.344Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.rcp.branding:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.branding/pom.xml 15:13:01 [2019-07-19T19:13:01.344Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.rcp.branding:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.branding/pom.xml 15:13:01 [2019-07-19T19:13:01.600Z] [INFO] Fetching org.eclipse.ui.intro_3.5.600.v20190329-1257.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (142.02kB) 15:13:01 [2019-07-19T19:13:01.600Z] [INFO] The user operation is waiting for background work to complete. 15:13:01 [2019-07-19T19:13:01.600Z] [INFO] Fetching org.eclipse.ui.intro_3.5.600.v20190329-1257.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (142.02kB) 15:13:01 [2019-07-19T19:13:01.600Z] [INFO] Unpacking org.eclipse.ui.intro_3.5.600.v20190329-1257... 15:13:02 [2019-07-19T19:13:02.164Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.rcp.branding:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.branding/pom.xml 15:13:02 [2019-07-19T19:13:02.164Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.rcp.branding.feature:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.branding.feature/pom.xml 15:13:02 [2019-07-19T19:13:02.164Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.rcp.branding.feature:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.branding.feature/pom.xml 15:13:02 [2019-07-19T19:13:02.420Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.rcp.branding.feature:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.branding.feature/pom.xml 15:13:02 [2019-07-19T19:13:02.420Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.rcp:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp/pom.xml 15:13:02 [2019-07-19T19:13:02.420Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.rcp:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp/pom.xml 15:13:02 [2019-07-19T19:13:02.984Z] [INFO] Fetching com.sun.el_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (57.07kB) 15:13:02 [2019-07-19T19:13:02.984Z] [INFO] The user operation is waiting for background work to complete. 15:13:02 [2019-07-19T19:13:02.984Z] [INFO] Fetching com.sun.el_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (57.07kB) 15:13:02 [2019-07-19T19:13:02.984Z] [INFO] Unpacking com.sun.el_2.2.0.v201303151357... 15:13:03 [2019-07-19T19:13:03.242Z] [INFO] Fetching javax.el_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (30.08kB) 15:13:03 [2019-07-19T19:13:03.242Z] [INFO] The user operation is waiting for background work to complete. 15:13:03 [2019-07-19T19:13:03.242Z] [INFO] Fetching javax.el_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (30.08kB) 15:13:03 [2019-07-19T19:13:03.242Z] [INFO] Unpacking javax.el_2.2.0.v201303151357... 15:13:03 [2019-07-19T19:13:03.242Z] [INFO] Fetching javax.servlet_3.1.0.v201410161800.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (60.2kB) 15:13:03 [2019-07-19T19:13:03.242Z] [INFO] The user operation is waiting for background work to complete. 15:13:03 [2019-07-19T19:13:03.242Z] [INFO] Fetching javax.servlet_3.1.0.v201410161800.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (60.2kB) 15:13:03 [2019-07-19T19:13:03.500Z] [INFO] Unpacking javax.servlet_3.1.0.v201410161800... 15:13:03 [2019-07-19T19:13:03.500Z] [INFO] Fetching com.sun.jna_4.5.1.v20180403-1933.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (1.28MB) 15:13:03 [2019-07-19T19:13:03.500Z] [INFO] The user operation is waiting for background work to complete. 15:13:03 [2019-07-19T19:13:03.500Z] [INFO] Fetching com.sun.jna_4.5.1.v20180403-1933.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (1.28MB) 15:13:03 [2019-07-19T19:13:03.500Z] [INFO] Unpacking com.sun.jna_4.5.1.v20180403-1933... 15:13:04 [2019-07-19T19:13:04.430Z] [INFO] Fetching com.sun.jna.platform_4.5.1.v20180403-1933.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (325.05kB) 15:13:04 [2019-07-19T19:13:04.430Z] [INFO] The user operation is waiting for background work to complete. 15:13:04 [2019-07-19T19:13:04.430Z] [INFO] Fetching com.sun.jna.platform_4.5.1.v20180403-1933.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (325.05kB) 15:13:04 [2019-07-19T19:13:04.994Z] [INFO] Unpacking com.sun.jna.platform_4.5.1.v20180403-1933... 15:13:05 [2019-07-19T19:13:05.560Z] [INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (21.32kB) 15:13:05 [2019-07-19T19:13:05.560Z] [INFO] The user operation is waiting for background work to complete. 15:13:05 [2019-07-19T19:13:05.560Z] [INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (21.32kB) 15:13:05 [2019-07-19T19:13:05.560Z] [INFO] Unpacking javax.annotation_1.2.0.v201602091430... 15:13:05 [2019-07-19T19:13:05.560Z] [INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (55.73kB) 15:13:05 [2019-07-19T19:13:05.560Z] [INFO] The user operation is waiting for background work to complete. 15:13:05 [2019-07-19T19:13:05.560Z] [INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (55.73kB) 15:13:05 [2019-07-19T19:13:05.818Z] [INFO] Unpacking javax.servlet.jsp_2.2.0.v201112011158... 15:13:05 [2019-07-19T19:13:05.818Z] [INFO] Fetching javax.xml.stream_1.0.1.v201004272200.jar.pack.gz from https://download.eclipse.org/tools/cdt/releases/9.8/cdt-9.8.0/plugins/ (18.37kB) 15:13:05 [2019-07-19T19:13:05.818Z] [INFO] The user operation is waiting for background work to complete. 15:13:05 [2019-07-19T19:13:05.818Z] [INFO] Fetching javax.xml.stream_1.0.1.v201004272200.jar.pack.gz from https://download.eclipse.org/tools/cdt/releases/9.8/cdt-9.8.0/plugins/ (18.37kB) 15:13:05 [2019-07-19T19:13:05.818Z] [INFO] Unpacking javax.xml.stream_1.0.1.v201004272200... 15:13:05 [2019-07-19T19:13:05.818Z] [INFO] Fetching org.apache.ant_1.10.5.v20190526-1402.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (2.73MB) 15:13:05 [2019-07-19T19:13:05.818Z] [INFO] The user operation is waiting for background work to complete. 15:13:05 [2019-07-19T19:13:05.818Z] [INFO] Fetching org.apache.ant_1.10.5.v20190526-1402.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (2.73MB) 15:13:06 [2019-07-19T19:13:06.075Z] [INFO] Unpacking org.apache.ant_1.10.5.v20190526-1402... 15:13:06 [2019-07-19T19:13:06.639Z] [INFO] Fetching org.apache.commons.codec_1.10.0.v20180409-1845.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (112.2kB) 15:13:06 [2019-07-19T19:13:06.639Z] [INFO] The user operation is waiting for background work to complete. 15:13:06 [2019-07-19T19:13:06.639Z] [INFO] Fetching org.apache.commons.codec_1.10.0.v20180409-1845.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (112.2kB) 15:13:06 [2019-07-19T19:13:06.639Z] [INFO] Unpacking org.apache.commons.codec_1.10.0.v20180409-1845... 15:13:06 [2019-07-19T19:13:06.897Z] [INFO] Fetching org.apache.felix.gogo.command_1.0.2.v20170914-1324.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (31.52kB) 15:13:06 [2019-07-19T19:13:06.897Z] [INFO] The user operation is waiting for background work to complete. 15:13:06 [2019-07-19T19:13:06.897Z] [INFO] Fetching org.apache.felix.gogo.command_1.0.2.v20170914-1324.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (31.52kB) 15:13:06 [2019-07-19T19:13:06.897Z] [INFO] Unpacking org.apache.felix.gogo.command_1.0.2.v20170914-1324... 15:13:06 [2019-07-19T19:13:06.897Z] [INFO] Fetching org.apache.felix.gogo.runtime_1.1.0.v20180713-1646.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (75.47kB) 15:13:06 [2019-07-19T19:13:06.897Z] [INFO] The user operation is waiting for background work to complete. 15:13:06 [2019-07-19T19:13:06.897Z] [INFO] Fetching org.apache.felix.gogo.runtime_1.1.0.v20180713-1646.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (75.47kB) 15:13:07 [2019-07-19T19:13:07.154Z] [INFO] Unpacking org.apache.felix.gogo.runtime_1.1.0.v20180713-1646... 15:13:07 [2019-07-19T19:13:07.154Z] [INFO] Fetching org.apache.felix.gogo.shell_1.1.0.v20180713-1646.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (34.83kB) 15:13:07 [2019-07-19T19:13:07.154Z] [INFO] The user operation is waiting for background work to complete. 15:13:07 [2019-07-19T19:13:07.154Z] [INFO] Fetching org.apache.felix.gogo.shell_1.1.0.v20180713-1646.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (34.83kB) 15:13:07 [2019-07-19T19:13:07.154Z] [INFO] Unpacking org.apache.felix.gogo.shell_1.1.0.v20180713-1646... 15:13:07 [2019-07-19T19:13:07.411Z] [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.6.v20190213-1430.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (329.71kB) 15:13:07 [2019-07-19T19:13:07.411Z] [INFO] The user operation is waiting for background work to complete. 15:13:07 [2019-07-19T19:13:07.411Z] [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.6.v20190213-1430.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (329.71kB) 15:13:07 [2019-07-19T19:13:07.975Z] [INFO] Unpacking org.apache.httpcomponents.httpclient_4.5.6.v20190213-1430... 15:13:08 [2019-07-19T19:13:08.232Z] [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.10.v20190123-2214.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (108.91kB) 15:13:08 [2019-07-19T19:13:08.232Z] [INFO] The user operation is waiting for background work to complete. 15:13:08 [2019-07-19T19:13:08.232Z] [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.10.v20190123-2214.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (108.91kB) 15:13:08 [2019-07-19T19:13:08.232Z] [INFO] Unpacking org.apache.httpcomponents.httpcore_4.4.10.v20190123-2214... 15:13:08 [2019-07-19T19:13:08.489Z] [INFO] Fetching org.apache.httpcomponents.httpclient.win_4.5.6.v20190213-1947.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (17.36kB) 15:13:08 [2019-07-19T19:13:08.489Z] [INFO] The user operation is waiting for background work to complete. 15:13:08 [2019-07-19T19:13:08.489Z] [INFO] Fetching org.apache.httpcomponents.httpclient.win_4.5.6.v20190213-1947.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (17.36kB) 15:13:08 [2019-07-19T19:13:08.489Z] [INFO] Unpacking org.apache.httpcomponents.httpclient.win_4.5.6.v20190213-1947... 15:13:08 [2019-07-19T19:13:08.489Z] [INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (2.32MB) 15:13:08 [2019-07-19T19:13:08.489Z] [INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (2.32MB) 15:13:09 [2019-07-19T19:13:09.053Z] [INFO] Fetching org.apache.lucene.analyzers-common_8.0.0.v20190404-1858.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (687.76kB) 15:13:09 [2019-07-19T19:13:09.053Z] [INFO] The user operation is waiting for background work to complete. 15:13:09 [2019-07-19T19:13:09.053Z] [INFO] Fetching org.apache.lucene.analyzers-common_8.0.0.v20190404-1858.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (687.76kB) 15:13:09 [2019-07-19T19:13:09.053Z] [INFO] Unpacking org.apache.lucene.analyzers-common_8.0.0.v20190404-1858... 15:13:09 [2019-07-19T19:13:09.986Z] [INFO] Fetching org.apache.lucene.core_8.0.0.v20190404-1858.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (923.82kB) 15:13:09 [2019-07-19T19:13:09.986Z] [INFO] Fetching org.apache.lucene.core_8.0.0.v20190404-1858.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (923.82kB) 15:13:09 [2019-07-19T19:13:09.986Z] [INFO] The user operation is waiting for background work to complete. 15:13:09 [2019-07-19T19:13:09.986Z] [INFO] Unpacking org.apache.lucene.core_8.0.0.v20190404-1858... 15:13:11 [2019-07-19T19:13:11.358Z] [INFO] Fetching org.apache.lucene.analyzers-smartcn_8.0.0.v20190404-1858.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (3.42MB) 15:13:11 [2019-07-19T19:13:11.358Z] [INFO] Fetching org.apache.lucene.analyzers-smartcn_8.0.0.v20190404-1858.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (3.42MB) 15:13:11 [2019-07-19T19:13:11.358Z] [INFO] The user operation is waiting for background work to complete. 15:13:11 [2019-07-19T19:13:11.358Z] [INFO] Unpacking org.apache.lucene.analyzers-smartcn_8.0.0.v20190404-1858... 15:13:12 [2019-07-19T19:13:12.726Z] [INFO] Fetching org.eclipse.ant.core_3.5.400.v20190510-0606.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (71.18kB) 15:13:12 [2019-07-19T19:13:12.726Z] [INFO] The user operation is waiting for background work to complete. 15:13:12 [2019-07-19T19:13:12.726Z] [INFO] Fetching org.eclipse.ant.core_3.5.400.v20190510-0606.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (71.18kB) 15:13:12 [2019-07-19T19:13:12.726Z] [INFO] Unpacking org.eclipse.ant.core_3.5.400.v20190510-0606... 15:13:12 [2019-07-19T19:13:12.983Z] [INFO] Fetching org.eclipse.compare.win32_1.2.500.v20190519-2354.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (24.46kB) 15:13:12 [2019-07-19T19:13:12.983Z] [INFO] The user operation is waiting for background work to complete. 15:13:12 [2019-07-19T19:13:12.983Z] [INFO] Fetching org.eclipse.compare.win32_1.2.500.v20190519-2354.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (24.46kB) 15:13:12 [2019-07-19T19:13:12.983Z] [INFO] Unpacking org.eclipse.compare.win32_1.2.500.v20190519-2354... 15:13:12 [2019-07-19T19:13:12.983Z] [INFO] Fetching org.eclipse.core.databinding.beans_1.5.0.v20190510-1100.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (26.27kB) 15:13:12 [2019-07-19T19:13:12.983Z] [INFO] The user operation is waiting for background work to complete. 15:13:12 [2019-07-19T19:13:12.983Z] [INFO] Fetching org.eclipse.core.databinding.beans_1.5.0.v20190510-1100.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (26.27kB) 15:13:13 [2019-07-19T19:13:13.240Z] [INFO] Unpacking org.eclipse.core.databinding.beans_1.5.0.v20190510-1100... 15:13:13 [2019-07-19T19:13:13.240Z] [INFO] Fetching org.eclipse.core.externaltools_1.1.300.v20190510-0549.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (20.49kB) 15:13:13 [2019-07-19T19:13:13.240Z] [INFO] The user operation is waiting for background work to complete. 15:13:13 [2019-07-19T19:13:13.240Z] [INFO] Fetching org.eclipse.core.externaltools_1.1.300.v20190510-0549.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (20.49kB) 15:13:13 [2019-07-19T19:13:13.240Z] [INFO] Unpacking org.eclipse.core.externaltools_1.1.300.v20190510-0549... 15:13:13 [2019-07-19T19:13:13.240Z] [INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.100.v20180828-0158.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (30.88kB) 15:13:13 [2019-07-19T19:13:13.240Z] [INFO] The user operation is waiting for background work to complete. 15:13:13 [2019-07-19T19:13:13.240Z] [INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.100.v20180828-0158.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (30.88kB) 15:13:13 [2019-07-19T19:13:13.497Z] [INFO] Unpacking org.eclipse.core.filesystem.win32.x86_64_1.4.100.v20180828-0158... 15:13:13 [2019-07-19T19:13:13.497Z] [INFO] Fetching org.eclipse.core.net.win32.x86_64_1.1.300.v20181126-0635.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (27.76kB) 15:13:13 [2019-07-19T19:13:13.497Z] [INFO] The user operation is waiting for background work to complete. 15:13:13 [2019-07-19T19:13:13.497Z] [INFO] Fetching org.eclipse.core.net.win32.x86_64_1.1.300.v20181126-0635.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (27.76kB) 15:13:13 [2019-07-19T19:13:13.497Z] [INFO] Unpacking org.eclipse.core.net.win32.x86_64_1.1.300.v20181126-0635... 15:13:13 [2019-07-19T19:13:13.497Z] [INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.300.v20181030-1942.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (51.27kB) 15:13:13 [2019-07-19T19:13:13.497Z] [INFO] The user operation is waiting for background work to complete. 15:13:13 [2019-07-19T19:13:13.497Z] [INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.300.v20181030-1942.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (51.27kB) 15:13:13 [2019-07-19T19:13:13.754Z] [INFO] Unpacking org.eclipse.core.resources.win32.x86_64_3.5.300.v20181030-1942... 15:13:13 [2019-07-19T19:13:13.754Z] [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.200.v20181101-1115.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (23.9kB) 15:13:13 [2019-07-19T19:13:13.754Z] [INFO] The user operation is waiting for background work to complete. 15:13:13 [2019-07-19T19:13:13.754Z] [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.200.v20181101-1115.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (23.9kB) 15:13:13 [2019-07-19T19:13:13.754Z] [INFO] Unpacking org.eclipse.equinox.simpleconfigurator_1.3.200.v20181101-1115... 15:13:13 [2019-07-19T19:13:13.754Z] [INFO] Fetching org.eclipse.osgi.compatibility.state_1.1.500.v20190516-1407.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (102.05kB) 15:13:13 [2019-07-19T19:13:13.754Z] [INFO] The user operation is waiting for background work to complete. 15:13:13 [2019-07-19T19:13:13.754Z] [INFO] Fetching org.eclipse.osgi.compatibility.state_1.1.500.v20190516-1407.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (102.05kB) 15:13:14 [2019-07-19T19:13:14.011Z] [INFO] Unpacking org.eclipse.osgi.compatibility.state_1.1.500.v20190516-1407... 15:13:14 [2019-07-19T19:13:14.011Z] [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.1000.v20190125-2016.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (75.25kB) 15:13:14 [2019-07-19T19:13:14.011Z] [INFO] The user operation is waiting for background work to complete. 15:13:14 [2019-07-19T19:13:14.011Z] [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.1000.v20190125-2016.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (75.25kB) 15:13:14 [2019-07-19T19:13:14.268Z] [INFO] Unpacking org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.1000.v20190125-2016... 15:13:14 [2019-07-19T19:13:14.268Z] [INFO] Fetching org.eclipse.equinox.util_1.1.200.v20181008-1820.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (34.34kB) 15:13:14 [2019-07-19T19:13:14.268Z] [INFO] The user operation is waiting for background work to complete. 15:13:14 [2019-07-19T19:13:14.268Z] [INFO] Fetching org.eclipse.equinox.util_1.1.200.v20181008-1820.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (34.34kB) 15:13:14 [2019-07-19T19:13:14.268Z] [INFO] Unpacking org.eclipse.equinox.util_1.1.200.v20181008-1820... 15:13:14 [2019-07-19T19:13:14.525Z] [INFO] Fetching org.eclipse.equinox.console_1.3.300.v20190516-1504.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (51.21kB) 15:13:14 [2019-07-19T19:13:14.525Z] [INFO] The user operation is waiting for background work to complete. 15:13:14 [2019-07-19T19:13:14.525Z] [INFO] Fetching org.eclipse.equinox.console_1.3.300.v20190516-1504.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (51.21kB) 15:13:14 [2019-07-19T19:13:14.525Z] [INFO] Unpacking org.eclipse.equinox.console_1.3.300.v20190516-1504... 15:13:14 [2019-07-19T19:13:14.525Z] [INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.500.v20190513-0736.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (23.85kB) 15:13:14 [2019-07-19T19:13:14.525Z] [INFO] The user operation is waiting for background work to complete. 15:13:14 [2019-07-19T19:13:14.525Z] [INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.500.v20190513-0736.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (23.85kB) 15:13:14 [2019-07-19T19:13:14.782Z] [INFO] Unpacking org.eclipse.e4.ui.dialogs_1.1.500.v20190513-0736... 15:13:14 [2019-07-19T19:13:14.782Z] [INFO] Fetching org.eclipse.e4.rcp_1.6.500.v20190605-1801.jar from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/features/ (20.77kB) 15:13:14 [2019-07-19T19:13:14.782Z] [INFO] Fetching org.eclipse.e4.rcp_1.6.500.v20190605-1801.jar from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/features/ (20.77kB) 15:13:14 [2019-07-19T19:13:14.782Z] [INFO] Fetching org.eclipse.ecf_3.9.3.v20190423-0625.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (48.13kB) 15:13:14 [2019-07-19T19:13:14.782Z] [INFO] The user operation is waiting for background work to complete. 15:13:14 [2019-07-19T19:13:14.782Z] [INFO] Fetching org.eclipse.ecf_3.9.3.v20190423-0625.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (48.13kB) 15:13:15 [2019-07-19T19:13:15.040Z] [INFO] Unpacking org.eclipse.ecf_3.9.3.v20190423-0625... 15:13:15 [2019-07-19T19:13:15.040Z] [INFO] Fetching org.eclipse.ecf.identity_3.9.1.v20181107-1749.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (27.11kB) 15:13:15 [2019-07-19T19:13:15.040Z] [INFO] The user operation is waiting for background work to complete. 15:13:15 [2019-07-19T19:13:15.040Z] [INFO] Fetching org.eclipse.ecf.identity_3.9.1.v20181107-1749.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (27.11kB) 15:13:15 [2019-07-19T19:13:15.040Z] [INFO] Unpacking org.eclipse.ecf.identity_3.9.1.v20181107-1749... 15:13:15 [2019-07-19T19:13:15.040Z] [INFO] Fetching org.eclipse.equinox.concurrent_1.1.300.v20190514-1046.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (12.23kB) 15:13:15 [2019-07-19T19:13:15.040Z] [INFO] The user operation is waiting for background work to complete. 15:13:15 [2019-07-19T19:13:15.040Z] [INFO] Fetching org.eclipse.equinox.concurrent_1.1.300.v20190514-1046.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (12.23kB) 15:13:15 [2019-07-19T19:13:15.297Z] [INFO] Unpacking org.eclipse.equinox.concurrent_1.1.300.v20190514-1046... 15:13:15 [2019-07-19T19:13:15.297Z] [INFO] Fetching org.eclipse.ecf.core.feature_1.5.3.v20190423-0625.jar from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/features/ (18.7kB) 15:13:15 [2019-07-19T19:13:15.297Z] [INFO] Fetching org.eclipse.ecf.core.feature_1.5.3.v20190423-0625.jar from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/features/ (18.7kB) 15:13:15 [2019-07-19T19:13:15.297Z] [INFO] Fetching org.eclipse.ecf.ssl_1.2.200.v20190502-0212.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (9.93kB) 15:13:15 [2019-07-19T19:13:15.297Z] [INFO] The user operation is waiting for background work to complete. 15:13:15 [2019-07-19T19:13:15.297Z] [INFO] Fetching org.eclipse.ecf.ssl_1.2.200.v20190502-0212.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (9.93kB) 15:13:15 [2019-07-19T19:13:15.554Z] [INFO] Unpacking org.eclipse.ecf.ssl_1.2.200.v20190502-0212... 15:13:15 [2019-07-19T19:13:15.554Z] [INFO] Fetching org.eclipse.ecf.core.ssl.feature_1.1.200.v20190502-0212.jar from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/features/ (18.66kB) 15:13:15 [2019-07-19T19:13:15.554Z] [INFO] Fetching org.eclipse.ecf.core.ssl.feature_1.1.200.v20190502-0212.jar from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/features/ (18.66kB) 15:13:15 [2019-07-19T19:13:15.815Z] [INFO] Fetching org.eclipse.ecf.filetransfer_5.0.100.v20180301-0132.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (20.34kB) 15:13:15 [2019-07-19T19:13:15.815Z] [INFO] The user operation is waiting for background work to complete. 15:13:15 [2019-07-19T19:13:15.815Z] [INFO] Fetching org.eclipse.ecf.filetransfer_5.0.100.v20180301-0132.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (20.34kB) 15:13:15 [2019-07-19T19:13:15.815Z] [INFO] Unpacking org.eclipse.ecf.filetransfer_5.0.100.v20180301-0132... 15:13:16 [2019-07-19T19:13:16.071Z] [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.400.v20180306-0429.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (45.08kB) 15:13:16 [2019-07-19T19:13:16.071Z] [INFO] The user operation is waiting for background work to complete. 15:13:16 [2019-07-19T19:13:16.071Z] [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.400.v20180306-0429.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (45.08kB) 15:13:16 [2019-07-19T19:13:16.071Z] [INFO] Unpacking org.eclipse.ecf.provider.filetransfer_3.2.400.v20180306-0429... 15:13:16 [2019-07-19T19:13:16.071Z] [INFO] Fetching org.eclipse.ecf.filetransfer.feature_3.14.5.v20190423-0614.jar from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/features/ (26.78kB) 15:13:16 [2019-07-19T19:13:16.071Z] [INFO] Fetching org.eclipse.ecf.filetransfer.feature_3.14.5.v20190423-0614.jar from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/features/ (26.78kB) 15:13:16 [2019-07-19T19:13:16.328Z] [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45_1.0.0.v20190530-1947.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (35.6kB) 15:13:16 [2019-07-19T19:13:16.328Z] [INFO] The user operation is waiting for background work to complete. 15:13:16 [2019-07-19T19:13:16.328Z] [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45_1.0.0.v20190530-1947.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (35.6kB) 15:13:16 [2019-07-19T19:13:16.328Z] [INFO] Unpacking org.eclipse.ecf.provider.filetransfer.httpclient45_1.0.0.v20190530-1947... 15:13:16 [2019-07-19T19:13:16.328Z] [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45.win32_1.0.0.v20190502-2116.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (14.29kB) 15:13:16 [2019-07-19T19:13:16.328Z] [INFO] The user operation is waiting for background work to complete. 15:13:16 [2019-07-19T19:13:16.328Z] [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45.win32_1.0.0.v20190502-2116.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (14.29kB) 15:13:16 [2019-07-19T19:13:16.585Z] [INFO] Unpacking org.eclipse.ecf.provider.filetransfer.httpclient45.win32_1.0.0.v20190502-2116... 15:13:16 [2019-07-19T19:13:16.585Z] [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient45.feature_1.0.0.v20190530-1947.jar from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/features/ (26.74kB) 15:13:16 [2019-07-19T19:13:16.585Z] [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient45.feature_1.0.0.v20190530-1947.jar from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/features/ (26.74kB) 15:13:16 [2019-07-19T19:13:16.585Z] [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.100.v20180301-0132.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (7.37kB) 15:13:16 [2019-07-19T19:13:16.585Z] [INFO] The user operation is waiting for background work to complete. 15:13:16 [2019-07-19T19:13:16.585Z] [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.100.v20180301-0132.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (7.37kB) 15:13:16 [2019-07-19T19:13:16.842Z] [INFO] Unpacking org.eclipse.ecf.provider.filetransfer.ssl_1.0.100.v20180301-0132... 15:13:16 [2019-07-19T19:13:16.842Z] [INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature_1.1.100.v20180301-0132.jar from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/features/ (22.69kB) 15:13:16 [2019-07-19T19:13:16.842Z] [INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature_1.1.100.v20180301-0132.jar from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/features/ (22.69kB) 15:13:16 [2019-07-19T19:13:16.842Z] [INFO] Fetching org.eclipse.emf.common_2.16.0.v20190528-0845.jar from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/features/ (19.06kB) 15:13:16 [2019-07-19T19:13:16.842Z] [INFO] Fetching org.eclipse.emf.common_2.16.0.v20190528-0845.jar from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/features/ (19.06kB) 15:13:17 [2019-07-19T19:13:17.099Z] [INFO] Fetching org.eclipse.emf.ecore_2.18.0.v20190528-0845.jar from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/features/ (19.12kB) 15:13:17 [2019-07-19T19:13:17.099Z] [INFO] Fetching org.eclipse.emf.ecore_2.18.0.v20190528-0845.jar from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/features/ (19.12kB) 15:13:17 [2019-07-19T19:13:17.099Z] [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.300.v20190318-1320.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (19.48kB) 15:13:17 [2019-07-19T19:13:17.099Z] [INFO] The user operation is waiting for background work to complete. 15:13:17 [2019-07-19T19:13:17.099Z] [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.300.v20190318-1320.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (19.48kB) 15:13:17 [2019-07-19T19:13:17.356Z] [INFO] Unpacking org.eclipse.equinox.frameworkadmin_2.1.300.v20190318-1320... 15:13:17 [2019-07-19T19:13:17.356Z] [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.100.v20180822-1258.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (33.94kB) 15:13:17 [2019-07-19T19:13:17.356Z] [INFO] The user operation is waiting for background work to complete. 15:13:17 [2019-07-19T19:13:17.356Z] [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.100.v20180822-1258.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (33.94kB) 15:13:17 [2019-07-19T19:13:17.356Z] [INFO] Unpacking org.eclipse.equinox.frameworkadmin.equinox_1.1.100.v20180822-1258... 15:13:17 [2019-07-19T19:13:17.614Z] [INFO] Fetching org.eclipse.equinox.http.jetty_3.7.100.v20190516-1504.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (16.62kB) 15:13:17 [2019-07-19T19:13:17.614Z] [INFO] The user operation is waiting for background work to complete. 15:13:17 [2019-07-19T19:13:17.614Z] [INFO] Fetching org.eclipse.equinox.http.jetty_3.7.100.v20190516-1504.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (16.62kB) 15:13:17 [2019-07-19T19:13:17.614Z] [INFO] Unpacking org.eclipse.equinox.http.jetty_3.7.100.v20190516-1504... 15:13:17 [2019-07-19T19:13:17.871Z] [INFO] Fetching org.eclipse.equinox.http.servlet_1.6.100.v20190516-1504.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (76.37kB) 15:13:17 [2019-07-19T19:13:17.871Z] [INFO] The user operation is waiting for background work to complete. 15:13:17 [2019-07-19T19:13:17.871Z] [INFO] Fetching org.eclipse.equinox.http.servlet_1.6.100.v20190516-1504.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (76.37kB) 15:13:17 [2019-07-19T19:13:17.871Z] [INFO] Unpacking org.eclipse.equinox.http.servlet_1.6.100.v20190516-1504... 15:13:18 [2019-07-19T19:13:18.128Z] [INFO] Fetching org.eclipse.jetty.http_9.4.18.v20190429.jar from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (211.63kB) 15:13:18 [2019-07-19T19:13:18.128Z] [INFO] Fetching org.eclipse.jetty.http_9.4.18.v20190429.jar from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (211.63kB) 15:13:18 [2019-07-19T19:13:18.128Z] [INFO] Fetching org.eclipse.jetty.server_9.4.18.v20190429.jar from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (666.13kB) 15:13:18 [2019-07-19T19:13:18.128Z] [INFO] Fetching org.eclipse.jetty.server_9.4.18.v20190429.jar from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (666.13kB) 15:13:18 [2019-07-19T19:13:18.693Z] [INFO] Fetching org.eclipse.jetty.servlet_9.4.18.v20190429.jar from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (127.95kB) 15:13:18 [2019-07-19T19:13:18.693Z] [INFO] Fetching org.eclipse.jetty.servlet_9.4.18.v20190429.jar from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (127.95kB) 15:13:18 [2019-07-19T19:13:18.693Z] [INFO] Fetching org.eclipse.jetty.util_9.4.18.v20190429.jar from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (548.93kB) 15:13:18 [2019-07-19T19:13:18.693Z] [INFO] Fetching org.eclipse.jetty.util_9.4.18.v20190429.jar from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (548.93kB) 15:13:19 [2019-07-19T19:13:19.257Z] [INFO] Fetching org.eclipse.equinox.http.registry_1.1.700.v20190214-1948.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (18.49kB) 15:13:19 [2019-07-19T19:13:19.257Z] [INFO] The user operation is waiting for background work to complete. 15:13:19 [2019-07-19T19:13:19.257Z] [INFO] Fetching org.eclipse.equinox.http.registry_1.1.700.v20190214-1948.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (18.49kB) 15:13:19 [2019-07-19T19:13:19.257Z] [INFO] Unpacking org.eclipse.equinox.http.registry_1.1.700.v20190214-1948... 15:13:19 [2019-07-19T19:13:19.257Z] [INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.200.v20190214-1948.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (14.66kB) 15:13:19 [2019-07-19T19:13:19.257Z] [INFO] The user operation is waiting for background work to complete. 15:13:19 [2019-07-19T19:13:19.257Z] [INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.200.v20190214-1948.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (14.66kB) 15:13:19 [2019-07-19T19:13:19.514Z] [INFO] Unpacking org.eclipse.equinox.jsp.jasper_1.1.200.v20190214-1948... 15:13:19 [2019-07-19T19:13:19.514Z] [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.1.200.v20190214-1948.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (8.7kB) 15:13:19 [2019-07-19T19:13:19.514Z] [INFO] The user operation is waiting for background work to complete. 15:13:19 [2019-07-19T19:13:19.514Z] [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.1.200.v20190214-1948.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (8.7kB) 15:13:19 [2019-07-19T19:13:19.514Z] [INFO] Unpacking org.eclipse.equinox.jsp.jasper.registry_1.1.200.v20190214-1948... 15:13:19 [2019-07-19T19:13:19.514Z] [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.3.100.v20190330-1646.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (58.1kB) 15:13:19 [2019-07-19T19:13:19.514Z] [INFO] The user operation is waiting for background work to complete. 15:13:19 [2019-07-19T19:13:19.514Z] [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.3.100.v20190330-1646.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (58.1kB) 15:13:19 [2019-07-19T19:13:19.771Z] [INFO] Unpacking org.eclipse.equinox.p2.artifact.repository_1.3.100.v20190330-1646... 15:13:19 [2019-07-19T19:13:19.771Z] [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.200.v20180921-1009.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (38.73kB) 15:13:19 [2019-07-19T19:13:19.771Z] [INFO] The user operation is waiting for background work to complete. 15:13:19 [2019-07-19T19:13:19.771Z] [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.200.v20180921-1009.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (38.73kB) 15:13:19 [2019-07-19T19:13:19.771Z] [INFO] Unpacking org.eclipse.equinox.p2.jarprocessor_1.1.200.v20180921-1009... 15:13:20 [2019-07-19T19:13:20.028Z] [INFO] Fetching org.eclipse.equinox.p2.console_1.1.100.v20180822-1258.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (17.86kB) 15:13:20 [2019-07-19T19:13:20.028Z] [INFO] The user operation is waiting for background work to complete. 15:13:20 [2019-07-19T19:13:20.028Z] [INFO] Fetching org.eclipse.equinox.p2.console_1.1.100.v20180822-1258.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (17.86kB) 15:13:20 [2019-07-19T19:13:20.285Z] [INFO] Unpacking org.eclipse.equinox.p2.console_1.1.100.v20180822-1258... 15:13:20 [2019-07-19T19:13:20.285Z] [INFO] Fetching org.eclipse.equinox.p2.director_2.4.300.v20190215-2242.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (48.12kB) 15:13:20 [2019-07-19T19:13:20.285Z] [INFO] The user operation is waiting for background work to complete. 15:13:20 [2019-07-19T19:13:20.285Z] [INFO] Fetching org.eclipse.equinox.p2.director_2.4.300.v20190215-2242.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (48.12kB) 15:13:20 [2019-07-19T19:13:20.285Z] [INFO] Unpacking org.eclipse.equinox.p2.director_2.4.300.v20190215-2242... 15:13:20 [2019-07-19T19:13:20.285Z] [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.100.v20180822-1302.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (14kB) 15:13:20 [2019-07-19T19:13:20.285Z] [INFO] The user operation is waiting for background work to complete. 15:13:20 [2019-07-19T19:13:20.285Z] [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.100.v20180822-1302.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (14kB) 15:13:20 [2019-07-19T19:13:20.543Z] [INFO] Unpacking org.eclipse.equinox.p2.garbagecollector_1.1.100.v20180822-1302... 15:13:20 [2019-07-19T19:13:20.543Z] [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.300.v20190215-2242.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (46.17kB) 15:13:20 [2019-07-19T19:13:20.543Z] [INFO] The user operation is waiting for background work to complete. 15:13:20 [2019-07-19T19:13:20.543Z] [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.300.v20190215-2242.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (46.17kB) 15:13:20 [2019-07-19T19:13:20.543Z] [INFO] Unpacking org.eclipse.equinox.p2.touchpoint.eclipse_2.2.300.v20190215-2242... 15:13:20 [2019-07-19T19:13:20.799Z] [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.3.200.v20180921-1019.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (34.71kB) 15:13:20 [2019-07-19T19:13:20.799Z] [INFO] The user operation is waiting for background work to complete. 15:13:20 [2019-07-19T19:13:20.799Z] [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.3.200.v20180921-1019.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (34.71kB) 15:13:20 [2019-07-19T19:13:20.799Z] [INFO] Unpacking org.eclipse.equinox.p2.touchpoint.natives_1.3.200.v20180921-1019... 15:13:20 [2019-07-19T19:13:20.799Z] [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.200.v20181123-1405.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (16.46kB) 15:13:20 [2019-07-19T19:13:20.799Z] [INFO] The user operation is waiting for background work to complete. 15:13:20 [2019-07-19T19:13:20.799Z] [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.200.v20181123-1405.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (16.46kB) 15:13:21 [2019-07-19T19:13:21.058Z] [INFO] Unpacking org.eclipse.equinox.simpleconfigurator.manipulator_2.1.200.v20181123-1405... 15:13:21 [2019-07-19T19:13:21.058Z] [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (103.26kB) 15:13:21 [2019-07-19T19:13:21.058Z] [INFO] The user operation is waiting for background work to complete. 15:13:21 [2019-07-19T19:13:21.058Z] [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (103.26kB) 15:13:21 [2019-07-19T19:13:21.058Z] [INFO] Unpacking org.sat4j.core_2.3.5.v201308161310... 15:13:21 [2019-07-19T19:13:21.317Z] [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (72.9kB) 15:13:21 [2019-07-19T19:13:21.317Z] [INFO] The user operation is waiting for background work to complete. 15:13:21 [2019-07-19T19:13:21.317Z] [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (72.9kB) 15:13:21 [2019-07-19T19:13:21.317Z] [INFO] Unpacking org.sat4j.pb_2.3.5.v201404071733... 15:13:21 [2019-07-19T19:13:21.317Z] [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.2.100.v20180822-1354.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (22.23kB) 15:13:21 [2019-07-19T19:13:21.317Z] [INFO] The user operation is waiting for background work to complete. 15:13:21 [2019-07-19T19:13:21.317Z] [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.2.100.v20180822-1354.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (22.23kB) 15:13:21 [2019-07-19T19:13:21.584Z] [INFO] Unpacking org.eclipse.equinox.p2.transport.ecf_1.2.100.v20180822-1354... 15:13:21 [2019-07-19T19:13:21.584Z] [INFO] Fetching org.eclipse.equinox.p2.operations_2.5.400.v20190408-2008.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (31.93kB) 15:13:21 [2019-07-19T19:13:21.584Z] [INFO] The user operation is waiting for background work to complete. 15:13:21 [2019-07-19T19:13:21.584Z] [INFO] Fetching org.eclipse.equinox.p2.operations_2.5.400.v20190408-2008.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (31.93kB) 15:13:21 [2019-07-19T19:13:21.584Z] [INFO] Unpacking org.eclipse.equinox.p2.operations_2.5.400.v20190408-2008... 15:13:21 [2019-07-19T19:13:21.840Z] [INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.1.100.v20180827-1235.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (31.33kB) 15:13:21 [2019-07-19T19:13:21.840Z] [INFO] The user operation is waiting for background work to complete. 15:13:21 [2019-07-19T19:13:21.840Z] [INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.1.100.v20180827-1235.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (31.33kB) 15:13:21 [2019-07-19T19:13:21.840Z] [INFO] Unpacking org.eclipse.equinox.security.win32.x86_64_1.1.100.v20180827-1235... 15:13:21 [2019-07-19T19:13:21.840Z] [INFO] Fetching org.eclipse.equinox.p2.core.feature_1.6.200.v20190516-1504.jar from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/features/ (19.63kB) 15:13:21 [2019-07-19T19:13:21.840Z] [INFO] Fetching org.eclipse.equinox.p2.core.feature_1.6.200.v20190516-1504.jar from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/features/ (19.63kB) 15:13:22 [2019-07-19T19:13:22.098Z] [INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.200.v20180822-1302.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (37.87kB) 15:13:22 [2019-07-19T19:13:22.098Z] [INFO] The user operation is waiting for background work to complete. 15:13:22 [2019-07-19T19:13:22.098Z] [INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.200.v20180822-1302.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (37.87kB) 15:13:22 [2019-07-19T19:13:22.098Z] [INFO] Unpacking org.eclipse.equinox.p2.director.app_1.1.200.v20180822-1302... 15:13:22 [2019-07-19T19:13:22.098Z] [INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.2.200.v20190204-0752.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (17.46kB) 15:13:22 [2019-07-19T19:13:22.098Z] [INFO] The user operation is waiting for background work to complete. 15:13:22 [2019-07-19T19:13:22.098Z] [INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.2.200.v20190204-0752.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (17.46kB) 15:13:22 [2019-07-19T19:13:22.355Z] [INFO] Unpacking org.eclipse.equinox.p2.directorywatcher_1.2.200.v20190204-0752... 15:13:22 [2019-07-19T19:13:22.355Z] [INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.100.v20180822-1302.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (42.87kB) 15:13:22 [2019-07-19T19:13:22.355Z] [INFO] The user operation is waiting for background work to complete. 15:13:22 [2019-07-19T19:13:22.355Z] [INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.100.v20180822-1302.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (42.87kB) 15:13:22 [2019-07-19T19:13:22.355Z] [INFO] Unpacking org.eclipse.equinox.p2.publisher_1.5.100.v20180822-1302... 15:13:22 [2019-07-19T19:13:22.355Z] [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.200.v20190329-1624.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (104.29kB) 15:13:22 [2019-07-19T19:13:22.355Z] [INFO] The user operation is waiting for background work to complete. 15:13:22 [2019-07-19T19:13:22.355Z] [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.200.v20190329-1624.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (104.29kB) 15:13:22 [2019-07-19T19:13:22.612Z] [INFO] Unpacking org.eclipse.equinox.p2.publisher.eclipse_1.3.200.v20190329-1624... 15:13:22 [2019-07-19T19:13:22.612Z] [INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.3.100.v20180822-1302.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (17.44kB) 15:13:22 [2019-07-19T19:13:22.612Z] [INFO] The user operation is waiting for background work to complete. 15:13:22 [2019-07-19T19:13:22.612Z] [INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.3.100.v20180822-1302.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (17.44kB) 15:13:22 [2019-07-19T19:13:22.612Z] [INFO] Unpacking org.eclipse.equinox.p2.extensionlocation_1.3.100.v20180822-1302... 15:13:22 [2019-07-19T19:13:22.869Z] [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins_1.3.0.v20181023-0914.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (27.61kB) 15:13:22 [2019-07-19T19:13:22.869Z] [INFO] The user operation is waiting for background work to complete. 15:13:22 [2019-07-19T19:13:22.869Z] [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins_1.3.0.v20181023-0914.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (27.61kB) 15:13:22 [2019-07-19T19:13:22.869Z] [INFO] Unpacking org.eclipse.equinox.p2.reconciler.dropins_1.3.0.v20181023-0914... 15:13:22 [2019-07-19T19:13:22.869Z] [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.200.v20181102-0649.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (121.81kB) 15:13:22 [2019-07-19T19:13:22.869Z] [INFO] The user operation is waiting for background work to complete. 15:13:22 [2019-07-19T19:13:22.869Z] [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.200.v20181102-0649.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (121.81kB) 15:13:23 [2019-07-19T19:13:23.125Z] [INFO] Unpacking org.eclipse.equinox.p2.repository.tools_2.2.200.v20181102-0649... 15:13:23 [2019-07-19T19:13:23.125Z] [INFO] Fetching org.eclipse.equinox.p2.extras.feature_1.4.400.v20190516-1504.jar from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/features/ (19.12kB) 15:13:23 [2019-07-19T19:13:23.125Z] [INFO] Fetching org.eclipse.equinox.p2.extras.feature_1.4.400.v20190516-1504.jar from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/features/ (19.12kB) 15:13:23 [2019-07-19T19:13:23.125Z] [INFO] Fetching org.eclipse.equinox.p2.ui_2.5.500.v20190220-1158.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (286.98kB) 15:13:23 [2019-07-19T19:13:23.125Z] [INFO] The user operation is waiting for background work to complete. 15:13:23 [2019-07-19T19:13:23.125Z] [INFO] Fetching org.eclipse.equinox.p2.ui_2.5.500.v20190220-1158.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (286.98kB) 15:13:23 [2019-07-19T19:13:23.383Z] [INFO] Unpacking org.eclipse.equinox.p2.ui_2.5.500.v20190220-1158... 15:13:23 [2019-07-19T19:13:23.640Z] [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler_1.4.200.v20181102-0649.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (47.35kB) 15:13:23 [2019-07-19T19:13:23.640Z] [INFO] The user operation is waiting for background work to complete. 15:13:23 [2019-07-19T19:13:23.640Z] [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler_1.4.200.v20181102-0649.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (47.35kB) 15:13:23 [2019-07-19T19:13:23.640Z] [INFO] Unpacking org.eclipse.equinox.p2.ui.sdk.scheduler_1.4.200.v20181102-0649... 15:13:23 [2019-07-19T19:13:23.640Z] [INFO] Fetching org.eclipse.equinox.p2.updatechecker_1.2.100.v20180827-1122.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (10.89kB) 15:13:23 [2019-07-19T19:13:23.640Z] [INFO] The user operation is waiting for background work to complete. 15:13:23 [2019-07-19T19:13:23.640Z] [INFO] Fetching org.eclipse.equinox.p2.updatechecker_1.2.100.v20180827-1122.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (10.89kB) 15:13:23 [2019-07-19T19:13:23.897Z] [INFO] Unpacking org.eclipse.equinox.p2.updatechecker_1.2.100.v20180827-1122... 15:13:23 [2019-07-19T19:13:23.897Z] [INFO] Fetching org.eclipse.equinox.security.ui_1.2.300.v20190514-1046.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (71.27kB) 15:13:23 [2019-07-19T19:13:23.897Z] [INFO] The user operation is waiting for background work to complete. 15:13:23 [2019-07-19T19:13:23.897Z] [INFO] Fetching org.eclipse.equinox.security.ui_1.2.300.v20190514-1046.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (71.27kB) 15:13:23 [2019-07-19T19:13:23.897Z] [INFO] Unpacking org.eclipse.equinox.security.ui_1.2.300.v20190514-1046... 15:13:24 [2019-07-19T19:13:24.154Z] [INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.1.200.v20181214-0802.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (26.66kB) 15:13:24 [2019-07-19T19:13:24.154Z] [INFO] The user operation is waiting for background work to complete. 15:13:24 [2019-07-19T19:13:24.154Z] [INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.1.200.v20181214-0802.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (26.66kB) 15:13:24 [2019-07-19T19:13:24.154Z] [INFO] Unpacking org.eclipse.equinox.p2.ui.sdk_1.1.200.v20181214-0802... 15:13:24 [2019-07-19T19:13:24.154Z] [INFO] Fetching org.eclipse.equinox.p2.rcp.feature_1.4.400.v20190516-1504.jar from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/features/ (19.05kB) 15:13:24 [2019-07-19T19:13:24.154Z] [INFO] Fetching org.eclipse.equinox.p2.rcp.feature_1.4.400.v20190516-1504.jar from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/features/ (19.05kB) 15:13:24 [2019-07-19T19:13:24.411Z] [INFO] Fetching org.eclipse.equinox.p2.ui.importexport_1.2.100.v20180827-1122.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (62.49kB) 15:13:24 [2019-07-19T19:13:24.411Z] [INFO] The user operation is waiting for background work to complete. 15:13:24 [2019-07-19T19:13:24.411Z] [INFO] Fetching org.eclipse.equinox.p2.ui.importexport_1.2.100.v20180827-1122.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (62.49kB) 15:13:24 [2019-07-19T19:13:24.411Z] [INFO] Unpacking org.eclipse.equinox.p2.ui.importexport_1.2.100.v20180827-1122... 15:13:24 [2019-07-19T19:13:24.668Z] [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.1.100.v20180827-1122.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (43.89kB) 15:13:24 [2019-07-19T19:13:24.668Z] [INFO] The user operation is waiting for background work to complete. 15:13:24 [2019-07-19T19:13:24.668Z] [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.1.100.v20180827-1122.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (43.89kB) 15:13:24 [2019-07-19T19:13:24.668Z] [INFO] Unpacking org.eclipse.equinox.p2.updatesite_1.1.100.v20180827-1122... 15:13:24 [2019-07-19T19:13:24.668Z] [INFO] Fetching org.eclipse.equinox.p2.user.ui_2.4.400.v20190516-1504.jar from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/features/ (18.92kB) 15:13:24 [2019-07-19T19:13:24.668Z] [INFO] Fetching org.eclipse.equinox.p2.user.ui_2.4.400.v20190516-1504.jar from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/features/ (18.92kB) 15:13:24 [2019-07-19T19:13:24.925Z] [INFO] Fetching org.eclipse.help.base_4.2.600.v20190605-1800.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (175.2kB) 15:13:24 [2019-07-19T19:13:24.925Z] [INFO] The user operation is waiting for background work to complete. 15:13:24 [2019-07-19T19:13:24.925Z] [INFO] Fetching org.eclipse.help.base_4.2.600.v20190605-1800.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (175.2kB) 15:13:24 [2019-07-19T19:13:24.925Z] [INFO] Unpacking org.eclipse.help.base_4.2.600.v20190605-1800... 15:13:25 [2019-07-19T19:13:25.181Z] [INFO] Fetching org.eclipse.help.ui_4.1.500.v20190519-2119.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (204.91kB) 15:13:25 [2019-07-19T19:13:25.181Z] [INFO] The user operation is waiting for background work to complete. 15:13:25 [2019-07-19T19:13:25.181Z] [INFO] Fetching org.eclipse.help.ui_4.1.500.v20190519-2119.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (204.91kB) 15:13:25 [2019-07-19T19:13:25.181Z] [INFO] Unpacking org.eclipse.help.ui_4.1.500.v20190519-2119... 15:13:25 [2019-07-19T19:13:25.439Z] [INFO] Fetching org.eclipse.help.webapp_3.9.500.v20190517-1202.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (284.28kB) 15:13:25 [2019-07-19T19:13:25.439Z] [INFO] The user operation is waiting for background work to complete. 15:13:25 [2019-07-19T19:13:25.439Z] [INFO] Fetching org.eclipse.help.webapp_3.9.500.v20190517-1202.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (284.28kB) 15:13:25 [2019-07-19T19:13:25.439Z] [INFO] Unpacking org.eclipse.help.webapp_3.9.500.v20190517-1202... 15:13:25 [2019-07-19T19:13:25.696Z] [INFO] Fetching org.eclipse.jetty.continuation_9.4.18.v20190429.jar from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (31.79kB) 15:13:25 [2019-07-19T19:13:25.696Z] [INFO] Fetching org.eclipse.jetty.continuation_9.4.18.v20190429.jar from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (31.79kB) 15:13:25 [2019-07-19T19:13:25.953Z] [INFO] Fetching org.eclipse.jetty.io_9.4.18.v20190429.jar from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (167.49kB) 15:13:25 [2019-07-19T19:13:25.953Z] [INFO] Fetching org.eclipse.jetty.io_9.4.18.v20190429.jar from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (167.49kB) 15:13:25 [2019-07-19T19:13:25.953Z] [INFO] Fetching org.eclipse.jetty.security_9.4.18.v20190429.jar from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (124.9kB) 15:13:25 [2019-07-19T19:13:25.953Z] [INFO] Fetching org.eclipse.jetty.security_9.4.18.v20190429.jar from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (124.9kB) 15:13:26 [2019-07-19T19:13:26.519Z] [INFO] Fetching org.eclipse.help_2.2.600.v20190605-1800.jar from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/features/ (19.51kB) 15:13:26 [2019-07-19T19:13:26.519Z] [INFO] Fetching org.eclipse.help_2.2.600.v20190605-1800.jar from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/features/ (19.51kB) 15:13:26 [2019-07-19T19:13:26.519Z] [INFO] Fetching org.eclipse.platform_4.12.0.v20190605-1800.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (419.96kB) 15:13:26 [2019-07-19T19:13:26.519Z] [INFO] The user operation is waiting for background work to complete. 15:13:26 [2019-07-19T19:13:26.519Z] [INFO] Fetching org.eclipse.platform_4.12.0.v20190605-1800.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (419.96kB) 15:13:27 [2019-07-19T19:13:27.449Z] [INFO] Unpacking org.eclipse.platform_4.12.0.v20190605-1800... 15:13:27 [2019-07-19T19:13:27.449Z] [INFO] Fetching org.eclipse.platform.doc.user_4.12.0.v20190604-0816.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (7.98MB) 15:13:27 [2019-07-19T19:13:27.449Z] [INFO] The user operation is waiting for background work to complete. 15:13:27 [2019-07-19T19:13:27.449Z] [INFO] Fetching org.eclipse.platform.doc.user_4.12.0.v20190604-0816.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (7.98MB) 15:13:27 [2019-07-19T19:13:27.706Z] [INFO] Unpacking org.eclipse.platform.doc.user_4.12.0.v20190604-0816... 15:13:29 [2019-07-19T19:13:29.601Z] [INFO] Fetching org.eclipse.ui.intro.universal_3.3.500.v20190315-1216.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (1.74MB) 15:13:29 [2019-07-19T19:13:29.601Z] [INFO] The user operation is waiting for background work to complete. 15:13:29 [2019-07-19T19:13:29.601Z] [INFO] Fetching org.eclipse.ui.intro.universal_3.3.500.v20190315-1216.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (1.74MB) 15:13:29 [2019-07-19T19:13:29.601Z] [INFO] Unpacking org.eclipse.ui.intro.universal_3.3.500.v20190315-1216... 15:13:30 [2019-07-19T19:13:30.164Z] [INFO] Fetching org.eclipse.ui.cheatsheets_3.5.400.v20190218-1039.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (118.98kB) 15:13:30 [2019-07-19T19:13:30.164Z] [INFO] The user operation is waiting for background work to complete. 15:13:30 [2019-07-19T19:13:30.164Z] [INFO] Fetching org.eclipse.ui.cheatsheets_3.5.400.v20190218-1039.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (118.98kB) 15:13:30 [2019-07-19T19:13:30.164Z] [INFO] Unpacking org.eclipse.ui.cheatsheets_3.5.400.v20190218-1039... 15:13:30 [2019-07-19T19:13:30.422Z] [INFO] Fetching org.eclipse.ui.browser_3.6.400.v20190513-2118.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (97.33kB) 15:13:30 [2019-07-19T19:13:30.422Z] [INFO] The user operation is waiting for background work to complete. 15:13:30 [2019-07-19T19:13:30.422Z] [INFO] Fetching org.eclipse.ui.browser_3.6.400.v20190513-2118.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (97.33kB) 15:13:30 [2019-07-19T19:13:30.422Z] [INFO] Unpacking org.eclipse.ui.browser_3.6.400.v20190513-2118... 15:13:30 [2019-07-19T19:13:30.422Z] [INFO] Fetching org.eclipse.ui.genericeditor_1.1.400.v20190519-2344.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (43.46kB) 15:13:30 [2019-07-19T19:13:30.422Z] [INFO] The user operation is waiting for background work to complete. 15:13:30 [2019-07-19T19:13:30.422Z] [INFO] Fetching org.eclipse.ui.genericeditor_1.1.400.v20190519-2344.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (43.46kB) 15:13:30 [2019-07-19T19:13:30.679Z] [INFO] Unpacking org.eclipse.ui.genericeditor_1.1.400.v20190519-2344... 15:13:30 [2019-07-19T19:13:30.679Z] [INFO] Fetching org.eclipse.ui.monitoring_1.1.400.v20190517-1612.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (27.9kB) 15:13:30 [2019-07-19T19:13:30.679Z] [INFO] The user operation is waiting for background work to complete. 15:13:30 [2019-07-19T19:13:30.679Z] [INFO] Fetching org.eclipse.ui.monitoring_1.1.400.v20190517-1612.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (27.9kB) 15:13:30 [2019-07-19T19:13:30.679Z] [INFO] Unpacking org.eclipse.ui.monitoring_1.1.400.v20190517-1612... 15:13:30 [2019-07-19T19:13:30.936Z] [INFO] Fetching org.eclipse.ui.net_1.3.400.v20190519-2354.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (20.34kB) 15:13:30 [2019-07-19T19:13:30.936Z] [INFO] The user operation is waiting for background work to complete. 15:13:30 [2019-07-19T19:13:30.936Z] [INFO] Fetching org.eclipse.ui.net_1.3.400.v20190519-2354.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (20.34kB) 15:13:30 [2019-07-19T19:13:30.936Z] [INFO] Unpacking org.eclipse.ui.net_1.3.400.v20190519-2354... 15:13:30 [2019-07-19T19:13:30.936Z] [INFO] Fetching org.eclipse.ui.externaltools_3.4.300.v20190510-0549.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (65.99kB) 15:13:30 [2019-07-19T19:13:30.936Z] [INFO] The user operation is waiting for background work to complete. 15:13:30 [2019-07-19T19:13:30.936Z] [INFO] Fetching org.eclipse.ui.externaltools_3.4.300.v20190510-0549.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (65.99kB) 15:13:31 [2019-07-19T19:13:31.193Z] [INFO] Unpacking org.eclipse.ui.externaltools_3.4.300.v20190510-0549... 15:13:31 [2019-07-19T19:13:31.193Z] [INFO] Fetching org.eclipse.ui.win32_3.4.200.v20190513-2118.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (13.38kB) 15:13:31 [2019-07-19T19:13:31.193Z] [INFO] The user operation is waiting for background work to complete. 15:13:31 [2019-07-19T19:13:31.193Z] [INFO] Fetching org.eclipse.ui.win32_3.4.200.v20190513-2118.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (13.38kB) 15:13:31 [2019-07-19T19:13:31.193Z] [INFO] Unpacking org.eclipse.ui.win32_3.4.200.v20190513-2118... 15:13:31 [2019-07-19T19:13:31.193Z] [INFO] Fetching org.eclipse.ui.intro.quicklinks_1.0.300.v20180821-0700.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (14.29kB) 15:13:31 [2019-07-19T19:13:31.193Z] [INFO] The user operation is waiting for background work to complete. 15:13:31 [2019-07-19T19:13:31.193Z] [INFO] Fetching org.eclipse.ui.intro.quicklinks_1.0.300.v20180821-0700.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (14.29kB) 15:13:31 [2019-07-19T19:13:31.450Z] [INFO] Unpacking org.eclipse.ui.intro.quicklinks_1.0.300.v20180821-0700... 15:13:31 [2019-07-19T19:13:31.450Z] [INFO] Fetching org.eclipse.team.genericeditor.diff.extension_1.0.300.v20190519-2354.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (9.79kB) 15:13:31 [2019-07-19T19:13:31.450Z] [INFO] The user operation is waiting for background work to complete. 15:13:31 [2019-07-19T19:13:31.450Z] [INFO] Fetching org.eclipse.team.genericeditor.diff.extension_1.0.300.v20190519-2354.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (9.79kB) 15:13:31 [2019-07-19T19:13:31.450Z] [INFO] Unpacking org.eclipse.team.genericeditor.diff.extension_1.0.300.v20190519-2354... 15:13:31 [2019-07-19T19:13:31.450Z] [INFO] Fetching org.eclipse.ui.views.log_1.2.600.v20190519-1034.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (83.9kB) 15:13:31 [2019-07-19T19:13:31.450Z] [INFO] The user operation is waiting for background work to complete. 15:13:31 [2019-07-19T19:13:31.450Z] [INFO] Fetching org.eclipse.ui.views.log_1.2.600.v20190519-1034.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (83.9kB) 15:13:31 [2019-07-19T19:13:31.707Z] [INFO] Unpacking org.eclipse.ui.views.log_1.2.600.v20190519-1034... 15:13:31 [2019-07-19T19:13:31.707Z] [INFO] Fetching org.eclipse.platform_4.12.0.v20190605-1801.jar from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/features/ (20.39kB) 15:13:31 [2019-07-19T19:13:31.707Z] [INFO] Fetching org.eclipse.platform_4.12.0.v20190605-1801.jar from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/features/ (20.39kB) 15:13:31 [2019-07-19T19:13:31.965Z] [INFO] Fetching org.eclipse.platform_root_4.12.0.v20190605-1801 from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/binary/ (196B) 15:13:31 [2019-07-19T19:13:31.965Z] [INFO] Fetching org.eclipse.platform_root_4.12.0.v20190605-1801 from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/binary/ (196B) 15:13:31 [2019-07-19T19:13:31.965Z] [INFO] Fetching org.eclipse.update.configurator_3.4.300.v20190518-1030.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (43.13kB) 15:13:31 [2019-07-19T19:13:31.965Z] [INFO] The user operation is waiting for background work to complete. 15:13:31 [2019-07-19T19:13:31.965Z] [INFO] Fetching org.eclipse.update.configurator_3.4.300.v20190518-1030.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (43.13kB) 15:13:32 [2019-07-19T19:13:32.223Z] [INFO] Unpacking org.eclipse.update.configurator_3.4.300.v20190518-1030... 15:13:32 [2019-07-19T19:13:32.223Z] [INFO] Fetching org.eclipse.rcp_4.12.0.v20190605-1800.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (9.44kB) 15:13:32 [2019-07-19T19:13:32.223Z] [INFO] The user operation is waiting for background work to complete. 15:13:32 [2019-07-19T19:13:32.223Z] [INFO] Fetching org.eclipse.rcp_4.12.0.v20190605-1800.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (9.44kB) 15:13:32 [2019-07-19T19:13:32.223Z] [INFO] Unpacking org.eclipse.rcp_4.12.0.v20190605-1800... 15:13:32 [2019-07-19T19:13:32.223Z] [INFO] Fetching org.eclipse.rcp_4.12.0.v20190605-1801.jar from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/features/ (19.11kB) 15:13:32 [2019-07-19T19:13:32.223Z] [INFO] Fetching org.eclipse.rcp_4.12.0.v20190605-1801.jar from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/features/ (19.11kB) 15:13:32 [2019-07-19T19:13:32.579Z] [INFO] Fetching org.eclipse.rcp_root_4.12.0.v20190605-1801 from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/binary/ (25.66kB) 15:13:32 [2019-07-19T19:13:32.579Z] [INFO] Fetching org.eclipse.rcp_root_4.12.0.v20190605-1801 from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/binary/ (25.66kB) 15:13:32 [2019-07-19T19:13:32.579Z] [INFO] Fetching org.eclipse.ui.trace_1.1.500.v20190513-1223.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (26.33kB) 15:13:32 [2019-07-19T19:13:32.579Z] [INFO] The user operation is waiting for background work to complete. 15:13:32 [2019-07-19T19:13:32.579Z] [INFO] Fetching org.eclipse.ui.trace_1.1.500.v20190513-1223.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (26.33kB) 15:13:32 [2019-07-19T19:13:32.579Z] [INFO] Unpacking org.eclipse.ui.trace_1.1.500.v20190513-1223... 15:13:33 [2019-07-19T19:13:33.511Z] [INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.100.v20180828-0158.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (9.95kB) 15:13:33 [2019-07-19T19:13:33.511Z] [INFO] The user operation is waiting for background work to complete. 15:13:33 [2019-07-19T19:13:33.511Z] [INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.100.v20180828-0158.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (9.95kB) 15:13:33 [2019-07-19T19:13:33.511Z] [INFO] Unpacking org.eclipse.core.filesystem.macosx_1.3.100.v20180828-0158... 15:13:33 [2019-07-19T19:13:33.511Z] [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.300.v20190517-1326.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (16.42kB) 15:13:33 [2019-07-19T19:13:33.511Z] [INFO] The user operation is waiting for background work to complete. 15:13:33 [2019-07-19T19:13:33.511Z] [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.300.v20190517-1326.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (16.42kB) 15:13:33 [2019-07-19T19:13:33.511Z] [INFO] Unpacking org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.300.v20190517-1326... 15:13:33 [2019-07-19T19:13:33.511Z] [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.1000.v20190125-2016.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (33.15kB) 15:13:33 [2019-07-19T19:13:33.511Z] [INFO] The user operation is waiting for background work to complete. 15:13:33 [2019-07-19T19:13:33.511Z] [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.1000.v20190125-2016.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (33.15kB) 15:13:33 [2019-07-19T19:13:33.768Z] [INFO] Unpacking org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.1000.v20190125-2016... 15:13:33 [2019-07-19T19:13:33.768Z] [INFO] Fetching org.eclipse.equinox.security.macosx_1.101.100.v20180827-1235.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (13.51kB) 15:13:33 [2019-07-19T19:13:33.768Z] [INFO] The user operation is waiting for background work to complete. 15:13:33 [2019-07-19T19:13:33.768Z] [INFO] Fetching org.eclipse.equinox.security.macosx_1.101.100.v20180827-1235.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (13.51kB) 15:13:33 [2019-07-19T19:13:33.768Z] [INFO] Unpacking org.eclipse.equinox.security.macosx_1.101.100.v20180827-1235... 15:13:33 [2019-07-19T19:13:33.768Z] [INFO] Fetching org.eclipse.ui.cocoa_1.2.200.v20190509-1900.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (7.62kB) 15:13:33 [2019-07-19T19:13:33.768Z] [INFO] The user operation is waiting for background work to complete. 15:13:33 [2019-07-19T19:13:33.768Z] [INFO] Fetching org.eclipse.ui.cocoa_1.2.200.v20190509-1900.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (7.62kB) 15:13:34 [2019-07-19T19:13:34.025Z] [INFO] Unpacking org.eclipse.ui.cocoa_1.2.200.v20190509-1900... 15:13:34 [2019-07-19T19:13:34.589Z] [INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.300.v20180828-0158.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (10.18kB) 15:13:34 [2019-07-19T19:13:34.590Z] [INFO] The user operation is waiting for background work to complete. 15:13:34 [2019-07-19T19:13:34.590Z] [INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.300.v20180828-0158.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (10.18kB) 15:13:34 [2019-07-19T19:13:34.590Z] [INFO] Unpacking org.eclipse.core.filesystem.linux.x86_64_1.2.300.v20180828-0158... 15:13:34 [2019-07-19T19:13:34.590Z] [INFO] Fetching org.eclipse.core.net.linux.x86_64_1.2.300.v20181130-0925.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (93.43kB) 15:13:34 [2019-07-19T19:13:34.590Z] [INFO] The user operation is waiting for background work to complete. 15:13:34 [2019-07-19T19:13:34.590Z] [INFO] Fetching org.eclipse.core.net.linux.x86_64_1.2.300.v20181130-0925.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (93.43kB) 15:13:34 [2019-07-19T19:13:34.847Z] [INFO] Unpacking org.eclipse.core.net.linux.x86_64_1.2.300.v20181130-0925... 15:13:35 [2019-07-19T19:13:35.103Z] [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1000.v20190125-2016.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (69.12kB) 15:13:35 [2019-07-19T19:13:35.103Z] [INFO] The user operation is waiting for background work to complete. 15:13:35 [2019-07-19T19:13:35.103Z] [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1000.v20190125-2016.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (69.12kB) 15:13:35 [2019-07-19T19:13:35.103Z] [INFO] Unpacking org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1000.v20190125-2016... 15:13:35 [2019-07-19T19:13:35.103Z] [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.0.500.v20181106-0908.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (7.98kB) 15:13:35 [2019-07-19T19:13:35.103Z] [INFO] The user operation is waiting for background work to complete. 15:13:35 [2019-07-19T19:13:35.103Z] [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.0.500.v20181106-0908.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (7.98kB) 15:13:35 [2019-07-19T19:13:35.360Z] [INFO] Unpacking org.eclipse.e4.ui.swt.gtk_1.0.500.v20181106-0908... 15:13:35 [2019-07-19T19:13:35.360Z] [INFO] Fetching org.eclipse.equinox.security.linux.x86_64_1.1.200.v20181106-0957.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (12.67kB) 15:13:35 [2019-07-19T19:13:35.360Z] [INFO] The user operation is waiting for background work to complete. 15:13:35 [2019-07-19T19:13:35.360Z] [INFO] Fetching org.eclipse.equinox.security.linux.x86_64_1.1.200.v20181106-0957.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (12.67kB) 15:13:35 [2019-07-19T19:13:35.360Z] [INFO] Unpacking org.eclipse.equinox.security.linux.x86_64_1.1.200.v20181106-0957... 15:13:35 [2019-07-19T19:13:35.360Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.rcp:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp/pom.xml 15:13:35 [2019-07-19T19:13:35.617Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.rcp.ui:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.ui/.polyglot.build.properties 15:13:35 [2019-07-19T19:13:35.617Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.rcp.ui:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.ui/.polyglot.build.properties 15:13:36 [2019-07-19T19:13:36.549Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.rcp.ui:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.ui/.polyglot.build.properties 15:13:36 [2019-07-19T19:13:36.806Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.rcp.incubator:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.incubator/.polyglot.build.properties 15:13:36 [2019-07-19T19:13:36.806Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.rcp.incubator:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.incubator/.polyglot.build.properties 15:13:37 [2019-07-19T19:13:37.064Z] [INFO] Fetching org.eclipse.equinox.p2.discovery_1.1.100.v20180822-1302.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (17.03kB) 15:13:37 [2019-07-19T19:13:37.064Z] [INFO] The user operation is waiting for background work to complete. 15:13:37 [2019-07-19T19:13:37.064Z] [INFO] Fetching org.eclipse.equinox.p2.discovery_1.1.100.v20180822-1302.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (17.03kB) 15:13:37 [2019-07-19T19:13:37.064Z] [INFO] Unpacking org.eclipse.equinox.p2.discovery_1.1.100.v20180822-1302... 15:13:37 [2019-07-19T19:13:37.064Z] [INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility_1.1.100.v20180822-1302.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (27.03kB) 15:13:37 [2019-07-19T19:13:37.064Z] [INFO] The user operation is waiting for background work to complete. 15:13:37 [2019-07-19T19:13:37.064Z] [INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility_1.1.100.v20180822-1302.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (27.03kB) 15:13:37 [2019-07-19T19:13:37.064Z] [INFO] Unpacking org.eclipse.equinox.p2.discovery.compatibility_1.1.100.v20180822-1302... 15:13:37 [2019-07-19T19:13:37.323Z] [INFO] Fetching org.eclipse.equinox.p2.ui.discovery_1.1.100.v20180822-1357.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (76.1kB) 15:13:37 [2019-07-19T19:13:37.323Z] [INFO] The user operation is waiting for background work to complete. 15:13:37 [2019-07-19T19:13:37.323Z] [INFO] Fetching org.eclipse.equinox.p2.ui.discovery_1.1.100.v20180822-1357.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (76.1kB) 15:13:37 [2019-07-19T19:13:37.323Z] [INFO] Unpacking org.eclipse.equinox.p2.ui.discovery_1.1.100.v20180822-1357... 15:13:37 [2019-07-19T19:13:37.587Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.rcp.incubator:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.incubator/.polyglot.build.properties 15:13:37 [2019-07-19T19:13:37.845Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.rcp.incubator.ui:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.incubator.ui/.polyglot.build.properties 15:13:37 [2019-07-19T19:13:37.845Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.rcp.incubator.ui:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.incubator.ui/.polyglot.build.properties 15:13:38 [2019-07-19T19:13:38.103Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.rcp.incubator.ui:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.incubator.ui/.polyglot.build.properties 15:13:38 [2019-07-19T19:13:38.380Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.rcp.product:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.product/pom.xml 15:13:38 [2019-07-19T19:13:38.380Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.rcp.product:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.product/pom.xml 15:13:38 [2019-07-19T19:13:38.984Z] [INFO] Fetching org.eclipse.equinox.executable_3.8.400.v20190515-0925.jar from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/features/ (232.04kB) 15:13:38 [2019-07-19T19:13:38.984Z] [INFO] Fetching org.eclipse.equinox.executable_3.8.400.v20190515-0925.jar from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/features/ (232.04kB) 15:13:39 [2019-07-19T19:13:39.241Z] [INFO] Fetching org.eclipse.equinox.executable_root.win32.win32.x86_64_3.8.400.v20190515-0925 from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/binary/ (141.17kB) 15:13:39 [2019-07-19T19:13:39.241Z] [INFO] Fetching org.eclipse.equinox.executable_root.win32.win32.x86_64_3.8.400.v20190515-0925 from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/binary/ (141.17kB) 15:13:39 [2019-07-19T19:13:39.806Z] [INFO] Fetching org.eclipse.equinox.executable_root.cocoa.macosx.x86_64_3.8.400.v20190515-0925 from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/binary/ (11.05kB) 15:13:39 [2019-07-19T19:13:39.806Z] [INFO] Fetching org.eclipse.equinox.executable_root.cocoa.macosx.x86_64_3.8.400.v20190515-0925 from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/binary/ (11.05kB) 15:13:40 [2019-07-19T19:13:40.737Z] [INFO] Fetching org.eclipse.equinox.executable_root.gtk.linux.x86_64_3.8.400.v20190515-0925 from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/binary/ (25.82kB) 15:13:40 [2019-07-19T19:13:40.737Z] [INFO] Fetching org.eclipse.equinox.executable_root.gtk.linux.x86_64_3.8.400.v20190515-0925 from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/binary/ (25.82kB) 15:13:40 [2019-07-19T19:13:40.737Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.rcp.product:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.product/pom.xml 15:13:40 [2019-07-19T19:13:40.737Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.alltests:1.0.6-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.alltests/pom.xml 15:13:40 [2019-07-19T19:13:40.737Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.alltests:1.0.6-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.alltests/pom.xml 15:13:41 [2019-07-19T19:13:41.302Z] [INFO] Fetching org.apache.derby_10.11.1.1_v201605202053.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (1.36MB) 15:13:41 [2019-07-19T19:13:41.302Z] [INFO] Fetching org.apache.derby_10.11.1.1_v201605202053.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (1.36MB) 15:13:41 [2019-07-19T19:13:41.302Z] [INFO] The user operation is waiting for background work to complete. 15:13:41 [2019-07-19T19:13:41.558Z] [INFO] Unpacking org.apache.derby_10.11.1.1_v201605202053... 15:13:44 [2019-07-19T19:13:44.084Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.alltests:1.0.6-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.alltests/pom.xml 15:13:44 [2019-07-19T19:13:44.342Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.integration.swtbot.tests:1.0.8-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/.polyglot.build.properties 15:13:44 [2019-07-19T19:13:44.342Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.integration.swtbot.tests:1.0.8-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/.polyglot.build.properties 15:13:45 [2019-07-19T19:13:45.305Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.integration.swtbot.tests:1.0.8-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/.polyglot.build.properties 15:13:45 [2019-07-19T19:13:45.819Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.releng-site:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.releng-site/pom.xml 15:13:45 [2019-07-19T19:13:45.819Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.releng-site:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.releng-site/pom.xml 15:13:47 [2019-07-19T19:13:47.190Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.releng-site:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.releng-site/pom.xml 15:13:47 [2019-07-19T19:13:47.447Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.testing:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.testing/.polyglot.build.properties 15:13:47 [2019-07-19T19:13:47.447Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.testing:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.testing/.polyglot.build.properties 15:13:50 [2019-07-19T19:13:50.105Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.testing:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.testing/.polyglot.build.properties 15:13:50 [2019-07-19T19:13:50.105Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.datastore.core:1.1.4-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.datastore.core/.polyglot.build.properties 15:13:50 [2019-07-19T19:13:50.105Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.datastore.core:1.1.4-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.datastore.core/.polyglot.build.properties 15:13:50 [2019-07-19T19:13:50.105Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.datastore.core:1.1.4-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.datastore.core/.polyglot.build.properties 15:13:50 [2019-07-19T19:13:50.105Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.datastore.core.tests:1.0.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.datastore.core.tests/.polyglot.build.properties 15:13:50 [2019-07-19T19:13:50.105Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.datastore.core.tests:1.0.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.datastore.core.tests/.polyglot.build.properties 15:13:50 [2019-07-19T19:13:50.105Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.datastore.core.tests:1.0.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.datastore.core.tests/.polyglot.build.properties 15:13:50 [2019-07-19T19:13:50.377Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.segmentstore.core:2.1.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core/.polyglot.build.properties 15:13:50 [2019-07-19T19:13:50.377Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.segmentstore.core:2.1.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core/.polyglot.build.properties 15:13:50 [2019-07-19T19:13:50.377Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.segmentstore.core:2.1.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core/.polyglot.build.properties 15:13:50 [2019-07-19T19:13:50.377Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.segmentstore.core.tests:1.0.3-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core.tests/.polyglot.build.properties 15:13:50 [2019-07-19T19:13:50.377Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.segmentstore.core.tests:1.0.3-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core.tests/.polyglot.build.properties 15:13:50 [2019-07-19T19:13:50.990Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.segmentstore.core.tests:1.0.3-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core.tests/.polyglot.build.properties 15:13:50 [2019-07-19T19:13:50.990Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.statesystem.core:4.2.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core/.polyglot.build.properties 15:13:50 [2019-07-19T19:13:50.990Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.statesystem.core:4.2.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core/.polyglot.build.properties 15:13:50 [2019-07-19T19:13:50.990Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.statesystem.core:4.2.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core/.polyglot.build.properties 15:13:50 [2019-07-19T19:13:50.990Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.statesystem.core.tests:1.0.9-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core.tests/.polyglot.build.properties 15:13:50 [2019-07-19T19:13:50.990Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.statesystem.core.tests:1.0.9-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core.tests/.polyglot.build.properties 15:13:51 [2019-07-19T19:13:51.789Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.statesystem.core.tests:1.0.9-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core.tests/.polyglot.build.properties 15:13:51 [2019-07-19T19:13:51.789Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf/.polyglot.build.properties 15:13:51 [2019-07-19T19:13:51.789Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf/.polyglot.build.properties 15:13:52 [2019-07-19T19:13:52.387Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf/.polyglot.build.properties 15:13:52 [2019-07-19T19:13:52.387Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.core:5.1.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/.polyglot.build.properties 15:13:52 [2019-07-19T19:13:52.387Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.core:5.1.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/.polyglot.build.properties 15:13:52 [2019-07-19T19:13:52.644Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.core:5.1.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/.polyglot.build.properties 15:13:52 [2019-07-19T19:13:52.644Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.core.tests:1.0.9-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/.polyglot.build.properties 15:13:52 [2019-07-19T19:13:52.644Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.core.tests:1.0.9-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/.polyglot.build.properties 15:13:53 [2019-07-19T19:13:53.209Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.core.tests:1.0.9-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/.polyglot.build.properties 15:13:53 [2019-07-19T19:13:53.209Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.ui:5.1.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/.polyglot.build.properties 15:13:53 [2019-07-19T19:13:53.466Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.ui:5.1.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/.polyglot.build.properties 15:13:54 [2019-07-19T19:13:54.031Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.ui:5.1.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/.polyglot.build.properties 15:13:54 [2019-07-19T19:13:54.289Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.ui.tests:1.0.10-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.tests/.polyglot.build.properties 15:13:54 [2019-07-19T19:13:54.289Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.ui.tests:1.0.10-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.tests/.polyglot.build.properties 15:13:55 [2019-07-19T19:13:55.221Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.ui.tests:1.0.10-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.tests/.polyglot.build.properties 15:13:55 [2019-07-19T19:13:55.478Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.analysis.xml.core:3.2.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/.polyglot.build.properties 15:13:55 [2019-07-19T19:13:55.478Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.analysis.xml.core:3.2.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/.polyglot.build.properties 15:13:55 [2019-07-19T19:13:55.736Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.analysis.xml.core:3.2.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/.polyglot.build.properties 15:13:55 [2019-07-19T19:13:55.736Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.analysis.xml.core.tests:1.0.9-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/.polyglot.build.properties 15:13:55 [2019-07-19T19:13:55.736Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.analysis.xml.core.tests:1.0.9-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/.polyglot.build.properties 15:13:56 [2019-07-19T19:13:56.300Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.analysis.xml.core.tests:1.0.9-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/.polyglot.build.properties 15:13:56 [2019-07-19T19:13:56.592Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.analysis.xml.ui:2.1.8-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui/.polyglot.build.properties 15:13:56 [2019-07-19T19:13:56.592Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.analysis.xml.ui:2.1.8-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui/.polyglot.build.properties 15:13:57 [2019-07-19T19:13:57.240Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.analysis.xml.ui:2.1.8-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui/.polyglot.build.properties 15:13:57 [2019-07-19T19:13:57.240Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.analysis.xml.ui.tests:1.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.tests/.polyglot.build.properties 15:13:57 [2019-07-19T19:13:57.240Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.analysis.xml.ui.tests:1.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.tests/.polyglot.build.properties 15:13:58 [2019-07-19T19:13:58.172Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.analysis.xml.ui.tests:1.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.tests/.polyglot.build.properties 15:13:58 [2019-07-19T19:13:58.430Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.chart.core:1.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.core/.polyglot.build.properties 15:13:58 [2019-07-19T19:13:58.430Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.chart.core:1.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.core/.polyglot.build.properties 15:13:58 [2019-07-19T19:13:58.688Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.chart.core:1.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.core/.polyglot.build.properties 15:13:58 [2019-07-19T19:13:58.688Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.chart.core.tests:1.0.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.core.tests/.polyglot.build.properties 15:13:58 [2019-07-19T19:13:58.688Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.chart.core.tests:1.0.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.core.tests/.polyglot.build.properties 15:13:59 [2019-07-19T19:13:59.252Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.chart.core.tests:1.0.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.core.tests/.polyglot.build.properties 15:13:59 [2019-07-19T19:13:59.252Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.chart.ui:1.0.7-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui/.polyglot.build.properties 15:13:59 [2019-07-19T19:13:59.252Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.chart.ui:1.0.7-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui/.polyglot.build.properties 15:14:00 [2019-07-19T19:14:00.184Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.chart.ui:1.0.7-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui/.polyglot.build.properties 15:14:00 [2019-07-19T19:14:00.184Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.chart.ui.tests:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui.tests/.polyglot.build.properties 15:14:00 [2019-07-19T19:14:00.184Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.chart.ui.tests:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui.tests/.polyglot.build.properties 15:14:01 [2019-07-19T19:14:01.114Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.chart.ui.tests:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui.tests/.polyglot.build.properties 15:14:01 [2019-07-19T19:14:01.114Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.remote:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote/.polyglot.build.properties 15:14:01 [2019-07-19T19:14:01.114Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.remote:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote/.polyglot.build.properties 15:14:02 [2019-07-19T19:14:02.045Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.remote:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote/.polyglot.build.properties 15:14:02 [2019-07-19T19:14:02.045Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.remote.core:2.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.core/.polyglot.build.properties 15:14:02 [2019-07-19T19:14:02.045Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.remote.core:2.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.core/.polyglot.build.properties 15:14:02 [2019-07-19T19:14:02.045Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.remote.core:2.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.core/.polyglot.build.properties 15:14:02 [2019-07-19T19:14:02.045Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.remote.core.tests:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.core.tests/.polyglot.build.properties 15:14:02 [2019-07-19T19:14:02.045Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.remote.core.tests:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.core.tests/.polyglot.build.properties 15:14:02 [2019-07-19T19:14:02.980Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.remote.core.tests:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.core.tests/.polyglot.build.properties 15:14:02 [2019-07-19T19:14:02.980Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.remote.ui:1.0.5-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui/.polyglot.build.properties 15:14:02 [2019-07-19T19:14:02.980Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.remote.ui:1.0.5-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui/.polyglot.build.properties 15:14:03 [2019-07-19T19:14:03.549Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.remote.ui:1.0.5-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui/.polyglot.build.properties 15:14:03 [2019-07-19T19:14:03.807Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.remote.ui.tests:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui.tests/.polyglot.build.properties 15:14:03 [2019-07-19T19:14:03.807Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.remote.ui.tests:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui.tests/.polyglot.build.properties 15:14:04 [2019-07-19T19:14:04.741Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.remote.ui.tests:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui.tests/.polyglot.build.properties 15:14:04 [2019-07-19T19:14:04.999Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.filter.parser:1.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.filter.parser/pom.xml 15:14:04 [2019-07-19T19:14:04.999Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.filter.parser:1.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.filter.parser/pom.xml 15:14:04 [2019-07-19T19:14:04.999Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.filter.parser:1.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.filter.parser/pom.xml 15:14:04 [2019-07-19T19:14:04.999Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.ui.swtbot.tests:1.0.9-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/.polyglot.build.properties 15:14:04 [2019-07-19T19:14:04.999Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.ui.swtbot.tests:1.0.9-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/.polyglot.build.properties 15:14:05 [2019-07-19T19:14:05.930Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.ui.swtbot.tests:1.0.9-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/.polyglot.build.properties 15:14:05 [2019-07-19T19:14:05.930Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests:1.0.8-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests/.polyglot.build.properties 15:14:05 [2019-07-19T19:14:05.930Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests:1.0.8-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests/.polyglot.build.properties 15:14:06 [2019-07-19T19:14:06.862Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests:1.0.8-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests/.polyglot.build.properties 15:14:07 [2019-07-19T19:14:07.119Z] [WARNING] Missing extra classpath entry target/org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests-1.0.1-SNAPSHOT.jar 15:14:07 [2019-07-19T19:14:07.119Z] [WARNING] Missing extra classpath entry target/org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests-1.0.1-SNAPSHOT-sources.jar 15:14:07 [2019-07-19T19:14:07.119Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests:1.0.6-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests/.polyglot.build.properties 15:14:07 [2019-07-19T19:14:07.119Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests:1.0.6-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests/.polyglot.build.properties 15:14:08 [2019-07-19T19:14:08.051Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests:1.0.6-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests/.polyglot.build.properties 15:14:08 [2019-07-19T19:14:08.309Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests:1.0.3-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/.polyglot.build.properties 15:14:08 [2019-07-19T19:14:08.309Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests:1.0.3-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/.polyglot.build.properties 15:14:09 [2019-07-19T19:14:09.245Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests:1.0.3-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/.polyglot.build.properties 15:14:09 [2019-07-19T19:14:09.503Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.jsontrace:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/jsontrace/org.eclipse.tracecompass.jsontrace/.polyglot.build.properties 15:14:09 [2019-07-19T19:14:09.503Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.jsontrace:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/jsontrace/org.eclipse.tracecompass.jsontrace/.polyglot.build.properties 15:14:10 [2019-07-19T19:14:10.067Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.jsontrace:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/jsontrace/org.eclipse.tracecompass.jsontrace/.polyglot.build.properties 15:14:10 [2019-07-19T19:14:10.325Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.jsontrace.core:0.1.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/jsontrace/org.eclipse.tracecompass.jsontrace.core/.polyglot.build.properties 15:14:10 [2019-07-19T19:14:10.325Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.jsontrace.core:0.1.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/jsontrace/org.eclipse.tracecompass.jsontrace.core/.polyglot.build.properties 15:14:10 [2019-07-19T19:14:10.325Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.jsontrace.core:0.1.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/jsontrace/org.eclipse.tracecompass.jsontrace.core/.polyglot.build.properties 15:14:10 [2019-07-19T19:14:10.583Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.jsontrace.core.test:1.0.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/jsontrace/org.eclipse.tracecompass.jsontrace.core.test/.polyglot.build.properties 15:14:10 [2019-07-19T19:14:10.583Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.jsontrace.core.test:1.0.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/jsontrace/org.eclipse.tracecompass.jsontrace.core.test/.polyglot.build.properties 15:14:10 [2019-07-19T19:14:10.583Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.jsontrace.core.test:1.0.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/jsontrace/org.eclipse.tracecompass.jsontrace.core.test/.polyglot.build.properties 15:14:10 [2019-07-19T19:14:10.583Z] [WARNING] The project org.eclipse.tracecompass:org.eclipse.tracecompass:pom:5.0.0-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html 15:14:10 [2019-07-19T19:14:10.583Z] [INFO] ------------------------------------------------------------------------ 15:14:10 [2019-07-19T19:14:10.583Z] [INFO] Reactor Build Order: 15:14:10 [2019-07-19T19:14:10.583Z] [INFO] 15:14:10 [2019-07-19T19:14:10.583Z] [INFO] Trace Compass Parent [pom] 15:14:10 [2019-07-19T19:14:10.583Z] [INFO] Trace Compass Tracetype-agnostic Analyses Parent [pom] 15:14:10 [2019-07-19T19:14:10.583Z] [INFO] Trace Compass Common Utilities Parent [pom] 15:14:10 [2019-07-19T19:14:10.583Z] [INFO] org.eclipse.tracecompass.common.core [eclipse-plugin] 15:14:10 [2019-07-19T19:14:10.583Z] [INFO] Trace Compass State System Parent [pom] 15:14:10 [2019-07-19T19:14:10.583Z] [INFO] org.eclipse.tracecompass.datastore.core [eclipse-plugin] 15:14:10 [2019-07-19T19:14:10.583Z] [INFO] org.eclipse.tracecompass.segmentstore.core [eclipse-plugin] 15:14:10 [2019-07-19T19:14:10.583Z] [INFO] org.eclipse.tracecompass.statesystem.core [eclipse-plugin] 15:14:10 [2019-07-19T19:14:10.583Z] [INFO] Trace Compass TMF Parent [pom] 15:14:10 [2019-07-19T19:14:10.583Z] [INFO] Trace Compass Filter Parser [eclipse-plugin] 15:14:10 [2019-07-19T19:14:10.583Z] [INFO] org.eclipse.tracecompass.tmf.core [eclipse-plugin] 15:14:10 [2019-07-19T19:14:10.583Z] [INFO] org.eclipse.tracecompass.analysis.counters.core [eclipse-plugin] 15:14:10 [2019-07-19T19:14:10.583Z] [INFO] Trace Compass CTF Support Parent [pom] 15:14:10 [2019-07-19T19:14:10.583Z] [INFO] Trace Compass CTF Parser Plug-in [eclipse-plugin] 15:14:10 [2019-07-19T19:14:10.583Z] [INFO] org.eclipse.tracecompass.ctf.core [eclipse-plugin] 15:14:10 [2019-07-19T19:14:10.583Z] [INFO] Trace Compass CTF Core Tests Plug-in [eclipse-test-plugin] 15:14:10 [2019-07-19T19:14:10.583Z] [INFO] org.eclipse.tracecompass.statesystem.core.tests [eclipse-test-plugin] 15:14:10 [2019-07-19T19:14:10.583Z] [INFO] org.eclipse.tracecompass.tmf.core.tests [eclipse-test-plugin] 15:14:10 [2019-07-19T19:14:10.583Z] [INFO] org.eclipse.tracecompass.tmf.ctf.core [eclipse-plugin] 15:14:10 [2019-07-19T19:14:10.583Z] [INFO] org.eclipse.tracecompass.tmf.ctf.core.tests [eclipse-test-plugin] 15:14:10 [2019-07-19T19:14:10.583Z] [INFO] org.eclipse.tracecompass.analysis.counters.core.tests [eclipse-test-plugin] 15:14:10 [2019-07-19T19:14:10.583Z] [INFO] org.eclipse.tracecompass.tmf.ui [eclipse-plugin] 15:14:10 [2019-07-19T19:14:10.583Z] [INFO] org.eclipse.tracecompass.analysis.counters.ui [eclipse-plugin] 15:14:10 [2019-07-19T19:14:10.583Z] [INFO] org.eclipse.tracecompass.analysis.graph.core [eclipse-plugin] 15:14:10 [2019-07-19T19:14:10.583Z] [INFO] org.eclipse.tracecompass.analysis.graph.core.tests [eclipse-test-plugin] 15:14:10 [2019-07-19T19:14:10.583Z] [INFO] org.eclipse.tracecompass.tmf.chart.core [eclipse-plugin] 15:14:10 [2019-07-19T19:14:10.583Z] [INFO] org.eclipse.tracecompass.analysis.lami.core [eclipse-plugin] 15:14:10 [2019-07-19T19:14:10.583Z] [INFO] org.eclipse.tracecompass.analysis.lami.core.tests [eclipse-test-plugin] 15:14:10 [2019-07-19T19:14:10.583Z] [INFO] org.eclipse.tracecompass.tmf.chart.ui [eclipse-plugin] 15:14:10 [2019-07-19T19:14:10.583Z] [INFO] org.eclipse.tracecompass.analysis.lami.ui [eclipse-plugin] 15:14:10 [2019-07-19T19:14:10.583Z] [INFO] org.eclipse.tracecompass.analysis.graph.ui [eclipse-plugin] 15:14:10 [2019-07-19T19:14:10.583Z] [INFO] org.eclipse.tracecompass.analysis.timing.core [eclipse-plugin] 15:14:10 [2019-07-19T19:14:10.583Z] [INFO] org.eclipse.tracecompass.analysis.os.linux.core [eclipse-plugin] 15:14:10 [2019-07-19T19:14:10.583Z] [INFO] org.eclipse.tracecompass.analysis.os.linux.core.tests [eclipse-test-plugin] 15:14:10 [2019-07-19T19:14:10.583Z] [INFO] org.eclipse.tracecompass.analysis.timing.ui [eclipse-plugin] 15:14:10 [2019-07-19T19:14:10.583Z] [INFO] org.eclipse.tracecompass.analysis.os.linux.ui [eclipse-plugin] 15:14:10 [2019-07-19T19:14:10.583Z] [INFO] org.eclipse.tracecompass.analysis.os.linux.ui.tests [eclipse-test-plugin] 15:14:10 [2019-07-19T19:14:10.583Z] [INFO] org.eclipse.tracecompass.analysis.profiling.core [eclipse-plugin] 15:14:10 [2019-07-19T19:14:10.583Z] [INFO] org.eclipse.tracecompass.analysis.profiling.core.tests [eclipse-test-plugin] 15:14:10 [2019-07-19T19:14:10.583Z] [INFO] org.eclipse.tracecompass.analysis.profiling.ui [eclipse-plugin] 15:14:10 [2019-07-19T19:14:10.583Z] [INFO] org.eclipse.tracecompass.tmf.ui.tests [eclipse-test-plugin] 15:14:10 [2019-07-19T19:14:10.583Z] [INFO] org.eclipse.tracecompass.tmf.ui.swtbot.tests [eclipse-test-plugin] 15:14:10 [2019-07-19T19:14:10.583Z] [INFO] org.eclipse.tracecompass.analysis.timing.core.tests [eclipse-test-plugin] 15:14:10 [2019-07-19T19:14:10.583Z] [INFO] org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests [eclipse-test-plugin] 15:14:10 [2019-07-19T19:14:10.583Z] [INFO] Trace Compass LTTng Support Parent [pom] 15:14:10 [2019-07-19T19:14:10.583Z] [INFO] org.eclipse.tracecompass.lttng2.common.core [eclipse-plugin] 15:14:10 [2019-07-19T19:14:10.583Z] [INFO] org.eclipse.tracecompass.tmf.analysis.xml.core [eclipse-plugin] 15:14:10 [2019-07-19T19:14:10.584Z] [INFO] org.eclipse.tracecompass.lttng2.kernel.core [eclipse-plugin] 15:14:10 [2019-07-19T19:14:10.584Z] [INFO] org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests [eclipse-test-plugin] 15:14:10 [2019-07-19T19:14:10.584Z] [INFO] org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests [eclipse-test-plugin] 15:14:10 [2019-07-19T19:14:10.584Z] [INFO] org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests [eclipse-test-plugin] 15:14:10 [2019-07-19T19:14:10.584Z] [INFO] org.eclipse.tracecompass.tmf.chart.core.tests [eclipse-test-plugin] 15:14:10 [2019-07-19T19:14:10.584Z] [INFO] org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests [eclipse-test-plugin] 15:14:10 [2019-07-19T19:14:10.584Z] [INFO] org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests [eclipse-test-plugin] 15:14:10 [2019-07-19T19:14:10.584Z] [INFO] Trace Compass BTF Support Parent [pom] 15:14:10 [2019-07-19T19:14:10.584Z] [INFO] org.eclipse.tracecompass.btf.core [eclipse-plugin] 15:14:10 [2019-07-19T19:14:10.584Z] [INFO] Trace Compass Documentation [pom] 15:14:10 [2019-07-19T19:14:10.584Z] [INFO] Trace Compass Developer Guide [eclipse-plugin] 15:14:10 [2019-07-19T19:14:10.584Z] [INFO] org.eclipse.tracecompass.tmf.analysis.xml.ui [eclipse-plugin] 15:14:10 [2019-07-19T19:14:10.584Z] [INFO] org.eclipse.tracecompass.tmf [eclipse-feature] 15:14:10 [2019-07-19T19:14:10.584Z] [INFO] org.eclipse.tracecompass.btf.ui [eclipse-plugin] 15:14:10 [2019-07-19T19:14:10.584Z] [INFO] org.eclipse.tracecompass.btf [eclipse-feature] 15:14:10 [2019-07-19T19:14:10.584Z] [INFO] org.eclipse.tracecompass.btf.core.tests [eclipse-test-plugin] 15:14:10 [2019-07-19T19:14:10.584Z] [INFO] org.eclipse.tracecompass.common.core.tests [eclipse-test-plugin] 15:14:10 [2019-07-19T19:14:10.584Z] [INFO] org.eclipse.tracecompass.ctf [eclipse-feature] 15:14:10 [2019-07-19T19:14:10.584Z] [INFO] org.eclipse.tracecompass.ctf.parser.tests [eclipse-test-plugin] 15:14:10 [2019-07-19T19:14:10.584Z] [INFO] org.eclipse.tracecompass.tmf.ctf [eclipse-feature] 15:14:10 [2019-07-19T19:14:10.584Z] [INFO] org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests [eclipse-test-plugin] 15:14:10 [2019-07-19T19:14:10.584Z] [INFO] Trace Compass User Guide [eclipse-plugin] 15:14:10 [2019-07-19T19:14:10.584Z] [INFO] Trace Compass GDB Tracepoint Analysis User Guide [eclipse-plugin] 15:14:10 [2019-07-19T19:14:10.584Z] [INFO] Trace Compass RCP User Guide [eclipse-plugin] 15:14:10 [2019-07-19T19:14:10.584Z] [INFO] Trace Compass Pcap User Guide [eclipse-plugin] 15:14:10 [2019-07-19T19:14:10.584Z] [INFO] org.eclipse.tracecompass.examples [eclipse-plugin] 15:14:10 [2019-07-19T19:14:10.584Z] [INFO] Trace Compass GDB Tracepoint Analysis Parent [pom] 15:14:10 [2019-07-19T19:14:10.584Z] [INFO] org.eclipse.tracecompass.gdbtrace.core [eclipse-plugin] 15:14:10 [2019-07-19T19:14:10.584Z] [INFO] org.eclipse.tracecompass.gdbtrace.ui [eclipse-plugin] 15:14:10 [2019-07-19T19:14:10.584Z] [INFO] org.eclipse.tracecompass.gdbtrace [eclipse-feature] 15:14:10 [2019-07-19T19:14:10.584Z] [INFO] org.eclipse.tracecompass.gdbtrace.core.tests [eclipse-test-plugin] 15:14:10 [2019-07-19T19:14:10.584Z] [INFO] org.eclipse.tracecompass.gdbtrace.ui.tests [eclipse-test-plugin] 15:14:10 [2019-07-19T19:14:10.584Z] [INFO] org.eclipse.tracecompass.lttng2.common.core.tests [eclipse-test-plugin] 15:14:10 [2019-07-19T19:14:10.584Z] [INFO] org.eclipse.tracecompass.lttng2.control.core [eclipse-plugin] 15:14:10 [2019-07-19T19:14:10.584Z] [INFO] org.eclipse.tracecompass.tmf.remote.core [eclipse-plugin] 15:14:10 [2019-07-19T19:14:10.584Z] [INFO] org.eclipse.tracecompass.tmf.remote.ui [eclipse-plugin] 15:14:10 [2019-07-19T19:14:10.584Z] [INFO] org.eclipse.tracecompass.lttng2.control.ui [eclipse-plugin] 15:14:10 [2019-07-19T19:14:10.584Z] [INFO] org.eclipse.tracecompass.lttng2.control [eclipse-feature] 15:14:10 [2019-07-19T19:14:10.584Z] [INFO] org.eclipse.tracecompass.lttng2.control.core.tests [eclipse-test-plugin] 15:14:10 [2019-07-19T19:14:10.584Z] [INFO] org.eclipse.tracecompass.tmf.remote.core.tests [eclipse-test-plugin] 15:14:10 [2019-07-19T19:14:10.584Z] [INFO] org.eclipse.tracecompass.lttng2.control.ui.tests [eclipse-test-plugin] 15:14:10 [2019-07-19T19:14:10.584Z] [INFO] org.eclipse.tracecompass.lttng2.kernel.ui [eclipse-plugin] 15:14:10 [2019-07-19T19:14:10.584Z] [INFO] org.eclipse.tracecompass.lttng2.kernel [eclipse-feature] 15:14:10 [2019-07-19T19:14:10.584Z] [INFO] org.eclipse.tracecompass.tmf.analysis.xml.core.tests [eclipse-test-plugin] 15:14:10 [2019-07-19T19:14:10.584Z] [INFO] org.eclipse.tracecompass.lttng2.kernel.core.tests [eclipse-test-plugin] 15:14:10 [2019-07-19T19:14:10.584Z] [INFO] org.eclipse.tracecompass.lttng2.ust.core [eclipse-plugin] 15:14:10 [2019-07-19T19:14:10.584Z] [INFO] org.eclipse.tracecompass.lttng2.ust.ui [eclipse-plugin] 15:14:10 [2019-07-19T19:14:10.584Z] [INFO] org.eclipse.tracecompass.lttng2.ust [eclipse-feature] 15:14:10 [2019-07-19T19:14:10.584Z] [INFO] org.eclipse.tracecompass.lttng2.ust.core.tests [eclipse-test-plugin] 15:14:10 [2019-07-19T19:14:10.584Z] [INFO] org.eclipse.tracecompass.lttng2.ust.ui.tests [eclipse-test-plugin] 15:14:10 [2019-07-19T19:14:10.584Z] [INFO] org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests [eclipse-test-plugin] 15:14:10 [2019-07-19T19:14:10.584Z] [INFO] org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests [eclipse-test-plugin] 15:14:10 [2019-07-19T19:14:10.584Z] [INFO] org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests [eclipse-test-plugin] 15:14:10 [2019-07-19T19:14:10.584Z] [INFO] Trace Compass Pcap Format Support Parent [pom] 15:14:10 [2019-07-19T19:14:10.584Z] [INFO] org.eclipse.tracecompass.pcap.core [eclipse-plugin] 15:14:10 [2019-07-19T19:14:10.584Z] [INFO] Trace Compass Pcap Parser Core Tests Plug-in [eclipse-test-plugin] 15:14:10 [2019-07-19T19:14:10.584Z] [INFO] org.eclipse.tracecompass.tmf.pcap.core [eclipse-plugin] 15:14:10 [2019-07-19T19:14:10.584Z] [INFO] org.eclipse.tracecompass.tmf.pcap.ui [eclipse-plugin] 15:14:10 [2019-07-19T19:14:10.584Z] [INFO] org.eclipse.tracecompass.tmf.pcap [eclipse-feature] 15:14:10 [2019-07-19T19:14:10.584Z] [INFO] org.eclipse.tracecompass.tmf.pcap.core.tests [eclipse-test-plugin] 15:14:10 [2019-07-19T19:14:10.584Z] [INFO] org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests [eclipse-test-plugin] 15:14:10 [2019-07-19T19:14:10.584Z] [INFO] Trace Compass RCP Parent [pom] 15:14:10 [2019-07-19T19:14:10.584Z] [INFO] Trace Compass RCP Branding plug-in [eclipse-plugin] 15:14:10 [2019-07-19T19:14:10.584Z] [INFO] Trace Compass RCP Branding Feature [eclipse-feature] 15:14:10 [2019-07-19T19:14:10.584Z] [INFO] org.eclipse.tracecompass.rcp.ui [eclipse-plugin] 15:14:10 [2019-07-19T19:14:10.584Z] [INFO] Trace Compass RCP Feature [eclipse-feature] 15:14:10 [2019-07-19T19:14:10.584Z] [INFO] org.eclipse.tracecompass.rcp.incubator.ui [eclipse-plugin] 15:14:10 [2019-07-19T19:14:10.584Z] [INFO] org.eclipse.tracecompass.rcp.incubator [eclipse-feature] 15:14:10 [2019-07-19T19:14:10.584Z] [INFO] Trace Compass Json trace Parent [pom] 15:14:10 [2019-07-19T19:14:10.584Z] [INFO] org.eclipse.tracecompass.jsontrace.core [eclipse-plugin] 15:14:10 [2019-07-19T19:14:10.584Z] [INFO] org.eclipse.tracecompass.jsontrace [eclipse-feature] 15:14:10 [2019-07-19T19:14:10.584Z] [INFO] Trace Compass RCP Product [eclipse-repository] 15:14:10 [2019-07-19T19:14:10.584Z] [INFO] Trace Compass Release Engineering Parent [pom] 15:14:10 [2019-07-19T19:14:10.584Z] [INFO] Trace Compass Target Platform [pom] 15:14:10 [2019-07-19T19:14:10.584Z] [INFO] org.eclipse.tracecompass.integration.swtbot.tests [eclipse-test-plugin] 15:14:10 [2019-07-19T19:14:10.584Z] [INFO] org.eclipse.tracecompass.datastore.core.tests [eclipse-test-plugin] 15:14:10 [2019-07-19T19:14:10.584Z] [INFO] org.eclipse.tracecompass.segmentstore.core.tests [eclipse-test-plugin] 15:14:10 [2019-07-19T19:14:10.584Z] [INFO] org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests [eclipse-test-plugin] 15:14:10 [2019-07-19T19:14:10.584Z] [INFO] org.eclipse.tracecompass.tmf.analysis.xml.ui.tests [eclipse-test-plugin] 15:14:10 [2019-07-19T19:14:10.584Z] [INFO] org.eclipse.tracecompass.tmf.chart.ui.tests [eclipse-test-plugin] 15:14:10 [2019-07-19T19:14:10.584Z] [INFO] org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests [eclipse-test-plugin] 15:14:10 [2019-07-19T19:14:10.584Z] [INFO] org.eclipse.tracecompass.tmf.remote.ui.tests [eclipse-test-plugin] 15:14:10 [2019-07-19T19:14:10.584Z] [INFO] Trace Compass All Tests [eclipse-test-plugin] 15:14:10 [2019-07-19T19:14:10.584Z] [INFO] org.eclipse.tracecompass.testing [eclipse-feature] 15:14:10 [2019-07-19T19:14:10.584Z] [INFO] org.eclipse.tracecompass.tmf.remote [eclipse-feature] 15:14:10 [2019-07-19T19:14:10.584Z] [INFO] Trace Compass Repository [eclipse-repository] 15:14:10 [2019-07-19T19:14:10.584Z] [INFO] org.eclipse.tracecompass.jsontrace.core.test [eclipse-plugin] 15:14:10 [2019-07-19T19:14:10.841Z] [INFO] 15:14:10 [2019-07-19T19:14:10.841Z] [INFO] ---------< org.eclipse.tracecompass:org.eclipse.tracecompass >---------- 15:14:10 [2019-07-19T19:14:10.841Z] [INFO] Building Trace Compass Parent 5.0.0-SNAPSHOT [1/134] 15:14:10 [2019-07-19T19:14:10.841Z] [INFO] --------------------------------[ pom ]--------------------------------- 15:14:10 [2019-07-19T19:14:10.841Z] [INFO] 15:14:10 [2019-07-19T19:14:10.841Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass --- 15:14:10 [2019-07-19T19:14:10.841Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom 15:14:10 [2019-07-19T19:14:10.841Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom 15:14:10 [2019-07-19T19:14:10.841Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom 15:14:11 [2019-07-19T19:14:11.098Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom 15:14:11 [2019-07-19T19:14:11.098Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom 15:14:11 [2019-07-19T19:14:11.098Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom 15:14:11 [2019-07-19T19:14:11.098Z] Progress (1): 4.1/5.6 kB Progress (1): 5.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom (5.6 kB at 160 kB/s) 15:14:11 [2019-07-19T19:14:11.355Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom 15:14:11 [2019-07-19T19:14:11.355Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom 15:14:11 [2019-07-19T19:14:11.355Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom 15:14:11 [2019-07-19T19:14:11.355Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom 15:14:11 [2019-07-19T19:14:11.355Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom 15:14:11 [2019-07-19T19:14:11.613Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom 15:14:11 [2019-07-19T19:14:11.613Z] Progress (1): 4.1/5.1 kB Progress (1): 5.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom (5.1 kB at 160 kB/s) 15:14:11 [2019-07-19T19:14:11.613Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/25/maven-parent-25.pom 15:14:11 [2019-07-19T19:14:11.613Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/25/maven-parent-25.pom 15:14:11 [2019-07-19T19:14:11.613Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-parent/25/maven-parent-25.pom 15:14:11 [2019-07-19T19:14:11.870Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-parent/25/maven-parent-25.pom 15:14:11 [2019-07-19T19:14:11.870Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/25/maven-parent-25.pom 15:14:11 [2019-07-19T19:14:11.870Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom 15:14:11 [2019-07-19T19:14:11.870Z] Progress (1): 4.1/37 kB Progress (1): 7.7/37 kB Progress (1): 12/37 kB Progress (1): 16/37 kB Progress (1): 20/37 kB Progress (1): 24/37 kB Progress (1): 28/37 kB Progress (1): 32/37 kB Progress (1): 36/37 kB Progress (1): 37 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom (37 kB at 936 kB/s) 15:14:11 [2019-07-19T19:14:11.870Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/apache/15/apache-15.pom 15:14:11 [2019-07-19T19:14:11.870Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/15/apache-15.pom 15:14:11 [2019-07-19T19:14:11.870Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/apache/15/apache-15.pom 15:14:12 [2019-07-19T19:14:12.127Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/apache/15/apache-15.pom 15:14:12 [2019-07-19T19:14:12.127Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/15/apache-15.pom 15:14:12 [2019-07-19T19:14:12.127Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom 15:14:12 [2019-07-19T19:14:12.127Z] Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom (15 kB at 423 kB/s) 15:14:12 [2019-07-19T19:14:12.127Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-io/commons-io/2.4/commons-io-2.4.pom 15:14:12 [2019-07-19T19:14:12.127Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-io/commons-io/2.4/commons-io-2.4.pom 15:14:12 [2019-07-19T19:14:12.127Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/commons-io/commons-io/2.4/commons-io-2.4.pom 15:14:12 [2019-07-19T19:14:12.384Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-io/commons-io/2.4/commons-io-2.4.pom 15:14:12 [2019-07-19T19:14:12.384Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-io/commons-io/2.4/commons-io-2.4.pom 15:14:12 [2019-07-19T19:14:12.384Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.pom 15:14:12 [2019-07-19T19:14:12.384Z] Progress (1): 4.1/10 kB Progress (1): 7.7/10 kB Progress (1): 10 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.pom (10 kB at 318 kB/s) 15:14:12 [2019-07-19T19:14:12.384Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/25/commons-parent-25.pom 15:14:12 [2019-07-19T19:14:12.384Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/25/commons-parent-25.pom 15:14:12 [2019-07-19T19:14:12.384Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/commons/commons-parent/25/commons-parent-25.pom 15:14:12 [2019-07-19T19:14:12.641Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-parent/25/commons-parent-25.pom 15:14:12 [2019-07-19T19:14:12.641Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-parent/25/commons-parent-25.pom 15:14:12 [2019-07-19T19:14:12.641Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom 15:14:12 [2019-07-19T19:14:12.641Z] Progress (1): 4.1/48 kB Progress (1): 7.7/48 kB Progress (1): 12/48 kB Progress (1): 16/48 kB Progress (1): 20/48 kB Progress (1): 24/48 kB Progress (1): 28/48 kB Progress (1): 32/48 kB Progress (1): 36/48 kB Progress (1): 40/48 kB Progress (1): 44/48 kB Progress (1): 48/48 kB Progress (1): 48 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom (48 kB at 1.3 MB/s) 15:14:12 [2019-07-19T19:14:12.641Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom 15:14:12 [2019-07-19T19:14:12.641Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom 15:14:12 [2019-07-19T19:14:12.641Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom 15:14:12 [2019-07-19T19:14:12.898Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom 15:14:12 [2019-07-19T19:14:12.898Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom 15:14:12 [2019-07-19T19:14:12.898Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom 15:14:12 [2019-07-19T19:14:12.898Z] Progress (1): 965 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom (965 B at 30 kB/s) 15:14:12 [2019-07-19T19:14:12.898Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar 15:14:12 [2019-07-19T19:14:12.898Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar 15:14:12 [2019-07-19T19:14:12.898Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-io/commons-io/2.4/commons-io-2.4.jar 15:14:12 [2019-07-19T19:14:12.898Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar 15:14:13 [2019-07-19T19:14:13.156Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar 15:14:13 [2019-07-19T19:14:13.156Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-io/commons-io/2.4/commons-io-2.4.jar 15:14:13 [2019-07-19T19:14:13.156Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar 15:14:13 [2019-07-19T19:14:13.156Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar 15:14:13 [2019-07-19T19:14:13.156Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar 15:14:13 [2019-07-19T19:14:13.156Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar 15:14:13 [2019-07-19T19:14:13.156Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/commons-io/commons-io/2.4/commons-io-2.4.jar 15:14:13 [2019-07-19T19:14:13.156Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar 15:14:13 [2019-07-19T19:14:13.413Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar 15:14:13 [2019-07-19T19:14:13.413Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar 15:14:13 [2019-07-19T19:14:13.413Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-io/commons-io/2.4/commons-io-2.4.jar 15:14:13 [2019-07-19T19:14:13.413Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar 15:14:13 [2019-07-19T19:14:13.413Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar 15:14:13 [2019-07-19T19:14:13.413Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar 15:14:13 [2019-07-19T19:14:13.413Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-io/commons-io/2.4/commons-io-2.4.jar 15:14:13 [2019-07-19T19:14:13.413Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar 15:14:13 [2019-07-19T19:14:13.670Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar 15:14:13 [2019-07-19T19:14:13.670Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar 15:14:13 [2019-07-19T19:14:13.670Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.jar 15:14:13 [2019-07-19T19:14:13.670Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar 15:14:13 [2019-07-19T19:14:13.670Z] Progress (1): 4.1/32 kB Progress (1): 7.7/32 kB Progress (1): 12/32 kB Progress (1): 16/32 kB Progress (1): 20/32 kB Progress (1): 24/32 kB Progress (1): 28/32 kB Progress (1): 32/32 kB Progress (1): 32 kB Progress (2): 32 kB | 4.1/222 kB Progress (2): 32 kB | 7.7/222 kB Progress (2): 32 kB | 12/222 kB Progress (2): 32 kB | 16/222 kB Progress (2): 32 kB | 20/222 kB Progress (2): 32 kB | 24/222 kB Progress (2): 32 kB | 28/222 kB Progress (2): 32 kB | 32/222 kB Progress (2): 32 kB | 36/222 kB Progress (2): 32 kB | 40/222 kB Progress (2): 32 kB | 44/222 kB Progress (2): 32 kB | 48/222 kB Progress (2): 32 kB | 52/222 kB Progress (2): 32 kB | 56/222 kB Progress (2): 32 kB | 60/222 kB Progress (2): 32 kB | 64/222 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 kB at 885 kB/s) 15:14:13 [2019-07-19T19:14:13.671Z] Progress (1): 68/222 kB Progress (1): 72/222 kB Progress (1): 76/222 kB Progress (1): 80/222 kB Progress (1): 84/222 kB Progress (1): 88/222 kB Progress (1): 92/222 kB Progress (1): 96/222 kB Progress (1): 100/222 kB Progress (2): 100/222 kB | 4.1/185 kB Progress (2): 104/222 kB | 4.1/185 kB Progress (2): 104/222 kB | 7.7/185 kB Progress (2): 108/222 kB | 7.7/185 kB Progress (2): 112/222 kB | 7.7/185 kB Progress (2): 112/222 kB | 12/185 kB Progress (2): 116/222 kB | 12/185 kB Progress (2): 116/222 kB | 16/185 kB Progress (2): 120/222 kB | 16/185 kB Progress (2): 120/222 kB | 20/185 kB Progress (2): 124/222 kB | 20/185 kB Progress (2): 124/222 kB | 24/185 kB Progress (2): 128/222 kB | 24/185 kB Progress (2): 132/222 kB | 24/185 kB Progress (2): 132/222 kB | 28/185 kB Progress (2): 136/222 kB | 28/185 kB Progress (2): 136/222 kB | 32/185 kB Progress (2): 140/222 kB | 32/185 kB Progress (2): 144/222 kB | 32/185 kB Progress (2): 144/222 kB | 36/185 kB Progress (2): 148/222 kB | 36/185 kB Progress (2): 148/222 kB | 40/185 kB Progress (2): 152/222 kB | 40/185 kB Progress (2): 152/222 kB | 44/185 kB Progress (2): 156/222 kB | 44/185 kB Progress (2): 156/222 kB | 48/185 kB Progress (2): 160/222 kB | 48/185 kB Progress (2): 160/222 kB | 52/185 kB Progress (2): 164/222 kB | 52/185 kB Progress (2): 164/222 kB | 56/185 kB Progress (2): 168/222 kB | 56/185 kB Progress (2): 168/222 kB | 60/185 kB Progress (2): 172/222 kB | 60/185 kB Progress (2): 172/222 kB | 64/185 kB Progress (2): 176/222 kB | 64/185 kB Progress (2): 180/222 kB | 64/185 kB Progress (2): 180/222 kB | 68/185 kB Progress (2): 184/222 kB | 68/185 kB Progress (2): 184/222 kB | 72/185 kB Progress (2): 188/222 kB | 72/185 kB Progress (2): 188/222 kB | 76/185 kB Progress (2): 192/222 kB | 76/185 kB Progress (2): 192/222 kB | 80/185 kB Progress (2): 196/222 kB | 80/185 kB Progress (2): 200/222 kB | 80/185 kB Progress (2): 200/222 kB | 84/185 kB Progress (2): 204/222 kB | 84/185 kB Progress (2): 204/222 kB | 88/185 kB Progress (2): 208/222 kB | 88/185 kB Progress (2): 208/222 kB | 92/185 kB Progress (2): 212/222 kB | 92/185 kB Progress (2): 212/222 kB | 96/185 kB Progress (2): 216/222 kB | 96/185 kB Progress (2): 216/222 kB | 100/185 kB Progress (2): 220/222 kB | 100/185 kB Progress (2): 220/222 kB | 104/185 kB Progress (2): 222 kB | 104/185 kB Progress (2): 222 kB | 108/185 kB Progress (2): 222 kB | 112/185 kB Progress (2): 222 kB | 116/185 kB Progress (2): 222 kB | 120/185 kB Progress (2): 222 kB | 124/185 kB Progress (2): 222 kB | 128/185 kB Progress (2): 222 kB | 132/185 kB Progress (2): 222 kB | 136/185 kB Progress (2): 222 kB | 140/185 kB Progress (2): 222 kB | 144/185 kB Progress (2): 222 kB | 148/185 kB Progress (3): 222 kB | 148/185 kB | 4.1/155 kB Progress (3): 222 kB | 152/185 kB | 4.1/155 kB Progress (3): 222 kB | 152/185 kB | 7.7/155 kB Progress (3): 222 kB | 156/185 kB | 7.7/155 kB Progress (3): 222 kB | 156/185 kB | 12/155 kB Progress (3): 222 kB | 160/185 kB | 12/155 kB Progress (3): 222 kB | 160/185 kB | 16/155 kB Progress (3): 222 kB | 164/185 kB | 16/155 kB Progress (3): 222 kB | 164/185 kB | 20/155 kB Progress (3): 222 kB | 168/185 kB | 20/155 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar (222 kB at 3.7 MB/s) 15:14:13 [2019-07-19T19:14:13.671Z] Progress (2): 168/185 kB | 24/155 kB Progress (2): 172/185 kB | 24/155 kB Progress (2): 172/185 kB | 28/155 kB Progress (2): 176/185 kB | 28/155 kB Progress (2): 176/185 kB | 32/155 kB Progress (2): 180/185 kB | 32/155 kB Progress (2): 180/185 kB | 33/155 kB Progress (2): 184/185 kB | 33/155 kB Progress (2): 184/185 kB | 37/155 kB Progress (2): 185 kB | 37/155 kB Progress (2): 185 kB | 41/155 kB Progress (2): 185 kB | 45/155 kB Progress (2): 185 kB | 49/155 kB Progress (2): 185 kB | 53/155 kB Progress (2): 185 kB | 57/155 kB Progress (2): 185 kB | 61/155 kB Progress (2): 185 kB | 65/155 kB Progress (2): 185 kB | 66/155 kB Progress (2): 185 kB | 70/155 kB Progress (2): 185 kB | 74/155 kB Progress (2): 185 kB | 78/155 kB Progress (2): 185 kB | 82/155 kB Progress (2): 185 kB | 86/155 kB Progress (2): 185 kB | 90/155 kB Progress (2): 185 kB | 94/155 kB Progress (2): 185 kB | 98/155 kB Progress (2): 185 kB | 102/155 kB Progress (2): 185 kB | 106/155 kB Progress (2): 185 kB | 110/155 kB Progress (2): 185 kB | 114/155 kB Progress (2): 185 kB | 118/155 kB Progress (2): 185 kB | 122/155 kB Progress (2): 185 kB | 126/155 kB Progress (2): 185 kB | 130/155 kB Progress (2): 185 kB | 134/155 kB Progress (2): 185 kB | 138/155 kB Progress (2): 185 kB | 142/155 kB Progress (2): 185 kB | 146/155 kB Progress (2): 185 kB | 150/155 kB Progress (2): 185 kB | 154/155 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.jar (185 kB at 2.7 MB/s) 15:14:13 [2019-07-19T19:14:13.671Z] Progress (1): 155 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar (155 kB at 2.0 MB/s) 15:14:13 [2019-07-19T19:14:13.671Z] [INFO] 15:14:13 [2019-07-19T19:14:13.671Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass --- 15:14:13 [2019-07-19T19:14:13.671Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom 15:14:13 [2019-07-19T19:14:13.671Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom 15:14:13 [2019-07-19T19:14:13.671Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom 15:14:13 [2019-07-19T19:14:13.928Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom 15:14:13 [2019-07-19T19:14:13.928Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom 15:14:13 [2019-07-19T19:14:13.928Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom 15:14:13 [2019-07-19T19:14:13.928Z] Progress (1): 3.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom (3.8 kB at 120 kB/s) 15:14:13 [2019-07-19T19:14:13.928Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/junit/junit/4.11/junit-4.11.pom 15:14:13 [2019-07-19T19:14:13.928Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/junit/junit/4.11/junit-4.11.pom 15:14:13 [2019-07-19T19:14:13.928Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/junit/junit/4.11/junit-4.11.pom 15:14:14 [2019-07-19T19:14:14.188Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/junit/junit/4.11/junit-4.11.pom 15:14:14 [2019-07-19T19:14:14.188Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/junit/junit/4.11/junit-4.11.pom 15:14:14 [2019-07-19T19:14:14.188Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.11/junit-4.11.pom 15:14:14 [2019-07-19T19:14:14.188Z] Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.11/junit-4.11.pom (2.3 kB at 73 kB/s) 15:14:14 [2019-07-19T19:14:14.188Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom 15:14:14 [2019-07-19T19:14:14.188Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom 15:14:14 [2019-07-19T19:14:14.188Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom 15:14:14 [2019-07-19T19:14:14.446Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom 15:14:14 [2019-07-19T19:14:14.446Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom 15:14:14 [2019-07-19T19:14:14.446Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom 15:14:14 [2019-07-19T19:14:14.446Z] Progress (1): 766 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (766 B at 25 kB/s) 15:14:14 [2019-07-19T19:14:14.446Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom 15:14:14 [2019-07-19T19:14:14.446Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom 15:14:14 [2019-07-19T19:14:14.446Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom 15:14:14 [2019-07-19T19:14:14.703Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom 15:14:14 [2019-07-19T19:14:14.703Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom 15:14:14 [2019-07-19T19:14:14.703Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom 15:14:14 [2019-07-19T19:14:14.703Z] Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (2.0 kB at 40 kB/s) 15:14:14 [2019-07-19T19:14:14.960Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-lang/commons-lang/2.3/commons-lang-2.3.pom 15:14:14 [2019-07-19T19:14:14.960Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-lang/commons-lang/2.3/commons-lang-2.3.pom 15:14:14 [2019-07-19T19:14:14.960Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/commons-lang/commons-lang/2.3/commons-lang-2.3.pom 15:14:15 [2019-07-19T19:14:15.217Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-lang/commons-lang/2.3/commons-lang-2.3.pom 15:14:15 [2019-07-19T19:14:15.217Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-lang/commons-lang/2.3/commons-lang-2.3.pom 15:14:15 [2019-07-19T19:14:15.217Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.3/commons-lang-2.3.pom 15:14:15 [2019-07-19T19:14:15.217Z] Progress (1): 4.1/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.3/commons-lang-2.3.pom (11 kB at 359 kB/s) 15:14:15 [2019-07-19T19:14:15.217Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/enforcer/enforcer-api/1.4.1/enforcer-api-1.4.1.pom 15:14:15 [2019-07-19T19:14:15.217Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/enforcer/enforcer-api/1.4.1/enforcer-api-1.4.1.pom 15:14:15 [2019-07-19T19:14:15.217Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/enforcer/enforcer-api/1.4.1/enforcer-api-1.4.1.pom 15:14:15 [2019-07-19T19:14:15.474Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/enforcer/enforcer-api/1.4.1/enforcer-api-1.4.1.pom 15:14:15 [2019-07-19T19:14:15.474Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/enforcer/enforcer-api/1.4.1/enforcer-api-1.4.1.pom 15:14:15 [2019-07-19T19:14:15.474Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/1.4.1/enforcer-api-1.4.1.pom 15:14:15 [2019-07-19T19:14:15.475Z] Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/1.4.1/enforcer-api-1.4.1.pom (2.8 kB at 91 kB/s) 15:14:15 [2019-07-19T19:14:15.475Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom 15:14:15 [2019-07-19T19:14:15.475Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom 15:14:15 [2019-07-19T19:14:15.475Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom 15:14:15 [2019-07-19T19:14:15.733Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom 15:14:15 [2019-07-19T19:14:15.733Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom 15:14:15 [2019-07-19T19:14:15.733Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom 15:14:15 [2019-07-19T19:14:15.733Z] Progress (1): 1.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom (1.2 kB at 22 kB/s) 15:14:15 [2019-07-19T19:14:15.733Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/enforcer/enforcer-rules/1.4.1/enforcer-rules-1.4.1.pom 15:14:15 [2019-07-19T19:14:15.733Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/enforcer/enforcer-rules/1.4.1/enforcer-rules-1.4.1.pom 15:14:15 [2019-07-19T19:14:15.733Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/enforcer/enforcer-rules/1.4.1/enforcer-rules-1.4.1.pom 15:14:15 [2019-07-19T19:14:15.989Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/enforcer/enforcer-rules/1.4.1/enforcer-rules-1.4.1.pom 15:14:15 [2019-07-19T19:14:15.989Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/enforcer/enforcer-rules/1.4.1/enforcer-rules-1.4.1.pom 15:14:15 [2019-07-19T19:14:15.989Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/1.4.1/enforcer-rules-1.4.1.pom 15:14:15 [2019-07-19T19:14:15.989Z] Progress (1): 3.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/1.4.1/enforcer-rules-1.4.1.pom (3.7 kB at 106 kB/s) 15:14:15 [2019-07-19T19:14:15.989Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom 15:14:15 [2019-07-19T19:14:15.989Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom 15:14:15 [2019-07-19T19:14:15.989Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom 15:14:16 [2019-07-19T19:14:16.247Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom 15:14:16 [2019-07-19T19:14:16.247Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom 15:14:16 [2019-07-19T19:14:16.247Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom 15:14:16 [2019-07-19T19:14:16.247Z] Progress (1): 3.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom (3.8 kB at 85 kB/s) 15:14:16 [2019-07-19T19:14:16.247Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom 15:14:16 [2019-07-19T19:14:16.247Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom 15:14:16 [2019-07-19T19:14:16.505Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom 15:14:16 [2019-07-19T19:14:16.505Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom 15:14:16 [2019-07-19T19:14:16.505Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom 15:14:16 [2019-07-19T19:14:16.505Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom 15:14:16 [2019-07-19T19:14:16.505Z] Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom (3.1 kB at 90 kB/s) 15:14:16 [2019-07-19T19:14:16.505Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven/2.0.8/maven-2.0.8.pom 15:14:16 [2019-07-19T19:14:16.763Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven/2.0.8/maven-2.0.8.pom 15:14:16 [2019-07-19T19:14:16.763Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven/2.0.8/maven-2.0.8.pom 15:14:16 [2019-07-19T19:14:16.763Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven/2.0.8/maven-2.0.8.pom 15:14:16 [2019-07-19T19:14:16.763Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven/2.0.8/maven-2.0.8.pom 15:14:16 [2019-07-19T19:14:16.763Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.8/maven-2.0.8.pom 15:14:17 [2019-07-19T19:14:17.021Z] Progress (1): 4.1/12 kB Progress (1): 7.7/12 kB Progress (1): 12/12 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.8/maven-2.0.8.pom (12 kB at 252 kB/s) 15:14:17 [2019-07-19T19:14:17.021Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/6/maven-parent-6.pom 15:14:17 [2019-07-19T19:14:17.021Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/6/maven-parent-6.pom 15:14:17 [2019-07-19T19:14:17.021Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-parent/6/maven-parent-6.pom 15:14:17 [2019-07-19T19:14:17.021Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-parent/6/maven-parent-6.pom 15:14:17 [2019-07-19T19:14:17.021Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/6/maven-parent-6.pom 15:14:17 [2019-07-19T19:14:17.278Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/6/maven-parent-6.pom 15:14:17 [2019-07-19T19:14:17.278Z] Progress (1): 4.1/20 kB Progress (1): 7.7/20 kB Progress (1): 12/20 kB Progress (1): 16/20 kB Progress (1): 20/20 kB Progress (1): 20 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/6/maven-parent-6.pom (20 kB at 489 kB/s) 15:14:17 [2019-07-19T19:14:17.278Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom 15:14:17 [2019-07-19T19:14:17.278Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom 15:14:17 [2019-07-19T19:14:17.278Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom 15:14:17 [2019-07-19T19:14:17.278Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom 15:14:17 [2019-07-19T19:14:17.536Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom 15:14:17 [2019-07-19T19:14:17.536Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom 15:14:17 [2019-07-19T19:14:17.536Z] Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom (2.8 kB at 59 kB/s) 15:14:17 [2019-07-19T19:14:17.536Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom 15:14:17 [2019-07-19T19:14:17.536Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom 15:14:17 [2019-07-19T19:14:17.536Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom 15:14:17 [2019-07-19T19:14:17.793Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom 15:14:17 [2019-07-19T19:14:17.793Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom 15:14:17 [2019-07-19T19:14:17.793Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom 15:14:17 [2019-07-19T19:14:17.793Z] Progress (1): 4.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom (4.0 kB at 130 kB/s) 15:14:17 [2019-07-19T19:14:17.793Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom 15:14:17 [2019-07-19T19:14:17.793Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom 15:14:17 [2019-07-19T19:14:17.793Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom 15:14:18 [2019-07-19T19:14:18.049Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom 15:14:18 [2019-07-19T19:14:18.049Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom 15:14:18 [2019-07-19T19:14:18.049Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom 15:14:18 [2019-07-19T19:14:18.049Z] Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom (15 kB at 469 kB/s) 15:14:18 [2019-07-19T19:14:18.049Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom 15:14:18 [2019-07-19T19:14:18.049Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom 15:14:18 [2019-07-19T19:14:18.049Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom 15:14:18 [2019-07-19T19:14:18.306Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom 15:14:18 [2019-07-19T19:14:18.306Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom 15:14:18 [2019-07-19T19:14:18.306Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom 15:14:18 [2019-07-19T19:14:18.306Z] Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom (2.8 kB at 80 kB/s) 15:14:18 [2019-07-19T19:14:18.306Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/xbean/xbean/3.4/xbean-3.4.pom 15:14:18 [2019-07-19T19:14:18.306Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/xbean/xbean/3.4/xbean-3.4.pom 15:14:18 [2019-07-19T19:14:18.306Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/xbean/xbean/3.4/xbean-3.4.pom 15:14:18 [2019-07-19T19:14:18.564Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/xbean/xbean/3.4/xbean-3.4.pom 15:14:18 [2019-07-19T19:14:18.564Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/xbean/xbean/3.4/xbean-3.4.pom 15:14:18 [2019-07-19T19:14:18.564Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.4/xbean-3.4.pom 15:14:18 [2019-07-19T19:14:18.564Z] Progress (1): 4.1/19 kB Progress (1): 7.7/19 kB Progress (1): 12/19 kB Progress (1): 16/19 kB Progress (1): 19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.4/xbean-3.4.pom (19 kB at 579 kB/s) 15:14:18 [2019-07-19T19:14:18.564Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/log4j/log4j/1.2.12/log4j-1.2.12.pom 15:14:18 [2019-07-19T19:14:18.564Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/log4j/log4j/1.2.12/log4j-1.2.12.pom 15:14:18 [2019-07-19T19:14:18.822Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/log4j/log4j/1.2.12/log4j-1.2.12.pom 15:14:18 [2019-07-19T19:14:18.822Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/log4j/log4j/1.2.12/log4j-1.2.12.pom 15:14:18 [2019-07-19T19:14:18.822Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/log4j/log4j/1.2.12/log4j-1.2.12.pom 15:14:18 [2019-07-19T19:14:18.822Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.pom 15:14:18 [2019-07-19T19:14:18.822Z] Progress (1): 145 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.pom (145 B at 4.0 kB/s) 15:14:18 [2019-07-19T19:14:18.822Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom 15:14:18 [2019-07-19T19:14:18.822Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom 15:14:19 [2019-07-19T19:14:19.078Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom 15:14:19 [2019-07-19T19:14:19.078Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom 15:14:19 [2019-07-19T19:14:19.078Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom 15:14:19 [2019-07-19T19:14:19.078Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom 15:14:19 [2019-07-19T19:14:19.078Z] Progress (1): 4.1/5.3 kB Progress (1): 5.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom (5.3 kB at 157 kB/s) 15:14:19 [2019-07-19T19:14:19.336Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom 15:14:19 [2019-07-19T19:14:19.336Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom 15:14:19 [2019-07-19T19:14:19.336Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom 15:14:19 [2019-07-19T19:14:19.336Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom 15:14:19 [2019-07-19T19:14:19.336Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom 15:14:19 [2019-07-19T19:14:19.336Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom 15:14:19 [2019-07-19T19:14:19.592Z] Progress (1): 1.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom (1.2 kB at 37 kB/s) 15:14:19 [2019-07-19T19:14:19.592Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom 15:14:19 [2019-07-19T19:14:19.592Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom 15:14:19 [2019-07-19T19:14:19.592Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom 15:14:19 [2019-07-19T19:14:19.592Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom 15:14:19 [2019-07-19T19:14:19.592Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom 15:14:19 [2019-07-19T19:14:19.849Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom 15:14:19 [2019-07-19T19:14:19.849Z] Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom (1.4 kB at 47 kB/s) 15:14:19 [2019-07-19T19:14:19.849Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom 15:14:19 [2019-07-19T19:14:19.849Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom 15:14:19 [2019-07-19T19:14:19.849Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom 15:14:19 [2019-07-19T19:14:19.849Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom 15:14:20 [2019-07-19T19:14:20.106Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom 15:14:20 [2019-07-19T19:14:20.106Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom 15:14:20 [2019-07-19T19:14:20.106Z] Progress (1): 4.1/7.3 kB Progress (1): 7.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom (7.3 kB at 242 kB/s) 15:14:20 [2019-07-19T19:14:20.106Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom 15:14:20 [2019-07-19T19:14:20.106Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom 15:14:20 [2019-07-19T19:14:20.106Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom 15:14:20 [2019-07-19T19:14:20.106Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom 15:14:20 [2019-07-19T19:14:20.363Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom 15:14:20 [2019-07-19T19:14:20.363Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom 15:14:20 [2019-07-19T19:14:20.363Z] Progress (1): 4.1/5.1 kB Progress (1): 5.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom (5.1 kB at 165 kB/s) 15:14:20 [2019-07-19T19:14:20.363Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom 15:14:20 [2019-07-19T19:14:20.363Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom 15:14:20 [2019-07-19T19:14:20.363Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom 15:14:20 [2019-07-19T19:14:20.620Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom 15:14:20 [2019-07-19T19:14:20.620Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom 15:14:20 [2019-07-19T19:14:20.620Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom 15:14:20 [2019-07-19T19:14:20.620Z] Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom (2.0 kB at 60 kB/s) 15:14:20 [2019-07-19T19:14:20.620Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom 15:14:20 [2019-07-19T19:14:20.620Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom 15:14:20 [2019-07-19T19:14:20.877Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom 15:14:20 [2019-07-19T19:14:20.877Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom 15:14:21 [2019-07-19T19:14:21.134Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom 15:14:21 [2019-07-19T19:14:21.134Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom 15:14:21 [2019-07-19T19:14:21.134Z] Progress (1): 4.1/28 kB Progress (1): 7.7/28 kB Progress (1): 12/28 kB Progress (1): 16/28 kB Progress (1): 20/28 kB Progress (1): 24/28 kB Progress (1): 28/28 kB Progress (1): 28 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom (28 kB at 715 kB/s) 15:14:21 [2019-07-19T19:14:21.134Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.pom 15:14:21 [2019-07-19T19:14:21.134Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.pom 15:14:21 [2019-07-19T19:14:21.134Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.pom 15:14:21 [2019-07-19T19:14:21.391Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.pom 15:14:21 [2019-07-19T19:14:21.391Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.pom 15:14:21 [2019-07-19T19:14:21.392Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.pom 15:14:21 [2019-07-19T19:14:21.392Z] Progress (1): 771 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.pom (771 B at 26 kB/s) 15:14:21 [2019-07-19T19:14:21.392Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-components/1.1.4/plexus-components-1.1.4.pom 15:14:21 [2019-07-19T19:14:21.392Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-components/1.1.4/plexus-components-1.1.4.pom 15:14:21 [2019-07-19T19:14:21.392Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-components/1.1.4/plexus-components-1.1.4.pom 15:14:21 [2019-07-19T19:14:21.648Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-components/1.1.4/plexus-components-1.1.4.pom 15:14:21 [2019-07-19T19:14:21.648Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-components/1.1.4/plexus-components-1.1.4.pom 15:14:21 [2019-07-19T19:14:21.648Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.4/plexus-components-1.1.4.pom 15:14:21 [2019-07-19T19:14:21.649Z] Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.4/plexus-components-1.1.4.pom (2.1 kB at 61 kB/s) 15:14:21 [2019-07-19T19:14:21.649Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugin-testing/maven-plugin-testing-harness/1.3/maven-plugin-testing-harness-1.3.pom 15:14:21 [2019-07-19T19:14:21.649Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugin-testing/maven-plugin-testing-harness/1.3/maven-plugin-testing-harness-1.3.pom 15:14:21 [2019-07-19T19:14:21.649Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/plugin-testing/maven-plugin-testing-harness/1.3/maven-plugin-testing-harness-1.3.pom 15:14:21 [2019-07-19T19:14:21.906Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugin-testing/maven-plugin-testing-harness/1.3/maven-plugin-testing-harness-1.3.pom 15:14:21 [2019-07-19T19:14:21.906Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugin-testing/maven-plugin-testing-harness/1.3/maven-plugin-testing-harness-1.3.pom 15:14:21 [2019-07-19T19:14:21.906Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-testing/maven-plugin-testing-harness/1.3/maven-plugin-testing-harness-1.3.pom 15:14:21 [2019-07-19T19:14:21.906Z] Progress (1): 3.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-testing/maven-plugin-testing-harness/1.3/maven-plugin-testing-harness-1.3.pom (3.4 kB at 66 kB/s) 15:14:21 [2019-07-19T19:14:21.906Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugin-testing/maven-plugin-testing/1.3/maven-plugin-testing-1.3.pom 15:14:21 [2019-07-19T19:14:21.906Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugin-testing/maven-plugin-testing/1.3/maven-plugin-testing-1.3.pom 15:14:21 [2019-07-19T19:14:21.906Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/plugin-testing/maven-plugin-testing/1.3/maven-plugin-testing-1.3.pom 15:14:22 [2019-07-19T19:14:22.163Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugin-testing/maven-plugin-testing/1.3/maven-plugin-testing-1.3.pom 15:14:22 [2019-07-19T19:14:22.163Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugin-testing/maven-plugin-testing/1.3/maven-plugin-testing-1.3.pom 15:14:22 [2019-07-19T19:14:22.163Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-testing/maven-plugin-testing/1.3/maven-plugin-testing-1.3.pom 15:14:22 [2019-07-19T19:14:22.163Z] Progress (1): 4.1/9.5 kB Progress (1): 7.7/9.5 kB Progress (1): 9.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-testing/maven-plugin-testing/1.3/maven-plugin-testing-1.3.pom (9.5 kB at 258 kB/s) 15:14:22 [2019-07-19T19:14:22.163Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.pom 15:14:22 [2019-07-19T19:14:22.163Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.pom 15:14:22 [2019-07-19T19:14:22.163Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.pom 15:14:22 [2019-07-19T19:14:22.421Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.pom 15:14:22 [2019-07-19T19:14:22.421Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.pom 15:14:22 [2019-07-19T19:14:22.421Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.pom 15:14:22 [2019-07-19T19:14:22.421Z] Progress (1): 3.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.pom (3.2 kB at 87 kB/s) 15:14:22 [2019-07-19T19:14:22.421Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom 15:14:22 [2019-07-19T19:14:22.421Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom 15:14:22 [2019-07-19T19:14:22.421Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom 15:14:22 [2019-07-19T19:14:22.678Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom 15:14:22 [2019-07-19T19:14:22.678Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom 15:14:22 [2019-07-19T19:14:22.678Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom 15:14:22 [2019-07-19T19:14:22.678Z] Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom (3.0 kB at 97 kB/s) 15:14:22 [2019-07-19T19:14:22.678Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.pom 15:14:22 [2019-07-19T19:14:22.678Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.pom 15:14:22 [2019-07-19T19:14:22.935Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.pom 15:14:22 [2019-07-19T19:14:22.935Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.pom 15:14:22 [2019-07-19T19:14:22.935Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.pom 15:14:22 [2019-07-19T19:14:22.935Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.pom 15:14:22 [2019-07-19T19:14:22.935Z] Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.pom (1.7 kB at 39 kB/s) 15:14:23 [2019-07-19T19:14:23.192Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar 15:14:23 [2019-07-19T19:14:23.192Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar 15:14:23 [2019-07-19T19:14:23.192Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar 15:14:23 [2019-07-19T19:14:23.192Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar 15:14:23 [2019-07-19T19:14:23.192Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar 15:14:23 [2019-07-19T19:14:23.192Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar 15:14:23 [2019-07-19T19:14:23.192Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar 15:14:23 [2019-07-19T19:14:23.192Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar 15:14:23 [2019-07-19T19:14:23.192Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar 15:14:23 [2019-07-19T19:14:23.192Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar 15:14:23 [2019-07-19T19:14:23.192Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar 15:14:23 [2019-07-19T19:14:23.192Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar 15:14:23 [2019-07-19T19:14:23.192Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar 15:14:23 [2019-07-19T19:14:23.192Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar 15:14:23 [2019-07-19T19:14:23.192Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar 15:14:23 [2019-07-19T19:14:23.192Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar 15:14:23 [2019-07-19T19:14:23.192Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-cli/commons-cli/1.2/commons-cli-1.2.jar 15:14:23 [2019-07-19T19:14:23.192Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar 15:14:23 [2019-07-19T19:14:23.192Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar 15:14:23 [2019-07-19T19:14:23.192Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/classworlds/classworlds/1.1/classworlds-1.1.jar 15:14:23 [2019-07-19T19:14:23.192Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar 15:14:23 [2019-07-19T19:14:23.192Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-lang/commons-lang/2.3/commons-lang-2.3.jar 15:14:23 [2019-07-19T19:14:23.192Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/enforcer/enforcer-api/1.4.1/enforcer-api-1.4.1.jar 15:14:23 [2019-07-19T19:14:23.450Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/enforcer/enforcer-rules/1.4.1/enforcer-rules-1.4.1.jar 15:14:23 [2019-07-19T19:14:23.450Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar 15:14:23 [2019-07-19T19:14:23.450Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar 15:14:23 [2019-07-19T19:14:23.450Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar 15:14:23 [2019-07-19T19:14:23.450Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar 15:14:23 [2019-07-19T19:14:23.450Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.jar 15:14:23 [2019-07-19T19:14:23.450Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugin-testing/maven-plugin-testing-harness/1.3/maven-plugin-testing-harness-1.3.jar 15:14:23 [2019-07-19T19:14:23.450Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.jar 15:14:23 [2019-07-19T19:14:23.450Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.jar 15:14:23 [2019-07-19T19:14:23.450Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/junit/junit/4.11/junit-4.11.jar 15:14:23 [2019-07-19T19:14:23.450Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar 15:14:23 [2019-07-19T19:14:23.450Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar 15:14:23 [2019-07-19T19:14:23.450Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar 15:14:23 [2019-07-19T19:14:23.450Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar 15:14:23 [2019-07-19T19:14:23.450Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar 15:14:23 [2019-07-19T19:14:23.450Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar 15:14:23 [2019-07-19T19:14:23.450Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar 15:14:23 [2019-07-19T19:14:23.450Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar 15:14:23 [2019-07-19T19:14:23.450Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar 15:14:23 [2019-07-19T19:14:23.450Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar 15:14:23 [2019-07-19T19:14:23.450Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar 15:14:23 [2019-07-19T19:14:23.450Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar 15:14:23 [2019-07-19T19:14:23.450Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar 15:14:23 [2019-07-19T19:14:23.450Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar 15:14:23 [2019-07-19T19:14:23.450Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar 15:14:23 [2019-07-19T19:14:23.710Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar 15:14:23 [2019-07-19T19:14:23.710Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar 15:14:23 [2019-07-19T19:14:23.710Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-cli/commons-cli/1.2/commons-cli-1.2.jar 15:14:23 [2019-07-19T19:14:23.710Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar 15:14:23 [2019-07-19T19:14:23.710Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar 15:14:23 [2019-07-19T19:14:23.710Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/classworlds/classworlds/1.1/classworlds-1.1.jar 15:14:23 [2019-07-19T19:14:23.710Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar 15:14:23 [2019-07-19T19:14:23.710Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-lang/commons-lang/2.3/commons-lang-2.3.jar 15:14:23 [2019-07-19T19:14:23.710Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/enforcer/enforcer-api/1.4.1/enforcer-api-1.4.1.jar 15:14:23 [2019-07-19T19:14:23.710Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/enforcer/enforcer-rules/1.4.1/enforcer-rules-1.4.1.jar 15:14:23 [2019-07-19T19:14:23.710Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar 15:14:23 [2019-07-19T19:14:23.710Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar 15:14:23 [2019-07-19T19:14:23.710Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar 15:14:23 [2019-07-19T19:14:23.710Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar 15:14:23 [2019-07-19T19:14:23.710Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.jar 15:14:23 [2019-07-19T19:14:23.710Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugin-testing/maven-plugin-testing-harness/1.3/maven-plugin-testing-harness-1.3.jar 15:14:23 [2019-07-19T19:14:23.710Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.jar 15:14:23 [2019-07-19T19:14:23.710Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.jar 15:14:23 [2019-07-19T19:14:23.710Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/junit/junit/4.11/junit-4.11.jar 15:14:23 [2019-07-19T19:14:23.710Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar 15:14:23 [2019-07-19T19:14:23.710Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar 15:14:23 [2019-07-19T19:14:23.710Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar 15:14:23 [2019-07-19T19:14:23.710Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar 15:14:23 [2019-07-19T19:14:23.710Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar 15:14:23 [2019-07-19T19:14:23.710Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar 15:14:23 [2019-07-19T19:14:23.969Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar 15:14:23 [2019-07-19T19:14:23.969Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar 15:14:23 [2019-07-19T19:14:23.969Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar 15:14:23 [2019-07-19T19:14:23.969Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar 15:14:23 [2019-07-19T19:14:23.969Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar 15:14:23 [2019-07-19T19:14:23.969Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar 15:14:23 [2019-07-19T19:14:23.969Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar 15:14:23 [2019-07-19T19:14:23.969Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar 15:14:23 [2019-07-19T19:14:23.969Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar 15:14:24 [2019-07-19T19:14:24.226Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar 15:14:24 [2019-07-19T19:14:24.226Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar 15:14:24 [2019-07-19T19:14:24.226Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/commons-cli/commons-cli/1.2/commons-cli-1.2.jar 15:14:24 [2019-07-19T19:14:24.226Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar 15:14:24 [2019-07-19T19:14:24.226Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar 15:14:24 [2019-07-19T19:14:24.226Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/classworlds/classworlds/1.1/classworlds-1.1.jar 15:14:24 [2019-07-19T19:14:24.494Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar 15:14:24 [2019-07-19T19:14:24.494Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/commons-lang/commons-lang/2.3/commons-lang-2.3.jar 15:14:24 [2019-07-19T19:14:24.494Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/enforcer/enforcer-api/1.4.1/enforcer-api-1.4.1.jar 15:14:24 [2019-07-19T19:14:24.494Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/enforcer/enforcer-rules/1.4.1/enforcer-rules-1.4.1.jar 15:14:24 [2019-07-19T19:14:24.494Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar 15:14:24 [2019-07-19T19:14:24.494Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar 15:14:24 [2019-07-19T19:14:24.494Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar 15:14:24 [2019-07-19T19:14:24.494Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar 15:14:24 [2019-07-19T19:14:24.494Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.jar 15:14:24 [2019-07-19T19:14:24.494Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/plugin-testing/maven-plugin-testing-harness/1.3/maven-plugin-testing-harness-1.3.jar 15:14:24 [2019-07-19T19:14:24.751Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.jar 15:14:24 [2019-07-19T19:14:24.751Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.jar 15:14:24 [2019-07-19T19:14:24.751Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/junit/junit/4.11/junit-4.11.jar 15:14:24 [2019-07-19T19:14:24.751Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar 15:14:24 [2019-07-19T19:14:24.751Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar 15:14:24 [2019-07-19T19:14:24.751Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar 15:14:24 [2019-07-19T19:14:24.751Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar 15:14:24 [2019-07-19T19:14:24.751Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar 15:14:24 [2019-07-19T19:14:24.751Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar 15:14:25 [2019-07-19T19:14:25.009Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar 15:14:25 [2019-07-19T19:14:25.009Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar 15:14:25 [2019-07-19T19:14:25.009Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar 15:14:25 [2019-07-19T19:14:25.009Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar 15:14:25 [2019-07-19T19:14:25.009Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar 15:14:25 [2019-07-19T19:14:25.009Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar 15:14:25 [2019-07-19T19:14:25.009Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar 15:14:25 [2019-07-19T19:14:25.009Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar 15:14:25 [2019-07-19T19:14:25.009Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar 15:14:25 [2019-07-19T19:14:25.009Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar 15:14:25 [2019-07-19T19:14:25.009Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar 15:14:25 [2019-07-19T19:14:25.009Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-cli/commons-cli/1.2/commons-cli-1.2.jar 15:14:25 [2019-07-19T19:14:25.009Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar 15:14:25 [2019-07-19T19:14:25.009Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar 15:14:25 [2019-07-19T19:14:25.009Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/classworlds/classworlds/1.1/classworlds-1.1.jar 15:14:25 [2019-07-19T19:14:25.009Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar 15:14:25 [2019-07-19T19:14:25.009Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-lang/commons-lang/2.3/commons-lang-2.3.jar 15:14:25 [2019-07-19T19:14:25.009Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/enforcer/enforcer-api/1.4.1/enforcer-api-1.4.1.jar 15:14:25 [2019-07-19T19:14:25.009Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/enforcer/enforcer-rules/1.4.1/enforcer-rules-1.4.1.jar 15:14:25 [2019-07-19T19:14:25.009Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar 15:14:25 [2019-07-19T19:14:25.009Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar 15:14:25 [2019-07-19T19:14:25.009Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar 15:14:25 [2019-07-19T19:14:25.009Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar 15:14:25 [2019-07-19T19:14:25.009Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.jar 15:14:25 [2019-07-19T19:14:25.009Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugin-testing/maven-plugin-testing-harness/1.3/maven-plugin-testing-harness-1.3.jar 15:14:25 [2019-07-19T19:14:25.009Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.jar 15:14:25 [2019-07-19T19:14:25.009Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.jar 15:14:25 [2019-07-19T19:14:25.009Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/junit/junit/4.11/junit-4.11.jar 15:14:25 [2019-07-19T19:14:25.009Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar 15:14:25 [2019-07-19T19:14:25.265Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar 15:14:25 [2019-07-19T19:14:25.265Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar 15:14:25 [2019-07-19T19:14:25.265Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar 15:14:25 [2019-07-19T19:14:25.265Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar 15:14:25 [2019-07-19T19:14:25.265Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar 15:14:25 [2019-07-19T19:14:25.265Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar 15:14:25 [2019-07-19T19:14:25.265Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar 15:14:25 [2019-07-19T19:14:25.265Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar 15:14:25 [2019-07-19T19:14:25.265Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar 15:14:25 [2019-07-19T19:14:25.265Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar 15:14:25 [2019-07-19T19:14:25.265Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar 15:14:25 [2019-07-19T19:14:25.265Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar 15:14:25 [2019-07-19T19:14:25.265Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar 15:14:25 [2019-07-19T19:14:25.265Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar 15:14:25 [2019-07-19T19:14:25.265Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar 15:14:25 [2019-07-19T19:14:25.265Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar 15:14:25 [2019-07-19T19:14:25.265Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-cli/commons-cli/1.2/commons-cli-1.2.jar 15:14:25 [2019-07-19T19:14:25.265Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar 15:14:25 [2019-07-19T19:14:25.265Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar 15:14:25 [2019-07-19T19:14:25.265Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/classworlds/classworlds/1.1/classworlds-1.1.jar 15:14:25 [2019-07-19T19:14:25.265Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar 15:14:25 [2019-07-19T19:14:25.265Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-lang/commons-lang/2.3/commons-lang-2.3.jar 15:14:25 [2019-07-19T19:14:25.265Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/enforcer/enforcer-api/1.4.1/enforcer-api-1.4.1.jar 15:14:25 [2019-07-19T19:14:25.523Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/enforcer/enforcer-rules/1.4.1/enforcer-rules-1.4.1.jar 15:14:25 [2019-07-19T19:14:25.523Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar 15:14:25 [2019-07-19T19:14:25.523Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar 15:14:25 [2019-07-19T19:14:25.523Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar 15:14:25 [2019-07-19T19:14:25.523Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar 15:14:25 [2019-07-19T19:14:25.523Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.jar 15:14:25 [2019-07-19T19:14:25.523Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugin-testing/maven-plugin-testing-harness/1.3/maven-plugin-testing-harness-1.3.jar 15:14:25 [2019-07-19T19:14:25.523Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.jar 15:14:25 [2019-07-19T19:14:25.523Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.jar 15:14:25 [2019-07-19T19:14:25.523Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/junit/junit/4.11/junit-4.11.jar 15:14:25 [2019-07-19T19:14:25.523Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar 15:14:25 [2019-07-19T19:14:25.523Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar 15:14:25 [2019-07-19T19:14:25.523Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar 15:14:25 [2019-07-19T19:14:25.523Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar 15:14:25 [2019-07-19T19:14:25.523Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar 15:14:25 [2019-07-19T19:14:25.523Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar 15:14:25 [2019-07-19T19:14:25.782Z] Progress (1): 4.1/51 kB Progress (1): 7.7/51 kB Progress (1): 12/51 kB Progress (1): 16/51 kB Progress (1): 20/51 kB Progress (1): 24/51 kB Progress (1): 28/51 kB Progress (1): 32/51 kB Progress (1): 36/51 kB Progress (1): 40/51 kB Progress (2): 40/51 kB | 4.1/49 kB Progress (3): 40/51 kB | 4.1/49 kB | 4.1/88 kB Progress (3): 40/51 kB | 7.7/49 kB | 4.1/88 kB Progress (3): 44/51 kB | 7.7/49 kB | 4.1/88 kB Progress (3): 44/51 kB | 12/49 kB | 4.1/88 kB Progress (4): 44/51 kB | 12/49 kB | 4.1/88 kB | 4.1/80 kB Progress (4): 44/51 kB | 12/49 kB | 7.7/88 kB | 4.1/80 kB Progress (4): 44/51 kB | 12/49 kB | 7.7/88 kB | 7.7/80 kB Progress (4): 44/51 kB | 16/49 kB | 7.7/88 kB | 7.7/80 kB Progress (4): 48/51 kB | 16/49 kB | 7.7/88 kB | 7.7/80 kB Progress (4): 48/51 kB | 20/49 kB | 7.7/88 kB | 7.7/80 kB Progress (4): 48/51 kB | 20/49 kB | 7.7/88 kB | 12/80 kB Progress (5): 48/51 kB | 20/49 kB | 7.7/88 kB | 12/80 kB | 4.1/12 kB Progress (5): 48/51 kB | 20/49 kB | 12/88 kB | 12/80 kB | 4.1/12 kB Progress (5): 48/51 kB | 20/49 kB | 12/88 kB | 12/80 kB | 7.7/12 kB Progress (5): 48/51 kB | 20/49 kB | 12/88 kB | 16/80 kB | 7.7/12 kB Progress (5): 48/51 kB | 24/49 kB | 12/88 kB | 16/80 kB | 7.7/12 kB Progress (5): 51 kB | 24/49 kB | 12/88 kB | 16/80 kB | 7.7/12 kB Progress (5): 51 kB | 28/49 kB | 12/88 kB | 16/80 kB | 7.7/12 kB Progress (5): 51 kB | 28/49 kB | 12/88 kB | 20/80 kB | 7.7/12 kB Progress (5): 51 kB | 28/49 kB | 12/88 kB | 20/80 kB | 12/12 kB Progress (5): 51 kB | 28/49 kB | 16/88 kB | 20/80 kB | 12/12 kB Progress (5): 51 kB | 28/49 kB | 16/88 kB | 20/80 kB | 12 kB Progress (5): 51 kB | 28/49 kB | 16/88 kB | 24/80 kB | 12 kB Progress (5): 51 kB | 32/49 kB | 16/88 kB | 24/80 kB | 12 kB Progress (5): 51 kB | 32/49 kB | 16/88 kB | 28/80 kB | 12 kB Progress (5): 51 kB | 32/49 kB | 20/88 kB | 28/80 kB | 12 kB Progress (5): 51 kB | 32/49 kB | 20/88 kB | 32/80 kB | 12 kB Progress (5): 51 kB | 36/49 kB | 20/88 kB | 32/80 kB | 12 kB Progress (5): 51 kB | 36/49 kB | 20/88 kB | 36/80 kB | 12 kB Progress (5): 51 kB | 36/49 kB | 24/88 kB | 36/80 kB | 12 kB Progress (5): 51 kB | 36/49 kB | 24/88 kB | 40/80 kB | 12 kB Progress (5): 51 kB | 40/49 kB | 24/88 kB | 40/80 kB | 12 kB Progress (5): 51 kB | 40/49 kB | 24/88 kB | 44/80 kB | 12 kB Progress (5): 51 kB | 40/49 kB | 28/88 kB | 44/80 kB | 12 kB Progress (5): 51 kB | 40/49 kB | 28/88 kB | 48/80 kB | 12 kB Progress (5): 51 kB | 44/49 kB | 28/88 kB | 48/80 kB | 12 kB Progress (5): 51 kB | 44/49 kB | 28/88 kB | 52/80 kB | 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (51 kB at 637 kB/s) 15:14:25 [2019-07-19T19:14:25.782Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar 15:14:25 [2019-07-19T19:14:25.782Z] Progress (4): 44/49 kB | 32/88 kB | 52/80 kB | 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar (12 kB at 147 kB/s) 15:14:25 [2019-07-19T19:14:25.782Z] Progress (3): 44/49 kB | 32/88 kB | 56/80 kB Progress (3): 48/49 kB | 32/88 kB | 56/80 kB Progress (3): 48/49 kB | 32/88 kB | 60/80 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar 15:14:25 [2019-07-19T19:14:25.782Z] Progress (3): 48/49 kB | 36/88 kB | 60/80 kB Progress (3): 48/49 kB | 36/88 kB | 64/80 kB Progress (3): 49 kB | 36/88 kB | 64/80 kB Progress (3): 49 kB | 40/88 kB | 64/80 kB Progress (3): 49 kB | 44/88 kB | 64/80 kB Progress (3): 49 kB | 48/88 kB | 64/80 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar (49 kB at 533 kB/s) 15:14:25 [2019-07-19T19:14:25.782Z] Progress (2): 52/88 kB | 64/80 kB Progress (2): 52/88 kB | 68/80 kB Progress (2): 56/88 kB | 68/80 kB Progress (3): 56/88 kB | 68/80 kB | 4.1/194 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar 15:14:25 [2019-07-19T19:14:25.782Z] Progress (3): 56/88 kB | 68/80 kB | 7.7/194 kB Progress (3): 60/88 kB | 68/80 kB | 7.7/194 kB Progress (3): 60/88 kB | 72/80 kB | 7.7/194 kB Progress (3): 64/88 kB | 72/80 kB | 7.7/194 kB Progress (3): 64/88 kB | 72/80 kB | 12/194 kB Progress (3): 68/88 kB | 72/80 kB | 12/194 kB Progress (3): 68/88 kB | 76/80 kB | 12/194 kB Progress (3): 72/88 kB | 76/80 kB | 12/194 kB Progress (3): 72/88 kB | 76/80 kB | 16/194 kB Progress (3): 76/88 kB | 76/80 kB | 16/194 kB Progress (3): 76/88 kB | 80/80 kB | 16/194 kB Progress (3): 80/88 kB | 80/80 kB | 16/194 kB Progress (3): 80/88 kB | 80/80 kB | 20/194 kB Progress (3): 84/88 kB | 80/80 kB | 20/194 kB Progress (3): 84/88 kB | 80 kB | 20/194 kB Progress (3): 88 kB | 80 kB | 20/194 kB Progress (3): 88 kB | 80 kB | 24/194 kB Progress (3): 88 kB | 80 kB | 28/194 kB Progress (3): 88 kB | 80 kB | 32/194 kB Progress (3): 88 kB | 80 kB | 36/194 kB Progress (3): 88 kB | 80 kB | 40/194 kB Progress (3): 88 kB | 80 kB | 44/194 kB Progress (3): 88 kB | 80 kB | 48/194 kB Progress (3): 88 kB | 80 kB | 52/194 kB Progress (3): 88 kB | 80 kB | 56/194 kB Progress (3): 88 kB | 80 kB | 60/194 kB Progress (3): 88 kB | 80 kB | 64/194 kB Progress (3): 88 kB | 80 kB | 68/194 kB Progress (3): 88 kB | 80 kB | 72/194 kB Progress (3): 88 kB | 80 kB | 76/194 kB Progress (3): 88 kB | 80 kB | 80/194 kB Progress (3): 88 kB | 80 kB | 84/194 kB Progress (3): 88 kB | 80 kB | 88/194 kB Progress (4): 88 kB | 80 kB | 88/194 kB | 4.1/178 kB Progress (4): 88 kB | 80 kB | 92/194 kB | 4.1/178 kB Progress (4): 88 kB | 80 kB | 92/194 kB | 7.7/178 kB Progress (4): 88 kB | 80 kB | 96/194 kB | 7.7/178 kB Progress (4): 88 kB | 80 kB | 96/194 kB | 12/178 kB Progress (4): 88 kB | 80 kB | 100/194 kB | 12/178 kB Progress (4): 88 kB | 80 kB | 100/194 kB | 16/178 kB Progress (4): 88 kB | 80 kB | 104/194 kB | 16/178 kB Progress (4): 88 kB | 80 kB | 104/194 kB | 20/178 kB Progress (4): 88 kB | 80 kB | 108/194 kB | 20/178 kB Progress (4): 88 kB | 80 kB | 108/194 kB | 24/178 kB Progress (4): 88 kB | 80 kB | 112/194 kB | 24/178 kB Progress (4): 88 kB | 80 kB | 112/194 kB | 28/178 kB Progress (4): 88 kB | 80 kB | 116/194 kB | 28/178 kB Progress (4): 88 kB | 80 kB | 116/194 kB | 32/178 kB Progress (4): 88 kB | 80 kB | 120/194 kB | 32/178 kB Progress (4): 88 kB | 80 kB | 120/194 kB | 33/178 kB Progress (4): 88 kB | 80 kB | 124/194 kB | 33/178 kB Progress (4): 88 kB | 80 kB | 124/194 kB | 37/178 kB Progress (4): 88 kB | 80 kB | 128/194 kB | 37/178 kB Progress (4): 88 kB | 80 kB | 128/194 kB | 41/178 kB Progress (4): 88 kB | 80 kB | 132/194 kB | 41/178 kB Progress (4): 88 kB | 80 kB | 132/194 kB | 45/178 kB Progress (4): 88 kB | 80 kB | 136/194 kB | 45/178 kB Progress (4): 88 kB | 80 kB | 136/194 kB | 49/178 kB Progress (4): 88 kB | 80 kB | 140/194 kB | 49/178 kB Progress (4): 88 kB | 80 kB | 140/194 kB | 53/178 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (88 kB at 580 kB/s) 15:14:25 [2019-07-19T19:14:25.782Z] Progress (3): 80 kB | 144/194 kB | 53/178 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar 15:14:25 [2019-07-19T19:14:25.782Z] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (80 kB at 528 kB/s) 15:14:25 [2019-07-19T19:14:25.782Z] Progress (2): 144/194 kB | 57/178 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar 15:14:25 [2019-07-19T19:14:25.782Z] Progress (2): 148/194 kB | 57/178 kB Progress (2): 148/194 kB | 61/178 kB Progress (2): 152/194 kB | 61/178 kB Progress (3): 152/194 kB | 61/178 kB | 4.1/22 kB Progress (3): 152/194 kB | 65/178 kB | 4.1/22 kB Progress (3): 152/194 kB | 65/178 kB | 7.7/22 kB Progress (3): 156/194 kB | 65/178 kB | 7.7/22 kB Progress (3): 156/194 kB | 65/178 kB | 12/22 kB Progress (3): 156/194 kB | 66/178 kB | 12/22 kB Progress (3): 156/194 kB | 66/178 kB | 16/22 kB Progress (3): 160/194 kB | 66/178 kB | 16/22 kB Progress (3): 160/194 kB | 66/178 kB | 20/22 kB Progress (3): 160/194 kB | 70/178 kB | 20/22 kB Progress (3): 160/194 kB | 70/178 kB | 22 kB Progress (3): 164/194 kB | 70/178 kB | 22 kB Progress (3): 164/194 kB | 74/178 kB | 22 kB Progress (3): 168/194 kB | 74/178 kB | 22 kB Progress (3): 168/194 kB | 78/178 kB | 22 kB Progress (3): 172/194 kB | 78/178 kB | 22 kB Progress (3): 172/194 kB | 82/178 kB | 22 kB Progress (3): 176/194 kB | 82/178 kB | 22 kB Progress (3): 176/194 kB | 86/178 kB | 22 kB Progress (3): 180/194 kB | 86/178 kB | 22 kB Progress (3): 180/194 kB | 90/178 kB | 22 kB Progress (3): 184/194 kB | 90/178 kB | 22 kB Progress (3): 184/194 kB | 94/178 kB | 22 kB Progress (3): 188/194 kB | 94/178 kB | 22 kB Progress (3): 188/194 kB | 98/178 kB | 22 kB Progress (3): 192/194 kB | 98/178 kB | 22 kB Progress (3): 192/194 kB | 98/178 kB | 22 kB Progress (3): 194 kB | 98/178 kB | 22 kB Progress (3): 194 kB | 102/178 kB | 22 kB Progress (3): 194 kB | 106/178 kB | 22 kB Progress (3): 194 kB | 110/178 kB | 22 kB Progress (3): 194 kB | 114/178 kB | 22 kB Progress (3): 194 kB | 118/178 kB | 22 kB Progress (3): 194 kB | 122/178 kB | 22 kB Progress (3): 194 kB | 126/178 kB | 22 kB Progress (3): 194 kB | 130/178 kB | 22 kB Progress (3): 194 kB | 131/178 kB | 22 kB Progress (3): 194 kB | 135/178 kB | 22 kB Progress (3): 194 kB | 139/178 kB | 22 kB Progress (3): 194 kB | 143/178 kB | 22 kB Progress (3): 194 kB | 147/178 kB | 22 kB Progress (3): 194 kB | 151/178 kB | 22 kB Progress (3): 194 kB | 155/178 kB | 22 kB Progress (4): 194 kB | 155/178 kB | 22 kB | 4.1/8.8 kB Progress (4): 194 kB | 159/178 kB | 22 kB | 4.1/8.8 kB Progress (4): 194 kB | 159/178 kB | 22 kB | 7.7/8.8 kB Progress (4): 194 kB | 163/178 kB | 22 kB | 7.7/8.8 kB Progress (4): 194 kB | 163/178 kB | 22 kB | 8.8 kB Progress (4): 194 kB | 167/178 kB | 22 kB | 8.8 kB Progress (4): 194 kB | 171/178 kB | 22 kB | 8.8 kB Progress (4): 194 kB | 175/178 kB | 22 kB | 8.8 kB Progress (4): 194 kB | 178 kB | 22 kB | 8.8 kB Progress (5): 194 kB | 178 kB | 22 kB | 8.8 kB | 4.1/22 kB Progress (5): 194 kB | 178 kB | 22 kB | 8.8 kB | 7.7/22 kB Progress (5): 194 kB | 178 kB | 22 kB | 8.8 kB | 12/22 kB Progress (5): 194 kB | 178 kB | 22 kB | 8.8 kB | 16/22 kB Progress (5): 194 kB | 178 kB | 22 kB | 8.8 kB | 20/22 kB Progress (5): 194 kB | 178 kB | 22 kB | 8.8 kB | 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar (22 kB at 132 kB/s) 15:14:25 [2019-07-19T19:14:25.782Z] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (194 kB at 1.1 MB/s) 15:14:25 [2019-07-19T19:14:25.782Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar 15:14:25 [2019-07-19T19:14:25.782Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar 15:14:25 [2019-07-19T19:14:25.782Z] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar (22 kB at 126 kB/s) 15:14:25 [2019-07-19T19:14:25.782Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar 15:14:25 [2019-07-19T19:14:25.782Z] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar (178 kB at 999 kB/s) 15:14:25 [2019-07-19T19:14:25.782Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar 15:14:25 [2019-07-19T19:14:25.782Z] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (8.8 kB at 49 kB/s) 15:14:25 [2019-07-19T19:14:25.782Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar 15:14:25 [2019-07-19T19:14:25.782Z] Progress (1): 4.1/17 kB Progress (1): 7.7/17 kB Progress (1): 12/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Progress (2): 17 kB | 4.1/9.8 kB Progress (2): 17 kB | 7.7/9.8 kB Progress (2): 17 kB | 9.8 kB Progress (3): 17 kB | 9.8 kB | 4.1/26 kB Progress (4): 17 kB | 9.8 kB | 4.1/26 kB | 4.1/13 kB Progress (4): 17 kB | 9.8 kB | 7.7/26 kB | 4.1/13 kB Progress (4): 17 kB | 9.8 kB | 7.7/26 kB | 7.7/13 kB Progress (4): 17 kB | 9.8 kB | 12/26 kB | 7.7/13 kB Progress (4): 17 kB | 9.8 kB | 12/26 kB | 12/13 kB Progress (4): 17 kB | 9.8 kB | 16/26 kB | 12/13 kB Progress (5): 17 kB | 9.8 kB | 16/26 kB | 12/13 kB | 4.1/11 kB Progress (5): 17 kB | 9.8 kB | 20/26 kB | 12/13 kB | 4.1/11 kB Progress (5): 17 kB | 9.8 kB | 20/26 kB | 13 kB | 4.1/11 kB Progress (5): 17 kB | 9.8 kB | 24/26 kB | 13 kB | 4.1/11 kB Progress (5): 17 kB | 9.8 kB | 24/26 kB | 13 kB | 7.7/11 kB Progress (5): 17 kB | 9.8 kB | 26 kB | 13 kB | 7.7/11 kB Progress (5): 17 kB | 9.8 kB | 26 kB | 13 kB | 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar (9.8 kB at 51 kB/s) 15:14:25 [2019-07-19T19:14:25.782Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar 15:14:25 [2019-07-19T19:14:25.782Z] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar (13 kB at 65 kB/s) 15:14:25 [2019-07-19T19:14:25.782Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.jar 15:14:25 [2019-07-19T19:14:25.782Z] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar (11 kB at 57 kB/s) 15:14:25 [2019-07-19T19:14:25.782Z] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (26 kB at 129 kB/s) 15:14:25 [2019-07-19T19:14:25.782Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar 15:14:25 [2019-07-19T19:14:25.782Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar 15:14:25 [2019-07-19T19:14:25.782Z] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar (17 kB at 82 kB/s) 15:14:25 [2019-07-19T19:14:25.782Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar 15:14:25 [2019-07-19T19:14:25.782Z] Progress (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Progress (2): 13 kB | 4.1/13 kB Progress (3): 13 kB | 4.1/13 kB | 4.1/41 kB Progress (4): 13 kB | 4.1/13 kB | 4.1/41 kB | 4.1/10 kB Progress (4): 13 kB | 7.7/13 kB | 4.1/41 kB | 4.1/10 kB Progress (4): 13 kB | 7.7/13 kB | 4.1/41 kB | 7.7/10 kB Progress (4): 13 kB | 7.7/13 kB | 7.7/41 kB | 7.7/10 kB Progress (4): 13 kB | 7.7/13 kB | 7.7/41 kB | 10 kB Progress (4): 13 kB | 12/13 kB | 7.7/41 kB | 10 kB Progress (4): 13 kB | 12/13 kB | 12/41 kB | 10 kB Progress (4): 13 kB | 13 kB | 12/41 kB | 10 kB Progress (4): 13 kB | 13 kB | 16/41 kB | 10 kB Progress (4): 13 kB | 13 kB | 20/41 kB | 10 kB Progress (4): 13 kB | 13 kB | 24/41 kB | 10 kB Progress (4): 13 kB | 13 kB | 28/41 kB | 10 kB Progress (4): 13 kB | 13 kB | 32/41 kB | 10 kB Progress (4): 13 kB | 13 kB | 36/41 kB | 10 kB Progress (4): 13 kB | 13 kB | 40/41 kB | 10 kB Progress (4): 13 kB | 13 kB | 41 kB | 10 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar (13 kB at 54 kB/s) 15:14:25 [2019-07-19T19:14:25.782Z] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (13 kB at 55 kB/s) 15:14:25 [2019-07-19T19:14:25.782Z] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar (10 kB at 43 kB/s) 15:14:25 [2019-07-19T19:14:25.782Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/1.4.1/enforcer-api-1.4.1.jar 15:14:25 [2019-07-19T19:14:25.782Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar 15:14:25 [2019-07-19T19:14:25.782Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.3/commons-lang-2.3.jar 15:14:25 [2019-07-19T19:14:25.782Z] Progress (2): 41 kB | 4.1/38 kB Progress (2): 41 kB | 7.7/38 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.jar (41 kB at 167 kB/s) 15:14:25 [2019-07-19T19:14:25.782Z] Progress (1): 12/38 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/1.4.1/enforcer-rules-1.4.1.jar 15:14:25 [2019-07-19T19:14:25.782Z] Progress (1): 16/38 kB Progress (1): 20/38 kB Progress (1): 24/38 kB Progress (1): 28/38 kB Progress (1): 32/38 kB Progress (1): 36/38 kB Progress (1): 38 kB Progress (2): 38 kB | 4.1/11 kB Progress (2): 38 kB | 7.7/11 kB Progress (2): 38 kB | 11 kB Progress (3): 38 kB | 11 kB | 4.1/245 kB Progress (3): 38 kB | 11 kB | 7.7/245 kB Progress (3): 38 kB | 11 kB | 12/245 kB Progress (4): 38 kB | 11 kB | 12/245 kB | 4.1/99 kB Progress (4): 38 kB | 11 kB | 16/245 kB | 4.1/99 kB Progress (4): 38 kB | 11 kB | 16/245 kB | 7.7/99 kB Progress (4): 38 kB | 11 kB | 20/245 kB | 7.7/99 kB Progress (4): 38 kB | 11 kB | 20/245 kB | 12/99 kB Progress (5): 38 kB | 11 kB | 20/245 kB | 12/99 kB | 4.1/245 kB Progress (5): 38 kB | 11 kB | 20/245 kB | 16/99 kB | 4.1/245 kB Progress (5): 38 kB | 11 kB | 24/245 kB | 16/99 kB | 4.1/245 kB Progress (5): 38 kB | 11 kB | 24/245 kB | 20/99 kB | 4.1/245 kB Progress (5): 38 kB | 11 kB | 24/245 kB | 20/99 kB | 7.7/245 kB Progress (5): 38 kB | 11 kB | 24/245 kB | 24/99 kB | 7.7/245 kB Progress (5): 38 kB | 11 kB | 28/245 kB | 24/99 kB | 7.7/245 kB Progress (5): 38 kB | 11 kB | 28/245 kB | 28/99 kB | 7.7/245 kB Progress (5): 38 kB | 11 kB | 28/245 kB | 28/99 kB | 12/245 kB Progress (5): 38 kB | 11 kB | 28/245 kB | 32/99 kB | 12/245 kB Progress (5): 38 kB | 11 kB | 28/245 kB | 33/99 kB | 12/245 kB Progress (5): 38 kB | 11 kB | 32/245 kB | 33/99 kB | 12/245 kB Progress (5): 38 kB | 11 kB | 32/245 kB | 37/99 kB | 12/245 kB Progress (5): 38 kB | 11 kB | 32/245 kB | 37/99 kB | 16/245 kB Progress (5): 38 kB | 11 kB | 32/245 kB | 41/99 kB | 16/245 kB Progress (5): 38 kB | 11 kB | 32/245 kB | 41/99 kB | 20/245 kB Progress (5): 38 kB | 11 kB | 33/245 kB | 41/99 kB | 20/245 kB Progress (5): 38 kB | 11 kB | 33/245 kB | 41/99 kB | 24/245 kB Progress (5): 38 kB | 11 kB | 33/245 kB | 45/99 kB | 24/245 kB Progress (5): 38 kB | 11 kB | 33/245 kB | 45/99 kB | 28/245 kB Progress (5): 38 kB | 11 kB | 37/245 kB | 45/99 kB | 28/245 kB Progress (5): 38 kB | 11 kB | 37/245 kB | 45/99 kB | 32/245 kB Progress (5): 38 kB | 11 kB | 37/245 kB | 49/99 kB | 32/245 kB Progress (5): 38 kB | 11 kB | 37/245 kB | 49/99 kB | 33/245 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar (38 kB at 143 kB/s) 15:14:25 [2019-07-19T19:14:25.782Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar 15:14:25 [2019-07-19T19:14:25.782Z] Progress (4): 11 kB | 41/245 kB | 49/99 kB | 33/245 kB Progress (4): 11 kB | 41/245 kB | 49/99 kB | 37/245 kB Progress (4): 11 kB | 45/245 kB | 49/99 kB | 37/245 kB Progress (4): 11 kB | 45/245 kB | 53/99 kB | 37/245 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/1.4.1/enforcer-api-1.4.1.jar (11 kB at 42 kB/s) 15:14:25 [2019-07-19T19:14:25.782Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar 15:14:25 [2019-07-19T19:14:25.782Z] Progress (3): 49/245 kB | 53/99 kB | 37/245 kB Progress (3): 49/245 kB | 53/99 kB | 41/245 kB Progress (3): 53/245 kB | 53/99 kB | 41/245 kB Progress (3): 53/245 kB | 53/99 kB | 45/245 kB Progress (3): 53/245 kB | 57/99 kB | 45/245 kB Progress (3): 53/245 kB | 57/99 kB | 49/245 kB Progress (3): 57/245 kB | 57/99 kB | 49/245 kB Progress (3): 57/245 kB | 57/99 kB | 53/245 kB Progress (3): 61/245 kB | 57/99 kB | 53/245 kB Progress (3): 61/245 kB | 61/99 kB | 53/245 kB Progress (3): 65/245 kB | 61/99 kB | 53/245 kB Progress (3): 65/245 kB | 61/99 kB | 57/245 kB Progress (3): 66/245 kB | 61/99 kB | 57/245 kB Progress (3): 66/245 kB | 61/99 kB | 61/245 kB Progress (3): 66/245 kB | 65/99 kB | 61/245 kB Progress (3): 66/245 kB | 65/99 kB | 65/245 kB Progress (3): 70/245 kB | 65/99 kB | 65/245 kB Progress (3): 70/245 kB | 65/99 kB | 66/245 kB Progress (3): 70/245 kB | 66/99 kB | 66/245 kB Progress (3): 70/245 kB | 66/99 kB | 70/245 kB Progress (3): 70/245 kB | 70/99 kB | 70/245 kB Progress (3): 74/245 kB | 70/99 kB | 70/245 kB Progress (3): 74/245 kB | 74/99 kB | 70/245 kB Progress (3): 74/245 kB | 74/99 kB | 74/245 kB Progress (3): 74/245 kB | 78/99 kB | 74/245 kB Progress (3): 74/245 kB | 78/99 kB | 78/245 kB Progress (3): 78/245 kB | 78/99 kB | 78/245 kB Progress (3): 78/245 kB | 78/99 kB | 82/245 kB Progress (3): 78/245 kB | 82/99 kB | 82/245 kB Progress (3): 78/245 kB | 82/99 kB | 86/245 kB Progress (3): 82/245 kB | 82/99 kB | 86/245 kB Progress (3): 82/245 kB | 82/99 kB | 90/245 kB Progress (3): 82/245 kB | 86/99 kB | 90/245 kB Progress (3): 82/245 kB | 86/99 kB | 94/245 kB Progress (3): 86/245 kB | 86/99 kB | 94/245 kB Progress (3): 86/245 kB | 86/99 kB | 98/245 kB Progress (4): 86/245 kB | 86/99 kB | 98/245 kB | 4.1/32 kB Progress (4): 86/245 kB | 90/99 kB | 98/245 kB | 4.1/32 kB Progress (4): 86/245 kB | 90/99 kB | 98/245 kB | 7.7/32 kB Progress (4): 86/245 kB | 90/99 kB | 98/245 kB | 7.7/32 kB Progress (4): 86/245 kB | 90/99 kB | 98/245 kB | 12/32 kB Progress (4): 90/245 kB | 90/99 kB | 98/245 kB | 12/32 kB Progress (4): 90/245 kB | 90/99 kB | 98/245 kB | 16/32 kB Progress (4): 90/245 kB | 90/99 kB | 102/245 kB | 16/32 kB Progress (5): 90/245 kB | 90/99 kB | 102/245 kB | 16/32 kB | 4.1/282 kB Progress (5): 90/245 kB | 94/99 kB | 102/245 kB | 16/32 kB | 4.1/282 kB Progress (5): 90/245 kB | 94/99 kB | 102/245 kB | 16/32 kB | 7.7/282 kB Progress (5): 90/245 kB | 94/99 kB | 106/245 kB | 16/32 kB | 7.7/282 kB Progress (5): 90/245 kB | 94/99 kB | 106/245 kB | 20/32 kB | 7.7/282 kB Progress (5): 94/245 kB | 94/99 kB | 106/245 kB | 20/32 kB | 7.7/282 kB Progress (5): 94/245 kB | 94/99 kB | 106/245 kB | 24/32 kB | 7.7/282 kB Progress (5): 94/245 kB | 94/99 kB | 110/245 kB | 24/32 kB | 7.7/282 kB Progress (5): 94/245 kB | 94/99 kB | 110/245 kB | 24/32 kB | 12/282 kB Progress (5): 94/245 kB | 98/99 kB | 110/245 kB | 24/32 kB | 12/282 kB Progress (5): 94/245 kB | 98/99 kB | 110/245 kB | 24/32 kB | 16/282 kB Progress (5): 94/245 kB | 98/99 kB | 114/245 kB | 24/32 kB | 16/282 kB Progress (5): 94/245 kB | 98/99 kB | 114/245 kB | 28/32 kB | 16/282 kB Progress (5): 98/245 kB | 98/99 kB | 114/245 kB | 28/32 kB | 16/282 kB Progress (5): 98/245 kB | 98/99 kB | 114/245 kB | 32 kB | 16/282 kB Progress (5): 98/245 kB | 98/99 kB | 118/245 kB | 32 kB | 16/282 kB Progress (5): 98/245 kB | 98/99 kB | 118/245 kB | 32 kB | 20/282 kB Progress (5): 98/245 kB | 99 kB | 118/245 kB | 32 kB | 20/282 kB Progress (5): 98/245 kB | 99 kB | 118/245 kB | 32 kB | 24/282 kB Progress (5): 98/245 kB | 99 kB | 122/245 kB | 32 kB | 24/282 kB Progress (5): 98/245 kB | 99 kB | 122/245 kB | 32 kB | 24/282 kB Progress (5): 98/245 kB | 99 kB | 126/245 kB | 32 kB | 24/282 kB Progress (5): 98/245 kB | 99 kB | 126/245 kB | 32 kB | 28/282 kB Progress (5): 98/245 kB | 99 kB | 130/245 kB | 32 kB | 28/282 kB Progress (5): 102/245 kB | 99 kB | 130/245 kB | 32 kB | 28/282 kB Progress (5): 102/245 kB | 99 kB | 134/245 kB | 32 kB | 28/282 kB Progress (5): 102/245 kB | 99 kB | 134/245 kB | 32 kB | 32/282 kB Progress (5): 102/245 kB | 99 kB | 138/245 kB | 32 kB | 32/282 kB Progress (5): 106/245 kB | 99 kB | 138/245 kB | 32 kB | 32/282 kB Progress (5): 106/245 kB | 99 kB | 142/245 kB | 32 kB | 32/282 kB Progress (5): 106/245 kB | 99 kB | 142/245 kB | 32 kB | 33/282 kB Progress (5): 106/245 kB | 99 kB | 146/245 kB | 32 kB | 33/282 kB Progress (5): 110/245 kB | 99 kB | 146/245 kB | 32 kB | 33/282 kB Progress (5): 110/245 kB | 99 kB | 150/245 kB | 32 kB | 33/282 kB Progress (5): 110/245 kB | 99 kB | 154/245 kB | 32 kB | 33/282 kB Progress (5): 110/245 kB | 99 kB | 154/245 kB | 32 kB | 37/282 kB Progress (5): 110/245 kB | 99 kB | 158/245 kB | 32 kB | 37/282 kB Progress (5): 114/245 kB | 99 kB | 158/245 kB | 32 kB | 37/282 kB Progress (5): 114/245 kB | 99 kB | 162/245 kB | 32 kB | 37/282 kB Progress (5): 114/245 kB | 99 kB | 162/245 kB | 32 kB | 41/282 kB Progress (5): 114/245 kB | 99 kB | 164/245 kB | 32 kB | 41/282 kB Progress (5): 118/245 kB | 99 kB | 164/245 kB | 32 kB | 41/282 kB Progress (5): 118/245 kB | 99 kB | 168/245 kB | 32 kB | 41/282 kB Progress (5): 118/245 kB | 99 kB | 172/245 kB | 32 kB | 41/282 kB Progress (5): 118/245 kB | 99 kB | 172/245 kB | 32 kB | 45/282 kB Progress (5): 118/245 kB | 99 kB | 176/245 kB | 32 kB | 45/282 kB Progress (5): 122/245 kB | 99 kB | 176/245 kB | 32 kB | 45/282 kB Progress (5): 122/245 kB | 99 kB | 180/245 kB | 32 kB | 45/282 kB Progress (5): 122/245 kB | 99 kB | 180/245 kB | 32 kB | 49/282 kB Progress (5): 122/245 kB | 99 kB | 184/245 kB | 32 kB | 49/282 kB Progress (5): 126/245 kB | 99 kB | 184/245 kB | 32 kB | 49/282 kB Progress (5): 126/245 kB | 99 kB | 188/245 kB | 32 kB | 49/282 kB Progress (5): 126/245 kB | 99 kB | 188/245 kB | 32 kB | 53/282 kB Progress (5): 126/245 kB | 99 kB | 192/245 kB | 32 kB | 53/282 kB Progress (5): 130/245 kB | 99 kB | 192/245 kB | 32 kB | 53/282 kB Progress (5): 130/245 kB | 99 kB | 196/245 kB | 32 kB | 53/282 kB Progress (5): 130/245 kB | 99 kB | 196/245 kB | 32 kB | 57/282 kB Progress (5): 130/245 kB | 99 kB | 197/245 kB | 32 kB | 57/282 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar (32 kB at 108 kB/s) 15:14:25 [2019-07-19T19:14:25.782Z] Progress (4): 131/245 kB | 99 kB | 197/245 kB | 57/282 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar 15:14:25 [2019-07-19T19:14:25.782Z] Progress (4): 131/245 kB | 99 kB | 201/245 kB | 57/282 kB Progress (4): 131/245 kB | 99 kB | 201/245 kB | 61/282 kB Progress (4): 131/245 kB | 99 kB | 205/245 kB | 61/282 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/1.4.1/enforcer-rules-1.4.1.jar (99 kB at 334 kB/s) 15:14:25 [2019-07-19T19:14:25.782Z] Progress (3): 135/245 kB | 205/245 kB | 61/282 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar 15:14:25 [2019-07-19T19:14:25.782Z] Progress (3): 135/245 kB | 209/245 kB | 61/282 kB Progress (3): 135/245 kB | 209/245 kB | 65/282 kB Progress (3): 135/245 kB | 213/245 kB | 65/282 kB Progress (3): 139/245 kB | 213/245 kB | 65/282 kB Progress (3): 139/245 kB | 217/245 kB | 65/282 kB Progress (3): 139/245 kB | 217/245 kB | 66/282 kB Progress (3): 139/245 kB | 221/245 kB | 66/282 kB Progress (3): 143/245 kB | 221/245 kB | 66/282 kB Progress (3): 143/245 kB | 225/245 kB | 66/282 kB Progress (3): 143/245 kB | 229/245 kB | 66/282 kB Progress (3): 143/245 kB | 229/245 kB | 70/282 kB Progress (3): 143/245 kB | 233/245 kB | 70/282 kB Progress (3): 147/245 kB | 233/245 kB | 70/282 kB Progress (3): 147/245 kB | 237/245 kB | 70/282 kB Progress (3): 147/245 kB | 237/245 kB | 74/282 kB Progress (3): 147/245 kB | 241/245 kB | 74/282 kB Progress (3): 151/245 kB | 241/245 kB | 74/282 kB Progress (3): 151/245 kB | 245/245 kB | 74/282 kB Progress (3): 151/245 kB | 245/245 kB | 78/282 kB Progress (3): 151/245 kB | 245 kB | 78/282 kB Progress (3): 155/245 kB | 245 kB | 78/282 kB Progress (3): 155/245 kB | 245 kB | 82/282 kB Progress (3): 159/245 kB | 245 kB | 82/282 kB Progress (3): 159/245 kB | 245 kB | 86/282 kB Progress (3): 163/245 kB | 245 kB | 86/282 kB Progress (3): 163/245 kB | 245 kB | 90/282 kB Progress (3): 167/245 kB | 245 kB | 90/282 kB Progress (3): 167/245 kB | 245 kB | 94/282 kB Progress (3): 171/245 kB | 245 kB | 94/282 kB Progress (3): 171/245 kB | 245 kB | 98/282 kB Progress (3): 175/245 kB | 245 kB | 98/282 kB Progress (3): 175/245 kB | 245 kB | 98/282 kB Progress (3): 179/245 kB | 245 kB | 98/282 kB Progress (3): 179/245 kB | 245 kB | 102/282 kB Progress (3): 183/245 kB | 245 kB | 102/282 kB Progress (4): 183/245 kB | 245 kB | 102/282 kB | 4.1/64 kB Progress (4): 187/245 kB | 245 kB | 102/282 kB | 4.1/64 kB Progress (4): 187/245 kB | 245 kB | 106/282 kB | 4.1/64 kB Progress (4): 191/245 kB | 245 kB | 106/282 kB | 4.1/64 kB Progress (4): 191/245 kB | 245 kB | 106/282 kB | 7.7/64 kB Progress (4): 195/245 kB | 245 kB | 106/282 kB | 7.7/64 kB Progress (4): 195/245 kB | 245 kB | 110/282 kB | 7.7/64 kB Progress (4): 199/245 kB | 245 kB | 110/282 kB | 7.7/64 kB Progress (4): 199/245 kB | 245 kB | 110/282 kB | 12/64 kB Progress (4): 203/245 kB | 245 kB | 110/282 kB | 12/64 kB Progress (4): 203/245 kB | 245 kB | 114/282 kB | 12/64 kB Progress (4): 207/245 kB | 245 kB | 114/282 kB | 12/64 kB Progress (4): 207/245 kB | 245 kB | 114/282 kB | 16/64 kB Progress (4): 211/245 kB | 245 kB | 114/282 kB | 16/64 kB Progress (4): 211/245 kB | 245 kB | 118/282 kB | 16/64 kB Progress (4): 215/245 kB | 245 kB | 118/282 kB | 16/64 kB Progress (4): 215/245 kB | 245 kB | 118/282 kB | 20/64 kB Progress (4): 219/245 kB | 245 kB | 118/282 kB | 20/64 kB Progress (4): 219/245 kB | 245 kB | 122/282 kB | 20/64 kB Progress (4): 223/245 kB | 245 kB | 122/282 kB | 20/64 kB Progress (4): 223/245 kB | 245 kB | 122/282 kB | 24/64 kB Progress (4): 227/245 kB | 245 kB | 122/282 kB | 24/64 kB Progress (4): 227/245 kB | 245 kB | 126/282 kB | 24/64 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.3/commons-lang-2.3.jar (245 kB at 794 kB/s) 15:14:25 [2019-07-19T19:14:25.782Z] Progress (3): 231/245 kB | 126/282 kB | 24/64 kB Progress (3): 231/245 kB | 126/282 kB | 28/64 kB Progress (3): 235/245 kB | 126/282 kB | 28/64 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.jar 15:14:25 [2019-07-19T19:14:25.782Z] Progress (3): 235/245 kB | 130/282 kB | 28/64 kB Progress (4): 235/245 kB | 130/282 kB | 28/64 kB | 4.1/134 kB Progress (4): 239/245 kB | 130/282 kB | 28/64 kB | 4.1/134 kB Progress (4): 239/245 kB | 130/282 kB | 32/64 kB | 4.1/134 kB Progress (4): 243/245 kB | 130/282 kB | 32/64 kB | 4.1/134 kB Progress (4): 243/245 kB | 130/282 kB | 32/64 kB | 7.7/134 kB Progress (4): 243/245 kB | 134/282 kB | 32/64 kB | 7.7/134 kB Progress (4): 243/245 kB | 134/282 kB | 32/64 kB | 12/134 kB Progress (4): 245 kB | 134/282 kB | 32/64 kB | 12/134 kB Progress (4): 245 kB | 134/282 kB | 36/64 kB | 12/134 kB Progress (4): 245 kB | 134/282 kB | 36/64 kB | 16/134 kB Progress (4): 245 kB | 138/282 kB | 36/64 kB | 16/134 kB Progress (4): 245 kB | 138/282 kB | 36/64 kB | 20/134 kB Progress (4): 245 kB | 138/282 kB | 40/64 kB | 20/134 kB Progress (4): 245 kB | 138/282 kB | 40/64 kB | 24/134 kB Progress (4): 245 kB | 142/282 kB | 40/64 kB | 24/134 kB Progress (4): 245 kB | 142/282 kB | 40/64 kB | 28/134 kB Progress (4): 245 kB | 142/282 kB | 44/64 kB | 28/134 kB Progress (4): 245 kB | 142/282 kB | 44/64 kB | 32/134 kB Progress (4): 245 kB | 146/282 kB | 44/64 kB | 32/134 kB Progress (4): 245 kB | 146/282 kB | 44/64 kB | 33/134 kB Progress (4): 245 kB | 146/282 kB | 48/64 kB | 33/134 kB Progress (4): 245 kB | 146/282 kB | 48/64 kB | 37/134 kB Progress (4): 245 kB | 150/282 kB | 48/64 kB | 37/134 kB Progress (4): 245 kB | 150/282 kB | 48/64 kB | 41/134 kB Progress (4): 245 kB | 150/282 kB | 52/64 kB | 41/134 kB Progress (4): 245 kB | 150/282 kB | 56/64 kB | 41/134 kB Progress (4): 245 kB | 150/282 kB | 60/64 kB | 41/134 kB Progress (4): 245 kB | 150/282 kB | 64 kB | 41/134 kB Progress (4): 245 kB | 150/282 kB | 64 kB | 45/134 kB Progress (4): 245 kB | 154/282 kB | 64 kB | 45/134 kB Progress (4): 245 kB | 154/282 kB | 64 kB | 49/134 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar (245 kB at 733 kB/s) 15:14:25 [2019-07-19T19:14:25.782Z] Progress (4): 154/282 kB | 64 kB | 49/134 kB | 4.1/12 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-testing/maven-plugin-testing-harness/1.3/maven-plugin-testing-harness-1.3.jar 15:14:26 [2019-07-19T19:14:26.040Z] Progress (4): 154/282 kB | 64 kB | 53/134 kB | 4.1/12 kB Progress (4): 158/282 kB | 64 kB | 53/134 kB | 4.1/12 kB Progress (4): 158/282 kB | 64 kB | 57/134 kB | 4.1/12 kB Progress (4): 158/282 kB | 64 kB | 57/134 kB | 7.7/12 kB Progress (4): 158/282 kB | 64 kB | 61/134 kB | 7.7/12 kB Progress (4): 162/282 kB | 64 kB | 61/134 kB | 7.7/12 kB Progress (4): 162/282 kB | 64 kB | 65/134 kB | 7.7/12 kB Progress (4): 162/282 kB | 64 kB | 65/134 kB | 12/12 kB Progress (4): 162/282 kB | 64 kB | 66/134 kB | 12/12 kB Progress (4): 166/282 kB | 64 kB | 66/134 kB | 12/12 kB Progress (4): 166/282 kB | 64 kB | 70/134 kB | 12/12 kB Progress (4): 166/282 kB | 64 kB | 70/134 kB | 12 kB Progress (4): 166/282 kB | 64 kB | 74/134 kB | 12 kB Progress (4): 170/282 kB | 64 kB | 74/134 kB | 12 kB Progress (4): 170/282 kB | 64 kB | 78/134 kB | 12 kB Progress (4): 174/282 kB | 64 kB | 78/134 kB | 12 kB Progress (4): 174/282 kB | 64 kB | 82/134 kB | 12 kB Progress (4): 178/282 kB | 64 kB | 82/134 kB | 12 kB Progress (4): 178/282 kB | 64 kB | 86/134 kB | 12 kB Progress (4): 182/282 kB | 64 kB | 86/134 kB | 12 kB Progress (4): 182/282 kB | 64 kB | 90/134 kB | 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar (64 kB at 186 kB/s) 15:14:26 [2019-07-19T19:14:26.040Z] Progress (3): 186/282 kB | 90/134 kB | 12 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.jar 15:14:26 [2019-07-19T19:14:26.040Z] Progress (3): 186/282 kB | 94/134 kB | 12 kB Progress (3): 190/282 kB | 94/134 kB | 12 kB Progress (3): 190/282 kB | 98/134 kB | 12 kB Progress (3): 194/282 kB | 98/134 kB | 12 kB Progress (3): 194/282 kB | 98/134 kB | 12 kB Progress (3): 198/282 kB | 98/134 kB | 12 kB Progress (3): 198/282 kB | 102/134 kB | 12 kB Progress (3): 202/282 kB | 102/134 kB | 12 kB Progress (3): 202/282 kB | 106/134 kB | 12 kB Progress (3): 206/282 kB | 106/134 kB | 12 kB Progress (3): 206/282 kB | 110/134 kB | 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.jar (12 kB at 35 kB/s) 15:14:26 [2019-07-19T19:14:26.040Z] Progress (2): 206/282 kB | 114/134 kB Progress (2): 210/282 kB | 114/134 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.jar 15:14:26 [2019-07-19T19:14:26.040Z] Progress (2): 214/282 kB | 114/134 kB Progress (2): 214/282 kB | 118/134 kB Progress (2): 218/282 kB | 118/134 kB Progress (2): 218/282 kB | 122/134 kB Progress (2): 222/282 kB | 122/134 kB Progress (3): 222/282 kB | 122/134 kB | 4.1/35 kB Progress (3): 226/282 kB | 122/134 kB | 4.1/35 kB Progress (3): 226/282 kB | 126/134 kB | 4.1/35 kB Progress (3): 230/282 kB | 126/134 kB | 4.1/35 kB Progress (3): 230/282 kB | 126/134 kB | 7.7/35 kB Progress (3): 234/282 kB | 126/134 kB | 7.7/35 kB Progress (3): 234/282 kB | 126/134 kB | 12/35 kB Progress (3): 234/282 kB | 130/134 kB | 12/35 kB Progress (3): 234/282 kB | 130/134 kB | 16/35 kB Progress (3): 238/282 kB | 130/134 kB | 16/35 kB Progress (3): 238/282 kB | 130/134 kB | 20/35 kB Progress (3): 238/282 kB | 134 kB | 20/35 kB Progress (3): 238/282 kB | 134 kB | 24/35 kB Progress (3): 242/282 kB | 134 kB | 24/35 kB Progress (3): 242/282 kB | 134 kB | 28/35 kB Progress (3): 246/282 kB | 134 kB | 28/35 kB Progress (3): 246/282 kB | 134 kB | 32/35 kB Progress (3): 250/282 kB | 134 kB | 32/35 kB Progress (3): 250/282 kB | 134 kB | 35 kB Progress (3): 254/282 kB | 134 kB | 35 kB Progress (3): 258/282 kB | 134 kB | 35 kB Progress (3): 262/282 kB | 134 kB | 35 kB Progress (3): 266/282 kB | 134 kB | 35 kB Progress (3): 270/282 kB | 134 kB | 35 kB Progress (3): 274/282 kB | 134 kB | 35 kB Progress (3): 278/282 kB | 134 kB | 35 kB Progress (4): 278/282 kB | 134 kB | 35 kB | 4.1/185 kB Progress (4): 282 kB | 134 kB | 35 kB | 4.1/185 kB Progress (4): 282 kB | 134 kB | 35 kB | 7.7/185 kB Progress (4): 282 kB | 134 kB | 35 kB | 12/185 kB Progress (4): 282 kB | 134 kB | 35 kB | 16/185 kB Progress (4): 282 kB | 134 kB | 35 kB | 20/185 kB Progress (4): 282 kB | 134 kB | 35 kB | 24/185 kB Progress (4): 282 kB | 134 kB | 35 kB | 28/185 kB Progress (4): 282 kB | 134 kB | 35 kB | 32/185 kB Progress (4): 282 kB | 134 kB | 35 kB | 33/185 kB Progress (4): 282 kB | 134 kB | 35 kB | 37/185 kB Progress (4): 282 kB | 134 kB | 35 kB | 41/185 kB Progress (4): 282 kB | 134 kB | 35 kB | 45/185 kB Progress (4): 282 kB | 134 kB | 35 kB | 49/185 kB Progress (4): 282 kB | 134 kB | 35 kB | 53/185 kB Progress (4): 282 kB | 134 kB | 35 kB | 57/185 kB Progress (4): 282 kB | 134 kB | 35 kB | 61/185 kB Progress (4): 282 kB | 134 kB | 35 kB | 65/185 kB Progress (4): 282 kB | 134 kB | 35 kB | 66/185 kB Progress (4): 282 kB | 134 kB | 35 kB | 70/185 kB Progress (4): 282 kB | 134 kB | 35 kB | 74/185 kB Progress (4): 282 kB | 134 kB | 35 kB | 78/185 kB Progress (4): 282 kB | 134 kB | 35 kB | 82/185 kB Progress (4): 282 kB | 134 kB | 35 kB | 86/185 kB Progress (4): 282 kB | 134 kB | 35 kB | 90/185 kB Progress (4): 282 kB | 134 kB | 35 kB | 94/185 kB Progress (4): 282 kB | 134 kB | 35 kB | 98/185 kB Progress (4): 282 kB | 134 kB | 35 kB | 98/185 kB Progress (4): 282 kB | 134 kB | 35 kB | 102/185 kB Progress (4): 282 kB | 134 kB | 35 kB | 106/185 kB Progress (4): 282 kB | 134 kB | 35 kB | 110/185 kB Progress (4): 282 kB | 134 kB | 35 kB | 114/185 kB Progress (4): 282 kB | 134 kB | 35 kB | 118/185 kB Progress (4): 282 kB | 134 kB | 35 kB | 122/185 kB Progress (4): 282 kB | 134 kB | 35 kB | 126/185 kB Progress (4): 282 kB | 134 kB | 35 kB | 130/185 kB Progress (5): 282 kB | 134 kB | 35 kB | 130/185 kB | 4.1/58 kB Progress (5): 282 kB | 134 kB | 35 kB | 131/185 kB | 4.1/58 kB Progress (5): 282 kB | 134 kB | 35 kB | 131/185 kB | 7.7/58 kB Progress (5): 282 kB | 134 kB | 35 kB | 135/185 kB | 7.7/58 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-testing/maven-plugin-testing-harness/1.3/maven-plugin-testing-harness-1.3.jar (35 kB at 97 kB/s) 15:14:26 [2019-07-19T19:14:26.040Z] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar (134 kB at 367 kB/s) 15:14:26 [2019-07-19T19:14:26.040Z] Progress (3): 282 kB | 139/185 kB | 7.7/58 kB Progress (3): 282 kB | 139/185 kB | 12/58 kB Progress (3): 282 kB | 143/185 kB | 12/58 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar 15:14:26 [2019-07-19T19:14:26.040Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.11/junit-4.11.jar 15:14:26 [2019-07-19T19:14:26.040Z] Progress (3): 282 kB | 147/185 kB | 12/58 kB Progress (3): 282 kB | 147/185 kB | 16/58 kB Progress (3): 282 kB | 151/185 kB | 16/58 kB Progress (3): 282 kB | 155/185 kB | 16/58 kB Progress (3): 282 kB | 155/185 kB | 20/58 kB Progress (3): 282 kB | 159/185 kB | 20/58 kB Progress (3): 282 kB | 159/185 kB | 24/58 kB Progress (3): 282 kB | 163/185 kB | 24/58 kB Progress (3): 282 kB | 163/185 kB | 28/58 kB Progress (3): 282 kB | 167/185 kB | 28/58 kB Progress (3): 282 kB | 167/185 kB | 32/58 kB Progress (3): 282 kB | 171/185 kB | 32/58 kB Progress (3): 282 kB | 171/185 kB | 33/58 kB Progress (3): 282 kB | 175/185 kB | 33/58 kB Progress (3): 282 kB | 175/185 kB | 37/58 kB Progress (3): 282 kB | 179/185 kB | 37/58 kB Progress (3): 282 kB | 179/185 kB | 41/58 kB Progress (3): 282 kB | 183/185 kB | 41/58 kB Progress (3): 282 kB | 183/185 kB | 45/58 kB Progress (3): 282 kB | 185 kB | 45/58 kB Progress (3): 282 kB | 185 kB | 49/58 kB Progress (3): 282 kB | 185 kB | 53/58 kB Progress (3): 282 kB | 185 kB | 57/58 kB Progress (3): 282 kB | 185 kB | 58 kB Progress (4): 282 kB | 185 kB | 58 kB | 4.1/45 kB Progress (4): 282 kB | 185 kB | 58 kB | 7.7/45 kB Progress (5): 282 kB | 185 kB | 58 kB | 7.7/45 kB | 4.1/245 kB Progress (5): 282 kB | 185 kB | 58 kB | 12/45 kB | 4.1/245 kB Progress (5): 282 kB | 185 kB | 58 kB | 12/45 kB | 7.7/245 kB Progress (5): 282 kB | 185 kB | 58 kB | 16/45 kB | 7.7/245 kB Progress (5): 282 kB | 185 kB | 58 kB | 16/45 kB | 12/245 kB Progress (5): 282 kB | 185 kB | 58 kB | 20/45 kB | 12/245 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.jar (185 kB at 492 kB/s) 15:14:26 [2019-07-19T19:14:26.040Z] Progress (4): 282 kB | 58 kB | 20/45 kB | 16/245 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.jar (58 kB at 155 kB/s) 15:14:26 [2019-07-19T19:14:26.040Z] Progress (3): 282 kB | 24/45 kB | 16/245 kB Progress (3): 282 kB | 24/45 kB | 20/245 kB Progress (3): 282 kB | 28/45 kB | 20/245 kB Progress (3): 282 kB | 28/45 kB | 24/245 kB Progress (3): 282 kB | 32/45 kB | 24/245 kB Progress (3): 282 kB | 32/45 kB | 28/245 kB Progress (3): 282 kB | 36/45 kB | 28/245 kB Progress (3): 282 kB | 36/45 kB | 32/245 kB Progress (3): 282 kB | 40/45 kB | 32/245 kB Progress (3): 282 kB | 40/45 kB | 33/245 kB Progress (3): 282 kB | 44/45 kB | 33/245 kB Progress (3): 282 kB | 45 kB | 33/245 kB Progress (3): 282 kB | 45 kB | 37/245 kB Progress (3): 282 kB | 45 kB | 41/245 kB Progress (3): 282 kB | 45 kB | 45/245 kB Progress (3): 282 kB | 45 kB | 49/245 kB Progress (3): 282 kB | 45 kB | 53/245 kB Progress (3): 282 kB | 45 kB | 57/245 kB Progress (3): 282 kB | 45 kB | 61/245 kB Progress (3): 282 kB | 45 kB | 65/245 kB Progress (3): 282 kB | 45 kB | 66/245 kB Progress (3): 282 kB | 45 kB | 70/245 kB Progress (3): 282 kB | 45 kB | 74/245 kB Progress (3): 282 kB | 45 kB | 78/245 kB Progress (3): 282 kB | 45 kB | 82/245 kB Progress (3): 282 kB | 45 kB | 86/245 kB Progress (3): 282 kB | 45 kB | 90/245 kB Progress (3): 282 kB | 45 kB | 94/245 kB Progress (3): 282 kB | 45 kB | 98/245 kB Progress (3): 282 kB | 45 kB | 98/245 kB Progress (3): 282 kB | 45 kB | 102/245 kB Progress (3): 282 kB | 45 kB | 106/245 kB Progress (3): 282 kB | 45 kB | 110/245 kB Progress (3): 282 kB | 45 kB | 114/245 kB Progress (3): 282 kB | 45 kB | 118/245 kB Progress (3): 282 kB | 45 kB | 122/245 kB Progress (3): 282 kB | 45 kB | 126/245 kB Progress (3): 282 kB | 45 kB | 130/245 kB Progress (3): 282 kB | 45 kB | 131/245 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (45 kB at 116 kB/s) 15:14:26 [2019-07-19T19:14:26.040Z] Progress (2): 282 kB | 135/245 kB Progress (2): 282 kB | 139/245 kB Progress (2): 282 kB | 143/245 kB Progress (2): 282 kB | 147/245 kB Progress (2): 282 kB | 151/245 kB Progress (2): 282 kB | 155/245 kB Progress (2): 282 kB | 159/245 kB Progress (2): 282 kB | 163/245 kB Progress (2): 282 kB | 167/245 kB Progress (2): 282 kB | 171/245 kB Progress (2): 282 kB | 175/245 kB Progress (2): 282 kB | 179/245 kB Progress (2): 282 kB | 183/245 kB Progress (2): 282 kB | 187/245 kB Progress (2): 282 kB | 191/245 kB Progress (2): 282 kB | 195/245 kB Progress (2): 282 kB | 199/245 kB Progress (2): 282 kB | 203/245 kB Progress (2): 282 kB | 207/245 kB Progress (2): 282 kB | 211/245 kB Progress (2): 282 kB | 215/245 kB Progress (2): 282 kB | 219/245 kB Progress (2): 282 kB | 223/245 kB Progress (2): 282 kB | 227/245 kB Progress (2): 282 kB | 231/245 kB Progress (2): 282 kB | 235/245 kB Progress (2): 282 kB | 239/245 kB Progress (2): 282 kB | 243/245 kB Progress (2): 282 kB | 245 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar (282 kB at 620 kB/s) 15:14:26 [2019-07-19T19:14:26.040Z] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.11/junit-4.11.jar (245 kB at 539 kB/s) 15:14:26 [2019-07-19T19:14:26.298Z] [INFO] 15:14:26 [2019-07-19T19:14:26.298Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass --- 15:14:26 [2019-07-19T19:14:26.298Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/junit/junit/4.8.2/junit-4.8.2.pom 15:14:26 [2019-07-19T19:14:26.298Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/junit/junit/4.8.2/junit-4.8.2.pom 15:14:26 [2019-07-19T19:14:26.298Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/junit/junit/4.8.2/junit-4.8.2.pom 15:14:26 [2019-07-19T19:14:26.298Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/junit/junit/4.8.2/junit-4.8.2.pom 15:14:26 [2019-07-19T19:14:26.298Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/junit/junit/4.8.2/junit-4.8.2.pom 15:14:26 [2019-07-19T19:14:26.556Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.pom 15:14:26 [2019-07-19T19:14:26.556Z] Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.pom (1.5 kB at 71 kB/s) 15:14:26 [2019-07-19T19:14:26.556Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom 15:14:26 [2019-07-19T19:14:26.556Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom 15:14:26 [2019-07-19T19:14:26.556Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom 15:14:26 [2019-07-19T19:14:26.556Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom 15:14:26 [2019-07-19T19:14:26.556Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom 15:14:26 [2019-07-19T19:14:26.813Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom 15:14:26 [2019-07-19T19:14:26.813Z] Progress (1): 3.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom (3.9 kB at 125 kB/s) 15:14:26 [2019-07-19T19:14:26.813Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom 15:14:26 [2019-07-19T19:14:26.813Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom 15:14:26 [2019-07-19T19:14:26.813Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom 15:14:26 [2019-07-19T19:14:26.813Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom 15:14:26 [2019-07-19T19:14:26.813Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom 15:14:27 [2019-07-19T19:14:27.069Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom 15:14:27 [2019-07-19T19:14:27.069Z] Progress (1): 4.1/8.4 kB Progress (1): 7.7/8.4 kB Progress (1): 8.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom (8.4 kB at 206 kB/s) 15:14:27 [2019-07-19T19:14:27.069Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/9/maven-parent-9.pom 15:14:27 [2019-07-19T19:14:27.069Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/9/maven-parent-9.pom 15:14:27 [2019-07-19T19:14:27.069Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-parent/9/maven-parent-9.pom 15:14:27 [2019-07-19T19:14:27.069Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-parent/9/maven-parent-9.pom 15:14:27 [2019-07-19T19:14:27.327Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/9/maven-parent-9.pom 15:14:27 [2019-07-19T19:14:27.327Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/9/maven-parent-9.pom 15:14:27 [2019-07-19T19:14:27.327Z] Progress (1): 4.1/33 kB Progress (1): 7.7/33 kB Progress (1): 12/33 kB Progress (1): 16/33 kB Progress (1): 20/33 kB Progress (1): 24/33 kB Progress (1): 28/33 kB Progress (1): 32/33 kB Progress (1): 33 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/9/maven-parent-9.pom (33 kB at 1.2 MB/s) 15:14:27 [2019-07-19T19:14:27.327Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom 15:14:27 [2019-07-19T19:14:27.327Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom 15:14:27 [2019-07-19T19:14:27.327Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom 15:14:27 [2019-07-19T19:14:27.584Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom 15:14:27 [2019-07-19T19:14:27.584Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom 15:14:27 [2019-07-19T19:14:27.584Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom 15:14:27 [2019-07-19T19:14:27.584Z] Progress (1): 4.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom (4.1 kB at 131 kB/s) 15:14:27 [2019-07-19T19:14:27.584Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom 15:14:27 [2019-07-19T19:14:27.584Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom 15:14:27 [2019-07-19T19:14:27.584Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom 15:14:27 [2019-07-19T19:14:27.841Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom 15:14:27 [2019-07-19T19:14:27.841Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom 15:14:27 [2019-07-19T19:14:27.841Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom 15:14:27 [2019-07-19T19:14:27.841Z] Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom (2.7 kB at 84 kB/s) 15:14:27 [2019-07-19T19:14:27.841Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/7/maven-parent-7.pom 15:14:27 [2019-07-19T19:14:27.841Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/7/maven-parent-7.pom 15:14:27 [2019-07-19T19:14:27.841Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-parent/7/maven-parent-7.pom 15:14:28 [2019-07-19T19:14:28.098Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-parent/7/maven-parent-7.pom 15:14:28 [2019-07-19T19:14:28.098Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/7/maven-parent-7.pom 15:14:28 [2019-07-19T19:14:28.098Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/7/maven-parent-7.pom 15:14:28 [2019-07-19T19:14:28.098Z] Progress (1): 4.1/21 kB Progress (1): 7.7/21 kB Progress (1): 12/21 kB Progress (1): 16/21 kB Progress (1): 20/21 kB Progress (1): 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/7/maven-parent-7.pom (21 kB at 443 kB/s) 15:14:28 [2019-07-19T19:14:28.098Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom 15:14:28 [2019-07-19T19:14:28.098Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom 15:14:28 [2019-07-19T19:14:28.098Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom 15:14:28 [2019-07-19T19:14:28.358Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom 15:14:28 [2019-07-19T19:14:28.358Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom 15:14:28 [2019-07-19T19:14:28.358Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom 15:14:28 [2019-07-19T19:14:28.358Z] Progress (1): 765 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom (765 B at 27 kB/s) 15:14:28 [2019-07-19T19:14:28.358Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven/2.0.2/maven-2.0.2.pom 15:14:28 [2019-07-19T19:14:28.358Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven/2.0.2/maven-2.0.2.pom 15:14:28 [2019-07-19T19:14:28.358Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven/2.0.2/maven-2.0.2.pom 15:14:28 [2019-07-19T19:14:28.615Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven/2.0.2/maven-2.0.2.pom 15:14:28 [2019-07-19T19:14:28.615Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven/2.0.2/maven-2.0.2.pom 15:14:28 [2019-07-19T19:14:28.615Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.2/maven-2.0.2.pom 15:14:28 [2019-07-19T19:14:28.615Z] Progress (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.2/maven-2.0.2.pom (13 kB at 399 kB/s) 15:14:28 [2019-07-19T19:14:28.615Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom 15:14:28 [2019-07-19T19:14:28.615Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom 15:14:28 [2019-07-19T19:14:28.873Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom 15:14:28 [2019-07-19T19:14:28.873Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom 15:14:28 [2019-07-19T19:14:28.873Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom 15:14:28 [2019-07-19T19:14:28.873Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom 15:14:28 [2019-07-19T19:14:28.873Z] Progress (1): 767 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom (767 B at 26 kB/s) 15:14:28 [2019-07-19T19:14:28.873Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom 15:14:29 [2019-07-19T19:14:29.130Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom 15:14:29 [2019-07-19T19:14:29.130Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom 15:14:29 [2019-07-19T19:14:29.130Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom 15:14:29 [2019-07-19T19:14:29.130Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom 15:14:29 [2019-07-19T19:14:29.130Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom 15:14:29 [2019-07-19T19:14:29.388Z] Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom (1.4 kB at 44 kB/s) 15:14:29 [2019-07-19T19:14:29.388Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom 15:14:29 [2019-07-19T19:14:29.388Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom 15:14:29 [2019-07-19T19:14:29.388Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom 15:14:29 [2019-07-19T19:14:29.388Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom 15:14:29 [2019-07-19T19:14:29.388Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom 15:14:29 [2019-07-19T19:14:29.645Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom 15:14:29 [2019-07-19T19:14:29.645Z] Progress (1): 1.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom (1.3 kB at 23 kB/s) 15:14:29 [2019-07-19T19:14:29.645Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom 15:14:29 [2019-07-19T19:14:29.645Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom 15:14:29 [2019-07-19T19:14:29.645Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom 15:14:29 [2019-07-19T19:14:29.902Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom 15:14:29 [2019-07-19T19:14:29.902Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom 15:14:29 [2019-07-19T19:14:29.902Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom 15:14:29 [2019-07-19T19:14:29.902Z] Progress (1): 588 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom (588 B at 12 kB/s) 15:14:29 [2019-07-19T19:14:29.902Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom 15:14:29 [2019-07-19T19:14:29.902Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom 15:14:29 [2019-07-19T19:14:29.902Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom 15:14:30 [2019-07-19T19:14:30.159Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom 15:14:30 [2019-07-19T19:14:30.159Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom 15:14:30 [2019-07-19T19:14:30.159Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom 15:14:30 [2019-07-19T19:14:30.159Z] Progress (1): 4.1/6.4 kB Progress (1): 6.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom (6.4 kB at 213 kB/s) 15:14:30 [2019-07-19T19:14:30.159Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom 15:14:30 [2019-07-19T19:14:30.159Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom 15:14:30 [2019-07-19T19:14:30.159Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom 15:14:30 [2019-07-19T19:14:30.416Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom 15:14:30 [2019-07-19T19:14:30.416Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom 15:14:30 [2019-07-19T19:14:30.416Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom 15:14:30 [2019-07-19T19:14:30.416Z] Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom (2.3 kB at 71 kB/s) 15:14:30 [2019-07-19T19:14:30.416Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom 15:14:30 [2019-07-19T19:14:30.416Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom 15:14:30 [2019-07-19T19:14:30.416Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom 15:14:30 [2019-07-19T19:14:30.673Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom 15:14:30 [2019-07-19T19:14:30.673Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom 15:14:30 [2019-07-19T19:14:30.673Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom 15:14:30 [2019-07-19T19:14:30.673Z] Progress (1): 4.1/5.3 kB Progress (1): 5.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom (5.3 kB at 151 kB/s) 15:14:30 [2019-07-19T19:14:30.673Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom 15:14:30 [2019-07-19T19:14:30.673Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom 15:14:30 [2019-07-19T19:14:30.673Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom 15:14:30 [2019-07-19T19:14:30.930Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom 15:14:30 [2019-07-19T19:14:30.930Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom 15:14:30 [2019-07-19T19:14:30.930Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom 15:14:30 [2019-07-19T19:14:30.930Z] Progress (1): 4.1/9.8 kB Progress (1): 7.7/9.8 kB Progress (1): 9.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom (9.8 kB at 306 kB/s) 15:14:30 [2019-07-19T19:14:30.930Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom 15:14:30 [2019-07-19T19:14:30.930Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom 15:14:31 [2019-07-19T19:14:31.187Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom 15:14:31 [2019-07-19T19:14:31.187Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom 15:14:31 [2019-07-19T19:14:31.187Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom 15:14:31 [2019-07-19T19:14:31.187Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom 15:14:31 [2019-07-19T19:14:31.444Z] Progress (1): 4.1/4.5 kB Progress (1): 4.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom (4.5 kB at 110 kB/s) 15:14:31 [2019-07-19T19:14:31.444Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom 15:14:31 [2019-07-19T19:14:31.444Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom 15:14:31 [2019-07-19T19:14:31.444Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom 15:14:31 [2019-07-19T19:14:31.444Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom 15:14:31 [2019-07-19T19:14:31.444Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom 15:14:31 [2019-07-19T19:14:31.444Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom 15:14:31 [2019-07-19T19:14:31.701Z] Progress (1): 4.1/9.3 kB Progress (1): 7.7/9.3 kB Progress (1): 9.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (9.3 kB at 267 kB/s) 15:14:31 [2019-07-19T19:14:31.701Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/16/maven-parent-16.pom 15:14:31 [2019-07-19T19:14:31.701Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/16/maven-parent-16.pom 15:14:31 [2019-07-19T19:14:31.701Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-parent/16/maven-parent-16.pom 15:14:31 [2019-07-19T19:14:31.701Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-parent/16/maven-parent-16.pom 15:14:31 [2019-07-19T19:14:31.701Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/16/maven-parent-16.pom 15:14:31 [2019-07-19T19:14:31.959Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom 15:14:31 [2019-07-19T19:14:31.959Z] Progress (1): 4.1/23 kB Progress (1): 7.7/23 kB Progress (1): 12/23 kB Progress (1): 16/23 kB Progress (1): 20/23 kB Progress (1): 23 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 kB at 727 kB/s) 15:14:31 [2019-07-19T19:14:31.959Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/apache/7/apache-7.pom 15:14:31 [2019-07-19T19:14:31.959Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/7/apache-7.pom 15:14:31 [2019-07-19T19:14:31.959Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/apache/7/apache-7.pom 15:14:31 [2019-07-19T19:14:31.959Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/apache/7/apache-7.pom 15:14:32 [2019-07-19T19:14:32.216Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/7/apache-7.pom 15:14:32 [2019-07-19T19:14:32.216Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom 15:14:32 [2019-07-19T19:14:32.216Z] Progress (1): 4.1/14 kB Progress (1): 7.7/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom (14 kB at 498 kB/s) 15:14:32 [2019-07-19T19:14:32.216Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom 15:14:32 [2019-07-19T19:14:32.216Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom 15:14:32 [2019-07-19T19:14:32.216Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom 15:14:32 [2019-07-19T19:14:32.474Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom 15:14:32 [2019-07-19T19:14:32.474Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom 15:14:32 [2019-07-19T19:14:32.474Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom 15:14:32 [2019-07-19T19:14:32.474Z] Progress (1): 2.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom (2.4 kB at 70 kB/s) 15:14:32 [2019-07-19T19:14:32.474Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom 15:14:32 [2019-07-19T19:14:32.474Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom 15:14:32 [2019-07-19T19:14:32.474Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom 15:14:32 [2019-07-19T19:14:32.731Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom 15:14:32 [2019-07-19T19:14:32.731Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom 15:14:32 [2019-07-19T19:14:32.731Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom 15:14:32 [2019-07-19T19:14:32.731Z] Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom (1.4 kB at 37 kB/s) 15:14:32 [2019-07-19T19:14:32.731Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom 15:14:32 [2019-07-19T19:14:32.731Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom 15:14:32 [2019-07-19T19:14:32.731Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom 15:14:32 [2019-07-19T19:14:32.989Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom 15:14:32 [2019-07-19T19:14:32.989Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom 15:14:32 [2019-07-19T19:14:32.989Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom 15:14:32 [2019-07-19T19:14:32.989Z] Progress (1): 4.1/9.6 kB Progress (1): 7.7/9.6 kB Progress (1): 9.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom (9.6 kB at 301 kB/s) 15:14:32 [2019-07-19T19:14:32.989Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/10/maven-parent-10.pom 15:14:32 [2019-07-19T19:14:32.989Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/10/maven-parent-10.pom 15:14:32 [2019-07-19T19:14:32.989Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-parent/10/maven-parent-10.pom 15:14:33 [2019-07-19T19:14:33.246Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-parent/10/maven-parent-10.pom 15:14:33 [2019-07-19T19:14:33.246Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/10/maven-parent-10.pom 15:14:33 [2019-07-19T19:14:33.246Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom 15:14:33 [2019-07-19T19:14:33.246Z] Progress (1): 4.1/32 kB Progress (1): 7.7/32 kB Progress (1): 12/32 kB Progress (1): 16/32 kB Progress (1): 20/32 kB Progress (1): 24/32 kB Progress (1): 28/32 kB Progress (1): 32 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom (32 kB at 930 kB/s) 15:14:33 [2019-07-19T19:14:33.246Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.pom 15:14:33 [2019-07-19T19:14:33.246Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.pom 15:14:33 [2019-07-19T19:14:33.246Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.pom 15:14:33 [2019-07-19T19:14:33.505Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.pom 15:14:33 [2019-07-19T19:14:33.505Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.pom 15:14:33 [2019-07-19T19:14:33.505Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.pom 15:14:33 [2019-07-19T19:14:33.505Z] Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.pom (2.8 kB at 92 kB/s) 15:14:33 [2019-07-19T19:14:33.505Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven/2.0.10/maven-2.0.10.pom 15:14:33 [2019-07-19T19:14:33.505Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven/2.0.10/maven-2.0.10.pom 15:14:33 [2019-07-19T19:14:33.505Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven/2.0.10/maven-2.0.10.pom 15:14:33 [2019-07-19T19:14:33.762Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven/2.0.10/maven-2.0.10.pom 15:14:33 [2019-07-19T19:14:33.762Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven/2.0.10/maven-2.0.10.pom 15:14:33 [2019-07-19T19:14:33.762Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.10/maven-2.0.10.pom 15:14:34 [2019-07-19T19:14:34.019Z] Progress (1): 4.1/24 kB Progress (1): 7.7/24 kB Progress (1): 12/24 kB Progress (1): 16/24 kB Progress (1): 20/24 kB Progress (1): 24/24 kB Progress (1): 24 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.10/maven-2.0.10.pom (24 kB at 714 kB/s) 15:14:34 [2019-07-19T19:14:34.019Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-settings/2.0.10/maven-settings-2.0.10.pom 15:14:34 [2019-07-19T19:14:34.019Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-settings/2.0.10/maven-settings-2.0.10.pom 15:14:34 [2019-07-19T19:14:34.019Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-settings/2.0.10/maven-settings-2.0.10.pom 15:14:34 [2019-07-19T19:14:34.019Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-settings/2.0.10/maven-settings-2.0.10.pom 15:14:34 [2019-07-19T19:14:34.019Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-settings/2.0.10/maven-settings-2.0.10.pom 15:14:34 [2019-07-19T19:14:34.019Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.10/maven-settings-2.0.10.pom 15:14:34 [2019-07-19T19:14:34.276Z] Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.10/maven-settings-2.0.10.pom (2.2 kB at 55 kB/s) 15:14:34 [2019-07-19T19:14:34.276Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-model/2.0.10/maven-model-2.0.10.pom 15:14:34 [2019-07-19T19:14:34.276Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-model/2.0.10/maven-model-2.0.10.pom 15:14:34 [2019-07-19T19:14:34.276Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-model/2.0.10/maven-model-2.0.10.pom 15:14:34 [2019-07-19T19:14:34.276Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-model/2.0.10/maven-model-2.0.10.pom 15:14:34 [2019-07-19T19:14:34.276Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-model/2.0.10/maven-model-2.0.10.pom 15:14:34 [2019-07-19T19:14:34.533Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.10/maven-model-2.0.10.pom 15:14:34 [2019-07-19T19:14:34.533Z] Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.10/maven-model-2.0.10.pom (3.3 kB at 98 kB/s) 15:14:34 [2019-07-19T19:14:34.533Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom 15:14:34 [2019-07-19T19:14:34.533Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom 15:14:34 [2019-07-19T19:14:34.533Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom 15:14:34 [2019-07-19T19:14:34.533Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom 15:14:34 [2019-07-19T19:14:34.790Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom 15:14:34 [2019-07-19T19:14:34.790Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom 15:14:34 [2019-07-19T19:14:34.790Z] Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom (1.4 kB at 48 kB/s) 15:14:34 [2019-07-19T19:14:34.790Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.pom 15:14:34 [2019-07-19T19:14:34.790Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.pom 15:14:34 [2019-07-19T19:14:34.790Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.pom 15:14:35 [2019-07-19T19:14:35.047Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.pom 15:14:35 [2019-07-19T19:14:35.047Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.pom 15:14:35 [2019-07-19T19:14:35.047Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.pom 15:14:35 [2019-07-19T19:14:35.047Z] Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.pom (2.1 kB at 65 kB/s) 15:14:35 [2019-07-19T19:14:35.047Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-artifact-manager/2.0.10/maven-artifact-manager-2.0.10.pom 15:14:35 [2019-07-19T19:14:35.047Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-artifact-manager/2.0.10/maven-artifact-manager-2.0.10.pom 15:14:35 [2019-07-19T19:14:35.304Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-artifact-manager/2.0.10/maven-artifact-manager-2.0.10.pom 15:14:35 [2019-07-19T19:14:35.561Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-artifact-manager/2.0.10/maven-artifact-manager-2.0.10.pom 15:14:35 [2019-07-19T19:14:35.561Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-artifact-manager/2.0.10/maven-artifact-manager-2.0.10.pom 15:14:35 [2019-07-19T19:14:35.561Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.10/maven-artifact-manager-2.0.10.pom 15:14:35 [2019-07-19T19:14:35.561Z] Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.10/maven-artifact-manager-2.0.10.pom (2.7 kB at 39 kB/s) 15:14:35 [2019-07-19T19:14:35.561Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-repository-metadata/2.0.10/maven-repository-metadata-2.0.10.pom 15:14:35 [2019-07-19T19:14:35.561Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-repository-metadata/2.0.10/maven-repository-metadata-2.0.10.pom 15:14:35 [2019-07-19T19:14:35.561Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-repository-metadata/2.0.10/maven-repository-metadata-2.0.10.pom 15:14:35 [2019-07-19T19:14:35.818Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-repository-metadata/2.0.10/maven-repository-metadata-2.0.10.pom 15:14:35 [2019-07-19T19:14:35.818Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-repository-metadata/2.0.10/maven-repository-metadata-2.0.10.pom 15:14:35 [2019-07-19T19:14:35.818Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.10/maven-repository-metadata-2.0.10.pom 15:14:35 [2019-07-19T19:14:35.818Z] Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.10/maven-repository-metadata-2.0.10.pom (2.3 kB at 48 kB/s) 15:14:35 [2019-07-19T19:14:35.818Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-artifact/2.0.10/maven-artifact-2.0.10.pom 15:14:36 [2019-07-19T19:14:36.075Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-artifact/2.0.10/maven-artifact-2.0.10.pom 15:14:36 [2019-07-19T19:14:36.075Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-artifact/2.0.10/maven-artifact-2.0.10.pom 15:14:36 [2019-07-19T19:14:36.075Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-artifact/2.0.10/maven-artifact-2.0.10.pom 15:14:36 [2019-07-19T19:14:36.075Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-artifact/2.0.10/maven-artifact-2.0.10.pom 15:14:36 [2019-07-19T19:14:36.075Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.10/maven-artifact-2.0.10.pom 15:14:36 [2019-07-19T19:14:36.333Z] Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.10/maven-artifact-2.0.10.pom (1.6 kB at 30 kB/s) 15:14:36 [2019-07-19T19:14:36.333Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.pom 15:14:36 [2019-07-19T19:14:36.333Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.pom 15:14:36 [2019-07-19T19:14:36.333Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.pom 15:14:36 [2019-07-19T19:14:36.333Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.pom 15:14:36 [2019-07-19T19:14:36.591Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.pom 15:14:36 [2019-07-19T19:14:36.592Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.pom 15:14:36 [2019-07-19T19:14:36.592Z] Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.pom (2.0 kB at 61 kB/s) 15:14:36 [2019-07-19T19:14:36.592Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-plugin-api/2.0.10/maven-plugin-api-2.0.10.pom 15:14:36 [2019-07-19T19:14:36.592Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-plugin-api/2.0.10/maven-plugin-api-2.0.10.pom 15:14:36 [2019-07-19T19:14:36.592Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-plugin-api/2.0.10/maven-plugin-api-2.0.10.pom 15:14:36 [2019-07-19T19:14:36.592Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-plugin-api/2.0.10/maven-plugin-api-2.0.10.pom 15:14:36 [2019-07-19T19:14:36.848Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-api/2.0.10/maven-plugin-api-2.0.10.pom 15:14:36 [2019-07-19T19:14:36.848Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.10/maven-plugin-api-2.0.10.pom 15:14:36 [2019-07-19T19:14:36.848Z] Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.10/maven-plugin-api-2.0.10.pom (1.5 kB at 50 kB/s) 15:14:36 [2019-07-19T19:14:36.848Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.pom 15:14:36 [2019-07-19T19:14:36.848Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.pom 15:14:36 [2019-07-19T19:14:36.848Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.pom 15:14:37 [2019-07-19T19:14:37.105Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.pom 15:14:37 [2019-07-19T19:14:37.105Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.pom 15:14:37 [2019-07-19T19:14:37.105Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.pom 15:14:37 [2019-07-19T19:14:37.105Z] Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.pom (1.6 kB at 52 kB/s) 15:14:37 [2019-07-19T19:14:37.105Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom 15:14:37 [2019-07-19T19:14:37.105Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom 15:14:37 [2019-07-19T19:14:37.105Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom 15:14:37 [2019-07-19T19:14:37.362Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom 15:14:37 [2019-07-19T19:14:37.362Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom 15:14:37 [2019-07-19T19:14:37.362Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom 15:14:37 [2019-07-19T19:14:37.362Z] Progress (1): 4.1/18 kB Progress (1): 7.7/18 kB Progress (1): 12/18 kB Progress (1): 16/18 kB Progress (1): 18 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom (18 kB at 550 kB/s) 15:14:37 [2019-07-19T19:14:37.362Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.pom 15:14:37 [2019-07-19T19:14:37.362Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.pom 15:14:37 [2019-07-19T19:14:37.362Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.pom 15:14:37 [2019-07-19T19:14:37.619Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.pom 15:14:37 [2019-07-19T19:14:37.619Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.pom 15:14:37 [2019-07-19T19:14:37.619Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.pom 15:14:37 [2019-07-19T19:14:37.619Z] Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.pom (1.6 kB at 49 kB/s) 15:14:37 [2019-07-19T19:14:37.619Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom 15:14:37 [2019-07-19T19:14:37.619Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom 15:14:37 [2019-07-19T19:14:37.619Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom 15:14:37 [2019-07-19T19:14:37.875Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom 15:14:37 [2019-07-19T19:14:37.875Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom 15:14:37 [2019-07-19T19:14:37.875Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom 15:14:37 [2019-07-19T19:14:37.875Z] Progress (1): 3.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom (3.7 kB at 103 kB/s) 15:14:37 [2019-07-19T19:14:37.875Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom 15:14:37 [2019-07-19T19:14:37.875Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom 15:14:37 [2019-07-19T19:14:37.875Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom 15:14:38 [2019-07-19T19:14:38.132Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom 15:14:38 [2019-07-19T19:14:38.132Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom 15:14:38 [2019-07-19T19:14:38.132Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom 15:14:38 [2019-07-19T19:14:38.132Z] Progress (1): 4.1/5.6 kB Progress (1): 5.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom (5.6 kB at 194 kB/s) 15:14:38 [2019-07-19T19:14:38.132Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom 15:14:38 [2019-07-19T19:14:38.132Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom 15:14:38 [2019-07-19T19:14:38.132Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom 15:14:38 [2019-07-19T19:14:38.389Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom 15:14:38 [2019-07-19T19:14:38.389Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom 15:14:38 [2019-07-19T19:14:38.389Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom 15:14:38 [2019-07-19T19:14:38.389Z] Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom (2.2 kB at 69 kB/s) 15:14:38 [2019-07-19T19:14:38.389Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom 15:14:38 [2019-07-19T19:14:38.389Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom 15:14:38 [2019-07-19T19:14:38.389Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom 15:14:38 [2019-07-19T19:14:38.649Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom 15:14:38 [2019-07-19T19:14:38.649Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom 15:14:38 [2019-07-19T19:14:38.649Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom 15:14:38 [2019-07-19T19:14:38.649Z] Progress (1): 738 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom (738 B at 20 kB/s) 15:14:38 [2019-07-19T19:14:38.649Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/apache/1/apache-1.pom 15:14:38 [2019-07-19T19:14:38.649Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/1/apache-1.pom 15:14:38 [2019-07-19T19:14:38.906Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/apache/1/apache-1.pom 15:14:38 [2019-07-19T19:14:38.906Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/apache/1/apache-1.pom 15:14:38 [2019-07-19T19:14:38.906Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/1/apache-1.pom 15:14:39 [2019-07-19T19:14:39.163Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/1/apache-1.pom 15:14:39 [2019-07-19T19:14:39.163Z] Progress (1): 3.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/1/apache-1.pom (3.4 kB at 63 kB/s) 15:14:39 [2019-07-19T19:14:39.163Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-lang/commons-lang/2.4/commons-lang-2.4.pom 15:14:39 [2019-07-19T19:14:39.163Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-lang/commons-lang/2.4/commons-lang-2.4.pom 15:14:39 [2019-07-19T19:14:39.420Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/commons-lang/commons-lang/2.4/commons-lang-2.4.pom 15:14:39 [2019-07-19T19:14:39.420Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-lang/commons-lang/2.4/commons-lang-2.4.pom 15:14:39 [2019-07-19T19:14:39.420Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-lang/commons-lang/2.4/commons-lang-2.4.pom 15:14:39 [2019-07-19T19:14:39.677Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.pom 15:14:39 [2019-07-19T19:14:39.677Z] Progress (1): 4.1/14 kB Progress (1): 7.7/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.pom (14 kB at 466 kB/s) 15:14:39 [2019-07-19T19:14:39.677Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/9/commons-parent-9.pom 15:14:39 [2019-07-19T19:14:39.677Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/9/commons-parent-9.pom 15:14:39 [2019-07-19T19:14:39.677Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/commons/commons-parent/9/commons-parent-9.pom 15:14:39 [2019-07-19T19:14:39.677Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-parent/9/commons-parent-9.pom 15:14:39 [2019-07-19T19:14:39.677Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-parent/9/commons-parent-9.pom 15:14:39 [2019-07-19T19:14:39.934Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom 15:14:39 [2019-07-19T19:14:39.934Z] Progress (1): 4.1/22 kB Progress (1): 7.7/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 kB at 645 kB/s) 15:14:39 [2019-07-19T19:14:39.934Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom 15:14:39 [2019-07-19T19:14:39.934Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom 15:14:39 [2019-07-19T19:14:39.934Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom 15:14:39 [2019-07-19T19:14:39.934Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom 15:14:40 [2019-07-19T19:14:40.191Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom 15:14:40 [2019-07-19T19:14:40.191Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom 15:14:40 [2019-07-19T19:14:40.191Z] Progress (1): 4.1/7.8 kB Progress (1): 7.7/7.8 kB Progress (1): 7.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom (7.8 kB at 210 kB/s) 15:14:40 [2019-07-19T19:14:40.191Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom 15:14:40 [2019-07-19T19:14:40.191Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom 15:14:40 [2019-07-19T19:14:40.191Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom 15:14:40 [2019-07-19T19:14:40.448Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom 15:14:40 [2019-07-19T19:14:40.448Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom 15:14:40 [2019-07-19T19:14:40.448Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom 15:14:40 [2019-07-19T19:14:40.448Z] Progress (1): 4.1/5.3 kB Progress (1): 5.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom (5.3 kB at 175 kB/s) 15:14:40 [2019-07-19T19:14:40.448Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-codec/commons-codec/1.2/commons-codec-1.2.pom 15:14:40 [2019-07-19T19:14:40.448Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-codec/commons-codec/1.2/commons-codec-1.2.pom 15:14:40 [2019-07-19T19:14:40.448Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/commons-codec/commons-codec/1.2/commons-codec-1.2.pom 15:14:40 [2019-07-19T19:14:40.705Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-codec/commons-codec/1.2/commons-codec-1.2.pom 15:14:40 [2019-07-19T19:14:40.705Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-codec/commons-codec/1.2/commons-codec-1.2.pom 15:14:40 [2019-07-19T19:14:40.705Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.pom 15:14:40 [2019-07-19T19:14:40.705Z] Progress (1): 3.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.pom (3.8 kB at 120 kB/s) 15:14:40 [2019-07-19T19:14:40.705Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom 15:14:40 [2019-07-19T19:14:40.705Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom 15:14:40 [2019-07-19T19:14:40.705Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom 15:14:40 [2019-07-19T19:14:40.962Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom 15:14:40 [2019-07-19T19:14:40.962Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom 15:14:40 [2019-07-19T19:14:40.962Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom 15:14:40 [2019-07-19T19:14:40.962Z] Progress (1): 4.1/6.1 kB Progress (1): 6.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom (6.1 kB at 191 kB/s) 15:14:40 [2019-07-19T19:14:40.962Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom 15:14:40 [2019-07-19T19:14:40.962Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom 15:14:40 [2019-07-19T19:14:40.962Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom 15:14:41 [2019-07-19T19:14:41.219Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom 15:14:41 [2019-07-19T19:14:41.219Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom 15:14:41 [2019-07-19T19:14:41.219Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom 15:14:41 [2019-07-19T19:14:41.219Z] Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom (15 kB at 478 kB/s) 15:14:41 [2019-07-19T19:14:41.219Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.pom 15:14:41 [2019-07-19T19:14:41.219Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.pom 15:14:41 [2019-07-19T19:14:41.219Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.pom 15:14:41 [2019-07-19T19:14:41.476Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.pom 15:14:41 [2019-07-19T19:14:41.476Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.pom 15:14:41 [2019-07-19T19:14:41.476Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.pom 15:14:41 [2019-07-19T19:14:41.476Z] Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.pom (3.0 kB at 88 kB/s) 15:14:41 [2019-07-19T19:14:41.476Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom 15:14:41 [2019-07-19T19:14:41.476Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom 15:14:41 [2019-07-19T19:14:41.476Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom 15:14:41 [2019-07-19T19:14:41.733Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom 15:14:41 [2019-07-19T19:14:41.733Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom 15:14:41 [2019-07-19T19:14:41.733Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom 15:14:41 [2019-07-19T19:14:41.733Z] Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom (1.6 kB at 53 kB/s) 15:14:41 [2019-07-19T19:14:41.733Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-modules/1.1.2/doxia-modules-1.1.2.pom 15:14:41 [2019-07-19T19:14:41.733Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-modules/1.1.2/doxia-modules-1.1.2.pom 15:14:41 [2019-07-19T19:14:41.990Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/doxia/doxia-modules/1.1.2/doxia-modules-1.1.2.pom 15:14:41 [2019-07-19T19:14:41.990Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-modules/1.1.2/doxia-modules-1.1.2.pom 15:14:41 [2019-07-19T19:14:41.990Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia-modules/1.1.2/doxia-modules-1.1.2.pom 15:14:41 [2019-07-19T19:14:41.990Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.1.2/doxia-modules-1.1.2.pom 15:14:42 [2019-07-19T19:14:42.246Z] Progress (1): 2.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.1.2/doxia-modules-1.1.2.pom (2.4 kB at 90 kB/s) 15:14:42 [2019-07-19T19:14:42.246Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom 15:14:42 [2019-07-19T19:14:42.246Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom 15:14:42 [2019-07-19T19:14:42.246Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom 15:14:42 [2019-07-19T19:14:42.246Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom 15:14:42 [2019-07-19T19:14:42.246Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom 15:14:42 [2019-07-19T19:14:42.246Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom 15:14:42 [2019-07-19T19:14:42.504Z] Progress (1): 4.1/5.5 kB Progress (1): 5.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom (5.5 kB at 167 kB/s) 15:14:42 [2019-07-19T19:14:42.504Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom 15:14:42 [2019-07-19T19:14:42.504Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom 15:14:42 [2019-07-19T19:14:42.504Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom 15:14:42 [2019-07-19T19:14:42.504Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom 15:14:42 [2019-07-19T19:14:42.504Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom 15:14:42 [2019-07-19T19:14:42.761Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom 15:14:42 [2019-07-19T19:14:42.761Z] Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom (1.1 kB at 34 kB/s) 15:14:42 [2019-07-19T19:14:42.761Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom 15:14:42 [2019-07-19T19:14:42.761Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom 15:14:42 [2019-07-19T19:14:42.761Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom 15:14:42 [2019-07-19T19:14:42.761Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom 15:14:43 [2019-07-19T19:14:43.018Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom 15:14:43 [2019-07-19T19:14:43.980Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom 15:14:43 [2019-07-19T19:14:43.980Z] Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom (3.0 kB at 75 kB/s) 15:14:43 [2019-07-19T19:14:43.980Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom 15:14:43 [2019-07-19T19:14:43.980Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom 15:14:43 [2019-07-19T19:14:43.980Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom 15:14:44 [2019-07-19T19:14:44.238Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom 15:14:44 [2019-07-19T19:14:44.238Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom 15:14:44 [2019-07-19T19:14:44.238Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom 15:14:44 [2019-07-19T19:14:44.238Z] Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom (2.0 kB at 59 kB/s) 15:14:44 [2019-07-19T19:14:44.238Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom 15:14:44 [2019-07-19T19:14:44.238Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom 15:14:44 [2019-07-19T19:14:44.238Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom 15:14:44 [2019-07-19T19:14:44.496Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom 15:14:44 [2019-07-19T19:14:44.496Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom 15:14:44 [2019-07-19T19:14:44.496Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom 15:14:44 [2019-07-19T19:14:44.496Z] Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom (3.0 kB at 71 kB/s) 15:14:44 [2019-07-19T19:14:44.496Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom 15:14:44 [2019-07-19T19:14:44.496Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom 15:14:44 [2019-07-19T19:14:44.496Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom 15:14:44 [2019-07-19T19:14:44.754Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom 15:14:44 [2019-07-19T19:14:44.754Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom 15:14:44 [2019-07-19T19:14:44.754Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom 15:14:44 [2019-07-19T19:14:44.755Z] Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom (1.9 kB at 42 kB/s) 15:14:44 [2019-07-19T19:14:44.755Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom 15:14:45 [2019-07-19T19:14:45.012Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom 15:14:45 [2019-07-19T19:14:45.012Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom 15:14:45 [2019-07-19T19:14:45.012Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom 15:14:45 [2019-07-19T19:14:45.012Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom 15:14:45 [2019-07-19T19:14:45.012Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom 15:14:45 [2019-07-19T19:14:45.012Z] Progress (1): 1.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom (1.0 kB at 34 kB/s) 15:14:45 [2019-07-19T19:14:45.268Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom 15:14:45 [2019-07-19T19:14:45.268Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom 15:14:45 [2019-07-19T19:14:45.268Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom 15:14:45 [2019-07-19T19:14:45.269Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom 15:14:45 [2019-07-19T19:14:45.269Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom 15:14:45 [2019-07-19T19:14:45.269Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom 15:14:45 [2019-07-19T19:14:45.525Z] Progress (1): 4.1/7.2 kB Progress (1): 7.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom (7.2 kB at 134 kB/s) 15:14:45 [2019-07-19T19:14:45.525Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom 15:14:45 [2019-07-19T19:14:45.525Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom 15:14:45 [2019-07-19T19:14:45.525Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom 15:14:45 [2019-07-19T19:14:45.525Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom 15:14:45 [2019-07-19T19:14:45.782Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom 15:14:45 [2019-07-19T19:14:45.782Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom 15:14:45 [2019-07-19T19:14:45.782Z] Progress (1): 2.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom (2.4 kB at 50 kB/s) 15:14:45 [2019-07-19T19:14:45.782Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom 15:14:45 [2019-07-19T19:14:45.782Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom 15:14:45 [2019-07-19T19:14:45.782Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom 15:14:46 [2019-07-19T19:14:46.040Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom 15:14:46 [2019-07-19T19:14:46.040Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom 15:14:46 [2019-07-19T19:14:46.040Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom 15:14:46 [2019-07-19T19:14:46.040Z] Progress (1): 4.1/7.7 kB Progress (1): 7.7/7.7 kB Progress (1): 7.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom (7.7 kB at 240 kB/s) 15:14:46 [2019-07-19T19:14:46.040Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/velocity/velocity/1.5/velocity-1.5.pom 15:14:46 [2019-07-19T19:14:46.040Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/velocity/velocity/1.5/velocity-1.5.pom 15:14:46 [2019-07-19T19:14:46.040Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/velocity/velocity/1.5/velocity-1.5.pom 15:14:46 [2019-07-19T19:14:46.298Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/velocity/velocity/1.5/velocity-1.5.pom 15:14:46 [2019-07-19T19:14:46.298Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/velocity/velocity/1.5/velocity-1.5.pom 15:14:46 [2019-07-19T19:14:46.298Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.pom 15:14:46 [2019-07-19T19:14:46.298Z] Progress (1): 4.1/7.8 kB Progress (1): 7.7/7.8 kB Progress (1): 7.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.pom (7.8 kB at 243 kB/s) 15:14:46 [2019-07-19T19:14:46.298Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-collections/commons-collections/3.1/commons-collections-3.1.pom 15:14:46 [2019-07-19T19:14:46.298Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-collections/commons-collections/3.1/commons-collections-3.1.pom 15:14:46 [2019-07-19T19:14:46.298Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/commons-collections/commons-collections/3.1/commons-collections-3.1.pom 15:14:46 [2019-07-19T19:14:46.555Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-collections/commons-collections/3.1/commons-collections-3.1.pom 15:14:46 [2019-07-19T19:14:46.555Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-collections/commons-collections/3.1/commons-collections-3.1.pom 15:14:46 [2019-07-19T19:14:46.555Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.1/commons-collections-3.1.pom 15:14:46 [2019-07-19T19:14:46.555Z] Progress (1): 4.1/6.1 kB Progress (1): 6.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.1/commons-collections-3.1.pom (6.1 kB at 190 kB/s) 15:14:46 [2019-07-19T19:14:46.555Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-lang/commons-lang/2.1/commons-lang-2.1.pom 15:14:46 [2019-07-19T19:14:46.555Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-lang/commons-lang/2.1/commons-lang-2.1.pom 15:14:46 [2019-07-19T19:14:46.555Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/commons-lang/commons-lang/2.1/commons-lang-2.1.pom 15:14:46 [2019-07-19T19:14:46.812Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-lang/commons-lang/2.1/commons-lang-2.1.pom 15:14:46 [2019-07-19T19:14:46.812Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-lang/commons-lang/2.1/commons-lang-2.1.pom 15:14:46 [2019-07-19T19:14:46.812Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.pom 15:14:46 [2019-07-19T19:14:46.812Z] Progress (1): 4.1/9.9 kB Progress (1): 7.7/9.9 kB Progress (1): 9.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.pom (9.9 kB at 320 kB/s) 15:14:46 [2019-07-19T19:14:46.812Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/oro/oro/2.0.8/oro-2.0.8.pom 15:14:46 [2019-07-19T19:14:46.812Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/oro/oro/2.0.8/oro-2.0.8.pom 15:14:46 [2019-07-19T19:14:46.812Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/oro/oro/2.0.8/oro-2.0.8.pom 15:14:47 [2019-07-19T19:14:47.069Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/oro/oro/2.0.8/oro-2.0.8.pom 15:14:47 [2019-07-19T19:14:47.069Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/oro/oro/2.0.8/oro-2.0.8.pom 15:14:47 [2019-07-19T19:14:47.069Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom 15:14:47 [2019-07-19T19:14:47.069Z] Progress (1): 140 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom (140 B at 4.1 kB/s) 15:14:47 [2019-07-19T19:14:47.069Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-collections/commons-collections/3.2/commons-collections-3.2.pom 15:14:47 [2019-07-19T19:14:47.069Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-collections/commons-collections/3.2/commons-collections-3.2.pom 15:14:47 [2019-07-19T19:14:47.326Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/commons-collections/commons-collections/3.2/commons-collections-3.2.pom 15:14:47 [2019-07-19T19:14:47.326Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-collections/commons-collections/3.2/commons-collections-3.2.pom 15:14:47 [2019-07-19T19:14:47.326Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-collections/commons-collections/3.2/commons-collections-3.2.pom 15:14:47 [2019-07-19T19:14:47.326Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom 15:14:47 [2019-07-19T19:14:47.326Z] Progress (1): 4.1/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom (11 kB at 276 kB/s) 15:14:47 [2019-07-19T19:14:47.583Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom 15:14:47 [2019-07-19T19:14:47.583Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom 15:14:47 [2019-07-19T19:14:47.583Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom 15:14:47 [2019-07-19T19:14:47.583Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom 15:14:47 [2019-07-19T19:14:47.583Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom 15:14:47 [2019-07-19T19:14:47.583Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom 15:14:47 [2019-07-19T19:14:47.839Z] Progress (1): 4.1/9.1 kB Progress (1): 7.7/9.1 kB Progress (1): 9.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom (9.1 kB at 260 kB/s) 15:14:47 [2019-07-19T19:14:47.839Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom 15:14:47 [2019-07-19T19:14:47.839Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom 15:14:47 [2019-07-19T19:14:47.839Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom 15:14:47 [2019-07-19T19:14:47.839Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom 15:14:47 [2019-07-19T19:14:47.839Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom 15:14:48 [2019-07-19T19:14:48.096Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom 15:14:48 [2019-07-19T19:14:48.096Z] Progress (1): 357 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom (357 B at 14 kB/s) 15:14:48 [2019-07-19T19:14:48.096Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom 15:14:48 [2019-07-19T19:14:48.096Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom 15:14:48 [2019-07-19T19:14:48.096Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom 15:14:48 [2019-07-19T19:14:48.096Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom 15:14:48 [2019-07-19T19:14:48.096Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom 15:14:48 [2019-07-19T19:14:48.353Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom 15:14:48 [2019-07-19T19:14:48.353Z] Progress (1): 866 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom (866 B at 29 kB/s) 15:14:48 [2019-07-19T19:14:48.353Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-digester/commons-digester/1.6/commons-digester-1.6.pom 15:14:48 [2019-07-19T19:14:48.353Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-digester/commons-digester/1.6/commons-digester-1.6.pom 15:14:48 [2019-07-19T19:14:48.353Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/commons-digester/commons-digester/1.6/commons-digester-1.6.pom 15:14:48 [2019-07-19T19:14:48.612Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-digester/commons-digester/1.6/commons-digester-1.6.pom 15:14:48 [2019-07-19T19:14:48.612Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-digester/commons-digester/1.6/commons-digester-1.6.pom 15:14:48 [2019-07-19T19:14:48.612Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.pom 15:14:48 [2019-07-19T19:14:48.612Z] Progress (1): 974 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.pom (974 B at 28 kB/s) 15:14:48 [2019-07-19T19:14:48.612Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom 15:14:48 [2019-07-19T19:14:48.612Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom 15:14:48 [2019-07-19T19:14:48.612Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom 15:14:48 [2019-07-19T19:14:48.870Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom 15:14:48 [2019-07-19T19:14:48.870Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom 15:14:48 [2019-07-19T19:14:48.870Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom 15:14:48 [2019-07-19T19:14:48.870Z] Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom (2.3 kB at 61 kB/s) 15:14:48 [2019-07-19T19:14:48.870Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-logging/commons-logging/1.0/commons-logging-1.0.pom 15:14:48 [2019-07-19T19:14:48.870Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-logging/commons-logging/1.0/commons-logging-1.0.pom 15:14:48 [2019-07-19T19:14:48.870Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/commons-logging/commons-logging/1.0/commons-logging-1.0.pom 15:14:49 [2019-07-19T19:14:49.434Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-logging/commons-logging/1.0/commons-logging-1.0.pom 15:14:49 [2019-07-19T19:14:49.434Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-logging/commons-logging/1.0/commons-logging-1.0.pom 15:14:49 [2019-07-19T19:14:49.434Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0/commons-logging-1.0.pom 15:14:49 [2019-07-19T19:14:49.434Z] Progress (1): 163 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0/commons-logging-1.0.pom (163 B at 4.8 kB/s) 15:14:49 [2019-07-19T19:14:49.434Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-collections/commons-collections/2.0/commons-collections-2.0.pom 15:14:49 [2019-07-19T19:14:49.434Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-collections/commons-collections/2.0/commons-collections-2.0.pom 15:14:49 [2019-07-19T19:14:49.434Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/commons-collections/commons-collections/2.0/commons-collections-2.0.pom 15:14:49 [2019-07-19T19:14:49.690Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-collections/commons-collections/2.0/commons-collections-2.0.pom 15:14:49 [2019-07-19T19:14:49.690Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-collections/commons-collections/2.0/commons-collections-2.0.pom 15:14:49 [2019-07-19T19:14:49.690Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.0/commons-collections-2.0.pom 15:14:49 [2019-07-19T19:14:49.690Z] Progress (1): 171 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.0/commons-collections-2.0.pom (171 B at 5.5 kB/s) 15:14:49 [2019-07-19T19:14:49.690Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-collections/commons-collections/2.1/commons-collections-2.1.pom 15:14:49 [2019-07-19T19:14:49.690Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-collections/commons-collections/2.1/commons-collections-2.1.pom 15:14:49 [2019-07-19T19:14:49.690Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/commons-collections/commons-collections/2.1/commons-collections-2.1.pom 15:14:49 [2019-07-19T19:14:49.947Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-collections/commons-collections/2.1/commons-collections-2.1.pom 15:14:49 [2019-07-19T19:14:49.947Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-collections/commons-collections/2.1/commons-collections-2.1.pom 15:14:49 [2019-07-19T19:14:49.947Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.1/commons-collections-2.1.pom 15:14:49 [2019-07-19T19:14:49.947Z] Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.1/commons-collections-2.1.pom (3.3 kB at 115 kB/s) 15:14:49 [2019-07-19T19:14:49.947Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom 15:14:49 [2019-07-19T19:14:49.947Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom 15:14:49 [2019-07-19T19:14:49.947Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom 15:14:50 [2019-07-19T19:14:50.204Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom 15:14:50 [2019-07-19T19:14:50.204Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom 15:14:50 [2019-07-19T19:14:50.204Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom 15:14:50 [2019-07-19T19:14:50.204Z] Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom (2.2 kB at 73 kB/s) 15:14:50 [2019-07-19T19:14:50.204Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom 15:14:50 [2019-07-19T19:14:50.204Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom 15:14:50 [2019-07-19T19:14:50.461Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom 15:14:50 [2019-07-19T19:14:50.461Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom 15:14:50 [2019-07-19T19:14:50.461Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom 15:14:50 [2019-07-19T19:14:50.461Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom 15:14:50 [2019-07-19T19:14:50.718Z] Progress (1): 346 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom (346 B at 11 kB/s) 15:14:50 [2019-07-19T19:14:50.718Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom 15:14:50 [2019-07-19T19:14:50.718Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom 15:14:50 [2019-07-19T19:14:50.718Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom 15:14:50 [2019-07-19T19:14:50.718Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom 15:14:50 [2019-07-19T19:14:50.718Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom 15:14:50 [2019-07-19T19:14:50.976Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom 15:14:50 [2019-07-19T19:14:50.976Z] Progress (1): 4.1/8.1 kB Progress (1): 7.7/8.1 kB Progress (1): 8.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8.1 kB at 252 kB/s) 15:14:50 [2019-07-19T19:14:50.976Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9.pom 15:14:50 [2019-07-19T19:14:50.976Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9.pom 15:14:50 [2019-07-19T19:14:50.976Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9.pom 15:14:51 [2019-07-19T19:14:51.234Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9.pom 15:14:51 [2019-07-19T19:14:51.234Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9.pom 15:14:51 [2019-07-19T19:14:51.234Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9.pom 15:14:51 [2019-07-19T19:14:51.234Z] Progress (1): 3.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9.pom (3.5 kB at 114 kB/s) 15:14:51 [2019-07-19T19:14:51.234Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/jacoco/org.jacoco.core/0.7.9/org.jacoco.core-0.7.9.pom 15:14:51 [2019-07-19T19:14:51.234Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/jacoco/org.jacoco.core/0.7.9/org.jacoco.core-0.7.9.pom 15:14:51 [2019-07-19T19:14:51.234Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/jacoco/org.jacoco.core/0.7.9/org.jacoco.core-0.7.9.pom 15:14:51 [2019-07-19T19:14:51.491Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/jacoco/org.jacoco.core/0.7.9/org.jacoco.core-0.7.9.pom 15:14:51 [2019-07-19T19:14:51.491Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/jacoco/org.jacoco.core/0.7.9/org.jacoco.core-0.7.9.pom 15:14:51 [2019-07-19T19:14:51.491Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.7.9/org.jacoco.core-0.7.9.pom 15:14:51 [2019-07-19T19:14:51.491Z] Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.7.9/org.jacoco.core-0.7.9.pom (1.9 kB at 61 kB/s) 15:14:51 [2019-07-19T19:14:51.491Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm-debug-all/5.2/asm-debug-all-5.2.pom 15:14:51 [2019-07-19T19:14:51.491Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm-debug-all/5.2/asm-debug-all-5.2.pom 15:14:51 [2019-07-19T19:14:51.491Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/ow2/asm/asm-debug-all/5.2/asm-debug-all-5.2.pom 15:14:51 [2019-07-19T19:14:51.748Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/ow2/asm/asm-debug-all/5.2/asm-debug-all-5.2.pom 15:14:51 [2019-07-19T19:14:51.748Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/ow2/asm/asm-debug-all/5.2/asm-debug-all-5.2.pom 15:14:51 [2019-07-19T19:14:51.748Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/5.2/asm-debug-all-5.2.pom 15:14:52 [2019-07-19T19:14:52.005Z] Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/5.2/asm-debug-all-5.2.pom (2.0 kB at 7.9 kB/s) 15:14:52 [2019-07-19T19:14:52.005Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm-parent/5.2/asm-parent-5.2.pom 15:14:52 [2019-07-19T19:14:52.005Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm-parent/5.2/asm-parent-5.2.pom 15:14:52 [2019-07-19T19:14:52.005Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/ow2/asm/asm-parent/5.2/asm-parent-5.2.pom 15:14:52 [2019-07-19T19:14:52.262Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/ow2/asm/asm-parent/5.2/asm-parent-5.2.pom 15:14:52 [2019-07-19T19:14:52.262Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/ow2/asm/asm-parent/5.2/asm-parent-5.2.pom 15:14:52 [2019-07-19T19:14:52.262Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-parent/5.2/asm-parent-5.2.pom 15:14:52 [2019-07-19T19:14:52.262Z] Progress (1): 4.1/5.5 kB Progress (1): 5.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-parent/5.2/asm-parent-5.2.pom (5.5 kB at 172 kB/s) 15:14:52 [2019-07-19T19:14:52.262Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/jacoco/org.jacoco.report/0.7.9/org.jacoco.report-0.7.9.pom 15:14:52 [2019-07-19T19:14:52.262Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/jacoco/org.jacoco.report/0.7.9/org.jacoco.report-0.7.9.pom 15:14:52 [2019-07-19T19:14:52.262Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/jacoco/org.jacoco.report/0.7.9/org.jacoco.report-0.7.9.pom 15:14:52 [2019-07-19T19:14:52.519Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/jacoco/org.jacoco.report/0.7.9/org.jacoco.report-0.7.9.pom 15:14:52 [2019-07-19T19:14:52.519Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/jacoco/org.jacoco.report/0.7.9/org.jacoco.report-0.7.9.pom 15:14:52 [2019-07-19T19:14:52.519Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.7.9/org.jacoco.report-0.7.9.pom 15:14:52 [2019-07-19T19:14:52.776Z] Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.7.9/org.jacoco.report-0.7.9.pom (2.0 kB at 70 kB/s) 15:14:53 [2019-07-19T19:14:53.032Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/junit/junit/4.8.2/junit-4.8.2.jar 15:14:53 [2019-07-19T19:14:53.032Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar 15:14:53 [2019-07-19T19:14:53.032Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar 15:14:53 [2019-07-19T19:14:53.032Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar 15:14:53 [2019-07-19T19:14:53.032Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar 15:14:53 [2019-07-19T19:14:53.032Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar 15:14:53 [2019-07-19T19:14:53.032Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar 15:14:53 [2019-07-19T19:14:53.032Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-lang/commons-lang/2.4/commons-lang-2.4.jar 15:14:53 [2019-07-19T19:14:53.032Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar 15:14:53 [2019-07-19T19:14:53.032Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-codec/commons-codec/1.2/commons-codec-1.2.jar 15:14:53 [2019-07-19T19:14:53.032Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.jar 15:14:53 [2019-07-19T19:14:53.289Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.jar 15:14:53 [2019-07-19T19:14:53.289Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.jar 15:14:53 [2019-07-19T19:14:53.289Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.jar 15:14:53 [2019-07-19T19:14:53.289Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar 15:14:53 [2019-07-19T19:14:53.289Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar 15:14:53 [2019-07-19T19:14:53.289Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/velocity/velocity/1.5/velocity-1.5.jar 15:14:53 [2019-07-19T19:14:53.289Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-collections/commons-collections/3.2/commons-collections-3.2.jar 15:14:53 [2019-07-19T19:14:53.289Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar 15:14:53 [2019-07-19T19:14:53.289Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar 15:14:53 [2019-07-19T19:14:53.289Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-digester/commons-digester/1.6/commons-digester-1.6.jar 15:14:53 [2019-07-19T19:14:53.289Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar 15:14:53 [2019-07-19T19:14:53.289Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/oro/oro/2.0.8/oro-2.0.8.jar 15:14:53 [2019-07-19T19:14:53.289Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar 15:14:53 [2019-07-19T19:14:53.289Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar 15:14:53 [2019-07-19T19:14:53.289Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/jacoco/org.jacoco.core/0.7.9/org.jacoco.core-0.7.9.jar 15:14:53 [2019-07-19T19:14:53.289Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm-debug-all/5.2/asm-debug-all-5.2.jar 15:14:53 [2019-07-19T19:14:53.289Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/jacoco/org.jacoco.report/0.7.9/org.jacoco.report-0.7.9.jar 15:14:53 [2019-07-19T19:14:53.289Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/junit/junit/4.8.2/junit-4.8.2.jar 15:14:53 [2019-07-19T19:14:53.289Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar 15:14:53 [2019-07-19T19:14:53.289Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar 15:14:53 [2019-07-19T19:14:53.289Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar 15:14:53 [2019-07-19T19:14:53.289Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar 15:14:53 [2019-07-19T19:14:53.289Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar 15:14:53 [2019-07-19T19:14:53.289Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar 15:14:53 [2019-07-19T19:14:53.289Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-lang/commons-lang/2.4/commons-lang-2.4.jar 15:14:53 [2019-07-19T19:14:53.289Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar 15:14:53 [2019-07-19T19:14:53.289Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-codec/commons-codec/1.2/commons-codec-1.2.jar 15:14:53 [2019-07-19T19:14:53.289Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.jar 15:14:53 [2019-07-19T19:14:53.546Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.jar 15:14:53 [2019-07-19T19:14:53.546Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.jar 15:14:53 [2019-07-19T19:14:53.546Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.jar 15:14:53 [2019-07-19T19:14:53.546Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar 15:14:53 [2019-07-19T19:14:53.546Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar 15:14:53 [2019-07-19T19:14:53.546Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/velocity/velocity/1.5/velocity-1.5.jar 15:14:53 [2019-07-19T19:14:53.546Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-collections/commons-collections/3.2/commons-collections-3.2.jar 15:14:53 [2019-07-19T19:14:53.546Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar 15:14:53 [2019-07-19T19:14:53.546Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar 15:14:53 [2019-07-19T19:14:53.546Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-digester/commons-digester/1.6/commons-digester-1.6.jar 15:14:53 [2019-07-19T19:14:53.546Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar 15:14:53 [2019-07-19T19:14:53.546Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/oro/oro/2.0.8/oro-2.0.8.jar 15:14:53 [2019-07-19T19:14:53.546Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar 15:14:53 [2019-07-19T19:14:53.546Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar 15:14:53 [2019-07-19T19:14:53.546Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/jacoco/org.jacoco.core/0.7.9/org.jacoco.core-0.7.9.jar 15:14:53 [2019-07-19T19:14:53.546Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm-debug-all/5.2/asm-debug-all-5.2.jar 15:14:53 [2019-07-19T19:14:53.546Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/jacoco/org.jacoco.report/0.7.9/org.jacoco.report-0.7.9.jar 15:14:53 [2019-07-19T19:14:53.805Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/junit/junit/4.8.2/junit-4.8.2.jar 15:14:53 [2019-07-19T19:14:53.805Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar 15:14:53 [2019-07-19T19:14:53.805Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar 15:14:53 [2019-07-19T19:14:53.805Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar 15:14:53 [2019-07-19T19:14:53.805Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar 15:14:53 [2019-07-19T19:14:53.805Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar 15:14:53 [2019-07-19T19:14:53.805Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar 15:14:53 [2019-07-19T19:14:53.805Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/commons-lang/commons-lang/2.4/commons-lang-2.4.jar 15:14:54 [2019-07-19T19:14:54.093Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar 15:14:54 [2019-07-19T19:14:54.093Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/commons-codec/commons-codec/1.2/commons-codec-1.2.jar 15:14:54 [2019-07-19T19:14:54.093Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.jar 15:14:54 [2019-07-19T19:14:54.093Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.jar 15:14:54 [2019-07-19T19:14:54.093Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.jar 15:14:54 [2019-07-19T19:14:54.093Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.jar 15:14:54 [2019-07-19T19:14:54.093Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar 15:14:54 [2019-07-19T19:14:54.093Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar 15:14:54 [2019-07-19T19:14:54.093Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/velocity/velocity/1.5/velocity-1.5.jar 15:14:54 [2019-07-19T19:14:54.093Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/commons-collections/commons-collections/3.2/commons-collections-3.2.jar 15:14:54 [2019-07-19T19:14:54.433Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar 15:14:54 [2019-07-19T19:14:54.433Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar 15:14:54 [2019-07-19T19:14:54.433Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/commons-digester/commons-digester/1.6/commons-digester-1.6.jar 15:14:54 [2019-07-19T19:14:54.433Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar 15:14:54 [2019-07-19T19:14:54.433Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/oro/oro/2.0.8/oro-2.0.8.jar 15:14:54 [2019-07-19T19:14:54.433Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar 15:14:54 [2019-07-19T19:14:54.433Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar 15:14:54 [2019-07-19T19:14:54.433Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/jacoco/org.jacoco.core/0.7.9/org.jacoco.core-0.7.9.jar 15:14:54 [2019-07-19T19:14:54.433Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/ow2/asm/asm-debug-all/5.2/asm-debug-all-5.2.jar 15:14:54 [2019-07-19T19:14:54.433Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/jacoco/org.jacoco.report/0.7.9/org.jacoco.report-0.7.9.jar 15:14:54 [2019-07-19T19:14:54.691Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/junit/junit/4.8.2/junit-4.8.2.jar 15:14:54 [2019-07-19T19:14:54.691Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar 15:14:54 [2019-07-19T19:14:54.691Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar 15:14:54 [2019-07-19T19:14:54.691Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar 15:14:54 [2019-07-19T19:14:54.691Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar 15:14:54 [2019-07-19T19:14:54.691Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar 15:14:54 [2019-07-19T19:14:54.691Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar 15:14:54 [2019-07-19T19:14:54.691Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-lang/commons-lang/2.4/commons-lang-2.4.jar 15:14:54 [2019-07-19T19:14:54.691Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar 15:14:54 [2019-07-19T19:14:54.691Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-codec/commons-codec/1.2/commons-codec-1.2.jar 15:14:54 [2019-07-19T19:14:54.691Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.jar 15:14:54 [2019-07-19T19:14:54.691Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.jar 15:14:54 [2019-07-19T19:14:54.691Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.jar 15:14:54 [2019-07-19T19:14:54.691Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.jar 15:14:54 [2019-07-19T19:14:54.691Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar 15:14:54 [2019-07-19T19:14:54.691Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar 15:14:54 [2019-07-19T19:14:54.691Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/velocity/velocity/1.5/velocity-1.5.jar 15:14:54 [2019-07-19T19:14:54.691Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-collections/commons-collections/3.2/commons-collections-3.2.jar 15:14:54 [2019-07-19T19:14:54.691Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar 15:14:54 [2019-07-19T19:14:54.948Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar 15:14:54 [2019-07-19T19:14:54.948Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar 15:14:54 [2019-07-19T19:14:54.948Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-digester/commons-digester/1.6/commons-digester-1.6.jar 15:14:54 [2019-07-19T19:14:54.948Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/oro/oro/2.0.8/oro-2.0.8.jar 15:14:54 [2019-07-19T19:14:54.948Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar 15:14:54 [2019-07-19T19:14:54.948Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar 15:14:54 [2019-07-19T19:14:54.948Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/jacoco/org.jacoco.core/0.7.9/org.jacoco.core-0.7.9.jar 15:14:54 [2019-07-19T19:14:54.948Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/ow2/asm/asm-debug-all/5.2/asm-debug-all-5.2.jar 15:14:54 [2019-07-19T19:14:54.948Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/jacoco/org.jacoco.report/0.7.9/org.jacoco.report-0.7.9.jar 15:14:54 [2019-07-19T19:14:54.948Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/junit/junit/4.8.2/junit-4.8.2.jar 15:14:54 [2019-07-19T19:14:54.948Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar 15:14:54 [2019-07-19T19:14:54.948Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar 15:14:54 [2019-07-19T19:14:54.948Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar 15:14:54 [2019-07-19T19:14:54.948Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar 15:14:54 [2019-07-19T19:14:54.948Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar 15:14:54 [2019-07-19T19:14:54.948Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar 15:14:54 [2019-07-19T19:14:54.948Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-lang/commons-lang/2.4/commons-lang-2.4.jar 15:14:54 [2019-07-19T19:14:54.948Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar 15:14:54 [2019-07-19T19:14:54.948Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-codec/commons-codec/1.2/commons-codec-1.2.jar 15:14:54 [2019-07-19T19:14:54.948Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.jar 15:14:54 [2019-07-19T19:14:54.948Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.jar 15:14:54 [2019-07-19T19:14:54.948Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.jar 15:14:54 [2019-07-19T19:14:54.948Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.jar 15:14:54 [2019-07-19T19:14:54.948Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar 15:14:54 [2019-07-19T19:14:54.948Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar 15:14:54 [2019-07-19T19:14:54.948Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/velocity/velocity/1.5/velocity-1.5.jar 15:14:54 [2019-07-19T19:14:54.948Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-collections/commons-collections/3.2/commons-collections-3.2.jar 15:14:54 [2019-07-19T19:14:54.948Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar 15:14:54 [2019-07-19T19:14:54.948Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar 15:14:54 [2019-07-19T19:14:54.948Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-digester/commons-digester/1.6/commons-digester-1.6.jar 15:14:55 [2019-07-19T19:14:55.206Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar 15:14:55 [2019-07-19T19:14:55.206Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/oro/oro/2.0.8/oro-2.0.8.jar 15:14:55 [2019-07-19T19:14:55.206Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar 15:14:55 [2019-07-19T19:14:55.206Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar 15:14:55 [2019-07-19T19:14:55.206Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/jacoco/org.jacoco.core/0.7.9/org.jacoco.core-0.7.9.jar 15:14:55 [2019-07-19T19:14:55.206Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/ow2/asm/asm-debug-all/5.2/asm-debug-all-5.2.jar 15:14:55 [2019-07-19T19:14:55.206Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/jacoco/org.jacoco.report/0.7.9/org.jacoco.report-0.7.9.jar 15:14:55 [2019-07-19T19:14:55.206Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.jar 15:14:55 [2019-07-19T19:14:55.206Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar 15:14:55 [2019-07-19T19:14:55.206Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar 15:14:55 [2019-07-19T19:14:55.206Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar 15:14:55 [2019-07-19T19:14:55.206Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar 15:14:55 [2019-07-19T19:14:55.206Z] Progress (1): 4.1/237 kB Progress (1): 7.7/237 kB Progress (1): 12/237 kB Progress (1): 16/237 kB Progress (1): 20/237 kB Progress (1): 24/237 kB Progress (1): 28/237 kB Progress (1): 32/237 kB Progress (1): 36/237 kB Progress (1): 40/237 kB Progress (1): 44/237 kB Progress (1): 48/237 kB Progress (1): 52/237 kB Progress (1): 56/237 kB Progress (2): 56/237 kB | 4.1/39 kB Progress (2): 60/237 kB | 4.1/39 kB Progress (2): 60/237 kB | 7.7/39 kB Progress (2): 64/237 kB | 7.7/39 kB Progress (2): 68/237 kB | 7.7/39 kB Progress (3): 68/237 kB | 7.7/39 kB | 4.1/17 kB Progress (3): 72/237 kB | 7.7/39 kB | 4.1/17 kB Progress (3): 72/237 kB | 7.7/39 kB | 7.7/17 kB Progress (3): 76/237 kB | 7.7/39 kB | 7.7/17 kB Progress (3): 76/237 kB | 12/39 kB | 7.7/17 kB Progress (3): 80/237 kB | 12/39 kB | 7.7/17 kB Progress (3): 80/237 kB | 16/39 kB | 7.7/17 kB Progress (3): 80/237 kB | 16/39 kB | 12/17 kB Progress (3): 80/237 kB | 20/39 kB | 12/17 kB Progress (3): 80/237 kB | 20/39 kB | 16/17 kB Progress (3): 84/237 kB | 20/39 kB | 16/17 kB Progress (3): 84/237 kB | 20/39 kB | 17 kB Progress (3): 84/237 kB | 24/39 kB | 17 kB Progress (3): 88/237 kB | 24/39 kB | 17 kB Progress (3): 88/237 kB | 28/39 kB | 17 kB Progress (3): 92/237 kB | 28/39 kB | 17 kB Progress (3): 92/237 kB | 32/39 kB | 17 kB Progress (3): 96/237 kB | 32/39 kB | 17 kB Progress (3): 96/237 kB | 36/39 kB | 17 kB Progress (3): 100/237 kB | 36/39 kB | 17 kB Progress (3): 100/237 kB | 39 kB | 17 kB Progress (3): 104/237 kB | 39 kB | 17 kB Progress (3): 108/237 kB | 39 kB | 17 kB Progress (3): 112/237 kB | 39 kB | 17 kB Progress (3): 116/237 kB | 39 kB | 17 kB Progress (3): 120/237 kB | 39 kB | 17 kB Progress (3): 124/237 kB | 39 kB | 17 kB Progress (3): 128/237 kB | 39 kB | 17 kB Progress (3): 132/237 kB | 39 kB | 17 kB Progress (3): 136/237 kB | 39 kB | 17 kB Progress (3): 140/237 kB | 39 kB | 17 kB Progress (3): 144/237 kB | 39 kB | 17 kB Progress (3): 148/237 kB | 39 kB | 17 kB Progress (3): 152/237 kB | 39 kB | 17 kB Progress (3): 156/237 kB | 39 kB | 17 kB Progress (3): 160/237 kB | 39 kB | 17 kB Progress (3): 164/237 kB | 39 kB | 17 kB Progress (3): 168/237 kB | 39 kB | 17 kB Progress (3): 172/237 kB | 39 kB | 17 kB Progress (3): 176/237 kB | 39 kB | 17 kB Progress (3): 180/237 kB | 39 kB | 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar (17 kB at 436 kB/s) 15:14:55 [2019-07-19T19:14:55.206Z] Progress (2): 184/237 kB | 39 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar 15:14:55 [2019-07-19T19:14:55.206Z] Progress (2): 188/237 kB | 39 kB Progress (2): 192/237 kB | 39 kB Progress (2): 196/237 kB | 39 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar (39 kB at 940 kB/s) 15:14:55 [2019-07-19T19:14:55.206Z] Progress (1): 200/237 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar 15:14:55 [2019-07-19T19:14:55.206Z] Progress (1): 204/237 kB Progress (1): 208/237 kB Progress (1): 212/237 kB Progress (1): 216/237 kB Progress (1): 220/237 kB Progress (1): 224/237 kB Progress (1): 228/237 kB Progress (1): 232/237 kB Progress (1): 236/237 kB Progress (1): 237 kB Progress (2): 237 kB | 4.1/158 kB Progress (2): 237 kB | 7.7/158 kB Progress (2): 237 kB | 12/158 kB Progress (2): 237 kB | 16/158 kB Progress (2): 237 kB | 20/158 kB Progress (2): 237 kB | 24/158 kB Progress (2): 237 kB | 28/158 kB Progress (2): 237 kB | 32/158 kB Progress (2): 237 kB | 33/158 kB Progress (2): 237 kB | 37/158 kB Progress (2): 237 kB | 41/158 kB Progress (2): 237 kB | 45/158 kB Progress (2): 237 kB | 49/158 kB Progress (2): 237 kB | 53/158 kB Progress (2): 237 kB | 57/158 kB Progress (2): 237 kB | 61/158 kB Progress (2): 237 kB | 65/158 kB Progress (2): 237 kB | 66/158 kB Progress (2): 237 kB | 70/158 kB Progress (2): 237 kB | 74/158 kB Progress (2): 237 kB | 78/158 kB Progress (2): 237 kB | 82/158 kB Progress (3): 237 kB | 82/158 kB | 0/1.2 MB Progress (3): 237 kB | 86/158 kB | 0/1.2 MB Progress (3): 237 kB | 86/158 kB | 0/1.2 MB Progress (3): 237 kB | 90/158 kB | 0/1.2 MB Progress (3): 237 kB | 90/158 kB | 0/1.2 MB Progress (3): 237 kB | 94/158 kB | 0/1.2 MB Progress (3): 237 kB | 94/158 kB | 0/1.2 MB Progress (3): 237 kB | 98/158 kB | 0/1.2 MB Progress (3): 237 kB | 98/158 kB | 0/1.2 MB Progress (3): 237 kB | 98/158 kB | 0/1.2 MB Progress (3): 237 kB | 98/158 kB | 0/1.2 MB Progress (3): 237 kB | 102/158 kB | 0/1.2 MB Progress (3): 237 kB | 102/158 kB | 0/1.2 MB Progress (3): 237 kB | 106/158 kB | 0/1.2 MB Progress (3): 237 kB | 106/158 kB | 0/1.2 MB Progress (3): 237 kB | 110/158 kB | 0/1.2 MB Progress (3): 237 kB | 110/158 kB | 0/1.2 MB Progress (3): 237 kB | 114/158 kB | 0/1.2 MB Progress (3): 237 kB | 114/158 kB | 0/1.2 MB Progress (3): 237 kB | 118/158 kB | 0/1.2 MB Progress (3): 237 kB | 118/158 kB | 0/1.2 MB Progress (3): 237 kB | 122/158 kB | 0/1.2 MB Progress (3): 237 kB | 122/158 kB | 0/1.2 MB Progress (3): 237 kB | 126/158 kB | 0/1.2 MB Progress (3): 237 kB | 126/158 kB | 0/1.2 MB Progress (3): 237 kB | 130/158 kB | 0/1.2 MB Progress (3): 237 kB | 130/158 kB | 0.1/1.2 MB Progress (3): 237 kB | 134/158 kB | 0.1/1.2 MB Progress (3): 237 kB | 134/158 kB | 0.1/1.2 MB Progress (3): 237 kB | 134/158 kB | 0.1/1.2 MB Progress (3): 237 kB | 134/158 kB | 0.1/1.2 MB Progress (3): 237 kB | 134/158 kB | 0.1/1.2 MB Progress (3): 237 kB | 138/158 kB | 0.1/1.2 MB Progress (3): 237 kB | 138/158 kB | 0.1/1.2 MB Progress (3): 237 kB | 142/158 kB | 0.1/1.2 MB Progress (3): 237 kB | 142/158 kB | 0.1/1.2 MB Progress (3): 237 kB | 146/158 kB | 0.1/1.2 MB Progress (3): 237 kB | 146/158 kB | 0.1/1.2 MB Progress (3): 237 kB | 150/158 kB | 0.1/1.2 MB Progress (3): 237 kB | 150/158 kB | 0.1/1.2 MB Progress (3): 237 kB | 154/158 kB | 0.1/1.2 MB Progress (3): 237 kB | 154/158 kB | 0.1/1.2 MB Progress (3): 237 kB | 158 kB | 0.1/1.2 MB Progress (3): 237 kB | 158 kB | 0.1/1.2 MB Progress (3): 237 kB | 158 kB | 0.1/1.2 MB Progress (3): 237 kB | 158 kB | 0.1/1.2 MB Progress (3): 237 kB | 158 kB | 0.1/1.2 MB Progress (3): 237 kB | 158 kB | 0.1/1.2 MB Progress (3): 237 kB | 158 kB | 0.1/1.2 MB Progress (3): 237 kB | 158 kB | 0.1/1.2 MB Progress (3): 237 kB | 158 kB | 0.1/1.2 MB Progress (3): 237 kB | 158 kB | 0.1/1.2 MB Progress (3): 237 kB | 158 kB | 0.1/1.2 MB Progress (3): 237 kB | 158 kB | 0.1/1.2 MB Progress (3): 237 kB | 158 kB | 0.1/1.2 MB Progress (3): 237 kB | 158 kB | 0.1/1.2 MB Progress (3): 237 kB | 158 kB | 0.1/1.2 MB Progress (3): 237 kB | 158 kB | 0.1/1.2 MB Progress (3): 237 kB | 158 kB | 0.1/1.2 MB Progress (3): 237 kB | 158 kB | 0.2/1.2 MB Progress (3): 237 kB | 158 kB | 0.2/1.2 MB Progress (3): 237 kB | 158 kB | 0.2/1.2 MB Progress (3): 237 kB | 158 kB | 0.2/1.2 MB Progress (3): 237 kB | 158 kB | 0.2/1.2 MB Progress (3): 237 kB | 158 kB | 0.2/1.2 MB Progress (3): 237 kB | 158 kB | 0.2/1.2 MB Progress (3): 237 kB | 158 kB | 0.2/1.2 MB Progress (3): 237 kB | 158 kB | 0.2/1.2 MB Progress (3): 237 kB | 158 kB | 0.2/1.2 MB Progress (3): 237 kB | 158 kB | 0.2/1.2 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar (158 kB at 2.2 MB/s) 15:14:55 [2019-07-19T19:14:55.206Z] Progress (2): 237 kB | 0.2/1.2 MB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar 15:14:55 [2019-07-19T19:14:55.207Z] Progress (2): 237 kB | 0.2/1.2 MB Progress (2): 237 kB | 0.2/1.2 MB Progress (2): 237 kB | 0.2/1.2 MB Progress (2): 237 kB | 0.2/1.2 MB Progress (2): 237 kB | 0.2/1.2 MB Progress (2): 237 kB | 0.2/1.2 MB Progress (2): 237 kB | 0.2/1.2 MB Progress (2): 237 kB | 0.2/1.2 MB Progress (2): 237 kB | 0.2/1.2 MB Progress (2): 237 kB | 0.2/1.2 MB Progress (2): 237 kB | 0.2/1.2 MB Progress (2): 237 kB | 0.2/1.2 MB Progress (2): 237 kB | 0.2/1.2 MB Progress (2): 237 kB | 0.3/1.2 MB Progress (2): 237 kB | 0.3/1.2 MB Progress (2): 237 kB | 0.3/1.2 MB Progress (2): 237 kB | 0.3/1.2 MB Progress (2): 237 kB | 0.3/1.2 MB Progress (2): 237 kB | 0.3/1.2 MB Progress (2): 237 kB | 0.3/1.2 MB Progress (2): 237 kB | 0.3/1.2 MB Progress (2): 237 kB | 0.3/1.2 MB Progress (2): 237 kB | 0.3/1.2 MB Progress (2): 237 kB | 0.3/1.2 MB Progress (2): 237 kB | 0.3/1.2 MB Progress (2): 237 kB | 0.3/1.2 MB Progress (2): 237 kB | 0.3/1.2 MB Progress (2): 237 kB | 0.3/1.2 MB Progress (2): 237 kB | 0.3/1.2 MB Progress (2): 237 kB | 0.3/1.2 MB Progress (2): 237 kB | 0.3/1.2 MB Progress (2): 237 kB | 0.3/1.2 MB Progress (2): 237 kB | 0.3/1.2 MB Progress (2): 237 kB | 0.3/1.2 MB Progress (2): 237 kB | 0.3/1.2 MB Progress (2): 237 kB | 0.3/1.2 MB Progress (2): 237 kB | 0.3/1.2 MB Progress (2): 237 kB | 0.3/1.2 MB Progress (2): 237 kB | 0.4/1.2 MB Progress (2): 237 kB | 0.4/1.2 MB Progress (2): 237 kB | 0.4/1.2 MB Progress (2): 237 kB | 0.4/1.2 MB Progress (2): 237 kB | 0.4/1.2 MB Progress (3): 237 kB | 0.4/1.2 MB | 4.1/262 kB Progress (3): 237 kB | 0.4/1.2 MB | 4.1/262 kB Progress (3): 237 kB | 0.4/1.2 MB | 7.7/262 kB Progress (3): 237 kB | 0.4/1.2 MB | 7.7/262 kB Progress (3): 237 kB | 0.4/1.2 MB | 12/262 kB Progress (3): 237 kB | 0.4/1.2 MB | 12/262 kB Progress (3): 237 kB | 0.4/1.2 MB | 16/262 kB Progress (3): 237 kB | 0.4/1.2 MB | 16/262 kB Progress (3): 237 kB | 0.4/1.2 MB | 20/262 kB Progress (3): 237 kB | 0.4/1.2 MB | 20/262 kB Progress (3): 237 kB | 0.4/1.2 MB | 24/262 kB Progress (3): 237 kB | 0.4/1.2 MB | 24/262 kB Progress (3): 237 kB | 0.4/1.2 MB | 28/262 kB Progress (3): 237 kB | 0.4/1.2 MB | 28/262 kB Progress (3): 237 kB | 0.4/1.2 MB | 32/262 kB Progress (3): 237 kB | 0.4/1.2 MB | 32/262 kB Progress (3): 237 kB | 0.4/1.2 MB | 33/262 kB Progress (3): 237 kB | 0.4/1.2 MB | 33/262 kB Progress (3): 237 kB | 0.4/1.2 MB | 37/262 kB Progress (3): 237 kB | 0.4/1.2 MB | 37/262 kB Progress (3): 237 kB | 0.4/1.2 MB | 41/262 kB Progress (3): 237 kB | 0.4/1.2 MB | 41/262 kB Progress (3): 237 kB | 0.4/1.2 MB | 45/262 kB Progress (3): 237 kB | 0.4/1.2 MB | 45/262 kB Progress (3): 237 kB | 0.4/1.2 MB | 49/262 kB Progress (3): 237 kB | 0.4/1.2 MB | 49/262 kB Progress (3): 237 kB | 0.4/1.2 MB | 53/262 kB Progress (3): 237 kB | 0.4/1.2 MB | 53/262 kB Progress (3): 237 kB | 0.4/1.2 MB | 57/262 kB Progress (3): 237 kB | 0.4/1.2 MB | 57/262 kB Progress (3): 237 kB | 0.4/1.2 MB | 61/262 kB Progress (3): 237 kB | 0.4/1.2 MB | 61/262 kB Progress (3): 237 kB | 0.4/1.2 MB | 65/262 kB Progress (3): 237 kB | 0.4/1.2 MB | 65/262 kB Progress (3): 237 kB | 0.4/1.2 MB | 66/262 kB Progress (3): 237 kB | 0.4/1.2 MB | 66/262 kB Progress (3): 237 kB | 0.4/1.2 MB | 70/262 kB Progress (3): 237 kB | 0.4/1.2 MB | 70/262 kB Progress (3): 237 kB | 0.4/1.2 MB | 74/262 kB Progress (3): 237 kB | 0.4/1.2 MB | 74/262 kB Progress (3): 237 kB | 0.4/1.2 MB | 78/262 kB Progress (3): 237 kB | 0.5/1.2 MB | 78/262 kB Progress (3): 237 kB | 0.5/1.2 MB | 82/262 kB Progress (3): 237 kB | 0.5/1.2 MB | 82/262 kB Progress (3): 237 kB | 0.5/1.2 MB | 86/262 kB Progress (3): 237 kB | 0.5/1.2 MB | 86/262 kB Progress (3): 237 kB | 0.5/1.2 MB | 90/262 kB Progress (3): 237 kB | 0.5/1.2 MB | 90/262 kB Progress (3): 237 kB | 0.5/1.2 MB | 94/262 kB Progress (3): 237 kB | 0.5/1.2 MB | 94/262 kB Progress (3): 237 kB | 0.5/1.2 MB | 98/262 kB Progress (3): 237 kB | 0.5/1.2 MB | 98/262 kB Progress (3): 237 kB | 0.5/1.2 MB | 98/262 kB Progress (3): 237 kB | 0.5/1.2 MB | 98/262 kB Progress (3): 237 kB | 0.5/1.2 MB | 102/262 kB Progress (3): 237 kB | 0.5/1.2 MB | 102/262 kB Progress (3): 237 kB | 0.5/1.2 MB | 106/262 kB Progress (3): 237 kB | 0.5/1.2 MB | 106/262 kB Progress (3): 237 kB | 0.5/1.2 MB | 110/262 kB Progress (3): 237 kB | 0.5/1.2 MB | 110/262 kB Progress (3): 237 kB | 0.5/1.2 MB | 114/262 kB Progress (3): 237 kB | 0.5/1.2 MB | 114/262 kB Progress (3): 237 kB | 0.5/1.2 MB | 118/262 kB Progress (3): 237 kB | 0.5/1.2 MB | 118/262 kB Progress (3): 237 kB | 0.5/1.2 MB | 122/262 kB Progress (3): 237 kB | 0.5/1.2 MB | 122/262 kB Progress (3): 237 kB | 0.5/1.2 MB | 126/262 kB Progress (3): 237 kB | 0.5/1.2 MB | 126/262 kB Progress (3): 237 kB | 0.5/1.2 MB | 130/262 kB Progress (3): 237 kB | 0.5/1.2 MB | 130/262 kB Progress (3): 237 kB | 0.5/1.2 MB | 131/262 kB Progress (3): 237 kB | 0.5/1.2 MB | 131/262 kB Progress (3): 237 kB | 0.5/1.2 MB | 135/262 kB Progress (3): 237 kB | 0.5/1.2 MB | 135/262 kB Progress (3): 237 kB | 0.5/1.2 MB | 139/262 kB Progress (3): 237 kB | 0.5/1.2 MB | 139/262 kB Progress (3): 237 kB | 0.5/1.2 MB | 143/262 kB Progress (3): 237 kB | 0.5/1.2 MB | 143/262 kB Progress (3): 237 kB | 0.5/1.2 MB | 147/262 kB Progress (3): 237 kB | 0.5/1.2 MB | 147/262 kB Progress (3): 237 kB | 0.5/1.2 MB | 151/262 kB Progress (3): 237 kB | 0.5/1.2 MB | 151/262 kB Progress (3): 237 kB | 0.5/1.2 MB | 155/262 kB Progress (3): 237 kB | 0.5/1.2 MB | 155/262 kB Progress (3): 237 kB | 0.5/1.2 MB | 159/262 kB Progress (3): 237 kB | 0.5/1.2 MB | 159/262 kB Progress (3): 237 kB | 0.5/1.2 MB | 163/262 kB Progress (3): 237 kB | 0.5/1.2 MB | 163/262 kB Progress (3): 237 kB | 0.5/1.2 MB | 164/262 kB Progress (3): 237 kB | 0.5/1.2 MB | 164/262 kB Progress (3): 237 kB | 0.5/1.2 MB | 168/262 kB Progress (3): 237 kB | 0.6/1.2 MB | 168/262 kB Progress (3): 237 kB | 0.6/1.2 MB | 172/262 kB Progress (3): 237 kB | 0.6/1.2 MB | 172/262 kB Progress (3): 237 kB | 0.6/1.2 MB | 176/262 kB Progress (3): 237 kB | 0.6/1.2 MB | 176/262 kB Progress (3): 237 kB | 0.6/1.2 MB | 180/262 kB Progress (3): 237 kB | 0.6/1.2 MB | 180/262 kB Progress (3): 237 kB | 0.6/1.2 MB | 184/262 kB Progress (3): 237 kB | 0.6/1.2 MB | 184/262 kB Progress (3): 237 kB | 0.6/1.2 MB | 188/262 kB Progress (3): 237 kB | 0.6/1.2 MB | 188/262 kB Progress (3): 237 kB | 0.6/1.2 MB | 192/262 kB Progress (3): 237 kB | 0.6/1.2 MB | 192/262 kB Progress (3): 237 kB | 0.6/1.2 MB | 196/262 kB Progress (3): 237 kB | 0.6/1.2 MB | 196/262 kB Progress (3): 237 kB | 0.6/1.2 MB | 197/262 kB Progress (3): 237 kB | 0.6/1.2 MB | 197/262 kB Progress (3): 237 kB | 0.6/1.2 MB | 201/262 kB Progress (3): 237 kB | 0.6/1.2 MB | 201/262 kB Progress (3): 237 kB | 0.6/1.2 MB | 205/262 kB Progress (3): 237 kB | 0.6/1.2 MB | 205/262 kB Progress (3): 237 kB | 0.6/1.2 MB | 209/262 kB Progress (3): 237 kB | 0.6/1.2 MB | 209/262 kB Progress (3): 237 kB | 0.6/1.2 MB | 213/262 kB Progress (3): 237 kB | 0.6/1.2 MB | 213/262 kB Progress (3): 237 kB | 0.6/1.2 MB | 217/262 kB Progress (3): 237 kB | 0.6/1.2 MB | 217/262 kB Progress (3): 237 kB | 0.6/1.2 MB | 221/262 kB Progress (3): 237 kB | 0.6/1.2 MB | 221/262 kB Progress (3): 237 kB | 0.6/1.2 MB | 225/262 kB Progress (3): 237 kB | 0.6/1.2 MB | 225/262 kB Progress (3): 237 kB | 0.6/1.2 MB | 229/262 kB Progress (3): 237 kB | 0.6/1.2 MB | 229/262 kB Progress (3): 237 kB | 0.6/1.2 MB | 233/262 kB Progress (3): 237 kB | 0.6/1.2 MB | 233/262 kB Progress (3): 237 kB | 0.6/1.2 MB | 237/262 kB Progress (3): 237 kB | 0.6/1.2 MB | 237/262 kB Progress (3): 237 kB | 0.6/1.2 MB | 241/262 kB Progress (3): 237 kB | 0.6/1.2 MB | 241/262 kB Progress (3): 237 kB | 0.6/1.2 MB | 245/262 kB Progress (3): 237 kB | 0.6/1.2 MB | 245/262 kB Progress (3): 237 kB | 0.6/1.2 MB | 249/262 kB Progress (3): 237 kB | 0.6/1.2 MB | 249/262 kB Progress (3): 237 kB | 0.6/1.2 MB | 253/262 kB Progress (3): 237 kB | 0.6/1.2 MB | 253/262 kB Progress (3): 237 kB | 0.6/1.2 MB | 257/262 kB Progress (3): 237 kB | 0.6/1.2 MB | 257/262 kB Progress (3): 237 kB | 0.6/1.2 MB | 261/262 kB Progress (3): 237 kB | 0.6/1.2 MB | 261/262 kB Progress (3): 237 kB | 0.6/1.2 MB | 262 kB Progress (3): 237 kB | 0.7/1.2 MB | 262 kB Progress (3): 237 kB | 0.7/1.2 MB | 262 kB Progress (3): 237 kB | 0.7/1.2 MB | 262 kB Progress (3): 237 kB | 0.7/1.2 MB | 262 kB Progress (3): 237 kB | 0.7/1.2 MB | 262 kB Progress (3): 237 kB | 0.7/1.2 MB | 262 kB Progress (3): 237 kB | 0.7/1.2 MB | 262 kB Progress (3): 237 kB | 0.7/1.2 MB | 262 kB Progress (3): 237 kB | 0.7/1.2 MB | 262 kB Progress (3): 237 kB | 0.7/1.2 MB | 262 kB Progress (3): 237 kB | 0.7/1.2 MB | 262 kB Progress (3): 237 kB | 0.7/1.2 MB | 262 kB Progress (3): 237 kB | 0.7/1.2 MB | 262 kB Progress (3): 237 kB | 0.7/1.2 MB | 262 kB Progress (3): 237 kB | 0.7/1.2 MB | 262 kB Progress (3): 237 kB | 0.7/1.2 MB | 262 kB Progress (3): 237 kB | 0.7/1.2 MB | 262 kB Progress (3): 237 kB | 0.7/1.2 MB | 262 kB Progress (3): 237 kB | 0.7/1.2 MB | 262 kB Progress (3): 237 kB | 0.7/1.2 MB | 262 kB Progress (3): 237 kB | 0.7/1.2 MB | 262 kB Progress (3): 237 kB | 0.7/1.2 MB | 262 kB Progress (3): 237 kB | 0.7/1.2 MB | 262 kB Progress (3): 237 kB | 0.7/1.2 MB | 262 kB Progress (3): 237 kB | 0.7/1.2 MB | 262 kB Progress (3): 237 kB | 0.8/1.2 MB | 262 kB Progress (3): 237 kB | 0.8/1.2 MB | 262 kB Progress (3): 237 kB | 0.8/1.2 MB | 262 kB Progress (3): 237 kB | 0.8/1.2 MB | 262 kB Progress (3): 237 kB | 0.8/1.2 MB | 262 kB Progress (3): 237 kB | 0.8/1.2 MB | 262 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (262 kB at 2.2 MB/s) 15:14:55 [2019-07-19T19:14:55.207Z] Progress (2): 237 kB | 0.8/1.2 MB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar 15:14:55 [2019-07-19T19:14:55.207Z] Progress (2): 237 kB | 0.8/1.2 MB Progress (2): 237 kB | 0.8/1.2 MB Progress (2): 237 kB | 0.8/1.2 MB Progress (2): 237 kB | 0.8/1.2 MB Progress (2): 237 kB | 0.8/1.2 MB Progress (2): 237 kB | 0.8/1.2 MB Progress (2): 237 kB | 0.8/1.2 MB Progress (2): 237 kB | 0.8/1.2 MB Progress (2): 237 kB | 0.8/1.2 MB Progress (2): 237 kB | 0.8/1.2 MB Progress (2): 237 kB | 0.8/1.2 MB Progress (2): 237 kB | 0.8/1.2 MB Progress (2): 237 kB | 0.8/1.2 MB Progress (2): 237 kB | 0.8/1.2 MB Progress (2): 237 kB | 0.8/1.2 MB Progress (2): 237 kB | 0.8/1.2 MB Progress (2): 237 kB | 0.8/1.2 MB Progress (2): 237 kB | 0.8/1.2 MB Progress (2): 237 kB | 0.9/1.2 MB Progress (2): 237 kB | 0.9/1.2 MB Progress (2): 237 kB | 0.9/1.2 MB Progress (2): 237 kB | 0.9/1.2 MB Progress (2): 237 kB | 0.9/1.2 MB Progress (2): 237 kB | 0.9/1.2 MB Progress (2): 237 kB | 0.9/1.2 MB Progress (2): 237 kB | 0.9/1.2 MB Progress (2): 237 kB | 0.9/1.2 MB Progress (2): 237 kB | 0.9/1.2 MB Progress (2): 237 kB | 0.9/1.2 MB Progress (2): 237 kB | 0.9/1.2 MB Progress (2): 237 kB | 0.9/1.2 MB Progress (2): 237 kB | 0.9/1.2 MB Progress (2): 237 kB | 0.9/1.2 MB Progress (2): 237 kB | 0.9/1.2 MB Progress (2): 237 kB | 0.9/1.2 MB Progress (2): 237 kB | 0.9/1.2 MB Progress (2): 237 kB | 0.9/1.2 MB Progress (2): 237 kB | 0.9/1.2 MB Progress (2): 237 kB | 0.9/1.2 MB Progress (2): 237 kB | 0.9/1.2 MB Progress (3): 237 kB | 0.9/1.2 MB | 4.1/305 kB Progress (3): 237 kB | 0.9/1.2 MB | 4.1/305 kB Progress (3): 237 kB | 0.9/1.2 MB | 7.7/305 kB Progress (3): 237 kB | 0.9/1.2 MB | 7.7/305 kB Progress (3): 237 kB | 0.9/1.2 MB | 12/305 kB Progress (3): 237 kB | 0.9/1.2 MB | 12/305 kB Progress (3): 237 kB | 0.9/1.2 MB | 16/305 kB Progress (3): 237 kB | 1.0/1.2 MB | 16/305 kB Progress (3): 237 kB | 1.0/1.2 MB | 16/305 kB Progress (3): 237 kB | 1.0/1.2 MB | 20/305 kB Progress (3): 237 kB | 1.0/1.2 MB | 20/305 kB Progress (3): 237 kB | 1.0/1.2 MB | 24/305 kB Progress (3): 237 kB | 1.0/1.2 MB | 24/305 kB Progress (3): 237 kB | 1.0/1.2 MB | 28/305 kB Progress (3): 237 kB | 1.0/1.2 MB | 28/305 kB Progress (3): 237 kB | 1.0/1.2 MB | 32/305 kB Progress (3): 237 kB | 1.0/1.2 MB | 32/305 kB Progress (3): 237 kB | 1.0/1.2 MB | 33/305 kB Progress (3): 237 kB | 1.0/1.2 MB | 33/305 kB Progress (3): 237 kB | 1.0/1.2 MB | 37/305 kB Progress (3): 237 kB | 1.0/1.2 MB | 37/305 kB Progress (3): 237 kB | 1.0/1.2 MB | 41/305 kB Progress (3): 237 kB | 1.0/1.2 MB | 41/305 kB Progress (3): 237 kB | 1.0/1.2 MB | 45/305 kB Progress (3): 237 kB | 1.0/1.2 MB | 45/305 kB Progress (3): 237 kB | 1.0/1.2 MB | 49/305 kB Progress (3): 237 kB | 1.0/1.2 MB | 49/305 kB Progress (3): 237 kB | 1.0/1.2 MB | 53/305 kB Progress (3): 237 kB | 1.0/1.2 MB | 53/305 kB Progress (3): 237 kB | 1.0/1.2 MB | 57/305 kB Progress (3): 237 kB | 1.0/1.2 MB | 57/305 kB Progress (3): 237 kB | 1.0/1.2 MB | 61/305 kB Progress (3): 237 kB | 1.0/1.2 MB | 61/305 kB Progress (3): 237 kB | 1.0/1.2 MB | 65/305 kB Progress (3): 237 kB | 1.0/1.2 MB | 65/305 kB Progress (3): 237 kB | 1.0/1.2 MB | 66/305 kB Progress (3): 237 kB | 1.0/1.2 MB | 66/305 kB Progress (3): 237 kB | 1.0/1.2 MB | 70/305 kB Progress (3): 237 kB | 1.0/1.2 MB | 70/305 kB Progress (3): 237 kB | 1.0/1.2 MB | 74/305 kB Progress (3): 237 kB | 1.0/1.2 MB | 74/305 kB Progress (3): 237 kB | 1.0/1.2 MB | 78/305 kB Progress (3): 237 kB | 1.0/1.2 MB | 78/305 kB Progress (3): 237 kB | 1.0/1.2 MB | 82/305 kB Progress (3): 237 kB | 1.0/1.2 MB | 82/305 kB Progress (3): 237 kB | 1.0/1.2 MB | 86/305 kB Progress (3): 237 kB | 1.0/1.2 MB | 86/305 kB Progress (3): 237 kB | 1.0/1.2 MB | 90/305 kB Progress (3): 237 kB | 1.0/1.2 MB | 90/305 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.jar (237 kB at 1.7 MB/s) 15:14:55 [2019-07-19T19:14:55.207Z] Progress (2): 1.0/1.2 MB | 90/305 kB Progress (2): 1.0/1.2 MB | 94/305 kB Progress (2): 1.0/1.2 MB | 94/305 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.jar 15:14:55 [2019-07-19T19:14:55.207Z] Progress (2): 1.0/1.2 MB | 94/305 kB Progress (2): 1.0/1.2 MB | 98/305 kB Progress (2): 1.1/1.2 MB | 98/305 kB Progress (2): 1.1/1.2 MB | 98/305 kB Progress (2): 1.1/1.2 MB | 98/305 kB Progress (2): 1.1/1.2 MB | 102/305 kB Progress (2): 1.1/1.2 MB | 102/305 kB Progress (2): 1.1/1.2 MB | 106/305 kB Progress (2): 1.1/1.2 MB | 106/305 kB Progress (2): 1.1/1.2 MB | 110/305 kB Progress (2): 1.1/1.2 MB | 110/305 kB Progress (2): 1.1/1.2 MB | 114/305 kB Progress (2): 1.1/1.2 MB | 114/305 kB Progress (2): 1.1/1.2 MB | 118/305 kB Progress (2): 1.1/1.2 MB | 118/305 kB Progress (2): 1.1/1.2 MB | 122/305 kB Progress (2): 1.1/1.2 MB | 122/305 kB Progress (2): 1.1/1.2 MB | 126/305 kB Progress (2): 1.1/1.2 MB | 126/305 kB Progress (2): 1.1/1.2 MB | 130/305 kB Progress (2): 1.1/1.2 MB | 130/305 kB Progress (2): 1.1/1.2 MB | 131/305 kB Progress (2): 1.1/1.2 MB | 131/305 kB Progress (2): 1.1/1.2 MB | 135/305 kB Progress (2): 1.1/1.2 MB | 135/305 kB Progress (2): 1.1/1.2 MB | 139/305 kB Progress (2): 1.1/1.2 MB | 139/305 kB Progress (2): 1.1/1.2 MB | 143/305 kB Progress (2): 1.1/1.2 MB | 143/305 kB Progress (2): 1.1/1.2 MB | 147/305 kB Progress (2): 1.1/1.2 MB | 147/305 kB Progress (2): 1.1/1.2 MB | 151/305 kB Progress (2): 1.1/1.2 MB | 151/305 kB Progress (2): 1.1/1.2 MB | 155/305 kB Progress (2): 1.1/1.2 MB | 155/305 kB Progress (2): 1.1/1.2 MB | 159/305 kB Progress (2): 1.1/1.2 MB | 159/305 kB Progress (2): 1.1/1.2 MB | 163/305 kB Progress (2): 1.1/1.2 MB | 163/305 kB Progress (2): 1.1/1.2 MB | 164/305 kB Progress (2): 1.1/1.2 MB | 164/305 kB Progress (2): 1.1/1.2 MB | 168/305 kB Progress (2): 1.1/1.2 MB | 168/305 kB Progress (2): 1.1/1.2 MB | 172/305 kB Progress (2): 1.1/1.2 MB | 172/305 kB Progress (2): 1.1/1.2 MB | 176/305 kB Progress (2): 1.1/1.2 MB | 176/305 kB Progress (2): 1.1/1.2 MB | 180/305 kB Progress (2): 1.1/1.2 MB | 180/305 kB Progress (2): 1.1/1.2 MB | 184/305 kB Progress (2): 1.1/1.2 MB | 184/305 kB Progress (2): 1.1/1.2 MB | 188/305 kB Progress (2): 1.2/1.2 MB | 188/305 kB Progress (2): 1.2/1.2 MB | 192/305 kB Progress (2): 1.2/1.2 MB | 192/305 kB Progress (2): 1.2/1.2 MB | 196/305 kB Progress (2): 1.2/1.2 MB | 196/305 kB Progress (2): 1.2/1.2 MB | 197/305 kB Progress (2): 1.2/1.2 MB | 201/305 kB Progress (2): 1.2/1.2 MB | 201/305 kB Progress (2): 1.2/1.2 MB | 205/305 kB Progress (3): 1.2/1.2 MB | 205/305 kB | 4.1/38 kB Progress (3): 1.2/1.2 MB | 209/305 kB | 4.1/38 kB Progress (3): 1.2/1.2 MB | 209/305 kB | 4.1/38 kB Progress (3): 1.2/1.2 MB | 213/305 kB | 4.1/38 kB Progress (3): 1.2/1.2 MB | 213/305 kB | 7.7/38 kB Progress (3): 1.2/1.2 MB | 217/305 kB | 7.7/38 kB Progress (3): 1.2/1.2 MB | 217/305 kB | 7.7/38 kB Progress (3): 1.2/1.2 MB | 217/305 kB | 12/38 kB Progress (3): 1.2/1.2 MB | 221/305 kB | 12/38 kB Progress (3): 1.2/1.2 MB | 221/305 kB | 16/38 kB Progress (3): 1.2/1.2 MB | 221/305 kB | 16/38 kB Progress (3): 1.2/1.2 MB | 221/305 kB | 20/38 kB Progress (3): 1.2/1.2 MB | 225/305 kB | 20/38 kB Progress (3): 1.2/1.2 MB | 225/305 kB | 24/38 kB Progress (3): 1.2/1.2 MB | 225/305 kB | 24/38 kB Progress (3): 1.2/1.2 MB | 225/305 kB | 28/38 kB Progress (3): 1.2/1.2 MB | 229/305 kB | 28/38 kB Progress (3): 1.2/1.2 MB | 229/305 kB | 32/38 kB Progress (3): 1.2/1.2 MB | 229/305 kB | 32/38 kB Progress (3): 1.2/1.2 MB | 229/305 kB | 36/38 kB Progress (3): 1.2/1.2 MB | 229/305 kB | 36/38 kB Progress (3): 1.2/1.2 MB | 229/305 kB | 38 kB Progress (3): 1.2/1.2 MB | 229/305 kB | 38 kB Progress (3): 1.2/1.2 MB | 233/305 kB | 38 kB Progress (3): 1.2/1.2 MB | 233/305 kB | 38 kB Progress (3): 1.2/1.2 MB | 237/305 kB | 38 kB Progress (3): 1.2/1.2 MB | 237/305 kB | 38 kB Progress (3): 1.2/1.2 MB | 241/305 kB | 38 kB Progress (3): 1.2/1.2 MB | 241/305 kB | 38 kB Progress (3): 1.2/1.2 MB | 245/305 kB | 38 kB Progress (3): 1.2/1.2 MB | 245/305 kB | 38 kB Progress (3): 1.2/1.2 MB | 249/305 kB | 38 kB Progress (3): 1.2/1.2 MB | 249/305 kB | 38 kB Progress (3): 1.2/1.2 MB | 253/305 kB | 38 kB Progress (3): 1.2/1.2 MB | 253/305 kB | 38 kB Progress (3): 1.2/1.2 MB | 257/305 kB | 38 kB Progress (3): 1.2 MB | 257/305 kB | 38 kB Progress (3): 1.2 MB | 261/305 kB | 38 kB Progress (3): 1.2 MB | 262/305 kB | 38 kB Progress (3): 1.2 MB | 266/305 kB | 38 kB Progress (3): 1.2 MB | 270/305 kB | 38 kB Progress (3): 1.2 MB | 274/305 kB | 38 kB Progress (3): 1.2 MB | 278/305 kB | 38 kB Progress (3): 1.2 MB | 282/305 kB | 38 kB Progress (3): 1.2 MB | 286/305 kB | 38 kB Progress (3): 1.2 MB | 290/305 kB | 38 kB Progress (3): 1.2 MB | 294/305 kB | 38 kB Progress (3): 1.2 MB | 298/305 kB | 38 kB Progress (3): 1.2 MB | 302/305 kB | 38 kB Progress (3): 1.2 MB | 305 kB | 38 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar (38 kB at 209 kB/s) 15:14:55 [2019-07-19T19:14:55.207Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.jar 15:14:55 [2019-07-19T19:14:55.207Z] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar (1.2 MB at 6.7 MB/s) 15:14:55 [2019-07-19T19:14:55.207Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.jar 15:14:55 [2019-07-19T19:14:55.207Z] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar (305 kB at 1.7 MB/s) 15:14:55 [2019-07-19T19:14:55.207Z] Progress (1): 4.1/30 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.jar 15:14:55 [2019-07-19T19:14:55.466Z] Progress (1): 7.7/30 kB Progress (1): 12/30 kB Progress (2): 12/30 kB | 4.1/43 kB Progress (2): 16/30 kB | 4.1/43 kB Progress (2): 16/30 kB | 7.7/43 kB Progress (2): 20/30 kB | 7.7/43 kB Progress (2): 20/30 kB | 12/43 kB Progress (2): 24/30 kB | 12/43 kB Progress (2): 24/30 kB | 16/43 kB Progress (2): 28/30 kB | 16/43 kB Progress (2): 28/30 kB | 20/43 kB Progress (2): 30 kB | 20/43 kB Progress (2): 30 kB | 24/43 kB Progress (2): 30 kB | 28/43 kB Progress (2): 30 kB | 32/43 kB Progress (2): 30 kB | 36/43 kB Progress (2): 30 kB | 40/43 kB Progress (2): 30 kB | 43 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.jar (30 kB at 156 kB/s) 15:14:55 [2019-07-19T19:14:55.466Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.jar 15:14:55 [2019-07-19T19:14:55.466Z] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar (43 kB at 219 kB/s) 15:14:55 [2019-07-19T19:14:55.466Z] Progress (1): 4.1/52 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar 15:14:55 [2019-07-19T19:14:55.466Z] Progress (1): 7.7/52 kB Progress (2): 7.7/52 kB | 4.1/15 kB Progress (2): 12/52 kB | 4.1/15 kB Progress (2): 12/52 kB | 7.7/15 kB Progress (2): 16/52 kB | 7.7/15 kB Progress (2): 16/52 kB | 12/15 kB Progress (2): 20/52 kB | 12/15 kB Progress (2): 20/52 kB | 15 kB Progress (2): 24/52 kB | 15 kB Progress (2): 28/52 kB | 15 kB Progress (2): 32/52 kB | 15 kB Progress (2): 36/52 kB | 15 kB Progress (2): 40/52 kB | 15 kB Progress (2): 44/52 kB | 15 kB Progress (2): 48/52 kB | 15 kB Progress (2): 52/52 kB | 15 kB Progress (2): 52 kB | 15 kB Progress (3): 52 kB | 15 kB | 4.1/50 kB Progress (3): 52 kB | 15 kB | 7.7/50 kB Progress (3): 52 kB | 15 kB | 12/50 kB Progress (3): 52 kB | 15 kB | 16/50 kB Progress (3): 52 kB | 15 kB | 20/50 kB Progress (3): 52 kB | 15 kB | 24/50 kB Progress (3): 52 kB | 15 kB | 28/50 kB Progress (3): 52 kB | 15 kB | 32/50 kB Progress (3): 52 kB | 15 kB | 36/50 kB Progress (3): 52 kB | 15 kB | 40/50 kB Progress (4): 52 kB | 15 kB | 40/50 kB | 4.1/11 kB Progress (5): 52 kB | 15 kB | 40/50 kB | 4.1/11 kB | 4.1/37 kB Progress (5): 52 kB | 15 kB | 44/50 kB | 4.1/11 kB | 4.1/37 kB Progress (5): 52 kB | 15 kB | 44/50 kB | 4.1/11 kB | 7.7/37 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.jar (15 kB at 72 kB/s) 15:14:55 [2019-07-19T19:14:55.466Z] Progress (4): 52 kB | 44/50 kB | 7.7/11 kB | 7.7/37 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar 15:14:55 [2019-07-19T19:14:55.466Z] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.jar (52 kB at 251 kB/s) 15:14:55 [2019-07-19T19:14:55.466Z] Progress (3): 44/50 kB | 7.7/11 kB | 12/37 kB Progress (3): 48/50 kB | 7.7/11 kB | 12/37 kB Progress (3): 48/50 kB | 7.7/11 kB | 16/37 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.jar 15:14:55 [2019-07-19T19:14:55.466Z] Progress (3): 48/50 kB | 11 kB | 16/37 kB Progress (3): 48/50 kB | 11 kB | 20/37 kB Progress (3): 50 kB | 11 kB | 20/37 kB Progress (3): 50 kB | 11 kB | 24/37 kB Progress (3): 50 kB | 11 kB | 28/37 kB Progress (3): 50 kB | 11 kB | 32/37 kB Progress (3): 50 kB | 11 kB | 36/37 kB Progress (3): 50 kB | 11 kB | 37 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar (11 kB at 49 kB/s) 15:14:55 [2019-07-19T19:14:55.466Z] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.jar (50 kB at 232 kB/s) 15:14:55 [2019-07-19T19:14:55.466Z] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.jar (37 kB at 172 kB/s) 15:14:55 [2019-07-19T19:14:55.466Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.jar 15:14:55 [2019-07-19T19:14:55.466Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar 15:14:55 [2019-07-19T19:14:55.466Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar 15:14:55 [2019-07-19T19:14:55.466Z] Progress (1): 4.1/392 kB Progress (2): 4.1/392 kB | 4.1/7.7 kB Progress (2): 7.7/392 kB | 4.1/7.7 kB Progress (2): 7.7/392 kB | 7.7 kB Progress (2): 12/392 kB | 7.7 kB Progress (2): 16/392 kB | 7.7 kB Progress (2): 20/392 kB | 7.7 kB Progress (2): 24/392 kB | 7.7 kB Progress (2): 28/392 kB | 7.7 kB Progress (2): 32/392 kB | 7.7 kB Progress (2): 33/392 kB | 7.7 kB Progress (2): 37/392 kB | 7.7 kB Progress (2): 41/392 kB | 7.7 kB Progress (2): 45/392 kB | 7.7 kB Progress (2): 49/392 kB | 7.7 kB Progress (2): 53/392 kB | 7.7 kB Progress (2): 57/392 kB | 7.7 kB Progress (2): 61/392 kB | 7.7 kB Progress (2): 65/392 kB | 7.7 kB Progress (2): 66/392 kB | 7.7 kB Progress (2): 70/392 kB | 7.7 kB Progress (2): 74/392 kB | 7.7 kB Progress (2): 78/392 kB | 7.7 kB Progress (2): 82/392 kB | 7.7 kB Progress (2): 86/392 kB | 7.7 kB Progress (2): 90/392 kB | 7.7 kB Progress (2): 94/392 kB | 7.7 kB Progress (2): 98/392 kB | 7.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar (7.7 kB at 33 kB/s) 15:14:55 [2019-07-19T19:14:55.466Z] Progress (1): 102/392 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.jar 15:14:55 [2019-07-19T19:14:55.466Z] Progress (1): 106/392 kB Progress (1): 110/392 kB Progress (1): 114/392 kB Progress (1): 118/392 kB Progress (1): 122/392 kB Progress (1): 126/392 kB Progress (1): 130/392 kB Progress (1): 134/392 kB Progress (1): 138/392 kB Progress (2): 138/392 kB | 4.1/91 kB Progress (2): 138/392 kB | 7.7/91 kB Progress (2): 138/392 kB | 12/91 kB Progress (2): 138/392 kB | 16/91 kB Progress (2): 138/392 kB | 20/91 kB Progress (3): 138/392 kB | 20/91 kB | 4.1/189 kB Progress (3): 138/392 kB | 24/91 kB | 4.1/189 kB Progress (3): 138/392 kB | 24/91 kB | 7.7/189 kB Progress (4): 138/392 kB | 24/91 kB | 7.7/189 kB | 4.1/571 kB Progress (4): 138/392 kB | 24/91 kB | 12/189 kB | 4.1/571 kB Progress (4): 138/392 kB | 28/91 kB | 12/189 kB | 4.1/571 kB Progress (4): 138/392 kB | 28/91 kB | 16/189 kB | 4.1/571 kB Progress (4): 138/392 kB | 28/91 kB | 16/189 kB | 7.7/571 kB Progress (4): 138/392 kB | 28/91 kB | 20/189 kB | 7.7/571 kB Progress (5): 138/392 kB | 28/91 kB | 20/189 kB | 7.7/571 kB | 4.1/168 kB Progress (5): 138/392 kB | 32/91 kB | 20/189 kB | 7.7/571 kB | 4.1/168 kB Progress (5): 138/392 kB | 32/91 kB | 20/189 kB | 7.7/571 kB | 7.7/168 kB Progress (5): 138/392 kB | 32/91 kB | 24/189 kB | 7.7/571 kB | 7.7/168 kB Progress (5): 138/392 kB | 32/91 kB | 24/189 kB | 12/571 kB | 7.7/168 kB Progress (5): 138/392 kB | 32/91 kB | 28/189 kB | 12/571 kB | 7.7/168 kB Progress (5): 138/392 kB | 32/91 kB | 28/189 kB | 12/571 kB | 12/168 kB Progress (5): 138/392 kB | 33/91 kB | 28/189 kB | 12/571 kB | 12/168 kB Progress (5): 138/392 kB | 33/91 kB | 28/189 kB | 12/571 kB | 16/168 kB Progress (5): 138/392 kB | 33/91 kB | 32/189 kB | 12/571 kB | 16/168 kB Progress (5): 138/392 kB | 33/91 kB | 32/189 kB | 16/571 kB | 16/168 kB Progress (5): 138/392 kB | 33/91 kB | 33/189 kB | 16/571 kB | 16/168 kB Progress (5): 138/392 kB | 33/91 kB | 33/189 kB | 16/571 kB | 20/168 kB Progress (5): 138/392 kB | 37/91 kB | 33/189 kB | 16/571 kB | 20/168 kB Progress (5): 138/392 kB | 37/91 kB | 33/189 kB | 16/571 kB | 24/168 kB Progress (5): 138/392 kB | 37/91 kB | 37/189 kB | 16/571 kB | 24/168 kB Progress (5): 138/392 kB | 37/91 kB | 37/189 kB | 20/571 kB | 24/168 kB Progress (5): 138/392 kB | 37/91 kB | 41/189 kB | 20/571 kB | 24/168 kB Progress (5): 138/392 kB | 37/91 kB | 41/189 kB | 20/571 kB | 28/168 kB Progress (5): 138/392 kB | 41/91 kB | 41/189 kB | 20/571 kB | 28/168 kB Progress (5): 138/392 kB | 41/91 kB | 41/189 kB | 20/571 kB | 32/168 kB Progress (5): 138/392 kB | 41/91 kB | 45/189 kB | 20/571 kB | 32/168 kB Progress (5): 138/392 kB | 41/91 kB | 45/189 kB | 24/571 kB | 32/168 kB Progress (5): 138/392 kB | 41/91 kB | 49/189 kB | 24/571 kB | 32/168 kB Progress (5): 138/392 kB | 41/91 kB | 49/189 kB | 24/571 kB | 33/168 kB Progress (5): 138/392 kB | 45/91 kB | 49/189 kB | 24/571 kB | 33/168 kB Progress (5): 138/392 kB | 45/91 kB | 49/189 kB | 24/571 kB | 37/168 kB Progress (5): 138/392 kB | 45/91 kB | 53/189 kB | 24/571 kB | 37/168 kB Progress (5): 138/392 kB | 45/91 kB | 53/189 kB | 28/571 kB | 37/168 kB Progress (5): 138/392 kB | 45/91 kB | 57/189 kB | 28/571 kB | 37/168 kB Progress (5): 138/392 kB | 45/91 kB | 57/189 kB | 28/571 kB | 41/168 kB Progress (5): 138/392 kB | 49/91 kB | 57/189 kB | 28/571 kB | 41/168 kB Progress (5): 138/392 kB | 49/91 kB | 57/189 kB | 28/571 kB | 45/168 kB Progress (5): 138/392 kB | 49/91 kB | 61/189 kB | 28/571 kB | 45/168 kB Progress (5): 138/392 kB | 49/91 kB | 61/189 kB | 32/571 kB | 45/168 kB Progress (5): 138/392 kB | 49/91 kB | 65/189 kB | 32/571 kB | 45/168 kB Progress (5): 138/392 kB | 49/91 kB | 65/189 kB | 32/571 kB | 49/168 kB Progress (5): 138/392 kB | 53/91 kB | 65/189 kB | 32/571 kB | 49/168 kB Progress (5): 138/392 kB | 53/91 kB | 65/189 kB | 32/571 kB | 53/168 kB Progress (5): 138/392 kB | 53/91 kB | 66/189 kB | 32/571 kB | 53/168 kB Progress (5): 138/392 kB | 53/91 kB | 66/189 kB | 33/571 kB | 53/168 kB Progress (5): 138/392 kB | 53/91 kB | 70/189 kB | 33/571 kB | 53/168 kB Progress (5): 138/392 kB | 53/91 kB | 70/189 kB | 33/571 kB | 57/168 kB Progress (5): 138/392 kB | 57/91 kB | 70/189 kB | 33/571 kB | 57/168 kB Progress (5): 138/392 kB | 57/91 kB | 70/189 kB | 33/571 kB | 61/168 kB Progress (5): 138/392 kB | 57/91 kB | 74/189 kB | 33/571 kB | 61/168 kB Progress (5): 138/392 kB | 57/91 kB | 74/189 kB | 37/571 kB | 61/168 kB Progress (5): 138/392 kB | 57/91 kB | 78/189 kB | 37/571 kB | 61/168 kB Progress (5): 138/392 kB | 57/91 kB | 78/189 kB | 37/571 kB | 65/168 kB Progress (5): 138/392 kB | 61/91 kB | 78/189 kB | 37/571 kB | 65/168 kB Progress (5): 138/392 kB | 61/91 kB | 78/189 kB | 37/571 kB | 66/168 kB Progress (5): 138/392 kB | 61/91 kB | 82/189 kB | 37/571 kB | 66/168 kB Progress (5): 138/392 kB | 61/91 kB | 82/189 kB | 41/571 kB | 66/168 kB Progress (5): 138/392 kB | 61/91 kB | 86/189 kB | 41/571 kB | 66/168 kB Progress (5): 138/392 kB | 61/91 kB | 86/189 kB | 41/571 kB | 70/168 kB Progress (5): 138/392 kB | 65/91 kB | 86/189 kB | 41/571 kB | 70/168 kB Progress (5): 138/392 kB | 65/91 kB | 86/189 kB | 41/571 kB | 74/168 kB Progress (5): 138/392 kB | 65/91 kB | 90/189 kB | 41/571 kB | 74/168 kB Progress (5): 138/392 kB | 65/91 kB | 90/189 kB | 45/571 kB | 74/168 kB Progress (5): 138/392 kB | 65/91 kB | 94/189 kB | 45/571 kB | 74/168 kB Progress (5): 138/392 kB | 65/91 kB | 94/189 kB | 45/571 kB | 78/168 kB Progress (5): 138/392 kB | 66/91 kB | 94/189 kB | 45/571 kB | 78/168 kB Progress (5): 138/392 kB | 66/91 kB | 94/189 kB | 45/571 kB | 82/168 kB Progress (5): 138/392 kB | 66/91 kB | 98/189 kB | 45/571 kB | 82/168 kB Progress (5): 138/392 kB | 66/91 kB | 98/189 kB | 49/571 kB | 82/168 kB Progress (5): 138/392 kB | 66/91 kB | 98/189 kB | 49/571 kB | 82/168 kB Progress (5): 138/392 kB | 66/91 kB | 98/189 kB | 49/571 kB | 86/168 kB Progress (5): 138/392 kB | 70/91 kB | 98/189 kB | 49/571 kB | 86/168 kB Progress (5): 138/392 kB | 70/91 kB | 98/189 kB | 49/571 kB | 90/168 kB Progress (5): 138/392 kB | 70/91 kB | 102/189 kB | 49/571 kB | 90/168 kB Progress (5): 138/392 kB | 70/91 kB | 102/189 kB | 53/571 kB | 90/168 kB Progress (5): 138/392 kB | 70/91 kB | 106/189 kB | 53/571 kB | 90/168 kB Progress (5): 138/392 kB | 70/91 kB | 106/189 kB | 53/571 kB | 94/168 kB Progress (5): 138/392 kB | 74/91 kB | 106/189 kB | 53/571 kB | 94/168 kB Progress (5): 138/392 kB | 74/91 kB | 106/189 kB | 53/571 kB | 98/168 kB Progress (5): 138/392 kB | 74/91 kB | 110/189 kB | 53/571 kB | 98/168 kB Progress (5): 138/392 kB | 74/91 kB | 110/189 kB | 57/571 kB | 98/168 kB Progress (5): 138/392 kB | 74/91 kB | 114/189 kB | 57/571 kB | 98/168 kB Progress (5): 138/392 kB | 74/91 kB | 114/189 kB | 57/571 kB | 98/168 kB Progress (5): 138/392 kB | 78/91 kB | 114/189 kB | 57/571 kB | 98/168 kB Progress (5): 138/392 kB | 78/91 kB | 114/189 kB | 57/571 kB | 102/168 kB Progress (5): 138/392 kB | 78/91 kB | 118/189 kB | 57/571 kB | 102/168 kB Progress (5): 138/392 kB | 78/91 kB | 118/189 kB | 61/571 kB | 102/168 kB Progress (5): 138/392 kB | 78/91 kB | 122/189 kB | 61/571 kB | 102/168 kB Progress (5): 138/392 kB | 78/91 kB | 122/189 kB | 61/571 kB | 106/168 kB Progress (5): 138/392 kB | 82/91 kB | 122/189 kB | 61/571 kB | 106/168 kB Progress (5): 138/392 kB | 82/91 kB | 122/189 kB | 61/571 kB | 110/168 kB Progress (5): 138/392 kB | 82/91 kB | 126/189 kB | 61/571 kB | 110/168 kB Progress (5): 138/392 kB | 82/91 kB | 126/189 kB | 65/571 kB | 110/168 kB Progress (5): 138/392 kB | 82/91 kB | 130/189 kB | 65/571 kB | 110/168 kB Progress (5): 138/392 kB | 82/91 kB | 130/189 kB | 65/571 kB | 114/168 kB Progress (5): 138/392 kB | 86/91 kB | 130/189 kB | 65/571 kB | 114/168 kB Progress (5): 138/392 kB | 86/91 kB | 130/189 kB | 65/571 kB | 118/168 kB Progress (5): 138/392 kB | 86/91 kB | 131/189 kB | 65/571 kB | 118/168 kB Progress (5): 138/392 kB | 86/91 kB | 131/189 kB | 66/571 kB | 118/168 kB Progress (5): 138/392 kB | 86/91 kB | 135/189 kB | 66/571 kB | 118/168 kB Progress (5): 138/392 kB | 86/91 kB | 135/189 kB | 66/571 kB | 122/168 kB Progress (5): 138/392 kB | 90/91 kB | 135/189 kB | 66/571 kB | 122/168 kB Progress (5): 138/392 kB | 90/91 kB | 135/189 kB | 66/571 kB | 126/168 kB Progress (5): 138/392 kB | 90/91 kB | 139/189 kB | 66/571 kB | 126/168 kB Progress (5): 138/392 kB | 90/91 kB | 139/189 kB | 70/571 kB | 126/168 kB Progress (5): 138/392 kB | 90/91 kB | 143/189 kB | 70/571 kB | 126/168 kB Progress (5): 138/392 kB | 90/91 kB | 143/189 kB | 70/571 kB | 130/168 kB Progress (5): 138/392 kB | 91 kB | 143/189 kB | 70/571 kB | 130/168 kB Progress (5): 138/392 kB | 91 kB | 143/189 kB | 70/571 kB | 131/168 kB Progress (5): 138/392 kB | 91 kB | 147/189 kB | 70/571 kB | 131/168 kB Progress (5): 138/392 kB | 91 kB | 147/189 kB | 74/571 kB | 131/168 kB Progress (5): 138/392 kB | 91 kB | 151/189 kB | 74/571 kB | 131/168 kB Progress (5): 138/392 kB | 91 kB | 151/189 kB | 74/571 kB | 135/168 kB Progress (5): 138/392 kB | 91 kB | 155/189 kB | 74/571 kB | 135/168 kB Progress (5): 138/392 kB | 91 kB | 155/189 kB | 78/571 kB | 135/168 kB Progress (5): 138/392 kB | 91 kB | 155/189 kB | 78/571 kB | 139/168 kB Progress (5): 138/392 kB | 91 kB | 155/189 kB | 82/571 kB | 139/168 kB Progress (5): 138/392 kB | 91 kB | 159/189 kB | 82/571 kB | 139/168 kB Progress (5): 138/392 kB | 91 kB | 159/189 kB | 86/571 kB | 139/168 kB Progress (5): 138/392 kB | 91 kB | 159/189 kB | 86/571 kB | 143/168 kB Progress (5): 138/392 kB | 91 kB | 159/189 kB | 90/571 kB | 143/168 kB Progress (5): 138/392 kB | 91 kB | 163/189 kB | 90/571 kB | 143/168 kB Progress (5): 138/392 kB | 91 kB | 163/189 kB | 94/571 kB | 143/168 kB Progress (5): 138/392 kB | 91 kB | 163/189 kB | 94/571 kB | 147/168 kB Progress (5): 138/392 kB | 91 kB | 163/189 kB | 98/571 kB | 147/168 kB Progress (5): 138/392 kB | 91 kB | 167/189 kB | 98/571 kB | 147/168 kB Progress (5): 138/392 kB | 91 kB | 167/189 kB | 102/571 kB | 147/168 kB Progress (5): 138/392 kB | 91 kB | 167/189 kB | 102/571 kB | 151/168 kB Progress (5): 138/392 kB | 91 kB | 167/189 kB | 106/571 kB | 151/168 kB Progress (5): 138/392 kB | 91 kB | 171/189 kB | 106/571 kB | 151/168 kB Progress (5): 138/392 kB | 91 kB | 171/189 kB | 110/571 kB | 151/168 kB Progress (5): 138/392 kB | 91 kB | 171/189 kB | 110/571 kB | 155/168 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar (91 kB at 317 kB/s) 15:14:55 [2019-07-19T19:14:55.466Z] Progress (4): 138/392 kB | 171/189 kB | 114/571 kB | 155/168 kB Progress (4): 138/392 kB | 175/189 kB | 114/571 kB | 155/168 kB Progress (4): 138/392 kB | 175/189 kB | 118/571 kB | 155/168 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar 15:14:55 [2019-07-19T19:14:55.466Z] Progress (4): 138/392 kB | 175/189 kB | 118/571 kB | 159/168 kB Progress (4): 138/392 kB | 175/189 kB | 122/571 kB | 159/168 kB Progress (4): 138/392 kB | 179/189 kB | 122/571 kB | 159/168 kB Progress (4): 138/392 kB | 179/189 kB | 126/571 kB | 159/168 kB Progress (4): 138/392 kB | 179/189 kB | 126/571 kB | 163/168 kB Progress (4): 138/392 kB | 179/189 kB | 130/571 kB | 163/168 kB Progress (4): 138/392 kB | 183/189 kB | 130/571 kB | 163/168 kB Progress (4): 138/392 kB | 183/189 kB | 134/571 kB | 163/168 kB Progress (4): 138/392 kB | 183/189 kB | 134/571 kB | 167/168 kB Progress (4): 138/392 kB | 183/189 kB | 138/571 kB | 167/168 kB Progress (4): 138/392 kB | 187/189 kB | 138/571 kB | 167/168 kB Progress (4): 138/392 kB | 187/189 kB | 142/571 kB | 167/168 kB Progress (4): 138/392 kB | 187/189 kB | 142/571 kB | 168 kB Progress (4): 138/392 kB | 187/189 kB | 146/571 kB | 168 kB Progress (4): 138/392 kB | 189 kB | 146/571 kB | 168 kB Progress (4): 138/392 kB | 189 kB | 150/571 kB | 168 kB Progress (4): 138/392 kB | 189 kB | 154/571 kB | 168 kB Progress (4): 138/392 kB | 189 kB | 158/571 kB | 168 kB Progress (4): 138/392 kB | 189 kB | 162/571 kB | 168 kB Progress (4): 138/392 kB | 189 kB | 166/571 kB | 168 kB Progress (4): 138/392 kB | 189 kB | 170/571 kB | 168 kB Progress (4): 138/392 kB | 189 kB | 174/571 kB | 168 kB Progress (4): 138/392 kB | 189 kB | 178/571 kB | 168 kB Progress (4): 138/392 kB | 189 kB | 182/571 kB | 168 kB Progress (4): 138/392 kB | 189 kB | 186/571 kB | 168 kB Progress (4): 138/392 kB | 189 kB | 190/571 kB | 168 kB Progress (4): 138/392 kB | 189 kB | 194/571 kB | 168 kB Progress (4): 138/392 kB | 189 kB | 198/571 kB | 168 kB Progress (4): 138/392 kB | 189 kB | 202/571 kB | 168 kB Progress (4): 138/392 kB | 189 kB | 206/571 kB | 168 kB Progress (4): 138/392 kB | 189 kB | 210/571 kB | 168 kB Progress (4): 138/392 kB | 189 kB | 214/571 kB | 168 kB Progress (4): 138/392 kB | 189 kB | 218/571 kB | 168 kB Progress (4): 138/392 kB | 189 kB | 222/571 kB | 168 kB Progress (4): 138/392 kB | 189 kB | 226/571 kB | 168 kB Progress (5): 138/392 kB | 189 kB | 226/571 kB | 168 kB | 4.1/38 kB Progress (5): 138/392 kB | 189 kB | 230/571 kB | 168 kB | 4.1/38 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (189 kB at 627 kB/s) 15:14:55 [2019-07-19T19:14:55.466Z] Progress (4): 138/392 kB | 234/571 kB | 168 kB | 4.1/38 kB Progress (4): 138/392 kB | 234/571 kB | 168 kB | 7.7/38 kB Progress (4): 138/392 kB | 238/571 kB | 168 kB | 7.7/38 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar 15:14:55 [2019-07-19T19:14:55.466Z] Progress (4): 138/392 kB | 242/571 kB | 168 kB | 7.7/38 kB Progress (4): 138/392 kB | 242/571 kB | 168 kB | 12/38 kB Progress (4): 138/392 kB | 246/571 kB | 168 kB | 12/38 kB Progress (4): 138/392 kB | 246/571 kB | 168 kB | 16/38 kB Progress (4): 138/392 kB | 250/571 kB | 168 kB | 16/38 kB Progress (4): 138/392 kB | 250/571 kB | 168 kB | 20/38 kB Progress (4): 138/392 kB | 254/571 kB | 168 kB | 20/38 kB Progress (4): 138/392 kB | 254/571 kB | 168 kB | 24/38 kB Progress (4): 138/392 kB | 258/571 kB | 168 kB | 24/38 kB Progress (4): 138/392 kB | 258/571 kB | 168 kB | 28/38 kB Progress (4): 138/392 kB | 262/571 kB | 168 kB | 28/38 kB Progress (4): 138/392 kB | 262/571 kB | 168 kB | 32/38 kB Progress (4): 138/392 kB | 266/571 kB | 168 kB | 32/38 kB Progress (4): 138/392 kB | 266/571 kB | 168 kB | 36/38 kB Progress (4): 138/392 kB | 270/571 kB | 168 kB | 36/38 kB Progress (4): 138/392 kB | 270/571 kB | 168 kB | 38 kB Progress (4): 138/392 kB | 274/571 kB | 168 kB | 38 kB Progress (4): 138/392 kB | 278/571 kB | 168 kB | 38 kB Progress (4): 138/392 kB | 282/571 kB | 168 kB | 38 kB Progress (4): 138/392 kB | 286/571 kB | 168 kB | 38 kB Progress (4): 138/392 kB | 290/571 kB | 168 kB | 38 kB Progress (4): 138/392 kB | 294/571 kB | 168 kB | 38 kB Progress (4): 138/392 kB | 298/571 kB | 168 kB | 38 kB Progress (4): 138/392 kB | 302/571 kB | 168 kB | 38 kB Progress (4): 138/392 kB | 306/571 kB | 168 kB | 38 kB Progress (4): 138/392 kB | 310/571 kB | 168 kB | 38 kB Progress (4): 138/392 kB | 314/571 kB | 168 kB | 38 kB Progress (4): 138/392 kB | 318/571 kB | 168 kB | 38 kB Progress (4): 138/392 kB | 322/571 kB | 168 kB | 38 kB Progress (4): 138/392 kB | 326/571 kB | 168 kB | 38 kB Progress (4): 138/392 kB | 330/571 kB | 168 kB | 38 kB Progress (4): 138/392 kB | 334/571 kB | 168 kB | 38 kB Progress (4): 138/392 kB | 338/571 kB | 168 kB | 38 kB Progress (4): 138/392 kB | 342/571 kB | 168 kB | 38 kB Progress (4): 138/392 kB | 346/571 kB | 168 kB | 38 kB Progress (4): 138/392 kB | 350/571 kB | 168 kB | 38 kB Progress (4): 138/392 kB | 354/571 kB | 168 kB | 38 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.jar (168 kB at 536 kB/s) 15:14:55 [2019-07-19T19:14:55.466Z] Progress (3): 138/392 kB | 358/571 kB | 38 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar 15:14:55 [2019-07-19T19:14:55.466Z] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar (38 kB at 120 kB/s) 15:14:55 [2019-07-19T19:14:55.466Z] Progress (2): 138/392 kB | 362/571 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar 15:14:55 [2019-07-19T19:14:55.466Z] Progress (2): 138/392 kB | 366/571 kB Progress (2): 138/392 kB | 370/571 kB Progress (2): 138/392 kB | 374/571 kB Progress (2): 138/392 kB | 378/571 kB Progress (2): 138/392 kB | 382/571 kB Progress (2): 138/392 kB | 386/571 kB Progress (2): 138/392 kB | 390/571 kB Progress (2): 138/392 kB | 394/571 kB Progress (2): 138/392 kB | 398/571 kB Progress (2): 138/392 kB | 402/571 kB Progress (2): 138/392 kB | 406/571 kB Progress (2): 138/392 kB | 410/571 kB Progress (2): 138/392 kB | 414/571 kB Progress (2): 138/392 kB | 418/571 kB Progress (3): 138/392 kB | 418/571 kB | 4.1/65 kB Progress (3): 138/392 kB | 422/571 kB | 4.1/65 kB Progress (3): 138/392 kB | 422/571 kB | 7.7/65 kB Progress (3): 138/392 kB | 426/571 kB | 7.7/65 kB Progress (3): 138/392 kB | 426/571 kB | 12/65 kB Progress (3): 138/392 kB | 430/571 kB | 12/65 kB Progress (3): 138/392 kB | 430/571 kB | 16/65 kB Progress (3): 138/392 kB | 434/571 kB | 16/65 kB Progress (3): 138/392 kB | 434/571 kB | 20/65 kB Progress (3): 138/392 kB | 438/571 kB | 20/65 kB Progress (3): 138/392 kB | 438/571 kB | 24/65 kB Progress (3): 138/392 kB | 442/571 kB | 24/65 kB Progress (4): 138/392 kB | 442/571 kB | 24/65 kB | 4.1/109 kB Progress (4): 138/392 kB | 442/571 kB | 28/65 kB | 4.1/109 kB Progress (4): 138/392 kB | 442/571 kB | 28/65 kB | 7.7/109 kB Progress (4): 138/392 kB | 446/571 kB | 28/65 kB | 7.7/109 kB Progress (4): 138/392 kB | 446/571 kB | 28/65 kB | 12/109 kB Progress (4): 138/392 kB | 446/571 kB | 32/65 kB | 12/109 kB Progress (4): 138/392 kB | 446/571 kB | 32/65 kB | 16/109 kB Progress (4): 138/392 kB | 450/571 kB | 32/65 kB | 16/109 kB Progress (4): 138/392 kB | 450/571 kB | 36/65 kB | 16/109 kB Progress (4): 138/392 kB | 454/571 kB | 36/65 kB | 16/109 kB Progress (5): 138/392 kB | 454/571 kB | 36/65 kB | 16/109 kB | 4.1/259 kB Progress (5): 138/392 kB | 454/571 kB | 36/65 kB | 20/109 kB | 4.1/259 kB Progress (5): 138/392 kB | 454/571 kB | 36/65 kB | 20/109 kB | 7.7/259 kB Progress (5): 138/392 kB | 458/571 kB | 36/65 kB | 20/109 kB | 7.7/259 kB Progress (5): 138/392 kB | 458/571 kB | 40/65 kB | 20/109 kB | 7.7/259 kB Progress (5): 138/392 kB | 462/571 kB | 40/65 kB | 20/109 kB | 7.7/259 kB Progress (5): 138/392 kB | 462/571 kB | 40/65 kB | 20/109 kB | 12/259 kB Progress (5): 138/392 kB | 462/571 kB | 40/65 kB | 24/109 kB | 12/259 kB Progress (5): 138/392 kB | 462/571 kB | 40/65 kB | 24/109 kB | 16/259 kB Progress (5): 138/392 kB | 462/571 kB | 40/65 kB | 28/109 kB | 16/259 kB Progress (5): 138/392 kB | 466/571 kB | 40/65 kB | 28/109 kB | 16/259 kB Progress (5): 138/392 kB | 466/571 kB | 44/65 kB | 28/109 kB | 16/259 kB Progress (5): 138/392 kB | 470/571 kB | 44/65 kB | 28/109 kB | 16/259 kB Progress (5): 138/392 kB | 470/571 kB | 44/65 kB | 32/109 kB | 16/259 kB Progress (5): 138/392 kB | 470/571 kB | 44/65 kB | 32/109 kB | 20/259 kB Progress (5): 138/392 kB | 470/571 kB | 44/65 kB | 33/109 kB | 20/259 kB Progress (5): 138/392 kB | 474/571 kB | 44/65 kB | 33/109 kB | 20/259 kB Progress (5): 138/392 kB | 474/571 kB | 48/65 kB | 33/109 kB | 20/259 kB Progress (5): 138/392 kB | 478/571 kB | 48/65 kB | 33/109 kB | 20/259 kB Progress (5): 138/392 kB | 478/571 kB | 48/65 kB | 37/109 kB | 20/259 kB Progress (5): 138/392 kB | 478/571 kB | 48/65 kB | 37/109 kB | 24/259 kB Progress (5): 138/392 kB | 478/571 kB | 48/65 kB | 41/109 kB | 24/259 kB Progress (5): 138/392 kB | 482/571 kB | 48/65 kB | 41/109 kB | 24/259 kB Progress (5): 138/392 kB | 482/571 kB | 52/65 kB | 41/109 kB | 24/259 kB Progress (5): 138/392 kB | 486/571 kB | 52/65 kB | 41/109 kB | 24/259 kB Progress (5): 138/392 kB | 486/571 kB | 52/65 kB | 45/109 kB | 24/259 kB Progress (5): 138/392 kB | 486/571 kB | 52/65 kB | 45/109 kB | 28/259 kB Progress (5): 138/392 kB | 486/571 kB | 52/65 kB | 49/109 kB | 28/259 kB Progress (5): 138/392 kB | 490/571 kB | 52/65 kB | 49/109 kB | 28/259 kB Progress (5): 138/392 kB | 490/571 kB | 56/65 kB | 49/109 kB | 28/259 kB Progress (5): 138/392 kB | 494/571 kB | 56/65 kB | 49/109 kB | 28/259 kB Progress (5): 138/392 kB | 494/571 kB | 56/65 kB | 53/109 kB | 28/259 kB Progress (5): 138/392 kB | 494/571 kB | 56/65 kB | 53/109 kB | 32/259 kB Progress (5): 138/392 kB | 494/571 kB | 56/65 kB | 57/109 kB | 32/259 kB Progress (5): 138/392 kB | 498/571 kB | 56/65 kB | 57/109 kB | 32/259 kB Progress (5): 138/392 kB | 498/571 kB | 56/65 kB | 61/109 kB | 32/259 kB Progress (5): 138/392 kB | 498/571 kB | 60/65 kB | 61/109 kB | 32/259 kB Progress (5): 138/392 kB | 498/571 kB | 60/65 kB | 65/109 kB | 32/259 kB Progress (5): 138/392 kB | 502/571 kB | 60/65 kB | 65/109 kB | 32/259 kB Progress (5): 138/392 kB | 502/571 kB | 60/65 kB | 65/109 kB | 33/259 kB Progress (5): 138/392 kB | 506/571 kB | 60/65 kB | 65/109 kB | 33/259 kB Progress (5): 138/392 kB | 506/571 kB | 60/65 kB | 66/109 kB | 33/259 kB Progress (5): 138/392 kB | 506/571 kB | 64/65 kB | 66/109 kB | 33/259 kB Progress (5): 138/392 kB | 506/571 kB | 64/65 kB | 70/109 kB | 33/259 kB Progress (5): 138/392 kB | 510/571 kB | 64/65 kB | 70/109 kB | 33/259 kB Progress (5): 138/392 kB | 510/571 kB | 64/65 kB | 70/109 kB | 37/259 kB Progress (5): 138/392 kB | 514/571 kB | 64/65 kB | 70/109 kB | 37/259 kB Progress (5): 138/392 kB | 514/571 kB | 64/65 kB | 74/109 kB | 37/259 kB Progress (5): 138/392 kB | 514/571 kB | 65 kB | 74/109 kB | 37/259 kB Progress (5): 138/392 kB | 514/571 kB | 65 kB | 78/109 kB | 37/259 kB Progress (5): 138/392 kB | 518/571 kB | 65 kB | 78/109 kB | 37/259 kB Progress (5): 138/392 kB | 518/571 kB | 65 kB | 78/109 kB | 41/259 kB Progress (5): 138/392 kB | 522/571 kB | 65 kB | 78/109 kB | 41/259 kB Progress (5): 138/392 kB | 522/571 kB | 65 kB | 82/109 kB | 41/259 kB Progress (5): 138/392 kB | 526/571 kB | 65 kB | 82/109 kB | 41/259 kB Progress (5): 138/392 kB | 526/571 kB | 65 kB | 86/109 kB | 41/259 kB Progress (5): 138/392 kB | 526/571 kB | 65 kB | 86/109 kB | 45/259 kB Progress (5): 138/392 kB | 526/571 kB | 65 kB | 90/109 kB | 45/259 kB Progress (5): 138/392 kB | 530/571 kB | 65 kB | 90/109 kB | 45/259 kB Progress (5): 138/392 kB | 530/571 kB | 65 kB | 94/109 kB | 45/259 kB Progress (5): 138/392 kB | 530/571 kB | 65 kB | 94/109 kB | 49/259 kB Progress (5): 138/392 kB | 530/571 kB | 65 kB | 98/109 kB | 49/259 kB Progress (5): 138/392 kB | 534/571 kB | 65 kB | 98/109 kB | 49/259 kB Progress (5): 138/392 kB | 534/571 kB | 65 kB | 98/109 kB | 49/259 kB Progress (5): 138/392 kB | 534/571 kB | 65 kB | 98/109 kB | 53/259 kB Progress (5): 138/392 kB | 534/571 kB | 65 kB | 102/109 kB | 53/259 kB Progress (5): 138/392 kB | 538/571 kB | 65 kB | 102/109 kB | 53/259 kB Progress (5): 138/392 kB | 538/571 kB | 65 kB | 106/109 kB | 53/259 kB Progress (5): 138/392 kB | 538/571 kB | 65 kB | 106/109 kB | 57/259 kB Progress (5): 138/392 kB | 538/571 kB | 65 kB | 109 kB | 57/259 kB Progress (5): 138/392 kB | 542/571 kB | 65 kB | 109 kB | 57/259 kB Progress (5): 138/392 kB | 542/571 kB | 65 kB | 109 kB | 61/259 kB Progress (5): 138/392 kB | 546/571 kB | 65 kB | 109 kB | 61/259 kB Progress (5): 138/392 kB | 550/571 kB | 65 kB | 109 kB | 61/259 kB Progress (5): 138/392 kB | 554/571 kB | 65 kB | 109 kB | 61/259 kB Progress (5): 138/392 kB | 558/571 kB | 65 kB | 109 kB | 61/259 kB Progress (5): 138/392 kB | 562/571 kB | 65 kB | 109 kB | 61/259 kB Progress (5): 138/392 kB | 566/571 kB | 65 kB | 109 kB | 61/259 kB Progress (5): 138/392 kB | 570/571 kB | 65 kB | 109 kB | 61/259 kB Progress (5): 138/392 kB | 571 kB | 65 kB | 109 kB | 61/259 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar (65 kB at 185 kB/s) 15:14:55 [2019-07-19T19:14:55.466Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.7.9/org.jacoco.core-0.7.9.jar 15:14:55 [2019-07-19T19:14:55.466Z] Progress (4): 138/392 kB | 571 kB | 109 kB | 65/259 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.jar (571 kB at 1.6 MB/s) 15:14:55 [2019-07-19T19:14:55.466Z] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar (109 kB at 301 kB/s) 15:14:55 [2019-07-19T19:14:55.466Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/5.2/asm-debug-all-5.2.jar 15:14:55 [2019-07-19T19:14:55.466Z] Progress (2): 138/392 kB | 66/259 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.7.9/org.jacoco.report-0.7.9.jar 15:14:55 [2019-07-19T19:14:55.466Z] Progress (2): 138/392 kB | 70/259 kB Progress (2): 138/392 kB | 74/259 kB Progress (2): 138/392 kB | 78/259 kB Progress (2): 138/392 kB | 82/259 kB Progress (2): 138/392 kB | 86/259 kB Progress (2): 138/392 kB | 90/259 kB Progress (2): 138/392 kB | 94/259 kB Progress (2): 138/392 kB | 98/259 kB Progress (2): 138/392 kB | 98/259 kB Progress (2): 138/392 kB | 102/259 kB Progress (2): 138/392 kB | 106/259 kB Progress (2): 138/392 kB | 110/259 kB Progress (2): 138/392 kB | 114/259 kB Progress (2): 138/392 kB | 118/259 kB Progress (2): 138/392 kB | 122/259 kB Progress (2): 138/392 kB | 126/259 kB Progress (2): 138/392 kB | 130/259 kB Progress (2): 138/392 kB | 131/259 kB Progress (2): 138/392 kB | 135/259 kB Progress (2): 138/392 kB | 139/259 kB Progress (2): 138/392 kB | 143/259 kB Progress (2): 138/392 kB | 147/259 kB Progress (2): 138/392 kB | 151/259 kB Progress (2): 138/392 kB | 155/259 kB Progress (2): 138/392 kB | 159/259 kB Progress (2): 138/392 kB | 163/259 kB Progress (2): 138/392 kB | 164/259 kB Progress (2): 138/392 kB | 168/259 kB Progress (2): 138/392 kB | 172/259 kB Progress (2): 138/392 kB | 176/259 kB Progress (2): 138/392 kB | 180/259 kB Progress (2): 138/392 kB | 184/259 kB Progress (2): 138/392 kB | 188/259 kB Progress (2): 138/392 kB | 192/259 kB Progress (2): 138/392 kB | 196/259 kB Progress (2): 138/392 kB | 200/259 kB Progress (2): 138/392 kB | 204/259 kB Progress (2): 138/392 kB | 208/259 kB Progress (2): 138/392 kB | 212/259 kB Progress (2): 138/392 kB | 216/259 kB Progress (2): 138/392 kB | 220/259 kB Progress (2): 138/392 kB | 224/259 kB Progress (2): 138/392 kB | 228/259 kB Progress (2): 138/392 kB | 232/259 kB Progress (2): 138/392 kB | 236/259 kB Progress (2): 138/392 kB | 240/259 kB Progress (2): 138/392 kB | 244/259 kB Progress (3): 138/392 kB | 244/259 kB | 4.1/388 kB Progress (3): 138/392 kB | 248/259 kB | 4.1/388 kB Progress (3): 138/392 kB | 248/259 kB | 7.7/388 kB Progress (3): 138/392 kB | 252/259 kB | 7.7/388 kB Progress (3): 138/392 kB | 252/259 kB | 12/388 kB Progress (3): 138/392 kB | 256/259 kB | 12/388 kB Progress (3): 138/392 kB | 256/259 kB | 16/388 kB Progress (3): 138/392 kB | 259 kB | 16/388 kB Progress (3): 138/392 kB | 259 kB | 20/388 kB Progress (3): 138/392 kB | 259 kB | 24/388 kB Progress (3): 138/392 kB | 259 kB | 28/388 kB Progress (3): 138/392 kB | 259 kB | 32/388 kB Progress (3): 138/392 kB | 259 kB | 33/388 kB Progress (3): 138/392 kB | 259 kB | 37/388 kB Progress (3): 138/392 kB | 259 kB | 41/388 kB Progress (3): 138/392 kB | 259 kB | 45/388 kB Progress (3): 138/392 kB | 259 kB | 49/388 kB Progress (4): 138/392 kB | 259 kB | 49/388 kB | 4.1/126 kB Progress (4): 138/392 kB | 259 kB | 53/388 kB | 4.1/126 kB Progress (4): 138/392 kB | 259 kB | 53/388 kB | 7.7/126 kB Progress (4): 138/392 kB | 259 kB | 57/388 kB | 7.7/126 kB Progress (4): 138/392 kB | 259 kB | 57/388 kB | 12/126 kB Progress (4): 138/392 kB | 259 kB | 57/388 kB | 16/126 kB Progress (4): 138/392 kB | 259 kB | 61/388 kB | 16/126 kB Progress (4): 138/392 kB | 259 kB | 61/388 kB | 20/126 kB Progress (5): 138/392 kB | 259 kB | 61/388 kB | 20/126 kB | 4.1/128 kB Progress (5): 138/392 kB | 259 kB | 61/388 kB | 24/126 kB | 4.1/128 kB Progress (5): 138/392 kB | 259 kB | 65/388 kB | 24/126 kB | 4.1/128 kB Progress (5): 138/392 kB | 259 kB | 65/388 kB | 28/126 kB | 4.1/128 kB Progress (5): 138/392 kB | 259 kB | 65/388 kB | 28/126 kB | 7.7/128 kB Progress (5): 138/392 kB | 259 kB | 65/388 kB | 32/126 kB | 7.7/128 kB Progress (5): 138/392 kB | 259 kB | 66/388 kB | 32/126 kB | 7.7/128 kB Progress (5): 138/392 kB | 259 kB | 66/388 kB | 33/126 kB | 7.7/128 kB Progress (5): 138/392 kB | 259 kB | 66/388 kB | 33/126 kB | 12/128 kB Progress (5): 138/392 kB | 259 kB | 66/388 kB | 37/126 kB | 12/128 kB Progress (5): 138/392 kB | 259 kB | 70/388 kB | 37/126 kB | 12/128 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar (259 kB at 665 kB/s) 15:14:55 [2019-07-19T19:14:55.466Z] Progress (4): 138/392 kB | 74/388 kB | 37/126 kB | 12/128 kB Progress (4): 138/392 kB | 74/388 kB | 41/126 kB | 12/128 kB Progress (4): 138/392 kB | 74/388 kB | 41/126 kB | 16/128 kB Progress (4): 138/392 kB | 74/388 kB | 45/126 kB | 16/128 kB Progress (4): 138/392 kB | 78/388 kB | 45/126 kB | 16/128 kB Progress (4): 138/392 kB | 78/388 kB | 49/126 kB | 16/128 kB Progress (4): 138/392 kB | 78/388 kB | 49/126 kB | 20/128 kB Progress (4): 138/392 kB | 78/388 kB | 53/126 kB | 20/128 kB Progress (4): 138/392 kB | 82/388 kB | 53/126 kB | 20/128 kB Progress (4): 138/392 kB | 82/388 kB | 57/126 kB | 20/128 kB Progress (4): 138/392 kB | 82/388 kB | 57/126 kB | 24/128 kB Progress (4): 138/392 kB | 82/388 kB | 61/126 kB | 24/128 kB Progress (4): 138/392 kB | 86/388 kB | 61/126 kB | 24/128 kB Progress (4): 138/392 kB | 86/388 kB | 65/126 kB | 24/128 kB Progress (4): 138/392 kB | 86/388 kB | 65/126 kB | 28/128 kB Progress (4): 138/392 kB | 86/388 kB | 66/126 kB | 28/128 kB Progress (4): 138/392 kB | 90/388 kB | 66/126 kB | 28/128 kB Progress (4): 138/392 kB | 90/388 kB | 70/126 kB | 28/128 kB Progress (4): 138/392 kB | 90/388 kB | 70/126 kB | 32/128 kB Progress (4): 138/392 kB | 90/388 kB | 74/126 kB | 32/128 kB Progress (4): 138/392 kB | 94/388 kB | 74/126 kB | 32/128 kB Progress (4): 138/392 kB | 94/388 kB | 78/126 kB | 32/128 kB Progress (4): 138/392 kB | 94/388 kB | 78/126 kB | 33/128 kB Progress (4): 138/392 kB | 94/388 kB | 82/126 kB | 33/128 kB Progress (4): 138/392 kB | 98/388 kB | 82/126 kB | 33/128 kB Progress (4): 138/392 kB | 98/388 kB | 86/126 kB | 33/128 kB Progress (4): 138/392 kB | 98/388 kB | 86/126 kB | 37/128 kB Progress (4): 138/392 kB | 98/388 kB | 90/126 kB | 37/128 kB Progress (4): 138/392 kB | 98/388 kB | 90/126 kB | 37/128 kB Progress (4): 138/392 kB | 98/388 kB | 94/126 kB | 37/128 kB Progress (4): 138/392 kB | 98/388 kB | 94/126 kB | 41/128 kB Progress (4): 138/392 kB | 98/388 kB | 98/126 kB | 41/128 kB Progress (4): 138/392 kB | 102/388 kB | 98/126 kB | 41/128 kB Progress (4): 138/392 kB | 102/388 kB | 102/126 kB | 41/128 kB Progress (4): 138/392 kB | 102/388 kB | 102/126 kB | 45/128 kB Progress (4): 138/392 kB | 102/388 kB | 106/126 kB | 45/128 kB Progress (4): 138/392 kB | 106/388 kB | 106/126 kB | 45/128 kB Progress (4): 138/392 kB | 106/388 kB | 110/126 kB | 45/128 kB Progress (4): 138/392 kB | 106/388 kB | 110/126 kB | 49/128 kB Progress (4): 138/392 kB | 106/388 kB | 114/126 kB | 49/128 kB Progress (4): 138/392 kB | 110/388 kB | 114/126 kB | 49/128 kB Progress (4): 138/392 kB | 110/388 kB | 118/126 kB | 49/128 kB Progress (4): 138/392 kB | 110/388 kB | 118/126 kB | 53/128 kB Progress (4): 138/392 kB | 110/388 kB | 122/126 kB | 53/128 kB Progress (4): 138/392 kB | 114/388 kB | 122/126 kB | 53/128 kB Progress (4): 138/392 kB | 114/388 kB | 126/126 kB | 53/128 kB Progress (4): 138/392 kB | 114/388 kB | 126/126 kB | 57/128 kB Progress (4): 138/392 kB | 118/388 kB | 126/126 kB | 57/128 kB Progress (4): 138/392 kB | 118/388 kB | 126 kB | 57/128 kB Progress (4): 138/392 kB | 122/388 kB | 126 kB | 57/128 kB Progress (4): 138/392 kB | 122/388 kB | 126 kB | 61/128 kB Progress (4): 138/392 kB | 126/388 kB | 126 kB | 61/128 kB Progress (4): 138/392 kB | 126/388 kB | 126 kB | 65/128 kB Progress (4): 138/392 kB | 130/388 kB | 126 kB | 65/128 kB Progress (4): 138/392 kB | 130/388 kB | 126 kB | 66/128 kB Progress (4): 138/392 kB | 131/388 kB | 126 kB | 66/128 kB Progress (4): 138/392 kB | 131/388 kB | 126 kB | 70/128 kB Progress (4): 138/392 kB | 135/388 kB | 126 kB | 70/128 kB Progress (4): 138/392 kB | 135/388 kB | 126 kB | 74/128 kB Progress (4): 138/392 kB | 139/388 kB | 126 kB | 74/128 kB Progress (4): 138/392 kB | 139/388 kB | 126 kB | 78/128 kB Progress (4): 138/392 kB | 139/388 kB | 126 kB | 82/128 kB Progress (4): 138/392 kB | 143/388 kB | 126 kB | 82/128 kB Progress (4): 138/392 kB | 143/388 kB | 126 kB | 86/128 kB Progress (4): 138/392 kB | 147/388 kB | 126 kB | 86/128 kB Progress (4): 138/392 kB | 147/388 kB | 126 kB | 90/128 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.7.9/org.jacoco.core-0.7.9.jar (126 kB at 309 kB/s) 15:14:55 [2019-07-19T19:14:55.466Z] Progress (3): 138/392 kB | 147/388 kB | 94/128 kB Progress (3): 138/392 kB | 151/388 kB | 94/128 kB Progress (3): 138/392 kB | 151/388 kB | 98/128 kB Progress (3): 138/392 kB | 155/388 kB | 98/128 kB Progress (3): 138/392 kB | 155/388 kB | 102/128 kB Progress (3): 138/392 kB | 155/388 kB | 106/128 kB Progress (3): 138/392 kB | 159/388 kB | 106/128 kB Progress (3): 138/392 kB | 159/388 kB | 110/128 kB Progress (3): 138/392 kB | 163/388 kB | 110/128 kB Progress (3): 138/392 kB | 163/388 kB | 114/128 kB Progress (3): 138/392 kB | 164/388 kB | 114/128 kB Progress (3): 138/392 kB | 164/388 kB | 118/128 kB Progress (3): 138/392 kB | 164/388 kB | 122/128 kB Progress (3): 138/392 kB | 168/388 kB | 122/128 kB Progress (3): 138/392 kB | 168/388 kB | 126/128 kB Progress (3): 138/392 kB | 172/388 kB | 126/128 kB Progress (3): 138/392 kB | 172/388 kB | 128 kB Progress (3): 138/392 kB | 176/388 kB | 128 kB Progress (3): 138/392 kB | 180/388 kB | 128 kB Progress (3): 138/392 kB | 184/388 kB | 128 kB Progress (3): 138/392 kB | 188/388 kB | 128 kB Progress (3): 138/392 kB | 192/388 kB | 128 kB Progress (3): 138/392 kB | 196/388 kB | 128 kB Progress (3): 138/392 kB | 200/388 kB | 128 kB Progress (3): 138/392 kB | 204/388 kB | 128 kB Progress (3): 138/392 kB | 208/388 kB | 128 kB Progress (3): 138/392 kB | 212/388 kB | 128 kB Progress (3): 138/392 kB | 216/388 kB | 128 kB Progress (3): 138/392 kB | 220/388 kB | 128 kB Progress (3): 138/392 kB | 224/388 kB | 128 kB Progress (3): 138/392 kB | 228/388 kB | 128 kB Progress (3): 138/392 kB | 232/388 kB | 128 kB Progress (3): 138/392 kB | 236/388 kB | 128 kB Progress (3): 138/392 kB | 240/388 kB | 128 kB Progress (3): 138/392 kB | 244/388 kB | 128 kB Progress (3): 138/392 kB | 248/388 kB | 128 kB Progress (3): 138/392 kB | 252/388 kB | 128 kB Progress (3): 138/392 kB | 256/388 kB | 128 kB Progress (3): 138/392 kB | 260/388 kB | 128 kB Progress (3): 138/392 kB | 264/388 kB | 128 kB Progress (3): 138/392 kB | 268/388 kB | 128 kB Progress (3): 138/392 kB | 272/388 kB | 128 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.7.9/org.jacoco.report-0.7.9.jar (128 kB at 306 kB/s) 15:14:55 [2019-07-19T19:14:55.466Z] Progress (2): 138/392 kB | 276/388 kB Progress (2): 138/392 kB | 280/388 kB Progress (2): 138/392 kB | 284/388 kB Progress (2): 138/392 kB | 288/388 kB Progress (2): 138/392 kB | 292/388 kB Progress (2): 138/392 kB | 296/388 kB Progress (2): 138/392 kB | 300/388 kB Progress (2): 138/392 kB | 304/388 kB Progress (2): 138/392 kB | 308/388 kB Progress (2): 138/392 kB | 312/388 kB Progress (2): 138/392 kB | 316/388 kB Progress (2): 138/392 kB | 320/388 kB Progress (2): 138/392 kB | 324/388 kB Progress (2): 138/392 kB | 328/388 kB Progress (2): 138/392 kB | 332/388 kB Progress (2): 138/392 kB | 336/388 kB Progress (2): 138/392 kB | 340/388 kB Progress (2): 138/392 kB | 344/388 kB Progress (2): 138/392 kB | 348/388 kB Progress (2): 138/392 kB | 352/388 kB Progress (2): 138/392 kB | 356/388 kB Progress (2): 138/392 kB | 360/388 kB Progress (2): 138/392 kB | 364/388 kB Progress (2): 138/392 kB | 368/388 kB Progress (2): 138/392 kB | 372/388 kB Progress (2): 138/392 kB | 376/388 kB Progress (2): 138/392 kB | 380/388 kB Progress (2): 138/392 kB | 384/388 kB Progress (2): 138/392 kB | 388/388 kB Progress (2): 138/392 kB | 388 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/5.2/asm-debug-all-5.2.jar (388 kB at 894 kB/s) 15:14:55 [2019-07-19T19:14:55.723Z] Progress (1): 142/392 kB Progress (1): 146/392 kB Progress (1): 150/392 kB Progress (1): 154/392 kB Progress (1): 158/392 kB Progress (1): 162/392 kB Progress (1): 166/392 kB Progress (1): 170/392 kB Progress (1): 174/392 kB Progress (1): 178/392 kB Progress (1): 182/392 kB Progress (1): 186/392 kB Progress (1): 190/392 kB Progress (1): 194/392 kB Progress (1): 198/392 kB Progress (1): 202/392 kB Progress (1): 206/392 kB Progress (1): 210/392 kB Progress (1): 214/392 kB Progress (1): 218/392 kB Progress (1): 222/392 kB Progress (1): 226/392 kB Progress (1): 230/392 kB Progress (1): 234/392 kB Progress (1): 238/392 kB Progress (1): 242/392 kB Progress (1): 246/392 kB Progress (1): 250/392 kB Progress (1): 254/392 kB Progress (1): 258/392 kB Progress (1): 262/392 kB Progress (1): 266/392 kB Progress (1): 270/392 kB Progress (1): 274/392 kB Progress (1): 278/392 kB Progress (1): 282/392 kB Progress (1): 286/392 kB Progress (1): 290/392 kB Progress (1): 294/392 kB Progress (1): 298/392 kB Progress (1): 302/392 kB Progress (1): 306/392 kB Progress (1): 310/392 kB Progress (1): 314/392 kB Progress (1): 318/392 kB Progress (1): 322/392 kB Progress (1): 326/392 kB Progress (1): 330/392 kB Progress (1): 334/392 kB Progress (1): 338/392 kB Progress (1): 342/392 kB Progress (1): 346/392 kB Progress (1): 350/392 kB Progress (1): 354/392 kB Progress (1): 358/392 kB Progress (1): 362/392 kB Progress (1): 366/392 kB Progress (1): 370/392 kB Progress (1): 374/392 kB Progress (1): 378/392 kB Progress (1): 382/392 kB Progress (1): 386/392 kB Progress (1): 390/392 kB Progress (1): 392 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.jar (392 kB at 822 kB/s) 15:14:55 [2019-07-19T19:14:55.723Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 15:14:55 [2019-07-19T19:14:55.723Z] [INFO] 15:14:55 [2019-07-19T19:14:55.723Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass --- 15:14:55 [2019-07-19T19:14:55.723Z] [INFO] 15:14:55 [2019-07-19T19:14:55.723Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass --- 15:14:55 [2019-07-19T19:14:55.723Z] [INFO] 15:14:55 [2019-07-19T19:14:55.723Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass --- 15:14:55 [2019-07-19T19:14:55.723Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/extras/tycho-pack200-impl/1.3.0/tycho-pack200-impl-1.3.0.pom 15:14:55 [2019-07-19T19:14:55.723Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-pack200-impl/1.3.0/tycho-pack200-impl-1.3.0.pom 15:14:55 [2019-07-19T19:14:55.723Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/extras/tycho-pack200-impl/1.3.0/tycho-pack200-impl-1.3.0.pom 15:14:55 [2019-07-19T19:14:55.980Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/extras/tycho-pack200-impl/1.3.0/tycho-pack200-impl-1.3.0.pom 15:14:55 [2019-07-19T19:14:55.980Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/extras/tycho-pack200-impl/1.3.0/tycho-pack200-impl-1.3.0.pom 15:14:55 [2019-07-19T19:14:55.980Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200-impl/1.3.0/tycho-pack200-impl-1.3.0.pom 15:14:55 [2019-07-19T19:14:55.980Z] Progress (1): 1.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200-impl/1.3.0/tycho-pack200-impl-1.3.0.pom (1.0 kB at 52 kB/s) 15:14:55 [2019-07-19T19:14:55.980Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/extras/tycho-pack200-impl/1.3.0/tycho-pack200-impl-1.3.0.jar 15:14:55 [2019-07-19T19:14:55.980Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-pack200-impl/1.3.0/tycho-pack200-impl-1.3.0.jar 15:14:55 [2019-07-19T19:14:55.980Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/extras/tycho-pack200-impl/1.3.0/tycho-pack200-impl-1.3.0.jar 15:14:56 [2019-07-19T19:14:56.237Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/extras/tycho-pack200-impl/1.3.0/tycho-pack200-impl-1.3.0.jar 15:14:56 [2019-07-19T19:14:56.237Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/extras/tycho-pack200-impl/1.3.0/tycho-pack200-impl-1.3.0.jar 15:14:56 [2019-07-19T19:14:56.237Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200-impl/1.3.0/tycho-pack200-impl-1.3.0.jar 15:14:56 [2019-07-19T19:14:56.237Z] Progress (1): 4.1/14 kB Progress (1): 7.7/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200-impl/1.3.0/tycho-pack200-impl-1.3.0.jar (14 kB at 274 kB/s) 15:14:56 [2019-07-19T19:14:56.495Z] [INFO] 15:14:56 [2019-07-19T19:14:56.495Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass --- 15:14:56 [2019-07-19T19:14:56.495Z] [INFO] 15:14:56 [2019-07-19T19:14:56.495Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass --- 15:14:56 [2019-07-19T19:14:56.495Z] [INFO] Skipping JaCoCo execution due to missing execution data file. 15:14:56 [2019-07-19T19:14:56.495Z] [INFO] 15:14:56 [2019-07-19T19:14:56.495Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass --- 15:14:56 [2019-07-19T19:14:56.495Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-codec/commons-codec/1.6/commons-codec-1.6.pom 15:14:56 [2019-07-19T19:14:56.495Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-codec/commons-codec/1.6/commons-codec-1.6.pom 15:14:56 [2019-07-19T19:14:56.495Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/commons-codec/commons-codec/1.6/commons-codec-1.6.pom 15:14:56 [2019-07-19T19:14:56.753Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-codec/commons-codec/1.6/commons-codec-1.6.pom 15:14:56 [2019-07-19T19:14:56.753Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-codec/commons-codec/1.6/commons-codec-1.6.pom 15:14:56 [2019-07-19T19:14:56.753Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.pom 15:14:56 [2019-07-19T19:14:56.753Z] Progress (1): 4.1/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.pom (11 kB at 349 kB/s) 15:14:56 [2019-07-19T19:14:56.753Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.pom 15:14:56 [2019-07-19T19:14:56.753Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.pom 15:14:57 [2019-07-19T19:14:57.010Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.pom 15:14:57 [2019-07-19T19:14:57.010Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.pom 15:14:57 [2019-07-19T19:14:57.010Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.pom 15:14:57 [2019-07-19T19:14:57.010Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.pom 15:14:57 [2019-07-19T19:14:57.010Z] Progress (1): 4.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.pom (4.0 kB at 131 kB/s) 15:14:57 [2019-07-19T19:14:57.010Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom 15:14:57 [2019-07-19T19:14:57.010Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom 15:14:57 [2019-07-19T19:14:57.267Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom 15:14:57 [2019-07-19T19:14:57.267Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom 15:14:57 [2019-07-19T19:14:57.267Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom 15:14:57 [2019-07-19T19:14:57.267Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom 15:14:57 [2019-07-19T19:14:57.267Z] Progress (1): 4.1/6.4 kB Progress (1): 6.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (6.4 kB at 193 kB/s) 15:14:57 [2019-07-19T19:14:57.523Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom 15:14:57 [2019-07-19T19:14:57.523Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom 15:14:57 [2019-07-19T19:14:57.523Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom 15:14:57 [2019-07-19T19:14:57.523Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom 15:14:57 [2019-07-19T19:14:57.523Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom 15:14:57 [2019-07-19T19:14:57.523Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom 15:14:57 [2019-07-19T19:14:57.780Z] Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom (3.1 kB at 93 kB/s) 15:14:57 [2019-07-19T19:14:57.780Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-codec/commons-codec/1.6/commons-codec-1.6.jar 15:14:57 [2019-07-19T19:14:57.780Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar 15:14:57 [2019-07-19T19:14:57.780Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.jar 15:14:57 [2019-07-19T19:14:57.780Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-codec/commons-codec/1.6/commons-codec-1.6.jar 15:14:57 [2019-07-19T19:14:57.780Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar 15:14:57 [2019-07-19T19:14:57.780Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.jar 15:14:57 [2019-07-19T19:14:57.780Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/commons-codec/commons-codec/1.6/commons-codec-1.6.jar 15:14:57 [2019-07-19T19:14:57.780Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar 15:14:57 [2019-07-19T19:14:57.780Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.jar 15:14:58 [2019-07-19T19:14:58.039Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-codec/commons-codec/1.6/commons-codec-1.6.jar 15:14:58 [2019-07-19T19:14:58.039Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar 15:14:58 [2019-07-19T19:14:58.039Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.jar 15:14:58 [2019-07-19T19:14:58.039Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-codec/commons-codec/1.6/commons-codec-1.6.jar 15:14:58 [2019-07-19T19:14:58.039Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar 15:14:58 [2019-07-19T19:14:58.039Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.jar 15:14:58 [2019-07-19T19:14:58.039Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.jar 15:14:58 [2019-07-19T19:14:58.039Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar 15:14:58 [2019-07-19T19:14:58.039Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.jar 15:14:58 [2019-07-19T19:14:58.039Z] Progress (1): 4.1/233 kB Progress (1): 7.7/233 kB Progress (1): 12/233 kB Progress (1): 16/233 kB Progress (2): 16/233 kB | 4.1/239 kB Progress (2): 20/233 kB | 4.1/239 kB Progress (2): 20/233 kB | 7.7/239 kB Progress (2): 24/233 kB | 7.7/239 kB Progress (2): 24/233 kB | 12/239 kB Progress (2): 28/233 kB | 12/239 kB Progress (2): 28/233 kB | 16/239 kB Progress (2): 32/233 kB | 16/239 kB Progress (2): 32/233 kB | 20/239 kB Progress (2): 36/233 kB | 20/239 kB Progress (2): 36/233 kB | 24/239 kB Progress (2): 40/233 kB | 24/239 kB Progress (2): 40/233 kB | 28/239 kB Progress (2): 44/233 kB | 28/239 kB Progress (2): 44/233 kB | 32/239 kB Progress (2): 48/233 kB | 32/239 kB Progress (2): 48/233 kB | 36/239 kB Progress (2): 52/233 kB | 36/239 kB Progress (2): 52/233 kB | 40/239 kB Progress (2): 56/233 kB | 40/239 kB Progress (2): 56/233 kB | 44/239 kB Progress (2): 60/233 kB | 44/239 kB Progress (2): 60/233 kB | 48/239 kB Progress (2): 64/233 kB | 48/239 kB Progress (2): 64/233 kB | 52/239 kB Progress (2): 68/233 kB | 52/239 kB Progress (2): 68/233 kB | 56/239 kB Progress (2): 72/233 kB | 56/239 kB Progress (2): 72/233 kB | 60/239 kB Progress (2): 76/233 kB | 60/239 kB Progress (2): 76/233 kB | 64/239 kB Progress (2): 80/233 kB | 64/239 kB Progress (2): 80/233 kB | 68/239 kB Progress (2): 84/233 kB | 68/239 kB Progress (2): 84/233 kB | 72/239 kB Progress (2): 88/233 kB | 72/239 kB Progress (2): 88/233 kB | 76/239 kB Progress (2): 92/233 kB | 76/239 kB Progress (2): 92/233 kB | 80/239 kB Progress (2): 96/233 kB | 80/239 kB Progress (2): 96/233 kB | 84/239 kB Progress (2): 100/233 kB | 84/239 kB Progress (2): 100/233 kB | 88/239 kB Progress (2): 104/233 kB | 88/239 kB Progress (2): 104/233 kB | 92/239 kB Progress (2): 108/233 kB | 92/239 kB Progress (2): 108/233 kB | 96/239 kB Progress (2): 112/233 kB | 96/239 kB Progress (2): 112/233 kB | 100/239 kB Progress (2): 116/233 kB | 100/239 kB Progress (2): 116/233 kB | 104/239 kB Progress (2): 120/233 kB | 104/239 kB Progress (2): 120/233 kB | 108/239 kB Progress (2): 124/233 kB | 108/239 kB Progress (2): 124/233 kB | 112/239 kB Progress (2): 128/233 kB | 112/239 kB Progress (2): 128/233 kB | 116/239 kB Progress (2): 132/233 kB | 116/239 kB Progress (2): 132/233 kB | 120/239 kB Progress (2): 136/233 kB | 120/239 kB Progress (2): 136/233 kB | 124/239 kB Progress (2): 140/233 kB | 124/239 kB Progress (2): 140/233 kB | 128/239 kB Progress (2): 144/233 kB | 128/239 kB Progress (2): 144/233 kB | 132/239 kB Progress (2): 148/233 kB | 132/239 kB Progress (2): 148/233 kB | 136/239 kB Progress (2): 152/233 kB | 136/239 kB Progress (2): 152/233 kB | 140/239 kB Progress (2): 156/233 kB | 140/239 kB Progress (2): 156/233 kB | 144/239 kB Progress (2): 160/233 kB | 144/239 kB Progress (2): 160/233 kB | 148/239 kB Progress (2): 164/233 kB | 148/239 kB Progress (2): 164/233 kB | 152/239 kB Progress (2): 168/233 kB | 152/239 kB Progress (2): 168/233 kB | 156/239 kB Progress (2): 172/233 kB | 156/239 kB Progress (2): 172/233 kB | 160/239 kB Progress (2): 176/233 kB | 160/239 kB Progress (2): 176/233 kB | 164/239 kB Progress (2): 180/233 kB | 164/239 kB Progress (2): 180/233 kB | 168/239 kB Progress (2): 184/233 kB | 168/239 kB Progress (2): 184/233 kB | 172/239 kB Progress (2): 188/233 kB | 172/239 kB Progress (2): 188/233 kB | 176/239 kB Progress (2): 192/233 kB | 176/239 kB Progress (2): 192/233 kB | 180/239 kB Progress (2): 196/233 kB | 180/239 kB Progress (2): 196/233 kB | 184/239 kB Progress (2): 200/233 kB | 184/239 kB Progress (2): 200/233 kB | 188/239 kB Progress (2): 204/233 kB | 188/239 kB Progress (2): 204/233 kB | 192/239 kB Progress (2): 208/233 kB | 192/239 kB Progress (2): 208/233 kB | 196/239 kB Progress (2): 212/233 kB | 196/239 kB Progress (2): 212/233 kB | 200/239 kB Progress (2): 216/233 kB | 200/239 kB Progress (2): 216/233 kB | 204/239 kB Progress (2): 220/233 kB | 204/239 kB Progress (2): 220/233 kB | 208/239 kB Progress (2): 224/233 kB | 208/239 kB Progress (2): 224/233 kB | 212/239 kB Progress (2): 228/233 kB | 212/239 kB Progress (2): 228/233 kB | 216/239 kB Progress (2): 232/233 kB | 216/239 kB Progress (2): 232/233 kB | 220/239 kB Progress (2): 233 kB | 220/239 kB Progress (2): 233 kB | 224/239 kB Progress (2): 233 kB | 228/239 kB Progress (2): 233 kB | 232/239 kB Progress (2): 233 kB | 236/239 kB Progress (2): 233 kB | 239 kB Progress (3): 233 kB | 239 kB | 4.1/155 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar (239 kB at 3.9 MB/s) 15:14:58 [2019-07-19T19:14:58.039Z] Progress (2): 233 kB | 7.7/155 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.jar (233 kB at 3.8 MB/s) 15:14:58 [2019-07-19T19:14:58.039Z] Progress (1): 12/155 kB Progress (1): 16/155 kB Progress (1): 20/155 kB Progress (1): 24/155 kB Progress (1): 28/155 kB Progress (1): 32/155 kB Progress (1): 36/155 kB Progress (1): 40/155 kB Progress (1): 44/155 kB Progress (1): 48/155 kB Progress (1): 52/155 kB Progress (1): 56/155 kB Progress (1): 60/155 kB Progress (1): 64/155 kB Progress (1): 68/155 kB Progress (1): 72/155 kB Progress (1): 76/155 kB Progress (1): 80/155 kB Progress (1): 84/155 kB Progress (1): 88/155 kB Progress (1): 92/155 kB Progress (1): 96/155 kB Progress (1): 98/155 kB Progress (1): 102/155 kB Progress (1): 106/155 kB Progress (1): 110/155 kB Progress (1): 114/155 kB Progress (1): 118/155 kB Progress (1): 122/155 kB Progress (1): 126/155 kB Progress (1): 130/155 kB Progress (1): 134/155 kB Progress (1): 138/155 kB Progress (1): 142/155 kB Progress (1): 146/155 kB Progress (1): 150/155 kB Progress (1): 154/155 kB Progress (1): 155 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.jar (155 kB at 2.0 MB/s) 15:14:58 [2019-07-19T19:14:58.297Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass/5.0.0-SNAPSHOT/org.eclipse.tracecompass-5.0.0-SNAPSHOT.pom 15:14:58 [2019-07-19T19:14:58.297Z] [INFO] 15:14:58 [2019-07-19T19:14:58.297Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis-parent >-- 15:14:58 [2019-07-19T19:14:58.297Z] [INFO] Building Trace Compass Tracetype-agnostic Analyses Parent 5.0.0-SNAPSHOT [2/134] 15:14:58 [2019-07-19T19:14:58.297Z] [INFO] --------------------------------[ pom ]--------------------------------- 15:14:58 [2019-07-19T19:14:58.297Z] [INFO] 15:14:58 [2019-07-19T19:14:58.297Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.analysis-parent --- 15:14:58 [2019-07-19T19:14:58.297Z] [INFO] 15:14:58 [2019-07-19T19:14:58.297Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.analysis-parent --- 15:14:58 [2019-07-19T19:14:58.297Z] [INFO] 15:14:58 [2019-07-19T19:14:58.297Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.analysis-parent --- 15:14:58 [2019-07-19T19:14:58.297Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/analysis/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 15:14:58 [2019-07-19T19:14:58.297Z] [INFO] 15:14:58 [2019-07-19T19:14:58.297Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.analysis-parent --- 15:14:58 [2019-07-19T19:14:58.297Z] [INFO] 15:14:58 [2019-07-19T19:14:58.297Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.analysis-parent --- 15:14:58 [2019-07-19T19:14:58.297Z] [INFO] 15:14:58 [2019-07-19T19:14:58.297Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.analysis-parent --- 15:14:58 [2019-07-19T19:14:58.297Z] [INFO] 15:14:58 [2019-07-19T19:14:58.297Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.analysis-parent --- 15:14:58 [2019-07-19T19:14:58.297Z] [INFO] 15:14:58 [2019-07-19T19:14:58.297Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.analysis-parent --- 15:14:58 [2019-07-19T19:14:58.297Z] [INFO] Skipping JaCoCo execution due to missing execution data file. 15:14:58 [2019-07-19T19:14:58.297Z] [INFO] 15:14:58 [2019-07-19T19:14:58.297Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.analysis-parent --- 15:14:58 [2019-07-19T19:14:58.297Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis-parent/5.0.0-SNAPSHOT/org.eclipse.tracecompass.analysis-parent-5.0.0-SNAPSHOT.pom 15:14:58 [2019-07-19T19:14:58.297Z] [INFO] 15:14:58 [2019-07-19T19:14:58.297Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.common-parent >--- 15:14:58 [2019-07-19T19:14:58.297Z] [INFO] Building Trace Compass Common Utilities Parent 5.0.0-SNAPSHOT [3/134] 15:14:58 [2019-07-19T19:14:58.297Z] [INFO] --------------------------------[ pom ]--------------------------------- 15:14:58 [2019-07-19T19:14:58.297Z] [INFO] 15:14:58 [2019-07-19T19:14:58.297Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.common-parent --- 15:14:58 [2019-07-19T19:14:58.297Z] [INFO] 15:14:58 [2019-07-19T19:14:58.297Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.common-parent --- 15:14:58 [2019-07-19T19:14:58.297Z] [INFO] 15:14:58 [2019-07-19T19:14:58.297Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.common-parent --- 15:14:58 [2019-07-19T19:14:58.297Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/common/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 15:14:58 [2019-07-19T19:14:58.297Z] [INFO] 15:14:58 [2019-07-19T19:14:58.297Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.common-parent --- 15:14:58 [2019-07-19T19:14:58.297Z] [INFO] 15:14:58 [2019-07-19T19:14:58.297Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.common-parent --- 15:14:58 [2019-07-19T19:14:58.297Z] [INFO] 15:14:58 [2019-07-19T19:14:58.297Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.common-parent --- 15:14:58 [2019-07-19T19:14:58.297Z] [INFO] 15:14:58 [2019-07-19T19:14:58.297Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.common-parent --- 15:14:58 [2019-07-19T19:14:58.297Z] [INFO] 15:14:58 [2019-07-19T19:14:58.297Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.common-parent --- 15:14:58 [2019-07-19T19:14:58.297Z] [INFO] Skipping JaCoCo execution due to missing execution data file. 15:14:58 [2019-07-19T19:14:58.297Z] [INFO] 15:14:58 [2019-07-19T19:14:58.297Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.common-parent --- 15:14:58 [2019-07-19T19:14:58.297Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/common/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.common-parent/5.0.0-SNAPSHOT/org.eclipse.tracecompass.common-parent-5.0.0-SNAPSHOT.pom 15:14:58 [2019-07-19T19:14:58.297Z] [INFO] 15:14:58 [2019-07-19T19:14:58.297Z] [INFO] ---< org.eclipse.tracecompass:org.eclipse.tracecompass.common.core >---- 15:14:58 [2019-07-19T19:14:58.297Z] [INFO] Building org.eclipse.tracecompass.common.core 4.1.0-SNAPSHOT [4/134] 15:14:58 [2019-07-19T19:14:58.297Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 15:14:58 [2019-07-19T19:14:58.297Z] [INFO] 15:14:58 [2019-07-19T19:14:58.297Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.common.core --- 15:14:58 [2019-07-19T19:14:58.297Z] [INFO] 15:14:58 [2019-07-19T19:14:58.297Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.common.core --- 15:14:58 [2019-07-19T19:14:58.297Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.3.0/tycho-sourceref-jgit-1.3.0.pom 15:14:58 [2019-07-19T19:14:58.297Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.3.0/tycho-sourceref-jgit-1.3.0.pom 15:14:58 [2019-07-19T19:14:58.297Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.3.0/tycho-sourceref-jgit-1.3.0.pom 15:14:58 [2019-07-19T19:14:58.861Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.3.0/tycho-sourceref-jgit-1.3.0.pom 15:14:58 [2019-07-19T19:14:58.861Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.3.0/tycho-sourceref-jgit-1.3.0.pom 15:14:58 [2019-07-19T19:14:58.861Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.3.0/tycho-sourceref-jgit-1.3.0.pom 15:14:58 [2019-07-19T19:14:58.861Z] Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.3.0/tycho-sourceref-jgit-1.3.0.pom (1.5 kB at 42 kB/s) 15:14:58 [2019-07-19T19:14:58.861Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/jgit/org.eclipse.jgit/5.1.3.201810200350-r/org.eclipse.jgit-5.1.3.201810200350-r.pom 15:14:59 [2019-07-19T19:14:59.427Z] Progress (1): 4.1/9.3 kB Progress (1): 7.7/9.3 kB Progress (1): 9.3 kB Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/jgit/org.eclipse.jgit/5.1.3.201810200350-r/org.eclipse.jgit-5.1.3.201810200350-r.pom (9.3 kB at 27 kB/s) 15:14:59 [2019-07-19T19:14:59.427Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/jgit/org.eclipse.jgit-parent/5.1.3.201810200350-r/org.eclipse.jgit-parent-5.1.3.201810200350-r.pom 15:14:59 [2019-07-19T19:14:59.427Z] Progress (1): 4.1/32 kB Progress (1): 7.7/32 kB Progress (1): 12/32 kB Progress (1): 16/32 kB Progress (1): 20/32 kB Progress (1): 24/32 kB Progress (1): 28/32 kB Progress (1): 32/32 kB Progress (1): 32 kB Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/jgit/org.eclipse.jgit-parent/5.1.3.201810200350-r/org.eclipse.jgit-parent-5.1.3.201810200350-r.pom (32 kB at 477 kB/s) 15:14:59 [2019-07-19T19:14:59.427Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/jcraft/jsch/0.1.54/jsch-0.1.54.pom 15:14:59 [2019-07-19T19:14:59.427Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/jcraft/jsch/0.1.54/jsch-0.1.54.pom 15:14:59 [2019-07-19T19:14:59.427Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/com/jcraft/jsch/0.1.54/jsch-0.1.54.pom 15:14:59 [2019-07-19T19:14:59.427Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/jcraft/jsch/0.1.54/jsch-0.1.54.pom 15:14:59 [2019-07-19T19:14:59.683Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/jcraft/jsch/0.1.54/jsch-0.1.54.pom 15:14:59 [2019-07-19T19:14:59.683Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.54/jsch-0.1.54.pom 15:14:59 [2019-07-19T19:14:59.683Z] Progress (1): 3.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.54/jsch-0.1.54.pom (3.2 kB at 85 kB/s) 15:14:59 [2019-07-19T19:14:59.683Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom 15:14:59 [2019-07-19T19:14:59.683Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom 15:14:59 [2019-07-19T19:14:59.683Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom 15:14:59 [2019-07-19T19:14:59.941Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom 15:14:59 [2019-07-19T19:14:59.941Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom 15:14:59 [2019-07-19T19:14:59.941Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom 15:14:59 [2019-07-19T19:14:59.941Z] Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom (3.1 kB at 96 kB/s) 15:14:59 [2019-07-19T19:14:59.941Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom 15:15:00 [2019-07-19T19:15:00.198Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom 15:15:00 [2019-07-19T19:15:00.198Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom 15:15:00 [2019-07-19T19:15:00.456Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom 15:15:00 [2019-07-19T19:15:00.456Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom 15:15:00 [2019-07-19T19:15:00.456Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom 15:15:00 [2019-07-19T19:15:00.456Z] Progress (1): 4.1/6.0 kB Progress (1): 6.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom (6.0 kB at 188 kB/s) 15:15:00 [2019-07-19T19:15:00.456Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom 15:15:00 [2019-07-19T19:15:00.456Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom 15:15:00 [2019-07-19T19:15:00.456Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom 15:15:00 [2019-07-19T19:15:00.714Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom 15:15:00 [2019-07-19T19:15:00.714Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom 15:15:00 [2019-07-19T19:15:00.714Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom 15:15:00 [2019-07-19T19:15:00.714Z] Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom (2.7 kB at 87 kB/s) 15:15:00 [2019-07-19T19:15:00.714Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom 15:15:00 [2019-07-19T19:15:00.714Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom 15:15:00 [2019-07-19T19:15:00.714Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom 15:15:00 [2019-07-19T19:15:00.972Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom 15:15:00 [2019-07-19T19:15:00.972Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom 15:15:00 [2019-07-19T19:15:00.972Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom 15:15:00 [2019-07-19T19:15:00.972Z] Progress (1): 4.1/12 kB Progress (1): 7.7/12 kB Progress (1): 12/12 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom (12 kB at 319 kB/s) 15:15:00 [2019-07-19T19:15:00.972Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.3.0/tycho-sourceref-jgit-1.3.0.jar 15:15:00 [2019-07-19T19:15:00.972Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar 15:15:00 [2019-07-19T19:15:00.972Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar 15:15:00 [2019-07-19T19:15:00.972Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar 15:15:00 [2019-07-19T19:15:00.972Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/jgit/org.eclipse.jgit/5.1.3.201810200350-r/org.eclipse.jgit-5.1.3.201810200350-r.jar 15:15:01 [2019-07-19T19:15:01.230Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar 15:15:01 [2019-07-19T19:15:01.488Z] Progress (1): 0/2.7 MB Progress (1): 0/2.7 MB Progress (1): 0/2.7 MB Progress (1): 0/2.7 MB Progress (1): 0/2.7 MB Progress (1): 0/2.7 MB Progress (1): 0/2.7 MB Progress (1): 0/2.7 MB Progress (1): 0/2.7 MB Progress (1): 0/2.7 MB Progress (1): 0/2.7 MB Progress (1): 0/2.7 MB Progress (1): 0.1/2.7 MB Progress (1): 0.1/2.7 MB Progress (1): 0.1/2.7 MB Progress (1): 0.1/2.7 MB Progress (1): 0.1/2.7 MB Progress (1): 0.1/2.7 MB Progress (1): 0.1/2.7 MB Progress (1): 0.1/2.7 MB Progress (1): 0.1/2.7 MB Progress (1): 0.1/2.7 MB Progress (1): 0.1/2.7 MB Progress (1): 0.1/2.7 MB Progress (1): 0.1/2.7 MB Progress (1): 0.1/2.7 MB Progress (1): 0.1/2.7 MB Progress (1): 0.1/2.7 MB Progress (1): 0.1/2.7 MB Progress (1): 0.1/2.7 MB Progress (1): 0.1/2.7 MB Progress (1): 0.1/2.7 MB Progress (1): 0.1/2.7 MB Progress (1): 0.1/2.7 MB Progress (1): 0.1/2.7 MB Progress (1): 0.1/2.7 MB Progress (1): 0.1/2.7 MB Progress (1): 0.2/2.7 MB Progress (1): 0.2/2.7 MB Progress (1): 0.2/2.7 MB Progress (1): 0.2/2.7 MB Progress (1): 0.2/2.7 MB Progress (1): 0.2/2.7 MB Progress (1): 0.2/2.7 MB Progress (1): 0.2/2.7 MB Progress (1): 0.2/2.7 MB Progress (1): 0.2/2.7 MB Progress (1): 0.2/2.7 MB Progress (1): 0.2/2.7 MB Progress (1): 0.2/2.7 MB Progress (1): 0.2/2.7 MB Progress (1): 0.2/2.7 MB Progress (1): 0.2/2.7 MB Progress (1): 0.2/2.7 MB Progress (1): 0.2/2.7 MB Progress (1): 0.2/2.7 MB Progress (1): 0.2/2.7 MB Progress (1): 0.2/2.7 MB Progress (1): 0.2/2.7 MB Progress (1): 0.2/2.7 MB Progress (1): 0.2/2.7 MB Progress (1): 0.2/2.7 MB Progress (1): 0.3/2.7 MB Progress (1): 0.3/2.7 MB Progress (1): 0.3/2.7 MB Progress (1): 0.3/2.7 MB Progress (1): 0.3/2.7 MB Progress (1): 0.3/2.7 MB Progress (1): 0.3/2.7 MB Progress (1): 0.3/2.7 MB Progress (1): 0.3/2.7 MB Progress (1): 0.3/2.7 MB Progress (1): 0.3/2.7 MB Progress (1): 0.3/2.7 MB Progress (1): 0.3/2.7 MB Progress (1): 0.3/2.7 MB Progress (1): 0.3/2.7 MB Progress (1): 0.3/2.7 MB Progress (1): 0.3/2.7 MB Progress (1): 0.3/2.7 MB Progress (1): 0.3/2.7 MB Progress (1): 0.3/2.7 MB Progress (1): 0.3/2.7 MB Progress (1): 0.3/2.7 MB Progress (1): 0.3/2.7 MB Progress (1): 0.3/2.7 MB Progress (1): 0.3/2.7 MB Progress (1): 0.4/2.7 MB Progress (1): 0.4/2.7 MB Progress (1): 0.4/2.7 MB Progress (1): 0.4/2.7 MB Progress (1): 0.4/2.7 MB Progress (1): 0.4/2.7 MB Progress (1): 0.4/2.7 MB Progress (1): 0.4/2.7 MB Progress (1): 0.4/2.7 MB Progress (1): 0.4/2.7 MB Progress (1): 0.4/2.7 MB Progress (1): 0.4/2.7 MB Progress (1): 0.4/2.7 MB Progress (1): 0.4/2.7 MB Progress (1): 0.4/2.7 MB Progress (1): 0.4/2.7 MB Progress (1): 0.4/2.7 MB Progress (1): 0.4/2.7 MB Progress (1): 0.4/2.7 MB Progress (1): 0.4/2.7 MB Progress (1): 0.4/2.7 MB Progress (1): 0.4/2.7 MB Progress (1): 0.4/2.7 MB Progress (1): 0.4/2.7 MB Progress (1): 0.4/2.7 MB Progress (1): 0.5/2.7 MB Progress (1): 0.5/2.7 MB Progress (1): 0.5/2.7 MB Progress (1): 0.5/2.7 MB Progress (1): 0.5/2.7 MB Progress (1): 0.5/2.7 MB Progress (1): 0.5/2.7 MB Progress (1): 0.5/2.7 MB Progress (1): 0.5/2.7 MB Progress (1): 0.5/2.7 MB Progress (1): 0.5/2.7 MB Progress (1): 0.5/2.7 MB Progress (1): 0.5/2.7 MB Progress (1): 0.5/2.7 MB Progress (1): 0.5/2.7 MB Progress (1): 0.5/2.7 MB Progress (1): 0.5/2.7 MB Progress (1): 0.5/2.7 MB Progress (1): 0.5/2.7 MB Progress (1): 0.5/2.7 MB Progress (1): 0.5/2.7 MB Progress (1): 0.5/2.7 MB Progress (1): 0.5/2.7 MB Progress (1): 0.5/2.7 MB Progress (1): 0.5/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.7/2.7 MB Progress (1): 0.7/2.7 MB Progress (1): 0.7/2.7 MB Progress (1): 0.7/2.7 MB Progress (1): 0.7/2.7 MB Progress (1): 0.7/2.7 MB Progress (1): 0.7/2.7 MB Progress (1): 0.7/2.7 MB Progress (1): 0.7/2.7 MB Progress (1): 0.7/2.7 MB Progress (1): 0.7/2.7 MB Progress (1): 0.7/2.7 MB Progress (1): 0.7/2.7 MB Progress (1): 0.7/2.7 MB Progress (1): 0.7/2.7 MB Progress (1): 0.7/2.7 MB Progress (1): 0.7/2.7 MB Progress (1): 0.7/2.7 MB Progress (1): 0.7/2.7 MB Progress (1): 0.7/2.7 MB Progress (1): 0.7/2.7 MB Progress (1): 0.7/2.7 MB Progress (1): 0.7/2.7 MB Progress (1): 0.7/2.7 MB Progress (1): 0.7/2.7 MB Progress (1): 0.8/2.7 MB Progress (1): 0.8/2.7 MB Progress (1): 0.8/2.7 MB Progress (1): 0.8/2.7 MB Progress (1): 0.8/2.7 MB Progress (1): 0.8/2.7 MB Progress (1): 0.8/2.7 MB Progress (1): 0.8/2.7 MB Progress (1): 0.8/2.7 MB Progress (1): 0.8/2.7 MB Progress (1): 0.8/2.7 MB Progress (1): 0.8/2.7 MB Progress (1): 0.8/2.7 MB Progress (1): 0.8/2.7 MB Progress (1): 0.8/2.7 MB Progress (1): 0.8/2.7 MB Progress (1): 0.8/2.7 MB Progress (1): 0.8/2.7 MB Progress (1): 0.8/2.7 MB Progress (1): 0.8/2.7 MB Progress (1): 0.8/2.7 MB Progress (1): 0.8/2.7 MB Progress (1): 0.8/2.7 MB Progress (1): 0.8/2.7 MB Progress (1): 0.8/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.7/2.7 MB Progress (1): 2.7/2.7 MB Progress (1): 2.7/2.7 MB Progress (1): 2.7/2.7 MB Progress (1): 2.7/2.7 MB Progress (1): 2.7/2.7 MB Progress (1): 2.7/2.7 MB Progress (1): 2.7/2.7 MB Progress (1): 2.7 MB Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/jgit/org.eclipse.jgit/5.1.3.201810200350-r/org.eclipse.jgit-5.1.3.201810200350-r.jar (2.7 MB at 7.7 MB/s) 15:15:01 [2019-07-19T19:15:01.488Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.3.0/tycho-sourceref-jgit-1.3.0.jar 15:15:01 [2019-07-19T19:15:01.488Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar 15:15:01 [2019-07-19T19:15:01.488Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar 15:15:01 [2019-07-19T19:15:01.488Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar 15:15:01 [2019-07-19T19:15:01.488Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar 15:15:01 [2019-07-19T19:15:01.488Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.3.0/tycho-sourceref-jgit-1.3.0.jar 15:15:01 [2019-07-19T19:15:01.488Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar 15:15:01 [2019-07-19T19:15:01.488Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar 15:15:01 [2019-07-19T19:15:01.488Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar 15:15:01 [2019-07-19T19:15:01.488Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar 15:15:01 [2019-07-19T19:15:01.745Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.3.0/tycho-sourceref-jgit-1.3.0.jar 15:15:01 [2019-07-19T19:15:01.745Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar 15:15:01 [2019-07-19T19:15:01.745Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar 15:15:01 [2019-07-19T19:15:01.745Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar 15:15:01 [2019-07-19T19:15:01.745Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar 15:15:01 [2019-07-19T19:15:01.745Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.3.0/tycho-sourceref-jgit-1.3.0.jar 15:15:01 [2019-07-19T19:15:01.745Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar 15:15:01 [2019-07-19T19:15:01.745Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar 15:15:01 [2019-07-19T19:15:01.745Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar 15:15:01 [2019-07-19T19:15:01.745Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar 15:15:02 [2019-07-19T19:15:02.002Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.3.0/tycho-sourceref-jgit-1.3.0.jar 15:15:02 [2019-07-19T19:15:02.002Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar 15:15:02 [2019-07-19T19:15:02.003Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar 15:15:02 [2019-07-19T19:15:02.003Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar 15:15:02 [2019-07-19T19:15:02.003Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar 15:15:02 [2019-07-19T19:15:02.003Z] Progress (1): 4.1/166 kB Progress (1): 7.7/166 kB Progress (1): 12/166 kB Progress (1): 16/166 kB Progress (1): 20/166 kB Progress (1): 24/166 kB Progress (1): 28/166 kB Progress (1): 32/166 kB Progress (2): 32/166 kB | 4.1/26 kB Progress (2): 32/166 kB | 7.7/26 kB Progress (2): 36/166 kB | 7.7/26 kB Progress (2): 40/166 kB | 7.7/26 kB Progress (3): 40/166 kB | 7.7/26 kB | 4.1/281 kB Progress (3): 44/166 kB | 7.7/26 kB | 4.1/281 kB Progress (3): 44/166 kB | 7.7/26 kB | 7.7/281 kB Progress (3): 44/166 kB | 12/26 kB | 7.7/281 kB Progress (3): 48/166 kB | 12/26 kB | 7.7/281 kB Progress (3): 48/166 kB | 16/26 kB | 7.7/281 kB Progress (3): 52/166 kB | 16/26 kB | 7.7/281 kB Progress (3): 52/166 kB | 20/26 kB | 7.7/281 kB Progress (3): 56/166 kB | 20/26 kB | 7.7/281 kB Progress (3): 56/166 kB | 24/26 kB | 7.7/281 kB Progress (3): 56/166 kB | 26 kB | 7.7/281 kB Progress (4): 56/166 kB | 26 kB | 7.7/281 kB | 4.1/70 kB Progress (4): 56/166 kB | 26 kB | 12/281 kB | 4.1/70 kB Progress (4): 60/166 kB | 26 kB | 12/281 kB | 4.1/70 kB Progress (4): 60/166 kB | 26 kB | 16/281 kB | 4.1/70 kB Progress (4): 60/166 kB | 26 kB | 16/281 kB | 7.7/70 kB Progress (4): 60/166 kB | 26 kB | 20/281 kB | 7.7/70 kB Progress (4): 64/166 kB | 26 kB | 20/281 kB | 7.7/70 kB Progress (4): 64/166 kB | 26 kB | 24/281 kB | 7.7/70 kB Progress (4): 64/166 kB | 26 kB | 24/281 kB | 12/70 kB Progress (4): 68/166 kB | 26 kB | 24/281 kB | 12/70 kB Progress (4): 68/166 kB | 26 kB | 24/281 kB | 16/70 kB Progress (4): 72/166 kB | 26 kB | 24/281 kB | 16/70 kB Progress (4): 72/166 kB | 26 kB | 24/281 kB | 20/70 kB Progress (4): 76/166 kB | 26 kB | 24/281 kB | 20/70 kB Progress (4): 76/166 kB | 26 kB | 24/281 kB | 24/70 kB Progress (4): 80/166 kB | 26 kB | 24/281 kB | 24/70 kB Progress (4): 84/166 kB | 26 kB | 24/281 kB | 24/70 kB Progress (4): 88/166 kB | 26 kB | 24/281 kB | 24/70 kB Progress (4): 88/166 kB | 26 kB | 24/281 kB | 28/70 kB Progress (4): 88/166 kB | 26 kB | 24/281 kB | 32/70 kB Progress (4): 92/166 kB | 26 kB | 24/281 kB | 32/70 kB Progress (4): 92/166 kB | 26 kB | 28/281 kB | 32/70 kB Progress (4): 92/166 kB | 26 kB | 28/281 kB | 36/70 kB Progress (4): 92/166 kB | 26 kB | 32/281 kB | 36/70 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar (26 kB at 511 kB/s) 15:15:02 [2019-07-19T19:15:02.003Z] Progress (3): 96/166 kB | 32/281 kB | 36/70 kB Progress (3): 96/166 kB | 36/281 kB | 36/70 kB Progress (3): 96/166 kB | 36/281 kB | 40/70 kB Progress (3): 96/166 kB | 40/281 kB | 40/70 kB Progress (3): 100/166 kB | 40/281 kB | 40/70 kB Progress (3): 100/166 kB | 40/281 kB | 44/70 kB Progress (3): 104/166 kB | 40/281 kB | 44/70 kB Progress (3): 104/166 kB | 44/281 kB | 44/70 kB Progress (3): 108/166 kB | 44/281 kB | 44/70 kB Progress (3): 108/166 kB | 44/281 kB | 48/70 kB Progress (3): 112/166 kB | 44/281 kB | 48/70 kB Progress (3): 112/166 kB | 48/281 kB | 48/70 kB Progress (3): 112/166 kB | 48/281 kB | 52/70 kB Progress (3): 112/166 kB | 52/281 kB | 52/70 kB Progress (3): 116/166 kB | 52/281 kB | 52/70 kB Progress (3): 116/166 kB | 56/281 kB | 52/70 kB Progress (3): 116/166 kB | 56/281 kB | 56/70 kB Progress (3): 120/166 kB | 56/281 kB | 56/70 kB Progress (3): 120/166 kB | 56/281 kB | 60/70 kB Progress (3): 120/166 kB | 60/281 kB | 60/70 kB Progress (3): 120/166 kB | 60/281 kB | 64/70 kB Progress (3): 124/166 kB | 60/281 kB | 64/70 kB Progress (3): 124/166 kB | 60/281 kB | 68/70 kB Progress (3): 124/166 kB | 60/281 kB | 70 kB Progress (3): 124/166 kB | 64/281 kB | 70 kB Progress (3): 128/166 kB | 64/281 kB | 70 kB Progress (3): 128/166 kB | 68/281 kB | 70 kB Progress (3): 132/166 kB | 68/281 kB | 70 kB Progress (3): 132/166 kB | 72/281 kB | 70 kB Progress (3): 136/166 kB | 72/281 kB | 70 kB Progress (3): 136/166 kB | 76/281 kB | 70 kB Progress (3): 140/166 kB | 76/281 kB | 70 kB Progress (3): 140/166 kB | 80/281 kB | 70 kB Progress (3): 144/166 kB | 80/281 kB | 70 kB Progress (3): 144/166 kB | 84/281 kB | 70 kB Progress (3): 148/166 kB | 84/281 kB | 70 kB Progress (3): 148/166 kB | 88/281 kB | 70 kB Progress (3): 152/166 kB | 88/281 kB | 70 kB Progress (3): 152/166 kB | 92/281 kB | 70 kB Progress (3): 156/166 kB | 92/281 kB | 70 kB Progress (3): 156/166 kB | 96/281 kB | 70 kB Progress (3): 160/166 kB | 96/281 kB | 70 kB Progress (3): 160/166 kB | 100/281 kB | 70 kB Progress (3): 164/166 kB | 100/281 kB | 70 kB Progress (3): 164/166 kB | 104/281 kB | 70 kB Progress (3): 166 kB | 104/281 kB | 70 kB Progress (3): 166 kB | 108/281 kB | 70 kB Progress (3): 166 kB | 112/281 kB | 70 kB Progress (3): 166 kB | 116/281 kB | 70 kB Progress (3): 166 kB | 120/281 kB | 70 kB Progress (3): 166 kB | 124/281 kB | 70 kB Progress (3): 166 kB | 128/281 kB | 70 kB Progress (3): 166 kB | 132/281 kB | 70 kB Progress (3): 166 kB | 136/281 kB | 70 kB Progress (3): 166 kB | 140/281 kB | 70 kB Progress (3): 166 kB | 144/281 kB | 70 kB Progress (3): 166 kB | 148/281 kB | 70 kB Progress (3): 166 kB | 152/281 kB | 70 kB Progress (3): 166 kB | 156/281 kB | 70 kB Progress (3): 166 kB | 160/281 kB | 70 kB Progress (3): 166 kB | 164/281 kB | 70 kB Progress (3): 166 kB | 168/281 kB | 70 kB Progress (3): 166 kB | 172/281 kB | 70 kB Progress (3): 166 kB | 176/281 kB | 70 kB Progress (3): 166 kB | 180/281 kB | 70 kB Progress (3): 166 kB | 184/281 kB | 70 kB Progress (3): 166 kB | 188/281 kB | 70 kB Progress (3): 166 kB | 192/281 kB | 70 kB Progress (3): 166 kB | 196/281 kB | 70 kB Progress (3): 166 kB | 200/281 kB | 70 kB Progress (3): 166 kB | 204/281 kB | 70 kB Progress (3): 166 kB | 208/281 kB | 70 kB Progress (3): 166 kB | 212/281 kB | 70 kB Progress (3): 166 kB | 216/281 kB | 70 kB Progress (3): 166 kB | 220/281 kB | 70 kB Progress (3): 166 kB | 224/281 kB | 70 kB Progress (3): 166 kB | 228/281 kB | 70 kB Progress (3): 166 kB | 232/281 kB | 70 kB Progress (3): 166 kB | 236/281 kB | 70 kB Progress (3): 166 kB | 240/281 kB | 70 kB Progress (3): 166 kB | 244/281 kB | 70 kB Progress (3): 166 kB | 248/281 kB | 70 kB Progress (3): 166 kB | 252/281 kB | 70 kB Progress (3): 166 kB | 256/281 kB | 70 kB Progress (3): 166 kB | 260/281 kB | 70 kB Progress (3): 166 kB | 264/281 kB | 70 kB Progress (3): 166 kB | 268/281 kB | 70 kB Progress (3): 166 kB | 272/281 kB | 70 kB Progress (3): 166 kB | 276/281 kB | 70 kB Progress (3): 166 kB | 280/281 kB | 70 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar (166 kB at 2.3 MB/s) 15:15:02 [2019-07-19T19:15:02.003Z] Progress (2): 281 kB | 70 kB Progress (3): 281 kB | 70 kB | 4.1/6.0 kB Progress (3): 281 kB | 70 kB | 6.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.3.0/tycho-sourceref-jgit-1.3.0.jar (6.0 kB at 74 kB/s) 15:15:02 [2019-07-19T19:15:02.003Z] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar (70 kB at 782 kB/s) 15:15:02 [2019-07-19T19:15:02.003Z] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar (281 kB at 3.0 MB/s) 15:15:02 [2019-07-19T19:15:02.259Z] [INFO] The project's OSGi version is 4.1.0.201907191907 15:15:02 [2019-07-19T19:15:02.259Z] [INFO] 15:15:02 [2019-07-19T19:15:02.259Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.common.core --- 15:15:02 [2019-07-19T19:15:02.259Z] [INFO] 15:15:02 [2019-07-19T19:15:02.259Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.common.core --- 15:15:02 [2019-07-19T19:15:02.259Z] [INFO] 15:15:02 [2019-07-19T19:15:02.259Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.common.core --- 15:15:02 [2019-07-19T19:15:02.259Z] [INFO] 15:15:02 [2019-07-19T19:15:02.259Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.common.core --- 15:15:02 [2019-07-19T19:15:02.259Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 15:15:02 [2019-07-19T19:15:02.259Z] [INFO] 15:15:02 [2019-07-19T19:15:02.259Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.common.core --- 15:15:02 [2019-07-19T19:15:02.259Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom 15:15:02 [2019-07-19T19:15:02.259Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom 15:15:02 [2019-07-19T19:15:02.259Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom 15:15:02 [2019-07-19T19:15:02.516Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom 15:15:02 [2019-07-19T19:15:02.516Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom 15:15:02 [2019-07-19T19:15:02.516Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom 15:15:02 [2019-07-19T19:15:02.516Z] Progress (1): 748 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom (748 B at 12 kB/s) 15:15:02 [2019-07-19T19:15:02.516Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom 15:15:02 [2019-07-19T19:15:02.516Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom 15:15:02 [2019-07-19T19:15:02.516Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom 15:15:02 [2019-07-19T19:15:02.774Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom 15:15:02 [2019-07-19T19:15:02.774Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom 15:15:02 [2019-07-19T19:15:02.774Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom 15:15:02 [2019-07-19T19:15:02.774Z] Progress (1): 3.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom (3.8 kB at 130 kB/s) 15:15:02 [2019-07-19T19:15:02.774Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom 15:15:02 [2019-07-19T19:15:02.774Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom 15:15:02 [2019-07-19T19:15:02.774Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom 15:15:03 [2019-07-19T19:15:03.032Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom 15:15:03 [2019-07-19T19:15:03.032Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom 15:15:03 [2019-07-19T19:15:03.032Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom 15:15:03 [2019-07-19T19:15:03.032Z] Progress (1): 4.1/22 kB Progress (1): 7.7/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom (22 kB at 567 kB/s) 15:15:03 [2019-07-19T19:15:03.032Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom 15:15:03 [2019-07-19T19:15:03.032Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom 15:15:03 [2019-07-19T19:15:03.032Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom 15:15:03 [2019-07-19T19:15:03.382Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom 15:15:03 [2019-07-19T19:15:03.382Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom 15:15:03 [2019-07-19T19:15:03.382Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom 15:15:03 [2019-07-19T19:15:03.382Z] Progress (1): 4.1/5.7 kB Progress (1): 5.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom (5.7 kB at 150 kB/s) 15:15:03 [2019-07-19T19:15:03.382Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom 15:15:03 [2019-07-19T19:15:03.382Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom 15:15:03 [2019-07-19T19:15:03.382Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom 15:15:03 [2019-07-19T19:15:03.676Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom 15:15:03 [2019-07-19T19:15:03.676Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom 15:15:03 [2019-07-19T19:15:03.676Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom 15:15:03 [2019-07-19T19:15:03.676Z] Progress (1): 4.1/4.6 kB Progress (1): 4.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom (4.6 kB at 139 kB/s) 15:15:03 [2019-07-19T19:15:03.676Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom 15:15:03 [2019-07-19T19:15:03.676Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom 15:15:03 [2019-07-19T19:15:03.676Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom 15:15:03 [2019-07-19T19:15:03.933Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom 15:15:03 [2019-07-19T19:15:03.933Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom 15:15:03 [2019-07-19T19:15:03.933Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom 15:15:03 [2019-07-19T19:15:03.933Z] Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom (1.5 kB at 50 kB/s) 15:15:03 [2019-07-19T19:15:03.933Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom 15:15:03 [2019-07-19T19:15:03.933Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom 15:15:03 [2019-07-19T19:15:03.933Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom 15:15:04 [2019-07-19T19:15:04.192Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom 15:15:04 [2019-07-19T19:15:04.192Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom 15:15:04 [2019-07-19T19:15:04.192Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom 15:15:04 [2019-07-19T19:15:04.192Z] Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom (3.1 kB at 96 kB/s) 15:15:04 [2019-07-19T19:15:04.449Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom 15:15:04 [2019-07-19T19:15:04.449Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom 15:15:04 [2019-07-19T19:15:04.449Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom 15:15:04 [2019-07-19T19:15:04.449Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom 15:15:04 [2019-07-19T19:15:04.706Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom 15:15:04 [2019-07-19T19:15:04.706Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom 15:15:04 [2019-07-19T19:15:04.706Z] Progress (1): 3.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom (3.2 kB at 97 kB/s) 15:15:04 [2019-07-19T19:15:04.706Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom 15:15:04 [2019-07-19T19:15:04.706Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom 15:15:04 [2019-07-19T19:15:04.706Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom 15:15:04 [2019-07-19T19:15:04.963Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom 15:15:04 [2019-07-19T19:15:04.963Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom 15:15:04 [2019-07-19T19:15:04.963Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom 15:15:04 [2019-07-19T19:15:04.963Z] Progress (1): 2.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom (2.6 kB at 82 kB/s) 15:15:04 [2019-07-19T19:15:04.963Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar 15:15:04 [2019-07-19T19:15:04.963Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar 15:15:04 [2019-07-19T19:15:04.963Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar 15:15:04 [2019-07-19T19:15:04.963Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar 15:15:04 [2019-07-19T19:15:04.963Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar 15:15:04 [2019-07-19T19:15:04.963Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar 15:15:04 [2019-07-19T19:15:04.963Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar 15:15:04 [2019-07-19T19:15:04.963Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar 15:15:05 [2019-07-19T19:15:05.221Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar 15:15:05 [2019-07-19T19:15:05.221Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar 15:15:05 [2019-07-19T19:15:05.221Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar 15:15:05 [2019-07-19T19:15:05.221Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar 15:15:05 [2019-07-19T19:15:05.221Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar 15:15:05 [2019-07-19T19:15:05.221Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar 15:15:05 [2019-07-19T19:15:05.221Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar 15:15:05 [2019-07-19T19:15:05.221Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar 15:15:05 [2019-07-19T19:15:05.478Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar 15:15:05 [2019-07-19T19:15:05.478Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar 15:15:05 [2019-07-19T19:15:05.478Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar 15:15:05 [2019-07-19T19:15:05.478Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar 15:15:06 [2019-07-19T19:15:06.409Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar 15:15:06 [2019-07-19T19:15:06.409Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar 15:15:06 [2019-07-19T19:15:06.409Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar 15:15:06 [2019-07-19T19:15:06.409Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar 15:15:06 [2019-07-19T19:15:06.409Z] Progress (1): 4.1/51 kB Progress (2): 4.1/51 kB | 4.1/79 kB Progress (2): 7.7/51 kB | 4.1/79 kB Progress (2): 7.7/51 kB | 7.7/79 kB Progress (2): 12/51 kB | 7.7/79 kB Progress (2): 12/51 kB | 12/79 kB Progress (2): 16/51 kB | 12/79 kB Progress (2): 16/51 kB | 16/79 kB Progress (2): 20/51 kB | 16/79 kB Progress (2): 20/51 kB | 20/79 kB Progress (2): 24/51 kB | 20/79 kB Progress (2): 24/51 kB | 24/79 kB Progress (2): 28/51 kB | 24/79 kB Progress (2): 28/51 kB | 28/79 kB Progress (2): 32/51 kB | 28/79 kB Progress (2): 32/51 kB | 32/79 kB Progress (2): 36/51 kB | 32/79 kB Progress (2): 36/51 kB | 36/79 kB Progress (2): 40/51 kB | 36/79 kB Progress (2): 40/51 kB | 40/79 kB Progress (2): 44/51 kB | 40/79 kB Progress (2): 44/51 kB | 44/79 kB Progress (2): 48/51 kB | 44/79 kB Progress (2): 48/51 kB | 48/79 kB Progress (2): 51 kB | 48/79 kB Progress (2): 51 kB | 52/79 kB Progress (2): 51 kB | 56/79 kB Progress (2): 51 kB | 60/79 kB Progress (2): 51 kB | 64/79 kB Progress (2): 51 kB | 68/79 kB Progress (2): 51 kB | 72/79 kB Progress (2): 51 kB | 76/79 kB Progress (2): 51 kB | 79 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar (51 kB at 1.3 MB/s) 15:15:06 [2019-07-19T19:15:06.409Z] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar (79 kB at 1.9 MB/s) 15:15:06 [2019-07-19T19:15:06.667Z] Progress (1): 4.1/8.5 kB Progress (1): 7.7/8.5 kB Progress (1): 8.5 kB Progress (2): 8.5 kB | 4.1/4.3 kB Progress (2): 8.5 kB | 4.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar (8.5 kB at 107 kB/s) 15:15:06 [2019-07-19T19:15:06.667Z] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar (4.3 kB at 52 kB/s) 15:15:06 [2019-07-19T19:15:06.667Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:15:06 [2019-07-19T19:15:06.667Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core/src/main/resources 15:15:06 [2019-07-19T19:15:06.667Z] [INFO] 15:15:06 [2019-07-19T19:15:06.667Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.common.core --- 15:15:06 [2019-07-19T19:15:06.667Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom 15:15:06 [2019-07-19T19:15:06.667Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom 15:15:06 [2019-07-19T19:15:06.667Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom 15:15:06 [2019-07-19T19:15:06.924Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom 15:15:06 [2019-07-19T19:15:06.924Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom 15:15:06 [2019-07-19T19:15:06.924Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom 15:15:06 [2019-07-19T19:15:06.924Z] Progress (1): 690 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom (690 B at 18 kB/s) 15:15:06 [2019-07-19T19:15:06.924Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom 15:15:06 [2019-07-19T19:15:06.924Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom 15:15:06 [2019-07-19T19:15:06.924Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom 15:15:07 [2019-07-19T19:15:07.180Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom 15:15:07 [2019-07-19T19:15:07.180Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom 15:15:07 [2019-07-19T19:15:07.180Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom 15:15:07 [2019-07-19T19:15:07.180Z] Progress (1): 3.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom (3.6 kB at 106 kB/s) 15:15:07 [2019-07-19T19:15:07.180Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom 15:15:07 [2019-07-19T19:15:07.180Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom 15:15:07 [2019-07-19T19:15:07.180Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom 15:15:07 [2019-07-19T19:15:07.437Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom 15:15:07 [2019-07-19T19:15:07.437Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom 15:15:07 [2019-07-19T19:15:07.437Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom 15:15:07 [2019-07-19T19:15:07.437Z] Progress (1): 865 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom (865 B at 25 kB/s) 15:15:07 [2019-07-19T19:15:07.437Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-compiler-jdt/1.3.0/tycho-compiler-jdt-1.3.0.pom 15:15:07 [2019-07-19T19:15:07.437Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-compiler-jdt/1.3.0/tycho-compiler-jdt-1.3.0.pom 15:15:07 [2019-07-19T19:15:07.438Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/tycho-compiler-jdt/1.3.0/tycho-compiler-jdt-1.3.0.pom 15:15:07 [2019-07-19T19:15:07.695Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-compiler-jdt/1.3.0/tycho-compiler-jdt-1.3.0.pom 15:15:07 [2019-07-19T19:15:07.695Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-compiler-jdt/1.3.0/tycho-compiler-jdt-1.3.0.pom 15:15:07 [2019-07-19T19:15:07.695Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.3.0/tycho-compiler-jdt-1.3.0.pom 15:15:07 [2019-07-19T19:15:07.695Z] Progress (1): 2.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.3.0/tycho-compiler-jdt-1.3.0.pom (2.4 kB at 85 kB/s) 15:15:07 [2019-07-19T19:15:07.695Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-lib-detector/1.3.0/tycho-lib-detector-1.3.0.pom 15:15:07 [2019-07-19T19:15:07.695Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-lib-detector/1.3.0/tycho-lib-detector-1.3.0.pom 15:15:07 [2019-07-19T19:15:07.695Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/tycho-lib-detector/1.3.0/tycho-lib-detector-1.3.0.pom 15:15:07 [2019-07-19T19:15:07.952Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-lib-detector/1.3.0/tycho-lib-detector-1.3.0.pom 15:15:07 [2019-07-19T19:15:07.952Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-lib-detector/1.3.0/tycho-lib-detector-1.3.0.pom 15:15:07 [2019-07-19T19:15:07.952Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.3.0/tycho-lib-detector-1.3.0.pom 15:15:07 [2019-07-19T19:15:07.952Z] Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.3.0/tycho-lib-detector-1.3.0.pom (1.6 kB at 50 kB/s) 15:15:07 [2019-07-19T19:15:07.952Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/jdt/ecj/3.15.1/ecj-3.15.1.pom 15:15:07 [2019-07-19T19:15:07.952Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/jdt/ecj/3.15.1/ecj-3.15.1.pom 15:15:07 [2019-07-19T19:15:07.952Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/jdt/ecj/3.15.1/ecj-3.15.1.pom 15:15:08 [2019-07-19T19:15:08.209Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/jdt/ecj/3.15.1/ecj-3.15.1.pom 15:15:08 [2019-07-19T19:15:08.209Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/jdt/ecj/3.15.1/ecj-3.15.1.pom 15:15:08 [2019-07-19T19:15:08.209Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.15.1/ecj-3.15.1.pom 15:15:08 [2019-07-19T19:15:08.468Z] Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.15.1/ecj-3.15.1.pom (1.7 kB at 53 kB/s) 15:15:08 [2019-07-19T19:15:08.468Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar 15:15:08 [2019-07-19T19:15:08.468Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/jdt/ecj/3.15.1/ecj-3.15.1.jar 15:15:08 [2019-07-19T19:15:08.468Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-lib-detector/1.3.0/tycho-lib-detector-1.3.0.jar 15:15:08 [2019-07-19T19:15:08.468Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-compiler-jdt/1.3.0/tycho-compiler-jdt-1.3.0.jar 15:15:08 [2019-07-19T19:15:08.468Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar 15:15:08 [2019-07-19T19:15:08.468Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar 15:15:08 [2019-07-19T19:15:08.468Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/jdt/ecj/3.15.1/ecj-3.15.1.jar 15:15:08 [2019-07-19T19:15:08.468Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-lib-detector/1.3.0/tycho-lib-detector-1.3.0.jar 15:15:08 [2019-07-19T19:15:08.468Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-compiler-jdt/1.3.0/tycho-compiler-jdt-1.3.0.jar 15:15:08 [2019-07-19T19:15:08.468Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar 15:15:08 [2019-07-19T19:15:08.468Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar 15:15:08 [2019-07-19T19:15:08.468Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/jdt/ecj/3.15.1/ecj-3.15.1.jar 15:15:08 [2019-07-19T19:15:08.468Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/tycho-lib-detector/1.3.0/tycho-lib-detector-1.3.0.jar 15:15:08 [2019-07-19T19:15:08.468Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/tycho-compiler-jdt/1.3.0/tycho-compiler-jdt-1.3.0.jar 15:15:08 [2019-07-19T19:15:08.468Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar 15:15:08 [2019-07-19T19:15:08.725Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar 15:15:08 [2019-07-19T19:15:08.725Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/jdt/ecj/3.15.1/ecj-3.15.1.jar 15:15:08 [2019-07-19T19:15:08.725Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-lib-detector/1.3.0/tycho-lib-detector-1.3.0.jar 15:15:08 [2019-07-19T19:15:08.725Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-compiler-jdt/1.3.0/tycho-compiler-jdt-1.3.0.jar 15:15:08 [2019-07-19T19:15:08.725Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar 15:15:08 [2019-07-19T19:15:08.725Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar 15:15:08 [2019-07-19T19:15:08.725Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/jdt/ecj/3.15.1/ecj-3.15.1.jar 15:15:08 [2019-07-19T19:15:08.725Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-lib-detector/1.3.0/tycho-lib-detector-1.3.0.jar 15:15:08 [2019-07-19T19:15:08.725Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-compiler-jdt/1.3.0/tycho-compiler-jdt-1.3.0.jar 15:15:08 [2019-07-19T19:15:08.725Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar 15:15:08 [2019-07-19T19:15:08.985Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar 15:15:08 [2019-07-19T19:15:08.985Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.15.1/ecj-3.15.1.jar 15:15:08 [2019-07-19T19:15:08.985Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.3.0/tycho-lib-detector-1.3.0.jar 15:15:08 [2019-07-19T19:15:08.985Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.3.0/tycho-compiler-jdt-1.3.0.jar 15:15:08 [2019-07-19T19:15:08.985Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar 15:15:08 [2019-07-19T19:15:08.985Z] Progress (1): 0/2.8 MB Progress (1): 0/2.8 MB Progress (1): 0/2.8 MB Progress (1): 0/2.8 MB Progress (1): 0/2.8 MB Progress (1): 0/2.8 MB Progress (1): 0/2.8 MB Progress (1): 0/2.8 MB Progress (1): 0/2.8 MB Progress (1): 0/2.8 MB Progress (1): 0/2.8 MB Progress (1): 0/2.8 MB Progress (1): 0.1/2.8 MB Progress (1): 0.1/2.8 MB Progress (1): 0.1/2.8 MB Progress (1): 0.1/2.8 MB Progress (1): 0.1/2.8 MB Progress (1): 0.1/2.8 MB Progress (1): 0.1/2.8 MB Progress (1): 0.1/2.8 MB Progress (1): 0.1/2.8 MB Progress (1): 0.1/2.8 MB Progress (1): 0.1/2.8 MB Progress (1): 0.1/2.8 MB Progress (1): 0.1/2.8 MB Progress (1): 0.1/2.8 MB Progress (1): 0.1/2.8 MB Progress (1): 0.1/2.8 MB Progress (1): 0.1/2.8 MB Progress (1): 0.1/2.8 MB Progress (1): 0.1/2.8 MB Progress (1): 0.1/2.8 MB Progress (1): 0.1/2.8 MB Progress (1): 0.1/2.8 MB Progress (1): 0.1/2.8 MB Progress (1): 0.1/2.8 MB Progress (1): 0.1/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (2): 1.2/2.8 MB | 4.1/4.6 kB Progress (3): 1.2/2.8 MB | 4.1/4.6 kB | 4.1/18 kB Progress (3): 1.2/2.8 MB | 4.1/4.6 kB | 4.1/18 kB Progress (3): 1.2/2.8 MB | 4.1/4.6 kB | 7.7/18 kB Progress (4): 1.2/2.8 MB | 4.1/4.6 kB | 7.7/18 kB | 4.1/25 kB Progress (4): 1.2/2.8 MB | 4.6 kB | 7.7/18 kB | 4.1/25 kB Progress (4): 1.2/2.8 MB | 4.6 kB | 7.7/18 kB | 7.7/25 kB Progress (4): 1.2/2.8 MB | 4.6 kB | 12/18 kB | 7.7/25 kB Progress (5): 1.2/2.8 MB | 4.6 kB | 12/18 kB | 7.7/25 kB | 3.6 kB Progress (5): 1.2/2.8 MB | 4.6 kB | 12/18 kB | 7.7/25 kB | 3.6 kB Progress (5): 1.2/2.8 MB | 4.6 kB | 16/18 kB | 7.7/25 kB | 3.6 kB Progress (5): 1.2/2.8 MB | 4.6 kB | 16/18 kB | 12/25 kB | 3.6 kB Progress (5): 1.2/2.8 MB | 4.6 kB | 18 kB | 12/25 kB | 3.6 kB Progress (5): 1.2/2.8 MB | 4.6 kB | 18 kB | 12/25 kB | 3.6 kB Progress (5): 1.2/2.8 MB | 4.6 kB | 18 kB | 16/25 kB | 3.6 kB Progress (5): 1.2/2.8 MB | 4.6 kB | 18 kB | 16/25 kB | 3.6 kB Progress (5): 1.2/2.8 MB | 4.6 kB | 18 kB | 20/25 kB | 3.6 kB Progress (5): 1.2/2.8 MB | 4.6 kB | 18 kB | 20/25 kB | 3.6 kB Progress (5): 1.2/2.8 MB | 4.6 kB | 18 kB | 24/25 kB | 3.6 kB Progress (5): 1.2/2.8 MB | 4.6 kB | 18 kB | 24/25 kB | 3.6 kB Progress (5): 1.2/2.8 MB | 4.6 kB | 18 kB | 25 kB | 3.6 kB Progress (5): 1.2/2.8 MB | 4.6 kB | 18 kB | 25 kB | 3.6 kB Progress (5): 1.2/2.8 MB | 4.6 kB | 18 kB | 25 kB | 3.6 kB Progress (5): 1.2/2.8 MB | 4.6 kB | 18 kB | 25 kB | 3.6 kB Progress (5): 1.2/2.8 MB | 4.6 kB | 18 kB | 25 kB | 3.6 kB Progress (5): 1.3/2.8 MB | 4.6 kB | 18 kB | 25 kB | 3.6 kB Progress (5): 1.3/2.8 MB | 4.6 kB | 18 kB | 25 kB | 3.6 kB Progress (5): 1.3/2.8 MB | 4.6 kB | 18 kB | 25 kB | 3.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar (4.6 kB at 47 kB/s) 15:15:08 [2019-07-19T19:15:08.985Z] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.3.0/tycho-lib-detector-1.3.0.jar (3.6 kB at 37 kB/s) 15:15:08 [2019-07-19T19:15:08.985Z] Progress (3): 1.3/2.8 MB | 18 kB | 25 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.3.0/tycho-compiler-jdt-1.3.0.jar (18 kB at 179 kB/s) 15:15:08 [2019-07-19T19:15:08.985Z] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar (25 kB at 247 kB/s) 15:15:08 [2019-07-19T19:15:08.985Z] Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.15.1/ecj-3.15.1.jar (2.8 MB at 14 MB/s) 15:15:11 [2019-07-19T19:15:11.509Z] [INFO] Compiling 22 source files to /home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core/target/classes 15:15:13 [2019-07-19T19:15:13.403Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core/src/org/eclipse/tracecompass/common/core/log/TraceCompassLogUtils.java:[795] 15:15:13 [2019-07-19T19:15:13.403Z] argsArray[i] = entry.getKey(); 15:15:13 [2019-07-19T19:15:13.403Z] ^^^^^^^^^^^^^^ 15:15:13 [2019-07-19T19:15:13.403Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Map.Entry<@NonNull String,@NonNull Object>'. Type 'Map.Entry<K,V>' doesn't seem to be designed with null type annotations in mind 15:15:13 [2019-07-19T19:15:13.403Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core/src/org/eclipse/tracecompass/common/core/log/TraceCompassLogUtils.java:[796] 15:15:13 [2019-07-19T19:15:13.403Z] argsArray[i + 1] = entry.getValue(); 15:15:13 [2019-07-19T19:15:13.403Z] ^^^^^^^^^^^^^^^^ 15:15:13 [2019-07-19T19:15:13.403Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Map.Entry<@NonNull String,@NonNull Object>'. Type 'Map.Entry<K,V>' doesn't seem to be designed with null type annotations in mind 15:15:13 [2019-07-19T19:15:13.403Z] 2 problems (2 warnings) 15:15:13 [2019-07-19T19:15:13.403Z] [INFO] 15:15:13 [2019-07-19T19:15:13.403Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.common.core --- 15:15:13 [2019-07-19T19:15:13.403Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:15:13 [2019-07-19T19:15:13.403Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core/src/test/resources 15:15:13 [2019-07-19T19:15:13.403Z] [INFO] 15:15:13 [2019-07-19T19:15:13.403Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.common.core --- 15:15:13 [2019-07-19T19:15:13.403Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core/target/org.eclipse.tracecompass.common.core-4.1.0-SNAPSHOT-sources.jar 15:15:13 [2019-07-19T19:15:13.660Z] [INFO] 15:15:13 [2019-07-19T19:15:13.660Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.common.core --- 15:15:13 [2019-07-19T19:15:13.917Z] [INFO] 15:15:13 [2019-07-19T19:15:13.917Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.common.core --- 15:15:14 [2019-07-19T19:15:14.173Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core/target/org.eclipse.tracecompass.common.core-4.1.0-SNAPSHOT.jar 15:15:14 [2019-07-19T19:15:14.431Z] [INFO] 15:15:14 [2019-07-19T19:15:14.431Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.common.core --- 15:15:14 [2019-07-19T19:15:14.431Z] [INFO] 15:15:14 [2019-07-19T19:15:14.431Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.common.core --- 15:15:14 [2019-07-19T19:15:14.431Z] [INFO] 15:15:14 [2019-07-19T19:15:14.431Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.common.core --- 15:15:14 [2019-07-19T19:15:14.431Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core/target/org.eclipse.tracecompass.common.core-4.1.0-SNAPSHOT.jar 15:15:14 [2019-07-19T19:15:14.996Z] [INFO] 15:15:14 [2019-07-19T19:15:14.996Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.common.core --- 15:15:14 [2019-07-19T19:15:14.996Z] [INFO] 15:15:14 [2019-07-19T19:15:14.996Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.common.core --- 15:15:14 [2019-07-19T19:15:14.996Z] [INFO] Skipping JaCoCo execution due to missing execution data file. 15:15:14 [2019-07-19T19:15:14.996Z] [INFO] 15:15:14 [2019-07-19T19:15:14.996Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.common.core --- 15:15:14 [2019-07-19T19:15:14.996Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core/target/org.eclipse.tracecompass.common.core-4.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.common.core/4.1.0-SNAPSHOT/org.eclipse.tracecompass.common.core-4.1.0-SNAPSHOT.jar 15:15:14 [2019-07-19T19:15:14.996Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.common.core/4.1.0-SNAPSHOT/org.eclipse.tracecompass.common.core-4.1.0-SNAPSHOT.pom 15:15:14 [2019-07-19T19:15:14.996Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core/target/org.eclipse.tracecompass.common.core-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.common.core/4.1.0-SNAPSHOT/org.eclipse.tracecompass.common.core-4.1.0-SNAPSHOT-sources.jar 15:15:14 [2019-07-19T19:15:14.996Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core/target/org.eclipse.tracecompass.common.core-4.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.common.core/4.1.0-SNAPSHOT/org.eclipse.tracecompass.common.core-4.1.0-SNAPSHOT-pack200.jar.pack.gz 15:15:14 [2019-07-19T19:15:14.996Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.common.core/4.1.0-SNAPSHOT/org.eclipse.tracecompass.common.core-4.1.0-SNAPSHOT-p2metadata.xml 15:15:14 [2019-07-19T19:15:14.996Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.common.core/4.1.0-SNAPSHOT/org.eclipse.tracecompass.common.core-4.1.0-SNAPSHOT-p2artifacts.xml 15:15:14 [2019-07-19T19:15:14.996Z] [INFO] 15:15:14 [2019-07-19T19:15:14.996Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.common.core --- 15:15:14 [2019-07-19T19:15:14.996Z] [INFO] 15:15:14 [2019-07-19T19:15:14.996Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.statesystem-parent >-- 15:15:14 [2019-07-19T19:15:14.996Z] [INFO] Building Trace Compass State System Parent 5.0.0-SNAPSHOT [5/134] 15:15:14 [2019-07-19T19:15:14.996Z] [INFO] --------------------------------[ pom ]--------------------------------- 15:15:14 [2019-07-19T19:15:14.996Z] [INFO] 15:15:14 [2019-07-19T19:15:14.996Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.statesystem-parent --- 15:15:14 [2019-07-19T19:15:14.996Z] [INFO] 15:15:14 [2019-07-19T19:15:14.996Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.statesystem-parent --- 15:15:14 [2019-07-19T19:15:14.996Z] [INFO] 15:15:14 [2019-07-19T19:15:14.996Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.statesystem-parent --- 15:15:14 [2019-07-19T19:15:14.996Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/statesystem/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 15:15:14 [2019-07-19T19:15:14.996Z] [INFO] 15:15:14 [2019-07-19T19:15:14.996Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.statesystem-parent --- 15:15:14 [2019-07-19T19:15:14.996Z] [INFO] 15:15:14 [2019-07-19T19:15:14.996Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.statesystem-parent --- 15:15:14 [2019-07-19T19:15:14.996Z] [INFO] 15:15:14 [2019-07-19T19:15:14.996Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.statesystem-parent --- 15:15:14 [2019-07-19T19:15:14.996Z] [INFO] 15:15:14 [2019-07-19T19:15:14.996Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.statesystem-parent --- 15:15:14 [2019-07-19T19:15:14.996Z] [INFO] 15:15:14 [2019-07-19T19:15:14.996Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.statesystem-parent --- 15:15:14 [2019-07-19T19:15:14.996Z] [INFO] Skipping JaCoCo execution due to missing execution data file. 15:15:14 [2019-07-19T19:15:14.996Z] [INFO] 15:15:14 [2019-07-19T19:15:14.996Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.statesystem-parent --- 15:15:14 [2019-07-19T19:15:14.996Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/statesystem/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.statesystem-parent/5.0.0-SNAPSHOT/org.eclipse.tracecompass.statesystem-parent-5.0.0-SNAPSHOT.pom 15:15:14 [2019-07-19T19:15:14.996Z] [INFO] 15:15:14 [2019-07-19T19:15:14.996Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.datastore.core >-- 15:15:14 [2019-07-19T19:15:14.996Z] [INFO] Building org.eclipse.tracecompass.datastore.core 1.1.4-SNAPSHOT [6/134] 15:15:14 [2019-07-19T19:15:14.996Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 15:15:14 [2019-07-19T19:15:14.996Z] [INFO] 15:15:14 [2019-07-19T19:15:14.996Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.datastore.core --- 15:15:14 [2019-07-19T19:15:14.996Z] [INFO] 15:15:14 [2019-07-19T19:15:14.996Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.datastore.core --- 15:15:14 [2019-07-19T19:15:14.996Z] [INFO] The project's OSGi version is 1.1.4.201907191907 15:15:14 [2019-07-19T19:15:14.996Z] [INFO] 15:15:14 [2019-07-19T19:15:14.996Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.datastore.core --- 15:15:14 [2019-07-19T19:15:14.996Z] [INFO] 15:15:14 [2019-07-19T19:15:14.996Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.datastore.core --- 15:15:14 [2019-07-19T19:15:14.996Z] [INFO] 15:15:14 [2019-07-19T19:15:14.996Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.datastore.core --- 15:15:14 [2019-07-19T19:15:14.996Z] [INFO] 15:15:14 [2019-07-19T19:15:14.996Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.datastore.core --- 15:15:14 [2019-07-19T19:15:14.996Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.datastore.core/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 15:15:14 [2019-07-19T19:15:14.996Z] [INFO] 15:15:14 [2019-07-19T19:15:14.996Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.datastore.core --- 15:15:14 [2019-07-19T19:15:14.996Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:15:14 [2019-07-19T19:15:14.996Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.datastore.core/src/main/resources 15:15:14 [2019-07-19T19:15:14.996Z] [INFO] 15:15:14 [2019-07-19T19:15:14.996Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.datastore.core --- 15:15:14 [2019-07-19T19:15:14.996Z] [INFO] Compiling 36 source files to /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.datastore.core/target/classes 15:15:16 [2019-07-19T19:15:16.370Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.datastore.core/src/org/eclipse/tracecompass/datastore/core/interval/HTInterval.java:[66] 15:15:16 [2019-07-19T19:15:16.370Z] return (new StringJoiner(", ", "[", "]")) //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ 15:15:16 [2019-07-19T19:15:16.370Z] .add(String.valueOf(fStart)) 15:15:16 [2019-07-19T19:15:16.370Z] .add(String.valueOf(fEnd)) 15:15:16 [2019-07-19T19:15:16.370Z] .toString(); 15:15:16 [2019-07-19T19:15:16.370Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:15:16 [2019-07-19T19:15:16.370Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:15:16 [2019-07-19T19:15:16.370Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.datastore.core/src/org/eclipse/tracecompass/internal/provisional/datastore/core/historytree/AbstractHistoryTree.java:[900] 15:15:16 [2019-07-19T19:15:16.370Z] int sequenceNumber = queue.pop(); 15:15:16 [2019-07-19T19:15:16.370Z] ^^^^^^^^^^^ 15:15:16 [2019-07-19T19:15:16.370Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Deque<@NonNull Integer>'. Type 'Deque<E>' doesn't seem to be designed with null type annotations in mind 15:15:16 [2019-07-19T19:15:16.370Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.datastore.core/src/org/eclipse/tracecompass/internal/provisional/datastore/core/historytree/AbstractHistoryTree.java:[933] 15:15:16 [2019-07-19T19:15:16.370Z] int sequenceNumber = queue.pop(); 15:15:16 [2019-07-19T19:15:16.370Z] ^^^^^^^^^^^ 15:15:16 [2019-07-19T19:15:16.370Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Deque<@NonNull Integer>'. Type 'Deque<E>' doesn't seem to be designed with null type annotations in mind 15:15:16 [2019-07-19T19:15:16.370Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.datastore.core/src/org/eclipse/tracecompass/internal/datastore/core/historytree/HtIo.java:[222] 15:15:16 [2019-07-19T19:15:16.370Z] fFileChannelIn = fFileInputStream.getChannel(); 15:15:16 [2019-07-19T19:15:16.370Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:15:16 [2019-07-19T19:15:16.370Z] Null type safety (type annotations): The expression of type 'FileChannel' needs unchecked conversion to conform to '@NonNull FileChannel' 15:15:16 [2019-07-19T19:15:16.370Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.datastore.core/src/org/eclipse/tracecompass/internal/datastore/core/historytree/HtIo.java:[223] 15:15:16 [2019-07-19T19:15:16.370Z] fFileChannelOut = fFileOutputStream.getChannel(); 15:15:16 [2019-07-19T19:15:16.370Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:15:16 [2019-07-19T19:15:16.370Z] Null type safety (type annotations): The expression of type 'FileChannel' needs unchecked conversion to conform to '@NonNull FileChannel' 15:15:16 [2019-07-19T19:15:16.370Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.datastore.core/src/org/eclipse/tracecompass/internal/provisional/datastore/core/historytree/HTNode.java:[82] 15:15:16 [2019-07-19T19:15:16.370Z] private final Comparator<E> fDefaultIntervalComparator = Comparator 15:15:16 [2019-07-19T19:15:16.370Z] .comparingLong(E::getEnd) 15:15:16 [2019-07-19T19:15:16.370Z] .thenComparingLong(E::getStart); 15:15:16 [2019-07-19T19:15:16.370Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:15:16 [2019-07-19T19:15:16.370Z] Null type safety (type annotations): The expression of type 'Comparator<@NonNull E extends @NonNull IHTInterval>' needs unchecked conversion to conform to '@NonNull Comparator<E extends @NonNull IHTInterval>' 15:15:16 [2019-07-19T19:15:16.370Z] 6 problems (6 warnings) 15:15:16 [2019-07-19T19:15:16.370Z] [INFO] 15:15:16 [2019-07-19T19:15:16.370Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.datastore.core --- 15:15:16 [2019-07-19T19:15:16.370Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:15:16 [2019-07-19T19:15:16.370Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.datastore.core/src/test/resources 15:15:16 [2019-07-19T19:15:16.370Z] [INFO] 15:15:16 [2019-07-19T19:15:16.370Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.datastore.core --- 15:15:16 [2019-07-19T19:15:16.370Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.datastore.core/target/org.eclipse.tracecompass.datastore.core-1.1.4-SNAPSHOT-sources.jar 15:15:16 [2019-07-19T19:15:16.370Z] [INFO] 15:15:16 [2019-07-19T19:15:16.370Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.datastore.core --- 15:15:16 [2019-07-19T19:15:16.370Z] [INFO] 15:15:16 [2019-07-19T19:15:16.370Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.datastore.core --- 15:15:16 [2019-07-19T19:15:16.370Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.datastore.core/target/org.eclipse.tracecompass.datastore.core-1.1.4-SNAPSHOT.jar 15:15:16 [2019-07-19T19:15:16.627Z] [INFO] 15:15:16 [2019-07-19T19:15:16.627Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.datastore.core --- 15:15:16 [2019-07-19T19:15:16.627Z] [INFO] 15:15:16 [2019-07-19T19:15:16.627Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.datastore.core --- 15:15:16 [2019-07-19T19:15:16.627Z] [INFO] 15:15:16 [2019-07-19T19:15:16.627Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.datastore.core --- 15:15:16 [2019-07-19T19:15:16.627Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.datastore.core/target/org.eclipse.tracecompass.datastore.core-1.1.4-SNAPSHOT.jar 15:15:16 [2019-07-19T19:15:16.885Z] [INFO] 15:15:16 [2019-07-19T19:15:16.885Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.datastore.core --- 15:15:16 [2019-07-19T19:15:16.885Z] [INFO] 15:15:16 [2019-07-19T19:15:16.885Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.datastore.core --- 15:15:16 [2019-07-19T19:15:16.885Z] [INFO] Skipping JaCoCo execution due to missing execution data file. 15:15:16 [2019-07-19T19:15:16.885Z] [INFO] 15:15:16 [2019-07-19T19:15:16.885Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.datastore.core --- 15:15:16 [2019-07-19T19:15:16.885Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.datastore.core/target/org.eclipse.tracecompass.datastore.core-1.1.4-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.datastore.core/1.1.4-SNAPSHOT/org.eclipse.tracecompass.datastore.core-1.1.4-SNAPSHOT.jar 15:15:16 [2019-07-19T19:15:16.885Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.datastore.core/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.datastore.core/1.1.4-SNAPSHOT/org.eclipse.tracecompass.datastore.core-1.1.4-SNAPSHOT.pom 15:15:16 [2019-07-19T19:15:16.885Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.datastore.core/target/org.eclipse.tracecompass.datastore.core-1.1.4-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.datastore.core/1.1.4-SNAPSHOT/org.eclipse.tracecompass.datastore.core-1.1.4-SNAPSHOT-sources.jar 15:15:16 [2019-07-19T19:15:16.885Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.datastore.core/target/org.eclipse.tracecompass.datastore.core-1.1.4-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.datastore.core/1.1.4-SNAPSHOT/org.eclipse.tracecompass.datastore.core-1.1.4-SNAPSHOT-pack200.jar.pack.gz 15:15:16 [2019-07-19T19:15:16.885Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.datastore.core/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.datastore.core/1.1.4-SNAPSHOT/org.eclipse.tracecompass.datastore.core-1.1.4-SNAPSHOT-p2metadata.xml 15:15:16 [2019-07-19T19:15:16.885Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.datastore.core/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.datastore.core/1.1.4-SNAPSHOT/org.eclipse.tracecompass.datastore.core-1.1.4-SNAPSHOT-p2artifacts.xml 15:15:16 [2019-07-19T19:15:16.885Z] [INFO] 15:15:16 [2019-07-19T19:15:16.885Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.datastore.core --- 15:15:16 [2019-07-19T19:15:16.885Z] [INFO] 15:15:16 [2019-07-19T19:15:16.885Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.segmentstore.core >-- 15:15:16 [2019-07-19T19:15:16.885Z] [INFO] Building org.eclipse.tracecompass.segmentstore.core 2.1.1-SNAPSHOT [7/134] 15:15:16 [2019-07-19T19:15:16.885Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 15:15:16 [2019-07-19T19:15:16.885Z] [INFO] 15:15:16 [2019-07-19T19:15:16.885Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.segmentstore.core --- 15:15:16 [2019-07-19T19:15:16.885Z] [INFO] 15:15:16 [2019-07-19T19:15:16.885Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.segmentstore.core --- 15:15:16 [2019-07-19T19:15:16.885Z] [INFO] The project's OSGi version is 2.1.1.201907191907 15:15:16 [2019-07-19T19:15:16.885Z] [INFO] 15:15:16 [2019-07-19T19:15:16.885Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.segmentstore.core --- 15:15:16 [2019-07-19T19:15:16.885Z] [INFO] 15:15:16 [2019-07-19T19:15:16.885Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.segmentstore.core --- 15:15:16 [2019-07-19T19:15:16.885Z] [INFO] 15:15:16 [2019-07-19T19:15:16.885Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.segmentstore.core --- 15:15:16 [2019-07-19T19:15:16.885Z] [INFO] 15:15:16 [2019-07-19T19:15:16.885Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.segmentstore.core --- 15:15:16 [2019-07-19T19:15:16.885Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 15:15:16 [2019-07-19T19:15:16.885Z] [INFO] 15:15:16 [2019-07-19T19:15:16.885Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.segmentstore.core --- 15:15:16 [2019-07-19T19:15:16.885Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:15:16 [2019-07-19T19:15:16.885Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core/src/main/resources 15:15:16 [2019-07-19T19:15:16.885Z] [INFO] 15:15:16 [2019-07-19T19:15:16.885Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.segmentstore.core --- 15:15:16 [2019-07-19T19:15:16.885Z] [INFO] Compiling 22 source files to /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core/target/classes 15:15:17 [2019-07-19T19:15:17.817Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core/src/org/eclipse/tracecompass/internal/segmentstore/core/segmentHistoryTree/SegmentHistoryTree.java:[285] 15:15:17 [2019-07-19T19:15:17.817Z] queue.add(new SegmentTreeNode.Tuple(new BasicSegment(0,0), rootNode.getSequenceNumber())); 15:15:17 [2019-07-19T19:15:17.817Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:15:17 [2019-07-19T19:15:17.817Z] Type safety: The constructor SegmentTreeNode.Tuple(Object, int) belongs to the raw type SegmentTreeNode.Tuple. References to generic type SegmentTreeNode.Tuple<E> should be parameterized 15:15:17 [2019-07-19T19:15:17.817Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core/src/org/eclipse/tracecompass/internal/segmentstore/core/segmentHistoryTree/SegmentHistoryTree.java:[285] 15:15:17 [2019-07-19T19:15:17.817Z] queue.add(new SegmentTreeNode.Tuple(new BasicSegment(0,0), rootNode.getSequenceNumber())); 15:15:17 [2019-07-19T19:15:17.817Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:15:17 [2019-07-19T19:15:17.817Z] Type safety: The expression of type SegmentTreeNode.Tuple needs unchecked conversion to conform to SegmentTreeNode.Tuple<E> 15:15:17 [2019-07-19T19:15:17.817Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core/src/org/eclipse/tracecompass/internal/segmentstore/core/segmentHistoryTree/SegmentHistoryTree.java:[285] 15:15:17 [2019-07-19T19:15:17.817Z] queue.add(new SegmentTreeNode.Tuple(new BasicSegment(0,0), rootNode.getSequenceNumber())); 15:15:17 [2019-07-19T19:15:17.817Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:15:17 [2019-07-19T19:15:17.817Z] Null type safety (type annotations): The expression of type 'SegmentTreeNode.Tuple' needs unchecked conversion to conform to 'SegmentTreeNode.@NonNull Tuple<E extends @NonNull ISegment>' 15:15:17 [2019-07-19T19:15:17.817Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core/src/org/eclipse/tracecompass/internal/segmentstore/core/segmentHistoryTree/SegmentHistoryTree.java:[285] 15:15:17 [2019-07-19T19:15:17.817Z] queue.add(new SegmentTreeNode.Tuple(new BasicSegment(0,0), rootNode.getSequenceNumber())); 15:15:17 [2019-07-19T19:15:17.817Z] ^^^^^^^^^^^^^^^^^^^^^ 15:15:17 [2019-07-19T19:15:17.817Z] SegmentTreeNode.Tuple is a raw type. References to generic type SegmentTreeNode.Tuple<E> should be parameterized 15:15:17 [2019-07-19T19:15:17.817Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core/src/org/eclipse/tracecompass/internal/segmentstore/core/segmentHistoryTree/SegmentHistoryTree.java:[295] 15:15:17 [2019-07-19T19:15:17.817Z] || order.compare(intersecting.element(), queue.peek().getSegment()) > 0)) { 15:15:17 [2019-07-19T19:15:17.817Z] ^^^^^^^^^^^^ 15:15:17 [2019-07-19T19:15:17.817Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type '@NonNull PriorityQueue<SegmentTreeNode.@NonNull Tuple<E extends @NonNull ISegment>>'. Type 'PriorityQueue<E>' doesn't seem to be designed with null type annotations in mind 15:15:17 [2019-07-19T19:15:17.817Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core/src/org/eclipse/tracecompass/internal/segmentstore/core/segmentHistoryTree/SegmentHistoryTree.java:[298] 15:15:17 [2019-07-19T19:15:17.817Z] currentNode = readNode(queue.poll().getSequenceNumber()); 15:15:17 [2019-07-19T19:15:17.817Z] ^^^^^^^^^^^^ 15:15:17 [2019-07-19T19:15:17.817Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type '@NonNull PriorityQueue<SegmentTreeNode.@NonNull Tuple<E extends @NonNull ISegment>>'. Type 'PriorityQueue<E>' doesn't seem to be designed with null type annotations in mind 15:15:17 [2019-07-19T19:15:17.817Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core/src/org/eclipse/tracecompass/internal/segmentstore/core/segmentHistoryTree/SegmentHistoryTree.java:[304] 15:15:17 [2019-07-19T19:15:17.817Z] queue.addAll(((SegmentTreeNode) currentNode).selectNextChildren(rc, order)); 15:15:17 [2019-07-19T19:15:17.817Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:15:17 [2019-07-19T19:15:17.817Z] Type safety: The method selectNextChildren(TimeRangeCondition, Comparator) belongs to the raw type SegmentTreeNode. References to generic type SegmentTreeNode<E> should be parameterized 15:15:17 [2019-07-19T19:15:17.817Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core/src/org/eclipse/tracecompass/internal/segmentstore/core/segmentHistoryTree/SegmentHistoryTree.java:[304] 15:15:17 [2019-07-19T19:15:17.817Z] queue.addAll(((SegmentTreeNode) currentNode).selectNextChildren(rc, order)); 15:15:17 [2019-07-19T19:15:17.817Z] ^^^^^^^^^^^^^^^ 15:15:17 [2019-07-19T19:15:17.817Z] SegmentTreeNode is a raw type. References to generic type SegmentTreeNode<E> should be parameterized 15:15:17 [2019-07-19T19:15:17.817Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core/src/org/eclipse/tracecompass/segmentstore/core/SegmentStoreFactory.java:[118] 15:15:17 [2019-07-19T19:15:17.817Z] store.add((E) elem); // warning from type, it should be fine 15:15:17 [2019-07-19T19:15:17.817Z] ^^^^^^^^ 15:15:17 [2019-07-19T19:15:17.817Z] Type safety: Unchecked cast from Object to E 15:15:17 [2019-07-19T19:15:17.817Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core/src/org/eclipse/tracecompass/internal/segmentstore/core/treemap/TreeMapStore.java:[235] 15:15:17 [2019-07-19T19:15:17.817Z] E fromElement = (E) new BasicSegment(Long.MIN_VALUE, start); 15:15:17 [2019-07-19T19:15:17.817Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:15:17 [2019-07-19T19:15:17.817Z] Type safety: Unchecked cast from BasicSegment to E 15:15:17 [2019-07-19T19:15:17.817Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core/src/org/eclipse/tracecompass/internal/segmentstore/core/arraylist/LazyArrayListStore.java:[60] 15:15:17 [2019-07-19T19:15:17.817Z] protected final Comparator<E> COMPARATOR = Comparator.comparing(E::getStart) 15:15:17 [2019-07-19T19:15:17.817Z] .thenComparing(E::getEnd).thenComparing(Function.identity()); 15:15:17 [2019-07-19T19:15:17.817Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:15:17 [2019-07-19T19:15:17.817Z] Null type safety (type annotations): The expression of type 'Comparator<@NonNull E extends @NonNull ISegment>' needs unchecked conversion to conform to '@NonNull Comparator<@NonNull E extends @NonNull ISegment>' 15:15:17 [2019-07-19T19:15:17.817Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core/src/org/eclipse/tracecompass/internal/segmentstore/core/arraylist/LazyArrayListStore.java:[93] 15:15:17 [2019-07-19T19:15:17.817Z] E element = (E) object; 15:15:17 [2019-07-19T19:15:17.817Z] ^^^^^^^^^^ 15:15:17 [2019-07-19T19:15:17.817Z] Type safety: Unchecked cast from Object to E 15:15:17 [2019-07-19T19:15:17.817Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core/src/org/eclipse/tracecompass/internal/segmentstore/core/segmentHistoryTree/HistoryTreeSegmentStore.java:[311] 15:15:17 [2019-07-19T19:15:17.817Z] return getSHT().getIntersectingElements(start, end, (Comparator<E>) order); 15:15:17 [2019-07-19T19:15:17.817Z] ^^^^^^^^^^^^^^^^^^^^^ 15:15:17 [2019-07-19T19:15:17.817Z] Type safety: Unchecked cast from Comparator<ISegment> to Comparator<E> 15:15:17 [2019-07-19T19:15:17.817Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core/src/org/eclipse/tracecompass/internal/segmentstore/core/segmentHistoryTree/SegmentTreeNode.java:[186] 15:15:17 [2019-07-19T19:15:17.817Z] SegmentTreeNode<E> segmentNode = (SegmentTreeNode<E>) childNode; 15:15:17 [2019-07-19T19:15:17.817Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:15:17 [2019-07-19T19:15:17.817Z] Type safety: Unchecked cast from IHTNode<capture#15-of ?> to SegmentTreeNode<E> 15:15:17 [2019-07-19T19:15:17.817Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core/src/org/eclipse/tracecompass/internal/segmentstore/core/segmentHistoryTree/SegmentTreeNode.java:[193] 15:15:17 [2019-07-19T19:15:17.817Z] segmentNode.addListener((node, endtime) -> updateChild((SegmentTreeNode<E>) node, childIndex)); 15:15:17 [2019-07-19T19:15:17.817Z] ^^^^^^^^^^^^^^^^^^^^^^^^^ 15:15:17 [2019-07-19T19:15:17.817Z] Type safety: Unchecked cast from OverlappingNode<capture#16-of ?> to SegmentTreeNode<E> 15:15:17 [2019-07-19T19:15:17.817Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core/src/org/eclipse/tracecompass/internal/segmentstore/core/segmentHistoryTree/SegmentTreeNode.java:[435] 15:15:17 [2019-07-19T19:15:17.817Z] return (OverlappingSegmentCoreData<E>) super.getCoreNodeData(); 15:15:17 [2019-07-19T19:15:17.817Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:15:17 [2019-07-19T19:15:17.817Z] Type safety: Unchecked cast from OverlappingNode.OverlappingExtraData to SegmentTreeNode.OverlappingSegmentCoreData<E> 15:15:17 [2019-07-19T19:15:17.817Z] 16 problems (16 warnings) 15:15:17 [2019-07-19T19:15:17.817Z] [INFO] 15:15:17 [2019-07-19T19:15:17.817Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.segmentstore.core --- 15:15:17 [2019-07-19T19:15:17.817Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:15:17 [2019-07-19T19:15:17.817Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core/src/test/resources 15:15:17 [2019-07-19T19:15:17.817Z] [INFO] 15:15:17 [2019-07-19T19:15:17.817Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.segmentstore.core --- 15:15:17 [2019-07-19T19:15:17.817Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core/target/org.eclipse.tracecompass.segmentstore.core-2.1.1-SNAPSHOT-sources.jar 15:15:18 [2019-07-19T19:15:18.075Z] [INFO] 15:15:18 [2019-07-19T19:15:18.075Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.segmentstore.core --- 15:15:18 [2019-07-19T19:15:18.075Z] [INFO] 15:15:18 [2019-07-19T19:15:18.075Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.segmentstore.core --- 15:15:18 [2019-07-19T19:15:18.075Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core/target/org.eclipse.tracecompass.segmentstore.core-2.1.1-SNAPSHOT.jar 15:15:18 [2019-07-19T19:15:18.075Z] [INFO] 15:15:18 [2019-07-19T19:15:18.075Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.segmentstore.core --- 15:15:18 [2019-07-19T19:15:18.075Z] [INFO] 15:15:18 [2019-07-19T19:15:18.075Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.segmentstore.core --- 15:15:18 [2019-07-19T19:15:18.075Z] [INFO] 15:15:18 [2019-07-19T19:15:18.075Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.segmentstore.core --- 15:15:18 [2019-07-19T19:15:18.075Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core/target/org.eclipse.tracecompass.segmentstore.core-2.1.1-SNAPSHOT.jar 15:15:18 [2019-07-19T19:15:18.332Z] [INFO] 15:15:18 [2019-07-19T19:15:18.332Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.segmentstore.core --- 15:15:18 [2019-07-19T19:15:18.332Z] [INFO] 15:15:18 [2019-07-19T19:15:18.332Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.segmentstore.core --- 15:15:18 [2019-07-19T19:15:18.332Z] [INFO] Skipping JaCoCo execution due to missing execution data file. 15:15:18 [2019-07-19T19:15:18.332Z] [INFO] 15:15:18 [2019-07-19T19:15:18.332Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.segmentstore.core --- 15:15:18 [2019-07-19T19:15:18.332Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core/target/org.eclipse.tracecompass.segmentstore.core-2.1.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.segmentstore.core/2.1.1-SNAPSHOT/org.eclipse.tracecompass.segmentstore.core-2.1.1-SNAPSHOT.jar 15:15:18 [2019-07-19T19:15:18.332Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.segmentstore.core/2.1.1-SNAPSHOT/org.eclipse.tracecompass.segmentstore.core-2.1.1-SNAPSHOT.pom 15:15:18 [2019-07-19T19:15:18.332Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core/target/org.eclipse.tracecompass.segmentstore.core-2.1.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.segmentstore.core/2.1.1-SNAPSHOT/org.eclipse.tracecompass.segmentstore.core-2.1.1-SNAPSHOT-sources.jar 15:15:18 [2019-07-19T19:15:18.332Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core/target/org.eclipse.tracecompass.segmentstore.core-2.1.1-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.segmentstore.core/2.1.1-SNAPSHOT/org.eclipse.tracecompass.segmentstore.core-2.1.1-SNAPSHOT-pack200.jar.pack.gz 15:15:18 [2019-07-19T19:15:18.332Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.segmentstore.core/2.1.1-SNAPSHOT/org.eclipse.tracecompass.segmentstore.core-2.1.1-SNAPSHOT-p2metadata.xml 15:15:18 [2019-07-19T19:15:18.332Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.segmentstore.core/2.1.1-SNAPSHOT/org.eclipse.tracecompass.segmentstore.core-2.1.1-SNAPSHOT-p2artifacts.xml 15:15:18 [2019-07-19T19:15:18.332Z] [INFO] 15:15:18 [2019-07-19T19:15:18.332Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.segmentstore.core --- 15:15:18 [2019-07-19T19:15:18.332Z] [INFO] 15:15:18 [2019-07-19T19:15:18.332Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.statesystem.core >-- 15:15:18 [2019-07-19T19:15:18.332Z] [INFO] Building org.eclipse.tracecompass.statesystem.core 4.2.2-SNAPSHOT [8/134] 15:15:18 [2019-07-19T19:15:18.332Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 15:15:18 [2019-07-19T19:15:18.332Z] [INFO] 15:15:18 [2019-07-19T19:15:18.332Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.statesystem.core --- 15:15:18 [2019-07-19T19:15:18.332Z] [INFO] 15:15:18 [2019-07-19T19:15:18.332Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.statesystem.core --- 15:15:18 [2019-07-19T19:15:18.332Z] [INFO] The project's OSGi version is 4.2.2.201907191907 15:15:18 [2019-07-19T19:15:18.332Z] [INFO] 15:15:18 [2019-07-19T19:15:18.332Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.statesystem.core --- 15:15:18 [2019-07-19T19:15:18.332Z] [INFO] 15:15:18 [2019-07-19T19:15:18.332Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.statesystem.core --- 15:15:18 [2019-07-19T19:15:18.332Z] [INFO] 15:15:18 [2019-07-19T19:15:18.332Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.statesystem.core --- 15:15:18 [2019-07-19T19:15:18.332Z] [INFO] 15:15:18 [2019-07-19T19:15:18.332Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.statesystem.core --- 15:15:18 [2019-07-19T19:15:18.332Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 15:15:18 [2019-07-19T19:15:18.332Z] [INFO] 15:15:18 [2019-07-19T19:15:18.332Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.statesystem.core --- 15:15:18 [2019-07-19T19:15:18.332Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:15:18 [2019-07-19T19:15:18.332Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core/src/main/resources 15:15:18 [2019-07-19T19:15:18.332Z] [INFO] 15:15:18 [2019-07-19T19:15:18.332Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.statesystem.core --- 15:15:18 [2019-07-19T19:15:18.332Z] [INFO] Compiling 47 source files to /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core/target/classes 15:15:19 [2019-07-19T19:15:19.705Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core/src/org/eclipse/tracecompass/internal/statesystem/core/backend/historytree/HTInterval.java:[265] 15:15:19 [2019-07-19T19:15:19.705Z] public void writeInterval(ByteBuffer buffer, long nodeStart) { 15:15:19 [2019-07-19T19:15:19.705Z] ^^^^^^^^^ 15:15:19 [2019-07-19T19:15:19.705Z] Javadoc: Missing tag for parameter nodeStart 15:15:19 [2019-07-19T19:15:19.705Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core/src/org/eclipse/tracecompass/internal/statesystem/core/backend/historytree/ThreadedHistoryTreeBackend.java:[309] 15:15:19 [2019-07-19T19:15:19.705Z] Iterable<@NonNull HTInterval> queuedIntervals = Iterables.filter(intervalQueue, 15:15:19 [2019-07-19T19:15:19.705Z] ^^^^^^^^^^^^^ 15:15:19 [2019-07-19T19:15:19.705Z] Null type safety (type annotations): The expression of type '@NonNull BufferedBlockingQueue<HTInterval>' needs unchecked conversion to conform to 'Iterable<@NonNull HTInterval>', corresponding supertype is 'Iterable<HTInterval>' 15:15:19 [2019-07-19T19:15:19.705Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core/src/org/eclipse/tracecompass/statesystem/core/StateSystemBuilderUtils.java:[44] 15:15:19 [2019-07-19T19:15:19.705Z] throws StateValueTypeException, AttributeNotFoundException { 15:15:19 [2019-07-19T19:15:19.705Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:15:19 [2019-07-19T19:15:19.705Z] The declared exception AttributeNotFoundException is not actually thrown by the method incrementAttributeLong(ITmfStateSystemBuilder, long, int, long) from type StateSystemBuilderUtils 15:15:19 [2019-07-19T19:15:19.705Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core/src/org/eclipse/tracecompass/statesystem/core/StateSystemBuilderUtils.java:[73] 15:15:19 [2019-07-19T19:15:19.705Z] throws StateValueTypeException, AttributeNotFoundException { 15:15:19 [2019-07-19T19:15:19.705Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:15:19 [2019-07-19T19:15:19.705Z] The declared exception AttributeNotFoundException is not actually thrown by the method incrementAttributeInt(ITmfStateSystemBuilder, long, int, int) from type StateSystemBuilderUtils 15:15:19 [2019-07-19T19:15:19.705Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core/src/org/eclipse/tracecompass/internal/statesystem/core/backend/historytree/ParentNode.java:[129] 15:15:19 [2019-07-19T19:15:19.705Z] public abstract void queueNextChildren2D(IntegerRangeCondition quarks, TimeRangeCondition subTimes, Deque<Integer> queue, boolean reverse); 15:15:19 [2019-07-19T19:15:19.705Z] ^^^^^^^ 15:15:19 [2019-07-19T19:15:19.705Z] Javadoc: Missing tag for parameter reverse 15:15:19 [2019-07-19T19:15:19.705Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core/src/org/eclipse/tracecompass/statesystem/core/StateSystemUtils.java:[180] 15:15:19 [2019-07-19T19:15:19.705Z] throws AttributeNotFoundException, StateSystemDisposedException { 15:15:19 [2019-07-19T19:15:19.705Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:15:19 [2019-07-19T19:15:19.705Z] The declared exception AttributeNotFoundException is not actually thrown by the method queryHistoryRange(ITmfStateSystem, int, long, long) from type StateSystemUtils 15:15:19 [2019-07-19T19:15:19.705Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core/src/org/eclipse/tracecompass/statesystem/core/StateSystemUtils.java:[248] 15:15:19 [2019-07-19T19:15:19.705Z] throws AttributeNotFoundException, StateSystemDisposedException { 15:15:19 [2019-07-19T19:15:19.705Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:15:19 [2019-07-19T19:15:19.705Z] The declared exception AttributeNotFoundException is not actually thrown by the method queryHistoryRange(ITmfStateSystem, int, long, long, long, IProgressMonitor) from type StateSystemUtils 15:15:19 [2019-07-19T19:15:19.705Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core/src/org/eclipse/tracecompass/internal/statesystem/core/backend/historytree/HistoryTreeBackend.java:[384] 15:15:19 [2019-07-19T19:15:19.705Z] intervalQueue = currentNode.iterable2D(quarks, subTimes).iterator(); 15:15:19 [2019-07-19T19:15:19.705Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:15:19 [2019-07-19T19:15:19.705Z] Null type safety (type annotations): The expression of type 'Iterator<HTInterval>' needs unchecked conversion to conform to 'Iterator<@NonNull HTInterval>' 15:15:19 [2019-07-19T19:15:19.705Z] 8 problems (8 warnings) 15:15:19 [2019-07-19T19:15:19.705Z] [INFO] 15:15:19 [2019-07-19T19:15:19.705Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.statesystem.core --- 15:15:19 [2019-07-19T19:15:19.705Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:15:19 [2019-07-19T19:15:19.705Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core/src/test/resources 15:15:19 [2019-07-19T19:15:19.705Z] [INFO] 15:15:19 [2019-07-19T19:15:19.705Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.statesystem.core --- 15:15:19 [2019-07-19T19:15:19.705Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core/target/org.eclipse.tracecompass.statesystem.core-4.2.2-SNAPSHOT-sources.jar 15:15:19 [2019-07-19T19:15:19.705Z] [INFO] 15:15:19 [2019-07-19T19:15:19.705Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.statesystem.core --- 15:15:19 [2019-07-19T19:15:19.705Z] [INFO] 15:15:19 [2019-07-19T19:15:19.705Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.statesystem.core --- 15:15:19 [2019-07-19T19:15:19.705Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core/target/org.eclipse.tracecompass.statesystem.core-4.2.2-SNAPSHOT.jar 15:15:19 [2019-07-19T19:15:19.705Z] [INFO] 15:15:19 [2019-07-19T19:15:19.705Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.statesystem.core --- 15:15:19 [2019-07-19T19:15:19.705Z] [INFO] 15:15:19 [2019-07-19T19:15:19.705Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.statesystem.core --- 15:15:19 [2019-07-19T19:15:19.705Z] [INFO] 15:15:19 [2019-07-19T19:15:19.705Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.statesystem.core --- 15:15:19 [2019-07-19T19:15:19.705Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core/target/org.eclipse.tracecompass.statesystem.core-4.2.2-SNAPSHOT.jar 15:15:20 [2019-07-19T19:15:20.270Z] [INFO] 15:15:20 [2019-07-19T19:15:20.270Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.statesystem.core --- 15:15:20 [2019-07-19T19:15:20.270Z] [INFO] 15:15:20 [2019-07-19T19:15:20.270Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.statesystem.core --- 15:15:20 [2019-07-19T19:15:20.270Z] [INFO] Skipping JaCoCo execution due to missing execution data file. 15:15:20 [2019-07-19T19:15:20.270Z] [INFO] 15:15:20 [2019-07-19T19:15:20.270Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.statesystem.core --- 15:15:20 [2019-07-19T19:15:20.270Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core/target/org.eclipse.tracecompass.statesystem.core-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.statesystem.core/4.2.2-SNAPSHOT/org.eclipse.tracecompass.statesystem.core-4.2.2-SNAPSHOT.jar 15:15:20 [2019-07-19T19:15:20.270Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.statesystem.core/4.2.2-SNAPSHOT/org.eclipse.tracecompass.statesystem.core-4.2.2-SNAPSHOT.pom 15:15:20 [2019-07-19T19:15:20.270Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core/target/org.eclipse.tracecompass.statesystem.core-4.2.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.statesystem.core/4.2.2-SNAPSHOT/org.eclipse.tracecompass.statesystem.core-4.2.2-SNAPSHOT-sources.jar 15:15:20 [2019-07-19T19:15:20.270Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core/target/org.eclipse.tracecompass.statesystem.core-4.2.2-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.statesystem.core/4.2.2-SNAPSHOT/org.eclipse.tracecompass.statesystem.core-4.2.2-SNAPSHOT-pack200.jar.pack.gz 15:15:20 [2019-07-19T19:15:20.270Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.statesystem.core/4.2.2-SNAPSHOT/org.eclipse.tracecompass.statesystem.core-4.2.2-SNAPSHOT-p2metadata.xml 15:15:20 [2019-07-19T19:15:20.270Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.statesystem.core/4.2.2-SNAPSHOT/org.eclipse.tracecompass.statesystem.core-4.2.2-SNAPSHOT-p2artifacts.xml 15:15:20 [2019-07-19T19:15:20.270Z] [INFO] 15:15:20 [2019-07-19T19:15:20.270Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.statesystem.core --- 15:15:20 [2019-07-19T19:15:20.270Z] [INFO] 15:15:20 [2019-07-19T19:15:20.270Z] [INFO] ----< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf-parent >---- 15:15:20 [2019-07-19T19:15:20.270Z] [INFO] Building Trace Compass TMF Parent 5.0.0-SNAPSHOT [9/134] 15:15:20 [2019-07-19T19:15:20.270Z] [INFO] --------------------------------[ pom ]--------------------------------- 15:15:20 [2019-07-19T19:15:20.270Z] [INFO] 15:15:20 [2019-07-19T19:15:20.270Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.tmf-parent --- 15:15:20 [2019-07-19T19:15:20.270Z] [INFO] 15:15:20 [2019-07-19T19:15:20.270Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.tmf-parent --- 15:15:20 [2019-07-19T19:15:20.270Z] [INFO] 15:15:20 [2019-07-19T19:15:20.270Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.tmf-parent --- 15:15:20 [2019-07-19T19:15:20.270Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/tmf/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 15:15:20 [2019-07-19T19:15:20.270Z] [INFO] 15:15:20 [2019-07-19T19:15:20.270Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.tmf-parent --- 15:15:20 [2019-07-19T19:15:20.270Z] [INFO] 15:15:20 [2019-07-19T19:15:20.270Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.tmf-parent --- 15:15:20 [2019-07-19T19:15:20.270Z] [INFO] 15:15:20 [2019-07-19T19:15:20.270Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.tmf-parent --- 15:15:20 [2019-07-19T19:15:20.270Z] [INFO] 15:15:20 [2019-07-19T19:15:20.270Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.tmf-parent --- 15:15:20 [2019-07-19T19:15:20.270Z] [INFO] 15:15:20 [2019-07-19T19:15:20.270Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.tmf-parent --- 15:15:20 [2019-07-19T19:15:20.270Z] [INFO] Skipping JaCoCo execution due to missing execution data file. 15:15:20 [2019-07-19T19:15:20.270Z] [INFO] 15:15:20 [2019-07-19T19:15:20.270Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.tmf-parent --- 15:15:20 [2019-07-19T19:15:20.270Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf-parent/5.0.0-SNAPSHOT/org.eclipse.tracecompass.tmf-parent-5.0.0-SNAPSHOT.pom 15:15:20 [2019-07-19T19:15:20.270Z] [INFO] 15:15:20 [2019-07-19T19:15:20.270Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.filter.parser >-- 15:15:20 [2019-07-19T19:15:20.270Z] [INFO] Building Trace Compass Filter Parser 1.0.2-SNAPSHOT [10/134] 15:15:20 [2019-07-19T19:15:20.270Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 15:15:20 [2019-07-19T19:15:20.270Z] [INFO] 15:15:20 [2019-07-19T19:15:20.270Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.tmf.filter.parser --- 15:15:20 [2019-07-19T19:15:20.270Z] [INFO] Deleting /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.filter.parser/target (includes = [*/**], excludes = [generated-sources/antlr3/org/eclipse/tracecompass/tmf/filter/parser/FilterParserLexer.java, generated-sources/antlr3/org/eclipse/tracecompass/tmf/filter/parser/FilterParserParser.java, generated-sources/antlr3/FilterParser.tokens]) 15:15:20 [2019-07-19T19:15:20.270Z] [INFO] 15:15:20 [2019-07-19T19:15:20.270Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.tmf.filter.parser --- 15:15:20 [2019-07-19T19:15:20.270Z] [INFO] The project's OSGi version is 1.0.2.201907191907 15:15:20 [2019-07-19T19:15:20.270Z] [INFO] 15:15:20 [2019-07-19T19:15:20.270Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.tmf.filter.parser --- 15:15:20 [2019-07-19T19:15:20.270Z] [INFO] 15:15:20 [2019-07-19T19:15:20.270Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.tmf.filter.parser --- 15:15:20 [2019-07-19T19:15:20.270Z] [INFO] 15:15:20 [2019-07-19T19:15:20.270Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.tmf.filter.parser --- 15:15:20 [2019-07-19T19:15:20.270Z] [INFO] 15:15:20 [2019-07-19T19:15:20.270Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.tmf.filter.parser --- 15:15:20 [2019-07-19T19:15:20.270Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.filter.parser/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 15:15:20 [2019-07-19T19:15:20.270Z] [INFO] 15:15:20 [2019-07-19T19:15:20.270Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.tmf.filter.parser --- 15:15:20 [2019-07-19T19:15:20.270Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:15:20 [2019-07-19T19:15:20.270Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.filter.parser/src/main/resources 15:15:20 [2019-07-19T19:15:20.270Z] [INFO] 15:15:20 [2019-07-19T19:15:20.270Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.tmf.filter.parser --- 15:15:20 [2019-07-19T19:15:20.528Z] [INFO] Compiling 3 source files to /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.filter.parser/target/classes 15:15:20 [2019-07-19T19:15:20.528Z] [INFO] 15:15:20 [2019-07-19T19:15:20.528Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.tmf.filter.parser --- 15:15:20 [2019-07-19T19:15:20.528Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:15:20 [2019-07-19T19:15:20.528Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.filter.parser/src/test/resources 15:15:20 [2019-07-19T19:15:20.528Z] [INFO] 15:15:20 [2019-07-19T19:15:20.528Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.tmf.filter.parser --- 15:15:20 [2019-07-19T19:15:20.528Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.filter.parser/target/org.eclipse.tracecompass.tmf.filter.parser-1.0.2-SNAPSHOT-sources.jar 15:15:20 [2019-07-19T19:15:20.785Z] [INFO] 15:15:20 [2019-07-19T19:15:20.785Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.tmf.filter.parser --- 15:15:20 [2019-07-19T19:15:20.785Z] [INFO] 15:15:20 [2019-07-19T19:15:20.785Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.tmf.filter.parser --- 15:15:20 [2019-07-19T19:15:20.785Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.filter.parser/target/org.eclipse.tracecompass.tmf.filter.parser-1.0.2-SNAPSHOT.jar 15:15:20 [2019-07-19T19:15:20.785Z] [INFO] 15:15:20 [2019-07-19T19:15:20.785Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.tmf.filter.parser --- 15:15:20 [2019-07-19T19:15:20.785Z] [INFO] 15:15:20 [2019-07-19T19:15:20.785Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.tmf.filter.parser --- 15:15:20 [2019-07-19T19:15:20.785Z] [INFO] 15:15:20 [2019-07-19T19:15:20.785Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.tmf.filter.parser --- 15:15:20 [2019-07-19T19:15:20.785Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.filter.parser/target/org.eclipse.tracecompass.tmf.filter.parser-1.0.2-SNAPSHOT.jar 15:15:21 [2019-07-19T19:15:21.043Z] [INFO] 15:15:21 [2019-07-19T19:15:21.043Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.tmf.filter.parser --- 15:15:21 [2019-07-19T19:15:21.043Z] [INFO] 15:15:21 [2019-07-19T19:15:21.043Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.tmf.filter.parser --- 15:15:21 [2019-07-19T19:15:21.043Z] [INFO] Skipping JaCoCo execution due to missing execution data file. 15:15:21 [2019-07-19T19:15:21.043Z] [INFO] 15:15:21 [2019-07-19T19:15:21.043Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.tmf.filter.parser --- 15:15:21 [2019-07-19T19:15:21.043Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.filter.parser/target/org.eclipse.tracecompass.tmf.filter.parser-1.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.filter.parser/1.0.2-SNAPSHOT/org.eclipse.tracecompass.tmf.filter.parser-1.0.2-SNAPSHOT.jar 15:15:21 [2019-07-19T19:15:21.043Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.filter.parser/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.filter.parser/1.0.2-SNAPSHOT/org.eclipse.tracecompass.tmf.filter.parser-1.0.2-SNAPSHOT.pom 15:15:21 [2019-07-19T19:15:21.043Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.filter.parser/target/org.eclipse.tracecompass.tmf.filter.parser-1.0.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.filter.parser/1.0.2-SNAPSHOT/org.eclipse.tracecompass.tmf.filter.parser-1.0.2-SNAPSHOT-sources.jar 15:15:21 [2019-07-19T19:15:21.043Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.filter.parser/target/org.eclipse.tracecompass.tmf.filter.parser-1.0.2-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.filter.parser/1.0.2-SNAPSHOT/org.eclipse.tracecompass.tmf.filter.parser-1.0.2-SNAPSHOT-pack200.jar.pack.gz 15:15:21 [2019-07-19T19:15:21.043Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.filter.parser/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.filter.parser/1.0.2-SNAPSHOT/org.eclipse.tracecompass.tmf.filter.parser-1.0.2-SNAPSHOT-p2metadata.xml 15:15:21 [2019-07-19T19:15:21.043Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.filter.parser/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.filter.parser/1.0.2-SNAPSHOT/org.eclipse.tracecompass.tmf.filter.parser-1.0.2-SNAPSHOT-p2artifacts.xml 15:15:21 [2019-07-19T19:15:21.043Z] [INFO] 15:15:21 [2019-07-19T19:15:21.043Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.tmf.filter.parser --- 15:15:21 [2019-07-19T19:15:21.043Z] [INFO] 15:15:21 [2019-07-19T19:15:21.043Z] [INFO] -----< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.core >----- 15:15:21 [2019-07-19T19:15:21.043Z] [INFO] Building org.eclipse.tracecompass.tmf.core 5.1.0-SNAPSHOT [11/134] 15:15:21 [2019-07-19T19:15:21.043Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 15:15:21 [2019-07-19T19:15:21.043Z] [INFO] 15:15:21 [2019-07-19T19:15:21.043Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.tmf.core --- 15:15:21 [2019-07-19T19:15:21.043Z] [INFO] 15:15:21 [2019-07-19T19:15:21.043Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.tmf.core --- 15:15:21 [2019-07-19T19:15:21.043Z] [INFO] The project's OSGi version is 5.1.0.201907191907 15:15:21 [2019-07-19T19:15:21.043Z] [INFO] 15:15:21 [2019-07-19T19:15:21.043Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.tmf.core --- 15:15:21 [2019-07-19T19:15:21.043Z] [INFO] 15:15:21 [2019-07-19T19:15:21.043Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.tmf.core --- 15:15:21 [2019-07-19T19:15:21.043Z] [INFO] 15:15:21 [2019-07-19T19:15:21.043Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.tmf.core --- 15:15:21 [2019-07-19T19:15:21.043Z] [INFO] 15:15:21 [2019-07-19T19:15:21.043Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.tmf.core --- 15:15:21 [2019-07-19T19:15:21.043Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 15:15:21 [2019-07-19T19:15:21.043Z] [INFO] 15:15:21 [2019-07-19T19:15:21.043Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.tmf.core --- 15:15:21 [2019-07-19T19:15:21.043Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:15:21 [2019-07-19T19:15:21.043Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/src/main/resources 15:15:21 [2019-07-19T19:15:21.043Z] [INFO] 15:15:21 [2019-07-19T19:15:21.043Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.tmf.core --- 15:15:21 [2019-07-19T19:15:21.043Z] [INFO] Compiling 412 source files to /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/classes 15:15:26 [2019-07-19T19:15:26.304Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/symbols/SymbolProviderManager.java:[61] 15:15:26 [2019-07-19T19:15:26.304Z] private final Multimap<ITmfTrace, WeakReference<ISymbolProvider>> fInstances = LinkedHashMultimap.create(); 15:15:26 [2019-07-19T19:15:26.304Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:15:26 [2019-07-19T19:15:26.304Z] Null type safety (type annotations): The expression of type 'LinkedHashMultimap<@NonNull ITmfTrace,@NonNull WeakReference<@NonNull ISymbolProvider>>' needs unchecked conversion to conform to '@NonNull Multimap<@NonNull ITmfTrace,@NonNull WeakReference<@NonNull ISymbolProvider>>', corresponding supertype is 'Multimap<@NonNull ITmfTrace,@NonNull WeakReference<@NonNull ISymbolProvider>>' 15:15:26 [2019-07-19T19:15:26.304Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/model/TmfCommonXAxisModel.java:[59] 15:15:26 [2019-07-19T19:15:26.304Z] fSeries = Maps.transformValues(fYSeries, model -> new SeriesModel(model.getId(), model.getName(), fXValues, model.getData())); 15:15:26 [2019-07-19T19:15:26.304Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:15:26 [2019-07-19T19:15:26.304Z] Null type safety (type annotations): The expression of type 'Map<@NonNull String,@NonNull ISeriesModel>' needs unchecked conversion to conform to '@NonNull Map<@NonNull String,@NonNull ISeriesModel>' 15:15:26 [2019-07-19T19:15:26.304Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/internal/tmf/core/callstack/FunctionNameMapper.java:[181] 15:15:26 [2019-07-19T19:15:26.304Z] * @param cppFilt 15:15:26 [2019-07-19T19:15:26.304Z] ^^^^^^^ 15:15:26 [2019-07-19T19:15:26.304Z] Javadoc: Description expected after this reference 15:15:26 [2019-07-19T19:15:26.304Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/internal/provisional/tmf/core/model/events/TmfEventTableDataProvider.java:[197] 15:15:26 [2019-07-19T19:15:26.304Z] return new TmfModelResponse<>(null, ITmfResponse.Status.FAILED, e.getMessage()); 15:15:26 [2019-07-19T19:15:26.304Z] ^^^^^^^^^^^^^^ 15:15:26 [2019-07-19T19:15:26.304Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:15:26 [2019-07-19T19:15:26.304Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/internal/provisional/tmf/core/model/events/TmfEventTableDataProvider.java:[273] 15:15:26 [2019-07-19T19:15:26.304Z] return new TmfModelResponse<>(null, ITmfResponse.Status.FAILED, e.getMessage()); 15:15:26 [2019-07-19T19:15:26.304Z] ^^^^^^^^^^^^^^ 15:15:26 [2019-07-19T19:15:26.304Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:15:26 [2019-07-19T19:15:26.304Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/internal/provisional/tmf/core/model/events/TmfEventTableDataProvider.java:[430] 15:15:26 [2019-07-19T19:15:26.304Z] Object aspectResolved = aspectEntry.getValue().resolve(event); 15:15:26 [2019-07-19T19:15:26.304Z] ^^^^^^^^^^^^^^^^^^^^^^ 15:15:26 [2019-07-19T19:15:26.304Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Map.Entry<@NonNull Long,@NonNull ITmfEventAspect<?>>'. Type 'Map.Entry<K,V>' doesn't seem to be designed with null type annotations in mind 15:15:26 [2019-07-19T19:15:26.304Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/internal/provisional/tmf/core/model/events/TmfEventTableDataProvider.java:[525] 15:15:26 [2019-07-19T19:15:26.304Z] Map<Long, String> searchMap = (Map<Long, String>) searchFilterObject; 15:15:26 [2019-07-19T19:15:26.304Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:15:26 [2019-07-19T19:15:26.304Z] Type safety: Unchecked cast from Object to Map<Long,String> 15:15:26 [2019-07-19T19:15:26.304Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/internal/tmf/core/model/TmfXyResponseFactory.java:[61] 15:15:26 [2019-07-19T19:15:26.304Z] ITmfXyModel model = new TmfXyModel(title, series); 15:15:26 [2019-07-19T19:15:26.304Z] ^^^^^^ 15:15:26 [2019-07-19T19:15:26.304Z] Null type safety (type annotations): The expression of type 'Map<@NonNull String,@NonNull ISeriesModel>' needs unchecked conversion to conform to '@NonNull Map<@NonNull String,@NonNull ISeriesModel>' 15:15:26 [2019-07-19T19:15:26.304Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/trace/indexer/TmfFlatArrayTraceIndex.java:[47] 15:15:26 [2019-07-19T19:15:26.304Z] String directory = TmfTraceManager.getSupplementaryFileDir(trace); 15:15:26 [2019-07-19T19:15:26.304Z] ^^^^^ 15:15:26 [2019-07-19T19:15:26.304Z] Null type safety (type annotations): The expression of type 'ITmfTrace' needs unchecked conversion to conform to '@NonNull ITmfTrace' 15:15:26 [2019-07-19T19:15:26.304Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/internal/tmf/core/model/AbstractTmfTraceDataProvider.java:[65] 15:15:26 [2019-07-19T19:15:26.304Z] for (Map.Entry<Integer, Collection<String>> entry : regexes.asMap().entrySet()) { 15:15:26 [2019-07-19T19:15:26.304Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:15:26 [2019-07-19T19:15:26.304Z] Null type safety (type annotations): The expression of type 'Map.@NonNull Entry<@NonNull Integer,Collection<@NonNull String>>' needs unchecked conversion to conform to 'Map.Entry<@NonNull Integer,@NonNull Collection<@NonNull String>>' 15:15:26 [2019-07-19T19:15:26.304Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/dataprovider/DataProviderParameterUtils.java:[157] 15:15:26 [2019-07-19T19:15:26.304Z] Map<Integer, Collection<String>> regexesMap = (Map<Integer, Collection<String>>) regexesObject; 15:15:26 [2019-07-19T19:15:26.304Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:15:26 [2019-07-19T19:15:26.304Z] Type safety: Unchecked cast from Object to Map<Integer,Collection<String>> 15:15:26 [2019-07-19T19:15:26.304Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/project/model/TraceTypeHelper.java:[63] 15:15:26 [2019-07-19T19:15:26.304Z] fTraceTypeId = traceTypeId; 15:15:26 [2019-07-19T19:15:26.304Z] ^^^^^^^^^^^ 15:15:26 [2019-07-19T19:15:26.304Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:15:26 [2019-07-19T19:15:26.304Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/signal/TmfSignalManager.java:[315] 15:15:26 [2019-07-19T19:15:26.304Z] for (Class<? extends TmfSignal> signalClazz : fInboundSignalBlacklist.get(entry.getKey())) { 15:15:26 [2019-07-19T19:15:26.304Z] ^^^^^^^^^^^^^^ 15:15:26 [2019-07-19T19:15:26.304Z] Null type safety (type annotations): The expression of type 'Object' needs unchecked conversion to conform to '@NonNull Object' 15:15:26 [2019-07-19T19:15:26.304Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/trace/TmfTraceManager.java:[662] 15:15:26 [2019-07-19T19:15:26.304Z] return dir.getAbsolutePath(); 15:15:26 [2019-07-19T19:15:26.304Z] ^^^^^^^^^^^^^^^^^^^^^ 15:15:26 [2019-07-19T19:15:26.304Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:15:26 [2019-07-19T19:15:26.304Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/trace/TmfTraceManager.java:[667] 15:15:26 [2019-07-19T19:15:26.304Z] return System.getProperty("java.io.tmpdir"); //$NON-NLS-1$ 15:15:26 [2019-07-19T19:15:26.304Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:15:26 [2019-07-19T19:15:26.304Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:15:26 [2019-07-19T19:15:26.304Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/internal/tmf/core/synchronization/graph/SyncGraph.java:[121] 15:15:26 [2019-07-19T19:15:26.304Z] V node = queue.poll(); 15:15:26 [2019-07-19T19:15:26.304Z] ^^^^^^^^^^^^ 15:15:26 [2019-07-19T19:15:26.304Z] Null type mismatch (type annotations): required 'V' but this expression has type '@Nullable V', where 'V' is a free type variable 15:15:26 [2019-07-19T19:15:26.304Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/internal/tmf/core/histogram/HistogramDataProvider.java:[117] 15:15:26 [2019-07-19T19:15:26.304Z] builder.add(new TmfTreeDataModel(fTraceId, -1, Collections.singletonList(getTrace().getName()))); 15:15:26 [2019-07-19T19:15:26.304Z] ^^^^^^^^^^^^^^^^^^^^ 15:15:26 [2019-07-19T19:15:26.304Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:15:26 [2019-07-19T19:15:26.304Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/internal/tmf/core/histogram/HistogramDataProvider.java:[152] 15:15:26 [2019-07-19T19:15:26.304Z] builder.put(Long.toString(fTotalId), new YModel(fTotalId, totalName, y)); 15:15:26 [2019-07-19T19:15:26.304Z] ^^^^^^^^^^^^^^^^^^^^^^^ 15:15:26 [2019-07-19T19:15:26.304Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:15:26 [2019-07-19T19:15:26.304Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/internal/tmf/core/histogram/HistogramDataProvider.java:[159] 15:15:26 [2019-07-19T19:15:26.304Z] builder.put(Long.toString(series.getId()), series); 15:15:26 [2019-07-19T19:15:26.304Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:15:26 [2019-07-19T19:15:26.304Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:15:26 [2019-07-19T19:15:26.304Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/analysis/TmfAbstractAnalysisModule.java:[339] 15:15:26 [2019-07-19T19:15:26.304Z] try (FlowScopeLog analysisLog = new FlowScopeLogBuilder(LOGGER, Level.FINE, "TmfAbstractAnalysis:scheduling", "name", getName()).setCategory(getId()).build()) { //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ 15:15:26 [2019-07-19T19:15:26.304Z] ^^^^^^^^^^^^^ 15:15:26 [2019-07-19T19:15:26.304Z] Unnecessary $NON-NLS$ tag 15:15:26 [2019-07-19T19:15:26.304Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/internal/tmf/core/callstack/MappingFile.java:[80] 15:15:26 [2019-07-19T19:15:26.304Z] return fSymbolMapping.lastKey(); 15:15:26 [2019-07-19T19:15:26.304Z] ^^^^^^^^^^^^^^^^^^^^^^^^ 15:15:26 [2019-07-19T19:15:26.304Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'SortedMap<@NonNull Long,@NonNull TmfResolvedSymbol>'. Type 'SortedMap<K,V>' doesn't seem to be designed with null type annotations in mind 15:15:26 [2019-07-19T19:15:26.304Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/internal/tmf/core/model/xy/TmfTreeXYCompositeDataProvider.java:[112] 15:15:26 [2019-07-19T19:15:26.304Z] ITmfTreeXYDataProvider<ITmfTreeDataModel> provider = DataProviderManager.getInstance().getDataProvider(child, providerId, ITmfTreeXYDataProvider.class); 15:15:26 [2019-07-19T19:15:26.304Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:15:26 [2019-07-19T19:15:26.304Z] Type safety: Unchecked invocation getDataProvider(ITmfTrace, String, Class<ITmfTreeXYDataProvider>) of the generic method getDataProvider(ITmfTrace, String, Class<T>) of type DataProviderManager 15:15:26 [2019-07-19T19:15:26.304Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/internal/tmf/core/model/xy/TmfTreeXYCompositeDataProvider.java:[188] 15:15:26 [2019-07-19T19:15:26.304Z] .collect(Collectors.joining("\n")); //$NON-NLS-1$ 15:15:26 [2019-07-19T19:15:26.304Z] ^^^^^^^^^^^^^^^^^^^^^^^^ 15:15:26 [2019-07-19T19:15:26.304Z] Null type safety (type annotations): The expression of type 'Collector<CharSequence,capture#of ?,String>' needs unchecked conversion to conform to 'Collector<? super @NonNull String,capture#of ?,@Nullable String>' 15:15:26 [2019-07-19T19:15:26.304Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/internal/tmf/core/model/tree/TmfTreeCompositeDataProvider.java:[69] 15:15:26 [2019-07-19T19:15:26.304Z] ITmfTreeDataProvider<ITmfTreeDataModel> provider = DataProviderManager.getInstance().getDataProvider(child, id, ITmfTreeDataProvider.class); 15:15:26 [2019-07-19T19:15:26.304Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:15:26 [2019-07-19T19:15:26.304Z] Type safety: Unchecked invocation getDataProvider(ITmfTrace, String, Class<ITmfTreeDataProvider>) of the generic method getDataProvider(ITmfTrace, String, Class<T>) of type DataProviderManager 15:15:26 [2019-07-19T19:15:26.304Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/symbols/TmfResolvedSymbol.java:[29] 15:15:26 [2019-07-19T19:15:26.304Z] public static final Comparator<TmfResolvedSymbol> COMPARATOR = Comparator.comparing(TmfResolvedSymbol::getBaseAddress); 15:15:26 [2019-07-19T19:15:26.304Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:15:26 [2019-07-19T19:15:26.304Z] Null type safety (type annotations): The expression of type 'Comparator<@NonNull TmfResolvedSymbol>' needs unchecked conversion to conform to '@NonNull Comparator<@NonNull TmfResolvedSymbol>' 15:15:26 [2019-07-19T19:15:26.304Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/parsers/custom/CustomEvent.java:[247] 15:15:26 [2019-07-19T19:15:26.304Z] TmfTimestampFormat timestampFormat = new TmfTimestampFormat(fDefinition.timeStampOutputFormat); 15:15:26 [2019-07-19T19:15:26.304Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:15:26 [2019-07-19T19:15:26.304Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:15:26 [2019-07-19T19:15:26.304Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/event/aspect/ITmfEventAspect.java:[95] 15:15:26 [2019-07-19T19:15:26.304Z] default @Nullable T resolve(ITmfEvent event, boolean block, IProgressMonitor monitor) throws InterruptedException { 15:15:26 [2019-07-19T19:15:26.304Z] ^^^^^^^^^^^^^^^^^^^^ 15:15:26 [2019-07-19T19:15:26.304Z] The declared exception InterruptedException is not actually thrown by the method resolve(ITmfEvent, boolean, IProgressMonitor) from type ITmfEventAspect<T> 15:15:26 [2019-07-19T19:15:26.304Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/event/aspect/MultiAspect.java:[99] 15:15:26 [2019-07-19T19:15:26.304Z] return (T) resolve; 15:15:26 [2019-07-19T19:15:26.304Z] ^^^^^^^^^^^ 15:15:26 [2019-07-19T19:15:26.304Z] Type safety: Unchecked cast from Object to T 15:15:26 [2019-07-19T19:15:26.304Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/model/filters/TimeQueryFilter.java:[62] 15:15:26 [2019-07-19T19:15:26.304Z] fTimesRequested = Longs.toArray(times); 15:15:26 [2019-07-19T19:15:26.304Z] ^^^^^^^^^^^^^^^^^^^^ 15:15:26 [2019-07-19T19:15:26.304Z] Null type safety (type annotations): The expression of type 'long[]' needs unchecked conversion to conform to 'long @NonNull[]' 15:15:26 [2019-07-19T19:15:26.304Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/signal/TmfDataModelSelectedSignal.java:[29] 15:15:26 [2019-07-19T19:15:26.304Z] fMetadata = metadata; 15:15:26 [2019-07-19T19:15:26.304Z] ^^^^^^^^ 15:15:26 [2019-07-19T19:15:26.304Z] Null type safety (type annotations): The expression of type 'Multimap<@NonNull String,@NonNull Object>' needs unchecked conversion to conform to '@NonNull Multimap<@NonNull String,@NonNull Object>' 15:15:26 [2019-07-19T19:15:26.304Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/model/timegraph/ITimeGraphStateFilter.java:[53] 15:15:26 [2019-07-19T19:15:26.304Z] * @deprecated Use the {@link #applyFilterAndAddState(List, ITimeGraphState, Long, Multimap, Map, IProgressMonitor)} instead 15:15:26 [2019-07-19T19:15:26.304Z] ^^^^^^^^^^^^^^^^^^^^^^ 15:15:26 [2019-07-19T19:15:26.304Z] Javadoc: The method applyFilterAndAddState(List<ITimeGraphState>, ITimeGraphState, Long, Map<Integer,Predicate<Multimap<String,Object>>>, IProgressMonitor) in the type ITimeGraphStateFilter is not applicable for the arguments (List, ITimeGraphState, Long, Multimap, Map, IProgressMonitor) 15:15:26 [2019-07-19T19:15:26.304Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/symbols/IMappingFile.java:[81] 15:15:26 [2019-07-19T19:15:26.304Z] results = FunctionNameMapper.mapFromBinaryFile(path.toFile()); 15:15:26 [2019-07-19T19:15:26.304Z] ^^^^^^^^^^^^^ 15:15:26 [2019-07-19T19:15:26.304Z] Null type safety (type annotations): The expression of type 'File' needs unchecked conversion to conform to '@NonNull File' 15:15:26 [2019-07-19T19:15:26.304Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/symbols/IMappingFile.java:[84] 15:15:26 [2019-07-19T19:15:26.304Z] switch(FunctionNameMapper.guessMappingType(path.toFile())) { 15:15:26 [2019-07-19T19:15:26.304Z] ^^^^^^^^^^^^^ 15:15:26 [2019-07-19T19:15:26.304Z] Null type safety (type annotations): The expression of type 'File' needs unchecked conversion to conform to '@NonNull File' 15:15:26 [2019-07-19T19:15:26.304Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/symbols/IMappingFile.java:[86] 15:15:26 [2019-07-19T19:15:26.304Z] results = FunctionNameMapper.mapFromSizedTextFile(path.toFile()); 15:15:26 [2019-07-19T19:15:26.304Z] ^^^^^^^^^^^^^ 15:15:26 [2019-07-19T19:15:26.304Z] Null type safety (type annotations): The expression of type 'File' needs unchecked conversion to conform to '@NonNull File' 15:15:26 [2019-07-19T19:15:26.305Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/symbols/IMappingFile.java:[89] 15:15:26 [2019-07-19T19:15:26.305Z] results = FunctionNameMapper.mapFromNmTextFile(path.toFile()); 15:15:26 [2019-07-19T19:15:26.305Z] ^^^^^^^^^^^^^ 15:15:26 [2019-07-19T19:15:26.305Z] Null type safety (type annotations): The expression of type 'File' needs unchecked conversion to conform to '@NonNull File' 15:15:26 [2019-07-19T19:15:26.305Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/trace/indexer/TmfBTreeTraceIndex.java:[70] 15:15:26 [2019-07-19T19:15:26.305Z] String directory = TmfTraceManager.getSupplementaryFileDir(trace); 15:15:26 [2019-07-19T19:15:26.305Z] ^^^^^ 15:15:26 [2019-07-19T19:15:26.305Z] Null type safety (type annotations): The expression of type 'ITmfTrace' needs unchecked conversion to conform to '@NonNull ITmfTrace' 15:15:26 [2019-07-19T19:15:26.305Z] 36 problems (36 warnings) 15:15:26 [2019-07-19T19:15:26.305Z] [INFO] 15:15:26 [2019-07-19T19:15:26.305Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.tmf.core --- 15:15:26 [2019-07-19T19:15:26.305Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:15:26 [2019-07-19T19:15:26.305Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/src/test/resources 15:15:26 [2019-07-19T19:15:26.305Z] [INFO] 15:15:26 [2019-07-19T19:15:26.305Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.tmf.core --- 15:15:26 [2019-07-19T19:15:26.305Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/org.eclipse.tracecompass.tmf.core-5.1.0-SNAPSHOT-sources.jar 15:15:26 [2019-07-19T19:15:26.305Z] [INFO] 15:15:26 [2019-07-19T19:15:26.305Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.tmf.core --- 15:15:26 [2019-07-19T19:15:26.305Z] [INFO] 15:15:26 [2019-07-19T19:15:26.305Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.tmf.core --- 15:15:26 [2019-07-19T19:15:26.573Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/org.eclipse.tracecompass.tmf.core-5.1.0-SNAPSHOT.jar 15:15:26 [2019-07-19T19:15:26.830Z] [INFO] 15:15:26 [2019-07-19T19:15:26.830Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.tmf.core --- 15:15:26 [2019-07-19T19:15:26.830Z] [INFO] 15:15:26 [2019-07-19T19:15:26.830Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.tmf.core --- 15:15:26 [2019-07-19T19:15:26.830Z] [INFO] 15:15:26 [2019-07-19T19:15:26.830Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.tmf.core --- 15:15:26 [2019-07-19T19:15:26.830Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/org.eclipse.tracecompass.tmf.core-5.1.0-SNAPSHOT.jar 15:15:28 [2019-07-19T19:15:28.727Z] [INFO] 15:15:28 [2019-07-19T19:15:28.727Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.tmf.core --- 15:15:28 [2019-07-19T19:15:28.727Z] [INFO] 15:15:28 [2019-07-19T19:15:28.727Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.tmf.core --- 15:15:28 [2019-07-19T19:15:28.727Z] [INFO] Skipping JaCoCo execution due to missing execution data file. 15:15:28 [2019-07-19T19:15:28.727Z] [INFO] 15:15:28 [2019-07-19T19:15:28.727Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.tmf.core --- 15:15:28 [2019-07-19T19:15:28.727Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/org.eclipse.tracecompass.tmf.core-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.core/5.1.0-SNAPSHOT/org.eclipse.tracecompass.tmf.core-5.1.0-SNAPSHOT.jar 15:15:28 [2019-07-19T19:15:28.727Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.core/5.1.0-SNAPSHOT/org.eclipse.tracecompass.tmf.core-5.1.0-SNAPSHOT.pom 15:15:28 [2019-07-19T19:15:28.727Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/org.eclipse.tracecompass.tmf.core-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.core/5.1.0-SNAPSHOT/org.eclipse.tracecompass.tmf.core-5.1.0-SNAPSHOT-sources.jar 15:15:28 [2019-07-19T19:15:28.727Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/org.eclipse.tracecompass.tmf.core-5.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.core/5.1.0-SNAPSHOT/org.eclipse.tracecompass.tmf.core-5.1.0-SNAPSHOT-pack200.jar.pack.gz 15:15:28 [2019-07-19T19:15:28.727Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.core/5.1.0-SNAPSHOT/org.eclipse.tracecompass.tmf.core-5.1.0-SNAPSHOT-p2metadata.xml 15:15:28 [2019-07-19T19:15:28.727Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.core/5.1.0-SNAPSHOT/org.eclipse.tracecompass.tmf.core-5.1.0-SNAPSHOT-p2artifacts.xml 15:15:28 [2019-07-19T19:15:28.727Z] [INFO] 15:15:28 [2019-07-19T19:15:28.727Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.tmf.core --- 15:15:28 [2019-07-19T19:15:28.727Z] [INFO] 15:15:28 [2019-07-19T19:15:28.727Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.counters.core >-- 15:15:28 [2019-07-19T19:15:28.727Z] [INFO] Building org.eclipse.tracecompass.analysis.counters.core 2.0.2-SNAPSHOT [12/134] 15:15:28 [2019-07-19T19:15:28.727Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 15:15:28 [2019-07-19T19:15:28.727Z] [INFO] 15:15:28 [2019-07-19T19:15:28.727Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.analysis.counters.core --- 15:15:28 [2019-07-19T19:15:28.727Z] [INFO] 15:15:28 [2019-07-19T19:15:28.727Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.analysis.counters.core --- 15:15:28 [2019-07-19T19:15:28.727Z] [INFO] The project's OSGi version is 2.0.2.201907191907 15:15:28 [2019-07-19T19:15:28.727Z] [INFO] 15:15:28 [2019-07-19T19:15:28.727Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.analysis.counters.core --- 15:15:28 [2019-07-19T19:15:28.727Z] [INFO] 15:15:28 [2019-07-19T19:15:28.727Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.analysis.counters.core --- 15:15:28 [2019-07-19T19:15:28.727Z] [INFO] 15:15:28 [2019-07-19T19:15:28.727Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.analysis.counters.core --- 15:15:28 [2019-07-19T19:15:28.727Z] [INFO] 15:15:28 [2019-07-19T19:15:28.727Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.analysis.counters.core --- 15:15:28 [2019-07-19T19:15:28.727Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 15:15:28 [2019-07-19T19:15:28.727Z] [INFO] 15:15:28 [2019-07-19T19:15:28.727Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.analysis.counters.core --- 15:15:28 [2019-07-19T19:15:28.727Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:15:28 [2019-07-19T19:15:28.727Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core/src/main/resources 15:15:28 [2019-07-19T19:15:28.727Z] [INFO] 15:15:28 [2019-07-19T19:15:28.727Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.analysis.counters.core --- 15:15:28 [2019-07-19T19:15:28.727Z] [INFO] Compiling 12 source files to /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core/target/classes 15:15:29 [2019-07-19T19:15:29.293Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core/src/org/eclipse/tracecompass/internal/analysis/counters/core/CounterDataProvider.java:[27] 15:15:29 [2019-07-19T19:15:29.293Z] import org.eclipse.tracecompass.internal.tmf.core.model.filters.FetchParametersUtils; 15:15:29 [2019-07-19T19:15:29.293Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:15:29 [2019-07-19T19:15:29.293Z] Discouraged access: The type 'FetchParametersUtils' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/classes') 15:15:29 [2019-07-19T19:15:29.293Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core/src/org/eclipse/tracecompass/internal/analysis/counters/core/CounterDataProvider.java:[108] 15:15:29 [2019-07-19T19:15:29.293Z] entries.add(new TmfTreeDataModel(rootId, -1, Collections.singletonList(getTrace().getName()))); 15:15:29 [2019-07-19T19:15:29.293Z] ^^^^^^^^^^^^^^^^^^^^ 15:15:29 [2019-07-19T19:15:29.293Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:15:29 [2019-07-19T19:15:29.293Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core/src/org/eclipse/tracecompass/internal/analysis/counters/core/CounterDataProvider.java:[146] 15:15:29 [2019-07-19T19:15:29.293Z] if (FetchParametersUtils.createSelectionTimeQuery(fetchParameters) != null) { 15:15:29 [2019-07-19T19:15:29.293Z] ^^^^^^^^^^^^^^^^^^^^ 15:15:29 [2019-07-19T19:15:29.293Z] Discouraged access: The type 'FetchParametersUtils' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/classes') 15:15:29 [2019-07-19T19:15:29.293Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core/src/org/eclipse/tracecompass/internal/analysis/counters/core/CounterDataProvider.java:[146] 15:15:29 [2019-07-19T19:15:29.293Z] if (FetchParametersUtils.createSelectionTimeQuery(fetchParameters) != null) { 15:15:29 [2019-07-19T19:15:29.293Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:15:29 [2019-07-19T19:15:29.293Z] Discouraged access: The method 'FetchParametersUtils.createSelectionTimeQuery(Map<String,Object>)' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/classes') 15:15:29 [2019-07-19T19:15:29.293Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core/src/org/eclipse/tracecompass/internal/analysis/counters/core/CounterDataProvider.java:[179] 15:15:29 [2019-07-19T19:15:29.293Z] int quark = entry.getValue(); 15:15:29 [2019-07-19T19:15:29.293Z] ^^^^^^^^^^^^^^^^ 15:15:29 [2019-07-19T19:15:29.293Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Map.Entry<@NonNull Long,@NonNull Integer>'. Type 'Map.Entry<K,V>' doesn't seem to be designed with null type annotations in mind 15:15:29 [2019-07-19T19:15:29.293Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core/src/org/eclipse/tracecompass/analysis/counters/core/aspects/CounterAspect.java:[53] 15:15:29 [2019-07-19T19:15:29.293Z] fGroups = Arrays.copyOf(groups, groups.length); 15:15:29 [2019-07-19T19:15:29.293Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:15:29 [2019-07-19T19:15:29.293Z] Null type safety (type annotations): The expression of type 'Class<? extends ITmfEventAspect<?>>[]' needs unchecked conversion to conform to 'Class<? extends @NonNull ITmfEventAspect<?>> @NonNull[]' 15:15:29 [2019-07-19T19:15:29.293Z] 6 problems (6 warnings) 15:15:29 [2019-07-19T19:15:29.293Z] [INFO] 15:15:29 [2019-07-19T19:15:29.293Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.analysis.counters.core --- 15:15:29 [2019-07-19T19:15:29.293Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:15:29 [2019-07-19T19:15:29.293Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core/src/test/resources 15:15:29 [2019-07-19T19:15:29.293Z] [INFO] 15:15:29 [2019-07-19T19:15:29.293Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.analysis.counters.core --- 15:15:29 [2019-07-19T19:15:29.293Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core/target/org.eclipse.tracecompass.analysis.counters.core-2.0.2-SNAPSHOT-sources.jar 15:15:29 [2019-07-19T19:15:29.293Z] [INFO] 15:15:29 [2019-07-19T19:15:29.293Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.analysis.counters.core --- 15:15:29 [2019-07-19T19:15:29.293Z] [INFO] 15:15:29 [2019-07-19T19:15:29.293Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.analysis.counters.core --- 15:15:29 [2019-07-19T19:15:29.551Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core/target/org.eclipse.tracecompass.analysis.counters.core-2.0.2-SNAPSHOT.jar 15:15:29 [2019-07-19T19:15:29.551Z] [INFO] 15:15:29 [2019-07-19T19:15:29.551Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.analysis.counters.core --- 15:15:29 [2019-07-19T19:15:29.551Z] [INFO] 15:15:29 [2019-07-19T19:15:29.551Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.analysis.counters.core --- 15:15:29 [2019-07-19T19:15:29.551Z] [INFO] 15:15:29 [2019-07-19T19:15:29.551Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.analysis.counters.core --- 15:15:29 [2019-07-19T19:15:29.551Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core/target/org.eclipse.tracecompass.analysis.counters.core-2.0.2-SNAPSHOT.jar 15:15:29 [2019-07-19T19:15:29.551Z] [INFO] 15:15:29 [2019-07-19T19:15:29.551Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.analysis.counters.core --- 15:15:29 [2019-07-19T19:15:29.551Z] [INFO] 15:15:29 [2019-07-19T19:15:29.551Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.analysis.counters.core --- 15:15:29 [2019-07-19T19:15:29.551Z] [INFO] Skipping JaCoCo execution due to missing execution data file. 15:15:29 [2019-07-19T19:15:29.551Z] [INFO] 15:15:29 [2019-07-19T19:15:29.551Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.analysis.counters.core --- 15:15:29 [2019-07-19T19:15:29.551Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core/target/org.eclipse.tracecompass.analysis.counters.core-2.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.counters.core/2.0.2-SNAPSHOT/org.eclipse.tracecompass.analysis.counters.core-2.0.2-SNAPSHOT.jar 15:15:29 [2019-07-19T19:15:29.551Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.counters.core/2.0.2-SNAPSHOT/org.eclipse.tracecompass.analysis.counters.core-2.0.2-SNAPSHOT.pom 15:15:29 [2019-07-19T19:15:29.551Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core/target/org.eclipse.tracecompass.analysis.counters.core-2.0.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.counters.core/2.0.2-SNAPSHOT/org.eclipse.tracecompass.analysis.counters.core-2.0.2-SNAPSHOT-sources.jar 15:15:29 [2019-07-19T19:15:29.551Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core/target/org.eclipse.tracecompass.analysis.counters.core-2.0.2-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.counters.core/2.0.2-SNAPSHOT/org.eclipse.tracecompass.analysis.counters.core-2.0.2-SNAPSHOT-pack200.jar.pack.gz 15:15:29 [2019-07-19T19:15:29.551Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.counters.core/2.0.2-SNAPSHOT/org.eclipse.tracecompass.analysis.counters.core-2.0.2-SNAPSHOT-p2metadata.xml 15:15:29 [2019-07-19T19:15:29.551Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.counters.core/2.0.2-SNAPSHOT/org.eclipse.tracecompass.analysis.counters.core-2.0.2-SNAPSHOT-p2artifacts.xml 15:15:29 [2019-07-19T19:15:29.551Z] [INFO] 15:15:29 [2019-07-19T19:15:29.551Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.analysis.counters.core --- 15:15:29 [2019-07-19T19:15:29.551Z] [INFO] 15:15:29 [2019-07-19T19:15:29.551Z] [INFO] ----< org.eclipse.tracecompass:org.eclipse.tracecompass.ctf-parent >---- 15:15:29 [2019-07-19T19:15:29.551Z] [INFO] Building Trace Compass CTF Support Parent 5.0.0-SNAPSHOT [13/134] 15:15:29 [2019-07-19T19:15:29.551Z] [INFO] --------------------------------[ pom ]--------------------------------- 15:15:29 [2019-07-19T19:15:29.551Z] [INFO] 15:15:29 [2019-07-19T19:15:29.551Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.ctf-parent --- 15:15:29 [2019-07-19T19:15:29.551Z] [INFO] 15:15:29 [2019-07-19T19:15:29.551Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.ctf-parent --- 15:15:29 [2019-07-19T19:15:29.551Z] [INFO] 15:15:29 [2019-07-19T19:15:29.551Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.ctf-parent --- 15:15:29 [2019-07-19T19:15:29.551Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/ctf/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 15:15:29 [2019-07-19T19:15:29.551Z] [INFO] 15:15:29 [2019-07-19T19:15:29.551Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.ctf-parent --- 15:15:29 [2019-07-19T19:15:29.551Z] [INFO] 15:15:29 [2019-07-19T19:15:29.551Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.ctf-parent --- 15:15:29 [2019-07-19T19:15:29.551Z] [INFO] 15:15:29 [2019-07-19T19:15:29.551Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.ctf-parent --- 15:15:29 [2019-07-19T19:15:29.551Z] [INFO] 15:15:29 [2019-07-19T19:15:29.551Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.ctf-parent --- 15:15:29 [2019-07-19T19:15:29.551Z] [INFO] 15:15:29 [2019-07-19T19:15:29.551Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.ctf-parent --- 15:15:29 [2019-07-19T19:15:29.551Z] [INFO] Skipping JaCoCo execution due to missing execution data file. 15:15:29 [2019-07-19T19:15:29.551Z] [INFO] 15:15:29 [2019-07-19T19:15:29.551Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.ctf-parent --- 15:15:29 [2019-07-19T19:15:29.551Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.ctf-parent/5.0.0-SNAPSHOT/org.eclipse.tracecompass.ctf-parent-5.0.0-SNAPSHOT.pom 15:15:29 [2019-07-19T19:15:29.551Z] [INFO] 15:15:29 [2019-07-19T19:15:29.551Z] [INFO] ----< org.eclipse.tracecompass:org.eclipse.tracecompass.ctf.parser >---- 15:15:29 [2019-07-19T19:15:29.551Z] [INFO] Building Trace Compass CTF Parser Plug-in 1.0.2-SNAPSHOT [14/134] 15:15:29 [2019-07-19T19:15:29.551Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 15:15:29 [2019-07-19T19:15:29.551Z] [INFO] 15:15:29 [2019-07-19T19:15:29.551Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.ctf.parser --- 15:15:29 [2019-07-19T19:15:29.551Z] [INFO] Deleting /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser/target (includes = [*/**], excludes = [generated-sources/antlr3/org/eclipse/tracecompass/ctf/parser/CTFLexer.java, generated-sources/antlr3/org/eclipse/tracecompass/ctf/parser/CTFParser.java]) 15:15:29 [2019-07-19T19:15:29.551Z] [INFO] 15:15:29 [2019-07-19T19:15:29.551Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.ctf.parser --- 15:15:29 [2019-07-19T19:15:29.551Z] [INFO] The project's OSGi version is 1.0.2.201907191907 15:15:29 [2019-07-19T19:15:29.551Z] [INFO] 15:15:29 [2019-07-19T19:15:29.551Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.ctf.parser --- 15:15:29 [2019-07-19T19:15:29.551Z] [INFO] 15:15:29 [2019-07-19T19:15:29.551Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.ctf.parser --- 15:15:29 [2019-07-19T19:15:29.551Z] [INFO] 15:15:29 [2019-07-19T19:15:29.551Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.ctf.parser --- 15:15:29 [2019-07-19T19:15:29.551Z] [INFO] 15:15:29 [2019-07-19T19:15:29.551Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.ctf.parser --- 15:15:29 [2019-07-19T19:15:29.551Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 15:15:29 [2019-07-19T19:15:29.551Z] [INFO] 15:15:29 [2019-07-19T19:15:29.551Z] [INFO] --- antlr3-maven-plugin:3.5.2:antlr (default) @ org.eclipse.tracecompass.ctf.parser --- 15:15:29 [2019-07-19T19:15:29.551Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.pom 15:15:29 [2019-07-19T19:15:29.551Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.pom 15:15:29 [2019-07-19T19:15:29.810Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.pom 15:15:29 [2019-07-19T19:15:29.810Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.pom 15:15:29 [2019-07-19T19:15:29.810Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.pom 15:15:29 [2019-07-19T19:15:29.810Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.pom 15:15:30 [2019-07-19T19:15:30.069Z] Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.pom (2.2 kB at 32 kB/s) 15:15:30 [2019-07-19T19:15:30.069Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-compiler-api/2.0/plexus-compiler-api-2.0.pom 15:15:30 [2019-07-19T19:15:30.069Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-compiler-api/2.0/plexus-compiler-api-2.0.pom 15:15:30 [2019-07-19T19:15:30.069Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-compiler-api/2.0/plexus-compiler-api-2.0.pom 15:15:30 [2019-07-19T19:15:30.325Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-compiler-api/2.0/plexus-compiler-api-2.0.pom 15:15:30 [2019-07-19T19:15:30.325Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-compiler-api/2.0/plexus-compiler-api-2.0.pom 15:15:30 [2019-07-19T19:15:30.325Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.0/plexus-compiler-api-2.0.pom 15:15:30 [2019-07-19T19:15:30.325Z] Progress (1): 865 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.0/plexus-compiler-api-2.0.pom (865 B at 22 kB/s) 15:15:30 [2019-07-19T19:15:30.325Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-compiler/2.0/plexus-compiler-2.0.pom 15:15:30 [2019-07-19T19:15:30.325Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-compiler/2.0/plexus-compiler-2.0.pom 15:15:30 [2019-07-19T19:15:30.325Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-compiler/2.0/plexus-compiler-2.0.pom 15:15:30 [2019-07-19T19:15:30.582Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-compiler/2.0/plexus-compiler-2.0.pom 15:15:30 [2019-07-19T19:15:30.582Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-compiler/2.0/plexus-compiler-2.0.pom 15:15:30 [2019-07-19T19:15:30.582Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.0/plexus-compiler-2.0.pom 15:15:30 [2019-07-19T19:15:30.582Z] Progress (1): 3.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.0/plexus-compiler-2.0.pom (3.6 kB at 79 kB/s) 15:15:30 [2019-07-19T19:15:30.582Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/antlr/antlr/3.5.2/antlr-3.5.2.pom 15:15:30 [2019-07-19T19:15:30.582Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/antlr/antlr/3.5.2/antlr-3.5.2.pom 15:15:30 [2019-07-19T19:15:30.582Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/antlr/antlr/3.5.2/antlr-3.5.2.pom 15:15:30 [2019-07-19T19:15:30.839Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/antlr/antlr/3.5.2/antlr-3.5.2.pom 15:15:30 [2019-07-19T19:15:30.839Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/antlr/antlr/3.5.2/antlr-3.5.2.pom 15:15:30 [2019-07-19T19:15:30.839Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr/3.5.2/antlr-3.5.2.pom 15:15:31 [2019-07-19T19:15:31.096Z] Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr/3.5.2/antlr-3.5.2.pom (2.7 kB at 70 kB/s) 15:15:31 [2019-07-19T19:15:31.096Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/antlr/ST4/4.0.8/ST4-4.0.8.pom 15:15:31 [2019-07-19T19:15:31.096Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/antlr/ST4/4.0.8/ST4-4.0.8.pom 15:15:31 [2019-07-19T19:15:31.096Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/antlr/ST4/4.0.8/ST4-4.0.8.pom 15:15:31 [2019-07-19T19:15:31.096Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/antlr/ST4/4.0.8/ST4-4.0.8.pom 15:15:31 [2019-07-19T19:15:31.096Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/antlr/ST4/4.0.8/ST4-4.0.8.pom 15:15:31 [2019-07-19T19:15:31.354Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/ST4/4.0.8/ST4-4.0.8.pom 15:15:31 [2019-07-19T19:15:31.354Z] Progress (1): 4.1/14 kB Progress (1): 7.7/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/ST4/4.0.8/ST4-4.0.8.pom (14 kB at 299 kB/s) 15:15:31 [2019-07-19T19:15:31.354Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.jar 15:15:31 [2019-07-19T19:15:31.354Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-repository-metadata/2.0/maven-repository-metadata-2.0.jar 15:15:31 [2019-07-19T19:15:31.354Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-model/2.0/maven-model-2.0.jar 15:15:31 [2019-07-19T19:15:31.354Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.jar 15:15:31 [2019-07-19T19:15:31.354Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.jar 15:15:31 [2019-07-19T19:15:31.354Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-compiler-api/2.0/plexus-compiler-api-2.0.jar 15:15:31 [2019-07-19T19:15:31.354Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/antlr/antlr/3.5.2/antlr-3.5.2.jar 15:15:31 [2019-07-19T19:15:31.354Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/antlr/ST4/4.0.8/ST4-4.0.8.jar 15:15:31 [2019-07-19T19:15:31.354Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.jar 15:15:31 [2019-07-19T19:15:31.354Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.jar 15:15:31 [2019-07-19T19:15:31.354Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-repository-metadata/2.0/maven-repository-metadata-2.0.jar 15:15:31 [2019-07-19T19:15:31.354Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-model/2.0/maven-model-2.0.jar 15:15:31 [2019-07-19T19:15:31.354Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.jar 15:15:31 [2019-07-19T19:15:31.354Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-compiler-api/2.0/plexus-compiler-api-2.0.jar 15:15:31 [2019-07-19T19:15:31.354Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/antlr/antlr/3.5.2/antlr-3.5.2.jar 15:15:31 [2019-07-19T19:15:31.354Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/antlr/ST4/4.0.8/ST4-4.0.8.jar 15:15:31 [2019-07-19T19:15:31.612Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.jar 15:15:31 [2019-07-19T19:15:31.612Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.jar 15:15:31 [2019-07-19T19:15:31.612Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-repository-metadata/2.0/maven-repository-metadata-2.0.jar 15:15:31 [2019-07-19T19:15:31.612Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-model/2.0/maven-model-2.0.jar 15:15:31 [2019-07-19T19:15:31.612Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.jar 15:15:31 [2019-07-19T19:15:31.612Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-compiler-api/2.0/plexus-compiler-api-2.0.jar 15:15:31 [2019-07-19T19:15:31.612Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/antlr/antlr/3.5.2/antlr-3.5.2.jar 15:15:31 [2019-07-19T19:15:31.612Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/antlr/ST4/4.0.8/ST4-4.0.8.jar 15:15:31 [2019-07-19T19:15:31.870Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.jar 15:15:31 [2019-07-19T19:15:31.870Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-repository-metadata/2.0/maven-repository-metadata-2.0.jar 15:15:31 [2019-07-19T19:15:31.870Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.jar 15:15:31 [2019-07-19T19:15:31.870Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-model/2.0/maven-model-2.0.jar 15:15:31 [2019-07-19T19:15:31.870Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.jar 15:15:31 [2019-07-19T19:15:31.870Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-compiler-api/2.0/plexus-compiler-api-2.0.jar 15:15:31 [2019-07-19T19:15:31.870Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/antlr/antlr/3.5.2/antlr-3.5.2.jar 15:15:31 [2019-07-19T19:15:31.870Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/antlr/ST4/4.0.8/ST4-4.0.8.jar 15:15:31 [2019-07-19T19:15:31.870Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.jar 15:15:31 [2019-07-19T19:15:31.870Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.jar 15:15:31 [2019-07-19T19:15:31.870Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-repository-metadata/2.0/maven-repository-metadata-2.0.jar 15:15:31 [2019-07-19T19:15:31.870Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-model/2.0/maven-model-2.0.jar 15:15:31 [2019-07-19T19:15:31.870Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.jar 15:15:31 [2019-07-19T19:15:31.870Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-compiler-api/2.0/plexus-compiler-api-2.0.jar 15:15:31 [2019-07-19T19:15:31.870Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/antlr/antlr/3.5.2/antlr-3.5.2.jar 15:15:31 [2019-07-19T19:15:31.870Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/antlr/ST4/4.0.8/ST4-4.0.8.jar 15:15:32 [2019-07-19T19:15:32.128Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.jar 15:15:32 [2019-07-19T19:15:32.128Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.jar 15:15:32 [2019-07-19T19:15:32.128Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0/maven-repository-metadata-2.0.jar 15:15:32 [2019-07-19T19:15:32.128Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0/maven-model-2.0.jar 15:15:32 [2019-07-19T19:15:32.128Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.jar 15:15:32 [2019-07-19T19:15:32.128Z] Progress (1): 4.1/10 kB Progress (1): 7.7/10 kB Progress (1): 10 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.jar (10 kB at 220 kB/s) 15:15:32 [2019-07-19T19:15:32.128Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.0/plexus-compiler-api-2.0.jar 15:15:32 [2019-07-19T19:15:32.128Z] Progress (1): 4.1/78 kB Progress (1): 7.7/78 kB Progress (1): 12/78 kB Progress (1): 16/78 kB Progress (1): 20/78 kB Progress (2): 20/78 kB | 4.1/168 kB Progress (3): 20/78 kB | 4.1/168 kB | 4.1/164 kB Progress (3): 24/78 kB | 4.1/168 kB | 4.1/164 kB Progress (3): 24/78 kB | 4.1/168 kB | 7.7/164 kB Progress (3): 24/78 kB | 7.7/168 kB | 7.7/164 kB Progress (3): 24/78 kB | 7.7/168 kB | 12/164 kB Progress (3): 28/78 kB | 7.7/168 kB | 12/164 kB Progress (3): 28/78 kB | 7.7/168 kB | 16/164 kB Progress (3): 28/78 kB | 12/168 kB | 16/164 kB Progress (3): 28/78 kB | 12/168 kB | 20/164 kB Progress (3): 32/78 kB | 12/168 kB | 20/164 kB Progress (3): 32/78 kB | 12/168 kB | 24/164 kB Progress (3): 36/78 kB | 12/168 kB | 24/164 kB Progress (3): 36/78 kB | 16/168 kB | 24/164 kB Progress (3): 40/78 kB | 16/168 kB | 24/164 kB Progress (3): 40/78 kB | 16/168 kB | 28/164 kB Progress (3): 44/78 kB | 16/168 kB | 28/164 kB Progress (3): 44/78 kB | 20/168 kB | 28/164 kB Progress (3): 48/78 kB | 20/168 kB | 28/164 kB Progress (3): 48/78 kB | 20/168 kB | 32/164 kB Progress (3): 52/78 kB | 20/168 kB | 32/164 kB Progress (3): 52/78 kB | 20/168 kB | 36/164 kB Progress (3): 52/78 kB | 24/168 kB | 36/164 kB Progress (3): 52/78 kB | 24/168 kB | 40/164 kB Progress (3): 56/78 kB | 24/168 kB | 40/164 kB Progress (3): 56/78 kB | 28/168 kB | 40/164 kB Progress (3): 60/78 kB | 28/168 kB | 40/164 kB Progress (3): 60/78 kB | 28/168 kB | 44/164 kB Progress (3): 64/78 kB | 28/168 kB | 44/164 kB Progress (3): 64/78 kB | 32/168 kB | 44/164 kB Progress (3): 68/78 kB | 32/168 kB | 44/164 kB Progress (3): 68/78 kB | 36/168 kB | 44/164 kB Progress (3): 68/78 kB | 36/168 kB | 48/164 kB Progress (3): 68/78 kB | 40/168 kB | 48/164 kB Progress (3): 72/78 kB | 40/168 kB | 48/164 kB Progress (3): 72/78 kB | 40/168 kB | 52/164 kB Progress (3): 76/78 kB | 40/168 kB | 52/164 kB Progress (3): 76/78 kB | 44/168 kB | 52/164 kB Progress (3): 78 kB | 44/168 kB | 52/164 kB Progress (3): 78 kB | 44/168 kB | 56/164 kB Progress (3): 78 kB | 48/168 kB | 56/164 kB Progress (3): 78 kB | 48/168 kB | 60/164 kB Progress (3): 78 kB | 48/168 kB | 64/164 kB Progress (3): 78 kB | 52/168 kB | 64/164 kB Progress (3): 78 kB | 52/168 kB | 68/164 kB Progress (3): 78 kB | 56/168 kB | 68/164 kB Progress (3): 78 kB | 56/168 kB | 72/164 kB Progress (3): 78 kB | 60/168 kB | 72/164 kB Progress (3): 78 kB | 60/168 kB | 76/164 kB Progress (3): 78 kB | 64/168 kB | 76/164 kB Progress (3): 78 kB | 64/168 kB | 80/164 kB Progress (3): 78 kB | 68/168 kB | 80/164 kB Progress (3): 78 kB | 68/168 kB | 84/164 kB Progress (3): 78 kB | 72/168 kB | 84/164 kB Progress (3): 78 kB | 72/168 kB | 88/164 kB Progress (3): 78 kB | 76/168 kB | 88/164 kB Progress (3): 78 kB | 76/168 kB | 92/164 kB Progress (3): 78 kB | 80/168 kB | 92/164 kB Progress (3): 78 kB | 80/168 kB | 96/164 kB Progress (3): 78 kB | 84/168 kB | 96/164 kB Progress (3): 78 kB | 84/168 kB | 100/164 kB Progress (3): 78 kB | 88/168 kB | 100/164 kB Progress (3): 78 kB | 88/168 kB | 104/164 kB Progress (3): 78 kB | 92/168 kB | 104/164 kB Progress (3): 78 kB | 92/168 kB | 108/164 kB Progress (3): 78 kB | 96/168 kB | 108/164 kB Progress (3): 78 kB | 96/168 kB | 112/164 kB Progress (3): 78 kB | 100/168 kB | 112/164 kB Progress (3): 78 kB | 100/168 kB | 116/164 kB Progress (3): 78 kB | 104/168 kB | 116/164 kB Progress (3): 78 kB | 104/168 kB | 120/164 kB Progress (3): 78 kB | 108/168 kB | 120/164 kB Progress (3): 78 kB | 108/168 kB | 124/164 kB Progress (3): 78 kB | 112/168 kB | 124/164 kB Progress (3): 78 kB | 112/168 kB | 128/164 kB Progress (3): 78 kB | 116/168 kB | 128/164 kB Progress (3): 78 kB | 116/168 kB | 132/164 kB Progress (3): 78 kB | 120/168 kB | 132/164 kB Progress (3): 78 kB | 120/168 kB | 136/164 kB Progress (3): 78 kB | 124/168 kB | 136/164 kB Progress (3): 78 kB | 124/168 kB | 140/164 kB Progress (3): 78 kB | 128/168 kB | 140/164 kB Progress (3): 78 kB | 128/168 kB | 144/164 kB Progress (3): 78 kB | 132/168 kB | 144/164 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0/maven-model-2.0.jar (78 kB at 1.1 MB/s) 15:15:32 [2019-07-19T19:15:32.128Z] Progress (2): 136/168 kB | 144/164 kB Progress (2): 136/168 kB | 148/164 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr/3.5.2/antlr-3.5.2.jar 15:15:32 [2019-07-19T19:15:32.128Z] Progress (2): 136/168 kB | 152/164 kB Progress (2): 140/168 kB | 152/164 kB Progress (2): 140/168 kB | 156/164 kB Progress (2): 144/168 kB | 156/164 kB Progress (2): 144/168 kB | 160/164 kB Progress (2): 148/168 kB | 160/164 kB Progress (2): 148/168 kB | 164/164 kB Progress (2): 152/168 kB | 164/164 kB Progress (2): 152/168 kB | 164 kB Progress (2): 156/168 kB | 164 kB Progress (2): 160/168 kB | 164 kB Progress (2): 164/168 kB | 164 kB Progress (2): 168/168 kB | 164 kB Progress (2): 168 kB | 164 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.jar (164 kB at 1.9 MB/s) 15:15:32 [2019-07-19T19:15:32.128Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/ST4/4.0.8/ST4-4.0.8.jar 15:15:32 [2019-07-19T19:15:32.128Z] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.jar (168 kB at 1.9 MB/s) 15:15:32 [2019-07-19T19:15:32.128Z] Progress (1): 4.1/25 kB Progress (1): 7.7/25 kB Progress (1): 12/25 kB Progress (1): 16/25 kB Progress (1): 20/25 kB Progress (1): 24/25 kB Progress (1): 25 kB Progress (2): 25 kB | 0/1.2 MB Progress (2): 25 kB | 0/1.2 MB Progress (2): 25 kB | 0/1.2 MB Progress (2): 25 kB | 0/1.2 MB Progress (2): 25 kB | 0/1.2 MB Progress (2): 25 kB | 0/1.2 MB Progress (2): 25 kB | 0/1.2 MB Progress (2): 25 kB | 0/1.2 MB Progress (2): 25 kB | 0/1.2 MB Progress (2): 25 kB | 0/1.2 MB Progress (2): 25 kB | 0/1.2 MB Progress (2): 25 kB | 0/1.2 MB Progress (2): 25 kB | 0/1.2 MB Progress (2): 25 kB | 0.1/1.2 MB Progress (2): 25 kB | 0.1/1.2 MB Progress (2): 25 kB | 0.1/1.2 MB Progress (2): 25 kB | 0.1/1.2 MB Progress (2): 25 kB | 0.1/1.2 MB Progress (2): 25 kB | 0.1/1.2 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.0/plexus-compiler-api-2.0.jar (25 kB at 202 kB/s) 15:15:32 [2019-07-19T19:15:32.128Z] Progress (1): 0.1/1.2 MB Progress (2): 0.1/1.2 MB | 4.1/240 kB Progress (2): 0.1/1.2 MB | 4.1/240 kB Progress (2): 0.1/1.2 MB | 7.7/240 kB Progress (2): 0.1/1.2 MB | 7.7/240 kB Progress (2): 0.1/1.2 MB | 12/240 kB Progress (2): 0.1/1.2 MB | 12/240 kB Progress (2): 0.1/1.2 MB | 16/240 kB Progress (2): 0.1/1.2 MB | 16/240 kB Progress (2): 0.1/1.2 MB | 20/240 kB Progress (2): 0.1/1.2 MB | 20/240 kB Progress (2): 0.1/1.2 MB | 24/240 kB Progress (2): 0.1/1.2 MB | 24/240 kB Progress (2): 0.1/1.2 MB | 24/240 kB Progress (2): 0.1/1.2 MB | 28/240 kB Progress (2): 0.1/1.2 MB | 28/240 kB Progress (2): 0.1/1.2 MB | 32/240 kB Progress (2): 0.1/1.2 MB | 32/240 kB Progress (2): 0.1/1.2 MB | 33/240 kB Progress (2): 0.1/1.2 MB | 33/240 kB Progress (2): 0.1/1.2 MB | 37/240 kB Progress (2): 0.1/1.2 MB | 37/240 kB Progress (2): 0.1/1.2 MB | 41/240 kB Progress (3): 0.1/1.2 MB | 41/240 kB | 4.1/21 kB Progress (3): 0.1/1.2 MB | 45/240 kB | 4.1/21 kB Progress (3): 0.1/1.2 MB | 45/240 kB | 4.1/21 kB Progress (3): 0.1/1.2 MB | 49/240 kB | 4.1/21 kB Progress (3): 0.1/1.2 MB | 49/240 kB | 7.7/21 kB Progress (3): 0.1/1.2 MB | 53/240 kB | 7.7/21 kB Progress (3): 0.1/1.2 MB | 53/240 kB | 12/21 kB Progress (3): 0.1/1.2 MB | 53/240 kB | 12/21 kB Progress (3): 0.1/1.2 MB | 53/240 kB | 16/21 kB Progress (3): 0.1/1.2 MB | 53/240 kB | 16/21 kB Progress (3): 0.1/1.2 MB | 57/240 kB | 16/21 kB Progress (3): 0.1/1.2 MB | 57/240 kB | 16/21 kB Progress (3): 0.1/1.2 MB | 57/240 kB | 20/21 kB Progress (3): 0.1/1.2 MB | 57/240 kB | 20/21 kB Progress (3): 0.1/1.2 MB | 61/240 kB | 20/21 kB Progress (3): 0.1/1.2 MB | 61/240 kB | 20/21 kB Progress (3): 0.1/1.2 MB | 61/240 kB | 21 kB Progress (3): 0.1/1.2 MB | 61/240 kB | 21 kB Progress (3): 0.1/1.2 MB | 65/240 kB | 21 kB Progress (3): 0.1/1.2 MB | 65/240 kB | 21 kB Progress (3): 0.1/1.2 MB | 66/240 kB | 21 kB Progress (3): 0.1/1.2 MB | 66/240 kB | 21 kB Progress (3): 0.1/1.2 MB | 70/240 kB | 21 kB Progress (3): 0.2/1.2 MB | 70/240 kB | 21 kB Progress (3): 0.2/1.2 MB | 74/240 kB | 21 kB Progress (3): 0.2/1.2 MB | 74/240 kB | 21 kB Progress (3): 0.2/1.2 MB | 78/240 kB | 21 kB Progress (3): 0.2/1.2 MB | 78/240 kB | 21 kB Progress (3): 0.2/1.2 MB | 82/240 kB | 21 kB Progress (3): 0.2/1.2 MB | 82/240 kB | 21 kB Progress (3): 0.2/1.2 MB | 86/240 kB | 21 kB Progress (3): 0.2/1.2 MB | 86/240 kB | 21 kB Progress (3): 0.2/1.2 MB | 90/240 kB | 21 kB Progress (3): 0.2/1.2 MB | 90/240 kB | 21 kB Progress (3): 0.2/1.2 MB | 94/240 kB | 21 kB Progress (3): 0.2/1.2 MB | 94/240 kB | 21 kB Progress (3): 0.2/1.2 MB | 98/240 kB | 21 kB Progress (3): 0.2/1.2 MB | 98/240 kB | 21 kB Progress (3): 0.2/1.2 MB | 98/240 kB | 21 kB Progress (3): 0.2/1.2 MB | 98/240 kB | 21 kB Progress (3): 0.2/1.2 MB | 102/240 kB | 21 kB Progress (3): 0.2/1.2 MB | 102/240 kB | 21 kB Progress (3): 0.2/1.2 MB | 106/240 kB | 21 kB Progress (3): 0.2/1.2 MB | 106/240 kB | 21 kB Progress (3): 0.2/1.2 MB | 110/240 kB | 21 kB Progress (3): 0.2/1.2 MB | 110/240 kB | 21 kB Progress (3): 0.2/1.2 MB | 114/240 kB | 21 kB Progress (3): 0.2/1.2 MB | 114/240 kB | 21 kB Progress (3): 0.2/1.2 MB | 118/240 kB | 21 kB Progress (3): 0.2/1.2 MB | 118/240 kB | 21 kB Progress (3): 0.2/1.2 MB | 122/240 kB | 21 kB Progress (3): 0.2/1.2 MB | 122/240 kB | 21 kB Progress (3): 0.2/1.2 MB | 126/240 kB | 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0/maven-repository-metadata-2.0.jar (21 kB at 149 kB/s) 15:15:32 [2019-07-19T19:15:32.128Z] Progress (2): 0.2/1.2 MB | 126/240 kB Progress (2): 0.2/1.2 MB | 130/240 kB Progress (2): 0.2/1.2 MB | 130/240 kB Progress (2): 0.2/1.2 MB | 131/240 kB Progress (2): 0.2/1.2 MB | 131/240 kB Progress (2): 0.2/1.2 MB | 135/240 kB Progress (2): 0.2/1.2 MB | 135/240 kB Progress (2): 0.2/1.2 MB | 139/240 kB Progress (2): 0.2/1.2 MB | 139/240 kB Progress (2): 0.2/1.2 MB | 143/240 kB Progress (2): 0.2/1.2 MB | 143/240 kB Progress (2): 0.2/1.2 MB | 147/240 kB Progress (2): 0.2/1.2 MB | 147/240 kB Progress (2): 0.2/1.2 MB | 151/240 kB Progress (2): 0.2/1.2 MB | 151/240 kB Progress (2): 0.2/1.2 MB | 155/240 kB Progress (2): 0.2/1.2 MB | 155/240 kB Progress (2): 0.2/1.2 MB | 159/240 kB Progress (2): 0.2/1.2 MB | 159/240 kB Progress (2): 0.2/1.2 MB | 163/240 kB Progress (2): 0.3/1.2 MB | 163/240 kB Progress (2): 0.3/1.2 MB | 164/240 kB Progress (2): 0.3/1.2 MB | 164/240 kB Progress (2): 0.3/1.2 MB | 168/240 kB Progress (2): 0.3/1.2 MB | 168/240 kB Progress (2): 0.3/1.2 MB | 172/240 kB Progress (2): 0.3/1.2 MB | 172/240 kB Progress (2): 0.3/1.2 MB | 176/240 kB Progress (2): 0.3/1.2 MB | 176/240 kB Progress (2): 0.3/1.2 MB | 180/240 kB Progress (2): 0.3/1.2 MB | 180/240 kB Progress (2): 0.3/1.2 MB | 184/240 kB Progress (2): 0.3/1.2 MB | 184/240 kB Progress (2): 0.3/1.2 MB | 188/240 kB Progress (2): 0.3/1.2 MB | 188/240 kB Progress (2): 0.3/1.2 MB | 192/240 kB Progress (2): 0.3/1.2 MB | 192/240 kB Progress (2): 0.3/1.2 MB | 196/240 kB Progress (2): 0.3/1.2 MB | 196/240 kB Progress (2): 0.3/1.2 MB | 200/240 kB Progress (2): 0.3/1.2 MB | 200/240 kB Progress (2): 0.3/1.2 MB | 204/240 kB Progress (2): 0.3/1.2 MB | 204/240 kB Progress (2): 0.3/1.2 MB | 208/240 kB Progress (2): 0.3/1.2 MB | 208/240 kB Progress (2): 0.3/1.2 MB | 212/240 kB Progress (2): 0.3/1.2 MB | 212/240 kB Progress (2): 0.3/1.2 MB | 216/240 kB Progress (2): 0.3/1.2 MB | 216/240 kB Progress (2): 0.3/1.2 MB | 220/240 kB Progress (2): 0.3/1.2 MB | 220/240 kB Progress (2): 0.3/1.2 MB | 224/240 kB Progress (2): 0.3/1.2 MB | 224/240 kB Progress (2): 0.3/1.2 MB | 228/240 kB Progress (2): 0.3/1.2 MB | 228/240 kB Progress (2): 0.3/1.2 MB | 232/240 kB Progress (2): 0.3/1.2 MB | 232/240 kB Progress (2): 0.3/1.2 MB | 236/240 kB Progress (2): 0.3/1.2 MB | 236/240 kB Progress (2): 0.3/1.2 MB | 240 kB Progress (2): 0.3/1.2 MB | 240 kB Progress (2): 0.3/1.2 MB | 240 kB Progress (2): 0.3/1.2 MB | 240 kB Progress (2): 0.3/1.2 MB | 240 kB Progress (2): 0.3/1.2 MB | 240 kB Progress (2): 0.4/1.2 MB | 240 kB Progress (2): 0.4/1.2 MB | 240 kB Progress (2): 0.4/1.2 MB | 240 kB Progress (2): 0.4/1.2 MB | 240 kB Progress (2): 0.4/1.2 MB | 240 kB Progress (2): 0.4/1.2 MB | 240 kB Progress (2): 0.4/1.2 MB | 240 kB Progress (2): 0.4/1.2 MB | 240 kB Progress (2): 0.4/1.2 MB | 240 kB Progress (2): 0.4/1.2 MB | 240 kB Progress (2): 0.4/1.2 MB | 240 kB Progress (2): 0.4/1.2 MB | 240 kB Progress (2): 0.4/1.2 MB | 240 kB Progress (2): 0.4/1.2 MB | 240 kB Progress (2): 0.4/1.2 MB | 240 kB Progress (2): 0.4/1.2 MB | 240 kB Progress (2): 0.4/1.2 MB | 240 kB Progress (2): 0.4/1.2 MB | 240 kB Progress (2): 0.4/1.2 MB | 240 kB Progress (2): 0.4/1.2 MB | 240 kB Progress (2): 0.4/1.2 MB | 240 kB Progress (2): 0.4/1.2 MB | 240 kB Progress (2): 0.4/1.2 MB | 240 kB Progress (2): 0.4/1.2 MB | 240 kB Progress (2): 0.4/1.2 MB | 240 kB Progress (2): 0.5/1.2 MB | 240 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/ST4/4.0.8/ST4-4.0.8.jar (240 kB at 1.4 MB/s) 15:15:32 [2019-07-19T19:15:32.386Z] Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.2/1.2 MB Progress (1): 1.2 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr/3.5.2/antlr-3.5.2.jar (1.2 MB at 2.9 MB/s) 15:15:32 [2019-07-19T19:15:32.951Z] [INFO] ANTLR: Processing source directory /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser/src/main/antlr3 15:15:32 [2019-07-19T19:15:32.951Z] ANTLR Parser Generator Version 3.5.2 15:15:33 [2019-07-19T19:15:33.465Z] Output file /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser/target/generated-sources/antlr3/CTFLexer.tokens does not exist: must build /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser/src/main/antlr3/org/eclipse/tracecompass/ctf/parser/CTFLexer.g 15:15:33 [2019-07-19T19:15:33.465Z] org/eclipse/tracecompass/ctf/parser/CTFLexer.g 15:15:34 [2019-07-19T19:15:34.398Z] Input file /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser/target/generated-sources/antlr3/CTFLexer.tokens is newer than output: must rebuild /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser/src/main/antlr3/org/eclipse/tracecompass/ctf/parser/CTFParser.g 15:15:34 [2019-07-19T19:15:34.398Z] org/eclipse/tracecompass/ctf/parser/CTFParser.g 15:15:34 [2019-07-19T19:15:34.656Z] warning(200): org/eclipse/tracecompass/ctf/parser/CTFParser.g:230:3: 15:15:34 [2019-07-19T19:15:34.656Z] Decision can match input such as "EVENTTOK" using multiple alternatives: 1, 2 15:15:34 [2019-07-19T19:15:34.656Z] 15:15:34 [2019-07-19T19:15:34.656Z] As a result, alternative(s) 2 were disabled for that input 15:15:34 [2019-07-19T19:15:34.656Z] warning(200): org/eclipse/tracecompass/ctf/parser/CTFParser.g:450:13: 15:15:34 [2019-07-19T19:15:34.656Z] Decision can match input such as "LCURL" using multiple alternatives: 2, 3 15:15:34 [2019-07-19T19:15:34.656Z] 15:15:34 [2019-07-19T19:15:34.656Z] As a result, alternative(s) 3 were disabled for that input 15:15:34 [2019-07-19T19:15:34.656Z] warning(200): org/eclipse/tracecompass/ctf/parser/CTFParser.g:618:15: 15:15:34 [2019-07-19T19:15:34.656Z] Decision can match input such as "LCURL" using multiple alternatives: 1, 2 15:15:34 [2019-07-19T19:15:34.656Z] 15:15:34 [2019-07-19T19:15:34.656Z] As a result, alternative(s) 2 were disabled for that input 15:15:35 [2019-07-19T19:15:35.222Z] [INFO] 15:15:35 [2019-07-19T19:15:35.222Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.ctf.parser --- 15:15:35 [2019-07-19T19:15:35.222Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:15:35 [2019-07-19T19:15:35.222Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser/src/main/resources 15:15:35 [2019-07-19T19:15:35.222Z] [INFO] 15:15:35 [2019-07-19T19:15:35.222Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.ctf.parser --- 15:15:35 [2019-07-19T19:15:35.222Z] [INFO] Compiling 2 source files to /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser/target/classes 15:15:35 [2019-07-19T19:15:35.788Z] [INFO] 15:15:35 [2019-07-19T19:15:35.788Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.ctf.parser --- 15:15:35 [2019-07-19T19:15:35.788Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:15:35 [2019-07-19T19:15:35.788Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser/src/test/resources 15:15:35 [2019-07-19T19:15:35.788Z] [INFO] 15:15:35 [2019-07-19T19:15:35.788Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.ctf.parser --- 15:15:36 [2019-07-19T19:15:36.046Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser/target/org.eclipse.tracecompass.ctf.parser-1.0.2-SNAPSHOT-sources.jar 15:15:36 [2019-07-19T19:15:36.046Z] [INFO] 15:15:36 [2019-07-19T19:15:36.046Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.ctf.parser --- 15:15:36 [2019-07-19T19:15:36.046Z] [INFO] 15:15:36 [2019-07-19T19:15:36.046Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.ctf.parser --- 15:15:36 [2019-07-19T19:15:36.046Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser/target/org.eclipse.tracecompass.ctf.parser-1.0.2-SNAPSHOT.jar 15:15:36 [2019-07-19T19:15:36.046Z] [INFO] 15:15:36 [2019-07-19T19:15:36.046Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.ctf.parser --- 15:15:36 [2019-07-19T19:15:36.046Z] [INFO] 15:15:36 [2019-07-19T19:15:36.046Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.ctf.parser --- 15:15:36 [2019-07-19T19:15:36.046Z] [INFO] 15:15:36 [2019-07-19T19:15:36.046Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.ctf.parser --- 15:15:36 [2019-07-19T19:15:36.046Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser/target/org.eclipse.tracecompass.ctf.parser-1.0.2-SNAPSHOT.jar 15:15:36 [2019-07-19T19:15:36.304Z] [INFO] 15:15:36 [2019-07-19T19:15:36.304Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.ctf.parser --- 15:15:36 [2019-07-19T19:15:36.304Z] [INFO] 15:15:36 [2019-07-19T19:15:36.304Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.ctf.parser --- 15:15:36 [2019-07-19T19:15:36.304Z] [INFO] Skipping JaCoCo execution due to missing execution data file. 15:15:36 [2019-07-19T19:15:36.304Z] [INFO] 15:15:36 [2019-07-19T19:15:36.304Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.ctf.parser --- 15:15:36 [2019-07-19T19:15:36.304Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser/target/org.eclipse.tracecompass.ctf.parser-1.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.ctf.parser/1.0.2-SNAPSHOT/org.eclipse.tracecompass.ctf.parser-1.0.2-SNAPSHOT.jar 15:15:36 [2019-07-19T19:15:36.304Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.ctf.parser/1.0.2-SNAPSHOT/org.eclipse.tracecompass.ctf.parser-1.0.2-SNAPSHOT.pom 15:15:36 [2019-07-19T19:15:36.304Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser/target/org.eclipse.tracecompass.ctf.parser-1.0.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.ctf.parser/1.0.2-SNAPSHOT/org.eclipse.tracecompass.ctf.parser-1.0.2-SNAPSHOT-sources.jar 15:15:36 [2019-07-19T19:15:36.304Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser/target/org.eclipse.tracecompass.ctf.parser-1.0.2-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.ctf.parser/1.0.2-SNAPSHOT/org.eclipse.tracecompass.ctf.parser-1.0.2-SNAPSHOT-pack200.jar.pack.gz 15:15:36 [2019-07-19T19:15:36.304Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.ctf.parser/1.0.2-SNAPSHOT/org.eclipse.tracecompass.ctf.parser-1.0.2-SNAPSHOT-p2metadata.xml 15:15:36 [2019-07-19T19:15:36.304Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.ctf.parser/1.0.2-SNAPSHOT/org.eclipse.tracecompass.ctf.parser-1.0.2-SNAPSHOT-p2artifacts.xml 15:15:36 [2019-07-19T19:15:36.304Z] [INFO] 15:15:36 [2019-07-19T19:15:36.304Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.ctf.parser --- 15:15:36 [2019-07-19T19:15:36.304Z] [INFO] 15:15:36 [2019-07-19T19:15:36.304Z] [INFO] -----< org.eclipse.tracecompass:org.eclipse.tracecompass.ctf.core >----- 15:15:36 [2019-07-19T19:15:36.304Z] [INFO] Building org.eclipse.tracecompass.ctf.core 4.0.0-SNAPSHOT [15/134] 15:15:36 [2019-07-19T19:15:36.304Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 15:15:36 [2019-07-19T19:15:36.304Z] [INFO] 15:15:36 [2019-07-19T19:15:36.304Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.ctf.core --- 15:15:36 [2019-07-19T19:15:36.304Z] [INFO] 15:15:36 [2019-07-19T19:15:36.304Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.ctf.core --- 15:15:36 [2019-07-19T19:15:36.304Z] [INFO] The project's OSGi version is 4.0.0.201907191907 15:15:36 [2019-07-19T19:15:36.304Z] [INFO] 15:15:36 [2019-07-19T19:15:36.304Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.ctf.core --- 15:15:36 [2019-07-19T19:15:36.304Z] [INFO] 15:15:36 [2019-07-19T19:15:36.304Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.ctf.core --- 15:15:36 [2019-07-19T19:15:36.304Z] [INFO] 15:15:36 [2019-07-19T19:15:36.304Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.ctf.core --- 15:15:36 [2019-07-19T19:15:36.304Z] [INFO] 15:15:36 [2019-07-19T19:15:36.304Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.ctf.core --- 15:15:36 [2019-07-19T19:15:36.304Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 15:15:36 [2019-07-19T19:15:36.304Z] [INFO] 15:15:36 [2019-07-19T19:15:36.304Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.ctf.core --- 15:15:36 [2019-07-19T19:15:36.304Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:15:36 [2019-07-19T19:15:36.304Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core/src/main/resources 15:15:36 [2019-07-19T19:15:36.304Z] [INFO] 15:15:36 [2019-07-19T19:15:36.304Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.ctf.core --- 15:15:36 [2019-07-19T19:15:36.304Z] [INFO] Compiling 133 source files to /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core/target/classes 15:15:37 [2019-07-19T19:15:37.675Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core/src/org/eclipse/tracecompass/internal/ctf/core/utils/SparseList.java:[170] 15:15:37 [2019-07-19T19:15:37.675Z] returnArray[i] = null; 15:15:37 [2019-07-19T19:15:37.675Z] ^^^^ 15:15:37 [2019-07-19T19:15:37.675Z] Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T' 15:15:37 [2019-07-19T19:15:37.675Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core/src/org/eclipse/tracecompass/internal/ctf/core/utils/SparseList.java:[220] 15:15:37 [2019-07-19T19:15:37.675Z] return fInnerElements.get(index); 15:15:37 [2019-07-19T19:15:37.675Z] ^^^^^^^^^^^^^^^^^^^^^^^^^ 15:15:37 [2019-07-19T19:15:37.675Z] Null type mismatch (type annotations): required 'E' but this expression has type '@Nullable E', where 'E' is a free type variable 15:15:37 [2019-07-19T19:15:37.675Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core/src/org/eclipse/tracecompass/internal/ctf/core/utils/SparseList.java:[231] 15:15:37 [2019-07-19T19:15:37.675Z] return fInnerElements.remove(index); 15:15:37 [2019-07-19T19:15:37.675Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:15:37 [2019-07-19T19:15:37.675Z] Null type mismatch (type annotations): required 'E' but this expression has type '@Nullable E', where 'E' is a free type variable 15:15:37 [2019-07-19T19:15:37.675Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core/src/org/eclipse/tracecompass/ctf/core/trace/CTFTraceReader.java:[254] 15:15:37 [2019-07-19T19:15:37.675Z] CTFStreamInputReader streamInputReaderToAdd = new CTFStreamInputReader(checkNotNull(streamInput)); 15:15:37 [2019-07-19T19:15:37.675Z] ^^^^^^^^^^^^^^^^^^^^^^ 15:15:37 [2019-07-19T19:15:37.675Z] Potential resource leak: 'streamInputReaderToAdd' may not be closed 15:15:37 [2019-07-19T19:15:37.675Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core/src/org/eclipse/tracecompass/ctf/core/trace/CTFTraceReader.java:[339] 15:15:37 [2019-07-19T19:15:37.675Z] return (top != null) ? top.getCurrentEvent() : null; 15:15:37 [2019-07-19T19:15:37.675Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:15:37 [2019-07-19T19:15:37.675Z] Potential resource leak: 'top' may not be closed at this location 15:15:37 [2019-07-19T19:15:37.675Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core/src/org/eclipse/tracecompass/ctf/core/trace/CTFTraceReader.java:[394] 15:15:37 [2019-07-19T19:15:37.675Z] return hasMoreEvents(); 15:15:37 [2019-07-19T19:15:37.675Z] ^^^^^^^^^^^^^^^^^^^^^^^ 15:15:37 [2019-07-19T19:15:37.675Z] Potential resource leak: 'top' may not be closed at this location 15:15:37 [2019-07-19T19:15:37.675Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core/src/org/eclipse/tracecompass/ctf/core/trace/CTFTraceReader.java:[499] 15:15:37 [2019-07-19T19:15:37.675Z] CTFStreamInputReader se = fStreamInputReaders.get(j); 15:15:37 [2019-07-19T19:15:37.675Z] ^^ 15:15:37 [2019-07-19T19:15:37.675Z] Potential resource leak: 'se' may not be closed 15:15:37 [2019-07-19T19:15:37.675Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core/src/org/eclipse/tracecompass/internal/ctf/core/trace/CTFStream.java:[306] 15:15:37 [2019-07-19T19:15:37.675Z] SparseList sparseList = (SparseList) list; 15:15:37 [2019-07-19T19:15:37.675Z] ^^^^^^^^^^ 15:15:37 [2019-07-19T19:15:37.675Z] SparseList is a raw type. References to generic type SparseList<E> should be parameterized 15:15:37 [2019-07-19T19:15:37.675Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core/src/org/eclipse/tracecompass/internal/ctf/core/trace/CTFStream.java:[306] 15:15:37 [2019-07-19T19:15:37.675Z] SparseList sparseList = (SparseList) list; 15:15:37 [2019-07-19T19:15:37.675Z] ^^^^^^^^^^ 15:15:37 [2019-07-19T19:15:37.675Z] SparseList is a raw type. References to generic type SparseList<E> should be parameterized 15:15:37 [2019-07-19T19:15:37.675Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core/src/org/eclipse/tracecompass/ctf/core/trace/CTFTrace.java:[921] 15:15:37 [2019-07-19T19:15:37.675Z] return !(pathname.getName().equals("metadata")); 15:15:37 [2019-07-19T19:15:37.675Z] ^^^^^^^^^^ 15:15:37 [2019-07-19T19:15:37.675Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$ 15:15:37 [2019-07-19T19:15:37.675Z] 10 problems (10 warnings) 15:15:37 [2019-07-19T19:15:37.675Z] [INFO] 15:15:37 [2019-07-19T19:15:37.675Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.ctf.core --- 15:15:37 [2019-07-19T19:15:37.675Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:15:37 [2019-07-19T19:15:37.675Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core/src/test/resources 15:15:37 [2019-07-19T19:15:37.675Z] [INFO] 15:15:37 [2019-07-19T19:15:37.675Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.ctf.core --- 15:15:37 [2019-07-19T19:15:37.934Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core/target/org.eclipse.tracecompass.ctf.core-4.0.0-SNAPSHOT-sources.jar 15:15:37 [2019-07-19T19:15:37.934Z] [INFO] 15:15:37 [2019-07-19T19:15:37.934Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.ctf.core --- 15:15:37 [2019-07-19T19:15:37.934Z] [INFO] 15:15:37 [2019-07-19T19:15:37.934Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.ctf.core --- 15:15:38 [2019-07-19T19:15:38.192Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core/target/org.eclipse.tracecompass.ctf.core-4.0.0-SNAPSHOT.jar 15:15:38 [2019-07-19T19:15:38.192Z] [INFO] 15:15:38 [2019-07-19T19:15:38.192Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.ctf.core --- 15:15:38 [2019-07-19T19:15:38.192Z] [INFO] 15:15:38 [2019-07-19T19:15:38.192Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.ctf.core --- 15:15:38 [2019-07-19T19:15:38.192Z] [INFO] 15:15:38 [2019-07-19T19:15:38.192Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.ctf.core --- 15:15:38 [2019-07-19T19:15:38.192Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core/target/org.eclipse.tracecompass.ctf.core-4.0.0-SNAPSHOT.jar 15:15:38 [2019-07-19T19:15:38.757Z] [INFO] 15:15:38 [2019-07-19T19:15:38.757Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.ctf.core --- 15:15:38 [2019-07-19T19:15:38.757Z] [INFO] 15:15:38 [2019-07-19T19:15:38.757Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.ctf.core --- 15:15:38 [2019-07-19T19:15:38.757Z] [INFO] Skipping JaCoCo execution due to missing execution data file. 15:15:38 [2019-07-19T19:15:38.757Z] [INFO] 15:15:38 [2019-07-19T19:15:38.757Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.ctf.core --- 15:15:38 [2019-07-19T19:15:38.757Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core/target/org.eclipse.tracecompass.ctf.core-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.ctf.core/4.0.0-SNAPSHOT/org.eclipse.tracecompass.ctf.core-4.0.0-SNAPSHOT.jar 15:15:38 [2019-07-19T19:15:38.757Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.ctf.core/4.0.0-SNAPSHOT/org.eclipse.tracecompass.ctf.core-4.0.0-SNAPSHOT.pom 15:15:38 [2019-07-19T19:15:38.757Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core/target/org.eclipse.tracecompass.ctf.core-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.ctf.core/4.0.0-SNAPSHOT/org.eclipse.tracecompass.ctf.core-4.0.0-SNAPSHOT-sources.jar 15:15:38 [2019-07-19T19:15:38.757Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core/target/org.eclipse.tracecompass.ctf.core-4.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.ctf.core/4.0.0-SNAPSHOT/org.eclipse.tracecompass.ctf.core-4.0.0-SNAPSHOT-pack200.jar.pack.gz 15:15:38 [2019-07-19T19:15:38.757Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.ctf.core/4.0.0-SNAPSHOT/org.eclipse.tracecompass.ctf.core-4.0.0-SNAPSHOT-p2metadata.xml 15:15:38 [2019-07-19T19:15:38.757Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.ctf.core/4.0.0-SNAPSHOT/org.eclipse.tracecompass.ctf.core-4.0.0-SNAPSHOT-p2artifacts.xml 15:15:38 [2019-07-19T19:15:38.757Z] [INFO] 15:15:38 [2019-07-19T19:15:38.757Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.ctf.core --- 15:15:38 [2019-07-19T19:15:38.757Z] [INFO] 15:15:38 [2019-07-19T19:15:38.757Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.ctf.core.tests >-- 15:15:38 [2019-07-19T19:15:38.757Z] [INFO] Building Trace Compass CTF Core Tests Plug-in 1.0.5-SNAPSHOT [16/134] 15:15:38 [2019-07-19T19:15:38.757Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- 15:15:38 [2019-07-19T19:15:38.757Z] [INFO] 15:15:38 [2019-07-19T19:15:38.757Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.ctf.core.tests --- 15:15:38 [2019-07-19T19:15:38.757Z] [INFO] 15:15:38 [2019-07-19T19:15:38.757Z] [INFO] --- maven-clean-plugin:3.0.0:clean (clean-traces) @ org.eclipse.tracecompass.ctf.core.tests --- 15:15:38 [2019-07-19T19:15:38.757Z] [INFO] 15:15:38 [2019-07-19T19:15:38.757Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.ctf.core.tests --- 15:15:38 [2019-07-19T19:15:38.757Z] [INFO] The project's OSGi version is 1.0.5.201907191907 15:15:38 [2019-07-19T19:15:38.757Z] [INFO] 15:15:38 [2019-07-19T19:15:38.757Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.ctf.core.tests --- 15:15:38 [2019-07-19T19:15:38.757Z] [INFO] 15:15:38 [2019-07-19T19:15:38.757Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.ctf.core.tests --- 15:15:38 [2019-07-19T19:15:38.757Z] [INFO] 15:15:38 [2019-07-19T19:15:38.757Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.ctf.core.tests --- 15:15:38 [2019-07-19T19:15:38.757Z] [INFO] 15:15:38 [2019-07-19T19:15:38.757Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.ctf.core.tests --- 15:15:38 [2019-07-19T19:15:38.757Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 15:15:38 [2019-07-19T19:15:38.757Z] [INFO] 15:15:38 [2019-07-19T19:15:38.757Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.ctf.core.tests --- 15:15:38 [2019-07-19T19:15:38.757Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:15:38 [2019-07-19T19:15:38.757Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/src/main/resources 15:15:38 [2019-07-19T19:15:38.757Z] [INFO] 15:15:38 [2019-07-19T19:15:38.757Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.ctf.core.tests --- 15:15:38 [2019-07-19T19:15:38.757Z] [INFO] Compiling 54 source files to /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/target/classes 15:15:39 [2019-07-19T19:15:39.688Z] [INFO] 15:15:39 [2019-07-19T19:15:39.689Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.ctf.core.tests --- 15:15:39 [2019-07-19T19:15:39.689Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:15:39 [2019-07-19T19:15:39.689Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/src/test/resources 15:15:39 [2019-07-19T19:15:39.689Z] [INFO] 15:15:39 [2019-07-19T19:15:39.689Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.ctf.core.tests --- 15:15:39 [2019-07-19T19:15:39.689Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/target/org.eclipse.tracecompass.ctf.core.tests-1.0.5-SNAPSHOT-sources.jar 15:15:39 [2019-07-19T19:15:39.689Z] [INFO] 15:15:39 [2019-07-19T19:15:39.689Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.ctf.core.tests --- 15:15:39 [2019-07-19T19:15:39.689Z] [INFO] 15:15:39 [2019-07-19T19:15:39.689Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.ctf.core.tests --- 15:15:39 [2019-07-19T19:15:39.689Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/target/org.eclipse.tracecompass.ctf.core.tests-1.0.5-SNAPSHOT.jar 15:15:39 [2019-07-19T19:15:39.689Z] [INFO] 15:15:39 [2019-07-19T19:15:39.689Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.ctf.core.tests --- 15:15:39 [2019-07-19T19:15:39.689Z] [INFO] 15:15:39 [2019-07-19T19:15:39.689Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.ctf.core.tests --- 15:15:39 [2019-07-19T19:15:39.689Z] [INFO] 15:15:39 [2019-07-19T19:15:39.689Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.ctf.core.tests --- 15:15:39 [2019-07-19T19:15:39.689Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/target/org.eclipse.tracecompass.ctf.core.tests-1.0.5-SNAPSHOT.jar 15:15:39 [2019-07-19T19:15:39.946Z] [INFO] 15:15:39 [2019-07-19T19:15:39.946Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.ctf.core.tests --- 15:15:39 [2019-07-19T19:15:39.946Z] [INFO] 15:15:39 [2019-07-19T19:15:39.946Z] [INFO] --- maven-antrun-plugin:1.8:run (prepare) @ org.eclipse.tracecompass.ctf.core.tests --- 15:15:40 [2019-07-19T19:15:40.203Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/ant/ant/1.9.4/ant-1.9.4.pom 15:15:40 [2019-07-19T19:15:40.203Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/ant/ant/1.9.4/ant-1.9.4.pom 15:15:40 [2019-07-19T19:15:40.203Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/ant/ant/1.9.4/ant-1.9.4.pom 15:15:40 [2019-07-19T19:15:40.203Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/ant/ant/1.9.4/ant-1.9.4.pom 15:15:40 [2019-07-19T19:15:40.203Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/ant/ant/1.9.4/ant-1.9.4.pom 15:15:40 [2019-07-19T19:15:40.203Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.9.4/ant-1.9.4.pom 15:15:40 [2019-07-19T19:15:40.460Z] Progress (1): 4.1/9.6 kB Progress (1): 7.7/9.6 kB Progress (1): 9.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.9.4/ant-1.9.4.pom (9.6 kB at 438 kB/s) 15:15:40 [2019-07-19T19:15:40.460Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/ant/ant-parent/1.9.4/ant-parent-1.9.4.pom 15:15:40 [2019-07-19T19:15:40.460Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/ant/ant-parent/1.9.4/ant-parent-1.9.4.pom 15:15:40 [2019-07-19T19:15:40.460Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/ant/ant-parent/1.9.4/ant-parent-1.9.4.pom 15:15:40 [2019-07-19T19:15:40.460Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/ant/ant-parent/1.9.4/ant-parent-1.9.4.pom 15:15:40 [2019-07-19T19:15:40.460Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/ant/ant-parent/1.9.4/ant-parent-1.9.4.pom 15:15:40 [2019-07-19T19:15:40.718Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.9.4/ant-parent-1.9.4.pom 15:15:40 [2019-07-19T19:15:40.718Z] Progress (1): 4.1/5.6 kB Progress (1): 5.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.9.4/ant-parent-1.9.4.pom (5.6 kB at 165 kB/s) 15:15:40 [2019-07-19T19:15:40.718Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.pom 15:15:40 [2019-07-19T19:15:40.718Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.pom 15:15:40 [2019-07-19T19:15:40.718Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.pom 15:15:40 [2019-07-19T19:15:40.976Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.pom 15:15:40 [2019-07-19T19:15:40.976Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.pom 15:15:40 [2019-07-19T19:15:40.976Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.pom 15:15:40 [2019-07-19T19:15:40.976Z] Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.pom (2.3 kB at 71 kB/s) 15:15:40 [2019-07-19T19:15:40.976Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/ant/ant/1.9.4/ant-1.9.4.jar 15:15:40 [2019-07-19T19:15:40.976Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.jar 15:15:40 [2019-07-19T19:15:40.976Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar 15:15:40 [2019-07-19T19:15:40.976Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar 15:15:40 [2019-07-19T19:15:40.976Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.jar 15:15:40 [2019-07-19T19:15:40.976Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/ant/ant/1.9.4/ant-1.9.4.jar 15:15:40 [2019-07-19T19:15:40.976Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar 15:15:40 [2019-07-19T19:15:40.976Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.jar 15:15:40 [2019-07-19T19:15:40.976Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/ant/ant/1.9.4/ant-1.9.4.jar 15:15:41 [2019-07-19T19:15:41.281Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar 15:15:41 [2019-07-19T19:15:41.281Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.jar 15:15:41 [2019-07-19T19:15:41.281Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/ant/ant/1.9.4/ant-1.9.4.jar 15:15:41 [2019-07-19T19:15:41.281Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar 15:15:41 [2019-07-19T19:15:41.281Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.jar 15:15:41 [2019-07-19T19:15:41.281Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/ant/ant/1.9.4/ant-1.9.4.jar 15:15:41 [2019-07-19T19:15:41.538Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar 15:15:41 [2019-07-19T19:15:41.538Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.jar 15:15:41 [2019-07-19T19:15:41.538Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.9.4/ant-1.9.4.jar 15:15:41 [2019-07-19T19:15:41.538Z] Progress (1): 4.1/243 kB Progress (1): 7.7/243 kB Progress (1): 12/243 kB Progress (1): 16/243 kB Progress (1): 20/243 kB Progress (1): 24/243 kB Progress (1): 28/243 kB Progress (1): 32/243 kB Progress (1): 36/243 kB Progress (1): 40/243 kB Progress (1): 44/243 kB Progress (1): 48/243 kB Progress (1): 52/243 kB Progress (2): 52/243 kB | 4.1/18 kB Progress (2): 56/243 kB | 4.1/18 kB Progress (2): 56/243 kB | 7.7/18 kB Progress (2): 60/243 kB | 7.7/18 kB Progress (2): 60/243 kB | 12/18 kB Progress (2): 64/243 kB | 12/18 kB Progress (2): 64/243 kB | 16/18 kB Progress (2): 64/243 kB | 18 kB Progress (2): 68/243 kB | 18 kB Progress (2): 72/243 kB | 18 kB Progress (2): 76/243 kB | 18 kB Progress (2): 80/243 kB | 18 kB Progress (2): 84/243 kB | 18 kB Progress (2): 88/243 kB | 18 kB Progress (2): 92/243 kB | 18 kB Progress (2): 96/243 kB | 18 kB Progress (2): 100/243 kB | 18 kB Progress (2): 104/243 kB | 18 kB Progress (2): 108/243 kB | 18 kB Progress (2): 112/243 kB | 18 kB Progress (2): 116/243 kB | 18 kB Progress (2): 120/243 kB | 18 kB Progress (2): 124/243 kB | 18 kB Progress (2): 128/243 kB | 18 kB Progress (2): 132/243 kB | 18 kB Progress (2): 136/243 kB | 18 kB Progress (2): 140/243 kB | 18 kB Progress (2): 144/243 kB | 18 kB Progress (2): 148/243 kB | 18 kB Progress (2): 152/243 kB | 18 kB Progress (2): 156/243 kB | 18 kB Progress (2): 160/243 kB | 18 kB Progress (2): 164/243 kB | 18 kB Progress (2): 168/243 kB | 18 kB Progress (2): 172/243 kB | 18 kB Progress (2): 176/243 kB | 18 kB Progress (2): 180/243 kB | 18 kB Progress (2): 184/243 kB | 18 kB Progress (2): 188/243 kB | 18 kB Progress (2): 192/243 kB | 18 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.jar (18 kB at 511 kB/s) 15:15:41 [2019-07-19T19:15:41.538Z] Progress (1): 196/243 kB Progress (1): 200/243 kB Progress (1): 204/243 kB Progress (1): 208/243 kB Progress (1): 212/243 kB Progress (1): 216/243 kB Progress (1): 220/243 kB Progress (1): 224/243 kB Progress (1): 228/243 kB Progress (1): 232/243 kB Progress (1): 236/243 kB Progress (1): 240/243 kB Progress (1): 243 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar (243 kB at 3.0 MB/s) 15:15:41 [2019-07-19T19:15:41.795Z] Progress (1): 0/2.0 MB Progress (1): 0/2.0 MB Progress (1): 0/2.0 MB Progress (1): 0/2.0 MB Progress (1): 0/2.0 MB Progress (1): 0/2.0 MB Progress (1): 0/2.0 MB Progress (1): 0/2.0 MB Progress (1): 0/2.0 MB Progress (1): 0/2.0 MB Progress (1): 0/2.0 MB Progress (1): 0/2.0 MB Progress (1): 0/2.0 MB Progress (1): 0.1/2.0 MB Progress (1): 0.1/2.0 MB Progress (1): 0.1/2.0 MB Progress (1): 0.1/2.0 MB Progress (1): 0.1/2.0 MB Progress (1): 0.1/2.0 MB Progress (1): 0.1/2.0 MB Progress (1): 0.1/2.0 MB Progress (1): 0.1/2.0 MB Progress (1): 0.1/2.0 MB Progress (1): 0.1/2.0 MB Progress (1): 0.1/2.0 MB Progress (1): 0.1/2.0 MB Progress (1): 0.1/2.0 MB Progress (1): 0.1/2.0 MB Progress (1): 0.1/2.0 MB Progress (1): 0.1/2.0 MB Progress (1): 0.1/2.0 MB Progress (1): 0.1/2.0 MB Progress (1): 0.1/2.0 MB Progress (1): 0.1/2.0 MB Progress (1): 0.1/2.0 MB Progress (1): 0.1/2.0 MB Progress (1): 0.1/2.0 MB Progress (1): 0.1/2.0 MB Progress (1): 0.1/2.0 MB Progress (1): 0.1/2.0 MB Progress (1): 0.2/2.0 MB Progress (1): 0.2/2.0 MB Progress (1): 0.2/2.0 MB Progress (1): 0.2/2.0 MB Progress (1): 0.2/2.0 MB Progress (1): 0.2/2.0 MB Progress (1): 0.2/2.0 MB Progress (1): 0.2/2.0 MB Progress (1): 0.2/2.0 MB Progress (1): 0.2/2.0 MB Progress (1): 0.2/2.0 MB Progress (1): 0.2/2.0 MB Progress (1): 0.2/2.0 MB Progress (1): 0.2/2.0 MB Progress (1): 0.2/2.0 MB Progress (1): 0.2/2.0 MB Progress (1): 0.2/2.0 MB Progress (1): 0.2/2.0 MB Progress (1): 0.2/2.0 MB Progress (1): 0.2/2.0 MB Progress (1): 0.2/2.0 MB Progress (1): 0.2/2.0 MB Progress (1): 0.2/2.0 MB Progress (1): 0.2/2.0 MB Progress (1): 0.2/2.0 MB Progress (1): 0.3/2.0 MB Progress (1): 0.3/2.0 MB Progress (1): 0.3/2.0 MB Progress (1): 0.3/2.0 MB Progress (1): 0.3/2.0 MB Progress (1): 0.3/2.0 MB Progress (1): 0.3/2.0 MB Progress (1): 0.3/2.0 MB Progress (1): 0.3/2.0 MB Progress (1): 0.3/2.0 MB Progress (1): 0.3/2.0 MB Progress (1): 0.3/2.0 MB Progress (1): 0.3/2.0 MB Progress (1): 0.3/2.0 MB Progress (1): 0.3/2.0 MB Progress (1): 0.3/2.0 MB Progress (1): 0.3/2.0 MB Progress (1): 0.3/2.0 MB Progress (1): 0.3/2.0 MB Progress (1): 0.3/2.0 MB Progress (1): 0.3/2.0 MB Progress (1): 0.3/2.0 MB Progress (1): 0.3/2.0 MB Progress (1): 0.3/2.0 MB Progress (1): 0.3/2.0 MB Progress (1): 0.4/2.0 MB Progress (1): 0.4/2.0 MB Progress (1): 0.4/2.0 MB Progress (1): 0.4/2.0 MB Progress (1): 0.4/2.0 MB Progress (1): 0.4/2.0 MB Progress (1): 0.4/2.0 MB Progress (1): 0.4/2.0 MB Progress (1): 0.4/2.0 MB Progress (1): 0.4/2.0 MB Progress (1): 0.4/2.0 MB Progress (1): 0.4/2.0 MB Progress (1): 0.4/2.0 MB Progress (1): 0.4/2.0 MB Progress (1): 0.4/2.0 MB Progress (1): 0.4/2.0 MB Progress (1): 0.4/2.0 MB Progress (1): 0.4/2.0 MB Progress (1): 0.4/2.0 MB Progress (1): 0.4/2.0 MB Progress (1): 0.4/2.0 MB Progress (1): 0.4/2.0 MB Progress (1): 0.4/2.0 MB Progress (1): 0.4/2.0 MB Progress (1): 0.4/2.0 MB Progress (1): 0.5/2.0 MB Progress (1): 0.5/2.0 MB Progress (1): 0.5/2.0 MB Progress (1): 0.5/2.0 MB Progress (1): 0.5/2.0 MB Progress (1): 0.5/2.0 MB Progress (1): 0.5/2.0 MB Progress (1): 0.5/2.0 MB Progress (1): 0.5/2.0 MB Progress (1): 0.5/2.0 MB Progress (1): 0.5/2.0 MB Progress (1): 0.5/2.0 MB Progress (1): 0.5/2.0 MB Progress (1): 0.5/2.0 MB Progress (1): 0.5/2.0 MB Progress (1): 0.5/2.0 MB Progress (1): 0.5/2.0 MB Progress (1): 0.5/2.0 MB Progress (1): 0.5/2.0 MB Progress (1): 0.5/2.0 MB Progress (1): 0.5/2.0 MB Progress (1): 0.5/2.0 MB Progress (1): 0.5/2.0 MB Progress (1): 0.5/2.0 MB Progress (1): 0.5/2.0 MB Progress (1): 0.6/2.0 MB Progress (1): 0.6/2.0 MB Progress (1): 0.6/2.0 MB Progress (1): 0.6/2.0 MB Progress (1): 0.6/2.0 MB Progress (1): 0.6/2.0 MB Progress (1): 0.6/2.0 MB Progress (1): 0.6/2.0 MB Progress (1): 0.6/2.0 MB Progress (1): 0.6/2.0 MB Progress (1): 0.6/2.0 MB Progress (1): 0.6/2.0 MB Progress (1): 0.6/2.0 MB Progress (1): 0.6/2.0 MB Progress (1): 0.6/2.0 MB Progress (1): 0.6/2.0 MB Progress (1): 0.6/2.0 MB Progress (1): 0.6/2.0 MB Progress (1): 0.6/2.0 MB Progress (1): 0.6/2.0 MB Progress (1): 0.6/2.0 MB Progress (1): 0.6/2.0 MB Progress (1): 0.6/2.0 MB Progress (1): 0.6/2.0 MB Progress (1): 0.6/2.0 MB Progress (1): 0.7/2.0 MB Progress (1): 0.7/2.0 MB Progress (1): 0.7/2.0 MB Progress (1): 0.7/2.0 MB Progress (1): 0.7/2.0 MB Progress (1): 0.7/2.0 MB Progress (1): 0.7/2.0 MB Progress (1): 0.7/2.0 MB Progress (1): 0.7/2.0 MB Progress (1): 0.7/2.0 MB Progress (1): 0.7/2.0 MB Progress (1): 0.7/2.0 MB Progress (1): 0.7/2.0 MB Progress (1): 0.7/2.0 MB Progress (1): 0.7/2.0 MB Progress (1): 0.7/2.0 MB Progress (1): 0.7/2.0 MB Progress (1): 0.7/2.0 MB Progress (1): 0.7/2.0 MB Progress (1): 0.7/2.0 MB Progress (1): 0.7/2.0 MB Progress (1): 0.7/2.0 MB Progress (1): 0.7/2.0 MB Progress (1): 0.7/2.0 MB Progress (1): 0.7/2.0 MB Progress (1): 0.8/2.0 MB Progress (1): 0.8/2.0 MB Progress (1): 0.8/2.0 MB Progress (1): 0.8/2.0 MB Progress (1): 0.8/2.0 MB Progress (1): 0.8/2.0 MB Progress (1): 0.8/2.0 MB Progress (1): 0.8/2.0 MB Progress (1): 0.8/2.0 MB Progress (1): 0.8/2.0 MB Progress (1): 0.8/2.0 MB Progress (1): 0.8/2.0 MB Progress (1): 0.8/2.0 MB Progress (1): 0.8/2.0 MB Progress (1): 0.8/2.0 MB Progress (1): 0.8/2.0 MB Progress (1): 0.8/2.0 MB Progress (1): 0.8/2.0 MB Progress (1): 0.8/2.0 MB Progress (1): 0.8/2.0 MB Progress (1): 0.8/2.0 MB Progress (1): 0.8/2.0 MB Progress (1): 0.8/2.0 MB Progress (1): 0.8/2.0 MB Progress (1): 0.8/2.0 MB Progress (1): 0.9/2.0 MB Progress (1): 0.9/2.0 MB Progress (1): 0.9/2.0 MB Progress (1): 0.9/2.0 MB Progress (1): 0.9/2.0 MB Progress (1): 0.9/2.0 MB Progress (1): 0.9/2.0 MB Progress (1): 0.9/2.0 MB Progress (1): 0.9/2.0 MB Progress (1): 0.9/2.0 MB Progress (1): 0.9/2.0 MB Progress (1): 0.9/2.0 MB Progress (1): 0.9/2.0 MB Progress (1): 0.9/2.0 MB Progress (1): 0.9/2.0 MB Progress (1): 0.9/2.0 MB Progress (1): 0.9/2.0 MB Progress (1): 0.9/2.0 MB Progress (1): 0.9/2.0 MB Progress (1): 0.9/2.0 MB Progress (1): 0.9/2.0 MB Progress (1): 0.9/2.0 MB Progress (1): 0.9/2.0 MB Progress (1): 0.9/2.0 MB Progress (1): 0.9/2.0 MB Progress (1): 1.0/2.0 MB Progress (1): 1.0/2.0 MB Progress (1): 1.0/2.0 MB Progress (1): 1.0/2.0 MB Progress (1): 1.0/2.0 MB Progress (1): 1.0/2.0 MB Progress (1): 1.0/2.0 MB Progress (1): 1.0/2.0 MB Progress (1): 1.0/2.0 MB Progress (1): 1.0/2.0 MB Progress (1): 1.0/2.0 MB Progress (1): 1.0/2.0 MB Progress (1): 1.0/2.0 MB Progress (1): 1.0/2.0 MB Progress (1): 1.0/2.0 MB Progress (1): 1.0/2.0 MB Progress (1): 1.0/2.0 MB Progress (1): 1.0/2.0 MB Progress (1): 1.0/2.0 MB Progress (1): 1.0/2.0 MB Progress (1): 1.0/2.0 MB Progress (1): 1.0/2.0 MB Progress (1): 1.0/2.0 MB Progress (1): 1.0/2.0 MB Progress (1): 1.0/2.0 MB Progress (1): 1.1/2.0 MB Progress (1): 1.1/2.0 MB Progress (1): 1.1/2.0 MB Progress (1): 1.1/2.0 MB Progress (1): 1.1/2.0 MB Progress (1): 1.1/2.0 MB Progress (1): 1.1/2.0 MB Progress (1): 1.1/2.0 MB Progress (1): 1.1/2.0 MB Progress (1): 1.1/2.0 MB Progress (1): 1.1/2.0 MB Progress (1): 1.1/2.0 MB Progress (1): 1.1/2.0 MB Progress (1): 1.1/2.0 MB Progress (1): 1.1/2.0 MB Progress (1): 1.1/2.0 MB Progress (1): 1.1/2.0 MB Progress (1): 1.1/2.0 MB Progress (1): 1.1/2.0 MB Progress (1): 1.1/2.0 MB Progress (1): 1.1/2.0 MB Progress (1): 1.1/2.0 MB Progress (1): 1.1/2.0 MB Progress (1): 1.1/2.0 MB Progress (1): 1.1/2.0 MB Progress (1): 1.2/2.0 MB Progress (1): 1.2/2.0 MB Progress (1): 1.2/2.0 MB Progress (1): 1.2/2.0 MB Progress (1): 1.2/2.0 MB Progress (1): 1.2/2.0 MB Progress (1): 1.2/2.0 MB Progress (1): 1.2/2.0 MB Progress (1): 1.2/2.0 MB Progress (1): 1.2/2.0 MB Progress (1): 1.2/2.0 MB Progress (1): 1.2/2.0 MB Progress (1): 1.2/2.0 MB Progress (1): 1.2/2.0 MB Progress (1): 1.2/2.0 MB Progress (1): 1.2/2.0 MB Progress (1): 1.2/2.0 MB Progress (1): 1.2/2.0 MB Progress (1): 1.2/2.0 MB Progress (1): 1.2/2.0 MB Progress (1): 1.2/2.0 MB Progress (1): 1.2/2.0 MB Progress (1): 1.2/2.0 MB Progress (1): 1.2/2.0 MB Progress (1): 1.2/2.0 MB Progress (1): 1.3/2.0 MB Progress (1): 1.3/2.0 MB Progress (1): 1.3/2.0 MB Progress (1): 1.3/2.0 MB Progress (1): 1.3/2.0 MB Progress (1): 1.3/2.0 MB Progress (1): 1.3/2.0 MB Progress (1): 1.3/2.0 MB Progress (1): 1.3/2.0 MB Progress (1): 1.3/2.0 MB Progress (1): 1.3/2.0 MB Progress (1): 1.3/2.0 MB Progress (1): 1.3/2.0 MB Progress (1): 1.3/2.0 MB Progress (1): 1.3/2.0 MB Progress (1): 1.3/2.0 MB Progress (1): 1.3/2.0 MB Progress (1): 1.3/2.0 MB Progress (1): 1.3/2.0 MB Progress (1): 1.3/2.0 MB Progress (1): 1.3/2.0 MB Progress (1): 1.3/2.0 MB Progress (1): 1.3/2.0 MB Progress (1): 1.3/2.0 MB Progress (1): 1.3/2.0 MB Progress (1): 1.4/2.0 MB Progress (1): 1.4/2.0 MB Progress (1): 1.4/2.0 MB Progress (1): 1.4/2.0 MB Progress (1): 1.4/2.0 MB Progress (1): 1.4/2.0 MB Progress (1): 1.4/2.0 MB Progress (1): 1.4/2.0 MB Progress (1): 1.4/2.0 MB Progress (1): 1.4/2.0 MB Progress (1): 1.4/2.0 MB Progress (1): 1.4/2.0 MB Progress (1): 1.4/2.0 MB Progress (1): 1.4/2.0 MB Progress (1): 1.4/2.0 MB Progress (1): 1.4/2.0 MB Progress (1): 1.4/2.0 MB Progress (1): 1.4/2.0 MB Progress (1): 1.4/2.0 MB Progress (1): 1.4/2.0 MB Progress (1): 1.4/2.0 MB Progress (1): 1.4/2.0 MB Progress (1): 1.4/2.0 MB Progress (1): 1.4/2.0 MB Progress (1): 1.4/2.0 MB Progress (1): 1.5/2.0 MB Progress (1): 1.5/2.0 MB Progress (1): 1.5/2.0 MB Progress (1): 1.5/2.0 MB Progress (1): 1.5/2.0 MB Progress (1): 1.5/2.0 MB Progress (1): 1.5/2.0 MB Progress (1): 1.5/2.0 MB Progress (1): 1.5/2.0 MB Progress (1): 1.5/2.0 MB Progress (1): 1.5/2.0 MB Progress (1): 1.5/2.0 MB Progress (1): 1.5/2.0 MB Progress (1): 1.5/2.0 MB Progress (1): 1.5/2.0 MB Progress (1): 1.5/2.0 MB Progress (1): 1.5/2.0 MB Progress (1): 1.5/2.0 MB Progress (1): 1.5/2.0 MB Progress (1): 1.5/2.0 MB Progress (1): 1.5/2.0 MB Progress (1): 1.5/2.0 MB Progress (1): 1.5/2.0 MB Progress (1): 1.5/2.0 MB Progress (1): 1.5/2.0 MB Progress (1): 1.6/2.0 MB Progress (1): 1.6/2.0 MB Progress (1): 1.6/2.0 MB Progress (1): 1.6/2.0 MB Progress (1): 1.6/2.0 MB Progress (1): 1.6/2.0 MB Progress (1): 1.6/2.0 MB Progress (1): 1.6/2.0 MB Progress (1): 1.6/2.0 MB Progress (1): 1.6/2.0 MB Progress (1): 1.6/2.0 MB Progress (1): 1.6/2.0 MB Progress (1): 1.6/2.0 MB Progress (1): 1.6/2.0 MB Progress (1): 1.6/2.0 MB Progress (1): 1.6/2.0 MB Progress (1): 1.6/2.0 MB Progress (1): 1.6/2.0 MB Progress (1): 1.6/2.0 MB Progress (1): 1.6/2.0 MB Progress (1): 1.6/2.0 MB Progress (1): 1.6/2.0 MB Progress (1): 1.6/2.0 MB Progress (1): 1.6/2.0 MB Progress (1): 1.6/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 2.0/2.0 MB Progress (1): 2.0/2.0 MB Progress (1): 2.0/2.0 MB Progress (1): 2.0/2.0 MB Progress (1): 2.0/2.0 MB Progress (1): 2.0/2.0 MB Progress (1): 2.0/2.0 MB Progress (1): 2.0/2.0 MB Progress (1): 2.0/2.0 MB Progress (1): 2.0/2.0 MB Progress (1): 2.0/2.0 MB Progress (1): 2.0/2.0 MB Progress (1): 2.0/2.0 MB Progress (1): 2.0/2.0 MB Progress (1): 2.0/2.0 MB Progress (1): 2.0/2.0 MB Progress (1): 2.0/2.0 MB Progress (1): 2.0/2.0 MB Progress (1): 2.0 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.9.4/ant-1.9.4.jar (2.0 MB at 7.8 MB/s) 15:15:42 [2019-07-19T19:15:42.360Z] [INFO] Executing tasks 15:15:42 [2019-07-19T19:15:42.360Z] 15:15:42 [2019-07-19T19:15:42.360Z] main: 15:15:42 [2019-07-19T19:15:42.360Z] 15:15:42 [2019-07-19T19:15:42.360Z] main: 15:15:42 [2019-07-19T19:15:42.360Z] 15:15:42 [2019-07-19T19:15:42.360Z] checkAnyTraceExists: 15:15:42 [2019-07-19T19:15:42.360Z] 15:15:42 [2019-07-19T19:15:42.360Z] verifyChecksum: 15:15:42 [2019-07-19T19:15:42.360Z] [echo] Verifying: ${anyTraceExists} 15:15:42 [2019-07-19T19:15:42.360Z] 15:15:42 [2019-07-19T19:15:42.360Z] deleteFailedCheckSumTraces: 15:15:42 [2019-07-19T19:15:42.360Z] 15:15:42 [2019-07-19T19:15:42.360Z] downloadTraceFiles: 15:15:42 [2019-07-19T19:15:42.360Z] [echo] Attempting to download test traces 15:15:42 [2019-07-19T19:15:42.360Z] [get] Getting: http://archive.eclipse.org/tracecompass/test-traces/ctf/synctraces.tar.gz 15:15:42 [2019-07-19T19:15:42.360Z] [get] To: /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/traces/synctraces.tar.gz 15:15:42 [2019-07-19T19:15:42.618Z] [get] Getting: http://archive.eclipse.org/tracecompass/test-traces/os-events.tar.gz 15:15:42 [2019-07-19T19:15:42.618Z] [get] To: /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/traces/os-events.tar.gz 15:15:43 [2019-07-19T19:15:43.550Z] [get] Getting: http://archive.eclipse.org/tracecompass/test-traces/qmlscene.tgz 15:15:43 [2019-07-19T19:15:43.550Z] [get] To: /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/traces/qmlscene.tar.gz 15:15:43 [2019-07-19T19:15:43.550Z] [get] Getting: http://archive.eclipse.org/tracecompass/test-traces/ctf/vlc.tar.gz 15:15:43 [2019-07-19T19:15:43.550Z] [get] To: /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/traces/vlc.tar.gz 15:15:45 [2019-07-19T19:15:45.445Z] [exec] Cloning into 'ctf-testsuite'... 15:15:46 [2019-07-19T19:15:46.009Z] 15:15:46 [2019-07-19T19:15:46.009Z] pullTestSuite: 15:15:46 [2019-07-19T19:15:46.009Z] [exec] Your branch is up-to-date with 'origin/master'. 15:15:46 [2019-07-19T19:15:46.009Z] [exec] Already on 'master' 15:15:46 [2019-07-19T19:15:46.267Z] [exec] Already up-to-date. 15:15:46 [2019-07-19T19:15:46.267Z] [exec] Note: checking out '0f8beba86ae551f42adeb81d1bfddd5645f31013'. 15:15:46 [2019-07-19T19:15:46.267Z] [exec] 15:15:46 [2019-07-19T19:15:46.267Z] [exec] You are in 'detached HEAD' state. You can look around, make experimental 15:15:46 [2019-07-19T19:15:46.267Z] [exec] changes and commit them, and you can discard any commits you make in this 15:15:46 [2019-07-19T19:15:46.267Z] [exec] state without impacting any branches by performing another checkout. 15:15:46 [2019-07-19T19:15:46.267Z] [exec] 15:15:46 [2019-07-19T19:15:46.267Z] [exec] If you want to create a new branch to retain commits you create, you may 15:15:46 [2019-07-19T19:15:46.267Z] [exec] do so (now or later) by using -b with the checkout command again. Example: 15:15:46 [2019-07-19T19:15:46.267Z] [exec] 15:15:46 [2019-07-19T19:15:46.267Z] [exec] git checkout -b <new-branch-name> 15:15:46 [2019-07-19T19:15:46.267Z] [exec] 15:15:46 [2019-07-19T19:15:46.267Z] [exec] HEAD is now at 0f8beba... Merge pull request #35 from compudj/master 15:15:46 [2019-07-19T19:15:46.267Z] 15:15:46 [2019-07-19T19:15:46.267Z] extractTraces: 15:15:46 [2019-07-19T19:15:46.267Z] 15:15:46 [2019-07-19T19:15:46.267Z] checkAnyTraceExists: 15:15:46 [2019-07-19T19:15:46.267Z] 15:15:46 [2019-07-19T19:15:46.267Z] verifyChecksum: 15:15:46 [2019-07-19T19:15:46.267Z] [echo] Verifying: /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/traces/os-events.tar.gz /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/traces/qmlscene.tar.gz /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/traces/synctraces.tar.gz /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/traces/vlc.tar.gz 15:15:46 [2019-07-19T19:15:46.837Z] 15:15:46 [2019-07-19T19:15:46.837Z] warnFailedCheckSum: 15:15:46 [2019-07-19T19:15:46.837Z] [gunzip] Expanding /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/traces/synctraces.tar.gz to /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/traces/synctraces.tar 15:15:47 [2019-07-19T19:15:47.095Z] [untar] Expanding: /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/traces/synctraces.tar into /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/traces 15:15:47 [2019-07-19T19:15:47.095Z] [gunzip] Expanding /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/traces/os-events.tar.gz to /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/traces/os-events.tar 15:15:48 [2019-07-19T19:15:48.469Z] [untar] Expanding: /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/traces/os-events.tar into /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/traces 15:15:49 [2019-07-19T19:15:49.403Z] [gunzip] Expanding /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/traces/qmlscene.tar.gz to /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/traces/qmlscene.tar 15:15:49 [2019-07-19T19:15:49.403Z] [untar] Expanding: /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/traces/qmlscene.tar into /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/traces 15:15:49 [2019-07-19T19:15:49.403Z] [gunzip] Expanding /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/traces/vlc.tar.gz to /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/traces/vlc.tar 15:15:51 [2019-07-19T19:15:51.926Z] [untar] Expanding: /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/traces/vlc.tar into /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/traces 15:15:53 [2019-07-19T19:15:53.823Z] [echo] Traces extracted successfully 15:15:53 [2019-07-19T19:15:53.823Z] [INFO] Executed tasks 15:15:53 [2019-07-19T19:15:53.823Z] [INFO] 15:15:53 [2019-07-19T19:15:53.823Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.ctf.core.tests --- 15:15:55 [2019-07-19T19:15:55.718Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/target/work/data/.metadata/.log 15:15:55 [2019-07-19T19:15:55.718Z] [INFO] Command line: 15:15:55 [2019-07-19T19:15:55.718Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog] 15:15:55 [2019-07-19T19:15:55.718Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass 15:16:03 [2019-07-19T19:16:03.815Z] !SESSION 2019-07-19 19:15:55.829 ----------------------------------------------- 15:16:03 [2019-07-19T19:16:03.815Z] eclipse.buildId=unknown 15:16:03 [2019-07-19T19:16:03.815Z] java.version=1.8.0_202 15:16:03 [2019-07-19T19:16:03.815Z] java.vendor=Oracle Corporation 15:16:03 [2019-07-19T19:16:03.815Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US 15:16:03 [2019-07-19T19:16:03.815Z] Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/target/surefire.properties -product org.eclipse.platform.ide 15:16:03 [2019-07-19T19:16:03.815Z] Command-line arguments: -data /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog 15:16:03 [2019-07-19T19:16:03.815Z] 15:16:03 [2019-07-19T19:16:03.815Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-19 19:16:03.183 15:16:03 [2019-07-19T19:16:03.815Z] !MESSAGE FrameworkEvent ERROR 15:16:03 [2019-07-19T19:16:03.815Z] !STACK 0 15:16:03 [2019-07-19T19:16:03.815Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [50] 15:16:03 [2019-07-19T19:16:03.815Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 15:16:03 [2019-07-19T19:16:03.815Z] 15:16:03 [2019-07-19T19:16:03.815Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 15:16:03 [2019-07-19T19:16:03.815Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 15:16:03 [2019-07-19T19:16:03.815Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 15:16:03 [2019-07-19T19:16:03.815Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 15:16:03 [2019-07-19T19:16:03.815Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 15:16:03 [2019-07-19T19:16:03.815Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 15:16:03 [2019-07-19T19:16:03.815Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 15:16:03 [2019-07-19T19:16:03.815Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 15:16:03 [2019-07-19T19:16:03.815Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 15:16:03 [2019-07-19T19:16:03.815Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 15:16:03 [2019-07-19T19:16:03.815Z] 15:16:03 [2019-07-19T19:16:03.815Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-19 19:16:03.485 15:16:03 [2019-07-19T19:16:03.815Z] !MESSAGE FrameworkEvent ERROR 15:16:03 [2019-07-19T19:16:03.815Z] !STACK 0 15:16:03 [2019-07-19T19:16:03.815Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [123] 15:16:03 [2019-07-19T19:16:03.815Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 15:16:03 [2019-07-19T19:16:03.815Z] Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)" 15:16:03 [2019-07-19T19:16:03.815Z] -> Export-Package: org.apache.http.impl.auth.win; bundle-symbolic-name="org.apache.httpcomponents.httpclient.win"; bundle-version="4.5.6.v20190213-1947"; version="4.5.6"; x-internal:="true"; uses:="org.apache.http,org.apache.http.auth,org.apache.http.client,org.apache.http.impl.auth,org.apache.http.protocol,org.apache.http.util" 15:16:03 [2019-07-19T19:16:03.815Z] org.apache.httpcomponents.httpclient.win [31] 15:16:03 [2019-07-19T19:16:03.815Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 15:16:03 [2019-07-19T19:16:03.815Z] 15:16:03 [2019-07-19T19:16:03.815Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 15:16:03 [2019-07-19T19:16:03.815Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 15:16:03 [2019-07-19T19:16:03.815Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 15:16:03 [2019-07-19T19:16:03.815Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 15:16:03 [2019-07-19T19:16:03.815Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 15:16:03 [2019-07-19T19:16:03.815Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 15:16:03 [2019-07-19T19:16:03.815Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 15:16:03 [2019-07-19T19:16:03.815Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 15:16:03 [2019-07-19T19:16:03.815Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 15:16:03 [2019-07-19T19:16:03.815Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 15:16:09 [2019-07-19T19:16:09.073Z] Running org.eclipse.tracecompass.ctf.core.tests.types.EnumDeclarationTest 15:16:09 [2019-07-19T19:16:09.073Z] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.141 s - in org.eclipse.tracecompass.ctf.core.tests.types.EnumDeclarationTest 15:16:09 [2019-07-19T19:16:09.073Z] testAddMany(org.eclipse.tracecompass.ctf.core.tests.types.EnumDeclarationTest) Time elapsed: 0.011 s 15:16:09 [2019-07-19T19:16:09.073Z] testEnumDeclaration(org.eclipse.tracecompass.ctf.core.tests.types.EnumDeclarationTest) Time elapsed: 0.001 s 15:16:09 [2019-07-19T19:16:09.073Z] testAdd(org.eclipse.tracecompass.ctf.core.tests.types.EnumDeclarationTest) Time elapsed: 0 s 15:16:09 [2019-07-19T19:16:09.073Z] testQuery(org.eclipse.tracecompass.ctf.core.tests.types.EnumDeclarationTest) Time elapsed: 0 s 15:16:09 [2019-07-19T19:16:09.073Z] testDubs(org.eclipse.tracecompass.ctf.core.tests.types.EnumDeclarationTest) Time elapsed: 0 s 15:16:09 [2019-07-19T19:16:09.073Z] testToString(org.eclipse.tracecompass.ctf.core.tests.types.EnumDeclarationTest) Time elapsed: 0 s 15:16:09 [2019-07-19T19:16:09.073Z] testCreateDefinition(org.eclipse.tracecompass.ctf.core.tests.types.EnumDeclarationTest) Time elapsed: 0.007 s 15:16:09 [2019-07-19T19:16:09.073Z] binaryEquivalentTest(org.eclipse.tracecompass.ctf.core.tests.types.EnumDeclarationTest) Time elapsed: 0.033 s 15:16:09 [2019-07-19T19:16:09.073Z] equalsTest(org.eclipse.tracecompass.ctf.core.tests.types.EnumDeclarationTest) Time elapsed: 0 s 15:16:09 [2019-07-19T19:16:09.073Z] testOverlap1(org.eclipse.tracecompass.ctf.core.tests.types.EnumDeclarationTest) Time elapsed: 0 s 15:16:09 [2019-07-19T19:16:09.073Z] testOverlap2(org.eclipse.tracecompass.ctf.core.tests.types.EnumDeclarationTest) Time elapsed: 0 s 15:16:09 [2019-07-19T19:16:09.073Z] testOverlap3(org.eclipse.tracecompass.ctf.core.tests.types.EnumDeclarationTest) Time elapsed: 0 s 15:16:09 [2019-07-19T19:16:09.073Z] testOverlap4(org.eclipse.tracecompass.ctf.core.tests.types.EnumDeclarationTest) Time elapsed: 0 s 15:16:09 [2019-07-19T19:16:09.073Z] hashcodeTest(org.eclipse.tracecompass.ctf.core.tests.types.EnumDeclarationTest) Time elapsed: 0 s 15:16:09 [2019-07-19T19:16:09.073Z] Running org.eclipse.tracecompass.ctf.core.tests.types.VariantDeclarationTest 15:16:10 [2019-07-19T19:16:10.968Z] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.872 s - in org.eclipse.tracecompass.ctf.core.tests.types.VariantDeclarationTest 15:16:10 [2019-07-19T19:16:10.968Z] testVariantDeclaration(org.eclipse.tracecompass.ctf.core.tests.types.VariantDeclarationTest) Time elapsed: 0.05 s 15:16:10 [2019-07-19T19:16:10.968Z] equalsAddTwiceTest(org.eclipse.tracecompass.ctf.core.tests.types.VariantDeclarationTest) Time elapsed: 0.003 s 15:16:10 [2019-07-19T19:16:10.968Z] testToString(org.eclipse.tracecompass.ctf.core.tests.types.VariantDeclarationTest) Time elapsed: 0 s 15:16:10 [2019-07-19T19:16:10.968Z] testAddField(org.eclipse.tracecompass.ctf.core.tests.types.VariantDeclarationTest) Time elapsed: 0 s 15:16:10 [2019-07-19T19:16:10.968Z] testCreateDefinition(org.eclipse.tracecompass.ctf.core.tests.types.VariantDeclarationTest) Time elapsed: 1.81 s 15:16:10 [2019-07-19T19:16:10.968Z] equalsOutOfOrderTest(org.eclipse.tracecompass.ctf.core.tests.types.VariantDeclarationTest) Time elapsed: 0 s 15:16:10 [2019-07-19T19:16:10.968Z] equalsTest(org.eclipse.tracecompass.ctf.core.tests.types.VariantDeclarationTest) Time elapsed: 0 s 15:16:10 [2019-07-19T19:16:10.968Z] testIsTagged(org.eclipse.tracecompass.ctf.core.tests.types.VariantDeclarationTest) Time elapsed: 0 s 15:16:10 [2019-07-19T19:16:10.968Z] testIsTagged_null(org.eclipse.tracecompass.ctf.core.tests.types.VariantDeclarationTest) Time elapsed: 0 s 15:16:10 [2019-07-19T19:16:10.968Z] testHasField(org.eclipse.tracecompass.ctf.core.tests.types.VariantDeclarationTest) Time elapsed: 0.001 s 15:16:10 [2019-07-19T19:16:10.968Z] hashcodeTest(org.eclipse.tracecompass.ctf.core.tests.types.VariantDeclarationTest) Time elapsed: 0 s 15:16:10 [2019-07-19T19:16:10.968Z] testSetTag(org.eclipse.tracecompass.ctf.core.tests.types.VariantDeclarationTest) Time elapsed: 0 s 15:16:10 [2019-07-19T19:16:10.968Z] Running org.eclipse.tracecompass.ctf.core.tests.types.ArrayDefinition2Test 15:16:10 [2019-07-19T19:16:10.968Z] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.eclipse.tracecompass.ctf.core.tests.types.ArrayDefinition2Test 15:16:10 [2019-07-19T19:16:10.968Z] testgetElem_withDefs(org.eclipse.tracecompass.ctf.core.tests.types.ArrayDefinition2Test) Time elapsed: 0.015 s 15:16:10 [2019-07-19T19:16:10.968Z] testToStringStringArray(org.eclipse.tracecompass.ctf.core.tests.types.ArrayDefinition2Test) Time elapsed: 0.014 s 15:16:10 [2019-07-19T19:16:10.968Z] testRead_noDefs(org.eclipse.tracecompass.ctf.core.tests.types.ArrayDefinition2Test) Time elapsed: 0 s 15:16:10 [2019-07-19T19:16:10.968Z] testgetElem_noDefs(org.eclipse.tracecompass.ctf.core.tests.types.ArrayDefinition2Test) Time elapsed: 0.001 s 15:16:10 [2019-07-19T19:16:10.968Z] testToString_withDefs(org.eclipse.tracecompass.ctf.core.tests.types.ArrayDefinition2Test) Time elapsed: 0 s 15:16:10 [2019-07-19T19:16:10.968Z] testArrayDefinition_baseDeclaration(org.eclipse.tracecompass.ctf.core.tests.types.ArrayDefinition2Test) Time elapsed: 0 s 15:16:10 [2019-07-19T19:16:10.968Z] testArrayDefinition_newDeclaration(org.eclipse.tracecompass.ctf.core.tests.types.ArrayDefinition2Test) Time elapsed: 0 s 15:16:10 [2019-07-19T19:16:10.968Z] testToString_string(org.eclipse.tracecompass.ctf.core.tests.types.ArrayDefinition2Test) Time elapsed: 0 s 15:16:10 [2019-07-19T19:16:10.968Z] testToString_char(org.eclipse.tracecompass.ctf.core.tests.types.ArrayDefinition2Test) Time elapsed: 0 s 15:16:10 [2019-07-19T19:16:10.968Z] testToString_long(org.eclipse.tracecompass.ctf.core.tests.types.ArrayDefinition2Test) Time elapsed: 0.001 s 15:16:10 [2019-07-19T19:16:10.968Z] testGetDeclaration(org.eclipse.tracecompass.ctf.core.tests.types.ArrayDefinition2Test) Time elapsed: 0 s 15:16:10 [2019-07-19T19:16:10.968Z] Running org.eclipse.tracecompass.ctf.core.tests.types.StructDeclarationTest 15:16:10 [2019-07-19T19:16:10.968Z] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.tracecompass.ctf.core.tests.types.StructDeclarationTest 15:16:10 [2019-07-19T19:16:10.968Z] testGetFieldsList(org.eclipse.tracecompass.ctf.core.tests.types.StructDeclarationTest) Time elapsed: 0 s 15:16:10 [2019-07-19T19:16:10.968Z] testGetField(org.eclipse.tracecompass.ctf.core.tests.types.StructDeclarationTest) Time elapsed: 0 s 15:16:10 [2019-07-19T19:16:10.968Z] testToString(org.eclipse.tracecompass.ctf.core.tests.types.StructDeclarationTest) Time elapsed: 0.001 s 15:16:10 [2019-07-19T19:16:10.968Z] testStructDeclaration(org.eclipse.tracecompass.ctf.core.tests.types.StructDeclarationTest) Time elapsed: 0 s 15:16:10 [2019-07-19T19:16:10.968Z] testAddField(org.eclipse.tracecompass.ctf.core.tests.types.StructDeclarationTest) Time elapsed: 0 s 15:16:10 [2019-07-19T19:16:10.968Z] testCreateDefinition(org.eclipse.tracecompass.ctf.core.tests.types.StructDeclarationTest) Time elapsed: 0.002 s 15:16:10 [2019-07-19T19:16:10.968Z] testGetMinAlign(org.eclipse.tracecompass.ctf.core.tests.types.StructDeclarationTest) Time elapsed: 0 s 15:16:10 [2019-07-19T19:16:10.968Z] equalsTest(org.eclipse.tracecompass.ctf.core.tests.types.StructDeclarationTest) Time elapsed: 0 s 15:16:10 [2019-07-19T19:16:10.968Z] testHasField(org.eclipse.tracecompass.ctf.core.tests.types.StructDeclarationTest) Time elapsed: 0.001 s 15:16:10 [2019-07-19T19:16:10.968Z] hashcodeTest(org.eclipse.tracecompass.ctf.core.tests.types.StructDeclarationTest) Time elapsed: 0 s 15:16:10 [2019-07-19T19:16:10.968Z] Running org.eclipse.tracecompass.ctf.core.tests.types.StringDeclarationTest 15:16:10 [2019-07-19T19:16:10.968Z] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.tracecompass.ctf.core.tests.types.StringDeclarationTest 15:16:10 [2019-07-19T19:16:10.968Z] testGetEncoding(org.eclipse.tracecompass.ctf.core.tests.types.StringDeclarationTest) Time elapsed: 0 s 15:16:10 [2019-07-19T19:16:10.968Z] testToString(org.eclipse.tracecompass.ctf.core.tests.types.StringDeclarationTest) Time elapsed: 0 s 15:16:10 [2019-07-19T19:16:10.968Z] testCreateDefinition(org.eclipse.tracecompass.ctf.core.tests.types.StringDeclarationTest) Time elapsed: 0.001 s 15:16:10 [2019-07-19T19:16:10.968Z] testStringDeclaration(org.eclipse.tracecompass.ctf.core.tests.types.StringDeclarationTest) Time elapsed: 0 s 15:16:10 [2019-07-19T19:16:10.968Z] equalsTest(org.eclipse.tracecompass.ctf.core.tests.types.StringDeclarationTest) Time elapsed: 0 s 15:16:10 [2019-07-19T19:16:10.968Z] testStringDeclaration_2(org.eclipse.tracecompass.ctf.core.tests.types.StringDeclarationTest) Time elapsed: 0 s 15:16:10 [2019-07-19T19:16:10.968Z] hashcodeTest(org.eclipse.tracecompass.ctf.core.tests.types.StringDeclarationTest) Time elapsed: 0 s 15:16:10 [2019-07-19T19:16:10.968Z] Running org.eclipse.tracecompass.ctf.core.tests.types.VariantDefinitionTest 15:16:10 [2019-07-19T19:16:10.968Z] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.eclipse.tracecompass.ctf.core.tests.types.VariantDefinitionTest 15:16:10 [2019-07-19T19:16:10.968Z] testGetCurrentField(org.eclipse.tracecompass.ctf.core.tests.types.VariantDefinitionTest) Time elapsed: 0.055 s 15:16:10 [2019-07-19T19:16:10.968Z] testLookupVariant(org.eclipse.tracecompass.ctf.core.tests.types.VariantDefinitionTest) Time elapsed: 0 s 15:16:10 [2019-07-19T19:16:10.968Z] testToString(org.eclipse.tracecompass.ctf.core.tests.types.VariantDefinitionTest) Time elapsed: 0 s 15:16:10 [2019-07-19T19:16:10.968Z] testGetCurrentFieldName(org.eclipse.tracecompass.ctf.core.tests.types.VariantDefinitionTest) Time elapsed: 0.001 s 15:16:10 [2019-07-19T19:16:10.968Z] testGetPath(org.eclipse.tracecompass.ctf.core.tests.types.VariantDefinitionTest) Time elapsed: 0 s 15:16:10 [2019-07-19T19:16:10.968Z] testGetDeclaration(org.eclipse.tracecompass.ctf.core.tests.types.VariantDefinitionTest) Time elapsed: 0 s 15:16:10 [2019-07-19T19:16:10.968Z] testLookupInteger(org.eclipse.tracecompass.ctf.core.tests.types.VariantDefinitionTest) Time elapsed: 0.001 s 15:16:10 [2019-07-19T19:16:10.968Z] testLookupString(org.eclipse.tracecompass.ctf.core.tests.types.VariantDefinitionTest) Time elapsed: 0 s 15:16:10 [2019-07-19T19:16:10.968Z] testLookupStruct(org.eclipse.tracecompass.ctf.core.tests.types.VariantDefinitionTest) Time elapsed: 0 s 15:16:10 [2019-07-19T19:16:10.968Z] testLookupEnum(org.eclipse.tracecompass.ctf.core.tests.types.VariantDefinitionTest) Time elapsed: 0 s 15:16:10 [2019-07-19T19:16:10.968Z] testVariantDefinition(org.eclipse.tracecompass.ctf.core.tests.types.VariantDefinitionTest) Time elapsed: 0 s 15:16:10 [2019-07-19T19:16:10.968Z] testLookupArray(org.eclipse.tracecompass.ctf.core.tests.types.VariantDefinitionTest) Time elapsed: 0 s 15:16:10 [2019-07-19T19:16:10.968Z] testGetDefinitions(org.eclipse.tracecompass.ctf.core.tests.types.VariantDefinitionTest) Time elapsed: 0 s 15:16:10 [2019-07-19T19:16:10.968Z] testLookupDefinition(org.eclipse.tracecompass.ctf.core.tests.types.VariantDefinitionTest) Time elapsed: 0 s 15:16:10 [2019-07-19T19:16:10.968Z] Running org.eclipse.tracecompass.ctf.core.tests.types.StringDefinitionTest 15:16:10 [2019-07-19T19:16:10.968Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tracecompass.ctf.core.tests.types.StringDefinitionTest 15:16:10 [2019-07-19T19:16:10.968Z] testGetValue(org.eclipse.tracecompass.ctf.core.tests.types.StringDefinitionTest) Time elapsed: 0 s 15:16:10 [2019-07-19T19:16:10.968Z] testStringDefinition(org.eclipse.tracecompass.ctf.core.tests.types.StringDefinitionTest) Time elapsed: 0 s 15:16:10 [2019-07-19T19:16:10.968Z] testToString(org.eclipse.tracecompass.ctf.core.tests.types.StringDefinitionTest) Time elapsed: 0 s 15:16:10 [2019-07-19T19:16:10.968Z] testGetDeclaration(org.eclipse.tracecompass.ctf.core.tests.types.StringDefinitionTest) Time elapsed: 0 s 15:16:10 [2019-07-19T19:16:10.968Z] testSetValue(org.eclipse.tracecompass.ctf.core.tests.types.StringDefinitionTest) Time elapsed: 0 s 15:16:10 [2019-07-19T19:16:10.968Z] Running org.eclipse.tracecompass.ctf.core.tests.types.IntegerDefinitionTest 15:16:10 [2019-07-19T19:16:10.968Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.tracecompass.ctf.core.tests.types.IntegerDefinitionTest 15:16:10 [2019-07-19T19:16:10.968Z] testGetValue(org.eclipse.tracecompass.ctf.core.tests.types.IntegerDefinitionTest) Time elapsed: 0 s 15:16:10 [2019-07-19T19:16:10.968Z] testToString(org.eclipse.tracecompass.ctf.core.tests.types.IntegerDefinitionTest) Time elapsed: 0 s 15:16:10 [2019-07-19T19:16:10.968Z] testFormatNumber_unsignedLong(org.eclipse.tracecompass.ctf.core.tests.types.IntegerDefinitionTest) Time elapsed: 0.001 s 15:16:10 [2019-07-19T19:16:10.968Z] testIntegerDefinition(org.eclipse.tracecompass.ctf.core.tests.types.IntegerDefinitionTest) Time elapsed: 0 s 15:16:10 [2019-07-19T19:16:10.969Z] testFormatNumber_signedLong(org.eclipse.tracecompass.ctf.core.tests.types.IntegerDefinitionTest) Time elapsed: 0 s 15:16:10 [2019-07-19T19:16:10.969Z] testGetDeclaration(org.eclipse.tracecompass.ctf.core.tests.types.IntegerDefinitionTest) Time elapsed: 0 s 15:16:10 [2019-07-19T19:16:10.969Z] Running org.eclipse.tracecompass.ctf.core.tests.types.EventHeaderDeclarationTest 15:16:10 [2019-07-19T19:16:10.969Z] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.tracecompass.ctf.core.tests.types.EventHeaderDeclarationTest 15:16:10 [2019-07-19T19:16:10.969Z] testLargeExtended(org.eclipse.tracecompass.ctf.core.tests.types.EventHeaderDeclarationTest) Time elapsed: 0.001 s 15:16:10 [2019-07-19T19:16:10.969Z] validateLargeFail(org.eclipse.tracecompass.ctf.core.tests.types.EventHeaderDeclarationTest) Time elapsed: 0 s 15:16:10 [2019-07-19T19:16:10.969Z] validateLarge(org.eclipse.tracecompass.ctf.core.tests.types.EventHeaderDeclarationTest) Time elapsed: 0 s 15:16:10 [2019-07-19T19:16:10.969Z] validateCompactFail(org.eclipse.tracecompass.ctf.core.tests.types.EventHeaderDeclarationTest) Time elapsed: 0.001 s 15:16:10 [2019-07-19T19:16:10.969Z] testLargeCompact(org.eclipse.tracecompass.ctf.core.tests.types.EventHeaderDeclarationTest) Time elapsed: 0 s 15:16:10 [2019-07-19T19:16:10.969Z] testCompactExtended(org.eclipse.tracecompass.ctf.core.tests.types.EventHeaderDeclarationTest) Time elapsed: 0 s 15:16:10 [2019-07-19T19:16:10.969Z] testMaxSizes(org.eclipse.tracecompass.ctf.core.tests.types.EventHeaderDeclarationTest) Time elapsed: 0 s 15:16:10 [2019-07-19T19:16:10.969Z] validateCompact(org.eclipse.tracecompass.ctf.core.tests.types.EventHeaderDeclarationTest) Time elapsed: 0 s 15:16:10 [2019-07-19T19:16:10.969Z] testCompactCompact(org.eclipse.tracecompass.ctf.core.tests.types.EventHeaderDeclarationTest) Time elapsed: 0.001 s 15:16:10 [2019-07-19T19:16:10.969Z] Running org.eclipse.tracecompass.ctf.core.tests.types.SequenceDeclaration2Test 15:16:11 [2019-07-19T19:16:11.226Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.tracecompass.ctf.core.tests.types.SequenceDeclaration2Test 15:16:11 [2019-07-19T19:16:11.226Z] testGetElementType(org.eclipse.tracecompass.ctf.core.tests.types.SequenceDeclaration2Test) Time elapsed: 0 s 15:16:11 [2019-07-19T19:16:11.226Z] testToString(org.eclipse.tracecompass.ctf.core.tests.types.SequenceDeclaration2Test) Time elapsed: 0 s 15:16:11 [2019-07-19T19:16:11.226Z] testSequenceDeclaration(org.eclipse.tracecompass.ctf.core.tests.types.SequenceDeclaration2Test) Time elapsed: 0 s 15:16:11 [2019-07-19T19:16:11.226Z] testCreateDefinition(org.eclipse.tracecompass.ctf.core.tests.types.SequenceDeclaration2Test) Time elapsed: 0.003 s 15:16:11 [2019-07-19T19:16:11.226Z] equalsTest(org.eclipse.tracecompass.ctf.core.tests.types.SequenceDeclaration2Test) Time elapsed: 0.001 s 15:16:11 [2019-07-19T19:16:11.226Z] hashcodeTest(org.eclipse.tracecompass.ctf.core.tests.types.SequenceDeclaration2Test) Time elapsed: 0 s 15:16:11 [2019-07-19T19:16:11.226Z] Running org.eclipse.tracecompass.ctf.core.tests.types.SequenceDefinition2Test 15:16:11 [2019-07-19T19:16:11.226Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.tracecompass.ctf.core.tests.types.SequenceDefinition2Test 15:16:11 [2019-07-19T19:16:11.226Z] testToString(org.eclipse.tracecompass.ctf.core.tests.types.SequenceDefinition2Test) Time elapsed: 0.001 s 15:16:11 [2019-07-19T19:16:11.226Z] testGetElem(org.eclipse.tracecompass.ctf.core.tests.types.SequenceDefinition2Test) Time elapsed: 0 s 15:16:11 [2019-07-19T19:16:11.226Z] testGetDeclaration(org.eclipse.tracecompass.ctf.core.tests.types.SequenceDefinition2Test) Time elapsed: 0.001 s 15:16:11 [2019-07-19T19:16:11.226Z] testFixedStringDefinition(org.eclipse.tracecompass.ctf.core.tests.types.SequenceDefinition2Test) Time elapsed: 0 s 15:16:11 [2019-07-19T19:16:11.226Z] Running org.eclipse.tracecompass.ctf.core.tests.types.FloatDefinitionTest 15:16:11 [2019-07-19T19:16:11.226Z] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.tracecompass.ctf.core.tests.types.FloatDefinitionTest 15:16:11 [2019-07-19T19:16:11.226Z] testFloat32BitNeg(org.eclipse.tracecompass.ctf.core.tests.types.FloatDefinitionTest) Time elapsed: 0.002 s 15:16:11 [2019-07-19T19:16:11.226Z] testFloat32Bit(org.eclipse.tracecompass.ctf.core.tests.types.FloatDefinitionTest) Time elapsed: 0.001 s 15:16:11 [2019-07-19T19:16:11.226Z] testFloat48Bit(org.eclipse.tracecompass.ctf.core.tests.types.FloatDefinitionTest) Time elapsed: 0.001 s 15:16:11 [2019-07-19T19:16:11.226Z] testFloat64Bit(org.eclipse.tracecompass.ctf.core.tests.types.FloatDefinitionTest) Time elapsed: 0.002 s 15:16:11 [2019-07-19T19:16:11.226Z] testGetValue(org.eclipse.tracecompass.ctf.core.tests.types.FloatDefinitionTest) Time elapsed: 0 s 15:16:11 [2019-07-19T19:16:11.226Z] testFloat248(org.eclipse.tracecompass.ctf.core.tests.types.FloatDefinitionTest) Time elapsed: 0 s 15:16:11 [2019-07-19T19:16:11.226Z] testFloat5311(org.eclipse.tracecompass.ctf.core.tests.types.FloatDefinitionTest) Time elapsed: 0.001 s 15:16:11 [2019-07-19T19:16:11.226Z] testToString(org.eclipse.tracecompass.ctf.core.tests.types.FloatDefinitionTest) Time elapsed: 0 s 15:16:11 [2019-07-19T19:16:11.226Z] testGetDeclaration(org.eclipse.tracecompass.ctf.core.tests.types.FloatDefinitionTest) Time elapsed: 0 s 15:16:11 [2019-07-19T19:16:11.226Z] testFloat64BitNeg(org.eclipse.tracecompass.ctf.core.tests.types.FloatDefinitionTest) Time elapsed: 0.002 s 15:16:11 [2019-07-19T19:16:11.226Z] Running org.eclipse.tracecompass.ctf.core.tests.types.ArrayDeclaration2Test 15:16:11 [2019-07-19T19:16:11.226Z] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.tracecompass.ctf.core.tests.types.ArrayDeclaration2Test 15:16:11 [2019-07-19T19:16:11.226Z] testGetElementType(org.eclipse.tracecompass.ctf.core.tests.types.ArrayDeclaration2Test) Time elapsed: 0.001 s 15:16:11 [2019-07-19T19:16:11.226Z] testArrayDeclaration(org.eclipse.tracecompass.ctf.core.tests.types.ArrayDeclaration2Test) Time elapsed: 0 s 15:16:11 [2019-07-19T19:16:11.226Z] testToString(org.eclipse.tracecompass.ctf.core.tests.types.ArrayDeclaration2Test) Time elapsed: 0 s 15:16:11 [2019-07-19T19:16:11.226Z] testIsString_complex(org.eclipse.tracecompass.ctf.core.tests.types.ArrayDeclaration2Test) Time elapsed: 0 s 15:16:11 [2019-07-19T19:16:11.226Z] testCreateDefinition(org.eclipse.tracecompass.ctf.core.tests.types.ArrayDeclaration2Test) Time elapsed: 0.001 s 15:16:11 [2019-07-19T19:16:11.226Z] equalsTest(org.eclipse.tracecompass.ctf.core.tests.types.ArrayDeclaration2Test) Time elapsed: 0 s 15:16:11 [2019-07-19T19:16:11.226Z] testGetLength(org.eclipse.tracecompass.ctf.core.tests.types.ArrayDeclaration2Test) Time elapsed: 0 s 15:16:11 [2019-07-19T19:16:11.226Z] hashcodeTest(org.eclipse.tracecompass.ctf.core.tests.types.ArrayDeclaration2Test) Time elapsed: 0 s 15:16:11 [2019-07-19T19:16:11.226Z] testIsString_ownDefs(org.eclipse.tracecompass.ctf.core.tests.types.ArrayDeclaration2Test) Time elapsed: 0 s 15:16:11 [2019-07-19T19:16:11.226Z] Running org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest 15:16:17 [2019-07-19T19:16:17.775Z] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.406 s - in org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest 15:16:17 [2019-07-19T19:16:17.775Z] testEquals1(org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest) Time elapsed: 0.387 s 15:16:17 [2019-07-19T19:16:17.775Z] testEquals2(org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest) Time elapsed: 0.222 s 15:16:17 [2019-07-19T19:16:17.775Z] testEquals3(org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest) Time elapsed: 0.198 s 15:16:17 [2019-07-19T19:16:17.775Z] testEquals4(org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest) Time elapsed: 0.199 s 15:16:17 [2019-07-19T19:16:17.775Z] testEquals5(org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest) Time elapsed: 0.276 s 15:16:17 [2019-07-19T19:16:17.775Z] testHashCode_null(org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest) Time elapsed: 0.155 s 15:16:17 [2019-07-19T19:16:17.775Z] testEventDefinition(org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest) Time elapsed: 0.413 s 15:16:17 [2019-07-19T19:16:17.775Z] testEquals_null(org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest) Time elapsed: 0.188 s 15:16:17 [2019-07-19T19:16:17.775Z] testGetId(org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest) Time elapsed: 0.299 s 15:16:17 [2019-07-19T19:16:17.775Z] testFieldsIsSet_null(org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest) Time elapsed: 0.311 s 15:16:17 [2019-07-19T19:16:17.775Z] testNameIsSet_null(org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest) Time elapsed: 0.245 s 15:16:17 [2019-07-19T19:16:17.775Z] testGetName(org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest) Time elapsed: 0.183 s 15:16:17 [2019-07-19T19:16:17.775Z] testFieldsIsSet(org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest) Time elapsed: 0.178 s 15:16:17 [2019-07-19T19:16:17.775Z] testEquals_other1(org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest) Time elapsed: 0.142 s 15:16:17 [2019-07-19T19:16:17.775Z] testEquals_other2(org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest) Time elapsed: 0.182 s 15:16:17 [2019-07-19T19:16:17.775Z] testEquals_other3(org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest) Time elapsed: 0.179 s 15:16:17 [2019-07-19T19:16:17.775Z] testEquals_other4(org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest) Time elapsed: 0.21 s 15:16:17 [2019-07-19T19:16:17.775Z] testEventDeclaration(org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest) Time elapsed: 0.195 s 15:16:17 [2019-07-19T19:16:17.775Z] testHashCode(org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest) Time elapsed: 0.195 s 15:16:17 [2019-07-19T19:16:17.775Z] testContextIsSet_null(org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest) Time elapsed: 0.193 s 15:16:17 [2019-07-19T19:16:17.775Z] testStreamIsSet(org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest) Time elapsed: 0.144 s 15:16:17 [2019-07-19T19:16:17.775Z] testGetFields(org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest) Time elapsed: 0.281 s 15:16:17 [2019-07-19T19:16:17.775Z] testIdIsSet(org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest) Time elapsed: 0.184 s 15:16:17 [2019-07-19T19:16:17.775Z] testEquals(org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest) Time elapsed: 0.397 s 15:16:17 [2019-07-19T19:16:17.775Z] testGetStream(org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest) Time elapsed: 0.276 s 15:16:17 [2019-07-19T19:16:17.775Z] testStreamIsSet_null(org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest) Time elapsed: 0.127 s 15:16:17 [2019-07-19T19:16:17.775Z] testEquals_emptyObject(org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest) Time elapsed: 0.125 s 15:16:17 [2019-07-19T19:16:17.775Z] testNameIsSet(org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest) Time elapsed: 0.154 s 15:16:17 [2019-07-19T19:16:17.775Z] testContextIsSet(org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest) Time elapsed: 0.115 s 15:16:17 [2019-07-19T19:16:17.775Z] Running org.eclipse.tracecompass.ctf.core.tests.types.EnumDefinitionTest 15:16:17 [2019-07-19T19:16:17.775Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tracecompass.ctf.core.tests.types.EnumDefinitionTest 15:16:17 [2019-07-19T19:16:17.775Z] testGetValue(org.eclipse.tracecompass.ctf.core.tests.types.EnumDefinitionTest) Time elapsed: 0 s 15:16:17 [2019-07-19T19:16:17.775Z] testGetIntegerValue_one(org.eclipse.tracecompass.ctf.core.tests.types.EnumDefinitionTest) Time elapsed: 0 s 15:16:17 [2019-07-19T19:16:17.775Z] testToString(org.eclipse.tracecompass.ctf.core.tests.types.EnumDefinitionTest) Time elapsed: 0.001 s 15:16:17 [2019-07-19T19:16:17.775Z] testEnumDefinition(org.eclipse.tracecompass.ctf.core.tests.types.EnumDefinitionTest) Time elapsed: 0 s 15:16:17 [2019-07-19T19:16:17.775Z] Running org.eclipse.tracecompass.ctf.core.tests.types.IntegerDeclarationTest 15:16:17 [2019-07-19T19:16:17.775Z] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s - in org.eclipse.tracecompass.ctf.core.tests.types.IntegerDeclarationTest 15:16:17 [2019-07-19T19:16:17.775Z] testIntegerDeclarationBruteForce(org.eclipse.tracecompass.ctf.core.tests.types.IntegerDeclarationTest) Time elapsed: 0.069 s 15:16:17 [2019-07-19T19:16:17.775Z] testGetEncoding(org.eclipse.tracecompass.ctf.core.tests.types.IntegerDeclarationTest) Time elapsed: 0 s 15:16:17 [2019-07-19T19:16:17.775Z] testToString(org.eclipse.tracecompass.ctf.core.tests.types.IntegerDeclarationTest) Time elapsed: 0 s 15:16:17 [2019-07-19T19:16:17.775Z] testGetByteOrder(org.eclipse.tracecompass.ctf.core.tests.types.IntegerDeclarationTest) Time elapsed: 0 s 15:16:17 [2019-07-19T19:16:17.775Z] testIsCharacter_8bytes(org.eclipse.tracecompass.ctf.core.tests.types.IntegerDeclarationTest) Time elapsed: 0 s 15:16:17 [2019-07-19T19:16:17.775Z] testMinValue(org.eclipse.tracecompass.ctf.core.tests.types.IntegerDeclarationTest) Time elapsed: 0 s 15:16:17 [2019-07-19T19:16:17.775Z] testIntegerDeclaration(org.eclipse.tracecompass.ctf.core.tests.types.IntegerDeclarationTest) Time elapsed: 0 s 15:16:17 [2019-07-19T19:16:17.775Z] testGetBase(org.eclipse.tracecompass.ctf.core.tests.types.IntegerDeclarationTest) Time elapsed: 0 s 15:16:17 [2019-07-19T19:16:17.775Z] equalsTest(org.eclipse.tracecompass.ctf.core.tests.types.IntegerDeclarationTest) Time elapsed: 0.001 s 15:16:17 [2019-07-19T19:16:17.775Z] testIsSigned_unsigned(org.eclipse.tracecompass.ctf.core.tests.types.IntegerDeclarationTest) Time elapsed: 0 s 15:16:17 [2019-07-19T19:16:17.775Z] testIsSigned_signed(org.eclipse.tracecompass.ctf.core.tests.types.IntegerDeclarationTest) Time elapsed: 0 s 15:16:17 [2019-07-19T19:16:17.775Z] testMaxValue(org.eclipse.tracecompass.ctf.core.tests.types.IntegerDeclarationTest) Time elapsed: 0 s 15:16:17 [2019-07-19T19:16:17.775Z] testGetLength(org.eclipse.tracecompass.ctf.core.tests.types.IntegerDeclarationTest) Time elapsed: 0 s 15:16:17 [2019-07-19T19:16:17.775Z] hashcodeTest(org.eclipse.tracecompass.ctf.core.tests.types.IntegerDeclarationTest) Time elapsed: 0 s 15:16:17 [2019-07-19T19:16:17.775Z] testIsCharacter(org.eclipse.tracecompass.ctf.core.tests.types.IntegerDeclarationTest) Time elapsed: 0 s 15:16:17 [2019-07-19T19:16:17.775Z] Running org.eclipse.tracecompass.ctf.core.tests.types.DefinitionTest 15:16:17 [2019-07-19T19:16:17.775Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.tracecompass.ctf.core.tests.types.DefinitionTest 15:16:17 [2019-07-19T19:16:17.775Z] testToString(org.eclipse.tracecompass.ctf.core.tests.types.DefinitionTest) Time elapsed: 0.002 s 15:16:17 [2019-07-19T19:16:17.775Z] Running org.eclipse.tracecompass.ctf.core.tests.types.FloatDeclarationTest 15:16:17 [2019-07-19T19:16:17.775Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tracecompass.ctf.core.tests.types.FloatDeclarationTest 15:16:17 [2019-07-19T19:16:17.775Z] getterTest(org.eclipse.tracecompass.ctf.core.tests.types.FloatDeclarationTest) Time elapsed: 0.001 s 15:16:17 [2019-07-19T19:16:17.775Z] ctorTest(org.eclipse.tracecompass.ctf.core.tests.types.FloatDeclarationTest) Time elapsed: 0 s 15:16:17 [2019-07-19T19:16:17.775Z] equalsTest(org.eclipse.tracecompass.ctf.core.tests.types.FloatDeclarationTest) Time elapsed: 0 s 15:16:17 [2019-07-19T19:16:17.775Z] toStringTest(org.eclipse.tracecompass.ctf.core.tests.types.FloatDeclarationTest) Time elapsed: 0 s 15:16:17 [2019-07-19T19:16:17.775Z] hashcodeTest(org.eclipse.tracecompass.ctf.core.tests.types.FloatDeclarationTest) Time elapsed: 0 s 15:16:17 [2019-07-19T19:16:17.775Z] Running org.eclipse.tracecompass.ctf.core.tests.types.IntegerEndiannessTest 15:16:17 [2019-07-19T19:16:17.775Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tracecompass.ctf.core.tests.types.IntegerEndiannessTest 15:16:17 [2019-07-19T19:16:17.775Z] test32BE(org.eclipse.tracecompass.ctf.core.tests.types.IntegerEndiannessTest) Time elapsed: 0 s 15:16:17 [2019-07-19T19:16:17.775Z] test32LE(org.eclipse.tracecompass.ctf.core.tests.types.IntegerEndiannessTest) Time elapsed: 0 s 15:16:17 [2019-07-19T19:16:17.775Z] test64BE(org.eclipse.tracecompass.ctf.core.tests.types.IntegerEndiannessTest) Time elapsed: 0 s 15:16:17 [2019-07-19T19:16:17.775Z] test64LE(org.eclipse.tracecompass.ctf.core.tests.types.IntegerEndiannessTest) Time elapsed: 0 s 15:16:17 [2019-07-19T19:16:17.775Z] Running org.eclipse.tracecompass.ctf.core.tests.types.StructDefinitionTest 15:16:17 [2019-07-19T19:16:17.775Z] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s - in org.eclipse.tracecompass.ctf.core.tests.types.StructDefinitionTest 15:16:17 [2019-07-19T19:16:17.775Z] testLookupVariant(org.eclipse.tracecompass.ctf.core.tests.types.StructDefinitionTest) Time elapsed: 0 s 15:16:17 [2019-07-19T19:16:17.775Z] testToString(org.eclipse.tracecompass.ctf.core.tests.types.StructDefinitionTest) Time elapsed: 0 s 15:16:17 [2019-07-19T19:16:17.775Z] testLookupInteger_1(org.eclipse.tracecompass.ctf.core.tests.types.StructDefinitionTest) Time elapsed: 0 s 15:16:17 [2019-07-19T19:16:17.775Z] testLookupInteger_2(org.eclipse.tracecompass.ctf.core.tests.types.StructDefinitionTest) Time elapsed: 0.001 s 15:16:17 [2019-07-19T19:16:17.775Z] testGetDeclaration(org.eclipse.tracecompass.ctf.core.tests.types.StructDefinitionTest) Time elapsed: 0 s 15:16:17 [2019-07-19T19:16:17.775Z] testLookupString(org.eclipse.tracecompass.ctf.core.tests.types.StructDefinitionTest) Time elapsed: 0.042 s 15:16:17 [2019-07-19T19:16:17.776Z] testLookupStruct(org.eclipse.tracecompass.ctf.core.tests.types.StructDefinitionTest) Time elapsed: 0 s 15:16:17 [2019-07-19T19:16:17.776Z] testLookupEnum(org.eclipse.tracecompass.ctf.core.tests.types.StructDefinitionTest) Time elapsed: 0 s 15:16:17 [2019-07-19T19:16:17.776Z] testLookupArray(org.eclipse.tracecompass.ctf.core.tests.types.StructDefinitionTest) Time elapsed: 0 s 15:16:17 [2019-07-19T19:16:17.776Z] testGetDefinitions_1(org.eclipse.tracecompass.ctf.core.tests.types.StructDefinitionTest) Time elapsed: 0.001 s 15:16:17 [2019-07-19T19:16:17.776Z] testLookupFixedStringDefinition(org.eclipse.tracecompass.ctf.core.tests.types.StructDefinitionTest) Time elapsed: 0 s 15:16:17 [2019-07-19T19:16:17.776Z] testLookupDefinition(org.eclipse.tracecompass.ctf.core.tests.types.StructDefinitionTest) Time elapsed: 0 s 15:16:17 [2019-07-19T19:16:17.776Z] Running org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest 15:16:17 [2019-07-19T19:16:17.776Z] Skipping test traces/ctf-testsuite/tests/1.8/regression/metadata/pass/sequence-typedef-length as requested. 15:16:17 [2019-07-19T19:16:17.776Z] Skipping test traces/ctf-testsuite/tests/1.8/regression/stream/pass/integer-large-size as requested. 15:16:18 [2019-07-19T19:16:18.386Z] line 8:11 required (...)+ loop did not match anything at character ';' 15:16:18 [2019-07-19T19:16:18.386Z] line 10:46 mismatched character '<EOF>' expecting '"' 15:16:18 [2019-07-19T19:16:18.386Z] line 9:16 no viable alternative at character 'o' 15:16:18 [2019-07-19T19:16:18.386Z] line 9:20 no viable alternative at character '?' 15:16:18 [2019-07-19T19:16:18.386Z] line 12:14 no viable alternative at character '' 15:16:18 [2019-07-19T19:16:18.386Z] line 32:0 mismatched character '<EOF>' expecting '"' 15:16:18 [2019-07-19T19:16:18.643Z] 15:16:18 [2019-07-19T19:16:18.643Z] !ENTRY org.eclipse.tracecompass.ctf.core 2 0 2019-07-19 19:16:18.524 15:16:18 [2019-07-19T19:16:18.643Z] !MESSAGE Unknown trace attribute: test 15:16:18 [2019-07-19T19:16:18.643Z] 15:16:18 [2019-07-19T19:16:18.643Z] !ENTRY org.eclipse.tracecompass.ctf.core 2 0 2019-07-19 19:16:18.525 15:16:18 [2019-07-19T19:16:18.643Z] !MESSAGE Unknown trace attribute: test1 15:16:18 [2019-07-19T19:16:18.643Z] 15:16:18 [2019-07-19T19:16:18.643Z] !ENTRY org.eclipse.tracecompass.ctf.core 2 0 2019-07-19 19:16:18.526 15:16:18 [2019-07-19T19:16:18.643Z] !MESSAGE Unknown trace attribute: test2 15:16:18 [2019-07-19T19:16:18.643Z] 15:16:18 [2019-07-19T19:16:18.643Z] !ENTRY org.eclipse.tracecompass.ctf.core 2 0 2019-07-19 19:16:18.527 15:16:18 [2019-07-19T19:16:18.643Z] !MESSAGE Unknown trace attribute: test3 15:16:18 [2019-07-19T19:16:18.643Z] 15:16:18 [2019-07-19T19:16:18.643Z] !ENTRY org.eclipse.tracecompass.ctf.core 2 0 2019-07-19 19:16:18.527 15:16:18 [2019-07-19T19:16:18.643Z] !MESSAGE Unknown trace attribute: test4 15:16:18 [2019-07-19T19:16:18.643Z] 15:16:18 [2019-07-19T19:16:18.643Z] !ENTRY org.eclipse.tracecompass.ctf.core 2 0 2019-07-19 19:16:18.579 15:16:18 [2019-07-19T19:16:18.643Z] !MESSAGE Unknown trace attribute: test2 15:16:18 [2019-07-19T19:16:18.901Z] 15:16:18 [2019-07-19T19:16:18.901Z] !ENTRY org.eclipse.tracecompass.ctf.core 2 0 2019-07-19 19:16:18.759 15:16:18 [2019-07-19T19:16:18.901Z] !MESSAGE Unknown integer attribute: aa 15:16:18 [2019-07-19T19:16:18.901Z] 15:16:18 [2019-07-19T19:16:18.901Z] !ENTRY org.eclipse.tracecompass.ctf.core 2 0 2019-07-19 19:16:18.760 15:16:18 [2019-07-19T19:16:18.901Z] !MESSAGE Unknown integer attribute: zz 15:16:18 [2019-07-19T19:16:18.901Z] 15:16:18 [2019-07-19T19:16:18.901Z] !ENTRY org.eclipse.tracecompass.ctf.core 2 0 2019-07-19 19:16:18.771 15:16:18 [2019-07-19T19:16:18.901Z] !MESSAGE Unknown trace attribute: blah 15:16:18 [2019-07-19T19:16:18.901Z] 15:16:18 [2019-07-19T19:16:18.901Z] !ENTRY org.eclipse.tracecompass.ctf.core 2 0 2019-07-19 19:16:18.772 15:16:18 [2019-07-19T19:16:18.901Z] !MESSAGE Unknown stream attribute: askdjfhaskdjfh 15:16:20 [2019-07-19T19:16:20.276Z] Tests run: 173, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.341 s - in org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[0: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/array-redefinition](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.07 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[1: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/array-size-identifier](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.018 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[2: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/array-size-keyword](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.009 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[3: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/array-size-negative](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.014 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[4: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/array-size-not-present](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.002 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[5: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/array-size-string](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.007 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[6: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/array-size-type-field](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.013 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[7: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/array-size-type](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.009 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[8: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/enum-empty](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.02 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[9: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/enum-field-value-out-of-range](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.012 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[10: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/enum-type-implicit-but-undefined-int-type](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.002 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[11: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/enum-type-negative-out-of-range](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.011 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[12: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/enum-type-value-out-of-range](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.013 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[13: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/enum-untyped-missing-int](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.002 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[14: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/enum-untyped-string](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.014 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[15: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/enum-values-floating](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.019 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[16: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/enum-values-token](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.02 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[17: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/enum-values-too-small](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.007 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[18: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/event-id-string](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.006 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[19: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/event-id-struct](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.009 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[20: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/integer-0-bit-size](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.011 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[21: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/integer-align-as-string](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.011 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[22: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/integer-align-negative](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.009 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[23: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/integer-align-non-power-2](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.011 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[24: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/integer-base-as-string](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.022 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[25: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/integer-base-invalid](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.005 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[26: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/integer-byte-order-invalid](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.013 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[27: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/integer-encoding-as-string](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.02 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[28: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/integer-encoding-invalid](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.01 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[29: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/integer-negative-bit-size](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.006 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[30: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/integer-range](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.011 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[31: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/integer-signed-as-string](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.011 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[32: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/integer-signed-invalid](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[33: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/integer-size-as-string](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.002 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[34: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/integer-size-missing](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[35: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/integer-size-negative](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[36: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/lexer-literal-guid-corrupted](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.002 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[37: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/lexer-literal-guid-too-big](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.002 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[38: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/lexer-literal-guid-too-small](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[39: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/lexer-literal-int-incomplete](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.002 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[40: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/lexer-unterminated-bracket](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[41: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/lexer-unterminated-declaration](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[42: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/lexer-unterminated-expression](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[43: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/lexer-unterminated-string](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[44: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/lexer-version-broken](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[45: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/lexer-version-too-big](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.014 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[46: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/lttng-modules-2.0-pre1](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.015 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[47: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/metadata-empty-after-header](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[48: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/metadata-packetized-endianness-mismatch](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[49: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/metadata-with-null-char](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.002 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[50: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/packet-based-metadata](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[51: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/repeated-event-id-in-same-stream](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.021 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[52: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/stream-undefined-id](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[53: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/string-concat](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[54: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/struct-align-enum](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.002 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[55: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/struct-align-huge](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.002 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[56: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/struct-align-negative](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[57: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/struct-align-string](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[58: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/struct-align-zero](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[59: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/struct-duplicate-field-name](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[60: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/struct-duplicate-struct-name](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.002 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[61: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/struct-field-name-keyword](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[62: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/struct-inner-struct-undefined](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[63: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/struct-int-type-undefined](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[64: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/struct-recursive](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[65: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/struct-reserved-keywords](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[66: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/typealias-duplicate-name](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.039 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[67: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/typealias-invalid-type-kind](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.025 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[68: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/typealias-reserved-keyword](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[69: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/typedef-redefinition](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[70: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/typedef-reserved-keyword](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[71: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/variant-missing-tag](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.002 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[72: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/variant-string-fields](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.002 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[73: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/variant-tag-integer](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[74: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/variant-tag-keyword](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[75: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/variant-tag-string](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.002 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[76: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/variant-tag-type-floating](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.015 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[77: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/variant-tag-type-string](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[78: traces/ctf-testsuite/tests/1.8/regression/metadata/pass/array-basic-1dim](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.003 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[79: traces/ctf-testsuite/tests/1.8/regression/metadata/pass/array-basic-2dim-2typedef](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.042 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[80: traces/ctf-testsuite/tests/1.8/regression/metadata/pass/array-basic-2dim-typedef](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.003 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[81: traces/ctf-testsuite/tests/1.8/regression/metadata/pass/array-basic-2dim](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.012 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[82: traces/ctf-testsuite/tests/1.8/regression/metadata/pass/array-of-enum](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.002 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[83: traces/ctf-testsuite/tests/1.8/regression/metadata/pass/array-of-struct](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.002 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[84: traces/ctf-testsuite/tests/1.8/regression/metadata/pass/enum-nameless](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.002 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[85: traces/ctf-testsuite/tests/1.8/regression/metadata/pass/enum-token-kind](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.016 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[86: traces/ctf-testsuite/tests/1.8/regression/metadata/pass/enum-untyped-int](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.002 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[87: traces/ctf-testsuite/tests/1.8/regression/metadata/pass/enum-values-signed-big](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.002 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[88: traces/ctf-testsuite/tests/1.8/regression/metadata/pass/enum-values-signed-small](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[89: traces/ctf-testsuite/tests/1.8/regression/metadata/pass/enum-values-signed-value](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[90: traces/ctf-testsuite/tests/1.8/regression/metadata/pass/enum-values-unsigned-big](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[91: traces/ctf-testsuite/tests/1.8/regression/metadata/pass/event-id-integer](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[92: traces/ctf-testsuite/tests/1.8/regression/metadata/pass/integer-1-bit-size](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[93: traces/ctf-testsuite/tests/1.8/regression/metadata/pass/literal-integers](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.011 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[94: traces/ctf-testsuite/tests/1.8/regression/metadata/pass/metadata-big-endian](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[95: traces/ctf-testsuite/tests/1.8/regression/metadata/pass/metadata-minimal-accepted](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.008 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[96: traces/ctf-testsuite/tests/1.8/regression/metadata/pass/metadata-packetized-big-endian](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[97: traces/ctf-testsuite/tests/1.8/regression/metadata/pass/metadata-packetized-little-endian](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[98: traces/ctf-testsuite/tests/1.8/regression/metadata/pass/name-escaping-clashes](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.012 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[99: traces/ctf-testsuite/tests/1.8/regression/metadata/pass/name-escaping-empty](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.002 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[100: traces/ctf-testsuite/tests/1.8/regression/metadata/pass/repeated-event-id-in-2-streams](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.018 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[101: traces/ctf-testsuite/tests/1.8/regression/metadata/pass/sequence-basic-1dim](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.002 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[102: traces/ctf-testsuite/tests/1.8/regression/metadata/pass/sequence-basic-2dim](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.002 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[103: traces/ctf-testsuite/tests/1.8/regression/metadata/pass/sequence-scoped-length](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[104: traces/ctf-testsuite/tests/1.8/regression/metadata/pass/stream-undefined-id](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[105: traces/ctf-testsuite/tests/1.8/regression/metadata/pass/string-literal-escape](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.131 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[106: traces/ctf-testsuite/tests/1.8/regression/metadata/pass/struct-align-larger](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.018 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[107: traces/ctf-testsuite/tests/1.8/regression/metadata/pass/struct-align-smaller](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.002 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[108: traces/ctf-testsuite/tests/1.8/regression/metadata/pass/struct-align-valid](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[109: traces/ctf-testsuite/tests/1.8/regression/metadata/pass/struct-inner-struct](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[110: traces/ctf-testsuite/tests/1.8/regression/metadata/pass/struct-unamed-struct-as-field](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[111: traces/ctf-testsuite/tests/1.8/regression/metadata/pass/struct-underscores-in-fields](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[112: traces/ctf-testsuite/tests/1.8/regression/metadata/pass/typealias-reserved-keyword](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[113: traces/ctf-testsuite/tests/1.8/regression/metadata/pass/typealias-simple](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.021 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[114: traces/ctf-testsuite/tests/1.8/regression/metadata/pass/typedef-simple](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[115: traces/ctf-testsuite/tests/1.8/regression/metadata/pass/unknown-attribute-warnings](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.015 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[116: traces/ctf-testsuite/tests/1.8/regression/metadata/pass/unknown-env](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.002 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[117: traces/ctf-testsuite/tests/1.8/regression/metadata/pass/variant-integers-unnamed](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.002 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[118: traces/ctf-testsuite/tests/1.8/regression/metadata/pass/variant-integers](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.002 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[119: traces/ctf-testsuite/tests/1.8/regression/metadata/pass/variant-missing-selector](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.002 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[120: traces/ctf-testsuite/tests/1.8/regression/metadata/pass/variant-scope-tag](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[121: traces/ctf-testsuite/tests/1.8/regression/metadata/pass/variant-structs](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[122: traces/ctf-testsuite/tests/1.8/regression/metadata/pass/variant-two-levels-redefinition](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.002 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[123: traces/ctf-testsuite/tests/1.8/regression/metadata/pass/variant-two-levels](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.003 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[124: traces/ctf-testsuite/tests/1.8/regression/stream/fail/content-size-larger-than-packet-size](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.003 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[125: traces/ctf-testsuite/tests/1.8/regression/stream/fail/cross-packet-event-alignment-empty-struct](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.003 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[126: traces/ctf-testsuite/tests/1.8/regression/stream/fail/cross-packet-event-alignment-integer](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.003 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[127: traces/ctf-testsuite/tests/1.8/regression/stream/fail/cross-packet-event-array-of-integers](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.019 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[128: traces/ctf-testsuite/tests/1.8/regression/stream/fail/cross-packet-event-float](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.002 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[129: traces/ctf-testsuite/tests/1.8/regression/stream/fail/cross-packet-event-integer](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.002 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[130: traces/ctf-testsuite/tests/1.8/regression/stream/fail/cross-packet-event-len-of-sequence](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.002 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[131: traces/ctf-testsuite/tests/1.8/regression/stream/fail/cross-packet-event-sequence-between-elements](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.012 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[132: traces/ctf-testsuite/tests/1.8/regression/stream/fail/cross-packet-event-sequence-start](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.034 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[133: traces/ctf-testsuite/tests/1.8/regression/stream/fail/cross-packet-event-sequence-within-element](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.012 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[134: traces/ctf-testsuite/tests/1.8/regression/stream/fail/cross-packet-event-string](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.003 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[135: traces/ctf-testsuite/tests/1.8/regression/stream/fail/cross-packet-event-struct](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.003 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[136: traces/ctf-testsuite/tests/1.8/regression/stream/fail/cross-packet-event-variant-selected-element](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.002 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[137: traces/ctf-testsuite/tests/1.8/regression/stream/fail/event-empty](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.004 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[138: traces/ctf-testsuite/tests/1.8/regression/stream/fail/less-than-1-byte-packet-size](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.003 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[139: traces/ctf-testsuite/tests/1.8/regression/stream/fail/out-of-bound-alignment-integer](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.002 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[140: traces/ctf-testsuite/tests/1.8/regression/stream/fail/out-of-bound-array-of-integers](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.003 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[141: traces/ctf-testsuite/tests/1.8/regression/stream/fail/out-of-bound-empty-event-with-aligned-struct](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.002 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[142: traces/ctf-testsuite/tests/1.8/regression/stream/fail/out-of-bound-float](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.003 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[143: traces/ctf-testsuite/tests/1.8/regression/stream/fail/out-of-bound-integer](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.002 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[144: traces/ctf-testsuite/tests/1.8/regression/stream/fail/out-of-bound-large-sequence-length](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.02 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[145: traces/ctf-testsuite/tests/1.8/regression/stream/fail/out-of-bound-len-of-sequence](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.003 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[146: traces/ctf-testsuite/tests/1.8/regression/stream/fail/out-of-bound-packet-header](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.036 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[147: traces/ctf-testsuite/tests/1.8/regression/stream/fail/out-of-bound-sequence-between-elements](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.002 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[148: traces/ctf-testsuite/tests/1.8/regression/stream/fail/out-of-bound-sequence-start](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.014 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[149: traces/ctf-testsuite/tests/1.8/regression/stream/fail/out-of-bound-sequence-within-element](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.014 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[150: traces/ctf-testsuite/tests/1.8/regression/stream/fail/out-of-bound-string](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.009 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[151: traces/ctf-testsuite/tests/1.8/regression/stream/fail/out-of-bound-struct](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.002 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[152: traces/ctf-testsuite/tests/1.8/regression/stream/fail/out-of-bound-variant-selected-element](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.002 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[153: traces/ctf-testsuite/tests/1.8/regression/stream/fail/variant-out-of-range-enum-selector](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.002 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[154: traces/ctf-testsuite/tests/1.8/regression/stream/fail/variant-out-of-unknown-enum-selector](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.003 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[155: traces/ctf-testsuite/tests/1.8/regression/stream/pass/2-packets-no-content-size](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.002 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[156: traces/ctf-testsuite/tests/1.8/regression/stream/pass/2-packets-no-packet-size](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.002 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[157: traces/ctf-testsuite/tests/1.8/regression/stream/pass/2-packets](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.002 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[158: traces/ctf-testsuite/tests/1.8/regression/stream/pass/array-with-empty-struct](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[159: traces/ctf-testsuite/tests/1.8/regression/stream/pass/empty-stream-no-header](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.002 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[160: traces/ctf-testsuite/tests/1.8/regression/stream/pass/empty-stream](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.002 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[161: traces/ctf-testsuite/tests/1.8/regression/stream/pass/empty-struct](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.014 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[162: traces/ctf-testsuite/tests/1.8/regression/stream/pass/in-bound-alignment-2-bit-empty-struct](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.002 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[163: traces/ctf-testsuite/tests/1.8/regression/stream/pass/in-bound-empty-struct](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.002 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[164: traces/ctf-testsuite/tests/1.8/regression/stream/pass/in-bound-variant-selected-element](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.002 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[165: traces/ctf-testsuite/tests/1.8/regression/stream/pass/lttng-modules-2.0-pre5](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.542 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[166: traces/ctf-testsuite/tests/1.8/regression/stream/pass/lttng-modules-trace](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.315 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[167: traces/ctf-testsuite/tests/1.8/regression/stream/pass/lttng-ust-heartbeat-event](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.009 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[168: traces/ctf-testsuite/tests/1.8/regression/stream/pass/sequence-with-empty-struct](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.004 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[169: traces/ctf-testsuite/tests/1.8/regression/stream/pass/single-string-event-repeated](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.082 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[170: traces/ctf-testsuite/tests/1.8/regression/stream/pass/single-string-event-twice](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.012 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[171: traces/ctf-testsuite/tests/1.8/regression/stream/pass/variant-missing-enum-mappings](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.004 s 15:16:20 [2019-07-19T19:16:20.276Z] testTrace[172: traces/ctf-testsuite/tests/1.8/regression/stream/pass/variant-missing-fields](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.002 s 15:16:20 [2019-07-19T19:16:20.276Z] Running org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest 15:16:20 [2019-07-19T19:16:20.276Z] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest 15:16:20 [2019-07-19T19:16:20.276Z] testGetInt_le1(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest) Time elapsed: 0 s 15:16:20 [2019-07-19T19:16:20.276Z] testGetInt_le2(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest) Time elapsed: 0 s 15:16:20 [2019-07-19T19:16:20.276Z] testPutIntLe(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest) Time elapsed: 0 s 15:16:20 [2019-07-19T19:16:20.276Z] testPutInt_invalid(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest) Time elapsed: 0 s 15:16:20 [2019-07-19T19:16:20.276Z] testGetLong35s_pos0LE(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest) Time elapsed: 0 s 15:16:20 [2019-07-19T19:16:20.276Z] testGetLong35s_pos7LE(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest) Time elapsed: 0 s 15:16:20 [2019-07-19T19:16:20.276Z] testGetLong35s_pos8LE(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest) Time elapsed: 0 s 15:16:20 [2019-07-19T19:16:20.276Z] testGet24Unsigned(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest) Time elapsed: 0 s 15:16:20 [2019-07-19T19:16:20.276Z] testGetInt_invalid(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest) Time elapsed: 0 s 15:16:20 [2019-07-19T19:16:20.276Z] testGet24Signed(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest) Time elapsed: 0 s 15:16:20 [2019-07-19T19:16:20.276Z] testGetLong35_pos7LE(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest) Time elapsed: 0 s 15:16:20 [2019-07-19T19:16:20.276Z] testGetLong35_pos8LE(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest) Time elapsed: 0 s 15:16:20 [2019-07-19T19:16:20.276Z] testPutInt_length0(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest) Time elapsed: 0 s 15:16:20 [2019-07-19T19:16:20.276Z] testPutInt_length1(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest) Time elapsed: 0 s 15:16:20 [2019-07-19T19:16:20.276Z] testGetLong_pos0LE(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest) Time elapsed: 0 s 15:16:20 [2019-07-19T19:16:20.276Z] testGetLong_pos7LE(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest) Time elapsed: 0.001 s 15:16:20 [2019-07-19T19:16:20.276Z] testGetLong_pos8LE(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest) Time elapsed: 0 s 15:16:20 [2019-07-19T19:16:20.276Z] testGet35_pos0BE(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest) Time elapsed: 0 s 15:16:20 [2019-07-19T19:16:20.276Z] testGet35_pos0LE(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest) Time elapsed: 0 s 15:16:20 [2019-07-19T19:16:20.276Z] testGet35_pos8BE(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest) Time elapsed: 0 s 15:16:20 [2019-07-19T19:16:20.276Z] testPutIntLe_length0(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest) Time elapsed: 0 s 15:16:20 [2019-07-19T19:16:20.276Z] testPutIntLe_length1(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest) Time elapsed: 0 s 15:16:20 [2019-07-19T19:16:20.276Z] testGetLong_pos0(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest) Time elapsed: 0 s 15:16:20 [2019-07-19T19:16:20.276Z] testGetLong_pos7(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest) Time elapsed: 0 s 15:16:20 [2019-07-19T19:16:20.276Z] testGetLong_pos8(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest) Time elapsed: 0.001 s 15:16:20 [2019-07-19T19:16:20.276Z] testGetUnsigned(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest) Time elapsed: 0 s 15:16:20 [2019-07-19T19:16:20.276Z] testGetInt_invalid2(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest) Time elapsed: 0 s 15:16:20 [2019-07-19T19:16:20.276Z] testGetSigned(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest) Time elapsed: 0 s 15:16:20 [2019-07-19T19:16:20.276Z] testPutInt(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest) Time elapsed: 0 s 15:16:20 [2019-07-19T19:16:20.276Z] testPutInt_hex(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest) Time elapsed: 0 s 15:16:20 [2019-07-19T19:16:20.276Z] testGetInt_base(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest) Time elapsed: 0 s 15:16:20 [2019-07-19T19:16:20.276Z] testGetInt_pos0(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest) Time elapsed: 0 s 15:16:20 [2019-07-19T19:16:20.276Z] testGetInt_pos1(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest) Time elapsed: 0.001 s 15:16:20 [2019-07-19T19:16:20.276Z] testGetInt_pos2(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest) Time elapsed: 0 s 15:16:20 [2019-07-19T19:16:20.276Z] Running org.eclipse.tracecompass.ctf.core.tests.io.BitBufferTest 15:16:20 [2019-07-19T19:16:20.276Z] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tracecompass.ctf.core.tests.io.BitBufferTest 15:16:20 [2019-07-19T19:16:20.276Z] testGetPosition(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferTest) Time elapsed: 0 s 15:16:20 [2019-07-19T19:16:20.276Z] testCanRead_1param(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferTest) Time elapsed: 0 s 15:16:20 [2019-07-19T19:16:20.276Z] testGetBytes(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferTest) Time elapsed: 0 s 15:16:20 [2019-07-19T19:16:20.276Z] testGetOrder(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferTest) Time elapsed: 0.001 s 15:16:20 [2019-07-19T19:16:20.276Z] testClear(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferTest) Time elapsed: 0 s 15:16:20 [2019-07-19T19:16:20.276Z] testGetByteOrder(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferTest) Time elapsed: 0 s 15:16:20 [2019-07-19T19:16:20.276Z] testBitBuffer(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferTest) Time elapsed: 0 s 15:16:20 [2019-07-19T19:16:20.276Z] testSetByteOrder(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferTest) Time elapsed: 0 s 15:16:20 [2019-07-19T19:16:20.276Z] testBitBuffer_fromByteBuffer(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferTest) Time elapsed: 0 s 15:16:20 [2019-07-19T19:16:20.276Z] testGetByteBuffer(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferTest) Time elapsed: 0 s 15:16:20 [2019-07-19T19:16:20.276Z] testSetPosition(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferTest) Time elapsed: 0 s 15:16:20 [2019-07-19T19:16:20.276Z] testGetBytesMiddle(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferTest) Time elapsed: 0 s 15:16:20 [2019-07-19T19:16:20.277Z] testSetOrder(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferTest) Time elapsed: 0 s 15:16:20 [2019-07-19T19:16:20.277Z] Running org.eclipse.tracecompass.ctf.core.tests.event.CTFEventDefinitionTest 15:16:20 [2019-07-19T19:16:20.277Z] 15:16:20 [2019-07-19T19:16:20.277Z] !ENTRY org.eclipse.tracecompass.ctf.core 2 0 2019-07-19 19:16:20.111 15:16:20 [2019-07-19T19:16:20.277Z] !MESSAGE Struct already contains a field named ctx 15:16:20 [2019-07-19T19:16:20.277Z] 15:16:20 [2019-07-19T19:16:20.277Z] !ENTRY org.eclipse.tracecompass.ctf.core 2 0 2019-07-19 19:16:20.171 15:16:20 [2019-07-19T19:16:20.277Z] !MESSAGE Struct already contains a field named ctx 15:16:20 [2019-07-19T19:16:20.277Z] 15:16:20 [2019-07-19T19:16:20.277Z] !ENTRY org.eclipse.tracecompass.ctf.core 2 0 2019-07-19 19:16:20.172 15:16:20 [2019-07-19T19:16:20.277Z] !MESSAGE Struct already contains a field named ctx 15:16:20 [2019-07-19T19:16:20.277Z] 15:16:20 [2019-07-19T19:16:20.277Z] !ENTRY org.eclipse.tracecompass.ctf.core 2 0 2019-07-19 19:16:20.172 15:16:20 [2019-07-19T19:16:20.277Z] !MESSAGE Struct already contains a field named ctx 15:16:20 [2019-07-19T19:16:20.277Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s - in org.eclipse.tracecompass.ctf.core.tests.event.CTFEventDefinitionTest 15:16:20 [2019-07-19T19:16:20.277Z] testEvents(org.eclipse.tracecompass.ctf.core.tests.event.CTFEventDefinitionTest) Time elapsed: 0.063 s 15:16:20 [2019-07-19T19:16:20.277Z] Running org.eclipse.tracecompass.ctf.core.tests.event.CTFEventFieldTest 15:16:20 [2019-07-19T19:16:20.277Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tracecompass.ctf.core.tests.event.CTFEventFieldTest 15:16:20 [2019-07-19T19:16:20.277Z] testParseField_simple(org.eclipse.tracecompass.ctf.core.tests.event.CTFEventFieldTest) Time elapsed: 0 s 15:16:20 [2019-07-19T19:16:20.277Z] testParseField_complex(org.eclipse.tracecompass.ctf.core.tests.event.CTFEventFieldTest) Time elapsed: 0.001 s 15:16:20 [2019-07-19T19:16:20.277Z] testParseField_simple2(org.eclipse.tracecompass.ctf.core.tests.event.CTFEventFieldTest) Time elapsed: 0 s 15:16:20 [2019-07-19T19:16:20.277Z] testParseField_simple3(org.eclipse.tracecompass.ctf.core.tests.event.CTFEventFieldTest) Time elapsed: 0 s 15:16:20 [2019-07-19T19:16:20.277Z] Running org.eclipse.tracecompass.ctf.core.tests.event.CTFCallsiteTest 15:16:20 [2019-07-19T19:16:20.277Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.tracecompass.ctf.core.tests.event.CTFCallsiteTest 15:16:20 [2019-07-19T19:16:20.277Z] getterTest(org.eclipse.tracecompass.ctf.core.tests.event.CTFCallsiteTest) Time elapsed: 0 s 15:16:20 [2019-07-19T19:16:20.277Z] constructorTest(org.eclipse.tracecompass.ctf.core.tests.event.CTFCallsiteTest) Time elapsed: 0 s 15:16:20 [2019-07-19T19:16:20.277Z] comparatorTest(org.eclipse.tracecompass.ctf.core.tests.event.CTFCallsiteTest) Time elapsed: 0.001 s 15:16:20 [2019-07-19T19:16:20.277Z] equalsTest(org.eclipse.tracecompass.ctf.core.tests.event.CTFCallsiteTest) Time elapsed: 0 s 15:16:20 [2019-07-19T19:16:20.277Z] toStringTest(org.eclipse.tracecompass.ctf.core.tests.event.CTFCallsiteTest) Time elapsed: 0 s 15:16:20 [2019-07-19T19:16:20.277Z] hashCodeTest(org.eclipse.tracecompass.ctf.core.tests.event.CTFCallsiteTest) Time elapsed: 0 s 15:16:20 [2019-07-19T19:16:20.277Z] Running org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest 15:16:42 [2019-07-19T19:16:42.189Z] Tests run: 28, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 19.894 s - in org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest 15:16:42 [2019-07-19T19:16:42.189Z] readTraces[0: KERNEL](org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest) Time elapsed: 1.395 s 15:16:42 [2019-07-19T19:16:42.189Z] readTraces[1: TRACE2](org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest) Time elapsed: 1.317 s 15:16:42 [2019-07-19T19:16:42.189Z] readTraces[2: KERNEL_VM](org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest) Time elapsed: 3.065 s 15:16:42 [2019-07-19T19:16:42.189Z] readTraces[3: SYNC_SRC](org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest) Time elapsed: 0.199 s 15:16:42 [2019-07-19T19:16:42.189Z] readTraces[4: SYNC_DEST](org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest) Time elapsed: 0.148 s 15:16:42 [2019-07-19T19:16:42.189Z] readTraces[5: DJANGO_CLIENT](org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest) Time elapsed: 2.348 s 15:16:42 [2019-07-19T19:16:42.189Z] readTraces[6: DJANGO_DB](org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest) Time elapsed: 2.344 s 15:16:42 [2019-07-19T19:16:42.189Z] readTraces[7: DJANGO_HTTPD](org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest) Time elapsed: 2.295 s 15:16:42 [2019-07-19T19:16:42.189Z] readTraces[8: HELLO_LOST](org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest) Time elapsed: 0.588 s 15:16:42 [2019-07-19T19:16:42.189Z] readTraces[9: CYG_PROFILE](org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest) Time elapsed: 0.072 s 15:16:42 [2019-07-19T19:16:42.189Z] readTraces[10: CYG_PROFILE_FAST](org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest) Time elapsed: 0.023 s 15:16:42 [2019-07-19T19:16:42.189Z] readTraces[11: FUNKY_TRACE](org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest) Time elapsed: 0.625 s 15:16:42 [2019-07-19T19:16:42.189Z] readTraces[12: ARM_64_BIT_HEADER](org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest) Time elapsed: 0.793 s 15:16:42 [2019-07-19T19:16:42.189Z] readTraces[13: FLIPPING_ENDIANNESS](org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest) Time elapsed: 0.287 s 15:16:42 [2019-07-19T19:16:42.189Z] readTraces[14: DYNSCOPE](org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest) Time elapsed: 0.654 s 15:16:42 [2019-07-19T19:16:42.189Z] readTraces[15: TRACE_EXPERIMENT](org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest) skipped 15:16:42 [2019-07-19T19:16:42.189Z] readTraces[16: DEBUG_INFO](org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest) Time elapsed: 0.023 s 15:16:42 [2019-07-19T19:16:42.189Z] readTraces[17: DEBUG_INFO3](org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest) Time elapsed: 0.029 s 15:16:42 [2019-07-19T19:16:42.189Z] readTraces[18: DEBUG_INFO4](org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest) Time elapsed: 0.046 s 15:16:42 [2019-07-19T19:16:42.189Z] readTraces[19: DEBUG_INFO_SYNTH_EXEC](org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest) Time elapsed: 0.008 s 15:16:42 [2019-07-19T19:16:42.189Z] readTraces[20: DEBUG_INFO_SYNTH_TWO_PROCESSES](org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest) Time elapsed: 0.008 s 15:16:42 [2019-07-19T19:16:42.189Z] readTraces[21: DEBUG_INFO_SYNTH_BUILDID_DEBUGLINK](org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest) Time elapsed: 0.007 s 15:16:42 [2019-07-19T19:16:42.189Z] readTraces[22: MEMORY_ANALYSIS](org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest) Time elapsed: 0.571 s 15:16:42 [2019-07-19T19:16:42.189Z] readTraces[23: PERF_TASKSET2](org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest) Time elapsed: 0.026 s 15:16:42 [2019-07-19T19:16:42.189Z] readTraces[24: MANY_THREADS](org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest) Time elapsed: 0.89 s 15:16:42 [2019-07-19T19:16:42.189Z] readTraces[25: CONTEXT_SWITCHES_KERNEL](org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest) Time elapsed: 0.492 s 15:16:42 [2019-07-19T19:16:42.189Z] readTraces[26: CONTEXT_SWITCHES_UST](org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest) Time elapsed: 0.015 s 15:16:42 [2019-07-19T19:16:42.189Z] readTraces[27: UNEVEN_STREAMS](org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest) Time elapsed: 1.588 s 15:16:42 [2019-07-19T19:16:42.189Z] Running org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceReaderTest 15:16:42 [2019-07-19T19:16:42.189Z] 15:16:42 [2019-07-19T19:16:42.189Z] !ENTRY org.eclipse.tracecompass.ctf.core 1 0 2019-07-19 19:16:40.596 15:16:42 [2019-07-19T19:16:42.189Z] !MESSAGE channel0_0 [+++++++++++++++++++++++++++++++++++++++++++++++++ ] 491 Events 15:16:42 [2019-07-19T19:16:42.189Z] 15:16:42 [2019-07-19T19:16:42.189Z] !ENTRY org.eclipse.tracecompass.ctf.core 1 0 2019-07-19 19:16:40.596 15:16:42 [2019-07-19T19:16:42.189Z] !MESSAGE channel0_1 [++++++++++++++++++++++++++++++++++++++++++++++++++ ] 509 Events 15:16:42 [2019-07-19T19:16:42.189Z] 15:16:42 [2019-07-19T19:16:42.189Z] !ENTRY org.eclipse.tracecompass.ctf.core 1 0 2019-07-19 19:16:40.705 15:16:42 [2019-07-19T19:16:42.189Z] !MESSAGE channel0_0 [ ] 0 Events 15:16:42 [2019-07-19T19:16:42.189Z] 15:16:42 [2019-07-19T19:16:42.189Z] !ENTRY org.eclipse.tracecompass.ctf.core 1 0 2019-07-19 19:16:40.706 15:16:42 [2019-07-19T19:16:42.189Z] !MESSAGE channel0_1 [++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++] 1 Events 15:16:42 [2019-07-19T19:16:42.189Z] 15:16:42 [2019-07-19T19:16:42.189Z] !ENTRY org.eclipse.tracecompass.ctf.core 1 0 2019-07-19 19:16:42.110 15:16:42 [2019-07-19T19:16:42.189Z] !MESSAGE channel0_0 [ ] 0 Events 15:16:42 [2019-07-19T19:16:42.189Z] 15:16:42 [2019-07-19T19:16:42.189Z] !ENTRY org.eclipse.tracecompass.ctf.core 1 0 2019-07-19 19:16:42.111 15:16:42 [2019-07-19T19:16:42.189Z] !MESSAGE channel0_1 [+] 1 Events 15:16:42 [2019-07-19T19:16:42.446Z] 15:16:42 [2019-07-19T19:16:42.446Z] !ENTRY org.eclipse.tracecompass.ctf.core 1 0 2019-07-19 19:16:42.204 15:16:42 [2019-07-19T19:16:42.446Z] !MESSAGE channel0_0 [ ] 0 Events 15:16:42 [2019-07-19T19:16:42.446Z] 15:16:42 [2019-07-19T19:16:42.446Z] !ENTRY org.eclipse.tracecompass.ctf.core 1 0 2019-07-19 19:16:42.205 15:16:42 [2019-07-19T19:16:42.446Z] !MESSAGE channel0_1 [++] 1 Events 15:16:42 [2019-07-19T19:16:42.446Z] 15:16:42 [2019-07-19T19:16:42.446Z] !ENTRY org.eclipse.tracecompass.ctf.core 1 0 2019-07-19 19:16:42.426 15:16:42 [2019-07-19T19:16:42.446Z] !MESSAGE channel0_0 [ ] 0 Events 15:16:42 [2019-07-19T19:16:42.446Z] 15:16:42 [2019-07-19T19:16:42.446Z] !ENTRY org.eclipse.tracecompass.ctf.core 1 0 2019-07-19 19:16:42.427 15:16:42 [2019-07-19T19:16:42.446Z] !MESSAGE channel0_1 [++++++++++] 1 Events 15:16:43 [2019-07-19T19:16:43.009Z] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.679 s - in org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceReaderTest 15:16:43 [2019-07-19T19:16:43.009Z] testHasMoreEvents(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceReaderTest) Time elapsed: 0.092 s 15:16:43 [2019-07-19T19:16:43.009Z] testGetCurrentEventDef_last(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceReaderTest) Time elapsed: 0.283 s 15:16:43 [2019-07-19T19:16:43.009Z] testPrintStats_100(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceReaderTest) Time elapsed: 0.107 s 15:16:43 [2019-07-19T19:16:43.009Z] testPrintStats_noparam(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceReaderTest) Time elapsed: 0.109 s 15:16:43 [2019-07-19T19:16:43.009Z] testGetEndTime(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceReaderTest) Time elapsed: 0.107 s 15:16:43 [2019-07-19T19:16:43.009Z] testSeek(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceReaderTest) Time elapsed: 0.18 s 15:16:43 [2019-07-19T19:16:43.009Z] testGetStartTime(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceReaderTest) Time elapsed: 0.099 s 15:16:43 [2019-07-19T19:16:43.009Z] testAdvance_end(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceReaderTest) Time elapsed: 0.745 s 15:16:43 [2019-07-19T19:16:43.009Z] testOpen_invalid(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceReaderTest) Time elapsed: 0.049 s 15:16:43 [2019-07-19T19:16:43.009Z] testGetCurrentEventDef_first(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceReaderTest) Time elapsed: 0.048 s 15:16:43 [2019-07-19T19:16:43.009Z] testPrintStats_width0(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceReaderTest) Time elapsed: 0.083 s 15:16:43 [2019-07-19T19:16:43.009Z] testPrintStats_width1(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceReaderTest) Time elapsed: 0.093 s 15:16:43 [2019-07-19T19:16:43.009Z] testPrintStats_width2(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceReaderTest) Time elapsed: 0.094 s 15:16:43 [2019-07-19T19:16:43.009Z] testCopyFrom(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceReaderTest) Time elapsed: 0.085 s 15:16:43 [2019-07-19T19:16:43.009Z] testAdvance_normal(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceReaderTest) Time elapsed: 0.085 s 15:16:43 [2019-07-19T19:16:43.009Z] testPrintStats_width10(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceReaderTest) Time elapsed: 0.051 s 15:16:43 [2019-07-19T19:16:43.009Z] testOpen_nonexisting(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceReaderTest) Time elapsed: 0.087 s 15:16:43 [2019-07-19T19:16:43.009Z] testGoToLastEvent(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceReaderTest) Time elapsed: 0.103 s 15:16:43 [2019-07-19T19:16:43.009Z] testOpen_existing(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceReaderTest) Time elapsed: 0.174 s 15:16:43 [2019-07-19T19:16:43.009Z] Running org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceWriterTest 15:16:45 [2019-07-19T19:16:45.530Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.525 s - in org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceWriterTest 15:16:45 [2019-07-19T19:16:45.530Z] testKernelTrace[0: WHOLE_TRACE](org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceWriterTest) Time elapsed: 0.931 s 15:16:45 [2019-07-19T19:16:45.530Z] testKernelTrace[1: NO_EVENTS_USING_INVERTED_TIME](org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceWriterTest) Time elapsed: 0.241 s 15:16:45 [2019-07-19T19:16:45.530Z] testKernelTrace[2: STREAM0_FIRST_PACKET_TIME](org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceWriterTest) Time elapsed: 0.548 s 15:16:45 [2019-07-19T19:16:45.530Z] testKernelTrace[3: BOTH_STREAMS_FIRST_PACKET_ONLY](org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceWriterTest) Time elapsed: 0.284 s 15:16:45 [2019-07-19T19:16:45.530Z] testKernelTrace[4: BOTH_STREAMS_SEVERAL_PACKETS](org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceWriterTest) Time elapsed: 0.513 s 15:16:45 [2019-07-19T19:16:45.530Z] Running org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputTest 15:16:48 [2019-07-19T19:16:48.058Z] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.146 s - in org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputTest 15:16:48 [2019-07-19T19:16:48.058Z] testEquals1(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputTest) Time elapsed: 0.285 s 15:16:48 [2019-07-19T19:16:48.058Z] testEquals2(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputTest) Time elapsed: 0.218 s 15:16:48 [2019-07-19T19:16:48.058Z] testEquals3(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputTest) Time elapsed: 0.182 s 15:16:48 [2019-07-19T19:16:48.058Z] testEquals4(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputTest) Time elapsed: 0.399 s 15:16:48 [2019-07-19T19:16:48.058Z] testGetTimestampEnd(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputTest) Time elapsed: 0.122 s 15:16:48 [2019-07-19T19:16:48.058Z] testGetPath(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputTest) Time elapsed: 0.114 s 15:16:48 [2019-07-19T19:16:48.058Z] testSetTimestampEnd(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputTest) Time elapsed: 0.152 s 15:16:48 [2019-07-19T19:16:48.058Z] testGetFilename(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputTest) Time elapsed: 0.207 s 15:16:48 [2019-07-19T19:16:48.058Z] testStreamInput(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputTest) Time elapsed: 0.185 s 15:16:48 [2019-07-19T19:16:48.058Z] testGetStream(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputTest) Time elapsed: 0.156 s 15:16:48 [2019-07-19T19:16:48.058Z] testLookupDefinition(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputTest) Time elapsed: 0.119 s 15:16:48 [2019-07-19T19:16:48.058Z] Running org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamTest 15:16:51 [2019-07-19T19:16:51.332Z] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.513 s - in org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamTest 15:16:51 [2019-07-19T19:16:51.332Z] testGetTrace(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamTest) Time elapsed: 0.475 s 15:16:51 [2019-07-19T19:16:51.332Z] testAddEvent_base(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamTest) Time elapsed: 0.147 s 15:16:51 [2019-07-19T19:16:51.332Z] testGetId(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamTest) Time elapsed: 0.155 s 15:16:51 [2019-07-19T19:16:51.332Z] testSetId(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamTest) Time elapsed: 0.125 s 15:16:51 [2019-07-19T19:16:51.332Z] testAddHugeIDEvent_base(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamTest) Time elapsed: 0.137 s 15:16:51 [2019-07-19T19:16:51.332Z] testToString(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamTest) Time elapsed: 0.145 s 15:16:51 [2019-07-19T19:16:51.332Z] testGetPacketContextDecl(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamTest) Time elapsed: 0.133 s 15:16:51 [2019-07-19T19:16:51.332Z] testGetEventHeaderDecl(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamTest) Time elapsed: 0.13 s 15:16:51 [2019-07-19T19:16:51.332Z] testEventHeaderIsSet(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamTest) Time elapsed: 0.191 s 15:16:51 [2019-07-19T19:16:51.332Z] testGetStreamInputs(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamTest) Time elapsed: 0.197 s 15:16:51 [2019-07-19T19:16:51.332Z] testSetEventContext(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamTest) Time elapsed: 0.208 s 15:16:51 [2019-07-19T19:16:51.332Z] testSetEventHeader(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamTest) Time elapsed: 0.222 s 15:16:51 [2019-07-19T19:16:51.332Z] testGetEventContextDecl(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamTest) Time elapsed: 0.172 s 15:16:51 [2019-07-19T19:16:51.332Z] testEventContextIsSet(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamTest) Time elapsed: 0.182 s 15:16:51 [2019-07-19T19:16:51.332Z] testSetPacketContext(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamTest) Time elapsed: 0.168 s 15:16:51 [2019-07-19T19:16:51.332Z] testGetEvents(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamTest) Time elapsed: 0.217 s 15:16:51 [2019-07-19T19:16:51.332Z] testIdIsSet(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamTest) Time elapsed: 0.19 s 15:16:51 [2019-07-19T19:16:51.332Z] testStream(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamTest) Time elapsed: 0.174 s 15:16:51 [2019-07-19T19:16:51.332Z] testPacketContextIsSet(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamTest) Time elapsed: 0.138 s 15:16:51 [2019-07-19T19:16:51.332Z] Running org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputReaderTimestampComparatorTest 15:16:51 [2019-07-19T19:16:51.332Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputReaderTimestampComparatorTest 15:16:51 [2019-07-19T19:16:51.332Z] testStreamInputReaderTimestampComparator_1(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputReaderTimestampComparatorTest) Time elapsed: 0 s 15:16:51 [2019-07-19T19:16:51.332Z] Running org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputReaderTest 15:16:51 [2019-07-19T19:16:51.896Z] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.855 s - in org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputReaderTest 15:16:51 [2019-07-19T19:16:51.896Z] testGetCurrentEvent(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputReaderTest) Time elapsed: 0.069 s 15:16:51 [2019-07-19T19:16:51.896Z] testGetName(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputReaderTest) Time elapsed: 0.052 s 15:16:51 [2019-07-19T19:16:51.896Z] testGoToLastEvent1(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputReaderTest) Time elapsed: 0.076 s 15:16:51 [2019-07-19T19:16:51.896Z] testGoToLastEvent2(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputReaderTest) Time elapsed: 0.308 s 15:16:51 [2019-07-19T19:16:51.896Z] testGetCurrentPacketContext(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputReaderTest) Time elapsed: 0.042 s 15:16:51 [2019-07-19T19:16:51.896Z] testStreamInputReader_invalid(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputReaderTest) Time elapsed: 0.042 s 15:16:51 [2019-07-19T19:16:51.896Z] testSeek_timestamp(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputReaderTest) Time elapsed: 0.041 s 15:16:51 [2019-07-19T19:16:51.896Z] testReadNextEvent(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputReaderTest) Time elapsed: 0.051 s 15:16:51 [2019-07-19T19:16:51.896Z] testGetCPU(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputReaderTest) Time elapsed: 0.041 s 15:16:51 [2019-07-19T19:16:51.896Z] testStreamInputReader_valid(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputReaderTest) Time elapsed: 0.042 s 15:16:51 [2019-07-19T19:16:51.896Z] testSeek_eventDefinition(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputReaderTest) Time elapsed: 0.088 s 15:16:51 [2019-07-19T19:16:51.896Z] Running org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputPacketIndexTest 15:16:52 [2019-07-19T19:16:52.153Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s - in org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputPacketIndexTest 15:16:52 [2019-07-19T19:16:52.153Z] testStreamInputPacketIndexDisjoint(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputPacketIndexTest) Time elapsed: 0.013 s 15:16:52 [2019-07-19T19:16:52.153Z] testStreamInputPacketIndexOverlappingBothSides(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputPacketIndexTest) Time elapsed: 0 s 15:16:52 [2019-07-19T19:16:52.153Z] testStreamInputPacketIndexLargeOverlapping(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputPacketIndexTest) Time elapsed: 0 s 15:16:52 [2019-07-19T19:16:52.153Z] testStreamInputPacketIndexContiguous(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputPacketIndexTest) Time elapsed: 0 s 15:16:52 [2019-07-19T19:16:52.153Z] testStreamInputPacketIndexInvalidAppend(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputPacketIndexTest) Time elapsed: 0.041 s 15:16:52 [2019-07-19T19:16:52.153Z] testStreamInputPacketIndexGet(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputPacketIndexTest) Time elapsed: 0 s 15:16:52 [2019-07-19T19:16:52.153Z] testStreamInputPacketIndex(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputPacketIndexTest) Time elapsed: 0 s 15:16:52 [2019-07-19T19:16:52.153Z] testStreamInputPacketIndexOverlapping(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputPacketIndexTest) Time elapsed: 0 s 15:16:52 [2019-07-19T19:16:52.153Z] Running org.eclipse.tracecompass.ctf.core.tests.trace.MetadataTest 15:16:53 [2019-07-19T19:16:53.084Z] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.887 s - in org.eclipse.tracecompass.ctf.core.tests.trace.MetadataTest 15:16:53 [2019-07-19T19:16:53.084Z] testParse(org.eclipse.tracecompass.ctf.core.tests.trace.MetadataTest) Time elapsed: 0.329 s 15:16:53 [2019-07-19T19:16:53.084Z] testToString(org.eclipse.tracecompass.ctf.core.tests.trace.MetadataTest) Time elapsed: 0.101 s 15:16:53 [2019-07-19T19:16:53.084Z] testStreamTextMD(org.eclipse.tracecompass.ctf.core.tests.trace.MetadataTest) Time elapsed: 0.065 s 15:16:53 [2019-07-19T19:16:53.084Z] testMetadata(org.eclipse.tracecompass.ctf.core.tests.trace.MetadataTest) Time elapsed: 0.099 s 15:16:53 [2019-07-19T19:16:53.084Z] testGetDetectedByteOrder(org.eclipse.tracecompass.ctf.core.tests.trace.MetadataTest) Time elapsed: 0.18 s 15:16:53 [2019-07-19T19:16:53.084Z] testEndian(org.eclipse.tracecompass.ctf.core.tests.trace.MetadataTest) Time elapsed: 0.057 s 15:16:53 [2019-07-19T19:16:53.084Z] testTextMD(org.eclipse.tracecompass.ctf.core.tests.trace.MetadataTest) Time elapsed: 0.053 s 15:16:53 [2019-07-19T19:16:53.084Z] Running org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest 15:16:54 [2019-07-19T19:16:54.456Z] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.434 s - in org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest 15:16:54 [2019-07-19T19:16:54.456Z] testGetMajor(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest) Time elapsed: 0.044 s 15:16:54 [2019-07-19T19:16:54.456Z] testGetMinor(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest) Time elapsed: 0.047 s 15:16:54 [2019-07-19T19:16:54.456Z] testPacketHeaderIsSet_valid(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest) Time elapsed: 0.06 s 15:16:54 [2019-07-19T19:16:54.456Z] testLookupEnvironment_1(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest) Time elapsed: 0.06 s 15:16:54 [2019-07-19T19:16:54.456Z] testLookupEnvironment_2(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest) Time elapsed: 0.043 s 15:16:54 [2019-07-19T19:16:54.456Z] testLookupEnvironment_3(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest) Time elapsed: 0.043 s 15:16:54 [2019-07-19T19:16:54.456Z] testLookupEnvironment_4(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest) Time elapsed: 0.042 s 15:16:54 [2019-07-19T19:16:54.456Z] testMajorIsSet(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest) Time elapsed: 0.045 s 15:16:54 [2019-07-19T19:16:54.456Z] testByteOrderIsSet(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest) Time elapsed: 0.042 s 15:16:54 [2019-07-19T19:16:54.456Z] testOpen_invalid(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest) Time elapsed: 0.043 s 15:16:54 [2019-07-19T19:16:54.456Z] testGetPath(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest) Time elapsed: 0.042 s 15:16:54 [2019-07-19T19:16:54.456Z] testGetUUID(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest) Time elapsed: 0.042 s 15:16:54 [2019-07-19T19:16:54.456Z] testUUIDIsSet(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest) Time elapsed: 0.042 s 15:16:54 [2019-07-19T19:16:54.456Z] testMinorIsSet(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest) Time elapsed: 0.041 s 15:16:54 [2019-07-19T19:16:54.456Z] testGetPacketHeader(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest) Time elapsed: 0.045 s 15:16:54 [2019-07-19T19:16:54.456Z] testGetTraceDirectory(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest) Time elapsed: 0.042 s 15:16:54 [2019-07-19T19:16:54.456Z] testSetByteOrder(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest) Time elapsed: 0.042 s 15:16:54 [2019-07-19T19:16:54.456Z] testAddStream(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest) Time elapsed: 0.084 s 15:16:54 [2019-07-19T19:16:54.456Z] testSetPacketHeader(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest) Time elapsed: 0.042 s 15:16:54 [2019-07-19T19:16:54.456Z] testGetSetClock_1(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest) Time elapsed: 0.045 s 15:16:54 [2019-07-19T19:16:54.456Z] testGetSetClock_2(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest) Time elapsed: 0.044 s 15:16:54 [2019-07-19T19:16:54.456Z] testGetByteOrder_1(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest) Time elapsed: 0.045 s 15:16:54 [2019-07-19T19:16:54.456Z] testGetStream(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest) Time elapsed: 0.047 s 15:16:54 [2019-07-19T19:16:54.456Z] testSetUUID(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest) Time elapsed: 0.059 s 15:16:54 [2019-07-19T19:16:54.456Z] testPacketHeaderIsSet_invalid(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest) Time elapsed: 0.087 s 15:16:54 [2019-07-19T19:16:54.456Z] testLookupDefinition(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest) Time elapsed: 0.042 s 15:16:54 [2019-07-19T19:16:54.456Z] testOpen_existing(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest) Time elapsed: 0.083 s 15:16:54 [2019-07-19T19:16:54.456Z] testSetMajor(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest) Time elapsed: 0.042 s 15:16:54 [2019-07-19T19:16:54.456Z] testSetMinor(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest) Time elapsed: 0.042 s 15:16:54 [2019-07-19T19:16:54.456Z] Running org.eclipse.tracecompass.ctf.core.tests.trace.CTFPacketReaderTest 15:16:54 [2019-07-19T19:16:54.456Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.tracecompass.ctf.core.tests.trace.CTFPacketReaderTest 15:16:54 [2019-07-19T19:16:54.456Z] testPacketNoHeader(org.eclipse.tracecompass.ctf.core.tests.trace.CTFPacketReaderTest) Time elapsed: 0.001 s 15:16:54 [2019-07-19T19:16:54.456Z] testPacketWithContext(org.eclipse.tracecompass.ctf.core.tests.trace.CTFPacketReaderTest) Time elapsed: 0 s 15:16:54 [2019-07-19T19:16:54.456Z] testPacketWithPacketContextAndLostEvents(org.eclipse.tracecompass.ctf.core.tests.trace.CTFPacketReaderTest) Time elapsed: 0 s 15:16:54 [2019-07-19T19:16:54.456Z] testPacket(org.eclipse.tracecompass.ctf.core.tests.trace.CTFPacketReaderTest) Time elapsed: 0.001 s 15:16:54 [2019-07-19T19:16:54.456Z] Running org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceGrowingTest 15:16:55 [2019-07-19T19:16:55.022Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.445 s - in org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceGrowingTest 15:16:55 [2019-07-19T19:16:55.022Z] testAddTwoStreams1(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceGrowingTest) Time elapsed: 0.045 s 15:16:55 [2019-07-19T19:16:55.022Z] testAddTwoStreams2(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceGrowingTest) Time elapsed: 0.043 s 15:16:55 [2019-07-19T19:16:55.022Z] testAddTwoStreams3(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceGrowingTest) Time elapsed: 0.003 s 15:16:55 [2019-07-19T19:16:55.022Z] testEmptyStream(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceGrowingTest) Time elapsed: 0.002 s 15:16:55 [2019-07-19T19:16:55.022Z] testAddStream(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceGrowingTest) Time elapsed: 0.002 s 15:16:55 [2019-07-19T19:16:55.022Z] testAddStreamFail(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceGrowingTest) Time elapsed: 0.002 s 15:16:55 [2019-07-19T19:16:55.022Z] Running org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceGrowingStreamTest 15:16:55 [2019-07-19T19:16:55.022Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceGrowingStreamTest 15:16:55 [2019-07-19T19:16:55.022Z] testGrowingLive(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceGrowingStreamTest) Time elapsed: 0.005 s 15:16:55 [2019-07-19T19:16:55.022Z] testGrowingNotLive(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceGrowingStreamTest) Time elapsed: 0.001 s 15:16:55 [2019-07-19T19:16:55.022Z] Running org.eclipse.tracecompass.ctf.core.tests.trace.IOstructgenTest 15:16:55 [2019-07-19T19:16:55.022Z] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s - in org.eclipse.tracecompass.ctf.core.tests.trace.IOstructgenTest 15:16:55 [2019-07-19T19:16:55.022Z] TSDLContextTest(org.eclipse.tracecompass.ctf.core.tests.trace.IOstructgenTest) Time elapsed: 0.046 s 15:16:55 [2019-07-19T19:16:55.022Z] TSDLEnvironmentTest(org.eclipse.tracecompass.ctf.core.tests.trace.IOstructgenTest) Time elapsed: 0.004 s 15:16:55 [2019-07-19T19:16:55.022Z] TSDLSimpleTest(org.eclipse.tracecompass.ctf.core.tests.trace.IOstructgenTest) Time elapsed: 0.003 s 15:16:55 [2019-07-19T19:16:55.022Z] TSDLClockTest(org.eclipse.tracecompass.ctf.core.tests.trace.IOstructgenTest) Time elapsed: 0.003 s 15:16:55 [2019-07-19T19:16:55.022Z] TSDLCallsiteTest(org.eclipse.tracecompass.ctf.core.tests.trace.IOstructgenTest) Time elapsed: 0.007 s 15:16:55 [2019-07-19T19:16:55.022Z] TSDLEnumTest(org.eclipse.tracecompass.ctf.core.tests.trace.IOstructgenTest) Time elapsed: 0.005 s 15:16:55 [2019-07-19T19:16:55.022Z] TSDLAllTest(org.eclipse.tracecompass.ctf.core.tests.trace.IOstructgenTest) Time elapsed: 0.007 s 15:16:55 [2019-07-19T19:16:55.022Z] Running org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputPacketIndexEntryTest 15:16:55 [2019-07-19T19:16:55.022Z] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputPacketIndexEntryTest 15:16:55 [2019-07-19T19:16:55.022Z] testStreamInputPacketIndexEntryConstructor1(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputPacketIndexEntryTest) Time elapsed: 0.001 s 15:16:55 [2019-07-19T19:16:55.022Z] testStreamInputPacketIndexEntryConstructor2(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputPacketIndexEntryTest) Time elapsed: 0 s 15:16:55 [2019-07-19T19:16:55.022Z] testStreamInputPacketIndexEntryConstructor3(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputPacketIndexEntryTest) Time elapsed: 0 s 15:16:55 [2019-07-19T19:16:55.022Z] testStreamInputPacketIndexEntryConstructor4(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputPacketIndexEntryTest) Time elapsed: 0 s 15:16:55 [2019-07-19T19:16:55.022Z] testStreamInputPacketIndexEntryConstructor5(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputPacketIndexEntryTest) Time elapsed: 0 s 15:16:55 [2019-07-19T19:16:55.022Z] testStreamInputPacketIndexEntryConstructor6(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputPacketIndexEntryTest) Time elapsed: 0 s 15:16:55 [2019-07-19T19:16:55.022Z] testStreamInputPacketIndexEntryConstructor7(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputPacketIndexEntryTest) Time elapsed: 0 s 15:16:55 [2019-07-19T19:16:55.022Z] testStreamInputPacketIndexEntryConstructor8(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputPacketIndexEntryTest) Time elapsed: 0 s 15:16:55 [2019-07-19T19:16:55.022Z] testToString(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputPacketIndexEntryTest) Time elapsed: 0.001 s 15:16:55 [2019-07-19T19:16:55.022Z] testStreamInputPacketIndexEntry_1(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputPacketIndexEntryTest) Time elapsed: 0 s 15:16:55 [2019-07-19T19:16:55.022Z] Running org.eclipse.tracecompass.ctf.core.tests.scope.LexicalScopeTest 15:16:55 [2019-07-19T19:16:55.022Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tracecompass.ctf.core.tests.scope.LexicalScopeTest 15:16:55 [2019-07-19T19:16:55.022Z] testEventHeaders(org.eclipse.tracecompass.ctf.core.tests.scope.LexicalScopeTest) Time elapsed: 0 s 15:16:55 [2019-07-19T19:16:55.022Z] testRoot(org.eclipse.tracecompass.ctf.core.tests.scope.LexicalScopeTest) Time elapsed: 0.001 s 15:16:55 [2019-07-19T19:16:55.022Z] testGetPath(org.eclipse.tracecompass.ctf.core.tests.scope.LexicalScopeTest) Time elapsed: 0 s 15:16:55 [2019-07-19T19:16:55.022Z] testComplexNode(org.eclipse.tracecompass.ctf.core.tests.scope.LexicalScopeTest) Time elapsed: 0 s 15:16:55 [2019-07-19T19:16:55.022Z] testFields(org.eclipse.tracecompass.ctf.core.tests.scope.LexicalScopeTest) Time elapsed: 0 s 15:16:55 [2019-07-19T19:16:55.022Z] testNotEquals(org.eclipse.tracecompass.ctf.core.tests.scope.LexicalScopeTest) Time elapsed: 0 s 15:16:55 [2019-07-19T19:16:55.022Z] Running org.eclipse.tracecompass.ctf.core.tests.CtfCorePluginTest 15:16:55 [2019-07-19T19:16:55.022Z] 15:16:55 [2019-07-19T19:16:55.022Z] !ENTRY org.eclipse.tracecompass.ctf.core 1 0 2019-07-19 19:16:54.874 15:16:55 [2019-07-19T19:16:55.022Z] !MESSAGE Some message 15:16:55 [2019-07-19T19:16:55.022Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.tracecompass.ctf.core.tests.CtfCorePluginTest 15:16:55 [2019-07-19T19:16:55.022Z] testCtfCorePluginId(org.eclipse.tracecompass.ctf.core.tests.CtfCorePluginTest) Time elapsed: 0 s 15:16:55 [2019-07-19T19:16:55.022Z] testLog(org.eclipse.tracecompass.ctf.core.tests.CtfCorePluginTest) Time elapsed: 0.001 s 15:16:55 [2019-07-19T19:16:55.022Z] testGetDefault(org.eclipse.tracecompass.ctf.core.tests.CtfCorePluginTest) Time elapsed: 0 s 15:16:55 [2019-07-19T19:16:55.022Z] Running org.eclipse.tracecompass.ctf.core.tests.util.UtilsTest 15:16:55 [2019-07-19T19:16:55.022Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.tracecompass.ctf.core.tests.util.UtilsTest 15:16:55 [2019-07-19T19:16:55.022Z] testMakeUUID_2(org.eclipse.tracecompass.ctf.core.tests.util.UtilsTest) Time elapsed: 0 s 15:16:55 [2019-07-19T19:16:55.022Z] testMakeUUID_3(org.eclipse.tracecompass.ctf.core.tests.util.UtilsTest) Time elapsed: 0 s 15:16:55 [2019-07-19T19:16:55.022Z] testUnsignedCompare(org.eclipse.tracecompass.ctf.core.tests.util.UtilsTest) Time elapsed: 0 s 15:16:55 [2019-07-19T19:16:55.022Z] testMakeUUID(org.eclipse.tracecompass.ctf.core.tests.util.UtilsTest) Time elapsed: 0 s 15:16:55 [2019-07-19T19:16:55.022Z] Running org.eclipse.tracecompass.ctf.core.tests.util.SparseListTest 15:16:55 [2019-07-19T19:16:55.599Z] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.445 s - in org.eclipse.tracecompass.ctf.core.tests.util.SparseListTest 15:16:55 [2019-07-19T19:16:55.599Z] testCopyConstructorWithNull(org.eclipse.tracecompass.ctf.core.tests.util.SparseListTest) Time elapsed: 0.001 s 15:16:55 [2019-07-19T19:16:55.599Z] testUnsupporteds(org.eclipse.tracecompass.ctf.core.tests.util.SparseListTest) Time elapsed: 0 s 15:16:55 [2019-07-19T19:16:55.599Z] testToArray(org.eclipse.tracecompass.ctf.core.tests.util.SparseListTest) Time elapsed: 0.001 s 15:16:55 [2019-07-19T19:16:55.599Z] testCopyConstructor(org.eclipse.tracecompass.ctf.core.tests.util.SparseListTest) Time elapsed: 0 s 15:16:55 [2019-07-19T19:16:55.599Z] testSet(org.eclipse.tracecompass.ctf.core.tests.util.SparseListTest) Time elapsed: 0 s 15:16:55 [2019-07-19T19:16:55.599Z] testClear(org.eclipse.tracecompass.ctf.core.tests.util.SparseListTest) Time elapsed: 0 s 15:16:55 [2019-07-19T19:16:55.599Z] testToString(org.eclipse.tracecompass.ctf.core.tests.util.SparseListTest) Time elapsed: 0 s 15:16:55 [2019-07-19T19:16:55.599Z] testListIterator(org.eclipse.tracecompass.ctf.core.tests.util.SparseListTest) Time elapsed: 0.001 s 15:16:55 [2019-07-19T19:16:55.599Z] testUnorderedSet(org.eclipse.tracecompass.ctf.core.tests.util.SparseListTest) Time elapsed: 0 s 15:16:55 [2019-07-19T19:16:55.599Z] testRecursiveCopyConstructor(org.eclipse.tracecompass.ctf.core.tests.util.SparseListTest) Time elapsed: 0 s 15:16:55 [2019-07-19T19:16:55.599Z] testContains(org.eclipse.tracecompass.ctf.core.tests.util.SparseListTest) Time elapsed: 0.003 s 15:16:55 [2019-07-19T19:16:55.599Z] testListIteratorWithNull(org.eclipse.tracecompass.ctf.core.tests.util.SparseListTest) Time elapsed: 0 s 15:16:55 [2019-07-19T19:16:55.599Z] testCopyConstructorWithNulls(org.eclipse.tracecompass.ctf.core.tests.util.SparseListTest) Time elapsed: 0 s 15:16:55 [2019-07-19T19:16:55.599Z] testHashCollision(org.eclipse.tracecompass.ctf.core.tests.util.SparseListTest) Time elapsed: 0.406 s 15:16:55 [2019-07-19T19:16:55.599Z] testEquality(org.eclipse.tracecompass.ctf.core.tests.util.SparseListTest) Time elapsed: 0.001 s 15:16:55 [2019-07-19T19:16:55.599Z] testListIteratorOutOfOrder(org.eclipse.tracecompass.ctf.core.tests.util.SparseListTest) Time elapsed: 0 s 15:16:55 [2019-07-19T19:16:55.599Z] testIndexOf(org.eclipse.tracecompass.ctf.core.tests.util.SparseListTest) Time elapsed: 0 s 15:16:55 [2019-07-19T19:16:55.599Z] testIsEmpty(org.eclipse.tracecompass.ctf.core.tests.util.SparseListTest) Time elapsed: 0 s 15:16:55 [2019-07-19T19:16:55.599Z] testSimple(org.eclipse.tracecompass.ctf.core.tests.util.SparseListTest) Time elapsed: 0.011 s 15:16:55 [2019-07-19T19:16:55.599Z] testStream(org.eclipse.tracecompass.ctf.core.tests.util.SparseListTest) Time elapsed: 0.011 s 15:16:55 [2019-07-19T19:16:55.599Z] testStreams(org.eclipse.tracecompass.ctf.core.tests.util.SparseListTest) Time elapsed: 0.004 s 15:16:55 [2019-07-19T19:16:55.599Z] 15:16:55 [2019-07-19T19:16:55.599Z] Results: 15:16:55 [2019-07-19T19:16:55.599Z] 15:16:55 [2019-07-19T19:16:55.599Z] Tests run: 619, Failures: 0, Errors: 0, Skipped: 1 15:16:55 [2019-07-19T19:16:55.599Z] 15:16:56 [2019-07-19T19:16:56.530Z] [INFO] All tests passed! 15:16:56 [2019-07-19T19:16:56.530Z] [INFO] 15:16:56 [2019-07-19T19:16:56.530Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.ctf.core.tests --- 15:16:56 [2019-07-19T19:16:56.530Z] [INFO] Loading execution data file /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/../../target/jacoco.exec 15:16:56 [2019-07-19T19:16:56.787Z] [INFO] Analyzed bundle 'Trace Compass CTF Core Tests Plug-in' with 64 classes 15:16:57 [2019-07-19T19:16:57.353Z] [INFO] 15:16:57 [2019-07-19T19:16:57.353Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.ctf.core.tests --- 15:16:57 [2019-07-19T19:16:57.353Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/target/org.eclipse.tracecompass.ctf.core.tests-1.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.ctf.core.tests/1.0.5-SNAPSHOT/org.eclipse.tracecompass.ctf.core.tests-1.0.5-SNAPSHOT.jar 15:16:57 [2019-07-19T19:16:57.353Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.ctf.core.tests/1.0.5-SNAPSHOT/org.eclipse.tracecompass.ctf.core.tests-1.0.5-SNAPSHOT.pom 15:16:57 [2019-07-19T19:16:57.353Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/target/org.eclipse.tracecompass.ctf.core.tests-1.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.ctf.core.tests/1.0.5-SNAPSHOT/org.eclipse.tracecompass.ctf.core.tests-1.0.5-SNAPSHOT-sources.jar 15:16:57 [2019-07-19T19:16:57.353Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/target/org.eclipse.tracecompass.ctf.core.tests-1.0.5-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.ctf.core.tests/1.0.5-SNAPSHOT/org.eclipse.tracecompass.ctf.core.tests-1.0.5-SNAPSHOT-pack200.jar.pack.gz 15:16:57 [2019-07-19T19:16:57.609Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.ctf.core.tests/1.0.5-SNAPSHOT/org.eclipse.tracecompass.ctf.core.tests-1.0.5-SNAPSHOT-p2metadata.xml 15:16:57 [2019-07-19T19:16:57.610Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.ctf.core.tests/1.0.5-SNAPSHOT/org.eclipse.tracecompass.ctf.core.tests-1.0.5-SNAPSHOT-p2artifacts.xml 15:16:57 [2019-07-19T19:16:57.610Z] [INFO] 15:16:57 [2019-07-19T19:16:57.610Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.ctf.core.tests --- 15:16:57 [2019-07-19T19:16:57.610Z] [INFO] 15:16:57 [2019-07-19T19:16:57.610Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.statesystem.core.tests >-- 15:16:57 [2019-07-19T19:16:57.610Z] [INFO] Building org.eclipse.tracecompass.statesystem.core.tests 1.0.9-SNAPSHOT [17/134] 15:16:57 [2019-07-19T19:16:57.610Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- 15:16:57 [2019-07-19T19:16:57.610Z] [INFO] 15:16:57 [2019-07-19T19:16:57.610Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.statesystem.core.tests --- 15:16:57 [2019-07-19T19:16:57.610Z] [INFO] 15:16:57 [2019-07-19T19:16:57.610Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.statesystem.core.tests --- 15:16:57 [2019-07-19T19:16:57.610Z] [INFO] The project's OSGi version is 1.0.9.201907191907 15:16:57 [2019-07-19T19:16:57.610Z] [INFO] 15:16:57 [2019-07-19T19:16:57.610Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.statesystem.core.tests --- 15:16:57 [2019-07-19T19:16:57.610Z] [INFO] 15:16:57 [2019-07-19T19:16:57.610Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.statesystem.core.tests --- 15:16:57 [2019-07-19T19:16:57.610Z] [INFO] 15:16:57 [2019-07-19T19:16:57.610Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.statesystem.core.tests --- 15:16:57 [2019-07-19T19:16:57.610Z] [INFO] 15:16:57 [2019-07-19T19:16:57.610Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.statesystem.core.tests --- 15:16:57 [2019-07-19T19:16:57.610Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 15:16:57 [2019-07-19T19:16:57.610Z] [INFO] 15:16:57 [2019-07-19T19:16:57.610Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.statesystem.core.tests --- 15:16:57 [2019-07-19T19:16:57.610Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:16:57 [2019-07-19T19:16:57.610Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core.tests/src/main/resources 15:16:57 [2019-07-19T19:16:57.610Z] [INFO] 15:16:57 [2019-07-19T19:16:57.610Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.statesystem.core.tests --- 15:16:57 [2019-07-19T19:16:57.610Z] [INFO] Compiling 36 source files to /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core.tests/target/classes 15:16:58 [2019-07-19T19:16:58.542Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core.tests/src/org/eclipse/tracecompass/statesystem/core/tests/StateSystem2DTest.java:[167] 15:16:58 [2019-07-19T19:16:58.542Z] int timeStamps = (int) times.stream().filter(interval::intersects).count(); 15:16:58 [2019-07-19T19:16:58.542Z] ^^^^^^^^^^^^^^^^^^^^ 15:16:58 [2019-07-19T19:16:58.542Z] Null type safety: parameter 1 provided via method descriptor Predicate<Long>.test(Long) needs unchecked conversion to conform to 'long' 15:16:58 [2019-07-19T19:16:58.542Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core.tests/src/org/eclipse/tracecompass/statesystem/core/tests/SnapshotTest.java:[98] 15:16:58 [2019-07-19T19:16:58.542Z] ITmfStateInterval value = result.getValue(); 15:16:58 [2019-07-19T19:16:58.542Z] ^^^^^^^^^^^^^^^^^ 15:16:58 [2019-07-19T19:16:58.542Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Map.Entry<@NonNull List<@NonNull String>,@NonNull ITmfStateInterval>'. Type 'Map.Entry<K,V>' doesn't seem to be designed with null type annotations in mind 15:16:58 [2019-07-19T19:16:58.542Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core.tests/src/org/eclipse/tracecompass/statesystem/core/tests/backend/ThreadedHistoryTreeBackendTest.java:[42] 15:16:58 [2019-07-19T19:16:58.542Z] fHistoryTreeFiles.add(historyTreeFile); 15:16:58 [2019-07-19T19:16:58.542Z] ^^^^^^^^^^^^^^^ 15:16:58 [2019-07-19T19:16:58.542Z] Null type safety (type annotations): The expression of type 'File' needs unchecked conversion to conform to '@NonNull File' 15:16:58 [2019-07-19T19:16:58.542Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core.tests/src/org/eclipse/tracecompass/statesystem/core/tests/backend/ThreadedHistoryTreeBackendTest.java:[44] 15:16:58 [2019-07-19T19:16:58.542Z] fBackendMap.put(backend, historyTreeFile); 15:16:58 [2019-07-19T19:16:58.542Z] ^^^^^^^^^^^^^^^ 15:16:58 [2019-07-19T19:16:58.542Z] Null type safety (type annotations): The expression of type 'File' needs unchecked conversion to conform to '@NonNull File' 15:16:58 [2019-07-19T19:16:58.542Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core.tests/src/org/eclipse/tracecompass/statesystem/core/tests/backend/HistoryTreeBackendTest.java:[65] 15:16:58 [2019-07-19T19:16:58.542Z] return Arrays.asList(Boolean.FALSE, Boolean.TRUE); 15:16:58 [2019-07-19T19:16:58.542Z] ^^^^^^^^^^^^^ 15:16:58 [2019-07-19T19:16:58.542Z] Null type safety (type annotations): The expression of type 'Boolean' needs unchecked conversion to conform to '@NonNull Boolean' 15:16:58 [2019-07-19T19:16:58.542Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core.tests/src/org/eclipse/tracecompass/statesystem/core/tests/backend/HistoryTreeBackendTest.java:[65] 15:16:58 [2019-07-19T19:16:58.542Z] return Arrays.asList(Boolean.FALSE, Boolean.TRUE); 15:16:58 [2019-07-19T19:16:58.542Z] ^^^^^^^^^^^^ 15:16:58 [2019-07-19T19:16:58.542Z] Null type safety (type annotations): The expression of type 'Boolean' needs unchecked conversion to conform to '@NonNull Boolean' 15:16:58 [2019-07-19T19:16:58.542Z] 6 problems (6 warnings) 15:16:58 [2019-07-19T19:16:58.542Z] [INFO] 15:16:58 [2019-07-19T19:16:58.542Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.statesystem.core.tests --- 15:16:58 [2019-07-19T19:16:58.542Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:16:58 [2019-07-19T19:16:58.542Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core.tests/src/test/resources 15:16:58 [2019-07-19T19:16:58.542Z] [INFO] 15:16:58 [2019-07-19T19:16:58.542Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.statesystem.core.tests --- 15:16:58 [2019-07-19T19:16:58.542Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core.tests/target/org.eclipse.tracecompass.statesystem.core.tests-1.0.9-SNAPSHOT-sources.jar 15:16:58 [2019-07-19T19:16:58.542Z] [INFO] 15:16:58 [2019-07-19T19:16:58.542Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.statesystem.core.tests --- 15:16:58 [2019-07-19T19:16:58.542Z] [INFO] 15:16:58 [2019-07-19T19:16:58.542Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.statesystem.core.tests --- 15:16:58 [2019-07-19T19:16:58.542Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core.tests/target/org.eclipse.tracecompass.statesystem.core.tests-1.0.9-SNAPSHOT.jar 15:16:58 [2019-07-19T19:16:58.798Z] [INFO] 15:16:58 [2019-07-19T19:16:58.798Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.statesystem.core.tests --- 15:16:58 [2019-07-19T19:16:58.798Z] [INFO] 15:16:58 [2019-07-19T19:16:58.798Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.statesystem.core.tests --- 15:16:58 [2019-07-19T19:16:58.798Z] [INFO] 15:16:58 [2019-07-19T19:16:58.798Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.statesystem.core.tests --- 15:16:58 [2019-07-19T19:16:58.798Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core.tests/target/org.eclipse.tracecompass.statesystem.core.tests-1.0.9-SNAPSHOT.jar 15:16:58 [2019-07-19T19:16:58.798Z] [INFO] 15:16:58 [2019-07-19T19:16:58.798Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.statesystem.core.tests --- 15:16:58 [2019-07-19T19:16:58.798Z] [INFO] 15:16:59 [2019-07-19T19:16:59.056Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.statesystem.core.tests --- 15:17:00 [2019-07-19T19:17:00.950Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core.tests/target/work/data/.metadata/.log 15:17:00 [2019-07-19T19:17:00.950Z] [INFO] Command line: 15:17:00 [2019-07-19T19:17:00.950Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog] 15:17:00 [2019-07-19T19:17:00.951Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass 15:17:04 [2019-07-19T19:17:04.233Z] !SESSION 2019-07-19 19:17:00.920 ----------------------------------------------- 15:17:04 [2019-07-19T19:17:04.233Z] eclipse.buildId=unknown 15:17:04 [2019-07-19T19:17:04.233Z] java.version=1.8.0_202 15:17:04 [2019-07-19T19:17:04.233Z] java.vendor=Oracle Corporation 15:17:04 [2019-07-19T19:17:04.233Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US 15:17:04 [2019-07-19T19:17:04.233Z] Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core.tests/target/surefire.properties -product org.eclipse.platform.ide 15:17:04 [2019-07-19T19:17:04.233Z] Command-line arguments: -data /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog 15:17:04 [2019-07-19T19:17:04.233Z] 15:17:04 [2019-07-19T19:17:04.233Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-19 19:17:03.895 15:17:04 [2019-07-19T19:17:04.233Z] !MESSAGE FrameworkEvent ERROR 15:17:04 [2019-07-19T19:17:04.233Z] !STACK 0 15:17:04 [2019-07-19T19:17:04.233Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [51] 15:17:04 [2019-07-19T19:17:04.233Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 15:17:04 [2019-07-19T19:17:04.233Z] 15:17:04 [2019-07-19T19:17:04.233Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 15:17:04 [2019-07-19T19:17:04.233Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 15:17:04 [2019-07-19T19:17:04.233Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 15:17:04 [2019-07-19T19:17:04.233Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 15:17:04 [2019-07-19T19:17:04.233Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 15:17:04 [2019-07-19T19:17:04.233Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 15:17:04 [2019-07-19T19:17:04.233Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 15:17:04 [2019-07-19T19:17:04.233Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 15:17:04 [2019-07-19T19:17:04.233Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 15:17:04 [2019-07-19T19:17:04.233Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 15:17:04 [2019-07-19T19:17:04.233Z] 15:17:04 [2019-07-19T19:17:04.233Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-19 19:17:04.087 15:17:04 [2019-07-19T19:17:04.233Z] !MESSAGE FrameworkEvent ERROR 15:17:04 [2019-07-19T19:17:04.233Z] !STACK 0 15:17:04 [2019-07-19T19:17:04.233Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [124] 15:17:04 [2019-07-19T19:17:04.233Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 15:17:04 [2019-07-19T19:17:04.233Z] Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)" 15:17:04 [2019-07-19T19:17:04.233Z] -> Export-Package: org.apache.http.impl.auth.win; bundle-symbolic-name="org.apache.httpcomponents.httpclient.win"; bundle-version="4.5.6.v20190213-1947"; version="4.5.6"; x-internal:="true"; uses:="org.apache.http,org.apache.http.auth,org.apache.http.client,org.apache.http.impl.auth,org.apache.http.protocol,org.apache.http.util" 15:17:04 [2019-07-19T19:17:04.233Z] org.apache.httpcomponents.httpclient.win [32] 15:17:04 [2019-07-19T19:17:04.233Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 15:17:04 [2019-07-19T19:17:04.233Z] 15:17:04 [2019-07-19T19:17:04.233Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 15:17:04 [2019-07-19T19:17:04.233Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 15:17:04 [2019-07-19T19:17:04.233Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 15:17:04 [2019-07-19T19:17:04.233Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 15:17:04 [2019-07-19T19:17:04.233Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 15:17:04 [2019-07-19T19:17:04.233Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 15:17:04 [2019-07-19T19:17:04.233Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 15:17:04 [2019-07-19T19:17:04.233Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 15:17:04 [2019-07-19T19:17:04.233Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 15:17:04 [2019-07-19T19:17:04.233Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 15:17:06 [2019-07-19T19:17:06.757Z] Running org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HistoryTreeWithBackendTest 15:17:07 [2019-07-19T19:17:07.014Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.462 s - in org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HistoryTreeWithBackendTest 15:17:07 [2019-07-19T19:17:07.014Z] testFillNodes[CLASSIC](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HistoryTreeWithBackendTest) Time elapsed: 0.369 s 15:17:07 [2019-07-19T19:17:07.014Z] Running org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTVarIntTest 15:17:07 [2019-07-19T19:17:07.944Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.695 s - in org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTVarIntTest 15:17:07 [2019-07-19T19:17:07.944Z] ReadWriteLongTestUnsigned(org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTVarIntTest) Time elapsed: 0.41 s 15:17:07 [2019-07-19T19:17:07.944Z] ReadWriteLongTest(org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTVarIntTest) Time elapsed: 0.283 s 15:17:07 [2019-07-19T19:17:07.944Z] Running org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest 15:17:07 [2019-07-19T19:17:07.944Z] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.181 s - in org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest 15:17:07 [2019-07-19T19:17:07.944Z] testStringWithChars[nb of chars: 0, char length: 1](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest) Time elapsed: 0.004 s 15:17:07 [2019-07-19T19:17:07.944Z] testStringWithChars[nb of chars: 0, char length: 2](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest) Time elapsed: 0 s 15:17:07 [2019-07-19T19:17:07.944Z] testStringWithChars[nb of chars: 0, char length: 3](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest) Time elapsed: 0.001 s 15:17:07 [2019-07-19T19:17:07.944Z] testStringWithChars[nb of chars: 10, char length: 1](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest) Time elapsed: 0.001 s 15:17:07 [2019-07-19T19:17:07.944Z] testStringWithChars[nb of chars: 10, char length: 2](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest) Time elapsed: 0 s 15:17:07 [2019-07-19T19:17:07.944Z] testStringWithChars[nb of chars: 10, char length: 3](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest) Time elapsed: 0.001 s 15:17:07 [2019-07-19T19:17:07.944Z] testStringWithChars[nb of chars: 126, char length: 1](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest) Time elapsed: 0 s 15:17:07 [2019-07-19T19:17:07.944Z] testStringWithChars[nb of chars: 126, char length: 2](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest) Time elapsed: 0.001 s 15:17:07 [2019-07-19T19:17:07.944Z] testStringWithChars[nb of chars: 126, char length: 3](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest) Time elapsed: 0 s 15:17:07 [2019-07-19T19:17:07.944Z] testStringWithChars[nb of chars: 127, char length: 1](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest) Time elapsed: 0 s 15:17:07 [2019-07-19T19:17:07.944Z] testStringWithChars[nb of chars: 127, char length: 2](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest) Time elapsed: 0 s 15:17:07 [2019-07-19T19:17:07.944Z] testStringWithChars[nb of chars: 127, char length: 3](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest) Time elapsed: 0 s 15:17:07 [2019-07-19T19:17:07.944Z] testStringWithChars[nb of chars: 128, char length: 1](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest) Time elapsed: 0 s 15:17:07 [2019-07-19T19:17:07.944Z] testStringWithChars[nb of chars: 128, char length: 2](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest) Time elapsed: 0.001 s 15:17:07 [2019-07-19T19:17:07.944Z] testStringWithChars[nb of chars: 128, char length: 3](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest) Time elapsed: 0 s 15:17:07 [2019-07-19T19:17:07.944Z] testStringWithChars[nb of chars: 16,382, char length: 1](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest) Time elapsed: 0.003 s 15:17:07 [2019-07-19T19:17:07.944Z] testStringWithChars[nb of chars: 16,382, char length: 2](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest) Time elapsed: 0.002 s 15:17:07 [2019-07-19T19:17:07.944Z] testStringWithChars[nb of chars: 16,382, char length: 3](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest) Time elapsed: 0.002 s 15:17:07 [2019-07-19T19:17:07.944Z] testStringWithChars[nb of chars: 16,383, char length: 1](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest) Time elapsed: 0.002 s 15:17:07 [2019-07-19T19:17:07.944Z] testStringWithChars[nb of chars: 16,383, char length: 2](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest) Time elapsed: 0.002 s 15:17:07 [2019-07-19T19:17:07.944Z] testStringWithChars[nb of chars: 16,383, char length: 3](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest) Time elapsed: 0.001 s 15:17:07 [2019-07-19T19:17:07.944Z] testStringWithChars[nb of chars: 16,384, char length: 1](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest) Time elapsed: 0.001 s 15:17:07 [2019-07-19T19:17:07.944Z] testStringWithChars[nb of chars: 16,384, char length: 2](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest) Time elapsed: 0.001 s 15:17:07 [2019-07-19T19:17:07.944Z] testStringWithChars[nb of chars: 16,384, char length: 3](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest) Time elapsed: 0.001 s 15:17:07 [2019-07-19T19:17:07.944Z] testStringWithChars[nb of chars: 10,921, char length: 1](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest) Time elapsed: 0 s 15:17:07 [2019-07-19T19:17:07.944Z] testStringWithChars[nb of chars: 10,921, char length: 2](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest) Time elapsed: 0.001 s 15:17:07 [2019-07-19T19:17:07.944Z] testStringWithChars[nb of chars: 10,921, char length: 3](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest) Time elapsed: 0.001 s 15:17:07 [2019-07-19T19:17:07.944Z] testStringWithChars[nb of chars: 10,922, char length: 1](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest) Time elapsed: 0.001 s 15:17:07 [2019-07-19T19:17:07.945Z] testStringWithChars[nb of chars: 10,922, char length: 2](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest) Time elapsed: 0.001 s 15:17:07 [2019-07-19T19:17:07.945Z] testStringWithChars[nb of chars: 10,922, char length: 3](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest) Time elapsed: 0.001 s 15:17:07 [2019-07-19T19:17:07.945Z] testStringWithChars[nb of chars: 10,923, char length: 1](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest) Time elapsed: 0.001 s 15:17:07 [2019-07-19T19:17:07.945Z] testStringWithChars[nb of chars: 10,923, char length: 2](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest) Time elapsed: 0.001 s 15:17:07 [2019-07-19T19:17:07.945Z] testStringWithChars[nb of chars: 10,923, char length: 3](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest) Time elapsed: 0 s 15:17:07 [2019-07-19T19:17:07.945Z] testStringWithChars[nb of chars: 32,766, char length: 1](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest) Time elapsed: 0.002 s 15:17:07 [2019-07-19T19:17:07.945Z] testStringWithChars[nb of chars: 32,766, char length: 2](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest) Time elapsed: 0.001 s 15:17:07 [2019-07-19T19:17:07.945Z] testStringWithChars[nb of chars: 32,766, char length: 3](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest) Time elapsed: 0.001 s 15:17:07 [2019-07-19T19:17:07.945Z] testStringWithChars[nb of chars: 32,767, char length: 1](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest) Time elapsed: 0.001 s 15:17:07 [2019-07-19T19:17:07.945Z] testStringWithChars[nb of chars: 32,767, char length: 2](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest) Time elapsed: 0.001 s 15:17:07 [2019-07-19T19:17:07.945Z] testStringWithChars[nb of chars: 32,767, char length: 3](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest) Time elapsed: 0.048 s 15:17:07 [2019-07-19T19:17:07.945Z] testStringWithChars[nb of chars: 32,768, char length: 1](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest) Time elapsed: 0.001 s 15:17:07 [2019-07-19T19:17:07.945Z] testStringWithChars[nb of chars: 32,768, char length: 2](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest) Time elapsed: 0.001 s 15:17:07 [2019-07-19T19:17:07.945Z] testStringWithChars[nb of chars: 32,768, char length: 3](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest) Time elapsed: 0.001 s 15:17:07 [2019-07-19T19:17:07.945Z] Running org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HistoryTreeTest 15:17:07 [2019-07-19T19:17:07.945Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HistoryTreeTest 15:17:07 [2019-07-19T19:17:07.945Z] testNodeSequenceNumbers(org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HistoryTreeTest) Time elapsed: 0.005 s 15:17:07 [2019-07-19T19:17:07.945Z] testDepth(org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HistoryTreeTest) Time elapsed: 0.003 s 15:17:07 [2019-07-19T19:17:07.945Z] testSequentialFill(org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HistoryTreeTest) Time elapsed: 0.001 s 15:17:07 [2019-07-19T19:17:07.945Z] Running org.eclipse.tracecompass.statesystem.core.tests.backend.ThreadedHistoryTreeBackendTest 15:17:11 [2019-07-19T19:17:11.224Z] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.603 s - in org.eclipse.tracecompass.statesystem.core.tests.backend.ThreadedHistoryTreeBackendTest 15:17:11 [2019-07-19T19:17:11.224Z] testIntervalBeforeStart[ReOpen=false](org.eclipse.tracecompass.statesystem.core.tests.backend.ThreadedHistoryTreeBackendTest) Time elapsed: 0 s 15:17:11 [2019-07-19T19:17:11.224Z] testBuildNowQueryLaterStateValues[ReOpen=false](org.eclipse.tracecompass.statesystem.core.tests.backend.ThreadedHistoryTreeBackendTest) Time elapsed: 0.033 s 15:17:11 [2019-07-19T19:17:11.224Z] testInsertQueryStateValues[ReOpen=false](org.eclipse.tracecompass.statesystem.core.tests.backend.ThreadedHistoryTreeBackendTest) Time elapsed: 0.01 s 15:17:11 [2019-07-19T19:17:11.224Z] testCascadingIntervals[ReOpen=false](org.eclipse.tracecompass.statesystem.core.tests.backend.ThreadedHistoryTreeBackendTest) Time elapsed: 0.185 s 15:17:11 [2019-07-19T19:17:11.224Z] testNegativeTimes[ReOpen=false](org.eclipse.tracecompass.statesystem.core.tests.backend.ThreadedHistoryTreeBackendTest) Time elapsed: 0.003 s 15:17:11 [2019-07-19T19:17:11.224Z] testFullIntervals[ReOpen=false](org.eclipse.tracecompass.statesystem.core.tests.backend.ThreadedHistoryTreeBackendTest) Time elapsed: 1.005 s 15:17:11 [2019-07-19T19:17:11.224Z] testIntervalBeforeStart[ReOpen=true](org.eclipse.tracecompass.statesystem.core.tests.backend.ThreadedHistoryTreeBackendTest) Time elapsed: 0 s 15:17:11 [2019-07-19T19:17:11.224Z] testBuildNowQueryLaterStateValues[ReOpen=true](org.eclipse.tracecompass.statesystem.core.tests.backend.ThreadedHistoryTreeBackendTest) Time elapsed: 0.018 s 15:17:11 [2019-07-19T19:17:11.224Z] testInsertQueryStateValues[ReOpen=true](org.eclipse.tracecompass.statesystem.core.tests.backend.ThreadedHistoryTreeBackendTest) Time elapsed: 0.003 s 15:17:11 [2019-07-19T19:17:11.224Z] testCascadingIntervals[ReOpen=true](org.eclipse.tracecompass.statesystem.core.tests.backend.ThreadedHistoryTreeBackendTest) Time elapsed: 0.054 s 15:17:11 [2019-07-19T19:17:11.224Z] testNegativeTimes[ReOpen=true](org.eclipse.tracecompass.statesystem.core.tests.backend.ThreadedHistoryTreeBackendTest) Time elapsed: 0.003 s 15:17:11 [2019-07-19T19:17:11.224Z] testFullIntervals[ReOpen=true](org.eclipse.tracecompass.statesystem.core.tests.backend.ThreadedHistoryTreeBackendTest) Time elapsed: 1.236 s 15:17:11 [2019-07-19T19:17:11.224Z] Running org.eclipse.tracecompass.statesystem.core.tests.backend.HistoryTreeBackendTest 15:17:12 [2019-07-19T19:17:12.594Z] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.793 s - in org.eclipse.tracecompass.statesystem.core.tests.backend.HistoryTreeBackendTest 15:17:12 [2019-07-19T19:17:12.594Z] testBuildNowQueryLaterStateValues[ReOpen=false](org.eclipse.tracecompass.statesystem.core.tests.backend.HistoryTreeBackendTest) Time elapsed: 0.001 s 15:17:12 [2019-07-19T19:17:12.594Z] testIntervalBeforeStart[ReOpen=false](org.eclipse.tracecompass.statesystem.core.tests.backend.HistoryTreeBackendTest) Time elapsed: 0 s 15:17:12 [2019-07-19T19:17:12.594Z] testInsertQueryStateValues[ReOpen=false](org.eclipse.tracecompass.statesystem.core.tests.backend.HistoryTreeBackendTest) Time elapsed: 0.001 s 15:17:12 [2019-07-19T19:17:12.594Z] testCascadingIntervals[ReOpen=false](org.eclipse.tracecompass.statesystem.core.tests.backend.HistoryTreeBackendTest) Time elapsed: 0.023 s 15:17:12 [2019-07-19T19:17:12.594Z] testNegativeTimes[ReOpen=false](org.eclipse.tracecompass.statesystem.core.tests.backend.HistoryTreeBackendTest) Time elapsed: 0.001 s 15:17:12 [2019-07-19T19:17:12.594Z] testFullIntervals[ReOpen=false](org.eclipse.tracecompass.statesystem.core.tests.backend.HistoryTreeBackendTest) Time elapsed: 1.086 s 15:17:12 [2019-07-19T19:17:12.594Z] testBuildNowQueryLaterStateValues[ReOpen=true](org.eclipse.tracecompass.statesystem.core.tests.backend.HistoryTreeBackendTest) Time elapsed: 0.001 s 15:17:12 [2019-07-19T19:17:12.594Z] testIntervalBeforeStart[ReOpen=true](org.eclipse.tracecompass.statesystem.core.tests.backend.HistoryTreeBackendTest) Time elapsed: 0 s 15:17:12 [2019-07-19T19:17:12.594Z] testInsertQueryStateValues[ReOpen=true](org.eclipse.tracecompass.statesystem.core.tests.backend.HistoryTreeBackendTest) Time elapsed: 0.001 s 15:17:12 [2019-07-19T19:17:12.594Z] testCascadingIntervals[ReOpen=true](org.eclipse.tracecompass.statesystem.core.tests.backend.HistoryTreeBackendTest) Time elapsed: 0.015 s 15:17:12 [2019-07-19T19:17:12.594Z] testNegativeTimes[ReOpen=true](org.eclipse.tracecompass.statesystem.core.tests.backend.HistoryTreeBackendTest) Time elapsed: 0.001 s 15:17:12 [2019-07-19T19:17:12.594Z] testFullIntervals[ReOpen=true](org.eclipse.tracecompass.statesystem.core.tests.backend.HistoryTreeBackendTest) Time elapsed: 0.658 s 15:17:12 [2019-07-19T19:17:12.594Z] Running org.eclipse.tracecompass.statesystem.core.tests.backend.InMemoryBackendTest 15:17:16 [2019-07-19T19:17:16.771Z] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.522 s - in org.eclipse.tracecompass.statesystem.core.tests.backend.InMemoryBackendTest 15:17:16 [2019-07-19T19:17:16.771Z] testEndTime(org.eclipse.tracecompass.statesystem.core.tests.backend.InMemoryBackendTest) Time elapsed: 0 s 15:17:16 [2019-07-19T19:17:16.771Z] testStartTime(org.eclipse.tracecompass.statesystem.core.tests.backend.InMemoryBackendTest) Time elapsed: 0.001 s 15:17:16 [2019-07-19T19:17:16.771Z] testEnd(org.eclipse.tracecompass.statesystem.core.tests.backend.InMemoryBackendTest) Time elapsed: 0.001 s 15:17:16 [2019-07-19T19:17:16.771Z] testQueryAttribute(org.eclipse.tracecompass.statesystem.core.tests.backend.InMemoryBackendTest) Time elapsed: 0.002 s 15:17:16 [2019-07-19T19:17:16.771Z] testBegin(org.eclipse.tracecompass.statesystem.core.tests.backend.InMemoryBackendTest) Time elapsed: 0 s 15:17:16 [2019-07-19T19:17:16.771Z] testOutOfRange_1(org.eclipse.tracecompass.statesystem.core.tests.backend.InMemoryBackendTest) Time elapsed: 0 s 15:17:16 [2019-07-19T19:17:16.771Z] testOutOfRange_2(org.eclipse.tracecompass.statesystem.core.tests.backend.InMemoryBackendTest) Time elapsed: 0 s 15:17:16 [2019-07-19T19:17:16.771Z] testQueryAttributeEmpty(org.eclipse.tracecompass.statesystem.core.tests.backend.InMemoryBackendTest) Time elapsed: 0 s 15:17:16 [2019-07-19T19:17:16.771Z] testDoQuery(org.eclipse.tracecompass.statesystem.core.tests.backend.InMemoryBackendTest) Time elapsed: 0 s 15:17:16 [2019-07-19T19:17:16.771Z] testBuildNowQueryLaterStateValues(org.eclipse.tracecompass.statesystem.core.tests.backend.InMemoryBackendTest) Time elapsed: 0 s 15:17:16 [2019-07-19T19:17:16.771Z] testIntervalBeforeStart(org.eclipse.tracecompass.statesystem.core.tests.backend.InMemoryBackendTest) Time elapsed: 0 s 15:17:16 [2019-07-19T19:17:16.771Z] testInsertQueryStateValues(org.eclipse.tracecompass.statesystem.core.tests.backend.InMemoryBackendTest) Time elapsed: 0 s 15:17:16 [2019-07-19T19:17:16.771Z] testCascadingIntervals(org.eclipse.tracecompass.statesystem.core.tests.backend.InMemoryBackendTest) Time elapsed: 0.196 s 15:17:16 [2019-07-19T19:17:16.771Z] testNegativeTimes(org.eclipse.tracecompass.statesystem.core.tests.backend.InMemoryBackendTest) Time elapsed: 0 s 15:17:16 [2019-07-19T19:17:16.771Z] testFullIntervals(org.eclipse.tracecompass.statesystem.core.tests.backend.InMemoryBackendTest) Time elapsed: 3.018 s 15:17:16 [2019-07-19T19:17:16.771Z] Running org.eclipse.tracecompass.statesystem.core.tests.StateSystemPushPopTest 15:17:16 [2019-07-19T19:17:16.771Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s - in org.eclipse.tracecompass.statesystem.core.tests.StateSystemPushPopTest 15:17:16 [2019-07-19T19:17:16.771Z] testBeginEnd(org.eclipse.tracecompass.statesystem.core.tests.StateSystemPushPopTest) Time elapsed: 0.03 s 15:17:16 [2019-07-19T19:17:16.771Z] testEmptyStack(org.eclipse.tracecompass.statesystem.core.tests.StateSystemPushPopTest) Time elapsed: 0.005 s 15:17:16 [2019-07-19T19:17:16.771Z] testFullQueries(org.eclipse.tracecompass.statesystem.core.tests.StateSystemPushPopTest) Time elapsed: 0.002 s 15:17:16 [2019-07-19T19:17:16.771Z] testSingleQueries(org.eclipse.tracecompass.statesystem.core.tests.StateSystemPushPopTest) Time elapsed: 0.002 s 15:17:16 [2019-07-19T19:17:16.771Z] testStackTop(org.eclipse.tracecompass.statesystem.core.tests.StateSystemPushPopTest) Time elapsed: 0.002 s 15:17:16 [2019-07-19T19:17:16.771Z] Running org.eclipse.tracecompass.statesystem.core.tests.AttributeTreeTest 15:17:16 [2019-07-19T19:17:16.771Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.tracecompass.statesystem.core.tests.AttributeTreeTest 15:17:16 [2019-07-19T19:17:16.771Z] testAttributeTreeFileStorage(org.eclipse.tracecompass.statesystem.core.tests.AttributeTreeTest) Time elapsed: 0.014 s 15:17:16 [2019-07-19T19:17:16.771Z] Running org.eclipse.tracecompass.statesystem.core.tests.StateSystemTest 15:17:16 [2019-07-19T19:17:16.771Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.508 s - in org.eclipse.tracecompass.statesystem.core.tests.StateSystemTest 15:17:16 [2019-07-19T19:17:16.771Z] testWaitUntilBuilt(org.eclipse.tracecompass.statesystem.core.tests.StateSystemTest) Time elapsed: 0.501 s 15:17:16 [2019-07-19T19:17:16.771Z] testSetAndQueryOngoing(org.eclipse.tracecompass.statesystem.core.tests.StateSystemTest) Time elapsed: 0.001 s 15:17:16 [2019-07-19T19:17:16.771Z] Running org.eclipse.tracecompass.statesystem.core.tests.statevalue.CustomStateValueTest 15:17:16 [2019-07-19T19:17:16.771Z] 15:17:16 [2019-07-19T19:17:16.771Z] !ENTRY org.eclipse.tracecompass.statesystem.core 2 0 2019-07-19 19:17:16.508 15:17:16 [2019-07-19T19:17:16.771Z] !MESSAGE Custom factory for type 87 does not exist 15:17:16 [2019-07-19T19:17:16.771Z] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.tracecompass.statesystem.core.tests.statevalue.CustomStateValueTest 15:17:16 [2019-07-19T19:17:16.771Z] testNoFactoryAvailable(org.eclipse.tracecompass.statesystem.core.tests.statevalue.CustomStateValueTest) Time elapsed: 0.005 s 15:17:16 [2019-07-19T19:17:16.771Z] testSerialization(org.eclipse.tracecompass.statesystem.core.tests.statevalue.CustomStateValueTest) Time elapsed: 0 s 15:17:16 [2019-07-19T19:17:16.771Z] testWrongCustomId(org.eclipse.tracecompass.statesystem.core.tests.statevalue.CustomStateValueTest) Time elapsed: 0 s 15:17:16 [2019-07-19T19:17:16.771Z] testWrongCustomId2(org.eclipse.tracecompass.statesystem.core.tests.statevalue.CustomStateValueTest) Time elapsed: 0 s 15:17:16 [2019-07-19T19:17:16.771Z] testSerializedTooLarge(org.eclipse.tracecompass.statesystem.core.tests.statevalue.CustomStateValueTest) Time elapsed: 0 s 15:17:16 [2019-07-19T19:17:16.771Z] testUnboxLong(org.eclipse.tracecompass.statesystem.core.tests.statevalue.CustomStateValueTest) Time elapsed: 0 s 15:17:16 [2019-07-19T19:17:16.771Z] testGetType(org.eclipse.tracecompass.statesystem.core.tests.statevalue.CustomStateValueTest) Time elapsed: 0 s 15:17:16 [2019-07-19T19:17:16.771Z] testUnboxDouble(org.eclipse.tracecompass.statesystem.core.tests.statevalue.CustomStateValueTest) Time elapsed: 0.001 s 15:17:16 [2019-07-19T19:17:16.771Z] testUnboxInt(org.eclipse.tracecompass.statesystem.core.tests.statevalue.CustomStateValueTest) Time elapsed: 0 s 15:17:16 [2019-07-19T19:17:16.771Z] testUnboxStr(org.eclipse.tracecompass.statesystem.core.tests.statevalue.CustomStateValueTest) Time elapsed: 0 s 15:17:16 [2019-07-19T19:17:16.771Z] testIsNull(org.eclipse.tracecompass.statesystem.core.tests.statevalue.CustomStateValueTest) Time elapsed: 0 s 15:17:16 [2019-07-19T19:17:16.771Z] Running org.eclipse.tracecompass.statesystem.core.tests.statevalue.DoubleStateValueTest 15:17:16 [2019-07-19T19:17:16.771Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tracecompass.statesystem.core.tests.statevalue.DoubleStateValueTest 15:17:16 [2019-07-19T19:17:16.771Z] testUnboxDouble(org.eclipse.tracecompass.statesystem.core.tests.statevalue.DoubleStateValueTest) Time elapsed: 0 s 15:17:16 [2019-07-19T19:17:16.771Z] testUnboxLong(org.eclipse.tracecompass.statesystem.core.tests.statevalue.DoubleStateValueTest) Time elapsed: 0 s 15:17:16 [2019-07-19T19:17:16.771Z] testGetType(org.eclipse.tracecompass.statesystem.core.tests.statevalue.DoubleStateValueTest) Time elapsed: 0 s 15:17:16 [2019-07-19T19:17:16.771Z] testUnboxInt(org.eclipse.tracecompass.statesystem.core.tests.statevalue.DoubleStateValueTest) Time elapsed: 0 s 15:17:16 [2019-07-19T19:17:16.771Z] testUnboxStr(org.eclipse.tracecompass.statesystem.core.tests.statevalue.DoubleStateValueTest) Time elapsed: 0.001 s 15:17:16 [2019-07-19T19:17:16.771Z] testIsNull(org.eclipse.tracecompass.statesystem.core.tests.statevalue.DoubleStateValueTest) Time elapsed: 0 s 15:17:16 [2019-07-19T19:17:16.771Z] Running org.eclipse.tracecompass.statesystem.core.tests.statevalue.LongStateValueTest 15:17:16 [2019-07-19T19:17:16.771Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.tracecompass.statesystem.core.tests.statevalue.LongStateValueTest 15:17:16 [2019-07-19T19:17:16.771Z] testUnboxLong(org.eclipse.tracecompass.statesystem.core.tests.statevalue.LongStateValueTest) Time elapsed: 0 s 15:17:16 [2019-07-19T19:17:16.771Z] testGetType(org.eclipse.tracecompass.statesystem.core.tests.statevalue.LongStateValueTest) Time elapsed: 0 s 15:17:16 [2019-07-19T19:17:16.771Z] testUnboxDouble(org.eclipse.tracecompass.statesystem.core.tests.statevalue.LongStateValueTest) Time elapsed: 0 s 15:17:16 [2019-07-19T19:17:16.771Z] testUnboxInt(org.eclipse.tracecompass.statesystem.core.tests.statevalue.LongStateValueTest) Time elapsed: 0 s 15:17:16 [2019-07-19T19:17:16.771Z] testUnboxStr(org.eclipse.tracecompass.statesystem.core.tests.statevalue.LongStateValueTest) Time elapsed: 0 s 15:17:16 [2019-07-19T19:17:16.771Z] testIsNull(org.eclipse.tracecompass.statesystem.core.tests.statevalue.LongStateValueTest) Time elapsed: 0 s 15:17:16 [2019-07-19T19:17:16.771Z] Running org.eclipse.tracecompass.statesystem.core.tests.statevalue.NullStateValueTest 15:17:16 [2019-07-19T19:17:16.771Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tracecompass.statesystem.core.tests.statevalue.NullStateValueTest 15:17:16 [2019-07-19T19:17:16.771Z] testUnboxLong(org.eclipse.tracecompass.statesystem.core.tests.statevalue.NullStateValueTest) Time elapsed: 0 s 15:17:16 [2019-07-19T19:17:16.771Z] testUnboxDouble(org.eclipse.tracecompass.statesystem.core.tests.statevalue.NullStateValueTest) Time elapsed: 0 s 15:17:16 [2019-07-19T19:17:16.771Z] testUnboxInt(org.eclipse.tracecompass.statesystem.core.tests.statevalue.NullStateValueTest) Time elapsed: 0 s 15:17:16 [2019-07-19T19:17:16.771Z] testUnboxStr(org.eclipse.tracecompass.statesystem.core.tests.statevalue.NullStateValueTest) Time elapsed: 0 s 15:17:16 [2019-07-19T19:17:16.771Z] testIsNull(org.eclipse.tracecompass.statesystem.core.tests.statevalue.NullStateValueTest) Time elapsed: 0 s 15:17:16 [2019-07-19T19:17:16.771Z] testGetType(org.eclipse.tracecompass.statesystem.core.tests.statevalue.NullStateValueTest) Time elapsed: 0 s 15:17:16 [2019-07-19T19:17:16.771Z] Running org.eclipse.tracecompass.statesystem.core.tests.statevalue.IntStateValueTest 15:17:16 [2019-07-19T19:17:16.771Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.tracecompass.statesystem.core.tests.statevalue.IntStateValueTest 15:17:16 [2019-07-19T19:17:16.771Z] testUnboxLong(org.eclipse.tracecompass.statesystem.core.tests.statevalue.IntStateValueTest) Time elapsed: 0 s 15:17:16 [2019-07-19T19:17:16.771Z] testUnboxInt(org.eclipse.tracecompass.statesystem.core.tests.statevalue.IntStateValueTest) Time elapsed: 0 s 15:17:16 [2019-07-19T19:17:16.771Z] testGetType(org.eclipse.tracecompass.statesystem.core.tests.statevalue.IntStateValueTest) Time elapsed: 0 s 15:17:16 [2019-07-19T19:17:16.771Z] testUnboxDouble(org.eclipse.tracecompass.statesystem.core.tests.statevalue.IntStateValueTest) Time elapsed: 0 s 15:17:16 [2019-07-19T19:17:16.771Z] testUnboxStr(org.eclipse.tracecompass.statesystem.core.tests.statevalue.IntStateValueTest) Time elapsed: 0 s 15:17:16 [2019-07-19T19:17:16.771Z] testIsNull(org.eclipse.tracecompass.statesystem.core.tests.statevalue.IntStateValueTest) Time elapsed: 0 s 15:17:16 [2019-07-19T19:17:16.771Z] Running org.eclipse.tracecompass.statesystem.core.tests.statevalue.StringStateValueTest 15:17:16 [2019-07-19T19:17:16.771Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tracecompass.statesystem.core.tests.statevalue.StringStateValueTest 15:17:16 [2019-07-19T19:17:16.771Z] testUnboxStr(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StringStateValueTest) Time elapsed: 0 s 15:17:16 [2019-07-19T19:17:16.771Z] testUnboxLong(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StringStateValueTest) Time elapsed: 0 s 15:17:16 [2019-07-19T19:17:16.771Z] testGetType(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StringStateValueTest) Time elapsed: 0 s 15:17:16 [2019-07-19T19:17:16.771Z] testUnboxDouble(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StringStateValueTest) Time elapsed: 0 s 15:17:16 [2019-07-19T19:17:16.771Z] testUnboxInt(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StringStateValueTest) Time elapsed: 0 s 15:17:16 [2019-07-19T19:17:16.771Z] testIsNull(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StringStateValueTest) Time elapsed: 0 s 15:17:16 [2019-07-19T19:17:16.771Z] Running org.eclipse.tracecompass.statesystem.core.tests.statevalue.StateValueCompareToTest 15:17:16 [2019-07-19T19:17:16.771Z] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.tracecompass.statesystem.core.tests.statevalue.StateValueCompareToTest 15:17:16 [2019-07-19T19:17:16.771Z] compareLongWithInt(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StateValueCompareToTest) Time elapsed: 0 s 15:17:16 [2019-07-19T19:17:16.771Z] compareStringWithLong(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StateValueCompareToTest) Time elapsed: 0 s 15:17:16 [2019-07-19T19:17:16.771Z] compareStringWithNull(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StateValueCompareToTest) Time elapsed: 0 s 15:17:16 [2019-07-19T19:17:16.771Z] compareIntWithLong(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StateValueCompareToTest) Time elapsed: 0.001 s 15:17:16 [2019-07-19T19:17:16.771Z] compareIntWithNull(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StateValueCompareToTest) Time elapsed: 0 s 15:17:16 [2019-07-19T19:17:16.771Z] compareDoubleWithLong(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StateValueCompareToTest) Time elapsed: 0 s 15:17:16 [2019-07-19T19:17:16.771Z] compareDoubleWithNull(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StateValueCompareToTest) Time elapsed: 0 s 15:17:16 [2019-07-19T19:17:16.771Z] compareIntWithInt(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StateValueCompareToTest) Time elapsed: 0 s 15:17:16 [2019-07-19T19:17:16.771Z] compareLongWithLong(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StateValueCompareToTest) Time elapsed: 0 s 15:17:16 [2019-07-19T19:17:16.771Z] compareLongWithNull(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StateValueCompareToTest) Time elapsed: 0 s 15:17:16 [2019-07-19T19:17:16.771Z] tcompareIntWithString(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StateValueCompareToTest) Time elapsed: 0 s 15:17:16 [2019-07-19T19:17:16.771Z] compareDoubleWithInt(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StateValueCompareToTest) Time elapsed: 0 s 15:17:16 [2019-07-19T19:17:16.771Z] compareStringWithInt(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StateValueCompareToTest) Time elapsed: 0 s 15:17:16 [2019-07-19T19:17:16.771Z] compareLongWithDouble(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StateValueCompareToTest) Time elapsed: 0 s 15:17:16 [2019-07-19T19:17:16.771Z] compareIntWithDouble(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StateValueCompareToTest) Time elapsed: 0 s 15:17:16 [2019-07-19T19:17:16.771Z] compareLongWithString(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StateValueCompareToTest) Time elapsed: 0 s 15:17:16 [2019-07-19T19:17:16.771Z] compareNullWithDouble(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StateValueCompareToTest) Time elapsed: 0 s 15:17:16 [2019-07-19T19:17:16.771Z] compareNullWithString(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StateValueCompareToTest) Time elapsed: 0 s 15:17:16 [2019-07-19T19:17:16.771Z] compareNullWithInt(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StateValueCompareToTest) Time elapsed: 0 s 15:17:16 [2019-07-19T19:17:16.771Z] compareDoubleWithDouble(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StateValueCompareToTest) Time elapsed: 0 s 15:17:16 [2019-07-19T19:17:16.771Z] compareNullWithLong(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StateValueCompareToTest) Time elapsed: 0 s 15:17:16 [2019-07-19T19:17:16.771Z] compareNullWithNull(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StateValueCompareToTest) Time elapsed: 0 s 15:17:16 [2019-07-19T19:17:16.771Z] compareStringWithDouble(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StateValueCompareToTest) Time elapsed: 0 s 15:17:16 [2019-07-19T19:17:16.771Z] compareDoubleWithString(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StateValueCompareToTest) Time elapsed: 0 s 15:17:16 [2019-07-19T19:17:16.771Z] compareStringWithString(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StateValueCompareToTest) Time elapsed: 0.001 s 15:17:16 [2019-07-19T19:17:16.771Z] Running org.eclipse.tracecompass.statesystem.core.tests.StateSystem2DTest 15:17:16 [2019-07-19T19:17:16.771Z] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 s - in org.eclipse.tracecompass.statesystem.core.tests.StateSystem2DTest 15:17:16 [2019-07-19T19:17:16.771Z] testTimeRangeException2DContinous(org.eclipse.tracecompass.statesystem.core.tests.StateSystem2DTest) Time elapsed: 0.005 s 15:17:16 [2019-07-19T19:17:16.771Z] testEmpty2DQuery(org.eclipse.tracecompass.statesystem.core.tests.StateSystem2DTest) Time elapsed: 0.003 s 15:17:16 [2019-07-19T19:17:16.771Z] testIOOB2DQuery(org.eclipse.tracecompass.statesystem.core.tests.StateSystem2DTest) Time elapsed: 0.004 s 15:17:16 [2019-07-19T19:17:16.771Z] testContinuous2DQuery(org.eclipse.tracecompass.statesystem.core.tests.StateSystem2DTest) Time elapsed: 0.04 s 15:17:16 [2019-07-19T19:17:16.771Z] testReverse2DQuery(org.eclipse.tracecompass.statesystem.core.tests.StateSystem2DTest) Time elapsed: 0.002 s 15:17:16 [2019-07-19T19:17:16.771Z] testTimeRangeException2DDiscrete(org.eclipse.tracecompass.statesystem.core.tests.StateSystem2DTest) Time elapsed: 0.001 s 15:17:16 [2019-07-19T19:17:16.771Z] testDiscrete2DQuery(org.eclipse.tracecompass.statesystem.core.tests.StateSystem2DTest) Time elapsed: 0.047 s 15:17:16 [2019-07-19T19:17:16.771Z] Running org.eclipse.tracecompass.statesystem.core.tests.StateSystemBuilderUtilsTest 15:17:16 [2019-07-19T19:17:16.771Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tracecompass.statesystem.core.tests.StateSystemBuilderUtilsTest 15:17:16 [2019-07-19T19:17:16.771Z] testIncrementInt(org.eclipse.tracecompass.statesystem.core.tests.StateSystemBuilderUtilsTest) Time elapsed: 0.001 s 15:17:16 [2019-07-19T19:17:16.771Z] testIncrementLong(org.eclipse.tracecompass.statesystem.core.tests.StateSystemBuilderUtilsTest) Time elapsed: 0 s 15:17:16 [2019-07-19T19:17:16.771Z] Running org.eclipse.tracecompass.statesystem.core.tests.SnapshotTest 15:17:17 [2019-07-19T19:17:17.029Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.126 s - in org.eclipse.tracecompass.statesystem.core.tests.SnapshotTest 15:17:17 [2019-07-19T19:17:17.029Z] testSimpleSnapshot(org.eclipse.tracecompass.statesystem.core.tests.SnapshotTest) Time elapsed: 0.126 s 15:17:17 [2019-07-19T19:17:17.029Z] Running org.eclipse.tracecompass.statesystem.core.tests.StateSystemUtilsTest 15:17:17 [2019-07-19T19:17:17.029Z] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.tracecompass.statesystem.core.tests.StateSystemUtilsTest 15:17:17 [2019-07-19T19:17:17.029Z] testIteratorOverQuarkEndTime(org.eclipse.tracecompass.statesystem.core.tests.StateSystemUtilsTest) Time elapsed: 0.002 s 15:17:17 [2019-07-19T19:17:17.029Z] testIteratorOverQuarkResolution(org.eclipse.tracecompass.statesystem.core.tests.StateSystemUtilsTest) Time elapsed: 0 s 15:17:17 [2019-07-19T19:17:17.029Z] testIteratorOverQuarkReversed(org.eclipse.tracecompass.statesystem.core.tests.StateSystemUtilsTest) Time elapsed: 0 s 15:17:17 [2019-07-19T19:17:17.029Z] testQueueOfferPollPeek(org.eclipse.tracecompass.statesystem.core.tests.StateSystemUtilsTest) Time elapsed: 0.001 s 15:17:17 [2019-07-19T19:17:17.029Z] testQueryOngoingStackTop(org.eclipse.tracecompass.statesystem.core.tests.StateSystemUtilsTest) Time elapsed: 0 s 15:17:17 [2019-07-19T19:17:17.029Z] testQuerySingleStackTop(org.eclipse.tracecompass.statesystem.core.tests.StateSystemUtilsTest) Time elapsed: 0 s 15:17:17 [2019-07-19T19:17:17.029Z] testQueryUntilNonNullValue(org.eclipse.tracecompass.statesystem.core.tests.StateSystemUtilsTest) Time elapsed: 0 s 15:17:17 [2019-07-19T19:17:17.029Z] testIteratorOverQuark(org.eclipse.tracecompass.statesystem.core.tests.StateSystemUtilsTest) Time elapsed: 0 s 15:17:17 [2019-07-19T19:17:17.029Z] testIteratorOverQuarkAddMoreIntervals(org.eclipse.tracecompass.statesystem.core.tests.StateSystemUtilsTest) Time elapsed: 0.011 s 15:17:17 [2019-07-19T19:17:17.029Z] testIteratorOverQuarkSubrange(org.eclipse.tracecompass.statesystem.core.tests.StateSystemUtilsTest) Time elapsed: 0 s 15:17:17 [2019-07-19T19:17:17.029Z] 15:17:17 [2019-07-19T19:17:17.029Z] Results: 15:17:17 [2019-07-19T19:17:17.029Z] 15:17:17 [2019-07-19T19:17:17.029Z] Tests run: 181, Failures: 0, Errors: 0, Skipped: 0 15:17:17 [2019-07-19T19:17:17.029Z] 15:17:17 [2019-07-19T19:17:17.960Z] [INFO] All tests passed! 15:17:17 [2019-07-19T19:17:17.960Z] [INFO] 15:17:17 [2019-07-19T19:17:17.960Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.statesystem.core.tests --- 15:17:17 [2019-07-19T19:17:17.960Z] [INFO] Loading execution data file /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core.tests/../../target/jacoco.exec 15:17:17 [2019-07-19T19:17:17.960Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core.tests' with 33 classes 15:17:18 [2019-07-19T19:17:18.218Z] [INFO] 15:17:18 [2019-07-19T19:17:18.218Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.statesystem.core.tests --- 15:17:18 [2019-07-19T19:17:18.218Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core.tests/target/org.eclipse.tracecompass.statesystem.core.tests-1.0.9-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.statesystem.core.tests/1.0.9-SNAPSHOT/org.eclipse.tracecompass.statesystem.core.tests-1.0.9-SNAPSHOT.jar 15:17:18 [2019-07-19T19:17:18.218Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core.tests/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.statesystem.core.tests/1.0.9-SNAPSHOT/org.eclipse.tracecompass.statesystem.core.tests-1.0.9-SNAPSHOT.pom 15:17:18 [2019-07-19T19:17:18.218Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core.tests/target/org.eclipse.tracecompass.statesystem.core.tests-1.0.9-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.statesystem.core.tests/1.0.9-SNAPSHOT/org.eclipse.tracecompass.statesystem.core.tests-1.0.9-SNAPSHOT-sources.jar 15:17:18 [2019-07-19T19:17:18.218Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core.tests/target/org.eclipse.tracecompass.statesystem.core.tests-1.0.9-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.statesystem.core.tests/1.0.9-SNAPSHOT/org.eclipse.tracecompass.statesystem.core.tests-1.0.9-SNAPSHOT-pack200.jar.pack.gz 15:17:18 [2019-07-19T19:17:18.218Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.statesystem.core.tests/1.0.9-SNAPSHOT/org.eclipse.tracecompass.statesystem.core.tests-1.0.9-SNAPSHOT-p2metadata.xml 15:17:18 [2019-07-19T19:17:18.218Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.statesystem.core.tests/1.0.9-SNAPSHOT/org.eclipse.tracecompass.statesystem.core.tests-1.0.9-SNAPSHOT-p2artifacts.xml 15:17:18 [2019-07-19T19:17:18.218Z] [INFO] 15:17:18 [2019-07-19T19:17:18.218Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.statesystem.core.tests --- 15:17:18 [2019-07-19T19:17:18.218Z] [INFO] 15:17:18 [2019-07-19T19:17:18.218Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.core.tests >-- 15:17:18 [2019-07-19T19:17:18.218Z] [INFO] Building org.eclipse.tracecompass.tmf.core.tests 1.0.9-SNAPSHOT [18/134] 15:17:18 [2019-07-19T19:17:18.218Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- 15:17:18 [2019-07-19T19:17:18.218Z] [INFO] 15:17:18 [2019-07-19T19:17:18.218Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.tmf.core.tests --- 15:17:18 [2019-07-19T19:17:18.218Z] [INFO] 15:17:18 [2019-07-19T19:17:18.218Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.tmf.core.tests --- 15:17:18 [2019-07-19T19:17:18.218Z] [INFO] The project's OSGi version is 1.0.9.201907191907 15:17:18 [2019-07-19T19:17:18.218Z] [INFO] 15:17:18 [2019-07-19T19:17:18.218Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.tmf.core.tests --- 15:17:18 [2019-07-19T19:17:18.218Z] [INFO] 15:17:18 [2019-07-19T19:17:18.218Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.tmf.core.tests --- 15:17:18 [2019-07-19T19:17:18.218Z] [INFO] 15:17:18 [2019-07-19T19:17:18.218Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.tmf.core.tests --- 15:17:18 [2019-07-19T19:17:18.218Z] [INFO] 15:17:18 [2019-07-19T19:17:18.218Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.tmf.core.tests --- 15:17:18 [2019-07-19T19:17:18.218Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 15:17:18 [2019-07-19T19:17:18.218Z] [INFO] 15:17:18 [2019-07-19T19:17:18.218Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.tmf.core.tests --- 15:17:18 [2019-07-19T19:17:18.218Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:17:18 [2019-07-19T19:17:18.218Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/src/main/resources 15:17:18 [2019-07-19T19:17:18.218Z] [INFO] 15:17:18 [2019-07-19T19:17:18.218Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.tmf.core.tests --- 15:17:18 [2019-07-19T19:17:18.218Z] [INFO] Compiling 150 source files to /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/target/classes 15:17:22 [2019-07-19T19:17:22.398Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/src/org/eclipse/tracecompass/tmf/core/tests/component/TmfEventProviderTest.java:[58] 15:17:22 [2019-07-19T19:17:22.398Z] public void setUp() throws IOException { 15:17:22 [2019-07-19T19:17:22.398Z] ^^^^^^^^^^^ 15:17:22 [2019-07-19T19:17:22.398Z] The declared exception IOException is not actually thrown by the method setUp() from type TmfEventProviderTest 15:17:22 [2019-07-19T19:17:22.398Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/stubs/org/eclipse/tracecompass/tmf/tests/stubs/trace/xml/TmfXmlTraceStub.java:[449] 15:17:22 [2019-07-19T19:17:22.398Z] @NonNull Iterable<IAnalysisModule> modules = super.getAnalysisModules(); 15:17:22 [2019-07-19T19:17:22.398Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:17:22 [2019-07-19T19:17:22.398Z] Null type safety (type annotations): The expression of type '@NonNull Iterable<IAnalysisModule>' needs unchecked conversion to conform to '@NonNull Iterable<@NonNull IAnalysisModule>' 15:17:22 [2019-07-19T19:17:22.398Z] 3. INFO in /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/stubs/org/eclipse/tracecompass/tmf/tests/stubs/trace/text/SyslogTrace.java (at line 58) 15:17:22 [2019-07-19T19:17:22.398Z] @SuppressWarnings({"javadoc", "nls"}) 15:17:22 [2019-07-19T19:17:22.398Z] ^^^^^ 15:17:22 [2019-07-19T19:17:22.398Z] At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 15:17:22 [2019-07-19T19:17:22.398Z] 4. INFO in /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/src/org/eclipse/tracecompass/tmf/core/tests/event/lookup/TmfCallsiteTest.java (at line 131) 15:17:22 [2019-07-19T19:17:22.398Z] assertFalse("equals", fCallsite1.equals(fCallsite1.getFileName())); 15:17:22 [2019-07-19T19:17:22.398Z] ^^^^^^^^^^^^^^^^^^^^^^^^ 15:17:22 [2019-07-19T19:17:22.398Z] Unlikely argument type for equals(): String seems to be unrelated to ITmfCallsite 15:17:22 [2019-07-19T19:17:22.398Z] 5. INFO in /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/src/org/eclipse/tracecompass/tmf/core/tests/trace/location/TmfLocationTest.java (at line 171) 15:17:22 [2019-07-19T19:17:22.398Z] assertTrue("equals", !fLocation2.equals(fLocation3)); 15:17:22 [2019-07-19T19:17:22.398Z] ^^^^^^^^^^ 15:17:22 [2019-07-19T19:17:22.398Z] Unlikely argument type for equals(): TmfTimestampLocation seems to be unrelated to TmfLongLocation 15:17:22 [2019-07-19T19:17:22.398Z] 6. INFO in /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/src/org/eclipse/tracecompass/tmf/core/tests/trace/location/TmfLocationTest.java (at line 172) 15:17:22 [2019-07-19T19:17:22.398Z] assertTrue("equals", !fLocation3.equals(fLocation2)); 15:17:22 [2019-07-19T19:17:22.398Z] ^^^^^^^^^^ 15:17:22 [2019-07-19T19:17:22.398Z] Unlikely argument type for equals(): TmfLongLocation seems to be unrelated to TmfTimestampLocation 15:17:22 [2019-07-19T19:17:22.398Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/stubs/org/eclipse/tracecompass/tmf/tests/stubs/trace/text/SyslogEvent.java:[134] 15:17:22 [2019-07-19T19:17:22.398Z] return new TmfCallsite((String) getContent().getField(Field.FILE).getValue(), lineNo); 15:17:22 [2019-07-19T19:17:22.398Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:17:22 [2019-07-19T19:17:22.398Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:17:22 [2019-07-19T19:17:22.398Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/src/org/eclipse/tracecompass/tmf/core/tests/parsers/custom/AbstractCustomTraceIndexTest.java:[125] 15:17:22 [2019-07-19T19:17:22.398Z] String directory = TmfTraceManager.getSupplementaryFileDir(fTrace); 15:17:22 [2019-07-19T19:17:22.398Z] ^^^^^^ 15:17:22 [2019-07-19T19:17:22.398Z] Null type safety (type annotations): The expression of type 'AbstractCustomTraceIndexTest.TestTrace' needs unchecked conversion to conform to '@NonNull ITmfTrace' 15:17:22 [2019-07-19T19:17:22.398Z] 9. INFO in /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/src/org/eclipse/tracecompass/tmf/core/tests/event/TmfTimestampTest.java (at line 189) 15:17:22 [2019-07-19T19:17:22.398Z] assertFalse("equals", ts0.equals(ts0.toString())); 15:17:22 [2019-07-19T19:17:22.398Z] ^^^^^^^^^^^^^^ 15:17:22 [2019-07-19T19:17:22.398Z] Unlikely argument type for equals(): String seems to be unrelated to ITmfTimestamp 15:17:22 [2019-07-19T19:17:22.398Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/stubs/org/eclipse/tracecompass/tmf/tests/stubs/trace/TmfEventParserStub.java:[117] 15:17:22 [2019-07-19T19:17:22.398Z] return event; 15:17:22 [2019-07-19T19:17:22.398Z] ^^^^^^^^^^^^^ 15:17:22 [2019-07-19T19:17:22.398Z] Potential resource leak: 'stream' may not be closed at this location 15:17:22 [2019-07-19T19:17:22.398Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/stubs/org/eclipse/tracecompass/tmf/tests/stubs/trace/TmfEventParserStub.java:[122] 15:17:22 [2019-07-19T19:17:22.398Z] return null; 15:17:22 [2019-07-19T19:17:22.398Z] ^^^^^^^^^^^^ 15:17:22 [2019-07-19T19:17:22.398Z] Potential resource leak: 'stream' may not be closed at this location 15:17:22 [2019-07-19T19:17:22.399Z] 12. INFO in /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/src/org/eclipse/tracecompass/tmf/core/tests/event/TmfTimeRangeTest.java (at line 154) 15:17:22 [2019-07-19T19:17:22.399Z] assertTrue("equals", !range1.equals(ts1)); 15:17:22 [2019-07-19T19:17:22.399Z] ^^^ 15:17:22 [2019-07-19T19:17:22.399Z] Unlikely argument type for equals(): ITmfTimestamp seems to be unrelated to TmfTimeRange 15:17:22 [2019-07-19T19:17:22.399Z] 13. INFO in /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/src/org/eclipse/tracecompass/tmf/core/tests/event/TmfEventTest.java (at line 218) 15:17:22 [2019-07-19T19:17:22.399Z] assertFalse("equals", fEvent1.equals(fEvent1.getType())); 15:17:22 [2019-07-19T19:17:22.399Z] ^^^^^^^^^^^^^^^^^ 15:17:22 [2019-07-19T19:17:22.399Z] Unlikely argument type for equals(): ITmfEventType seems to be unrelated to ITmfEvent 15:17:22 [2019-07-19T19:17:22.399Z] 14. INFO in /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/src/org/eclipse/tracecompass/tmf/core/tests/synchronization/TsTransformTest.java (at line 38) 15:17:22 [2019-07-19T19:17:22.399Z] @SuppressWarnings("nls") 15:17:22 [2019-07-19T19:17:22.399Z] ^^^^^ 15:17:22 [2019-07-19T19:17:22.399Z] At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 15:17:22 [2019-07-19T19:17:22.399Z] 15. INFO in /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/src/org/eclipse/tracecompass/tmf/core/tests/trace/indexer/checkpoint/TmfCheckpointTest.java (at line 212) 15:17:22 [2019-07-19T19:17:22.399Z] assertFalse("equals", checkpoint1.equals(TmfTimestamp.fromSeconds(0))); 15:17:22 [2019-07-19T19:17:22.399Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:17:22 [2019-07-19T19:17:22.399Z] Unlikely argument type for equals(): ITmfTimestamp seems to be unrelated to TmfCheckpoint 15:17:22 [2019-07-19T19:17:22.399Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/stubs/org/eclipse/tracecompass/tmf/tests/stubs/component/TmfSyntheticEventProviderStub.java:[95] 15:17:22 [2019-07-19T19:17:22.399Z] ok = fDataQueue.offer(data, TIMEOUT, TimeUnit.MILLISECONDS); 15:17:22 [2019-07-19T19:17:22.399Z] ^^^^ 15:17:22 [2019-07-19T19:17:22.399Z] Null type safety (type annotations): The expression of type 'TmfSyntheticEventStub' needs unchecked conversion to conform to '@NonNull ITmfEvent' 15:17:22 [2019-07-19T19:17:22.399Z] 17. INFO in /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/src/org/eclipse/tracecompass/tmf/core/tests/synchronization/SyncTest.java (at line 53) 15:17:22 [2019-07-19T19:17:22.399Z] @SuppressWarnings("nls") 15:17:22 [2019-07-19T19:17:22.399Z] ^^^^^ 15:17:22 [2019-07-19T19:17:22.399Z] At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 15:17:22 [2019-07-19T19:17:22.399Z] 18. INFO in /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/src/org/eclipse/tracecompass/tmf/core/tests/event/TmfNanoTimestampTest.java (at line 124) 15:17:22 [2019-07-19T19:17:22.399Z] assertFalse("equals", ts0.equals(ts0.toString())); 15:17:22 [2019-07-19T19:17:22.399Z] ^^^^^^^^^^^^^^ 15:17:22 [2019-07-19T19:17:22.399Z] Unlikely argument type for equals(): String seems to be unrelated to ITmfTimestamp 15:17:22 [2019-07-19T19:17:22.399Z] 19. INFO in /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/src/org/eclipse/tracecompass/tmf/core/tests/event/TmfSecondTimestampTest.java (at line 88) 15:17:22 [2019-07-19T19:17:22.399Z] assertFalse("equals", ts0.equals(ts0.toString())); 15:17:22 [2019-07-19T19:17:22.399Z] ^^^^^^^^^^^^^^ 15:17:22 [2019-07-19T19:17:22.399Z] Unlikely argument type for equals(): String seems to be unrelated to ITmfTimestamp 15:17:22 [2019-07-19T19:17:22.399Z] 20. INFO in /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/src/org/eclipse/tracecompass/tmf/core/tests/event/TmfEventTypeTest.java (at line 182) 15:17:22 [2019-07-19T19:17:22.399Z] assertFalse("equals", fType1.equals(fLabels1)); 15:17:22 [2019-07-19T19:17:22.399Z] ^^^^^^^^ 15:17:22 [2019-07-19T19:17:22.399Z] Unlikely argument type for equals(): String[] seems to be unrelated to ITmfEventType 15:17:22 [2019-07-19T19:17:22.399Z] 21. INFO in /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/src/org/eclipse/tracecompass/tmf/core/tests/event/TmfEventFieldTest.java (at line 254) 15:17:22 [2019-07-19T19:17:22.399Z] assertFalse("equals", fField1.equals(fValue1)); 15:17:22 [2019-07-19T19:17:22.399Z] ^^^^^^^ 15:17:22 [2019-07-19T19:17:22.399Z] Unlikely argument type for equals(): String seems to be unrelated to TmfEventField 15:17:22 [2019-07-19T19:17:22.399Z] 22. INFO in /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/src/org/eclipse/tracecompass/tmf/core/tests/trace/text/TextTraceEventContentTest.java (at line 33) 15:17:22 [2019-07-19T19:17:22.399Z] @SuppressWarnings({ "javadoc", "nls" }) 15:17:22 [2019-07-19T19:17:22.399Z] ^^^^^ 15:17:22 [2019-07-19T19:17:22.399Z] At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 15:17:22 [2019-07-19T19:17:22.399Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/src/org/eclipse/tracecompass/tmf/core/tests/event/TmfEventTableDataProviderTest.java:[104] 15:17:22 [2019-07-19T19:17:22.399Z] return TmfTimestampFormat.getDefaulTimeFormat().format(TmfTimestamp.fromMillis(millisecond).toNanos()); 15:17:22 [2019-07-19T19:17:22.399Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:17:22 [2019-07-19T19:17:22.399Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:17:22 [2019-07-19T19:17:22.399Z] 24. INFO in /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/stubs/org/eclipse/tracecompass/tmf/tests/stubs/analysis/TestRequirementAnalysis.java (at line 30) 15:17:22 [2019-07-19T19:17:22.399Z] @SuppressWarnings({ "javadoc", "nls" }) 15:17:22 [2019-07-19T19:17:22.399Z] ^^^^^ 15:17:22 [2019-07-19T19:17:22.399Z] At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 15:17:22 [2019-07-19T19:17:22.399Z] 25. INFO in /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/src/org/eclipse/tracecompass/tmf/core/tests/trace/text/TextTraceTest.java (at line 55) 15:17:22 [2019-07-19T19:17:22.399Z] @SuppressWarnings({ "nls", "javadoc"}) 15:17:22 [2019-07-19T19:17:22.399Z] ^^^^^ 15:17:22 [2019-07-19T19:17:22.399Z] At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 15:17:22 [2019-07-19T19:17:22.399Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/src/org/eclipse/tracecompass/tmf/core/tests/parsers/custom/AbstractCustomTraceDataTest.java:[124] 15:17:22 [2019-07-19T19:17:22.399Z] String directory = TmfTraceManager.getSupplementaryFileDir(fTrace); 15:17:22 [2019-07-19T19:17:22.399Z] ^^^^^^ 15:17:22 [2019-07-19T19:17:22.399Z] Null type safety (type annotations): The expression of type 'ITmfTrace' needs unchecked conversion to conform to '@NonNull ITmfTrace' 15:17:22 [2019-07-19T19:17:22.399Z] 26 problems (0 errors, 9 warnings, 9 info) 15:17:22 [2019-07-19T19:17:22.399Z] [INFO] 15:17:22 [2019-07-19T19:17:22.399Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.tmf.core.tests --- 15:17:22 [2019-07-19T19:17:22.399Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:17:22 [2019-07-19T19:17:22.399Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/src/test/resources 15:17:22 [2019-07-19T19:17:22.399Z] [INFO] 15:17:22 [2019-07-19T19:17:22.399Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.tmf.core.tests --- 15:17:22 [2019-07-19T19:17:22.399Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/target/org.eclipse.tracecompass.tmf.core.tests-1.0.9-SNAPSHOT-sources.jar 15:17:22 [2019-07-19T19:17:22.399Z] [INFO] 15:17:22 [2019-07-19T19:17:22.399Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.tmf.core.tests --- 15:17:22 [2019-07-19T19:17:22.399Z] [INFO] 15:17:22 [2019-07-19T19:17:22.399Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.tmf.core.tests --- 15:17:22 [2019-07-19T19:17:22.399Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/target/org.eclipse.tracecompass.tmf.core.tests-1.0.9-SNAPSHOT.jar 15:17:22 [2019-07-19T19:17:22.656Z] [INFO] 15:17:22 [2019-07-19T19:17:22.656Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.tmf.core.tests --- 15:17:22 [2019-07-19T19:17:22.656Z] [INFO] 15:17:22 [2019-07-19T19:17:22.656Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.tmf.core.tests --- 15:17:22 [2019-07-19T19:17:22.656Z] [INFO] 15:17:22 [2019-07-19T19:17:22.656Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.tmf.core.tests --- 15:17:22 [2019-07-19T19:17:22.656Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/target/org.eclipse.tracecompass.tmf.core.tests-1.0.9-SNAPSHOT.jar 15:17:24 [2019-07-19T19:17:24.026Z] [INFO] 15:17:24 [2019-07-19T19:17:24.026Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.tmf.core.tests --- 15:17:24 [2019-07-19T19:17:24.026Z] [INFO] 15:17:24 [2019-07-19T19:17:24.026Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.tmf.core.tests --- 15:17:25 [2019-07-19T19:17:25.923Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/target/work/data/.metadata/.log 15:17:25 [2019-07-19T19:17:25.923Z] [INFO] Command line: 15:17:25 [2019-07-19T19:17:25.923Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog] 15:17:25 [2019-07-19T19:17:25.923Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass 15:17:29 [2019-07-19T19:17:29.202Z] !SESSION 2019-07-19 19:17:25.837 ----------------------------------------------- 15:17:29 [2019-07-19T19:17:29.202Z] eclipse.buildId=unknown 15:17:29 [2019-07-19T19:17:29.202Z] java.version=1.8.0_202 15:17:29 [2019-07-19T19:17:29.202Z] java.vendor=Oracle Corporation 15:17:29 [2019-07-19T19:17:29.202Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US 15:17:29 [2019-07-19T19:17:29.202Z] Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/target/surefire.properties -product org.eclipse.platform.ide 15:17:29 [2019-07-19T19:17:29.202Z] Command-line arguments: -data /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog 15:17:29 [2019-07-19T19:17:29.202Z] 15:17:29 [2019-07-19T19:17:29.202Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-19 19:17:28.810 15:17:29 [2019-07-19T19:17:29.202Z] !MESSAGE FrameworkEvent ERROR 15:17:29 [2019-07-19T19:17:29.202Z] !STACK 0 15:17:29 [2019-07-19T19:17:29.202Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [61] 15:17:29 [2019-07-19T19:17:29.202Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 15:17:29 [2019-07-19T19:17:29.202Z] 15:17:29 [2019-07-19T19:17:29.202Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 15:17:29 [2019-07-19T19:17:29.202Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 15:17:29 [2019-07-19T19:17:29.202Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 15:17:29 [2019-07-19T19:17:29.202Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 15:17:29 [2019-07-19T19:17:29.202Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 15:17:29 [2019-07-19T19:17:29.202Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 15:17:29 [2019-07-19T19:17:29.202Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 15:17:29 [2019-07-19T19:17:29.202Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 15:17:29 [2019-07-19T19:17:29.202Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 15:17:29 [2019-07-19T19:17:29.202Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 15:17:29 [2019-07-19T19:17:29.202Z] 15:17:29 [2019-07-19T19:17:29.202Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-19 19:17:29.012 15:17:29 [2019-07-19T19:17:29.202Z] !MESSAGE FrameworkEvent ERROR 15:17:29 [2019-07-19T19:17:29.202Z] !STACK 0 15:17:29 [2019-07-19T19:17:29.202Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [130] 15:17:29 [2019-07-19T19:17:29.202Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 15:17:29 [2019-07-19T19:17:29.202Z] Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)" 15:17:29 [2019-07-19T19:17:29.202Z] -> Export-Package: org.apache.http.impl.auth.win; bundle-symbolic-name="org.apache.httpcomponents.httpclient.win"; bundle-version="4.5.6.v20190213-1947"; version="4.5.6"; x-internal:="true"; uses:="org.apache.http,org.apache.http.auth,org.apache.http.client,org.apache.http.impl.auth,org.apache.http.protocol,org.apache.http.util" 15:17:29 [2019-07-19T19:17:29.202Z] org.apache.httpcomponents.httpclient.win [35] 15:17:29 [2019-07-19T19:17:29.202Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 15:17:29 [2019-07-19T19:17:29.202Z] 15:17:29 [2019-07-19T19:17:29.202Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 15:17:29 [2019-07-19T19:17:29.202Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 15:17:29 [2019-07-19T19:17:29.202Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 15:17:29 [2019-07-19T19:17:29.202Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 15:17:29 [2019-07-19T19:17:29.202Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 15:17:29 [2019-07-19T19:17:29.202Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 15:17:29 [2019-07-19T19:17:29.202Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 15:17:29 [2019-07-19T19:17:29.202Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 15:17:29 [2019-07-19T19:17:29.202Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 15:17:29 [2019-07-19T19:17:29.202Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 15:17:32 [2019-07-19T19:17:32.478Z] Running org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterCompareNodeTest 15:17:32 [2019-07-19T19:17:32.735Z] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.187 s - in org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterCompareNodeTest 15:17:32 [2019-07-19T19:17:32.735Z] testMatchesTimestamp(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterCompareNodeTest) Time elapsed: 0.01 s 15:17:32 [2019-07-19T19:17:32.735Z] testGetValidChildren(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterCompareNodeTest) Time elapsed: 0.001 s 15:17:32 [2019-07-19T19:17:32.735Z] testMatchesAlpha(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterCompareNodeTest) Time elapsed: 0.04 s 15:17:32 [2019-07-19T19:17:32.735Z] testGetName(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterCompareNodeTest) Time elapsed: 0.001 s 15:17:32 [2019-07-19T19:17:32.735Z] testMatchesNum(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterCompareNodeTest) Time elapsed: 0 s 15:17:32 [2019-07-19T19:17:32.735Z] testGetChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterCompareNodeTest) Time elapsed: 0 s 15:17:32 [2019-07-19T19:17:32.735Z] testClone(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterCompareNodeTest) Time elapsed: 0.001 s 15:17:32 [2019-07-19T19:17:32.735Z] testRemoveChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterCompareNodeTest) Time elapsed: 0 s 15:17:32 [2019-07-19T19:17:32.735Z] testAddChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterCompareNodeTest) Time elapsed: 0.001 s 15:17:32 [2019-07-19T19:17:32.735Z] testDefaults(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterCompareNodeTest) Time elapsed: 0 s 15:17:32 [2019-07-19T19:17:32.735Z] testReplaceChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterCompareNodeTest) Time elapsed: 0 s 15:17:32 [2019-07-19T19:17:32.735Z] testRemove(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterCompareNodeTest) Time elapsed: 0.001 s 15:17:32 [2019-07-19T19:17:32.735Z] Running org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterMatchesNodeTest 15:17:32 [2019-07-19T19:17:32.735Z] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterMatchesNodeTest 15:17:32 [2019-07-19T19:17:32.735Z] testGetValidChildren(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterMatchesNodeTest) Time elapsed: 0 s 15:17:32 [2019-07-19T19:17:32.735Z] testGetName(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterMatchesNodeTest) Time elapsed: 0 s 15:17:32 [2019-07-19T19:17:32.735Z] testMatches(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterMatchesNodeTest) Time elapsed: 0.001 s 15:17:32 [2019-07-19T19:17:32.735Z] testGetChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterMatchesNodeTest) Time elapsed: 0 s 15:17:32 [2019-07-19T19:17:32.735Z] testClone(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterMatchesNodeTest) Time elapsed: 0 s 15:17:32 [2019-07-19T19:17:32.735Z] testRemoveChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterMatchesNodeTest) Time elapsed: 0 s 15:17:32 [2019-07-19T19:17:32.735Z] testAddChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterMatchesNodeTest) Time elapsed: 0 s 15:17:32 [2019-07-19T19:17:32.735Z] testDefaults(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterMatchesNodeTest) Time elapsed: 0 s 15:17:32 [2019-07-19T19:17:32.735Z] testReplaceChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterMatchesNodeTest) Time elapsed: 0 s 15:17:32 [2019-07-19T19:17:32.735Z] testRemove(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterMatchesNodeTest) Time elapsed: 0 s 15:17:32 [2019-07-19T19:17:32.735Z] Running org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterRootNodeTest 15:17:32 [2019-07-19T19:17:32.735Z] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterRootNodeTest 15:17:32 [2019-07-19T19:17:32.735Z] testGetValidChildren(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterRootNodeTest) Time elapsed: 0.001 s 15:17:32 [2019-07-19T19:17:32.735Z] testGetName(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterRootNodeTest) Time elapsed: 0 s 15:17:32 [2019-07-19T19:17:32.735Z] testMatches(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterRootNodeTest) Time elapsed: 0 s 15:17:32 [2019-07-19T19:17:32.735Z] testGetChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterRootNodeTest) Time elapsed: 0 s 15:17:32 [2019-07-19T19:17:32.735Z] testClone(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterRootNodeTest) Time elapsed: 0.001 s 15:17:32 [2019-07-19T19:17:32.735Z] testRemoveChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterRootNodeTest) Time elapsed: 0 s 15:17:32 [2019-07-19T19:17:32.735Z] testAddChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterRootNodeTest) Time elapsed: 0 s 15:17:32 [2019-07-19T19:17:32.735Z] testDefaults(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterRootNodeTest) Time elapsed: 0 s 15:17:32 [2019-07-19T19:17:32.735Z] testReplaceChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterRootNodeTest) Time elapsed: 0 s 15:17:32 [2019-07-19T19:17:32.735Z] testRemove(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterRootNodeTest) Time elapsed: 0 s 15:17:32 [2019-07-19T19:17:32.735Z] Running org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterContainsNodeTest 15:17:32 [2019-07-19T19:17:32.735Z] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s - in org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterContainsNodeTest 15:17:32 [2019-07-19T19:17:32.735Z] testGetValidChildren(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterContainsNodeTest) Time elapsed: 0.001 s 15:17:32 [2019-07-19T19:17:32.735Z] testGetName(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterContainsNodeTest) Time elapsed: 0 s 15:17:32 [2019-07-19T19:17:32.735Z] testMatches(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterContainsNodeTest) Time elapsed: 0 s 15:17:32 [2019-07-19T19:17:32.735Z] testGetChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterContainsNodeTest) Time elapsed: 0 s 15:17:32 [2019-07-19T19:17:32.735Z] testClone(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterContainsNodeTest) Time elapsed: 0 s 15:17:32 [2019-07-19T19:17:32.735Z] testRemoveChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterContainsNodeTest) Time elapsed: 0 s 15:17:32 [2019-07-19T19:17:32.735Z] testAddChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterContainsNodeTest) Time elapsed: 0 s 15:17:32 [2019-07-19T19:17:32.735Z] testDefaults(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterContainsNodeTest) Time elapsed: 0 s 15:17:32 [2019-07-19T19:17:32.735Z] testReplaceChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterContainsNodeTest) Time elapsed: 0.001 s 15:17:32 [2019-07-19T19:17:32.735Z] testRemove(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterContainsNodeTest) Time elapsed: 0 s 15:17:32 [2019-07-19T19:17:32.735Z] Running org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterHelperTest 15:17:33 [2019-07-19T19:17:33.299Z] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.292 s - in org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterHelperTest 15:17:33 [2019-07-19T19:17:33.299Z] testInputFilterEquals(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterHelperTest) Time elapsed: 0.185 s 15:17:33 [2019-07-19T19:17:33.299Z] testInputRegexNoField(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterHelperTest) Time elapsed: 0.005 s 15:17:33 [2019-07-19T19:17:33.299Z] testInputRegexMatchesNot(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterHelperTest) Time elapsed: 0.002 s 15:17:33 [2019-07-19T19:17:33.299Z] testInputFilterUnsupported(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterHelperTest) Time elapsed: 0.001 s 15:17:33 [2019-07-19T19:17:33.299Z] testInputRegexContains(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterHelperTest) Time elapsed: 0.001 s 15:17:33 [2019-07-19T19:17:33.299Z] testInputRegexPresent(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterHelperTest) Time elapsed: 0 s 15:17:33 [2019-07-19T19:17:33.299Z] testInputFilterContains(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterHelperTest) Time elapsed: 0.002 s 15:17:33 [2019-07-19T19:17:33.299Z] testInputRegexAspect(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterHelperTest) Time elapsed: 0.001 s 15:17:33 [2019-07-19T19:17:33.299Z] testInputFilterAnd(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterHelperTest) Time elapsed: 0.009 s 15:17:33 [2019-07-19T19:17:33.299Z] testInputFilterMatches(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterHelperTest) Time elapsed: 0.046 s 15:17:33 [2019-07-19T19:17:33.299Z] testInputFilterCompare(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterHelperTest) Time elapsed: 0.002 s 15:17:33 [2019-07-19T19:17:33.299Z] testInputRegexNoAspect(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterHelperTest) Time elapsed: 0.001 s 15:17:33 [2019-07-19T19:17:33.299Z] testInputRegexMatches(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterHelperTest) Time elapsed: 0 s 15:17:33 [2019-07-19T19:17:33.299Z] testInputRegexCompare(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterHelperTest) Time elapsed: 0.001 s 15:17:33 [2019-07-19T19:17:33.299Z] testInputFilterOr(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterHelperTest) Time elapsed: 0.004 s 15:17:33 [2019-07-19T19:17:33.299Z] testInputRegexAnd(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterHelperTest) Time elapsed: 0 s 15:17:33 [2019-07-19T19:17:33.299Z] testInputRegexNot(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterHelperTest) Time elapsed: 0 s 15:17:33 [2019-07-19T19:17:33.299Z] Running org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterTraceTypeNodeTest 15:17:33 [2019-07-19T19:17:33.299Z] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s - in org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterTraceTypeNodeTest 15:17:33 [2019-07-19T19:17:33.299Z] testGetValidChildren(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterTraceTypeNodeTest) Time elapsed: 0 s 15:17:33 [2019-07-19T19:17:33.299Z] testGetName(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterTraceTypeNodeTest) Time elapsed: 0.001 s 15:17:33 [2019-07-19T19:17:33.299Z] testMatches(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterTraceTypeNodeTest) Time elapsed: 0 s 15:17:33 [2019-07-19T19:17:33.299Z] testGetChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterTraceTypeNodeTest) Time elapsed: 0 s 15:17:33 [2019-07-19T19:17:33.299Z] testClone(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterTraceTypeNodeTest) Time elapsed: 0 s 15:17:33 [2019-07-19T19:17:33.299Z] testRemoveChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterTraceTypeNodeTest) Time elapsed: 0 s 15:17:33 [2019-07-19T19:17:33.299Z] testAddChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterTraceTypeNodeTest) Time elapsed: 0 s 15:17:33 [2019-07-19T19:17:33.299Z] testDefaults(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterTraceTypeNodeTest) Time elapsed: 0 s 15:17:33 [2019-07-19T19:17:33.299Z] testReplaceChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterTraceTypeNodeTest) Time elapsed: 0 s 15:17:33 [2019-07-19T19:17:33.299Z] testRemove(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterTraceTypeNodeTest) Time elapsed: 0 s 15:17:33 [2019-07-19T19:17:33.299Z] Running org.eclipse.tracecompass.tmf.core.tests.filter.parser.ElementResolverFilterTest 15:17:33 [2019-07-19T19:17:33.299Z] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s - in org.eclipse.tracecompass.tmf.core.tests.filter.parser.ElementResolverFilterTest 15:17:33 [2019-07-19T19:17:33.299Z] testLogicalOperator(org.eclipse.tracecompass.tmf.core.tests.filter.parser.ElementResolverFilterTest) Time elapsed: 0.003 s 15:17:33 [2019-07-19T19:17:33.299Z] testContainsOperator(org.eclipse.tracecompass.tmf.core.tests.filter.parser.ElementResolverFilterTest) Time elapsed: 0.001 s 15:17:33 [2019-07-19T19:17:33.299Z] testEqualsOperator(org.eclipse.tracecompass.tmf.core.tests.filter.parser.ElementResolverFilterTest) Time elapsed: 0.001 s 15:17:33 [2019-07-19T19:17:33.299Z] testRegex(org.eclipse.tracecompass.tmf.core.tests.filter.parser.ElementResolverFilterTest) Time elapsed: 0.002 s 15:17:33 [2019-07-19T19:17:33.299Z] testNotOperator(org.eclipse.tracecompass.tmf.core.tests.filter.parser.ElementResolverFilterTest) Time elapsed: 0.001 s 15:17:33 [2019-07-19T19:17:33.299Z] testComplexFilter(org.eclipse.tracecompass.tmf.core.tests.filter.parser.ElementResolverFilterTest) Time elapsed: 0.003 s 15:17:33 [2019-07-19T19:17:33.299Z] testFilterWithNumber(org.eclipse.tracecompass.tmf.core.tests.filter.parser.ElementResolverFilterTest) Time elapsed: 0.009 s 15:17:33 [2019-07-19T19:17:33.299Z] testLessThanOperator(org.eclipse.tracecompass.tmf.core.tests.filter.parser.ElementResolverFilterTest) Time elapsed: 0 s 15:17:33 [2019-07-19T19:17:33.299Z] testPresentOperator(org.eclipse.tracecompass.tmf.core.tests.filter.parser.ElementResolverFilterTest) Time elapsed: 0.001 s 15:17:33 [2019-07-19T19:17:33.299Z] testMatchesOperator(org.eclipse.tracecompass.tmf.core.tests.filter.parser.ElementResolverFilterTest) Time elapsed: 0.001 s 15:17:33 [2019-07-19T19:17:33.299Z] testNotEqualsOperator(org.eclipse.tracecompass.tmf.core.tests.filter.parser.ElementResolverFilterTest) Time elapsed: 0.001 s 15:17:33 [2019-07-19T19:17:33.299Z] testInvalid(org.eclipse.tracecompass.tmf.core.tests.filter.parser.ElementResolverFilterTest) Time elapsed: 0.051 s 15:17:33 [2019-07-19T19:17:33.299Z] testGreaterThanOperator(org.eclipse.tracecompass.tmf.core.tests.filter.parser.ElementResolverFilterTest) Time elapsed: 0 s 15:17:33 [2019-07-19T19:17:33.299Z] Running org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterNodeTest 15:17:33 [2019-07-19T19:17:33.299Z] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterNodeTest 15:17:33 [2019-07-19T19:17:33.299Z] testGetValidChildren(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterNodeTest) Time elapsed: 0 s 15:17:33 [2019-07-19T19:17:33.299Z] testGetName(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterNodeTest) Time elapsed: 0 s 15:17:33 [2019-07-19T19:17:33.299Z] testGetFilterName(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterNodeTest) Time elapsed: 0 s 15:17:33 [2019-07-19T19:17:33.299Z] testMatches(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterNodeTest) Time elapsed: 0 s 15:17:33 [2019-07-19T19:17:33.299Z] testGetChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterNodeTest) Time elapsed: 0 s 15:17:33 [2019-07-19T19:17:33.299Z] testClone(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterNodeTest) Time elapsed: 0 s 15:17:33 [2019-07-19T19:17:33.299Z] testRemoveChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterNodeTest) Time elapsed: 0 s 15:17:33 [2019-07-19T19:17:33.299Z] testAddChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterNodeTest) Time elapsed: 0 s 15:17:33 [2019-07-19T19:17:33.299Z] testDefaults(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterNodeTest) Time elapsed: 0 s 15:17:33 [2019-07-19T19:17:33.299Z] testReplaceChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterNodeTest) Time elapsed: 0 s 15:17:33 [2019-07-19T19:17:33.299Z] testRemove(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterNodeTest) Time elapsed: 0 s 15:17:33 [2019-07-19T19:17:33.299Z] Running org.eclipse.tracecompass.tmf.core.tests.filter.TmfCollapseFilterTest 15:17:33 [2019-07-19T19:17:33.556Z] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s - in org.eclipse.tracecompass.tmf.core.tests.filter.TmfCollapseFilterTest 15:17:33 [2019-07-19T19:17:33.556Z] testGetChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfCollapseFilterTest) Time elapsed: 0.001 s 15:17:33 [2019-07-19T19:17:33.556Z] testGetValidChildren(org.eclipse.tracecompass.tmf.core.tests.filter.TmfCollapseFilterTest) Time elapsed: 0.001 s 15:17:33 [2019-07-19T19:17:33.556Z] testClone(org.eclipse.tracecompass.tmf.core.tests.filter.TmfCollapseFilterTest) Time elapsed: 0.001 s 15:17:33 [2019-07-19T19:17:33.556Z] testRemoveChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfCollapseFilterTest) Time elapsed: 0 s 15:17:33 [2019-07-19T19:17:33.556Z] testAddChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfCollapseFilterTest) Time elapsed: 0.047 s 15:17:33 [2019-07-19T19:17:33.556Z] testMatches(org.eclipse.tracecompass.tmf.core.tests.filter.TmfCollapseFilterTest) Time elapsed: 0 s 15:17:33 [2019-07-19T19:17:33.556Z] testReplaceChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfCollapseFilterTest) Time elapsed: 0 s 15:17:33 [2019-07-19T19:17:33.556Z] testRemove(org.eclipse.tracecompass.tmf.core.tests.filter.TmfCollapseFilterTest) Time elapsed: 0 s 15:17:33 [2019-07-19T19:17:33.556Z] testInterfaces(org.eclipse.tracecompass.tmf.core.tests.filter.TmfCollapseFilterTest) Time elapsed: 0 s 15:17:33 [2019-07-19T19:17:33.556Z] Running org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterAndNodeTest 15:17:33 [2019-07-19T19:17:33.556Z] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterAndNodeTest 15:17:33 [2019-07-19T19:17:33.556Z] testGetValidChildren(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterAndNodeTest) Time elapsed: 0 s 15:17:33 [2019-07-19T19:17:33.556Z] testGetName(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterAndNodeTest) Time elapsed: 0 s 15:17:33 [2019-07-19T19:17:33.556Z] testMatches(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterAndNodeTest) Time elapsed: 0.001 s 15:17:33 [2019-07-19T19:17:33.556Z] testGetChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterAndNodeTest) Time elapsed: 0 s 15:17:33 [2019-07-19T19:17:33.556Z] testClone(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterAndNodeTest) Time elapsed: 0 s 15:17:33 [2019-07-19T19:17:33.556Z] testRemoveChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterAndNodeTest) Time elapsed: 0 s 15:17:33 [2019-07-19T19:17:33.556Z] testAddChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterAndNodeTest) Time elapsed: 0 s 15:17:33 [2019-07-19T19:17:33.556Z] testDefaults(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterAndNodeTest) Time elapsed: 0 s 15:17:33 [2019-07-19T19:17:33.556Z] testReplaceChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterAndNodeTest) Time elapsed: 0 s 15:17:33 [2019-07-19T19:17:33.556Z] testRemove(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterAndNodeTest) Time elapsed: 0 s 15:17:33 [2019-07-19T19:17:33.556Z] Running org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterOrNodeTest 15:17:33 [2019-07-19T19:17:33.556Z] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterOrNodeTest 15:17:33 [2019-07-19T19:17:33.556Z] testGetValidChildren(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterOrNodeTest) Time elapsed: 0 s 15:17:33 [2019-07-19T19:17:33.556Z] testGetName(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterOrNodeTest) Time elapsed: 0.001 s 15:17:33 [2019-07-19T19:17:33.556Z] testMatches(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterOrNodeTest) Time elapsed: 0 s 15:17:33 [2019-07-19T19:17:33.556Z] testGetChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterOrNodeTest) Time elapsed: 0 s 15:17:33 [2019-07-19T19:17:33.556Z] testClone(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterOrNodeTest) Time elapsed: 0 s 15:17:33 [2019-07-19T19:17:33.556Z] testRemoveChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterOrNodeTest) Time elapsed: 0 s 15:17:33 [2019-07-19T19:17:33.556Z] testAddChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterOrNodeTest) Time elapsed: 0 s 15:17:33 [2019-07-19T19:17:33.556Z] testDefaults(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterOrNodeTest) Time elapsed: 0.001 s 15:17:33 [2019-07-19T19:17:33.556Z] testReplaceChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterOrNodeTest) Time elapsed: 0 s 15:17:33 [2019-07-19T19:17:33.556Z] testRemove(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterOrNodeTest) Time elapsed: 0 s 15:17:33 [2019-07-19T19:17:33.556Z] Running org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterEqualsNodeTest 15:17:33 [2019-07-19T19:17:33.556Z] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterEqualsNodeTest 15:17:33 [2019-07-19T19:17:33.556Z] testGetValidChildren(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterEqualsNodeTest) Time elapsed: 0.001 s 15:17:33 [2019-07-19T19:17:33.556Z] testGetName(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterEqualsNodeTest) Time elapsed: 0 s 15:17:33 [2019-07-19T19:17:33.556Z] testMatches(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterEqualsNodeTest) Time elapsed: 0 s 15:17:33 [2019-07-19T19:17:33.556Z] testGetChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterEqualsNodeTest) Time elapsed: 0 s 15:17:33 [2019-07-19T19:17:33.556Z] testClone(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterEqualsNodeTest) Time elapsed: 0 s 15:17:33 [2019-07-19T19:17:33.556Z] testRemoveChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterEqualsNodeTest) Time elapsed: 0 s 15:17:33 [2019-07-19T19:17:33.556Z] testAddChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterEqualsNodeTest) Time elapsed: 0 s 15:17:33 [2019-07-19T19:17:33.556Z] testDefaults(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterEqualsNodeTest) Time elapsed: 0 s 15:17:33 [2019-07-19T19:17:33.556Z] testReplaceChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterEqualsNodeTest) Time elapsed: 0 s 15:17:33 [2019-07-19T19:17:33.556Z] testRemove(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterEqualsNodeTest) Time elapsed: 0 s 15:17:33 [2019-07-19T19:17:33.556Z] Running org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest 15:19:10 [2019-07-19T19:19:10.373Z] Tests run: 47, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 86.324 s - in org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest 15:19:10 [2019-07-19T19:19:10.373Z] testGetNextAfterSeekingOnLocation_1(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 1.87 s 15:19:10 [2019-07-19T19:19:10.373Z] testGetNextAfterSeekingOnLocation_2(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 1.684 s 15:19:10 [2019-07-19T19:19:10.373Z] testGetNextAfterSeekingOnLocation_3(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 1.657 s 15:19:10 [2019-07-19T19:19:10.373Z] testGetNextLocation(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 1.595 s 15:19:10 [2019-07-19T19:19:10.373Z] testParseEvent(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 1.592 s 15:19:10 [2019-07-19T19:19:10.373Z] testSetTimeRange(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 3.072 s 15:19:10 [2019-07-19T19:19:10.373Z] testProcessEventRequestForSomeEvents(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 1.559 s 15:19:10 [2019-07-19T19:19:10.373Z] testCopyConstructor(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 3.177 s 15:19:10 [2019-07-19T19:19:10.373Z] testSetNbEvents(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 3.151 s 15:19:10 [2019-07-19T19:19:10.373Z] testSeekOnRankNotOnCacheBoundary(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 1.546 s 15:19:10 [2019-07-19T19:19:10.373Z] testSeekEventOnNullTimestamp(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 1.463 s 15:19:10 [2019-07-19T19:19:10.373Z] testSeekOnRankOnCacheBoundary(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 1.718 s 15:19:10 [2019-07-19T19:19:10.373Z] testSeekEventOnTimestampOutOfScope(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 1.608 s 15:19:10 [2019-07-19T19:19:10.373Z] testTraceHostId(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 1.55 s 15:19:10 [2019-07-19T19:19:10.373Z] testFullConstructor(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 2.948 s 15:19:10 [2019-07-19T19:19:10.373Z] testSetStreamingInterval(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 1.465 s 15:19:10 [2019-07-19T19:19:10.373Z] testGetUUID(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 1.518 s 15:19:10 [2019-07-19T19:19:10.373Z] testCurrentTimeValues(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 2.939 s 15:19:10 [2019-07-19T19:19:10.373Z] testSeekEventOnTimestampNotOnCacheBoundary(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 1.544 s 15:19:10 [2019-07-19T19:19:10.373Z] testInitializeNullPath(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 1.48 s 15:19:10 [2019-07-19T19:19:10.373Z] testSeekEventNotOnCacheBoundary(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 1.541 s 15:19:10 [2019-07-19T19:19:10.373Z] testGetNextAfteSeekingOnTS_1(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 1.495 s 15:19:10 [2019-07-19T19:19:10.373Z] testGetNextAfteSeekingOnTS_2(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 1.47 s 15:19:10 [2019-07-19T19:19:10.373Z] testGetNextAfteSeekingOnTS_3(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 1.505 s 15:19:10 [2019-07-19T19:19:10.373Z] testGetNextEndLocation(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 1.508 s 15:19:10 [2019-07-19T19:19:10.373Z] testSeekEventOnNegativeRank(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 1.47 s 15:19:10 [2019-07-19T19:19:10.373Z] testProcessDataRequestForSomeEvents(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 1.558 s 15:19:10 [2019-07-19T19:19:10.373Z] testLiveTraceConstructor(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 2.936 s 15:19:10 [2019-07-19T19:19:10.373Z] testProcessEventRequestForAllEvents(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 2.08 s 15:19:10 [2019-07-19T19:19:10.373Z] testSeekEventOutOfScope(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 1.522 s 15:19:10 [2019-07-19T19:19:10.373Z] testInitTrace(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 2.955 s 15:19:10 [2019-07-19T19:19:10.373Z] testSetStartTime(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 2.931 s 15:19:10 [2019-07-19T19:19:10.373Z] testSeekEventOnRankOutOfScope(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 1.506 s 15:19:10 [2019-07-19T19:19:10.373Z] testSetEndTime(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 2.951 s 15:19:10 [2019-07-19T19:19:10.373Z] testSeekEventOnTimestampOnCacheBoundary(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 1.549 s 15:19:10 [2019-07-19T19:19:10.373Z] testCancel(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 1.528 s 15:19:10 [2019-07-19T19:19:10.373Z] testProcessEventRequestForOtherEvents(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 1.554 s 15:19:10 [2019-07-19T19:19:10.373Z] testGetModules(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 1.499 s 15:19:10 [2019-07-19T19:19:10.373Z] testGetEventAspects(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 1.581 s 15:19:10 [2019-07-19T19:19:10.373Z] testSeekEventOnCacheBoundary(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 1.547 s 15:19:10 [2019-07-19T19:19:10.373Z] testProcessEventRequestForNbEvents(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 1.551 s 15:19:10 [2019-07-19T19:19:10.373Z] testInitializeSimplePath(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 1.459 s 15:19:10 [2019-07-19T19:19:10.373Z] testDefaultTmfTraceStub(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 1.462 s 15:19:10 [2019-07-19T19:19:10.373Z] testInitializeNormalPath(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 1.474 s 15:19:10 [2019-07-19T19:19:10.373Z] testGetNextAfterSeekingOnRank_1(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 1.472 s 15:19:10 [2019-07-19T19:19:10.373Z] testGetNextAfterSeekingOnRank_2(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 1.464 s 15:19:10 [2019-07-19T19:19:10.373Z] testGetNextAfterSeekingOnRank_3(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 1.594 s 15:19:10 [2019-07-19T19:19:10.373Z] Running org.eclipse.tracecompass.tmf.core.tests.trace.indexer.BTreeTest 15:19:10 [2019-07-19T19:19:10.373Z] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.983 s - in org.eclipse.tracecompass.tmf.core.tests.trace.indexer.BTreeTest 15:19:10 [2019-07-19T19:19:10.373Z] testAccept(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.BTreeTest) Time elapsed: 0.544 s 15:19:10 [2019-07-19T19:19:10.373Z] testInsertAlotCheckEquals(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.BTreeTest) Time elapsed: 1.713 s 15:19:10 [2019-07-19T19:19:10.373Z] testInsertSameTimestamp(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.BTreeTest) Time elapsed: 1.054 s 15:19:10 [2019-07-19T19:19:10.373Z] testVersionChange(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.BTreeTest) Time elapsed: 0.002 s 15:19:10 [2019-07-19T19:19:10.373Z] testSetGetTimeRange(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.BTreeTest) Time elapsed: 0 s 15:19:10 [2019-07-19T19:19:10.373Z] testIsCreatedFromScratch(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.BTreeTest) Time elapsed: 0 s 15:19:10 [2019-07-19T19:19:10.373Z] testGetSize(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.BTreeTest) Time elapsed: 0.151 s 15:19:10 [2019-07-19T19:19:10.373Z] testDeleteWhenInvalidBug479675(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.BTreeTest) Time elapsed: 0.15 s 15:19:10 [2019-07-19T19:19:10.373Z] testSetGetNbEvents(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.BTreeTest) Time elapsed: 0.001 s 15:19:10 [2019-07-19T19:19:10.373Z] testInsertAlot(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.BTreeTest) Time elapsed: 1.025 s 15:19:10 [2019-07-19T19:19:10.373Z] testInsertAfterReopen(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.BTreeTest) Time elapsed: 0.002 s 15:19:10 [2019-07-19T19:19:10.373Z] testDelete(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.BTreeTest) Time elapsed: 0 s 15:19:10 [2019-07-19T19:19:10.373Z] testInsert(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.BTreeTest) Time elapsed: 0 s 15:19:10 [2019-07-19T19:19:10.373Z] testConstructorExistingFile(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.BTreeTest) Time elapsed: 0.001 s 15:19:10 [2019-07-19T19:19:10.373Z] testBinarySearchInBetweenSameTimestamp(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.BTreeTest) Time elapsed: 0.181 s 15:19:10 [2019-07-19T19:19:10.373Z] testInsertAfterEmptyReopen(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.BTreeTest) Time elapsed: 0.002 s 15:19:10 [2019-07-19T19:19:10.373Z] testConstructor(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.BTreeTest) Time elapsed: 0 s 15:19:10 [2019-07-19T19:19:10.373Z] testBinarySearchFindInBetween(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.BTreeTest) Time elapsed: 0.149 s 15:19:10 [2019-07-19T19:19:10.373Z] Running org.eclipse.tracecompass.tmf.core.tests.trace.indexer.checkpoint.TmfBTreeIndexTest 15:19:15 [2019-07-19T19:19:15.629Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.788 s - in org.eclipse.tracecompass.tmf.core.tests.trace.indexer.checkpoint.TmfBTreeIndexTest 15:19:15 [2019-07-19T19:19:15.629Z] testReopenIndex(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.checkpoint.TmfBTreeIndexTest) Time elapsed: 4.683 s 15:19:15 [2019-07-19T19:19:15.629Z] testInsertAfterReopenIndex(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.checkpoint.TmfBTreeIndexTest) Time elapsed: 3.877 s 15:19:15 [2019-07-19T19:19:15.629Z] testEmptyTmfTraceIndexing(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.checkpoint.TmfBTreeIndexTest) Time elapsed: 1.109 s 15:19:15 [2019-07-19T19:19:15.629Z] testTmfTraceIndexing(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.checkpoint.TmfBTreeIndexTest) Time elapsed: 1.115 s 15:19:15 [2019-07-19T19:19:15.629Z] Running org.eclipse.tracecompass.tmf.core.tests.trace.indexer.checkpoint.TmfCheckpointIndexTest 15:19:18 [2019-07-19T19:19:18.903Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.012 s - in org.eclipse.tracecompass.tmf.core.tests.trace.indexer.checkpoint.TmfCheckpointIndexTest 15:19:18 [2019-07-19T19:19:18.903Z] testEmptyTmfTraceIndexing(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.checkpoint.TmfCheckpointIndexTest) Time elapsed: 1.518 s 15:19:18 [2019-07-19T19:19:18.903Z] testTmfTraceIndexing(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.checkpoint.TmfCheckpointIndexTest) Time elapsed: 1.493 s 15:19:18 [2019-07-19T19:19:18.903Z] Running org.eclipse.tracecompass.tmf.core.tests.trace.indexer.checkpoint.TmfCheckpointTest 15:19:18 [2019-07-19T19:19:18.903Z] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.tracecompass.tmf.core.tests.trace.indexer.checkpoint.TmfCheckpointTest 15:19:18 [2019-07-19T19:19:18.903Z] testNotEqual(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.checkpoint.TmfCheckpointTest) Time elapsed: 0 s 15:19:18 [2019-07-19T19:19:18.903Z] testHashCodeNull(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.checkpoint.TmfCheckpointTest) Time elapsed: 0.001 s 15:19:18 [2019-07-19T19:19:18.903Z] testToString(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.checkpoint.TmfCheckpointTest) Time elapsed: 0 s 15:19:18 [2019-07-19T19:19:18.903Z] testCompareTo(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.checkpoint.TmfCheckpointTest) Time elapsed: 0 s 15:19:18 [2019-07-19T19:19:18.903Z] testTmfLocationCopy2(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.checkpoint.TmfCheckpointTest) Time elapsed: 0 s 15:19:18 [2019-07-19T19:19:18.903Z] testEqualsSymmetry(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.checkpoint.TmfCheckpointTest) Time elapsed: 0 s 15:19:18 [2019-07-19T19:19:18.903Z] testCompareToNull(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.checkpoint.TmfCheckpointTest) Time elapsed: 0 s 15:19:18 [2019-07-19T19:19:18.903Z] testHashCode(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.checkpoint.TmfCheckpointTest) Time elapsed: 0 s 15:19:18 [2019-07-19T19:19:18.903Z] testEqualsTransivity(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.checkpoint.TmfCheckpointTest) Time elapsed: 0 s 15:19:18 [2019-07-19T19:19:18.903Z] testEqualsReflexivity(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.checkpoint.TmfCheckpointTest) Time elapsed: 0 s 15:19:18 [2019-07-19T19:19:18.903Z] testTmfCheckpoint(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.checkpoint.TmfCheckpointTest) Time elapsed: 0 s 15:19:18 [2019-07-19T19:19:18.903Z] Running org.eclipse.tracecompass.tmf.core.tests.trace.indexer.checkpoint.TmfExperimentCheckpointIndexTest 15:19:33 [2019-07-19T19:19:33.759Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.638 s - in org.eclipse.tracecompass.tmf.core.tests.trace.indexer.checkpoint.TmfExperimentCheckpointIndexTest 15:19:33 [2019-07-19T19:19:33.759Z] testGrowingIndex(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.checkpoint.TmfExperimentCheckpointIndexTest) Time elapsed: 8.617 s 15:19:33 [2019-07-19T19:19:33.759Z] testTmfTraceIndexing(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.checkpoint.TmfExperimentCheckpointIndexTest) Time elapsed: 5.019 s 15:19:33 [2019-07-19T19:19:33.759Z] Running org.eclipse.tracecompass.tmf.core.tests.trace.indexer.TmfMemoryIndexTest 15:19:33 [2019-07-19T19:19:33.759Z] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.411 s - in org.eclipse.tracecompass.tmf.core.tests.trace.indexer.TmfMemoryIndexTest 15:19:33 [2019-07-19T19:19:33.759Z] testBinarySearch(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.TmfMemoryIndexTest) Time elapsed: 0.032 s 15:19:33 [2019-07-19T19:19:33.759Z] testDispose(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.TmfMemoryIndexTest) Time elapsed: 0 s 15:19:33 [2019-07-19T19:19:33.759Z] testInsert(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.TmfMemoryIndexTest) Time elapsed: 0 s 15:19:33 [2019-07-19T19:19:33.759Z] testInsertSameTimestamp(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.TmfMemoryIndexTest) Time elapsed: 0.178 s 15:19:33 [2019-07-19T19:19:33.759Z] testVersionChange(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.TmfMemoryIndexTest) Time elapsed: 0.001 s 15:19:33 [2019-07-19T19:19:33.759Z] testSetGetTimeRange(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.TmfMemoryIndexTest) Time elapsed: 0 s 15:19:33 [2019-07-19T19:19:33.759Z] testIsCreatedFromScratch(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.TmfMemoryIndexTest) Time elapsed: 0 s 15:19:33 [2019-07-19T19:19:33.759Z] testGetSize(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.TmfMemoryIndexTest) Time elapsed: 0.007 s 15:19:33 [2019-07-19T19:19:33.759Z] testDeleteWhenInvalidBug479675(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.TmfMemoryIndexTest) Time elapsed: 0.011 s 15:19:33 [2019-07-19T19:19:33.759Z] testSetGetNbEvents(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.TmfMemoryIndexTest) Time elapsed: 0 s 15:19:33 [2019-07-19T19:19:33.759Z] testInsertAlot(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.TmfMemoryIndexTest) Time elapsed: 0.158 s 15:19:33 [2019-07-19T19:19:33.759Z] testInsertAfterReopen(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.TmfMemoryIndexTest) Time elapsed: 0 s 15:19:33 [2019-07-19T19:19:33.759Z] testDelete(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.TmfMemoryIndexTest) Time elapsed: 0.001 s 15:19:33 [2019-07-19T19:19:33.759Z] testConstructorExistingFile(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.TmfMemoryIndexTest) Time elapsed: 0 s 15:19:33 [2019-07-19T19:19:33.759Z] testBinarySearchInBetweenSameTimestamp(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.TmfMemoryIndexTest) Time elapsed: 0.009 s 15:19:33 [2019-07-19T19:19:33.759Z] testInsertAfterEmptyReopen(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.TmfMemoryIndexTest) Time elapsed: 0 s 15:19:33 [2019-07-19T19:19:33.759Z] testConstructor(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.TmfMemoryIndexTest) Time elapsed: 0 s 15:19:33 [2019-07-19T19:19:33.759Z] testBinarySearchFindInBetween(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.TmfMemoryIndexTest) Time elapsed: 0.009 s 15:19:33 [2019-07-19T19:19:33.759Z] Running org.eclipse.tracecompass.tmf.core.tests.trace.indexer.FlatArrayTest 15:19:41 [2019-07-19T19:19:41.857Z] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.892 s - in org.eclipse.tracecompass.tmf.core.tests.trace.indexer.FlatArrayTest 15:19:41 [2019-07-19T19:19:41.857Z] testBinarySearch(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.FlatArrayTest) Time elapsed: 0.359 s 15:19:41 [2019-07-19T19:19:41.857Z] testInsertAlotCheckEquals(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.FlatArrayTest) Time elapsed: 0.592 s 15:19:41 [2019-07-19T19:19:41.857Z] testInsertSameTimestamp(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.FlatArrayTest) Time elapsed: 2.716 s 15:19:41 [2019-07-19T19:19:41.857Z] testVersionChange(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.FlatArrayTest) Time elapsed: 0.002 s 15:19:41 [2019-07-19T19:19:41.857Z] testSetGetTimeRange(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.FlatArrayTest) Time elapsed: 0 s 15:19:41 [2019-07-19T19:19:41.857Z] testIsCreatedFromScratch(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.FlatArrayTest) Time elapsed: 0.001 s 15:19:41 [2019-07-19T19:19:41.857Z] testGetSize(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.FlatArrayTest) Time elapsed: 0.353 s 15:19:41 [2019-07-19T19:19:41.857Z] testDeleteWhenInvalidBug479675(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.FlatArrayTest) Time elapsed: 0.334 s 15:19:41 [2019-07-19T19:19:41.857Z] testSetGetNbEvents(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.FlatArrayTest) Time elapsed: 0.001 s 15:19:41 [2019-07-19T19:19:41.857Z] testInsertAlot(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.FlatArrayTest) Time elapsed: 2.601 s 15:19:41 [2019-07-19T19:19:41.857Z] testInsertAfterReopen(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.FlatArrayTest) Time elapsed: 0.001 s 15:19:41 [2019-07-19T19:19:41.857Z] testDelete(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.FlatArrayTest) Time elapsed: 0.001 s 15:19:41 [2019-07-19T19:19:41.857Z] testInsert(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.FlatArrayTest) Time elapsed: 0.001 s 15:19:41 [2019-07-19T19:19:41.857Z] testConstructorExistingFile(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.FlatArrayTest) Time elapsed: 0.001 s 15:19:41 [2019-07-19T19:19:41.857Z] testBinarySearchInBetweenSameTimestamp(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.FlatArrayTest) Time elapsed: 0.442 s 15:19:41 [2019-07-19T19:19:41.857Z] testInsertAfterEmptyReopen(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.FlatArrayTest) Time elapsed: 0.001 s 15:19:41 [2019-07-19T19:19:41.857Z] testConstructor(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.FlatArrayTest) Time elapsed: 0.001 s 15:19:41 [2019-07-19T19:19:41.857Z] testBinarySearchFindInBetween(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.FlatArrayTest) Time elapsed: 0.481 s 15:19:41 [2019-07-19T19:19:41.857Z] Running org.eclipse.tracecompass.tmf.core.tests.trace.location.TmfLocationTest 15:19:41 [2019-07-19T19:19:41.857Z] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.tracecompass.tmf.core.tests.trace.location.TmfLocationTest 15:19:41 [2019-07-19T19:19:41.857Z] testEqualsWrongTypes(org.eclipse.tracecompass.tmf.core.tests.trace.location.TmfLocationTest) Time elapsed: 0.001 s 15:19:41 [2019-07-19T19:19:41.857Z] testToString(org.eclipse.tracecompass.tmf.core.tests.trace.location.TmfLocationTest) Time elapsed: 0 s 15:19:41 [2019-07-19T19:19:41.857Z] testTmfLocation(org.eclipse.tracecompass.tmf.core.tests.trace.location.TmfLocationTest) Time elapsed: 0 s 15:19:41 [2019-07-19T19:19:41.857Z] testTmfLocationCopy(org.eclipse.tracecompass.tmf.core.tests.trace.location.TmfLocationTest) Time elapsed: 0 s 15:19:41 [2019-07-19T19:19:41.857Z] testEqualsNull(org.eclipse.tracecompass.tmf.core.tests.trace.location.TmfLocationTest) Time elapsed: 0 s 15:19:41 [2019-07-19T19:19:41.857Z] testEqualsSymmetry(org.eclipse.tracecompass.tmf.core.tests.trace.location.TmfLocationTest) Time elapsed: 0 s 15:19:41 [2019-07-19T19:19:41.857Z] testHashCode(org.eclipse.tracecompass.tmf.core.tests.trace.location.TmfLocationTest) Time elapsed: 0.001 s 15:19:41 [2019-07-19T19:19:41.857Z] testEqualsTransivity(org.eclipse.tracecompass.tmf.core.tests.trace.location.TmfLocationTest) Time elapsed: 0 s 15:19:41 [2019-07-19T19:19:41.857Z] testEqualsReflexivity(org.eclipse.tracecompass.tmf.core.tests.trace.location.TmfLocationTest) Time elapsed: 0 s 15:19:41 [2019-07-19T19:19:41.857Z] testEqualsWithNulls(org.eclipse.tracecompass.tmf.core.tests.trace.location.TmfLocationTest) Time elapsed: 0 s 15:19:41 [2019-07-19T19:19:41.857Z] Running org.eclipse.tracecompass.tmf.core.tests.trace.TmfMultiTraceExperimentTest 15:19:54 [2019-07-19T19:19:54.036Z] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.956 s - in org.eclipse.tracecompass.tmf.core.tests.trace.TmfMultiTraceExperimentTest 15:19:54 [2019-07-19T19:19:54.036Z] testGetNextAfterSeekingOnLocation_1(org.eclipse.tracecompass.tmf.core.tests.trace.TmfMultiTraceExperimentTest) Time elapsed: 0.002 s 15:19:54 [2019-07-19T19:19:54.036Z] testGetNextAfterSeekingOnLocation_2(org.eclipse.tracecompass.tmf.core.tests.trace.TmfMultiTraceExperimentTest) Time elapsed: 0.002 s 15:19:54 [2019-07-19T19:19:54.036Z] testGetNextAfterSeekingOnLocation_3(org.eclipse.tracecompass.tmf.core.tests.trace.TmfMultiTraceExperimentTest) Time elapsed: 0.025 s 15:19:54 [2019-07-19T19:19:54.036Z] testGetNextLocation(org.eclipse.tracecompass.tmf.core.tests.trace.TmfMultiTraceExperimentTest) Time elapsed: 0 s 15:19:54 [2019-07-19T19:19:54.036Z] testInitialRangeOffset(org.eclipse.tracecompass.tmf.core.tests.trace.TmfMultiTraceExperimentTest) Time elapsed: 2.971 s 15:19:54 [2019-07-19T19:19:54.036Z] testProcessRequestForNbEvents(org.eclipse.tracecompass.tmf.core.tests.trace.TmfMultiTraceExperimentTest) Time elapsed: 0.083 s 15:19:54 [2019-07-19T19:19:54.036Z] testSeekTimestampOnCacheBoundary(org.eclipse.tracecompass.tmf.core.tests.trace.TmfMultiTraceExperimentTest) Time elapsed: 0.096 s 15:19:54 [2019-07-19T19:19:54.036Z] testSeekRankOutOfScope(org.eclipse.tracecompass.tmf.core.tests.trace.TmfMultiTraceExperimentTest) Time elapsed: 0.048 s 15:19:54 [2019-07-19T19:19:54.036Z] testProcessRequestForAllEvents(org.eclipse.tracecompass.tmf.core.tests.trace.TmfMultiTraceExperimentTest) Time elapsed: 0.968 s 15:19:54 [2019-07-19T19:19:54.036Z] testSeekLocationNotOnCacheBoundary(org.eclipse.tracecompass.tmf.core.tests.trace.TmfMultiTraceExperimentTest) Time elapsed: 0.166 s 15:19:54 [2019-07-19T19:19:54.036Z] testSeekLocationOnCacheBoundary(org.eclipse.tracecompass.tmf.core.tests.trace.TmfMultiTraceExperimentTest) Time elapsed: 0.001 s 15:19:54 [2019-07-19T19:19:54.036Z] testSeekTimestampNotOnCacheBoundary(org.eclipse.tracecompass.tmf.core.tests.trace.TmfMultiTraceExperimentTest) Time elapsed: 0.075 s 15:19:54 [2019-07-19T19:19:54.036Z] testGetNextAfteSeekingOnTS_1(org.eclipse.tracecompass.tmf.core.tests.trace.TmfMultiTraceExperimentTest) Time elapsed: 0.001 s 15:19:54 [2019-07-19T19:19:54.036Z] testGetNextAfteSeekingOnTS_2(org.eclipse.tracecompass.tmf.core.tests.trace.TmfMultiTraceExperimentTest) Time elapsed: 0.002 s 15:19:54 [2019-07-19T19:19:54.036Z] testGetNextAfteSeekingOnTS_3(org.eclipse.tracecompass.tmf.core.tests.trace.TmfMultiTraceExperimentTest) Time elapsed: 0.025 s 15:19:54 [2019-07-19T19:19:54.036Z] testGetNextEndLocation(org.eclipse.tracecompass.tmf.core.tests.trace.TmfMultiTraceExperimentTest) Time elapsed: 0.047 s 15:19:54 [2019-07-19T19:19:54.036Z] testDefaultCurrentTimeValues(org.eclipse.tracecompass.tmf.core.tests.trace.TmfMultiTraceExperimentTest) Time elapsed: 2.957 s 15:19:54 [2019-07-19T19:19:54.036Z] testSeekLocationOutOfScope(org.eclipse.tracecompass.tmf.core.tests.trace.TmfMultiTraceExperimentTest) Time elapsed: 0 s 15:19:54 [2019-07-19T19:19:54.036Z] testBasicTmfExperimentConstructor(org.eclipse.tracecompass.tmf.core.tests.trace.TmfMultiTraceExperimentTest) Time elapsed: 0 s 15:19:54 [2019-07-19T19:19:54.036Z] testGetTimestamp(org.eclipse.tracecompass.tmf.core.tests.trace.TmfMultiTraceExperimentTest) Time elapsed: 0.173 s 15:19:54 [2019-07-19T19:19:54.036Z] testCancel(org.eclipse.tracecompass.tmf.core.tests.trace.TmfMultiTraceExperimentTest) Time elapsed: 0.141 s 15:19:54 [2019-07-19T19:19:54.036Z] testSeekRankNotOnCacheBoundary(org.eclipse.tracecompass.tmf.core.tests.trace.TmfMultiTraceExperimentTest) Time elapsed: 0.071 s 15:19:54 [2019-07-19T19:19:54.036Z] testSeekTimestampOutOfScope(org.eclipse.tracecompass.tmf.core.tests.trace.TmfMultiTraceExperimentTest) Time elapsed: 0.048 s 15:19:54 [2019-07-19T19:19:54.036Z] testSeekRankOnCacheBoundary(org.eclipse.tracecompass.tmf.core.tests.trace.TmfMultiTraceExperimentTest) Time elapsed: 0.001 s 15:19:54 [2019-07-19T19:19:54.036Z] testGetNextAfterSeekingOnRank_1(org.eclipse.tracecompass.tmf.core.tests.trace.TmfMultiTraceExperimentTest) Time elapsed: 0.001 s 15:19:54 [2019-07-19T19:19:54.036Z] testGetNextAfterSeekingOnRank_2(org.eclipse.tracecompass.tmf.core.tests.trace.TmfMultiTraceExperimentTest) Time elapsed: 0.001 s 15:19:54 [2019-07-19T19:19:54.036Z] testGetNextAfterSeekingOnRank_3(org.eclipse.tracecompass.tmf.core.tests.trace.TmfMultiTraceExperimentTest) Time elapsed: 0.025 s 15:19:54 [2019-07-19T19:19:54.036Z] Running org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceUtilsTest 15:20:03 [2019-07-19T19:20:03.992Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.038 s - in org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceUtilsTest 15:20:03 [2019-07-19T19:20:03.992Z] testGetModulesByClass(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceUtilsTest) Time elapsed: 1.614 s 15:20:03 [2019-07-19T19:20:03.992Z] testResolveEventAspectsOfNameForEvent(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceUtilsTest) Time elapsed: 1.486 s 15:20:03 [2019-07-19T19:20:03.992Z] testAdditionalAspects(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceUtilsTest) Time elapsed: 1.466 s 15:20:03 [2019-07-19T19:20:03.992Z] testGetAspects(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceUtilsTest) Time elapsed: 1.496 s 15:20:03 [2019-07-19T19:20:03.992Z] testGetModulesByClassForHost(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceUtilsTest) Time elapsed: 1.487 s 15:20:03 [2019-07-19T19:20:03.992Z] testResolveEventAspectsOfClassForEvent(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceUtilsTest) Time elapsed: 1.482 s 15:20:03 [2019-07-19T19:20:03.992Z] Running org.eclipse.tracecompass.tmf.core.tests.trace.stub.XmlStubTraceTest 15:20:03 [2019-07-19T19:20:03.992Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.374 s - in org.eclipse.tracecompass.tmf.core.tests.trace.stub.XmlStubTraceTest 15:20:03 [2019-07-19T19:20:03.992Z] testAspects(org.eclipse.tracecompass.tmf.core.tests.trace.stub.XmlStubTraceTest) Time elapsed: 0.163 s 15:20:03 [2019-07-19T19:20:03.992Z] testValidate(org.eclipse.tracecompass.tmf.core.tests.trace.stub.XmlStubTraceTest) Time elapsed: 0.031 s 15:20:03 [2019-07-19T19:20:03.992Z] testDevelopmentTrace(org.eclipse.tracecompass.tmf.core.tests.trace.stub.XmlStubTraceTest) Time elapsed: 1.179 s 15:20:03 [2019-07-19T19:20:03.992Z] Running org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentUtilsTest 15:20:05 [2019-07-19T19:20:05.885Z] 15:20:05 [2019-07-19T19:20:05.885Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 0 2019-07-19 19:20:05.631 15:20:05 [2019-07-19T19:20:05.885Z] !MESSAGE Unexpected error executing analysis with trace A-Test-10K-2 15:20:05 [2019-07-19T19:20:05.885Z] !STACK 0 15:20:05 [2019-07-19T19:20:05.885Z] java.lang.RuntimeException: The parameter should be set 15:20:05 [2019-07-19T19:20:05.885Z] at org.eclipse.tracecompass.tmf.tests.stubs.analysis.TestAnalysis.executeAnalysis(TestAnalysis.java:48) 15:20:05 [2019-07-19T19:20:05.885Z] at org.eclipse.tracecompass.tmf.core.analysis.TmfAbstractAnalysisModule$1.run(TmfAbstractAnalysisModule.java:393) 15:20:05 [2019-07-19T19:20:05.885Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) 15:20:05 [2019-07-19T19:20:05.885Z] 15:20:05 [2019-07-19T19:20:05.885Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 0 2019-07-19 19:20:05.634 15:20:05 [2019-07-19T19:20:05.885Z] !MESSAGE Exception executing analysis 15:20:05 [2019-07-19T19:20:05.885Z] !STACK 0 15:20:05 [2019-07-19T19:20:05.885Z] java.lang.RuntimeException: The parameter should be set 15:20:05 [2019-07-19T19:20:05.885Z] at org.eclipse.tracecompass.tmf.tests.stubs.analysis.TestAnalysis.executeAnalysis(TestAnalysis.java:48) 15:20:05 [2019-07-19T19:20:05.885Z] at org.eclipse.tracecompass.tmf.core.analysis.TmfAbstractAnalysisModule$1.run(TmfAbstractAnalysisModule.java:393) 15:20:05 [2019-07-19T19:20:05.885Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) 15:20:07 [2019-07-19T19:20:07.255Z] 15:20:07 [2019-07-19T19:20:07.255Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 0 2019-07-19 19:20:07.149 15:20:07 [2019-07-19T19:20:07.255Z] !MESSAGE Unexpected error executing analysis with trace A-Test-10K-2 15:20:07 [2019-07-19T19:20:07.255Z] !STACK 0 15:20:07 [2019-07-19T19:20:07.255Z] java.lang.RuntimeException: The parameter should be set 15:20:07 [2019-07-19T19:20:07.255Z] at org.eclipse.tracecompass.tmf.tests.stubs.analysis.TestAnalysis.executeAnalysis(TestAnalysis.java:48) 15:20:07 [2019-07-19T19:20:07.255Z] at org.eclipse.tracecompass.tmf.core.analysis.TmfAbstractAnalysisModule$1.run(TmfAbstractAnalysisModule.java:393) 15:20:07 [2019-07-19T19:20:07.255Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) 15:20:07 [2019-07-19T19:20:07.255Z] 15:20:07 [2019-07-19T19:20:07.255Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 0 2019-07-19 19:20:07.151 15:20:07 [2019-07-19T19:20:07.255Z] !MESSAGE Exception executing analysis 15:20:07 [2019-07-19T19:20:07.255Z] !STACK 0 15:20:07 [2019-07-19T19:20:07.255Z] java.lang.RuntimeException: The parameter should be set 15:20:07 [2019-07-19T19:20:07.255Z] at org.eclipse.tracecompass.tmf.tests.stubs.analysis.TestAnalysis.executeAnalysis(TestAnalysis.java:48) 15:20:07 [2019-07-19T19:20:07.255Z] at org.eclipse.tracecompass.tmf.core.analysis.TmfAbstractAnalysisModule$1.run(TmfAbstractAnalysisModule.java:393) 15:20:07 [2019-07-19T19:20:07.255Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) 15:20:07 [2019-07-19T19:20:07.255Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.257 s - in org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentUtilsTest 15:20:07 [2019-07-19T19:20:07.255Z] testGetModuleById(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentUtilsTest) Time elapsed: 1.732 s 15:20:07 [2019-07-19T19:20:07.255Z] testGetModuleByClass(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentUtilsTest) Time elapsed: 1.525 s 15:20:07 [2019-07-19T19:20:07.255Z] Running org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest 15:21:58 [2019-07-19T19:21:58.871Z] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 104.013 s - in org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest 15:21:58 [2019-07-19T19:21:58.871Z] testGetNextAfterSeekingOnLocation_1(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest) Time elapsed: 2.942 s 15:21:58 [2019-07-19T19:21:58.871Z] testGetNextAfterSeekingOnLocation_2(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest) Time elapsed: 2.951 s 15:21:58 [2019-07-19T19:21:58.871Z] testGetNextAfterSeekingOnLocation_3(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest) Time elapsed: 2.979 s 15:21:58 [2019-07-19T19:21:58.871Z] testGetNextLocation(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest) Time elapsed: 2.953 s 15:21:58 [2019-07-19T19:21:58.871Z] testProcessRequestForNbEvents(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest) Time elapsed: 3.048 s 15:21:58 [2019-07-19T19:21:58.871Z] testSeekTimestampOnCacheBoundary(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest) Time elapsed: 3.058 s 15:21:58 [2019-07-19T19:21:58.871Z] testSeekRankOutOfScope(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest) Time elapsed: 3.012 s 15:21:58 [2019-07-19T19:21:58.871Z] testProcessRequestForAllEvents(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest) Time elapsed: 3.465 s 15:21:58 [2019-07-19T19:21:58.871Z] testSeekLocationNotOnCacheBoundary(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest) Time elapsed: 3.139 s 15:21:58 [2019-07-19T19:21:58.871Z] testSeekLocationOnCacheBoundary(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest) Time elapsed: 2.971 s 15:21:58 [2019-07-19T19:21:58.871Z] testSimpleTmfExperimentConstructor(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest) Time elapsed: 2.971 s 15:21:58 [2019-07-19T19:21:58.871Z] testExperimentInitialization(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest) Time elapsed: 4.643 s 15:21:58 [2019-07-19T19:21:58.871Z] testSeekNoTrace(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest) Time elapsed: 2.954 s 15:21:58 [2019-07-19T19:21:58.871Z] testSeekTimestampNotOnCacheBoundary(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest) Time elapsed: 3.028 s 15:21:58 [2019-07-19T19:21:58.871Z] testGetNextAfteSeekingOnTS_1(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest) Time elapsed: 2.942 s 15:21:58 [2019-07-19T19:21:58.871Z] testGetNextAfteSeekingOnTS_2(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest) Time elapsed: 2.946 s 15:21:58 [2019-07-19T19:21:58.871Z] testGetNextAfteSeekingOnTS_3(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest) Time elapsed: 3.059 s 15:21:58 [2019-07-19T19:21:58.871Z] testGetNextEndLocation(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest) Time elapsed: 3.029 s 15:21:58 [2019-07-19T19:21:58.871Z] testGetLocationRatio(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest) Time elapsed: 2.99 s 15:21:58 [2019-07-19T19:21:58.871Z] testSeekBadLocation(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest) Time elapsed: 2.937 s 15:21:58 [2019-07-19T19:21:58.871Z] testSeekLocationOutOfScope(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest) Time elapsed: 2.96 s 15:21:58 [2019-07-19T19:21:58.871Z] testGetTimestamp(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest) Time elapsed: 3.058 s 15:21:58 [2019-07-19T19:21:58.871Z] testWithMultiHostClockOffset(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest) Time elapsed: 2.995 s 15:21:58 [2019-07-19T19:21:58.871Z] testSeekEventOnRatio(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest) Time elapsed: 3.132 s 15:21:58 [2019-07-19T19:21:58.871Z] testCancel(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest) Time elapsed: 3.014 s 15:21:58 [2019-07-19T19:21:58.871Z] testSeekRankNotOnCacheBoundary(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest) Time elapsed: 3.05 s 15:21:58 [2019-07-19T19:21:58.871Z] testSeekTimestampOutOfScope(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest) Time elapsed: 2.974 s 15:21:58 [2019-07-19T19:21:58.871Z] testNormalTmfExperimentConstructor(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest) Time elapsed: 2.944 s 15:21:58 [2019-07-19T19:21:58.871Z] testWithSingleHostClockOffset(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest) Time elapsed: 2.951 s 15:21:58 [2019-07-19T19:21:58.871Z] testSeekRankOnCacheBoundary(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest) Time elapsed: 2.984 s 15:21:58 [2019-07-19T19:21:58.871Z] testGetNextAfterSeekingOnRank_1(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest) Time elapsed: 3.045 s 15:21:58 [2019-07-19T19:21:58.871Z] testGetNextAfterSeekingOnRank_2(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest) Time elapsed: 2.945 s 15:21:58 [2019-07-19T19:21:58.871Z] testGetNextAfterSeekingOnRank_3(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest) Time elapsed: 2.968 s 15:21:58 [2019-07-19T19:21:58.871Z] testGetAnalysisModules(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest) Time elapsed: 2.97 s 15:21:58 [2019-07-19T19:21:58.871Z] Running org.eclipse.tracecompass.tmf.core.tests.trace.TmfContextTest 15:21:58 [2019-07-19T19:21:58.871Z] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.tracecompass.tmf.core.tests.trace.TmfContextTest 15:21:58 [2019-07-19T19:21:58.871Z] testTmfContext(org.eclipse.tracecompass.tmf.core.tests.trace.TmfContextTest) Time elapsed: 0 s 15:21:58 [2019-07-19T19:21:58.871Z] testIncreaseRank(org.eclipse.tracecompass.tmf.core.tests.trace.TmfContextTest) Time elapsed: 0 s 15:21:58 [2019-07-19T19:21:58.871Z] testSetLocation(org.eclipse.tracecompass.tmf.core.tests.trace.TmfContextTest) Time elapsed: 0 s 15:21:58 [2019-07-19T19:21:58.871Z] testToString(org.eclipse.tracecompass.tmf.core.tests.trace.TmfContextTest) Time elapsed: 0 s 15:21:58 [2019-07-19T19:21:58.871Z] testTmfContextDefault(org.eclipse.tracecompass.tmf.core.tests.trace.TmfContextTest) Time elapsed: 0 s 15:21:58 [2019-07-19T19:21:58.871Z] testEqualsNull(org.eclipse.tracecompass.tmf.core.tests.trace.TmfContextTest) Time elapsed: 0 s 15:21:58 [2019-07-19T19:21:58.871Z] testTmfContextCopy(org.eclipse.tracecompass.tmf.core.tests.trace.TmfContextTest) Time elapsed: 0 s 15:21:58 [2019-07-19T19:21:58.871Z] testNonEquals(org.eclipse.tracecompass.tmf.core.tests.trace.TmfContextTest) Time elapsed: 0 s 15:21:58 [2019-07-19T19:21:58.871Z] testEqualsSymmetry(org.eclipse.tracecompass.tmf.core.tests.trace.TmfContextTest) Time elapsed: 0 s 15:21:58 [2019-07-19T19:21:58.871Z] testTmfContextCopy2(org.eclipse.tracecompass.tmf.core.tests.trace.TmfContextTest) Time elapsed: 0 s 15:21:58 [2019-07-19T19:21:58.871Z] testHashCode(org.eclipse.tracecompass.tmf.core.tests.trace.TmfContextTest) Time elapsed: 0 s 15:21:58 [2019-07-19T19:21:58.871Z] testEqualsTransivity(org.eclipse.tracecompass.tmf.core.tests.trace.TmfContextTest) Time elapsed: 0 s 15:21:58 [2019-07-19T19:21:58.871Z] testEqualsReflexivity(org.eclipse.tracecompass.tmf.core.tests.trace.TmfContextTest) Time elapsed: 0 s 15:21:58 [2019-07-19T19:21:58.871Z] testTmfContextNoRank(org.eclipse.tracecompass.tmf.core.tests.trace.TmfContextTest) Time elapsed: 0 s 15:21:58 [2019-07-19T19:21:58.871Z] testSetRank(org.eclipse.tracecompass.tmf.core.tests.trace.TmfContextTest) Time elapsed: 0 s 15:21:58 [2019-07-19T19:21:58.871Z] Running org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceEventContentTest 15:21:58 [2019-07-19T19:21:58.871Z] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceEventContentTest 15:21:58 [2019-07-19T19:21:58.871Z] testGetFieldNames(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceEventContentTest) Time elapsed: 0 s 15:21:58 [2019-07-19T19:21:58.871Z] testGetFieldValueWithIndex(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceEventContentTest) Time elapsed: 0 s 15:21:58 [2019-07-19T19:21:58.871Z] testGetFieldNameWithIndex(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceEventContentTest) Time elapsed: 0 s 15:21:58 [2019-07-19T19:21:58.871Z] testToString(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceEventContentTest) Time elapsed: 0 s 15:21:58 [2019-07-19T19:21:58.871Z] testEqualsNull(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceEventContentTest) Time elapsed: 0 s 15:21:58 [2019-07-19T19:21:58.871Z] testGetFormattedValue(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceEventContentTest) Time elapsed: 0 s 15:21:58 [2019-07-19T19:21:58.871Z] testGetFieldWithName(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceEventContentTest) Time elapsed: 0 s 15:21:58 [2019-07-19T19:21:58.871Z] testGetFieldWithPath(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceEventContentTest) Time elapsed: 0 s 15:21:58 [2019-07-19T19:21:58.871Z] testHashCode(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceEventContentTest) Time elapsed: 0.001 s 15:21:58 [2019-07-19T19:21:58.871Z] testGetFields(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceEventContentTest) Time elapsed: 0 s 15:21:58 [2019-07-19T19:21:58.871Z] testEventTypeInstance(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceEventContentTest) Time elapsed: 0.001 s 15:21:58 [2019-07-19T19:21:58.871Z] testEquals(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceEventContentTest) Time elapsed: 0 s 15:21:58 [2019-07-19T19:21:58.871Z] testGetFieldValueWithName(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceEventContentTest) Time elapsed: 0 s 15:21:58 [2019-07-19T19:21:58.871Z] Running org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceContextTest 15:21:58 [2019-07-19T19:21:58.871Z] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceContextTest 15:21:58 [2019-07-19T19:21:58.871Z] testIncreaseRank(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceContextTest) Time elapsed: 0 s 15:21:58 [2019-07-19T19:21:58.871Z] testSetLocation(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceContextTest) Time elapsed: 0 s 15:21:58 [2019-07-19T19:21:58.871Z] testTmfContextDefault(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceContextTest) Time elapsed: 0 s 15:21:58 [2019-07-19T19:21:58.871Z] testEqualsNull(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceContextTest) Time elapsed: 0 s 15:21:58 [2019-07-19T19:21:58.871Z] testNonEquals(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceContextTest) Time elapsed: 0.001 s 15:21:58 [2019-07-19T19:21:58.871Z] testEqualsSymmetry(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceContextTest) Time elapsed: 0 s 15:21:58 [2019-07-19T19:21:58.871Z] testHashCode(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceContextTest) Time elapsed: 0 s 15:21:58 [2019-07-19T19:21:58.871Z] testEqualsTransivity(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceContextTest) Time elapsed: 0 s 15:21:58 [2019-07-19T19:21:58.871Z] testEqualsReflexivity(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceContextTest) Time elapsed: 0 s 15:21:58 [2019-07-19T19:21:58.871Z] testSetRank(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceContextTest) Time elapsed: 0 s 15:21:58 [2019-07-19T19:21:58.871Z] Running org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceTest 15:21:58 [2019-07-19T19:21:58.871Z] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 s - in org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceTest 15:21:58 [2019-07-19T19:21:58.871Z] testEmptyConstructor(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceTest) Time elapsed: 0 s 15:21:58 [2019-07-19T19:21:58.871Z] testValidation(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceTest) Time elapsed: 0.002 s 15:21:58 [2019-07-19T19:21:58.871Z] testLocationRatio(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceTest) Time elapsed: 0.003 s 15:21:58 [2019-07-19T19:21:58.871Z] testInitTrace(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceTest) Time elapsed: 0.002 s 15:21:58 [2019-07-19T19:21:58.871Z] testTraceParsing(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceTest) Time elapsed: 0.002 s 15:21:58 [2019-07-19T19:21:58.871Z] testBounds(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceTest) Time elapsed: 0.001 s 15:21:58 [2019-07-19T19:21:58.871Z] testTraceIndexing(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceTest) Time elapsed: 0 s 15:21:58 [2019-07-19T19:21:58.871Z] Running org.eclipse.tracecompass.tmf.core.tests.synchronization.TsTransformFastTest 15:21:58 [2019-07-19T19:21:58.871Z] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.983 s - in org.eclipse.tracecompass.tmf.core.tests.synchronization.TsTransformFastTest 15:21:58 [2019-07-19T19:21:58.871Z] testFastTransformSlopeAndOffset[Factory=Object](org.eclipse.tracecompass.tmf.core.tests.synchronization.TsTransformFastTest) Time elapsed: 0.011 s 15:21:58 [2019-07-19T19:21:58.871Z] testFastTransformSlope[Factory=Object](org.eclipse.tracecompass.tmf.core.tests.synchronization.TsTransformFastTest) Time elapsed: 0.128 s 15:21:58 [2019-07-19T19:21:58.871Z] testFastTransformArguments[Factory=Object](org.eclipse.tracecompass.tmf.core.tests.synchronization.TsTransformFastTest) Time elapsed: 0 s 15:21:58 [2019-07-19T19:21:58.871Z] testFLTRepeatability[Factory=Object](org.eclipse.tracecompass.tmf.core.tests.synchronization.TsTransformFastTest) Time elapsed: 0 s 15:21:58 [2019-07-19T19:21:58.871Z] testFastTransformPrecision[Factory=Object](org.eclipse.tracecompass.tmf.core.tests.synchronization.TsTransformFastTest) Time elapsed: 0.311 s 15:21:58 [2019-07-19T19:21:58.871Z] testFLTEquivalence[Factory=Object](org.eclipse.tracecompass.tmf.core.tests.synchronization.TsTransformFastTest) Time elapsed: 0.001 s 15:21:58 [2019-07-19T19:21:58.871Z] testFastTransformSlopeAndOffset[Factory=Deserialized](org.eclipse.tracecompass.tmf.core.tests.synchronization.TsTransformFastTest) Time elapsed: 0.174 s 15:21:58 [2019-07-19T19:21:58.871Z] testFastTransformSlope[Factory=Deserialized](org.eclipse.tracecompass.tmf.core.tests.synchronization.TsTransformFastTest) Time elapsed: 0.17 s 15:21:58 [2019-07-19T19:21:58.871Z] testFastTransformArguments[Factory=Deserialized](org.eclipse.tracecompass.tmf.core.tests.synchronization.TsTransformFastTest) Time elapsed: 0 s 15:21:58 [2019-07-19T19:21:58.871Z] testFLTRepeatability[Factory=Deserialized](org.eclipse.tracecompass.tmf.core.tests.synchronization.TsTransformFastTest) Time elapsed: 0.001 s 15:21:58 [2019-07-19T19:21:58.871Z] testFastTransformPrecision[Factory=Deserialized](org.eclipse.tracecompass.tmf.core.tests.synchronization.TsTransformFastTest) Time elapsed: 0.146 s 15:21:58 [2019-07-19T19:21:58.871Z] testFLTEquivalence[Factory=Deserialized](org.eclipse.tracecompass.tmf.core.tests.synchronization.TsTransformFastTest) Time elapsed: 0.002 s 15:21:58 [2019-07-19T19:21:58.871Z] Running org.eclipse.tracecompass.tmf.core.tests.synchronization.TimeOffsetTest 15:21:58 [2019-07-19T19:21:58.871Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.223 s - in org.eclipse.tracecompass.tmf.core.tests.synchronization.TimeOffsetTest 15:21:58 [2019-07-19T19:21:58.871Z] testNegativeOffset(org.eclipse.tracecompass.tmf.core.tests.synchronization.TimeOffsetTest) Time elapsed: 1.742 s 15:21:58 [2019-07-19T19:21:58.871Z] testPositiveOffset(org.eclipse.tracecompass.tmf.core.tests.synchronization.TimeOffsetTest) Time elapsed: 1.48 s 15:21:58 [2019-07-19T19:21:58.871Z] testNoOffset(org.eclipse.tracecompass.tmf.core.tests.synchronization.TimeOffsetTest) Time elapsed: 1.497 s 15:21:58 [2019-07-19T19:21:58.871Z] testClearOffset(org.eclipse.tracecompass.tmf.core.tests.synchronization.TimeOffsetTest) Time elapsed: 1.501 s 15:21:58 [2019-07-19T19:21:58.871Z] Running org.eclipse.tracecompass.tmf.core.tests.synchronization.TsTransformFactoryTest 15:21:58 [2019-07-19T19:21:58.871Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.tracecompass.tmf.core.tests.synchronization.TsTransformFactoryTest 15:21:58 [2019-07-19T19:21:58.871Z] transformSlope(org.eclipse.tracecompass.tmf.core.tests.synchronization.TsTransformFactoryTest) Time elapsed: 0.001 s 15:21:58 [2019-07-19T19:21:58.871Z] testToString(org.eclipse.tracecompass.tmf.core.tests.synchronization.TsTransformFactoryTest) Time elapsed: 0 s 15:21:58 [2019-07-19T19:21:58.871Z] transformIdentity(org.eclipse.tracecompass.tmf.core.tests.synchronization.TsTransformFactoryTest) Time elapsed: 0.001 s 15:21:58 [2019-07-19T19:21:58.871Z] transformOffset(org.eclipse.tracecompass.tmf.core.tests.synchronization.TsTransformFactoryTest) Time elapsed: 0 s 15:21:58 [2019-07-19T19:21:58.871Z] Running org.eclipse.tracecompass.tmf.core.tests.synchronization.TsTransformTest 15:21:58 [2019-07-19T19:21:58.871Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.tracecompass.tmf.core.tests.synchronization.TsTransformTest 15:21:58 [2019-07-19T19:21:58.871Z] testComposition(org.eclipse.tracecompass.tmf.core.tests.synchronization.TsTransformTest) Time elapsed: 0 s 15:21:58 [2019-07-19T19:21:58.871Z] testEqualityConstantTransform(org.eclipse.tracecompass.tmf.core.tests.synchronization.TsTransformTest) Time elapsed: 0 s 15:21:58 [2019-07-19T19:21:58.871Z] testLinearTransform(org.eclipse.tracecompass.tmf.core.tests.synchronization.TsTransformTest) Time elapsed: 0 s 15:21:58 [2019-07-19T19:21:58.871Z] testIdentityTransform(org.eclipse.tracecompass.tmf.core.tests.synchronization.TsTransformTest) Time elapsed: 0 s 15:21:58 [2019-07-19T19:21:58.871Z] testEquality(org.eclipse.tracecompass.tmf.core.tests.synchronization.TsTransformTest) Time elapsed: 0 s 15:21:58 [2019-07-19T19:21:58.871Z] Running org.eclipse.tracecompass.tmf.core.tests.synchronization.SyncTest 15:21:58 [2019-07-19T19:21:58.871Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.eclipse.tracecompass.tmf.core.tests.synchronization.SyncTest 15:21:58 [2019-07-19T19:21:58.871Z] testOneHull(org.eclipse.tracecompass.tmf.core.tests.synchronization.SyncTest) Time elapsed: 0.01 s 15:21:58 [2019-07-19T19:21:58.871Z] testFullyIncrementalSerialization(org.eclipse.tracecompass.tmf.core.tests.synchronization.SyncTest) Time elapsed: 0.015 s 15:21:58 [2019-07-19T19:21:58.871Z] testFullyIncremental(org.eclipse.tracecompass.tmf.core.tests.synchronization.SyncTest) Time elapsed: 0.003 s 15:21:58 [2019-07-19T19:21:58.871Z] testDisjoint(org.eclipse.tracecompass.tmf.core.tests.synchronization.SyncTest) Time elapsed: 0.001 s 15:21:58 [2019-07-19T19:21:58.871Z] Running org.eclipse.tracecompass.tmf.core.tests.component.TmfEventProviderTest 15:22:08 [2019-07-19T19:22:08.824Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.43 s - in org.eclipse.tracecompass.tmf.core.tests.component.TmfEventProviderTest 15:22:08 [2019-07-19T19:22:08.824Z] testGetPlainEvents(org.eclipse.tracecompass.tmf.core.tests.component.TmfEventProviderTest) Time elapsed: 1.655 s 15:22:08 [2019-07-19T19:22:08.824Z] testGetSyntheticEvents_TimeRange(org.eclipse.tracecompass.tmf.core.tests.component.TmfEventProviderTest) Time elapsed: 1.605 s 15:22:08 [2019-07-19T19:22:08.824Z] testGetProviders(org.eclipse.tracecompass.tmf.core.tests.component.TmfEventProviderTest) Time elapsed: 1.487 s 15:22:08 [2019-07-19T19:22:08.824Z] testCancelRequests(org.eclipse.tracecompass.tmf.core.tests.component.TmfEventProviderTest) Time elapsed: 1.563 s 15:22:08 [2019-07-19T19:22:08.824Z] testGetSyntheticEvents_EqualBlockSizes(org.eclipse.tracecompass.tmf.core.tests.component.TmfEventProviderTest) Time elapsed: 1.635 s 15:22:08 [2019-07-19T19:22:08.824Z] testGetProviders2(org.eclipse.tracecompass.tmf.core.tests.component.TmfEventProviderTest) Time elapsed: 1.477 s 15:22:08 [2019-07-19T19:22:08.824Z] Running org.eclipse.tracecompass.tmf.core.tests.component.TmfEventProviderCoalescingTest 15:22:23 [2019-07-19T19:22:23.683Z] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.994 s - in org.eclipse.tracecompass.tmf.core.tests.component.TmfEventProviderCoalescingTest 15:22:23 [2019-07-19T19:22:23.683Z] testChildrenFirstCoalescing2(org.eclipse.tracecompass.tmf.core.tests.component.TmfEventProviderCoalescingTest) Time elapsed: 1.237 s 15:22:23 [2019-07-19T19:22:23.683Z] testTraceDependencyBackground(org.eclipse.tracecompass.tmf.core.tests.component.TmfEventProviderCoalescingTest) Time elapsed: 1.064 s 15:22:23 [2019-07-19T19:22:23.683Z] testChildrenFirstCoalescing(org.eclipse.tracecompass.tmf.core.tests.component.TmfEventProviderCoalescingTest) Time elapsed: 1.048 s 15:22:23 [2019-07-19T19:22:23.683Z] testMultipleRequestsCoalescing(org.eclipse.tracecompass.tmf.core.tests.component.TmfEventProviderCoalescingTest) Time elapsed: 1.098 s 15:22:23 [2019-07-19T19:22:23.683Z] testChildFirstDependencyBackground(org.eclipse.tracecompass.tmf.core.tests.component.TmfEventProviderCoalescingTest) Time elapsed: 2.145 s 15:22:23 [2019-07-19T19:22:23.683Z] testParentDependencyBackground(org.eclipse.tracecompass.tmf.core.tests.component.TmfEventProviderCoalescingTest) Time elapsed: 2.144 s 15:22:23 [2019-07-19T19:22:23.683Z] testMixedOrderCoalescing(org.eclipse.tracecompass.tmf.core.tests.component.TmfEventProviderCoalescingTest) Time elapsed: 1.029 s 15:22:23 [2019-07-19T19:22:23.683Z] testMixedCoalescing2(org.eclipse.tracecompass.tmf.core.tests.component.TmfEventProviderCoalescingTest) Time elapsed: 1.108 s 15:22:23 [2019-07-19T19:22:23.683Z] testParentFirstCoalescing(org.eclipse.tracecompass.tmf.core.tests.component.TmfEventProviderCoalescingTest) Time elapsed: 0 s 15:22:23 [2019-07-19T19:22:23.683Z] testTraceDependencyForeground(org.eclipse.tracecompass.tmf.core.tests.component.TmfEventProviderCoalescingTest) Time elapsed: 1.028 s 15:22:23 [2019-07-19T19:22:23.683Z] Running org.eclipse.tracecompass.tmf.core.tests.component.TmfProviderManagerTest 15:22:23 [2019-07-19T19:22:23.683Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.tracecompass.tmf.core.tests.component.TmfProviderManagerTest 15:22:23 [2019-07-19T19:22:23.683Z] testGetProvider(org.eclipse.tracecompass.tmf.core.tests.component.TmfProviderManagerTest) Time elapsed: 0.008 s 15:22:23 [2019-07-19T19:22:23.683Z] testRegister_0(org.eclipse.tracecompass.tmf.core.tests.component.TmfProviderManagerTest) Time elapsed: 0 s 15:22:23 [2019-07-19T19:22:23.683Z] testRegister_Unregister_1(org.eclipse.tracecompass.tmf.core.tests.component.TmfProviderManagerTest) Time elapsed: 0.001 s 15:22:23 [2019-07-19T19:22:23.683Z] testRegister_Unregister_2(org.eclipse.tracecompass.tmf.core.tests.component.TmfProviderManagerTest) Time elapsed: 0 s 15:22:23 [2019-07-19T19:22:23.683Z] testRegister_Unregister_3(org.eclipse.tracecompass.tmf.core.tests.component.TmfProviderManagerTest) Time elapsed: 0.001 s 15:22:23 [2019-07-19T19:22:23.683Z] Running org.eclipse.tracecompass.tmf.core.tests.markers.MarkerConfigXmlParserTest 15:22:23 [2019-07-19T19:22:23.683Z] 15:22:23 [2019-07-19T19:22:23.683Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 0 2019-07-19 19:22:22.084 15:22:23 [2019-07-19T19:22:23.683Z] !MESSAGE Error parsing /tmp/markers3575327904418456035xml 15:22:23 [2019-07-19T19:22:23.683Z] !STACK 0 15:22:23 [2019-07-19T19:22:23.683Z] org.xml.sax.SAXParseException; systemId: file:/tmp/markers3575327904418456035xml; lineNumber: 1; columnNumber: 201; cvc-datatype-valid.1.2.1: 'abc' is not a valid value for 'double'. 15:22:23 [2019-07-19T19:22:23.683Z] at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:203) 15:22:23 [2019-07-19T19:22:23.683Z] at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.error(ErrorHandlerWrapper.java:134) 15:22:23 [2019-07-19T19:22:23.683Z] at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:396) 15:22:23 [2019-07-19T19:22:23.683Z] at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:327) 15:22:23 [2019-07-19T19:22:23.683Z] at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:284) 15:22:23 [2019-07-19T19:22:23.683Z] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$XSIErrorReporter.reportError(XMLSchemaValidator.java:453) 15:22:23 [2019-07-19T19:22:23.683Z] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.reportSchemaError(XMLSchemaValidator.java:3231) 15:22:23 [2019-07-19T19:22:23.683Z] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.processOneAttribute(XMLSchemaValidator.java:2826) 15:22:23 [2019-07-19T19:22:23.683Z] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.processAttributes(XMLSchemaValidator.java:2763) 15:22:23 [2019-07-19T19:22:23.683Z] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.handleStartElement(XMLSchemaValidator.java:2051) 15:22:23 [2019-07-19T19:22:23.683Z] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.startElement(XMLSchemaValidator.java:741) 15:22:23 [2019-07-19T19:22:23.683Z] at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNSDocumentScannerImpl.java:374) 15:22:23 [2019-07-19T19:22:23.683Z] at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2784) 15:22:23 [2019-07-19T19:22:23.683Z] at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:602) 15:22:23 [2019-07-19T19:22:23.683Z] at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:112) 15:22:23 [2019-07-19T19:22:23.683Z] at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:505) 15:22:23 [2019-07-19T19:22:23.683Z] at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:842) 15:22:23 [2019-07-19T19:22:23.683Z] at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:771) 15:22:23 [2019-07-19T19:22:23.683Z] at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141) 15:22:23 [2019-07-19T19:22:23.683Z] at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:243) 15:22:23 [2019-07-19T19:22:23.683Z] at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339) 15:22:23 [2019-07-19T19:22:23.683Z] at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:205) 15:22:23 [2019-07-19T19:22:23.683Z] at org.eclipse.tracecompass.internal.tmf.core.markers.MarkerConfigXmlParser.parse(MarkerConfigXmlParser.java:165) 15:22:23 [2019-07-19T19:22:23.683Z] at org.eclipse.tracecompass.tmf.core.tests.markers.MarkerConfigXmlParserTest.testParseInvalidContent(MarkerConfigXmlParserTest.java:305) 15:22:23 [2019-07-19T19:22:23.683Z] at org.eclipse.tracecompass.tmf.core.tests.markers.MarkerConfigXmlParserTest.testParseInvalidContent(MarkerConfigXmlParserTest.java:288) 15:22:23 [2019-07-19T19:22:23.683Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 15:22:23 [2019-07-19T19:22:23.683Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 15:22:23 [2019-07-19T19:22:23.683Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:22:23 [2019-07-19T19:22:23.683Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:22:23 [2019-07-19T19:22:23.683Z] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) 15:22:23 [2019-07-19T19:22:23.683Z] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 15:22:23 [2019-07-19T19:22:23.683Z] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) 15:22:23 [2019-07-19T19:22:23.683Z] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 15:22:23 [2019-07-19T19:22:23.683Z] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) 15:22:23 [2019-07-19T19:22:23.683Z] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) 15:22:23 [2019-07-19T19:22:23.683Z] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) 15:22:23 [2019-07-19T19:22:23.683Z] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) 15:22:23 [2019-07-19T19:22:23.683Z] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) 15:22:23 [2019-07-19T19:22:23.683Z] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) 15:22:23 [2019-07-19T19:22:23.683Z] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) 15:22:23 [2019-07-19T19:22:23.683Z] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) 15:22:23 [2019-07-19T19:22:23.683Z] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) 15:22:23 [2019-07-19T19:22:23.683Z] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) 15:22:23 [2019-07-19T19:22:23.683Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) 15:22:23 [2019-07-19T19:22:23.683Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) 15:22:23 [2019-07-19T19:22:23.683Z] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) 15:22:23 [2019-07-19T19:22:23.683Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 15:22:23 [2019-07-19T19:22:23.683Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 15:22:23 [2019-07-19T19:22:23.683Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:22:23 [2019-07-19T19:22:23.683Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:22:23 [2019-07-19T19:22:23.683Z] at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) 15:22:23 [2019-07-19T19:22:23.683Z] at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) 15:22:23 [2019-07-19T19:22:23.683Z] at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) 15:22:23 [2019-07-19T19:22:23.683Z] at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:110) 15:22:23 [2019-07-19T19:22:23.683Z] at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21) 15:22:23 [2019-07-19T19:22:23.683Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 15:22:23 [2019-07-19T19:22:23.683Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 15:22:23 [2019-07-19T19:22:23.683Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:22:23 [2019-07-19T19:22:23.683Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:22:23 [2019-07-19T19:22:23.683Z] at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:592) 15:22:23 [2019-07-19T19:22:23.683Z] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205) 15:22:23 [2019-07-19T19:22:23.683Z] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137) 15:22:23 [2019-07-19T19:22:23.683Z] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107) 15:22:23 [2019-07-19T19:22:23.683Z] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400) 15:22:23 [2019-07-19T19:22:23.683Z] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) 15:22:23 [2019-07-19T19:22:23.683Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 15:22:23 [2019-07-19T19:22:23.683Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 15:22:23 [2019-07-19T19:22:23.683Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:22:23 [2019-07-19T19:22:23.683Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:22:23 [2019-07-19T19:22:23.683Z] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660) 15:22:23 [2019-07-19T19:22:23.683Z] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597) 15:22:23 [2019-07-19T19:22:23.683Z] at org.eclipse.equinox.launcher.Main.run(Main.java:1468) 15:22:23 [2019-07-19T19:22:23.683Z] at org.eclipse.equinox.launcher.Main.main(Main.java:1441) 15:22:23 [2019-07-19T19:22:23.683Z] 15:22:23 [2019-07-19T19:22:23.683Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 0 2019-07-19 19:22:22.092 15:22:23 [2019-07-19T19:22:23.683Z] !MESSAGE Error parsing /tmp/markers4558561830555034436xml 15:22:23 [2019-07-19T19:22:23.683Z] !STACK 0 15:22:23 [2019-07-19T19:22:23.683Z] org.xml.sax.SAXParseException; systemId: file:/tmp/markers4558561830555034436xml; lineNumber: 1; columnNumber: 199; cvc-minExclusive-valid: Value '0' is not facet-valid with respect to minExclusive '0.0E1' for type 'period_type'. 15:22:23 [2019-07-19T19:22:23.683Z] at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:203) 15:22:23 [2019-07-19T19:22:23.683Z] at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.error(ErrorHandlerWrapper.java:134) 15:22:23 [2019-07-19T19:22:23.683Z] at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:396) 15:22:23 [2019-07-19T19:22:23.683Z] at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:327) 15:22:23 [2019-07-19T19:22:23.683Z] at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:284) 15:22:23 [2019-07-19T19:22:23.683Z] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$XSIErrorReporter.reportError(XMLSchemaValidator.java:453) 15:22:23 [2019-07-19T19:22:23.683Z] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.reportSchemaError(XMLSchemaValidator.java:3231) 15:22:23 [2019-07-19T19:22:23.683Z] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.processOneAttribute(XMLSchemaValidator.java:2826) 15:22:23 [2019-07-19T19:22:23.683Z] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.processAttributes(XMLSchemaValidator.java:2763) 15:22:23 [2019-07-19T19:22:23.683Z] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.handleStartElement(XMLSchemaValidator.java:2051) 15:22:23 [2019-07-19T19:22:23.683Z] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.startElement(XMLSchemaValidator.java:741) 15:22:23 [2019-07-19T19:22:23.683Z] at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNSDocumentScannerImpl.java:374) 15:22:23 [2019-07-19T19:22:23.683Z] at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2784) 15:22:23 [2019-07-19T19:22:23.683Z] at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:602) 15:22:23 [2019-07-19T19:22:23.683Z] at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:112) 15:22:23 [2019-07-19T19:22:23.683Z] at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:505) 15:22:23 [2019-07-19T19:22:23.683Z] at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:842) 15:22:23 [2019-07-19T19:22:23.683Z] at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:771) 15:22:23 [2019-07-19T19:22:23.683Z] at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141) 15:22:23 [2019-07-19T19:22:23.683Z] at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:243) 15:22:23 [2019-07-19T19:22:23.683Z] at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339) 15:22:23 [2019-07-19T19:22:23.683Z] at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:205) 15:22:23 [2019-07-19T19:22:23.683Z] at org.eclipse.tracecompass.internal.tmf.core.markers.MarkerConfigXmlParser.parse(MarkerConfigXmlParser.java:165) 15:22:23 [2019-07-19T19:22:23.683Z] at org.eclipse.tracecompass.tmf.core.tests.markers.MarkerConfigXmlParserTest.testParseInvalidContent(MarkerConfigXmlParserTest.java:305) 15:22:23 [2019-07-19T19:22:23.683Z] at org.eclipse.tracecompass.tmf.core.tests.markers.MarkerConfigXmlParserTest.testParseInvalidContent(MarkerConfigXmlParserTest.java:289) 15:22:23 [2019-07-19T19:22:23.683Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 15:22:23 [2019-07-19T19:22:23.683Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 15:22:23 [2019-07-19T19:22:23.683Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:22:23 [2019-07-19T19:22:23.683Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:22:23 [2019-07-19T19:22:23.683Z] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) 15:22:23 [2019-07-19T19:22:23.683Z] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 15:22:23 [2019-07-19T19:22:23.683Z] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) 15:22:23 [2019-07-19T19:22:23.683Z] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 15:22:23 [2019-07-19T19:22:23.683Z] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) 15:22:23 [2019-07-19T19:22:23.683Z] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) 15:22:23 [2019-07-19T19:22:23.683Z] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) 15:22:23 [2019-07-19T19:22:23.683Z] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) 15:22:23 [2019-07-19T19:22:23.683Z] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) 15:22:23 [2019-07-19T19:22:23.683Z] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) 15:22:23 [2019-07-19T19:22:23.683Z] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) 15:22:23 [2019-07-19T19:22:23.683Z] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) 15:22:23 [2019-07-19T19:22:23.683Z] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) 15:22:23 [2019-07-19T19:22:23.683Z] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) 15:22:23 [2019-07-19T19:22:23.683Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) 15:22:23 [2019-07-19T19:22:23.683Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) 15:22:23 [2019-07-19T19:22:23.683Z] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) 15:22:23 [2019-07-19T19:22:23.683Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 15:22:23 [2019-07-19T19:22:23.683Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 15:22:23 [2019-07-19T19:22:23.683Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:22:23 [2019-07-19T19:22:23.683Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:22:23 [2019-07-19T19:22:23.683Z] at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) 15:22:23 [2019-07-19T19:22:23.683Z] at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) 15:22:23 [2019-07-19T19:22:23.683Z] at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) 15:22:23 [2019-07-19T19:22:23.683Z] at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:110) 15:22:23 [2019-07-19T19:22:23.683Z] at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21) 15:22:23 [2019-07-19T19:22:23.683Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 15:22:23 [2019-07-19T19:22:23.683Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 15:22:23 [2019-07-19T19:22:23.683Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:22:23 [2019-07-19T19:22:23.683Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:22:23 [2019-07-19T19:22:23.683Z] at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:592) 15:22:23 [2019-07-19T19:22:23.683Z] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205) 15:22:23 [2019-07-19T19:22:23.683Z] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137) 15:22:23 [2019-07-19T19:22:23.683Z] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107) 15:22:23 [2019-07-19T19:22:23.683Z] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400) 15:22:23 [2019-07-19T19:22:23.683Z] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) 15:22:23 [2019-07-19T19:22:23.683Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 15:22:23 [2019-07-19T19:22:23.683Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 15:22:23 [2019-07-19T19:22:23.683Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:22:23 [2019-07-19T19:22:23.683Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:22:23 [2019-07-19T19:22:23.683Z] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660) 15:22:23 [2019-07-19T19:22:23.683Z] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597) 15:22:23 [2019-07-19T19:22:23.683Z] at org.eclipse.equinox.launcher.Main.run(Main.java:1468) 15:22:23 [2019-07-19T19:22:23.683Z] at org.eclipse.equinox.launcher.Main.main(Main.java:1441) 15:22:23 [2019-07-19T19:22:23.683Z] 15:22:23 [2019-07-19T19:22:23.683Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 0 2019-07-19 19:22:22.099 15:22:23 [2019-07-19T19:22:23.683Z] !MESSAGE Error parsing /tmp/markers2592032412433045324xml 15:22:23 [2019-07-19T19:22:23.683Z] !STACK 0 15:22:23 [2019-07-19T19:22:23.683Z] org.xml.sax.SAXParseException; systemId: file:/tmp/markers2592032412433045324xml; lineNumber: 1; columnNumber: 200; cvc-minExclusive-valid: Value '-1' is not facet-valid with respect to minExclusive '0.0E1' for type 'period_type'. 15:22:23 [2019-07-19T19:22:23.683Z] at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:203) 15:22:23 [2019-07-19T19:22:23.683Z] at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.error(ErrorHandlerWrapper.java:134) 15:22:23 [2019-07-19T19:22:23.683Z] at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:396) 15:22:23 [2019-07-19T19:22:23.683Z] at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:327) 15:22:23 [2019-07-19T19:22:23.683Z] at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:284) 15:22:23 [2019-07-19T19:22:23.683Z] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$XSIErrorReporter.reportError(XMLSchemaValidator.java:453) 15:22:23 [2019-07-19T19:22:23.683Z] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.reportSchemaError(XMLSchemaValidator.java:3231) 15:22:23 [2019-07-19T19:22:23.683Z] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.processOneAttribute(XMLSchemaValidator.java:2826) 15:22:23 [2019-07-19T19:22:23.683Z] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.processAttributes(XMLSchemaValidator.java:2763) 15:22:23 [2019-07-19T19:22:23.683Z] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.handleStartElement(XMLSchemaValidator.java:2051) 15:22:23 [2019-07-19T19:22:23.683Z] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.startElement(XMLSchemaValidator.java:741) 15:22:23 [2019-07-19T19:22:23.683Z] at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNSDocumentScannerImpl.java:374) 15:22:23 [2019-07-19T19:22:23.683Z] at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2784) 15:22:23 [2019-07-19T19:22:23.683Z] at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:602) 15:22:23 [2019-07-19T19:22:23.683Z] at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:112) 15:22:23 [2019-07-19T19:22:23.683Z] at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:505) 15:22:23 [2019-07-19T19:22:23.683Z] at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:842) 15:22:23 [2019-07-19T19:22:23.683Z] at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:771) 15:22:23 [2019-07-19T19:22:23.683Z] at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141) 15:22:23 [2019-07-19T19:22:23.683Z] at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:243) 15:22:23 [2019-07-19T19:22:23.683Z] at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339) 15:22:23 [2019-07-19T19:22:23.683Z] at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:205) 15:22:23 [2019-07-19T19:22:23.683Z] at org.eclipse.tracecompass.internal.tmf.core.markers.MarkerConfigXmlParser.parse(MarkerConfigXmlParser.java:165) 15:22:23 [2019-07-19T19:22:23.683Z] at org.eclipse.tracecompass.tmf.core.tests.markers.MarkerConfigXmlParserTest.testParseInvalidContent(MarkerConfigXmlParserTest.java:305) 15:22:23 [2019-07-19T19:22:23.683Z] at org.eclipse.tracecompass.tmf.core.tests.markers.MarkerConfigXmlParserTest.testParseInvalidContent(MarkerConfigXmlParserTest.java:290) 15:22:23 [2019-07-19T19:22:23.683Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 15:22:23 [2019-07-19T19:22:23.683Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 15:22:23 [2019-07-19T19:22:23.683Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:22:23 [2019-07-19T19:22:23.683Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:22:23 [2019-07-19T19:22:23.683Z] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) 15:22:23 [2019-07-19T19:22:23.683Z] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 15:22:23 [2019-07-19T19:22:23.683Z] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) 15:22:23 [2019-07-19T19:22:23.683Z] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 15:22:23 [2019-07-19T19:22:23.683Z] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) 15:22:23 [2019-07-19T19:22:23.683Z] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) 15:22:23 [2019-07-19T19:22:23.683Z] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) 15:22:23 [2019-07-19T19:22:23.683Z] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) 15:22:23 [2019-07-19T19:22:23.683Z] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) 15:22:23 [2019-07-19T19:22:23.683Z] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) 15:22:23 [2019-07-19T19:22:23.683Z] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) 15:22:23 [2019-07-19T19:22:23.683Z] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) 15:22:23 [2019-07-19T19:22:23.683Z] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) 15:22:23 [2019-07-19T19:22:23.683Z] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) 15:22:23 [2019-07-19T19:22:23.683Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) 15:22:23 [2019-07-19T19:22:23.683Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) 15:22:23 [2019-07-19T19:22:23.683Z] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) 15:22:23 [2019-07-19T19:22:23.683Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 15:22:23 [2019-07-19T19:22:23.683Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 15:22:23 [2019-07-19T19:22:23.683Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:22:23 [2019-07-19T19:22:23.683Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:22:23 [2019-07-19T19:22:23.683Z] at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) 15:22:23 [2019-07-19T19:22:23.683Z] at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) 15:22:23 [2019-07-19T19:22:23.683Z] at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) 15:22:23 [2019-07-19T19:22:23.683Z] at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:110) 15:22:23 [2019-07-19T19:22:23.683Z] at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21) 15:22:23 [2019-07-19T19:22:23.683Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 15:22:23 [2019-07-19T19:22:23.683Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 15:22:23 [2019-07-19T19:22:23.683Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:22:23 [2019-07-19T19:22:23.683Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:22:23 [2019-07-19T19:22:23.683Z] at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:592) 15:22:23 [2019-07-19T19:22:23.683Z] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205) 15:22:23 [2019-07-19T19:22:23.683Z] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137) 15:22:23 [2019-07-19T19:22:23.683Z] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107) 15:22:23 [2019-07-19T19:22:23.683Z] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400) 15:22:23 [2019-07-19T19:22:23.683Z] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) 15:22:23 [2019-07-19T19:22:23.683Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 15:22:23 [2019-07-19T19:22:23.683Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 15:22:23 [2019-07-19T19:22:23.683Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:22:23 [2019-07-19T19:22:23.683Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:22:23 [2019-07-19T19:22:23.683Z] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660) 15:22:23 [2019-07-19T19:22:23.683Z] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597) 15:22:23 [2019-07-19T19:22:23.683Z] at org.eclipse.equinox.launcher.Main.run(Main.java:1468) 15:22:23 [2019-07-19T19:22:23.683Z] at org.eclipse.equinox.launcher.Main.main(Main.java:1441) 15:22:23 [2019-07-19T19:22:23.683Z] 15:22:23 [2019-07-19T19:22:23.683Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 0 2019-07-19 19:22:22.107 15:22:23 [2019-07-19T19:22:23.683Z] !MESSAGE Error parsing /tmp/markers3564352456163384807xml 15:22:23 [2019-07-19T19:22:23.683Z] !STACK 0 15:22:23 [2019-07-19T19:22:23.683Z] org.xml.sax.SAXParseException; systemId: file:/tmp/markers3564352456163384807xml; lineNumber: 1; columnNumber: 204; cvc-enumeration-valid: Value 'qwerty' is not facet-valid with respect to enumeration '[ms, us, ns, cycles]'. It must be a value from the enumeration. 15:22:23 [2019-07-19T19:22:23.683Z] at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:203) 15:22:23 [2019-07-19T19:22:23.683Z] at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.error(ErrorHandlerWrapper.java:134) 15:22:23 [2019-07-19T19:22:23.683Z] at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:396) 15:22:23 [2019-07-19T19:22:23.683Z] at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:327) 15:22:23 [2019-07-19T19:22:23.683Z] at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:284) 15:22:23 [2019-07-19T19:22:23.683Z] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$XSIErrorReporter.reportError(XMLSchemaValidator.java:453) 15:22:23 [2019-07-19T19:22:23.683Z] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.reportSchemaError(XMLSchemaValidator.java:3231) 15:22:23 [2019-07-19T19:22:23.683Z] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.processOneAttribute(XMLSchemaValidator.java:2826) 15:22:23 [2019-07-19T19:22:23.683Z] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.processAttributes(XMLSchemaValidator.java:2763) 15:22:23 [2019-07-19T19:22:23.683Z] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.handleStartElement(XMLSchemaValidator.java:2051) 15:22:23 [2019-07-19T19:22:23.684Z] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.startElement(XMLSchemaValidator.java:741) 15:22:23 [2019-07-19T19:22:23.684Z] at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNSDocumentScannerImpl.java:374) 15:22:23 [2019-07-19T19:22:23.684Z] at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2784) 15:22:23 [2019-07-19T19:22:23.684Z] at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:602) 15:22:23 [2019-07-19T19:22:23.684Z] at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:112) 15:22:23 [2019-07-19T19:22:23.684Z] at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:505) 15:22:23 [2019-07-19T19:22:23.684Z] at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:842) 15:22:23 [2019-07-19T19:22:23.684Z] at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:771) 15:22:23 [2019-07-19T19:22:23.684Z] at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141) 15:22:23 [2019-07-19T19:22:23.684Z] at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:243) 15:22:23 [2019-07-19T19:22:23.684Z] at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339) 15:22:23 [2019-07-19T19:22:23.684Z] at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:205) 15:22:23 [2019-07-19T19:22:23.684Z] at org.eclipse.tracecompass.internal.tmf.core.markers.MarkerConfigXmlParser.parse(MarkerConfigXmlParser.java:165) 15:22:23 [2019-07-19T19:22:23.684Z] at org.eclipse.tracecompass.tmf.core.tests.markers.MarkerConfigXmlParserTest.testParseInvalidContent(MarkerConfigXmlParserTest.java:305) 15:22:23 [2019-07-19T19:22:23.684Z] at org.eclipse.tracecompass.tmf.core.tests.markers.MarkerConfigXmlParserTest.testParseInvalidContent(MarkerConfigXmlParserTest.java:291) 15:22:23 [2019-07-19T19:22:23.684Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 15:22:23 [2019-07-19T19:22:23.684Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 15:22:23 [2019-07-19T19:22:23.684Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:22:23 [2019-07-19T19:22:23.684Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:22:23 [2019-07-19T19:22:23.684Z] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) 15:22:23 [2019-07-19T19:22:23.684Z] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 15:22:23 [2019-07-19T19:22:23.684Z] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) 15:22:23 [2019-07-19T19:22:23.684Z] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 15:22:23 [2019-07-19T19:22:23.684Z] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) 15:22:23 [2019-07-19T19:22:23.684Z] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) 15:22:23 [2019-07-19T19:22:23.684Z] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) 15:22:23 [2019-07-19T19:22:23.684Z] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) 15:22:23 [2019-07-19T19:22:23.684Z] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) 15:22:23 [2019-07-19T19:22:23.684Z] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) 15:22:23 [2019-07-19T19:22:23.684Z] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) 15:22:23 [2019-07-19T19:22:23.684Z] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) 15:22:23 [2019-07-19T19:22:23.684Z] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) 15:22:23 [2019-07-19T19:22:23.684Z] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) 15:22:23 [2019-07-19T19:22:23.684Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) 15:22:23 [2019-07-19T19:22:23.684Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) 15:22:23 [2019-07-19T19:22:23.684Z] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) 15:22:23 [2019-07-19T19:22:23.684Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 15:22:23 [2019-07-19T19:22:23.684Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 15:22:23 [2019-07-19T19:22:23.684Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:22:23 [2019-07-19T19:22:23.684Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:22:23 [2019-07-19T19:22:23.684Z] at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) 15:22:23 [2019-07-19T19:22:23.684Z] at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) 15:22:23 [2019-07-19T19:22:23.684Z] at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) 15:22:23 [2019-07-19T19:22:23.684Z] at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:110) 15:22:23 [2019-07-19T19:22:23.684Z] at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21) 15:22:23 [2019-07-19T19:22:23.684Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 15:22:23 [2019-07-19T19:22:23.684Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 15:22:23 [2019-07-19T19:22:23.684Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:22:23 [2019-07-19T19:22:23.684Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:22:23 [2019-07-19T19:22:23.684Z] at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:592) 15:22:23 [2019-07-19T19:22:23.684Z] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205) 15:22:23 [2019-07-19T19:22:23.684Z] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137) 15:22:23 [2019-07-19T19:22:23.684Z] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107) 15:22:23 [2019-07-19T19:22:23.684Z] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400) 15:22:23 [2019-07-19T19:22:23.684Z] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) 15:22:23 [2019-07-19T19:22:23.684Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 15:22:23 [2019-07-19T19:22:23.684Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 15:22:23 [2019-07-19T19:22:23.684Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:22:23 [2019-07-19T19:22:23.684Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:22:23 [2019-07-19T19:22:23.684Z] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660) 15:22:23 [2019-07-19T19:22:23.684Z] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597) 15:22:23 [2019-07-19T19:22:23.684Z] at org.eclipse.equinox.launcher.Main.run(Main.java:1468) 15:22:23 [2019-07-19T19:22:23.684Z] at org.eclipse.equinox.launcher.Main.main(Main.java:1441) 15:22:23 [2019-07-19T19:22:23.684Z] 15:22:23 [2019-07-19T19:22:23.684Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 0 2019-07-19 19:22:22.181 15:22:23 [2019-07-19T19:22:23.684Z] !MESSAGE Error parsing /tmp/markers3474409616180281344xml 15:22:23 [2019-07-19T19:22:23.684Z] !STACK 0 15:22:23 [2019-07-19T19:22:23.684Z] java.lang.IllegalArgumentException: Invalid range: [4095..0] 15:22:23 [2019-07-19T19:22:23.684Z] at com.google.common.collect.Range.<init>(Range.java:352) 15:22:23 [2019-07-19T19:22:23.684Z] at com.google.common.collect.Range.create(Range.java:146) 15:22:23 [2019-07-19T19:22:23.684Z] at com.google.common.collect.Range.closed(Range.java:170) 15:22:23 [2019-07-19T19:22:23.684Z] at org.eclipse.tracecompass.internal.tmf.core.markers.MarkerConfigXmlParser.parseRange(MarkerConfigXmlParser.java:303) 15:22:23 [2019-07-19T19:22:23.684Z] at org.eclipse.tracecompass.internal.tmf.core.markers.MarkerConfigXmlParser.getMarkers(MarkerConfigXmlParser.java:208) 15:22:23 [2019-07-19T19:22:23.684Z] at org.eclipse.tracecompass.internal.tmf.core.markers.MarkerConfigXmlParser.parse(MarkerConfigXmlParser.java:179) 15:22:23 [2019-07-19T19:22:23.684Z] at org.eclipse.tracecompass.tmf.core.tests.markers.MarkerConfigXmlParserTest.testParseInvalidContent(MarkerConfigXmlParserTest.java:305) 15:22:23 [2019-07-19T19:22:23.684Z] at org.eclipse.tracecompass.tmf.core.tests.markers.MarkerConfigXmlParserTest.testParseInvalidContent(MarkerConfigXmlParserTest.java:292) 15:22:23 [2019-07-19T19:22:23.684Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 15:22:23 [2019-07-19T19:22:23.684Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 15:22:23 [2019-07-19T19:22:23.684Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:22:23 [2019-07-19T19:22:23.684Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:22:23 [2019-07-19T19:22:23.684Z] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) 15:22:23 [2019-07-19T19:22:23.684Z] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 15:22:23 [2019-07-19T19:22:23.684Z] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) 15:22:23 [2019-07-19T19:22:23.684Z] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 15:22:23 [2019-07-19T19:22:23.684Z] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) 15:22:23 [2019-07-19T19:22:23.684Z] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) 15:22:23 [2019-07-19T19:22:23.684Z] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) 15:22:23 [2019-07-19T19:22:23.684Z] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) 15:22:23 [2019-07-19T19:22:23.684Z] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) 15:22:23 [2019-07-19T19:22:23.684Z] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) 15:22:23 [2019-07-19T19:22:23.684Z] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) 15:22:23 [2019-07-19T19:22:23.684Z] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) 15:22:23 [2019-07-19T19:22:23.684Z] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) 15:22:23 [2019-07-19T19:22:23.684Z] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) 15:22:23 [2019-07-19T19:22:23.684Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) 15:22:23 [2019-07-19T19:22:23.684Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) 15:22:23 [2019-07-19T19:22:23.684Z] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) 15:22:23 [2019-07-19T19:22:23.684Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 15:22:23 [2019-07-19T19:22:23.684Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 15:22:23 [2019-07-19T19:22:23.684Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:22:23 [2019-07-19T19:22:23.684Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:22:23 [2019-07-19T19:22:23.684Z] at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) 15:22:23 [2019-07-19T19:22:23.684Z] at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) 15:22:23 [2019-07-19T19:22:23.684Z] at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) 15:22:23 [2019-07-19T19:22:23.684Z] at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:110) 15:22:23 [2019-07-19T19:22:23.684Z] at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21) 15:22:23 [2019-07-19T19:22:23.684Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 15:22:23 [2019-07-19T19:22:23.684Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 15:22:23 [2019-07-19T19:22:23.684Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:22:23 [2019-07-19T19:22:23.684Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:22:23 [2019-07-19T19:22:23.684Z] at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:592) 15:22:23 [2019-07-19T19:22:23.684Z] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205) 15:22:23 [2019-07-19T19:22:23.684Z] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137) 15:22:23 [2019-07-19T19:22:23.684Z] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107) 15:22:23 [2019-07-19T19:22:23.684Z] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400) 15:22:23 [2019-07-19T19:22:23.684Z] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) 15:22:23 [2019-07-19T19:22:23.684Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 15:22:23 [2019-07-19T19:22:23.684Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 15:22:23 [2019-07-19T19:22:23.684Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:22:23 [2019-07-19T19:22:23.684Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:22:23 [2019-07-19T19:22:23.684Z] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660) 15:22:23 [2019-07-19T19:22:23.684Z] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597) 15:22:23 [2019-07-19T19:22:23.684Z] at org.eclipse.equinox.launcher.Main.run(Main.java:1468) 15:22:23 [2019-07-19T19:22:23.684Z] at org.eclipse.equinox.launcher.Main.main(Main.java:1441) 15:22:23 [2019-07-19T19:22:23.684Z] 15:22:23 [2019-07-19T19:22:23.684Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 0 2019-07-19 19:22:22.187 15:22:23 [2019-07-19T19:22:23.684Z] !MESSAGE Error parsing /tmp/markers906757215917157089xml 15:22:23 [2019-07-19T19:22:23.684Z] !STACK 0 15:22:23 [2019-07-19T19:22:23.684Z] org.xml.sax.SAXParseException; systemId: file:/tmp/markers906757215917157089xml; lineNumber: 1; columnNumber: 202; cvc-datatype-valid.1.2.1: 'abc' is not a valid value for 'integer'. 15:22:23 [2019-07-19T19:22:23.684Z] at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:203) 15:22:23 [2019-07-19T19:22:23.684Z] at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.error(ErrorHandlerWrapper.java:134) 15:22:23 [2019-07-19T19:22:23.684Z] at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:396) 15:22:23 [2019-07-19T19:22:23.684Z] at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:327) 15:22:23 [2019-07-19T19:22:23.684Z] at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:284) 15:22:23 [2019-07-19T19:22:23.684Z] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$XSIErrorReporter.reportError(XMLSchemaValidator.java:453) 15:22:23 [2019-07-19T19:22:23.684Z] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.reportSchemaError(XMLSchemaValidator.java:3231) 15:22:23 [2019-07-19T19:22:23.684Z] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.processOneAttribute(XMLSchemaValidator.java:2826) 15:22:23 [2019-07-19T19:22:23.684Z] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.processAttributes(XMLSchemaValidator.java:2763) 15:22:23 [2019-07-19T19:22:23.684Z] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.handleStartElement(XMLSchemaValidator.java:2051) 15:22:23 [2019-07-19T19:22:23.684Z] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.startElement(XMLSchemaValidator.java:741) 15:22:23 [2019-07-19T19:22:23.684Z] at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNSDocumentScannerImpl.java:374) 15:22:23 [2019-07-19T19:22:23.684Z] at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2784) 15:22:23 [2019-07-19T19:22:23.684Z] at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:602) 15:22:23 [2019-07-19T19:22:23.684Z] at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:112) 15:22:23 [2019-07-19T19:22:23.684Z] at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:505) 15:22:23 [2019-07-19T19:22:23.684Z] at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:842) 15:22:23 [2019-07-19T19:22:23.684Z] at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:771) 15:22:23 [2019-07-19T19:22:23.684Z] at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141) 15:22:23 [2019-07-19T19:22:23.684Z] at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:243) 15:22:23 [2019-07-19T19:22:23.684Z] at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339) 15:22:23 [2019-07-19T19:22:23.684Z] at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:205) 15:22:23 [2019-07-19T19:22:23.684Z] at org.eclipse.tracecompass.internal.tmf.core.markers.MarkerConfigXmlParser.parse(MarkerConfigXmlParser.java:165) 15:22:23 [2019-07-19T19:22:23.684Z] at org.eclipse.tracecompass.tmf.core.tests.markers.MarkerConfigXmlParserTest.testParseInvalidContent(MarkerConfigXmlParserTest.java:305) 15:22:23 [2019-07-19T19:22:23.684Z] at org.eclipse.tracecompass.tmf.core.tests.markers.MarkerConfigXmlParserTest.testParseInvalidContent(MarkerConfigXmlParserTest.java:293) 15:22:23 [2019-07-19T19:22:23.684Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 15:22:23 [2019-07-19T19:22:23.684Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 15:22:23 [2019-07-19T19:22:23.684Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:22:23 [2019-07-19T19:22:23.684Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:22:23 [2019-07-19T19:22:23.684Z] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) 15:22:23 [2019-07-19T19:22:23.684Z] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 15:22:23 [2019-07-19T19:22:23.684Z] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) 15:22:23 [2019-07-19T19:22:23.684Z] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 15:22:23 [2019-07-19T19:22:23.684Z] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) 15:22:23 [2019-07-19T19:22:23.684Z] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) 15:22:23 [2019-07-19T19:22:23.684Z] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) 15:22:23 [2019-07-19T19:22:23.684Z] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) 15:22:23 [2019-07-19T19:22:23.684Z] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) 15:22:23 [2019-07-19T19:22:23.684Z] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) 15:22:23 [2019-07-19T19:22:23.684Z] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) 15:22:23 [2019-07-19T19:22:23.684Z] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) 15:22:23 [2019-07-19T19:22:23.684Z] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) 15:22:23 [2019-07-19T19:22:23.684Z] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) 15:22:23 [2019-07-19T19:22:23.684Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) 15:22:23 [2019-07-19T19:22:23.684Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) 15:22:23 [2019-07-19T19:22:23.684Z] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) 15:22:23 [2019-07-19T19:22:23.684Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 15:22:23 [2019-07-19T19:22:23.684Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 15:22:23 [2019-07-19T19:22:23.684Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:22:23 [2019-07-19T19:22:23.684Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:22:23 [2019-07-19T19:22:23.684Z] at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) 15:22:23 [2019-07-19T19:22:23.684Z] at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) 15:22:23 [2019-07-19T19:22:23.684Z] at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) 15:22:23 [2019-07-19T19:22:23.684Z] at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:110) 15:22:23 [2019-07-19T19:22:23.684Z] at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21) 15:22:23 [2019-07-19T19:22:23.684Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 15:22:23 [2019-07-19T19:22:23.684Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 15:22:23 [2019-07-19T19:22:23.684Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:22:23 [2019-07-19T19:22:23.684Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:22:23 [2019-07-19T19:22:23.684Z] at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:592) 15:22:23 [2019-07-19T19:22:23.684Z] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205) 15:22:23 [2019-07-19T19:22:23.684Z] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137) 15:22:23 [2019-07-19T19:22:23.684Z] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107) 15:22:23 [2019-07-19T19:22:23.684Z] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400) 15:22:23 [2019-07-19T19:22:23.684Z] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) 15:22:23 [2019-07-19T19:22:23.684Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 15:22:23 [2019-07-19T19:22:23.684Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 15:22:23 [2019-07-19T19:22:23.684Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:22:23 [2019-07-19T19:22:23.684Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:22:23 [2019-07-19T19:22:23.684Z] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660) 15:22:23 [2019-07-19T19:22:23.684Z] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597) 15:22:23 [2019-07-19T19:22:23.684Z] at org.eclipse.equinox.launcher.Main.run(Main.java:1468) 15:22:23 [2019-07-19T19:22:23.684Z] at org.eclipse.equinox.launcher.Main.main(Main.java:1441) 15:22:23 [2019-07-19T19:22:23.684Z] 15:22:23 [2019-07-19T19:22:23.684Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 0 2019-07-19 19:22:22.194 15:22:23 [2019-07-19T19:22:23.684Z] !MESSAGE Error parsing /tmp/markers624059684417103680xml 15:22:23 [2019-07-19T19:22:23.684Z] !STACK 0 15:22:23 [2019-07-19T19:22:23.684Z] java.lang.IllegalArgumentException: Invalid range: [4095..0] 15:22:23 [2019-07-19T19:22:23.684Z] at com.google.common.collect.Range.<init>(Range.java:352) 15:22:23 [2019-07-19T19:22:23.684Z] at com.google.common.collect.Range.create(Range.java:146) 15:22:23 [2019-07-19T19:22:23.684Z] at com.google.common.collect.Range.closed(Range.java:170) 15:22:23 [2019-07-19T19:22:23.684Z] at org.eclipse.tracecompass.internal.tmf.core.markers.MarkerConfigXmlParser.parseRange(MarkerConfigXmlParser.java:303) 15:22:23 [2019-07-19T19:22:23.684Z] at org.eclipse.tracecompass.internal.tmf.core.markers.MarkerConfigXmlParser.getMarkers(MarkerConfigXmlParser.java:208) 15:22:23 [2019-07-19T19:22:23.684Z] at org.eclipse.tracecompass.internal.tmf.core.markers.MarkerConfigXmlParser.parse(MarkerConfigXmlParser.java:179) 15:22:23 [2019-07-19T19:22:23.684Z] at org.eclipse.tracecompass.tmf.core.tests.markers.MarkerConfigXmlParserTest.testParseInvalidContent(MarkerConfigXmlParserTest.java:305) 15:22:23 [2019-07-19T19:22:23.684Z] at org.eclipse.tracecompass.tmf.core.tests.markers.MarkerConfigXmlParserTest.testParseInvalidContent(MarkerConfigXmlParserTest.java:294) 15:22:23 [2019-07-19T19:22:23.684Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 15:22:23 [2019-07-19T19:22:23.684Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 15:22:23 [2019-07-19T19:22:23.684Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:22:23 [2019-07-19T19:22:23.684Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:22:23 [2019-07-19T19:22:23.684Z] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) 15:22:23 [2019-07-19T19:22:23.684Z] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 15:22:23 [2019-07-19T19:22:23.684Z] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) 15:22:23 [2019-07-19T19:22:23.684Z] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 15:22:23 [2019-07-19T19:22:23.684Z] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) 15:22:23 [2019-07-19T19:22:23.684Z] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) 15:22:23 [2019-07-19T19:22:23.684Z] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) 15:22:23 [2019-07-19T19:22:23.684Z] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) 15:22:23 [2019-07-19T19:22:23.684Z] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) 15:22:23 [2019-07-19T19:22:23.684Z] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) 15:22:23 [2019-07-19T19:22:23.684Z] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) 15:22:23 [2019-07-19T19:22:23.684Z] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) 15:22:23 [2019-07-19T19:22:23.684Z] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) 15:22:23 [2019-07-19T19:22:23.684Z] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) 15:22:23 [2019-07-19T19:22:23.684Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) 15:22:23 [2019-07-19T19:22:23.684Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) 15:22:23 [2019-07-19T19:22:23.684Z] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) 15:22:23 [2019-07-19T19:22:23.684Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 15:22:23 [2019-07-19T19:22:23.684Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 15:22:23 [2019-07-19T19:22:23.684Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:22:23 [2019-07-19T19:22:23.684Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:22:23 [2019-07-19T19:22:23.684Z] at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) 15:22:23 [2019-07-19T19:22:23.684Z] at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) 15:22:23 [2019-07-19T19:22:23.684Z] at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) 15:22:23 [2019-07-19T19:22:23.684Z] at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:110) 15:22:23 [2019-07-19T19:22:23.684Z] at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21) 15:22:23 [2019-07-19T19:22:23.684Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 15:22:23 [2019-07-19T19:22:23.684Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 15:22:23 [2019-07-19T19:22:23.684Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:22:23 [2019-07-19T19:22:23.684Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:22:23 [2019-07-19T19:22:23.684Z] at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:592) 15:22:23 [2019-07-19T19:22:23.684Z] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205) 15:22:23 [2019-07-19T19:22:23.684Z] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137) 15:22:23 [2019-07-19T19:22:23.684Z] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107) 15:22:23 [2019-07-19T19:22:23.684Z] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400) 15:22:23 [2019-07-19T19:22:23.684Z] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) 15:22:23 [2019-07-19T19:22:23.684Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 15:22:23 [2019-07-19T19:22:23.684Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 15:22:23 [2019-07-19T19:22:23.684Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:22:23 [2019-07-19T19:22:23.684Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:22:23 [2019-07-19T19:22:23.684Z] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660) 15:22:23 [2019-07-19T19:22:23.684Z] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597) 15:22:23 [2019-07-19T19:22:23.684Z] at org.eclipse.equinox.launcher.Main.run(Main.java:1468) 15:22:23 [2019-07-19T19:22:23.684Z] at org.eclipse.equinox.launcher.Main.main(Main.java:1441) 15:22:23 [2019-07-19T19:22:23.684Z] 15:22:23 [2019-07-19T19:22:23.684Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 0 2019-07-19 19:22:22.200 15:22:23 [2019-07-19T19:22:23.684Z] !MESSAGE Error parsing /tmp/markers7890268128313551904xml 15:22:23 [2019-07-19T19:22:23.684Z] !STACK 0 15:22:23 [2019-07-19T19:22:23.684Z] org.xml.sax.SAXParseException; systemId: file:/tmp/markers7890268128313551904xml; lineNumber: 1; columnNumber: 256; cvc-complex-type.2.4.b: The content of element 'segments' is not complete. One of '{segment}' is expected. 15:22:23 [2019-07-19T19:22:23.684Z] at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:203) 15:22:23 [2019-07-19T19:22:23.684Z] at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.error(ErrorHandlerWrapper.java:134) 15:22:23 [2019-07-19T19:22:23.684Z] at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:396) 15:22:23 [2019-07-19T19:22:23.684Z] at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:327) 15:22:23 [2019-07-19T19:22:23.684Z] at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:284) 15:22:23 [2019-07-19T19:22:23.684Z] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$XSIErrorReporter.reportError(XMLSchemaValidator.java:453) 15:22:23 [2019-07-19T19:22:23.684Z] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.reportSchemaError(XMLSchemaValidator.java:3231) 15:22:23 [2019-07-19T19:22:23.684Z] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.elementLocallyValidComplexType(XMLSchemaValidator.java:3207) 15:22:23 [2019-07-19T19:22:23.684Z] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.elementLocallyValidType(XMLSchemaValidator.java:3154) 15:22:23 [2019-07-19T19:22:23.684Z] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.processElementContent(XMLSchemaValidator.java:3056) 15:22:23 [2019-07-19T19:22:23.684Z] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.handleEndElement(XMLSchemaValidator.java:2135) 15:22:23 [2019-07-19T19:22:23.684Z] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(XMLSchemaValidator.java:854) 15:22:23 [2019-07-19T19:22:23.684Z] at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(XMLDocumentFragmentScannerImpl.java:1782) 15:22:23 [2019-07-19T19:22:23.684Z] at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2967) 15:22:23 [2019-07-19T19:22:23.684Z] at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:602) 15:22:23 [2019-07-19T19:22:23.684Z] at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:112) 15:22:23 [2019-07-19T19:22:23.684Z] at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:505) 15:22:23 [2019-07-19T19:22:23.684Z] at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:842) 15:22:23 [2019-07-19T19:22:23.684Z] at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:771) 15:22:23 [2019-07-19T19:22:23.684Z] at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141) 15:22:23 [2019-07-19T19:22:23.684Z] at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:243) 15:22:23 [2019-07-19T19:22:23.684Z] at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339) 15:22:23 [2019-07-19T19:22:23.684Z] at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:205) 15:22:23 [2019-07-19T19:22:23.684Z] at org.eclipse.tracecompass.internal.tmf.core.markers.MarkerConfigXmlParser.parse(MarkerConfigXmlParser.java:165) 15:22:23 [2019-07-19T19:22:23.684Z] at org.eclipse.tracecompass.tmf.core.tests.markers.MarkerConfigXmlParserTest.testParseInvalidContent(MarkerConfigXmlParserTest.java:305) 15:22:23 [2019-07-19T19:22:23.684Z] at org.eclipse.tracecompass.tmf.core.tests.markers.MarkerConfigXmlParserTest.testParseInvalidContent(MarkerConfigXmlParserTest.java:295) 15:22:23 [2019-07-19T19:22:23.684Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 15:22:23 [2019-07-19T19:22:23.684Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 15:22:23 [2019-07-19T19:22:23.684Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:22:23 [2019-07-19T19:22:23.684Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:22:23 [2019-07-19T19:22:23.684Z] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) 15:22:23 [2019-07-19T19:22:23.684Z] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 15:22:23 [2019-07-19T19:22:23.686Z] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) 15:22:23 [2019-07-19T19:22:23.686Z] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 15:22:23 [2019-07-19T19:22:23.686Z] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) 15:22:23 [2019-07-19T19:22:23.686Z] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) 15:22:23 [2019-07-19T19:22:23.686Z] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) 15:22:23 [2019-07-19T19:22:23.686Z] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) 15:22:23 [2019-07-19T19:22:23.686Z] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) 15:22:23 [2019-07-19T19:22:23.686Z] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) 15:22:23 [2019-07-19T19:22:23.686Z] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) 15:22:23 [2019-07-19T19:22:23.686Z] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) 15:22:23 [2019-07-19T19:22:23.686Z] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) 15:22:23 [2019-07-19T19:22:23.686Z] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) 15:22:23 [2019-07-19T19:22:23.686Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) 15:22:23 [2019-07-19T19:22:23.686Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) 15:22:23 [2019-07-19T19:22:23.686Z] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) 15:22:23 [2019-07-19T19:22:23.686Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 15:22:23 [2019-07-19T19:22:23.686Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 15:22:23 [2019-07-19T19:22:23.686Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:22:23 [2019-07-19T19:22:23.686Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:22:23 [2019-07-19T19:22:23.686Z] at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) 15:22:23 [2019-07-19T19:22:23.686Z] at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) 15:22:23 [2019-07-19T19:22:23.686Z] at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) 15:22:23 [2019-07-19T19:22:23.686Z] at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:110) 15:22:23 [2019-07-19T19:22:23.686Z] at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21) 15:22:23 [2019-07-19T19:22:23.686Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 15:22:23 [2019-07-19T19:22:23.686Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 15:22:23 [2019-07-19T19:22:23.686Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:22:23 [2019-07-19T19:22:23.686Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:22:23 [2019-07-19T19:22:23.686Z] at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:592) 15:22:23 [2019-07-19T19:22:23.686Z] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205) 15:22:23 [2019-07-19T19:22:23.686Z] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137) 15:22:23 [2019-07-19T19:22:23.686Z] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107) 15:22:23 [2019-07-19T19:22:23.686Z] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400) 15:22:23 [2019-07-19T19:22:23.686Z] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) 15:22:23 [2019-07-19T19:22:23.686Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 15:22:23 [2019-07-19T19:22:23.686Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 15:22:23 [2019-07-19T19:22:23.686Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:22:23 [2019-07-19T19:22:23.686Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:22:23 [2019-07-19T19:22:23.686Z] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660) 15:22:23 [2019-07-19T19:22:23.686Z] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597) 15:22:23 [2019-07-19T19:22:23.686Z] at org.eclipse.equinox.launcher.Main.run(Main.java:1468) 15:22:23 [2019-07-19T19:22:23.686Z] at org.eclipse.equinox.launcher.Main.main(Main.java:1441) 15:22:23 [2019-07-19T19:22:23.686Z] 15:22:23 [2019-07-19T19:22:23.686Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 0 2019-07-19 19:22:22.206 15:22:23 [2019-07-19T19:22:23.686Z] !MESSAGE Error parsing /tmp/markers3296459412935827624xml 15:22:23 [2019-07-19T19:22:23.686Z] !STACK 0 15:22:23 [2019-07-19T19:22:23.686Z] org.xml.sax.SAXParseException; systemId: file:/tmp/markers3296459412935827624xml; lineNumber: 1; columnNumber: 323; cvc-minExclusive-valid: Value '0' is not facet-valid with respect to minExclusive '0' for type 'length_type'. 15:22:23 [2019-07-19T19:22:23.686Z] at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:203) 15:22:23 [2019-07-19T19:22:23.686Z] at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.error(ErrorHandlerWrapper.java:134) 15:22:23 [2019-07-19T19:22:23.686Z] at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:396) 15:22:23 [2019-07-19T19:22:23.686Z] at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:327) 15:22:23 [2019-07-19T19:22:23.686Z] at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:284) 15:22:23 [2019-07-19T19:22:23.686Z] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$XSIErrorReporter.reportError(XMLSchemaValidator.java:453) 15:22:23 [2019-07-19T19:22:23.686Z] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.reportSchemaError(XMLSchemaValidator.java:3231) 15:22:23 [2019-07-19T19:22:23.686Z] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.processOneAttribute(XMLSchemaValidator.java:2826) 15:22:23 [2019-07-19T19:22:23.686Z] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.processAttributes(XMLSchemaValidator.java:2763) 15:22:23 [2019-07-19T19:22:23.686Z] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.handleStartElement(XMLSchemaValidator.java:2051) 15:22:23 [2019-07-19T19:22:23.686Z] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(XMLSchemaValidator.java:761) 15:22:23 [2019-07-19T19:22:23.686Z] at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNSDocumentScannerImpl.java:351) 15:22:23 [2019-07-19T19:22:23.686Z] at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2784) 15:22:23 [2019-07-19T19:22:23.686Z] at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:602) 15:22:23 [2019-07-19T19:22:23.686Z] at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:112) 15:22:23 [2019-07-19T19:22:23.686Z] at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:505) 15:22:23 [2019-07-19T19:22:23.686Z] at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:842) 15:22:23 [2019-07-19T19:22:23.686Z] at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:771) 15:22:23 [2019-07-19T19:22:23.686Z] at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141) 15:22:23 [2019-07-19T19:22:23.686Z] at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:243) 15:22:23 [2019-07-19T19:22:23.686Z] at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339) 15:22:23 [2019-07-19T19:22:23.686Z] at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:205) 15:22:23 [2019-07-19T19:22:23.686Z] at org.eclipse.tracecompass.internal.tmf.core.markers.MarkerConfigXmlParser.parse(MarkerConfigXmlParser.java:165) 15:22:23 [2019-07-19T19:22:23.686Z] at org.eclipse.tracecompass.tmf.core.tests.markers.MarkerConfigXmlParserTest.testParseInvalidContent(MarkerConfigXmlParserTest.java:305) 15:22:23 [2019-07-19T19:22:23.686Z] at org.eclipse.tracecompass.tmf.core.tests.markers.MarkerConfigXmlParserTest.testParseInvalidContent(MarkerConfigXmlParserTest.java:296) 15:22:23 [2019-07-19T19:22:23.686Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 15:22:23 [2019-07-19T19:22:23.686Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 15:22:23 [2019-07-19T19:22:23.686Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:22:23 [2019-07-19T19:22:23.686Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:22:23 [2019-07-19T19:22:23.686Z] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) 15:22:23 [2019-07-19T19:22:23.687Z] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 15:22:23 [2019-07-19T19:22:23.687Z] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) 15:22:23 [2019-07-19T19:22:23.687Z] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 15:22:23 [2019-07-19T19:22:23.687Z] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) 15:22:23 [2019-07-19T19:22:23.687Z] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) 15:22:23 [2019-07-19T19:22:23.687Z] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) 15:22:23 [2019-07-19T19:22:23.687Z] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) 15:22:23 [2019-07-19T19:22:23.687Z] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) 15:22:23 [2019-07-19T19:22:23.687Z] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) 15:22:23 [2019-07-19T19:22:23.687Z] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) 15:22:23 [2019-07-19T19:22:23.687Z] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) 15:22:23 [2019-07-19T19:22:23.687Z] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) 15:22:23 [2019-07-19T19:22:23.687Z] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) 15:22:23 [2019-07-19T19:22:23.687Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) 15:22:23 [2019-07-19T19:22:23.687Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) 15:22:23 [2019-07-19T19:22:23.687Z] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) 15:22:23 [2019-07-19T19:22:23.687Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 15:22:23 [2019-07-19T19:22:23.687Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 15:22:23 [2019-07-19T19:22:23.687Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:22:23 [2019-07-19T19:22:23.687Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:22:23 [2019-07-19T19:22:23.687Z] at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) 15:22:23 [2019-07-19T19:22:23.687Z] at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) 15:22:23 [2019-07-19T19:22:23.687Z] at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) 15:22:23 [2019-07-19T19:22:23.687Z] at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:110) 15:22:23 [2019-07-19T19:22:23.687Z] at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21) 15:22:23 [2019-07-19T19:22:23.687Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 15:22:23 [2019-07-19T19:22:23.687Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 15:22:23 [2019-07-19T19:22:23.687Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:22:23 [2019-07-19T19:22:23.687Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:22:23 [2019-07-19T19:22:23.687Z] at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:592) 15:22:23 [2019-07-19T19:22:23.687Z] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205) 15:22:23 [2019-07-19T19:22:23.687Z] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137) 15:22:23 [2019-07-19T19:22:23.687Z] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107) 15:22:23 [2019-07-19T19:22:23.687Z] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400) 15:22:23 [2019-07-19T19:22:23.687Z] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) 15:22:23 [2019-07-19T19:22:23.687Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 15:22:23 [2019-07-19T19:22:23.687Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 15:22:23 [2019-07-19T19:22:23.687Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:22:23 [2019-07-19T19:22:23.687Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:22:23 [2019-07-19T19:22:23.687Z] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660) 15:22:23 [2019-07-19T19:22:23.687Z] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597) 15:22:23 [2019-07-19T19:22:23.687Z] at org.eclipse.equinox.launcher.Main.run(Main.java:1468) 15:22:23 [2019-07-19T19:22:23.687Z] at org.eclipse.equinox.launcher.Main.main(Main.java:1441) 15:22:23 [2019-07-19T19:22:23.687Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.228 s - in org.eclipse.tracecompass.tmf.core.tests.markers.MarkerConfigXmlParserTest 15:22:23 [2019-07-19T19:22:23.687Z] testParseInvalidContent(org.eclipse.tracecompass.tmf.core.tests.markers.MarkerConfigXmlParserTest) Time elapsed: 0.148 s 15:22:23 [2019-07-19T19:22:23.687Z] testExtensionPoint(org.eclipse.tracecompass.tmf.core.tests.markers.MarkerConfigXmlParserTest) Time elapsed: 0.068 s 15:22:23 [2019-07-19T19:22:23.687Z] testParse(org.eclipse.tracecompass.tmf.core.tests.markers.MarkerConfigXmlParserTest) Time elapsed: 0.007 s 15:22:23 [2019-07-19T19:22:23.687Z] testParseInvalidFile(org.eclipse.tracecompass.tmf.core.tests.markers.MarkerConfigXmlParserTest) Time elapsed: 0.004 s 15:22:23 [2019-07-19T19:22:23.687Z] Running org.eclipse.tracecompass.tmf.core.tests.markers.MarkerSetTest 15:22:23 [2019-07-19T19:22:23.687Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.tracecompass.tmf.core.tests.markers.MarkerSetTest 15:22:23 [2019-07-19T19:22:23.687Z] testAddMarker(org.eclipse.tracecompass.tmf.core.tests.markers.MarkerSetTest) Time elapsed: 0 s 15:22:23 [2019-07-19T19:22:23.687Z] testConstructor(org.eclipse.tracecompass.tmf.core.tests.markers.MarkerSetTest) Time elapsed: 0 s 15:22:23 [2019-07-19T19:22:23.687Z] Running org.eclipse.tracecompass.tmf.core.tests.markers.MarkerTest 15:22:23 [2019-07-19T19:22:23.687Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.tracecompass.tmf.core.tests.markers.MarkerTest 15:22:23 [2019-07-19T19:22:23.687Z] testAddSegment(org.eclipse.tracecompass.tmf.core.tests.markers.MarkerTest) Time elapsed: 0 s 15:22:23 [2019-07-19T19:22:23.687Z] testAddSubMarker(org.eclipse.tracecompass.tmf.core.tests.markers.MarkerTest) Time elapsed: 0 s 15:22:23 [2019-07-19T19:22:23.687Z] testConstructor(org.eclipse.tracecompass.tmf.core.tests.markers.MarkerTest) Time elapsed: 0 s 15:22:23 [2019-07-19T19:22:23.687Z] Running org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisModuleHelperTest 15:22:23 [2019-07-19T19:22:23.687Z] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.15 s - in org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisModuleHelperTest 15:22:23 [2019-07-19T19:22:23.687Z] testAppliesToExperiment(org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisModuleHelperTest) Time elapsed: 0.007 s 15:22:23 [2019-07-19T19:22:23.687Z] testParameters(org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisModuleHelperTest) Time elapsed: 0.003 s 15:22:23 [2019-07-19T19:22:23.687Z] testGetRequirements(org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisModuleHelperTest) Time elapsed: 0.002 s 15:22:23 [2019-07-19T19:22:23.687Z] testNewModule(org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisModuleHelperTest) Time elapsed: 0.058 s 15:22:23 [2019-07-19T19:22:23.687Z] testGetValidTraceTypes(org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisModuleHelperTest) Time elapsed: 0.076 s 15:22:23 [2019-07-19T19:22:23.687Z] testHelperGetters(org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisModuleHelperTest) Time elapsed: 0.001 s 15:22:23 [2019-07-19T19:22:23.687Z] testAppliesToTrace(org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisModuleHelperTest) Time elapsed: 0.001 s 15:22:23 [2019-07-19T19:22:23.687Z] Running org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisParameterProviderTest 15:22:23 [2019-07-19T19:22:23.687Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisParameterProviderTest 15:22:23 [2019-07-19T19:22:23.687Z] testProviderTmfTrace(org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisParameterProviderTest) Time elapsed: 0.002 s 15:22:23 [2019-07-19T19:22:23.687Z] Running org.eclipse.tracecompass.tmf.core.tests.analysis.requirements.AnalysisEventRequirementTest 15:22:23 [2019-07-19T19:22:23.687Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.tracecompass.tmf.core.tests.analysis.requirements.AnalysisEventRequirementTest 15:22:23 [2019-07-19T19:22:23.687Z] testMandatoryRequirements(org.eclipse.tracecompass.tmf.core.tests.analysis.requirements.AnalysisEventRequirementTest) Time elapsed: 0.003 s 15:22:23 [2019-07-19T19:22:23.687Z] testAtLeastOneRequirements(org.eclipse.tracecompass.tmf.core.tests.analysis.requirements.AnalysisEventRequirementTest) Time elapsed: 0 s 15:22:23 [2019-07-19T19:22:23.687Z] testAllOrNothingRequirements(org.eclipse.tracecompass.tmf.core.tests.analysis.requirements.AnalysisEventRequirementTest) Time elapsed: 0 s 15:22:23 [2019-07-19T19:22:23.687Z] testNoPreDefinedEvents(org.eclipse.tracecompass.tmf.core.tests.analysis.requirements.AnalysisEventRequirementTest) Time elapsed: 0 s 15:22:23 [2019-07-19T19:22:23.687Z] testOptionalRequirements(org.eclipse.tracecompass.tmf.core.tests.analysis.requirements.AnalysisEventRequirementTest) Time elapsed: 0 s 15:22:23 [2019-07-19T19:22:23.687Z] Running org.eclipse.tracecompass.tmf.core.tests.analysis.requirements.AnalysisEventFieldRequirementTest 15:22:23 [2019-07-19T19:22:23.687Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.tracecompass.tmf.core.tests.analysis.requirements.AnalysisEventFieldRequirementTest 15:22:23 [2019-07-19T19:22:23.687Z] testMandatoryRequirements(org.eclipse.tracecompass.tmf.core.tests.analysis.requirements.AnalysisEventFieldRequirementTest) Time elapsed: 0.012 s 15:22:23 [2019-07-19T19:22:23.687Z] testAtLeastOneRequirements(org.eclipse.tracecompass.tmf.core.tests.analysis.requirements.AnalysisEventFieldRequirementTest) Time elapsed: 0.001 s 15:22:23 [2019-07-19T19:22:23.687Z] testAllOrNothingRequirements(org.eclipse.tracecompass.tmf.core.tests.analysis.requirements.AnalysisEventFieldRequirementTest) Time elapsed: 0.001 s 15:22:23 [2019-07-19T19:22:23.687Z] testNoPreDefinedEvents(org.eclipse.tracecompass.tmf.core.tests.analysis.requirements.AnalysisEventFieldRequirementTest) Time elapsed: 0 s 15:22:23 [2019-07-19T19:22:23.687Z] testOptionalRequirements(org.eclipse.tracecompass.tmf.core.tests.analysis.requirements.AnalysisEventFieldRequirementTest) Time elapsed: 0 s 15:22:23 [2019-07-19T19:22:23.687Z] Running org.eclipse.tracecompass.tmf.core.tests.analysis.requirements.AnalysisRequirementTest 15:22:23 [2019-07-19T19:22:23.687Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.tracecompass.tmf.core.tests.analysis.requirements.AnalysisRequirementTest 15:22:23 [2019-07-19T19:22:23.687Z] testGetValueLevel(org.eclipse.tracecompass.tmf.core.tests.analysis.requirements.AnalysisRequirementTest) Time elapsed: 0 s 15:22:23 [2019-07-19T19:22:23.687Z] testAddAndGetInformation(org.eclipse.tracecompass.tmf.core.tests.analysis.requirements.AnalysisRequirementTest) Time elapsed: 0 s 15:22:23 [2019-07-19T19:22:23.687Z] testGetValues(org.eclipse.tracecompass.tmf.core.tests.analysis.requirements.AnalysisRequirementTest) Time elapsed: 0 s 15:22:23 [2019-07-19T19:22:23.687Z] Running org.eclipse.tracecompass.tmf.core.tests.analysis.requirements.CompositeRequirementTest 15:22:23 [2019-07-19T19:22:23.687Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.tracecompass.tmf.core.tests.analysis.requirements.CompositeRequirementTest 15:22:23 [2019-07-19T19:22:23.687Z] testAllOrNothing(org.eclipse.tracecompass.tmf.core.tests.analysis.requirements.CompositeRequirementTest) Time elapsed: 0.01 s 15:22:23 [2019-07-19T19:22:23.687Z] testAtLeastOne(org.eclipse.tracecompass.tmf.core.tests.analysis.requirements.CompositeRequirementTest) Time elapsed: 0 s 15:22:23 [2019-07-19T19:22:23.687Z] testMandatory(org.eclipse.tracecompass.tmf.core.tests.analysis.requirements.CompositeRequirementTest) Time elapsed: 0.001 s 15:22:23 [2019-07-19T19:22:23.687Z] testOptional(org.eclipse.tracecompass.tmf.core.tests.analysis.requirements.CompositeRequirementTest) Time elapsed: 0 s 15:22:23 [2019-07-19T19:22:23.687Z] Running org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisListenerTest 15:22:23 [2019-07-19T19:22:23.687Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisListenerTest 15:22:23 [2019-07-19T19:22:23.687Z] testNewModuleListener(org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisListenerTest) Time elapsed: 0 s 15:22:23 [2019-07-19T19:22:23.687Z] Running org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisManagerTest 15:22:23 [2019-07-19T19:22:23.687Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisManagerTest 15:22:23 [2019-07-19T19:22:23.687Z] testListForTraces(org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisManagerTest) Time elapsed: 0.002 s 15:22:23 [2019-07-19T19:22:23.687Z] testSources(org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisManagerTest) Time elapsed: 0.005 s 15:22:23 [2019-07-19T19:22:23.687Z] testGetAnalysisModules(org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisManagerTest) Time elapsed: 0 s 15:22:23 [2019-07-19T19:22:23.687Z] Running org.eclipse.tracecompass.tmf.core.tests.analysis.ondemand.OnDemandAnalysisTest 15:22:23 [2019-07-19T19:22:23.687Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.tracecompass.tmf.core.tests.analysis.ondemand.OnDemandAnalysisTest 15:22:23 [2019-07-19T19:22:23.687Z] testApplies(org.eclipse.tracecompass.tmf.core.tests.analysis.ondemand.OnDemandAnalysisTest) Time elapsed: 0 s 15:22:23 [2019-07-19T19:22:23.687Z] testDoesNotApply(org.eclipse.tracecompass.tmf.core.tests.analysis.ondemand.OnDemandAnalysisTest) Time elapsed: 0 s 15:22:23 [2019-07-19T19:22:23.687Z] testGetNoAnalysisFromTrace(org.eclipse.tracecompass.tmf.core.tests.analysis.ondemand.OnDemandAnalysisTest) Time elapsed: 0.015 s 15:22:23 [2019-07-19T19:22:23.687Z] testGetAnalysisFromTrace(org.eclipse.tracecompass.tmf.core.tests.analysis.ondemand.OnDemandAnalysisTest) Time elapsed: 0 s 15:22:23 [2019-07-19T19:22:23.687Z] Running org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisModuleTest 15:22:25 [2019-07-19T19:22:25.057Z] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.023 s - in org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisModuleTest 15:22:25 [2019-07-19T19:22:25.057Z] testGettersSetters(org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisModuleTest) Time elapsed: 0.001 s 15:22:25 [2019-07-19T19:22:25.057Z] testDependentAnalyses(org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisModuleTest) Time elapsed: 1.004 s 15:22:25 [2019-07-19T19:22:25.057Z] testSetWrongTrace(org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisModuleTest) Time elapsed: 0.002 s 15:22:25 [2019-07-19T19:22:25.057Z] testSetTraceTwice(org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisModuleTest) Time elapsed: 0.002 s 15:22:25 [2019-07-19T19:22:25.057Z] testMultipleDependencies(org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisModuleTest) Time elapsed: 0.004 s 15:22:25 [2019-07-19T19:22:25.057Z] testWaitForCompletionCancelled(org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisModuleTest) Time elapsed: 0.002 s 15:22:25 [2019-07-19T19:22:25.057Z] testCancel(org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisModuleTest) Time elapsed: 1.001 s 15:22:25 [2019-07-19T19:22:25.057Z] testHelper(org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisModuleTest) Time elapsed: 0.003 s 15:22:25 [2019-07-19T19:22:25.057Z] testWaitForCompletionSuccess(org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisModuleTest) Time elapsed: 0.002 s 15:22:25 [2019-07-19T19:22:25.057Z] testParameterChanged(org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisModuleTest) Time elapsed: 0.001 s 15:22:25 [2019-07-19T19:22:25.057Z] Running org.eclipse.tracecompass.tmf.core.tests.request.TmfEventRequestTest 15:22:25 [2019-07-19T19:22:25.057Z] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.tracecompass.tmf.core.tests.request.TmfEventRequestTest 15:22:25 [2019-07-19T19:22:25.057Z] testDone(org.eclipse.tracecompass.tmf.core.tests.request.TmfEventRequestTest) Time elapsed: 0.001 s 15:22:25 [2019-07-19T19:22:25.057Z] testFail(org.eclipse.tracecompass.tmf.core.tests.request.TmfEventRequestTest) Time elapsed: 0 s 15:22:25 [2019-07-19T19:22:25.057Z] testTmfEventRequestWithDependencyLevel(org.eclipse.tracecompass.tmf.core.tests.request.TmfEventRequestTest) Time elapsed: 0.001 s 15:22:25 [2019-07-19T19:22:25.057Z] testToString(org.eclipse.tracecompass.tmf.core.tests.request.TmfEventRequestTest) Time elapsed: 0.001 s 15:22:25 [2019-07-19T19:22:25.057Z] testTmfEventRequestTimeRangeNbRequestedBlocksize(org.eclipse.tracecompass.tmf.core.tests.request.TmfEventRequestTest) Time elapsed: 0 s 15:22:25 [2019-07-19T19:22:25.057Z] testWaitForStartAfterDone(org.eclipse.tracecompass.tmf.core.tests.request.TmfEventRequestTest) Time elapsed: 0 s 15:22:25 [2019-07-19T19:22:25.057Z] testTmfEventRequestTimeRangeNbRequested(org.eclipse.tracecompass.tmf.core.tests.request.TmfEventRequestTest) Time elapsed: 0 s 15:22:25 [2019-07-19T19:22:25.057Z] testTmfEventRequestTimeRange(org.eclipse.tracecompass.tmf.core.tests.request.TmfEventRequestTest) Time elapsed: 0 s 15:22:25 [2019-07-19T19:22:25.057Z] testWaitForStartBeforeStart(org.eclipse.tracecompass.tmf.core.tests.request.TmfEventRequestTest) Time elapsed: 0 s 15:22:25 [2019-07-19T19:22:25.057Z] testWaitForStartAfterStart(org.eclipse.tracecompass.tmf.core.tests.request.TmfEventRequestTest) Time elapsed: 0.001 s 15:22:25 [2019-07-19T19:22:25.057Z] testCancel(org.eclipse.tracecompass.tmf.core.tests.request.TmfEventRequestTest) Time elapsed: 0 s 15:22:25 [2019-07-19T19:22:25.057Z] testEquals(org.eclipse.tracecompass.tmf.core.tests.request.TmfEventRequestTest) Time elapsed: 0 s 15:22:25 [2019-07-19T19:22:25.057Z] testTmfEventRequest(org.eclipse.tracecompass.tmf.core.tests.request.TmfEventRequestTest) Time elapsed: 0 s 15:22:25 [2019-07-19T19:22:25.057Z] testWaitForStartAfterCancel(org.eclipse.tracecompass.tmf.core.tests.request.TmfEventRequestTest) Time elapsed: 0 s 15:22:25 [2019-07-19T19:22:25.057Z] Running org.eclipse.tracecompass.tmf.core.tests.request.TmfCoalescedEventRequestTest 15:22:26 [2019-07-19T19:22:26.950Z] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.988 s - in org.eclipse.tracecompass.tmf.core.tests.request.TmfCoalescedEventRequestTest 15:22:26 [2019-07-19T19:22:26.950Z] testIsCompatible(org.eclipse.tracecompass.tmf.core.tests.request.TmfCoalescedEventRequestTest) Time elapsed: 0 s 15:22:26 [2019-07-19T19:22:26.950Z] testTmfCoalescedEventRequestIndexNbEventsBlocksize(org.eclipse.tracecompass.tmf.core.tests.request.TmfCoalescedEventRequestTest) Time elapsed: 0 s 15:22:26 [2019-07-19T19:22:26.950Z] testDone(org.eclipse.tracecompass.tmf.core.tests.request.TmfCoalescedEventRequestTest) Time elapsed: 0.001 s 15:22:26 [2019-07-19T19:22:26.950Z] testFail(org.eclipse.tracecompass.tmf.core.tests.request.TmfCoalescedEventRequestTest) Time elapsed: 0 s 15:22:26 [2019-07-19T19:22:26.950Z] testCancelCoalescedRequest(org.eclipse.tracecompass.tmf.core.tests.request.TmfCoalescedEventRequestTest) Time elapsed: 0.512 s 15:22:26 [2019-07-19T19:22:26.950Z] testToString(org.eclipse.tracecompass.tmf.core.tests.request.TmfCoalescedEventRequestTest) Time elapsed: 0 s 15:22:26 [2019-07-19T19:22:26.950Z] testAddEvent1(org.eclipse.tracecompass.tmf.core.tests.request.TmfCoalescedEventRequestTest) Time elapsed: 0 s 15:22:26 [2019-07-19T19:22:26.950Z] testAddEvent2(org.eclipse.tracecompass.tmf.core.tests.request.TmfCoalescedEventRequestTest) Time elapsed: 0 s 15:22:26 [2019-07-19T19:22:26.950Z] testSingleTimeRequest(org.eclipse.tracecompass.tmf.core.tests.request.TmfCoalescedEventRequestTest) Time elapsed: 0.107 s 15:22:26 [2019-07-19T19:22:26.950Z] testIsCompatibleDependency(org.eclipse.tracecompass.tmf.core.tests.request.TmfCoalescedEventRequestTest) Time elapsed: 0 s 15:22:26 [2019-07-19T19:22:26.950Z] testCoalescedRequest(org.eclipse.tracecompass.tmf.core.tests.request.TmfCoalescedEventRequestTest) Time elapsed: 1.365 s 15:22:26 [2019-07-19T19:22:26.950Z] testCancel(org.eclipse.tracecompass.tmf.core.tests.request.TmfCoalescedEventRequestTest) Time elapsed: 0.001 s 15:22:26 [2019-07-19T19:22:26.950Z] testEquals(org.eclipse.tracecompass.tmf.core.tests.request.TmfCoalescedEventRequestTest) Time elapsed: 0 s 15:22:26 [2019-07-19T19:22:26.950Z] Running org.eclipse.tracecompass.tmf.core.tests.request.TmfEventRequestIntegrationTest 15:22:29 [2019-07-19T19:22:29.473Z] 15:22:29 [2019-07-19T19:22:29.473Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 0 2019-07-19 19:22:29.141 15:22:29 [2019-07-19T19:22:29.473Z] !MESSAGE An uncaught exception happened on request [TmfEventRequestIntegrationTest$2(644,ITmfEvent,BACKGROUND,TmfTimeRange [fStartTime=00:12:43.145 224 192, fEndTime=23:47:16.854 775 807],0,2,0)]: null 15:22:30 [2019-07-19T19:22:30.403Z] 15:22:30 [2019-07-19T19:22:30.403Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 0 2019-07-19 19:22:30.242 15:22:30 [2019-07-19T19:22:30.403Z] !MESSAGE An uncaught exception happened on request [TmfEventRequestIntegrationTest$1(646,ITmfEvent,BACKGROUND,TmfTimeRange [fStartTime=00:12:43.145 224 192, fEndTime=23:47:16.854 775 807],0,2,0)]: null 15:22:30 [2019-07-19T19:22:30.403Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.608 s - in org.eclipse.tracecompass.tmf.core.tests.request.TmfEventRequestIntegrationTest 15:22:30 [2019-07-19T19:22:30.403Z] testRequestException(org.eclipse.tracecompass.tmf.core.tests.request.TmfEventRequestIntegrationTest) Time elapsed: 1.01 s 15:22:30 [2019-07-19T19:22:30.403Z] testSingleRequestException(org.eclipse.tracecompass.tmf.core.tests.request.TmfEventRequestIntegrationTest) Time elapsed: 1.101 s 15:22:30 [2019-07-19T19:22:30.403Z] Running org.eclipse.tracecompass.tmf.core.tests.statesystem.AttributePoolTest 15:22:30 [2019-07-19T19:22:30.403Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.eclipse.tracecompass.tmf.core.tests.statesystem.AttributePoolTest 15:22:30 [2019-07-19T19:22:30.403Z] testSimplePool(org.eclipse.tracecompass.tmf.core.tests.statesystem.AttributePoolTest) Time elapsed: 0.018 s 15:22:30 [2019-07-19T19:22:30.403Z] testConstructorBad2(org.eclipse.tracecompass.tmf.core.tests.statesystem.AttributePoolTest) Time elapsed: 0 s 15:22:30 [2019-07-19T19:22:30.403Z] testConstructorGood(org.eclipse.tracecompass.tmf.core.tests.statesystem.AttributePoolTest) Time elapsed: 0 s 15:22:30 [2019-07-19T19:22:30.403Z] testRecycleWrongQuark(org.eclipse.tracecompass.tmf.core.tests.statesystem.AttributePoolTest) Time elapsed: 0 s 15:22:30 [2019-07-19T19:22:30.403Z] testRecycleChildQuark(org.eclipse.tracecompass.tmf.core.tests.statesystem.AttributePoolTest) Time elapsed: 0.001 s 15:22:30 [2019-07-19T19:22:30.403Z] testPoolWithSubTree(org.eclipse.tracecompass.tmf.core.tests.statesystem.AttributePoolTest) Time elapsed: 0 s 15:22:30 [2019-07-19T19:22:30.403Z] testConstructorBad(org.eclipse.tracecompass.tmf.core.tests.statesystem.AttributePoolTest) Time elapsed: 0 s 15:22:30 [2019-07-19T19:22:30.403Z] testPriorityPool(org.eclipse.tracecompass.tmf.core.tests.statesystem.AttributePoolTest) Time elapsed: 0.001 s 15:22:30 [2019-07-19T19:22:30.403Z] Running org.eclipse.tracecompass.tmf.core.tests.statesystem.mipmap.TmfMipmapStateProviderWeightedTest 15:22:30 [2019-07-19T19:22:30.660Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.251 s - in org.eclipse.tracecompass.tmf.core.tests.statesystem.mipmap.TmfMipmapStateProviderWeightedTest 15:22:30 [2019-07-19T19:22:30.660Z] testQueryMipmapRangeMinInteger(org.eclipse.tracecompass.tmf.core.tests.statesystem.mipmap.TmfMipmapStateProviderWeightedTest) Time elapsed: 0.015 s 15:22:30 [2019-07-19T19:22:30.660Z] testQueryMipmapRangeMaxDouble(org.eclipse.tracecompass.tmf.core.tests.statesystem.mipmap.TmfMipmapStateProviderWeightedTest) Time elapsed: 0.006 s 15:22:30 [2019-07-19T19:22:30.660Z] testQueryMipmapRangeAvgDouble(org.eclipse.tracecompass.tmf.core.tests.statesystem.mipmap.TmfMipmapStateProviderWeightedTest) Time elapsed: 0.009 s 15:22:30 [2019-07-19T19:22:30.660Z] testQueryMipmapRangeAvgInteger(org.eclipse.tracecompass.tmf.core.tests.statesystem.mipmap.TmfMipmapStateProviderWeightedTest) Time elapsed: 0.006 s 15:22:30 [2019-07-19T19:22:30.660Z] testQueryMipmapRangeMinDouble(org.eclipse.tracecompass.tmf.core.tests.statesystem.mipmap.TmfMipmapStateProviderWeightedTest) Time elapsed: 0.002 s 15:22:30 [2019-07-19T19:22:30.660Z] testQueryMipmapRangeMaxInteger(org.eclipse.tracecompass.tmf.core.tests.statesystem.mipmap.TmfMipmapStateProviderWeightedTest) Time elapsed: 0.002 s 15:22:30 [2019-07-19T19:22:30.660Z] Running org.eclipse.tracecompass.tmf.core.tests.statesystem.mipmap.TmfMipmapStateProviderTest 15:22:32 [2019-07-19T19:22:32.029Z] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.403 s - in org.eclipse.tracecompass.tmf.core.tests.statesystem.mipmap.TmfMipmapStateProviderTest 15:22:32 [2019-07-19T19:22:32.029Z] testQueryMipAvg(org.eclipse.tracecompass.tmf.core.tests.statesystem.mipmap.TmfMipmapStateProviderTest) Time elapsed: 0.035 s 15:22:32 [2019-07-19T19:22:32.029Z] testQueryMipMax(org.eclipse.tracecompass.tmf.core.tests.statesystem.mipmap.TmfMipmapStateProviderTest) Time elapsed: 0.016 s 15:22:32 [2019-07-19T19:22:32.029Z] testQueryMipMin(org.eclipse.tracecompass.tmf.core.tests.statesystem.mipmap.TmfMipmapStateProviderTest) Time elapsed: 0.04 s 15:22:32 [2019-07-19T19:22:32.029Z] testQuery(org.eclipse.tracecompass.tmf.core.tests.statesystem.mipmap.TmfMipmapStateProviderTest) Time elapsed: 0.02 s 15:22:32 [2019-07-19T19:22:32.029Z] testQueryValuesOnClose(org.eclipse.tracecompass.tmf.core.tests.statesystem.mipmap.TmfMipmapStateProviderTest) Time elapsed: 0 s 15:22:32 [2019-07-19T19:22:32.029Z] testQueryValuesOnStart(org.eclipse.tracecompass.tmf.core.tests.statesystem.mipmap.TmfMipmapStateProviderTest) Time elapsed: 0.012 s 15:22:32 [2019-07-19T19:22:32.029Z] testQueryMipmapRangeAvg(org.eclipse.tracecompass.tmf.core.tests.statesystem.mipmap.TmfMipmapStateProviderTest) Time elapsed: 0.144 s 15:22:32 [2019-07-19T19:22:32.029Z] testQueryMipmapRangeMax(org.eclipse.tracecompass.tmf.core.tests.statesystem.mipmap.TmfMipmapStateProviderTest) Time elapsed: 0.119 s 15:22:32 [2019-07-19T19:22:32.029Z] testQueryMipmapRangeMin(org.eclipse.tracecompass.tmf.core.tests.statesystem.mipmap.TmfMipmapStateProviderTest) Time elapsed: 0.134 s 15:22:32 [2019-07-19T19:22:32.029Z] testMaxLevel(org.eclipse.tracecompass.tmf.core.tests.statesystem.mipmap.TmfMipmapStateProviderTest) Time elapsed: 0.011 s 15:22:32 [2019-07-19T19:22:32.029Z] testQueryEventField(org.eclipse.tracecompass.tmf.core.tests.statesystem.mipmap.TmfMipmapStateProviderTest) Time elapsed: 0.011 s 15:22:32 [2019-07-19T19:22:32.029Z] Running org.eclipse.tracecompass.tmf.core.tests.statesystem.ExperimentStateSystemModuleTest 15:22:33 [2019-07-19T19:22:33.923Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.855 s - in org.eclipse.tracecompass.tmf.core.tests.statesystem.ExperimentStateSystemModuleTest 15:22:33 [2019-07-19T19:22:33.923Z] testSsModule(org.eclipse.tracecompass.tmf.core.tests.statesystem.ExperimentStateSystemModuleTest) Time elapsed: 1.849 s 15:22:33 [2019-07-19T19:22:33.923Z] testInitialization(org.eclipse.tracecompass.tmf.core.tests.statesystem.ExperimentStateSystemModuleTest) Time elapsed: 0.005 s 15:22:33 [2019-07-19T19:22:33.923Z] Running org.eclipse.tracecompass.tmf.core.tests.statesystem.StateSystemAnalysisModuleTest 15:22:36 [2019-07-19T19:22:36.449Z] 15:22:36 [2019-07-19T19:22:36.449Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 2 2019-07-19 19:22:36.123 15:22:36 [2019-07-19T19:22:36.449Z] !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.tracecompass.tmf.core". 15:22:36 [2019-07-19T19:22:36.449Z] !STACK 0 15:22:36 [2019-07-19T19:22:36.449Z] java.lang.IllegalArgumentException: Expected exception: should be caught by the analysis itself 15:22:36 [2019-07-19T19:22:36.449Z] at org.eclipse.tracecompass.tmf.core.tests.statesystem.StateSystemAnalysisModuleTest$BreakingTest.eventHandle(StateSystemAnalysisModuleTest.java:79) 15:22:36 [2019-07-19T19:22:36.449Z] at org.eclipse.tracecompass.tmf.core.statesystem.AbstractTmfStateProvider$EventProcessor.run(AbstractTmfStateProvider.java:332) 15:22:36 [2019-07-19T19:22:36.449Z] at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) 15:22:36 [2019-07-19T19:22:36.449Z] at org.eclipse.tracecompass.tmf.core.statesystem.AbstractTmfStateProvider.lambda$2(AbstractTmfStateProvider.java:143) 15:22:36 [2019-07-19T19:22:36.449Z] at java.lang.Thread.run(Thread.java:748) 15:22:37 [2019-07-19T19:22:37.381Z] 15:22:37 [2019-07-19T19:22:37.381Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 2 2019-07-19 19:22:37.222 15:22:37 [2019-07-19T19:22:37.381Z] !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.tracecompass.tmf.core". 15:22:37 [2019-07-19T19:22:37.381Z] !STACK 0 15:22:37 [2019-07-19T19:22:37.381Z] java.lang.IllegalArgumentException: Expected exception: should be caught by either the analysis or the event request 15:22:37 [2019-07-19T19:22:37.381Z] at org.eclipse.tracecompass.tmf.core.tests.statesystem.StateSystemAnalysisModuleTest$BreakingTest.eventHandle(StateSystemAnalysisModuleTest.java:79) 15:22:37 [2019-07-19T19:22:37.381Z] at org.eclipse.tracecompass.tmf.core.statesystem.AbstractTmfStateProvider$EventProcessor.run(AbstractTmfStateProvider.java:332) 15:22:37 [2019-07-19T19:22:37.381Z] at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) 15:22:37 [2019-07-19T19:22:37.381Z] at org.eclipse.tracecompass.tmf.core.statesystem.AbstractTmfStateProvider.lambda$2(AbstractTmfStateProvider.java:143) 15:22:37 [2019-07-19T19:22:37.381Z] at java.lang.Thread.run(Thread.java:748) 15:22:38 [2019-07-19T19:22:38.749Z] 15:22:38 [2019-07-19T19:22:38.749Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 2 2019-07-19 19:22:38.319 15:22:38 [2019-07-19T19:22:38.749Z] !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.tracecompass.tmf.core". 15:22:38 [2019-07-19T19:22:38.749Z] !STACK 0 15:22:38 [2019-07-19T19:22:38.749Z] java.lang.IllegalArgumentException: Expected exception: should be caught by the event request thread 15:22:38 [2019-07-19T19:22:38.749Z] at org.eclipse.tracecompass.tmf.core.tests.statesystem.StateSystemAnalysisModuleTest$BreakingTest.eventHandle(StateSystemAnalysisModuleTest.java:79) 15:22:38 [2019-07-19T19:22:38.749Z] at org.eclipse.tracecompass.tmf.core.statesystem.AbstractTmfStateProvider$EventProcessor.run(AbstractTmfStateProvider.java:332) 15:22:38 [2019-07-19T19:22:38.749Z] at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) 15:22:38 [2019-07-19T19:22:38.749Z] at org.eclipse.tracecompass.tmf.core.statesystem.AbstractTmfStateProvider.lambda$2(AbstractTmfStateProvider.java:143) 15:22:38 [2019-07-19T19:22:38.749Z] at java.lang.Thread.run(Thread.java:748) 15:22:38 [2019-07-19T19:22:38.749Z] 15:22:38 [2019-07-19T19:22:38.749Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 0 2019-07-19 19:22:38.321 15:22:38 [2019-07-19T19:22:38.749Z] !MESSAGE An uncaught exception happened on request [TestStateSystemModule$TestStateSystemRequest(668,ITmfEvent,BACKGROUND,TmfTimeRange [fStartTime=00:12:43.145 224 192, fEndTime=23:47:16.854 775 807],0,2147483647,0)]: Expected exception: should be caught by the event request thread 15:22:40 [2019-07-19T19:22:40.643Z] 15:22:40 [2019-07-19T19:22:40.643Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 0 2019-07-19 19:22:40.561 15:22:40 [2019-07-19T19:22:40.643Z] !MESSAGE An uncaught exception happened on request [TestStateSystemModule$TestStateSystemRequest(675,ITmfEvent,BACKGROUND,TmfTimeRange [fStartTime=00:12:43.145 224 192, fEndTime=23:47:16.854 775 807],0,2147483647,0)]: This exception is desired and part of the test 15:22:42 [2019-07-19T19:22:42.012Z] 15:22:42 [2019-07-19T19:22:42.012Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 0 2019-07-19 19:22:41.712 15:22:42 [2019-07-19T19:22:42.012Z] !MESSAGE Unexpected error executing analysis with trace analysis_dependency.xml 15:22:42 [2019-07-19T19:22:42.012Z] !STACK 0 15:22:42 [2019-07-19T19:22:42.012Z] java.lang.IllegalStateException: This exception happens before initialization 15:22:42 [2019-07-19T19:22:42.012Z] at org.eclipse.tracecompass.tmf.core.tests.statesystem.StateSystemAnalysisModuleTest$4.executeAnalysis(StateSystemAnalysisModuleTest.java:453) 15:22:42 [2019-07-19T19:22:42.012Z] at org.eclipse.tracecompass.tmf.core.analysis.TmfAbstractAnalysisModule$1.run(TmfAbstractAnalysisModule.java:393) 15:22:42 [2019-07-19T19:22:42.012Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) 15:22:42 [2019-07-19T19:22:42.012Z] 15:22:42 [2019-07-19T19:22:42.012Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 0 2019-07-19 19:22:41.714 15:22:42 [2019-07-19T19:22:42.012Z] !MESSAGE Exception executing analysis 15:22:42 [2019-07-19T19:22:42.012Z] !STACK 0 15:22:42 [2019-07-19T19:22:42.012Z] java.lang.IllegalStateException: This exception happens before initialization 15:22:42 [2019-07-19T19:22:42.012Z] at org.eclipse.tracecompass.tmf.core.tests.statesystem.StateSystemAnalysisModuleTest$4.executeAnalysis(StateSystemAnalysisModuleTest.java:453) 15:22:42 [2019-07-19T19:22:42.012Z] at org.eclipse.tracecompass.tmf.core.analysis.TmfAbstractAnalysisModule$1.run(TmfAbstractAnalysisModule.java:393) 15:22:42 [2019-07-19T19:22:42.012Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) 15:22:42 [2019-07-19T19:22:42.945Z] Tests run: 10, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 9.039 s - in org.eclipse.tracecompass.tmf.core.tests.statesystem.StateSystemAnalysisModuleTest 15:22:42 [2019-07-19T19:22:42.945Z] testProperties(org.eclipse.tracecompass.tmf.core.tests.statesystem.StateSystemAnalysisModuleTest) Time elapsed: 0.071 s 15:22:42 [2019-07-19T19:22:42.945Z] testIsQueryable(org.eclipse.tracecompass.tmf.core.tests.statesystem.StateSystemAnalysisModuleTest) Time elapsed: 1.129 s 15:22:42 [2019-07-19T19:22:42.945Z] testFaultyStateProvider(org.eclipse.tracecompass.tmf.core.tests.statesystem.StateSystemAnalysisModuleTest) Time elapsed: 3.321 s 15:22:42 [2019-07-19T19:22:42.945Z] testIsQueryableCancel(org.eclipse.tracecompass.tmf.core.tests.statesystem.StateSystemAnalysisModuleTest) skipped 15:22:42 [2019-07-19T19:22:42.945Z] testReReadFullAnalysis(org.eclipse.tracecompass.tmf.core.tests.statesystem.StateSystemAnalysisModuleTest) Time elapsed: 1.124 s 15:22:42 [2019-07-19T19:22:42.945Z] testRequestFailure(org.eclipse.tracecompass.tmf.core.tests.statesystem.StateSystemAnalysisModuleTest) Time elapsed: 1.119 s 15:22:42 [2019-07-19T19:22:42.945Z] testSsModule(org.eclipse.tracecompass.tmf.core.tests.statesystem.StateSystemAnalysisModuleTest) Time elapsed: 1.119 s 15:22:42 [2019-07-19T19:22:42.945Z] testInitialization(org.eclipse.tracecompass.tmf.core.tests.statesystem.StateSystemAnalysisModuleTest) Time elapsed: 0.013 s 15:22:42 [2019-07-19T19:22:42.945Z] testFailBeforeInitialization(org.eclipse.tracecompass.tmf.core.tests.statesystem.StateSystemAnalysisModuleTest) Time elapsed: 0.013 s 15:22:42 [2019-07-19T19:22:42.945Z] testFutureEvents(org.eclipse.tracecompass.tmf.core.tests.statesystem.StateSystemAnalysisModuleTest) Time elapsed: 1.126 s 15:22:42 [2019-07-19T19:22:42.945Z] Running org.eclipse.tracecompass.tmf.core.tests.io.ResourceUtilTest 15:22:44 [2019-07-19T19:22:44.843Z] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.636 s - in org.eclipse.tracecompass.tmf.core.tests.io.ResourceUtilTest 15:22:44 [2019-07-19T19:22:44.843Z] testCopyResource[0: (P/SomeProject)](org.eclipse.tracecompass.tmf.core.tests.io.ResourceUtilTest) Time elapsed: 0.532 s 15:22:44 [2019-07-19T19:22:44.843Z] testGetLocationUri[0: (P/SomeProject)](org.eclipse.tracecompass.tmf.core.tests.io.ResourceUtilTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testCreateSymbolicLink[0: (P/SomeProject)](org.eclipse.tracecompass.tmf.core.tests.io.ResourceUtilTest) Time elapsed: 0.086 s 15:22:44 [2019-07-19T19:22:44.843Z] testGetLocation[0: (P/SomeProject)](org.eclipse.tracecompass.tmf.core.tests.io.ResourceUtilTest) Time elapsed: 0.005 s 15:22:44 [2019-07-19T19:22:44.843Z] testDeleteResource[0: (P/SomeProject)](org.eclipse.tracecompass.tmf.core.tests.io.ResourceUtilTest) Time elapsed: 0.092 s 15:22:44 [2019-07-19T19:22:44.843Z] testDeleteIfBrokenSymbolicLink[0: (P/SomeProject)](org.eclipse.tracecompass.tmf.core.tests.io.ResourceUtilTest) Time elapsed: 0.012 s 15:22:44 [2019-07-19T19:22:44.843Z] testIsSymbolicLink[0: (P/SomeProject)](org.eclipse.tracecompass.tmf.core.tests.io.ResourceUtilTest) Time elapsed: 0.004 s 15:22:44 [2019-07-19T19:22:44.843Z] testCopyResource[1: (P/SomeOtherProject)](org.eclipse.tracecompass.tmf.core.tests.io.ResourceUtilTest) Time elapsed: 0.245 s 15:22:44 [2019-07-19T19:22:44.843Z] testGetLocationUri[1: (P/SomeOtherProject)](org.eclipse.tracecompass.tmf.core.tests.io.ResourceUtilTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testCreateSymbolicLink[1: (P/SomeOtherProject)](org.eclipse.tracecompass.tmf.core.tests.io.ResourceUtilTest) Time elapsed: 0.319 s 15:22:44 [2019-07-19T19:22:44.843Z] testGetLocation[1: (P/SomeOtherProject)](org.eclipse.tracecompass.tmf.core.tests.io.ResourceUtilTest) Time elapsed: 0.002 s 15:22:44 [2019-07-19T19:22:44.843Z] testDeleteResource[1: (P/SomeOtherProject)](org.eclipse.tracecompass.tmf.core.tests.io.ResourceUtilTest) Time elapsed: 0.152 s 15:22:44 [2019-07-19T19:22:44.843Z] testDeleteIfBrokenSymbolicLink[1: (P/SomeOtherProject)](org.eclipse.tracecompass.tmf.core.tests.io.ResourceUtilTest) Time elapsed: 0.156 s 15:22:44 [2019-07-19T19:22:44.843Z] testIsSymbolicLink[1: (P/SomeOtherProject)](org.eclipse.tracecompass.tmf.core.tests.io.ResourceUtilTest) Time elapsed: 0.003 s 15:22:44 [2019-07-19T19:22:44.843Z] Running org.eclipse.tracecompass.tmf.core.tests.io.BufferedRandomAccessFileTest 15:22:44 [2019-07-19T19:22:44.843Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.176 s - in org.eclipse.tracecompass.tmf.core.tests.io.BufferedRandomAccessFileTest 15:22:44 [2019-07-19T19:22:44.843Z] testSeekAndWrite(org.eclipse.tracecompass.tmf.core.tests.io.BufferedRandomAccessFileTest) Time elapsed: 0.007 s 15:22:44 [2019-07-19T19:22:44.843Z] testRead(org.eclipse.tracecompass.tmf.core.tests.io.BufferedRandomAccessFileTest) Time elapsed: 0.002 s 15:22:44 [2019-07-19T19:22:44.843Z] testReadLine(org.eclipse.tracecompass.tmf.core.tests.io.BufferedRandomAccessFileTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testSeekAndRead(org.eclipse.tracecompass.tmf.core.tests.io.BufferedRandomAccessFileTest) Time elapsed: 0.164 s 15:22:44 [2019-07-19T19:22:44.843Z] Running org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldValueEqualsTest 15:22:44 [2019-07-19T19:22:44.843Z] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldValueEqualsTest 15:22:44 [2019-07-19T19:22:44.843Z] testValueArrayPrimitivesNotEquals(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldValueEqualsTest) Time elapsed: 0.004 s 15:22:44 [2019-07-19T19:22:44.843Z] testValueArrayObject(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldValueEqualsTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testValueArrayOfArrays(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldValueEqualsTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testValueArrayAndOther(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldValueEqualsTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testValueArrayPrimitives(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldValueEqualsTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testValueArrayMismatchedTypes(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldValueEqualsTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testValueArrayOfArraysNotEquals(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldValueEqualsTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] Running org.eclipse.tracecompass.tmf.core.tests.event.lookup.TmfCallsiteTest 15:22:44 [2019-07-19T19:22:44.843Z] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.tracecompass.tmf.core.tests.event.lookup.TmfCallsiteTest 15:22:44 [2019-07-19T19:22:44.843Z] testToString(org.eclipse.tracecompass.tmf.core.tests.event.lookup.TmfCallsiteTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testEqualsNull(org.eclipse.tracecompass.tmf.core.tests.event.lookup.TmfCallsiteTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testNonEqualClasses(org.eclipse.tracecompass.tmf.core.tests.event.lookup.TmfCallsiteTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testEqualsSymmetry(org.eclipse.tracecompass.tmf.core.tests.event.lookup.TmfCallsiteTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testHashCode(org.eclipse.tracecompass.tmf.core.tests.event.lookup.TmfCallsiteTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testEqualsTransivity(org.eclipse.tracecompass.tmf.core.tests.event.lookup.TmfCallsiteTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testEqualsReflexivity(org.eclipse.tracecompass.tmf.core.tests.event.lookup.TmfCallsiteTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testCallsiteCopy(org.eclipse.tracecompass.tmf.core.tests.event.lookup.TmfCallsiteTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testDefaultConstructor(org.eclipse.tracecompass.tmf.core.tests.event.lookup.TmfCallsiteTest) Time elapsed: 0.001 s 15:22:44 [2019-07-19T19:22:44.843Z] Running org.eclipse.tracecompass.tmf.core.tests.event.lookup.aspect.MultiAspectTest 15:22:44 [2019-07-19T19:22:44.843Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.tracecompass.tmf.core.tests.event.lookup.aspect.MultiAspectTest 15:22:44 [2019-07-19T19:22:44.843Z] testCreateHappy(org.eclipse.tracecompass.tmf.core.tests.event.lookup.aspect.MultiAspectTest) Time elapsed: 0.006 s 15:22:44 [2019-07-19T19:22:44.843Z] testResolve(org.eclipse.tracecompass.tmf.core.tests.event.lookup.aspect.MultiAspectTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testCreateIllegal(org.eclipse.tracecompass.tmf.core.tests.event.lookup.aspect.MultiAspectTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] Running org.eclipse.tracecompass.tmf.core.tests.event.lookup.aspect.TmfAspectTest 15:22:44 [2019-07-19T19:22:44.843Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tracecompass.tmf.core.tests.event.lookup.aspect.TmfAspectTest 15:22:44 [2019-07-19T19:22:44.843Z] testGetName(org.eclipse.tracecompass.tmf.core.tests.event.lookup.aspect.TmfAspectTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testResolve(org.eclipse.tracecompass.tmf.core.tests.event.lookup.aspect.TmfAspectTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] Running org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest 15:22:44 [2019-07-19T19:22:44.843Z] Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest 15:22:44 [2019-07-19T19:22:44.843Z] testToStringInterval(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest) Time elapsed: 0.002 s 15:22:44 [2019-07-19T19:22:44.843Z] testCopyConstructorZero(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testCompareToLargeScale1(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testCompareToLargeScale2(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testCompareToLargeScale3(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testNormalizeScale(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testNormalizedScaleLimits(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testToNanos(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testCopyConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testNormalizeLargeScale(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testEqualsNonTimestamp(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testBasicCompareTo(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testDelta(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest) Time elapsed: 0.004 s 15:22:44 [2019-07-19T19:22:44.843Z] testNormalizeOffsetAndScaleTrivial(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testNormalizeZeroScale(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testFullConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testEqualsNull(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testCompareToCornerCases1(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testCompareToCornerCases2(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testCompareToCornerCases3(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testCompareToCornerCases4(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testCopyConstructorBigBang(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testCopyConstructorBigCrunch(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testNormalizeOffsetLowerLimits(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testCompareToSpecials(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testCompareToDifferentScale(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testValueConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testEqualsSymmetry(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testNormalizeOffsetUpperLimits(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testValueScaleConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testToStringDefault(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest) Time elapsed: 0.001 s 15:22:44 [2019-07-19T19:22:44.843Z] testHashCode(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testCompareToSameScale(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest) Time elapsed: 0.001 s 15:22:44 [2019-07-19T19:22:44.843Z] testNormalizeOffset(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testEqualsTransivity(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testEqualsReflexivity(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testCompareToDifferentScale2(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testNormalizeOffsetAndScale(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testNormalizeOffsetAndScale2(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testDefaultConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] Running org.eclipse.tracecompass.tmf.core.tests.event.TmfTimeRangeTest 15:22:44 [2019-07-19T19:22:44.843Z] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.tracecompass.tmf.core.tests.event.TmfTimeRangeTest 15:22:44 [2019-07-19T19:22:44.843Z] testToString(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimeRangeTest) Time elapsed: 0.001 s 15:22:44 [2019-07-19T19:22:44.843Z] testEqualsEndTime(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimeRangeTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testOpenRange1(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimeRangeTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testOpenRange2(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimeRangeTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testOpenRange3(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimeRangeTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testEqualsNull(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimeRangeTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testContainsRange(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimeRangeTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testEqualStartTime(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimeRangeTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testEqualsBadType(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimeRangeTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testEqualsSymmetry(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimeRangeTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testContainsTimestamp(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimeRangeTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testHashCode(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimeRangeTest) Time elapsed: 0.001 s 15:22:44 [2019-07-19T19:22:44.843Z] testEqualsTransivity(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimeRangeTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testEqualsReflexivity(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimeRangeTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testGetIntersection(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimeRangeTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimeRangeTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] Running org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTest 15:22:44 [2019-07-19T19:22:44.843Z] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s - in org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTest 15:22:44 [2019-07-19T19:22:44.843Z] testToString(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTest) Time elapsed: 0.001 s 15:22:44 [2019-07-19T19:22:44.843Z] testNonEqualRanks(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testNonEqualTypes(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testFullConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testEqualsNull(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testTmfEventCopy(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testToStringExtended(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTest) Time elapsed: 0.001 s 15:22:44 [2019-07-19T19:22:44.843Z] testNoRankConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testNonEqualClasses(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testEqualsSymmetry(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testHashCode(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testEqualsTransivity(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testEqualsReflexivity(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testConstructorWithTrace(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testNonEqualContents(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testNonEqualTraces(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTest) Time elapsed: 0.001 s 15:22:44 [2019-07-19T19:22:44.843Z] testNonEqualTimestamps(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testDefaultConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] Running org.eclipse.tracecompass.tmf.core.tests.event.TmfTimePreferencesTest 15:22:44 [2019-07-19T19:22:44.843Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tracecompass.tmf.core.tests.event.TmfTimePreferencesTest 15:22:44 [2019-07-19T19:22:44.843Z] testGetTimePattern(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimePreferencesTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testGetIntervalPattern(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimePreferencesTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testComputeTimePattern(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimePreferencesTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testGetPreferenceMap(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimePreferencesTest) Time elapsed: 0.001 s 15:22:44 [2019-07-19T19:22:44.843Z] testInit(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimePreferencesTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testGetTimeZone(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimePreferencesTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] Running org.eclipse.tracecompass.tmf.core.tests.event.TmfNanoTimestampTest 15:22:44 [2019-07-19T19:22:44.843Z] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.tracecompass.tmf.core.tests.event.TmfNanoTimestampTest 15:22:44 [2019-07-19T19:22:44.843Z] testCopyConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfNanoTimestampTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testEqualsNonTimestamp(org.eclipse.tracecompass.tmf.core.tests.event.TmfNanoTimestampTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testBasicCompareTo(org.eclipse.tracecompass.tmf.core.tests.event.TmfNanoTimestampTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testDelta(org.eclipse.tracecompass.tmf.core.tests.event.TmfNanoTimestampTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testToString(org.eclipse.tracecompass.tmf.core.tests.event.TmfNanoTimestampTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testCompareTo(org.eclipse.tracecompass.tmf.core.tests.event.TmfNanoTimestampTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testFullConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfNanoTimestampTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testEqualsNull(org.eclipse.tracecompass.tmf.core.tests.event.TmfNanoTimestampTest) Time elapsed: 0.001 s 15:22:44 [2019-07-19T19:22:44.843Z] testEqualsSymmetry(org.eclipse.tracecompass.tmf.core.tests.event.TmfNanoTimestampTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testHashCode(org.eclipse.tracecompass.tmf.core.tests.event.TmfNanoTimestampTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testEqualsTransivity(org.eclipse.tracecompass.tmf.core.tests.event.TmfNanoTimestampTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testNormalizeScale0(org.eclipse.tracecompass.tmf.core.tests.event.TmfNanoTimestampTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testEqualsReflexivity(org.eclipse.tracecompass.tmf.core.tests.event.TmfNanoTimestampTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testDelta2(org.eclipse.tracecompass.tmf.core.tests.event.TmfNanoTimestampTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testNormalizeScaleNot0(org.eclipse.tracecompass.tmf.core.tests.event.TmfNanoTimestampTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testDefaultConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfNanoTimestampTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] Running org.eclipse.tracecompass.tmf.core.tests.event.TmfSecondTimestampTest 15:22:44 [2019-07-19T19:22:44.843Z] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tracecompass.tmf.core.tests.event.TmfSecondTimestampTest 15:22:44 [2019-07-19T19:22:44.843Z] testEqualsNonTimestamp(org.eclipse.tracecompass.tmf.core.tests.event.TmfSecondTimestampTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testBasicCompareTo(org.eclipse.tracecompass.tmf.core.tests.event.TmfSecondTimestampTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testDelta(org.eclipse.tracecompass.tmf.core.tests.event.TmfSecondTimestampTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testToString(org.eclipse.tracecompass.tmf.core.tests.event.TmfSecondTimestampTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testCompareTo(org.eclipse.tracecompass.tmf.core.tests.event.TmfSecondTimestampTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testFullConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfSecondTimestampTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testEqualsNull(org.eclipse.tracecompass.tmf.core.tests.event.TmfSecondTimestampTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testHashCode(org.eclipse.tracecompass.tmf.core.tests.event.TmfSecondTimestampTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testNormalizeScale0(org.eclipse.tracecompass.tmf.core.tests.event.TmfSecondTimestampTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testEqualsReflexivity(org.eclipse.tracecompass.tmf.core.tests.event.TmfSecondTimestampTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testDelta2(org.eclipse.tracecompass.tmf.core.tests.event.TmfSecondTimestampTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testNormalizeScaleNot0(org.eclipse.tracecompass.tmf.core.tests.event.TmfSecondTimestampTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testDefaultConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfSecondTimestampTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] Running org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTypeTest 15:22:44 [2019-07-19T19:22:44.843Z] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTypeTest 15:22:44 [2019-07-19T19:22:44.843Z] testCopyConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTypeTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testToString(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTypeTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testNonEqualsClasses(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTypeTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testFullConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTypeTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testEqualsNull(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTypeTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testNonEquals(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTypeTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testEqualsSymmetry(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTypeTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testHashCode(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTypeTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testEqualsTransivity(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTypeTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testEqualsReflexivity(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTypeTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] testDefaultConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTypeTest) Time elapsed: 0 s 15:22:44 [2019-07-19T19:22:44.843Z] Running org.eclipse.tracecompass.tmf.core.tests.event.matching.TmfEventMatchingTest 15:22:45 [2019-07-19T19:22:45.101Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s - in org.eclipse.tracecompass.tmf.core.tests.event.matching.TmfEventMatchingTest 15:22:45 [2019-07-19T19:22:45.101Z] testMultiHostMultiKeyType(org.eclipse.tracecompass.tmf.core.tests.event.matching.TmfEventMatchingTest) Time elapsed: 0.071 s 15:22:45 [2019-07-19T19:22:45.101Z] testHostToSelf(org.eclipse.tracecompass.tmf.core.tests.event.matching.TmfEventMatchingTest) Time elapsed: 0 s 15:22:45 [2019-07-19T19:22:45.101Z] testMultiHost(org.eclipse.tracecompass.tmf.core.tests.event.matching.TmfEventMatchingTest) Time elapsed: 0.001 s 15:22:45 [2019-07-19T19:22:45.101Z] Running org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest 15:22:45 [2019-07-19T19:22:45.101Z] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest 15:22:45 [2019-07-19T19:22:45.101Z] testNonTerminalCopyConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest) Time elapsed: 0.001 s 15:22:45 [2019-07-19T19:22:45.101Z] testGetFieldValueAssignableValue(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest) Time elapsed: 0 s 15:22:45 [2019-07-19T19:22:45.101Z] testDuplicateFieldNames(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest) Time elapsed: 0 s 15:22:45 [2019-07-19T19:22:45.101Z] testGetFieldValueNullValue(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest) Time elapsed: 0 s 15:22:45 [2019-07-19T19:22:45.101Z] testNonEqualsValue(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest) Time elapsed: 0 s 15:22:45 [2019-07-19T19:22:45.101Z] testNonEqualsFields(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest) Time elapsed: 0 s 15:22:45 [2019-07-19T19:22:45.101Z] testGetFieldValueExists(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest) Time elapsed: 0 s 15:22:45 [2019-07-19T19:22:45.101Z] testEqualsEverything(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest) Time elapsed: 0.001 s 15:22:45 [2019-07-19T19:22:45.101Z] testToString(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest) Time elapsed: 0 s 15:22:45 [2019-07-19T19:22:45.101Z] testGetFieldValueCast(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest) Time elapsed: 0.005 s 15:22:45 [2019-07-19T19:22:45.101Z] testTerminalConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest) Time elapsed: 0 s 15:22:45 [2019-07-19T19:22:45.101Z] testGetFieldValueDoesntExist(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest) Time elapsed: 0 s 15:22:45 [2019-07-19T19:22:45.101Z] testEqualsNull(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest) Time elapsed: 0 s 15:22:45 [2019-07-19T19:22:45.101Z] testTerminalCopyConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest) Time elapsed: 0 s 15:22:45 [2019-07-19T19:22:45.101Z] testNonTerminalStructConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest) Time elapsed: 0 s 15:22:45 [2019-07-19T19:22:45.101Z] testNonEqualClasses(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest) Time elapsed: 0 s 15:22:45 [2019-07-19T19:22:45.101Z] testNonEquals(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest) Time elapsed: 0 s 15:22:45 [2019-07-19T19:22:45.101Z] testEqualsSymmetry(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest) Time elapsed: 0 s 15:22:45 [2019-07-19T19:22:45.101Z] testMakeRoot(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest) Time elapsed: 0 s 15:22:45 [2019-07-19T19:22:45.101Z] testHashCode(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest) Time elapsed: 0.001 s 15:22:45 [2019-07-19T19:22:45.101Z] testEqualsTransivity(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest) Time elapsed: 0 s 15:22:45 [2019-07-19T19:22:45.101Z] testEqualsReflexivity(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest) Time elapsed: 0 s 15:22:45 [2019-07-19T19:22:45.101Z] testEquals(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest) Time elapsed: 0 s 15:22:45 [2019-07-19T19:22:45.101Z] testTerminalStructConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest) Time elapsed: 0 s 15:22:45 [2019-07-19T19:22:45.101Z] testNonTerminalConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest) Time elapsed: 0 s 15:22:45 [2019-07-19T19:22:45.101Z] testNonEqualValues(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest) Time elapsed: 0 s 15:22:45 [2019-07-19T19:22:45.101Z] testCopyConstructorBadArg(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest) Time elapsed: 0 s 15:22:45 [2019-07-19T19:22:45.101Z] testGetFieldValueExistsButWrongType(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest) Time elapsed: 0 s 15:22:45 [2019-07-19T19:22:45.101Z] Running org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampFormatTest 15:22:45 [2019-07-19T19:22:45.101Z] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s - in org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampFormatTest 15:22:45 [2019-07-19T19:22:45.101Z] testUpdateDefaultFormats(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampFormatTest) Time elapsed: 0.003 s 15:22:45 [2019-07-19T19:22:45.101Z] testGetDefaulIntervalFormat(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampFormatTest) Time elapsed: 0 s 15:22:45 [2019-07-19T19:22:45.101Z] testValueTimeZoneConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampFormatTest) Time elapsed: 0 s 15:22:45 [2019-07-19T19:22:45.101Z] testParseDateTime(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampFormatTest) Time elapsed: 0.008 s 15:22:45 [2019-07-19T19:22:45.101Z] testGetDefaulTimeFormat(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampFormatTest) Time elapsed: 0 s 15:22:45 [2019-07-19T19:22:45.101Z] testParseDateTimeWithRef(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampFormatTest) Time elapsed: 0.003 s 15:22:45 [2019-07-19T19:22:45.101Z] testValueConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampFormatTest) Time elapsed: 0 s 15:22:45 [2019-07-19T19:22:45.101Z] testParseSeconds(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampFormatTest) Time elapsed: 0.008 s 15:22:45 [2019-07-19T19:22:45.101Z] testDefaultConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampFormatTest) Time elapsed: 0 s 15:22:45 [2019-07-19T19:22:45.101Z] testUnitOfSecondsFormat(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampFormatTest) Time elapsed: 0.003 s 15:22:45 [2019-07-19T19:22:45.101Z] Running org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTableDataProviderTest 15:22:48 [2019-07-19T19:22:48.378Z] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.613 s - in org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTableDataProviderTest 15:22:48 [2019-07-19T19:22:48.378Z] testDataProviderWithOutOfBoundIndex(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTableDataProviderTest) Time elapsed: 0.592 s 15:22:48 [2019-07-19T19:22:48.378Z] testQueryFilterIndexParameter(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTableDataProviderTest) Time elapsed: 0 s 15:22:48 [2019-07-19T19:22:48.378Z] testDataProviderWithSimpleFilter(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTableDataProviderTest) Time elapsed: 0.576 s 15:22:48 [2019-07-19T19:22:48.378Z] testDataProviderWithOneNonExistentColumns(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTableDataProviderTest) Time elapsed: 0.088 s 15:22:48 [2019-07-19T19:22:48.378Z] testDataProviderWithMultipleFilter(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTableDataProviderTest) Time elapsed: 1.096 s 15:22:48 [2019-07-19T19:22:48.378Z] testDataProviderFetchColumn(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTableDataProviderTest) Time elapsed: 0 s 15:22:48 [2019-07-19T19:22:48.378Z] testDataProvider(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTableDataProviderTest) Time elapsed: 0.097 s 15:22:48 [2019-07-19T19:22:48.378Z] testDataProviderWithNonExistentColumns(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTableDataProviderTest) Time elapsed: 0 s 15:22:48 [2019-07-19T19:22:48.378Z] testDataProviderWithDesiredColumns(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTableDataProviderTest) Time elapsed: 0.1 s 15:22:48 [2019-07-19T19:22:48.378Z] Running org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampDeltaTest 15:22:48 [2019-07-19T19:22:48.378Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampDeltaTest 15:22:48 [2019-07-19T19:22:48.378Z] testCopyConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampDeltaTest) Time elapsed: 0 s 15:22:48 [2019-07-19T19:22:48.378Z] testFullConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampDeltaTest) Time elapsed: 0 s 15:22:48 [2019-07-19T19:22:48.378Z] testValueConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampDeltaTest) Time elapsed: 0 s 15:22:48 [2019-07-19T19:22:48.378Z] testValueScaleConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampDeltaTest) Time elapsed: 0 s 15:22:48 [2019-07-19T19:22:48.378Z] testToStringDefault(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampDeltaTest) Time elapsed: 0.001 s 15:22:48 [2019-07-19T19:22:48.378Z] testNormalizeOffset(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampDeltaTest) Time elapsed: 0 s 15:22:48 [2019-07-19T19:22:48.378Z] testToStringFormat(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampDeltaTest) Time elapsed: 0.001 s 15:22:48 [2019-07-19T19:22:48.378Z] testDefaultConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampDeltaTest) Time elapsed: 0 s 15:22:48 [2019-07-19T19:22:48.378Z] Running org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlTraceBadlyFormedTest 15:22:48 [2019-07-19T19:22:48.378Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlTraceBadlyFormedTest 15:22:48 [2019-07-19T19:22:48.378Z] testBadlyFormed[0: path /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/testfiles/xml/malformed/001.xml](org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlTraceBadlyFormedTest) Time elapsed: 0.003 s 15:22:48 [2019-07-19T19:22:48.378Z] testBadlyFormed[1: path /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/testfiles/xml/malformed/002.xml](org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlTraceBadlyFormedTest) Time elapsed: 0.001 s 15:22:48 [2019-07-19T19:22:48.378Z] testBadlyFormed[2: path /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/testfiles/xml/malformed/003.xml](org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlTraceBadlyFormedTest) Time elapsed: 0.002 s 15:22:48 [2019-07-19T19:22:48.378Z] Running org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlExtensionTest 15:22:48 [2019-07-19T19:22:48.378Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlExtensionTest 15:22:48 [2019-07-19T19:22:48.378Z] testValidate(org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlExtensionTest) Time elapsed: 0.011 s 15:22:48 [2019-07-19T19:22:48.378Z] testTraceTypePresence(org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlExtensionTest) Time elapsed: 0 s 15:22:48 [2019-07-19T19:22:48.378Z] Running org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomTxtTraceDataTest 15:22:51 [2019-07-19T19:22:51.654Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.364 s - in org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomTxtTraceDataTest 15:22:51 [2019-07-19T19:22:51.654Z] testReadingBounds[0: Base parser](org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomTxtTraceDataTest) Time elapsed: 1.111 s 15:22:51 [2019-07-19T19:22:51.654Z] testReadingEvents[0: Base parser](org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomTxtTraceDataTest) Time elapsed: 0.014 s 15:22:51 [2019-07-19T19:22:51.654Z] testReadingBounds[1: Parse with event name](org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomTxtTraceDataTest) Time elapsed: 1.11 s 15:22:51 [2019-07-19T19:22:51.654Z] testReadingEvents[1: Parse with event name](org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomTxtTraceDataTest) Time elapsed: 0.007 s 15:22:51 [2019-07-19T19:22:51.654Z] testReadingBounds[2: Parse with extra fields](org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomTxtTraceDataTest) Time elapsed: 1.108 s 15:22:51 [2019-07-19T19:22:51.654Z] testReadingEvents[2: Parse with extra fields](org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomTxtTraceDataTest) Time elapsed: 0.008 s 15:22:51 [2019-07-19T19:22:51.654Z] Running org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlIndexTest 15:23:06 [2019-07-19T19:23:06.509Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.094 s - in org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlIndexTest 15:23:06 [2019-07-19T19:23:06.509Z] testReopenIndex(org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlIndexTest) Time elapsed: 8.441 s 15:23:06 [2019-07-19T19:23:06.509Z] testTmfTraceIndexing(org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlIndexTest) Time elapsed: 4.651 s 15:23:06 [2019-07-19T19:23:06.509Z] Running org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlTraceDataTest 15:23:07 [2019-07-19T19:23:07.883Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.351 s - in org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlTraceDataTest 15:23:07 [2019-07-19T19:23:07.883Z] testReadingBounds[0: Base parser](org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlTraceDataTest) Time elapsed: 1.11 s 15:23:07 [2019-07-19T19:23:07.883Z] testReadingEvents[0: Base parser](org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlTraceDataTest) Time elapsed: 0.006 s 15:23:07 [2019-07-19T19:23:07.883Z] testReadingBounds[1: Parse with event name](org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlTraceDataTest) Time elapsed: 1.108 s 15:23:07 [2019-07-19T19:23:07.883Z] testReadingEvents[1: Parse with event name](org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlTraceDataTest) Time elapsed: 0.007 s 15:23:07 [2019-07-19T19:23:07.883Z] testReadingBounds[2: Parse with extra fields](org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlTraceDataTest) Time elapsed: 1.107 s 15:23:07 [2019-07-19T19:23:07.883Z] testReadingEvents[2: Parse with extra fields](org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlTraceDataTest) Time elapsed: 0.005 s 15:23:07 [2019-07-19T19:23:07.883Z] Running org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlTraceInvalidTest 15:23:07 [2019-07-19T19:23:07.883Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlTraceInvalidTest 15:23:07 [2019-07-19T19:23:07.883Z] testInvalid[0: path /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/testfiles/xml/invalid/001.xml](org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlTraceInvalidTest) Time elapsed: 0.001 s 15:23:07 [2019-07-19T19:23:07.883Z] testInvalid[1: path /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/testfiles/xml/invalid/002.xml](org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlTraceInvalidTest) Time elapsed: 0.001 s 15:23:07 [2019-07-19T19:23:07.883Z] testInvalid[2: path /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/testfiles/xml/invalid/003.xml](org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlTraceInvalidTest) Time elapsed: 0.001 s 15:23:07 [2019-07-19T19:23:07.883Z] testInvalid[3: path /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/testfiles/xml/invalid/004.xml](org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlTraceInvalidTest) Time elapsed: 0.001 s 15:23:07 [2019-07-19T19:23:07.883Z] testInvalid[4: path /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/testfiles/xml/invalid/005.xml](org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlTraceInvalidTest) Time elapsed: 0.001 s 15:23:07 [2019-07-19T19:23:07.883Z] testInvalid[5: path /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/testfiles/xml/invalid/006.xml](org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlTraceInvalidTest) Time elapsed: 0 s 15:23:07 [2019-07-19T19:23:07.883Z] Running org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomTxtIndexTest 15:23:13 [2019-07-19T19:23:13.142Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.985 s - in org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomTxtIndexTest 15:23:13 [2019-07-19T19:23:13.142Z] testReopenIndex(org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomTxtIndexTest) Time elapsed: 3.302 s 15:23:13 [2019-07-19T19:23:13.142Z] testTmfTraceIndexing(org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomTxtIndexTest) Time elapsed: 1.682 s 15:23:13 [2019-07-19T19:23:13.142Z] Running org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomTxtExtensionTest 15:23:13 [2019-07-19T19:23:13.142Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomTxtExtensionTest 15:23:13 [2019-07-19T19:23:13.142Z] testValidate(org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomTxtExtensionTest) Time elapsed: 0.008 s 15:23:13 [2019-07-19T19:23:13.142Z] testTraceTypePresence(org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomTxtExtensionTest) Time elapsed: 0 s 15:23:13 [2019-07-19T19:23:13.143Z] Running org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlTraceValidTest 15:23:13 [2019-07-19T19:23:13.143Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlTraceValidTest 15:23:13 [2019-07-19T19:23:13.143Z] testValid[0: path /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/testfiles/xml/valid/001.xml](org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlTraceValidTest) Time elapsed: 0.002 s 15:23:13 [2019-07-19T19:23:13.143Z] testValid[1: path /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/testfiles/xml/valid/002.xml](org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlTraceValidTest) Time elapsed: 0.001 s 15:23:13 [2019-07-19T19:23:13.143Z] testValid[2: path /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/testfiles/xml/valid/003.xml](org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlTraceValidTest) Time elapsed: 0.001 s 15:23:13 [2019-07-19T19:23:13.143Z] Running org.eclipse.tracecompass.tmf.core.tests.dataprovider.DataProviderParameterTest 15:23:13 [2019-07-19T19:23:13.143Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tracecompass.tmf.core.tests.dataprovider.DataProviderParameterTest 15:23:13 [2019-07-19T19:23:13.143Z] testExtractSelectedItems(org.eclipse.tracecompass.tmf.core.tests.dataprovider.DataProviderParameterTest) Time elapsed: 0.002 s 15:23:13 [2019-07-19T19:23:13.143Z] testExtractBoolean(org.eclipse.tracecompass.tmf.core.tests.dataprovider.DataProviderParameterTest) Time elapsed: 0 s 15:23:13 [2019-07-19T19:23:13.143Z] testExtractTimeRequested(org.eclipse.tracecompass.tmf.core.tests.dataprovider.DataProviderParameterTest) Time elapsed: 0 s 15:23:13 [2019-07-19T19:23:13.143Z] testExtractLongList(org.eclipse.tracecompass.tmf.core.tests.dataprovider.DataProviderParameterTest) Time elapsed: 0 s 15:23:13 [2019-07-19T19:23:13.143Z] Running org.eclipse.tracecompass.tmf.core.tests.dataprovider.FetchParametersTest 15:23:13 [2019-07-19T19:23:13.143Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.tracecompass.tmf.core.tests.dataprovider.FetchParametersTest 15:23:13 [2019-07-19T19:23:13.143Z] testSelectionTimeQuery(org.eclipse.tracecompass.tmf.core.tests.dataprovider.FetchParametersTest) Time elapsed: 0 s 15:23:13 [2019-07-19T19:23:13.143Z] testTimeQuery(org.eclipse.tracecompass.tmf.core.tests.dataprovider.FetchParametersTest) Time elapsed: 0 s 15:23:13 [2019-07-19T19:23:13.143Z] testVirtualTableQuery(org.eclipse.tracecompass.tmf.core.tests.dataprovider.FetchParametersTest) Time elapsed: 0.001 s 15:23:13 [2019-07-19T19:23:13.143Z] Running org.eclipse.tracecompass.tmf.core.tests.model.TmfTraceCoreUtilsTest 15:23:13 [2019-07-19T19:23:13.143Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tracecompass.tmf.core.tests.model.TmfTraceCoreUtilsTest 15:23:13 [2019-07-19T19:23:13.143Z] testValidateName(org.eclipse.tracecompass.tmf.core.tests.model.TmfTraceCoreUtilsTest) Time elapsed: 0.001 s 15:23:13 [2019-07-19T19:23:13.143Z] Running org.eclipse.tracecompass.tmf.core.tests.TmfCorePluginTest 15:23:13 [2019-07-19T19:23:13.143Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.tracecompass.tmf.core.tests.TmfCorePluginTest 15:23:13 [2019-07-19T19:23:13.143Z] testTmfCorePluginId(org.eclipse.tracecompass.tmf.core.tests.TmfCorePluginTest) Time elapsed: 0 s 15:23:13 [2019-07-19T19:23:13.143Z] testGetDefault(org.eclipse.tracecompass.tmf.core.tests.TmfCorePluginTest) Time elapsed: 0 s 15:23:13 [2019-07-19T19:23:13.143Z] Running org.eclipse.tracecompass.tmf.core.tests.uml2sd.TmfAsyncSequenceDiagramEventTest 15:23:13 [2019-07-19T19:23:13.143Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tracecompass.tmf.core.tests.uml2sd.TmfAsyncSequenceDiagramEventTest 15:23:13 [2019-07-19T19:23:13.143Z] testTmfAsyncSequenceDiagramEvent(org.eclipse.tracecompass.tmf.core.tests.uml2sd.TmfAsyncSequenceDiagramEventTest) Time elapsed: 0.002 s 15:23:13 [2019-07-19T19:23:13.143Z] Running org.eclipse.tracecompass.tmf.core.tests.uml2sd.TmfSyncSequenceDiagramEventTest 15:23:13 [2019-07-19T19:23:13.143Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.tracecompass.tmf.core.tests.uml2sd.TmfSyncSequenceDiagramEventTest 15:23:13 [2019-07-19T19:23:13.143Z] testTmfSyncSequenceDiagramEvent(org.eclipse.tracecompass.tmf.core.tests.uml2sd.TmfSyncSequenceDiagramEventTest) Time elapsed: 0.001 s 15:23:13 [2019-07-19T19:23:13.143Z] Running org.eclipse.tracecompass.tmf.core.tests.symbols.MappingFileTest 15:23:13 [2019-07-19T19:23:13.709Z] 15:23:13 [2019-07-19T19:23:13.709Z] !ENTRY org.eclipse.cdt.core.native 4 0 2019-07-19 19:23:13.524 15:23:13 [2019-07-19T19:23:13.709Z] !MESSAGE no spawner in java.library.path 15:23:13 [2019-07-19T19:23:13.966Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.092 s - in org.eclipse.tracecompass.tmf.core.tests.symbols.MappingFileTest 15:23:13 [2019-07-19T19:23:13.966Z] testExtremeValues(org.eclipse.tracecompass.tmf.core.tests.symbols.MappingFileTest) Time elapsed: 0.989 s 15:23:13 [2019-07-19T19:23:13.966Z] testValidTextFile(org.eclipse.tracecompass.tmf.core.tests.symbols.MappingFileTest) Time elapsed: 0.086 s 15:23:13 [2019-07-19T19:23:13.966Z] testGettingSymbolMapFile(org.eclipse.tracecompass.tmf.core.tests.symbols.MappingFileTest) Time elapsed: 0.005 s 15:23:13 [2019-07-19T19:23:13.966Z] testInvalidFiles(org.eclipse.tracecompass.tmf.core.tests.symbols.MappingFileTest) Time elapsed: 0.002 s 15:23:13 [2019-07-19T19:23:13.966Z] testGettingSymbolWithSize(org.eclipse.tracecompass.tmf.core.tests.symbols.MappingFileTest) Time elapsed: 0.008 s 15:23:13 [2019-07-19T19:23:13.966Z] Running org.eclipse.tracecompass.tmf.core.tests.symbols.FunctionNameMapperTest 15:23:13 [2019-07-19T19:23:13.966Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.tracecompass.tmf.core.tests.symbols.FunctionNameMapperTest 15:23:13 [2019-07-19T19:23:13.966Z] testMapFileWithSize(org.eclipse.tracecompass.tmf.core.tests.symbols.FunctionNameMapperTest) Time elapsed: 0.003 s 15:23:13 [2019-07-19T19:23:13.966Z] testGuessingFileType(org.eclipse.tracecompass.tmf.core.tests.symbols.FunctionNameMapperTest) Time elapsed: 0.001 s 15:23:13 [2019-07-19T19:23:13.966Z] testNmFile(org.eclipse.tracecompass.tmf.core.tests.symbols.FunctionNameMapperTest) Time elapsed: 0.004 s 15:23:13 [2019-07-19T19:23:13.966Z] Running org.eclipse.tracecompass.tmf.core.tests.symbols.SymbolProviderManagerTest 15:23:13 [2019-07-19T19:23:13.966Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.tracecompass.tmf.core.tests.symbols.SymbolProviderManagerTest 15:23:13 [2019-07-19T19:23:13.966Z] testGetterForExperiment(org.eclipse.tracecompass.tmf.core.tests.symbols.SymbolProviderManagerTest) Time elapsed: 0.007 s 15:23:13 [2019-07-19T19:23:13.966Z] Running org.eclipse.tracecompass.tmf.core.tests.signal.TmfSignalManagerTest 15:23:13 [2019-07-19T19:23:13.966Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.tracecompass.tmf.core.tests.signal.TmfSignalManagerTest 15:23:13 [2019-07-19T19:23:13.966Z] testInboundBlacklisting(org.eclipse.tracecompass.tmf.core.tests.signal.TmfSignalManagerTest) Time elapsed: 0.004 s 15:23:13 [2019-07-19T19:23:13.966Z] testBroadcastAsync(org.eclipse.tracecompass.tmf.core.tests.signal.TmfSignalManagerTest) Time elapsed: 0.004 s 15:23:13 [2019-07-19T19:23:13.966Z] testSendReceive(org.eclipse.tracecompass.tmf.core.tests.signal.TmfSignalManagerTest) Time elapsed: 0.001 s 15:23:13 [2019-07-19T19:23:13.966Z] testConcurrentSignals(org.eclipse.tracecompass.tmf.core.tests.signal.TmfSignalManagerTest) Time elapsed: 0.013 s 15:23:13 [2019-07-19T19:23:13.966Z] testOutboundBlacklisting(org.eclipse.tracecompass.tmf.core.tests.signal.TmfSignalManagerTest) Time elapsed: 0 s 15:23:13 [2019-07-19T19:23:13.966Z] testNestedSignals(org.eclipse.tracecompass.tmf.core.tests.signal.TmfSignalManagerTest) Time elapsed: 0 s 15:23:13 [2019-07-19T19:23:13.966Z] Running org.eclipse.tracecompass.tmf.core.tests.signal.TmfSignalThrottlerTest 15:23:32 [2019-07-19T19:23:32.024Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.007 s - in org.eclipse.tracecompass.tmf.core.tests.signal.TmfSignalThrottlerTest 15:23:32 [2019-07-19T19:23:32.024Z] testDelay(org.eclipse.tracecompass.tmf.core.tests.signal.TmfSignalThrottlerTest) Time elapsed: 6.004 s 15:23:32 [2019-07-19T19:23:32.024Z] testOneChannel(org.eclipse.tracecompass.tmf.core.tests.signal.TmfSignalThrottlerTest) Time elapsed: 5 s 15:23:32 [2019-07-19T19:23:32.024Z] testMultipleChannels(org.eclipse.tracecompass.tmf.core.tests.signal.TmfSignalThrottlerTest) Time elapsed: 5.001 s 15:23:32 [2019-07-19T19:23:32.024Z] Running org.eclipse.tracecompass.tmf.core.tests.util.PairTest 15:23:32 [2019-07-19T19:23:32.024Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tracecompass.tmf.core.tests.util.PairTest 15:23:32 [2019-07-19T19:23:32.024Z] testAccessors(org.eclipse.tracecompass.tmf.core.tests.util.PairTest) Time elapsed: 0 s 15:23:32 [2019-07-19T19:23:32.024Z] testToString(org.eclipse.tracecompass.tmf.core.tests.util.PairTest) Time elapsed: 0 s 15:23:32 [2019-07-19T19:23:32.024Z] testEqualsNull(org.eclipse.tracecompass.tmf.core.tests.util.PairTest) Time elapsed: 0 s 15:23:32 [2019-07-19T19:23:32.024Z] testEqualsDifferentObj(org.eclipse.tracecompass.tmf.core.tests.util.PairTest) Time elapsed: 0 s 15:23:32 [2019-07-19T19:23:32.024Z] testEqualsSymmetry(org.eclipse.tracecompass.tmf.core.tests.util.PairTest) Time elapsed: 0 s 15:23:32 [2019-07-19T19:23:32.024Z] testHashCode(org.eclipse.tracecompass.tmf.core.tests.util.PairTest) Time elapsed: 0.001 s 15:23:32 [2019-07-19T19:23:32.024Z] testEqualsTransivity(org.eclipse.tracecompass.tmf.core.tests.util.PairTest) Time elapsed: 0 s 15:23:32 [2019-07-19T19:23:32.024Z] testEqualsReflexivity(org.eclipse.tracecompass.tmf.core.tests.util.PairTest) Time elapsed: 0 s 15:23:32 [2019-07-19T19:23:32.024Z] 15:23:32 [2019-07-19T19:23:32.024Z] Results: 15:23:32 [2019-07-19T19:23:32.024Z] 15:23:32 [2019-07-19T19:23:32.024Z] Tests run: 834, Failures: 0, Errors: 0, Skipped: 1 15:23:32 [2019-07-19T19:23:32.024Z] 15:23:32 [2019-07-19T19:23:32.024Z] 15:23:32 [2019-07-19T19:23:32.024Z] !ENTRY org.eclipse.core.resources 2 10035 2019-07-19 19:23:29.893 15:23:32 [2019-07-19T19:23:32.024Z] !MESSAGE The workspace will exit with unsaved changes in this session. 15:23:32 [2019-07-19T19:23:32.024Z] 15:23:32 [2019-07-19T19:23:32.024Z] !ENTRY org.eclipse.core.jobs 2 2 2019-07-19 19:23:30.637 15:23:32 [2019-07-19T19:23:32.024Z] !MESSAGE Job found still running after platform shutdown. Jobs should be canceled by the plugin that scheduled them during shutdown: org.eclipse.tracecompass.tmf.core.analysis.TmfAbstractAnalysisModule$1 15:23:32 [2019-07-19T19:23:32.024Z] Job found still running after platform shutdown. Jobs should be canceled by the plugin that scheduled them during shutdown: org.eclipse.tracecompass.tmf.core.analysis.TmfAbstractAnalysisModule$1 15:23:32 [2019-07-19T19:23:32.024Z] [INFO] All tests passed! 15:23:32 [2019-07-19T19:23:32.024Z] [INFO] 15:23:32 [2019-07-19T19:23:32.024Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.tmf.core.tests --- 15:23:32 [2019-07-19T19:23:32.024Z] [INFO] Loading execution data file /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/../../target/jacoco.exec 15:23:32 [2019-07-19T19:23:32.024Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core.tests' with 273 classes 15:23:32 [2019-07-19T19:23:32.024Z] [INFO] 15:23:32 [2019-07-19T19:23:32.024Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.tmf.core.tests --- 15:23:32 [2019-07-19T19:23:32.024Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/target/org.eclipse.tracecompass.tmf.core.tests-1.0.9-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.core.tests/1.0.9-SNAPSHOT/org.eclipse.tracecompass.tmf.core.tests-1.0.9-SNAPSHOT.jar 15:23:32 [2019-07-19T19:23:32.024Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.core.tests/1.0.9-SNAPSHOT/org.eclipse.tracecompass.tmf.core.tests-1.0.9-SNAPSHOT.pom 15:23:32 [2019-07-19T19:23:32.024Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/target/org.eclipse.tracecompass.tmf.core.tests-1.0.9-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.core.tests/1.0.9-SNAPSHOT/org.eclipse.tracecompass.tmf.core.tests-1.0.9-SNAPSHOT-sources.jar 15:23:32 [2019-07-19T19:23:32.024Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/target/org.eclipse.tracecompass.tmf.core.tests-1.0.9-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.core.tests/1.0.9-SNAPSHOT/org.eclipse.tracecompass.tmf.core.tests-1.0.9-SNAPSHOT-pack200.jar.pack.gz 15:23:32 [2019-07-19T19:23:32.024Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.core.tests/1.0.9-SNAPSHOT/org.eclipse.tracecompass.tmf.core.tests-1.0.9-SNAPSHOT-p2metadata.xml 15:23:32 [2019-07-19T19:23:32.024Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.core.tests/1.0.9-SNAPSHOT/org.eclipse.tracecompass.tmf.core.tests-1.0.9-SNAPSHOT-p2artifacts.xml 15:23:32 [2019-07-19T19:23:32.024Z] [INFO] 15:23:32 [2019-07-19T19:23:32.024Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.tmf.core.tests --- 15:23:32 [2019-07-19T19:23:32.024Z] [INFO] 15:23:32 [2019-07-19T19:23:32.024Z] [INFO] ---< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.ctf.core >--- 15:23:32 [2019-07-19T19:23:32.024Z] [INFO] Building org.eclipse.tracecompass.tmf.ctf.core 4.2.0-SNAPSHOT [19/134] 15:23:32 [2019-07-19T19:23:32.024Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 15:23:32 [2019-07-19T19:23:32.024Z] [INFO] 15:23:32 [2019-07-19T19:23:32.024Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.tmf.ctf.core --- 15:23:32 [2019-07-19T19:23:32.024Z] [INFO] 15:23:32 [2019-07-19T19:23:32.024Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.tmf.ctf.core --- 15:23:32 [2019-07-19T19:23:32.024Z] [INFO] The project's OSGi version is 4.2.0.201907191907 15:23:32 [2019-07-19T19:23:32.024Z] [INFO] 15:23:32 [2019-07-19T19:23:32.024Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.tmf.ctf.core --- 15:23:32 [2019-07-19T19:23:32.024Z] [INFO] 15:23:32 [2019-07-19T19:23:32.024Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.tmf.ctf.core --- 15:23:32 [2019-07-19T19:23:32.024Z] [INFO] 15:23:32 [2019-07-19T19:23:32.024Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.tmf.ctf.core --- 15:23:32 [2019-07-19T19:23:32.024Z] [INFO] 15:23:32 [2019-07-19T19:23:32.024Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.tmf.ctf.core --- 15:23:32 [2019-07-19T19:23:32.024Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 15:23:32 [2019-07-19T19:23:32.024Z] [INFO] 15:23:32 [2019-07-19T19:23:32.024Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.tmf.ctf.core --- 15:23:32 [2019-07-19T19:23:32.024Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:23:32 [2019-07-19T19:23:32.024Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core/src/main/resources 15:23:32 [2019-07-19T19:23:32.024Z] [INFO] 15:23:32 [2019-07-19T19:23:32.024Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.tmf.ctf.core --- 15:23:32 [2019-07-19T19:23:32.024Z] [INFO] Compiling 28 source files to /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core/target/classes 15:23:32 [2019-07-19T19:23:32.956Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core/src/org/eclipse/tracecompass/internal/tmf/ctf/core/trace/iterator/CtfIteratorManager.java:[125] 15:23:32 [2019-07-19T19:23:32.956Z] return iter; 15:23:32 [2019-07-19T19:23:32.956Z] ^^^^^^^^^^^^ 15:23:32 [2019-07-19T19:23:32.956Z] Potential resource leak: 'iter' may not be closed at this location 15:23:32 [2019-07-19T19:23:32.956Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core/src/org/eclipse/tracecompass/internal/tmf/ctf/core/trace/iterator/CtfIteratorManager.java:[199] 15:23:32 [2019-07-19T19:23:32.956Z] elem = (CtfIterator) fTrace.createIterator(); 15:23:32 [2019-07-19T19:23:32.956Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:23:32 [2019-07-19T19:23:32.956Z] Potential resource leak: 'elem' may not be closed at this location 15:23:32 [2019-07-19T19:23:32.956Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core/src/org/eclipse/tracecompass/internal/tmf/ctf/core/trace/iterator/CtfIteratorManager.java:[203] 15:23:32 [2019-07-19T19:23:32.956Z] return elem; 15:23:32 [2019-07-19T19:23:32.956Z] ^^^^^^^^^^^^ 15:23:32 [2019-07-19T19:23:32.956Z] Potential resource leak: 'elem' may not be closed at this location 15:23:32 [2019-07-19T19:23:32.956Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core/src/org/eclipse/tracecompass/tmf/ctf/core/CtfEnumPair.java:[56] 15:23:32 [2019-07-19T19:23:32.956Z] return getFirst(); 15:23:32 [2019-07-19T19:23:32.956Z] ^^^^^^^^^^ 15:23:32 [2019-07-19T19:23:32.956Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:23:32 [2019-07-19T19:23:32.956Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core/src/org/eclipse/tracecompass/tmf/ctf/core/context/CtfTmfContext.java:[81] 15:23:32 [2019-07-19T19:23:32.956Z] CtfIterator iterator = getIterator(); 15:23:32 [2019-07-19T19:23:32.956Z] ^^^^^^^^ 15:23:32 [2019-07-19T19:23:32.956Z] Potential resource leak: 'iterator' may not be closed 15:23:32 [2019-07-19T19:23:32.956Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core/src/org/eclipse/tracecompass/tmf/ctf/core/context/CtfTmfContext.java:[126] 15:23:32 [2019-07-19T19:23:32.956Z] return iterator == null ? null : iterator.getCurrentEvent(); 15:23:32 [2019-07-19T19:23:32.956Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:23:32 [2019-07-19T19:23:32.956Z] Potential resource leak: 'iterator' may not be closed at this location 15:23:32 [2019-07-19T19:23:32.956Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core/src/org/eclipse/tracecompass/tmf/ctf/core/context/CtfTmfContext.java:[154] 15:23:32 [2019-07-19T19:23:32.956Z] return retVal; 15:23:32 [2019-07-19T19:23:32.956Z] ^^^^^^^^^^^^^^ 15:23:32 [2019-07-19T19:23:32.956Z] Potential resource leak: 'iterator' may not be closed at this location 15:23:32 [2019-07-19T19:23:32.956Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core/src/org/eclipse/tracecompass/tmf/ctf/core/context/CtfTmfContext.java:[176] 15:23:32 [2019-07-19T19:23:32.956Z] return ret; 15:23:32 [2019-07-19T19:23:32.956Z] ^^^^^^^^^^^ 15:23:32 [2019-07-19T19:23:32.956Z] Potential resource leak: 'iterator' may not be closed at this location 15:23:32 [2019-07-19T19:23:32.956Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core/src/org/eclipse/tracecompass/tmf/ctf/core/context/CtfTmfContext.java:[189] 15:23:32 [2019-07-19T19:23:32.956Z] return iterator == null ? false : iterator.seek(location); 15:23:32 [2019-07-19T19:23:32.956Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:23:32 [2019-07-19T19:23:32.956Z] Potential resource leak: 'iterator' may not be closed at this location 15:23:32 [2019-07-19T19:23:32.956Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core/src/org/eclipse/tracecompass/internal/tmf/ctf/core/trace/iterator/CtfIterator.java:[154] 15:23:32 [2019-07-19T19:23:32.956Z] return fPreviousEvent; 15:23:32 [2019-07-19T19:23:32.956Z] ^^^^^^^^^^^^^^^^^^^^^^ 15:23:32 [2019-07-19T19:23:32.956Z] Potential resource leak: 'top' may not be closed at this location 15:23:32 [2019-07-19T19:23:32.956Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core/src/org/eclipse/tracecompass/internal/tmf/ctf/core/trace/iterator/CtfIterator.java:[171] 15:23:32 [2019-07-19T19:23:32.956Z] return fTrace.timestampCyclesToNanos(ts); 15:23:32 [2019-07-19T19:23:32.956Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:23:32 [2019-07-19T19:23:32.956Z] Potential resource leak: 'top' may not be closed at this location 15:23:32 [2019-07-19T19:23:32.956Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core/src/org/eclipse/tracecompass/internal/tmf/ctf/core/trace/iterator/CtfIterator.java:[174] 15:23:32 [2019-07-19T19:23:32.956Z] return 0; 15:23:32 [2019-07-19T19:23:32.956Z] ^^^^^^^^^ 15:23:32 [2019-07-19T19:23:32.956Z] Potential resource leak: 'top' may not be closed at this location 15:23:32 [2019-07-19T19:23:32.956Z] 12 problems (12 warnings) 15:23:32 [2019-07-19T19:23:32.956Z] [INFO] 15:23:32 [2019-07-19T19:23:32.956Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.tmf.ctf.core --- 15:23:32 [2019-07-19T19:23:32.956Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:23:32 [2019-07-19T19:23:32.956Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core/src/test/resources 15:23:32 [2019-07-19T19:23:32.956Z] [INFO] 15:23:32 [2019-07-19T19:23:32.956Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.tmf.ctf.core --- 15:23:32 [2019-07-19T19:23:32.956Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core/target/org.eclipse.tracecompass.tmf.ctf.core-4.2.0-SNAPSHOT-sources.jar 15:23:32 [2019-07-19T19:23:32.956Z] [INFO] 15:23:32 [2019-07-19T19:23:32.956Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.tmf.ctf.core --- 15:23:32 [2019-07-19T19:23:32.956Z] [INFO] 15:23:32 [2019-07-19T19:23:32.956Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.tmf.ctf.core --- 15:23:32 [2019-07-19T19:23:32.956Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core/target/org.eclipse.tracecompass.tmf.ctf.core-4.2.0-SNAPSHOT.jar 15:23:32 [2019-07-19T19:23:32.956Z] [INFO] 15:23:32 [2019-07-19T19:23:32.956Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.tmf.ctf.core --- 15:23:32 [2019-07-19T19:23:32.956Z] [INFO] 15:23:32 [2019-07-19T19:23:32.956Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.tmf.ctf.core --- 15:23:32 [2019-07-19T19:23:32.956Z] [INFO] 15:23:32 [2019-07-19T19:23:32.956Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.tmf.ctf.core --- 15:23:32 [2019-07-19T19:23:32.956Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core/target/org.eclipse.tracecompass.tmf.ctf.core-4.2.0-SNAPSHOT.jar 15:23:32 [2019-07-19T19:23:32.956Z] [INFO] 15:23:32 [2019-07-19T19:23:32.956Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.tmf.ctf.core --- 15:23:32 [2019-07-19T19:23:32.956Z] [INFO] 15:23:32 [2019-07-19T19:23:32.956Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.tmf.ctf.core --- 15:23:32 [2019-07-19T19:23:32.956Z] [INFO] Loading execution data file /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core/../../target/jacoco.exec 15:23:32 [2019-07-19T19:23:32.956Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core' with 36 classes 15:23:33 [2019-07-19T19:23:33.213Z] [INFO] 15:23:33 [2019-07-19T19:23:33.213Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.tmf.ctf.core --- 15:23:33 [2019-07-19T19:23:33.213Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core/target/org.eclipse.tracecompass.tmf.ctf.core-4.2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.ctf.core/4.2.0-SNAPSHOT/org.eclipse.tracecompass.tmf.ctf.core-4.2.0-SNAPSHOT.jar 15:23:33 [2019-07-19T19:23:33.213Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.ctf.core/4.2.0-SNAPSHOT/org.eclipse.tracecompass.tmf.ctf.core-4.2.0-SNAPSHOT.pom 15:23:33 [2019-07-19T19:23:33.470Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core/target/org.eclipse.tracecompass.tmf.ctf.core-4.2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.ctf.core/4.2.0-SNAPSHOT/org.eclipse.tracecompass.tmf.ctf.core-4.2.0-SNAPSHOT-sources.jar 15:23:33 [2019-07-19T19:23:33.470Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core/target/org.eclipse.tracecompass.tmf.ctf.core-4.2.0-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.ctf.core/4.2.0-SNAPSHOT/org.eclipse.tracecompass.tmf.ctf.core-4.2.0-SNAPSHOT-pack200.jar.pack.gz 15:23:33 [2019-07-19T19:23:33.470Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.ctf.core/4.2.0-SNAPSHOT/org.eclipse.tracecompass.tmf.ctf.core-4.2.0-SNAPSHOT-p2metadata.xml 15:23:33 [2019-07-19T19:23:33.470Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.ctf.core/4.2.0-SNAPSHOT/org.eclipse.tracecompass.tmf.ctf.core-4.2.0-SNAPSHOT-p2artifacts.xml 15:23:33 [2019-07-19T19:23:33.470Z] [INFO] 15:23:33 [2019-07-19T19:23:33.470Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.tmf.ctf.core --- 15:23:33 [2019-07-19T19:23:33.470Z] [INFO] 15:23:33 [2019-07-19T19:23:33.470Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.ctf.core.tests >-- 15:23:33 [2019-07-19T19:23:33.470Z] [INFO] Building org.eclipse.tracecompass.tmf.ctf.core.tests 1.0.9-SNAPSHOT [20/134] 15:23:33 [2019-07-19T19:23:33.470Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- 15:23:33 [2019-07-19T19:23:33.470Z] [INFO] 15:23:33 [2019-07-19T19:23:33.470Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.tmf.ctf.core.tests --- 15:23:33 [2019-07-19T19:23:33.470Z] [INFO] 15:23:33 [2019-07-19T19:23:33.470Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.tmf.ctf.core.tests --- 15:23:33 [2019-07-19T19:23:33.470Z] [INFO] The project's OSGi version is 1.0.9.201907191907 15:23:33 [2019-07-19T19:23:33.470Z] [INFO] 15:23:33 [2019-07-19T19:23:33.470Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.tmf.ctf.core.tests --- 15:23:33 [2019-07-19T19:23:33.470Z] [INFO] 15:23:33 [2019-07-19T19:23:33.470Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.tmf.ctf.core.tests --- 15:23:33 [2019-07-19T19:23:33.470Z] [INFO] 15:23:33 [2019-07-19T19:23:33.470Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.tmf.ctf.core.tests --- 15:23:33 [2019-07-19T19:23:33.470Z] [INFO] 15:23:33 [2019-07-19T19:23:33.470Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.tmf.ctf.core.tests --- 15:23:33 [2019-07-19T19:23:33.470Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 15:23:33 [2019-07-19T19:23:33.470Z] [INFO] 15:23:33 [2019-07-19T19:23:33.470Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.tmf.ctf.core.tests --- 15:23:33 [2019-07-19T19:23:33.470Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:23:33 [2019-07-19T19:23:33.470Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/src/main/resources 15:23:33 [2019-07-19T19:23:33.470Z] [INFO] 15:23:33 [2019-07-19T19:23:33.470Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.tmf.ctf.core.tests --- 15:23:33 [2019-07-19T19:23:33.470Z] [INFO] Compiling 34 source files to /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/target/classes 15:23:34 [2019-07-19T19:23:34.402Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/src/org/eclipse/tracecompass/tmf/ctf/core/tests/event/CtfTmfEventFieldSignExtensionTest.java:[39] 15:23:34 [2019-07-19T19:23:34.402Z] private static final @NonNull CtfTestTrace DEBUG_INFO_TRACE = CtfTestTrace.DEBUG_INFO3; 15:23:34 [2019-07-19T19:23:34.402Z] ^^^^^^^^^^^ 15:23:34 [2019-07-19T19:23:34.402Z] The field CtfTestTrace.DEBUG_INFO3 is deprecated 15:23:34 [2019-07-19T19:23:34.402Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/src/org/eclipse/tracecompass/tmf/core/tests/histogram/dataprovider/HistogramDataProviderTest.java:[66] 15:23:34 [2019-07-19T19:23:34.402Z] private static final Map<String, ISeriesModel> EXPECTED_YDATA = ImmutableMap.of(Long.toString(1), 15:23:34 [2019-07-19T19:23:34.402Z] ^^^^^^^^^^^^^^^^ 15:23:34 [2019-07-19T19:23:34.402Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:23:34 [2019-07-19T19:23:34.402Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/src/org/eclipse/tracecompass/tmf/core/tests/histogram/dataprovider/HistogramDataProviderTest.java:[71] 15:23:34 [2019-07-19T19:23:34.402Z] Long.toString(2), 15:23:34 [2019-07-19T19:23:34.402Z] ^^^^^^^^^^^^^^^^ 15:23:34 [2019-07-19T19:23:34.402Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:23:34 [2019-07-19T19:23:34.402Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/src/org/eclipse/tracecompass/tmf/core/tests/histogram/dataprovider/HistogramDataProviderTest.java:[109] 15:23:34 [2019-07-19T19:23:34.402Z] SelectionTimeQueryFilter selectionFilter = new SelectionTimeQueryFilter(START, END, 100, ids); 15:23:34 [2019-07-19T19:23:34.402Z] ^^^ 15:23:34 [2019-07-19T19:23:34.402Z] Null type safety (type annotations): The expression of type 'List<Long>' needs unchecked conversion to conform to '@NonNull Collection<@NonNull Long>', corresponding supertype is 'Collection<Long>' 15:23:34 [2019-07-19T19:23:34.402Z] 4 problems (4 warnings) 15:23:34 [2019-07-19T19:23:34.402Z] [INFO] 15:23:34 [2019-07-19T19:23:34.402Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.tmf.ctf.core.tests --- 15:23:34 [2019-07-19T19:23:34.402Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:23:34 [2019-07-19T19:23:34.402Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/src/test/resources 15:23:34 [2019-07-19T19:23:34.402Z] [INFO] 15:23:34 [2019-07-19T19:23:34.402Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.tmf.ctf.core.tests --- 15:23:34 [2019-07-19T19:23:34.402Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/target/org.eclipse.tracecompass.tmf.ctf.core.tests-1.0.9-SNAPSHOT-sources.jar 15:23:34 [2019-07-19T19:23:34.402Z] [INFO] 15:23:34 [2019-07-19T19:23:34.402Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.tmf.ctf.core.tests --- 15:23:34 [2019-07-19T19:23:34.402Z] [INFO] 15:23:34 [2019-07-19T19:23:34.402Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.tmf.ctf.core.tests --- 15:23:34 [2019-07-19T19:23:34.659Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/target/org.eclipse.tracecompass.tmf.ctf.core.tests-1.0.9-SNAPSHOT.jar 15:23:34 [2019-07-19T19:23:34.659Z] [INFO] 15:23:34 [2019-07-19T19:23:34.659Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.tmf.ctf.core.tests --- 15:23:34 [2019-07-19T19:23:34.659Z] [INFO] 15:23:34 [2019-07-19T19:23:34.659Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.tmf.ctf.core.tests --- 15:23:34 [2019-07-19T19:23:34.659Z] [INFO] 15:23:34 [2019-07-19T19:23:34.659Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.tmf.ctf.core.tests --- 15:23:34 [2019-07-19T19:23:34.659Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/target/org.eclipse.tracecompass.tmf.ctf.core.tests-1.0.9-SNAPSHOT.jar 15:23:34 [2019-07-19T19:23:34.916Z] [INFO] 15:23:34 [2019-07-19T19:23:34.916Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.tmf.ctf.core.tests --- 15:23:34 [2019-07-19T19:23:34.916Z] [INFO] 15:23:34 [2019-07-19T19:23:34.916Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.tmf.ctf.core.tests --- 15:23:36 [2019-07-19T19:23:36.814Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/target/work/data/.metadata/.log 15:23:36 [2019-07-19T19:23:36.814Z] [INFO] Command line: 15:23:36 [2019-07-19T19:23:36.814Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog] 15:23:36 [2019-07-19T19:23:36.814Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass 15:23:40 [2019-07-19T19:23:40.088Z] !SESSION 2019-07-19 19:23:36.714 ----------------------------------------------- 15:23:40 [2019-07-19T19:23:40.088Z] eclipse.buildId=unknown 15:23:40 [2019-07-19T19:23:40.088Z] java.version=1.8.0_202 15:23:40 [2019-07-19T19:23:40.088Z] java.vendor=Oracle Corporation 15:23:40 [2019-07-19T19:23:40.088Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US 15:23:40 [2019-07-19T19:23:40.088Z] Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/target/surefire.properties -product org.eclipse.platform.ide 15:23:40 [2019-07-19T19:23:40.088Z] Command-line arguments: -data /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog 15:23:40 [2019-07-19T19:23:40.088Z] 15:23:40 [2019-07-19T19:23:40.088Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-19 19:23:39.785 15:23:40 [2019-07-19T19:23:40.088Z] !MESSAGE FrameworkEvent ERROR 15:23:40 [2019-07-19T19:23:40.088Z] !STACK 0 15:23:40 [2019-07-19T19:23:40.088Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [61] 15:23:40 [2019-07-19T19:23:40.088Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 15:23:40 [2019-07-19T19:23:40.088Z] 15:23:40 [2019-07-19T19:23:40.088Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 15:23:40 [2019-07-19T19:23:40.088Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 15:23:40 [2019-07-19T19:23:40.088Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 15:23:40 [2019-07-19T19:23:40.088Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 15:23:40 [2019-07-19T19:23:40.088Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 15:23:40 [2019-07-19T19:23:40.088Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 15:23:40 [2019-07-19T19:23:40.088Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 15:23:40 [2019-07-19T19:23:40.088Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 15:23:40 [2019-07-19T19:23:40.088Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 15:23:40 [2019-07-19T19:23:40.088Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 15:23:40 [2019-07-19T19:23:40.088Z] 15:23:40 [2019-07-19T19:23:40.088Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-19 19:23:39.977 15:23:40 [2019-07-19T19:23:40.088Z] !MESSAGE FrameworkEvent ERROR 15:23:40 [2019-07-19T19:23:40.088Z] !STACK 0 15:23:40 [2019-07-19T19:23:40.088Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [130] 15:23:40 [2019-07-19T19:23:40.088Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 15:23:40 [2019-07-19T19:23:40.088Z] Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)" 15:23:40 [2019-07-19T19:23:40.088Z] -> Export-Package: org.apache.http.impl.auth.win; bundle-symbolic-name="org.apache.httpcomponents.httpclient.win"; bundle-version="4.5.6.v20190213-1947"; version="4.5.6"; x-internal:="true"; uses:="org.apache.http,org.apache.http.auth,org.apache.http.client,org.apache.http.impl.auth,org.apache.http.protocol,org.apache.http.util" 15:23:40 [2019-07-19T19:23:40.088Z] org.apache.httpcomponents.httpclient.win [35] 15:23:40 [2019-07-19T19:23:40.088Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 15:23:40 [2019-07-19T19:23:40.088Z] 15:23:40 [2019-07-19T19:23:40.088Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 15:23:40 [2019-07-19T19:23:40.088Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 15:23:40 [2019-07-19T19:23:40.088Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 15:23:40 [2019-07-19T19:23:40.088Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 15:23:40 [2019-07-19T19:23:40.088Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 15:23:40 [2019-07-19T19:23:40.088Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 15:23:40 [2019-07-19T19:23:40.088Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 15:23:40 [2019-07-19T19:23:40.088Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 15:23:40 [2019-07-19T19:23:40.088Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 15:23:40 [2019-07-19T19:23:40.088Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 15:23:43 [2019-07-19T19:23:43.365Z] Running org.eclipse.tracecompass.tmf.ctf.core.tests.context.CtfLocationTest 15:23:43 [2019-07-19T19:23:43.365Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 s - in org.eclipse.tracecompass.tmf.ctf.core.tests.context.CtfLocationTest 15:23:43 [2019-07-19T19:23:43.365Z] testCtfLocation_timestamp(org.eclipse.tracecompass.tmf.ctf.core.tests.context.CtfLocationTest) Time elapsed: 0.045 s 15:23:43 [2019-07-19T19:23:43.365Z] testToString_valid(org.eclipse.tracecompass.tmf.ctf.core.tests.context.CtfLocationTest) Time elapsed: 0 s 15:23:43 [2019-07-19T19:23:43.365Z] testSetLocation(org.eclipse.tracecompass.tmf.ctf.core.tests.context.CtfLocationTest) Time elapsed: 0 s 15:23:43 [2019-07-19T19:23:43.365Z] testGetLocation(org.eclipse.tracecompass.tmf.ctf.core.tests.context.CtfLocationTest) Time elapsed: 0 s 15:23:43 [2019-07-19T19:23:43.365Z] testToString_invalid(org.eclipse.tracecompass.tmf.ctf.core.tests.context.CtfLocationTest) Time elapsed: 0 s 15:23:43 [2019-07-19T19:23:43.365Z] testCtfLocation_long(org.eclipse.tracecompass.tmf.ctf.core.tests.context.CtfLocationTest) Time elapsed: 0 s 15:23:43 [2019-07-19T19:23:43.365Z] Running org.eclipse.tracecompass.tmf.ctf.core.tests.context.CtfLocationDataTest 15:23:43 [2019-07-19T19:23:43.365Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.tracecompass.tmf.ctf.core.tests.context.CtfLocationDataTest 15:23:43 [2019-07-19T19:23:43.365Z] testToString(org.eclipse.tracecompass.tmf.ctf.core.tests.context.CtfLocationDataTest) Time elapsed: 0 s 15:23:43 [2019-07-19T19:23:43.365Z] testCompareTo(org.eclipse.tracecompass.tmf.ctf.core.tests.context.CtfLocationDataTest) Time elapsed: 0 s 15:23:43 [2019-07-19T19:23:43.365Z] testGetters(org.eclipse.tracecompass.tmf.ctf.core.tests.context.CtfLocationDataTest) Time elapsed: 0 s 15:23:43 [2019-07-19T19:23:43.365Z] testHashCode(org.eclipse.tracecompass.tmf.ctf.core.tests.context.CtfLocationDataTest) Time elapsed: 0 s 15:23:43 [2019-07-19T19:23:43.365Z] testEquals(org.eclipse.tracecompass.tmf.ctf.core.tests.context.CtfLocationDataTest) Time elapsed: 0.001 s 15:23:43 [2019-07-19T19:23:43.365Z] Running org.eclipse.tracecompass.tmf.ctf.core.tests.context.CtfTmfContextTest 15:25:04 [2019-07-19T19:25:04.980Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 77.57 s - in org.eclipse.tracecompass.tmf.ctf.core.tests.context.CtfTmfContextTest 15:25:04 [2019-07-19T19:25:04.980Z] testTooManyContexts(org.eclipse.tracecompass.tmf.ctf.core.tests.context.CtfTmfContextTest) Time elapsed: 72.284 s 15:25:04 [2019-07-19T19:25:04.980Z] testIndexing(org.eclipse.tracecompass.tmf.ctf.core.tests.context.CtfTmfContextTest) Time elapsed: 3.639 s 15:25:04 [2019-07-19T19:25:04.980Z] Running org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfEventsStatisticsTest 15:25:51 [2019-07-19T19:25:51.623Z] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 45.112 s - in org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfEventsStatisticsTest 15:25:51 [2019-07-19T19:25:51.623Z] testGetEventsInRangeWholeRange(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfEventsStatisticsTest) Time elapsed: 3.332 s 15:25:51 [2019-07-19T19:25:51.623Z] testGetEventTypesInRangeMinusEnd(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfEventsStatisticsTest) Time elapsed: 3.692 s 15:25:51 [2019-07-19T19:25:51.623Z] testGetEventsInRangeMinusEnd(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfEventsStatisticsTest) Time elapsed: 2.867 s 15:25:51 [2019-07-19T19:25:51.623Z] testEventTypesTotal(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfEventsStatisticsTest) Time elapsed: 3.412 s 15:25:51 [2019-07-19T19:25:51.623Z] testGetEventTypesInRangeWholeRange(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfEventsStatisticsTest) Time elapsed: 2.915 s 15:25:51 [2019-07-19T19:25:51.623Z] testGetEventsTotal(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfEventsStatisticsTest) Time elapsed: 2.808 s 15:25:51 [2019-07-19T19:25:51.623Z] testGetEventsInRangeNoEventsAtEdges(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfEventsStatisticsTest) Time elapsed: 1.107 s 15:25:51 [2019-07-19T19:25:51.623Z] testGetEventsInRangeEventAtEnd(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfEventsStatisticsTest) Time elapsed: 2.198 s 15:25:51 [2019-07-19T19:25:51.623Z] testGetEventsInRangeEventAtStart(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfEventsStatisticsTest) Time elapsed: 2.203 s 15:25:51 [2019-07-19T19:25:51.623Z] testGetEventTypesInRangeNoEvents(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfEventsStatisticsTest) Time elapsed: 1.1 s 15:25:51 [2019-07-19T19:25:51.623Z] testHistogramQuerySmall(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfEventsStatisticsTest) Time elapsed: 1.102 s 15:25:51 [2019-07-19T19:25:51.623Z] testGetEventsInRangeNoEvents(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfEventsStatisticsTest) Time elapsed: 1.1 s 15:25:51 [2019-07-19T19:25:51.623Z] testGetEventsInRangeMinusStart(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfEventsStatisticsTest) Time elapsed: 2.852 s 15:25:51 [2019-07-19T19:25:51.623Z] testGetEventTypesInRangeNoEventsAtEdges(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfEventsStatisticsTest) Time elapsed: 1.054 s 15:25:51 [2019-07-19T19:25:51.623Z] testGetEventTypesInRangeEventAtEnd(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfEventsStatisticsTest) Time elapsed: 2.201 s 15:25:51 [2019-07-19T19:25:51.623Z] testGetEventTypesInRangeEventAtStart(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfEventsStatisticsTest) Time elapsed: 2.201 s 15:25:51 [2019-07-19T19:25:51.623Z] testGetEventsInRangeEventAtBoth(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfEventsStatisticsTest) Time elapsed: 1.101 s 15:25:51 [2019-07-19T19:25:51.623Z] testGetEventTypesInRangeMinusStart(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfEventsStatisticsTest) Time elapsed: 3.008 s 15:25:51 [2019-07-19T19:25:51.623Z] testGetEventTypesInRangeEventAtBoth(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfEventsStatisticsTest) Time elapsed: 1.095 s 15:25:51 [2019-07-19T19:25:51.623Z] testHistogramQueryFull(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfEventsStatisticsTest) Time elapsed: 3.438 s 15:25:51 [2019-07-19T19:25:51.623Z] Running org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfStateStatisticsTest 15:25:58 [2019-07-19T19:25:58.175Z] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.015 s - in org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfStateStatisticsTest 15:25:58 [2019-07-19T19:25:58.175Z] testGetEventsInRangeWholeRange(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfStateStatisticsTest) Time elapsed: 0.002 s 15:25:58 [2019-07-19T19:25:58.175Z] testGetEventTypesInRangeMinusEnd(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfStateStatisticsTest) Time elapsed: 0.002 s 15:25:58 [2019-07-19T19:25:58.175Z] testGetEventsInRangeMinusEnd(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfStateStatisticsTest) Time elapsed: 0.001 s 15:25:58 [2019-07-19T19:25:58.175Z] testEventTypesTotal(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfStateStatisticsTest) Time elapsed: 0.001 s 15:25:58 [2019-07-19T19:25:58.175Z] testGetEventTypesInRangeWholeRange(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfStateStatisticsTest) Time elapsed: 0 s 15:25:58 [2019-07-19T19:25:58.175Z] testGetEventsTotal(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfStateStatisticsTest) Time elapsed: 0 s 15:25:58 [2019-07-19T19:25:58.175Z] testGetEventsInRangeNoEventsAtEdges(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfStateStatisticsTest) Time elapsed: 0.073 s 15:25:58 [2019-07-19T19:25:58.175Z] testGetEventsInRangeEventAtEnd(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfStateStatisticsTest) Time elapsed: 0.001 s 15:25:58 [2019-07-19T19:25:58.175Z] testGetEventsInRangeEventAtStart(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfStateStatisticsTest) Time elapsed: 0.001 s 15:25:58 [2019-07-19T19:25:58.175Z] testGetEventTypesInRangeNoEvents(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfStateStatisticsTest) Time elapsed: 0.006 s 15:25:58 [2019-07-19T19:25:58.175Z] testHistogramQuerySmall(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfStateStatisticsTest) Time elapsed: 0.002 s 15:25:58 [2019-07-19T19:25:58.175Z] testGetEventsInRangeNoEvents(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfStateStatisticsTest) Time elapsed: 0.001 s 15:25:58 [2019-07-19T19:25:58.175Z] testGetEventsInRangeMinusStart(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfStateStatisticsTest) Time elapsed: 0.179 s 15:25:58 [2019-07-19T19:25:58.175Z] testGetEventTypesInRangeNoEventsAtEdges(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfStateStatisticsTest) Time elapsed: 0.003 s 15:25:58 [2019-07-19T19:25:58.175Z] testGetEventTypesInRangeEventAtEnd(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfStateStatisticsTest) Time elapsed: 0.003 s 15:25:58 [2019-07-19T19:25:58.175Z] testGetEventTypesInRangeEventAtStart(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfStateStatisticsTest) Time elapsed: 0.004 s 15:25:58 [2019-07-19T19:25:58.175Z] testGetEventsInRangeEventAtBoth(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfStateStatisticsTest) Time elapsed: 0 s 15:25:58 [2019-07-19T19:25:58.175Z] testGetEventTypesInRangeMinusStart(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfStateStatisticsTest) Time elapsed: 0.002 s 15:25:58 [2019-07-19T19:25:58.175Z] testGetEventTypesInRangeEventAtBoth(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfStateStatisticsTest) Time elapsed: 0.002 s 15:25:58 [2019-07-19T19:25:58.175Z] testHistogramQueryFull(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfStateStatisticsTest) Time elapsed: 0.008 s 15:25:58 [2019-07-19T19:25:58.175Z] Running org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerUtilityTest 15:26:08 [2019-07-19T19:26:08.131Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.978 s - in org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerUtilityTest 15:26:08 [2019-07-19T19:26:08.131Z] testSupplementaryFileDir(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerUtilityTest) Time elapsed: 3.925 s 15:26:08 [2019-07-19T19:26:08.131Z] testDeleteSupplementaryFolder(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerUtilityTest) Time elapsed: 1.444 s 15:26:08 [2019-07-19T19:26:08.131Z] testTemporaryDirPath(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerUtilityTest) Time elapsed: 3.186 s 15:26:08 [2019-07-19T19:26:08.131Z] testDeleteSupplementaryFiles(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerUtilityTest) Time elapsed: 1.422 s 15:26:08 [2019-07-19T19:26:08.131Z] Running org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest 15:27:59 [2019-07-19T19:27:59.750Z] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 110.226 s - in org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest 15:27:59 [2019-07-19T19:27:59.750Z] testTraceTimeRangeClampingEnd(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest) Time elapsed: 0.006 s 15:27:59 [2019-07-19T19:27:59.750Z] testTraceSetNestedExperiment(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest) Time elapsed: 22.124 s 15:27:59 [2019-07-19T19:27:59.750Z] testExperimentTimestampInTrace(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest) Time elapsed: 5.731 s 15:27:59 [2019-07-19T19:27:59.750Z] testExperimentTimestampInvalid(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest) Time elapsed: 5.684 s 15:27:59 [2019-07-19T19:27:59.750Z] testExperimentInitialRange(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest) Time elapsed: 5.677 s 15:27:59 [2019-07-19T19:27:59.750Z] testTraceTimeRangeClampingStart(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest) Time elapsed: 0.001 s 15:27:59 [2019-07-19T19:27:59.750Z] testTwoTracesTimeRangePartiallyInOne(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest) Time elapsed: 0.002 s 15:27:59 [2019-07-19T19:27:59.750Z] testExperimentRangeClampingBoth(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest) Time elapsed: 5.694 s 15:27:59 [2019-07-19T19:27:59.750Z] testTwoTracesTimestampValid(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest) Time elapsed: 0.002 s 15:27:59 [2019-07-19T19:27:59.750Z] testTwoTracesTimestampInBetween(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest) Time elapsed: 0.001 s 15:27:59 [2019-07-19T19:27:59.750Z] testTraceSetWithNestedExperiment(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest) Time elapsed: 19.244 s 15:27:59 [2019-07-19T19:27:59.750Z] testTwoTracesTimestampInvalid(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest) Time elapsed: 0.002 s 15:27:59 [2019-07-19T19:27:59.750Z] testTraceInitialRange(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest) Time elapsed: 0.001 s 15:27:59 [2019-07-19T19:27:59.750Z] testTwoTracesTimeRangeAllInOne(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest) Time elapsed: 0.005 s 15:27:59 [2019-07-19T19:27:59.750Z] testInitialize(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest) Time elapsed: 0 s 15:27:59 [2019-07-19T19:27:59.750Z] testTraceTimeRangeClampingBoth(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest) Time elapsed: 0.002 s 15:27:59 [2019-07-19T19:27:59.750Z] testTraceNewTimeRange(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest) Time elapsed: 0.001 s 15:27:59 [2019-07-19T19:27:59.750Z] testTraceSetExperiment(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest) Time elapsed: 5.711 s 15:27:59 [2019-07-19T19:27:59.750Z] testTwoTracesTimeRangeInBoth(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest) Time elapsed: 0.004 s 15:27:59 [2019-07-19T19:27:59.750Z] testExperimentRangeInBetween(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest) Time elapsed: 5.786 s 15:27:59 [2019-07-19T19:27:59.750Z] testExperimentRangeClampingOne(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest) Time elapsed: 5.663 s 15:27:59 [2019-07-19T19:27:59.750Z] testTraceSetWithExperiment(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest) Time elapsed: 5.76 s 15:27:59 [2019-07-19T19:27:59.750Z] testNewTimestamp(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest) Time elapsed: 0.001 s 15:27:59 [2019-07-19T19:27:59.750Z] testTraceSetForHost(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest) Time elapsed: 0.011 s 15:27:59 [2019-07-19T19:27:59.750Z] testTraceSetExperimentForHost(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest) Time elapsed: 5.74 s 15:27:59 [2019-07-19T19:27:59.750Z] testTwoTracesTimeRangeInBetween(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest) Time elapsed: 0.001 s 15:27:59 [2019-07-19T19:27:59.750Z] testExperimentTimestampInBetween(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest) Time elapsed: 5.698 s 15:27:59 [2019-07-19T19:27:59.750Z] testTraceSet(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest) Time elapsed: 0.001 s 15:27:59 [2019-07-19T19:27:59.750Z] testTimestampAfter(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest) Time elapsed: 0.001 s 15:27:59 [2019-07-19T19:27:59.750Z] testTimestampBefore(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest) Time elapsed: 0.001 s 15:27:59 [2019-07-19T19:27:59.750Z] Running org.eclipse.tracecompass.tmf.ctf.core.tests.temp.request.TmfSchedulerTest 15:28:21 [2019-07-19T19:28:21.664Z] Tests run: 12, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 23.691 s - in org.eclipse.tracecompass.tmf.ctf.core.tests.temp.request.TmfSchedulerTest 15:28:21 [2019-07-19T19:28:21.664Z] preemptedForegroundRequest(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.request.TmfSchedulerTest) Time elapsed: 0.412 s 15:28:21 [2019-07-19T19:28:21.664Z] foregroundRequest(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.request.TmfSchedulerTest) Time elapsed: 2.81 s 15:28:21 [2019-07-19T19:28:21.664Z] executionOrder(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.request.TmfSchedulerTest) skipped 15:28:21 [2019-07-19T19:28:21.664Z] TestMultiRequest1(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.request.TmfSchedulerTest) Time elapsed: 3.312 s 15:28:21 [2019-07-19T19:28:21.664Z] TestMultiRequest2(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.request.TmfSchedulerTest) Time elapsed: 3.02 s 15:28:21 [2019-07-19T19:28:21.664Z] TestMultiRequest3(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.request.TmfSchedulerTest) Time elapsed: 1.399 s 15:28:21 [2019-07-19T19:28:21.664Z] TestMultiRequest4(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.request.TmfSchedulerTest) Time elapsed: 0.415 s 15:28:21 [2019-07-19T19:28:21.664Z] TestMultiRequest5(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.request.TmfSchedulerTest) Time elapsed: 0.405 s 15:28:21 [2019-07-19T19:28:21.664Z] TestMultiRequest6(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.request.TmfSchedulerTest) Time elapsed: 3.25 s 15:28:21 [2019-07-19T19:28:21.664Z] TestMultiRequest7(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.request.TmfSchedulerTest) Time elapsed: 3.827 s 15:28:21 [2019-07-19T19:28:21.664Z] preemptedBackgroundRequest(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.request.TmfSchedulerTest) Time elapsed: 0.459 s 15:28:21 [2019-07-19T19:28:21.664Z] backgroundRequest(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.request.TmfSchedulerTest) Time elapsed: 3.072 s 15:28:21 [2019-07-19T19:28:21.664Z] Running org.eclipse.tracecompass.tmf.ctf.core.tests.event.EventContextTest 15:28:24 [2019-07-19T19:28:24.189Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.311 s - in org.eclipse.tracecompass.tmf.ctf.core.tests.event.EventContextTest 15:28:24 [2019-07-19T19:28:24.189Z] testTrace(org.eclipse.tracecompass.tmf.ctf.core.tests.event.EventContextTest) Time elapsed: 0.001 s 15:28:24 [2019-07-19T19:28:24.189Z] testContextEnd(org.eclipse.tracecompass.tmf.ctf.core.tests.event.EventContextTest) Time elapsed: 0.145 s 15:28:24 [2019-07-19T19:28:24.189Z] testContext1(org.eclipse.tracecompass.tmf.ctf.core.tests.event.EventContextTest) Time elapsed: 0.25 s 15:28:24 [2019-07-19T19:28:24.189Z] testContext2(org.eclipse.tracecompass.tmf.ctf.core.tests.event.EventContextTest) Time elapsed: 0.074 s 15:28:24 [2019-07-19T19:28:24.189Z] testContext3(org.eclipse.tracecompass.tmf.ctf.core.tests.event.EventContextTest) Time elapsed: 0.096 s 15:28:24 [2019-07-19T19:28:24.189Z] testContext4(org.eclipse.tracecompass.tmf.ctf.core.tests.event.EventContextTest) Time elapsed: 0.188 s 15:28:24 [2019-07-19T19:28:24.189Z] testContextMiddle(org.eclipse.tracecompass.tmf.ctf.core.tests.event.EventContextTest) Time elapsed: 0.132 s 15:28:24 [2019-07-19T19:28:24.189Z] testContextStart(org.eclipse.tracecompass.tmf.ctf.core.tests.event.EventContextTest) Time elapsed: 0.04 s 15:28:24 [2019-07-19T19:28:24.189Z] Running org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventFieldVariantTest 15:28:24 [2019-07-19T19:28:24.189Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventFieldVariantTest 15:28:24 [2019-07-19T19:28:24.189Z] testVariantGetField(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventFieldVariantTest) Time elapsed: 0.002 s 15:28:24 [2019-07-19T19:28:24.189Z] Running org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventTest 15:28:24 [2019-07-19T19:28:24.189Z] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.14 s - in org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventTest 15:28:24 [2019-07-19T19:28:24.189Z] testGetFieldNames(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventTest) Time elapsed: 0 s 15:28:24 [2019-07-19T19:28:24.189Z] testGetFieldValue(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventTest) Time elapsed: 0 s 15:28:24 [2019-07-19T19:28:24.189Z] testCTFEvent_read(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventTest) Time elapsed: 0 s 15:28:24 [2019-07-19T19:28:24.189Z] testGetSubFieldValue(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventTest) Time elapsed: 0 s 15:28:24 [2019-07-19T19:28:24.189Z] testToString(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventTest) Time elapsed: 0.001 s 15:28:24 [2019-07-19T19:28:24.189Z] testCustomAttributes(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventTest) Time elapsed: 0 s 15:28:24 [2019-07-19T19:28:24.189Z] testGetters(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventTest) Time elapsed: 0 s 15:28:24 [2019-07-19T19:28:24.189Z] testTimestamp(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventTest) Time elapsed: 0 s 15:28:24 [2019-07-19T19:28:24.189Z] testGetEventName(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventTest) Time elapsed: 0 s 15:28:24 [2019-07-19T19:28:24.189Z] testGetTimestamp(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventTest) Time elapsed: 0 s 15:28:24 [2019-07-19T19:28:24.189Z] testGetFields(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventTest) Time elapsed: 0.001 s 15:28:24 [2019-07-19T19:28:24.189Z] testGetCPU(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventTest) Time elapsed: 0 s 15:28:24 [2019-07-19T19:28:24.189Z] testNullEvent(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventTest) Time elapsed: 0 s 15:28:24 [2019-07-19T19:28:24.189Z] Running org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfCpuAspectTest 15:28:24 [2019-07-19T19:28:24.189Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfCpuAspectTest 15:28:24 [2019-07-19T19:28:24.189Z] test(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfCpuAspectTest) Time elapsed: 0.001 s 15:28:24 [2019-07-19T19:28:24.189Z] Running org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventFieldTest 15:28:24 [2019-07-19T19:28:24.447Z] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventFieldTest 15:28:24 [2019-07-19T19:28:24.447Z] testParseField_array_int(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventFieldTest) Time elapsed: 0.051 s 15:28:24 [2019-07-19T19:28:24.447Z] testParseField_variant(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventFieldTest) Time elapsed: 0 s 15:28:24 [2019-07-19T19:28:24.447Z] testParseField_float(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventFieldTest) Time elapsed: 0 s 15:28:24 [2019-07-19T19:28:24.447Z] testParseField_enum(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventFieldTest) Time elapsed: 0.002 s 15:28:24 [2019-07-19T19:28:24.447Z] testParseField_string(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventFieldTest) Time elapsed: 0 s 15:28:24 [2019-07-19T19:28:24.447Z] testParseField_struct(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventFieldTest) Time elapsed: 0.001 s 15:28:24 [2019-07-19T19:28:24.447Z] testParseField_sequence(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventFieldTest) Time elapsed: 0 s 15:28:24 [2019-07-19T19:28:24.447Z] testParseField_sequence_value(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventFieldTest) Time elapsed: 0.002 s 15:28:24 [2019-07-19T19:28:24.447Z] testParseField_array_enum(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventFieldTest) Time elapsed: 0.001 s 15:28:24 [2019-07-19T19:28:24.447Z] testParseField_array_float(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventFieldTest) Time elapsed: 0 s 15:28:24 [2019-07-19T19:28:24.447Z] testParseField_int(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventFieldTest) Time elapsed: 0 s 15:28:24 [2019-07-19T19:28:24.447Z] testParseField_array_variant(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventFieldTest) Time elapsed: 0.001 s 15:28:24 [2019-07-19T19:28:24.447Z] testParseField_array_string(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventFieldTest) Time elapsed: 0 s 15:28:24 [2019-07-19T19:28:24.447Z] testParseField_array_struct(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventFieldTest) Time elapsed: 0.001 s 15:28:24 [2019-07-19T19:28:24.447Z] Running org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventFieldSignExtensionTest 15:28:24 [2019-07-19T19:28:24.447Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s - in org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventFieldSignExtensionTest 15:28:24 [2019-07-19T19:28:24.447Z] testUnsignedByte(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventFieldSignExtensionTest) Time elapsed: 0.091 s 15:28:24 [2019-07-19T19:28:24.447Z] Running org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfLostEventsTest 15:28:39 [2019-07-19T19:28:39.303Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.038 s - in org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfLostEventsTest 15:28:39 [2019-07-19T19:28:39.303Z] testNbEvents(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfLostEventsTest) Time elapsed: 2.357 s 15:28:39 [2019-07-19T19:28:39.303Z] testNbEventsBug475007(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfLostEventsTest) Time elapsed: 3.798 s 15:28:39 [2019-07-19T19:28:39.303Z] testNormalEvent(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfLostEventsTest) Time elapsed: 1.711 s 15:28:39 [2019-07-19T19:28:39.303Z] testSecondLostEvent(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfLostEventsTest) Time elapsed: 1.61 s 15:28:39 [2019-07-19T19:28:39.303Z] testFirstLostEvent(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfLostEventsTest) Time elapsed: 1.608 s 15:28:39 [2019-07-19T19:28:39.303Z] testLostEventWithTransform(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfLostEventsTest) Time elapsed: 2.949 s 15:28:39 [2019-07-19T19:28:39.303Z] Running org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfLostEventStatisticsTest 15:28:41 [2019-07-19T19:28:41.197Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.366 s - in org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfLostEventStatisticsTest 15:28:41 [2019-07-19T19:28:41.197Z] testLostEventsTotals(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfLostEventStatisticsTest) Time elapsed: 0.001 s 15:28:41 [2019-07-19T19:28:41.197Z] testLostEventsTypes(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfLostEventStatisticsTest) Time elapsed: 0.001 s 15:28:41 [2019-07-19T19:28:41.197Z] testLostEventsTotalInRange(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfLostEventStatisticsTest) Time elapsed: 0 s 15:28:41 [2019-07-19T19:28:41.197Z] testLostEventsTypesInRange(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfLostEventStatisticsTest) Time elapsed: 0.002 s 15:28:41 [2019-07-19T19:28:41.197Z] Running org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventTypeTest 15:28:41 [2019-07-19T19:28:41.197Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventTypeTest 15:28:41 [2019-07-19T19:28:41.197Z] testToString(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventTypeTest) Time elapsed: 0 s 15:28:41 [2019-07-19T19:28:41.197Z] testCtfTmfEventType(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventTypeTest) Time elapsed: 0 s 15:28:41 [2019-07-19T19:28:41.197Z] Running org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest 15:28:41 [2019-07-19T19:28:41.197Z] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.292 s - in org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest 15:28:41 [2019-07-19T19:28:41.197Z] testCtfTmfTrace(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest) Time elapsed: 0 s 15:28:41 [2019-07-19T19:28:41.197Z] testSeekEvent_timestamp(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest) Time elapsed: 0.001 s 15:28:41 [2019-07-19T19:28:41.197Z] testSeekEventLoc_timetamp(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest) Time elapsed: 0 s 15:28:41 [2019-07-19T19:28:41.197Z] testParseEvent(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest) Time elapsed: 0.001 s 15:28:41 [2019-07-19T19:28:41.197Z] testGetEndTime(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest) Time elapsed: 0 s 15:28:41 [2019-07-19T19:28:41.197Z] testGetNbEvents(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest) Time elapsed: 0 s 15:28:41 [2019-07-19T19:28:41.197Z] testSeekEventLoc_null(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest) Time elapsed: 0 s 15:28:41 [2019-07-19T19:28:41.197Z] testGetStartTime(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest) Time elapsed: 0 s 15:28:41 [2019-07-19T19:28:41.197Z] testBroadcast(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest) Time elapsed: 0 s 15:28:41 [2019-07-19T19:28:41.197Z] testEventLookup(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest) Time elapsed: 0.003 s 15:28:41 [2019-07-19T19:28:41.197Z] testValidate(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest) Time elapsed: 0.108 s 15:28:41 [2019-07-19T19:28:41.197Z] testGetEnvValue(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest) Time elapsed: 0 s 15:28:41 [2019-07-19T19:28:41.197Z] testGetName(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest) Time elapsed: 0 s 15:28:41 [2019-07-19T19:28:41.197Z] testGetNext(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest) Time elapsed: 0 s 15:28:41 [2019-07-19T19:28:41.197Z] testGetPath(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest) Time elapsed: 0 s 15:28:41 [2019-07-19T19:28:41.197Z] testGetStreamingInterval(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest) Time elapsed: 0 s 15:28:41 [2019-07-19T19:28:41.197Z] testGetContainedEventTypes(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest) Time elapsed: 0 s 15:28:41 [2019-07-19T19:28:41.197Z] testGetLocationRatio(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest) Time elapsed: 0.001 s 15:28:41 [2019-07-19T19:28:41.197Z] testGetCacheSize(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest) Time elapsed: 0 s 15:28:41 [2019-07-19T19:28:41.197Z] testGetTraceProperties(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest) Time elapsed: 0 s 15:28:41 [2019-07-19T19:28:41.197Z] testCtfHostId(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest) Time elapsed: 0 s 15:28:41 [2019-07-19T19:28:41.198Z] testSeekEvent_rank(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest) Time elapsed: 0.001 s 15:28:41 [2019-07-19T19:28:41.198Z] testGetTimeRange(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest) Time elapsed: 0 s 15:28:41 [2019-07-19T19:28:41.198Z] testGetEventType(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest) Time elapsed: 0 s 15:28:41 [2019-07-19T19:28:41.198Z] testSeekEvent_ratio(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest) Time elapsed: 0.001 s 15:28:41 [2019-07-19T19:28:41.198Z] testGetResource(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest) Time elapsed: 0 s 15:28:41 [2019-07-19T19:28:41.198Z] testSeekEvent_location(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest) Time elapsed: 0 s 15:28:41 [2019-07-19T19:28:41.198Z] testReadNextEvent(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest) Time elapsed: 0 s 15:28:41 [2019-07-19T19:28:41.198Z] testDispose(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest) Time elapsed: 0.001 s 15:28:41 [2019-07-19T19:28:41.198Z] testSeekEventInvalidLocation(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest) Time elapsed: 0 s 15:28:41 [2019-07-19T19:28:41.198Z] testGetCurrentLocation(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest) Time elapsed: 0 s 15:28:41 [2019-07-19T19:28:41.198Z] Running org.eclipse.tracecompass.tmf.ctf.core.tests.trace.indexer.CtfExperimentCheckpointIndexTest 15:28:59 [2019-07-19T19:28:59.263Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.482 s - in org.eclipse.tracecompass.tmf.ctf.core.tests.trace.indexer.CtfExperimentCheckpointIndexTest 15:28:59 [2019-07-19T19:28:59.263Z] testReopenIndex(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.indexer.CtfExperimentCheckpointIndexTest) Time elapsed: 9.541 s 15:28:59 [2019-07-19T19:28:59.263Z] testIndexing(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.indexer.CtfExperimentCheckpointIndexTest) Time elapsed: 7.94 s 15:28:59 [2019-07-19T19:28:59.263Z] Running org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfReadBoundsTest 15:28:59 [2019-07-19T19:28:59.263Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.435 s - in org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfReadBoundsTest 15:28:59 [2019-07-19T19:28:59.263Z] testRapidBoundsWithTransform(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfReadBoundsTest) Time elapsed: 0.297 s 15:28:59 [2019-07-19T19:28:59.263Z] testRapidBounds(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfReadBoundsTest) Time elapsed: 0.136 s 15:28:59 [2019-07-19T19:28:59.263Z] Running org.eclipse.tracecompass.tmf.ctf.core.tests.trace.TmfTraceUtilsSearchingTest 15:29:04 [2019-07-19T19:29:04.516Z] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.739 s - in org.eclipse.tracecompass.tmf.ctf.core.tests.trace.TmfTraceUtilsSearchingTest 15:29:04 [2019-07-19T19:29:04.516Z] testPreviousMatchingEventStartMatches(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.TmfTraceUtilsSearchingTest) Time elapsed: 0.273 s 15:29:04 [2019-07-19T19:29:04.516Z] testPreviousMatchingEventProgressMonitor(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.TmfTraceUtilsSearchingTest) Time elapsed: 0.296 s 15:29:04 [2019-07-19T19:29:04.516Z] testNextMatchingEventStartMatches(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.TmfTraceUtilsSearchingTest) Time elapsed: 0.298 s 15:29:04 [2019-07-19T19:29:04.516Z] testPreviousMatchingEvent(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.TmfTraceUtilsSearchingTest) Time elapsed: 0.302 s 15:29:04 [2019-07-19T19:29:04.516Z] testNextMatchingEventProgressMonitor(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.TmfTraceUtilsSearchingTest) Time elapsed: 0.3 s 15:29:04 [2019-07-19T19:29:04.516Z] testPreviousMatchingEventFar(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.TmfTraceUtilsSearchingTest) Time elapsed: 0.3 s 15:29:04 [2019-07-19T19:29:04.516Z] testNextMatchingEventCancelled(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.TmfTraceUtilsSearchingTest) Time elapsed: 0 s 15:29:04 [2019-07-19T19:29:04.516Z] testPreviousMatchingBeginningOfTrace(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.TmfTraceUtilsSearchingTest) Time elapsed: 0.599 s 15:29:04 [2019-07-19T19:29:04.516Z] testPreviousMatchingEventNoMatch(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.TmfTraceUtilsSearchingTest) Time elapsed: 0.301 s 15:29:04 [2019-07-19T19:29:04.516Z] testNextMatchingEventNoMatch(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.TmfTraceUtilsSearchingTest) Time elapsed: 1.525 s 15:29:04 [2019-07-19T19:29:04.516Z] testNextMatchingEvent(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.TmfTraceUtilsSearchingTest) Time elapsed: 0.303 s 15:29:04 [2019-07-19T19:29:04.516Z] testPreviousMatchingEventCancelled(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.TmfTraceUtilsSearchingTest) Time elapsed: 0.001 s 15:29:04 [2019-07-19T19:29:04.516Z] Running org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceValidateTest 15:29:04 [2019-07-19T19:29:04.516Z] 15:29:04 [2019-07-19T19:29:04.516Z] !ENTRY org.eclipse.tracecompass.ctf.core 2 0 2019-07-19 19:29:03.735 15:29:04 [2019-07-19T19:29:04.516Z] !MESSAGE Unknown trace attribute: test 15:29:04 [2019-07-19T19:29:04.516Z] 15:29:04 [2019-07-19T19:29:04.516Z] !ENTRY org.eclipse.tracecompass.ctf.core 2 0 2019-07-19 19:29:03.736 15:29:04 [2019-07-19T19:29:04.516Z] !MESSAGE Unknown trace attribute: test1 15:29:04 [2019-07-19T19:29:04.516Z] 15:29:04 [2019-07-19T19:29:04.516Z] !ENTRY org.eclipse.tracecompass.ctf.core 2 0 2019-07-19 19:29:03.737 15:29:04 [2019-07-19T19:29:04.516Z] !MESSAGE Unknown trace attribute: test2 15:29:04 [2019-07-19T19:29:04.516Z] 15:29:04 [2019-07-19T19:29:04.516Z] !ENTRY org.eclipse.tracecompass.ctf.core 2 0 2019-07-19 19:29:03.737 15:29:04 [2019-07-19T19:29:04.516Z] !MESSAGE Unknown trace attribute: test3 15:29:04 [2019-07-19T19:29:04.516Z] 15:29:04 [2019-07-19T19:29:04.516Z] !ENTRY org.eclipse.tracecompass.ctf.core 2 0 2019-07-19 19:29:03.738 15:29:04 [2019-07-19T19:29:04.516Z] !MESSAGE Unknown trace attribute: test4 15:29:04 [2019-07-19T19:29:04.516Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s - in org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceValidateTest 15:29:04 [2019-07-19T19:29:04.516Z] testValidate[0: ../org.eclipse.tracecompass.ctf.core.tests/traces/ctf-testsuite/tests/1.8/regression/metadata/pass/literal-integers](org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceValidateTest) Time elapsed: 0.009 s 15:29:04 [2019-07-19T19:29:04.516Z] testValidate[1: /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/target/work/configuration/org.eclipse.osgi/221/0/.cp/kernel](org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceValidateTest) Time elapsed: 0.053 s 15:29:04 [2019-07-19T19:29:04.516Z] testValidate[2: ../org.eclipse.tracecompass.ctf.core.tests/traces/ctf-testsuite/tests/1.8/regression/metadata/fail/enum-empty](org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceValidateTest) Time elapsed: 0.003 s 15:29:04 [2019-07-19T19:29:04.516Z] testValidate[3: ../org.eclipse.tracecompass.ctf.core.tests/traces/ctf-testsuite/tests/1.8/regression/metadata/fail/lttng-modules-2.0-pre1](org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceValidateTest) Time elapsed: 0.001 s 15:29:04 [2019-07-19T19:29:04.516Z] testValidate[4: ../org.eclipse.tracecompass.ctf.core.tests/traces/synctraces.tar.gz](org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceValidateTest) Time elapsed: 0 s 15:29:04 [2019-07-19T19:29:04.516Z] Running org.eclipse.tracecompass.tmf.ctf.core.tests.trace.FunkyTraceTest 15:29:05 [2019-07-19T19:29:05.885Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.034 s - in org.eclipse.tracecompass.tmf.ctf.core.tests.trace.FunkyTraceTest 15:29:05 [2019-07-19T19:29:05.885Z] testSecondToLastEvent(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.FunkyTraceTest) Time elapsed: 0.161 s 15:29:05 [2019-07-19T19:29:05.885Z] testLastEvent(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.FunkyTraceTest) Time elapsed: 0.202 s 15:29:05 [2019-07-19T19:29:05.885Z] testFirstEvent(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.FunkyTraceTest) Time elapsed: 0.049 s 15:29:05 [2019-07-19T19:29:05.885Z] testSecondEvent(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.FunkyTraceTest) Time elapsed: 0.1 s 15:29:05 [2019-07-19T19:29:05.885Z] Running org.eclipse.tracecompass.tmf.ctf.core.tests.iterator.CtfIteratorTest 15:29:08 [2019-07-19T19:29:08.503Z] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.943 s - in org.eclipse.tracecompass.tmf.ctf.core.tests.iterator.CtfIteratorTest 15:29:08 [2019-07-19T19:29:08.503Z] testEqualsEmpty(org.eclipse.tracecompass.tmf.ctf.core.tests.iterator.CtfIteratorTest) Time elapsed: 0.064 s 15:29:08 [2019-07-19T19:29:08.503Z] testEqualsOther(org.eclipse.tracecompass.tmf.ctf.core.tests.iterator.CtfIteratorTest) Time elapsed: 0.19 s 15:29:08 [2019-07-19T19:29:08.503Z] testAdvance(org.eclipse.tracecompass.tmf.ctf.core.tests.iterator.CtfIteratorTest) Time elapsed: 0.102 s 15:29:08 [2019-07-19T19:29:08.503Z] testGetCurrentEvent(org.eclipse.tracecompass.tmf.ctf.core.tests.iterator.CtfIteratorTest) Time elapsed: 0.096 s 15:29:08 [2019-07-19T19:29:08.503Z] testIncreaseRank(org.eclipse.tracecompass.tmf.ctf.core.tests.iterator.CtfIteratorTest) Time elapsed: 0.103 s 15:29:08 [2019-07-19T19:29:08.503Z] testHasValidRank(org.eclipse.tracecompass.tmf.ctf.core.tests.iterator.CtfIteratorTest) Time elapsed: 0.098 s 15:29:08 [2019-07-19T19:29:08.503Z] testSeek(org.eclipse.tracecompass.tmf.ctf.core.tests.iterator.CtfIteratorTest) Time elapsed: 0.377 s 15:29:08 [2019-07-19T19:29:08.503Z] testSetLocation(org.eclipse.tracecompass.tmf.ctf.core.tests.iterator.CtfIteratorTest) Time elapsed: 0.058 s 15:29:08 [2019-07-19T19:29:08.503Z] testGetLocation(org.eclipse.tracecompass.tmf.ctf.core.tests.iterator.CtfIteratorTest) Time elapsed: 0.094 s 15:29:08 [2019-07-19T19:29:08.503Z] testCompareTo(org.eclipse.tracecompass.tmf.ctf.core.tests.iterator.CtfIteratorTest) Time elapsed: 0.099 s 15:29:08 [2019-07-19T19:29:08.503Z] testGetRank(org.eclipse.tracecompass.tmf.ctf.core.tests.iterator.CtfIteratorTest) Time elapsed: 0.094 s 15:29:08 [2019-07-19T19:29:08.503Z] testHashCode(org.eclipse.tracecompass.tmf.ctf.core.tests.iterator.CtfIteratorTest) Time elapsed: 0.104 s 15:29:08 [2019-07-19T19:29:08.503Z] testGetCtfTmfTrace(org.eclipse.tracecompass.tmf.ctf.core.tests.iterator.CtfIteratorTest) Time elapsed: 0.088 s 15:29:08 [2019-07-19T19:29:08.503Z] testCtfIteratorPosition(org.eclipse.tracecompass.tmf.ctf.core.tests.iterator.CtfIteratorTest) Time elapsed: 0.09 s 15:29:08 [2019-07-19T19:29:08.503Z] testCtfIteratorInit(org.eclipse.tracecompass.tmf.ctf.core.tests.iterator.CtfIteratorTest) Time elapsed: 0.086 s 15:29:08 [2019-07-19T19:29:08.503Z] testSetRank(org.eclipse.tracecompass.tmf.ctf.core.tests.iterator.CtfIteratorTest) Time elapsed: 0.089 s 15:29:08 [2019-07-19T19:29:08.503Z] testCtfIteratorNoinit(org.eclipse.tracecompass.tmf.ctf.core.tests.iterator.CtfIteratorTest) Time elapsed: 0.103 s 15:29:08 [2019-07-19T19:29:08.503Z] Running org.eclipse.tracecompass.tmf.ctf.core.tests.trim.CtfTmfTraceTrimmingTest 15:34:45 [2019-07-19T19:34:45.854Z] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 337.894 s - in org.eclipse.tracecompass.tmf.ctf.core.tests.trim.CtfTmfTraceTrimmingTest 15:34:45 [2019-07-19T19:34:45.854Z] testTrimEvents[0: KERNEL](org.eclipse.tracecompass.tmf.ctf.core.tests.trim.CtfTmfTraceTrimmingTest) Time elapsed: 28.859 s 15:34:45 [2019-07-19T19:34:45.854Z] testTrimEvents[1: TRACE2](org.eclipse.tracecompass.tmf.ctf.core.tests.trim.CtfTmfTraceTrimmingTest) Time elapsed: 30.027 s 15:34:45 [2019-07-19T19:34:45.854Z] testTrimEvents[2: KERNEL_VM](org.eclipse.tracecompass.tmf.ctf.core.tests.trim.CtfTmfTraceTrimmingTest) Time elapsed: 36.068 s 15:34:45 [2019-07-19T19:34:45.854Z] testTrimEvents[3: SYNC_SRC](org.eclipse.tracecompass.tmf.ctf.core.tests.trim.CtfTmfTraceTrimmingTest) Time elapsed: 7.121 s 15:34:45 [2019-07-19T19:34:45.854Z] testTrimEvents[4: SYNC_DEST](org.eclipse.tracecompass.tmf.ctf.core.tests.trim.CtfTmfTraceTrimmingTest) Time elapsed: 5.867 s 15:34:45 [2019-07-19T19:34:45.854Z] testTrimEvents[5: DJANGO_CLIENT](org.eclipse.tracecompass.tmf.ctf.core.tests.trim.CtfTmfTraceTrimmingTest) Time elapsed: 40.72 s 15:34:45 [2019-07-19T19:34:45.854Z] testTrimEvents[6: DJANGO_DB](org.eclipse.tracecompass.tmf.ctf.core.tests.trim.CtfTmfTraceTrimmingTest) Time elapsed: 34.919 s 15:34:45 [2019-07-19T19:34:45.854Z] testTrimEvents[7: DJANGO_HTTPD](org.eclipse.tracecompass.tmf.ctf.core.tests.trim.CtfTmfTraceTrimmingTest) Time elapsed: 37.469 s 15:34:45 [2019-07-19T19:34:45.854Z] testTrimEvents[8: CYG_PROFILE](org.eclipse.tracecompass.tmf.ctf.core.tests.trim.CtfTmfTraceTrimmingTest) Time elapsed: 2.418 s 15:34:45 [2019-07-19T19:34:45.854Z] testTrimEvents[9: CYG_PROFILE_FAST](org.eclipse.tracecompass.tmf.ctf.core.tests.trim.CtfTmfTraceTrimmingTest) Time elapsed: 2.435 s 15:34:45 [2019-07-19T19:34:45.854Z] testTrimEvents[10: FUNKY_TRACE](org.eclipse.tracecompass.tmf.ctf.core.tests.trim.CtfTmfTraceTrimmingTest) Time elapsed: 2.374 s 15:34:45 [2019-07-19T19:34:45.854Z] testTrimEvents[11: ARM_64_BIT_HEADER](org.eclipse.tracecompass.tmf.ctf.core.tests.trim.CtfTmfTraceTrimmingTest) Time elapsed: 4.59 s 15:34:45 [2019-07-19T19:34:45.854Z] testTrimEvents[12: FLIPPING_ENDIANNESS](org.eclipse.tracecompass.tmf.ctf.core.tests.trim.CtfTmfTraceTrimmingTest) Time elapsed: 2.857 s 15:34:45 [2019-07-19T19:34:45.854Z] testTrimEvents[13: DYNSCOPE](org.eclipse.tracecompass.tmf.ctf.core.tests.trim.CtfTmfTraceTrimmingTest) Time elapsed: 3.724 s 15:34:45 [2019-07-19T19:34:45.854Z] testTrimEvents[14: DEBUG_INFO](org.eclipse.tracecompass.tmf.ctf.core.tests.trim.CtfTmfTraceTrimmingTest) Time elapsed: 2.969 s 15:34:45 [2019-07-19T19:34:45.854Z] testTrimEvents[15: DEBUG_INFO3](org.eclipse.tracecompass.tmf.ctf.core.tests.trim.CtfTmfTraceTrimmingTest) Time elapsed: 2.227 s 15:34:45 [2019-07-19T19:34:45.854Z] testTrimEvents[16: DEBUG_INFO4](org.eclipse.tracecompass.tmf.ctf.core.tests.trim.CtfTmfTraceTrimmingTest) Time elapsed: 2.226 s 15:34:45 [2019-07-19T19:34:45.854Z] testTrimEvents[17: DEBUG_INFO_SYNTH_EXEC](org.eclipse.tracecompass.tmf.ctf.core.tests.trim.CtfTmfTraceTrimmingTest) Time elapsed: 2.235 s 15:34:45 [2019-07-19T19:34:45.854Z] testTrimEvents[18: DEBUG_INFO_SYNTH_TWO_PROCESSES](org.eclipse.tracecompass.tmf.ctf.core.tests.trim.CtfTmfTraceTrimmingTest) Time elapsed: 2.22 s 15:34:45 [2019-07-19T19:34:45.854Z] testTrimEvents[19: DEBUG_INFO_SYNTH_BUILDID_DEBUGLINK](org.eclipse.tracecompass.tmf.ctf.core.tests.trim.CtfTmfTraceTrimmingTest) Time elapsed: 2.22 s 15:34:45 [2019-07-19T19:34:45.854Z] testTrimEvents[20: MEMORY_ANALYSIS](org.eclipse.tracecompass.tmf.ctf.core.tests.trim.CtfTmfTraceTrimmingTest) Time elapsed: 16.892 s 15:34:45 [2019-07-19T19:34:45.854Z] testTrimEvents[21: PERF_TASKSET2](org.eclipse.tracecompass.tmf.ctf.core.tests.trim.CtfTmfTraceTrimmingTest) Time elapsed: 2.3 s 15:34:45 [2019-07-19T19:34:45.854Z] testTrimEvents[22: MANY_THREADS](org.eclipse.tracecompass.tmf.ctf.core.tests.trim.CtfTmfTraceTrimmingTest) Time elapsed: 15.856 s 15:34:45 [2019-07-19T19:34:45.854Z] testTrimEvents[23: CONTEXT_SWITCHES_KERNEL](org.eclipse.tracecompass.tmf.ctf.core.tests.trim.CtfTmfTraceTrimmingTest) Time elapsed: 15.785 s 15:34:45 [2019-07-19T19:34:45.854Z] testTrimEvents[24: CONTEXT_SWITCHES_UST](org.eclipse.tracecompass.tmf.ctf.core.tests.trim.CtfTmfTraceTrimmingTest) Time elapsed: 2.326 s 15:34:45 [2019-07-19T19:34:45.854Z] testTrimEvents[25: UNEVEN_STREAMS](org.eclipse.tracecompass.tmf.ctf.core.tests.trim.CtfTmfTraceTrimmingTest) Time elapsed: 31.171 s 15:34:45 [2019-07-19T19:34:45.854Z] Running org.eclipse.tracecompass.tmf.core.tests.histogram.dataprovider.HistogramDataProviderTest 15:34:46 [2019-07-19T19:34:46.112Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.236 s - in org.eclipse.tracecompass.tmf.core.tests.histogram.dataprovider.HistogramDataProviderTest 15:34:46 [2019-07-19T19:34:46.112Z] testHelloLost(org.eclipse.tracecompass.tmf.core.tests.histogram.dataprovider.HistogramDataProviderTest) Time elapsed: 0.228 s 15:34:46 [2019-07-19T19:34:46.112Z] 15:34:46 [2019-07-19T19:34:46.112Z] Results: 15:34:46 [2019-07-19T19:34:46.112Z] 15:34:46 [2019-07-19T19:34:46.112Z] Tests run: 249, Failures: 0, Errors: 0, Skipped: 1 15:34:46 [2019-07-19T19:34:46.112Z] 15:34:47 [2019-07-19T19:34:47.046Z] [INFO] All tests passed! 15:34:47 [2019-07-19T19:34:47.046Z] [INFO] 15:34:47 [2019-07-19T19:34:47.046Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.tmf.ctf.core.tests --- 15:34:47 [2019-07-19T19:34:47.046Z] [INFO] Loading execution data file /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/../../target/jacoco.exec 15:34:47 [2019-07-19T19:34:47.046Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core.tests' with 48 classes 15:34:47 [2019-07-19T19:34:47.046Z] [INFO] 15:34:47 [2019-07-19T19:34:47.046Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.tmf.ctf.core.tests --- 15:34:47 [2019-07-19T19:34:47.046Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/target/org.eclipse.tracecompass.tmf.ctf.core.tests-1.0.9-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.ctf.core.tests/1.0.9-SNAPSHOT/org.eclipse.tracecompass.tmf.ctf.core.tests-1.0.9-SNAPSHOT.jar 15:34:47 [2019-07-19T19:34:47.046Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.ctf.core.tests/1.0.9-SNAPSHOT/org.eclipse.tracecompass.tmf.ctf.core.tests-1.0.9-SNAPSHOT.pom 15:34:47 [2019-07-19T19:34:47.046Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/target/org.eclipse.tracecompass.tmf.ctf.core.tests-1.0.9-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.ctf.core.tests/1.0.9-SNAPSHOT/org.eclipse.tracecompass.tmf.ctf.core.tests-1.0.9-SNAPSHOT-sources.jar 15:34:47 [2019-07-19T19:34:47.303Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/target/org.eclipse.tracecompass.tmf.ctf.core.tests-1.0.9-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.ctf.core.tests/1.0.9-SNAPSHOT/org.eclipse.tracecompass.tmf.ctf.core.tests-1.0.9-SNAPSHOT-pack200.jar.pack.gz 15:34:47 [2019-07-19T19:34:47.303Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.ctf.core.tests/1.0.9-SNAPSHOT/org.eclipse.tracecompass.tmf.ctf.core.tests-1.0.9-SNAPSHOT-p2metadata.xml 15:34:47 [2019-07-19T19:34:47.303Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.ctf.core.tests/1.0.9-SNAPSHOT/org.eclipse.tracecompass.tmf.ctf.core.tests-1.0.9-SNAPSHOT-p2artifacts.xml 15:34:47 [2019-07-19T19:34:47.303Z] [INFO] 15:34:47 [2019-07-19T19:34:47.303Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.tmf.ctf.core.tests --- 15:34:47 [2019-07-19T19:34:47.303Z] [INFO] 15:34:47 [2019-07-19T19:34:47.303Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.counters.core.tests >-- 15:34:47 [2019-07-19T19:34:47.303Z] [INFO] Building org.eclipse.tracecompass.analysis.counters.core.tests 0.0.1-SNAPSHOT [21/134] 15:34:47 [2019-07-19T19:34:47.303Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- 15:34:47 [2019-07-19T19:34:47.303Z] [INFO] 15:34:47 [2019-07-19T19:34:47.303Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.analysis.counters.core.tests --- 15:34:47 [2019-07-19T19:34:47.303Z] [INFO] 15:34:47 [2019-07-19T19:34:47.303Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.analysis.counters.core.tests --- 15:34:47 [2019-07-19T19:34:47.303Z] [INFO] The project's OSGi version is 0.0.1.201907191907 15:34:47 [2019-07-19T19:34:47.303Z] [INFO] 15:34:47 [2019-07-19T19:34:47.303Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.analysis.counters.core.tests --- 15:34:47 [2019-07-19T19:34:47.303Z] [INFO] 15:34:47 [2019-07-19T19:34:47.303Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.analysis.counters.core.tests --- 15:34:47 [2019-07-19T19:34:47.303Z] [INFO] 15:34:47 [2019-07-19T19:34:47.303Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.analysis.counters.core.tests --- 15:34:47 [2019-07-19T19:34:47.303Z] [INFO] 15:34:47 [2019-07-19T19:34:47.303Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.analysis.counters.core.tests --- 15:34:47 [2019-07-19T19:34:47.303Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 15:34:47 [2019-07-19T19:34:47.303Z] [INFO] 15:34:47 [2019-07-19T19:34:47.303Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.analysis.counters.core.tests --- 15:34:47 [2019-07-19T19:34:47.303Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:34:47 [2019-07-19T19:34:47.303Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core.tests/src/main/resources 15:34:47 [2019-07-19T19:34:47.303Z] [INFO] 15:34:47 [2019-07-19T19:34:47.303Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.analysis.counters.core.tests --- 15:34:47 [2019-07-19T19:34:47.303Z] [INFO] Compiling 2 source files to /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core.tests/target/classes 15:34:48 [2019-07-19T19:34:48.233Z] [INFO] 15:34:48 [2019-07-19T19:34:48.233Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.analysis.counters.core.tests --- 15:34:48 [2019-07-19T19:34:48.233Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:34:48 [2019-07-19T19:34:48.233Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core.tests/src/test/resources 15:34:48 [2019-07-19T19:34:48.233Z] [INFO] 15:34:48 [2019-07-19T19:34:48.233Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.analysis.counters.core.tests --- 15:34:48 [2019-07-19T19:34:48.233Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core.tests/target/org.eclipse.tracecompass.analysis.counters.core.tests-0.0.1-SNAPSHOT-sources.jar 15:34:48 [2019-07-19T19:34:48.233Z] [INFO] 15:34:48 [2019-07-19T19:34:48.233Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.analysis.counters.core.tests --- 15:34:48 [2019-07-19T19:34:48.233Z] [INFO] 15:34:48 [2019-07-19T19:34:48.233Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.analysis.counters.core.tests --- 15:34:48 [2019-07-19T19:34:48.233Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core.tests/target/org.eclipse.tracecompass.analysis.counters.core.tests-0.0.1-SNAPSHOT.jar 15:34:48 [2019-07-19T19:34:48.233Z] [INFO] 15:34:48 [2019-07-19T19:34:48.233Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.analysis.counters.core.tests --- 15:34:48 [2019-07-19T19:34:48.233Z] [INFO] 15:34:48 [2019-07-19T19:34:48.233Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.analysis.counters.core.tests --- 15:34:48 [2019-07-19T19:34:48.233Z] [INFO] 15:34:48 [2019-07-19T19:34:48.233Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.analysis.counters.core.tests --- 15:34:48 [2019-07-19T19:34:48.233Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core.tests/target/org.eclipse.tracecompass.analysis.counters.core.tests-0.0.1-SNAPSHOT.jar 15:34:48 [2019-07-19T19:34:48.233Z] [INFO] 15:34:48 [2019-07-19T19:34:48.233Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.analysis.counters.core.tests --- 15:34:48 [2019-07-19T19:34:48.233Z] [INFO] 15:34:48 [2019-07-19T19:34:48.233Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.analysis.counters.core.tests --- 15:34:54 [2019-07-19T19:34:54.784Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core.tests/target/work/data/.metadata/.log 15:34:54 [2019-07-19T19:34:54.784Z] [INFO] Command line: 15:34:54 [2019-07-19T19:34:54.784Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog] 15:34:54 [2019-07-19T19:34:54.784Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass 15:34:58 [2019-07-19T19:34:58.060Z] !SESSION 2019-07-19 19:34:54.293 ----------------------------------------------- 15:34:58 [2019-07-19T19:34:58.060Z] eclipse.buildId=unknown 15:34:58 [2019-07-19T19:34:58.060Z] java.version=1.8.0_202 15:34:58 [2019-07-19T19:34:58.060Z] java.vendor=Oracle Corporation 15:34:58 [2019-07-19T19:34:58.060Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US 15:34:58 [2019-07-19T19:34:58.060Z] Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core.tests/target/surefire.properties -product org.eclipse.platform.ide 15:34:58 [2019-07-19T19:34:58.060Z] Command-line arguments: -data /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog 15:34:58 [2019-07-19T19:34:58.060Z] 15:34:58 [2019-07-19T19:34:58.060Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-19 19:34:57.491 15:34:58 [2019-07-19T19:34:58.060Z] !MESSAGE FrameworkEvent ERROR 15:34:58 [2019-07-19T19:34:58.060Z] !STACK 0 15:34:58 [2019-07-19T19:34:58.060Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [61] 15:34:58 [2019-07-19T19:34:58.060Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 15:34:58 [2019-07-19T19:34:58.060Z] 15:34:58 [2019-07-19T19:34:58.060Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 15:34:58 [2019-07-19T19:34:58.060Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 15:34:58 [2019-07-19T19:34:58.060Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 15:34:58 [2019-07-19T19:34:58.060Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 15:34:58 [2019-07-19T19:34:58.060Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 15:34:58 [2019-07-19T19:34:58.060Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 15:34:58 [2019-07-19T19:34:58.060Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 15:34:58 [2019-07-19T19:34:58.060Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 15:34:58 [2019-07-19T19:34:58.060Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 15:34:58 [2019-07-19T19:34:58.060Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 15:34:58 [2019-07-19T19:34:58.060Z] 15:34:58 [2019-07-19T19:34:58.060Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-19 19:34:57.701 15:34:58 [2019-07-19T19:34:58.060Z] !MESSAGE FrameworkEvent ERROR 15:34:58 [2019-07-19T19:34:58.060Z] !STACK 0 15:34:58 [2019-07-19T19:34:58.060Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [130] 15:34:58 [2019-07-19T19:34:58.060Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 15:34:58 [2019-07-19T19:34:58.060Z] Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)" 15:34:58 [2019-07-19T19:34:58.060Z] -> Export-Package: org.apache.http.impl.auth.win; bundle-symbolic-name="org.apache.httpcomponents.httpclient.win"; bundle-version="4.5.6.v20190213-1947"; version="4.5.6"; x-internal:="true"; uses:="org.apache.http,org.apache.http.auth,org.apache.http.client,org.apache.http.impl.auth,org.apache.http.protocol,org.apache.http.util" 15:34:58 [2019-07-19T19:34:58.060Z] org.apache.httpcomponents.httpclient.win [35] 15:34:58 [2019-07-19T19:34:58.060Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 15:34:58 [2019-07-19T19:34:58.060Z] 15:34:58 [2019-07-19T19:34:58.060Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 15:34:58 [2019-07-19T19:34:58.060Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 15:34:58 [2019-07-19T19:34:58.060Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 15:34:58 [2019-07-19T19:34:58.060Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 15:34:58 [2019-07-19T19:34:58.060Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 15:34:58 [2019-07-19T19:34:58.060Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 15:34:58 [2019-07-19T19:34:58.060Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 15:34:58 [2019-07-19T19:34:58.060Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 15:34:58 [2019-07-19T19:34:58.060Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 15:34:58 [2019-07-19T19:34:58.060Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 15:35:01 [2019-07-19T19:35:01.335Z] Running org.eclipse.tracecompass.analysis.counters.core.tests.CounterAnalysisTest 15:35:01 [2019-07-19T19:35:01.898Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.473 s - in org.eclipse.tracecompass.analysis.counters.core.tests.CounterAnalysisTest 15:35:01 [2019-07-19T19:35:01.898Z] testCanExecute(org.eclipse.tracecompass.analysis.counters.core.tests.CounterAnalysisTest) Time elapsed: 0.074 s 15:35:01 [2019-07-19T19:35:01.898Z] Running org.eclipse.tracecompass.analysis.counters.core.tests.CounterStateProviderTest 15:35:02 [2019-07-19T19:35:02.463Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.354 s - in org.eclipse.tracecompass.analysis.counters.core.tests.CounterStateProviderTest 15:35:02 [2019-07-19T19:35:02.463Z] testEventHandle(org.eclipse.tracecompass.analysis.counters.core.tests.CounterStateProviderTest) Time elapsed: 0.33 s 15:35:02 [2019-07-19T19:35:02.463Z] testGetNewInstance(org.eclipse.tracecompass.analysis.counters.core.tests.CounterStateProviderTest) Time elapsed: 0.018 s 15:35:02 [2019-07-19T19:35:02.463Z] 15:35:02 [2019-07-19T19:35:02.463Z] Results: 15:35:02 [2019-07-19T19:35:02.463Z] 15:35:02 [2019-07-19T19:35:02.463Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 15:35:02 [2019-07-19T19:35:02.463Z] 15:35:03 [2019-07-19T19:35:03.455Z] [INFO] All tests passed! 15:35:03 [2019-07-19T19:35:03.455Z] [INFO] 15:35:03 [2019-07-19T19:35:03.455Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.analysis.counters.core.tests --- 15:35:03 [2019-07-19T19:35:03.455Z] [INFO] Loading execution data file /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core.tests/../../target/jacoco.exec 15:35:03 [2019-07-19T19:35:03.455Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core.tests' with 3 classes 15:35:03 [2019-07-19T19:35:03.455Z] [INFO] 15:35:03 [2019-07-19T19:35:03.455Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.analysis.counters.core.tests --- 15:35:03 [2019-07-19T19:35:03.455Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core.tests/target/org.eclipse.tracecompass.analysis.counters.core.tests-0.0.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.counters.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.analysis.counters.core.tests-0.0.1-SNAPSHOT.jar 15:35:03 [2019-07-19T19:35:03.455Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core.tests/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.counters.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.analysis.counters.core.tests-0.0.1-SNAPSHOT.pom 15:35:03 [2019-07-19T19:35:03.455Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core.tests/target/org.eclipse.tracecompass.analysis.counters.core.tests-0.0.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.counters.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.analysis.counters.core.tests-0.0.1-SNAPSHOT-sources.jar 15:35:03 [2019-07-19T19:35:03.455Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core.tests/target/org.eclipse.tracecompass.analysis.counters.core.tests-0.0.1-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.counters.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.analysis.counters.core.tests-0.0.1-SNAPSHOT-pack200.jar.pack.gz 15:35:03 [2019-07-19T19:35:03.455Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.counters.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.analysis.counters.core.tests-0.0.1-SNAPSHOT-p2metadata.xml 15:35:03 [2019-07-19T19:35:03.455Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.counters.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.analysis.counters.core.tests-0.0.1-SNAPSHOT-p2artifacts.xml 15:35:03 [2019-07-19T19:35:03.455Z] [INFO] 15:35:03 [2019-07-19T19:35:03.455Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.analysis.counters.core.tests --- 15:35:03 [2019-07-19T19:35:03.455Z] [INFO] 15:35:03 [2019-07-19T19:35:03.455Z] [INFO] ------< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.ui >------ 15:35:03 [2019-07-19T19:35:03.455Z] [INFO] Building org.eclipse.tracecompass.tmf.ui 5.1.0-SNAPSHOT [22/134] 15:35:03 [2019-07-19T19:35:03.455Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 15:35:03 [2019-07-19T19:35:03.455Z] [INFO] 15:35:03 [2019-07-19T19:35:03.455Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.tmf.ui --- 15:35:03 [2019-07-19T19:35:03.455Z] [INFO] 15:35:03 [2019-07-19T19:35:03.455Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.tmf.ui --- 15:35:03 [2019-07-19T19:35:03.455Z] [INFO] The project's OSGi version is 5.1.0.201907191907 15:35:03 [2019-07-19T19:35:03.455Z] [INFO] 15:35:03 [2019-07-19T19:35:03.455Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.tmf.ui --- 15:35:03 [2019-07-19T19:35:03.455Z] [INFO] 15:35:03 [2019-07-19T19:35:03.455Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.tmf.ui --- 15:35:03 [2019-07-19T19:35:03.455Z] [INFO] 15:35:03 [2019-07-19T19:35:03.455Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.tmf.ui --- 15:35:03 [2019-07-19T19:35:03.455Z] [INFO] 15:35:03 [2019-07-19T19:35:03.455Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.tmf.ui --- 15:35:03 [2019-07-19T19:35:03.455Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 15:35:03 [2019-07-19T19:35:03.455Z] [INFO] 15:35:03 [2019-07-19T19:35:03.455Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.tmf.ui --- 15:35:03 [2019-07-19T19:35:03.455Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:35:03 [2019-07-19T19:35:03.455Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/main/resources 15:35:03 [2019-07-19T19:35:03.455Z] [INFO] 15:35:03 [2019-07-19T19:35:03.455Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.tmf.ui --- 15:35:03 [2019-07-19T19:35:03.455Z] [INFO] Compiling 518 source files to /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/target/classes 15:35:11 [2019-07-19T19:35:11.555Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/Utils.java:[846] 15:35:11 [2019-07-19T19:35:11.555Z] return Iterables.concat(Collections.singleton(root), Iterables.concat(transform)); 15:35:11 [2019-07-19T19:35:11.555Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Null type safety (type annotations): The expression of type 'Iterable<@NonNull TimeGraphEntry>' needs unchecked conversion to conform to '@NonNull Iterable<@NonNull TimeGraphEntry>' 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/uml2sd/SDWidget.java:[539] 15:35:11 [2019-07-19T19:35:11.556Z] Object serviceObject = fSite.getSite().getWorkbenchWindow().getService(IContextService.class); 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Unsafe interpretation of method return type as '@NonNull' based on substitution 'T=@NonNull IContextService'. Declaring type 'IServiceLocator' doesn't seem to be designed with null type annotations in mind 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/histogram/Histogram.java:[267] 15:35:11 [2019-07-19T19:35:11.556Z] addItem(null, Messages.Histogram_selectionSpanToolTip, delta.toString()); 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/histogram/Histogram.java:[267] 15:35:11 [2019-07-19T19:35:11.556Z] addItem(null, Messages.Histogram_selectionSpanToolTip, delta.toString()); 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/histogram/Histogram.java:[269] 15:35:11 [2019-07-19T19:35:11.556Z] addItem(null, ToolTipString.fromString(Messages.Histogram_bucketRangeToolTip), 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/histogram/Histogram.java:[270] 15:35:11 [2019-07-19T19:35:11.556Z] ToolTipString.fromTimestamp(NLS.bind(Messages.Histogram_timeRange, 15:35:11 [2019-07-19T19:35:11.556Z] TmfTimestamp.fromNanos(startTime).toString(), TmfTimestamp.fromNanos(endTime).toString()), startTime)); 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/histogram/Histogram.java:[272] 15:35:11 [2019-07-19T19:35:11.556Z] addItem(null, Messages.Histogram_eventCountToolTip, Long.toString(nbEvents)); 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/histogram/Histogram.java:[272] 15:35:11 [2019-07-19T19:35:11.556Z] addItem(null, Messages.Histogram_eventCountToolTip, Long.toString(nbEvents)); 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/histogram/Histogram.java:[275] 15:35:11 [2019-07-19T19:35:11.556Z] addItem(null, Messages.Histogram_lostEventCountToolTip, Long.toString(nbLostEvents)); 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/histogram/Histogram.java:[275] 15:35:11 [2019-07-19T19:35:11.556Z] addItem(null, Messages.Histogram_lostEventCountToolTip, Long.toString(nbLostEvents)); 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/project/model/TmfViewerSorter.java:[15] 15:35:11 [2019-07-19T19:35:11.556Z] import org.eclipse.jface.viewers.ViewerSorter; 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] The type ViewerSorter is deprecated 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/project/model/TmfViewerSorter.java:[21] 15:35:11 [2019-07-19T19:35:11.556Z] public class TmfViewerSorter extends ViewerSorter { 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] The type ViewerSorter is deprecated 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/tracetype/preferences/TraceTypeTreeContentProvider.java:[36] 15:35:11 [2019-07-19T19:35:11.556Z] ((Iterable<TraceTypeHelper>) inputElement).forEach(helper -> { 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Type safety: Unchecked cast from Object to Iterable<TraceTypeHelper> 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/tracetype/preferences/TraceTypeTreeContentProvider.java:[74] 15:35:11 [2019-07-19T19:35:11.556Z] fInput = (Iterable<@NonNull TraceTypeHelper>) newInput; 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Type safety: Unchecked cast from Object to Iterable<TraceTypeHelper> 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/internal/tmf/ui/parsers/wizards/CustomXmlParserInputWizardPage.java:[1737] 15:35:11 [2019-07-19T19:35:11.556Z] new TmfTimestampFormat(inputElement.getInputFormat()); 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/internal/tmf/ui/parsers/wizards/CustomXmlParserInputWizardPage.java:[1812] 15:35:11 [2019-07-19T19:35:11.556Z] new TmfTimestampFormat(attribute.getInputFormat()); 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/viewers/xycharts/TmfSimpleTooltipProvider.java:[48] 15:35:11 [2019-07-19T19:35:11.556Z] addItem(null, ToolTipString.fromString("x"), ToolTipString.fromTimestamp(time.toString(), time.toNanos())); //$NON-NLS-1$ 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/viewers/xycharts/TmfSimpleTooltipProvider.java:[49] 15:35:11 [2019-07-19T19:35:11.556Z] addItem(null, "y", Double.toString(yCoordinate)); //$NON-NLS-1$ 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/uml2sd/SDView.java:[1168] 15:35:11 [2019-07-19T19:35:11.556Z] final Object service = PlatformUI.getWorkbench().getService(IHandlerService.class); 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Unsafe interpretation of method return type as '@NonNull' based on substitution 'T=@NonNull IHandlerService'. Declaring type 'IServiceLocator' doesn't seem to be designed with null type annotations in mind 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/uml2sd/SDView.java:[1186] 15:35:11 [2019-07-19T19:35:11.556Z] final Object service = PlatformUI.getWorkbench().getService(IHandlerService.class); 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Unsafe interpretation of method return type as '@NonNull' based on substitution 'T=@NonNull IHandlerService'. Declaring type 'IServiceLocator' doesn't seem to be designed with null type annotations in mind 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/viewers/xycharts/TmfClosestDataPointTooltipProvider.java:[110] 15:35:11 [2019-07-19T19:35:11.556Z] ToolTipString category = entry.getKey().isEmpty() || entry.getKey().equals(OLD_TOOLTIP) ? null : ToolTipString.fromString(entry.getKey()); 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/viewers/xycharts/TmfClosestDataPointTooltipProvider.java:[116] 15:35:11 [2019-07-19T19:35:11.556Z] addItem(category, ToolTipString.fromString(key), ToolTipString.fromDecimal((Number) value)); 15:35:11 [2019-07-19T19:35:11.556Z] ^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/viewers/xycharts/TmfClosestDataPointTooltipProvider.java:[118] 15:35:11 [2019-07-19T19:35:11.556Z] addItem(category, ToolTipString.fromString(key), ToolTipString.fromTimestamp(String.valueOf(value), ((ITmfTimestamp) value).toNanos())); 15:35:11 [2019-07-19T19:35:11.556Z] ^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/viewers/xycharts/TmfClosestDataPointTooltipProvider.java:[120] 15:35:11 [2019-07-19T19:35:11.556Z] addItem(category, ToolTipString.fromString(key), ToolTipString.fromString(String.valueOf(value))); 15:35:11 [2019-07-19T19:35:11.556Z] ^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/model/TimeGraphEntry.java:[167] 15:35:11 [2019-07-19T19:35:11.556Z] return new TimeGraphLineEntry(model); 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Null type safety (type annotations): The expression of type 'TimeGraphEntryModel' needs unchecked conversion to conform to '@NonNull TimeGraphEntryModel' 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/model/TimeGraphEntry.java:[169] 15:35:11 [2019-07-19T19:35:11.556Z] return new TimeGraphEntry(model); 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Null type safety (type annotations): The expression of type 'TimeGraphEntryModel' needs unchecked conversion to conform to '@NonNull TimeGraphEntryModel' 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/model/TimeGraphEntry.java:[186] 15:35:11 [2019-07-19T19:35:11.556Z] this(new TimeGraphEntryModel(-1, -1, Collections.singletonList(name), startTime, endTime)); 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/model/TimeGraphEntry.java:[279] 15:35:11 [2019-07-19T19:35:11.556Z] fModel = new TimeGraphEntryModel(fModel.getId(), fModel.getParentId(), Collections.singletonList(name), getStartTime(), getEndTime(), fModel instanceof ITimeGraphEntryModel ? ((TimeGraphEntryModel) fModel).hasRowModel() : true); 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/model/TimeGraphEntry.java:[619] 15:35:11 [2019-07-19T19:35:11.556Z] new TimeGraphEntryModel(model.getId(), model.getParentId(), getName(), getStartTime(), getEndTime()); 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[154] 15:35:11 [2019-07-19T19:35:11.556Z] addItem(itemName, category == null ? Messages.TimeGraphTooltipHandler_DefaultMarkerName : category, label == null ? "" : label); //$NON-NLS-1$ 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[158] 15:35:11 [2019-07-19T19:35:11.556Z] addItem(ToolTipString.fromString(itemName), ToolTipString.fromString(MARKER_OFFSET + Messages.TimeGraphTooltipHandler_Timestamp), ToolTipString.fromTimestamp(TmfTimestamp.fromNanos(timestamp).toString(), timestamp)); 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[158] 15:35:11 [2019-07-19T19:35:11.556Z] addItem(ToolTipString.fromString(itemName), ToolTipString.fromString(MARKER_OFFSET + Messages.TimeGraphTooltipHandler_Timestamp), ToolTipString.fromTimestamp(TmfTimestamp.fromNanos(timestamp).toString(), timestamp)); 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[160] 15:35:11 [2019-07-19T19:35:11.556Z] addItem(ToolTipString.fromString(itemName), ToolTipString.fromString(MARKER_OFFSET + TmfStrings.startTime()), ToolTipString.fromTimestamp(TmfTimestamp.fromNanos(timestamp).toString(), timestamp)); 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[160] 15:35:11 [2019-07-19T19:35:11.556Z] addItem(ToolTipString.fromString(itemName), ToolTipString.fromString(MARKER_OFFSET + TmfStrings.startTime()), ToolTipString.fromTimestamp(TmfTimestamp.fromNanos(timestamp).toString(), timestamp)); 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[161] 15:35:11 [2019-07-19T19:35:11.556Z] addItem(ToolTipString.fromString(itemName), ToolTipString.fromString(MARKER_OFFSET + TmfStrings.endTime()), ToolTipString.fromTimestamp(TmfTimestamp.fromNanos(timestamp + duration).toString(), timestamp + duration)); 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[161] 15:35:11 [2019-07-19T19:35:11.556Z] addItem(ToolTipString.fromString(itemName), ToolTipString.fromString(MARKER_OFFSET + TmfStrings.endTime()), ToolTipString.fromTimestamp(TmfTimestamp.fromNanos(timestamp + duration).toString(), timestamp + duration)); 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[165] 15:35:11 [2019-07-19T19:35:11.556Z] addItem(itemName, MARKER_OFFSET + tooltip.getKey(), tooltip.getValue()); // $NON-NLS-1$ 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[231] 15:35:11 [2019-07-19T19:35:11.556Z] addItem(ROW_CATEGORY, stateTypeName, entry.getName()); 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[231] 15:35:11 [2019-07-19T19:35:11.556Z] addItem(ROW_CATEGORY, stateTypeName, entry.getName()); 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[241] 15:35:11 [2019-07-19T19:35:11.556Z] addItem(STATE_CATEGORY, Messages.TmfTimeTipHandler_TRACE_STATE, state); 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[249] 15:35:11 [2019-07-19T19:35:11.556Z] addItem(STATE_CATEGORY, eventAddOn.getKey(), eventAddOn.getValue()); 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[249] 15:35:11 [2019-07-19T19:35:11.556Z] addItem(STATE_CATEGORY, eventAddOn.getKey(), eventAddOn.getValue()); 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[296] 15:35:11 [2019-07-19T19:35:11.556Z] addItem(STATE_CATEGORY, Messages.TmfTimeTipHandler_TRACE_DATE, 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[297] 15:35:11 [2019-07-19T19:35:11.556Z] eventStartTime > -1 ? FormatTimeUtils.formatDate(eventStartTime) : "?"); //$NON-NLS-1$ 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[300] 15:35:11 [2019-07-19T19:35:11.556Z] addItem(ToolTipString.fromString(STATE_CATEGORY), ToolTipString.fromString(Messages.TmfTimeTipHandler_TRACE_START_TIME), ToolTipString.fromTimestamp(startTime, eventStartTime)); 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[300] 15:35:11 [2019-07-19T19:35:11.556Z] addItem(ToolTipString.fromString(STATE_CATEGORY), ToolTipString.fromString(Messages.TmfTimeTipHandler_TRACE_START_TIME), ToolTipString.fromTimestamp(startTime, eventStartTime)); 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[300] 15:35:11 [2019-07-19T19:35:11.556Z] addItem(ToolTipString.fromString(STATE_CATEGORY), ToolTipString.fromString(Messages.TmfTimeTipHandler_TRACE_START_TIME), ToolTipString.fromTimestamp(startTime, eventStartTime)); 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[301] 15:35:11 [2019-07-19T19:35:11.556Z] addItem(ToolTipString.fromString(STATE_CATEGORY), ToolTipString.fromString(Messages.TmfTimeTipHandler_TRACE_STOP_TIME), ToolTipString.fromTimestamp(endTime, eventEndTime)); 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[301] 15:35:11 [2019-07-19T19:35:11.556Z] addItem(ToolTipString.fromString(STATE_CATEGORY), ToolTipString.fromString(Messages.TmfTimeTipHandler_TRACE_STOP_TIME), ToolTipString.fromTimestamp(endTime, eventEndTime)); 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[301] 15:35:11 [2019-07-19T19:35:11.556Z] addItem(ToolTipString.fromString(STATE_CATEGORY), ToolTipString.fromString(Messages.TmfTimeTipHandler_TRACE_STOP_TIME), ToolTipString.fromTimestamp(endTime, eventEndTime)); 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[303] 15:35:11 [2019-07-19T19:35:11.556Z] addItem(ToolTipString.fromString(STATE_CATEGORY), ToolTipString.fromString(Messages.TmfTimeTipHandler_TRACE_EVENT_TIME), ToolTipString.fromTimestamp(startTime, eventStartTime)); 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[303] 15:35:11 [2019-07-19T19:35:11.556Z] addItem(ToolTipString.fromString(STATE_CATEGORY), ToolTipString.fromString(Messages.TmfTimeTipHandler_TRACE_EVENT_TIME), ToolTipString.fromTimestamp(startTime, eventStartTime)); 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[303] 15:35:11 [2019-07-19T19:35:11.556Z] addItem(ToolTipString.fromString(STATE_CATEGORY), ToolTipString.fromString(Messages.TmfTimeTipHandler_TRACE_EVENT_TIME), ToolTipString.fromTimestamp(startTime, eventStartTime)); 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[307] 15:35:11 [2019-07-19T19:35:11.556Z] addItem(STATE_CATEGORY, Messages.TmfTimeTipHandler_DURATION, duration); 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[307] 15:35:11 [2019-07-19T19:35:11.556Z] addItem(STATE_CATEGORY, Messages.TmfTimeTipHandler_DURATION, duration); 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[322] 15:35:11 [2019-07-19T19:35:11.556Z] addItem(STATE_CATEGORY, Messages.TmfTimeTipHandler_PERCENT_OF_SELECTION, percentage); 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[322] 15:35:11 [2019-07-19T19:35:11.556Z] addItem(STATE_CATEGORY, Messages.TmfTimeTipHandler_PERCENT_OF_SELECTION, percentage); 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[330] 15:35:11 [2019-07-19T19:35:11.556Z] addItem(LINK_CATEGORY, Messages.TmfTimeTipHandler_LINK_SOURCE, linkEvent.getEntry().getName()); 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[330] 15:35:11 [2019-07-19T19:35:11.556Z] addItem(LINK_CATEGORY, Messages.TmfTimeTipHandler_LINK_SOURCE, linkEvent.getEntry().getName()); 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[331] 15:35:11 [2019-07-19T19:35:11.556Z] addItem(LINK_CATEGORY, Messages.TmfTimeTipHandler_LINK_TARGET, linkEvent.getDestinationEntry().getName()); 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[331] 15:35:11 [2019-07-19T19:35:11.556Z] addItem(LINK_CATEGORY, Messages.TmfTimeTipHandler_LINK_TARGET, linkEvent.getDestinationEntry().getName()); 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[338] 15:35:11 [2019-07-19T19:35:11.556Z] addItem(LINK_CATEGORY, eventAddOn.getKey(), eventAddOn.getValue()); 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[338] 15:35:11 [2019-07-19T19:35:11.556Z] addItem(LINK_CATEGORY, eventAddOn.getKey(), eventAddOn.getValue()); 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[354] 15:35:11 [2019-07-19T19:35:11.556Z] addItem(LINK_CATEGORY, Messages.TmfTimeTipHandler_TRACE_DATE, FormatTimeUtils.formatDate(sourceTime)); 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[354] 15:35:11 [2019-07-19T19:35:11.556Z] addItem(LINK_CATEGORY, Messages.TmfTimeTipHandler_TRACE_DATE, FormatTimeUtils.formatDate(sourceTime)); 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[357] 15:35:11 [2019-07-19T19:35:11.556Z] addItem(ToolTipString.fromString(LINK_CATEGORY), ToolTipString.fromString(Messages.TmfTimeTipHandler_LINK_SOURCE_TIME), ToolTipString.fromTimestamp(FormatTimeUtils.formatTime(sourceTime, tf, res), sourceTime)); 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[357] 15:35:11 [2019-07-19T19:35:11.556Z] addItem(ToolTipString.fromString(LINK_CATEGORY), ToolTipString.fromString(Messages.TmfTimeTipHandler_LINK_SOURCE_TIME), ToolTipString.fromTimestamp(FormatTimeUtils.formatTime(sourceTime, tf, res), sourceTime)); 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[357] 15:35:11 [2019-07-19T19:35:11.556Z] addItem(ToolTipString.fromString(LINK_CATEGORY), ToolTipString.fromString(Messages.TmfTimeTipHandler_LINK_SOURCE_TIME), ToolTipString.fromTimestamp(FormatTimeUtils.formatTime(sourceTime, tf, res), sourceTime)); 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[358] 15:35:11 [2019-07-19T19:35:11.556Z] addItem(ToolTipString.fromString(LINK_CATEGORY), ToolTipString.fromString(Messages.TmfTimeTipHandler_LINK_TARGET_TIME), ToolTipString.fromTimestamp(FormatTimeUtils.formatTime(targetTime, tf, res), targetTime)); 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[358] 15:35:11 [2019-07-19T19:35:11.556Z] addItem(ToolTipString.fromString(LINK_CATEGORY), ToolTipString.fromString(Messages.TmfTimeTipHandler_LINK_TARGET_TIME), ToolTipString.fromTimestamp(FormatTimeUtils.formatTime(targetTime, tf, res), targetTime)); 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[358] 15:35:11 [2019-07-19T19:35:11.556Z] addItem(ToolTipString.fromString(LINK_CATEGORY), ToolTipString.fromString(Messages.TmfTimeTipHandler_LINK_TARGET_TIME), ToolTipString.fromTimestamp(FormatTimeUtils.formatTime(targetTime, tf, res), targetTime)); 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[359] 15:35:11 [2019-07-19T19:35:11.556Z] addItem(LINK_CATEGORY, Messages.TmfTimeTipHandler_DURATION, FormatTimeUtils.formatDelta(duration, tf, res)); 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[359] 15:35:11 [2019-07-19T19:35:11.556Z] addItem(LINK_CATEGORY, Messages.TmfTimeTipHandler_DURATION, FormatTimeUtils.formatDelta(duration, tf, res)); 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[361] 15:35:11 [2019-07-19T19:35:11.556Z] addItem(ToolTipString.fromString(LINK_CATEGORY), ToolTipString.fromString(Messages.TmfTimeTipHandler_LINK_TIME), ToolTipString.fromTimestamp(FormatTimeUtils.formatTime(sourceTime, tf, res), sourceTime)); 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[361] 15:35:11 [2019-07-19T19:35:11.556Z] addItem(ToolTipString.fromString(LINK_CATEGORY), ToolTipString.fromString(Messages.TmfTimeTipHandler_LINK_TIME), ToolTipString.fromTimestamp(FormatTimeUtils.formatTime(sourceTime, tf, res), sourceTime)); 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[361] 15:35:11 [2019-07-19T19:35:11.556Z] addItem(ToolTipString.fromString(LINK_CATEGORY), ToolTipString.fromString(Messages.TmfTimeTipHandler_LINK_TIME), ToolTipString.fromTimestamp(FormatTimeUtils.formatTime(sourceTime, tf, res), sourceTime)); 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/uml2sd/DiagramToolTip.java:[108] 15:35:11 [2019-07-19T19:35:11.556Z] int width = CHARACTERS_PER_COLUMN * fm.getAverageCharWidth(); 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] The method getAverageCharWidth() from the type FontMetrics is deprecated 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/viewers/xycharts/linecharts/TmfCommonXAxisChartViewer.java:[238] 15:35:11 [2019-07-19T19:35:11.556Z] parameters.put(DataProviderParameterUtils.REGEX_MAP_FILTERS_KEY, regexesMap.asMap()); 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Null type safety (type annotations): The expression of type 'Map<@NonNull Integer,Collection<@NonNull String>>' needs unchecked conversion to conform to '@NonNull Object' 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/viewers/xycharts/linecharts/TmfCommonXAxisChartViewer.java:[322] 15:35:11 [2019-07-19T19:35:11.556Z] dataProvider = initializeDataProvider(fTrace); 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Null type safety (type annotations): The expression of type 'ITmfTrace' needs unchecked conversion to conform to '@NonNull ITmfTrace' 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/viewers/xycharts/linecharts/TmfCommonXAxisChartViewer.java:[394] 15:35:11 [2019-07-19T19:35:11.556Z] TraceCompassLogUtils.traceInstant(LOGGER, Level.INFO, e.getMessage()); 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/internal/tmf/ui/parsers/wizards/CustomTxtParserInputWizardPage.java:[884] 15:35:11 [2019-07-19T19:35:11.556Z] TmfTimestampFormat timestampFormat = new TmfTimestampFormat(firstEntryTimeStampInputFormat); 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/internal/tmf/ui/parsers/wizards/CustomTxtParserInputWizardPage.java:[1722] 15:35:11 [2019-07-19T19:35:11.556Z] new TmfTimestampFormat(inputData.format); 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/uml2sd/NGC.java:[845] 15:35:11 [2019-07-19T19:35:11.556Z] int width = fContext.getFontMetrics().getAverageCharWidth(); 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] The method getAverageCharWidth() from the type FontMetrics is deprecated 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/internal/tmf/ui/project/handlers/TrimTraceHandler.java:[170] 15:35:11 [2019-07-19T19:35:11.556Z] return traceElement.getSupplementaryResources(); 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Null type safety (type annotations): The expression of type 'IResource[]' needs unchecked conversion to conform to 'IResource @NonNull[]' 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/internal/tmf/ui/project/handlers/TrimTraceHandler.java:[193] 15:35:11 [2019-07-19T19:35:11.556Z] TraceToTrim create = TraceToTrim.create(this, childElement); 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Null type safety (type annotations): The expression of type 'TmfTraceElement' needs unchecked conversion to conform to '@NonNull TmfTraceElement' 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/TmfChartView.java:[240] 15:35:11 [2019-07-19T19:35:11.556Z] fContextService = site.getWorkbenchWindow().getService(IContextService.class); 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Unsafe interpretation of method return type as '@NonNull' based on substitution 'T=@NonNull IContextService'. Declaring type 'IServiceLocator' doesn't seem to be designed with null type annotations in mind 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/viewers/events/TmfEventsTable.java:[1231] 15:35:11 [2019-07-19T19:35:11.556Z] Object handlerServiceObject = activePage.getActiveEditor().getSite().getService(IHandlerService.class); 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Unsafe interpretation of method return type as '@NonNull' based on substitution 'T=@NonNull IHandlerService'. Declaring type 'IServiceLocator' doesn't seem to be designed with null type annotations in mind 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/viewers/events/TmfEventsTable.java:[1233] 15:35:11 [2019-07-19T19:35:11.556Z] Object cmdServiceObject = activePage.getActiveEditor().getSite().getService(ICommandService.class); 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Unsafe interpretation of method return type as '@NonNull' based on substitution 'T=@NonNull ICommandService'. Declaring type 'IServiceLocator' doesn't seem to be designed with null type annotations in mind 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/timegraph/AbstractTimeGraphView.java:[727] 15:35:11 [2019-07-19T19:35:11.556Z] Map<String, String> toTest = new HashMap<>(getPresentationProvider().getFilterInput(te)); 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Null type safety (type annotations): The expression of type '@NonNull Map<String,String>' needs unchecked conversion to conform to 'Map<? extends @NonNull String,? extends @NonNull String>' 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/timegraph/AbstractTimeGraphView.java:[731] 15:35:11 [2019-07-19T19:35:11.556Z] Integer property = mapEntry.getKey(); 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Map.Entry<@NonNull Integer,@NonNull Predicate<@NonNull Map<@NonNull String,@NonNull String>>>'. Type 'Map.Entry<K,V>' doesn't seem to be designed with null type annotations in mind 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/timegraph/AbstractTimeGraphView.java:[798] 15:35:11 [2019-07-19T19:35:11.556Z] for (Entry<Integer, Collection<String>> entry : regexes.asMap().entrySet()) { 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Null type safety (type annotations): The expression of type 'Map.@NonNull Entry<@NonNull Integer,Collection<@NonNull String>>' needs unchecked conversion to conform to 'Map.Entry<@NonNull Integer,@NonNull Collection<@NonNull String>>' 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/timegraph/AbstractTimeGraphView.java:[827] 15:35:11 [2019-07-19T19:35:11.556Z] for (Entry<Integer, Collection<String>> entry : regexes.asMap().entrySet()) { 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Null type safety (type annotations): The expression of type 'Map.@NonNull Entry<@NonNull Integer,Collection<@NonNull String>>' needs unchecked conversion to conform to 'Map.Entry<@NonNull Integer,@NonNull Collection<@NonNull String>>' 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/timegraph/AbstractTimeGraphView.java:[1424] 15:35:11 [2019-07-19T19:35:11.556Z] fContextService = site.getWorkbenchWindow().getService(IContextService.class); 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Unsafe interpretation of method return type as '@NonNull' based on substitution 'T=@NonNull IContextService'. Declaring type 'IServiceLocator' doesn't seem to be designed with null type annotations in mind 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/timegraph/AbstractTimeGraphView.java:[1784] 15:35:11 [2019-07-19T19:35:11.556Z] service = site.getService(IWorkbenchSiteProgressService.class); 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Unsafe interpretation of method return type as '@NonNull' based on substitution 'T=@NonNull IWorkbenchSiteProgressService'. Declaring type 'IServiceLocator' doesn't seem to be designed with null type annotations in mind 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/timegraph/AbstractTimeGraphView.java:[2769] 15:35:11 [2019-07-19T19:35:11.556Z] final Object service = PlatformUI.getWorkbench().getService(IHandlerService.class); 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Unsafe interpretation of method return type as '@NonNull' based on substitution 'T=@NonNull IHandlerService'. Declaring type 'IServiceLocator' doesn't seem to be designed with null type annotations in mind 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/timegraph/AbstractTimeGraphView.java:[2781] 15:35:11 [2019-07-19T19:35:11.556Z] final Object service = PlatformUI.getWorkbench().getService(IHandlerService.class); 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.556Z] Unsafe interpretation of method return type as '@NonNull' based on substitution 'T=@NonNull IHandlerService'. Declaring type 'IServiceLocator' doesn't seem to be designed with null type annotations in mind 15:35:11 [2019-07-19T19:35:11.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/uml2sd/handlers/KeyBindingsManager.java:[150] 15:35:11 [2019-07-19T19:35:11.556Z] Object serviceObject = PlatformUI.getWorkbench().getActiveWorkbenchWindow().getService(IHandlerService.class); 15:35:11 [2019-07-19T19:35:11.556Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.557Z] Unsafe interpretation of method return type as '@NonNull' based on substitution 'T=@NonNull IHandlerService'. Declaring type 'IServiceLocator' doesn't seem to be designed with null type annotations in mind 15:35:11 [2019-07-19T19:35:11.557Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/uml2sd/handlers/KeyBindingsManager.java:[260] 15:35:11 [2019-07-19T19:35:11.557Z] Object serviceObject = window.getService(IHandlerService.class); 15:35:11 [2019-07-19T19:35:11.557Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.557Z] Unsafe interpretation of method return type as '@NonNull' based on substitution 'T=@NonNull IHandlerService'. Declaring type 'IServiceLocator' doesn't seem to be designed with null type annotations in mind 15:35:11 [2019-07-19T19:35:11.557Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/internal/tmf/ui/project/handlers/OpenAction.java:[75] 15:35:11 [2019-07-19T19:35:11.557Z] Object service = page.getActivePart().getSite().getService(IHandlerService.class); 15:35:11 [2019-07-19T19:35:11.557Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.557Z] Unsafe interpretation of method return type as '@NonNull' based on substitution 'T=@NonNull IHandlerService'. Declaring type 'IServiceLocator' doesn't seem to be designed with null type annotations in mind 15:35:11 [2019-07-19T19:35:11.557Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/viewers/xycharts/linecharts/TmfCommonXLineChartTooltipProvider.java:[90] 15:35:11 [2019-07-19T19:35:11.557Z] addItem(null, ToolTipString.fromString(Messages.TmfCommonXLineChartTooltipProvider_time), ToolTipString.fromTimestamp(time.toString(), time.toNanos())); 15:35:11 [2019-07-19T19:35:11.557Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.557Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:35:11 [2019-07-19T19:35:11.557Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/viewers/xycharts/linecharts/TmfCommonXLineChartTooltipProvider.java:[90] 15:35:11 [2019-07-19T19:35:11.557Z] addItem(null, ToolTipString.fromString(Messages.TmfCommonXLineChartTooltipProvider_time), ToolTipString.fromTimestamp(time.toString(), time.toNanos())); 15:35:11 [2019-07-19T19:35:11.557Z] ^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.557Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:35:11 [2019-07-19T19:35:11.557Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/viewers/xycharts/linecharts/TmfCommonXLineChartTooltipProvider.java:[104] 15:35:11 [2019-07-19T19:35:11.557Z] addItem(null, ToolTipString.fromHtml(key), ToolTipString.fromDecimal(yValue)); 15:35:11 [2019-07-19T19:35:11.557Z] ^^^ 15:35:11 [2019-07-19T19:35:11.557Z] Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable 15:35:11 [2019-07-19T19:35:11.557Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/viewers/xycharts/linecharts/TmfCommonXLineChartTooltipProvider.java:[106] 15:35:11 [2019-07-19T19:35:11.557Z] addItem(null, ToolTipString.fromHtml(key), ToolTipString.fromString(format.format(yValue))); 15:35:11 [2019-07-19T19:35:11.557Z] ^^^ 15:35:11 [2019-07-19T19:35:11.557Z] Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable 15:35:11 [2019-07-19T19:35:11.557Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/viewers/xycharts/linecharts/TmfCommonXLineChartTooltipProvider.java:[106] 15:35:11 [2019-07-19T19:35:11.557Z] addItem(null, ToolTipString.fromHtml(key), ToolTipString.fromString(format.format(yValue))); 15:35:11 [2019-07-19T19:35:11.557Z] ^^^^^^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.557Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:35:11 [2019-07-19T19:35:11.557Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/model/ITimeEvent.java:[96] 15:35:11 [2019-07-19T19:35:11.557Z] default @NonNull Map<@NonNull String, @NonNull String> computeData() { 15:35:11 [2019-07-19T19:35:11.557Z] ^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.557Z] The method ITimeEvent.computeData() overrides a deprecated method from IElementResolver 15:35:11 [2019-07-19T19:35:11.557Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/viewers/tree/TmfGenericTreeEntry.java:[36] 15:35:11 [2019-07-19T19:35:11.557Z] super(model.getName()); 15:35:11 [2019-07-19T19:35:11.557Z] ^^^^^ 15:35:11 [2019-07-19T19:35:11.557Z] Potential null pointer access: this expression has type 'M', a free type variable that may represent a '@Nullable' type 15:35:11 [2019-07-19T19:35:11.557Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/timechart/TimeChartAnalysisProvider.java:[107] 15:35:11 [2019-07-19T19:35:11.557Z] stateItems[i] = new StateItem(settings[i].getTickColorRGB()); 15:35:11 [2019-07-19T19:35:11.557Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.557Z] The constructor StateItem(RGB) is deprecated 15:35:11 [2019-07-19T19:35:11.557Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/timegraph/AbstractStateSystemTimeGraphView.java:[73] 15:35:11 [2019-07-19T19:35:11.557Z] private static final @NonNull Comparator<ITmfStateInterval> INTERVALS_COMPARATOR = Comparator.comparing(ITmfStateInterval::getStartTime).thenComparing(ITmfStateInterval::getEndTime); 15:35:11 [2019-07-19T19:35:11.557Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.557Z] Null type safety (type annotations): The expression of type 'Comparator<ITmfStateInterval>' needs unchecked conversion to conform to '@NonNull Comparator<ITmfStateInterval>' 15:35:11 [2019-07-19T19:35:11.557Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/timegraph/AbstractStateSystemTimeGraphView.java:[75] 15:35:11 [2019-07-19T19:35:11.557Z] private static final @NonNull Comparator<ITimeEvent> TIME_EVENT_COMPARATOR = Comparator.comparing(ITimeEvent::getTime).thenComparing(ITimeEvent::getDuration); 15:35:11 [2019-07-19T19:35:11.557Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.557Z] Null type safety (type annotations): The expression of type 'Comparator<ITimeEvent>' needs unchecked conversion to conform to '@NonNull Comparator<ITimeEvent>' 15:35:11 [2019-07-19T19:35:11.557Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/timegraph/AbstractStateSystemTimeGraphView.java:[188] 15:35:11 [2019-07-19T19:35:11.557Z] @NonNull Map<@NonNull Integer, @NonNull Predicate<@NonNull Map<@NonNull String, @NonNull String>>> predicates = computeRegexPredicate(); 15:35:11 [2019-07-19T19:35:11.557Z] ^^^^^^^^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.557Z] The method computeRegexPredicate() from the type AbstractTimeGraphView is deprecated 15:35:11 [2019-07-19T19:35:11.557Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/timegraph/AbstractStateSystemTimeGraphView.java:[231] 15:35:11 [2019-07-19T19:35:11.557Z] doFilterEvents(entry, eventList, predicates); 15:35:11 [2019-07-19T19:35:11.557Z] ^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.557Z] Null type safety (type annotations): The expression of type 'List<ITimeEvent>' needs unchecked conversion to conform to '@NonNull List<@NonNull ITimeEvent>' 15:35:11 [2019-07-19T19:35:11.557Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/timegraph/AbstractStateSystemTimeGraphView.java:[251] 15:35:11 [2019-07-19T19:35:11.557Z] doFilterEvents(entry, eventList, predicates); 15:35:11 [2019-07-19T19:35:11.557Z] ^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.557Z] Null type safety (type annotations): The expression of type 'List<ITimeEvent>' needs unchecked conversion to conform to '@NonNull List<@NonNull ITimeEvent>' 15:35:11 [2019-07-19T19:35:11.557Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/timegraph/AbstractStateSystemTimeGraphView.java:[251] 15:35:11 [2019-07-19T19:35:11.557Z] doFilterEvents(entry, eventList, predicates); 15:35:11 [2019-07-19T19:35:11.557Z] ^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.557Z] Null type safety (type annotations): The expression of type 'Map<@NonNull Integer,@NonNull Predicate<@NonNull Map<@NonNull String,@NonNull String>>>' needs unchecked conversion to conform to '@NonNull Map<@NonNull Integer,@NonNull Predicate<@NonNull Map<@NonNull String,@NonNull String>>>' 15:35:11 [2019-07-19T19:35:11.557Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/timegraph/AbstractStateSystemTimeGraphView.java:[273] 15:35:11 [2019-07-19T19:35:11.557Z] Collection<Integer> quarks = getQuarksForEntry(entry, ss); 15:35:11 [2019-07-19T19:35:11.557Z] ^^^^^ 15:35:11 [2019-07-19T19:35:11.557Z] Null type safety (type annotations): The expression of type 'ITimeGraphEntry' needs unchecked conversion to conform to '@NonNull ITimeGraphEntry' 15:35:11 [2019-07-19T19:35:11.557Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/timegraph/BaseDataProviderTimeGraphView.java:[115] 15:35:11 [2019-07-19T19:35:11.557Z] ITimeGraphDataProvider<@NonNull TimeGraphEntryModel> dataProvider = DataProviderManager 15:35:11 [2019-07-19T19:35:11.557Z] .getInstance().getDataProvider(trace, getProviderId(), ITimeGraphDataProvider.class); 15:35:11 [2019-07-19T19:35:11.557Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.557Z] Type safety: Unchecked invocation getDataProvider(ITmfTrace, String, Class<ITimeGraphDataProvider>) of the generic method getDataProvider(ITmfTrace, String, Class<T>) of type DataProviderManager 15:35:11 [2019-07-19T19:35:11.557Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/timegraph/BaseDataProviderTimeGraphView.java:[293] 15:35:11 [2019-07-19T19:35:11.557Z] SelectionTimeQueryFilter filter = new SelectionTimeQueryFilter(times, entry.getValue()); 15:35:11 [2019-07-19T19:35:11.557Z] ^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.557Z] Null type safety (type annotations): The expression of type 'Collection<Long>' needs unchecked conversion to conform to '@NonNull Collection<@NonNull Long>' 15:35:11 [2019-07-19T19:35:11.557Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/timegraph/BaseDataProviderTimeGraphView.java:[297] 15:35:11 [2019-07-19T19:35:11.557Z] parameters.put(DataProviderParameterUtils.REGEX_MAP_FILTERS_KEY, regexesMap.asMap()); 15:35:11 [2019-07-19T19:35:11.557Z] ^^^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.557Z] Null type safety (type annotations): The expression of type 'Map<@NonNull Integer,Collection<@NonNull String>>' needs unchecked conversion to conform to '@NonNull Object' 15:35:11 [2019-07-19T19:35:11.557Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/timegraph/BaseDataProviderTimeGraphView.java:[328] 15:35:11 [2019-07-19T19:35:11.557Z] providersToModelIds.put(provider, entry.getModel().getId()); 15:35:11 [2019-07-19T19:35:11.557Z] ^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.557Z] The method getModel() from the type TimeGraphEntry is deprecated 15:35:11 [2019-07-19T19:35:11.557Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/internal/tmf/ui/project/wizards/importtrace/ArchiveUtil.java:[129] 15:35:11 [2019-07-19T19:35:11.557Z] return closeZipFile(specifiedFile); 15:35:11 [2019-07-19T19:35:11.557Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.557Z] Potential resource leak: 'specifiedFile' may not be closed at this location 15:35:11 [2019-07-19T19:35:11.557Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/internal/tmf/ui/project/wizards/importtrace/ArchiveUtil.java:[189] 15:35:11 [2019-07-19T19:35:11.557Z] return archiveSize; 15:35:11 [2019-07-19T19:35:11.557Z] ^^^^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.557Z] Potential resource leak: 'zipFile' may not be closed at this location 15:35:11 [2019-07-19T19:35:11.557Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/rawviewer/TmfRawEventViewer.java:[717] 15:35:11 [2019-07-19T19:35:11.557Z] int offset = fStyledText.getOffsetAtLocation(new Point(0, fCursorYCoordinate)); 15:35:11 [2019-07-19T19:35:11.557Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.557Z] The method getOffsetAtLocation(Point) from the type StyledText is deprecated 15:35:11 [2019-07-19T19:35:11.557Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/rawviewer/TmfRawEventViewer.java:[1127] 15:35:11 [2019-07-19T19:35:11.557Z] int offset = fStyledText.getOffsetAtLocation(new Point(0, e.y)); 15:35:11 [2019-07-19T19:35:11.557Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.557Z] The method getOffsetAtLocation(Point) from the type StyledText is deprecated 15:35:11 [2019-07-19T19:35:11.557Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/viewers/tree/AbstractSelectTreeViewer.java:[209] 15:35:11 [2019-07-19T19:35:11.557Z] Set<Long> ids = (Set<Long>) ctx.getData(getClass() + CHECKED_ELEMENTS); 15:35:11 [2019-07-19T19:35:11.557Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.557Z] Type safety: Unchecked cast from Object to Set<Long> 15:35:11 [2019-07-19T19:35:11.557Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/viewers/tree/AbstractSelectTreeViewer.java:[248] 15:35:11 [2019-07-19T19:35:11.557Z] && ids.contains(((TmfGenericTreeEntry) root).getModel().getId())) { 15:35:11 [2019-07-19T19:35:11.557Z] ^^^^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.557Z] TmfGenericTreeEntry is a raw type. References to generic type TmfGenericTreeEntry<M> should be parameterized 15:35:11 [2019-07-19T19:35:11.557Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/viewers/tree/AbstractSelectTreeViewer.java:[420] 15:35:11 [2019-07-19T19:35:11.557Z] ids.add(((TmfGenericTreeEntry) checkedElement).getModel().getId()); 15:35:11 [2019-07-19T19:35:11.557Z] ^^^^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.557Z] TmfGenericTreeEntry is a raw type. References to generic type TmfGenericTreeEntry<M> should be parameterized 15:35:11 [2019-07-19T19:35:11.557Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/viewers/tree/AbstractSelectTreeViewer.java:[480] 15:35:11 [2019-07-19T19:35:11.557Z] return DataProviderManager.getInstance().getDataProvider(trace, fId, ITmfTreeDataProvider.class); 15:35:11 [2019-07-19T19:35:11.557Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.557Z] Type safety: Unchecked invocation getDataProvider(ITmfTrace, String, Class<ITmfTreeDataProvider>) of the generic method getDataProvider(ITmfTrace, String, Class<T>) of type DataProviderManager 15:35:11 [2019-07-19T19:35:11.557Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/viewers/tree/AbstractSelectTreeViewer.java:[566] 15:35:11 [2019-07-19T19:35:11.557Z] return comparator.compare((T) e1, (T) e2); 15:35:11 [2019-07-19T19:35:11.557Z] ^^^^^^ 15:35:11 [2019-07-19T19:35:11.557Z] Type safety: Unchecked cast from Object to T 15:35:11 [2019-07-19T19:35:11.557Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/viewers/tree/AbstractSelectTreeViewer.java:[566] 15:35:11 [2019-07-19T19:35:11.557Z] return comparator.compare((T) e1, (T) e2); 15:35:11 [2019-07-19T19:35:11.557Z] ^^^^^^ 15:35:11 [2019-07-19T19:35:11.557Z] Type safety: Unchecked cast from Object to T 15:35:11 [2019-07-19T19:35:11.557Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/internal/tmf/ui/project/wizards/tracepkg/AbstractTracePackageOperation.java:[129] 15:35:11 [2019-07-19T19:35:11.557Z] return new ZipArchiveFile(new ZipFile(file)); 15:35:11 [2019-07-19T19:35:11.557Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.557Z] Potential resource leak: '<unassigned Closeable value>' may not be closed at this location 15:35:11 [2019-07-19T19:35:11.557Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/viewers/xycharts/linecharts/TmfFilteredXYChartViewer.java:[83] 15:35:11 [2019-07-19T19:35:11.557Z] Iterable<TmfGenericTreeEntry> counterEntries = Iterables.filter(entries, TmfGenericTreeEntry.class); 15:35:11 [2019-07-19T19:35:11.557Z] ^^^^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.557Z] TmfGenericTreeEntry is a raw type. References to generic type TmfGenericTreeEntry<M> should be parameterized 15:35:11 [2019-07-19T19:35:11.557Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/viewers/xycharts/linecharts/TmfFilteredXYChartViewer.java:[120] 15:35:11 [2019-07-19T19:35:11.557Z] parameters.put(DataProviderParameterUtils.REGEX_MAP_FILTERS_KEY, regexesMap.asMap()); 15:35:11 [2019-07-19T19:35:11.557Z] ^^^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.557Z] Null type safety (type annotations): The expression of type 'Map<@NonNull Integer,Collection<@NonNull String>>' needs unchecked conversion to conform to '@NonNull Object' 15:35:11 [2019-07-19T19:35:11.557Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/viewers/xycharts/linecharts/TmfFilteredXYChartViewer.java:[141] 15:35:11 [2019-07-19T19:35:11.557Z] return DataProviderManager.getInstance().getDataProvider(trace, fId, ITmfTreeXYDataProvider.class); 15:35:11 [2019-07-19T19:35:11.557Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:35:11 [2019-07-19T19:35:11.557Z] Type safety: Unchecked invocation getDataProvider(ITmfTrace, String, Class<ITmfTreeXYDataProvider>) of the generic method getDataProvider(ITmfTrace, String, Class<T>) of type DataProviderManager 15:35:11 [2019-07-19T19:35:11.557Z] 132 problems (132 warnings) 15:35:11 [2019-07-19T19:35:11.557Z] [INFO] 15:35:11 [2019-07-19T19:35:11.557Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.tmf.ui --- 15:35:11 [2019-07-19T19:35:11.557Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:35:11 [2019-07-19T19:35:11.557Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/test/resources 15:35:11 [2019-07-19T19:35:11.557Z] [INFO] 15:35:11 [2019-07-19T19:35:11.557Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.tmf.ui --- 15:35:11 [2019-07-19T19:35:11.557Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/target/org.eclipse.tracecompass.tmf.ui-5.1.0-SNAPSHOT-sources.jar 15:35:11 [2019-07-19T19:35:11.814Z] [INFO] 15:35:11 [2019-07-19T19:35:11.814Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.tmf.ui --- 15:35:11 [2019-07-19T19:35:11.814Z] [INFO] 15:35:11 [2019-07-19T19:35:11.814Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.tmf.ui --- 15:35:12 [2019-07-19T19:35:12.379Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/target/org.eclipse.tracecompass.tmf.ui-5.1.0-SNAPSHOT.jar 15:35:12 [2019-07-19T19:35:12.979Z] [INFO] 15:35:12 [2019-07-19T19:35:12.979Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.tmf.ui --- 15:35:12 [2019-07-19T19:35:12.979Z] [INFO] 15:35:12 [2019-07-19T19:35:12.979Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.tmf.ui --- 15:35:12 [2019-07-19T19:35:12.979Z] [INFO] 15:35:12 [2019-07-19T19:35:12.979Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.tmf.ui --- 15:35:12 [2019-07-19T19:35:12.979Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/target/org.eclipse.tracecompass.tmf.ui-5.1.0-SNAPSHOT.jar 15:35:17 [2019-07-19T19:35:17.154Z] [INFO] 15:35:17 [2019-07-19T19:35:17.154Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.tmf.ui --- 15:35:17 [2019-07-19T19:35:17.154Z] [INFO] 15:35:17 [2019-07-19T19:35:17.154Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.tmf.ui --- 15:35:17 [2019-07-19T19:35:17.154Z] [INFO] Loading execution data file /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/../../target/jacoco.exec 15:35:17 [2019-07-19T19:35:17.154Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui' with 1019 classes 15:35:20 [2019-07-19T19:35:20.428Z] [INFO] 15:35:20 [2019-07-19T19:35:20.428Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.tmf.ui --- 15:35:20 [2019-07-19T19:35:20.428Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/target/org.eclipse.tracecompass.tmf.ui-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.ui/5.1.0-SNAPSHOT/org.eclipse.tracecompass.tmf.ui-5.1.0-SNAPSHOT.jar 15:35:20 [2019-07-19T19:35:20.428Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.ui/5.1.0-SNAPSHOT/org.eclipse.tracecompass.tmf.ui-5.1.0-SNAPSHOT.pom 15:35:20 [2019-07-19T19:35:20.428Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/target/org.eclipse.tracecompass.tmf.ui-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.ui/5.1.0-SNAPSHOT/org.eclipse.tracecompass.tmf.ui-5.1.0-SNAPSHOT-sources.jar 15:35:20 [2019-07-19T19:35:20.428Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/target/org.eclipse.tracecompass.tmf.ui-5.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.ui/5.1.0-SNAPSHOT/org.eclipse.tracecompass.tmf.ui-5.1.0-SNAPSHOT-pack200.jar.pack.gz 15:35:20 [2019-07-19T19:35:20.428Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.ui/5.1.0-SNAPSHOT/org.eclipse.tracecompass.tmf.ui-5.1.0-SNAPSHOT-p2metadata.xml 15:35:20 [2019-07-19T19:35:20.428Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.ui/5.1.0-SNAPSHOT/org.eclipse.tracecompass.tmf.ui-5.1.0-SNAPSHOT-p2artifacts.xml 15:35:20 [2019-07-19T19:35:20.428Z] [INFO] 15:35:20 [2019-07-19T19:35:20.428Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.tmf.ui --- 15:35:20 [2019-07-19T19:35:20.428Z] [INFO] 15:35:20 [2019-07-19T19:35:20.428Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.counters.ui >-- 15:35:20 [2019-07-19T19:35:20.428Z] [INFO] Building org.eclipse.tracecompass.analysis.counters.ui 0.0.5-SNAPSHOT [23/134] 15:35:20 [2019-07-19T19:35:20.428Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 15:35:20 [2019-07-19T19:35:20.428Z] [INFO] 15:35:20 [2019-07-19T19:35:20.428Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.analysis.counters.ui --- 15:35:20 [2019-07-19T19:35:20.428Z] [INFO] 15:35:20 [2019-07-19T19:35:20.428Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.analysis.counters.ui --- 15:35:20 [2019-07-19T19:35:20.428Z] [INFO] The project's OSGi version is 0.0.5.201907191907 15:35:20 [2019-07-19T19:35:20.428Z] [INFO] 15:35:20 [2019-07-19T19:35:20.428Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.analysis.counters.ui --- 15:35:20 [2019-07-19T19:35:20.428Z] [INFO] 15:35:20 [2019-07-19T19:35:20.428Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.analysis.counters.ui --- 15:35:20 [2019-07-19T19:35:20.428Z] [INFO] 15:35:20 [2019-07-19T19:35:20.428Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.analysis.counters.ui --- 15:35:20 [2019-07-19T19:35:20.428Z] [INFO] 15:35:20 [2019-07-19T19:35:20.429Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.analysis.counters.ui --- 15:35:20 [2019-07-19T19:35:20.429Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 15:35:20 [2019-07-19T19:35:20.429Z] [INFO] 15:35:20 [2019-07-19T19:35:20.429Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.analysis.counters.ui --- 15:35:20 [2019-07-19T19:35:20.429Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:35:20 [2019-07-19T19:35:20.429Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui/src/main/resources 15:35:20 [2019-07-19T19:35:20.429Z] [INFO] 15:35:20 [2019-07-19T19:35:20.429Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.analysis.counters.ui --- 15:35:20 [2019-07-19T19:35:20.429Z] [INFO] Compiling 5 source files to /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui/target/classes 15:35:20 [2019-07-19T19:35:20.685Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui/src/org/eclipse/tracecompass/analysis/counters/ui/CounterTreeViewer.java:[51] 15:35:20 [2019-07-19T19:35:20.685Z] TmfGenericTreeEntry<TmfTreeDataModel> genericEntry = (TmfGenericTreeEntry<TmfTreeDataModel>) element; 15:35:20 [2019-07-19T19:35:20.685Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:35:20 [2019-07-19T19:35:20.685Z] Type safety: Unchecked cast from Object to TmfGenericTreeEntry<TmfTreeDataModel> 15:35:20 [2019-07-19T19:35:20.685Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui/src/org/eclipse/tracecompass/analysis/counters/ui/CounterTreeViewer.java:[74] 15:35:20 [2019-07-19T19:35:20.685Z] return () -> Lists.newArrayList(createColumn("Counters", Comparator.comparing(TmfGenericTreeEntry::getName)), new TmfTreeColumnData("Legend")); //$NON-NLS-1$ //$NON-NLS-2$ 15:35:20 [2019-07-19T19:35:20.685Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:35:20 [2019-07-19T19:35:20.685Z] Null type safety (type annotations): The expression of type 'ArrayList<@NonNull TmfTreeColumnData>' needs unchecked conversion to conform to '@NonNull List<TmfTreeColumnData>' 15:35:20 [2019-07-19T19:35:20.685Z] 2 problems (2 warnings) 15:35:20 [2019-07-19T19:35:20.685Z] [INFO] 15:35:20 [2019-07-19T19:35:20.685Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.analysis.counters.ui --- 15:35:20 [2019-07-19T19:35:20.685Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:35:20 [2019-07-19T19:35:20.685Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui/src/test/resources 15:35:20 [2019-07-19T19:35:20.685Z] [INFO] 15:35:20 [2019-07-19T19:35:20.685Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.analysis.counters.ui --- 15:35:20 [2019-07-19T19:35:20.685Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui/target/org.eclipse.tracecompass.analysis.counters.ui-0.0.5-SNAPSHOT-sources.jar 15:35:20 [2019-07-19T19:35:20.685Z] [INFO] 15:35:20 [2019-07-19T19:35:20.685Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.analysis.counters.ui --- 15:35:20 [2019-07-19T19:35:20.685Z] [INFO] 15:35:20 [2019-07-19T19:35:20.685Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.analysis.counters.ui --- 15:35:20 [2019-07-19T19:35:20.942Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui/target/org.eclipse.tracecompass.analysis.counters.ui-0.0.5-SNAPSHOT.jar 15:35:20 [2019-07-19T19:35:20.942Z] [INFO] 15:35:20 [2019-07-19T19:35:20.942Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.analysis.counters.ui --- 15:35:20 [2019-07-19T19:35:20.942Z] [INFO] 15:35:20 [2019-07-19T19:35:20.942Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.analysis.counters.ui --- 15:35:20 [2019-07-19T19:35:20.942Z] [INFO] 15:35:20 [2019-07-19T19:35:20.942Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.analysis.counters.ui --- 15:35:20 [2019-07-19T19:35:20.942Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui/target/org.eclipse.tracecompass.analysis.counters.ui-0.0.5-SNAPSHOT.jar 15:35:20 [2019-07-19T19:35:20.942Z] [INFO] 15:35:20 [2019-07-19T19:35:20.942Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.analysis.counters.ui --- 15:35:20 [2019-07-19T19:35:20.942Z] [INFO] 15:35:20 [2019-07-19T19:35:20.942Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.analysis.counters.ui --- 15:35:20 [2019-07-19T19:35:20.942Z] [INFO] Loading execution data file /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui/../../target/jacoco.exec 15:35:20 [2019-07-19T19:35:20.942Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.ui' with 7 classes 15:35:20 [2019-07-19T19:35:20.942Z] [INFO] 15:35:20 [2019-07-19T19:35:20.942Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.analysis.counters.ui --- 15:35:20 [2019-07-19T19:35:20.942Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui/target/org.eclipse.tracecompass.analysis.counters.ui-0.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.counters.ui/0.0.5-SNAPSHOT/org.eclipse.tracecompass.analysis.counters.ui-0.0.5-SNAPSHOT.jar 15:35:20 [2019-07-19T19:35:20.942Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.counters.ui/0.0.5-SNAPSHOT/org.eclipse.tracecompass.analysis.counters.ui-0.0.5-SNAPSHOT.pom 15:35:20 [2019-07-19T19:35:20.942Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui/target/org.eclipse.tracecompass.analysis.counters.ui-0.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.counters.ui/0.0.5-SNAPSHOT/org.eclipse.tracecompass.analysis.counters.ui-0.0.5-SNAPSHOT-sources.jar 15:35:20 [2019-07-19T19:35:20.942Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui/target/org.eclipse.tracecompass.analysis.counters.ui-0.0.5-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.counters.ui/0.0.5-SNAPSHOT/org.eclipse.tracecompass.analysis.counters.ui-0.0.5-SNAPSHOT-pack200.jar.pack.gz 15:35:20 [2019-07-19T19:35:20.942Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.counters.ui/0.0.5-SNAPSHOT/org.eclipse.tracecompass.analysis.counters.ui-0.0.5-SNAPSHOT-p2metadata.xml 15:35:20 [2019-07-19T19:35:20.942Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.counters.ui/0.0.5-SNAPSHOT/org.eclipse.tracecompass.analysis.counters.ui-0.0.5-SNAPSHOT-p2artifacts.xml 15:35:20 [2019-07-19T19:35:20.942Z] [INFO] 15:35:20 [2019-07-19T19:35:20.942Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.analysis.counters.ui --- 15:35:20 [2019-07-19T19:35:20.942Z] [INFO] 15:35:20 [2019-07-19T19:35:20.942Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.graph.core >-- 15:35:20 [2019-07-19T19:35:20.942Z] [INFO] Building org.eclipse.tracecompass.analysis.graph.core 2.1.2-SNAPSHOT [24/134] 15:35:20 [2019-07-19T19:35:20.942Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 15:35:20 [2019-07-19T19:35:20.942Z] [INFO] 15:35:20 [2019-07-19T19:35:20.942Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.analysis.graph.core --- 15:35:20 [2019-07-19T19:35:20.942Z] [INFO] 15:35:20 [2019-07-19T19:35:20.942Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.analysis.graph.core --- 15:35:20 [2019-07-19T19:35:20.942Z] [INFO] The project's OSGi version is 2.1.2.201907191907 15:35:20 [2019-07-19T19:35:20.942Z] [INFO] 15:35:20 [2019-07-19T19:35:20.942Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.analysis.graph.core --- 15:35:20 [2019-07-19T19:35:20.942Z] [INFO] 15:35:20 [2019-07-19T19:35:20.942Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.analysis.graph.core --- 15:35:20 [2019-07-19T19:35:20.942Z] [INFO] 15:35:20 [2019-07-19T19:35:20.942Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.analysis.graph.core --- 15:35:20 [2019-07-19T19:35:20.942Z] [INFO] 15:35:20 [2019-07-19T19:35:20.942Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.analysis.graph.core --- 15:35:20 [2019-07-19T19:35:20.942Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 15:35:20 [2019-07-19T19:35:20.942Z] [INFO] 15:35:20 [2019-07-19T19:35:20.942Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.analysis.graph.core --- 15:35:20 [2019-07-19T19:35:20.942Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:35:20 [2019-07-19T19:35:20.942Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core/src/main/resources 15:35:20 [2019-07-19T19:35:20.942Z] [INFO] 15:35:20 [2019-07-19T19:35:20.942Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.analysis.graph.core --- 15:35:20 [2019-07-19T19:35:20.942Z] [INFO] Compiling 32 source files to /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core/target/classes 15:35:21 [2019-07-19T19:35:21.507Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core/src/org/eclipse/tracecompass/internal/analysis/graph/core/criticalpath/CriticalPathAlgorithmBounded.java:[276] 15:35:21 [2019-07-19T19:35:21.507Z] TmfVertex v = stack.removeFirst(); 15:35:21 [2019-07-19T19:35:21.507Z] ^^^^^^^^^^^^^^^^^^^ 15:35:21 [2019-07-19T19:35:21.507Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Deque<@NonNull TmfVertex>'. Type 'Deque<E>' doesn't seem to be designed with null type annotations in mind 15:35:21 [2019-07-19T19:35:21.507Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core/src/org/eclipse/tracecompass/internal/analysis/graph/core/criticalpath/CriticalPathAlgorithmBounded.java:[278] 15:35:21 [2019-07-19T19:35:21.507Z] while (!subPath.isEmpty() && subPath.getLast().getVertexFrom() != v) { 15:35:21 [2019-07-19T19:35:21.507Z] ^^^^^^^^^^^^^^^^^ 15:35:21 [2019-07-19T19:35:21.507Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'LinkedList<@NonNull TmfEdge>'. Type 'LinkedList<E>' doesn't seem to be designed with null type annotations in mind 15:35:21 [2019-07-19T19:35:21.507Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core/src/org/eclipse/tracecompass/internal/analysis/graph/core/dataprovider/CriticalPathDataProvider.java:[364] 15:35:21 [2019-07-19T19:35:21.507Z] List<@NonNull CriticalPathEntry> list = new ArrayList<>(fHostEntries.values()); 15:35:21 [2019-07-19T19:35:21.507Z] ^^^^^^^^^^^^^^^^^^^^^ 15:35:21 [2019-07-19T19:35:21.507Z] Null type safety (type annotations): The expression of type '@NonNull Collection<CriticalPathEntry>' needs unchecked conversion to conform to 'Collection<? extends @NonNull CriticalPathEntry>' 15:35:21 [2019-07-19T19:35:21.507Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core/src/org/eclipse/tracecompass/internal/analysis/graph/core/dataprovider/CriticalPathDataProvider.java:[365] 15:35:21 [2019-07-19T19:35:21.507Z] list.addAll(fWorkers.values()); 15:35:21 [2019-07-19T19:35:21.507Z] ^^^^^^^^^^^^^^^^^ 15:35:21 [2019-07-19T19:35:21.507Z] Null type safety (type annotations): The expression of type '@NonNull Collection<CriticalPathEntry>' needs unchecked conversion to conform to 'Collection<? extends @NonNull CriticalPathEntry>' 15:35:21 [2019-07-19T19:35:21.507Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core/src/org/eclipse/tracecompass/internal/analysis/graph/core/dataprovider/CriticalPathDataProvider.java:[389] 15:35:21 [2019-07-19T19:35:21.507Z] return graphLinks; 15:35:21 [2019-07-19T19:35:21.507Z] ^^^^^^^^^^ 15:35:21 [2019-07-19T19:35:21.507Z] Null type safety (type annotations): The expression of type 'List<ITimeGraphArrow>' needs unchecked conversion to conform to '@Nullable List<@NonNull ITimeGraphArrow>' 15:35:21 [2019-07-19T19:35:21.507Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core/src/org/eclipse/tracecompass/internal/analysis/graph/core/dataprovider/CriticalPathEntry.java:[61] 15:35:21 [2019-07-19T19:35:21.507Z] fAspects.put("hostId", worker.getHostId()); 15:35:21 [2019-07-19T19:35:21.507Z] ^^^^^^^^ 15:35:21 [2019-07-19T19:35:21.507Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$ 15:35:21 [2019-07-19T19:35:21.507Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core/src/org/eclipse/tracecompass/internal/analysis/graph/core/dataprovider/CriticalPathEntry.java:[63] 15:35:21 [2019-07-19T19:35:21.507Z] fAspects.put(entry.getKey(), entry.getValue()); 15:35:21 [2019-07-19T19:35:21.507Z] ^^^^^^^^^^^^^^ 15:35:21 [2019-07-19T19:35:21.507Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:35:21 [2019-07-19T19:35:21.507Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core/src/org/eclipse/tracecompass/internal/analysis/graph/core/dataprovider/CriticalPathEntry.java:[63] 15:35:21 [2019-07-19T19:35:21.507Z] fAspects.put(entry.getKey(), entry.getValue()); 15:35:21 [2019-07-19T19:35:21.507Z] ^^^^^^^^^^^^^^^^ 15:35:21 [2019-07-19T19:35:21.507Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull Object' 15:35:21 [2019-07-19T19:35:21.507Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core/src/org/eclipse/tracecompass/analysis/graph/core/base/TmfGraph.java:[419] 15:35:21 [2019-07-19T19:35:21.507Z] TmfVertex curr = stack.removeFirst(); 15:35:21 [2019-07-19T19:35:21.507Z] ^^^^^^^^^^^^^^^^^^^ 15:35:21 [2019-07-19T19:35:21.507Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Deque<@NonNull TmfVertex>'. Type 'Deque<E>' doesn't seem to be designed with null type annotations in mind 15:35:21 [2019-07-19T19:35:21.507Z] 9 problems (9 warnings) 15:35:21 [2019-07-19T19:35:21.507Z] [INFO] 15:35:21 [2019-07-19T19:35:21.507Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.analysis.graph.core --- 15:35:21 [2019-07-19T19:35:21.507Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:35:21 [2019-07-19T19:35:21.507Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core/src/test/resources 15:35:21 [2019-07-19T19:35:21.507Z] [INFO] 15:35:21 [2019-07-19T19:35:21.507Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.analysis.graph.core --- 15:35:21 [2019-07-19T19:35:21.507Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core/target/org.eclipse.tracecompass.analysis.graph.core-2.1.2-SNAPSHOT-sources.jar 15:35:21 [2019-07-19T19:35:21.507Z] [INFO] 15:35:21 [2019-07-19T19:35:21.507Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.analysis.graph.core --- 15:35:21 [2019-07-19T19:35:21.507Z] [INFO] 15:35:21 [2019-07-19T19:35:21.507Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.analysis.graph.core --- 15:35:21 [2019-07-19T19:35:21.507Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core/target/org.eclipse.tracecompass.analysis.graph.core-2.1.2-SNAPSHOT.jar 15:35:21 [2019-07-19T19:35:21.765Z] [INFO] 15:35:21 [2019-07-19T19:35:21.765Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.analysis.graph.core --- 15:35:21 [2019-07-19T19:35:21.765Z] [INFO] 15:35:21 [2019-07-19T19:35:21.765Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.analysis.graph.core --- 15:35:21 [2019-07-19T19:35:21.765Z] [INFO] 15:35:21 [2019-07-19T19:35:21.765Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.analysis.graph.core --- 15:35:21 [2019-07-19T19:35:21.765Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core/target/org.eclipse.tracecompass.analysis.graph.core-2.1.2-SNAPSHOT.jar 15:35:21 [2019-07-19T19:35:21.765Z] [INFO] 15:35:21 [2019-07-19T19:35:21.765Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.analysis.graph.core --- 15:35:21 [2019-07-19T19:35:21.765Z] [INFO] 15:35:21 [2019-07-19T19:35:21.765Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.analysis.graph.core --- 15:35:21 [2019-07-19T19:35:21.765Z] [INFO] Loading execution data file /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core/../../target/jacoco.exec 15:35:21 [2019-07-19T19:35:21.765Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.graph.core' with 27 classes 15:35:22 [2019-07-19T19:35:22.026Z] [INFO] 15:35:22 [2019-07-19T19:35:22.026Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.analysis.graph.core --- 15:35:22 [2019-07-19T19:35:22.026Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core/target/org.eclipse.tracecompass.analysis.graph.core-2.1.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.graph.core/2.1.2-SNAPSHOT/org.eclipse.tracecompass.analysis.graph.core-2.1.2-SNAPSHOT.jar 15:35:22 [2019-07-19T19:35:22.026Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.graph.core/2.1.2-SNAPSHOT/org.eclipse.tracecompass.analysis.graph.core-2.1.2-SNAPSHOT.pom 15:35:22 [2019-07-19T19:35:22.026Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core/target/org.eclipse.tracecompass.analysis.graph.core-2.1.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.graph.core/2.1.2-SNAPSHOT/org.eclipse.tracecompass.analysis.graph.core-2.1.2-SNAPSHOT-sources.jar 15:35:22 [2019-07-19T19:35:22.026Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core/target/org.eclipse.tracecompass.analysis.graph.core-2.1.2-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.graph.core/2.1.2-SNAPSHOT/org.eclipse.tracecompass.analysis.graph.core-2.1.2-SNAPSHOT-pack200.jar.pack.gz 15:35:22 [2019-07-19T19:35:22.026Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.graph.core/2.1.2-SNAPSHOT/org.eclipse.tracecompass.analysis.graph.core-2.1.2-SNAPSHOT-p2metadata.xml 15:35:22 [2019-07-19T19:35:22.026Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.graph.core/2.1.2-SNAPSHOT/org.eclipse.tracecompass.analysis.graph.core-2.1.2-SNAPSHOT-p2artifacts.xml 15:35:22 [2019-07-19T19:35:22.026Z] [INFO] 15:35:22 [2019-07-19T19:35:22.026Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.analysis.graph.core --- 15:35:22 [2019-07-19T19:35:22.026Z] [INFO] 15:35:22 [2019-07-19T19:35:22.026Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.graph.core.tests >-- 15:35:22 [2019-07-19T19:35:22.026Z] [INFO] Building org.eclipse.tracecompass.analysis.graph.core.tests 1.0.4-SNAPSHOT [25/134] 15:35:22 [2019-07-19T19:35:22.026Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- 15:35:22 [2019-07-19T19:35:22.026Z] [INFO] 15:35:22 [2019-07-19T19:35:22.026Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.analysis.graph.core.tests --- 15:35:22 [2019-07-19T19:35:22.026Z] [INFO] 15:35:22 [2019-07-19T19:35:22.026Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.analysis.graph.core.tests --- 15:35:22 [2019-07-19T19:35:22.026Z] [INFO] The project's OSGi version is 1.0.4.201907191907 15:35:22 [2019-07-19T19:35:22.026Z] [INFO] 15:35:22 [2019-07-19T19:35:22.026Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.analysis.graph.core.tests --- 15:35:22 [2019-07-19T19:35:22.026Z] [INFO] 15:35:22 [2019-07-19T19:35:22.026Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.analysis.graph.core.tests --- 15:35:22 [2019-07-19T19:35:22.026Z] [INFO] 15:35:22 [2019-07-19T19:35:22.026Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.analysis.graph.core.tests --- 15:35:22 [2019-07-19T19:35:22.026Z] [INFO] 15:35:22 [2019-07-19T19:35:22.026Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.analysis.graph.core.tests --- 15:35:22 [2019-07-19T19:35:22.026Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 15:35:22 [2019-07-19T19:35:22.026Z] [INFO] 15:35:22 [2019-07-19T19:35:22.026Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.analysis.graph.core.tests --- 15:35:22 [2019-07-19T19:35:22.026Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:35:22 [2019-07-19T19:35:22.026Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core.tests/src/main/resources 15:35:22 [2019-07-19T19:35:22.026Z] [INFO] 15:35:22 [2019-07-19T19:35:22.026Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.analysis.graph.core.tests --- 15:35:22 [2019-07-19T19:35:22.026Z] [INFO] Compiling 12 source files to /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core.tests/target/classes 15:35:22 [2019-07-19T19:35:22.590Z] [INFO] 15:35:22 [2019-07-19T19:35:22.590Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.analysis.graph.core.tests --- 15:35:22 [2019-07-19T19:35:22.590Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:35:22 [2019-07-19T19:35:22.590Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core.tests/src/test/resources 15:35:22 [2019-07-19T19:35:22.590Z] [INFO] 15:35:22 [2019-07-19T19:35:22.590Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.analysis.graph.core.tests --- 15:35:22 [2019-07-19T19:35:22.590Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core.tests/target/org.eclipse.tracecompass.analysis.graph.core.tests-1.0.4-SNAPSHOT-sources.jar 15:35:22 [2019-07-19T19:35:22.590Z] [INFO] 15:35:22 [2019-07-19T19:35:22.590Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.analysis.graph.core.tests --- 15:35:22 [2019-07-19T19:35:22.590Z] [INFO] 15:35:22 [2019-07-19T19:35:22.590Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.analysis.graph.core.tests --- 15:35:22 [2019-07-19T19:35:22.590Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core.tests/target/org.eclipse.tracecompass.analysis.graph.core.tests-1.0.4-SNAPSHOT.jar 15:35:22 [2019-07-19T19:35:22.590Z] [INFO] 15:35:22 [2019-07-19T19:35:22.590Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.analysis.graph.core.tests --- 15:35:22 [2019-07-19T19:35:22.590Z] [INFO] 15:35:22 [2019-07-19T19:35:22.590Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.analysis.graph.core.tests --- 15:35:22 [2019-07-19T19:35:22.590Z] [INFO] 15:35:22 [2019-07-19T19:35:22.590Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.analysis.graph.core.tests --- 15:35:22 [2019-07-19T19:35:22.590Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core.tests/target/org.eclipse.tracecompass.analysis.graph.core.tests-1.0.4-SNAPSHOT.jar 15:35:22 [2019-07-19T19:35:22.590Z] [INFO] 15:35:22 [2019-07-19T19:35:22.590Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.analysis.graph.core.tests --- 15:35:22 [2019-07-19T19:35:22.590Z] [INFO] 15:35:22 [2019-07-19T19:35:22.590Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.analysis.graph.core.tests --- 15:35:23 [2019-07-19T19:35:23.961Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core.tests/target/work/data/.metadata/.log 15:35:23 [2019-07-19T19:35:23.961Z] [INFO] Command line: 15:35:23 [2019-07-19T19:35:23.961Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog] 15:35:23 [2019-07-19T19:35:23.961Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass 15:35:28 [2019-07-19T19:35:28.137Z] !SESSION 2019-07-19 19:35:24.035 ----------------------------------------------- 15:35:28 [2019-07-19T19:35:28.137Z] eclipse.buildId=unknown 15:35:28 [2019-07-19T19:35:28.137Z] java.version=1.8.0_202 15:35:28 [2019-07-19T19:35:28.137Z] java.vendor=Oracle Corporation 15:35:28 [2019-07-19T19:35:28.137Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US 15:35:28 [2019-07-19T19:35:28.137Z] Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core.tests/target/surefire.properties -product org.eclipse.platform.ide 15:35:28 [2019-07-19T19:35:28.137Z] Command-line arguments: -data /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog 15:35:28 [2019-07-19T19:35:28.137Z] 15:35:28 [2019-07-19T19:35:28.137Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-19 19:35:27.275 15:35:28 [2019-07-19T19:35:28.137Z] !MESSAGE FrameworkEvent ERROR 15:35:28 [2019-07-19T19:35:28.137Z] !STACK 0 15:35:28 [2019-07-19T19:35:28.137Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [61] 15:35:28 [2019-07-19T19:35:28.137Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 15:35:28 [2019-07-19T19:35:28.137Z] 15:35:28 [2019-07-19T19:35:28.137Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 15:35:28 [2019-07-19T19:35:28.137Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 15:35:28 [2019-07-19T19:35:28.137Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 15:35:28 [2019-07-19T19:35:28.137Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 15:35:28 [2019-07-19T19:35:28.137Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 15:35:28 [2019-07-19T19:35:28.137Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 15:35:28 [2019-07-19T19:35:28.137Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 15:35:28 [2019-07-19T19:35:28.137Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 15:35:28 [2019-07-19T19:35:28.137Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 15:35:28 [2019-07-19T19:35:28.137Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 15:35:28 [2019-07-19T19:35:28.137Z] 15:35:28 [2019-07-19T19:35:28.137Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-19 19:35:27.419 15:35:28 [2019-07-19T19:35:28.137Z] !MESSAGE FrameworkEvent ERROR 15:35:28 [2019-07-19T19:35:28.137Z] !STACK 0 15:35:28 [2019-07-19T19:35:28.137Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [130] 15:35:28 [2019-07-19T19:35:28.137Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 15:35:28 [2019-07-19T19:35:28.137Z] Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)" 15:35:28 [2019-07-19T19:35:28.137Z] -> Export-Package: org.apache.http.impl.auth.win; bundle-symbolic-name="org.apache.httpcomponents.httpclient.win"; bundle-version="4.5.6.v20190213-1947"; version="4.5.6"; x-internal:="true"; uses:="org.apache.http,org.apache.http.auth,org.apache.http.client,org.apache.http.impl.auth,org.apache.http.protocol,org.apache.http.util" 15:35:28 [2019-07-19T19:35:28.137Z] org.apache.httpcomponents.httpclient.win [35] 15:35:28 [2019-07-19T19:35:28.137Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 15:35:28 [2019-07-19T19:35:28.137Z] 15:35:28 [2019-07-19T19:35:28.137Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 15:35:28 [2019-07-19T19:35:28.137Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 15:35:28 [2019-07-19T19:35:28.137Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 15:35:28 [2019-07-19T19:35:28.137Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 15:35:28 [2019-07-19T19:35:28.137Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 15:35:28 [2019-07-19T19:35:28.137Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 15:35:28 [2019-07-19T19:35:28.137Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 15:35:28 [2019-07-19T19:35:28.137Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 15:35:28 [2019-07-19T19:35:28.137Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 15:35:28 [2019-07-19T19:35:28.137Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 15:35:31 [2019-07-19T19:35:31.418Z] Running org.eclipse.tracecompass.analysis.graph.core.tests.graph.TmfGraphBuilderModuleTest 15:35:33 [2019-07-19T19:35:33.314Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.202 s - in org.eclipse.tracecompass.analysis.graph.core.tests.graph.TmfGraphBuilderModuleTest 15:35:33 [2019-07-19T19:35:33.314Z] testBuildGraph(org.eclipse.tracecompass.analysis.graph.core.tests.graph.TmfGraphBuilderModuleTest) Time elapsed: 2.09 s 15:35:33 [2019-07-19T19:35:33.314Z] testHandlers(org.eclipse.tracecompass.analysis.graph.core.tests.graph.TmfGraphBuilderModuleTest) Time elapsed: 0.078 s 15:35:33 [2019-07-19T19:35:33.314Z] Running org.eclipse.tracecompass.analysis.graph.core.tests.graph.TmfGraphTest 15:35:33 [2019-07-19T19:35:33.314Z] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.tracecompass.analysis.graph.core.tests.graph.TmfGraphTest 15:35:33 [2019-07-19T19:35:33.314Z] testCheckVertical(org.eclipse.tracecompass.analysis.graph.core.tests.graph.TmfGraphTest) Time elapsed: 0.001 s 15:35:33 [2019-07-19T19:35:33.314Z] testAppendVertex(org.eclipse.tracecompass.analysis.graph.core.tests.graph.TmfGraphTest) Time elapsed: 0 s 15:35:33 [2019-07-19T19:35:33.314Z] testCheckHorizontal(org.eclipse.tracecompass.analysis.graph.core.tests.graph.TmfGraphTest) Time elapsed: 0.001 s 15:35:33 [2019-07-19T19:35:33.314Z] testIllegalVertex(org.eclipse.tracecompass.analysis.graph.core.tests.graph.TmfGraphTest) Time elapsed: 0 s 15:35:33 [2019-07-19T19:35:33.314Z] testVertexAt(org.eclipse.tracecompass.analysis.graph.core.tests.graph.TmfGraphTest) Time elapsed: 0.001 s 15:35:33 [2019-07-19T19:35:33.314Z] testHead2(org.eclipse.tracecompass.analysis.graph.core.tests.graph.TmfGraphTest) Time elapsed: 0.005 s 15:35:33 [2019-07-19T19:35:33.314Z] testScanCount(org.eclipse.tracecompass.analysis.graph.core.tests.graph.TmfGraphTest) Time elapsed: 0.002 s 15:35:33 [2019-07-19T19:35:33.314Z] testHead(org.eclipse.tracecompass.analysis.graph.core.tests.graph.TmfGraphTest) Time elapsed: 0 s 15:35:33 [2019-07-19T19:35:33.314Z] testLink(org.eclipse.tracecompass.analysis.graph.core.tests.graph.TmfGraphTest) Time elapsed: 0 s 15:35:33 [2019-07-19T19:35:33.314Z] testTail(org.eclipse.tracecompass.analysis.graph.core.tests.graph.TmfGraphTest) Time elapsed: 0 s 15:35:33 [2019-07-19T19:35:33.314Z] testHorizontalSelfLink(org.eclipse.tracecompass.analysis.graph.core.tests.graph.TmfGraphTest) Time elapsed: 0.001 s 15:35:33 [2019-07-19T19:35:33.314Z] testVerticalSelfLink(org.eclipse.tracecompass.analysis.graph.core.tests.graph.TmfGraphTest) Time elapsed: 0 s 15:35:33 [2019-07-19T19:35:33.314Z] testAddVertex(org.eclipse.tracecompass.analysis.graph.core.tests.graph.TmfGraphTest) Time elapsed: 0 s 15:35:33 [2019-07-19T19:35:33.314Z] testHorizontalCycle(org.eclipse.tracecompass.analysis.graph.core.tests.graph.TmfGraphTest) Time elapsed: 0.001 s 15:35:33 [2019-07-19T19:35:33.314Z] testScanLineTerminates(org.eclipse.tracecompass.analysis.graph.core.tests.graph.TmfGraphTest) Time elapsed: 0 s 15:35:33 [2019-07-19T19:35:33.314Z] testGraphStatistics(org.eclipse.tracecompass.analysis.graph.core.tests.graph.TmfGraphTest) Time elapsed: 0.002 s 15:35:33 [2019-07-19T19:35:33.314Z] testParent(org.eclipse.tracecompass.analysis.graph.core.tests.graph.TmfGraphTest) Time elapsed: 0 s 15:35:33 [2019-07-19T19:35:33.314Z] testDefaultConstructor(org.eclipse.tracecompass.analysis.graph.core.tests.graph.TmfGraphTest) Time elapsed: 0 s 15:35:33 [2019-07-19T19:35:33.314Z] Running org.eclipse.tracecompass.analysis.graph.core.tests.analysis.criticalpath.TmfCriticalPathAlgoBoundedTest 15:35:33 [2019-07-19T19:35:33.314Z] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.eclipse.tracecompass.analysis.graph.core.tests.analysis.criticalpath.TmfCriticalPathAlgoBoundedTest 15:35:33 [2019-07-19T19:35:33.314Z] testCriticalPathWakeupOpenedDelay(org.eclipse.tracecompass.analysis.graph.core.tests.analysis.criticalpath.TmfCriticalPathAlgoBoundedTest) Time elapsed: 0.02 s 15:35:33 [2019-07-19T19:35:33.314Z] testCriticalPathWakeupInterleave(org.eclipse.tracecompass.analysis.graph.core.tests.analysis.criticalpath.TmfCriticalPathAlgoBoundedTest) Time elapsed: 0.001 s 15:35:33 [2019-07-19T19:35:33.314Z] testCriticalPathWakeupMissing(org.eclipse.tracecompass.analysis.graph.core.tests.analysis.criticalpath.TmfCriticalPathAlgoBoundedTest) Time elapsed: 0.001 s 15:35:33 [2019-07-19T19:35:33.314Z] testCriticalPathWakeupNew(org.eclipse.tracecompass.analysis.graph.core.tests.analysis.criticalpath.TmfCriticalPathAlgoBoundedTest) Time elapsed: 0.001 s 15:35:33 [2019-07-19T19:35:33.314Z] testCriticalPathWakeupMutual(org.eclipse.tracecompass.analysis.graph.core.tests.analysis.criticalpath.TmfCriticalPathAlgoBoundedTest) Time elapsed: 0.001 s 15:35:33 [2019-07-19T19:35:33.314Z] testCriticalPathWakeupNested(org.eclipse.tracecompass.analysis.graph.core.tests.analysis.criticalpath.TmfCriticalPathAlgoBoundedTest) Time elapsed: 0.001 s 15:35:33 [2019-07-19T19:35:33.314Z] testCriticalPathBasic(org.eclipse.tracecompass.analysis.graph.core.tests.analysis.criticalpath.TmfCriticalPathAlgoBoundedTest) Time elapsed: 0 s 15:35:33 [2019-07-19T19:35:33.314Z] testCriticalPathWakeupOpened(org.eclipse.tracecompass.analysis.graph.core.tests.analysis.criticalpath.TmfCriticalPathAlgoBoundedTest) Time elapsed: 0.001 s 15:35:33 [2019-07-19T19:35:33.314Z] testCriticalPathWakeupEmbedded(org.eclipse.tracecompass.analysis.graph.core.tests.analysis.criticalpath.TmfCriticalPathAlgoBoundedTest) Time elapsed: 0.001 s 15:35:33 [2019-07-19T19:35:33.314Z] testCriticalPathWakeupNet1(org.eclipse.tracecompass.analysis.graph.core.tests.analysis.criticalpath.TmfCriticalPathAlgoBoundedTest) Time elapsed: 0.001 s 15:35:33 [2019-07-19T19:35:33.314Z] testCriticalPathWakeupSelf(org.eclipse.tracecompass.analysis.graph.core.tests.analysis.criticalpath.TmfCriticalPathAlgoBoundedTest) Time elapsed: 0.001 s 15:35:33 [2019-07-19T19:35:33.314Z] testCriticalPathWakeupUnknown(org.eclipse.tracecompass.analysis.graph.core.tests.analysis.criticalpath.TmfCriticalPathAlgoBoundedTest) Time elapsed: 0 s 15:35:33 [2019-07-19T19:35:33.314Z] 15:35:33 [2019-07-19T19:35:33.314Z] Results: 15:35:33 [2019-07-19T19:35:33.314Z] 15:35:33 [2019-07-19T19:35:33.314Z] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0 15:35:33 [2019-07-19T19:35:33.314Z] 15:35:34 [2019-07-19T19:35:34.683Z] [INFO] All tests passed! 15:35:34 [2019-07-19T19:35:34.683Z] [INFO] 15:35:34 [2019-07-19T19:35:34.683Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.analysis.graph.core.tests --- 15:35:34 [2019-07-19T19:35:34.683Z] [INFO] Loading execution data file /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core.tests/../../target/jacoco.exec 15:35:34 [2019-07-19T19:35:34.683Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.graph.core.tests' with 28 classes 15:35:34 [2019-07-19T19:35:34.683Z] [INFO] 15:35:34 [2019-07-19T19:35:34.683Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.analysis.graph.core.tests --- 15:35:34 [2019-07-19T19:35:34.683Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core.tests/target/org.eclipse.tracecompass.analysis.graph.core.tests-1.0.4-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.graph.core.tests/1.0.4-SNAPSHOT/org.eclipse.tracecompass.analysis.graph.core.tests-1.0.4-SNAPSHOT.jar 15:35:34 [2019-07-19T19:35:34.683Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core.tests/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.graph.core.tests/1.0.4-SNAPSHOT/org.eclipse.tracecompass.analysis.graph.core.tests-1.0.4-SNAPSHOT.pom 15:35:34 [2019-07-19T19:35:34.683Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core.tests/target/org.eclipse.tracecompass.analysis.graph.core.tests-1.0.4-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.graph.core.tests/1.0.4-SNAPSHOT/org.eclipse.tracecompass.analysis.graph.core.tests-1.0.4-SNAPSHOT-sources.jar 15:35:34 [2019-07-19T19:35:34.683Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core.tests/target/org.eclipse.tracecompass.analysis.graph.core.tests-1.0.4-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.graph.core.tests/1.0.4-SNAPSHOT/org.eclipse.tracecompass.analysis.graph.core.tests-1.0.4-SNAPSHOT-pack200.jar.pack.gz 15:35:34 [2019-07-19T19:35:34.683Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.graph.core.tests/1.0.4-SNAPSHOT/org.eclipse.tracecompass.analysis.graph.core.tests-1.0.4-SNAPSHOT-p2metadata.xml 15:35:34 [2019-07-19T19:35:34.683Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.graph.core.tests/1.0.4-SNAPSHOT/org.eclipse.tracecompass.analysis.graph.core.tests-1.0.4-SNAPSHOT-p2artifacts.xml 15:35:34 [2019-07-19T19:35:34.683Z] [INFO] 15:35:34 [2019-07-19T19:35:34.683Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.analysis.graph.core.tests --- 15:35:34 [2019-07-19T19:35:34.683Z] [INFO] 15:35:34 [2019-07-19T19:35:34.683Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.chart.core >-- 15:35:34 [2019-07-19T19:35:34.683Z] [INFO] Building org.eclipse.tracecompass.tmf.chart.core 1.0.2-SNAPSHOT [26/134] 15:35:34 [2019-07-19T19:35:34.683Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 15:35:34 [2019-07-19T19:35:34.683Z] [INFO] 15:35:34 [2019-07-19T19:35:34.683Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.tmf.chart.core --- 15:35:34 [2019-07-19T19:35:34.683Z] [INFO] 15:35:34 [2019-07-19T19:35:34.683Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.tmf.chart.core --- 15:35:34 [2019-07-19T19:35:34.683Z] [INFO] The project's OSGi version is 1.0.2.201907191907 15:35:34 [2019-07-19T19:35:34.683Z] [INFO] 15:35:34 [2019-07-19T19:35:34.683Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.tmf.chart.core --- 15:35:34 [2019-07-19T19:35:34.683Z] [INFO] 15:35:34 [2019-07-19T19:35:34.683Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.tmf.chart.core --- 15:35:34 [2019-07-19T19:35:34.683Z] [INFO] 15:35:34 [2019-07-19T19:35:34.683Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.tmf.chart.core --- 15:35:34 [2019-07-19T19:35:34.683Z] [INFO] 15:35:34 [2019-07-19T19:35:34.683Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.tmf.chart.core --- 15:35:34 [2019-07-19T19:35:34.683Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.core/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 15:35:34 [2019-07-19T19:35:34.683Z] [INFO] 15:35:34 [2019-07-19T19:35:34.683Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.tmf.chart.core --- 15:35:34 [2019-07-19T19:35:34.683Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:35:34 [2019-07-19T19:35:34.683Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.core/src/main/resources 15:35:34 [2019-07-19T19:35:34.683Z] [INFO] 15:35:34 [2019-07-19T19:35:34.683Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.tmf.chart.core --- 15:35:34 [2019-07-19T19:35:34.683Z] [INFO] Compiling 33 source files to /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.core/target/classes 15:35:34 [2019-07-19T19:35:34.940Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.core/src/org/eclipse/tracecompass/internal/provisional/tmf/chart/core/descriptor/DescriptorTypeVisitor.java:[59] 15:35:34 [2019-07-19T19:35:34.940Z] private final EnumSet<DescriptorType> fType = EnumSet.noneOf(DescriptorType.class); 15:35:34 [2019-07-19T19:35:34.940Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:35:34 [2019-07-19T19:35:34.940Z] Null type safety (type annotations): The expression of type 'EnumSet<DescriptorTypeVisitor.@NonNull DescriptorType>' needs unchecked conversion to conform to '@NonNull EnumSet<DescriptorTypeVisitor.@NonNull DescriptorType>' 15:35:34 [2019-07-19T19:35:34.940Z] 1 problem (1 warning) 15:35:34 [2019-07-19T19:35:34.940Z] [INFO] 15:35:34 [2019-07-19T19:35:34.940Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.tmf.chart.core --- 15:35:34 [2019-07-19T19:35:34.940Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:35:34 [2019-07-19T19:35:34.940Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.core/src/test/resources 15:35:34 [2019-07-19T19:35:34.940Z] [INFO] 15:35:34 [2019-07-19T19:35:34.940Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.tmf.chart.core --- 15:35:34 [2019-07-19T19:35:34.940Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.core/target/org.eclipse.tracecompass.tmf.chart.core-1.0.2-SNAPSHOT-sources.jar 15:35:34 [2019-07-19T19:35:34.940Z] [INFO] 15:35:34 [2019-07-19T19:35:34.940Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.tmf.chart.core --- 15:35:34 [2019-07-19T19:35:34.940Z] [INFO] 15:35:34 [2019-07-19T19:35:34.940Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.tmf.chart.core --- 15:35:34 [2019-07-19T19:35:34.940Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.core/target/org.eclipse.tracecompass.tmf.chart.core-1.0.2-SNAPSHOT.jar 15:35:35 [2019-07-19T19:35:35.198Z] [INFO] 15:35:35 [2019-07-19T19:35:35.198Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.tmf.chart.core --- 15:35:35 [2019-07-19T19:35:35.198Z] [INFO] 15:35:35 [2019-07-19T19:35:35.198Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.tmf.chart.core --- 15:35:35 [2019-07-19T19:35:35.198Z] [INFO] 15:35:35 [2019-07-19T19:35:35.198Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.tmf.chart.core --- 15:35:35 [2019-07-19T19:35:35.198Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.core/target/org.eclipse.tracecompass.tmf.chart.core-1.0.2-SNAPSHOT.jar 15:35:35 [2019-07-19T19:35:35.198Z] [INFO] 15:35:35 [2019-07-19T19:35:35.198Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.tmf.chart.core --- 15:35:35 [2019-07-19T19:35:35.198Z] [INFO] 15:35:35 [2019-07-19T19:35:35.198Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.tmf.chart.core --- 15:35:35 [2019-07-19T19:35:35.198Z] [INFO] Loading execution data file /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.core/../../target/jacoco.exec 15:35:35 [2019-07-19T19:35:35.198Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.chart.core' with 18 classes 15:35:35 [2019-07-19T19:35:35.198Z] [INFO] 15:35:35 [2019-07-19T19:35:35.198Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.tmf.chart.core --- 15:35:35 [2019-07-19T19:35:35.198Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.core/target/org.eclipse.tracecompass.tmf.chart.core-1.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.chart.core/1.0.2-SNAPSHOT/org.eclipse.tracecompass.tmf.chart.core-1.0.2-SNAPSHOT.jar 15:35:35 [2019-07-19T19:35:35.198Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.core/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.chart.core/1.0.2-SNAPSHOT/org.eclipse.tracecompass.tmf.chart.core-1.0.2-SNAPSHOT.pom 15:35:35 [2019-07-19T19:35:35.198Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.core/target/org.eclipse.tracecompass.tmf.chart.core-1.0.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.chart.core/1.0.2-SNAPSHOT/org.eclipse.tracecompass.tmf.chart.core-1.0.2-SNAPSHOT-sources.jar 15:35:35 [2019-07-19T19:35:35.198Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.core/target/org.eclipse.tracecompass.tmf.chart.core-1.0.2-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.chart.core/1.0.2-SNAPSHOT/org.eclipse.tracecompass.tmf.chart.core-1.0.2-SNAPSHOT-pack200.jar.pack.gz 15:35:35 [2019-07-19T19:35:35.198Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.core/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.chart.core/1.0.2-SNAPSHOT/org.eclipse.tracecompass.tmf.chart.core-1.0.2-SNAPSHOT-p2metadata.xml 15:35:35 [2019-07-19T19:35:35.198Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.core/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.chart.core/1.0.2-SNAPSHOT/org.eclipse.tracecompass.tmf.chart.core-1.0.2-SNAPSHOT-p2artifacts.xml 15:35:35 [2019-07-19T19:35:35.198Z] [INFO] 15:35:35 [2019-07-19T19:35:35.198Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.tmf.chart.core --- 15:35:35 [2019-07-19T19:35:35.198Z] [INFO] 15:35:35 [2019-07-19T19:35:35.198Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.lami.core >-- 15:35:35 [2019-07-19T19:35:35.198Z] [INFO] Building org.eclipse.tracecompass.analysis.lami.core 1.1.0-SNAPSHOT [27/134] 15:35:35 [2019-07-19T19:35:35.198Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 15:35:35 [2019-07-19T19:35:35.198Z] [INFO] 15:35:35 [2019-07-19T19:35:35.198Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.analysis.lami.core --- 15:35:35 [2019-07-19T19:35:35.198Z] [INFO] 15:35:35 [2019-07-19T19:35:35.198Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.analysis.lami.core --- 15:35:35 [2019-07-19T19:35:35.198Z] [INFO] The project's OSGi version is 1.1.0.201907191907 15:35:35 [2019-07-19T19:35:35.198Z] [INFO] 15:35:35 [2019-07-19T19:35:35.198Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.analysis.lami.core --- 15:35:35 [2019-07-19T19:35:35.198Z] [INFO] 15:35:35 [2019-07-19T19:35:35.198Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.analysis.lami.core --- 15:35:35 [2019-07-19T19:35:35.198Z] [INFO] 15:35:35 [2019-07-19T19:35:35.198Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.analysis.lami.core --- 15:35:35 [2019-07-19T19:35:35.198Z] [INFO] 15:35:35 [2019-07-19T19:35:35.198Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.analysis.lami.core --- 15:35:35 [2019-07-19T19:35:35.198Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 15:35:35 [2019-07-19T19:35:35.198Z] [INFO] 15:35:35 [2019-07-19T19:35:35.198Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.analysis.lami.core --- 15:35:35 [2019-07-19T19:35:35.198Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:35:35 [2019-07-19T19:35:35.198Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core/src/main/resources 15:35:35 [2019-07-19T19:35:35.198Z] [INFO] 15:35:35 [2019-07-19T19:35:35.198Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.analysis.lami.core --- 15:35:35 [2019-07-19T19:35:35.198Z] [INFO] Compiling 61 source files to /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core/target/classes 15:35:36 [2019-07-19T19:35:36.129Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core/src/org/eclipse/tracecompass/internal/provisional/analysis/lami/core/module/LamiAnalysisFactoryFromConfigFile.java:[136] 15:35:36 [2019-07-19T19:35:36.129Z] try (final DirectoryStream<Path> directoryStream = Files.newDirectoryStream(configDir)) { 15:35:36 [2019-07-19T19:35:36.129Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:35:36 [2019-07-19T19:35:36.129Z] Null type safety (type annotations): The expression of type 'DirectoryStream<Path>' needs unchecked conversion to conform to 'DirectoryStream<@NonNull Path>' 15:35:36 [2019-07-19T19:35:36.129Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core/src/org/eclipse/tracecompass/internal/provisional/analysis/lami/core/types/LamiData.java:[282] 15:35:36 [2019-07-19T19:35:36.129Z] complexTypeGenBuilder.put(LamiStrings.DATA_CLASS_STRING, (obj) -> new LamiString(obj.getString(LamiStrings.VALUE))); 15:35:36 [2019-07-19T19:35:36.129Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:35:36 [2019-07-19T19:35:36.129Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:35:36 [2019-07-19T19:35:36.129Z] 2 problems (2 warnings) 15:35:36 [2019-07-19T19:35:36.129Z] [INFO] 15:35:36 [2019-07-19T19:35:36.129Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.analysis.lami.core --- 15:35:36 [2019-07-19T19:35:36.129Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:35:36 [2019-07-19T19:35:36.129Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core/src/test/resources 15:35:36 [2019-07-19T19:35:36.129Z] [INFO] 15:35:36 [2019-07-19T19:35:36.129Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.analysis.lami.core --- 15:35:36 [2019-07-19T19:35:36.129Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core/target/org.eclipse.tracecompass.analysis.lami.core-1.1.0-SNAPSHOT-sources.jar 15:35:36 [2019-07-19T19:35:36.129Z] [INFO] 15:35:36 [2019-07-19T19:35:36.129Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.analysis.lami.core --- 15:35:36 [2019-07-19T19:35:36.129Z] [INFO] 15:35:36 [2019-07-19T19:35:36.129Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.analysis.lami.core --- 15:35:36 [2019-07-19T19:35:36.129Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core/target/org.eclipse.tracecompass.analysis.lami.core-1.1.0-SNAPSHOT.jar 15:35:36 [2019-07-19T19:35:36.129Z] [INFO] 15:35:36 [2019-07-19T19:35:36.129Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.analysis.lami.core --- 15:35:36 [2019-07-19T19:35:36.129Z] [INFO] 15:35:36 [2019-07-19T19:35:36.129Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.analysis.lami.core --- 15:35:36 [2019-07-19T19:35:36.129Z] [INFO] 15:35:36 [2019-07-19T19:35:36.129Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.analysis.lami.core --- 15:35:36 [2019-07-19T19:35:36.129Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core/target/org.eclipse.tracecompass.analysis.lami.core-1.1.0-SNAPSHOT.jar 15:35:36 [2019-07-19T19:35:36.387Z] [INFO] 15:35:36 [2019-07-19T19:35:36.387Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.analysis.lami.core --- 15:35:36 [2019-07-19T19:35:36.387Z] [INFO] 15:35:36 [2019-07-19T19:35:36.387Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.analysis.lami.core --- 15:35:36 [2019-07-19T19:35:36.387Z] [INFO] Loading execution data file /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core/../../target/jacoco.exec 15:35:36 [2019-07-19T19:35:36.387Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.lami.core' with 61 classes 15:35:36 [2019-07-19T19:35:36.387Z] [INFO] 15:35:36 [2019-07-19T19:35:36.387Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.analysis.lami.core --- 15:35:36 [2019-07-19T19:35:36.387Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core/target/org.eclipse.tracecompass.analysis.lami.core-1.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.lami.core/1.1.0-SNAPSHOT/org.eclipse.tracecompass.analysis.lami.core-1.1.0-SNAPSHOT.jar 15:35:36 [2019-07-19T19:35:36.387Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.lami.core/1.1.0-SNAPSHOT/org.eclipse.tracecompass.analysis.lami.core-1.1.0-SNAPSHOT.pom 15:35:36 [2019-07-19T19:35:36.387Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core/target/org.eclipse.tracecompass.analysis.lami.core-1.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.lami.core/1.1.0-SNAPSHOT/org.eclipse.tracecompass.analysis.lami.core-1.1.0-SNAPSHOT-sources.jar 15:35:36 [2019-07-19T19:35:36.387Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core/target/org.eclipse.tracecompass.analysis.lami.core-1.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.lami.core/1.1.0-SNAPSHOT/org.eclipse.tracecompass.analysis.lami.core-1.1.0-SNAPSHOT-pack200.jar.pack.gz 15:35:36 [2019-07-19T19:35:36.645Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.lami.core/1.1.0-SNAPSHOT/org.eclipse.tracecompass.analysis.lami.core-1.1.0-SNAPSHOT-p2metadata.xml 15:35:36 [2019-07-19T19:35:36.645Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.lami.core/1.1.0-SNAPSHOT/org.eclipse.tracecompass.analysis.lami.core-1.1.0-SNAPSHOT-p2artifacts.xml 15:35:36 [2019-07-19T19:35:36.645Z] [INFO] 15:35:36 [2019-07-19T19:35:36.645Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.analysis.lami.core --- 15:35:36 [2019-07-19T19:35:36.645Z] [INFO] 15:35:36 [2019-07-19T19:35:36.645Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.lami.core.tests >-- 15:35:36 [2019-07-19T19:35:36.645Z] [INFO] Building org.eclipse.tracecompass.analysis.lami.core.tests 1.0.1-SNAPSHOT [28/134] 15:35:36 [2019-07-19T19:35:36.645Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- 15:35:36 [2019-07-19T19:35:36.645Z] [INFO] 15:35:36 [2019-07-19T19:35:36.645Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.analysis.lami.core.tests --- 15:35:36 [2019-07-19T19:35:36.645Z] [INFO] 15:35:36 [2019-07-19T19:35:36.645Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.analysis.lami.core.tests --- 15:35:36 [2019-07-19T19:35:36.645Z] [INFO] The project's OSGi version is 1.0.1.201907191907 15:35:36 [2019-07-19T19:35:36.645Z] [INFO] 15:35:36 [2019-07-19T19:35:36.645Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.analysis.lami.core.tests --- 15:35:36 [2019-07-19T19:35:36.645Z] [INFO] 15:35:36 [2019-07-19T19:35:36.645Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.analysis.lami.core.tests --- 15:35:36 [2019-07-19T19:35:36.645Z] [INFO] 15:35:36 [2019-07-19T19:35:36.645Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.analysis.lami.core.tests --- 15:35:36 [2019-07-19T19:35:36.645Z] [INFO] 15:35:36 [2019-07-19T19:35:36.645Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.analysis.lami.core.tests --- 15:35:36 [2019-07-19T19:35:36.645Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 15:35:36 [2019-07-19T19:35:36.645Z] [INFO] 15:35:36 [2019-07-19T19:35:36.645Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.analysis.lami.core.tests --- 15:35:36 [2019-07-19T19:35:36.645Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:35:36 [2019-07-19T19:35:36.645Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core.tests/src/main/resources 15:35:36 [2019-07-19T19:35:36.645Z] [INFO] 15:35:36 [2019-07-19T19:35:36.645Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.analysis.lami.core.tests --- 15:35:36 [2019-07-19T19:35:36.645Z] [INFO] Compiling 5 source files to /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core.tests/target/classes 15:35:36 [2019-07-19T19:35:36.906Z] [INFO] 15:35:36 [2019-07-19T19:35:36.906Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.analysis.lami.core.tests --- 15:35:36 [2019-07-19T19:35:36.906Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:35:36 [2019-07-19T19:35:36.906Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core.tests/src/test/resources 15:35:36 [2019-07-19T19:35:36.906Z] [INFO] 15:35:36 [2019-07-19T19:35:36.906Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.analysis.lami.core.tests --- 15:35:36 [2019-07-19T19:35:36.906Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core.tests/target/org.eclipse.tracecompass.analysis.lami.core.tests-1.0.1-SNAPSHOT-sources.jar 15:35:36 [2019-07-19T19:35:36.906Z] [INFO] 15:35:36 [2019-07-19T19:35:36.906Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.analysis.lami.core.tests --- 15:35:36 [2019-07-19T19:35:36.906Z] [INFO] 15:35:36 [2019-07-19T19:35:36.906Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.analysis.lami.core.tests --- 15:35:36 [2019-07-19T19:35:36.906Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core.tests/target/org.eclipse.tracecompass.analysis.lami.core.tests-1.0.1-SNAPSHOT.jar 15:35:36 [2019-07-19T19:35:36.906Z] [INFO] 15:35:36 [2019-07-19T19:35:36.906Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.analysis.lami.core.tests --- 15:35:36 [2019-07-19T19:35:36.906Z] [INFO] 15:35:37 [2019-07-19T19:35:37.281Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.analysis.lami.core.tests --- 15:35:37 [2019-07-19T19:35:37.281Z] [INFO] 15:35:37 [2019-07-19T19:35:37.281Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.analysis.lami.core.tests --- 15:35:37 [2019-07-19T19:35:37.281Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core.tests/target/org.eclipse.tracecompass.analysis.lami.core.tests-1.0.1-SNAPSHOT.jar 15:35:37 [2019-07-19T19:35:37.281Z] [INFO] 15:35:37 [2019-07-19T19:35:37.281Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.analysis.lami.core.tests --- 15:35:37 [2019-07-19T19:35:37.281Z] [INFO] 15:35:37 [2019-07-19T19:35:37.281Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.analysis.lami.core.tests --- 15:35:38 [2019-07-19T19:35:38.652Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core.tests/target/work/data/.metadata/.log 15:35:38 [2019-07-19T19:35:38.652Z] [INFO] Command line: 15:35:38 [2019-07-19T19:35:38.652Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog] 15:35:38 [2019-07-19T19:35:38.652Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass 15:35:41 [2019-07-19T19:35:41.926Z] !SESSION 2019-07-19 19:35:38.623 ----------------------------------------------- 15:35:41 [2019-07-19T19:35:41.926Z] eclipse.buildId=unknown 15:35:41 [2019-07-19T19:35:41.926Z] java.version=1.8.0_202 15:35:41 [2019-07-19T19:35:41.926Z] java.vendor=Oracle Corporation 15:35:41 [2019-07-19T19:35:41.926Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US 15:35:41 [2019-07-19T19:35:41.926Z] Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core.tests/target/surefire.properties -product org.eclipse.platform.ide 15:35:41 [2019-07-19T19:35:41.926Z] Command-line arguments: -data /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog 15:35:41 [2019-07-19T19:35:41.926Z] 15:35:41 [2019-07-19T19:35:41.926Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-19 19:35:41.784 15:35:41 [2019-07-19T19:35:41.926Z] !MESSAGE FrameworkEvent ERROR 15:35:41 [2019-07-19T19:35:41.926Z] !STACK 0 15:35:41 [2019-07-19T19:35:41.926Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [61] 15:35:41 [2019-07-19T19:35:41.926Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 15:35:41 [2019-07-19T19:35:41.926Z] 15:35:41 [2019-07-19T19:35:41.926Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 15:35:41 [2019-07-19T19:35:41.926Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 15:35:41 [2019-07-19T19:35:41.926Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 15:35:41 [2019-07-19T19:35:41.926Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 15:35:41 [2019-07-19T19:35:41.926Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 15:35:41 [2019-07-19T19:35:41.926Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 15:35:41 [2019-07-19T19:35:41.926Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 15:35:41 [2019-07-19T19:35:41.926Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 15:35:41 [2019-07-19T19:35:41.926Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 15:35:41 [2019-07-19T19:35:41.926Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 15:35:42 [2019-07-19T19:35:42.184Z] 15:35:42 [2019-07-19T19:35:42.184Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-19 19:35:41.982 15:35:42 [2019-07-19T19:35:42.184Z] !MESSAGE FrameworkEvent ERROR 15:35:42 [2019-07-19T19:35:42.184Z] !STACK 0 15:35:42 [2019-07-19T19:35:42.184Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [130] 15:35:42 [2019-07-19T19:35:42.184Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 15:35:42 [2019-07-19T19:35:42.184Z] Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)" 15:35:42 [2019-07-19T19:35:42.184Z] -> Export-Package: org.apache.http.impl.auth.win; bundle-symbolic-name="org.apache.httpcomponents.httpclient.win"; bundle-version="4.5.6.v20190213-1947"; version="4.5.6"; x-internal:="true"; uses:="org.apache.http,org.apache.http.auth,org.apache.http.client,org.apache.http.impl.auth,org.apache.http.protocol,org.apache.http.util" 15:35:42 [2019-07-19T19:35:42.184Z] org.apache.httpcomponents.httpclient.win [35] 15:35:42 [2019-07-19T19:35:42.184Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 15:35:42 [2019-07-19T19:35:42.184Z] 15:35:42 [2019-07-19T19:35:42.184Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 15:35:42 [2019-07-19T19:35:42.184Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 15:35:42 [2019-07-19T19:35:42.184Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 15:35:42 [2019-07-19T19:35:42.184Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 15:35:42 [2019-07-19T19:35:42.184Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 15:35:42 [2019-07-19T19:35:42.184Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 15:35:42 [2019-07-19T19:35:42.184Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 15:35:42 [2019-07-19T19:35:42.184Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 15:35:42 [2019-07-19T19:35:42.184Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 15:35:42 [2019-07-19T19:35:42.184Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 15:35:44 [2019-07-19T19:35:44.709Z] Running org.eclipse.tracecompass.analysis.lami.core.tests.LamiJsonParserTest 15:35:45 [2019-07-19T19:35:45.274Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.539 s - in org.eclipse.tracecompass.analysis.lami.core.tests.LamiJsonParserTest 15:35:45 [2019-07-19T19:35:45.274Z] testBaseCommand(org.eclipse.tracecompass.analysis.lami.core.tests.LamiJsonParserTest) Time elapsed: 0.272 s 15:35:45 [2019-07-19T19:35:45.274Z] testMetadata(org.eclipse.tracecompass.analysis.lami.core.tests.LamiJsonParserTest) Time elapsed: 0.113 s 15:35:45 [2019-07-19T19:35:45.274Z] testResults(org.eclipse.tracecompass.analysis.lami.core.tests.LamiJsonParserTest) Time elapsed: 0.091 s 15:35:45 [2019-07-19T19:35:45.274Z] testResultsError(org.eclipse.tracecompass.analysis.lami.core.tests.LamiJsonParserTest) Time elapsed: 0.003 s 15:35:45 [2019-07-19T19:35:45.274Z] 15:35:45 [2019-07-19T19:35:45.274Z] Results: 15:35:45 [2019-07-19T19:35:45.274Z] 15:35:45 [2019-07-19T19:35:45.274Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 15:35:45 [2019-07-19T19:35:45.274Z] 15:35:46 [2019-07-19T19:35:46.643Z] [INFO] All tests passed! 15:35:46 [2019-07-19T19:35:46.643Z] [INFO] 15:35:46 [2019-07-19T19:35:46.643Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.analysis.lami.core.tests --- 15:35:46 [2019-07-19T19:35:46.643Z] [INFO] Loading execution data file /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core.tests/../../target/jacoco.exec 15:35:46 [2019-07-19T19:35:46.643Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.lami.core.tests' with 6 classes 15:35:46 [2019-07-19T19:35:46.643Z] [INFO] 15:35:46 [2019-07-19T19:35:46.643Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.analysis.lami.core.tests --- 15:35:46 [2019-07-19T19:35:46.643Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core.tests/target/org.eclipse.tracecompass.analysis.lami.core.tests-1.0.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.lami.core.tests/1.0.1-SNAPSHOT/org.eclipse.tracecompass.analysis.lami.core.tests-1.0.1-SNAPSHOT.jar 15:35:46 [2019-07-19T19:35:46.643Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core.tests/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.lami.core.tests/1.0.1-SNAPSHOT/org.eclipse.tracecompass.analysis.lami.core.tests-1.0.1-SNAPSHOT.pom 15:35:46 [2019-07-19T19:35:46.643Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core.tests/target/org.eclipse.tracecompass.analysis.lami.core.tests-1.0.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.lami.core.tests/1.0.1-SNAPSHOT/org.eclipse.tracecompass.analysis.lami.core.tests-1.0.1-SNAPSHOT-sources.jar 15:35:46 [2019-07-19T19:35:46.643Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core.tests/target/org.eclipse.tracecompass.analysis.lami.core.tests-1.0.1-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.lami.core.tests/1.0.1-SNAPSHOT/org.eclipse.tracecompass.analysis.lami.core.tests-1.0.1-SNAPSHOT-pack200.jar.pack.gz 15:35:46 [2019-07-19T19:35:46.643Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.lami.core.tests/1.0.1-SNAPSHOT/org.eclipse.tracecompass.analysis.lami.core.tests-1.0.1-SNAPSHOT-p2metadata.xml 15:35:46 [2019-07-19T19:35:46.643Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.lami.core.tests/1.0.1-SNAPSHOT/org.eclipse.tracecompass.analysis.lami.core.tests-1.0.1-SNAPSHOT-p2artifacts.xml 15:35:46 [2019-07-19T19:35:46.643Z] [INFO] 15:35:46 [2019-07-19T19:35:46.643Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.analysis.lami.core.tests --- 15:35:46 [2019-07-19T19:35:46.643Z] [INFO] 15:35:46 [2019-07-19T19:35:46.643Z] [INFO] ---< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.chart.ui >--- 15:35:46 [2019-07-19T19:35:46.643Z] [INFO] Building org.eclipse.tracecompass.tmf.chart.ui 1.0.7-SNAPSHOT [29/134] 15:35:46 [2019-07-19T19:35:46.643Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 15:35:46 [2019-07-19T19:35:46.643Z] [INFO] 15:35:46 [2019-07-19T19:35:46.643Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.tmf.chart.ui --- 15:35:46 [2019-07-19T19:35:46.643Z] [INFO] 15:35:46 [2019-07-19T19:35:46.643Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.tmf.chart.ui --- 15:35:46 [2019-07-19T19:35:46.643Z] [INFO] The project's OSGi version is 1.0.7.201907191907 15:35:46 [2019-07-19T19:35:46.643Z] [INFO] 15:35:46 [2019-07-19T19:35:46.643Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.tmf.chart.ui --- 15:35:46 [2019-07-19T19:35:46.643Z] [INFO] 15:35:46 [2019-07-19T19:35:46.643Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.tmf.chart.ui --- 15:35:46 [2019-07-19T19:35:46.643Z] [INFO] 15:35:46 [2019-07-19T19:35:46.643Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.tmf.chart.ui --- 15:35:46 [2019-07-19T19:35:46.643Z] [INFO] 15:35:46 [2019-07-19T19:35:46.643Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.tmf.chart.ui --- 15:35:46 [2019-07-19T19:35:46.643Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 15:35:46 [2019-07-19T19:35:46.643Z] [INFO] 15:35:46 [2019-07-19T19:35:46.643Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.tmf.chart.ui --- 15:35:46 [2019-07-19T19:35:46.643Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:35:46 [2019-07-19T19:35:46.643Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui/src/main/resources 15:35:46 [2019-07-19T19:35:46.643Z] [INFO] 15:35:46 [2019-07-19T19:35:46.643Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.tmf.chart.ui --- 15:35:46 [2019-07-19T19:35:46.643Z] [INFO] Compiling 31 source files to /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui/target/classes 15:35:47 [2019-07-19T19:35:47.207Z] [INFO] 15:35:47 [2019-07-19T19:35:47.207Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.tmf.chart.ui --- 15:35:47 [2019-07-19T19:35:47.207Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:35:47 [2019-07-19T19:35:47.207Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui/src/test/resources 15:35:47 [2019-07-19T19:35:47.207Z] [INFO] 15:35:47 [2019-07-19T19:35:47.207Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.tmf.chart.ui --- 15:35:47 [2019-07-19T19:35:47.207Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui/target/org.eclipse.tracecompass.tmf.chart.ui-1.0.7-SNAPSHOT-sources.jar 15:35:47 [2019-07-19T19:35:47.207Z] [INFO] 15:35:47 [2019-07-19T19:35:47.207Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.tmf.chart.ui --- 15:35:47 [2019-07-19T19:35:47.207Z] [INFO] 15:35:47 [2019-07-19T19:35:47.207Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.tmf.chart.ui --- 15:35:47 [2019-07-19T19:35:47.207Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui/target/org.eclipse.tracecompass.tmf.chart.ui-1.0.7-SNAPSHOT.jar 15:35:47 [2019-07-19T19:35:47.464Z] [INFO] 15:35:47 [2019-07-19T19:35:47.464Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.tmf.chart.ui --- 15:35:47 [2019-07-19T19:35:47.464Z] [INFO] 15:35:47 [2019-07-19T19:35:47.464Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.tmf.chart.ui --- 15:35:47 [2019-07-19T19:35:47.464Z] [INFO] 15:35:47 [2019-07-19T19:35:47.464Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.tmf.chart.ui --- 15:35:47 [2019-07-19T19:35:47.464Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui/target/org.eclipse.tracecompass.tmf.chart.ui-1.0.7-SNAPSHOT.jar 15:35:47 [2019-07-19T19:35:47.464Z] [INFO] 15:35:47 [2019-07-19T19:35:47.464Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.tmf.chart.ui --- 15:35:47 [2019-07-19T19:35:47.464Z] [INFO] 15:35:47 [2019-07-19T19:35:47.464Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.tmf.chart.ui --- 15:35:47 [2019-07-19T19:35:47.464Z] [INFO] Loading execution data file /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui/../../target/jacoco.exec 15:35:47 [2019-07-19T19:35:47.464Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.chart.ui' with 50 classes 15:35:47 [2019-07-19T19:35:47.721Z] [INFO] 15:35:47 [2019-07-19T19:35:47.721Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.tmf.chart.ui --- 15:35:47 [2019-07-19T19:35:47.721Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui/target/org.eclipse.tracecompass.tmf.chart.ui-1.0.7-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.chart.ui/1.0.7-SNAPSHOT/org.eclipse.tracecompass.tmf.chart.ui-1.0.7-SNAPSHOT.jar 15:35:47 [2019-07-19T19:35:47.721Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.chart.ui/1.0.7-SNAPSHOT/org.eclipse.tracecompass.tmf.chart.ui-1.0.7-SNAPSHOT.pom 15:35:47 [2019-07-19T19:35:47.721Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui/target/org.eclipse.tracecompass.tmf.chart.ui-1.0.7-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.chart.ui/1.0.7-SNAPSHOT/org.eclipse.tracecompass.tmf.chart.ui-1.0.7-SNAPSHOT-sources.jar 15:35:47 [2019-07-19T19:35:47.721Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui/target/org.eclipse.tracecompass.tmf.chart.ui-1.0.7-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.chart.ui/1.0.7-SNAPSHOT/org.eclipse.tracecompass.tmf.chart.ui-1.0.7-SNAPSHOT-pack200.jar.pack.gz 15:35:47 [2019-07-19T19:35:47.721Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.chart.ui/1.0.7-SNAPSHOT/org.eclipse.tracecompass.tmf.chart.ui-1.0.7-SNAPSHOT-p2metadata.xml 15:35:47 [2019-07-19T19:35:47.721Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.chart.ui/1.0.7-SNAPSHOT/org.eclipse.tracecompass.tmf.chart.ui-1.0.7-SNAPSHOT-p2artifacts.xml 15:35:47 [2019-07-19T19:35:47.721Z] [INFO] 15:35:47 [2019-07-19T19:35:47.721Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.tmf.chart.ui --- 15:35:47 [2019-07-19T19:35:47.721Z] [INFO] 15:35:47 [2019-07-19T19:35:47.721Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.lami.ui >-- 15:35:47 [2019-07-19T19:35:47.721Z] [INFO] Building org.eclipse.tracecompass.analysis.lami.ui 1.1.0-SNAPSHOT [30/134] 15:35:47 [2019-07-19T19:35:47.721Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 15:35:47 [2019-07-19T19:35:47.721Z] [INFO] 15:35:47 [2019-07-19T19:35:47.721Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.analysis.lami.ui --- 15:35:47 [2019-07-19T19:35:47.721Z] [INFO] 15:35:47 [2019-07-19T19:35:47.721Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.analysis.lami.ui --- 15:35:47 [2019-07-19T19:35:47.721Z] [INFO] The project's OSGi version is 1.1.0.201907191907 15:35:47 [2019-07-19T19:35:47.721Z] [INFO] 15:35:47 [2019-07-19T19:35:47.721Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.analysis.lami.ui --- 15:35:47 [2019-07-19T19:35:47.721Z] [INFO] 15:35:47 [2019-07-19T19:35:47.721Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.analysis.lami.ui --- 15:35:47 [2019-07-19T19:35:47.722Z] [INFO] 15:35:47 [2019-07-19T19:35:47.722Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.analysis.lami.ui --- 15:35:47 [2019-07-19T19:35:47.722Z] [INFO] 15:35:47 [2019-07-19T19:35:47.722Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.analysis.lami.ui --- 15:35:47 [2019-07-19T19:35:47.722Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 15:35:47 [2019-07-19T19:35:47.722Z] [INFO] 15:35:47 [2019-07-19T19:35:47.722Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.analysis.lami.ui --- 15:35:47 [2019-07-19T19:35:47.722Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:35:47 [2019-07-19T19:35:47.722Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui/src/main/resources 15:35:47 [2019-07-19T19:35:47.722Z] [INFO] 15:35:47 [2019-07-19T19:35:47.722Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.analysis.lami.ui --- 15:35:47 [2019-07-19T19:35:47.722Z] [INFO] Compiling 23 source files to /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui/target/classes 15:35:48 [2019-07-19T19:35:48.653Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui/src/org/eclipse/tracecompass/internal/provisional/analysis/lami/ui/viewers/LamiTableViewer.java:[37] 15:35:48 [2019-07-19T19:35:48.653Z] import org.eclipse.tracecompass.internal.tmf.ui.commands.ExportToTsvUtils; 15:35:48 [2019-07-19T19:35:48.653Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:35:48 [2019-07-19T19:35:48.653Z] Discouraged access: The type 'ExportToTsvUtils' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/target/classes') 15:35:48 [2019-07-19T19:35:48.653Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui/src/org/eclipse/tracecompass/internal/provisional/analysis/lami/ui/viewers/LamiTableViewer.java:[241] 15:35:48 [2019-07-19T19:35:48.653Z] ExportToTsvUtils.exportTableToTsv(table, stream); 15:35:48 [2019-07-19T19:35:48.653Z] ^^^^^^^^^^^^^^^^ 15:35:48 [2019-07-19T19:35:48.653Z] Discouraged access: The type 'ExportToTsvUtils' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/target/classes') 15:35:48 [2019-07-19T19:35:48.653Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui/src/org/eclipse/tracecompass/internal/provisional/analysis/lami/ui/viewers/LamiTableViewer.java:[241] 15:35:48 [2019-07-19T19:35:48.653Z] ExportToTsvUtils.exportTableToTsv(table, stream); 15:35:48 [2019-07-19T19:35:48.653Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:35:48 [2019-07-19T19:35:48.653Z] Discouraged access: The method 'ExportToTsvUtils.exportTableToTsv(Table, OutputStream)' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/target/classes') 15:35:48 [2019-07-19T19:35:48.653Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui/src/org/eclipse/tracecompass/internal/provisional/analysis/lami/ui/views/LamiReportView.java:[37] 15:35:48 [2019-07-19T19:35:48.653Z] import org.eclipse.tracecompass.internal.tmf.ui.commands.ExportToTsvAction; 15:35:48 [2019-07-19T19:35:48.653Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:35:48 [2019-07-19T19:35:48.653Z] Discouraged access: The type 'ExportToTsvAction' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/target/classes') 15:35:48 [2019-07-19T19:35:48.653Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui/src/org/eclipse/tracecompass/internal/provisional/analysis/lami/ui/views/LamiReportView.java:[95] 15:35:48 [2019-07-19T19:35:48.653Z] private final Action fExportTsvAction = new ExportToTsvAction() { 15:35:48 [2019-07-19T19:35:48.653Z] @Override 15:35:48 [2019-07-19T19:35:48.653Z] protected void exportToTsv(@Nullable OutputStream stream) { 15:35:48 [2019-07-19T19:35:48.653Z] TmfViewer viewer = getViewer(); 15:35:48 [2019-07-19T19:35:48.653Z] if (viewer instanceof LamiTableViewer) { 15:35:48 [2019-07-19T19:35:48.653Z] ((LamiTableViewer) viewer).exportToTsv(stream); 15:35:48 [2019-07-19T19:35:48.653Z] } 15:35:48 [2019-07-19T19:35:48.653Z] } 15:35:48 [2019-07-19T19:35:48.654Z] private @Nullable TmfViewer getViewer() { 15:35:48 [2019-07-19T19:35:48.654Z] LamiReportViewTabPage tabPage = getCurrentSelectedPage(); 15:35:48 [2019-07-19T19:35:48.654Z] if (tabPage == null) { 15:35:48 [2019-07-19T19:35:48.654Z] return null; 15:35:48 [2019-07-19T19:35:48.654Z] } 15:35:48 [2019-07-19T19:35:48.654Z] LamiViewerControl viewerControl = tabPage.getTableViewerControl(); 15:35:48 [2019-07-19T19:35:48.654Z] TmfViewer viewer = viewerControl.getViewer(); 15:35:48 [2019-07-19T19:35:48.654Z] return viewer; 15:35:48 [2019-07-19T19:35:48.654Z] } 15:35:48 [2019-07-19T19:35:48.654Z] @Override 15:35:48 [2019-07-19T19:35:48.654Z] public boolean isEnabled() { 15:35:48 [2019-07-19T19:35:48.654Z] return (getViewer() instanceof LamiTableViewer); 15:35:48 [2019-07-19T19:35:48.654Z] } 15:35:48 [2019-07-19T19:35:48.654Z] @Override 15:35:48 [2019-07-19T19:35:48.654Z] protected @Nullable Shell getShell() { 15:35:48 [2019-07-19T19:35:48.654Z] return getViewSite().getShell(); 15:35:48 [2019-07-19T19:35:48.654Z] } 15:35:48 [2019-07-19T19:35:48.654Z] }; 15:35:48 [2019-07-19T19:35:48.654Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:35:48 [2019-07-19T19:35:48.654Z] Discouraged access: The constructor 'ExportToTsvAction()' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/target/classes') 15:35:48 [2019-07-19T19:35:48.654Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui/src/org/eclipse/tracecompass/internal/provisional/analysis/lami/ui/views/LamiReportView.java:[95] 15:35:48 [2019-07-19T19:35:48.654Z] private final Action fExportTsvAction = new ExportToTsvAction() { 15:35:48 [2019-07-19T19:35:48.654Z] ^^^^^^^^^^^^^^^^^ 15:35:48 [2019-07-19T19:35:48.654Z] Discouraged access: The type 'ExportToTsvAction' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/target/classes') 15:35:48 [2019-07-19T19:35:48.654Z] 6 problems (6 warnings) 15:35:48 [2019-07-19T19:35:48.654Z] [INFO] 15:35:48 [2019-07-19T19:35:48.654Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.analysis.lami.ui --- 15:35:48 [2019-07-19T19:35:48.654Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:35:48 [2019-07-19T19:35:48.654Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui/src/test/resources 15:35:48 [2019-07-19T19:35:48.654Z] [INFO] 15:35:48 [2019-07-19T19:35:48.654Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.analysis.lami.ui --- 15:35:48 [2019-07-19T19:35:48.654Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui/target/org.eclipse.tracecompass.analysis.lami.ui-1.1.0-SNAPSHOT-sources.jar 15:35:48 [2019-07-19T19:35:48.654Z] [INFO] 15:35:48 [2019-07-19T19:35:48.654Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.analysis.lami.ui --- 15:35:48 [2019-07-19T19:35:48.654Z] [INFO] 15:35:48 [2019-07-19T19:35:48.654Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.analysis.lami.ui --- 15:35:48 [2019-07-19T19:35:48.654Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui/target/org.eclipse.tracecompass.analysis.lami.ui-1.1.0-SNAPSHOT.jar 15:35:48 [2019-07-19T19:35:48.654Z] [INFO] 15:35:48 [2019-07-19T19:35:48.654Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.analysis.lami.ui --- 15:35:48 [2019-07-19T19:35:48.654Z] [INFO] 15:35:48 [2019-07-19T19:35:48.654Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.analysis.lami.ui --- 15:35:48 [2019-07-19T19:35:48.654Z] [INFO] 15:35:48 [2019-07-19T19:35:48.654Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.analysis.lami.ui --- 15:35:48 [2019-07-19T19:35:48.654Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui/target/org.eclipse.tracecompass.analysis.lami.ui-1.1.0-SNAPSHOT.jar 15:35:48 [2019-07-19T19:35:48.654Z] [INFO] 15:35:48 [2019-07-19T19:35:48.654Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.analysis.lami.ui --- 15:35:48 [2019-07-19T19:35:48.654Z] [INFO] 15:35:48 [2019-07-19T19:35:48.654Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.analysis.lami.ui --- 15:35:48 [2019-07-19T19:35:48.654Z] [INFO] Loading execution data file /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui/../../target/jacoco.exec 15:35:48 [2019-07-19T19:35:48.912Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.lami.ui' with 29 classes 15:35:48 [2019-07-19T19:35:48.912Z] [INFO] 15:35:48 [2019-07-19T19:35:48.912Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.analysis.lami.ui --- 15:35:48 [2019-07-19T19:35:48.912Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui/target/org.eclipse.tracecompass.analysis.lami.ui-1.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.lami.ui/1.1.0-SNAPSHOT/org.eclipse.tracecompass.analysis.lami.ui-1.1.0-SNAPSHOT.jar 15:35:48 [2019-07-19T19:35:48.912Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.lami.ui/1.1.0-SNAPSHOT/org.eclipse.tracecompass.analysis.lami.ui-1.1.0-SNAPSHOT.pom 15:35:48 [2019-07-19T19:35:48.912Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui/target/org.eclipse.tracecompass.analysis.lami.ui-1.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.lami.ui/1.1.0-SNAPSHOT/org.eclipse.tracecompass.analysis.lami.ui-1.1.0-SNAPSHOT-sources.jar 15:35:48 [2019-07-19T19:35:48.912Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui/target/org.eclipse.tracecompass.analysis.lami.ui-1.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.lami.ui/1.1.0-SNAPSHOT/org.eclipse.tracecompass.analysis.lami.ui-1.1.0-SNAPSHOT-pack200.jar.pack.gz 15:35:48 [2019-07-19T19:35:48.912Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.lami.ui/1.1.0-SNAPSHOT/org.eclipse.tracecompass.analysis.lami.ui-1.1.0-SNAPSHOT-p2metadata.xml 15:35:48 [2019-07-19T19:35:48.912Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.lami.ui/1.1.0-SNAPSHOT/org.eclipse.tracecompass.analysis.lami.ui-1.1.0-SNAPSHOT-p2artifacts.xml 15:35:48 [2019-07-19T19:35:48.912Z] [INFO] 15:35:48 [2019-07-19T19:35:48.912Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.analysis.lami.ui --- 15:35:48 [2019-07-19T19:35:48.912Z] [INFO] 15:35:48 [2019-07-19T19:35:48.912Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.graph.ui >-- 15:35:48 [2019-07-19T19:35:48.912Z] [INFO] Building org.eclipse.tracecompass.analysis.graph.ui 1.0.8-SNAPSHOT [31/134] 15:35:48 [2019-07-19T19:35:48.912Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 15:35:48 [2019-07-19T19:35:48.912Z] [INFO] 15:35:48 [2019-07-19T19:35:48.912Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.analysis.graph.ui --- 15:35:48 [2019-07-19T19:35:48.912Z] [INFO] 15:35:48 [2019-07-19T19:35:48.912Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.analysis.graph.ui --- 15:35:48 [2019-07-19T19:35:48.912Z] [INFO] The project's OSGi version is 1.0.8.201907191907 15:35:48 [2019-07-19T19:35:48.912Z] [INFO] 15:35:48 [2019-07-19T19:35:48.912Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.analysis.graph.ui --- 15:35:48 [2019-07-19T19:35:48.912Z] [INFO] 15:35:48 [2019-07-19T19:35:48.912Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.analysis.graph.ui --- 15:35:48 [2019-07-19T19:35:48.912Z] [INFO] 15:35:48 [2019-07-19T19:35:48.912Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.analysis.graph.ui --- 15:35:48 [2019-07-19T19:35:48.912Z] [INFO] 15:35:48 [2019-07-19T19:35:48.912Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.analysis.graph.ui --- 15:35:48 [2019-07-19T19:35:48.912Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.ui/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 15:35:48 [2019-07-19T19:35:48.912Z] [INFO] 15:35:48 [2019-07-19T19:35:48.912Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.analysis.graph.ui --- 15:35:48 [2019-07-19T19:35:48.912Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:35:48 [2019-07-19T19:35:48.912Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.ui/src/main/resources 15:35:48 [2019-07-19T19:35:48.912Z] [INFO] 15:35:48 [2019-07-19T19:35:48.912Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.analysis.graph.ui --- 15:35:49 [2019-07-19T19:35:49.169Z] [INFO] Compiling 6 source files to /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.ui/target/classes 15:35:49 [2019-07-19T19:35:49.427Z] [INFO] 15:35:49 [2019-07-19T19:35:49.427Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.analysis.graph.ui --- 15:35:49 [2019-07-19T19:35:49.427Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:35:49 [2019-07-19T19:35:49.427Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.ui/src/test/resources 15:35:49 [2019-07-19T19:35:49.427Z] [INFO] 15:35:49 [2019-07-19T19:35:49.427Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.analysis.graph.ui --- 15:35:49 [2019-07-19T19:35:49.427Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.ui/target/org.eclipse.tracecompass.analysis.graph.ui-1.0.8-SNAPSHOT-sources.jar 15:35:49 [2019-07-19T19:35:49.685Z] [INFO] 15:35:49 [2019-07-19T19:35:49.685Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.analysis.graph.ui --- 15:35:49 [2019-07-19T19:35:49.685Z] [INFO] 15:35:49 [2019-07-19T19:35:49.685Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.analysis.graph.ui --- 15:35:49 [2019-07-19T19:35:49.685Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.ui/target/org.eclipse.tracecompass.analysis.graph.ui-1.0.8-SNAPSHOT.jar 15:35:49 [2019-07-19T19:35:49.685Z] [INFO] 15:35:49 [2019-07-19T19:35:49.685Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.analysis.graph.ui --- 15:35:49 [2019-07-19T19:35:49.685Z] [INFO] 15:35:49 [2019-07-19T19:35:49.685Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.analysis.graph.ui --- 15:35:49 [2019-07-19T19:35:49.685Z] [INFO] 15:35:49 [2019-07-19T19:35:49.685Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.analysis.graph.ui --- 15:35:49 [2019-07-19T19:35:49.685Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.ui/target/org.eclipse.tracecompass.analysis.graph.ui-1.0.8-SNAPSHOT.jar 15:35:49 [2019-07-19T19:35:49.685Z] [INFO] 15:35:49 [2019-07-19T19:35:49.685Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.analysis.graph.ui --- 15:35:49 [2019-07-19T19:35:49.685Z] [INFO] 15:35:49 [2019-07-19T19:35:49.685Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.analysis.graph.ui --- 15:35:49 [2019-07-19T19:35:49.685Z] [INFO] Loading execution data file /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.ui/../../target/jacoco.exec 15:35:49 [2019-07-19T19:35:49.685Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.graph.ui' with 9 classes 15:35:49 [2019-07-19T19:35:49.685Z] [INFO] 15:35:49 [2019-07-19T19:35:49.685Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.analysis.graph.ui --- 15:35:49 [2019-07-19T19:35:49.685Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.ui/target/org.eclipse.tracecompass.analysis.graph.ui-1.0.8-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.graph.ui/1.0.8-SNAPSHOT/org.eclipse.tracecompass.analysis.graph.ui-1.0.8-SNAPSHOT.jar 15:35:49 [2019-07-19T19:35:49.685Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.ui/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.graph.ui/1.0.8-SNAPSHOT/org.eclipse.tracecompass.analysis.graph.ui-1.0.8-SNAPSHOT.pom 15:35:49 [2019-07-19T19:35:49.685Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.ui/target/org.eclipse.tracecompass.analysis.graph.ui-1.0.8-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.graph.ui/1.0.8-SNAPSHOT/org.eclipse.tracecompass.analysis.graph.ui-1.0.8-SNAPSHOT-sources.jar 15:35:49 [2019-07-19T19:35:49.685Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.ui/target/org.eclipse.tracecompass.analysis.graph.ui-1.0.8-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.graph.ui/1.0.8-SNAPSHOT/org.eclipse.tracecompass.analysis.graph.ui-1.0.8-SNAPSHOT-pack200.jar.pack.gz 15:35:49 [2019-07-19T19:35:49.685Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.graph.ui/1.0.8-SNAPSHOT/org.eclipse.tracecompass.analysis.graph.ui-1.0.8-SNAPSHOT-p2metadata.xml 15:35:49 [2019-07-19T19:35:49.685Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.graph.ui/1.0.8-SNAPSHOT/org.eclipse.tracecompass.analysis.graph.ui-1.0.8-SNAPSHOT-p2artifacts.xml 15:35:49 [2019-07-19T19:35:49.685Z] [INFO] 15:35:49 [2019-07-19T19:35:49.685Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.analysis.graph.ui --- 15:35:49 [2019-07-19T19:35:49.685Z] [INFO] 15:35:49 [2019-07-19T19:35:49.685Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.timing.core >-- 15:35:49 [2019-07-19T19:35:49.685Z] [INFO] Building org.eclipse.tracecompass.analysis.timing.core 5.0.0-SNAPSHOT [32/134] 15:35:49 [2019-07-19T19:35:49.685Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 15:35:49 [2019-07-19T19:35:49.944Z] [INFO] 15:35:49 [2019-07-19T19:35:49.944Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.analysis.timing.core --- 15:35:49 [2019-07-19T19:35:49.944Z] [INFO] 15:35:49 [2019-07-19T19:35:49.944Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.analysis.timing.core --- 15:35:49 [2019-07-19T19:35:49.944Z] [INFO] The project's OSGi version is 5.0.0.201907191907 15:35:49 [2019-07-19T19:35:49.944Z] [INFO] 15:35:49 [2019-07-19T19:35:49.944Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.analysis.timing.core --- 15:35:49 [2019-07-19T19:35:49.944Z] [INFO] 15:35:49 [2019-07-19T19:35:49.944Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.analysis.timing.core --- 15:35:49 [2019-07-19T19:35:49.944Z] [INFO] 15:35:49 [2019-07-19T19:35:49.944Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.analysis.timing.core --- 15:35:49 [2019-07-19T19:35:49.944Z] [INFO] 15:35:49 [2019-07-19T19:35:49.944Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.analysis.timing.core --- 15:35:49 [2019-07-19T19:35:49.944Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 15:35:49 [2019-07-19T19:35:49.944Z] [INFO] 15:35:49 [2019-07-19T19:35:49.944Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.analysis.timing.core --- 15:35:49 [2019-07-19T19:35:49.944Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:35:49 [2019-07-19T19:35:49.944Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core/src/main/resources 15:35:49 [2019-07-19T19:35:49.944Z] [INFO] 15:35:49 [2019-07-19T19:35:49.944Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.analysis.timing.core --- 15:35:49 [2019-07-19T19:35:49.944Z] [INFO] Compiling 23 source files to /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core/target/classes 15:35:51 [2019-07-19T19:35:51.315Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core/src/org/eclipse/tracecompass/internal/analysis/timing/core/segmentstore/SegmentStoreScatterDataProvider.java:[240] 15:35:51 [2019-07-19T19:35:51.315Z] fGroupingAspects = Iterables.filter(provider.getSegmentAspects(), IGroupingSegmentAspect.class); 15:35:51 [2019-07-19T19:35:51.315Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:35:51 [2019-07-19T19:35:51.315Z] Null type safety (type annotations): The expression of type 'Iterable<@NonNull IGroupingSegmentAspect>' needs unchecked conversion to conform to '@NonNull Iterable<@NonNull IGroupingSegmentAspect>' 15:35:51 [2019-07-19T19:35:51.315Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core/src/org/eclipse/tracecompass/internal/analysis/timing/core/segmentstore/SegmentStoreScatterDataProvider.java:[382] 15:35:51 [2019-07-19T19:35:51.315Z] SeriesModel seriesModel = entry.getValue().build(); 15:35:51 [2019-07-19T19:35:51.315Z] ^^^^^^^^^^^^^^^^ 15:35:51 [2019-07-19T19:35:51.315Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Map.Entry<@NonNull String,SegmentStoreScatterDataProvider.@NonNull Series>'. Type 'Map.Entry<K,V>' doesn't seem to be designed with null type annotations in mind 15:35:51 [2019-07-19T19:35:51.315Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core/src/org/eclipse/tracecompass/internal/analysis/timing/core/segmentstore/SegmentStoreScatterDataProvider.java:[383] 15:35:51 [2019-07-19T19:35:51.315Z] seriesModelMap.put(Long.toString(seriesModel.getId()), seriesModel); 15:35:51 [2019-07-19T19:35:51.315Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:35:51 [2019-07-19T19:35:51.315Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:35:51 [2019-07-19T19:35:51.315Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core/src/org/eclipse/tracecompass/internal/analysis/timing/core/segmentstore/SegmentStoreScatterDataProvider.java:[460] 15:35:51 [2019-07-19T19:35:51.315Z] SeriesModelBuilder builder = new SeriesModel.SeriesModelBuilder(getId(), getName(), Longs.toArray(fXValues), Doubles.toArray(fYValues)); 15:35:51 [2019-07-19T19:35:51.315Z] ^^^^^^^^^^^^^^^^^^^^^^^ 15:35:51 [2019-07-19T19:35:51.315Z] Null type safety (type annotations): The expression of type 'long[]' needs unchecked conversion to conform to 'long @NonNull[]' 15:35:51 [2019-07-19T19:35:51.315Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core/src/org/eclipse/tracecompass/internal/analysis/timing/core/segmentstore/SegmentStoreScatterDataProvider.java:[460] 15:35:51 [2019-07-19T19:35:51.315Z] SeriesModelBuilder builder = new SeriesModel.SeriesModelBuilder(getId(), getName(), Longs.toArray(fXValues), Doubles.toArray(fYValues)); 15:35:51 [2019-07-19T19:35:51.315Z] ^^^^^^^^^^^^^^^^^^^^^^^^^ 15:35:51 [2019-07-19T19:35:51.315Z] Null type safety (type annotations): The expression of type 'double[]' needs unchecked conversion to conform to 'double @NonNull[]' 15:35:51 [2019-07-19T19:35:51.315Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core/src/org/eclipse/tracecompass/internal/analysis/timing/core/segmentstore/SegmentStoreScatterDataProvider.java:[461] 15:35:51 [2019-07-19T19:35:51.315Z] builder.setProperties(Ints.toArray(fProperties)).build(); 15:35:51 [2019-07-19T19:35:51.315Z] ^^^^^^^^^^^^^^^^^^^^^^^^^ 15:35:51 [2019-07-19T19:35:51.315Z] Null type safety (type annotations): The expression of type 'int[]' needs unchecked conversion to conform to 'int @NonNull[]' 15:35:51 [2019-07-19T19:35:51.315Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core/src/org/eclipse/tracecompass/internal/analysis/timing/core/segmentstore/SegmentStoreScatterDataProvider.java:[462] 15:35:51 [2019-07-19T19:35:51.315Z] return builder.setProperties(Ints.toArray(fProperties)).build(); 15:35:51 [2019-07-19T19:35:51.315Z] ^^^^^^^^^^^^^^^^^^^^^^^^^ 15:35:51 [2019-07-19T19:35:51.315Z] Null type safety (type annotations): The expression of type 'int[]' needs unchecked conversion to conform to 'int @NonNull[]' 15:35:51 [2019-07-19T19:35:51.315Z] 7 problems (7 warnings) 15:35:51 [2019-07-19T19:35:51.315Z] [INFO] 15:35:51 [2019-07-19T19:35:51.315Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.analysis.timing.core --- 15:35:51 [2019-07-19T19:35:51.315Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:35:51 [2019-07-19T19:35:51.315Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core/src/test/resources 15:35:51 [2019-07-19T19:35:51.315Z] [INFO] 15:35:51 [2019-07-19T19:35:51.315Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.analysis.timing.core --- 15:35:51 [2019-07-19T19:35:51.315Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core/target/org.eclipse.tracecompass.analysis.timing.core-5.0.0-SNAPSHOT-sources.jar 15:35:51 [2019-07-19T19:35:51.315Z] [INFO] 15:35:51 [2019-07-19T19:35:51.315Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.analysis.timing.core --- 15:35:51 [2019-07-19T19:35:51.315Z] [INFO] 15:35:51 [2019-07-19T19:35:51.315Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.analysis.timing.core --- 15:35:51 [2019-07-19T19:35:51.571Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core/target/org.eclipse.tracecompass.analysis.timing.core-5.0.0-SNAPSHOT.jar 15:35:51 [2019-07-19T19:35:51.571Z] [INFO] 15:35:51 [2019-07-19T19:35:51.571Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.analysis.timing.core --- 15:35:51 [2019-07-19T19:35:51.571Z] [INFO] 15:35:51 [2019-07-19T19:35:51.571Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.analysis.timing.core --- 15:35:51 [2019-07-19T19:35:51.571Z] [INFO] 15:35:51 [2019-07-19T19:35:51.571Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.analysis.timing.core --- 15:35:51 [2019-07-19T19:35:51.571Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core/target/org.eclipse.tracecompass.analysis.timing.core-5.0.0-SNAPSHOT.jar 15:35:51 [2019-07-19T19:35:51.571Z] [INFO] 15:35:51 [2019-07-19T19:35:51.571Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.analysis.timing.core --- 15:35:51 [2019-07-19T19:35:51.571Z] [INFO] 15:35:51 [2019-07-19T19:35:51.571Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.analysis.timing.core --- 15:35:51 [2019-07-19T19:35:51.571Z] [INFO] Loading execution data file /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core/../../target/jacoco.exec 15:35:51 [2019-07-19T19:35:51.571Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.core' with 22 classes 15:35:51 [2019-07-19T19:35:51.829Z] [INFO] 15:35:51 [2019-07-19T19:35:51.829Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.analysis.timing.core --- 15:35:51 [2019-07-19T19:35:51.829Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core/target/org.eclipse.tracecompass.analysis.timing.core-5.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.timing.core/5.0.0-SNAPSHOT/org.eclipse.tracecompass.analysis.timing.core-5.0.0-SNAPSHOT.jar 15:35:51 [2019-07-19T19:35:51.829Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.timing.core/5.0.0-SNAPSHOT/org.eclipse.tracecompass.analysis.timing.core-5.0.0-SNAPSHOT.pom 15:35:51 [2019-07-19T19:35:51.829Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core/target/org.eclipse.tracecompass.analysis.timing.core-5.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.timing.core/5.0.0-SNAPSHOT/org.eclipse.tracecompass.analysis.timing.core-5.0.0-SNAPSHOT-sources.jar 15:35:51 [2019-07-19T19:35:51.829Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core/target/org.eclipse.tracecompass.analysis.timing.core-5.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.timing.core/5.0.0-SNAPSHOT/org.eclipse.tracecompass.analysis.timing.core-5.0.0-SNAPSHOT-pack200.jar.pack.gz 15:35:51 [2019-07-19T19:35:51.829Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.timing.core/5.0.0-SNAPSHOT/org.eclipse.tracecompass.analysis.timing.core-5.0.0-SNAPSHOT-p2metadata.xml 15:35:51 [2019-07-19T19:35:51.829Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.timing.core/5.0.0-SNAPSHOT/org.eclipse.tracecompass.analysis.timing.core-5.0.0-SNAPSHOT-p2artifacts.xml 15:35:51 [2019-07-19T19:35:51.829Z] [INFO] 15:35:51 [2019-07-19T19:35:51.829Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.analysis.timing.core --- 15:35:51 [2019-07-19T19:35:51.829Z] [INFO] 15:35:51 [2019-07-19T19:35:51.829Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.os.linux.core >-- 15:35:51 [2019-07-19T19:35:51.829Z] [INFO] Building org.eclipse.tracecompass.analysis.os.linux.core 4.0.0-SNAPSHOT [33/134] 15:35:51 [2019-07-19T19:35:51.829Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 15:35:51 [2019-07-19T19:35:51.829Z] [INFO] 15:35:51 [2019-07-19T19:35:51.829Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.analysis.os.linux.core --- 15:35:51 [2019-07-19T19:35:51.829Z] [INFO] 15:35:51 [2019-07-19T19:35:51.829Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.analysis.os.linux.core --- 15:35:51 [2019-07-19T19:35:51.829Z] [INFO] The project's OSGi version is 4.0.0.201907191907 15:35:51 [2019-07-19T19:35:51.829Z] [INFO] 15:35:51 [2019-07-19T19:35:51.829Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.analysis.os.linux.core --- 15:35:51 [2019-07-19T19:35:51.829Z] [INFO] 15:35:51 [2019-07-19T19:35:51.829Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.analysis.os.linux.core --- 15:35:51 [2019-07-19T19:35:51.829Z] [INFO] 15:35:51 [2019-07-19T19:35:51.829Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.analysis.os.linux.core --- 15:35:51 [2019-07-19T19:35:51.829Z] [INFO] 15:35:51 [2019-07-19T19:35:51.829Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.analysis.os.linux.core --- 15:35:51 [2019-07-19T19:35:51.829Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 15:35:51 [2019-07-19T19:35:51.829Z] [INFO] 15:35:51 [2019-07-19T19:35:51.829Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.analysis.os.linux.core --- 15:35:51 [2019-07-19T19:35:51.829Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:35:51 [2019-07-19T19:35:51.829Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/main/resources 15:35:51 [2019-07-19T19:35:51.829Z] [INFO] 15:35:51 [2019-07-19T19:35:51.830Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.analysis.os.linux.core --- 15:35:51 [2019-07-19T19:35:51.830Z] [INFO] Compiling 125 source files to /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/target/classes 15:35:53 [2019-07-19T19:35:53.201Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/threadstatus/ThreadStatusDataProvider.java:[196] 15:35:53 [2019-07-19T19:35:53.201Z] fTidToEntry.replaceValues(Integer.MIN_VALUE, Collections.singleton(new ThreadEntryModel.Builder(fTraceId, Collections.singletonList(getTrace().getName()), 15:35:53 [2019-07-19T19:35:53.201Z] ^^^^^^^^^^^^^^^^^^^^ 15:35:53 [2019-07-19T19:35:53.201Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:35:53 [2019-07-19T19:35:53.201Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/threadstatus/ThreadStatusDataProvider.java:[313] 15:35:53 [2019-07-19T19:35:53.201Z] return builder.build(); 15:35:53 [2019-07-19T19:35:53.201Z] ^^^^^^^^^^^^^^^ 15:35:53 [2019-07-19T19:35:53.201Z] Null type safety (type annotations): The expression of type '@NonNull ImmutableList<ThreadEntryModel>' needs unchecked conversion to conform to '@NonNull List<@NonNull ThreadEntryModel>', corresponding supertype is 'List<ThreadEntryModel>' 15:35:53 [2019-07-19T19:35:53.201Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/threadstatus/ThreadStatusDataProvider.java:[368] 15:35:53 [2019-07-19T19:35:53.201Z] return Lists.newArrayList(models); 15:35:53 [2019-07-19T19:35:53.201Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:35:53 [2019-07-19T19:35:53.201Z] Null type safety (type annotations): The expression of type 'ArrayList<@NonNull ThreadEntryModel>' needs unchecked conversion to conform to '@NonNull List<@NonNull ThreadEntryModel>', corresponding supertype is 'List<@NonNull ThreadEntryModel>' 15:35:53 [2019-07-19T19:35:53.201Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/threadstatus/ThreadStatusDataProvider.java:[368] 15:35:53 [2019-07-19T19:35:53.201Z] return Lists.newArrayList(models); 15:35:53 [2019-07-19T19:35:53.201Z] ^^^^^^ 15:35:53 [2019-07-19T19:35:53.201Z] Null type safety (type annotations): The expression of type 'Set<ThreadEntryModel>' needs unchecked conversion to conform to 'Iterable<? extends @NonNull ThreadEntryModel>', corresponding supertype is 'Iterable<ThreadEntryModel>' 15:35:53 [2019-07-19T19:35:53.201Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/threadstatus/ThreadStatusDataProvider.java:[382] 15:35:53 [2019-07-19T19:35:53.201Z] return builder.build(); 15:35:53 [2019-07-19T19:35:53.201Z] ^^^^^^^^^^^^^^^ 15:35:53 [2019-07-19T19:35:53.201Z] Null type safety (type annotations): The expression of type '@NonNull ImmutableList<ThreadEntryModel>' needs unchecked conversion to conform to '@NonNull List<@NonNull ThreadEntryModel>', corresponding supertype is 'List<ThreadEntryModel>' 15:35:53 [2019-07-19T19:35:53.201Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/threadstatus/ThreadStatusDataProvider.java:[408] 15:35:53 [2019-07-19T19:35:53.201Z] for (ITmfStateInterval interval : ss.query2D(stateAndSyscallQuarks, times)) { 15:35:53 [2019-07-19T19:35:53.201Z] ^^^^^^^^^^^^^^^^^^^^^ 15:35:53 [2019-07-19T19:35:53.201Z] Null type safety (type annotations): The expression of type 'Collection<Integer>' needs unchecked conversion to conform to '@NonNull Collection<Integer>' 15:35:53 [2019-07-19T19:35:53.201Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/threadstatus/ThreadStatusDataProvider.java:[725] 15:35:53 [2019-07-19T19:35:53.201Z] Map<@NonNull String, @NonNull String> model = response.getModel(); 15:35:53 [2019-07-19T19:35:53.201Z] ^^^^^^^^^^^^^^^^^^^ 15:35:53 [2019-07-19T19:35:53.201Z] Null type safety (type annotations): The expression of type '@Nullable Map<String,String>' needs unchecked conversion to conform to 'Map<@NonNull String,@NonNull String>' 15:35:53 [2019-07-19T19:35:53.201Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/threadstatus/ThreadStatusDataProvider.java:[728] 15:35:53 [2019-07-19T19:35:53.201Z] data.put(entry.getKey(), entry.getValue()); 15:35:53 [2019-07-19T19:35:53.201Z] ^^^^^^^^^^^^^^ 15:35:53 [2019-07-19T19:35:53.201Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:35:53 [2019-07-19T19:35:53.201Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/threadstatus/ThreadStatusDataProvider.java:[728] 15:35:53 [2019-07-19T19:35:53.201Z] data.put(entry.getKey(), entry.getValue()); 15:35:53 [2019-07-19T19:35:53.201Z] ^^^^^^^^^^^^^^^^ 15:35:53 [2019-07-19T19:35:53.201Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull Object' 15:35:53 [2019-07-19T19:35:53.201Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/resourcesstatus/ResourcesStatusDataProvider.java:[122] 15:35:53 [2019-07-19T19:35:53.201Z] private final TreeMultimap<Integer, ITmfStateInterval> fExecNamesCache = TreeMultimap.create(Integer::compare, CACHE_COMPARATOR); 15:35:53 [2019-07-19T19:35:53.201Z] ^^^^^^^^^^^^^^^^ 15:35:53 [2019-07-19T19:35:53.201Z] Null type safety: parameter 1 provided via method descriptor Comparator<Integer>.compare(Integer, Integer) needs unchecked conversion to conform to 'int' 15:35:53 [2019-07-19T19:35:53.201Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/resourcesstatus/ResourcesStatusDataProvider.java:[122] 15:35:53 [2019-07-19T19:35:53.201Z] private final TreeMultimap<Integer, ITmfStateInterval> fExecNamesCache = TreeMultimap.create(Integer::compare, CACHE_COMPARATOR); 15:35:53 [2019-07-19T19:35:53.201Z] ^^^^^^^^^^^^^^^^ 15:35:53 [2019-07-19T19:35:53.201Z] Null type safety: parameter 2 provided via method descriptor Comparator<Integer>.compare(Integer, Integer) needs unchecked conversion to conform to 'int' 15:35:53 [2019-07-19T19:35:53.201Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/resourcesstatus/ResourcesStatusDataProvider.java:[147] 15:35:53 [2019-07-19T19:35:53.201Z] ResourcesEntryModel resourcesEntryModel = new ResourcesEntryModel(traceId, -1, Collections.singletonList(getTrace().getName()), start, end, -1, Type.GROUP); 15:35:53 [2019-07-19T19:35:53.201Z] ^^^^^^^^^^^^^^^^^^^^ 15:35:53 [2019-07-19T19:35:53.201Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:35:53 [2019-07-19T19:35:53.201Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/resourcesstatus/ResourcesStatusDataProvider.java:[545] 15:35:53 [2019-07-19T19:35:53.201Z] quarks = selectedEntries.values(); 15:35:53 [2019-07-19T19:35:53.201Z] ^^^^^^^^^^^^^^^^^^^^^^^^ 15:35:53 [2019-07-19T19:35:53.201Z] Null type safety (type annotations): The expression of type '@NonNull Collection<Integer>' needs unchecked conversion to conform to 'Collection<@NonNull Integer>' 15:35:53 [2019-07-19T19:35:53.201Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/resourcesstatus/ResourcesStatusDataProvider.java:[591] 15:35:53 [2019-07-19T19:35:53.201Z] return new TmfModelResponse<>(retMap, ITmfResponse.Status.COMPLETED, CommonStatusMessage.COMPLETED); 15:35:53 [2019-07-19T19:35:53.201Z] ^^^^^^ 15:35:53 [2019-07-19T19:35:53.201Z] Null type safety (type annotations): The expression of type 'Map<String,String>' needs unchecked conversion to conform to '@Nullable Map<@NonNull String,@NonNull String>' 15:35:53 [2019-07-19T19:35:53.201Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/resourcesstatus/ResourcesStatusDataProvider.java:[705] 15:35:53 [2019-07-19T19:35:53.201Z] Map<@NonNull String, @NonNull String> model = response.getModel(); 15:35:53 [2019-07-19T19:35:53.201Z] ^^^^^^^^^^^^^^^^^^^ 15:35:53 [2019-07-19T19:35:53.201Z] Null type safety (type annotations): The expression of type '@Nullable Map<String,String>' needs unchecked conversion to conform to 'Map<@NonNull String,@NonNull String>' 15:35:53 [2019-07-19T19:35:53.201Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/resourcesstatus/ResourcesStatusDataProvider.java:[708] 15:35:53 [2019-07-19T19:35:53.201Z] data.put(entry.getKey(), entry.getValue()); 15:35:53 [2019-07-19T19:35:53.201Z] ^^^^^^^^^^^^^^ 15:35:53 [2019-07-19T19:35:53.201Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:35:53 [2019-07-19T19:35:53.201Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/resourcesstatus/ResourcesStatusDataProvider.java:[708] 15:35:53 [2019-07-19T19:35:53.201Z] data.put(entry.getKey(), entry.getValue()); 15:35:53 [2019-07-19T19:35:53.201Z] ^^^^^^^^^^^^^^^^ 15:35:53 [2019-07-19T19:35:53.201Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull Object' 15:35:53 [2019-07-19T19:35:53.201Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/kernelmemoryusage/KernelMemoryDataProviderFactory.java:[43] 15:35:53 [2019-07-19T19:35:53.201Z] private static final Predicate<? super ITmfTrace> PREDICATE = t -> TmfTraceUtils.getAnalysisModuleOfClass(t, KernelMemoryAnalysisModule.class, KernelMemoryAnalysisModule.ID) != null; 15:35:53 [2019-07-19T19:35:53.201Z] ^ 15:35:53 [2019-07-19T19:35:53.201Z] Null type safety (type annotations): The expression of type 'ITmfTrace' needs unchecked conversion to conform to '@NonNull ITmfTrace' 15:35:53 [2019-07-19T19:35:53.201Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/kernelmemoryusage/KernelMemoryDataProviderFactory.java:[58] 15:35:53 [2019-07-19T19:35:53.201Z] return TmfTreeXYCompositeDataProvider.create(traces, TITLE, KernelMemoryUsageDataProvider.ID); 15:35:53 [2019-07-19T19:35:53.201Z] ^^^^^^ 15:35:53 [2019-07-19T19:35:53.201Z] Null type safety (type annotations): The expression of type 'Collection<ITmfTrace>' needs unchecked conversion to conform to '@NonNull Collection<@NonNull ITmfTrace>' 15:35:53 [2019-07-19T19:35:53.201Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/cpuusage/CpuUsageDataProvider.java:[162] 15:35:53 [2019-07-19T19:35:53.201Z] long cpuTime = entry.getValue(); 15:35:53 [2019-07-19T19:35:53.201Z] ^^^^^^^^^^^^^^^^ 15:35:53 [2019-07-19T19:35:53.201Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Map.Entry<@NonNull String,@NonNull Long>'. Type 'Map.Entry<K,V>' doesn't seem to be designed with null type annotations in mind 15:35:53 [2019-07-19T19:35:53.201Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/cpuusage/CpuUsageDataProvider.java:[219] 15:35:53 [2019-07-19T19:35:53.201Z] entryList.add(new CpuUsageEntryModel(totalId, -1, Collections.singletonList(getTrace().getName()), TOTAL_SERIES_TID, totalTime)); 15:35:53 [2019-07-19T19:35:53.201Z] ^^^^^^^^^^^^^^^^^^^^ 15:35:53 [2019-07-19T19:35:53.201Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:35:53 [2019-07-19T19:35:53.201Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/cpuusage/CpuUsageDataProvider.java:[226] 15:35:53 [2019-07-19T19:35:53.201Z] String key = entry.getKey(); 15:35:53 [2019-07-19T19:35:53.201Z] ^^^^^^^^^^^^^^ 15:35:53 [2019-07-19T19:35:53.201Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Map.Entry<@NonNull String,@NonNull Long>'. Type 'Map.Entry<K,V>' doesn't seem to be designed with null type annotations in mind 15:35:53 [2019-07-19T19:35:53.201Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/cpuusage/CpuUsageDataProvider.java:[235] 15:35:53 [2019-07-19T19:35:53.201Z] entryList.add(new CpuUsageEntryModel(getId(tid), totalId, Collections.singletonList(getProcessName(tid, strings[1], end)), tid, entry.getValue())); 15:35:53 [2019-07-19T19:35:53.201Z] ^^^^^^^^^^ 15:35:53 [2019-07-19T19:35:53.201Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:35:53 [2019-07-19T19:35:53.201Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/inputoutput/DisksIODataProvider.java:[158] 15:35:53 [2019-07-19T19:35:53.201Z] nodes.add(new TmfTreeDataModel(rootId, -1, Collections.singletonList(getTrace().getName()))); 15:35:53 [2019-07-19T19:35:53.201Z] ^^^^^^^^^^^^^^^^^^^^ 15:35:53 [2019-07-19T19:35:53.201Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:35:53 [2019-07-19T19:35:53.201Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/inputoutput/DisksIODataProvider.java:[239] 15:35:53 [2019-07-19T19:35:53.201Z] long id = entry.getKey(); 15:35:53 [2019-07-19T19:35:53.201Z] ^^^^^^^^^^^^^^ 15:35:53 [2019-07-19T19:35:53.201Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Map.Entry<@NonNull Long,@NonNull Integer>'. Type 'Map.Entry<K,V>' doesn't seem to be designed with null type annotations in mind 15:35:53 [2019-07-19T19:35:53.201Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/inputoutput/DisksIODataProvider.java:[240] 15:35:53 [2019-07-19T19:35:53.201Z] int quark = entry.getValue(); 15:35:53 [2019-07-19T19:35:53.201Z] ^^^^^^^^^^^^^^^^ 15:35:53 [2019-07-19T19:35:53.201Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Map.Entry<@NonNull Long,@NonNull Integer>'. Type 'Map.Entry<K,V>' doesn't seem to be designed with null type annotations in mind 15:35:53 [2019-07-19T19:35:53.201Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/kernelmemoryusage/KernelMemoryUsageDataProvider.java:[169] 15:35:53 [2019-07-19T19:35:53.201Z] double[] threadValues = entry.getValue().getData(); 15:35:53 [2019-07-19T19:35:53.201Z] ^^^^^^^^^^^^^^^^ 15:35:53 [2019-07-19T19:35:53.201Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Map.Entry<@NonNull Integer,@NonNull IYModel>'. Type 'Map.Entry<K,V>' doesn't seem to be designed with null type annotations in mind 15:35:53 [2019-07-19T19:35:53.201Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/kernelmemoryusage/KernelMemoryUsageDataProvider.java:[267] 15:35:53 [2019-07-19T19:35:53.201Z] nodes.add(new MemoryUsageTreeModel(totalId, -1, TOTAL_TID, Collections.singletonList(getTrace().getName()))); 15:35:53 [2019-07-19T19:35:53.201Z] ^^^^^^^^^^^^^^^^^^^^ 15:35:53 [2019-07-19T19:35:53.201Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:35:53 [2019-07-19T19:35:53.201Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/resourcesstatus/ResourcesEntryModelWeighted.java:[18] 15:35:53 [2019-07-19T19:35:53.201Z] public class ResourcesEntryModelWeighted extends ResourcesEntryModel implements ITimeGraphEntryModelWeighted { 15:35:53 [2019-07-19T19:35:53.201Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:35:53 [2019-07-19T19:35:53.201Z] Javadoc: Missing comment for public declaration 15:35:53 [2019-07-19T19:35:53.201Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/threadstatus/ThreadEntryModel.java:[177] 15:35:53 [2019-07-19T19:35:53.201Z] fAspects.put("exec_name", String.valueOf(labels.get(0))); 15:35:53 [2019-07-19T19:35:53.201Z] ^^^^^^^^^^^ 15:35:53 [2019-07-19T19:35:53.201Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$ 15:35:53 [2019-07-19T19:35:53.201Z] 30 problems (30 warnings) 15:35:53 [2019-07-19T19:35:53.201Z] [INFO] 15:35:53 [2019-07-19T19:35:53.201Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.analysis.os.linux.core --- 15:35:53 [2019-07-19T19:35:53.201Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:35:53 [2019-07-19T19:35:53.201Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/test/resources 15:35:53 [2019-07-19T19:35:53.201Z] [INFO] 15:35:53 [2019-07-19T19:35:53.201Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.analysis.os.linux.core --- 15:35:53 [2019-07-19T19:35:53.201Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/target/org.eclipse.tracecompass.analysis.os.linux.core-4.0.0-SNAPSHOT-sources.jar 15:35:53 [2019-07-19T19:35:53.201Z] [INFO] 15:35:53 [2019-07-19T19:35:53.201Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.analysis.os.linux.core --- 15:35:53 [2019-07-19T19:35:53.201Z] [INFO] 15:35:53 [2019-07-19T19:35:53.201Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.analysis.os.linux.core --- 15:35:53 [2019-07-19T19:35:53.201Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/target/org.eclipse.tracecompass.analysis.os.linux.core-4.0.0-SNAPSHOT.jar 15:35:53 [2019-07-19T19:35:53.459Z] [INFO] 15:35:53 [2019-07-19T19:35:53.459Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.analysis.os.linux.core --- 15:35:53 [2019-07-19T19:35:53.459Z] [INFO] 15:35:53 [2019-07-19T19:35:53.459Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.analysis.os.linux.core --- 15:35:53 [2019-07-19T19:35:53.459Z] [INFO] 15:35:53 [2019-07-19T19:35:53.459Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.analysis.os.linux.core --- 15:35:53 [2019-07-19T19:35:53.459Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/target/org.eclipse.tracecompass.analysis.os.linux.core-4.0.0-SNAPSHOT.jar 15:35:53 [2019-07-19T19:35:53.716Z] [INFO] 15:35:53 [2019-07-19T19:35:53.716Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.analysis.os.linux.core --- 15:35:53 [2019-07-19T19:35:53.716Z] [INFO] 15:35:53 [2019-07-19T19:35:53.716Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.analysis.os.linux.core --- 15:35:53 [2019-07-19T19:35:53.716Z] [INFO] Loading execution data file /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/../../target/jacoco.exec 15:35:53 [2019-07-19T19:35:53.716Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.os.linux.core' with 118 classes 15:35:54 [2019-07-19T19:35:54.281Z] [INFO] 15:35:54 [2019-07-19T19:35:54.281Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.analysis.os.linux.core --- 15:35:54 [2019-07-19T19:35:54.281Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/target/org.eclipse.tracecompass.analysis.os.linux.core-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.os.linux.core/4.0.0-SNAPSHOT/org.eclipse.tracecompass.analysis.os.linux.core-4.0.0-SNAPSHOT.jar 15:35:54 [2019-07-19T19:35:54.281Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.os.linux.core/4.0.0-SNAPSHOT/org.eclipse.tracecompass.analysis.os.linux.core-4.0.0-SNAPSHOT.pom 15:35:54 [2019-07-19T19:35:54.281Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/target/org.eclipse.tracecompass.analysis.os.linux.core-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.os.linux.core/4.0.0-SNAPSHOT/org.eclipse.tracecompass.analysis.os.linux.core-4.0.0-SNAPSHOT-sources.jar 15:35:54 [2019-07-19T19:35:54.281Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/target/org.eclipse.tracecompass.analysis.os.linux.core-4.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.os.linux.core/4.0.0-SNAPSHOT/org.eclipse.tracecompass.analysis.os.linux.core-4.0.0-SNAPSHOT-pack200.jar.pack.gz 15:35:54 [2019-07-19T19:35:54.281Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.os.linux.core/4.0.0-SNAPSHOT/org.eclipse.tracecompass.analysis.os.linux.core-4.0.0-SNAPSHOT-p2metadata.xml 15:35:54 [2019-07-19T19:35:54.281Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.os.linux.core/4.0.0-SNAPSHOT/org.eclipse.tracecompass.analysis.os.linux.core-4.0.0-SNAPSHOT-p2artifacts.xml 15:35:54 [2019-07-19T19:35:54.281Z] [INFO] 15:35:54 [2019-07-19T19:35:54.281Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.analysis.os.linux.core --- 15:35:54 [2019-07-19T19:35:54.281Z] [INFO] 15:35:54 [2019-07-19T19:35:54.281Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.os.linux.core.tests >-- 15:35:54 [2019-07-19T19:35:54.281Z] [INFO] Building org.eclipse.tracecompass.analysis.os.linux.core.tests 1.0.9-SNAPSHOT [34/134] 15:35:54 [2019-07-19T19:35:54.281Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- 15:35:54 [2019-07-19T19:35:54.281Z] [INFO] 15:35:54 [2019-07-19T19:35:54.281Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.analysis.os.linux.core.tests --- 15:35:54 [2019-07-19T19:35:54.281Z] [INFO] 15:35:54 [2019-07-19T19:35:54.281Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.analysis.os.linux.core.tests --- 15:35:54 [2019-07-19T19:35:54.281Z] [INFO] The project's OSGi version is 1.0.9.201907191907 15:35:54 [2019-07-19T19:35:54.281Z] [INFO] 15:35:54 [2019-07-19T19:35:54.281Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.analysis.os.linux.core.tests --- 15:35:54 [2019-07-19T19:35:54.281Z] [INFO] 15:35:54 [2019-07-19T19:35:54.281Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.analysis.os.linux.core.tests --- 15:35:54 [2019-07-19T19:35:54.281Z] [INFO] 15:35:54 [2019-07-19T19:35:54.281Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.analysis.os.linux.core.tests --- 15:35:54 [2019-07-19T19:35:54.281Z] [INFO] 15:35:54 [2019-07-19T19:35:54.281Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.analysis.os.linux.core.tests --- 15:35:54 [2019-07-19T19:35:54.281Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 15:35:54 [2019-07-19T19:35:54.281Z] [INFO] 15:35:54 [2019-07-19T19:35:54.281Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.analysis.os.linux.core.tests --- 15:35:54 [2019-07-19T19:35:54.281Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:35:54 [2019-07-19T19:35:54.281Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/src/main/resources 15:35:54 [2019-07-19T19:35:54.281Z] [INFO] 15:35:54 [2019-07-19T19:35:54.281Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.analysis.os.linux.core.tests --- 15:35:54 [2019-07-19T19:35:54.281Z] [INFO] Compiling 30 source files to /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/target/classes 15:35:54 [2019-07-19T19:35:54.844Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/src/org/eclipse/tracecompass/analysis/os/linux/core/tests/cpuusage/CpuUsageStateProviderTest.java:[78] 15:35:54 [2019-07-19T19:35:54.845Z] File suppDir = new File(TmfTraceManager.getSupplementaryFileDir(trace)); 15:35:54 [2019-07-19T19:35:54.845Z] ^^^^^ 15:35:54 [2019-07-19T19:35:54.845Z] Null type safety (type annotations): The expression of type 'ITmfTrace' needs unchecked conversion to conform to '@NonNull ITmfTrace' 15:35:54 [2019-07-19T19:35:54.845Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/src/org/eclipse/tracecompass/analysis/os/linux/core/tests/inputoutput/InputOutputDataProviderTest.java:[112] 15:35:54 [2019-07-19T19:35:54.845Z] TmfModelResponse<@NonNull ITmfXyModel> yResponse = provider.fetchXY(parameters, PROGRESS_MONITOR); 15:35:54 [2019-07-19T19:35:54.845Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:35:54 [2019-07-19T19:35:54.845Z] Discouraged access: The method 'AbstractTreeCommonXDataProvider<InputOutputAnalysisModule,TmfTreeDataModel>.fetchXY(Map<String,Object>, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/classes') 15:35:54 [2019-07-19T19:35:54.845Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/src/org/eclipse/tracecompass/analysis/os/linux/core/tests/kernelmemoryusage/KernelMemoryStateProviderTest.java:[63] 15:35:54 [2019-07-19T19:35:54.845Z] File suppDir = new File(TmfTraceManager.getSupplementaryFileDir(trace)); 15:35:54 [2019-07-19T19:35:54.845Z] ^^^^^ 15:35:54 [2019-07-19T19:35:54.845Z] Null type safety (type annotations): The expression of type 'ITmfTrace' needs unchecked conversion to conform to '@NonNull ITmfTrace' 15:35:54 [2019-07-19T19:35:54.845Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/src/org/eclipse/tracecompass/analysis/os/linux/core/tests/contextswitch/ContextSwitchProviderTest.java:[60] 15:35:54 [2019-07-19T19:35:54.845Z] File suppDir = new File(TmfTraceManager.getSupplementaryFileDir(trace)); 15:35:54 [2019-07-19T19:35:54.845Z] ^^^^^ 15:35:54 [2019-07-19T19:35:54.845Z] Null type safety (type annotations): The expression of type 'ITmfTrace' needs unchecked conversion to conform to '@NonNull ITmfTrace' 15:35:54 [2019-07-19T19:35:54.845Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/src/org/eclipse/tracecompass/analysis/os/linux/core/tests/kernel/ThreadStatusDataProviderTest.java:[117] 15:35:54 [2019-07-19T19:35:54.845Z] TmfModelResponse<TimeGraphModel> rowResponse = provider.fetchRowModel(FetchParametersUtils.selectionTimeQueryToMap(new SelectionTimeQueryFilter(1, 80, 80, idsToNames.keySet())), null); 15:35:54 [2019-07-19T19:35:54.845Z] ^^^^^^^^^^^^^^^^^^^ 15:35:54 [2019-07-19T19:35:54.845Z] Null type safety (type annotations): The expression of type '@NonNull Set<Long>' needs unchecked conversion to conform to '@NonNull Collection<@NonNull Long>', corresponding supertype is 'Collection<Long>' 15:35:54 [2019-07-19T19:35:54.845Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/src/org/eclipse/tracecompass/analysis/os/linux/core/tests/inputoutput/AbstractTestInputOutput.java:[84] 15:35:54 [2019-07-19T19:35:54.845Z] File suppDir = new File(TmfTraceManager.getSupplementaryFileDir(trace)); 15:35:54 [2019-07-19T19:35:54.845Z] ^^^^^ 15:35:54 [2019-07-19T19:35:54.845Z] Null type safety (type annotations): The expression of type 'ITmfTrace' needs unchecked conversion to conform to '@NonNull ITmfTrace' 15:35:54 [2019-07-19T19:35:54.845Z] 6 problems (6 warnings) 15:35:54 [2019-07-19T19:35:54.845Z] [INFO] 15:35:54 [2019-07-19T19:35:54.845Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.analysis.os.linux.core.tests --- 15:35:54 [2019-07-19T19:35:54.845Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:35:54 [2019-07-19T19:35:54.845Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/src/test/resources 15:35:54 [2019-07-19T19:35:54.845Z] [INFO] 15:35:54 [2019-07-19T19:35:54.845Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.analysis.os.linux.core.tests --- 15:35:54 [2019-07-19T19:35:54.845Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/target/org.eclipse.tracecompass.analysis.os.linux.core.tests-1.0.9-SNAPSHOT-sources.jar 15:35:54 [2019-07-19T19:35:54.845Z] [INFO] 15:35:54 [2019-07-19T19:35:54.845Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.analysis.os.linux.core.tests --- 15:35:54 [2019-07-19T19:35:54.845Z] [INFO] 15:35:54 [2019-07-19T19:35:54.845Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.analysis.os.linux.core.tests --- 15:35:54 [2019-07-19T19:35:54.845Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/target/org.eclipse.tracecompass.analysis.os.linux.core.tests-1.0.9-SNAPSHOT.jar 15:35:55 [2019-07-19T19:35:55.102Z] [INFO] 15:35:55 [2019-07-19T19:35:55.102Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.analysis.os.linux.core.tests --- 15:35:55 [2019-07-19T19:35:55.102Z] [INFO] 15:35:55 [2019-07-19T19:35:55.102Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.analysis.os.linux.core.tests --- 15:35:55 [2019-07-19T19:35:55.102Z] [INFO] 15:35:55 [2019-07-19T19:35:55.102Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.analysis.os.linux.core.tests --- 15:35:55 [2019-07-19T19:35:55.102Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/target/org.eclipse.tracecompass.analysis.os.linux.core.tests-1.0.9-SNAPSHOT.jar 15:35:55 [2019-07-19T19:35:55.102Z] [INFO] 15:35:55 [2019-07-19T19:35:55.102Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.analysis.os.linux.core.tests --- 15:35:55 [2019-07-19T19:35:55.102Z] [INFO] 15:35:55 [2019-07-19T19:35:55.102Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.analysis.os.linux.core.tests --- 15:35:56 [2019-07-19T19:35:56.999Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/target/work/data/.metadata/.log 15:35:56 [2019-07-19T19:35:56.999Z] [INFO] Command line: 15:35:56 [2019-07-19T19:35:56.999Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog] 15:35:56 [2019-07-19T19:35:56.999Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass 15:36:01 [2019-07-19T19:36:01.176Z] !SESSION 2019-07-19 19:35:57.216 ----------------------------------------------- 15:36:01 [2019-07-19T19:36:01.176Z] eclipse.buildId=unknown 15:36:01 [2019-07-19T19:36:01.176Z] java.version=1.8.0_202 15:36:01 [2019-07-19T19:36:01.176Z] java.vendor=Oracle Corporation 15:36:01 [2019-07-19T19:36:01.176Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US 15:36:01 [2019-07-19T19:36:01.176Z] Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/target/surefire.properties -product org.eclipse.platform.ide 15:36:01 [2019-07-19T19:36:01.176Z] Command-line arguments: -data /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog 15:36:01 [2019-07-19T19:36:01.176Z] 15:36:01 [2019-07-19T19:36:01.176Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-19 19:36:00.579 15:36:01 [2019-07-19T19:36:01.176Z] !MESSAGE FrameworkEvent ERROR 15:36:01 [2019-07-19T19:36:01.176Z] !STACK 0 15:36:01 [2019-07-19T19:36:01.176Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [61] 15:36:01 [2019-07-19T19:36:01.176Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 15:36:01 [2019-07-19T19:36:01.176Z] 15:36:01 [2019-07-19T19:36:01.176Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 15:36:01 [2019-07-19T19:36:01.176Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 15:36:01 [2019-07-19T19:36:01.176Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 15:36:01 [2019-07-19T19:36:01.176Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 15:36:01 [2019-07-19T19:36:01.176Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 15:36:01 [2019-07-19T19:36:01.176Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 15:36:01 [2019-07-19T19:36:01.176Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 15:36:01 [2019-07-19T19:36:01.176Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 15:36:01 [2019-07-19T19:36:01.176Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 15:36:01 [2019-07-19T19:36:01.176Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 15:36:01 [2019-07-19T19:36:01.176Z] 15:36:01 [2019-07-19T19:36:01.176Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-19 19:36:00.581 15:36:01 [2019-07-19T19:36:01.176Z] !MESSAGE FrameworkEvent ERROR 15:36:01 [2019-07-19T19:36:01.176Z] !STACK 0 15:36:01 [2019-07-19T19:36:01.176Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [130] 15:36:01 [2019-07-19T19:36:01.176Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 15:36:01 [2019-07-19T19:36:01.176Z] Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)" 15:36:01 [2019-07-19T19:36:01.176Z] -> Export-Package: org.apache.http.impl.auth.win; bundle-symbolic-name="org.apache.httpcomponents.httpclient.win"; bundle-version="4.5.6.v20190213-1947"; version="4.5.6"; x-internal:="true"; uses:="org.apache.http,org.apache.http.auth,org.apache.http.client,org.apache.http.impl.auth,org.apache.http.protocol,org.apache.http.util" 15:36:01 [2019-07-19T19:36:01.176Z] org.apache.httpcomponents.httpclient.win [35] 15:36:01 [2019-07-19T19:36:01.176Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 15:36:01 [2019-07-19T19:36:01.176Z] 15:36:01 [2019-07-19T19:36:01.176Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 15:36:01 [2019-07-19T19:36:01.176Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 15:36:01 [2019-07-19T19:36:01.176Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 15:36:01 [2019-07-19T19:36:01.176Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 15:36:01 [2019-07-19T19:36:01.176Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 15:36:01 [2019-07-19T19:36:01.176Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 15:36:01 [2019-07-19T19:36:01.176Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 15:36:01 [2019-07-19T19:36:01.176Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 15:36:01 [2019-07-19T19:36:01.176Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 15:36:01 [2019-07-19T19:36:01.176Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 15:36:03 [2019-07-19T19:36:03.700Z] Running org.eclipse.tracecompass.analysis.os.linux.core.tests.kernel.KernelTidAspectTest 15:36:06 [2019-07-19T19:36:06.223Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.506 s - in org.eclipse.tracecompass.analysis.os.linux.core.tests.kernel.KernelTidAspectTest 15:36:06 [2019-07-19T19:36:06.223Z] testResolveTidAspect(org.eclipse.tracecompass.analysis.os.linux.core.tests.kernel.KernelTidAspectTest) Time elapsed: 2.427 s 15:36:06 [2019-07-19T19:36:06.223Z] Running org.eclipse.tracecompass.analysis.os.linux.core.tests.kernel.KernelPidAspectTest 15:36:07 [2019-07-19T19:36:07.592Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.382 s - in org.eclipse.tracecompass.analysis.os.linux.core.tests.kernel.KernelPidAspectTest 15:36:07 [2019-07-19T19:36:07.592Z] testResolvePidAspect(org.eclipse.tracecompass.analysis.os.linux.core.tests.kernel.KernelPidAspectTest) Time elapsed: 1.381 s 15:36:07 [2019-07-19T19:36:07.592Z] Running org.eclipse.tracecompass.analysis.os.linux.core.tests.kernel.KernelThreadInformationProviderTest 15:36:19 [2019-07-19T19:36:19.783Z] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.62 s - in org.eclipse.tracecompass.analysis.os.linux.core.tests.kernel.KernelThreadInformationProviderTest 15:36:19 [2019-07-19T19:36:19.783Z] testGetPpid(org.eclipse.tracecompass.analysis.os.linux.core.tests.kernel.KernelThreadInformationProviderTest) Time elapsed: 1.18 s 15:36:19 [2019-07-19T19:36:19.783Z] testGetThreadOnCpu(org.eclipse.tracecompass.analysis.os.linux.core.tests.kernel.KernelThreadInformationProviderTest) Time elapsed: 1.202 s 15:36:19 [2019-07-19T19:36:19.783Z] testIsThreadActiveRange(org.eclipse.tracecompass.analysis.os.linux.core.tests.kernel.KernelThreadInformationProviderTest) Time elapsed: 1.21 s 15:36:19 [2019-07-19T19:36:19.783Z] testGetExecutableName(org.eclipse.tracecompass.analysis.os.linux.core.tests.kernel.KernelThreadInformationProviderTest) Time elapsed: 1.15 s 15:36:19 [2019-07-19T19:36:19.783Z] testGetThreadQuarks(org.eclipse.tracecompass.analysis.os.linux.core.tests.kernel.KernelThreadInformationProviderTest) Time elapsed: 1.176 s 15:36:19 [2019-07-19T19:36:19.783Z] testGetStatusIntervalsForThread(org.eclipse.tracecompass.analysis.os.linux.core.tests.kernel.KernelThreadInformationProviderTest) Time elapsed: 1.153 s 15:36:19 [2019-07-19T19:36:19.783Z] testGetPid(org.eclipse.tracecompass.analysis.os.linux.core.tests.kernel.KernelThreadInformationProviderTest) Time elapsed: 1.152 s 15:36:19 [2019-07-19T19:36:19.783Z] testGetThreadsOfCpus(org.eclipse.tracecompass.analysis.os.linux.core.tests.kernel.KernelThreadInformationProviderTest) Time elapsed: 1.194 s 15:36:19 [2019-07-19T19:36:19.783Z] testGetStatusIntervalsForThreadIt(org.eclipse.tracecompass.analysis.os.linux.core.tests.kernel.KernelThreadInformationProviderTest) Time elapsed: 1.197 s 15:36:19 [2019-07-19T19:36:19.783Z] Running org.eclipse.tracecompass.analysis.os.linux.core.tests.kernel.KernelStateProviderTest 15:36:19 [2019-07-19T19:36:19.783Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.tracecompass.analysis.os.linux.core.tests.kernel.KernelStateProviderTest 15:36:19 [2019-07-19T19:36:19.783Z] testOpening(org.eclipse.tracecompass.analysis.os.linux.core.tests.kernel.KernelStateProviderTest) Time elapsed: 0.017 s 15:36:19 [2019-07-19T19:36:19.783Z] Running org.eclipse.tracecompass.analysis.os.linux.core.tests.kernel.ThreadStatusDataProviderTest 15:36:19 [2019-07-19T19:36:19.783Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.27 s - in org.eclipse.tracecompass.analysis.os.linux.core.tests.kernel.ThreadStatusDataProviderTest 15:36:19 [2019-07-19T19:36:19.783Z] testThreadStatusDataProvider(org.eclipse.tracecompass.analysis.os.linux.core.tests.kernel.ThreadStatusDataProviderTest) Time elapsed: 1.269 s 15:36:19 [2019-07-19T19:36:19.783Z] Running org.eclipse.tracecompass.analysis.os.linux.core.tests.cpuusage.CpuUsageStateProviderTest 15:36:29 [2019-07-19T19:36:29.741Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.026 s - in org.eclipse.tracecompass.analysis.os.linux.core.tests.cpuusage.CpuUsageStateProviderTest 15:36:29 [2019-07-19T19:36:29.741Z] testAnalysisExecution(org.eclipse.tracecompass.analysis.os.linux.core.tests.cpuusage.CpuUsageStateProviderTest) Time elapsed: 2.225 s 15:36:29 [2019-07-19T19:36:29.741Z] testInRangeWithCpuSubset(org.eclipse.tracecompass.analysis.os.linux.core.tests.cpuusage.CpuUsageStateProviderTest) Time elapsed: 2.223 s 15:36:29 [2019-07-19T19:36:29.741Z] testUsageInRange(org.eclipse.tracecompass.analysis.os.linux.core.tests.cpuusage.CpuUsageStateProviderTest) Time elapsed: 2.223 s 15:36:29 [2019-07-19T19:36:29.741Z] testRequirements(org.eclipse.tracecompass.analysis.os.linux.core.tests.cpuusage.CpuUsageStateProviderTest) Time elapsed: 1.128 s 15:36:29 [2019-07-19T19:36:29.741Z] testReturnedStateSystem(org.eclipse.tracecompass.analysis.os.linux.core.tests.cpuusage.CpuUsageStateProviderTest) Time elapsed: 2.225 s 15:36:29 [2019-07-19T19:36:29.741Z] Running org.eclipse.tracecompass.analysis.os.linux.core.tests.cpuusage.CpuUsageDataProviderTest 15:36:32 [2019-07-19T19:36:32.267Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.239 s - in org.eclipse.tracecompass.analysis.os.linux.core.tests.cpuusage.CpuUsageDataProviderTest 15:36:32 [2019-07-19T19:36:32.267Z] testTree(org.eclipse.tracecompass.analysis.os.linux.core.tests.cpuusage.CpuUsageDataProviderTest) Time elapsed: 2.231 s 15:36:32 [2019-07-19T19:36:32.267Z] Running org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputDataProviderTest 15:36:34 [2019-07-19T19:36:34.164Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.28 s - in org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputDataProviderTest 15:36:34 [2019-07-19T19:36:34.164Z] testDiskActivity[0: io_analysis.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputDataProviderTest) Time elapsed: 2.255 s 15:36:34 [2019-07-19T19:36:34.164Z] Running org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputDiskTest 15:36:49 [2019-07-19T19:36:49.019Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.358 s - in org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputDiskTest 15:36:49 [2019-07-19T19:36:49.019Z] testDeviceStrings[0: io_analysis.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputDiskTest) Time elapsed: 2.232 s 15:36:49 [2019-07-19T19:36:49.019Z] testSectorsAt[0: io_analysis.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputDiskTest) Time elapsed: 2.23 s 15:36:49 [2019-07-19T19:36:49.019Z] testDeviceStrings[1: io_nostatedump.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputDiskTest) Time elapsed: 2.217 s 15:36:49 [2019-07-19T19:36:49.019Z] testSectorsAt[1: io_nostatedump.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputDiskTest) Time elapsed: 2.215 s 15:36:49 [2019-07-19T19:36:49.019Z] testDeviceStrings[2: io_two_devices.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputDiskTest) Time elapsed: 2.221 s 15:36:49 [2019-07-19T19:36:49.019Z] testSectorsAt[2: io_two_devices.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputDiskTest) Time elapsed: 2.22 s 15:36:49 [2019-07-19T19:36:49.019Z] Running org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputStateProviderTest 15:37:45 [2019-07-19T19:37:45.211Z] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 53.344 s - in org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputStateProviderTest 15:37:45 [2019-07-19T19:37:45.211Z] testAnalysisExecution[0: io_analysis.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputStateProviderTest) Time elapsed: 2.226 s 15:37:45 [2019-07-19T19:37:45.211Z] testStateProviderIntervalData[0: io_analysis.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputStateProviderTest) Time elapsed: 2.227 s 15:37:45 [2019-07-19T19:37:45.211Z] testStateProviderPunctualData[0: io_analysis.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputStateProviderTest) Time elapsed: 2.226 s 15:37:45 [2019-07-19T19:37:45.211Z] testAnalysisExecution[1: io_nostatedump.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputStateProviderTest) Time elapsed: 2.214 s 15:37:45 [2019-07-19T19:37:45.211Z] testStateProviderIntervalData[1: io_nostatedump.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputStateProviderTest) Time elapsed: 2.216 s 15:37:45 [2019-07-19T19:37:45.211Z] testStateProviderPunctualData[1: io_nostatedump.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputStateProviderTest) Time elapsed: 2.216 s 15:37:45 [2019-07-19T19:37:45.211Z] testAnalysisExecution[2: io_req_merge.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputStateProviderTest) Time elapsed: 2.224 s 15:37:45 [2019-07-19T19:37:45.211Z] testStateProviderIntervalData[2: io_req_merge.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputStateProviderTest) Time elapsed: 2.225 s 15:37:45 [2019-07-19T19:37:45.211Z] testStateProviderPunctualData[2: io_req_merge.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputStateProviderTest) Time elapsed: 2.224 s 15:37:45 [2019-07-19T19:37:45.211Z] testAnalysisExecution[3: io_missing.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputStateProviderTest) Time elapsed: 2.224 s 15:37:45 [2019-07-19T19:37:45.211Z] testStateProviderIntervalData[3: io_missing.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputStateProviderTest) Time elapsed: 2.225 s 15:37:45 [2019-07-19T19:37:45.211Z] testStateProviderPunctualData[3: io_missing.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputStateProviderTest) Time elapsed: 2.224 s 15:37:45 [2019-07-19T19:37:45.211Z] testAnalysisExecution[4: io_two_devices.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputStateProviderTest) Time elapsed: 2.218 s 15:37:45 [2019-07-19T19:37:45.211Z] testStateProviderIntervalData[4: io_two_devices.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputStateProviderTest) Time elapsed: 2.218 s 15:37:45 [2019-07-19T19:37:45.211Z] testStateProviderPunctualData[4: io_two_devices.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputStateProviderTest) Time elapsed: 2.217 s 15:37:45 [2019-07-19T19:37:45.211Z] testAnalysisExecution[5: io_syscall_read.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputStateProviderTest) Time elapsed: 2.222 s 15:37:45 [2019-07-19T19:37:45.211Z] testStateProviderIntervalData[5: io_syscall_read.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputStateProviderTest) Time elapsed: 2.221 s 15:37:45 [2019-07-19T19:37:45.211Z] testStateProviderPunctualData[5: io_syscall_read.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputStateProviderTest) Time elapsed: 2.22 s 15:37:45 [2019-07-19T19:37:45.211Z] testAnalysisExecution[6: io_syscall_write.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputStateProviderTest) Time elapsed: 2.224 s 15:37:45 [2019-07-19T19:37:45.211Z] testStateProviderIntervalData[6: io_syscall_write.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputStateProviderTest) Time elapsed: 2.225 s 15:37:45 [2019-07-19T19:37:45.211Z] testStateProviderPunctualData[6: io_syscall_write.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputStateProviderTest) Time elapsed: 2.22 s 15:37:45 [2019-07-19T19:37:45.211Z] testAnalysisExecution[7: io_full_kernel.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputStateProviderTest) Time elapsed: 2.227 s 15:37:45 [2019-07-19T19:37:45.211Z] testStateProviderIntervalData[7: io_full_kernel.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputStateProviderTest) Time elapsed: 2.227 s 15:37:45 [2019-07-19T19:37:45.211Z] testStateProviderPunctualData[7: io_full_kernel.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputStateProviderTest) Time elapsed: 2.225 s 15:37:45 [2019-07-19T19:37:45.211Z] Running org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputInformationProviderTest 15:37:47 [2019-07-19T19:37:47.737Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.656 s - in org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputInformationProviderTest 15:37:47 [2019-07-19T19:37:47.737Z] testGetDisks[0: io_analysis.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputInformationProviderTest) Time elapsed: 2.223 s 15:37:47 [2019-07-19T19:37:47.737Z] testGetDisks[1: io_nostatedump.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputInformationProviderTest) Time elapsed: 2.213 s 15:37:47 [2019-07-19T19:37:47.737Z] testGetDisks[2: io_two_devices.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputInformationProviderTest) Time elapsed: 2.217 s 15:37:47 [2019-07-19T19:37:47.737Z] Running org.eclipse.tracecompass.analysis.os.linux.core.tests.kernelmemoryusage.KernelMemoryStateProviderTest 15:37:51 [2019-07-19T19:37:51.011Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.342 s - in org.eclipse.tracecompass.analysis.os.linux.core.tests.kernelmemoryusage.KernelMemoryStateProviderTest 15:37:51 [2019-07-19T19:37:51.011Z] testAnalysisExecution(org.eclipse.tracecompass.analysis.os.linux.core.tests.kernelmemoryusage.KernelMemoryStateProviderTest) Time elapsed: 2.216 s 15:37:51 [2019-07-19T19:37:51.011Z] testAllocationDeallocationMemory(org.eclipse.tracecompass.analysis.os.linux.core.tests.kernelmemoryusage.KernelMemoryStateProviderTest) Time elapsed: 1.124 s 15:37:51 [2019-07-19T19:37:51.011Z] Running org.eclipse.tracecompass.analysis.os.linux.core.tests.contextswitch.ContextSwitchProviderTest 15:37:56 [2019-07-19T19:37:56.265Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.497 s - in org.eclipse.tracecompass.analysis.os.linux.core.tests.contextswitch.ContextSwitchProviderTest 15:37:56 [2019-07-19T19:37:56.265Z] testAnalysisExecution(org.eclipse.tracecompass.analysis.os.linux.core.tests.contextswitch.ContextSwitchProviderTest) Time elapsed: 1.119 s 15:37:56 [2019-07-19T19:37:56.265Z] testUsageInRange(org.eclipse.tracecompass.analysis.os.linux.core.tests.contextswitch.ContextSwitchProviderTest) Time elapsed: 1.125 s 15:37:56 [2019-07-19T19:37:56.265Z] testReturnedStateSystem(org.eclipse.tracecompass.analysis.os.linux.core.tests.contextswitch.ContextSwitchProviderTest) Time elapsed: 1.126 s 15:37:56 [2019-07-19T19:37:56.265Z] testInvalid(org.eclipse.tracecompass.analysis.os.linux.core.tests.contextswitch.ContextSwitchProviderTest) Time elapsed: 1.125 s 15:37:56 [2019-07-19T19:37:56.265Z] Running org.eclipse.tracecompass.analysis.os.linux.core.tests.latency.SyscallStatsAnalysisTest 15:38:02 [2019-07-19T19:38:02.873Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.299 s - in org.eclipse.tracecompass.analysis.os.linux.core.tests.latency.SyscallStatsAnalysisTest 15:38:02 [2019-07-19T19:38:02.873Z] testSmallTraceSequential(org.eclipse.tracecompass.analysis.os.linux.core.tests.latency.SyscallStatsAnalysisTest) Time elapsed: 7.299 s 15:38:02 [2019-07-19T19:38:02.873Z] Running org.eclipse.tracecompass.analysis.os.linux.core.tests.latency.SyscallAnalysisTest 15:38:03 [2019-07-19T19:38:03.131Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.41 s - in org.eclipse.tracecompass.analysis.os.linux.core.tests.latency.SyscallAnalysisTest 15:38:03 [2019-07-19T19:38:03.131Z] testSmallTraceSequential(org.eclipse.tracecompass.analysis.os.linux.core.tests.latency.SyscallAnalysisTest) Time elapsed: 0.409 s 15:38:03 [2019-07-19T19:38:03.131Z] Running org.eclipse.tracecompass.analysis.os.linux.core.tests.network.EventMatchingTest 15:38:03 [2019-07-19T19:38:03.388Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.346 s - in org.eclipse.tracecompass.analysis.os.linux.core.tests.network.EventMatchingTest 15:38:03 [2019-07-19T19:38:03.388Z] testMatchingMultiMatchers(org.eclipse.tracecompass.analysis.os.linux.core.tests.network.EventMatchingTest) Time elapsed: 0.221 s 15:38:03 [2019-07-19T19:38:03.388Z] testMatching(org.eclipse.tracecompass.analysis.os.linux.core.tests.network.EventMatchingTest) Time elapsed: 0.124 s 15:38:03 [2019-07-19T19:38:03.388Z] 15:38:03 [2019-07-19T19:38:03.388Z] Results: 15:38:03 [2019-07-19T19:38:03.388Z] 15:38:03 [2019-07-19T19:38:03.388Z] Tests run: 63, Failures: 0, Errors: 0, Skipped: 0 15:38:03 [2019-07-19T19:38:03.388Z] 15:38:04 [2019-07-19T19:38:04.318Z] [INFO] All tests passed! 15:38:04 [2019-07-19T19:38:04.318Z] [INFO] 15:38:04 [2019-07-19T19:38:04.318Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.analysis.os.linux.core.tests --- 15:38:04 [2019-07-19T19:38:04.318Z] [INFO] Loading execution data file /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/../../target/jacoco.exec 15:38:04 [2019-07-19T19:38:04.575Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.os.linux.core.tests' with 43 classes 15:38:04 [2019-07-19T19:38:04.575Z] [INFO] 15:38:04 [2019-07-19T19:38:04.575Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.analysis.os.linux.core.tests --- 15:38:04 [2019-07-19T19:38:04.575Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/target/org.eclipse.tracecompass.analysis.os.linux.core.tests-1.0.9-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.os.linux.core.tests/1.0.9-SNAPSHOT/org.eclipse.tracecompass.analysis.os.linux.core.tests-1.0.9-SNAPSHOT.jar 15:38:04 [2019-07-19T19:38:04.575Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.os.linux.core.tests/1.0.9-SNAPSHOT/org.eclipse.tracecompass.analysis.os.linux.core.tests-1.0.9-SNAPSHOT.pom 15:38:04 [2019-07-19T19:38:04.575Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/target/org.eclipse.tracecompass.analysis.os.linux.core.tests-1.0.9-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.os.linux.core.tests/1.0.9-SNAPSHOT/org.eclipse.tracecompass.analysis.os.linux.core.tests-1.0.9-SNAPSHOT-sources.jar 15:38:04 [2019-07-19T19:38:04.575Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/target/org.eclipse.tracecompass.analysis.os.linux.core.tests-1.0.9-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.os.linux.core.tests/1.0.9-SNAPSHOT/org.eclipse.tracecompass.analysis.os.linux.core.tests-1.0.9-SNAPSHOT-pack200.jar.pack.gz 15:38:04 [2019-07-19T19:38:04.575Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.os.linux.core.tests/1.0.9-SNAPSHOT/org.eclipse.tracecompass.analysis.os.linux.core.tests-1.0.9-SNAPSHOT-p2metadata.xml 15:38:04 [2019-07-19T19:38:04.575Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.os.linux.core.tests/1.0.9-SNAPSHOT/org.eclipse.tracecompass.analysis.os.linux.core.tests-1.0.9-SNAPSHOT-p2artifacts.xml 15:38:04 [2019-07-19T19:38:04.575Z] [INFO] 15:38:04 [2019-07-19T19:38:04.575Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.analysis.os.linux.core.tests --- 15:38:04 [2019-07-19T19:38:04.575Z] [INFO] 15:38:04 [2019-07-19T19:38:04.575Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.timing.ui >-- 15:38:04 [2019-07-19T19:38:04.575Z] [INFO] Building org.eclipse.tracecompass.analysis.timing.ui 4.0.0-SNAPSHOT [35/134] 15:38:04 [2019-07-19T19:38:04.575Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 15:38:04 [2019-07-19T19:38:04.575Z] [INFO] 15:38:04 [2019-07-19T19:38:04.575Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.analysis.timing.ui --- 15:38:04 [2019-07-19T19:38:04.575Z] [INFO] 15:38:04 [2019-07-19T19:38:04.575Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.analysis.timing.ui --- 15:38:04 [2019-07-19T19:38:04.575Z] [INFO] The project's OSGi version is 4.0.0.201907191907 15:38:04 [2019-07-19T19:38:04.575Z] [INFO] 15:38:04 [2019-07-19T19:38:04.575Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.analysis.timing.ui --- 15:38:04 [2019-07-19T19:38:04.575Z] [INFO] 15:38:04 [2019-07-19T19:38:04.575Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.analysis.timing.ui --- 15:38:04 [2019-07-19T19:38:04.575Z] [INFO] 15:38:04 [2019-07-19T19:38:04.575Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.analysis.timing.ui --- 15:38:04 [2019-07-19T19:38:04.575Z] [INFO] 15:38:04 [2019-07-19T19:38:04.575Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.analysis.timing.ui --- 15:38:04 [2019-07-19T19:38:04.575Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 15:38:04 [2019-07-19T19:38:04.575Z] [INFO] 15:38:04 [2019-07-19T19:38:04.575Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.analysis.timing.ui --- 15:38:04 [2019-07-19T19:38:04.575Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:38:04 [2019-07-19T19:38:04.575Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/main/resources 15:38:04 [2019-07-19T19:38:04.575Z] [INFO] 15:38:04 [2019-07-19T19:38:04.575Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.analysis.timing.ui --- 15:38:04 [2019-07-19T19:38:04.575Z] [INFO] Compiling 36 source files to /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/target/classes 15:38:05 [2019-07-19T19:38:05.507Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/scatter/AbstractSegmentStoreScatterChartTreeViewer.java:[57] 15:38:05 [2019-07-19T19:38:05.507Z] TmfGenericTreeEntry<TmfTreeDataModel> entry = (TmfGenericTreeEntry<TmfTreeDataModel>) element; 15:38:05 [2019-07-19T19:38:05.507Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:38:05 [2019-07-19T19:38:05.507Z] Type safety: Unchecked cast from Object to TmfGenericTreeEntry<TmfTreeDataModel> 15:38:05 [2019-07-19T19:38:05.507Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/scatter/AbstractSegmentStoreScatterChartTreeViewer.java:[125] 15:38:05 [2019-07-19T19:38:05.507Z] return DataProviderManager.getInstance().getDataProvider(trace, SegmentStoreScatterDataProvider.ID + ':' + analysisId, ITmfTreeXYDataProvider.class); 15:38:05 [2019-07-19T19:38:05.507Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:38:05 [2019-07-19T19:38:05.507Z] Type safety: Unchecked invocation getDataProvider(ITmfTrace, String, Class<ITmfTreeXYDataProvider>) of the generic method getDataProvider(ITmfTrace, String, Class<T>) of type DataProviderManager 15:38:05 [2019-07-19T19:38:05.507Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/statistics/AbstractSegmentsStatisticsViewer.java:[121] 15:38:05 [2019-07-19T19:38:05.507Z] SegmentStoreStatisticsModel model = ((TmfGenericTreeEntry<@NonNull SegmentStoreStatisticsModel>) element).getModel(); 15:38:05 [2019-07-19T19:38:05.507Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:38:05 [2019-07-19T19:38:05.507Z] Type safety: Unchecked cast from Object to TmfGenericTreeEntry<SegmentStoreStatisticsModel> 15:38:05 [2019-07-19T19:38:05.507Z] 4. INFO in /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/statistics/AbstractSegmentsStatisticsViewer.java (at line 121) 15:38:05 [2019-07-19T19:38:05.507Z] SegmentStoreStatisticsModel model = ((TmfGenericTreeEntry<@NonNull SegmentStoreStatisticsModel>) element).getModel(); 15:38:05 [2019-07-19T19:38:05.507Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:38:05 [2019-07-19T19:38:05.507Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'TmfGenericTreeEntry<@NonNull SegmentStoreStatisticsModel>'. Type 'TmfGenericTreeEntry<M>' doesn't seem to be designed with null type annotations in mind 15:38:05 [2019-07-19T19:38:05.507Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/statistics/AbstractSegmentsStatisticsViewer.java:[147] 15:38:05 [2019-07-19T19:38:05.507Z] createTmfTreeColumnData(Messages.SegmentStoreStatistics_LevelLabel, Comparator.comparing(TmfTreeViewerEntry::getName)), 15:38:05 [2019-07-19T19:38:05.507Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:38:05 [2019-07-19T19:38:05.507Z] Null type safety (type annotations): The expression of type 'Comparator<@NonNull TmfTreeViewerEntry>' needs unchecked conversion to conform to '@NonNull Comparator<@NonNull TmfTreeViewerEntry>' 15:38:05 [2019-07-19T19:38:05.507Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/statistics/AbstractSegmentsStatisticsViewer.java:[148] 15:38:05 [2019-07-19T19:38:05.507Z] createTmfTreeColumnData(Messages.SegmentStoreStatistics_Statistics_MinLabel, Comparator.comparing(keyExtractor(SegmentStoreStatisticsModel::getMin))), 15:38:05 [2019-07-19T19:38:05.507Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:38:05 [2019-07-19T19:38:05.507Z] Null type safety (type annotations): The expression of type 'Comparator<@NonNull TmfTreeViewerEntry>' needs unchecked conversion to conform to '@NonNull Comparator<@NonNull TmfTreeViewerEntry>' 15:38:05 [2019-07-19T19:38:05.507Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/statistics/AbstractSegmentsStatisticsViewer.java:[149] 15:38:05 [2019-07-19T19:38:05.507Z] createTmfTreeColumnData(Messages.SegmentStoreStatistics_MaxLabel, Comparator.comparing(keyExtractor(SegmentStoreStatisticsModel::getMax))), 15:38:05 [2019-07-19T19:38:05.507Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:38:05 [2019-07-19T19:38:05.507Z] Null type safety (type annotations): The expression of type 'Comparator<@NonNull TmfTreeViewerEntry>' needs unchecked conversion to conform to '@NonNull Comparator<@NonNull TmfTreeViewerEntry>' 15:38:05 [2019-07-19T19:38:05.507Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/statistics/AbstractSegmentsStatisticsViewer.java:[150] 15:38:05 [2019-07-19T19:38:05.507Z] createTmfTreeColumnData(Messages.SegmentStoreStatistics_AverageLabel, Comparator.comparing(keyExtractor(SegmentStoreStatisticsModel::getMean))), 15:38:05 [2019-07-19T19:38:05.507Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:38:05 [2019-07-19T19:38:05.507Z] Null type safety (type annotations): The expression of type 'Comparator<@NonNull TmfTreeViewerEntry>' needs unchecked conversion to conform to '@NonNull Comparator<@NonNull TmfTreeViewerEntry>' 15:38:05 [2019-07-19T19:38:05.507Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/statistics/AbstractSegmentsStatisticsViewer.java:[151] 15:38:05 [2019-07-19T19:38:05.507Z] createTmfTreeColumnData(Messages.SegmentStoreStatisticsViewer_StandardDeviation, Comparator.comparing(keyExtractor(SegmentStoreStatisticsModel::getStdDev))), 15:38:05 [2019-07-19T19:38:05.507Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:38:05 [2019-07-19T19:38:05.507Z] Null type safety (type annotations): The expression of type 'Comparator<@NonNull TmfTreeViewerEntry>' needs unchecked conversion to conform to '@NonNull Comparator<@NonNull TmfTreeViewerEntry>' 15:38:05 [2019-07-19T19:38:05.507Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/statistics/AbstractSegmentsStatisticsViewer.java:[152] 15:38:05 [2019-07-19T19:38:05.507Z] createTmfTreeColumnData(Messages.SegmentStoreStatisticsViewer_Count, Comparator.comparing(keyExtractor(SegmentStoreStatisticsModel::getNbElements))), 15:38:05 [2019-07-19T19:38:05.507Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:38:05 [2019-07-19T19:38:05.507Z] Null type safety (type annotations): The expression of type 'Comparator<@NonNull TmfTreeViewerEntry>' needs unchecked conversion to conform to '@NonNull Comparator<@NonNull TmfTreeViewerEntry>' 15:38:05 [2019-07-19T19:38:05.507Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/statistics/AbstractSegmentsStatisticsViewer.java:[153] 15:38:05 [2019-07-19T19:38:05.507Z] createTmfTreeColumnData(Messages.SegmentStoreStatisticsViewer_Total, Comparator.comparing(keyExtractor(SegmentStoreStatisticsModel::getTotal))), 15:38:05 [2019-07-19T19:38:05.507Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:38:05 [2019-07-19T19:38:05.507Z] Null type safety (type annotations): The expression of type 'Comparator<@NonNull TmfTreeViewerEntry>' needs unchecked conversion to conform to '@NonNull Comparator<@NonNull TmfTreeViewerEntry>' 15:38:05 [2019-07-19T19:38:05.507Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/statistics/AbstractSegmentsStatisticsViewer.java:[181] 15:38:05 [2019-07-19T19:38:05.507Z] return modelExtractor.apply(((TmfGenericTreeEntry<M>) entry).getModel()); 15:38:05 [2019-07-19T19:38:05.507Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:38:05 [2019-07-19T19:38:05.507Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type '@NonNull Function<M extends @NonNull SegmentStoreStatisticsModel,E extends @NonNull Comparable<E>>'. Type 'Function<T,R>' doesn't seem to be designed with null type annotations in mind 15:38:05 [2019-07-19T19:38:05.507Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/statistics/AbstractSegmentsStatisticsViewer.java:[181] 15:38:05 [2019-07-19T19:38:05.507Z] return modelExtractor.apply(((TmfGenericTreeEntry<M>) entry).getModel()); 15:38:05 [2019-07-19T19:38:05.507Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:38:05 [2019-07-19T19:38:05.507Z] Type safety: Unchecked cast from TmfTreeViewerEntry to TmfGenericTreeEntry<M> 15:38:05 [2019-07-19T19:38:05.507Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/statistics/AbstractSegmentsStatisticsViewer.java:[183] 15:38:05 [2019-07-19T19:38:05.507Z] return (E) (Comparable<E>) o -> 0; 15:38:05 [2019-07-19T19:38:05.507Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:38:05 [2019-07-19T19:38:05.507Z] Type safety: Unchecked cast from Comparable<E> to E 15:38:05 [2019-07-19T19:38:05.507Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/statistics/AbstractSegmentsStatisticsViewer.java:[204] 15:38:05 [2019-07-19T19:38:05.507Z] SegmentStoreStatisticsModel model = ((TmfGenericTreeEntry<SegmentStoreStatisticsModel>) element).getModel(); 15:38:05 [2019-07-19T19:38:05.507Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:38:05 [2019-07-19T19:38:05.507Z] Type safety: Unchecked cast from Object to TmfGenericTreeEntry<SegmentStoreStatisticsModel> 15:38:05 [2019-07-19T19:38:05.507Z] 16. INFO in /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/statistics/AbstractSegmentsStatisticsViewer.java (at line 204) 15:38:05 [2019-07-19T19:38:05.507Z] SegmentStoreStatisticsModel model = ((TmfGenericTreeEntry<SegmentStoreStatisticsModel>) element).getModel(); 15:38:05 [2019-07-19T19:38:05.507Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:38:05 [2019-07-19T19:38:05.507Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'TmfGenericTreeEntry<@NonNull SegmentStoreStatisticsModel>'. Type 'TmfGenericTreeEntry<M>' doesn't seem to be designed with null type annotations in mind 15:38:05 [2019-07-19T19:38:05.507Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/statistics/AbstractSegmentsStatisticsViewer.java:[221] 15:38:05 [2019-07-19T19:38:05.507Z] SegmentStoreStatisticsModel model = ((TmfGenericTreeEntry<SegmentStoreStatisticsModel>) element).getModel(); 15:38:05 [2019-07-19T19:38:05.507Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:38:05 [2019-07-19T19:38:05.507Z] Type safety: Unchecked cast from Object to TmfGenericTreeEntry<SegmentStoreStatisticsModel> 15:38:05 [2019-07-19T19:38:05.507Z] 18. INFO in /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/statistics/AbstractSegmentsStatisticsViewer.java (at line 221) 15:38:05 [2019-07-19T19:38:05.507Z] SegmentStoreStatisticsModel model = ((TmfGenericTreeEntry<SegmentStoreStatisticsModel>) element).getModel(); 15:38:05 [2019-07-19T19:38:05.507Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:38:05 [2019-07-19T19:38:05.507Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'TmfGenericTreeEntry<@NonNull SegmentStoreStatisticsModel>'. Type 'TmfGenericTreeEntry<M>' doesn't seem to be designed with null type annotations in mind 15:38:05 [2019-07-19T19:38:05.507Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/statistics/AbstractSegmentsStatisticsViewer.java:[258] 15:38:05 [2019-07-19T19:38:05.507Z] provider = DataProviderManager.getInstance().getDataProvider(trace, 15:38:05 [2019-07-19T19:38:05.507Z] fProviderId, ITmfTreeDataProvider.class); 15:38:05 [2019-07-19T19:38:05.507Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:38:05 [2019-07-19T19:38:05.507Z] Type safety: Unchecked invocation getDataProvider(ITmfTrace, String, Class<ITmfTreeDataProvider>) of the generic method getDataProvider(ITmfTrace, String, Class<T>) of type DataProviderManager 15:38:05 [2019-07-19T19:38:05.507Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/statistics/AbstractSegmentsStatisticsViewer.java:[280] 15:38:05 [2019-07-19T19:38:05.507Z] return modelToTree(trace.getName(), model.getEntries()); 15:38:05 [2019-07-19T19:38:05.507Z] ^^^^^^^^^^^^^^^ 15:38:05 [2019-07-19T19:38:05.507Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:38:05 [2019-07-19T19:38:05.507Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/table/AbstractSegmentStoreTableViewer.java:[50] 15:38:05 [2019-07-19T19:38:05.507Z] import org.eclipse.tracecompass.internal.provisional.tmf.core.model.filter.parser.FilterCu; 15:38:05 [2019-07-19T19:38:05.507Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:38:05 [2019-07-19T19:38:05.507Z] Discouraged access: The type 'FilterCu' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/classes') 15:38:05 [2019-07-19T19:38:05.507Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/table/AbstractSegmentStoreTableViewer.java:[51] 15:38:05 [2019-07-19T19:38:05.507Z] import org.eclipse.tracecompass.internal.provisional.tmf.core.model.filter.parser.IFilterStrings; 15:38:05 [2019-07-19T19:38:05.507Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:38:05 [2019-07-19T19:38:05.507Z] Discouraged access: The type 'IFilterStrings' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/classes') 15:38:05 [2019-07-19T19:38:05.507Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/table/AbstractSegmentStoreTableViewer.java:[52] 15:38:05 [2019-07-19T19:38:05.507Z] import org.eclipse.tracecompass.internal.provisional.tmf.core.model.filters.TmfFilterAppliedSignal; 15:38:05 [2019-07-19T19:38:05.507Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:38:05 [2019-07-19T19:38:05.507Z] Discouraged access: The type 'TmfFilterAppliedSignal' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/classes') 15:38:05 [2019-07-19T19:38:05.507Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/table/AbstractSegmentStoreTableViewer.java:[53] 15:38:05 [2019-07-19T19:38:05.507Z] import org.eclipse.tracecompass.internal.segmentstore.core.arraylist.ArrayListStore; 15:38:05 [2019-07-19T19:38:05.507Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:38:05 [2019-07-19T19:38:05.507Z] Discouraged access: The type 'ArrayListStore<E>' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core/target/classes') 15:38:05 [2019-07-19T19:38:05.507Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/table/AbstractSegmentStoreTableViewer.java:[355] 15:38:05 [2019-07-19T19:38:05.507Z] ISegmentStore<ISegment> filteredStore = new ArrayListStore<>(filtered.toArray(new ISegment[filtered.size()])); 15:38:05 [2019-07-19T19:38:05.508Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:38:05 [2019-07-19T19:38:05.508Z] Discouraged access: The constructor 'ArrayListStore<ISegment>(Object[])' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core/target/classes') 15:38:05 [2019-07-19T19:38:05.508Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/table/AbstractSegmentStoreTableViewer.java:[355] 15:38:05 [2019-07-19T19:38:05.508Z] ISegmentStore<ISegment> filteredStore = new ArrayListStore<>(filtered.toArray(new ISegment[filtered.size()])); 15:38:05 [2019-07-19T19:38:05.508Z] ^^^^^^^^^^^^^^ 15:38:05 [2019-07-19T19:38:05.508Z] Discouraged access: The type 'ArrayListStore' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core/target/classes') 15:38:05 [2019-07-19T19:38:05.508Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/table/AbstractSegmentStoreTableViewer.java:[382] 15:38:05 [2019-07-19T19:38:05.508Z] for (Map.Entry<Integer, Collection<String>> entry : regexes.asMap().entrySet()) { 15:38:05 [2019-07-19T19:38:05.508Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:38:05 [2019-07-19T19:38:05.508Z] Null type safety (type annotations): The expression of type 'Map.@NonNull Entry<@NonNull Integer,Collection<@NonNull String>>' needs unchecked conversion to conform to 'Map.Entry<@NonNull Integer,@NonNull Collection<@NonNull String>>' 15:38:05 [2019-07-19T19:38:05.508Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/table/AbstractSegmentStoreTableViewer.java:[383] 15:38:05 [2019-07-19T19:38:05.508Z] String regex = IFilterStrings.mergeFilters(entry.getValue()); 15:38:05 [2019-07-19T19:38:05.508Z] ^^^^^^^^^^^^^^ 15:38:05 [2019-07-19T19:38:05.508Z] Discouraged access: The type 'IFilterStrings' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/classes') 15:38:05 [2019-07-19T19:38:05.508Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/table/AbstractSegmentStoreTableViewer.java:[383] 15:38:05 [2019-07-19T19:38:05.508Z] String regex = IFilterStrings.mergeFilters(entry.getValue()); 15:38:05 [2019-07-19T19:38:05.508Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:38:05 [2019-07-19T19:38:05.508Z] Discouraged access: The method 'IFilterStrings.mergeFilters(Collection<String>)' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/classes') 15:38:05 [2019-07-19T19:38:05.508Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/table/AbstractSegmentStoreTableViewer.java:[384] 15:38:05 [2019-07-19T19:38:05.508Z] FilterCu cu = FilterCu.compile(regex); 15:38:05 [2019-07-19T19:38:05.508Z] ^^^^^^^^ 15:38:05 [2019-07-19T19:38:05.508Z] Discouraged access: The type 'FilterCu' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/classes') 15:38:05 [2019-07-19T19:38:05.508Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/table/AbstractSegmentStoreTableViewer.java:[384] 15:38:05 [2019-07-19T19:38:05.508Z] FilterCu cu = FilterCu.compile(regex); 15:38:05 [2019-07-19T19:38:05.508Z] ^^^^^^^^ 15:38:05 [2019-07-19T19:38:05.508Z] Discouraged access: The type 'FilterCu' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/classes') 15:38:05 [2019-07-19T19:38:05.508Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/table/AbstractSegmentStoreTableViewer.java:[384] 15:38:05 [2019-07-19T19:38:05.508Z] FilterCu cu = FilterCu.compile(regex); 15:38:05 [2019-07-19T19:38:05.508Z] ^^^^^^^^^^^^^^^^^^^^^^^ 15:38:05 [2019-07-19T19:38:05.508Z] Discouraged access: The method 'FilterCu.compile(String)' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/classes') 15:38:05 [2019-07-19T19:38:05.508Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/table/AbstractSegmentStoreTableViewer.java:[385] 15:38:05 [2019-07-19T19:38:05.508Z] Predicate<@NonNull Map<@NonNull String, @NonNull Object>> predicate = cu != null ? multiToMapPredicate(cu.generate()) : null; 15:38:05 [2019-07-19T19:38:05.508Z] ^^^^^^^^^^^^^ 15:38:05 [2019-07-19T19:38:05.508Z] Discouraged access: The method 'FilterCu.generate()' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/classes') 15:38:05 [2019-07-19T19:38:05.508Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/table/AbstractSegmentStoreTableViewer.java:[410] 15:38:05 [2019-07-19T19:38:05.508Z] for (Entry<Integer, Collection<String>> entry : regexes.asMap().entrySet()) { 15:38:05 [2019-07-19T19:38:05.508Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:38:05 [2019-07-19T19:38:05.508Z] Null type safety (type annotations): The expression of type 'Map.@NonNull Entry<@NonNull Integer,Collection<@NonNull String>>' needs unchecked conversion to conform to 'Map.Entry<@NonNull Integer,@NonNull Collection<@NonNull String>>' 15:38:05 [2019-07-19T19:38:05.508Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/table/AbstractSegmentStoreTableViewer.java:[411] 15:38:05 [2019-07-19T19:38:05.508Z] String regex = IFilterStrings.mergeFilters(entry.getValue()); 15:38:05 [2019-07-19T19:38:05.508Z] ^^^^^^^^^^^^^^ 15:38:05 [2019-07-19T19:38:05.508Z] Discouraged access: The type 'IFilterStrings' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/classes') 15:38:05 [2019-07-19T19:38:05.508Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/table/AbstractSegmentStoreTableViewer.java:[411] 15:38:05 [2019-07-19T19:38:05.508Z] String regex = IFilterStrings.mergeFilters(entry.getValue()); 15:38:05 [2019-07-19T19:38:05.508Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:38:05 [2019-07-19T19:38:05.508Z] Discouraged access: The method 'IFilterStrings.mergeFilters(Collection<String>)' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/classes') 15:38:05 [2019-07-19T19:38:05.508Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/table/AbstractSegmentStoreTableViewer.java:[412] 15:38:05 [2019-07-19T19:38:05.508Z] FilterCu cu = FilterCu.compile(regex); 15:38:05 [2019-07-19T19:38:05.508Z] ^^^^^^^^ 15:38:05 [2019-07-19T19:38:05.508Z] Discouraged access: The type 'FilterCu' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/classes') 15:38:05 [2019-07-19T19:38:05.508Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/table/AbstractSegmentStoreTableViewer.java:[412] 15:38:05 [2019-07-19T19:38:05.508Z] FilterCu cu = FilterCu.compile(regex); 15:38:05 [2019-07-19T19:38:05.508Z] ^^^^^^^^ 15:38:05 [2019-07-19T19:38:05.508Z] Discouraged access: The type 'FilterCu' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/classes') 15:38:05 [2019-07-19T19:38:05.508Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/table/AbstractSegmentStoreTableViewer.java:[412] 15:38:05 [2019-07-19T19:38:05.508Z] FilterCu cu = FilterCu.compile(regex); 15:38:05 [2019-07-19T19:38:05.508Z] ^^^^^^^^^^^^^^^^^^^^^^^ 15:38:05 [2019-07-19T19:38:05.508Z] Discouraged access: The method 'FilterCu.compile(String)' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/classes') 15:38:05 [2019-07-19T19:38:05.508Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/table/AbstractSegmentStoreTableViewer.java:[413] 15:38:05 [2019-07-19T19:38:05.508Z] Predicate<@NonNull Multimap<@NonNull String, @NonNull Object>> predicate = cu != null ? cu.generate() : null; 15:38:05 [2019-07-19T19:38:05.508Z] ^^^^^^^^^^^^^ 15:38:05 [2019-07-19T19:38:05.508Z] Discouraged access: The method 'FilterCu.generate()' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/classes') 15:38:05 [2019-07-19T19:38:05.508Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/table/AbstractSegmentStoreTableViewer.java:[537] 15:38:05 [2019-07-19T19:38:05.508Z] public void regexFilterApplied(TmfFilterAppliedSignal signal) { 15:38:05 [2019-07-19T19:38:05.508Z] ^^^^^^^^^^^^^^^^^^^^^^ 15:38:05 [2019-07-19T19:38:05.508Z] Discouraged access: The type 'TmfFilterAppliedSignal' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/classes') 15:38:05 [2019-07-19T19:38:05.508Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/table/AbstractSegmentStoreTableViewer.java:[538] 15:38:05 [2019-07-19T19:38:05.508Z] Collection<String> regex = signal.getFilter().getRegexes(); 15:38:05 [2019-07-19T19:38:05.508Z] ^^^^^^^^^^^^^^^^^^ 15:38:05 [2019-07-19T19:38:05.508Z] Discouraged access: The method 'TmfFilterAppliedSignal.getFilter()' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/classes') 15:38:05 [2019-07-19T19:38:05.508Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/table/AbstractSegmentStoreTableViewer.java:[538] 15:38:05 [2019-07-19T19:38:05.508Z] Collection<String> regex = signal.getFilter().getRegexes(); 15:38:05 [2019-07-19T19:38:05.508Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:38:05 [2019-07-19T19:38:05.508Z] Discouraged access: The method 'TraceCompassFilter.getRegexes()' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/classes') 15:38:05 [2019-07-19T19:38:05.508Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/internal/analysis/timing/ui/views/segmentstore/density/SimpleTooltipProvider.java:[70] 15:38:05 [2019-07-19T19:38:05.508Z] addItem(null, ToolTipString.fromString(Messages.SimpleTooltipProvider_count), ToolTipString.fromDecimal(y)); 15:38:05 [2019-07-19T19:38:05.508Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:38:05 [2019-07-19T19:38:05.508Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:38:05 [2019-07-19T19:38:05.508Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/scatter/AbstractSegmentStoreScatterChartViewer.java:[100] 15:38:05 [2019-07-19T19:38:05.508Z] return DataProviderManager.getInstance().getDataProvider(trace, SegmentStoreScatterDataProvider.ID + ':' + analysisId, ITmfTreeXYDataProvider.class); 15:38:05 [2019-07-19T19:38:05.508Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:38:05 [2019-07-19T19:38:05.508Z] Type safety: Unchecked invocation getDataProvider(ITmfTrace, String, Class<ITmfTreeXYDataProvider>) of the generic method getDataProvider(ITmfTrace, String, Class<T>) of type DataProviderManager 15:38:05 [2019-07-19T19:38:05.508Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/internal/analysis/timing/ui/views/segmentstore/table/SegmentStoreContentProvider.java:[171] 15:38:05 [2019-07-19T19:38:05.508Z] return Iterables.get(iterable, (int) idx, null); 15:38:05 [2019-07-19T19:38:05.508Z] ^^^^ 15:38:05 [2019-07-19T19:38:05.508Z] Null type mismatch (type annotations): 'null' is not compatible to the free type variable '? extends ISegment' 15:38:05 [2019-07-19T19:38:05.508Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/internal/analysis/timing/ui/views/segmentstore/table/SegmentStoreContentProvider.java:[191] 15:38:05 [2019-07-19T19:38:05.508Z] return Iterables.getLast(baseIterable, null); 15:38:05 [2019-07-19T19:38:05.508Z] ^^^^ 15:38:05 [2019-07-19T19:38:05.508Z] Null type mismatch (type annotations): 'null' is not compatible to the free type variable '? extends ISegment' 15:38:05 [2019-07-19T19:38:05.508Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/internal/analysis/timing/ui/views/segmentstore/table/SegmentStoreContentProvider.java:[202] 15:38:05 [2019-07-19T19:38:05.508Z] return Iterables.getFirst((Iterable<? extends ISegment>) iterable, null); 15:38:05 [2019-07-19T19:38:05.508Z] ^^^^ 15:38:05 [2019-07-19T19:38:05.508Z] Null type mismatch (type annotations): 'null' is not compatible to the free type variable '? extends ISegment' 15:38:05 [2019-07-19T19:38:05.508Z] 48 problems (0 errors, 45 warnings, 45 info) 15:38:05 [2019-07-19T19:38:05.508Z] [INFO] 15:38:05 [2019-07-19T19:38:05.508Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.analysis.timing.ui --- 15:38:05 [2019-07-19T19:38:05.508Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:38:05 [2019-07-19T19:38:05.508Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/test/resources 15:38:05 [2019-07-19T19:38:05.508Z] [INFO] 15:38:05 [2019-07-19T19:38:05.508Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.analysis.timing.ui --- 15:38:05 [2019-07-19T19:38:05.508Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/target/org.eclipse.tracecompass.analysis.timing.ui-4.0.0-SNAPSHOT-sources.jar 15:38:05 [2019-07-19T19:38:05.508Z] [INFO] 15:38:05 [2019-07-19T19:38:05.508Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.analysis.timing.ui --- 15:38:05 [2019-07-19T19:38:05.508Z] [INFO] 15:38:05 [2019-07-19T19:38:05.508Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.analysis.timing.ui --- 15:38:05 [2019-07-19T19:38:05.508Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/target/org.eclipse.tracecompass.analysis.timing.ui-4.0.0-SNAPSHOT.jar 15:38:05 [2019-07-19T19:38:05.508Z] [INFO] 15:38:05 [2019-07-19T19:38:05.508Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.analysis.timing.ui --- 15:38:05 [2019-07-19T19:38:05.765Z] [INFO] 15:38:05 [2019-07-19T19:38:05.765Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.analysis.timing.ui --- 15:38:05 [2019-07-19T19:38:05.765Z] [INFO] 15:38:05 [2019-07-19T19:38:05.765Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.analysis.timing.ui --- 15:38:05 [2019-07-19T19:38:05.765Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/target/org.eclipse.tracecompass.analysis.timing.ui-4.0.0-SNAPSHOT.jar 15:38:05 [2019-07-19T19:38:05.765Z] [INFO] 15:38:05 [2019-07-19T19:38:05.765Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.analysis.timing.ui --- 15:38:05 [2019-07-19T19:38:05.765Z] [INFO] 15:38:05 [2019-07-19T19:38:05.765Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.analysis.timing.ui --- 15:38:05 [2019-07-19T19:38:05.765Z] [INFO] Loading execution data file /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/../../target/jacoco.exec 15:38:05 [2019-07-19T19:38:05.765Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.ui' with 49 classes 15:38:06 [2019-07-19T19:38:06.022Z] [INFO] 15:38:06 [2019-07-19T19:38:06.022Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.analysis.timing.ui --- 15:38:06 [2019-07-19T19:38:06.022Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/target/org.eclipse.tracecompass.analysis.timing.ui-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.timing.ui/4.0.0-SNAPSHOT/org.eclipse.tracecompass.analysis.timing.ui-4.0.0-SNAPSHOT.jar 15:38:06 [2019-07-19T19:38:06.022Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.timing.ui/4.0.0-SNAPSHOT/org.eclipse.tracecompass.analysis.timing.ui-4.0.0-SNAPSHOT.pom 15:38:06 [2019-07-19T19:38:06.022Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/target/org.eclipse.tracecompass.analysis.timing.ui-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.timing.ui/4.0.0-SNAPSHOT/org.eclipse.tracecompass.analysis.timing.ui-4.0.0-SNAPSHOT-sources.jar 15:38:06 [2019-07-19T19:38:06.022Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/target/org.eclipse.tracecompass.analysis.timing.ui-4.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.timing.ui/4.0.0-SNAPSHOT/org.eclipse.tracecompass.analysis.timing.ui-4.0.0-SNAPSHOT-pack200.jar.pack.gz 15:38:06 [2019-07-19T19:38:06.022Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.timing.ui/4.0.0-SNAPSHOT/org.eclipse.tracecompass.analysis.timing.ui-4.0.0-SNAPSHOT-p2metadata.xml 15:38:06 [2019-07-19T19:38:06.022Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.timing.ui/4.0.0-SNAPSHOT/org.eclipse.tracecompass.analysis.timing.ui-4.0.0-SNAPSHOT-p2artifacts.xml 15:38:06 [2019-07-19T19:38:06.022Z] [INFO] 15:38:06 [2019-07-19T19:38:06.022Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.analysis.timing.ui --- 15:38:06 [2019-07-19T19:38:06.022Z] [INFO] 15:38:06 [2019-07-19T19:38:06.022Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.os.linux.ui >-- 15:38:06 [2019-07-19T19:38:06.022Z] [INFO] Building org.eclipse.tracecompass.analysis.os.linux.ui 3.0.4-SNAPSHOT [36/134] 15:38:06 [2019-07-19T19:38:06.022Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 15:38:06 [2019-07-19T19:38:06.022Z] [INFO] 15:38:06 [2019-07-19T19:38:06.022Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.analysis.os.linux.ui --- 15:38:06 [2019-07-19T19:38:06.022Z] [INFO] 15:38:06 [2019-07-19T19:38:06.022Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.analysis.os.linux.ui --- 15:38:06 [2019-07-19T19:38:06.022Z] [INFO] The project's OSGi version is 3.0.4.201907191907 15:38:06 [2019-07-19T19:38:06.022Z] [INFO] 15:38:06 [2019-07-19T19:38:06.022Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.analysis.os.linux.ui --- 15:38:06 [2019-07-19T19:38:06.022Z] [INFO] 15:38:06 [2019-07-19T19:38:06.022Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.analysis.os.linux.ui --- 15:38:06 [2019-07-19T19:38:06.022Z] [INFO] 15:38:06 [2019-07-19T19:38:06.022Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.analysis.os.linux.ui --- 15:38:06 [2019-07-19T19:38:06.022Z] [INFO] 15:38:06 [2019-07-19T19:38:06.022Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.analysis.os.linux.ui --- 15:38:06 [2019-07-19T19:38:06.022Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 15:38:06 [2019-07-19T19:38:06.022Z] [INFO] 15:38:06 [2019-07-19T19:38:06.022Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.analysis.os.linux.ui --- 15:38:06 [2019-07-19T19:38:06.022Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:38:06 [2019-07-19T19:38:06.022Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/src/main/resources 15:38:06 [2019-07-19T19:38:06.022Z] [INFO] 15:38:06 [2019-07-19T19:38:06.022Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.analysis.os.linux.ui --- 15:38:06 [2019-07-19T19:38:06.022Z] [INFO] Compiling 44 source files to /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/target/classes 15:38:06 [2019-07-19T19:38:06.953Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/src/org/eclipse/tracecompass/internal/analysis/os/linux/ui/views/cpuusage/CpuUsageXYViewer.java:[59] 15:38:06 [2019-07-19T19:38:06.953Z] return new SelectedCpuQueryFilter(start, end, nb, getSelected(), CpuUsageView.getCpus(getTrace())); 15:38:06 [2019-07-19T19:38:06.953Z] ^^^^^^^^^^ 15:38:06 [2019-07-19T19:38:06.953Z] Null type safety (type annotations): The expression of type 'ITmfTrace' needs unchecked conversion to conform to '@NonNull ITmfTrace' 15:38:06 [2019-07-19T19:38:06.953Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/src/org/eclipse/tracecompass/internal/analysis/os/linux/ui/views/cpuusage/CpuUsageXYViewer.java:[65] 15:38:06 [2019-07-19T19:38:06.953Z] parameters.put(CpuUsageDataProvider.REQUESTED_CPUS_KEY, CpuUsageView.getCpus(getTrace())); 15:38:06 [2019-07-19T19:38:06.953Z] ^^^^^^^^^^ 15:38:06 [2019-07-19T19:38:06.953Z] Null type safety (type annotations): The expression of type 'ITmfTrace' needs unchecked conversion to conform to '@NonNull ITmfTrace' 15:38:06 [2019-07-19T19:38:06.953Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/src/org/eclipse/tracecompass/internal/analysis/os/linux/ui/views/cpuusage/CpuUsageXYViewer.java:[82] 15:38:06 [2019-07-19T19:38:06.953Z] Set<Integer> cpus = CpuUsageView.getCpus(getTrace()); 15:38:06 [2019-07-19T19:38:06.953Z] ^^^^^^^^^^ 15:38:06 [2019-07-19T19:38:06.953Z] Null type safety (type annotations): The expression of type 'ITmfTrace' needs unchecked conversion to conform to '@NonNull ITmfTrace' 15:38:06 [2019-07-19T19:38:06.953Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/src/org/eclipse/tracecompass/internal/analysis/os/linux/ui/views/memory/MemoryUsageTreeViewer.java:[48] 15:38:06 [2019-07-19T19:38:06.953Z] TmfGenericTreeEntry<MemoryUsageTreeModel> obj = (TmfGenericTreeEntry<MemoryUsageTreeModel>) element; 15:38:06 [2019-07-19T19:38:06.953Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:38:06 [2019-07-19T19:38:06.953Z] Type safety: Unchecked cast from Object to TmfGenericTreeEntry<MemoryUsageTreeModel> 15:38:06 [2019-07-19T19:38:06.953Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/src/org/eclipse/tracecompass/internal/analysis/os/linux/ui/views/memory/MemoryUsageTreeViewer.java:[64] 15:38:06 [2019-07-19T19:38:06.953Z] TmfGenericTreeEntry<MemoryUsageTreeModel> entry = (TmfGenericTreeEntry<MemoryUsageTreeModel>) element; 15:38:06 [2019-07-19T19:38:06.953Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:38:06 [2019-07-19T19:38:06.953Z] Type safety: Unchecked cast from Object to TmfGenericTreeEntry<MemoryUsageTreeModel> 15:38:06 [2019-07-19T19:38:06.953Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/src/org/eclipse/tracecompass/internal/analysis/os/linux/ui/actions/UnfollowThreadAction.java:[43] 15:38:06 [2019-07-19T19:38:06.953Z] return Messages.FollowThreadAction_unfollow; 15:38:06 [2019-07-19T19:38:06.953Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:38:06 [2019-07-19T19:38:06.953Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:38:06 [2019-07-19T19:38:06.953Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/src/org/eclipse/tracecompass/internal/analysis/os/linux/ui/views/cpuusage/CpuUsageView.java:[92] 15:38:06 [2019-07-19T19:38:06.953Z] Set<@NonNull Integer> data = (Set<@NonNull Integer>) getData(trace, CpuUsageView.CPU_USAGE_FOLLOW_CPU); 15:38:06 [2019-07-19T19:38:06.953Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:38:06 [2019-07-19T19:38:06.953Z] Type safety: Unchecked cast from Object to Set<Integer> 15:38:06 [2019-07-19T19:38:06.953Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/src/org/eclipse/tracecompass/internal/analysis/os/linux/ui/views/cpuusage/CpuUsageView.java:[117] 15:38:06 [2019-07-19T19:38:06.953Z] Set<Integer> data = (Set<Integer>) getData(trace, CPU_USAGE_FOLLOW_CPU); 15:38:06 [2019-07-19T19:38:06.953Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:38:06 [2019-07-19T19:38:06.953Z] Type safety: Unchecked cast from Object to Set<Integer> 15:38:06 [2019-07-19T19:38:06.953Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/src/org/eclipse/tracecompass/internal/analysis/os/linux/ui/views/controlflow/ControlFlowView.java:[729] 15:38:06 [2019-07-19T19:38:06.953Z] zoomEntries(entries, traceEntry.getStartTime(), traceEntry.getEndTime(), resolution, monitor); 15:38:06 [2019-07-19T19:38:06.953Z] ^^^^^^^ 15:38:06 [2019-07-19T19:38:06.953Z] Null type safety (type annotations): The expression of type 'Iterable<TimeGraphEntry>' needs unchecked conversion to conform to '@NonNull Iterable<@NonNull TimeGraphEntry>' 15:38:06 [2019-07-19T19:38:06.953Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/src/org/eclipse/tracecompass/internal/analysis/os/linux/ui/views/controlflow/ControlFlowView.java:[796] 15:38:06 [2019-07-19T19:38:06.953Z] SelectionTimeQueryFilter filter = new SelectionTimeQueryFilter(time - 1, time, 2, map.keySet()); 15:38:06 [2019-07-19T19:38:06.953Z] ^^^^^^^^^^^^ 15:38:06 [2019-07-19T19:38:06.953Z] Null type safety (type annotations): The expression of type '@NonNull Set<Long>' needs unchecked conversion to conform to '@NonNull Collection<@NonNull Long>', corresponding supertype is 'Collection<Long>' 15:38:06 [2019-07-19T19:38:06.953Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/src/org/eclipse/tracecompass/internal/analysis/os/linux/ui/views/cpuusage/CpuUsageTreeViewer.java:[130] 15:38:06 [2019-07-19T19:38:06.953Z] return new SelectedCpuQueryFilter(newStart, newEnd, 2, Collections.emptyList(), CpuUsageView.getCpus(getTrace())); 15:38:06 [2019-07-19T19:38:06.953Z] ^^^^^^^^^^ 15:38:06 [2019-07-19T19:38:06.953Z] Null type safety (type annotations): The expression of type 'ITmfTrace' needs unchecked conversion to conform to '@NonNull ITmfTrace' 15:38:06 [2019-07-19T19:38:06.953Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/src/org/eclipse/tracecompass/internal/analysis/os/linux/ui/views/cpuusage/CpuUsageTreeViewer.java:[143] 15:38:06 [2019-07-19T19:38:06.953Z] parameters.put(CpuUsageDataProvider.REQUESTED_CPUS_KEY, CpuUsageView.getCpus(getTrace())); 15:38:06 [2019-07-19T19:38:06.953Z] ^^^^^^^^^^ 15:38:06 [2019-07-19T19:38:06.953Z] Null type safety (type annotations): The expression of type 'ITmfTrace' needs unchecked conversion to conform to '@NonNull ITmfTrace' 15:38:06 [2019-07-19T19:38:06.953Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/src/org/eclipse/tracecompass/internal/analysis/os/linux/ui/views/io/diskioactivity/DiskIOActivityTreeViewer.java:[38] 15:38:06 [2019-07-19T19:38:06.953Z] TmfGenericTreeEntry<TmfTreeDataModel> entry = (TmfGenericTreeEntry<TmfTreeDataModel>) element; 15:38:06 [2019-07-19T19:38:06.953Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:38:06 [2019-07-19T19:38:06.953Z] Type safety: Unchecked cast from Object to TmfGenericTreeEntry<TmfTreeDataModel> 15:38:06 [2019-07-19T19:38:06.953Z] 13 problems (13 warnings) 15:38:06 [2019-07-19T19:38:06.953Z] [INFO] 15:38:06 [2019-07-19T19:38:06.953Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.analysis.os.linux.ui --- 15:38:06 [2019-07-19T19:38:06.953Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:38:06 [2019-07-19T19:38:06.953Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/src/test/resources 15:38:06 [2019-07-19T19:38:06.953Z] [INFO] 15:38:06 [2019-07-19T19:38:06.953Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.analysis.os.linux.ui --- 15:38:06 [2019-07-19T19:38:06.953Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/target/org.eclipse.tracecompass.analysis.os.linux.ui-3.0.4-SNAPSHOT-sources.jar 15:38:07 [2019-07-19T19:38:07.210Z] [INFO] 15:38:07 [2019-07-19T19:38:07.210Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.analysis.os.linux.ui --- 15:38:07 [2019-07-19T19:38:07.210Z] [INFO] 15:38:07 [2019-07-19T19:38:07.210Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.analysis.os.linux.ui --- 15:38:07 [2019-07-19T19:38:07.210Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/target/org.eclipse.tracecompass.analysis.os.linux.ui-3.0.4-SNAPSHOT.jar 15:38:07 [2019-07-19T19:38:07.210Z] [INFO] 15:38:07 [2019-07-19T19:38:07.210Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.analysis.os.linux.ui --- 15:38:07 [2019-07-19T19:38:07.210Z] [INFO] 15:38:07 [2019-07-19T19:38:07.210Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.analysis.os.linux.ui --- 15:38:07 [2019-07-19T19:38:07.210Z] [INFO] 15:38:07 [2019-07-19T19:38:07.210Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.analysis.os.linux.ui --- 15:38:07 [2019-07-19T19:38:07.210Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/target/org.eclipse.tracecompass.analysis.os.linux.ui-3.0.4-SNAPSHOT.jar 15:38:07 [2019-07-19T19:38:07.467Z] [INFO] 15:38:07 [2019-07-19T19:38:07.467Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.analysis.os.linux.ui --- 15:38:07 [2019-07-19T19:38:07.467Z] [INFO] 15:38:07 [2019-07-19T19:38:07.467Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.analysis.os.linux.ui --- 15:38:07 [2019-07-19T19:38:07.467Z] [INFO] Loading execution data file /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/../../target/jacoco.exec 15:38:07 [2019-07-19T19:38:07.467Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.os.linux.ui' with 73 classes 15:38:07 [2019-07-19T19:38:07.725Z] [INFO] 15:38:07 [2019-07-19T19:38:07.725Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.analysis.os.linux.ui --- 15:38:07 [2019-07-19T19:38:07.725Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/target/org.eclipse.tracecompass.analysis.os.linux.ui-3.0.4-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.os.linux.ui/3.0.4-SNAPSHOT/org.eclipse.tracecompass.analysis.os.linux.ui-3.0.4-SNAPSHOT.jar 15:38:07 [2019-07-19T19:38:07.725Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.os.linux.ui/3.0.4-SNAPSHOT/org.eclipse.tracecompass.analysis.os.linux.ui-3.0.4-SNAPSHOT.pom 15:38:07 [2019-07-19T19:38:07.725Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/target/org.eclipse.tracecompass.analysis.os.linux.ui-3.0.4-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.os.linux.ui/3.0.4-SNAPSHOT/org.eclipse.tracecompass.analysis.os.linux.ui-3.0.4-SNAPSHOT-sources.jar 15:38:07 [2019-07-19T19:38:07.725Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/target/org.eclipse.tracecompass.analysis.os.linux.ui-3.0.4-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.os.linux.ui/3.0.4-SNAPSHOT/org.eclipse.tracecompass.analysis.os.linux.ui-3.0.4-SNAPSHOT-pack200.jar.pack.gz 15:38:07 [2019-07-19T19:38:07.725Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.os.linux.ui/3.0.4-SNAPSHOT/org.eclipse.tracecompass.analysis.os.linux.ui-3.0.4-SNAPSHOT-p2metadata.xml 15:38:07 [2019-07-19T19:38:07.725Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.os.linux.ui/3.0.4-SNAPSHOT/org.eclipse.tracecompass.analysis.os.linux.ui-3.0.4-SNAPSHOT-p2artifacts.xml 15:38:07 [2019-07-19T19:38:07.725Z] [INFO] 15:38:07 [2019-07-19T19:38:07.725Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.analysis.os.linux.ui --- 15:38:07 [2019-07-19T19:38:07.725Z] [INFO] 15:38:07 [2019-07-19T19:38:07.725Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.os.linux.ui.tests >-- 15:38:07 [2019-07-19T19:38:07.725Z] [INFO] Building org.eclipse.tracecompass.analysis.os.linux.ui.tests 1.0.6-SNAPSHOT [37/134] 15:38:07 [2019-07-19T19:38:07.725Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- 15:38:07 [2019-07-19T19:38:07.725Z] [INFO] 15:38:07 [2019-07-19T19:38:07.725Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.analysis.os.linux.ui.tests --- 15:38:07 [2019-07-19T19:38:07.725Z] [INFO] 15:38:07 [2019-07-19T19:38:07.725Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.analysis.os.linux.ui.tests --- 15:38:07 [2019-07-19T19:38:07.725Z] [INFO] The project's OSGi version is 1.0.6.201907191907 15:38:07 [2019-07-19T19:38:07.725Z] [INFO] 15:38:07 [2019-07-19T19:38:07.725Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.analysis.os.linux.ui.tests --- 15:38:07 [2019-07-19T19:38:07.725Z] [INFO] 15:38:07 [2019-07-19T19:38:07.725Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.analysis.os.linux.ui.tests --- 15:38:07 [2019-07-19T19:38:07.725Z] [INFO] 15:38:07 [2019-07-19T19:38:07.725Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.analysis.os.linux.ui.tests --- 15:38:07 [2019-07-19T19:38:07.725Z] [INFO] 15:38:07 [2019-07-19T19:38:07.725Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.analysis.os.linux.ui.tests --- 15:38:07 [2019-07-19T19:38:07.725Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 15:38:07 [2019-07-19T19:38:07.725Z] [INFO] 15:38:07 [2019-07-19T19:38:07.725Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.analysis.os.linux.ui.tests --- 15:38:07 [2019-07-19T19:38:07.725Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:38:07 [2019-07-19T19:38:07.725Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.tests/src/main/resources 15:38:07 [2019-07-19T19:38:07.725Z] [INFO] 15:38:07 [2019-07-19T19:38:07.725Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.analysis.os.linux.ui.tests --- 15:38:07 [2019-07-19T19:38:07.725Z] [INFO] Compiling 2 source files to /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.tests/target/classes 15:38:08 [2019-07-19T19:38:08.289Z] [INFO] 15:38:08 [2019-07-19T19:38:08.289Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.analysis.os.linux.ui.tests --- 15:38:08 [2019-07-19T19:38:08.289Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:38:08 [2019-07-19T19:38:08.289Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.tests/src/test/resources 15:38:08 [2019-07-19T19:38:08.289Z] [INFO] 15:38:08 [2019-07-19T19:38:08.289Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.analysis.os.linux.ui.tests --- 15:38:08 [2019-07-19T19:38:08.289Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.tests/target/org.eclipse.tracecompass.analysis.os.linux.ui.tests-1.0.6-SNAPSHOT-sources.jar 15:38:08 [2019-07-19T19:38:08.289Z] [INFO] 15:38:08 [2019-07-19T19:38:08.289Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.analysis.os.linux.ui.tests --- 15:38:08 [2019-07-19T19:38:08.289Z] [INFO] 15:38:08 [2019-07-19T19:38:08.289Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.analysis.os.linux.ui.tests --- 15:38:08 [2019-07-19T19:38:08.289Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.tests/target/org.eclipse.tracecompass.analysis.os.linux.ui.tests-1.0.6-SNAPSHOT.jar 15:38:08 [2019-07-19T19:38:08.289Z] [INFO] 15:38:08 [2019-07-19T19:38:08.289Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.analysis.os.linux.ui.tests --- 15:38:08 [2019-07-19T19:38:08.289Z] [INFO] 15:38:08 [2019-07-19T19:38:08.289Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.analysis.os.linux.ui.tests --- 15:38:08 [2019-07-19T19:38:08.289Z] [INFO] 15:38:08 [2019-07-19T19:38:08.289Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.analysis.os.linux.ui.tests --- 15:38:08 [2019-07-19T19:38:08.289Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.tests/target/org.eclipse.tracecompass.analysis.os.linux.ui.tests-1.0.6-SNAPSHOT.jar 15:38:08 [2019-07-19T19:38:08.289Z] [INFO] 15:38:08 [2019-07-19T19:38:08.289Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.analysis.os.linux.ui.tests --- 15:38:08 [2019-07-19T19:38:08.289Z] [INFO] 15:38:08 [2019-07-19T19:38:08.289Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.analysis.os.linux.ui.tests --- 15:38:10 [2019-07-19T19:38:10.185Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.tests/target/work/data/.metadata/.log 15:38:10 [2019-07-19T19:38:10.185Z] [INFO] Command line: 15:38:10 [2019-07-19T19:38:10.185Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog] 15:38:10 [2019-07-19T19:38:10.185Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass 15:38:13 [2019-07-19T19:38:13.459Z] !SESSION 2019-07-19 19:38:10.027 ----------------------------------------------- 15:38:13 [2019-07-19T19:38:13.459Z] eclipse.buildId=unknown 15:38:13 [2019-07-19T19:38:13.459Z] java.version=1.8.0_202 15:38:13 [2019-07-19T19:38:13.459Z] java.vendor=Oracle Corporation 15:38:13 [2019-07-19T19:38:13.459Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US 15:38:13 [2019-07-19T19:38:13.459Z] Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.tests/target/surefire.properties -product org.eclipse.platform.ide 15:38:13 [2019-07-19T19:38:13.459Z] Command-line arguments: -data /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog 15:38:13 [2019-07-19T19:38:13.459Z] 15:38:13 [2019-07-19T19:38:13.459Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-19 19:38:13.290 15:38:13 [2019-07-19T19:38:13.459Z] !MESSAGE FrameworkEvent ERROR 15:38:13 [2019-07-19T19:38:13.459Z] !STACK 0 15:38:13 [2019-07-19T19:38:13.459Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [65] 15:38:13 [2019-07-19T19:38:13.459Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 15:38:13 [2019-07-19T19:38:13.459Z] 15:38:13 [2019-07-19T19:38:13.459Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 15:38:13 [2019-07-19T19:38:13.459Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 15:38:13 [2019-07-19T19:38:13.459Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 15:38:13 [2019-07-19T19:38:13.459Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 15:38:13 [2019-07-19T19:38:13.459Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 15:38:13 [2019-07-19T19:38:13.459Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 15:38:13 [2019-07-19T19:38:13.459Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 15:38:13 [2019-07-19T19:38:13.459Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 15:38:13 [2019-07-19T19:38:13.459Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 15:38:13 [2019-07-19T19:38:13.459Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 15:38:13 [2019-07-19T19:38:13.717Z] 15:38:13 [2019-07-19T19:38:13.717Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-19 19:38:13.484 15:38:13 [2019-07-19T19:38:13.717Z] !MESSAGE FrameworkEvent ERROR 15:38:13 [2019-07-19T19:38:13.717Z] !STACK 0 15:38:13 [2019-07-19T19:38:13.717Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [134] 15:38:13 [2019-07-19T19:38:13.717Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 15:38:13 [2019-07-19T19:38:13.717Z] Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)" 15:38:13 [2019-07-19T19:38:13.717Z] -> Export-Package: org.apache.http.impl.auth.win; bundle-symbolic-name="org.apache.httpcomponents.httpclient.win"; bundle-version="4.5.6.v20190213-1947"; version="4.5.6"; x-internal:="true"; uses:="org.apache.http,org.apache.http.auth,org.apache.http.client,org.apache.http.impl.auth,org.apache.http.protocol,org.apache.http.util" 15:38:13 [2019-07-19T19:38:13.717Z] org.apache.httpcomponents.httpclient.win [36] 15:38:13 [2019-07-19T19:38:13.717Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 15:38:13 [2019-07-19T19:38:13.717Z] 15:38:13 [2019-07-19T19:38:13.717Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 15:38:13 [2019-07-19T19:38:13.717Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 15:38:13 [2019-07-19T19:38:13.717Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 15:38:13 [2019-07-19T19:38:13.717Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 15:38:13 [2019-07-19T19:38:13.717Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 15:38:13 [2019-07-19T19:38:13.717Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 15:38:13 [2019-07-19T19:38:13.717Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 15:38:13 [2019-07-19T19:38:13.717Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 15:38:13 [2019-07-19T19:38:13.717Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 15:38:13 [2019-07-19T19:38:13.717Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 15:38:16 [2019-07-19T19:38:16.238Z] process 5796: D-Bus library appears to be incorrectly set up; failed to read machine uuid: UUID file '/etc/machine-id' should contain a hex string of length 32, not length 0, with no other text 15:38:16 [2019-07-19T19:38:16.238Z] See the manual page for dbus-uuidgen to correct this issue. 15:38:16 [2019-07-19T19:38:16.238Z] SWT SessionManagerDBus: Failed to connect to org.gnome.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory) 15:38:16 [2019-07-19T19:38:16.238Z] SWT SessionManagerDBus: Failed to connect to org.xfce.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory) 15:38:28 [2019-07-19T19:38:28.422Z] Running org.eclipse.tracecompass.analysis.os.linux.ui.tests.view.controlflow.ControlFlowEntryComparatorTest 15:38:28 [2019-07-19T19:38:28.422Z] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 s - in org.eclipse.tracecompass.analysis.os.linux.ui.tests.view.controlflow.ControlFlowEntryComparatorTest 15:38:28 [2019-07-19T19:38:28.422Z] tidColumnComparatorTest(org.eclipse.tracecompass.analysis.os.linux.ui.tests.view.controlflow.ControlFlowEntryComparatorTest) Time elapsed: 0.029 s 15:38:28 [2019-07-19T19:38:28.422Z] tidSecondaryTimeColumnComparatorTest(org.eclipse.tracecompass.analysis.os.linux.ui.tests.view.controlflow.ControlFlowEntryComparatorTest) Time elapsed: 0 s 15:38:28 [2019-07-19T19:38:28.422Z] execNameColumnComparatorTest(org.eclipse.tracecompass.analysis.os.linux.ui.tests.view.controlflow.ControlFlowEntryComparatorTest) Time elapsed: 0 s 15:38:28 [2019-07-19T19:38:28.422Z] ptidComparatorTest(org.eclipse.tracecompass.analysis.os.linux.ui.tests.view.controlflow.ControlFlowEntryComparatorTest) Time elapsed: 0 s 15:38:28 [2019-07-19T19:38:28.422Z] tidComparatorTest(org.eclipse.tracecompass.analysis.os.linux.ui.tests.view.controlflow.ControlFlowEntryComparatorTest) Time elapsed: 0 s 15:38:28 [2019-07-19T19:38:28.422Z] ptidColumnComparatorTest(org.eclipse.tracecompass.analysis.os.linux.ui.tests.view.controlflow.ControlFlowEntryComparatorTest) Time elapsed: 0.001 s 15:38:28 [2019-07-19T19:38:28.422Z] birthTimeColumnComparatorTest(org.eclipse.tracecompass.analysis.os.linux.ui.tests.view.controlflow.ControlFlowEntryComparatorTest) Time elapsed: 0 s 15:38:28 [2019-07-19T19:38:28.422Z] birthTimeSecondaryTimeColumnComparatorTest(org.eclipse.tracecompass.analysis.os.linux.ui.tests.view.controlflow.ControlFlowEntryComparatorTest) Time elapsed: 0.001 s 15:38:28 [2019-07-19T19:38:28.422Z] execNameSecondaryTimeColumnComparatorTest(org.eclipse.tracecompass.analysis.os.linux.ui.tests.view.controlflow.ControlFlowEntryComparatorTest) Time elapsed: 0 s 15:38:28 [2019-07-19T19:38:28.422Z] ptidSecondaryTimeColumnComparatorTest(org.eclipse.tracecompass.analysis.os.linux.ui.tests.view.controlflow.ControlFlowEntryComparatorTest) Time elapsed: 0.001 s 15:38:28 [2019-07-19T19:38:28.422Z] birthTimeComparatorTest(org.eclipse.tracecompass.analysis.os.linux.ui.tests.view.controlflow.ControlFlowEntryComparatorTest) Time elapsed: 0 s 15:38:28 [2019-07-19T19:38:28.422Z] execNameComparatorTest(org.eclipse.tracecompass.analysis.os.linux.ui.tests.view.controlflow.ControlFlowEntryComparatorTest) Time elapsed: 0 s 15:38:28 [2019-07-19T19:38:28.422Z] Running org.eclipse.tracecompass.analysis.os.linux.ui.tests.view.controlflow.ControlFlowOptimizerTest 15:38:28 [2019-07-19T19:38:28.422Z] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.325 s - in org.eclipse.tracecompass.analysis.os.linux.ui.tests.view.controlflow.ControlFlowOptimizerTest 15:38:28 [2019-07-19T19:38:28.422Z] testEmpty(org.eclipse.tracecompass.analysis.os.linux.ui.tests.view.controlflow.ControlFlowOptimizerTest) Time elapsed: 0.006 s 15:38:28 [2019-07-19T19:38:28.422Z] testMany(org.eclipse.tracecompass.analysis.os.linux.ui.tests.view.controlflow.ControlFlowOptimizerTest) Time elapsed: 0.308 s 15:38:28 [2019-07-19T19:38:28.422Z] testDoubleOtherOrder(org.eclipse.tracecompass.analysis.os.linux.ui.tests.view.controlflow.ControlFlowOptimizerTest) Time elapsed: 0.005 s 15:38:28 [2019-07-19T19:38:28.422Z] test9OutOfOrder(org.eclipse.tracecompass.analysis.os.linux.ui.tests.view.controlflow.ControlFlowOptimizerTest) Time elapsed: 0 s 15:38:28 [2019-07-19T19:38:28.422Z] test9InOrder(org.eclipse.tracecompass.analysis.os.linux.ui.tests.view.controlflow.ControlFlowOptimizerTest) Time elapsed: 0 s 15:38:28 [2019-07-19T19:38:28.422Z] testDouble(org.eclipse.tracecompass.analysis.os.linux.ui.tests.view.controlflow.ControlFlowOptimizerTest) Time elapsed: 0 s 15:38:28 [2019-07-19T19:38:28.422Z] testSingleInvalid(org.eclipse.tracecompass.analysis.os.linux.ui.tests.view.controlflow.ControlFlowOptimizerTest) Time elapsed: 0 s 15:38:28 [2019-07-19T19:38:28.422Z] testSingle(org.eclipse.tracecompass.analysis.os.linux.ui.tests.view.controlflow.ControlFlowOptimizerTest) Time elapsed: 0.001 s 15:38:28 [2019-07-19T19:38:28.422Z] test9InOrder10Times(org.eclipse.tracecompass.analysis.os.linux.ui.tests.view.controlflow.ControlFlowOptimizerTest) Time elapsed: 0.001 s 15:38:28 [2019-07-19T19:38:28.422Z] 15:38:28 [2019-07-19T19:38:28.422Z] Results: 15:38:28 [2019-07-19T19:38:28.422Z] 15:38:28 [2019-07-19T19:38:28.422Z] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0 15:38:28 [2019-07-19T19:38:28.422Z] 15:38:29 [2019-07-19T19:38:29.354Z] [INFO] All tests passed! 15:38:29 [2019-07-19T19:38:29.354Z] [INFO] 15:38:29 [2019-07-19T19:38:29.354Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.analysis.os.linux.ui.tests --- 15:38:29 [2019-07-19T19:38:29.354Z] [INFO] Loading execution data file /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.tests/../../target/jacoco.exec 15:38:29 [2019-07-19T19:38:29.354Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.os.linux.ui.tests' with 2 classes 15:38:29 [2019-07-19T19:38:29.354Z] [INFO] 15:38:29 [2019-07-19T19:38:29.354Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.analysis.os.linux.ui.tests --- 15:38:29 [2019-07-19T19:38:29.354Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.tests/target/org.eclipse.tracecompass.analysis.os.linux.ui.tests-1.0.6-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.os.linux.ui.tests/1.0.6-SNAPSHOT/org.eclipse.tracecompass.analysis.os.linux.ui.tests-1.0.6-SNAPSHOT.jar 15:38:29 [2019-07-19T19:38:29.354Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.tests/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.os.linux.ui.tests/1.0.6-SNAPSHOT/org.eclipse.tracecompass.analysis.os.linux.ui.tests-1.0.6-SNAPSHOT.pom 15:38:29 [2019-07-19T19:38:29.354Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.tests/target/org.eclipse.tracecompass.analysis.os.linux.ui.tests-1.0.6-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.os.linux.ui.tests/1.0.6-SNAPSHOT/org.eclipse.tracecompass.analysis.os.linux.ui.tests-1.0.6-SNAPSHOT-sources.jar 15:38:29 [2019-07-19T19:38:29.354Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.tests/target/org.eclipse.tracecompass.analysis.os.linux.ui.tests-1.0.6-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.os.linux.ui.tests/1.0.6-SNAPSHOT/org.eclipse.tracecompass.analysis.os.linux.ui.tests-1.0.6-SNAPSHOT-pack200.jar.pack.gz 15:38:29 [2019-07-19T19:38:29.354Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.os.linux.ui.tests/1.0.6-SNAPSHOT/org.eclipse.tracecompass.analysis.os.linux.ui.tests-1.0.6-SNAPSHOT-p2metadata.xml 15:38:29 [2019-07-19T19:38:29.354Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.os.linux.ui.tests/1.0.6-SNAPSHOT/org.eclipse.tracecompass.analysis.os.linux.ui.tests-1.0.6-SNAPSHOT-p2artifacts.xml 15:38:29 [2019-07-19T19:38:29.354Z] [INFO] 15:38:29 [2019-07-19T19:38:29.354Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.analysis.os.linux.ui.tests --- 15:38:29 [2019-07-19T19:38:29.354Z] [INFO] 15:38:29 [2019-07-19T19:38:29.354Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.profiling.core >-- 15:38:29 [2019-07-19T19:38:29.354Z] [INFO] Building org.eclipse.tracecompass.analysis.profiling.core 1.1.3-SNAPSHOT [38/134] 15:38:29 [2019-07-19T19:38:29.354Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 15:38:29 [2019-07-19T19:38:29.354Z] [INFO] 15:38:29 [2019-07-19T19:38:29.354Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.analysis.profiling.core --- 15:38:29 [2019-07-19T19:38:29.354Z] [INFO] 15:38:29 [2019-07-19T19:38:29.354Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.analysis.profiling.core --- 15:38:29 [2019-07-19T19:38:29.354Z] [INFO] The project's OSGi version is 1.1.3.201907191907 15:38:29 [2019-07-19T19:38:29.354Z] [INFO] 15:38:29 [2019-07-19T19:38:29.354Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.analysis.profiling.core --- 15:38:29 [2019-07-19T19:38:29.354Z] [INFO] 15:38:29 [2019-07-19T19:38:29.354Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.analysis.profiling.core --- 15:38:29 [2019-07-19T19:38:29.354Z] [INFO] 15:38:29 [2019-07-19T19:38:29.354Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.analysis.profiling.core --- 15:38:29 [2019-07-19T19:38:29.354Z] [INFO] 15:38:29 [2019-07-19T19:38:29.354Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.analysis.profiling.core --- 15:38:29 [2019-07-19T19:38:29.354Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 15:38:29 [2019-07-19T19:38:29.354Z] [INFO] 15:38:29 [2019-07-19T19:38:29.354Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.analysis.profiling.core --- 15:38:29 [2019-07-19T19:38:29.354Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:38:29 [2019-07-19T19:38:29.354Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/main/resources 15:38:29 [2019-07-19T19:38:29.354Z] [INFO] 15:38:29 [2019-07-19T19:38:29.354Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.analysis.profiling.core --- 15:38:29 [2019-07-19T19:38:29.354Z] [INFO] Compiling 37 source files to /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/target/classes 15:38:29 [2019-07-19T19:38:29.611Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callgraph/CallGraphAnalysis.java:[327] 15:38:29 [2019-07-19T19:38:29.611Z] if (entry.getValue().fRange.includes(range)) { 15:38:29 [2019-07-19T19:38:29.611Z] ^^^^^^^^^^^^^^^^ 15:38:29 [2019-07-19T19:38:29.611Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Map.Entry<@NonNull AggregatedCalledFunction,CallGraphAnalysis.@NonNull FunctionCall>'. Type 'Map.Entry<K,V>' doesn't seem to be designed with null type annotations in mind 15:38:29 [2019-07-19T19:38:29.611Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callgraph/CallGraphAnalysis.java:[424] 15:38:29 [2019-07-19T19:38:29.611Z] CallgraphRange parentRange = entry.getValue().fRange; 15:38:29 [2019-07-19T19:38:29.611Z] ^^^^^^^^^^^^^^^^ 15:38:29 [2019-07-19T19:38:29.611Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Map.Entry<@NonNull AggregatedCalledFunction,CallGraphAnalysis.@NonNull FunctionCall>'. Type 'Map.Entry<K,V>' doesn't seem to be designed with null type annotations in mind 15:38:29 [2019-07-19T19:38:29.611Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callgraph/CallGraphAnalysis.java:[442] 15:38:29 [2019-07-19T19:38:29.611Z] parent.addChild(entry.getValue().fFunc, entry.getKey()); 15:38:29 [2019-07-19T19:38:29.611Z] ^^^^^^^^^^^^^^^^ 15:38:29 [2019-07-19T19:38:29.611Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Map.Entry<@NonNull AggregatedCalledFunction,CallGraphAnalysis.@NonNull FunctionCall>'. Type 'Map.Entry<K,V>' doesn't seem to be designed with null type annotations in mind 15:38:29 [2019-07-19T19:38:29.611Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callgraph/CallGraphAnalysis.java:[481] 15:38:29 [2019-07-19T19:38:29.611Z] ThreadNode threadNode = entry.getKey(); 15:38:29 [2019-07-19T19:38:29.611Z] ^^^^^^^^^^^^^^ 15:38:29 [2019-07-19T19:38:29.611Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Map.Entry<@NonNull ThreadNode,@NonNull List<@NonNull Integer>>'. Type 'Map.Entry<K,V>' doesn't seem to be designed with null type annotations in mind 15:38:29 [2019-07-19T19:38:29.611Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callgraph/CallGraphAnalysis.java:[482] 15:38:29 [2019-07-19T19:38:29.611Z] List<Integer> subAttributes = entry.getValue(); 15:38:29 [2019-07-19T19:38:29.611Z] ^^^^^^^^^^^^^^^^ 15:38:29 [2019-07-19T19:38:29.611Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Map.Entry<@NonNull ThreadNode,@NonNull List<@NonNull Integer>>'. Type 'Map.Entry<K,V>' doesn't seem to be designed with null type annotations in mind 15:38:29 [2019-07-19T19:38:29.611Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/analysis/profiling/core/callstack/CallStackSeries.java:[440] 15:38:29 [2019-07-19T19:38:29.611Z] return getIntersectingElements(start, end).iterator(); 15:38:29 [2019-07-19T19:38:29.611Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:38:29 [2019-07-19T19:38:29.611Z] Null type safety (type annotations): The expression of type 'Iterator<@NonNull ISegment>' needs unchecked conversion to conform to '@NonNull Iterator<@NonNull ISegment>' 15:38:29 [2019-07-19T19:38:29.611Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/analysis/profiling/core/callstack/CallStackSeries.java:[540] 15:38:29 [2019-07-19T19:38:29.611Z] return Iterables.transform(query2d, fct); 15:38:29 [2019-07-19T19:38:29.611Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:38:29 [2019-07-19T19:38:29.611Z] Null type safety (type annotations): The expression of type 'Iterable<@NonNull ISegment>' needs unchecked conversion to conform to '@NonNull Iterable<@NonNull ISegment>' 15:38:29 [2019-07-19T19:38:29.611Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callstack/provider/CallStackDataProvider.java:[128] 15:38:29 [2019-07-19T19:38:29.611Z] long traceId = getId(ITmfStateSystem.ROOT_ATTRIBUTE); 15:38:29 [2019-07-19T19:38:29.611Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:38:29 [2019-07-19T19:38:29.611Z] Discouraged access: The method 'AbstractTreeDataProvider<CallStackAnalysis,CallStackEntryModel>.getId(int)' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/classes') 15:38:29 [2019-07-19T19:38:29.611Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callstack/provider/CallStackDataProvider.java:[129] 15:38:29 [2019-07-19T19:38:29.611Z] builder.add(new CallStackEntryModel(traceId, -1, Collections.singletonList(getTrace().getName()), start, end, CallStackEntryModel.TRACE, UNKNOWN_TID)); 15:38:29 [2019-07-19T19:38:29.611Z] ^^^^^^^^^^^^^^^^^^^^ 15:38:29 [2019-07-19T19:38:29.611Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:38:29 [2019-07-19T19:38:29.868Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callstack/provider/CallStackDataProvider.java:[131] 15:38:29 [2019-07-19T19:38:29.868Z] List<Integer> processQuarks = ss.getQuarks(getAnalysisModule().getProcessesPattern()); 15:38:29 [2019-07-19T19:38:29.868Z] ^^^^^^^^^^^^^^^^^^^ 15:38:29 [2019-07-19T19:38:29.868Z] Discouraged access: The method 'AbstractTreeDataProvider<CallStackAnalysis,CallStackEntryModel>.getAnalysisModule()' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/classes') 15:38:29 [2019-07-19T19:38:29.868Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callstack/provider/CallStackDataProvider.java:[143] 15:38:29 [2019-07-19T19:38:29.868Z] threadParentId = getId(processQuark); 15:38:29 [2019-07-19T19:38:29.868Z] ^^^^^^^^^^^^^^^^^^^ 15:38:29 [2019-07-19T19:38:29.869Z] Discouraged access: The method 'AbstractTreeDataProvider<CallStackAnalysis,CallStackEntryModel>.getId(int)' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/classes') 15:38:29 [2019-07-19T19:38:29.869Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callstack/provider/CallStackDataProvider.java:[152] 15:38:29 [2019-07-19T19:38:29.869Z] List<Integer> threadQuarks = ss.getQuarks(processQuark, getAnalysisModule().getThreadsPattern()); 15:38:29 [2019-07-19T19:38:29.869Z] ^^^^^^^^^^^^^^^^^^^ 15:38:29 [2019-07-19T19:38:29.869Z] Discouraged access: The method 'AbstractTreeDataProvider<CallStackAnalysis,CallStackEntryModel>.getAnalysisModule()' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/classes') 15:38:29 [2019-07-19T19:38:29.869Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callstack/provider/CallStackDataProvider.java:[175] 15:38:29 [2019-07-19T19:38:29.869Z] return new TmfTreeModel<>(Collections.emptyList(), builder.build()); 15:38:29 [2019-07-19T19:38:29.869Z] ^^^^^^^^^^^^^^^ 15:38:29 [2019-07-19T19:38:29.869Z] Null type safety (type annotations): The expression of type '@NonNull ImmutableList<CallStackEntryModel>' needs unchecked conversion to conform to '@NonNull List<@NonNull CallStackEntryModel>', corresponding supertype is 'List<CallStackEntryModel>' 15:38:29 [2019-07-19T19:38:29.869Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callstack/provider/CallStackDataProvider.java:[190] 15:38:29 [2019-07-19T19:38:29.869Z] return new CallStackEntryModel(getId(threadQuark), processId, Collections.singletonList(threadName), threadStart, threadEnd, CallStackEntryModel.THREAD, threadId); 15:38:29 [2019-07-19T19:38:29.869Z] ^^^^^^^^^^^^^^^^^^ 15:38:29 [2019-07-19T19:38:29.869Z] Discouraged access: The method 'AbstractTreeDataProvider<CallStackAnalysis,CallStackEntryModel>.getId(int)' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/classes') 15:38:29 [2019-07-19T19:38:29.869Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callstack/provider/CallStackDataProvider.java:[197] 15:38:29 [2019-07-19T19:38:29.869Z] long id = getId(stackLevelQuark); 15:38:29 [2019-07-19T19:38:29.869Z] ^^^^^^^^^^^^^^^^^^^^^^ 15:38:29 [2019-07-19T19:38:29.869Z] Discouraged access: The method 'AbstractTreeDataProvider<CallStackAnalysis,CallStackEntryModel>.getId(int)' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/classes') 15:38:29 [2019-07-19T19:38:29.869Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callstack/provider/CallStackDataProvider.java:[198] 15:38:29 [2019-07-19T19:38:29.869Z] builder.add(new CallStackEntryModel(id, callStackParent, Collections.singletonList(threadName), start, end, level, pid)); 15:38:29 [2019-07-19T19:38:29.869Z] ^^^^^^^^^^ 15:38:29 [2019-07-19T19:38:29.869Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:38:29 [2019-07-19T19:38:29.869Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callstack/provider/CallStackDataProvider.java:[222] 15:38:29 [2019-07-19T19:38:29.869Z] Map<@NonNull Long, @NonNull Integer> entries = getSelectedEntries(filter); 15:38:29 [2019-07-19T19:38:29.869Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:38:29 [2019-07-19T19:38:29.869Z] Discouraged access: The method 'AbstractTreeDataProvider<CallStackAnalysis,CallStackEntryModel>.getSelectedEntries(SelectionTimeQueryFilter)' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/classes') 15:38:29 [2019-07-19T19:38:29.869Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callstack/provider/CallStackDataProvider.java:[227] 15:38:29 [2019-07-19T19:38:29.869Z] return new TimeGraphModel(getFollowEvent(ss, entry, filter.getEnd(), false)); 15:38:29 [2019-07-19T19:38:29.869Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:38:29 [2019-07-19T19:38:29.869Z] Null type safety (type annotations): The expression of type 'List<ITimeGraphRowModel>' needs unchecked conversion to conform to '@NonNull List<@NonNull ITimeGraphRowModel>' 15:38:29 [2019-07-19T19:38:29.869Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callstack/provider/CallStackDataProvider.java:[229] 15:38:29 [2019-07-19T19:38:29.869Z] return new TimeGraphModel(getFollowEvent(ss, entry, filter.getStart(), true)); 15:38:29 [2019-07-19T19:38:29.869Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:38:29 [2019-07-19T19:38:29.869Z] Null type safety (type annotations): The expression of type 'List<ITimeGraphRowModel>' needs unchecked conversion to conform to '@NonNull List<@NonNull ITimeGraphRowModel>' 15:38:29 [2019-07-19T19:38:29.869Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callstack/provider/CallStackDataProvider.java:[236] 15:38:29 [2019-07-19T19:38:29.869Z] Collection<Long> times = getTimes(filter, ss.getStartTime(), ss.getCurrentEndTime()); 15:38:29 [2019-07-19T19:38:29.869Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:38:29 [2019-07-19T19:38:29.869Z] Discouraged access: The method 'AbstractTreeDataProvider<CallStackAnalysis,CallStackEntryModel>.getTimes(TimeQueryFilter, long, long)' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/classes') 15:38:29 [2019-07-19T19:38:29.869Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callstack/provider/CallStackDataProvider.java:[262] 15:38:29 [2019-07-19T19:38:29.869Z] applyFilterAndAddState(eventList, timeGraphState, key, predicates, monitor); 15:38:29 [2019-07-19T19:38:29.869Z] ^^^^^^^^^^^^^^ 15:38:29 [2019-07-19T19:38:29.869Z] Null type safety (type annotations): The expression of type 'ITimeGraphState' needs unchecked conversion to conform to '@NonNull ITimeGraphState' 15:38:29 [2019-07-19T19:38:29.869Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callstack/provider/CallStackDataProvider.java:[278] 15:38:29 [2019-07-19T19:38:29.869Z] return new TimeGraphState(startTime, duration, value.hashCode(), name); 15:38:29 [2019-07-19T19:38:29.869Z] ^^^^ 15:38:29 [2019-07-19T19:38:29.869Z] Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable 15:38:29 [2019-07-19T19:38:29.869Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callgraph/AggregatedCalledFunction.java:[99] 15:38:29 [2019-07-19T19:38:29.869Z] fChildren.put(entry.getKey(), entry.getValue().clone()); 15:38:29 [2019-07-19T19:38:29.869Z] ^^^^^^^^^^^^^^^^ 15:38:29 [2019-07-19T19:38:29.869Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Map.Entry<@NonNull Object,@NonNull AggregatedCalledFunction>'. Type 'Map.Entry<K,V>' doesn't seem to be designed with null type annotations in mind 15:38:29 [2019-07-19T19:38:29.869Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callgraph/CallGraphStatisticsDataProviderFactory.java:[17] 15:38:29 [2019-07-19T19:38:29.869Z] import org.eclipse.tracecompass.internal.analysis.timing.core.segmentstore.SegmentStoreStatisticsDataProvider; 15:38:29 [2019-07-19T19:38:29.869Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:38:29 [2019-07-19T19:38:29.869Z] Discouraged access: The type 'SegmentStoreStatisticsDataProvider' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core/target/classes') 15:38:29 [2019-07-19T19:38:29.869Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callgraph/CallGraphStatisticsDataProviderFactory.java:[18] 15:38:29 [2019-07-19T19:38:29.869Z] import org.eclipse.tracecompass.internal.tmf.core.model.tree.TmfTreeCompositeDataProvider; 15:38:29 [2019-07-19T19:38:29.869Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:38:29 [2019-07-19T19:38:29.869Z] Discouraged access: The type 'TmfTreeCompositeDataProvider<M,P>' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/classes') 15:38:29 [2019-07-19T19:38:29.869Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callgraph/CallGraphStatisticsDataProviderFactory.java:[29] 15:38:29 [2019-07-19T19:38:29.869Z] * {@link SegmentStoreStatisticsDataProvider} factory for the 15:38:29 [2019-07-19T19:38:29.869Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:38:29 [2019-07-19T19:38:29.869Z] Discouraged access: The type 'SegmentStoreStatisticsDataProvider' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core/target/classes') 15:38:29 [2019-07-19T19:38:29.869Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callgraph/CallGraphStatisticsDataProviderFactory.java:[41] 15:38:29 [2019-07-19T19:38:29.869Z] return TmfTreeCompositeDataProvider.create(TmfTraceManager.getTraceSet(trace), ID); 15:38:29 [2019-07-19T19:38:29.869Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:38:29 [2019-07-19T19:38:29.869Z] Discouraged access: The type 'TmfTreeCompositeDataProvider<M,P>' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/classes') 15:38:29 [2019-07-19T19:38:29.869Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callgraph/CallGraphStatisticsDataProviderFactory.java:[41] 15:38:29 [2019-07-19T19:38:29.869Z] return TmfTreeCompositeDataProvider.create(TmfTraceManager.getTraceSet(trace), ID); 15:38:29 [2019-07-19T19:38:29.869Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:38:29 [2019-07-19T19:38:29.869Z] Discouraged access: The method 'TmfTreeCompositeDataProvider.create(Collection<ITmfTrace>, String)' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/classes') 15:38:29 [2019-07-19T19:38:29.869Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callgraph/CallGraphStatisticsDataProviderFactory.java:[61] 15:38:29 [2019-07-19T19:38:29.869Z] return new SegmentStoreStatisticsDataProvider(trace, statisticsAnalysis, CallGraphStatisticsAnalysis.ID); 15:38:29 [2019-07-19T19:38:29.869Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:38:29 [2019-07-19T19:38:29.869Z] Discouraged access: The constructor 'SegmentStoreStatisticsDataProvider(ITmfTrace, AbstractSegmentStatisticsAnalysis, String)' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core/target/classes') 15:38:29 [2019-07-19T19:38:29.869Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callgraph/CallGraphStatisticsDataProviderFactory.java:[61] 15:38:29 [2019-07-19T19:38:29.869Z] return new SegmentStoreStatisticsDataProvider(trace, statisticsAnalysis, CallGraphStatisticsAnalysis.ID); 15:38:29 [2019-07-19T19:38:29.869Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:38:29 [2019-07-19T19:38:29.869Z] Discouraged access: The type 'SegmentStoreStatisticsDataProvider' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core/target/classes') 15:38:29 [2019-07-19T19:38:29.869Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callstack/InstrumentedProfilingElement.java:[233] 15:38:29 [2019-07-19T19:38:29.869Z] IHostIdProvider hostProvider = fHostResolver.apply(this); 15:38:29 [2019-07-19T19:38:29.869Z] ^^^^^^^^^^^^^^^^^^^^^^^^^ 15:38:29 [2019-07-19T19:38:29.869Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Function<@NonNull IProfilingElement,CallStackHostUtils.@NonNull IHostIdProvider>'. Type 'Function<T,R>' doesn't seem to be designed with null type annotations in mind 15:38:29 [2019-07-19T19:38:29.869Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callgraph/AbstractCalledFunction.java:[29] 15:38:29 [2019-07-19T19:38:29.869Z] static final Comparator<ISegment> COMPARATOR = Objects.requireNonNull(Comparator.comparingLong(ISegment::getStart).thenComparingLong(ISegment::getEnd)); 15:38:29 [2019-07-19T19:38:29.869Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:38:29 [2019-07-19T19:38:29.869Z] Null type safety (type annotations): The expression of type '@NonNull Comparator<ISegment>' needs unchecked conversion to conform to '@NonNull Comparator<@NonNull ISegment>' 15:38:29 [2019-07-19T19:38:29.869Z] 32 problems (32 warnings) 15:38:29 [2019-07-19T19:38:29.869Z] [INFO] 15:38:29 [2019-07-19T19:38:29.869Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.analysis.profiling.core --- 15:38:29 [2019-07-19T19:38:29.869Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:38:29 [2019-07-19T19:38:29.869Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/test/resources 15:38:29 [2019-07-19T19:38:29.869Z] [INFO] 15:38:29 [2019-07-19T19:38:29.869Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.analysis.profiling.core --- 15:38:30 [2019-07-19T19:38:30.433Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/target/org.eclipse.tracecompass.analysis.profiling.core-1.1.3-SNAPSHOT-sources.jar 15:38:30 [2019-07-19T19:38:30.433Z] [INFO] 15:38:30 [2019-07-19T19:38:30.433Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.analysis.profiling.core --- 15:38:30 [2019-07-19T19:38:30.433Z] [INFO] 15:38:30 [2019-07-19T19:38:30.433Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.analysis.profiling.core --- 15:38:30 [2019-07-19T19:38:30.690Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/target/org.eclipse.tracecompass.analysis.profiling.core-1.1.3-SNAPSHOT.jar 15:38:30 [2019-07-19T19:38:30.690Z] [INFO] 15:38:30 [2019-07-19T19:38:30.690Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.analysis.profiling.core --- 15:38:30 [2019-07-19T19:38:30.690Z] [INFO] 15:38:30 [2019-07-19T19:38:30.690Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.analysis.profiling.core --- 15:38:30 [2019-07-19T19:38:30.690Z] [INFO] 15:38:30 [2019-07-19T19:38:30.690Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.analysis.profiling.core --- 15:38:30 [2019-07-19T19:38:30.690Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/target/org.eclipse.tracecompass.analysis.profiling.core-1.1.3-SNAPSHOT.jar 15:38:30 [2019-07-19T19:38:30.690Z] [INFO] 15:38:30 [2019-07-19T19:38:30.690Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.analysis.profiling.core --- 15:38:30 [2019-07-19T19:38:30.690Z] [INFO] 15:38:30 [2019-07-19T19:38:30.690Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.analysis.profiling.core --- 15:38:30 [2019-07-19T19:38:30.690Z] [INFO] Loading execution data file /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/../../target/jacoco.exec 15:38:30 [2019-07-19T19:38:30.947Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.profiling.core' with 42 classes 15:38:30 [2019-07-19T19:38:30.947Z] [INFO] 15:38:30 [2019-07-19T19:38:30.947Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.analysis.profiling.core --- 15:38:30 [2019-07-19T19:38:30.947Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/target/org.eclipse.tracecompass.analysis.profiling.core-1.1.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.profiling.core/1.1.3-SNAPSHOT/org.eclipse.tracecompass.analysis.profiling.core-1.1.3-SNAPSHOT.jar 15:38:30 [2019-07-19T19:38:30.947Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.profiling.core/1.1.3-SNAPSHOT/org.eclipse.tracecompass.analysis.profiling.core-1.1.3-SNAPSHOT.pom 15:38:30 [2019-07-19T19:38:30.947Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/target/org.eclipse.tracecompass.analysis.profiling.core-1.1.3-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.profiling.core/1.1.3-SNAPSHOT/org.eclipse.tracecompass.analysis.profiling.core-1.1.3-SNAPSHOT-sources.jar 15:38:30 [2019-07-19T19:38:30.947Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/target/org.eclipse.tracecompass.analysis.profiling.core-1.1.3-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.profiling.core/1.1.3-SNAPSHOT/org.eclipse.tracecompass.analysis.profiling.core-1.1.3-SNAPSHOT-pack200.jar.pack.gz 15:38:30 [2019-07-19T19:38:30.947Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.profiling.core/1.1.3-SNAPSHOT/org.eclipse.tracecompass.analysis.profiling.core-1.1.3-SNAPSHOT-p2metadata.xml 15:38:30 [2019-07-19T19:38:30.947Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.profiling.core/1.1.3-SNAPSHOT/org.eclipse.tracecompass.analysis.profiling.core-1.1.3-SNAPSHOT-p2artifacts.xml 15:38:30 [2019-07-19T19:38:30.947Z] [INFO] 15:38:30 [2019-07-19T19:38:30.947Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.analysis.profiling.core --- 15:38:30 [2019-07-19T19:38:30.947Z] [INFO] 15:38:30 [2019-07-19T19:38:30.947Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.profiling.core.tests >-- 15:38:30 [2019-07-19T19:38:30.947Z] [INFO] Building org.eclipse.tracecompass.analysis.profiling.core.tests 1.0.2-SNAPSHOT [39/134] 15:38:30 [2019-07-19T19:38:30.947Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- 15:38:30 [2019-07-19T19:38:30.947Z] [INFO] 15:38:30 [2019-07-19T19:38:30.947Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.analysis.profiling.core.tests --- 15:38:30 [2019-07-19T19:38:30.947Z] [INFO] 15:38:30 [2019-07-19T19:38:30.947Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.analysis.profiling.core.tests --- 15:38:30 [2019-07-19T19:38:30.947Z] [INFO] The project's OSGi version is 1.0.2.201907191907 15:38:30 [2019-07-19T19:38:30.947Z] [INFO] 15:38:30 [2019-07-19T19:38:30.947Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.analysis.profiling.core.tests --- 15:38:30 [2019-07-19T19:38:30.947Z] [INFO] 15:38:30 [2019-07-19T19:38:30.947Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.analysis.profiling.core.tests --- 15:38:30 [2019-07-19T19:38:30.947Z] [INFO] 15:38:30 [2019-07-19T19:38:30.947Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.analysis.profiling.core.tests --- 15:38:30 [2019-07-19T19:38:30.947Z] [INFO] 15:38:30 [2019-07-19T19:38:30.947Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.analysis.profiling.core.tests --- 15:38:30 [2019-07-19T19:38:30.947Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 15:38:30 [2019-07-19T19:38:30.947Z] [INFO] 15:38:30 [2019-07-19T19:38:30.947Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.analysis.profiling.core.tests --- 15:38:30 [2019-07-19T19:38:30.947Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:38:30 [2019-07-19T19:38:30.947Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/src/main/resources 15:38:30 [2019-07-19T19:38:30.947Z] [INFO] 15:38:30 [2019-07-19T19:38:30.947Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.analysis.profiling.core.tests --- 15:38:30 [2019-07-19T19:38:30.947Z] [INFO] Compiling 14 source files to /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/target/classes 15:38:31 [2019-07-19T19:38:31.512Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/stubs/org/eclipse/tracecompass/analysis/profiling/core/tests/data/TestDataBigCallStack.java:[145] 15:38:31 [2019-07-19T19:38:31.512Z] stack.push(new OpenedFunction(ts, field.getValue().toString())); 15:38:31 [2019-07-19T19:38:31.512Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:38:31 [2019-07-19T19:38:31.512Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:38:31 [2019-07-19T19:38:31.512Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/src/org/eclipse/tracecompass/analysis/profiling/core/tests/flamechart/CallStackStateSystemTest.java:[153] 15:38:31 [2019-07-19T19:38:31.512Z] Set<@NonNull IntervalInfo> stateSystemIntervals = traceData.toStateSystemInterval(patterns.get(0)[0]); 15:38:31 [2019-07-19T19:38:31.512Z] ^^^^^^^^^^^^^^^^^^ 15:38:31 [2019-07-19T19:38:31.512Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:38:31 [2019-07-19T19:38:31.512Z] 2 problems (2 warnings) 15:38:31 [2019-07-19T19:38:31.512Z] [INFO] 15:38:31 [2019-07-19T19:38:31.512Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.analysis.profiling.core.tests --- 15:38:31 [2019-07-19T19:38:31.512Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:38:31 [2019-07-19T19:38:31.512Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/src/test/resources 15:38:31 [2019-07-19T19:38:31.512Z] [INFO] 15:38:31 [2019-07-19T19:38:31.512Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.analysis.profiling.core.tests --- 15:38:31 [2019-07-19T19:38:31.512Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/target/org.eclipse.tracecompass.analysis.profiling.core.tests-1.0.2-SNAPSHOT-sources.jar 15:38:31 [2019-07-19T19:38:31.512Z] [INFO] 15:38:31 [2019-07-19T19:38:31.512Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.analysis.profiling.core.tests --- 15:38:31 [2019-07-19T19:38:31.512Z] [INFO] 15:38:31 [2019-07-19T19:38:31.512Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.analysis.profiling.core.tests --- 15:38:31 [2019-07-19T19:38:31.512Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/target/org.eclipse.tracecompass.analysis.profiling.core.tests-1.0.2-SNAPSHOT.jar 15:38:31 [2019-07-19T19:38:31.512Z] [INFO] 15:38:31 [2019-07-19T19:38:31.512Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.analysis.profiling.core.tests --- 15:38:31 [2019-07-19T19:38:31.512Z] [INFO] 15:38:31 [2019-07-19T19:38:31.512Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.analysis.profiling.core.tests --- 15:38:31 [2019-07-19T19:38:31.512Z] [INFO] 15:38:31 [2019-07-19T19:38:31.512Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.analysis.profiling.core.tests --- 15:38:31 [2019-07-19T19:38:31.512Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/target/org.eclipse.tracecompass.analysis.profiling.core.tests-1.0.2-SNAPSHOT.jar 15:38:31 [2019-07-19T19:38:31.769Z] [INFO] 15:38:31 [2019-07-19T19:38:31.769Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.analysis.profiling.core.tests --- 15:38:31 [2019-07-19T19:38:31.769Z] [INFO] 15:38:31 [2019-07-19T19:38:31.769Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.analysis.profiling.core.tests --- 15:38:33 [2019-07-19T19:38:33.668Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/target/work/data/.metadata/.log 15:38:33 [2019-07-19T19:38:33.668Z] [INFO] Command line: 15:38:33 [2019-07-19T19:38:33.668Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog] 15:38:33 [2019-07-19T19:38:33.668Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass 15:38:36 [2019-07-19T19:38:36.943Z] !SESSION 2019-07-19 19:38:33.684 ----------------------------------------------- 15:38:36 [2019-07-19T19:38:36.943Z] eclipse.buildId=unknown 15:38:36 [2019-07-19T19:38:36.943Z] java.version=1.8.0_202 15:38:36 [2019-07-19T19:38:36.943Z] java.vendor=Oracle Corporation 15:38:36 [2019-07-19T19:38:36.943Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US 15:38:36 [2019-07-19T19:38:36.943Z] Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/target/surefire.properties -product org.eclipse.platform.ide 15:38:36 [2019-07-19T19:38:36.943Z] Command-line arguments: -data /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog 15:38:36 [2019-07-19T19:38:36.943Z] 15:38:36 [2019-07-19T19:38:36.943Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-19 19:38:36.781 15:38:36 [2019-07-19T19:38:36.943Z] !MESSAGE FrameworkEvent ERROR 15:38:36 [2019-07-19T19:38:36.943Z] !STACK 0 15:38:36 [2019-07-19T19:38:36.943Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [61] 15:38:36 [2019-07-19T19:38:36.943Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 15:38:36 [2019-07-19T19:38:36.943Z] 15:38:36 [2019-07-19T19:38:36.943Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 15:38:36 [2019-07-19T19:38:36.943Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 15:38:36 [2019-07-19T19:38:36.943Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 15:38:36 [2019-07-19T19:38:36.943Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 15:38:36 [2019-07-19T19:38:36.943Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 15:38:36 [2019-07-19T19:38:36.943Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 15:38:36 [2019-07-19T19:38:36.943Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 15:38:36 [2019-07-19T19:38:36.943Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 15:38:36 [2019-07-19T19:38:36.943Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 15:38:36 [2019-07-19T19:38:36.943Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 15:38:37 [2019-07-19T19:38:37.200Z] 15:38:37 [2019-07-19T19:38:37.200Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-19 19:38:36.976 15:38:37 [2019-07-19T19:38:37.200Z] !MESSAGE FrameworkEvent ERROR 15:38:37 [2019-07-19T19:38:37.200Z] !STACK 0 15:38:37 [2019-07-19T19:38:37.200Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [130] 15:38:37 [2019-07-19T19:38:37.200Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 15:38:37 [2019-07-19T19:38:37.200Z] Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)" 15:38:37 [2019-07-19T19:38:37.200Z] -> Export-Package: org.apache.http.impl.auth.win; bundle-symbolic-name="org.apache.httpcomponents.httpclient.win"; bundle-version="4.5.6.v20190213-1947"; version="4.5.6"; x-internal:="true"; uses:="org.apache.http,org.apache.http.auth,org.apache.http.client,org.apache.http.impl.auth,org.apache.http.protocol,org.apache.http.util" 15:38:37 [2019-07-19T19:38:37.200Z] org.apache.httpcomponents.httpclient.win [35] 15:38:37 [2019-07-19T19:38:37.200Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 15:38:37 [2019-07-19T19:38:37.200Z] 15:38:37 [2019-07-19T19:38:37.200Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 15:38:37 [2019-07-19T19:38:37.200Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 15:38:37 [2019-07-19T19:38:37.200Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 15:38:37 [2019-07-19T19:38:37.200Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 15:38:37 [2019-07-19T19:38:37.200Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 15:38:37 [2019-07-19T19:38:37.200Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 15:38:37 [2019-07-19T19:38:37.200Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 15:38:37 [2019-07-19T19:38:37.200Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 15:38:37 [2019-07-19T19:38:37.200Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 15:38:37 [2019-07-19T19:38:37.200Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 15:38:40 [2019-07-19T19:38:40.473Z] Running org.eclipse.tracecompass.analysis.profiling.core.tests.flamechart.CallStackSegmentStoreTest 15:38:42 [2019-07-19T19:38:42.996Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.601 s - in org.eclipse.tracecompass.analysis.profiling.core.tests.flamechart.CallStackSegmentStoreTest 15:38:42 [2019-07-19T19:38:42.996Z] testIntersectingSegmentStore(org.eclipse.tracecompass.analysis.profiling.core.tests.flamechart.CallStackSegmentStoreTest) Time elapsed: 2.389 s 15:38:42 [2019-07-19T19:38:42.996Z] testSeriesSegmentStoreIterator(org.eclipse.tracecompass.analysis.profiling.core.tests.flamechart.CallStackSegmentStoreTest) Time elapsed: 0.172 s 15:38:42 [2019-07-19T19:38:42.996Z] Running org.eclipse.tracecompass.analysis.profiling.core.tests.flamechart.CallStackStateSystemTest 15:39:01 [2019-07-19T19:39:01.054Z] 15:39:01 [2019-07-19T19:39:01.054Z] !ENTRY org.eclipse.tracecompass.analysis.profiling.core 2 0 2019-07-19 19:38:58.988 15:39:01 [2019-07-19T19:39:01.054Z] !MESSAGE Function exit name in event (unknown) different from the expected one (f2). You may have lost events in your trace. 15:39:09 [2019-07-19T19:39:09.155Z] 15:39:09 [2019-07-19T19:39:09.155Z] !ENTRY org.eclipse.tracecompass.analysis.profiling.core 2 0 2019-07-19 19:39:08.855 15:39:09 [2019-07-19T19:39:09.155Z] !MESSAGE Incoherent callstack found on (10019) occasions 15:39:10 [2019-07-19T19:39:10.087Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 27.321 s - in org.eclipse.tracecompass.analysis.profiling.core.tests.flamechart.CallStackStateSystemTest 15:39:10 [2019-07-19T19:39:10.087Z] testCallStackProvider[0: Small trace](org.eclipse.tracecompass.analysis.profiling.core.tests.flamechart.CallStackStateSystemTest) Time elapsed: 0.085 s 15:39:10 [2019-07-19T19:39:10.087Z] testCallStackContent[0: Small trace](org.eclipse.tracecompass.analysis.profiling.core.tests.flamechart.CallStackStateSystemTest) Time elapsed: 0.097 s 15:39:10 [2019-07-19T19:39:10.087Z] testCallStackProvider[1: Big trace](org.eclipse.tracecompass.analysis.profiling.core.tests.flamechart.CallStackStateSystemTest) Time elapsed: 26.096 s 15:39:10 [2019-07-19T19:39:10.087Z] testCallStackContent[1: Big trace](org.eclipse.tracecompass.analysis.profiling.core.tests.flamechart.CallStackStateSystemTest) Time elapsed: 1.034 s 15:39:10 [2019-07-19T19:39:10.087Z] Running org.eclipse.tracecompass.analysis.profiling.core.tests.flamegraph.AggregatedCalledFunctionStatisticsTest 15:39:10 [2019-07-19T19:39:10.087Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s - in org.eclipse.tracecompass.analysis.profiling.core.tests.flamegraph.AggregatedCalledFunctionStatisticsTest 15:39:10 [2019-07-19T19:39:10.087Z] multiFunctionRootsTest(org.eclipse.tracecompass.analysis.profiling.core.tests.flamegraph.AggregatedCalledFunctionStatisticsTest) Time elapsed: 0.066 s 15:39:10 [2019-07-19T19:39:10.087Z] TreeStatisticsTest(org.eclipse.tracecompass.analysis.profiling.core.tests.flamegraph.AggregatedCalledFunctionStatisticsTest) Time elapsed: 0.001 s 15:39:10 [2019-07-19T19:39:10.087Z] MergeSecondLevelCalleesTest(org.eclipse.tracecompass.analysis.profiling.core.tests.flamegraph.AggregatedCalledFunctionStatisticsTest) Time elapsed: 0.003 s 15:39:10 [2019-07-19T19:39:10.087Z] MergeFirstLevelCalleesStatisticsTest(org.eclipse.tracecompass.analysis.profiling.core.tests.flamegraph.AggregatedCalledFunctionStatisticsTest) Time elapsed: 0.001 s 15:39:10 [2019-07-19T19:39:10.087Z] Running org.eclipse.tracecompass.analysis.profiling.core.tests.flamegraph.AggregationTreeTest 15:39:10 [2019-07-19T19:39:10.344Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 s - in org.eclipse.tracecompass.analysis.profiling.core.tests.flamegraph.AggregationTreeTest 15:39:10 [2019-07-19T19:39:10.344Z] cascadeTest(org.eclipse.tracecompass.analysis.profiling.core.tests.flamegraph.AggregationTreeTest) Time elapsed: 0.001 s 15:39:10 [2019-07-19T19:39:10.344Z] multiFunctionRootsTest(org.eclipse.tracecompass.analysis.profiling.core.tests.flamegraph.AggregationTreeTest) Time elapsed: 0.001 s 15:39:10 [2019-07-19T19:39:10.344Z] emptyStateSystemTest(org.eclipse.tracecompass.analysis.profiling.core.tests.flamegraph.AggregationTreeTest) Time elapsed: 0 s 15:39:10 [2019-07-19T19:39:10.344Z] largeTest(org.eclipse.tracecompass.analysis.profiling.core.tests.flamegraph.AggregationTreeTest) Time elapsed: 0.109 s 15:39:10 [2019-07-19T19:39:10.344Z] multiFunctionRootsSecondTest(org.eclipse.tracecompass.analysis.profiling.core.tests.flamegraph.AggregationTreeTest) Time elapsed: 0.001 s 15:39:10 [2019-07-19T19:39:10.344Z] mergeSecondLevelCalleesTest(org.eclipse.tracecompass.analysis.profiling.core.tests.flamegraph.AggregationTreeTest) Time elapsed: 0 s 15:39:10 [2019-07-19T19:39:10.344Z] mergeFirstLevelCalleesTest(org.eclipse.tracecompass.analysis.profiling.core.tests.flamegraph.AggregationTreeTest) Time elapsed: 0.001 s 15:39:10 [2019-07-19T19:39:10.344Z] treeTest(org.eclipse.tracecompass.analysis.profiling.core.tests.flamegraph.AggregationTreeTest) Time elapsed: 0.001 s 15:39:10 [2019-07-19T19:39:10.344Z] Running org.eclipse.tracecompass.analysis.profiling.core.tests.ActivatorTest 15:39:10 [2019-07-19T19:39:10.344Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s - in org.eclipse.tracecompass.analysis.profiling.core.tests.ActivatorTest 15:39:10 [2019-07-19T19:39:10.344Z] testActivator(org.eclipse.tracecompass.analysis.profiling.core.tests.ActivatorTest) Time elapsed: 0 s 15:39:10 [2019-07-19T19:39:10.344Z] Running org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CalledFunctionTest 15:39:10 [2019-07-19T19:39:10.344Z] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CalledFunctionTest 15:39:10 [2019-07-19T19:39:10.344Z] testGetSelfTime(org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CalledFunctionTest) Time elapsed: 0.001 s 15:39:10 [2019-07-19T19:39:10.344Z] testGetDepth(org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CalledFunctionTest) Time elapsed: 0 s 15:39:10 [2019-07-19T19:39:10.344Z] testGetStart(org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CalledFunctionTest) Time elapsed: 0 s 15:39:10 [2019-07-19T19:39:10.344Z] testToString(org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CalledFunctionTest) Time elapsed: 0 s 15:39:10 [2019-07-19T19:39:10.344Z] createInvalidTimeRangeStateLong(org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CalledFunctionTest) Time elapsed: 0.001 s 15:39:10 [2019-07-19T19:39:10.344Z] testCompareTo(org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CalledFunctionTest) Time elapsed: 0 s 15:39:10 [2019-07-19T19:39:10.344Z] testGetProcessId(org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CalledFunctionTest) Time elapsed: 0 s 15:39:10 [2019-07-19T19:39:10.344Z] createInvalidDouble(org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CalledFunctionTest) Time elapsed: 0 s 15:39:10 [2019-07-19T19:39:10.344Z] testAddChildOk1(org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CalledFunctionTest) Time elapsed: 0 s 15:39:10 [2019-07-19T19:39:10.344Z] testAddChildOk2(org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CalledFunctionTest) Time elapsed: 0 s 15:39:10 [2019-07-19T19:39:10.344Z] testAddChildOk3(org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CalledFunctionTest) Time elapsed: 0 s 15:39:10 [2019-07-19T19:39:10.344Z] createInvalidTimeRangeStateInteger(org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CalledFunctionTest) Time elapsed: 0.001 s 15:39:10 [2019-07-19T19:39:10.344Z] testHashCode(org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CalledFunctionTest) Time elapsed: 0 s 15:39:10 [2019-07-19T19:39:10.344Z] testCompareToBad(org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CalledFunctionTest) Time elapsed: 0 s 15:39:10 [2019-07-19T19:39:10.344Z] testEquals(org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CalledFunctionTest) Time elapsed: 0 s 15:39:10 [2019-07-19T19:39:10.344Z] testGetParent(org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CalledFunctionTest) Time elapsed: 0 s 15:39:10 [2019-07-19T19:39:10.344Z] testGetEnd(org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CalledFunctionTest) Time elapsed: 0 s 15:39:10 [2019-07-19T19:39:10.344Z] createInvalidTimeRangeStateString(org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CalledFunctionTest) Time elapsed: 0 s 15:39:10 [2019-07-19T19:39:10.344Z] createInvalidTimeRange(org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CalledFunctionTest) Time elapsed: 0 s 15:39:10 [2019-07-19T19:39:10.344Z] Running org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CallGraphWithCallStackAnalysisTest 15:39:18 [2019-07-19T19:39:18.443Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.808 s - in org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CallGraphWithCallStackAnalysisTest 15:39:18 [2019-07-19T19:39:18.443Z] testCallGraph[0: Small trace](org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CallGraphWithCallStackAnalysisTest) Time elapsed: 0.079 s 15:39:18 [2019-07-19T19:39:18.443Z] testCallGraph[1: Big trace](org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CallGraphWithCallStackAnalysisTest) Time elapsed: 7.727 s 15:39:18 [2019-07-19T19:39:18.443Z] 15:39:18 [2019-07-19T19:39:18.443Z] Results: 15:39:18 [2019-07-19T19:39:18.443Z] 15:39:18 [2019-07-19T19:39:18.443Z] Tests run: 40, Failures: 0, Errors: 0, Skipped: 0 15:39:18 [2019-07-19T19:39:18.444Z] 15:39:19 [2019-07-19T19:39:19.008Z] [INFO] All tests passed! 15:39:19 [2019-07-19T19:39:19.008Z] [INFO] 15:39:19 [2019-07-19T19:39:19.008Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.analysis.profiling.core.tests --- 15:39:19 [2019-07-19T19:39:19.008Z] [INFO] Loading execution data file /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/../../target/jacoco.exec 15:39:19 [2019-07-19T19:39:19.008Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.profiling.core.tests' with 23 classes 15:39:19 [2019-07-19T19:39:19.008Z] [INFO] 15:39:19 [2019-07-19T19:39:19.008Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.analysis.profiling.core.tests --- 15:39:19 [2019-07-19T19:39:19.008Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/target/org.eclipse.tracecompass.analysis.profiling.core.tests-1.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.profiling.core.tests/1.0.2-SNAPSHOT/org.eclipse.tracecompass.analysis.profiling.core.tests-1.0.2-SNAPSHOT.jar 15:39:19 [2019-07-19T19:39:19.008Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.profiling.core.tests/1.0.2-SNAPSHOT/org.eclipse.tracecompass.analysis.profiling.core.tests-1.0.2-SNAPSHOT.pom 15:39:19 [2019-07-19T19:39:19.008Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/target/org.eclipse.tracecompass.analysis.profiling.core.tests-1.0.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.profiling.core.tests/1.0.2-SNAPSHOT/org.eclipse.tracecompass.analysis.profiling.core.tests-1.0.2-SNAPSHOT-sources.jar 15:39:19 [2019-07-19T19:39:19.008Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/target/org.eclipse.tracecompass.analysis.profiling.core.tests-1.0.2-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.profiling.core.tests/1.0.2-SNAPSHOT/org.eclipse.tracecompass.analysis.profiling.core.tests-1.0.2-SNAPSHOT-pack200.jar.pack.gz 15:39:19 [2019-07-19T19:39:19.008Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.profiling.core.tests/1.0.2-SNAPSHOT/org.eclipse.tracecompass.analysis.profiling.core.tests-1.0.2-SNAPSHOT-p2metadata.xml 15:39:19 [2019-07-19T19:39:19.008Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.profiling.core.tests/1.0.2-SNAPSHOT/org.eclipse.tracecompass.analysis.profiling.core.tests-1.0.2-SNAPSHOT-p2artifacts.xml 15:39:19 [2019-07-19T19:39:19.008Z] [INFO] 15:39:19 [2019-07-19T19:39:19.008Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.analysis.profiling.core.tests --- 15:39:19 [2019-07-19T19:39:19.008Z] [INFO] 15:39:19 [2019-07-19T19:39:19.008Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.profiling.ui >-- 15:39:19 [2019-07-19T19:39:19.008Z] [INFO] Building org.eclipse.tracecompass.analysis.profiling.ui 2.0.0-SNAPSHOT [40/134] 15:39:19 [2019-07-19T19:39:19.008Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 15:39:19 [2019-07-19T19:39:19.265Z] [INFO] 15:39:19 [2019-07-19T19:39:19.265Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.analysis.profiling.ui --- 15:39:19 [2019-07-19T19:39:19.265Z] [INFO] 15:39:19 [2019-07-19T19:39:19.265Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.analysis.profiling.ui --- 15:39:19 [2019-07-19T19:39:19.265Z] [INFO] The project's OSGi version is 2.0.0.201907191907 15:39:19 [2019-07-19T19:39:19.265Z] [INFO] 15:39:19 [2019-07-19T19:39:19.265Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.analysis.profiling.ui --- 15:39:19 [2019-07-19T19:39:19.265Z] [INFO] 15:39:19 [2019-07-19T19:39:19.265Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.analysis.profiling.ui --- 15:39:19 [2019-07-19T19:39:19.265Z] [INFO] 15:39:19 [2019-07-19T19:39:19.265Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.analysis.profiling.ui --- 15:39:19 [2019-07-19T19:39:19.265Z] [INFO] 15:39:19 [2019-07-19T19:39:19.265Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.analysis.profiling.ui --- 15:39:19 [2019-07-19T19:39:19.266Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 15:39:19 [2019-07-19T19:39:19.266Z] [INFO] 15:39:19 [2019-07-19T19:39:19.266Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.analysis.profiling.ui --- 15:39:19 [2019-07-19T19:39:19.266Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:39:19 [2019-07-19T19:39:19.266Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/main/resources 15:39:19 [2019-07-19T19:39:19.266Z] [INFO] 15:39:19 [2019-07-19T19:39:19.266Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.analysis.profiling.ui --- 15:39:19 [2019-07-19T19:39:19.266Z] [INFO] Compiling 26 source files to /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/target/classes 15:39:19 [2019-07-19T19:39:19.830Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/analysis/profiling/ui/views/flamechart/CallStackPresentationProvider.java:[74] 15:39:19 [2019-07-19T19:39:19.830Z] ITimeGraphEntryModel model = ((TimeGraphEntry) entry).getModel(); 15:39:19 [2019-07-19T19:39:19.830Z] ^^^^^^^^^^ 15:39:19 [2019-07-19T19:39:19.830Z] The method getModel() from the type TimeGraphEntry is deprecated 15:39:19 [2019-07-19T19:39:19.830Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/analysis/profiling/ui/views/flamechart/CallStackPresentationProvider.java:[115] 15:39:19 [2019-07-19T19:39:19.830Z] return State.MULTIPLE.toString(); 15:39:19 [2019-07-19T19:39:19.830Z] ^^^^^^^^^^^^^^^^^^^^^^^^^ 15:39:19 [2019-07-19T19:39:19.830Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:39:19 [2019-07-19T19:39:19.830Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/internal/analysis/profiling/ui/symbols/BasicSymbolProviderPreferencePage.java:[293] 15:39:19 [2019-07-19T19:39:19.830Z] Activator.getDefault().logError("Cannot read the file " + fullPath, e); //$NON-NLS-1$//$NON-NLS-2$ 15:39:19 [2019-07-19T19:39:19.830Z] ^^^^^^^^^^^^^ 15:39:19 [2019-07-19T19:39:19.830Z] Unnecessary $NON-NLS$ tag 15:39:19 [2019-07-19T19:39:19.830Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/analysis/profiling/ui/views/flamechart/FlameChartView.java:[111] 15:39:19 [2019-07-19T19:39:19.830Z] private static final Comparator<ITimeGraphEntry> NAME_COMPARATOR = Comparator.comparing(ITimeGraphEntry::getName); 15:39:19 [2019-07-19T19:39:19.830Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:39:19 [2019-07-19T19:39:19.830Z] Null type safety (type annotations): The expression of type 'Comparator<@NonNull ITimeGraphEntry>' needs unchecked conversion to conform to '@NonNull Comparator<@NonNull ITimeGraphEntry>' 15:39:19 [2019-07-19T19:39:19.830Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/analysis/profiling/ui/views/flamechart/FlameChartView.java:[117] 15:39:19 [2019-07-19T19:39:19.830Z] ITimeGraphEntryModel model1 = t1.getModel(); 15:39:19 [2019-07-19T19:39:19.830Z] ^^^^^^^^^^ 15:39:19 [2019-07-19T19:39:19.830Z] The method getModel() from the type TimeGraphEntry is deprecated 15:39:19 [2019-07-19T19:39:19.830Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/analysis/profiling/ui/views/flamechart/FlameChartView.java:[118] 15:39:19 [2019-07-19T19:39:19.830Z] ITimeGraphEntryModel model2 = t2.getModel(); 15:39:19 [2019-07-19T19:39:19.830Z] ^^^^^^^^^^ 15:39:19 [2019-07-19T19:39:19.830Z] The method getModel() from the type TimeGraphEntry is deprecated 15:39:19 [2019-07-19T19:39:19.830Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/analysis/profiling/ui/views/flamechart/FlameChartView.java:[134] 15:39:19 [2019-07-19T19:39:19.830Z] ITimeGraphEntryModel model1 = t1.getModel(); 15:39:19 [2019-07-19T19:39:19.830Z] ^^^^^^^^^^ 15:39:19 [2019-07-19T19:39:19.830Z] The method getModel() from the type TimeGraphEntry is deprecated 15:39:19 [2019-07-19T19:39:19.830Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/analysis/profiling/ui/views/flamechart/FlameChartView.java:[135] 15:39:19 [2019-07-19T19:39:19.830Z] ITimeGraphEntryModel model2 = t2.getModel(); 15:39:19 [2019-07-19T19:39:19.830Z] ^^^^^^^^^^ 15:39:19 [2019-07-19T19:39:19.830Z] The method getModel() from the type TimeGraphEntry is deprecated 15:39:19 [2019-07-19T19:39:19.830Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/analysis/profiling/ui/views/flamechart/FlameChartView.java:[197] 15:39:19 [2019-07-19T19:39:19.830Z] ITimeGraphEntryModel model1 = t1.getModel(); 15:39:19 [2019-07-19T19:39:19.830Z] ^^^^^^^^^^ 15:39:19 [2019-07-19T19:39:19.830Z] The method getModel() from the type TimeGraphEntry is deprecated 15:39:19 [2019-07-19T19:39:19.830Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/analysis/profiling/ui/views/flamechart/FlameChartView.java:[198] 15:39:19 [2019-07-19T19:39:19.830Z] ITimeGraphEntryModel model2 = t2.getModel(); 15:39:19 [2019-07-19T19:39:19.830Z] ^^^^^^^^^^ 15:39:19 [2019-07-19T19:39:19.830Z] The method getModel() from the type TimeGraphEntry is deprecated 15:39:19 [2019-07-19T19:39:19.830Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/analysis/profiling/ui/views/flamechart/FlameChartView.java:[217] 15:39:19 [2019-07-19T19:39:19.830Z] ITimeGraphEntryModel entryModel = entry.getModel(); 15:39:19 [2019-07-19T19:39:19.830Z] ^^^^^^^^^^ 15:39:19 [2019-07-19T19:39:19.830Z] The method getModel() from the type TimeGraphEntry is deprecated 15:39:19 [2019-07-19T19:39:19.830Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/analysis/profiling/ui/views/flamechart/FlameChartView.java:[238] 15:39:19 [2019-07-19T19:39:19.830Z] ITimeGraphEntryModel model = entry.getModel(); 15:39:19 [2019-07-19T19:39:19.830Z] ^^^^^^^^^^ 15:39:19 [2019-07-19T19:39:19.830Z] The method getModel() from the type TimeGraphEntry is deprecated 15:39:19 [2019-07-19T19:39:19.830Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/analysis/profiling/ui/views/flamechart/FlameChartView.java:[325] 15:39:19 [2019-07-19T19:39:19.830Z] ITimeGraphState function = fFunctions.get(((TimeGraphEntry) selection).getModel().getId()); 15:39:19 [2019-07-19T19:39:19.830Z] ^^^^^^^^^^ 15:39:19 [2019-07-19T19:39:19.830Z] The method getModel() from the type TimeGraphEntry is deprecated 15:39:19 [2019-07-19T19:39:19.830Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/analysis/profiling/ui/views/flamechart/FlameChartView.java:[458] 15:39:19 [2019-07-19T19:39:19.830Z] Map<Long, TimeGraphEntry> map = Maps.uniqueIndex(unfiltered, e -> e.getModel().getId()); 15:39:19 [2019-07-19T19:39:19.830Z] ^^^^^^^^^^ 15:39:19 [2019-07-19T19:39:19.830Z] The method getModel() from the type TimeGraphEntry is deprecated 15:39:19 [2019-07-19T19:39:19.830Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/analysis/profiling/ui/views/flamechart/FlameChartView.java:[565] 15:39:19 [2019-07-19T19:39:19.830Z] SelectionTimeQueryFilter filter = new SelectionTimeQueryFilter(selectionBegin, Long.MAX_VALUE, 2, Collections.singleton(callStackEntry.getModel().getId())); 15:39:19 [2019-07-19T19:39:19.830Z] ^^^^^^^^^^ 15:39:19 [2019-07-19T19:39:19.830Z] The method getModel() from the type TimeGraphEntry is deprecated 15:39:19 [2019-07-19T19:39:19.830Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/analysis/profiling/ui/views/flamechart/FlameChartView.java:[617] 15:39:19 [2019-07-19T19:39:19.830Z] SelectionTimeQueryFilter filter = new SelectionTimeQueryFilter(Lists.newArrayList(Long.MIN_VALUE, selectionBegin), Collections.singleton(callStackEntry.getModel().getId())); 15:39:19 [2019-07-19T19:39:19.830Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:39:19 [2019-07-19T19:39:19.830Z] Null type safety (type annotations): The expression of type 'ArrayList<@NonNull Long>' needs unchecked conversion to conform to '@NonNull List<@NonNull Long>', corresponding supertype is 'List<@NonNull Long>' 15:39:19 [2019-07-19T19:39:19.830Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/analysis/profiling/ui/views/flamechart/FlameChartView.java:[617] 15:39:19 [2019-07-19T19:39:19.830Z] SelectionTimeQueryFilter filter = new SelectionTimeQueryFilter(Lists.newArrayList(Long.MIN_VALUE, selectionBegin), Collections.singleton(callStackEntry.getModel().getId())); 15:39:19 [2019-07-19T19:39:19.830Z] ^^^^^^^^^^ 15:39:19 [2019-07-19T19:39:19.830Z] The method getModel() from the type TimeGraphEntry is deprecated 15:39:19 [2019-07-19T19:39:19.830Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/analysis/profiling/ui/views/flamechart/FlameChartView.java:[710] 15:39:19 [2019-07-19T19:39:19.830Z] Collection<@NonNull ISymbolProvider> symbolProviders = SymbolProviderManager.getInstance().getSymbolProviders(subTrace); 15:39:19 [2019-07-19T19:39:19.830Z] ^^^^^^^^ 15:39:19 [2019-07-19T19:39:19.830Z] Null type safety (type annotations): The expression of type 'ITmfTrace' needs unchecked conversion to conform to '@NonNull ITmfTrace' 15:39:19 [2019-07-19T19:39:19.830Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/analysis/profiling/ui/views/flamechart/FlameChartView.java:[739] 15:39:19 [2019-07-19T19:39:19.830Z] all.forEach(entry -> fFunctions.remove(entry.getModel().getId())); 15:39:19 [2019-07-19T19:39:19.830Z] ^^^^^^^^^^ 15:39:19 [2019-07-19T19:39:19.830Z] The method getModel() from the type TimeGraphEntry is deprecated 15:39:19 [2019-07-19T19:39:19.830Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/internal/analysis/profiling/ui/callgraph/statistics/CallGraphStatisticsViewer.java:[69] 15:39:19 [2019-07-19T19:39:19.830Z] TmfGenericTreeEntry<@NonNull SegmentStoreStatisticsModel> entry = (TmfGenericTreeEntry<@NonNull SegmentStoreStatisticsModel>) element; 15:39:19 [2019-07-19T19:39:19.830Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:39:19 [2019-07-19T19:39:19.830Z] Type safety: Unchecked cast from Object to TmfGenericTreeEntry<SegmentStoreStatisticsModel> 15:39:19 [2019-07-19T19:39:19.830Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/internal/analysis/profiling/ui/Activator.java:[72] 15:39:19 [2019-07-19T19:39:19.830Z] return getImageDescripterFromPath(path).createImage(); 15:39:19 [2019-07-19T19:39:19.830Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:39:19 [2019-07-19T19:39:19.830Z] Null type safety (type annotations): The expression of type 'Image' needs unchecked conversion to conform to '@NonNull Image' 15:39:19 [2019-07-19T19:39:19.830Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/internal/analysis/profiling/ui/Activator.java:[84] 15:39:19 [2019-07-19T19:39:19.830Z] return AbstractUIPlugin.imageDescriptorFromPlugin(PLUGIN_ID, path); 15:39:19 [2019-07-19T19:39:19.830Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:39:19 [2019-07-19T19:39:19.830Z] Null type safety (type annotations): The expression of type 'ImageDescriptor' needs unchecked conversion to conform to '@NonNull ImageDescriptor' 15:39:19 [2019-07-19T19:39:19.830Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/internal/analysis/profiling/ui/flamegraph/FlameGraphView.java:[244] 15:39:19 [2019-07-19T19:39:19.830Z] Activator.getDefault().logError(e.getMessage(), e); 15:39:19 [2019-07-19T19:39:19.830Z] ^^^^^^^^^^^^^^ 15:39:19 [2019-07-19T19:39:19.830Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:39:19 [2019-07-19T19:39:19.830Z] 23 problems (23 warnings) 15:39:19 [2019-07-19T19:39:19.830Z] [INFO] 15:39:19 [2019-07-19T19:39:19.830Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.analysis.profiling.ui --- 15:39:19 [2019-07-19T19:39:19.830Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:39:19 [2019-07-19T19:39:19.830Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/test/resources 15:39:19 [2019-07-19T19:39:19.830Z] [INFO] 15:39:19 [2019-07-19T19:39:19.830Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.analysis.profiling.ui --- 15:39:20 [2019-07-19T19:39:20.088Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/target/org.eclipse.tracecompass.analysis.profiling.ui-2.0.0-SNAPSHOT-sources.jar 15:39:20 [2019-07-19T19:39:20.088Z] [INFO] 15:39:20 [2019-07-19T19:39:20.088Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.analysis.profiling.ui --- 15:39:20 [2019-07-19T19:39:20.088Z] [INFO] 15:39:20 [2019-07-19T19:39:20.088Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.analysis.profiling.ui --- 15:39:20 [2019-07-19T19:39:20.088Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/target/org.eclipse.tracecompass.analysis.profiling.ui-2.0.0-SNAPSHOT.jar 15:39:20 [2019-07-19T19:39:20.088Z] [INFO] 15:39:20 [2019-07-19T19:39:20.088Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.analysis.profiling.ui --- 15:39:20 [2019-07-19T19:39:20.088Z] [INFO] 15:39:20 [2019-07-19T19:39:20.088Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.analysis.profiling.ui --- 15:39:20 [2019-07-19T19:39:20.088Z] [INFO] 15:39:20 [2019-07-19T19:39:20.088Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.analysis.profiling.ui --- 15:39:20 [2019-07-19T19:39:20.088Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/target/org.eclipse.tracecompass.analysis.profiling.ui-2.0.0-SNAPSHOT.jar 15:39:20 [2019-07-19T19:39:20.377Z] [INFO] 15:39:20 [2019-07-19T19:39:20.377Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.analysis.profiling.ui --- 15:39:20 [2019-07-19T19:39:20.377Z] [INFO] 15:39:20 [2019-07-19T19:39:20.377Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.analysis.profiling.ui --- 15:39:20 [2019-07-19T19:39:20.377Z] [INFO] Loading execution data file /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/../../target/jacoco.exec 15:39:20 [2019-07-19T19:39:20.377Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.profiling.ui' with 51 classes 15:39:20 [2019-07-19T19:39:20.377Z] [INFO] 15:39:20 [2019-07-19T19:39:20.377Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.analysis.profiling.ui --- 15:39:20 [2019-07-19T19:39:20.377Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/target/org.eclipse.tracecompass.analysis.profiling.ui-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.profiling.ui/2.0.0-SNAPSHOT/org.eclipse.tracecompass.analysis.profiling.ui-2.0.0-SNAPSHOT.jar 15:39:20 [2019-07-19T19:39:20.377Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.profiling.ui/2.0.0-SNAPSHOT/org.eclipse.tracecompass.analysis.profiling.ui-2.0.0-SNAPSHOT.pom 15:39:20 [2019-07-19T19:39:20.377Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/target/org.eclipse.tracecompass.analysis.profiling.ui-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.profiling.ui/2.0.0-SNAPSHOT/org.eclipse.tracecompass.analysis.profiling.ui-2.0.0-SNAPSHOT-sources.jar 15:39:20 [2019-07-19T19:39:20.377Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/target/org.eclipse.tracecompass.analysis.profiling.ui-2.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.profiling.ui/2.0.0-SNAPSHOT/org.eclipse.tracecompass.analysis.profiling.ui-2.0.0-SNAPSHOT-pack200.jar.pack.gz 15:39:20 [2019-07-19T19:39:20.377Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.profiling.ui/2.0.0-SNAPSHOT/org.eclipse.tracecompass.analysis.profiling.ui-2.0.0-SNAPSHOT-p2metadata.xml 15:39:20 [2019-07-19T19:39:20.377Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.profiling.ui/2.0.0-SNAPSHOT/org.eclipse.tracecompass.analysis.profiling.ui-2.0.0-SNAPSHOT-p2artifacts.xml 15:39:20 [2019-07-19T19:39:20.377Z] [INFO] 15:39:20 [2019-07-19T19:39:20.377Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.analysis.profiling.ui --- 15:39:20 [2019-07-19T19:39:20.377Z] [INFO] 15:39:20 [2019-07-19T19:39:20.377Z] [INFO] ---< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.ui.tests >--- 15:39:20 [2019-07-19T19:39:20.377Z] [INFO] Building org.eclipse.tracecompass.tmf.ui.tests 1.0.10-SNAPSHOT [41/134] 15:39:20 [2019-07-19T19:39:20.377Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- 15:39:20 [2019-07-19T19:39:20.377Z] [INFO] 15:39:20 [2019-07-19T19:39:20.377Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.tmf.ui.tests --- 15:39:20 [2019-07-19T19:39:20.377Z] [INFO] 15:39:20 [2019-07-19T19:39:20.377Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.tmf.ui.tests --- 15:39:20 [2019-07-19T19:39:20.377Z] [INFO] The project's OSGi version is 1.0.10.201907191907 15:39:20 [2019-07-19T19:39:20.377Z] [INFO] 15:39:20 [2019-07-19T19:39:20.377Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.tmf.ui.tests --- 15:39:20 [2019-07-19T19:39:20.377Z] [INFO] 15:39:20 [2019-07-19T19:39:20.377Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.tmf.ui.tests --- 15:39:20 [2019-07-19T19:39:20.377Z] [INFO] 15:39:20 [2019-07-19T19:39:20.377Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.tmf.ui.tests --- 15:39:20 [2019-07-19T19:39:20.377Z] [INFO] 15:39:20 [2019-07-19T19:39:20.377Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.tmf.ui.tests --- 15:39:20 [2019-07-19T19:39:20.377Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 15:39:20 [2019-07-19T19:39:20.377Z] [INFO] 15:39:20 [2019-07-19T19:39:20.377Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.tmf.ui.tests --- 15:39:20 [2019-07-19T19:39:20.634Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:39:20 [2019-07-19T19:39:20.634Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.tests/src/main/resources 15:39:20 [2019-07-19T19:39:20.634Z] [INFO] 15:39:20 [2019-07-19T19:39:20.634Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.tmf.ui.tests --- 15:39:20 [2019-07-19T19:39:20.634Z] [INFO] Compiling 54 source files to /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.tests/target/classes 15:39:21 [2019-07-19T19:39:21.564Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.tests/widgetStubs/org/eclipse/tracecompass/tmf/ui/tests/uml2sd/trace/TmfUml2SDTestTrace.java:[105] 15:39:21 [2019-07-19T19:39:21.565Z] return tmfEvent; 15:39:21 [2019-07-19T19:39:21.565Z] ^^^^^^^^^^^^^^^^ 15:39:21 [2019-07-19T19:39:21.565Z] Potential resource leak: 'stream' may not be closed at this location 15:39:21 [2019-07-19T19:39:21.565Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.tests/widgetStubs/org/eclipse/tracecompass/tmf/ui/tests/uml2sd/trace/TmfUml2SDTestTrace.java:[109] 15:39:21 [2019-07-19T19:39:21.565Z] return null; 15:39:21 [2019-07-19T19:39:21.565Z] ^^^^^^^^^^^^ 15:39:21 [2019-07-19T19:39:21.565Z] Potential resource leak: 'stream' may not be closed at this location 15:39:21 [2019-07-19T19:39:21.565Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.tests/src/org/eclipse/tracecompass/tmf/ui/tests/views/TmfViewFactoryTest.java:[123] 15:39:21 [2019-07-19T19:39:21.565Z] assertFalse("New view from view id with suffix was not created", Arrays.asList(viewRefs).contains(thirdView)); 15:39:21 [2019-07-19T19:39:21.565Z] ^^^^^^^^^ 15:39:21 [2019-07-19T19:39:21.565Z] Unlikely argument type IViewPart for contains(Object) on a Collection<IViewReference> 15:39:21 [2019-07-19T19:39:21.565Z] 3 problems (3 warnings) 15:39:21 [2019-07-19T19:39:21.565Z] [INFO] 15:39:21 [2019-07-19T19:39:21.565Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.tmf.ui.tests --- 15:39:21 [2019-07-19T19:39:21.565Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:39:21 [2019-07-19T19:39:21.565Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.tests/src/test/resources 15:39:21 [2019-07-19T19:39:21.565Z] [INFO] 15:39:21 [2019-07-19T19:39:21.565Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.tmf.ui.tests --- 15:39:21 [2019-07-19T19:39:21.565Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.tests/target/org.eclipse.tracecompass.tmf.ui.tests-1.0.10-SNAPSHOT-sources.jar 15:39:21 [2019-07-19T19:39:21.822Z] [INFO] 15:39:21 [2019-07-19T19:39:21.822Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.tmf.ui.tests --- 15:39:21 [2019-07-19T19:39:21.822Z] [INFO] 15:39:21 [2019-07-19T19:39:21.822Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.tmf.ui.tests --- 15:39:21 [2019-07-19T19:39:21.822Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.tests/target/org.eclipse.tracecompass.tmf.ui.tests-1.0.10-SNAPSHOT.jar 15:39:22 [2019-07-19T19:39:22.080Z] [INFO] 15:39:22 [2019-07-19T19:39:22.080Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.tmf.ui.tests --- 15:39:22 [2019-07-19T19:39:22.080Z] [INFO] 15:39:22 [2019-07-19T19:39:22.080Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.tmf.ui.tests --- 15:39:22 [2019-07-19T19:39:22.080Z] [INFO] 15:39:22 [2019-07-19T19:39:22.080Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.tmf.ui.tests --- 15:39:22 [2019-07-19T19:39:22.080Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.tests/target/org.eclipse.tracecompass.tmf.ui.tests-1.0.10-SNAPSHOT.jar 15:39:22 [2019-07-19T19:39:22.693Z] [INFO] 15:39:22 [2019-07-19T19:39:22.693Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.tmf.ui.tests --- 15:39:22 [2019-07-19T19:39:22.693Z] [INFO] 15:39:22 [2019-07-19T19:39:22.693Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.tmf.ui.tests --- 15:39:24 [2019-07-19T19:39:24.588Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.tests/target/work/data/.metadata/.log 15:39:24 [2019-07-19T19:39:24.588Z] [INFO] Command line: 15:39:24 [2019-07-19T19:39:24.588Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog] 15:39:24 [2019-07-19T19:39:24.588Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass 15:39:27 [2019-07-19T19:39:27.862Z] !SESSION 2019-07-19 19:39:24.475 ----------------------------------------------- 15:39:27 [2019-07-19T19:39:27.862Z] eclipse.buildId=unknown 15:39:27 [2019-07-19T19:39:27.862Z] java.version=1.8.0_202 15:39:27 [2019-07-19T19:39:27.862Z] java.vendor=Oracle Corporation 15:39:27 [2019-07-19T19:39:27.862Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US 15:39:27 [2019-07-19T19:39:27.862Z] Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.tests/target/surefire.properties -product org.eclipse.platform.ide 15:39:27 [2019-07-19T19:39:27.862Z] Command-line arguments: -data /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog 15:39:27 [2019-07-19T19:39:27.862Z] 15:39:27 [2019-07-19T19:39:27.862Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-19 19:39:27.596 15:39:27 [2019-07-19T19:39:27.862Z] !MESSAGE FrameworkEvent ERROR 15:39:27 [2019-07-19T19:39:27.862Z] !STACK 0 15:39:27 [2019-07-19T19:39:27.862Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [65] 15:39:27 [2019-07-19T19:39:27.862Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 15:39:27 [2019-07-19T19:39:27.862Z] 15:39:27 [2019-07-19T19:39:27.862Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 15:39:27 [2019-07-19T19:39:27.862Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 15:39:27 [2019-07-19T19:39:27.862Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 15:39:27 [2019-07-19T19:39:27.862Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 15:39:27 [2019-07-19T19:39:27.862Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 15:39:27 [2019-07-19T19:39:27.862Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 15:39:27 [2019-07-19T19:39:27.862Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 15:39:27 [2019-07-19T19:39:27.862Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 15:39:27 [2019-07-19T19:39:27.862Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 15:39:27 [2019-07-19T19:39:27.862Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 15:39:27 [2019-07-19T19:39:27.862Z] 15:39:27 [2019-07-19T19:39:27.862Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-19 19:39:27.794 15:39:27 [2019-07-19T19:39:27.862Z] !MESSAGE FrameworkEvent ERROR 15:39:27 [2019-07-19T19:39:27.862Z] !STACK 0 15:39:27 [2019-07-19T19:39:27.862Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [134] 15:39:27 [2019-07-19T19:39:27.862Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 15:39:27 [2019-07-19T19:39:27.862Z] Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)" 15:39:27 [2019-07-19T19:39:27.862Z] -> Export-Package: org.apache.http.impl.auth.win; bundle-symbolic-name="org.apache.httpcomponents.httpclient.win"; bundle-version="4.5.6.v20190213-1947"; version="4.5.6"; x-internal:="true"; uses:="org.apache.http,org.apache.http.auth,org.apache.http.client,org.apache.http.impl.auth,org.apache.http.protocol,org.apache.http.util" 15:39:27 [2019-07-19T19:39:27.862Z] org.apache.httpcomponents.httpclient.win [36] 15:39:27 [2019-07-19T19:39:27.862Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 15:39:27 [2019-07-19T19:39:27.862Z] 15:39:27 [2019-07-19T19:39:27.862Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 15:39:27 [2019-07-19T19:39:27.862Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 15:39:27 [2019-07-19T19:39:27.862Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 15:39:27 [2019-07-19T19:39:27.862Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 15:39:27 [2019-07-19T19:39:27.862Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 15:39:27 [2019-07-19T19:39:27.862Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 15:39:27 [2019-07-19T19:39:27.862Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 15:39:27 [2019-07-19T19:39:27.862Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 15:39:27 [2019-07-19T19:39:27.862Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 15:39:27 [2019-07-19T19:39:27.862Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 15:39:30 [2019-07-19T19:39:30.384Z] process 6054: D-Bus library appears to be incorrectly set up; failed to read machine uuid: UUID file '/etc/machine-id' should contain a hex string of length 32, not length 0, with no other text 15:39:30 [2019-07-19T19:39:30.384Z] See the manual page for dbus-uuidgen to correct this issue. 15:39:30 [2019-07-19T19:39:30.642Z] SWT SessionManagerDBus: Failed to connect to org.gnome.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory) 15:39:30 [2019-07-19T19:39:30.642Z] SWT SessionManagerDBus: Failed to connect to org.xfce.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory) 15:39:40 [2019-07-19T19:39:40.674Z] Running org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderFindTest 15:40:19 [2019-07-19T19:40:19.353Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 33.983 s - in org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderFindTest 15:40:19 [2019-07-19T19:40:19.353Z] verifyFirstMessage(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderFindTest) Time elapsed: 7.603 s 15:40:19 [2019-07-19T19:40:19.353Z] verifyFind(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderFindTest) Time elapsed: 6.542 s 15:40:19 [2019-07-19T19:40:19.353Z] verifyISDGraphNodeSupporter(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderFindTest) Time elapsed: 1.502 s 15:40:19 [2019-07-19T19:40:19.353Z] verifyCancelSearch(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderFindTest) Time elapsed: 3.236 s 15:40:19 [2019-07-19T19:40:19.353Z] Running org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderPagesTest 15:41:05 [2019-07-19T19:41:05.996Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 50.161 s - in org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderPagesTest 15:41:05 [2019-07-19T19:41:05.996Z] verifyLastPage(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderPagesTest) Time elapsed: 2.879 s 15:41:05 [2019-07-19T19:41:05.996Z] verifyPrevPage(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderPagesTest) Time elapsed: 15.603 s 15:41:05 [2019-07-19T19:41:05.996Z] verifyPageNumberChanged(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderPagesTest) Time elapsed: 3.403 s 15:41:05 [2019-07-19T19:41:05.996Z] verifyFirstPage(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderPagesTest) Time elapsed: 2.96 s 15:41:05 [2019-07-19T19:41:05.996Z] verifyPagesCount(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderPagesTest) Time elapsed: 0 s 15:41:05 [2019-07-19T19:41:05.996Z] verifyNextPage(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderPagesTest) Time elapsed: 15.513 s 15:41:05 [2019-07-19T19:41:05.996Z] Running org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderTimeTest 15:41:32 [2019-07-19T19:41:32.510Z] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25.701 s - in org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderTimeTest 15:41:32 [2019-07-19T19:41:32.510Z] verifyTimeRangeSamePage(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderTimeTest) Time elapsed: 1.676 s 15:41:32 [2019-07-19T19:41:32.510Z] verifyTimeRangeDifferentPages(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderTimeTest) Time elapsed: 1.916 s 15:41:32 [2019-07-19T19:41:32.510Z] verifySynchToTimeEqualsLast(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderTimeTest) Time elapsed: 1.873 s 15:41:32 [2019-07-19T19:41:32.510Z] verifySynchToTimeBeforeExpStart(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderTimeTest) Time elapsed: 1.627 s 15:41:32 [2019-07-19T19:41:32.510Z] verifySynchToTimeAfterExpEnd(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderTimeTest) Time elapsed: 1.328 s 15:41:32 [2019-07-19T19:41:32.510Z] verifySynchToTimeInPage(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderTimeTest) Time elapsed: 1.571 s 15:41:32 [2019-07-19T19:41:32.510Z] verifySynchToTimeNonExisting(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderTimeTest) Time elapsed: 2.399 s 15:41:32 [2019-07-19T19:41:32.510Z] verifySynchToTimeFirst(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderTimeTest) Time elapsed: 1.871 s 15:41:32 [2019-07-19T19:41:32.510Z] verifySynchToTimeOutsidePage(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderTimeTest) Time elapsed: 1.876 s 15:41:32 [2019-07-19T19:41:32.510Z] Running org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderFilterTest 15:42:04 [2019-07-19T19:42:04.551Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28.963 s - in org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderFilterTest 15:42:04 [2019-07-19T19:42:04.551Z] verifyMessageFilter(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderFilterTest) Time elapsed: 3.672 s 15:42:04 [2019-07-19T19:42:04.551Z] verifyRemoval(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderFilterTest) Time elapsed: 4.601 s 15:42:04 [2019-07-19T19:42:04.551Z] verifyFilter1of2(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderFilterTest) Time elapsed: 3.558 s 15:42:04 [2019-07-19T19:42:04.551Z] verifyFilter1of3(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderFilterTest) Time elapsed: 4.441 s 15:42:04 [2019-07-19T19:42:04.551Z] verifyFilter2of2(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderFilterTest) Time elapsed: 3.575 s 15:42:04 [2019-07-19T19:42:04.551Z] Running org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderSignalTest 15:42:14 [2019-07-19T19:42:14.505Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.983 s - in org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderSignalTest 15:42:14 [2019-07-19T19:42:14.505Z] verifyFirstPageSignal(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderSignalTest) Time elapsed: 1.594 s 15:42:14 [2019-07-19T19:42:14.505Z] verifySelectionSignal(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderSignalTest) Time elapsed: 1.003 s 15:42:14 [2019-07-19T19:42:14.505Z] Running org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderExpTest 15:42:46 [2019-07-19T19:42:46.562Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 27.654 s - in org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderExpTest 15:42:46 [2019-07-19T19:42:46.562Z] verifySetup(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderExpTest) Time elapsed: 2.052 s 15:42:46 [2019-07-19T19:42:46.562Z] verifyCancel(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderExpTest) Time elapsed: 15.93 s 15:42:46 [2019-07-19T19:42:46.562Z] verifyLoaderDispose(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderExpTest) Time elapsed: 0.057 s 15:42:46 [2019-07-19T19:42:46.562Z] testSetViewer(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderExpTest) Time elapsed: 0.118 s 15:42:46 [2019-07-19T19:42:46.562Z] verifyDispose(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderExpTest) Time elapsed: 0.001 s 15:42:46 [2019-07-19T19:42:46.562Z] Running org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.dialogs.CriteriaTest 15:42:46 [2019-07-19T19:42:46.562Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.dialogs.CriteriaTest 15:42:46 [2019-07-19T19:42:46.562Z] testCriteria(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.dialogs.CriteriaTest) Time elapsed: 0 s 15:42:46 [2019-07-19T19:42:46.562Z] testAccessors(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.dialogs.CriteriaTest) Time elapsed: 0 s 15:42:46 [2019-07-19T19:42:46.562Z] testLoad(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.dialogs.CriteriaTest) Time elapsed: 0 s 15:42:46 [2019-07-19T19:42:46.562Z] testSave(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.dialogs.CriteriaTest) Time elapsed: 0.001 s 15:42:46 [2019-07-19T19:42:46.562Z] testCompareTo(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.dialogs.CriteriaTest) Time elapsed: 0 s 15:42:46 [2019-07-19T19:42:46.562Z] testCriteriaCriteria(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.dialogs.CriteriaTest) Time elapsed: 0 s 15:42:46 [2019-07-19T19:42:46.562Z] testMatches(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.dialogs.CriteriaTest) Time elapsed: 0 s 15:42:46 [2019-07-19T19:42:46.562Z] testGetGraphNodeSummary(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.dialogs.CriteriaTest) Time elapsed: 0.002 s 15:42:46 [2019-07-19T19:42:46.562Z] Running org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.load.LoadersManagerTest 15:42:46 [2019-07-19T19:42:46.562Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.641 s - in org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.load.LoadersManagerTest 15:42:46 [2019-07-19T19:42:46.562Z] testLoaderManager(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.load.LoadersManagerTest) Time elapsed: 1.64 s 15:42:46 [2019-07-19T19:42:46.562Z] Running org.eclipse.tracecompass.tmf.ui.tests.views.FormatTimeUtilsTest 15:42:46 [2019-07-19T19:42:46.562Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.tracecompass.tmf.ui.tests.views.FormatTimeUtilsTest 15:42:46 [2019-07-19T19:42:46.562Z] testFormatTimeRelative(org.eclipse.tracecompass.tmf.ui.tests.views.FormatTimeUtilsTest) Time elapsed: 0.008 s 15:42:46 [2019-07-19T19:42:46.562Z] testFormatTimeCalendar(org.eclipse.tracecompass.tmf.ui.tests.views.FormatTimeUtilsTest) Time elapsed: 0.001 s 15:42:46 [2019-07-19T19:42:46.562Z] Running org.eclipse.tracecompass.tmf.ui.tests.views.TmfViewFactoryTest 15:42:46 [2019-07-19T19:42:46.562Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.178 s - in org.eclipse.tracecompass.tmf.ui.tests.views.TmfViewFactoryTest 15:42:46 [2019-07-19T19:42:46.562Z] testGetBaseSecId(org.eclipse.tracecompass.tmf.ui.tests.views.TmfViewFactoryTest) Time elapsed: 0.002 s 15:42:46 [2019-07-19T19:42:46.562Z] testNewView(org.eclipse.tracecompass.tmf.ui.tests.views.TmfViewFactoryTest) Time elapsed: 0.175 s 15:42:46 [2019-07-19T19:42:46.562Z] Running org.eclipse.tracecompass.tmf.ui.tests.project.model.ProjectModelOutputTest 15:42:47 [2019-07-19T19:42:47.932Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.518 s - in org.eclipse.tracecompass.tmf.ui.tests.project.model.ProjectModelOutputTest 15:42:47 [2019-07-19T19:42:47.932Z] testListOutputs(org.eclipse.tracecompass.tmf.ui.tests.project.model.ProjectModelOutputTest) Time elapsed: 2.104 s 15:42:47 [2019-07-19T19:42:47.932Z] testOpenView(org.eclipse.tracecompass.tmf.ui.tests.project.model.ProjectModelOutputTest) Time elapsed: 1.412 s 15:42:47 [2019-07-19T19:42:47.932Z] Running org.eclipse.tracecompass.tmf.ui.tests.project.model.ProjectModelTraceTest 15:42:48 [2019-07-19T19:42:48.864Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.057 s - in org.eclipse.tracecompass.tmf.ui.tests.project.model.ProjectModelTraceTest 15:42:48 [2019-07-19T19:42:48.864Z] testOpenTrace(org.eclipse.tracecompass.tmf.ui.tests.project.model.ProjectModelTraceTest) Time elapsed: 1.011 s 15:42:48 [2019-07-19T19:42:48.864Z] Running org.eclipse.tracecompass.tmf.ui.tests.project.model.TmfProjectRegistryTest 15:42:50 [2019-07-19T19:42:50.234Z] 15:42:50 [2019-07-19T19:42:50.234Z] !ENTRY org.eclipse.core.resources 2 2 2019-07-19 19:42:49.906 15:42:50 [2019-07-19T19:42:50.234Z] !MESSAGE Save operation warnings. 15:42:50 [2019-07-19T19:42:50.234Z] !SUBENTRY 1 org.eclipse.core.resources 2 234 2019-07-19 19:42:49.907 15:42:50 [2019-07-19T19:42:50.234Z] !MESSAGE The project description file (.project) for '.tracecompass-SomeProject' was missing. This file contains important information about the project. A new project description file has been created, but some information about the project may have been lost. 15:42:50 [2019-07-19T19:42:50.234Z] 15:42:50 [2019-07-19T19:42:50.234Z] !ENTRY org.eclipse.cdt.core 1 0 2019-07-19 19:42:49.990 15:42:50 [2019-07-19T19:42:50.234Z] !MESSAGE Indexed 'SomeProject2' (0 sources, 0 headers) in 0.001 sec: 0 declarations; 0 references; 0 unresolved inclusions; 0 syntax errors; 0 unresolved names (0%) 15:42:50 [2019-07-19T19:42:50.234Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.508 s - in org.eclipse.tracecompass.tmf.ui.tests.project.model.TmfProjectRegistryTest 15:42:50 [2019-07-19T19:42:50.234Z] testAddingTracingNature(org.eclipse.tracecompass.tmf.ui.tests.project.model.TmfProjectRegistryTest) Time elapsed: 1.004 s 15:42:50 [2019-07-19T19:42:50.234Z] testCreateTracingProject(org.eclipse.tracecompass.tmf.ui.tests.project.model.TmfProjectRegistryTest) Time elapsed: 0.015 s 15:42:50 [2019-07-19T19:42:50.234Z] testAddingTracingNatureNotAllowed(org.eclipse.tracecompass.tmf.ui.tests.project.model.TmfProjectRegistryTest) Time elapsed: 0 s 15:42:50 [2019-07-19T19:42:50.234Z] Running org.eclipse.tracecompass.tmf.ui.tests.project.model.ProjectModelAnalysisTest 15:42:51 [2019-07-19T19:42:51.603Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.097 s - in org.eclipse.tracecompass.tmf.ui.tests.project.model.ProjectModelAnalysisTest 15:42:51 [2019-07-19T19:42:51.603Z] testListAnalysis(org.eclipse.tracecompass.tmf.ui.tests.project.model.ProjectModelAnalysisTest) Time elapsed: 0.084 s 15:42:51 [2019-07-19T19:42:51.603Z] testPopulate(org.eclipse.tracecompass.tmf.ui.tests.project.model.ProjectModelAnalysisTest) Time elapsed: 0.028 s 15:42:51 [2019-07-19T19:42:51.603Z] testInstantiate(org.eclipse.tracecompass.tmf.ui.tests.project.model.ProjectModelAnalysisTest) Time elapsed: 0.984 s 15:42:51 [2019-07-19T19:42:51.603Z] Running org.eclipse.tracecompass.tmf.ui.tests.project.model.TraceAndExperimentTypeTest 15:42:55 [2019-07-19T19:42:55.778Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.226 s - in org.eclipse.tracecompass.tmf.ui.tests.project.model.TraceAndExperimentTypeTest 15:42:55 [2019-07-19T19:42:55.778Z] testExperimentTypeAnalysis(org.eclipse.tracecompass.tmf.ui.tests.project.model.TraceAndExperimentTypeTest) Time elapsed: 0.283 s 15:42:55 [2019-07-19T19:42:55.778Z] testDefaultExperimentType(org.eclipse.tracecompass.tmf.ui.tests.project.model.TraceAndExperimentTypeTest) Time elapsed: 0.634 s 15:42:55 [2019-07-19T19:42:55.778Z] testNoExperimentTypeChildren(org.eclipse.tracecompass.tmf.ui.tests.project.model.TraceAndExperimentTypeTest) Time elapsed: 0.906 s 15:42:55 [2019-07-19T19:42:55.778Z] testExperimentType(org.eclipse.tracecompass.tmf.ui.tests.project.model.TraceAndExperimentTypeTest) Time elapsed: 1.198 s 15:42:55 [2019-07-19T19:42:55.778Z] testExperimentTypeChildren(org.eclipse.tracecompass.tmf.ui.tests.project.model.TraceAndExperimentTypeTest) Time elapsed: 1.204 s 15:42:55 [2019-07-19T19:42:55.778Z] Running org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfBaseStatisticsDataTest 15:42:55 [2019-07-19T19:42:55.778Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfBaseStatisticsDataTest 15:42:55 [2019-07-19T19:42:55.778Z] testGet(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfBaseStatisticsDataTest) Time elapsed: 0 s 15:42:55 [2019-07-19T19:42:55.778Z] testGetChildren(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfBaseStatisticsDataTest) Time elapsed: 0 s 15:42:55 [2019-07-19T19:42:55.778Z] testReset(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfBaseStatisticsDataTest) Time elapsed: 0 s 15:42:55 [2019-07-19T19:42:55.778Z] testRegisterEvent(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfBaseStatisticsDataTest) Time elapsed: 0 s 15:42:55 [2019-07-19T19:42:55.778Z] testGetParent(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfBaseStatisticsDataTest) Time elapsed: 0 s 15:42:55 [2019-07-19T19:42:55.778Z] testGetOrCreate(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfBaseStatisticsDataTest) Time elapsed: 0 s 15:42:55 [2019-07-19T19:42:55.778Z] Running org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfBaseColumnDataTest 15:42:55 [2019-07-19T19:42:55.778Z] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfBaseColumnDataTest 15:42:55 [2019-07-19T19:42:55.778Z] testGetWidth(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfBaseColumnDataTest) Time elapsed: 0.001 s 15:42:55 [2019-07-19T19:42:55.778Z] testGetAlignment(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfBaseColumnDataTest) Time elapsed: 0 s 15:42:55 [2019-07-19T19:42:55.778Z] testGetLabelProvider(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfBaseColumnDataTest) Time elapsed: 0.002 s 15:42:55 [2019-07-19T19:42:55.778Z] testGetTooltip(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfBaseColumnDataTest) Time elapsed: 0 s 15:42:55 [2019-07-19T19:42:55.778Z] testGetComparator(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfBaseColumnDataTest) Time elapsed: 0 s 15:42:55 [2019-07-19T19:42:55.778Z] testGetPercentageProvider(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfBaseColumnDataTest) Time elapsed: 0 s 15:42:55 [2019-07-19T19:42:55.778Z] testGetHeader(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfBaseColumnDataTest) Time elapsed: 0 s 15:42:55 [2019-07-19T19:42:55.778Z] Running org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTest 15:42:55 [2019-07-19T19:42:55.778Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTest 15:42:55 [2019-07-19T19:42:55.778Z] testResetPartial(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTest) Time elapsed: 0.001 s 15:42:55 [2019-07-19T19:42:55.778Z] testInitialState(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTest) Time elapsed: 0 s 15:42:55 [2019-07-19T19:42:55.778Z] testResetTotal(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTest) Time elapsed: 0 s 15:42:55 [2019-07-19T19:42:55.778Z] testSetValue(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTest) Time elapsed: 0 s 15:42:55 [2019-07-19T19:42:55.778Z] Running org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTreeManagerTest 15:42:55 [2019-07-19T19:42:55.778Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTreeManagerTest 15:42:55 [2019-07-19T19:42:55.778Z] testaddStatsTreeRoot(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTreeManagerTest) Time elapsed: 0.001 s 15:42:55 [2019-07-19T19:42:55.778Z] testGetStatTree(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTreeManagerTest) Time elapsed: 0 s 15:42:55 [2019-07-19T19:42:55.778Z] testContainsTreeRoot(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTreeManagerTest) Time elapsed: 0 s 15:42:55 [2019-07-19T19:42:55.778Z] testRemoveStatTreeRoot(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTreeManagerTest) Time elapsed: 0.001 s 15:42:55 [2019-07-19T19:42:55.778Z] testGetStatTreeRoot(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTreeManagerTest) Time elapsed: 0 s 15:42:55 [2019-07-19T19:42:55.778Z] testRemoveAll(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTreeManagerTest) Time elapsed: 0 s 15:42:55 [2019-07-19T19:42:55.778Z] Running org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfBaseColumnDataProviderTest 15:42:55 [2019-07-19T19:42:55.778Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s - in org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfBaseColumnDataProviderTest 15:42:55 [2019-07-19T19:42:55.778Z] testGetColumnData(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfBaseColumnDataProviderTest) Time elapsed: 0.049 s 15:42:55 [2019-07-19T19:42:55.778Z] Running org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTreeNodeTest 15:42:55 [2019-07-19T19:42:55.778Z] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTreeNodeTest 15:42:55 [2019-07-19T19:42:55.778Z] testgetName(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTreeNodeTest) Time elapsed: 0 s 15:42:55 [2019-07-19T19:42:55.778Z] testGetValue(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTreeNodeTest) Time elapsed: 0.001 s 15:42:55 [2019-07-19T19:42:55.778Z] testResetTimeRangeValue(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTreeNodeTest) Time elapsed: 0 s 15:42:55 [2019-07-19T19:42:55.778Z] testGetChildren(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTreeNodeTest) Time elapsed: 0 s 15:42:55 [2019-07-19T19:42:55.778Z] testReset(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTreeNodeTest) Time elapsed: 0 s 15:42:55 [2019-07-19T19:42:55.778Z] testGetPath(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTreeNodeTest) Time elapsed: 0 s 15:42:55 [2019-07-19T19:42:55.778Z] testResetGlobalValue(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTreeNodeTest) Time elapsed: 0 s 15:42:55 [2019-07-19T19:42:55.778Z] testHasChildren(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTreeNodeTest) Time elapsed: 0 s 15:42:55 [2019-07-19T19:42:55.778Z] testContainsChild(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTreeNodeTest) Time elapsed: 0 s 15:42:55 [2019-07-19T19:42:55.778Z] testGetParent(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTreeNodeTest) Time elapsed: 0 s 15:42:55 [2019-07-19T19:42:55.779Z] testGetNbChildren(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTreeNodeTest) Time elapsed: 0.001 s 15:42:55 [2019-07-19T19:42:55.779Z] Running org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfTreeContentProviderTest 15:42:55 [2019-07-19T19:42:55.779Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfTreeContentProviderTest 15:42:55 [2019-07-19T19:42:55.779Z] testGetChildren(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfTreeContentProviderTest) Time elapsed: 0 s 15:42:55 [2019-07-19T19:42:55.779Z] testHasChildren(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfTreeContentProviderTest) Time elapsed: 0 s 15:42:55 [2019-07-19T19:42:55.779Z] testGetParent(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfTreeContentProviderTest) Time elapsed: 0 s 15:42:55 [2019-07-19T19:42:55.779Z] testGetElements(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfTreeContentProviderTest) Time elapsed: 0.001 s 15:42:55 [2019-07-19T19:42:55.779Z] Running org.eclipse.tracecompass.tmf.ui.tests.widgets.timegraph.model.TimeGraphEntryTest 15:42:55 [2019-07-19T19:42:55.779Z] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.tracecompass.tmf.ui.tests.widgets.timegraph.model.TimeGraphEntryTest 15:42:55 [2019-07-19T19:42:55.779Z] testAddChildOtherParent(org.eclipse.tracecompass.tmf.ui.tests.widgets.timegraph.model.TimeGraphEntryTest) Time elapsed: 0.01 s 15:42:55 [2019-07-19T19:42:55.779Z] testAddEventReplaceLast(org.eclipse.tracecompass.tmf.ui.tests.widgets.timegraph.model.TimeGraphEntryTest) Time elapsed: 0.003 s 15:42:55 [2019-07-19T19:42:55.779Z] testAddChildAtPosition(org.eclipse.tracecompass.tmf.ui.tests.widgets.timegraph.model.TimeGraphEntryTest) Time elapsed: 0 s 15:42:55 [2019-07-19T19:42:55.779Z] testGetTimeEventsIteratorMixedSplit(org.eclipse.tracecompass.tmf.ui.tests.widgets.timegraph.model.TimeGraphEntryTest) Time elapsed: 0 s 15:42:55 [2019-07-19T19:42:55.779Z] testSortChildren(org.eclipse.tracecompass.tmf.ui.tests.widgets.timegraph.model.TimeGraphEntryTest) Time elapsed: 0 s 15:42:55 [2019-07-19T19:42:55.779Z] testAddEventNulls(org.eclipse.tracecompass.tmf.ui.tests.widgets.timegraph.model.TimeGraphEntryTest) Time elapsed: 0 s 15:42:55 [2019-07-19T19:42:55.779Z] testRemoveChild(org.eclipse.tracecompass.tmf.ui.tests.widgets.timegraph.model.TimeGraphEntryTest) Time elapsed: 0 s 15:42:55 [2019-07-19T19:42:55.779Z] testGetTimeEventsIteratorMixed(org.eclipse.tracecompass.tmf.ui.tests.widgets.timegraph.model.TimeGraphEntryTest) Time elapsed: 0 s 15:42:55 [2019-07-19T19:42:55.779Z] testSortChildrenThenAdd(org.eclipse.tracecompass.tmf.ui.tests.widgets.timegraph.model.TimeGraphEntryTest) Time elapsed: 0.001 s 15:42:55 [2019-07-19T19:42:55.779Z] testAddChild(org.eclipse.tracecompass.tmf.ui.tests.widgets.timegraph.model.TimeGraphEntryTest) Time elapsed: 0 s 15:42:55 [2019-07-19T19:42:55.779Z] testAddEvent(org.eclipse.tracecompass.tmf.ui.tests.widgets.timegraph.model.TimeGraphEntryTest) Time elapsed: 0 s 15:42:55 [2019-07-19T19:42:55.779Z] testRemoveChildOtherParent(org.eclipse.tracecompass.tmf.ui.tests.widgets.timegraph.model.TimeGraphEntryTest) Time elapsed: 0 s 15:42:55 [2019-07-19T19:42:55.779Z] testaddZoomedEvent(org.eclipse.tracecompass.tmf.ui.tests.widgets.timegraph.model.TimeGraphEntryTest) Time elapsed: 0 s 15:42:55 [2019-07-19T19:42:55.779Z] testRemoveChildNoParent(org.eclipse.tracecompass.tmf.ui.tests.widgets.timegraph.model.TimeGraphEntryTest) Time elapsed: 0.001 s 15:42:55 [2019-07-19T19:42:55.779Z] testaddZoomedEventPartialRestart(org.eclipse.tracecompass.tmf.ui.tests.widgets.timegraph.model.TimeGraphEntryTest) Time elapsed: 0 s 15:42:55 [2019-07-19T19:42:55.779Z] testAddChildSameParent(org.eclipse.tracecompass.tmf.ui.tests.widgets.timegraph.model.TimeGraphEntryTest) Time elapsed: 0 s 15:42:55 [2019-07-19T19:42:55.779Z] testaddZoomedEventDuplicate(org.eclipse.tracecompass.tmf.ui.tests.widgets.timegraph.model.TimeGraphEntryTest) Time elapsed: 0 s 15:42:55 [2019-07-19T19:42:55.779Z] testaddZoomedEventReplaceLast(org.eclipse.tracecompass.tmf.ui.tests.widgets.timegraph.model.TimeGraphEntryTest) Time elapsed: 0 s 15:42:55 [2019-07-19T19:42:55.779Z] testAddZoomedEventNulls(org.eclipse.tracecompass.tmf.ui.tests.widgets.timegraph.model.TimeGraphEntryTest) Time elapsed: 0 s 15:42:55 [2019-07-19T19:42:55.779Z] Running org.eclipse.tracecompass.tmf.ui.tests.util.LineClipperTest 15:42:55 [2019-07-19T19:42:55.779Z] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.tracecompass.tmf.ui.tests.util.LineClipperTest 15:42:55 [2019-07-19T19:42:55.779Z] clipRightTest(org.eclipse.tracecompass.tmf.ui.tests.util.LineClipperTest) Time elapsed: 0.001 s 15:42:55 [2019-07-19T19:42:55.779Z] clipXTest(org.eclipse.tracecompass.tmf.ui.tests.util.LineClipperTest) Time elapsed: 0 s 15:42:55 [2019-07-19T19:42:55.779Z] horizontalTest(org.eclipse.tracecompass.tmf.ui.tests.util.LineClipperTest) Time elapsed: 0 s 15:42:55 [2019-07-19T19:42:55.779Z] tangentInsideTest(org.eclipse.tracecompass.tmf.ui.tests.util.LineClipperTest) Time elapsed: 0 s 15:42:55 [2019-07-19T19:42:55.779Z] glancingTest(org.eclipse.tracecompass.tmf.ui.tests.util.LineClipperTest) Time elapsed: 0 s 15:42:55 [2019-07-19T19:42:55.779Z] ousideSquareTest(org.eclipse.tracecompass.tmf.ui.tests.util.LineClipperTest) Time elapsed: 0 s 15:42:55 [2019-07-19T19:42:55.779Z] insideTest(org.eclipse.tracecompass.tmf.ui.tests.util.LineClipperTest) Time elapsed: 0 s 15:42:55 [2019-07-19T19:42:55.779Z] verticalTest(org.eclipse.tracecompass.tmf.ui.tests.util.LineClipperTest) Time elapsed: 0 s 15:42:55 [2019-07-19T19:42:55.779Z] clipTopTest(org.eclipse.tracecompass.tmf.ui.tests.util.LineClipperTest) Time elapsed: 0 s 15:42:55 [2019-07-19T19:42:55.779Z] tangentTest(org.eclipse.tracecompass.tmf.ui.tests.util.LineClipperTest) Time elapsed: 0 s 15:42:55 [2019-07-19T19:42:55.779Z] tangentInsideCornerTest(org.eclipse.tracecompass.tmf.ui.tests.util.LineClipperTest) Time elapsed: 0 s 15:42:55 [2019-07-19T19:42:55.779Z] clipLeftTest(org.eclipse.tracecompass.tmf.ui.tests.util.LineClipperTest) Time elapsed: 0 s 15:42:55 [2019-07-19T19:42:55.779Z] clipBottomTest(org.eclipse.tracecompass.tmf.ui.tests.util.LineClipperTest) Time elapsed: 0 s 15:42:55 [2019-07-19T19:42:55.779Z] Running org.eclipse.tracecompass.tmf.ui.tests.markers.PeriodicMarkerEventSourceTest 15:42:55 [2019-07-19T19:42:55.779Z] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.tracecompass.tmf.ui.tests.markers.PeriodicMarkerEventSourceTest 15:42:55 [2019-07-19T19:42:55.779Z] testNextPreviousIncluded(org.eclipse.tracecompass.tmf.ui.tests.markers.PeriodicMarkerEventSourceTest) Time elapsed: 0.007 s 15:42:55 [2019-07-19T19:42:55.779Z] testInvalidRollover(org.eclipse.tracecompass.tmf.ui.tests.markers.PeriodicMarkerEventSourceTest) Time elapsed: 0 s 15:42:55 [2019-07-19T19:42:55.779Z] testSmallPeriod(org.eclipse.tracecompass.tmf.ui.tests.markers.PeriodicMarkerEventSourceTest) Time elapsed: 0 s 15:42:55 [2019-07-19T19:42:55.779Z] testIsApplicable(org.eclipse.tracecompass.tmf.ui.tests.markers.PeriodicMarkerEventSourceTest) Time elapsed: 0.001 s 15:42:55 [2019-07-19T19:42:55.779Z] testAlternateShadingMarkerEventSource(org.eclipse.tracecompass.tmf.ui.tests.markers.PeriodicMarkerEventSourceTest) Time elapsed: 0.001 s 15:42:55 [2019-07-19T19:42:55.779Z] testFractionalPeriod(org.eclipse.tracecompass.tmf.ui.tests.markers.PeriodicMarkerEventSourceTest) Time elapsed: 0 s 15:42:55 [2019-07-19T19:42:55.779Z] testReference(org.eclipse.tracecompass.tmf.ui.tests.markers.PeriodicMarkerEventSourceTest) Time elapsed: 0 s 15:42:55 [2019-07-19T19:42:55.779Z] testRollover(org.eclipse.tracecompass.tmf.ui.tests.markers.PeriodicMarkerEventSourceTest) Time elapsed: 0 s 15:42:55 [2019-07-19T19:42:55.779Z] testInvalidPeriod(org.eclipse.tracecompass.tmf.ui.tests.markers.PeriodicMarkerEventSourceTest) Time elapsed: 0.001 s 15:42:55 [2019-07-19T19:42:55.779Z] testLineMarkerEventSource(org.eclipse.tracecompass.tmf.ui.tests.markers.PeriodicMarkerEventSourceTest) Time elapsed: 0 s 15:42:55 [2019-07-19T19:42:55.779Z] testResolution(org.eclipse.tracecompass.tmf.ui.tests.markers.PeriodicMarkerEventSourceTest) Time elapsed: 0 s 15:42:55 [2019-07-19T19:42:55.779Z] Running org.eclipse.tracecompass.tmf.ui.tests.markers.ConfigurableMarkerEventSourceTest 15:42:56 [2019-07-19T19:42:56.343Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.394 s - in org.eclipse.tracecompass.tmf.ui.tests.markers.ConfigurableMarkerEventSourceTest 15:42:56 [2019-07-19T19:42:56.343Z] test(org.eclipse.tracecompass.tmf.ui.tests.markers.ConfigurableMarkerEventSourceTest) Time elapsed: 0.387 s 15:42:56 [2019-07-19T19:42:56.343Z] Running org.eclipse.tracecompass.tmf.ui.tests.actions.DownloadTraceHttpHelperTest 15:42:56 [2019-07-19T19:42:56.343Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.166 s - in org.eclipse.tracecompass.tmf.ui.tests.actions.DownloadTraceHttpHelperTest 15:42:56 [2019-07-19T19:42:56.343Z] testTraceDownload(org.eclipse.tracecompass.tmf.ui.tests.actions.DownloadTraceHttpHelperTest) Time elapsed: 0.087 s 15:42:56 [2019-07-19T19:42:56.343Z] testArchiveTraceDownload(org.eclipse.tracecompass.tmf.ui.tests.actions.DownloadTraceHttpHelperTest) Time elapsed: 0.042 s 15:42:56 [2019-07-19T19:42:56.343Z] testMutlipleTracesDownload(org.eclipse.tracecompass.tmf.ui.tests.actions.DownloadTraceHttpHelperTest) Time elapsed: 0.036 s 15:42:56 [2019-07-19T19:42:56.343Z] Running org.eclipse.tracecompass.tmf.ui.tests.actions.SelectTracesOperationTest 15:42:58 [2019-07-19T19:42:58.238Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.713 s - in org.eclipse.tracecompass.tmf.ui.tests.actions.SelectTracesOperationTest 15:42:58 [2019-07-19T19:42:58.238Z] testOperationTimeRange(org.eclipse.tracecompass.tmf.ui.tests.actions.SelectTracesOperationTest) Time elapsed: 1.04 s 15:42:58 [2019-07-19T19:42:58.238Z] testBasicOperation(org.eclipse.tracecompass.tmf.ui.tests.actions.SelectTracesOperationTest) Time elapsed: 0.672 s 15:42:58 [2019-07-19T19:42:58.238Z] Running org.eclipse.tracecompass.tmf.ui.tests.actions.TraceImportOperationTest 15:43:03 [2019-07-19T19:43:03.494Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.331 s - in org.eclipse.tracecompass.tmf.ui.tests.actions.TraceImportOperationTest 15:43:03 [2019-07-19T19:43:03.494Z] testTimeRangeFiltering(org.eclipse.tracecompass.tmf.ui.tests.actions.TraceImportOperationTest) Time elapsed: 1.33 s 15:43:03 [2019-07-19T19:43:03.494Z] test(org.eclipse.tracecompass.tmf.ui.tests.actions.TraceImportOperationTest) Time elapsed: 1.418 s 15:43:03 [2019-07-19T19:43:03.494Z] testSkipArchiveExtraction(org.eclipse.tracecompass.tmf.ui.tests.actions.TraceImportOperationTest) Time elapsed: 2.405 s 15:43:03 [2019-07-19T19:43:03.494Z] Running org.eclipse.tracecompass.tmf.ui.tests.actions.HttpTraceImportOperationTest 15:43:06 [2019-07-19T19:43:06.019Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.469 s - in org.eclipse.tracecompass.tmf.ui.tests.actions.HttpTraceImportOperationTest 15:43:06 [2019-07-19T19:43:06.019Z] testTraceImport(org.eclipse.tracecompass.tmf.ui.tests.actions.HttpTraceImportOperationTest) Time elapsed: 0.712 s 15:43:06 [2019-07-19T19:43:06.019Z] testMultipleTracesImport(org.eclipse.tracecompass.tmf.ui.tests.actions.HttpTraceImportOperationTest) Time elapsed: 0.688 s 15:43:06 [2019-07-19T19:43:06.019Z] testArchiveImport(org.eclipse.tracecompass.tmf.ui.tests.actions.HttpTraceImportOperationTest) Time elapsed: 1.006 s 15:43:06 [2019-07-19T19:43:06.019Z] Running org.eclipse.tracecompass.tmf.ui.tests.viewers.ToolTipStringTest 15:43:06 [2019-07-19T19:43:06.019Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.tracecompass.tmf.ui.tests.viewers.ToolTipStringTest 15:43:06 [2019-07-19T19:43:06.019Z] testHtml(org.eclipse.tracecompass.tmf.ui.tests.viewers.ToolTipStringTest) Time elapsed: 0.016 s 15:43:06 [2019-07-19T19:43:06.019Z] testTimestamp(org.eclipse.tracecompass.tmf.ui.tests.viewers.ToolTipStringTest) Time elapsed: 0 s 15:43:06 [2019-07-19T19:43:06.019Z] testDecimal(org.eclipse.tracecompass.tmf.ui.tests.viewers.ToolTipStringTest) Time elapsed: 0.004 s 15:43:06 [2019-07-19T19:43:06.019Z] testString(org.eclipse.tracecompass.tmf.ui.tests.viewers.ToolTipStringTest) Time elapsed: 0.001 s 15:43:06 [2019-07-19T19:43:06.019Z] testEgality(org.eclipse.tracecompass.tmf.ui.tests.viewers.ToolTipStringTest) Time elapsed: 0 s 15:43:06 [2019-07-19T19:43:06.019Z] Running org.eclipse.tracecompass.tmf.ui.tests.symbols.BasicSymbolProviderTest 15:43:06 [2019-07-19T19:43:06.019Z] 15:43:06 [2019-07-19T19:43:06.019Z] !ENTRY org.eclipse.cdt.core.native 4 0 2019-07-19 19:43:05.885 15:43:06 [2019-07-19T19:43:06.019Z] !MESSAGE no spawner in java.library.path 15:43:06 [2019-07-19T19:43:06.019Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s - in org.eclipse.tracecompass.tmf.ui.tests.symbols.BasicSymbolProviderTest 15:43:06 [2019-07-19T19:43:06.019Z] testBasicProvider(org.eclipse.tracecompass.tmf.ui.tests.symbols.BasicSymbolProviderTest) Time elapsed: 0.055 s 15:43:06 [2019-07-19T19:43:06.019Z] Running org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest 15:43:06 [2019-07-19T19:43:06.276Z] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest 15:43:06 [2019-07-19T19:43:06.276Z] testHistogramDataModelInt(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest) Time elapsed: 0.001 s 15:43:06 [2019-07-19T19:43:06.276Z] testScaleTo_0(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest) Time elapsed: 0 s 15:43:06 [2019-07-19T19:43:06.276Z] testScaleTo_1(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest) Time elapsed: 0.003 s 15:43:06 [2019-07-19T19:43:06.276Z] testScaleTo_2(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest) Time elapsed: 0 s 15:43:06 [2019-07-19T19:43:06.276Z] testScaleTo_3(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest) Time elapsed: 0 s 15:43:06 [2019-07-19T19:43:06.276Z] testScaleTo_4(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest) Time elapsed: 0 s 15:43:06 [2019-07-19T19:43:06.276Z] testScaleTo_5(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest) Time elapsed: 0.001 s 15:43:06 [2019-07-19T19:43:06.276Z] testScaleTo_6(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest) Time elapsed: 0.001 s 15:43:06 [2019-07-19T19:43:06.276Z] testScaleTo_7(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest) Time elapsed: 0.001 s 15:43:06 [2019-07-19T19:43:06.276Z] testClear(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest) Time elapsed: 0 s 15:43:06 [2019-07-19T19:43:06.276Z] testHistogramDataModel(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest) Time elapsed: 0.001 s 15:43:06 [2019-07-19T19:43:06.276Z] testModelListener(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest) Time elapsed: 0.015 s 15:43:06 [2019-07-19T19:43:06.276Z] testHistogramDataModelCopyConstructor(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest) Time elapsed: 0.004 s 15:43:06 [2019-07-19T19:43:06.276Z] testLostEventsScaleTo_0(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest) Time elapsed: 0 s 15:43:06 [2019-07-19T19:43:06.276Z] testLostEventsScaleTo_1(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest) Time elapsed: 0 s 15:43:06 [2019-07-19T19:43:06.276Z] testLostEventsScaleTo_2(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest) Time elapsed: 0 s 15:43:06 [2019-07-19T19:43:06.276Z] testLostEventsScaleTo_3(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest) Time elapsed: 0 s 15:43:06 [2019-07-19T19:43:06.276Z] testLostEventsScaleTo_4(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest) Time elapsed: 0 s 15:43:06 [2019-07-19T19:43:06.276Z] testCountEvent_0(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest) Time elapsed: 0 s 15:43:06 [2019-07-19T19:43:06.276Z] testCountEvent_1(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest) Time elapsed: 0 s 15:43:06 [2019-07-19T19:43:06.276Z] testCountEvent_2(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest) Time elapsed: 0 s 15:43:06 [2019-07-19T19:43:06.276Z] testCountEvent_3(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest) Time elapsed: 0 s 15:43:06 [2019-07-19T19:43:06.276Z] testCountEvent_4(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest) Time elapsed: 0.001 s 15:43:06 [2019-07-19T19:43:06.276Z] testCountEvent_5(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest) Time elapsed: 0 s 15:43:06 [2019-07-19T19:43:06.276Z] testCountEvent_6(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest) Time elapsed: 0 s 15:43:06 [2019-07-19T19:43:06.276Z] testScaleToReverse_1(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest) Time elapsed: 0.003 s 15:43:06 [2019-07-19T19:43:06.276Z] testScaleToReverse_2(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest) Time elapsed: 0.003 s 15:43:06 [2019-07-19T19:43:06.276Z] 15:43:06 [2019-07-19T19:43:06.276Z] Results: 15:43:06 [2019-07-19T19:43:06.276Z] 15:43:06 [2019-07-19T19:43:06.276Z] Tests run: 185, Failures: 0, Errors: 0, Skipped: 0 15:43:06 [2019-07-19T19:43:06.276Z] 15:43:07 [2019-07-19T19:43:07.208Z] 15:43:07 [2019-07-19T19:43:07.208Z] !ENTRY org.eclipse.core.resources 2 10035 2019-07-19 19:43:06.875 15:43:07 [2019-07-19T19:43:07.208Z] !MESSAGE The workspace will exit with unsaved changes in this session. 15:43:07 [2019-07-19T19:43:07.771Z] [INFO] All tests passed! 15:43:07 [2019-07-19T19:43:07.771Z] [INFO] 15:43:07 [2019-07-19T19:43:07.771Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.tmf.ui.tests --- 15:43:07 [2019-07-19T19:43:07.771Z] [INFO] Loading execution data file /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.tests/../../target/jacoco.exec 15:43:07 [2019-07-19T19:43:07.771Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui.tests' with 90 classes 15:43:08 [2019-07-19T19:43:08.029Z] [INFO] 15:43:08 [2019-07-19T19:43:08.029Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.tmf.ui.tests --- 15:43:08 [2019-07-19T19:43:08.029Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.tests/target/org.eclipse.tracecompass.tmf.ui.tests-1.0.10-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.ui.tests/1.0.10-SNAPSHOT/org.eclipse.tracecompass.tmf.ui.tests-1.0.10-SNAPSHOT.jar 15:43:08 [2019-07-19T19:43:08.029Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.tests/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.ui.tests/1.0.10-SNAPSHOT/org.eclipse.tracecompass.tmf.ui.tests-1.0.10-SNAPSHOT.pom 15:43:08 [2019-07-19T19:43:08.029Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.tests/target/org.eclipse.tracecompass.tmf.ui.tests-1.0.10-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.ui.tests/1.0.10-SNAPSHOT/org.eclipse.tracecompass.tmf.ui.tests-1.0.10-SNAPSHOT-sources.jar 15:43:08 [2019-07-19T19:43:08.029Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.tests/target/org.eclipse.tracecompass.tmf.ui.tests-1.0.10-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.ui.tests/1.0.10-SNAPSHOT/org.eclipse.tracecompass.tmf.ui.tests-1.0.10-SNAPSHOT-pack200.jar.pack.gz 15:43:08 [2019-07-19T19:43:08.029Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.ui.tests/1.0.10-SNAPSHOT/org.eclipse.tracecompass.tmf.ui.tests-1.0.10-SNAPSHOT-p2metadata.xml 15:43:08 [2019-07-19T19:43:08.029Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.ui.tests/1.0.10-SNAPSHOT/org.eclipse.tracecompass.tmf.ui.tests-1.0.10-SNAPSHOT-p2artifacts.xml 15:43:08 [2019-07-19T19:43:08.029Z] [INFO] 15:43:08 [2019-07-19T19:43:08.029Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.tmf.ui.tests --- 15:43:08 [2019-07-19T19:43:08.029Z] [INFO] 15:43:08 [2019-07-19T19:43:08.029Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.ui.swtbot.tests >-- 15:43:08 [2019-07-19T19:43:08.029Z] [INFO] Building org.eclipse.tracecompass.tmf.ui.swtbot.tests 1.0.9-SNAPSHOT [42/134] 15:43:08 [2019-07-19T19:43:08.029Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- 15:43:08 [2019-07-19T19:43:08.029Z] [INFO] 15:43:08 [2019-07-19T19:43:08.029Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.tmf.ui.swtbot.tests --- 15:43:08 [2019-07-19T19:43:08.029Z] [INFO] 15:43:08 [2019-07-19T19:43:08.029Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.tmf.ui.swtbot.tests --- 15:43:08 [2019-07-19T19:43:08.029Z] [INFO] The project's OSGi version is 1.0.9.201907191907 15:43:08 [2019-07-19T19:43:08.029Z] [INFO] 15:43:08 [2019-07-19T19:43:08.029Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.tmf.ui.swtbot.tests --- 15:43:08 [2019-07-19T19:43:08.029Z] [INFO] 15:43:08 [2019-07-19T19:43:08.029Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.tmf.ui.swtbot.tests --- 15:43:08 [2019-07-19T19:43:08.029Z] [INFO] 15:43:08 [2019-07-19T19:43:08.029Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.tmf.ui.swtbot.tests --- 15:43:08 [2019-07-19T19:43:08.029Z] [INFO] 15:43:08 [2019-07-19T19:43:08.029Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.tmf.ui.swtbot.tests --- 15:43:08 [2019-07-19T19:43:08.029Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 15:43:08 [2019-07-19T19:43:08.029Z] [INFO] 15:43:08 [2019-07-19T19:43:08.029Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.tmf.ui.swtbot.tests --- 15:43:08 [2019-07-19T19:43:08.029Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:43:08 [2019-07-19T19:43:08.029Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/src/main/resources 15:43:08 [2019-07-19T19:43:08.029Z] [INFO] 15:43:08 [2019-07-19T19:43:08.029Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.tmf.ui.swtbot.tests --- 15:43:08 [2019-07-19T19:43:08.029Z] [INFO] Compiling 46 source files to /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/target/classes 15:43:09 [2019-07-19T19:43:09.923Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/src/org/eclipse/tracecompass/tmf/ui/swtbot/tests/views/TimeGraphViewStub.java:[23] 15:43:09 [2019-07-19T19:43:09.923Z] import org.eclipse.tracecompass.internal.tmf.ui.widgets.timegraph.model.TimeLineEvent; 15:43:09 [2019-07-19T19:43:09.923Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:43:09 [2019-07-19T19:43:09.923Z] Discouraged access: The type 'TimeLineEvent' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/target/classes') 15:43:09 [2019-07-19T19:43:09.923Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/src/org/eclipse/tracecompass/tmf/ui/swtbot/tests/views/TimeGraphViewStub.java:[128] 15:43:09 [2019-07-19T19:43:09.923Z] fEntries.add(pulse); 15:43:09 [2019-07-19T19:43:09.923Z] ^^^^^ 15:43:09 [2019-07-19T19:43:09.923Z] Null type safety (type annotations): The expression of type 'TimeGraphEntry' needs unchecked conversion to conform to '@NonNull TimeGraphEntry' 15:43:09 [2019-07-19T19:43:09.923Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/src/org/eclipse/tracecompass/tmf/ui/swtbot/tests/views/TimeGraphViewStub.java:[159] 15:43:09 [2019-07-19T19:43:09.923Z] events.add(new TimeLineEvent(pulse, i, Arrays.asList(value1, value2, value3, value4))); 15:43:09 [2019-07-19T19:43:09.923Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:43:09 [2019-07-19T19:43:09.923Z] Discouraged access: The constructor 'TimeLineEvent(ITimeGraphEntry, long, List<Long>)' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/target/classes') 15:43:09 [2019-07-19T19:43:09.923Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/src/org/eclipse/tracecompass/tmf/ui/swtbot/tests/views/TimeGraphViewStub.java:[159] 15:43:09 [2019-07-19T19:43:09.923Z] events.add(new TimeLineEvent(pulse, i, Arrays.asList(value1, value2, value3, value4))); 15:43:09 [2019-07-19T19:43:09.923Z] ^^^^^^^^^^^^^ 15:43:09 [2019-07-19T19:43:09.923Z] Discouraged access: The type 'TimeLineEvent' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/target/classes') 15:43:09 [2019-07-19T19:43:09.923Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/src/org/eclipse/tracecompass/tmf/ui/swtbot/tests/views/TimeGraphViewStub.java:[161] 15:43:09 [2019-07-19T19:43:09.923Z] fEvents.put(pulse.getName(), events); 15:43:09 [2019-07-19T19:43:09.923Z] ^^^^^^ 15:43:09 [2019-07-19T19:43:09.923Z] Null type safety (type annotations): The expression of type 'List<ITimeEvent>' needs unchecked conversion to conform to 'List<@NonNull ITimeEvent>' 15:43:09 [2019-07-19T19:43:09.923Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/src/org/eclipse/tracecompass/tmf/ui/swtbot/tests/views/TimeGraphViewStub.java:[171] 15:43:09 [2019-07-19T19:43:09.923Z] regexes.put(IFilterProperty.BOUND, fFilterRegex); 15:43:09 [2019-07-19T19:43:09.923Z] ^^^^^^^^^^^^ 15:43:09 [2019-07-19T19:43:09.923Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:43:09 [2019-07-19T19:43:09.923Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/src/org/eclipse/tracecompass/tmf/ui/swtbot/tests/views/TimeGraphViewStub.java:[179] 15:43:09 [2019-07-19T19:43:09.923Z] public void setFilterRegex(String filterRegex) { 15:43:09 [2019-07-19T19:43:09.923Z] ^^^^^^^^^^^ 15:43:09 [2019-07-19T19:43:09.923Z] Javadoc: Missing tag for parameter filterRegex 15:43:09 [2019-07-19T19:43:09.923Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/src/org/eclipse/tracecompass/tmf/ui/swtbot/tests/views/TimeGraphViewStub.java:[227] 15:43:09 [2019-07-19T19:43:09.923Z] ret.add(new TimeLineEvent(ref.getEntry(), ref.getTime() + trace.getStartTime().toNanos(), ((TimeLineEvent) ref).getValues())); 15:43:09 [2019-07-19T19:43:09.923Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:43:09 [2019-07-19T19:43:09.923Z] Null type safety (type annotations): The expression of type 'List<Long>' needs unchecked conversion to conform to 'List<@Nullable Long>' 15:43:09 [2019-07-19T19:43:09.923Z] 8 problems (8 warnings) 15:43:09 [2019-07-19T19:43:09.924Z] [INFO] 15:43:09 [2019-07-19T19:43:09.924Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.tmf.ui.swtbot.tests --- 15:43:09 [2019-07-19T19:43:09.924Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:43:09 [2019-07-19T19:43:09.924Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/src/test/resources 15:43:09 [2019-07-19T19:43:09.924Z] [INFO] 15:43:09 [2019-07-19T19:43:09.924Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.tmf.ui.swtbot.tests --- 15:43:09 [2019-07-19T19:43:09.924Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/target/org.eclipse.tracecompass.tmf.ui.swtbot.tests-1.0.9-SNAPSHOT-sources.jar 15:43:09 [2019-07-19T19:43:09.924Z] [INFO] 15:43:09 [2019-07-19T19:43:09.924Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.tmf.ui.swtbot.tests --- 15:43:09 [2019-07-19T19:43:09.924Z] [INFO] 15:43:09 [2019-07-19T19:43:09.924Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.tmf.ui.swtbot.tests --- 15:43:09 [2019-07-19T19:43:09.924Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/target/org.eclipse.tracecompass.tmf.ui.swtbot.tests-1.0.9-SNAPSHOT.jar 15:43:09 [2019-07-19T19:43:09.924Z] [INFO] 15:43:09 [2019-07-19T19:43:09.924Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.tmf.ui.swtbot.tests --- 15:43:09 [2019-07-19T19:43:09.924Z] [INFO] 15:43:09 [2019-07-19T19:43:09.924Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.tmf.ui.swtbot.tests --- 15:43:09 [2019-07-19T19:43:09.924Z] [INFO] 15:43:09 [2019-07-19T19:43:09.924Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.tmf.ui.swtbot.tests --- 15:43:09 [2019-07-19T19:43:09.924Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/target/org.eclipse.tracecompass.tmf.ui.swtbot.tests-1.0.9-SNAPSHOT.jar 15:43:10 [2019-07-19T19:43:10.487Z] [INFO] 15:43:10 [2019-07-19T19:43:10.487Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.tmf.ui.swtbot.tests --- 15:43:10 [2019-07-19T19:43:10.487Z] [INFO] 15:43:10 [2019-07-19T19:43:10.487Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.tmf.ui.swtbot.tests --- 15:43:12 [2019-07-19T19:43:12.384Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/target/work/data/.metadata/.log 15:43:12 [2019-07-19T19:43:12.384Z] [INFO] Command line: 15:43:12 [2019-07-19T19:43:12.384Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -nouithread, -consoleLog] 15:43:12 [2019-07-19T19:43:12.384Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass 15:43:15 [2019-07-19T19:43:15.658Z] !SESSION 2019-07-19 19:43:12.508 ----------------------------------------------- 15:43:15 [2019-07-19T19:43:15.658Z] eclipse.buildId=unknown 15:43:15 [2019-07-19T19:43:15.658Z] java.version=1.8.0_202 15:43:15 [2019-07-19T19:43:15.658Z] java.vendor=Oracle Corporation 15:43:15 [2019-07-19T19:43:15.658Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US 15:43:15 [2019-07-19T19:43:15.658Z] Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/target/surefire.properties -product org.eclipse.platform.ide -nouithread 15:43:15 [2019-07-19T19:43:15.658Z] Command-line arguments: -data /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/target/surefire.properties -product org.eclipse.platform.ide -nouithread -consoleLog 15:43:15 [2019-07-19T19:43:15.658Z] 15:43:15 [2019-07-19T19:43:15.658Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-19 19:43:15.592 15:43:15 [2019-07-19T19:43:15.658Z] !MESSAGE FrameworkEvent ERROR 15:43:15 [2019-07-19T19:43:15.658Z] !STACK 0 15:43:15 [2019-07-19T19:43:15.658Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [65] 15:43:15 [2019-07-19T19:43:15.658Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 15:43:15 [2019-07-19T19:43:15.658Z] 15:43:15 [2019-07-19T19:43:15.658Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 15:43:15 [2019-07-19T19:43:15.658Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 15:43:15 [2019-07-19T19:43:15.658Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 15:43:15 [2019-07-19T19:43:15.658Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 15:43:15 [2019-07-19T19:43:15.658Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 15:43:15 [2019-07-19T19:43:15.658Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 15:43:15 [2019-07-19T19:43:15.658Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 15:43:15 [2019-07-19T19:43:15.658Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 15:43:15 [2019-07-19T19:43:15.658Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 15:43:15 [2019-07-19T19:43:15.658Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 15:43:15 [2019-07-19T19:43:15.914Z] 15:43:15 [2019-07-19T19:43:15.914Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-19 19:43:15.781 15:43:15 [2019-07-19T19:43:15.914Z] !MESSAGE FrameworkEvent ERROR 15:43:15 [2019-07-19T19:43:15.914Z] !STACK 0 15:43:15 [2019-07-19T19:43:15.914Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [134] 15:43:15 [2019-07-19T19:43:15.914Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 15:43:15 [2019-07-19T19:43:15.914Z] Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)" 15:43:15 [2019-07-19T19:43:15.914Z] -> Export-Package: org.apache.http.impl.auth.win; bundle-symbolic-name="org.apache.httpcomponents.httpclient.win"; bundle-version="4.5.6.v20190213-1947"; version="4.5.6"; x-internal:="true"; uses:="org.apache.http,org.apache.http.auth,org.apache.http.client,org.apache.http.impl.auth,org.apache.http.protocol,org.apache.http.util" 15:43:15 [2019-07-19T19:43:15.914Z] org.apache.httpcomponents.httpclient.win [36] 15:43:15 [2019-07-19T19:43:15.914Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 15:43:15 [2019-07-19T19:43:15.914Z] 15:43:15 [2019-07-19T19:43:15.914Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 15:43:15 [2019-07-19T19:43:15.914Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 15:43:15 [2019-07-19T19:43:15.914Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 15:43:15 [2019-07-19T19:43:15.914Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 15:43:15 [2019-07-19T19:43:15.914Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 15:43:15 [2019-07-19T19:43:15.914Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 15:43:15 [2019-07-19T19:43:15.914Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 15:43:15 [2019-07-19T19:43:15.914Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 15:43:15 [2019-07-19T19:43:15.914Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 15:43:15 [2019-07-19T19:43:15.914Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 15:43:18 [2019-07-19T19:43:18.436Z] process 6494: D-Bus library appears to be incorrectly set up; failed to read machine uuid: UUID file '/etc/machine-id' should contain a hex string of length 32, not length 0, with no other text 15:43:18 [2019-07-19T19:43:18.436Z] See the manual page for dbus-uuidgen to correct this issue. 15:43:18 [2019-07-19T19:43:18.436Z] SWT SessionManagerDBus: Failed to connect to org.gnome.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory) 15:43:18 [2019-07-19T19:43:18.436Z] SWT SessionManagerDBus: Failed to connect to org.xfce.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory) 15:43:28 [2019-07-19T19:43:28.393Z] Running org.eclipse.tracecompass.tmf.ui.swtbot.tests.parsers.custom.TestCustomTxtWizard 15:43:28 [2019-07-19T19:43:28.650Z] Display size: 1440x900 15:43:28 [2019-07-19T19:43:28.650Z] OS version=3.10.0-957.21.3.el7.x86_64 15:43:28 [2019-07-19T19:43:28.650Z] GTK version=3.18.9 15:43:28 [2019-07-19T19:43:28.650Z] GTK theme=Ambiance 15:43:28 [2019-07-19T19:43:28.650Z] LIBOVERLAY_SCROLLBAR=0 15:43:28 [2019-07-19T19:43:28.650Z] Time zone: Coordinated Universal Time 15:43:28 [2019-07-19T19:43:28.650Z] log4j:WARN No appenders could be found for logger (org.eclipse.swtbot.swt.finder.widgets.SWTBotShell). 15:43:28 [2019-07-19T19:43:28.650Z] log4j:WARN Please initialize the log4j system properly. 15:43:31 [2019-07-19T19:43:31.172Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 15:43:31 [2019-07-19T19:43:31.172Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:43:31 [2019-07-19T19:43:31.172Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:43:31 [2019-07-19T19:43:31.172Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:43:31 [2019-07-19T19:43:31.172Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:43:31 [2019-07-19T19:43:31.172Z] DEBUG - Attempting to set focus on Tree with text {} 15:43:31 [2019-07-19T19:43:31.172Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestText} time=197315136 data=null button=0 stateMask=0x0 x=67 y=11 count=0} to TreeItem with text {TestText} 15:43:31 [2019-07-19T19:43:31.172Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestText} time=197315137 data=null doit=true} to TreeItem with text {TestText} 15:43:31 [2019-07-19T19:43:31.172Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestText} time=197315137 data=null} to TreeItem with text {TestText} 15:43:31 [2019-07-19T19:43:31.172Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestText} time=197315138 data=null button=1 stateMask=0x0 x=67 y=11 count=1} to TreeItem with text {TestText} 15:43:31 [2019-07-19T19:43:31.172Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197315139 data=null item=TreeItem {TestText} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestText} 15:43:31 [2019-07-19T19:43:31.172Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestText} time=197315369 data=null button=1 stateMask=0x80000 x=67 y=11 count=1} to TreeItem with text {TestText} 15:43:31 [2019-07-19T19:43:31.172Z] DEBUG - Attempting to set focus on Tree with text {} 15:43:31 [2019-07-19T19:43:31.172Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestText} time=197315371 data=null button=0 stateMask=0x0 x=67 y=11 count=0} to TreeItem with text {TestText} 15:43:31 [2019-07-19T19:43:31.172Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestText} time=197315374 data=null doit=true} to TreeItem with text {TestText} 15:43:31 [2019-07-19T19:43:31.172Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestText} time=197315375 data=null} to TreeItem with text {TestText} 15:43:31 [2019-07-19T19:43:31.172Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestText} time=197315375 data=null button=1 stateMask=0x0 x=67 y=11 count=1} to TreeItem with text {TestText} 15:43:31 [2019-07-19T19:43:31.172Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197315376 data=null item=TreeItem {TestText} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestText} 15:43:31 [2019-07-19T19:43:31.172Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestText} time=197315386 data=null button=1 stateMask=0x80000 x=67 y=11 count=1} to TreeItem with text {TestText} 15:43:31 [2019-07-19T19:43:31.172Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestText} time=197315394 data=null doit=true} to TreeItem with text {TestText} 15:43:31 [2019-07-19T19:43:31.172Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestText} time=197315395 data=null} to TreeItem with text {TestText} 15:43:31 [2019-07-19T19:43:31.172Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestText} time=197315395 data=null button=1 stateMask=0x0 x=67 y=11 count=1} to TreeItem with text {TestText} 15:43:31 [2019-07-19T19:43:31.429Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=197315396 data=null item=TreeItem {TestText} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {TestText} 15:43:31 [2019-07-19T19:43:31.429Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestText} time=197315466 data=null button=1 stateMask=0x80000 x=67 y=11 count=1} to TreeItem with text {TestText} 15:43:31 [2019-07-19T19:43:31.429Z] DEBUG - Attempting to set focus on Tree with text {} 15:43:31 [2019-07-19T19:43:31.429Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=197315470 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]} 15:43:31 [2019-07-19T19:43:31.429Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=197315471 data=null doit=true} to TreeItem with text {Traces [0]} 15:43:31 [2019-07-19T19:43:31.429Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=197315471 data=null} to TreeItem with text {Traces [0]} 15:43:31 [2019-07-19T19:43:31.429Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=197315472 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 15:43:31 [2019-07-19T19:43:31.429Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197315473 data=null item=TreeItem {Traces [0]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [0]} 15:43:31 [2019-07-19T19:43:31.429Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=197315561 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 15:43:31 [2019-07-19T19:43:31.429Z] DEBUG - Attempting to set focus on Tree with text {} 15:43:31 [2019-07-19T19:43:31.429Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=197315563 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]} 15:43:31 [2019-07-19T19:43:31.429Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=197315563 data=null doit=true} to TreeItem with text {Traces [0]} 15:43:31 [2019-07-19T19:43:31.429Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=197315564 data=null} to TreeItem with text {Traces [0]} 15:43:31 [2019-07-19T19:43:31.429Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=197315565 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 15:43:31 [2019-07-19T19:43:31.429Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197315565 data=null item=TreeItem {Traces [0]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [0]} 15:43:31 [2019-07-19T19:43:31.429Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=197315626 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 15:43:32 [2019-07-19T19:43:32.360Z] DEBUG - matched MenuItem with text "Manage Custom Parser...", using matcher: with mnemonic 'Manage Custom Parsers...' 15:43:32 [2019-07-19T19:43:32.360Z] DEBUG - Clicking on with mnemonic 'Manage Custom Parsers...' 15:43:32 [2019-07-19T19:43:32.360Z] DEBUG - Clicked on with mnemonic 'Manage Custom Parsers...' 15:43:32 [2019-07-19T19:43:32.620Z] DEBUG - matched Shell with text "Manage Custom Parser...", using matcher: with text 'Manage Custom Parsers' 15:43:32 [2019-07-19T19:43:32.620Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Manage Custom Parsers} time=197316635 data=null doit=true} to Shell with text {Manage Custom Parsers} 15:43:32 [2019-07-19T19:43:32.620Z] DEBUG - Attempting to set focus on Shell with text {Manage Custom Parsers} 15:43:32 [2019-07-19T19:43:32.620Z] DEBUG - matched Button with text "Text", using matcher: of type 'Button' 15:43:32 [2019-07-19T19:43:32.620Z] DEBUG - matched Button with text "XML", using matcher: of type 'Button' 15:43:32 [2019-07-19T19:43:32.620Z] DEBUG - matched Button with text "New...", using matcher: of type 'Button' 15:43:32 [2019-07-19T19:43:32.620Z] DEBUG - matched Button with text "New...", using matcher: with mnemonic 'New...' 15:43:32 [2019-07-19T19:43:32.620Z] DEBUG - matched Button with text "New...", using matcher: with style 'SWT.PUSH' 15:43:32 [2019-07-19T19:43:32.620Z] DEBUG - matched Button with text "New...", using matcher: (of type 'Button' and with mnemonic 'New...' and with style 'SWT.PUSH') 15:43:32 [2019-07-19T19:43:32.620Z] DEBUG - matched Button with text "Edit...", using matcher: of type 'Button' 15:43:32 [2019-07-19T19:43:32.620Z] DEBUG - matched Button with text "Delete", using matcher: of type 'Button' 15:43:32 [2019-07-19T19:43:32.620Z] DEBUG - matched Button with text "Import...", using matcher: of type 'Button' 15:43:32 [2019-07-19T19:43:32.620Z] DEBUG - matched Button with text "Export...", using matcher: of type 'Button' 15:43:32 [2019-07-19T19:43:32.620Z] DEBUG - matched Button with text "&Close", using matcher: of type 'Button' 15:43:32 [2019-07-19T19:43:32.620Z] DEBUG - Clicking on New... 15:43:32 [2019-07-19T19:43:32.620Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {New...} time=197316644 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'New...' and with style 'SWT.PUSH') 15:43:32 [2019-07-19T19:43:32.620Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {New...} time=197316644 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'New...' and with style 'SWT.PUSH') 15:43:32 [2019-07-19T19:43:32.620Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {New...} time=197316645 data=null doit=true} to (of type 'Button' and with mnemonic 'New...' and with style 'SWT.PUSH') 15:43:32 [2019-07-19T19:43:32.620Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {New...} time=197316646 data=null} to (of type 'Button' and with mnemonic 'New...' and with style 'SWT.PUSH') 15:43:32 [2019-07-19T19:43:32.620Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {New...} time=197316646 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'New...' and with style 'SWT.PUSH') 15:43:32 [2019-07-19T19:43:32.620Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {New...} time=197316646 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'New...' and with style 'SWT.PUSH') 15:43:33 [2019-07-19T19:43:33.553Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {New...} time=197317565 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'New...' and with style 'SWT.PUSH') 15:43:33 [2019-07-19T19:43:33.553Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {New...} time=197317572 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'New...' and with style 'SWT.PUSH') 15:43:33 [2019-07-19T19:43:33.553Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {New...} time=197317572 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'New...' and with style 'SWT.PUSH') 15:43:33 [2019-07-19T19:43:33.553Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {New...} time=197317572 data=null doit=true} to (of type 'Button' and with mnemonic 'New...' and with style 'SWT.PUSH') 15:43:33 [2019-07-19T19:43:33.553Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {New...} time=197317573 data=null} to (of type 'Button' and with mnemonic 'New...' and with style 'SWT.PUSH') 15:43:33 [2019-07-19T19:43:33.553Z] DEBUG - Clicked on New... 15:43:33 [2019-07-19T19:43:33.553Z] DEBUG - matched Shell with text "Custom Text Parser", using matcher: with text 'Custom Text Parser' 15:43:33 [2019-07-19T19:43:33.553Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Custom Text Parser} time=197317578 data=null doit=true} to Shell with text {Custom Text Parser} 15:43:33 [2019-07-19T19:43:33.553Z] DEBUG - Attempting to set focus on Shell with text {Custom Text Parser} 15:43:33 [2019-07-19T19:43:33.553Z] DEBUG - matched Text with text "Custom Text", using matcher: of type 'Text' 15:43:33 [2019-07-19T19:43:33.553Z] DEBUG - matched Label with text "Category:", using matcher: with mnemonic 'Category:' 15:43:33 [2019-07-19T19:43:33.553Z] DEBUG - matched Text with text "Custom Text", using matcher: with label (with mnemonic 'Category:') 15:43:33 [2019-07-19T19:43:33.553Z] DEBUG - matched Text with text "Custom Text", using matcher: (of type 'Text' and with label (with mnemonic 'Category:')) 15:43:33 [2019-07-19T19:43:33.553Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 15:43:33 [2019-07-19T19:43:33.553Z] DEBUG - matched Label with text "Category:", using matcher: with mnemonic 'Category:' 15:43:33 [2019-07-19T19:43:33.553Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Category:') 15:43:33 [2019-07-19T19:43:33.553Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Category:')) 15:43:33 [2019-07-19T19:43:33.553Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 15:43:33 [2019-07-19T19:43:33.553Z] DEBUG - matched Label with text "Category:", using matcher: with mnemonic 'Category:' 15:43:33 [2019-07-19T19:43:33.553Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Category:') 15:43:33 [2019-07-19T19:43:33.553Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Category:')) 15:43:33 [2019-07-19T19:43:33.553Z] DEBUG - matched Text with text "*no timestamp group*", using matcher: of type 'Text' 15:43:33 [2019-07-19T19:43:33.553Z] DEBUG - matched Label with text "Category:", using matcher: with mnemonic 'Category:' 15:43:33 [2019-07-19T19:43:33.553Z] DEBUG - matched Text with text "*no timestamp group*", using matcher: with label (with mnemonic 'Category:') 15:43:33 [2019-07-19T19:43:33.553Z] DEBUG - matched Text with text "*no timestamp group*", using matcher: (of type 'Text' and with label (with mnemonic 'Category:')) 15:43:33 [2019-07-19T19:43:33.553Z] DEBUG - matched Text with text "\s*(.*\S)", using matcher: of type 'Text' 15:43:33 [2019-07-19T19:43:33.553Z] DEBUG - matched Label with text "Category:", using matcher: with mnemonic 'Category:' 15:43:33 [2019-07-19T19:43:33.553Z] DEBUG - matched Text with text "\s*(.*\S)", using matcher: with label (with mnemonic 'Category:') 15:43:33 [2019-07-19T19:43:33.553Z] DEBUG - matched Text with text "\s*(.*\S)", using matcher: (of type 'Text' and with label (with mnemonic 'Category:')) 15:43:33 [2019-07-19T19:43:33.553Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 15:43:33 [2019-07-19T19:43:33.553Z] DEBUG - matched Label with text "Category:", using matcher: with mnemonic 'Category:' 15:43:33 [2019-07-19T19:43:33.553Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Category:') 15:43:33 [2019-07-19T19:43:33.553Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Category:')) 15:43:33 [2019-07-19T19:43:33.553Z] DEBUG - matched Text with text "*no matching line*", using matcher: of type 'Text' 15:43:33 [2019-07-19T19:43:33.553Z] DEBUG - matched Label with text "Category:", using matcher: with mnemonic 'Category:' 15:43:33 [2019-07-19T19:43:33.553Z] DEBUG - matched Text with text "*no matching line*", using matcher: with label (with mnemonic 'Category:') 15:43:33 [2019-07-19T19:43:33.553Z] DEBUG - matched Text with text "*no matching line*", using matcher: (of type 'Text' and with label (with mnemonic 'Category:')) 15:43:33 [2019-07-19T19:43:33.553Z] DEBUG - matched Text with text "Enter a name for the...", using matcher: of type 'Text' 15:43:33 [2019-07-19T19:43:33.553Z] DEBUG - matched Label with text "Category:", using matcher: with mnemonic 'Category:' 15:43:33 [2019-07-19T19:43:33.553Z] DEBUG - matched Text with text "Enter a name for the...", using matcher: with label (with mnemonic 'Category:') 15:43:33 [2019-07-19T19:43:33.553Z] DEBUG - matched Text with text "Enter a name for the...", using matcher: (of type 'Text' and with label (with mnemonic 'Category:')) 15:43:33 [2019-07-19T19:43:33.553Z] DEBUG - matched Text with text "Test Category", using matcher: of type 'Text' 15:43:33 [2019-07-19T19:43:33.553Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 15:43:33 [2019-07-19T19:43:33.553Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 15:43:33 [2019-07-19T19:43:33.553Z] DEBUG - matched Label with text "Trace type:", using matcher: with mnemonic 'Trace type:' 15:43:33 [2019-07-19T19:43:33.553Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Trace type:') 15:43:33 [2019-07-19T19:43:33.553Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Trace type:')) 15:43:33 [2019-07-19T19:43:33.553Z] DEBUG - matched Text with text "*no timestamp group*", using matcher: of type 'Text' 15:43:33 [2019-07-19T19:43:33.553Z] DEBUG - matched Label with text "Trace type:", using matcher: with mnemonic 'Trace type:' 15:43:33 [2019-07-19T19:43:33.553Z] DEBUG - matched Text with text "*no timestamp group*", using matcher: with label (with mnemonic 'Trace type:') 15:43:33 [2019-07-19T19:43:33.553Z] DEBUG - matched Text with text "*no timestamp group*", using matcher: (of type 'Text' and with label (with mnemonic 'Trace type:')) 15:43:33 [2019-07-19T19:43:33.553Z] DEBUG - matched Text with text "\s*(.*\S)", using matcher: of type 'Text' 15:43:33 [2019-07-19T19:43:33.553Z] DEBUG - matched Label with text "Trace type:", using matcher: with mnemonic 'Trace type:' 15:43:33 [2019-07-19T19:43:33.553Z] DEBUG - matched Text with text "\s*(.*\S)", using matcher: with label (with mnemonic 'Trace type:') 15:43:33 [2019-07-19T19:43:33.553Z] DEBUG - matched Text with text "\s*(.*\S)", using matcher: (of type 'Text' and with label (with mnemonic 'Trace type:')) 15:43:33 [2019-07-19T19:43:33.553Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 15:43:33 [2019-07-19T19:43:33.553Z] DEBUG - matched Label with text "Trace type:", using matcher: with mnemonic 'Trace type:' 15:43:33 [2019-07-19T19:43:33.553Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Trace type:') 15:43:33 [2019-07-19T19:43:33.553Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Trace type:')) 15:43:33 [2019-07-19T19:43:33.553Z] DEBUG - matched Text with text "*no matching line*", using matcher: of type 'Text' 15:43:33 [2019-07-19T19:43:33.553Z] DEBUG - matched Label with text "Trace type:", using matcher: with mnemonic 'Trace type:' 15:43:33 [2019-07-19T19:43:33.553Z] DEBUG - matched Text with text "*no matching line*", using matcher: with label (with mnemonic 'Trace type:') 15:43:33 [2019-07-19T19:43:33.553Z] DEBUG - matched Text with text "*no matching line*", using matcher: (of type 'Text' and with label (with mnemonic 'Trace type:')) 15:43:33 [2019-07-19T19:43:33.553Z] DEBUG - matched Text with text "Enter a name for the...", using matcher: of type 'Text' 15:43:33 [2019-07-19T19:43:33.553Z] DEBUG - matched Label with text "Trace type:", using matcher: with mnemonic 'Trace type:' 15:43:33 [2019-07-19T19:43:33.553Z] DEBUG - matched Text with text "Enter a name for the...", using matcher: with label (with mnemonic 'Trace type:') 15:43:33 [2019-07-19T19:43:33.553Z] DEBUG - matched Text with text "Enter a name for the...", using matcher: (of type 'Text' and with label (with mnemonic 'Trace type:')) 15:43:33 [2019-07-19T19:43:33.553Z] DEBUG - matched Text with text "Test Category", using matcher: of type 'Text' 15:43:33 [2019-07-19T19:43:33.553Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 15:43:33 [2019-07-19T19:43:33.553Z] DEBUG - matched Label with text "Time Stamp format:", using matcher: with mnemonic 'Time Stamp format:' 15:43:33 [2019-07-19T19:43:33.553Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Time Stamp format:') 15:43:33 [2019-07-19T19:43:33.553Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Time Stamp format:')) 15:43:33 [2019-07-19T19:43:33.553Z] DEBUG - matched Text with text "Test Trace", using matcher: of type 'Text' 15:43:33 [2019-07-19T19:43:33.553Z] DEBUG - matched Label with text "Time Stamp format:", using matcher: with mnemonic 'Time Stamp format:' 15:43:33 [2019-07-19T19:43:33.553Z] DEBUG - matched Text with text "Test Trace", using matcher: with label (with mnemonic 'Time Stamp format:') 15:43:33 [2019-07-19T19:43:33.553Z] DEBUG - matched Text with text "Test Trace", using matcher: (of type 'Text' and with label (with mnemonic 'Time Stamp format:')) 15:43:33 [2019-07-19T19:43:33.553Z] DEBUG - matched Text with text "*no timestamp group*", using matcher: of type 'Text' 15:43:33 [2019-07-19T19:43:33.553Z] DEBUG - matched Label with text "Time Stamp format:", using matcher: with mnemonic 'Time Stamp format:' 15:43:33 [2019-07-19T19:43:33.553Z] DEBUG - matched Text with text "*no timestamp group*", using matcher: with label (with mnemonic 'Time Stamp format:') 15:43:33 [2019-07-19T19:43:33.553Z] DEBUG - matched Text with text "*no timestamp group*", using matcher: (of type 'Text' and with label (with mnemonic 'Time Stamp format:')) 15:43:33 [2019-07-19T19:43:33.553Z] DEBUG - matched Text with text "\s*(.*\S)", using matcher: of type 'Text' 15:43:33 [2019-07-19T19:43:33.553Z] DEBUG - matched Label with text "Time Stamp format:", using matcher: with mnemonic 'Time Stamp format:' 15:43:33 [2019-07-19T19:43:33.553Z] DEBUG - matched Text with text "\s*(.*\S)", using matcher: with label (with mnemonic 'Time Stamp format:') 15:43:33 [2019-07-19T19:43:33.553Z] DEBUG - matched Text with text "\s*(.*\S)", using matcher: (of type 'Text' and with label (with mnemonic 'Time Stamp format:')) 15:43:33 [2019-07-19T19:43:33.553Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 15:43:33 [2019-07-19T19:43:33.553Z] DEBUG - matched Label with text "Time Stamp format:", using matcher: with mnemonic 'Time Stamp format:' 15:43:33 [2019-07-19T19:43:33.554Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Time Stamp format:') 15:43:33 [2019-07-19T19:43:33.554Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Time Stamp format:')) 15:43:33 [2019-07-19T19:43:33.554Z] DEBUG - matched Text with text "*no matching line*", using matcher: of type 'Text' 15:43:33 [2019-07-19T19:43:33.554Z] DEBUG - matched Label with text "Time Stamp format:", using matcher: with mnemonic 'Time Stamp format:' 15:43:33 [2019-07-19T19:43:33.554Z] DEBUG - matched Text with text "*no matching line*", using matcher: with label (with mnemonic 'Time Stamp format:') 15:43:33 [2019-07-19T19:43:33.554Z] DEBUG - matched Text with text "*no matching line*", using matcher: (of type 'Text' and with label (with mnemonic 'Time Stamp format:')) 15:43:33 [2019-07-19T19:43:33.554Z] DEBUG - matched Text with text "Create a new custom ...", using matcher: of type 'Text' 15:43:33 [2019-07-19T19:43:33.554Z] DEBUG - matched Label with text "Time Stamp format:", using matcher: with mnemonic 'Time Stamp format:' 15:43:33 [2019-07-19T19:43:33.554Z] DEBUG - matched Text with text "Create a new custom ...", using matcher: with label (with mnemonic 'Time Stamp format:') 15:43:33 [2019-07-19T19:43:33.554Z] DEBUG - matched Text with text "Create a new custom ...", using matcher: (of type 'Text' and with label (with mnemonic 'Time Stamp format:')) 15:43:33 [2019-07-19T19:43:33.811Z] DEBUG - matched Combo with text "(0,���)", using matcher: of type 'Combo' 15:43:33 [2019-07-19T19:43:33.811Z] DEBUG - matched Combo with text "(0,���)", using matcher: (of type 'Combo') 15:43:33 [2019-07-19T19:43:33.811Z] DEBUG - matched Combo with text "Message", using matcher: of type 'Combo' 15:43:33 [2019-07-19T19:43:33.811Z] DEBUG - matched Combo with text "Message", using matcher: (of type 'Combo') 15:43:33 [2019-07-19T19:43:33.811Z] DEBUG - matched Combo with text "Set", using matcher: of type 'Combo' 15:43:33 [2019-07-19T19:43:33.811Z] DEBUG - matched Combo with text "Set", using matcher: (of type 'Combo') 15:43:33 [2019-07-19T19:43:33.811Z] DEBUG - Setting selection on (of type 'Combo') to Timestamp 15:43:33 [2019-07-19T19:43:33.811Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {Timestamp} time=197317860 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Combo') 15:43:33 [2019-07-19T19:43:33.811Z] DEBUG - Set selection on (of type 'Combo') to Timestamp 15:43:33 [2019-07-19T19:43:33.811Z] DEBUG - matched Text with text "Test Category", using matcher: of type 'Text' 15:43:33 [2019-07-19T19:43:33.811Z] DEBUG - matched Text with text "ss", using matcher: of type 'Text' 15:43:33 [2019-07-19T19:43:33.811Z] DEBUG - matched Text with text "Test Trace", using matcher: of type 'Text' 15:43:33 [2019-07-19T19:43:33.811Z] DEBUG - matched Text with text "*no matching timesta...", using matcher: of type 'Text' 15:43:33 [2019-07-19T19:43:33.811Z] DEBUG - matched Text with text "\s*(.*\S)", using matcher: of type 'Text' 15:43:33 [2019-07-19T19:43:33.811Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 15:43:33 [2019-07-19T19:43:33.811Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 15:43:33 [2019-07-19T19:43:33.811Z] DEBUG - matched Label with text "format:", using matcher: with mnemonic 'format:' 15:43:33 [2019-07-19T19:43:33.811Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'format:') 15:43:33 [2019-07-19T19:43:33.811Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'format:')) 15:43:33 [2019-07-19T19:43:33.811Z] DEBUG - matched Text with text "*no matching line*", using matcher: of type 'Text' 15:43:33 [2019-07-19T19:43:33.811Z] DEBUG - matched Label with text "format:", using matcher: with mnemonic 'format:' 15:43:33 [2019-07-19T19:43:33.811Z] DEBUG - matched Text with text "*no matching line*", using matcher: with label (with mnemonic 'format:') 15:43:33 [2019-07-19T19:43:33.811Z] DEBUG - matched Text with text "*no matching line*", using matcher: (of type 'Text' and with label (with mnemonic 'format:')) 15:43:33 [2019-07-19T19:43:33.811Z] DEBUG - matched Text with text "Enter the input form...", using matcher: of type 'Text' 15:43:33 [2019-07-19T19:43:33.811Z] DEBUG - matched Label with text "format:", using matcher: with mnemonic 'format:' 15:43:33 [2019-07-19T19:43:33.811Z] DEBUG - matched Text with text "Enter the input form...", using matcher: with label (with mnemonic 'format:') 15:43:33 [2019-07-19T19:43:33.811Z] DEBUG - matched Text with text "Enter the input form...", using matcher: (of type 'Text' and with label (with mnemonic 'format:')) 15:43:33 [2019-07-19T19:43:33.811Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:33 [2019-07-19T19:43:33.811Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:43:33 [2019-07-19T19:43:33.811Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:43:33 [2019-07-19T19:43:33.811Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:33 [2019-07-19T19:43:33.811Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:43:33 [2019-07-19T19:43:33.811Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:43:33 [2019-07-19T19:43:33.811Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:33 [2019-07-19T19:43:33.811Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:43:33 [2019-07-19T19:43:33.811Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:43:33 [2019-07-19T19:43:33.811Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:33 [2019-07-19T19:43:33.811Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:43:33 [2019-07-19T19:43:33.811Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:43:33 [2019-07-19T19:43:33.811Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:33 [2019-07-19T19:43:33.811Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:43:33 [2019-07-19T19:43:33.811Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:43:33 [2019-07-19T19:43:33.811Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:33 [2019-07-19T19:43:33.811Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:43:33 [2019-07-19T19:43:33.811Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:43:33 [2019-07-19T19:43:33.811Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:33 [2019-07-19T19:43:33.811Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:43:33 [2019-07-19T19:43:33.811Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:43:33 [2019-07-19T19:43:33.811Z] DEBUG - matched Button with text "Event type:", using matcher: of type 'Button' 15:43:33 [2019-07-19T19:43:33.811Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:33 [2019-07-19T19:43:33.811Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:43:33 [2019-07-19T19:43:33.811Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:43:33 [2019-07-19T19:43:33.811Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:33 [2019-07-19T19:43:33.811Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:43:33 [2019-07-19T19:43:33.811Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:43:33 [2019-07-19T19:43:33.811Z] DEBUG - matched Button with text "Highlight All", using matcher: of type 'Button' 15:43:33 [2019-07-19T19:43:33.811Z] DEBUG - matched Button with text "Highlight All", using matcher: with style 'SWT.PUSH' 15:43:33 [2019-07-19T19:43:33.811Z] DEBUG - matched Button with text "Highlight All", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:43:33 [2019-07-19T19:43:33.811Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:33 [2019-07-19T19:43:33.811Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:43:33 [2019-07-19T19:43:33.811Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:43:33 [2019-07-19T19:43:33.811Z] DEBUG - matched Button with text "< &Back", using matcher: of type 'Button' 15:43:33 [2019-07-19T19:43:33.811Z] DEBUG - matched Button with text "< &Back", using matcher: with style 'SWT.PUSH' 15:43:33 [2019-07-19T19:43:33.811Z] DEBUG - matched Button with text "< &Back", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:43:33 [2019-07-19T19:43:33.811Z] DEBUG - matched Button with text "&Next >", using matcher: of type 'Button' 15:43:33 [2019-07-19T19:43:33.811Z] DEBUG - matched Button with text "&Next >", using matcher: with style 'SWT.PUSH' 15:43:33 [2019-07-19T19:43:33.811Z] DEBUG - matched Button with text "&Next >", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:43:33 [2019-07-19T19:43:33.811Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:43:33 [2019-07-19T19:43:33.811Z] DEBUG - matched Button with text "Cancel", using matcher: with style 'SWT.PUSH' 15:43:33 [2019-07-19T19:43:33.811Z] DEBUG - matched Button with text "Cancel", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:43:33 [2019-07-19T19:43:33.811Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 15:43:33 [2019-07-19T19:43:33.811Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH' 15:43:33 [2019-07-19T19:43:33.811Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:43:33 [2019-07-19T19:43:33.811Z] DEBUG - Clicking on 15:43:33 [2019-07-19T19:43:33.811Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {} time=197318041 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 15:43:33 [2019-07-19T19:43:33.811Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {} time=197318041 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 15:43:33 [2019-07-19T19:43:33.811Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {} time=197318042 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') 15:43:33 [2019-07-19T19:43:33.811Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {} time=197318042 data=null} to (of type 'Button' and with style 'SWT.PUSH') 15:43:33 [2019-07-19T19:43:33.811Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {} time=197318042 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 15:43:33 [2019-07-19T19:43:33.811Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {} time=197318043 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 15:43:34 [2019-07-19T19:43:34.068Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {} time=197318043 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') 15:43:34 [2019-07-19T19:43:34.068Z] DEBUG - Clicked on 15:43:34 [2019-07-19T19:43:34.068Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:34 [2019-07-19T19:43:34.068Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:43:34 [2019-07-19T19:43:34.068Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:43:34 [2019-07-19T19:43:34.068Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:34 [2019-07-19T19:43:34.068Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:43:34 [2019-07-19T19:43:34.068Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:43:34 [2019-07-19T19:43:34.068Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:34 [2019-07-19T19:43:34.068Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:43:34 [2019-07-19T19:43:34.068Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:43:34 [2019-07-19T19:43:34.068Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:34 [2019-07-19T19:43:34.068Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:43:34 [2019-07-19T19:43:34.068Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:43:34 [2019-07-19T19:43:34.068Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:34 [2019-07-19T19:43:34.068Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:43:34 [2019-07-19T19:43:34.068Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:43:34 [2019-07-19T19:43:34.068Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:34 [2019-07-19T19:43:34.068Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:43:34 [2019-07-19T19:43:34.068Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:43:34 [2019-07-19T19:43:34.068Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:34 [2019-07-19T19:43:34.068Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:43:34 [2019-07-19T19:43:34.068Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:43:34 [2019-07-19T19:43:34.068Z] DEBUG - matched Button with text "Event type:", using matcher: of type 'Button' 15:43:34 [2019-07-19T19:43:34.068Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:34 [2019-07-19T19:43:34.068Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:43:34 [2019-07-19T19:43:34.068Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:43:34 [2019-07-19T19:43:34.068Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:34 [2019-07-19T19:43:34.068Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:43:34 [2019-07-19T19:43:34.068Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:43:34 [2019-07-19T19:43:34.068Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:34 [2019-07-19T19:43:34.068Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:43:34 [2019-07-19T19:43:34.068Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:43:34 [2019-07-19T19:43:34.068Z] DEBUG - matched Button with text "Highlight All", using matcher: of type 'Button' 15:43:34 [2019-07-19T19:43:34.068Z] DEBUG - matched Button with text "Highlight All", using matcher: with style 'SWT.PUSH' 15:43:34 [2019-07-19T19:43:34.068Z] DEBUG - matched Button with text "Highlight All", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:43:34 [2019-07-19T19:43:34.068Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:34 [2019-07-19T19:43:34.068Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:43:34 [2019-07-19T19:43:34.068Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:43:34 [2019-07-19T19:43:34.068Z] DEBUG - matched Button with text "< &Back", using matcher: of type 'Button' 15:43:34 [2019-07-19T19:43:34.068Z] DEBUG - matched Button with text "< &Back", using matcher: with style 'SWT.PUSH' 15:43:34 [2019-07-19T19:43:34.068Z] DEBUG - matched Button with text "< &Back", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:43:34 [2019-07-19T19:43:34.068Z] DEBUG - matched Button with text "&Next >", using matcher: of type 'Button' 15:43:34 [2019-07-19T19:43:34.068Z] DEBUG - matched Button with text "&Next >", using matcher: with style 'SWT.PUSH' 15:43:34 [2019-07-19T19:43:34.068Z] DEBUG - matched Button with text "&Next >", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:43:34 [2019-07-19T19:43:34.068Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:43:34 [2019-07-19T19:43:34.069Z] DEBUG - matched Button with text "Cancel", using matcher: with style 'SWT.PUSH' 15:43:34 [2019-07-19T19:43:34.069Z] DEBUG - matched Button with text "Cancel", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:43:34 [2019-07-19T19:43:34.069Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 15:43:34 [2019-07-19T19:43:34.069Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH' 15:43:34 [2019-07-19T19:43:34.069Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:43:34 [2019-07-19T19:43:34.069Z] DEBUG - Clicking on 15:43:34 [2019-07-19T19:43:34.069Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {} time=197318188 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 15:43:34 [2019-07-19T19:43:34.069Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {} time=197318188 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 15:43:34 [2019-07-19T19:43:34.069Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {} time=197318189 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') 15:43:34 [2019-07-19T19:43:34.069Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {} time=197318189 data=null} to (of type 'Button' and with style 'SWT.PUSH') 15:43:34 [2019-07-19T19:43:34.069Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {} time=197318189 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 15:43:34 [2019-07-19T19:43:34.069Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {} time=197318190 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 15:43:34 [2019-07-19T19:43:34.069Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {} time=197318190 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') 15:43:34 [2019-07-19T19:43:34.069Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {} time=197318290 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 15:43:34 [2019-07-19T19:43:34.069Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {} time=197318291 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 15:43:34 [2019-07-19T19:43:34.069Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {} time=197318292 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 15:43:34 [2019-07-19T19:43:34.069Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {} time=197318292 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') 15:43:34 [2019-07-19T19:43:34.069Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {} time=197318292 data=null} to (of type 'Button' and with style 'SWT.PUSH') 15:43:34 [2019-07-19T19:43:34.069Z] DEBUG - Clicked on 15:43:34 [2019-07-19T19:43:34.069Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:43:34 [2019-07-19T19:43:34.069Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:43:34 [2019-07-19T19:43:34.325Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:43:34 [2019-07-19T19:43:34.325Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:43:34 [2019-07-19T19:43:34.325Z] DEBUG - matched StyledText with text "", using matcher: of type 'StyledText' 15:43:34 [2019-07-19T19:43:34.325Z] DEBUG - matched StyledText with text "", using matcher: (of type 'StyledText') 15:43:34 [2019-07-19T19:43:34.325Z] DEBUG - Attempting to set focus on Tree with text {} 15:43:34 [2019-07-19T19:43:34.325Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Root Line 1 (0,���) : \s*(.*\S)} time=197318370 data=null button=0 stateMask=0x0 x=128 y=11 count=0} to TreeItem with text {Root Line 1 (0,���) : \s*(.*\S)} 15:43:34 [2019-07-19T19:43:34.325Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Root Line 1 (0,���) : \s*(.*\S)} time=197318397 data=null doit=true} to TreeItem with text {Root Line 1 (0,���) : \s*(.*\S)} 15:43:34 [2019-07-19T19:43:34.325Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Root Line 1 (0,���) : \s*(.*\S)} time=197318397 data=null} to TreeItem with text {Root Line 1 (0,���) : \s*(.*\S)} 15:43:34 [2019-07-19T19:43:34.325Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Root Line 1 (0,���) : \s*(.*\S)} time=197318398 data=null button=1 stateMask=0x0 x=128 y=11 count=1} to TreeItem with text {Root Line 1 (0,���) : \s*(.*\S)} 15:43:34 [2019-07-19T19:43:34.325Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197318398 data=null item=TreeItem {Root Line 1 (0,���) : \s*(.*\S)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Root Line 1 (0,���) : \s*(.*\S)} 15:43:34 [2019-07-19T19:43:34.582Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Root Line 1 (0,���) : \s*(.*\S)} time=197318689 data=null button=1 stateMask=0x80000 x=128 y=11 count=1} to TreeItem with text {Root Line 1 (0,���) : \s*(.*\S)} 15:43:34 [2019-07-19T19:43:34.582Z] DEBUG - matched Text with text "Test Category", using matcher: of type 'Text' 15:43:34 [2019-07-19T19:43:34.582Z] DEBUG - matched Text with text "ss", using matcher: of type 'Text' 15:43:34 [2019-07-19T19:43:34.582Z] DEBUG - matched Text with text "Test Trace", using matcher: of type 'Text' 15:43:34 [2019-07-19T19:43:34.582Z] DEBUG - matched Text with text "12", using matcher: of type 'Text' 15:43:34 [2019-07-19T19:43:34.582Z] DEBUG - matched Text with text "\s*(.*\S)", using matcher: of type 'Text' 15:43:34 [2019-07-19T19:43:34.582Z] DEBUG - matched Label with text "Regular expression:", using matcher: with mnemonic 'Regular expression:' 15:43:34 [2019-07-19T19:43:34.582Z] DEBUG - matched Text with text "\s*(.*\S)", using matcher: with label (with mnemonic 'Regular expression:') 15:43:34 [2019-07-19T19:43:34.582Z] DEBUG - matched Text with text "\s*(.*\S)", using matcher: (of type 'Text' and with label (with mnemonic 'Regular expression:')) 15:43:34 [2019-07-19T19:43:34.582Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 15:43:34 [2019-07-19T19:43:34.582Z] DEBUG - matched Label with text "Regular expression:", using matcher: with mnemonic 'Regular expression:' 15:43:34 [2019-07-19T19:43:34.582Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Regular expression:') 15:43:34 [2019-07-19T19:43:34.582Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Regular expression:')) 15:43:34 [2019-07-19T19:43:34.582Z] DEBUG - matched Text with text "ss", using matcher: of type 'Text' 15:43:34 [2019-07-19T19:43:34.582Z] DEBUG - matched Label with text "Regular expression:", using matcher: with mnemonic 'Regular expression:' 15:43:34 [2019-07-19T19:43:34.582Z] DEBUG - matched Text with text "ss", using matcher: with label (with mnemonic 'Regular expression:') 15:43:34 [2019-07-19T19:43:34.582Z] DEBUG - matched Text with text "ss", using matcher: (of type 'Text' and with label (with mnemonic 'Regular expression:')) 15:43:34 [2019-07-19T19:43:34.582Z] DEBUG - matched Text with text "12 Hello", using matcher: of type 'Text' 15:43:34 [2019-07-19T19:43:34.582Z] DEBUG - matched Label with text "Regular expression:", using matcher: with mnemonic 'Regular expression:' 15:43:34 [2019-07-19T19:43:34.582Z] DEBUG - matched Text with text "12 Hello", using matcher: with label (with mnemonic 'Regular expression:') 15:43:34 [2019-07-19T19:43:34.582Z] DEBUG - matched Text with text "12 Hello", using matcher: (of type 'Text' and with label (with mnemonic 'Regular expression:')) 15:43:34 [2019-07-19T19:43:34.582Z] DEBUG - matched Text with text "*no matching group*", using matcher: of type 'Text' 15:43:34 [2019-07-19T19:43:34.582Z] DEBUG - matched Label with text "Regular expression:", using matcher: with mnemonic 'Regular expression:' 15:43:34 [2019-07-19T19:43:34.582Z] DEBUG - matched Text with text "*no matching group*", using matcher: with label (with mnemonic 'Regular expression:') 15:43:34 [2019-07-19T19:43:34.582Z] DEBUG - matched Text with text "*no matching group*", using matcher: (of type 'Text' and with label (with mnemonic 'Regular expression:')) 15:43:34 [2019-07-19T19:43:34.582Z] DEBUG - matched Text with text "Create a new custom ...", using matcher: of type 'Text' 15:43:34 [2019-07-19T19:43:34.582Z] DEBUG - matched Label with text "Regular expression:", using matcher: with mnemonic 'Regular expression:' 15:43:34 [2019-07-19T19:43:34.582Z] DEBUG - matched Text with text "Create a new custom ...", using matcher: with label (with mnemonic 'Regular expression:') 15:43:34 [2019-07-19T19:43:34.582Z] DEBUG - matched Text with text "Create a new custom ...", using matcher: (of type 'Text' and with label (with mnemonic 'Regular expression:')) 15:43:34 [2019-07-19T19:43:34.582Z] DEBUG - Attempting to set focus on Tree with text {} 15:43:34 [2019-07-19T19:43:34.582Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Root Line 2 (0,���) : } time=197318744 data=null button=0 stateMask=0x0 x=102 y=32 count=0} to TreeItem with text {Root Line 2 (0,���) : } 15:43:34 [2019-07-19T19:43:34.582Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Root Line 2 (0,���) : } time=197318744 data=null doit=true} to TreeItem with text {Root Line 2 (0,���) : } 15:43:34 [2019-07-19T19:43:34.582Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Root Line 2 (0,���) : } time=197318744 data=null} to TreeItem with text {Root Line 2 (0,���) : } 15:43:34 [2019-07-19T19:43:34.582Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Root Line 2 (0,���) : } time=197318745 data=null button=1 stateMask=0x0 x=102 y=32 count=1} to TreeItem with text {Root Line 2 (0,���) : } 15:43:34 [2019-07-19T19:43:34.840Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197318745 data=null item=TreeItem {Root Line 2 (0,���) : } detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Root Line 2 (0,���) : } 15:43:34 [2019-07-19T19:43:34.840Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Root Line 2 (0,���) : } time=197318861 data=null button=1 stateMask=0x80000 x=102 y=32 count=1} to TreeItem with text {Root Line 2 (0,���) : } 15:43:34 [2019-07-19T19:43:34.840Z] DEBUG - matched Text with text "Test Category", using matcher: of type 'Text' 15:43:34 [2019-07-19T19:43:34.840Z] DEBUG - matched Text with text "ss", using matcher: of type 'Text' 15:43:34 [2019-07-19T19:43:34.840Z] DEBUG - matched Text with text "Test Trace", using matcher: of type 'Text' 15:43:34 [2019-07-19T19:43:34.840Z] DEBUG - matched Text with text "12", using matcher: of type 'Text' 15:43:34 [2019-07-19T19:43:34.840Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 15:43:34 [2019-07-19T19:43:34.840Z] DEBUG - matched Label with text "Regular expression:", using matcher: with mnemonic 'Regular expression:' 15:43:34 [2019-07-19T19:43:34.840Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Regular expression:') 15:43:34 [2019-07-19T19:43:34.840Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Regular expression:')) 15:43:34 [2019-07-19T19:43:34.840Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 15:43:34 [2019-07-19T19:43:34.840Z] DEBUG - matched Label with text "Regular expression:", using matcher: with mnemonic 'Regular expression:' 15:43:34 [2019-07-19T19:43:34.840Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Regular expression:') 15:43:34 [2019-07-19T19:43:34.840Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Regular expression:')) 15:43:34 [2019-07-19T19:43:34.840Z] DEBUG - matched Text with text "Create a new custom ...", using matcher: of type 'Text' 15:43:34 [2019-07-19T19:43:34.840Z] DEBUG - matched Label with text "Regular expression:", using matcher: with mnemonic 'Regular expression:' 15:43:34 [2019-07-19T19:43:34.840Z] DEBUG - matched Text with text "Create a new custom ...", using matcher: with label (with mnemonic 'Regular expression:') 15:43:34 [2019-07-19T19:43:34.840Z] DEBUG - matched Text with text "Create a new custom ...", using matcher: (of type 'Text' and with label (with mnemonic 'Regular expression:')) 15:43:34 [2019-07-19T19:43:34.840Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:34 [2019-07-19T19:43:34.840Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:43:34 [2019-07-19T19:43:34.840Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:43:34 [2019-07-19T19:43:34.840Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:34 [2019-07-19T19:43:34.840Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:43:34 [2019-07-19T19:43:34.840Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:43:34 [2019-07-19T19:43:34.840Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:34 [2019-07-19T19:43:34.840Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:43:34 [2019-07-19T19:43:34.840Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:43:34 [2019-07-19T19:43:34.840Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:34 [2019-07-19T19:43:34.840Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:43:34 [2019-07-19T19:43:34.840Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:43:34 [2019-07-19T19:43:34.840Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:34 [2019-07-19T19:43:34.840Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:43:34 [2019-07-19T19:43:34.840Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:43:34 [2019-07-19T19:43:34.840Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:34 [2019-07-19T19:43:34.840Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:43:34 [2019-07-19T19:43:34.840Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:43:34 [2019-07-19T19:43:34.840Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:34 [2019-07-19T19:43:34.840Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:43:34 [2019-07-19T19:43:34.840Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:43:34 [2019-07-19T19:43:34.840Z] DEBUG - matched Button with text "Event type:", using matcher: of type 'Button' 15:43:34 [2019-07-19T19:43:34.840Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:34 [2019-07-19T19:43:34.840Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:43:34 [2019-07-19T19:43:34.840Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:43:34 [2019-07-19T19:43:34.840Z] DEBUG - matched Button with text "Highlight All", using matcher: of type 'Button' 15:43:34 [2019-07-19T19:43:34.840Z] DEBUG - matched Button with text "Highlight All", using matcher: with style 'SWT.PUSH' 15:43:34 [2019-07-19T19:43:34.840Z] DEBUG - matched Button with text "Highlight All", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:43:34 [2019-07-19T19:43:34.840Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:34 [2019-07-19T19:43:34.840Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:43:34 [2019-07-19T19:43:34.840Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:43:34 [2019-07-19T19:43:34.840Z] DEBUG - matched Button with text "< &Back", using matcher: of type 'Button' 15:43:34 [2019-07-19T19:43:34.840Z] DEBUG - matched Button with text "< &Back", using matcher: with style 'SWT.PUSH' 15:43:34 [2019-07-19T19:43:34.840Z] DEBUG - matched Button with text "< &Back", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:43:34 [2019-07-19T19:43:34.840Z] DEBUG - matched Button with text "&Next >", using matcher: of type 'Button' 15:43:34 [2019-07-19T19:43:34.840Z] DEBUG - matched Button with text "&Next >", using matcher: with style 'SWT.PUSH' 15:43:34 [2019-07-19T19:43:34.840Z] DEBUG - matched Button with text "&Next >", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:43:34 [2019-07-19T19:43:34.840Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:43:34 [2019-07-19T19:43:34.840Z] DEBUG - matched Button with text "Cancel", using matcher: with style 'SWT.PUSH' 15:43:34 [2019-07-19T19:43:34.840Z] DEBUG - matched Button with text "Cancel", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:43:34 [2019-07-19T19:43:34.840Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 15:43:34 [2019-07-19T19:43:34.840Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH' 15:43:34 [2019-07-19T19:43:34.840Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:43:34 [2019-07-19T19:43:34.840Z] DEBUG - Clicking on 15:43:34 [2019-07-19T19:43:34.840Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {} time=197318979 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 15:43:34 [2019-07-19T19:43:34.840Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {} time=197318979 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 15:43:34 [2019-07-19T19:43:34.840Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {} time=197318980 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') 15:43:34 [2019-07-19T19:43:34.840Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {} time=197318980 data=null} to (of type 'Button' and with style 'SWT.PUSH') 15:43:34 [2019-07-19T19:43:34.840Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {} time=197318980 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 15:43:34 [2019-07-19T19:43:34.840Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {} time=197318980 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 15:43:34 [2019-07-19T19:43:34.840Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {} time=197318980 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') 15:43:34 [2019-07-19T19:43:34.840Z] DEBUG - Clicked on 15:43:34 [2019-07-19T19:43:34.840Z] DEBUG - matched Combo with text "(0,���)", using matcher: of type 'Combo' 15:43:34 [2019-07-19T19:43:34.840Z] DEBUG - matched Combo with text "Message", using matcher: of type 'Combo' 15:43:34 [2019-07-19T19:43:34.840Z] DEBUG - matched Combo with text "Set", using matcher: of type 'Combo' 15:43:34 [2019-07-19T19:43:34.840Z] DEBUG - matched Combo with text "Set", using matcher: with text 'Set' 15:43:34 [2019-07-19T19:43:34.840Z] DEBUG - matched Combo with text "Set", using matcher: (of type 'Combo' and with text 'Set') 15:43:34 [2019-07-19T19:43:34.840Z] DEBUG - Setting selection on (of type 'Combo' and with text 'Set') to Append with | 15:43:35 [2019-07-19T19:43:35.097Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {Append with |} time=197319140 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Combo' and with text 'Set') 15:43:35 [2019-07-19T19:43:35.097Z] DEBUG - Set selection on (of type 'Combo' and with text 'Set') to Append with | 15:43:35 [2019-07-19T19:43:35.097Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:35 [2019-07-19T19:43:35.097Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:35 [2019-07-19T19:43:35.097Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:35 [2019-07-19T19:43:35.097Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:35 [2019-07-19T19:43:35.097Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:35 [2019-07-19T19:43:35.097Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:35 [2019-07-19T19:43:35.097Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:35 [2019-07-19T19:43:35.097Z] DEBUG - matched Button with text "Event type:", using matcher: of type 'Button' 15:43:35 [2019-07-19T19:43:35.097Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:35 [2019-07-19T19:43:35.097Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:35 [2019-07-19T19:43:35.097Z] DEBUG - matched Button with text "Highlight All", using matcher: of type 'Button' 15:43:35 [2019-07-19T19:43:35.097Z] DEBUG - matched Button with text "Highlight All", using matcher: with mnemonic 'Highlight All' 15:43:35 [2019-07-19T19:43:35.097Z] DEBUG - matched Button with text "Highlight All", using matcher: with style 'SWT.PUSH' 15:43:35 [2019-07-19T19:43:35.097Z] DEBUG - matched Button with text "Highlight All", using matcher: (of type 'Button' and with mnemonic 'Highlight All' and with style 'SWT.PUSH') 15:43:35 [2019-07-19T19:43:35.097Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:35 [2019-07-19T19:43:35.097Z] DEBUG - matched Button with text "< &Back", using matcher: of type 'Button' 15:43:35 [2019-07-19T19:43:35.097Z] DEBUG - matched Button with text "&Next >", using matcher: of type 'Button' 15:43:35 [2019-07-19T19:43:35.097Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:43:35 [2019-07-19T19:43:35.097Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 15:43:35 [2019-07-19T19:43:35.097Z] DEBUG - Clicking on Highlight All 15:43:35 [2019-07-19T19:43:35.097Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Highlight All} time=197319234 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Highlight All' and with style 'SWT.PUSH') 15:43:35 [2019-07-19T19:43:35.097Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Highlight All} time=197319235 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Highlight All' and with style 'SWT.PUSH') 15:43:35 [2019-07-19T19:43:35.097Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Highlight All} time=197319235 data=null doit=true} to (of type 'Button' and with mnemonic 'Highlight All' and with style 'SWT.PUSH') 15:43:35 [2019-07-19T19:43:35.097Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Highlight All} time=197319236 data=null} to (of type 'Button' and with mnemonic 'Highlight All' and with style 'SWT.PUSH') 15:43:35 [2019-07-19T19:43:35.097Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Highlight All} time=197319236 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Highlight All' and with style 'SWT.PUSH') 15:43:35 [2019-07-19T19:43:35.097Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Highlight All} time=197319236 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Highlight All' and with style 'SWT.PUSH') 15:43:35 [2019-07-19T19:43:35.097Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Highlight All} time=197319236 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Highlight All' and with style 'SWT.PUSH') 15:43:35 [2019-07-19T19:43:35.097Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Highlight All} time=197319249 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Highlight All' and with style 'SWT.PUSH') 15:43:35 [2019-07-19T19:43:35.097Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Highlight All} time=197319249 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Highlight All' and with style 'SWT.PUSH') 15:43:35 [2019-07-19T19:43:35.097Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Highlight All} time=197319250 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Highlight All' and with style 'SWT.PUSH') 15:43:35 [2019-07-19T19:43:35.097Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Highlight All} time=197319250 data=null doit=true} to (of type 'Button' and with mnemonic 'Highlight All' and with style 'SWT.PUSH') 15:43:35 [2019-07-19T19:43:35.097Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Highlight All} time=197319250 data=null} to (of type 'Button' and with mnemonic 'Highlight All' and with style 'SWT.PUSH') 15:43:35 [2019-07-19T19:43:35.097Z] DEBUG - Clicked on Highlight All 15:43:35 [2019-07-19T19:43:35.097Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:35 [2019-07-19T19:43:35.097Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:35 [2019-07-19T19:43:35.097Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:35 [2019-07-19T19:43:35.097Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:35 [2019-07-19T19:43:35.097Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:35 [2019-07-19T19:43:35.097Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:35 [2019-07-19T19:43:35.097Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:35 [2019-07-19T19:43:35.097Z] DEBUG - matched Button with text "Event type:", using matcher: of type 'Button' 15:43:35 [2019-07-19T19:43:35.097Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:35 [2019-07-19T19:43:35.097Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:35 [2019-07-19T19:43:35.097Z] DEBUG - matched Button with text "Highlight All", using matcher: of type 'Button' 15:43:35 [2019-07-19T19:43:35.097Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:35 [2019-07-19T19:43:35.097Z] DEBUG - matched Button with text "< &Back", using matcher: of type 'Button' 15:43:35 [2019-07-19T19:43:35.097Z] DEBUG - matched Button with text "&Next >", using matcher: of type 'Button' 15:43:35 [2019-07-19T19:43:35.097Z] DEBUG - matched Button with text "&Next >", using matcher: with mnemonic 'Next >' 15:43:35 [2019-07-19T19:43:35.097Z] DEBUG - matched Button with text "&Next >", using matcher: with style 'SWT.PUSH' 15:43:35 [2019-07-19T19:43:35.097Z] DEBUG - matched Button with text "&Next >", using matcher: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 15:43:35 [2019-07-19T19:43:35.097Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:43:35 [2019-07-19T19:43:35.097Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 15:43:35 [2019-07-19T19:43:35.097Z] DEBUG - Clicking on &Next > 15:43:35 [2019-07-19T19:43:35.097Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Next >} time=197319257 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 15:43:35 [2019-07-19T19:43:35.097Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Next >} time=197319257 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 15:43:35 [2019-07-19T19:43:35.097Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Next >} time=197319257 data=null doit=true} to (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 15:43:35 [2019-07-19T19:43:35.097Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Next >} time=197319257 data=null} to (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 15:43:35 [2019-07-19T19:43:35.097Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Next >} time=197319258 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 15:43:35 [2019-07-19T19:43:35.097Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Next >} time=197319258 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 15:43:35 [2019-07-19T19:43:35.355Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Next >} time=197319258 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 15:43:35 [2019-07-19T19:43:35.355Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 15:43:35 [2019-07-19T19:43:35.355Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 15:43:35 [2019-07-19T19:43:35.355Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 15:43:35 [2019-07-19T19:43:35.355Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 15:43:35 [2019-07-19T19:43:35.355Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 15:43:35 [2019-07-19T19:43:35.355Z] DEBUG - Clicked on &Next > 15:43:35 [2019-07-19T19:43:35.355Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:35 [2019-07-19T19:43:35.355Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:35 [2019-07-19T19:43:35.355Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:35 [2019-07-19T19:43:35.355Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:35 [2019-07-19T19:43:35.355Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:35 [2019-07-19T19:43:35.355Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:35 [2019-07-19T19:43:35.355Z] DEBUG - matched Button with text "< &Back", using matcher: of type 'Button' 15:43:35 [2019-07-19T19:43:35.355Z] DEBUG - matched Button with text "&Next >", using matcher: of type 'Button' 15:43:35 [2019-07-19T19:43:35.355Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:43:35 [2019-07-19T19:43:35.355Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 15:43:35 [2019-07-19T19:43:35.355Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish' 15:43:35 [2019-07-19T19:43:35.355Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH' 15:43:35 [2019-07-19T19:43:35.355Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 15:43:35 [2019-07-19T19:43:35.355Z] DEBUG - Clicking on &Finish 15:43:35 [2019-07-19T19:43:35.355Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=197319531 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 15:43:35 [2019-07-19T19:43:35.355Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=197319532 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 15:43:35 [2019-07-19T19:43:35.355Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=197319532 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 15:43:35 [2019-07-19T19:43:35.355Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=197319532 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 15:43:35 [2019-07-19T19:43:35.355Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=197319532 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 15:43:35 [2019-07-19T19:43:35.355Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=197319532 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 15:43:35 [2019-07-19T19:43:35.612Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=197319533 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 15:43:35 [2019-07-19T19:43:35.612Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {New...} time=197316647 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'New...' and with style 'SWT.PUSH') 15:43:35 [2019-07-19T19:43:35.869Z] DEBUG - Clicked on 15:43:35 [2019-07-19T19:43:35.869Z] DEBUG - matched Shell with text "Manage Custom Parser...", using matcher: with text 'Manage Custom Parsers' 15:43:35 [2019-07-19T19:43:35.869Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Manage Custom Parsers} time=197319950 data=null doit=true} to Shell with text {Manage Custom Parsers} 15:43:35 [2019-07-19T19:43:35.869Z] DEBUG - Attempting to set focus on Shell with text {Manage Custom Parsers} 15:43:35 [2019-07-19T19:43:35.869Z] DEBUG - matched List with text "", using matcher: of type 'List' 15:43:35 [2019-07-19T19:43:35.869Z] DEBUG - matched List with text "", using matcher: (of type 'List') 15:43:35 [2019-07-19T19:43:35.869Z] DEBUG - Set selection (of type 'List') to text Test Category : Test Trace 15:43:35 [2019-07-19T19:43:35.869Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{List {} time=197319962 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'List') 15:43:35 [2019-07-19T19:43:35.869Z] DEBUG - Sent event Activate [26]: ShellEvent{List {} time=197319962 data=null doit=true} to (of type 'List') 15:43:35 [2019-07-19T19:43:35.869Z] DEBUG - Sent event FocusIn [15]: FocusEvent{List {} time=197319962 data=null} to (of type 'List') 15:43:35 [2019-07-19T19:43:35.869Z] DEBUG - Sent event MouseDown [3]: MouseEvent{List {} time=197319965 data=null button=1 stateMask=0x0 x=97 y=10 count=1} to (of type 'List') 15:43:35 [2019-07-19T19:43:35.869Z] DEBUG - Sent event Selection [13]: SelectionEvent{List {} time=197319965 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'List') 15:43:35 [2019-07-19T19:43:35.869Z] DEBUG - Sent event MouseUp [4]: MouseEvent{List {} time=197319966 data=null button=1 stateMask=0x80000 x=97 y=10 count=1} to (of type 'List') 15:43:35 [2019-07-19T19:43:35.869Z] DEBUG - matched Button with text "Text", using matcher: of type 'Button' 15:43:35 [2019-07-19T19:43:35.869Z] DEBUG - matched Button with text "XML", using matcher: of type 'Button' 15:43:35 [2019-07-19T19:43:35.869Z] DEBUG - matched Button with text "New...", using matcher: of type 'Button' 15:43:35 [2019-07-19T19:43:35.869Z] DEBUG - matched Button with text "Edit...", using matcher: of type 'Button' 15:43:35 [2019-07-19T19:43:35.869Z] DEBUG - matched Button with text "Delete", using matcher: of type 'Button' 15:43:35 [2019-07-19T19:43:35.869Z] DEBUG - matched Button with text "Delete", using matcher: with mnemonic 'Delete' 15:43:35 [2019-07-19T19:43:35.869Z] DEBUG - matched Button with text "Delete", using matcher: with style 'SWT.PUSH' 15:43:35 [2019-07-19T19:43:35.869Z] DEBUG - matched Button with text "Delete", using matcher: (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 15:43:35 [2019-07-19T19:43:35.869Z] DEBUG - matched Button with text "Import...", using matcher: of type 'Button' 15:43:35 [2019-07-19T19:43:35.869Z] DEBUG - matched Button with text "Export...", using matcher: of type 'Button' 15:43:35 [2019-07-19T19:43:35.869Z] DEBUG - matched Button with text "&Close", using matcher: of type 'Button' 15:43:35 [2019-07-19T19:43:35.869Z] DEBUG - Clicking on Delete 15:43:35 [2019-07-19T19:43:35.869Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Delete} time=197319969 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 15:43:35 [2019-07-19T19:43:35.869Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Delete} time=197319969 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 15:43:35 [2019-07-19T19:43:35.869Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Delete} time=197319969 data=null doit=true} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 15:43:35 [2019-07-19T19:43:35.869Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Delete} time=197319970 data=null} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 15:43:35 [2019-07-19T19:43:35.869Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Delete} time=197319970 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 15:43:35 [2019-07-19T19:43:35.869Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Delete} time=197319970 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 15:43:36 [2019-07-19T19:43:36.126Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Delete} time=197320136 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 15:43:36 [2019-07-19T19:43:36.126Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Delete} time=197320137 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 15:43:36 [2019-07-19T19:43:36.126Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Delete} time=197320138 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 15:43:36 [2019-07-19T19:43:36.126Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Delete} time=197320138 data=null doit=true} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 15:43:36 [2019-07-19T19:43:36.126Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Delete} time=197320138 data=null} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 15:43:36 [2019-07-19T19:43:36.126Z] DEBUG - Clicked on Delete 15:43:36 [2019-07-19T19:43:36.126Z] DEBUG - matched Shell with text "Delete Custom Parser", using matcher: with text 'Delete Custom Parser' 15:43:36 [2019-07-19T19:43:36.126Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Delete Custom Parser} time=197320140 data=null doit=true} to Shell with text {Delete Custom Parser} 15:43:36 [2019-07-19T19:43:36.126Z] DEBUG - Attempting to set focus on Shell with text {Delete Custom Parser} 15:43:36 [2019-07-19T19:43:36.126Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button' 15:43:36 [2019-07-19T19:43:36.126Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button' 15:43:36 [2019-07-19T19:43:36.126Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes' 15:43:36 [2019-07-19T19:43:36.126Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH' 15:43:36 [2019-07-19T19:43:36.126Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 15:43:36 [2019-07-19T19:43:36.126Z] DEBUG - Clicking on &Yes 15:43:36 [2019-07-19T19:43:36.126Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=197320142 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 15:43:36 [2019-07-19T19:43:36.126Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=197320142 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 15:43:36 [2019-07-19T19:43:36.126Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=197320142 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 15:43:36 [2019-07-19T19:43:36.126Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=197320142 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 15:43:36 [2019-07-19T19:43:36.126Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=197320143 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 15:43:36 [2019-07-19T19:43:36.126Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=197320145 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 15:43:36 [2019-07-19T19:43:36.126Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=197320145 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 15:43:36 [2019-07-19T19:43:36.126Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Delete} time=197319970 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 15:43:36 [2019-07-19T19:43:36.126Z] DEBUG - Clicked on 15:43:36 [2019-07-19T19:43:36.126Z] DEBUG - matched Shell with text "Manage Custom Parser...", using matcher: with text 'Manage Custom Parsers' 15:43:36 [2019-07-19T19:43:36.126Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Manage Custom Parsers} time=197320371 data=null doit=true} to Shell with text {Manage Custom Parsers} 15:43:36 [2019-07-19T19:43:36.126Z] DEBUG - Attempting to set focus on Shell with text {Manage Custom Parsers} 15:43:36 [2019-07-19T19:43:36.126Z] DEBUG - matched Button with text "Text", using matcher: of type 'Button' 15:43:36 [2019-07-19T19:43:36.126Z] DEBUG - matched Button with text "XML", using matcher: of type 'Button' 15:43:36 [2019-07-19T19:43:36.126Z] DEBUG - matched Button with text "New...", using matcher: of type 'Button' 15:43:36 [2019-07-19T19:43:36.126Z] DEBUG - matched Button with text "Edit...", using matcher: of type 'Button' 15:43:36 [2019-07-19T19:43:36.126Z] DEBUG - matched Button with text "Delete", using matcher: of type 'Button' 15:43:36 [2019-07-19T19:43:36.126Z] DEBUG - matched Button with text "Import...", using matcher: of type 'Button' 15:43:36 [2019-07-19T19:43:36.126Z] DEBUG - matched Button with text "Export...", using matcher: of type 'Button' 15:43:36 [2019-07-19T19:43:36.126Z] DEBUG - matched Button with text "&Close", using matcher: of type 'Button' 15:43:36 [2019-07-19T19:43:36.126Z] DEBUG - matched Button with text "&Close", using matcher: with mnemonic 'Close' 15:43:36 [2019-07-19T19:43:36.126Z] DEBUG - matched Button with text "&Close", using matcher: with style 'SWT.PUSH' 15:43:36 [2019-07-19T19:43:36.126Z] DEBUG - matched Button with text "&Close", using matcher: (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 15:43:36 [2019-07-19T19:43:36.126Z] DEBUG - Clicking on &Close 15:43:36 [2019-07-19T19:43:36.126Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Close} time=197320374 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 15:43:36 [2019-07-19T19:43:36.126Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Close} time=197320374 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 15:43:36 [2019-07-19T19:43:36.126Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Close} time=197320375 data=null doit=true} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 15:43:36 [2019-07-19T19:43:36.126Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Close} time=197320375 data=null} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 15:43:36 [2019-07-19T19:43:36.126Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Close} time=197320375 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 15:43:36 [2019-07-19T19:43:36.126Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Close} time=197320375 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 15:43:36 [2019-07-19T19:43:36.383Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Close} time=197320375 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 15:43:36 [2019-07-19T19:43:36.383Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Manage Custom Parsers...} time=197316269 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Manage Custom Parsers...' 15:43:36 [2019-07-19T19:43:36.383Z] DEBUG - Clicked on 15:43:36 [2019-07-19T19:43:36.383Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=197320580 data=null doit=true} to Shell with text {data - Eclipse Platform} 15:43:36 [2019-07-19T19:43:36.639Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' 15:43:36 [2019-07-19T19:43:36.639Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:43:36 [2019-07-19T19:43:36.639Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:43:36 [2019-07-19T19:43:36.639Z] DEBUG - Attempting to set focus on Tree with text {} 15:43:36 [2019-07-19T19:43:36.639Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestText} time=197320731 data=null button=0 stateMask=0x0 x=67 y=11 count=0} to TreeItem with text {TestText} 15:43:36 [2019-07-19T19:43:36.639Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestText} time=197320732 data=null doit=true} to TreeItem with text {TestText} 15:43:36 [2019-07-19T19:43:36.639Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestText} time=197320732 data=null} to TreeItem with text {TestText} 15:43:36 [2019-07-19T19:43:36.639Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestText} time=197320733 data=null button=1 stateMask=0x0 x=67 y=11 count=1} to TreeItem with text {TestText} 15:43:36 [2019-07-19T19:43:36.639Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197320733 data=null item=TreeItem {TestText} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestText} 15:43:36 [2019-07-19T19:43:36.639Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestText} time=197320833 data=null button=1 stateMask=0x80000 x=67 y=11 count=1} to TreeItem with text {TestText} 15:43:36 [2019-07-19T19:43:36.896Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' 15:43:36 [2019-07-19T19:43:36.896Z] DEBUG - Clicking on with mnemonic 'Delete' 15:43:37 [2019-07-19T19:43:37.155Z] DEBUG - Clicked on with mnemonic 'Delete' 15:43:37 [2019-07-19T19:43:37.411Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' 15:43:37 [2019-07-19T19:43:37.411Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} 15:43:37 [2019-07-19T19:43:37.411Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 15:43:37 [2019-07-19T19:43:37.411Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' 15:43:37 [2019-07-19T19:43:37.411Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') 15:43:37 [2019-07-19T19:43:37.411Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 15:43:37 [2019-07-19T19:43:37.411Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:43:37 [2019-07-19T19:43:37.411Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:43:37 [2019-07-19T19:43:37.671Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') 15:43:37 [2019-07-19T19:43:37.671Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected 15:43:37 [2019-07-19T19:43:37.671Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197321663 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:43:37 [2019-07-19T19:43:37.671Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197321664 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:43:37 [2019-07-19T19:43:37.671Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=197321664 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:43:37 [2019-07-19T19:43:37.671Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=197321665 data=null} to (of type 'Button' and with style 'SWT.CHECK') 15:43:37 [2019-07-19T19:43:37.671Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197321665 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:43:37 [2019-07-19T19:43:37.671Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197321665 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:43:37 [2019-07-19T19:43:37.671Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=197321665 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:43:37 [2019-07-19T19:43:37.671Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197321666 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:43:37 [2019-07-19T19:43:37.671Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197321666 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:43:37 [2019-07-19T19:43:37.671Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197321666 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:43:37 [2019-07-19T19:43:37.671Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=197321666 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:43:37 [2019-07-19T19:43:37.671Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=197321666 data=null} to (of type 'Button' and with style 'SWT.CHECK') 15:43:37 [2019-07-19T19:43:37.671Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') 15:43:37 [2019-07-19T19:43:37.671Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 15:43:37 [2019-07-19T19:43:37.671Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 15:43:37 [2019-07-19T19:43:37.671Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:43:37 [2019-07-19T19:43:37.671Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:43:37 [2019-07-19T19:43:37.671Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 15:43:37 [2019-07-19T19:43:37.671Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:43:37 [2019-07-19T19:43:37.671Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:43:37 [2019-07-19T19:43:37.671Z] DEBUG - Clicking on OK 15:43:37 [2019-07-19T19:43:37.671Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=197321670 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:43:37 [2019-07-19T19:43:37.671Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=197321671 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:43:37 [2019-07-19T19:43:37.671Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=197321671 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:43:37 [2019-07-19T19:43:37.671Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=197321671 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:43:37 [2019-07-19T19:43:37.671Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=197321671 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:43:37 [2019-07-19T19:43:37.671Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=197321672 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:43:37 [2019-07-19T19:43:37.671Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:43:37 [2019-07-19T19:43:37.671Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:43:37 [2019-07-19T19:43:37.671Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:43:37 [2019-07-19T19:43:37.671Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:43:37 [2019-07-19T19:43:37.671Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:43:37 [2019-07-19T19:43:37.671Z] DEBUG - Clicked on OK 15:43:37 [2019-07-19T19:43:37.927Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=197321672 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:43:37 [2019-07-19T19:43:37.927Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=197321048 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' 15:43:38 [2019-07-19T19:43:38.185Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 15:43:38 [2019-07-19T19:43:38.747Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:43:38 [2019-07-19T19:43:38.747Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:43:38 [2019-07-19T19:43:38.747Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:43:38 [2019-07-19T19:43:38.747Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:43:38 [2019-07-19T19:43:38.747Z] DEBUG - Attempting to set focus on Tree with text {} 15:43:38 [2019-07-19T19:43:38.747Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestText} time=197322888 data=null button=0 stateMask=0x0 x=67 y=11 count=0} to TreeItem with text {TestText} 15:43:38 [2019-07-19T19:43:38.747Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestText} time=197322888 data=null doit=true} to TreeItem with text {TestText} 15:43:38 [2019-07-19T19:43:38.747Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestText} time=197322888 data=null} to TreeItem with text {TestText} 15:43:38 [2019-07-19T19:43:38.747Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestText} time=197322889 data=null button=1 stateMask=0x0 x=67 y=11 count=1} to TreeItem with text {TestText} 15:43:38 [2019-07-19T19:43:38.747Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197322889 data=null item=TreeItem {TestText} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestText} 15:43:38 [2019-07-19T19:43:38.747Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestText} time=197322945 data=null button=1 stateMask=0x80000 x=67 y=11 count=1} to TreeItem with text {TestText} 15:43:38 [2019-07-19T19:43:38.747Z] DEBUG - Attempting to set focus on Tree with text {} 15:43:38 [2019-07-19T19:43:38.747Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestText} time=197322947 data=null button=0 stateMask=0x0 x=67 y=11 count=0} to TreeItem with text {TestText} 15:43:38 [2019-07-19T19:43:38.747Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestText} time=197322950 data=null doit=true} to TreeItem with text {TestText} 15:43:38 [2019-07-19T19:43:38.747Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestText} time=197322951 data=null} to TreeItem with text {TestText} 15:43:38 [2019-07-19T19:43:38.747Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestText} time=197322951 data=null button=1 stateMask=0x0 x=67 y=11 count=1} to TreeItem with text {TestText} 15:43:38 [2019-07-19T19:43:38.747Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197322951 data=null item=TreeItem {TestText} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestText} 15:43:38 [2019-07-19T19:43:38.747Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestText} time=197322962 data=null button=1 stateMask=0x80000 x=67 y=11 count=1} to TreeItem with text {TestText} 15:43:38 [2019-07-19T19:43:38.747Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestText} time=197322963 data=null doit=true} to TreeItem with text {TestText} 15:43:38 [2019-07-19T19:43:38.747Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestText} time=197322963 data=null} to TreeItem with text {TestText} 15:43:38 [2019-07-19T19:43:38.747Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestText} time=197322963 data=null button=1 stateMask=0x0 x=67 y=11 count=1} to TreeItem with text {TestText} 15:43:38 [2019-07-19T19:43:38.747Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=197322964 data=null item=TreeItem {TestText} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {TestText} 15:43:38 [2019-07-19T19:43:38.747Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestText} time=197322977 data=null button=1 stateMask=0x80000 x=67 y=11 count=1} to TreeItem with text {TestText} 15:43:38 [2019-07-19T19:43:38.747Z] DEBUG - Attempting to set focus on Tree with text {} 15:43:38 [2019-07-19T19:43:38.747Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=197322978 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]} 15:43:38 [2019-07-19T19:43:38.747Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=197322978 data=null doit=true} to TreeItem with text {Traces [0]} 15:43:38 [2019-07-19T19:43:38.747Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=197322978 data=null} to TreeItem with text {Traces [0]} 15:43:38 [2019-07-19T19:43:38.747Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=197322979 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 15:43:39 [2019-07-19T19:43:39.004Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197322979 data=null item=TreeItem {Traces [0]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [0]} 15:43:39 [2019-07-19T19:43:39.004Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=197323045 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 15:43:39 [2019-07-19T19:43:39.004Z] DEBUG - Attempting to set focus on Tree with text {} 15:43:39 [2019-07-19T19:43:39.004Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=197323054 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]} 15:43:39 [2019-07-19T19:43:39.004Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=197323054 data=null doit=true} to TreeItem with text {Traces [0]} 15:43:39 [2019-07-19T19:43:39.004Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=197323054 data=null} to TreeItem with text {Traces [0]} 15:43:39 [2019-07-19T19:43:39.004Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=197323055 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 15:43:39 [2019-07-19T19:43:39.004Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197323055 data=null item=TreeItem {Traces [0]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [0]} 15:43:39 [2019-07-19T19:43:39.004Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=197323062 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 15:43:39 [2019-07-19T19:43:39.004Z] DEBUG - matched MenuItem with text "Manage Custom Parser...", using matcher: with mnemonic 'Manage Custom Parsers...' 15:43:39 [2019-07-19T19:43:39.004Z] DEBUG - Clicking on with mnemonic 'Manage Custom Parsers...' 15:43:39 [2019-07-19T19:43:39.261Z] DEBUG - Clicked on with mnemonic 'Manage Custom Parsers...' 15:43:39 [2019-07-19T19:43:39.261Z] DEBUG - matched Shell with text "Manage Custom Parser...", using matcher: with text 'Manage Custom Parsers' 15:43:39 [2019-07-19T19:43:39.261Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Manage Custom Parsers} time=197323469 data=null doit=true} to Shell with text {Manage Custom Parsers} 15:43:39 [2019-07-19T19:43:39.261Z] DEBUG - Attempting to set focus on Shell with text {Manage Custom Parsers} 15:43:39 [2019-07-19T19:43:39.261Z] DEBUG - matched List with text "", using matcher: of type 'List' 15:43:39 [2019-07-19T19:43:39.261Z] DEBUG - matched List with text "", using matcher: (of type 'List') 15:43:39 [2019-07-19T19:43:39.261Z] DEBUG - Set selection (of type 'List') to text Demo Category : Demo trace 15:43:39 [2019-07-19T19:43:39.261Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{List {} time=197323472 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'List') 15:43:39 [2019-07-19T19:43:39.261Z] DEBUG - Sent event Activate [26]: ShellEvent{List {} time=197323472 data=null doit=true} to (of type 'List') 15:43:39 [2019-07-19T19:43:39.261Z] DEBUG - Sent event FocusIn [15]: FocusEvent{List {} time=197323472 data=null} to (of type 'List') 15:43:39 [2019-07-19T19:43:39.261Z] DEBUG - Sent event MouseDown [3]: MouseEvent{List {} time=197323473 data=null button=1 stateMask=0x0 x=102 y=31 count=1} to (of type 'List') 15:43:39 [2019-07-19T19:43:39.261Z] DEBUG - Sent event Selection [13]: SelectionEvent{List {} time=197323473 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'List') 15:43:39 [2019-07-19T19:43:39.261Z] DEBUG - Sent event MouseUp [4]: MouseEvent{List {} time=197323474 data=null button=1 stateMask=0x80000 x=102 y=31 count=1} to (of type 'List') 15:43:39 [2019-07-19T19:43:39.261Z] DEBUG - matched Button with text "Text", using matcher: of type 'Button' 15:43:39 [2019-07-19T19:43:39.261Z] DEBUG - matched Button with text "XML", using matcher: of type 'Button' 15:43:39 [2019-07-19T19:43:39.261Z] DEBUG - matched Button with text "New...", using matcher: of type 'Button' 15:43:39 [2019-07-19T19:43:39.261Z] DEBUG - matched Button with text "Edit...", using matcher: of type 'Button' 15:43:39 [2019-07-19T19:43:39.261Z] DEBUG - matched Button with text "Edit...", using matcher: with mnemonic 'Edit...' 15:43:39 [2019-07-19T19:43:39.261Z] DEBUG - matched Button with text "Edit...", using matcher: with style 'SWT.PUSH' 15:43:39 [2019-07-19T19:43:39.261Z] DEBUG - matched Button with text "Edit...", using matcher: (of type 'Button' and with mnemonic 'Edit...' and with style 'SWT.PUSH') 15:43:39 [2019-07-19T19:43:39.261Z] DEBUG - matched Button with text "Delete", using matcher: of type 'Button' 15:43:39 [2019-07-19T19:43:39.261Z] DEBUG - matched Button with text "Import...", using matcher: of type 'Button' 15:43:39 [2019-07-19T19:43:39.261Z] DEBUG - matched Button with text "Export...", using matcher: of type 'Button' 15:43:39 [2019-07-19T19:43:39.261Z] DEBUG - matched Button with text "&Close", using matcher: of type 'Button' 15:43:39 [2019-07-19T19:43:39.261Z] DEBUG - Clicking on Edit... 15:43:39 [2019-07-19T19:43:39.261Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Edit...} time=197323476 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Edit...' and with style 'SWT.PUSH') 15:43:39 [2019-07-19T19:43:39.261Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Edit...} time=197323476 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Edit...' and with style 'SWT.PUSH') 15:43:39 [2019-07-19T19:43:39.261Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Edit...} time=197323476 data=null doit=true} to (of type 'Button' and with mnemonic 'Edit...' and with style 'SWT.PUSH') 15:43:39 [2019-07-19T19:43:39.261Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Edit...} time=197323477 data=null} to (of type 'Button' and with mnemonic 'Edit...' and with style 'SWT.PUSH') 15:43:39 [2019-07-19T19:43:39.518Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Edit...} time=197323536 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Edit...' and with style 'SWT.PUSH') 15:43:39 [2019-07-19T19:43:39.518Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Edit...} time=197323536 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Edit...' and with style 'SWT.PUSH') 15:43:39 [2019-07-19T19:43:39.775Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Edit...} time=197323955 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Edit...' and with style 'SWT.PUSH') 15:43:39 [2019-07-19T19:43:39.775Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Edit...} time=197323959 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Edit...' and with style 'SWT.PUSH') 15:43:39 [2019-07-19T19:43:39.775Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Edit...} time=197323959 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Edit...' and with style 'SWT.PUSH') 15:43:39 [2019-07-19T19:43:39.775Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Edit...} time=197323959 data=null doit=true} to (of type 'Button' and with mnemonic 'Edit...' and with style 'SWT.PUSH') 15:43:39 [2019-07-19T19:43:39.775Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Edit...} time=197323959 data=null} to (of type 'Button' and with mnemonic 'Edit...' and with style 'SWT.PUSH') 15:43:39 [2019-07-19T19:43:39.775Z] DEBUG - Clicked on Edit... 15:43:39 [2019-07-19T19:43:39.775Z] DEBUG - matched Shell with text "Custom Text Parser", using matcher: with text 'Custom Text Parser' 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Custom Text Parser} time=197324038 data=null doit=true} to Shell with text {Custom Text Parser} 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - Attempting to set focus on Shell with text {Custom Text Parser} 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Text with text "Demo Category", using matcher: of type 'Text' 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Label with text "Category:", using matcher: with mnemonic 'Category:' 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Text with text "Demo Category", using matcher: with label (with mnemonic 'Category:') 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Text with text "Demo Category", using matcher: (of type 'Text' and with label (with mnemonic 'Category:')) 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Text with text "sss", using matcher: of type 'Text' 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Label with text "Category:", using matcher: with mnemonic 'Category:' 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Text with text "sss", using matcher: with label (with mnemonic 'Category:') 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Text with text "sss", using matcher: (of type 'Text' and with label (with mnemonic 'Category:')) 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Text with text "Demo trace", using matcher: of type 'Text' 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Label with text "Category:", using matcher: with mnemonic 'Category:' 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Text with text "Demo trace", using matcher: with label (with mnemonic 'Category:') 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Text with text "Demo trace", using matcher: (of type 'Text' and with label (with mnemonic 'Category:')) 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Text with text "*no matching timesta...", using matcher: of type 'Text' 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Label with text "Category:", using matcher: with mnemonic 'Category:' 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Text with text "*no matching timesta...", using matcher: with label (with mnemonic 'Category:') 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Text with text "*no matching timesta...", using matcher: (of type 'Text' and with label (with mnemonic 'Category:')) 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Text with text "\s*(\d*)\s(.*)", using matcher: of type 'Text' 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Label with text "Category:", using matcher: with mnemonic 'Category:' 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Text with text "\s*(\d*)\s(.*)", using matcher: with label (with mnemonic 'Category:') 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Text with text "\s*(\d*)\s(.*)", using matcher: (of type 'Text' and with label (with mnemonic 'Category:')) 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Label with text "Category:", using matcher: with mnemonic 'Category:' 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Category:') 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Category:')) 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Text with text "sss", using matcher: of type 'Text' 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Label with text "Category:", using matcher: with mnemonic 'Category:' 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Text with text "sss", using matcher: with label (with mnemonic 'Category:') 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Text with text "sss", using matcher: (of type 'Text' and with label (with mnemonic 'Category:')) 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Text with text "*no matching line*", using matcher: of type 'Text' 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Label with text "Category:", using matcher: with mnemonic 'Category:' 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Text with text "*no matching line*", using matcher: with label (with mnemonic 'Category:') 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Text with text "*no matching line*", using matcher: (of type 'Text' and with label (with mnemonic 'Category:')) 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Text with text "*no matching line*", using matcher: of type 'Text' 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Label with text "Category:", using matcher: with mnemonic 'Category:' 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Text with text "*no matching line*", using matcher: with label (with mnemonic 'Category:') 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Text with text "*no matching line*", using matcher: (of type 'Text' and with label (with mnemonic 'Category:')) 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Text with text "Edit an existing cus...", using matcher: of type 'Text' 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Label with text "Category:", using matcher: with mnemonic 'Category:' 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Text with text "Edit an existing cus...", using matcher: with label (with mnemonic 'Category:') 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Text with text "Edit an existing cus...", using matcher: (of type 'Text' and with label (with mnemonic 'Category:')) 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Text with text "Test Category", using matcher: of type 'Text' 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Text with text "sss", using matcher: of type 'Text' 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Text with text "Demo trace", using matcher: of type 'Text' 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Label with text "Trace type:", using matcher: with mnemonic 'Trace type:' 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Text with text "Demo trace", using matcher: with label (with mnemonic 'Trace type:') 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Text with text "Demo trace", using matcher: (of type 'Text' and with label (with mnemonic 'Trace type:')) 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Text with text "*no matching timesta...", using matcher: of type 'Text' 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Label with text "Trace type:", using matcher: with mnemonic 'Trace type:' 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Text with text "*no matching timesta...", using matcher: with label (with mnemonic 'Trace type:') 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Text with text "*no matching timesta...", using matcher: (of type 'Text' and with label (with mnemonic 'Trace type:')) 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Text with text "\s*(\d*)\s(.*)", using matcher: of type 'Text' 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Label with text "Trace type:", using matcher: with mnemonic 'Trace type:' 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Text with text "\s*(\d*)\s(.*)", using matcher: with label (with mnemonic 'Trace type:') 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Text with text "\s*(\d*)\s(.*)", using matcher: (of type 'Text' and with label (with mnemonic 'Trace type:')) 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Label with text "Trace type:", using matcher: with mnemonic 'Trace type:' 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Trace type:') 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Trace type:')) 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Text with text "sss", using matcher: of type 'Text' 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Label with text "Trace type:", using matcher: with mnemonic 'Trace type:' 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Text with text "sss", using matcher: with label (with mnemonic 'Trace type:') 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Text with text "sss", using matcher: (of type 'Text' and with label (with mnemonic 'Trace type:')) 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Text with text "*no matching line*", using matcher: of type 'Text' 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Label with text "Trace type:", using matcher: with mnemonic 'Trace type:' 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Text with text "*no matching line*", using matcher: with label (with mnemonic 'Trace type:') 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Text with text "*no matching line*", using matcher: (of type 'Text' and with label (with mnemonic 'Trace type:')) 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Text with text "*no matching line*", using matcher: of type 'Text' 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Label with text "Trace type:", using matcher: with mnemonic 'Trace type:' 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Text with text "*no matching line*", using matcher: with label (with mnemonic 'Trace type:') 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Text with text "*no matching line*", using matcher: (of type 'Text' and with label (with mnemonic 'Trace type:')) 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Text with text "Edit an existing cus...", using matcher: of type 'Text' 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Label with text "Trace type:", using matcher: with mnemonic 'Trace type:' 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Text with text "Edit an existing cus...", using matcher: with label (with mnemonic 'Trace type:') 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Text with text "Edit an existing cus...", using matcher: (of type 'Text' and with label (with mnemonic 'Trace type:')) 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Text with text "Test Category", using matcher: of type 'Text' 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Text with text "sss", using matcher: of type 'Text' 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Label with text "Time Stamp format:", using matcher: with mnemonic 'Time Stamp format:' 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Text with text "sss", using matcher: with label (with mnemonic 'Time Stamp format:') 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Text with text "sss", using matcher: (of type 'Text' and with label (with mnemonic 'Time Stamp format:')) 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Text with text "Test Trace", using matcher: of type 'Text' 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Label with text "Time Stamp format:", using matcher: with mnemonic 'Time Stamp format:' 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Text with text "Test Trace", using matcher: with label (with mnemonic 'Time Stamp format:') 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Text with text "Test Trace", using matcher: (of type 'Text' and with label (with mnemonic 'Time Stamp format:')) 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Text with text "*no matching timesta...", using matcher: of type 'Text' 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Label with text "Time Stamp format:", using matcher: with mnemonic 'Time Stamp format:' 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Text with text "*no matching timesta...", using matcher: with label (with mnemonic 'Time Stamp format:') 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Text with text "*no matching timesta...", using matcher: (of type 'Text' and with label (with mnemonic 'Time Stamp format:')) 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Text with text "\s*(\d*)\s(.*)", using matcher: of type 'Text' 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Label with text "Time Stamp format:", using matcher: with mnemonic 'Time Stamp format:' 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Text with text "\s*(\d*)\s(.*)", using matcher: with label (with mnemonic 'Time Stamp format:') 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Text with text "\s*(\d*)\s(.*)", using matcher: (of type 'Text' and with label (with mnemonic 'Time Stamp format:')) 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Label with text "Time Stamp format:", using matcher: with mnemonic 'Time Stamp format:' 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Time Stamp format:') 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Time Stamp format:')) 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Text with text "sss", using matcher: of type 'Text' 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Label with text "Time Stamp format:", using matcher: with mnemonic 'Time Stamp format:' 15:43:40 [2019-07-19T19:43:40.032Z] DEBUG - matched Text with text "sss", using matcher: with label (with mnemonic 'Time Stamp format:') 15:43:40 [2019-07-19T19:43:40.033Z] DEBUG - matched Text with text "sss", using matcher: (of type 'Text' and with label (with mnemonic 'Time Stamp format:')) 15:43:40 [2019-07-19T19:43:40.033Z] DEBUG - matched Text with text "*no matching line*", using matcher: of type 'Text' 15:43:40 [2019-07-19T19:43:40.033Z] DEBUG - matched Label with text "Time Stamp format:", using matcher: with mnemonic 'Time Stamp format:' 15:43:40 [2019-07-19T19:43:40.033Z] DEBUG - matched Text with text "*no matching line*", using matcher: with label (with mnemonic 'Time Stamp format:') 15:43:40 [2019-07-19T19:43:40.033Z] DEBUG - matched Text with text "*no matching line*", using matcher: (of type 'Text' and with label (with mnemonic 'Time Stamp format:')) 15:43:40 [2019-07-19T19:43:40.033Z] DEBUG - matched Text with text "*no matching line*", using matcher: of type 'Text' 15:43:40 [2019-07-19T19:43:40.033Z] DEBUG - matched Label with text "Time Stamp format:", using matcher: with mnemonic 'Time Stamp format:' 15:43:40 [2019-07-19T19:43:40.033Z] DEBUG - matched Text with text "*no matching line*", using matcher: with label (with mnemonic 'Time Stamp format:') 15:43:40 [2019-07-19T19:43:40.033Z] DEBUG - matched Text with text "*no matching line*", using matcher: (of type 'Text' and with label (with mnemonic 'Time Stamp format:')) 15:43:40 [2019-07-19T19:43:40.033Z] DEBUG - matched Text with text "Edit an existing cus...", using matcher: of type 'Text' 15:43:40 [2019-07-19T19:43:40.033Z] DEBUG - matched Label with text "Time Stamp format:", using matcher: with mnemonic 'Time Stamp format:' 15:43:40 [2019-07-19T19:43:40.033Z] DEBUG - matched Text with text "Edit an existing cus...", using matcher: with label (with mnemonic 'Time Stamp format:') 15:43:40 [2019-07-19T19:43:40.033Z] DEBUG - matched Text with text "Edit an existing cus...", using matcher: (of type 'Text' and with label (with mnemonic 'Time Stamp format:')) 15:43:40 [2019-07-19T19:43:40.033Z] DEBUG - matched Combo with text "(0,���)", using matcher: of type 'Combo' 15:43:40 [2019-07-19T19:43:40.033Z] DEBUG - matched Combo with text "(0,���)", using matcher: (of type 'Combo') 15:43:40 [2019-07-19T19:43:40.033Z] DEBUG - matched Combo with text "Timestamp", using matcher: of type 'Combo' 15:43:40 [2019-07-19T19:43:40.033Z] DEBUG - matched Combo with text "Timestamp", using matcher: (of type 'Combo') 15:43:40 [2019-07-19T19:43:40.033Z] DEBUG - matched Combo with text "Set", using matcher: of type 'Combo' 15:43:40 [2019-07-19T19:43:40.033Z] DEBUG - matched Combo with text "Set", using matcher: (of type 'Combo') 15:43:40 [2019-07-19T19:43:40.033Z] DEBUG - matched Combo with text "Message", using matcher: of type 'Combo' 15:43:40 [2019-07-19T19:43:40.033Z] DEBUG - matched Combo with text "Message", using matcher: (of type 'Combo') 15:43:40 [2019-07-19T19:43:40.033Z] DEBUG - matched Combo with text "Set", using matcher: of type 'Combo' 15:43:40 [2019-07-19T19:43:40.033Z] DEBUG - matched Combo with text "Set", using matcher: (of type 'Combo') 15:43:40 [2019-07-19T19:43:40.033Z] DEBUG - Setting selection on (of type 'Combo') to Timestamp 15:43:40 [2019-07-19T19:43:40.033Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {Timestamp} time=197324243 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Combo') 15:43:40 [2019-07-19T19:43:40.033Z] DEBUG - Set selection on (of type 'Combo') to Timestamp 15:43:40 [2019-07-19T19:43:40.033Z] DEBUG - matched Text with text "Test Category", using matcher: of type 'Text' 15:43:40 [2019-07-19T19:43:40.033Z] DEBUG - matched Text with text "ss", using matcher: of type 'Text' 15:43:40 [2019-07-19T19:43:40.033Z] DEBUG - matched Text with text "Test Trace", using matcher: of type 'Text' 15:43:40 [2019-07-19T19:43:40.033Z] DEBUG - matched Text with text "*no matching timesta...", using matcher: of type 'Text' 15:43:40 [2019-07-19T19:43:40.033Z] DEBUG - matched Text with text "\s*(\d*)\s(.*)", using matcher: of type 'Text' 15:43:40 [2019-07-19T19:43:40.033Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 15:43:40 [2019-07-19T19:43:40.033Z] DEBUG - matched Text with text "sss", using matcher: of type 'Text' 15:43:40 [2019-07-19T19:43:40.033Z] DEBUG - matched Label with text "format:", using matcher: with mnemonic 'format:' 15:43:40 [2019-07-19T19:43:40.033Z] DEBUG - matched Text with text "sss", using matcher: with label (with mnemonic 'format:') 15:43:40 [2019-07-19T19:43:40.033Z] DEBUG - matched Text with text "sss", using matcher: (of type 'Text' and with label (with mnemonic 'format:')) 15:43:40 [2019-07-19T19:43:40.033Z] DEBUG - matched Text with text "*no matching line*", using matcher: of type 'Text' 15:43:40 [2019-07-19T19:43:40.033Z] DEBUG - matched Label with text "format:", using matcher: with mnemonic 'format:' 15:43:40 [2019-07-19T19:43:40.033Z] DEBUG - matched Text with text "*no matching line*", using matcher: with label (with mnemonic 'format:') 15:43:40 [2019-07-19T19:43:40.033Z] DEBUG - matched Text with text "*no matching line*", using matcher: (of type 'Text' and with label (with mnemonic 'format:')) 15:43:40 [2019-07-19T19:43:40.033Z] DEBUG - matched Text with text "*no matching line*", using matcher: of type 'Text' 15:43:40 [2019-07-19T19:43:40.033Z] DEBUG - matched Label with text "format:", using matcher: with mnemonic 'format:' 15:43:40 [2019-07-19T19:43:40.033Z] DEBUG - matched Text with text "*no matching line*", using matcher: with label (with mnemonic 'format:') 15:43:40 [2019-07-19T19:43:40.033Z] DEBUG - matched Text with text "*no matching line*", using matcher: (of type 'Text' and with label (with mnemonic 'format:')) 15:43:40 [2019-07-19T19:43:40.033Z] DEBUG - matched Text with text "Edit an existing cus...", using matcher: of type 'Text' 15:43:40 [2019-07-19T19:43:40.033Z] DEBUG - matched Label with text "format:", using matcher: with mnemonic 'format:' 15:43:40 [2019-07-19T19:43:40.033Z] DEBUG - matched Text with text "Edit an existing cus...", using matcher: with label (with mnemonic 'format:') 15:43:40 [2019-07-19T19:43:40.033Z] DEBUG - matched Text with text "Edit an existing cus...", using matcher: (of type 'Text' and with label (with mnemonic 'format:')) 15:43:40 [2019-07-19T19:43:40.290Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:40 [2019-07-19T19:43:40.290Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:43:40 [2019-07-19T19:43:40.290Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:43:40 [2019-07-19T19:43:40.290Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:40 [2019-07-19T19:43:40.290Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:43:40 [2019-07-19T19:43:40.290Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:43:40 [2019-07-19T19:43:40.290Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:40 [2019-07-19T19:43:40.290Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:43:40 [2019-07-19T19:43:40.290Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:43:40 [2019-07-19T19:43:40.290Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:40 [2019-07-19T19:43:40.290Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:43:40 [2019-07-19T19:43:40.290Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:43:40 [2019-07-19T19:43:40.290Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:40 [2019-07-19T19:43:40.290Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:43:40 [2019-07-19T19:43:40.290Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:43:40 [2019-07-19T19:43:40.290Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:40 [2019-07-19T19:43:40.290Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:43:40 [2019-07-19T19:43:40.290Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:43:40 [2019-07-19T19:43:40.290Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:40 [2019-07-19T19:43:40.290Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:43:40 [2019-07-19T19:43:40.290Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:43:40 [2019-07-19T19:43:40.290Z] DEBUG - matched Button with text "Event type:", using matcher: of type 'Button' 15:43:40 [2019-07-19T19:43:40.290Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:40 [2019-07-19T19:43:40.290Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:43:40 [2019-07-19T19:43:40.290Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:43:40 [2019-07-19T19:43:40.290Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:40 [2019-07-19T19:43:40.290Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:43:40 [2019-07-19T19:43:40.290Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:43:40 [2019-07-19T19:43:40.290Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:40 [2019-07-19T19:43:40.290Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:43:40 [2019-07-19T19:43:40.290Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:43:40 [2019-07-19T19:43:40.290Z] DEBUG - matched Button with text "Highlight All", using matcher: of type 'Button' 15:43:40 [2019-07-19T19:43:40.290Z] DEBUG - matched Button with text "Highlight All", using matcher: with style 'SWT.PUSH' 15:43:40 [2019-07-19T19:43:40.290Z] DEBUG - matched Button with text "Highlight All", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:43:40 [2019-07-19T19:43:40.290Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:40 [2019-07-19T19:43:40.290Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:43:40 [2019-07-19T19:43:40.290Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:43:40 [2019-07-19T19:43:40.290Z] DEBUG - matched Button with text "< &Back", using matcher: of type 'Button' 15:43:40 [2019-07-19T19:43:40.290Z] DEBUG - matched Button with text "< &Back", using matcher: with style 'SWT.PUSH' 15:43:40 [2019-07-19T19:43:40.290Z] DEBUG - matched Button with text "< &Back", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:43:40 [2019-07-19T19:43:40.290Z] DEBUG - matched Button with text "&Next >", using matcher: of type 'Button' 15:43:40 [2019-07-19T19:43:40.290Z] DEBUG - matched Button with text "&Next >", using matcher: with style 'SWT.PUSH' 15:43:40 [2019-07-19T19:43:40.290Z] DEBUG - matched Button with text "&Next >", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:43:40 [2019-07-19T19:43:40.290Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:43:40 [2019-07-19T19:43:40.290Z] DEBUG - matched Button with text "Cancel", using matcher: with style 'SWT.PUSH' 15:43:40 [2019-07-19T19:43:40.290Z] DEBUG - matched Button with text "Cancel", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:43:40 [2019-07-19T19:43:40.290Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 15:43:40 [2019-07-19T19:43:40.290Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH' 15:43:40 [2019-07-19T19:43:40.290Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:43:40 [2019-07-19T19:43:40.290Z] DEBUG - Clicking on 15:43:40 [2019-07-19T19:43:40.290Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {} time=197324347 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 15:43:40 [2019-07-19T19:43:40.290Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {} time=197324347 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 15:43:40 [2019-07-19T19:43:40.290Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {} time=197324347 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') 15:43:40 [2019-07-19T19:43:40.290Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {} time=197324348 data=null} to (of type 'Button' and with style 'SWT.PUSH') 15:43:40 [2019-07-19T19:43:40.290Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {} time=197324348 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 15:43:40 [2019-07-19T19:43:40.290Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {} time=197324348 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 15:43:40 [2019-07-19T19:43:40.290Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {} time=197324349 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') 15:43:40 [2019-07-19T19:43:40.290Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {} time=197324449 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 15:43:40 [2019-07-19T19:43:40.290Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {} time=197324459 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 15:43:40 [2019-07-19T19:43:40.290Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {} time=197324460 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 15:43:40 [2019-07-19T19:43:40.290Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {} time=197324460 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') 15:43:40 [2019-07-19T19:43:40.290Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {} time=197324460 data=null} to (of type 'Button' and with style 'SWT.PUSH') 15:43:40 [2019-07-19T19:43:40.290Z] DEBUG - Clicked on 15:43:40 [2019-07-19T19:43:40.290Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:43:40 [2019-07-19T19:43:40.290Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:43:40 [2019-07-19T19:43:40.290Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:43:40 [2019-07-19T19:43:40.290Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:43:40 [2019-07-19T19:43:40.290Z] DEBUG - matched StyledText with text "", using matcher: of type 'StyledText' 15:43:40 [2019-07-19T19:43:40.290Z] DEBUG - matched StyledText with text "", using matcher: (of type 'StyledText') 15:43:40 [2019-07-19T19:43:40.547Z] DEBUG - Attempting to set focus on Tree with text {} 15:43:40 [2019-07-19T19:43:40.547Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Root Line 1 (0,���) : \s*(\d*)\s(.*)} time=197324546 data=null button=0 stateMask=0x0 x=141 y=11 count=0} to TreeItem with text {Root Line 1 (0,���) : \s*(\d*)\s(.*)} 15:43:40 [2019-07-19T19:43:40.548Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Root Line 1 (0,���) : \s*(\d*)\s(.*)} time=197324572 data=null doit=true} to TreeItem with text {Root Line 1 (0,���) : \s*(\d*)\s(.*)} 15:43:40 [2019-07-19T19:43:40.548Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Root Line 1 (0,���) : \s*(\d*)\s(.*)} time=197324573 data=null} to TreeItem with text {Root Line 1 (0,���) : \s*(\d*)\s(.*)} 15:43:40 [2019-07-19T19:43:40.548Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Root Line 1 (0,���) : \s*(\d*)\s(.*)} time=197324573 data=null button=1 stateMask=0x0 x=141 y=11 count=1} to TreeItem with text {Root Line 1 (0,���) : \s*(\d*)\s(.*)} 15:43:40 [2019-07-19T19:43:40.548Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197324574 data=null item=TreeItem {Root Line 1 (0,���) : \s*(\d*)\s(.*)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Root Line 1 (0,���) : \s*(\d*)\s(.*)} 15:43:40 [2019-07-19T19:43:40.805Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Root Line 1 (0,���) : \s*(\d*)\s(.*)} time=197324941 data=null button=1 stateMask=0x80000 x=141 y=11 count=1} to TreeItem with text {Root Line 1 (0,���) : \s*(\d*)\s(.*)} 15:43:40 [2019-07-19T19:43:40.805Z] DEBUG - matched Text with text "Test Category", using matcher: of type 'Text' 15:43:40 [2019-07-19T19:43:40.805Z] DEBUG - matched Text with text "ss", using matcher: of type 'Text' 15:43:40 [2019-07-19T19:43:40.805Z] DEBUG - matched Text with text "Test Trace", using matcher: of type 'Text' 15:43:40 [2019-07-19T19:43:40.805Z] DEBUG - matched Text with text "12", using matcher: of type 'Text' 15:43:40 [2019-07-19T19:43:40.805Z] DEBUG - matched Text with text "\s*(\d*)\s(.*)", using matcher: of type 'Text' 15:43:40 [2019-07-19T19:43:40.805Z] DEBUG - matched Label with text "Regular expression:", using matcher: with mnemonic 'Regular expression:' 15:43:40 [2019-07-19T19:43:40.805Z] DEBUG - matched Text with text "\s*(\d*)\s(.*)", using matcher: with label (with mnemonic 'Regular expression:') 15:43:40 [2019-07-19T19:43:40.805Z] DEBUG - matched Text with text "\s*(\d*)\s(.*)", using matcher: (of type 'Text' and with label (with mnemonic 'Regular expression:')) 15:43:40 [2019-07-19T19:43:40.805Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 15:43:40 [2019-07-19T19:43:40.805Z] DEBUG - matched Label with text "Regular expression:", using matcher: with mnemonic 'Regular expression:' 15:43:40 [2019-07-19T19:43:40.805Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Regular expression:') 15:43:40 [2019-07-19T19:43:40.805Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Regular expression:')) 15:43:40 [2019-07-19T19:43:40.805Z] DEBUG - matched Text with text "ss", using matcher: of type 'Text' 15:43:40 [2019-07-19T19:43:40.805Z] DEBUG - matched Label with text "Regular expression:", using matcher: with mnemonic 'Regular expression:' 15:43:40 [2019-07-19T19:43:40.805Z] DEBUG - matched Text with text "ss", using matcher: with label (with mnemonic 'Regular expression:') 15:43:40 [2019-07-19T19:43:40.805Z] DEBUG - matched Text with text "ss", using matcher: (of type 'Text' and with label (with mnemonic 'Regular expression:')) 15:43:40 [2019-07-19T19:43:40.805Z] DEBUG - matched Text with text "12", using matcher: of type 'Text' 15:43:40 [2019-07-19T19:43:40.805Z] DEBUG - matched Label with text "Regular expression:", using matcher: with mnemonic 'Regular expression:' 15:43:40 [2019-07-19T19:43:40.805Z] DEBUG - matched Text with text "12", using matcher: with label (with mnemonic 'Regular expression:') 15:43:40 [2019-07-19T19:43:40.805Z] DEBUG - matched Text with text "12", using matcher: (of type 'Text' and with label (with mnemonic 'Regular expression:')) 15:43:40 [2019-07-19T19:43:40.805Z] DEBUG - matched Text with text "Hello", using matcher: of type 'Text' 15:43:40 [2019-07-19T19:43:40.805Z] DEBUG - matched Label with text "Regular expression:", using matcher: with mnemonic 'Regular expression:' 15:43:40 [2019-07-19T19:43:40.805Z] DEBUG - matched Text with text "Hello", using matcher: with label (with mnemonic 'Regular expression:') 15:43:40 [2019-07-19T19:43:40.805Z] DEBUG - matched Text with text "Hello", using matcher: (of type 'Text' and with label (with mnemonic 'Regular expression:')) 15:43:40 [2019-07-19T19:43:40.805Z] DEBUG - matched Text with text "Edit an existing cus...", using matcher: of type 'Text' 15:43:40 [2019-07-19T19:43:40.805Z] DEBUG - matched Label with text "Regular expression:", using matcher: with mnemonic 'Regular expression:' 15:43:40 [2019-07-19T19:43:40.805Z] DEBUG - matched Text with text "Edit an existing cus...", using matcher: with label (with mnemonic 'Regular expression:') 15:43:40 [2019-07-19T19:43:40.805Z] DEBUG - matched Text with text "Edit an existing cus...", using matcher: (of type 'Text' and with label (with mnemonic 'Regular expression:')) 15:43:40 [2019-07-19T19:43:40.805Z] DEBUG - Attempting to set focus on Tree with text {} 15:43:40 [2019-07-19T19:43:40.805Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Root Line 2 (0,���) : } time=197325038 data=null button=0 stateMask=0x0 x=102 y=32 count=0} to TreeItem with text {Root Line 2 (0,���) : } 15:43:40 [2019-07-19T19:43:40.805Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Root Line 2 (0,���) : } time=197325038 data=null doit=true} to TreeItem with text {Root Line 2 (0,���) : } 15:43:40 [2019-07-19T19:43:40.805Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Root Line 2 (0,���) : } time=197325039 data=null} to TreeItem with text {Root Line 2 (0,���) : } 15:43:40 [2019-07-19T19:43:40.805Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Root Line 2 (0,���) : } time=197325040 data=null button=1 stateMask=0x0 x=102 y=32 count=1} to TreeItem with text {Root Line 2 (0,���) : } 15:43:41 [2019-07-19T19:43:41.062Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197325040 data=null item=TreeItem {Root Line 2 (0,���) : } detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Root Line 2 (0,���) : } 15:43:41 [2019-07-19T19:43:41.062Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Root Line 2 (0,���) : } time=197325164 data=null button=1 stateMask=0x80000 x=102 y=32 count=1} to TreeItem with text {Root Line 2 (0,���) : } 15:43:41 [2019-07-19T19:43:41.062Z] DEBUG - matched Text with text "Test Category", using matcher: of type 'Text' 15:43:41 [2019-07-19T19:43:41.062Z] DEBUG - matched Text with text "ss", using matcher: of type 'Text' 15:43:41 [2019-07-19T19:43:41.062Z] DEBUG - matched Text with text "Test Trace", using matcher: of type 'Text' 15:43:41 [2019-07-19T19:43:41.062Z] DEBUG - matched Text with text "12", using matcher: of type 'Text' 15:43:41 [2019-07-19T19:43:41.062Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 15:43:41 [2019-07-19T19:43:41.062Z] DEBUG - matched Label with text "Regular expression:", using matcher: with mnemonic 'Regular expression:' 15:43:41 [2019-07-19T19:43:41.062Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Regular expression:') 15:43:41 [2019-07-19T19:43:41.062Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Regular expression:')) 15:43:41 [2019-07-19T19:43:41.062Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 15:43:41 [2019-07-19T19:43:41.062Z] DEBUG - matched Label with text "Regular expression:", using matcher: with mnemonic 'Regular expression:' 15:43:41 [2019-07-19T19:43:41.062Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Regular expression:') 15:43:41 [2019-07-19T19:43:41.062Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Regular expression:')) 15:43:41 [2019-07-19T19:43:41.062Z] DEBUG - matched Text with text "Edit an existing cus...", using matcher: of type 'Text' 15:43:41 [2019-07-19T19:43:41.062Z] DEBUG - matched Label with text "Regular expression:", using matcher: with mnemonic 'Regular expression:' 15:43:41 [2019-07-19T19:43:41.062Z] DEBUG - matched Text with text "Edit an existing cus...", using matcher: with label (with mnemonic 'Regular expression:') 15:43:41 [2019-07-19T19:43:41.062Z] DEBUG - matched Text with text "Edit an existing cus...", using matcher: (of type 'Text' and with label (with mnemonic 'Regular expression:')) 15:43:41 [2019-07-19T19:43:41.062Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:41 [2019-07-19T19:43:41.062Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:43:41 [2019-07-19T19:43:41.062Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:43:41 [2019-07-19T19:43:41.062Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:41 [2019-07-19T19:43:41.062Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:43:41 [2019-07-19T19:43:41.062Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:43:41 [2019-07-19T19:43:41.062Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:41 [2019-07-19T19:43:41.062Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:43:41 [2019-07-19T19:43:41.062Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:43:41 [2019-07-19T19:43:41.062Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:41 [2019-07-19T19:43:41.062Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:43:41 [2019-07-19T19:43:41.062Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:43:41 [2019-07-19T19:43:41.062Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:41 [2019-07-19T19:43:41.062Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:43:41 [2019-07-19T19:43:41.062Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:43:41 [2019-07-19T19:43:41.062Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:41 [2019-07-19T19:43:41.062Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:43:41 [2019-07-19T19:43:41.062Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:43:41 [2019-07-19T19:43:41.062Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:41 [2019-07-19T19:43:41.062Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:43:41 [2019-07-19T19:43:41.062Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:43:41 [2019-07-19T19:43:41.062Z] DEBUG - matched Button with text "Event type:", using matcher: of type 'Button' 15:43:41 [2019-07-19T19:43:41.062Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:41 [2019-07-19T19:43:41.062Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:43:41 [2019-07-19T19:43:41.062Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:43:41 [2019-07-19T19:43:41.062Z] DEBUG - matched Button with text "Highlight All", using matcher: of type 'Button' 15:43:41 [2019-07-19T19:43:41.062Z] DEBUG - matched Button with text "Highlight All", using matcher: with style 'SWT.PUSH' 15:43:41 [2019-07-19T19:43:41.062Z] DEBUG - matched Button with text "Highlight All", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:43:41 [2019-07-19T19:43:41.062Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:41 [2019-07-19T19:43:41.062Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:43:41 [2019-07-19T19:43:41.062Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:43:41 [2019-07-19T19:43:41.062Z] DEBUG - matched Button with text "< &Back", using matcher: of type 'Button' 15:43:41 [2019-07-19T19:43:41.062Z] DEBUG - matched Button with text "< &Back", using matcher: with style 'SWT.PUSH' 15:43:41 [2019-07-19T19:43:41.062Z] DEBUG - matched Button with text "< &Back", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:43:41 [2019-07-19T19:43:41.062Z] DEBUG - matched Button with text "&Next >", using matcher: of type 'Button' 15:43:41 [2019-07-19T19:43:41.062Z] DEBUG - matched Button with text "&Next >", using matcher: with style 'SWT.PUSH' 15:43:41 [2019-07-19T19:43:41.062Z] DEBUG - matched Button with text "&Next >", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:43:41 [2019-07-19T19:43:41.062Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:43:41 [2019-07-19T19:43:41.062Z] DEBUG - matched Button with text "Cancel", using matcher: with style 'SWT.PUSH' 15:43:41 [2019-07-19T19:43:41.062Z] DEBUG - matched Button with text "Cancel", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:43:41 [2019-07-19T19:43:41.062Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 15:43:41 [2019-07-19T19:43:41.062Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH' 15:43:41 [2019-07-19T19:43:41.062Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:43:41 [2019-07-19T19:43:41.062Z] DEBUG - Clicking on 15:43:41 [2019-07-19T19:43:41.062Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {} time=197325259 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 15:43:41 [2019-07-19T19:43:41.062Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {} time=197325259 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 15:43:41 [2019-07-19T19:43:41.062Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {} time=197325259 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') 15:43:41 [2019-07-19T19:43:41.062Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {} time=197325260 data=null} to (of type 'Button' and with style 'SWT.PUSH') 15:43:41 [2019-07-19T19:43:41.062Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {} time=197325260 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 15:43:41 [2019-07-19T19:43:41.062Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {} time=197325260 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 15:43:41 [2019-07-19T19:43:41.320Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {} time=197325260 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') 15:43:41 [2019-07-19T19:43:41.320Z] DEBUG - Clicked on 15:43:41 [2019-07-19T19:43:41.320Z] DEBUG - matched Combo with text "(0,���)", using matcher: of type 'Combo' 15:43:41 [2019-07-19T19:43:41.320Z] DEBUG - matched Combo with text "Message", using matcher: of type 'Combo' 15:43:41 [2019-07-19T19:43:41.320Z] DEBUG - matched Combo with text "Set", using matcher: of type 'Combo' 15:43:41 [2019-07-19T19:43:41.320Z] DEBUG - matched Combo with text "Set", using matcher: with text 'Set' 15:43:41 [2019-07-19T19:43:41.320Z] DEBUG - matched Combo with text "Set", using matcher: (of type 'Combo' and with text 'Set') 15:43:41 [2019-07-19T19:43:41.320Z] DEBUG - Setting selection on (of type 'Combo' and with text 'Set') to Append with | 15:43:41 [2019-07-19T19:43:41.320Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {Append with |} time=197325384 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Combo' and with text 'Set') 15:43:41 [2019-07-19T19:43:41.320Z] DEBUG - Set selection on (of type 'Combo' and with text 'Set') to Append with | 15:43:41 [2019-07-19T19:43:41.320Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:41 [2019-07-19T19:43:41.320Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:41 [2019-07-19T19:43:41.320Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:41 [2019-07-19T19:43:41.320Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:41 [2019-07-19T19:43:41.320Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:41 [2019-07-19T19:43:41.320Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:41 [2019-07-19T19:43:41.320Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:41 [2019-07-19T19:43:41.320Z] DEBUG - matched Button with text "Event type:", using matcher: of type 'Button' 15:43:41 [2019-07-19T19:43:41.320Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:41 [2019-07-19T19:43:41.320Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:41 [2019-07-19T19:43:41.320Z] DEBUG - matched Button with text "Highlight All", using matcher: of type 'Button' 15:43:41 [2019-07-19T19:43:41.320Z] DEBUG - matched Button with text "Highlight All", using matcher: with mnemonic 'Highlight All' 15:43:41 [2019-07-19T19:43:41.320Z] DEBUG - matched Button with text "Highlight All", using matcher: with style 'SWT.PUSH' 15:43:41 [2019-07-19T19:43:41.320Z] DEBUG - matched Button with text "Highlight All", using matcher: (of type 'Button' and with mnemonic 'Highlight All' and with style 'SWT.PUSH') 15:43:41 [2019-07-19T19:43:41.320Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:41 [2019-07-19T19:43:41.320Z] DEBUG - matched Button with text "< &Back", using matcher: of type 'Button' 15:43:41 [2019-07-19T19:43:41.320Z] DEBUG - matched Button with text "&Next >", using matcher: of type 'Button' 15:43:41 [2019-07-19T19:43:41.320Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:43:41 [2019-07-19T19:43:41.320Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 15:43:41 [2019-07-19T19:43:41.320Z] DEBUG - Clicking on Highlight All 15:43:41 [2019-07-19T19:43:41.320Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Highlight All} time=197325472 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Highlight All' and with style 'SWT.PUSH') 15:43:41 [2019-07-19T19:43:41.320Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Highlight All} time=197325473 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Highlight All' and with style 'SWT.PUSH') 15:43:41 [2019-07-19T19:43:41.320Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Highlight All} time=197325473 data=null doit=true} to (of type 'Button' and with mnemonic 'Highlight All' and with style 'SWT.PUSH') 15:43:41 [2019-07-19T19:43:41.320Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Highlight All} time=197325473 data=null} to (of type 'Button' and with mnemonic 'Highlight All' and with style 'SWT.PUSH') 15:43:41 [2019-07-19T19:43:41.320Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Highlight All} time=197325474 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Highlight All' and with style 'SWT.PUSH') 15:43:41 [2019-07-19T19:43:41.320Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Highlight All} time=197325474 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Highlight All' and with style 'SWT.PUSH') 15:43:41 [2019-07-19T19:43:41.320Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Highlight All} time=197325474 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Highlight All' and with style 'SWT.PUSH') 15:43:41 [2019-07-19T19:43:41.320Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Highlight All} time=197325535 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Highlight All' and with style 'SWT.PUSH') 15:43:41 [2019-07-19T19:43:41.320Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Highlight All} time=197325536 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Highlight All' and with style 'SWT.PUSH') 15:43:41 [2019-07-19T19:43:41.320Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Highlight All} time=197325536 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Highlight All' and with style 'SWT.PUSH') 15:43:41 [2019-07-19T19:43:41.320Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Highlight All} time=197325536 data=null doit=true} to (of type 'Button' and with mnemonic 'Highlight All' and with style 'SWT.PUSH') 15:43:41 [2019-07-19T19:43:41.320Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Highlight All} time=197325537 data=null} to (of type 'Button' and with mnemonic 'Highlight All' and with style 'SWT.PUSH') 15:43:41 [2019-07-19T19:43:41.320Z] DEBUG - Clicked on Highlight All 15:43:41 [2019-07-19T19:43:41.320Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:41 [2019-07-19T19:43:41.320Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:41 [2019-07-19T19:43:41.320Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:41 [2019-07-19T19:43:41.320Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:41 [2019-07-19T19:43:41.320Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:41 [2019-07-19T19:43:41.320Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:41 [2019-07-19T19:43:41.320Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:41 [2019-07-19T19:43:41.320Z] DEBUG - matched Button with text "Event type:", using matcher: of type 'Button' 15:43:41 [2019-07-19T19:43:41.320Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:41 [2019-07-19T19:43:41.320Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:41 [2019-07-19T19:43:41.320Z] DEBUG - matched Button with text "Highlight All", using matcher: of type 'Button' 15:43:41 [2019-07-19T19:43:41.320Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:41 [2019-07-19T19:43:41.320Z] DEBUG - matched Button with text "< &Back", using matcher: of type 'Button' 15:43:41 [2019-07-19T19:43:41.320Z] DEBUG - matched Button with text "&Next >", using matcher: of type 'Button' 15:43:41 [2019-07-19T19:43:41.320Z] DEBUG - matched Button with text "&Next >", using matcher: with mnemonic 'Next >' 15:43:41 [2019-07-19T19:43:41.320Z] DEBUG - matched Button with text "&Next >", using matcher: with style 'SWT.PUSH' 15:43:41 [2019-07-19T19:43:41.320Z] DEBUG - matched Button with text "&Next >", using matcher: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 15:43:41 [2019-07-19T19:43:41.320Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:43:41 [2019-07-19T19:43:41.320Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 15:43:41 [2019-07-19T19:43:41.320Z] DEBUG - Clicking on &Next > 15:43:41 [2019-07-19T19:43:41.320Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Next >} time=197325542 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 15:43:41 [2019-07-19T19:43:41.320Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Next >} time=197325542 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 15:43:41 [2019-07-19T19:43:41.320Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Next >} time=197325542 data=null doit=true} to (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 15:43:41 [2019-07-19T19:43:41.320Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Next >} time=197325543 data=null} to (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 15:43:41 [2019-07-19T19:43:41.320Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Next >} time=197325543 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 15:43:41 [2019-07-19T19:43:41.320Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Next >} time=197325543 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 15:43:41 [2019-07-19T19:43:41.577Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Next >} time=197325543 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 15:43:41 [2019-07-19T19:43:41.577Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 15:43:41 [2019-07-19T19:43:41.577Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 15:43:41 [2019-07-19T19:43:41.577Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 15:43:41 [2019-07-19T19:43:41.577Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 15:43:41 [2019-07-19T19:43:41.577Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 15:43:41 [2019-07-19T19:43:41.577Z] DEBUG - Clicked on &Next > 15:43:41 [2019-07-19T19:43:41.577Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:41 [2019-07-19T19:43:41.577Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:41 [2019-07-19T19:43:41.577Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:41 [2019-07-19T19:43:41.577Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:41 [2019-07-19T19:43:41.577Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:41 [2019-07-19T19:43:41.577Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:41 [2019-07-19T19:43:41.577Z] DEBUG - matched Button with text "< &Back", using matcher: of type 'Button' 15:43:41 [2019-07-19T19:43:41.577Z] DEBUG - matched Button with text "&Next >", using matcher: of type 'Button' 15:43:41 [2019-07-19T19:43:41.577Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:43:41 [2019-07-19T19:43:41.577Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 15:43:41 [2019-07-19T19:43:41.577Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish' 15:43:41 [2019-07-19T19:43:41.577Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH' 15:43:41 [2019-07-19T19:43:41.577Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 15:43:41 [2019-07-19T19:43:41.577Z] DEBUG - Clicking on &Finish 15:43:41 [2019-07-19T19:43:41.577Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=197325757 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 15:43:41 [2019-07-19T19:43:41.577Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=197325757 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 15:43:41 [2019-07-19T19:43:41.577Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=197325758 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 15:43:41 [2019-07-19T19:43:41.577Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=197325758 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 15:43:41 [2019-07-19T19:43:41.577Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=197325758 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 15:43:41 [2019-07-19T19:43:41.577Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=197325758 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 15:43:41 [2019-07-19T19:43:41.836Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 15:43:42 [2019-07-19T19:43:42.095Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=197325759 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 15:43:42 [2019-07-19T19:43:42.095Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Edit...} time=197323536 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Edit...' and with style 'SWT.PUSH') 15:43:42 [2019-07-19T19:43:42.095Z] DEBUG - Clicked on 15:43:42 [2019-07-19T19:43:42.095Z] DEBUG - matched Shell with text "Manage Custom Parser...", using matcher: with text 'Manage Custom Parsers' 15:43:42 [2019-07-19T19:43:42.095Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Manage Custom Parsers} time=197326242 data=null doit=true} to Shell with text {Manage Custom Parsers} 15:43:42 [2019-07-19T19:43:42.095Z] DEBUG - Attempting to set focus on Shell with text {Manage Custom Parsers} 15:43:42 [2019-07-19T19:43:42.095Z] DEBUG - matched List with text "", using matcher: of type 'List' 15:43:42 [2019-07-19T19:43:42.095Z] DEBUG - matched List with text "", using matcher: (of type 'List') 15:43:42 [2019-07-19T19:43:42.095Z] DEBUG - Set selection (of type 'List') to text Test Category : Test Trace 15:43:42 [2019-07-19T19:43:42.095Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{List {} time=197326245 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'List') 15:43:42 [2019-07-19T19:43:42.095Z] DEBUG - Sent event Activate [26]: ShellEvent{List {} time=197326245 data=null doit=true} to (of type 'List') 15:43:42 [2019-07-19T19:43:42.095Z] DEBUG - Sent event FocusIn [15]: FocusEvent{List {} time=197326246 data=null} to (of type 'List') 15:43:42 [2019-07-19T19:43:42.095Z] DEBUG - Sent event MouseDown [3]: MouseEvent{List {} time=197326246 data=null button=1 stateMask=0x0 x=102 y=31 count=1} to (of type 'List') 15:43:42 [2019-07-19T19:43:42.095Z] DEBUG - Sent event Selection [13]: SelectionEvent{List {} time=197326246 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'List') 15:43:42 [2019-07-19T19:43:42.095Z] DEBUG - Sent event MouseUp [4]: MouseEvent{List {} time=197326248 data=null button=1 stateMask=0x80000 x=102 y=31 count=1} to (of type 'List') 15:43:42 [2019-07-19T19:43:42.095Z] DEBUG - matched Button with text "Text", using matcher: of type 'Button' 15:43:42 [2019-07-19T19:43:42.095Z] DEBUG - matched Button with text "XML", using matcher: of type 'Button' 15:43:42 [2019-07-19T19:43:42.095Z] DEBUG - matched Button with text "New...", using matcher: of type 'Button' 15:43:42 [2019-07-19T19:43:42.095Z] DEBUG - matched Button with text "Edit...", using matcher: of type 'Button' 15:43:42 [2019-07-19T19:43:42.095Z] DEBUG - matched Button with text "Delete", using matcher: of type 'Button' 15:43:42 [2019-07-19T19:43:42.095Z] DEBUG - matched Button with text "Delete", using matcher: with mnemonic 'Delete' 15:43:42 [2019-07-19T19:43:42.095Z] DEBUG - matched Button with text "Delete", using matcher: with style 'SWT.PUSH' 15:43:42 [2019-07-19T19:43:42.095Z] DEBUG - matched Button with text "Delete", using matcher: (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 15:43:42 [2019-07-19T19:43:42.095Z] DEBUG - matched Button with text "Import...", using matcher: of type 'Button' 15:43:42 [2019-07-19T19:43:42.095Z] DEBUG - matched Button with text "Export...", using matcher: of type 'Button' 15:43:42 [2019-07-19T19:43:42.095Z] DEBUG - matched Button with text "&Close", using matcher: of type 'Button' 15:43:42 [2019-07-19T19:43:42.095Z] DEBUG - Clicking on Delete 15:43:42 [2019-07-19T19:43:42.095Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Delete} time=197326250 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 15:43:42 [2019-07-19T19:43:42.095Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Delete} time=197326250 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 15:43:42 [2019-07-19T19:43:42.095Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Delete} time=197326250 data=null doit=true} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 15:43:42 [2019-07-19T19:43:42.095Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Delete} time=197326250 data=null} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 15:43:42 [2019-07-19T19:43:42.095Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Delete} time=197326250 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 15:43:42 [2019-07-19T19:43:42.095Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Delete} time=197326257 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 15:43:42 [2019-07-19T19:43:42.353Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Delete} time=197326359 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 15:43:42 [2019-07-19T19:43:42.353Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Delete} time=197326360 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 15:43:42 [2019-07-19T19:43:42.353Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Delete} time=197326360 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 15:43:42 [2019-07-19T19:43:42.353Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Delete} time=197326360 data=null doit=true} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 15:43:42 [2019-07-19T19:43:42.353Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Delete} time=197326361 data=null} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 15:43:42 [2019-07-19T19:43:42.353Z] DEBUG - Clicked on Delete 15:43:42 [2019-07-19T19:43:42.353Z] DEBUG - matched Shell with text "Delete Custom Parser", using matcher: with text 'Delete Custom Parser' 15:43:42 [2019-07-19T19:43:42.353Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Delete Custom Parser} time=197326368 data=null doit=true} to Shell with text {Delete Custom Parser} 15:43:42 [2019-07-19T19:43:42.353Z] DEBUG - Attempting to set focus on Shell with text {Delete Custom Parser} 15:43:42 [2019-07-19T19:43:42.353Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button' 15:43:42 [2019-07-19T19:43:42.353Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button' 15:43:42 [2019-07-19T19:43:42.353Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes' 15:43:42 [2019-07-19T19:43:42.353Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH' 15:43:42 [2019-07-19T19:43:42.353Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 15:43:42 [2019-07-19T19:43:42.353Z] DEBUG - Clicking on &Yes 15:43:42 [2019-07-19T19:43:42.353Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=197326370 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 15:43:42 [2019-07-19T19:43:42.353Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=197326371 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 15:43:42 [2019-07-19T19:43:42.353Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=197326371 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 15:43:42 [2019-07-19T19:43:42.353Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=197326371 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 15:43:42 [2019-07-19T19:43:42.353Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=197326371 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 15:43:42 [2019-07-19T19:43:42.353Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=197326374 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 15:43:42 [2019-07-19T19:43:42.353Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=197326374 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 15:43:42 [2019-07-19T19:43:42.353Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Delete} time=197326257 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 15:43:42 [2019-07-19T19:43:42.353Z] DEBUG - Clicked on 15:43:42 [2019-07-19T19:43:42.353Z] DEBUG - matched Shell with text "Manage Custom Parser...", using matcher: with text 'Manage Custom Parsers' 15:43:42 [2019-07-19T19:43:42.353Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Manage Custom Parsers} time=197326574 data=null doit=true} to Shell with text {Manage Custom Parsers} 15:43:42 [2019-07-19T19:43:42.353Z] DEBUG - Attempting to set focus on Shell with text {Manage Custom Parsers} 15:43:42 [2019-07-19T19:43:42.353Z] DEBUG - matched Button with text "Text", using matcher: of type 'Button' 15:43:42 [2019-07-19T19:43:42.353Z] DEBUG - matched Button with text "XML", using matcher: of type 'Button' 15:43:42 [2019-07-19T19:43:42.353Z] DEBUG - matched Button with text "New...", using matcher: of type 'Button' 15:43:42 [2019-07-19T19:43:42.353Z] DEBUG - matched Button with text "Edit...", using matcher: of type 'Button' 15:43:42 [2019-07-19T19:43:42.353Z] DEBUG - matched Button with text "Delete", using matcher: of type 'Button' 15:43:42 [2019-07-19T19:43:42.353Z] DEBUG - matched Button with text "Import...", using matcher: of type 'Button' 15:43:42 [2019-07-19T19:43:42.353Z] DEBUG - matched Button with text "Export...", using matcher: of type 'Button' 15:43:42 [2019-07-19T19:43:42.353Z] DEBUG - matched Button with text "&Close", using matcher: of type 'Button' 15:43:42 [2019-07-19T19:43:42.353Z] DEBUG - matched Button with text "&Close", using matcher: with mnemonic 'Close' 15:43:42 [2019-07-19T19:43:42.353Z] DEBUG - matched Button with text "&Close", using matcher: with style 'SWT.PUSH' 15:43:42 [2019-07-19T19:43:42.353Z] DEBUG - matched Button with text "&Close", using matcher: (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 15:43:42 [2019-07-19T19:43:42.353Z] DEBUG - Clicking on &Close 15:43:42 [2019-07-19T19:43:42.353Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Close} time=197326576 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 15:43:42 [2019-07-19T19:43:42.353Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Close} time=197326577 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 15:43:42 [2019-07-19T19:43:42.353Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Close} time=197326577 data=null doit=true} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 15:43:42 [2019-07-19T19:43:42.353Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Close} time=197326577 data=null} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 15:43:42 [2019-07-19T19:43:42.353Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Close} time=197326577 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 15:43:42 [2019-07-19T19:43:42.353Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Close} time=197326577 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 15:43:42 [2019-07-19T19:43:42.611Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Close} time=197326577 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 15:43:42 [2019-07-19T19:43:42.611Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Manage Custom Parsers...} time=197323238 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Manage Custom Parsers...' 15:43:42 [2019-07-19T19:43:42.611Z] DEBUG - Clicked on 15:43:42 [2019-07-19T19:43:42.611Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=197326769 data=null doit=true} to Shell with text {data - Eclipse Platform} 15:43:42 [2019-07-19T19:43:42.611Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' 15:43:42 [2019-07-19T19:43:42.611Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:43:42 [2019-07-19T19:43:42.611Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:43:42 [2019-07-19T19:43:42.611Z] DEBUG - Attempting to set focus on Tree with text {} 15:43:42 [2019-07-19T19:43:42.611Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestText} time=197326852 data=null button=0 stateMask=0x0 x=67 y=11 count=0} to TreeItem with text {TestText} 15:43:42 [2019-07-19T19:43:42.611Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestText} time=197326852 data=null doit=true} to TreeItem with text {TestText} 15:43:42 [2019-07-19T19:43:42.611Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestText} time=197326852 data=null} to TreeItem with text {TestText} 15:43:42 [2019-07-19T19:43:42.611Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestText} time=197326853 data=null button=1 stateMask=0x0 x=67 y=11 count=1} to TreeItem with text {TestText} 15:43:42 [2019-07-19T19:43:42.868Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197326853 data=null item=TreeItem {TestText} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestText} 15:43:42 [2019-07-19T19:43:42.868Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestText} time=197326948 data=null button=1 stateMask=0x80000 x=67 y=11 count=1} to TreeItem with text {TestText} 15:43:43 [2019-07-19T19:43:43.124Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' 15:43:43 [2019-07-19T19:43:43.124Z] DEBUG - Clicking on with mnemonic 'Delete' 15:43:43 [2019-07-19T19:43:43.124Z] DEBUG - Clicked on with mnemonic 'Delete' 15:43:43 [2019-07-19T19:43:43.382Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' 15:43:43 [2019-07-19T19:43:43.382Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} 15:43:43 [2019-07-19T19:43:43.382Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 15:43:43 [2019-07-19T19:43:43.382Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' 15:43:43 [2019-07-19T19:43:43.382Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') 15:43:43 [2019-07-19T19:43:43.382Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 15:43:43 [2019-07-19T19:43:43.382Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:43:43 [2019-07-19T19:43:43.382Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:43:43 [2019-07-19T19:43:43.382Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') 15:43:43 [2019-07-19T19:43:43.382Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected 15:43:43 [2019-07-19T19:43:43.382Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197327547 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:43:43 [2019-07-19T19:43:43.382Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197327551 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:43:43 [2019-07-19T19:43:43.382Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=197327551 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:43:43 [2019-07-19T19:43:43.382Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=197327551 data=null} to (of type 'Button' and with style 'SWT.CHECK') 15:43:43 [2019-07-19T19:43:43.382Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197327551 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:43:43 [2019-07-19T19:43:43.382Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197327557 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:43:43 [2019-07-19T19:43:43.382Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=197327557 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:43:43 [2019-07-19T19:43:43.382Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197327558 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:43:43 [2019-07-19T19:43:43.382Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197327558 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:43:43 [2019-07-19T19:43:43.382Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197327558 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:43:43 [2019-07-19T19:43:43.382Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=197327558 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:43:43 [2019-07-19T19:43:43.382Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=197327558 data=null} to (of type 'Button' and with style 'SWT.CHECK') 15:43:43 [2019-07-19T19:43:43.382Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') 15:43:43 [2019-07-19T19:43:43.382Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 15:43:43 [2019-07-19T19:43:43.382Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 15:43:43 [2019-07-19T19:43:43.382Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:43:43 [2019-07-19T19:43:43.382Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:43:43 [2019-07-19T19:43:43.382Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 15:43:43 [2019-07-19T19:43:43.382Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:43:43 [2019-07-19T19:43:43.382Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:43:43 [2019-07-19T19:43:43.382Z] DEBUG - Clicking on OK 15:43:43 [2019-07-19T19:43:43.382Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=197327560 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:43:43 [2019-07-19T19:43:43.382Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=197327560 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:43:43 [2019-07-19T19:43:43.382Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=197327560 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:43:43 [2019-07-19T19:43:43.382Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=197327560 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:43:43 [2019-07-19T19:43:43.382Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=197327561 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:43:43 [2019-07-19T19:43:43.382Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=197327561 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:43:43 [2019-07-19T19:43:43.639Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:43:43 [2019-07-19T19:43:43.639Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:43:43 [2019-07-19T19:43:43.639Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:43:43 [2019-07-19T19:43:43.639Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:43:43 [2019-07-19T19:43:43.639Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:43:43 [2019-07-19T19:43:43.639Z] DEBUG - Clicked on OK 15:43:43 [2019-07-19T19:43:43.639Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=197327561 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:43:43 [2019-07-19T19:43:43.639Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=197327140 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' 15:43:44 [2019-07-19T19:43:44.202Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.806 s - in org.eclipse.tracecompass.tmf.ui.swtbot.tests.parsers.custom.TestCustomTxtWizard 15:43:44 [2019-07-19T19:43:44.202Z] testNew(org.eclipse.tracecompass.tmf.ui.swtbot.tests.parsers.custom.TestCustomTxtWizard) Time elapsed: 7.585 s 15:43:44 [2019-07-19T19:43:44.202Z] testEdit(org.eclipse.tracecompass.tmf.ui.swtbot.tests.parsers.custom.TestCustomTxtWizard) Time elapsed: 5.985 s 15:43:44 [2019-07-19T19:43:44.202Z] Running org.eclipse.tracecompass.tmf.ui.swtbot.tests.parsers.custom.TestCustomXmlWizard 15:43:44 [2019-07-19T19:43:44.458Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 15:43:45 [2019-07-19T19:43:45.022Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:43:45 [2019-07-19T19:43:45.022Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:43:45 [2019-07-19T19:43:45.022Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:43:45 [2019-07-19T19:43:45.022Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:43:45 [2019-07-19T19:43:45.022Z] DEBUG - Attempting to set focus on Tree with text {} 15:43:45 [2019-07-19T19:43:45.022Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestXML} time=197329195 data=null button=0 stateMask=0x0 x=68 y=11 count=0} to TreeItem with text {TestXML} 15:43:45 [2019-07-19T19:43:45.022Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestXML} time=197329195 data=null doit=true} to TreeItem with text {TestXML} 15:43:45 [2019-07-19T19:43:45.022Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestXML} time=197329208 data=null} to TreeItem with text {TestXML} 15:43:45 [2019-07-19T19:43:45.022Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestXML} time=197329209 data=null button=1 stateMask=0x0 x=68 y=11 count=1} to TreeItem with text {TestXML} 15:43:45 [2019-07-19T19:43:45.022Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197329209 data=null item=TreeItem {TestXML} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestXML} 15:43:45 [2019-07-19T19:43:45.022Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestXML} time=197329260 data=null button=1 stateMask=0x80000 x=68 y=11 count=1} to TreeItem with text {TestXML} 15:43:45 [2019-07-19T19:43:45.022Z] DEBUG - Attempting to set focus on Tree with text {} 15:43:45 [2019-07-19T19:43:45.022Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestXML} time=197329262 data=null button=0 stateMask=0x0 x=68 y=11 count=0} to TreeItem with text {TestXML} 15:43:45 [2019-07-19T19:43:45.022Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestXML} time=197329263 data=null doit=true} to TreeItem with text {TestXML} 15:43:45 [2019-07-19T19:43:45.022Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestXML} time=197329263 data=null} to TreeItem with text {TestXML} 15:43:45 [2019-07-19T19:43:45.022Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestXML} time=197329263 data=null button=1 stateMask=0x0 x=68 y=11 count=1} to TreeItem with text {TestXML} 15:43:45 [2019-07-19T19:43:45.022Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197329263 data=null item=TreeItem {TestXML} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestXML} 15:43:45 [2019-07-19T19:43:45.279Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestXML} time=197329278 data=null button=1 stateMask=0x80000 x=68 y=11 count=1} to TreeItem with text {TestXML} 15:43:45 [2019-07-19T19:43:45.279Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestXML} time=197329328 data=null doit=true} to TreeItem with text {TestXML} 15:43:45 [2019-07-19T19:43:45.279Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestXML} time=197329328 data=null} to TreeItem with text {TestXML} 15:43:45 [2019-07-19T19:43:45.279Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestXML} time=197329329 data=null button=1 stateMask=0x0 x=68 y=11 count=1} to TreeItem with text {TestXML} 15:43:45 [2019-07-19T19:43:45.279Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=197329329 data=null item=TreeItem {TestXML} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {TestXML} 15:43:45 [2019-07-19T19:43:45.279Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestXML} time=197329334 data=null button=1 stateMask=0x80000 x=52 y=11 count=1} to TreeItem with text {TestXML} 15:43:45 [2019-07-19T19:43:45.279Z] DEBUG - Attempting to set focus on Tree with text {} 15:43:45 [2019-07-19T19:43:45.279Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=197329335 data=null button=0 stateMask=0x0 x=75 y=53 count=0} to TreeItem with text {Traces [0]} 15:43:45 [2019-07-19T19:43:45.279Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=197329335 data=null doit=true} to TreeItem with text {Traces [0]} 15:43:45 [2019-07-19T19:43:45.279Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=197329335 data=null} to TreeItem with text {Traces [0]} 15:43:45 [2019-07-19T19:43:45.279Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=197329336 data=null button=1 stateMask=0x0 x=75 y=53 count=1} to TreeItem with text {Traces [0]} 15:43:45 [2019-07-19T19:43:45.279Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197329336 data=null item=TreeItem {Traces [0]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [0]} 15:43:45 [2019-07-19T19:43:45.279Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=197329358 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 15:43:45 [2019-07-19T19:43:45.279Z] DEBUG - Attempting to set focus on Tree with text {} 15:43:45 [2019-07-19T19:43:45.279Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=197329360 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]} 15:43:45 [2019-07-19T19:43:45.279Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=197329360 data=null doit=true} to TreeItem with text {Traces [0]} 15:43:45 [2019-07-19T19:43:45.279Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=197329367 data=null} to TreeItem with text {Traces [0]} 15:43:45 [2019-07-19T19:43:45.279Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=197329368 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 15:43:45 [2019-07-19T19:43:45.279Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197329368 data=null item=TreeItem {Traces [0]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [0]} 15:43:45 [2019-07-19T19:43:45.279Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=197329375 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 15:43:45 [2019-07-19T19:43:45.536Z] DEBUG - matched MenuItem with text "Manage Custom Parser...", using matcher: with mnemonic 'Manage Custom Parsers...' 15:43:45 [2019-07-19T19:43:45.536Z] DEBUG - Clicking on with mnemonic 'Manage Custom Parsers...' 15:43:45 [2019-07-19T19:43:45.536Z] DEBUG - Clicked on with mnemonic 'Manage Custom Parsers...' 15:43:45 [2019-07-19T19:43:45.536Z] DEBUG - matched Shell with text "Manage Custom Parser...", using matcher: with text 'Manage Custom Parsers' 15:43:45 [2019-07-19T19:43:45.536Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Manage Custom Parsers} time=197329758 data=null doit=true} to Shell with text {Manage Custom Parsers} 15:43:45 [2019-07-19T19:43:45.536Z] DEBUG - Attempting to set focus on Shell with text {Manage Custom Parsers} 15:43:45 [2019-07-19T19:43:45.536Z] DEBUG - matched Button with text "Text", using matcher: of type 'Button' 15:43:45 [2019-07-19T19:43:45.536Z] DEBUG - matched Button with text "XML", using matcher: of type 'Button' 15:43:45 [2019-07-19T19:43:45.536Z] DEBUG - matched Button with text "XML", using matcher: with mnemonic 'XML' 15:43:45 [2019-07-19T19:43:45.536Z] DEBUG - matched Button with text "XML", using matcher: with style 'SWT.RADIO' 15:43:45 [2019-07-19T19:43:45.536Z] DEBUG - matched Button with text "XML", using matcher: (of type 'Button' and with mnemonic 'XML' and with style 'SWT.RADIO') 15:43:45 [2019-07-19T19:43:45.536Z] DEBUG - matched Button with text "New...", using matcher: of type 'Button' 15:43:45 [2019-07-19T19:43:45.536Z] DEBUG - matched Button with text "Edit...", using matcher: of type 'Button' 15:43:45 [2019-07-19T19:43:45.536Z] DEBUG - matched Button with text "Delete", using matcher: of type 'Button' 15:43:45 [2019-07-19T19:43:45.536Z] DEBUG - matched Button with text "Import...", using matcher: of type 'Button' 15:43:45 [2019-07-19T19:43:45.536Z] DEBUG - matched Button with text "Export...", using matcher: of type 'Button' 15:43:45 [2019-07-19T19:43:45.536Z] DEBUG - matched Button with text "&Close", using matcher: of type 'Button' 15:43:45 [2019-07-19T19:43:45.536Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'XML' and with style 'SWT.RADIO') 15:43:45 [2019-07-19T19:43:45.536Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Text} time=197329775 data=null doit=true} to Button with text {Text} 15:43:45 [2019-07-19T19:43:45.536Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Text} time=197329776 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Button with text {Text} 15:43:45 [2019-07-19T19:43:45.536Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'XML' and with style 'SWT.RADIO') 15:43:45 [2019-07-19T19:43:45.536Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {XML} time=197329778 data=null doit=true} to (of type 'Button' and with mnemonic 'XML' and with style 'SWT.RADIO') 15:43:45 [2019-07-19T19:43:45.793Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {XML} time=197329778 data=null button=1 stateMask=0x0 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'XML' and with style 'SWT.RADIO') 15:43:45 [2019-07-19T19:43:45.793Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {XML} time=197329838 data=null button=1 stateMask=0x80000 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'XML' and with style 'SWT.RADIO') 15:43:45 [2019-07-19T19:43:45.793Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {XML} time=197329838 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'XML' and with style 'SWT.RADIO') 15:43:45 [2019-07-19T19:43:45.793Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'XML' and with style 'SWT.RADIO') 15:43:45 [2019-07-19T19:43:45.793Z] DEBUG - matched Button with text "Text", using matcher: of type 'Button' 15:43:45 [2019-07-19T19:43:45.793Z] DEBUG - matched Button with text "XML", using matcher: of type 'Button' 15:43:45 [2019-07-19T19:43:45.793Z] DEBUG - matched Button with text "New...", using matcher: of type 'Button' 15:43:45 [2019-07-19T19:43:45.793Z] DEBUG - matched Button with text "New...", using matcher: with mnemonic 'New...' 15:43:45 [2019-07-19T19:43:45.793Z] DEBUG - matched Button with text "New...", using matcher: with style 'SWT.PUSH' 15:43:45 [2019-07-19T19:43:45.793Z] DEBUG - matched Button with text "New...", using matcher: (of type 'Button' and with mnemonic 'New...' and with style 'SWT.PUSH') 15:43:45 [2019-07-19T19:43:45.793Z] DEBUG - matched Button with text "Edit...", using matcher: of type 'Button' 15:43:45 [2019-07-19T19:43:45.793Z] DEBUG - matched Button with text "Delete", using matcher: of type 'Button' 15:43:45 [2019-07-19T19:43:45.793Z] DEBUG - matched Button with text "Import...", using matcher: of type 'Button' 15:43:45 [2019-07-19T19:43:45.793Z] DEBUG - matched Button with text "Export...", using matcher: of type 'Button' 15:43:45 [2019-07-19T19:43:45.793Z] DEBUG - matched Button with text "&Close", using matcher: of type 'Button' 15:43:45 [2019-07-19T19:43:45.793Z] DEBUG - Clicking on New... 15:43:45 [2019-07-19T19:43:45.793Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {New...} time=197329841 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'New...' and with style 'SWT.PUSH') 15:43:45 [2019-07-19T19:43:45.793Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {New...} time=197329841 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'New...' and with style 'SWT.PUSH') 15:43:45 [2019-07-19T19:43:45.793Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {New...} time=197329841 data=null doit=true} to (of type 'Button' and with mnemonic 'New...' and with style 'SWT.PUSH') 15:43:45 [2019-07-19T19:43:45.793Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {New...} time=197329841 data=null} to (of type 'Button' and with mnemonic 'New...' and with style 'SWT.PUSH') 15:43:45 [2019-07-19T19:43:45.793Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {New...} time=197329842 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'New...' and with style 'SWT.PUSH') 15:43:45 [2019-07-19T19:43:45.793Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {New...} time=197329842 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'New...' and with style 'SWT.PUSH') 15:43:46 [2019-07-19T19:43:46.050Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {New...} time=197330178 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'New...' and with style 'SWT.PUSH') 15:43:46 [2019-07-19T19:43:46.050Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {New...} time=197330179 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'New...' and with style 'SWT.PUSH') 15:43:46 [2019-07-19T19:43:46.050Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {New...} time=197330179 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'New...' and with style 'SWT.PUSH') 15:43:46 [2019-07-19T19:43:46.050Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {New...} time=197330179 data=null doit=true} to (of type 'Button' and with mnemonic 'New...' and with style 'SWT.PUSH') 15:43:46 [2019-07-19T19:43:46.050Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {New...} time=197330179 data=null} to (of type 'Button' and with mnemonic 'New...' and with style 'SWT.PUSH') 15:43:46 [2019-07-19T19:43:46.050Z] DEBUG - Clicked on New... 15:43:46 [2019-07-19T19:43:46.050Z] DEBUG - matched Shell with text "Custom XML Parser", using matcher: with text 'Custom XML Parser' 15:43:46 [2019-07-19T19:43:46.050Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Custom XML Parser} time=197330181 data=null doit=true} to Shell with text {Custom XML Parser} 15:43:46 [2019-07-19T19:43:46.050Z] DEBUG - Attempting to set focus on Shell with text {Custom XML Parser} 15:43:46 [2019-07-19T19:43:46.050Z] DEBUG - matched Text with text "Custom XML", using matcher: of type 'Text' 15:43:46 [2019-07-19T19:43:46.050Z] DEBUG - matched Label with text "Category:", using matcher: with mnemonic 'Category:' 15:43:46 [2019-07-19T19:43:46.050Z] DEBUG - matched Text with text "Custom XML", using matcher: with label (with mnemonic 'Category:') 15:43:46 [2019-07-19T19:43:46.050Z] DEBUG - matched Text with text "Custom XML", using matcher: (of type 'Text' and with label (with mnemonic 'Category:')) 15:43:46 [2019-07-19T19:43:46.050Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 15:43:46 [2019-07-19T19:43:46.050Z] DEBUG - matched Label with text "Category:", using matcher: with mnemonic 'Category:' 15:43:46 [2019-07-19T19:43:46.050Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Category:') 15:43:46 [2019-07-19T19:43:46.050Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Category:')) 15:43:46 [2019-07-19T19:43:46.050Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 15:43:46 [2019-07-19T19:43:46.050Z] DEBUG - matched Label with text "Category:", using matcher: with mnemonic 'Category:' 15:43:46 [2019-07-19T19:43:46.050Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Category:') 15:43:46 [2019-07-19T19:43:46.050Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Category:')) 15:43:46 [2019-07-19T19:43:46.050Z] DEBUG - matched Text with text "*no time stamp eleme...", using matcher: of type 'Text' 15:43:46 [2019-07-19T19:43:46.050Z] DEBUG - matched Label with text "Category:", using matcher: with mnemonic 'Category:' 15:43:46 [2019-07-19T19:43:46.050Z] DEBUG - matched Text with text "*no time stamp eleme...", using matcher: with label (with mnemonic 'Category:') 15:43:46 [2019-07-19T19:43:46.050Z] DEBUG - matched Text with text "*no time stamp eleme...", using matcher: (of type 'Text' and with label (with mnemonic 'Category:')) 15:43:46 [2019-07-19T19:43:46.050Z] DEBUG - matched Text with text "Enter a name for the...", using matcher: of type 'Text' 15:43:46 [2019-07-19T19:43:46.050Z] DEBUG - matched Label with text "Category:", using matcher: with mnemonic 'Category:' 15:43:46 [2019-07-19T19:43:46.050Z] DEBUG - matched Text with text "Enter a name for the...", using matcher: with label (with mnemonic 'Category:') 15:43:46 [2019-07-19T19:43:46.050Z] DEBUG - matched Text with text "Enter a name for the...", using matcher: (of type 'Text' and with label (with mnemonic 'Category:')) 15:43:46 [2019-07-19T19:43:46.050Z] DEBUG - matched Text with text "Test Category", using matcher: of type 'Text' 15:43:46 [2019-07-19T19:43:46.050Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 15:43:46 [2019-07-19T19:43:46.050Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 15:43:46 [2019-07-19T19:43:46.050Z] DEBUG - matched Label with text "Trace type:", using matcher: with mnemonic 'Trace type:' 15:43:46 [2019-07-19T19:43:46.050Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Trace type:') 15:43:46 [2019-07-19T19:43:46.050Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Trace type:')) 15:43:46 [2019-07-19T19:43:46.050Z] DEBUG - matched Text with text "*no time stamp eleme...", using matcher: of type 'Text' 15:43:46 [2019-07-19T19:43:46.050Z] DEBUG - matched Label with text "Trace type:", using matcher: with mnemonic 'Trace type:' 15:43:46 [2019-07-19T19:43:46.050Z] DEBUG - matched Text with text "*no time stamp eleme...", using matcher: with label (with mnemonic 'Trace type:') 15:43:46 [2019-07-19T19:43:46.050Z] DEBUG - matched Text with text "*no time stamp eleme...", using matcher: (of type 'Text' and with label (with mnemonic 'Trace type:')) 15:43:46 [2019-07-19T19:43:46.050Z] DEBUG - matched Text with text "Enter a name for the...", using matcher: of type 'Text' 15:43:46 [2019-07-19T19:43:46.050Z] DEBUG - matched Label with text "Trace type:", using matcher: with mnemonic 'Trace type:' 15:43:46 [2019-07-19T19:43:46.050Z] DEBUG - matched Text with text "Enter a name for the...", using matcher: with label (with mnemonic 'Trace type:') 15:43:46 [2019-07-19T19:43:46.050Z] DEBUG - matched Text with text "Enter a name for the...", using matcher: (of type 'Text' and with label (with mnemonic 'Trace type:')) 15:43:46 [2019-07-19T19:43:46.050Z] DEBUG - matched Text with text "Test Category", using matcher: of type 'Text' 15:43:46 [2019-07-19T19:43:46.050Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 15:43:46 [2019-07-19T19:43:46.050Z] DEBUG - matched Label with text "Time Stamp format:", using matcher: with mnemonic 'Time Stamp format:' 15:43:46 [2019-07-19T19:43:46.050Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Time Stamp format:') 15:43:46 [2019-07-19T19:43:46.050Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Time Stamp format:')) 15:43:46 [2019-07-19T19:43:46.050Z] DEBUG - matched Text with text "Test Trace", using matcher: of type 'Text' 15:43:46 [2019-07-19T19:43:46.050Z] DEBUG - matched Label with text "Time Stamp format:", using matcher: with mnemonic 'Time Stamp format:' 15:43:46 [2019-07-19T19:43:46.050Z] DEBUG - matched Text with text "Test Trace", using matcher: with label (with mnemonic 'Time Stamp format:') 15:43:46 [2019-07-19T19:43:46.050Z] DEBUG - matched Text with text "Test Trace", using matcher: (of type 'Text' and with label (with mnemonic 'Time Stamp format:')) 15:43:46 [2019-07-19T19:43:46.050Z] DEBUG - matched Text with text "*no time stamp eleme...", using matcher: of type 'Text' 15:43:46 [2019-07-19T19:43:46.050Z] DEBUG - matched Label with text "Time Stamp format:", using matcher: with mnemonic 'Time Stamp format:' 15:43:46 [2019-07-19T19:43:46.050Z] DEBUG - matched Text with text "*no time stamp eleme...", using matcher: with label (with mnemonic 'Time Stamp format:') 15:43:46 [2019-07-19T19:43:46.050Z] DEBUG - matched Text with text "*no time stamp eleme...", using matcher: (of type 'Text' and with label (with mnemonic 'Time Stamp format:')) 15:43:46 [2019-07-19T19:43:46.050Z] DEBUG - matched Text with text "Add a document eleme...", using matcher: of type 'Text' 15:43:46 [2019-07-19T19:43:46.050Z] DEBUG - matched Label with text "Time Stamp format:", using matcher: with mnemonic 'Time Stamp format:' 15:43:46 [2019-07-19T19:43:46.050Z] DEBUG - matched Text with text "Add a document eleme...", using matcher: with label (with mnemonic 'Time Stamp format:') 15:43:46 [2019-07-19T19:43:46.308Z] DEBUG - matched Text with text "Add a document eleme...", using matcher: (of type 'Text' and with label (with mnemonic 'Time Stamp format:')) 15:43:46 [2019-07-19T19:43:46.308Z] DEBUG - matched StyledText with text "", using matcher: of type 'StyledText' 15:43:46 [2019-07-19T19:43:46.308Z] DEBUG - matched StyledText with text "", using matcher: (of type 'StyledText') 15:43:46 [2019-07-19T19:43:46.308Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:46 [2019-07-19T19:43:46.308Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:46 [2019-07-19T19:43:46.308Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:46 [2019-07-19T19:43:46.308Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:46 [2019-07-19T19:43:46.308Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:46 [2019-07-19T19:43:46.308Z] DEBUG - matched Button with text "", using matcher: with tooltip 'Feeling lucky' 15:43:46 [2019-07-19T19:43:46.308Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:43:46 [2019-07-19T19:43:46.308Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with tooltip 'Feeling lucky' and with style 'SWT.PUSH') 15:43:46 [2019-07-19T19:43:46.308Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:46 [2019-07-19T19:43:46.308Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:46 [2019-07-19T19:43:46.308Z] DEBUG - matched Button with text "< &Back", using matcher: of type 'Button' 15:43:46 [2019-07-19T19:43:46.308Z] DEBUG - matched Button with text "&Next >", using matcher: of type 'Button' 15:43:46 [2019-07-19T19:43:46.308Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:43:46 [2019-07-19T19:43:46.308Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 15:43:46 [2019-07-19T19:43:46.308Z] DEBUG - Clicking on 15:43:46 [2019-07-19T19:43:46.308Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {} time=197330358 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with tooltip 'Feeling lucky' and with style 'SWT.PUSH') 15:43:46 [2019-07-19T19:43:46.308Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {} time=197330358 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with tooltip 'Feeling lucky' and with style 'SWT.PUSH') 15:43:46 [2019-07-19T19:43:46.308Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {} time=197330359 data=null doit=true} to (of type 'Button' and with tooltip 'Feeling lucky' and with style 'SWT.PUSH') 15:43:46 [2019-07-19T19:43:46.308Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {} time=197330359 data=null} to (of type 'Button' and with tooltip 'Feeling lucky' and with style 'SWT.PUSH') 15:43:46 [2019-07-19T19:43:46.308Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {} time=197330359 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with tooltip 'Feeling lucky' and with style 'SWT.PUSH') 15:43:46 [2019-07-19T19:43:46.308Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {} time=197330359 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with tooltip 'Feeling lucky' and with style 'SWT.PUSH') 15:43:46 [2019-07-19T19:43:46.308Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {} time=197330359 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with tooltip 'Feeling lucky' and with style 'SWT.PUSH') 15:43:46 [2019-07-19T19:43:46.308Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {} time=197330440 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with tooltip 'Feeling lucky' and with style 'SWT.PUSH') 15:43:46 [2019-07-19T19:43:46.308Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {} time=197330441 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with tooltip 'Feeling lucky' and with style 'SWT.PUSH') 15:43:46 [2019-07-19T19:43:46.308Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {} time=197330441 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with tooltip 'Feeling lucky' and with style 'SWT.PUSH') 15:43:46 [2019-07-19T19:43:46.308Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {} time=197330441 data=null doit=true} to (of type 'Button' and with tooltip 'Feeling lucky' and with style 'SWT.PUSH') 15:43:46 [2019-07-19T19:43:46.308Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {} time=197330442 data=null} to (of type 'Button' and with tooltip 'Feeling lucky' and with style 'SWT.PUSH') 15:43:46 [2019-07-19T19:43:46.308Z] DEBUG - Clicked on 15:43:46 [2019-07-19T19:43:46.308Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:43:46 [2019-07-19T19:43:46.308Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:43:46 [2019-07-19T19:43:46.308Z] DEBUG - Attempting to set focus on Tree with text {} 15:43:46 [2019-07-19T19:43:46.308Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {event} time=197330458 data=null button=0 stateMask=0x0 x=78 y=32 count=0} to Tree node with text: event 15:43:46 [2019-07-19T19:43:46.308Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {event} time=197330458 data=null doit=true} to Tree node with text: event 15:43:46 [2019-07-19T19:43:46.308Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {event} time=197330458 data=null} to Tree node with text: event 15:43:46 [2019-07-19T19:43:46.308Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {event} time=197330458 data=null button=1 stateMask=0x0 x=78 y=32 count=1} to Tree node with text: event 15:43:46 [2019-07-19T19:43:46.565Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197330459 data=null item=TreeItem {event} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: event 15:43:46 [2019-07-19T19:43:46.823Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {event} time=197330835 data=null button=1 stateMask=0x80000 x=78 y=32 count=1} to Tree node with text: event 15:43:46 [2019-07-19T19:43:46.823Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:46 [2019-07-19T19:43:46.823Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:46 [2019-07-19T19:43:46.823Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:46 [2019-07-19T19:43:46.823Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:46 [2019-07-19T19:43:46.823Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:46 [2019-07-19T19:43:46.823Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:46 [2019-07-19T19:43:46.823Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:46 [2019-07-19T19:43:46.823Z] DEBUG - matched Button with text "Log Entry", using matcher: of type 'Button' 15:43:46 [2019-07-19T19:43:46.823Z] DEBUG - matched Button with text "Log Entry", using matcher: with mnemonic 'Log Entry' 15:43:46 [2019-07-19T19:43:46.823Z] DEBUG - matched Button with text "Log Entry", using matcher: with style 'SWT.CHECK' 15:43:46 [2019-07-19T19:43:46.823Z] DEBUG - matched Button with text "Log Entry", using matcher: (of type 'Button' and with mnemonic 'Log Entry' and with style 'SWT.CHECK') 15:43:46 [2019-07-19T19:43:46.823Z] DEBUG - matched Button with text "Event type:", using matcher: of type 'Button' 15:43:46 [2019-07-19T19:43:46.823Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:46 [2019-07-19T19:43:46.823Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:46 [2019-07-19T19:43:46.823Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:46 [2019-07-19T19:43:46.823Z] DEBUG - matched Button with text "< &Back", using matcher: of type 'Button' 15:43:46 [2019-07-19T19:43:46.823Z] DEBUG - matched Button with text "&Next >", using matcher: of type 'Button' 15:43:46 [2019-07-19T19:43:46.823Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:43:46 [2019-07-19T19:43:46.823Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 15:43:46 [2019-07-19T19:43:46.823Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Log Entry' and with style 'SWT.CHECK') 15:43:46 [2019-07-19T19:43:46.823Z] DEBUG - Toggling state on Button {Log Entry}. Setting state to selected 15:43:46 [2019-07-19T19:43:46.823Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Log Entry} time=197330841 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Log Entry' and with style 'SWT.CHECK') 15:43:46 [2019-07-19T19:43:46.823Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Log Entry} time=197330842 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Log Entry' and with style 'SWT.CHECK') 15:43:46 [2019-07-19T19:43:46.823Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Log Entry} time=197330842 data=null doit=true} to (of type 'Button' and with mnemonic 'Log Entry' and with style 'SWT.CHECK') 15:43:46 [2019-07-19T19:43:46.823Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Log Entry} time=197330842 data=null} to (of type 'Button' and with mnemonic 'Log Entry' and with style 'SWT.CHECK') 15:43:46 [2019-07-19T19:43:46.823Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Log Entry} time=197330843 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Log Entry' and with style 'SWT.CHECK') 15:43:46 [2019-07-19T19:43:46.823Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Log Entry} time=197330843 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Log Entry' and with style 'SWT.CHECK') 15:43:46 [2019-07-19T19:43:46.823Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Log Entry} time=197330843 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Log Entry' and with style 'SWT.CHECK') 15:43:46 [2019-07-19T19:43:46.823Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Log Entry} time=197330871 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Log Entry' and with style 'SWT.CHECK') 15:43:46 [2019-07-19T19:43:46.823Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Log Entry} time=197330871 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Log Entry' and with style 'SWT.CHECK') 15:43:46 [2019-07-19T19:43:46.823Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Log Entry} time=197330871 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Log Entry' and with style 'SWT.CHECK') 15:43:46 [2019-07-19T19:43:46.823Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Log Entry} time=197330872 data=null doit=true} to (of type 'Button' and with mnemonic 'Log Entry' and with style 'SWT.CHECK') 15:43:46 [2019-07-19T19:43:46.823Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Log Entry} time=197330872 data=null} to (of type 'Button' and with mnemonic 'Log Entry' and with style 'SWT.CHECK') 15:43:46 [2019-07-19T19:43:46.823Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Log Entry' and with style 'SWT.CHECK') 15:43:46 [2019-07-19T19:43:46.823Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:46 [2019-07-19T19:43:46.823Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:46 [2019-07-19T19:43:46.823Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:46 [2019-07-19T19:43:46.823Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:46 [2019-07-19T19:43:46.823Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:46 [2019-07-19T19:43:46.823Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:46 [2019-07-19T19:43:46.823Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:46 [2019-07-19T19:43:46.823Z] DEBUG - matched Button with text "Log Entry", using matcher: of type 'Button' 15:43:46 [2019-07-19T19:43:46.823Z] DEBUG - matched Button with text "Event type:", using matcher: of type 'Button' 15:43:46 [2019-07-19T19:43:46.823Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:46 [2019-07-19T19:43:46.823Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:46 [2019-07-19T19:43:46.823Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:46 [2019-07-19T19:43:46.823Z] DEBUG - matched Button with text "< &Back", using matcher: of type 'Button' 15:43:46 [2019-07-19T19:43:46.823Z] DEBUG - matched Button with text "&Next >", using matcher: of type 'Button' 15:43:46 [2019-07-19T19:43:46.823Z] DEBUG - matched Button with text "&Next >", using matcher: with mnemonic 'Next >' 15:43:46 [2019-07-19T19:43:46.823Z] DEBUG - matched Button with text "&Next >", using matcher: with style 'SWT.PUSH' 15:43:46 [2019-07-19T19:43:46.823Z] DEBUG - matched Button with text "&Next >", using matcher: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 15:43:46 [2019-07-19T19:43:46.823Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:43:46 [2019-07-19T19:43:46.823Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 15:43:46 [2019-07-19T19:43:46.823Z] DEBUG - Clicking on &Next > 15:43:46 [2019-07-19T19:43:46.823Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Next >} time=197330881 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 15:43:46 [2019-07-19T19:43:46.823Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Next >} time=197330881 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 15:43:46 [2019-07-19T19:43:46.823Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Next >} time=197330881 data=null doit=true} to (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 15:43:46 [2019-07-19T19:43:46.823Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Next >} time=197330881 data=null} to (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 15:43:46 [2019-07-19T19:43:46.823Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Next >} time=197330882 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 15:43:46 [2019-07-19T19:43:46.823Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Next >} time=197330882 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 15:43:46 [2019-07-19T19:43:46.823Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Next >} time=197330882 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 15:43:47 [2019-07-19T19:43:47.090Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 15:43:47 [2019-07-19T19:43:47.090Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 15:43:47 [2019-07-19T19:43:47.090Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 15:43:47 [2019-07-19T19:43:47.090Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 15:43:47 [2019-07-19T19:43:47.090Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 15:43:47 [2019-07-19T19:43:47.090Z] DEBUG - Clicked on &Next > 15:43:47 [2019-07-19T19:43:47.090Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:47 [2019-07-19T19:43:47.090Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:47 [2019-07-19T19:43:47.090Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:47 [2019-07-19T19:43:47.090Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:47 [2019-07-19T19:43:47.090Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:47 [2019-07-19T19:43:47.090Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:43:47 [2019-07-19T19:43:47.090Z] DEBUG - matched Button with text "< &Back", using matcher: of type 'Button' 15:43:47 [2019-07-19T19:43:47.090Z] DEBUG - matched Button with text "&Next >", using matcher: of type 'Button' 15:43:47 [2019-07-19T19:43:47.090Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:43:47 [2019-07-19T19:43:47.090Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 15:43:47 [2019-07-19T19:43:47.090Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish' 15:43:47 [2019-07-19T19:43:47.090Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH' 15:43:47 [2019-07-19T19:43:47.090Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 15:43:47 [2019-07-19T19:43:47.090Z] DEBUG - Clicking on &Finish 15:43:47 [2019-07-19T19:43:47.090Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=197331135 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 15:43:47 [2019-07-19T19:43:47.090Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=197331136 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 15:43:47 [2019-07-19T19:43:47.090Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=197331136 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 15:43:47 [2019-07-19T19:43:47.090Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=197331136 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 15:43:47 [2019-07-19T19:43:47.090Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=197331136 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 15:43:47 [2019-07-19T19:43:47.090Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=197331136 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 15:43:47 [2019-07-19T19:43:47.090Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=197331136 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 15:43:47 [2019-07-19T19:43:47.090Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {New...} time=197329842 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'New...' and with style 'SWT.PUSH') 15:43:47 [2019-07-19T19:43:47.349Z] DEBUG - Clicked on 15:43:47 [2019-07-19T19:43:47.349Z] DEBUG - matched Shell with text "Manage Custom Parser...", using matcher: with text 'Manage Custom Parsers' 15:43:47 [2019-07-19T19:43:47.349Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Manage Custom Parsers} time=197331371 data=null doit=true} to Shell with text {Manage Custom Parsers} 15:43:47 [2019-07-19T19:43:47.349Z] DEBUG - Attempting to set focus on Shell with text {Manage Custom Parsers} 15:43:47 [2019-07-19T19:43:47.349Z] DEBUG - matched List with text "", using matcher: of type 'List' 15:43:47 [2019-07-19T19:43:47.349Z] DEBUG - matched List with text "", using matcher: (of type 'List') 15:43:47 [2019-07-19T19:43:47.349Z] DEBUG - Set selection (of type 'List') to text Test Category : Test Trace 15:43:47 [2019-07-19T19:43:47.349Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{List {} time=197331439 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'List') 15:43:47 [2019-07-19T19:43:47.349Z] DEBUG - Sent event Activate [26]: ShellEvent{List {} time=197331439 data=null doit=true} to (of type 'List') 15:43:47 [2019-07-19T19:43:47.349Z] DEBUG - Sent event FocusIn [15]: FocusEvent{List {} time=197331440 data=null} to (of type 'List') 15:43:47 [2019-07-19T19:43:47.349Z] DEBUG - Sent event MouseDown [3]: MouseEvent{List {} time=197331440 data=null button=1 stateMask=0x0 x=97 y=10 count=1} to (of type 'List') 15:43:47 [2019-07-19T19:43:47.349Z] DEBUG - Sent event Selection [13]: SelectionEvent{List {} time=197331440 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'List') 15:43:47 [2019-07-19T19:43:47.349Z] DEBUG - Sent event MouseUp [4]: MouseEvent{List {} time=197331442 data=null button=1 stateMask=0x80000 x=97 y=10 count=1} to (of type 'List') 15:43:47 [2019-07-19T19:43:47.349Z] DEBUG - matched Button with text "Text", using matcher: of type 'Button' 15:43:47 [2019-07-19T19:43:47.349Z] DEBUG - matched Button with text "XML", using matcher: of type 'Button' 15:43:47 [2019-07-19T19:43:47.349Z] DEBUG - matched Button with text "New...", using matcher: of type 'Button' 15:43:47 [2019-07-19T19:43:47.349Z] DEBUG - matched Button with text "Edit...", using matcher: of type 'Button' 15:43:47 [2019-07-19T19:43:47.349Z] DEBUG - matched Button with text "Delete", using matcher: of type 'Button' 15:43:47 [2019-07-19T19:43:47.349Z] DEBUG - matched Button with text "Delete", using matcher: with mnemonic 'Delete' 15:43:47 [2019-07-19T19:43:47.349Z] DEBUG - matched Button with text "Delete", using matcher: with style 'SWT.PUSH' 15:43:47 [2019-07-19T19:43:47.349Z] DEBUG - matched Button with text "Delete", using matcher: (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 15:43:47 [2019-07-19T19:43:47.349Z] DEBUG - matched Button with text "Import...", using matcher: of type 'Button' 15:43:47 [2019-07-19T19:43:47.349Z] DEBUG - matched Button with text "Export...", using matcher: of type 'Button' 15:43:47 [2019-07-19T19:43:47.349Z] DEBUG - matched Button with text "&Close", using matcher: of type 'Button' 15:43:47 [2019-07-19T19:43:47.349Z] DEBUG - Clicking on Delete 15:43:47 [2019-07-19T19:43:47.349Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Delete} time=197331443 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 15:43:47 [2019-07-19T19:43:47.349Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Delete} time=197331444 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 15:43:47 [2019-07-19T19:43:47.349Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Delete} time=197331444 data=null doit=true} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 15:43:47 [2019-07-19T19:43:47.349Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Delete} time=197331444 data=null} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 15:43:47 [2019-07-19T19:43:47.349Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Delete} time=197331444 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 15:43:47 [2019-07-19T19:43:47.349Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Delete} time=197331444 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 15:43:47 [2019-07-19T19:43:47.349Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Delete} time=197331568 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 15:43:47 [2019-07-19T19:43:47.349Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Delete} time=197331569 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 15:43:47 [2019-07-19T19:43:47.349Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Delete} time=197331569 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 15:43:47 [2019-07-19T19:43:47.349Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Delete} time=197331569 data=null doit=true} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 15:43:47 [2019-07-19T19:43:47.349Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Delete} time=197331569 data=null} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 15:43:47 [2019-07-19T19:43:47.349Z] DEBUG - Clicked on Delete 15:43:47 [2019-07-19T19:43:47.349Z] DEBUG - matched Shell with text "Delete Custom Parser", using matcher: with text 'Delete Custom Parser' 15:43:47 [2019-07-19T19:43:47.349Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Delete Custom Parser} time=197331571 data=null doit=true} to Shell with text {Delete Custom Parser} 15:43:47 [2019-07-19T19:43:47.349Z] DEBUG - Attempting to set focus on Shell with text {Delete Custom Parser} 15:43:47 [2019-07-19T19:43:47.607Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button' 15:43:47 [2019-07-19T19:43:47.607Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button' 15:43:47 [2019-07-19T19:43:47.607Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes' 15:43:47 [2019-07-19T19:43:47.607Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH' 15:43:47 [2019-07-19T19:43:47.607Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 15:43:47 [2019-07-19T19:43:47.607Z] DEBUG - Clicking on &Yes 15:43:47 [2019-07-19T19:43:47.607Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=197331639 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 15:43:47 [2019-07-19T19:43:47.607Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=197331639 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 15:43:47 [2019-07-19T19:43:47.607Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=197331639 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 15:43:47 [2019-07-19T19:43:47.607Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=197331639 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 15:43:47 [2019-07-19T19:43:47.607Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=197331639 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 15:43:47 [2019-07-19T19:43:47.607Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=197331639 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 15:43:47 [2019-07-19T19:43:47.607Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=197331640 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 15:43:47 [2019-07-19T19:43:47.607Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Delete} time=197331444 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 15:43:47 [2019-07-19T19:43:47.607Z] DEBUG - Clicked on 15:43:47 [2019-07-19T19:43:47.607Z] DEBUG - matched Shell with text "Manage Custom Parser...", using matcher: with text 'Manage Custom Parsers' 15:43:47 [2019-07-19T19:43:47.607Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Manage Custom Parsers} time=197331838 data=null doit=true} to Shell with text {Manage Custom Parsers} 15:43:47 [2019-07-19T19:43:47.607Z] DEBUG - Attempting to set focus on Shell with text {Manage Custom Parsers} 15:43:47 [2019-07-19T19:43:47.607Z] DEBUG - matched Button with text "Text", using matcher: of type 'Button' 15:43:47 [2019-07-19T19:43:47.607Z] DEBUG - matched Button with text "XML", using matcher: of type 'Button' 15:43:47 [2019-07-19T19:43:47.607Z] DEBUG - matched Button with text "New...", using matcher: of type 'Button' 15:43:47 [2019-07-19T19:43:47.607Z] DEBUG - matched Button with text "Edit...", using matcher: of type 'Button' 15:43:47 [2019-07-19T19:43:47.607Z] DEBUG - matched Button with text "Delete", using matcher: of type 'Button' 15:43:47 [2019-07-19T19:43:47.607Z] DEBUG - matched Button with text "Import...", using matcher: of type 'Button' 15:43:47 [2019-07-19T19:43:47.607Z] DEBUG - matched Button with text "Export...", using matcher: of type 'Button' 15:43:47 [2019-07-19T19:43:47.607Z] DEBUG - matched Button with text "&Close", using matcher: of type 'Button' 15:43:47 [2019-07-19T19:43:47.607Z] DEBUG - matched Button with text "&Close", using matcher: with mnemonic 'Close' 15:43:47 [2019-07-19T19:43:47.607Z] DEBUG - matched Button with text "&Close", using matcher: with style 'SWT.PUSH' 15:43:47 [2019-07-19T19:43:47.607Z] DEBUG - matched Button with text "&Close", using matcher: (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 15:43:47 [2019-07-19T19:43:47.607Z] DEBUG - Clicking on &Close 15:43:47 [2019-07-19T19:43:47.607Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Close} time=197331840 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 15:43:47 [2019-07-19T19:43:47.607Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Close} time=197331840 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 15:43:47 [2019-07-19T19:43:47.607Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Close} time=197331840 data=null doit=true} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 15:43:47 [2019-07-19T19:43:47.607Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Close} time=197331840 data=null} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 15:43:47 [2019-07-19T19:43:47.607Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Close} time=197331840 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 15:43:47 [2019-07-19T19:43:47.607Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Close} time=197331841 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 15:43:47 [2019-07-19T19:43:47.864Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Close} time=197331841 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 15:43:47 [2019-07-19T19:43:47.864Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Manage Custom Parsers...} time=197329537 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Manage Custom Parsers...' 15:43:47 [2019-07-19T19:43:47.864Z] DEBUG - Clicked on 15:43:47 [2019-07-19T19:43:47.864Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=197332036 data=null doit=true} to Shell with text {data - Eclipse Platform} 15:43:47 [2019-07-19T19:43:47.864Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' 15:43:47 [2019-07-19T19:43:47.864Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:43:47 [2019-07-19T19:43:47.864Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:43:47 [2019-07-19T19:43:47.864Z] DEBUG - Attempting to set focus on Tree with text {} 15:43:47 [2019-07-19T19:43:47.864Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestXML} time=197332072 data=null button=0 stateMask=0x0 x=68 y=11 count=0} to TreeItem with text {TestXML} 15:43:47 [2019-07-19T19:43:47.864Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestXML} time=197332072 data=null doit=true} to TreeItem with text {TestXML} 15:43:47 [2019-07-19T19:43:47.864Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestXML} time=197332072 data=null} to TreeItem with text {TestXML} 15:43:47 [2019-07-19T19:43:47.864Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestXML} time=197332073 data=null button=1 stateMask=0x0 x=68 y=11 count=1} to TreeItem with text {TestXML} 15:43:47 [2019-07-19T19:43:47.864Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197332073 data=null item=TreeItem {TestXML} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestXML} 15:43:48 [2019-07-19T19:43:48.122Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestXML} time=197332151 data=null button=1 stateMask=0x80000 x=68 y=11 count=1} to TreeItem with text {TestXML} 15:43:48 [2019-07-19T19:43:48.122Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' 15:43:48 [2019-07-19T19:43:48.122Z] DEBUG - Clicking on with mnemonic 'Delete' 15:43:48 [2019-07-19T19:43:48.379Z] DEBUG - Clicked on with mnemonic 'Delete' 15:43:48 [2019-07-19T19:43:48.943Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' 15:43:48 [2019-07-19T19:43:48.943Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} 15:43:48 [2019-07-19T19:43:48.943Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 15:43:48 [2019-07-19T19:43:48.943Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' 15:43:48 [2019-07-19T19:43:48.943Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') 15:43:48 [2019-07-19T19:43:48.943Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 15:43:48 [2019-07-19T19:43:48.943Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:43:48 [2019-07-19T19:43:48.943Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:43:48 [2019-07-19T19:43:48.943Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') 15:43:48 [2019-07-19T19:43:48.943Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected 15:43:48 [2019-07-19T19:43:48.943Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197333175 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:43:48 [2019-07-19T19:43:48.943Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197333176 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:43:48 [2019-07-19T19:43:48.943Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=197333176 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:43:48 [2019-07-19T19:43:48.943Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=197333176 data=null} to (of type 'Button' and with style 'SWT.CHECK') 15:43:48 [2019-07-19T19:43:48.943Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197333176 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:43:48 [2019-07-19T19:43:48.943Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197333176 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:43:48 [2019-07-19T19:43:48.943Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=197333176 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:43:48 [2019-07-19T19:43:48.943Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197333177 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:43:48 [2019-07-19T19:43:48.943Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197333177 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:43:48 [2019-07-19T19:43:48.943Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197333177 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:43:48 [2019-07-19T19:43:48.943Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=197333177 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:43:48 [2019-07-19T19:43:48.943Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=197333177 data=null} to (of type 'Button' and with style 'SWT.CHECK') 15:43:48 [2019-07-19T19:43:48.943Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') 15:43:48 [2019-07-19T19:43:48.943Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 15:43:48 [2019-07-19T19:43:48.943Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 15:43:48 [2019-07-19T19:43:48.943Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:43:48 [2019-07-19T19:43:48.943Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:43:48 [2019-07-19T19:43:48.943Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 15:43:48 [2019-07-19T19:43:48.943Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:43:48 [2019-07-19T19:43:48.943Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:43:48 [2019-07-19T19:43:48.943Z] DEBUG - Clicking on OK 15:43:48 [2019-07-19T19:43:48.943Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=197333179 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:43:48 [2019-07-19T19:43:48.943Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=197333179 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:43:48 [2019-07-19T19:43:48.943Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=197333179 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:43:48 [2019-07-19T19:43:48.943Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=197333179 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:43:48 [2019-07-19T19:43:48.943Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=197333179 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:43:48 [2019-07-19T19:43:48.943Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=197333179 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:43:48 [2019-07-19T19:43:48.943Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:43:48 [2019-07-19T19:43:48.943Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:43:48 [2019-07-19T19:43:48.943Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:43:48 [2019-07-19T19:43:48.943Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:43:48 [2019-07-19T19:43:48.943Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:43:48 [2019-07-19T19:43:48.943Z] DEBUG - Clicked on OK 15:43:49 [2019-07-19T19:43:49.201Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=197333179 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:43:49 [2019-07-19T19:43:49.201Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=197332281 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' 15:43:49 [2019-07-19T19:43:49.457Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.108 s - in org.eclipse.tracecompass.tmf.ui.swtbot.tests.parsers.custom.TestCustomXmlWizard 15:43:49 [2019-07-19T19:43:49.457Z] testNew(org.eclipse.tracecompass.tmf.ui.swtbot.tests.parsers.custom.TestCustomXmlWizard) Time elapsed: 4.986 s 15:43:49 [2019-07-19T19:43:49.457Z] Running org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.FilterColorEditorTest 15:43:54 [2019-07-19T19:43:54.711Z] DEBUG - matched EditorReference with text "", using matcher: with name '"syslog_collapse"' 15:43:54 [2019-07-19T19:43:54.968Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 15:43:54 [2019-07-19T19:43:54.968Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:43:54 [2019-07-19T19:43:54.968Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:43:55 [2019-07-19T19:43:55.902Z] DEBUG - Attempting to set focus on (of type 'Table') 15:43:55 [2019-07-19T19:43:55.902Z] DEBUG - Clicking on (of type 'Table') 15:43:55 [2019-07-19T19:43:55.902Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=197339809 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 15:43:55 [2019-07-19T19:43:55.902Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=197339810 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 15:43:55 [2019-07-19T19:43:55.902Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=197339810 data=null doit=true} to (of type 'Table') 15:43:55 [2019-07-19T19:43:55.902Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=197339810 data=null} to (of type 'Table') 15:43:55 [2019-07-19T19:43:55.902Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Table {} time=197339811 data=null button=1 stateMask=0x0 x=666 y=11 count=1} to (of type 'Table') 15:43:55 [2019-07-19T19:43:55.902Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Table {} time=197339967 data=null button=1 stateMask=0x80000 x=666 y=11 count=1} to (of type 'Table') 15:43:55 [2019-07-19T19:43:55.902Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=197339970 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to (of type 'Table') 15:43:55 [2019-07-19T19:43:55.902Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Table {} time=197339975 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 15:43:55 [2019-07-19T19:43:55.902Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=197339977 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 15:43:55 [2019-07-19T19:43:55.902Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Table {} time=197339977 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 15:43:55 [2019-07-19T19:43:55.902Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Table {} time=197339977 data=null doit=true} to (of type 'Table') 15:43:55 [2019-07-19T19:43:55.902Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Table {} time=197339977 data=null} to (of type 'Table') 15:43:55 [2019-07-19T19:43:55.902Z] DEBUG - Clicked on (of type 'Table') 15:43:55 [2019-07-19T19:43:55.902Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 15:43:55 [2019-07-19T19:43:55.902Z] DEBUG - matched Text with text "", using matcher: (of type 'Text') 15:43:55 [2019-07-19T19:43:55.902Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 15:43:55 [2019-07-19T19:43:55.902Z] DEBUG - matched Text with text "", using matcher: (of type 'Text') 15:43:55 [2019-07-19T19:43:55.902Z] DEBUG - Inserting text:e 15:43:55 [2019-07-19T19:43:55.902Z] into text (of type 'Text') 15:43:55 [2019-07-19T19:43:55.902Z] DEBUG - Attempting to set focus on (of type 'Text') 15:43:55 [2019-07-19T19:43:55.902Z] DEBUG - Typing text 'e 15:43:55 [2019-07-19T19:43:55.902Z] ' with an interval of 100ms. between characters. 15:43:56 [2019-07-19T19:43:56.832Z] DEBUG - Attempting to set focus on (of type 'Table') 15:43:57 [2019-07-19T19:43:57.089Z] DEBUG - Selecting rows [7] in (of type 'Table') 15:43:57 [2019-07-19T19:43:57.089Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=197341272 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 15:43:57 [2019-07-19T19:43:57.089Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=197341273 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 15:43:57 [2019-07-19T19:43:57.089Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=197341273 data=null doit=true} to (of type 'Table') 15:43:57 [2019-07-19T19:43:57.089Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=197341273 data=null} to (of type 'Table') 15:43:57 [2019-07-19T19:43:57.089Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=197341274 data=null button=1 stateMask=0x0 x=22 y=158 count=1} to (of type 'Table') 15:43:57 [2019-07-19T19:43:57.089Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=197341275 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to (of type 'Table') 15:43:57 [2019-07-19T19:43:57.089Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=197341278 data=null button=1 stateMask=0x80000 x=22 y=158 count=1} to (of type 'Table') 15:43:58 [2019-07-19T19:43:58.458Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - test/Traces/syslog_collapse - Eclipse Platform} time=197342298 data=null doit=true} to Shell with text {data - test/Traces/syslog_collapse - Eclipse Platform} 15:43:58 [2019-07-19T19:43:58.458Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' 15:43:58 [2019-07-19T19:43:58.458Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:43:58 [2019-07-19T19:43:58.458Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:43:58 [2019-07-19T19:43:58.458Z] DEBUG - Attempting to set focus on Tree with text {} 15:43:58 [2019-07-19T19:43:58.458Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=197342573 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 15:43:58 [2019-07-19T19:43:58.458Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=197342573 data=null doit=true} to TreeItem with text {test} 15:43:58 [2019-07-19T19:43:58.458Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=197342573 data=null} to TreeItem with text {test} 15:43:58 [2019-07-19T19:43:58.458Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=197342574 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 15:43:58 [2019-07-19T19:43:58.458Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197342574 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 15:43:58 [2019-07-19T19:43:58.458Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=197342639 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 15:43:58 [2019-07-19T19:43:58.716Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' 15:43:58 [2019-07-19T19:43:58.716Z] DEBUG - Clicking on with mnemonic 'Delete' 15:43:58 [2019-07-19T19:43:58.716Z] DEBUG - Clicked on with mnemonic 'Delete' 15:44:00 [2019-07-19T19:44:00.084Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' 15:44:00 [2019-07-19T19:44:00.084Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} 15:44:00 [2019-07-19T19:44:00.084Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 15:44:00 [2019-07-19T19:44:00.084Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' 15:44:00 [2019-07-19T19:44:00.084Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') 15:44:00 [2019-07-19T19:44:00.084Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 15:44:00 [2019-07-19T19:44:00.084Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:44:00 [2019-07-19T19:44:00.084Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:44:00 [2019-07-19T19:44:00.084Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') 15:44:00 [2019-07-19T19:44:00.084Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected 15:44:00 [2019-07-19T19:44:00.084Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197343949 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:44:00 [2019-07-19T19:44:00.084Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197343949 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:44:00 [2019-07-19T19:44:00.084Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=197343949 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:44:00 [2019-07-19T19:44:00.084Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=197343949 data=null} to (of type 'Button' and with style 'SWT.CHECK') 15:44:00 [2019-07-19T19:44:00.084Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197343950 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:44:00 [2019-07-19T19:44:00.084Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197343950 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:44:00 [2019-07-19T19:44:00.084Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=197343950 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:44:00 [2019-07-19T19:44:00.084Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197343950 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:44:00 [2019-07-19T19:44:00.084Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197343950 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:44:00 [2019-07-19T19:44:00.084Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197343950 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:44:00 [2019-07-19T19:44:00.084Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=197343950 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:44:00 [2019-07-19T19:44:00.084Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=197343950 data=null} to (of type 'Button' and with style 'SWT.CHECK') 15:44:00 [2019-07-19T19:44:00.084Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') 15:44:00 [2019-07-19T19:44:00.084Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 15:44:00 [2019-07-19T19:44:00.084Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 15:44:00 [2019-07-19T19:44:00.084Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:44:00 [2019-07-19T19:44:00.084Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:44:00 [2019-07-19T19:44:00.084Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 15:44:00 [2019-07-19T19:44:00.084Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:44:00 [2019-07-19T19:44:00.084Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:44:00 [2019-07-19T19:44:00.084Z] DEBUG - Clicking on OK 15:44:00 [2019-07-19T19:44:00.084Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=197343952 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:44:00 [2019-07-19T19:44:00.084Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=197343952 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:44:00 [2019-07-19T19:44:00.084Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=197343952 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:44:00 [2019-07-19T19:44:00.084Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=197343952 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:44:00 [2019-07-19T19:44:00.084Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=197343953 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:44:00 [2019-07-19T19:44:00.084Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=197343953 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:44:00 [2019-07-19T19:44:00.084Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:44:00 [2019-07-19T19:44:00.084Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:44:00 [2019-07-19T19:44:00.084Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:44:00 [2019-07-19T19:44:00.084Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:44:00 [2019-07-19T19:44:00.084Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:44:00 [2019-07-19T19:44:00.084Z] DEBUG - Clicked on OK 15:44:00 [2019-07-19T19:44:00.648Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=197343953 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:44:00 [2019-07-19T19:44:00.648Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=197342757 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' 15:44:03 [2019-07-19T19:44:03.924Z] DEBUG - matched EditorReference with text "", using matcher: with name '"syslog_collapse"' 15:44:03 [2019-07-19T19:44:03.924Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 15:44:03 [2019-07-19T19:44:03.924Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:44:03 [2019-07-19T19:44:03.924Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:44:03 [2019-07-19T19:44:03.924Z] DEBUG - Attempting to set focus on (of type 'Table') 15:44:03 [2019-07-19T19:44:03.924Z] DEBUG - Clicking on (of type 'Table') 15:44:03 [2019-07-19T19:44:03.924Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=197348101 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 15:44:03 [2019-07-19T19:44:03.924Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=197348102 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 15:44:03 [2019-07-19T19:44:03.924Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=197348102 data=null doit=true} to (of type 'Table') 15:44:03 [2019-07-19T19:44:03.924Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=197348102 data=null} to (of type 'Table') 15:44:03 [2019-07-19T19:44:03.924Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Table {} time=197348103 data=null button=1 stateMask=0x0 x=98 y=11 count=1} to (of type 'Table') 15:44:03 [2019-07-19T19:44:03.924Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Table {} time=197348108 data=null button=1 stateMask=0x80000 x=98 y=11 count=1} to (of type 'Table') 15:44:03 [2019-07-19T19:44:03.924Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=197348109 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to (of type 'Table') 15:44:03 [2019-07-19T19:44:03.924Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Table {} time=197348110 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 15:44:04 [2019-07-19T19:44:04.192Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=197348237 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 15:44:04 [2019-07-19T19:44:04.192Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Table {} time=197348238 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 15:44:04 [2019-07-19T19:44:04.192Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Table {} time=197348238 data=null doit=true} to (of type 'Table') 15:44:04 [2019-07-19T19:44:04.192Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Table {} time=197348238 data=null} to (of type 'Table') 15:44:04 [2019-07-19T19:44:04.192Z] DEBUG - Clicked on (of type 'Table') 15:44:04 [2019-07-19T19:44:04.192Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 15:44:04 [2019-07-19T19:44:04.192Z] DEBUG - matched Text with text "", using matcher: (of type 'Text') 15:44:04 [2019-07-19T19:44:04.192Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 15:44:04 [2019-07-19T19:44:04.192Z] DEBUG - matched Text with text "", using matcher: (of type 'Text') 15:44:04 [2019-07-19T19:44:04.192Z] DEBUG - Inserting text:00 15:44:04 [2019-07-19T19:44:04.192Z] into text (of type 'Text') 15:44:04 [2019-07-19T19:44:04.192Z] DEBUG - Attempting to set focus on (of type 'Text') 15:44:04 [2019-07-19T19:44:04.192Z] DEBUG - Typing text '00 15:44:04 [2019-07-19T19:44:04.192Z] ' with an interval of 100ms. between characters. 15:44:05 [2019-07-19T19:44:05.121Z] DEBUG - Attempting to set focus on (of type 'Table') 15:44:05 [2019-07-19T19:44:05.379Z] DEBUG - Selecting rows [7] in (of type 'Table') 15:44:05 [2019-07-19T19:44:05.379Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=197349538 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 15:44:05 [2019-07-19T19:44:05.379Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=197349539 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 15:44:05 [2019-07-19T19:44:05.379Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=197349539 data=null doit=true} to (of type 'Table') 15:44:05 [2019-07-19T19:44:05.379Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=197349539 data=null} to (of type 'Table') 15:44:05 [2019-07-19T19:44:05.379Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=197349540 data=null button=1 stateMask=0x0 x=22 y=158 count=1} to (of type 'Table') 15:44:05 [2019-07-19T19:44:05.379Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=197349540 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to (of type 'Table') 15:44:05 [2019-07-19T19:44:05.379Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=197349542 data=null button=1 stateMask=0x80000 x=22 y=158 count=1} to (of type 'Table') 15:44:06 [2019-07-19T19:44:06.310Z] DEBUG - Attempting to set focus on (of type 'Table') 15:44:06 [2019-07-19T19:44:06.310Z] DEBUG - Clicking on (of type 'Table') 15:44:06 [2019-07-19T19:44:06.310Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=197350487 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 15:44:06 [2019-07-19T19:44:06.310Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=197350487 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 15:44:06 [2019-07-19T19:44:06.310Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=197350487 data=null doit=true} to (of type 'Table') 15:44:06 [2019-07-19T19:44:06.310Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=197350487 data=null} to (of type 'Table') 15:44:06 [2019-07-19T19:44:06.310Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Table {} time=197350487 data=null button=1 stateMask=0x0 x=12 y=11 count=1} to (of type 'Table') 15:44:06 [2019-07-19T19:44:06.310Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Table {} time=197350530 data=null button=1 stateMask=0x80000 x=12 y=11 count=1} to (of type 'Table') 15:44:06 [2019-07-19T19:44:06.310Z] 15:44:06 [2019-07-19T19:44:06.310Z] !ENTRY org.eclipse.ui 4 0 2019-07-19 19:44:06.281 15:44:06 [2019-07-19T19:44:06.310Z] !MESSAGE Unhandled event loop exception 15:44:06 [2019-07-19T19:44:06.310Z] !STACK 0 15:44:06 [2019-07-19T19:44:06.310Z] org.eclipse.swt.SWTException: Widget is disposed 15:44:06 [2019-07-19T19:44:06.310Z] at org.eclipse.swt.SWT.error(SWT.java:4699) 15:44:06 [2019-07-19T19:44:06.310Z] at org.eclipse.swt.SWT.error(SWT.java:4614) 15:44:06 [2019-07-19T19:44:06.310Z] at org.eclipse.swt.SWT.error(SWT.java:4585) 15:44:06 [2019-07-19T19:44:06.310Z] at org.eclipse.swt.widgets.Widget.error(Widget.java:532) 15:44:06 [2019-07-19T19:44:06.310Z] at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:469) 15:44:06 [2019-07-19T19:44:06.310Z] at org.eclipse.swt.widgets.Widget.getData(Widget.java:586) 15:44:06 [2019-07-19T19:44:06.310Z] at org.eclipse.tracecompass.tmf.ui.viewers.events.TmfEventsTable$TableSelectionListener.widgetSelected(TmfEventsTable.java:286) 15:44:06 [2019-07-19T19:44:06.310Z] at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:252) 15:44:06 [2019-07-19T19:44:06.310Z] at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89) 15:44:06 [2019-07-19T19:44:06.310Z] at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5874) 15:44:06 [2019-07-19T19:44:06.310Z] at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1400) 15:44:06 [2019-07-19T19:44:06.310Z] at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1426) 15:44:06 [2019-07-19T19:44:06.310Z] at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1409) 15:44:06 [2019-07-19T19:44:06.310Z] at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1198) 15:44:06 [2019-07-19T19:44:06.310Z] at org.eclipse.swtbot.swt.finder.widgets.AbstractSWTBot$2.run(AbstractSWTBot.java:190) 15:44:06 [2019-07-19T19:44:06.310Z] at org.eclipse.swtbot.swt.finder.finders.UIThreadRunnable$5.doRun(UIThreadRunnable.java:222) 15:44:06 [2019-07-19T19:44:06.310Z] at org.eclipse.swtbot.swt.finder.finders.UIThreadRunnable$1.run(UIThreadRunnable.java:88) 15:44:06 [2019-07-19T19:44:06.310Z] at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40) 15:44:06 [2019-07-19T19:44:06.310Z] at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185) 15:44:06 [2019-07-19T19:44:06.310Z] at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5113) 15:44:06 [2019-07-19T19:44:06.310Z] at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4666) 15:44:06 [2019-07-19T19:44:06.310Z] at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1173) 15:44:06 [2019-07-19T19:44:06.310Z] at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) 15:44:06 [2019-07-19T19:44:06.310Z] at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1062) 15:44:06 [2019-07-19T19:44:06.310Z] at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155) 15:44:06 [2019-07-19T19:44:06.310Z] at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:635) 15:44:06 [2019-07-19T19:44:06.310Z] at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) 15:44:06 [2019-07-19T19:44:06.310Z] at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:559) 15:44:06 [2019-07-19T19:44:06.310Z] at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) 15:44:06 [2019-07-19T19:44:06.310Z] at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:155) 15:44:06 [2019-07-19T19:44:06.310Z] at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31) 15:44:06 [2019-07-19T19:44:06.310Z] at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120) 15:44:06 [2019-07-19T19:44:06.310Z] at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37) 15:44:06 [2019-07-19T19:44:06.310Z] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) 15:44:06 [2019-07-19T19:44:06.310Z] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137) 15:44:06 [2019-07-19T19:44:06.310Z] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107) 15:44:06 [2019-07-19T19:44:06.310Z] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400) 15:44:06 [2019-07-19T19:44:06.310Z] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) 15:44:06 [2019-07-19T19:44:06.310Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 15:44:06 [2019-07-19T19:44:06.310Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 15:44:06 [2019-07-19T19:44:06.310Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:44:06 [2019-07-19T19:44:06.310Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:44:06 [2019-07-19T19:44:06.310Z] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660) 15:44:06 [2019-07-19T19:44:06.310Z] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597) 15:44:06 [2019-07-19T19:44:06.310Z] at org.eclipse.equinox.launcher.Main.run(Main.java:1468) 15:44:06 [2019-07-19T19:44:06.310Z] at org.eclipse.equinox.launcher.Main.main(Main.java:1441) 15:44:06 [2019-07-19T19:44:06.310Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=197350530 data=null item=TableItem {*Disposed*} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to (of type 'Table') 15:44:06 [2019-07-19T19:44:06.310Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Table {} time=197350538 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 15:44:06 [2019-07-19T19:44:06.310Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=197350540 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 15:44:06 [2019-07-19T19:44:06.310Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Table {} time=197350540 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 15:44:06 [2019-07-19T19:44:06.310Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Table {} time=197350540 data=null doit=true} to (of type 'Table') 15:44:06 [2019-07-19T19:44:06.310Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Table {} time=197350541 data=null} to (of type 'Table') 15:44:06 [2019-07-19T19:44:06.310Z] DEBUG - Clicked on (of type 'Table') 15:44:08 [2019-07-19T19:44:08.832Z] DEBUG - Attempting to set focus on (of type 'Table') 15:44:09 [2019-07-19T19:44:09.767Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - test/Traces/syslog_collapse - Eclipse Platform} time=197353929 data=null doit=true} to Shell with text {data - test/Traces/syslog_collapse - Eclipse Platform} 15:44:09 [2019-07-19T19:44:09.767Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' 15:44:10 [2019-07-19T19:44:10.024Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:44:10 [2019-07-19T19:44:10.024Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:44:10 [2019-07-19T19:44:10.024Z] DEBUG - Attempting to set focus on Tree with text {} 15:44:10 [2019-07-19T19:44:10.024Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=197354156 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 15:44:10 [2019-07-19T19:44:10.024Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=197354156 data=null doit=true} to TreeItem with text {test} 15:44:10 [2019-07-19T19:44:10.024Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=197354156 data=null} to TreeItem with text {test} 15:44:10 [2019-07-19T19:44:10.024Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=197354157 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 15:44:10 [2019-07-19T19:44:10.024Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197354157 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 15:44:10 [2019-07-19T19:44:10.024Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=197354183 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 15:44:10 [2019-07-19T19:44:10.281Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' 15:44:10 [2019-07-19T19:44:10.281Z] DEBUG - Clicking on with mnemonic 'Delete' 15:44:10 [2019-07-19T19:44:10.281Z] DEBUG - Clicked on with mnemonic 'Delete' 15:44:11 [2019-07-19T19:44:11.211Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' 15:44:11 [2019-07-19T19:44:11.211Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} 15:44:11 [2019-07-19T19:44:11.211Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 15:44:11 [2019-07-19T19:44:11.211Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' 15:44:11 [2019-07-19T19:44:11.211Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') 15:44:11 [2019-07-19T19:44:11.211Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 15:44:11 [2019-07-19T19:44:11.211Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:44:11 [2019-07-19T19:44:11.211Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:44:11 [2019-07-19T19:44:11.211Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') 15:44:11 [2019-07-19T19:44:11.211Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected 15:44:11 [2019-07-19T19:44:11.211Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197355372 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:44:11 [2019-07-19T19:44:11.211Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197355373 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:44:11 [2019-07-19T19:44:11.211Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=197355373 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:44:11 [2019-07-19T19:44:11.211Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=197355373 data=null} to (of type 'Button' and with style 'SWT.CHECK') 15:44:11 [2019-07-19T19:44:11.211Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197355373 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:44:11 [2019-07-19T19:44:11.211Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197355374 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:44:11 [2019-07-19T19:44:11.211Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=197355374 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:44:11 [2019-07-19T19:44:11.211Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197355374 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:44:11 [2019-07-19T19:44:11.211Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197355374 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:44:11 [2019-07-19T19:44:11.211Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197355374 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:44:11 [2019-07-19T19:44:11.211Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=197355374 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:44:11 [2019-07-19T19:44:11.211Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=197355374 data=null} to (of type 'Button' and with style 'SWT.CHECK') 15:44:11 [2019-07-19T19:44:11.211Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') 15:44:11 [2019-07-19T19:44:11.211Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 15:44:11 [2019-07-19T19:44:11.211Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 15:44:11 [2019-07-19T19:44:11.211Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:44:11 [2019-07-19T19:44:11.211Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:44:11 [2019-07-19T19:44:11.211Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 15:44:11 [2019-07-19T19:44:11.211Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:44:11 [2019-07-19T19:44:11.211Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:44:11 [2019-07-19T19:44:11.211Z] DEBUG - Clicking on OK 15:44:11 [2019-07-19T19:44:11.211Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=197355376 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:44:11 [2019-07-19T19:44:11.211Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=197355376 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:44:11 [2019-07-19T19:44:11.211Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=197355376 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:44:11 [2019-07-19T19:44:11.211Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=197355376 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:44:11 [2019-07-19T19:44:11.211Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=197355377 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:44:11 [2019-07-19T19:44:11.211Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=197355377 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:44:11 [2019-07-19T19:44:11.211Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:44:11 [2019-07-19T19:44:11.211Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:44:11 [2019-07-19T19:44:11.211Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:44:11 [2019-07-19T19:44:11.211Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:44:11 [2019-07-19T19:44:11.211Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:44:11 [2019-07-19T19:44:11.211Z] DEBUG - Clicked on OK 15:44:12 [2019-07-19T19:44:12.141Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=197355377 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:44:12 [2019-07-19T19:44:12.141Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=197354275 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' 15:44:14 [2019-07-19T19:44:14.036Z] DEBUG - matched EditorReference with text "", using matcher: with name '"syslog_collapse"' 15:44:14 [2019-07-19T19:44:14.036Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 15:44:14 [2019-07-19T19:44:14.036Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:44:14 [2019-07-19T19:44:14.036Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:44:14 [2019-07-19T19:44:14.965Z] DEBUG - Attempting to set focus on (of type 'Table') 15:44:14 [2019-07-19T19:44:14.965Z] DEBUG - Clicking on (of type 'Table') 15:44:14 [2019-07-19T19:44:14.965Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=197358877 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 15:44:14 [2019-07-19T19:44:14.965Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=197358877 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 15:44:14 [2019-07-19T19:44:14.965Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=197358877 data=null doit=true} to (of type 'Table') 15:44:14 [2019-07-19T19:44:14.965Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=197358877 data=null} to (of type 'Table') 15:44:14 [2019-07-19T19:44:14.965Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Table {} time=197358878 data=null button=1 stateMask=0x0 x=201 y=11 count=1} to (of type 'Table') 15:44:14 [2019-07-19T19:44:14.965Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Table {} time=197358882 data=null button=1 stateMask=0x80000 x=201 y=11 count=1} to (of type 'Table') 15:44:14 [2019-07-19T19:44:14.965Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=197358883 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to (of type 'Table') 15:44:14 [2019-07-19T19:44:14.965Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Table {} time=197358884 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 15:44:14 [2019-07-19T19:44:14.965Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=197358886 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 15:44:14 [2019-07-19T19:44:14.965Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Table {} time=197358886 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 15:44:14 [2019-07-19T19:44:14.965Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Table {} time=197358886 data=null doit=true} to (of type 'Table') 15:44:14 [2019-07-19T19:44:14.965Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Table {} time=197358886 data=null} to (of type 'Table') 15:44:14 [2019-07-19T19:44:14.965Z] DEBUG - Clicked on (of type 'Table') 15:44:14 [2019-07-19T19:44:14.965Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 15:44:14 [2019-07-19T19:44:14.965Z] DEBUG - matched Text with text "", using matcher: (of type 'Text') 15:44:14 [2019-07-19T19:44:14.965Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 15:44:14 [2019-07-19T19:44:14.965Z] DEBUG - matched Text with text "", using matcher: (of type 'Text') 15:44:14 [2019-07-19T19:44:14.965Z] DEBUG - Inserting text:HostF 15:44:14 [2019-07-19T19:44:14.965Z] into text (of type 'Text') 15:44:14 [2019-07-19T19:44:14.965Z] DEBUG - Attempting to set focus on (of type 'Text') 15:44:14 [2019-07-19T19:44:14.965Z] DEBUG - Typing text 'HostF 15:44:14 [2019-07-19T19:44:14.965Z] ' with an interval of 100ms. between characters. 15:44:16 [2019-07-19T19:44:16.387Z] DEBUG - Attempting to set focus on (of type 'Table') 15:44:16 [2019-07-19T19:44:16.387Z] DEBUG - Selecting rows [7] in (of type 'Table') 15:44:16 [2019-07-19T19:44:16.387Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=197360364 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 15:44:16 [2019-07-19T19:44:16.387Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=197360364 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 15:44:16 [2019-07-19T19:44:16.387Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=197360365 data=null doit=true} to (of type 'Table') 15:44:16 [2019-07-19T19:44:16.387Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=197360365 data=null} to (of type 'Table') 15:44:16 [2019-07-19T19:44:16.387Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=197360365 data=null button=1 stateMask=0x0 x=22 y=158 count=1} to (of type 'Table') 15:44:16 [2019-07-19T19:44:16.387Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=197360366 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to (of type 'Table') 15:44:16 [2019-07-19T19:44:16.387Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=197360368 data=null button=1 stateMask=0x80000 x=22 y=158 count=1} to (of type 'Table') 15:44:17 [2019-07-19T19:44:17.317Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - test/Traces/syslog_collapse - Eclipse Platform} time=197361468 data=null doit=true} to Shell with text {data - test/Traces/syslog_collapse - Eclipse Platform} 15:44:17 [2019-07-19T19:44:17.317Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' 15:44:17 [2019-07-19T19:44:17.317Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:44:17 [2019-07-19T19:44:17.317Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:44:17 [2019-07-19T19:44:17.317Z] DEBUG - Attempting to set focus on Tree with text {} 15:44:17 [2019-07-19T19:44:17.317Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=197361560 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 15:44:17 [2019-07-19T19:44:17.317Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=197361560 data=null doit=true} to TreeItem with text {test} 15:44:17 [2019-07-19T19:44:17.317Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=197361560 data=null} to TreeItem with text {test} 15:44:17 [2019-07-19T19:44:17.317Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=197361561 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 15:44:17 [2019-07-19T19:44:17.574Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197361561 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 15:44:17 [2019-07-19T19:44:17.574Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=197361579 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 15:44:17 [2019-07-19T19:44:17.574Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' 15:44:17 [2019-07-19T19:44:17.574Z] DEBUG - Clicking on with mnemonic 'Delete' 15:44:17 [2019-07-19T19:44:17.831Z] DEBUG - Clicked on with mnemonic 'Delete' 15:44:18 [2019-07-19T19:44:18.761Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' 15:44:18 [2019-07-19T19:44:18.761Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} 15:44:18 [2019-07-19T19:44:18.761Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 15:44:18 [2019-07-19T19:44:18.761Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' 15:44:18 [2019-07-19T19:44:18.761Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') 15:44:18 [2019-07-19T19:44:18.761Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 15:44:18 [2019-07-19T19:44:18.761Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:44:18 [2019-07-19T19:44:18.761Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:44:18 [2019-07-19T19:44:18.761Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') 15:44:18 [2019-07-19T19:44:18.761Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected 15:44:18 [2019-07-19T19:44:18.761Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197362726 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:44:18 [2019-07-19T19:44:18.761Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197362727 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:44:18 [2019-07-19T19:44:18.761Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=197362727 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:44:18 [2019-07-19T19:44:18.761Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=197362727 data=null} to (of type 'Button' and with style 'SWT.CHECK') 15:44:18 [2019-07-19T19:44:18.761Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197362727 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:44:18 [2019-07-19T19:44:18.761Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197362727 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:44:18 [2019-07-19T19:44:18.761Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=197362727 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:44:18 [2019-07-19T19:44:18.761Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197362728 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:44:18 [2019-07-19T19:44:18.761Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197362728 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:44:18 [2019-07-19T19:44:18.761Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197362728 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:44:18 [2019-07-19T19:44:18.761Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=197362728 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:44:18 [2019-07-19T19:44:18.761Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=197362728 data=null} to (of type 'Button' and with style 'SWT.CHECK') 15:44:18 [2019-07-19T19:44:18.761Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') 15:44:18 [2019-07-19T19:44:18.761Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 15:44:18 [2019-07-19T19:44:18.761Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 15:44:18 [2019-07-19T19:44:18.761Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:44:18 [2019-07-19T19:44:18.761Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:44:18 [2019-07-19T19:44:18.761Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 15:44:18 [2019-07-19T19:44:18.761Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:44:18 [2019-07-19T19:44:18.761Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:44:18 [2019-07-19T19:44:18.761Z] DEBUG - Clicking on OK 15:44:18 [2019-07-19T19:44:18.761Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=197362729 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:44:18 [2019-07-19T19:44:18.761Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=197362730 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:44:18 [2019-07-19T19:44:18.761Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=197362730 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:44:18 [2019-07-19T19:44:18.761Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=197362730 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:44:18 [2019-07-19T19:44:18.761Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=197362730 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:44:18 [2019-07-19T19:44:18.761Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=197362730 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:44:18 [2019-07-19T19:44:18.761Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:44:18 [2019-07-19T19:44:18.761Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:44:18 [2019-07-19T19:44:18.761Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:44:18 [2019-07-19T19:44:18.761Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:44:18 [2019-07-19T19:44:18.761Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:44:18 [2019-07-19T19:44:18.761Z] DEBUG - Clicked on OK 15:44:19 [2019-07-19T19:44:19.018Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=197362730 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:44:19 [2019-07-19T19:44:19.019Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=197361682 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' 15:44:20 [2019-07-19T19:44:20.913Z] DEBUG - matched EditorReference with text "", using matcher: with name '"syslog_collapse"' 15:44:21 [2019-07-19T19:44:21.169Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 15:44:21 [2019-07-19T19:44:21.169Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:44:21 [2019-07-19T19:44:21.169Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:44:21 [2019-07-19T19:44:21.735Z] DEBUG - Attempting to set focus on (of type 'Table') 15:44:21 [2019-07-19T19:44:21.735Z] DEBUG - Clicking on (of type 'Table') 15:44:21 [2019-07-19T19:44:21.735Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=197365822 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 15:44:21 [2019-07-19T19:44:21.735Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=197365823 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 15:44:21 [2019-07-19T19:44:21.735Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=197365823 data=null doit=true} to (of type 'Table') 15:44:21 [2019-07-19T19:44:21.735Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=197365823 data=null} to (of type 'Table') 15:44:21 [2019-07-19T19:44:21.735Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Table {} time=197365823 data=null button=1 stateMask=0x0 x=98 y=11 count=1} to (of type 'Table') 15:44:21 [2019-07-19T19:44:21.735Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Table {} time=197365827 data=null button=1 stateMask=0x80000 x=98 y=11 count=1} to (of type 'Table') 15:44:21 [2019-07-19T19:44:21.735Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=197365828 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to (of type 'Table') 15:44:21 [2019-07-19T19:44:21.735Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Table {} time=197365829 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 15:44:21 [2019-07-19T19:44:21.735Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=197365831 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 15:44:21 [2019-07-19T19:44:21.735Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Table {} time=197365831 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 15:44:21 [2019-07-19T19:44:21.735Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Table {} time=197365831 data=null doit=true} to (of type 'Table') 15:44:21 [2019-07-19T19:44:21.735Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Table {} time=197365832 data=null} to (of type 'Table') 15:44:21 [2019-07-19T19:44:21.735Z] DEBUG - Clicked on (of type 'Table') 15:44:21 [2019-07-19T19:44:21.735Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 15:44:21 [2019-07-19T19:44:21.735Z] DEBUG - matched Text with text "", using matcher: (of type 'Text') 15:44:21 [2019-07-19T19:44:21.735Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 15:44:21 [2019-07-19T19:44:21.735Z] DEBUG - matched Text with text "", using matcher: (of type 'Text') 15:44:21 [2019-07-19T19:44:21.735Z] DEBUG - Inserting text:2 into text (of type 'Text') 15:44:21 [2019-07-19T19:44:21.735Z] DEBUG - Attempting to set focus on (of type 'Text') 15:44:21 [2019-07-19T19:44:21.735Z] DEBUG - Typing text '2' with an interval of 50ms. between characters. 15:44:21 [2019-07-19T19:44:21.992Z] DEBUG - matched Text with text "2", using matcher: of type 'Text' 15:44:21 [2019-07-19T19:44:21.992Z] DEBUG - matched Text with text "2", using matcher: (of type 'Text') 15:44:21 [2019-07-19T19:44:21.992Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 15:44:21 [2019-07-19T19:44:21.992Z] DEBUG - matched Text with text "", using matcher: (of type 'Text') 15:44:21 [2019-07-19T19:44:21.992Z] DEBUG - Attempting to set focus on (of type 'Text') 15:44:22 [2019-07-19T19:44:22.923Z] DEBUG - Attempting to set focus on (of type 'Table') 15:44:22 [2019-07-19T19:44:22.923Z] DEBUG - Clicking on (of type 'Table') 15:44:22 [2019-07-19T19:44:22.923Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=197367006 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 15:44:22 [2019-07-19T19:44:22.923Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=197367007 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 15:44:22 [2019-07-19T19:44:22.923Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=197367007 data=null doit=true} to (of type 'Table') 15:44:22 [2019-07-19T19:44:22.923Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=197367007 data=null} to (of type 'Table') 15:44:22 [2019-07-19T19:44:22.923Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Table {} time=197367007 data=null button=1 stateMask=0x0 x=666 y=11 count=1} to (of type 'Table') 15:44:22 [2019-07-19T19:44:22.923Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Table {} time=197367014 data=null button=1 stateMask=0x80000 x=666 y=11 count=1} to (of type 'Table') 15:44:22 [2019-07-19T19:44:22.923Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=197367015 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to (of type 'Table') 15:44:22 [2019-07-19T19:44:22.923Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Table {} time=197367016 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 15:44:22 [2019-07-19T19:44:22.923Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=197367018 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 15:44:22 [2019-07-19T19:44:22.923Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Table {} time=197367018 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 15:44:22 [2019-07-19T19:44:22.923Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Table {} time=197367018 data=null doit=true} to (of type 'Table') 15:44:22 [2019-07-19T19:44:22.923Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Table {} time=197367018 data=null} to (of type 'Table') 15:44:22 [2019-07-19T19:44:22.923Z] DEBUG - Clicked on (of type 'Table') 15:44:22 [2019-07-19T19:44:22.923Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 15:44:22 [2019-07-19T19:44:22.923Z] DEBUG - matched Text with text "", using matcher: (of type 'Text') 15:44:22 [2019-07-19T19:44:22.923Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 15:44:22 [2019-07-19T19:44:22.923Z] DEBUG - matched Text with text "", using matcher: (of type 'Text') 15:44:22 [2019-07-19T19:44:22.923Z] DEBUG - Inserting text:F into text (of type 'Text') 15:44:22 [2019-07-19T19:44:22.923Z] DEBUG - Attempting to set focus on (of type 'Text') 15:44:22 [2019-07-19T19:44:22.923Z] DEBUG - Typing text 'F' with an interval of 50ms. between characters. 15:44:22 [2019-07-19T19:44:22.923Z] DEBUG - matched Text with text "F", using matcher: of type 'Text' 15:44:22 [2019-07-19T19:44:22.923Z] DEBUG - matched Text with text "F", using matcher: (of type 'Text') 15:44:22 [2019-07-19T19:44:22.923Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 15:44:22 [2019-07-19T19:44:22.923Z] DEBUG - matched Text with text "", using matcher: (of type 'Text') 15:44:22 [2019-07-19T19:44:22.923Z] DEBUG - Attempting to set focus on (of type 'Text') 15:44:24 [2019-07-19T19:44:24.815Z] DEBUG - matched CLabel with text "Timestamp matches "2...", using matcher: of type 'CLabel' 15:44:24 [2019-07-19T19:44:24.815Z] DEBUG - matched CLabel with text "Timestamp matches "2...", using matcher: with mnemonic 'Timestamp matches "2"' 15:44:24 [2019-07-19T19:44:24.815Z] DEBUG - matched CLabel with text "Timestamp matches "2...", using matcher: (of type 'CLabel' and with mnemonic 'Timestamp matches "2"') 15:44:24 [2019-07-19T19:44:24.815Z] DEBUG - matched CLabel with text "Message matches "F"", using matcher: of type 'CLabel' 15:44:24 [2019-07-19T19:44:24.815Z] DEBUG - matched CLabel with text "", using matcher: of type 'CLabel' 15:44:24 [2019-07-19T19:44:24.815Z] DEBUG - matched CLabel with text "Timestamp matches "2...", using matcher: of type 'CLabel' 15:44:24 [2019-07-19T19:44:24.815Z] DEBUG - matched CLabel with text "Message matches "F"", using matcher: of type 'CLabel' 15:44:24 [2019-07-19T19:44:24.815Z] DEBUG - matched CLabel with text "Message matches "F"", using matcher: with mnemonic 'Message matches "F"' 15:44:24 [2019-07-19T19:44:24.815Z] DEBUG - matched CLabel with text "Message matches "F"", using matcher: (of type 'CLabel' and with mnemonic 'Message matches "F"') 15:44:24 [2019-07-19T19:44:24.815Z] DEBUG - matched CLabel with text "", using matcher: of type 'CLabel' 15:44:24 [2019-07-19T19:44:24.815Z] DEBUG - Attempting to set focus on (of type 'Table') 15:44:24 [2019-07-19T19:44:24.815Z] DEBUG - matched CLabel with text "Timestamp matches "2...", using matcher: of type 'CLabel' 15:44:24 [2019-07-19T19:44:24.815Z] DEBUG - matched CLabel with text "Message matches "F"", using matcher: of type 'CLabel' 15:44:24 [2019-07-19T19:44:24.815Z] DEBUG - matched CLabel with text "Message matches "F"", using matcher: with mnemonic 'Message matches "F"' 15:44:24 [2019-07-19T19:44:24.815Z] DEBUG - matched CLabel with text "Message matches "F"", using matcher: (of type 'CLabel' and with mnemonic 'Message matches "F"') 15:44:24 [2019-07-19T19:44:24.815Z] DEBUG - matched CLabel with text "", using matcher: of type 'CLabel' 15:44:24 [2019-07-19T19:44:24.815Z] DEBUG - Clicking on CLabel with text {Message matches "F"} 15:44:24 [2019-07-19T19:44:24.815Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{CLabel {} time=197368857 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to CLabel with text {Message matches "F"} 15:44:24 [2019-07-19T19:44:24.815Z] DEBUG - Sent event MouseMove [5]: MouseEvent{CLabel {} time=197368858 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to CLabel with text {Message matches "F"} 15:44:24 [2019-07-19T19:44:24.815Z] DEBUG - Sent event Activate [26]: ShellEvent{CLabel {} time=197368858 data=null doit=true} to CLabel with text {Message matches "F"} 15:44:24 [2019-07-19T19:44:24.815Z] DEBUG - Sent event FocusIn [15]: FocusEvent{CLabel {} time=197368858 data=null} to CLabel with text {Message matches "F"} 15:44:24 [2019-07-19T19:44:24.815Z] DEBUG - Sent event MouseDown [3]: MouseEvent{CLabel {} time=197368859 data=null button=1 stateMask=0x0 x=81 y=10 count=1} to CLabel with text {Message matches "F"} 15:44:24 [2019-07-19T19:44:24.815Z] DEBUG - Sent event MouseUp [4]: MouseEvent{CLabel {} time=197368867 data=null button=1 stateMask=0x80000 x=81 y=10 count=1} to CLabel with text {Message matches "F"} 15:44:24 [2019-07-19T19:44:24.815Z] DEBUG - Clicked on CLabel with text {Message matches "F"} 15:44:24 [2019-07-19T19:44:24.815Z] DEBUG - Clicking on CLabel with text {Message matches "F"} 15:44:24 [2019-07-19T19:44:24.815Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{CLabel {} time=197368955 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to CLabel with text {Message matches "F"} 15:44:24 [2019-07-19T19:44:24.815Z] DEBUG - Sent event MouseMove [5]: MouseEvent{CLabel {} time=197368955 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to CLabel with text {Message matches "F"} 15:44:24 [2019-07-19T19:44:24.815Z] DEBUG - Sent event Activate [26]: ShellEvent{CLabel {} time=197368955 data=null doit=true} to CLabel with text {Message matches "F"} 15:44:24 [2019-07-19T19:44:24.815Z] DEBUG - Sent event FocusIn [15]: FocusEvent{CLabel {} time=197368955 data=null} to CLabel with text {Message matches "F"} 15:44:24 [2019-07-19T19:44:24.815Z] DEBUG - Sent event MouseDown [3]: MouseEvent{CLabel {} time=197368955 data=null button=1 stateMask=0x0 x=9 y=9 count=1} to CLabel with text {Message matches "F"} 15:44:24 [2019-07-19T19:44:24.815Z] DEBUG - Clicked on CLabel with text {} 15:44:26 [2019-07-19T19:44:26.708Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - test/Traces/syslog_collapse - Eclipse Platform} time=197370542 data=null doit=true} to Shell with text {data - test/Traces/syslog_collapse - Eclipse Platform} 15:44:26 [2019-07-19T19:44:26.708Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' 15:44:26 [2019-07-19T19:44:26.708Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:44:26 [2019-07-19T19:44:26.708Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:44:26 [2019-07-19T19:44:26.708Z] DEBUG - Attempting to set focus on Tree with text {} 15:44:26 [2019-07-19T19:44:26.708Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=197370674 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 15:44:26 [2019-07-19T19:44:26.708Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=197370674 data=null doit=true} to TreeItem with text {test} 15:44:26 [2019-07-19T19:44:26.708Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=197370674 data=null} to TreeItem with text {test} 15:44:26 [2019-07-19T19:44:26.708Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=197370675 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 15:44:26 [2019-07-19T19:44:26.708Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197370675 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 15:44:26 [2019-07-19T19:44:26.708Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=197370741 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 15:44:26 [2019-07-19T19:44:26.708Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' 15:44:26 [2019-07-19T19:44:26.708Z] DEBUG - Clicking on with mnemonic 'Delete' 15:44:26 [2019-07-19T19:44:26.964Z] DEBUG - Clicked on with mnemonic 'Delete' 15:44:27 [2019-07-19T19:44:27.223Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' 15:44:27 [2019-07-19T19:44:27.223Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} 15:44:27 [2019-07-19T19:44:27.223Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 15:44:27 [2019-07-19T19:44:27.223Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' 15:44:27 [2019-07-19T19:44:27.223Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') 15:44:27 [2019-07-19T19:44:27.223Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 15:44:27 [2019-07-19T19:44:27.223Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:44:27 [2019-07-19T19:44:27.223Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:44:27 [2019-07-19T19:44:27.223Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') 15:44:27 [2019-07-19T19:44:27.223Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected 15:44:27 [2019-07-19T19:44:27.223Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197371339 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:44:27 [2019-07-19T19:44:27.223Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197371339 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:44:27 [2019-07-19T19:44:27.223Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=197371339 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:44:27 [2019-07-19T19:44:27.223Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=197371339 data=null} to (of type 'Button' and with style 'SWT.CHECK') 15:44:27 [2019-07-19T19:44:27.223Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197371340 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:44:27 [2019-07-19T19:44:27.223Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197371340 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:44:27 [2019-07-19T19:44:27.223Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=197371340 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:44:27 [2019-07-19T19:44:27.223Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197371340 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:44:27 [2019-07-19T19:44:27.223Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197371340 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:44:27 [2019-07-19T19:44:27.223Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197371340 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:44:27 [2019-07-19T19:44:27.223Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=197371340 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:44:27 [2019-07-19T19:44:27.223Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=197371340 data=null} to (of type 'Button' and with style 'SWT.CHECK') 15:44:27 [2019-07-19T19:44:27.223Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') 15:44:27 [2019-07-19T19:44:27.223Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 15:44:27 [2019-07-19T19:44:27.223Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 15:44:27 [2019-07-19T19:44:27.223Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:44:27 [2019-07-19T19:44:27.223Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:44:27 [2019-07-19T19:44:27.223Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 15:44:27 [2019-07-19T19:44:27.223Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:44:27 [2019-07-19T19:44:27.223Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:44:27 [2019-07-19T19:44:27.223Z] DEBUG - Clicking on OK 15:44:27 [2019-07-19T19:44:27.223Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=197371342 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:44:27 [2019-07-19T19:44:27.223Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=197371342 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:44:27 [2019-07-19T19:44:27.223Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=197371342 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:44:27 [2019-07-19T19:44:27.223Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=197371342 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:44:27 [2019-07-19T19:44:27.223Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=197371342 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:44:27 [2019-07-19T19:44:27.223Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=197371342 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:44:27 [2019-07-19T19:44:27.223Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:44:27 [2019-07-19T19:44:27.223Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:44:27 [2019-07-19T19:44:27.787Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:44:27 [2019-07-19T19:44:27.787Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=197371343 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:44:27 [2019-07-19T19:44:27.787Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=197370873 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' 15:44:28 [2019-07-19T19:44:28.048Z] DEBUG - Clicked on 15:44:29 [2019-07-19T19:44:29.943Z] DEBUG - matched EditorReference with text "", using matcher: with name '"syslog_collapse"' 15:44:29 [2019-07-19T19:44:29.943Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 15:44:29 [2019-07-19T19:44:29.943Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:44:29 [2019-07-19T19:44:29.943Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:44:30 [2019-07-19T19:44:30.506Z] DEBUG - Attempting to set focus on (of type 'Table') 15:44:30 [2019-07-19T19:44:30.506Z] DEBUG - Clicking on (of type 'Table') 15:44:30 [2019-07-19T19:44:30.506Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=197374586 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 15:44:30 [2019-07-19T19:44:30.506Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=197374636 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 15:44:30 [2019-07-19T19:44:30.506Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=197374636 data=null doit=true} to (of type 'Table') 15:44:30 [2019-07-19T19:44:30.506Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=197374636 data=null} to (of type 'Table') 15:44:30 [2019-07-19T19:44:30.506Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Table {} time=197374636 data=null button=1 stateMask=0x0 x=201 y=11 count=1} to (of type 'Table') 15:44:30 [2019-07-19T19:44:30.506Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Table {} time=197374642 data=null button=1 stateMask=0x80000 x=201 y=11 count=1} to (of type 'Table') 15:44:30 [2019-07-19T19:44:30.763Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=197374804 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to (of type 'Table') 15:44:30 [2019-07-19T19:44:30.763Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Table {} time=197374806 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 15:44:30 [2019-07-19T19:44:30.763Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=197374807 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 15:44:30 [2019-07-19T19:44:30.763Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Table {} time=197374808 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 15:44:30 [2019-07-19T19:44:30.763Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Table {} time=197374808 data=null doit=true} to (of type 'Table') 15:44:30 [2019-07-19T19:44:30.763Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Table {} time=197374808 data=null} to (of type 'Table') 15:44:30 [2019-07-19T19:44:30.763Z] DEBUG - Clicked on (of type 'Table') 15:44:30 [2019-07-19T19:44:30.763Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 15:44:30 [2019-07-19T19:44:30.763Z] DEBUG - matched Text with text "", using matcher: (of type 'Text') 15:44:30 [2019-07-19T19:44:30.763Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 15:44:30 [2019-07-19T19:44:30.763Z] DEBUG - matched Text with text "", using matcher: (of type 'Text') 15:44:30 [2019-07-19T19:44:30.763Z] DEBUG - Inserting text:HostF 15:44:30 [2019-07-19T19:44:30.763Z] into text (of type 'Text') 15:44:30 [2019-07-19T19:44:30.763Z] DEBUG - Attempting to set focus on (of type 'Text') 15:44:30 [2019-07-19T19:44:30.763Z] DEBUG - Typing text 'HostF 15:44:30 [2019-07-19T19:44:30.763Z] ' with an interval of 100ms. between characters. 15:44:32 [2019-07-19T19:44:32.132Z] DEBUG - Attempting to set focus on (of type 'Table') 15:44:32 [2019-07-19T19:44:32.132Z] DEBUG - Selecting rows [7] in (of type 'Table') 15:44:32 [2019-07-19T19:44:32.132Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=197376168 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 15:44:32 [2019-07-19T19:44:32.132Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=197376168 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 15:44:32 [2019-07-19T19:44:32.132Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=197376169 data=null doit=true} to (of type 'Table') 15:44:32 [2019-07-19T19:44:32.132Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=197376169 data=null} to (of type 'Table') 15:44:32 [2019-07-19T19:44:32.132Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=197376169 data=null button=1 stateMask=0x0 x=22 y=158 count=1} to (of type 'Table') 15:44:32 [2019-07-19T19:44:32.132Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=197376169 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to (of type 'Table') 15:44:32 [2019-07-19T19:44:32.132Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=197376171 data=null button=1 stateMask=0x80000 x=22 y=158 count=1} to (of type 'Table') 15:44:33 [2019-07-19T19:44:33.061Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - test/Traces/syslog_collapse - Eclipse Platform} time=197377112 data=null doit=true} to Shell with text {data - test/Traces/syslog_collapse - Eclipse Platform} 15:44:33 [2019-07-19T19:44:33.061Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' 15:44:33 [2019-07-19T19:44:33.318Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:44:33 [2019-07-19T19:44:33.318Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:44:33 [2019-07-19T19:44:33.318Z] DEBUG - Attempting to set focus on Tree with text {} 15:44:33 [2019-07-19T19:44:33.318Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=197377443 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 15:44:33 [2019-07-19T19:44:33.318Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=197377443 data=null doit=true} to TreeItem with text {test} 15:44:33 [2019-07-19T19:44:33.318Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=197377443 data=null} to TreeItem with text {test} 15:44:33 [2019-07-19T19:44:33.318Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=197377444 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 15:44:33 [2019-07-19T19:44:33.318Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197377444 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 15:44:33 [2019-07-19T19:44:33.318Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=197377461 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 15:44:33 [2019-07-19T19:44:33.575Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' 15:44:33 [2019-07-19T19:44:33.575Z] DEBUG - Clicking on with mnemonic 'Delete' 15:44:33 [2019-07-19T19:44:33.575Z] DEBUG - Clicked on with mnemonic 'Delete' 15:44:34 [2019-07-19T19:44:34.509Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' 15:44:34 [2019-07-19T19:44:34.509Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} 15:44:34 [2019-07-19T19:44:34.509Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 15:44:34 [2019-07-19T19:44:34.509Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' 15:44:34 [2019-07-19T19:44:34.509Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') 15:44:34 [2019-07-19T19:44:34.509Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 15:44:34 [2019-07-19T19:44:34.509Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:44:34 [2019-07-19T19:44:34.509Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:44:34 [2019-07-19T19:44:34.509Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') 15:44:34 [2019-07-19T19:44:34.509Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected 15:44:34 [2019-07-19T19:44:34.509Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197378605 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:44:34 [2019-07-19T19:44:34.509Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197378605 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:44:34 [2019-07-19T19:44:34.509Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=197378606 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:44:34 [2019-07-19T19:44:34.509Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=197378606 data=null} to (of type 'Button' and with style 'SWT.CHECK') 15:44:34 [2019-07-19T19:44:34.509Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197378606 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:44:34 [2019-07-19T19:44:34.509Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197378606 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:44:34 [2019-07-19T19:44:34.509Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=197378606 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:44:34 [2019-07-19T19:44:34.509Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197378606 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:44:34 [2019-07-19T19:44:34.509Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197378606 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:44:34 [2019-07-19T19:44:34.509Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197378607 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:44:34 [2019-07-19T19:44:34.509Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=197378607 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:44:34 [2019-07-19T19:44:34.509Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=197378607 data=null} to (of type 'Button' and with style 'SWT.CHECK') 15:44:34 [2019-07-19T19:44:34.509Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') 15:44:34 [2019-07-19T19:44:34.509Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 15:44:34 [2019-07-19T19:44:34.509Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 15:44:34 [2019-07-19T19:44:34.509Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:44:34 [2019-07-19T19:44:34.509Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:44:34 [2019-07-19T19:44:34.509Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 15:44:34 [2019-07-19T19:44:34.509Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:44:34 [2019-07-19T19:44:34.509Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:44:34 [2019-07-19T19:44:34.509Z] DEBUG - Clicking on OK 15:44:34 [2019-07-19T19:44:34.509Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=197378609 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:44:34 [2019-07-19T19:44:34.509Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=197378609 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:44:34 [2019-07-19T19:44:34.509Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=197378609 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:44:34 [2019-07-19T19:44:34.509Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=197378609 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:44:34 [2019-07-19T19:44:34.509Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=197378609 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:44:34 [2019-07-19T19:44:34.509Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=197378609 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:44:34 [2019-07-19T19:44:34.509Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:44:34 [2019-07-19T19:44:34.509Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:44:34 [2019-07-19T19:44:34.509Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:44:34 [2019-07-19T19:44:34.509Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:44:34 [2019-07-19T19:44:34.509Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:44:34 [2019-07-19T19:44:34.509Z] DEBUG - Clicked on OK 15:44:35 [2019-07-19T19:44:35.086Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=197378609 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:44:35 [2019-07-19T19:44:35.086Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=197377575 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' 15:44:35 [2019-07-19T19:44:35.086Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 45.695 s - in org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.FilterColorEditorTest 15:44:35 [2019-07-19T19:44:35.086Z] testMultiHighlightMessage(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.FilterColorEditorTest) Time elapsed: 8.8 s 15:44:35 [2019-07-19T19:44:35.086Z] testSwitchToFilter(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.FilterColorEditorTest) Time elapsed: 11.352 s 15:44:35 [2019-07-19T19:44:35.086Z] testHighlight(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.FilterColorEditorTest) Time elapsed: 7.134 s 15:44:35 [2019-07-19T19:44:35.086Z] testHeaderBar(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.FilterColorEditorTest) Time elapsed: 8.806 s 15:44:35 [2019-07-19T19:44:35.086Z] testPreference(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.FilterColorEditorTest) Time elapsed: 6.975 s 15:44:35 [2019-07-19T19:44:35.087Z] Running org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.ExportToTsvTest 15:44:36 [2019-07-19T19:44:36.980Z] DEBUG - matched EditorReference with text "", using matcher: with name '"syslog_collapse"' 15:44:36 [2019-07-19T19:44:36.980Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 15:44:36 [2019-07-19T19:44:36.980Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:44:36 [2019-07-19T19:44:36.980Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:44:36 [2019-07-19T19:44:36.980Z] DEBUG - Clicking on TableItem with text {} 15:44:36 [2019-07-19T19:44:36.980Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=197381099 data=null button=0 stateMask=0x0 x=262 y=11 count=0} to TableItem with text {} 15:44:36 [2019-07-19T19:44:36.980Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=197381099 data=null doit=true} to TableItem with text {} 15:44:36 [2019-07-19T19:44:36.980Z] DEBUG - Attempting to set focus on Table with text {} 15:44:36 [2019-07-19T19:44:36.980Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=197381101 data=null} to TableItem with text {} 15:44:36 [2019-07-19T19:44:36.980Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=197381101 data=null button=1 stateMask=0x0 x=262 y=11 count=1} to TableItem with text {} 15:44:36 [2019-07-19T19:44:36.980Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=197381180 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TableItem with text {} 15:44:36 [2019-07-19T19:44:36.980Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=197381182 data=null button=1 stateMask=0x80000 x=262 y=11 count=1} to TableItem with text {} 15:44:36 [2019-07-19T19:44:36.980Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TableItem {} time=197381183 data=null button=0 stateMask=0x0 x=262 y=11 count=0} to TableItem with text {} 15:44:36 [2019-07-19T19:44:36.980Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TableItem {} time=197381183 data=null doit=true} to TableItem with text {} 15:44:36 [2019-07-19T19:44:36.980Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TableItem {} time=197381183 data=null} to TableItem with text {} 15:44:36 [2019-07-19T19:44:36.980Z] DEBUG - Clicked on TableItem with text {} 15:44:36 [2019-07-19T19:44:36.980Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 15:44:36 [2019-07-19T19:44:36.980Z] DEBUG - matched Text with text "", using matcher: (of type 'Text') 15:44:36 [2019-07-19T19:44:36.980Z] DEBUG - Inserting text:LoggerA|LoggerB|LoggerC into text (of type 'Text') 15:44:36 [2019-07-19T19:44:36.980Z] DEBUG - Attempting to set focus on (of type 'Text') 15:44:36 [2019-07-19T19:44:36.980Z] DEBUG - Typing text 'LoggerA|LoggerB|LoggerC' with an interval of 50ms. between characters. 15:44:38 [2019-07-19T19:44:38.350Z] DEBUG - Attempting to set focus on (of type 'Text') 15:44:39 [2019-07-19T19:44:39.720Z] DEBUG - Attempting to set focus on Table with text {} 15:44:39 [2019-07-19T19:44:39.720Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=197383897 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 15:44:39 [2019-07-19T19:44:39.720Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=197383897 data=null doit=true} to TableItem with text {} 15:44:39 [2019-07-19T19:44:39.720Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=197383898 data=null} to TableItem with text {} 15:44:39 [2019-07-19T19:44:39.720Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=197383898 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 15:44:39 [2019-07-19T19:44:39.720Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=197383898 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 15:44:39 [2019-07-19T19:44:39.720Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=197383900 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 15:44:39 [2019-07-19T19:44:39.720Z] DEBUG - matched MenuItem with text "Export To Text...", using matcher: with mnemonic 'Export To Text...' 15:44:39 [2019-07-19T19:44:39.720Z] DEBUG - Clicking on with mnemonic 'Export To Text...' 15:44:39 [2019-07-19T19:44:39.977Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Export To Text...} time=197383963 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Export To Text...' 15:44:39 [2019-07-19T19:44:39.977Z] DEBUG - Clicked on with mnemonic 'Export To Text...' 15:44:41 [2019-07-19T19:44:41.875Z] DEBUG - matched EditorReference with text "", using matcher: with name '"syslog_collapse"' 15:44:41 [2019-07-19T19:44:41.875Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 15:44:41 [2019-07-19T19:44:41.875Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:44:41 [2019-07-19T19:44:41.875Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:44:41 [2019-07-19T19:44:41.875Z] DEBUG - Attempting to set focus on Table with text {} 15:44:41 [2019-07-19T19:44:41.875Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=197386058 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 15:44:41 [2019-07-19T19:44:41.875Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=197386059 data=null doit=true} to TableItem with text {} 15:44:41 [2019-07-19T19:44:41.875Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=197386059 data=null} to TableItem with text {} 15:44:41 [2019-07-19T19:44:41.875Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=197386060 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 15:44:41 [2019-07-19T19:44:41.875Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=197386060 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 15:44:42 [2019-07-19T19:44:42.133Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=197386132 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 15:44:42 [2019-07-19T19:44:42.133Z] DEBUG - matched MenuItem with text "Export To Text...", using matcher: with mnemonic 'Export To Text...' 15:44:42 [2019-07-19T19:44:42.133Z] DEBUG - Clicking on with mnemonic 'Export To Text...' 15:44:42 [2019-07-19T19:44:42.133Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Export To Text...} time=197386238 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Export To Text...' 15:44:42 [2019-07-19T19:44:42.133Z] DEBUG - Clicked on with mnemonic 'Export To Text...' 15:44:42 [2019-07-19T19:44:42.697Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=197386859 data=null doit=true} to Shell with text {data - Eclipse Platform} 15:44:42 [2019-07-19T19:44:42.697Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' 15:44:42 [2019-07-19T19:44:42.697Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:44:42 [2019-07-19T19:44:42.697Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:44:42 [2019-07-19T19:44:42.697Z] DEBUG - Attempting to set focus on Tree with text {} 15:44:42 [2019-07-19T19:44:42.697Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=197386868 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 15:44:42 [2019-07-19T19:44:42.697Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=197386868 data=null doit=true} to TreeItem with text {test} 15:44:42 [2019-07-19T19:44:42.697Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=197386868 data=null} to TreeItem with text {test} 15:44:42 [2019-07-19T19:44:42.697Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=197386869 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 15:44:42 [2019-07-19T19:44:42.697Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197386869 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 15:44:42 [2019-07-19T19:44:42.697Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=197386946 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 15:44:42 [2019-07-19T19:44:42.953Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' 15:44:42 [2019-07-19T19:44:42.953Z] DEBUG - Clicking on with mnemonic 'Delete' 15:44:42 [2019-07-19T19:44:42.953Z] DEBUG - Clicked on with mnemonic 'Delete' 15:44:43 [2019-07-19T19:44:43.211Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' 15:44:43 [2019-07-19T19:44:43.211Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} 15:44:43 [2019-07-19T19:44:43.211Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 15:44:43 [2019-07-19T19:44:43.211Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' 15:44:43 [2019-07-19T19:44:43.211Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') 15:44:43 [2019-07-19T19:44:43.211Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 15:44:43 [2019-07-19T19:44:43.211Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:44:43 [2019-07-19T19:44:43.211Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:44:43 [2019-07-19T19:44:43.211Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') 15:44:43 [2019-07-19T19:44:43.211Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected 15:44:43 [2019-07-19T19:44:43.211Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197387459 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:44:43 [2019-07-19T19:44:43.211Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197387459 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:44:43 [2019-07-19T19:44:43.211Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=197387459 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:44:43 [2019-07-19T19:44:43.211Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=197387460 data=null} to (of type 'Button' and with style 'SWT.CHECK') 15:44:43 [2019-07-19T19:44:43.211Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197387460 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:44:43 [2019-07-19T19:44:43.468Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197387460 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:44:43 [2019-07-19T19:44:43.468Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=197387465 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:44:43 [2019-07-19T19:44:43.468Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197387470 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:44:43 [2019-07-19T19:44:43.468Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197387470 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:44:43 [2019-07-19T19:44:43.468Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197387470 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:44:43 [2019-07-19T19:44:43.468Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=197387471 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:44:43 [2019-07-19T19:44:43.468Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=197387471 data=null} to (of type 'Button' and with style 'SWT.CHECK') 15:44:43 [2019-07-19T19:44:43.468Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') 15:44:43 [2019-07-19T19:44:43.468Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 15:44:43 [2019-07-19T19:44:43.468Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 15:44:43 [2019-07-19T19:44:43.468Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:44:43 [2019-07-19T19:44:43.468Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:44:43 [2019-07-19T19:44:43.468Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 15:44:43 [2019-07-19T19:44:43.468Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:44:43 [2019-07-19T19:44:43.468Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:44:43 [2019-07-19T19:44:43.468Z] DEBUG - Clicking on OK 15:44:43 [2019-07-19T19:44:43.468Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=197387472 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:44:43 [2019-07-19T19:44:43.468Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=197387472 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:44:43 [2019-07-19T19:44:43.468Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=197387472 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:44:43 [2019-07-19T19:44:43.468Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=197387473 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:44:43 [2019-07-19T19:44:43.468Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=197387473 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:44:43 [2019-07-19T19:44:43.468Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=197387473 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:44:43 [2019-07-19T19:44:43.468Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:44:43 [2019-07-19T19:44:43.468Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:44:43 [2019-07-19T19:44:43.468Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:44:43 [2019-07-19T19:44:43.468Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:44:43 [2019-07-19T19:44:43.468Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:44:43 [2019-07-19T19:44:43.468Z] DEBUG - Clicked on OK 15:44:43 [2019-07-19T19:44:43.724Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=197387473 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:44:43 [2019-07-19T19:44:43.724Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=197387083 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' 15:44:43 [2019-07-19T19:44:43.981Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.907 s - in org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.ExportToTsvTest 15:44:43 [2019-07-19T19:44:43.981Z] testExportWithFilter(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.ExportToTsvTest) Time elapsed: 4.946 s 15:44:43 [2019-07-19T19:44:43.981Z] testExport(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.ExportToTsvTest) Time elapsed: 2.308 s 15:44:43 [2019-07-19T19:44:43.981Z] Running org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.FilterViewerTest 15:44:44 [2019-07-19T19:44:44.238Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 15:44:44 [2019-07-19T19:44:44.802Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:44:44 [2019-07-19T19:44:44.802Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:44:44 [2019-07-19T19:44:44.802Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:44:44 [2019-07-19T19:44:44.802Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:44:44 [2019-07-19T19:44:44.802Z] DEBUG - Attempting to set focus on Tree with text {} 15:44:44 [2019-07-19T19:44:44.802Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForFiltering} time=197388979 data=null button=0 stateMask=0x0 x=89 y=11 count=0} to TreeItem with text {TestForFiltering} 15:44:44 [2019-07-19T19:44:44.802Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForFiltering} time=197388980 data=null doit=true} to TreeItem with text {TestForFiltering} 15:44:44 [2019-07-19T19:44:44.802Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForFiltering} time=197388980 data=null} to TreeItem with text {TestForFiltering} 15:44:44 [2019-07-19T19:44:44.802Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForFiltering} time=197388980 data=null button=1 stateMask=0x0 x=89 y=11 count=1} to TreeItem with text {TestForFiltering} 15:44:44 [2019-07-19T19:44:44.802Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197388980 data=null item=TreeItem {TestForFiltering} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestForFiltering} 15:44:44 [2019-07-19T19:44:44.802Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForFiltering} time=197389023 data=null button=1 stateMask=0x80000 x=89 y=11 count=1} to TreeItem with text {TestForFiltering} 15:44:44 [2019-07-19T19:44:44.802Z] DEBUG - Attempting to set focus on Tree with text {} 15:44:44 [2019-07-19T19:44:44.802Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForFiltering} time=197389028 data=null button=0 stateMask=0x0 x=89 y=11 count=0} to TreeItem with text {TestForFiltering} 15:44:44 [2019-07-19T19:44:44.802Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForFiltering} time=197389028 data=null doit=true} to TreeItem with text {TestForFiltering} 15:44:44 [2019-07-19T19:44:44.802Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForFiltering} time=197389028 data=null} to TreeItem with text {TestForFiltering} 15:44:44 [2019-07-19T19:44:44.802Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForFiltering} time=197389029 data=null button=1 stateMask=0x0 x=89 y=11 count=1} to TreeItem with text {TestForFiltering} 15:44:44 [2019-07-19T19:44:44.802Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197389029 data=null item=TreeItem {TestForFiltering} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestForFiltering} 15:44:44 [2019-07-19T19:44:44.802Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForFiltering} time=197389037 data=null button=1 stateMask=0x80000 x=89 y=11 count=1} to TreeItem with text {TestForFiltering} 15:44:44 [2019-07-19T19:44:44.802Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForFiltering} time=197389037 data=null doit=true} to TreeItem with text {TestForFiltering} 15:44:44 [2019-07-19T19:44:44.802Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForFiltering} time=197389037 data=null} to TreeItem with text {TestForFiltering} 15:44:44 [2019-07-19T19:44:44.802Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForFiltering} time=197389038 data=null button=1 stateMask=0x0 x=89 y=11 count=1} to TreeItem with text {TestForFiltering} 15:44:44 [2019-07-19T19:44:44.802Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=197389038 data=null item=TreeItem {TestForFiltering} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {TestForFiltering} 15:44:44 [2019-07-19T19:44:44.802Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForFiltering} time=197389050 data=null button=1 stateMask=0x80000 x=89 y=11 count=1} to TreeItem with text {TestForFiltering} 15:44:44 [2019-07-19T19:44:44.802Z] DEBUG - Attempting to set focus on Tree with text {} 15:44:45 [2019-07-19T19:44:45.058Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=197389052 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]} 15:44:45 [2019-07-19T19:44:45.058Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=197389052 data=null doit=true} to TreeItem with text {Traces [0]} 15:44:45 [2019-07-19T19:44:45.058Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=197389052 data=null} to TreeItem with text {Traces [0]} 15:44:45 [2019-07-19T19:44:45.058Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=197389052 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 15:44:45 [2019-07-19T19:44:45.058Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197389053 data=null item=TreeItem {Traces [0]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [0]} 15:44:45 [2019-07-19T19:44:45.058Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=197389072 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 15:44:47 [2019-07-19T19:44:47.586Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.filter"' 15:44:47 [2019-07-19T19:44:47.586Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:44:47 [2019-07-19T19:44:47.586Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:44:47 [2019-07-19T19:44:47.586Z] DEBUG - number of items : 11 15:44:47 [2019-07-19T19:44:47.586Z] DEBUG - Clicking on ToolItem with tooltip text {Add new filter} 15:44:47 [2019-07-19T19:44:47.586Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=197391504 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add new filter} 15:44:47 [2019-07-19T19:44:47.586Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197391505 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add new filter} 15:44:47 [2019-07-19T19:44:47.586Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=197391505 data=null doit=true} to ToolItem with tooltip text {Add new filter} 15:44:47 [2019-07-19T19:44:47.586Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=197391505 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add new filter} 15:44:47 [2019-07-19T19:44:47.586Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=197391505 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add new filter} 15:44:47 [2019-07-19T19:44:47.586Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=197391505 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Add new filter} 15:44:47 [2019-07-19T19:44:47.586Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=197391523 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add new filter} 15:44:47 [2019-07-19T19:44:47.586Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197391524 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add new filter} 15:44:47 [2019-07-19T19:44:47.586Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=197391524 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add new filter} 15:44:47 [2019-07-19T19:44:47.586Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=197391524 data=null doit=true} to ToolItem with tooltip text {Add new filter} 15:44:47 [2019-07-19T19:44:47.586Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=197391524 data=null} to ToolItem with tooltip text {Add new filter} 15:44:47 [2019-07-19T19:44:47.586Z] DEBUG - Clicked on ToolItem with tooltip text {Add new filter} 15:44:47 [2019-07-19T19:44:47.586Z] DEBUG - Attempting to set focus on Tree with text {} 15:44:47 [2019-07-19T19:44:47.586Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {FILTER <name>} time=197391526 data=null button=0 stateMask=0x0 x=77 y=11 count=0} to TreeItem with text {FILTER <name>} 15:44:47 [2019-07-19T19:44:47.586Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {FILTER <name>} time=197391526 data=null doit=true} to TreeItem with text {FILTER <name>} 15:44:47 [2019-07-19T19:44:47.586Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {FILTER <name>} time=197391526 data=null} to TreeItem with text {FILTER <name>} 15:44:47 [2019-07-19T19:44:47.586Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {FILTER <name>} time=197391527 data=null button=1 stateMask=0x0 x=77 y=11 count=1} to TreeItem with text {FILTER <name>} 15:44:47 [2019-07-19T19:44:47.586Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197391527 data=null item=TreeItem {FILTER <name>} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {FILTER <name>} 15:44:47 [2019-07-19T19:44:47.586Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {FILTER <name>} time=197391540 data=null button=1 stateMask=0x80000 x=77 y=11 count=1} to TreeItem with text {FILTER <name>} 15:44:47 [2019-07-19T19:44:47.586Z] DEBUG - matched Text with text "type filter name", using matcher: of type 'Text' 15:44:47 [2019-07-19T19:44:47.586Z] DEBUG - matched Text with text "type filter name", using matcher: (of type 'Text') 15:44:47 [2019-07-19T19:44:47.586Z] DEBUG - Attempting to set focus on (of type 'Text') 15:44:47 [2019-07-19T19:44:47.586Z] DEBUG - Clicking on TreeItem with text {FILTER timestamp} 15:44:47 [2019-07-19T19:44:47.586Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {FILTER timestamp} time=197391577 data=null button=0 stateMask=0x0 x=82 y=11 count=0} to TreeItem with text {FILTER timestamp} 15:44:47 [2019-07-19T19:44:47.586Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {FILTER timestamp} time=197391577 data=null doit=true} to TreeItem with text {FILTER timestamp} 15:44:47 [2019-07-19T19:44:47.586Z] DEBUG - Attempting to set focus on Tree with text {} 15:44:47 [2019-07-19T19:44:47.586Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {FILTER timestamp} time=197391581 data=null} to TreeItem with text {FILTER timestamp} 15:44:47 [2019-07-19T19:44:47.586Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {FILTER timestamp} time=197391581 data=null button=1 stateMask=0x0 x=82 y=11 count=1} to TreeItem with text {FILTER timestamp} 15:44:47 [2019-07-19T19:44:47.586Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197391581 data=null item=TreeItem {FILTER timestamp} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {FILTER timestamp} 15:44:47 [2019-07-19T19:44:47.586Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {FILTER timestamp} time=197391588 data=null button=1 stateMask=0x80000 x=82 y=11 count=1} to TreeItem with text {FILTER timestamp} 15:44:47 [2019-07-19T19:44:47.586Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {FILTER timestamp} time=197391589 data=null button=0 stateMask=0x0 x=82 y=11 count=0} to TreeItem with text {FILTER timestamp} 15:44:47 [2019-07-19T19:44:47.586Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {FILTER timestamp} time=197391589 data=null doit=true} to TreeItem with text {FILTER timestamp} 15:44:47 [2019-07-19T19:44:47.586Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {FILTER timestamp} time=197391657 data=null} to TreeItem with text {FILTER timestamp} 15:44:47 [2019-07-19T19:44:47.586Z] DEBUG - Clicked on TreeItem with text {FILTER timestamp} 15:44:47 [2019-07-19T19:44:47.586Z] DEBUG - Attempting to set focus on Tree with text {} 15:44:47 [2019-07-19T19:44:47.586Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {FILTER timestamp} time=197391659 data=null button=0 stateMask=0x0 x=82 y=11 count=0} to TreeItem with text {FILTER timestamp} 15:44:47 [2019-07-19T19:44:47.586Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {FILTER timestamp} time=197391659 data=null doit=true} to TreeItem with text {FILTER timestamp} 15:44:47 [2019-07-19T19:44:47.586Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {FILTER timestamp} time=197391659 data=null} to TreeItem with text {FILTER timestamp} 15:44:47 [2019-07-19T19:44:47.586Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {FILTER timestamp} time=197391660 data=null button=1 stateMask=0x0 x=82 y=11 count=1} to TreeItem with text {FILTER timestamp} 15:44:47 [2019-07-19T19:44:47.586Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197391660 data=null item=TreeItem {FILTER timestamp} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {FILTER timestamp} 15:44:47 [2019-07-19T19:44:47.586Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {FILTER timestamp} time=197391678 data=null button=1 stateMask=0x80000 x=82 y=11 count=1} to TreeItem with text {FILTER timestamp} 15:44:47 [2019-07-19T19:44:47.586Z] DEBUG - matched MenuItem with text "TRACETYPE", using matcher: with mnemonic 'TRACETYPE' 15:44:47 [2019-07-19T19:44:47.586Z] DEBUG - Clicking on with mnemonic 'TRACETYPE' 15:44:47 [2019-07-19T19:44:47.586Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {TRACETYPE} time=197391774 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'TRACETYPE' 15:44:47 [2019-07-19T19:44:47.880Z] DEBUG - Clicked on with mnemonic 'TRACETYPE' 15:44:47 [2019-07-19T19:44:47.880Z] WARN - Tree item TreeItem with text {FILTER timestamp} is already expanded. Won't expand it again. 15:44:47 [2019-07-19T19:44:47.880Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 15:44:47 [2019-07-19T19:44:47.880Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 15:44:47 [2019-07-19T19:44:47.880Z] DEBUG - Setting selection on (of type 'Combo') to Test trace : XML Trace Stub (ns) 15:44:47 [2019-07-19T19:44:47.880Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {Test trace : XML Trace Stub (ns)} time=197391866 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Combo') 15:44:47 [2019-07-19T19:44:47.880Z] DEBUG - Set selection on (of type 'Combo') to Test trace : XML Trace Stub (ns) 15:44:47 [2019-07-19T19:44:47.880Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {WITH TRACETYPE Test trace : XML Trace Stub (ns)} time=197391867 data=null doit=true} to Tree node with text: WITH TRACETYPE Test trace : XML Trace Stub (ns) 15:44:47 [2019-07-19T19:44:47.880Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {WITH TRACETYPE Test trace : XML Trace Stub (ns)} time=197391867 data=null} to Tree node with text: WITH TRACETYPE Test trace : XML Trace Stub (ns) 15:44:47 [2019-07-19T19:44:47.880Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {WITH TRACETYPE Test trace : XML Trace Stub (ns)} time=197391868 data=null button=1 stateMask=0x0 x=199 y=32 count=1} to Tree node with text: WITH TRACETYPE Test trace : XML Trace Stub (ns) 15:44:47 [2019-07-19T19:44:47.880Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=197391868 data=null item=TreeItem {WITH TRACETYPE Test trace : XML Trace Stub (ns)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Tree node with text: WITH TRACETYPE Test trace : XML Trace Stub (ns) 15:44:47 [2019-07-19T19:44:47.880Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {WITH TRACETYPE Test trace : XML Trace Stub (ns)} time=197391868 data=null button=1 stateMask=0x80000 x=199 y=32 count=1} to Tree node with text: WITH TRACETYPE Test trace : XML Trace Stub (ns) 15:44:47 [2019-07-19T19:44:47.880Z] DEBUG - Attempting to set focus on Tree with text {} 15:44:47 [2019-07-19T19:44:47.880Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {WITH TRACETYPE Test trace : XML Trace Stub (ns)} time=197391869 data=null button=0 stateMask=0x0 x=199 y=32 count=0} to Tree node with text: WITH TRACETYPE Test trace : XML Trace Stub (ns) 15:44:47 [2019-07-19T19:44:47.880Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {WITH TRACETYPE Test trace : XML Trace Stub (ns)} time=197391870 data=null doit=true} to Tree node with text: WITH TRACETYPE Test trace : XML Trace Stub (ns) 15:44:47 [2019-07-19T19:44:47.880Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {WITH TRACETYPE Test trace : XML Trace Stub (ns)} time=197391870 data=null} to Tree node with text: WITH TRACETYPE Test trace : XML Trace Stub (ns) 15:44:47 [2019-07-19T19:44:47.880Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {WITH TRACETYPE Test trace : XML Trace Stub (ns)} time=197391870 data=null button=1 stateMask=0x0 x=199 y=32 count=1} to Tree node with text: WITH TRACETYPE Test trace : XML Trace Stub (ns) 15:44:47 [2019-07-19T19:44:47.880Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197391870 data=null item=TreeItem {WITH TRACETYPE Test trace : XML Trace Stub (ns)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: WITH TRACETYPE Test trace : XML Trace Stub (ns) 15:44:47 [2019-07-19T19:44:47.880Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {WITH TRACETYPE Test trace : XML Trace Stub (ns)} time=197391941 data=null button=1 stateMask=0x80000 x=199 y=32 count=1} to Tree node with text: WITH TRACETYPE Test trace : XML Trace Stub (ns) 15:44:47 [2019-07-19T19:44:47.880Z] DEBUG - matched MenuItem with text "AND", using matcher: with mnemonic 'AND' 15:44:47 [2019-07-19T19:44:47.880Z] DEBUG - Clicking on with mnemonic 'AND' 15:44:47 [2019-07-19T19:44:47.880Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {AND} time=197392039 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'AND' 15:44:47 [2019-07-19T19:44:47.880Z] DEBUG - Clicked on with mnemonic 'AND' 15:44:47 [2019-07-19T19:44:47.880Z] DEBUG - Attempting to set focus on Tree with text {} 15:44:47 [2019-07-19T19:44:47.880Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {AND} time=197392065 data=null button=0 stateMask=0x0 x=77 y=53 count=0} to Tree node with text: AND 15:44:47 [2019-07-19T19:44:47.880Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {AND} time=197392066 data=null doit=true} to Tree node with text: AND 15:44:47 [2019-07-19T19:44:47.880Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {AND} time=197392066 data=null} to Tree node with text: AND 15:44:47 [2019-07-19T19:44:47.880Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {AND} time=197392066 data=null button=1 stateMask=0x0 x=77 y=53 count=1} to Tree node with text: AND 15:44:47 [2019-07-19T19:44:47.880Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197392066 data=null item=TreeItem {AND} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: AND 15:44:47 [2019-07-19T19:44:47.880Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {AND} time=197392078 data=null button=1 stateMask=0x80000 x=77 y=53 count=1} to Tree node with text: AND 15:44:48 [2019-07-19T19:44:48.137Z] DEBUG - matched MenuItem with text "CONTAINS", using matcher: with mnemonic 'CONTAINS' 15:44:48 [2019-07-19T19:44:48.137Z] DEBUG - Clicking on with mnemonic 'CONTAINS' 15:44:48 [2019-07-19T19:44:48.137Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {CONTAINS} time=197392167 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'CONTAINS' 15:44:48 [2019-07-19T19:44:48.137Z] DEBUG - Clicked on with mnemonic 'CONTAINS' 15:44:48 [2019-07-19T19:44:48.137Z] WARN - Tree item Tree node with text: AND is already expanded. Won't expand it again. 15:44:48 [2019-07-19T19:44:48.137Z] DEBUG - matched Combo with text "Test trace : XML Tra...", using matcher: of type 'Combo' 15:44:48 [2019-07-19T19:44:48.137Z] DEBUG - matched Combo with text "Test trace : XML Tra...", using matcher: (of type 'Combo') 15:44:48 [2019-07-19T19:44:48.137Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 15:44:48 [2019-07-19T19:44:48.137Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 15:44:48 [2019-07-19T19:44:48.137Z] DEBUG - Setting selection on (of type 'Combo') to Timestamp 15:44:48 [2019-07-19T19:44:48.137Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {Timestamp} time=197392282 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Combo') 15:44:48 [2019-07-19T19:44:48.137Z] DEBUG - Set selection on (of type 'Combo') to Timestamp 15:44:48 [2019-07-19T19:44:48.137Z] DEBUG - matched Text with text "type value", using matcher: of type 'Text' 15:44:48 [2019-07-19T19:44:48.137Z] DEBUG - matched Text with text "type value", using matcher: (of type 'Text') 15:44:48 [2019-07-19T19:44:48.137Z] DEBUG - Attempting to set focus on (of type 'Text') 15:44:48 [2019-07-19T19:44:48.137Z] DEBUG - Attempting to set focus on Tree with text {} 15:44:48 [2019-07-19T19:44:48.394Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Timestamp CONTAINS "100"} time=197392460 data=null button=0 stateMask=0x0 x=170 y=74 count=0} to Tree node with text: Timestamp CONTAINS "100" 15:44:48 [2019-07-19T19:44:48.394Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Timestamp CONTAINS "100"} time=197392460 data=null doit=true} to Tree node with text: Timestamp CONTAINS "100" 15:44:48 [2019-07-19T19:44:48.394Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Timestamp CONTAINS "100"} time=197392460 data=null} to Tree node with text: Timestamp CONTAINS "100" 15:44:48 [2019-07-19T19:44:48.394Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Timestamp CONTAINS "100"} time=197392461 data=null button=1 stateMask=0x0 x=170 y=74 count=1} to Tree node with text: Timestamp CONTAINS "100" 15:44:48 [2019-07-19T19:44:48.394Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197392461 data=null item=TreeItem {Timestamp CONTAINS "100"} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: Timestamp CONTAINS "100" 15:44:48 [2019-07-19T19:44:48.394Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Timestamp CONTAINS "100"} time=197392542 data=null button=1 stateMask=0x80000 x=170 y=74 count=1} to Tree node with text: Timestamp CONTAINS "100" 15:44:48 [2019-07-19T19:44:48.394Z] DEBUG - Attempting to set focus on Tree with text {} 15:44:48 [2019-07-19T19:44:48.394Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {AND} time=197392544 data=null button=0 stateMask=0x0 x=77 y=53 count=0} to Tree node with text: AND 15:44:48 [2019-07-19T19:44:48.394Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {AND} time=197392553 data=null doit=true} to Tree node with text: AND 15:44:48 [2019-07-19T19:44:48.394Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {AND} time=197392553 data=null} to Tree node with text: AND 15:44:48 [2019-07-19T19:44:48.394Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {AND} time=197392553 data=null button=1 stateMask=0x0 x=77 y=53 count=1} to Tree node with text: AND 15:44:48 [2019-07-19T19:44:48.394Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197392554 data=null item=TreeItem {AND} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: AND 15:44:48 [2019-07-19T19:44:48.394Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {AND} time=197392572 data=null button=1 stateMask=0x80000 x=77 y=53 count=1} to Tree node with text: AND 15:44:48 [2019-07-19T19:44:48.394Z] DEBUG - number of items : 11 15:44:48 [2019-07-19T19:44:48.394Z] DEBUG - Clicking on ToolItem with tooltip text {Save filters} 15:44:48 [2019-07-19T19:44:48.394Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=197392572 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Save filters} 15:44:48 [2019-07-19T19:44:48.394Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197392572 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Save filters} 15:44:48 [2019-07-19T19:44:48.394Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=197392573 data=null doit=true} to ToolItem with tooltip text {Save filters} 15:44:48 [2019-07-19T19:44:48.394Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=197392573 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Save filters} 15:44:48 [2019-07-19T19:44:48.394Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=197392573 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Save filters} 15:44:48 [2019-07-19T19:44:48.394Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=197392573 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Save filters} 15:44:48 [2019-07-19T19:44:48.394Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=197392581 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Save filters} 15:44:48 [2019-07-19T19:44:48.394Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197392581 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Save filters} 15:44:48 [2019-07-19T19:44:48.394Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=197392581 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Save filters} 15:44:48 [2019-07-19T19:44:48.394Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=197392581 data=null doit=true} to ToolItem with tooltip text {Save filters} 15:44:48 [2019-07-19T19:44:48.394Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=197392581 data=null} to ToolItem with tooltip text {Save filters} 15:44:48 [2019-07-19T19:44:48.394Z] DEBUG - Clicked on ToolItem with tooltip text {Save filters} 15:44:48 [2019-07-19T19:44:48.394Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 15:44:48 [2019-07-19T19:44:48.394Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:44:48 [2019-07-19T19:44:48.394Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:44:48 [2019-07-19T19:44:48.394Z] DEBUG - Attempting to set focus on Table with text {} 15:44:48 [2019-07-19T19:44:48.651Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=197392743 data=null button=0 stateMask=0x0 x=22 y=53 count=0} to TableItem with text {} 15:44:48 [2019-07-19T19:44:48.651Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=197392743 data=null doit=true} to TableItem with text {} 15:44:48 [2019-07-19T19:44:48.651Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=197392743 data=null} to TableItem with text {} 15:44:48 [2019-07-19T19:44:48.651Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=197392744 data=null button=1 stateMask=0x0 x=22 y=53 count=1} to TableItem with text {} 15:44:48 [2019-07-19T19:44:48.651Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=197392744 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 15:44:48 [2019-07-19T19:44:48.651Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=197392746 data=null button=1 stateMask=0x80000 x=22 y=53 count=1} to TableItem with text {} 15:44:48 [2019-07-19T19:44:48.651Z] DEBUG - matched MenuItem with text "timestamp", using matcher: with mnemonic 'timestamp' 15:44:48 [2019-07-19T19:44:48.651Z] DEBUG - Clicking on with mnemonic 'timestamp' 15:44:48 [2019-07-19T19:44:48.651Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {timestamp} time=197392842 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'timestamp' 15:44:48 [2019-07-19T19:44:48.651Z] DEBUG - Clicked on with mnemonic 'timestamp' 15:44:50 [2019-07-19T19:44:50.544Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 15:44:50 [2019-07-19T19:44:50.544Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:44:50 [2019-07-19T19:44:50.544Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:44:50 [2019-07-19T19:44:50.544Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:44:50 [2019-07-19T19:44:50.544Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:44:50 [2019-07-19T19:44:50.544Z] DEBUG - Attempting to set focus on Tree with text {} 15:44:50 [2019-07-19T19:44:50.544Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForFiltering} time=197394793 data=null button=0 stateMask=0x0 x=89 y=11 count=0} to TreeItem with text {TestForFiltering} 15:44:50 [2019-07-19T19:44:50.801Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForFiltering} time=197394793 data=null doit=true} to TreeItem with text {TestForFiltering} 15:44:50 [2019-07-19T19:44:50.801Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForFiltering} time=197394826 data=null} to TreeItem with text {TestForFiltering} 15:44:50 [2019-07-19T19:44:50.801Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForFiltering} time=197394827 data=null button=1 stateMask=0x0 x=89 y=11 count=1} to TreeItem with text {TestForFiltering} 15:44:50 [2019-07-19T19:44:50.801Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197394828 data=null item=TreeItem {TestForFiltering} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestForFiltering} 15:44:50 [2019-07-19T19:44:50.801Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForFiltering} time=197394839 data=null button=1 stateMask=0x80000 x=89 y=11 count=1} to TreeItem with text {TestForFiltering} 15:44:50 [2019-07-19T19:44:50.801Z] DEBUG - Attempting to set focus on Tree with text {} 15:44:50 [2019-07-19T19:44:50.801Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForFiltering} time=197394840 data=null button=0 stateMask=0x0 x=89 y=11 count=0} to TreeItem with text {TestForFiltering} 15:44:50 [2019-07-19T19:44:50.801Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForFiltering} time=197394840 data=null doit=true} to TreeItem with text {TestForFiltering} 15:44:50 [2019-07-19T19:44:50.801Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForFiltering} time=197394840 data=null} to TreeItem with text {TestForFiltering} 15:44:50 [2019-07-19T19:44:50.801Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForFiltering} time=197394840 data=null button=1 stateMask=0x0 x=89 y=11 count=1} to TreeItem with text {TestForFiltering} 15:44:50 [2019-07-19T19:44:50.801Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197394841 data=null item=TreeItem {TestForFiltering} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestForFiltering} 15:44:50 [2019-07-19T19:44:50.801Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForFiltering} time=197394855 data=null button=1 stateMask=0x80000 x=89 y=11 count=1} to TreeItem with text {TestForFiltering} 15:44:50 [2019-07-19T19:44:50.801Z] WARN - Tree item TreeItem with text {TestForFiltering} is already expanded. Won't expand it again. 15:44:50 [2019-07-19T19:44:50.801Z] DEBUG - Attempting to set focus on Tree with text {} 15:44:50 [2019-07-19T19:44:50.801Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=197394856 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 15:44:50 [2019-07-19T19:44:50.801Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=197394857 data=null doit=true} to TreeItem with text {Traces [1]} 15:44:50 [2019-07-19T19:44:50.801Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=197394857 data=null} to TreeItem with text {Traces [1]} 15:44:50 [2019-07-19T19:44:50.801Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=197394857 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 15:44:50 [2019-07-19T19:44:50.801Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197394857 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 15:44:50 [2019-07-19T19:44:50.801Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=197394870 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 15:44:52 [2019-07-19T19:44:52.695Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.filter"' 15:44:52 [2019-07-19T19:44:52.695Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:44:52 [2019-07-19T19:44:52.695Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:44:52 [2019-07-19T19:44:52.695Z] DEBUG - number of items : 11 15:44:52 [2019-07-19T19:44:52.695Z] DEBUG - Clicking on ToolItem with tooltip text {Add new filter} 15:44:52 [2019-07-19T19:44:52.695Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=197396553 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add new filter} 15:44:52 [2019-07-19T19:44:52.695Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197396553 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add new filter} 15:44:52 [2019-07-19T19:44:52.695Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=197396553 data=null doit=true} to ToolItem with tooltip text {Add new filter} 15:44:52 [2019-07-19T19:44:52.695Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=197396553 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add new filter} 15:44:52 [2019-07-19T19:44:52.695Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=197396554 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add new filter} 15:44:52 [2019-07-19T19:44:52.695Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=197396554 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Add new filter} 15:44:52 [2019-07-19T19:44:52.695Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=197396574 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add new filter} 15:44:52 [2019-07-19T19:44:52.695Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197396575 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add new filter} 15:44:52 [2019-07-19T19:44:52.695Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=197396575 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add new filter} 15:44:52 [2019-07-19T19:44:52.695Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=197396575 data=null doit=true} to ToolItem with tooltip text {Add new filter} 15:44:52 [2019-07-19T19:44:52.695Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=197396575 data=null} to ToolItem with tooltip text {Add new filter} 15:44:52 [2019-07-19T19:44:52.695Z] DEBUG - Clicked on ToolItem with tooltip text {Add new filter} 15:44:52 [2019-07-19T19:44:52.695Z] DEBUG - Attempting to set focus on Tree with text {} 15:44:52 [2019-07-19T19:44:52.695Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {FILTER <name>} time=197396576 data=null button=0 stateMask=0x0 x=77 y=95 count=0} to TreeItem with text {FILTER <name>} 15:44:52 [2019-07-19T19:44:52.695Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {FILTER <name>} time=197396576 data=null doit=true} to TreeItem with text {FILTER <name>} 15:44:52 [2019-07-19T19:44:52.695Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {FILTER <name>} time=197396577 data=null} to TreeItem with text {FILTER <name>} 15:44:52 [2019-07-19T19:44:52.695Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {FILTER <name>} time=197396577 data=null button=1 stateMask=0x0 x=77 y=95 count=1} to TreeItem with text {FILTER <name>} 15:44:52 [2019-07-19T19:44:52.695Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197396577 data=null item=TreeItem {FILTER <name>} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {FILTER <name>} 15:44:52 [2019-07-19T19:44:52.695Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {FILTER <name>} time=197396595 data=null button=1 stateMask=0x80000 x=77 y=95 count=1} to TreeItem with text {FILTER <name>} 15:44:52 [2019-07-19T19:44:52.695Z] DEBUG - matched Text with text "type filter name", using matcher: of type 'Text' 15:44:52 [2019-07-19T19:44:52.695Z] DEBUG - matched Text with text "type filter name", using matcher: (of type 'Text') 15:44:52 [2019-07-19T19:44:52.695Z] DEBUG - Attempting to set focus on (of type 'Text') 15:44:52 [2019-07-19T19:44:52.695Z] DEBUG - Clicking on TreeItem with text {FILTER field} 15:44:52 [2019-07-19T19:44:52.695Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {FILTER field} time=197396602 data=null button=0 stateMask=0x0 x=60 y=95 count=0} to TreeItem with text {FILTER field} 15:44:52 [2019-07-19T19:44:52.695Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {FILTER field} time=197396602 data=null doit=true} to TreeItem with text {FILTER field} 15:44:52 [2019-07-19T19:44:52.695Z] DEBUG - Attempting to set focus on Tree with text {} 15:44:52 [2019-07-19T19:44:52.695Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {FILTER field} time=197396605 data=null} to TreeItem with text {FILTER field} 15:44:52 [2019-07-19T19:44:52.695Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {FILTER field} time=197396630 data=null button=1 stateMask=0x0 x=60 y=95 count=1} to TreeItem with text {FILTER field} 15:44:52 [2019-07-19T19:44:52.695Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197396631 data=null item=TreeItem {FILTER field} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {FILTER field} 15:44:52 [2019-07-19T19:44:52.695Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {FILTER field} time=197396638 data=null button=1 stateMask=0x80000 x=60 y=95 count=1} to TreeItem with text {FILTER field} 15:44:52 [2019-07-19T19:44:52.695Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {FILTER field} time=197396638 data=null button=0 stateMask=0x0 x=60 y=95 count=0} to TreeItem with text {FILTER field} 15:44:52 [2019-07-19T19:44:52.695Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {FILTER field} time=197396638 data=null doit=true} to TreeItem with text {FILTER field} 15:44:52 [2019-07-19T19:44:52.695Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {FILTER field} time=197396639 data=null} to TreeItem with text {FILTER field} 15:44:52 [2019-07-19T19:44:52.695Z] DEBUG - Clicked on TreeItem with text {FILTER field} 15:44:52 [2019-07-19T19:44:52.695Z] DEBUG - Attempting to set focus on Tree with text {} 15:44:52 [2019-07-19T19:44:52.695Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {FILTER field} time=197396640 data=null button=0 stateMask=0x0 x=60 y=95 count=0} to TreeItem with text {FILTER field} 15:44:52 [2019-07-19T19:44:52.695Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {FILTER field} time=197396640 data=null doit=true} to TreeItem with text {FILTER field} 15:44:52 [2019-07-19T19:44:52.695Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {FILTER field} time=197396640 data=null} to TreeItem with text {FILTER field} 15:44:52 [2019-07-19T19:44:52.695Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {FILTER field} time=197396640 data=null button=1 stateMask=0x0 x=60 y=95 count=1} to TreeItem with text {FILTER field} 15:44:52 [2019-07-19T19:44:52.695Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197396640 data=null item=TreeItem {FILTER field} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {FILTER field} 15:44:52 [2019-07-19T19:44:52.695Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {FILTER field} time=197396653 data=null button=1 stateMask=0x80000 x=60 y=95 count=1} to TreeItem with text {FILTER field} 15:44:52 [2019-07-19T19:44:52.695Z] DEBUG - matched MenuItem with text "TRACETYPE", using matcher: with mnemonic 'TRACETYPE' 15:44:52 [2019-07-19T19:44:52.695Z] DEBUG - Clicking on with mnemonic 'TRACETYPE' 15:44:52 [2019-07-19T19:44:52.695Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {TRACETYPE} time=197396735 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'TRACETYPE' 15:44:52 [2019-07-19T19:44:52.695Z] DEBUG - Clicked on with mnemonic 'TRACETYPE' 15:44:52 [2019-07-19T19:44:52.695Z] WARN - Tree item TreeItem with text {FILTER field} is already expanded. Won't expand it again. 15:44:52 [2019-07-19T19:44:52.695Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 15:44:52 [2019-07-19T19:44:52.695Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 15:44:52 [2019-07-19T19:44:52.695Z] DEBUG - Setting selection on (of type 'Combo') to Test trace : XML Trace Stub (ns) 15:44:52 [2019-07-19T19:44:52.695Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {Test trace : XML Trace Stub (ns)} time=197396779 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Combo') 15:44:52 [2019-07-19T19:44:52.695Z] DEBUG - Set selection on (of type 'Combo') to Test trace : XML Trace Stub (ns) 15:44:52 [2019-07-19T19:44:52.695Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {WITH TRACETYPE Test trace : XML Trace Stub (ns)} time=197396780 data=null doit=true} to Tree node with text: WITH TRACETYPE Test trace : XML Trace Stub (ns) 15:44:52 [2019-07-19T19:44:52.695Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {WITH TRACETYPE Test trace : XML Trace Stub (ns)} time=197396780 data=null} to Tree node with text: WITH TRACETYPE Test trace : XML Trace Stub (ns) 15:44:52 [2019-07-19T19:44:52.695Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {WITH TRACETYPE Test trace : XML Trace Stub (ns)} time=197396781 data=null button=1 stateMask=0x0 x=199 y=116 count=1} to Tree node with text: WITH TRACETYPE Test trace : XML Trace Stub (ns) 15:44:52 [2019-07-19T19:44:52.695Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=197396781 data=null item=TreeItem {WITH TRACETYPE Test trace : XML Trace Stub (ns)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Tree node with text: WITH TRACETYPE Test trace : XML Trace Stub (ns) 15:44:52 [2019-07-19T19:44:52.695Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {WITH TRACETYPE Test trace : XML Trace Stub (ns)} time=197396782 data=null button=1 stateMask=0x80000 x=199 y=116 count=1} to Tree node with text: WITH TRACETYPE Test trace : XML Trace Stub (ns) 15:44:52 [2019-07-19T19:44:52.695Z] DEBUG - Attempting to set focus on Tree with text {} 15:44:52 [2019-07-19T19:44:52.695Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {WITH TRACETYPE Test trace : XML Trace Stub (ns)} time=197396782 data=null button=0 stateMask=0x0 x=199 y=116 count=0} to Tree node with text: WITH TRACETYPE Test trace : XML Trace Stub (ns) 15:44:52 [2019-07-19T19:44:52.695Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {WITH TRACETYPE Test trace : XML Trace Stub (ns)} time=197396782 data=null doit=true} to Tree node with text: WITH TRACETYPE Test trace : XML Trace Stub (ns) 15:44:52 [2019-07-19T19:44:52.695Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {WITH TRACETYPE Test trace : XML Trace Stub (ns)} time=197396783 data=null} to Tree node with text: WITH TRACETYPE Test trace : XML Trace Stub (ns) 15:44:52 [2019-07-19T19:44:52.695Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {WITH TRACETYPE Test trace : XML Trace Stub (ns)} time=197396783 data=null button=1 stateMask=0x0 x=199 y=116 count=1} to Tree node with text: WITH TRACETYPE Test trace : XML Trace Stub (ns) 15:44:52 [2019-07-19T19:44:52.695Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197396783 data=null item=TreeItem {WITH TRACETYPE Test trace : XML Trace Stub (ns)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: WITH TRACETYPE Test trace : XML Trace Stub (ns) 15:44:52 [2019-07-19T19:44:52.695Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {WITH TRACETYPE Test trace : XML Trace Stub (ns)} time=197396848 data=null button=1 stateMask=0x80000 x=199 y=116 count=1} to Tree node with text: WITH TRACETYPE Test trace : XML Trace Stub (ns) 15:44:52 [2019-07-19T19:44:52.953Z] DEBUG - matched MenuItem with text "COMPARE", using matcher: with mnemonic 'COMPARE' 15:44:52 [2019-07-19T19:44:52.953Z] DEBUG - Clicking on with mnemonic 'COMPARE' 15:44:52 [2019-07-19T19:44:52.953Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {COMPARE} time=197396948 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'COMPARE' 15:44:52 [2019-07-19T19:44:52.953Z] DEBUG - Clicked on with mnemonic 'COMPARE' 15:44:52 [2019-07-19T19:44:52.953Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {<select aspect> = <value>} time=197397085 data=null doit=true} to Tree node with text: <select aspect> = <value> 15:44:52 [2019-07-19T19:44:52.953Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {<select aspect> = <value>} time=197397086 data=null} to Tree node with text: <select aspect> = <value> 15:44:52 [2019-07-19T19:44:52.953Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {<select aspect> = <value>} time=197397087 data=null button=1 stateMask=0x0 x=153 y=137 count=1} to Tree node with text: <select aspect> = <value> 15:44:52 [2019-07-19T19:44:52.953Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=197397134 data=null item=TreeItem {<select aspect> = <value>} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Tree node with text: <select aspect> = <value> 15:44:52 [2019-07-19T19:44:52.953Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {<select aspect> = <value>} time=197397135 data=null button=1 stateMask=0x80000 x=153 y=137 count=1} to Tree node with text: <select aspect> = <value> 15:44:52 [2019-07-19T19:44:52.953Z] DEBUG - matched Combo with text "Test trace : XML Tra...", using matcher: of type 'Combo' 15:44:52 [2019-07-19T19:44:52.953Z] DEBUG - matched Combo with text "Test trace : XML Tra...", using matcher: (of type 'Combo') 15:44:52 [2019-07-19T19:44:52.953Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 15:44:52 [2019-07-19T19:44:52.953Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 15:44:52 [2019-07-19T19:44:52.953Z] DEBUG - Setting selection on (of type 'Combo') to Contents 15:44:52 [2019-07-19T19:44:52.953Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {Contents} time=197397137 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Combo') 15:44:52 [2019-07-19T19:44:52.953Z] DEBUG - Set selection on (of type 'Combo') to Contents 15:44:52 [2019-07-19T19:44:52.953Z] DEBUG - matched Text with text "type field name", using matcher: of type 'Text' 15:44:52 [2019-07-19T19:44:52.953Z] DEBUG - matched Text with text "type field name", using matcher: (of type 'Text') 15:44:52 [2019-07-19T19:44:52.953Z] DEBUG - matched Text with text "type value", using matcher: of type 'Text' 15:44:52 [2019-07-19T19:44:52.953Z] DEBUG - matched Text with text "type value", using matcher: (of type 'Text') 15:44:52 [2019-07-19T19:44:52.953Z] DEBUG - Attempting to set focus on (of type 'Text') 15:44:53 [2019-07-19T19:44:53.212Z] DEBUG - matched Text with text "field", using matcher: of type 'Text' 15:44:53 [2019-07-19T19:44:53.212Z] DEBUG - matched Text with text "field", using matcher: (of type 'Text') 15:44:53 [2019-07-19T19:44:53.212Z] DEBUG - matched Text with text "type value", using matcher: of type 'Text' 15:44:53 [2019-07-19T19:44:53.212Z] DEBUG - matched Text with text "type value", using matcher: (of type 'Text') 15:44:53 [2019-07-19T19:44:53.212Z] DEBUG - Attempting to set focus on (of type 'Text') 15:44:53 [2019-07-19T19:44:53.212Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:44:53 [2019-07-19T19:44:53.212Z] DEBUG - matched Button with text "<", using matcher: of type 'Button' 15:44:53 [2019-07-19T19:44:53.212Z] DEBUG - matched Button with text "=", using matcher: of type 'Button' 15:44:53 [2019-07-19T19:44:53.212Z] DEBUG - matched Button with text ">", using matcher: of type 'Button' 15:44:53 [2019-07-19T19:44:53.212Z] DEBUG - matched Button with text ">", using matcher: with mnemonic '>' 15:44:53 [2019-07-19T19:44:53.212Z] DEBUG - matched Button with text ">", using matcher: with style 'SWT.RADIO' 15:44:53 [2019-07-19T19:44:53.212Z] DEBUG - matched Button with text ">", using matcher: (of type 'Button' and with mnemonic '>' and with style 'SWT.RADIO') 15:44:53 [2019-07-19T19:44:53.212Z] DEBUG - matched Button with text "Num", using matcher: of type 'Button' 15:44:53 [2019-07-19T19:44:53.212Z] DEBUG - matched Button with text "Alpha", using matcher: of type 'Button' 15:44:53 [2019-07-19T19:44:53.212Z] DEBUG - matched Button with text "Timestamp", using matcher: of type 'Button' 15:44:53 [2019-07-19T19:44:53.212Z] DEBUG - Clicking on (of type 'Button' and with mnemonic '>' and with style 'SWT.RADIO') 15:44:53 [2019-07-19T19:44:53.212Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {=} time=197397336 data=null doit=true} to Button with text {=} 15:44:53 [2019-07-19T19:44:53.212Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {=} time=197397337 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Button with text {=} 15:44:53 [2019-07-19T19:44:53.212Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic '>' and with style 'SWT.RADIO') 15:44:53 [2019-07-19T19:44:53.212Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {>} time=197397342 data=null doit=true} to (of type 'Button' and with mnemonic '>' and with style 'SWT.RADIO') 15:44:53 [2019-07-19T19:44:53.212Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {>} time=197397342 data=null button=1 stateMask=0x0 x=0 y=0 count=1} to (of type 'Button' and with mnemonic '>' and with style 'SWT.RADIO') 15:44:53 [2019-07-19T19:44:53.212Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {>} time=197397342 data=null button=1 stateMask=0x80000 x=0 y=0 count=1} to (of type 'Button' and with mnemonic '>' and with style 'SWT.RADIO') 15:44:53 [2019-07-19T19:44:53.212Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {>} time=197397342 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic '>' and with style 'SWT.RADIO') 15:44:53 [2019-07-19T19:44:53.212Z] DEBUG - Clicked on (of type 'Button' and with mnemonic '>' and with style 'SWT.RADIO') 15:44:53 [2019-07-19T19:44:53.212Z] DEBUG - number of items : 11 15:44:53 [2019-07-19T19:44:53.212Z] DEBUG - Clicking on ToolItem with tooltip text {Save filters} 15:44:53 [2019-07-19T19:44:53.212Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=197397375 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Save filters} 15:44:53 [2019-07-19T19:44:53.212Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197397375 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Save filters} 15:44:53 [2019-07-19T19:44:53.212Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=197397375 data=null doit=true} to ToolItem with tooltip text {Save filters} 15:44:53 [2019-07-19T19:44:53.212Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=197397375 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Save filters} 15:44:53 [2019-07-19T19:44:53.212Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=197397376 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Save filters} 15:44:53 [2019-07-19T19:44:53.212Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=197397376 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Save filters} 15:44:53 [2019-07-19T19:44:53.212Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=197397379 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Save filters} 15:44:53 [2019-07-19T19:44:53.212Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197397379 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Save filters} 15:44:53 [2019-07-19T19:44:53.212Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=197397380 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Save filters} 15:44:53 [2019-07-19T19:44:53.212Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=197397380 data=null doit=true} to ToolItem with tooltip text {Save filters} 15:44:53 [2019-07-19T19:44:53.212Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=197397380 data=null} to ToolItem with tooltip text {Save filters} 15:44:53 [2019-07-19T19:44:53.212Z] DEBUG - Clicked on ToolItem with tooltip text {Save filters} 15:44:53 [2019-07-19T19:44:53.212Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 15:44:53 [2019-07-19T19:44:53.212Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:44:53 [2019-07-19T19:44:53.212Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:44:53 [2019-07-19T19:44:53.212Z] DEBUG - Attempting to set focus on Table with text {} 15:44:53 [2019-07-19T19:44:53.469Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=197397564 data=null button=0 stateMask=0x0 x=22 y=53 count=0} to TableItem with text {} 15:44:53 [2019-07-19T19:44:53.469Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=197397565 data=null doit=true} to TableItem with text {} 15:44:53 [2019-07-19T19:44:53.469Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=197397565 data=null} to TableItem with text {} 15:44:53 [2019-07-19T19:44:53.469Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=197397565 data=null button=1 stateMask=0x0 x=22 y=53 count=1} to TableItem with text {} 15:44:53 [2019-07-19T19:44:53.469Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=197397566 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 15:44:53 [2019-07-19T19:44:53.469Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=197397568 data=null button=1 stateMask=0x80000 x=22 y=53 count=1} to TableItem with text {} 15:44:53 [2019-07-19T19:44:53.469Z] DEBUG - matched MenuItem with text "field", using matcher: with mnemonic 'field' 15:44:53 [2019-07-19T19:44:53.469Z] DEBUG - Clicking on with mnemonic 'field' 15:44:53 [2019-07-19T19:44:53.469Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {field} time=197397675 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'field' 15:44:53 [2019-07-19T19:44:53.469Z] DEBUG - Clicked on with mnemonic 'field' 15:44:55 [2019-07-19T19:44:55.365Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 15:44:55 [2019-07-19T19:44:55.365Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:44:55 [2019-07-19T19:44:55.365Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:44:55 [2019-07-19T19:44:55.365Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:44:55 [2019-07-19T19:44:55.365Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:44:55 [2019-07-19T19:44:55.365Z] DEBUG - Attempting to set focus on Tree with text {} 15:44:55 [2019-07-19T19:44:55.365Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForFiltering} time=197399230 data=null button=0 stateMask=0x0 x=89 y=11 count=0} to TreeItem with text {TestForFiltering} 15:44:55 [2019-07-19T19:44:55.365Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForFiltering} time=197399231 data=null doit=true} to TreeItem with text {TestForFiltering} 15:44:55 [2019-07-19T19:44:55.365Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForFiltering} time=197399231 data=null} to TreeItem with text {TestForFiltering} 15:44:55 [2019-07-19T19:44:55.365Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForFiltering} time=197399231 data=null button=1 stateMask=0x0 x=89 y=11 count=1} to TreeItem with text {TestForFiltering} 15:44:55 [2019-07-19T19:44:55.365Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197399232 data=null item=TreeItem {TestForFiltering} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestForFiltering} 15:44:55 [2019-07-19T19:44:55.365Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForFiltering} time=197399241 data=null button=1 stateMask=0x80000 x=89 y=11 count=1} to TreeItem with text {TestForFiltering} 15:44:55 [2019-07-19T19:44:55.365Z] DEBUG - Attempting to set focus on Tree with text {} 15:44:55 [2019-07-19T19:44:55.365Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForFiltering} time=197399242 data=null button=0 stateMask=0x0 x=89 y=11 count=0} to TreeItem with text {TestForFiltering} 15:44:55 [2019-07-19T19:44:55.365Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForFiltering} time=197399242 data=null doit=true} to TreeItem with text {TestForFiltering} 15:44:55 [2019-07-19T19:44:55.365Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForFiltering} time=197399242 data=null} to TreeItem with text {TestForFiltering} 15:44:55 [2019-07-19T19:44:55.365Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForFiltering} time=197399242 data=null button=1 stateMask=0x0 x=89 y=11 count=1} to TreeItem with text {TestForFiltering} 15:44:55 [2019-07-19T19:44:55.365Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197399243 data=null item=TreeItem {TestForFiltering} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestForFiltering} 15:44:55 [2019-07-19T19:44:55.365Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForFiltering} time=197399258 data=null button=1 stateMask=0x80000 x=89 y=11 count=1} to TreeItem with text {TestForFiltering} 15:44:55 [2019-07-19T19:44:55.365Z] WARN - Tree item TreeItem with text {TestForFiltering} is already expanded. Won't expand it again. 15:44:55 [2019-07-19T19:44:55.365Z] DEBUG - Attempting to set focus on Tree with text {} 15:44:55 [2019-07-19T19:44:55.365Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=197399260 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 15:44:55 [2019-07-19T19:44:55.365Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=197399260 data=null doit=true} to TreeItem with text {Traces [1]} 15:44:55 [2019-07-19T19:44:55.365Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=197399260 data=null} to TreeItem with text {Traces [1]} 15:44:55 [2019-07-19T19:44:55.365Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=197399261 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 15:44:55 [2019-07-19T19:44:55.365Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197399263 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 15:44:55 [2019-07-19T19:44:55.365Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=197399270 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 15:44:56 [2019-07-19T19:44:56.733Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.filter"' 15:44:56 [2019-07-19T19:44:56.734Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:44:56 [2019-07-19T19:44:56.734Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:44:56 [2019-07-19T19:44:56.734Z] DEBUG - number of items : 11 15:44:56 [2019-07-19T19:44:56.734Z] DEBUG - Clicking on ToolItem with tooltip text {Add new filter} 15:44:56 [2019-07-19T19:44:56.734Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=197400980 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add new filter} 15:44:56 [2019-07-19T19:44:56.734Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197400980 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add new filter} 15:44:56 [2019-07-19T19:44:56.734Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=197400981 data=null doit=true} to ToolItem with tooltip text {Add new filter} 15:44:56 [2019-07-19T19:44:56.734Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=197400981 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add new filter} 15:44:56 [2019-07-19T19:44:56.734Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=197400981 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add new filter} 15:44:56 [2019-07-19T19:44:56.991Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=197400981 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Add new filter} 15:44:56 [2019-07-19T19:44:56.991Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=197401050 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add new filter} 15:44:56 [2019-07-19T19:44:56.991Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197401050 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add new filter} 15:44:56 [2019-07-19T19:44:56.991Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=197401050 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add new filter} 15:44:56 [2019-07-19T19:44:56.991Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=197401050 data=null doit=true} to ToolItem with tooltip text {Add new filter} 15:44:56 [2019-07-19T19:44:56.991Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=197401050 data=null} to ToolItem with tooltip text {Add new filter} 15:44:56 [2019-07-19T19:44:56.991Z] DEBUG - Clicked on ToolItem with tooltip text {Add new filter} 15:44:56 [2019-07-19T19:44:56.991Z] DEBUG - Attempting to set focus on Tree with text {} 15:44:56 [2019-07-19T19:44:56.991Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {FILTER <name>} time=197401051 data=null button=0 stateMask=0x0 x=77 y=158 count=0} to TreeItem with text {FILTER <name>} 15:44:56 [2019-07-19T19:44:56.991Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {FILTER <name>} time=197401052 data=null doit=true} to TreeItem with text {FILTER <name>} 15:44:56 [2019-07-19T19:44:56.991Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {FILTER <name>} time=197401052 data=null} to TreeItem with text {FILTER <name>} 15:44:56 [2019-07-19T19:44:56.991Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {FILTER <name>} time=197401052 data=null button=1 stateMask=0x0 x=77 y=158 count=1} to TreeItem with text {FILTER <name>} 15:44:56 [2019-07-19T19:44:56.991Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197401052 data=null item=TreeItem {FILTER <name>} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {FILTER <name>} 15:44:56 [2019-07-19T19:44:56.991Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {FILTER <name>} time=197401067 data=null button=1 stateMask=0x80000 x=77 y=158 count=1} to TreeItem with text {FILTER <name>} 15:44:56 [2019-07-19T19:44:56.991Z] DEBUG - matched Text with text "type filter name", using matcher: of type 'Text' 15:44:56 [2019-07-19T19:44:56.991Z] DEBUG - matched Text with text "type filter name", using matcher: (of type 'Text') 15:44:56 [2019-07-19T19:44:56.991Z] DEBUG - Attempting to set focus on (of type 'Text') 15:44:56 [2019-07-19T19:44:56.991Z] DEBUG - Clicking on TreeItem with text {FILTER matchAndEquals} 15:44:56 [2019-07-19T19:44:56.991Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {FILTER matchAndEquals} time=197401074 data=null button=0 stateMask=0x0 x=101 y=158 count=0} to TreeItem with text {FILTER matchAndEquals} 15:44:56 [2019-07-19T19:44:56.991Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {FILTER matchAndEquals} time=197401074 data=null doit=true} to TreeItem with text {FILTER matchAndEquals} 15:44:56 [2019-07-19T19:44:56.991Z] DEBUG - Attempting to set focus on Tree with text {} 15:44:56 [2019-07-19T19:44:56.991Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {FILTER matchAndEquals} time=197401078 data=null} to TreeItem with text {FILTER matchAndEquals} 15:44:56 [2019-07-19T19:44:56.991Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {FILTER matchAndEquals} time=197401136 data=null button=1 stateMask=0x0 x=101 y=158 count=1} to TreeItem with text {FILTER matchAndEquals} 15:44:56 [2019-07-19T19:44:56.991Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197401136 data=null item=TreeItem {FILTER matchAndEquals} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {FILTER matchAndEquals} 15:44:56 [2019-07-19T19:44:56.991Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {FILTER matchAndEquals} time=197401144 data=null button=1 stateMask=0x80000 x=101 y=158 count=1} to TreeItem with text {FILTER matchAndEquals} 15:44:56 [2019-07-19T19:44:56.991Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {FILTER matchAndEquals} time=197401144 data=null button=0 stateMask=0x0 x=101 y=158 count=0} to TreeItem with text {FILTER matchAndEquals} 15:44:56 [2019-07-19T19:44:56.991Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {FILTER matchAndEquals} time=197401144 data=null doit=true} to TreeItem with text {FILTER matchAndEquals} 15:44:56 [2019-07-19T19:44:56.991Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {FILTER matchAndEquals} time=197401145 data=null} to TreeItem with text {FILTER matchAndEquals} 15:44:56 [2019-07-19T19:44:56.991Z] DEBUG - Clicked on TreeItem with text {FILTER matchAndEquals} 15:44:56 [2019-07-19T19:44:56.991Z] DEBUG - Attempting to set focus on Tree with text {} 15:44:56 [2019-07-19T19:44:56.991Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {FILTER matchAndEquals} time=197401145 data=null button=0 stateMask=0x0 x=101 y=158 count=0} to TreeItem with text {FILTER matchAndEquals} 15:44:56 [2019-07-19T19:44:56.991Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {FILTER matchAndEquals} time=197401146 data=null doit=true} to TreeItem with text {FILTER matchAndEquals} 15:44:56 [2019-07-19T19:44:56.991Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {FILTER matchAndEquals} time=197401146 data=null} to TreeItem with text {FILTER matchAndEquals} 15:44:56 [2019-07-19T19:44:56.991Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {FILTER matchAndEquals} time=197401146 data=null button=1 stateMask=0x0 x=101 y=158 count=1} to TreeItem with text {FILTER matchAndEquals} 15:44:56 [2019-07-19T19:44:56.991Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197401146 data=null item=TreeItem {FILTER matchAndEquals} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {FILTER matchAndEquals} 15:44:56 [2019-07-19T19:44:56.991Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {FILTER matchAndEquals} time=197401159 data=null button=1 stateMask=0x80000 x=101 y=158 count=1} to TreeItem with text {FILTER matchAndEquals} 15:44:56 [2019-07-19T19:44:56.991Z] DEBUG - matched MenuItem with text "TRACETYPE", using matcher: with mnemonic 'TRACETYPE' 15:44:56 [2019-07-19T19:44:56.991Z] DEBUG - Clicking on with mnemonic 'TRACETYPE' 15:44:57 [2019-07-19T19:44:57.248Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {TRACETYPE} time=197401236 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'TRACETYPE' 15:44:57 [2019-07-19T19:44:57.248Z] DEBUG - Clicked on with mnemonic 'TRACETYPE' 15:44:57 [2019-07-19T19:44:57.248Z] WARN - Tree item TreeItem with text {FILTER matchAndEquals} is already expanded. Won't expand it again. 15:44:57 [2019-07-19T19:44:57.248Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 15:44:57 [2019-07-19T19:44:57.248Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 15:44:57 [2019-07-19T19:44:57.248Z] DEBUG - Setting selection on (of type 'Combo') to Test trace : XML Trace Stub (ns) 15:44:57 [2019-07-19T19:44:57.248Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {Test trace : XML Trace Stub (ns)} time=197401281 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Combo') 15:44:57 [2019-07-19T19:44:57.248Z] DEBUG - Set selection on (of type 'Combo') to Test trace : XML Trace Stub (ns) 15:44:57 [2019-07-19T19:44:57.248Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {WITH TRACETYPE Test trace : XML Trace Stub (ns)} time=197401282 data=null doit=true} to Tree node with text: WITH TRACETYPE Test trace : XML Trace Stub (ns) 15:44:57 [2019-07-19T19:44:57.249Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {WITH TRACETYPE Test trace : XML Trace Stub (ns)} time=197401282 data=null} to Tree node with text: WITH TRACETYPE Test trace : XML Trace Stub (ns) 15:44:57 [2019-07-19T19:44:57.249Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {WITH TRACETYPE Test trace : XML Trace Stub (ns)} time=197401283 data=null button=1 stateMask=0x0 x=199 y=179 count=1} to Tree node with text: WITH TRACETYPE Test trace : XML Trace Stub (ns) 15:44:57 [2019-07-19T19:44:57.249Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=197401283 data=null item=TreeItem {WITH TRACETYPE Test trace : XML Trace Stub (ns)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Tree node with text: WITH TRACETYPE Test trace : XML Trace Stub (ns) 15:44:57 [2019-07-19T19:44:57.249Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {WITH TRACETYPE Test trace : XML Trace Stub (ns)} time=197401283 data=null button=1 stateMask=0x80000 x=199 y=179 count=1} to Tree node with text: WITH TRACETYPE Test trace : XML Trace Stub (ns) 15:44:57 [2019-07-19T19:44:57.249Z] DEBUG - Attempting to set focus on Tree with text {} 15:44:57 [2019-07-19T19:44:57.249Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {WITH TRACETYPE Test trace : XML Trace Stub (ns)} time=197401284 data=null button=0 stateMask=0x0 x=199 y=179 count=0} to Tree node with text: WITH TRACETYPE Test trace : XML Trace Stub (ns) 15:44:57 [2019-07-19T19:44:57.249Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {WITH TRACETYPE Test trace : XML Trace Stub (ns)} time=197401284 data=null doit=true} to Tree node with text: WITH TRACETYPE Test trace : XML Trace Stub (ns) 15:44:57 [2019-07-19T19:44:57.249Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {WITH TRACETYPE Test trace : XML Trace Stub (ns)} time=197401284 data=null} to Tree node with text: WITH TRACETYPE Test trace : XML Trace Stub (ns) 15:44:57 [2019-07-19T19:44:57.249Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {WITH TRACETYPE Test trace : XML Trace Stub (ns)} time=197401285 data=null button=1 stateMask=0x0 x=199 y=179 count=1} to Tree node with text: WITH TRACETYPE Test trace : XML Trace Stub (ns) 15:44:57 [2019-07-19T19:44:57.249Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197401285 data=null item=TreeItem {WITH TRACETYPE Test trace : XML Trace Stub (ns)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: WITH TRACETYPE Test trace : XML Trace Stub (ns) 15:44:57 [2019-07-19T19:44:57.249Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {WITH TRACETYPE Test trace : XML Trace Stub (ns)} time=197401358 data=null button=1 stateMask=0x80000 x=199 y=179 count=1} to Tree node with text: WITH TRACETYPE Test trace : XML Trace Stub (ns) 15:44:57 [2019-07-19T19:44:57.249Z] DEBUG - matched MenuItem with text "OR", using matcher: with mnemonic 'OR' 15:44:57 [2019-07-19T19:44:57.249Z] DEBUG - Clicking on with mnemonic 'OR' 15:44:57 [2019-07-19T19:44:57.249Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {OR} time=197401450 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'OR' 15:44:57 [2019-07-19T19:44:57.249Z] DEBUG - Clicked on with mnemonic 'OR' 15:44:57 [2019-07-19T19:44:57.249Z] DEBUG - Attempting to set focus on Tree with text {} 15:44:57 [2019-07-19T19:44:57.249Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {OR} time=197401478 data=null button=0 stateMask=0x0 x=71 y=200 count=0} to Tree node with text: OR 15:44:57 [2019-07-19T19:44:57.249Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {OR} time=197401479 data=null doit=true} to Tree node with text: OR 15:44:57 [2019-07-19T19:44:57.249Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {OR} time=197401479 data=null} to Tree node with text: OR 15:44:57 [2019-07-19T19:44:57.249Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {OR} time=197401479 data=null button=1 stateMask=0x0 x=71 y=200 count=1} to Tree node with text: OR 15:44:57 [2019-07-19T19:44:57.505Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197401480 data=null item=TreeItem {OR} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: OR 15:44:57 [2019-07-19T19:44:57.505Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {OR} time=197401534 data=null button=1 stateMask=0x80000 x=71 y=200 count=1} to Tree node with text: OR 15:44:57 [2019-07-19T19:44:57.505Z] DEBUG - matched MenuItem with text "EQUALS", using matcher: with mnemonic 'EQUALS' 15:44:57 [2019-07-19T19:44:57.505Z] DEBUG - Clicking on with mnemonic 'EQUALS' 15:44:57 [2019-07-19T19:44:57.505Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {EQUALS} time=197401582 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'EQUALS' 15:44:57 [2019-07-19T19:44:57.505Z] DEBUG - Clicked on with mnemonic 'EQUALS' 15:44:57 [2019-07-19T19:44:57.505Z] WARN - Tree item Tree node with text: OR is already expanded. Won't expand it again. 15:44:57 [2019-07-19T19:44:57.505Z] DEBUG - Attempting to set focus on Tree with text {} 15:44:57 [2019-07-19T19:44:57.505Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {<select aspect> EQUALS} time=197401749 data=null button=0 stateMask=0x0 x=162 y=221 count=0} to TreeItem with text {<select aspect> EQUALS} 15:44:57 [2019-07-19T19:44:57.505Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {<select aspect> EQUALS} time=197401749 data=null doit=true} to TreeItem with text {<select aspect> EQUALS} 15:44:57 [2019-07-19T19:44:57.505Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {<select aspect> EQUALS} time=197401749 data=null} to TreeItem with text {<select aspect> EQUALS} 15:44:57 [2019-07-19T19:44:57.505Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {<select aspect> EQUALS} time=197401750 data=null button=1 stateMask=0x0 x=162 y=221 count=1} to TreeItem with text {<select aspect> EQUALS} 15:44:57 [2019-07-19T19:44:57.762Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197401750 data=null item=TreeItem {<select aspect> EQUALS} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {<select aspect> EQUALS} 15:44:57 [2019-07-19T19:44:57.762Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {<select aspect> EQUALS} time=197401846 data=null button=1 stateMask=0x80000 x=162 y=221 count=1} to TreeItem with text {<select aspect> EQUALS} 15:44:57 [2019-07-19T19:44:57.762Z] DEBUG - matched Combo with text "Test trace : XML Tra...", using matcher: of type 'Combo' 15:44:57 [2019-07-19T19:44:57.762Z] DEBUG - matched Combo with text "Test trace : XML Tra...", using matcher: (of type 'Combo') 15:44:57 [2019-07-19T19:44:57.762Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 15:44:57 [2019-07-19T19:44:57.762Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 15:44:57 [2019-07-19T19:44:57.762Z] DEBUG - Setting selection on (of type 'Combo') to Timestamp 15:44:57 [2019-07-19T19:44:57.762Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {Timestamp} time=197401848 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Combo') 15:44:57 [2019-07-19T19:44:57.762Z] DEBUG - Set selection on (of type 'Combo') to Timestamp 15:44:57 [2019-07-19T19:44:57.762Z] DEBUG - matched Text with text "type value", using matcher: of type 'Text' 15:44:57 [2019-07-19T19:44:57.762Z] DEBUG - matched Text with text "type value", using matcher: (of type 'Text') 15:44:57 [2019-07-19T19:44:57.762Z] DEBUG - Attempting to set focus on (of type 'Text') 15:44:57 [2019-07-19T19:44:57.762Z] DEBUG - Attempting to set focus on Tree with text {} 15:44:57 [2019-07-19T19:44:57.762Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {OR} time=197401964 data=null button=0 stateMask=0x0 x=71 y=200 count=0} to Tree node with text: OR 15:44:57 [2019-07-19T19:44:57.762Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {OR} time=197401964 data=null doit=true} to Tree node with text: OR 15:44:57 [2019-07-19T19:44:57.762Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {OR} time=197401964 data=null} to Tree node with text: OR 15:44:57 [2019-07-19T19:44:57.762Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {OR} time=197401965 data=null button=1 stateMask=0x0 x=71 y=200 count=1} to Tree node with text: OR 15:44:57 [2019-07-19T19:44:57.762Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197401965 data=null item=TreeItem {OR} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: OR 15:44:57 [2019-07-19T19:44:57.762Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {OR} time=197401981 data=null button=1 stateMask=0x80000 x=71 y=200 count=1} to Tree node with text: OR 15:44:58 [2019-07-19T19:44:58.186Z] DEBUG - matched MenuItem with text "MATCHES", using matcher: with mnemonic 'MATCHES' 15:44:58 [2019-07-19T19:44:58.186Z] DEBUG - Clicking on with mnemonic 'MATCHES' 15:44:58 [2019-07-19T19:44:58.186Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {MATCHES} time=197402045 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'MATCHES' 15:44:58 [2019-07-19T19:44:58.186Z] DEBUG - Clicked on with mnemonic 'MATCHES' 15:44:58 [2019-07-19T19:44:58.186Z] WARN - Tree item Tree node with text: OR is already expanded. Won't expand it again. 15:44:58 [2019-07-19T19:44:58.186Z] DEBUG - Attempting to set focus on Tree with text {} 15:44:58 [2019-07-19T19:44:58.186Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {<select aspect> MATCHES} time=197402154 data=null button=0 stateMask=0x0 x=166 y=242 count=0} to TreeItem with text {<select aspect> MATCHES} 15:44:58 [2019-07-19T19:44:58.186Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {<select aspect> MATCHES} time=197402154 data=null doit=true} to TreeItem with text {<select aspect> MATCHES} 15:44:58 [2019-07-19T19:44:58.186Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {<select aspect> MATCHES} time=197402154 data=null} to TreeItem with text {<select aspect> MATCHES} 15:44:58 [2019-07-19T19:44:58.186Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {<select aspect> MATCHES} time=197402155 data=null button=1 stateMask=0x0 x=166 y=242 count=1} to TreeItem with text {<select aspect> MATCHES} 15:44:58 [2019-07-19T19:44:58.186Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197402155 data=null item=TreeItem {<select aspect> MATCHES} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {<select aspect> MATCHES} 15:44:58 [2019-07-19T19:44:58.186Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {<select aspect> MATCHES} time=197402243 data=null button=1 stateMask=0x80000 x=166 y=242 count=1} to TreeItem with text {<select aspect> MATCHES} 15:44:58 [2019-07-19T19:44:58.186Z] DEBUG - matched Combo with text "Test trace : XML Tra...", using matcher: of type 'Combo' 15:44:58 [2019-07-19T19:44:58.186Z] DEBUG - matched Combo with text "Test trace : XML Tra...", using matcher: (of type 'Combo') 15:44:58 [2019-07-19T19:44:58.186Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 15:44:58 [2019-07-19T19:44:58.186Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 15:44:58 [2019-07-19T19:44:58.186Z] DEBUG - Setting selection on (of type 'Combo') to Contents 15:44:58 [2019-07-19T19:44:58.186Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {Contents} time=197402244 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Combo') 15:44:58 [2019-07-19T19:44:58.186Z] DEBUG - Set selection on (of type 'Combo') to Contents 15:44:58 [2019-07-19T19:44:58.186Z] DEBUG - matched Text with text "type field name", using matcher: of type 'Text' 15:44:58 [2019-07-19T19:44:58.186Z] DEBUG - matched Text with text "type field name", using matcher: (of type 'Text') 15:44:58 [2019-07-19T19:44:58.186Z] DEBUG - matched Text with text "type regular express...", using matcher: of type 'Text' 15:44:58 [2019-07-19T19:44:58.186Z] DEBUG - matched Text with text "type regular express...", using matcher: (of type 'Text') 15:44:58 [2019-07-19T19:44:58.186Z] DEBUG - Attempting to set focus on (of type 'Text') 15:44:58 [2019-07-19T19:44:58.186Z] DEBUG - matched Text with text "field", using matcher: of type 'Text' 15:44:58 [2019-07-19T19:44:58.186Z] DEBUG - matched Text with text "field", using matcher: (of type 'Text') 15:44:58 [2019-07-19T19:44:58.186Z] DEBUG - matched Text with text "type regular express...", using matcher: of type 'Text' 15:44:58 [2019-07-19T19:44:58.186Z] DEBUG - matched Text with text "type regular express...", using matcher: (of type 'Text') 15:44:58 [2019-07-19T19:44:58.186Z] DEBUG - Attempting to set focus on (of type 'Text') 15:44:58 [2019-07-19T19:44:58.532Z] DEBUG - number of items : 11 15:44:58 [2019-07-19T19:44:58.532Z] DEBUG - Clicking on ToolItem with tooltip text {Save filters} 15:44:58 [2019-07-19T19:44:58.532Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=197402455 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Save filters} 15:44:58 [2019-07-19T19:44:58.532Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197402455 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Save filters} 15:44:58 [2019-07-19T19:44:58.532Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=197402455 data=null doit=true} to ToolItem with tooltip text {Save filters} 15:44:58 [2019-07-19T19:44:58.532Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=197402455 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Save filters} 15:44:58 [2019-07-19T19:44:58.532Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=197402455 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Save filters} 15:44:58 [2019-07-19T19:44:58.532Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=197402455 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Save filters} 15:44:58 [2019-07-19T19:44:58.532Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=197402459 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Save filters} 15:44:58 [2019-07-19T19:44:58.532Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197402460 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Save filters} 15:44:58 [2019-07-19T19:44:58.532Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=197402460 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Save filters} 15:44:58 [2019-07-19T19:44:58.532Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=197402460 data=null doit=true} to ToolItem with tooltip text {Save filters} 15:44:58 [2019-07-19T19:44:58.532Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=197402460 data=null} to ToolItem with tooltip text {Save filters} 15:44:58 [2019-07-19T19:44:58.532Z] DEBUG - Clicked on ToolItem with tooltip text {Save filters} 15:44:58 [2019-07-19T19:44:58.532Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 15:44:58 [2019-07-19T19:44:58.532Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:44:58 [2019-07-19T19:44:58.532Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:44:58 [2019-07-19T19:44:58.532Z] DEBUG - Attempting to set focus on Table with text {} 15:44:58 [2019-07-19T19:44:58.532Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=197402652 data=null button=0 stateMask=0x0 x=22 y=53 count=0} to TableItem with text {} 15:44:58 [2019-07-19T19:44:58.532Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=197402653 data=null doit=true} to TableItem with text {} 15:44:58 [2019-07-19T19:44:58.532Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=197402653 data=null} to TableItem with text {} 15:44:58 [2019-07-19T19:44:58.532Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=197402653 data=null button=1 stateMask=0x0 x=22 y=53 count=1} to TableItem with text {} 15:44:58 [2019-07-19T19:44:58.532Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=197402654 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 15:44:58 [2019-07-19T19:44:58.532Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=197402656 data=null button=1 stateMask=0x80000 x=22 y=53 count=1} to TableItem with text {} 15:44:58 [2019-07-19T19:44:58.532Z] DEBUG - matched MenuItem with text "matchAndEquals", using matcher: with mnemonic 'matchAndEquals' 15:44:58 [2019-07-19T19:44:58.532Z] DEBUG - Clicking on with mnemonic 'matchAndEquals' 15:44:58 [2019-07-19T19:44:58.532Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {matchAndEquals} time=197402761 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'matchAndEquals' 15:44:58 [2019-07-19T19:44:58.532Z] DEBUG - Clicked on with mnemonic 'matchAndEquals' 15:45:00 [2019-07-19T19:45:00.426Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=197404432 data=null doit=true} to Shell with text {data - Eclipse Platform} 15:45:00 [2019-07-19T19:45:00.426Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' 15:45:00 [2019-07-19T19:45:00.426Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:45:00 [2019-07-19T19:45:00.426Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:45:00 [2019-07-19T19:45:00.426Z] DEBUG - Attempting to set focus on Tree with text {} 15:45:00 [2019-07-19T19:45:00.426Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForFiltering} time=197404491 data=null button=0 stateMask=0x0 x=89 y=11 count=0} to TreeItem with text {TestForFiltering} 15:45:00 [2019-07-19T19:45:00.426Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForFiltering} time=197404491 data=null doit=true} to TreeItem with text {TestForFiltering} 15:45:00 [2019-07-19T19:45:00.426Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForFiltering} time=197404491 data=null} to TreeItem with text {TestForFiltering} 15:45:00 [2019-07-19T19:45:00.426Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForFiltering} time=197404491 data=null button=1 stateMask=0x0 x=89 y=11 count=1} to TreeItem with text {TestForFiltering} 15:45:00 [2019-07-19T19:45:00.426Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197404492 data=null item=TreeItem {TestForFiltering} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestForFiltering} 15:45:00 [2019-07-19T19:45:00.426Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForFiltering} time=197404532 data=null button=1 stateMask=0x80000 x=89 y=11 count=1} to TreeItem with text {TestForFiltering} 15:45:00 [2019-07-19T19:45:00.426Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' 15:45:00 [2019-07-19T19:45:00.426Z] DEBUG - Clicking on with mnemonic 'Delete' 15:45:00 [2019-07-19T19:45:00.683Z] DEBUG - Clicked on with mnemonic 'Delete' 15:45:00 [2019-07-19T19:45:00.941Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' 15:45:00 [2019-07-19T19:45:00.941Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} 15:45:00 [2019-07-19T19:45:00.941Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 15:45:00 [2019-07-19T19:45:00.941Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' 15:45:00 [2019-07-19T19:45:00.941Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') 15:45:00 [2019-07-19T19:45:00.941Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 15:45:00 [2019-07-19T19:45:00.941Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:45:00 [2019-07-19T19:45:00.941Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:45:00 [2019-07-19T19:45:00.941Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') 15:45:00 [2019-07-19T19:45:00.941Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected 15:45:00 [2019-07-19T19:45:00.941Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197405083 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:45:00 [2019-07-19T19:45:00.941Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197405084 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:45:00 [2019-07-19T19:45:00.941Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=197405141 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:45:00 [2019-07-19T19:45:00.941Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=197405141 data=null} to (of type 'Button' and with style 'SWT.CHECK') 15:45:00 [2019-07-19T19:45:00.941Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197405141 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:45:00 [2019-07-19T19:45:00.941Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197405141 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:45:00 [2019-07-19T19:45:00.941Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=197405141 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:45:00 [2019-07-19T19:45:00.941Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197405142 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:45:00 [2019-07-19T19:45:00.941Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197405142 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:45:00 [2019-07-19T19:45:00.941Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197405142 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:45:00 [2019-07-19T19:45:00.941Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=197405142 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:45:00 [2019-07-19T19:45:00.941Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=197405142 data=null} to (of type 'Button' and with style 'SWT.CHECK') 15:45:00 [2019-07-19T19:45:00.941Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') 15:45:00 [2019-07-19T19:45:00.941Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 15:45:00 [2019-07-19T19:45:00.941Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 15:45:00 [2019-07-19T19:45:00.941Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:45:00 [2019-07-19T19:45:00.941Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:45:00 [2019-07-19T19:45:00.941Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 15:45:00 [2019-07-19T19:45:00.941Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:45:00 [2019-07-19T19:45:00.941Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:00 [2019-07-19T19:45:00.941Z] DEBUG - Clicking on OK 15:45:00 [2019-07-19T19:45:00.941Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=197405145 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:00 [2019-07-19T19:45:00.941Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=197405145 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:00 [2019-07-19T19:45:00.941Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=197405145 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:00 [2019-07-19T19:45:00.941Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=197405145 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:00 [2019-07-19T19:45:00.941Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=197405146 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:00 [2019-07-19T19:45:00.941Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=197405146 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:00 [2019-07-19T19:45:00.941Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:00 [2019-07-19T19:45:00.941Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:00 [2019-07-19T19:45:00.941Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:00 [2019-07-19T19:45:00.941Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:00 [2019-07-19T19:45:00.941Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:00 [2019-07-19T19:45:00.941Z] DEBUG - Clicked on OK 15:45:01 [2019-07-19T19:45:01.873Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=197405146 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:01 [2019-07-19T19:45:01.873Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=197404641 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' 15:45:02 [2019-07-19T19:45:02.131Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.148 s - in org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.FilterViewerTest 15:45:02 [2019-07-19T19:45:02.131Z] testTimestampFilter(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.FilterViewerTest) Time elapsed: 6.543 s 15:45:02 [2019-07-19T19:45:02.131Z] testField01(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.FilterViewerTest) Time elapsed: 4.366 s 15:45:02 [2019-07-19T19:45:02.131Z] testTimestampEqualsOr(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.FilterViewerTest) Time elapsed: 4.981 s 15:45:02 [2019-07-19T19:45:02.131Z] Running org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.TestTraceOffsetting 15:45:02 [2019-07-19T19:45:02.388Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 15:45:02 [2019-07-19T19:45:02.952Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:45:02 [2019-07-19T19:45:02.952Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:45:02 [2019-07-19T19:45:02.952Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:45:02 [2019-07-19T19:45:02.952Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:45:02 [2019-07-19T19:45:02.952Z] DEBUG - Attempting to set focus on Tree with text {} 15:45:02 [2019-07-19T19:45:02.952Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForOffsetting} time=197407104 data=null button=0 stateMask=0x0 x=96 y=11 count=0} to TreeItem with text {TestForOffsetting} 15:45:02 [2019-07-19T19:45:02.952Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForOffsetting} time=197407104 data=null doit=true} to TreeItem with text {TestForOffsetting} 15:45:02 [2019-07-19T19:45:02.952Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForOffsetting} time=197407104 data=null} to TreeItem with text {TestForOffsetting} 15:45:02 [2019-07-19T19:45:02.952Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForOffsetting} time=197407105 data=null button=1 stateMask=0x0 x=96 y=11 count=1} to TreeItem with text {TestForOffsetting} 15:45:02 [2019-07-19T19:45:02.952Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197407105 data=null item=TreeItem {TestForOffsetting} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestForOffsetting} 15:45:02 [2019-07-19T19:45:02.952Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForOffsetting} time=197407153 data=null button=1 stateMask=0x80000 x=96 y=11 count=1} to TreeItem with text {TestForOffsetting} 15:45:02 [2019-07-19T19:45:02.952Z] DEBUG - Attempting to set focus on Tree with text {} 15:45:02 [2019-07-19T19:45:02.952Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForOffsetting} time=197407154 data=null button=0 stateMask=0x0 x=96 y=11 count=0} to TreeItem with text {TestForOffsetting} 15:45:02 [2019-07-19T19:45:02.952Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForOffsetting} time=197407155 data=null doit=true} to TreeItem with text {TestForOffsetting} 15:45:02 [2019-07-19T19:45:02.952Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForOffsetting} time=197407155 data=null} to TreeItem with text {TestForOffsetting} 15:45:02 [2019-07-19T19:45:02.952Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForOffsetting} time=197407155 data=null button=1 stateMask=0x0 x=96 y=11 count=1} to TreeItem with text {TestForOffsetting} 15:45:02 [2019-07-19T19:45:02.952Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197407155 data=null item=TreeItem {TestForOffsetting} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestForOffsetting} 15:45:02 [2019-07-19T19:45:02.952Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForOffsetting} time=197407164 data=null button=1 stateMask=0x80000 x=96 y=11 count=1} to TreeItem with text {TestForOffsetting} 15:45:02 [2019-07-19T19:45:02.953Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForOffsetting} time=197407165 data=null doit=true} to TreeItem with text {TestForOffsetting} 15:45:02 [2019-07-19T19:45:02.953Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForOffsetting} time=197407165 data=null} to TreeItem with text {TestForOffsetting} 15:45:02 [2019-07-19T19:45:02.953Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForOffsetting} time=197407171 data=null button=1 stateMask=0x0 x=96 y=11 count=1} to TreeItem with text {TestForOffsetting} 15:45:02 [2019-07-19T19:45:02.953Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=197407172 data=null item=TreeItem {TestForOffsetting} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {TestForOffsetting} 15:45:02 [2019-07-19T19:45:02.953Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForOffsetting} time=197407176 data=null button=1 stateMask=0x80000 x=80 y=11 count=1} to TreeItem with text {TestForOffsetting} 15:45:02 [2019-07-19T19:45:02.953Z] DEBUG - Attempting to set focus on Tree with text {} 15:45:02 [2019-07-19T19:45:02.953Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=197407178 data=null button=0 stateMask=0x0 x=75 y=53 count=0} to TreeItem with text {Traces [0]} 15:45:02 [2019-07-19T19:45:02.953Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=197407178 data=null doit=true} to TreeItem with text {Traces [0]} 15:45:02 [2019-07-19T19:45:02.953Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=197407178 data=null} to TreeItem with text {Traces [0]} 15:45:02 [2019-07-19T19:45:02.953Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=197407178 data=null button=1 stateMask=0x0 x=75 y=53 count=1} to TreeItem with text {Traces [0]} 15:45:02 [2019-07-19T19:45:02.953Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197407179 data=null item=TreeItem {Traces [0]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [0]} 15:45:03 [2019-07-19T19:45:03.209Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=197407211 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 15:45:04 [2019-07-19T19:45:04.581Z] DEBUG - matched EditorReference with text "", using matcher: with name '"sample91954799911109292.xml"' 15:45:04 [2019-07-19T19:45:04.581Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:45:04 [2019-07-19T19:45:04.581Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:45:04 [2019-07-19T19:45:04.581Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=197408777 data=null doit=true} to TreeItem with text {Traces [1]} 15:45:04 [2019-07-19T19:45:04.581Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=197408777 data=null} to TreeItem with text {Traces [1]} 15:45:04 [2019-07-19T19:45:04.581Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=197408777 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 15:45:04 [2019-07-19T19:45:04.581Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=197408778 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {Traces [1]} 15:45:04 [2019-07-19T19:45:04.581Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=197408781 data=null button=1 stateMask=0x80000 x=75 y=53 count=1} to TreeItem with text {Traces [1]} 15:45:04 [2019-07-19T19:45:04.581Z] DEBUG - Attempting to set focus on Tree with text {} 15:45:04 [2019-07-19T19:45:04.838Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {sample91954799911109292.xml} time=197408877 data=null button=0 stateMask=0x0 x=183 y=74 count=0} to TreeItem with text {sample91954799911109292.xml} 15:45:04 [2019-07-19T19:45:04.838Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {sample91954799911109292.xml} time=197408877 data=null doit=true} to TreeItem with text {sample91954799911109292.xml} 15:45:04 [2019-07-19T19:45:04.838Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {sample91954799911109292.xml} time=197408877 data=null} to TreeItem with text {sample91954799911109292.xml} 15:45:04 [2019-07-19T19:45:04.838Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {sample91954799911109292.xml} time=197408878 data=null button=1 stateMask=0x0 x=183 y=74 count=1} to TreeItem with text {sample91954799911109292.xml} 15:45:04 [2019-07-19T19:45:04.838Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197408878 data=null item=TreeItem {sample91954799911109292.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {sample91954799911109292.xml} 15:45:04 [2019-07-19T19:45:04.838Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {sample91954799911109292.xml} time=197409030 data=null button=1 stateMask=0x80000 x=183 y=74 count=1} to TreeItem with text {sample91954799911109292.xml} 15:45:04 [2019-07-19T19:45:04.838Z] DEBUG - Attempting to set focus on Tree with text {} 15:45:04 [2019-07-19T19:45:04.838Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {sample91954799911109292.xml} time=197409035 data=null button=0 stateMask=0x0 x=183 y=74 count=0} to TreeItem with text {sample91954799911109292.xml} 15:45:04 [2019-07-19T19:45:04.838Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {sample91954799911109292.xml} time=197409035 data=null doit=true} to TreeItem with text {sample91954799911109292.xml} 15:45:04 [2019-07-19T19:45:04.838Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {sample91954799911109292.xml} time=197409035 data=null} to TreeItem with text {sample91954799911109292.xml} 15:45:04 [2019-07-19T19:45:04.838Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {sample91954799911109292.xml} time=197409035 data=null button=1 stateMask=0x0 x=183 y=74 count=1} to TreeItem with text {sample91954799911109292.xml} 15:45:04 [2019-07-19T19:45:04.838Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197409036 data=null item=TreeItem {sample91954799911109292.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {sample91954799911109292.xml} 15:45:04 [2019-07-19T19:45:04.838Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {sample91954799911109292.xml} time=197409041 data=null button=1 stateMask=0x80000 x=183 y=74 count=1} to TreeItem with text {sample91954799911109292.xml} 15:45:05 [2019-07-19T19:45:05.095Z] DEBUG - matched MenuItem with text "Apply Time Offset...", using matcher: with mnemonic 'Apply Time Offset...' 15:45:05 [2019-07-19T19:45:05.095Z] DEBUG - Clicking on with mnemonic 'Apply Time Offset...' 15:45:05 [2019-07-19T19:45:05.352Z] DEBUG - Clicked on with mnemonic 'Apply Time Offset...' 15:45:05 [2019-07-19T19:45:05.352Z] DEBUG - matched Shell with text "Apply time offset", using matcher: with text 'Apply time offset' 15:45:05 [2019-07-19T19:45:05.352Z] DEBUG - Attempting to set focus on Shell with text {Apply time offset} 15:45:05 [2019-07-19T19:45:05.352Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:45:05 [2019-07-19T19:45:05.352Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:45:05 [2019-07-19T19:45:05.352Z] DEBUG - Attempting to set focus on Tree with text {} 15:45:05 [2019-07-19T19:45:05.352Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {sample91954799911109292.xml} time=197409573 data=null button=0 stateMask=0x0 x=120 y=11 count=0} to TreeItem with text {sample91954799911109292.xml} 15:45:05 [2019-07-19T19:45:05.352Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {sample91954799911109292.xml} time=197409574 data=null doit=true} to TreeItem with text {sample91954799911109292.xml} 15:45:05 [2019-07-19T19:45:05.352Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {sample91954799911109292.xml} time=197409574 data=null} to TreeItem with text {sample91954799911109292.xml} 15:45:05 [2019-07-19T19:45:05.352Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {sample91954799911109292.xml} time=197409574 data=null button=1 stateMask=0x0 x=120 y=11 count=1} to TreeItem with text {sample91954799911109292.xml} 15:45:05 [2019-07-19T19:45:05.352Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197409578 data=null item=TreeItem {sample91954799911109292.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {sample91954799911109292.xml} 15:45:05 [2019-07-19T19:45:05.352Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {sample91954799911109292.xml} time=197409579 data=null button=1 stateMask=0x80000 x=120 y=11 count=1} to TreeItem with text {sample91954799911109292.xml} 15:45:05 [2019-07-19T19:45:05.352Z] DEBUG - Clicking on TreeItem with text {sample91954799911109292.xml} 15:45:05 [2019-07-19T19:45:05.352Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {sample91954799911109292.xml} time=197409581 data=null button=0 stateMask=0x0 x=398 y=11 count=0} to TreeItem with text {sample91954799911109292.xml} 15:45:05 [2019-07-19T19:45:05.352Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {sample91954799911109292.xml} time=197409581 data=null doit=true} to TreeItem with text {sample91954799911109292.xml} 15:45:05 [2019-07-19T19:45:05.352Z] DEBUG - Attempting to set focus on Tree with text {} 15:45:05 [2019-07-19T19:45:05.352Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {sample91954799911109292.xml} time=197409582 data=null} to TreeItem with text {sample91954799911109292.xml} 15:45:05 [2019-07-19T19:45:05.352Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {sample91954799911109292.xml} time=197409582 data=null button=1 stateMask=0x0 x=398 y=11 count=1} to TreeItem with text {sample91954799911109292.xml} 15:45:05 [2019-07-19T19:45:05.352Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197409594 data=null item=TreeItem {sample91954799911109292.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {sample91954799911109292.xml} 15:45:05 [2019-07-19T19:45:05.352Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {sample91954799911109292.xml} time=197409594 data=null button=1 stateMask=0x80000 x=398 y=11 count=1} to TreeItem with text {sample91954799911109292.xml} 15:45:05 [2019-07-19T19:45:05.352Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {sample91954799911109292.xml} time=197409595 data=null button=0 stateMask=0x0 x=398 y=11 count=0} to TreeItem with text {sample91954799911109292.xml} 15:45:05 [2019-07-19T19:45:05.352Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {sample91954799911109292.xml} time=197409595 data=null doit=true} to TreeItem with text {sample91954799911109292.xml} 15:45:05 [2019-07-19T19:45:05.352Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {sample91954799911109292.xml} time=197409595 data=null} to TreeItem with text {sample91954799911109292.xml} 15:45:05 [2019-07-19T19:45:05.352Z] DEBUG - Clicked on TreeItem with text {sample91954799911109292.xml} 15:45:05 [2019-07-19T19:45:05.352Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 15:45:05 [2019-07-19T19:45:05.352Z] DEBUG - matched Text with text "", using matcher: (of type 'Text') 15:45:05 [2019-07-19T19:45:05.352Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 15:45:05 [2019-07-19T19:45:05.352Z] DEBUG - matched Text with text "", using matcher: (of type 'Text') 15:45:05 [2019-07-19T19:45:05.352Z] DEBUG - Attempting to set focus on (of type 'Text') 15:45:05 [2019-07-19T19:45:05.352Z] DEBUG - Attempting to set focus on (of type 'Text') 15:45:05 [2019-07-19T19:45:05.352Z] DEBUG - Attempting to set focus on (of type 'Text') 15:45:05 [2019-07-19T19:45:05.609Z] DEBUG - matched Button with text "Basic", using matcher: of type 'Button' 15:45:05 [2019-07-19T19:45:05.609Z] DEBUG - matched Button with text "Advanced", using matcher: of type 'Button' 15:45:05 [2019-07-19T19:45:05.609Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:45:05 [2019-07-19T19:45:05.609Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:45:05 [2019-07-19T19:45:05.609Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 15:45:05 [2019-07-19T19:45:05.609Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:45:05 [2019-07-19T19:45:05.609Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:05 [2019-07-19T19:45:05.609Z] DEBUG - Clicking on OK 15:45:05 [2019-07-19T19:45:05.609Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=197409638 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:05 [2019-07-19T19:45:05.609Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=197409638 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:05 [2019-07-19T19:45:05.609Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=197409638 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:05 [2019-07-19T19:45:05.609Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=197409638 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:05 [2019-07-19T19:45:05.609Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=197409638 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:05 [2019-07-19T19:45:05.609Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=197409639 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:05 [2019-07-19T19:45:05.609Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=197409639 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:06 [2019-07-19T19:45:06.174Z] DEBUG - Clicked on 15:45:06 [2019-07-19T19:45:06.431Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Apply Time Offset...} time=197409171 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Apply Time Offset...' 15:45:08 [2019-07-19T19:45:08.326Z] DEBUG - matched EditorReference with text "", using matcher: with name '"sample91954799911109292.xml"' 15:45:08 [2019-07-19T19:45:08.326Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:45:08 [2019-07-19T19:45:08.326Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:45:08 [2019-07-19T19:45:08.326Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - TestForOffsetting/Traces/sample91954799911109292.xml - Eclipse Platform} time=197412082 data=null doit=true} to Shell with text {data - TestForOffsetting/Traces/sample91954799911109292.xml - Eclipse Platform} 15:45:08 [2019-07-19T19:45:08.326Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' 15:45:08 [2019-07-19T19:45:08.326Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:45:08 [2019-07-19T19:45:08.326Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:45:08 [2019-07-19T19:45:08.326Z] DEBUG - Attempting to set focus on Tree with text {} 15:45:08 [2019-07-19T19:45:08.326Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForOffsetting} time=197412247 data=null button=0 stateMask=0x0 x=96 y=11 count=0} to TreeItem with text {TestForOffsetting} 15:45:08 [2019-07-19T19:45:08.326Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForOffsetting} time=197412247 data=null doit=true} to TreeItem with text {TestForOffsetting} 15:45:08 [2019-07-19T19:45:08.326Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForOffsetting} time=197412247 data=null} to TreeItem with text {TestForOffsetting} 15:45:08 [2019-07-19T19:45:08.326Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForOffsetting} time=197412247 data=null button=1 stateMask=0x0 x=96 y=11 count=1} to TreeItem with text {TestForOffsetting} 15:45:08 [2019-07-19T19:45:08.326Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197412248 data=null item=TreeItem {TestForOffsetting} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestForOffsetting} 15:45:08 [2019-07-19T19:45:08.326Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForOffsetting} time=197412333 data=null button=1 stateMask=0x80000 x=96 y=11 count=1} to TreeItem with text {TestForOffsetting} 15:45:08 [2019-07-19T19:45:08.326Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' 15:45:08 [2019-07-19T19:45:08.326Z] DEBUG - Clicking on with mnemonic 'Delete' 15:45:08 [2019-07-19T19:45:08.326Z] DEBUG - Clicked on with mnemonic 'Delete' 15:45:09 [2019-07-19T19:45:09.257Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' 15:45:09 [2019-07-19T19:45:09.257Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} 15:45:09 [2019-07-19T19:45:09.257Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 15:45:09 [2019-07-19T19:45:09.257Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' 15:45:09 [2019-07-19T19:45:09.257Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') 15:45:09 [2019-07-19T19:45:09.257Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 15:45:09 [2019-07-19T19:45:09.257Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:45:09 [2019-07-19T19:45:09.257Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:45:09 [2019-07-19T19:45:09.257Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') 15:45:09 [2019-07-19T19:45:09.257Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected 15:45:09 [2019-07-19T19:45:09.257Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197413349 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:45:09 [2019-07-19T19:45:09.257Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197413349 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:45:09 [2019-07-19T19:45:09.257Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=197413349 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:45:09 [2019-07-19T19:45:09.257Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=197413350 data=null} to (of type 'Button' and with style 'SWT.CHECK') 15:45:09 [2019-07-19T19:45:09.257Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197413350 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:45:09 [2019-07-19T19:45:09.257Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197413350 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:45:09 [2019-07-19T19:45:09.257Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=197413350 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:45:09 [2019-07-19T19:45:09.257Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197413350 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:45:09 [2019-07-19T19:45:09.257Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197413350 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:45:09 [2019-07-19T19:45:09.257Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197413350 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:45:09 [2019-07-19T19:45:09.257Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=197413350 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:45:09 [2019-07-19T19:45:09.257Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=197413351 data=null} to (of type 'Button' and with style 'SWT.CHECK') 15:45:09 [2019-07-19T19:45:09.257Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') 15:45:09 [2019-07-19T19:45:09.257Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 15:45:09 [2019-07-19T19:45:09.257Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 15:45:09 [2019-07-19T19:45:09.257Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:45:09 [2019-07-19T19:45:09.257Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:45:09 [2019-07-19T19:45:09.257Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 15:45:09 [2019-07-19T19:45:09.257Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:45:09 [2019-07-19T19:45:09.257Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:09 [2019-07-19T19:45:09.257Z] DEBUG - Clicking on OK 15:45:09 [2019-07-19T19:45:09.257Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=197413352 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:09 [2019-07-19T19:45:09.257Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=197413352 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:09 [2019-07-19T19:45:09.257Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=197413352 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:09 [2019-07-19T19:45:09.257Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=197413352 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:09 [2019-07-19T19:45:09.257Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=197413352 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:09 [2019-07-19T19:45:09.257Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=197413352 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:09 [2019-07-19T19:45:09.257Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:09 [2019-07-19T19:45:09.257Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:09 [2019-07-19T19:45:09.257Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:09 [2019-07-19T19:45:09.257Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:09 [2019-07-19T19:45:09.257Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:09 [2019-07-19T19:45:09.257Z] DEBUG - Clicked on OK 15:45:09 [2019-07-19T19:45:09.514Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=197413353 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:09 [2019-07-19T19:45:09.514Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=197412455 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' 15:45:09 [2019-07-19T19:45:09.770Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.637 s - in org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.TestTraceOffsetting 15:45:09 [2019-07-19T19:45:09.770Z] testOffsetting(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.TestTraceOffsetting) Time elapsed: 7.635 s 15:45:09 [2019-07-19T19:45:09.770Z] Running org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.CollapseEventsInTableTest 15:45:11 [2019-07-19T19:45:11.667Z] DEBUG - matched EditorReference with text "", using matcher: with name '"syslog_collapse"' 15:45:11 [2019-07-19T19:45:11.667Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 15:45:11 [2019-07-19T19:45:11.667Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:45:11 [2019-07-19T19:45:11.667Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:45:12 [2019-07-19T19:45:12.231Z] DEBUG - Attempting to set focus on (of type 'Table') 15:45:12 [2019-07-19T19:45:12.231Z] DEBUG - Clicking on (of type 'Table') 15:45:12 [2019-07-19T19:45:12.231Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=197416244 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 15:45:12 [2019-07-19T19:45:12.231Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=197416244 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 15:45:12 [2019-07-19T19:45:12.231Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=197416245 data=null doit=true} to (of type 'Table') 15:45:12 [2019-07-19T19:45:12.231Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=197416245 data=null} to (of type 'Table') 15:45:12 [2019-07-19T19:45:12.231Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Table {} time=197416245 data=null button=1 stateMask=0x0 x=12 y=32 count=1} to (of type 'Table') 15:45:12 [2019-07-19T19:45:12.231Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Table {} time=197416246 data=null button=1 stateMask=0x80000 x=12 y=32 count=1} to (of type 'Table') 15:45:12 [2019-07-19T19:45:12.231Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=197416246 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to (of type 'Table') 15:45:12 [2019-07-19T19:45:12.231Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Table {} time=197416250 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 15:45:12 [2019-07-19T19:45:12.231Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=197416251 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 15:45:12 [2019-07-19T19:45:12.231Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Table {} time=197416251 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 15:45:12 [2019-07-19T19:45:12.231Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Table {} time=197416252 data=null doit=true} to (of type 'Table') 15:45:12 [2019-07-19T19:45:12.231Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Table {} time=197416252 data=null} to (of type 'Table') 15:45:12 [2019-07-19T19:45:12.231Z] DEBUG - Clicked on (of type 'Table') 15:45:12 [2019-07-19T19:45:12.231Z] DEBUG - matched MenuItem with text "Collapse Events", using matcher: with mnemonic 'Collapse Events' 15:45:12 [2019-07-19T19:45:12.231Z] DEBUG - Clicking on with mnemonic 'Collapse Events' 15:45:12 [2019-07-19T19:45:12.231Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Collapse Events} time=197416350 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Collapse Events' 15:45:12 [2019-07-19T19:45:12.231Z] DEBUG - Clicked on with mnemonic 'Collapse Events' 15:45:14 [2019-07-19T19:45:14.124Z] DEBUG - matched MenuItem with text "Clear Filters", using matcher: with mnemonic 'Clear Filters' 15:45:14 [2019-07-19T19:45:14.124Z] DEBUG - Clicking on with mnemonic 'Clear Filters' 15:45:14 [2019-07-19T19:45:14.124Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Clear Filters} time=197417986 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Clear Filters' 15:45:14 [2019-07-19T19:45:14.124Z] DEBUG - Clicked on with mnemonic 'Clear Filters' 15:45:14 [2019-07-19T19:45:14.689Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=197418938 data=null doit=true} to Shell with text {data - Eclipse Platform} 15:45:14 [2019-07-19T19:45:14.946Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' 15:45:14 [2019-07-19T19:45:14.946Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:45:14 [2019-07-19T19:45:14.946Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:45:14 [2019-07-19T19:45:14.946Z] DEBUG - Attempting to set focus on Tree with text {} 15:45:14 [2019-07-19T19:45:14.946Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=197418946 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 15:45:14 [2019-07-19T19:45:14.946Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=197418946 data=null doit=true} to TreeItem with text {test} 15:45:14 [2019-07-19T19:45:14.946Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=197418946 data=null} to TreeItem with text {test} 15:45:14 [2019-07-19T19:45:14.946Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=197418959 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 15:45:14 [2019-07-19T19:45:14.946Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197418959 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 15:45:14 [2019-07-19T19:45:14.946Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=197419046 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 15:45:14 [2019-07-19T19:45:14.946Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' 15:45:14 [2019-07-19T19:45:14.946Z] DEBUG - Clicking on with mnemonic 'Delete' 15:45:15 [2019-07-19T19:45:15.203Z] DEBUG - Clicked on with mnemonic 'Delete' 15:45:15 [2019-07-19T19:45:15.767Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' 15:45:15 [2019-07-19T19:45:15.767Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} 15:45:15 [2019-07-19T19:45:15.767Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 15:45:15 [2019-07-19T19:45:15.767Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' 15:45:15 [2019-07-19T19:45:15.767Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') 15:45:15 [2019-07-19T19:45:15.767Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 15:45:15 [2019-07-19T19:45:15.767Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:45:15 [2019-07-19T19:45:15.767Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:45:15 [2019-07-19T19:45:15.767Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') 15:45:15 [2019-07-19T19:45:15.767Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected 15:45:15 [2019-07-19T19:45:15.767Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197419920 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:45:15 [2019-07-19T19:45:15.767Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197419921 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:45:15 [2019-07-19T19:45:15.767Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=197419921 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:45:15 [2019-07-19T19:45:15.767Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=197419921 data=null} to (of type 'Button' and with style 'SWT.CHECK') 15:45:15 [2019-07-19T19:45:15.767Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197419921 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:45:15 [2019-07-19T19:45:15.767Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197419921 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:45:15 [2019-07-19T19:45:15.767Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=197419922 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:45:15 [2019-07-19T19:45:15.767Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197419922 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:45:15 [2019-07-19T19:45:15.767Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197419922 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:45:15 [2019-07-19T19:45:15.767Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197419922 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:45:15 [2019-07-19T19:45:15.767Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=197419922 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:45:15 [2019-07-19T19:45:15.767Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=197419922 data=null} to (of type 'Button' and with style 'SWT.CHECK') 15:45:15 [2019-07-19T19:45:15.767Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') 15:45:15 [2019-07-19T19:45:15.767Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 15:45:15 [2019-07-19T19:45:15.767Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 15:45:15 [2019-07-19T19:45:15.767Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:45:15 [2019-07-19T19:45:15.767Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:45:15 [2019-07-19T19:45:15.767Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 15:45:15 [2019-07-19T19:45:15.767Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:45:15 [2019-07-19T19:45:15.767Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:15 [2019-07-19T19:45:15.767Z] DEBUG - Clicking on OK 15:45:15 [2019-07-19T19:45:15.767Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=197419923 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:15 [2019-07-19T19:45:15.767Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=197419924 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:15 [2019-07-19T19:45:15.767Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=197419924 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:15 [2019-07-19T19:45:15.767Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=197419924 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:15 [2019-07-19T19:45:15.767Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=197419924 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:15 [2019-07-19T19:45:15.767Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=197419924 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:15 [2019-07-19T19:45:15.767Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:15 [2019-07-19T19:45:15.767Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:15 [2019-07-19T19:45:15.767Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:15 [2019-07-19T19:45:15.767Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:15 [2019-07-19T19:45:15.767Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:15 [2019-07-19T19:45:15.767Z] DEBUG - Clicked on OK 15:45:16 [2019-07-19T19:45:16.024Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=197419924 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:16 [2019-07-19T19:45:16.024Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=197419135 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' 15:45:16 [2019-07-19T19:45:16.281Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.567 s - in org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.CollapseEventsInTableTest 15:45:16 [2019-07-19T19:45:16.281Z] test(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.CollapseEventsInTableTest) Time elapsed: 6.474 s 15:45:16 [2019-07-19T19:45:16.281Z] Running org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.SDViewTest 15:45:16 [2019-07-19T19:45:16.856Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 15:45:17 [2019-07-19T19:45:17.419Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:45:17 [2019-07-19T19:45:17.419Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:45:17 [2019-07-19T19:45:17.419Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:45:17 [2019-07-19T19:45:17.419Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:45:17 [2019-07-19T19:45:17.419Z] DEBUG - Attempting to set focus on Tree with text {} 15:45:17 [2019-07-19T19:45:17.419Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForFiltering} time=197421398 data=null button=0 stateMask=0x0 x=89 y=11 count=0} to TreeItem with text {TestForFiltering} 15:45:17 [2019-07-19T19:45:17.419Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForFiltering} time=197421398 data=null doit=true} to TreeItem with text {TestForFiltering} 15:45:17 [2019-07-19T19:45:17.419Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForFiltering} time=197421398 data=null} to TreeItem with text {TestForFiltering} 15:45:17 [2019-07-19T19:45:17.419Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForFiltering} time=197421398 data=null button=1 stateMask=0x0 x=89 y=11 count=1} to TreeItem with text {TestForFiltering} 15:45:17 [2019-07-19T19:45:17.419Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197421399 data=null item=TreeItem {TestForFiltering} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestForFiltering} 15:45:17 [2019-07-19T19:45:17.419Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForFiltering} time=197421447 data=null button=1 stateMask=0x80000 x=89 y=11 count=1} to TreeItem with text {TestForFiltering} 15:45:17 [2019-07-19T19:45:17.419Z] DEBUG - Attempting to set focus on Tree with text {} 15:45:17 [2019-07-19T19:45:17.419Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForFiltering} time=197421451 data=null button=0 stateMask=0x0 x=89 y=11 count=0} to TreeItem with text {TestForFiltering} 15:45:17 [2019-07-19T19:45:17.419Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForFiltering} time=197421451 data=null doit=true} to TreeItem with text {TestForFiltering} 15:45:17 [2019-07-19T19:45:17.419Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForFiltering} time=197421451 data=null} to TreeItem with text {TestForFiltering} 15:45:17 [2019-07-19T19:45:17.419Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForFiltering} time=197421451 data=null button=1 stateMask=0x0 x=89 y=11 count=1} to TreeItem with text {TestForFiltering} 15:45:17 [2019-07-19T19:45:17.419Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197421452 data=null item=TreeItem {TestForFiltering} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestForFiltering} 15:45:17 [2019-07-19T19:45:17.419Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForFiltering} time=197421459 data=null button=1 stateMask=0x80000 x=89 y=11 count=1} to TreeItem with text {TestForFiltering} 15:45:17 [2019-07-19T19:45:17.419Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForFiltering} time=197421460 data=null doit=true} to TreeItem with text {TestForFiltering} 15:45:17 [2019-07-19T19:45:17.419Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForFiltering} time=197421460 data=null} to TreeItem with text {TestForFiltering} 15:45:17 [2019-07-19T19:45:17.419Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForFiltering} time=197421460 data=null button=1 stateMask=0x0 x=89 y=11 count=1} to TreeItem with text {TestForFiltering} 15:45:17 [2019-07-19T19:45:17.419Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=197421461 data=null item=TreeItem {TestForFiltering} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {TestForFiltering} 15:45:17 [2019-07-19T19:45:17.419Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForFiltering} time=197421472 data=null button=1 stateMask=0x80000 x=89 y=11 count=1} to TreeItem with text {TestForFiltering} 15:45:17 [2019-07-19T19:45:17.419Z] DEBUG - Attempting to set focus on Tree with text {} 15:45:17 [2019-07-19T19:45:17.419Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=197421473 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]} 15:45:17 [2019-07-19T19:45:17.420Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=197421473 data=null doit=true} to TreeItem with text {Traces [0]} 15:45:17 [2019-07-19T19:45:17.420Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=197421473 data=null} to TreeItem with text {Traces [0]} 15:45:17 [2019-07-19T19:45:17.420Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=197421474 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 15:45:17 [2019-07-19T19:45:17.420Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197421474 data=null item=TreeItem {Traces [0]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [0]} 15:45:17 [2019-07-19T19:45:17.420Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=197421545 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 15:45:39 [2019-07-19T19:45:39.327Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.tmfUml2SDSyncView"' 15:45:39 [2019-07-19T19:45:39.327Z] DEBUG - matched Canvas with text "", using matcher: of type 'Canvas' 15:45:39 [2019-07-19T19:45:39.327Z] DEBUG - matched Canvas with text "", using matcher: (of type 'Canvas') 15:45:39 [2019-07-19T19:45:39.327Z] DEBUG - matched Canvas with text "", using matcher: of type 'Canvas' 15:45:39 [2019-07-19T19:45:39.327Z] DEBUG - matched Canvas with text "", using matcher: (of type 'Canvas') 15:45:39 [2019-07-19T19:45:39.327Z] DEBUG - matched Canvas with text "", using matcher: of type 'Canvas' 15:45:39 [2019-07-19T19:45:39.327Z] DEBUG - matched Canvas with text "", using matcher: (of type 'Canvas') 15:45:39 [2019-07-19T19:45:39.327Z] DEBUG - Attempting to set focus on (of type 'Canvas') 15:45:39 [2019-07-19T19:45:39.327Z] DEBUG - Attempting to set focus on (of type 'Canvas') 15:45:39 [2019-07-19T19:45:39.892Z] DEBUG - matched Shell with text "Print", using matcher: with text 'Print' 15:45:39 [2019-07-19T19:45:39.892Z] DEBUG - matched Button with text "Use current zoom", using matcher: of type 'Button' 15:45:39 [2019-07-19T19:45:39.892Z] DEBUG - matched Button with text "Use current zoom", using matcher: with mnemonic 'Use current zoom' 15:45:39 [2019-07-19T19:45:39.892Z] DEBUG - matched Button with text "Use current zoom", using matcher: with style 'SWT.RADIO' 15:45:39 [2019-07-19T19:45:39.892Z] DEBUG - matched Button with text "Use current zoom", using matcher: (of type 'Button' and with mnemonic 'Use current zoom' and with style 'SWT.RADIO') 15:45:39 [2019-07-19T19:45:39.892Z] DEBUG - matched Button with text "Number of horizontal...", using matcher: of type 'Button' 15:45:39 [2019-07-19T19:45:39.892Z] DEBUG - matched Button with text "Number of vertical p...", using matcher: of type 'Button' 15:45:39 [2019-07-19T19:45:39.892Z] DEBUG - matched Button with text "&All pages", using matcher: of type 'Button' 15:45:39 [2019-07-19T19:45:39.892Z] DEBUG - matched Button with text "Current view", using matcher: of type 'Button' 15:45:39 [2019-07-19T19:45:39.892Z] DEBUG - matched Button with text "Selected pages", using matcher: of type 'Button' 15:45:39 [2019-07-19T19:45:39.892Z] DEBUG - matched Button with text "F&rom page", using matcher: of type 'Button' 15:45:39 [2019-07-19T19:45:39.892Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:45:39 [2019-07-19T19:45:39.892Z] DEBUG - matched Button with text "Printer...", using matcher: of type 'Button' 15:45:39 [2019-07-19T19:45:39.892Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:45:39 [2019-07-19T19:45:39.892Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Use current zoom' and with style 'SWT.RADIO') 15:45:39 [2019-07-19T19:45:39.892Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Use current zoom' and with style 'SWT.RADIO') 15:45:39 [2019-07-19T19:45:39.892Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Use current zoom} time=197443940 data=null doit=true} to (of type 'Button' and with mnemonic 'Use current zoom' and with style 'SWT.RADIO') 15:45:39 [2019-07-19T19:45:39.892Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Use current zoom} time=197443941 data=null button=1 stateMask=0x0 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'Use current zoom' and with style 'SWT.RADIO') 15:45:39 [2019-07-19T19:45:39.892Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Use current zoom} time=197443941 data=null button=1 stateMask=0x80000 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'Use current zoom' and with style 'SWT.RADIO') 15:45:39 [2019-07-19T19:45:39.892Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Use current zoom} time=197443941 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Use current zoom' and with style 'SWT.RADIO') 15:45:39 [2019-07-19T19:45:39.892Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Use current zoom' and with style 'SWT.RADIO') 15:45:39 [2019-07-19T19:45:39.892Z] DEBUG - matched Button with text "Use current zoom", using matcher: of type 'Button' 15:45:39 [2019-07-19T19:45:39.892Z] DEBUG - matched Button with text "Number of horizontal...", using matcher: of type 'Button' 15:45:39 [2019-07-19T19:45:39.892Z] DEBUG - matched Button with text "Number of vertical p...", using matcher: of type 'Button' 15:45:39 [2019-07-19T19:45:39.892Z] DEBUG - matched Button with text "&All pages", using matcher: of type 'Button' 15:45:39 [2019-07-19T19:45:39.892Z] DEBUG - matched Button with text "&All pages", using matcher: with mnemonic 'All pages' 15:45:39 [2019-07-19T19:45:39.892Z] DEBUG - matched Button with text "&All pages", using matcher: with style 'SWT.RADIO' 15:45:39 [2019-07-19T19:45:39.892Z] DEBUG - matched Button with text "&All pages", using matcher: (of type 'Button' and with mnemonic 'All pages' and with style 'SWT.RADIO') 15:45:39 [2019-07-19T19:45:39.892Z] DEBUG - matched Button with text "Current view", using matcher: of type 'Button' 15:45:39 [2019-07-19T19:45:39.892Z] DEBUG - matched Button with text "Selected pages", using matcher: of type 'Button' 15:45:39 [2019-07-19T19:45:39.892Z] DEBUG - matched Button with text "F&rom page", using matcher: of type 'Button' 15:45:39 [2019-07-19T19:45:39.892Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:45:39 [2019-07-19T19:45:39.892Z] DEBUG - matched Button with text "Printer...", using matcher: of type 'Button' 15:45:39 [2019-07-19T19:45:39.892Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:45:39 [2019-07-19T19:45:39.892Z] DEBUG - matched Button with text "Use current zoom", using matcher: of type 'Button' 15:45:39 [2019-07-19T19:45:39.892Z] DEBUG - matched Button with text "Number of horizontal...", using matcher: of type 'Button' 15:45:39 [2019-07-19T19:45:39.892Z] DEBUG - matched Button with text "Number of vertical p...", using matcher: of type 'Button' 15:45:39 [2019-07-19T19:45:39.892Z] DEBUG - matched Button with text "&All pages", using matcher: of type 'Button' 15:45:39 [2019-07-19T19:45:39.892Z] DEBUG - matched Button with text "Current view", using matcher: of type 'Button' 15:45:39 [2019-07-19T19:45:39.892Z] DEBUG - matched Button with text "Current view", using matcher: with mnemonic 'Current view' 15:45:39 [2019-07-19T19:45:39.892Z] DEBUG - matched Button with text "Current view", using matcher: with style 'SWT.RADIO' 15:45:39 [2019-07-19T19:45:39.892Z] DEBUG - matched Button with text "Current view", using matcher: (of type 'Button' and with mnemonic 'Current view' and with style 'SWT.RADIO') 15:45:39 [2019-07-19T19:45:39.892Z] DEBUG - matched Button with text "Selected pages", using matcher: of type 'Button' 15:45:39 [2019-07-19T19:45:39.892Z] DEBUG - matched Button with text "F&rom page", using matcher: of type 'Button' 15:45:39 [2019-07-19T19:45:39.892Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:45:39 [2019-07-19T19:45:39.892Z] DEBUG - matched Button with text "Printer...", using matcher: of type 'Button' 15:45:39 [2019-07-19T19:45:39.892Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:45:39 [2019-07-19T19:45:39.892Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'All pages' and with style 'SWT.RADIO') 15:45:39 [2019-07-19T19:45:39.892Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Current view} time=197443947 data=null doit=true} to Button with text {Current view} 15:45:39 [2019-07-19T19:45:39.892Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Current view} time=197443948 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Button with text {Current view} 15:45:39 [2019-07-19T19:45:39.892Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'All pages' and with style 'SWT.RADIO') 15:45:39 [2019-07-19T19:45:39.892Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&All pages} time=197443949 data=null doit=true} to (of type 'Button' and with mnemonic 'All pages' and with style 'SWT.RADIO') 15:45:39 [2019-07-19T19:45:39.892Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&All pages} time=197443950 data=null button=1 stateMask=0x0 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'All pages' and with style 'SWT.RADIO') 15:45:39 [2019-07-19T19:45:39.892Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&All pages} time=197443950 data=null button=1 stateMask=0x80000 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'All pages' and with style 'SWT.RADIO') 15:45:39 [2019-07-19T19:45:39.892Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&All pages} time=197443950 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'All pages' and with style 'SWT.RADIO') 15:45:39 [2019-07-19T19:45:39.892Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'All pages' and with style 'SWT.RADIO') 15:45:39 [2019-07-19T19:45:39.892Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Current view' and with style 'SWT.RADIO') 15:45:39 [2019-07-19T19:45:39.892Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&All pages} time=197443951 data=null doit=true} to Button with text {&All pages} 15:45:39 [2019-07-19T19:45:39.892Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&All pages} time=197443951 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Button with text {&All pages} 15:45:39 [2019-07-19T19:45:39.892Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Current view' and with style 'SWT.RADIO') 15:45:39 [2019-07-19T19:45:39.892Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Current view} time=197443954 data=null doit=true} to (of type 'Button' and with mnemonic 'Current view' and with style 'SWT.RADIO') 15:45:39 [2019-07-19T19:45:39.892Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Current view} time=197443954 data=null button=1 stateMask=0x0 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'Current view' and with style 'SWT.RADIO') 15:45:39 [2019-07-19T19:45:39.892Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Current view} time=197443954 data=null button=1 stateMask=0x80000 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'Current view' and with style 'SWT.RADIO') 15:45:39 [2019-07-19T19:45:39.892Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Current view} time=197443954 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Current view' and with style 'SWT.RADIO') 15:45:39 [2019-07-19T19:45:39.892Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Current view' and with style 'SWT.RADIO') 15:45:39 [2019-07-19T19:45:39.892Z] DEBUG - matched Button with text "Use current zoom", using matcher: of type 'Button' 15:45:39 [2019-07-19T19:45:39.892Z] DEBUG - matched Button with text "Number of horizontal...", using matcher: of type 'Button' 15:45:39 [2019-07-19T19:45:39.892Z] DEBUG - matched Button with text "Number of horizontal...", using matcher: with mnemonic 'Number of horizontal pages:' 15:45:39 [2019-07-19T19:45:39.892Z] DEBUG - matched Button with text "Number of horizontal...", using matcher: with style 'SWT.RADIO' 15:45:39 [2019-07-19T19:45:39.892Z] DEBUG - matched Button with text "Number of horizontal...", using matcher: (of type 'Button' and with mnemonic 'Number of horizontal pages:' and with style 'SWT.RADIO') 15:45:39 [2019-07-19T19:45:39.892Z] DEBUG - matched Button with text "Number of vertical p...", using matcher: of type 'Button' 15:45:39 [2019-07-19T19:45:39.892Z] DEBUG - matched Button with text "&All pages", using matcher: of type 'Button' 15:45:39 [2019-07-19T19:45:39.892Z] DEBUG - matched Button with text "Current view", using matcher: of type 'Button' 15:45:39 [2019-07-19T19:45:39.892Z] DEBUG - matched Button with text "Selected pages", using matcher: of type 'Button' 15:45:39 [2019-07-19T19:45:39.892Z] DEBUG - matched Button with text "F&rom page", using matcher: of type 'Button' 15:45:39 [2019-07-19T19:45:39.892Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:45:39 [2019-07-19T19:45:39.892Z] DEBUG - matched Button with text "Printer...", using matcher: of type 'Button' 15:45:39 [2019-07-19T19:45:39.892Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:45:39 [2019-07-19T19:45:39.892Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Number of horizontal pages:' and with style 'SWT.RADIO') 15:45:39 [2019-07-19T19:45:39.892Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Use current zoom} time=197443958 data=null doit=true} to Button with text {Use current zoom} 15:45:39 [2019-07-19T19:45:39.892Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Use current zoom} time=197444046 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Button with text {Use current zoom} 15:45:39 [2019-07-19T19:45:39.892Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Number of horizontal pages:' and with style 'SWT.RADIO') 15:45:39 [2019-07-19T19:45:39.892Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Number of horizontal pages:} time=197444048 data=null doit=true} to (of type 'Button' and with mnemonic 'Number of horizontal pages:' and with style 'SWT.RADIO') 15:45:39 [2019-07-19T19:45:39.893Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Number of horizontal pages:} time=197444048 data=null button=1 stateMask=0x0 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'Number of horizontal pages:' and with style 'SWT.RADIO') 15:45:39 [2019-07-19T19:45:39.893Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Number of horizontal pages:} time=197444048 data=null button=1 stateMask=0x80000 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'Number of horizontal pages:' and with style 'SWT.RADIO') 15:45:39 [2019-07-19T19:45:39.893Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Number of horizontal pages:} time=197444049 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Number of horizontal pages:' and with style 'SWT.RADIO') 15:45:39 [2019-07-19T19:45:39.893Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Number of horizontal pages:' and with style 'SWT.RADIO') 15:45:39 [2019-07-19T19:45:39.893Z] DEBUG - matched Text with text "1", using matcher: of type 'Text' 15:45:39 [2019-07-19T19:45:39.893Z] DEBUG - matched Text with text "1", using matcher: (of type 'Text') 15:45:39 [2019-07-19T19:45:39.893Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 15:45:39 [2019-07-19T19:45:39.893Z] DEBUG - matched Text with text "", using matcher: (of type 'Text') 15:45:39 [2019-07-19T19:45:39.893Z] DEBUG - matched Text with text "1", using matcher: of type 'Text' 15:45:39 [2019-07-19T19:45:39.893Z] DEBUG - matched Text with text "1", using matcher: (of type 'Text') 15:45:39 [2019-07-19T19:45:39.893Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 15:45:39 [2019-07-19T19:45:39.893Z] DEBUG - matched Text with text "", using matcher: (of type 'Text') 15:45:39 [2019-07-19T19:45:39.893Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 15:45:39 [2019-07-19T19:45:39.893Z] DEBUG - matched Text with text "", using matcher: (of type 'Text') 15:45:39 [2019-07-19T19:45:39.893Z] DEBUG - matched Text with text "2", using matcher: of type 'Text' 15:45:39 [2019-07-19T19:45:39.893Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 15:45:39 [2019-07-19T19:45:39.893Z] DEBUG - matched Text with text "1", using matcher: of type 'Text' 15:45:39 [2019-07-19T19:45:39.893Z] DEBUG - matched Label with text "Total number of page...", using matcher: with mnemonic 'Total number of pages:' 15:45:39 [2019-07-19T19:45:39.893Z] DEBUG - matched Text with text "1", using matcher: with label (with mnemonic 'Total number of pages:') 15:45:39 [2019-07-19T19:45:39.893Z] DEBUG - matched Text with text "1", using matcher: (of type 'Text' and with label (with mnemonic 'Total number of pages:')) 15:45:39 [2019-07-19T19:45:39.893Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 15:45:39 [2019-07-19T19:45:39.893Z] DEBUG - matched Label with text "Total number of page...", using matcher: with mnemonic 'Total number of pages:' 15:45:39 [2019-07-19T19:45:39.893Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Total number of pages:') 15:45:39 [2019-07-19T19:45:39.893Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Total number of pages:')) 15:45:39 [2019-07-19T19:45:39.893Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 15:45:39 [2019-07-19T19:45:39.893Z] DEBUG - matched Label with text "Total number of page...", using matcher: with mnemonic 'Total number of pages:' 15:45:39 [2019-07-19T19:45:39.893Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Total number of pages:') 15:45:39 [2019-07-19T19:45:39.893Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Total number of pages:')) 15:45:40 [2019-07-19T19:45:40.150Z] DEBUG - matched Button with text "Use current zoom", using matcher: of type 'Button' 15:45:40 [2019-07-19T19:45:40.150Z] DEBUG - matched Button with text "Number of horizontal...", using matcher: of type 'Button' 15:45:40 [2019-07-19T19:45:40.150Z] DEBUG - matched Button with text "Number of vertical p...", using matcher: of type 'Button' 15:45:40 [2019-07-19T19:45:40.150Z] DEBUG - matched Button with text "Number of vertical p...", using matcher: with mnemonic 'Number of vertical pages:' 15:45:40 [2019-07-19T19:45:40.150Z] DEBUG - matched Button with text "Number of vertical p...", using matcher: with style 'SWT.RADIO' 15:45:40 [2019-07-19T19:45:40.150Z] DEBUG - matched Button with text "Number of vertical p...", using matcher: (of type 'Button' and with mnemonic 'Number of vertical pages:' and with style 'SWT.RADIO') 15:45:40 [2019-07-19T19:45:40.150Z] DEBUG - matched Button with text "&All pages", using matcher: of type 'Button' 15:45:40 [2019-07-19T19:45:40.150Z] DEBUG - matched Button with text "Current view", using matcher: of type 'Button' 15:45:40 [2019-07-19T19:45:40.150Z] DEBUG - matched Button with text "Selected pages", using matcher: of type 'Button' 15:45:40 [2019-07-19T19:45:40.150Z] DEBUG - matched Button with text "F&rom page", using matcher: of type 'Button' 15:45:40 [2019-07-19T19:45:40.150Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:45:40 [2019-07-19T19:45:40.150Z] DEBUG - matched Button with text "Printer...", using matcher: of type 'Button' 15:45:40 [2019-07-19T19:45:40.150Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:45:40 [2019-07-19T19:45:40.150Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Number of vertical pages:' and with style 'SWT.RADIO') 15:45:40 [2019-07-19T19:45:40.150Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Number of horizontal pages:} time=197444145 data=null doit=true} to Button with text {Number of horizontal pages:} 15:45:40 [2019-07-19T19:45:40.150Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Number of horizontal pages:} time=197444146 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Button with text {Number of horizontal pages:} 15:45:40 [2019-07-19T19:45:40.150Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Number of vertical pages:' and with style 'SWT.RADIO') 15:45:40 [2019-07-19T19:45:40.150Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Number of vertical pages:} time=197444147 data=null doit=true} to (of type 'Button' and with mnemonic 'Number of vertical pages:' and with style 'SWT.RADIO') 15:45:40 [2019-07-19T19:45:40.150Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Number of vertical pages:} time=197444147 data=null button=1 stateMask=0x0 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'Number of vertical pages:' and with style 'SWT.RADIO') 15:45:40 [2019-07-19T19:45:40.150Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Number of vertical pages:} time=197444147 data=null button=1 stateMask=0x80000 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'Number of vertical pages:' and with style 'SWT.RADIO') 15:45:40 [2019-07-19T19:45:40.150Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Number of vertical pages:} time=197444147 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Number of vertical pages:' and with style 'SWT.RADIO') 15:45:40 [2019-07-19T19:45:40.150Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Number of vertical pages:' and with style 'SWT.RADIO') 15:45:40 [2019-07-19T19:45:40.150Z] DEBUG - matched Text with text "2", using matcher: of type 'Text' 15:45:40 [2019-07-19T19:45:40.150Z] DEBUG - matched Text with text "2", using matcher: (of type 'Text') 15:45:40 [2019-07-19T19:45:40.150Z] DEBUG - matched Text with text "1", using matcher: of type 'Text' 15:45:40 [2019-07-19T19:45:40.150Z] DEBUG - matched Text with text "1", using matcher: (of type 'Text') 15:45:40 [2019-07-19T19:45:40.150Z] DEBUG - matched Text with text "1", using matcher: of type 'Text' 15:45:40 [2019-07-19T19:45:40.150Z] DEBUG - matched Text with text "1", using matcher: (of type 'Text') 15:45:40 [2019-07-19T19:45:40.150Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 15:45:40 [2019-07-19T19:45:40.150Z] DEBUG - matched Text with text "", using matcher: (of type 'Text') 15:45:40 [2019-07-19T19:45:40.150Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 15:45:40 [2019-07-19T19:45:40.150Z] DEBUG - matched Text with text "", using matcher: (of type 'Text') 15:45:40 [2019-07-19T19:45:40.150Z] DEBUG - matched Button with text "Use current zoom", using matcher: of type 'Button' 15:45:40 [2019-07-19T19:45:40.150Z] DEBUG - matched Button with text "Number of horizontal...", using matcher: of type 'Button' 15:45:40 [2019-07-19T19:45:40.150Z] DEBUG - matched Button with text "Number of vertical p...", using matcher: of type 'Button' 15:45:40 [2019-07-19T19:45:40.150Z] DEBUG - matched Button with text "&All pages", using matcher: of type 'Button' 15:45:40 [2019-07-19T19:45:40.150Z] DEBUG - matched Button with text "Current view", using matcher: of type 'Button' 15:45:40 [2019-07-19T19:45:40.150Z] DEBUG - matched Button with text "Selected pages", using matcher: of type 'Button' 15:45:40 [2019-07-19T19:45:40.150Z] DEBUG - matched Button with text "Selected pages", using matcher: with mnemonic 'Selected pages' 15:45:40 [2019-07-19T19:45:40.150Z] DEBUG - matched Button with text "Selected pages", using matcher: with style 'SWT.RADIO' 15:45:40 [2019-07-19T19:45:40.150Z] DEBUG - matched Button with text "Selected pages", using matcher: (of type 'Button' and with mnemonic 'Selected pages' and with style 'SWT.RADIO') 15:45:40 [2019-07-19T19:45:40.150Z] DEBUG - matched Button with text "F&rom page", using matcher: of type 'Button' 15:45:40 [2019-07-19T19:45:40.150Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:45:40 [2019-07-19T19:45:40.150Z] DEBUG - matched Button with text "Printer...", using matcher: of type 'Button' 15:45:40 [2019-07-19T19:45:40.150Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:45:40 [2019-07-19T19:45:40.150Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Selected pages' and with style 'SWT.RADIO') 15:45:40 [2019-07-19T19:45:40.150Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&All pages} time=197444153 data=null doit=true} to Button with text {&All pages} 15:45:40 [2019-07-19T19:45:40.150Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&All pages} time=197444153 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Button with text {&All pages} 15:45:40 [2019-07-19T19:45:40.150Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Selected pages' and with style 'SWT.RADIO') 15:45:40 [2019-07-19T19:45:40.150Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Selected pages} time=197444155 data=null doit=true} to (of type 'Button' and with mnemonic 'Selected pages' and with style 'SWT.RADIO') 15:45:40 [2019-07-19T19:45:40.150Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Selected pages} time=197444245 data=null button=1 stateMask=0x0 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'Selected pages' and with style 'SWT.RADIO') 15:45:40 [2019-07-19T19:45:40.150Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Selected pages} time=197444245 data=null button=1 stateMask=0x80000 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'Selected pages' and with style 'SWT.RADIO') 15:45:40 [2019-07-19T19:45:40.150Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Selected pages} time=197444245 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Selected pages' and with style 'SWT.RADIO') 15:45:40 [2019-07-19T19:45:40.150Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Selected pages' and with style 'SWT.RADIO') 15:45:40 [2019-07-19T19:45:40.150Z] DEBUG - matched Button with text "Use current zoom", using matcher: of type 'Button' 15:45:40 [2019-07-19T19:45:40.150Z] DEBUG - matched Button with text "Number of horizontal...", using matcher: of type 'Button' 15:45:40 [2019-07-19T19:45:40.150Z] DEBUG - matched Button with text "Number of vertical p...", using matcher: of type 'Button' 15:45:40 [2019-07-19T19:45:40.150Z] DEBUG - matched Button with text "&All pages", using matcher: of type 'Button' 15:45:40 [2019-07-19T19:45:40.150Z] DEBUG - matched Button with text "Current view", using matcher: of type 'Button' 15:45:40 [2019-07-19T19:45:40.150Z] DEBUG - matched Button with text "Selected pages", using matcher: of type 'Button' 15:45:40 [2019-07-19T19:45:40.150Z] DEBUG - matched Button with text "F&rom page", using matcher: of type 'Button' 15:45:40 [2019-07-19T19:45:40.150Z] DEBUG - matched Button with text "F&rom page", using matcher: with mnemonic 'From page' 15:45:40 [2019-07-19T19:45:40.150Z] DEBUG - matched Button with text "F&rom page", using matcher: with style 'SWT.RADIO' 15:45:40 [2019-07-19T19:45:40.150Z] DEBUG - matched Button with text "F&rom page", using matcher: (of type 'Button' and with mnemonic 'From page' and with style 'SWT.RADIO') 15:45:40 [2019-07-19T19:45:40.150Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:45:40 [2019-07-19T19:45:40.150Z] DEBUG - matched Button with text "Printer...", using matcher: of type 'Button' 15:45:40 [2019-07-19T19:45:40.150Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:45:40 [2019-07-19T19:45:40.150Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'From page' and with style 'SWT.RADIO') 15:45:40 [2019-07-19T19:45:40.150Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Selected pages} time=197444249 data=null doit=true} to Button with text {Selected pages} 15:45:40 [2019-07-19T19:45:40.150Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Selected pages} time=197444249 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Button with text {Selected pages} 15:45:40 [2019-07-19T19:45:40.150Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'From page' and with style 'SWT.RADIO') 15:45:40 [2019-07-19T19:45:40.150Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {F&rom page} time=197444252 data=null doit=true} to (of type 'Button' and with mnemonic 'From page' and with style 'SWT.RADIO') 15:45:40 [2019-07-19T19:45:40.150Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {F&rom page} time=197444252 data=null button=1 stateMask=0x0 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'From page' and with style 'SWT.RADIO') 15:45:40 [2019-07-19T19:45:40.150Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {F&rom page} time=197444252 data=null button=1 stateMask=0x80000 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'From page' and with style 'SWT.RADIO') 15:45:40 [2019-07-19T19:45:40.150Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {F&rom page} time=197444253 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'From page' and with style 'SWT.RADIO') 15:45:40 [2019-07-19T19:45:40.150Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'From page' and with style 'SWT.RADIO') 15:45:40 [2019-07-19T19:45:40.150Z] DEBUG - matched Text with text "2", using matcher: of type 'Text' 15:45:40 [2019-07-19T19:45:40.150Z] DEBUG - matched Text with text "2", using matcher: (of type 'Text') 15:45:40 [2019-07-19T19:45:40.151Z] DEBUG - matched Text with text "2", using matcher: of type 'Text' 15:45:40 [2019-07-19T19:45:40.151Z] DEBUG - matched Text with text "2", using matcher: (of type 'Text') 15:45:40 [2019-07-19T19:45:40.151Z] DEBUG - matched Text with text "1", using matcher: of type 'Text' 15:45:40 [2019-07-19T19:45:40.151Z] DEBUG - matched Text with text "1", using matcher: (of type 'Text') 15:45:40 [2019-07-19T19:45:40.151Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 15:45:40 [2019-07-19T19:45:40.151Z] DEBUG - matched Text with text "", using matcher: (of type 'Text') 15:45:40 [2019-07-19T19:45:40.151Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 15:45:40 [2019-07-19T19:45:40.151Z] DEBUG - matched Text with text "", using matcher: (of type 'Text') 15:45:40 [2019-07-19T19:45:40.151Z] DEBUG - matched Text with text "2", using matcher: of type 'Text' 15:45:40 [2019-07-19T19:45:40.151Z] DEBUG - matched Text with text "2", using matcher: (of type 'Text') 15:45:40 [2019-07-19T19:45:40.151Z] DEBUG - matched Text with text "2", using matcher: of type 'Text' 15:45:40 [2019-07-19T19:45:40.151Z] DEBUG - matched Text with text "2", using matcher: (of type 'Text') 15:45:40 [2019-07-19T19:45:40.151Z] DEBUG - matched Text with text "1", using matcher: of type 'Text' 15:45:40 [2019-07-19T19:45:40.151Z] DEBUG - matched Text with text "1", using matcher: (of type 'Text') 15:45:40 [2019-07-19T19:45:40.151Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 15:45:40 [2019-07-19T19:45:40.151Z] DEBUG - matched Text with text "", using matcher: (of type 'Text') 15:45:40 [2019-07-19T19:45:40.151Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 15:45:40 [2019-07-19T19:45:40.151Z] DEBUG - matched Text with text "", using matcher: (of type 'Text') 15:45:40 [2019-07-19T19:45:40.151Z] DEBUG - matched Button with text "Use current zoom", using matcher: of type 'Button' 15:45:40 [2019-07-19T19:45:40.151Z] DEBUG - matched Button with text "Number of horizontal...", using matcher: of type 'Button' 15:45:40 [2019-07-19T19:45:40.151Z] DEBUG - matched Button with text "Number of vertical p...", using matcher: of type 'Button' 15:45:40 [2019-07-19T19:45:40.151Z] DEBUG - matched Button with text "&All pages", using matcher: of type 'Button' 15:45:40 [2019-07-19T19:45:40.151Z] DEBUG - matched Button with text "Current view", using matcher: of type 'Button' 15:45:40 [2019-07-19T19:45:40.151Z] DEBUG - matched Button with text "Selected pages", using matcher: of type 'Button' 15:45:40 [2019-07-19T19:45:40.151Z] DEBUG - matched Button with text "F&rom page", using matcher: of type 'Button' 15:45:40 [2019-07-19T19:45:40.151Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:45:40 [2019-07-19T19:45:40.151Z] DEBUG - matched Button with text "Cancel", using matcher: with mnemonic 'Cancel' 15:45:40 [2019-07-19T19:45:40.151Z] DEBUG - matched Button with text "Cancel", using matcher: with style 'SWT.PUSH' 15:45:40 [2019-07-19T19:45:40.151Z] DEBUG - matched Button with text "Cancel", using matcher: (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 15:45:40 [2019-07-19T19:45:40.151Z] DEBUG - matched Button with text "Printer...", using matcher: of type 'Button' 15:45:40 [2019-07-19T19:45:40.151Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:45:40 [2019-07-19T19:45:40.151Z] DEBUG - Clicking on Cancel 15:45:40 [2019-07-19T19:45:40.151Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Cancel} time=197444346 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 15:45:40 [2019-07-19T19:45:40.151Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Cancel} time=197444346 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 15:45:40 [2019-07-19T19:45:40.151Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Cancel} time=197444346 data=null doit=true} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 15:45:40 [2019-07-19T19:45:40.151Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Cancel} time=197444346 data=null} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 15:45:40 [2019-07-19T19:45:40.151Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Cancel} time=197444346 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 15:45:40 [2019-07-19T19:45:40.151Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Cancel} time=197444346 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 15:45:40 [2019-07-19T19:45:40.151Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Cancel} time=197444346 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 15:45:40 [2019-07-19T19:45:40.409Z] DEBUG - Clicked on 15:45:40 [2019-07-19T19:45:40.973Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=197445179 data=null doit=true} to Shell with text {data - Eclipse Platform} 15:45:40 [2019-07-19T19:45:40.973Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' 15:45:41 [2019-07-19T19:45:41.230Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:45:41 [2019-07-19T19:45:41.230Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:45:41 [2019-07-19T19:45:41.230Z] DEBUG - Attempting to set focus on Tree with text {} 15:45:41 [2019-07-19T19:45:41.230Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForFiltering} time=197445236 data=null button=0 stateMask=0x0 x=89 y=11 count=0} to TreeItem with text {TestForFiltering} 15:45:41 [2019-07-19T19:45:41.230Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForFiltering} time=197445236 data=null doit=true} to TreeItem with text {TestForFiltering} 15:45:41 [2019-07-19T19:45:41.230Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForFiltering} time=197445237 data=null} to TreeItem with text {TestForFiltering} 15:45:41 [2019-07-19T19:45:41.230Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForFiltering} time=197445237 data=null button=1 stateMask=0x0 x=89 y=11 count=1} to TreeItem with text {TestForFiltering} 15:45:41 [2019-07-19T19:45:41.230Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197445237 data=null item=TreeItem {TestForFiltering} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestForFiltering} 15:45:41 [2019-07-19T19:45:41.230Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForFiltering} time=197445247 data=null button=1 stateMask=0x80000 x=89 y=11 count=1} to TreeItem with text {TestForFiltering} 15:45:41 [2019-07-19T19:45:41.230Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' 15:45:41 [2019-07-19T19:45:41.230Z] DEBUG - Clicking on with mnemonic 'Delete' 15:45:41 [2019-07-19T19:45:41.230Z] DEBUG - Clicked on with mnemonic 'Delete' 15:45:42 [2019-07-19T19:45:42.160Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' 15:45:42 [2019-07-19T19:45:42.160Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} 15:45:42 [2019-07-19T19:45:42.160Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 15:45:42 [2019-07-19T19:45:42.160Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' 15:45:42 [2019-07-19T19:45:42.160Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') 15:45:42 [2019-07-19T19:45:42.160Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 15:45:42 [2019-07-19T19:45:42.160Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:45:42 [2019-07-19T19:45:42.160Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:45:42 [2019-07-19T19:45:42.160Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') 15:45:42 [2019-07-19T19:45:42.160Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected 15:45:42 [2019-07-19T19:45:42.160Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197446137 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:45:42 [2019-07-19T19:45:42.160Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197446137 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:45:42 [2019-07-19T19:45:42.160Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=197446137 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:45:42 [2019-07-19T19:45:42.160Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=197446137 data=null} to (of type 'Button' and with style 'SWT.CHECK') 15:45:42 [2019-07-19T19:45:42.160Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197446138 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:45:42 [2019-07-19T19:45:42.160Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197446138 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:45:42 [2019-07-19T19:45:42.160Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=197446138 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:45:42 [2019-07-19T19:45:42.160Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197446138 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:45:42 [2019-07-19T19:45:42.160Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197446138 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:45:42 [2019-07-19T19:45:42.160Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197446138 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:45:42 [2019-07-19T19:45:42.160Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=197446138 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:45:42 [2019-07-19T19:45:42.160Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=197446138 data=null} to (of type 'Button' and with style 'SWT.CHECK') 15:45:42 [2019-07-19T19:45:42.160Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') 15:45:42 [2019-07-19T19:45:42.160Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 15:45:42 [2019-07-19T19:45:42.160Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 15:45:42 [2019-07-19T19:45:42.160Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:45:42 [2019-07-19T19:45:42.160Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:45:42 [2019-07-19T19:45:42.160Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 15:45:42 [2019-07-19T19:45:42.160Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:45:42 [2019-07-19T19:45:42.160Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:42 [2019-07-19T19:45:42.160Z] DEBUG - Clicking on OK 15:45:42 [2019-07-19T19:45:42.160Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=197446140 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:42 [2019-07-19T19:45:42.160Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=197446140 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:42 [2019-07-19T19:45:42.160Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=197446140 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:42 [2019-07-19T19:45:42.160Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=197446140 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:42 [2019-07-19T19:45:42.160Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=197446140 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:42 [2019-07-19T19:45:42.160Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=197446140 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:42 [2019-07-19T19:45:42.160Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:42 [2019-07-19T19:45:42.160Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:42 [2019-07-19T19:45:42.160Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:42 [2019-07-19T19:45:42.160Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:42 [2019-07-19T19:45:42.160Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:42 [2019-07-19T19:45:42.160Z] DEBUG - Clicked on OK 15:45:42 [2019-07-19T19:45:42.418Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=197446141 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:42 [2019-07-19T19:45:42.418Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=197445360 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' 15:45:42 [2019-07-19T19:45:42.675Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 15:45:42 [2019-07-19T19:45:42.675Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:45:42 [2019-07-19T19:45:42.675Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:45:42 [2019-07-19T19:45:42.675Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:45:42 [2019-07-19T19:45:42.675Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:45:42 [2019-07-19T19:45:42.675Z] DEBUG - Attempting to set focus on Tree with text {} 15:45:42 [2019-07-19T19:45:42.675Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForFiltering} time=197446796 data=null button=0 stateMask=0x0 x=89 y=11 count=0} to TreeItem with text {TestForFiltering} 15:45:42 [2019-07-19T19:45:42.675Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForFiltering} time=197446796 data=null doit=true} to TreeItem with text {TestForFiltering} 15:45:42 [2019-07-19T19:45:42.675Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForFiltering} time=197446796 data=null} to TreeItem with text {TestForFiltering} 15:45:42 [2019-07-19T19:45:42.675Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForFiltering} time=197446797 data=null button=1 stateMask=0x0 x=89 y=11 count=1} to TreeItem with text {TestForFiltering} 15:45:42 [2019-07-19T19:45:42.675Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197446797 data=null item=TreeItem {TestForFiltering} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestForFiltering} 15:45:42 [2019-07-19T19:45:42.675Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForFiltering} time=197446810 data=null button=1 stateMask=0x80000 x=89 y=11 count=1} to TreeItem with text {TestForFiltering} 15:45:42 [2019-07-19T19:45:42.675Z] DEBUG - Attempting to set focus on Tree with text {} 15:45:42 [2019-07-19T19:45:42.675Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForFiltering} time=197446811 data=null button=0 stateMask=0x0 x=89 y=11 count=0} to TreeItem with text {TestForFiltering} 15:45:42 [2019-07-19T19:45:42.675Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForFiltering} time=197446811 data=null doit=true} to TreeItem with text {TestForFiltering} 15:45:42 [2019-07-19T19:45:42.675Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForFiltering} time=197446811 data=null} to TreeItem with text {TestForFiltering} 15:45:42 [2019-07-19T19:45:42.675Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForFiltering} time=197446811 data=null button=1 stateMask=0x0 x=89 y=11 count=1} to TreeItem with text {TestForFiltering} 15:45:42 [2019-07-19T19:45:42.675Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197446812 data=null item=TreeItem {TestForFiltering} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestForFiltering} 15:45:42 [2019-07-19T19:45:42.675Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForFiltering} time=197446822 data=null button=1 stateMask=0x80000 x=89 y=11 count=1} to TreeItem with text {TestForFiltering} 15:45:42 [2019-07-19T19:45:42.675Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForFiltering} time=197446823 data=null doit=true} to TreeItem with text {TestForFiltering} 15:45:42 [2019-07-19T19:45:42.675Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForFiltering} time=197446823 data=null} to TreeItem with text {TestForFiltering} 15:45:42 [2019-07-19T19:45:42.675Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForFiltering} time=197446824 data=null button=1 stateMask=0x0 x=89 y=11 count=1} to TreeItem with text {TestForFiltering} 15:45:42 [2019-07-19T19:45:42.675Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=197446824 data=null item=TreeItem {TestForFiltering} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {TestForFiltering} 15:45:42 [2019-07-19T19:45:42.675Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForFiltering} time=197446827 data=null button=1 stateMask=0x80000 x=73 y=11 count=1} to TreeItem with text {TestForFiltering} 15:45:42 [2019-07-19T19:45:42.675Z] DEBUG - Attempting to set focus on Tree with text {} 15:45:42 [2019-07-19T19:45:42.675Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=197446828 data=null button=0 stateMask=0x0 x=75 y=53 count=0} to TreeItem with text {Traces [0]} 15:45:42 [2019-07-19T19:45:42.675Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=197446828 data=null doit=true} to TreeItem with text {Traces [0]} 15:45:42 [2019-07-19T19:45:42.675Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=197446828 data=null} to TreeItem with text {Traces [0]} 15:45:42 [2019-07-19T19:45:42.675Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=197446829 data=null button=1 stateMask=0x0 x=75 y=53 count=1} to TreeItem with text {Traces [0]} 15:45:42 [2019-07-19T19:45:42.675Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197446829 data=null item=TreeItem {Traces [0]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [0]} 15:45:42 [2019-07-19T19:45:42.675Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=197446834 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 15:45:50 [2019-07-19T19:45:50.773Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.tmfUml2SDSyncView"' 15:45:50 [2019-07-19T19:45:50.773Z] DEBUG - matched Canvas with text "", using matcher: of type 'Canvas' 15:45:50 [2019-07-19T19:45:50.773Z] DEBUG - matched Canvas with text "", using matcher: (of type 'Canvas') 15:45:50 [2019-07-19T19:45:50.773Z] DEBUG - matched Canvas with text "", using matcher: of type 'Canvas' 15:45:50 [2019-07-19T19:45:50.773Z] DEBUG - matched Canvas with text "", using matcher: (of type 'Canvas') 15:45:50 [2019-07-19T19:45:50.773Z] DEBUG - matched Canvas with text "", using matcher: of type 'Canvas' 15:45:50 [2019-07-19T19:45:50.773Z] DEBUG - matched Canvas with text "", using matcher: (of type 'Canvas') 15:45:50 [2019-07-19T19:45:50.773Z] DEBUG - matched Canvas with text "", using matcher: of type 'Canvas' 15:45:50 [2019-07-19T19:45:50.773Z] DEBUG - matched Canvas with text "", using matcher: (of type 'Canvas') 15:45:50 [2019-07-19T19:45:50.773Z] DEBUG - matched Canvas with text "", using matcher: of type 'Canvas' 15:45:50 [2019-07-19T19:45:50.773Z] DEBUG - matched Canvas with text "", using matcher: (of type 'Canvas') 15:45:50 [2019-07-19T19:45:50.773Z] DEBUG - matched Canvas with text "", using matcher: of type 'Canvas' 15:45:50 [2019-07-19T19:45:50.773Z] DEBUG - matched Canvas with text "", using matcher: (of type 'Canvas') 15:45:50 [2019-07-19T19:45:50.773Z] DEBUG - number of items : 9 15:45:50 [2019-07-19T19:45:50.773Z] DEBUG - Clicking on (of type 'Canvas') 15:45:50 [2019-07-19T19:45:50.773Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Canvas {} time=197454843 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Canvas') 15:45:50 [2019-07-19T19:45:50.773Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Canvas {} time=197454843 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Canvas') 15:45:50 [2019-07-19T19:45:50.773Z] DEBUG - Sent event Activate [26]: ShellEvent{Canvas {} time=197454843 data=null doit=true} to (of type 'Canvas') 15:45:50 [2019-07-19T19:45:50.773Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Canvas {} time=197454843 data=null} to (of type 'Canvas') 15:45:50 [2019-07-19T19:45:50.773Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Canvas {} time=197454844 data=null button=1 stateMask=0x0 x=5 y=137 count=1} to (of type 'Canvas') 15:45:50 [2019-07-19T19:45:50.773Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Canvas {} time=197454844 data=null button=1 stateMask=0x80000 x=5 y=137 count=1} to (of type 'Canvas') 15:45:50 [2019-07-19T19:45:50.773Z] DEBUG - Clicked on (of type 'Canvas') 15:45:50 [2019-07-19T19:45:50.773Z] DEBUG - number of items : 9 15:45:50 [2019-07-19T19:45:50.773Z] DEBUG - Clicking on ToolItem with tooltip text {Select} 15:45:50 [2019-07-19T19:45:50.773Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=197454857 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select} 15:45:50 [2019-07-19T19:45:50.773Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197454857 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select} 15:45:50 [2019-07-19T19:45:50.773Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=197454858 data=null doit=true} to ToolItem with tooltip text {Select} 15:45:50 [2019-07-19T19:45:50.773Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=197454858 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select} 15:45:50 [2019-07-19T19:45:50.773Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=197454858 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select} 15:45:50 [2019-07-19T19:45:50.773Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=197454858 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Select} 15:45:50 [2019-07-19T19:45:50.773Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=197454859 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select} 15:45:50 [2019-07-19T19:45:50.773Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197454859 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select} 15:45:50 [2019-07-19T19:45:50.773Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=197454859 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select} 15:45:50 [2019-07-19T19:45:50.773Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=197454859 data=null doit=true} to ToolItem with tooltip text {Select} 15:45:50 [2019-07-19T19:45:50.773Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=197454859 data=null} to ToolItem with tooltip text {Select} 15:45:50 [2019-07-19T19:45:50.773Z] DEBUG - Clicked on ToolItem with tooltip text {Select} 15:45:50 [2019-07-19T19:45:50.773Z] DEBUG - Clicking on (of type 'Canvas') 15:45:50 [2019-07-19T19:45:50.773Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Canvas {} time=197454859 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Canvas') 15:45:50 [2019-07-19T19:45:50.773Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Canvas {} time=197454860 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Canvas') 15:45:50 [2019-07-19T19:45:50.773Z] DEBUG - Sent event Activate [26]: ShellEvent{Canvas {} time=197454860 data=null doit=true} to (of type 'Canvas') 15:45:50 [2019-07-19T19:45:50.773Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Canvas {} time=197454860 data=null} to (of type 'Canvas') 15:45:50 [2019-07-19T19:45:50.773Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Canvas {} time=197454860 data=null button=1 stateMask=0x0 x=0 y=0 count=1} to (of type 'Canvas') 15:45:50 [2019-07-19T19:45:50.773Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Canvas {} time=197454861 data=null button=1 stateMask=0x80000 x=0 y=0 count=1} to (of type 'Canvas') 15:45:50 [2019-07-19T19:45:50.773Z] DEBUG - Clicked on (of type 'Canvas') 15:45:50 [2019-07-19T19:45:50.773Z] DEBUG - number of items : 9 15:45:50 [2019-07-19T19:45:50.773Z] DEBUG - Clicking on ToolItem with tooltip text {Zoom in the diagram} 15:45:50 [2019-07-19T19:45:50.773Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=197454862 data=null doit=true} to ToolItem with tooltip text {Select} 15:45:50 [2019-07-19T19:45:50.773Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=197454869 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Select} 15:45:50 [2019-07-19T19:45:50.773Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=197454869 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom in the diagram} 15:45:50 [2019-07-19T19:45:50.773Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197454869 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom in the diagram} 15:45:50 [2019-07-19T19:45:50.773Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=197454869 data=null doit=true} to ToolItem with tooltip text {Zoom in the diagram} 15:45:50 [2019-07-19T19:45:50.773Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=197454870 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom in the diagram} 15:45:50 [2019-07-19T19:45:50.773Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=197454870 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom in the diagram} 15:45:50 [2019-07-19T19:45:50.773Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=197454870 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Zoom in the diagram} 15:45:50 [2019-07-19T19:45:50.773Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=197454870 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom in the diagram} 15:45:50 [2019-07-19T19:45:50.773Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197454870 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom in the diagram} 15:45:50 [2019-07-19T19:45:50.773Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=197454870 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom in the diagram} 15:45:50 [2019-07-19T19:45:50.773Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=197454870 data=null doit=true} to ToolItem with tooltip text {Zoom in the diagram} 15:45:50 [2019-07-19T19:45:50.773Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=197454871 data=null} to ToolItem with tooltip text {Zoom in the diagram} 15:45:50 [2019-07-19T19:45:50.773Z] DEBUG - Clicked on ToolItem with tooltip text {Zoom in the diagram} 15:45:50 [2019-07-19T19:45:50.773Z] DEBUG - Clicking on (of type 'Canvas') 15:45:50 [2019-07-19T19:45:50.773Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Canvas {} time=197454871 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Canvas') 15:45:50 [2019-07-19T19:45:50.773Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Canvas {} time=197454871 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Canvas') 15:45:50 [2019-07-19T19:45:50.773Z] DEBUG - Sent event Activate [26]: ShellEvent{Canvas {} time=197454871 data=null doit=true} to (of type 'Canvas') 15:45:50 [2019-07-19T19:45:50.773Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Canvas {} time=197454871 data=null} to (of type 'Canvas') 15:45:50 [2019-07-19T19:45:50.773Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Canvas {} time=197454872 data=null button=1 stateMask=0x0 x=365 y=137 count=1} to (of type 'Canvas') 15:45:50 [2019-07-19T19:45:50.773Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Canvas {} time=197454873 data=null button=1 stateMask=0x80000 x=365 y=137 count=1} to (of type 'Canvas') 15:45:50 [2019-07-19T19:45:50.773Z] DEBUG - Clicked on (of type 'Canvas') 15:45:50 [2019-07-19T19:45:50.773Z] DEBUG - Clicking on (of type 'Canvas') 15:45:50 [2019-07-19T19:45:50.773Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Canvas {} time=197454873 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Canvas') 15:45:50 [2019-07-19T19:45:50.773Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Canvas {} time=197454873 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Canvas') 15:45:50 [2019-07-19T19:45:50.773Z] DEBUG - Sent event Activate [26]: ShellEvent{Canvas {} time=197454873 data=null doit=true} to (of type 'Canvas') 15:45:50 [2019-07-19T19:45:50.773Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Canvas {} time=197454873 data=null} to (of type 'Canvas') 15:45:50 [2019-07-19T19:45:50.773Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Canvas {} time=197454874 data=null button=1 stateMask=0x0 x=365 y=137 count=1} to (of type 'Canvas') 15:45:50 [2019-07-19T19:45:50.773Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Canvas {} time=197454874 data=null button=1 stateMask=0x80000 x=365 y=137 count=1} to (of type 'Canvas') 15:45:50 [2019-07-19T19:45:50.773Z] DEBUG - Clicked on (of type 'Canvas') 15:45:50 [2019-07-19T19:45:50.773Z] DEBUG - number of items : 9 15:45:50 [2019-07-19T19:45:50.773Z] DEBUG - Clicking on ToolItem with tooltip text {Zoom out the diagram} 15:45:50 [2019-07-19T19:45:50.773Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=197454875 data=null doit=true} to ToolItem with tooltip text {Zoom in the diagram} 15:45:50 [2019-07-19T19:45:50.773Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=197454875 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Zoom in the diagram} 15:45:50 [2019-07-19T19:45:50.773Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=197454875 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom out the diagram} 15:45:50 [2019-07-19T19:45:50.774Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197454875 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom out the diagram} 15:45:50 [2019-07-19T19:45:50.774Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=197454875 data=null doit=true} to ToolItem with tooltip text {Zoom out the diagram} 15:45:50 [2019-07-19T19:45:50.774Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=197454876 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom out the diagram} 15:45:50 [2019-07-19T19:45:50.774Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=197454876 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom out the diagram} 15:45:50 [2019-07-19T19:45:50.774Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=197454876 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Zoom out the diagram} 15:45:50 [2019-07-19T19:45:50.774Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=197454876 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom out the diagram} 15:45:50 [2019-07-19T19:45:50.774Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197454876 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom out the diagram} 15:45:50 [2019-07-19T19:45:50.774Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=197454876 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom out the diagram} 15:45:50 [2019-07-19T19:45:50.774Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=197454876 data=null doit=true} to ToolItem with tooltip text {Zoom out the diagram} 15:45:50 [2019-07-19T19:45:50.774Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=197454876 data=null} to ToolItem with tooltip text {Zoom out the diagram} 15:45:50 [2019-07-19T19:45:50.774Z] DEBUG - Clicked on ToolItem with tooltip text {Zoom out the diagram} 15:45:50 [2019-07-19T19:45:50.774Z] DEBUG - Clicking on (of type 'Canvas') 15:45:50 [2019-07-19T19:45:50.774Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Canvas {} time=197454877 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Canvas') 15:45:50 [2019-07-19T19:45:50.774Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Canvas {} time=197454877 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Canvas') 15:45:50 [2019-07-19T19:45:50.774Z] DEBUG - Sent event Activate [26]: ShellEvent{Canvas {} time=197454877 data=null doit=true} to (of type 'Canvas') 15:45:50 [2019-07-19T19:45:50.774Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Canvas {} time=197454877 data=null} to (of type 'Canvas') 15:45:50 [2019-07-19T19:45:50.774Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Canvas {} time=197454877 data=null button=1 stateMask=0x0 x=365 y=137 count=1} to (of type 'Canvas') 15:45:50 [2019-07-19T19:45:50.774Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Canvas {} time=197454878 data=null button=1 stateMask=0x80000 x=365 y=137 count=1} to (of type 'Canvas') 15:45:50 [2019-07-19T19:45:50.774Z] DEBUG - Clicked on (of type 'Canvas') 15:45:50 [2019-07-19T19:45:50.774Z] DEBUG - number of items : 9 15:45:50 [2019-07-19T19:45:50.774Z] DEBUG - Clicking on ToolItem with tooltip text {Reset zoom factor} 15:45:50 [2019-07-19T19:45:50.774Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=197454878 data=null doit=true} to ToolItem with tooltip text {Zoom out the diagram} 15:45:50 [2019-07-19T19:45:50.774Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=197454878 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Zoom out the diagram} 15:45:50 [2019-07-19T19:45:50.774Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=197454879 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Reset zoom factor} 15:45:50 [2019-07-19T19:45:50.774Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197454879 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Reset zoom factor} 15:45:50 [2019-07-19T19:45:50.774Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=197454891 data=null doit=true} to ToolItem with tooltip text {Reset zoom factor} 15:45:50 [2019-07-19T19:45:50.774Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=197454891 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Reset zoom factor} 15:45:50 [2019-07-19T19:45:50.774Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=197454891 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Reset zoom factor} 15:45:50 [2019-07-19T19:45:50.774Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=197454891 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Reset zoom factor} 15:45:50 [2019-07-19T19:45:50.774Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=197454892 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Reset zoom factor} 15:45:50 [2019-07-19T19:45:50.774Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197454892 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Reset zoom factor} 15:45:50 [2019-07-19T19:45:50.774Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=197454892 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Reset zoom factor} 15:45:50 [2019-07-19T19:45:50.774Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=197454892 data=null doit=true} to ToolItem with tooltip text {Reset zoom factor} 15:45:50 [2019-07-19T19:45:50.774Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=197454892 data=null} to ToolItem with tooltip text {Reset zoom factor} 15:45:50 [2019-07-19T19:45:50.774Z] DEBUG - Clicked on ToolItem with tooltip text {Reset zoom factor} 15:45:50 [2019-07-19T19:45:50.774Z] DEBUG - Clicking on (of type 'Canvas') 15:45:50 [2019-07-19T19:45:50.774Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Canvas {} time=197454893 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Canvas') 15:45:50 [2019-07-19T19:45:50.774Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Canvas {} time=197454893 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Canvas') 15:45:50 [2019-07-19T19:45:50.774Z] DEBUG - Sent event Activate [26]: ShellEvent{Canvas {} time=197454893 data=null doit=true} to (of type 'Canvas') 15:45:50 [2019-07-19T19:45:50.774Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Canvas {} time=197454893 data=null} to (of type 'Canvas') 15:45:50 [2019-07-19T19:45:50.774Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Canvas {} time=197454893 data=null button=1 stateMask=0x0 x=365 y=137 count=1} to (of type 'Canvas') 15:45:50 [2019-07-19T19:45:50.774Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Canvas {} time=197454894 data=null button=1 stateMask=0x80000 x=365 y=137 count=1} to (of type 'Canvas') 15:45:50 [2019-07-19T19:45:50.774Z] DEBUG - Clicked on (of type 'Canvas') 15:45:50 [2019-07-19T19:45:50.774Z] DEBUG - matched MenuItem with text "Select", using matcher: with mnemonic 'Select' 15:45:50 [2019-07-19T19:45:50.774Z] DEBUG - Clicking on with mnemonic 'Select' 15:45:50 [2019-07-19T19:45:50.774Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Select} time=197454978 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Select' 15:45:50 [2019-07-19T19:45:50.774Z] DEBUG - Clicked on with mnemonic 'Select' 15:45:50 [2019-07-19T19:45:50.774Z] DEBUG - Clicking on (of type 'Canvas') 15:45:50 [2019-07-19T19:45:50.774Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Canvas {} time=197454979 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Canvas') 15:45:50 [2019-07-19T19:45:50.774Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Canvas {} time=197454979 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Canvas') 15:45:50 [2019-07-19T19:45:50.774Z] DEBUG - Sent event Activate [26]: ShellEvent{Canvas {} time=197454979 data=null doit=true} to (of type 'Canvas') 15:45:50 [2019-07-19T19:45:50.774Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Canvas {} time=197454979 data=null} to (of type 'Canvas') 15:45:50 [2019-07-19T19:45:50.774Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Canvas {} time=197454979 data=null button=1 stateMask=0x0 x=0 y=0 count=1} to (of type 'Canvas') 15:45:50 [2019-07-19T19:45:50.774Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Canvas {} time=197454980 data=null button=1 stateMask=0x80000 x=0 y=0 count=1} to (of type 'Canvas') 15:45:50 [2019-07-19T19:45:50.774Z] DEBUG - Clicked on (of type 'Canvas') 15:45:50 [2019-07-19T19:45:50.774Z] DEBUG - matched MenuItem with text "Zoom in", using matcher: with mnemonic 'Zoom in' 15:45:50 [2019-07-19T19:45:50.774Z] DEBUG - Clicking on with mnemonic 'Zoom in' 15:45:50 [2019-07-19T19:45:50.774Z] DEBUG - Sent event Deactivate [27]: ShellEvent{MenuItem {Select} time=197455005 data=null doit=true} to MenuItem with text {Select} 15:45:50 [2019-07-19T19:45:50.774Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Select} time=197455006 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to MenuItem with text {Select} 15:45:50 [2019-07-19T19:45:50.774Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Zoom in} time=197455006 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Zoom in' 15:45:50 [2019-07-19T19:45:50.774Z] DEBUG - Clicked on with mnemonic 'Zoom in' 15:45:50 [2019-07-19T19:45:50.774Z] DEBUG - Clicking on (of type 'Canvas') 15:45:50 [2019-07-19T19:45:50.774Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Canvas {} time=197455006 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Canvas') 15:45:50 [2019-07-19T19:45:50.774Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Canvas {} time=197455007 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Canvas') 15:45:50 [2019-07-19T19:45:50.774Z] DEBUG - Sent event Activate [26]: ShellEvent{Canvas {} time=197455007 data=null doit=true} to (of type 'Canvas') 15:45:50 [2019-07-19T19:45:50.774Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Canvas {} time=197455007 data=null} to (of type 'Canvas') 15:45:50 [2019-07-19T19:45:50.774Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Canvas {} time=197455007 data=null button=1 stateMask=0x0 x=365 y=137 count=1} to (of type 'Canvas') 15:45:50 [2019-07-19T19:45:50.774Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Canvas {} time=197455008 data=null button=1 stateMask=0x80000 x=365 y=137 count=1} to (of type 'Canvas') 15:45:50 [2019-07-19T19:45:50.774Z] DEBUG - Clicked on (of type 'Canvas') 15:45:50 [2019-07-19T19:45:50.774Z] DEBUG - Clicking on (of type 'Canvas') 15:45:50 [2019-07-19T19:45:50.774Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Canvas {} time=197455008 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Canvas') 15:45:50 [2019-07-19T19:45:50.774Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Canvas {} time=197455008 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Canvas') 15:45:51 [2019-07-19T19:45:51.031Z] DEBUG - Sent event Activate [26]: ShellEvent{Canvas {} time=197455034 data=null doit=true} to (of type 'Canvas') 15:45:51 [2019-07-19T19:45:51.031Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Canvas {} time=197455034 data=null} to (of type 'Canvas') 15:45:51 [2019-07-19T19:45:51.031Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Canvas {} time=197455034 data=null button=1 stateMask=0x0 x=365 y=137 count=1} to (of type 'Canvas') 15:45:51 [2019-07-19T19:45:51.031Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Canvas {} time=197455035 data=null button=1 stateMask=0x80000 x=365 y=137 count=1} to (of type 'Canvas') 15:45:51 [2019-07-19T19:45:51.031Z] DEBUG - Clicked on (of type 'Canvas') 15:45:51 [2019-07-19T19:45:51.031Z] DEBUG - matched MenuItem with text "Zoom out", using matcher: with mnemonic 'Zoom out' 15:45:51 [2019-07-19T19:45:51.031Z] DEBUG - Clicking on with mnemonic 'Zoom out' 15:45:51 [2019-07-19T19:45:51.031Z] DEBUG - Sent event Deactivate [27]: ShellEvent{MenuItem {Zoom in} time=197455062 data=null doit=true} to MenuItem with text {Zoom in} 15:45:51 [2019-07-19T19:45:51.031Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Zoom in} time=197455062 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to MenuItem with text {Zoom in} 15:45:51 [2019-07-19T19:45:51.031Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Zoom out} time=197455062 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Zoom out' 15:45:51 [2019-07-19T19:45:51.031Z] DEBUG - Clicked on with mnemonic 'Zoom out' 15:45:51 [2019-07-19T19:45:51.031Z] DEBUG - Clicking on (of type 'Canvas') 15:45:51 [2019-07-19T19:45:51.031Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Canvas {} time=197455063 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Canvas') 15:45:51 [2019-07-19T19:45:51.031Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Canvas {} time=197455063 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Canvas') 15:45:51 [2019-07-19T19:45:51.031Z] DEBUG - Sent event Activate [26]: ShellEvent{Canvas {} time=197455063 data=null doit=true} to (of type 'Canvas') 15:45:51 [2019-07-19T19:45:51.031Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Canvas {} time=197455063 data=null} to (of type 'Canvas') 15:45:51 [2019-07-19T19:45:51.031Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Canvas {} time=197455063 data=null button=1 stateMask=0x0 x=365 y=134 count=1} to (of type 'Canvas') 15:45:51 [2019-07-19T19:45:51.031Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Canvas {} time=197455064 data=null button=1 stateMask=0x80000 x=365 y=134 count=1} to (of type 'Canvas') 15:45:51 [2019-07-19T19:45:51.031Z] DEBUG - Clicked on (of type 'Canvas') 15:45:51 [2019-07-19T19:45:51.031Z] DEBUG - matched MenuItem with text "Reset zoom factor", using matcher: with mnemonic 'Reset zoom factor' 15:45:51 [2019-07-19T19:45:51.031Z] DEBUG - Clicking on with mnemonic 'Reset zoom factor' 15:45:51 [2019-07-19T19:45:51.031Z] DEBUG - Sent event Deactivate [27]: ShellEvent{MenuItem {Zoom out} time=197455099 data=null doit=true} to MenuItem with text {Zoom out} 15:45:51 [2019-07-19T19:45:51.031Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Zoom out} time=197455099 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to MenuItem with text {Zoom out} 15:45:51 [2019-07-19T19:45:51.031Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Reset zoom factor} time=197455099 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Reset zoom factor' 15:45:51 [2019-07-19T19:45:51.031Z] DEBUG - Clicked on with mnemonic 'Reset zoom factor' 15:45:51 [2019-07-19T19:45:51.031Z] DEBUG - Clicking on (of type 'Canvas') 15:45:51 [2019-07-19T19:45:51.031Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Canvas {} time=197455100 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Canvas') 15:45:51 [2019-07-19T19:45:51.031Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Canvas {} time=197455100 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Canvas') 15:45:51 [2019-07-19T19:45:51.031Z] DEBUG - Sent event Activate [26]: ShellEvent{Canvas {} time=197455100 data=null doit=true} to (of type 'Canvas') 15:45:51 [2019-07-19T19:45:51.031Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Canvas {} time=197455100 data=null} to (of type 'Canvas') 15:45:51 [2019-07-19T19:45:51.031Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Canvas {} time=197455101 data=null button=1 stateMask=0x0 x=365 y=137 count=1} to (of type 'Canvas') 15:45:51 [2019-07-19T19:45:51.031Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Canvas {} time=197455103 data=null button=1 stateMask=0x80000 x=365 y=137 count=1} to (of type 'Canvas') 15:45:51 [2019-07-19T19:45:51.031Z] DEBUG - Clicked on (of type 'Canvas') 15:45:51 [2019-07-19T19:45:51.031Z] DEBUG - number of items : 9 15:45:51 [2019-07-19T19:45:51.031Z] DEBUG - Clicking on ToolItem with tooltip text {Find... (Ctrl+F)} 15:45:51 [2019-07-19T19:45:51.031Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=197455278 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Find... (Ctrl+F)} 15:45:51 [2019-07-19T19:45:51.031Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197455278 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Find... (Ctrl+F)} 15:45:51 [2019-07-19T19:45:51.031Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=197455278 data=null doit=true} to ToolItem with tooltip text {Find... (Ctrl+F)} 15:45:51 [2019-07-19T19:45:51.031Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=197455278 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Find... (Ctrl+F)} 15:45:51 [2019-07-19T19:45:51.031Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=197455278 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Find... (Ctrl+F)} 15:45:51 [2019-07-19T19:45:51.289Z] WARN - Widget is not enabled: ToolItem with tooltip text {Find...} 15:45:51 [2019-07-19T19:45:51.289Z] WARN - Widget is not enabled: ToolItem with tooltip text {Find...} 15:45:51 [2019-07-19T19:45:51.289Z] WARN - Widget is not enabled: ToolItem with tooltip text {Find...} 15:45:51 [2019-07-19T19:45:51.289Z] WARN - Widget is not enabled: ToolItem with tooltip text {Find...} 15:45:51 [2019-07-19T19:45:51.289Z] WARN - Widget is not enabled: ToolItem with tooltip text {Find...} 15:45:51 [2019-07-19T19:45:51.289Z] DEBUG - Clicked on ToolItem with tooltip text {Find...} 15:45:51 [2019-07-19T19:45:51.289Z] DEBUG - matched Shell with text "Sequence Diagram Fin...", using matcher: with text 'Sequence Diagram Find' 15:45:51 [2019-07-19T19:45:51.289Z] DEBUG - matched Combo with text "1001", using matcher: of type 'Combo' 15:45:51 [2019-07-19T19:45:51.289Z] DEBUG - matched Combo with text "1001", using matcher: (of type 'Combo') 15:45:51 [2019-07-19T19:45:51.289Z] DEBUG - Setting text on (of type 'Combo') to peer2 15:45:51 [2019-07-19T19:45:51.289Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {peer2} time=197455457 data=null} to (of type 'Combo') 15:45:51 [2019-07-19T19:45:51.289Z] DEBUG - Set text on (of type 'Combo') to peer2 15:45:51 [2019-07-19T19:45:51.289Z] DEBUG - matched Button with text "Case sensitive", using matcher: of type 'Button' 15:45:51 [2019-07-19T19:45:51.289Z] DEBUG - matched Button with text "Lifeline", using matcher: of type 'Button' 15:45:51 [2019-07-19T19:45:51.289Z] DEBUG - matched Button with text "Lifeline", using matcher: with mnemonic 'Lifeline' 15:45:51 [2019-07-19T19:45:51.289Z] DEBUG - matched Button with text "Lifeline", using matcher: with style 'SWT.CHECK' 15:45:51 [2019-07-19T19:45:51.289Z] DEBUG - matched Button with text "Lifeline", using matcher: (of type 'Button' and with mnemonic 'Lifeline' and with style 'SWT.CHECK') 15:45:51 [2019-07-19T19:45:51.289Z] DEBUG - matched Button with text "Interaction", using matcher: of type 'Button' 15:45:51 [2019-07-19T19:45:51.289Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 15:45:51 [2019-07-19T19:45:51.289Z] DEBUG - matched Button with text "Find", using matcher: of type 'Button' 15:45:51 [2019-07-19T19:45:51.289Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Lifeline' and with style 'SWT.CHECK') 15:45:51 [2019-07-19T19:45:51.289Z] DEBUG - Selecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$2@44709ca4 15:45:51 [2019-07-19T19:45:51.289Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Lifeline} time=197455472 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Lifeline' and with style 'SWT.CHECK') 15:45:51 [2019-07-19T19:45:51.289Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Lifeline} time=197455473 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Lifeline' and with style 'SWT.CHECK') 15:45:51 [2019-07-19T19:45:51.289Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Lifeline} time=197455473 data=null doit=true} to (of type 'Button' and with mnemonic 'Lifeline' and with style 'SWT.CHECK') 15:45:51 [2019-07-19T19:45:51.289Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Lifeline} time=197455473 data=null} to (of type 'Button' and with mnemonic 'Lifeline' and with style 'SWT.CHECK') 15:45:51 [2019-07-19T19:45:51.289Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Lifeline} time=197455473 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Lifeline' and with style 'SWT.CHECK') 15:45:51 [2019-07-19T19:45:51.289Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Lifeline} time=197455473 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Lifeline' and with style 'SWT.CHECK') 15:45:51 [2019-07-19T19:45:51.289Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Lifeline} time=197455473 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Lifeline' and with style 'SWT.CHECK') 15:45:51 [2019-07-19T19:45:51.289Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Lifeline} time=197455474 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Lifeline' and with style 'SWT.CHECK') 15:45:51 [2019-07-19T19:45:51.289Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Lifeline} time=197455474 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Lifeline' and with style 'SWT.CHECK') 15:45:51 [2019-07-19T19:45:51.289Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Lifeline} time=197455474 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Lifeline' and with style 'SWT.CHECK') 15:45:51 [2019-07-19T19:45:51.289Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Lifeline} time=197455474 data=null doit=true} to (of type 'Button' and with mnemonic 'Lifeline' and with style 'SWT.CHECK') 15:45:51 [2019-07-19T19:45:51.289Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Lifeline} time=197455474 data=null} to (of type 'Button' and with mnemonic 'Lifeline' and with style 'SWT.CHECK') 15:45:51 [2019-07-19T19:45:51.289Z] DEBUG - matched Button with text "Case sensitive", using matcher: of type 'Button' 15:45:51 [2019-07-19T19:45:51.289Z] DEBUG - matched Button with text "Lifeline", using matcher: of type 'Button' 15:45:51 [2019-07-19T19:45:51.289Z] DEBUG - matched Button with text "Interaction", using matcher: of type 'Button' 15:45:51 [2019-07-19T19:45:51.289Z] DEBUG - matched Button with text "Interaction", using matcher: with mnemonic 'Interaction' 15:45:51 [2019-07-19T19:45:51.289Z] DEBUG - matched Button with text "Interaction", using matcher: with style 'SWT.CHECK' 15:45:51 [2019-07-19T19:45:51.289Z] DEBUG - matched Button with text "Interaction", using matcher: (of type 'Button' and with mnemonic 'Interaction' and with style 'SWT.CHECK') 15:45:51 [2019-07-19T19:45:51.289Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 15:45:51 [2019-07-19T19:45:51.289Z] DEBUG - matched Button with text "Find", using matcher: of type 'Button' 15:45:51 [2019-07-19T19:45:51.289Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Interaction' and with style 'SWT.CHECK') 15:45:51 [2019-07-19T19:45:51.289Z] DEBUG - Deselecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$1@5b938615 15:45:51 [2019-07-19T19:45:51.289Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Interaction} time=197455488 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Interaction' and with style 'SWT.CHECK') 15:45:51 [2019-07-19T19:45:51.289Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Interaction} time=197455488 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Interaction' and with style 'SWT.CHECK') 15:45:51 [2019-07-19T19:45:51.289Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Interaction} time=197455488 data=null doit=true} to (of type 'Button' and with mnemonic 'Interaction' and with style 'SWT.CHECK') 15:45:51 [2019-07-19T19:45:51.289Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Interaction} time=197455488 data=null} to (of type 'Button' and with mnemonic 'Interaction' and with style 'SWT.CHECK') 15:45:51 [2019-07-19T19:45:51.289Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Interaction} time=197455489 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Interaction' and with style 'SWT.CHECK') 15:45:51 [2019-07-19T19:45:51.289Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Interaction} time=197455489 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Interaction' and with style 'SWT.CHECK') 15:45:51 [2019-07-19T19:45:51.289Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Interaction} time=197455489 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Interaction' and with style 'SWT.CHECK') 15:45:51 [2019-07-19T19:45:51.289Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Interaction} time=197455489 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Interaction' and with style 'SWT.CHECK') 15:45:51 [2019-07-19T19:45:51.289Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Interaction} time=197455489 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Interaction' and with style 'SWT.CHECK') 15:45:51 [2019-07-19T19:45:51.290Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Interaction} time=197455489 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Interaction' and with style 'SWT.CHECK') 15:45:51 [2019-07-19T19:45:51.290Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Interaction} time=197455489 data=null doit=true} to (of type 'Button' and with mnemonic 'Interaction' and with style 'SWT.CHECK') 15:45:51 [2019-07-19T19:45:51.290Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Interaction} time=197455489 data=null} to (of type 'Button' and with mnemonic 'Interaction' and with style 'SWT.CHECK') 15:45:51 [2019-07-19T19:45:51.290Z] DEBUG - matched Button with text "Case sensitive", using matcher: of type 'Button' 15:45:51 [2019-07-19T19:45:51.290Z] DEBUG - matched Button with text "Lifeline", using matcher: of type 'Button' 15:45:51 [2019-07-19T19:45:51.290Z] DEBUG - matched Button with text "Interaction", using matcher: of type 'Button' 15:45:51 [2019-07-19T19:45:51.290Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 15:45:51 [2019-07-19T19:45:51.290Z] DEBUG - matched Button with text "Find", using matcher: of type 'Button' 15:45:51 [2019-07-19T19:45:51.290Z] DEBUG - matched Button with text "Find", using matcher: with mnemonic 'Find' 15:45:51 [2019-07-19T19:45:51.290Z] DEBUG - matched Button with text "Find", using matcher: with style 'SWT.PUSH' 15:45:51 [2019-07-19T19:45:51.290Z] DEBUG - matched Button with text "Find", using matcher: (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 15:45:51 [2019-07-19T19:45:51.290Z] DEBUG - Clicking on Find 15:45:51 [2019-07-19T19:45:51.290Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Find} time=197455490 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 15:45:51 [2019-07-19T19:45:51.290Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Find} time=197455491 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 15:45:51 [2019-07-19T19:45:51.290Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Find} time=197455491 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 15:45:51 [2019-07-19T19:45:51.290Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Find} time=197455491 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 15:45:51 [2019-07-19T19:45:51.290Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Find} time=197455491 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 15:45:51 [2019-07-19T19:45:51.290Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Find} time=197455491 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 15:45:51 [2019-07-19T19:45:51.290Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Find} time=197455498 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 15:45:51 [2019-07-19T19:45:51.290Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Find} time=197455503 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 15:45:51 [2019-07-19T19:45:51.290Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Find} time=197455503 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 15:45:51 [2019-07-19T19:45:51.290Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Find} time=197455504 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 15:45:51 [2019-07-19T19:45:51.290Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Find} time=197455504 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 15:45:51 [2019-07-19T19:45:51.290Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Find} time=197455504 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 15:45:51 [2019-07-19T19:45:51.290Z] DEBUG - Clicked on Find 15:45:51 [2019-07-19T19:45:51.290Z] DEBUG - matched Button with text "Case sensitive", using matcher: of type 'Button' 15:45:51 [2019-07-19T19:45:51.290Z] DEBUG - matched Button with text "Lifeline", using matcher: of type 'Button' 15:45:51 [2019-07-19T19:45:51.290Z] DEBUG - matched Button with text "Interaction", using matcher: of type 'Button' 15:45:51 [2019-07-19T19:45:51.290Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 15:45:51 [2019-07-19T19:45:51.290Z] DEBUG - matched Button with text "Close", using matcher: with mnemonic 'Close' 15:45:51 [2019-07-19T19:45:51.290Z] DEBUG - matched Button with text "Close", using matcher: with style 'SWT.PUSH' 15:45:51 [2019-07-19T19:45:51.290Z] DEBUG - matched Button with text "Close", using matcher: (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 15:45:51 [2019-07-19T19:45:51.290Z] DEBUG - matched Button with text "Find", using matcher: of type 'Button' 15:45:51 [2019-07-19T19:45:51.290Z] DEBUG - Clicking on Close 15:45:51 [2019-07-19T19:45:51.290Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Close} time=197455505 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 15:45:51 [2019-07-19T19:45:51.290Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Close} time=197455505 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 15:45:51 [2019-07-19T19:45:51.290Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Close} time=197455505 data=null doit=true} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 15:45:51 [2019-07-19T19:45:51.290Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Close} time=197455505 data=null} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 15:45:51 [2019-07-19T19:45:51.290Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Close} time=197455505 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 15:45:51 [2019-07-19T19:45:51.290Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Close} time=197455505 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 15:45:51 [2019-07-19T19:45:51.290Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Close} time=197455506 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 15:45:51 [2019-07-19T19:45:51.290Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=197455278 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Find... (Ctrl+F)} 15:45:51 [2019-07-19T19:45:51.547Z] DEBUG - Clicked on 15:45:51 [2019-07-19T19:45:51.547Z] DEBUG - number of items : 9 15:45:51 [2019-07-19T19:45:51.547Z] DEBUG - Clicking on ToolItem with tooltip text {Find... (Ctrl+F)} 15:45:51 [2019-07-19T19:45:51.547Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=197455640 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Find... (Ctrl+F)} 15:45:51 [2019-07-19T19:45:51.547Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197455640 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Find... (Ctrl+F)} 15:45:51 [2019-07-19T19:45:51.547Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=197455640 data=null doit=true} to ToolItem with tooltip text {Find... (Ctrl+F)} 15:45:51 [2019-07-19T19:45:51.547Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=197455640 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Find... (Ctrl+F)} 15:45:51 [2019-07-19T19:45:51.547Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=197455654 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Find... (Ctrl+F)} 15:45:51 [2019-07-19T19:45:51.805Z] WARN - Widget is not enabled: ToolItem with tooltip text {Find...} 15:45:51 [2019-07-19T19:45:51.805Z] WARN - Widget is not enabled: ToolItem with tooltip text {Find...} 15:45:51 [2019-07-19T19:45:51.805Z] WARN - Widget is not enabled: ToolItem with tooltip text {Find...} 15:45:51 [2019-07-19T19:45:51.805Z] WARN - Widget is not enabled: ToolItem with tooltip text {Find...} 15:45:51 [2019-07-19T19:45:51.805Z] WARN - Widget is not enabled: ToolItem with tooltip text {Find...} 15:45:51 [2019-07-19T19:45:51.805Z] DEBUG - Clicked on ToolItem with tooltip text {Find...} 15:45:51 [2019-07-19T19:45:51.805Z] DEBUG - matched Shell with text "Sequence Diagram Fin...", using matcher: with text 'Sequence Diagram Find' 15:45:51 [2019-07-19T19:45:51.805Z] DEBUG - matched Combo with text "peer2", using matcher: of type 'Combo' 15:45:51 [2019-07-19T19:45:51.805Z] DEBUG - matched Combo with text "peer2", using matcher: (of type 'Combo') 15:45:51 [2019-07-19T19:45:51.805Z] DEBUG - Setting text on (of type 'Combo') to 1001 15:45:51 [2019-07-19T19:45:51.805Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {1001} time=197455842 data=null} to (of type 'Combo') 15:45:51 [2019-07-19T19:45:51.805Z] DEBUG - Set text on (of type 'Combo') to 1001 15:45:51 [2019-07-19T19:45:51.805Z] DEBUG - matched Button with text "Case sensitive", using matcher: of type 'Button' 15:45:51 [2019-07-19T19:45:51.805Z] DEBUG - matched Button with text "Lifeline", using matcher: of type 'Button' 15:45:51 [2019-07-19T19:45:51.805Z] DEBUG - matched Button with text "Lifeline", using matcher: with mnemonic 'Lifeline' 15:45:51 [2019-07-19T19:45:51.805Z] DEBUG - matched Button with text "Lifeline", using matcher: with style 'SWT.CHECK' 15:45:51 [2019-07-19T19:45:51.805Z] DEBUG - matched Button with text "Lifeline", using matcher: (of type 'Button' and with mnemonic 'Lifeline' and with style 'SWT.CHECK') 15:45:51 [2019-07-19T19:45:51.805Z] DEBUG - matched Button with text "Interaction", using matcher: of type 'Button' 15:45:51 [2019-07-19T19:45:51.805Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 15:45:51 [2019-07-19T19:45:51.805Z] DEBUG - matched Button with text "Find", using matcher: of type 'Button' 15:45:51 [2019-07-19T19:45:51.805Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Lifeline' and with style 'SWT.CHECK') 15:45:51 [2019-07-19T19:45:51.805Z] DEBUG - Deselecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$1@6a99a045 15:45:51 [2019-07-19T19:45:51.805Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Lifeline} time=197455847 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Lifeline' and with style 'SWT.CHECK') 15:45:51 [2019-07-19T19:45:51.805Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Lifeline} time=197455847 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Lifeline' and with style 'SWT.CHECK') 15:45:51 [2019-07-19T19:45:51.805Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Lifeline} time=197455847 data=null doit=true} to (of type 'Button' and with mnemonic 'Lifeline' and with style 'SWT.CHECK') 15:45:51 [2019-07-19T19:45:51.805Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Lifeline} time=197455848 data=null} to (of type 'Button' and with mnemonic 'Lifeline' and with style 'SWT.CHECK') 15:45:51 [2019-07-19T19:45:51.805Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Lifeline} time=197455848 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Lifeline' and with style 'SWT.CHECK') 15:45:51 [2019-07-19T19:45:51.805Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Lifeline} time=197455848 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Lifeline' and with style 'SWT.CHECK') 15:45:51 [2019-07-19T19:45:51.805Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Lifeline} time=197455848 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Lifeline' and with style 'SWT.CHECK') 15:45:51 [2019-07-19T19:45:51.805Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Lifeline} time=197455848 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Lifeline' and with style 'SWT.CHECK') 15:45:51 [2019-07-19T19:45:51.805Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Lifeline} time=197455849 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Lifeline' and with style 'SWT.CHECK') 15:45:51 [2019-07-19T19:45:51.805Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Lifeline} time=197455849 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Lifeline' and with style 'SWT.CHECK') 15:45:51 [2019-07-19T19:45:51.805Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Lifeline} time=197455849 data=null doit=true} to (of type 'Button' and with mnemonic 'Lifeline' and with style 'SWT.CHECK') 15:45:51 [2019-07-19T19:45:51.805Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Lifeline} time=197455849 data=null} to (of type 'Button' and with mnemonic 'Lifeline' and with style 'SWT.CHECK') 15:45:51 [2019-07-19T19:45:51.805Z] DEBUG - matched Button with text "Case sensitive", using matcher: of type 'Button' 15:45:51 [2019-07-19T19:45:51.805Z] DEBUG - matched Button with text "Lifeline", using matcher: of type 'Button' 15:45:51 [2019-07-19T19:45:51.805Z] DEBUG - matched Button with text "Interaction", using matcher: of type 'Button' 15:45:51 [2019-07-19T19:45:51.805Z] DEBUG - matched Button with text "Interaction", using matcher: with mnemonic 'Interaction' 15:45:51 [2019-07-19T19:45:51.805Z] DEBUG - matched Button with text "Interaction", using matcher: with style 'SWT.CHECK' 15:45:51 [2019-07-19T19:45:51.805Z] DEBUG - matched Button with text "Interaction", using matcher: (of type 'Button' and with mnemonic 'Interaction' and with style 'SWT.CHECK') 15:45:51 [2019-07-19T19:45:51.805Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 15:45:51 [2019-07-19T19:45:51.805Z] DEBUG - matched Button with text "Find", using matcher: of type 'Button' 15:45:51 [2019-07-19T19:45:51.805Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Interaction' and with style 'SWT.CHECK') 15:45:51 [2019-07-19T19:45:51.805Z] DEBUG - Selecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$2@161ffb6 15:45:51 [2019-07-19T19:45:51.805Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Interaction} time=197455857 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Interaction' and with style 'SWT.CHECK') 15:45:51 [2019-07-19T19:45:51.805Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Interaction} time=197455858 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Interaction' and with style 'SWT.CHECK') 15:45:51 [2019-07-19T19:45:51.805Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Interaction} time=197455858 data=null doit=true} to (of type 'Button' and with mnemonic 'Interaction' and with style 'SWT.CHECK') 15:45:51 [2019-07-19T19:45:51.805Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Interaction} time=197455858 data=null} to (of type 'Button' and with mnemonic 'Interaction' and with style 'SWT.CHECK') 15:45:51 [2019-07-19T19:45:51.805Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Interaction} time=197455858 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Interaction' and with style 'SWT.CHECK') 15:45:51 [2019-07-19T19:45:51.805Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Interaction} time=197455858 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Interaction' and with style 'SWT.CHECK') 15:45:51 [2019-07-19T19:45:51.805Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Interaction} time=197455858 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Interaction' and with style 'SWT.CHECK') 15:45:51 [2019-07-19T19:45:51.805Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Interaction} time=197455859 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Interaction' and with style 'SWT.CHECK') 15:45:51 [2019-07-19T19:45:51.805Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Interaction} time=197455859 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Interaction' and with style 'SWT.CHECK') 15:45:51 [2019-07-19T19:45:51.805Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Interaction} time=197455859 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Interaction' and with style 'SWT.CHECK') 15:45:51 [2019-07-19T19:45:51.805Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Interaction} time=197455859 data=null doit=true} to (of type 'Button' and with mnemonic 'Interaction' and with style 'SWT.CHECK') 15:45:51 [2019-07-19T19:45:51.805Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Interaction} time=197455864 data=null} to (of type 'Button' and with mnemonic 'Interaction' and with style 'SWT.CHECK') 15:45:51 [2019-07-19T19:45:51.805Z] DEBUG - matched Button with text "Case sensitive", using matcher: of type 'Button' 15:45:51 [2019-07-19T19:45:51.805Z] DEBUG - matched Button with text "Lifeline", using matcher: of type 'Button' 15:45:51 [2019-07-19T19:45:51.805Z] DEBUG - matched Button with text "Interaction", using matcher: of type 'Button' 15:45:51 [2019-07-19T19:45:51.805Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 15:45:51 [2019-07-19T19:45:51.805Z] DEBUG - matched Button with text "Find", using matcher: of type 'Button' 15:45:51 [2019-07-19T19:45:51.805Z] DEBUG - matched Button with text "Find", using matcher: with mnemonic 'Find' 15:45:51 [2019-07-19T19:45:51.805Z] DEBUG - matched Button with text "Find", using matcher: with style 'SWT.PUSH' 15:45:51 [2019-07-19T19:45:51.805Z] DEBUG - matched Button with text "Find", using matcher: (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 15:45:51 [2019-07-19T19:45:51.805Z] DEBUG - Clicking on Find 15:45:51 [2019-07-19T19:45:51.805Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Find} time=197455865 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 15:45:51 [2019-07-19T19:45:51.805Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Find} time=197455865 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 15:45:51 [2019-07-19T19:45:51.805Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Find} time=197455865 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 15:45:51 [2019-07-19T19:45:51.805Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Find} time=197455865 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 15:45:51 [2019-07-19T19:45:51.805Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Find} time=197455865 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 15:45:51 [2019-07-19T19:45:51.805Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Find} time=197455865 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 15:45:51 [2019-07-19T19:45:51.805Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Find} time=197455865 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 15:45:51 [2019-07-19T19:45:51.805Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Find} time=197455891 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 15:45:51 [2019-07-19T19:45:51.805Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Find} time=197455891 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 15:45:51 [2019-07-19T19:45:51.805Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Find} time=197455891 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 15:45:51 [2019-07-19T19:45:51.805Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Find} time=197455891 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 15:45:51 [2019-07-19T19:45:51.805Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Find} time=197455891 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 15:45:51 [2019-07-19T19:45:51.805Z] DEBUG - Clicked on Find 15:45:51 [2019-07-19T19:45:51.805Z] DEBUG - matched Button with text "Case sensitive", using matcher: of type 'Button' 15:45:51 [2019-07-19T19:45:51.805Z] DEBUG - matched Button with text "Lifeline", using matcher: of type 'Button' 15:45:51 [2019-07-19T19:45:51.805Z] DEBUG - matched Button with text "Interaction", using matcher: of type 'Button' 15:45:51 [2019-07-19T19:45:51.805Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 15:45:51 [2019-07-19T19:45:51.805Z] DEBUG - matched Button with text "Close", using matcher: with mnemonic 'Close' 15:45:51 [2019-07-19T19:45:51.806Z] DEBUG - matched Button with text "Close", using matcher: with style 'SWT.PUSH' 15:45:51 [2019-07-19T19:45:51.806Z] DEBUG - matched Button with text "Close", using matcher: (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 15:45:51 [2019-07-19T19:45:51.806Z] DEBUG - matched Button with text "Find", using matcher: of type 'Button' 15:45:51 [2019-07-19T19:45:51.806Z] DEBUG - Clicking on Close 15:45:51 [2019-07-19T19:45:51.806Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Close} time=197455892 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 15:45:51 [2019-07-19T19:45:51.806Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Close} time=197455893 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 15:45:51 [2019-07-19T19:45:51.806Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Close} time=197455893 data=null doit=true} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 15:45:51 [2019-07-19T19:45:51.806Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Close} time=197455938 data=null} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 15:45:51 [2019-07-19T19:45:51.806Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Close} time=197455938 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 15:45:51 [2019-07-19T19:45:51.806Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Close} time=197455938 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 15:45:51 [2019-07-19T19:45:51.806Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Close} time=197455938 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 15:45:51 [2019-07-19T19:45:51.806Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=197455654 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Find... (Ctrl+F)} 15:45:52 [2019-07-19T19:45:52.063Z] DEBUG - Clicked on 15:45:52 [2019-07-19T19:45:52.063Z] DEBUG - matched MenuItem with text "Hide Patterns...", using matcher: with mnemonic 'Hide Patterns...' 15:45:52 [2019-07-19T19:45:52.063Z] DEBUG - Clicking on with mnemonic 'Hide Patterns...' 15:45:52 [2019-07-19T19:45:52.320Z] DEBUG - Clicked on with mnemonic 'Hide Patterns...' 15:45:52 [2019-07-19T19:45:52.320Z] DEBUG - matched Shell with text "Sequence Diagram Hid...", using matcher: with text 'Sequence Diagram Hide Patterns' 15:45:52 [2019-07-19T19:45:52.320Z] DEBUG - matched Button with text "Add...", using matcher: of type 'Button' 15:45:52 [2019-07-19T19:45:52.320Z] DEBUG - matched Button with text "Add...", using matcher: with mnemonic 'Add...' 15:45:52 [2019-07-19T19:45:52.320Z] DEBUG - matched Button with text "Add...", using matcher: with style 'SWT.PUSH' 15:45:52 [2019-07-19T19:45:52.320Z] DEBUG - matched Button with text "Add...", using matcher: (of type 'Button' and with mnemonic 'Add...' and with style 'SWT.PUSH') 15:45:52 [2019-07-19T19:45:52.320Z] DEBUG - matched Button with text "Edit it", using matcher: of type 'Button' 15:45:52 [2019-07-19T19:45:52.320Z] DEBUG - matched Button with text "Remove", using matcher: of type 'Button' 15:45:52 [2019-07-19T19:45:52.320Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:45:52 [2019-07-19T19:45:52.320Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:45:52 [2019-07-19T19:45:52.320Z] DEBUG - Clicking on Add... 15:45:52 [2019-07-19T19:45:52.320Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Add...} time=197456371 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Add...' and with style 'SWT.PUSH') 15:45:52 [2019-07-19T19:45:52.320Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Add...} time=197456372 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Add...' and with style 'SWT.PUSH') 15:45:52 [2019-07-19T19:45:52.320Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Add...} time=197456372 data=null doit=true} to (of type 'Button' and with mnemonic 'Add...' and with style 'SWT.PUSH') 15:45:52 [2019-07-19T19:45:52.320Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Add...} time=197456372 data=null} to (of type 'Button' and with mnemonic 'Add...' and with style 'SWT.PUSH') 15:45:52 [2019-07-19T19:45:52.320Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Add...} time=197456372 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Add...' and with style 'SWT.PUSH') 15:45:52 [2019-07-19T19:45:52.320Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Add...} time=197456372 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Add...' and with style 'SWT.PUSH') 15:45:52 [2019-07-19T19:45:52.320Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Add...} time=197456477 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Add...' and with style 'SWT.PUSH') 15:45:52 [2019-07-19T19:45:52.320Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Add...} time=197456478 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Add...' and with style 'SWT.PUSH') 15:45:52 [2019-07-19T19:45:52.320Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Add...} time=197456478 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Add...' and with style 'SWT.PUSH') 15:45:52 [2019-07-19T19:45:52.320Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Add...} time=197456478 data=null doit=true} to (of type 'Button' and with mnemonic 'Add...' and with style 'SWT.PUSH') 15:45:52 [2019-07-19T19:45:52.320Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Add...} time=197456478 data=null} to (of type 'Button' and with mnemonic 'Add...' and with style 'SWT.PUSH') 15:45:52 [2019-07-19T19:45:52.320Z] DEBUG - Clicked on Add... 15:45:52 [2019-07-19T19:45:52.320Z] DEBUG - matched Shell with text "Definition of Hide P...", using matcher: with text 'Definition of Hide Pattern' 15:45:52 [2019-07-19T19:45:52.320Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 15:45:52 [2019-07-19T19:45:52.320Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 15:45:52 [2019-07-19T19:45:52.320Z] DEBUG - Setting text on (of type 'Combo') to peer2 15:45:52 [2019-07-19T19:45:52.320Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {peer2} time=197456483 data=null} to (of type 'Combo') 15:45:52 [2019-07-19T19:45:52.320Z] DEBUG - Set text on (of type 'Combo') to peer2 15:45:52 [2019-07-19T19:45:52.320Z] DEBUG - matched Button with text "Case sensitive", using matcher: of type 'Button' 15:45:52 [2019-07-19T19:45:52.320Z] DEBUG - matched Button with text "Lifeline", using matcher: of type 'Button' 15:45:52 [2019-07-19T19:45:52.320Z] DEBUG - matched Button with text "Lifeline", using matcher: with mnemonic 'Lifeline' 15:45:52 [2019-07-19T19:45:52.320Z] DEBUG - matched Button with text "Lifeline", using matcher: with style 'SWT.CHECK' 15:45:52 [2019-07-19T19:45:52.320Z] DEBUG - matched Button with text "Lifeline", using matcher: (of type 'Button' and with mnemonic 'Lifeline' and with style 'SWT.CHECK') 15:45:52 [2019-07-19T19:45:52.320Z] DEBUG - matched Button with text "Interaction", using matcher: of type 'Button' 15:45:52 [2019-07-19T19:45:52.320Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:45:52 [2019-07-19T19:45:52.320Z] DEBUG - matched Button with text "Create", using matcher: of type 'Button' 15:45:52 [2019-07-19T19:45:52.320Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Lifeline' and with style 'SWT.CHECK') 15:45:52 [2019-07-19T19:45:52.320Z] DEBUG - Selecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$2@6a4414bf 15:45:52 [2019-07-19T19:45:52.320Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Lifeline} time=197456535 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Lifeline' and with style 'SWT.CHECK') 15:45:52 [2019-07-19T19:45:52.320Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Lifeline} time=197456535 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Lifeline' and with style 'SWT.CHECK') 15:45:52 [2019-07-19T19:45:52.320Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Lifeline} time=197456535 data=null doit=true} to (of type 'Button' and with mnemonic 'Lifeline' and with style 'SWT.CHECK') 15:45:52 [2019-07-19T19:45:52.320Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Lifeline} time=197456535 data=null} to (of type 'Button' and with mnemonic 'Lifeline' and with style 'SWT.CHECK') 15:45:52 [2019-07-19T19:45:52.320Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Lifeline} time=197456535 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Lifeline' and with style 'SWT.CHECK') 15:45:52 [2019-07-19T19:45:52.320Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Lifeline} time=197456535 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Lifeline' and with style 'SWT.CHECK') 15:45:52 [2019-07-19T19:45:52.320Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Lifeline} time=197456536 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Lifeline' and with style 'SWT.CHECK') 15:45:52 [2019-07-19T19:45:52.320Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Lifeline} time=197456536 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Lifeline' and with style 'SWT.CHECK') 15:45:52 [2019-07-19T19:45:52.320Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Lifeline} time=197456536 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Lifeline' and with style 'SWT.CHECK') 15:45:52 [2019-07-19T19:45:52.320Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Lifeline} time=197456536 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Lifeline' and with style 'SWT.CHECK') 15:45:52 [2019-07-19T19:45:52.320Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Lifeline} time=197456536 data=null doit=true} to (of type 'Button' and with mnemonic 'Lifeline' and with style 'SWT.CHECK') 15:45:52 [2019-07-19T19:45:52.320Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Lifeline} time=197456537 data=null} to (of type 'Button' and with mnemonic 'Lifeline' and with style 'SWT.CHECK') 15:45:52 [2019-07-19T19:45:52.320Z] DEBUG - matched Button with text "Case sensitive", using matcher: of type 'Button' 15:45:52 [2019-07-19T19:45:52.320Z] DEBUG - matched Button with text "Lifeline", using matcher: of type 'Button' 15:45:52 [2019-07-19T19:45:52.320Z] DEBUG - matched Button with text "Interaction", using matcher: of type 'Button' 15:45:52 [2019-07-19T19:45:52.320Z] DEBUG - matched Button with text "Interaction", using matcher: with mnemonic 'Interaction' 15:45:52 [2019-07-19T19:45:52.320Z] DEBUG - matched Button with text "Interaction", using matcher: with style 'SWT.CHECK' 15:45:52 [2019-07-19T19:45:52.320Z] DEBUG - matched Button with text "Interaction", using matcher: (of type 'Button' and with mnemonic 'Interaction' and with style 'SWT.CHECK') 15:45:52 [2019-07-19T19:45:52.320Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:45:52 [2019-07-19T19:45:52.320Z] DEBUG - matched Button with text "Create", using matcher: of type 'Button' 15:45:52 [2019-07-19T19:45:52.320Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Interaction' and with style 'SWT.CHECK') 15:45:52 [2019-07-19T19:45:52.320Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Interaction' and with style 'SWT.CHECK') already deselected, not deselecting again. 15:45:52 [2019-07-19T19:45:52.320Z] DEBUG - matched Button with text "Case sensitive", using matcher: of type 'Button' 15:45:52 [2019-07-19T19:45:52.320Z] DEBUG - matched Button with text "Lifeline", using matcher: of type 'Button' 15:45:52 [2019-07-19T19:45:52.320Z] DEBUG - matched Button with text "Interaction", using matcher: of type 'Button' 15:45:52 [2019-07-19T19:45:52.320Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:45:52 [2019-07-19T19:45:52.320Z] DEBUG - matched Button with text "Create", using matcher: of type 'Button' 15:45:52 [2019-07-19T19:45:52.320Z] DEBUG - matched Button with text "Create", using matcher: with mnemonic 'Create' 15:45:52 [2019-07-19T19:45:52.320Z] DEBUG - matched Button with text "Create", using matcher: with style 'SWT.PUSH' 15:45:52 [2019-07-19T19:45:52.321Z] DEBUG - matched Button with text "Create", using matcher: (of type 'Button' and with mnemonic 'Create' and with style 'SWT.PUSH') 15:45:52 [2019-07-19T19:45:52.321Z] DEBUG - Clicking on Create 15:45:52 [2019-07-19T19:45:52.321Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Create} time=197456539 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create' and with style 'SWT.PUSH') 15:45:52 [2019-07-19T19:45:52.321Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Create} time=197456539 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create' and with style 'SWT.PUSH') 15:45:52 [2019-07-19T19:45:52.321Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Create} time=197456539 data=null doit=true} to (of type 'Button' and with mnemonic 'Create' and with style 'SWT.PUSH') 15:45:52 [2019-07-19T19:45:52.321Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Create} time=197456539 data=null} to (of type 'Button' and with mnemonic 'Create' and with style 'SWT.PUSH') 15:45:52 [2019-07-19T19:45:52.321Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Create} time=197456539 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create' and with style 'SWT.PUSH') 15:45:52 [2019-07-19T19:45:52.321Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Create} time=197456539 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create' and with style 'SWT.PUSH') 15:45:52 [2019-07-19T19:45:52.321Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Create} time=197456539 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Create' and with style 'SWT.PUSH') 15:45:52 [2019-07-19T19:45:52.321Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Add...} time=197456372 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Add...' and with style 'SWT.PUSH') 15:45:52 [2019-07-19T19:45:52.578Z] DEBUG - Clicked on 15:45:52 [2019-07-19T19:45:52.578Z] DEBUG - matched Button with text "Add...", using matcher: of type 'Button' 15:45:52 [2019-07-19T19:45:52.578Z] DEBUG - matched Button with text "Edit it", using matcher: of type 'Button' 15:45:52 [2019-07-19T19:45:52.578Z] DEBUG - matched Button with text "Remove", using matcher: of type 'Button' 15:45:52 [2019-07-19T19:45:52.578Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:45:52 [2019-07-19T19:45:52.578Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:45:52 [2019-07-19T19:45:52.578Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 15:45:52 [2019-07-19T19:45:52.578Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:45:52 [2019-07-19T19:45:52.578Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:52 [2019-07-19T19:45:52.578Z] DEBUG - Clicking on OK 15:45:52 [2019-07-19T19:45:52.578Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=197456767 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:52 [2019-07-19T19:45:52.578Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=197456768 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:52 [2019-07-19T19:45:52.578Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=197456768 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:52 [2019-07-19T19:45:52.578Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=197456768 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:52 [2019-07-19T19:45:52.578Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=197456768 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:52 [2019-07-19T19:45:52.578Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=197456768 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:52 [2019-07-19T19:45:52.835Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=197456768 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:52 [2019-07-19T19:45:52.835Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Hide Patterns...} time=197456153 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Hide Patterns...' 15:45:52 [2019-07-19T19:45:52.835Z] DEBUG - Clicked on 15:45:52 [2019-07-19T19:45:52.835Z] DEBUG - matched MenuItem with text "Hide Patterns...", using matcher: with mnemonic 'Hide Patterns...' 15:45:52 [2019-07-19T19:45:52.835Z] DEBUG - Clicking on with mnemonic 'Hide Patterns...' 15:45:53 [2019-07-19T19:45:53.092Z] DEBUG - Clicked on with mnemonic 'Hide Patterns...' 15:45:53 [2019-07-19T19:45:53.092Z] DEBUG - matched Shell with text "Sequence Diagram Hid...", using matcher: with text 'Sequence Diagram Hide Patterns' 15:45:53 [2019-07-19T19:45:53.092Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:45:53 [2019-07-19T19:45:53.092Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:45:53 [2019-07-19T19:45:53.092Z] DEBUG - Attempting to set focus on (of type 'Table') 15:45:53 [2019-07-19T19:45:53.092Z] DEBUG - Attempting to set focus on (of type 'Table') 15:45:53 [2019-07-19T19:45:53.092Z] DEBUG - Selecting rows [0] in (of type 'Table') 15:45:53 [2019-07-19T19:45:53.092Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=197457241 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 15:45:53 [2019-07-19T19:45:53.092Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=197457241 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 15:45:53 [2019-07-19T19:45:53.092Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=197457241 data=null doit=true} to (of type 'Table') 15:45:53 [2019-07-19T19:45:53.092Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=197457241 data=null} to (of type 'Table') 15:45:53 [2019-07-19T19:45:53.092Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {hide peer2 [Lifeline]} time=197457241 data=null button=1 stateMask=0x0 x=91 y=11 count=1} to (of type 'Table') 15:45:53 [2019-07-19T19:45:53.092Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=197457242 data=null item=TableItem {hide peer2 [Lifeline]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to (of type 'Table') 15:45:53 [2019-07-19T19:45:53.092Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {hide peer2 [Lifeline]} time=197457243 data=null button=1 stateMask=0x80000 x=91 y=11 count=1} to (of type 'Table') 15:45:53 [2019-07-19T19:45:53.092Z] DEBUG - matched Button with text "Add...", using matcher: of type 'Button' 15:45:53 [2019-07-19T19:45:53.092Z] DEBUG - matched Button with text "Edit it", using matcher: of type 'Button' 15:45:53 [2019-07-19T19:45:53.092Z] DEBUG - matched Button with text "Remove", using matcher: of type 'Button' 15:45:53 [2019-07-19T19:45:53.092Z] DEBUG - matched Button with text "Remove", using matcher: with mnemonic 'Remove' 15:45:53 [2019-07-19T19:45:53.092Z] DEBUG - matched Button with text "Remove", using matcher: with style 'SWT.PUSH' 15:45:53 [2019-07-19T19:45:53.092Z] DEBUG - matched Button with text "Remove", using matcher: (of type 'Button' and with mnemonic 'Remove' and with style 'SWT.PUSH') 15:45:53 [2019-07-19T19:45:53.092Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:45:53 [2019-07-19T19:45:53.092Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:45:53 [2019-07-19T19:45:53.092Z] DEBUG - Clicking on Remove 15:45:53 [2019-07-19T19:45:53.092Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Remove} time=197457244 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Remove' and with style 'SWT.PUSH') 15:45:53 [2019-07-19T19:45:53.092Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Remove} time=197457244 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Remove' and with style 'SWT.PUSH') 15:45:53 [2019-07-19T19:45:53.092Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Remove} time=197457244 data=null doit=true} to (of type 'Button' and with mnemonic 'Remove' and with style 'SWT.PUSH') 15:45:53 [2019-07-19T19:45:53.092Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Remove} time=197457244 data=null} to (of type 'Button' and with mnemonic 'Remove' and with style 'SWT.PUSH') 15:45:53 [2019-07-19T19:45:53.092Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Remove} time=197457244 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Remove' and with style 'SWT.PUSH') 15:45:53 [2019-07-19T19:45:53.092Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Remove} time=197457245 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Remove' and with style 'SWT.PUSH') 15:45:53 [2019-07-19T19:45:53.092Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Remove} time=197457245 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Remove' and with style 'SWT.PUSH') 15:45:53 [2019-07-19T19:45:53.092Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Remove' and with style 'SWT.PUSH') 15:45:53 [2019-07-19T19:45:53.092Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Remove' and with style 'SWT.PUSH') 15:45:53 [2019-07-19T19:45:53.092Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Remove' and with style 'SWT.PUSH') 15:45:53 [2019-07-19T19:45:53.092Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Remove' and with style 'SWT.PUSH') 15:45:53 [2019-07-19T19:45:53.092Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Remove' and with style 'SWT.PUSH') 15:45:53 [2019-07-19T19:45:53.092Z] DEBUG - Clicked on Remove 15:45:53 [2019-07-19T19:45:53.092Z] DEBUG - matched Button with text "Add...", using matcher: of type 'Button' 15:45:53 [2019-07-19T19:45:53.092Z] DEBUG - matched Button with text "Edit it", using matcher: of type 'Button' 15:45:53 [2019-07-19T19:45:53.092Z] DEBUG - matched Button with text "Remove", using matcher: of type 'Button' 15:45:53 [2019-07-19T19:45:53.092Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:45:53 [2019-07-19T19:45:53.092Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:45:53 [2019-07-19T19:45:53.092Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 15:45:53 [2019-07-19T19:45:53.092Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:45:53 [2019-07-19T19:45:53.092Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:53 [2019-07-19T19:45:53.092Z] DEBUG - Clicking on OK 15:45:53 [2019-07-19T19:45:53.092Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=197457255 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:53 [2019-07-19T19:45:53.092Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=197457255 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:53 [2019-07-19T19:45:53.092Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=197457256 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:53 [2019-07-19T19:45:53.092Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=197457256 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:53 [2019-07-19T19:45:53.092Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=197457256 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:53 [2019-07-19T19:45:53.092Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=197457256 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:53 [2019-07-19T19:45:53.092Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=197457256 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:53 [2019-07-19T19:45:53.092Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Hide Patterns...} time=197456973 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Hide Patterns...' 15:45:53 [2019-07-19T19:45:53.655Z] DEBUG - Clicked on 15:45:53 [2019-07-19T19:45:53.655Z] DEBUG - matched MenuItem with text "Configure Min Max...", using matcher: with mnemonic 'Configure Min Max...' 15:45:53 [2019-07-19T19:45:53.655Z] DEBUG - Clicking on with mnemonic 'Configure Min Max...' 15:45:53 [2019-07-19T19:45:53.912Z] DEBUG - Clicked on with mnemonic 'Configure Min Max...' 15:45:53 [2019-07-19T19:45:53.912Z] DEBUG - matched Shell with text "TimeCompression bar ...", using matcher: with text 'TimeCompression bar configuration' 15:45:53 [2019-07-19T19:45:53.912Z] DEBUG - matched Text with text "100", using matcher: of type 'Text' 15:45:53 [2019-07-19T19:45:53.912Z] DEBUG - matched Text with text "100", using matcher: of type 'Text' 15:45:53 [2019-07-19T19:45:53.912Z] DEBUG - matched Label with text "Max time", using matcher: with mnemonic 'Max time' 15:45:53 [2019-07-19T19:45:53.912Z] DEBUG - matched Text with text "100", using matcher: with label (with mnemonic 'Max time') 15:45:53 [2019-07-19T19:45:53.912Z] DEBUG - matched Text with text "100", using matcher: (of type 'Text' and with label (with mnemonic 'Max time')) 15:45:53 [2019-07-19T19:45:53.912Z] DEBUG - matched Text with text "-9", using matcher: of type 'Text' 15:45:53 [2019-07-19T19:45:53.912Z] DEBUG - matched Label with text "Max time", using matcher: with mnemonic 'Max time' 15:45:53 [2019-07-19T19:45:53.912Z] DEBUG - matched Text with text "-9", using matcher: with label (with mnemonic 'Max time') 15:45:53 [2019-07-19T19:45:53.912Z] DEBUG - matched Text with text "-9", using matcher: (of type 'Text' and with label (with mnemonic 'Max time')) 15:45:53 [2019-07-19T19:45:53.912Z] DEBUG - matched Text with text "0", using matcher: of type 'Text' 15:45:53 [2019-07-19T19:45:53.912Z] DEBUG - matched Label with text "Max time", using matcher: with mnemonic 'Max time' 15:45:53 [2019-07-19T19:45:53.912Z] DEBUG - matched Text with text "0", using matcher: with label (with mnemonic 'Max time') 15:45:53 [2019-07-19T19:45:53.912Z] DEBUG - matched Text with text "0", using matcher: (of type 'Text' and with label (with mnemonic 'Max time')) 15:45:53 [2019-07-19T19:45:53.912Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:45:53 [2019-07-19T19:45:53.912Z] DEBUG - matched Button with text "Default", using matcher: of type 'Button' 15:45:53 [2019-07-19T19:45:53.912Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:45:53 [2019-07-19T19:45:53.912Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 15:45:53 [2019-07-19T19:45:53.912Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:45:53 [2019-07-19T19:45:53.912Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:53 [2019-07-19T19:45:53.912Z] DEBUG - Clicking on OK 15:45:53 [2019-07-19T19:45:53.912Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=197457968 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:53 [2019-07-19T19:45:53.912Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=197457968 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:53 [2019-07-19T19:45:53.912Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=197457968 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:53 [2019-07-19T19:45:53.912Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=197457968 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:53 [2019-07-19T19:45:53.912Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=197457975 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:53 [2019-07-19T19:45:53.912Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=197457976 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:53 [2019-07-19T19:45:53.912Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=197457976 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:53 [2019-07-19T19:45:53.912Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Configure Min Max...} time=197457669 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Configure Min Max...' 15:45:54 [2019-07-19T19:45:54.170Z] DEBUG - Clicked on 15:45:54 [2019-07-19T19:45:54.170Z] DEBUG - matched MenuItem with text "Configure Min Max...", using matcher: with mnemonic 'Configure Min Max...' 15:45:54 [2019-07-19T19:45:54.170Z] DEBUG - Clicking on with mnemonic 'Configure Min Max...' 15:45:54 [2019-07-19T19:45:54.427Z] DEBUG - Clicked on with mnemonic 'Configure Min Max...' 15:45:54 [2019-07-19T19:45:54.427Z] DEBUG - matched Shell with text "TimeCompression bar ...", using matcher: with text 'TimeCompression bar configuration' 15:45:54 [2019-07-19T19:45:54.427Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:45:54 [2019-07-19T19:45:54.427Z] DEBUG - matched Button with text "Default", using matcher: of type 'Button' 15:45:54 [2019-07-19T19:45:54.427Z] DEBUG - matched Button with text "Default", using matcher: with mnemonic 'Default' 15:45:54 [2019-07-19T19:45:54.427Z] DEBUG - matched Button with text "Default", using matcher: with style 'SWT.PUSH' 15:45:54 [2019-07-19T19:45:54.427Z] DEBUG - matched Button with text "Default", using matcher: (of type 'Button' and with mnemonic 'Default' and with style 'SWT.PUSH') 15:45:54 [2019-07-19T19:45:54.427Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:45:54 [2019-07-19T19:45:54.427Z] DEBUG - Clicking on Default 15:45:54 [2019-07-19T19:45:54.427Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Default} time=197458492 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Default' and with style 'SWT.PUSH') 15:45:54 [2019-07-19T19:45:54.427Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Default} time=197458493 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Default' and with style 'SWT.PUSH') 15:45:54 [2019-07-19T19:45:54.427Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Default} time=197458493 data=null doit=true} to (of type 'Button' and with mnemonic 'Default' and with style 'SWT.PUSH') 15:45:54 [2019-07-19T19:45:54.427Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Default} time=197458493 data=null} to (of type 'Button' and with mnemonic 'Default' and with style 'SWT.PUSH') 15:45:54 [2019-07-19T19:45:54.427Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Default} time=197458493 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Default' and with style 'SWT.PUSH') 15:45:54 [2019-07-19T19:45:54.427Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Default} time=197458493 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Default' and with style 'SWT.PUSH') 15:45:54 [2019-07-19T19:45:54.427Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Default} time=197458493 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Default' and with style 'SWT.PUSH') 15:45:54 [2019-07-19T19:45:54.427Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Default} time=197458546 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Default' and with style 'SWT.PUSH') 15:45:54 [2019-07-19T19:45:54.427Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Default} time=197458546 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Default' and with style 'SWT.PUSH') 15:45:54 [2019-07-19T19:45:54.427Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Default} time=197458546 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Default' and with style 'SWT.PUSH') 15:45:54 [2019-07-19T19:45:54.427Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Default} time=197458546 data=null doit=true} to (of type 'Button' and with mnemonic 'Default' and with style 'SWT.PUSH') 15:45:54 [2019-07-19T19:45:54.427Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Default} time=197458546 data=null} to (of type 'Button' and with mnemonic 'Default' and with style 'SWT.PUSH') 15:45:54 [2019-07-19T19:45:54.427Z] DEBUG - Clicked on Default 15:45:54 [2019-07-19T19:45:54.427Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:45:54 [2019-07-19T19:45:54.427Z] DEBUG - matched Button with text "Default", using matcher: of type 'Button' 15:45:54 [2019-07-19T19:45:54.427Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:45:54 [2019-07-19T19:45:54.427Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 15:45:54 [2019-07-19T19:45:54.427Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:45:54 [2019-07-19T19:45:54.427Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:54 [2019-07-19T19:45:54.427Z] DEBUG - Clicking on OK 15:45:54 [2019-07-19T19:45:54.427Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=197458547 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:54 [2019-07-19T19:45:54.427Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=197458547 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:54 [2019-07-19T19:45:54.427Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=197458548 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:54 [2019-07-19T19:45:54.427Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=197458548 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:54 [2019-07-19T19:45:54.427Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=197458548 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:54 [2019-07-19T19:45:54.427Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=197458548 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:54 [2019-07-19T19:45:54.427Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=197458548 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:54 [2019-07-19T19:45:54.427Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Configure Min Max...} time=197458276 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Configure Min Max...' 15:45:54 [2019-07-19T19:45:54.686Z] DEBUG - Clicked on 15:45:54 [2019-07-19T19:45:54.686Z] DEBUG - number of items : 9 15:45:54 [2019-07-19T19:45:54.686Z] DEBUG - Clicking on ToolItem with tooltip text {Go to next page} 15:45:54 [2019-07-19T19:45:54.686Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=197458682 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Go to next page} 15:45:54 [2019-07-19T19:45:54.686Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197458682 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Go to next page} 15:45:54 [2019-07-19T19:45:54.686Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=197458682 data=null doit=true} to ToolItem with tooltip text {Go to next page} 15:45:54 [2019-07-19T19:45:54.686Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=197458682 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Go to next page} 15:45:54 [2019-07-19T19:45:54.686Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=197458682 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Go to next page} 15:45:54 [2019-07-19T19:45:54.686Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=197458682 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Go to next page} 15:45:54 [2019-07-19T19:45:54.686Z] WARN - Widget is not enabled: ToolItem with tooltip text {Go to next page} 15:45:54 [2019-07-19T19:45:54.686Z] WARN - Widget is not enabled: ToolItem with tooltip text {Go to next page} 15:45:54 [2019-07-19T19:45:54.686Z] WARN - Widget is not enabled: ToolItem with tooltip text {Go to next page} 15:45:54 [2019-07-19T19:45:54.686Z] WARN - Widget is not enabled: ToolItem with tooltip text {Go to next page} 15:45:54 [2019-07-19T19:45:54.686Z] WARN - Widget is not enabled: ToolItem with tooltip text {Go to next page} 15:45:54 [2019-07-19T19:45:54.686Z] DEBUG - Clicked on ToolItem with tooltip text {Go to next page} 15:45:54 [2019-07-19T19:45:54.686Z] DEBUG - number of items : 9 15:45:54 [2019-07-19T19:45:54.686Z] DEBUG - Clicking on ToolItem with tooltip text {Go to previous page} 15:45:54 [2019-07-19T19:45:54.686Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=197458700 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Go to previous page} 15:45:54 [2019-07-19T19:45:54.686Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197458700 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Go to previous page} 15:45:54 [2019-07-19T19:45:54.686Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=197458700 data=null doit=true} to ToolItem with tooltip text {Go to previous page} 15:45:54 [2019-07-19T19:45:54.686Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=197458700 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Go to previous page} 15:45:54 [2019-07-19T19:45:54.686Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=197458700 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Go to previous page} 15:45:54 [2019-07-19T19:45:54.686Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=197458701 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Go to previous page} 15:45:54 [2019-07-19T19:45:54.686Z] WARN - Widget is not enabled: ToolItem with tooltip text {Go to previous page} 15:45:54 [2019-07-19T19:45:54.686Z] WARN - Widget is not enabled: ToolItem with tooltip text {Go to previous page} 15:45:54 [2019-07-19T19:45:54.686Z] WARN - Widget is not enabled: ToolItem with tooltip text {Go to previous page} 15:45:54 [2019-07-19T19:45:54.686Z] WARN - Widget is not enabled: ToolItem with tooltip text {Go to previous page} 15:45:54 [2019-07-19T19:45:54.686Z] WARN - Widget is not enabled: ToolItem with tooltip text {Go to previous page} 15:45:54 [2019-07-19T19:45:54.686Z] DEBUG - Clicked on ToolItem with tooltip text {Go to previous page} 15:45:54 [2019-07-19T19:45:54.686Z] DEBUG - number of items : 9 15:45:54 [2019-07-19T19:45:54.686Z] DEBUG - Clicking on ToolItem with tooltip text {Go to last page} 15:45:54 [2019-07-19T19:45:54.686Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=197458716 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Go to last page} 15:45:54 [2019-07-19T19:45:54.686Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197458716 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Go to last page} 15:45:54 [2019-07-19T19:45:54.686Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=197458716 data=null doit=true} to ToolItem with tooltip text {Go to last page} 15:45:54 [2019-07-19T19:45:54.686Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=197458717 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Go to last page} 15:45:54 [2019-07-19T19:45:54.686Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=197458717 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Go to last page} 15:45:54 [2019-07-19T19:45:54.686Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=197458717 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Go to last page} 15:45:54 [2019-07-19T19:45:54.686Z] WARN - Widget is not enabled: ToolItem with tooltip text {Go to last page} 15:45:54 [2019-07-19T19:45:54.686Z] WARN - Widget is not enabled: ToolItem with tooltip text {Go to last page} 15:45:54 [2019-07-19T19:45:54.686Z] WARN - Widget is not enabled: ToolItem with tooltip text {Go to last page} 15:45:54 [2019-07-19T19:45:54.686Z] WARN - Widget is not enabled: ToolItem with tooltip text {Go to last page} 15:45:54 [2019-07-19T19:45:54.686Z] WARN - Widget is not enabled: ToolItem with tooltip text {Go to last page} 15:45:54 [2019-07-19T19:45:54.686Z] DEBUG - Clicked on ToolItem with tooltip text {Go to last page} 15:45:54 [2019-07-19T19:45:54.686Z] DEBUG - number of items : 9 15:45:54 [2019-07-19T19:45:54.686Z] DEBUG - Clicking on ToolItem with tooltip text {Go to first page} 15:45:54 [2019-07-19T19:45:54.686Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=197458732 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Go to first page} 15:45:54 [2019-07-19T19:45:54.686Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197458732 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Go to first page} 15:45:54 [2019-07-19T19:45:54.686Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=197458733 data=null doit=true} to ToolItem with tooltip text {Go to first page} 15:45:54 [2019-07-19T19:45:54.686Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=197458733 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Go to first page} 15:45:54 [2019-07-19T19:45:54.686Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=197458733 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Go to first page} 15:45:54 [2019-07-19T19:45:54.686Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=197458733 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Go to first page} 15:45:54 [2019-07-19T19:45:54.686Z] WARN - Widget is not enabled: ToolItem with tooltip text {Go to first page} 15:45:54 [2019-07-19T19:45:54.686Z] WARN - Widget is not enabled: ToolItem with tooltip text {Go to first page} 15:45:54 [2019-07-19T19:45:54.686Z] WARN - Widget is not enabled: ToolItem with tooltip text {Go to first page} 15:45:54 [2019-07-19T19:45:54.686Z] WARN - Widget is not enabled: ToolItem with tooltip text {Go to first page} 15:45:54 [2019-07-19T19:45:54.686Z] WARN - Widget is not enabled: ToolItem with tooltip text {Go to first page} 15:45:54 [2019-07-19T19:45:54.686Z] DEBUG - Clicked on ToolItem with tooltip text {Go to first page} 15:45:54 [2019-07-19T19:45:54.686Z] DEBUG - matched MenuItem with text "Next page", using matcher: with mnemonic 'Next page' 15:45:54 [2019-07-19T19:45:54.686Z] DEBUG - Clicking on with mnemonic 'Next page' 15:45:54 [2019-07-19T19:45:54.686Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Next page} time=197458852 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Next page' 15:45:54 [2019-07-19T19:45:54.686Z] DEBUG - Clicked on with mnemonic 'Next page' 15:45:54 [2019-07-19T19:45:54.985Z] DEBUG - matched MenuItem with text "Previous page", using matcher: with mnemonic 'Previous page' 15:45:54 [2019-07-19T19:45:54.985Z] DEBUG - Clicking on with mnemonic 'Previous page' 15:45:54 [2019-07-19T19:45:54.985Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Previous page} time=197458943 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Previous page' 15:45:54 [2019-07-19T19:45:54.985Z] DEBUG - Clicked on with mnemonic 'Previous page' 15:45:54 [2019-07-19T19:45:54.985Z] DEBUG - matched MenuItem with text "Last page", using matcher: with mnemonic 'Last page' 15:45:54 [2019-07-19T19:45:54.985Z] DEBUG - Clicking on with mnemonic 'Last page' 15:45:54 [2019-07-19T19:45:54.985Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Last page} time=197459039 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Last page' 15:45:54 [2019-07-19T19:45:54.985Z] DEBUG - Clicked on with mnemonic 'Last page' 15:45:54 [2019-07-19T19:45:54.985Z] DEBUG - matched MenuItem with text "First page", using matcher: with mnemonic 'First page' 15:45:54 [2019-07-19T19:45:54.985Z] DEBUG - Clicking on with mnemonic 'First page' 15:45:54 [2019-07-19T19:45:54.985Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {First page} time=197459068 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'First page' 15:45:54 [2019-07-19T19:45:54.985Z] DEBUG - Clicked on with mnemonic 'First page' 15:45:54 [2019-07-19T19:45:54.985Z] DEBUG - matched MenuItem with text "Pages...", using matcher: with mnemonic 'Pages...' 15:45:54 [2019-07-19T19:45:54.985Z] DEBUG - Clicking on with mnemonic 'Pages...' 15:45:55 [2019-07-19T19:45:55.553Z] DEBUG - Clicked on with mnemonic 'Pages...' 15:45:55 [2019-07-19T19:45:55.553Z] DEBUG - matched Shell with text "Sequence Diagram Pag...", using matcher: with text 'Sequence Diagram Pages' 15:45:55 [2019-07-19T19:45:55.553Z] DEBUG - matched Text with text "1", using matcher: of type 'Text' 15:45:55 [2019-07-19T19:45:55.553Z] DEBUG - matched Text with text "1", using matcher: (of type 'Text') 15:45:55 [2019-07-19T19:45:55.553Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:45:55 [2019-07-19T19:45:55.553Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:45:55 [2019-07-19T19:45:55.553Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 15:45:55 [2019-07-19T19:45:55.553Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:45:55 [2019-07-19T19:45:55.553Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:55 [2019-07-19T19:45:55.553Z] DEBUG - Clicking on OK 15:45:55 [2019-07-19T19:45:55.553Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=197459550 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:55 [2019-07-19T19:45:55.553Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=197459550 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:55 [2019-07-19T19:45:55.553Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=197459550 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:55 [2019-07-19T19:45:55.553Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=197459550 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:55 [2019-07-19T19:45:55.553Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=197459550 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:55 [2019-07-19T19:45:55.553Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=197459550 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:55 [2019-07-19T19:45:55.553Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=197459550 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:55 [2019-07-19T19:45:55.553Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Pages...} time=197459155 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Pages...' 15:45:55 [2019-07-19T19:45:55.811Z] DEBUG - Clicked on 15:45:56 [2019-07-19T19:45:56.739Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=197460658 data=null doit=true} to Shell with text {data - Eclipse Platform} 15:45:56 [2019-07-19T19:45:56.739Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' 15:45:56 [2019-07-19T19:45:56.739Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:45:56 [2019-07-19T19:45:56.739Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:45:56 [2019-07-19T19:45:56.739Z] DEBUG - Attempting to set focus on Tree with text {} 15:45:56 [2019-07-19T19:45:56.739Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForFiltering} time=197460708 data=null button=0 stateMask=0x0 x=89 y=11 count=0} to TreeItem with text {TestForFiltering} 15:45:56 [2019-07-19T19:45:56.739Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForFiltering} time=197460708 data=null doit=true} to TreeItem with text {TestForFiltering} 15:45:56 [2019-07-19T19:45:56.739Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForFiltering} time=197460708 data=null} to TreeItem with text {TestForFiltering} 15:45:56 [2019-07-19T19:45:56.739Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForFiltering} time=197460709 data=null button=1 stateMask=0x0 x=89 y=11 count=1} to TreeItem with text {TestForFiltering} 15:45:56 [2019-07-19T19:45:56.739Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197460709 data=null item=TreeItem {TestForFiltering} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestForFiltering} 15:45:56 [2019-07-19T19:45:56.739Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForFiltering} time=197460717 data=null button=1 stateMask=0x80000 x=89 y=11 count=1} to TreeItem with text {TestForFiltering} 15:45:56 [2019-07-19T19:45:56.739Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' 15:45:56 [2019-07-19T19:45:56.739Z] DEBUG - Clicking on with mnemonic 'Delete' 15:45:56 [2019-07-19T19:45:56.739Z] DEBUG - Clicked on with mnemonic 'Delete' 15:45:56 [2019-07-19T19:45:56.996Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' 15:45:56 [2019-07-19T19:45:56.996Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} 15:45:56 [2019-07-19T19:45:56.996Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 15:45:56 [2019-07-19T19:45:56.997Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' 15:45:56 [2019-07-19T19:45:56.997Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') 15:45:56 [2019-07-19T19:45:56.997Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 15:45:56 [2019-07-19T19:45:56.997Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:45:56 [2019-07-19T19:45:56.997Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:45:56 [2019-07-19T19:45:56.997Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') 15:45:56 [2019-07-19T19:45:56.997Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected 15:45:56 [2019-07-19T19:45:56.997Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197461143 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:45:56 [2019-07-19T19:45:56.997Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197461144 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:45:56 [2019-07-19T19:45:56.997Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=197461144 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:45:56 [2019-07-19T19:45:56.997Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=197461144 data=null} to (of type 'Button' and with style 'SWT.CHECK') 15:45:56 [2019-07-19T19:45:56.997Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197461145 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:45:56 [2019-07-19T19:45:56.997Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197461145 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:45:56 [2019-07-19T19:45:56.997Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=197461145 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:45:56 [2019-07-19T19:45:56.997Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197461145 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:45:56 [2019-07-19T19:45:56.997Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197461145 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:45:56 [2019-07-19T19:45:56.997Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197461145 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:45:56 [2019-07-19T19:45:56.997Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=197461145 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:45:56 [2019-07-19T19:45:56.997Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=197461145 data=null} to (of type 'Button' and with style 'SWT.CHECK') 15:45:56 [2019-07-19T19:45:56.997Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') 15:45:56 [2019-07-19T19:45:56.997Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 15:45:56 [2019-07-19T19:45:56.997Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 15:45:56 [2019-07-19T19:45:56.997Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:45:56 [2019-07-19T19:45:56.997Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:45:56 [2019-07-19T19:45:56.997Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 15:45:56 [2019-07-19T19:45:56.997Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:45:56 [2019-07-19T19:45:56.997Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:56 [2019-07-19T19:45:56.997Z] DEBUG - Clicking on OK 15:45:56 [2019-07-19T19:45:56.997Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=197461150 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:56 [2019-07-19T19:45:56.997Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=197461150 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:56 [2019-07-19T19:45:56.997Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=197461151 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:56 [2019-07-19T19:45:56.997Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=197461151 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:56 [2019-07-19T19:45:56.997Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=197461151 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:56 [2019-07-19T19:45:56.997Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=197461151 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:56 [2019-07-19T19:45:56.997Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:56 [2019-07-19T19:45:56.997Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:56 [2019-07-19T19:45:56.997Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:56 [2019-07-19T19:45:56.997Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:56 [2019-07-19T19:45:56.997Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:56 [2019-07-19T19:45:56.997Z] DEBUG - Clicked on OK 15:45:57 [2019-07-19T19:45:57.560Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=197461151 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:45:57 [2019-07-19T19:45:57.560Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=197460792 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' 15:45:57 [2019-07-19T19:45:57.560Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.tmfUml2SDSyncView"' 15:45:57 [2019-07-19T19:45:57.817Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 41.414 s - in org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.SDViewTest 15:45:57 [2019-07-19T19:45:57.817Z] testSDPrintUi(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.SDViewTest) Time elapsed: 25.907 s 15:45:57 [2019-07-19T19:45:57.817Z] testSDView(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.SDViewTest) Time elapsed: 15.085 s 15:45:57 [2019-07-19T19:45:57.817Z] Running org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.TestRefreshCustomTextTrace 15:46:10 [2019-07-19T19:46:10.001Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.703 s - in org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.TestRefreshCustomTextTrace 15:46:10 [2019-07-19T19:46:10.001Z] testRefresh(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.TestRefreshCustomTextTrace) Time elapsed: 10.402 s 15:46:10 [2019-07-19T19:46:10.001Z] Running org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.MovableColumnEventsEditorTest 15:46:10 [2019-07-19T19:46:10.001Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.003 s - in org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.MovableColumnEventsEditorTest 15:46:10 [2019-07-19T19:46:10.001Z] testReorder(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.MovableColumnEventsEditorTest) skipped 15:46:10 [2019-07-19T19:46:10.001Z] Running org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.ColumnHeaderMenuTest 15:46:10 [2019-07-19T19:46:10.259Z] DEBUG - matched EditorReference with text "", using matcher: with name '"syslog_collapse"' 15:46:10 [2019-07-19T19:46:10.259Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 15:46:10 [2019-07-19T19:46:10.259Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:46:10 [2019-07-19T19:46:10.259Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:46:10 [2019-07-19T19:46:10.516Z] DEBUG - matched MenuItem with text "Timestamp", using matcher: with mnemonic 'Timestamp' 15:46:10 [2019-07-19T19:46:10.516Z] DEBUG - Clicking on with mnemonic 'Timestamp' 15:46:10 [2019-07-19T19:46:10.516Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Timestamp} time=197474514 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Timestamp' 15:46:10 [2019-07-19T19:46:10.516Z] DEBUG - Clicked on with mnemonic 'Timestamp' 15:46:10 [2019-07-19T19:46:10.516Z] DEBUG - matched MenuItem with text "Host", using matcher: with mnemonic 'Host' 15:46:10 [2019-07-19T19:46:10.516Z] DEBUG - Clicking on with mnemonic 'Host' 15:46:10 [2019-07-19T19:46:10.516Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Host} time=197474685 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Host' 15:46:10 [2019-07-19T19:46:10.516Z] DEBUG - Clicked on with mnemonic 'Host' 15:46:10 [2019-07-19T19:46:10.773Z] DEBUG - matched MenuItem with text "Logger", using matcher: with mnemonic 'Logger' 15:46:10 [2019-07-19T19:46:10.773Z] DEBUG - Clicking on with mnemonic 'Logger' 15:46:10 [2019-07-19T19:46:10.773Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Logger} time=197474833 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Logger' 15:46:10 [2019-07-19T19:46:10.773Z] DEBUG - Clicked on with mnemonic 'Logger' 15:46:10 [2019-07-19T19:46:10.773Z] DEBUG - matched MenuItem with text "File", using matcher: with mnemonic 'File' 15:46:10 [2019-07-19T19:46:10.773Z] DEBUG - Clicking on with mnemonic 'File' 15:46:10 [2019-07-19T19:46:10.773Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {File} time=197474952 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'File' 15:46:10 [2019-07-19T19:46:10.773Z] DEBUG - Clicked on with mnemonic 'File' 15:46:11 [2019-07-19T19:46:11.028Z] DEBUG - matched MenuItem with text "Message", using matcher: with mnemonic 'Message' 15:46:11 [2019-07-19T19:46:11.028Z] DEBUG - Clicking on with mnemonic 'Message' 15:46:11 [2019-07-19T19:46:11.028Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Message} time=197475049 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Message' 15:46:11 [2019-07-19T19:46:11.028Z] DEBUG - Clicked on with mnemonic 'Message' 15:46:12 [2019-07-19T19:46:12.398Z] DEBUG - matched EditorReference with text "", using matcher: with name '"syslog_collapse"' 15:46:12 [2019-07-19T19:46:12.398Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 15:46:12 [2019-07-19T19:46:12.398Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:46:12 [2019-07-19T19:46:12.398Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:46:12 [2019-07-19T19:46:12.398Z] DEBUG - matched MenuItem with text "Show All", using matcher: with mnemonic 'Show All' 15:46:12 [2019-07-19T19:46:12.398Z] DEBUG - Clicking on with mnemonic 'Show All' 15:46:12 [2019-07-19T19:46:12.398Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Show All} time=197476616 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Show All' 15:46:12 [2019-07-19T19:46:12.655Z] DEBUG - Clicked on with mnemonic 'Show All' 15:46:14 [2019-07-19T19:46:14.548Z] DEBUG - matched EditorReference with text "", using matcher: with name '"syslog_collapse"' 15:46:14 [2019-07-19T19:46:14.548Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 15:46:14 [2019-07-19T19:46:14.548Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:46:14 [2019-07-19T19:46:14.548Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:46:14 [2019-07-19T19:46:14.548Z] DEBUG - matched MenuItem with text "Message", using matcher: with mnemonic 'Message' 15:46:14 [2019-07-19T19:46:14.548Z] DEBUG - Clicking on with mnemonic 'Message' 15:46:14 [2019-07-19T19:46:14.548Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Message} time=197478390 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Message' 15:46:14 [2019-07-19T19:46:14.548Z] DEBUG - Clicked on with mnemonic 'Message' 15:46:14 [2019-07-19T19:46:14.548Z] DEBUG - matched MenuItem with text "Line", using matcher: with mnemonic 'Line' 15:46:14 [2019-07-19T19:46:14.548Z] DEBUG - Clicking on with mnemonic 'Line' 15:46:14 [2019-07-19T19:46:14.548Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Line} time=197478556 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Line' 15:46:14 [2019-07-19T19:46:14.548Z] DEBUG - Clicked on with mnemonic 'Line' 15:46:14 [2019-07-19T19:46:14.548Z] DEBUG - matched MenuItem with text "File", using matcher: with mnemonic 'File' 15:46:14 [2019-07-19T19:46:14.548Z] DEBUG - Clicking on with mnemonic 'File' 15:46:14 [2019-07-19T19:46:14.548Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {File} time=197478699 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'File' 15:46:14 [2019-07-19T19:46:14.548Z] DEBUG - Clicked on with mnemonic 'File' 15:46:14 [2019-07-19T19:46:14.805Z] DEBUG - matched MenuItem with text "Logger", using matcher: with mnemonic 'Logger' 15:46:14 [2019-07-19T19:46:14.805Z] DEBUG - Clicking on with mnemonic 'Logger' 15:46:14 [2019-07-19T19:46:14.805Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Logger} time=197478814 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Logger' 15:46:14 [2019-07-19T19:46:14.805Z] DEBUG - Clicked on with mnemonic 'Logger' 15:46:14 [2019-07-19T19:46:14.805Z] DEBUG - matched MenuItem with text "Host", using matcher: with mnemonic 'Host' 15:46:14 [2019-07-19T19:46:14.805Z] DEBUG - Clicking on with mnemonic 'Host' 15:46:14 [2019-07-19T19:46:14.805Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Host} time=197478909 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Host' 15:46:14 [2019-07-19T19:46:14.805Z] DEBUG - Clicked on with mnemonic 'Host' 15:46:14 [2019-07-19T19:46:14.805Z] DEBUG - matched MenuItem with text "Timestamp", using matcher: with mnemonic 'Timestamp' 15:46:14 [2019-07-19T19:46:14.805Z] DEBUG - Clicking on with mnemonic 'Timestamp' 15:46:14 [2019-07-19T19:46:14.805Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Timestamp} time=197478959 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Timestamp' 15:46:14 [2019-07-19T19:46:14.805Z] DEBUG - Clicked on with mnemonic 'Timestamp' 15:46:14 [2019-07-19T19:46:14.805Z] DEBUG - matched MenuItem with text "Message", using matcher: with mnemonic 'Message' 15:46:14 [2019-07-19T19:46:14.805Z] DEBUG - Clicking on with mnemonic 'Message' 15:46:14 [2019-07-19T19:46:14.805Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Message} time=197478990 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Message' 15:46:14 [2019-07-19T19:46:14.805Z] DEBUG - Clicked on with mnemonic 'Message' 15:46:14 [2019-07-19T19:46:14.805Z] DEBUG - matched MenuItem with text "Timestamp", using matcher: with mnemonic 'Timestamp' 15:46:14 [2019-07-19T19:46:14.805Z] DEBUG - Clicking on with mnemonic 'Timestamp' 15:46:14 [2019-07-19T19:46:14.805Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Timestamp} time=197479044 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Timestamp' 15:46:15 [2019-07-19T19:46:15.062Z] DEBUG - Clicked on with mnemonic 'Timestamp' 15:46:15 [2019-07-19T19:46:15.062Z] DEBUG - matched MenuItem with text "Line", using matcher: with mnemonic 'Line' 15:46:15 [2019-07-19T19:46:15.062Z] DEBUG - Clicking on with mnemonic 'Line' 15:46:15 [2019-07-19T19:46:15.062Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Line} time=197479145 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Line' 15:46:15 [2019-07-19T19:46:15.062Z] DEBUG - Clicked on with mnemonic 'Line' 15:46:15 [2019-07-19T19:46:15.062Z] DEBUG - matched MenuItem with text "Host", using matcher: with mnemonic 'Host' 15:46:15 [2019-07-19T19:46:15.062Z] DEBUG - Clicking on with mnemonic 'Host' 15:46:15 [2019-07-19T19:46:15.062Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Host} time=197479268 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Host' 15:46:15 [2019-07-19T19:46:15.320Z] DEBUG - Clicked on with mnemonic 'Host' 15:46:15 [2019-07-19T19:46:15.320Z] DEBUG - matched MenuItem with text "File", using matcher: with mnemonic 'File' 15:46:15 [2019-07-19T19:46:15.320Z] DEBUG - Clicking on with mnemonic 'File' 15:46:15 [2019-07-19T19:46:15.320Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {File} time=197479413 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'File' 15:46:15 [2019-07-19T19:46:15.320Z] DEBUG - Clicked on with mnemonic 'File' 15:46:15 [2019-07-19T19:46:15.576Z] DEBUG - matched MenuItem with text "Logger", using matcher: with mnemonic 'Logger' 15:46:15 [2019-07-19T19:46:15.576Z] DEBUG - Clicking on with mnemonic 'Logger' 15:46:15 [2019-07-19T19:46:15.576Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Logger} time=197479579 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Logger' 15:46:15 [2019-07-19T19:46:15.576Z] DEBUG - Clicked on with mnemonic 'Logger' 15:46:17 [2019-07-19T19:46:17.469Z] DEBUG - matched EditorReference with text "", using matcher: with name '"syslog_collapse"' 15:46:17 [2019-07-19T19:46:17.469Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 15:46:17 [2019-07-19T19:46:17.469Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:46:17 [2019-07-19T19:46:17.469Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:46:17 [2019-07-19T19:46:17.469Z] DEBUG - matched MenuItem with text "Timestamp", using matcher: with mnemonic 'Timestamp' 15:46:17 [2019-07-19T19:46:17.469Z] DEBUG - Clicking on with mnemonic 'Timestamp' 15:46:17 [2019-07-19T19:46:17.469Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Timestamp} time=197481303 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Timestamp' 15:46:17 [2019-07-19T19:46:17.469Z] DEBUG - Clicked on with mnemonic 'Timestamp' 15:46:17 [2019-07-19T19:46:17.469Z] DEBUG - matched MenuItem with text "Host", using matcher: with mnemonic 'Host' 15:46:17 [2019-07-19T19:46:17.469Z] DEBUG - Clicking on with mnemonic 'Host' 15:46:17 [2019-07-19T19:46:17.469Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Host} time=197481475 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Host' 15:46:17 [2019-07-19T19:46:17.469Z] DEBUG - Clicked on with mnemonic 'Host' 15:46:17 [2019-07-19T19:46:17.469Z] DEBUG - matched MenuItem with text "Logger", using matcher: with mnemonic 'Logger' 15:46:17 [2019-07-19T19:46:17.469Z] DEBUG - Clicking on with mnemonic 'Logger' 15:46:17 [2019-07-19T19:46:17.469Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Logger} time=197481624 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Logger' 15:46:17 [2019-07-19T19:46:17.469Z] DEBUG - Clicked on with mnemonic 'Logger' 15:46:17 [2019-07-19T19:46:17.725Z] DEBUG - matched MenuItem with text "File", using matcher: with mnemonic 'File' 15:46:17 [2019-07-19T19:46:17.725Z] DEBUG - Clicking on with mnemonic 'File' 15:46:17 [2019-07-19T19:46:17.725Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {File} time=197481746 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'File' 15:46:17 [2019-07-19T19:46:17.725Z] DEBUG - Clicked on with mnemonic 'File' 15:46:17 [2019-07-19T19:46:17.725Z] DEBUG - matched MenuItem with text "Line", using matcher: with mnemonic 'Line' 15:46:17 [2019-07-19T19:46:17.725Z] DEBUG - Clicking on with mnemonic 'Line' 15:46:17 [2019-07-19T19:46:17.725Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Line} time=197481844 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Line' 15:46:17 [2019-07-19T19:46:17.725Z] DEBUG - Clicked on with mnemonic 'Line' 15:46:17 [2019-07-19T19:46:17.725Z] DEBUG - matched MenuItem with text "Message", using matcher: with mnemonic 'Message' 15:46:17 [2019-07-19T19:46:17.725Z] DEBUG - Clicking on with mnemonic 'Message' 15:46:17 [2019-07-19T19:46:17.725Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Message} time=197481894 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Message' 15:46:17 [2019-07-19T19:46:17.725Z] DEBUG - Clicked on with mnemonic 'Message' 15:46:17 [2019-07-19T19:46:17.725Z] DEBUG - matched MenuItem with text "Show All", using matcher: with mnemonic 'Show All' 15:46:17 [2019-07-19T19:46:17.725Z] DEBUG - Clicking on with mnemonic 'Show All' 15:46:17 [2019-07-19T19:46:17.725Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Show All} time=197481925 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Show All' 15:46:17 [2019-07-19T19:46:17.982Z] DEBUG - Clicked on with mnemonic 'Show All' 15:46:17 [2019-07-19T19:46:17.982Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=197482201 data=null doit=true} to Shell with text {data - Eclipse Platform} 15:46:17 [2019-07-19T19:46:17.982Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' 15:46:17 [2019-07-19T19:46:17.982Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:46:17 [2019-07-19T19:46:17.982Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:46:17 [2019-07-19T19:46:17.982Z] DEBUG - Attempting to set focus on Tree with text {} 15:46:17 [2019-07-19T19:46:17.982Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=197482208 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 15:46:17 [2019-07-19T19:46:17.982Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=197482208 data=null doit=true} to TreeItem with text {test} 15:46:17 [2019-07-19T19:46:17.982Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=197482209 data=null} to TreeItem with text {test} 15:46:17 [2019-07-19T19:46:17.982Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=197482209 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 15:46:17 [2019-07-19T19:46:17.982Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197482209 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 15:46:18 [2019-07-19T19:46:18.239Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=197482245 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 15:46:18 [2019-07-19T19:46:18.239Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' 15:46:18 [2019-07-19T19:46:18.239Z] DEBUG - Clicking on with mnemonic 'Delete' 15:46:18 [2019-07-19T19:46:18.239Z] DEBUG - Clicked on with mnemonic 'Delete' 15:46:19 [2019-07-19T19:46:19.169Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' 15:46:19 [2019-07-19T19:46:19.169Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} 15:46:19 [2019-07-19T19:46:19.169Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 15:46:19 [2019-07-19T19:46:19.169Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' 15:46:19 [2019-07-19T19:46:19.169Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') 15:46:19 [2019-07-19T19:46:19.169Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 15:46:19 [2019-07-19T19:46:19.169Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:46:19 [2019-07-19T19:46:19.169Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:46:19 [2019-07-19T19:46:19.169Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') 15:46:19 [2019-07-19T19:46:19.169Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected 15:46:19 [2019-07-19T19:46:19.169Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197483106 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:46:19 [2019-07-19T19:46:19.169Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197483107 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:46:19 [2019-07-19T19:46:19.169Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=197483107 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:46:19 [2019-07-19T19:46:19.169Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=197483107 data=null} to (of type 'Button' and with style 'SWT.CHECK') 15:46:19 [2019-07-19T19:46:19.169Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197483107 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:46:19 [2019-07-19T19:46:19.169Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197483107 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:46:19 [2019-07-19T19:46:19.169Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=197483107 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:46:19 [2019-07-19T19:46:19.169Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197483108 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:46:19 [2019-07-19T19:46:19.169Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197483108 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:46:19 [2019-07-19T19:46:19.169Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197483108 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:46:19 [2019-07-19T19:46:19.169Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=197483108 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:46:19 [2019-07-19T19:46:19.169Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=197483108 data=null} to (of type 'Button' and with style 'SWT.CHECK') 15:46:19 [2019-07-19T19:46:19.169Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') 15:46:19 [2019-07-19T19:46:19.169Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 15:46:19 [2019-07-19T19:46:19.169Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 15:46:19 [2019-07-19T19:46:19.169Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:46:19 [2019-07-19T19:46:19.169Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:46:19 [2019-07-19T19:46:19.169Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 15:46:19 [2019-07-19T19:46:19.169Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:46:19 [2019-07-19T19:46:19.169Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:46:19 [2019-07-19T19:46:19.169Z] DEBUG - Clicking on OK 15:46:19 [2019-07-19T19:46:19.169Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=197483109 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:46:19 [2019-07-19T19:46:19.169Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=197483109 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:46:19 [2019-07-19T19:46:19.169Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=197483109 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:46:19 [2019-07-19T19:46:19.169Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=197483110 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:46:19 [2019-07-19T19:46:19.169Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=197483110 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:46:19 [2019-07-19T19:46:19.169Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=197483110 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:46:19 [2019-07-19T19:46:19.169Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:46:19 [2019-07-19T19:46:19.169Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:46:19 [2019-07-19T19:46:19.169Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:46:19 [2019-07-19T19:46:19.169Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:46:19 [2019-07-19T19:46:19.169Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:46:19 [2019-07-19T19:46:19.169Z] DEBUG - Clicked on OK 15:46:19 [2019-07-19T19:46:19.169Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=197483110 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:46:19 [2019-07-19T19:46:19.169Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=197482342 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' 15:46:19 [2019-07-19T19:46:19.426Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.04 s - in org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.ColumnHeaderMenuTest 15:46:19 [2019-07-19T19:46:19.426Z] testPersistHiding(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.ColumnHeaderMenuTest) Time elapsed: 3.99 s 15:46:19 [2019-07-19T19:46:19.426Z] testToggleColumns(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.ColumnHeaderMenuTest) Time elapsed: 2.962 s 15:46:19 [2019-07-19T19:46:19.426Z] testShowAll(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.ColumnHeaderMenuTest) Time elapsed: 2.365 s 15:46:19 [2019-07-19T19:46:19.426Z] Running org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.RawTextEditorTest 15:46:24 [2019-07-19T19:46:24.682Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.023 s - in org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.RawTextEditorTest 15:46:24 [2019-07-19T19:46:24.682Z] testRead(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.RawTextEditorTest) Time elapsed: 4.866 s 15:46:24 [2019-07-19T19:46:24.682Z] Running org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.CallsiteEventsInTableTest 15:46:27 [2019-07-19T19:46:27.955Z] DEBUG - matched EditorReference with text "", using matcher: with name '"syslog_collapse"' 15:46:27 [2019-07-19T19:46:27.955Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 15:46:27 [2019-07-19T19:46:27.955Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 15:46:27 [2019-07-19T19:46:27.955Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:46:27 [2019-07-19T19:46:27.955Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:46:28 [2019-07-19T19:46:28.518Z] DEBUG - Attempting to set focus on Table with text {} 15:46:28 [2019-07-19T19:46:28.518Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=197492688 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 15:46:28 [2019-07-19T19:46:28.518Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=197492688 data=null doit=true} to TableItem with text {} 15:46:28 [2019-07-19T19:46:28.518Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=197492688 data=null} to TableItem with text {} 15:46:28 [2019-07-19T19:46:28.518Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=197492689 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 15:46:28 [2019-07-19T19:46:28.518Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=197492689 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 15:46:28 [2019-07-19T19:46:28.518Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=197492691 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 15:46:28 [2019-07-19T19:46:28.518Z] DEBUG - matched MenuItem with text "Open Source Code", using matcher: with mnemonic 'Open Source Code' 15:46:28 [2019-07-19T19:46:28.518Z] DEBUG - Clicking on with mnemonic 'Open Source Code' 15:46:28 [2019-07-19T19:46:28.775Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Open Source Code} time=197492759 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Open Source Code' 15:46:28 [2019-07-19T19:46:28.775Z] DEBUG - Clicked on with mnemonic 'Open Source Code' 15:46:28 [2019-07-19T19:46:28.775Z] DEBUG - matched EditorReference with text "", using matcher: with name '"SourceFile"' 15:46:29 [2019-07-19T19:46:29.032Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=197493265 data=null doit=true} to Shell with text {data - Eclipse Platform} 15:46:29 [2019-07-19T19:46:29.032Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' 15:46:29 [2019-07-19T19:46:29.032Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:46:29 [2019-07-19T19:46:29.032Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:46:29 [2019-07-19T19:46:29.032Z] DEBUG - Attempting to set focus on Tree with text {} 15:46:29 [2019-07-19T19:46:29.032Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=197493271 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 15:46:29 [2019-07-19T19:46:29.032Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=197493271 data=null doit=true} to TreeItem with text {test} 15:46:29 [2019-07-19T19:46:29.032Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=197493271 data=null} to TreeItem with text {test} 15:46:29 [2019-07-19T19:46:29.032Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=197493272 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 15:46:29 [2019-07-19T19:46:29.032Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197493272 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 15:46:29 [2019-07-19T19:46:29.289Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=197493332 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 15:46:29 [2019-07-19T19:46:29.289Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' 15:46:29 [2019-07-19T19:46:29.289Z] DEBUG - Clicking on with mnemonic 'Delete' 15:46:29 [2019-07-19T19:46:29.289Z] DEBUG - Clicked on with mnemonic 'Delete' 15:46:30 [2019-07-19T19:46:30.223Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' 15:46:30 [2019-07-19T19:46:30.223Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} 15:46:30 [2019-07-19T19:46:30.223Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 15:46:30 [2019-07-19T19:46:30.223Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' 15:46:30 [2019-07-19T19:46:30.223Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') 15:46:30 [2019-07-19T19:46:30.223Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 15:46:30 [2019-07-19T19:46:30.223Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:46:30 [2019-07-19T19:46:30.223Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:46:30 [2019-07-19T19:46:30.223Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') 15:46:30 [2019-07-19T19:46:30.223Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected 15:46:30 [2019-07-19T19:46:30.223Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197494245 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:46:30 [2019-07-19T19:46:30.223Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197494246 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:46:30 [2019-07-19T19:46:30.223Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=197494246 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:46:30 [2019-07-19T19:46:30.223Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=197494246 data=null} to (of type 'Button' and with style 'SWT.CHECK') 15:46:30 [2019-07-19T19:46:30.223Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197494247 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:46:30 [2019-07-19T19:46:30.223Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197494247 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:46:30 [2019-07-19T19:46:30.223Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=197494247 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:46:30 [2019-07-19T19:46:30.223Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197494247 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:46:30 [2019-07-19T19:46:30.223Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197494247 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:46:30 [2019-07-19T19:46:30.223Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197494247 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:46:30 [2019-07-19T19:46:30.223Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=197494247 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:46:30 [2019-07-19T19:46:30.223Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=197494247 data=null} to (of type 'Button' and with style 'SWT.CHECK') 15:46:30 [2019-07-19T19:46:30.223Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') 15:46:30 [2019-07-19T19:46:30.223Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 15:46:30 [2019-07-19T19:46:30.223Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 15:46:30 [2019-07-19T19:46:30.223Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:46:30 [2019-07-19T19:46:30.223Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:46:30 [2019-07-19T19:46:30.223Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 15:46:30 [2019-07-19T19:46:30.223Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:46:30 [2019-07-19T19:46:30.223Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:46:30 [2019-07-19T19:46:30.223Z] DEBUG - Clicking on OK 15:46:30 [2019-07-19T19:46:30.223Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=197494249 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:46:30 [2019-07-19T19:46:30.223Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=197494249 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:46:30 [2019-07-19T19:46:30.223Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=197494249 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:46:30 [2019-07-19T19:46:30.223Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=197494249 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:46:30 [2019-07-19T19:46:30.223Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=197494249 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:46:30 [2019-07-19T19:46:30.223Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=197494249 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:46:30 [2019-07-19T19:46:30.223Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:46:30 [2019-07-19T19:46:30.223Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:46:30 [2019-07-19T19:46:30.223Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:46:30 [2019-07-19T19:46:30.223Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:46:30 [2019-07-19T19:46:30.223Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:46:30 [2019-07-19T19:46:30.223Z] DEBUG - Clicked on OK 15:46:30 [2019-07-19T19:46:30.787Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=197494249 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:46:30 [2019-07-19T19:46:30.787Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=197493391 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' 15:46:30 [2019-07-19T19:46:30.787Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.186 s - in org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.CallsiteEventsInTableTest 15:46:30 [2019-07-19T19:46:30.787Z] test(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.CallsiteEventsInTableTest) Time elapsed: 5.928 s 15:46:30 [2019-07-19T19:46:30.787Z] Running org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.TmfAlignTimeAxisTest 15:46:31 [2019-07-19T19:46:31.044Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 15:46:31 [2019-07-19T19:46:31.608Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:46:31 [2019-07-19T19:46:31.608Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:46:31 [2019-07-19T19:46:31.608Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:46:31 [2019-07-19T19:46:31.608Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:46:31 [2019-07-19T19:46:31.608Z] DEBUG - Attempting to set focus on Tree with text {} 15:46:31 [2019-07-19T19:46:31.608Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestAxisAlignment} time=197495623 data=null button=0 stateMask=0x0 x=100 y=11 count=0} to TreeItem with text {TestAxisAlignment} 15:46:31 [2019-07-19T19:46:31.608Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestAxisAlignment} time=197495624 data=null doit=true} to TreeItem with text {TestAxisAlignment} 15:46:31 [2019-07-19T19:46:31.608Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestAxisAlignment} time=197495624 data=null} to TreeItem with text {TestAxisAlignment} 15:46:31 [2019-07-19T19:46:31.608Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestAxisAlignment} time=197495624 data=null button=1 stateMask=0x0 x=100 y=11 count=1} to TreeItem with text {TestAxisAlignment} 15:46:31 [2019-07-19T19:46:31.608Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197495624 data=null item=TreeItem {TestAxisAlignment} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestAxisAlignment} 15:46:31 [2019-07-19T19:46:31.608Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestAxisAlignment} time=197495670 data=null button=1 stateMask=0x80000 x=100 y=11 count=1} to TreeItem with text {TestAxisAlignment} 15:46:31 [2019-07-19T19:46:31.608Z] DEBUG - Attempting to set focus on Tree with text {} 15:46:31 [2019-07-19T19:46:31.608Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestAxisAlignment} time=197495671 data=null button=0 stateMask=0x0 x=100 y=11 count=0} to TreeItem with text {TestAxisAlignment} 15:46:31 [2019-07-19T19:46:31.608Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestAxisAlignment} time=197495671 data=null doit=true} to TreeItem with text {TestAxisAlignment} 15:46:31 [2019-07-19T19:46:31.608Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestAxisAlignment} time=197495671 data=null} to TreeItem with text {TestAxisAlignment} 15:46:31 [2019-07-19T19:46:31.608Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestAxisAlignment} time=197495672 data=null button=1 stateMask=0x0 x=100 y=11 count=1} to TreeItem with text {TestAxisAlignment} 15:46:31 [2019-07-19T19:46:31.608Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197495672 data=null item=TreeItem {TestAxisAlignment} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestAxisAlignment} 15:46:31 [2019-07-19T19:46:31.608Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestAxisAlignment} time=197495685 data=null button=1 stateMask=0x80000 x=100 y=11 count=1} to TreeItem with text {TestAxisAlignment} 15:46:31 [2019-07-19T19:46:31.608Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestAxisAlignment} time=197495685 data=null doit=true} to TreeItem with text {TestAxisAlignment} 15:46:31 [2019-07-19T19:46:31.608Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestAxisAlignment} time=197495685 data=null} to TreeItem with text {TestAxisAlignment} 15:46:31 [2019-07-19T19:46:31.609Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestAxisAlignment} time=197495686 data=null button=1 stateMask=0x0 x=100 y=11 count=1} to TreeItem with text {TestAxisAlignment} 15:46:31 [2019-07-19T19:46:31.609Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=197495686 data=null item=TreeItem {TestAxisAlignment} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {TestAxisAlignment} 15:46:31 [2019-07-19T19:46:31.609Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestAxisAlignment} time=197495689 data=null button=1 stateMask=0x80000 x=84 y=11 count=1} to TreeItem with text {TestAxisAlignment} 15:46:31 [2019-07-19T19:46:31.609Z] DEBUG - Attempting to set focus on Tree with text {} 15:46:31 [2019-07-19T19:46:31.609Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=197495690 data=null button=0 stateMask=0x0 x=75 y=53 count=0} to TreeItem with text {Traces [0]} 15:46:31 [2019-07-19T19:46:31.609Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=197495697 data=null doit=true} to TreeItem with text {Traces [0]} 15:46:31 [2019-07-19T19:46:31.609Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=197495698 data=null} to TreeItem with text {Traces [0]} 15:46:31 [2019-07-19T19:46:31.609Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=197495698 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 15:46:31 [2019-07-19T19:46:31.609Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197495698 data=null item=TreeItem {Traces [0]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [0]} 15:46:31 [2019-07-19T19:46:31.609Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=197495721 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 15:46:35 [2019-07-19T19:46:35.780Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.histogram"' 15:46:35 [2019-07-19T19:46:35.780Z] DEBUG - matched Sash with text "", using matcher: of type 'Sash' 15:46:35 [2019-07-19T19:46:35.780Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.timegraph.stub"' 15:46:35 [2019-07-19T19:46:35.780Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 15:46:35 [2019-07-19T19:46:35.780Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.timechart"' 15:46:35 [2019-07-19T19:46:35.780Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 15:46:35 [2019-07-19T19:46:35.780Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Sash {} time=197499988 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to Sash with text {} 15:46:35 [2019-07-19T19:46:35.780Z] DEBUG - Sent event Activate [26]: ShellEvent{Sash {} time=197499989 data=null doit=true} to Sash with text {} 15:46:35 [2019-07-19T19:46:35.780Z] DEBUG - Sent event Selection [13]: SelectionEvent{Sash {} time=197499990 data=null item=null detail=0 x=150 y=0 width=3 height=114 stateMask=0x0 text=null doit=true} to Sash with text {} 15:46:35 [2019-07-19T19:46:35.780Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Sash {} time=197499995 data=null button=1 stateMask=0x0 x=1 y=57 count=1} to Sash with text {} 15:46:35 [2019-07-19T19:46:35.780Z] DEBUG - Sent event DragDetect [29]: Event {type=29 Sash {} time=197499998 data=null x=1 y=57 width=0 height=0 detail=0} to Sash with text {} 15:46:35 [2019-07-19T19:46:35.780Z] DEBUG - Sent event Move [10]: ControlEvent{Sash {} time=197499999 data=null} to Sash with text {} 15:46:35 [2019-07-19T19:46:35.780Z] DEBUG - Sent event Selection [13]: SelectionEvent{Sash {} time=197499999 data=null item=null detail=0 x=200 y=0 width=3 height=114 stateMask=0x0 text=null doit=true} to Sash with text {} 15:46:35 [2019-07-19T19:46:35.780Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Sash {} time=197500002 data=null button=0 stateMask=0x80000 x=1 y=57 count=0} to Sash with text {} 15:46:35 [2019-07-19T19:46:35.780Z] DEBUG - Sent event Selection [13]: SelectionEvent{Sash {} time=197500005 data=null item=null detail=0 x=200 y=0 width=3 height=114 stateMask=0x80000 text=null doit=true} to Sash with text {} 15:46:35 [2019-07-19T19:46:35.780Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Sash {} time=197500012 data=null button=1 stateMask=0x0 x=1 y=57 count=1} to Sash with text {} 15:46:35 [2019-07-19T19:46:35.780Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Sash {} time=197500012 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to Sash with text {} 15:46:36 [2019-07-19T19:46:36.344Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Sash {} time=197500514 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to Sash with text {} 15:46:36 [2019-07-19T19:46:36.344Z] DEBUG - Sent event Activate [26]: ShellEvent{Sash {} time=197500514 data=null doit=true} to Sash with text {} 15:46:36 [2019-07-19T19:46:36.344Z] DEBUG - Sent event Selection [13]: SelectionEvent{Sash {} time=197500514 data=null item=null detail=0 x=201 y=0 width=3 height=114 stateMask=0x0 text=null doit=true} to Sash with text {} 15:46:36 [2019-07-19T19:46:36.344Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Sash {} time=197500517 data=null button=1 stateMask=0x0 x=1 y=57 count=1} to Sash with text {} 15:46:36 [2019-07-19T19:46:36.344Z] DEBUG - Sent event DragDetect [29]: Event {type=29 Sash {} time=197500551 data=null x=1 y=57 width=0 height=0 detail=0} to Sash with text {} 15:46:36 [2019-07-19T19:46:36.344Z] DEBUG - Sent event Move [10]: ControlEvent{Sash {} time=197500551 data=null} to Sash with text {} 15:46:36 [2019-07-19T19:46:36.344Z] DEBUG - Sent event Selection [13]: SelectionEvent{Sash {} time=197500552 data=null item=null detail=0 x=150 y=0 width=3 height=114 stateMask=0x0 text=null doit=true} to Sash with text {} 15:46:36 [2019-07-19T19:46:36.344Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Sash {} time=197500556 data=null button=0 stateMask=0x80000 x=1 y=57 count=0} to Sash with text {} 15:46:36 [2019-07-19T19:46:36.344Z] DEBUG - Sent event Selection [13]: SelectionEvent{Sash {} time=197500559 data=null item=null detail=0 x=150 y=0 width=3 height=114 stateMask=0x80000 text=null doit=true} to Sash with text {} 15:46:36 [2019-07-19T19:46:36.344Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Sash {} time=197500560 data=null button=1 stateMask=0x0 x=1 y=57 count=1} to Sash with text {} 15:46:36 [2019-07-19T19:46:36.344Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Sash {} time=197500560 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to Sash with text {} 15:46:37 [2019-07-19T19:46:37.274Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 15:46:40 [2019-07-19T19:46:40.597Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.timegraph.stub"' 15:46:40 [2019-07-19T19:46:40.597Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 15:46:40 [2019-07-19T19:46:40.597Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.histogram"' 15:46:40 [2019-07-19T19:46:40.597Z] DEBUG - matched Sash with text "", using matcher: of type 'Sash' 15:46:40 [2019-07-19T19:46:40.597Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.timechart"' 15:46:40 [2019-07-19T19:46:40.597Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 15:46:40 [2019-07-19T19:46:40.597Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TimeGraphControl {} time=197504397 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to TimeGraphControl with text {} 15:46:40 [2019-07-19T19:46:40.597Z] DEBUG - Sent event MouseMove [5]: MouseEvent{TimeGraphControl {} time=197504397 data=null button=0 stateMask=0x0 x=182 y=123 count=0} to TimeGraphControl with text {} 15:46:40 [2019-07-19T19:46:40.597Z] DEBUG - Sent event Activate [26]: ShellEvent{TimeGraphControl {} time=197504398 data=null doit=true} to TimeGraphControl with text {} 15:46:40 [2019-07-19T19:46:40.597Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TimeGraphControl {} time=197504399 data=null} to TimeGraphControl with text {} 15:46:40 [2019-07-19T19:46:40.597Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TimeGraphControl {} time=197504417 data=null button=1 stateMask=0x0 x=182 y=123 count=1} to TimeGraphControl with text {} 15:46:40 [2019-07-19T19:46:40.597Z] DEBUG - Sent event DragDetect [29]: Event {type=29 TimeGraphControl {} time=197504418 data=null x=232 y=123 width=0 height=0 detail=0} to TimeGraphControl with text {} 15:46:40 [2019-07-19T19:46:40.597Z] DEBUG - Sent event MouseMove [5]: MouseEvent{TimeGraphControl {} time=197504418 data=null button=1 stateMask=0x80000 x=232 y=123 count=1} to TimeGraphControl with text {} 15:46:40 [2019-07-19T19:46:40.597Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TimeGraphControl {} time=197504420 data=null button=1 stateMask=0x80000 x=232 y=123 count=1} to TimeGraphControl with text {} 15:46:40 [2019-07-19T19:46:40.597Z] DEBUG - Sent event MouseMove [5]: MouseEvent{TimeGraphControl {} time=197504420 data=null button=0 stateMask=0x0 x=0 y=123 count=0} to TimeGraphControl with text {} 15:46:40 [2019-07-19T19:46:40.597Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TimeGraphControl {} time=197504420 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to TimeGraphControl with text {} 15:46:40 [2019-07-19T19:46:40.597Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TimeGraphControl {} time=197504421 data=null doit=true} to TimeGraphControl with text {} 15:46:40 [2019-07-19T19:46:40.597Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TimeGraphControl {} time=197504421 data=null} to TimeGraphControl with text {} 15:46:40 [2019-07-19T19:46:40.854Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TimeGraphControl {} time=197504932 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to TimeGraphControl with text {} 15:46:40 [2019-07-19T19:46:40.854Z] DEBUG - Sent event MouseMove [5]: MouseEvent{TimeGraphControl {} time=197504933 data=null button=0 stateMask=0x0 x=232 y=123 count=0} to TimeGraphControl with text {} 15:46:40 [2019-07-19T19:46:40.854Z] DEBUG - Sent event Activate [26]: ShellEvent{TimeGraphControl {} time=197504933 data=null doit=true} to TimeGraphControl with text {} 15:46:40 [2019-07-19T19:46:40.854Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TimeGraphControl {} time=197504933 data=null} to TimeGraphControl with text {} 15:46:40 [2019-07-19T19:46:40.854Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TimeGraphControl {} time=197504939 data=null button=1 stateMask=0x0 x=232 y=123 count=1} to TimeGraphControl with text {} 15:46:40 [2019-07-19T19:46:40.854Z] DEBUG - Sent event DragDetect [29]: Event {type=29 TimeGraphControl {} time=197504940 data=null x=182 y=123 width=0 height=0 detail=0} to TimeGraphControl with text {} 15:46:40 [2019-07-19T19:46:40.854Z] DEBUG - Sent event MouseMove [5]: MouseEvent{TimeGraphControl {} time=197504940 data=null button=1 stateMask=0x80000 x=182 y=123 count=1} to TimeGraphControl with text {} 15:46:40 [2019-07-19T19:46:40.854Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TimeGraphControl {} time=197504942 data=null button=1 stateMask=0x80000 x=182 y=123 count=1} to TimeGraphControl with text {} 15:46:40 [2019-07-19T19:46:40.854Z] DEBUG - Sent event MouseMove [5]: MouseEvent{TimeGraphControl {} time=197504949 data=null button=0 stateMask=0x0 x=0 y=123 count=0} to TimeGraphControl with text {} 15:46:40 [2019-07-19T19:46:40.854Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TimeGraphControl {} time=197504949 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to TimeGraphControl with text {} 15:46:40 [2019-07-19T19:46:40.854Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TimeGraphControl {} time=197504950 data=null doit=true} to TimeGraphControl with text {} 15:46:40 [2019-07-19T19:46:40.854Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TimeGraphControl {} time=197504950 data=null} to TimeGraphControl with text {} 15:46:41 [2019-07-19T19:46:41.417Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 15:46:44 [2019-07-19T19:46:44.690Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.timegraph.stub"' 15:46:44 [2019-07-19T19:46:44.690Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 15:46:44 [2019-07-19T19:46:44.690Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.histogram"' 15:46:44 [2019-07-19T19:46:44.690Z] DEBUG - matched Sash with text "", using matcher: of type 'Sash' 15:46:44 [2019-07-19T19:46:44.690Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TimeGraphControl {} time=197508345 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to TimeGraphControl with text {} 15:46:44 [2019-07-19T19:46:44.690Z] DEBUG - Sent event MouseMove [5]: MouseEvent{TimeGraphControl {} time=197508345 data=null button=0 stateMask=0x0 x=182 y=76 count=0} to TimeGraphControl with text {} 15:46:44 [2019-07-19T19:46:44.690Z] DEBUG - Sent event Activate [26]: ShellEvent{TimeGraphControl {} time=197508345 data=null doit=true} to TimeGraphControl with text {} 15:46:44 [2019-07-19T19:46:44.690Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TimeGraphControl {} time=197508345 data=null} to TimeGraphControl with text {} 15:46:44 [2019-07-19T19:46:44.690Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TimeGraphControl {} time=197508357 data=null button=1 stateMask=0x0 x=182 y=76 count=1} to TimeGraphControl with text {} 15:46:44 [2019-07-19T19:46:44.690Z] DEBUG - Sent event DragDetect [29]: Event {type=29 TimeGraphControl {} time=197508358 data=null x=232 y=76 width=0 height=0 detail=0} to TimeGraphControl with text {} 15:46:44 [2019-07-19T19:46:44.690Z] DEBUG - Sent event MouseMove [5]: MouseEvent{TimeGraphControl {} time=197508358 data=null button=1 stateMask=0x80000 x=232 y=76 count=1} to TimeGraphControl with text {} 15:46:44 [2019-07-19T19:46:44.690Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TimeGraphControl {} time=197508360 data=null button=1 stateMask=0x80000 x=232 y=76 count=1} to TimeGraphControl with text {} 15:46:44 [2019-07-19T19:46:44.690Z] DEBUG - Sent event MouseMove [5]: MouseEvent{TimeGraphControl {} time=197508361 data=null button=0 stateMask=0x0 x=0 y=76 count=0} to TimeGraphControl with text {} 15:46:44 [2019-07-19T19:46:44.690Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TimeGraphControl {} time=197508361 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to TimeGraphControl with text {} 15:46:44 [2019-07-19T19:46:44.690Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TimeGraphControl {} time=197508362 data=null doit=true} to TimeGraphControl with text {} 15:46:44 [2019-07-19T19:46:44.690Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TimeGraphControl {} time=197508362 data=null} to TimeGraphControl with text {} 15:46:44 [2019-07-19T19:46:44.690Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TimeGraphControl {} time=197508877 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to TimeGraphControl with text {} 15:46:44 [2019-07-19T19:46:44.690Z] DEBUG - Sent event MouseMove [5]: MouseEvent{TimeGraphControl {} time=197508877 data=null button=0 stateMask=0x0 x=232 y=76 count=0} to TimeGraphControl with text {} 15:46:44 [2019-07-19T19:46:44.690Z] DEBUG - Sent event Activate [26]: ShellEvent{TimeGraphControl {} time=197508878 data=null doit=true} to TimeGraphControl with text {} 15:46:44 [2019-07-19T19:46:44.690Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TimeGraphControl {} time=197508878 data=null} to TimeGraphControl with text {} 15:46:44 [2019-07-19T19:46:44.690Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TimeGraphControl {} time=197508891 data=null button=1 stateMask=0x0 x=232 y=76 count=1} to TimeGraphControl with text {} 15:46:44 [2019-07-19T19:46:44.690Z] DEBUG - Sent event DragDetect [29]: Event {type=29 TimeGraphControl {} time=197508892 data=null x=182 y=76 width=0 height=0 detail=0} to TimeGraphControl with text {} 15:46:44 [2019-07-19T19:46:44.690Z] DEBUG - Sent event MouseMove [5]: MouseEvent{TimeGraphControl {} time=197508893 data=null button=1 stateMask=0x80000 x=182 y=76 count=1} to TimeGraphControl with text {} 15:46:44 [2019-07-19T19:46:44.690Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TimeGraphControl {} time=197508895 data=null button=1 stateMask=0x80000 x=182 y=76 count=1} to TimeGraphControl with text {} 15:46:44 [2019-07-19T19:46:44.690Z] DEBUG - Sent event MouseMove [5]: MouseEvent{TimeGraphControl {} time=197508895 data=null button=0 stateMask=0x0 x=0 y=76 count=0} to TimeGraphControl with text {} 15:46:44 [2019-07-19T19:46:44.690Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TimeGraphControl {} time=197508896 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to TimeGraphControl with text {} 15:46:44 [2019-07-19T19:46:44.690Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TimeGraphControl {} time=197508896 data=null doit=true} to TimeGraphControl with text {} 15:46:44 [2019-07-19T19:46:44.690Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TimeGraphControl {} time=197508896 data=null} to TimeGraphControl with text {} 15:46:45 [2019-07-19T19:46:45.254Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 15:46:48 [2019-07-19T19:46:48.532Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.timegraph.stub"' 15:46:48 [2019-07-19T19:46:48.532Z] DEBUG - matched MenuItem with text "Align Views", using matcher: with mnemonic 'Align Views' 15:46:48 [2019-07-19T19:46:48.532Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 15:46:51 [2019-07-19T19:46:51.055Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.timegraph.stub"' 15:46:51 [2019-07-19T19:46:51.055Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 15:46:51 [2019-07-19T19:46:51.055Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.histogram"' 15:46:51 [2019-07-19T19:46:51.055Z] DEBUG - matched Sash with text "", using matcher: of type 'Sash' 15:46:51 [2019-07-19T19:46:51.055Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.timechart"' 15:46:51 [2019-07-19T19:46:51.055Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 15:46:51 [2019-07-19T19:46:51.055Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TimeGraphControl {} time=197515284 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to TimeGraphControl with text {} 15:46:51 [2019-07-19T19:46:51.055Z] DEBUG - Sent event MouseMove [5]: MouseEvent{TimeGraphControl {} time=197515285 data=null button=0 stateMask=0x0 x=173 y=68 count=0} to TimeGraphControl with text {} 15:46:51 [2019-07-19T19:46:51.055Z] DEBUG - Sent event Activate [26]: ShellEvent{TimeGraphControl {} time=197515285 data=null doit=true} to TimeGraphControl with text {} 15:46:51 [2019-07-19T19:46:51.055Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TimeGraphControl {} time=197515285 data=null} to TimeGraphControl with text {} 15:46:51 [2019-07-19T19:46:51.055Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TimeGraphControl {} time=197515291 data=null button=1 stateMask=0x0 x=173 y=68 count=1} to TimeGraphControl with text {} 15:46:51 [2019-07-19T19:46:51.055Z] DEBUG - Sent event DragDetect [29]: Event {type=29 TimeGraphControl {} time=197515292 data=null x=223 y=68 width=0 height=0 detail=0} to TimeGraphControl with text {} 15:46:51 [2019-07-19T19:46:51.055Z] DEBUG - Sent event MouseMove [5]: MouseEvent{TimeGraphControl {} time=197515292 data=null button=1 stateMask=0x80000 x=223 y=68 count=1} to TimeGraphControl with text {} 15:46:51 [2019-07-19T19:46:51.055Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TimeGraphControl {} time=197515299 data=null button=1 stateMask=0x80000 x=223 y=68 count=1} to TimeGraphControl with text {} 15:46:51 [2019-07-19T19:46:51.055Z] DEBUG - Sent event MouseMove [5]: MouseEvent{TimeGraphControl {} time=197515300 data=null button=0 stateMask=0x0 x=0 y=68 count=0} to TimeGraphControl with text {} 15:46:51 [2019-07-19T19:46:51.055Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TimeGraphControl {} time=197515300 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to TimeGraphControl with text {} 15:46:51 [2019-07-19T19:46:51.055Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TimeGraphControl {} time=197515300 data=null doit=true} to TimeGraphControl with text {} 15:46:51 [2019-07-19T19:46:51.055Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TimeGraphControl {} time=197515301 data=null} to TimeGraphControl with text {} 15:46:51 [2019-07-19T19:46:51.618Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TimeGraphControl {} time=197515805 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to TimeGraphControl with text {} 15:46:51 [2019-07-19T19:46:51.618Z] DEBUG - Sent event MouseMove [5]: MouseEvent{TimeGraphControl {} time=197515805 data=null button=0 stateMask=0x0 x=223 y=68 count=0} to TimeGraphControl with text {} 15:46:51 [2019-07-19T19:46:51.618Z] DEBUG - Sent event Activate [26]: ShellEvent{TimeGraphControl {} time=197515805 data=null doit=true} to TimeGraphControl with text {} 15:46:51 [2019-07-19T19:46:51.618Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TimeGraphControl {} time=197515806 data=null} to TimeGraphControl with text {} 15:46:51 [2019-07-19T19:46:51.618Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TimeGraphControl {} time=197515824 data=null button=1 stateMask=0x0 x=223 y=68 count=1} to TimeGraphControl with text {} 15:46:51 [2019-07-19T19:46:51.618Z] DEBUG - Sent event DragDetect [29]: Event {type=29 TimeGraphControl {} time=197515825 data=null x=173 y=68 width=0 height=0 detail=0} to TimeGraphControl with text {} 15:46:51 [2019-07-19T19:46:51.618Z] DEBUG - Sent event MouseMove [5]: MouseEvent{TimeGraphControl {} time=197515825 data=null button=1 stateMask=0x80000 x=173 y=68 count=1} to TimeGraphControl with text {} 15:46:51 [2019-07-19T19:46:51.618Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TimeGraphControl {} time=197515836 data=null button=1 stateMask=0x80000 x=173 y=68 count=1} to TimeGraphControl with text {} 15:46:51 [2019-07-19T19:46:51.618Z] DEBUG - Sent event MouseMove [5]: MouseEvent{TimeGraphControl {} time=197515836 data=null button=0 stateMask=0x0 x=0 y=68 count=0} to TimeGraphControl with text {} 15:46:51 [2019-07-19T19:46:51.618Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TimeGraphControl {} time=197515837 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to TimeGraphControl with text {} 15:46:51 [2019-07-19T19:46:51.618Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TimeGraphControl {} time=197515838 data=null doit=true} to TimeGraphControl with text {} 15:46:51 [2019-07-19T19:46:51.618Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TimeGraphControl {} time=197515838 data=null} to TimeGraphControl with text {} 15:46:52 [2019-07-19T19:46:52.182Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 15:46:55 [2019-07-19T19:46:55.458Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.histogram"' 15:46:55 [2019-07-19T19:46:55.458Z] DEBUG - matched Sash with text "", using matcher: of type 'Sash' 15:46:55 [2019-07-19T19:46:55.458Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.timegraph.stub"' 15:46:55 [2019-07-19T19:46:55.458Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 15:46:55 [2019-07-19T19:46:55.458Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Sash {} time=197519095 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to Sash with text {} 15:46:55 [2019-07-19T19:46:55.458Z] DEBUG - Sent event Activate [26]: ShellEvent{Sash {} time=197519096 data=null doit=true} to Sash with text {} 15:46:55 [2019-07-19T19:46:55.458Z] DEBUG - Sent event Selection [13]: SelectionEvent{Sash {} time=197519096 data=null item=null detail=0 x=142 y=0 width=3 height=157 stateMask=0x0 text=null doit=true} to Sash with text {} 15:46:55 [2019-07-19T19:46:55.458Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Sash {} time=197519104 data=null button=1 stateMask=0x0 x=1 y=78 count=1} to Sash with text {} 15:46:55 [2019-07-19T19:46:55.458Z] DEBUG - Sent event DragDetect [29]: Event {type=29 Sash {} time=197519105 data=null x=1 y=78 width=0 height=0 detail=0} to Sash with text {} 15:46:55 [2019-07-19T19:46:55.458Z] DEBUG - Sent event Move [10]: ControlEvent{Sash {} time=197519105 data=null} to Sash with text {} 15:46:55 [2019-07-19T19:46:55.458Z] DEBUG - Sent event Selection [13]: SelectionEvent{Sash {} time=197519105 data=null item=null detail=0 x=192 y=0 width=3 height=157 stateMask=0x0 text=null doit=true} to Sash with text {} 15:46:55 [2019-07-19T19:46:55.458Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Sash {} time=197519107 data=null button=0 stateMask=0x80000 x=1 y=78 count=0} to Sash with text {} 15:46:55 [2019-07-19T19:46:55.458Z] DEBUG - Sent event Selection [13]: SelectionEvent{Sash {} time=197519108 data=null item=null detail=0 x=192 y=0 width=3 height=157 stateMask=0x80000 text=null doit=true} to Sash with text {} 15:46:55 [2019-07-19T19:46:55.458Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Sash {} time=197519109 data=null button=1 stateMask=0x0 x=1 y=78 count=1} to Sash with text {} 15:46:55 [2019-07-19T19:46:55.458Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Sash {} time=197519110 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to Sash with text {} 15:46:55 [2019-07-19T19:46:55.716Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Sash {} time=197519711 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to Sash with text {} 15:46:55 [2019-07-19T19:46:55.716Z] DEBUG - Sent event Activate [26]: ShellEvent{Sash {} time=197519711 data=null doit=true} to Sash with text {} 15:46:55 [2019-07-19T19:46:55.716Z] DEBUG - Sent event Selection [13]: SelectionEvent{Sash {} time=197519711 data=null item=null detail=0 x=192 y=0 width=3 height=157 stateMask=0x0 text=null doit=true} to Sash with text {} 15:46:55 [2019-07-19T19:46:55.716Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Sash {} time=197519714 data=null button=1 stateMask=0x0 x=1 y=78 count=1} to Sash with text {} 15:46:55 [2019-07-19T19:46:55.716Z] DEBUG - Sent event DragDetect [29]: Event {type=29 Sash {} time=197519715 data=null x=1 y=78 width=0 height=0 detail=0} to Sash with text {} 15:46:55 [2019-07-19T19:46:55.716Z] DEBUG - Sent event Move [10]: ControlEvent{Sash {} time=197519715 data=null} to Sash with text {} 15:46:55 [2019-07-19T19:46:55.716Z] DEBUG - Sent event Selection [13]: SelectionEvent{Sash {} time=197519715 data=null item=null detail=0 x=142 y=0 width=3 height=157 stateMask=0x0 text=null doit=true} to Sash with text {} 15:46:55 [2019-07-19T19:46:55.716Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Sash {} time=197519717 data=null button=0 stateMask=0x80000 x=1 y=78 count=0} to Sash with text {} 15:46:55 [2019-07-19T19:46:55.716Z] DEBUG - Sent event Selection [13]: SelectionEvent{Sash {} time=197519724 data=null item=null detail=0 x=142 y=0 width=3 height=157 stateMask=0x80000 text=null doit=true} to Sash with text {} 15:46:55 [2019-07-19T19:46:55.716Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Sash {} time=197519725 data=null button=1 stateMask=0x0 x=1 y=78 count=1} to Sash with text {} 15:46:55 [2019-07-19T19:46:55.716Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Sash {} time=197519725 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to Sash with text {} 15:46:56 [2019-07-19T19:46:56.280Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 15:46:59 [2019-07-19T19:46:59.553Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.histogram"' 15:46:59 [2019-07-19T19:46:59.553Z] DEBUG - matched Sash with text "", using matcher: of type 'Sash' 15:46:59 [2019-07-19T19:46:59.553Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.timechart"' 15:46:59 [2019-07-19T19:46:59.553Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 15:46:59 [2019-07-19T19:46:59.553Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Sash {} time=197523103 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to Sash with text {} 15:46:59 [2019-07-19T19:46:59.553Z] DEBUG - Sent event Activate [26]: ShellEvent{Sash {} time=197523104 data=null doit=true} to Sash with text {} 15:46:59 [2019-07-19T19:46:59.553Z] DEBUG - Sent event Selection [13]: SelectionEvent{Sash {} time=197523104 data=null item=null detail=0 x=133 y=0 width=3 height=157 stateMask=0x0 text=null doit=true} to Sash with text {} 15:46:59 [2019-07-19T19:46:59.553Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Sash {} time=197523106 data=null button=1 stateMask=0x0 x=1 y=78 count=1} to Sash with text {} 15:46:59 [2019-07-19T19:46:59.553Z] DEBUG - Sent event DragDetect [29]: Event {type=29 Sash {} time=197523113 data=null x=1 y=78 width=0 height=0 detail=0} to Sash with text {} 15:46:59 [2019-07-19T19:46:59.554Z] DEBUG - Sent event Move [10]: ControlEvent{Sash {} time=197523113 data=null} to Sash with text {} 15:46:59 [2019-07-19T19:46:59.554Z] DEBUG - Sent event Selection [13]: SelectionEvent{Sash {} time=197523113 data=null item=null detail=0 x=183 y=0 width=3 height=157 stateMask=0x0 text=null doit=true} to Sash with text {} 15:46:59 [2019-07-19T19:46:59.554Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Sash {} time=197523116 data=null button=0 stateMask=0x80000 x=1 y=78 count=0} to Sash with text {} 15:46:59 [2019-07-19T19:46:59.554Z] DEBUG - Sent event Selection [13]: SelectionEvent{Sash {} time=197523117 data=null item=null detail=0 x=183 y=0 width=3 height=157 stateMask=0x80000 text=null doit=true} to Sash with text {} 15:46:59 [2019-07-19T19:46:59.554Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Sash {} time=197523118 data=null button=1 stateMask=0x0 x=1 y=78 count=1} to Sash with text {} 15:46:59 [2019-07-19T19:46:59.554Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Sash {} time=197523118 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to Sash with text {} 15:46:59 [2019-07-19T19:46:59.554Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Sash {} time=197523720 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to Sash with text {} 15:46:59 [2019-07-19T19:46:59.554Z] DEBUG - Sent event Activate [26]: ShellEvent{Sash {} time=197523720 data=null doit=true} to Sash with text {} 15:46:59 [2019-07-19T19:46:59.554Z] DEBUG - Sent event Selection [13]: SelectionEvent{Sash {} time=197523721 data=null item=null detail=0 x=183 y=0 width=3 height=157 stateMask=0x0 text=null doit=true} to Sash with text {} 15:46:59 [2019-07-19T19:46:59.554Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Sash {} time=197523723 data=null button=1 stateMask=0x0 x=1 y=78 count=1} to Sash with text {} 15:46:59 [2019-07-19T19:46:59.554Z] DEBUG - Sent event DragDetect [29]: Event {type=29 Sash {} time=197523725 data=null x=1 y=78 width=0 height=0 detail=0} to Sash with text {} 15:46:59 [2019-07-19T19:46:59.554Z] DEBUG - Sent event Move [10]: ControlEvent{Sash {} time=197523731 data=null} to Sash with text {} 15:46:59 [2019-07-19T19:46:59.554Z] DEBUG - Sent event Selection [13]: SelectionEvent{Sash {} time=197523731 data=null item=null detail=0 x=133 y=0 width=3 height=157 stateMask=0x0 text=null doit=true} to Sash with text {} 15:46:59 [2019-07-19T19:46:59.554Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Sash {} time=197523733 data=null button=0 stateMask=0x80000 x=1 y=78 count=0} to Sash with text {} 15:46:59 [2019-07-19T19:46:59.554Z] DEBUG - Sent event Selection [13]: SelectionEvent{Sash {} time=197523734 data=null item=null detail=0 x=133 y=0 width=3 height=157 stateMask=0x80000 text=null doit=true} to Sash with text {} 15:46:59 [2019-07-19T19:46:59.554Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Sash {} time=197523736 data=null button=1 stateMask=0x0 x=1 y=78 count=1} to Sash with text {} 15:46:59 [2019-07-19T19:46:59.554Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Sash {} time=197523736 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to Sash with text {} 15:47:00 [2019-07-19T19:47:00.117Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.histogram"' 15:47:00 [2019-07-19T19:47:00.117Z] DEBUG - matched Sash with text "", using matcher: of type 'Sash' 15:47:00 [2019-07-19T19:47:00.117Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.timegraph.stub"' 15:47:00 [2019-07-19T19:47:00.117Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 15:47:00 [2019-07-19T19:47:00.117Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Sash {} time=197524339 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to Sash with text {} 15:47:00 [2019-07-19T19:47:00.117Z] DEBUG - Sent event Activate [26]: ShellEvent{Sash {} time=197524339 data=null doit=true} to Sash with text {} 15:47:00 [2019-07-19T19:47:00.117Z] DEBUG - Sent event Selection [13]: SelectionEvent{Sash {} time=197524340 data=null item=null detail=0 x=134 y=0 width=3 height=157 stateMask=0x0 text=null doit=true} to Sash with text {} 15:47:00 [2019-07-19T19:47:00.117Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Sash {} time=197524347 data=null button=1 stateMask=0x0 x=1 y=78 count=1} to Sash with text {} 15:47:00 [2019-07-19T19:47:00.117Z] DEBUG - Sent event DragDetect [29]: Event {type=29 Sash {} time=197524348 data=null x=1 y=78 width=0 height=0 detail=0} to Sash with text {} 15:47:00 [2019-07-19T19:47:00.117Z] DEBUG - Sent event Move [10]: ControlEvent{Sash {} time=197524348 data=null} to Sash with text {} 15:47:00 [2019-07-19T19:47:00.117Z] DEBUG - Sent event Selection [13]: SelectionEvent{Sash {} time=197524349 data=null item=null detail=0 x=184 y=0 width=3 height=157 stateMask=0x0 text=null doit=true} to Sash with text {} 15:47:00 [2019-07-19T19:47:00.117Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Sash {} time=197524351 data=null button=0 stateMask=0x80000 x=1 y=78 count=0} to Sash with text {} 15:47:00 [2019-07-19T19:47:00.117Z] DEBUG - Sent event Selection [13]: SelectionEvent{Sash {} time=197524352 data=null item=null detail=0 x=184 y=0 width=3 height=157 stateMask=0x80000 text=null doit=true} to Sash with text {} 15:47:00 [2019-07-19T19:47:00.117Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Sash {} time=197524353 data=null button=1 stateMask=0x0 x=1 y=78 count=1} to Sash with text {} 15:47:00 [2019-07-19T19:47:00.117Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Sash {} time=197524353 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to Sash with text {} 15:47:01 [2019-07-19T19:47:01.047Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Sash {} time=197524954 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to Sash with text {} 15:47:01 [2019-07-19T19:47:01.047Z] DEBUG - Sent event Activate [26]: ShellEvent{Sash {} time=197524955 data=null doit=true} to Sash with text {} 15:47:01 [2019-07-19T19:47:01.047Z] DEBUG - Sent event Selection [13]: SelectionEvent{Sash {} time=197524955 data=null item=null detail=0 x=184 y=0 width=3 height=157 stateMask=0x0 text=null doit=true} to Sash with text {} 15:47:01 [2019-07-19T19:47:01.047Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Sash {} time=197524957 data=null button=1 stateMask=0x0 x=1 y=78 count=1} to Sash with text {} 15:47:01 [2019-07-19T19:47:01.047Z] DEBUG - Sent event DragDetect [29]: Event {type=29 Sash {} time=197524965 data=null x=1 y=78 width=0 height=0 detail=0} to Sash with text {} 15:47:01 [2019-07-19T19:47:01.047Z] DEBUG - Sent event Move [10]: ControlEvent{Sash {} time=197524965 data=null} to Sash with text {} 15:47:01 [2019-07-19T19:47:01.047Z] DEBUG - Sent event Selection [13]: SelectionEvent{Sash {} time=197524966 data=null item=null detail=0 x=134 y=0 width=3 height=157 stateMask=0x0 text=null doit=true} to Sash with text {} 15:47:01 [2019-07-19T19:47:01.047Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Sash {} time=197524968 data=null button=0 stateMask=0x80000 x=1 y=78 count=0} to Sash with text {} 15:47:01 [2019-07-19T19:47:01.048Z] DEBUG - Sent event Selection [13]: SelectionEvent{Sash {} time=197524969 data=null item=null detail=0 x=134 y=0 width=3 height=157 stateMask=0x80000 text=null doit=true} to Sash with text {} 15:47:01 [2019-07-19T19:47:01.048Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Sash {} time=197524970 data=null button=1 stateMask=0x0 x=1 y=78 count=1} to Sash with text {} 15:47:01 [2019-07-19T19:47:01.048Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Sash {} time=197524970 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to Sash with text {} 15:47:01 [2019-07-19T19:47:01.614Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 15:47:01 [2019-07-19T19:47:01.614Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=197525828 data=null doit=true} to Shell with text {data - Eclipse Platform} 15:47:01 [2019-07-19T19:47:01.614Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' 15:47:01 [2019-07-19T19:47:01.614Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:47:01 [2019-07-19T19:47:01.614Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:47:01 [2019-07-19T19:47:01.614Z] DEBUG - Attempting to set focus on Tree with text {} 15:47:01 [2019-07-19T19:47:01.614Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestAxisAlignment} time=197525859 data=null button=0 stateMask=0x0 x=100 y=11 count=0} to TreeItem with text {TestAxisAlignment} 15:47:01 [2019-07-19T19:47:01.614Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestAxisAlignment} time=197525860 data=null doit=true} to TreeItem with text {TestAxisAlignment} 15:47:01 [2019-07-19T19:47:01.614Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestAxisAlignment} time=197525860 data=null} to TreeItem with text {TestAxisAlignment} 15:47:01 [2019-07-19T19:47:01.614Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestAxisAlignment} time=197525860 data=null button=1 stateMask=0x0 x=100 y=11 count=1} to TreeItem with text {TestAxisAlignment} 15:47:01 [2019-07-19T19:47:01.871Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197525861 data=null item=TreeItem {TestAxisAlignment} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestAxisAlignment} 15:47:01 [2019-07-19T19:47:01.871Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestAxisAlignment} time=197525912 data=null button=1 stateMask=0x80000 x=100 y=11 count=1} to TreeItem with text {TestAxisAlignment} 15:47:01 [2019-07-19T19:47:01.871Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' 15:47:01 [2019-07-19T19:47:01.871Z] DEBUG - Clicking on with mnemonic 'Delete' 15:47:01 [2019-07-19T19:47:01.871Z] DEBUG - Clicked on with mnemonic 'Delete' 15:47:02 [2019-07-19T19:47:02.802Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' 15:47:02 [2019-07-19T19:47:02.802Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} 15:47:02 [2019-07-19T19:47:02.802Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 15:47:02 [2019-07-19T19:47:02.802Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' 15:47:02 [2019-07-19T19:47:02.802Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') 15:47:02 [2019-07-19T19:47:02.802Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 15:47:02 [2019-07-19T19:47:02.802Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:47:02 [2019-07-19T19:47:02.802Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:47:02 [2019-07-19T19:47:02.802Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') 15:47:02 [2019-07-19T19:47:02.802Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected 15:47:02 [2019-07-19T19:47:02.802Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197526790 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:47:02 [2019-07-19T19:47:02.802Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197526790 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:47:02 [2019-07-19T19:47:02.802Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=197526790 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:47:02 [2019-07-19T19:47:02.802Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=197526790 data=null} to (of type 'Button' and with style 'SWT.CHECK') 15:47:02 [2019-07-19T19:47:02.802Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197526791 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:47:02 [2019-07-19T19:47:02.802Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197526791 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:47:02 [2019-07-19T19:47:02.802Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=197526791 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:47:02 [2019-07-19T19:47:02.802Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197526791 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:47:02 [2019-07-19T19:47:02.802Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197526791 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:47:02 [2019-07-19T19:47:02.802Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197526791 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:47:02 [2019-07-19T19:47:02.802Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=197526791 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:47:02 [2019-07-19T19:47:02.802Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=197526791 data=null} to (of type 'Button' and with style 'SWT.CHECK') 15:47:02 [2019-07-19T19:47:02.802Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') 15:47:02 [2019-07-19T19:47:02.802Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 15:47:02 [2019-07-19T19:47:02.802Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 15:47:02 [2019-07-19T19:47:02.802Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:47:02 [2019-07-19T19:47:02.802Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:47:02 [2019-07-19T19:47:02.802Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 15:47:02 [2019-07-19T19:47:02.802Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:47:02 [2019-07-19T19:47:02.802Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:47:02 [2019-07-19T19:47:02.802Z] DEBUG - Clicking on OK 15:47:02 [2019-07-19T19:47:02.802Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=197526793 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:47:02 [2019-07-19T19:47:02.802Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=197526793 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:47:02 [2019-07-19T19:47:02.802Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=197526793 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:47:02 [2019-07-19T19:47:02.802Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=197526793 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:47:02 [2019-07-19T19:47:02.802Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=197526793 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:47:02 [2019-07-19T19:47:02.803Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=197526793 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:47:02 [2019-07-19T19:47:02.803Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:47:02 [2019-07-19T19:47:02.803Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:47:02 [2019-07-19T19:47:02.803Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:47:02 [2019-07-19T19:47:02.803Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:47:02 [2019-07-19T19:47:02.803Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:47:02 [2019-07-19T19:47:02.803Z] DEBUG - Clicked on OK 15:47:03 [2019-07-19T19:47:03.059Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=197526793 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:47:03 [2019-07-19T19:47:03.059Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=197525983 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' 15:47:03 [2019-07-19T19:47:03.316Z] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 32.457 s - in org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.TmfAlignTimeAxisTest 15:47:03 [2019-07-19T19:47:03.316Z] testMoveHistogramOthersFollow(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.TmfAlignTimeAxisTest) Time elapsed: 5.814 s 15:47:03 [2019-07-19T19:47:03.316Z] testNotOverlappingTgStubMove(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.TmfAlignTimeAxisTest) Time elapsed: 4.242 s 15:47:03 [2019-07-19T19:47:03.316Z] testOverlappingTgStubMove(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.TmfAlignTimeAxisTest) Time elapsed: 3.956 s 15:47:03 [2019-07-19T19:47:03.316Z] testMenuItem(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.TmfAlignTimeAxisTest) Time elapsed: 2.873 s 15:47:03 [2019-07-19T19:47:03.316Z] testMoveTgStubOthersFollow(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.TmfAlignTimeAxisTest) Time elapsed: 4.09 s 15:47:03 [2019-07-19T19:47:03.316Z] testOverlappingHistogramMove(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.TmfAlignTimeAxisTest) Time elapsed: 3.9 s 15:47:03 [2019-07-19T19:47:03.316Z] testNotOverlappingHistogramMove(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.TmfAlignTimeAxisTest) Time elapsed: 5.229 s 15:47:03 [2019-07-19T19:47:03.316Z] Running org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.FontEventEditorTest 15:47:05 [2019-07-19T19:47:05.209Z] DEBUG - matched EditorReference with text "", using matcher: with name '"syslog_collapse"' 15:47:05 [2019-07-19T19:47:05.209Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 15:47:05 [2019-07-19T19:47:05.209Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:47:05 [2019-07-19T19:47:05.209Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:47:05 [2019-07-19T19:47:05.773Z] DEBUG - matched MenuItem with text "Show Raw", using matcher: with mnemonic 'Show Raw' 15:47:05 [2019-07-19T19:47:05.773Z] DEBUG - Clicking on with mnemonic 'Show Raw' 15:47:05 [2019-07-19T19:47:05.773Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Show Raw} time=197529763 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Show Raw' 15:47:05 [2019-07-19T19:47:05.773Z] DEBUG - Clicked on with mnemonic 'Show Raw' 15:47:06 [2019-07-19T19:47:06.030Z] DEBUG - Attempting to set focus on (of type 'Table') 15:47:06 [2019-07-19T19:47:06.030Z] DEBUG - Attempting to set focus on (of type 'Table') 15:47:06 [2019-07-19T19:47:06.030Z] DEBUG - Clicking on (of type 'Table') 15:47:06 [2019-07-19T19:47:06.030Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=197530200 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 15:47:06 [2019-07-19T19:47:06.030Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=197530200 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 15:47:06 [2019-07-19T19:47:06.030Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=197530200 data=null doit=true} to (of type 'Table') 15:47:06 [2019-07-19T19:47:06.030Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=197530200 data=null} to (of type 'Table') 15:47:06 [2019-07-19T19:47:06.030Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Table {} time=197530200 data=null button=1 stateMask=0x0 x=98 y=95 count=1} to (of type 'Table') 15:47:06 [2019-07-19T19:47:06.030Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Table {} time=197530201 data=null button=1 stateMask=0x80000 x=98 y=95 count=1} to (of type 'Table') 15:47:06 [2019-07-19T19:47:06.030Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=197530201 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to (of type 'Table') 15:47:06 [2019-07-19T19:47:06.030Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Table {} time=197530214 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 15:47:06 [2019-07-19T19:47:06.030Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=197530230 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 15:47:06 [2019-07-19T19:47:06.030Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Table {} time=197530231 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 15:47:06 [2019-07-19T19:47:06.030Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Table {} time=197530231 data=null doit=true} to (of type 'Table') 15:47:06 [2019-07-19T19:47:06.030Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Table {} time=197530231 data=null} to (of type 'Table') 15:47:06 [2019-07-19T19:47:06.030Z] DEBUG - Clicked on (of type 'Table') 15:47:06 [2019-07-19T19:47:06.030Z] DEBUG - Attempting to set focus on (of type 'Table') 15:47:06 [2019-07-19T19:47:06.030Z] DEBUG - Selecting rows [4] in (of type 'Table') 15:47:06 [2019-07-19T19:47:06.030Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=197530232 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 15:47:06 [2019-07-19T19:47:06.030Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=197530232 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 15:47:06 [2019-07-19T19:47:06.030Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=197530232 data=null doit=true} to (of type 'Table') 15:47:06 [2019-07-19T19:47:06.030Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=197530232 data=null} to (of type 'Table') 15:47:06 [2019-07-19T19:47:06.030Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=197530233 data=null button=1 stateMask=0x0 x=22 y=95 count=1} to (of type 'Table') 15:47:06 [2019-07-19T19:47:06.030Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=197530240 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to (of type 'Table') 15:47:06 [2019-07-19T19:47:06.030Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=197530246 data=null button=1 stateMask=0x80000 x=22 y=95 count=1} to (of type 'Table') 15:47:06 [2019-07-19T19:47:06.030Z] DEBUG - matched StyledText with text "Jan 1 04:04:04 HostD...", using matcher: of type 'StyledText' 15:47:06 [2019-07-19T19:47:06.030Z] DEBUG - matched StyledText with text "Jan 1 04:04:04 HostD...", using matcher: (of type 'StyledText') 15:47:06 [2019-07-19T19:47:06.030Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - test/Traces/syslog_collapse - Eclipse Platform} time=197530249 data=null doit=true} to Shell with text {data - test/Traces/syslog_collapse - Eclipse Platform} 15:47:06 [2019-07-19T19:47:06.286Z] DEBUG - matched MenuItem with text "&Window", using matcher: with mnemonic 'Window' 15:47:06 [2019-07-19T19:47:06.543Z] DEBUG - matched MenuItem with text "&Preferences", using matcher: with mnemonic 'Preferences' 15:47:06 [2019-07-19T19:47:06.543Z] DEBUG - Clicking on with mnemonic 'Preferences' 15:47:06 [2019-07-19T19:47:06.543Z] *** BUG *** 15:47:06 [2019-07-19T19:47:06.543Z] In pixman_region32_init_rect: Invalid rectangle passed 15:47:06 [2019-07-19T19:47:06.543Z] Set a breakpoint on '_pixman_log_error' to debug 15:47:06 [2019-07-19T19:47:06.543Z] 15:47:06 [2019-07-19T19:47:06.543Z] *** BUG *** 15:47:06 [2019-07-19T19:47:06.543Z] In pixman_region32_init_rect: Invalid rectangle passed 15:47:06 [2019-07-19T19:47:06.543Z] Set a breakpoint on '_pixman_log_error' to debug 15:47:06 [2019-07-19T19:47:06.543Z] 15:47:06 [2019-07-19T19:47:06.543Z] *** BUG *** 15:47:06 [2019-07-19T19:47:06.543Z] In pixman_region32_init_rect: Invalid rectangle passed 15:47:06 [2019-07-19T19:47:06.543Z] Set a breakpoint on '_pixman_log_error' to debug 15:47:06 [2019-07-19T19:47:06.543Z] 15:47:06 [2019-07-19T19:47:06.543Z] *** BUG *** 15:47:06 [2019-07-19T19:47:06.543Z] In pixman_region32_init_rect: Invalid rectangle passed 15:47:06 [2019-07-19T19:47:06.543Z] Set a breakpoint on '_pixman_log_error' to debug 15:47:06 [2019-07-19T19:47:06.543Z] 15:47:06 [2019-07-19T19:47:06.802Z] DEBUG - Clicked on with mnemonic 'Preferences' 15:47:06 [2019-07-19T19:47:06.802Z] DEBUG - matched Shell with text "Preferences", using matcher: with text 'Preferences' 15:47:06 [2019-07-19T19:47:06.802Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Preferences} time=197530980 data=null doit=true} to Shell with text {Preferences} 15:47:06 [2019-07-19T19:47:06.802Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Preferences} time=197530981 data=null doit=true} to Shell with text {Preferences} 15:47:06 [2019-07-19T19:47:06.802Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 15:47:06 [2019-07-19T19:47:06.802Z] DEBUG - matched Text with text "", using matcher: (of type 'Text') 15:47:06 [2019-07-19T19:47:06.802Z] DEBUG - matched Text with text "5", using matcher: of type 'Text' 15:47:06 [2019-07-19T19:47:06.802Z] DEBUG - matched Text with text "5", using matcher: (of type 'Text') 15:47:06 [2019-07-19T19:47:06.802Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:47:06 [2019-07-19T19:47:06.802Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:47:06 [2019-07-19T19:47:06.802Z] DEBUG - Clicking on TreeItem with text {General} 15:47:06 [2019-07-19T19:47:06.802Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {General} time=197530986 data=null button=0 stateMask=0x0 x=51 y=11 count=0} to TreeItem with text {General} 15:47:06 [2019-07-19T19:47:06.802Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {General} time=197530986 data=null doit=true} to TreeItem with text {General} 15:47:06 [2019-07-19T19:47:06.802Z] DEBUG - Attempting to set focus on Tree with text {} 15:47:06 [2019-07-19T19:47:06.802Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {General} time=197530987 data=null} to TreeItem with text {General} 15:47:06 [2019-07-19T19:47:06.802Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {General} time=197531000 data=null button=1 stateMask=0x0 x=51 y=11 count=1} to TreeItem with text {General} 15:47:06 [2019-07-19T19:47:06.802Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197531000 data=null item=TreeItem {General} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {General} 15:47:06 [2019-07-19T19:47:06.802Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {General} time=197531001 data=null button=1 stateMask=0x80000 x=51 y=11 count=1} to TreeItem with text {General} 15:47:06 [2019-07-19T19:47:06.802Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {General} time=197531001 data=null button=0 stateMask=0x0 x=51 y=11 count=0} to TreeItem with text {General} 15:47:06 [2019-07-19T19:47:06.802Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {General} time=197531001 data=null doit=true} to TreeItem with text {General} 15:47:06 [2019-07-19T19:47:06.802Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {General} time=197531001 data=null} to TreeItem with text {General} 15:47:06 [2019-07-19T19:47:06.802Z] DEBUG - Clicked on TreeItem with text {General} 15:47:06 [2019-07-19T19:47:06.802Z] DEBUG - Attempting to set focus on Tree with text {} 15:47:06 [2019-07-19T19:47:06.802Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {General} time=197531002 data=null button=0 stateMask=0x0 x=51 y=11 count=0} to TreeItem with text {General} 15:47:06 [2019-07-19T19:47:06.802Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {General} time=197531002 data=null doit=true} to TreeItem with text {General} 15:47:06 [2019-07-19T19:47:06.802Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {General} time=197531002 data=null} to TreeItem with text {General} 15:47:06 [2019-07-19T19:47:06.802Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {General} time=197531003 data=null button=1 stateMask=0x0 x=51 y=11 count=1} to TreeItem with text {General} 15:47:06 [2019-07-19T19:47:06.802Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197531003 data=null item=TreeItem {General} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {General} 15:47:06 [2019-07-19T19:47:06.802Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {General} time=197531004 data=null button=1 stateMask=0x80000 x=51 y=11 count=1} to TreeItem with text {General} 15:47:07 [2019-07-19T19:47:07.485Z] DEBUG - Clicking on Tree node with text: Appearance 15:47:07 [2019-07-19T19:47:07.485Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Appearance} time=197531512 data=null button=0 stateMask=0x0 x=89 y=32 count=0} to Tree node with text: Appearance 15:47:07 [2019-07-19T19:47:07.485Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Appearance} time=197531512 data=null doit=true} to Tree node with text: Appearance 15:47:07 [2019-07-19T19:47:07.485Z] DEBUG - Attempting to set focus on Tree with text {} 15:47:07 [2019-07-19T19:47:07.485Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Appearance} time=197531513 data=null} to Tree node with text: Appearance 15:47:07 [2019-07-19T19:47:07.485Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Appearance} time=197531513 data=null button=1 stateMask=0x0 x=89 y=32 count=1} to Tree node with text: Appearance 15:47:07 [2019-07-19T19:47:07.485Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197531514 data=null item=TreeItem {Appearance} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: Appearance 15:47:07 [2019-07-19T19:47:07.485Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Appearance} time=197531516 data=null button=1 stateMask=0x80000 x=89 y=32 count=1} to Tree node with text: Appearance 15:47:07 [2019-07-19T19:47:07.485Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {Appearance} time=197531591 data=null button=0 stateMask=0x0 x=89 y=32 count=0} to Tree node with text: Appearance 15:47:07 [2019-07-19T19:47:07.485Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {Appearance} time=197531591 data=null doit=true} to Tree node with text: Appearance 15:47:07 [2019-07-19T19:47:07.485Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {Appearance} time=197531591 data=null} to Tree node with text: Appearance 15:47:07 [2019-07-19T19:47:07.485Z] DEBUG - Clicked on Tree node with text: Appearance 15:47:07 [2019-07-19T19:47:07.485Z] DEBUG - Attempting to set focus on Tree with text {} 15:47:07 [2019-07-19T19:47:07.485Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Appearance} time=197531592 data=null button=0 stateMask=0x0 x=89 y=32 count=0} to Tree node with text: Appearance 15:47:07 [2019-07-19T19:47:07.485Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Appearance} time=197531592 data=null doit=true} to Tree node with text: Appearance 15:47:07 [2019-07-19T19:47:07.485Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Appearance} time=197531592 data=null} to Tree node with text: Appearance 15:47:07 [2019-07-19T19:47:07.485Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Appearance} time=197531593 data=null button=1 stateMask=0x0 x=89 y=32 count=1} to Tree node with text: Appearance 15:47:07 [2019-07-19T19:47:07.485Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197531593 data=null item=TreeItem {Appearance} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: Appearance 15:47:07 [2019-07-19T19:47:07.485Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Appearance} time=197531594 data=null button=1 stateMask=0x80000 x=89 y=32 count=1} to Tree node with text: Appearance 15:47:07 [2019-07-19T19:47:07.485Z] DEBUG - Clicking on Tree node with text: Colors and Fonts 15:47:07 [2019-07-19T19:47:07.485Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Colors and Fonts} time=197531594 data=null button=0 stateMask=0x0 x=124 y=53 count=0} to Tree node with text: Colors and Fonts 15:47:07 [2019-07-19T19:47:07.485Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Colors and Fonts} time=197531595 data=null doit=true} to Tree node with text: Colors and Fonts 15:47:07 [2019-07-19T19:47:07.485Z] DEBUG - Attempting to set focus on Tree with text {} 15:47:07 [2019-07-19T19:47:07.485Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Colors and Fonts} time=197531595 data=null} to Tree node with text: Colors and Fonts 15:47:07 [2019-07-19T19:47:07.485Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Colors and Fonts} time=197531595 data=null button=1 stateMask=0x0 x=124 y=53 count=1} to Tree node with text: Colors and Fonts 15:47:07 [2019-07-19T19:47:07.485Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197531595 data=null item=TreeItem {Colors and Fonts} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: Colors and Fonts 15:47:07 [2019-07-19T19:47:07.485Z] *** BUG *** 15:47:07 [2019-07-19T19:47:07.485Z] In pixman_region32_init_rect: Invalid rectangle passed 15:47:07 [2019-07-19T19:47:07.485Z] Set a breakpoint on '_pixman_log_error' to debug 15:47:07 [2019-07-19T19:47:07.485Z] 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Colors and Fonts} time=197531596 data=null button=1 stateMask=0x80000 x=124 y=53 count=1} to Tree node with text: Colors and Fonts 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {Colors and Fonts} time=197531835 data=null button=0 stateMask=0x0 x=124 y=53 count=0} to Tree node with text: Colors and Fonts 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {Colors and Fonts} time=197531835 data=null doit=true} to Tree node with text: Colors and Fonts 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {Colors and Fonts} time=197531835 data=null} to Tree node with text: Colors and Fonts 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - Clicked on Tree node with text: Colors and Fonts 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - Attempting to set focus on Tree with text {} 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Colors and Fonts} time=197531836 data=null button=0 stateMask=0x0 x=124 y=53 count=0} to Tree node with text: Colors and Fonts 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Colors and Fonts} time=197531836 data=null doit=true} to Tree node with text: Colors and Fonts 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Colors and Fonts} time=197531836 data=null} to Tree node with text: Colors and Fonts 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Colors and Fonts} time=197531837 data=null button=1 stateMask=0x0 x=124 y=53 count=1} to Tree node with text: Colors and Fonts 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197531837 data=null item=TreeItem {Colors and Fonts} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: Colors and Fonts 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Colors and Fonts} time=197531838 data=null button=1 stateMask=0x80000 x=124 y=53 count=1} to Tree node with text: Colors and Fonts 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - Clicking on TreeItem with text {Tracing} 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Tracing} time=197531840 data=null button=0 stateMask=0x0 x=64 y=95 count=0} to TreeItem with text {Tracing} 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=197531841 data=null doit=true} to TreeItem with text {Tracing} 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - Attempting to set focus on Tree with text {} 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=197531843 data=null} to TreeItem with text {Tracing} 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=197531844 data=null button=1 stateMask=0x0 x=64 y=95 count=1} to TreeItem with text {Tracing} 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197531844 data=null item=TreeItem {Tracing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Tracing} 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=197531845 data=null button=1 stateMask=0x80000 x=64 y=95 count=1} to TreeItem with text {Tracing} 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {Tracing} time=197531872 data=null button=0 stateMask=0x0 x=64 y=95 count=0} to TreeItem with text {Tracing} 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {Tracing} time=197531872 data=null doit=true} to TreeItem with text {Tracing} 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {Tracing} time=197531872 data=null} to TreeItem with text {Tracing} 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - Clicked on TreeItem with text {Tracing} 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - Attempting to set focus on Tree with text {} 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Tracing} time=197531873 data=null button=0 stateMask=0x0 x=64 y=95 count=0} to TreeItem with text {Tracing} 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=197531873 data=null doit=true} to TreeItem with text {Tracing} 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=197531874 data=null} to TreeItem with text {Tracing} 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=197531874 data=null button=1 stateMask=0x0 x=64 y=95 count=1} to TreeItem with text {Tracing} 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197531875 data=null item=TreeItem {Tracing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Tracing} 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=197531875 data=null button=1 stateMask=0x80000 x=64 y=95 count=1} to TreeItem with text {Tracing} 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=197531876 data=null doit=true} to TreeItem with text {Tracing} 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=197531876 data=null} to TreeItem with text {Tracing} 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=197531876 data=null button=1 stateMask=0x0 x=64 y=95 count=1} to TreeItem with text {Tracing} 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=197531877 data=null item=TreeItem {Tracing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {Tracing} 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=197531937 data=null button=1 stateMask=0x80000 x=64 y=95 count=1} to TreeItem with text {Tracing} 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - Clicking on Tree node with text: Trace event raw text font (set to default: Text Font) 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Trace event raw text font (set to default: Text Font)} time=197531938 data=null button=0 stateMask=0x0 x=272 y=158 count=0} to Tree node with text: Trace event raw text font (set to default: Text Font) 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Trace event raw text font (set to default: Text Font)} time=197531938 data=null doit=true} to Tree node with text: Trace event raw text font (set to default: Text Font) 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - Attempting to set focus on Tree with text {} 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Trace event raw text font (set to default: Text Font)} time=197531938 data=null} to Tree node with text: Trace event raw text font (set to default: Text Font) 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Trace event raw text font (set to default: Text Font)} time=197531939 data=null button=1 stateMask=0x0 x=272 y=158 count=1} to Tree node with text: Trace event raw text font (set to default: Text Font) 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197531939 data=null item=TreeItem {Trace event raw text font (set to default: Text Font)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: Trace event raw text font (set to default: Text Font) 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Trace event raw text font (set to default: Text Font)} time=197531942 data=null button=1 stateMask=0x80000 x=272 y=158 count=1} to Tree node with text: Trace event raw text font (set to default: Text Font) 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {Trace event raw text font (set to default: Text Font)} time=197531942 data=null button=0 stateMask=0x0 x=272 y=158 count=0} to Tree node with text: Trace event raw text font (set to default: Text Font) 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {Trace event raw text font (set to default: Text Font)} time=197531942 data=null doit=true} to Tree node with text: Trace event raw text font (set to default: Text Font) 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {Trace event raw text font (set to default: Text Font)} time=197531942 data=null} to Tree node with text: Trace event raw text font (set to default: Text Font) 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - Clicked on Tree node with text: Trace event raw text font (set to default: Text Font) 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - Attempting to set focus on Tree with text {} 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Trace event raw text font (set to default: Text Font)} time=197531943 data=null button=0 stateMask=0x0 x=272 y=158 count=0} to Tree node with text: Trace event raw text font (set to default: Text Font) 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Trace event raw text font (set to default: Text Font)} time=197531943 data=null doit=true} to Tree node with text: Trace event raw text font (set to default: Text Font) 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Trace event raw text font (set to default: Text Font)} time=197531943 data=null} to Tree node with text: Trace event raw text font (set to default: Text Font) 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Trace event raw text font (set to default: Text Font)} time=197531945 data=null button=1 stateMask=0x0 x=272 y=158 count=1} to Tree node with text: Trace event raw text font (set to default: Text Font) 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197531953 data=null item=TreeItem {Trace event raw text font (set to default: Text Font)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: Trace event raw text font (set to default: Text Font) 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Trace event raw text font (set to default: Text Font)} time=197531954 data=null button=1 stateMask=0x80000 x=272 y=158 count=1} to Tree node with text: Trace event raw text font (set to default: Text Font) 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - matched Button with text "&Edit...", using matcher: of type 'Button' 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - matched Button with text "&Use System Font", using matcher: of type 'Button' 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - matched Button with text "&Use System Font", using matcher: with mnemonic 'Use System Font' 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - matched Button with text "&Use System Font", using matcher: with style 'SWT.PUSH' 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - matched Button with text "&Use System Font", using matcher: (of type 'Button' and with mnemonic 'Use System Font' and with style 'SWT.PUSH') 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - matched Button with text "&Reset", using matcher: of type 'Button' 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - matched Button with text "Ed&it Default...", using matcher: of type 'Button' 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - matched Button with text "&Go to Default", using matcher: of type 'Button' 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - matched Button with text "E&xpand All", using matcher: of type 'Button' 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - Clicking on &Use System Font 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Use System Font} time=197531957 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Use System Font' and with style 'SWT.PUSH') 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Use System Font} time=197531957 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Use System Font' and with style 'SWT.PUSH') 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Use System Font} time=197531957 data=null doit=true} to (of type 'Button' and with mnemonic 'Use System Font' and with style 'SWT.PUSH') 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Use System Font} time=197531957 data=null} to (of type 'Button' and with mnemonic 'Use System Font' and with style 'SWT.PUSH') 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Use System Font} time=197531958 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Use System Font' and with style 'SWT.PUSH') 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Use System Font} time=197531958 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Use System Font' and with style 'SWT.PUSH') 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Use System Font} time=197531958 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Use System Font' and with style 'SWT.PUSH') 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Use System Font} time=197531975 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Use System Font' and with style 'SWT.PUSH') 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Use System Font} time=197531975 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Use System Font' and with style 'SWT.PUSH') 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Use System Font} time=197531975 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Use System Font' and with style 'SWT.PUSH') 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Use System Font} time=197531975 data=null doit=true} to (of type 'Button' and with mnemonic 'Use System Font' and with style 'SWT.PUSH') 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Use System Font} time=197531975 data=null} to (of type 'Button' and with mnemonic 'Use System Font' and with style 'SWT.PUSH') 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - Clicked on &Use System Font 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - matched Button with text "&Edit...", using matcher: of type 'Button' 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - matched Button with text "&Use System Font", using matcher: of type 'Button' 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - matched Button with text "&Reset", using matcher: of type 'Button' 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - matched Button with text "Ed&it Default...", using matcher: of type 'Button' 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - matched Button with text "&Go to Default", using matcher: of type 'Button' 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - matched Button with text "E&xpand All", using matcher: of type 'Button' 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - matched Button with text "&Apply", using matcher: with mnemonic 'Apply' 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - matched Button with text "&Apply", using matcher: with style 'SWT.PUSH' 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - matched Button with text "&Apply", using matcher: (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - Clicking on &Apply 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Apply} time=197531978 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Apply} time=197531978 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Apply} time=197531978 data=null doit=true} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Apply} time=197531978 data=null} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Apply} time=197531978 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:47:07 [2019-07-19T19:47:07.743Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Apply} time=197531979 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:47:08 [2019-07-19T19:47:08.001Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Apply} time=197531979 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:47:08 [2019-07-19T19:47:08.001Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Apply} time=197532232 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:47:08 [2019-07-19T19:47:08.001Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Apply} time=197532232 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:47:08 [2019-07-19T19:47:08.001Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Apply} time=197532232 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:47:08 [2019-07-19T19:47:08.001Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Apply} time=197532232 data=null doit=true} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:47:08 [2019-07-19T19:47:08.001Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Apply} time=197532232 data=null} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:47:08 [2019-07-19T19:47:08.001Z] DEBUG - Clicked on &Apply 15:47:08 [2019-07-19T19:47:08.001Z] DEBUG - matched Button with text "&Edit...", using matcher: of type 'Button' 15:47:08 [2019-07-19T19:47:08.001Z] DEBUG - matched Button with text "&Use System Font", using matcher: of type 'Button' 15:47:08 [2019-07-19T19:47:08.001Z] DEBUG - matched Button with text "&Reset", using matcher: of type 'Button' 15:47:08 [2019-07-19T19:47:08.001Z] DEBUG - matched Button with text "&Reset", using matcher: with mnemonic 'Reset' 15:47:08 [2019-07-19T19:47:08.001Z] DEBUG - matched Button with text "&Reset", using matcher: with style 'SWT.PUSH' 15:47:08 [2019-07-19T19:47:08.001Z] DEBUG - matched Button with text "&Reset", using matcher: (of type 'Button' and with mnemonic 'Reset' and with style 'SWT.PUSH') 15:47:08 [2019-07-19T19:47:08.001Z] DEBUG - matched Button with text "Ed&it Default...", using matcher: of type 'Button' 15:47:08 [2019-07-19T19:47:08.001Z] DEBUG - matched Button with text "&Go to Default", using matcher: of type 'Button' 15:47:08 [2019-07-19T19:47:08.001Z] DEBUG - matched Button with text "E&xpand All", using matcher: of type 'Button' 15:47:08 [2019-07-19T19:47:08.001Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 15:47:08 [2019-07-19T19:47:08.001Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 15:47:08 [2019-07-19T19:47:08.001Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:47:08 [2019-07-19T19:47:08.001Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 15:47:08 [2019-07-19T19:47:08.001Z] DEBUG - Clicking on &Reset 15:47:08 [2019-07-19T19:47:08.001Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Reset} time=197532235 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Reset' and with style 'SWT.PUSH') 15:47:08 [2019-07-19T19:47:08.001Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Reset} time=197532235 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Reset' and with style 'SWT.PUSH') 15:47:08 [2019-07-19T19:47:08.001Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Reset} time=197532235 data=null doit=true} to (of type 'Button' and with mnemonic 'Reset' and with style 'SWT.PUSH') 15:47:08 [2019-07-19T19:47:08.001Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Reset} time=197532236 data=null} to (of type 'Button' and with mnemonic 'Reset' and with style 'SWT.PUSH') 15:47:08 [2019-07-19T19:47:08.001Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Reset} time=197532236 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Reset' and with style 'SWT.PUSH') 15:47:08 [2019-07-19T19:47:08.001Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Reset} time=197532236 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Reset' and with style 'SWT.PUSH') 15:47:08 [2019-07-19T19:47:08.001Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Reset} time=197532236 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Reset' and with style 'SWT.PUSH') 15:47:08 [2019-07-19T19:47:08.001Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Reset' and with style 'SWT.PUSH') 15:47:08 [2019-07-19T19:47:08.258Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Reset' and with style 'SWT.PUSH') 15:47:08 [2019-07-19T19:47:08.258Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Reset' and with style 'SWT.PUSH') 15:47:08 [2019-07-19T19:47:08.258Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Reset' and with style 'SWT.PUSH') 15:47:08 [2019-07-19T19:47:08.258Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Reset' and with style 'SWT.PUSH') 15:47:08 [2019-07-19T19:47:08.258Z] DEBUG - Clicked on &Reset 15:47:08 [2019-07-19T19:47:08.258Z] DEBUG - matched Button with text "&Edit...", using matcher: of type 'Button' 15:47:08 [2019-07-19T19:47:08.258Z] DEBUG - matched Button with text "&Use System Font", using matcher: of type 'Button' 15:47:08 [2019-07-19T19:47:08.258Z] DEBUG - matched Button with text "&Reset", using matcher: of type 'Button' 15:47:08 [2019-07-19T19:47:08.258Z] DEBUG - matched Button with text "Ed&it Default...", using matcher: of type 'Button' 15:47:08 [2019-07-19T19:47:08.258Z] DEBUG - matched Button with text "&Go to Default", using matcher: of type 'Button' 15:47:08 [2019-07-19T19:47:08.258Z] DEBUG - matched Button with text "E&xpand All", using matcher: of type 'Button' 15:47:08 [2019-07-19T19:47:08.258Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 15:47:08 [2019-07-19T19:47:08.258Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 15:47:08 [2019-07-19T19:47:08.258Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:47:08 [2019-07-19T19:47:08.258Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 15:47:08 [2019-07-19T19:47:08.258Z] DEBUG - matched Button with text "Apply and Close", using matcher: with mnemonic 'Apply and Close' 15:47:08 [2019-07-19T19:47:08.258Z] DEBUG - matched Button with text "Apply and Close", using matcher: (with mnemonic 'Apply and Close' or with mnemonic 'OK') 15:47:08 [2019-07-19T19:47:08.258Z] DEBUG - matched Button with text "Apply and Close", using matcher: with style 'SWT.PUSH' 15:47:08 [2019-07-19T19:47:08.258Z] DEBUG - matched Button with text "Apply and Close", using matcher: (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:47:08 [2019-07-19T19:47:08.258Z] DEBUG - Clicking on Apply and Close 15:47:08 [2019-07-19T19:47:08.258Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Apply and Close} time=197532265 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:47:08 [2019-07-19T19:47:08.258Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Apply and Close} time=197532266 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:47:08 [2019-07-19T19:47:08.258Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Apply and Close} time=197532266 data=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:47:08 [2019-07-19T19:47:08.258Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Apply and Close} time=197532266 data=null} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:47:08 [2019-07-19T19:47:08.258Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Apply and Close} time=197532266 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:47:08 [2019-07-19T19:47:08.258Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Apply and Close} time=197532266 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:47:08 [2019-07-19T19:47:08.515Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Apply and Close} time=197532267 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:47:08 [2019-07-19T19:47:08.515Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Preferences} time=197530605 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Preferences' 15:47:08 [2019-07-19T19:47:08.772Z] DEBUG - Clicked on 15:47:09 [2019-07-19T19:47:09.028Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=197533127 data=null doit=true} to Shell with text {data - Eclipse Platform} 15:47:09 [2019-07-19T19:47:09.028Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' 15:47:09 [2019-07-19T19:47:09.028Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:47:09 [2019-07-19T19:47:09.028Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:47:09 [2019-07-19T19:47:09.028Z] DEBUG - Attempting to set focus on Tree with text {} 15:47:09 [2019-07-19T19:47:09.028Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=197533135 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 15:47:09 [2019-07-19T19:47:09.028Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=197533136 data=null doit=true} to TreeItem with text {test} 15:47:09 [2019-07-19T19:47:09.028Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=197533136 data=null} to TreeItem with text {test} 15:47:09 [2019-07-19T19:47:09.028Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=197533137 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 15:47:09 [2019-07-19T19:47:09.028Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197533137 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 15:47:09 [2019-07-19T19:47:09.028Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=197533232 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 15:47:09 [2019-07-19T19:47:09.285Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' 15:47:09 [2019-07-19T19:47:09.285Z] DEBUG - Clicking on with mnemonic 'Delete' 15:47:09 [2019-07-19T19:47:09.285Z] DEBUG - Clicked on with mnemonic 'Delete' 15:47:10 [2019-07-19T19:47:10.216Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' 15:47:10 [2019-07-19T19:47:10.216Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} 15:47:10 [2019-07-19T19:47:10.216Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 15:47:10 [2019-07-19T19:47:10.216Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' 15:47:10 [2019-07-19T19:47:10.216Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') 15:47:10 [2019-07-19T19:47:10.216Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 15:47:10 [2019-07-19T19:47:10.216Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:47:10 [2019-07-19T19:47:10.216Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:47:10 [2019-07-19T19:47:10.216Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') 15:47:10 [2019-07-19T19:47:10.216Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected 15:47:10 [2019-07-19T19:47:10.216Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197534250 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:47:10 [2019-07-19T19:47:10.216Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197534250 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:47:10 [2019-07-19T19:47:10.216Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=197534250 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:47:10 [2019-07-19T19:47:10.216Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=197534250 data=null} to (of type 'Button' and with style 'SWT.CHECK') 15:47:10 [2019-07-19T19:47:10.216Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197534251 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:47:10 [2019-07-19T19:47:10.216Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197534251 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:47:10 [2019-07-19T19:47:10.216Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=197534251 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:47:10 [2019-07-19T19:47:10.216Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197534251 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:47:10 [2019-07-19T19:47:10.216Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197534251 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:47:10 [2019-07-19T19:47:10.216Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197534251 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:47:10 [2019-07-19T19:47:10.216Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=197534251 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:47:10 [2019-07-19T19:47:10.216Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=197534251 data=null} to (of type 'Button' and with style 'SWT.CHECK') 15:47:10 [2019-07-19T19:47:10.216Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') 15:47:10 [2019-07-19T19:47:10.216Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 15:47:10 [2019-07-19T19:47:10.216Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 15:47:10 [2019-07-19T19:47:10.216Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:47:10 [2019-07-19T19:47:10.216Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:47:10 [2019-07-19T19:47:10.216Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 15:47:10 [2019-07-19T19:47:10.216Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:47:10 [2019-07-19T19:47:10.216Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:47:10 [2019-07-19T19:47:10.216Z] DEBUG - Clicking on OK 15:47:10 [2019-07-19T19:47:10.216Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=197534253 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:47:10 [2019-07-19T19:47:10.216Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=197534253 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:47:10 [2019-07-19T19:47:10.216Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=197534253 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:47:10 [2019-07-19T19:47:10.216Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=197534253 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:47:10 [2019-07-19T19:47:10.216Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=197534254 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:47:10 [2019-07-19T19:47:10.216Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=197534254 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:47:10 [2019-07-19T19:47:10.216Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:47:10 [2019-07-19T19:47:10.216Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:47:10 [2019-07-19T19:47:10.216Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:47:10 [2019-07-19T19:47:10.216Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:47:10 [2019-07-19T19:47:10.216Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:47:10 [2019-07-19T19:47:10.216Z] DEBUG - Clicked on OK 15:47:10 [2019-07-19T19:47:10.781Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=197534254 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:47:10 [2019-07-19T19:47:10.781Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=197533341 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' 15:47:11 [2019-07-19T19:47:11.038Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.873 s - in org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.FontEventEditorTest 15:47:11 [2019-07-19T19:47:11.038Z] testChangeFont(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.FontEventEditorTest) Time elapsed: 7.807 s 15:47:11 [2019-07-19T19:47:11.038Z] Running org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.ColorsViewTest 15:47:11 [2019-07-19T19:47:11.294Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 15:47:11 [2019-07-19T19:47:11.857Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:47:11 [2019-07-19T19:47:11.857Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:47:11 [2019-07-19T19:47:11.857Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:47:11 [2019-07-19T19:47:11.857Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:47:11 [2019-07-19T19:47:11.857Z] DEBUG - Attempting to set focus on Tree with text {} 15:47:11 [2019-07-19T19:47:11.857Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForFiltering} time=197535988 data=null button=0 stateMask=0x0 x=89 y=11 count=0} to TreeItem with text {TestForFiltering} 15:47:11 [2019-07-19T19:47:11.857Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForFiltering} time=197535989 data=null doit=true} to TreeItem with text {TestForFiltering} 15:47:11 [2019-07-19T19:47:11.857Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForFiltering} time=197535989 data=null} to TreeItem with text {TestForFiltering} 15:47:11 [2019-07-19T19:47:11.857Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForFiltering} time=197535989 data=null button=1 stateMask=0x0 x=89 y=11 count=1} to TreeItem with text {TestForFiltering} 15:47:11 [2019-07-19T19:47:11.857Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197535989 data=null item=TreeItem {TestForFiltering} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestForFiltering} 15:47:11 [2019-07-19T19:47:11.857Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForFiltering} time=197536036 data=null button=1 stateMask=0x80000 x=89 y=11 count=1} to TreeItem with text {TestForFiltering} 15:47:11 [2019-07-19T19:47:11.857Z] DEBUG - Attempting to set focus on Tree with text {} 15:47:11 [2019-07-19T19:47:11.857Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForFiltering} time=197536037 data=null button=0 stateMask=0x0 x=89 y=11 count=0} to TreeItem with text {TestForFiltering} 15:47:11 [2019-07-19T19:47:11.857Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForFiltering} time=197536037 data=null doit=true} to TreeItem with text {TestForFiltering} 15:47:11 [2019-07-19T19:47:11.857Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForFiltering} time=197536038 data=null} to TreeItem with text {TestForFiltering} 15:47:11 [2019-07-19T19:47:11.857Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForFiltering} time=197536038 data=null button=1 stateMask=0x0 x=89 y=11 count=1} to TreeItem with text {TestForFiltering} 15:47:11 [2019-07-19T19:47:11.857Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197536038 data=null item=TreeItem {TestForFiltering} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestForFiltering} 15:47:11 [2019-07-19T19:47:11.857Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForFiltering} time=197536053 data=null button=1 stateMask=0x80000 x=89 y=11 count=1} to TreeItem with text {TestForFiltering} 15:47:11 [2019-07-19T19:47:11.857Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForFiltering} time=197536054 data=null doit=true} to TreeItem with text {TestForFiltering} 15:47:11 [2019-07-19T19:47:11.857Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForFiltering} time=197536054 data=null} to TreeItem with text {TestForFiltering} 15:47:11 [2019-07-19T19:47:11.857Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForFiltering} time=197536054 data=null button=1 stateMask=0x0 x=89 y=11 count=1} to TreeItem with text {TestForFiltering} 15:47:11 [2019-07-19T19:47:11.857Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=197536055 data=null item=TreeItem {TestForFiltering} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {TestForFiltering} 15:47:11 [2019-07-19T19:47:11.857Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForFiltering} time=197536065 data=null button=1 stateMask=0x80000 x=89 y=11 count=1} to TreeItem with text {TestForFiltering} 15:47:11 [2019-07-19T19:47:11.857Z] DEBUG - Attempting to set focus on Tree with text {} 15:47:11 [2019-07-19T19:47:11.857Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=197536067 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]} 15:47:11 [2019-07-19T19:47:11.857Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=197536067 data=null doit=true} to TreeItem with text {Traces [0]} 15:47:11 [2019-07-19T19:47:11.857Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=197536067 data=null} to TreeItem with text {Traces [0]} 15:47:11 [2019-07-19T19:47:11.857Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=197536067 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 15:47:11 [2019-07-19T19:47:11.857Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197536068 data=null item=TreeItem {Traces [0]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [0]} 15:47:12 [2019-07-19T19:47:12.114Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=197536137 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 15:47:14 [2019-07-19T19:47:14.010Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.colors"' 15:47:14 [2019-07-19T19:47:14.010Z] DEBUG - number of items : 7 15:47:14 [2019-07-19T19:47:14.010Z] DEBUG - Clicking on ToolItem with tooltip text {Insert new color setting} 15:47:14 [2019-07-19T19:47:14.010Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=197537778 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Insert new color setting} 15:47:14 [2019-07-19T19:47:14.010Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197537778 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Insert new color setting} 15:47:14 [2019-07-19T19:47:14.010Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=197537778 data=null doit=true} to ToolItem with tooltip text {Insert new color setting} 15:47:14 [2019-07-19T19:47:14.010Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=197537778 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Insert new color setting} 15:47:14 [2019-07-19T19:47:14.010Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=197537778 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Insert new color setting} 15:47:14 [2019-07-19T19:47:14.010Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=197537778 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Insert new color setting} 15:47:14 [2019-07-19T19:47:14.010Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=197537898 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Insert new color setting} 15:47:14 [2019-07-19T19:47:14.010Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197537979 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Insert new color setting} 15:47:14 [2019-07-19T19:47:14.010Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=197537979 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Insert new color setting} 15:47:14 [2019-07-19T19:47:14.010Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=197537979 data=null doit=true} to ToolItem with tooltip text {Insert new color setting} 15:47:14 [2019-07-19T19:47:14.010Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=197537980 data=null} to ToolItem with tooltip text {Insert new color setting} 15:47:14 [2019-07-19T19:47:14.010Z] DEBUG - Clicked on ToolItem with tooltip text {Insert new color setting} 15:47:14 [2019-07-19T19:47:14.010Z] DEBUG - number of items : 7 15:47:14 [2019-07-19T19:47:14.010Z] DEBUG - Clicking on ToolItem with tooltip text {Insert new color setting} 15:47:14 [2019-07-19T19:47:14.010Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=197537980 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Insert new color setting} 15:47:14 [2019-07-19T19:47:14.010Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197537980 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Insert new color setting} 15:47:14 [2019-07-19T19:47:14.010Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=197537980 data=null doit=true} to ToolItem with tooltip text {Insert new color setting} 15:47:14 [2019-07-19T19:47:14.010Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=197537981 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Insert new color setting} 15:47:14 [2019-07-19T19:47:14.010Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=197537981 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Insert new color setting} 15:47:14 [2019-07-19T19:47:14.010Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=197537981 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Insert new color setting} 15:47:14 [2019-07-19T19:47:14.010Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=197538069 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Insert new color setting} 15:47:14 [2019-07-19T19:47:14.010Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197538128 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Insert new color setting} 15:47:14 [2019-07-19T19:47:14.010Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=197538129 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Insert new color setting} 15:47:14 [2019-07-19T19:47:14.010Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=197538129 data=null doit=true} to ToolItem with tooltip text {Insert new color setting} 15:47:14 [2019-07-19T19:47:14.010Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=197538129 data=null} to ToolItem with tooltip text {Insert new color setting} 15:47:14 [2019-07-19T19:47:14.010Z] DEBUG - Clicked on ToolItem with tooltip text {Insert new color setting} 15:47:14 [2019-07-19T19:47:14.010Z] DEBUG - number of items : 7 15:47:14 [2019-07-19T19:47:14.010Z] DEBUG - Clicking on ToolItem with tooltip text {Insert new color setting} 15:47:14 [2019-07-19T19:47:14.010Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=197538130 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Insert new color setting} 15:47:14 [2019-07-19T19:47:14.010Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197538130 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Insert new color setting} 15:47:14 [2019-07-19T19:47:14.010Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=197538130 data=null doit=true} to ToolItem with tooltip text {Insert new color setting} 15:47:14 [2019-07-19T19:47:14.010Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=197538130 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Insert new color setting} 15:47:14 [2019-07-19T19:47:14.010Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=197538130 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Insert new color setting} 15:47:14 [2019-07-19T19:47:14.010Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=197538130 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Insert new color setting} 15:47:14 [2019-07-19T19:47:14.267Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=197538231 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Insert new color setting} 15:47:14 [2019-07-19T19:47:14.267Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197538291 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Insert new color setting} 15:47:14 [2019-07-19T19:47:14.267Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=197538291 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Insert new color setting} 15:47:14 [2019-07-19T19:47:14.267Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=197538291 data=null doit=true} to ToolItem with tooltip text {Insert new color setting} 15:47:14 [2019-07-19T19:47:14.267Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=197538291 data=null} to ToolItem with tooltip text {Insert new color setting} 15:47:14 [2019-07-19T19:47:14.267Z] DEBUG - Clicked on ToolItem with tooltip text {Insert new color setting} 15:47:14 [2019-07-19T19:47:14.267Z] DEBUG - number of items : 7 15:47:14 [2019-07-19T19:47:14.267Z] DEBUG - Clicking on ToolItem with tooltip text {Insert new color setting} 15:47:14 [2019-07-19T19:47:14.267Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=197538292 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Insert new color setting} 15:47:14 [2019-07-19T19:47:14.267Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197538292 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Insert new color setting} 15:47:14 [2019-07-19T19:47:14.267Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=197538292 data=null doit=true} to ToolItem with tooltip text {Insert new color setting} 15:47:14 [2019-07-19T19:47:14.267Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=197538293 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Insert new color setting} 15:47:14 [2019-07-19T19:47:14.267Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=197538293 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Insert new color setting} 15:47:14 [2019-07-19T19:47:14.267Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=197538293 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Insert new color setting} 15:47:14 [2019-07-19T19:47:14.267Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=197538382 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Insert new color setting} 15:47:14 [2019-07-19T19:47:14.267Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197538443 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Insert new color setting} 15:47:14 [2019-07-19T19:47:14.267Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=197538443 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Insert new color setting} 15:47:14 [2019-07-19T19:47:14.267Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=197538444 data=null doit=true} to ToolItem with tooltip text {Insert new color setting} 15:47:14 [2019-07-19T19:47:14.267Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=197538444 data=null} to ToolItem with tooltip text {Insert new color setting} 15:47:14 [2019-07-19T19:47:14.267Z] DEBUG - Clicked on ToolItem with tooltip text {Insert new color setting} 15:47:14 [2019-07-19T19:47:14.267Z] DEBUG - number of items : 7 15:47:14 [2019-07-19T19:47:14.267Z] DEBUG - Clicking on ToolItem with tooltip text {Increase priority} 15:47:14 [2019-07-19T19:47:14.267Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=197538445 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Increase priority} 15:47:14 [2019-07-19T19:47:14.267Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197538445 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Increase priority} 15:47:14 [2019-07-19T19:47:14.267Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=197538445 data=null doit=true} to ToolItem with tooltip text {Increase priority} 15:47:14 [2019-07-19T19:47:14.267Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=197538445 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Increase priority} 15:47:14 [2019-07-19T19:47:14.267Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=197538445 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Increase priority} 15:47:14 [2019-07-19T19:47:14.267Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=197538445 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Increase priority} 15:47:14 [2019-07-19T19:47:14.267Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=197538445 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Increase priority} 15:47:14 [2019-07-19T19:47:14.267Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197538445 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Increase priority} 15:47:14 [2019-07-19T19:47:14.267Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=197538446 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Increase priority} 15:47:14 [2019-07-19T19:47:14.267Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=197538446 data=null doit=true} to ToolItem with tooltip text {Increase priority} 15:47:14 [2019-07-19T19:47:14.267Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=197538446 data=null} to ToolItem with tooltip text {Increase priority} 15:47:14 [2019-07-19T19:47:14.267Z] DEBUG - Clicked on ToolItem with tooltip text {Increase priority} 15:47:14 [2019-07-19T19:47:14.267Z] DEBUG - number of items : 7 15:47:14 [2019-07-19T19:47:14.267Z] DEBUG - Clicking on ToolItem with tooltip text {Decrease priority} 15:47:14 [2019-07-19T19:47:14.267Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=197538447 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Decrease priority} 15:47:14 [2019-07-19T19:47:14.267Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197538447 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Decrease priority} 15:47:14 [2019-07-19T19:47:14.267Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=197538447 data=null doit=true} to ToolItem with tooltip text {Decrease priority} 15:47:14 [2019-07-19T19:47:14.267Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=197538447 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Decrease priority} 15:47:14 [2019-07-19T19:47:14.267Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=197538447 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Decrease priority} 15:47:14 [2019-07-19T19:47:14.267Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=197538447 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Decrease priority} 15:47:14 [2019-07-19T19:47:14.524Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=197538512 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Decrease priority} 15:47:14 [2019-07-19T19:47:14.524Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197538576 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Decrease priority} 15:47:14 [2019-07-19T19:47:14.524Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=197538577 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Decrease priority} 15:47:14 [2019-07-19T19:47:14.524Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=197538577 data=null doit=true} to ToolItem with tooltip text {Decrease priority} 15:47:14 [2019-07-19T19:47:14.524Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=197538577 data=null} to ToolItem with tooltip text {Decrease priority} 15:47:14 [2019-07-19T19:47:14.524Z] DEBUG - Clicked on ToolItem with tooltip text {Decrease priority} 15:47:14 [2019-07-19T19:47:14.524Z] DEBUG - number of items : 7 15:47:14 [2019-07-19T19:47:14.524Z] DEBUG - Clicking on ToolItem with tooltip text {Delete color setting} 15:47:14 [2019-07-19T19:47:14.524Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=197538578 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Delete color setting} 15:47:14 [2019-07-19T19:47:14.524Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197538578 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Delete color setting} 15:47:14 [2019-07-19T19:47:14.524Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=197538578 data=null doit=true} to ToolItem with tooltip text {Delete color setting} 15:47:14 [2019-07-19T19:47:14.524Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=197538578 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Delete color setting} 15:47:14 [2019-07-19T19:47:14.524Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=197538578 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Delete color setting} 15:47:14 [2019-07-19T19:47:14.524Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=197538578 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Delete color setting} 15:47:14 [2019-07-19T19:47:14.524Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=197538652 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Delete color setting} 15:47:14 [2019-07-19T19:47:14.524Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197538668 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Delete color setting} 15:47:14 [2019-07-19T19:47:14.524Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=197538668 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Delete color setting} 15:47:14 [2019-07-19T19:47:14.524Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=197538668 data=null doit=true} to ToolItem with tooltip text {Delete color setting} 15:47:14 [2019-07-19T19:47:14.524Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=197538668 data=null} to ToolItem with tooltip text {Delete color setting} 15:47:14 [2019-07-19T19:47:14.524Z] DEBUG - Clicked on ToolItem with tooltip text {Delete color setting} 15:47:14 [2019-07-19T19:47:14.524Z] DEBUG - matched Label with text " Text ", using matcher: of type 'Label' 15:47:14 [2019-07-19T19:47:14.524Z] DEBUG - matched Label with text " Text ", using matcher: (of type 'Label') 15:47:14 [2019-07-19T19:47:14.524Z] DEBUG - matched Label with text "", using matcher: of type 'Label' 15:47:14 [2019-07-19T19:47:14.524Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') 15:47:14 [2019-07-19T19:47:14.524Z] DEBUG - matched Label with text " Text ", using matcher: of type 'Label' 15:47:14 [2019-07-19T19:47:14.524Z] DEBUG - matched Label with text " Text ", using matcher: (of type 'Label') 15:47:14 [2019-07-19T19:47:14.524Z] DEBUG - matched Label with text "", using matcher: of type 'Label' 15:47:14 [2019-07-19T19:47:14.524Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') 15:47:14 [2019-07-19T19:47:14.524Z] DEBUG - matched Label with text " Text ", using matcher: of type 'Label' 15:47:14 [2019-07-19T19:47:14.524Z] DEBUG - matched Label with text " Text ", using matcher: (of type 'Label') 15:47:14 [2019-07-19T19:47:14.524Z] DEBUG - matched Label with text "", using matcher: of type 'Label' 15:47:14 [2019-07-19T19:47:14.524Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') 15:47:14 [2019-07-19T19:47:14.524Z] DEBUG - matched Label with text "", using matcher: of type 'Label' 15:47:14 [2019-07-19T19:47:14.524Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') 15:47:14 [2019-07-19T19:47:14.524Z] DEBUG - Attempting to set focus on (of type 'Label') 15:47:14 [2019-07-19T19:47:14.524Z] DEBUG - number of items : 7 15:47:14 [2019-07-19T19:47:14.524Z] DEBUG - Clicking on ToolItem with tooltip text {Delete color setting} 15:47:14 [2019-07-19T19:47:14.524Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=197538709 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Delete color setting} 15:47:14 [2019-07-19T19:47:14.524Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197538709 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Delete color setting} 15:47:14 [2019-07-19T19:47:14.524Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=197538709 data=null doit=true} to ToolItem with tooltip text {Delete color setting} 15:47:14 [2019-07-19T19:47:14.524Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=197538709 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Delete color setting} 15:47:14 [2019-07-19T19:47:14.524Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=197538709 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Delete color setting} 15:47:14 [2019-07-19T19:47:14.524Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=197538709 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Delete color setting} 15:47:14 [2019-07-19T19:47:14.781Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=197538791 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Delete color setting} 15:47:14 [2019-07-19T19:47:14.781Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197538851 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Delete color setting} 15:47:14 [2019-07-19T19:47:14.781Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=197538851 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Delete color setting} 15:47:14 [2019-07-19T19:47:14.781Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=197538852 data=null doit=true} to ToolItem with tooltip text {Delete color setting} 15:47:14 [2019-07-19T19:47:14.781Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=197538852 data=null} to ToolItem with tooltip text {Delete color setting} 15:47:14 [2019-07-19T19:47:14.781Z] DEBUG - Clicked on ToolItem with tooltip text {Delete color setting} 15:47:14 [2019-07-19T19:47:14.781Z] DEBUG - matched Label with text " Text ", using matcher: of type 'Label' 15:47:14 [2019-07-19T19:47:14.781Z] DEBUG - matched Label with text " Text ", using matcher: (of type 'Label') 15:47:14 [2019-07-19T19:47:14.781Z] DEBUG - matched Label with text "", using matcher: of type 'Label' 15:47:14 [2019-07-19T19:47:14.781Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') 15:47:14 [2019-07-19T19:47:14.781Z] DEBUG - matched Label with text " Text ", using matcher: of type 'Label' 15:47:14 [2019-07-19T19:47:14.781Z] DEBUG - matched Label with text " Text ", using matcher: (of type 'Label') 15:47:14 [2019-07-19T19:47:14.781Z] DEBUG - matched Label with text "", using matcher: of type 'Label' 15:47:14 [2019-07-19T19:47:14.781Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') 15:47:14 [2019-07-19T19:47:14.781Z] DEBUG - matched Label with text "", using matcher: of type 'Label' 15:47:14 [2019-07-19T19:47:14.781Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') 15:47:14 [2019-07-19T19:47:14.781Z] DEBUG - Attempting to set focus on (of type 'Label') 15:47:14 [2019-07-19T19:47:14.781Z] DEBUG - number of items : 7 15:47:14 [2019-07-19T19:47:14.781Z] DEBUG - Clicking on ToolItem with tooltip text {Delete color setting} 15:47:14 [2019-07-19T19:47:14.781Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=197538854 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Delete color setting} 15:47:14 [2019-07-19T19:47:14.781Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197538854 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Delete color setting} 15:47:14 [2019-07-19T19:47:14.781Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=197538854 data=null doit=true} to ToolItem with tooltip text {Delete color setting} 15:47:14 [2019-07-19T19:47:14.781Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=197538854 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Delete color setting} 15:47:14 [2019-07-19T19:47:14.781Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=197538854 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Delete color setting} 15:47:14 [2019-07-19T19:47:14.781Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=197538854 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Delete color setting} 15:47:14 [2019-07-19T19:47:14.781Z] WARN - Widget is not enabled: ToolItem with tooltip text {Delete color setting} 15:47:14 [2019-07-19T19:47:14.781Z] WARN - Widget is not enabled: ToolItem with tooltip text {Delete color setting} 15:47:14 [2019-07-19T19:47:14.781Z] WARN - Widget is not enabled: ToolItem with tooltip text {Delete color setting} 15:47:14 [2019-07-19T19:47:14.781Z] WARN - Widget is not enabled: ToolItem with tooltip text {Delete color setting} 15:47:14 [2019-07-19T19:47:14.781Z] WARN - Widget is not enabled: ToolItem with tooltip text {Delete color setting} 15:47:14 [2019-07-19T19:47:14.781Z] DEBUG - Clicked on ToolItem with tooltip text {Delete color setting} 15:47:15 [2019-07-19T19:47:15.038Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 15:47:15 [2019-07-19T19:47:15.038Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:47:15 [2019-07-19T19:47:15.038Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:47:15 [2019-07-19T19:47:15.038Z] DEBUG - Attempting to set focus on (of type 'Table') 15:47:15 [2019-07-19T19:47:15.038Z] DEBUG - Selecting rows [2] in (of type 'Table') 15:47:15 [2019-07-19T19:47:15.038Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=197539198 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 15:47:15 [2019-07-19T19:47:15.038Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=197539198 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 15:47:15 [2019-07-19T19:47:15.038Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=197539198 data=null doit=true} to (of type 'Table') 15:47:15 [2019-07-19T19:47:15.038Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=197539199 data=null} to (of type 'Table') 15:47:15 [2019-07-19T19:47:15.038Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=197539199 data=null button=1 stateMask=0x0 x=22 y=53 count=1} to (of type 'Table') 15:47:15 [2019-07-19T19:47:15.038Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=197539199 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to (of type 'Table') 15:47:15 [2019-07-19T19:47:15.038Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=197539245 data=null button=1 stateMask=0x80000 x=22 y=53 count=1} to (of type 'Table') 15:47:17 [2019-07-19T19:47:17.559Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.272 s - in org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.ColorsViewTest 15:47:17 [2019-07-19T19:47:17.559Z] testYellow(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.ColorsViewTest) Time elapsed: 1.543 s 15:47:17 [2019-07-19T19:47:17.559Z] Running org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.PinAndCloneTest 15:47:44 [2019-07-19T19:47:44.076Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 23.477 s - in org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.PinAndCloneTest 15:47:44 [2019-07-19T19:47:44.076Z] testPinSingleTrace(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.PinAndCloneTest) Time elapsed: 3.39 s 15:47:44 [2019-07-19T19:47:44.076Z] testPinTwoTraces(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.PinAndCloneTest) skipped 15:47:44 [2019-07-19T19:47:44.076Z] testFollow(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.PinAndCloneTest) Time elapsed: 13.993 s 15:47:44 [2019-07-19T19:47:44.076Z] testCloneSingleTrace(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.PinAndCloneTest) Time elapsed: 4.044 s 15:47:44 [2019-07-19T19:47:44.076Z] Running org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.CopyToClipboardTest 15:47:44 [2019-07-19T19:47:44.076Z] DEBUG - matched EditorReference with text "", using matcher: with name '"syslog_collapse"' 15:47:44 [2019-07-19T19:47:44.076Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 15:47:44 [2019-07-19T19:47:44.076Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:47:44 [2019-07-19T19:47:44.076Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:47:44 [2019-07-19T19:47:44.076Z] DEBUG - Clicking on TableItem with text {} 15:47:44 [2019-07-19T19:47:44.076Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=197567011 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 15:47:44 [2019-07-19T19:47:44.076Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=197567011 data=null doit=true} to TableItem with text {} 15:47:44 [2019-07-19T19:47:44.076Z] DEBUG - Attempting to set focus on Table with text {} 15:47:44 [2019-07-19T19:47:44.076Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=197567011 data=null} to TableItem with text {} 15:47:44 [2019-07-19T19:47:44.076Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=197567012 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 15:47:44 [2019-07-19T19:47:44.076Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=197567012 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TableItem with text {} 15:47:44 [2019-07-19T19:47:44.076Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=197567020 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 15:47:44 [2019-07-19T19:47:44.076Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TableItem {} time=197567023 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 15:47:44 [2019-07-19T19:47:44.076Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TableItem {} time=197567023 data=null doit=true} to TableItem with text {} 15:47:44 [2019-07-19T19:47:44.076Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TableItem {} time=197567023 data=null} to TableItem with text {} 15:47:44 [2019-07-19T19:47:44.076Z] DEBUG - Clicked on TableItem with text {} 15:47:44 [2019-07-19T19:47:44.076Z] DEBUG - Attempting to set focus on (of type 'Table') 15:47:44 [2019-07-19T19:47:44.076Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:47:44 [2019-07-19T19:47:44.076Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:47:44 [2019-07-19T19:47:44.076Z] DEBUG - Clicking on TableItem with text {} 15:47:44 [2019-07-19T19:47:44.076Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=197567859 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 15:47:44 [2019-07-19T19:47:44.076Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=197567859 data=null doit=true} to TableItem with text {} 15:47:44 [2019-07-19T19:47:44.076Z] DEBUG - Attempting to set focus on Table with text {} 15:47:44 [2019-07-19T19:47:44.076Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=197567860 data=null} to TableItem with text {} 15:47:44 [2019-07-19T19:47:44.076Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=197567860 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 15:47:44 [2019-07-19T19:47:44.076Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=197567860 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TableItem with text {} 15:47:44 [2019-07-19T19:47:44.076Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=197567868 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 15:47:44 [2019-07-19T19:47:44.076Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TableItem {} time=197567889 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 15:47:44 [2019-07-19T19:47:44.076Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TableItem {} time=197567889 data=null doit=true} to TableItem with text {} 15:47:44 [2019-07-19T19:47:44.076Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TableItem {} time=197567889 data=null} to TableItem with text {} 15:47:44 [2019-07-19T19:47:44.076Z] DEBUG - Clicked on TableItem with text {} 15:47:44 [2019-07-19T19:47:44.076Z] DEBUG - matched MenuItem with text "Copy to Clipboard", using matcher: with mnemonic 'Copy to Clipboard' 15:47:44 [2019-07-19T19:47:44.076Z] DEBUG - Clicking on with mnemonic 'Copy to Clipboard' 15:47:44 [2019-07-19T19:47:44.076Z] DEBUG - Clicked on with mnemonic 'Copy to Clipboard' 15:47:44 [2019-07-19T19:47:44.076Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:47:44 [2019-07-19T19:47:44.076Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:47:44 [2019-07-19T19:47:44.076Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Copy to Clipboard} time=197567930 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Copy to Clipboard' 15:47:44 [2019-07-19T19:47:44.076Z] DEBUG - Clicking on TableItem with text {} 15:47:44 [2019-07-19T19:47:44.076Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=197568165 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 15:47:44 [2019-07-19T19:47:44.076Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=197568166 data=null doit=true} to TableItem with text {} 15:47:44 [2019-07-19T19:47:44.076Z] DEBUG - Attempting to set focus on Table with text {} 15:47:44 [2019-07-19T19:47:44.076Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=197568167 data=null} to TableItem with text {} 15:47:44 [2019-07-19T19:47:44.076Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=197568167 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 15:47:44 [2019-07-19T19:47:44.076Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=197568168 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TableItem with text {} 15:47:44 [2019-07-19T19:47:44.076Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=197568171 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 15:47:44 [2019-07-19T19:47:44.076Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TableItem {} time=197568175 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 15:47:44 [2019-07-19T19:47:44.076Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TableItem {} time=197568175 data=null doit=true} to TableItem with text {} 15:47:44 [2019-07-19T19:47:44.076Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TableItem {} time=197568176 data=null} to TableItem with text {} 15:47:44 [2019-07-19T19:47:44.076Z] DEBUG - Clicked on TableItem with text {} 15:47:44 [2019-07-19T19:47:44.076Z] DEBUG - Attempting to set focus on (of type 'Table') 15:47:44 [2019-07-19T19:47:44.076Z] DEBUG - Attempting to set focus on (of type 'Table') 15:47:44 [2019-07-19T19:47:44.334Z] DEBUG - matched MenuItem with text "Copy to Clipboard", using matcher: with mnemonic 'Copy to Clipboard' 15:47:44 [2019-07-19T19:47:44.334Z] DEBUG - Clicking on with mnemonic 'Copy to Clipboard' 15:47:44 [2019-07-19T19:47:44.334Z] DEBUG - Clicked on with mnemonic 'Copy to Clipboard' 15:47:44 [2019-07-19T19:47:44.334Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Copy to Clipboard} time=197568340 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Copy to Clipboard' 15:47:44 [2019-07-19T19:47:44.334Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - test/Traces/syslog_collapse - Eclipse Platform} time=197568576 data=null doit=true} to Shell with text {data - test/Traces/syslog_collapse - Eclipse Platform} 15:47:44 [2019-07-19T19:47:44.334Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' 15:47:44 [2019-07-19T19:47:44.590Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:47:44 [2019-07-19T19:47:44.590Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:47:44 [2019-07-19T19:47:44.590Z] DEBUG - Attempting to set focus on Tree with text {} 15:47:44 [2019-07-19T19:47:44.590Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=197568718 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 15:47:44 [2019-07-19T19:47:44.590Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=197568718 data=null doit=true} to TreeItem with text {test} 15:47:44 [2019-07-19T19:47:44.590Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=197568718 data=null} to TreeItem with text {test} 15:47:44 [2019-07-19T19:47:44.590Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=197568718 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 15:47:44 [2019-07-19T19:47:44.590Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197568719 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 15:47:44 [2019-07-19T19:47:44.590Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=197568752 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 15:47:44 [2019-07-19T19:47:44.590Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' 15:47:44 [2019-07-19T19:47:44.590Z] DEBUG - Clicking on with mnemonic 'Delete' 15:47:44 [2019-07-19T19:47:44.847Z] DEBUG - Clicked on with mnemonic 'Delete' 15:47:45 [2019-07-19T19:47:45.104Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' 15:47:45 [2019-07-19T19:47:45.104Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} 15:47:45 [2019-07-19T19:47:45.104Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 15:47:45 [2019-07-19T19:47:45.104Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' 15:47:45 [2019-07-19T19:47:45.104Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') 15:47:45 [2019-07-19T19:47:45.104Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 15:47:45 [2019-07-19T19:47:45.104Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:47:45 [2019-07-19T19:47:45.104Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:47:45 [2019-07-19T19:47:45.104Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') 15:47:45 [2019-07-19T19:47:45.104Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected 15:47:45 [2019-07-19T19:47:45.104Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197569276 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:47:45 [2019-07-19T19:47:45.104Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197569277 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:47:45 [2019-07-19T19:47:45.104Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=197569277 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:47:45 [2019-07-19T19:47:45.104Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=197569277 data=null} to (of type 'Button' and with style 'SWT.CHECK') 15:47:45 [2019-07-19T19:47:45.104Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197569278 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:47:45 [2019-07-19T19:47:45.104Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197569278 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:47:45 [2019-07-19T19:47:45.104Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=197569278 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:47:45 [2019-07-19T19:47:45.104Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197569278 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:47:45 [2019-07-19T19:47:45.104Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197569278 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:47:45 [2019-07-19T19:47:45.104Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197569278 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:47:45 [2019-07-19T19:47:45.104Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=197569278 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:47:45 [2019-07-19T19:47:45.104Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=197569278 data=null} to (of type 'Button' and with style 'SWT.CHECK') 15:47:45 [2019-07-19T19:47:45.104Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') 15:47:45 [2019-07-19T19:47:45.104Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 15:47:45 [2019-07-19T19:47:45.104Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 15:47:45 [2019-07-19T19:47:45.104Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:47:45 [2019-07-19T19:47:45.104Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:47:45 [2019-07-19T19:47:45.104Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 15:47:45 [2019-07-19T19:47:45.104Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:47:45 [2019-07-19T19:47:45.104Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:47:45 [2019-07-19T19:47:45.104Z] DEBUG - Clicking on OK 15:47:45 [2019-07-19T19:47:45.104Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=197569279 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:47:45 [2019-07-19T19:47:45.104Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=197569279 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:47:45 [2019-07-19T19:47:45.104Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=197569279 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:47:45 [2019-07-19T19:47:45.104Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=197569280 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:47:45 [2019-07-19T19:47:45.104Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=197569280 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:47:45 [2019-07-19T19:47:45.104Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=197569280 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:47:45 [2019-07-19T19:47:45.104Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:47:45 [2019-07-19T19:47:45.104Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:47:45 [2019-07-19T19:47:45.104Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:47:45 [2019-07-19T19:47:45.104Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:47:45 [2019-07-19T19:47:45.104Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:47:45 [2019-07-19T19:47:45.104Z] DEBUG - Clicked on OK 15:47:46 [2019-07-19T19:47:46.035Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=197569280 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:47:46 [2019-07-19T19:47:46.035Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=197568832 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' 15:47:46 [2019-07-19T19:47:46.035Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.231 s - in org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.CopyToClipboardTest 15:47:46 [2019-07-19T19:47:46.035Z] testNoCopySearchRow(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.CopyToClipboardTest) Time elapsed: 0.849 s 15:47:46 [2019-07-19T19:47:46.035Z] testCopySingleSelection(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.CopyToClipboardTest) Time elapsed: 0.199 s 15:47:46 [2019-07-19T19:47:46.035Z] testCopyMultipleSelection(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.CopyToClipboardTest) Time elapsed: 0.408 s 15:47:46 [2019-07-19T19:47:46.035Z] Running org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.TestRefreshTextTrace 15:48:00 [2019-07-19T19:48:00.889Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.233 s - in org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.TestRefreshTextTrace 15:48:00 [2019-07-19T19:48:00.889Z] testRefresh(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.TestRefreshTextTrace) Time elapsed: 11.934 s 15:48:00 [2019-07-19T19:48:00.889Z] Running org.eclipse.tracecompass.tmf.ui.swtbot.tests.wizards.StandardImportGzipTraceTest 15:48:03 [2019-07-19T19:48:03.412Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.184 s - in org.eclipse.tracecompass.tmf.ui.swtbot.tests.wizards.StandardImportGzipTraceTest 15:48:03 [2019-07-19T19:48:03.412Z] testGzipImport(org.eclipse.tracecompass.tmf.ui.swtbot.tests.wizards.StandardImportGzipTraceTest) Time elapsed: 5.119 s 15:48:03 [2019-07-19T19:48:03.412Z] Running org.eclipse.tracecompass.tmf.ui.swtbot.tests.wizards.TestImportExportPackageWizard 15:48:05 [2019-07-19T19:48:05.307Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 15:48:05 [2019-07-19T19:48:05.307Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:48:05 [2019-07-19T19:48:05.307Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:48:05 [2019-07-19T19:48:05.307Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:48:05 [2019-07-19T19:48:05.307Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:48:05 [2019-07-19T19:48:05.307Z] DEBUG - Attempting to set focus on Tree with text {} 15:48:05 [2019-07-19T19:48:05.307Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Test} time=197589471 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {Test} 15:48:05 [2019-07-19T19:48:05.307Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Test} time=197589472 data=null doit=true} to TreeItem with text {Test} 15:48:05 [2019-07-19T19:48:05.307Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Test} time=197589472 data=null} to TreeItem with text {Test} 15:48:05 [2019-07-19T19:48:05.307Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Test} time=197589472 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {Test} 15:48:05 [2019-07-19T19:48:05.307Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197589472 data=null item=TreeItem {Test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Test} 15:48:05 [2019-07-19T19:48:05.564Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Test} time=197589559 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {Test} 15:48:05 [2019-07-19T19:48:05.564Z] DEBUG - Attempting to set focus on Tree with text {} 15:48:05 [2019-07-19T19:48:05.564Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Test} time=197589560 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {Test} 15:48:05 [2019-07-19T19:48:05.564Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Test} time=197589560 data=null doit=true} to TreeItem with text {Test} 15:48:05 [2019-07-19T19:48:05.564Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Test} time=197589560 data=null} to TreeItem with text {Test} 15:48:05 [2019-07-19T19:48:05.564Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Test} time=197589561 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {Test} 15:48:05 [2019-07-19T19:48:05.564Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197589561 data=null item=TreeItem {Test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Test} 15:48:05 [2019-07-19T19:48:05.564Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Test} time=197589568 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {Test} 15:48:05 [2019-07-19T19:48:05.564Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Test} time=197589569 data=null doit=true} to TreeItem with text {Test} 15:48:05 [2019-07-19T19:48:05.564Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Test} time=197589569 data=null} to TreeItem with text {Test} 15:48:05 [2019-07-19T19:48:05.564Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Test} time=197589569 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {Test} 15:48:05 [2019-07-19T19:48:05.564Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=197589569 data=null item=TreeItem {Test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {Test} 15:48:05 [2019-07-19T19:48:05.564Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Test} time=197589633 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {Test} 15:48:05 [2019-07-19T19:48:05.564Z] DEBUG - Attempting to set focus on Tree with text {} 15:48:05 [2019-07-19T19:48:05.564Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=197589635 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 15:48:05 [2019-07-19T19:48:05.564Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=197589635 data=null doit=true} to TreeItem with text {Traces [1]} 15:48:05 [2019-07-19T19:48:05.564Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=197589635 data=null} to TreeItem with text {Traces [1]} 15:48:05 [2019-07-19T19:48:05.564Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=197589635 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 15:48:05 [2019-07-19T19:48:05.564Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197589636 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 15:48:05 [2019-07-19T19:48:05.564Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=197589661 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 15:48:05 [2019-07-19T19:48:05.564Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 15:48:05 [2019-07-19T19:48:05.564Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:48:05 [2019-07-19T19:48:05.564Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:48:05 [2019-07-19T19:48:05.564Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:48:05 [2019-07-19T19:48:05.564Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:48:05 [2019-07-19T19:48:05.564Z] DEBUG - Attempting to set focus on Tree with text {} 15:48:05 [2019-07-19T19:48:05.564Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Test} time=197589669 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {Test} 15:48:05 [2019-07-19T19:48:05.564Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Test} time=197589669 data=null doit=true} to TreeItem with text {Test} 15:48:05 [2019-07-19T19:48:05.564Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Test} time=197589669 data=null} to TreeItem with text {Test} 15:48:05 [2019-07-19T19:48:05.564Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Test} time=197589670 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {Test} 15:48:05 [2019-07-19T19:48:05.564Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197589670 data=null item=TreeItem {Test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Test} 15:48:05 [2019-07-19T19:48:05.564Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Test} time=197589745 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {Test} 15:48:05 [2019-07-19T19:48:05.564Z] WARN - Tree item TreeItem with text {Test} is already expanded. Won't expand it again. 15:48:05 [2019-07-19T19:48:05.564Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Experiments [1]} time=197589746 data=null doit=true} to TreeItem with text {Experiments [1]} 15:48:05 [2019-07-19T19:48:05.564Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Experiments [1]} time=197589747 data=null} to TreeItem with text {Experiments [1]} 15:48:05 [2019-07-19T19:48:05.564Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Experiments [1]} time=197589747 data=null button=1 stateMask=0x0 x=111 y=32 count=1} to TreeItem with text {Experiments [1]} 15:48:05 [2019-07-19T19:48:05.564Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=197589747 data=null item=TreeItem {Experiments [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {Experiments [1]} 15:48:05 [2019-07-19T19:48:05.564Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Experiments [1]} time=197589758 data=null button=1 stateMask=0x80000 x=111 y=32 count=1} to TreeItem with text {Experiments [1]} 15:48:05 [2019-07-19T19:48:05.564Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=197589758 data=null doit=true} to TreeItem with text {Traces [1]} 15:48:05 [2019-07-19T19:48:05.564Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=197589758 data=null} to TreeItem with text {Traces [1]} 15:48:05 [2019-07-19T19:48:05.564Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=197589759 data=null button=1 stateMask=0x0 x=91 y=74 count=1} to TreeItem with text {Traces [1]} 15:48:05 [2019-07-19T19:48:05.564Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=197589759 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {Traces [1]} 15:48:05 [2019-07-19T19:48:05.564Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=197589762 data=null button=1 stateMask=0x80000 x=75 y=74 count=1} to TreeItem with text {Traces [1]} 15:48:05 [2019-07-19T19:48:05.564Z] DEBUG - Attempting to set focus on Tree with text {} 15:48:05 [2019-07-19T19:48:05.564Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test.xml} time=197589765 data=null doit=true} to TreeItem with text {test.xml} 15:48:05 [2019-07-19T19:48:05.564Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test.xml} time=197589765 data=null} to TreeItem with text {test.xml} 15:48:05 [2019-07-19T19:48:05.564Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test.xml} time=197589766 data=null button=1 stateMask=0x0 x=88 y=95 count=1} to TreeItem with text {test.xml} 15:48:05 [2019-07-19T19:48:05.564Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197589774 data=null item=TreeItem {test.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test.xml} 15:48:05 [2019-07-19T19:48:05.821Z] DEBUG - Sent event DragDetect [29]: Event {type=29 TreeItem {test.xml} time=197589852 data=null x=104 y=95 width=0 height=0 detail=0} to TreeItem with text {test.xml} 15:48:05 [2019-07-19T19:48:05.821Z] DEBUG - Sent event DND.DragStart [2008]: Event {type=2008 TreeItem {test.xml} time=197589855 data=null x=104 y=95 width=0 height=0 detail=0} to TreeItem with text {test.xml} 15:48:05 [2019-07-19T19:48:05.821Z] DEBUG - Sent event DND.DragEnter [2002]: Event {type=2002 TreeItem {test.xml} time=197589857 data=null x=132 y=195 width=0 height=0 detail=2} to TreeItem with text {test.xml} 15:48:05 [2019-07-19T19:48:05.821Z] DEBUG - Sent event DND.DragOver [2004]: Event {type=2004 TreeItem {test.xml} time=197589866 data=null x=132 y=195 width=0 height=0 detail=2} to TreeItem with text {test.xml} 15:48:05 [2019-07-19T19:48:05.821Z] DEBUG - Sent event DND.DragLeave [2003]: Event {type=2003 TreeItem {test.xml} time=197589867 data=null x=0 y=0 width=0 height=0 detail=0} to TreeItem with text {test.xml} 15:48:05 [2019-07-19T19:48:05.821Z] DEBUG - Sent event DND.DropAccept [2007]: Event {type=2007 TreeItem {test.xml} time=197589867 data=null x=132 y=195 width=0 height=0 detail=2} to TreeItem with text {test.xml} 15:48:05 [2019-07-19T19:48:05.821Z] DEBUG - Sent event DND.DragSetData [2001]: Event {type=2001 TreeItem {test.xml} time=197589868 data=null x=0 y=0 width=0 height=0 detail=0} to TreeItem with text {test.xml} 15:48:05 [2019-07-19T19:48:05.821Z] DEBUG - Sent event DND.Drop [2006]: Event {type=2006 TreeItem {test.xml} time=197589868 data=[TmfTraceElement(/Test/Traces/test.xml)] x=132 y=195 width=0 height=0 detail=2} to TreeItem with text {test.xml} 15:48:05 [2019-07-19T19:48:05.821Z] DEBUG - Sent event DND.DragEnd [2000]: Event {type=2000 TreeItem {test.xml} time=197589881 data=null x=0 y=0 width=0 height=0 detail=2} to TreeItem with text {test.xml} 15:48:05 [2019-07-19T19:48:05.821Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 15:48:05 [2019-07-19T19:48:05.821Z] DEBUG - Attempting to set focus on Tree with text {} 15:48:05 [2019-07-19T19:48:05.821Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Test Experiment [1]} time=197589927 data=null button=0 stateMask=0x0 x=140 y=53 count=0} to TreeItem with text {Test Experiment [1]} 15:48:05 [2019-07-19T19:48:05.821Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Test Experiment [1]} time=197589927 data=null doit=true} to TreeItem with text {Test Experiment [1]} 15:48:05 [2019-07-19T19:48:05.821Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Test Experiment [1]} time=197589928 data=null} to TreeItem with text {Test Experiment [1]} 15:48:05 [2019-07-19T19:48:05.821Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Test Experiment [1]} time=197589928 data=null button=1 stateMask=0x0 x=140 y=53 count=1} to TreeItem with text {Test Experiment [1]} 15:48:05 [2019-07-19T19:48:05.821Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197589928 data=null item=TreeItem {Test Experiment [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Test Experiment [1]} 15:48:05 [2019-07-19T19:48:05.821Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Test Experiment [1]} time=197589957 data=null button=1 stateMask=0x80000 x=140 y=53 count=1} to TreeItem with text {Test Experiment [1]} 15:48:05 [2019-07-19T19:48:05.821Z] DEBUG - matched MenuItem with text "&Export Trace Packag...", using matcher: with mnemonic 'Export Trace Package...' 15:48:05 [2019-07-19T19:48:05.821Z] DEBUG - Clicking on with mnemonic 'Export Trace Package...' 15:48:06 [2019-07-19T19:48:06.386Z] DEBUG - Clicked on with mnemonic 'Export Trace Package...' 15:48:06 [2019-07-19T19:48:06.386Z] DEBUG - matched Shell with text "Export trace package", using matcher: with text 'Export trace package' 15:48:06 [2019-07-19T19:48:06.386Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Export trace package} time=197590431 data=null doit=true} to Shell with text {Export trace package} 15:48:06 [2019-07-19T19:48:06.386Z] DEBUG - matched Button with text "Select All", using matcher: of type 'Button' 15:48:06 [2019-07-19T19:48:06.386Z] DEBUG - matched Button with text "Deselect All", using matcher: of type 'Button' 15:48:06 [2019-07-19T19:48:06.386Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 15:48:06 [2019-07-19T19:48:06.386Z] DEBUG - matched Button with text "Save in &zip format", using matcher: of type 'Button' 15:48:06 [2019-07-19T19:48:06.386Z] DEBUG - matched Button with text "Sa&ve in tar format", using matcher: of type 'Button' 15:48:06 [2019-07-19T19:48:06.386Z] DEBUG - matched Button with text "Sa&ve in tar format", using matcher: with mnemonic 'Save in tar format' 15:48:06 [2019-07-19T19:48:06.386Z] DEBUG - matched Button with text "Sa&ve in tar format", using matcher: with style 'SWT.RADIO' 15:48:06 [2019-07-19T19:48:06.386Z] DEBUG - matched Button with text "Sa&ve in tar format", using matcher: (of type 'Button' and with mnemonic 'Save in tar format' and with style 'SWT.RADIO') 15:48:06 [2019-07-19T19:48:06.386Z] DEBUG - matched Button with text "Co&mpress the conten...", using matcher: of type 'Button' 15:48:06 [2019-07-19T19:48:06.386Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:48:06 [2019-07-19T19:48:06.386Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 15:48:06 [2019-07-19T19:48:06.386Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Save in tar format' and with style 'SWT.RADIO') is already selected, not clicking again. 15:48:06 [2019-07-19T19:48:06.386Z] DEBUG - matched Button with text "Select All", using matcher: of type 'Button' 15:48:06 [2019-07-19T19:48:06.386Z] DEBUG - matched Button with text "Deselect All", using matcher: of type 'Button' 15:48:06 [2019-07-19T19:48:06.386Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 15:48:06 [2019-07-19T19:48:06.386Z] DEBUG - matched Button with text "Save in &zip format", using matcher: of type 'Button' 15:48:06 [2019-07-19T19:48:06.386Z] DEBUG - matched Button with text "Save in &zip format", using matcher: with mnemonic 'Save in zip format' 15:48:06 [2019-07-19T19:48:06.386Z] DEBUG - matched Button with text "Save in &zip format", using matcher: with style 'SWT.RADIO' 15:48:06 [2019-07-19T19:48:06.386Z] DEBUG - matched Button with text "Save in &zip format", using matcher: (of type 'Button' and with mnemonic 'Save in zip format' and with style 'SWT.RADIO') 15:48:06 [2019-07-19T19:48:06.386Z] DEBUG - matched Button with text "Sa&ve in tar format", using matcher: of type 'Button' 15:48:06 [2019-07-19T19:48:06.386Z] DEBUG - matched Button with text "Co&mpress the conten...", using matcher: of type 'Button' 15:48:06 [2019-07-19T19:48:06.386Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:48:06 [2019-07-19T19:48:06.386Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 15:48:06 [2019-07-19T19:48:06.386Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Save in zip format' and with style 'SWT.RADIO') 15:48:06 [2019-07-19T19:48:06.386Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Sa&ve in tar format} time=197590434 data=null doit=true} to Button with text {Sa&ve in tar format} 15:48:06 [2019-07-19T19:48:06.386Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Sa&ve in tar format} time=197590435 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Button with text {Sa&ve in tar format} 15:48:06 [2019-07-19T19:48:06.386Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Save in zip format' and with style 'SWT.RADIO') 15:48:06 [2019-07-19T19:48:06.386Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Save in &zip format} time=197590436 data=null doit=true} to (of type 'Button' and with mnemonic 'Save in zip format' and with style 'SWT.RADIO') 15:48:06 [2019-07-19T19:48:06.386Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Save in &zip format} time=197590451 data=null button=1 stateMask=0x0 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'Save in zip format' and with style 'SWT.RADIO') 15:48:06 [2019-07-19T19:48:06.386Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Save in &zip format} time=197590451 data=null button=1 stateMask=0x80000 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'Save in zip format' and with style 'SWT.RADIO') 15:48:06 [2019-07-19T19:48:06.386Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Save in &zip format} time=197590451 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Save in zip format' and with style 'SWT.RADIO') 15:48:06 [2019-07-19T19:48:06.386Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Save in zip format' and with style 'SWT.RADIO') 15:48:06 [2019-07-19T19:48:06.386Z] DEBUG - matched Button with text "Select All", using matcher: of type 'Button' 15:48:06 [2019-07-19T19:48:06.386Z] DEBUG - matched Button with text "Deselect All", using matcher: of type 'Button' 15:48:06 [2019-07-19T19:48:06.386Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 15:48:06 [2019-07-19T19:48:06.386Z] DEBUG - matched Button with text "Save in &zip format", using matcher: of type 'Button' 15:48:06 [2019-07-19T19:48:06.386Z] DEBUG - matched Button with text "Sa&ve in tar format", using matcher: of type 'Button' 15:48:06 [2019-07-19T19:48:06.386Z] DEBUG - matched Button with text "Co&mpress the conten...", using matcher: of type 'Button' 15:48:06 [2019-07-19T19:48:06.386Z] DEBUG - matched Button with text "Co&mpress the conten...", using matcher: with mnemonic 'Compress the contents of the file' 15:48:06 [2019-07-19T19:48:06.386Z] DEBUG - matched Button with text "Co&mpress the conten...", using matcher: with style 'SWT.CHECK' 15:48:06 [2019-07-19T19:48:06.386Z] DEBUG - matched Button with text "Co&mpress the conten...", using matcher: (of type 'Button' and with mnemonic 'Compress the contents of the file' and with style 'SWT.CHECK') 15:48:06 [2019-07-19T19:48:06.386Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:48:06 [2019-07-19T19:48:06.386Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 15:48:06 [2019-07-19T19:48:06.386Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Compress the contents of the file' and with style 'SWT.CHECK') 15:48:06 [2019-07-19T19:48:06.386Z] DEBUG - Toggling state on Button {Co&mpress the contents of the file}. Setting state to selected 15:48:06 [2019-07-19T19:48:06.386Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Co&mpress the contents of the file} time=197590453 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Compress the contents of the file' and with style 'SWT.CHECK') 15:48:06 [2019-07-19T19:48:06.386Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Co&mpress the contents of the file} time=197590453 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Compress the contents of the file' and with style 'SWT.CHECK') 15:48:06 [2019-07-19T19:48:06.386Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Co&mpress the contents of the file} time=197590453 data=null doit=true} to (of type 'Button' and with mnemonic 'Compress the contents of the file' and with style 'SWT.CHECK') 15:48:06 [2019-07-19T19:48:06.386Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Co&mpress the contents of the file} time=197590453 data=null} to (of type 'Button' and with mnemonic 'Compress the contents of the file' and with style 'SWT.CHECK') 15:48:06 [2019-07-19T19:48:06.386Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Co&mpress the contents of the file} time=197590454 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Compress the contents of the file' and with style 'SWT.CHECK') 15:48:06 [2019-07-19T19:48:06.386Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Co&mpress the contents of the file} time=197590454 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Compress the contents of the file' and with style 'SWT.CHECK') 15:48:06 [2019-07-19T19:48:06.386Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Co&mpress the contents of the file} time=197590454 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Compress the contents of the file' and with style 'SWT.CHECK') 15:48:06 [2019-07-19T19:48:06.386Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Co&mpress the contents of the file} time=197590454 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Compress the contents of the file' and with style 'SWT.CHECK') 15:48:06 [2019-07-19T19:48:06.386Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Co&mpress the contents of the file} time=197590454 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Compress the contents of the file' and with style 'SWT.CHECK') 15:48:06 [2019-07-19T19:48:06.386Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Co&mpress the contents of the file} time=197590454 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Compress the contents of the file' and with style 'SWT.CHECK') 15:48:06 [2019-07-19T19:48:06.386Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Co&mpress the contents of the file} time=197590454 data=null doit=true} to (of type 'Button' and with mnemonic 'Compress the contents of the file' and with style 'SWT.CHECK') 15:48:06 [2019-07-19T19:48:06.386Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Co&mpress the contents of the file} time=197590454 data=null} to (of type 'Button' and with mnemonic 'Compress the contents of the file' and with style 'SWT.CHECK') 15:48:06 [2019-07-19T19:48:06.386Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Compress the contents of the file' and with style 'SWT.CHECK') 15:48:06 [2019-07-19T19:48:06.386Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 15:48:06 [2019-07-19T19:48:06.386Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 15:48:06 [2019-07-19T19:48:06.386Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/target/work/data/.tracecompass-temp/test.zip 15:48:06 [2019-07-19T19:48:06.386Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/target/work/data/.tracecompass-temp/test.zip} time=197590455 data=null} to (of type 'Combo') 15:48:06 [2019-07-19T19:48:06.386Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/target/work/data/.tracecompass-temp/test.zip 15:48:06 [2019-07-19T19:48:06.386Z] DEBUG - matched Button with text "Select All", using matcher: of type 'Button' 15:48:06 [2019-07-19T19:48:06.386Z] DEBUG - matched Button with text "Deselect All", using matcher: of type 'Button' 15:48:06 [2019-07-19T19:48:06.386Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 15:48:06 [2019-07-19T19:48:06.386Z] DEBUG - matched Button with text "Save in &zip format", using matcher: of type 'Button' 15:48:06 [2019-07-19T19:48:06.386Z] DEBUG - matched Button with text "Sa&ve in tar format", using matcher: of type 'Button' 15:48:06 [2019-07-19T19:48:06.386Z] DEBUG - matched Button with text "Co&mpress the conten...", using matcher: of type 'Button' 15:48:06 [2019-07-19T19:48:06.386Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:48:06 [2019-07-19T19:48:06.386Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 15:48:06 [2019-07-19T19:48:06.386Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish' 15:48:06 [2019-07-19T19:48:06.386Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH' 15:48:06 [2019-07-19T19:48:06.386Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 15:48:06 [2019-07-19T19:48:06.386Z] DEBUG - Clicking on &Finish 15:48:06 [2019-07-19T19:48:06.386Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=197590458 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 15:48:06 [2019-07-19T19:48:06.386Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=197590458 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 15:48:06 [2019-07-19T19:48:06.386Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=197590458 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 15:48:06 [2019-07-19T19:48:06.386Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=197590458 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 15:48:06 [2019-07-19T19:48:06.386Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=197590458 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 15:48:06 [2019-07-19T19:48:06.386Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=197590458 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 15:48:06 [2019-07-19T19:48:06.645Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=197590459 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 15:48:06 [2019-07-19T19:48:06.645Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Export Trace Package...} time=197590056 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Export Trace Package...' 15:48:06 [2019-07-19T19:48:06.645Z] DEBUG - Clicked on 15:48:06 [2019-07-19T19:48:06.903Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 15:48:06 [2019-07-19T19:48:06.903Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:48:06 [2019-07-19T19:48:06.903Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:48:06 [2019-07-19T19:48:06.903Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:48:06 [2019-07-19T19:48:06.903Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:48:06 [2019-07-19T19:48:06.903Z] DEBUG - Attempting to set focus on Tree with text {} 15:48:06 [2019-07-19T19:48:06.903Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Import Test} time=197591100 data=null button=0 stateMask=0x0 x=78 y=11 count=0} to TreeItem with text {Import Test} 15:48:06 [2019-07-19T19:48:06.903Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Import Test} time=197591100 data=null doit=true} to TreeItem with text {Import Test} 15:48:06 [2019-07-19T19:48:06.903Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Import Test} time=197591100 data=null} to TreeItem with text {Import Test} 15:48:06 [2019-07-19T19:48:06.903Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Import Test} time=197591100 data=null button=1 stateMask=0x0 x=78 y=11 count=1} to TreeItem with text {Import Test} 15:48:06 [2019-07-19T19:48:06.903Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197591101 data=null item=TreeItem {Import Test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Import Test} 15:48:06 [2019-07-19T19:48:06.903Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Import Test} time=197591130 data=null button=1 stateMask=0x80000 x=78 y=11 count=1} to TreeItem with text {Import Test} 15:48:06 [2019-07-19T19:48:06.903Z] DEBUG - Attempting to set focus on Tree with text {} 15:48:06 [2019-07-19T19:48:06.903Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Import Test} time=197591131 data=null button=0 stateMask=0x0 x=78 y=11 count=0} to TreeItem with text {Import Test} 15:48:06 [2019-07-19T19:48:06.903Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Import Test} time=197591131 data=null doit=true} to TreeItem with text {Import Test} 15:48:06 [2019-07-19T19:48:06.903Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Import Test} time=197591131 data=null} to TreeItem with text {Import Test} 15:48:06 [2019-07-19T19:48:06.903Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Import Test} time=197591132 data=null button=1 stateMask=0x0 x=78 y=11 count=1} to TreeItem with text {Import Test} 15:48:06 [2019-07-19T19:48:06.903Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197591132 data=null item=TreeItem {Import Test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Import Test} 15:48:06 [2019-07-19T19:48:06.903Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Import Test} time=197591142 data=null button=1 stateMask=0x80000 x=78 y=11 count=1} to TreeItem with text {Import Test} 15:48:06 [2019-07-19T19:48:06.903Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Import Test} time=197591143 data=null doit=true} to TreeItem with text {Import Test} 15:48:06 [2019-07-19T19:48:06.903Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Import Test} time=197591143 data=null} to TreeItem with text {Import Test} 15:48:06 [2019-07-19T19:48:06.903Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Import Test} time=197591143 data=null button=1 stateMask=0x0 x=78 y=11 count=1} to TreeItem with text {Import Test} 15:48:06 [2019-07-19T19:48:06.903Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=197591144 data=null item=TreeItem {Import Test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {Import Test} 15:48:06 [2019-07-19T19:48:06.903Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Import Test} time=197591148 data=null button=1 stateMask=0x80000 x=62 y=11 count=1} to TreeItem with text {Import Test} 15:48:06 [2019-07-19T19:48:06.903Z] DEBUG - Attempting to set focus on Tree with text {} 15:48:06 [2019-07-19T19:48:06.903Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=197591149 data=null button=0 stateMask=0x0 x=75 y=53 count=0} to TreeItem with text {Traces [0]} 15:48:06 [2019-07-19T19:48:06.903Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=197591150 data=null doit=true} to TreeItem with text {Traces [0]} 15:48:06 [2019-07-19T19:48:06.903Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=197591150 data=null} to TreeItem with text {Traces [0]} 15:48:06 [2019-07-19T19:48:06.903Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=197591151 data=null button=1 stateMask=0x0 x=75 y=53 count=1} to TreeItem with text {Traces [0]} 15:48:07 [2019-07-19T19:48:07.161Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197591151 data=null item=TreeItem {Traces [0]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [0]} 15:48:07 [2019-07-19T19:48:07.161Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=197591180 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 15:48:07 [2019-07-19T19:48:07.161Z] DEBUG - Attempting to set focus on Tree with text {} 15:48:07 [2019-07-19T19:48:07.161Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=197591182 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]} 15:48:07 [2019-07-19T19:48:07.161Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=197591182 data=null doit=true} to TreeItem with text {Traces [0]} 15:48:07 [2019-07-19T19:48:07.161Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=197591182 data=null} to TreeItem with text {Traces [0]} 15:48:07 [2019-07-19T19:48:07.161Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=197591226 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 15:48:07 [2019-07-19T19:48:07.161Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197591227 data=null item=TreeItem {Traces [0]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [0]} 15:48:07 [2019-07-19T19:48:07.161Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=197591232 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 15:48:07 [2019-07-19T19:48:07.161Z] DEBUG - matched MenuItem with text "Import Trace &Packag...", using matcher: with mnemonic 'Import Trace Package...' 15:48:07 [2019-07-19T19:48:07.161Z] DEBUG - Clicking on with mnemonic 'Import Trace Package...' 15:48:07 [2019-07-19T19:48:07.419Z] DEBUG - Clicked on with mnemonic 'Import Trace Package...' 15:48:07 [2019-07-19T19:48:07.419Z] DEBUG - matched Shell with text "Import trace package", using matcher: with text 'Import trace package' 15:48:07 [2019-07-19T19:48:07.419Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Import trace package} time=197591592 data=null doit=true} to Shell with text {Import trace package} 15:48:07 [2019-07-19T19:48:07.419Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 15:48:07 [2019-07-19T19:48:07.419Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 15:48:07 [2019-07-19T19:48:07.419Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/target/work/data/.tracecompass-temp/test.zip 15:48:07 [2019-07-19T19:48:07.419Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/target/work/data/.tracecompass-temp/test.zip} time=197591594 data=null} to (of type 'Combo') 15:48:07 [2019-07-19T19:48:07.419Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/target/work/data/.tracecompass-temp/test.zip 15:48:07 [2019-07-19T19:48:07.419Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo' 15:48:07 [2019-07-19T19:48:07.419Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: (of type 'Combo') 15:48:07 [2019-07-19T19:48:07.419Z] DEBUG - Inserting text: 15:48:07 [2019-07-19T19:48:07.419Z] into text (of type 'Combo') 15:48:07 [2019-07-19T19:48:07.419Z] DEBUG - Attempting to set focus on (of type 'Combo') 15:48:07 [2019-07-19T19:48:07.419Z] DEBUG - Typing text ' 15:48:07 [2019-07-19T19:48:07.419Z] ' with an interval of 50ms. between characters. 15:48:07 [2019-07-19T19:48:07.419Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 15:48:07 [2019-07-19T19:48:07.419Z] DEBUG - matched Button with text "Select All", using matcher: of type 'Button' 15:48:07 [2019-07-19T19:48:07.419Z] DEBUG - matched Button with text "Deselect All", using matcher: of type 'Button' 15:48:07 [2019-07-19T19:48:07.419Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:48:07 [2019-07-19T19:48:07.419Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 15:48:07 [2019-07-19T19:48:07.419Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish' 15:48:07 [2019-07-19T19:48:07.419Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH' 15:48:07 [2019-07-19T19:48:07.419Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 15:48:07 [2019-07-19T19:48:07.419Z] DEBUG - Clicking on &Finish 15:48:07 [2019-07-19T19:48:07.983Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=197592154 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 15:48:07 [2019-07-19T19:48:07.983Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=197592155 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 15:48:07 [2019-07-19T19:48:07.983Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=197592155 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 15:48:07 [2019-07-19T19:48:07.983Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=197592155 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 15:48:07 [2019-07-19T19:48:07.983Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=197592155 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 15:48:07 [2019-07-19T19:48:07.983Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=197592155 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 15:48:08 [2019-07-19T19:48:08.241Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 15:48:08 [2019-07-19T19:48:08.241Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=197592156 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 15:48:08 [2019-07-19T19:48:08.241Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Import Trace &Package...} time=197591278 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import Trace Package...' 15:48:08 [2019-07-19T19:48:08.241Z] DEBUG - Clicked on 15:48:08 [2019-07-19T19:48:08.241Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 15:48:08 [2019-07-19T19:48:08.241Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:48:08 [2019-07-19T19:48:08.241Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:48:08 [2019-07-19T19:48:08.241Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:48:08 [2019-07-19T19:48:08.241Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:48:08 [2019-07-19T19:48:08.241Z] DEBUG - Attempting to set focus on Tree with text {} 15:48:08 [2019-07-19T19:48:08.241Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Import Test} time=197592470 data=null button=0 stateMask=0x0 x=78 y=11 count=0} to TreeItem with text {Import Test} 15:48:08 [2019-07-19T19:48:08.241Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Import Test} time=197592470 data=null doit=true} to TreeItem with text {Import Test} 15:48:08 [2019-07-19T19:48:08.241Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Import Test} time=197592471 data=null} to TreeItem with text {Import Test} 15:48:08 [2019-07-19T19:48:08.241Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Import Test} time=197592471 data=null button=1 stateMask=0x0 x=78 y=11 count=1} to TreeItem with text {Import Test} 15:48:08 [2019-07-19T19:48:08.241Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197592471 data=null item=TreeItem {Import Test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Import Test} 15:48:08 [2019-07-19T19:48:08.499Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Import Test} time=197592538 data=null button=1 stateMask=0x80000 x=78 y=11 count=1} to TreeItem with text {Import Test} 15:48:08 [2019-07-19T19:48:08.499Z] WARN - Tree item TreeItem with text {Import Test} is already expanded. Won't expand it again. 15:48:08 [2019-07-19T19:48:08.499Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=197592539 data=null doit=true} to TreeItem with text {Traces [1]} 15:48:08 [2019-07-19T19:48:08.499Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=197592539 data=null} to TreeItem with text {Traces [1]} 15:48:08 [2019-07-19T19:48:08.499Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=197592539 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 15:48:08 [2019-07-19T19:48:08.499Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=197592540 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {Traces [1]} 15:48:08 [2019-07-19T19:48:08.499Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=197592544 data=null button=1 stateMask=0x80000 x=75 y=53 count=1} to TreeItem with text {Traces [1]} 15:48:08 [2019-07-19T19:48:08.499Z] WARN - Tree item TreeItem with text {Import Test} is already expanded. Won't expand it again. 15:48:08 [2019-07-19T19:48:08.499Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Experiments [0]} time=197592545 data=null doit=true} to TreeItem with text {Experiments [0]} 15:48:08 [2019-07-19T19:48:08.499Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Experiments [0]} time=197592545 data=null} to TreeItem with text {Experiments [0]} 15:48:08 [2019-07-19T19:48:08.499Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Experiments [0]} time=197592545 data=null button=1 stateMask=0x0 x=95 y=32 count=1} to TreeItem with text {Experiments [0]} 15:48:08 [2019-07-19T19:48:08.499Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=197592545 data=null item=TreeItem {Experiments [0]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {Experiments [0]} 15:48:08 [2019-07-19T19:48:08.499Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Experiments [0]} time=197592550 data=null button=1 stateMask=0x80000 x=95 y=32 count=1} to TreeItem with text {Experiments [0]} 15:48:08 [2019-07-19T19:48:08.499Z] DEBUG - Double-clicking on TreeItem with text {Test Experiment [1]} 15:48:08 [2019-07-19T19:48:08.499Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Test Experiment [1]} time=197592565 data=null button=0 stateMask=0x0 x=140 y=53 count=0} to TreeItem with text {Test Experiment [1]} 15:48:08 [2019-07-19T19:48:08.499Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Test Experiment [1]} time=197592566 data=null doit=true} to TreeItem with text {Test Experiment [1]} 15:48:08 [2019-07-19T19:48:08.499Z] DEBUG - Attempting to set focus on Tree with text {} 15:48:08 [2019-07-19T19:48:08.499Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Test Experiment [1]} time=197592566 data=null} to TreeItem with text {Test Experiment [1]} 15:48:08 [2019-07-19T19:48:08.499Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Test Experiment [1]} time=197592566 data=null button=1 stateMask=0x0 x=140 y=53 count=1} to TreeItem with text {Test Experiment [1]} 15:48:08 [2019-07-19T19:48:08.499Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197592567 data=null item=TreeItem {Test Experiment [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Test Experiment [1]} 15:48:08 [2019-07-19T19:48:08.499Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Test Experiment [1]} time=197592578 data=null button=1 stateMask=0x80000 x=140 y=53 count=1} to TreeItem with text {Test Experiment [1]} 15:48:08 [2019-07-19T19:48:08.499Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Test Experiment [1]} time=197592579 data=null button=1 stateMask=0x0 x=140 y=53 count=2} to TreeItem with text {Test Experiment [1]} 15:48:08 [2019-07-19T19:48:08.499Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {Test Experiment [1]} time=197592579 data=null button=1 stateMask=0x0 x=140 y=53 count=2} to TreeItem with text {Test Experiment [1]} 15:48:08 [2019-07-19T19:48:08.756Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=197592626 data=null item=TreeItem {Test Experiment [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Test Experiment [1]} 15:48:08 [2019-07-19T19:48:08.756Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Test Experiment [1]} time=197592834 data=null button=1 stateMask=0x80000 x=140 y=53 count=2} to TreeItem with text {Test Experiment [1]} 15:48:08 [2019-07-19T19:48:08.756Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {Test Experiment [1]} time=197592844 data=null button=0 stateMask=0x0 x=140 y=53 count=0} to TreeItem with text {Test Experiment [1]} 15:48:08 [2019-07-19T19:48:08.756Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {Test Experiment [1]} time=197592844 data=null doit=true} to TreeItem with text {Test Experiment [1]} 15:48:08 [2019-07-19T19:48:08.756Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {Test Experiment [1]} time=197592844 data=null} to TreeItem with text {Test Experiment [1]} 15:48:08 [2019-07-19T19:48:08.756Z] DEBUG - Double-clicked on TreeItem with text {Test Experiment [1]} 15:48:09 [2019-07-19T19:48:09.320Z] DEBUG - matched EditorReference with text "", using matcher: with name '"Test Experiment"' 15:48:10 [2019-07-19T19:48:10.251Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Import Test/Experiments/Test Experiment/Test Experiment_ - Eclipse Platform} time=197594457 data=null doit=true} to Shell with text {data - Import Test/Experiments/Test Experiment/Test Experiment_ - Eclipse Platform} 15:48:10 [2019-07-19T19:48:10.251Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' 15:48:10 [2019-07-19T19:48:10.508Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:48:10 [2019-07-19T19:48:10.508Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:48:10 [2019-07-19T19:48:10.508Z] DEBUG - Attempting to set focus on Tree with text {} 15:48:10 [2019-07-19T19:48:10.508Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Test} time=197594602 data=null button=0 stateMask=0x0 x=55 y=116 count=0} to TreeItem with text {Test} 15:48:10 [2019-07-19T19:48:10.508Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Test} time=197594602 data=null doit=true} to TreeItem with text {Test} 15:48:10 [2019-07-19T19:48:10.508Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Test} time=197594602 data=null} to TreeItem with text {Test} 15:48:10 [2019-07-19T19:48:10.508Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Test} time=197594602 data=null button=1 stateMask=0x0 x=55 y=116 count=1} to TreeItem with text {Test} 15:48:10 [2019-07-19T19:48:10.508Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197594603 data=null item=TreeItem {Test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Test} 15:48:10 [2019-07-19T19:48:10.508Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Test} time=197594631 data=null button=1 stateMask=0x80000 x=55 y=116 count=1} to TreeItem with text {Test} 15:48:10 [2019-07-19T19:48:10.508Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' 15:48:10 [2019-07-19T19:48:10.508Z] DEBUG - Clicking on with mnemonic 'Delete' 15:48:10 [2019-07-19T19:48:10.765Z] DEBUG - Clicked on with mnemonic 'Delete' 15:48:10 [2019-07-19T19:48:10.765Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' 15:48:10 [2019-07-19T19:48:10.765Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} 15:48:10 [2019-07-19T19:48:10.765Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 15:48:10 [2019-07-19T19:48:10.765Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' 15:48:10 [2019-07-19T19:48:10.765Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') 15:48:10 [2019-07-19T19:48:10.765Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 15:48:10 [2019-07-19T19:48:10.765Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:48:10 [2019-07-19T19:48:10.765Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:48:10 [2019-07-19T19:48:10.765Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') 15:48:10 [2019-07-19T19:48:10.765Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected 15:48:10 [2019-07-19T19:48:10.765Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197595000 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:48:10 [2019-07-19T19:48:10.765Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197595009 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:48:10 [2019-07-19T19:48:10.765Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=197595009 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:48:10 [2019-07-19T19:48:10.765Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=197595009 data=null} to (of type 'Button' and with style 'SWT.CHECK') 15:48:10 [2019-07-19T19:48:10.765Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197595010 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:48:10 [2019-07-19T19:48:10.765Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197595010 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:48:10 [2019-07-19T19:48:10.765Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=197595010 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:48:10 [2019-07-19T19:48:10.765Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197595010 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:48:10 [2019-07-19T19:48:10.765Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197595010 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:48:10 [2019-07-19T19:48:10.765Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197595010 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:48:10 [2019-07-19T19:48:10.765Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=197595010 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:48:10 [2019-07-19T19:48:10.765Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=197595010 data=null} to (of type 'Button' and with style 'SWT.CHECK') 15:48:10 [2019-07-19T19:48:10.765Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') 15:48:10 [2019-07-19T19:48:10.765Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 15:48:10 [2019-07-19T19:48:10.765Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 15:48:10 [2019-07-19T19:48:10.765Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:48:10 [2019-07-19T19:48:10.765Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:48:10 [2019-07-19T19:48:10.765Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 15:48:10 [2019-07-19T19:48:10.765Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:48:10 [2019-07-19T19:48:10.765Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:48:10 [2019-07-19T19:48:10.765Z] DEBUG - Clicking on OK 15:48:10 [2019-07-19T19:48:10.765Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=197595011 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:48:10 [2019-07-19T19:48:10.765Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=197595011 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:48:10 [2019-07-19T19:48:10.765Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=197595011 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:48:10 [2019-07-19T19:48:10.765Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=197595011 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:48:10 [2019-07-19T19:48:10.765Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=197595012 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:48:10 [2019-07-19T19:48:10.765Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=197595012 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:48:11 [2019-07-19T19:48:11.022Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:48:11 [2019-07-19T19:48:11.023Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:48:11 [2019-07-19T19:48:11.023Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:48:11 [2019-07-19T19:48:11.023Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:48:11 [2019-07-19T19:48:11.023Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:48:11 [2019-07-19T19:48:11.023Z] DEBUG - Clicked on OK 15:48:11 [2019-07-19T19:48:11.587Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=197595012 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:48:11 [2019-07-19T19:48:11.587Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=197594692 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' 15:48:11 [2019-07-19T19:48:11.844Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Import Test/Experiments/Test Experiment/Test Experiment_ - Eclipse Platform} time=197596049 data=null doit=true} to Shell with text {data - Import Test/Experiments/Test Experiment/Test Experiment_ - Eclipse Platform} 15:48:11 [2019-07-19T19:48:11.844Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' 15:48:11 [2019-07-19T19:48:11.844Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:48:11 [2019-07-19T19:48:11.844Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:48:11 [2019-07-19T19:48:11.844Z] DEBUG - Attempting to set focus on Tree with text {} 15:48:11 [2019-07-19T19:48:11.845Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Import Test} time=197596055 data=null button=0 stateMask=0x0 x=78 y=11 count=0} to TreeItem with text {Import Test} 15:48:11 [2019-07-19T19:48:11.845Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Import Test} time=197596055 data=null doit=true} to TreeItem with text {Import Test} 15:48:11 [2019-07-19T19:48:11.845Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Import Test} time=197596055 data=null} to TreeItem with text {Import Test} 15:48:11 [2019-07-19T19:48:11.845Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Import Test} time=197596056 data=null button=1 stateMask=0x0 x=78 y=11 count=1} to TreeItem with text {Import Test} 15:48:11 [2019-07-19T19:48:11.845Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197596056 data=null item=TreeItem {Import Test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Import Test} 15:48:12 [2019-07-19T19:48:12.104Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Import Test} time=197596107 data=null button=1 stateMask=0x80000 x=78 y=11 count=1} to TreeItem with text {Import Test} 15:48:12 [2019-07-19T19:48:12.104Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' 15:48:12 [2019-07-19T19:48:12.104Z] DEBUG - Clicking on with mnemonic 'Delete' 15:48:12 [2019-07-19T19:48:12.104Z] DEBUG - Clicked on with mnemonic 'Delete' 15:48:13 [2019-07-19T19:48:13.036Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' 15:48:13 [2019-07-19T19:48:13.036Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} 15:48:13 [2019-07-19T19:48:13.036Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 15:48:13 [2019-07-19T19:48:13.036Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' 15:48:13 [2019-07-19T19:48:13.036Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') 15:48:13 [2019-07-19T19:48:13.036Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 15:48:13 [2019-07-19T19:48:13.036Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:48:13 [2019-07-19T19:48:13.036Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:48:13 [2019-07-19T19:48:13.036Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') 15:48:13 [2019-07-19T19:48:13.036Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected 15:48:13 [2019-07-19T19:48:13.036Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197596959 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:48:13 [2019-07-19T19:48:13.036Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197596959 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:48:13 [2019-07-19T19:48:13.036Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=197596960 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:48:13 [2019-07-19T19:48:13.036Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=197596960 data=null} to (of type 'Button' and with style 'SWT.CHECK') 15:48:13 [2019-07-19T19:48:13.036Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197596960 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:48:13 [2019-07-19T19:48:13.036Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197596960 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:48:13 [2019-07-19T19:48:13.036Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=197596960 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:48:13 [2019-07-19T19:48:13.036Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197596960 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:48:13 [2019-07-19T19:48:13.036Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197596960 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:48:13 [2019-07-19T19:48:13.036Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197596960 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:48:13 [2019-07-19T19:48:13.036Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=197596960 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:48:13 [2019-07-19T19:48:13.036Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=197596961 data=null} to (of type 'Button' and with style 'SWT.CHECK') 15:48:13 [2019-07-19T19:48:13.036Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') 15:48:13 [2019-07-19T19:48:13.036Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 15:48:13 [2019-07-19T19:48:13.036Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 15:48:13 [2019-07-19T19:48:13.036Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:48:13 [2019-07-19T19:48:13.036Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:48:13 [2019-07-19T19:48:13.036Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 15:48:13 [2019-07-19T19:48:13.036Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:48:13 [2019-07-19T19:48:13.036Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:48:13 [2019-07-19T19:48:13.036Z] DEBUG - Clicking on OK 15:48:13 [2019-07-19T19:48:13.036Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=197596962 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:48:13 [2019-07-19T19:48:13.036Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=197596962 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:48:13 [2019-07-19T19:48:13.036Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=197596962 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:48:13 [2019-07-19T19:48:13.036Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=197596962 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:48:13 [2019-07-19T19:48:13.036Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=197596962 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:48:13 [2019-07-19T19:48:13.036Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=197596962 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:48:13 [2019-07-19T19:48:13.036Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:48:13 [2019-07-19T19:48:13.036Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:48:13 [2019-07-19T19:48:13.036Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:48:13 [2019-07-19T19:48:13.036Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:48:13 [2019-07-19T19:48:13.036Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:48:13 [2019-07-19T19:48:13.036Z] DEBUG - Clicked on OK 15:48:13 [2019-07-19T19:48:13.293Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=197596962 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:48:13 [2019-07-19T19:48:13.293Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=197596164 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' 15:48:15 [2019-07-19T19:48:15.185Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 15:48:15 [2019-07-19T19:48:15.185Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 15:48:15 [2019-07-19T19:48:15.185Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:48:15 [2019-07-19T19:48:15.185Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:48:15 [2019-07-19T19:48:15.185Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:48:15 [2019-07-19T19:48:15.185Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:48:15 [2019-07-19T19:48:15.185Z] DEBUG - Attempting to set focus on Tree with text {} 15:48:15 [2019-07-19T19:48:15.185Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Test} time=197599349 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {Test} 15:48:15 [2019-07-19T19:48:15.185Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Test} time=197599350 data=null doit=true} to TreeItem with text {Test} 15:48:15 [2019-07-19T19:48:15.185Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Test} time=197599350 data=null} to TreeItem with text {Test} 15:48:15 [2019-07-19T19:48:15.185Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Test} time=197599350 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {Test} 15:48:15 [2019-07-19T19:48:15.185Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197599350 data=null item=TreeItem {Test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Test} 15:48:15 [2019-07-19T19:48:15.185Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Test} time=197599374 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {Test} 15:48:15 [2019-07-19T19:48:15.185Z] DEBUG - Attempting to set focus on Tree with text {} 15:48:15 [2019-07-19T19:48:15.185Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Test} time=197599388 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {Test} 15:48:15 [2019-07-19T19:48:15.185Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Test} time=197599389 data=null doit=true} to TreeItem with text {Test} 15:48:15 [2019-07-19T19:48:15.185Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Test} time=197599389 data=null} to TreeItem with text {Test} 15:48:15 [2019-07-19T19:48:15.185Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Test} time=197599389 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {Test} 15:48:15 [2019-07-19T19:48:15.185Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197599389 data=null item=TreeItem {Test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Test} 15:48:15 [2019-07-19T19:48:15.443Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Test} time=197599436 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {Test} 15:48:15 [2019-07-19T19:48:15.443Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Test} time=197599437 data=null doit=true} to TreeItem with text {Test} 15:48:15 [2019-07-19T19:48:15.443Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Test} time=197599437 data=null} to TreeItem with text {Test} 15:48:15 [2019-07-19T19:48:15.443Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Test} time=197599437 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {Test} 15:48:15 [2019-07-19T19:48:15.443Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=197599437 data=null item=TreeItem {Test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {Test} 15:48:15 [2019-07-19T19:48:15.443Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Test} time=197599440 data=null button=1 stateMask=0x80000 x=39 y=11 count=1} to TreeItem with text {Test} 15:48:15 [2019-07-19T19:48:15.443Z] DEBUG - Attempting to set focus on Tree with text {} 15:48:15 [2019-07-19T19:48:15.443Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=197599442 data=null button=0 stateMask=0x0 x=75 y=53 count=0} to TreeItem with text {Traces [1]} 15:48:15 [2019-07-19T19:48:15.443Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=197599442 data=null doit=true} to TreeItem with text {Traces [1]} 15:48:15 [2019-07-19T19:48:15.443Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=197599442 data=null} to TreeItem with text {Traces [1]} 15:48:15 [2019-07-19T19:48:15.443Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=197599442 data=null button=1 stateMask=0x0 x=75 y=53 count=1} to TreeItem with text {Traces [1]} 15:48:15 [2019-07-19T19:48:15.443Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197599442 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 15:48:15 [2019-07-19T19:48:15.443Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=197599461 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 15:48:15 [2019-07-19T19:48:15.443Z] DEBUG - Attempting to set focus on Tree with text {} 15:48:15 [2019-07-19T19:48:15.443Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=197599462 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 15:48:15 [2019-07-19T19:48:15.443Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=197599462 data=null doit=true} to TreeItem with text {Traces [1]} 15:48:15 [2019-07-19T19:48:15.443Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=197599462 data=null} to TreeItem with text {Traces [1]} 15:48:15 [2019-07-19T19:48:15.443Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=197599463 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 15:48:15 [2019-07-19T19:48:15.443Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197599463 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 15:48:15 [2019-07-19T19:48:15.443Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=197599477 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 15:48:15 [2019-07-19T19:48:15.443Z] DEBUG - matched MenuItem with text "&Export Trace Packag...", using matcher: with mnemonic 'Export Trace Package...' 15:48:15 [2019-07-19T19:48:15.443Z] DEBUG - Clicking on with mnemonic 'Export Trace Package...' 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - Clicked on with mnemonic 'Export Trace Package...' 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Shell with text "Export trace package", using matcher: with text 'Export trace package' 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Export trace package} time=197599908 data=null doit=true} to Shell with text {Export trace package} 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Button with text "Select All", using matcher: of type 'Button' 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Button with text "Deselect All", using matcher: of type 'Button' 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Button with text "Deselect All", using matcher: with mnemonic 'Deselect All' 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Button with text "Deselect All", using matcher: with style 'SWT.PUSH' 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Button with text "Deselect All", using matcher: (of type 'Button' and with mnemonic 'Deselect All' and with style 'SWT.PUSH') 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Button with text "Save in &zip format", using matcher: of type 'Button' 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Button with text "Sa&ve in tar format", using matcher: of type 'Button' 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Button with text "Co&mpress the conten...", using matcher: of type 'Button' 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - Clicking on Deselect All 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Deselect All} time=197599910 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Deselect All' and with style 'SWT.PUSH') 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Deselect All} time=197599910 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Deselect All' and with style 'SWT.PUSH') 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Deselect All} time=197599910 data=null doit=true} to (of type 'Button' and with mnemonic 'Deselect All' and with style 'SWT.PUSH') 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Deselect All} time=197599910 data=null} to (of type 'Button' and with mnemonic 'Deselect All' and with style 'SWT.PUSH') 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Deselect All} time=197599910 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Deselect All' and with style 'SWT.PUSH') 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Deselect All} time=197599910 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Deselect All' and with style 'SWT.PUSH') 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Deselect All} time=197599910 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Deselect All' and with style 'SWT.PUSH') 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Deselect All} time=197599912 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Deselect All' and with style 'SWT.PUSH') 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Deselect All} time=197599912 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Deselect All' and with style 'SWT.PUSH') 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Deselect All} time=197599913 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Deselect All' and with style 'SWT.PUSH') 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Deselect All} time=197599913 data=null doit=true} to (of type 'Button' and with mnemonic 'Deselect All' and with style 'SWT.PUSH') 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Deselect All} time=197599913 data=null} to (of type 'Button' and with mnemonic 'Deselect All' and with style 'SWT.PUSH') 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - Clicked on Deselect All 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Label with text "", using matcher: of type 'Label' 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Label with text "Approximate uncompre...", using matcher: of type 'Label' 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Label with text "Approximate uncompre...", using matcher: (of type 'Label') 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Label with text "To &archive file:", using matcher: of type 'Label' 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Label with text "To &archive file:", using matcher: (of type 'Label') 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Label with text "", using matcher: of type 'Label' 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Label with text "", using matcher: of type 'Label' 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Label with text "Export trace package", using matcher: of type 'Label' 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Label with text "Export trace package", using matcher: (of type 'Label') 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Button with text "Select All", using matcher: of type 'Button' 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Button with text "Select All", using matcher: with mnemonic 'Select All' 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Button with text "Select All", using matcher: with style 'SWT.PUSH' 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Button with text "Select All", using matcher: (of type 'Button' and with mnemonic 'Select All' and with style 'SWT.PUSH') 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Button with text "Deselect All", using matcher: of type 'Button' 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Button with text "Save in &zip format", using matcher: of type 'Button' 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Button with text "Sa&ve in tar format", using matcher: of type 'Button' 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Button with text "Co&mpress the conten...", using matcher: of type 'Button' 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - Clicking on Select All 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Select All} time=197599917 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Select All' and with style 'SWT.PUSH') 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Select All} time=197599917 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Select All' and with style 'SWT.PUSH') 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Select All} time=197599917 data=null doit=true} to (of type 'Button' and with mnemonic 'Select All' and with style 'SWT.PUSH') 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Select All} time=197599917 data=null} to (of type 'Button' and with mnemonic 'Select All' and with style 'SWT.PUSH') 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Select All} time=197599918 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Select All' and with style 'SWT.PUSH') 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Select All} time=197599918 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Select All' and with style 'SWT.PUSH') 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Select All} time=197599918 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Select All' and with style 'SWT.PUSH') 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Select All} time=197599920 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Select All' and with style 'SWT.PUSH') 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Select All} time=197599920 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Select All' and with style 'SWT.PUSH') 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Select All} time=197599920 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Select All' and with style 'SWT.PUSH') 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Select All} time=197599920 data=null doit=true} to (of type 'Button' and with mnemonic 'Select All' and with style 'SWT.PUSH') 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Select All} time=197599920 data=null} to (of type 'Button' and with mnemonic 'Select All' and with style 'SWT.PUSH') 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - Clicked on Select All 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Label with text "", using matcher: of type 'Label' 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Label with text "Approximate uncompre...", using matcher: of type 'Label' 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Label with text "Approximate uncompre...", using matcher: (of type 'Label') 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Label with text "To &archive file:", using matcher: of type 'Label' 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Label with text "To &archive file:", using matcher: (of type 'Label') 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Label with text "", using matcher: of type 'Label' 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Label with text "", using matcher: of type 'Label' 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Label with text "Export trace package", using matcher: of type 'Label' 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Label with text "Export trace package", using matcher: (of type 'Label') 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Button with text "Select All", using matcher: of type 'Button' 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Button with text "Deselect All", using matcher: of type 'Button' 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Button with text "Save in &zip format", using matcher: of type 'Button' 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Button with text "Sa&ve in tar format", using matcher: of type 'Button' 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Button with text "Sa&ve in tar format", using matcher: with mnemonic 'Save in tar format' 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Button with text "Sa&ve in tar format", using matcher: with style 'SWT.RADIO' 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Button with text "Sa&ve in tar format", using matcher: (of type 'Button' and with mnemonic 'Save in tar format' and with style 'SWT.RADIO') 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Button with text "Co&mpress the conten...", using matcher: of type 'Button' 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Save in tar format' and with style 'SWT.RADIO') 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Save in &zip format} time=197599930 data=null doit=true} to Button with text {Save in &zip format} 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Save in &zip format} time=197599930 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Button with text {Save in &zip format} 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Save in tar format' and with style 'SWT.RADIO') 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Sa&ve in tar format} time=197599932 data=null doit=true} to (of type 'Button' and with mnemonic 'Save in tar format' and with style 'SWT.RADIO') 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Sa&ve in tar format} time=197599932 data=null button=1 stateMask=0x0 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'Save in tar format' and with style 'SWT.RADIO') 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Sa&ve in tar format} time=197599933 data=null button=1 stateMask=0x80000 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'Save in tar format' and with style 'SWT.RADIO') 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Sa&ve in tar format} time=197599933 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Save in tar format' and with style 'SWT.RADIO') 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Save in tar format' and with style 'SWT.RADIO') 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Button with text "Select All", using matcher: of type 'Button' 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Button with text "Deselect All", using matcher: of type 'Button' 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Button with text "Save in &zip format", using matcher: of type 'Button' 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Button with text "Save in &zip format", using matcher: with mnemonic 'Save in zip format' 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Button with text "Save in &zip format", using matcher: with style 'SWT.RADIO' 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Button with text "Save in &zip format", using matcher: (of type 'Button' and with mnemonic 'Save in zip format' and with style 'SWT.RADIO') 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Button with text "Sa&ve in tar format", using matcher: of type 'Button' 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Button with text "Co&mpress the conten...", using matcher: of type 'Button' 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Save in zip format' and with style 'SWT.RADIO') 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Sa&ve in tar format} time=197599935 data=null doit=true} to Button with text {Sa&ve in tar format} 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Sa&ve in tar format} time=197599935 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Button with text {Sa&ve in tar format} 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Save in zip format' and with style 'SWT.RADIO') 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Save in &zip format} time=197599936 data=null doit=true} to (of type 'Button' and with mnemonic 'Save in zip format' and with style 'SWT.RADIO') 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Save in &zip format} time=197599937 data=null button=1 stateMask=0x0 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'Save in zip format' and with style 'SWT.RADIO') 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Save in &zip format} time=197599937 data=null button=1 stateMask=0x80000 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'Save in zip format' and with style 'SWT.RADIO') 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Save in &zip format} time=197599943 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Save in zip format' and with style 'SWT.RADIO') 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Save in zip format' and with style 'SWT.RADIO') 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Button with text "Select All", using matcher: of type 'Button' 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Button with text "Deselect All", using matcher: of type 'Button' 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Button with text "Save in &zip format", using matcher: of type 'Button' 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Button with text "Sa&ve in tar format", using matcher: of type 'Button' 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Button with text "Co&mpress the conten...", using matcher: of type 'Button' 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Button with text "Co&mpress the conten...", using matcher: with mnemonic 'Compress the contents of the file' 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Button with text "Co&mpress the conten...", using matcher: with style 'SWT.CHECK' 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Button with text "Co&mpress the conten...", using matcher: (of type 'Button' and with mnemonic 'Compress the contents of the file' and with style 'SWT.CHECK') 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Compress the contents of the file' and with style 'SWT.CHECK') 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - Toggling state on Button {Co&mpress the contents of the file}. Setting state to unselected 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Co&mpress the contents of the file} time=197599945 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Compress the contents of the file' and with style 'SWT.CHECK') 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Co&mpress the contents of the file} time=197599946 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Compress the contents of the file' and with style 'SWT.CHECK') 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Co&mpress the contents of the file} time=197599946 data=null doit=true} to (of type 'Button' and with mnemonic 'Compress the contents of the file' and with style 'SWT.CHECK') 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Co&mpress the contents of the file} time=197599946 data=null} to (of type 'Button' and with mnemonic 'Compress the contents of the file' and with style 'SWT.CHECK') 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Co&mpress the contents of the file} time=197599946 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Compress the contents of the file' and with style 'SWT.CHECK') 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Co&mpress the contents of the file} time=197599946 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Compress the contents of the file' and with style 'SWT.CHECK') 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Co&mpress the contents of the file} time=197599946 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Compress the contents of the file' and with style 'SWT.CHECK') 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Co&mpress the contents of the file} time=197599947 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Compress the contents of the file' and with style 'SWT.CHECK') 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Co&mpress the contents of the file} time=197599947 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Compress the contents of the file' and with style 'SWT.CHECK') 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Co&mpress the contents of the file} time=197599947 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Compress the contents of the file' and with style 'SWT.CHECK') 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Co&mpress the contents of the file} time=197599947 data=null doit=true} to (of type 'Button' and with mnemonic 'Compress the contents of the file' and with style 'SWT.CHECK') 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Co&mpress the contents of the file} time=197599947 data=null} to (of type 'Button' and with mnemonic 'Compress the contents of the file' and with style 'SWT.CHECK') 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Compress the contents of the file' and with style 'SWT.CHECK') 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Button with text "Select All", using matcher: of type 'Button' 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Button with text "Deselect All", using matcher: of type 'Button' 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Button with text "Save in &zip format", using matcher: of type 'Button' 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Button with text "Sa&ve in tar format", using matcher: of type 'Button' 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Button with text "Co&mpress the conten...", using matcher: of type 'Button' 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Button with text "Co&mpress the conten...", using matcher: with mnemonic 'Compress the contents of the file' 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Button with text "Co&mpress the conten...", using matcher: with style 'SWT.CHECK' 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Button with text "Co&mpress the conten...", using matcher: (of type 'Button' and with mnemonic 'Compress the contents of the file' and with style 'SWT.CHECK') 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Compress the contents of the file' and with style 'SWT.CHECK') 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - Toggling state on Button {Co&mpress the contents of the file}. Setting state to selected 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Co&mpress the contents of the file} time=197599949 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Compress the contents of the file' and with style 'SWT.CHECK') 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Co&mpress the contents of the file} time=197599949 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Compress the contents of the file' and with style 'SWT.CHECK') 15:48:15 [2019-07-19T19:48:15.701Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Co&mpress the contents of the file} time=197599949 data=null doit=true} to (of type 'Button' and with mnemonic 'Compress the contents of the file' and with style 'SWT.CHECK') 15:48:15 [2019-07-19T19:48:15.958Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Co&mpress the contents of the file} time=197599950 data=null} to (of type 'Button' and with mnemonic 'Compress the contents of the file' and with style 'SWT.CHECK') 15:48:15 [2019-07-19T19:48:15.958Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Co&mpress the contents of the file} time=197599950 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Compress the contents of the file' and with style 'SWT.CHECK') 15:48:15 [2019-07-19T19:48:15.958Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Co&mpress the contents of the file} time=197599950 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Compress the contents of the file' and with style 'SWT.CHECK') 15:48:15 [2019-07-19T19:48:15.958Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Co&mpress the contents of the file} time=197599950 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Compress the contents of the file' and with style 'SWT.CHECK') 15:48:15 [2019-07-19T19:48:15.958Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Co&mpress the contents of the file} time=197599950 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Compress the contents of the file' and with style 'SWT.CHECK') 15:48:15 [2019-07-19T19:48:15.958Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Co&mpress the contents of the file} time=197599950 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Compress the contents of the file' and with style 'SWT.CHECK') 15:48:15 [2019-07-19T19:48:15.958Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Co&mpress the contents of the file} time=197599950 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Compress the contents of the file' and with style 'SWT.CHECK') 15:48:15 [2019-07-19T19:48:15.958Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Co&mpress the contents of the file} time=197599950 data=null doit=true} to (of type 'Button' and with mnemonic 'Compress the contents of the file' and with style 'SWT.CHECK') 15:48:15 [2019-07-19T19:48:15.958Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Co&mpress the contents of the file} time=197599951 data=null} to (of type 'Button' and with mnemonic 'Compress the contents of the file' and with style 'SWT.CHECK') 15:48:15 [2019-07-19T19:48:15.958Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Compress the contents of the file' and with style 'SWT.CHECK') 15:48:15 [2019-07-19T19:48:15.958Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo' 15:48:15 [2019-07-19T19:48:15.958Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: (of type 'Combo') 15:48:15 [2019-07-19T19:48:15.958Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/target/work/data/.tracecompass-temp/test.zip 15:48:15 [2019-07-19T19:48:15.958Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/target/work/data/.tracecompass-temp/test.zip} time=197599952 data=null} to (of type 'Combo') 15:48:15 [2019-07-19T19:48:15.958Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/target/work/data/.tracecompass-temp/test.zip 15:48:15 [2019-07-19T19:48:15.958Z] DEBUG - matched Button with text "Select All", using matcher: of type 'Button' 15:48:15 [2019-07-19T19:48:15.958Z] DEBUG - matched Button with text "Deselect All", using matcher: of type 'Button' 15:48:15 [2019-07-19T19:48:15.958Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 15:48:15 [2019-07-19T19:48:15.958Z] DEBUG - matched Button with text "Save in &zip format", using matcher: of type 'Button' 15:48:15 [2019-07-19T19:48:15.958Z] DEBUG - matched Button with text "Sa&ve in tar format", using matcher: of type 'Button' 15:48:15 [2019-07-19T19:48:15.958Z] DEBUG - matched Button with text "Co&mpress the conten...", using matcher: of type 'Button' 15:48:15 [2019-07-19T19:48:15.958Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:48:15 [2019-07-19T19:48:15.958Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 15:48:15 [2019-07-19T19:48:15.958Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish' 15:48:15 [2019-07-19T19:48:15.958Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH' 15:48:15 [2019-07-19T19:48:15.958Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 15:48:15 [2019-07-19T19:48:15.958Z] DEBUG - Clicking on &Finish 15:48:15 [2019-07-19T19:48:15.958Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=197599953 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 15:48:15 [2019-07-19T19:48:15.958Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=197599954 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 15:48:15 [2019-07-19T19:48:15.958Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=197599954 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 15:48:15 [2019-07-19T19:48:15.958Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=197599954 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 15:48:15 [2019-07-19T19:48:15.958Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=197599957 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 15:48:15 [2019-07-19T19:48:15.958Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=197599958 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 15:48:15 [2019-07-19T19:48:15.958Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 15:48:15 [2019-07-19T19:48:15.958Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=197599958 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 15:48:15 [2019-07-19T19:48:15.958Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Export Trace Package...} time=197599566 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Export Trace Package...' 15:48:16 [2019-07-19T19:48:16.215Z] DEBUG - Clicked on 15:48:16 [2019-07-19T19:48:16.215Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 15:48:16 [2019-07-19T19:48:16.215Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:48:16 [2019-07-19T19:48:16.215Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:48:16 [2019-07-19T19:48:16.215Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:48:16 [2019-07-19T19:48:16.215Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:48:16 [2019-07-19T19:48:16.215Z] DEBUG - Attempting to set focus on Tree with text {} 15:48:16 [2019-07-19T19:48:16.215Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Test} time=197600242 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {Test} 15:48:16 [2019-07-19T19:48:16.215Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Test} time=197600252 data=null doit=true} to TreeItem with text {Test} 15:48:16 [2019-07-19T19:48:16.215Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Test} time=197600252 data=null} to TreeItem with text {Test} 15:48:16 [2019-07-19T19:48:16.215Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Test} time=197600253 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {Test} 15:48:16 [2019-07-19T19:48:16.215Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197600253 data=null item=TreeItem {Test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Test} 15:48:16 [2019-07-19T19:48:16.215Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Test} time=197600298 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {Test} 15:48:16 [2019-07-19T19:48:16.215Z] DEBUG - Attempting to set focus on Tree with text {} 15:48:16 [2019-07-19T19:48:16.215Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Test} time=197600299 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {Test} 15:48:16 [2019-07-19T19:48:16.215Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Test} time=197600299 data=null doit=true} to TreeItem with text {Test} 15:48:16 [2019-07-19T19:48:16.215Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Test} time=197600299 data=null} to TreeItem with text {Test} 15:48:16 [2019-07-19T19:48:16.215Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Test} time=197600299 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {Test} 15:48:16 [2019-07-19T19:48:16.215Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197600300 data=null item=TreeItem {Test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Test} 15:48:16 [2019-07-19T19:48:16.215Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Test} time=197600320 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {Test} 15:48:16 [2019-07-19T19:48:16.215Z] WARN - Tree item TreeItem with text {Test} is already expanded. Won't expand it again. 15:48:16 [2019-07-19T19:48:16.215Z] DEBUG - Attempting to set focus on Tree with text {} 15:48:16 [2019-07-19T19:48:16.215Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=197600322 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 15:48:16 [2019-07-19T19:48:16.215Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=197600322 data=null doit=true} to TreeItem with text {Traces [1]} 15:48:16 [2019-07-19T19:48:16.215Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=197600322 data=null} to TreeItem with text {Traces [1]} 15:48:16 [2019-07-19T19:48:16.215Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=197600322 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 15:48:16 [2019-07-19T19:48:16.215Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197600322 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 15:48:16 [2019-07-19T19:48:16.215Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=197600358 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 15:48:16 [2019-07-19T19:48:16.215Z] DEBUG - Attempting to set focus on Tree with text {} 15:48:16 [2019-07-19T19:48:16.215Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=197600359 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 15:48:16 [2019-07-19T19:48:16.215Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=197600359 data=null doit=true} to TreeItem with text {Traces [1]} 15:48:16 [2019-07-19T19:48:16.215Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=197600359 data=null} to TreeItem with text {Traces [1]} 15:48:16 [2019-07-19T19:48:16.215Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=197600360 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 15:48:16 [2019-07-19T19:48:16.215Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197600360 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 15:48:16 [2019-07-19T19:48:16.215Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=197600365 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 15:48:16 [2019-07-19T19:48:16.215Z] DEBUG - matched MenuItem with text "Import Trace &Packag...", using matcher: with mnemonic 'Import Trace Package...' 15:48:16 [2019-07-19T19:48:16.215Z] DEBUG - Clicking on with mnemonic 'Import Trace Package...' 15:48:16 [2019-07-19T19:48:16.472Z] DEBUG - Clicked on with mnemonic 'Import Trace Package...' 15:48:16 [2019-07-19T19:48:16.472Z] DEBUG - matched Shell with text "Import trace package", using matcher: with text 'Import trace package' 15:48:16 [2019-07-19T19:48:16.472Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Import trace package} time=197600610 data=null doit=true} to Shell with text {Import trace package} 15:48:16 [2019-07-19T19:48:16.472Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 15:48:16 [2019-07-19T19:48:16.472Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 15:48:16 [2019-07-19T19:48:16.472Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/target/work/data/.tracecompass-temp/test.zip 15:48:16 [2019-07-19T19:48:16.472Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/target/work/data/.tracecompass-temp/test.zip} time=197600613 data=null} to (of type 'Combo') 15:48:16 [2019-07-19T19:48:16.472Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/target/work/data/.tracecompass-temp/test.zip 15:48:16 [2019-07-19T19:48:16.472Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo' 15:48:16 [2019-07-19T19:48:16.472Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: (of type 'Combo') 15:48:16 [2019-07-19T19:48:16.472Z] DEBUG - Inserting text: 15:48:16 [2019-07-19T19:48:16.472Z] into text (of type 'Combo') 15:48:16 [2019-07-19T19:48:16.472Z] DEBUG - Attempting to set focus on (of type 'Combo') 15:48:16 [2019-07-19T19:48:16.472Z] DEBUG - Typing text ' 15:48:16 [2019-07-19T19:48:16.472Z] ' with an interval of 50ms. between characters. 15:48:16 [2019-07-19T19:48:16.472Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 15:48:16 [2019-07-19T19:48:16.472Z] DEBUG - matched Button with text "Select All", using matcher: of type 'Button' 15:48:16 [2019-07-19T19:48:16.472Z] DEBUG - matched Button with text "Select All", using matcher: with mnemonic 'Select All' 15:48:16 [2019-07-19T19:48:16.472Z] DEBUG - matched Button with text "Select All", using matcher: with style 'SWT.PUSH' 15:48:16 [2019-07-19T19:48:16.472Z] DEBUG - matched Button with text "Select All", using matcher: (of type 'Button' and with mnemonic 'Select All' and with style 'SWT.PUSH') 15:48:16 [2019-07-19T19:48:16.472Z] DEBUG - matched Button with text "Deselect All", using matcher: of type 'Button' 15:48:16 [2019-07-19T19:48:16.472Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:48:16 [2019-07-19T19:48:16.472Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 15:48:16 [2019-07-19T19:48:16.730Z] DEBUG - Clicking on Select All 15:48:16 [2019-07-19T19:48:16.730Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Select All} time=197600742 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Select All' and with style 'SWT.PUSH') 15:48:16 [2019-07-19T19:48:16.730Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Select All} time=197600742 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Select All' and with style 'SWT.PUSH') 15:48:16 [2019-07-19T19:48:16.730Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Select All} time=197600742 data=null doit=true} to (of type 'Button' and with mnemonic 'Select All' and with style 'SWT.PUSH') 15:48:16 [2019-07-19T19:48:16.730Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Select All} time=197600742 data=null} to (of type 'Button' and with mnemonic 'Select All' and with style 'SWT.PUSH') 15:48:16 [2019-07-19T19:48:16.730Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Select All} time=197600742 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Select All' and with style 'SWT.PUSH') 15:48:16 [2019-07-19T19:48:16.730Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Select All} time=197600742 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Select All' and with style 'SWT.PUSH') 15:48:16 [2019-07-19T19:48:16.730Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Select All} time=197600742 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Select All' and with style 'SWT.PUSH') 15:48:16 [2019-07-19T19:48:16.730Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Select All} time=197600743 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Select All' and with style 'SWT.PUSH') 15:48:16 [2019-07-19T19:48:16.730Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Select All} time=197600743 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Select All' and with style 'SWT.PUSH') 15:48:16 [2019-07-19T19:48:16.730Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Select All} time=197600743 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Select All' and with style 'SWT.PUSH') 15:48:16 [2019-07-19T19:48:16.730Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Select All} time=197600743 data=null doit=true} to (of type 'Button' and with mnemonic 'Select All' and with style 'SWT.PUSH') 15:48:16 [2019-07-19T19:48:16.730Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Select All} time=197600743 data=null} to (of type 'Button' and with mnemonic 'Select All' and with style 'SWT.PUSH') 15:48:16 [2019-07-19T19:48:16.730Z] DEBUG - Clicked on Select All 15:48:16 [2019-07-19T19:48:16.730Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 15:48:16 [2019-07-19T19:48:16.730Z] DEBUG - matched Button with text "Select All", using matcher: of type 'Button' 15:48:16 [2019-07-19T19:48:16.730Z] DEBUG - matched Button with text "Deselect All", using matcher: of type 'Button' 15:48:16 [2019-07-19T19:48:16.730Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:48:16 [2019-07-19T19:48:16.730Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 15:48:16 [2019-07-19T19:48:16.730Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish' 15:48:16 [2019-07-19T19:48:16.730Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH' 15:48:16 [2019-07-19T19:48:16.730Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 15:48:16 [2019-07-19T19:48:16.730Z] DEBUG - Clicking on &Finish 15:48:16 [2019-07-19T19:48:16.730Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=197600745 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 15:48:16 [2019-07-19T19:48:16.730Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=197600745 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 15:48:16 [2019-07-19T19:48:16.730Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=197600745 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 15:48:16 [2019-07-19T19:48:16.730Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=197600745 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 15:48:16 [2019-07-19T19:48:16.730Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=197600745 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 15:48:16 [2019-07-19T19:48:16.730Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=197600745 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 15:48:16 [2019-07-19T19:48:16.730Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Finish} time=197600813 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 15:48:16 [2019-07-19T19:48:16.730Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=197600815 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 15:48:16 [2019-07-19T19:48:16.730Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Finish} time=197600815 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 15:48:16 [2019-07-19T19:48:16.730Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Finish} time=197600815 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 15:48:16 [2019-07-19T19:48:16.730Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Finish} time=197600815 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 15:48:16 [2019-07-19T19:48:16.730Z] DEBUG - Clicked on &Finish 15:48:16 [2019-07-19T19:48:16.730Z] DEBUG - matched Shell with text "Confirmation", using matcher: with text 'Confirmation' 15:48:16 [2019-07-19T19:48:16.730Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirmation} time=197600821 data=null doit=true} to Shell with text {Confirmation} 15:48:16 [2019-07-19T19:48:16.730Z] DEBUG - matched Button with text "No &To All", using matcher: of type 'Button' 15:48:16 [2019-07-19T19:48:16.730Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button' 15:48:16 [2019-07-19T19:48:16.730Z] DEBUG - matched Button with text "Yes To &All", using matcher: of type 'Button' 15:48:16 [2019-07-19T19:48:16.730Z] DEBUG - matched Button with text "Yes To &All", using matcher: with mnemonic 'Yes To All' 15:48:16 [2019-07-19T19:48:16.730Z] DEBUG - matched Button with text "Yes To &All", using matcher: with style 'SWT.PUSH' 15:48:16 [2019-07-19T19:48:16.730Z] DEBUG - matched Button with text "Yes To &All", using matcher: (of type 'Button' and with mnemonic 'Yes To All' and with style 'SWT.PUSH') 15:48:16 [2019-07-19T19:48:16.730Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button' 15:48:16 [2019-07-19T19:48:16.730Z] DEBUG - Clicking on Yes To &All 15:48:16 [2019-07-19T19:48:16.730Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Yes To &All} time=197600822 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes To All' and with style 'SWT.PUSH') 15:48:16 [2019-07-19T19:48:16.730Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Yes To &All} time=197600822 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes To All' and with style 'SWT.PUSH') 15:48:16 [2019-07-19T19:48:16.730Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Yes To &All} time=197600822 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes To All' and with style 'SWT.PUSH') 15:48:16 [2019-07-19T19:48:16.730Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Yes To &All} time=197600822 data=null} to (of type 'Button' and with mnemonic 'Yes To All' and with style 'SWT.PUSH') 15:48:16 [2019-07-19T19:48:16.730Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Yes To &All} time=197600823 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes To All' and with style 'SWT.PUSH') 15:48:16 [2019-07-19T19:48:16.730Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Yes To &All} time=197600823 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes To All' and with style 'SWT.PUSH') 15:48:16 [2019-07-19T19:48:16.730Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Yes To &All} time=197600823 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Yes To All' and with style 'SWT.PUSH') 15:48:17 [2019-07-19T19:48:17.294Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=197600745 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 15:48:17 [2019-07-19T19:48:17.294Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Import Trace &Package...} time=197600409 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import Trace Package...' 15:48:17 [2019-07-19T19:48:17.550Z] DEBUG - Clicked on 15:48:17 [2019-07-19T19:48:17.550Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' 15:48:17 [2019-07-19T19:48:17.550Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:48:17 [2019-07-19T19:48:17.550Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:48:17 [2019-07-19T19:48:17.550Z] WARN - Tree item TreeItem with text {Test} is already expanded. Won't expand it again. 15:48:17 [2019-07-19T19:48:17.550Z] WARN - Tree item TreeItem with text {Test} is already expanded. Won't expand it again. 15:48:17 [2019-07-19T19:48:17.550Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=197601595 data=null doit=true} to TreeItem with text {Traces [1]} 15:48:17 [2019-07-19T19:48:17.550Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=197601595 data=null} to TreeItem with text {Traces [1]} 15:48:17 [2019-07-19T19:48:17.550Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=197601595 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 15:48:17 [2019-07-19T19:48:17.550Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=197601596 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {Traces [1]} 15:48:17 [2019-07-19T19:48:17.550Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=197601642 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 15:48:17 [2019-07-19T19:48:17.550Z] WARN - Tree item TreeItem with text {Traces [1]} is already expanded. Won't expand it again. 15:48:17 [2019-07-19T19:48:17.550Z] DEBUG - Double-clicking on TreeItem with text {test.xml} 15:48:17 [2019-07-19T19:48:17.550Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test.xml} time=197601643 data=null button=0 stateMask=0x0 x=104 y=74 count=0} to TreeItem with text {test.xml} 15:48:17 [2019-07-19T19:48:17.550Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test.xml} time=197601643 data=null doit=true} to TreeItem with text {test.xml} 15:48:17 [2019-07-19T19:48:17.550Z] DEBUG - Attempting to set focus on Tree with text {} 15:48:17 [2019-07-19T19:48:17.550Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test.xml} time=197601644 data=null} to TreeItem with text {test.xml} 15:48:17 [2019-07-19T19:48:17.550Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test.xml} time=197601644 data=null button=1 stateMask=0x0 x=104 y=74 count=1} to TreeItem with text {test.xml} 15:48:17 [2019-07-19T19:48:17.550Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197601644 data=null item=TreeItem {test.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test.xml} 15:48:17 [2019-07-19T19:48:17.550Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test.xml} time=197601692 data=null button=1 stateMask=0x80000 x=104 y=74 count=1} to TreeItem with text {test.xml} 15:48:17 [2019-07-19T19:48:17.550Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test.xml} time=197601693 data=null button=1 stateMask=0x0 x=104 y=74 count=2} to TreeItem with text {test.xml} 15:48:17 [2019-07-19T19:48:17.550Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {test.xml} time=197601693 data=null button=1 stateMask=0x0 x=104 y=74 count=2} to TreeItem with text {test.xml} 15:48:17 [2019-07-19T19:48:17.550Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=197601694 data=null item=TreeItem {test.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test.xml} 15:48:17 [2019-07-19T19:48:17.807Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test.xml} time=197601773 data=null button=1 stateMask=0x80000 x=104 y=74 count=2} to TreeItem with text {test.xml} 15:48:18 [2019-07-19T19:48:18.064Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {test.xml} time=197602146 data=null button=0 stateMask=0x0 x=104 y=74 count=0} to TreeItem with text {test.xml} 15:48:18 [2019-07-19T19:48:18.064Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {test.xml} time=197602160 data=null doit=true} to TreeItem with text {test.xml} 15:48:18 [2019-07-19T19:48:18.064Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {test.xml} time=197602173 data=null} to TreeItem with text {test.xml} 15:48:18 [2019-07-19T19:48:18.064Z] DEBUG - Double-clicked on TreeItem with text {test.xml} 15:48:18 [2019-07-19T19:48:18.064Z] DEBUG - matched EditorReference with text "", using matcher: with name '"test.xml"' 15:48:19 [2019-07-19T19:48:19.055Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Test/Traces/test.xml - Eclipse Platform} time=197603277 data=null doit=true} to Shell with text {data - Test/Traces/test.xml - Eclipse Platform} 15:48:19 [2019-07-19T19:48:19.055Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' 15:48:19 [2019-07-19T19:48:19.313Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:48:19 [2019-07-19T19:48:19.313Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:48:19 [2019-07-19T19:48:19.313Z] DEBUG - Attempting to set focus on Tree with text {} 15:48:19 [2019-07-19T19:48:19.313Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Test} time=197603376 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {Test} 15:48:19 [2019-07-19T19:48:19.313Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Test} time=197603376 data=null doit=true} to TreeItem with text {Test} 15:48:19 [2019-07-19T19:48:19.313Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Test} time=197603376 data=null} to TreeItem with text {Test} 15:48:19 [2019-07-19T19:48:19.313Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Test} time=197603377 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {Test} 15:48:19 [2019-07-19T19:48:19.313Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197603377 data=null item=TreeItem {Test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Test} 15:48:19 [2019-07-19T19:48:19.313Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Test} time=197603415 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {Test} 15:48:19 [2019-07-19T19:48:19.313Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' 15:48:19 [2019-07-19T19:48:19.313Z] DEBUG - Clicking on with mnemonic 'Delete' 15:48:19 [2019-07-19T19:48:19.570Z] DEBUG - Clicked on with mnemonic 'Delete' 15:48:20 [2019-07-19T19:48:20.133Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' 15:48:20 [2019-07-19T19:48:20.133Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} 15:48:20 [2019-07-19T19:48:20.133Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 15:48:20 [2019-07-19T19:48:20.133Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' 15:48:20 [2019-07-19T19:48:20.133Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') 15:48:20 [2019-07-19T19:48:20.133Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 15:48:20 [2019-07-19T19:48:20.133Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:48:20 [2019-07-19T19:48:20.133Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:48:20 [2019-07-19T19:48:20.133Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') 15:48:20 [2019-07-19T19:48:20.133Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected 15:48:20 [2019-07-19T19:48:20.133Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197604279 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:48:20 [2019-07-19T19:48:20.133Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197604279 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:48:20 [2019-07-19T19:48:20.133Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=197604279 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:48:20 [2019-07-19T19:48:20.133Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=197604279 data=null} to (of type 'Button' and with style 'SWT.CHECK') 15:48:20 [2019-07-19T19:48:20.133Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197604279 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:48:20 [2019-07-19T19:48:20.133Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197604280 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:48:20 [2019-07-19T19:48:20.133Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=197604280 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:48:20 [2019-07-19T19:48:20.133Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197604280 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:48:20 [2019-07-19T19:48:20.133Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197604280 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:48:20 [2019-07-19T19:48:20.133Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197604280 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:48:20 [2019-07-19T19:48:20.133Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=197604280 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:48:20 [2019-07-19T19:48:20.133Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=197604280 data=null} to (of type 'Button' and with style 'SWT.CHECK') 15:48:20 [2019-07-19T19:48:20.133Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') 15:48:20 [2019-07-19T19:48:20.133Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 15:48:20 [2019-07-19T19:48:20.133Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 15:48:20 [2019-07-19T19:48:20.133Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:48:20 [2019-07-19T19:48:20.133Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:48:20 [2019-07-19T19:48:20.133Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 15:48:20 [2019-07-19T19:48:20.133Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:48:20 [2019-07-19T19:48:20.133Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:48:20 [2019-07-19T19:48:20.133Z] DEBUG - Clicking on OK 15:48:20 [2019-07-19T19:48:20.133Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=197604281 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:48:20 [2019-07-19T19:48:20.133Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=197604281 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:48:20 [2019-07-19T19:48:20.133Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=197604281 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:48:20 [2019-07-19T19:48:20.133Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=197604281 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:48:20 [2019-07-19T19:48:20.133Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=197604282 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:48:20 [2019-07-19T19:48:20.133Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=197604282 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:48:20 [2019-07-19T19:48:20.133Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:48:20 [2019-07-19T19:48:20.133Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:48:20 [2019-07-19T19:48:20.133Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:48:20 [2019-07-19T19:48:20.133Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:48:20 [2019-07-19T19:48:20.133Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:48:20 [2019-07-19T19:48:20.133Z] DEBUG - Clicked on OK 15:48:20 [2019-07-19T19:48:20.697Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=197604282 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:48:20 [2019-07-19T19:48:20.697Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=197603474 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' 15:48:20 [2019-07-19T19:48:20.697Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.212 s - in org.eclipse.tracecompass.tmf.ui.swtbot.tests.wizards.TestImportExportPackageWizard 15:48:20 [2019-07-19T19:48:20.697Z] testExperiment(org.eclipse.tracecompass.tmf.ui.swtbot.tests.wizards.TestImportExportPackageWizard) Time elapsed: 9.855 s 15:48:20 [2019-07-19T19:48:20.697Z] test(org.eclipse.tracecompass.tmf.ui.swtbot.tests.wizards.TestImportExportPackageWizard) Time elapsed: 7.3 s 15:48:20 [2019-07-19T19:48:20.697Z] Running org.eclipse.tracecompass.tmf.ui.swtbot.tests.wizards.StandardImportWizardTest 15:48:32 [2019-07-19T19:48:32.878Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.878 s - in org.eclipse.tracecompass.tmf.ui.swtbot.tests.wizards.StandardImportWizardTest 15:48:32 [2019-07-19T19:48:32.878Z] testImportTimerangeInverseTime(org.eclipse.tracecompass.tmf.ui.swtbot.tests.wizards.StandardImportWizardTest) Time elapsed: 4.392 s 15:48:32 [2019-07-19T19:48:32.878Z] testImportTimerange(org.eclipse.tracecompass.tmf.ui.swtbot.tests.wizards.StandardImportWizardTest) Time elapsed: 4.009 s 15:48:32 [2019-07-19T19:48:32.878Z] testImportTimerangeInvalidFormat(org.eclipse.tracecompass.tmf.ui.swtbot.tests.wizards.StandardImportWizardTest) Time elapsed: 2.42 s 15:48:32 [2019-07-19T19:48:32.878Z] Running org.eclipse.tracecompass.tmf.ui.swtbot.tests.tracetype.preferences.TraceTypePreferencePageTest 15:48:33 [2019-07-19T19:48:33.810Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - test/Traces/syslog_collapse - Eclipse Platform} time=197617700 data=null doit=true} to Shell with text {data - test/Traces/syslog_collapse - Eclipse Platform} 15:48:33 [2019-07-19T19:48:33.810Z] DEBUG - matched MenuItem with text "&Window", using matcher: with mnemonic 'Window' 15:48:33 [2019-07-19T19:48:33.810Z] DEBUG - matched MenuItem with text "&Preferences", using matcher: with mnemonic 'Preferences' 15:48:33 [2019-07-19T19:48:33.810Z] DEBUG - Clicking on with mnemonic 'Preferences' 15:48:33 [2019-07-19T19:48:33.810Z] *** BUG *** 15:48:33 [2019-07-19T19:48:33.810Z] In pixman_region32_init_rect: Invalid rectangle passed 15:48:33 [2019-07-19T19:48:33.810Z] Set a breakpoint on '_pixman_log_error' to debug 15:48:33 [2019-07-19T19:48:33.810Z] 15:48:33 [2019-07-19T19:48:33.810Z] *** BUG *** 15:48:33 [2019-07-19T19:48:33.810Z] In pixman_region32_init_rect: Invalid rectangle passed 15:48:33 [2019-07-19T19:48:33.810Z] Set a breakpoint on '_pixman_log_error' to debug 15:48:33 [2019-07-19T19:48:33.810Z] 15:48:33 [2019-07-19T19:48:33.810Z] *** BUG *** 15:48:33 [2019-07-19T19:48:33.810Z] In pixman_region32_init_rect: Invalid rectangle passed 15:48:33 [2019-07-19T19:48:33.810Z] Set a breakpoint on '_pixman_log_error' to debug 15:48:33 [2019-07-19T19:48:33.810Z] 15:48:33 [2019-07-19T19:48:33.810Z] *** BUG *** 15:48:33 [2019-07-19T19:48:33.810Z] In pixman_region32_init_rect: Invalid rectangle passed 15:48:33 [2019-07-19T19:48:33.810Z] Set a breakpoint on '_pixman_log_error' to debug 15:48:33 [2019-07-19T19:48:33.810Z] 15:48:34 [2019-07-19T19:48:34.067Z] DEBUG - Clicked on with mnemonic 'Preferences' 15:48:34 [2019-07-19T19:48:34.067Z] DEBUG - matched Shell with text "Preferences", using matcher: with text 'Preferences' 15:48:34 [2019-07-19T19:48:34.067Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Preferences} time=197618233 data=null doit=true} to Shell with text {Preferences} 15:48:34 [2019-07-19T19:48:34.067Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:48:34 [2019-07-19T19:48:34.067Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:48:34 [2019-07-19T19:48:34.067Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:48:34 [2019-07-19T19:48:34.067Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:48:34 [2019-07-19T19:48:34.067Z] DEBUG - Attempting to set focus on Tree with text {} 15:48:34 [2019-07-19T19:48:34.067Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Tracing} time=197618238 data=null button=0 stateMask=0x0 x=48 y=473 count=0} to TreeItem with text {Tracing} 15:48:34 [2019-07-19T19:48:34.067Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=197618238 data=null doit=true} to TreeItem with text {Tracing} 15:48:34 [2019-07-19T19:48:34.067Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=197618238 data=null} to TreeItem with text {Tracing} 15:48:34 [2019-07-19T19:48:34.067Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=197618239 data=null button=1 stateMask=0x0 x=48 y=473 count=1} to TreeItem with text {Tracing} 15:48:34 [2019-07-19T19:48:34.067Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197618239 data=null item=TreeItem {Tracing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Tracing} 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=197618331 data=null button=1 stateMask=0x80000 x=48 y=473 count=1} to TreeItem with text {Tracing} 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=197618331 data=null doit=true} to TreeItem with text {Tracing} 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=197618331 data=null} to TreeItem with text {Tracing} 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=197618332 data=null button=1 stateMask=0x0 x=48 y=473 count=1} to TreeItem with text {Tracing} 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=197618332 data=null item=TreeItem {Tracing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {Tracing} 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=197618334 data=null button=1 stateMask=0x80000 x=48 y=473 count=1} to TreeItem with text {Tracing} 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - Attempting to set focus on Tree with text {} 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Trace Types} time=197618335 data=null button=0 stateMask=0x0 x=80 y=536 count=0} to Tree node with text: Trace Types 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Trace Types} time=197618335 data=null doit=true} to Tree node with text: Trace Types 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Trace Types} time=197618335 data=null} to Tree node with text: Trace Types 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Trace Types} time=197618336 data=null button=1 stateMask=0x0 x=80 y=536 count=1} to Tree node with text: Trace Types 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197618336 data=null item=TreeItem {Trace Types} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: Trace Types 15:48:34 [2019-07-19T19:48:34.325Z] *** BUG *** 15:48:34 [2019-07-19T19:48:34.325Z] In pixman_region32_init_rect: Invalid rectangle passed 15:48:34 [2019-07-19T19:48:34.325Z] Set a breakpoint on '_pixman_log_error' to debug 15:48:34 [2019-07-19T19:48:34.325Z] 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Trace Types} time=197618458 data=null button=1 stateMask=0x80000 x=80 y=418 count=1} to Tree node with text: Trace Types 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - matched Button with text "Check all", using matcher: with mnemonic 'Check all' 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - matched Button with text "Check all", using matcher: with style 'SWT.PUSH' 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - matched Button with text "Check all", using matcher: (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - Clicking on Check all 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check all} time=197618462 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=197618462 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check all} time=197618462 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check all} time=197618462 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check all} time=197618463 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check all} time=197618463 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check all} time=197618463 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check all} time=197618463 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=197618467 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check all} time=197618467 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check all} time=197618467 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check all} time=197618468 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - Clicked on Check all 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - matched Button with text "&Apply", using matcher: with mnemonic 'Apply' 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - matched Button with text "&Apply", using matcher: with style 'SWT.PUSH' 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - matched Button with text "&Apply", using matcher: (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - Clicking on &Apply 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Apply} time=197618470 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Apply} time=197618470 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Apply} time=197618470 data=null doit=true} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Apply} time=197618470 data=null} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Apply} time=197618470 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Apply} time=197618470 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Apply} time=197618471 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Apply} time=197618472 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Apply} time=197618472 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Apply} time=197618473 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Apply} time=197618473 data=null doit=true} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Apply} time=197618473 data=null} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - Clicked on &Apply 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - matched Button with text "Apply and Close", using matcher: with mnemonic 'Apply and Close' 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - matched Button with text "Apply and Close", using matcher: (with mnemonic 'Apply and Close' or with mnemonic 'OK') 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - matched Button with text "Apply and Close", using matcher: with style 'SWT.PUSH' 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - matched Button with text "Apply and Close", using matcher: (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - Clicking on Apply and Close 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Apply and Close} time=197618476 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Apply and Close} time=197618476 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Apply and Close} time=197618476 data=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Apply and Close} time=197618476 data=null} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Apply and Close} time=197618477 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Apply and Close} time=197618477 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Apply and Close} time=197618477 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:34 [2019-07-19T19:48:34.325Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Preferences} time=197617726 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Preferences' 15:48:34 [2019-07-19T19:48:34.582Z] DEBUG - Clicked on 15:48:34 [2019-07-19T19:48:34.839Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.filter"' 15:48:34 [2019-07-19T19:48:34.839Z] DEBUG - number of items : 11 15:48:34 [2019-07-19T19:48:34.839Z] DEBUG - Clicking on ToolItem with tooltip text {Import filters} 15:48:34 [2019-07-19T19:48:34.839Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=197618847 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Import filters} 15:48:34 [2019-07-19T19:48:34.839Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197618847 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Import filters} 15:48:34 [2019-07-19T19:48:34.839Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=197618847 data=null doit=true} to ToolItem with tooltip text {Import filters} 15:48:34 [2019-07-19T19:48:34.839Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=197618847 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Import filters} 15:48:34 [2019-07-19T19:48:34.839Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=197618847 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Import filters} 15:48:34 [2019-07-19T19:48:34.839Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=197618847 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Import filters} 15:48:34 [2019-07-19T19:48:34.839Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=197618871 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Import filters} 15:48:34 [2019-07-19T19:48:34.839Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197618873 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Import filters} 15:48:34 [2019-07-19T19:48:34.839Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=197618873 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Import filters} 15:48:34 [2019-07-19T19:48:34.839Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=197618873 data=null doit=true} to ToolItem with tooltip text {Import filters} 15:48:34 [2019-07-19T19:48:34.839Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=197618873 data=null} to ToolItem with tooltip text {Import filters} 15:48:34 [2019-07-19T19:48:34.839Z] DEBUG - Clicked on ToolItem with tooltip text {Import filters} 15:48:34 [2019-07-19T19:48:34.839Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:48:34 [2019-07-19T19:48:34.839Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:48:34 [2019-07-19T19:48:34.839Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:48:34 [2019-07-19T19:48:34.839Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:48:34 [2019-07-19T19:48:34.839Z] DEBUG - Expanding nodes FILTER test>WITH TRACETYPE Custom XML : testxmlextension in tree (of type 'Tree') 15:48:34 [2019-07-19T19:48:34.839Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {FILTER test} time=197618881 data=null doit=true} to TreeItem with text {FILTER test} 15:48:34 [2019-07-19T19:48:34.839Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {FILTER test} time=197618881 data=null} to TreeItem with text {FILTER test} 15:48:34 [2019-07-19T19:48:34.839Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {FILTER test} time=197618882 data=null button=1 stateMask=0x0 x=60 y=263 count=1} to TreeItem with text {FILTER test} 15:48:34 [2019-07-19T19:48:34.839Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=197618882 data=null item=TreeItem {FILTER test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {FILTER test} 15:48:34 [2019-07-19T19:48:34.839Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {FILTER test} time=197618883 data=null button=1 stateMask=0x80000 x=60 y=263 count=1} to TreeItem with text {FILTER test} 15:48:34 [2019-07-19T19:48:34.839Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {WITH TRACETYPE Custom XML : testxmlextension} time=197618883 data=null doit=true} to Tree node with text: WITH TRACETYPE Custom XML : testxmlextension 15:48:34 [2019-07-19T19:48:34.839Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {WITH TRACETYPE Custom XML : testxmlextension} time=197618883 data=null} to Tree node with text: WITH TRACETYPE Custom XML : testxmlextension 15:48:34 [2019-07-19T19:48:34.839Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {WITH TRACETYPE Custom XML : testxmlextension} time=197618884 data=null button=1 stateMask=0x0 x=200 y=284 count=1} to Tree node with text: WITH TRACETYPE Custom XML : testxmlextension 15:48:34 [2019-07-19T19:48:34.839Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=197618884 data=null item=TreeItem {WITH TRACETYPE Custom XML : testxmlextension} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Tree node with text: WITH TRACETYPE Custom XML : testxmlextension 15:48:34 [2019-07-19T19:48:34.839Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {WITH TRACETYPE Custom XML : testxmlextension} time=197618885 data=null button=1 stateMask=0x80000 x=200 y=284 count=1} to Tree node with text: WITH TRACETYPE Custom XML : testxmlextension 15:48:34 [2019-07-19T19:48:34.839Z] DEBUG - Attempting to set focus on Tree with text {} 15:48:34 [2019-07-19T19:48:34.839Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {WITH TRACETYPE Custom XML : testxmlextension} time=197618886 data=null button=0 stateMask=0x0 x=200 y=284 count=0} to Tree node with text: WITH TRACETYPE Custom XML : testxmlextension 15:48:34 [2019-07-19T19:48:34.839Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {WITH TRACETYPE Custom XML : testxmlextension} time=197618886 data=null doit=true} to Tree node with text: WITH TRACETYPE Custom XML : testxmlextension 15:48:34 [2019-07-19T19:48:34.839Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {WITH TRACETYPE Custom XML : testxmlextension} time=197618886 data=null} to Tree node with text: WITH TRACETYPE Custom XML : testxmlextension 15:48:34 [2019-07-19T19:48:34.839Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {WITH TRACETYPE Custom XML : testxmlextension} time=197618886 data=null button=1 stateMask=0x0 x=200 y=284 count=1} to Tree node with text: WITH TRACETYPE Custom XML : testxmlextension 15:48:34 [2019-07-19T19:48:34.839Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197618887 data=null item=TreeItem {WITH TRACETYPE Custom XML : testxmlextension} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: WITH TRACETYPE Custom XML : testxmlextension 15:48:34 [2019-07-19T19:48:34.839Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {WITH TRACETYPE Custom XML : testxmlextension} time=197618929 data=null button=1 stateMask=0x80000 x=200 y=260 count=1} to Tree node with text: WITH TRACETYPE Custom XML : testxmlextension 15:48:34 [2019-07-19T19:48:34.839Z] DEBUG - matched Combo with text "Custom XML : testxml...", using matcher: of type 'Combo' 15:48:34 [2019-07-19T19:48:34.839Z] DEBUG - matched Combo with text "Custom XML : testxml...", using matcher: (of type 'Combo') 15:48:34 [2019-07-19T19:48:34.839Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - test/Traces/syslog_collapse - Eclipse Platform} time=197618932 data=null doit=true} to Shell with text {data - test/Traces/syslog_collapse - Eclipse Platform} 15:48:34 [2019-07-19T19:48:34.839Z] DEBUG - matched MenuItem with text "&Window", using matcher: with mnemonic 'Window' 15:48:34 [2019-07-19T19:48:34.839Z] DEBUG - matched MenuItem with text "&Preferences", using matcher: with mnemonic 'Preferences' 15:48:34 [2019-07-19T19:48:34.839Z] DEBUG - Clicking on with mnemonic 'Preferences' 15:48:35 [2019-07-19T19:48:35.096Z] DEBUG - Clicked on with mnemonic 'Preferences' 15:48:35 [2019-07-19T19:48:35.096Z] DEBUG - matched Shell with text "Preferences", using matcher: with text 'Preferences' 15:48:35 [2019-07-19T19:48:35.096Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Preferences} time=197619331 data=null doit=true} to Shell with text {Preferences} 15:48:35 [2019-07-19T19:48:35.096Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:48:35 [2019-07-19T19:48:35.096Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:48:35 [2019-07-19T19:48:35.096Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:48:35 [2019-07-19T19:48:35.096Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:48:35 [2019-07-19T19:48:35.096Z] DEBUG - Attempting to set focus on Tree with text {} 15:48:35 [2019-07-19T19:48:35.096Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Tracing} time=197619334 data=null button=0 stateMask=0x0 x=48 y=116 count=0} to TreeItem with text {Tracing} 15:48:35 [2019-07-19T19:48:35.096Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=197619334 data=null doit=true} to TreeItem with text {Tracing} 15:48:35 [2019-07-19T19:48:35.096Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=197619334 data=null} to TreeItem with text {Tracing} 15:48:35 [2019-07-19T19:48:35.096Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=197619335 data=null button=1 stateMask=0x0 x=48 y=116 count=1} to TreeItem with text {Tracing} 15:48:35 [2019-07-19T19:48:35.096Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197619335 data=null item=TreeItem {Tracing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Tracing} 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=197619379 data=null button=1 stateMask=0x80000 x=48 y=116 count=1} to TreeItem with text {Tracing} 15:48:35 [2019-07-19T19:48:35.353Z] WARN - Tree item TreeItem with text {Tracing} is already expanded. Won't expand it again. 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - Attempting to set focus on Tree with text {} 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Trace Types} time=197619380 data=null button=0 stateMask=0x0 x=80 y=179 count=0} to Tree node with text: Trace Types 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Trace Types} time=197619380 data=null doit=true} to Tree node with text: Trace Types 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Trace Types} time=197619380 data=null} to Tree node with text: Trace Types 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Trace Types} time=197619380 data=null button=1 stateMask=0x0 x=80 y=179 count=1} to Tree node with text: Trace Types 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197619381 data=null item=TreeItem {Trace Types} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: Trace Types 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Trace Types} time=197619384 data=null button=1 stateMask=0x80000 x=80 y=179 count=1} to Tree node with text: Trace Types 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - matched Button with text "Uncheck all", using matcher: with mnemonic 'Uncheck all' 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - matched Button with text "Uncheck all", using matcher: with style 'SWT.PUSH' 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - matched Button with text "Uncheck all", using matcher: (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - Clicking on Uncheck all 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Uncheck all} time=197619387 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=197619387 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Uncheck all} time=197619387 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Uncheck all} time=197619387 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Uncheck all} time=197619388 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Uncheck all} time=197619388 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Uncheck all} time=197619388 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Uncheck all} time=197619390 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=197619391 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Uncheck all} time=197619391 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Uncheck all} time=197619391 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Uncheck all} time=197619391 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - Clicked on Uncheck all 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - Expanding nodes Custom XML>testxmlextension in tree (of type 'Tree') 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Custom XML} time=197619391 data=null doit=true} to TreeItem with text {Custom XML} 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Custom XML} time=197619391 data=null} to TreeItem with text {Custom XML} 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Custom XML} time=197619392 data=null button=1 stateMask=0x0 x=86 y=55 count=1} to TreeItem with text {Custom XML} 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=197619406 data=null item=TreeItem {Custom XML} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {Custom XML} 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Custom XML} time=197619407 data=null button=1 stateMask=0x80000 x=86 y=55 count=1} to TreeItem with text {Custom XML} 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {testxmlextension} time=197619407 data=null doit=true} to Tree node with text: testxmlextension 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {testxmlextension} time=197619407 data=null} to Tree node with text: testxmlextension 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {testxmlextension} time=197619408 data=null button=1 stateMask=0x0 x=119 y=77 count=1} to Tree node with text: testxmlextension 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=197619408 data=null item=TreeItem {testxmlextension} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Tree node with text: testxmlextension 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {testxmlextension} time=197619409 data=null button=1 stateMask=0x80000 x=119 y=77 count=1} to Tree node with text: testxmlextension 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - Attempting to set focus on Tree with text {} 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {testxmlextension} time=197619428 data=null button=0 stateMask=0x0 x=119 y=77 count=0} to Tree node with text: testxmlextension 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {testxmlextension} time=197619433 data=null doit=true} to Tree node with text: testxmlextension 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {testxmlextension} time=197619433 data=null} to Tree node with text: testxmlextension 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {testxmlextension} time=197619434 data=null button=1 stateMask=0x0 x=119 y=77 count=1} to Tree node with text: testxmlextension 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197619434 data=null item=TreeItem {testxmlextension} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: testxmlextension 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {testxmlextension} time=197619435 data=null button=1 stateMask=0x80000 x=119 y=77 count=1} to Tree node with text: testxmlextension 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - matched Button with text "Check selected", using matcher: with mnemonic 'Check selected' 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - matched Button with text "Check selected", using matcher: with style 'SWT.PUSH' 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - matched Button with text "Check selected", using matcher: (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - Clicking on Check selected 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check selected} time=197619437 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check selected} time=197619437 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check selected} time=197619437 data=null doit=true} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check selected} time=197619437 data=null} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check selected} time=197619438 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check selected} time=197619438 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check selected} time=197619438 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check selected} time=197619439 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check selected} time=197619439 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check selected} time=197619439 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check selected} time=197619439 data=null doit=true} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check selected} time=197619440 data=null} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - Clicked on Check selected 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - matched Button with text "&Apply", using matcher: with mnemonic 'Apply' 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - matched Button with text "&Apply", using matcher: with style 'SWT.PUSH' 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - matched Button with text "&Apply", using matcher: (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - Clicking on &Apply 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Apply} time=197619441 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Apply} time=197619442 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Apply} time=197619442 data=null doit=true} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Apply} time=197619442 data=null} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Apply} time=197619442 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Apply} time=197619442 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Apply} time=197619442 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Apply} time=197619453 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Apply} time=197619454 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Apply} time=197619454 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Apply} time=197619454 data=null doit=true} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Apply} time=197619454 data=null} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - Clicked on &Apply 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - matched Button with text "Apply and Close", using matcher: with mnemonic 'Apply and Close' 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - matched Button with text "Apply and Close", using matcher: (with mnemonic 'Apply and Close' or with mnemonic 'OK') 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - matched Button with text "Apply and Close", using matcher: with style 'SWT.PUSH' 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - matched Button with text "Apply and Close", using matcher: (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - Clicking on Apply and Close 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Apply and Close} time=197619457 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Apply and Close} time=197619457 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Apply and Close} time=197619457 data=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Apply and Close} time=197619457 data=null} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:35 [2019-07-19T19:48:35.353Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Apply and Close} time=197619457 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:35 [2019-07-19T19:48:35.354Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Apply and Close} time=197619457 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:35 [2019-07-19T19:48:35.354Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Apply and Close} time=197619457 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:35 [2019-07-19T19:48:35.354Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Preferences} time=197618982 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Preferences' 15:48:35 [2019-07-19T19:48:35.610Z] DEBUG - Clicked on 15:48:35 [2019-07-19T19:48:35.610Z] DEBUG - Expanding nodes FILTER test in tree (of type 'Tree') 15:48:35 [2019-07-19T19:48:35.610Z] WARN - Tree item TreeItem with text {FILTER test} is already expanded. Won't expand it again. 15:48:35 [2019-07-19T19:48:35.610Z] DEBUG - Attempting to set focus on Tree with text {} 15:48:35 [2019-07-19T19:48:35.610Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {FILTER test} time=197619780 data=null button=0 stateMask=0x0 x=60 y=239 count=0} to TreeItem with text {FILTER test} 15:48:35 [2019-07-19T19:48:35.610Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {FILTER test} time=197619781 data=null doit=true} to TreeItem with text {FILTER test} 15:48:35 [2019-07-19T19:48:35.610Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {FILTER test} time=197619781 data=null} to TreeItem with text {FILTER test} 15:48:35 [2019-07-19T19:48:35.610Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {FILTER test} time=197619782 data=null button=1 stateMask=0x0 x=60 y=239 count=1} to TreeItem with text {FILTER test} 15:48:35 [2019-07-19T19:48:35.610Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197619782 data=null item=TreeItem {FILTER test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {FILTER test} 15:48:35 [2019-07-19T19:48:35.610Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {FILTER test} time=197619801 data=null button=1 stateMask=0x80000 x=60 y=239 count=1} to TreeItem with text {FILTER test} 15:48:35 [2019-07-19T19:48:35.610Z] DEBUG - Expanding nodes FILTER test>WITH TRACETYPE Custom XML : testxmlextension in tree (of type 'Tree') 15:48:35 [2019-07-19T19:48:35.610Z] WARN - Tree item TreeItem with text {FILTER test} is already expanded. Won't expand it again. 15:48:35 [2019-07-19T19:48:35.610Z] WARN - Tree item Tree node with text: WITH TRACETYPE Custom XML : testxmlextension is already expanded. Won't expand it again. 15:48:35 [2019-07-19T19:48:35.610Z] DEBUG - Attempting to set focus on Tree with text {} 15:48:35 [2019-07-19T19:48:35.610Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {WITH TRACETYPE Custom XML : testxmlextension} time=197619802 data=null button=0 stateMask=0x0 x=200 y=260 count=0} to Tree node with text: WITH TRACETYPE Custom XML : testxmlextension 15:48:35 [2019-07-19T19:48:35.610Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {WITH TRACETYPE Custom XML : testxmlextension} time=197619803 data=null doit=true} to Tree node with text: WITH TRACETYPE Custom XML : testxmlextension 15:48:35 [2019-07-19T19:48:35.610Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {WITH TRACETYPE Custom XML : testxmlextension} time=197619803 data=null} to Tree node with text: WITH TRACETYPE Custom XML : testxmlextension 15:48:35 [2019-07-19T19:48:35.610Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {WITH TRACETYPE Custom XML : testxmlextension} time=197619803 data=null button=1 stateMask=0x0 x=200 y=260 count=1} to Tree node with text: WITH TRACETYPE Custom XML : testxmlextension 15:48:35 [2019-07-19T19:48:35.610Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197619803 data=null item=TreeItem {WITH TRACETYPE Custom XML : testxmlextension} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: WITH TRACETYPE Custom XML : testxmlextension 15:48:35 [2019-07-19T19:48:35.610Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {WITH TRACETYPE Custom XML : testxmlextension} time=197619823 data=null button=1 stateMask=0x80000 x=200 y=260 count=1} to Tree node with text: WITH TRACETYPE Custom XML : testxmlextension 15:48:35 [2019-07-19T19:48:35.610Z] DEBUG - matched Combo with text "Custom XML : testxml...", using matcher: of type 'Combo' 15:48:35 [2019-07-19T19:48:35.610Z] DEBUG - matched Combo with text "Custom XML : testxml...", using matcher: (of type 'Combo') 15:48:35 [2019-07-19T19:48:35.610Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - test/Traces/syslog_collapse - Eclipse Platform} time=197619824 data=null doit=true} to Shell with text {data - test/Traces/syslog_collapse - Eclipse Platform} 15:48:35 [2019-07-19T19:48:35.610Z] DEBUG - matched MenuItem with text "&Window", using matcher: with mnemonic 'Window' 15:48:35 [2019-07-19T19:48:35.866Z] DEBUG - matched MenuItem with text "&Preferences", using matcher: with mnemonic 'Preferences' 15:48:35 [2019-07-19T19:48:35.866Z] DEBUG - Clicking on with mnemonic 'Preferences' 15:48:36 [2019-07-19T19:48:36.135Z] DEBUG - Clicked on with mnemonic 'Preferences' 15:48:36 [2019-07-19T19:48:36.135Z] DEBUG - matched Shell with text "Preferences", using matcher: with text 'Preferences' 15:48:36 [2019-07-19T19:48:36.135Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Preferences} time=197620221 data=null doit=true} to Shell with text {Preferences} 15:48:36 [2019-07-19T19:48:36.135Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:48:36 [2019-07-19T19:48:36.135Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:48:36 [2019-07-19T19:48:36.135Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:48:36 [2019-07-19T19:48:36.135Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:48:36 [2019-07-19T19:48:36.135Z] DEBUG - Attempting to set focus on Tree with text {} 15:48:36 [2019-07-19T19:48:36.135Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Tracing} time=197620224 data=null button=0 stateMask=0x0 x=48 y=116 count=0} to TreeItem with text {Tracing} 15:48:36 [2019-07-19T19:48:36.135Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=197620225 data=null doit=true} to TreeItem with text {Tracing} 15:48:36 [2019-07-19T19:48:36.135Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=197620225 data=null} to TreeItem with text {Tracing} 15:48:36 [2019-07-19T19:48:36.135Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=197620225 data=null button=1 stateMask=0x0 x=48 y=116 count=1} to TreeItem with text {Tracing} 15:48:36 [2019-07-19T19:48:36.135Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197620225 data=null item=TreeItem {Tracing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Tracing} 15:48:36 [2019-07-19T19:48:36.135Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=197620269 data=null button=1 stateMask=0x80000 x=48 y=116 count=1} to TreeItem with text {Tracing} 15:48:36 [2019-07-19T19:48:36.135Z] WARN - Tree item TreeItem with text {Tracing} is already expanded. Won't expand it again. 15:48:36 [2019-07-19T19:48:36.135Z] DEBUG - Attempting to set focus on Tree with text {} 15:48:36 [2019-07-19T19:48:36.135Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Trace Types} time=197620270 data=null button=0 stateMask=0x0 x=80 y=179 count=0} to Tree node with text: Trace Types 15:48:36 [2019-07-19T19:48:36.135Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Trace Types} time=197620270 data=null doit=true} to Tree node with text: Trace Types 15:48:36 [2019-07-19T19:48:36.135Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Trace Types} time=197620270 data=null} to Tree node with text: Trace Types 15:48:36 [2019-07-19T19:48:36.135Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Trace Types} time=197620271 data=null button=1 stateMask=0x0 x=80 y=179 count=1} to Tree node with text: Trace Types 15:48:36 [2019-07-19T19:48:36.135Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197620271 data=null item=TreeItem {Trace Types} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: Trace Types 15:48:36 [2019-07-19T19:48:36.135Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Trace Types} time=197620274 data=null button=1 stateMask=0x80000 x=80 y=179 count=1} to Tree node with text: Trace Types 15:48:36 [2019-07-19T19:48:36.135Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:48:36 [2019-07-19T19:48:36.135Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:48:36 [2019-07-19T19:48:36.135Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:48:36 [2019-07-19T19:48:36.135Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:48:36 [2019-07-19T19:48:36.135Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 15:48:36 [2019-07-19T19:48:36.135Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 15:48:36 [2019-07-19T19:48:36.135Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 15:48:36 [2019-07-19T19:48:36.135Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 15:48:36 [2019-07-19T19:48:36.135Z] DEBUG - matched Button with text "Uncheck all", using matcher: with mnemonic 'Uncheck all' 15:48:36 [2019-07-19T19:48:36.135Z] DEBUG - matched Button with text "Uncheck all", using matcher: with style 'SWT.PUSH' 15:48:36 [2019-07-19T19:48:36.135Z] DEBUG - matched Button with text "Uncheck all", using matcher: (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:36 [2019-07-19T19:48:36.135Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 15:48:36 [2019-07-19T19:48:36.135Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 15:48:36 [2019-07-19T19:48:36.135Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:48:36 [2019-07-19T19:48:36.135Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 15:48:36 [2019-07-19T19:48:36.135Z] DEBUG - Clicking on Uncheck all 15:48:36 [2019-07-19T19:48:36.135Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Uncheck all} time=197620277 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:36 [2019-07-19T19:48:36.135Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=197620277 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:36 [2019-07-19T19:48:36.135Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Uncheck all} time=197620277 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:36 [2019-07-19T19:48:36.135Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Uncheck all} time=197620278 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:36 [2019-07-19T19:48:36.135Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Uncheck all} time=197620278 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:36 [2019-07-19T19:48:36.135Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Uncheck all} time=197620278 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Uncheck all} time=197620278 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Uncheck all} time=197620279 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=197620280 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Uncheck all} time=197620280 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Uncheck all} time=197620280 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Uncheck all} time=197620280 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - Clicked on Uncheck all 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - Expanding nodes Custom Text>testtxtextension in tree (of type 'Tree') 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Custom Text} time=197620280 data=null doit=true} to TreeItem with text {Custom Text} 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Custom Text} time=197620280 data=null} to TreeItem with text {Custom Text} 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Custom Text} time=197620281 data=null button=1 stateMask=0x0 x=86 y=33 count=1} to TreeItem with text {Custom Text} 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=197620281 data=null item=TreeItem {Custom Text} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {Custom Text} 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Custom Text} time=197620336 data=null button=1 stateMask=0x80000 x=86 y=33 count=1} to TreeItem with text {Custom Text} 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {testtxtextension} time=197620337 data=null doit=true} to Tree node with text: testtxtextension 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {testtxtextension} time=197620337 data=null} to Tree node with text: testtxtextension 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {testtxtextension} time=197620337 data=null button=1 stateMask=0x0 x=116 y=121 count=1} to Tree node with text: testtxtextension 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=197620338 data=null item=TreeItem {testtxtextension} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Tree node with text: testtxtextension 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {testtxtextension} time=197620338 data=null button=1 stateMask=0x80000 x=116 y=121 count=1} to Tree node with text: testtxtextension 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - Attempting to set focus on Tree with text {} 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {testtxtextension} time=197620341 data=null button=0 stateMask=0x0 x=116 y=121 count=0} to Tree node with text: testtxtextension 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {testtxtextension} time=197620341 data=null doit=true} to Tree node with text: testtxtextension 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {testtxtextension} time=197620341 data=null} to Tree node with text: testtxtextension 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {testtxtextension} time=197620342 data=null button=1 stateMask=0x0 x=116 y=121 count=1} to Tree node with text: testtxtextension 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197620342 data=null item=TreeItem {testtxtextension} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: testtxtextension 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {testtxtextension} time=197620342 data=null button=1 stateMask=0x80000 x=116 y=121 count=1} to Tree node with text: testtxtextension 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - matched Button with text "Check selected", using matcher: with mnemonic 'Check selected' 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - matched Button with text "Check selected", using matcher: with style 'SWT.PUSH' 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - matched Button with text "Check selected", using matcher: (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - Clicking on Check selected 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check selected} time=197620345 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check selected} time=197620345 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check selected} time=197620345 data=null doit=true} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check selected} time=197620345 data=null} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check selected} time=197620345 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check selected} time=197620345 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check selected} time=197620345 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check selected} time=197620363 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check selected} time=197620363 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check selected} time=197620364 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check selected} time=197620364 data=null doit=true} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check selected} time=197620369 data=null} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - Clicked on Check selected 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - matched Button with text "&Apply", using matcher: with mnemonic 'Apply' 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - matched Button with text "&Apply", using matcher: with style 'SWT.PUSH' 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - matched Button with text "&Apply", using matcher: (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - Clicking on &Apply 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Apply} time=197620371 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Apply} time=197620371 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Apply} time=197620371 data=null doit=true} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Apply} time=197620371 data=null} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Apply} time=197620372 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Apply} time=197620372 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Apply} time=197620372 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Apply} time=197620374 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Apply} time=197620374 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Apply} time=197620374 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Apply} time=197620374 data=null doit=true} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Apply} time=197620374 data=null} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - Clicked on &Apply 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - matched Button with text "Apply and Close", using matcher: with mnemonic 'Apply and Close' 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - matched Button with text "Apply and Close", using matcher: (with mnemonic 'Apply and Close' or with mnemonic 'OK') 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - matched Button with text "Apply and Close", using matcher: with style 'SWT.PUSH' 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - matched Button with text "Apply and Close", using matcher: (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - Clicking on Apply and Close 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Apply and Close} time=197620377 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Apply and Close} time=197620377 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Apply and Close} time=197620377 data=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Apply and Close} time=197620377 data=null} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Apply and Close} time=197620377 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:36 [2019-07-19T19:48:36.136Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Apply and Close} time=197620377 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:36 [2019-07-19T19:48:36.394Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Apply and Close} time=197620378 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:36 [2019-07-19T19:48:36.394Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Preferences} time=197619866 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Preferences' 15:48:36 [2019-07-19T19:48:36.394Z] DEBUG - Clicked on 15:48:36 [2019-07-19T19:48:36.394Z] DEBUG - Expanding nodes FILTER test in tree (of type 'Tree') 15:48:36 [2019-07-19T19:48:36.394Z] WARN - Tree item TreeItem with text {FILTER test} is already expanded. Won't expand it again. 15:48:36 [2019-07-19T19:48:36.394Z] DEBUG - Attempting to set focus on Tree with text {} 15:48:36 [2019-07-19T19:48:36.394Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {FILTER test} time=197620623 data=null button=0 stateMask=0x0 x=60 y=239 count=0} to TreeItem with text {FILTER test} 15:48:36 [2019-07-19T19:48:36.394Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {FILTER test} time=197620623 data=null doit=true} to TreeItem with text {FILTER test} 15:48:36 [2019-07-19T19:48:36.394Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {FILTER test} time=197620624 data=null} to TreeItem with text {FILTER test} 15:48:36 [2019-07-19T19:48:36.394Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {FILTER test} time=197620624 data=null button=1 stateMask=0x0 x=60 y=239 count=1} to TreeItem with text {FILTER test} 15:48:36 [2019-07-19T19:48:36.394Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197620624 data=null item=TreeItem {FILTER test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {FILTER test} 15:48:36 [2019-07-19T19:48:36.651Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {FILTER test} time=197620646 data=null button=1 stateMask=0x80000 x=60 y=239 count=1} to TreeItem with text {FILTER test} 15:48:36 [2019-07-19T19:48:36.651Z] DEBUG - Expanding nodes FILTER test>WITH TRACETYPE Custom XML : testxmlextension in tree (of type 'Tree') 15:48:36 [2019-07-19T19:48:36.651Z] WARN - Tree item TreeItem with text {FILTER test} is already expanded. Won't expand it again. 15:48:36 [2019-07-19T19:48:36.651Z] WARN - Tree item Tree node with text: WITH TRACETYPE Custom XML : testxmlextension is already expanded. Won't expand it again. 15:48:36 [2019-07-19T19:48:36.651Z] DEBUG - Attempting to set focus on Tree with text {} 15:48:36 [2019-07-19T19:48:36.651Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {WITH TRACETYPE Custom XML : testxmlextension} time=197620648 data=null button=0 stateMask=0x0 x=200 y=260 count=0} to Tree node with text: WITH TRACETYPE Custom XML : testxmlextension 15:48:36 [2019-07-19T19:48:36.651Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {WITH TRACETYPE Custom XML : testxmlextension} time=197620648 data=null doit=true} to Tree node with text: WITH TRACETYPE Custom XML : testxmlextension 15:48:36 [2019-07-19T19:48:36.651Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {WITH TRACETYPE Custom XML : testxmlextension} time=197620648 data=null} to Tree node with text: WITH TRACETYPE Custom XML : testxmlextension 15:48:36 [2019-07-19T19:48:36.651Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {WITH TRACETYPE Custom XML : testxmlextension} time=197620649 data=null button=1 stateMask=0x0 x=200 y=260 count=1} to Tree node with text: WITH TRACETYPE Custom XML : testxmlextension 15:48:36 [2019-07-19T19:48:36.651Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197620649 data=null item=TreeItem {WITH TRACETYPE Custom XML : testxmlextension} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: WITH TRACETYPE Custom XML : testxmlextension 15:48:36 [2019-07-19T19:48:36.651Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {WITH TRACETYPE Custom XML : testxmlextension} time=197620667 data=null button=1 stateMask=0x80000 x=200 y=260 count=1} to Tree node with text: WITH TRACETYPE Custom XML : testxmlextension 15:48:36 [2019-07-19T19:48:36.651Z] DEBUG - matched Combo with text "Custom XML : testxml...", using matcher: of type 'Combo' 15:48:36 [2019-07-19T19:48:36.651Z] DEBUG - matched Combo with text "Custom XML : testxml...", using matcher: (of type 'Combo') 15:48:36 [2019-07-19T19:48:36.651Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - test/Traces/syslog_collapse - Eclipse Platform} time=197620670 data=null doit=true} to Shell with text {data - test/Traces/syslog_collapse - Eclipse Platform} 15:48:36 [2019-07-19T19:48:36.651Z] DEBUG - matched MenuItem with text "&Window", using matcher: with mnemonic 'Window' 15:48:36 [2019-07-19T19:48:36.651Z] DEBUG - matched MenuItem with text "&Preferences", using matcher: with mnemonic 'Preferences' 15:48:36 [2019-07-19T19:48:36.651Z] DEBUG - Clicking on with mnemonic 'Preferences' 15:48:36 [2019-07-19T19:48:36.909Z] DEBUG - Clicked on with mnemonic 'Preferences' 15:48:36 [2019-07-19T19:48:36.909Z] DEBUG - matched Shell with text "Preferences", using matcher: with text 'Preferences' 15:48:36 [2019-07-19T19:48:36.909Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Preferences} time=197621083 data=null doit=true} to Shell with text {Preferences} 15:48:36 [2019-07-19T19:48:36.909Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:48:36 [2019-07-19T19:48:36.909Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:48:36 [2019-07-19T19:48:36.909Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:48:36 [2019-07-19T19:48:36.909Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:48:36 [2019-07-19T19:48:36.909Z] DEBUG - Attempting to set focus on Tree with text {} 15:48:36 [2019-07-19T19:48:36.909Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Tracing} time=197621088 data=null button=0 stateMask=0x0 x=48 y=116 count=0} to TreeItem with text {Tracing} 15:48:36 [2019-07-19T19:48:36.909Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=197621088 data=null doit=true} to TreeItem with text {Tracing} 15:48:36 [2019-07-19T19:48:36.909Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=197621088 data=null} to TreeItem with text {Tracing} 15:48:36 [2019-07-19T19:48:36.909Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=197621088 data=null button=1 stateMask=0x0 x=48 y=116 count=1} to TreeItem with text {Tracing} 15:48:36 [2019-07-19T19:48:36.909Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197621088 data=null item=TreeItem {Tracing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Tracing} 15:48:36 [2019-07-19T19:48:36.909Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=197621135 data=null button=1 stateMask=0x80000 x=48 y=116 count=1} to TreeItem with text {Tracing} 15:48:36 [2019-07-19T19:48:36.909Z] WARN - Tree item TreeItem with text {Tracing} is already expanded. Won't expand it again. 15:48:36 [2019-07-19T19:48:36.909Z] DEBUG - Attempting to set focus on Tree with text {} 15:48:36 [2019-07-19T19:48:36.909Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Trace Types} time=197621136 data=null button=0 stateMask=0x0 x=80 y=179 count=0} to Tree node with text: Trace Types 15:48:36 [2019-07-19T19:48:36.909Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Trace Types} time=197621136 data=null doit=true} to Tree node with text: Trace Types 15:48:36 [2019-07-19T19:48:36.909Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Trace Types} time=197621136 data=null} to Tree node with text: Trace Types 15:48:36 [2019-07-19T19:48:36.909Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Trace Types} time=197621136 data=null button=1 stateMask=0x0 x=80 y=179 count=1} to Tree node with text: Trace Types 15:48:36 [2019-07-19T19:48:36.909Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197621136 data=null item=TreeItem {Trace Types} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: Trace Types 15:48:36 [2019-07-19T19:48:36.909Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Trace Types} time=197621139 data=null button=1 stateMask=0x80000 x=80 y=179 count=1} to Tree node with text: Trace Types 15:48:36 [2019-07-19T19:48:36.909Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:48:36 [2019-07-19T19:48:36.909Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:48:36 [2019-07-19T19:48:36.909Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:48:36 [2019-07-19T19:48:36.909Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:48:36 [2019-07-19T19:48:36.909Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 15:48:36 [2019-07-19T19:48:36.909Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 15:48:36 [2019-07-19T19:48:36.909Z] DEBUG - matched Button with text "Check all", using matcher: with mnemonic 'Check all' 15:48:36 [2019-07-19T19:48:36.909Z] DEBUG - matched Button with text "Check all", using matcher: with style 'SWT.PUSH' 15:48:36 [2019-07-19T19:48:36.909Z] DEBUG - matched Button with text "Check all", using matcher: (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:36 [2019-07-19T19:48:36.909Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 15:48:36 [2019-07-19T19:48:36.909Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 15:48:36 [2019-07-19T19:48:36.909Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 15:48:36 [2019-07-19T19:48:36.909Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 15:48:36 [2019-07-19T19:48:36.909Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:48:36 [2019-07-19T19:48:36.909Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 15:48:36 [2019-07-19T19:48:36.909Z] DEBUG - Clicking on Check all 15:48:36 [2019-07-19T19:48:36.909Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check all} time=197621143 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:36 [2019-07-19T19:48:36.909Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=197621143 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:36 [2019-07-19T19:48:36.909Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check all} time=197621143 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:36 [2019-07-19T19:48:36.909Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check all} time=197621143 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:36 [2019-07-19T19:48:36.909Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check all} time=197621143 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:36 [2019-07-19T19:48:36.909Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check all} time=197621143 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:36 [2019-07-19T19:48:36.909Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check all} time=197621143 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:36 [2019-07-19T19:48:36.909Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check all} time=197621145 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:36 [2019-07-19T19:48:36.909Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=197621145 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:36 [2019-07-19T19:48:36.909Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check all} time=197621145 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:36 [2019-07-19T19:48:36.909Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check all} time=197621146 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:36 [2019-07-19T19:48:36.909Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check all} time=197621146 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:36 [2019-07-19T19:48:36.909Z] DEBUG - Clicked on Check all 15:48:36 [2019-07-19T19:48:36.909Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 15:48:36 [2019-07-19T19:48:36.909Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 15:48:36 [2019-07-19T19:48:36.909Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 15:48:36 [2019-07-19T19:48:36.909Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 15:48:36 [2019-07-19T19:48:36.909Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 15:48:36 [2019-07-19T19:48:36.909Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 15:48:36 [2019-07-19T19:48:36.909Z] DEBUG - matched Button with text "&Apply", using matcher: with mnemonic 'Apply' 15:48:36 [2019-07-19T19:48:36.909Z] DEBUG - matched Button with text "&Apply", using matcher: with style 'SWT.PUSH' 15:48:36 [2019-07-19T19:48:36.909Z] DEBUG - matched Button with text "&Apply", using matcher: (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:36 [2019-07-19T19:48:36.909Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:48:36 [2019-07-19T19:48:36.909Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 15:48:37 [2019-07-19T19:48:37.166Z] DEBUG - Clicking on &Apply 15:48:37 [2019-07-19T19:48:37.166Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Apply} time=197621162 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.166Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Apply} time=197621162 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.166Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Apply} time=197621162 data=null doit=true} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.166Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Apply} time=197621162 data=null} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.166Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Apply} time=197621163 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.166Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Apply} time=197621163 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.166Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Apply} time=197621163 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.166Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Apply} time=197621164 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.166Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Apply} time=197621164 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.166Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Apply} time=197621171 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.166Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Apply} time=197621171 data=null doit=true} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.166Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Apply} time=197621171 data=null} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.166Z] DEBUG - Clicked on &Apply 15:48:37 [2019-07-19T19:48:37.166Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 15:48:37 [2019-07-19T19:48:37.166Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 15:48:37 [2019-07-19T19:48:37.166Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 15:48:37 [2019-07-19T19:48:37.166Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 15:48:37 [2019-07-19T19:48:37.166Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 15:48:37 [2019-07-19T19:48:37.166Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 15:48:37 [2019-07-19T19:48:37.166Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:48:37 [2019-07-19T19:48:37.166Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 15:48:37 [2019-07-19T19:48:37.166Z] DEBUG - matched Button with text "Apply and Close", using matcher: with mnemonic 'Apply and Close' 15:48:37 [2019-07-19T19:48:37.166Z] DEBUG - matched Button with text "Apply and Close", using matcher: (with mnemonic 'Apply and Close' or with mnemonic 'OK') 15:48:37 [2019-07-19T19:48:37.166Z] DEBUG - matched Button with text "Apply and Close", using matcher: with style 'SWT.PUSH' 15:48:37 [2019-07-19T19:48:37.166Z] DEBUG - matched Button with text "Apply and Close", using matcher: (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.166Z] DEBUG - Clicking on Apply and Close 15:48:37 [2019-07-19T19:48:37.166Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Apply and Close} time=197621174 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.166Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Apply and Close} time=197621174 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.166Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Apply and Close} time=197621174 data=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.166Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Apply and Close} time=197621174 data=null} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.166Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Apply and Close} time=197621174 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.166Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Apply and Close} time=197621174 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.166Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Apply and Close} time=197621175 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.166Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Preferences} time=197620713 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Preferences' 15:48:37 [2019-07-19T19:48:37.166Z] DEBUG - Clicked on 15:48:37 [2019-07-19T19:48:37.166Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - test/Traces/syslog_collapse - Eclipse Platform} time=197621383 data=null doit=true} to Shell with text {data - test/Traces/syslog_collapse - Eclipse Platform} 15:48:37 [2019-07-19T19:48:37.166Z] DEBUG - matched MenuItem with text "&Window", using matcher: with mnemonic 'Window' 15:48:37 [2019-07-19T19:48:37.166Z] DEBUG - matched MenuItem with text "&Preferences", using matcher: with mnemonic 'Preferences' 15:48:37 [2019-07-19T19:48:37.166Z] DEBUG - Clicking on with mnemonic 'Preferences' 15:48:37 [2019-07-19T19:48:37.733Z] DEBUG - Clicked on with mnemonic 'Preferences' 15:48:37 [2019-07-19T19:48:37.733Z] DEBUG - matched Shell with text "Preferences", using matcher: with text 'Preferences' 15:48:37 [2019-07-19T19:48:37.733Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Preferences} time=197621755 data=null doit=true} to Shell with text {Preferences} 15:48:37 [2019-07-19T19:48:37.733Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:48:37 [2019-07-19T19:48:37.733Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:48:37 [2019-07-19T19:48:37.733Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:48:37 [2019-07-19T19:48:37.733Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:48:37 [2019-07-19T19:48:37.733Z] DEBUG - Attempting to set focus on Tree with text {} 15:48:37 [2019-07-19T19:48:37.733Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Tracing} time=197621758 data=null button=0 stateMask=0x0 x=48 y=116 count=0} to TreeItem with text {Tracing} 15:48:37 [2019-07-19T19:48:37.733Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=197621759 data=null doit=true} to TreeItem with text {Tracing} 15:48:37 [2019-07-19T19:48:37.733Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=197621759 data=null} to TreeItem with text {Tracing} 15:48:37 [2019-07-19T19:48:37.733Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=197621759 data=null button=1 stateMask=0x0 x=48 y=116 count=1} to TreeItem with text {Tracing} 15:48:37 [2019-07-19T19:48:37.733Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197621775 data=null item=TreeItem {Tracing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Tracing} 15:48:37 [2019-07-19T19:48:37.733Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=197621816 data=null button=1 stateMask=0x80000 x=48 y=116 count=1} to TreeItem with text {Tracing} 15:48:37 [2019-07-19T19:48:37.733Z] WARN - Tree item TreeItem with text {Tracing} is already expanded. Won't expand it again. 15:48:37 [2019-07-19T19:48:37.733Z] DEBUG - Attempting to set focus on Tree with text {} 15:48:37 [2019-07-19T19:48:37.733Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Trace Types} time=197621817 data=null button=0 stateMask=0x0 x=80 y=179 count=0} to Tree node with text: Trace Types 15:48:37 [2019-07-19T19:48:37.733Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Trace Types} time=197621817 data=null doit=true} to Tree node with text: Trace Types 15:48:37 [2019-07-19T19:48:37.733Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Trace Types} time=197621817 data=null} to Tree node with text: Trace Types 15:48:37 [2019-07-19T19:48:37.733Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Trace Types} time=197621817 data=null button=1 stateMask=0x0 x=80 y=179 count=1} to Tree node with text: Trace Types 15:48:37 [2019-07-19T19:48:37.733Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197621818 data=null item=TreeItem {Trace Types} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: Trace Types 15:48:37 [2019-07-19T19:48:37.733Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Trace Types} time=197621821 data=null button=1 stateMask=0x80000 x=80 y=179 count=1} to Tree node with text: Trace Types 15:48:37 [2019-07-19T19:48:37.733Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:48:37 [2019-07-19T19:48:37.733Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:48:37 [2019-07-19T19:48:37.733Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:48:37 [2019-07-19T19:48:37.733Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:48:37 [2019-07-19T19:48:37.733Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 15:48:37 [2019-07-19T19:48:37.733Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 15:48:37 [2019-07-19T19:48:37.733Z] DEBUG - matched Button with text "Check all", using matcher: with mnemonic 'Check all' 15:48:37 [2019-07-19T19:48:37.733Z] DEBUG - matched Button with text "Check all", using matcher: with style 'SWT.PUSH' 15:48:37 [2019-07-19T19:48:37.733Z] DEBUG - matched Button with text "Check all", using matcher: (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.733Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 15:48:37 [2019-07-19T19:48:37.733Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 15:48:37 [2019-07-19T19:48:37.733Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 15:48:37 [2019-07-19T19:48:37.733Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 15:48:37 [2019-07-19T19:48:37.733Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:48:37 [2019-07-19T19:48:37.733Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 15:48:37 [2019-07-19T19:48:37.733Z] DEBUG - Clicking on Check all 15:48:37 [2019-07-19T19:48:37.733Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check all} time=197621824 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.733Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=197621824 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.733Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check all} time=197621824 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.733Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check all} time=197621824 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.733Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check all} time=197621825 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.733Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check all} time=197621825 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.733Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check all} time=197621825 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.733Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check all} time=197621826 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.733Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=197621826 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.733Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check all} time=197621826 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.733Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check all} time=197621826 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.733Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check all} time=197621826 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.733Z] DEBUG - Clicked on Check all 15:48:37 [2019-07-19T19:48:37.733Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 15:48:37 [2019-07-19T19:48:37.733Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 15:48:37 [2019-07-19T19:48:37.733Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 15:48:37 [2019-07-19T19:48:37.733Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 15:48:37 [2019-07-19T19:48:37.733Z] DEBUG - matched Button with text "Uncheck all", using matcher: with mnemonic 'Uncheck all' 15:48:37 [2019-07-19T19:48:37.733Z] DEBUG - matched Button with text "Uncheck all", using matcher: with style 'SWT.PUSH' 15:48:37 [2019-07-19T19:48:37.733Z] DEBUG - matched Button with text "Uncheck all", using matcher: (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.733Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 15:48:37 [2019-07-19T19:48:37.733Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 15:48:37 [2019-07-19T19:48:37.733Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:48:37 [2019-07-19T19:48:37.733Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 15:48:37 [2019-07-19T19:48:37.733Z] DEBUG - Clicking on Uncheck all 15:48:37 [2019-07-19T19:48:37.733Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Uncheck all} time=197621852 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.733Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=197621852 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.733Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Uncheck all} time=197621852 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.733Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Uncheck all} time=197621852 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.733Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Uncheck all} time=197621853 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.733Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Uncheck all} time=197621853 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.733Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Uncheck all} time=197621853 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.733Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Uncheck all} time=197621855 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.733Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=197621855 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.733Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Uncheck all} time=197621855 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.733Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Uncheck all} time=197621855 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.733Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Uncheck all} time=197621855 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.733Z] DEBUG - Clicked on Uncheck all 15:48:37 [2019-07-19T19:48:37.733Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 15:48:37 [2019-07-19T19:48:37.733Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 15:48:37 [2019-07-19T19:48:37.733Z] DEBUG - matched Button with text "Check all", using matcher: with mnemonic 'Check all' 15:48:37 [2019-07-19T19:48:37.733Z] DEBUG - matched Button with text "Check all", using matcher: with style 'SWT.PUSH' 15:48:37 [2019-07-19T19:48:37.733Z] DEBUG - matched Button with text "Check all", using matcher: (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.733Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 15:48:37 [2019-07-19T19:48:37.733Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 15:48:37 [2019-07-19T19:48:37.733Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Clicking on Check all 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check all} time=197621858 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=197621858 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check all} time=197621858 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check all} time=197621858 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check all} time=197621860 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check all} time=197621860 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check all} time=197621860 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check all} time=197621862 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=197621862 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check all} time=197621863 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check all} time=197621870 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check all} time=197621870 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Clicked on Check all 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Attempting to set focus on Tree with text {} 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Custom XML} time=197621873 data=null button=0 stateMask=0x0 x=86 y=55 count=0} to TreeItem with text {Custom XML} 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Custom XML} time=197621873 data=null doit=true} to TreeItem with text {Custom XML} 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Custom XML} time=197621873 data=null} to TreeItem with text {Custom XML} 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Custom XML} time=197621874 data=null button=1 stateMask=0x0 x=86 y=55 count=1} to TreeItem with text {Custom XML} 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197621874 data=null item=TreeItem {Custom XML} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Custom XML} 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Custom XML} time=197621875 data=null button=1 stateMask=0x80000 x=86 y=55 count=1} to TreeItem with text {Custom XML} 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - matched Button with text "Uncheck all", using matcher: with mnemonic 'Uncheck all' 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - matched Button with text "Uncheck all", using matcher: with style 'SWT.PUSH' 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - matched Button with text "Uncheck all", using matcher: (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Clicking on Uncheck all 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Uncheck all} time=197621879 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=197621879 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Uncheck all} time=197621879 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Uncheck all} time=197621879 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Uncheck all} time=197621879 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Uncheck all} time=197621880 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Uncheck all} time=197621880 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Uncheck all} time=197621904 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=197621904 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Uncheck all} time=197621904 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Uncheck all} time=197621904 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Uncheck all} time=197621904 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Clicked on Uncheck all 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - matched Button with text "Check selected", using matcher: with mnemonic 'Check selected' 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - matched Button with text "Check selected", using matcher: with style 'SWT.PUSH' 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - matched Button with text "Check selected", using matcher: (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Clicking on Check selected 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check selected} time=197621906 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check selected} time=197621906 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check selected} time=197621906 data=null doit=true} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check selected} time=197621907 data=null} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check selected} time=197621907 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check selected} time=197621907 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check selected} time=197621907 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check selected} time=197621908 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check selected} time=197621908 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check selected} time=197621908 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check selected} time=197621908 data=null doit=true} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check selected} time=197621908 data=null} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Clicked on Check selected 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - matched Button with text "Check all", using matcher: with mnemonic 'Check all' 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - matched Button with text "Check all", using matcher: with style 'SWT.PUSH' 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - matched Button with text "Check all", using matcher: (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Clicking on Check all 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check all} time=197621911 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=197621911 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check all} time=197621911 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check all} time=197621911 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check all} time=197621911 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check all} time=197621911 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check all} time=197621911 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check all} time=197621913 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=197621913 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check all} time=197621913 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check all} time=197621913 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check all} time=197621915 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Clicked on Check all 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - matched Button with text "Uncheck selected", using matcher: with mnemonic 'Uncheck selected' 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - matched Button with text "Uncheck selected", using matcher: with style 'SWT.PUSH' 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - matched Button with text "Uncheck selected", using matcher: (of type 'Button' and with mnemonic 'Uncheck selected' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Clicking on Uncheck selected 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Uncheck selected} time=197621925 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck selected' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck selected} time=197621925 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck selected' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Uncheck selected} time=197621925 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck selected' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Uncheck selected} time=197621925 data=null} to (of type 'Button' and with mnemonic 'Uncheck selected' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Uncheck selected} time=197621927 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck selected' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Uncheck selected} time=197621927 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck selected' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Uncheck selected} time=197621927 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck selected' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Uncheck selected} time=197621928 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck selected' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck selected} time=197621928 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck selected' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Uncheck selected} time=197621928 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck selected' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Uncheck selected} time=197621928 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck selected' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Uncheck selected} time=197621928 data=null} to (of type 'Button' and with mnemonic 'Uncheck selected' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Clicked on Uncheck selected 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - matched Button with text "Uncheck all", using matcher: with mnemonic 'Uncheck all' 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - matched Button with text "Uncheck all", using matcher: with style 'SWT.PUSH' 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - matched Button with text "Uncheck all", using matcher: (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Clicking on Uncheck all 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Uncheck all} time=197621932 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=197621932 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Uncheck all} time=197621932 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Uncheck all} time=197621933 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Uncheck all} time=197621933 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Uncheck all} time=197621933 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Uncheck all} time=197621933 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Uncheck all} time=197621942 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=197621942 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Uncheck all} time=197621942 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Uncheck all} time=197621942 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Uncheck all} time=197621943 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - Clicked on Uncheck all 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - matched Text with text "", using matcher: (of type 'Text') 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 15:48:37 [2019-07-19T19:48:37.734Z] DEBUG - matched Text with text "", using matcher: (of type 'Text') 15:48:37 [2019-07-19T19:48:37.990Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 15:48:37 [2019-07-19T19:48:37.990Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 15:48:37 [2019-07-19T19:48:37.990Z] DEBUG - matched Button with text "Check all", using matcher: with mnemonic 'Check all' 15:48:37 [2019-07-19T19:48:37.990Z] DEBUG - matched Button with text "Check all", using matcher: with style 'SWT.PUSH' 15:48:37 [2019-07-19T19:48:37.990Z] DEBUG - matched Button with text "Check all", using matcher: (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.990Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 15:48:37 [2019-07-19T19:48:37.990Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 15:48:37 [2019-07-19T19:48:37.990Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 15:48:37 [2019-07-19T19:48:37.990Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 15:48:37 [2019-07-19T19:48:37.990Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:48:37 [2019-07-19T19:48:37.990Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 15:48:37 [2019-07-19T19:48:37.990Z] DEBUG - Clicking on Check all 15:48:37 [2019-07-19T19:48:37.990Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check all} time=197622156 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.990Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=197622156 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.990Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check all} time=197622156 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.990Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check all} time=197622156 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.990Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check all} time=197622156 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.990Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check all} time=197622156 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.990Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check all} time=197622157 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.990Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check all} time=197622158 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.990Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=197622158 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.990Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check all} time=197622158 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.990Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check all} time=197622158 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.990Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check all} time=197622158 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:37 [2019-07-19T19:48:37.990Z] DEBUG - Clicked on Check all 15:48:37 [2019-07-19T19:48:37.990Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 15:48:37 [2019-07-19T19:48:37.990Z] DEBUG - matched Text with text "", using matcher: (of type 'Text') 15:48:37 [2019-07-19T19:48:37.990Z] DEBUG - matched Text with text "Custom XML", using matcher: of type 'Text' 15:48:37 [2019-07-19T19:48:37.990Z] DEBUG - matched Text with text "Custom XML", using matcher: (of type 'Text') 15:48:38 [2019-07-19T19:48:38.247Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 15:48:38 [2019-07-19T19:48:38.247Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 15:48:38 [2019-07-19T19:48:38.247Z] DEBUG - matched Button with text "Check all", using matcher: with mnemonic 'Check all' 15:48:38 [2019-07-19T19:48:38.247Z] DEBUG - matched Button with text "Check all", using matcher: with style 'SWT.PUSH' 15:48:38 [2019-07-19T19:48:38.247Z] DEBUG - matched Button with text "Check all", using matcher: (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:38 [2019-07-19T19:48:38.247Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 15:48:38 [2019-07-19T19:48:38.247Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 15:48:38 [2019-07-19T19:48:38.247Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 15:48:38 [2019-07-19T19:48:38.247Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 15:48:38 [2019-07-19T19:48:38.247Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:48:38 [2019-07-19T19:48:38.247Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 15:48:38 [2019-07-19T19:48:38.247Z] DEBUG - Clicking on Check all 15:48:38 [2019-07-19T19:48:38.247Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check all} time=197622464 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:38 [2019-07-19T19:48:38.247Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=197622464 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:38 [2019-07-19T19:48:38.247Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check all} time=197622465 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:38 [2019-07-19T19:48:38.247Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check all} time=197622465 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:38 [2019-07-19T19:48:38.247Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check all} time=197622465 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:38 [2019-07-19T19:48:38.247Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check all} time=197622465 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:38 [2019-07-19T19:48:38.247Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check all} time=197622465 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:38 [2019-07-19T19:48:38.247Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check all} time=197622470 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:38 [2019-07-19T19:48:38.247Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=197622471 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:38 [2019-07-19T19:48:38.247Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check all} time=197622471 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:38 [2019-07-19T19:48:38.247Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check all} time=197622471 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:38 [2019-07-19T19:48:38.247Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check all} time=197622471 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:38 [2019-07-19T19:48:38.247Z] DEBUG - Clicked on Check all 15:48:38 [2019-07-19T19:48:38.247Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 15:48:38 [2019-07-19T19:48:38.247Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 15:48:38 [2019-07-19T19:48:38.247Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 15:48:38 [2019-07-19T19:48:38.247Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 15:48:38 [2019-07-19T19:48:38.247Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 15:48:38 [2019-07-19T19:48:38.247Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 15:48:38 [2019-07-19T19:48:38.247Z] DEBUG - matched Button with text "&Apply", using matcher: with mnemonic 'Apply' 15:48:38 [2019-07-19T19:48:38.247Z] DEBUG - matched Button with text "&Apply", using matcher: with style 'SWT.PUSH' 15:48:38 [2019-07-19T19:48:38.247Z] DEBUG - matched Button with text "&Apply", using matcher: (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:38 [2019-07-19T19:48:38.247Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:48:38 [2019-07-19T19:48:38.247Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 15:48:38 [2019-07-19T19:48:38.247Z] DEBUG - Clicking on &Apply 15:48:38 [2019-07-19T19:48:38.247Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Apply} time=197622473 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:38 [2019-07-19T19:48:38.247Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Apply} time=197622473 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:38 [2019-07-19T19:48:38.247Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Apply} time=197622474 data=null doit=true} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:38 [2019-07-19T19:48:38.247Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Apply} time=197622474 data=null} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:38 [2019-07-19T19:48:38.247Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Apply} time=197622474 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:38 [2019-07-19T19:48:38.247Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Apply} time=197622474 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:38 [2019-07-19T19:48:38.247Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Apply} time=197622474 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:38 [2019-07-19T19:48:38.247Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Apply} time=197622474 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:38 [2019-07-19T19:48:38.247Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Apply} time=197622475 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:38 [2019-07-19T19:48:38.247Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Apply} time=197622475 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:38 [2019-07-19T19:48:38.247Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Apply} time=197622475 data=null doit=true} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:38 [2019-07-19T19:48:38.247Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Apply} time=197622475 data=null} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:38 [2019-07-19T19:48:38.247Z] DEBUG - Clicked on &Apply 15:48:38 [2019-07-19T19:48:38.247Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 15:48:38 [2019-07-19T19:48:38.247Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 15:48:38 [2019-07-19T19:48:38.247Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 15:48:38 [2019-07-19T19:48:38.247Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 15:48:38 [2019-07-19T19:48:38.247Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 15:48:38 [2019-07-19T19:48:38.247Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 15:48:38 [2019-07-19T19:48:38.247Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:48:38 [2019-07-19T19:48:38.247Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 15:48:38 [2019-07-19T19:48:38.247Z] DEBUG - matched Button with text "Apply and Close", using matcher: with mnemonic 'Apply and Close' 15:48:38 [2019-07-19T19:48:38.247Z] DEBUG - matched Button with text "Apply and Close", using matcher: (with mnemonic 'Apply and Close' or with mnemonic 'OK') 15:48:38 [2019-07-19T19:48:38.247Z] DEBUG - matched Button with text "Apply and Close", using matcher: with style 'SWT.PUSH' 15:48:38 [2019-07-19T19:48:38.247Z] DEBUG - matched Button with text "Apply and Close", using matcher: (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:38 [2019-07-19T19:48:38.247Z] DEBUG - Clicking on Apply and Close 15:48:38 [2019-07-19T19:48:38.247Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Apply and Close} time=197622478 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:38 [2019-07-19T19:48:38.248Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Apply and Close} time=197622478 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:38 [2019-07-19T19:48:38.248Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Apply and Close} time=197622478 data=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:38 [2019-07-19T19:48:38.248Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Apply and Close} time=197622478 data=null} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:38 [2019-07-19T19:48:38.248Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Apply and Close} time=197622478 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:38 [2019-07-19T19:48:38.248Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Apply and Close} time=197622478 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:38 [2019-07-19T19:48:38.504Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Apply and Close} time=197622478 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:38 [2019-07-19T19:48:38.504Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Preferences} time=197621403 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Preferences' 15:48:38 [2019-07-19T19:48:38.504Z] DEBUG - Clicked on 15:48:38 [2019-07-19T19:48:38.504Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - test/Traces/syslog_collapse - Eclipse Platform} time=197622673 data=null doit=true} to Shell with text {data - test/Traces/syslog_collapse - Eclipse Platform} 15:48:38 [2019-07-19T19:48:38.504Z] DEBUG - matched MenuItem with text "&Window", using matcher: with mnemonic 'Window' 15:48:38 [2019-07-19T19:48:38.504Z] DEBUG - matched MenuItem with text "&Preferences", using matcher: with mnemonic 'Preferences' 15:48:38 [2019-07-19T19:48:38.504Z] DEBUG - Clicking on with mnemonic 'Preferences' 15:48:38 [2019-07-19T19:48:38.761Z] DEBUG - Clicked on with mnemonic 'Preferences' 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - matched Shell with text "Preferences", using matcher: with text 'Preferences' 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Preferences} time=197623028 data=null doit=true} to Shell with text {Preferences} 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - Attempting to set focus on Tree with text {} 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Tracing} time=197623055 data=null button=0 stateMask=0x0 x=48 y=116 count=0} to TreeItem with text {Tracing} 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=197623056 data=null doit=true} to TreeItem with text {Tracing} 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=197623056 data=null} to TreeItem with text {Tracing} 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=197623056 data=null button=1 stateMask=0x0 x=48 y=116 count=1} to TreeItem with text {Tracing} 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197623056 data=null item=TreeItem {Tracing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Tracing} 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=197623099 data=null button=1 stateMask=0x80000 x=48 y=116 count=1} to TreeItem with text {Tracing} 15:48:39 [2019-07-19T19:48:39.020Z] WARN - Tree item TreeItem with text {Tracing} is already expanded. Won't expand it again. 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - Attempting to set focus on Tree with text {} 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Trace Types} time=197623100 data=null button=0 stateMask=0x0 x=80 y=179 count=0} to Tree node with text: Trace Types 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Trace Types} time=197623100 data=null doit=true} to Tree node with text: Trace Types 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Trace Types} time=197623100 data=null} to Tree node with text: Trace Types 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Trace Types} time=197623100 data=null button=1 stateMask=0x0 x=80 y=179 count=1} to Tree node with text: Trace Types 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197623101 data=null item=TreeItem {Trace Types} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: Trace Types 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Trace Types} time=197623103 data=null button=1 stateMask=0x80000 x=80 y=179 count=1} to Tree node with text: Trace Types 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - matched Button with text "Check all", using matcher: with mnemonic 'Check all' 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - matched Button with text "Check all", using matcher: with style 'SWT.PUSH' 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - matched Button with text "Check all", using matcher: (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - Clicking on Check all 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check all} time=197623108 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=197623108 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check all} time=197623108 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check all} time=197623108 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check all} time=197623108 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check all} time=197623109 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check all} time=197623109 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check all} time=197623109 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=197623110 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check all} time=197623110 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check all} time=197623110 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check all} time=197623110 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - Clicked on Check all 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - matched Button with text "&Apply", using matcher: with mnemonic 'Apply' 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - matched Button with text "&Apply", using matcher: with style 'SWT.PUSH' 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - matched Button with text "&Apply", using matcher: (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - Clicking on &Apply 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Apply} time=197623112 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Apply} time=197623125 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Apply} time=197623126 data=null doit=true} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Apply} time=197623126 data=null} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Apply} time=197623126 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Apply} time=197623126 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Apply} time=197623126 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Apply} time=197623126 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Apply} time=197623127 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Apply} time=197623127 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Apply} time=197623127 data=null doit=true} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Apply} time=197623127 data=null} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - Clicked on &Apply 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - matched Button with text "Apply and Close", using matcher: with mnemonic 'Apply and Close' 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - matched Button with text "Apply and Close", using matcher: (with mnemonic 'Apply and Close' or with mnemonic 'OK') 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - matched Button with text "Apply and Close", using matcher: with style 'SWT.PUSH' 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - matched Button with text "Apply and Close", using matcher: (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - Clicking on Apply and Close 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Apply and Close} time=197623135 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Apply and Close} time=197623135 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Apply and Close} time=197623135 data=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Apply and Close} time=197623135 data=null} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Apply and Close} time=197623135 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Apply and Close} time=197623135 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Apply and Close} time=197623135 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:39 [2019-07-19T19:48:39.020Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Preferences} time=197622706 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Preferences' 15:48:39 [2019-07-19T19:48:39.278Z] DEBUG - Clicked on 15:48:39 [2019-07-19T19:48:39.278Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 15:48:39 [2019-07-19T19:48:39.278Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:48:39 [2019-07-19T19:48:39.278Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:48:39 [2019-07-19T19:48:39.278Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:48:39 [2019-07-19T19:48:39.278Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:48:39 [2019-07-19T19:48:39.278Z] DEBUG - Attempting to set focus on Tree with text {} 15:48:39 [2019-07-19T19:48:39.278Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=197623391 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 15:48:39 [2019-07-19T19:48:39.278Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=197623391 data=null doit=true} to TreeItem with text {test} 15:48:39 [2019-07-19T19:48:39.278Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=197623391 data=null} to TreeItem with text {test} 15:48:39 [2019-07-19T19:48:39.278Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=197623392 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 15:48:39 [2019-07-19T19:48:39.278Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197623392 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 15:48:39 [2019-07-19T19:48:39.278Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=197623411 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 15:48:39 [2019-07-19T19:48:39.278Z] DEBUG - Attempting to set focus on Tree with text {} 15:48:39 [2019-07-19T19:48:39.278Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=197623412 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 15:48:39 [2019-07-19T19:48:39.278Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=197623412 data=null doit=true} to TreeItem with text {test} 15:48:39 [2019-07-19T19:48:39.278Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=197623412 data=null} to TreeItem with text {test} 15:48:39 [2019-07-19T19:48:39.278Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=197623412 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 15:48:39 [2019-07-19T19:48:39.278Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197623412 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 15:48:39 [2019-07-19T19:48:39.278Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=197623424 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 15:48:39 [2019-07-19T19:48:39.278Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=197623425 data=null doit=true} to TreeItem with text {test} 15:48:39 [2019-07-19T19:48:39.278Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=197623425 data=null} to TreeItem with text {test} 15:48:39 [2019-07-19T19:48:39.278Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=197623426 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 15:48:39 [2019-07-19T19:48:39.278Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=197623426 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {test} 15:48:39 [2019-07-19T19:48:39.278Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=197623429 data=null button=1 stateMask=0x80000 x=39 y=11 count=1} to TreeItem with text {test} 15:48:39 [2019-07-19T19:48:39.278Z] DEBUG - Attempting to set focus on Tree with text {} 15:48:39 [2019-07-19T19:48:39.278Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=197623430 data=null button=0 stateMask=0x0 x=75 y=53 count=0} to TreeItem with text {Traces [1]} 15:48:39 [2019-07-19T19:48:39.278Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=197623430 data=null doit=true} to TreeItem with text {Traces [1]} 15:48:39 [2019-07-19T19:48:39.278Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=197623430 data=null} to TreeItem with text {Traces [1]} 15:48:39 [2019-07-19T19:48:39.278Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=197623430 data=null button=1 stateMask=0x0 x=75 y=53 count=1} to TreeItem with text {Traces [1]} 15:48:39 [2019-07-19T19:48:39.278Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197623431 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 15:48:39 [2019-07-19T19:48:39.278Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=197623444 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 15:48:39 [2019-07-19T19:48:39.278Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=197623445 data=null doit=true} to TreeItem with text {Traces [1]} 15:48:39 [2019-07-19T19:48:39.278Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=197623445 data=null} to TreeItem with text {Traces [1]} 15:48:39 [2019-07-19T19:48:39.278Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=197623445 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 15:48:39 [2019-07-19T19:48:39.278Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=197623446 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {Traces [1]} 15:48:39 [2019-07-19T19:48:39.278Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=197623448 data=null button=1 stateMask=0x80000 x=75 y=53 count=1} to TreeItem with text {Traces [1]} 15:48:39 [2019-07-19T19:48:39.278Z] DEBUG - Attempting to set focus on Tree with text {} 15:48:39 [2019-07-19T19:48:39.278Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {syslog_collapse} time=197623449 data=null button=0 stateMask=0x0 x=112 y=74 count=0} to Tree node with text: syslog_collapse 15:48:39 [2019-07-19T19:48:39.278Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {syslog_collapse} time=197623449 data=null doit=true} to Tree node with text: syslog_collapse 15:48:39 [2019-07-19T19:48:39.278Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {syslog_collapse} time=197623449 data=null} to Tree node with text: syslog_collapse 15:48:39 [2019-07-19T19:48:39.278Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {syslog_collapse} time=197623450 data=null button=1 stateMask=0x0 x=112 y=74 count=1} to Tree node with text: syslog_collapse 15:48:39 [2019-07-19T19:48:39.278Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197623450 data=null item=TreeItem {syslog_collapse} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: syslog_collapse 15:48:39 [2019-07-19T19:48:39.278Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {syslog_collapse} time=197623465 data=null button=1 stateMask=0x80000 x=128 y=74 count=1} to Tree node with text: syslog_collapse 15:48:39 [2019-07-19T19:48:39.278Z] DEBUG - Attempting to set focus on Tree with text {} 15:48:39 [2019-07-19T19:48:39.278Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {syslog_collapse} time=197623466 data=null button=0 stateMask=0x0 x=128 y=74 count=0} to Tree node with text: syslog_collapse 15:48:39 [2019-07-19T19:48:39.278Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {syslog_collapse} time=197623466 data=null doit=true} to Tree node with text: syslog_collapse 15:48:39 [2019-07-19T19:48:39.278Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {syslog_collapse} time=197623466 data=null} to Tree node with text: syslog_collapse 15:48:39 [2019-07-19T19:48:39.278Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {syslog_collapse} time=197623466 data=null button=1 stateMask=0x0 x=128 y=74 count=1} to Tree node with text: syslog_collapse 15:48:39 [2019-07-19T19:48:39.278Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197623467 data=null item=TreeItem {syslog_collapse} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: syslog_collapse 15:48:39 [2019-07-19T19:48:39.278Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {syslog_collapse} time=197623471 data=null button=1 stateMask=0x80000 x=128 y=74 count=1} to Tree node with text: syslog_collapse 15:48:39 [2019-07-19T19:48:39.535Z] DEBUG - matched MenuItem with text "Select &Trace Type.....", using matcher: with mnemonic 'Select Trace Type...' 15:48:39 [2019-07-19T19:48:39.535Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - test/Traces/syslog_collapse - Eclipse Platform} time=197623534 data=null doit=true} to Shell with text {data - test/Traces/syslog_collapse - Eclipse Platform} 15:48:39 [2019-07-19T19:48:39.535Z] DEBUG - matched MenuItem with text "&Window", using matcher: with mnemonic 'Window' 15:48:39 [2019-07-19T19:48:39.535Z] DEBUG - matched MenuItem with text "&Preferences", using matcher: with mnemonic 'Preferences' 15:48:39 [2019-07-19T19:48:39.535Z] DEBUG - Clicking on with mnemonic 'Preferences' 15:48:39 [2019-07-19T19:48:39.792Z] DEBUG - Clicked on with mnemonic 'Preferences' 15:48:39 [2019-07-19T19:48:39.792Z] DEBUG - matched Shell with text "Preferences", using matcher: with text 'Preferences' 15:48:39 [2019-07-19T19:48:39.792Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Preferences} time=197623926 data=null doit=true} to Shell with text {Preferences} 15:48:39 [2019-07-19T19:48:39.792Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:48:39 [2019-07-19T19:48:39.792Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:48:39 [2019-07-19T19:48:39.792Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:48:39 [2019-07-19T19:48:39.792Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:48:39 [2019-07-19T19:48:39.792Z] DEBUG - Attempting to set focus on Tree with text {} 15:48:39 [2019-07-19T19:48:39.792Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Tracing} time=197623929 data=null button=0 stateMask=0x0 x=48 y=116 count=0} to TreeItem with text {Tracing} 15:48:39 [2019-07-19T19:48:39.792Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=197623929 data=null doit=true} to TreeItem with text {Tracing} 15:48:39 [2019-07-19T19:48:39.792Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=197623929 data=null} to TreeItem with text {Tracing} 15:48:39 [2019-07-19T19:48:39.792Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=197623930 data=null button=1 stateMask=0x0 x=48 y=116 count=1} to TreeItem with text {Tracing} 15:48:39 [2019-07-19T19:48:39.792Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197623930 data=null item=TreeItem {Tracing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Tracing} 15:48:39 [2019-07-19T19:48:39.792Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=197623973 data=null button=1 stateMask=0x80000 x=48 y=116 count=1} to TreeItem with text {Tracing} 15:48:39 [2019-07-19T19:48:39.792Z] WARN - Tree item TreeItem with text {Tracing} is already expanded. Won't expand it again. 15:48:39 [2019-07-19T19:48:39.792Z] DEBUG - Attempting to set focus on Tree with text {} 15:48:39 [2019-07-19T19:48:39.792Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Trace Types} time=197623975 data=null button=0 stateMask=0x0 x=80 y=179 count=0} to Tree node with text: Trace Types 15:48:39 [2019-07-19T19:48:39.792Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Trace Types} time=197623975 data=null doit=true} to Tree node with text: Trace Types 15:48:39 [2019-07-19T19:48:39.792Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Trace Types} time=197623975 data=null} to Tree node with text: Trace Types 15:48:39 [2019-07-19T19:48:39.792Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Trace Types} time=197623975 data=null button=1 stateMask=0x0 x=80 y=179 count=1} to Tree node with text: Trace Types 15:48:39 [2019-07-19T19:48:39.792Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197623976 data=null item=TreeItem {Trace Types} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: Trace Types 15:48:39 [2019-07-19T19:48:39.792Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Trace Types} time=197623978 data=null button=1 stateMask=0x80000 x=80 y=179 count=1} to Tree node with text: Trace Types 15:48:39 [2019-07-19T19:48:39.792Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:48:39 [2019-07-19T19:48:39.792Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:48:39 [2019-07-19T19:48:39.792Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:48:39 [2019-07-19T19:48:39.792Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:48:39 [2019-07-19T19:48:39.792Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 15:48:39 [2019-07-19T19:48:39.792Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 15:48:39 [2019-07-19T19:48:39.792Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 15:48:39 [2019-07-19T19:48:39.792Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 15:48:39 [2019-07-19T19:48:39.792Z] DEBUG - matched Button with text "Uncheck all", using matcher: with mnemonic 'Uncheck all' 15:48:39 [2019-07-19T19:48:39.792Z] DEBUG - matched Button with text "Uncheck all", using matcher: with style 'SWT.PUSH' 15:48:39 [2019-07-19T19:48:39.792Z] DEBUG - matched Button with text "Uncheck all", using matcher: (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:39 [2019-07-19T19:48:39.792Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 15:48:39 [2019-07-19T19:48:39.792Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 15:48:39 [2019-07-19T19:48:39.792Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:48:39 [2019-07-19T19:48:39.792Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 15:48:39 [2019-07-19T19:48:39.792Z] DEBUG - Clicking on Uncheck all 15:48:39 [2019-07-19T19:48:39.792Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Uncheck all} time=197623982 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:39 [2019-07-19T19:48:39.792Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=197623982 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:39 [2019-07-19T19:48:39.792Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Uncheck all} time=197623982 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:39 [2019-07-19T19:48:39.792Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Uncheck all} time=197623982 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:39 [2019-07-19T19:48:39.792Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Uncheck all} time=197623983 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:39 [2019-07-19T19:48:39.792Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Uncheck all} time=197623983 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:39 [2019-07-19T19:48:39.792Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Uncheck all} time=197623983 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:39 [2019-07-19T19:48:39.792Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Uncheck all} time=197623985 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:39 [2019-07-19T19:48:39.792Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=197623985 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:39 [2019-07-19T19:48:39.792Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Uncheck all} time=197623985 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:39 [2019-07-19T19:48:39.792Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Uncheck all} time=197623985 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:39 [2019-07-19T19:48:39.792Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Uncheck all} time=197623985 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:39 [2019-07-19T19:48:39.792Z] DEBUG - Clicked on Uncheck all 15:48:39 [2019-07-19T19:48:39.793Z] DEBUG - Expanding nodes Custom Text in tree (of type 'Tree') 15:48:39 [2019-07-19T19:48:39.793Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Custom Text} time=197623986 data=null doit=true} to TreeItem with text {Custom Text} 15:48:39 [2019-07-19T19:48:39.793Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Custom Text} time=197623986 data=null} to TreeItem with text {Custom Text} 15:48:39 [2019-07-19T19:48:39.793Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Custom Text} time=197623986 data=null button=1 stateMask=0x0 x=86 y=33 count=1} to TreeItem with text {Custom Text} 15:48:39 [2019-07-19T19:48:39.793Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=197623986 data=null item=TreeItem {Custom Text} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {Custom Text} 15:48:39 [2019-07-19T19:48:39.793Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Custom Text} time=197624003 data=null button=1 stateMask=0x80000 x=86 y=33 count=1} to TreeItem with text {Custom Text} 15:48:39 [2019-07-19T19:48:39.793Z] DEBUG - Attempting to set focus on Tree with text {} 15:48:39 [2019-07-19T19:48:39.793Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Custom Text} time=197624032 data=null button=0 stateMask=0x0 x=86 y=33 count=0} to TreeItem with text {Custom Text} 15:48:39 [2019-07-19T19:48:39.793Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Custom Text} time=197624032 data=null doit=true} to TreeItem with text {Custom Text} 15:48:39 [2019-07-19T19:48:39.793Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Custom Text} time=197624032 data=null} to TreeItem with text {Custom Text} 15:48:39 [2019-07-19T19:48:39.793Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Custom Text} time=197624033 data=null button=1 stateMask=0x0 x=86 y=33 count=1} to TreeItem with text {Custom Text} 15:48:39 [2019-07-19T19:48:39.793Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197624033 data=null item=TreeItem {Custom Text} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Custom Text} 15:48:39 [2019-07-19T19:48:39.793Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Custom Text} time=197624033 data=null button=1 stateMask=0x80000 x=86 y=33 count=1} to TreeItem with text {Custom Text} 15:48:39 [2019-07-19T19:48:39.793Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 15:48:39 [2019-07-19T19:48:39.793Z] DEBUG - matched Button with text "Check selected", using matcher: with mnemonic 'Check selected' 15:48:39 [2019-07-19T19:48:39.793Z] DEBUG - matched Button with text "Check selected", using matcher: with style 'SWT.PUSH' 15:48:39 [2019-07-19T19:48:39.793Z] DEBUG - matched Button with text "Check selected", using matcher: (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 15:48:39 [2019-07-19T19:48:39.793Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 15:48:39 [2019-07-19T19:48:39.793Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 15:48:39 [2019-07-19T19:48:39.793Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 15:48:39 [2019-07-19T19:48:39.793Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 15:48:39 [2019-07-19T19:48:39.793Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 15:48:39 [2019-07-19T19:48:39.793Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:48:39 [2019-07-19T19:48:39.793Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 15:48:39 [2019-07-19T19:48:39.793Z] DEBUG - Clicking on Check selected 15:48:39 [2019-07-19T19:48:39.793Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check selected} time=197624035 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 15:48:39 [2019-07-19T19:48:39.793Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check selected} time=197624036 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 15:48:39 [2019-07-19T19:48:39.793Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check selected} time=197624036 data=null doit=true} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 15:48:39 [2019-07-19T19:48:39.793Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check selected} time=197624036 data=null} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 15:48:39 [2019-07-19T19:48:39.793Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check selected} time=197624036 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 15:48:39 [2019-07-19T19:48:39.793Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check selected} time=197624036 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 15:48:39 [2019-07-19T19:48:39.793Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check selected} time=197624036 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 15:48:39 [2019-07-19T19:48:39.793Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check selected} time=197624038 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 15:48:39 [2019-07-19T19:48:39.793Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check selected} time=197624038 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 15:48:39 [2019-07-19T19:48:39.793Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check selected} time=197624038 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 15:48:39 [2019-07-19T19:48:39.793Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check selected} time=197624039 data=null doit=true} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 15:48:39 [2019-07-19T19:48:39.793Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check selected} time=197624039 data=null} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 15:48:39 [2019-07-19T19:48:39.793Z] DEBUG - Clicked on Check selected 15:48:39 [2019-07-19T19:48:39.793Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 15:48:39 [2019-07-19T19:48:39.793Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 15:48:39 [2019-07-19T19:48:39.793Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 15:48:39 [2019-07-19T19:48:39.793Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 15:48:39 [2019-07-19T19:48:39.793Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 15:48:39 [2019-07-19T19:48:39.793Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 15:48:39 [2019-07-19T19:48:39.793Z] DEBUG - matched Button with text "&Apply", using matcher: with mnemonic 'Apply' 15:48:39 [2019-07-19T19:48:39.793Z] DEBUG - matched Button with text "&Apply", using matcher: with style 'SWT.PUSH' 15:48:39 [2019-07-19T19:48:39.793Z] DEBUG - matched Button with text "&Apply", using matcher: (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:39 [2019-07-19T19:48:39.793Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:48:39 [2019-07-19T19:48:39.793Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 15:48:39 [2019-07-19T19:48:39.793Z] DEBUG - Clicking on &Apply 15:48:39 [2019-07-19T19:48:39.793Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Apply} time=197624041 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:39 [2019-07-19T19:48:39.793Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Apply} time=197624041 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:39 [2019-07-19T19:48:39.793Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Apply} time=197624041 data=null doit=true} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:40 [2019-07-19T19:48:40.051Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Apply} time=197624041 data=null} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:40 [2019-07-19T19:48:40.051Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Apply} time=197624042 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:40 [2019-07-19T19:48:40.051Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Apply} time=197624042 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:40 [2019-07-19T19:48:40.051Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Apply} time=197624042 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:40 [2019-07-19T19:48:40.051Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Apply} time=197624043 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:40 [2019-07-19T19:48:40.051Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Apply} time=197624052 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:40 [2019-07-19T19:48:40.051Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Apply} time=197624052 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:40 [2019-07-19T19:48:40.051Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Apply} time=197624052 data=null doit=true} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:40 [2019-07-19T19:48:40.051Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Apply} time=197624052 data=null} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:40 [2019-07-19T19:48:40.051Z] DEBUG - Clicked on &Apply 15:48:40 [2019-07-19T19:48:40.051Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 15:48:40 [2019-07-19T19:48:40.051Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 15:48:40 [2019-07-19T19:48:40.051Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 15:48:40 [2019-07-19T19:48:40.051Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 15:48:40 [2019-07-19T19:48:40.051Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 15:48:40 [2019-07-19T19:48:40.051Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 15:48:40 [2019-07-19T19:48:40.051Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:48:40 [2019-07-19T19:48:40.051Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 15:48:40 [2019-07-19T19:48:40.051Z] DEBUG - matched Button with text "Apply and Close", using matcher: with mnemonic 'Apply and Close' 15:48:40 [2019-07-19T19:48:40.051Z] DEBUG - matched Button with text "Apply and Close", using matcher: (with mnemonic 'Apply and Close' or with mnemonic 'OK') 15:48:40 [2019-07-19T19:48:40.051Z] DEBUG - matched Button with text "Apply and Close", using matcher: with style 'SWT.PUSH' 15:48:40 [2019-07-19T19:48:40.051Z] DEBUG - matched Button with text "Apply and Close", using matcher: (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:40 [2019-07-19T19:48:40.051Z] DEBUG - Clicking on Apply and Close 15:48:40 [2019-07-19T19:48:40.051Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Apply and Close} time=197624055 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:40 [2019-07-19T19:48:40.051Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Apply and Close} time=197624055 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:40 [2019-07-19T19:48:40.051Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Apply and Close} time=197624055 data=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:40 [2019-07-19T19:48:40.051Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Apply and Close} time=197624055 data=null} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:40 [2019-07-19T19:48:40.051Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Apply and Close} time=197624055 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:40 [2019-07-19T19:48:40.051Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Apply and Close} time=197624055 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:40 [2019-07-19T19:48:40.051Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Apply and Close} time=197624055 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:40 [2019-07-19T19:48:40.051Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Preferences} time=197623575 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Preferences' 15:48:40 [2019-07-19T19:48:40.051Z] DEBUG - Clicked on 15:48:40 [2019-07-19T19:48:40.051Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 15:48:40 [2019-07-19T19:48:40.051Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:48:40 [2019-07-19T19:48:40.051Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:48:40 [2019-07-19T19:48:40.051Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:48:40 [2019-07-19T19:48:40.051Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:48:40 [2019-07-19T19:48:40.051Z] DEBUG - Attempting to set focus on Tree with text {} 15:48:40 [2019-07-19T19:48:40.309Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=197624350 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 15:48:40 [2019-07-19T19:48:40.309Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=197624350 data=null doit=true} to TreeItem with text {test} 15:48:40 [2019-07-19T19:48:40.309Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=197624350 data=null} to TreeItem with text {test} 15:48:40 [2019-07-19T19:48:40.309Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=197624351 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 15:48:40 [2019-07-19T19:48:40.309Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197624351 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 15:48:40 [2019-07-19T19:48:40.309Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=197624368 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 15:48:40 [2019-07-19T19:48:40.309Z] DEBUG - Attempting to set focus on Tree with text {} 15:48:40 [2019-07-19T19:48:40.309Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=197624369 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 15:48:40 [2019-07-19T19:48:40.309Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=197624369 data=null doit=true} to TreeItem with text {test} 15:48:40 [2019-07-19T19:48:40.309Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=197624369 data=null} to TreeItem with text {test} 15:48:40 [2019-07-19T19:48:40.309Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=197624369 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 15:48:40 [2019-07-19T19:48:40.309Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197624370 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 15:48:40 [2019-07-19T19:48:40.309Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=197624384 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 15:48:40 [2019-07-19T19:48:40.309Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 15:48:40 [2019-07-19T19:48:40.309Z] DEBUG - Attempting to set focus on Tree with text {} 15:48:40 [2019-07-19T19:48:40.309Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=197624430 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 15:48:40 [2019-07-19T19:48:40.309Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=197624430 data=null doit=true} to TreeItem with text {Traces [1]} 15:48:40 [2019-07-19T19:48:40.309Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=197624430 data=null} to TreeItem with text {Traces [1]} 15:48:40 [2019-07-19T19:48:40.309Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=197624430 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 15:48:40 [2019-07-19T19:48:40.309Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197624430 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 15:48:40 [2019-07-19T19:48:40.309Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=197624437 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 15:48:40 [2019-07-19T19:48:40.309Z] WARN - Tree item TreeItem with text {Traces [1]} is already expanded. Won't expand it again. 15:48:40 [2019-07-19T19:48:40.309Z] DEBUG - Attempting to set focus on Tree with text {} 15:48:40 [2019-07-19T19:48:40.309Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {syslog_collapse} time=197624439 data=null button=0 stateMask=0x0 x=128 y=74 count=0} to Tree node with text: syslog_collapse 15:48:40 [2019-07-19T19:48:40.309Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {syslog_collapse} time=197624439 data=null doit=true} to Tree node with text: syslog_collapse 15:48:40 [2019-07-19T19:48:40.309Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {syslog_collapse} time=197624439 data=null} to Tree node with text: syslog_collapse 15:48:40 [2019-07-19T19:48:40.309Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {syslog_collapse} time=197624439 data=null button=1 stateMask=0x0 x=128 y=74 count=1} to Tree node with text: syslog_collapse 15:48:40 [2019-07-19T19:48:40.309Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197624440 data=null item=TreeItem {syslog_collapse} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: syslog_collapse 15:48:40 [2019-07-19T19:48:40.309Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {syslog_collapse} time=197624453 data=null button=1 stateMask=0x80000 x=128 y=74 count=1} to Tree node with text: syslog_collapse 15:48:40 [2019-07-19T19:48:40.309Z] DEBUG - Attempting to set focus on Tree with text {} 15:48:40 [2019-07-19T19:48:40.309Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {syslog_collapse} time=197624453 data=null button=0 stateMask=0x0 x=128 y=74 count=0} to Tree node with text: syslog_collapse 15:48:40 [2019-07-19T19:48:40.309Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {syslog_collapse} time=197624454 data=null doit=true} to Tree node with text: syslog_collapse 15:48:40 [2019-07-19T19:48:40.309Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {syslog_collapse} time=197624454 data=null} to Tree node with text: syslog_collapse 15:48:40 [2019-07-19T19:48:40.309Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {syslog_collapse} time=197624454 data=null button=1 stateMask=0x0 x=128 y=74 count=1} to Tree node with text: syslog_collapse 15:48:40 [2019-07-19T19:48:40.309Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197624454 data=null item=TreeItem {syslog_collapse} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: syslog_collapse 15:48:40 [2019-07-19T19:48:40.309Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {syslog_collapse} time=197624460 data=null button=1 stateMask=0x80000 x=128 y=74 count=1} to Tree node with text: syslog_collapse 15:48:40 [2019-07-19T19:48:40.309Z] DEBUG - matched MenuItem with text "Select &Trace Type.....", using matcher: with mnemonic 'Select Trace Type...' 15:48:40 [2019-07-19T19:48:40.566Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - test/Traces/syslog_collapse - Eclipse Platform} time=197624562 data=null doit=true} to Shell with text {data - test/Traces/syslog_collapse - Eclipse Platform} 15:48:40 [2019-07-19T19:48:40.566Z] DEBUG - matched MenuItem with text "&Window", using matcher: with mnemonic 'Window' 15:48:40 [2019-07-19T19:48:40.566Z] DEBUG - matched MenuItem with text "&Preferences", using matcher: with mnemonic 'Preferences' 15:48:40 [2019-07-19T19:48:40.566Z] DEBUG - Clicking on with mnemonic 'Preferences' 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - Clicked on with mnemonic 'Preferences' 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - matched Shell with text "Preferences", using matcher: with text 'Preferences' 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Preferences} time=197624938 data=null doit=true} to Shell with text {Preferences} 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - Attempting to set focus on Tree with text {} 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Tracing} time=197624942 data=null button=0 stateMask=0x0 x=48 y=116 count=0} to TreeItem with text {Tracing} 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=197624942 data=null doit=true} to TreeItem with text {Tracing} 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=197624942 data=null} to TreeItem with text {Tracing} 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=197624942 data=null button=1 stateMask=0x0 x=48 y=116 count=1} to TreeItem with text {Tracing} 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197624943 data=null item=TreeItem {Tracing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Tracing} 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=197624986 data=null button=1 stateMask=0x80000 x=48 y=116 count=1} to TreeItem with text {Tracing} 15:48:40 [2019-07-19T19:48:40.823Z] WARN - Tree item TreeItem with text {Tracing} is already expanded. Won't expand it again. 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - Attempting to set focus on Tree with text {} 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Trace Types} time=197624987 data=null button=0 stateMask=0x0 x=80 y=179 count=0} to Tree node with text: Trace Types 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Trace Types} time=197624987 data=null doit=true} to Tree node with text: Trace Types 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Trace Types} time=197624987 data=null} to Tree node with text: Trace Types 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Trace Types} time=197624987 data=null button=1 stateMask=0x0 x=80 y=179 count=1} to Tree node with text: Trace Types 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197624988 data=null item=TreeItem {Trace Types} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: Trace Types 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Trace Types} time=197624990 data=null button=1 stateMask=0x80000 x=80 y=179 count=1} to Tree node with text: Trace Types 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - matched Button with text "Check all", using matcher: with mnemonic 'Check all' 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - matched Button with text "Check all", using matcher: with style 'SWT.PUSH' 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - matched Button with text "Check all", using matcher: (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - Clicking on Check all 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check all} time=197624994 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=197624994 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check all} time=197624994 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check all} time=197624994 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check all} time=197624995 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check all} time=197624995 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check all} time=197624995 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check all} time=197624997 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=197624997 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check all} time=197624997 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check all} time=197624997 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check all} time=197624997 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - Clicked on Check all 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - matched Button with text "&Apply", using matcher: with mnemonic 'Apply' 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - matched Button with text "&Apply", using matcher: with style 'SWT.PUSH' 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - matched Button with text "&Apply", using matcher: (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - Clicking on &Apply 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Apply} time=197624999 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Apply} time=197624999 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Apply} time=197624999 data=null doit=true} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Apply} time=197625013 data=null} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Apply} time=197625013 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Apply} time=197625013 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Apply} time=197625014 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Apply} time=197625015 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Apply} time=197625015 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Apply} time=197625015 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Apply} time=197625015 data=null doit=true} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Apply} time=197625015 data=null} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - Clicked on &Apply 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - matched Button with text "Apply and Close", using matcher: with mnemonic 'Apply and Close' 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - matched Button with text "Apply and Close", using matcher: (with mnemonic 'Apply and Close' or with mnemonic 'OK') 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - matched Button with text "Apply and Close", using matcher: with style 'SWT.PUSH' 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - matched Button with text "Apply and Close", using matcher: (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - Clicking on Apply and Close 15:48:40 [2019-07-19T19:48:40.823Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Apply and Close} time=197625024 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:40 [2019-07-19T19:48:40.824Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Apply and Close} time=197625024 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:40 [2019-07-19T19:48:40.824Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Apply and Close} time=197625024 data=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:40 [2019-07-19T19:48:40.824Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Apply and Close} time=197625024 data=null} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:40 [2019-07-19T19:48:40.824Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Apply and Close} time=197625024 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:40 [2019-07-19T19:48:40.824Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Apply and Close} time=197625024 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:40 [2019-07-19T19:48:40.824Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Apply and Close} time=197625024 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:40 [2019-07-19T19:48:40.824Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Preferences} time=197624601 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Preferences' 15:48:41 [2019-07-19T19:48:41.081Z] DEBUG - Clicked on 15:48:41 [2019-07-19T19:48:41.081Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - test/Traces/syslog_collapse - Eclipse Platform} time=197625222 data=null doit=true} to Shell with text {data - test/Traces/syslog_collapse - Eclipse Platform} 15:48:41 [2019-07-19T19:48:41.081Z] DEBUG - matched MenuItem with text "&Window", using matcher: with mnemonic 'Window' 15:48:41 [2019-07-19T19:48:41.081Z] DEBUG - matched MenuItem with text "&Preferences", using matcher: with mnemonic 'Preferences' 15:48:41 [2019-07-19T19:48:41.081Z] DEBUG - Clicking on with mnemonic 'Preferences' 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - Clicked on with mnemonic 'Preferences' 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - matched Shell with text "Preferences", using matcher: with text 'Preferences' 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Preferences} time=197625625 data=null doit=true} to Shell with text {Preferences} 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - Attempting to set focus on Tree with text {} 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Tracing} time=197625628 data=null button=0 stateMask=0x0 x=48 y=116 count=0} to TreeItem with text {Tracing} 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=197625629 data=null doit=true} to TreeItem with text {Tracing} 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=197625629 data=null} to TreeItem with text {Tracing} 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=197625641 data=null button=1 stateMask=0x0 x=48 y=116 count=1} to TreeItem with text {Tracing} 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197625641 data=null item=TreeItem {Tracing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Tracing} 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=197625676 data=null button=1 stateMask=0x80000 x=48 y=116 count=1} to TreeItem with text {Tracing} 15:48:41 [2019-07-19T19:48:41.645Z] WARN - Tree item TreeItem with text {Tracing} is already expanded. Won't expand it again. 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - Attempting to set focus on Tree with text {} 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Trace Types} time=197625677 data=null button=0 stateMask=0x0 x=80 y=179 count=0} to Tree node with text: Trace Types 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Trace Types} time=197625678 data=null doit=true} to Tree node with text: Trace Types 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Trace Types} time=197625680 data=null} to Tree node with text: Trace Types 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Trace Types} time=197625681 data=null button=1 stateMask=0x0 x=80 y=179 count=1} to Tree node with text: Trace Types 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197625681 data=null item=TreeItem {Trace Types} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: Trace Types 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Trace Types} time=197625684 data=null button=1 stateMask=0x80000 x=80 y=179 count=1} to Tree node with text: Trace Types 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - matched Button with text "Check all", using matcher: with mnemonic 'Check all' 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - matched Button with text "Check all", using matcher: with style 'SWT.PUSH' 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - matched Button with text "Check all", using matcher: (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - Clicking on Check all 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check all} time=197625687 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=197625688 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check all} time=197625688 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check all} time=197625688 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check all} time=197625688 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check all} time=197625688 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check all} time=197625688 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check all} time=197625689 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=197625689 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check all} time=197625689 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check all} time=197625689 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check all} time=197625689 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - Clicked on Check all 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - matched Button with text "&Apply", using matcher: with mnemonic 'Apply' 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - matched Button with text "&Apply", using matcher: with style 'SWT.PUSH' 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - matched Button with text "&Apply", using matcher: (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - Clicking on &Apply 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Apply} time=197625691 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Apply} time=197625691 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Apply} time=197625691 data=null doit=true} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Apply} time=197625691 data=null} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Apply} time=197625692 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Apply} time=197625692 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Apply} time=197625692 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Apply} time=197625692 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Apply} time=197625692 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Apply} time=197625692 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Apply} time=197625692 data=null doit=true} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Apply} time=197625692 data=null} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - Clicked on &Apply 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - matched Button with text "Apply and Close", using matcher: with mnemonic 'Apply and Close' 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - matched Button with text "Apply and Close", using matcher: (with mnemonic 'Apply and Close' or with mnemonic 'OK') 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - matched Button with text "Apply and Close", using matcher: with style 'SWT.PUSH' 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - matched Button with text "Apply and Close", using matcher: (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - Clicking on Apply and Close 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Apply and Close} time=197625708 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Apply and Close} time=197625708 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Apply and Close} time=197625708 data=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Apply and Close} time=197625708 data=null} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Apply and Close} time=197625708 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Apply and Close} time=197625708 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Apply and Close} time=197625708 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:41 [2019-07-19T19:48:41.645Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Preferences} time=197625257 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Preferences' 15:48:41 [2019-07-19T19:48:41.901Z] DEBUG - Clicked on 15:48:41 [2019-07-19T19:48:41.901Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - test/Traces/syslog_collapse - Eclipse Platform} time=197625924 data=null doit=true} to Shell with text {data - test/Traces/syslog_collapse - Eclipse Platform} 15:48:41 [2019-07-19T19:48:41.901Z] DEBUG - matched MenuItem with text "&Window", using matcher: with mnemonic 'Window' 15:48:41 [2019-07-19T19:48:41.901Z] DEBUG - matched MenuItem with text "&Preferences", using matcher: with mnemonic 'Preferences' 15:48:41 [2019-07-19T19:48:41.901Z] DEBUG - Clicking on with mnemonic 'Preferences' 15:48:42 [2019-07-19T19:48:42.158Z] DEBUG - Clicked on with mnemonic 'Preferences' 15:48:42 [2019-07-19T19:48:42.158Z] DEBUG - matched Shell with text "Preferences", using matcher: with text 'Preferences' 15:48:42 [2019-07-19T19:48:42.158Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Preferences} time=197626287 data=null doit=true} to Shell with text {Preferences} 15:48:42 [2019-07-19T19:48:42.158Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:48:42 [2019-07-19T19:48:42.158Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:48:42 [2019-07-19T19:48:42.158Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:48:42 [2019-07-19T19:48:42.158Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:48:42 [2019-07-19T19:48:42.158Z] DEBUG - Attempting to set focus on Tree with text {} 15:48:42 [2019-07-19T19:48:42.158Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Tracing} time=197626290 data=null button=0 stateMask=0x0 x=48 y=116 count=0} to TreeItem with text {Tracing} 15:48:42 [2019-07-19T19:48:42.158Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=197626290 data=null doit=true} to TreeItem with text {Tracing} 15:48:42 [2019-07-19T19:48:42.158Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=197626291 data=null} to TreeItem with text {Tracing} 15:48:42 [2019-07-19T19:48:42.158Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=197626291 data=null button=1 stateMask=0x0 x=48 y=116 count=1} to TreeItem with text {Tracing} 15:48:42 [2019-07-19T19:48:42.158Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197626305 data=null item=TreeItem {Tracing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Tracing} 15:48:42 [2019-07-19T19:48:42.158Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=197626340 data=null button=1 stateMask=0x80000 x=48 y=116 count=1} to TreeItem with text {Tracing} 15:48:42 [2019-07-19T19:48:42.158Z] WARN - Tree item TreeItem with text {Tracing} is already expanded. Won't expand it again. 15:48:42 [2019-07-19T19:48:42.158Z] DEBUG - Attempting to set focus on Tree with text {} 15:48:42 [2019-07-19T19:48:42.158Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Trace Types} time=197626341 data=null button=0 stateMask=0x0 x=80 y=179 count=0} to Tree node with text: Trace Types 15:48:42 [2019-07-19T19:48:42.158Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Trace Types} time=197626341 data=null doit=true} to Tree node with text: Trace Types 15:48:42 [2019-07-19T19:48:42.158Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Trace Types} time=197626341 data=null} to Tree node with text: Trace Types 15:48:42 [2019-07-19T19:48:42.158Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Trace Types} time=197626344 data=null button=1 stateMask=0x0 x=80 y=179 count=1} to Tree node with text: Trace Types 15:48:42 [2019-07-19T19:48:42.158Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197626344 data=null item=TreeItem {Trace Types} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: Trace Types 15:48:42 [2019-07-19T19:48:42.158Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Trace Types} time=197626347 data=null button=1 stateMask=0x80000 x=80 y=179 count=1} to Tree node with text: Trace Types 15:48:42 [2019-07-19T19:48:42.158Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:48:42 [2019-07-19T19:48:42.158Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:48:42 [2019-07-19T19:48:42.158Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:48:42 [2019-07-19T19:48:42.158Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:48:42 [2019-07-19T19:48:42.158Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 15:48:42 [2019-07-19T19:48:42.158Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 15:48:42 [2019-07-19T19:48:42.158Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 15:48:42 [2019-07-19T19:48:42.158Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 15:48:42 [2019-07-19T19:48:42.158Z] DEBUG - matched Button with text "Uncheck all", using matcher: with mnemonic 'Uncheck all' 15:48:42 [2019-07-19T19:48:42.158Z] DEBUG - matched Button with text "Uncheck all", using matcher: with style 'SWT.PUSH' 15:48:42 [2019-07-19T19:48:42.158Z] DEBUG - matched Button with text "Uncheck all", using matcher: (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:42 [2019-07-19T19:48:42.158Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 15:48:42 [2019-07-19T19:48:42.158Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 15:48:42 [2019-07-19T19:48:42.158Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:48:42 [2019-07-19T19:48:42.158Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 15:48:42 [2019-07-19T19:48:42.158Z] DEBUG - Clicking on Uncheck all 15:48:42 [2019-07-19T19:48:42.158Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Uncheck all} time=197626351 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:42 [2019-07-19T19:48:42.158Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=197626351 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:42 [2019-07-19T19:48:42.158Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Uncheck all} time=197626351 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:42 [2019-07-19T19:48:42.158Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Uncheck all} time=197626351 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:42 [2019-07-19T19:48:42.158Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Uncheck all} time=197626351 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:42 [2019-07-19T19:48:42.158Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Uncheck all} time=197626352 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:42 [2019-07-19T19:48:42.158Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Uncheck all} time=197626352 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:42 [2019-07-19T19:48:42.158Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Uncheck all} time=197626354 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:42 [2019-07-19T19:48:42.158Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=197626354 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:42 [2019-07-19T19:48:42.158Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Uncheck all} time=197626354 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:42 [2019-07-19T19:48:42.158Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Uncheck all} time=197626354 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:42 [2019-07-19T19:48:42.158Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Uncheck all} time=197626354 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 15:48:42 [2019-07-19T19:48:42.158Z] DEBUG - Clicked on Uncheck all 15:48:42 [2019-07-19T19:48:42.158Z] DEBUG - Expanding nodes Custom Text>testtxtextension in tree (of type 'Tree') 15:48:42 [2019-07-19T19:48:42.158Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Custom Text} time=197626354 data=null doit=true} to TreeItem with text {Custom Text} 15:48:42 [2019-07-19T19:48:42.158Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Custom Text} time=197626355 data=null} to TreeItem with text {Custom Text} 15:48:42 [2019-07-19T19:48:42.158Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Custom Text} time=197626355 data=null button=1 stateMask=0x0 x=86 y=33 count=1} to TreeItem with text {Custom Text} 15:48:42 [2019-07-19T19:48:42.158Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=197626355 data=null item=TreeItem {Custom Text} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {Custom Text} 15:48:42 [2019-07-19T19:48:42.158Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Custom Text} time=197626357 data=null button=1 stateMask=0x80000 x=86 y=33 count=1} to TreeItem with text {Custom Text} 15:48:42 [2019-07-19T19:48:42.158Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {testtxtextension} time=197626357 data=null doit=true} to Tree node with text: testtxtextension 15:48:42 [2019-07-19T19:48:42.158Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {testtxtextension} time=197626357 data=null} to Tree node with text: testtxtextension 15:48:42 [2019-07-19T19:48:42.158Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {testtxtextension} time=197626372 data=null button=1 stateMask=0x0 x=116 y=121 count=1} to Tree node with text: testtxtextension 15:48:42 [2019-07-19T19:48:42.159Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=197626372 data=null item=TreeItem {testtxtextension} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Tree node with text: testtxtextension 15:48:42 [2019-07-19T19:48:42.159Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {testtxtextension} time=197626373 data=null button=1 stateMask=0x80000 x=116 y=121 count=1} to Tree node with text: testtxtextension 15:48:42 [2019-07-19T19:48:42.159Z] DEBUG - Attempting to set focus on Tree with text {} 15:48:42 [2019-07-19T19:48:42.159Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {testtxtextension} time=197626400 data=null button=0 stateMask=0x0 x=116 y=121 count=0} to Tree node with text: testtxtextension 15:48:42 [2019-07-19T19:48:42.159Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {testtxtextension} time=197626400 data=null doit=true} to Tree node with text: testtxtextension 15:48:42 [2019-07-19T19:48:42.159Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {testtxtextension} time=197626400 data=null} to Tree node with text: testtxtextension 15:48:42 [2019-07-19T19:48:42.159Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {testtxtextension} time=197626401 data=null button=1 stateMask=0x0 x=116 y=121 count=1} to Tree node with text: testtxtextension 15:48:42 [2019-07-19T19:48:42.159Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197626401 data=null item=TreeItem {testtxtextension} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: testtxtextension 15:48:42 [2019-07-19T19:48:42.159Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {testtxtextension} time=197626402 data=null button=1 stateMask=0x80000 x=116 y=121 count=1} to Tree node with text: testtxtextension 15:48:42 [2019-07-19T19:48:42.159Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 15:48:42 [2019-07-19T19:48:42.159Z] DEBUG - matched Button with text "Check selected", using matcher: with mnemonic 'Check selected' 15:48:42 [2019-07-19T19:48:42.159Z] DEBUG - matched Button with text "Check selected", using matcher: with style 'SWT.PUSH' 15:48:42 [2019-07-19T19:48:42.159Z] DEBUG - matched Button with text "Check selected", using matcher: (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 15:48:42 [2019-07-19T19:48:42.159Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 15:48:42 [2019-07-19T19:48:42.159Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 15:48:42 [2019-07-19T19:48:42.159Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 15:48:42 [2019-07-19T19:48:42.159Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 15:48:42 [2019-07-19T19:48:42.159Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 15:48:42 [2019-07-19T19:48:42.159Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:48:42 [2019-07-19T19:48:42.159Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 15:48:42 [2019-07-19T19:48:42.159Z] DEBUG - Clicking on Check selected 15:48:42 [2019-07-19T19:48:42.159Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check selected} time=197626404 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 15:48:42 [2019-07-19T19:48:42.159Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check selected} time=197626404 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 15:48:42 [2019-07-19T19:48:42.159Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check selected} time=197626404 data=null doit=true} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 15:48:42 [2019-07-19T19:48:42.159Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check selected} time=197626404 data=null} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 15:48:42 [2019-07-19T19:48:42.159Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check selected} time=197626404 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 15:48:42 [2019-07-19T19:48:42.159Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check selected} time=197626404 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 15:48:42 [2019-07-19T19:48:42.159Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check selected} time=197626404 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 15:48:42 [2019-07-19T19:48:42.159Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check selected} time=197626406 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 15:48:42 [2019-07-19T19:48:42.159Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check selected} time=197626406 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 15:48:42 [2019-07-19T19:48:42.159Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check selected} time=197626406 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 15:48:42 [2019-07-19T19:48:42.159Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check selected} time=197626406 data=null doit=true} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 15:48:42 [2019-07-19T19:48:42.159Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check selected} time=197626406 data=null} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 15:48:42 [2019-07-19T19:48:42.159Z] DEBUG - Clicked on Check selected 15:48:42 [2019-07-19T19:48:42.159Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 15:48:42 [2019-07-19T19:48:42.159Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 15:48:42 [2019-07-19T19:48:42.159Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 15:48:42 [2019-07-19T19:48:42.159Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 15:48:42 [2019-07-19T19:48:42.159Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 15:48:42 [2019-07-19T19:48:42.159Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 15:48:42 [2019-07-19T19:48:42.416Z] DEBUG - matched Button with text "&Apply", using matcher: with mnemonic 'Apply' 15:48:42 [2019-07-19T19:48:42.416Z] DEBUG - matched Button with text "&Apply", using matcher: with style 'SWT.PUSH' 15:48:42 [2019-07-19T19:48:42.416Z] DEBUG - matched Button with text "&Apply", using matcher: (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:42 [2019-07-19T19:48:42.416Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:48:42 [2019-07-19T19:48:42.416Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 15:48:42 [2019-07-19T19:48:42.416Z] DEBUG - Clicking on &Apply 15:48:42 [2019-07-19T19:48:42.416Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Apply} time=197626408 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:42 [2019-07-19T19:48:42.416Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Apply} time=197626408 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:42 [2019-07-19T19:48:42.416Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Apply} time=197626408 data=null doit=true} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:42 [2019-07-19T19:48:42.416Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Apply} time=197626409 data=null} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:42 [2019-07-19T19:48:42.416Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Apply} time=197626409 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:42 [2019-07-19T19:48:42.416Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Apply} time=197626409 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:42 [2019-07-19T19:48:42.416Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Apply} time=197626409 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:42 [2019-07-19T19:48:42.416Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Apply} time=197626410 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:42 [2019-07-19T19:48:42.416Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Apply} time=197626411 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:42 [2019-07-19T19:48:42.416Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Apply} time=197626411 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:42 [2019-07-19T19:48:42.416Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Apply} time=197626411 data=null doit=true} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:42 [2019-07-19T19:48:42.416Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Apply} time=197626411 data=null} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:42 [2019-07-19T19:48:42.416Z] DEBUG - Clicked on &Apply 15:48:42 [2019-07-19T19:48:42.416Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 15:48:42 [2019-07-19T19:48:42.416Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 15:48:42 [2019-07-19T19:48:42.416Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 15:48:42 [2019-07-19T19:48:42.416Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 15:48:42 [2019-07-19T19:48:42.416Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 15:48:42 [2019-07-19T19:48:42.416Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 15:48:42 [2019-07-19T19:48:42.416Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:48:42 [2019-07-19T19:48:42.416Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 15:48:42 [2019-07-19T19:48:42.416Z] DEBUG - matched Button with text "Apply and Close", using matcher: with mnemonic 'Apply and Close' 15:48:42 [2019-07-19T19:48:42.416Z] DEBUG - matched Button with text "Apply and Close", using matcher: (with mnemonic 'Apply and Close' or with mnemonic 'OK') 15:48:42 [2019-07-19T19:48:42.416Z] DEBUG - matched Button with text "Apply and Close", using matcher: with style 'SWT.PUSH' 15:48:42 [2019-07-19T19:48:42.416Z] DEBUG - matched Button with text "Apply and Close", using matcher: (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:42 [2019-07-19T19:48:42.416Z] DEBUG - Clicking on Apply and Close 15:48:42 [2019-07-19T19:48:42.416Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Apply and Close} time=197626422 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:42 [2019-07-19T19:48:42.416Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Apply and Close} time=197626422 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:42 [2019-07-19T19:48:42.416Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Apply and Close} time=197626422 data=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:42 [2019-07-19T19:48:42.416Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Apply and Close} time=197626422 data=null} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:42 [2019-07-19T19:48:42.416Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Apply and Close} time=197626422 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:42 [2019-07-19T19:48:42.416Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Apply and Close} time=197626422 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:42 [2019-07-19T19:48:42.416Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Apply and Close} time=197626423 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:42 [2019-07-19T19:48:42.416Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Preferences} time=197625945 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Preferences' 15:48:42 [2019-07-19T19:48:42.416Z] DEBUG - Clicked on 15:48:42 [2019-07-19T19:48:42.416Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 15:48:42 [2019-07-19T19:48:42.416Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:48:42 [2019-07-19T19:48:42.416Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:48:42 [2019-07-19T19:48:42.416Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:48:42 [2019-07-19T19:48:42.416Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:48:42 [2019-07-19T19:48:42.416Z] DEBUG - Attempting to set focus on Tree with text {} 15:48:42 [2019-07-19T19:48:42.673Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=197626691 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 15:48:42 [2019-07-19T19:48:42.673Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=197626691 data=null doit=true} to TreeItem with text {test} 15:48:42 [2019-07-19T19:48:42.673Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=197626692 data=null} to TreeItem with text {test} 15:48:42 [2019-07-19T19:48:42.673Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=197626692 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 15:48:42 [2019-07-19T19:48:42.673Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197626693 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 15:48:42 [2019-07-19T19:48:42.673Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=197626739 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 15:48:42 [2019-07-19T19:48:42.673Z] DEBUG - Attempting to set focus on Tree with text {} 15:48:42 [2019-07-19T19:48:42.673Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=197626740 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 15:48:42 [2019-07-19T19:48:42.673Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=197626740 data=null doit=true} to TreeItem with text {test} 15:48:42 [2019-07-19T19:48:42.673Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=197626740 data=null} to TreeItem with text {test} 15:48:42 [2019-07-19T19:48:42.673Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=197626740 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 15:48:42 [2019-07-19T19:48:42.673Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197626741 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 15:48:42 [2019-07-19T19:48:42.673Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=197626755 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 15:48:42 [2019-07-19T19:48:42.673Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 15:48:42 [2019-07-19T19:48:42.673Z] DEBUG - Attempting to set focus on Tree with text {} 15:48:42 [2019-07-19T19:48:42.673Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=197626756 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 15:48:42 [2019-07-19T19:48:42.673Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=197626756 data=null doit=true} to TreeItem with text {Traces [1]} 15:48:42 [2019-07-19T19:48:42.673Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=197626756 data=null} to TreeItem with text {Traces [1]} 15:48:42 [2019-07-19T19:48:42.673Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=197626757 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 15:48:42 [2019-07-19T19:48:42.673Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197626757 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 15:48:42 [2019-07-19T19:48:42.673Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=197626763 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 15:48:42 [2019-07-19T19:48:42.673Z] DEBUG - Attempting to set focus on Tree with text {} 15:48:42 [2019-07-19T19:48:42.673Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=197626764 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 15:48:42 [2019-07-19T19:48:42.673Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=197626771 data=null doit=true} to TreeItem with text {Traces [1]} 15:48:42 [2019-07-19T19:48:42.673Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=197626771 data=null} to TreeItem with text {Traces [1]} 15:48:42 [2019-07-19T19:48:42.673Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=197626771 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 15:48:42 [2019-07-19T19:48:42.673Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197626772 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 15:48:42 [2019-07-19T19:48:42.673Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=197626777 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 15:48:42 [2019-07-19T19:48:42.673Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...' 15:48:42 [2019-07-19T19:48:42.673Z] DEBUG - Clicking on with mnemonic 'Import...' 15:48:43 [2019-07-19T19:48:43.239Z] DEBUG - Clicked on with mnemonic 'Import...' 15:48:43 [2019-07-19T19:48:43.239Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import' 15:48:43 [2019-07-19T19:48:43.239Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=197627199 data=null doit=true} to Shell with text {Trace Import} 15:48:43 [2019-07-19T19:48:43.239Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 15:48:43 [2019-07-19T19:48:43.239Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 15:48:43 [2019-07-19T19:48:43.239Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 15:48:43 [2019-07-19T19:48:43.239Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 15:48:43 [2019-07-19T19:48:43.239Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 15:48:43 [2019-07-19T19:48:43.239Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo') 15:48:43 [2019-07-19T19:48:43.239Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 15:48:43 [2019-07-19T19:48:43.239Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 15:48:43 [2019-07-19T19:48:43.239Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 15:48:43 [2019-07-19T19:48:43.239Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 15:48:43 [2019-07-19T19:48:43.239Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 15:48:43 [2019-07-19T19:48:43.239Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 15:48:43 [2019-07-19T19:48:43.239Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 15:48:43 [2019-07-19T19:48:43.239Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 15:48:43 [2019-07-19T19:48:43.239Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 15:48:43 [2019-07-19T19:48:43.239Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 15:48:43 [2019-07-19T19:48:43.239Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:48:43 [2019-07-19T19:48:43.239Z] DEBUG - matched Button with text "Cancel", using matcher: with mnemonic 'Cancel' 15:48:43 [2019-07-19T19:48:43.239Z] DEBUG - matched Button with text "Cancel", using matcher: with style 'SWT.PUSH' 15:48:43 [2019-07-19T19:48:43.239Z] DEBUG - matched Button with text "Cancel", using matcher: (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 15:48:43 [2019-07-19T19:48:43.239Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 15:48:43 [2019-07-19T19:48:43.239Z] DEBUG - Clicking on Cancel 15:48:43 [2019-07-19T19:48:43.239Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Cancel} time=197627221 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 15:48:43 [2019-07-19T19:48:43.239Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Cancel} time=197627221 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 15:48:43 [2019-07-19T19:48:43.239Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Cancel} time=197627221 data=null doit=true} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 15:48:43 [2019-07-19T19:48:43.239Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Cancel} time=197627221 data=null} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 15:48:43 [2019-07-19T19:48:43.239Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Cancel} time=197627221 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 15:48:43 [2019-07-19T19:48:43.239Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Cancel} time=197627221 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 15:48:43 [2019-07-19T19:48:43.239Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Cancel} time=197627221 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 15:48:43 [2019-07-19T19:48:43.239Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=197626866 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...' 15:48:43 [2019-07-19T19:48:43.239Z] DEBUG - Clicked on 15:48:43 [2019-07-19T19:48:43.239Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - test/Traces/syslog_collapse - Eclipse Platform} time=197627410 data=null doit=true} to Shell with text {data - test/Traces/syslog_collapse - Eclipse Platform} 15:48:43 [2019-07-19T19:48:43.239Z] DEBUG - matched MenuItem with text "&Window", using matcher: with mnemonic 'Window' 15:48:43 [2019-07-19T19:48:43.239Z] DEBUG - matched MenuItem with text "&Preferences", using matcher: with mnemonic 'Preferences' 15:48:43 [2019-07-19T19:48:43.239Z] DEBUG - Clicking on with mnemonic 'Preferences' 15:48:43 [2019-07-19T19:48:43.803Z] DEBUG - Clicked on with mnemonic 'Preferences' 15:48:43 [2019-07-19T19:48:43.803Z] DEBUG - matched Shell with text "Preferences", using matcher: with text 'Preferences' 15:48:43 [2019-07-19T19:48:43.803Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Preferences} time=197627789 data=null doit=true} to Shell with text {Preferences} 15:48:43 [2019-07-19T19:48:43.803Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:48:43 [2019-07-19T19:48:43.803Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:48:43 [2019-07-19T19:48:43.803Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:48:43 [2019-07-19T19:48:43.803Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:48:43 [2019-07-19T19:48:43.803Z] DEBUG - Attempting to set focus on Tree with text {} 15:48:43 [2019-07-19T19:48:43.803Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Tracing} time=197627816 data=null button=0 stateMask=0x0 x=48 y=116 count=0} to TreeItem with text {Tracing} 15:48:43 [2019-07-19T19:48:43.803Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=197627816 data=null doit=true} to TreeItem with text {Tracing} 15:48:43 [2019-07-19T19:48:43.803Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=197627817 data=null} to TreeItem with text {Tracing} 15:48:43 [2019-07-19T19:48:43.803Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=197627817 data=null button=1 stateMask=0x0 x=48 y=116 count=1} to TreeItem with text {Tracing} 15:48:43 [2019-07-19T19:48:43.803Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197627817 data=null item=TreeItem {Tracing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Tracing} 15:48:43 [2019-07-19T19:48:43.803Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=197627859 data=null button=1 stateMask=0x80000 x=48 y=116 count=1} to TreeItem with text {Tracing} 15:48:43 [2019-07-19T19:48:43.803Z] WARN - Tree item TreeItem with text {Tracing} is already expanded. Won't expand it again. 15:48:43 [2019-07-19T19:48:43.803Z] DEBUG - Attempting to set focus on Tree with text {} 15:48:43 [2019-07-19T19:48:43.803Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Trace Types} time=197627861 data=null button=0 stateMask=0x0 x=80 y=179 count=0} to Tree node with text: Trace Types 15:48:43 [2019-07-19T19:48:43.803Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Trace Types} time=197627861 data=null doit=true} to Tree node with text: Trace Types 15:48:43 [2019-07-19T19:48:43.803Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Trace Types} time=197627861 data=null} to Tree node with text: Trace Types 15:48:43 [2019-07-19T19:48:43.803Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Trace Types} time=197627861 data=null button=1 stateMask=0x0 x=80 y=179 count=1} to Tree node with text: Trace Types 15:48:43 [2019-07-19T19:48:43.803Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197627862 data=null item=TreeItem {Trace Types} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: Trace Types 15:48:43 [2019-07-19T19:48:43.803Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Trace Types} time=197627864 data=null button=1 stateMask=0x80000 x=80 y=179 count=1} to Tree node with text: Trace Types 15:48:43 [2019-07-19T19:48:43.803Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:48:43 [2019-07-19T19:48:43.803Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:48:43 [2019-07-19T19:48:43.803Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:48:43 [2019-07-19T19:48:43.803Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:48:43 [2019-07-19T19:48:43.803Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 15:48:43 [2019-07-19T19:48:43.803Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 15:48:43 [2019-07-19T19:48:43.803Z] DEBUG - matched Button with text "Check all", using matcher: with mnemonic 'Check all' 15:48:43 [2019-07-19T19:48:43.803Z] DEBUG - matched Button with text "Check all", using matcher: with style 'SWT.PUSH' 15:48:43 [2019-07-19T19:48:43.803Z] DEBUG - matched Button with text "Check all", using matcher: (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:43 [2019-07-19T19:48:43.803Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 15:48:43 [2019-07-19T19:48:43.803Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 15:48:43 [2019-07-19T19:48:43.803Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 15:48:43 [2019-07-19T19:48:43.803Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 15:48:43 [2019-07-19T19:48:43.803Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:48:43 [2019-07-19T19:48:43.803Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 15:48:43 [2019-07-19T19:48:43.803Z] DEBUG - Clicking on Check all 15:48:43 [2019-07-19T19:48:43.803Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check all} time=197627868 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:43 [2019-07-19T19:48:43.803Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=197627868 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:43 [2019-07-19T19:48:43.803Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check all} time=197627868 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:43 [2019-07-19T19:48:43.803Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check all} time=197627868 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:43 [2019-07-19T19:48:43.803Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check all} time=197627868 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:43 [2019-07-19T19:48:43.803Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check all} time=197627868 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:43 [2019-07-19T19:48:43.803Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check all} time=197627869 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:43 [2019-07-19T19:48:43.803Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check all} time=197627870 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:43 [2019-07-19T19:48:43.803Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=197627870 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:43 [2019-07-19T19:48:43.803Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check all} time=197627870 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:43 [2019-07-19T19:48:43.803Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check all} time=197627870 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:43 [2019-07-19T19:48:43.803Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check all} time=197627871 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:43 [2019-07-19T19:48:43.803Z] DEBUG - Clicked on Check all 15:48:43 [2019-07-19T19:48:43.803Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 15:48:43 [2019-07-19T19:48:43.803Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 15:48:43 [2019-07-19T19:48:43.803Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 15:48:43 [2019-07-19T19:48:43.803Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 15:48:43 [2019-07-19T19:48:43.803Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 15:48:43 [2019-07-19T19:48:43.803Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 15:48:43 [2019-07-19T19:48:43.803Z] DEBUG - matched Button with text "&Apply", using matcher: with mnemonic 'Apply' 15:48:43 [2019-07-19T19:48:43.803Z] DEBUG - matched Button with text "&Apply", using matcher: with style 'SWT.PUSH' 15:48:43 [2019-07-19T19:48:43.803Z] DEBUG - matched Button with text "&Apply", using matcher: (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:43 [2019-07-19T19:48:43.803Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:48:43 [2019-07-19T19:48:43.803Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 15:48:43 [2019-07-19T19:48:43.803Z] DEBUG - Clicking on &Apply 15:48:43 [2019-07-19T19:48:43.803Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Apply} time=197627873 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:43 [2019-07-19T19:48:43.803Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Apply} time=197627873 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:43 [2019-07-19T19:48:43.803Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Apply} time=197627873 data=null doit=true} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:43 [2019-07-19T19:48:43.803Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Apply} time=197627873 data=null} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:43 [2019-07-19T19:48:43.804Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Apply} time=197627886 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:43 [2019-07-19T19:48:43.804Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Apply} time=197627886 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:43 [2019-07-19T19:48:43.804Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Apply} time=197627887 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:43 [2019-07-19T19:48:43.804Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Apply} time=197627888 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:43 [2019-07-19T19:48:43.804Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Apply} time=197627888 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:43 [2019-07-19T19:48:43.804Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Apply} time=197627888 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:43 [2019-07-19T19:48:43.804Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Apply} time=197627888 data=null doit=true} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:43 [2019-07-19T19:48:43.804Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Apply} time=197627888 data=null} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:43 [2019-07-19T19:48:43.804Z] DEBUG - Clicked on &Apply 15:48:43 [2019-07-19T19:48:43.804Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 15:48:43 [2019-07-19T19:48:43.804Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 15:48:43 [2019-07-19T19:48:43.804Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 15:48:43 [2019-07-19T19:48:43.804Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 15:48:43 [2019-07-19T19:48:43.804Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 15:48:43 [2019-07-19T19:48:43.804Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 15:48:43 [2019-07-19T19:48:43.804Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:48:43 [2019-07-19T19:48:43.804Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 15:48:43 [2019-07-19T19:48:43.804Z] DEBUG - matched Button with text "Apply and Close", using matcher: with mnemonic 'Apply and Close' 15:48:43 [2019-07-19T19:48:43.804Z] DEBUG - matched Button with text "Apply and Close", using matcher: (with mnemonic 'Apply and Close' or with mnemonic 'OK') 15:48:43 [2019-07-19T19:48:43.804Z] DEBUG - matched Button with text "Apply and Close", using matcher: with style 'SWT.PUSH' 15:48:43 [2019-07-19T19:48:43.804Z] DEBUG - matched Button with text "Apply and Close", using matcher: (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:43 [2019-07-19T19:48:43.804Z] DEBUG - Clicking on Apply and Close 15:48:43 [2019-07-19T19:48:43.804Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Apply and Close} time=197627896 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:43 [2019-07-19T19:48:43.804Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Apply and Close} time=197627896 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:43 [2019-07-19T19:48:43.804Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Apply and Close} time=197627896 data=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:43 [2019-07-19T19:48:43.804Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Apply and Close} time=197627896 data=null} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:43 [2019-07-19T19:48:43.804Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Apply and Close} time=197627896 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:43 [2019-07-19T19:48:43.804Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Apply and Close} time=197627896 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:43 [2019-07-19T19:48:43.804Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Apply and Close} time=197627897 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:43 [2019-07-19T19:48:43.804Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Preferences} time=197627469 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Preferences' 15:48:44 [2019-07-19T19:48:44.060Z] DEBUG - Clicked on 15:48:44 [2019-07-19T19:48:44.060Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 15:48:44 [2019-07-19T19:48:44.060Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:48:44 [2019-07-19T19:48:44.060Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:48:44 [2019-07-19T19:48:44.060Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:48:44 [2019-07-19T19:48:44.060Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:48:44 [2019-07-19T19:48:44.060Z] DEBUG - Attempting to set focus on Tree with text {} 15:48:44 [2019-07-19T19:48:44.060Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=197628111 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 15:48:44 [2019-07-19T19:48:44.060Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=197628111 data=null doit=true} to TreeItem with text {test} 15:48:44 [2019-07-19T19:48:44.060Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=197628111 data=null} to TreeItem with text {test} 15:48:44 [2019-07-19T19:48:44.060Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=197628112 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 15:48:44 [2019-07-19T19:48:44.060Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197628112 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 15:48:44 [2019-07-19T19:48:44.060Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=197628158 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 15:48:44 [2019-07-19T19:48:44.060Z] DEBUG - Attempting to set focus on Tree with text {} 15:48:44 [2019-07-19T19:48:44.060Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=197628159 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 15:48:44 [2019-07-19T19:48:44.060Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=197628159 data=null doit=true} to TreeItem with text {test} 15:48:44 [2019-07-19T19:48:44.060Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=197628159 data=null} to TreeItem with text {test} 15:48:44 [2019-07-19T19:48:44.060Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=197628159 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 15:48:44 [2019-07-19T19:48:44.060Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197628160 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 15:48:44 [2019-07-19T19:48:44.060Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=197628175 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 15:48:44 [2019-07-19T19:48:44.060Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 15:48:44 [2019-07-19T19:48:44.060Z] DEBUG - Attempting to set focus on Tree with text {} 15:48:44 [2019-07-19T19:48:44.060Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=197628177 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 15:48:44 [2019-07-19T19:48:44.060Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=197628177 data=null doit=true} to TreeItem with text {Traces [1]} 15:48:44 [2019-07-19T19:48:44.060Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=197628177 data=null} to TreeItem with text {Traces [1]} 15:48:44 [2019-07-19T19:48:44.060Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=197628177 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 15:48:44 [2019-07-19T19:48:44.060Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197628178 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 15:48:44 [2019-07-19T19:48:44.060Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=197628189 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 15:48:44 [2019-07-19T19:48:44.060Z] DEBUG - Attempting to set focus on Tree with text {} 15:48:44 [2019-07-19T19:48:44.060Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=197628190 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 15:48:44 [2019-07-19T19:48:44.060Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=197628190 data=null doit=true} to TreeItem with text {Traces [1]} 15:48:44 [2019-07-19T19:48:44.060Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=197628190 data=null} to TreeItem with text {Traces [1]} 15:48:44 [2019-07-19T19:48:44.060Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=197628191 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 15:48:44 [2019-07-19T19:48:44.060Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197628191 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 15:48:44 [2019-07-19T19:48:44.060Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=197628196 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 15:48:44 [2019-07-19T19:48:44.060Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...' 15:48:44 [2019-07-19T19:48:44.060Z] DEBUG - Clicking on with mnemonic 'Import...' 15:48:44 [2019-07-19T19:48:44.318Z] DEBUG - Clicked on with mnemonic 'Import...' 15:48:44 [2019-07-19T19:48:44.575Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import' 15:48:44 [2019-07-19T19:48:44.575Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=197628591 data=null doit=true} to Shell with text {Trace Import} 15:48:44 [2019-07-19T19:48:44.575Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 15:48:44 [2019-07-19T19:48:44.575Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 15:48:44 [2019-07-19T19:48:44.575Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 15:48:44 [2019-07-19T19:48:44.575Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 15:48:44 [2019-07-19T19:48:44.575Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 15:48:44 [2019-07-19T19:48:44.575Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo') 15:48:44 [2019-07-19T19:48:44.575Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 15:48:44 [2019-07-19T19:48:44.575Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 15:48:44 [2019-07-19T19:48:44.575Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 15:48:44 [2019-07-19T19:48:44.575Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 15:48:44 [2019-07-19T19:48:44.575Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 15:48:44 [2019-07-19T19:48:44.575Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 15:48:44 [2019-07-19T19:48:44.575Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 15:48:44 [2019-07-19T19:48:44.575Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 15:48:44 [2019-07-19T19:48:44.575Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 15:48:44 [2019-07-19T19:48:44.575Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 15:48:44 [2019-07-19T19:48:44.575Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:48:44 [2019-07-19T19:48:44.575Z] DEBUG - matched Button with text "Cancel", using matcher: with mnemonic 'Cancel' 15:48:44 [2019-07-19T19:48:44.575Z] DEBUG - matched Button with text "Cancel", using matcher: with style 'SWT.PUSH' 15:48:44 [2019-07-19T19:48:44.575Z] DEBUG - matched Button with text "Cancel", using matcher: (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 15:48:44 [2019-07-19T19:48:44.575Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 15:48:44 [2019-07-19T19:48:44.575Z] DEBUG - Clicking on Cancel 15:48:44 [2019-07-19T19:48:44.575Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Cancel} time=197628594 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 15:48:44 [2019-07-19T19:48:44.575Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Cancel} time=197628594 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 15:48:44 [2019-07-19T19:48:44.575Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Cancel} time=197628595 data=null doit=true} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 15:48:44 [2019-07-19T19:48:44.575Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Cancel} time=197628595 data=null} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 15:48:44 [2019-07-19T19:48:44.575Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Cancel} time=197628595 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 15:48:44 [2019-07-19T19:48:44.575Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Cancel} time=197628595 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 15:48:44 [2019-07-19T19:48:44.575Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Cancel} time=197628595 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 15:48:44 [2019-07-19T19:48:44.575Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=197628250 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...' 15:48:44 [2019-07-19T19:48:44.575Z] DEBUG - Clicked on 15:48:44 [2019-07-19T19:48:44.575Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - test/Traces/syslog_collapse - Eclipse Platform} time=197628784 data=null doit=true} to Shell with text {data - test/Traces/syslog_collapse - Eclipse Platform} 15:48:44 [2019-07-19T19:48:44.832Z] DEBUG - matched MenuItem with text "&Window", using matcher: with mnemonic 'Window' 15:48:44 [2019-07-19T19:48:44.832Z] DEBUG - matched MenuItem with text "&Preferences", using matcher: with mnemonic 'Preferences' 15:48:44 [2019-07-19T19:48:44.832Z] DEBUG - Clicking on with mnemonic 'Preferences' 15:48:45 [2019-07-19T19:48:45.089Z] DEBUG - Clicked on with mnemonic 'Preferences' 15:48:45 [2019-07-19T19:48:45.089Z] DEBUG - matched Shell with text "Preferences", using matcher: with text 'Preferences' 15:48:45 [2019-07-19T19:48:45.089Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Preferences} time=197629165 data=null doit=true} to Shell with text {Preferences} 15:48:45 [2019-07-19T19:48:45.089Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:48:45 [2019-07-19T19:48:45.089Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:48:45 [2019-07-19T19:48:45.089Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:48:45 [2019-07-19T19:48:45.089Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:48:45 [2019-07-19T19:48:45.089Z] DEBUG - Attempting to set focus on Tree with text {} 15:48:45 [2019-07-19T19:48:45.089Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Tracing} time=197629192 data=null button=0 stateMask=0x0 x=48 y=116 count=0} to TreeItem with text {Tracing} 15:48:45 [2019-07-19T19:48:45.089Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=197629192 data=null doit=true} to TreeItem with text {Tracing} 15:48:45 [2019-07-19T19:48:45.089Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=197629193 data=null} to TreeItem with text {Tracing} 15:48:45 [2019-07-19T19:48:45.089Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=197629193 data=null button=1 stateMask=0x0 x=48 y=116 count=1} to TreeItem with text {Tracing} 15:48:45 [2019-07-19T19:48:45.089Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197629193 data=null item=TreeItem {Tracing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Tracing} 15:48:45 [2019-07-19T19:48:45.089Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=197629235 data=null button=1 stateMask=0x80000 x=48 y=116 count=1} to TreeItem with text {Tracing} 15:48:45 [2019-07-19T19:48:45.089Z] WARN - Tree item TreeItem with text {Tracing} is already expanded. Won't expand it again. 15:48:45 [2019-07-19T19:48:45.089Z] DEBUG - Attempting to set focus on Tree with text {} 15:48:45 [2019-07-19T19:48:45.089Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Trace Types} time=197629236 data=null button=0 stateMask=0x0 x=80 y=179 count=0} to Tree node with text: Trace Types 15:48:45 [2019-07-19T19:48:45.089Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Trace Types} time=197629237 data=null doit=true} to Tree node with text: Trace Types 15:48:45 [2019-07-19T19:48:45.089Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Trace Types} time=197629237 data=null} to Tree node with text: Trace Types 15:48:45 [2019-07-19T19:48:45.089Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Trace Types} time=197629237 data=null button=1 stateMask=0x0 x=80 y=179 count=1} to Tree node with text: Trace Types 15:48:45 [2019-07-19T19:48:45.089Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197629237 data=null item=TreeItem {Trace Types} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: Trace Types 15:48:45 [2019-07-19T19:48:45.089Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Trace Types} time=197629240 data=null button=1 stateMask=0x80000 x=80 y=179 count=1} to Tree node with text: Trace Types 15:48:45 [2019-07-19T19:48:45.089Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:48:45 [2019-07-19T19:48:45.089Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:48:45 [2019-07-19T19:48:45.089Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:48:45 [2019-07-19T19:48:45.089Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:48:45 [2019-07-19T19:48:45.089Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 15:48:45 [2019-07-19T19:48:45.089Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 15:48:45 [2019-07-19T19:48:45.089Z] DEBUG - matched Button with text "Check all", using matcher: with mnemonic 'Check all' 15:48:45 [2019-07-19T19:48:45.089Z] DEBUG - matched Button with text "Check all", using matcher: with style 'SWT.PUSH' 15:48:45 [2019-07-19T19:48:45.089Z] DEBUG - matched Button with text "Check all", using matcher: (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:45 [2019-07-19T19:48:45.089Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 15:48:45 [2019-07-19T19:48:45.089Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 15:48:45 [2019-07-19T19:48:45.089Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 15:48:45 [2019-07-19T19:48:45.089Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 15:48:45 [2019-07-19T19:48:45.089Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:48:45 [2019-07-19T19:48:45.089Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 15:48:45 [2019-07-19T19:48:45.089Z] DEBUG - Clicking on Check all 15:48:45 [2019-07-19T19:48:45.089Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check all} time=197629244 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:45 [2019-07-19T19:48:45.089Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=197629244 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:45 [2019-07-19T19:48:45.089Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check all} time=197629244 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:45 [2019-07-19T19:48:45.089Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check all} time=197629244 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:45 [2019-07-19T19:48:45.089Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check all} time=197629245 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:45 [2019-07-19T19:48:45.089Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check all} time=197629245 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:45 [2019-07-19T19:48:45.089Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check all} time=197629245 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:45 [2019-07-19T19:48:45.089Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check all} time=197629245 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:45 [2019-07-19T19:48:45.089Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=197629245 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:45 [2019-07-19T19:48:45.089Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check all} time=197629245 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:45 [2019-07-19T19:48:45.089Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check all} time=197629245 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:45 [2019-07-19T19:48:45.089Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check all} time=197629246 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 15:48:45 [2019-07-19T19:48:45.089Z] DEBUG - Clicked on Check all 15:48:45 [2019-07-19T19:48:45.089Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 15:48:45 [2019-07-19T19:48:45.089Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 15:48:45 [2019-07-19T19:48:45.089Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 15:48:45 [2019-07-19T19:48:45.089Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 15:48:45 [2019-07-19T19:48:45.089Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 15:48:45 [2019-07-19T19:48:45.089Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 15:48:45 [2019-07-19T19:48:45.089Z] DEBUG - matched Button with text "&Apply", using matcher: with mnemonic 'Apply' 15:48:45 [2019-07-19T19:48:45.089Z] DEBUG - matched Button with text "&Apply", using matcher: with style 'SWT.PUSH' 15:48:45 [2019-07-19T19:48:45.089Z] DEBUG - matched Button with text "&Apply", using matcher: (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:45 [2019-07-19T19:48:45.089Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:48:45 [2019-07-19T19:48:45.089Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 15:48:45 [2019-07-19T19:48:45.089Z] DEBUG - Clicking on &Apply 15:48:45 [2019-07-19T19:48:45.089Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Apply} time=197629247 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:45 [2019-07-19T19:48:45.089Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Apply} time=197629248 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:45 [2019-07-19T19:48:45.089Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Apply} time=197629248 data=null doit=true} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:45 [2019-07-19T19:48:45.089Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Apply} time=197629248 data=null} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:45 [2019-07-19T19:48:45.089Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Apply} time=197629248 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:45 [2019-07-19T19:48:45.089Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Apply} time=197629248 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:45 [2019-07-19T19:48:45.089Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Apply} time=197629248 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:45 [2019-07-19T19:48:45.089Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Apply} time=197629248 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:45 [2019-07-19T19:48:45.089Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Apply} time=197629248 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:45 [2019-07-19T19:48:45.089Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Apply} time=197629249 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:45 [2019-07-19T19:48:45.089Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Apply} time=197629262 data=null doit=true} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:45 [2019-07-19T19:48:45.089Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Apply} time=197629262 data=null} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') 15:48:45 [2019-07-19T19:48:45.089Z] DEBUG - Clicked on &Apply 15:48:45 [2019-07-19T19:48:45.089Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 15:48:45 [2019-07-19T19:48:45.089Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 15:48:45 [2019-07-19T19:48:45.089Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 15:48:45 [2019-07-19T19:48:45.090Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 15:48:45 [2019-07-19T19:48:45.090Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 15:48:45 [2019-07-19T19:48:45.090Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 15:48:45 [2019-07-19T19:48:45.090Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:48:45 [2019-07-19T19:48:45.090Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 15:48:45 [2019-07-19T19:48:45.090Z] DEBUG - matched Button with text "Apply and Close", using matcher: with mnemonic 'Apply and Close' 15:48:45 [2019-07-19T19:48:45.090Z] DEBUG - matched Button with text "Apply and Close", using matcher: (with mnemonic 'Apply and Close' or with mnemonic 'OK') 15:48:45 [2019-07-19T19:48:45.090Z] DEBUG - matched Button with text "Apply and Close", using matcher: with style 'SWT.PUSH' 15:48:45 [2019-07-19T19:48:45.090Z] DEBUG - matched Button with text "Apply and Close", using matcher: (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:45 [2019-07-19T19:48:45.090Z] DEBUG - Clicking on Apply and Close 15:48:45 [2019-07-19T19:48:45.090Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Apply and Close} time=197629264 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:45 [2019-07-19T19:48:45.090Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Apply and Close} time=197629265 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:45 [2019-07-19T19:48:45.090Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Apply and Close} time=197629265 data=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:45 [2019-07-19T19:48:45.090Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Apply and Close} time=197629265 data=null} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:45 [2019-07-19T19:48:45.090Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Apply and Close} time=197629265 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:45 [2019-07-19T19:48:45.090Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Apply and Close} time=197629265 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:45 [2019-07-19T19:48:45.090Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Apply and Close} time=197629265 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 15:48:45 [2019-07-19T19:48:45.090Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Preferences} time=197628844 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Preferences' 15:48:45 [2019-07-19T19:48:45.347Z] DEBUG - Clicked on 15:48:45 [2019-07-19T19:48:45.604Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - test/Traces/syslog_collapse - Eclipse Platform} time=197629762 data=null doit=true} to Shell with text {data - test/Traces/syslog_collapse - Eclipse Platform} 15:48:45 [2019-07-19T19:48:45.604Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' 15:48:45 [2019-07-19T19:48:45.604Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:48:45 [2019-07-19T19:48:45.604Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:48:45 [2019-07-19T19:48:45.604Z] DEBUG - Attempting to set focus on Tree with text {} 15:48:45 [2019-07-19T19:48:45.604Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=197629768 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 15:48:45 [2019-07-19T19:48:45.604Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=197629768 data=null doit=true} to TreeItem with text {test} 15:48:45 [2019-07-19T19:48:45.604Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=197629768 data=null} to TreeItem with text {test} 15:48:45 [2019-07-19T19:48:45.604Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=197629769 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 15:48:45 [2019-07-19T19:48:45.604Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197629769 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 15:48:45 [2019-07-19T19:48:45.604Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=197629803 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 15:48:45 [2019-07-19T19:48:45.860Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' 15:48:45 [2019-07-19T19:48:45.860Z] DEBUG - Clicking on with mnemonic 'Delete' 15:48:45 [2019-07-19T19:48:45.860Z] DEBUG - Clicked on with mnemonic 'Delete' 15:48:46 [2019-07-19T19:48:46.790Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' 15:48:46 [2019-07-19T19:48:46.790Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} 15:48:46 [2019-07-19T19:48:46.790Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 15:48:46 [2019-07-19T19:48:46.790Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' 15:48:46 [2019-07-19T19:48:46.790Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') 15:48:46 [2019-07-19T19:48:46.790Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 15:48:46 [2019-07-19T19:48:46.790Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:48:46 [2019-07-19T19:48:46.790Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:48:46 [2019-07-19T19:48:46.790Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') 15:48:46 [2019-07-19T19:48:46.790Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected 15:48:46 [2019-07-19T19:48:46.790Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197630700 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:48:46 [2019-07-19T19:48:46.790Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197630700 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:48:46 [2019-07-19T19:48:46.790Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=197630700 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:48:46 [2019-07-19T19:48:46.790Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=197630700 data=null} to (of type 'Button' and with style 'SWT.CHECK') 15:48:46 [2019-07-19T19:48:46.790Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197630701 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:48:46 [2019-07-19T19:48:46.790Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197630701 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:48:46 [2019-07-19T19:48:46.790Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=197630701 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:48:46 [2019-07-19T19:48:46.790Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197630701 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:48:46 [2019-07-19T19:48:46.790Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197630701 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:48:46 [2019-07-19T19:48:46.790Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197630701 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:48:46 [2019-07-19T19:48:46.790Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=197630701 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:48:46 [2019-07-19T19:48:46.790Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=197630701 data=null} to (of type 'Button' and with style 'SWT.CHECK') 15:48:46 [2019-07-19T19:48:46.790Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') 15:48:46 [2019-07-19T19:48:46.790Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 15:48:46 [2019-07-19T19:48:46.790Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 15:48:46 [2019-07-19T19:48:46.790Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:48:46 [2019-07-19T19:48:46.790Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:48:46 [2019-07-19T19:48:46.790Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 15:48:46 [2019-07-19T19:48:46.790Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:48:46 [2019-07-19T19:48:46.790Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:48:46 [2019-07-19T19:48:46.790Z] DEBUG - Clicking on OK 15:48:46 [2019-07-19T19:48:46.790Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=197630702 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:48:46 [2019-07-19T19:48:46.790Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=197630702 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:48:46 [2019-07-19T19:48:46.790Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=197630702 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:48:46 [2019-07-19T19:48:46.790Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=197630702 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:48:46 [2019-07-19T19:48:46.790Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=197630703 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:48:46 [2019-07-19T19:48:46.790Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=197630703 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:48:46 [2019-07-19T19:48:46.790Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:48:46 [2019-07-19T19:48:46.790Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:48:46 [2019-07-19T19:48:46.790Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:48:46 [2019-07-19T19:48:46.790Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:48:46 [2019-07-19T19:48:46.790Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:48:46 [2019-07-19T19:48:46.790Z] DEBUG - Clicked on OK 15:48:47 [2019-07-19T19:48:47.046Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=197630703 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:48:47 [2019-07-19T19:48:47.046Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=197629860 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' 15:48:47 [2019-07-19T19:48:47.303Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.577 s - in org.eclipse.tracecompass.tmf.ui.swtbot.tests.tracetype.preferences.TraceTypePreferencePageTest 15:48:47 [2019-07-19T19:48:47.303Z] testFiltersView(org.eclipse.tracecompass.tmf.ui.swtbot.tests.tracetype.preferences.TraceTypePreferencePageTest) Time elapsed: 3.197 s 15:48:47 [2019-07-19T19:48:47.303Z] testPreferencePage(org.eclipse.tracecompass.tmf.ui.swtbot.tests.tracetype.preferences.TraceTypePreferencePageTest) Time elapsed: 2.004 s 15:48:47 [2019-07-19T19:48:47.303Z] testSelectTraceType(org.eclipse.tracecompass.tmf.ui.swtbot.tests.tracetype.preferences.TraceTypePreferencePageTest) Time elapsed: 2.549 s 15:48:47 [2019-07-19T19:48:47.303Z] testImportTraceTypeOptions(org.eclipse.tracecompass.tmf.ui.swtbot.tests.tracetype.preferences.TraceTypePreferencePageTest) Time elapsed: 3.561 s 15:48:47 [2019-07-19T19:48:47.303Z] Running org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.TimeGraphViewTest 15:48:51 [2019-07-19T19:48:51.476Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.timegraph.stub"' 15:48:51 [2019-07-19T19:48:51.476Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 15:48:53 [2019-07-19T19:48:53.999Z] DEBUG - number of items : 16 15:48:53 [2019-07-19T19:48:53.999Z] DEBUG - Clicking on ToolItem with tooltip text {Show Legend} 15:48:53 [2019-07-19T19:48:53.999Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=197638085 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:48:53 [2019-07-19T19:48:53.999Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197638085 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:48:53 [2019-07-19T19:48:53.999Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=197638085 data=null doit=true} to ToolItem with tooltip text {Show Legend} 15:48:53 [2019-07-19T19:48:53.999Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=197638085 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:48:53 [2019-07-19T19:48:53.999Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=197638085 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=197638266 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197638267 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=197638267 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=197638267 data=null doit=true} to ToolItem with tooltip text {Show Legend} 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=197638267 data=null} to ToolItem with tooltip text {Show Legend} 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - Clicked on ToolItem with tooltip text {Show Legend} 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Shell with text "Legend", using matcher: with text 'Legend' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - Clicking on OK 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=197638357 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=197638357 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=197638358 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=197638358 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=197638358 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=197638358 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=197638358 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:48:54 [2019-07-19T19:48:54.257Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=197638085 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Show Legend} 15:48:54 [2019-07-19T19:48:54.515Z] DEBUG - Clicked on 15:48:54 [2019-07-19T19:48:54.515Z] 15:48:54 [2019-07-19T19:48:54.515Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 0 2019-07-19 19:48:54.285 15:48:54 [2019-07-19T19:48:54.515Z] !MESSAGE Exception handling signal [TmfTraceClosedSignal (Stub)] in method public void org.eclipse.tracecompass.tmf.ui.views.histogram.HistogramView.traceClosed(org.eclipse.tracecompass.tmf.core.signal.TmfTraceClosedSignal) 15:48:54 [2019-07-19T19:48:54.515Z] !STACK 0 15:48:54 [2019-07-19T19:48:54.515Z] java.lang.reflect.InvocationTargetException 15:48:54 [2019-07-19T19:48:54.515Z] at sun.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) 15:48:54 [2019-07-19T19:48:54.515Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:48:54 [2019-07-19T19:48:54.515Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:48:54 [2019-07-19T19:48:54.515Z] at org.eclipse.tracecompass.tmf.core.signal.TmfSignalManager.sendSignal(TmfSignalManager.java:337) 15:48:54 [2019-07-19T19:48:54.515Z] at org.eclipse.tracecompass.tmf.core.signal.TmfSignalManager.sendSignal(TmfSignalManager.java:293) 15:48:54 [2019-07-19T19:48:54.515Z] at org.eclipse.tracecompass.tmf.core.signal.TmfSignalManager.dispatchSignal(TmfSignalManager.java:252) 15:48:54 [2019-07-19T19:48:54.515Z] at org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.TimeGraphViewTest.after(TimeGraphViewTest.java:318) 15:48:54 [2019-07-19T19:48:54.515Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 15:48:54 [2019-07-19T19:48:54.515Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 15:48:54 [2019-07-19T19:48:54.515Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:48:54 [2019-07-19T19:48:54.515Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:48:54 [2019-07-19T19:48:54.515Z] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) 15:48:54 [2019-07-19T19:48:54.515Z] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 15:48:54 [2019-07-19T19:48:54.515Z] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) 15:48:54 [2019-07-19T19:48:54.515Z] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33) 15:48:54 [2019-07-19T19:48:54.515Z] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) 15:48:54 [2019-07-19T19:48:54.515Z] at org.eclipse.swtbot.swt.finder.junit.SWTBotJunit4ClassRunner.runChild(SWTBotJunit4ClassRunner.java:75) 15:48:54 [2019-07-19T19:48:54.515Z] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) 15:48:54 [2019-07-19T19:48:54.515Z] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) 15:48:54 [2019-07-19T19:48:54.515Z] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) 15:48:54 [2019-07-19T19:48:54.515Z] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) 15:48:54 [2019-07-19T19:48:54.515Z] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) 15:48:54 [2019-07-19T19:48:54.515Z] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) 15:48:54 [2019-07-19T19:48:54.515Z] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 15:48:54 [2019-07-19T19:48:54.515Z] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 15:48:54 [2019-07-19T19:48:54.515Z] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) 15:48:54 [2019-07-19T19:48:54.515Z] at org.eclipse.swtbot.swt.finder.junit.SWTBotJunit4ClassRunner.run(SWTBotJunit4ClassRunner.java:60) 15:48:54 [2019-07-19T19:48:54.515Z] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) 15:48:54 [2019-07-19T19:48:54.515Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) 15:48:54 [2019-07-19T19:48:54.515Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) 15:48:54 [2019-07-19T19:48:54.515Z] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) 15:48:54 [2019-07-19T19:48:54.515Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 15:48:54 [2019-07-19T19:48:54.515Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 15:48:54 [2019-07-19T19:48:54.515Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:48:54 [2019-07-19T19:48:54.515Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:48:54 [2019-07-19T19:48:54.515Z] at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) 15:48:54 [2019-07-19T19:48:54.515Z] at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) 15:48:54 [2019-07-19T19:48:54.515Z] at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) 15:48:54 [2019-07-19T19:48:54.515Z] at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:110) 15:48:54 [2019-07-19T19:48:54.515Z] at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:44) 15:48:54 [2019-07-19T19:48:54.515Z] at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:76) 15:48:54 [2019-07-19T19:48:54.515Z] at java.lang.Thread.run(Thread.java:748) 15:48:54 [2019-07-19T19:48:54.515Z] Caused by: org.eclipse.swt.SWTException: Invalid thread access 15:48:54 [2019-07-19T19:48:54.515Z] at org.eclipse.swt.SWT.error(SWT.java:4699) 15:48:54 [2019-07-19T19:48:54.515Z] at org.eclipse.swt.SWT.error(SWT.java:4614) 15:48:54 [2019-07-19T19:48:54.515Z] at org.eclipse.swt.SWT.error(SWT.java:4585) 15:48:54 [2019-07-19T19:48:54.515Z] at org.eclipse.swt.widgets.Widget.error(Widget.java:532) 15:48:54 [2019-07-19T19:48:54.515Z] at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:470) 15:48:54 [2019-07-19T19:48:54.515Z] at org.eclipse.swt.widgets.Composite.getChildren(Composite.java:736) 15:48:54 [2019-07-19T19:48:54.515Z] at org.eclipse.tracecompass.tmf.ui.views.histogram.HistogramView.traceClosed(HistogramView.java:695) 15:48:54 [2019-07-19T19:48:54.515Z] ... 42 more 15:48:54 [2019-07-19T19:48:54.515Z] Root exception: 15:48:54 [2019-07-19T19:48:54.515Z] org.eclipse.swt.SWTException: Invalid thread access 15:48:54 [2019-07-19T19:48:54.515Z] at org.eclipse.swt.SWT.error(SWT.java:4699) 15:48:54 [2019-07-19T19:48:54.515Z] at org.eclipse.swt.SWT.error(SWT.java:4614) 15:48:54 [2019-07-19T19:48:54.515Z] at org.eclipse.swt.SWT.error(SWT.java:4585) 15:48:54 [2019-07-19T19:48:54.515Z] at org.eclipse.swt.widgets.Widget.error(Widget.java:532) 15:48:54 [2019-07-19T19:48:54.515Z] at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:470) 15:48:54 [2019-07-19T19:48:54.515Z] at org.eclipse.swt.widgets.Composite.getChildren(Composite.java:736) 15:48:54 [2019-07-19T19:48:54.515Z] at org.eclipse.tracecompass.tmf.ui.views.histogram.HistogramView.traceClosed(HistogramView.java:695) 15:48:54 [2019-07-19T19:48:54.515Z] at sun.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) 15:48:54 [2019-07-19T19:48:54.515Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:48:54 [2019-07-19T19:48:54.515Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:48:54 [2019-07-19T19:48:54.515Z] at org.eclipse.tracecompass.tmf.core.signal.TmfSignalManager.sendSignal(TmfSignalManager.java:337) 15:48:54 [2019-07-19T19:48:54.515Z] at org.eclipse.tracecompass.tmf.core.signal.TmfSignalManager.sendSignal(TmfSignalManager.java:293) 15:48:54 [2019-07-19T19:48:54.515Z] at org.eclipse.tracecompass.tmf.core.signal.TmfSignalManager.dispatchSignal(TmfSignalManager.java:252) 15:48:54 [2019-07-19T19:48:54.515Z] at org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.TimeGraphViewTest.after(TimeGraphViewTest.java:318) 15:48:54 [2019-07-19T19:48:54.515Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 15:48:54 [2019-07-19T19:48:54.515Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 15:48:54 [2019-07-19T19:48:54.515Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:48:54 [2019-07-19T19:48:54.515Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:48:54 [2019-07-19T19:48:54.515Z] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) 15:48:54 [2019-07-19T19:48:54.515Z] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 15:48:54 [2019-07-19T19:48:54.515Z] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) 15:48:54 [2019-07-19T19:48:54.515Z] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33) 15:48:54 [2019-07-19T19:48:54.515Z] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) 15:48:54 [2019-07-19T19:48:54.515Z] at org.eclipse.swtbot.swt.finder.junit.SWTBotJunit4ClassRunner.runChild(SWTBotJunit4ClassRunner.java:75) 15:48:54 [2019-07-19T19:48:54.515Z] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) 15:48:54 [2019-07-19T19:48:54.515Z] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) 15:48:54 [2019-07-19T19:48:54.515Z] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) 15:48:54 [2019-07-19T19:48:54.515Z] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) 15:48:54 [2019-07-19T19:48:54.515Z] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) 15:48:54 [2019-07-19T19:48:54.515Z] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) 15:48:54 [2019-07-19T19:48:54.515Z] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 15:48:54 [2019-07-19T19:48:54.515Z] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 15:48:54 [2019-07-19T19:48:54.515Z] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) 15:48:54 [2019-07-19T19:48:54.515Z] at org.eclipse.swtbot.swt.finder.junit.SWTBotJunit4ClassRunner.run(SWTBotJunit4ClassRunner.java:60) 15:48:54 [2019-07-19T19:48:54.515Z] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) 15:48:54 [2019-07-19T19:48:54.515Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) 15:48:54 [2019-07-19T19:48:54.515Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) 15:48:54 [2019-07-19T19:48:54.515Z] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) 15:48:54 [2019-07-19T19:48:54.515Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 15:48:54 [2019-07-19T19:48:54.515Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 15:48:54 [2019-07-19T19:48:54.515Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:48:54 [2019-07-19T19:48:54.515Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:48:54 [2019-07-19T19:48:54.515Z] at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) 15:48:54 [2019-07-19T19:48:54.515Z] at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) 15:48:54 [2019-07-19T19:48:54.515Z] at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) 15:48:54 [2019-07-19T19:48:54.515Z] at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:110) 15:48:54 [2019-07-19T19:48:54.515Z] at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:44) 15:48:54 [2019-07-19T19:48:54.515Z] at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:76) 15:48:54 [2019-07-19T19:48:54.515Z] at java.lang.Thread.run(Thread.java:748) 15:48:54 [2019-07-19T19:48:54.515Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.timegraph.stub"' 15:48:54 [2019-07-19T19:48:54.515Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - number of items : 16 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - Clicking on ToolItem with tooltip text {Show Legend} 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=197639776 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197639776 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=197639776 data=null doit=true} to ToolItem with tooltip text {Show Legend} 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=197639776 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=197639777 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=197640042 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197640043 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=197640044 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=197640044 data=null doit=true} to ToolItem with tooltip text {Show Legend} 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=197640044 data=null} to ToolItem with tooltip text {Show Legend} 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - Clicked on ToolItem with tooltip text {Show Legend} 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Shell with text "Legend", using matcher: with text 'Legend' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - Clicking on OK 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=197640062 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=197640062 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=197640062 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=197640062 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=197640062 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=197640062 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=197640062 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:48:55 [2019-07-19T19:48:55.884Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=197639777 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Show Legend} 15:48:56 [2019-07-19T19:48:56.140Z] DEBUG - Clicked on 15:48:56 [2019-07-19T19:48:56.140Z] 15:48:56 [2019-07-19T19:48:56.140Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 0 2019-07-19 19:48:55.978 15:48:56 [2019-07-19T19:48:56.140Z] !MESSAGE Exception handling signal [TmfTraceClosedSignal (Stub)] in method public void org.eclipse.tracecompass.tmf.ui.views.histogram.HistogramView.traceClosed(org.eclipse.tracecompass.tmf.core.signal.TmfTraceClosedSignal) 15:48:56 [2019-07-19T19:48:56.140Z] !STACK 0 15:48:56 [2019-07-19T19:48:56.140Z] java.lang.reflect.InvocationTargetException 15:48:56 [2019-07-19T19:48:56.140Z] at sun.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) 15:48:56 [2019-07-19T19:48:56.140Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:48:56 [2019-07-19T19:48:56.140Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:48:56 [2019-07-19T19:48:56.140Z] at org.eclipse.tracecompass.tmf.core.signal.TmfSignalManager.sendSignal(TmfSignalManager.java:337) 15:48:56 [2019-07-19T19:48:56.140Z] at org.eclipse.tracecompass.tmf.core.signal.TmfSignalManager.sendSignal(TmfSignalManager.java:293) 15:48:56 [2019-07-19T19:48:56.140Z] at org.eclipse.tracecompass.tmf.core.signal.TmfSignalManager.dispatchSignal(TmfSignalManager.java:252) 15:48:56 [2019-07-19T19:48:56.140Z] at org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.TimeGraphViewTest.after(TimeGraphViewTest.java:318) 15:48:56 [2019-07-19T19:48:56.140Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 15:48:56 [2019-07-19T19:48:56.140Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 15:48:56 [2019-07-19T19:48:56.140Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:48:56 [2019-07-19T19:48:56.140Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:48:56 [2019-07-19T19:48:56.140Z] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) 15:48:56 [2019-07-19T19:48:56.140Z] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 15:48:56 [2019-07-19T19:48:56.140Z] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) 15:48:56 [2019-07-19T19:48:56.140Z] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33) 15:48:56 [2019-07-19T19:48:56.140Z] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) 15:48:56 [2019-07-19T19:48:56.140Z] at org.eclipse.swtbot.swt.finder.junit.SWTBotJunit4ClassRunner.runChild(SWTBotJunit4ClassRunner.java:75) 15:48:56 [2019-07-19T19:48:56.140Z] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) 15:48:56 [2019-07-19T19:48:56.140Z] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) 15:48:56 [2019-07-19T19:48:56.140Z] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) 15:48:56 [2019-07-19T19:48:56.140Z] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) 15:48:56 [2019-07-19T19:48:56.140Z] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) 15:48:56 [2019-07-19T19:48:56.140Z] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) 15:48:56 [2019-07-19T19:48:56.140Z] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 15:48:56 [2019-07-19T19:48:56.140Z] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 15:48:56 [2019-07-19T19:48:56.140Z] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) 15:48:56 [2019-07-19T19:48:56.140Z] at org.eclipse.swtbot.swt.finder.junit.SWTBotJunit4ClassRunner.run(SWTBotJunit4ClassRunner.java:60) 15:48:56 [2019-07-19T19:48:56.140Z] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) 15:48:56 [2019-07-19T19:48:56.140Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) 15:48:56 [2019-07-19T19:48:56.140Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) 15:48:56 [2019-07-19T19:48:56.140Z] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) 15:48:56 [2019-07-19T19:48:56.140Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 15:48:56 [2019-07-19T19:48:56.140Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 15:48:56 [2019-07-19T19:48:56.140Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:48:56 [2019-07-19T19:48:56.140Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:48:56 [2019-07-19T19:48:56.140Z] at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) 15:48:56 [2019-07-19T19:48:56.140Z] at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) 15:48:56 [2019-07-19T19:48:56.140Z] at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) 15:48:56 [2019-07-19T19:48:56.140Z] at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:110) 15:48:56 [2019-07-19T19:48:56.140Z] at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:44) 15:48:56 [2019-07-19T19:48:56.140Z] at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:76) 15:48:56 [2019-07-19T19:48:56.140Z] at java.lang.Thread.run(Thread.java:748) 15:48:56 [2019-07-19T19:48:56.140Z] Caused by: org.eclipse.swt.SWTException: Invalid thread access 15:48:56 [2019-07-19T19:48:56.140Z] at org.eclipse.swt.SWT.error(SWT.java:4699) 15:48:56 [2019-07-19T19:48:56.140Z] at org.eclipse.swt.SWT.error(SWT.java:4614) 15:48:56 [2019-07-19T19:48:56.140Z] at org.eclipse.swt.SWT.error(SWT.java:4585) 15:48:56 [2019-07-19T19:48:56.140Z] at org.eclipse.swt.widgets.Widget.error(Widget.java:532) 15:48:56 [2019-07-19T19:48:56.140Z] at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:470) 15:48:56 [2019-07-19T19:48:56.140Z] at org.eclipse.swt.widgets.Composite.getChildren(Composite.java:736) 15:48:56 [2019-07-19T19:48:56.140Z] at org.eclipse.tracecompass.tmf.ui.views.histogram.HistogramView.traceClosed(HistogramView.java:695) 15:48:56 [2019-07-19T19:48:56.140Z] ... 42 more 15:48:56 [2019-07-19T19:48:56.140Z] Root exception: 15:48:56 [2019-07-19T19:48:56.140Z] org.eclipse.swt.SWTException: Invalid thread access 15:48:56 [2019-07-19T19:48:56.140Z] at org.eclipse.swt.SWT.error(SWT.java:4699) 15:48:56 [2019-07-19T19:48:56.140Z] at org.eclipse.swt.SWT.error(SWT.java:4614) 15:48:56 [2019-07-19T19:48:56.140Z] at org.eclipse.swt.SWT.error(SWT.java:4585) 15:48:56 [2019-07-19T19:48:56.140Z] at org.eclipse.swt.widgets.Widget.error(Widget.java:532) 15:48:56 [2019-07-19T19:48:56.140Z] at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:470) 15:48:56 [2019-07-19T19:48:56.140Z] at org.eclipse.swt.widgets.Composite.getChildren(Composite.java:736) 15:48:56 [2019-07-19T19:48:56.140Z] at org.eclipse.tracecompass.tmf.ui.views.histogram.HistogramView.traceClosed(HistogramView.java:695) 15:48:56 [2019-07-19T19:48:56.140Z] at sun.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) 15:48:56 [2019-07-19T19:48:56.140Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:48:56 [2019-07-19T19:48:56.140Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:48:56 [2019-07-19T19:48:56.140Z] at org.eclipse.tracecompass.tmf.core.signal.TmfSignalManager.sendSignal(TmfSignalManager.java:337) 15:48:56 [2019-07-19T19:48:56.140Z] at org.eclipse.tracecompass.tmf.core.signal.TmfSignalManager.sendSignal(TmfSignalManager.java:293) 15:48:56 [2019-07-19T19:48:56.140Z] at org.eclipse.tracecompass.tmf.core.signal.TmfSignalManager.dispatchSignal(TmfSignalManager.java:252) 15:48:56 [2019-07-19T19:48:56.140Z] at org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.TimeGraphViewTest.after(TimeGraphViewTest.java:318) 15:48:56 [2019-07-19T19:48:56.140Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 15:48:56 [2019-07-19T19:48:56.140Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 15:48:56 [2019-07-19T19:48:56.140Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:48:56 [2019-07-19T19:48:56.140Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:48:56 [2019-07-19T19:48:56.140Z] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) 15:48:56 [2019-07-19T19:48:56.140Z] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 15:48:56 [2019-07-19T19:48:56.140Z] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) 15:48:56 [2019-07-19T19:48:56.140Z] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33) 15:48:56 [2019-07-19T19:48:56.140Z] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) 15:48:56 [2019-07-19T19:48:56.140Z] at org.eclipse.swtbot.swt.finder.junit.SWTBotJunit4ClassRunner.runChild(SWTBotJunit4ClassRunner.java:75) 15:48:56 [2019-07-19T19:48:56.140Z] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) 15:48:56 [2019-07-19T19:48:56.140Z] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) 15:48:56 [2019-07-19T19:48:56.140Z] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) 15:48:56 [2019-07-19T19:48:56.140Z] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) 15:48:56 [2019-07-19T19:48:56.140Z] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) 15:48:56 [2019-07-19T19:48:56.140Z] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) 15:48:56 [2019-07-19T19:48:56.140Z] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 15:48:56 [2019-07-19T19:48:56.140Z] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 15:48:56 [2019-07-19T19:48:56.140Z] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) 15:48:56 [2019-07-19T19:48:56.140Z] at org.eclipse.swtbot.swt.finder.junit.SWTBotJunit4ClassRunner.run(SWTBotJunit4ClassRunner.java:60) 15:48:56 [2019-07-19T19:48:56.140Z] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) 15:48:56 [2019-07-19T19:48:56.140Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) 15:48:56 [2019-07-19T19:48:56.140Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) 15:48:56 [2019-07-19T19:48:56.140Z] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) 15:48:56 [2019-07-19T19:48:56.140Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 15:48:56 [2019-07-19T19:48:56.140Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 15:48:56 [2019-07-19T19:48:56.140Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:48:56 [2019-07-19T19:48:56.140Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:48:56 [2019-07-19T19:48:56.140Z] at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) 15:48:56 [2019-07-19T19:48:56.140Z] at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) 15:48:56 [2019-07-19T19:48:56.140Z] at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) 15:48:56 [2019-07-19T19:48:56.140Z] at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:110) 15:48:56 [2019-07-19T19:48:56.140Z] at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:44) 15:48:56 [2019-07-19T19:48:56.141Z] at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:76) 15:48:56 [2019-07-19T19:48:56.141Z] at java.lang.Thread.run(Thread.java:748) 15:48:56 [2019-07-19T19:48:56.397Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.timegraph.stub"' 15:48:56 [2019-07-19T19:48:56.397Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 15:48:56 [2019-07-19T19:48:56.961Z] DEBUG - number of items : 16 15:48:56 [2019-07-19T19:48:56.961Z] DEBUG - Clicking on ToolItem with tooltip text {Show Legend} 15:48:56 [2019-07-19T19:48:56.961Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=197641063 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:48:56 [2019-07-19T19:48:56.961Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197641064 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:48:56 [2019-07-19T19:48:56.961Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=197641064 data=null doit=true} to ToolItem with tooltip text {Show Legend} 15:48:56 [2019-07-19T19:48:56.961Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=197641064 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:48:56 [2019-07-19T19:48:56.961Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=197641064 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=197641210 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197641211 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=197641211 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=197641211 data=null doit=true} to ToolItem with tooltip text {Show Legend} 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=197641212 data=null} to ToolItem with tooltip text {Show Legend} 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - Clicked on ToolItem with tooltip text {Show Legend} 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Shell with text "Legend", using matcher: with text 'Legend' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - Clicking on OK 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=197641258 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=197641258 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=197641258 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=197641258 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=197641258 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=197641259 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=197641259 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=197641064 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Show Legend} 15:48:57 [2019-07-19T19:48:57.218Z] DEBUG - Clicked on 15:48:57 [2019-07-19T19:48:57.218Z] 15:48:57 [2019-07-19T19:48:57.218Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 0 2019-07-19 19:48:57.117 15:48:57 [2019-07-19T19:48:57.218Z] !MESSAGE Exception handling signal [TmfTraceClosedSignal (Stub)] in method public void org.eclipse.tracecompass.tmf.ui.views.histogram.HistogramView.traceClosed(org.eclipse.tracecompass.tmf.core.signal.TmfTraceClosedSignal) 15:48:57 [2019-07-19T19:48:57.218Z] !STACK 0 15:48:57 [2019-07-19T19:48:57.218Z] java.lang.reflect.InvocationTargetException 15:48:57 [2019-07-19T19:48:57.218Z] at sun.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) 15:48:57 [2019-07-19T19:48:57.218Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:48:57 [2019-07-19T19:48:57.218Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:48:57 [2019-07-19T19:48:57.218Z] at org.eclipse.tracecompass.tmf.core.signal.TmfSignalManager.sendSignal(TmfSignalManager.java:337) 15:48:57 [2019-07-19T19:48:57.218Z] at org.eclipse.tracecompass.tmf.core.signal.TmfSignalManager.sendSignal(TmfSignalManager.java:293) 15:48:57 [2019-07-19T19:48:57.219Z] at org.eclipse.tracecompass.tmf.core.signal.TmfSignalManager.dispatchSignal(TmfSignalManager.java:252) 15:48:57 [2019-07-19T19:48:57.219Z] at org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.TimeGraphViewTest.after(TimeGraphViewTest.java:318) 15:48:57 [2019-07-19T19:48:57.219Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 15:48:57 [2019-07-19T19:48:57.219Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 15:48:57 [2019-07-19T19:48:57.219Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:48:57 [2019-07-19T19:48:57.219Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:48:57 [2019-07-19T19:48:57.219Z] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) 15:48:57 [2019-07-19T19:48:57.219Z] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 15:48:57 [2019-07-19T19:48:57.219Z] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) 15:48:57 [2019-07-19T19:48:57.219Z] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33) 15:48:57 [2019-07-19T19:48:57.219Z] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) 15:48:57 [2019-07-19T19:48:57.219Z] at org.eclipse.swtbot.swt.finder.junit.SWTBotJunit4ClassRunner.runChild(SWTBotJunit4ClassRunner.java:75) 15:48:57 [2019-07-19T19:48:57.219Z] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) 15:48:57 [2019-07-19T19:48:57.219Z] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) 15:48:57 [2019-07-19T19:48:57.219Z] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) 15:48:57 [2019-07-19T19:48:57.219Z] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) 15:48:57 [2019-07-19T19:48:57.219Z] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) 15:48:57 [2019-07-19T19:48:57.219Z] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) 15:48:57 [2019-07-19T19:48:57.219Z] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 15:48:57 [2019-07-19T19:48:57.219Z] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 15:48:57 [2019-07-19T19:48:57.219Z] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) 15:48:57 [2019-07-19T19:48:57.219Z] at org.eclipse.swtbot.swt.finder.junit.SWTBotJunit4ClassRunner.run(SWTBotJunit4ClassRunner.java:60) 15:48:57 [2019-07-19T19:48:57.219Z] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) 15:48:57 [2019-07-19T19:48:57.219Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) 15:48:57 [2019-07-19T19:48:57.219Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) 15:48:57 [2019-07-19T19:48:57.219Z] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) 15:48:57 [2019-07-19T19:48:57.219Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 15:48:57 [2019-07-19T19:48:57.219Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 15:48:57 [2019-07-19T19:48:57.219Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:48:57 [2019-07-19T19:48:57.219Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:48:57 [2019-07-19T19:48:57.219Z] at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) 15:48:57 [2019-07-19T19:48:57.219Z] at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) 15:48:57 [2019-07-19T19:48:57.219Z] at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) 15:48:57 [2019-07-19T19:48:57.219Z] at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:110) 15:48:57 [2019-07-19T19:48:57.219Z] at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:44) 15:48:57 [2019-07-19T19:48:57.219Z] at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:76) 15:48:57 [2019-07-19T19:48:57.219Z] at java.lang.Thread.run(Thread.java:748) 15:48:57 [2019-07-19T19:48:57.219Z] Caused by: org.eclipse.swt.SWTException: Invalid thread access 15:48:57 [2019-07-19T19:48:57.219Z] at org.eclipse.swt.SWT.error(SWT.java:4699) 15:48:57 [2019-07-19T19:48:57.219Z] at org.eclipse.swt.SWT.error(SWT.java:4614) 15:48:57 [2019-07-19T19:48:57.219Z] at org.eclipse.swt.SWT.error(SWT.java:4585) 15:48:57 [2019-07-19T19:48:57.219Z] at org.eclipse.swt.widgets.Widget.error(Widget.java:532) 15:48:57 [2019-07-19T19:48:57.219Z] at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:470) 15:48:57 [2019-07-19T19:48:57.219Z] at org.eclipse.swt.widgets.Composite.getChildren(Composite.java:736) 15:48:57 [2019-07-19T19:48:57.219Z] at org.eclipse.tracecompass.tmf.ui.views.histogram.HistogramView.traceClosed(HistogramView.java:695) 15:48:57 [2019-07-19T19:48:57.219Z] ... 42 more 15:48:57 [2019-07-19T19:48:57.219Z] Root exception: 15:48:57 [2019-07-19T19:48:57.219Z] org.eclipse.swt.SWTException: Invalid thread access 15:48:57 [2019-07-19T19:48:57.219Z] at org.eclipse.swt.SWT.error(SWT.java:4699) 15:48:57 [2019-07-19T19:48:57.219Z] at org.eclipse.swt.SWT.error(SWT.java:4614) 15:48:57 [2019-07-19T19:48:57.219Z] at org.eclipse.swt.SWT.error(SWT.java:4585) 15:48:57 [2019-07-19T19:48:57.219Z] at org.eclipse.swt.widgets.Widget.error(Widget.java:532) 15:48:57 [2019-07-19T19:48:57.219Z] at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:470) 15:48:57 [2019-07-19T19:48:57.219Z] at org.eclipse.swt.widgets.Composite.getChildren(Composite.java:736) 15:48:57 [2019-07-19T19:48:57.219Z] at org.eclipse.tracecompass.tmf.ui.views.histogram.HistogramView.traceClosed(HistogramView.java:695) 15:48:57 [2019-07-19T19:48:57.219Z] at sun.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) 15:48:57 [2019-07-19T19:48:57.219Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:48:57 [2019-07-19T19:48:57.219Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:48:57 [2019-07-19T19:48:57.219Z] at org.eclipse.tracecompass.tmf.core.signal.TmfSignalManager.sendSignal(TmfSignalManager.java:337) 15:48:57 [2019-07-19T19:48:57.219Z] at org.eclipse.tracecompass.tmf.core.signal.TmfSignalManager.sendSignal(TmfSignalManager.java:293) 15:48:57 [2019-07-19T19:48:57.219Z] at org.eclipse.tracecompass.tmf.core.signal.TmfSignalManager.dispatchSignal(TmfSignalManager.java:252) 15:48:57 [2019-07-19T19:48:57.219Z] at org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.TimeGraphViewTest.after(TimeGraphViewTest.java:318) 15:48:57 [2019-07-19T19:48:57.219Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 15:48:57 [2019-07-19T19:48:57.219Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 15:48:57 [2019-07-19T19:48:57.219Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:48:57 [2019-07-19T19:48:57.219Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:48:57 [2019-07-19T19:48:57.219Z] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) 15:48:57 [2019-07-19T19:48:57.219Z] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 15:48:57 [2019-07-19T19:48:57.219Z] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) 15:48:57 [2019-07-19T19:48:57.219Z] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33) 15:48:57 [2019-07-19T19:48:57.219Z] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) 15:48:57 [2019-07-19T19:48:57.219Z] at org.eclipse.swtbot.swt.finder.junit.SWTBotJunit4ClassRunner.runChild(SWTBotJunit4ClassRunner.java:75) 15:48:57 [2019-07-19T19:48:57.219Z] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) 15:48:57 [2019-07-19T19:48:57.219Z] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) 15:48:57 [2019-07-19T19:48:57.219Z] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) 15:48:57 [2019-07-19T19:48:57.219Z] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) 15:48:57 [2019-07-19T19:48:57.219Z] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) 15:48:57 [2019-07-19T19:48:57.219Z] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) 15:48:57 [2019-07-19T19:48:57.219Z] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 15:48:57 [2019-07-19T19:48:57.219Z] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 15:48:57 [2019-07-19T19:48:57.219Z] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) 15:48:57 [2019-07-19T19:48:57.219Z] at org.eclipse.swtbot.swt.finder.junit.SWTBotJunit4ClassRunner.run(SWTBotJunit4ClassRunner.java:60) 15:48:57 [2019-07-19T19:48:57.219Z] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) 15:48:57 [2019-07-19T19:48:57.219Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) 15:48:57 [2019-07-19T19:48:57.219Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) 15:48:57 [2019-07-19T19:48:57.219Z] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) 15:48:57 [2019-07-19T19:48:57.219Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 15:48:57 [2019-07-19T19:48:57.219Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 15:48:57 [2019-07-19T19:48:57.219Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:48:57 [2019-07-19T19:48:57.219Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:48:57 [2019-07-19T19:48:57.219Z] at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) 15:48:57 [2019-07-19T19:48:57.219Z] at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) 15:48:57 [2019-07-19T19:48:57.219Z] at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) 15:48:57 [2019-07-19T19:48:57.219Z] at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:110) 15:48:57 [2019-07-19T19:48:57.219Z] at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:44) 15:48:57 [2019-07-19T19:48:57.219Z] at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:76) 15:48:57 [2019-07-19T19:48:57.219Z] at java.lang.Thread.run(Thread.java:748) 15:48:57 [2019-07-19T19:48:57.476Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.timegraph.stub"' 15:48:57 [2019-07-19T19:48:57.476Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 15:48:58 [2019-07-19T19:48:58.040Z] DEBUG - number of items : 16 15:48:58 [2019-07-19T19:48:58.040Z] DEBUG - Clicking on ToolItem with tooltip text {Show Legend} 15:48:58 [2019-07-19T19:48:58.040Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=197642103 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:48:58 [2019-07-19T19:48:58.040Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197642103 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:48:58 [2019-07-19T19:48:58.040Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=197642103 data=null doit=true} to ToolItem with tooltip text {Show Legend} 15:48:58 [2019-07-19T19:48:58.040Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=197642103 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:48:58 [2019-07-19T19:48:58.040Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=197642103 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:48:58 [2019-07-19T19:48:58.040Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=197642247 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:48:58 [2019-07-19T19:48:58.040Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197642248 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:48:58 [2019-07-19T19:48:58.040Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=197642248 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:48:58 [2019-07-19T19:48:58.040Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=197642249 data=null doit=true} to ToolItem with tooltip text {Show Legend} 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=197642249 data=null} to ToolItem with tooltip text {Show Legend} 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - Clicked on ToolItem with tooltip text {Show Legend} 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Shell with text "Legend", using matcher: with text 'Legend' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:48:58 [2019-07-19T19:48:58.041Z] DEBUG - Clicking on OK 15:48:58 [2019-07-19T19:48:58.299Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=197642287 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:48:58 [2019-07-19T19:48:58.299Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=197642291 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:48:58 [2019-07-19T19:48:58.299Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=197642291 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:48:58 [2019-07-19T19:48:58.299Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=197642291 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:48:58 [2019-07-19T19:48:58.299Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=197642291 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:48:58 [2019-07-19T19:48:58.299Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=197642291 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:48:58 [2019-07-19T19:48:58.299Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=197642291 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:48:58 [2019-07-19T19:48:58.299Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=197642104 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Show Legend} 15:48:58 [2019-07-19T19:48:58.299Z] DEBUG - Clicked on 15:48:58 [2019-07-19T19:48:58.299Z] 15:48:58 [2019-07-19T19:48:58.299Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 0 2019-07-19 19:48:58.128 15:48:58 [2019-07-19T19:48:58.299Z] !MESSAGE Exception handling signal [TmfTraceClosedSignal (Stub)] in method public void org.eclipse.tracecompass.tmf.ui.views.histogram.HistogramView.traceClosed(org.eclipse.tracecompass.tmf.core.signal.TmfTraceClosedSignal) 15:48:58 [2019-07-19T19:48:58.299Z] !STACK 0 15:48:58 [2019-07-19T19:48:58.299Z] java.lang.reflect.InvocationTargetException 15:48:58 [2019-07-19T19:48:58.299Z] at sun.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) 15:48:58 [2019-07-19T19:48:58.299Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:48:58 [2019-07-19T19:48:58.299Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:48:58 [2019-07-19T19:48:58.299Z] at org.eclipse.tracecompass.tmf.core.signal.TmfSignalManager.sendSignal(TmfSignalManager.java:337) 15:48:58 [2019-07-19T19:48:58.299Z] at org.eclipse.tracecompass.tmf.core.signal.TmfSignalManager.sendSignal(TmfSignalManager.java:293) 15:48:58 [2019-07-19T19:48:58.299Z] at org.eclipse.tracecompass.tmf.core.signal.TmfSignalManager.dispatchSignal(TmfSignalManager.java:252) 15:48:58 [2019-07-19T19:48:58.299Z] at org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.TimeGraphViewTest.after(TimeGraphViewTest.java:318) 15:48:58 [2019-07-19T19:48:58.299Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 15:48:58 [2019-07-19T19:48:58.299Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 15:48:58 [2019-07-19T19:48:58.299Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:48:58 [2019-07-19T19:48:58.299Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:48:58 [2019-07-19T19:48:58.299Z] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) 15:48:58 [2019-07-19T19:48:58.299Z] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 15:48:58 [2019-07-19T19:48:58.299Z] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) 15:48:58 [2019-07-19T19:48:58.299Z] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33) 15:48:58 [2019-07-19T19:48:58.299Z] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) 15:48:58 [2019-07-19T19:48:58.299Z] at org.eclipse.swtbot.swt.finder.junit.SWTBotJunit4ClassRunner.runChild(SWTBotJunit4ClassRunner.java:75) 15:48:58 [2019-07-19T19:48:58.299Z] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) 15:48:58 [2019-07-19T19:48:58.299Z] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) 15:48:58 [2019-07-19T19:48:58.299Z] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) 15:48:58 [2019-07-19T19:48:58.299Z] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) 15:48:58 [2019-07-19T19:48:58.299Z] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) 15:48:58 [2019-07-19T19:48:58.299Z] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) 15:48:58 [2019-07-19T19:48:58.299Z] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 15:48:58 [2019-07-19T19:48:58.299Z] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 15:48:58 [2019-07-19T19:48:58.299Z] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) 15:48:58 [2019-07-19T19:48:58.299Z] at org.eclipse.swtbot.swt.finder.junit.SWTBotJunit4ClassRunner.run(SWTBotJunit4ClassRunner.java:60) 15:48:58 [2019-07-19T19:48:58.299Z] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) 15:48:58 [2019-07-19T19:48:58.299Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) 15:48:58 [2019-07-19T19:48:58.299Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) 15:48:58 [2019-07-19T19:48:58.299Z] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) 15:48:58 [2019-07-19T19:48:58.299Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 15:48:58 [2019-07-19T19:48:58.299Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 15:48:58 [2019-07-19T19:48:58.299Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:48:58 [2019-07-19T19:48:58.299Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:48:58 [2019-07-19T19:48:58.299Z] at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) 15:48:58 [2019-07-19T19:48:58.299Z] at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) 15:48:58 [2019-07-19T19:48:58.299Z] at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) 15:48:58 [2019-07-19T19:48:58.299Z] at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:110) 15:48:58 [2019-07-19T19:48:58.299Z] at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:44) 15:48:58 [2019-07-19T19:48:58.299Z] at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:76) 15:48:58 [2019-07-19T19:48:58.299Z] at java.lang.Thread.run(Thread.java:748) 15:48:58 [2019-07-19T19:48:58.299Z] Caused by: org.eclipse.swt.SWTException: Invalid thread access 15:48:58 [2019-07-19T19:48:58.299Z] at org.eclipse.swt.SWT.error(SWT.java:4699) 15:48:58 [2019-07-19T19:48:58.299Z] at org.eclipse.swt.SWT.error(SWT.java:4614) 15:48:58 [2019-07-19T19:48:58.299Z] at org.eclipse.swt.SWT.error(SWT.java:4585) 15:48:58 [2019-07-19T19:48:58.299Z] at org.eclipse.swt.widgets.Widget.error(Widget.java:532) 15:48:58 [2019-07-19T19:48:58.299Z] at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:470) 15:48:58 [2019-07-19T19:48:58.299Z] at org.eclipse.swt.widgets.Composite.getChildren(Composite.java:736) 15:48:58 [2019-07-19T19:48:58.299Z] at org.eclipse.tracecompass.tmf.ui.views.histogram.HistogramView.traceClosed(HistogramView.java:695) 15:48:58 [2019-07-19T19:48:58.299Z] ... 42 more 15:48:58 [2019-07-19T19:48:58.299Z] Root exception: 15:48:58 [2019-07-19T19:48:58.299Z] org.eclipse.swt.SWTException: Invalid thread access 15:48:58 [2019-07-19T19:48:58.299Z] at org.eclipse.swt.SWT.error(SWT.java:4699) 15:48:58 [2019-07-19T19:48:58.299Z] at org.eclipse.swt.SWT.error(SWT.java:4614) 15:48:58 [2019-07-19T19:48:58.299Z] at org.eclipse.swt.SWT.error(SWT.java:4585) 15:48:58 [2019-07-19T19:48:58.299Z] at org.eclipse.swt.widgets.Widget.error(Widget.java:532) 15:48:58 [2019-07-19T19:48:58.299Z] at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:470) 15:48:58 [2019-07-19T19:48:58.299Z] at org.eclipse.swt.widgets.Composite.getChildren(Composite.java:736) 15:48:58 [2019-07-19T19:48:58.299Z] at org.eclipse.tracecompass.tmf.ui.views.histogram.HistogramView.traceClosed(HistogramView.java:695) 15:48:58 [2019-07-19T19:48:58.299Z] at sun.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) 15:48:58 [2019-07-19T19:48:58.299Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:48:58 [2019-07-19T19:48:58.299Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:48:58 [2019-07-19T19:48:58.299Z] at org.eclipse.tracecompass.tmf.core.signal.TmfSignalManager.sendSignal(TmfSignalManager.java:337) 15:48:58 [2019-07-19T19:48:58.299Z] at org.eclipse.tracecompass.tmf.core.signal.TmfSignalManager.sendSignal(TmfSignalManager.java:293) 15:48:58 [2019-07-19T19:48:58.299Z] at org.eclipse.tracecompass.tmf.core.signal.TmfSignalManager.dispatchSignal(TmfSignalManager.java:252) 15:48:58 [2019-07-19T19:48:58.299Z] at org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.TimeGraphViewTest.after(TimeGraphViewTest.java:318) 15:48:58 [2019-07-19T19:48:58.299Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 15:48:58 [2019-07-19T19:48:58.299Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 15:48:58 [2019-07-19T19:48:58.299Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:48:58 [2019-07-19T19:48:58.299Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:48:58 [2019-07-19T19:48:58.299Z] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) 15:48:58 [2019-07-19T19:48:58.299Z] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 15:48:58 [2019-07-19T19:48:58.299Z] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) 15:48:58 [2019-07-19T19:48:58.299Z] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33) 15:48:58 [2019-07-19T19:48:58.299Z] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) 15:48:58 [2019-07-19T19:48:58.299Z] at org.eclipse.swtbot.swt.finder.junit.SWTBotJunit4ClassRunner.runChild(SWTBotJunit4ClassRunner.java:75) 15:48:58 [2019-07-19T19:48:58.299Z] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) 15:48:58 [2019-07-19T19:48:58.299Z] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) 15:48:58 [2019-07-19T19:48:58.299Z] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) 15:48:58 [2019-07-19T19:48:58.299Z] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) 15:48:58 [2019-07-19T19:48:58.299Z] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) 15:48:58 [2019-07-19T19:48:58.299Z] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) 15:48:58 [2019-07-19T19:48:58.299Z] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 15:48:58 [2019-07-19T19:48:58.299Z] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 15:48:58 [2019-07-19T19:48:58.299Z] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) 15:48:58 [2019-07-19T19:48:58.299Z] at org.eclipse.swtbot.swt.finder.junit.SWTBotJunit4ClassRunner.run(SWTBotJunit4ClassRunner.java:60) 15:48:58 [2019-07-19T19:48:58.299Z] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) 15:48:58 [2019-07-19T19:48:58.299Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) 15:48:58 [2019-07-19T19:48:58.299Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) 15:48:58 [2019-07-19T19:48:58.299Z] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) 15:48:58 [2019-07-19T19:48:58.299Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 15:48:58 [2019-07-19T19:48:58.299Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 15:48:58 [2019-07-19T19:48:58.299Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:48:58 [2019-07-19T19:48:58.299Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:48:58 [2019-07-19T19:48:58.299Z] at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) 15:48:58 [2019-07-19T19:48:58.299Z] at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) 15:48:58 [2019-07-19T19:48:58.299Z] at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) 15:48:58 [2019-07-19T19:48:58.299Z] at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:110) 15:48:58 [2019-07-19T19:48:58.299Z] at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:44) 15:48:58 [2019-07-19T19:48:58.299Z] at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:76) 15:48:58 [2019-07-19T19:48:58.299Z] at java.lang.Thread.run(Thread.java:748) 15:48:58 [2019-07-19T19:48:58.299Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.timegraph.stub"' 15:48:58 [2019-07-19T19:48:58.299Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 15:49:03 [2019-07-19T19:49:03.552Z] DEBUG - number of items : 16 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - Clicking on ToolItem with tooltip text {Show Legend} 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=197647027 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197647028 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=197647028 data=null doit=true} to ToolItem with tooltip text {Show Legend} 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=197647028 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=197647028 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=197647175 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197647175 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=197647175 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=197647176 data=null doit=true} to ToolItem with tooltip text {Show Legend} 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=197647176 data=null} to ToolItem with tooltip text {Show Legend} 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - Clicked on ToolItem with tooltip text {Show Legend} 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Shell with text "Legend", using matcher: with text 'Legend' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - Clicking on OK 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=197647202 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=197647202 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=197647202 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=197647202 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=197647209 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=197647209 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=197647209 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=197647028 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Show Legend} 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - Clicked on 15:49:03 [2019-07-19T19:49:03.553Z] 15:49:03 [2019-07-19T19:49:03.553Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 0 2019-07-19 19:49:03.044 15:49:03 [2019-07-19T19:49:03.553Z] !MESSAGE Exception handling signal [TmfTraceClosedSignal (Stub)] in method public void org.eclipse.tracecompass.tmf.ui.views.histogram.HistogramView.traceClosed(org.eclipse.tracecompass.tmf.core.signal.TmfTraceClosedSignal) 15:49:03 [2019-07-19T19:49:03.553Z] !STACK 0 15:49:03 [2019-07-19T19:49:03.553Z] java.lang.reflect.InvocationTargetException 15:49:03 [2019-07-19T19:49:03.553Z] at sun.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) 15:49:03 [2019-07-19T19:49:03.553Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:49:03 [2019-07-19T19:49:03.553Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:49:03 [2019-07-19T19:49:03.553Z] at org.eclipse.tracecompass.tmf.core.signal.TmfSignalManager.sendSignal(TmfSignalManager.java:337) 15:49:03 [2019-07-19T19:49:03.553Z] at org.eclipse.tracecompass.tmf.core.signal.TmfSignalManager.sendSignal(TmfSignalManager.java:293) 15:49:03 [2019-07-19T19:49:03.553Z] at org.eclipse.tracecompass.tmf.core.signal.TmfSignalManager.dispatchSignal(TmfSignalManager.java:252) 15:49:03 [2019-07-19T19:49:03.553Z] at org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.TimeGraphViewTest.after(TimeGraphViewTest.java:318) 15:49:03 [2019-07-19T19:49:03.553Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 15:49:03 [2019-07-19T19:49:03.553Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 15:49:03 [2019-07-19T19:49:03.553Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:49:03 [2019-07-19T19:49:03.553Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:49:03 [2019-07-19T19:49:03.553Z] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) 15:49:03 [2019-07-19T19:49:03.553Z] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 15:49:03 [2019-07-19T19:49:03.553Z] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) 15:49:03 [2019-07-19T19:49:03.553Z] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33) 15:49:03 [2019-07-19T19:49:03.553Z] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) 15:49:03 [2019-07-19T19:49:03.553Z] at org.eclipse.swtbot.swt.finder.junit.SWTBotJunit4ClassRunner.runChild(SWTBotJunit4ClassRunner.java:75) 15:49:03 [2019-07-19T19:49:03.553Z] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) 15:49:03 [2019-07-19T19:49:03.553Z] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) 15:49:03 [2019-07-19T19:49:03.553Z] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) 15:49:03 [2019-07-19T19:49:03.553Z] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) 15:49:03 [2019-07-19T19:49:03.553Z] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) 15:49:03 [2019-07-19T19:49:03.553Z] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) 15:49:03 [2019-07-19T19:49:03.553Z] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 15:49:03 [2019-07-19T19:49:03.553Z] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 15:49:03 [2019-07-19T19:49:03.553Z] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) 15:49:03 [2019-07-19T19:49:03.553Z] at org.eclipse.swtbot.swt.finder.junit.SWTBotJunit4ClassRunner.run(SWTBotJunit4ClassRunner.java:60) 15:49:03 [2019-07-19T19:49:03.553Z] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) 15:49:03 [2019-07-19T19:49:03.553Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) 15:49:03 [2019-07-19T19:49:03.553Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) 15:49:03 [2019-07-19T19:49:03.553Z] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) 15:49:03 [2019-07-19T19:49:03.553Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 15:49:03 [2019-07-19T19:49:03.553Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 15:49:03 [2019-07-19T19:49:03.553Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:49:03 [2019-07-19T19:49:03.553Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:49:03 [2019-07-19T19:49:03.553Z] at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) 15:49:03 [2019-07-19T19:49:03.553Z] at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) 15:49:03 [2019-07-19T19:49:03.553Z] at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) 15:49:03 [2019-07-19T19:49:03.553Z] at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:110) 15:49:03 [2019-07-19T19:49:03.553Z] at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:44) 15:49:03 [2019-07-19T19:49:03.553Z] at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:76) 15:49:03 [2019-07-19T19:49:03.553Z] at java.lang.Thread.run(Thread.java:748) 15:49:03 [2019-07-19T19:49:03.553Z] Caused by: org.eclipse.swt.SWTException: Invalid thread access 15:49:03 [2019-07-19T19:49:03.553Z] at org.eclipse.swt.SWT.error(SWT.java:4699) 15:49:03 [2019-07-19T19:49:03.553Z] at org.eclipse.swt.SWT.error(SWT.java:4614) 15:49:03 [2019-07-19T19:49:03.553Z] at org.eclipse.swt.SWT.error(SWT.java:4585) 15:49:03 [2019-07-19T19:49:03.553Z] at org.eclipse.swt.widgets.Widget.error(Widget.java:532) 15:49:03 [2019-07-19T19:49:03.553Z] at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:470) 15:49:03 [2019-07-19T19:49:03.553Z] at org.eclipse.swt.widgets.Composite.getChildren(Composite.java:736) 15:49:03 [2019-07-19T19:49:03.553Z] at org.eclipse.tracecompass.tmf.ui.views.histogram.HistogramView.traceClosed(HistogramView.java:695) 15:49:03 [2019-07-19T19:49:03.553Z] ... 42 more 15:49:03 [2019-07-19T19:49:03.553Z] Root exception: 15:49:03 [2019-07-19T19:49:03.553Z] org.eclipse.swt.SWTException: Invalid thread access 15:49:03 [2019-07-19T19:49:03.553Z] at org.eclipse.swt.SWT.error(SWT.java:4699) 15:49:03 [2019-07-19T19:49:03.553Z] at org.eclipse.swt.SWT.error(SWT.java:4614) 15:49:03 [2019-07-19T19:49:03.553Z] at org.eclipse.swt.SWT.error(SWT.java:4585) 15:49:03 [2019-07-19T19:49:03.553Z] at org.eclipse.swt.widgets.Widget.error(Widget.java:532) 15:49:03 [2019-07-19T19:49:03.553Z] at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:470) 15:49:03 [2019-07-19T19:49:03.553Z] at org.eclipse.swt.widgets.Composite.getChildren(Composite.java:736) 15:49:03 [2019-07-19T19:49:03.553Z] at org.eclipse.tracecompass.tmf.ui.views.histogram.HistogramView.traceClosed(HistogramView.java:695) 15:49:03 [2019-07-19T19:49:03.553Z] at sun.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) 15:49:03 [2019-07-19T19:49:03.553Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:49:03 [2019-07-19T19:49:03.553Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:49:03 [2019-07-19T19:49:03.553Z] at org.eclipse.tracecompass.tmf.core.signal.TmfSignalManager.sendSignal(TmfSignalManager.java:337) 15:49:03 [2019-07-19T19:49:03.553Z] at org.eclipse.tracecompass.tmf.core.signal.TmfSignalManager.sendSignal(TmfSignalManager.java:293) 15:49:03 [2019-07-19T19:49:03.553Z] at org.eclipse.tracecompass.tmf.core.signal.TmfSignalManager.dispatchSignal(TmfSignalManager.java:252) 15:49:03 [2019-07-19T19:49:03.553Z] at org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.TimeGraphViewTest.after(TimeGraphViewTest.java:318) 15:49:03 [2019-07-19T19:49:03.553Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 15:49:03 [2019-07-19T19:49:03.553Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 15:49:03 [2019-07-19T19:49:03.553Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:49:03 [2019-07-19T19:49:03.553Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:49:03 [2019-07-19T19:49:03.553Z] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) 15:49:03 [2019-07-19T19:49:03.553Z] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 15:49:03 [2019-07-19T19:49:03.553Z] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) 15:49:03 [2019-07-19T19:49:03.553Z] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33) 15:49:03 [2019-07-19T19:49:03.553Z] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) 15:49:03 [2019-07-19T19:49:03.553Z] at org.eclipse.swtbot.swt.finder.junit.SWTBotJunit4ClassRunner.runChild(SWTBotJunit4ClassRunner.java:75) 15:49:03 [2019-07-19T19:49:03.553Z] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) 15:49:03 [2019-07-19T19:49:03.553Z] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) 15:49:03 [2019-07-19T19:49:03.553Z] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) 15:49:03 [2019-07-19T19:49:03.553Z] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) 15:49:03 [2019-07-19T19:49:03.553Z] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) 15:49:03 [2019-07-19T19:49:03.553Z] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) 15:49:03 [2019-07-19T19:49:03.553Z] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 15:49:03 [2019-07-19T19:49:03.553Z] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 15:49:03 [2019-07-19T19:49:03.553Z] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) 15:49:03 [2019-07-19T19:49:03.553Z] at org.eclipse.swtbot.swt.finder.junit.SWTBotJunit4ClassRunner.run(SWTBotJunit4ClassRunner.java:60) 15:49:03 [2019-07-19T19:49:03.553Z] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) 15:49:03 [2019-07-19T19:49:03.553Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) 15:49:03 [2019-07-19T19:49:03.553Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) 15:49:03 [2019-07-19T19:49:03.553Z] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) 15:49:03 [2019-07-19T19:49:03.553Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 15:49:03 [2019-07-19T19:49:03.553Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 15:49:03 [2019-07-19T19:49:03.553Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:49:03 [2019-07-19T19:49:03.553Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:49:03 [2019-07-19T19:49:03.553Z] at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) 15:49:03 [2019-07-19T19:49:03.553Z] at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) 15:49:03 [2019-07-19T19:49:03.553Z] at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) 15:49:03 [2019-07-19T19:49:03.553Z] at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:110) 15:49:03 [2019-07-19T19:49:03.553Z] at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:44) 15:49:03 [2019-07-19T19:49:03.553Z] at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:76) 15:49:03 [2019-07-19T19:49:03.553Z] at java.lang.Thread.run(Thread.java:748) 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.timegraph.stub"' 15:49:03 [2019-07-19T19:49:03.553Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 15:49:03 [2019-07-19T19:49:03.810Z] DEBUG - number of items : 16 15:49:03 [2019-07-19T19:49:03.810Z] DEBUG - Clicking on ToolItem with tooltip text {Show Legend} 15:49:03 [2019-07-19T19:49:03.810Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=197648031 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:49:03 [2019-07-19T19:49:03.810Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197648031 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:49:03 [2019-07-19T19:49:03.810Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=197648031 data=null doit=true} to ToolItem with tooltip text {Show Legend} 15:49:03 [2019-07-19T19:49:03.810Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=197648031 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:49:03 [2019-07-19T19:49:03.810Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=197648031 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:49:04 [2019-07-19T19:49:04.067Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=197648176 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:49:04 [2019-07-19T19:49:04.067Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197648177 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:49:04 [2019-07-19T19:49:04.067Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=197648177 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:49:04 [2019-07-19T19:49:04.067Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=197648177 data=null doit=true} to ToolItem with tooltip text {Show Legend} 15:49:04 [2019-07-19T19:49:04.067Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=197648177 data=null} to ToolItem with tooltip text {Show Legend} 15:49:04 [2019-07-19T19:49:04.067Z] DEBUG - Clicked on ToolItem with tooltip text {Show Legend} 15:49:04 [2019-07-19T19:49:04.067Z] DEBUG - matched Shell with text "Legend", using matcher: with text 'Legend' 15:49:04 [2019-07-19T19:49:04.067Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Legend} time=197648179 data=null doit=true} to Shell with text {Legend} 15:49:04 [2019-07-19T19:49:04.067Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:04 [2019-07-19T19:49:04.067Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:04 [2019-07-19T19:49:04.067Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:04 [2019-07-19T19:49:04.067Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:04 [2019-07-19T19:49:04.067Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:04 [2019-07-19T19:49:04.067Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:04 [2019-07-19T19:49:04.067Z] DEBUG - matched Button with text "", using matcher: with key=legend.entry.key and value matching "\"LASER\"" 15:49:04 [2019-07-19T19:49:04.067Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:04 [2019-07-19T19:49:04.067Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with key=legend.entry.key and value matching "\"LASER\"" and with style 'SWT.PUSH') 15:49:04 [2019-07-19T19:49:04.067Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:49:04 [2019-07-19T19:49:04.067Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale' 15:49:04 [2019-07-19T19:49:04.067Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale' 15:49:04 [2019-07-19T19:49:04.067Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale' 15:49:04 [2019-07-19T19:49:04.067Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale' 15:49:04 [2019-07-19T19:49:04.067Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale' 15:49:04 [2019-07-19T19:49:04.067Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale' 15:49:04 [2019-07-19T19:49:04.067Z] DEBUG - matched Scale with text "", using matcher: with key=legend.entry.key and value matching "\"LASER\"" 15:49:04 [2019-07-19T19:49:04.067Z] DEBUG - matched Scale with text "", using matcher: (of type 'Scale' and with key=legend.entry.key and value matching "\"LASER\"") 15:49:04 [2019-07-19T19:49:04.067Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale' 15:49:04 [2019-07-19T19:49:04.067Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale' 15:49:04 [2019-07-19T19:49:04.067Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale' 15:49:04 [2019-07-19T19:49:04.067Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale' 15:49:04 [2019-07-19T19:49:04.067Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale' 15:49:04 [2019-07-19T19:49:04.067Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale' 15:49:04 [2019-07-19T19:49:04.067Z] DEBUG - matched Scale with text "", using matcher: with key=legend.entry.key and value matching "\"LASER\"" 15:49:04 [2019-07-19T19:49:04.067Z] DEBUG - matched Scale with text "", using matcher: (of type 'Scale' and with key=legend.entry.key and value matching "\"LASER\"") 15:49:04 [2019-07-19T19:49:04.067Z] DEBUG - Setting selection on (of type 'Scale' and with key=legend.entry.key and value matching "\"LASER\"") to 100 15:49:04 [2019-07-19T19:49:04.067Z] DEBUG - Sent event Selection [13]: SelectionEvent{Scale {} time=197648203 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Scale' and with key=legend.entry.key and value matching "\"LASER\"") 15:49:04 [2019-07-19T19:49:04.067Z] DEBUG - Set selection on (of type 'Scale' and with key=legend.entry.key and value matching "\"LASER\"") to 100 15:49:04 [2019-07-19T19:49:04.067Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:04 [2019-07-19T19:49:04.067Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:04 [2019-07-19T19:49:04.067Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:04 [2019-07-19T19:49:04.067Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:04 [2019-07-19T19:49:04.067Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:04 [2019-07-19T19:49:04.067Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:04 [2019-07-19T19:49:04.067Z] DEBUG - matched Button with text "", using matcher: with key=legend.entry.key and value matching "\"LASER\"" 15:49:04 [2019-07-19T19:49:04.067Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:04 [2019-07-19T19:49:04.067Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with key=legend.entry.key and value matching "\"LASER\"" and with style 'SWT.PUSH') 15:49:04 [2019-07-19T19:49:04.067Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:49:04 [2019-07-19T19:49:04.067Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:04 [2019-07-19T19:49:04.067Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:04 [2019-07-19T19:49:04.067Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:04 [2019-07-19T19:49:04.067Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:04 [2019-07-19T19:49:04.067Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:04 [2019-07-19T19:49:04.067Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:04 [2019-07-19T19:49:04.067Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:49:04 [2019-07-19T19:49:04.067Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 15:49:04 [2019-07-19T19:49:04.067Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:49:04 [2019-07-19T19:49:04.067Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:04 [2019-07-19T19:49:04.067Z] DEBUG - Clicking on OK 15:49:04 [2019-07-19T19:49:04.067Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=197648216 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:04 [2019-07-19T19:49:04.067Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=197648238 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:04 [2019-07-19T19:49:04.067Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=197648238 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:04 [2019-07-19T19:49:04.067Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=197648238 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:04 [2019-07-19T19:49:04.067Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=197648238 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:04 [2019-07-19T19:49:04.067Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=197648238 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:04 [2019-07-19T19:49:04.067Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=197648238 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:04 [2019-07-19T19:49:04.067Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=197648031 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Show Legend} 15:49:04 [2019-07-19T19:49:04.324Z] DEBUG - Clicked on 15:49:05 [2019-07-19T19:49:05.693Z] DEBUG - number of items : 16 15:49:05 [2019-07-19T19:49:05.693Z] DEBUG - Clicking on ToolItem with tooltip text {Show Legend} 15:49:05 [2019-07-19T19:49:05.693Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=197649504 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:49:05 [2019-07-19T19:49:05.693Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197649504 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:49:05 [2019-07-19T19:49:05.693Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=197649505 data=null doit=true} to ToolItem with tooltip text {Show Legend} 15:49:05 [2019-07-19T19:49:05.693Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=197649505 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:49:05 [2019-07-19T19:49:05.693Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=197649505 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:49:05 [2019-07-19T19:49:05.693Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=197649648 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:49:05 [2019-07-19T19:49:05.693Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197649649 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:49:05 [2019-07-19T19:49:05.693Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=197649649 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:49:05 [2019-07-19T19:49:05.693Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=197649649 data=null doit=true} to ToolItem with tooltip text {Show Legend} 15:49:05 [2019-07-19T19:49:05.693Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=197649650 data=null} to ToolItem with tooltip text {Show Legend} 15:49:05 [2019-07-19T19:49:05.693Z] DEBUG - Clicked on ToolItem with tooltip text {Show Legend} 15:49:05 [2019-07-19T19:49:05.693Z] DEBUG - matched Shell with text "Legend", using matcher: with text 'Legend' 15:49:05 [2019-07-19T19:49:05.693Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:05 [2019-07-19T19:49:05.693Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:05 [2019-07-19T19:49:05.693Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:05 [2019-07-19T19:49:05.693Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:05 [2019-07-19T19:49:05.693Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:05 [2019-07-19T19:49:05.693Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:05 [2019-07-19T19:49:05.693Z] DEBUG - matched Button with text "", using matcher: with key=legend.entry.key and value matching "\"LASER\"" 15:49:05 [2019-07-19T19:49:05.693Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:05 [2019-07-19T19:49:05.693Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with key=legend.entry.key and value matching "\"LASER\"" and with style 'SWT.PUSH') 15:49:05 [2019-07-19T19:49:05.693Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:49:05 [2019-07-19T19:49:05.693Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:05 [2019-07-19T19:49:05.693Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:05 [2019-07-19T19:49:05.693Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:05 [2019-07-19T19:49:05.693Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:05 [2019-07-19T19:49:05.693Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:05 [2019-07-19T19:49:05.693Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:05 [2019-07-19T19:49:05.693Z] DEBUG - matched Button with text "", using matcher: with key=legend.entry.key and value matching "\"LASER\"" 15:49:05 [2019-07-19T19:49:05.693Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:05 [2019-07-19T19:49:05.693Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with key=legend.entry.key and value matching "\"LASER\"" and with style 'SWT.PUSH') 15:49:05 [2019-07-19T19:49:05.693Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:49:05 [2019-07-19T19:49:05.693Z] DEBUG - Clicking on 15:49:05 [2019-07-19T19:49:05.693Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {} time=197649655 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with key=legend.entry.key and value matching "\"LASER\"" and with style 'SWT.PUSH') 15:49:05 [2019-07-19T19:49:05.693Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {} time=197649655 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with key=legend.entry.key and value matching "\"LASER\"" and with style 'SWT.PUSH') 15:49:05 [2019-07-19T19:49:05.693Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {} time=197649655 data=null doit=true} to (of type 'Button' and with key=legend.entry.key and value matching "\"LASER\"" and with style 'SWT.PUSH') 15:49:05 [2019-07-19T19:49:05.693Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {} time=197649664 data=null} to (of type 'Button' and with key=legend.entry.key and value matching "\"LASER\"" and with style 'SWT.PUSH') 15:49:05 [2019-07-19T19:49:05.693Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {} time=197649664 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with key=legend.entry.key and value matching "\"LASER\"" and with style 'SWT.PUSH') 15:49:05 [2019-07-19T19:49:05.693Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {} time=197649664 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with key=legend.entry.key and value matching "\"LASER\"" and with style 'SWT.PUSH') 15:49:05 [2019-07-19T19:49:05.693Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {} time=197649664 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with key=legend.entry.key and value matching "\"LASER\"" and with style 'SWT.PUSH') 15:49:05 [2019-07-19T19:49:05.693Z] WARN - Widget is not enabled: (of type 'Button' and with key=legend.entry.key and value matching "\"LASER\"" and with style 'SWT.PUSH') 15:49:05 [2019-07-19T19:49:05.693Z] WARN - Widget is not enabled: (of type 'Button' and with key=legend.entry.key and value matching "\"LASER\"" and with style 'SWT.PUSH') 15:49:05 [2019-07-19T19:49:05.693Z] WARN - Widget is not enabled: (of type 'Button' and with key=legend.entry.key and value matching "\"LASER\"" and with style 'SWT.PUSH') 15:49:05 [2019-07-19T19:49:05.693Z] WARN - Widget is not enabled: (of type 'Button' and with key=legend.entry.key and value matching "\"LASER\"" and with style 'SWT.PUSH') 15:49:05 [2019-07-19T19:49:05.693Z] WARN - Widget is not enabled: (of type 'Button' and with key=legend.entry.key and value matching "\"LASER\"" and with style 'SWT.PUSH') 15:49:05 [2019-07-19T19:49:05.693Z] DEBUG - Clicked on 15:49:05 [2019-07-19T19:49:05.693Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale' 15:49:05 [2019-07-19T19:49:05.693Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale' 15:49:05 [2019-07-19T19:49:05.693Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale' 15:49:05 [2019-07-19T19:49:05.693Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale' 15:49:05 [2019-07-19T19:49:05.693Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale' 15:49:05 [2019-07-19T19:49:05.693Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale' 15:49:05 [2019-07-19T19:49:05.693Z] DEBUG - matched Scale with text "", using matcher: with key=legend.entry.key and value matching "\"LASER\"" 15:49:05 [2019-07-19T19:49:05.693Z] DEBUG - matched Scale with text "", using matcher: (of type 'Scale' and with key=legend.entry.key and value matching "\"LASER\"") 15:49:05 [2019-07-19T19:49:05.693Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:05 [2019-07-19T19:49:05.693Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:05 [2019-07-19T19:49:05.693Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:05 [2019-07-19T19:49:05.693Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:05 [2019-07-19T19:49:05.693Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:05 [2019-07-19T19:49:05.693Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:05 [2019-07-19T19:49:05.693Z] DEBUG - matched Button with text "", using matcher: with key=legend.entry.key and value matching "\"LASER\"" 15:49:05 [2019-07-19T19:49:05.693Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:05 [2019-07-19T19:49:05.693Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with key=legend.entry.key and value matching "\"LASER\"" and with style 'SWT.PUSH') 15:49:05 [2019-07-19T19:49:05.693Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:49:05 [2019-07-19T19:49:05.693Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:05 [2019-07-19T19:49:05.693Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:05 [2019-07-19T19:49:05.693Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:05 [2019-07-19T19:49:05.693Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:05 [2019-07-19T19:49:05.693Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:05 [2019-07-19T19:49:05.693Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:05 [2019-07-19T19:49:05.693Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:49:05 [2019-07-19T19:49:05.693Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 15:49:05 [2019-07-19T19:49:05.693Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:49:05 [2019-07-19T19:49:05.693Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:05 [2019-07-19T19:49:05.693Z] DEBUG - Clicking on OK 15:49:05 [2019-07-19T19:49:05.693Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=197649687 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:05 [2019-07-19T19:49:05.694Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=197649687 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:05 [2019-07-19T19:49:05.694Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=197649687 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:05 [2019-07-19T19:49:05.694Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=197649687 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:05 [2019-07-19T19:49:05.694Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=197649687 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:05 [2019-07-19T19:49:05.694Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=197649687 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:05 [2019-07-19T19:49:05.694Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=197649687 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:05 [2019-07-19T19:49:05.694Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=197649505 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Show Legend} 15:49:05 [2019-07-19T19:49:05.694Z] DEBUG - Clicked on 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - number of items : 16 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - Clicking on ToolItem with tooltip text {Show Legend} 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=197650981 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197650981 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=197650981 data=null doit=true} to ToolItem with tooltip text {Show Legend} 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=197650981 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=197650982 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=197651126 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197651126 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=197651127 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=197651127 data=null doit=true} to ToolItem with tooltip text {Show Legend} 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=197651127 data=null} to ToolItem with tooltip text {Show Legend} 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - Clicked on ToolItem with tooltip text {Show Legend} 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Shell with text "Legend", using matcher: with text 'Legend' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - Clicking on OK 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=197651162 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=197651162 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=197651162 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=197651162 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=197651163 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=197651163 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=197651163 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=197650982 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Show Legend} 15:49:07 [2019-07-19T19:49:07.065Z] DEBUG - Clicked on 15:49:07 [2019-07-19T19:49:07.065Z] 15:49:07 [2019-07-19T19:49:07.065Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 0 2019-07-19 19:49:06.996 15:49:07 [2019-07-19T19:49:07.065Z] !MESSAGE Exception handling signal [TmfTraceClosedSignal (Stub)] in method public void org.eclipse.tracecompass.tmf.ui.views.histogram.HistogramView.traceClosed(org.eclipse.tracecompass.tmf.core.signal.TmfTraceClosedSignal) 15:49:07 [2019-07-19T19:49:07.065Z] !STACK 0 15:49:07 [2019-07-19T19:49:07.065Z] java.lang.reflect.InvocationTargetException 15:49:07 [2019-07-19T19:49:07.065Z] at sun.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) 15:49:07 [2019-07-19T19:49:07.065Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:49:07 [2019-07-19T19:49:07.065Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:49:07 [2019-07-19T19:49:07.065Z] at org.eclipse.tracecompass.tmf.core.signal.TmfSignalManager.sendSignal(TmfSignalManager.java:337) 15:49:07 [2019-07-19T19:49:07.065Z] at org.eclipse.tracecompass.tmf.core.signal.TmfSignalManager.sendSignal(TmfSignalManager.java:293) 15:49:07 [2019-07-19T19:49:07.065Z] at org.eclipse.tracecompass.tmf.core.signal.TmfSignalManager.dispatchSignal(TmfSignalManager.java:252) 15:49:07 [2019-07-19T19:49:07.065Z] at org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.TimeGraphViewTest.after(TimeGraphViewTest.java:318) 15:49:07 [2019-07-19T19:49:07.065Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 15:49:07 [2019-07-19T19:49:07.065Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 15:49:07 [2019-07-19T19:49:07.065Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:49:07 [2019-07-19T19:49:07.065Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:49:07 [2019-07-19T19:49:07.065Z] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) 15:49:07 [2019-07-19T19:49:07.065Z] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 15:49:07 [2019-07-19T19:49:07.065Z] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) 15:49:07 [2019-07-19T19:49:07.065Z] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33) 15:49:07 [2019-07-19T19:49:07.065Z] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) 15:49:07 [2019-07-19T19:49:07.065Z] at org.eclipse.swtbot.swt.finder.junit.SWTBotJunit4ClassRunner.runChild(SWTBotJunit4ClassRunner.java:75) 15:49:07 [2019-07-19T19:49:07.065Z] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) 15:49:07 [2019-07-19T19:49:07.065Z] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) 15:49:07 [2019-07-19T19:49:07.065Z] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) 15:49:07 [2019-07-19T19:49:07.065Z] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) 15:49:07 [2019-07-19T19:49:07.065Z] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) 15:49:07 [2019-07-19T19:49:07.066Z] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) 15:49:07 [2019-07-19T19:49:07.066Z] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 15:49:07 [2019-07-19T19:49:07.066Z] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 15:49:07 [2019-07-19T19:49:07.066Z] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) 15:49:07 [2019-07-19T19:49:07.066Z] at org.eclipse.swtbot.swt.finder.junit.SWTBotJunit4ClassRunner.run(SWTBotJunit4ClassRunner.java:60) 15:49:07 [2019-07-19T19:49:07.066Z] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) 15:49:07 [2019-07-19T19:49:07.066Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) 15:49:07 [2019-07-19T19:49:07.066Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) 15:49:07 [2019-07-19T19:49:07.066Z] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) 15:49:07 [2019-07-19T19:49:07.066Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 15:49:07 [2019-07-19T19:49:07.066Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 15:49:07 [2019-07-19T19:49:07.066Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:49:07 [2019-07-19T19:49:07.066Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:49:07 [2019-07-19T19:49:07.066Z] at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) 15:49:07 [2019-07-19T19:49:07.066Z] at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) 15:49:07 [2019-07-19T19:49:07.066Z] at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) 15:49:07 [2019-07-19T19:49:07.066Z] at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:110) 15:49:07 [2019-07-19T19:49:07.066Z] at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:44) 15:49:07 [2019-07-19T19:49:07.066Z] at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:76) 15:49:07 [2019-07-19T19:49:07.066Z] at java.lang.Thread.run(Thread.java:748) 15:49:07 [2019-07-19T19:49:07.066Z] Caused by: org.eclipse.swt.SWTException: Invalid thread access 15:49:07 [2019-07-19T19:49:07.066Z] at org.eclipse.swt.SWT.error(SWT.java:4699) 15:49:07 [2019-07-19T19:49:07.066Z] at org.eclipse.swt.SWT.error(SWT.java:4614) 15:49:07 [2019-07-19T19:49:07.066Z] at org.eclipse.swt.SWT.error(SWT.java:4585) 15:49:07 [2019-07-19T19:49:07.066Z] at org.eclipse.swt.widgets.Widget.error(Widget.java:532) 15:49:07 [2019-07-19T19:49:07.066Z] at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:470) 15:49:07 [2019-07-19T19:49:07.066Z] at org.eclipse.swt.widgets.Composite.getChildren(Composite.java:736) 15:49:07 [2019-07-19T19:49:07.066Z] at org.eclipse.tracecompass.tmf.ui.views.histogram.HistogramView.traceClosed(HistogramView.java:695) 15:49:07 [2019-07-19T19:49:07.066Z] ... 42 more 15:49:07 [2019-07-19T19:49:07.066Z] Root exception: 15:49:07 [2019-07-19T19:49:07.066Z] org.eclipse.swt.SWTException: Invalid thread access 15:49:07 [2019-07-19T19:49:07.066Z] at org.eclipse.swt.SWT.error(SWT.java:4699) 15:49:07 [2019-07-19T19:49:07.066Z] at org.eclipse.swt.SWT.error(SWT.java:4614) 15:49:07 [2019-07-19T19:49:07.066Z] at org.eclipse.swt.SWT.error(SWT.java:4585) 15:49:07 [2019-07-19T19:49:07.066Z] at org.eclipse.swt.widgets.Widget.error(Widget.java:532) 15:49:07 [2019-07-19T19:49:07.066Z] at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:470) 15:49:07 [2019-07-19T19:49:07.066Z] at org.eclipse.swt.widgets.Composite.getChildren(Composite.java:736) 15:49:07 [2019-07-19T19:49:07.066Z] at org.eclipse.tracecompass.tmf.ui.views.histogram.HistogramView.traceClosed(HistogramView.java:695) 15:49:07 [2019-07-19T19:49:07.066Z] at sun.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) 15:49:07 [2019-07-19T19:49:07.066Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:49:07 [2019-07-19T19:49:07.066Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:49:07 [2019-07-19T19:49:07.066Z] at org.eclipse.tracecompass.tmf.core.signal.TmfSignalManager.sendSignal(TmfSignalManager.java:337) 15:49:07 [2019-07-19T19:49:07.066Z] at org.eclipse.tracecompass.tmf.core.signal.TmfSignalManager.sendSignal(TmfSignalManager.java:293) 15:49:07 [2019-07-19T19:49:07.066Z] at org.eclipse.tracecompass.tmf.core.signal.TmfSignalManager.dispatchSignal(TmfSignalManager.java:252) 15:49:07 [2019-07-19T19:49:07.066Z] at org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.TimeGraphViewTest.after(TimeGraphViewTest.java:318) 15:49:07 [2019-07-19T19:49:07.066Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 15:49:07 [2019-07-19T19:49:07.066Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 15:49:07 [2019-07-19T19:49:07.066Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:49:07 [2019-07-19T19:49:07.066Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:49:07 [2019-07-19T19:49:07.066Z] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) 15:49:07 [2019-07-19T19:49:07.066Z] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 15:49:07 [2019-07-19T19:49:07.066Z] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) 15:49:07 [2019-07-19T19:49:07.066Z] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33) 15:49:07 [2019-07-19T19:49:07.066Z] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) 15:49:07 [2019-07-19T19:49:07.066Z] at org.eclipse.swtbot.swt.finder.junit.SWTBotJunit4ClassRunner.runChild(SWTBotJunit4ClassRunner.java:75) 15:49:07 [2019-07-19T19:49:07.066Z] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) 15:49:07 [2019-07-19T19:49:07.066Z] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) 15:49:07 [2019-07-19T19:49:07.066Z] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) 15:49:07 [2019-07-19T19:49:07.066Z] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) 15:49:07 [2019-07-19T19:49:07.066Z] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) 15:49:07 [2019-07-19T19:49:07.066Z] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) 15:49:07 [2019-07-19T19:49:07.066Z] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 15:49:07 [2019-07-19T19:49:07.066Z] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 15:49:07 [2019-07-19T19:49:07.066Z] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) 15:49:07 [2019-07-19T19:49:07.066Z] at org.eclipse.swtbot.swt.finder.junit.SWTBotJunit4ClassRunner.run(SWTBotJunit4ClassRunner.java:60) 15:49:07 [2019-07-19T19:49:07.066Z] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) 15:49:07 [2019-07-19T19:49:07.066Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) 15:49:07 [2019-07-19T19:49:07.066Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) 15:49:07 [2019-07-19T19:49:07.066Z] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) 15:49:07 [2019-07-19T19:49:07.066Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 15:49:07 [2019-07-19T19:49:07.066Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 15:49:07 [2019-07-19T19:49:07.066Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:49:07 [2019-07-19T19:49:07.066Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:49:07 [2019-07-19T19:49:07.066Z] at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) 15:49:07 [2019-07-19T19:49:07.066Z] at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) 15:49:07 [2019-07-19T19:49:07.066Z] at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) 15:49:07 [2019-07-19T19:49:07.066Z] at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:110) 15:49:07 [2019-07-19T19:49:07.066Z] at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:44) 15:49:07 [2019-07-19T19:49:07.066Z] at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:76) 15:49:07 [2019-07-19T19:49:07.066Z] at java.lang.Thread.run(Thread.java:748) 15:49:07 [2019-07-19T19:49:07.323Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.timegraph.stub"' 15:49:07 [2019-07-19T19:49:07.323Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 15:49:25 [2019-07-19T19:49:25.391Z] DEBUG - number of items : 16 15:49:25 [2019-07-19T19:49:25.391Z] DEBUG - Clicking on ToolItem with tooltip text {Show Legend} 15:49:25 [2019-07-19T19:49:25.391Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=197667646 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:49:25 [2019-07-19T19:49:25.391Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197667646 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:49:25 [2019-07-19T19:49:25.391Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=197667646 data=null doit=true} to ToolItem with tooltip text {Show Legend} 15:49:25 [2019-07-19T19:49:25.391Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=197667646 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:49:25 [2019-07-19T19:49:25.391Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=197667646 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:49:25 [2019-07-19T19:49:25.391Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=197667790 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:49:25 [2019-07-19T19:49:25.391Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197667790 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:49:25 [2019-07-19T19:49:25.391Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=197667790 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:49:25 [2019-07-19T19:49:25.391Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=197667791 data=null doit=true} to ToolItem with tooltip text {Show Legend} 15:49:25 [2019-07-19T19:49:25.391Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=197667791 data=null} to ToolItem with tooltip text {Show Legend} 15:49:25 [2019-07-19T19:49:25.391Z] DEBUG - Clicked on ToolItem with tooltip text {Show Legend} 15:49:25 [2019-07-19T19:49:25.391Z] DEBUG - matched Shell with text "Legend", using matcher: with text 'Legend' 15:49:25 [2019-07-19T19:49:25.391Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.391Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:25 [2019-07-19T19:49:25.391Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.391Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.391Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:25 [2019-07-19T19:49:25.391Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.391Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.391Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - Clicking on OK 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=197667817 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=197667817 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=197667817 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=197667823 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=197667823 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=197667823 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=197667823 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=197667646 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Show Legend} 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - Clicked on 15:49:25 [2019-07-19T19:49:25.392Z] 15:49:25 [2019-07-19T19:49:25.392Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 0 2019-07-19 19:49:23.656 15:49:25 [2019-07-19T19:49:25.392Z] !MESSAGE Exception handling signal [TmfTraceClosedSignal (Stub)] in method public void org.eclipse.tracecompass.tmf.ui.views.histogram.HistogramView.traceClosed(org.eclipse.tracecompass.tmf.core.signal.TmfTraceClosedSignal) 15:49:25 [2019-07-19T19:49:25.392Z] !STACK 0 15:49:25 [2019-07-19T19:49:25.392Z] java.lang.reflect.InvocationTargetException 15:49:25 [2019-07-19T19:49:25.392Z] at sun.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) 15:49:25 [2019-07-19T19:49:25.392Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:49:25 [2019-07-19T19:49:25.392Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:49:25 [2019-07-19T19:49:25.392Z] at org.eclipse.tracecompass.tmf.core.signal.TmfSignalManager.sendSignal(TmfSignalManager.java:337) 15:49:25 [2019-07-19T19:49:25.392Z] at org.eclipse.tracecompass.tmf.core.signal.TmfSignalManager.sendSignal(TmfSignalManager.java:293) 15:49:25 [2019-07-19T19:49:25.392Z] at org.eclipse.tracecompass.tmf.core.signal.TmfSignalManager.dispatchSignal(TmfSignalManager.java:252) 15:49:25 [2019-07-19T19:49:25.392Z] at org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.TimeGraphViewTest.after(TimeGraphViewTest.java:318) 15:49:25 [2019-07-19T19:49:25.392Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 15:49:25 [2019-07-19T19:49:25.392Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 15:49:25 [2019-07-19T19:49:25.392Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:49:25 [2019-07-19T19:49:25.392Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:49:25 [2019-07-19T19:49:25.392Z] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) 15:49:25 [2019-07-19T19:49:25.392Z] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 15:49:25 [2019-07-19T19:49:25.392Z] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) 15:49:25 [2019-07-19T19:49:25.392Z] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33) 15:49:25 [2019-07-19T19:49:25.392Z] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) 15:49:25 [2019-07-19T19:49:25.392Z] at org.eclipse.swtbot.swt.finder.junit.SWTBotJunit4ClassRunner.runChild(SWTBotJunit4ClassRunner.java:75) 15:49:25 [2019-07-19T19:49:25.392Z] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) 15:49:25 [2019-07-19T19:49:25.392Z] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) 15:49:25 [2019-07-19T19:49:25.392Z] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) 15:49:25 [2019-07-19T19:49:25.392Z] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) 15:49:25 [2019-07-19T19:49:25.392Z] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) 15:49:25 [2019-07-19T19:49:25.392Z] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) 15:49:25 [2019-07-19T19:49:25.392Z] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 15:49:25 [2019-07-19T19:49:25.392Z] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 15:49:25 [2019-07-19T19:49:25.392Z] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) 15:49:25 [2019-07-19T19:49:25.392Z] at org.eclipse.swtbot.swt.finder.junit.SWTBotJunit4ClassRunner.run(SWTBotJunit4ClassRunner.java:60) 15:49:25 [2019-07-19T19:49:25.392Z] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) 15:49:25 [2019-07-19T19:49:25.392Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) 15:49:25 [2019-07-19T19:49:25.392Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) 15:49:25 [2019-07-19T19:49:25.392Z] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) 15:49:25 [2019-07-19T19:49:25.392Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 15:49:25 [2019-07-19T19:49:25.392Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 15:49:25 [2019-07-19T19:49:25.392Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:49:25 [2019-07-19T19:49:25.392Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:49:25 [2019-07-19T19:49:25.392Z] at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) 15:49:25 [2019-07-19T19:49:25.392Z] at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) 15:49:25 [2019-07-19T19:49:25.392Z] at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) 15:49:25 [2019-07-19T19:49:25.392Z] at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:110) 15:49:25 [2019-07-19T19:49:25.392Z] at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:44) 15:49:25 [2019-07-19T19:49:25.392Z] at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:76) 15:49:25 [2019-07-19T19:49:25.392Z] at java.lang.Thread.run(Thread.java:748) 15:49:25 [2019-07-19T19:49:25.392Z] Caused by: org.eclipse.swt.SWTException: Invalid thread access 15:49:25 [2019-07-19T19:49:25.392Z] at org.eclipse.swt.SWT.error(SWT.java:4699) 15:49:25 [2019-07-19T19:49:25.392Z] at org.eclipse.swt.SWT.error(SWT.java:4614) 15:49:25 [2019-07-19T19:49:25.392Z] at org.eclipse.swt.SWT.error(SWT.java:4585) 15:49:25 [2019-07-19T19:49:25.392Z] at org.eclipse.swt.widgets.Widget.error(Widget.java:532) 15:49:25 [2019-07-19T19:49:25.392Z] at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:470) 15:49:25 [2019-07-19T19:49:25.392Z] at org.eclipse.swt.widgets.Composite.getChildren(Composite.java:736) 15:49:25 [2019-07-19T19:49:25.392Z] at org.eclipse.tracecompass.tmf.ui.views.histogram.HistogramView.traceClosed(HistogramView.java:695) 15:49:25 [2019-07-19T19:49:25.392Z] ... 42 more 15:49:25 [2019-07-19T19:49:25.392Z] Root exception: 15:49:25 [2019-07-19T19:49:25.392Z] org.eclipse.swt.SWTException: Invalid thread access 15:49:25 [2019-07-19T19:49:25.392Z] at org.eclipse.swt.SWT.error(SWT.java:4699) 15:49:25 [2019-07-19T19:49:25.392Z] at org.eclipse.swt.SWT.error(SWT.java:4614) 15:49:25 [2019-07-19T19:49:25.392Z] at org.eclipse.swt.SWT.error(SWT.java:4585) 15:49:25 [2019-07-19T19:49:25.392Z] at org.eclipse.swt.widgets.Widget.error(Widget.java:532) 15:49:25 [2019-07-19T19:49:25.392Z] at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:470) 15:49:25 [2019-07-19T19:49:25.392Z] at org.eclipse.swt.widgets.Composite.getChildren(Composite.java:736) 15:49:25 [2019-07-19T19:49:25.392Z] at org.eclipse.tracecompass.tmf.ui.views.histogram.HistogramView.traceClosed(HistogramView.java:695) 15:49:25 [2019-07-19T19:49:25.392Z] at sun.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) 15:49:25 [2019-07-19T19:49:25.392Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:49:25 [2019-07-19T19:49:25.392Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:49:25 [2019-07-19T19:49:25.392Z] at org.eclipse.tracecompass.tmf.core.signal.TmfSignalManager.sendSignal(TmfSignalManager.java:337) 15:49:25 [2019-07-19T19:49:25.392Z] at org.eclipse.tracecompass.tmf.core.signal.TmfSignalManager.sendSignal(TmfSignalManager.java:293) 15:49:25 [2019-07-19T19:49:25.392Z] at org.eclipse.tracecompass.tmf.core.signal.TmfSignalManager.dispatchSignal(TmfSignalManager.java:252) 15:49:25 [2019-07-19T19:49:25.392Z] at org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.TimeGraphViewTest.after(TimeGraphViewTest.java:318) 15:49:25 [2019-07-19T19:49:25.392Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 15:49:25 [2019-07-19T19:49:25.392Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 15:49:25 [2019-07-19T19:49:25.392Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:49:25 [2019-07-19T19:49:25.392Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:49:25 [2019-07-19T19:49:25.392Z] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) 15:49:25 [2019-07-19T19:49:25.392Z] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 15:49:25 [2019-07-19T19:49:25.392Z] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) 15:49:25 [2019-07-19T19:49:25.392Z] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33) 15:49:25 [2019-07-19T19:49:25.392Z] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) 15:49:25 [2019-07-19T19:49:25.392Z] at org.eclipse.swtbot.swt.finder.junit.SWTBotJunit4ClassRunner.runChild(SWTBotJunit4ClassRunner.java:75) 15:49:25 [2019-07-19T19:49:25.392Z] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) 15:49:25 [2019-07-19T19:49:25.392Z] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) 15:49:25 [2019-07-19T19:49:25.392Z] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) 15:49:25 [2019-07-19T19:49:25.392Z] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) 15:49:25 [2019-07-19T19:49:25.392Z] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) 15:49:25 [2019-07-19T19:49:25.392Z] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) 15:49:25 [2019-07-19T19:49:25.392Z] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 15:49:25 [2019-07-19T19:49:25.392Z] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 15:49:25 [2019-07-19T19:49:25.392Z] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) 15:49:25 [2019-07-19T19:49:25.392Z] at org.eclipse.swtbot.swt.finder.junit.SWTBotJunit4ClassRunner.run(SWTBotJunit4ClassRunner.java:60) 15:49:25 [2019-07-19T19:49:25.392Z] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) 15:49:25 [2019-07-19T19:49:25.392Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) 15:49:25 [2019-07-19T19:49:25.392Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) 15:49:25 [2019-07-19T19:49:25.392Z] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) 15:49:25 [2019-07-19T19:49:25.392Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 15:49:25 [2019-07-19T19:49:25.392Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 15:49:25 [2019-07-19T19:49:25.392Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:49:25 [2019-07-19T19:49:25.392Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:49:25 [2019-07-19T19:49:25.392Z] at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) 15:49:25 [2019-07-19T19:49:25.392Z] at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) 15:49:25 [2019-07-19T19:49:25.392Z] at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) 15:49:25 [2019-07-19T19:49:25.392Z] at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:110) 15:49:25 [2019-07-19T19:49:25.392Z] at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:44) 15:49:25 [2019-07-19T19:49:25.392Z] at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:76) 15:49:25 [2019-07-19T19:49:25.392Z] at java.lang.Thread.run(Thread.java:748) 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.timegraph.stub"' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - Attempting to set focus on TimeGraphControl with text {} 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - Attempting to set focus on TimeGraphControl with text {} 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - Attempting to set focus on TimeGraphControl with text {} 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - number of items : 16 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - Clicking on ToolItem with tooltip text {Show Legend} 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=197669113 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197669113 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=197669113 data=null doit=true} to ToolItem with tooltip text {Show Legend} 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=197669114 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=197669114 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=197669262 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197669264 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=197669264 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=197669265 data=null doit=true} to ToolItem with tooltip text {Show Legend} 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=197669265 data=null} to ToolItem with tooltip text {Show Legend} 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - Clicked on ToolItem with tooltip text {Show Legend} 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Shell with text "Legend", using matcher: with text 'Legend' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - Clicking on OK 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=197669300 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=197669300 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=197669300 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=197669300 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=197669301 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=197669301 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=197669301 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=197669114 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Show Legend} 15:49:25 [2019-07-19T19:49:25.392Z] DEBUG - Clicked on 15:49:25 [2019-07-19T19:49:25.392Z] 15:49:25 [2019-07-19T19:49:25.392Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 0 2019-07-19 19:49:25.200 15:49:25 [2019-07-19T19:49:25.392Z] !MESSAGE Exception handling signal [TmfTraceClosedSignal (Stub)] in method public void org.eclipse.tracecompass.tmf.ui.views.histogram.HistogramView.traceClosed(org.eclipse.tracecompass.tmf.core.signal.TmfTraceClosedSignal) 15:49:25 [2019-07-19T19:49:25.392Z] !STACK 0 15:49:25 [2019-07-19T19:49:25.392Z] java.lang.reflect.InvocationTargetException 15:49:25 [2019-07-19T19:49:25.392Z] at sun.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) 15:49:25 [2019-07-19T19:49:25.392Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:49:25 [2019-07-19T19:49:25.392Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:49:25 [2019-07-19T19:49:25.392Z] at org.eclipse.tracecompass.tmf.core.signal.TmfSignalManager.sendSignal(TmfSignalManager.java:337) 15:49:25 [2019-07-19T19:49:25.392Z] at org.eclipse.tracecompass.tmf.core.signal.TmfSignalManager.sendSignal(TmfSignalManager.java:293) 15:49:25 [2019-07-19T19:49:25.392Z] at org.eclipse.tracecompass.tmf.core.signal.TmfSignalManager.dispatchSignal(TmfSignalManager.java:252) 15:49:25 [2019-07-19T19:49:25.392Z] at org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.TimeGraphViewTest.after(TimeGraphViewTest.java:318) 15:49:25 [2019-07-19T19:49:25.392Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 15:49:25 [2019-07-19T19:49:25.392Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 15:49:25 [2019-07-19T19:49:25.392Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:49:25 [2019-07-19T19:49:25.392Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:49:25 [2019-07-19T19:49:25.392Z] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) 15:49:25 [2019-07-19T19:49:25.392Z] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 15:49:25 [2019-07-19T19:49:25.392Z] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) 15:49:25 [2019-07-19T19:49:25.392Z] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33) 15:49:25 [2019-07-19T19:49:25.392Z] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) 15:49:25 [2019-07-19T19:49:25.392Z] at org.eclipse.swtbot.swt.finder.junit.SWTBotJunit4ClassRunner.runChild(SWTBotJunit4ClassRunner.java:75) 15:49:25 [2019-07-19T19:49:25.392Z] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) 15:49:25 [2019-07-19T19:49:25.392Z] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) 15:49:25 [2019-07-19T19:49:25.392Z] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) 15:49:25 [2019-07-19T19:49:25.392Z] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) 15:49:25 [2019-07-19T19:49:25.392Z] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) 15:49:25 [2019-07-19T19:49:25.392Z] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) 15:49:25 [2019-07-19T19:49:25.392Z] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 15:49:25 [2019-07-19T19:49:25.392Z] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 15:49:25 [2019-07-19T19:49:25.392Z] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) 15:49:25 [2019-07-19T19:49:25.392Z] at org.eclipse.swtbot.swt.finder.junit.SWTBotJunit4ClassRunner.run(SWTBotJunit4ClassRunner.java:60) 15:49:25 [2019-07-19T19:49:25.392Z] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) 15:49:25 [2019-07-19T19:49:25.392Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) 15:49:25 [2019-07-19T19:49:25.392Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) 15:49:25 [2019-07-19T19:49:25.392Z] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) 15:49:25 [2019-07-19T19:49:25.392Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 15:49:25 [2019-07-19T19:49:25.392Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 15:49:25 [2019-07-19T19:49:25.392Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:49:25 [2019-07-19T19:49:25.392Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:49:25 [2019-07-19T19:49:25.392Z] at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) 15:49:25 [2019-07-19T19:49:25.392Z] at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) 15:49:25 [2019-07-19T19:49:25.392Z] at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) 15:49:25 [2019-07-19T19:49:25.392Z] at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:110) 15:49:25 [2019-07-19T19:49:25.392Z] at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:44) 15:49:25 [2019-07-19T19:49:25.392Z] at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:76) 15:49:25 [2019-07-19T19:49:25.392Z] at java.lang.Thread.run(Thread.java:748) 15:49:25 [2019-07-19T19:49:25.392Z] Caused by: org.eclipse.swt.SWTException: Invalid thread access 15:49:25 [2019-07-19T19:49:25.392Z] at org.eclipse.swt.SWT.error(SWT.java:4699) 15:49:25 [2019-07-19T19:49:25.393Z] at org.eclipse.swt.SWT.error(SWT.java:4614) 15:49:25 [2019-07-19T19:49:25.393Z] at org.eclipse.swt.SWT.error(SWT.java:4585) 15:49:25 [2019-07-19T19:49:25.393Z] at org.eclipse.swt.widgets.Widget.error(Widget.java:532) 15:49:25 [2019-07-19T19:49:25.393Z] at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:470) 15:49:25 [2019-07-19T19:49:25.393Z] at org.eclipse.swt.widgets.Composite.getChildren(Composite.java:736) 15:49:25 [2019-07-19T19:49:25.393Z] at org.eclipse.tracecompass.tmf.ui.views.histogram.HistogramView.traceClosed(HistogramView.java:695) 15:49:25 [2019-07-19T19:49:25.393Z] ... 42 more 15:49:25 [2019-07-19T19:49:25.393Z] Root exception: 15:49:25 [2019-07-19T19:49:25.393Z] org.eclipse.swt.SWTException: Invalid thread access 15:49:25 [2019-07-19T19:49:25.393Z] at org.eclipse.swt.SWT.error(SWT.java:4699) 15:49:25 [2019-07-19T19:49:25.393Z] at org.eclipse.swt.SWT.error(SWT.java:4614) 15:49:25 [2019-07-19T19:49:25.393Z] at org.eclipse.swt.SWT.error(SWT.java:4585) 15:49:25 [2019-07-19T19:49:25.393Z] at org.eclipse.swt.widgets.Widget.error(Widget.java:532) 15:49:25 [2019-07-19T19:49:25.393Z] at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:470) 15:49:25 [2019-07-19T19:49:25.393Z] at org.eclipse.swt.widgets.Composite.getChildren(Composite.java:736) 15:49:25 [2019-07-19T19:49:25.393Z] at org.eclipse.tracecompass.tmf.ui.views.histogram.HistogramView.traceClosed(HistogramView.java:695) 15:49:25 [2019-07-19T19:49:25.393Z] at sun.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) 15:49:25 [2019-07-19T19:49:25.393Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:49:25 [2019-07-19T19:49:25.393Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:49:25 [2019-07-19T19:49:25.393Z] at org.eclipse.tracecompass.tmf.core.signal.TmfSignalManager.sendSignal(TmfSignalManager.java:337) 15:49:25 [2019-07-19T19:49:25.393Z] at org.eclipse.tracecompass.tmf.core.signal.TmfSignalManager.sendSignal(TmfSignalManager.java:293) 15:49:25 [2019-07-19T19:49:25.393Z] at org.eclipse.tracecompass.tmf.core.signal.TmfSignalManager.dispatchSignal(TmfSignalManager.java:252) 15:49:25 [2019-07-19T19:49:25.393Z] at org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.TimeGraphViewTest.after(TimeGraphViewTest.java:318) 15:49:25 [2019-07-19T19:49:25.393Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 15:49:25 [2019-07-19T19:49:25.393Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 15:49:25 [2019-07-19T19:49:25.393Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:49:25 [2019-07-19T19:49:25.393Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:49:25 [2019-07-19T19:49:25.393Z] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) 15:49:25 [2019-07-19T19:49:25.393Z] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 15:49:25 [2019-07-19T19:49:25.393Z] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) 15:49:25 [2019-07-19T19:49:25.393Z] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33) 15:49:25 [2019-07-19T19:49:25.393Z] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) 15:49:25 [2019-07-19T19:49:25.393Z] at org.eclipse.swtbot.swt.finder.junit.SWTBotJunit4ClassRunner.runChild(SWTBotJunit4ClassRunner.java:75) 15:49:25 [2019-07-19T19:49:25.393Z] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) 15:49:25 [2019-07-19T19:49:25.393Z] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) 15:49:25 [2019-07-19T19:49:25.393Z] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) 15:49:25 [2019-07-19T19:49:25.393Z] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) 15:49:25 [2019-07-19T19:49:25.393Z] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) 15:49:25 [2019-07-19T19:49:25.393Z] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) 15:49:25 [2019-07-19T19:49:25.393Z] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 15:49:25 [2019-07-19T19:49:25.393Z] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 15:49:25 [2019-07-19T19:49:25.393Z] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) 15:49:25 [2019-07-19T19:49:25.393Z] at org.eclipse.swtbot.swt.finder.junit.SWTBotJunit4ClassRunner.run(SWTBotJunit4ClassRunner.java:60) 15:49:25 [2019-07-19T19:49:25.393Z] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) 15:49:25 [2019-07-19T19:49:25.393Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) 15:49:25 [2019-07-19T19:49:25.393Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) 15:49:25 [2019-07-19T19:49:25.393Z] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) 15:49:25 [2019-07-19T19:49:25.393Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 15:49:25 [2019-07-19T19:49:25.393Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 15:49:25 [2019-07-19T19:49:25.393Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:49:25 [2019-07-19T19:49:25.393Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:49:25 [2019-07-19T19:49:25.393Z] at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) 15:49:25 [2019-07-19T19:49:25.393Z] at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) 15:49:25 [2019-07-19T19:49:25.393Z] at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) 15:49:25 [2019-07-19T19:49:25.393Z] at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:110) 15:49:25 [2019-07-19T19:49:25.393Z] at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:44) 15:49:25 [2019-07-19T19:49:25.393Z] at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:76) 15:49:25 [2019-07-19T19:49:25.393Z] at java.lang.Thread.run(Thread.java:748) 15:49:25 [2019-07-19T19:49:25.393Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.timegraph.stub"' 15:49:25 [2019-07-19T19:49:25.393Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 15:49:25 [2019-07-19T19:49:25.957Z] DEBUG - number of items : 16 15:49:25 [2019-07-19T19:49:25.957Z] DEBUG - Clicking on ToolItem with tooltip text {Show Legend} 15:49:25 [2019-07-19T19:49:25.957Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=197670193 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:49:25 [2019-07-19T19:49:25.957Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197670193 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:49:25 [2019-07-19T19:49:25.957Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=197670193 data=null doit=true} to ToolItem with tooltip text {Show Legend} 15:49:25 [2019-07-19T19:49:25.957Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=197670194 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:49:25 [2019-07-19T19:49:25.957Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=197670194 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:49:26 [2019-07-19T19:49:26.215Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=197670334 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:49:26 [2019-07-19T19:49:26.215Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197670335 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:49:26 [2019-07-19T19:49:26.215Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=197670335 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:49:26 [2019-07-19T19:49:26.215Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=197670335 data=null doit=true} to ToolItem with tooltip text {Show Legend} 15:49:26 [2019-07-19T19:49:26.215Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=197670336 data=null} to ToolItem with tooltip text {Show Legend} 15:49:26 [2019-07-19T19:49:26.215Z] DEBUG - Clicked on ToolItem with tooltip text {Show Legend} 15:49:26 [2019-07-19T19:49:26.215Z] DEBUG - matched Shell with text "Legend", using matcher: with text 'Legend' 15:49:26 [2019-07-19T19:49:26.215Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Legend} time=197670337 data=null doit=true} to Shell with text {Legend} 15:49:26 [2019-07-19T19:49:26.215Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:26 [2019-07-19T19:49:26.215Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:26 [2019-07-19T19:49:26.215Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:26 [2019-07-19T19:49:26.215Z] DEBUG - matched Button with text "", using matcher: with key=legend.entry.key and value matching "HAIR" 15:49:26 [2019-07-19T19:49:26.215Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:26 [2019-07-19T19:49:26.215Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with key=legend.entry.key and value matching "HAIR" and with style 'SWT.PUSH') 15:49:26 [2019-07-19T19:49:26.215Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:26 [2019-07-19T19:49:26.215Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:26 [2019-07-19T19:49:26.215Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:26 [2019-07-19T19:49:26.215Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:49:26 [2019-07-19T19:49:26.215Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale' 15:49:26 [2019-07-19T19:49:26.215Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale' 15:49:26 [2019-07-19T19:49:26.215Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale' 15:49:26 [2019-07-19T19:49:26.215Z] DEBUG - matched Scale with text "", using matcher: with key=legend.entry.key and value matching "HAIR" 15:49:26 [2019-07-19T19:49:26.215Z] DEBUG - matched Scale with text "", using matcher: (of type 'Scale' and with key=legend.entry.key and value matching "HAIR") 15:49:26 [2019-07-19T19:49:26.215Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale' 15:49:26 [2019-07-19T19:49:26.215Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale' 15:49:26 [2019-07-19T19:49:26.215Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale' 15:49:26 [2019-07-19T19:49:26.215Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale' 15:49:26 [2019-07-19T19:49:26.215Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale' 15:49:26 [2019-07-19T19:49:26.215Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale' 15:49:26 [2019-07-19T19:49:26.215Z] DEBUG - matched Scale with text "", using matcher: with key=legend.entry.key and value matching "HAIR" 15:49:26 [2019-07-19T19:49:26.215Z] DEBUG - matched Scale with text "", using matcher: (of type 'Scale' and with key=legend.entry.key and value matching "HAIR") 15:49:26 [2019-07-19T19:49:26.215Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale' 15:49:26 [2019-07-19T19:49:26.215Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale' 15:49:26 [2019-07-19T19:49:26.215Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale' 15:49:26 [2019-07-19T19:49:26.215Z] DEBUG - Setting selection on (of type 'Scale' and with key=legend.entry.key and value matching "HAIR") to 25 15:49:26 [2019-07-19T19:49:26.215Z] DEBUG - Sent event Selection [13]: SelectionEvent{Scale {} time=197670356 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Scale' and with key=legend.entry.key and value matching "HAIR") 15:49:26 [2019-07-19T19:49:26.215Z] DEBUG - Set selection on (of type 'Scale' and with key=legend.entry.key and value matching "HAIR") to 25 15:49:26 [2019-07-19T19:49:26.215Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:26 [2019-07-19T19:49:26.215Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:26 [2019-07-19T19:49:26.215Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:26 [2019-07-19T19:49:26.215Z] DEBUG - matched Button with text "", using matcher: with key=legend.entry.key and value matching "HAIR" 15:49:26 [2019-07-19T19:49:26.216Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:26 [2019-07-19T19:49:26.216Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with key=legend.entry.key and value matching "HAIR" and with style 'SWT.PUSH') 15:49:26 [2019-07-19T19:49:26.216Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:26 [2019-07-19T19:49:26.216Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:26 [2019-07-19T19:49:26.216Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:26 [2019-07-19T19:49:26.216Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:49:26 [2019-07-19T19:49:26.216Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:26 [2019-07-19T19:49:26.216Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:26 [2019-07-19T19:49:26.216Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:26 [2019-07-19T19:49:26.216Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:26 [2019-07-19T19:49:26.216Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:26 [2019-07-19T19:49:26.216Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:26 [2019-07-19T19:49:26.216Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:49:26 [2019-07-19T19:49:26.216Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 15:49:26 [2019-07-19T19:49:26.216Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:49:26 [2019-07-19T19:49:26.216Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:26 [2019-07-19T19:49:26.216Z] DEBUG - Clicking on OK 15:49:26 [2019-07-19T19:49:26.216Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=197670379 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:26 [2019-07-19T19:49:26.216Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=197670379 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:26 [2019-07-19T19:49:26.216Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=197670379 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:26 [2019-07-19T19:49:26.216Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=197670379 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:26 [2019-07-19T19:49:26.216Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=197670379 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:26 [2019-07-19T19:49:26.216Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=197670379 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:26 [2019-07-19T19:49:26.216Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=197670379 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:26 [2019-07-19T19:49:26.216Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=197670194 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Show Legend} 15:49:26 [2019-07-19T19:49:26.473Z] DEBUG - Clicked on 15:49:27 [2019-07-19T19:49:27.405Z] DEBUG - number of items : 16 15:49:27 [2019-07-19T19:49:27.405Z] DEBUG - Clicking on ToolItem with tooltip text {Show Legend} 15:49:27 [2019-07-19T19:49:27.405Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=197671642 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:49:27 [2019-07-19T19:49:27.405Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197671643 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:49:27 [2019-07-19T19:49:27.405Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=197671643 data=null doit=true} to ToolItem with tooltip text {Show Legend} 15:49:27 [2019-07-19T19:49:27.405Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=197671643 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:49:27 [2019-07-19T19:49:27.405Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=197671643 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:49:27 [2019-07-19T19:49:27.663Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=197671783 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:49:27 [2019-07-19T19:49:27.663Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197671783 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:49:27 [2019-07-19T19:49:27.663Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=197671784 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:49:27 [2019-07-19T19:49:27.663Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=197671784 data=null doit=true} to ToolItem with tooltip text {Show Legend} 15:49:27 [2019-07-19T19:49:27.663Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=197671784 data=null} to ToolItem with tooltip text {Show Legend} 15:49:27 [2019-07-19T19:49:27.663Z] DEBUG - Clicked on ToolItem with tooltip text {Show Legend} 15:49:27 [2019-07-19T19:49:27.663Z] DEBUG - matched Shell with text "Legend", using matcher: with text 'Legend' 15:49:27 [2019-07-19T19:49:27.663Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:27 [2019-07-19T19:49:27.663Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:27 [2019-07-19T19:49:27.663Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:27 [2019-07-19T19:49:27.663Z] DEBUG - matched Button with text "", using matcher: with key=legend.entry.key and value matching "HAIR" 15:49:27 [2019-07-19T19:49:27.663Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:27 [2019-07-19T19:49:27.663Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with key=legend.entry.key and value matching "HAIR" and with style 'SWT.PUSH') 15:49:27 [2019-07-19T19:49:27.663Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:27 [2019-07-19T19:49:27.663Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:27 [2019-07-19T19:49:27.663Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:27 [2019-07-19T19:49:27.663Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:49:27 [2019-07-19T19:49:27.663Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:27 [2019-07-19T19:49:27.663Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:27 [2019-07-19T19:49:27.663Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:27 [2019-07-19T19:49:27.663Z] DEBUG - matched Button with text "", using matcher: with key=legend.entry.key and value matching "HAIR" 15:49:27 [2019-07-19T19:49:27.663Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:27 [2019-07-19T19:49:27.663Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with key=legend.entry.key and value matching "HAIR" and with style 'SWT.PUSH') 15:49:27 [2019-07-19T19:49:27.663Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:27 [2019-07-19T19:49:27.663Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:27 [2019-07-19T19:49:27.663Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:27 [2019-07-19T19:49:27.663Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:49:27 [2019-07-19T19:49:27.663Z] DEBUG - Clicking on 15:49:27 [2019-07-19T19:49:27.663Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {} time=197671788 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with key=legend.entry.key and value matching "HAIR" and with style 'SWT.PUSH') 15:49:27 [2019-07-19T19:49:27.663Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {} time=197671789 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with key=legend.entry.key and value matching "HAIR" and with style 'SWT.PUSH') 15:49:27 [2019-07-19T19:49:27.663Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {} time=197671789 data=null doit=true} to (of type 'Button' and with key=legend.entry.key and value matching "HAIR" and with style 'SWT.PUSH') 15:49:27 [2019-07-19T19:49:27.663Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {} time=197671789 data=null} to (of type 'Button' and with key=legend.entry.key and value matching "HAIR" and with style 'SWT.PUSH') 15:49:27 [2019-07-19T19:49:27.663Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {} time=197671789 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with key=legend.entry.key and value matching "HAIR" and with style 'SWT.PUSH') 15:49:27 [2019-07-19T19:49:27.663Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {} time=197671789 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with key=legend.entry.key and value matching "HAIR" and with style 'SWT.PUSH') 15:49:27 [2019-07-19T19:49:27.663Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {} time=197671789 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with key=legend.entry.key and value matching "HAIR" and with style 'SWT.PUSH') 15:49:27 [2019-07-19T19:49:27.663Z] WARN - Widget is not enabled: (of type 'Button' and with key=legend.entry.key and value matching "HAIR" and with style 'SWT.PUSH') 15:49:27 [2019-07-19T19:49:27.663Z] WARN - Widget is not enabled: (of type 'Button' and with key=legend.entry.key and value matching "HAIR" and with style 'SWT.PUSH') 15:49:27 [2019-07-19T19:49:27.663Z] WARN - Widget is not enabled: (of type 'Button' and with key=legend.entry.key and value matching "HAIR" and with style 'SWT.PUSH') 15:49:27 [2019-07-19T19:49:27.663Z] WARN - Widget is not enabled: (of type 'Button' and with key=legend.entry.key and value matching "HAIR" and with style 'SWT.PUSH') 15:49:27 [2019-07-19T19:49:27.663Z] WARN - Widget is not enabled: (of type 'Button' and with key=legend.entry.key and value matching "HAIR" and with style 'SWT.PUSH') 15:49:27 [2019-07-19T19:49:27.663Z] DEBUG - Clicked on 15:49:27 [2019-07-19T19:49:27.663Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale' 15:49:27 [2019-07-19T19:49:27.663Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale' 15:49:27 [2019-07-19T19:49:27.663Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale' 15:49:27 [2019-07-19T19:49:27.663Z] DEBUG - matched Scale with text "", using matcher: with key=legend.entry.key and value matching "HAIR" 15:49:27 [2019-07-19T19:49:27.663Z] DEBUG - matched Scale with text "", using matcher: (of type 'Scale' and with key=legend.entry.key and value matching "HAIR") 15:49:27 [2019-07-19T19:49:27.663Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale' 15:49:27 [2019-07-19T19:49:27.663Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale' 15:49:27 [2019-07-19T19:49:27.663Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale' 15:49:27 [2019-07-19T19:49:27.663Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:27 [2019-07-19T19:49:27.663Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:27 [2019-07-19T19:49:27.663Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:27 [2019-07-19T19:49:27.663Z] DEBUG - matched Button with text "", using matcher: with key=legend.entry.key and value matching "HAIR" 15:49:27 [2019-07-19T19:49:27.663Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:27 [2019-07-19T19:49:27.663Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with key=legend.entry.key and value matching "HAIR" and with style 'SWT.PUSH') 15:49:27 [2019-07-19T19:49:27.663Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:27 [2019-07-19T19:49:27.663Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:27 [2019-07-19T19:49:27.663Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:27 [2019-07-19T19:49:27.663Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:49:27 [2019-07-19T19:49:27.663Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:27 [2019-07-19T19:49:27.663Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:27 [2019-07-19T19:49:27.663Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:27 [2019-07-19T19:49:27.663Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:27 [2019-07-19T19:49:27.663Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:27 [2019-07-19T19:49:27.663Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:27 [2019-07-19T19:49:27.663Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:49:27 [2019-07-19T19:49:27.663Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 15:49:27 [2019-07-19T19:49:27.663Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:49:27 [2019-07-19T19:49:27.663Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:27 [2019-07-19T19:49:27.663Z] DEBUG - Clicking on OK 15:49:27 [2019-07-19T19:49:27.664Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=197671831 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:27 [2019-07-19T19:49:27.664Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=197671831 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:27 [2019-07-19T19:49:27.664Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=197671831 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:27 [2019-07-19T19:49:27.664Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=197671838 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:27 [2019-07-19T19:49:27.664Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=197671838 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:27 [2019-07-19T19:49:27.664Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=197671838 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:27 [2019-07-19T19:49:27.664Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=197671839 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:27 [2019-07-19T19:49:27.664Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=197671643 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Show Legend} 15:49:27 [2019-07-19T19:49:27.920Z] DEBUG - Clicked on 15:49:28 [2019-07-19T19:49:28.851Z] DEBUG - number of items : 16 15:49:28 [2019-07-19T19:49:28.851Z] DEBUG - Clicking on ToolItem with tooltip text {Show Legend} 15:49:28 [2019-07-19T19:49:28.851Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=197673089 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:49:28 [2019-07-19T19:49:28.851Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197673089 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:49:28 [2019-07-19T19:49:28.851Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=197673089 data=null doit=true} to ToolItem with tooltip text {Show Legend} 15:49:28 [2019-07-19T19:49:28.851Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=197673090 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:49:28 [2019-07-19T19:49:28.851Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=197673090 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:49:29 [2019-07-19T19:49:29.108Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=197673232 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:49:29 [2019-07-19T19:49:29.108Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197673233 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:49:29 [2019-07-19T19:49:29.108Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=197673233 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:49:29 [2019-07-19T19:49:29.108Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=197673233 data=null doit=true} to ToolItem with tooltip text {Show Legend} 15:49:29 [2019-07-19T19:49:29.108Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=197673234 data=null} to ToolItem with tooltip text {Show Legend} 15:49:29 [2019-07-19T19:49:29.108Z] DEBUG - Clicked on ToolItem with tooltip text {Show Legend} 15:49:29 [2019-07-19T19:49:29.108Z] DEBUG - matched Shell with text "Legend", using matcher: with text 'Legend' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - Clicking on OK 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=197673268 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=197673268 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=197673268 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=197673268 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=197673268 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=197673268 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=197673269 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=197673090 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Show Legend} 15:49:29 [2019-07-19T19:49:29.109Z] DEBUG - Clicked on 15:49:29 [2019-07-19T19:49:29.109Z] 15:49:29 [2019-07-19T19:49:29.109Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 0 2019-07-19 19:49:29.100 15:49:29 [2019-07-19T19:49:29.109Z] !MESSAGE Exception handling signal [TmfTraceClosedSignal (Stub)] in method public void org.eclipse.tracecompass.tmf.ui.views.histogram.HistogramView.traceClosed(org.eclipse.tracecompass.tmf.core.signal.TmfTraceClosedSignal) 15:49:29 [2019-07-19T19:49:29.109Z] !STACK 0 15:49:29 [2019-07-19T19:49:29.109Z] java.lang.reflect.InvocationTargetException 15:49:29 [2019-07-19T19:49:29.109Z] at sun.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) 15:49:29 [2019-07-19T19:49:29.109Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:49:29 [2019-07-19T19:49:29.109Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:49:29 [2019-07-19T19:49:29.109Z] at org.eclipse.tracecompass.tmf.core.signal.TmfSignalManager.sendSignal(TmfSignalManager.java:337) 15:49:29 [2019-07-19T19:49:29.109Z] at org.eclipse.tracecompass.tmf.core.signal.TmfSignalManager.sendSignal(TmfSignalManager.java:293) 15:49:29 [2019-07-19T19:49:29.109Z] at org.eclipse.tracecompass.tmf.core.signal.TmfSignalManager.dispatchSignal(TmfSignalManager.java:252) 15:49:29 [2019-07-19T19:49:29.109Z] at org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.TimeGraphViewTest.after(TimeGraphViewTest.java:318) 15:49:29 [2019-07-19T19:49:29.109Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 15:49:29 [2019-07-19T19:49:29.109Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 15:49:29 [2019-07-19T19:49:29.109Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:49:29 [2019-07-19T19:49:29.109Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:49:29 [2019-07-19T19:49:29.109Z] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) 15:49:29 [2019-07-19T19:49:29.109Z] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 15:49:29 [2019-07-19T19:49:29.109Z] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) 15:49:29 [2019-07-19T19:49:29.109Z] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33) 15:49:29 [2019-07-19T19:49:29.109Z] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) 15:49:29 [2019-07-19T19:49:29.109Z] at org.eclipse.swtbot.swt.finder.junit.SWTBotJunit4ClassRunner.runChild(SWTBotJunit4ClassRunner.java:75) 15:49:29 [2019-07-19T19:49:29.109Z] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) 15:49:29 [2019-07-19T19:49:29.109Z] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) 15:49:29 [2019-07-19T19:49:29.109Z] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) 15:49:29 [2019-07-19T19:49:29.109Z] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) 15:49:29 [2019-07-19T19:49:29.109Z] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) 15:49:29 [2019-07-19T19:49:29.109Z] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) 15:49:29 [2019-07-19T19:49:29.109Z] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 15:49:29 [2019-07-19T19:49:29.109Z] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 15:49:29 [2019-07-19T19:49:29.109Z] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) 15:49:29 [2019-07-19T19:49:29.109Z] at org.eclipse.swtbot.swt.finder.junit.SWTBotJunit4ClassRunner.run(SWTBotJunit4ClassRunner.java:60) 15:49:29 [2019-07-19T19:49:29.109Z] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) 15:49:29 [2019-07-19T19:49:29.109Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) 15:49:29 [2019-07-19T19:49:29.109Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) 15:49:29 [2019-07-19T19:49:29.109Z] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) 15:49:29 [2019-07-19T19:49:29.109Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 15:49:29 [2019-07-19T19:49:29.109Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 15:49:29 [2019-07-19T19:49:29.109Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:49:29 [2019-07-19T19:49:29.109Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:49:29 [2019-07-19T19:49:29.109Z] at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) 15:49:29 [2019-07-19T19:49:29.109Z] at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) 15:49:29 [2019-07-19T19:49:29.109Z] at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) 15:49:29 [2019-07-19T19:49:29.109Z] at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:110) 15:49:29 [2019-07-19T19:49:29.109Z] at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:44) 15:49:29 [2019-07-19T19:49:29.109Z] at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:76) 15:49:29 [2019-07-19T19:49:29.109Z] at java.lang.Thread.run(Thread.java:748) 15:49:29 [2019-07-19T19:49:29.109Z] Caused by: org.eclipse.swt.SWTException: Invalid thread access 15:49:29 [2019-07-19T19:49:29.109Z] at org.eclipse.swt.SWT.error(SWT.java:4699) 15:49:29 [2019-07-19T19:49:29.109Z] at org.eclipse.swt.SWT.error(SWT.java:4614) 15:49:29 [2019-07-19T19:49:29.109Z] at org.eclipse.swt.SWT.error(SWT.java:4585) 15:49:29 [2019-07-19T19:49:29.109Z] at org.eclipse.swt.widgets.Widget.error(Widget.java:532) 15:49:29 [2019-07-19T19:49:29.109Z] at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:470) 15:49:29 [2019-07-19T19:49:29.109Z] at org.eclipse.swt.widgets.Composite.getChildren(Composite.java:736) 15:49:29 [2019-07-19T19:49:29.109Z] at org.eclipse.tracecompass.tmf.ui.views.histogram.HistogramView.traceClosed(HistogramView.java:695) 15:49:29 [2019-07-19T19:49:29.109Z] ... 42 more 15:49:29 [2019-07-19T19:49:29.109Z] Root exception: 15:49:29 [2019-07-19T19:49:29.109Z] org.eclipse.swt.SWTException: Invalid thread access 15:49:29 [2019-07-19T19:49:29.109Z] at org.eclipse.swt.SWT.error(SWT.java:4699) 15:49:29 [2019-07-19T19:49:29.109Z] at org.eclipse.swt.SWT.error(SWT.java:4614) 15:49:29 [2019-07-19T19:49:29.109Z] at org.eclipse.swt.SWT.error(SWT.java:4585) 15:49:29 [2019-07-19T19:49:29.109Z] at org.eclipse.swt.widgets.Widget.error(Widget.java:532) 15:49:29 [2019-07-19T19:49:29.109Z] at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:470) 15:49:29 [2019-07-19T19:49:29.109Z] at org.eclipse.swt.widgets.Composite.getChildren(Composite.java:736) 15:49:29 [2019-07-19T19:49:29.109Z] at org.eclipse.tracecompass.tmf.ui.views.histogram.HistogramView.traceClosed(HistogramView.java:695) 15:49:29 [2019-07-19T19:49:29.109Z] at sun.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) 15:49:29 [2019-07-19T19:49:29.109Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:49:29 [2019-07-19T19:49:29.109Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:49:29 [2019-07-19T19:49:29.109Z] at org.eclipse.tracecompass.tmf.core.signal.TmfSignalManager.sendSignal(TmfSignalManager.java:337) 15:49:29 [2019-07-19T19:49:29.109Z] at org.eclipse.tracecompass.tmf.core.signal.TmfSignalManager.sendSignal(TmfSignalManager.java:293) 15:49:29 [2019-07-19T19:49:29.109Z] at org.eclipse.tracecompass.tmf.core.signal.TmfSignalManager.dispatchSignal(TmfSignalManager.java:252) 15:49:29 [2019-07-19T19:49:29.109Z] at org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.TimeGraphViewTest.after(TimeGraphViewTest.java:318) 15:49:29 [2019-07-19T19:49:29.109Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 15:49:29 [2019-07-19T19:49:29.109Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 15:49:29 [2019-07-19T19:49:29.109Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:49:29 [2019-07-19T19:49:29.109Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:49:29 [2019-07-19T19:49:29.109Z] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) 15:49:29 [2019-07-19T19:49:29.366Z] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 15:49:29 [2019-07-19T19:49:29.366Z] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) 15:49:29 [2019-07-19T19:49:29.366Z] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33) 15:49:29 [2019-07-19T19:49:29.366Z] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) 15:49:29 [2019-07-19T19:49:29.366Z] at org.eclipse.swtbot.swt.finder.junit.SWTBotJunit4ClassRunner.runChild(SWTBotJunit4ClassRunner.java:75) 15:49:29 [2019-07-19T19:49:29.366Z] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) 15:49:29 [2019-07-19T19:49:29.366Z] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) 15:49:29 [2019-07-19T19:49:29.366Z] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) 15:49:29 [2019-07-19T19:49:29.366Z] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) 15:49:29 [2019-07-19T19:49:29.366Z] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) 15:49:29 [2019-07-19T19:49:29.366Z] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) 15:49:29 [2019-07-19T19:49:29.366Z] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 15:49:29 [2019-07-19T19:49:29.366Z] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 15:49:29 [2019-07-19T19:49:29.366Z] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) 15:49:29 [2019-07-19T19:49:29.366Z] at org.eclipse.swtbot.swt.finder.junit.SWTBotJunit4ClassRunner.run(SWTBotJunit4ClassRunner.java:60) 15:49:29 [2019-07-19T19:49:29.366Z] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) 15:49:29 [2019-07-19T19:49:29.366Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) 15:49:29 [2019-07-19T19:49:29.366Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) 15:49:29 [2019-07-19T19:49:29.366Z] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) 15:49:29 [2019-07-19T19:49:29.366Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 15:49:29 [2019-07-19T19:49:29.366Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 15:49:29 [2019-07-19T19:49:29.366Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:49:29 [2019-07-19T19:49:29.366Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:49:29 [2019-07-19T19:49:29.366Z] at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) 15:49:29 [2019-07-19T19:49:29.366Z] at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) 15:49:29 [2019-07-19T19:49:29.366Z] at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) 15:49:29 [2019-07-19T19:49:29.366Z] at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:110) 15:49:29 [2019-07-19T19:49:29.366Z] at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:44) 15:49:29 [2019-07-19T19:49:29.366Z] at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:76) 15:49:29 [2019-07-19T19:49:29.366Z] at java.lang.Thread.run(Thread.java:748) 15:49:29 [2019-07-19T19:49:29.366Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.timegraph.stub"' 15:49:29 [2019-07-19T19:49:29.366Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 15:49:29 [2019-07-19T19:49:29.929Z] DEBUG - Attempting to set focus on TimeGraphControl with text {} 15:49:29 [2019-07-19T19:49:29.929Z] DEBUG - Attempting to set focus on TimeGraphControl with text {} 15:49:29 [2019-07-19T19:49:29.929Z] DEBUG - Attempting to set focus on TimeGraphControl with text {} 15:49:30 [2019-07-19T19:49:30.492Z] DEBUG - Attempting to set focus on TimeGraphControl with text {} 15:49:30 [2019-07-19T19:49:30.492Z] DEBUG - Attempting to set focus on TimeGraphControl with text {} 15:49:31 [2019-07-19T19:49:31.056Z] DEBUG - Attempting to set focus on TimeGraphControl with text {} 15:49:31 [2019-07-19T19:49:31.056Z] DEBUG - Attempting to set focus on TimeGraphControl with text {} 15:49:31 [2019-07-19T19:49:31.313Z] DEBUG - Attempting to set focus on TimeGraphControl with text {} 15:49:31 [2019-07-19T19:49:31.569Z] DEBUG - Attempting to set focus on TimeGraphControl with text {} 15:49:31 [2019-07-19T19:49:31.826Z] DEBUG - Attempting to set focus on TimeGraphControl with text {} 15:49:31 [2019-07-19T19:49:31.826Z] DEBUG - Attempting to set focus on TimeGraphControl with text {} 15:49:32 [2019-07-19T19:49:32.390Z] DEBUG - Attempting to set focus on TimeGraphControl with text {} 15:49:32 [2019-07-19T19:49:32.390Z] DEBUG - Attempting to set focus on TimeGraphControl with text {} 15:49:32 [2019-07-19T19:49:32.954Z] DEBUG - number of items : 16 15:49:32 [2019-07-19T19:49:32.954Z] DEBUG - Clicking on ToolItem with tooltip text {Show Legend} 15:49:32 [2019-07-19T19:49:32.954Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=197677068 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:49:32 [2019-07-19T19:49:32.954Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197677069 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:49:32 [2019-07-19T19:49:32.954Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=197677069 data=null doit=true} to ToolItem with tooltip text {Show Legend} 15:49:32 [2019-07-19T19:49:32.954Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=197677069 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:49:32 [2019-07-19T19:49:32.954Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=197677069 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=197677243 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197677244 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=197677244 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=197677244 data=null doit=true} to ToolItem with tooltip text {Show Legend} 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=197677245 data=null} to ToolItem with tooltip text {Show Legend} 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - Clicked on ToolItem with tooltip text {Show Legend} 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Shell with text "Legend", using matcher: with text 'Legend' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - Clicking on OK 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=197677279 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=197677279 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=197677279 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:33 [2019-07-19T19:49:33.213Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=197677279 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:33 [2019-07-19T19:49:33.214Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=197677279 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:33 [2019-07-19T19:49:33.214Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=197677279 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:33 [2019-07-19T19:49:33.214Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=197677280 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:33 [2019-07-19T19:49:33.214Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=197677069 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Show Legend} 15:49:33 [2019-07-19T19:49:33.214Z] DEBUG - Clicked on 15:49:33 [2019-07-19T19:49:33.214Z] 15:49:33 [2019-07-19T19:49:33.214Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 0 2019-07-19 19:49:33.112 15:49:33 [2019-07-19T19:49:33.214Z] !MESSAGE Exception handling signal [TmfTraceClosedSignal (Stub)] in method public void org.eclipse.tracecompass.tmf.ui.views.histogram.HistogramView.traceClosed(org.eclipse.tracecompass.tmf.core.signal.TmfTraceClosedSignal) 15:49:33 [2019-07-19T19:49:33.214Z] !STACK 0 15:49:33 [2019-07-19T19:49:33.214Z] java.lang.reflect.InvocationTargetException 15:49:33 [2019-07-19T19:49:33.214Z] at sun.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) 15:49:33 [2019-07-19T19:49:33.214Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:49:33 [2019-07-19T19:49:33.214Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:49:33 [2019-07-19T19:49:33.214Z] at org.eclipse.tracecompass.tmf.core.signal.TmfSignalManager.sendSignal(TmfSignalManager.java:337) 15:49:33 [2019-07-19T19:49:33.214Z] at org.eclipse.tracecompass.tmf.core.signal.TmfSignalManager.sendSignal(TmfSignalManager.java:293) 15:49:33 [2019-07-19T19:49:33.214Z] at org.eclipse.tracecompass.tmf.core.signal.TmfSignalManager.dispatchSignal(TmfSignalManager.java:252) 15:49:33 [2019-07-19T19:49:33.214Z] at org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.TimeGraphViewTest.after(TimeGraphViewTest.java:318) 15:49:33 [2019-07-19T19:49:33.214Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 15:49:33 [2019-07-19T19:49:33.214Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 15:49:33 [2019-07-19T19:49:33.214Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:49:33 [2019-07-19T19:49:33.214Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:49:33 [2019-07-19T19:49:33.214Z] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) 15:49:33 [2019-07-19T19:49:33.214Z] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 15:49:33 [2019-07-19T19:49:33.214Z] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) 15:49:33 [2019-07-19T19:49:33.214Z] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33) 15:49:33 [2019-07-19T19:49:33.214Z] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) 15:49:33 [2019-07-19T19:49:33.214Z] at org.eclipse.swtbot.swt.finder.junit.SWTBotJunit4ClassRunner.runChild(SWTBotJunit4ClassRunner.java:75) 15:49:33 [2019-07-19T19:49:33.214Z] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) 15:49:33 [2019-07-19T19:49:33.214Z] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) 15:49:33 [2019-07-19T19:49:33.214Z] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) 15:49:33 [2019-07-19T19:49:33.214Z] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) 15:49:33 [2019-07-19T19:49:33.214Z] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) 15:49:33 [2019-07-19T19:49:33.214Z] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) 15:49:33 [2019-07-19T19:49:33.214Z] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 15:49:33 [2019-07-19T19:49:33.214Z] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 15:49:33 [2019-07-19T19:49:33.214Z] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) 15:49:33 [2019-07-19T19:49:33.214Z] at org.eclipse.swtbot.swt.finder.junit.SWTBotJunit4ClassRunner.run(SWTBotJunit4ClassRunner.java:60) 15:49:33 [2019-07-19T19:49:33.214Z] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) 15:49:33 [2019-07-19T19:49:33.214Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) 15:49:33 [2019-07-19T19:49:33.214Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) 15:49:33 [2019-07-19T19:49:33.214Z] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) 15:49:33 [2019-07-19T19:49:33.214Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 15:49:33 [2019-07-19T19:49:33.214Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 15:49:33 [2019-07-19T19:49:33.214Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:49:33 [2019-07-19T19:49:33.214Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:49:33 [2019-07-19T19:49:33.214Z] at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) 15:49:33 [2019-07-19T19:49:33.214Z] at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) 15:49:33 [2019-07-19T19:49:33.214Z] at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) 15:49:33 [2019-07-19T19:49:33.214Z] at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:110) 15:49:33 [2019-07-19T19:49:33.214Z] at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:44) 15:49:33 [2019-07-19T19:49:33.214Z] at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:76) 15:49:33 [2019-07-19T19:49:33.214Z] at java.lang.Thread.run(Thread.java:748) 15:49:33 [2019-07-19T19:49:33.214Z] Caused by: org.eclipse.swt.SWTException: Invalid thread access 15:49:33 [2019-07-19T19:49:33.214Z] at org.eclipse.swt.SWT.error(SWT.java:4699) 15:49:33 [2019-07-19T19:49:33.214Z] at org.eclipse.swt.SWT.error(SWT.java:4614) 15:49:33 [2019-07-19T19:49:33.214Z] at org.eclipse.swt.SWT.error(SWT.java:4585) 15:49:33 [2019-07-19T19:49:33.214Z] at org.eclipse.swt.widgets.Widget.error(Widget.java:532) 15:49:33 [2019-07-19T19:49:33.214Z] at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:470) 15:49:33 [2019-07-19T19:49:33.214Z] at org.eclipse.swt.widgets.Composite.getChildren(Composite.java:736) 15:49:33 [2019-07-19T19:49:33.214Z] at org.eclipse.tracecompass.tmf.ui.views.histogram.HistogramView.traceClosed(HistogramView.java:695) 15:49:33 [2019-07-19T19:49:33.214Z] ... 42 more 15:49:33 [2019-07-19T19:49:33.214Z] Root exception: 15:49:33 [2019-07-19T19:49:33.214Z] org.eclipse.swt.SWTException: Invalid thread access 15:49:33 [2019-07-19T19:49:33.214Z] at org.eclipse.swt.SWT.error(SWT.java:4699) 15:49:33 [2019-07-19T19:49:33.214Z] at org.eclipse.swt.SWT.error(SWT.java:4614) 15:49:33 [2019-07-19T19:49:33.214Z] at org.eclipse.swt.SWT.error(SWT.java:4585) 15:49:33 [2019-07-19T19:49:33.214Z] at org.eclipse.swt.widgets.Widget.error(Widget.java:532) 15:49:33 [2019-07-19T19:49:33.214Z] at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:470) 15:49:33 [2019-07-19T19:49:33.214Z] at org.eclipse.swt.widgets.Composite.getChildren(Composite.java:736) 15:49:33 [2019-07-19T19:49:33.214Z] at org.eclipse.tracecompass.tmf.ui.views.histogram.HistogramView.traceClosed(HistogramView.java:695) 15:49:33 [2019-07-19T19:49:33.214Z] at sun.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) 15:49:33 [2019-07-19T19:49:33.214Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:49:33 [2019-07-19T19:49:33.214Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:49:33 [2019-07-19T19:49:33.214Z] at org.eclipse.tracecompass.tmf.core.signal.TmfSignalManager.sendSignal(TmfSignalManager.java:337) 15:49:33 [2019-07-19T19:49:33.214Z] at org.eclipse.tracecompass.tmf.core.signal.TmfSignalManager.sendSignal(TmfSignalManager.java:293) 15:49:33 [2019-07-19T19:49:33.214Z] at org.eclipse.tracecompass.tmf.core.signal.TmfSignalManager.dispatchSignal(TmfSignalManager.java:252) 15:49:33 [2019-07-19T19:49:33.214Z] at org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.TimeGraphViewTest.after(TimeGraphViewTest.java:318) 15:49:33 [2019-07-19T19:49:33.214Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 15:49:33 [2019-07-19T19:49:33.214Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 15:49:33 [2019-07-19T19:49:33.214Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:49:33 [2019-07-19T19:49:33.214Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:49:33 [2019-07-19T19:49:33.214Z] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) 15:49:33 [2019-07-19T19:49:33.214Z] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 15:49:33 [2019-07-19T19:49:33.214Z] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) 15:49:33 [2019-07-19T19:49:33.214Z] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33) 15:49:33 [2019-07-19T19:49:33.214Z] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) 15:49:33 [2019-07-19T19:49:33.214Z] at org.eclipse.swtbot.swt.finder.junit.SWTBotJunit4ClassRunner.runChild(SWTBotJunit4ClassRunner.java:75) 15:49:33 [2019-07-19T19:49:33.214Z] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) 15:49:33 [2019-07-19T19:49:33.214Z] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) 15:49:33 [2019-07-19T19:49:33.214Z] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) 15:49:33 [2019-07-19T19:49:33.214Z] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) 15:49:33 [2019-07-19T19:49:33.214Z] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) 15:49:33 [2019-07-19T19:49:33.214Z] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) 15:49:33 [2019-07-19T19:49:33.214Z] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 15:49:33 [2019-07-19T19:49:33.214Z] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 15:49:33 [2019-07-19T19:49:33.214Z] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) 15:49:33 [2019-07-19T19:49:33.214Z] at org.eclipse.swtbot.swt.finder.junit.SWTBotJunit4ClassRunner.run(SWTBotJunit4ClassRunner.java:60) 15:49:33 [2019-07-19T19:49:33.214Z] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) 15:49:33 [2019-07-19T19:49:33.214Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) 15:49:33 [2019-07-19T19:49:33.214Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) 15:49:33 [2019-07-19T19:49:33.214Z] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) 15:49:33 [2019-07-19T19:49:33.214Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 15:49:33 [2019-07-19T19:49:33.214Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 15:49:33 [2019-07-19T19:49:33.214Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:49:33 [2019-07-19T19:49:33.214Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:49:33 [2019-07-19T19:49:33.214Z] at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) 15:49:33 [2019-07-19T19:49:33.214Z] at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) 15:49:33 [2019-07-19T19:49:33.214Z] at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) 15:49:33 [2019-07-19T19:49:33.214Z] at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:110) 15:49:33 [2019-07-19T19:49:33.214Z] at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:44) 15:49:33 [2019-07-19T19:49:33.214Z] at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:76) 15:49:33 [2019-07-19T19:49:33.214Z] at java.lang.Thread.run(Thread.java:748) 15:49:33 [2019-07-19T19:49:33.479Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.timegraph.stub"' 15:49:33 [2019-07-19T19:49:33.479Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 15:49:34 [2019-07-19T19:49:34.043Z] DEBUG - Attempting to set focus on TimeGraphControl with text {} 15:49:34 [2019-07-19T19:49:34.043Z] DEBUG - Attempting to set focus on TimeGraphControl with text {} 15:49:34 [2019-07-19T19:49:34.043Z] DEBUG - Attempting to set focus on TimeGraphControl with text {} 15:49:34 [2019-07-19T19:49:34.043Z] DEBUG - matched Shell with text "Time Event Filter", using matcher: with text 'Time Event Filter' 15:49:34 [2019-07-19T19:49:34.043Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Time Event Filter} time=197678190 data=null doit=true} to Shell with text {Time Event Filter} 15:49:34 [2019-07-19T19:49:34.043Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 15:49:34 [2019-07-19T19:49:34.043Z] DEBUG - matched Text with text "", using matcher: (of type 'Text') 15:49:34 [2019-07-19T19:49:34.607Z] DEBUG - Attempting to set focus on TimeGraphControl with text {} 15:49:35 [2019-07-19T19:49:35.974Z] DEBUG - matched Shell with text "Time Event Filter", using matcher: with text 'Time Event Filter' 15:49:35 [2019-07-19T19:49:35.974Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Time Event Filter} time=197679964 data=null doit=true} to Shell with text {Time Event Filter} 15:49:35 [2019-07-19T19:49:35.974Z] DEBUG - matched Text with text "Hat1", using matcher: of type 'Text' 15:49:35 [2019-07-19T19:49:35.974Z] DEBUG - matched Text with text "Hat1", using matcher: (of type 'Text') 15:49:35 [2019-07-19T19:49:35.974Z] DEBUG - Attempting to set focus on (of type 'Text') 15:49:35 [2019-07-19T19:49:35.974Z] DEBUG - Attempting to set focus on (of type 'Text') 15:49:36 [2019-07-19T19:49:36.538Z] DEBUG - number of items : 16 15:49:36 [2019-07-19T19:49:36.538Z] DEBUG - Clicking on ToolItem with tooltip text {Show Legend} 15:49:36 [2019-07-19T19:49:36.538Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=197680537 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:49:36 [2019-07-19T19:49:36.538Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197680537 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:49:36 [2019-07-19T19:49:36.538Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=197680537 data=null doit=true} to ToolItem with tooltip text {Show Legend} 15:49:36 [2019-07-19T19:49:36.538Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=197680537 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:49:36 [2019-07-19T19:49:36.538Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=197680538 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:49:36 [2019-07-19T19:49:36.538Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=197680636 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:49:36 [2019-07-19T19:49:36.538Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197680636 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:49:36 [2019-07-19T19:49:36.538Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=197680637 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:49:36 [2019-07-19T19:49:36.538Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=197680637 data=null doit=true} to ToolItem with tooltip text {Show Legend} 15:49:36 [2019-07-19T19:49:36.538Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=197680637 data=null} to ToolItem with tooltip text {Show Legend} 15:49:36 [2019-07-19T19:49:36.538Z] DEBUG - Clicked on ToolItem with tooltip text {Show Legend} 15:49:36 [2019-07-19T19:49:36.538Z] DEBUG - matched Shell with text "Legend", using matcher: with text 'Legend' 15:49:36 [2019-07-19T19:49:36.538Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:36 [2019-07-19T19:49:36.538Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:36 [2019-07-19T19:49:36.538Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:36 [2019-07-19T19:49:36.538Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:36 [2019-07-19T19:49:36.538Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:36 [2019-07-19T19:49:36.538Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:36 [2019-07-19T19:49:36.538Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:36 [2019-07-19T19:49:36.538Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - Clicking on OK 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=197680671 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=197680671 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=197680671 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=197680671 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=197680672 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=197680674 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=197680674 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=197680538 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Show Legend} 15:49:36 [2019-07-19T19:49:36.539Z] DEBUG - Clicked on 15:49:36 [2019-07-19T19:49:36.539Z] 15:49:36 [2019-07-19T19:49:36.539Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 0 2019-07-19 19:49:36.512 15:49:36 [2019-07-19T19:49:36.539Z] !MESSAGE Exception handling signal [TmfTraceClosedSignal (Stub)] in method public void org.eclipse.tracecompass.tmf.ui.views.histogram.HistogramView.traceClosed(org.eclipse.tracecompass.tmf.core.signal.TmfTraceClosedSignal) 15:49:36 [2019-07-19T19:49:36.539Z] !STACK 0 15:49:36 [2019-07-19T19:49:36.539Z] java.lang.reflect.InvocationTargetException 15:49:36 [2019-07-19T19:49:36.539Z] at sun.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) 15:49:36 [2019-07-19T19:49:36.539Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:49:36 [2019-07-19T19:49:36.539Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:49:36 [2019-07-19T19:49:36.539Z] at org.eclipse.tracecompass.tmf.core.signal.TmfSignalManager.sendSignal(TmfSignalManager.java:337) 15:49:36 [2019-07-19T19:49:36.539Z] at org.eclipse.tracecompass.tmf.core.signal.TmfSignalManager.sendSignal(TmfSignalManager.java:293) 15:49:36 [2019-07-19T19:49:36.539Z] at org.eclipse.tracecompass.tmf.core.signal.TmfSignalManager.dispatchSignal(TmfSignalManager.java:252) 15:49:36 [2019-07-19T19:49:36.539Z] at org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.TimeGraphViewTest.after(TimeGraphViewTest.java:318) 15:49:36 [2019-07-19T19:49:36.539Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 15:49:36 [2019-07-19T19:49:36.539Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 15:49:36 [2019-07-19T19:49:36.539Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:49:36 [2019-07-19T19:49:36.539Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:49:36 [2019-07-19T19:49:36.539Z] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) 15:49:36 [2019-07-19T19:49:36.539Z] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 15:49:36 [2019-07-19T19:49:36.539Z] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) 15:49:36 [2019-07-19T19:49:36.539Z] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33) 15:49:36 [2019-07-19T19:49:36.539Z] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) 15:49:36 [2019-07-19T19:49:36.539Z] at org.eclipse.swtbot.swt.finder.junit.SWTBotJunit4ClassRunner.runChild(SWTBotJunit4ClassRunner.java:75) 15:49:36 [2019-07-19T19:49:36.539Z] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) 15:49:36 [2019-07-19T19:49:36.539Z] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) 15:49:36 [2019-07-19T19:49:36.539Z] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) 15:49:36 [2019-07-19T19:49:36.539Z] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) 15:49:36 [2019-07-19T19:49:36.539Z] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) 15:49:36 [2019-07-19T19:49:36.539Z] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) 15:49:36 [2019-07-19T19:49:36.539Z] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 15:49:36 [2019-07-19T19:49:36.539Z] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 15:49:36 [2019-07-19T19:49:36.539Z] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) 15:49:36 [2019-07-19T19:49:36.539Z] at org.eclipse.swtbot.swt.finder.junit.SWTBotJunit4ClassRunner.run(SWTBotJunit4ClassRunner.java:60) 15:49:36 [2019-07-19T19:49:36.539Z] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) 15:49:36 [2019-07-19T19:49:36.539Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) 15:49:36 [2019-07-19T19:49:36.539Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) 15:49:36 [2019-07-19T19:49:36.539Z] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) 15:49:36 [2019-07-19T19:49:36.539Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 15:49:36 [2019-07-19T19:49:36.539Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 15:49:36 [2019-07-19T19:49:36.539Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:49:36 [2019-07-19T19:49:36.539Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:49:36 [2019-07-19T19:49:36.539Z] at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) 15:49:36 [2019-07-19T19:49:36.539Z] at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) 15:49:36 [2019-07-19T19:49:36.539Z] at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) 15:49:36 [2019-07-19T19:49:36.539Z] at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:110) 15:49:36 [2019-07-19T19:49:36.539Z] at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:44) 15:49:36 [2019-07-19T19:49:36.539Z] at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:76) 15:49:36 [2019-07-19T19:49:36.539Z] at java.lang.Thread.run(Thread.java:748) 15:49:36 [2019-07-19T19:49:36.539Z] Caused by: org.eclipse.swt.SWTException: Invalid thread access 15:49:36 [2019-07-19T19:49:36.539Z] at org.eclipse.swt.SWT.error(SWT.java:4699) 15:49:36 [2019-07-19T19:49:36.539Z] at org.eclipse.swt.SWT.error(SWT.java:4614) 15:49:36 [2019-07-19T19:49:36.539Z] at org.eclipse.swt.SWT.error(SWT.java:4585) 15:49:36 [2019-07-19T19:49:36.539Z] at org.eclipse.swt.widgets.Widget.error(Widget.java:532) 15:49:36 [2019-07-19T19:49:36.539Z] at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:470) 15:49:36 [2019-07-19T19:49:36.539Z] at org.eclipse.swt.widgets.Composite.getChildren(Composite.java:736) 15:49:36 [2019-07-19T19:49:36.539Z] at org.eclipse.tracecompass.tmf.ui.views.histogram.HistogramView.traceClosed(HistogramView.java:695) 15:49:36 [2019-07-19T19:49:36.539Z] ... 42 more 15:49:36 [2019-07-19T19:49:36.539Z] Root exception: 15:49:36 [2019-07-19T19:49:36.539Z] org.eclipse.swt.SWTException: Invalid thread access 15:49:36 [2019-07-19T19:49:36.539Z] at org.eclipse.swt.SWT.error(SWT.java:4699) 15:49:36 [2019-07-19T19:49:36.539Z] at org.eclipse.swt.SWT.error(SWT.java:4614) 15:49:36 [2019-07-19T19:49:36.539Z] at org.eclipse.swt.SWT.error(SWT.java:4585) 15:49:36 [2019-07-19T19:49:36.539Z] at org.eclipse.swt.widgets.Widget.error(Widget.java:532) 15:49:36 [2019-07-19T19:49:36.539Z] at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:470) 15:49:36 [2019-07-19T19:49:36.539Z] at org.eclipse.swt.widgets.Composite.getChildren(Composite.java:736) 15:49:36 [2019-07-19T19:49:36.539Z] at org.eclipse.tracecompass.tmf.ui.views.histogram.HistogramView.traceClosed(HistogramView.java:695) 15:49:36 [2019-07-19T19:49:36.539Z] at sun.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) 15:49:36 [2019-07-19T19:49:36.539Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:49:36 [2019-07-19T19:49:36.539Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:49:36 [2019-07-19T19:49:36.539Z] at org.eclipse.tracecompass.tmf.core.signal.TmfSignalManager.sendSignal(TmfSignalManager.java:337) 15:49:36 [2019-07-19T19:49:36.539Z] at org.eclipse.tracecompass.tmf.core.signal.TmfSignalManager.sendSignal(TmfSignalManager.java:293) 15:49:36 [2019-07-19T19:49:36.539Z] at org.eclipse.tracecompass.tmf.core.signal.TmfSignalManager.dispatchSignal(TmfSignalManager.java:252) 15:49:36 [2019-07-19T19:49:36.539Z] at org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.TimeGraphViewTest.after(TimeGraphViewTest.java:318) 15:49:36 [2019-07-19T19:49:36.539Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 15:49:36 [2019-07-19T19:49:36.539Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 15:49:36 [2019-07-19T19:49:36.539Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:49:36 [2019-07-19T19:49:36.539Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:49:36 [2019-07-19T19:49:36.539Z] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) 15:49:36 [2019-07-19T19:49:36.539Z] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 15:49:36 [2019-07-19T19:49:36.539Z] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) 15:49:36 [2019-07-19T19:49:36.539Z] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33) 15:49:36 [2019-07-19T19:49:36.539Z] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) 15:49:36 [2019-07-19T19:49:36.539Z] at org.eclipse.swtbot.swt.finder.junit.SWTBotJunit4ClassRunner.runChild(SWTBotJunit4ClassRunner.java:75) 15:49:36 [2019-07-19T19:49:36.539Z] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) 15:49:36 [2019-07-19T19:49:36.539Z] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) 15:49:36 [2019-07-19T19:49:36.539Z] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) 15:49:36 [2019-07-19T19:49:36.539Z] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) 15:49:36 [2019-07-19T19:49:36.539Z] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) 15:49:36 [2019-07-19T19:49:36.539Z] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) 15:49:36 [2019-07-19T19:49:36.539Z] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 15:49:36 [2019-07-19T19:49:36.539Z] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 15:49:36 [2019-07-19T19:49:36.539Z] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) 15:49:36 [2019-07-19T19:49:36.539Z] at org.eclipse.swtbot.swt.finder.junit.SWTBotJunit4ClassRunner.run(SWTBotJunit4ClassRunner.java:60) 15:49:36 [2019-07-19T19:49:36.539Z] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) 15:49:36 [2019-07-19T19:49:36.539Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) 15:49:36 [2019-07-19T19:49:36.539Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) 15:49:36 [2019-07-19T19:49:36.539Z] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) 15:49:36 [2019-07-19T19:49:36.539Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 15:49:36 [2019-07-19T19:49:36.539Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 15:49:36 [2019-07-19T19:49:36.539Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:49:36 [2019-07-19T19:49:36.539Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:49:36 [2019-07-19T19:49:36.539Z] at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) 15:49:36 [2019-07-19T19:49:36.539Z] at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) 15:49:36 [2019-07-19T19:49:36.539Z] at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) 15:49:36 [2019-07-19T19:49:36.539Z] at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:110) 15:49:36 [2019-07-19T19:49:36.539Z] at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:44) 15:49:36 [2019-07-19T19:49:36.539Z] at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:76) 15:49:36 [2019-07-19T19:49:36.539Z] at java.lang.Thread.run(Thread.java:748) 15:49:36 [2019-07-19T19:49:36.796Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.timegraph.stub"' 15:49:37 [2019-07-19T19:49:37.053Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 15:49:37 [2019-07-19T19:49:37.615Z] DEBUG - Attempting to set focus on TimeGraphControl with text {} 15:49:37 [2019-07-19T19:49:37.616Z] DEBUG - Attempting to set focus on TimeGraphControl with text {} 15:49:37 [2019-07-19T19:49:37.616Z] DEBUG - Attempting to set focus on TimeGraphControl with text {} 15:49:37 [2019-07-19T19:49:37.616Z] DEBUG - Attempting to set focus on TimeGraphControl with text {} 15:49:37 [2019-07-19T19:49:37.616Z] DEBUG - Attempting to set focus on TimeGraphControl with text {} 15:49:37 [2019-07-19T19:49:37.872Z] DEBUG - number of items : 16 15:49:37 [2019-07-19T19:49:37.872Z] DEBUG - Clicking on ToolItem with tooltip text {Show Legend} 15:49:37 [2019-07-19T19:49:37.872Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=197682117 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:49:37 [2019-07-19T19:49:37.872Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197682117 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:49:37 [2019-07-19T19:49:37.872Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=197682118 data=null doit=true} to ToolItem with tooltip text {Show Legend} 15:49:37 [2019-07-19T19:49:37.872Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=197682118 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:49:37 [2019-07-19T19:49:37.872Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=197682118 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=197682272 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197682273 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=197682273 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=197682274 data=null doit=true} to ToolItem with tooltip text {Show Legend} 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=197682274 data=null} to ToolItem with tooltip text {Show Legend} 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - Clicked on ToolItem with tooltip text {Show Legend} 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Shell with text "Legend", using matcher: with text 'Legend' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - Clicking on OK 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=197682310 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=197682310 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=197682310 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=197682311 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=197682311 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=197682311 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=197682311 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:38 [2019-07-19T19:49:38.129Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=197682118 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Show Legend} 15:49:38 [2019-07-19T19:49:38.386Z] DEBUG - Clicked on 15:49:38 [2019-07-19T19:49:38.386Z] 15:49:38 [2019-07-19T19:49:38.386Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 0 2019-07-19 19:49:38.145 15:49:38 [2019-07-19T19:49:38.386Z] !MESSAGE Exception handling signal [TmfTraceClosedSignal (Stub)] in method public void org.eclipse.tracecompass.tmf.ui.views.histogram.HistogramView.traceClosed(org.eclipse.tracecompass.tmf.core.signal.TmfTraceClosedSignal) 15:49:38 [2019-07-19T19:49:38.386Z] !STACK 0 15:49:38 [2019-07-19T19:49:38.386Z] java.lang.reflect.InvocationTargetException 15:49:38 [2019-07-19T19:49:38.386Z] at sun.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) 15:49:38 [2019-07-19T19:49:38.386Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:49:38 [2019-07-19T19:49:38.386Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:49:38 [2019-07-19T19:49:38.386Z] at org.eclipse.tracecompass.tmf.core.signal.TmfSignalManager.sendSignal(TmfSignalManager.java:337) 15:49:38 [2019-07-19T19:49:38.386Z] at org.eclipse.tracecompass.tmf.core.signal.TmfSignalManager.sendSignal(TmfSignalManager.java:293) 15:49:38 [2019-07-19T19:49:38.386Z] at org.eclipse.tracecompass.tmf.core.signal.TmfSignalManager.dispatchSignal(TmfSignalManager.java:252) 15:49:38 [2019-07-19T19:49:38.386Z] at org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.TimeGraphViewTest.after(TimeGraphViewTest.java:318) 15:49:38 [2019-07-19T19:49:38.386Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 15:49:38 [2019-07-19T19:49:38.386Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 15:49:38 [2019-07-19T19:49:38.386Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:49:38 [2019-07-19T19:49:38.386Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:49:38 [2019-07-19T19:49:38.386Z] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) 15:49:38 [2019-07-19T19:49:38.386Z] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 15:49:38 [2019-07-19T19:49:38.386Z] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) 15:49:38 [2019-07-19T19:49:38.386Z] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33) 15:49:38 [2019-07-19T19:49:38.386Z] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) 15:49:38 [2019-07-19T19:49:38.386Z] at org.eclipse.swtbot.swt.finder.junit.SWTBotJunit4ClassRunner.runChild(SWTBotJunit4ClassRunner.java:75) 15:49:38 [2019-07-19T19:49:38.386Z] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) 15:49:38 [2019-07-19T19:49:38.386Z] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) 15:49:38 [2019-07-19T19:49:38.386Z] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) 15:49:38 [2019-07-19T19:49:38.386Z] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) 15:49:38 [2019-07-19T19:49:38.386Z] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) 15:49:38 [2019-07-19T19:49:38.386Z] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) 15:49:38 [2019-07-19T19:49:38.386Z] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 15:49:38 [2019-07-19T19:49:38.386Z] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 15:49:38 [2019-07-19T19:49:38.386Z] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) 15:49:38 [2019-07-19T19:49:38.386Z] at org.eclipse.swtbot.swt.finder.junit.SWTBotJunit4ClassRunner.run(SWTBotJunit4ClassRunner.java:60) 15:49:38 [2019-07-19T19:49:38.386Z] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) 15:49:38 [2019-07-19T19:49:38.386Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) 15:49:38 [2019-07-19T19:49:38.386Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) 15:49:38 [2019-07-19T19:49:38.386Z] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) 15:49:38 [2019-07-19T19:49:38.386Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 15:49:38 [2019-07-19T19:49:38.386Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 15:49:38 [2019-07-19T19:49:38.386Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:49:38 [2019-07-19T19:49:38.386Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:49:38 [2019-07-19T19:49:38.386Z] at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) 15:49:38 [2019-07-19T19:49:38.386Z] at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) 15:49:38 [2019-07-19T19:49:38.386Z] at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) 15:49:38 [2019-07-19T19:49:38.386Z] at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:110) 15:49:38 [2019-07-19T19:49:38.386Z] at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:44) 15:49:38 [2019-07-19T19:49:38.386Z] at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:76) 15:49:38 [2019-07-19T19:49:38.386Z] at java.lang.Thread.run(Thread.java:748) 15:49:38 [2019-07-19T19:49:38.386Z] Caused by: org.eclipse.swt.SWTException: Invalid thread access 15:49:38 [2019-07-19T19:49:38.386Z] at org.eclipse.swt.SWT.error(SWT.java:4699) 15:49:38 [2019-07-19T19:49:38.386Z] at org.eclipse.swt.SWT.error(SWT.java:4614) 15:49:38 [2019-07-19T19:49:38.386Z] at org.eclipse.swt.SWT.error(SWT.java:4585) 15:49:38 [2019-07-19T19:49:38.386Z] at org.eclipse.swt.widgets.Widget.error(Widget.java:532) 15:49:38 [2019-07-19T19:49:38.386Z] at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:470) 15:49:38 [2019-07-19T19:49:38.386Z] at org.eclipse.swt.widgets.Composite.getChildren(Composite.java:736) 15:49:38 [2019-07-19T19:49:38.386Z] at org.eclipse.tracecompass.tmf.ui.views.histogram.HistogramView.traceClosed(HistogramView.java:695) 15:49:38 [2019-07-19T19:49:38.386Z] ... 42 more 15:49:38 [2019-07-19T19:49:38.386Z] Root exception: 15:49:38 [2019-07-19T19:49:38.386Z] org.eclipse.swt.SWTException: Invalid thread access 15:49:38 [2019-07-19T19:49:38.386Z] at org.eclipse.swt.SWT.error(SWT.java:4699) 15:49:38 [2019-07-19T19:49:38.386Z] at org.eclipse.swt.SWT.error(SWT.java:4614) 15:49:38 [2019-07-19T19:49:38.386Z] at org.eclipse.swt.SWT.error(SWT.java:4585) 15:49:38 [2019-07-19T19:49:38.386Z] at org.eclipse.swt.widgets.Widget.error(Widget.java:532) 15:49:38 [2019-07-19T19:49:38.386Z] at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:470) 15:49:38 [2019-07-19T19:49:38.386Z] at org.eclipse.swt.widgets.Composite.getChildren(Composite.java:736) 15:49:38 [2019-07-19T19:49:38.386Z] at org.eclipse.tracecompass.tmf.ui.views.histogram.HistogramView.traceClosed(HistogramView.java:695) 15:49:38 [2019-07-19T19:49:38.386Z] at sun.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) 15:49:38 [2019-07-19T19:49:38.386Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:49:38 [2019-07-19T19:49:38.386Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:49:38 [2019-07-19T19:49:38.386Z] at org.eclipse.tracecompass.tmf.core.signal.TmfSignalManager.sendSignal(TmfSignalManager.java:337) 15:49:38 [2019-07-19T19:49:38.386Z] at org.eclipse.tracecompass.tmf.core.signal.TmfSignalManager.sendSignal(TmfSignalManager.java:293) 15:49:38 [2019-07-19T19:49:38.386Z] at org.eclipse.tracecompass.tmf.core.signal.TmfSignalManager.dispatchSignal(TmfSignalManager.java:252) 15:49:38 [2019-07-19T19:49:38.386Z] at org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.TimeGraphViewTest.after(TimeGraphViewTest.java:318) 15:49:38 [2019-07-19T19:49:38.386Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 15:49:38 [2019-07-19T19:49:38.386Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 15:49:38 [2019-07-19T19:49:38.386Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:49:38 [2019-07-19T19:49:38.386Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:49:38 [2019-07-19T19:49:38.386Z] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) 15:49:38 [2019-07-19T19:49:38.386Z] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 15:49:38 [2019-07-19T19:49:38.386Z] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) 15:49:38 [2019-07-19T19:49:38.386Z] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33) 15:49:38 [2019-07-19T19:49:38.386Z] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) 15:49:38 [2019-07-19T19:49:38.386Z] at org.eclipse.swtbot.swt.finder.junit.SWTBotJunit4ClassRunner.runChild(SWTBotJunit4ClassRunner.java:75) 15:49:38 [2019-07-19T19:49:38.386Z] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) 15:49:38 [2019-07-19T19:49:38.386Z] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) 15:49:38 [2019-07-19T19:49:38.386Z] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) 15:49:38 [2019-07-19T19:49:38.387Z] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) 15:49:38 [2019-07-19T19:49:38.387Z] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) 15:49:38 [2019-07-19T19:49:38.387Z] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) 15:49:38 [2019-07-19T19:49:38.387Z] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 15:49:38 [2019-07-19T19:49:38.387Z] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 15:49:38 [2019-07-19T19:49:38.387Z] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) 15:49:38 [2019-07-19T19:49:38.387Z] at org.eclipse.swtbot.swt.finder.junit.SWTBotJunit4ClassRunner.run(SWTBotJunit4ClassRunner.java:60) 15:49:38 [2019-07-19T19:49:38.387Z] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) 15:49:38 [2019-07-19T19:49:38.387Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) 15:49:38 [2019-07-19T19:49:38.387Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) 15:49:38 [2019-07-19T19:49:38.387Z] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) 15:49:38 [2019-07-19T19:49:38.387Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 15:49:38 [2019-07-19T19:49:38.387Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 15:49:38 [2019-07-19T19:49:38.387Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:49:38 [2019-07-19T19:49:38.387Z] at java.lang.reflect.Method.invoke(Method.java:498) 15:49:38 [2019-07-19T19:49:38.387Z] at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) 15:49:38 [2019-07-19T19:49:38.387Z] at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) 15:49:38 [2019-07-19T19:49:38.387Z] at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) 15:49:38 [2019-07-19T19:49:38.387Z] at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:110) 15:49:38 [2019-07-19T19:49:38.387Z] at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:44) 15:49:38 [2019-07-19T19:49:38.387Z] at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:76) 15:49:38 [2019-07-19T19:49:38.387Z] at java.lang.Thread.run(Thread.java:748) 15:49:38 [2019-07-19T19:49:38.387Z] Tests run: 14, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 51.094 s - in org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.TimeGraphViewTest 15:49:38 [2019-07-19T19:49:38.387Z] testTimeLine(org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.TimeGraphViewTest) Time elapsed: 3.761 s 15:49:38 [2019-07-19T19:49:38.387Z] testKeyboardNamespaceNavigation(org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.TimeGraphViewTest) Time elapsed: 1.688 s 15:49:38 [2019-07-19T19:49:38.387Z] testCollapseExpandUsingEnter(org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.TimeGraphViewTest) Time elapsed: 1.138 s 15:49:38 [2019-07-19T19:49:38.387Z] testExpandAndCollapse(org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.TimeGraphViewTest) Time elapsed: 1.035 s 15:49:38 [2019-07-19T19:49:38.387Z] testEventStyling(org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.TimeGraphViewTest) Time elapsed: 4.89 s 15:49:38 [2019-07-19T19:49:38.387Z] testLegendArrow(org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.TimeGraphViewTest) Time elapsed: 3.952 s 15:49:38 [2019-07-19T19:49:38.387Z] testVerticalZoom(org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.TimeGraphViewTest) Time elapsed: 16.659 s 15:49:38 [2019-07-19T19:49:38.387Z] testZoomToSelection(org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.TimeGraphViewTest) Time elapsed: 1.546 s 15:49:38 [2019-07-19T19:49:38.387Z] testExport(org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.TimeGraphViewTest) skipped 15:49:38 [2019-07-19T19:49:38.387Z] testLegend(org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.TimeGraphViewTest) Time elapsed: 3.913 s 15:49:38 [2019-07-19T19:49:38.387Z] testHorizontalZoom(org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.TimeGraphViewTest) Time elapsed: 3.999 s 15:49:38 [2019-07-19T19:49:38.387Z] testTimegraphEventFiltering(org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.TimeGraphViewTest) Time elapsed: 3.413 s 15:49:38 [2019-07-19T19:49:38.387Z] testKeyboardNavigation(org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.TimeGraphViewTest) Time elapsed: 1.621 s 15:49:38 [2019-07-19T19:49:38.387Z] testPalettes(org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.TimeGraphViewTest) skipped 15:49:38 [2019-07-19T19:49:38.387Z] Running org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.XYChartViewTest 15:49:39 [2019-07-19T19:49:39.322Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.xychart.stub"' 15:49:39 [2019-07-19T19:49:39.322Z] DEBUG - matched with text "", using matcher: of type 'Chart' 15:49:39 [2019-07-19T19:49:39.322Z] DEBUG - Attempting to set focus on with text {} 15:49:39 [2019-07-19T19:49:39.322Z] DEBUG - Attempting to set focus on with text {} 15:49:39 [2019-07-19T19:49:39.322Z] DEBUG - Attempting to set focus on with text {} 15:49:40 [2019-07-19T19:49:40.690Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.xychart.stub"' 15:49:40 [2019-07-19T19:49:40.690Z] DEBUG - matched with text "", using matcher: of type 'Chart' 15:49:40 [2019-07-19T19:49:40.690Z] DEBUG - Attempting to set focus on with text {} 15:49:40 [2019-07-19T19:49:40.690Z] DEBUG - Attempting to set focus on with text {} 15:49:41 [2019-07-19T19:49:41.254Z] DEBUG - Attempting to set focus on with text {} 15:49:41 [2019-07-19T19:49:41.254Z] DEBUG - Attempting to set focus on with text {} 15:49:41 [2019-07-19T19:49:41.818Z] DEBUG - Attempting to set focus on with text {} 15:49:41 [2019-07-19T19:49:41.818Z] DEBUG - Attempting to set focus on with text {} 15:49:42 [2019-07-19T19:49:42.383Z] DEBUG - Attempting to set focus on with text {} 15:49:42 [2019-07-19T19:49:42.383Z] DEBUG - Attempting to set focus on with text {} 15:49:42 [2019-07-19T19:49:42.640Z] DEBUG - number of items : 5 15:49:42 [2019-07-19T19:49:42.640Z] DEBUG - Clicking on ToolItem with tooltip text {Zoom In} 15:49:42 [2019-07-19T19:49:42.640Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=197686883 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom In} 15:49:42 [2019-07-19T19:49:42.640Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197686883 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom In} 15:49:42 [2019-07-19T19:49:42.640Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=197686883 data=null doit=true} to ToolItem with tooltip text {Zoom In} 15:49:42 [2019-07-19T19:49:42.640Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=197686884 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom In} 15:49:42 [2019-07-19T19:49:42.640Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=197686884 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom In} 15:49:42 [2019-07-19T19:49:42.640Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=197686884 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Zoom In} 15:49:42 [2019-07-19T19:49:42.640Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=197686886 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom In} 15:49:42 [2019-07-19T19:49:42.640Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197686886 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom In} 15:49:42 [2019-07-19T19:49:42.640Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=197686886 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom In} 15:49:42 [2019-07-19T19:49:42.640Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=197686887 data=null doit=true} to ToolItem with tooltip text {Zoom In} 15:49:42 [2019-07-19T19:49:42.897Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=197686887 data=null} to ToolItem with tooltip text {Zoom In} 15:49:42 [2019-07-19T19:49:42.897Z] DEBUG - Clicked on ToolItem with tooltip text {Zoom In} 15:49:42 [2019-07-19T19:49:42.897Z] DEBUG - number of items : 5 15:49:42 [2019-07-19T19:49:42.897Z] DEBUG - Clicking on ToolItem with tooltip text {Zoom Out} 15:49:42 [2019-07-19T19:49:42.897Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=197686899 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom Out} 15:49:42 [2019-07-19T19:49:42.897Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197686899 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom Out} 15:49:42 [2019-07-19T19:49:42.897Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=197686899 data=null doit=true} to ToolItem with tooltip text {Zoom Out} 15:49:42 [2019-07-19T19:49:42.897Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=197686899 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom Out} 15:49:42 [2019-07-19T19:49:42.897Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=197686899 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom Out} 15:49:42 [2019-07-19T19:49:42.897Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=197686899 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Zoom Out} 15:49:42 [2019-07-19T19:49:42.897Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=197686902 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom Out} 15:49:42 [2019-07-19T19:49:42.897Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197686903 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom Out} 15:49:42 [2019-07-19T19:49:42.897Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=197686903 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom Out} 15:49:42 [2019-07-19T19:49:42.897Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=197686903 data=null doit=true} to ToolItem with tooltip text {Zoom Out} 15:49:42 [2019-07-19T19:49:42.897Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=197686903 data=null} to ToolItem with tooltip text {Zoom Out} 15:49:42 [2019-07-19T19:49:42.897Z] DEBUG - Clicked on ToolItem with tooltip text {Zoom Out} 15:49:42 [2019-07-19T19:49:42.897Z] DEBUG - Attempting to set focus on with text {} 15:49:42 [2019-07-19T19:49:42.897Z] DEBUG - Attempting to set focus on with text {} 15:49:42 [2019-07-19T19:49:42.897Z] DEBUG - Attempting to set focus on with text {} 15:49:42 [2019-07-19T19:49:42.897Z] DEBUG - Attempting to set focus on with text {} 15:49:43 [2019-07-19T19:49:43.827Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.xychart.stub"' 15:49:43 [2019-07-19T19:49:43.827Z] DEBUG - matched with text "", using matcher: of type 'Chart' 15:49:43 [2019-07-19T19:49:43.827Z] DEBUG - Attempting to set focus on with text {} 15:49:43 [2019-07-19T19:49:43.827Z] DEBUG - Attempting to set focus on with text {} 15:49:44 [2019-07-19T19:49:44.085Z] DEBUG - Attempting to set focus on with text {} 15:49:44 [2019-07-19T19:49:44.085Z] DEBUG - Attempting to set focus on with text {} 15:49:44 [2019-07-19T19:49:44.085Z] DEBUG - Attempting to set focus on with text {} 15:49:44 [2019-07-19T19:49:44.085Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.863 s - in org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.XYChartViewTest 15:49:44 [2019-07-19T19:49:44.085Z] testZoomToSelection(org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.XYChartViewTest) Time elapsed: 1.48 s 15:49:44 [2019-07-19T19:49:44.085Z] testHorizontalZoom(org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.XYChartViewTest) Time elapsed: 3.53 s 15:49:44 [2019-07-19T19:49:44.085Z] testKeyboardNavigation(org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.XYChartViewTest) Time elapsed: 0.71 s 15:49:44 [2019-07-19T19:49:44.085Z] Running org.eclipse.tracecompass.tmf.ui.swtbot.tests.project.AddProjectNatureTest 15:49:45 [2019-07-19T19:49:45.015Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 15:49:45 [2019-07-19T19:49:45.015Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:49:45 [2019-07-19T19:49:45.015Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:49:45 [2019-07-19T19:49:45.015Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:49:45 [2019-07-19T19:49:45.015Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:49:45 [2019-07-19T19:49:45.015Z] DEBUG - Attempting to set focus on Tree with text {} 15:49:45 [2019-07-19T19:49:45.015Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {SomeProject} time=197688952 data=null button=0 stateMask=0x0 x=83 y=11 count=0} to TreeItem with text {SomeProject} 15:49:45 [2019-07-19T19:49:45.015Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {SomeProject} time=197688952 data=null doit=true} to TreeItem with text {SomeProject} 15:49:45 [2019-07-19T19:49:45.015Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {SomeProject} time=197688952 data=null} to TreeItem with text {SomeProject} 15:49:45 [2019-07-19T19:49:45.015Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {SomeProject} time=197688952 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {SomeProject} 15:49:45 [2019-07-19T19:49:45.015Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197688953 data=null item=TreeItem {SomeProject} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {SomeProject} 15:49:45 [2019-07-19T19:49:45.015Z] 15:49:45 [2019-07-19T19:49:45.015Z] !ENTRY org.eclipse.cdt.core 1 0 2019-07-19 19:49:44.882 15:49:45 [2019-07-19T19:49:45.015Z] !MESSAGE Indexed 'SomeProject' (0 sources, 0 headers) in 0.003 sec: 0 declarations; 0 references; 0 unresolved inclusions; 0 syntax errors; 0 unresolved names (0%) 15:49:45 [2019-07-19T19:49:45.015Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {SomeProject} time=197689170 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {SomeProject} 15:49:45 [2019-07-19T19:49:45.015Z] DEBUG - Attempting to set focus on Tree with text {} 15:49:45 [2019-07-19T19:49:45.015Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {SomeProject} time=197689171 data=null button=0 stateMask=0x0 x=83 y=11 count=0} to TreeItem with text {SomeProject} 15:49:45 [2019-07-19T19:49:45.015Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {SomeProject} time=197689172 data=null doit=true} to TreeItem with text {SomeProject} 15:49:45 [2019-07-19T19:49:45.015Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {SomeProject} time=197689172 data=null} to TreeItem with text {SomeProject} 15:49:45 [2019-07-19T19:49:45.015Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {SomeProject} time=197689172 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {SomeProject} 15:49:45 [2019-07-19T19:49:45.015Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197689172 data=null item=TreeItem {SomeProject} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {SomeProject} 15:49:45 [2019-07-19T19:49:45.015Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {SomeProject} time=197689235 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {SomeProject} 15:49:45 [2019-07-19T19:49:45.272Z] DEBUG - matched MenuItem with text "Confi&gure", using matcher: with mnemonic 'Configure' 15:49:45 [2019-07-19T19:49:45.272Z] DEBUG - matched MenuItem with text "Configure or convert...", using matcher: with mnemonic 'Configure or convert to Tracing Project' 15:49:45 [2019-07-19T19:49:45.272Z] DEBUG - Clicking on with mnemonic 'Configure or convert to Tracing Project' 15:49:45 [2019-07-19T19:49:45.272Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Configure or convert to Tracing Project} time=197689297 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Configure or convert to Tracing Project' 15:49:45 [2019-07-19T19:49:45.272Z] DEBUG - Clicked on with mnemonic 'Configure or convert to Tracing Project' 15:49:45 [2019-07-19T19:49:45.272Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {SomeProject} time=197689496 data=null doit=true} to TreeItem with text {SomeProject} 15:49:45 [2019-07-19T19:49:45.272Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {SomeProject} time=197689496 data=null} to TreeItem with text {SomeProject} 15:49:45 [2019-07-19T19:49:45.272Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {SomeProject} time=197689497 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {SomeProject} 15:49:45 [2019-07-19T19:49:45.272Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=197689497 data=null item=TreeItem {SomeProject} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {SomeProject} 15:49:45 [2019-07-19T19:49:45.272Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {SomeProject} time=197689501 data=null button=1 stateMask=0x80000 x=67 y=11 count=1} to TreeItem with text {SomeProject} 15:49:45 [2019-07-19T19:49:45.272Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Trace Compass} time=197689502 data=null doit=true} to TreeItem with text {Trace Compass} 15:49:45 [2019-07-19T19:49:45.272Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Trace Compass} time=197689502 data=null} to TreeItem with text {Trace Compass} 15:49:45 [2019-07-19T19:49:45.272Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Trace Compass} time=197689502 data=null button=1 stateMask=0x0 x=93 y=32 count=1} to TreeItem with text {Trace Compass} 15:49:45 [2019-07-19T19:49:45.272Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=197689502 data=null item=TreeItem {Trace Compass} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {Trace Compass} 15:49:45 [2019-07-19T19:49:45.272Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Trace Compass} time=197689513 data=null button=1 stateMask=0x80000 x=109 y=32 count=1} to TreeItem with text {Trace Compass} 15:49:45 [2019-07-19T19:49:45.272Z] WARN - Tree item TreeItem with text {Trace Compass} is already expanded. Won't expand it again. 15:49:47 [2019-07-19T19:49:47.170Z] DEBUG - matched EditorReference with text "", using matcher: with name '"syslog_collapse"' 15:49:47 [2019-07-19T19:49:47.170Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 15:49:47 [2019-07-19T19:49:47.170Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:49:47 [2019-07-19T19:49:47.170Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:49:47 [2019-07-19T19:49:47.170Z] DEBUG - Closing lingering shell with title Time Event Filter 15:49:47 [2019-07-19T19:49:47.170Z] DEBUG - Sent event Close [21]: ShellEvent{Shell {Time Event Filter} time=197691387 data=null doit=true} to Shell with text {Time Event Filter} 15:49:47 [2019-07-19T19:49:47.170Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 15:49:47 [2019-07-19T19:49:47.426Z] DEBUG - matched MenuItem with text "&Filters and Customi...", using matcher: with mnemonic 'Filters and Customization...' 15:49:47 [2019-07-19T19:49:47.426Z] DEBUG - Clicking on with mnemonic 'Filters and Customization...' 15:49:47 [2019-07-19T19:49:47.684Z] DEBUG - Clicked on with mnemonic 'Filters and Customization...' 15:49:47 [2019-07-19T19:49:47.684Z] DEBUG - matched Shell with text "Filters and Customiz...", using matcher: with text 'Filters and Customization' 15:49:47 [2019-07-19T19:49:47.684Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Filters and Customization} time=197691745 data=null doit=true} to Shell with text {Filters and Customization} 15:49:47 [2019-07-19T19:49:47.684Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:49:47 [2019-07-19T19:49:47.684Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:49:47 [2019-07-19T19:49:47.684Z] DEBUG - Attempting to set focus on Table with text {} 15:49:47 [2019-07-19T19:49:47.684Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {.* resources} time=197691759 data=null button=0 stateMask=0x0 x=67 y=33 count=0} to TableItem with text {.* resources} 15:49:47 [2019-07-19T19:49:47.684Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {.* resources} time=197691759 data=null doit=true} to TableItem with text {.* resources} 15:49:47 [2019-07-19T19:49:47.684Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {.* resources} time=197691759 data=null} to TableItem with text {.* resources} 15:49:47 [2019-07-19T19:49:47.684Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {.* resources} time=197691760 data=null button=1 stateMask=0x0 x=67 y=33 count=1} to TableItem with text {.* resources} 15:49:47 [2019-07-19T19:49:47.684Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=197691760 data=null item=TableItem {.* resources} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {.* resources} 15:49:47 [2019-07-19T19:49:47.684Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {.* resources} time=197691760 data=null button=1 stateMask=0x80000 x=67 y=33 count=1} to TableItem with text {.* resources} 15:49:47 [2019-07-19T19:49:47.684Z] DEBUG - Setting state to unchecked on: .* resources 15:49:47 [2019-07-19T19:49:47.684Z] DEBUG - Attempting to set focus on Table with text {} 15:49:47 [2019-07-19T19:49:47.684Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {Trace Compass Shadow Projects} time=197691763 data=null button=0 stateMask=0x0 x=131 y=121 count=0} to TableItem with text {Trace Compass Shadow Projects} 15:49:47 [2019-07-19T19:49:47.684Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {Trace Compass Shadow Projects} time=197691834 data=null doit=true} to TableItem with text {Trace Compass Shadow Projects} 15:49:47 [2019-07-19T19:49:47.684Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {Trace Compass Shadow Projects} time=197691834 data=null} to TableItem with text {Trace Compass Shadow Projects} 15:49:47 [2019-07-19T19:49:47.684Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {Trace Compass Shadow Projects} time=197691835 data=null button=1 stateMask=0x0 x=131 y=121 count=1} to TableItem with text {Trace Compass Shadow Projects} 15:49:47 [2019-07-19T19:49:47.684Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=197691835 data=null item=TableItem {Trace Compass Shadow Projects} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {Trace Compass Shadow Projects} 15:49:47 [2019-07-19T19:49:47.684Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {Trace Compass Shadow Projects} time=197691836 data=null button=1 stateMask=0x80000 x=131 y=121 count=1} to TableItem with text {Trace Compass Shadow Projects} 15:49:47 [2019-07-19T19:49:47.684Z] DEBUG - Setting state to unchecked on: Trace Compass Shadow Projects 15:49:47 [2019-07-19T19:49:47.684Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:49:47 [2019-07-19T19:49:47.684Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:49:47 [2019-07-19T19:49:47.684Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 15:49:47 [2019-07-19T19:49:47.684Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:49:47 [2019-07-19T19:49:47.684Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:47 [2019-07-19T19:49:47.684Z] DEBUG - Clicking on OK 15:49:47 [2019-07-19T19:49:47.684Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=197691838 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:47 [2019-07-19T19:49:47.684Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=197691838 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:47 [2019-07-19T19:49:47.684Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=197691838 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:47 [2019-07-19T19:49:47.684Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=197691838 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:47 [2019-07-19T19:49:47.684Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=197691838 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:47 [2019-07-19T19:49:47.684Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=197691838 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:47 [2019-07-19T19:49:47.684Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=197691838 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:47 [2019-07-19T19:49:47.684Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Filters and Customization...} time=197691474 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Filters and Customization...' 15:49:47 [2019-07-19T19:49:47.941Z] DEBUG - Clicked on 15:49:47 [2019-07-19T19:49:47.941Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 15:49:47 [2019-07-19T19:49:47.941Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:49:47 [2019-07-19T19:49:47.941Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:49:47 [2019-07-19T19:49:47.941Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:49:47 [2019-07-19T19:49:47.941Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:49:47 [2019-07-19T19:49:47.941Z] DEBUG - Attempting to set focus on Tree with text {} 15:49:47 [2019-07-19T19:49:47.941Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {.tracecompass-SomeProject} time=197691990 data=null button=0 stateMask=0x0 x=133 y=11 count=0} to TreeItem with text {.tracecompass-SomeProject} 15:49:47 [2019-07-19T19:49:47.941Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {.tracecompass-SomeProject} time=197691991 data=null doit=true} to TreeItem with text {.tracecompass-SomeProject} 15:49:47 [2019-07-19T19:49:47.941Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {.tracecompass-SomeProject} time=197691991 data=null} to TreeItem with text {.tracecompass-SomeProject} 15:49:47 [2019-07-19T19:49:47.941Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {.tracecompass-SomeProject} time=197691991 data=null button=1 stateMask=0x0 x=133 y=11 count=1} to TreeItem with text {.tracecompass-SomeProject} 15:49:47 [2019-07-19T19:49:47.941Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197691991 data=null item=TreeItem {.tracecompass-SomeProject} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {.tracecompass-SomeProject} 15:49:47 [2019-07-19T19:49:47.941Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {.tracecompass-SomeProject} time=197692057 data=null button=1 stateMask=0x80000 x=133 y=11 count=1} to TreeItem with text {.tracecompass-SomeProject} 15:49:47 [2019-07-19T19:49:47.941Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {.tracecompass-SomeProject} time=197692057 data=null doit=true} to TreeItem with text {.tracecompass-SomeProject} 15:49:47 [2019-07-19T19:49:47.941Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {.tracecompass-SomeProject} time=197692058 data=null} to TreeItem with text {.tracecompass-SomeProject} 15:49:47 [2019-07-19T19:49:47.941Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {.tracecompass-SomeProject} time=197692058 data=null button=1 stateMask=0x0 x=133 y=11 count=1} to TreeItem with text {.tracecompass-SomeProject} 15:49:47 [2019-07-19T19:49:47.941Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=197692058 data=null item=TreeItem {.tracecompass-SomeProject} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {.tracecompass-SomeProject} 15:49:47 [2019-07-19T19:49:47.941Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {.tracecompass-SomeProject} time=197692064 data=null button=1 stateMask=0x80000 x=117 y=11 count=1} to TreeItem with text {.tracecompass-SomeProject} 15:49:47 [2019-07-19T19:49:47.941Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=197692064 data=null doit=true} to TreeItem with text {Traces [1]} 15:49:47 [2019-07-19T19:49:47.941Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=197692064 data=null} to TreeItem with text {Traces [1]} 15:49:47 [2019-07-19T19:49:47.941Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=197692065 data=null button=1 stateMask=0x0 x=75 y=53 count=1} to TreeItem with text {Traces [1]} 15:49:47 [2019-07-19T19:49:47.941Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=197692065 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {Traces [1]} 15:49:47 [2019-07-19T19:49:47.941Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=197692142 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 15:49:47 [2019-07-19T19:49:47.941Z] WARN - Tree item TreeItem with text {.tracecompass-SomeProject} is already expanded. Won't expand it again. 15:49:47 [2019-07-19T19:49:47.941Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 15:49:48 [2019-07-19T19:49:48.198Z] DEBUG - matched MenuItem with text "&Filters and Customi...", using matcher: with mnemonic 'Filters and Customization...' 15:49:48 [2019-07-19T19:49:48.198Z] DEBUG - Clicking on with mnemonic 'Filters and Customization...' 15:49:48 [2019-07-19T19:49:48.198Z] DEBUG - Clicked on with mnemonic 'Filters and Customization...' 15:49:48 [2019-07-19T19:49:48.198Z] DEBUG - matched Shell with text "Filters and Customiz...", using matcher: with text 'Filters and Customization' 15:49:48 [2019-07-19T19:49:48.198Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Filters and Customization} time=197692387 data=null doit=true} to Shell with text {Filters and Customization} 15:49:48 [2019-07-19T19:49:48.198Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:49:48 [2019-07-19T19:49:48.198Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:49:48 [2019-07-19T19:49:48.198Z] DEBUG - Attempting to set focus on Table with text {} 15:49:48 [2019-07-19T19:49:48.198Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {.* resources} time=197692394 data=null button=0 stateMask=0x0 x=67 y=33 count=0} to TableItem with text {.* resources} 15:49:48 [2019-07-19T19:49:48.198Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {.* resources} time=197692395 data=null doit=true} to TableItem with text {.* resources} 15:49:48 [2019-07-19T19:49:48.198Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {.* resources} time=197692395 data=null} to TableItem with text {.* resources} 15:49:48 [2019-07-19T19:49:48.198Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {.* resources} time=197692395 data=null button=1 stateMask=0x0 x=67 y=33 count=1} to TableItem with text {.* resources} 15:49:48 [2019-07-19T19:49:48.198Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=197692395 data=null item=TableItem {.* resources} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {.* resources} 15:49:48 [2019-07-19T19:49:48.198Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {.* resources} time=197692396 data=null button=1 stateMask=0x80000 x=67 y=33 count=1} to TableItem with text {.* resources} 15:49:48 [2019-07-19T19:49:48.198Z] DEBUG - Setting state to checked on: .* resources 15:49:48 [2019-07-19T19:49:48.198Z] DEBUG - Attempting to set focus on Table with text {} 15:49:48 [2019-07-19T19:49:48.198Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {Trace Compass Shadow Projects} time=197692398 data=null button=0 stateMask=0x0 x=131 y=121 count=0} to TableItem with text {Trace Compass Shadow Projects} 15:49:48 [2019-07-19T19:49:48.198Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {Trace Compass Shadow Projects} time=197692398 data=null doit=true} to TableItem with text {Trace Compass Shadow Projects} 15:49:48 [2019-07-19T19:49:48.198Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {Trace Compass Shadow Projects} time=197692398 data=null} to TableItem with text {Trace Compass Shadow Projects} 15:49:48 [2019-07-19T19:49:48.198Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {Trace Compass Shadow Projects} time=197692398 data=null button=1 stateMask=0x0 x=131 y=121 count=1} to TableItem with text {Trace Compass Shadow Projects} 15:49:48 [2019-07-19T19:49:48.198Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=197692398 data=null item=TableItem {Trace Compass Shadow Projects} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {Trace Compass Shadow Projects} 15:49:48 [2019-07-19T19:49:48.198Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {Trace Compass Shadow Projects} time=197692399 data=null button=1 stateMask=0x80000 x=131 y=121 count=1} to TableItem with text {Trace Compass Shadow Projects} 15:49:48 [2019-07-19T19:49:48.198Z] DEBUG - Setting state to checked on: Trace Compass Shadow Projects 15:49:48 [2019-07-19T19:49:48.198Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:49:48 [2019-07-19T19:49:48.198Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:49:48 [2019-07-19T19:49:48.198Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 15:49:48 [2019-07-19T19:49:48.198Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:49:48 [2019-07-19T19:49:48.198Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:48 [2019-07-19T19:49:48.198Z] DEBUG - Clicking on OK 15:49:48 [2019-07-19T19:49:48.198Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=197692400 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:48 [2019-07-19T19:49:48.198Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=197692401 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:48 [2019-07-19T19:49:48.198Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=197692401 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:48 [2019-07-19T19:49:48.198Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=197692401 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:48 [2019-07-19T19:49:48.198Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=197692413 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:48 [2019-07-19T19:49:48.198Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=197692413 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:48 [2019-07-19T19:49:48.198Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=197692413 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:48 [2019-07-19T19:49:48.198Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Filters and Customization...} time=197692197 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Filters and Customization...' 15:49:48 [2019-07-19T19:49:48.455Z] DEBUG - Clicked on 15:49:48 [2019-07-19T19:49:48.455Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 15:49:48 [2019-07-19T19:49:48.455Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:49:48 [2019-07-19T19:49:48.455Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:49:48 [2019-07-19T19:49:48.455Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=197692610 data=null doit=true} to Shell with text {data - Eclipse Platform} 15:49:48 [2019-07-19T19:49:48.455Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' 15:49:48 [2019-07-19T19:49:48.455Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:49:48 [2019-07-19T19:49:48.455Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:49:48 [2019-07-19T19:49:48.455Z] DEBUG - Attempting to set focus on Tree with text {} 15:49:48 [2019-07-19T19:49:48.455Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {SomeProject} time=197692632 data=null button=0 stateMask=0x0 x=83 y=11 count=0} to TreeItem with text {SomeProject} 15:49:48 [2019-07-19T19:49:48.455Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {SomeProject} time=197692632 data=null doit=true} to TreeItem with text {SomeProject} 15:49:48 [2019-07-19T19:49:48.455Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {SomeProject} time=197692633 data=null} to TreeItem with text {SomeProject} 15:49:48 [2019-07-19T19:49:48.455Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {SomeProject} time=197692634 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {SomeProject} 15:49:48 [2019-07-19T19:49:48.455Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197692635 data=null item=TreeItem {SomeProject} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {SomeProject} 15:49:48 [2019-07-19T19:49:48.455Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {SomeProject} time=197692673 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {SomeProject} 15:49:48 [2019-07-19T19:49:48.712Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' 15:49:48 [2019-07-19T19:49:48.712Z] DEBUG - Clicking on with mnemonic 'Delete' 15:49:48 [2019-07-19T19:49:48.712Z] DEBUG - Clicked on with mnemonic 'Delete' 15:49:49 [2019-07-19T19:49:49.276Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' 15:49:49 [2019-07-19T19:49:49.276Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} 15:49:49 [2019-07-19T19:49:49.276Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 15:49:49 [2019-07-19T19:49:49.276Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' 15:49:49 [2019-07-19T19:49:49.276Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') 15:49:49 [2019-07-19T19:49:49.276Z] DEBUG - matched Button with text "Delete 1 &nested pro...", using matcher: of type 'Button' 15:49:49 [2019-07-19T19:49:49.276Z] DEBUG - matched Button with text "Delete 1 &nested pro...", using matcher: with style 'SWT.CHECK' 15:49:49 [2019-07-19T19:49:49.276Z] DEBUG - matched Button with text "Delete 1 &nested pro...", using matcher: (of type 'Button' and with style 'SWT.CHECK') 15:49:49 [2019-07-19T19:49:49.276Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 15:49:49 [2019-07-19T19:49:49.276Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:49:49 [2019-07-19T19:49:49.276Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:49:49 [2019-07-19T19:49:49.276Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') 15:49:49 [2019-07-19T19:49:49.276Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected 15:49:49 [2019-07-19T19:49:49.276Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197693436 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:49:49 [2019-07-19T19:49:49.276Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197693436 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:49:49 [2019-07-19T19:49:49.276Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=197693436 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:49:49 [2019-07-19T19:49:49.276Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=197693436 data=null} to (of type 'Button' and with style 'SWT.CHECK') 15:49:49 [2019-07-19T19:49:49.276Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197693436 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:49:49 [2019-07-19T19:49:49.276Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197693436 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:49:49 [2019-07-19T19:49:49.276Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=197693436 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:49:49 [2019-07-19T19:49:49.276Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197693457 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:49:49 [2019-07-19T19:49:49.276Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197693457 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:49:49 [2019-07-19T19:49:49.276Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197693457 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:49:49 [2019-07-19T19:49:49.276Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=197693457 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:49:49 [2019-07-19T19:49:49.276Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=197693457 data=null} to (of type 'Button' and with style 'SWT.CHECK') 15:49:49 [2019-07-19T19:49:49.276Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') 15:49:49 [2019-07-19T19:49:49.276Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 15:49:49 [2019-07-19T19:49:49.276Z] DEBUG - matched Button with text "Delete 1 &nested pro...", using matcher: of type 'Button' 15:49:49 [2019-07-19T19:49:49.276Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 15:49:49 [2019-07-19T19:49:49.276Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:49:49 [2019-07-19T19:49:49.276Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:49:49 [2019-07-19T19:49:49.276Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 15:49:49 [2019-07-19T19:49:49.276Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:49:49 [2019-07-19T19:49:49.276Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:49 [2019-07-19T19:49:49.276Z] DEBUG - Clicking on OK 15:49:49 [2019-07-19T19:49:49.276Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=197693459 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:49 [2019-07-19T19:49:49.276Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=197693459 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:49 [2019-07-19T19:49:49.276Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=197693459 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:49 [2019-07-19T19:49:49.276Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=197693459 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:49 [2019-07-19T19:49:49.276Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=197693459 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:49 [2019-07-19T19:49:49.276Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=197693459 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:49 [2019-07-19T19:49:49.276Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:49 [2019-07-19T19:49:49.276Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:49 [2019-07-19T19:49:49.276Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:49 [2019-07-19T19:49:49.276Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:49 [2019-07-19T19:49:49.276Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:49 [2019-07-19T19:49:49.276Z] DEBUG - Clicked on OK 15:49:50 [2019-07-19T19:49:50.217Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=197693459 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:49:50 [2019-07-19T19:49:50.217Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=197692726 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' 15:49:50 [2019-07-19T19:49:50.217Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.924 s - in org.eclipse.tracecompass.tmf.ui.swtbot.tests.project.AddProjectNatureTest 15:49:50 [2019-07-19T19:49:50.217Z] testConfigureTracingNature(org.eclipse.tracecompass.tmf.ui.swtbot.tests.project.AddProjectNatureTest) Time elapsed: 2.453 s 15:49:50 [2019-07-19T19:49:50.217Z] testViewerFilter(org.eclipse.tracecompass.tmf.ui.swtbot.tests.project.AddProjectNatureTest) Time elapsed: 1.112 s 15:49:50 [2019-07-19T19:49:50.217Z] 15:49:50 [2019-07-19T19:49:50.217Z] Results: 15:49:50 [2019-07-19T19:49:50.217Z] 15:49:50 [2019-07-19T19:49:50.217Z] Tests run: 70, Failures: 0, Errors: 0, Skipped: 4 15:49:50 [2019-07-19T19:49:50.217Z] 15:49:50 [2019-07-19T19:49:50.781Z] 15:49:50 [2019-07-19T19:49:50.781Z] !ENTRY org.eclipse.core.resources 2 10035 2019-07-19 19:49:50.505 15:49:50 [2019-07-19T19:49:50.781Z] !MESSAGE The workspace will exit with unsaved changes in this session. 15:49:51 [2019-07-19T19:49:51.710Z] [INFO] All tests passed! 15:49:51 [2019-07-19T19:49:51.710Z] [INFO] 15:49:51 [2019-07-19T19:49:51.710Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.tmf.ui.swtbot.tests --- 15:49:51 [2019-07-19T19:49:51.710Z] [INFO] Loading execution data file /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/../../target/jacoco.exec 15:49:51 [2019-07-19T19:49:51.710Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui.swtbot.tests' with 157 classes 15:49:51 [2019-07-19T19:49:51.969Z] [INFO] 15:49:51 [2019-07-19T19:49:51.969Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.tmf.ui.swtbot.tests --- 15:49:51 [2019-07-19T19:49:51.970Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/target/org.eclipse.tracecompass.tmf.ui.swtbot.tests-1.0.9-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.ui.swtbot.tests/1.0.9-SNAPSHOT/org.eclipse.tracecompass.tmf.ui.swtbot.tests-1.0.9-SNAPSHOT.jar 15:49:51 [2019-07-19T19:49:51.970Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.ui.swtbot.tests/1.0.9-SNAPSHOT/org.eclipse.tracecompass.tmf.ui.swtbot.tests-1.0.9-SNAPSHOT.pom 15:49:51 [2019-07-19T19:49:51.970Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/target/org.eclipse.tracecompass.tmf.ui.swtbot.tests-1.0.9-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.ui.swtbot.tests/1.0.9-SNAPSHOT/org.eclipse.tracecompass.tmf.ui.swtbot.tests-1.0.9-SNAPSHOT-sources.jar 15:49:51 [2019-07-19T19:49:51.970Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/target/org.eclipse.tracecompass.tmf.ui.swtbot.tests-1.0.9-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.ui.swtbot.tests/1.0.9-SNAPSHOT/org.eclipse.tracecompass.tmf.ui.swtbot.tests-1.0.9-SNAPSHOT-pack200.jar.pack.gz 15:49:51 [2019-07-19T19:49:51.970Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.ui.swtbot.tests/1.0.9-SNAPSHOT/org.eclipse.tracecompass.tmf.ui.swtbot.tests-1.0.9-SNAPSHOT-p2metadata.xml 15:49:51 [2019-07-19T19:49:51.970Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.ui.swtbot.tests/1.0.9-SNAPSHOT/org.eclipse.tracecompass.tmf.ui.swtbot.tests-1.0.9-SNAPSHOT-p2artifacts.xml 15:49:51 [2019-07-19T19:49:51.970Z] [INFO] 15:49:51 [2019-07-19T19:49:51.970Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.tmf.ui.swtbot.tests --- 15:49:51 [2019-07-19T19:49:51.970Z] [INFO] 15:49:51 [2019-07-19T19:49:51.970Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.timing.core.tests >-- 15:49:51 [2019-07-19T19:49:51.970Z] [INFO] Building org.eclipse.tracecompass.analysis.timing.core.tests 1.0.4-SNAPSHOT [43/134] 15:49:51 [2019-07-19T19:49:51.970Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- 15:49:51 [2019-07-19T19:49:51.970Z] [INFO] 15:49:51 [2019-07-19T19:49:51.970Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.analysis.timing.core.tests --- 15:49:51 [2019-07-19T19:49:51.970Z] [INFO] 15:49:51 [2019-07-19T19:49:51.970Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.analysis.timing.core.tests --- 15:49:51 [2019-07-19T19:49:51.970Z] [INFO] The project's OSGi version is 1.0.4.201907191907 15:49:51 [2019-07-19T19:49:51.970Z] [INFO] 15:49:51 [2019-07-19T19:49:51.970Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.analysis.timing.core.tests --- 15:49:51 [2019-07-19T19:49:51.970Z] [INFO] 15:49:51 [2019-07-19T19:49:51.970Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.analysis.timing.core.tests --- 15:49:51 [2019-07-19T19:49:51.970Z] [INFO] 15:49:51 [2019-07-19T19:49:51.970Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.analysis.timing.core.tests --- 15:49:51 [2019-07-19T19:49:51.970Z] [INFO] 15:49:51 [2019-07-19T19:49:51.970Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.analysis.timing.core.tests --- 15:49:51 [2019-07-19T19:49:51.970Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 15:49:51 [2019-07-19T19:49:51.970Z] [INFO] 15:49:51 [2019-07-19T19:49:51.970Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.analysis.timing.core.tests --- 15:49:51 [2019-07-19T19:49:51.970Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:49:51 [2019-07-19T19:49:51.970Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/src/main/resources 15:49:51 [2019-07-19T19:49:51.970Z] [INFO] 15:49:51 [2019-07-19T19:49:51.970Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.analysis.timing.core.tests --- 15:49:51 [2019-07-19T19:49:51.970Z] [INFO] Compiling 9 source files to /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/target/classes 15:49:52 [2019-07-19T19:49:52.284Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/src/org/eclipse/tracecompass/analysis/timing/core/tests/statistics/OfflineStatisticsCalculator.java:[84] 15:49:52 [2019-07-19T19:49:52.284Z] Long value = fMapper.apply(element); 15:49:52 [2019-07-19T19:49:52.284Z] ^^^^^^^^^^^^^^^^^^^^^^ 15:49:52 [2019-07-19T19:49:52.284Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type '@NonNull Function<@NonNull E,@NonNull Long>'. Type 'Function<T,R>' doesn't seem to be designed with null type annotations in mind 15:49:52 [2019-07-19T19:49:52.284Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/src/org/eclipse/tracecompass/analysis/timing/core/tests/statistics/OfflineStatisticsCalculator.java:[85] 15:49:52 [2019-07-19T19:49:52.284Z] if (value <= fMapper.apply(obj)) { 15:49:52 [2019-07-19T19:49:52.284Z] ^^^^^^^^^^^^^^^^^^ 15:49:52 [2019-07-19T19:49:52.284Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type '@NonNull Function<@NonNull E,@NonNull Long>'. Type 'Function<T,R>' doesn't seem to be designed with null type annotations in mind 15:49:52 [2019-07-19T19:49:52.284Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/src/org/eclipse/tracecompass/analysis/timing/core/tests/statistics/OfflineStatisticsCalculator.java:[103] 15:49:52 [2019-07-19T19:49:52.284Z] Long value = fMapper.apply(element); 15:49:52 [2019-07-19T19:49:52.284Z] ^^^^^^^^^^^^^^^^^^^^^^ 15:49:52 [2019-07-19T19:49:52.284Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type '@NonNull Function<@NonNull E,@NonNull Long>'. Type 'Function<T,R>' doesn't seem to be designed with null type annotations in mind 15:49:52 [2019-07-19T19:49:52.284Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/src/org/eclipse/tracecompass/analysis/timing/core/tests/statistics/OfflineStatisticsCalculator.java:[104] 15:49:52 [2019-07-19T19:49:52.284Z] if (value >= fMapper.apply(obj)) { 15:49:52 [2019-07-19T19:49:52.284Z] ^^^^^^^^^^^^^^^^^^ 15:49:52 [2019-07-19T19:49:52.284Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type '@NonNull Function<@NonNull E,@NonNull Long>'. Type 'Function<T,R>' doesn't seem to be designed with null type annotations in mind 15:49:52 [2019-07-19T19:49:52.284Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/src/org/eclipse/tracecompass/analysis/timing/core/tests/statistics/AbstractStatisticsTest.java:[366] 15:49:52 [2019-07-19T19:49:52.284Z] Statistics<E>::update, Statistics<E>::merge); 15:49:52 [2019-07-19T19:49:52.284Z] ^^^^^^^^^^^^^^^^^^^^ 15:49:52 [2019-07-19T19:49:52.284Z] Null type safety: parameter 1 provided via method descriptor BiConsumer<Statistics<E>,Statistics<E>>.accept(Statistics<E>, Statistics<E>) needs unchecked conversion to conform to '@NonNull IStatistics<@NonNull E>' 15:49:52 [2019-07-19T19:49:52.284Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/src/org/eclipse/tracecompass/analysis/timing/core/tests/statistics/AbstractStatisticsTest.java:[384] 15:49:52 [2019-07-19T19:49:52.284Z] Statistics<E>::update, Statistics<E>::merge); 15:49:52 [2019-07-19T19:49:52.284Z] ^^^^^^^^^^^^^^^^^^^^ 15:49:52 [2019-07-19T19:49:52.284Z] Null type safety: parameter 1 provided via method descriptor BiConsumer<Statistics<E>,Statistics<E>>.accept(Statistics<E>, Statistics<E>) needs unchecked conversion to conform to '@NonNull IStatistics<@NonNull E>' 15:49:52 [2019-07-19T19:49:52.284Z] 6 problems (6 warnings) 15:49:52 [2019-07-19T19:49:52.284Z] [INFO] 15:49:52 [2019-07-19T19:49:52.284Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.analysis.timing.core.tests --- 15:49:52 [2019-07-19T19:49:52.284Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:49:52 [2019-07-19T19:49:52.284Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/src/test/resources 15:49:52 [2019-07-19T19:49:52.284Z] [INFO] 15:49:52 [2019-07-19T19:49:52.284Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.analysis.timing.core.tests --- 15:49:52 [2019-07-19T19:49:52.284Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/target/org.eclipse.tracecompass.analysis.timing.core.tests-1.0.4-SNAPSHOT-sources.jar 15:49:52 [2019-07-19T19:49:52.542Z] [INFO] 15:49:52 [2019-07-19T19:49:52.542Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.analysis.timing.core.tests --- 15:49:52 [2019-07-19T19:49:52.542Z] [INFO] 15:49:52 [2019-07-19T19:49:52.542Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.analysis.timing.core.tests --- 15:49:52 [2019-07-19T19:49:52.542Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/target/org.eclipse.tracecompass.analysis.timing.core.tests-1.0.4-SNAPSHOT.jar 15:49:52 [2019-07-19T19:49:52.542Z] [INFO] 15:49:52 [2019-07-19T19:49:52.542Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.analysis.timing.core.tests --- 15:49:52 [2019-07-19T19:49:52.542Z] [INFO] 15:49:52 [2019-07-19T19:49:52.542Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.analysis.timing.core.tests --- 15:49:52 [2019-07-19T19:49:52.542Z] [INFO] 15:49:52 [2019-07-19T19:49:52.542Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.analysis.timing.core.tests --- 15:49:52 [2019-07-19T19:49:52.542Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/target/org.eclipse.tracecompass.analysis.timing.core.tests-1.0.4-SNAPSHOT.jar 15:49:52 [2019-07-19T19:49:52.542Z] [INFO] 15:49:52 [2019-07-19T19:49:52.542Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.analysis.timing.core.tests --- 15:49:52 [2019-07-19T19:49:52.542Z] [INFO] 15:49:52 [2019-07-19T19:49:52.542Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.analysis.timing.core.tests --- 15:49:54 [2019-07-19T19:49:54.436Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/target/work/data/.metadata/.log 15:49:54 [2019-07-19T19:49:54.436Z] [INFO] Command line: 15:49:54 [2019-07-19T19:49:54.436Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog] 15:49:54 [2019-07-19T19:49:54.436Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass 15:49:59 [2019-07-19T19:49:59.690Z] !SESSION 2019-07-19 19:49:54.493 ----------------------------------------------- 15:49:59 [2019-07-19T19:49:59.690Z] eclipse.buildId=unknown 15:49:59 [2019-07-19T19:49:59.690Z] java.version=1.8.0_202 15:49:59 [2019-07-19T19:49:59.690Z] java.vendor=Oracle Corporation 15:49:59 [2019-07-19T19:49:59.690Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US 15:49:59 [2019-07-19T19:49:59.690Z] Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/target/surefire.properties -product org.eclipse.platform.ide 15:49:59 [2019-07-19T19:49:59.690Z] Command-line arguments: -data /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog 15:49:59 [2019-07-19T19:49:59.690Z] 15:49:59 [2019-07-19T19:49:59.690Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-19 19:49:58.681 15:49:59 [2019-07-19T19:49:59.690Z] !MESSAGE FrameworkEvent ERROR 15:49:59 [2019-07-19T19:49:59.690Z] !STACK 0 15:49:59 [2019-07-19T19:49:59.690Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [61] 15:49:59 [2019-07-19T19:49:59.690Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 15:49:59 [2019-07-19T19:49:59.690Z] 15:49:59 [2019-07-19T19:49:59.690Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 15:49:59 [2019-07-19T19:49:59.690Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 15:49:59 [2019-07-19T19:49:59.690Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 15:49:59 [2019-07-19T19:49:59.690Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 15:49:59 [2019-07-19T19:49:59.690Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 15:49:59 [2019-07-19T19:49:59.690Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 15:49:59 [2019-07-19T19:49:59.690Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 15:49:59 [2019-07-19T19:49:59.690Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 15:49:59 [2019-07-19T19:49:59.690Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 15:49:59 [2019-07-19T19:49:59.690Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 15:49:59 [2019-07-19T19:49:59.690Z] 15:49:59 [2019-07-19T19:49:59.690Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-19 19:49:58.891 15:49:59 [2019-07-19T19:49:59.690Z] !MESSAGE FrameworkEvent ERROR 15:49:59 [2019-07-19T19:49:59.690Z] !STACK 0 15:49:59 [2019-07-19T19:49:59.690Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [130] 15:49:59 [2019-07-19T19:49:59.690Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 15:49:59 [2019-07-19T19:49:59.690Z] Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)" 15:49:59 [2019-07-19T19:49:59.690Z] -> Export-Package: org.apache.http.impl.auth.win; bundle-symbolic-name="org.apache.httpcomponents.httpclient.win"; bundle-version="4.5.6.v20190213-1947"; version="4.5.6"; x-internal:="true"; uses:="org.apache.http,org.apache.http.auth,org.apache.http.client,org.apache.http.impl.auth,org.apache.http.protocol,org.apache.http.util" 15:49:59 [2019-07-19T19:49:59.690Z] org.apache.httpcomponents.httpclient.win [35] 15:49:59 [2019-07-19T19:49:59.690Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 15:49:59 [2019-07-19T19:49:59.690Z] 15:49:59 [2019-07-19T19:49:59.690Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 15:49:59 [2019-07-19T19:49:59.690Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 15:49:59 [2019-07-19T19:49:59.690Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 15:49:59 [2019-07-19T19:49:59.690Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 15:49:59 [2019-07-19T19:49:59.690Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 15:49:59 [2019-07-19T19:49:59.690Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 15:49:59 [2019-07-19T19:49:59.690Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 15:49:59 [2019-07-19T19:49:59.690Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 15:49:59 [2019-07-19T19:49:59.690Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 15:49:59 [2019-07-19T19:49:59.690Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 15:50:02 [2019-07-19T19:50:02.212Z] Running org.eclipse.tracecompass.analysis.timing.core.tests.statistics.ObjectStatisticsTest 15:50:04 [2019-07-19T19:50:04.738Z] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.707 s - in org.eclipse.tracecompass.analysis.timing.core.tests.statistics.ObjectStatisticsTest 15:50:04 [2019-07-19T19:50:04.738Z] testDescending(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.ObjectStatisticsTest) Time elapsed: 0.012 s 15:50:04 [2019-07-19T19:50:04.738Z] testMergeStatisticsNodes(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.ObjectStatisticsTest) Time elapsed: 0.002 s 15:50:04 [2019-07-19T19:50:04.738Z] parallelStreamBuildingTest(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.ObjectStatisticsTest) Time elapsed: 0.458 s 15:50:04 [2019-07-19T19:50:04.738Z] testNoiseDataset(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.ObjectStatisticsTest) Time elapsed: 0.692 s 15:50:04 [2019-07-19T19:50:04.738Z] streamBuildingTest(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.ObjectStatisticsTest) Time elapsed: 0.439 s 15:50:04 [2019-07-19T19:50:04.738Z] testEmpty(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.ObjectStatisticsTest) Time elapsed: 0 s 15:50:04 [2019-07-19T19:50:04.738Z] testSmallDataset(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.ObjectStatisticsTest) Time elapsed: 0 s 15:50:04 [2019-07-19T19:50:04.738Z] gaussianNoiseTest(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.ObjectStatisticsTest) Time elapsed: 0.488 s 15:50:04 [2019-07-19T19:50:04.738Z] testLargeDataset(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.ObjectStatisticsTest) Time elapsed: 0.284 s 15:50:04 [2019-07-19T19:50:04.738Z] testAscending(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.ObjectStatisticsTest) Time elapsed: 0 s 15:50:04 [2019-07-19T19:50:04.738Z] testLimitDataset(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.ObjectStatisticsTest) Time elapsed: 0 s 15:50:04 [2019-07-19T19:50:04.738Z] mergeStatisticsCornerCaseNodesTest(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.ObjectStatisticsTest) Time elapsed: 0.009 s 15:50:04 [2019-07-19T19:50:04.738Z] testMergeStatisticsRandomNodes(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.ObjectStatisticsTest) Time elapsed: 0.004 s 15:50:04 [2019-07-19T19:50:04.738Z] testLargeDatasetNegative(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.ObjectStatisticsTest) Time elapsed: 0.23 s 15:50:04 [2019-07-19T19:50:04.738Z] testLimitDataset2(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.ObjectStatisticsTest) Time elapsed: 0 s 15:50:04 [2019-07-19T19:50:04.738Z] Running org.eclipse.tracecompass.analysis.timing.core.tests.statistics.LongStatisticsTest 15:50:07 [2019-07-19T19:50:07.259Z] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.246 s - in org.eclipse.tracecompass.analysis.timing.core.tests.statistics.LongStatisticsTest 15:50:07 [2019-07-19T19:50:07.259Z] testDescending(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.LongStatisticsTest) Time elapsed: 0.003 s 15:50:07 [2019-07-19T19:50:07.259Z] testMergeStatisticsNodes(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.LongStatisticsTest) Time elapsed: 0 s 15:50:07 [2019-07-19T19:50:07.259Z] parallelStreamBuildingTest(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.LongStatisticsTest) Time elapsed: 0.436 s 15:50:07 [2019-07-19T19:50:07.259Z] testNoiseDataset(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.LongStatisticsTest) Time elapsed: 0.871 s 15:50:07 [2019-07-19T19:50:07.259Z] streamBuildingTest(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.LongStatisticsTest) Time elapsed: 0.208 s 15:50:07 [2019-07-19T19:50:07.259Z] testEmpty(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.LongStatisticsTest) Time elapsed: 0 s 15:50:07 [2019-07-19T19:50:07.259Z] testSmallDataset(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.LongStatisticsTest) Time elapsed: 0 s 15:50:07 [2019-07-19T19:50:07.259Z] gaussianNoiseTest(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.LongStatisticsTest) Time elapsed: 0.23 s 15:50:07 [2019-07-19T19:50:07.259Z] testLargeDataset(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.LongStatisticsTest) Time elapsed: 0.243 s 15:50:07 [2019-07-19T19:50:07.259Z] testAscending(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.LongStatisticsTest) Time elapsed: 0 s 15:50:07 [2019-07-19T19:50:07.259Z] testLimitDataset(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.LongStatisticsTest) Time elapsed: 0 s 15:50:07 [2019-07-19T19:50:07.259Z] mergeStatisticsCornerCaseNodesTest(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.LongStatisticsTest) Time elapsed: 0.004 s 15:50:07 [2019-07-19T19:50:07.259Z] testMergeStatisticsRandomNodes(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.LongStatisticsTest) Time elapsed: 0.001 s 15:50:07 [2019-07-19T19:50:07.259Z] testLargeDatasetNegative(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.LongStatisticsTest) Time elapsed: 0.245 s 15:50:07 [2019-07-19T19:50:07.259Z] testLimitDataset2(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.LongStatisticsTest) Time elapsed: 0 s 15:50:07 [2019-07-19T19:50:07.259Z] Running org.eclipse.tracecompass.analysis.timing.core.tests.segmentstore.statistics.AbstractStatsAnalysisTest 15:50:08 [2019-07-19T19:50:08.189Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.27 s - in org.eclipse.tracecompass.analysis.timing.core.tests.segmentstore.statistics.AbstractStatsAnalysisTest 15:50:08 [2019-07-19T19:50:08.189Z] testPartialPerTypeStatsCancel(org.eclipse.tracecompass.analysis.timing.core.tests.segmentstore.statistics.AbstractStatsAnalysisTest) Time elapsed: 0.483 s 15:50:08 [2019-07-19T19:50:08.189Z] testExecute(org.eclipse.tracecompass.analysis.timing.core.tests.segmentstore.statistics.AbstractStatsAnalysisTest) Time elapsed: 0.154 s 15:50:08 [2019-07-19T19:50:08.189Z] testExecuteNoDepend(org.eclipse.tracecompass.analysis.timing.core.tests.segmentstore.statistics.AbstractStatsAnalysisTest) Time elapsed: 0.031 s 15:50:08 [2019-07-19T19:50:08.189Z] testTotalStats(org.eclipse.tracecompass.analysis.timing.core.tests.segmentstore.statistics.AbstractStatsAnalysisTest) Time elapsed: 0.117 s 15:50:08 [2019-07-19T19:50:08.189Z] testPerTypeStats(org.eclipse.tracecompass.analysis.timing.core.tests.segmentstore.statistics.AbstractStatsAnalysisTest) Time elapsed: 0.151 s 15:50:08 [2019-07-19T19:50:08.189Z] testPartialPerTypeStats(org.eclipse.tracecompass.analysis.timing.core.tests.segmentstore.statistics.AbstractStatsAnalysisTest) Time elapsed: 0.216 s 15:50:08 [2019-07-19T19:50:08.189Z] testExecuteNoTrace(org.eclipse.tracecompass.analysis.timing.core.tests.segmentstore.statistics.AbstractStatsAnalysisTest) Time elapsed: 0.023 s 15:50:08 [2019-07-19T19:50:08.189Z] testPartialStats(org.eclipse.tracecompass.analysis.timing.core.tests.segmentstore.statistics.AbstractStatsAnalysisTest) Time elapsed: 0.092 s 15:50:08 [2019-07-19T19:50:08.189Z] Running org.eclipse.tracecompass.analysis.timing.core.tests.segmentstore.statistics.SegmentStoreStatisticsTest 15:50:12 [2019-07-19T19:50:12.364Z] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.919 s - in org.eclipse.tracecompass.analysis.timing.core.tests.segmentstore.statistics.SegmentStoreStatisticsTest 15:50:12 [2019-07-19T19:50:12.364Z] testDescending(org.eclipse.tracecompass.analysis.timing.core.tests.segmentstore.statistics.SegmentStoreStatisticsTest) Time elapsed: 0.002 s 15:50:12 [2019-07-19T19:50:12.364Z] testMergeStatisticsNodes(org.eclipse.tracecompass.analysis.timing.core.tests.segmentstore.statistics.SegmentStoreStatisticsTest) Time elapsed: 0.001 s 15:50:12 [2019-07-19T19:50:12.364Z] parallelStreamBuildingTest(org.eclipse.tracecompass.analysis.timing.core.tests.segmentstore.statistics.SegmentStoreStatisticsTest) Time elapsed: 1.188 s 15:50:12 [2019-07-19T19:50:12.364Z] testNoiseDataset(org.eclipse.tracecompass.analysis.timing.core.tests.segmentstore.statistics.SegmentStoreStatisticsTest) Time elapsed: 0.86 s 15:50:12 [2019-07-19T19:50:12.364Z] streamBuildingTest(org.eclipse.tracecompass.analysis.timing.core.tests.segmentstore.statistics.SegmentStoreStatisticsTest) Time elapsed: 0.359 s 15:50:12 [2019-07-19T19:50:12.364Z] testEmpty(org.eclipse.tracecompass.analysis.timing.core.tests.segmentstore.statistics.SegmentStoreStatisticsTest) Time elapsed: 0 s 15:50:12 [2019-07-19T19:50:12.364Z] testSmallDataset(org.eclipse.tracecompass.analysis.timing.core.tests.segmentstore.statistics.SegmentStoreStatisticsTest) Time elapsed: 0.001 s 15:50:12 [2019-07-19T19:50:12.364Z] gaussianNoiseTest(org.eclipse.tracecompass.analysis.timing.core.tests.segmentstore.statistics.SegmentStoreStatisticsTest) Time elapsed: 0.658 s 15:50:12 [2019-07-19T19:50:12.364Z] testLargeDataset(org.eclipse.tracecompass.analysis.timing.core.tests.segmentstore.statistics.SegmentStoreStatisticsTest) Time elapsed: 0.842 s 15:50:12 [2019-07-19T19:50:12.364Z] testAscending(org.eclipse.tracecompass.analysis.timing.core.tests.segmentstore.statistics.SegmentStoreStatisticsTest) Time elapsed: 0 s 15:50:12 [2019-07-19T19:50:12.364Z] testLimitDataset(org.eclipse.tracecompass.analysis.timing.core.tests.segmentstore.statistics.SegmentStoreStatisticsTest) Time elapsed: 0 s 15:50:12 [2019-07-19T19:50:12.364Z] mergeStatisticsCornerCaseNodesTest(org.eclipse.tracecompass.analysis.timing.core.tests.segmentstore.statistics.SegmentStoreStatisticsTest) Time elapsed: 0 s 15:50:12 [2019-07-19T19:50:12.364Z] testMergeStatisticsRandomNodes(org.eclipse.tracecompass.analysis.timing.core.tests.segmentstore.statistics.SegmentStoreStatisticsTest) Time elapsed: 0.002 s 15:50:12 [2019-07-19T19:50:12.364Z] testLargeDatasetNegative(org.eclipse.tracecompass.analysis.timing.core.tests.segmentstore.statistics.SegmentStoreStatisticsTest) Time elapsed: 0 s 15:50:12 [2019-07-19T19:50:12.364Z] testLimitDataset2(org.eclipse.tracecompass.analysis.timing.core.tests.segmentstore.statistics.SegmentStoreStatisticsTest) Time elapsed: 0 s 15:50:12 [2019-07-19T19:50:12.364Z] 15:50:12 [2019-07-19T19:50:12.364Z] Results: 15:50:12 [2019-07-19T19:50:12.364Z] 15:50:12 [2019-07-19T19:50:12.364Z] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0 15:50:12 [2019-07-19T19:50:12.364Z] 15:50:13 [2019-07-19T19:50:13.734Z] [INFO] All tests passed! 15:50:13 [2019-07-19T19:50:13.734Z] [INFO] 15:50:13 [2019-07-19T19:50:13.734Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.analysis.timing.core.tests --- 15:50:13 [2019-07-19T19:50:13.734Z] [INFO] Loading execution data file /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/../../target/jacoco.exec 15:50:13 [2019-07-19T19:50:13.734Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.core.tests' with 10 classes 15:50:13 [2019-07-19T19:50:13.734Z] [INFO] 15:50:13 [2019-07-19T19:50:13.734Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.analysis.timing.core.tests --- 15:50:13 [2019-07-19T19:50:13.734Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/target/org.eclipse.tracecompass.analysis.timing.core.tests-1.0.4-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.timing.core.tests/1.0.4-SNAPSHOT/org.eclipse.tracecompass.analysis.timing.core.tests-1.0.4-SNAPSHOT.jar 15:50:13 [2019-07-19T19:50:13.734Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.timing.core.tests/1.0.4-SNAPSHOT/org.eclipse.tracecompass.analysis.timing.core.tests-1.0.4-SNAPSHOT.pom 15:50:13 [2019-07-19T19:50:13.734Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/target/org.eclipse.tracecompass.analysis.timing.core.tests-1.0.4-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.timing.core.tests/1.0.4-SNAPSHOT/org.eclipse.tracecompass.analysis.timing.core.tests-1.0.4-SNAPSHOT-sources.jar 15:50:13 [2019-07-19T19:50:13.734Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/target/org.eclipse.tracecompass.analysis.timing.core.tests-1.0.4-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.timing.core.tests/1.0.4-SNAPSHOT/org.eclipse.tracecompass.analysis.timing.core.tests-1.0.4-SNAPSHOT-pack200.jar.pack.gz 15:50:13 [2019-07-19T19:50:13.734Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.timing.core.tests/1.0.4-SNAPSHOT/org.eclipse.tracecompass.analysis.timing.core.tests-1.0.4-SNAPSHOT-p2metadata.xml 15:50:13 [2019-07-19T19:50:13.734Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.timing.core.tests/1.0.4-SNAPSHOT/org.eclipse.tracecompass.analysis.timing.core.tests-1.0.4-SNAPSHOT-p2artifacts.xml 15:50:13 [2019-07-19T19:50:13.734Z] [INFO] 15:50:13 [2019-07-19T19:50:13.734Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.analysis.timing.core.tests --- 15:50:13 [2019-07-19T19:50:13.734Z] [INFO] 15:50:13 [2019-07-19T19:50:13.734Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests >-- 15:50:13 [2019-07-19T19:50:13.734Z] [INFO] Building org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests 1.0.2-SNAPSHOT [44/134] 15:50:13 [2019-07-19T19:50:13.734Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- 15:50:13 [2019-07-19T19:50:13.734Z] [INFO] 15:50:13 [2019-07-19T19:50:13.734Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests --- 15:50:13 [2019-07-19T19:50:13.734Z] [INFO] 15:50:13 [2019-07-19T19:50:13.734Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests --- 15:50:13 [2019-07-19T19:50:13.734Z] [INFO] The project's OSGi version is 1.0.2.201907191907 15:50:13 [2019-07-19T19:50:13.734Z] [INFO] 15:50:13 [2019-07-19T19:50:13.734Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests --- 15:50:13 [2019-07-19T19:50:13.734Z] [INFO] 15:50:13 [2019-07-19T19:50:13.734Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests --- 15:50:13 [2019-07-19T19:50:13.734Z] [INFO] 15:50:13 [2019-07-19T19:50:13.734Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests --- 15:50:13 [2019-07-19T19:50:13.734Z] [INFO] 15:50:13 [2019-07-19T19:50:13.734Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests --- 15:50:13 [2019-07-19T19:50:13.734Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 15:50:13 [2019-07-19T19:50:13.734Z] [INFO] 15:50:13 [2019-07-19T19:50:13.734Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests --- 15:50:13 [2019-07-19T19:50:13.734Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:50:13 [2019-07-19T19:50:13.734Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/src/main/resources 15:50:13 [2019-07-19T19:50:13.734Z] [INFO] 15:50:13 [2019-07-19T19:50:13.734Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests --- 15:50:13 [2019-07-19T19:50:13.734Z] [INFO] Compiling 2 source files to /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/target/classes 15:50:13 [2019-07-19T19:50:13.991Z] [INFO] 15:50:13 [2019-07-19T19:50:13.991Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests --- 15:50:14 [2019-07-19T19:50:14.248Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:50:14 [2019-07-19T19:50:14.248Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/src/test/resources 15:50:14 [2019-07-19T19:50:14.248Z] [INFO] 15:50:14 [2019-07-19T19:50:14.248Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests --- 15:50:14 [2019-07-19T19:50:14.248Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/target/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests-1.0.2-SNAPSHOT-sources.jar 15:50:14 [2019-07-19T19:50:14.248Z] [INFO] 15:50:14 [2019-07-19T19:50:14.248Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests --- 15:50:14 [2019-07-19T19:50:14.248Z] [INFO] 15:50:14 [2019-07-19T19:50:14.248Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests --- 15:50:14 [2019-07-19T19:50:14.248Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/target/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests-1.0.2-SNAPSHOT.jar 15:50:14 [2019-07-19T19:50:14.248Z] [INFO] 15:50:14 [2019-07-19T19:50:14.248Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests --- 15:50:14 [2019-07-19T19:50:14.248Z] [INFO] 15:50:14 [2019-07-19T19:50:14.248Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests --- 15:50:14 [2019-07-19T19:50:14.248Z] [INFO] 15:50:14 [2019-07-19T19:50:14.248Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests --- 15:50:14 [2019-07-19T19:50:14.248Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/target/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests-1.0.2-SNAPSHOT.jar 15:50:14 [2019-07-19T19:50:14.248Z] [INFO] 15:50:14 [2019-07-19T19:50:14.248Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests --- 15:50:14 [2019-07-19T19:50:14.248Z] [INFO] 15:50:14 [2019-07-19T19:50:14.248Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests --- 15:50:16 [2019-07-19T19:50:16.142Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/target/work/data/.metadata/.log 15:50:16 [2019-07-19T19:50:16.142Z] [INFO] Command line: 15:50:16 [2019-07-19T19:50:16.142Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -nouithread, -consoleLog] 15:50:16 [2019-07-19T19:50:16.142Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass 15:50:20 [2019-07-19T19:50:20.317Z] !SESSION 2019-07-19 19:50:16.316 ----------------------------------------------- 15:50:20 [2019-07-19T19:50:20.317Z] eclipse.buildId=unknown 15:50:20 [2019-07-19T19:50:20.317Z] java.version=1.8.0_202 15:50:20 [2019-07-19T19:50:20.317Z] java.vendor=Oracle Corporation 15:50:20 [2019-07-19T19:50:20.317Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US 15:50:20 [2019-07-19T19:50:20.317Z] Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/target/surefire.properties -product org.eclipse.platform.ide -nouithread 15:50:20 [2019-07-19T19:50:20.317Z] Command-line arguments: -data /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/target/surefire.properties -product org.eclipse.platform.ide -nouithread -consoleLog 15:50:20 [2019-07-19T19:50:20.317Z] 15:50:20 [2019-07-19T19:50:20.317Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-19 19:50:19.510 15:50:20 [2019-07-19T19:50:20.317Z] !MESSAGE FrameworkEvent ERROR 15:50:20 [2019-07-19T19:50:20.317Z] !STACK 0 15:50:20 [2019-07-19T19:50:20.317Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [65] 15:50:20 [2019-07-19T19:50:20.317Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 15:50:20 [2019-07-19T19:50:20.317Z] 15:50:20 [2019-07-19T19:50:20.317Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 15:50:20 [2019-07-19T19:50:20.317Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 15:50:20 [2019-07-19T19:50:20.317Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 15:50:20 [2019-07-19T19:50:20.317Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 15:50:20 [2019-07-19T19:50:20.317Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 15:50:20 [2019-07-19T19:50:20.317Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 15:50:20 [2019-07-19T19:50:20.317Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 15:50:20 [2019-07-19T19:50:20.317Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 15:50:20 [2019-07-19T19:50:20.317Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 15:50:20 [2019-07-19T19:50:20.317Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 15:50:20 [2019-07-19T19:50:20.317Z] 15:50:20 [2019-07-19T19:50:20.317Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-19 19:50:19.705 15:50:20 [2019-07-19T19:50:20.317Z] !MESSAGE FrameworkEvent ERROR 15:50:20 [2019-07-19T19:50:20.317Z] !STACK 0 15:50:20 [2019-07-19T19:50:20.317Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [134] 15:50:20 [2019-07-19T19:50:20.317Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 15:50:20 [2019-07-19T19:50:20.317Z] Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)" 15:50:20 [2019-07-19T19:50:20.317Z] -> Export-Package: org.apache.http.impl.auth.win; bundle-symbolic-name="org.apache.httpcomponents.httpclient.win"; bundle-version="4.5.6.v20190213-1947"; version="4.5.6"; x-internal:="true"; uses:="org.apache.http,org.apache.http.auth,org.apache.http.client,org.apache.http.impl.auth,org.apache.http.protocol,org.apache.http.util" 15:50:20 [2019-07-19T19:50:20.317Z] org.apache.httpcomponents.httpclient.win [36] 15:50:20 [2019-07-19T19:50:20.317Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 15:50:20 [2019-07-19T19:50:20.317Z] 15:50:20 [2019-07-19T19:50:20.317Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 15:50:20 [2019-07-19T19:50:20.317Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 15:50:20 [2019-07-19T19:50:20.317Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 15:50:20 [2019-07-19T19:50:20.317Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 15:50:20 [2019-07-19T19:50:20.317Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 15:50:20 [2019-07-19T19:50:20.317Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 15:50:20 [2019-07-19T19:50:20.317Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 15:50:20 [2019-07-19T19:50:20.317Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 15:50:20 [2019-07-19T19:50:20.317Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 15:50:20 [2019-07-19T19:50:20.317Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 15:50:22 [2019-07-19T19:50:22.213Z] process 8802: D-Bus library appears to be incorrectly set up; failed to read machine uuid: UUID file '/etc/machine-id' should contain a hex string of length 32, not length 0, with no other text 15:50:22 [2019-07-19T19:50:22.213Z] See the manual page for dbus-uuidgen to correct this issue. 15:50:22 [2019-07-19T19:50:22.213Z] SWT SessionManagerDBus: Failed to connect to org.gnome.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory) 15:50:22 [2019-07-19T19:50:22.213Z] SWT SessionManagerDBus: Failed to connect to org.xfce.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory) 15:50:34 [2019-07-19T19:50:34.395Z] Running org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests.callgraph.CallGraphDensityViewTest 15:50:34 [2019-07-19T19:50:34.395Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.01 s - in org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests.callgraph.CallGraphDensityViewTest 15:50:34 [2019-07-19T19:50:34.395Z] org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests.callgraph.CallGraphDensityViewTest skipped 15:50:34 [2019-07-19T19:50:34.395Z] Running org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests.flamegraph.FlameGraphTest 15:50:34 [2019-07-19T19:50:34.395Z] Display size: 1440x900 15:50:34 [2019-07-19T19:50:34.395Z] OS version=3.10.0-957.21.3.el7.x86_64 15:50:34 [2019-07-19T19:50:34.395Z] GTK version=3.18.9 15:50:34 [2019-07-19T19:50:34.395Z] GTK theme=Ambiance 15:50:34 [2019-07-19T19:50:34.395Z] LIBOVERLAY_SCROLLBAR=0 15:50:34 [2019-07-19T19:50:34.395Z] Time zone: Coordinated Universal Time 15:50:34 [2019-07-19T19:50:34.395Z] log4j:WARN No appenders could be found for logger (org.eclipse.swtbot.swt.finder.widgets.SWTBotShell). 15:50:34 [2019-07-19T19:50:34.395Z] log4j:WARN Please initialize the log4j system properly. 15:50:36 [2019-07-19T19:50:36.289Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.internal.analysis.timing.ui.flamegraph.flamegraphView"' 15:50:36 [2019-07-19T19:50:36.289Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 15:50:36 [2019-07-19T19:50:36.289Z] DEBUG - Double-clicking on TimeGraphControl {*Wrong Thread*} 15:50:36 [2019-07-19T19:50:36.289Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TimeGraphControl {} time=197740362 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to TimeGraphControl with text {} 15:50:36 [2019-07-19T19:50:36.289Z] DEBUG - Sent event MouseMove [5]: MouseEvent{TimeGraphControl {} time=197740363 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to TimeGraphControl with text {} 15:50:36 [2019-07-19T19:50:36.289Z] DEBUG - Sent event Activate [26]: ShellEvent{TimeGraphControl {} time=197740363 data=null doit=true} to TimeGraphControl with text {} 15:50:36 [2019-07-19T19:50:36.289Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TimeGraphControl {} time=197740363 data=null} to TimeGraphControl with text {} 15:50:36 [2019-07-19T19:50:36.289Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TimeGraphControl {} time=197740368 data=null button=1 stateMask=0x0 x=482 y=47 count=1} to TimeGraphControl with text {} 15:50:36 [2019-07-19T19:50:36.289Z] DEBUG - Sent event Selection [13]: SelectionEvent{TimeGraphControl {} time=197740373 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TimeGraphControl with text {} 15:50:36 [2019-07-19T19:50:36.289Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TimeGraphControl {} time=197740375 data=null button=1 stateMask=0x80000 x=482 y=47 count=1} to TimeGraphControl with text {} 15:50:36 [2019-07-19T19:50:36.289Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TimeGraphControl {} time=197740375 data=null button=1 stateMask=0x0 x=482 y=47 count=2} to TimeGraphControl with text {} 15:50:36 [2019-07-19T19:50:36.289Z] DEBUG - Sent event Selection [13]: SelectionEvent{TimeGraphControl {} time=197740377 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TimeGraphControl with text {} 15:50:36 [2019-07-19T19:50:36.289Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TimeGraphControl {} time=197740377 data=null button=1 stateMask=0x0 x=482 y=47 count=2} to TimeGraphControl with text {} 15:50:36 [2019-07-19T19:50:36.289Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{TimeGraphControl {} time=197740378 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TimeGraphControl with text {} 15:50:36 [2019-07-19T19:50:36.289Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TimeGraphControl {} time=197740432 data=null button=1 stateMask=0x80000 x=482 y=47 count=2} to TimeGraphControl with text {} 15:50:36 [2019-07-19T19:50:36.289Z] DEBUG - Sent event MouseHover [32]: MouseEvent{TimeGraphControl {} time=197740433 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to TimeGraphControl with text {} 15:50:36 [2019-07-19T19:50:36.289Z] DEBUG - Sent event MouseMove [5]: MouseEvent{TimeGraphControl {} time=197740452 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to TimeGraphControl with text {} 15:50:36 [2019-07-19T19:50:36.289Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TimeGraphControl {} time=197740452 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to TimeGraphControl with text {} 15:50:36 [2019-07-19T19:50:36.289Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TimeGraphControl {} time=197740453 data=null doit=true} to TimeGraphControl with text {} 15:50:36 [2019-07-19T19:50:36.289Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TimeGraphControl {} time=197740454 data=null} to TimeGraphControl with text {} 15:50:36 [2019-07-19T19:50:36.289Z] DEBUG - Double-clicked on TimeGraphControl {*Wrong Thread*} 15:50:36 [2019-07-19T19:50:36.289Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.internal.analysis.timing.ui.flamegraph.flamegraphView"' 15:50:36 [2019-07-19T19:50:36.547Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.internal.analysis.timing.ui.flamegraph.flamegraphView"' 15:50:36 [2019-07-19T19:50:36.805Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.internal.analysis.timing.ui.flamegraph.flamegraphView"' 15:50:36 [2019-07-19T19:50:36.805Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.internal.analysis.timing.ui.flamegraph.flamegraphView"' 15:50:37 [2019-07-19T19:50:37.369Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.internal.analysis.timing.ui.flamegraph.flamegraphView"' 15:50:37 [2019-07-19T19:50:37.369Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.internal.analysis.timing.ui.flamegraph.flamegraphView"' 15:50:37 [2019-07-19T19:50:37.626Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.internal.analysis.timing.ui.flamegraph.flamegraphView"' 15:50:37 [2019-07-19T19:50:37.884Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.internal.analysis.timing.ui.flamegraph.flamegraphView"' 15:50:38 [2019-07-19T19:50:38.141Z] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.971 s - in org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests.flamegraph.FlameGraphTest 15:50:38 [2019-07-19T19:50:38.141Z] tryMouseDoubleclickZoom(org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests.flamegraph.FlameGraphTest) Time elapsed: 0.984 s 15:50:38 [2019-07-19T19:50:38.141Z] cascadeTest(org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests.flamegraph.FlameGraphTest) Time elapsed: 0.181 s 15:50:38 [2019-07-19T19:50:38.141Z] multiFunctionRootsTest(org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests.flamegraph.FlameGraphTest) Time elapsed: 0.19 s 15:50:38 [2019-07-19T19:50:38.141Z] emptyStateSystemTest(org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests.flamegraph.FlameGraphTest) Time elapsed: 0.129 s 15:50:38 [2019-07-19T19:50:38.141Z] largeTest(org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests.flamegraph.FlameGraphTest) Time elapsed: 0.4 s 15:50:38 [2019-07-19T19:50:38.141Z] multiFunctionRootsSecondTest(org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests.flamegraph.FlameGraphTest) Time elapsed: 0.209 s 15:50:38 [2019-07-19T19:50:38.141Z] mergeSecondLevelCalleesTest(org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests.flamegraph.FlameGraphTest) Time elapsed: 0.179 s 15:50:38 [2019-07-19T19:50:38.141Z] mergeFirstLevelCalleesTest(org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests.flamegraph.FlameGraphTest) Time elapsed: 0.119 s 15:50:38 [2019-07-19T19:50:38.141Z] treeTest(org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests.flamegraph.FlameGraphTest) Time elapsed: 0.262 s 15:50:38 [2019-07-19T19:50:38.141Z] 15:50:38 [2019-07-19T19:50:38.141Z] Results: 15:50:38 [2019-07-19T19:50:38.141Z] 15:50:38 [2019-07-19T19:50:38.141Z] Tests run: 10, Failures: 0, Errors: 0, Skipped: 1 15:50:38 [2019-07-19T19:50:38.141Z] 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] All tests passed! 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests --- 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] Loading execution data file /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/../../target/jacoco.exec 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests' with 3 classes 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests --- 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/target/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests-1.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/1.0.2-SNAPSHOT/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests-1.0.2-SNAPSHOT.jar 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/1.0.2-SNAPSHOT/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests-1.0.2-SNAPSHOT.pom 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/target/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests-1.0.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/1.0.2-SNAPSHOT/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests-1.0.2-SNAPSHOT-sources.jar 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/target/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests-1.0.2-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/1.0.2-SNAPSHOT/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests-1.0.2-SNAPSHOT-pack200.jar.pack.gz 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/1.0.2-SNAPSHOT/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests-1.0.2-SNAPSHOT-p2metadata.xml 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/1.0.2-SNAPSHOT/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests-1.0.2-SNAPSHOT-p2artifacts.xml 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests --- 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] ---< org.eclipse.tracecompass:org.eclipse.tracecompass.lttng-parent >--- 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] Building Trace Compass LTTng Support Parent 5.0.0-SNAPSHOT [45/134] 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] --------------------------------[ pom ]--------------------------------- 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.lttng-parent --- 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.lttng-parent --- 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.lttng-parent --- 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/lttng/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.lttng-parent --- 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.lttng-parent --- 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.lttng-parent --- 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.lttng-parent --- 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.lttng-parent --- 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] Skipping JaCoCo execution due to missing execution data file. 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.lttng-parent --- 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng-parent/5.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng-parent-5.0.0-SNAPSHOT.pom 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.common.core >-- 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] Building org.eclipse.tracecompass.lttng2.common.core 1.1.1-SNAPSHOT [46/134] 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.lttng2.common.core --- 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.lttng2.common.core --- 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] The project's OSGi version is 1.1.1.201907191907 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.lttng2.common.core --- 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.lttng2.common.core --- 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.lttng2.common.core --- 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.lttng2.common.core --- 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.common.core/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.lttng2.common.core --- 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.common.core/src/main/resources 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.lttng2.common.core --- 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] Compiling 4 source files to /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.common.core/target/classes 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.lttng2.common.core --- 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.common.core/src/test/resources 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.lttng2.common.core --- 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.common.core/target/org.eclipse.tracecompass.lttng2.common.core-1.1.1-SNAPSHOT-sources.jar 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.lttng2.common.core --- 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.lttng2.common.core --- 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.common.core/target/org.eclipse.tracecompass.lttng2.common.core-1.1.1-SNAPSHOT.jar 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.lttng2.common.core --- 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.lttng2.common.core --- 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.lttng2.common.core --- 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.common.core/target/org.eclipse.tracecompass.lttng2.common.core-1.1.1-SNAPSHOT.jar 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.lttng2.common.core --- 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.lttng2.common.core --- 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] Loading execution data file /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.common.core/../../target/jacoco.exec 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.common.core' with 2 classes 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.lttng2.common.core --- 15:50:40 [2019-07-19T19:50:40.664Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.common.core/target/org.eclipse.tracecompass.lttng2.common.core-1.1.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.common.core/1.1.1-SNAPSHOT/org.eclipse.tracecompass.lttng2.common.core-1.1.1-SNAPSHOT.jar 15:50:40 [2019-07-19T19:50:40.921Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.common.core/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.common.core/1.1.1-SNAPSHOT/org.eclipse.tracecompass.lttng2.common.core-1.1.1-SNAPSHOT.pom 15:50:40 [2019-07-19T19:50:40.921Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.common.core/target/org.eclipse.tracecompass.lttng2.common.core-1.1.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.common.core/1.1.1-SNAPSHOT/org.eclipse.tracecompass.lttng2.common.core-1.1.1-SNAPSHOT-sources.jar 15:50:40 [2019-07-19T19:50:40.921Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.common.core/target/org.eclipse.tracecompass.lttng2.common.core-1.1.1-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.common.core/1.1.1-SNAPSHOT/org.eclipse.tracecompass.lttng2.common.core-1.1.1-SNAPSHOT-pack200.jar.pack.gz 15:50:40 [2019-07-19T19:50:40.921Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.common.core/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.common.core/1.1.1-SNAPSHOT/org.eclipse.tracecompass.lttng2.common.core-1.1.1-SNAPSHOT-p2metadata.xml 15:50:40 [2019-07-19T19:50:40.921Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.common.core/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.common.core/1.1.1-SNAPSHOT/org.eclipse.tracecompass.lttng2.common.core-1.1.1-SNAPSHOT-p2artifacts.xml 15:50:40 [2019-07-19T19:50:40.921Z] [INFO] 15:50:40 [2019-07-19T19:50:40.921Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.lttng2.common.core --- 15:50:40 [2019-07-19T19:50:40.921Z] [INFO] 15:50:40 [2019-07-19T19:50:40.921Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.analysis.xml.core >-- 15:50:40 [2019-07-19T19:50:40.921Z] [INFO] Building org.eclipse.tracecompass.tmf.analysis.xml.core 3.2.2-SNAPSHOT [47/134] 15:50:40 [2019-07-19T19:50:40.921Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 15:50:40 [2019-07-19T19:50:40.921Z] [INFO] 15:50:40 [2019-07-19T19:50:40.921Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.tmf.analysis.xml.core --- 15:50:40 [2019-07-19T19:50:40.921Z] [INFO] 15:50:40 [2019-07-19T19:50:40.921Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.tmf.analysis.xml.core --- 15:50:40 [2019-07-19T19:50:40.921Z] [INFO] The project's OSGi version is 3.2.2.201907191907 15:50:40 [2019-07-19T19:50:40.921Z] [INFO] 15:50:40 [2019-07-19T19:50:40.921Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.tmf.analysis.xml.core --- 15:50:40 [2019-07-19T19:50:40.921Z] [INFO] 15:50:40 [2019-07-19T19:50:40.921Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.tmf.analysis.xml.core --- 15:50:40 [2019-07-19T19:50:40.921Z] [INFO] 15:50:40 [2019-07-19T19:50:40.921Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.tmf.analysis.xml.core --- 15:50:40 [2019-07-19T19:50:40.921Z] [INFO] 15:50:40 [2019-07-19T19:50:40.921Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.tmf.analysis.xml.core --- 15:50:40 [2019-07-19T19:50:40.921Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 15:50:40 [2019-07-19T19:50:40.921Z] [INFO] 15:50:40 [2019-07-19T19:50:40.921Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.tmf.analysis.xml.core --- 15:50:40 [2019-07-19T19:50:40.921Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:50:40 [2019-07-19T19:50:40.921Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/main/resources 15:50:40 [2019-07-19T19:50:40.921Z] [INFO] 15:50:40 [2019-07-19T19:50:40.921Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.tmf.analysis.xml.core --- 15:50:40 [2019-07-19T19:50:40.921Z] [INFO] Compiling 94 source files to /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/target/classes 15:50:41 [2019-07-19T19:50:41.853Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/core/fsm/compile/TmfXmlFsmStateCu.java:[83] 15:50:41 [2019-07-19T19:50:41.853Z] return new DataDrivenFsm(getId(), fInitialState.generate(), states, fPreCondition.generate(), fConsuming, fMultipleInstances); 15:50:41 [2019-07-19T19:50:41.853Z] ^^^^^^ 15:50:41 [2019-07-19T19:50:41.853Z] Null type safety (type annotations): The expression of type 'Map<@NonNull String,@NonNull DataDrivenFsmSimpleState>' needs unchecked conversion to conform to '@NonNull Map<@NonNull String,@NonNull DataDrivenFsmSimpleState>' 15:50:41 [2019-07-19T19:50:41.853Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/core/fsm/model/DataDrivenActionSegment.java:[79] 15:50:41 [2019-07-19T19:50:41.853Z] Object value = field.getValue().getValue(event, ITmfStateSystem.ROOT_ATTRIBUTE, scenarioInfo, container); 15:50:41 [2019-07-19T19:50:41.853Z] ^^^^^^^^^^^^^^^^ 15:50:41 [2019-07-19T19:50:41.853Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Map.Entry<@NonNull String,@NonNull DataDrivenValue>'. Type 'Map.Entry<K,V>' doesn't seem to be designed with null type annotations in mind 15:50:41 [2019-07-19T19:50:41.853Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/core/module/IXmlStateSystemContainer.java:[23] 15:50:41 [2019-07-19T19:50:41.853Z] * {@link org.eclipse.tracecompass.internal.tmf.analysis.xml.core.model} package 15:50:41 [2019-07-19T19:50:41.853Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:50:41 [2019-07-19T19:50:41.853Z] Javadoc: org.eclipse.tracecompass.internal.tmf.analysis.xml.core.model cannot be resolved to a type 15:50:41 [2019-07-19T19:50:41.853Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/core/output/DataDrivenTimeGraphDataProvider.java:[162] 15:50:41 [2019-07-19T19:50:41.853Z] for (Entry<ITmfStateSystem, Map<Integer, Long>> ssEntry : table.rowMap().entrySet()) { 15:50:41 [2019-07-19T19:50:41.853Z] ^^^^^^^^^^^^^^^^^^^^^^^^^ 15:50:41 [2019-07-19T19:50:41.853Z] Null type safety (type annotations): The expression of type 'Map.@NonNull Entry<@NonNull ITmfStateSystem,Map<@NonNull Integer,@NonNull Long>>' needs unchecked conversion to conform to 'Map.Entry<@NonNull ITmfStateSystem,@NonNull Map<@NonNull Integer,@NonNull Long>>' 15:50:41 [2019-07-19T19:50:41.853Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/core/output/DataDrivenTimeGraphDataProvider.java:[186] 15:50:41 [2019-07-19T19:50:41.853Z] for (ITmfStateInterval interval : ss.query2D(idToDisplayQuark.keySet(), getTimes(ss, timesRequested))) { 15:50:41 [2019-07-19T19:50:41.853Z] ^^^^^^^^^^^^^^ 15:50:41 [2019-07-19T19:50:41.853Z] Null type mismatch: required '@NonNull List<@NonNull Long>' but the provided value is inferred as @Nullable 15:50:41 [2019-07-19T19:50:41.853Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/core/fsm/model/DataDrivenActionUpdateStoredFields.java:[55] 15:50:41 [2019-07-19T19:50:41.853Z] final String alias = entry.getValue(); 15:50:41 [2019-07-19T19:50:41.853Z] ^^^^^^^^^^^^^^^^ 15:50:41 [2019-07-19T19:50:41.853Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Map.Entry<@NonNull String,@NonNull String>'. Type 'Map.Entry<K,V>' doesn't seem to be designed with null type annotations in mind 15:50:41 [2019-07-19T19:50:41.853Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/core/fsm/compile/TmfXmlActionCu.java:[160] 15:50:41 [2019-07-19T19:50:41.853Z] fields.put(fieldEntry.getKey(), fieldEntry.getValue().generate()); 15:50:41 [2019-07-19T19:50:41.853Z] ^^^^^^^^^^^^^^^^^^^^^ 15:50:41 [2019-07-19T19:50:41.853Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Map.Entry<@NonNull String,@NonNull TmfXmlStateValueCu>'. Type 'Map.Entry<K,V>' doesn't seem to be designed with null type annotations in mind 15:50:41 [2019-07-19T19:50:41.853Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/core/module/XmlTimeGraphDataProvider.java:[238] 15:50:41 [2019-07-19T19:50:41.853Z] TmfXmlStateSystemPathCu displayCu = TmfXmlStateSystemPathCu.compile(parentEntry.getAnalysisCompilationData(), Collections.singletonList(displayElement)); 15:50:41 [2019-07-19T19:50:41.853Z] ^^^^^^^^^^^^^^ 15:50:41 [2019-07-19T19:50:41.853Z] Null type safety (type annotations): The expression of type 'Element' needs unchecked conversion to conform to '@NonNull Element' 15:50:41 [2019-07-19T19:50:41.853Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/core/module/XmlTimeGraphDataProvider.java:[259] 15:50:41 [2019-07-19T19:50:41.853Z] buildEntry(ss, subEntryEl, currentEntry, quark, regex, currentEnd, entryList); 15:50:41 [2019-07-19T19:50:41.853Z] ^^^^^ 15:50:41 [2019-07-19T19:50:41.853Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:50:41 [2019-07-19T19:50:41.853Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/core/module/XmlTimeGraphDataProvider.java:[403] 15:50:41 [2019-07-19T19:50:41.853Z] return quarkToRow.values(); 15:50:41 [2019-07-19T19:50:41.853Z] ^^^^^^^^^^^^^^^^^^^ 15:50:41 [2019-07-19T19:50:41.853Z] Null type safety (type annotations): The expression of type '@NonNull Collection<ITimeGraphRowModel>' needs unchecked conversion to conform to '@NonNull Collection<@NonNull ITimeGraphRowModel>' 15:50:41 [2019-07-19T19:50:41.853Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/tmf/analysis/xml/core/module/XmlDataProviderManager.java:[122] 15:50:41 [2019-07-19T19:50:41.853Z] provider = generateExperimentProviderXy(traces, viewElement); 15:50:41 [2019-07-19T19:50:41.853Z] ^^^^^^ 15:50:41 [2019-07-19T19:50:41.853Z] Null type safety (type annotations): The expression of type 'Collection<ITmfTrace>' needs unchecked conversion to conform to 'Collection<@NonNull ITmfTrace>' 15:50:41 [2019-07-19T19:50:41.853Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/tmf/analysis/xml/core/module/XmlDataProviderManager.java:[184] 15:50:41 [2019-07-19T19:50:41.853Z] provider = generateExperimentProviderTimeGraph(traces, viewElement); 15:50:41 [2019-07-19T19:50:41.853Z] ^^^^^^ 15:50:41 [2019-07-19T19:50:41.853Z] Null type safety (type annotations): The expression of type 'Collection<ITmfTrace>' needs unchecked conversion to conform to 'Collection<@NonNull ITmfTrace>' 15:50:41 [2019-07-19T19:50:41.853Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/core/segment/TmfXmlPatternSegment.java:[175] 15:50:41 [2019-07-19T19:50:41.853Z] buffer.putString(entry.getKey()); 15:50:41 [2019-07-19T19:50:41.853Z] ^^^^^^^^^^^^^^ 15:50:41 [2019-07-19T19:50:41.853Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:50:41 [2019-07-19T19:50:41.853Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/core/segment/TmfXmlPatternSegment.java:[202] 15:50:41 [2019-07-19T19:50:41.853Z] size += SafeByteBufferFactory.getStringSizeInBuffer(entry.getKey()); 15:50:41 [2019-07-19T19:50:41.853Z] ^^^^^^^^^^^^^^ 15:50:41 [2019-07-19T19:50:41.853Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:50:41 [2019-07-19T19:50:41.853Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/core/module/XmlXYDataProvider.java:[265] 15:50:41 [2019-07-19T19:50:41.853Z] series.getValue().getData()[i] = extractValue(value); 15:50:41 [2019-07-19T19:50:41.853Z] ^^^^^^^^^^^^^^^^^ 15:50:41 [2019-07-19T19:50:41.853Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Map.Entry<@NonNull Integer,@NonNull IYModel>'. Type 'Map.Entry<K,V>' doesn't seem to be designed with null type annotations in mind 15:50:41 [2019-07-19T19:50:41.853Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/core/module/XmlXYDataProvider.java:[273] 15:50:41 [2019-07-19T19:50:41.853Z] getSeriesDelta(series.getValue().getData()); 15:50:41 [2019-07-19T19:50:41.853Z] ^^^^^^^^^^^^^^^^^ 15:50:41 [2019-07-19T19:50:41.853Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Map.Entry<@NonNull Integer,@NonNull IYModel>'. Type 'Map.Entry<K,V>' doesn't seem to be designed with null type annotations in mind 15:50:41 [2019-07-19T19:50:41.853Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/core/module/XmlXYDataProvider.java:[277] 15:50:41 [2019-07-19T19:50:41.853Z] return TmfXyResponseFactory.createFailedResponse(e.getMessage()); 15:50:41 [2019-07-19T19:50:41.853Z] ^^^^^^^^^^^^^^ 15:50:41 [2019-07-19T19:50:41.853Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:50:41 [2019-07-19T19:50:41.853Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/core/module/XmlXYDataProvider.java:[281] 15:50:41 [2019-07-19T19:50:41.853Z] return TmfXyResponseFactory.create(TITLE, xValues, Maps.uniqueIndex(map.values(), yModel -> Long.toString(yModel.getId())), complete); 15:50:41 [2019-07-19T19:50:41.853Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:50:41 [2019-07-19T19:50:41.853Z] Null type safety (type annotations): The expression of type 'ImmutableMap<@NonNull String,@NonNull IYModel>' needs unchecked conversion to conform to '@NonNull Map<@NonNull String,@NonNull IYModel>', corresponding supertype is 'Map<@NonNull String,@NonNull IYModel>' 15:50:41 [2019-07-19T19:50:41.853Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/core/module/XmlXYDataProvider.java:[281] 15:50:41 [2019-07-19T19:50:41.853Z] return TmfXyResponseFactory.create(TITLE, xValues, Maps.uniqueIndex(map.values(), yModel -> Long.toString(yModel.getId())), complete); 15:50:41 [2019-07-19T19:50:41.853Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:50:41 [2019-07-19T19:50:41.853Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:50:41 [2019-07-19T19:50:41.853Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/core/module/XmlXYDataProvider.java:[368] 15:50:41 [2019-07-19T19:50:41.853Z] builder.add(new TmfTreeDataModel(fTraceId, -1, Collections.singletonList(getTrace().getName()))); 15:50:41 [2019-07-19T19:50:41.853Z] ^^^^^^^^^^^^^^^^^^^^ 15:50:41 [2019-07-19T19:50:41.853Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:50:41 [2019-07-19T19:50:41.853Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/core/output/DataDrivenXYDataProvider.java:[177] 15:50:41 [2019-07-19T19:50:41.853Z] int attributeQuark = series.getKey().fQuark; 15:50:41 [2019-07-19T19:50:41.853Z] ^^^^^^^^^^^^^^^ 15:50:41 [2019-07-19T19:50:41.853Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Map.Entry<DataDrivenXYDataProvider.@NonNull DisplayElement,@NonNull IYModel>'. Type 'Map.Entry<K,V>' doesn't seem to be designed with null type annotations in mind 15:50:41 [2019-07-19T19:50:41.853Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/core/output/DataDrivenXYDataProvider.java:[180] 15:50:41 [2019-07-19T19:50:41.853Z] series.getValue().getData()[i] = extractValue(value); 15:50:41 [2019-07-19T19:50:41.853Z] ^^^^^^^^^^^^^^^^^ 15:50:41 [2019-07-19T19:50:41.853Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Map.Entry<DataDrivenXYDataProvider.@NonNull DisplayElement,@NonNull IYModel>'. Type 'Map.Entry<K,V>' doesn't seem to be designed with null type annotations in mind 15:50:41 [2019-07-19T19:50:41.853Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/core/output/DataDrivenXYDataProvider.java:[187] 15:50:41 [2019-07-19T19:50:41.853Z] if (series.getKey().fDisplayType.equals(DisplayType.DELTA)) { 15:50:41 [2019-07-19T19:50:41.853Z] ^^^^^^^^^^^^^^^ 15:50:41 [2019-07-19T19:50:41.853Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Map.Entry<DataDrivenXYDataProvider.@NonNull DisplayElement,@NonNull IYModel>'. Type 'Map.Entry<K,V>' doesn't seem to be designed with null type annotations in mind 15:50:41 [2019-07-19T19:50:41.853Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/core/output/DataDrivenXYDataProvider.java:[188] 15:50:41 [2019-07-19T19:50:41.853Z] getSeriesDelta(series.getValue().getData()); 15:50:41 [2019-07-19T19:50:41.853Z] ^^^^^^^^^^^^^^^^^ 15:50:41 [2019-07-19T19:50:41.853Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Map.Entry<DataDrivenXYDataProvider.@NonNull DisplayElement,@NonNull IYModel>'. Type 'Map.Entry<K,V>' doesn't seem to be designed with null type annotations in mind 15:50:41 [2019-07-19T19:50:41.853Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/core/output/DataDrivenXYDataProvider.java:[192] 15:50:41 [2019-07-19T19:50:41.853Z] return TmfXyResponseFactory.createFailedResponse(e.getMessage()); 15:50:41 [2019-07-19T19:50:41.853Z] ^^^^^^^^^^^^^^ 15:50:41 [2019-07-19T19:50:41.853Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:50:41 [2019-07-19T19:50:41.853Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/core/output/DataDrivenXYDataProvider.java:[196] 15:50:41 [2019-07-19T19:50:41.853Z] return TmfXyResponseFactory.create(TITLE, xValues, Maps.uniqueIndex(map.values(), value -> Long.toString(value.getId())), complete); 15:50:41 [2019-07-19T19:50:41.853Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:50:41 [2019-07-19T19:50:41.853Z] Null type safety (type annotations): The expression of type 'ImmutableMap<@NonNull String,@NonNull IYModel>' needs unchecked conversion to conform to '@NonNull Map<@NonNull String,@NonNull IYModel>', corresponding supertype is 'Map<@NonNull String,@NonNull IYModel>' 15:50:41 [2019-07-19T19:50:41.853Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/core/output/DataDrivenXYDataProvider.java:[196] 15:50:41 [2019-07-19T19:50:41.853Z] return TmfXyResponseFactory.create(TITLE, xValues, Maps.uniqueIndex(map.values(), value -> Long.toString(value.getId())), complete); 15:50:41 [2019-07-19T19:50:41.853Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:50:41 [2019-07-19T19:50:41.853Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:50:41 [2019-07-19T19:50:41.853Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/core/pattern/stateprovider/XmlPatternAnalysis.java:[319] 15:50:41 [2019-07-19T19:50:41.853Z] return ((TmfXmlPatternSegment) segment).getContent().entrySet().stream().map(c -> c.getKey() + '=' + c.getValue()).collect(Collectors.joining(", ")); //$NON-NLS-1$ 15:50:41 [2019-07-19T19:50:41.853Z] ^^^^^^^^^^^^^^^^^^^^^^^^ 15:50:41 [2019-07-19T19:50:41.853Z] Null type safety (type annotations): The expression of type 'Collector<CharSequence,capture#of ?,String>' needs unchecked conversion to conform to 'Collector<? super String,capture#of ?,@Nullable String>' 15:50:41 [2019-07-19T19:50:41.853Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/core/pattern/stateprovider/XmlPatternAnalysis.java:[354] 15:50:41 [2019-07-19T19:50:41.853Z] properties.put(Objects.requireNonNull(Messages.PatternAnalysis_StateSystemPrefix + ' ' +entry.getKey()), entry.getValue()); 15:50:41 [2019-07-19T19:50:41.853Z] ^^^^^^^^^^^^^^^^ 15:50:41 [2019-07-19T19:50:41.853Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:50:41 [2019-07-19T19:50:41.853Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/core/pattern/stateprovider/XmlPatternAnalysis.java:[360] 15:50:41 [2019-07-19T19:50:41.853Z] properties.put(Objects.requireNonNull(Messages.PatternAnalysis_SegmentStorePrefix + ' ' +entry.getKey()), entry.getValue()); 15:50:41 [2019-07-19T19:50:41.853Z] ^^^^^^^^^^^^^^^^ 15:50:41 [2019-07-19T19:50:41.853Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15:50:41 [2019-07-19T19:50:41.853Z] 30 problems (30 warnings) 15:50:41 [2019-07-19T19:50:41.853Z] [INFO] 15:50:41 [2019-07-19T19:50:41.853Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.tmf.analysis.xml.core --- 15:50:41 [2019-07-19T19:50:41.853Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:50:41 [2019-07-19T19:50:41.853Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/test/resources 15:50:41 [2019-07-19T19:50:41.853Z] [INFO] 15:50:41 [2019-07-19T19:50:41.853Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.tmf.analysis.xml.core --- 15:50:42 [2019-07-19T19:50:42.110Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/target/org.eclipse.tracecompass.tmf.analysis.xml.core-3.2.2-SNAPSHOT-sources.jar 15:50:42 [2019-07-19T19:50:42.110Z] [INFO] 15:50:42 [2019-07-19T19:50:42.110Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.tmf.analysis.xml.core --- 15:50:42 [2019-07-19T19:50:42.110Z] [INFO] 15:50:42 [2019-07-19T19:50:42.110Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.tmf.analysis.xml.core --- 15:50:42 [2019-07-19T19:50:42.110Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/target/org.eclipse.tracecompass.tmf.analysis.xml.core-3.2.2-SNAPSHOT.jar 15:50:42 [2019-07-19T19:50:42.367Z] [INFO] 15:50:42 [2019-07-19T19:50:42.367Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.tmf.analysis.xml.core --- 15:50:42 [2019-07-19T19:50:42.367Z] [INFO] 15:50:42 [2019-07-19T19:50:42.367Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.tmf.analysis.xml.core --- 15:50:42 [2019-07-19T19:50:42.367Z] [INFO] 15:50:42 [2019-07-19T19:50:42.367Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.tmf.analysis.xml.core --- 15:50:42 [2019-07-19T19:50:42.367Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/target/org.eclipse.tracecompass.tmf.analysis.xml.core-3.2.2-SNAPSHOT.jar 15:50:42 [2019-07-19T19:50:42.625Z] [INFO] 15:50:42 [2019-07-19T19:50:42.625Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.tmf.analysis.xml.core --- 15:50:42 [2019-07-19T19:50:42.625Z] [INFO] 15:50:42 [2019-07-19T19:50:42.625Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.tmf.analysis.xml.core --- 15:50:42 [2019-07-19T19:50:42.625Z] [INFO] Loading execution data file /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/../../target/jacoco.exec 15:50:42 [2019-07-19T19:50:42.882Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.analysis.xml.core' with 128 classes 15:50:43 [2019-07-19T19:50:43.139Z] [INFO] 15:50:43 [2019-07-19T19:50:43.139Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.tmf.analysis.xml.core --- 15:50:43 [2019-07-19T19:50:43.139Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/target/org.eclipse.tracecompass.tmf.analysis.xml.core-3.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.analysis.xml.core/3.2.2-SNAPSHOT/org.eclipse.tracecompass.tmf.analysis.xml.core-3.2.2-SNAPSHOT.jar 15:50:43 [2019-07-19T19:50:43.139Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.analysis.xml.core/3.2.2-SNAPSHOT/org.eclipse.tracecompass.tmf.analysis.xml.core-3.2.2-SNAPSHOT.pom 15:50:43 [2019-07-19T19:50:43.139Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/target/org.eclipse.tracecompass.tmf.analysis.xml.core-3.2.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.analysis.xml.core/3.2.2-SNAPSHOT/org.eclipse.tracecompass.tmf.analysis.xml.core-3.2.2-SNAPSHOT-sources.jar 15:50:43 [2019-07-19T19:50:43.139Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/target/org.eclipse.tracecompass.tmf.analysis.xml.core-3.2.2-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.analysis.xml.core/3.2.2-SNAPSHOT/org.eclipse.tracecompass.tmf.analysis.xml.core-3.2.2-SNAPSHOT-pack200.jar.pack.gz 15:50:43 [2019-07-19T19:50:43.139Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.analysis.xml.core/3.2.2-SNAPSHOT/org.eclipse.tracecompass.tmf.analysis.xml.core-3.2.2-SNAPSHOT-p2metadata.xml 15:50:43 [2019-07-19T19:50:43.139Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.analysis.xml.core/3.2.2-SNAPSHOT/org.eclipse.tracecompass.tmf.analysis.xml.core-3.2.2-SNAPSHOT-p2artifacts.xml 15:50:43 [2019-07-19T19:50:43.139Z] [INFO] 15:50:43 [2019-07-19T19:50:43.139Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.tmf.analysis.xml.core --- 15:50:43 [2019-07-19T19:50:43.139Z] [INFO] 15:50:43 [2019-07-19T19:50:43.139Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.kernel.core >-- 15:50:43 [2019-07-19T19:50:43.139Z] [INFO] Building org.eclipse.tracecompass.lttng2.kernel.core 3.0.0-SNAPSHOT [48/134] 15:50:43 [2019-07-19T19:50:43.139Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 15:50:43 [2019-07-19T19:50:43.139Z] [INFO] 15:50:43 [2019-07-19T19:50:43.139Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.lttng2.kernel.core --- 15:50:43 [2019-07-19T19:50:43.139Z] [INFO] 15:50:43 [2019-07-19T19:50:43.139Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.lttng2.kernel.core --- 15:50:43 [2019-07-19T19:50:43.139Z] [INFO] The project's OSGi version is 3.0.0.201907191907 15:50:43 [2019-07-19T19:50:43.139Z] [INFO] 15:50:43 [2019-07-19T19:50:43.139Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.lttng2.kernel.core --- 15:50:43 [2019-07-19T19:50:43.139Z] [INFO] 15:50:43 [2019-07-19T19:50:43.139Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.lttng2.kernel.core --- 15:50:43 [2019-07-19T19:50:43.139Z] [INFO] 15:50:43 [2019-07-19T19:50:43.139Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.lttng2.kernel.core --- 15:50:43 [2019-07-19T19:50:43.140Z] [INFO] 15:50:43 [2019-07-19T19:50:43.140Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.lttng2.kernel.core --- 15:50:43 [2019-07-19T19:50:43.140Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 15:50:43 [2019-07-19T19:50:43.140Z] [INFO] 15:50:43 [2019-07-19T19:50:43.140Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.lttng2.kernel.core --- 15:50:43 [2019-07-19T19:50:43.140Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:50:43 [2019-07-19T19:50:43.140Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core/src/main/resources 15:50:43 [2019-07-19T19:50:43.140Z] [INFO] 15:50:43 [2019-07-19T19:50:43.140Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.lttng2.kernel.core --- 15:50:43 [2019-07-19T19:50:43.140Z] [INFO] Compiling 28 source files to /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core/target/classes 15:50:43 [2019-07-19T19:50:43.784Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core/src/org/eclipse/tracecompass/internal/lttng2/kernel/core/event/matching/TcpLttngEventMatching.java:[106] 15:50:43 [2019-07-19T19:50:43.784Z] Long sequence = content.getFieldValue(Long.class, layout.fieldPathTcpSeq()); 15:50:43 [2019-07-19T19:50:43.784Z] ^^^^^^^^^^^^^^^^^^^^^^^^ 15:50:43 [2019-07-19T19:50:43.784Z] Null type safety (type annotations): The expression of type 'String @NonNull[]' needs unchecked conversion to conform to '@NonNull String @NonNull[]' 15:50:43 [2019-07-19T19:50:43.784Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core/src/org/eclipse/tracecompass/internal/lttng2/kernel/core/event/matching/TcpLttngEventMatching.java:[107] 15:50:43 [2019-07-19T19:50:43.784Z] Long ack = content.getFieldValue(Long.class, layout.fieldPathTcpAckSeq()); 15:50:43 [2019-07-19T19:50:43.784Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:50:43 [2019-07-19T19:50:43.784Z] Null type safety (type annotations): The expression of type 'String @NonNull[]' needs unchecked conversion to conform to '@NonNull String @NonNull[]' 15:50:43 [2019-07-19T19:50:43.784Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core/src/org/eclipse/tracecompass/internal/lttng2/kernel/core/event/matching/TcpLttngEventMatching.java:[108] 15:50:43 [2019-07-19T19:50:43.784Z] Long flags = content.getFieldValue(Long.class, layout.fieldPathTcpFlags()); 15:50:43 [2019-07-19T19:50:43.784Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:50:43 [2019-07-19T19:50:43.784Z] Null type safety (type annotations): The expression of type 'String @NonNull[]' needs unchecked conversion to conform to '@NonNull String @NonNull[]' 15:50:43 [2019-07-19T19:50:43.784Z] 3 problems (3 warnings) 15:50:43 [2019-07-19T19:50:43.784Z] [INFO] 15:50:43 [2019-07-19T19:50:43.784Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.lttng2.kernel.core --- 15:50:43 [2019-07-19T19:50:43.784Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:50:43 [2019-07-19T19:50:43.784Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core/src/test/resources 15:50:43 [2019-07-19T19:50:43.784Z] [INFO] 15:50:43 [2019-07-19T19:50:43.784Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.lttng2.kernel.core --- 15:50:43 [2019-07-19T19:50:43.784Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core/target/org.eclipse.tracecompass.lttng2.kernel.core-3.0.0-SNAPSHOT-sources.jar 15:50:43 [2019-07-19T19:50:43.784Z] [INFO] 15:50:43 [2019-07-19T19:50:43.784Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.lttng2.kernel.core --- 15:50:43 [2019-07-19T19:50:43.784Z] [INFO] 15:50:43 [2019-07-19T19:50:43.784Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.lttng2.kernel.core --- 15:50:43 [2019-07-19T19:50:43.784Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core/target/org.eclipse.tracecompass.lttng2.kernel.core-3.0.0-SNAPSHOT.jar 15:50:43 [2019-07-19T19:50:43.784Z] [INFO] 15:50:43 [2019-07-19T19:50:43.784Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.lttng2.kernel.core --- 15:50:43 [2019-07-19T19:50:43.784Z] [INFO] 15:50:43 [2019-07-19T19:50:43.784Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.lttng2.kernel.core --- 15:50:43 [2019-07-19T19:50:43.784Z] [INFO] 15:50:43 [2019-07-19T19:50:43.784Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.lttng2.kernel.core --- 15:50:43 [2019-07-19T19:50:43.784Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core/target/org.eclipse.tracecompass.lttng2.kernel.core-3.0.0-SNAPSHOT.jar 15:50:44 [2019-07-19T19:50:44.041Z] [INFO] 15:50:44 [2019-07-19T19:50:44.041Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.lttng2.kernel.core --- 15:50:44 [2019-07-19T19:50:44.041Z] [INFO] 15:50:44 [2019-07-19T19:50:44.041Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.lttng2.kernel.core --- 15:50:44 [2019-07-19T19:50:44.041Z] [INFO] Loading execution data file /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core/../../target/jacoco.exec 15:50:44 [2019-07-19T19:50:44.041Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.kernel.core' with 28 classes 15:50:44 [2019-07-19T19:50:44.041Z] [INFO] 15:50:44 [2019-07-19T19:50:44.041Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.lttng2.kernel.core --- 15:50:44 [2019-07-19T19:50:44.041Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core/target/org.eclipse.tracecompass.lttng2.kernel.core-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.kernel.core/3.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.kernel.core-3.0.0-SNAPSHOT.jar 15:50:44 [2019-07-19T19:50:44.041Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.kernel.core/3.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.kernel.core-3.0.0-SNAPSHOT.pom 15:50:44 [2019-07-19T19:50:44.298Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core/target/org.eclipse.tracecompass.lttng2.kernel.core-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.kernel.core/3.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.kernel.core-3.0.0-SNAPSHOT-sources.jar 15:50:44 [2019-07-19T19:50:44.298Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core/target/org.eclipse.tracecompass.lttng2.kernel.core-3.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.kernel.core/3.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.kernel.core-3.0.0-SNAPSHOT-pack200.jar.pack.gz 15:50:44 [2019-07-19T19:50:44.298Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.kernel.core/3.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.kernel.core-3.0.0-SNAPSHOT-p2metadata.xml 15:50:44 [2019-07-19T19:50:44.298Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.kernel.core/3.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.kernel.core-3.0.0-SNAPSHOT-p2artifacts.xml 15:50:44 [2019-07-19T19:50:44.298Z] [INFO] 15:50:44 [2019-07-19T19:50:44.298Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.lttng2.kernel.core --- 15:50:44 [2019-07-19T19:50:44.298Z] [INFO] 15:50:44 [2019-07-19T19:50:44.298Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests >-- 15:50:44 [2019-07-19T19:50:44.298Z] [INFO] Building org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests 0.0.4-SNAPSHOT [49/134] 15:50:44 [2019-07-19T19:50:44.298Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- 15:50:44 [2019-07-19T19:50:44.298Z] [INFO] 15:50:44 [2019-07-19T19:50:44.298Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests --- 15:50:44 [2019-07-19T19:50:44.298Z] [INFO] 15:50:44 [2019-07-19T19:50:44.298Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests --- 15:50:44 [2019-07-19T19:50:44.298Z] [INFO] The project's OSGi version is 0.0.4.201907191907 15:50:44 [2019-07-19T19:50:44.298Z] [INFO] 15:50:44 [2019-07-19T19:50:44.298Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests --- 15:50:44 [2019-07-19T19:50:44.298Z] [INFO] 15:50:44 [2019-07-19T19:50:44.298Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests --- 15:50:44 [2019-07-19T19:50:44.298Z] [INFO] 15:50:44 [2019-07-19T19:50:44.298Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests --- 15:50:44 [2019-07-19T19:50:44.298Z] [INFO] 15:50:44 [2019-07-19T19:50:44.298Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests --- 15:50:44 [2019-07-19T19:50:44.298Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 15:50:44 [2019-07-19T19:50:44.298Z] [INFO] 15:50:44 [2019-07-19T19:50:44.298Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests --- 15:50:44 [2019-07-19T19:50:44.298Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:50:44 [2019-07-19T19:50:44.298Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/src/main/resources 15:50:44 [2019-07-19T19:50:44.298Z] [INFO] 15:50:44 [2019-07-19T19:50:44.298Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests --- 15:50:44 [2019-07-19T19:50:44.298Z] [INFO] Compiling 3 source files to /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/target/classes 15:50:44 [2019-07-19T19:50:44.555Z] [INFO] 15:50:44 [2019-07-19T19:50:44.555Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests --- 15:50:44 [2019-07-19T19:50:44.555Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:50:44 [2019-07-19T19:50:44.555Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/src/test/resources 15:50:44 [2019-07-19T19:50:44.555Z] [INFO] 15:50:44 [2019-07-19T19:50:44.555Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests --- 15:50:44 [2019-07-19T19:50:44.555Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/target/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests-0.0.4-SNAPSHOT-sources.jar 15:50:44 [2019-07-19T19:50:44.555Z] [INFO] 15:50:44 [2019-07-19T19:50:44.555Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests --- 15:50:44 [2019-07-19T19:50:44.555Z] [INFO] 15:50:44 [2019-07-19T19:50:44.555Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests --- 15:50:44 [2019-07-19T19:50:44.555Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/target/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests-0.0.4-SNAPSHOT.jar 15:50:44 [2019-07-19T19:50:44.812Z] [INFO] 15:50:44 [2019-07-19T19:50:44.812Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests --- 15:50:44 [2019-07-19T19:50:44.812Z] [INFO] 15:50:44 [2019-07-19T19:50:44.812Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests --- 15:50:44 [2019-07-19T19:50:44.812Z] [INFO] 15:50:44 [2019-07-19T19:50:44.812Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests --- 15:50:44 [2019-07-19T19:50:44.812Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/target/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests-0.0.4-SNAPSHOT.jar 15:50:44 [2019-07-19T19:50:44.812Z] [INFO] 15:50:44 [2019-07-19T19:50:44.812Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests --- 15:50:44 [2019-07-19T19:50:44.812Z] [INFO] 15:50:44 [2019-07-19T19:50:44.812Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests --- 15:50:46 [2019-07-19T19:50:46.706Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/target/work/data/.metadata/.log 15:50:46 [2019-07-19T19:50:46.707Z] [INFO] Command line: 15:50:46 [2019-07-19T19:50:46.707Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -nouithread, -consoleLog] 15:50:46 [2019-07-19T19:50:46.707Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass 15:50:50 [2019-07-19T19:50:50.881Z] !SESSION 2019-07-19 19:50:46.883 ----------------------------------------------- 15:50:50 [2019-07-19T19:50:50.881Z] eclipse.buildId=unknown 15:50:50 [2019-07-19T19:50:50.881Z] java.version=1.8.0_202 15:50:50 [2019-07-19T19:50:50.881Z] java.vendor=Oracle Corporation 15:50:50 [2019-07-19T19:50:50.881Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US 15:50:50 [2019-07-19T19:50:50.881Z] Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/target/surefire.properties -product org.eclipse.platform.ide -nouithread 15:50:50 [2019-07-19T19:50:50.881Z] Command-line arguments: -data /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/target/surefire.properties -product org.eclipse.platform.ide -nouithread -consoleLog 15:50:50 [2019-07-19T19:50:50.881Z] 15:50:50 [2019-07-19T19:50:50.881Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-19 19:50:50.084 15:50:50 [2019-07-19T19:50:50.881Z] !MESSAGE FrameworkEvent ERROR 15:50:50 [2019-07-19T19:50:50.881Z] !STACK 0 15:50:50 [2019-07-19T19:50:50.881Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [65] 15:50:50 [2019-07-19T19:50:50.881Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 15:50:50 [2019-07-19T19:50:50.881Z] 15:50:50 [2019-07-19T19:50:50.881Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 15:50:50 [2019-07-19T19:50:50.881Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 15:50:50 [2019-07-19T19:50:50.881Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 15:50:50 [2019-07-19T19:50:50.881Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 15:50:50 [2019-07-19T19:50:50.881Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 15:50:50 [2019-07-19T19:50:50.881Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 15:50:50 [2019-07-19T19:50:50.881Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 15:50:50 [2019-07-19T19:50:50.881Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 15:50:50 [2019-07-19T19:50:50.881Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 15:50:50 [2019-07-19T19:50:50.881Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 15:50:50 [2019-07-19T19:50:50.881Z] 15:50:50 [2019-07-19T19:50:50.881Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-19 19:50:50.279 15:50:50 [2019-07-19T19:50:50.881Z] !MESSAGE FrameworkEvent ERROR 15:50:50 [2019-07-19T19:50:50.881Z] !STACK 0 15:50:50 [2019-07-19T19:50:50.881Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [134] 15:50:50 [2019-07-19T19:50:50.881Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 15:50:50 [2019-07-19T19:50:50.881Z] Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)" 15:50:50 [2019-07-19T19:50:50.881Z] -> Export-Package: org.apache.http.impl.auth.win; bundle-symbolic-name="org.apache.httpcomponents.httpclient.win"; bundle-version="4.5.6.v20190213-1947"; version="4.5.6"; x-internal:="true"; uses:="org.apache.http,org.apache.http.auth,org.apache.http.client,org.apache.http.impl.auth,org.apache.http.protocol,org.apache.http.util" 15:50:50 [2019-07-19T19:50:50.881Z] org.apache.httpcomponents.httpclient.win [36] 15:50:50 [2019-07-19T19:50:50.881Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 15:50:50 [2019-07-19T19:50:50.881Z] 15:50:50 [2019-07-19T19:50:50.881Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 15:50:50 [2019-07-19T19:50:50.881Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 15:50:50 [2019-07-19T19:50:50.881Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 15:50:50 [2019-07-19T19:50:50.881Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 15:50:50 [2019-07-19T19:50:50.881Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 15:50:50 [2019-07-19T19:50:50.881Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 15:50:50 [2019-07-19T19:50:50.881Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 15:50:50 [2019-07-19T19:50:50.881Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 15:50:50 [2019-07-19T19:50:50.881Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 15:50:50 [2019-07-19T19:50:50.881Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 15:50:52 [2019-07-19T19:50:52.779Z] process 8907: D-Bus library appears to be incorrectly set up; failed to read machine uuid: UUID file '/etc/machine-id' should contain a hex string of length 32, not length 0, with no other text 15:50:52 [2019-07-19T19:50:52.779Z] See the manual page for dbus-uuidgen to correct this issue. 15:50:53 [2019-07-19T19:50:53.036Z] SWT SessionManagerDBus: Failed to connect to org.gnome.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory) 15:50:53 [2019-07-19T19:50:53.036Z] SWT SessionManagerDBus: Failed to connect to org.xfce.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory) 15:51:07 [2019-07-19T19:51:07.890Z] Running org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests.CounterViewPinAndCloneTest 15:51:07 [2019-07-19T19:51:07.890Z] Display size: 1440x900 15:51:07 [2019-07-19T19:51:07.890Z] OS version=3.10.0-957.21.3.el7.x86_64 15:51:07 [2019-07-19T19:51:07.890Z] GTK version=3.18.9 15:51:07 [2019-07-19T19:51:07.890Z] GTK theme=Ambiance 15:51:07 [2019-07-19T19:51:07.890Z] LIBOVERLAY_SCROLLBAR=0 15:51:07 [2019-07-19T19:51:07.890Z] Time zone: Coordinated Universal Time 15:51:07 [2019-07-19T19:51:07.890Z] log4j:WARN No appenders could be found for logger (org.eclipse.swtbot.swt.finder.widgets.SWTBotShell). 15:51:07 [2019-07-19T19:51:07.890Z] log4j:WARN Please initialize the log4j system properly. 15:51:08 [2019-07-19T19:51:08.455Z] *** BUG *** 15:51:08 [2019-07-19T19:51:08.455Z] In pixman_region32_init_rect: Invalid rectangle passed 15:51:08 [2019-07-19T19:51:08.455Z] Set a breakpoint on '_pixman_log_error' to debug 15:51:08 [2019-07-19T19:51:08.455Z] 15:51:08 [2019-07-19T19:51:08.455Z] *** BUG *** 15:51:08 [2019-07-19T19:51:08.455Z] In pixman_region32_init_rect: Invalid rectangle passed 15:51:08 [2019-07-19T19:51:08.455Z] Set a breakpoint on '_pixman_log_error' to debug 15:51:08 [2019-07-19T19:51:08.455Z] 15:51:08 [2019-07-19T19:51:08.712Z] *** BUG *** 15:51:08 [2019-07-19T19:51:08.712Z] In pixman_region32_init_rect: Invalid rectangle passed 15:51:08 [2019-07-19T19:51:08.712Z] Set a breakpoint on '_pixman_log_error' to debug 15:51:08 [2019-07-19T19:51:08.712Z] 15:51:08 [2019-07-19T19:51:08.968Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.counters.ui.view.counters"' 15:51:08 [2019-07-19T19:51:08.968Z] DEBUG - matched with text "", using matcher: of type 'Chart' 15:51:55 [2019-07-19T19:51:55.611Z] DEBUG - matched EditorReference with text "", using matcher: with name '"kernel_vm"' 15:51:55 [2019-07-19T19:51:55.611Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 15:51:55 [2019-07-19T19:51:55.611Z] DEBUG - number of items : 6 15:51:55 [2019-07-19T19:51:55.611Z] DEBUG - Clicking on ToolItem with tooltip text {Pin View} 15:51:55 [2019-07-19T19:51:55.611Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=197815671 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View} 15:51:55 [2019-07-19T19:51:55.611Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197815673 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View} 15:51:55 [2019-07-19T19:51:55.611Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=197815673 data=null doit=true} to ToolItem with tooltip text {Pin View} 15:51:55 [2019-07-19T19:51:55.611Z] DEBUG - Sent event FocusIn [15]: FocusEvent{ToolItem {} time=197815673 data=null} to ToolItem with tooltip text {Pin View} 15:51:55 [2019-07-19T19:51:55.611Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=197815674 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View} 15:51:55 [2019-07-19T19:51:55.611Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=197815674 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View} 15:51:55 [2019-07-19T19:51:55.611Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=197815674 data=null item=null detail=4 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Pin View} 15:51:55 [2019-07-19T19:51:55.611Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=197815858 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View} 15:51:55 [2019-07-19T19:51:55.611Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197815862 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View} 15:51:55 [2019-07-19T19:51:55.611Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=197815863 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View} 15:51:55 [2019-07-19T19:51:55.611Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=197815863 data=null doit=true} to ToolItem with tooltip text {Pin View} 15:51:55 [2019-07-19T19:51:55.611Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=197815864 data=null} to ToolItem with tooltip text {Pin View} 15:51:55 [2019-07-19T19:51:55.611Z] DEBUG - Clicked on ToolItem with tooltip text {Pin View} 15:51:55 [2019-07-19T19:51:55.611Z] DEBUG - matched MenuItem with text "Pin to kernel_vm", using matcher: with mnemonic 'Pin to kernel_vm' 15:51:55 [2019-07-19T19:51:55.611Z] DEBUG - Clicking on with mnemonic 'Pin to kernel_vm' 15:51:55 [2019-07-19T19:51:55.611Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Pin to kernel_vm} time=197815873 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Pin to kernel_vm' 15:51:55 [2019-07-19T19:51:55.611Z] DEBUG - Clicked on with mnemonic 'Pin to kernel_vm' 15:51:55 [2019-07-19T19:51:55.611Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Counters <kernel_vm>"' 15:51:55 [2019-07-19T19:51:55.611Z] DEBUG - number of items : 6 15:51:55 [2019-07-19T19:51:55.611Z] DEBUG - Clicking on ToolItem with tooltip text {Unpin View} 15:51:55 [2019-07-19T19:51:55.611Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=197816359 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Unpin View} 15:51:55 [2019-07-19T19:51:55.611Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197816359 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Unpin View} 15:51:55 [2019-07-19T19:51:55.611Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=197816360 data=null doit=true} to ToolItem with tooltip text {Unpin View} 15:51:55 [2019-07-19T19:51:55.611Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=197816360 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Unpin View} 15:51:55 [2019-07-19T19:51:55.611Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=197816361 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Unpin View} 15:51:55 [2019-07-19T19:51:55.611Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=197816361 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Unpin View} 15:51:55 [2019-07-19T19:51:55.611Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=197816377 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View} 15:51:55 [2019-07-19T19:51:55.611Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197816378 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View} 15:51:55 [2019-07-19T19:51:55.611Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=197816378 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View} 15:51:55 [2019-07-19T19:51:55.611Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=197816378 data=null doit=true} to ToolItem with tooltip text {Pin View} 15:51:55 [2019-07-19T19:51:55.611Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=197816435 data=null} to ToolItem with tooltip text {Pin View} 15:51:55 [2019-07-19T19:51:55.611Z] DEBUG - Clicked on ToolItem with tooltip text {Pin View} 15:51:55 [2019-07-19T19:51:55.611Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Counters"' 15:51:55 [2019-07-19T19:51:55.611Z] DEBUG - number of items : 6 15:51:55 [2019-07-19T19:51:55.611Z] DEBUG - Clicking on ToolItem with tooltip text {Pin View} 15:51:55 [2019-07-19T19:51:55.611Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=197816458 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View} 15:51:55 [2019-07-19T19:51:55.611Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197816458 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View} 15:51:55 [2019-07-19T19:51:55.611Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=197816458 data=null doit=true} to ToolItem with tooltip text {Pin View} 15:51:55 [2019-07-19T19:51:55.611Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=197816459 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View} 15:51:55 [2019-07-19T19:51:55.611Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=197816459 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View} 15:51:55 [2019-07-19T19:51:55.611Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=197816459 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Pin View} 15:51:55 [2019-07-19T19:51:55.611Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=197816462 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Unpin View} 15:51:55 [2019-07-19T19:51:55.611Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197816473 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Unpin View} 15:51:55 [2019-07-19T19:51:55.611Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=197816474 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Unpin View} 15:51:55 [2019-07-19T19:51:55.611Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=197816474 data=null doit=true} to ToolItem with tooltip text {Unpin View} 15:51:55 [2019-07-19T19:51:55.611Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=197816474 data=null} to ToolItem with tooltip text {Unpin View} 15:51:55 [2019-07-19T19:51:55.611Z] DEBUG - Clicked on ToolItem with tooltip text {Unpin View} 15:51:55 [2019-07-19T19:51:55.611Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Counters <kernel_vm>"' 15:51:55 [2019-07-19T19:51:55.611Z] DEBUG - number of items : 6 15:51:55 [2019-07-19T19:51:55.611Z] DEBUG - Clicking on ToolItem with tooltip text {Unpin View} 15:51:55 [2019-07-19T19:51:55.611Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=197816546 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Unpin View} 15:51:55 [2019-07-19T19:51:55.611Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197816546 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Unpin View} 15:51:55 [2019-07-19T19:51:55.611Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=197816546 data=null doit=true} to ToolItem with tooltip text {Unpin View} 15:51:55 [2019-07-19T19:51:55.611Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=197816546 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Unpin View} 15:51:55 [2019-07-19T19:51:55.611Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=197816547 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Unpin View} 15:51:55 [2019-07-19T19:51:55.611Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=197816547 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Unpin View} 15:51:55 [2019-07-19T19:51:55.611Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=197816565 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View} 15:51:55 [2019-07-19T19:51:55.611Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197816565 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View} 15:51:55 [2019-07-19T19:51:55.611Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=197816566 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View} 15:51:55 [2019-07-19T19:51:55.611Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=197816566 data=null doit=true} to ToolItem with tooltip text {Pin View} 15:51:55 [2019-07-19T19:51:55.611Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=197816566 data=null} to ToolItem with tooltip text {Pin View} 15:51:55 [2019-07-19T19:51:55.611Z] DEBUG - Clicked on ToolItem with tooltip text {Pin View} 15:51:55 [2019-07-19T19:51:55.611Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Counters"' 15:51:55 [2019-07-19T19:51:55.611Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.counters.ui.view.counters"' 15:51:55 [2019-07-19T19:51:55.611Z] DEBUG - matched with text "", using matcher: of type 'Chart' 15:51:56 [2019-07-19T19:51:56.543Z] DEBUG - matched EditorReference with text "", using matcher: with name '"kernel_vm"' 15:51:56 [2019-07-19T19:51:56.543Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 15:52:11 [2019-07-19T19:52:11.399Z] DEBUG - matched EditorReference with text "", using matcher: with name '"context-switches-kernel"' 15:52:11 [2019-07-19T19:52:11.399Z] DEBUG - number of items : 6 15:52:11 [2019-07-19T19:52:11.399Z] DEBUG - Clicking on ToolItem with tooltip text {Pin View} 15:52:11 [2019-07-19T19:52:11.399Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=197834151 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View} 15:52:11 [2019-07-19T19:52:11.399Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197834152 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View} 15:52:11 [2019-07-19T19:52:11.399Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=197834152 data=null doit=true} to ToolItem with tooltip text {Pin View} 15:52:11 [2019-07-19T19:52:11.399Z] DEBUG - Sent event FocusIn [15]: FocusEvent{ToolItem {} time=197834152 data=null} to ToolItem with tooltip text {Pin View} 15:52:11 [2019-07-19T19:52:11.399Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=197834152 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View} 15:52:11 [2019-07-19T19:52:11.399Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=197834153 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View} 15:52:11 [2019-07-19T19:52:11.399Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=197834153 data=null item=null detail=4 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Pin View} 15:52:11 [2019-07-19T19:52:11.399Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=197834280 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View} 15:52:11 [2019-07-19T19:52:11.399Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197834281 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View} 15:52:11 [2019-07-19T19:52:11.399Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=197834282 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View} 15:52:11 [2019-07-19T19:52:11.399Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=197834282 data=null doit=true} to ToolItem with tooltip text {Pin View} 15:52:11 [2019-07-19T19:52:11.399Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=197834282 data=null} to ToolItem with tooltip text {Pin View} 15:52:11 [2019-07-19T19:52:11.399Z] DEBUG - Clicked on ToolItem with tooltip text {Pin View} 15:52:11 [2019-07-19T19:52:11.399Z] DEBUG - matched MenuItem with text "Pin to context-switc...", using matcher: with mnemonic 'Pin to context-switches-kernel' 15:52:11 [2019-07-19T19:52:11.399Z] DEBUG - Clicking on ToolItem with tooltip text {Pin View} 15:52:11 [2019-07-19T19:52:11.399Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=197834650 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View} 15:52:11 [2019-07-19T19:52:11.399Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197834651 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View} 15:52:11 [2019-07-19T19:52:11.399Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=197834651 data=null doit=true} to ToolItem with tooltip text {Pin View} 15:52:11 [2019-07-19T19:52:11.399Z] DEBUG - Sent event FocusIn [15]: FocusEvent{ToolItem {} time=197834652 data=null} to ToolItem with tooltip text {Pin View} 15:52:11 [2019-07-19T19:52:11.399Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=197834652 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View} 15:52:11 [2019-07-19T19:52:11.399Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=197834652 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View} 15:52:11 [2019-07-19T19:52:11.399Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=197834653 data=null item=null detail=4 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Pin View} 15:52:11 [2019-07-19T19:52:11.399Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=197834779 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View} 15:52:11 [2019-07-19T19:52:11.399Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197834779 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View} 15:52:11 [2019-07-19T19:52:11.399Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=197834780 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View} 15:52:11 [2019-07-19T19:52:11.399Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=197834780 data=null doit=true} to ToolItem with tooltip text {Pin View} 15:52:11 [2019-07-19T19:52:11.399Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=197834780 data=null} to ToolItem with tooltip text {Pin View} 15:52:11 [2019-07-19T19:52:11.399Z] DEBUG - Clicked on ToolItem with tooltip text {Pin View} 15:52:11 [2019-07-19T19:52:11.399Z] DEBUG - matched MenuItem with text "Pin to kernel_vm", using matcher: with mnemonic 'Pin to kernel_vm' 15:52:11 [2019-07-19T19:52:11.399Z] DEBUG - Clicking on with mnemonic 'Pin to kernel_vm' 15:52:11 [2019-07-19T19:52:11.399Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Pin to kernel_vm} time=197834784 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Pin to kernel_vm' 15:52:11 [2019-07-19T19:52:11.399Z] DEBUG - Clicked on with mnemonic 'Pin to kernel_vm' 15:52:11 [2019-07-19T19:52:11.399Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Counters <kernel_vm>"' 15:52:11 [2019-07-19T19:52:11.657Z] DEBUG - matched EditorReference with text "", using matcher: with name '"kernel_vm"' 15:52:11 [2019-07-19T19:52:11.657Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 15:52:11 [2019-07-19T19:52:11.657Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 15:52:11 [2019-07-19T19:52:11.915Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Counters <kernel_vm>"' 15:52:11 [2019-07-19T19:52:11.915Z] DEBUG - matched EditorReference with text "", using matcher: with name '"context-switches-kernel"' 15:52:12 [2019-07-19T19:52:12.172Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 15:52:12 [2019-07-19T19:52:12.172Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 15:52:12 [2019-07-19T19:52:12.429Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Counters <kernel_vm>"' 15:52:12 [2019-07-19T19:52:12.686Z] DEBUG - matched EditorReference with text "", using matcher: with name '"kernel_vm"' 15:52:12 [2019-07-19T19:52:12.944Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 15:52:12 [2019-07-19T19:52:12.944Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 15:52:12 [2019-07-19T19:52:12.944Z] DEBUG - matched EditorReference with text "", using matcher: with name '"context-switches-kernel"' 15:52:12 [2019-07-19T19:52:12.944Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 15:52:12 [2019-07-19T19:52:12.944Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 15:52:12 [2019-07-19T19:52:12.944Z] DEBUG - number of items : 6 15:52:12 [2019-07-19T19:52:12.944Z] DEBUG - Clicking on ToolItem with tooltip text {Unpin View} 15:52:12 [2019-07-19T19:52:12.944Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=197837167 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Unpin View} 15:52:12 [2019-07-19T19:52:12.944Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197837167 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Unpin View} 15:52:12 [2019-07-19T19:52:12.944Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=197837167 data=null doit=true} to ToolItem with tooltip text {Unpin View} 15:52:12 [2019-07-19T19:52:12.944Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=197837167 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Unpin View} 15:52:12 [2019-07-19T19:52:12.944Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=197837168 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Unpin View} 15:52:12 [2019-07-19T19:52:12.944Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=197837168 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Unpin View} 15:52:13 [2019-07-19T19:52:13.201Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=197837239 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View} 15:52:13 [2019-07-19T19:52:13.201Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197837240 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View} 15:52:13 [2019-07-19T19:52:13.201Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=197837241 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View} 15:52:13 [2019-07-19T19:52:13.201Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=197837241 data=null doit=true} to ToolItem with tooltip text {Pin View} 15:52:13 [2019-07-19T19:52:13.201Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=197837241 data=null} to ToolItem with tooltip text {Pin View} 15:52:13 [2019-07-19T19:52:13.201Z] DEBUG - Clicked on ToolItem with tooltip text {Pin View} 15:52:13 [2019-07-19T19:52:13.201Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Counters"' 15:52:13 [2019-07-19T19:52:13.201Z] DEBUG - number of items : 6 15:52:13 [2019-07-19T19:52:13.201Z] DEBUG - Clicking on ToolItem with tooltip text {Pin View} 15:52:13 [2019-07-19T19:52:13.201Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=197837445 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View} 15:52:13 [2019-07-19T19:52:13.201Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197837446 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View} 15:52:13 [2019-07-19T19:52:13.201Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=197837446 data=null doit=true} to ToolItem with tooltip text {Pin View} 15:52:13 [2019-07-19T19:52:13.201Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=197837446 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View} 15:52:13 [2019-07-19T19:52:13.201Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=197837446 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View} 15:52:13 [2019-07-19T19:52:13.201Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=197837446 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Pin View} 15:52:13 [2019-07-19T19:52:13.201Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=197837449 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Unpin View} 15:52:13 [2019-07-19T19:52:13.201Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197837450 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Unpin View} 15:52:13 [2019-07-19T19:52:13.201Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=197837450 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Unpin View} 15:52:13 [2019-07-19T19:52:13.201Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=197837450 data=null doit=true} to ToolItem with tooltip text {Unpin View} 15:52:13 [2019-07-19T19:52:13.460Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=197837451 data=null} to ToolItem with tooltip text {Unpin View} 15:52:13 [2019-07-19T19:52:13.460Z] DEBUG - Clicked on ToolItem with tooltip text {Unpin View} 15:52:13 [2019-07-19T19:52:13.460Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Counters <context-switches-kernel>"' 15:52:13 [2019-07-19T19:52:13.460Z] DEBUG - matched EditorReference with text "", using matcher: with name '"context-switches-kernel"' 15:52:13 [2019-07-19T19:52:13.780Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.counters.ui.view.counters"' 15:52:13 [2019-07-19T19:52:13.780Z] DEBUG - matched with text "", using matcher: of type 'Chart' 15:52:17 [2019-07-19T19:52:17.956Z] DEBUG - matched EditorReference with text "", using matcher: with name '"kernel_vm"' 15:52:17 [2019-07-19T19:52:17.956Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 15:52:17 [2019-07-19T19:52:17.956Z] DEBUG - matched MenuItem with text "&New Counters view", using matcher: with mnemonic 'New Counters view' 15:52:18 [2019-07-19T19:52:18.213Z] DEBUG - matched MenuItem with text "pinned to kernel_vm", using matcher: with mnemonic 'pinned to kernel_vm' 15:52:18 [2019-07-19T19:52:18.213Z] DEBUG - Clicking on with mnemonic 'pinned to kernel_vm' 15:52:18 [2019-07-19T19:52:18.213Z] *** BUG *** 15:52:18 [2019-07-19T19:52:18.213Z] In pixman_region32_init_rect: Invalid rectangle passed 15:52:18 [2019-07-19T19:52:18.213Z] Set a breakpoint on '_pixman_log_error' to debug 15:52:18 [2019-07-19T19:52:18.213Z] 15:52:18 [2019-07-19T19:52:18.213Z] *** BUG *** 15:52:18 [2019-07-19T19:52:18.213Z] In pixman_region32_init_rect: Invalid rectangle passed 15:52:18 [2019-07-19T19:52:18.213Z] Set a breakpoint on '_pixman_log_error' to debug 15:52:18 [2019-07-19T19:52:18.213Z] 15:52:18 [2019-07-19T19:52:18.213Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {pinned to kernel_vm} time=197842285 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'pinned to kernel_vm' 15:52:18 [2019-07-19T19:52:18.469Z] DEBUG - Clicked on with mnemonic 'pinned to kernel_vm' 15:52:18 [2019-07-19T19:52:18.725Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Counters"' 15:52:18 [2019-07-19T19:52:18.725Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Counters <kernel_vm>"' 15:52:18 [2019-07-19T19:52:18.982Z] DEBUG - matched MenuItem with text "pinned to kernel_vm ...", using matcher: with mnemonic 'pinned to kernel_vm | new instance' 15:52:18 [2019-07-19T19:52:18.982Z] DEBUG - Clicking on with mnemonic 'pinned to kernel_vm | new instance' 15:52:18 [2019-07-19T19:52:18.982Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {pinned to kernel_vm | new instance} time=197843072 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'pinned to kernel_vm | new instance' 15:52:18 [2019-07-19T19:52:18.982Z] DEBUG - Clicked on with mnemonic 'pinned to kernel_vm | new instance' 15:52:18 [2019-07-19T19:52:18.982Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Counters"' 15:52:19 [2019-07-19T19:52:19.913Z] *** BUG *** 15:52:19 [2019-07-19T19:52:19.913Z] In pixman_region32_init_rect: Invalid rectangle passed 15:52:19 [2019-07-19T19:52:19.913Z] Set a breakpoint on '_pixman_log_error' to debug 15:52:19 [2019-07-19T19:52:19.913Z] 15:52:20 [2019-07-19T19:52:20.169Z] *** BUG *** 15:52:20 [2019-07-19T19:52:20.169Z] In pixman_region32_init_rect: Invalid rectangle passed 15:52:20 [2019-07-19T19:52:20.169Z] Set a breakpoint on '_pixman_log_error' to debug 15:52:20 [2019-07-19T19:52:20.169Z] 15:52:21 [2019-07-19T19:52:21.538Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Counters <kernel_vm | 2>"' 15:52:21 [2019-07-19T19:52:21.538Z] DEBUG - matched EditorReference with text "", using matcher: with name '"kernel_vm | 2"' 15:52:21 [2019-07-19T19:52:21.796Z] DEBUG - matched EditorReference with text "", using matcher: with name '"kernel_vm"' 15:52:22 [2019-07-19T19:52:22.359Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 15:52:22 [2019-07-19T19:52:22.359Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 15:52:22 [2019-07-19T19:52:22.359Z] DEBUG - number of items : 6 15:52:22 [2019-07-19T19:52:22.359Z] DEBUG - Clicking on ToolItem with tooltip text {Pin View} 15:52:22 [2019-07-19T19:52:22.359Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=197846340 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View} 15:52:22 [2019-07-19T19:52:22.359Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197846341 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View} 15:52:22 [2019-07-19T19:52:22.359Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=197846341 data=null doit=true} to ToolItem with tooltip text {Pin View} 15:52:22 [2019-07-19T19:52:22.359Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=197846341 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View} 15:52:22 [2019-07-19T19:52:22.359Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=197846342 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View} 15:52:22 [2019-07-19T19:52:22.359Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=197846342 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Pin View} 15:52:22 [2019-07-19T19:52:22.359Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=197846344 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Unpin View} 15:52:22 [2019-07-19T19:52:22.359Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=197846362 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Unpin View} 15:52:22 [2019-07-19T19:52:22.359Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=197846362 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Unpin View} 15:52:22 [2019-07-19T19:52:22.359Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=197846363 data=null doit=true} to ToolItem with tooltip text {Unpin View} 15:52:22 [2019-07-19T19:52:22.359Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=197846363 data=null} to ToolItem with tooltip text {Unpin View} 15:52:22 [2019-07-19T19:52:22.359Z] DEBUG - Clicked on ToolItem with tooltip text {Unpin View} 15:52:22 [2019-07-19T19:52:22.359Z] DEBUG - matched EditorReference with text "", using matcher: with name '"kernel_vm | 2"' 15:52:22 [2019-07-19T19:52:22.616Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 15:52:22 [2019-07-19T19:52:22.616Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 15:52:23 [2019-07-19T19:52:23.985Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=197847862 data=null doit=true} to Shell with text {data - Eclipse Platform} 15:52:23 [2019-07-19T19:52:23.985Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' 15:52:23 [2019-07-19T19:52:23.985Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:52:23 [2019-07-19T19:52:23.985Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:52:23 [2019-07-19T19:52:23.985Z] DEBUG - Attempting to set focus on Tree with text {} 15:52:23 [2019-07-19T19:52:23.985Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=197847969 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 15:52:23 [2019-07-19T19:52:23.985Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=197847969 data=null doit=true} to TreeItem with text {test} 15:52:23 [2019-07-19T19:52:23.985Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=197847970 data=null} to TreeItem with text {test} 15:52:23 [2019-07-19T19:52:23.985Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=197847970 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 15:52:23 [2019-07-19T19:52:23.985Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197847971 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 15:52:23 [2019-07-19T19:52:23.985Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=197848058 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 15:52:24 [2019-07-19T19:52:24.243Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' 15:52:24 [2019-07-19T19:52:24.243Z] DEBUG - Clicking on with mnemonic 'Delete' 15:52:24 [2019-07-19T19:52:24.243Z] DEBUG - Clicked on with mnemonic 'Delete' 15:52:24 [2019-07-19T19:52:24.807Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' 15:52:24 [2019-07-19T19:52:24.807Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} 15:52:24 [2019-07-19T19:52:24.807Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 15:52:24 [2019-07-19T19:52:24.807Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' 15:52:24 [2019-07-19T19:52:24.807Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') 15:52:24 [2019-07-19T19:52:24.807Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 15:52:24 [2019-07-19T19:52:24.807Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:52:24 [2019-07-19T19:52:24.807Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:52:24 [2019-07-19T19:52:24.807Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') 15:52:24 [2019-07-19T19:52:24.807Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected 15:52:24 [2019-07-19T19:52:24.807Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197849038 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:52:24 [2019-07-19T19:52:24.807Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197849039 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:52:24 [2019-07-19T19:52:24.807Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=197849039 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:52:24 [2019-07-19T19:52:24.807Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=197849040 data=null} to (of type 'Button' and with style 'SWT.CHECK') 15:52:24 [2019-07-19T19:52:24.807Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197849040 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:52:24 [2019-07-19T19:52:24.807Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197849040 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:52:24 [2019-07-19T19:52:24.807Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=197849041 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:52:24 [2019-07-19T19:52:24.807Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197849041 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:52:24 [2019-07-19T19:52:24.807Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197849041 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:52:24 [2019-07-19T19:52:24.807Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197849042 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:52:24 [2019-07-19T19:52:24.807Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=197849042 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:52:24 [2019-07-19T19:52:24.807Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=197849042 data=null} to (of type 'Button' and with style 'SWT.CHECK') 15:52:24 [2019-07-19T19:52:24.807Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') 15:52:24 [2019-07-19T19:52:24.807Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 15:52:24 [2019-07-19T19:52:24.807Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 15:52:24 [2019-07-19T19:52:24.807Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:52:24 [2019-07-19T19:52:24.807Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:52:24 [2019-07-19T19:52:24.807Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 15:52:24 [2019-07-19T19:52:24.807Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:52:24 [2019-07-19T19:52:24.807Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:52:25 [2019-07-19T19:52:25.064Z] DEBUG - Clicking on OK 15:52:25 [2019-07-19T19:52:25.064Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=197849058 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:52:25 [2019-07-19T19:52:25.064Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=197849058 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:52:25 [2019-07-19T19:52:25.064Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=197849058 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:52:25 [2019-07-19T19:52:25.064Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=197849059 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:52:25 [2019-07-19T19:52:25.064Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=197849059 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:52:25 [2019-07-19T19:52:25.064Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=197849059 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:52:25 [2019-07-19T19:52:25.064Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:52:25 [2019-07-19T19:52:25.064Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:52:25 [2019-07-19T19:52:25.064Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:52:25 [2019-07-19T19:52:25.064Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:52:25 [2019-07-19T19:52:25.064Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:52:25 [2019-07-19T19:52:25.064Z] DEBUG - Clicked on OK 15:52:26 [2019-07-19T19:52:26.434Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=197849060 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:52:26 [2019-07-19T19:52:26.434Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=197848336 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' 15:52:26 [2019-07-19T19:52:26.691Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 80.898 s - in org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests.CounterViewPinAndCloneTest 15:52:26 [2019-07-19T19:52:26.691Z] testPinSingleTrace(org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests.CounterViewPinAndCloneTest) Time elapsed: 44.488 s 15:52:26 [2019-07-19T19:52:26.691Z] testPinTwoTraces(org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests.CounterViewPinAndCloneTest) Time elapsed: 20.988 s 15:52:26 [2019-07-19T19:52:26.691Z] testCloneSingleTrace(org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests.CounterViewPinAndCloneTest) Time elapsed: 10.012 s 15:52:26 [2019-07-19T19:52:26.691Z] Running org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests.CounterViewTest 15:52:26 [2019-07-19T19:52:26.947Z] *** BUG *** 15:52:26 [2019-07-19T19:52:26.947Z] In pixman_region32_init_rect: Invalid rectangle passed 15:52:26 [2019-07-19T19:52:26.947Z] Set a breakpoint on '_pixman_log_error' to debug 15:52:26 [2019-07-19T19:52:26.947Z] 15:52:26 [2019-07-19T19:52:26.947Z] *** BUG *** 15:52:26 [2019-07-19T19:52:26.947Z] In pixman_region32_init_rect: Invalid rectangle passed 15:52:26 [2019-07-19T19:52:26.947Z] Set a breakpoint on '_pixman_log_error' to debug 15:52:26 [2019-07-19T19:52:26.947Z] 15:52:27 [2019-07-19T19:52:27.204Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.counters.ui.view.counters"' 15:52:27 [2019-07-19T19:52:27.204Z] DEBUG - matched with text "", using matcher: of type 'Chart' 15:52:59 [2019-07-19T19:52:59.267Z] DEBUG - matched EditorReference with text "", using matcher: with name '"kernel_vm"' 15:52:59 [2019-07-19T19:52:59.267Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 15:52:59 [2019-07-19T19:52:59.267Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:52:59 [2019-07-19T19:52:59.267Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:52:59 [2019-07-19T19:52:59.267Z] DEBUG - Setting state to checked on: minor_faults 15:52:59 [2019-07-19T19:52:59.267Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.counters.ui.view.counters"' 15:52:59 [2019-07-19T19:52:59.267Z] DEBUG - matched with text "", using matcher: of type 'Chart' 15:53:02 [2019-07-19T19:53:02.543Z] DEBUG - matched EditorReference with text "", using matcher: with name '"kernel_vm"' 15:53:02 [2019-07-19T19:53:02.543Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 15:53:02 [2019-07-19T19:53:02.543Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:53:02 [2019-07-19T19:53:02.543Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:53:02 [2019-07-19T19:53:02.543Z] DEBUG - Setting state to checked on: kernel_vm 15:53:02 [2019-07-19T19:53:02.543Z] DEBUG - Setting state to unchecked on: minor_faults 15:53:02 [2019-07-19T19:53:02.543Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=197886453 data=null doit=true} to Shell with text {data - Eclipse Platform} 15:53:02 [2019-07-19T19:53:02.543Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' 15:53:02 [2019-07-19T19:53:02.543Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:53:02 [2019-07-19T19:53:02.543Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:53:02 [2019-07-19T19:53:02.543Z] DEBUG - Attempting to set focus on Tree with text {} 15:53:02 [2019-07-19T19:53:02.543Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=197886560 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 15:53:02 [2019-07-19T19:53:02.543Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=197886560 data=null doit=true} to TreeItem with text {test} 15:53:02 [2019-07-19T19:53:02.543Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=197886560 data=null} to TreeItem with text {test} 15:53:02 [2019-07-19T19:53:02.543Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=197886561 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 15:53:02 [2019-07-19T19:53:02.543Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=197886561 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 15:53:02 [2019-07-19T19:53:02.543Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=197886576 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 15:53:03 [2019-07-19T19:53:03.108Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' 15:53:03 [2019-07-19T19:53:03.109Z] DEBUG - Clicking on with mnemonic 'Delete' 15:53:03 [2019-07-19T19:53:03.109Z] DEBUG - Clicked on with mnemonic 'Delete' 15:53:04 [2019-07-19T19:53:04.040Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' 15:53:04 [2019-07-19T19:53:04.040Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} 15:53:04 [2019-07-19T19:53:04.040Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 15:53:04 [2019-07-19T19:53:04.040Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' 15:53:04 [2019-07-19T19:53:04.040Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') 15:53:04 [2019-07-19T19:53:04.040Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 15:53:04 [2019-07-19T19:53:04.040Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:53:04 [2019-07-19T19:53:04.040Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:53:04 [2019-07-19T19:53:04.040Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') 15:53:04 [2019-07-19T19:53:04.040Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected 15:53:04 [2019-07-19T19:53:04.040Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197888049 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:53:04 [2019-07-19T19:53:04.040Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197888050 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:53:04 [2019-07-19T19:53:04.040Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=197888050 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:53:04 [2019-07-19T19:53:04.040Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=197888050 data=null} to (of type 'Button' and with style 'SWT.CHECK') 15:53:04 [2019-07-19T19:53:04.040Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197888051 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:53:04 [2019-07-19T19:53:04.040Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197888051 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:53:04 [2019-07-19T19:53:04.040Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=197888051 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:53:04 [2019-07-19T19:53:04.040Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197888051 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:53:04 [2019-07-19T19:53:04.040Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197888051 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:53:04 [2019-07-19T19:53:04.040Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=197888052 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:53:04 [2019-07-19T19:53:04.040Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=197888052 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:53:04 [2019-07-19T19:53:04.040Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=197888052 data=null} to (of type 'Button' and with style 'SWT.CHECK') 15:53:04 [2019-07-19T19:53:04.040Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') 15:53:04 [2019-07-19T19:53:04.040Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 15:53:04 [2019-07-19T19:53:04.040Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 15:53:04 [2019-07-19T19:53:04.040Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:53:04 [2019-07-19T19:53:04.040Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:53:04 [2019-07-19T19:53:04.040Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 15:53:04 [2019-07-19T19:53:04.040Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:53:04 [2019-07-19T19:53:04.040Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:53:04 [2019-07-19T19:53:04.040Z] DEBUG - Clicking on OK 15:53:04 [2019-07-19T19:53:04.040Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=197888054 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:53:04 [2019-07-19T19:53:04.040Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=197888055 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:53:04 [2019-07-19T19:53:04.040Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=197888055 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:53:04 [2019-07-19T19:53:04.040Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=197888055 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:53:04 [2019-07-19T19:53:04.040Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=197888055 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:53:04 [2019-07-19T19:53:04.040Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=197888055 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:53:04 [2019-07-19T19:53:04.040Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:53:04 [2019-07-19T19:53:04.040Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:53:04 [2019-07-19T19:53:04.041Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:53:04 [2019-07-19T19:53:04.041Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:53:04 [2019-07-19T19:53:04.041Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:53:04 [2019-07-19T19:53:04.041Z] DEBUG - Clicked on OK 15:53:04 [2019-07-19T19:53:04.971Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=197888056 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:53:04 [2019-07-19T19:53:04.971Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=197887068 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' 15:53:05 [2019-07-19T19:53:05.228Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 38.707 s - in org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests.CounterViewTest 15:53:05 [2019-07-19T19:53:05.228Z] testDisplayingDataSeries(org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests.CounterViewTest) Time elapsed: 31.783 s 15:53:05 [2019-07-19T19:53:05.228Z] testManipulatingTreeViewer(org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests.CounterViewTest) Time elapsed: 3.509 s 15:53:05 [2019-07-19T19:53:05.228Z] 15:53:05 [2019-07-19T19:53:05.228Z] Results: 15:53:05 [2019-07-19T19:53:05.228Z] 15:53:05 [2019-07-19T19:53:05.228Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 15:53:05 [2019-07-19T19:53:05.228Z] 15:53:06 [2019-07-19T19:53:06.159Z] 15:53:06 [2019-07-19T19:53:06.159Z] !ENTRY org.eclipse.core.resources 2 10035 2019-07-19 19:53:05.893 15:53:06 [2019-07-19T19:53:06.159Z] !MESSAGE The workspace will exit with unsaved changes in this session. 15:53:08 [2019-07-19T19:53:08.053Z] [INFO] All tests passed! 15:53:08 [2019-07-19T19:53:08.053Z] [INFO] 15:53:08 [2019-07-19T19:53:08.053Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests --- 15:53:08 [2019-07-19T19:53:08.053Z] [INFO] Loading execution data file /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/../../target/jacoco.exec 15:53:08 [2019-07-19T19:53:08.053Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests' with 5 classes 15:53:08 [2019-07-19T19:53:08.053Z] [INFO] 15:53:08 [2019-07-19T19:53:08.053Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests --- 15:53:08 [2019-07-19T19:53:08.053Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/target/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests-0.0.4-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/0.0.4-SNAPSHOT/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests-0.0.4-SNAPSHOT.jar 15:53:08 [2019-07-19T19:53:08.053Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/0.0.4-SNAPSHOT/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests-0.0.4-SNAPSHOT.pom 15:53:08 [2019-07-19T19:53:08.053Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/target/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests-0.0.4-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/0.0.4-SNAPSHOT/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests-0.0.4-SNAPSHOT-sources.jar 15:53:08 [2019-07-19T19:53:08.053Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/target/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests-0.0.4-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/0.0.4-SNAPSHOT/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests-0.0.4-SNAPSHOT-pack200.jar.pack.gz 15:53:08 [2019-07-19T19:53:08.053Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/0.0.4-SNAPSHOT/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests-0.0.4-SNAPSHOT-p2metadata.xml 15:53:08 [2019-07-19T19:53:08.053Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/0.0.4-SNAPSHOT/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests-0.0.4-SNAPSHOT-p2artifacts.xml 15:53:08 [2019-07-19T19:53:08.053Z] [INFO] 15:53:08 [2019-07-19T19:53:08.053Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests --- 15:53:08 [2019-07-19T19:53:08.053Z] [INFO] 15:53:08 [2019-07-19T19:53:08.053Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests >-- 15:53:08 [2019-07-19T19:53:08.053Z] [INFO] Building org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests 1.0.7-SNAPSHOT [50/134] 15:53:08 [2019-07-19T19:53:08.053Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- 15:53:08 [2019-07-19T19:53:08.053Z] [INFO] 15:53:08 [2019-07-19T19:53:08.053Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests --- 15:53:08 [2019-07-19T19:53:08.053Z] [INFO] 15:53:08 [2019-07-19T19:53:08.053Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests --- 15:53:08 [2019-07-19T19:53:08.053Z] [INFO] The project's OSGi version is 1.0.7.201907191907 15:53:08 [2019-07-19T19:53:08.053Z] [INFO] 15:53:08 [2019-07-19T19:53:08.053Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests --- 15:53:08 [2019-07-19T19:53:08.053Z] [INFO] 15:53:08 [2019-07-19T19:53:08.053Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests --- 15:53:08 [2019-07-19T19:53:08.053Z] [INFO] 15:53:08 [2019-07-19T19:53:08.053Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests --- 15:53:08 [2019-07-19T19:53:08.053Z] [INFO] 15:53:08 [2019-07-19T19:53:08.053Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests --- 15:53:08 [2019-07-19T19:53:08.053Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 15:53:08 [2019-07-19T19:53:08.053Z] [INFO] 15:53:08 [2019-07-19T19:53:08.053Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests --- 15:53:08 [2019-07-19T19:53:08.053Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:53:08 [2019-07-19T19:53:08.053Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/src/main/resources 15:53:08 [2019-07-19T19:53:08.053Z] [INFO] 15:53:08 [2019-07-19T19:53:08.053Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests --- 15:53:08 [2019-07-19T19:53:08.053Z] [INFO] Compiling 1 source file to /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/target/classes 15:53:08 [2019-07-19T19:53:08.617Z] [INFO] 15:53:08 [2019-07-19T19:53:08.617Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests --- 15:53:08 [2019-07-19T19:53:08.617Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:53:08 [2019-07-19T19:53:08.617Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/src/test/resources 15:53:08 [2019-07-19T19:53:08.617Z] [INFO] 15:53:08 [2019-07-19T19:53:08.617Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests --- 15:53:08 [2019-07-19T19:53:08.617Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/target/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests-1.0.7-SNAPSHOT-sources.jar 15:53:08 [2019-07-19T19:53:08.617Z] [INFO] 15:53:08 [2019-07-19T19:53:08.617Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests --- 15:53:08 [2019-07-19T19:53:08.617Z] [INFO] 15:53:08 [2019-07-19T19:53:08.617Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests --- 15:53:08 [2019-07-19T19:53:08.617Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/target/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests-1.0.7-SNAPSHOT.jar 15:53:08 [2019-07-19T19:53:08.617Z] [INFO] 15:53:08 [2019-07-19T19:53:08.617Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests --- 15:53:08 [2019-07-19T19:53:08.617Z] [INFO] 15:53:08 [2019-07-19T19:53:08.617Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests --- 15:53:08 [2019-07-19T19:53:08.617Z] [INFO] 15:53:08 [2019-07-19T19:53:08.617Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests --- 15:53:08 [2019-07-19T19:53:08.617Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/target/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests-1.0.7-SNAPSHOT.jar 15:53:08 [2019-07-19T19:53:08.875Z] [INFO] 15:53:08 [2019-07-19T19:53:08.875Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests --- 15:53:08 [2019-07-19T19:53:08.875Z] [INFO] 15:53:08 [2019-07-19T19:53:08.875Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests --- 15:53:10 [2019-07-19T19:53:10.768Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/target/work/data/.metadata/.log 15:53:10 [2019-07-19T19:53:10.768Z] [INFO] Command line: 15:53:10 [2019-07-19T19:53:10.768Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -nouithread, -consoleLog] 15:53:10 [2019-07-19T19:53:10.768Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass 15:53:14 [2019-07-19T19:53:14.944Z] !SESSION 2019-07-19 19:53:10.871 ----------------------------------------------- 15:53:14 [2019-07-19T19:53:14.944Z] eclipse.buildId=unknown 15:53:14 [2019-07-19T19:53:14.944Z] java.version=1.8.0_202 15:53:14 [2019-07-19T19:53:14.944Z] java.vendor=Oracle Corporation 15:53:14 [2019-07-19T19:53:14.944Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US 15:53:14 [2019-07-19T19:53:14.944Z] Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/target/surefire.properties -product org.eclipse.platform.ide -nouithread 15:53:14 [2019-07-19T19:53:14.944Z] Command-line arguments: -data /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/target/surefire.properties -product org.eclipse.platform.ide -nouithread -consoleLog 15:53:14 [2019-07-19T19:53:14.944Z] 15:53:14 [2019-07-19T19:53:14.944Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-19 19:53:14.508 15:53:14 [2019-07-19T19:53:14.944Z] !MESSAGE FrameworkEvent ERROR 15:53:14 [2019-07-19T19:53:14.944Z] !STACK 0 15:53:14 [2019-07-19T19:53:14.944Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [65] 15:53:14 [2019-07-19T19:53:14.944Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 15:53:14 [2019-07-19T19:53:14.944Z] 15:53:14 [2019-07-19T19:53:14.944Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 15:53:14 [2019-07-19T19:53:14.944Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 15:53:14 [2019-07-19T19:53:14.944Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 15:53:14 [2019-07-19T19:53:14.944Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 15:53:14 [2019-07-19T19:53:14.944Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 15:53:14 [2019-07-19T19:53:14.944Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 15:53:14 [2019-07-19T19:53:14.944Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 15:53:14 [2019-07-19T19:53:14.944Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 15:53:14 [2019-07-19T19:53:14.944Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 15:53:14 [2019-07-19T19:53:14.944Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 15:53:14 [2019-07-19T19:53:14.944Z] 15:53:14 [2019-07-19T19:53:14.944Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-19 19:53:14.706 15:53:14 [2019-07-19T19:53:14.944Z] !MESSAGE FrameworkEvent ERROR 15:53:14 [2019-07-19T19:53:14.944Z] !STACK 0 15:53:14 [2019-07-19T19:53:14.944Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [134] 15:53:14 [2019-07-19T19:53:14.944Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 15:53:14 [2019-07-19T19:53:14.944Z] Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)" 15:53:14 [2019-07-19T19:53:14.944Z] -> Export-Package: org.apache.http.impl.auth.win; bundle-symbolic-name="org.apache.httpcomponents.httpclient.win"; bundle-version="4.5.6.v20190213-1947"; version="4.5.6"; x-internal:="true"; uses:="org.apache.http,org.apache.http.auth,org.apache.http.client,org.apache.http.impl.auth,org.apache.http.protocol,org.apache.http.util" 15:53:14 [2019-07-19T19:53:14.944Z] org.apache.httpcomponents.httpclient.win [36] 15:53:14 [2019-07-19T19:53:14.944Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 15:53:14 [2019-07-19T19:53:14.944Z] 15:53:14 [2019-07-19T19:53:14.944Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 15:53:14 [2019-07-19T19:53:14.944Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 15:53:14 [2019-07-19T19:53:14.944Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 15:53:14 [2019-07-19T19:53:14.944Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 15:53:14 [2019-07-19T19:53:14.944Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 15:53:14 [2019-07-19T19:53:14.944Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 15:53:14 [2019-07-19T19:53:14.944Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 15:53:14 [2019-07-19T19:53:14.944Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 15:53:14 [2019-07-19T19:53:14.944Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 15:53:14 [2019-07-19T19:53:14.944Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 15:53:17 [2019-07-19T19:53:17.466Z] process 9233: D-Bus library appears to be incorrectly set up; failed to read machine uuid: UUID file '/etc/machine-id' should contain a hex string of length 32, not length 0, with no other text 15:53:17 [2019-07-19T19:53:17.466Z] See the manual page for dbus-uuidgen to correct this issue. 15:53:17 [2019-07-19T19:53:17.466Z] SWT SessionManagerDBus: Failed to connect to org.gnome.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory) 15:53:17 [2019-07-19T19:53:17.723Z] SWT SessionManagerDBus: Failed to connect to org.xfce.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory) 15:53:30 [2019-07-19T19:53:30.011Z] Running org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests.table.SegmentTableTest 15:53:30 [2019-07-19T19:53:30.011Z] Display size: 1440x900 15:53:30 [2019-07-19T19:53:30.011Z] OS version=3.10.0-957.21.3.el7.x86_64 15:53:30 [2019-07-19T19:53:30.011Z] GTK version=3.18.9 15:53:30 [2019-07-19T19:53:30.011Z] GTK theme=Ambiance 15:53:30 [2019-07-19T19:53:30.011Z] LIBOVERLAY_SCROLLBAR=0 15:53:30 [2019-07-19T19:53:30.011Z] Time zone: Coordinated Universal Time 15:53:30 [2019-07-19T19:53:30.011Z] log4j:WARN No appenders could be found for logger (org.eclipse.swtbot.swt.finder.widgets.SWTBotShell). 15:53:30 [2019-07-19T19:53:30.011Z] log4j:WARN Please initialize the log4j system properly. 15:53:30 [2019-07-19T19:53:30.574Z] *** BUG *** 15:53:30 [2019-07-19T19:53:30.574Z] In pixman_region32_init_rect: Invalid rectangle passed 15:53:30 [2019-07-19T19:53:30.574Z] Set a breakpoint on '_pixman_log_error' to debug 15:53:30 [2019-07-19T19:53:30.574Z] 15:53:30 [2019-07-19T19:53:30.574Z] *** BUG *** 15:53:30 [2019-07-19T19:53:30.574Z] In pixman_region32_init_rect: Invalid rectangle passed 15:53:30 [2019-07-19T19:53:30.574Z] Set a breakpoint on '_pixman_log_error' to debug 15:53:30 [2019-07-19T19:53:30.574Z] 15:53:30 [2019-07-19T19:53:30.574Z] *** BUG *** 15:53:30 [2019-07-19T19:53:30.574Z] In pixman_region32_init_rect: Invalid rectangle passed 15:53:30 [2019-07-19T19:53:30.574Z] Set a breakpoint on '_pixman_log_error' to debug 15:53:30 [2019-07-19T19:53:30.574Z] 15:53:30 [2019-07-19T19:53:30.830Z] *** BUG *** 15:53:30 [2019-07-19T19:53:30.830Z] In pixman_region32_init_rect: Invalid rectangle passed 15:53:30 [2019-07-19T19:53:30.830Z] Set a breakpoint on '_pixman_log_error' to debug 15:53:30 [2019-07-19T19:53:30.830Z] 15:53:30 [2019-07-19T19:53:30.830Z] *** BUG *** 15:53:30 [2019-07-19T19:53:30.830Z] In pixman_region32_init_rect: Invalid rectangle passed 15:53:30 [2019-07-19T19:53:30.830Z] Set a breakpoint on '_pixman_log_error' to debug 15:53:30 [2019-07-19T19:53:30.830Z] 15:53:31 [2019-07-19T19:53:31.087Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=197915076 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TableColumn with text {Duration} 15:53:31 [2019-07-19T19:53:31.087Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=197915162 data=null button=1 stateMask=0x80000 x=524 y=-12 count=1} to TableColumn with text {Duration} 15:53:31 [2019-07-19T19:53:31.087Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=197915163 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TableColumn with text {Duration} 15:53:31 [2019-07-19T19:53:31.087Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=197915200 data=null button=1 stateMask=0x80000 x=524 y=-12 count=1} to TableColumn with text {Duration} 15:53:31 [2019-07-19T19:53:31.087Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests.table.TestSegmentStoreTableView"' 15:53:31 [2019-07-19T19:53:31.344Z] *** BUG *** 15:53:31 [2019-07-19T19:53:31.344Z] In pixman_region32_init_rect: Invalid rectangle passed 15:53:31 [2019-07-19T19:53:31.344Z] Set a breakpoint on '_pixman_log_error' to debug 15:53:31 [2019-07-19T19:53:31.344Z] 15:53:31 [2019-07-19T19:53:31.344Z] *** BUG *** 15:53:31 [2019-07-19T19:53:31.344Z] In pixman_region32_init_rect: Invalid rectangle passed 15:53:31 [2019-07-19T19:53:31.344Z] Set a breakpoint on '_pixman_log_error' to debug 15:53:31 [2019-07-19T19:53:31.344Z] 15:53:31 [2019-07-19T19:53:31.344Z] *** BUG *** 15:53:31 [2019-07-19T19:53:31.344Z] In pixman_region32_init_rect: Invalid rectangle passed 15:53:31 [2019-07-19T19:53:31.344Z] Set a breakpoint on '_pixman_log_error' to debug 15:53:31 [2019-07-19T19:53:31.344Z] 15:53:31 [2019-07-19T19:53:31.344Z] *** BUG *** 15:53:31 [2019-07-19T19:53:31.344Z] In pixman_region32_init_rect: Invalid rectangle passed 15:53:31 [2019-07-19T19:53:31.344Z] Set a breakpoint on '_pixman_log_error' to debug 15:53:31 [2019-07-19T19:53:31.344Z] 15:53:31 [2019-07-19T19:53:31.344Z] *** BUG *** 15:53:31 [2019-07-19T19:53:31.344Z] In pixman_region32_init_rect: Invalid rectangle passed 15:53:31 [2019-07-19T19:53:31.344Z] Set a breakpoint on '_pixman_log_error' to debug 15:53:31 [2019-07-19T19:53:31.344Z] 15:53:31 [2019-07-19T19:53:31.344Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=197915555 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TableColumn with text {Duration} 15:53:31 [2019-07-19T19:53:31.344Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=197915556 data=null button=1 stateMask=0x80000 x=524 y=-11 count=1} to TableColumn with text {Duration} 15:53:31 [2019-07-19T19:53:31.344Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=197915559 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TableColumn with text {Duration} 15:53:31 [2019-07-19T19:53:31.344Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=197915561 data=null button=1 stateMask=0x80000 x=0 y=-11 count=1} to TableColumn with text {Duration} 15:53:31 [2019-07-19T19:53:31.344Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests.table.TestSegmentStoreTableView"' 15:53:31 [2019-07-19T19:53:31.906Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests.table.TestSegmentStoreTableView"' 15:53:31 [2019-07-19T19:53:31.906Z] DEBUG - matched MenuItem with text "Export to TSV...", using matcher: with mnemonic 'Export to TSV...' 15:53:31 [2019-07-19T19:53:31.906Z] DEBUG - Clicking on with mnemonic 'Export to TSV...' 15:53:31 [2019-07-19T19:53:31.906Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Export to TSV...} time=197916140 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Export to TSV...' 15:53:31 [2019-07-19T19:53:31.906Z] DEBUG - Clicked on with mnemonic 'Export to TSV...' 15:53:31 [2019-07-19T19:53:31.906Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests.table.TestSegmentStoreTableView"' 15:53:49 [2019-07-19T19:53:49.963Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=197932638 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TableColumn with text {Duration} 15:53:50 [2019-07-19T19:53:50.527Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=197934655 data=null button=1 stateMask=0x80000 x=524 y=-12 count=1} to TableColumn with text {Duration} 15:53:51 [2019-07-19T19:53:51.090Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=197934657 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TableColumn with text {Duration} 15:53:52 [2019-07-19T19:53:52.021Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=197936033 data=null button=1 stateMask=0x80000 x=524 y=-12 count=1} to TableColumn with text {Duration} 15:53:52 [2019-07-19T19:53:52.021Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests.table.TestSegmentStoreTableView"' 15:53:54 [2019-07-19T19:53:54.546Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=197938282 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TableColumn with text {Duration} 15:53:54 [2019-07-19T19:53:54.546Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=197938359 data=null button=1 stateMask=0x80000 x=524 y=-12 count=1} to TableColumn with text {Duration} 15:53:54 [2019-07-19T19:53:54.546Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=197938360 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TableColumn with text {Duration} 15:53:54 [2019-07-19T19:53:54.546Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=197938436 data=null button=1 stateMask=0x80000 x=524 y=-12 count=1} to TableColumn with text {Duration} 15:53:54 [2019-07-19T19:53:54.546Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests.table.TestSegmentStoreTableView"' 15:54:06 [2019-07-19T19:54:06.733Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=197950542 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TableColumn with text {Duration} 15:54:07 [2019-07-19T19:54:07.664Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=197951790 data=null button=1 stateMask=0x80000 x=524 y=-12 count=1} to TableColumn with text {Duration} 15:54:07 [2019-07-19T19:54:07.664Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=197951792 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TableColumn with text {Duration} 15:54:09 [2019-07-19T19:54:09.036Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=197953038 data=null button=1 stateMask=0x80000 x=524 y=-12 count=1} to TableColumn with text {Duration} 15:54:09 [2019-07-19T19:54:09.037Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests.table.TestSegmentStoreTableView"' 15:54:27 [2019-07-19T19:54:27.095Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=197969649 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TableColumn with text {Duration} 15:54:27 [2019-07-19T19:54:27.095Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=197969662 data=null button=1 stateMask=0x80000 x=524 y=-11 count=1} to TableColumn with text {Duration} 15:54:27 [2019-07-19T19:54:27.095Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=197970311 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TableColumn with text {Duration} 15:54:27 [2019-07-19T19:54:27.095Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=197970317 data=null button=1 stateMask=0x80000 x=524 y=-12 count=1} to TableColumn with text {Duration} 15:54:27 [2019-07-19T19:54:27.095Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests.table.TestSegmentStoreTableView"' 15:54:45 [2019-07-19T19:54:45.157Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=197987315 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TableColumn with text {Duration} 15:54:45 [2019-07-19T19:54:45.722Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=197989940 data=null button=1 stateMask=0x80000 x=524 y=-12 count=1} to TableColumn with text {Duration} 15:54:47 [2019-07-19T19:54:47.091Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=197989941 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TableColumn with text {Duration} 15:54:48 [2019-07-19T19:54:48.461Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=197992582 data=null button=1 stateMask=0x80000 x=524 y=-12 count=1} to TableColumn with text {Duration} 15:54:48 [2019-07-19T19:54:48.461Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests.table.TestSegmentStoreTableView"' 15:54:50 [2019-07-19T19:54:50.982Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 82.896 s - in org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests.table.SegmentTableTest 15:54:50 [2019-07-19T19:54:50.982Z] climbTest(org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests.table.SegmentTableTest) Time elapsed: 0.664 s 15:54:50 [2019-07-19T19:54:50.983Z] smallTest(org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests.table.SegmentTableTest) Time elapsed: 0.321 s 15:54:50 [2019-07-19T19:54:50.983Z] testWriteToTsv(org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests.table.SegmentTableTest) Time elapsed: 0.598 s 15:54:50 [2019-07-19T19:54:50.983Z] gaussianNoiseTest(org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests.table.SegmentTableTest) Time elapsed: 21.826 s 15:54:50 [2019-07-19T19:54:50.983Z] decrementingTest(org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests.table.SegmentTableTest) Time elapsed: 0.469 s 15:54:50 [2019-07-19T19:54:50.983Z] largeTest(org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests.table.SegmentTableTest) Time elapsed: 16.538 s 15:54:50 [2019-07-19T19:54:50.983Z] onDiskSegStoreTest(org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests.table.SegmentTableTest) Time elapsed: 18.183 s 15:54:50 [2019-07-19T19:54:50.983Z] noiseTest(org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests.table.SegmentTableTest) Time elapsed: 21.853 s 15:54:51 [2019-07-19T19:54:51.239Z] 15:54:51 [2019-07-19T19:54:51.239Z] Results: 15:54:51 [2019-07-19T19:54:51.239Z] 15:54:51 [2019-07-19T19:54:51.239Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0 15:54:51 [2019-07-19T19:54:51.239Z] 15:54:53 [2019-07-19T19:54:53.761Z] [INFO] All tests passed! 15:54:53 [2019-07-19T19:54:53.761Z] [INFO] 15:54:53 [2019-07-19T19:54:53.761Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests --- 15:54:53 [2019-07-19T19:54:53.761Z] [INFO] Loading execution data file /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/../../target/jacoco.exec 15:54:53 [2019-07-19T19:54:53.761Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests' with 4 classes 15:54:53 [2019-07-19T19:54:53.761Z] [INFO] 15:54:53 [2019-07-19T19:54:53.761Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests --- 15:54:53 [2019-07-19T19:54:53.761Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/target/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests-1.0.7-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/1.0.7-SNAPSHOT/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests-1.0.7-SNAPSHOT.jar 15:54:53 [2019-07-19T19:54:53.761Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/1.0.7-SNAPSHOT/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests-1.0.7-SNAPSHOT.pom 15:54:53 [2019-07-19T19:54:53.761Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/target/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests-1.0.7-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/1.0.7-SNAPSHOT/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests-1.0.7-SNAPSHOT-sources.jar 15:54:53 [2019-07-19T19:54:53.761Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/target/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests-1.0.7-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/1.0.7-SNAPSHOT/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests-1.0.7-SNAPSHOT-pack200.jar.pack.gz 15:54:53 [2019-07-19T19:54:53.761Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/1.0.7-SNAPSHOT/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests-1.0.7-SNAPSHOT-p2metadata.xml 15:54:53 [2019-07-19T19:54:53.761Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/1.0.7-SNAPSHOT/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests-1.0.7-SNAPSHOT-p2artifacts.xml 15:54:53 [2019-07-19T19:54:53.761Z] [INFO] 15:54:53 [2019-07-19T19:54:53.761Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests --- 15:54:53 [2019-07-19T19:54:53.761Z] [INFO] 15:54:53 [2019-07-19T19:54:53.761Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests >-- 15:54:53 [2019-07-19T19:54:53.761Z] [INFO] Building org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests 1.0.10-SNAPSHOT [51/134] 15:54:53 [2019-07-19T19:54:53.761Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- 15:54:53 [2019-07-19T19:54:53.761Z] [INFO] 15:54:53 [2019-07-19T19:54:53.761Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests --- 15:54:53 [2019-07-19T19:54:53.761Z] [INFO] 15:54:53 [2019-07-19T19:54:53.761Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests --- 15:54:53 [2019-07-19T19:54:53.761Z] [INFO] The project's OSGi version is 1.0.10.201907191907 15:54:53 [2019-07-19T19:54:53.761Z] [INFO] 15:54:53 [2019-07-19T19:54:53.761Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests --- 15:54:53 [2019-07-19T19:54:53.761Z] [INFO] 15:54:53 [2019-07-19T19:54:53.761Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests --- 15:54:53 [2019-07-19T19:54:53.761Z] [INFO] 15:54:53 [2019-07-19T19:54:53.761Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests --- 15:54:53 [2019-07-19T19:54:53.761Z] [INFO] 15:54:53 [2019-07-19T19:54:53.761Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests --- 15:54:53 [2019-07-19T19:54:53.761Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 15:54:53 [2019-07-19T19:54:53.761Z] [INFO] 15:54:53 [2019-07-19T19:54:53.761Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests --- 15:54:53 [2019-07-19T19:54:53.761Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:54:53 [2019-07-19T19:54:53.761Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/src/main/resources 15:54:53 [2019-07-19T19:54:53.761Z] [INFO] 15:54:53 [2019-07-19T19:54:53.761Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests --- 15:54:53 [2019-07-19T19:54:53.761Z] [INFO] Compiling 5 source files to /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/target/classes 15:54:54 [2019-07-19T19:54:54.018Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/src/org/eclipse/tracecompass/analysis/os/linux/ui/swtbot/tests/latency/SystemCallLatencyDensityViewTest.java:[146] 15:54:54 [2019-07-19T19:54:54.018Z] fDensityChart = viewBot.bot().widget(WidgetOfType.widgetOfType(Chart.class)); 15:54:54 [2019-07-19T19:54:54.018Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:54:54 [2019-07-19T19:54:54.018Z] Unsafe interpretation of method return type as '@NonNull' based on substitution 'T=@NonNull Chart'. Declaring type 'SWTBotFactory' doesn't seem to be designed with null type annotations in mind 15:54:54 [2019-07-19T19:54:54.018Z] 1 problem (1 warning) 15:54:54 [2019-07-19T19:54:54.018Z] [INFO] 15:54:54 [2019-07-19T19:54:54.018Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests --- 15:54:54 [2019-07-19T19:54:54.018Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:54:54 [2019-07-19T19:54:54.018Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/src/test/resources 15:54:54 [2019-07-19T19:54:54.018Z] [INFO] 15:54:54 [2019-07-19T19:54:54.018Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests --- 15:54:54 [2019-07-19T19:54:54.018Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/target/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests-1.0.10-SNAPSHOT-sources.jar 15:54:54 [2019-07-19T19:54:54.018Z] [INFO] 15:54:54 [2019-07-19T19:54:54.018Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests --- 15:54:54 [2019-07-19T19:54:54.275Z] [INFO] 15:54:54 [2019-07-19T19:54:54.275Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests --- 15:54:54 [2019-07-19T19:54:54.275Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/target/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests-1.0.10-SNAPSHOT.jar 15:54:54 [2019-07-19T19:54:54.275Z] [INFO] 15:54:54 [2019-07-19T19:54:54.275Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests --- 15:54:54 [2019-07-19T19:54:54.275Z] [INFO] 15:54:54 [2019-07-19T19:54:54.275Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests --- 15:54:54 [2019-07-19T19:54:54.275Z] [INFO] 15:54:54 [2019-07-19T19:54:54.275Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests --- 15:54:54 [2019-07-19T19:54:54.275Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/target/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests-1.0.10-SNAPSHOT.jar 15:54:54 [2019-07-19T19:54:54.275Z] [INFO] 15:54:54 [2019-07-19T19:54:54.275Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests --- 15:54:54 [2019-07-19T19:54:54.275Z] [INFO] 15:54:54 [2019-07-19T19:54:54.275Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests --- 15:54:56 [2019-07-19T19:54:56.167Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/target/work/data/.metadata/.log 15:54:56 [2019-07-19T19:54:56.167Z] [INFO] Command line: 15:54:56 [2019-07-19T19:54:56.167Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -nouithread, -consoleLog] 15:54:56 [2019-07-19T19:54:56.167Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass 15:54:59 [2019-07-19T19:54:59.444Z] !SESSION 2019-07-19 19:54:56.133 ----------------------------------------------- 15:54:59 [2019-07-19T19:54:59.444Z] eclipse.buildId=unknown 15:54:59 [2019-07-19T19:54:59.444Z] java.version=1.8.0_202 15:54:59 [2019-07-19T19:54:59.444Z] java.vendor=Oracle Corporation 15:54:59 [2019-07-19T19:54:59.444Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US 15:54:59 [2019-07-19T19:54:59.444Z] Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/target/surefire.properties -product org.eclipse.platform.ide -nouithread 15:54:59 [2019-07-19T19:54:59.444Z] Command-line arguments: -data /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/target/surefire.properties -product org.eclipse.platform.ide -nouithread -consoleLog 15:54:59 [2019-07-19T19:54:59.444Z] 15:54:59 [2019-07-19T19:54:59.444Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-19 19:54:59.309 15:54:59 [2019-07-19T19:54:59.444Z] !MESSAGE FrameworkEvent ERROR 15:54:59 [2019-07-19T19:54:59.444Z] !STACK 0 15:54:59 [2019-07-19T19:54:59.444Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [65] 15:54:59 [2019-07-19T19:54:59.444Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 15:54:59 [2019-07-19T19:54:59.444Z] 15:54:59 [2019-07-19T19:54:59.444Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 15:54:59 [2019-07-19T19:54:59.444Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 15:54:59 [2019-07-19T19:54:59.444Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 15:54:59 [2019-07-19T19:54:59.444Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 15:54:59 [2019-07-19T19:54:59.444Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 15:54:59 [2019-07-19T19:54:59.444Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 15:54:59 [2019-07-19T19:54:59.444Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 15:54:59 [2019-07-19T19:54:59.444Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 15:54:59 [2019-07-19T19:54:59.444Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 15:54:59 [2019-07-19T19:54:59.444Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 15:54:59 [2019-07-19T19:54:59.701Z] 15:54:59 [2019-07-19T19:54:59.701Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-19 19:54:59.509 15:54:59 [2019-07-19T19:54:59.701Z] !MESSAGE FrameworkEvent ERROR 15:54:59 [2019-07-19T19:54:59.701Z] !STACK 0 15:54:59 [2019-07-19T19:54:59.701Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [134] 15:54:59 [2019-07-19T19:54:59.701Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 15:54:59 [2019-07-19T19:54:59.701Z] Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)" 15:54:59 [2019-07-19T19:54:59.701Z] -> Export-Package: org.apache.http.impl.auth.win; bundle-symbolic-name="org.apache.httpcomponents.httpclient.win"; bundle-version="4.5.6.v20190213-1947"; version="4.5.6"; x-internal:="true"; uses:="org.apache.http,org.apache.http.auth,org.apache.http.client,org.apache.http.impl.auth,org.apache.http.protocol,org.apache.http.util" 15:54:59 [2019-07-19T19:54:59.701Z] org.apache.httpcomponents.httpclient.win [36] 15:54:59 [2019-07-19T19:54:59.701Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 15:54:59 [2019-07-19T19:54:59.701Z] 15:54:59 [2019-07-19T19:54:59.701Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 15:54:59 [2019-07-19T19:54:59.701Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 15:54:59 [2019-07-19T19:54:59.701Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 15:54:59 [2019-07-19T19:54:59.701Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 15:54:59 [2019-07-19T19:54:59.701Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 15:54:59 [2019-07-19T19:54:59.701Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 15:54:59 [2019-07-19T19:54:59.701Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 15:54:59 [2019-07-19T19:54:59.701Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 15:54:59 [2019-07-19T19:54:59.701Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 15:54:59 [2019-07-19T19:54:59.701Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 15:55:01 [2019-07-19T19:55:01.594Z] process 9359: D-Bus library appears to be incorrectly set up; failed to read machine uuid: UUID file '/etc/machine-id' should contain a hex string of length 32, not length 0, with no other text 15:55:01 [2019-07-19T19:55:01.594Z] See the manual page for dbus-uuidgen to correct this issue. 15:55:02 [2019-07-19T19:55:02.157Z] SWT SessionManagerDBus: Failed to connect to org.gnome.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory) 15:55:02 [2019-07-19T19:55:02.157Z] SWT SessionManagerDBus: Failed to connect to org.xfce.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory) 15:55:14 [2019-07-19T19:55:14.340Z] Running org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests.latency.SystemCallLatencyScatterChartViewTest 15:55:14 [2019-07-19T19:55:14.340Z] Display size: 1440x900 15:55:14 [2019-07-19T19:55:14.340Z] OS version=3.10.0-957.21.3.el7.x86_64 15:55:14 [2019-07-19T19:55:14.340Z] GTK version=3.18.9 15:55:14 [2019-07-19T19:55:14.340Z] GTK theme=Ambiance 15:55:14 [2019-07-19T19:55:14.340Z] LIBOVERLAY_SCROLLBAR=0 15:55:14 [2019-07-19T19:55:14.340Z] Time zone: Coordinated Universal Time 15:55:14 [2019-07-19T19:55:14.340Z] log4j:WARN No appenders could be found for logger (org.eclipse.swtbot.swt.finder.widgets.SWTBotShell). 15:55:14 [2019-07-19T19:55:14.340Z] log4j:WARN Please initialize the log4j system properly. 15:55:15 [2019-07-19T19:55:15.709Z] *** BUG *** 15:55:15 [2019-07-19T19:55:15.709Z] In pixman_region32_init_rect: Invalid rectangle passed 15:55:15 [2019-07-19T19:55:15.709Z] Set a breakpoint on '_pixman_log_error' to debug 15:55:15 [2019-07-19T19:55:15.709Z] 15:55:15 [2019-07-19T19:55:15.709Z] *** BUG *** 15:55:15 [2019-07-19T19:55:15.709Z] In pixman_region32_init_rect: Invalid rectangle passed 15:55:15 [2019-07-19T19:55:15.709Z] Set a breakpoint on '_pixman_log_error' to debug 15:55:15 [2019-07-19T19:55:15.709Z] 15:55:15 [2019-07-19T19:55:15.709Z] *** BUG *** 15:55:15 [2019-07-19T19:55:15.709Z] In pixman_region32_init_rect: Invalid rectangle passed 15:55:15 [2019-07-19T19:55:15.709Z] Set a breakpoint on '_pixman_log_error' to debug 15:55:15 [2019-07-19T19:55:15.709Z] 15:55:15 [2019-07-19T19:55:15.966Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.latency.scatter"' 15:55:15 [2019-07-19T19:55:15.966Z] DEBUG - matched with text "", using matcher: of type 'Chart' 15:55:30 [2019-07-19T19:55:30.820Z] DEBUG - matched EditorReference with text "", using matcher: with name '"bug446190"' 15:55:30 [2019-07-19T19:55:30.820Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 15:55:30 [2019-07-19T19:55:30.820Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:55:30 [2019-07-19T19:55:30.820Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:55:30 [2019-07-19T19:55:30.820Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:55:30 [2019-07-19T19:55:30.820Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:55:30 [2019-07-19T19:55:30.820Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:55:30 [2019-07-19T19:55:30.820Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:55:30 [2019-07-19T19:55:30.820Z] DEBUG - Setting state to checked on: bug446190 15:55:30 [2019-07-19T19:55:30.820Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:55:30 [2019-07-19T19:55:30.820Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:55:30 [2019-07-19T19:55:30.820Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=198034849 data=null doit=true} to Shell with text {data - Eclipse Platform} 15:55:30 [2019-07-19T19:55:30.820Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' 15:55:30 [2019-07-19T19:55:30.820Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:55:30 [2019-07-19T19:55:30.820Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:55:30 [2019-07-19T19:55:30.820Z] DEBUG - Attempting to set focus on Tree with text {} 15:55:30 [2019-07-19T19:55:30.820Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=198034969 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 15:55:30 [2019-07-19T19:55:30.820Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=198034970 data=null doit=true} to TreeItem with text {test} 15:55:30 [2019-07-19T19:55:30.820Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=198034970 data=null} to TreeItem with text {test} 15:55:30 [2019-07-19T19:55:30.820Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=198034971 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 15:55:30 [2019-07-19T19:55:30.820Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198034972 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 15:55:30 [2019-07-19T19:55:30.820Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=198035055 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 15:55:31 [2019-07-19T19:55:31.385Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' 15:55:31 [2019-07-19T19:55:31.385Z] DEBUG - Clicking on with mnemonic 'Delete' 15:55:31 [2019-07-19T19:55:31.385Z] DEBUG - Clicked on with mnemonic 'Delete' 15:55:31 [2019-07-19T19:55:31.950Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' 15:55:31 [2019-07-19T19:55:31.950Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} 15:55:31 [2019-07-19T19:55:31.950Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 15:55:31 [2019-07-19T19:55:31.950Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' 15:55:31 [2019-07-19T19:55:31.950Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') 15:55:31 [2019-07-19T19:55:31.950Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 15:55:31 [2019-07-19T19:55:31.950Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:55:31 [2019-07-19T19:55:31.950Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:55:31 [2019-07-19T19:55:31.950Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') 15:55:31 [2019-07-19T19:55:31.950Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected 15:55:31 [2019-07-19T19:55:31.950Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=198036079 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:55:31 [2019-07-19T19:55:31.950Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=198036081 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:55:31 [2019-07-19T19:55:31.950Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=198036081 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:55:31 [2019-07-19T19:55:31.950Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=198036133 data=null} to (of type 'Button' and with style 'SWT.CHECK') 15:55:31 [2019-07-19T19:55:31.951Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=198036134 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:55:31 [2019-07-19T19:55:31.951Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=198036134 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:55:31 [2019-07-19T19:55:31.951Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=198036134 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:55:31 [2019-07-19T19:55:31.951Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=198036135 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:55:31 [2019-07-19T19:55:31.951Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=198036135 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:55:31 [2019-07-19T19:55:31.951Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=198036135 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:55:31 [2019-07-19T19:55:31.951Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=198036136 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:55:31 [2019-07-19T19:55:31.951Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=198036137 data=null} to (of type 'Button' and with style 'SWT.CHECK') 15:55:31 [2019-07-19T19:55:31.951Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') 15:55:31 [2019-07-19T19:55:31.951Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 15:55:31 [2019-07-19T19:55:31.951Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 15:55:31 [2019-07-19T19:55:31.951Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:55:31 [2019-07-19T19:55:31.951Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:55:31 [2019-07-19T19:55:31.951Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 15:55:31 [2019-07-19T19:55:31.951Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:55:31 [2019-07-19T19:55:31.951Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:55:31 [2019-07-19T19:55:31.951Z] DEBUG - Clicking on OK 15:55:31 [2019-07-19T19:55:31.951Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=198036142 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:55:31 [2019-07-19T19:55:31.951Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=198036143 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:55:31 [2019-07-19T19:55:31.951Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=198036143 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:55:31 [2019-07-19T19:55:31.951Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=198036143 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:55:31 [2019-07-19T19:55:31.951Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=198036144 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:55:31 [2019-07-19T19:55:31.951Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=198036144 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:55:31 [2019-07-19T19:55:31.951Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:55:31 [2019-07-19T19:55:31.951Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:55:31 [2019-07-19T19:55:31.951Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:55:31 [2019-07-19T19:55:31.951Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:55:31 [2019-07-19T19:55:31.951Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:55:31 [2019-07-19T19:55:31.951Z] DEBUG - Clicked on OK 15:55:33 [2019-07-19T19:55:33.846Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=198036144 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:55:33 [2019-07-19T19:55:33.846Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=198035371 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' 15:55:33 [2019-07-19T19:55:33.846Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.139 s - in org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests.latency.SystemCallLatencyScatterChartViewTest 15:55:33 [2019-07-19T19:55:33.846Z] testWithTrace(org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests.latency.SystemCallLatencyScatterChartViewTest) Time elapsed: 15.464 s 15:55:33 [2019-07-19T19:55:33.846Z] Running org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests.latency.SystemCallLatencyDensityViewTest 15:55:34 [2019-07-19T19:55:34.410Z] *** BUG *** 15:55:34 [2019-07-19T19:55:34.410Z] In pixman_region32_init_rect: Invalid rectangle passed 15:55:34 [2019-07-19T19:55:34.410Z] Set a breakpoint on '_pixman_log_error' to debug 15:55:34 [2019-07-19T19:55:34.410Z] 15:55:34 [2019-07-19T19:55:34.410Z] *** BUG *** 15:55:34 [2019-07-19T19:55:34.410Z] In pixman_region32_init_rect: Invalid rectangle passed 15:55:34 [2019-07-19T19:55:34.410Z] Set a breakpoint on '_pixman_log_error' to debug 15:55:34 [2019-07-19T19:55:34.410Z] 15:55:34 [2019-07-19T19:55:34.410Z] *** BUG *** 15:55:34 [2019-07-19T19:55:34.410Z] In pixman_region32_init_rect: Invalid rectangle passed 15:55:34 [2019-07-19T19:55:34.410Z] Set a breakpoint on '_pixman_log_error' to debug 15:55:34 [2019-07-19T19:55:34.410Z] 15:55:34 [2019-07-19T19:55:34.410Z] *** BUG *** 15:55:34 [2019-07-19T19:55:34.410Z] In pixman_region32_init_rect: Invalid rectangle passed 15:55:34 [2019-07-19T19:55:34.410Z] Set a breakpoint on '_pixman_log_error' to debug 15:55:34 [2019-07-19T19:55:34.410Z] 15:55:34 [2019-07-19T19:55:34.410Z] *** BUG *** 15:55:34 [2019-07-19T19:55:34.410Z] In pixman_region32_init_rect: Invalid rectangle passed 15:55:34 [2019-07-19T19:55:34.410Z] Set a breakpoint on '_pixman_log_error' to debug 15:55:34 [2019-07-19T19:55:34.410Z] 15:55:34 [2019-07-19T19:55:34.666Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.latency.density"' 15:55:34 [2019-07-19T19:55:34.666Z] DEBUG - matched Chart with text "", using matcher: of type 'Chart' 15:55:34 [2019-07-19T19:55:34.666Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.latency.density"' 15:55:39 [2019-07-19T19:55:39.919Z] *** BUG *** 15:55:39 [2019-07-19T19:55:39.919Z] In pixman_region32_init_rect: Invalid rectangle passed 15:55:39 [2019-07-19T19:55:39.919Z] Set a breakpoint on '_pixman_log_error' to debug 15:55:39 [2019-07-19T19:55:39.919Z] 15:55:39 [2019-07-19T19:55:39.919Z] *** BUG *** 15:55:39 [2019-07-19T19:55:39.919Z] In pixman_region32_init_rect: Invalid rectangle passed 15:55:39 [2019-07-19T19:55:39.919Z] Set a breakpoint on '_pixman_log_error' to debug 15:55:39 [2019-07-19T19:55:39.919Z] 15:55:41 [2019-07-19T19:55:41.819Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.latency.density"' 15:55:41 [2019-07-19T19:55:41.819Z] DEBUG - matched Chart with text "", using matcher: of type 'Chart' 15:55:41 [2019-07-19T19:55:41.819Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=198045760 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TableColumn with text {Duration} 15:55:41 [2019-07-19T19:55:41.819Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=198045769 data=null button=1 stateMask=0x80000 x=38 y=-11 count=1} to TableColumn with text {Duration} 15:55:41 [2019-07-19T19:55:41.819Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=198045865 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TableColumn with text {Duration} 15:55:41 [2019-07-19T19:55:41.819Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=198045871 data=null button=1 stateMask=0x80000 x=38 y=-12 count=1} to TableColumn with text {Duration} 15:55:42 [2019-07-19T19:55:42.076Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=198046178 data=null doit=true} to Shell with text {data - Eclipse Platform} 15:55:42 [2019-07-19T19:55:42.076Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' 15:55:42 [2019-07-19T19:55:42.076Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:55:42 [2019-07-19T19:55:42.076Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:55:42 [2019-07-19T19:55:42.076Z] DEBUG - Attempting to set focus on Tree with text {} 15:55:42 [2019-07-19T19:55:42.076Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=198046257 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 15:55:42 [2019-07-19T19:55:42.076Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=198046257 data=null doit=true} to TreeItem with text {test} 15:55:42 [2019-07-19T19:55:42.076Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=198046257 data=null} to TreeItem with text {test} 15:55:42 [2019-07-19T19:55:42.076Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=198046258 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 15:55:42 [2019-07-19T19:55:42.076Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198046258 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 15:55:42 [2019-07-19T19:55:42.076Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=198046275 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 15:55:42 [2019-07-19T19:55:42.333Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' 15:55:42 [2019-07-19T19:55:42.333Z] DEBUG - Clicking on with mnemonic 'Delete' 15:55:42 [2019-07-19T19:55:42.333Z] DEBUG - Clicked on with mnemonic 'Delete' 15:55:43 [2019-07-19T19:55:43.264Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' 15:55:43 [2019-07-19T19:55:43.264Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} 15:55:43 [2019-07-19T19:55:43.264Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 15:55:43 [2019-07-19T19:55:43.264Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' 15:55:43 [2019-07-19T19:55:43.264Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') 15:55:43 [2019-07-19T19:55:43.264Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 15:55:43 [2019-07-19T19:55:43.264Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:55:43 [2019-07-19T19:55:43.264Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:55:43 [2019-07-19T19:55:43.264Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') 15:55:43 [2019-07-19T19:55:43.264Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected 15:55:43 [2019-07-19T19:55:43.264Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=198047452 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:55:43 [2019-07-19T19:55:43.264Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=198047452 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:55:43 [2019-07-19T19:55:43.264Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=198047452 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:55:43 [2019-07-19T19:55:43.264Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=198047453 data=null} to (of type 'Button' and with style 'SWT.CHECK') 15:55:43 [2019-07-19T19:55:43.264Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=198047453 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:55:43 [2019-07-19T19:55:43.264Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=198047453 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:55:43 [2019-07-19T19:55:43.264Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=198047453 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:55:43 [2019-07-19T19:55:43.264Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=198047454 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:55:43 [2019-07-19T19:55:43.264Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=198047454 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:55:43 [2019-07-19T19:55:43.264Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=198047454 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:55:43 [2019-07-19T19:55:43.264Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=198047454 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:55:43 [2019-07-19T19:55:43.264Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=198047454 data=null} to (of type 'Button' and with style 'SWT.CHECK') 15:55:43 [2019-07-19T19:55:43.264Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') 15:55:43 [2019-07-19T19:55:43.264Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 15:55:43 [2019-07-19T19:55:43.264Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 15:55:43 [2019-07-19T19:55:43.264Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:55:43 [2019-07-19T19:55:43.264Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:55:43 [2019-07-19T19:55:43.264Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 15:55:43 [2019-07-19T19:55:43.264Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:55:43 [2019-07-19T19:55:43.264Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:55:43 [2019-07-19T19:55:43.264Z] DEBUG - Clicking on OK 15:55:43 [2019-07-19T19:55:43.264Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=198047458 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:55:43 [2019-07-19T19:55:43.264Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=198047458 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:55:43 [2019-07-19T19:55:43.264Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=198047458 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:55:43 [2019-07-19T19:55:43.264Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=198047459 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:55:43 [2019-07-19T19:55:43.264Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=198047459 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:55:43 [2019-07-19T19:55:43.264Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=198047459 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:55:43 [2019-07-19T19:55:43.264Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:55:43 [2019-07-19T19:55:43.264Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:55:43 [2019-07-19T19:55:43.264Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:55:43 [2019-07-19T19:55:43.264Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:55:43 [2019-07-19T19:55:43.264Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:55:43 [2019-07-19T19:55:43.264Z] DEBUG - Clicked on OK 15:55:43 [2019-07-19T19:55:43.828Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=198047459 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:55:44 [2019-07-19T19:55:44.085Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=198046476 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' 15:55:44 [2019-07-19T19:55:44.342Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.latency.density"' 15:55:44 [2019-07-19T19:55:44.342Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.515 s - in org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests.latency.SystemCallLatencyDensityViewTest 15:55:44 [2019-07-19T19:55:44.342Z] testWithTrace(org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests.latency.SystemCallLatencyDensityViewTest) Time elapsed: 10.111 s 15:55:44 [2019-07-19T19:55:44.342Z] Running org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests.latency.SystemCallLatencyStatisticsTableAnalysisTest 15:55:44 [2019-07-19T19:55:44.906Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.segstore.statistics"' 15:55:44 [2019-07-19T19:55:44.906Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:55:44 [2019-07-19T19:55:44.906Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:55:44 [2019-07-19T19:55:44.906Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.segstore.statistics"' 15:55:44 [2019-07-19T19:55:44.906Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.segstore.statistics"' 15:55:51 [2019-07-19T19:55:51.453Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.segstore.statistics"' 15:55:51 [2019-07-19T19:55:51.453Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:55:51 [2019-07-19T19:55:51.453Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:55:51 [2019-07-19T19:55:51.453Z] DEBUG - matched MenuItem with text "Export to TSV...", using matcher: with mnemonic 'Export to TSV...' 15:55:51 [2019-07-19T19:55:51.453Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=198055446 data=null doit=true} to Shell with text {data - Eclipse Platform} 15:55:51 [2019-07-19T19:55:51.453Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' 15:55:51 [2019-07-19T19:55:51.453Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:55:51 [2019-07-19T19:55:51.453Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:55:51 [2019-07-19T19:55:51.453Z] DEBUG - Attempting to set focus on Tree with text {} 15:55:51 [2019-07-19T19:55:51.453Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=198055562 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 15:55:51 [2019-07-19T19:55:51.453Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=198055563 data=null doit=true} to TreeItem with text {test} 15:55:51 [2019-07-19T19:55:51.453Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=198055563 data=null} to TreeItem with text {test} 15:55:51 [2019-07-19T19:55:51.453Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=198055563 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 15:55:51 [2019-07-19T19:55:51.453Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198055564 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 15:55:51 [2019-07-19T19:55:51.453Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=198055635 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 15:55:51 [2019-07-19T19:55:51.710Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' 15:55:51 [2019-07-19T19:55:51.710Z] DEBUG - Clicking on with mnemonic 'Delete' 15:55:51 [2019-07-19T19:55:51.710Z] DEBUG - Clicked on with mnemonic 'Delete' 15:55:52 [2019-07-19T19:55:52.640Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' 15:55:52 [2019-07-19T19:55:52.640Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} 15:55:52 [2019-07-19T19:55:52.640Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 15:55:52 [2019-07-19T19:55:52.640Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' 15:55:52 [2019-07-19T19:55:52.640Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') 15:55:52 [2019-07-19T19:55:52.640Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 15:55:52 [2019-07-19T19:55:52.640Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:55:52 [2019-07-19T19:55:52.640Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:55:52 [2019-07-19T19:55:52.640Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') 15:55:52 [2019-07-19T19:55:52.640Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected 15:55:52 [2019-07-19T19:55:52.640Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=198056677 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:55:52 [2019-07-19T19:55:52.640Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=198056678 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:55:52 [2019-07-19T19:55:52.640Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=198056678 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:55:52 [2019-07-19T19:55:52.640Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=198056678 data=null} to (of type 'Button' and with style 'SWT.CHECK') 15:55:52 [2019-07-19T19:55:52.640Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=198056679 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:55:52 [2019-07-19T19:55:52.640Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=198056679 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:55:52 [2019-07-19T19:55:52.640Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=198056679 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:55:52 [2019-07-19T19:55:52.640Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=198056679 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:55:52 [2019-07-19T19:55:52.640Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=198056680 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:55:52 [2019-07-19T19:55:52.640Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=198056680 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:55:52 [2019-07-19T19:55:52.640Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=198056680 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:55:52 [2019-07-19T19:55:52.640Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=198056680 data=null} to (of type 'Button' and with style 'SWT.CHECK') 15:55:52 [2019-07-19T19:55:52.640Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') 15:55:52 [2019-07-19T19:55:52.640Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 15:55:52 [2019-07-19T19:55:52.640Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 15:55:52 [2019-07-19T19:55:52.640Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:55:52 [2019-07-19T19:55:52.640Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:55:52 [2019-07-19T19:55:52.640Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 15:55:52 [2019-07-19T19:55:52.640Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:55:52 [2019-07-19T19:55:52.640Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:55:52 [2019-07-19T19:55:52.640Z] DEBUG - Clicking on OK 15:55:52 [2019-07-19T19:55:52.640Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=198056684 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:55:52 [2019-07-19T19:55:52.640Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=198056685 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:55:52 [2019-07-19T19:55:52.640Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=198056685 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:55:52 [2019-07-19T19:55:52.640Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=198056685 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:55:52 [2019-07-19T19:55:52.640Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=198056688 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:55:52 [2019-07-19T19:55:52.640Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=198056688 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:55:52 [2019-07-19T19:55:52.640Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:55:52 [2019-07-19T19:55:52.640Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:55:52 [2019-07-19T19:55:52.640Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:55:52 [2019-07-19T19:55:52.640Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:55:52 [2019-07-19T19:55:52.640Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:55:52 [2019-07-19T19:55:52.640Z] DEBUG - Clicked on OK 15:55:53 [2019-07-19T19:55:53.204Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=198056689 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:55:53 [2019-07-19T19:55:53.204Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=198055769 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' 15:55:53 [2019-07-19T19:55:53.204Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.segstore.statistics"' 15:55:53 [2019-07-19T19:55:53.460Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.9 s - in org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests.latency.SystemCallLatencyStatisticsTableAnalysisTest 15:55:53 [2019-07-19T19:55:53.461Z] testWithTrace(org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests.latency.SystemCallLatencyStatisticsTableAnalysisTest) Time elapsed: 8.743 s 15:55:53 [2019-07-19T19:55:53.461Z] Running org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests.latency.SystemCallLatencyTableAnalysisTest 15:55:53 [2019-07-19T19:55:53.718Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.segstore.table"' 15:55:53 [2019-07-19T19:55:53.975Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=198058078 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TableColumn with text {Duration} 15:55:53 [2019-07-19T19:55:53.975Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=198058182 data=null button=1 stateMask=0x80000 x=334 y=-12 count=1} to TableColumn with text {Duration} 15:55:53 [2019-07-19T19:55:53.975Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=198058183 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TableColumn with text {Duration} 15:55:53 [2019-07-19T19:55:53.975Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=198058188 data=null button=1 stateMask=0x80000 x=334 y=-12 count=1} to TableColumn with text {Duration} 15:55:54 [2019-07-19T19:55:54.233Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {System Call} time=198058266 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TableColumn with text {System Call} 15:55:54 [2019-07-19T19:55:54.233Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {System Call} time=198058272 data=null button=1 stateMask=0x80000 x=421 y=-12 count=1} to TableColumn with text {System Call} 15:55:54 [2019-07-19T19:55:54.233Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {System Call} time=198058355 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TableColumn with text {System Call} 15:55:54 [2019-07-19T19:55:54.233Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {System Call} time=198058361 data=null button=1 stateMask=0x80000 x=421 y=-12 count=1} to TableColumn with text {System Call} 15:55:54 [2019-07-19T19:55:54.233Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=198058438 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TableColumn with text {Duration} 15:55:54 [2019-07-19T19:55:54.233Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=198058444 data=null button=1 stateMask=0x80000 x=334 y=-12 count=1} to TableColumn with text {Duration} 15:55:54 [2019-07-19T19:55:54.490Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=198058486 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TableColumn with text {Duration} 15:55:54 [2019-07-19T19:55:54.490Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=198058531 data=null button=1 stateMask=0x80000 x=334 y=-12 count=1} to TableColumn with text {Duration} 15:55:54 [2019-07-19T19:55:54.490Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Start Time} time=198058573 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TableColumn with text {Start Time} 15:55:54 [2019-07-19T19:55:54.490Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Start Time} time=198058579 data=null button=1 stateMask=0x80000 x=74 y=-12 count=1} to TableColumn with text {Start Time} 15:55:54 [2019-07-19T19:55:54.490Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.segstore.table"' 15:55:54 [2019-07-19T19:55:54.747Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.segstore.table"' 15:55:54 [2019-07-19T19:55:54.747Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.segstore.table"' 15:56:01 [2019-07-19T19:56:01.298Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.segstore.table"' 15:56:01 [2019-07-19T19:56:01.298Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=198064957 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TableColumn with text {Duration} 15:56:01 [2019-07-19T19:56:01.298Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=198064962 data=null button=1 stateMask=0x80000 x=334 y=-11 count=1} to TableColumn with text {Duration} 15:56:01 [2019-07-19T19:56:01.298Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=198065010 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TableColumn with text {Duration} 15:56:01 [2019-07-19T19:56:01.298Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=198065015 data=null button=1 stateMask=0x80000 x=334 y=-12 count=1} to TableColumn with text {Duration} 15:56:01 [2019-07-19T19:56:01.298Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=198065229 data=null doit=true} to Shell with text {data - Eclipse Platform} 15:56:01 [2019-07-19T19:56:01.298Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' 15:56:01 [2019-07-19T19:56:01.298Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:56:01 [2019-07-19T19:56:01.298Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:56:01 [2019-07-19T19:56:01.298Z] DEBUG - Attempting to set focus on Tree with text {} 15:56:01 [2019-07-19T19:56:01.298Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=198065332 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 15:56:01 [2019-07-19T19:56:01.298Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=198065332 data=null doit=true} to TreeItem with text {test} 15:56:01 [2019-07-19T19:56:01.298Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=198065332 data=null} to TreeItem with text {test} 15:56:01 [2019-07-19T19:56:01.298Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=198065333 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 15:56:01 [2019-07-19T19:56:01.298Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198065333 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 15:56:01 [2019-07-19T19:56:01.298Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=198065351 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 15:56:01 [2019-07-19T19:56:01.298Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' 15:56:01 [2019-07-19T19:56:01.298Z] DEBUG - Clicking on with mnemonic 'Delete' 15:56:01 [2019-07-19T19:56:01.555Z] DEBUG - Clicked on with mnemonic 'Delete' 15:56:02 [2019-07-19T19:56:02.484Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' 15:56:02 [2019-07-19T19:56:02.484Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} 15:56:02 [2019-07-19T19:56:02.484Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 15:56:02 [2019-07-19T19:56:02.484Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' 15:56:02 [2019-07-19T19:56:02.484Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') 15:56:02 [2019-07-19T19:56:02.484Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 15:56:02 [2019-07-19T19:56:02.484Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:56:02 [2019-07-19T19:56:02.484Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:56:02 [2019-07-19T19:56:02.484Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') 15:56:02 [2019-07-19T19:56:02.484Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected 15:56:02 [2019-07-19T19:56:02.484Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=198066442 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:56:02 [2019-07-19T19:56:02.484Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=198066443 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:56:02 [2019-07-19T19:56:02.484Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=198066443 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:56:02 [2019-07-19T19:56:02.484Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=198066443 data=null} to (of type 'Button' and with style 'SWT.CHECK') 15:56:02 [2019-07-19T19:56:02.484Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=198066444 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:56:02 [2019-07-19T19:56:02.484Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=198066444 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:56:02 [2019-07-19T19:56:02.484Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=198066444 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:56:02 [2019-07-19T19:56:02.484Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=198066444 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:56:02 [2019-07-19T19:56:02.484Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=198066444 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:56:02 [2019-07-19T19:56:02.484Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=198066444 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:56:02 [2019-07-19T19:56:02.484Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=198066445 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:56:02 [2019-07-19T19:56:02.484Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=198066445 data=null} to (of type 'Button' and with style 'SWT.CHECK') 15:56:02 [2019-07-19T19:56:02.484Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') 15:56:02 [2019-07-19T19:56:02.484Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 15:56:02 [2019-07-19T19:56:02.484Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 15:56:02 [2019-07-19T19:56:02.484Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:56:02 [2019-07-19T19:56:02.484Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:56:02 [2019-07-19T19:56:02.484Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 15:56:02 [2019-07-19T19:56:02.484Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:56:02 [2019-07-19T19:56:02.484Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:56:02 [2019-07-19T19:56:02.484Z] DEBUG - Clicking on OK 15:56:02 [2019-07-19T19:56:02.484Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=198066448 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:56:02 [2019-07-19T19:56:02.484Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=198066448 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:56:02 [2019-07-19T19:56:02.484Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=198066448 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:56:02 [2019-07-19T19:56:02.484Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=198066449 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:56:02 [2019-07-19T19:56:02.484Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=198066449 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:56:02 [2019-07-19T19:56:02.484Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=198066449 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:56:02 [2019-07-19T19:56:02.484Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:56:02 [2019-07-19T19:56:02.484Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:56:02 [2019-07-19T19:56:02.484Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:56:02 [2019-07-19T19:56:02.484Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:56:02 [2019-07-19T19:56:02.484Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:56:02 [2019-07-19T19:56:02.484Z] DEBUG - Clicked on OK 15:56:03 [2019-07-19T19:56:03.415Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=198066449 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:56:03 [2019-07-19T19:56:03.415Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=198065532 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' 15:56:03 [2019-07-19T19:56:03.978Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.segstore.table"' 15:56:03 [2019-07-19T19:56:03.978Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.segstore.table"' 15:56:03 [2019-07-19T19:56:03.978Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=198068190 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TableColumn with text {Duration} 15:56:03 [2019-07-19T19:56:03.978Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=198068192 data=null button=1 stateMask=0x80000 x=334 y=-11 count=1} to TableColumn with text {Duration} 15:56:03 [2019-07-19T19:56:03.978Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=198068195 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TableColumn with text {Duration} 15:56:03 [2019-07-19T19:56:03.978Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=198068197 data=null button=1 stateMask=0x80000 x=0 y=-11 count=1} to TableColumn with text {Duration} 15:56:03 [2019-07-19T19:56:03.978Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.segstore.table"' 15:56:04 [2019-07-19T19:56:04.236Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.segstore.table"' 15:56:04 [2019-07-19T19:56:04.492Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.segstore.table"' 15:56:04 [2019-07-19T19:56:04.492Z] DEBUG - matched MenuItem with text "Export to TSV...", using matcher: with mnemonic 'Export to TSV...' 15:56:04 [2019-07-19T19:56:04.492Z] DEBUG - Clicking on with mnemonic 'Export to TSV...' 15:56:04 [2019-07-19T19:56:04.492Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Export to TSV...} time=198068669 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Export to TSV...' 15:56:04 [2019-07-19T19:56:04.492Z] DEBUG - Clicked on with mnemonic 'Export to TSV...' 15:56:04 [2019-07-19T19:56:04.492Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.segstore.table"' 15:56:04 [2019-07-19T19:56:04.749Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.segstore.table"' 15:56:23 [2019-07-19T19:56:23.035Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=198085757 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TableColumn with text {Duration} 15:56:23 [2019-07-19T19:56:23.294Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=198087358 data=null button=1 stateMask=0x80000 x=334 y=-12 count=1} to TableColumn with text {Duration} 15:56:23 [2019-07-19T19:56:23.859Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=198087360 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TableColumn with text {Duration} 15:56:24 [2019-07-19T19:56:24.791Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=198088855 data=null button=1 stateMask=0x80000 x=334 y=-12 count=1} to TableColumn with text {Duration} 15:56:24 [2019-07-19T19:56:24.791Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.segstore.table"' 15:56:30 [2019-07-19T19:56:30.048Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.segstore.table"' 15:56:30 [2019-07-19T19:56:30.048Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=198093834 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TableColumn with text {Duration} 15:56:30 [2019-07-19T19:56:30.048Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=198093839 data=null button=1 stateMask=0x80000 x=334 y=-11 count=1} to TableColumn with text {Duration} 15:56:30 [2019-07-19T19:56:30.048Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=198093885 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TableColumn with text {Duration} 15:56:30 [2019-07-19T19:56:30.048Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=198093890 data=null button=1 stateMask=0x80000 x=334 y=-12 count=1} to TableColumn with text {Duration} 15:56:30 [2019-07-19T19:56:30.048Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.segstore.table"' 15:56:30 [2019-07-19T19:56:30.048Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.segstore.table"' 15:56:45 [2019-07-19T19:56:45.113Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=198108818 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TableColumn with text {Duration} 15:56:46 [2019-07-19T19:56:46.044Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=198110087 data=null button=1 stateMask=0x80000 x=334 y=-12 count=1} to TableColumn with text {Duration} 15:56:46 [2019-07-19T19:56:46.044Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=198110088 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TableColumn with text {Duration} 15:56:47 [2019-07-19T19:56:47.417Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=198111371 data=null button=1 stateMask=0x80000 x=334 y=-12 count=1} to TableColumn with text {Duration} 15:56:47 [2019-07-19T19:56:47.417Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.segstore.table"' 15:56:51 [2019-07-19T19:56:51.593Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.segstore.table"' 15:57:09 [2019-07-19T19:57:09.653Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=198131227 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TableColumn with text {Duration} 15:57:09 [2019-07-19T19:57:09.653Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=198131234 data=null button=1 stateMask=0x80000 x=334 y=-11 count=1} to TableColumn with text {Duration} 15:57:09 [2019-07-19T19:57:09.653Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=198131931 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TableColumn with text {Duration} 15:57:09 [2019-07-19T19:57:09.653Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=198131938 data=null button=1 stateMask=0x80000 x=334 y=-12 count=1} to TableColumn with text {Duration} 15:57:09 [2019-07-19T19:57:09.653Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.segstore.table"' 15:57:12 [2019-07-19T19:57:12.925Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.segstore.table"' 15:57:34 [2019-07-19T19:57:34.826Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=198154727 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TableColumn with text {Duration} 15:57:34 [2019-07-19T19:57:34.826Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=198157389 data=null button=1 stateMask=0x80000 x=334 y=-12 count=1} to TableColumn with text {Duration} 15:57:34 [2019-07-19T19:57:34.826Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=198157390 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TableColumn with text {Duration} 15:57:35 [2019-07-19T19:57:35.756Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=198159994 data=null button=1 stateMask=0x80000 x=334 y=-12 count=1} to TableColumn with text {Duration} 15:57:35 [2019-07-19T19:57:35.756Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.segstore.table"' 15:57:41 [2019-07-19T19:57:41.005Z] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 107.099 s - in org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests.latency.SystemCallLatencyTableAnalysisTest 15:57:41 [2019-07-19T19:57:41.005Z] climbTest(org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests.latency.SystemCallLatencyTableAnalysisTest) Time elapsed: 1.076 s 15:57:41 [2019-07-19T19:57:41.005Z] testWithTrace(org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests.latency.SystemCallLatencyTableAnalysisTest) Time elapsed: 9.241 s 15:57:41 [2019-07-19T19:57:41.005Z] smallTest(org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests.latency.SystemCallLatencyTableAnalysisTest) Time elapsed: 0.257 s 15:57:41 [2019-07-19T19:57:41.005Z] testWriteToTsv(org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests.latency.SystemCallLatencyTableAnalysisTest) Time elapsed: 0.5 s 15:57:41 [2019-07-19T19:57:41.005Z] gaussianNoiseTest(org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests.latency.SystemCallLatencyTableAnalysisTest) Time elapsed: 24.772 s 15:57:41 [2019-07-19T19:57:41.005Z] decrementingTest(org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests.latency.SystemCallLatencyTableAnalysisTest) Time elapsed: 0.472 s 15:57:41 [2019-07-19T19:57:41.005Z] largeTest(org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests.latency.SystemCallLatencyTableAnalysisTest) Time elapsed: 21.696 s 15:57:41 [2019-07-19T19:57:41.005Z] onDiskSegStoreTest(org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests.latency.SystemCallLatencyTableAnalysisTest) Time elapsed: 21.351 s 15:57:41 [2019-07-19T19:57:41.005Z] noiseTest(org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests.latency.SystemCallLatencyTableAnalysisTest) Time elapsed: 27.606 s 15:57:41 [2019-07-19T19:57:41.005Z] 15:57:41 [2019-07-19T19:57:41.005Z] Results: 15:57:41 [2019-07-19T19:57:41.005Z] 15:57:41 [2019-07-19T19:57:41.005Z] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0 15:57:41 [2019-07-19T19:57:41.005Z] 15:57:41 [2019-07-19T19:57:41.262Z] 15:57:41 [2019-07-19T19:57:41.262Z] !ENTRY org.eclipse.core.resources 2 10035 2019-07-19 19:57:41.018 15:57:41 [2019-07-19T19:57:41.262Z] !MESSAGE The workspace will exit with unsaved changes in this session. 15:57:42 [2019-07-19T19:57:42.198Z] [INFO] All tests passed! 15:57:42 [2019-07-19T19:57:42.198Z] [INFO] 15:57:42 [2019-07-19T19:57:42.198Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests --- 15:57:42 [2019-07-19T19:57:42.198Z] [INFO] Loading execution data file /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/../../target/jacoco.exec 15:57:42 [2019-07-19T19:57:42.198Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests' with 10 classes 15:57:42 [2019-07-19T19:57:42.198Z] [INFO] 15:57:42 [2019-07-19T19:57:42.198Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests --- 15:57:42 [2019-07-19T19:57:42.198Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/target/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests-1.0.10-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/1.0.10-SNAPSHOT/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests-1.0.10-SNAPSHOT.jar 15:57:42 [2019-07-19T19:57:42.198Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/1.0.10-SNAPSHOT/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests-1.0.10-SNAPSHOT.pom 15:57:42 [2019-07-19T19:57:42.198Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/target/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests-1.0.10-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/1.0.10-SNAPSHOT/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests-1.0.10-SNAPSHOT-sources.jar 15:57:42 [2019-07-19T19:57:42.198Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/target/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests-1.0.10-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/1.0.10-SNAPSHOT/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests-1.0.10-SNAPSHOT-pack200.jar.pack.gz 15:57:42 [2019-07-19T19:57:42.198Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/1.0.10-SNAPSHOT/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests-1.0.10-SNAPSHOT-p2metadata.xml 15:57:42 [2019-07-19T19:57:42.198Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/1.0.10-SNAPSHOT/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests-1.0.10-SNAPSHOT-p2artifacts.xml 15:57:42 [2019-07-19T19:57:42.456Z] [INFO] 15:57:42 [2019-07-19T19:57:42.456Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests --- 15:57:42 [2019-07-19T19:57:42.456Z] [INFO] 15:57:42 [2019-07-19T19:57:42.456Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.chart.core.tests >-- 15:57:42 [2019-07-19T19:57:42.456Z] [INFO] Building org.eclipse.tracecompass.tmf.chart.core.tests 1.0.1-SNAPSHOT [52/134] 15:57:42 [2019-07-19T19:57:42.456Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- 15:57:42 [2019-07-19T19:57:42.456Z] [INFO] 15:57:42 [2019-07-19T19:57:42.456Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.tmf.chart.core.tests --- 15:57:42 [2019-07-19T19:57:42.456Z] [INFO] 15:57:42 [2019-07-19T19:57:42.456Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.tmf.chart.core.tests --- 15:57:42 [2019-07-19T19:57:42.456Z] [INFO] The project's OSGi version is 1.0.1.201907191907 15:57:42 [2019-07-19T19:57:42.456Z] [INFO] 15:57:42 [2019-07-19T19:57:42.456Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.tmf.chart.core.tests --- 15:57:42 [2019-07-19T19:57:42.456Z] [INFO] 15:57:42 [2019-07-19T19:57:42.456Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.tmf.chart.core.tests --- 15:57:42 [2019-07-19T19:57:42.456Z] [INFO] 15:57:42 [2019-07-19T19:57:42.456Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.tmf.chart.core.tests --- 15:57:42 [2019-07-19T19:57:42.456Z] [INFO] 15:57:42 [2019-07-19T19:57:42.456Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.tmf.chart.core.tests --- 15:57:42 [2019-07-19T19:57:42.456Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 15:57:42 [2019-07-19T19:57:42.456Z] [INFO] 15:57:42 [2019-07-19T19:57:42.456Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.tmf.chart.core.tests --- 15:57:42 [2019-07-19T19:57:42.456Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:57:42 [2019-07-19T19:57:42.456Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.core.tests/src/main/resources 15:57:42 [2019-07-19T19:57:42.456Z] [INFO] 15:57:42 [2019-07-19T19:57:42.456Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.tmf.chart.core.tests --- 15:57:42 [2019-07-19T19:57:42.456Z] [INFO] Compiling 12 source files to /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.core.tests/target/classes 15:57:42 [2019-07-19T19:57:42.714Z] [INFO] 15:57:42 [2019-07-19T19:57:42.714Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.tmf.chart.core.tests --- 15:57:42 [2019-07-19T19:57:42.714Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:57:42 [2019-07-19T19:57:42.714Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.core.tests/src/test/resources 15:57:42 [2019-07-19T19:57:42.714Z] [INFO] 15:57:42 [2019-07-19T19:57:42.714Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.tmf.chart.core.tests --- 15:57:42 [2019-07-19T19:57:42.714Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.core.tests/target/org.eclipse.tracecompass.tmf.chart.core.tests-1.0.1-SNAPSHOT-sources.jar 15:57:42 [2019-07-19T19:57:42.714Z] [INFO] 15:57:42 [2019-07-19T19:57:42.714Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.tmf.chart.core.tests --- 15:57:42 [2019-07-19T19:57:42.714Z] [INFO] 15:57:42 [2019-07-19T19:57:42.714Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.tmf.chart.core.tests --- 15:57:42 [2019-07-19T19:57:42.714Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.core.tests/target/org.eclipse.tracecompass.tmf.chart.core.tests-1.0.1-SNAPSHOT.jar 15:57:42 [2019-07-19T19:57:42.714Z] [INFO] 15:57:42 [2019-07-19T19:57:42.714Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.tmf.chart.core.tests --- 15:57:42 [2019-07-19T19:57:42.714Z] [INFO] 15:57:42 [2019-07-19T19:57:42.714Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.tmf.chart.core.tests --- 15:57:42 [2019-07-19T19:57:42.714Z] [INFO] 15:57:42 [2019-07-19T19:57:42.714Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.tmf.chart.core.tests --- 15:57:42 [2019-07-19T19:57:42.714Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.core.tests/target/org.eclipse.tracecompass.tmf.chart.core.tests-1.0.1-SNAPSHOT.jar 15:57:42 [2019-07-19T19:57:42.714Z] [INFO] 15:57:42 [2019-07-19T19:57:42.714Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.tmf.chart.core.tests --- 15:57:42 [2019-07-19T19:57:42.714Z] [INFO] 15:57:42 [2019-07-19T19:57:42.714Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.tmf.chart.core.tests --- 15:57:44 [2019-07-19T19:57:44.084Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.core.tests/target/work/data/.metadata/.log 15:57:44 [2019-07-19T19:57:44.084Z] [INFO] Command line: 15:57:44 [2019-07-19T19:57:44.084Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.core.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.core.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.core.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog] 15:57:44 [2019-07-19T19:57:44.342Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass 15:57:47 [2019-07-19T19:57:47.618Z] !SESSION 2019-07-19 19:57:44.338 ----------------------------------------------- 15:57:47 [2019-07-19T19:57:47.618Z] eclipse.buildId=unknown 15:57:47 [2019-07-19T19:57:47.618Z] java.version=1.8.0_202 15:57:47 [2019-07-19T19:57:47.618Z] java.vendor=Oracle Corporation 15:57:47 [2019-07-19T19:57:47.618Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US 15:57:47 [2019-07-19T19:57:47.618Z] Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.core.tests/target/surefire.properties -product org.eclipse.platform.ide 15:57:47 [2019-07-19T19:57:47.618Z] Command-line arguments: -data /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.core.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.core.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog 15:57:47 [2019-07-19T19:57:47.618Z] 15:57:47 [2019-07-19T19:57:47.618Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-19 19:57:47.492 15:57:47 [2019-07-19T19:57:47.618Z] !MESSAGE FrameworkEvent ERROR 15:57:47 [2019-07-19T19:57:47.618Z] !STACK 0 15:57:47 [2019-07-19T19:57:47.618Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [61] 15:57:47 [2019-07-19T19:57:47.618Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 15:57:47 [2019-07-19T19:57:47.618Z] 15:57:47 [2019-07-19T19:57:47.618Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 15:57:47 [2019-07-19T19:57:47.618Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 15:57:47 [2019-07-19T19:57:47.618Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 15:57:47 [2019-07-19T19:57:47.618Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 15:57:47 [2019-07-19T19:57:47.618Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 15:57:47 [2019-07-19T19:57:47.618Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 15:57:47 [2019-07-19T19:57:47.618Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 15:57:47 [2019-07-19T19:57:47.618Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 15:57:47 [2019-07-19T19:57:47.618Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 15:57:47 [2019-07-19T19:57:47.618Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 15:57:47 [2019-07-19T19:57:47.876Z] 15:57:47 [2019-07-19T19:57:47.876Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-19 19:57:47.700 15:57:47 [2019-07-19T19:57:47.876Z] !MESSAGE FrameworkEvent ERROR 15:57:47 [2019-07-19T19:57:47.876Z] !STACK 0 15:57:47 [2019-07-19T19:57:47.876Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [130] 15:57:47 [2019-07-19T19:57:47.876Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 15:57:47 [2019-07-19T19:57:47.876Z] Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)" 15:57:47 [2019-07-19T19:57:47.876Z] -> Export-Package: org.apache.http.impl.auth.win; bundle-symbolic-name="org.apache.httpcomponents.httpclient.win"; bundle-version="4.5.6.v20190213-1947"; version="4.5.6"; x-internal:="true"; uses:="org.apache.http,org.apache.http.auth,org.apache.http.client,org.apache.http.impl.auth,org.apache.http.protocol,org.apache.http.util" 15:57:47 [2019-07-19T19:57:47.876Z] org.apache.httpcomponents.httpclient.win [35] 15:57:47 [2019-07-19T19:57:47.876Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 15:57:47 [2019-07-19T19:57:47.876Z] 15:57:47 [2019-07-19T19:57:47.876Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 15:57:47 [2019-07-19T19:57:47.876Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 15:57:47 [2019-07-19T19:57:47.876Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 15:57:47 [2019-07-19T19:57:47.876Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 15:57:47 [2019-07-19T19:57:47.876Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 15:57:47 [2019-07-19T19:57:47.876Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 15:57:47 [2019-07-19T19:57:47.876Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 15:57:47 [2019-07-19T19:57:47.876Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 15:57:47 [2019-07-19T19:57:47.876Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 15:57:47 [2019-07-19T19:57:47.876Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 15:57:49 [2019-07-19T19:57:49.772Z] Running org.eclipse.tracecompass.tmf.chart.core.tests.chart.ChartModelTest 15:57:49 [2019-07-19T19:57:49.772Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s - in org.eclipse.tracecompass.tmf.chart.core.tests.chart.ChartModelTest 15:57:49 [2019-07-19T19:57:49.772Z] testConstructor(org.eclipse.tracecompass.tmf.chart.core.tests.chart.ChartModelTest) Time elapsed: 0.008 s 15:57:49 [2019-07-19T19:57:49.772Z] Running org.eclipse.tracecompass.tmf.chart.core.tests.chart.ChartDataTest 15:57:50 [2019-07-19T19:57:50.081Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s - in org.eclipse.tracecompass.tmf.chart.core.tests.chart.ChartDataTest 15:57:50 [2019-07-19T19:57:50.081Z] testImmutableSeries(org.eclipse.tracecompass.tmf.chart.core.tests.chart.ChartDataTest) Time elapsed: 0.063 s 15:57:50 [2019-07-19T19:57:50.081Z] testGetDescriptors(org.eclipse.tracecompass.tmf.chart.core.tests.chart.ChartDataTest) Time elapsed: 0 s 15:57:50 [2019-07-19T19:57:50.081Z] Running org.eclipse.tracecompass.tmf.chart.core.tests.chart.ChartSeriesTest 15:57:50 [2019-07-19T19:57:50.081Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.tracecompass.tmf.chart.core.tests.chart.ChartSeriesTest 15:57:50 [2019-07-19T19:57:50.081Z] testConstructor(org.eclipse.tracecompass.tmf.chart.core.tests.chart.ChartSeriesTest) Time elapsed: 0 s 15:57:50 [2019-07-19T19:57:50.081Z] Running org.eclipse.tracecompass.tmf.chart.core.tests.descriptor.NumericalDescriptorTest 15:57:50 [2019-07-19T19:57:50.081Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tracecompass.tmf.chart.core.tests.descriptor.NumericalDescriptorTest 15:57:50 [2019-07-19T19:57:50.081Z] testConstructorWithUnit(org.eclipse.tracecompass.tmf.chart.core.tests.descriptor.NumericalDescriptorTest) Time elapsed: 0 s 15:57:50 [2019-07-19T19:57:50.081Z] testConstructor(org.eclipse.tracecompass.tmf.chart.core.tests.descriptor.NumericalDescriptorTest) Time elapsed: 0 s 15:57:50 [2019-07-19T19:57:50.081Z] Running org.eclipse.tracecompass.tmf.chart.core.tests.descriptor.DurationDescriptorTest 15:57:50 [2019-07-19T19:57:50.081Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tracecompass.tmf.chart.core.tests.descriptor.DurationDescriptorTest 15:57:50 [2019-07-19T19:57:50.081Z] testConstructorWithUnit(org.eclipse.tracecompass.tmf.chart.core.tests.descriptor.DurationDescriptorTest) Time elapsed: 0 s 15:57:50 [2019-07-19T19:57:50.081Z] testConstructor(org.eclipse.tracecompass.tmf.chart.core.tests.descriptor.DurationDescriptorTest) Time elapsed: 0 s 15:57:50 [2019-07-19T19:57:50.081Z] Running org.eclipse.tracecompass.tmf.chart.core.tests.resolver.LongResolverTest 15:57:50 [2019-07-19T19:57:50.081Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.tracecompass.tmf.chart.core.tests.resolver.LongResolverTest 15:57:50 [2019-07-19T19:57:50.081Z] testComparator(org.eclipse.tracecompass.tmf.chart.core.tests.resolver.LongResolverTest) Time elapsed: 0 s 15:57:50 [2019-07-19T19:57:50.081Z] testLimitValues(org.eclipse.tracecompass.tmf.chart.core.tests.resolver.LongResolverTest) Time elapsed: 0 s 15:57:50 [2019-07-19T19:57:50.081Z] testMapper(org.eclipse.tracecompass.tmf.chart.core.tests.resolver.LongResolverTest) Time elapsed: 0.001 s 15:57:50 [2019-07-19T19:57:50.081Z] Running org.eclipse.tracecompass.tmf.chart.core.tests.resolver.DoubleResolverTest 15:57:50 [2019-07-19T19:57:50.081Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.tracecompass.tmf.chart.core.tests.resolver.DoubleResolverTest 15:57:50 [2019-07-19T19:57:50.081Z] testComparator(org.eclipse.tracecompass.tmf.chart.core.tests.resolver.DoubleResolverTest) Time elapsed: 0 s 15:57:50 [2019-07-19T19:57:50.081Z] testLimitValues(org.eclipse.tracecompass.tmf.chart.core.tests.resolver.DoubleResolverTest) Time elapsed: 0 s 15:57:50 [2019-07-19T19:57:50.081Z] testMapper(org.eclipse.tracecompass.tmf.chart.core.tests.resolver.DoubleResolverTest) Time elapsed: 0.001 s 15:57:50 [2019-07-19T19:57:50.081Z] Running org.eclipse.tracecompass.tmf.chart.core.tests.consumer.NumericalConsumerTest 15:57:50 [2019-07-19T19:57:50.081Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.tracecompass.tmf.chart.core.tests.consumer.NumericalConsumerTest 15:57:50 [2019-07-19T19:57:50.081Z] testResolver(org.eclipse.tracecompass.tmf.chart.core.tests.consumer.NumericalConsumerTest) Time elapsed: 0.008 s 15:57:50 [2019-07-19T19:57:50.081Z] testWithPredicate(org.eclipse.tracecompass.tmf.chart.core.tests.consumer.NumericalConsumerTest) Time elapsed: 0.001 s 15:57:50 [2019-07-19T19:57:50.081Z] 15:57:50 [2019-07-19T19:57:50.081Z] Results: 15:57:50 [2019-07-19T19:57:50.081Z] 15:57:50 [2019-07-19T19:57:50.081Z] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0 15:57:50 [2019-07-19T19:57:50.081Z] 15:57:53 [2019-07-19T19:57:53.354Z] [INFO] All tests passed! 15:57:53 [2019-07-19T19:57:53.354Z] [INFO] 15:57:53 [2019-07-19T19:57:53.354Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.tmf.chart.core.tests --- 15:57:53 [2019-07-19T19:57:53.354Z] [INFO] Loading execution data file /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.core.tests/../../target/jacoco.exec 15:57:53 [2019-07-19T19:57:53.354Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.chart.core.tests' with 25 classes 15:57:53 [2019-07-19T19:57:53.354Z] [INFO] 15:57:53 [2019-07-19T19:57:53.354Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.tmf.chart.core.tests --- 15:57:53 [2019-07-19T19:57:53.354Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.core.tests/target/org.eclipse.tracecompass.tmf.chart.core.tests-1.0.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.chart.core.tests/1.0.1-SNAPSHOT/org.eclipse.tracecompass.tmf.chart.core.tests-1.0.1-SNAPSHOT.jar 15:57:53 [2019-07-19T19:57:53.354Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.core.tests/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.chart.core.tests/1.0.1-SNAPSHOT/org.eclipse.tracecompass.tmf.chart.core.tests-1.0.1-SNAPSHOT.pom 15:57:53 [2019-07-19T19:57:53.354Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.core.tests/target/org.eclipse.tracecompass.tmf.chart.core.tests-1.0.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.chart.core.tests/1.0.1-SNAPSHOT/org.eclipse.tracecompass.tmf.chart.core.tests-1.0.1-SNAPSHOT-sources.jar 15:57:53 [2019-07-19T19:57:53.354Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.core.tests/target/org.eclipse.tracecompass.tmf.chart.core.tests-1.0.1-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.chart.core.tests/1.0.1-SNAPSHOT/org.eclipse.tracecompass.tmf.chart.core.tests-1.0.1-SNAPSHOT-pack200.jar.pack.gz 15:57:53 [2019-07-19T19:57:53.354Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.core.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.chart.core.tests/1.0.1-SNAPSHOT/org.eclipse.tracecompass.tmf.chart.core.tests-1.0.1-SNAPSHOT-p2metadata.xml 15:57:53 [2019-07-19T19:57:53.354Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.core.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.chart.core.tests/1.0.1-SNAPSHOT/org.eclipse.tracecompass.tmf.chart.core.tests-1.0.1-SNAPSHOT-p2artifacts.xml 15:57:53 [2019-07-19T19:57:53.354Z] [INFO] 15:57:53 [2019-07-19T19:57:53.354Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.tmf.chart.core.tests --- 15:57:53 [2019-07-19T19:57:53.354Z] [INFO] 15:57:53 [2019-07-19T19:57:53.354Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests >-- 15:57:53 [2019-07-19T19:57:53.354Z] [INFO] Building org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests 1.0.3-SNAPSHOT [53/134] 15:57:53 [2019-07-19T19:57:53.354Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- 15:57:53 [2019-07-19T19:57:53.354Z] [INFO] 15:57:53 [2019-07-19T19:57:53.354Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests --- 15:57:53 [2019-07-19T19:57:53.354Z] [INFO] 15:57:53 [2019-07-19T19:57:53.354Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests --- 15:57:53 [2019-07-19T19:57:53.354Z] [INFO] The project's OSGi version is 1.0.3.201907191907 15:57:53 [2019-07-19T19:57:53.354Z] [INFO] 15:57:53 [2019-07-19T19:57:53.354Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests --- 15:57:53 [2019-07-19T19:57:53.354Z] [INFO] 15:57:53 [2019-07-19T19:57:53.354Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests --- 15:57:53 [2019-07-19T19:57:53.354Z] [INFO] 15:57:53 [2019-07-19T19:57:53.354Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests --- 15:57:53 [2019-07-19T19:57:53.354Z] [INFO] 15:57:53 [2019-07-19T19:57:53.354Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests --- 15:57:53 [2019-07-19T19:57:53.354Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 15:57:53 [2019-07-19T19:57:53.354Z] [INFO] 15:57:53 [2019-07-19T19:57:53.354Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests --- 15:57:53 [2019-07-19T19:57:53.354Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:57:53 [2019-07-19T19:57:53.354Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/src/main/resources 15:57:53 [2019-07-19T19:57:53.354Z] [INFO] 15:57:53 [2019-07-19T19:57:53.354Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests --- 15:57:53 [2019-07-19T19:57:53.354Z] [INFO] Compiling 3 source files to /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/target/classes 15:57:53 [2019-07-19T19:57:53.611Z] [INFO] 15:57:53 [2019-07-19T19:57:53.611Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests --- 15:57:53 [2019-07-19T19:57:53.611Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:57:53 [2019-07-19T19:57:53.611Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/src/test/resources 15:57:53 [2019-07-19T19:57:53.611Z] [INFO] 15:57:53 [2019-07-19T19:57:53.611Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests --- 15:57:53 [2019-07-19T19:57:53.611Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/target/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests-1.0.3-SNAPSHOT-sources.jar 15:57:53 [2019-07-19T19:57:53.611Z] [INFO] 15:57:53 [2019-07-19T19:57:53.611Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests --- 15:57:53 [2019-07-19T19:57:53.611Z] [INFO] 15:57:53 [2019-07-19T19:57:53.611Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests --- 15:57:53 [2019-07-19T19:57:53.611Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/target/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests-1.0.3-SNAPSHOT.jar 15:57:53 [2019-07-19T19:57:53.868Z] [INFO] 15:57:53 [2019-07-19T19:57:53.868Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests --- 15:57:53 [2019-07-19T19:57:53.868Z] [INFO] 15:57:53 [2019-07-19T19:57:53.868Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests --- 15:57:53 [2019-07-19T19:57:53.868Z] [INFO] 15:57:53 [2019-07-19T19:57:53.868Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests --- 15:57:53 [2019-07-19T19:57:53.868Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/target/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests-1.0.3-SNAPSHOT.jar 15:57:53 [2019-07-19T19:57:53.868Z] [INFO] 15:57:53 [2019-07-19T19:57:53.868Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests --- 15:57:53 [2019-07-19T19:57:53.868Z] [INFO] 15:57:53 [2019-07-19T19:57:53.868Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests --- 15:57:55 [2019-07-19T19:57:55.764Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/target/work/data/.metadata/.log 15:57:55 [2019-07-19T19:57:55.764Z] [INFO] Command line: 15:57:55 [2019-07-19T19:57:55.764Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -nouithread, -consoleLog] 15:57:55 [2019-07-19T19:57:55.764Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass 15:57:59 [2019-07-19T19:57:59.038Z] !SESSION 2019-07-19 19:57:55.578 ----------------------------------------------- 15:57:59 [2019-07-19T19:57:59.038Z] eclipse.buildId=unknown 15:57:59 [2019-07-19T19:57:59.038Z] java.version=1.8.0_202 15:57:59 [2019-07-19T19:57:59.038Z] java.vendor=Oracle Corporation 15:57:59 [2019-07-19T19:57:59.038Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US 15:57:59 [2019-07-19T19:57:59.038Z] Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/target/surefire.properties -product org.eclipse.platform.ide -nouithread 15:57:59 [2019-07-19T19:57:59.038Z] Command-line arguments: -data /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/target/surefire.properties -product org.eclipse.platform.ide -nouithread -consoleLog 15:57:59 [2019-07-19T19:57:59.038Z] 15:57:59 [2019-07-19T19:57:59.038Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-19 19:57:58.797 15:57:59 [2019-07-19T19:57:59.038Z] !MESSAGE FrameworkEvent ERROR 15:57:59 [2019-07-19T19:57:59.038Z] !STACK 0 15:57:59 [2019-07-19T19:57:59.038Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [65] 15:57:59 [2019-07-19T19:57:59.038Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 15:57:59 [2019-07-19T19:57:59.038Z] 15:57:59 [2019-07-19T19:57:59.038Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 15:57:59 [2019-07-19T19:57:59.038Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 15:57:59 [2019-07-19T19:57:59.038Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 15:57:59 [2019-07-19T19:57:59.038Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 15:57:59 [2019-07-19T19:57:59.038Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 15:57:59 [2019-07-19T19:57:59.038Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 15:57:59 [2019-07-19T19:57:59.038Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 15:57:59 [2019-07-19T19:57:59.038Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 15:57:59 [2019-07-19T19:57:59.038Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 15:57:59 [2019-07-19T19:57:59.038Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 15:57:59 [2019-07-19T19:57:59.038Z] 15:57:59 [2019-07-19T19:57:59.038Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-19 19:57:58.998 15:57:59 [2019-07-19T19:57:59.038Z] !MESSAGE FrameworkEvent ERROR 15:57:59 [2019-07-19T19:57:59.038Z] !STACK 0 15:57:59 [2019-07-19T19:57:59.038Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [134] 15:57:59 [2019-07-19T19:57:59.038Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 15:57:59 [2019-07-19T19:57:59.038Z] Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)" 15:57:59 [2019-07-19T19:57:59.038Z] -> Export-Package: org.apache.http.impl.auth.win; bundle-symbolic-name="org.apache.httpcomponents.httpclient.win"; bundle-version="4.5.6.v20190213-1947"; version="4.5.6"; x-internal:="true"; uses:="org.apache.http,org.apache.http.auth,org.apache.http.client,org.apache.http.impl.auth,org.apache.http.protocol,org.apache.http.util" 15:57:59 [2019-07-19T19:57:59.038Z] org.apache.httpcomponents.httpclient.win [36] 15:57:59 [2019-07-19T19:57:59.038Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 15:57:59 [2019-07-19T19:57:59.038Z] 15:57:59 [2019-07-19T19:57:59.038Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 15:57:59 [2019-07-19T19:57:59.038Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 15:57:59 [2019-07-19T19:57:59.038Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 15:57:59 [2019-07-19T19:57:59.038Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 15:57:59 [2019-07-19T19:57:59.038Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 15:57:59 [2019-07-19T19:57:59.038Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 15:57:59 [2019-07-19T19:57:59.038Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 15:57:59 [2019-07-19T19:57:59.038Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 15:57:59 [2019-07-19T19:57:59.038Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 15:57:59 [2019-07-19T19:57:59.038Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 15:58:01 [2019-07-19T19:58:01.561Z] process 9668: D-Bus library appears to be incorrectly set up; failed to read machine uuid: UUID file '/etc/machine-id' should contain a hex string of length 32, not length 0, with no other text 15:58:01 [2019-07-19T19:58:01.561Z] See the manual page for dbus-uuidgen to correct this issue. 15:58:01 [2019-07-19T19:58:01.818Z] SWT SessionManagerDBus: Failed to connect to org.gnome.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory) 15:58:01 [2019-07-19T19:58:01.818Z] SWT SessionManagerDBus: Failed to connect to org.xfce.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory) 15:58:11 [2019-07-19T19:58:11.774Z] Running org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests.dialog.ChartMakerDialogTest 15:58:12 [2019-07-19T19:58:12.031Z] Display size: 1440x900 15:58:12 [2019-07-19T19:58:12.031Z] OS version=3.10.0-957.21.3.el7.x86_64 15:58:12 [2019-07-19T19:58:12.031Z] GTK version=3.18.9 15:58:12 [2019-07-19T19:58:12.031Z] GTK theme=Ambiance 15:58:12 [2019-07-19T19:58:12.031Z] LIBOVERLAY_SCROLLBAR=0 15:58:12 [2019-07-19T19:58:12.031Z] Time zone: Coordinated Universal Time 15:58:12 [2019-07-19T19:58:12.031Z] log4j:WARN No appenders could be found for logger (org.eclipse.swtbot.swt.finder.widgets.SWTBotShell). 15:58:12 [2019-07-19T19:58:12.031Z] log4j:WARN Please initialize the log4j system properly. 15:58:14 [2019-07-19T19:58:14.558Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.tmf.chart.ui.swtbot.view.stub"' 15:58:14 [2019-07-19T19:58:14.558Z] DEBUG - matched MenuItem with text "Create custom chart", using matcher: with mnemonic 'Create custom chart' 15:58:14 [2019-07-19T19:58:14.558Z] DEBUG - Clicking on with mnemonic 'Create custom chart' 15:58:14 [2019-07-19T19:58:14.815Z] DEBUG - Clicked on with mnemonic 'Create custom chart' 15:58:14 [2019-07-19T19:58:14.815Z] DEBUG - matched Shell with text "Custom chart creatio...", using matcher: with text 'Custom chart creation' 15:58:14 [2019-07-19T19:58:14.815Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Custom chart creation} time=198199056 data=null doit=true} to Shell with text {Custom chart creation} 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - Attempting to set focus on (of type 'Table') 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - Clicking on (of type 'Table') 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=198199081 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=198199082 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=198199083 data=null doit=true} to (of type 'Table') 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=198199083 data=null} to (of type 'Table') 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Table {} time=198199083 data=null button=1 stateMask=0x0 x=28 y=27 count=1} to (of type 'Table') 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Table {} time=198199085 data=null button=1 stateMask=0x80000 x=28 y=27 count=1} to (of type 'Table') 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=198199085 data=null item=TableItem {BAR_CHART} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to (of type 'Table') 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Table {} time=198199136 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=198199137 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Table {} time=198199137 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Table {} time=198199138 data=null doit=true} to (of type 'Table') 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Table {} time=198199138 data=null} to (of type 'Table') 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - Clicked on (of type 'Table') 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Button with text "Logarithmic Scale X", using matcher: of type 'Button' 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Button with text "Logarithmic Scale X", using matcher: with mnemonic 'Logarithmic Scale X' 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Button with text "Logarithmic Scale X", using matcher: with style 'SWT.CHECK' 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Button with text "Logarithmic Scale X", using matcher: (of type 'Button' and with mnemonic 'Logarithmic Scale X' and with style 'SWT.CHECK') 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Button with text "Logarithmic Scale Y", using matcher: of type 'Button' 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Button with text "Logarithmic Scale X", using matcher: of type 'Button' 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Button with text "Logarithmic Scale Y", using matcher: of type 'Button' 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Button with text "Logarithmic Scale Y", using matcher: with mnemonic 'Logarithmic Scale Y' 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Button with text "Logarithmic Scale Y", using matcher: with style 'SWT.CHECK' 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Button with text "Logarithmic Scale Y", using matcher: (of type 'Button' and with mnemonic 'Logarithmic Scale Y' and with style 'SWT.CHECK') 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - Setting state to checked on: Integer 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - Setting state to unchecked on: Integer 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - Setting state to checked on: Duration (ns) 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - Setting state to unchecked on: Duration (ns) 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - Setting state to checked on: Timestamp 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - Setting state to unchecked on: Timestamp 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:15 [2019-07-19T19:58:15.072Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:15 [2019-07-19T19:58:15.330Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:15 [2019-07-19T19:58:15.330Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:15 [2019-07-19T19:58:15.330Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:15 [2019-07-19T19:58:15.330Z] DEBUG - matched Shell with text "Custom chart creatio...", using matcher: with text 'Custom chart creation' 15:58:15 [2019-07-19T19:58:15.330Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Custom chart creation} time=198199333 data=null doit=true} to Shell with text {Custom chart creation} 15:58:15 [2019-07-19T19:58:15.330Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:15 [2019-07-19T19:58:15.330Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:15 [2019-07-19T19:58:15.330Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:15 [2019-07-19T19:58:15.330Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:15 [2019-07-19T19:58:15.330Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:15 [2019-07-19T19:58:15.330Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:15 [2019-07-19T19:58:15.330Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:15 [2019-07-19T19:58:15.330Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:15 [2019-07-19T19:58:15.330Z] DEBUG - Clicking on TableItem with text {String} 15:58:15 [2019-07-19T19:58:15.330Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {String} time=198199339 data=null button=0 stateMask=0x0 x=27 y=11 count=0} to TableItem with text {String} 15:58:15 [2019-07-19T19:58:15.330Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {String} time=198199339 data=null doit=true} to TableItem with text {String} 15:58:15 [2019-07-19T19:58:15.330Z] DEBUG - Attempting to set focus on Table with text {} 15:58:15 [2019-07-19T19:58:15.330Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {String} time=198199341 data=null} to TableItem with text {String} 15:58:15 [2019-07-19T19:58:15.330Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {String} time=198199342 data=null button=1 stateMask=0x0 x=27 y=11 count=1} to TableItem with text {String} 15:58:15 [2019-07-19T19:58:15.330Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=198199342 data=null item=TableItem {String} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TableItem with text {String} 15:58:15 [2019-07-19T19:58:15.330Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {String} time=198199343 data=null button=1 stateMask=0x80000 x=27 y=11 count=1} to TableItem with text {String} 15:58:15 [2019-07-19T19:58:15.330Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TableItem {String} time=198199343 data=null button=0 stateMask=0x0 x=27 y=11 count=0} to TableItem with text {String} 15:58:15 [2019-07-19T19:58:15.330Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TableItem {String} time=198199343 data=null doit=true} to TableItem with text {String} 15:58:15 [2019-07-19T19:58:15.330Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TableItem {String} time=198199350 data=null} to TableItem with text {String} 15:58:15 [2019-07-19T19:58:15.330Z] DEBUG - Clicked on TableItem with text {String} 15:58:15 [2019-07-19T19:58:15.330Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:15 [2019-07-19T19:58:15.330Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:15 [2019-07-19T19:58:15.330Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:15 [2019-07-19T19:58:15.330Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:15 [2019-07-19T19:58:15.330Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:15 [2019-07-19T19:58:15.330Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - Setting state to checked on: Timestamp 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - matched Group with text "Series Creator", using matcher: with mnemonic 'Series Creator' 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - matched Button with text "", using matcher: in group (with mnemonic 'Series Creator') 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - matched Button with text "Logarithmic Scale X", using matcher: of type 'Button' 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - matched Button with text "Logarithmic Scale Y", using matcher: of type 'Button' 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - Clicking on 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {} time=198199371 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {} time=198199371 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {} time=198199372 data=null doit=true} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {} time=198199372 data=null} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {} time=198199372 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {} time=198199373 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {} time=198199373 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {} time=198199391 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {} time=198199396 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {} time=198199396 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {} time=198199396 data=null doit=true} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {} time=198199396 data=null} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - Clicked on 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - Setting state to checked on: Timestamp 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - matched Shell with text "Custom chart creatio...", using matcher: with text 'Custom chart creation' 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Custom chart creation} time=198199447 data=null doit=true} to Shell with text {Custom chart creation} 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - Clicking on TableItem with text {String} 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {String} time=198199455 data=null button=0 stateMask=0x0 x=27 y=11 count=0} to TableItem with text {String} 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {String} time=198199456 data=null doit=true} to TableItem with text {String} 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - Attempting to set focus on Table with text {} 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {String} time=198199457 data=null} to TableItem with text {String} 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {String} time=198199458 data=null button=1 stateMask=0x0 x=27 y=11 count=1} to TableItem with text {String} 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=198199459 data=null item=TableItem {String} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TableItem with text {String} 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {String} time=198199460 data=null button=1 stateMask=0x80000 x=27 y=11 count=1} to TableItem with text {String} 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TableItem {String} time=198199466 data=null button=0 stateMask=0x0 x=27 y=11 count=0} to TableItem with text {String} 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TableItem {String} time=198199467 data=null doit=true} to TableItem with text {String} 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TableItem {String} time=198199467 data=null} to TableItem with text {String} 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - Clicked on TableItem with text {String} 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - Setting state to checked on: Timestamp2 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - Setting state to checked on: Timestamp 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - matched Group with text "Series Creator", using matcher: with mnemonic 'Series Creator' 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - matched Button with text "", using matcher: in group (with mnemonic 'Series Creator') 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - matched Button with text "Logarithmic Scale X", using matcher: of type 'Button' 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - matched Button with text "Logarithmic Scale Y", using matcher: of type 'Button' 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - Clicking on 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {} time=198199482 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {} time=198199482 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {} time=198199482 data=null doit=true} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {} time=198199483 data=null} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {} time=198199483 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {} time=198199483 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {} time=198199483 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {} time=198199537 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {} time=198199551 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {} time=198199551 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {} time=198199552 data=null doit=true} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {} time=198199552 data=null} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:15 [2019-07-19T19:58:15.340Z] DEBUG - Clicked on 15:58:15 [2019-07-19T19:58:15.597Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.91 s - in org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests.dialog.ChartMakerDialogTest 15:58:15 [2019-07-19T19:58:15.597Z] testBarChartSeries(org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests.dialog.ChartMakerDialogTest) Time elapsed: 1.192 s 15:58:15 [2019-07-19T19:58:15.597Z] 15:58:15 [2019-07-19T19:58:15.597Z] Results: 15:58:15 [2019-07-19T19:58:15.597Z] 15:58:15 [2019-07-19T19:58:15.597Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 15:58:15 [2019-07-19T19:58:15.597Z] 15:58:17 [2019-07-19T19:58:17.490Z] [INFO] All tests passed! 15:58:17 [2019-07-19T19:58:17.490Z] [INFO] 15:58:17 [2019-07-19T19:58:17.490Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests --- 15:58:17 [2019-07-19T19:58:17.490Z] [INFO] Loading execution data file /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/../../target/jacoco.exec 15:58:17 [2019-07-19T19:58:17.490Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests' with 6 classes 15:58:17 [2019-07-19T19:58:17.490Z] [INFO] 15:58:17 [2019-07-19T19:58:17.490Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests --- 15:58:17 [2019-07-19T19:58:17.490Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/target/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests-1.0.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/1.0.3-SNAPSHOT/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests-1.0.3-SNAPSHOT.jar 15:58:17 [2019-07-19T19:58:17.490Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/1.0.3-SNAPSHOT/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests-1.0.3-SNAPSHOT.pom 15:58:17 [2019-07-19T19:58:17.490Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/target/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests-1.0.3-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/1.0.3-SNAPSHOT/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests-1.0.3-SNAPSHOT-sources.jar 15:58:17 [2019-07-19T19:58:17.490Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/target/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests-1.0.3-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/1.0.3-SNAPSHOT/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests-1.0.3-SNAPSHOT-pack200.jar.pack.gz 15:58:17 [2019-07-19T19:58:17.490Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/1.0.3-SNAPSHOT/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests-1.0.3-SNAPSHOT-p2metadata.xml 15:58:17 [2019-07-19T19:58:17.490Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/1.0.3-SNAPSHOT/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests-1.0.3-SNAPSHOT-p2artifacts.xml 15:58:17 [2019-07-19T19:58:17.490Z] [INFO] 15:58:17 [2019-07-19T19:58:17.490Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests --- 15:58:17 [2019-07-19T19:58:17.490Z] [INFO] 15:58:17 [2019-07-19T19:58:17.490Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests >-- 15:58:17 [2019-07-19T19:58:17.490Z] [INFO] Building org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests 1.0.3-SNAPSHOT [54/134] 15:58:17 [2019-07-19T19:58:17.490Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- 15:58:17 [2019-07-19T19:58:17.747Z] [INFO] 15:58:17 [2019-07-19T19:58:17.747Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests --- 15:58:17 [2019-07-19T19:58:17.747Z] [INFO] 15:58:17 [2019-07-19T19:58:17.747Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests --- 15:58:17 [2019-07-19T19:58:17.747Z] [INFO] The project's OSGi version is 1.0.3.201907191907 15:58:17 [2019-07-19T19:58:17.747Z] [INFO] 15:58:17 [2019-07-19T19:58:17.747Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests --- 15:58:17 [2019-07-19T19:58:17.747Z] [INFO] 15:58:17 [2019-07-19T19:58:17.747Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests --- 15:58:17 [2019-07-19T19:58:17.747Z] [INFO] 15:58:17 [2019-07-19T19:58:17.747Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests --- 15:58:17 [2019-07-19T19:58:17.747Z] [INFO] 15:58:17 [2019-07-19T19:58:17.747Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests --- 15:58:17 [2019-07-19T19:58:17.747Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 15:58:17 [2019-07-19T19:58:17.747Z] [INFO] 15:58:17 [2019-07-19T19:58:17.747Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests --- 15:58:17 [2019-07-19T19:58:17.747Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:58:17 [2019-07-19T19:58:17.747Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/src/main/resources 15:58:17 [2019-07-19T19:58:17.747Z] [INFO] 15:58:17 [2019-07-19T19:58:17.747Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests --- 15:58:17 [2019-07-19T19:58:17.747Z] [INFO] Compiling 1 source file to /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/target/classes 15:58:18 [2019-07-19T19:58:18.004Z] [INFO] 15:58:18 [2019-07-19T19:58:18.004Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests --- 15:58:18 [2019-07-19T19:58:18.004Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:58:18 [2019-07-19T19:58:18.004Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/src/test/resources 15:58:18 [2019-07-19T19:58:18.004Z] [INFO] 15:58:18 [2019-07-19T19:58:18.004Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests --- 15:58:18 [2019-07-19T19:58:18.004Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/target/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests-1.0.3-SNAPSHOT-sources.jar 15:58:18 [2019-07-19T19:58:18.004Z] [INFO] 15:58:18 [2019-07-19T19:58:18.004Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests --- 15:58:18 [2019-07-19T19:58:18.261Z] [INFO] 15:58:18 [2019-07-19T19:58:18.261Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests --- 15:58:18 [2019-07-19T19:58:18.261Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/target/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests-1.0.3-SNAPSHOT.jar 15:58:18 [2019-07-19T19:58:18.261Z] [INFO] 15:58:18 [2019-07-19T19:58:18.261Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests --- 15:58:18 [2019-07-19T19:58:18.261Z] [INFO] 15:58:18 [2019-07-19T19:58:18.261Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests --- 15:58:18 [2019-07-19T19:58:18.261Z] [INFO] 15:58:18 [2019-07-19T19:58:18.261Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests --- 15:58:18 [2019-07-19T19:58:18.261Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/target/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests-1.0.3-SNAPSHOT.jar 15:58:18 [2019-07-19T19:58:18.261Z] [INFO] 15:58:18 [2019-07-19T19:58:18.261Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests --- 15:58:18 [2019-07-19T19:58:18.261Z] [INFO] 15:58:18 [2019-07-19T19:58:18.261Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests --- 15:58:20 [2019-07-19T19:58:20.157Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/target/work/data/.metadata/.log 15:58:20 [2019-07-19T19:58:20.157Z] [INFO] Command line: 15:58:20 [2019-07-19T19:58:20.157Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -nouithread, -consoleLog] 15:58:20 [2019-07-19T19:58:20.157Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass 15:58:24 [2019-07-19T19:58:24.332Z] !SESSION 2019-07-19 19:58:20.229 ----------------------------------------------- 15:58:24 [2019-07-19T19:58:24.332Z] eclipse.buildId=unknown 15:58:24 [2019-07-19T19:58:24.332Z] java.version=1.8.0_202 15:58:24 [2019-07-19T19:58:24.332Z] java.vendor=Oracle Corporation 15:58:24 [2019-07-19T19:58:24.332Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US 15:58:24 [2019-07-19T19:58:24.332Z] Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/target/surefire.properties -product org.eclipse.platform.ide -nouithread 15:58:24 [2019-07-19T19:58:24.332Z] Command-line arguments: -data /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/target/surefire.properties -product org.eclipse.platform.ide -nouithread -consoleLog 15:58:24 [2019-07-19T19:58:24.332Z] 15:58:24 [2019-07-19T19:58:24.332Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-19 19:58:23.495 15:58:24 [2019-07-19T19:58:24.332Z] !MESSAGE FrameworkEvent ERROR 15:58:24 [2019-07-19T19:58:24.332Z] !STACK 0 15:58:24 [2019-07-19T19:58:24.332Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [65] 15:58:24 [2019-07-19T19:58:24.332Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 15:58:24 [2019-07-19T19:58:24.332Z] 15:58:24 [2019-07-19T19:58:24.332Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 15:58:24 [2019-07-19T19:58:24.332Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 15:58:24 [2019-07-19T19:58:24.332Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 15:58:24 [2019-07-19T19:58:24.332Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 15:58:24 [2019-07-19T19:58:24.332Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 15:58:24 [2019-07-19T19:58:24.332Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 15:58:24 [2019-07-19T19:58:24.332Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 15:58:24 [2019-07-19T19:58:24.332Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 15:58:24 [2019-07-19T19:58:24.332Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 15:58:24 [2019-07-19T19:58:24.332Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 15:58:24 [2019-07-19T19:58:24.332Z] 15:58:24 [2019-07-19T19:58:24.332Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-19 19:58:23.703 15:58:24 [2019-07-19T19:58:24.332Z] !MESSAGE FrameworkEvent ERROR 15:58:24 [2019-07-19T19:58:24.332Z] !STACK 0 15:58:24 [2019-07-19T19:58:24.332Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [134] 15:58:24 [2019-07-19T19:58:24.332Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 15:58:24 [2019-07-19T19:58:24.332Z] Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)" 15:58:24 [2019-07-19T19:58:24.332Z] -> Export-Package: org.apache.http.impl.auth.win; bundle-symbolic-name="org.apache.httpcomponents.httpclient.win"; bundle-version="4.5.6.v20190213-1947"; version="4.5.6"; x-internal:="true"; uses:="org.apache.http,org.apache.http.auth,org.apache.http.client,org.apache.http.impl.auth,org.apache.http.protocol,org.apache.http.util" 15:58:24 [2019-07-19T19:58:24.332Z] org.apache.httpcomponents.httpclient.win [36] 15:58:24 [2019-07-19T19:58:24.332Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 15:58:24 [2019-07-19T19:58:24.332Z] 15:58:24 [2019-07-19T19:58:24.332Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 15:58:24 [2019-07-19T19:58:24.332Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 15:58:24 [2019-07-19T19:58:24.332Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 15:58:24 [2019-07-19T19:58:24.332Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 15:58:24 [2019-07-19T19:58:24.332Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 15:58:24 [2019-07-19T19:58:24.332Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 15:58:24 [2019-07-19T19:58:24.332Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 15:58:24 [2019-07-19T19:58:24.332Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 15:58:24 [2019-07-19T19:58:24.332Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 15:58:24 [2019-07-19T19:58:24.332Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 15:58:26 [2019-07-19T19:58:26.227Z] process 9739: D-Bus library appears to be incorrectly set up; failed to read machine uuid: UUID file '/etc/machine-id' should contain a hex string of length 32, not length 0, with no other text 15:58:26 [2019-07-19T19:58:26.227Z] See the manual page for dbus-uuidgen to correct this issue. 15:58:26 [2019-07-19T19:58:26.485Z] SWT SessionManagerDBus: Failed to connect to org.gnome.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory) 15:58:26 [2019-07-19T19:58:26.485Z] SWT SessionManagerDBus: Failed to connect to org.xfce.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory) 15:58:36 [2019-07-19T19:58:36.441Z] Running org.eclipse.tracecompass.internal.provisional.analysis.lami.ui.views.LamiChartViewerTest 15:58:36 [2019-07-19T19:58:36.698Z] Display size: 1440x900 15:58:36 [2019-07-19T19:58:36.698Z] OS version=3.10.0-957.21.3.el7.x86_64 15:58:36 [2019-07-19T19:58:36.698Z] GTK version=3.18.9 15:58:36 [2019-07-19T19:58:36.698Z] GTK theme=Ambiance 15:58:36 [2019-07-19T19:58:36.698Z] LIBOVERLAY_SCROLLBAR=0 15:58:36 [2019-07-19T19:58:36.698Z] Time zone: Coordinated Universal Time 15:58:36 [2019-07-19T19:58:36.698Z] log4j:WARN No appenders could be found for logger (org.eclipse.swtbot.swt.finder.widgets.SWTBotShell). 15:58:36 [2019-07-19T19:58:36.698Z] log4j:WARN Please initialize the log4j system properly. 15:58:40 [2019-07-19T19:58:40.873Z] 15:58:40 [2019-07-19T19:58:40.873Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 0 2019-07-19 19:58:40.272 15:58:40 [2019-07-19T19:58:40.873Z] !MESSAGE Unexpected error executing analysis with trace A-Test-10K 15:58:40 [2019-07-19T19:58:40.873Z] !STACK 0 15:58:40 [2019-07-19T19:58:40.873Z] java.lang.RuntimeException: The parameter should be set 15:58:40 [2019-07-19T19:58:40.873Z] at org.eclipse.tracecompass.tmf.tests.stubs.analysis.TestAnalysis.executeAnalysis(TestAnalysis.java:48) 15:58:40 [2019-07-19T19:58:40.873Z] at org.eclipse.tracecompass.tmf.core.analysis.TmfAbstractAnalysisModule$1.run(TmfAbstractAnalysisModule.java:393) 15:58:40 [2019-07-19T19:58:40.873Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) 15:58:40 [2019-07-19T19:58:40.873Z] 15:58:40 [2019-07-19T19:58:40.873Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 0 2019-07-19 19:58:40.286 15:58:40 [2019-07-19T19:58:40.873Z] !MESSAGE Exception executing analysis 15:58:40 [2019-07-19T19:58:40.873Z] !STACK 0 15:58:40 [2019-07-19T19:58:40.873Z] java.lang.RuntimeException: The parameter should be set 15:58:40 [2019-07-19T19:58:40.873Z] at org.eclipse.tracecompass.tmf.tests.stubs.analysis.TestAnalysis.executeAnalysis(TestAnalysis.java:48) 15:58:40 [2019-07-19T19:58:40.873Z] at org.eclipse.tracecompass.tmf.core.analysis.TmfAbstractAnalysisModule$1.run(TmfAbstractAnalysisModule.java:393) 15:58:40 [2019-07-19T19:58:40.873Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) 15:58:44 [2019-07-19T19:58:44.147Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 15:58:44 [2019-07-19T19:58:44.147Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:58:44 [2019-07-19T19:58:44.147Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:58:44 [2019-07-19T19:58:44.147Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:58:44 [2019-07-19T19:58:44.147Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:58:44 [2019-07-19T19:58:44.405Z] DEBUG - Attempting to set focus on Tree with text {} 15:58:44 [2019-07-19T19:58:44.405Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=198228434 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 15:58:44 [2019-07-19T19:58:44.405Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=198228435 data=null doit=true} to TreeItem with text {test} 15:58:44 [2019-07-19T19:58:44.405Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=198228435 data=null} to TreeItem with text {test} 15:58:44 [2019-07-19T19:58:44.405Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=198228436 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 15:58:44 [2019-07-19T19:58:44.405Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198228437 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 15:58:44 [2019-07-19T19:58:44.663Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=198228659 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 15:58:44 [2019-07-19T19:58:44.663Z] DEBUG - Attempting to set focus on Tree with text {} 15:58:44 [2019-07-19T19:58:44.663Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=198228661 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 15:58:44 [2019-07-19T19:58:44.663Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=198228662 data=null doit=true} to TreeItem with text {test} 15:58:44 [2019-07-19T19:58:44.663Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=198228662 data=null} to TreeItem with text {test} 15:58:44 [2019-07-19T19:58:44.663Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=198228663 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 15:58:44 [2019-07-19T19:58:44.663Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198228663 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 15:58:44 [2019-07-19T19:58:44.663Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=198228674 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 15:58:44 [2019-07-19T19:58:44.663Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=198228677 data=null doit=true} to TreeItem with text {test} 15:58:44 [2019-07-19T19:58:44.663Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=198228677 data=null} to TreeItem with text {test} 15:58:44 [2019-07-19T19:58:44.663Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=198228678 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 15:58:44 [2019-07-19T19:58:44.663Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=198228731 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {test} 15:58:44 [2019-07-19T19:58:44.663Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=198228784 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 15:58:44 [2019-07-19T19:58:44.663Z] DEBUG - Attempting to set focus on Tree with text {} 15:58:44 [2019-07-19T19:58:44.663Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=198228829 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 15:58:44 [2019-07-19T19:58:44.663Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=198228830 data=null doit=true} to TreeItem with text {Traces [1]} 15:58:44 [2019-07-19T19:58:44.663Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=198228830 data=null} to TreeItem with text {Traces [1]} 15:58:44 [2019-07-19T19:58:44.663Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=198228831 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 15:58:44 [2019-07-19T19:58:44.663Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198228832 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 15:58:44 [2019-07-19T19:58:44.663Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=198228872 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 15:58:44 [2019-07-19T19:58:44.663Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=198228873 data=null doit=true} to TreeItem with text {Traces [1]} 15:58:44 [2019-07-19T19:58:44.663Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=198228873 data=null} to TreeItem with text {Traces [1]} 15:58:44 [2019-07-19T19:58:44.663Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=198228874 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 15:58:44 [2019-07-19T19:58:44.920Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=198228874 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {Traces [1]} 15:58:44 [2019-07-19T19:58:44.920Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=198228938 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 15:58:44 [2019-07-19T19:58:44.920Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {A-Test-10K} time=198228939 data=null doit=true} to TreeItem with text {A-Test-10K} 15:58:44 [2019-07-19T19:58:44.920Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {A-Test-10K} time=198228940 data=null} to TreeItem with text {A-Test-10K} 15:58:44 [2019-07-19T19:58:44.920Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {A-Test-10K} time=198228940 data=null button=1 stateMask=0x0 x=112 y=74 count=1} to TreeItem with text {A-Test-10K} 15:58:44 [2019-07-19T19:58:44.920Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=198228941 data=null item=TreeItem {A-Test-10K} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {A-Test-10K} 15:58:44 [2019-07-19T19:58:44.920Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {A-Test-10K} time=198228961 data=null button=1 stateMask=0x80000 x=112 y=74 count=1} to TreeItem with text {A-Test-10K} 15:58:44 [2019-07-19T19:58:44.920Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {External Analyses} time=198228963 data=null doit=true} to TreeItem with text {External Analyses} 15:58:44 [2019-07-19T19:58:44.920Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {External Analyses} time=198228963 data=null} to TreeItem with text {External Analyses} 15:58:44 [2019-07-19T19:58:44.920Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {External Analyses} time=198228964 data=null button=1 stateMask=0x0 x=153 y=116 count=1} to TreeItem with text {External Analyses} 15:58:44 [2019-07-19T19:58:44.920Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=198228964 data=null item=TreeItem {External Analyses} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {External Analyses} 15:58:44 [2019-07-19T19:58:44.920Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {External Analyses} time=198229050 data=null button=1 stateMask=0x80000 x=153 y=116 count=1} to TreeItem with text {External Analyses} 15:58:44 [2019-07-19T19:58:44.920Z] DEBUG - Double-clicking on TreeItem with text {stubAnalysis/data/analysisMultipleSimilarRow.data} 15:58:44 [2019-07-19T19:58:44.920Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {stubAnalysis/data/analysisMultipleSimilarRow.data} time=198229056 data=null button=0 stateMask=0x0 x=273 y=158 count=0} to TreeItem with text {stubAnalysis/data/analysisMultipleSimilarRow.data} 15:58:44 [2019-07-19T19:58:44.920Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {stubAnalysis/data/analysisMultipleSimilarRow.data} time=198229056 data=null doit=true} to TreeItem with text {stubAnalysis/data/analysisMultipleSimilarRow.data} 15:58:44 [2019-07-19T19:58:44.920Z] DEBUG - Attempting to set focus on Tree with text {} 15:58:44 [2019-07-19T19:58:44.920Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {stubAnalysis/data/analysisMultipleSimilarRow.data} time=198229057 data=null} to TreeItem with text {stubAnalysis/data/analysisMultipleSimilarRow.data} 15:58:44 [2019-07-19T19:58:44.920Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {stubAnalysis/data/analysisMultipleSimilarRow.data} time=198229058 data=null button=1 stateMask=0x0 x=273 y=158 count=1} to TreeItem with text {stubAnalysis/data/analysisMultipleSimilarRow.data} 15:58:44 [2019-07-19T19:58:44.920Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198229059 data=null item=TreeItem {stubAnalysis/data/analysisMultipleSimilarRow.data} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {stubAnalysis/data/analysisMultipleSimilarRow.data} 15:58:44 [2019-07-19T19:58:44.920Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {stubAnalysis/data/analysisMultipleSimilarRow.data} time=198229144 data=null button=1 stateMask=0x80000 x=273 y=158 count=1} to TreeItem with text {stubAnalysis/data/analysisMultipleSimilarRow.data} 15:58:44 [2019-07-19T19:58:44.920Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {stubAnalysis/data/analysisMultipleSimilarRow.data} time=198229145 data=null button=1 stateMask=0x0 x=273 y=158 count=2} to TreeItem with text {stubAnalysis/data/analysisMultipleSimilarRow.data} 15:58:44 [2019-07-19T19:58:44.920Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {stubAnalysis/data/analysisMultipleSimilarRow.data} time=198229145 data=null button=1 stateMask=0x0 x=273 y=158 count=2} to TreeItem with text {stubAnalysis/data/analysisMultipleSimilarRow.data} 15:58:45 [2019-07-19T19:58:45.484Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {stubAnalysis/data/analysisMultipleSimilarRow.data} time=198229555 data=null button=1 stateMask=0x80000 x=273 y=158 count=2} to TreeItem with text {stubAnalysis/data/analysisMultipleSimilarRow.data} 15:58:45 [2019-07-19T19:58:45.484Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {stubAnalysis/data/analysisMultipleSimilarRow.data} time=198229556 data=null button=0 stateMask=0x0 x=273 y=158 count=0} to TreeItem with text {stubAnalysis/data/analysisMultipleSimilarRow.data} 15:58:45 [2019-07-19T19:58:45.484Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {stubAnalysis/data/analysisMultipleSimilarRow.data} time=198229557 data=null doit=true} to TreeItem with text {stubAnalysis/data/analysisMultipleSimilarRow.data} 15:58:45 [2019-07-19T19:58:45.484Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {stubAnalysis/data/analysisMultipleSimilarRow.data} time=198229557 data=null} to TreeItem with text {stubAnalysis/data/analysisMultipleSimilarRow.data} 15:58:45 [2019-07-19T19:58:45.484Z] DEBUG - Double-clicked on TreeItem with text {stubAnalysis/data/analysisMultipleSimilarRow.data} 15:58:45 [2019-07-19T19:58:45.484Z] DEBUG - matched Shell with text "External Analysis Pa...", using matcher: with text 'External Analysis Parameters' 15:58:45 [2019-07-19T19:58:45.484Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {External Analysis Parameters} time=198229560 data=null doit=true} to Shell with text {External Analysis Parameters} 15:58:45 [2019-07-19T19:58:45.484Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:58:45 [2019-07-19T19:58:45.484Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:58:45 [2019-07-19T19:58:45.484Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 15:58:45 [2019-07-19T19:58:45.484Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:58:45 [2019-07-19T19:58:45.484Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:58:45 [2019-07-19T19:58:45.484Z] DEBUG - Clicking on OK 15:58:45 [2019-07-19T19:58:45.484Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=198229565 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:58:45 [2019-07-19T19:58:45.484Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=198229569 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:58:45 [2019-07-19T19:58:45.484Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=198229570 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:58:45 [2019-07-19T19:58:45.484Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=198229570 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:58:45 [2019-07-19T19:58:45.484Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=198229570 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:58:45 [2019-07-19T19:58:45.484Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=198229571 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:58:45 [2019-07-19T19:58:45.484Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=198229571 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:58:45 [2019-07-19T19:58:45.484Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=198229146 data=null item=TreeItem {stubAnalysis/data/analysisMultipleSimilarRow.data} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {stubAnalysis/data/analysisMultipleSimilarRow.data} 15:58:46 [2019-07-19T19:58:46.047Z] *** BUG *** 15:58:46 [2019-07-19T19:58:46.047Z] In pixman_region32_init_rect: Invalid rectangle passed 15:58:46 [2019-07-19T19:58:46.047Z] Set a breakpoint on '_pixman_log_error' to debug 15:58:46 [2019-07-19T19:58:46.047Z] 15:58:46 [2019-07-19T19:58:46.047Z] *** BUG *** 15:58:46 [2019-07-19T19:58:46.047Z] In pixman_region32_init_rect: Invalid rectangle passed 15:58:46 [2019-07-19T19:58:46.047Z] Set a breakpoint on '_pixman_log_error' to debug 15:58:46 [2019-07-19T19:58:46.047Z] 15:58:46 [2019-07-19T19:58:46.047Z] *** BUG *** 15:58:46 [2019-07-19T19:58:46.047Z] In pixman_region32_init_rect: Invalid rectangle passed 15:58:46 [2019-07-19T19:58:46.047Z] Set a breakpoint on '_pixman_log_error' to debug 15:58:46 [2019-07-19T19:58:46.047Z] 15:58:46 [2019-07-19T19:58:46.047Z] *** BUG *** 15:58:46 [2019-07-19T19:58:46.047Z] In pixman_region32_init_rect: Invalid rectangle passed 15:58:46 [2019-07-19T19:58:46.047Z] Set a breakpoint on '_pixman_log_error' to debug 15:58:46 [2019-07-19T19:58:46.047Z] 15:58:46 [2019-07-19T19:58:46.047Z] *** BUG *** 15:58:46 [2019-07-19T19:58:46.047Z] In pixman_region32_init_rect: Invalid rectangle passed 15:58:46 [2019-07-19T19:58:46.047Z] Set a breakpoint on '_pixman_log_error' to debug 15:58:46 [2019-07-19T19:58:46.047Z] 15:58:46 [2019-07-19T19:58:46.047Z] *** BUG *** 15:58:46 [2019-07-19T19:58:46.047Z] In pixman_region32_init_rect: Invalid rectangle passed 15:58:46 [2019-07-19T19:58:46.047Z] Set a breakpoint on '_pixman_log_error' to debug 15:58:46 [2019-07-19T19:58:46.047Z] 15:58:46 [2019-07-19T19:58:46.304Z] DEBUG - Clicked on 15:58:46 [2019-07-19T19:58:46.304Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.lami.views.reportview"' 15:58:46 [2019-07-19T19:58:46.561Z] DEBUG - matched MenuItem with text "New custom chart", using matcher: with mnemonic 'New custom chart' 15:58:46 [2019-07-19T19:58:46.561Z] DEBUG - Clicking on with mnemonic 'New custom chart' 15:58:47 [2019-07-19T19:58:47.125Z] DEBUG - Clicked on with mnemonic 'New custom chart' 15:58:47 [2019-07-19T19:58:47.125Z] DEBUG - matched Shell with text "Custom chart creatio...", using matcher: with text 'Custom chart creation' 15:58:47 [2019-07-19T19:58:47.125Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Custom chart creation} time=198231249 data=null doit=true} to Shell with text {Custom chart creation} 15:58:47 [2019-07-19T19:58:47.125Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:47 [2019-07-19T19:58:47.125Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:47 [2019-07-19T19:58:47.125Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:47 [2019-07-19T19:58:47.125Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:47 [2019-07-19T19:58:47.125Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:47 [2019-07-19T19:58:47.125Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:47 [2019-07-19T19:58:47.125Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:47 [2019-07-19T19:58:47.125Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:47 [2019-07-19T19:58:47.125Z] DEBUG - Attempting to set focus on (of type 'Table') 15:58:47 [2019-07-19T19:58:47.125Z] DEBUG - Clicking on (of type 'Table') 15:58:47 [2019-07-19T19:58:47.125Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=198231262 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 15:58:47 [2019-07-19T19:58:47.125Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=198231263 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 15:58:47 [2019-07-19T19:58:47.125Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=198231263 data=null doit=true} to (of type 'Table') 15:58:47 [2019-07-19T19:58:47.125Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=198231264 data=null} to (of type 'Table') 15:58:47 [2019-07-19T19:58:47.125Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Table {} time=198231264 data=null button=1 stateMask=0x0 x=28 y=27 count=1} to (of type 'Table') 15:58:47 [2019-07-19T19:58:47.125Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Table {} time=198231265 data=null button=1 stateMask=0x80000 x=28 y=27 count=1} to (of type 'Table') 15:58:47 [2019-07-19T19:58:47.125Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=198231265 data=null item=TableItem {BAR_CHART} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to (of type 'Table') 15:58:47 [2019-07-19T19:58:47.125Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Table {} time=198231269 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 15:58:47 [2019-07-19T19:58:47.125Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=198231269 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 15:58:47 [2019-07-19T19:58:47.125Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Table {} time=198231270 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 15:58:47 [2019-07-19T19:58:47.125Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Table {} time=198231270 data=null doit=true} to (of type 'Table') 15:58:47 [2019-07-19T19:58:47.125Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Table {} time=198231270 data=null} to (of type 'Table') 15:58:47 [2019-07-19T19:58:47.125Z] DEBUG - Clicked on (of type 'Table') 15:58:47 [2019-07-19T19:58:47.125Z] DEBUG - matched Shell with text "Custom chart creatio...", using matcher: with text 'Custom chart creation' 15:58:47 [2019-07-19T19:58:47.125Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Custom chart creation} time=198231281 data=null doit=true} to Shell with text {Custom chart creation} 15:58:47 [2019-07-19T19:58:47.125Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:47 [2019-07-19T19:58:47.125Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:47 [2019-07-19T19:58:47.125Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:47 [2019-07-19T19:58:47.125Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:47 [2019-07-19T19:58:47.125Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:47 [2019-07-19T19:58:47.125Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:47 [2019-07-19T19:58:47.125Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:47 [2019-07-19T19:58:47.125Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:47 [2019-07-19T19:58:47.125Z] DEBUG - Clicking on TableItem with text {Wakee process (name)} 15:58:47 [2019-07-19T19:58:47.125Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {Wakee process (name)} time=198231340 data=null button=0 stateMask=0x0 x=81 y=11 count=0} to TableItem with text {Wakee process (name)} 15:58:47 [2019-07-19T19:58:47.125Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {Wakee process (name)} time=198231340 data=null doit=true} to TableItem with text {Wakee process (name)} 15:58:47 [2019-07-19T19:58:47.125Z] DEBUG - Attempting to set focus on Table with text {} 15:58:47 [2019-07-19T19:58:47.125Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {Wakee process (name)} time=198231342 data=null} to TableItem with text {Wakee process (name)} 15:58:47 [2019-07-19T19:58:47.125Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {Wakee process (name)} time=198231343 data=null button=1 stateMask=0x0 x=81 y=11 count=1} to TableItem with text {Wakee process (name)} 15:58:47 [2019-07-19T19:58:47.125Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=198231343 data=null item=TableItem {Wakee process (name)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TableItem with text {Wakee process (name)} 15:58:47 [2019-07-19T19:58:47.125Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {Wakee process (name)} time=198231344 data=null button=1 stateMask=0x80000 x=81 y=11 count=1} to TableItem with text {Wakee process (name)} 15:58:47 [2019-07-19T19:58:47.125Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TableItem {Wakee process (name)} time=198231344 data=null button=0 stateMask=0x0 x=81 y=11 count=0} to TableItem with text {Wakee process (name)} 15:58:47 [2019-07-19T19:58:47.125Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TableItem {Wakee process (name)} time=198231344 data=null doit=true} to TableItem with text {Wakee process (name)} 15:58:47 [2019-07-19T19:58:47.125Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TableItem {Wakee process (name)} time=198231345 data=null} to TableItem with text {Wakee process (name)} 15:58:47 [2019-07-19T19:58:47.125Z] DEBUG - Clicked on TableItem with text {Wakee process (name)} 15:58:47 [2019-07-19T19:58:47.125Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:47 [2019-07-19T19:58:47.125Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:47 [2019-07-19T19:58:47.125Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:47 [2019-07-19T19:58:47.125Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:47 [2019-07-19T19:58:47.125Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:47 [2019-07-19T19:58:47.125Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:47 [2019-07-19T19:58:47.125Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:47 [2019-07-19T19:58:47.125Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:47 [2019-07-19T19:58:47.125Z] DEBUG - Setting state to checked on: Scheduling latency (ns) 15:58:47 [2019-07-19T19:58:47.125Z] DEBUG - Setting state to checked on: Priority 15:58:47 [2019-07-19T19:58:47.125Z] DEBUG - Setting state to checked on: Target CPU 15:58:47 [2019-07-19T19:58:47.125Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:58:47 [2019-07-19T19:58:47.125Z] DEBUG - matched Group with text "Series Creator", using matcher: with mnemonic 'Series Creator' 15:58:47 [2019-07-19T19:58:47.125Z] DEBUG - matched Button with text "", using matcher: in group (with mnemonic 'Series Creator') 15:58:47 [2019-07-19T19:58:47.125Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:58:47 [2019-07-19T19:58:47.125Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:47 [2019-07-19T19:58:47.125Z] DEBUG - matched Button with text "Logarithmic Scale X", using matcher: of type 'Button' 15:58:47 [2019-07-19T19:58:47.125Z] DEBUG - matched Button with text "Logarithmic Scale Y", using matcher: of type 'Button' 15:58:47 [2019-07-19T19:58:47.125Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:58:47 [2019-07-19T19:58:47.125Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:58:47 [2019-07-19T19:58:47.125Z] DEBUG - Clicking on 15:58:47 [2019-07-19T19:58:47.125Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {} time=198231374 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:47 [2019-07-19T19:58:47.125Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {} time=198231374 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:47 [2019-07-19T19:58:47.125Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {} time=198231374 data=null doit=true} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:47 [2019-07-19T19:58:47.383Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {} time=198231374 data=null} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:47 [2019-07-19T19:58:47.383Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {} time=198231375 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:47 [2019-07-19T19:58:47.383Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {} time=198231375 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:47 [2019-07-19T19:58:47.383Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {} time=198231375 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:47 [2019-07-19T19:58:47.383Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {} time=198231467 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:47 [2019-07-19T19:58:47.383Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {} time=198231475 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:47 [2019-07-19T19:58:47.383Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {} time=198231475 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:47 [2019-07-19T19:58:47.383Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {} time=198231475 data=null doit=true} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:47 [2019-07-19T19:58:47.383Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {} time=198231476 data=null} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:47 [2019-07-19T19:58:47.383Z] DEBUG - Clicked on 15:58:47 [2019-07-19T19:58:47.383Z] DEBUG - matched Shell with text "Custom chart creatio...", using matcher: with text 'Custom chart creation' 15:58:47 [2019-07-19T19:58:47.383Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Custom chart creation} time=198231477 data=null doit=true} to Shell with text {Custom chart creation} 15:58:47 [2019-07-19T19:58:47.383Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:58:47 [2019-07-19T19:58:47.383Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:58:47 [2019-07-19T19:58:47.383Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:58:47 [2019-07-19T19:58:47.383Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:58:47 [2019-07-19T19:58:47.383Z] DEBUG - matched Button with text "Logarithmic Scale X", using matcher: of type 'Button' 15:58:47 [2019-07-19T19:58:47.383Z] DEBUG - matched Button with text "Logarithmic Scale Y", using matcher: of type 'Button' 15:58:47 [2019-07-19T19:58:47.383Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:58:47 [2019-07-19T19:58:47.383Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:58:47 [2019-07-19T19:58:47.383Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 15:58:47 [2019-07-19T19:58:47.383Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:58:47 [2019-07-19T19:58:47.383Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:58:47 [2019-07-19T19:58:47.383Z] DEBUG - Clicking on OK 15:58:47 [2019-07-19T19:58:47.383Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=198231540 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:58:47 [2019-07-19T19:58:47.383Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=198231540 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:58:47 [2019-07-19T19:58:47.383Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=198231540 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:58:47 [2019-07-19T19:58:47.383Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=198231541 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:58:47 [2019-07-19T19:58:47.383Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=198231541 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:58:47 [2019-07-19T19:58:47.383Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=198231541 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:58:47 [2019-07-19T19:58:47.383Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=198231541 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:58:47 [2019-07-19T19:58:47.946Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {New custom chart} time=198230774 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'New custom chart' 15:58:47 [2019-07-19T19:58:47.946Z] DEBUG - Clicked on 15:58:47 [2019-07-19T19:58:47.946Z] DEBUG - matched Chart with text "", using matcher: of type 'Chart' 15:58:48 [2019-07-19T19:58:48.203Z] DEBUG - Clicking on with mnemonic 'New custom chart' 15:58:48 [2019-07-19T19:58:48.461Z] DEBUG - Clicked on with mnemonic 'New custom chart' 15:58:48 [2019-07-19T19:58:48.461Z] DEBUG - matched Shell with text "Custom chart creatio...", using matcher: with text 'Custom chart creation' 15:58:48 [2019-07-19T19:58:48.461Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Custom chart creation} time=198232642 data=null doit=true} to Shell with text {Custom chart creation} 15:58:48 [2019-07-19T19:58:48.461Z] DEBUG - matched Shell with text "Custom chart creatio...", using matcher: with text 'Custom chart creation' 15:58:48 [2019-07-19T19:58:48.461Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Custom chart creation} time=198232643 data=null doit=true} to Shell with text {Custom chart creation} 15:58:48 [2019-07-19T19:58:48.461Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:48 [2019-07-19T19:58:48.461Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:48 [2019-07-19T19:58:48.461Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:48 [2019-07-19T19:58:48.461Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:48 [2019-07-19T19:58:48.461Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:48 [2019-07-19T19:58:48.461Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:48 [2019-07-19T19:58:48.461Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:48 [2019-07-19T19:58:48.461Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:48 [2019-07-19T19:58:48.461Z] DEBUG - Attempting to set focus on (of type 'Table') 15:58:48 [2019-07-19T19:58:48.461Z] DEBUG - Clicking on (of type 'Table') 15:58:48 [2019-07-19T19:58:48.461Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=198232648 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 15:58:48 [2019-07-19T19:58:48.461Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=198232648 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 15:58:48 [2019-07-19T19:58:48.461Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=198232649 data=null doit=true} to (of type 'Table') 15:58:48 [2019-07-19T19:58:48.461Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=198232649 data=null} to (of type 'Table') 15:58:48 [2019-07-19T19:58:48.461Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Table {} time=198232649 data=null button=1 stateMask=0x0 x=28 y=27 count=1} to (of type 'Table') 15:58:48 [2019-07-19T19:58:48.461Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Table {} time=198232650 data=null button=1 stateMask=0x80000 x=28 y=27 count=1} to (of type 'Table') 15:58:48 [2019-07-19T19:58:48.461Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=198232650 data=null item=TableItem {BAR_CHART} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to (of type 'Table') 15:58:48 [2019-07-19T19:58:48.461Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Table {} time=198232663 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 15:58:48 [2019-07-19T19:58:48.461Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=198232663 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 15:58:48 [2019-07-19T19:58:48.461Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Table {} time=198232664 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 15:58:48 [2019-07-19T19:58:48.461Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Table {} time=198232664 data=null doit=true} to (of type 'Table') 15:58:48 [2019-07-19T19:58:48.461Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Table {} time=198232664 data=null} to (of type 'Table') 15:58:48 [2019-07-19T19:58:48.461Z] DEBUG - Clicked on (of type 'Table') 15:58:48 [2019-07-19T19:58:48.461Z] DEBUG - matched Shell with text "Custom chart creatio...", using matcher: with text 'Custom chart creation' 15:58:48 [2019-07-19T19:58:48.461Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Custom chart creation} time=198232666 data=null doit=true} to Shell with text {Custom chart creation} 15:58:48 [2019-07-19T19:58:48.461Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:48 [2019-07-19T19:58:48.461Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:48 [2019-07-19T19:58:48.461Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:48 [2019-07-19T19:58:48.461Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:48 [2019-07-19T19:58:48.461Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:48 [2019-07-19T19:58:48.461Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:48 [2019-07-19T19:58:48.461Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:48 [2019-07-19T19:58:48.461Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:48 [2019-07-19T19:58:48.461Z] DEBUG - Clicking on TableItem with text {Waker process (name)} 15:58:48 [2019-07-19T19:58:48.461Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {Waker process (name)} time=198232670 data=null button=0 stateMask=0x0 x=80 y=74 count=0} to TableItem with text {Waker process (name)} 15:58:48 [2019-07-19T19:58:48.461Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {Waker process (name)} time=198232670 data=null doit=true} to TableItem with text {Waker process (name)} 15:58:48 [2019-07-19T19:58:48.461Z] DEBUG - Attempting to set focus on Table with text {} 15:58:48 [2019-07-19T19:58:48.461Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {Waker process (name)} time=198232676 data=null} to TableItem with text {Waker process (name)} 15:58:48 [2019-07-19T19:58:48.461Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {Waker process (name)} time=198232676 data=null button=1 stateMask=0x0 x=80 y=74 count=1} to TableItem with text {Waker process (name)} 15:58:48 [2019-07-19T19:58:48.461Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=198232677 data=null item=TableItem {Waker process (name)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TableItem with text {Waker process (name)} 15:58:48 [2019-07-19T19:58:48.461Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {Waker process (name)} time=198232678 data=null button=1 stateMask=0x80000 x=80 y=74 count=1} to TableItem with text {Waker process (name)} 15:58:48 [2019-07-19T19:58:48.461Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TableItem {Waker process (name)} time=198232678 data=null button=0 stateMask=0x0 x=80 y=74 count=0} to TableItem with text {Waker process (name)} 15:58:48 [2019-07-19T19:58:48.461Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TableItem {Waker process (name)} time=198232678 data=null doit=true} to TableItem with text {Waker process (name)} 15:58:48 [2019-07-19T19:58:48.461Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TableItem {Waker process (name)} time=198232678 data=null} to TableItem with text {Waker process (name)} 15:58:48 [2019-07-19T19:58:48.718Z] DEBUG - Clicked on TableItem with text {Waker process (name)} 15:58:48 [2019-07-19T19:58:48.718Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:48 [2019-07-19T19:58:48.718Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:48 [2019-07-19T19:58:48.718Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:48 [2019-07-19T19:58:48.718Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:48 [2019-07-19T19:58:48.718Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:48 [2019-07-19T19:58:48.718Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:48 [2019-07-19T19:58:48.718Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:48 [2019-07-19T19:58:48.718Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:48 [2019-07-19T19:58:48.718Z] DEBUG - Setting state to checked on: Scheduling latency (ns) 15:58:48 [2019-07-19T19:58:48.718Z] DEBUG - Setting state to checked on: Priority 15:58:48 [2019-07-19T19:58:48.718Z] DEBUG - Setting state to checked on: Target CPU 15:58:48 [2019-07-19T19:58:48.718Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:58:48 [2019-07-19T19:58:48.718Z] DEBUG - matched Group with text "Series Creator", using matcher: with mnemonic 'Series Creator' 15:58:48 [2019-07-19T19:58:48.718Z] DEBUG - matched Button with text "", using matcher: in group (with mnemonic 'Series Creator') 15:58:48 [2019-07-19T19:58:48.718Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:58:48 [2019-07-19T19:58:48.718Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:48 [2019-07-19T19:58:48.718Z] DEBUG - matched Button with text "Logarithmic Scale X", using matcher: of type 'Button' 15:58:48 [2019-07-19T19:58:48.718Z] DEBUG - matched Button with text "Logarithmic Scale Y", using matcher: of type 'Button' 15:58:48 [2019-07-19T19:58:48.718Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:58:48 [2019-07-19T19:58:48.718Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:58:48 [2019-07-19T19:58:48.718Z] DEBUG - Clicking on 15:58:48 [2019-07-19T19:58:48.718Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {} time=198232748 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:48 [2019-07-19T19:58:48.718Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {} time=198232748 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:48 [2019-07-19T19:58:48.718Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {} time=198232748 data=null doit=true} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:48 [2019-07-19T19:58:48.718Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {} time=198232748 data=null} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:48 [2019-07-19T19:58:48.718Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {} time=198232749 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:48 [2019-07-19T19:58:48.718Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {} time=198232749 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:48 [2019-07-19T19:58:48.718Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {} time=198232749 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:48 [2019-07-19T19:58:48.718Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {} time=198232780 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:48 [2019-07-19T19:58:48.718Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {} time=198232840 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:48 [2019-07-19T19:58:48.718Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {} time=198232841 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:48 [2019-07-19T19:58:48.718Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {} time=198232841 data=null doit=true} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:48 [2019-07-19T19:58:48.718Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {} time=198232841 data=null} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:48 [2019-07-19T19:58:48.718Z] DEBUG - Clicked on 15:58:48 [2019-07-19T19:58:48.718Z] DEBUG - matched Shell with text "Custom chart creatio...", using matcher: with text 'Custom chart creation' 15:58:48 [2019-07-19T19:58:48.718Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Custom chart creation} time=198232842 data=null doit=true} to Shell with text {Custom chart creation} 15:58:48 [2019-07-19T19:58:48.718Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:58:48 [2019-07-19T19:58:48.718Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:58:48 [2019-07-19T19:58:48.718Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:58:48 [2019-07-19T19:58:48.718Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:58:48 [2019-07-19T19:58:48.718Z] DEBUG - matched Button with text "Logarithmic Scale X", using matcher: of type 'Button' 15:58:48 [2019-07-19T19:58:48.718Z] DEBUG - matched Button with text "Logarithmic Scale Y", using matcher: of type 'Button' 15:58:48 [2019-07-19T19:58:48.718Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:58:48 [2019-07-19T19:58:48.718Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:58:48 [2019-07-19T19:58:48.718Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 15:58:48 [2019-07-19T19:58:48.718Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:58:48 [2019-07-19T19:58:48.718Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:58:48 [2019-07-19T19:58:48.718Z] DEBUG - Clicking on OK 15:58:48 [2019-07-19T19:58:48.718Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=198232846 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:58:48 [2019-07-19T19:58:48.718Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=198232846 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:58:48 [2019-07-19T19:58:48.718Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=198232846 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:58:48 [2019-07-19T19:58:48.718Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=198232847 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:58:48 [2019-07-19T19:58:48.718Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=198232847 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:58:48 [2019-07-19T19:58:48.718Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=198232847 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:58:48 [2019-07-19T19:58:48.718Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=198232847 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:58:48 [2019-07-19T19:58:48.975Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {New custom chart} time=198232236 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'New custom chart' 15:58:48 [2019-07-19T19:58:48.975Z] DEBUG - Clicked on 15:58:48 [2019-07-19T19:58:48.975Z] DEBUG - matched Chart with text "", using matcher: of type 'Chart' 15:58:49 [2019-07-19T19:58:49.540Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button' 15:58:49 [2019-07-19T19:58:49.540Z] DEBUG - matched Button with text "&Reset Perspective", using matcher: of type 'Button' 15:58:49 [2019-07-19T19:58:49.540Z] DEBUG - matched Button with text "&Reset Perspective", using matcher: with mnemonic 'Reset Perspective' 15:58:49 [2019-07-19T19:58:49.540Z] DEBUG - matched Button with text "&Reset Perspective", using matcher: (with mnemonic 'Yes' or with mnemonic 'Reset Perspective') 15:58:49 [2019-07-19T19:58:49.540Z] DEBUG - matched Button with text "&Reset Perspective", using matcher: with style 'SWT.PUSH' 15:58:49 [2019-07-19T19:58:49.540Z] DEBUG - matched Button with text "&Reset Perspective", using matcher: (of type 'Button' and (with mnemonic 'Yes' or with mnemonic 'Reset Perspective') and with style 'SWT.PUSH') 15:58:49 [2019-07-19T19:58:49.540Z] DEBUG - Clicking on &Reset Perspective 15:58:49 [2019-07-19T19:58:49.540Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Reset Perspective} time=198233572 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Yes' or with mnemonic 'Reset Perspective') and with style 'SWT.PUSH') 15:58:49 [2019-07-19T19:58:49.540Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Reset Perspective} time=198233572 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Yes' or with mnemonic 'Reset Perspective') and with style 'SWT.PUSH') 15:58:49 [2019-07-19T19:58:49.540Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Reset Perspective} time=198233573 data=null doit=true} to (of type 'Button' and (with mnemonic 'Yes' or with mnemonic 'Reset Perspective') and with style 'SWT.PUSH') 15:58:49 [2019-07-19T19:58:49.540Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Reset Perspective} time=198233573 data=null} to (of type 'Button' and (with mnemonic 'Yes' or with mnemonic 'Reset Perspective') and with style 'SWT.PUSH') 15:58:49 [2019-07-19T19:58:49.540Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Reset Perspective} time=198233573 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Yes' or with mnemonic 'Reset Perspective') and with style 'SWT.PUSH') 15:58:49 [2019-07-19T19:58:49.540Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Reset Perspective} time=198233575 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Yes' or with mnemonic 'Reset Perspective') and with style 'SWT.PUSH') 15:58:49 [2019-07-19T19:58:49.540Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Reset Perspective} time=198233575 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and (with mnemonic 'Yes' or with mnemonic 'Reset Perspective') and with style 'SWT.PUSH') 15:58:50 [2019-07-19T19:58:50.107Z] DEBUG - Clicked on 15:58:50 [2019-07-19T19:58:50.107Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 15:58:50 [2019-07-19T19:58:50.107Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:58:50 [2019-07-19T19:58:50.107Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:58:50 [2019-07-19T19:58:50.107Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:58:50 [2019-07-19T19:58:50.107Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:58:50 [2019-07-19T19:58:50.107Z] DEBUG - Attempting to set focus on Tree with text {} 15:58:50 [2019-07-19T19:58:50.107Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=198234276 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 15:58:50 [2019-07-19T19:58:50.107Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=198234276 data=null doit=true} to TreeItem with text {test} 15:58:50 [2019-07-19T19:58:50.107Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=198234276 data=null} to TreeItem with text {test} 15:58:50 [2019-07-19T19:58:50.107Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=198234277 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 15:58:50 [2019-07-19T19:58:50.107Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198234277 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 15:58:50 [2019-07-19T19:58:50.364Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=198234427 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 15:58:50 [2019-07-19T19:58:50.364Z] DEBUG - Attempting to set focus on Tree with text {} 15:58:50 [2019-07-19T19:58:50.364Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=198234429 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 15:58:50 [2019-07-19T19:58:50.364Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=198234429 data=null doit=true} to TreeItem with text {test} 15:58:50 [2019-07-19T19:58:50.364Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=198234429 data=null} to TreeItem with text {test} 15:58:50 [2019-07-19T19:58:50.364Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=198234430 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 15:58:50 [2019-07-19T19:58:50.364Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198234430 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 15:58:50 [2019-07-19T19:58:50.364Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=198234441 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 15:58:50 [2019-07-19T19:58:50.364Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 15:58:50 [2019-07-19T19:58:50.364Z] DEBUG - Attempting to set focus on Tree with text {} 15:58:50 [2019-07-19T19:58:50.364Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=198234443 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 15:58:50 [2019-07-19T19:58:50.364Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=198234449 data=null doit=true} to TreeItem with text {Traces [1]} 15:58:50 [2019-07-19T19:58:50.364Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=198234449 data=null} to TreeItem with text {Traces [1]} 15:58:50 [2019-07-19T19:58:50.364Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=198234449 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 15:58:50 [2019-07-19T19:58:50.364Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198234450 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 15:58:50 [2019-07-19T19:58:50.364Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=198234528 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 15:58:50 [2019-07-19T19:58:50.364Z] WARN - Tree item TreeItem with text {Traces [1]} is already expanded. Won't expand it again. 15:58:50 [2019-07-19T19:58:50.364Z] WARN - Tree item TreeItem with text {A-Test-10K} is already expanded. Won't expand it again. 15:58:50 [2019-07-19T19:58:50.364Z] WARN - Tree item TreeItem with text {External Analyses} is already expanded. Won't expand it again. 15:58:50 [2019-07-19T19:58:50.364Z] DEBUG - Double-clicking on TreeItem with text {stubAnalysis/data/analysisMultipleRow.data} 15:58:50 [2019-07-19T19:58:50.364Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {stubAnalysis/data/analysisMultipleRow.data} time=198234531 data=null button=0 stateMask=0x0 x=251 y=137 count=0} to TreeItem with text {stubAnalysis/data/analysisMultipleRow.data} 15:58:50 [2019-07-19T19:58:50.364Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {stubAnalysis/data/analysisMultipleRow.data} time=198234532 data=null doit=true} to TreeItem with text {stubAnalysis/data/analysisMultipleRow.data} 15:58:50 [2019-07-19T19:58:50.364Z] DEBUG - Attempting to set focus on Tree with text {} 15:58:50 [2019-07-19T19:58:50.364Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {stubAnalysis/data/analysisMultipleRow.data} time=198234532 data=null} to TreeItem with text {stubAnalysis/data/analysisMultipleRow.data} 15:58:50 [2019-07-19T19:58:50.364Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {stubAnalysis/data/analysisMultipleRow.data} time=198234533 data=null button=1 stateMask=0x0 x=251 y=137 count=1} to TreeItem with text {stubAnalysis/data/analysisMultipleRow.data} 15:58:50 [2019-07-19T19:58:50.364Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198234533 data=null item=TreeItem {stubAnalysis/data/analysisMultipleRow.data} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {stubAnalysis/data/analysisMultipleRow.data} 15:58:50 [2019-07-19T19:58:50.364Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {stubAnalysis/data/analysisMultipleRow.data} time=198234562 data=null button=1 stateMask=0x80000 x=251 y=137 count=1} to TreeItem with text {stubAnalysis/data/analysisMultipleRow.data} 15:58:50 [2019-07-19T19:58:50.364Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {stubAnalysis/data/analysisMultipleRow.data} time=198234563 data=null button=1 stateMask=0x0 x=251 y=137 count=2} to TreeItem with text {stubAnalysis/data/analysisMultipleRow.data} 15:58:50 [2019-07-19T19:58:50.364Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {stubAnalysis/data/analysisMultipleRow.data} time=198234564 data=null button=1 stateMask=0x0 x=251 y=137 count=2} to TreeItem with text {stubAnalysis/data/analysisMultipleRow.data} 15:58:50 [2019-07-19T19:58:50.927Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {stubAnalysis/data/analysisMultipleRow.data} time=198234931 data=null button=1 stateMask=0x80000 x=251 y=137 count=2} to TreeItem with text {stubAnalysis/data/analysisMultipleRow.data} 15:58:50 [2019-07-19T19:58:50.927Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {stubAnalysis/data/analysisMultipleRow.data} time=198234932 data=null button=0 stateMask=0x0 x=251 y=137 count=0} to TreeItem with text {stubAnalysis/data/analysisMultipleRow.data} 15:58:50 [2019-07-19T19:58:50.927Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {stubAnalysis/data/analysisMultipleRow.data} time=198234932 data=null doit=true} to TreeItem with text {stubAnalysis/data/analysisMultipleRow.data} 15:58:50 [2019-07-19T19:58:50.927Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {stubAnalysis/data/analysisMultipleRow.data} time=198234933 data=null} to TreeItem with text {stubAnalysis/data/analysisMultipleRow.data} 15:58:50 [2019-07-19T19:58:50.927Z] DEBUG - Double-clicked on TreeItem with text {stubAnalysis/data/analysisMultipleRow.data} 15:58:50 [2019-07-19T19:58:50.927Z] DEBUG - matched Shell with text "External Analysis Pa...", using matcher: with text 'External Analysis Parameters' 15:58:50 [2019-07-19T19:58:50.927Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {External Analysis Parameters} time=198234934 data=null doit=true} to Shell with text {External Analysis Parameters} 15:58:50 [2019-07-19T19:58:50.927Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:58:50 [2019-07-19T19:58:50.927Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:58:50 [2019-07-19T19:58:50.927Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 15:58:50 [2019-07-19T19:58:50.927Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:58:50 [2019-07-19T19:58:50.927Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:58:50 [2019-07-19T19:58:50.927Z] DEBUG - Clicking on OK 15:58:50 [2019-07-19T19:58:50.927Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=198234936 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:58:50 [2019-07-19T19:58:50.927Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=198234937 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:58:50 [2019-07-19T19:58:50.927Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=198234937 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:58:50 [2019-07-19T19:58:50.927Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=198234937 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:58:50 [2019-07-19T19:58:50.927Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=198234937 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:58:50 [2019-07-19T19:58:50.927Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=198234938 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:58:50 [2019-07-19T19:58:50.927Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=198234938 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:58:50 [2019-07-19T19:58:50.927Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=198234564 data=null item=TreeItem {stubAnalysis/data/analysisMultipleRow.data} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {stubAnalysis/data/analysisMultipleRow.data} 15:58:51 [2019-07-19T19:58:51.491Z] *** BUG *** 15:58:51 [2019-07-19T19:58:51.491Z] In pixman_region32_init_rect: Invalid rectangle passed 15:58:51 [2019-07-19T19:58:51.491Z] Set a breakpoint on '_pixman_log_error' to debug 15:58:51 [2019-07-19T19:58:51.491Z] 15:58:51 [2019-07-19T19:58:51.491Z] *** BUG *** 15:58:51 [2019-07-19T19:58:51.491Z] In pixman_region32_init_rect: Invalid rectangle passed 15:58:51 [2019-07-19T19:58:51.491Z] Set a breakpoint on '_pixman_log_error' to debug 15:58:51 [2019-07-19T19:58:51.491Z] 15:58:51 [2019-07-19T19:58:51.491Z] *** BUG *** 15:58:51 [2019-07-19T19:58:51.491Z] In pixman_region32_init_rect: Invalid rectangle passed 15:58:51 [2019-07-19T19:58:51.491Z] Set a breakpoint on '_pixman_log_error' to debug 15:58:51 [2019-07-19T19:58:51.491Z] 15:58:51 [2019-07-19T19:58:51.491Z] *** BUG *** 15:58:51 [2019-07-19T19:58:51.491Z] In pixman_region32_init_rect: Invalid rectangle passed 15:58:51 [2019-07-19T19:58:51.491Z] Set a breakpoint on '_pixman_log_error' to debug 15:58:51 [2019-07-19T19:58:51.491Z] 15:58:51 [2019-07-19T19:58:51.748Z] DEBUG - Clicked on 15:58:51 [2019-07-19T19:58:51.748Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.lami.views.reportview"' 15:58:52 [2019-07-19T19:58:52.312Z] DEBUG - matched MenuItem with text "New custom chart", using matcher: with mnemonic 'New custom chart' 15:58:52 [2019-07-19T19:58:52.312Z] DEBUG - Clicking on with mnemonic 'New custom chart' 15:58:52 [2019-07-19T19:58:52.569Z] DEBUG - Clicked on with mnemonic 'New custom chart' 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - matched Shell with text "Custom chart creatio...", using matcher: with text 'Custom chart creation' 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Custom chart creation} time=198236844 data=null doit=true} to Shell with text {Custom chart creation} 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - Attempting to set focus on (of type 'Table') 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - Clicking on (of type 'Table') 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=198236848 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=198236853 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=198236853 data=null doit=true} to (of type 'Table') 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=198236853 data=null} to (of type 'Table') 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Table {} time=198236853 data=null button=1 stateMask=0x0 x=28 y=81 count=1} to (of type 'Table') 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Table {} time=198236854 data=null button=1 stateMask=0x80000 x=28 y=81 count=1} to (of type 'Table') 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=198236854 data=null item=TableItem {SCATTER_CHART} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to (of type 'Table') 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Table {} time=198236861 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=198236862 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Table {} time=198236862 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Table {} time=198236862 data=null doit=true} to (of type 'Table') 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Table {} time=198236862 data=null} to (of type 'Table') 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - Clicked on (of type 'Table') 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - matched Shell with text "Custom chart creatio...", using matcher: with text 'Custom chart creation' 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Custom chart creation} time=198236863 data=null doit=true} to Shell with text {Custom chart creation} 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - Clicking on TableItem with text {Wakeup timestamp} 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {Wakeup timestamp} time=198236878 data=null button=0 stateMask=0x0 x=70 y=11 count=0} to TableItem with text {Wakeup timestamp} 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {Wakeup timestamp} time=198236878 data=null doit=true} to TableItem with text {Wakeup timestamp} 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - Attempting to set focus on Table with text {} 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {Wakeup timestamp} time=198236880 data=null} to TableItem with text {Wakeup timestamp} 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {Wakeup timestamp} time=198236880 data=null button=1 stateMask=0x0 x=70 y=11 count=1} to TableItem with text {Wakeup timestamp} 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=198236880 data=null item=TableItem {Wakeup timestamp} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TableItem with text {Wakeup timestamp} 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {Wakeup timestamp} time=198236881 data=null button=1 stateMask=0x80000 x=70 y=11 count=1} to TableItem with text {Wakeup timestamp} 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TableItem {Wakeup timestamp} time=198236881 data=null button=0 stateMask=0x0 x=70 y=11 count=0} to TableItem with text {Wakeup timestamp} 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TableItem {Wakeup timestamp} time=198236881 data=null doit=true} to TableItem with text {Wakeup timestamp} 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TableItem {Wakeup timestamp} time=198236881 data=null} to TableItem with text {Wakeup timestamp} 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - Clicked on TableItem with text {Wakeup timestamp} 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - Setting state to checked on: Scheduling latency (ns) 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - matched Group with text "Series Creator", using matcher: with mnemonic 'Series Creator' 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - matched Button with text "", using matcher: in group (with mnemonic 'Series Creator') 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - matched Button with text "Logarithmic Scale X", using matcher: of type 'Button' 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - matched Button with text "Logarithmic Scale Y", using matcher: of type 'Button' 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - Clicking on 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {} time=198236895 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {} time=198236895 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {} time=198236895 data=null doit=true} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {} time=198236895 data=null} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {} time=198236895 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {} time=198236895 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {} time=198236896 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {} time=198236944 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {} time=198236948 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {} time=198236949 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {} time=198236949 data=null doit=true} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {} time=198236949 data=null} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - Clicked on 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - matched Shell with text "Custom chart creatio...", using matcher: with text 'Custom chart creation' 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Custom chart creation} time=198236955 data=null doit=true} to Shell with text {Custom chart creation} 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - Clicking on TableItem with text {Switch timestamp} 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {Switch timestamp} time=198236959 data=null button=0 stateMask=0x0 x=66 y=32 count=0} to TableItem with text {Switch timestamp} 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {Switch timestamp} time=198236959 data=null doit=true} to TableItem with text {Switch timestamp} 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - Attempting to set focus on Table with text {} 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {Switch timestamp} time=198236960 data=null} to TableItem with text {Switch timestamp} 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {Switch timestamp} time=198236960 data=null button=1 stateMask=0x0 x=66 y=32 count=1} to TableItem with text {Switch timestamp} 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=198236961 data=null item=TableItem {Switch timestamp} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TableItem with text {Switch timestamp} 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {Switch timestamp} time=198236961 data=null button=1 stateMask=0x80000 x=66 y=32 count=1} to TableItem with text {Switch timestamp} 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TableItem {Switch timestamp} time=198236962 data=null button=0 stateMask=0x0 x=66 y=32 count=0} to TableItem with text {Switch timestamp} 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TableItem {Switch timestamp} time=198236962 data=null doit=true} to TableItem with text {Switch timestamp} 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TableItem {Switch timestamp} time=198236962 data=null} to TableItem with text {Switch timestamp} 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - Clicked on TableItem with text {Switch timestamp} 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - Setting state to checked on: Scheduling latency (ns) 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - matched Group with text "Series Creator", using matcher: with mnemonic 'Series Creator' 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - matched Button with text "", using matcher: in group (with mnemonic 'Series Creator') 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - matched Button with text "Logarithmic Scale X", using matcher: of type 'Button' 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - matched Button with text "Logarithmic Scale Y", using matcher: of type 'Button' 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - Clicking on 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {} time=198236976 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {} time=198236976 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {} time=198236976 data=null doit=true} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {} time=198236977 data=null} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {} time=198236977 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {} time=198236977 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {} time=198236977 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {} time=198236993 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {} time=198236999 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {} time=198236999 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {} time=198236999 data=null doit=true} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {} time=198236999 data=null} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - Clicked on 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - matched Shell with text "Custom chart creatio...", using matcher: with text 'Custom chart creation' 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Custom chart creation} time=198237000 data=null doit=true} to Shell with text {Custom chart creation} 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - matched Button with text "Logarithmic Scale X", using matcher: of type 'Button' 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - matched Button with text "Logarithmic Scale Y", using matcher: of type 'Button' 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - Clicking on OK 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=198237031 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=198237031 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=198237031 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=198237032 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=198237032 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=198237032 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:58:52 [2019-07-19T19:58:52.828Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=198237032 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:58:53 [2019-07-19T19:58:53.085Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {New custom chart} time=198236492 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'New custom chart' 15:58:53 [2019-07-19T19:58:53.342Z] DEBUG - Clicked on 15:58:53 [2019-07-19T19:58:53.342Z] DEBUG - matched Chart with text "", using matcher: of type 'Chart' 15:58:53 [2019-07-19T19:58:53.599Z] DEBUG - Clicking on with mnemonic 'New custom chart' 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Clicked on with mnemonic 'New custom chart' 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - matched Shell with text "Custom chart creatio...", using matcher: with text 'Custom chart creation' 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Custom chart creation} time=198237900 data=null doit=true} to Shell with text {Custom chart creation} 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Attempting to set focus on (of type 'Table') 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Clicking on (of type 'Table') 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=198237943 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=198237943 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=198237944 data=null doit=true} to (of type 'Table') 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=198237944 data=null} to (of type 'Table') 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Table {} time=198237944 data=null button=1 stateMask=0x0 x=28 y=81 count=1} to (of type 'Table') 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Table {} time=198237944 data=null button=1 stateMask=0x80000 x=28 y=81 count=1} to (of type 'Table') 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=198237945 data=null item=TableItem {SCATTER_CHART} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to (of type 'Table') 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Table {} time=198237953 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=198237953 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Table {} time=198237953 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Table {} time=198237953 data=null doit=true} to (of type 'Table') 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Table {} time=198237953 data=null} to (of type 'Table') 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Clicked on (of type 'Table') 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - matched Shell with text "Custom chart creatio...", using matcher: with text 'Custom chart creation' 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Custom chart creation} time=198237954 data=null doit=true} to Shell with text {Custom chart creation} 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Clicking on TableItem with text {Wakeup timestamp} 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {Wakeup timestamp} time=198237967 data=null button=0 stateMask=0x0 x=70 y=11 count=0} to TableItem with text {Wakeup timestamp} 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {Wakeup timestamp} time=198237968 data=null doit=true} to TableItem with text {Wakeup timestamp} 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Attempting to set focus on Table with text {} 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {Wakeup timestamp} time=198237969 data=null} to TableItem with text {Wakeup timestamp} 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {Wakeup timestamp} time=198237970 data=null button=1 stateMask=0x0 x=70 y=11 count=1} to TableItem with text {Wakeup timestamp} 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=198237970 data=null item=TableItem {Wakeup timestamp} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TableItem with text {Wakeup timestamp} 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {Wakeup timestamp} time=198237971 data=null button=1 stateMask=0x80000 x=70 y=11 count=1} to TableItem with text {Wakeup timestamp} 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TableItem {Wakeup timestamp} time=198237971 data=null button=0 stateMask=0x0 x=70 y=11 count=0} to TableItem with text {Wakeup timestamp} 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TableItem {Wakeup timestamp} time=198237971 data=null doit=true} to TableItem with text {Wakeup timestamp} 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TableItem {Wakeup timestamp} time=198237971 data=null} to TableItem with text {Wakeup timestamp} 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Clicked on TableItem with text {Wakeup timestamp} 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Setting state to checked on: Scheduling latency (ns) 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - matched Group with text "Series Creator", using matcher: with mnemonic 'Series Creator' 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - matched Button with text "", using matcher: in group (with mnemonic 'Series Creator') 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - matched Button with text "Logarithmic Scale X", using matcher: of type 'Button' 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - matched Button with text "Logarithmic Scale Y", using matcher: of type 'Button' 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Clicking on 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {} time=198237985 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {} time=198237985 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {} time=198237985 data=null doit=true} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {} time=198237986 data=null} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {} time=198237986 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {} time=198237986 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {} time=198237986 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {} time=198238034 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {} time=198238036 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {} time=198238036 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {} time=198238036 data=null doit=true} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {} time=198238037 data=null} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Clicked on 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - matched Shell with text "Custom chart creatio...", using matcher: with text 'Custom chart creation' 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Custom chart creation} time=198238038 data=null doit=true} to Shell with text {Custom chart creation} 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Clicking on TableItem with text {Switch timestamp} 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {Switch timestamp} time=198238041 data=null button=0 stateMask=0x0 x=66 y=32 count=0} to TableItem with text {Switch timestamp} 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {Switch timestamp} time=198238041 data=null doit=true} to TableItem with text {Switch timestamp} 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Attempting to set focus on Table with text {} 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {Switch timestamp} time=198238042 data=null} to TableItem with text {Switch timestamp} 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {Switch timestamp} time=198238043 data=null button=1 stateMask=0x0 x=66 y=32 count=1} to TableItem with text {Switch timestamp} 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=198238044 data=null item=TableItem {Switch timestamp} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TableItem with text {Switch timestamp} 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {Switch timestamp} time=198238044 data=null button=1 stateMask=0x80000 x=66 y=32 count=1} to TableItem with text {Switch timestamp} 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TableItem {Switch timestamp} time=198238044 data=null button=0 stateMask=0x0 x=66 y=32 count=0} to TableItem with text {Switch timestamp} 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TableItem {Switch timestamp} time=198238044 data=null doit=true} to TableItem with text {Switch timestamp} 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TableItem {Switch timestamp} time=198238044 data=null} to TableItem with text {Switch timestamp} 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Clicked on TableItem with text {Switch timestamp} 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Setting state to checked on: Scheduling latency (ns) 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - matched Group with text "Series Creator", using matcher: with mnemonic 'Series Creator' 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - matched Button with text "", using matcher: in group (with mnemonic 'Series Creator') 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - matched Button with text "Logarithmic Scale X", using matcher: of type 'Button' 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - matched Button with text "Logarithmic Scale Y", using matcher: of type 'Button' 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Clicking on 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {} time=198238060 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {} time=198238061 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {} time=198238061 data=null doit=true} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {} time=198238061 data=null} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {} time=198238061 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {} time=198238061 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {} time=198238061 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {} time=198238078 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {} time=198238083 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {} time=198238083 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {} time=198238083 data=null doit=true} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {} time=198238083 data=null} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Clicked on 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - matched Shell with text "Custom chart creatio...", using matcher: with text 'Custom chart creation' 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Custom chart creation} time=198238085 data=null doit=true} to Shell with text {Custom chart creation} 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - matched Button with text "Logarithmic Scale X", using matcher: of type 'Button' 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - matched Button with text "Logarithmic Scale Y", using matcher: of type 'Button' 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - matched Button with text "Logarithmic Scale Y", using matcher: with mnemonic 'Logarithmic Scale Y' 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - matched Button with text "Logarithmic Scale Y", using matcher: with style 'SWT.CHECK' 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - matched Button with text "Logarithmic Scale Y", using matcher: (of type 'Button' and with mnemonic 'Logarithmic Scale Y' and with style 'SWT.CHECK') 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Logarithmic Scale Y' and with style 'SWT.CHECK') 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Selecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$2@1dc37d4f 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Logarithmic Scale Y} time=198238099 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Logarithmic Scale Y' and with style 'SWT.CHECK') 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Logarithmic Scale Y} time=198238100 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Logarithmic Scale Y' and with style 'SWT.CHECK') 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Logarithmic Scale Y} time=198238100 data=null doit=true} to (of type 'Button' and with mnemonic 'Logarithmic Scale Y' and with style 'SWT.CHECK') 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Logarithmic Scale Y} time=198238100 data=null} to (of type 'Button' and with mnemonic 'Logarithmic Scale Y' and with style 'SWT.CHECK') 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Logarithmic Scale Y} time=198238100 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Logarithmic Scale Y' and with style 'SWT.CHECK') 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Logarithmic Scale Y} time=198238100 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Logarithmic Scale Y' and with style 'SWT.CHECK') 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Logarithmic Scale Y} time=198238100 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Logarithmic Scale Y' and with style 'SWT.CHECK') 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Logarithmic Scale Y} time=198238100 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Logarithmic Scale Y' and with style 'SWT.CHECK') 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Logarithmic Scale Y} time=198238101 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Logarithmic Scale Y' and with style 'SWT.CHECK') 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Logarithmic Scale Y} time=198238101 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Logarithmic Scale Y' and with style 'SWT.CHECK') 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Logarithmic Scale Y} time=198238101 data=null doit=true} to (of type 'Button' and with mnemonic 'Logarithmic Scale Y' and with style 'SWT.CHECK') 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Logarithmic Scale Y} time=198238101 data=null} to (of type 'Button' and with mnemonic 'Logarithmic Scale Y' and with style 'SWT.CHECK') 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - matched Shell with text "Custom chart creatio...", using matcher: with text 'Custom chart creation' 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Custom chart creation} time=198238102 data=null doit=true} to Shell with text {Custom chart creation} 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - matched Button with text "Logarithmic Scale X", using matcher: of type 'Button' 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - matched Button with text "Logarithmic Scale Y", using matcher: of type 'Button' 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:58:53 [2019-07-19T19:58:53.858Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:58:54 [2019-07-19T19:58:54.116Z] DEBUG - Clicking on OK 15:58:54 [2019-07-19T19:58:54.116Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=198238129 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:58:54 [2019-07-19T19:58:54.116Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=198238130 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:58:54 [2019-07-19T19:58:54.116Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=198238130 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:58:54 [2019-07-19T19:58:54.116Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=198238130 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:58:54 [2019-07-19T19:58:54.116Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=198238130 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:58:54 [2019-07-19T19:58:54.116Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=198238130 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:58:54 [2019-07-19T19:58:54.116Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=198238130 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:58:54 [2019-07-19T19:58:54.116Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {New custom chart} time=198237611 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'New custom chart' 15:58:54 [2019-07-19T19:58:54.373Z] DEBUG - Clicked on 15:58:54 [2019-07-19T19:58:54.373Z] DEBUG - matched Chart with text "", using matcher: of type 'Chart' 15:58:54 [2019-07-19T19:58:54.633Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button' 15:58:54 [2019-07-19T19:58:54.633Z] DEBUG - matched Button with text "&Reset Perspective", using matcher: of type 'Button' 15:58:54 [2019-07-19T19:58:54.633Z] DEBUG - matched Button with text "&Reset Perspective", using matcher: with mnemonic 'Reset Perspective' 15:58:54 [2019-07-19T19:58:54.633Z] DEBUG - matched Button with text "&Reset Perspective", using matcher: (with mnemonic 'Yes' or with mnemonic 'Reset Perspective') 15:58:54 [2019-07-19T19:58:54.633Z] DEBUG - matched Button with text "&Reset Perspective", using matcher: with style 'SWT.PUSH' 15:58:54 [2019-07-19T19:58:54.633Z] DEBUG - matched Button with text "&Reset Perspective", using matcher: (of type 'Button' and (with mnemonic 'Yes' or with mnemonic 'Reset Perspective') and with style 'SWT.PUSH') 15:58:54 [2019-07-19T19:58:54.633Z] DEBUG - Clicking on &Reset Perspective 15:58:54 [2019-07-19T19:58:54.633Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Reset Perspective} time=198238852 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Yes' or with mnemonic 'Reset Perspective') and with style 'SWT.PUSH') 15:58:54 [2019-07-19T19:58:54.633Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Reset Perspective} time=198238853 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Yes' or with mnemonic 'Reset Perspective') and with style 'SWT.PUSH') 15:58:54 [2019-07-19T19:58:54.633Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Reset Perspective} time=198238853 data=null doit=true} to (of type 'Button' and (with mnemonic 'Yes' or with mnemonic 'Reset Perspective') and with style 'SWT.PUSH') 15:58:54 [2019-07-19T19:58:54.633Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Reset Perspective} time=198238853 data=null} to (of type 'Button' and (with mnemonic 'Yes' or with mnemonic 'Reset Perspective') and with style 'SWT.PUSH') 15:58:54 [2019-07-19T19:58:54.633Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Reset Perspective} time=198238853 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Yes' or with mnemonic 'Reset Perspective') and with style 'SWT.PUSH') 15:58:54 [2019-07-19T19:58:54.633Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Reset Perspective} time=198238853 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Yes' or with mnemonic 'Reset Perspective') and with style 'SWT.PUSH') 15:58:54 [2019-07-19T19:58:54.633Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Reset Perspective} time=198238853 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and (with mnemonic 'Yes' or with mnemonic 'Reset Perspective') and with style 'SWT.PUSH') 15:58:55 [2019-07-19T19:58:55.197Z] DEBUG - Clicked on 15:58:55 [2019-07-19T19:58:55.454Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=198239449 data=null doit=true} to Shell with text {data - Eclipse Platform} 15:58:55 [2019-07-19T19:58:55.454Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' 15:58:55 [2019-07-19T19:58:55.454Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 15:58:55 [2019-07-19T19:58:55.454Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 15:58:55 [2019-07-19T19:58:55.454Z] DEBUG - Attempting to set focus on Tree with text {} 15:58:55 [2019-07-19T19:58:55.454Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=198239563 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 15:58:55 [2019-07-19T19:58:55.454Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=198239564 data=null doit=true} to TreeItem with text {test} 15:58:55 [2019-07-19T19:58:55.454Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=198239564 data=null} to TreeItem with text {test} 15:58:55 [2019-07-19T19:58:55.454Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=198239564 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 15:58:55 [2019-07-19T19:58:55.454Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198239565 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 15:58:55 [2019-07-19T19:58:55.454Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=198239662 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 15:58:56 [2019-07-19T19:58:56.019Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' 15:58:56 [2019-07-19T19:58:56.019Z] DEBUG - Clicking on with mnemonic 'Delete' 15:58:56 [2019-07-19T19:58:56.019Z] DEBUG - Clicked on with mnemonic 'Delete' 15:58:56 [2019-07-19T19:58:56.949Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' 15:58:56 [2019-07-19T19:58:56.949Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} 15:58:56 [2019-07-19T19:58:56.949Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 15:58:56 [2019-07-19T19:58:56.949Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' 15:58:56 [2019-07-19T19:58:56.949Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') 15:58:56 [2019-07-19T19:58:56.949Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 15:58:56 [2019-07-19T19:58:56.949Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:58:56 [2019-07-19T19:58:56.949Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:58:56 [2019-07-19T19:58:56.949Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') 15:58:56 [2019-07-19T19:58:56.949Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected 15:58:56 [2019-07-19T19:58:56.949Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=198241065 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:58:56 [2019-07-19T19:58:56.949Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=198241066 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:58:56 [2019-07-19T19:58:56.949Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=198241066 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:58:56 [2019-07-19T19:58:56.949Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=198241066 data=null} to (of type 'Button' and with style 'SWT.CHECK') 15:58:56 [2019-07-19T19:58:56.949Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=198241066 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:58:56 [2019-07-19T19:58:56.949Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=198241066 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:58:56 [2019-07-19T19:58:56.949Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=198241067 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:58:56 [2019-07-19T19:58:56.949Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=198241067 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:58:56 [2019-07-19T19:58:56.949Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=198241067 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:58:56 [2019-07-19T19:58:56.949Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=198241067 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 15:58:56 [2019-07-19T19:58:56.949Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=198241067 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 15:58:56 [2019-07-19T19:58:56.949Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=198241067 data=null} to (of type 'Button' and with style 'SWT.CHECK') 15:58:56 [2019-07-19T19:58:56.949Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') 15:58:56 [2019-07-19T19:58:56.950Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 15:58:56 [2019-07-19T19:58:56.950Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 15:58:56 [2019-07-19T19:58:56.950Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 15:58:56 [2019-07-19T19:58:56.950Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 15:58:56 [2019-07-19T19:58:56.950Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 15:58:56 [2019-07-19T19:58:56.950Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 15:58:56 [2019-07-19T19:58:56.950Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:58:56 [2019-07-19T19:58:56.950Z] DEBUG - Clicking on OK 15:58:56 [2019-07-19T19:58:56.950Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=198241069 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:58:56 [2019-07-19T19:58:56.950Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=198241070 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:58:56 [2019-07-19T19:58:56.950Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=198241070 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:58:56 [2019-07-19T19:58:56.950Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=198241070 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:58:56 [2019-07-19T19:58:56.950Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=198241070 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:58:56 [2019-07-19T19:58:56.950Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=198241070 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:58:56 [2019-07-19T19:58:56.950Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:58:56 [2019-07-19T19:58:56.950Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:58:56 [2019-07-19T19:58:56.950Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:58:56 [2019-07-19T19:58:56.950Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:58:56 [2019-07-19T19:58:56.950Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:58:56 [2019-07-19T19:58:56.950Z] DEBUG - Clicked on OK 15:58:57 [2019-07-19T19:58:57.880Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=198241070 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 15:58:57 [2019-07-19T19:58:57.880Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=198239973 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' 15:58:58 [2019-07-19T19:58:58.137Z] 15:58:58 [2019-07-19T19:58:58.137Z] !ENTRY org.eclipse.tracecompass.tmf.core 2 0 2019-07-19 19:58:57.888 15:58:58 [2019-07-19T19:58:58.137Z] !MESSAGE Not unregistering built-in on-demand analysis "stubAnalysis/data/analysisMultipleRow.data" 15:58:58 [2019-07-19T19:58:58.137Z] 15:58:58 [2019-07-19T19:58:58.137Z] !ENTRY org.eclipse.tracecompass.tmf.core 2 0 2019-07-19 19:58:57.889 15:58:58 [2019-07-19T19:58:58.137Z] !MESSAGE Not unregistering built-in on-demand analysis "stubAnalysis/data/analysisMultipleSimilarRow.data" 15:58:58 [2019-07-19T19:58:58.137Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.984 s - in org.eclipse.tracecompass.internal.provisional.analysis.lami.ui.views.LamiChartViewerTest 15:58:58 [2019-07-19T19:58:58.137Z] testSimilarRows(org.eclipse.tracecompass.internal.provisional.analysis.lami.ui.views.LamiChartViewerTest) Time elapsed: 6.009 s 15:58:58 [2019-07-19T19:58:58.137Z] testScatterMultipleRow(org.eclipse.tracecompass.internal.provisional.analysis.lami.ui.views.LamiChartViewerTest) Time elapsed: 5.184 s 15:58:58 [2019-07-19T19:58:58.137Z] 15:58:58 [2019-07-19T19:58:58.137Z] Results: 15:58:58 [2019-07-19T19:58:58.137Z] 15:58:58 [2019-07-19T19:58:58.137Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 15:58:58 [2019-07-19T19:58:58.137Z] 15:58:58 [2019-07-19T19:58:58.700Z] 15:58:58 [2019-07-19T19:58:58.700Z] !ENTRY org.eclipse.core.resources 2 10035 2019-07-19 19:58:58.508 15:58:58 [2019-07-19T19:58:58.700Z] !MESSAGE The workspace will exit with unsaved changes in this session. 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] All tests passed! 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests --- 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] Loading execution data file /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/../../target/jacoco.exec 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests' with 3 classes 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests --- 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/target/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests-1.0.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/1.0.3-SNAPSHOT/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests-1.0.3-SNAPSHOT.jar 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/1.0.3-SNAPSHOT/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests-1.0.3-SNAPSHOT.pom 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/target/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests-1.0.3-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/1.0.3-SNAPSHOT/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests-1.0.3-SNAPSHOT-sources.jar 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/target/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests-1.0.3-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/1.0.3-SNAPSHOT/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests-1.0.3-SNAPSHOT-pack200.jar.pack.gz 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/1.0.3-SNAPSHOT/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests-1.0.3-SNAPSHOT-p2metadata.xml 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/1.0.3-SNAPSHOT/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests-1.0.3-SNAPSHOT-p2artifacts.xml 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests --- 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] ----< org.eclipse.tracecompass:org.eclipse.tracecompass.btf-parent >---- 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] Building Trace Compass BTF Support Parent 5.0.0-SNAPSHOT [55/134] 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] --------------------------------[ pom ]--------------------------------- 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.btf-parent --- 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.btf-parent --- 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.btf-parent --- 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/btf/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.btf-parent --- 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.btf-parent --- 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.btf-parent --- 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.btf-parent --- 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.btf-parent --- 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] Skipping JaCoCo execution due to missing execution data file. 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.btf-parent --- 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/btf/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.btf-parent/5.0.0-SNAPSHOT/org.eclipse.tracecompass.btf-parent-5.0.0-SNAPSHOT.pom 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] -----< org.eclipse.tracecompass:org.eclipse.tracecompass.btf.core >----- 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] Building org.eclipse.tracecompass.btf.core 2.1.3-SNAPSHOT [56/134] 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.btf.core --- 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.btf.core --- 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] The project's OSGi version is 2.1.3.201907191907 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.btf.core --- 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.btf.core --- 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.btf.core --- 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.btf.core --- 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.core/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.btf.core --- 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.core/src/main/resources 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.btf.core --- 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] Compiling 12 source files to /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.core/target/classes 15:59:13 [2019-07-19T19:59:13.554Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.core/src/org/eclipse/tracecompass/btf/core/analysis/BtfStateProvider.java:[261] 15:59:13 [2019-07-19T19:59:13.554Z] throws AttributeNotFoundException { 15:59:13 [2019-07-19T19:59:13.554Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:59:13 [2019-07-19T19:59:13.554Z] The declared exception AttributeNotFoundException is not actually thrown by the method updateTaskStateSystem(ITmfStateSystemBuilder, long, BtfEvent, BtfStateProvider.TmfNamedStateValue) from type BtfStateProvider 15:59:13 [2019-07-19T19:59:13.554Z] 1 problem (1 warning) 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.btf.core --- 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.core/src/test/resources 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.btf.core --- 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.core/target/org.eclipse.tracecompass.btf.core-2.1.3-SNAPSHOT-sources.jar 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.btf.core --- 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.btf.core --- 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.core/target/org.eclipse.tracecompass.btf.core-2.1.3-SNAPSHOT.jar 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.btf.core --- 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.btf.core --- 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.btf.core --- 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.core/target/org.eclipse.tracecompass.btf.core-2.1.3-SNAPSHOT.jar 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.btf.core --- 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.btf.core --- 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] Loading execution data file /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.core/../../target/jacoco.exec 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.btf.core' with 15 classes 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.btf.core --- 15:59:13 [2019-07-19T19:59:13.554Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.core/target/org.eclipse.tracecompass.btf.core-2.1.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.btf.core/2.1.3-SNAPSHOT/org.eclipse.tracecompass.btf.core-2.1.3-SNAPSHOT.jar 15:59:13 [2019-07-19T19:59:13.555Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.core/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.btf.core/2.1.3-SNAPSHOT/org.eclipse.tracecompass.btf.core-2.1.3-SNAPSHOT.pom 15:59:13 [2019-07-19T19:59:13.555Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.core/target/org.eclipse.tracecompass.btf.core-2.1.3-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.btf.core/2.1.3-SNAPSHOT/org.eclipse.tracecompass.btf.core-2.1.3-SNAPSHOT-sources.jar 15:59:13 [2019-07-19T19:59:13.555Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.core/target/org.eclipse.tracecompass.btf.core-2.1.3-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.btf.core/2.1.3-SNAPSHOT/org.eclipse.tracecompass.btf.core-2.1.3-SNAPSHOT-pack200.jar.pack.gz 15:59:13 [2019-07-19T19:59:13.555Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.core/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.btf.core/2.1.3-SNAPSHOT/org.eclipse.tracecompass.btf.core-2.1.3-SNAPSHOT-p2metadata.xml 15:59:13 [2019-07-19T19:59:13.555Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.core/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.btf.core/2.1.3-SNAPSHOT/org.eclipse.tracecompass.btf.core-2.1.3-SNAPSHOT-p2artifacts.xml 15:59:13 [2019-07-19T19:59:13.555Z] [INFO] 15:59:13 [2019-07-19T19:59:13.555Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.btf.core --- 15:59:13 [2019-07-19T19:59:13.555Z] [INFO] 15:59:13 [2019-07-19T19:59:13.555Z] [INFO] -------< org.eclipse.tracecompass:org.eclipse.tracecompass.doc >-------- 15:59:13 [2019-07-19T19:59:13.555Z] [INFO] Building Trace Compass Documentation 5.0.0-SNAPSHOT [57/134] 15:59:13 [2019-07-19T19:59:13.555Z] [INFO] --------------------------------[ pom ]--------------------------------- 15:59:13 [2019-07-19T19:59:13.555Z] [INFO] 15:59:13 [2019-07-19T19:59:13.555Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.doc --- 15:59:13 [2019-07-19T19:59:13.555Z] [INFO] 15:59:13 [2019-07-19T19:59:13.555Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.doc --- 15:59:13 [2019-07-19T19:59:13.555Z] [INFO] 15:59:13 [2019-07-19T19:59:13.555Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.doc --- 15:59:13 [2019-07-19T19:59:13.555Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/doc/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 15:59:13 [2019-07-19T19:59:13.555Z] [INFO] 15:59:13 [2019-07-19T19:59:13.555Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.doc --- 15:59:13 [2019-07-19T19:59:13.555Z] [INFO] 15:59:13 [2019-07-19T19:59:13.555Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.doc --- 15:59:13 [2019-07-19T19:59:13.555Z] [INFO] 15:59:13 [2019-07-19T19:59:13.555Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.doc --- 15:59:13 [2019-07-19T19:59:13.555Z] [INFO] 15:59:13 [2019-07-19T19:59:13.555Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.doc --- 15:59:13 [2019-07-19T19:59:13.555Z] [INFO] 15:59:13 [2019-07-19T19:59:13.555Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.doc --- 15:59:13 [2019-07-19T19:59:13.555Z] [INFO] Skipping JaCoCo execution due to missing execution data file. 15:59:13 [2019-07-19T19:59:13.555Z] [INFO] 15:59:13 [2019-07-19T19:59:13.555Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.doc --- 15:59:13 [2019-07-19T19:59:13.555Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/doc/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.doc/5.0.0-SNAPSHOT/org.eclipse.tracecompass.doc-5.0.0-SNAPSHOT.pom 15:59:13 [2019-07-19T19:59:13.555Z] [INFO] 15:59:13 [2019-07-19T19:59:13.555Z] [INFO] -----< org.eclipse.tracecompass:org.eclipse.tracecompass.doc.dev >------ 15:59:13 [2019-07-19T19:59:13.555Z] [INFO] Building Trace Compass Developer Guide 5.0.0-SNAPSHOT [58/134] 15:59:13 [2019-07-19T19:59:13.555Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 15:59:13 [2019-07-19T19:59:13.555Z] [INFO] 15:59:13 [2019-07-19T19:59:13.555Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.doc.dev --- 15:59:13 [2019-07-19T19:59:13.555Z] [INFO] 15:59:13 [2019-07-19T19:59:13.555Z] [INFO] --- maven-antrun-plugin:1.8:run (clean-documentation) @ org.eclipse.tracecompass.doc.dev --- 15:59:13 [2019-07-19T19:59:13.555Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/mylyn/docs/org.eclipse.mylyn.wikitext/3.0.7/org.eclipse.mylyn.wikitext-3.0.7.pom 15:59:13 [2019-07-19T19:59:13.555Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/mylyn/docs/org.eclipse.mylyn.wikitext/3.0.7/org.eclipse.mylyn.wikitext-3.0.7.pom 15:59:13 [2019-07-19T19:59:13.555Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/mylyn/docs/org.eclipse.mylyn.wikitext/3.0.7/org.eclipse.mylyn.wikitext-3.0.7.pom 15:59:13 [2019-07-19T19:59:13.555Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/mylyn/docs/org.eclipse.mylyn.wikitext/3.0.7/org.eclipse.mylyn.wikitext-3.0.7.pom 15:59:13 [2019-07-19T19:59:13.812Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/mylyn/docs/org.eclipse.mylyn.wikitext/3.0.7/org.eclipse.mylyn.wikitext-3.0.7.pom 15:59:13 [2019-07-19T19:59:13.812Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/mylyn/docs/org.eclipse.mylyn.wikitext/3.0.7/org.eclipse.mylyn.wikitext-3.0.7.pom 15:59:13 [2019-07-19T19:59:13.812Z] Progress (1): 1.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/mylyn/docs/org.eclipse.mylyn.wikitext/3.0.7/org.eclipse.mylyn.wikitext-3.0.7.pom (1.3 kB at 12 kB/s) 15:59:13 [2019-07-19T19:59:13.812Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/mylyn/docs/wikitext.core/3.0.7/wikitext.core-3.0.7.pom 15:59:13 [2019-07-19T19:59:13.812Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/mylyn/docs/wikitext.core/3.0.7/wikitext.core-3.0.7.pom 15:59:13 [2019-07-19T19:59:13.812Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/mylyn/docs/wikitext.core/3.0.7/wikitext.core-3.0.7.pom 15:59:15 [2019-07-19T19:59:15.181Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/mylyn/docs/wikitext.core/3.0.7/wikitext.core-3.0.7.pom 15:59:15 [2019-07-19T19:59:15.181Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/mylyn/docs/wikitext.core/3.0.7/wikitext.core-3.0.7.pom 15:59:15 [2019-07-19T19:59:15.438Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/mylyn/docs/wikitext.core/3.0.7/wikitext.core-3.0.7.pom 15:59:15 [2019-07-19T19:59:15.438Z] Progress (1): 4.1/8.7 kB Progress (1): 7.7/8.7 kB Progress (1): 8.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/mylyn/docs/wikitext.core/3.0.7/wikitext.core-3.0.7.pom (8.7 kB at 203 kB/s) 15:59:15 [2019-07-19T19:59:15.438Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.pom 15:59:15 [2019-07-19T19:59:15.438Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.pom 15:59:15 [2019-07-19T19:59:15.438Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.pom 15:59:15 [2019-07-19T19:59:15.438Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.pom 15:59:15 [2019-07-19T19:59:15.694Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.pom 15:59:15 [2019-07-19T19:59:15.694Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.pom 15:59:15 [2019-07-19T19:59:15.694Z] Progress (1): 4.1/5.5 kB Progress (1): 5.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.pom (5.5 kB at 154 kB/s) 15:59:15 [2019-07-19T19:59:15.694Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/mylyn/docs/org.eclipse.mylyn.wikitext.ant/3.0.7/org.eclipse.mylyn.wikitext.ant-3.0.7.pom 15:59:15 [2019-07-19T19:59:15.694Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/mylyn/docs/org.eclipse.mylyn.wikitext.ant/3.0.7/org.eclipse.mylyn.wikitext.ant-3.0.7.pom 15:59:15 [2019-07-19T19:59:15.694Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/mylyn/docs/org.eclipse.mylyn.wikitext.ant/3.0.7/org.eclipse.mylyn.wikitext.ant-3.0.7.pom 15:59:15 [2019-07-19T19:59:15.951Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/mylyn/docs/org.eclipse.mylyn.wikitext.ant/3.0.7/org.eclipse.mylyn.wikitext.ant-3.0.7.pom 15:59:15 [2019-07-19T19:59:15.951Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/mylyn/docs/org.eclipse.mylyn.wikitext.ant/3.0.7/org.eclipse.mylyn.wikitext.ant-3.0.7.pom 15:59:15 [2019-07-19T19:59:15.951Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/mylyn/docs/org.eclipse.mylyn.wikitext.ant/3.0.7/org.eclipse.mylyn.wikitext.ant-3.0.7.pom 15:59:15 [2019-07-19T19:59:15.951Z] Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/mylyn/docs/org.eclipse.mylyn.wikitext.ant/3.0.7/org.eclipse.mylyn.wikitext.ant-3.0.7.pom (1.7 kB at 26 kB/s) 15:59:15 [2019-07-19T19:59:15.951Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/ant/ant/1.9.6/ant-1.9.6.pom 15:59:15 [2019-07-19T19:59:15.951Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/ant/ant/1.9.6/ant-1.9.6.pom 15:59:15 [2019-07-19T19:59:15.951Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/ant/ant/1.9.6/ant-1.9.6.pom 15:59:16 [2019-07-19T19:59:16.208Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/ant/ant/1.9.6/ant-1.9.6.pom 15:59:16 [2019-07-19T19:59:16.208Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/ant/ant/1.9.6/ant-1.9.6.pom 15:59:16 [2019-07-19T19:59:16.208Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.9.6/ant-1.9.6.pom 15:59:16 [2019-07-19T19:59:16.208Z] Progress (1): 4.1/9.6 kB Progress (1): 7.7/9.6 kB Progress (1): 9.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.9.6/ant-1.9.6.pom (9.6 kB at 253 kB/s) 15:59:16 [2019-07-19T19:59:16.208Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/ant/ant-parent/1.9.6/ant-parent-1.9.6.pom 15:59:16 [2019-07-19T19:59:16.208Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/ant/ant-parent/1.9.6/ant-parent-1.9.6.pom 15:59:16 [2019-07-19T19:59:16.208Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/ant/ant-parent/1.9.6/ant-parent-1.9.6.pom 15:59:16 [2019-07-19T19:59:16.465Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/ant/ant-parent/1.9.6/ant-parent-1.9.6.pom 15:59:16 [2019-07-19T19:59:16.465Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/ant/ant-parent/1.9.6/ant-parent-1.9.6.pom 15:59:16 [2019-07-19T19:59:16.465Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.9.6/ant-parent-1.9.6.pom 15:59:16 [2019-07-19T19:59:16.465Z] Progress (1): 4.1/5.6 kB Progress (1): 5.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.9.6/ant-parent-1.9.6.pom (5.6 kB at 137 kB/s) 15:59:16 [2019-07-19T19:59:16.465Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/ant/ant-launcher/1.9.6/ant-launcher-1.9.6.pom 15:59:16 [2019-07-19T19:59:16.465Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/ant/ant-launcher/1.9.6/ant-launcher-1.9.6.pom 15:59:16 [2019-07-19T19:59:16.465Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/ant/ant-launcher/1.9.6/ant-launcher-1.9.6.pom 15:59:16 [2019-07-19T19:59:16.721Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/ant/ant-launcher/1.9.6/ant-launcher-1.9.6.pom 15:59:16 [2019-07-19T19:59:16.721Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/ant/ant-launcher/1.9.6/ant-launcher-1.9.6.pom 15:59:16 [2019-07-19T19:59:16.721Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.9.6/ant-launcher-1.9.6.pom 15:59:16 [2019-07-19T19:59:16.721Z] Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.9.6/ant-launcher-1.9.6.pom (2.3 kB at 86 kB/s) 15:59:16 [2019-07-19T19:59:16.721Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/mylyn/docs/org.eclipse.mylyn.wikitext.mediawiki/3.0.7/org.eclipse.mylyn.wikitext.mediawiki-3.0.7.pom 15:59:16 [2019-07-19T19:59:16.721Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/mylyn/docs/org.eclipse.mylyn.wikitext.mediawiki/3.0.7/org.eclipse.mylyn.wikitext.mediawiki-3.0.7.pom 15:59:16 [2019-07-19T19:59:16.978Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/mylyn/docs/org.eclipse.mylyn.wikitext.mediawiki/3.0.7/org.eclipse.mylyn.wikitext.mediawiki-3.0.7.pom 15:59:16 [2019-07-19T19:59:16.978Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/mylyn/docs/org.eclipse.mylyn.wikitext.mediawiki/3.0.7/org.eclipse.mylyn.wikitext.mediawiki-3.0.7.pom 15:59:16 [2019-07-19T19:59:16.978Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/mylyn/docs/org.eclipse.mylyn.wikitext.mediawiki/3.0.7/org.eclipse.mylyn.wikitext.mediawiki-3.0.7.pom 15:59:16 [2019-07-19T19:59:16.978Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/mylyn/docs/org.eclipse.mylyn.wikitext.mediawiki/3.0.7/org.eclipse.mylyn.wikitext.mediawiki-3.0.7.pom 15:59:16 [2019-07-19T19:59:16.978Z] Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/mylyn/docs/org.eclipse.mylyn.wikitext.mediawiki/3.0.7/org.eclipse.mylyn.wikitext.mediawiki-3.0.7.pom (1.5 kB at 38 kB/s) 15:59:16 [2019-07-19T19:59:16.978Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/google/guava/guava/21.0/guava-21.0.pom 15:59:17 [2019-07-19T19:59:17.235Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/guava/guava/21.0/guava-21.0.pom 15:59:17 [2019-07-19T19:59:17.235Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/com/google/guava/guava/21.0/guava-21.0.pom 15:59:17 [2019-07-19T19:59:17.235Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/google/guava/guava/21.0/guava-21.0.pom 15:59:17 [2019-07-19T19:59:17.235Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/google/guava/guava/21.0/guava-21.0.pom 15:59:17 [2019-07-19T19:59:17.235Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/21.0/guava-21.0.pom 15:59:17 [2019-07-19T19:59:17.493Z] Progress (1): 4.1/7.0 kB Progress (1): 7.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/21.0/guava-21.0.pom (7.0 kB at 195 kB/s) 15:59:17 [2019-07-19T19:59:17.493Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/google/guava/guava-parent/21.0/guava-parent-21.0.pom 15:59:17 [2019-07-19T19:59:17.493Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/guava/guava-parent/21.0/guava-parent-21.0.pom 15:59:17 [2019-07-19T19:59:17.493Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/com/google/guava/guava-parent/21.0/guava-parent-21.0.pom 15:59:17 [2019-07-19T19:59:17.493Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/google/guava/guava-parent/21.0/guava-parent-21.0.pom 15:59:17 [2019-07-19T19:59:17.493Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/google/guava/guava-parent/21.0/guava-parent-21.0.pom 15:59:17 [2019-07-19T19:59:17.792Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/21.0/guava-parent-21.0.pom 15:59:17 [2019-07-19T19:59:17.792Z] Progress (1): 4.1/9.7 kB Progress (1): 7.7/9.7 kB Progress (1): 9.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/21.0/guava-parent-21.0.pom (9.7 kB at 284 kB/s) 15:59:18 [2019-07-19T19:59:18.049Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/mylyn/docs/org.eclipse.mylyn.wikitext/3.0.7/org.eclipse.mylyn.wikitext-3.0.7.jar 15:59:18 [2019-07-19T19:59:18.049Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/mylyn/docs/org.eclipse.mylyn.wikitext.mediawiki/3.0.7/org.eclipse.mylyn.wikitext.mediawiki-3.0.7.jar 15:59:18 [2019-07-19T19:59:18.049Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/mylyn/docs/org.eclipse.mylyn.wikitext.ant/3.0.7/org.eclipse.mylyn.wikitext.ant-3.0.7.jar 15:59:18 [2019-07-19T19:59:18.049Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.jar 15:59:18 [2019-07-19T19:59:18.049Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/google/guava/guava/21.0/guava-21.0.jar 15:59:18 [2019-07-19T19:59:18.049Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/mylyn/docs/org.eclipse.mylyn.wikitext/3.0.7/org.eclipse.mylyn.wikitext-3.0.7.jar 15:59:18 [2019-07-19T19:59:18.049Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/guava/guava/21.0/guava-21.0.jar 15:59:18 [2019-07-19T19:59:18.049Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.jar 15:59:18 [2019-07-19T19:59:18.049Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/mylyn/docs/org.eclipse.mylyn.wikitext.mediawiki/3.0.7/org.eclipse.mylyn.wikitext.mediawiki-3.0.7.jar 15:59:18 [2019-07-19T19:59:18.049Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/mylyn/docs/org.eclipse.mylyn.wikitext.ant/3.0.7/org.eclipse.mylyn.wikitext.ant-3.0.7.jar 15:59:18 [2019-07-19T19:59:18.049Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/mylyn/docs/org.eclipse.mylyn.wikitext/3.0.7/org.eclipse.mylyn.wikitext-3.0.7.jar 15:59:18 [2019-07-19T19:59:18.049Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/com/google/guava/guava/21.0/guava-21.0.jar 15:59:18 [2019-07-19T19:59:18.049Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.jar 15:59:18 [2019-07-19T19:59:18.049Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/mylyn/docs/org.eclipse.mylyn.wikitext.mediawiki/3.0.7/org.eclipse.mylyn.wikitext.mediawiki-3.0.7.jar 15:59:18 [2019-07-19T19:59:18.049Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/mylyn/docs/org.eclipse.mylyn.wikitext.ant/3.0.7/org.eclipse.mylyn.wikitext.ant-3.0.7.jar 15:59:18 [2019-07-19T19:59:18.306Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/mylyn/docs/org.eclipse.mylyn.wikitext/3.0.7/org.eclipse.mylyn.wikitext-3.0.7.jar 15:59:18 [2019-07-19T19:59:18.306Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/google/guava/guava/21.0/guava-21.0.jar 15:59:18 [2019-07-19T19:59:18.306Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/mylyn/docs/org.eclipse.mylyn.wikitext.mediawiki/3.0.7/org.eclipse.mylyn.wikitext.mediawiki-3.0.7.jar 15:59:18 [2019-07-19T19:59:18.306Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/mylyn/docs/org.eclipse.mylyn.wikitext.ant/3.0.7/org.eclipse.mylyn.wikitext.ant-3.0.7.jar 15:59:18 [2019-07-19T19:59:18.306Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.jar 15:59:18 [2019-07-19T19:59:18.306Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/mylyn/docs/org.eclipse.mylyn.wikitext/3.0.7/org.eclipse.mylyn.wikitext-3.0.7.jar 15:59:18 [2019-07-19T19:59:18.306Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/google/guava/guava/21.0/guava-21.0.jar 15:59:18 [2019-07-19T19:59:18.306Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/mylyn/docs/org.eclipse.mylyn.wikitext.mediawiki/3.0.7/org.eclipse.mylyn.wikitext.mediawiki-3.0.7.jar 15:59:18 [2019-07-19T19:59:18.306Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/mylyn/docs/org.eclipse.mylyn.wikitext.ant/3.0.7/org.eclipse.mylyn.wikitext.ant-3.0.7.jar 15:59:18 [2019-07-19T19:59:18.306Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.jar 15:59:18 [2019-07-19T19:59:18.577Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/mylyn/docs/org.eclipse.mylyn.wikitext/3.0.7/org.eclipse.mylyn.wikitext-3.0.7.jar 15:59:18 [2019-07-19T19:59:18.577Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/21.0/guava-21.0.jar 15:59:18 [2019-07-19T19:59:18.577Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/mylyn/docs/org.eclipse.mylyn.wikitext.mediawiki/3.0.7/org.eclipse.mylyn.wikitext.mediawiki-3.0.7.jar 15:59:18 [2019-07-19T19:59:18.577Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/mylyn/docs/org.eclipse.mylyn.wikitext.ant/3.0.7/org.eclipse.mylyn.wikitext.ant-3.0.7.jar 15:59:18 [2019-07-19T19:59:18.577Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.jar 15:59:18 [2019-07-19T19:59:18.577Z] Progress (1): 4.1/294 kB Progress (1): 7.7/294 kB Progress (1): 12/294 kB Progress (1): 16/294 kB Progress (1): 20/294 kB Progress (1): 24/294 kB Progress (1): 28/294 kB Progress (2): 28/294 kB | 0/2.5 MB Progress (2): 32/294 kB | 0/2.5 MB Progress (2): 32/294 kB | 0/2.5 MB Progress (2): 36/294 kB | 0/2.5 MB Progress (2): 36/294 kB | 0/2.5 MB Progress (2): 40/294 kB | 0/2.5 MB Progress (2): 40/294 kB | 0/2.5 MB Progress (2): 44/294 kB | 0/2.5 MB Progress (2): 44/294 kB | 0/2.5 MB Progress (3): 44/294 kB | 0/2.5 MB | 4.1/345 kB Progress (3): 48/294 kB | 0/2.5 MB | 4.1/345 kB Progress (3): 48/294 kB | 0/2.5 MB | 7.7/345 kB Progress (3): 48/294 kB | 0/2.5 MB | 7.7/345 kB Progress (3): 48/294 kB | 0/2.5 MB | 12/345 kB Progress (3): 52/294 kB | 0/2.5 MB | 12/345 kB Progress (3): 52/294 kB | 0/2.5 MB | 16/345 kB Progress (3): 52/294 kB | 0/2.5 MB | 16/345 kB Progress (3): 52/294 kB | 0/2.5 MB | 20/345 kB Progress (3): 56/294 kB | 0/2.5 MB | 20/345 kB Progress (3): 56/294 kB | 0/2.5 MB | 24/345 kB Progress (3): 56/294 kB | 0/2.5 MB | 24/345 kB Progress (3): 56/294 kB | 0/2.5 MB | 28/345 kB Progress (3): 60/294 kB | 0/2.5 MB | 28/345 kB Progress (3): 60/294 kB | 0/2.5 MB | 32/345 kB Progress (3): 60/294 kB | 0/2.5 MB | 32/345 kB Progress (3): 60/294 kB | 0/2.5 MB | 36/345 kB Progress (3): 60/294 kB | 0/2.5 MB | 36/345 kB Progress (3): 64/294 kB | 0/2.5 MB | 36/345 kB Progress (3): 64/294 kB | 0/2.5 MB | 36/345 kB Progress (3): 64/294 kB | 0/2.5 MB | 40/345 kB Progress (3): 64/294 kB | 0/2.5 MB | 40/345 kB Progress (3): 64/294 kB | 0/2.5 MB | 44/345 kB Progress (3): 68/294 kB | 0/2.5 MB | 44/345 kB Progress (3): 68/294 kB | 0/2.5 MB | 48/345 kB Progress (3): 68/294 kB | 0/2.5 MB | 48/345 kB Progress (3): 68/294 kB | 0/2.5 MB | 52/345 kB Progress (3): 72/294 kB | 0/2.5 MB | 52/345 kB Progress (3): 72/294 kB | 0/2.5 MB | 56/345 kB Progress (3): 72/294 kB | 0.1/2.5 MB | 56/345 kB Progress (3): 72/294 kB | 0.1/2.5 MB | 60/345 kB Progress (3): 76/294 kB | 0.1/2.5 MB | 60/345 kB Progress (3): 76/294 kB | 0.1/2.5 MB | 64/345 kB Progress (3): 76/294 kB | 0.1/2.5 MB | 64/345 kB Progress (3): 76/294 kB | 0.1/2.5 MB | 68/345 kB Progress (3): 76/294 kB | 0.1/2.5 MB | 68/345 kB Progress (3): 80/294 kB | 0.1/2.5 MB | 68/345 kB Progress (3): 80/294 kB | 0.1/2.5 MB | 68/345 kB Progress (3): 80/294 kB | 0.1/2.5 MB | 72/345 kB Progress (3): 80/294 kB | 0.1/2.5 MB | 72/345 kB Progress (3): 80/294 kB | 0.1/2.5 MB | 76/345 kB Progress (3): 80/294 kB | 0.1/2.5 MB | 76/345 kB Progress (3): 84/294 kB | 0.1/2.5 MB | 76/345 kB Progress (3): 84/294 kB | 0.1/2.5 MB | 76/345 kB Progress (4): 84/294 kB | 0.1/2.5 MB | 76/345 kB | 4.1/74 kB Progress (4): 84/294 kB | 0.1/2.5 MB | 80/345 kB | 4.1/74 kB Progress (4): 84/294 kB | 0.1/2.5 MB | 80/345 kB | 7.7/74 kB Progress (4): 84/294 kB | 0.1/2.5 MB | 80/345 kB | 7.7/74 kB Progress (4): 88/294 kB | 0.1/2.5 MB | 80/345 kB | 7.7/74 kB Progress (4): 88/294 kB | 0.1/2.5 MB | 80/345 kB | 7.7/74 kB Progress (4): 92/294 kB | 0.1/2.5 MB | 80/345 kB | 7.7/74 kB Progress (4): 92/294 kB | 0.1/2.5 MB | 80/345 kB | 12/74 kB Progress (4): 92/294 kB | 0.1/2.5 MB | 84/345 kB | 12/74 kB Progress (4): 92/294 kB | 0.1/2.5 MB | 84/345 kB | 16/74 kB Progress (4): 96/294 kB | 0.1/2.5 MB | 84/345 kB | 16/74 kB Progress (4): 96/294 kB | 0.1/2.5 MB | 84/345 kB | 16/74 kB Progress (4): 96/294 kB | 0.1/2.5 MB | 84/345 kB | 20/74 kB Progress (4): 96/294 kB | 0.1/2.5 MB | 88/345 kB | 20/74 kB Progress (4): 96/294 kB | 0.1/2.5 MB | 88/345 kB | 24/74 kB Progress (4): 96/294 kB | 0.1/2.5 MB | 88/345 kB | 24/74 kB Progress (4): 100/294 kB | 0.1/2.5 MB | 88/345 kB | 24/74 kB Progress (4): 100/294 kB | 0.1/2.5 MB | 88/345 kB | 24/74 kB Progress (4): 100/294 kB | 0.1/2.5 MB | 88/345 kB | 28/74 kB Progress (4): 100/294 kB | 0.1/2.5 MB | 92/345 kB | 28/74 kB Progress (4): 100/294 kB | 0.1/2.5 MB | 92/345 kB | 32/74 kB Progress (4): 100/294 kB | 0.1/2.5 MB | 92/345 kB | 32/74 kB Progress (4): 104/294 kB | 0.1/2.5 MB | 92/345 kB | 32/74 kB Progress (4): 104/294 kB | 0.1/2.5 MB | 92/345 kB | 32/74 kB Progress (4): 104/294 kB | 0.1/2.5 MB | 92/345 kB | 36/74 kB Progress (4): 104/294 kB | 0.1/2.5 MB | 96/345 kB | 36/74 kB Progress (4): 104/294 kB | 0.1/2.5 MB | 96/345 kB | 40/74 kB Progress (4): 104/294 kB | 0.1/2.5 MB | 96/345 kB | 40/74 kB Progress (4): 108/294 kB | 0.1/2.5 MB | 96/345 kB | 40/74 kB Progress (4): 108/294 kB | 0.1/2.5 MB | 96/345 kB | 40/74 kB Progress (4): 108/294 kB | 0.1/2.5 MB | 96/345 kB | 44/74 kB Progress (4): 108/294 kB | 0.1/2.5 MB | 100/345 kB | 44/74 kB Progress (4): 108/294 kB | 0.1/2.5 MB | 100/345 kB | 48/74 kB Progress (4): 108/294 kB | 0.1/2.5 MB | 100/345 kB | 48/74 kB Progress (4): 112/294 kB | 0.1/2.5 MB | 100/345 kB | 48/74 kB Progress (4): 112/294 kB | 0.1/2.5 MB | 100/345 kB | 48/74 kB Progress (4): 112/294 kB | 0.1/2.5 MB | 100/345 kB | 52/74 kB Progress (4): 112/294 kB | 0.1/2.5 MB | 104/345 kB | 52/74 kB Progress (4): 112/294 kB | 0.1/2.5 MB | 104/345 kB | 56/74 kB Progress (4): 112/294 kB | 0.1/2.5 MB | 104/345 kB | 56/74 kB Progress (4): 116/294 kB | 0.1/2.5 MB | 104/345 kB | 56/74 kB Progress (4): 116/294 kB | 0.1/2.5 MB | 104/345 kB | 56/74 kB Progress (4): 116/294 kB | 0.1/2.5 MB | 104/345 kB | 60/74 kB Progress (4): 116/294 kB | 0.1/2.5 MB | 108/345 kB | 60/74 kB Progress (4): 116/294 kB | 0.1/2.5 MB | 108/345 kB | 64/74 kB Progress (4): 116/294 kB | 0.1/2.5 MB | 108/345 kB | 64/74 kB Progress (4): 120/294 kB | 0.1/2.5 MB | 108/345 kB | 64/74 kB Progress (4): 120/294 kB | 0.1/2.5 MB | 108/345 kB | 64/74 kB Progress (4): 120/294 kB | 0.1/2.5 MB | 108/345 kB | 68/74 kB Progress (4): 120/294 kB | 0.1/2.5 MB | 112/345 kB | 68/74 kB Progress (4): 120/294 kB | 0.1/2.5 MB | 112/345 kB | 72/74 kB Progress (4): 120/294 kB | 0.1/2.5 MB | 112/345 kB | 72/74 kB Progress (4): 124/294 kB | 0.1/2.5 MB | 112/345 kB | 72/74 kB Progress (4): 124/294 kB | 0.1/2.5 MB | 112/345 kB | 72/74 kB Progress (4): 124/294 kB | 0.1/2.5 MB | 112/345 kB | 74 kB Progress (4): 124/294 kB | 0.1/2.5 MB | 116/345 kB | 74 kB Progress (4): 124/294 kB | 0.1/2.5 MB | 116/345 kB | 74 kB Progress (4): 128/294 kB | 0.1/2.5 MB | 116/345 kB | 74 kB Progress (4): 128/294 kB | 0.1/2.5 MB | 116/345 kB | 74 kB Progress (4): 128/294 kB | 0.1/2.5 MB | 120/345 kB | 74 kB Progress (4): 128/294 kB | 0.2/2.5 MB | 120/345 kB | 74 kB Progress (4): 132/294 kB | 0.2/2.5 MB | 120/345 kB | 74 kB Progress (4): 132/294 kB | 0.2/2.5 MB | 120/345 kB | 74 kB Progress (4): 132/294 kB | 0.2/2.5 MB | 124/345 kB | 74 kB Progress (4): 132/294 kB | 0.2/2.5 MB | 124/345 kB | 74 kB Progress (4): 136/294 kB | 0.2/2.5 MB | 124/345 kB | 74 kB Progress (4): 136/294 kB | 0.2/2.5 MB | 124/345 kB | 74 kB Progress (4): 140/294 kB | 0.2/2.5 MB | 124/345 kB | 74 kB Progress (4): 140/294 kB | 0.2/2.5 MB | 128/345 kB | 74 kB Progress (4): 144/294 kB | 0.2/2.5 MB | 128/345 kB | 74 kB Progress (4): 144/294 kB | 0.2/2.5 MB | 128/345 kB | 74 kB Progress (4): 144/294 kB | 0.2/2.5 MB | 132/345 kB | 74 kB Progress (4): 144/294 kB | 0.2/2.5 MB | 132/345 kB | 74 kB Progress (4): 148/294 kB | 0.2/2.5 MB | 132/345 kB | 74 kB Progress (4): 148/294 kB | 0.2/2.5 MB | 132/345 kB | 74 kB Progress (4): 148/294 kB | 0.2/2.5 MB | 136/345 kB | 74 kB Progress (4): 148/294 kB | 0.2/2.5 MB | 136/345 kB | 74 kB Progress (4): 152/294 kB | 0.2/2.5 MB | 136/345 kB | 74 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/mylyn/docs/org.eclipse.mylyn.wikitext.mediawiki/3.0.7/org.eclipse.mylyn.wikitext.mediawiki-3.0.7.jar (74 kB at 770 kB/s) 15:59:18 [2019-07-19T19:59:18.836Z] Progress (3): 156/294 kB | 0.2/2.5 MB | 136/345 kB Progress (3): 156/294 kB | 0.2/2.5 MB | 136/345 kB Progress (3): 156/294 kB | 0.2/2.5 MB | 140/345 kB Progress (3): 156/294 kB | 0.2/2.5 MB | 140/345 kB Progress (3): 160/294 kB | 0.2/2.5 MB | 140/345 kB Progress (3): 160/294 kB | 0.2/2.5 MB | 140/345 kB Progress (3): 160/294 kB | 0.2/2.5 MB | 144/345 kB Progress (3): 160/294 kB | 0.2/2.5 MB | 144/345 kB Progress (3): 164/294 kB | 0.2/2.5 MB | 144/345 kB Progress (3): 164/294 kB | 0.2/2.5 MB | 144/345 kB Progress (3): 164/294 kB | 0.2/2.5 MB | 148/345 kB Progress (3): 164/294 kB | 0.2/2.5 MB | 148/345 kB Progress (3): 168/294 kB | 0.2/2.5 MB | 148/345 kB Progress (3): 168/294 kB | 0.2/2.5 MB | 148/345 kB Progress (3): 168/294 kB | 0.2/2.5 MB | 152/345 kB Progress (3): 168/294 kB | 0.2/2.5 MB | 152/345 kB Progress (3): 172/294 kB | 0.2/2.5 MB | 152/345 kB Progress (3): 172/294 kB | 0.2/2.5 MB | 152/345 kB Progress (3): 172/294 kB | 0.2/2.5 MB | 156/345 kB Progress (3): 172/294 kB | 0.2/2.5 MB | 156/345 kB Progress (3): 176/294 kB | 0.2/2.5 MB | 156/345 kB Progress (3): 176/294 kB | 0.2/2.5 MB | 156/345 kB Progress (3): 176/294 kB | 0.2/2.5 MB | 160/345 kB Progress (3): 176/294 kB | 0.2/2.5 MB | 160/345 kB Progress (3): 176/294 kB | 0.2/2.5 MB | 164/345 kB Progress (3): 180/294 kB | 0.2/2.5 MB | 164/345 kB Progress (3): 180/294 kB | 0.2/2.5 MB | 168/345 kB Progress (3): 180/294 kB | 0.2/2.5 MB | 168/345 kB Progress (3): 180/294 kB | 0.2/2.5 MB | 172/345 kB Progress (3): 184/294 kB | 0.2/2.5 MB | 172/345 kB Progress (3): 184/294 kB | 0.2/2.5 MB | 176/345 kB Progress (3): 184/294 kB | 0.2/2.5 MB | 176/345 kB Progress (4): 184/294 kB | 0.2/2.5 MB | 176/345 kB | 4.1/39 kB Progress (4): 184/294 kB | 0.2/2.5 MB | 180/345 kB | 4.1/39 kB Progress (4): 188/294 kB | 0.2/2.5 MB | 180/345 kB | 4.1/39 kB Progress (4): 188/294 kB | 0.2/2.5 MB | 184/345 kB | 4.1/39 kB Progress (4): 188/294 kB | 0.2/2.5 MB | 184/345 kB | 7.7/39 kB Progress (4): 188/294 kB | 0.2/2.5 MB | 188/345 kB | 7.7/39 kB Progress (4): 188/294 kB | 0.2/2.5 MB | 188/345 kB | 12/39 kB Progress (4): 192/294 kB | 0.2/2.5 MB | 188/345 kB | 12/39 kB Progress (4): 192/294 kB | 0.2/2.5 MB | 188/345 kB | 16/39 kB Progress (4): 196/294 kB | 0.2/2.5 MB | 188/345 kB | 16/39 kB Progress (4): 196/294 kB | 0.2/2.5 MB | 192/345 kB | 16/39 kB Progress (4): 196/294 kB | 0.2/2.5 MB | 192/345 kB | 16/39 kB Progress (4): 200/294 kB | 0.2/2.5 MB | 192/345 kB | 16/39 kB Progress (4): 200/294 kB | 0.2/2.5 MB | 192/345 kB | 20/39 kB Progress (4): 200/294 kB | 0.2/2.5 MB | 192/345 kB | 20/39 kB Progress (4): 200/294 kB | 0.2/2.5 MB | 196/345 kB | 20/39 kB Progress (4): 200/294 kB | 0.2/2.5 MB | 196/345 kB | 20/39 kB Progress (4): 200/294 kB | 0.2/2.5 MB | 196/345 kB | 24/39 kB Progress (4): 204/294 kB | 0.2/2.5 MB | 196/345 kB | 24/39 kB Progress (4): 204/294 kB | 0.2/2.5 MB | 196/345 kB | 28/39 kB Progress (4): 204/294 kB | 0.3/2.5 MB | 196/345 kB | 28/39 kB Progress (4): 204/294 kB | 0.3/2.5 MB | 200/345 kB | 28/39 kB Progress (4): 204/294 kB | 0.3/2.5 MB | 200/345 kB | 28/39 kB Progress (4): 204/294 kB | 0.3/2.5 MB | 200/345 kB | 32/39 kB Progress (4): 208/294 kB | 0.3/2.5 MB | 200/345 kB | 32/39 kB Progress (4): 208/294 kB | 0.3/2.5 MB | 200/345 kB | 36/39 kB Progress (4): 208/294 kB | 0.3/2.5 MB | 200/345 kB | 36/39 kB Progress (4): 208/294 kB | 0.3/2.5 MB | 204/345 kB | 36/39 kB Progress (4): 208/294 kB | 0.3/2.5 MB | 204/345 kB | 36/39 kB Progress (4): 208/294 kB | 0.3/2.5 MB | 204/345 kB | 39 kB Progress (4): 212/294 kB | 0.3/2.5 MB | 204/345 kB | 39 kB Progress (4): 212/294 kB | 0.3/2.5 MB | 204/345 kB | 39 kB Progress (4): 212/294 kB | 0.3/2.5 MB | 208/345 kB | 39 kB Progress (4): 212/294 kB | 0.3/2.5 MB | 208/345 kB | 39 kB Progress (4): 216/294 kB | 0.3/2.5 MB | 208/345 kB | 39 kB Progress (4): 216/294 kB | 0.3/2.5 MB | 208/345 kB | 39 kB Progress (4): 220/294 kB | 0.3/2.5 MB | 208/345 kB | 39 kB Progress (4): 220/294 kB | 0.3/2.5 MB | 212/345 kB | 39 kB Progress (4): 224/294 kB | 0.3/2.5 MB | 212/345 kB | 39 kB Progress (4): 224/294 kB | 0.3/2.5 MB | 212/345 kB | 39 kB Progress (4): 228/294 kB | 0.3/2.5 MB | 212/345 kB | 39 kB Progress (4): 228/294 kB | 0.3/2.5 MB | 216/345 kB | 39 kB Progress (4): 232/294 kB | 0.3/2.5 MB | 216/345 kB | 39 kB Progress (4): 232/294 kB | 0.3/2.5 MB | 216/345 kB | 39 kB Progress (4): 232/294 kB | 0.3/2.5 MB | 220/345 kB | 39 kB Progress (4): 232/294 kB | 0.3/2.5 MB | 220/345 kB | 39 kB Progress (4): 236/294 kB | 0.3/2.5 MB | 220/345 kB | 39 kB Progress (4): 236/294 kB | 0.3/2.5 MB | 220/345 kB | 39 kB Progress (4): 236/294 kB | 0.3/2.5 MB | 224/345 kB | 39 kB Progress (4): 236/294 kB | 0.3/2.5 MB | 224/345 kB | 39 kB Progress (4): 240/294 kB | 0.3/2.5 MB | 224/345 kB | 39 kB Progress (4): 240/294 kB | 0.3/2.5 MB | 224/345 kB | 39 kB Progress (4): 240/294 kB | 0.3/2.5 MB | 228/345 kB | 39 kB Progress (4): 240/294 kB | 0.3/2.5 MB | 228/345 kB | 39 kB Progress (4): 244/294 kB | 0.3/2.5 MB | 228/345 kB | 39 kB Progress (4): 244/294 kB | 0.3/2.5 MB | 228/345 kB | 39 kB Progress (4): 244/294 kB | 0.3/2.5 MB | 232/345 kB | 39 kB Progress (4): 244/294 kB | 0.3/2.5 MB | 232/345 kB | 39 kB Progress (4): 248/294 kB | 0.3/2.5 MB | 232/345 kB | 39 kB Progress (4): 248/294 kB | 0.3/2.5 MB | 232/345 kB | 39 kB Progress (4): 248/294 kB | 0.3/2.5 MB | 236/345 kB | 39 kB Progress (4): 248/294 kB | 0.3/2.5 MB | 236/345 kB | 39 kB Progress (4): 252/294 kB | 0.3/2.5 MB | 236/345 kB | 39 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/mylyn/docs/org.eclipse.mylyn.wikitext.ant/3.0.7/org.eclipse.mylyn.wikitext.ant-3.0.7.jar (39 kB at 232 kB/s) 15:59:18 [2019-07-19T19:59:18.836Z] Progress (3): 256/294 kB | 0.3/2.5 MB | 236/345 kB Progress (3): 256/294 kB | 0.3/2.5 MB | 236/345 kB Progress (3): 256/294 kB | 0.3/2.5 MB | 240/345 kB Progress (3): 256/294 kB | 0.3/2.5 MB | 240/345 kB Progress (3): 260/294 kB | 0.3/2.5 MB | 240/345 kB Progress (3): 260/294 kB | 0.3/2.5 MB | 240/345 kB Progress (3): 260/294 kB | 0.3/2.5 MB | 244/345 kB Progress (3): 260/294 kB | 0.3/2.5 MB | 244/345 kB Progress (3): 264/294 kB | 0.3/2.5 MB | 244/345 kB Progress (3): 264/294 kB | 0.3/2.5 MB | 244/345 kB Progress (3): 264/294 kB | 0.3/2.5 MB | 248/345 kB Progress (3): 268/294 kB | 0.3/2.5 MB | 248/345 kB Progress (3): 268/294 kB | 0.3/2.5 MB | 248/345 kB Progress (3): 272/294 kB | 0.3/2.5 MB | 248/345 kB Progress (3): 272/294 kB | 0.3/2.5 MB | 252/345 kB Progress (3): 272/294 kB | 0.3/2.5 MB | 252/345 kB Progress (3): 272/294 kB | 0.3/2.5 MB | 256/345 kB Progress (3): 276/294 kB | 0.3/2.5 MB | 256/345 kB Progress (3): 276/294 kB | 0.3/2.5 MB | 260/345 kB Progress (3): 276/294 kB | 0.4/2.5 MB | 260/345 kB Progress (3): 276/294 kB | 0.4/2.5 MB | 264/345 kB Progress (3): 276/294 kB | 0.4/2.5 MB | 264/345 kB Progress (3): 280/294 kB | 0.4/2.5 MB | 264/345 kB Progress (3): 280/294 kB | 0.4/2.5 MB | 264/345 kB Progress (3): 280/294 kB | 0.4/2.5 MB | 268/345 kB Progress (3): 280/294 kB | 0.4/2.5 MB | 268/345 kB Progress (3): 284/294 kB | 0.4/2.5 MB | 268/345 kB Progress (3): 284/294 kB | 0.4/2.5 MB | 268/345 kB Progress (3): 284/294 kB | 0.4/2.5 MB | 272/345 kB Progress (3): 284/294 kB | 0.4/2.5 MB | 272/345 kB Progress (3): 288/294 kB | 0.4/2.5 MB | 272/345 kB Progress (3): 288/294 kB | 0.4/2.5 MB | 272/345 kB Progress (3): 288/294 kB | 0.4/2.5 MB | 276/345 kB Progress (3): 288/294 kB | 0.4/2.5 MB | 276/345 kB Progress (3): 292/294 kB | 0.4/2.5 MB | 276/345 kB Progress (3): 292/294 kB | 0.4/2.5 MB | 276/345 kB Progress (3): 292/294 kB | 0.4/2.5 MB | 280/345 kB Progress (3): 292/294 kB | 0.4/2.5 MB | 280/345 kB Progress (3): 294 kB | 0.4/2.5 MB | 280/345 kB Progress (3): 294 kB | 0.4/2.5 MB | 280/345 kB Progress (3): 294 kB | 0.4/2.5 MB | 284/345 kB Progress (3): 294 kB | 0.4/2.5 MB | 284/345 kB Progress (3): 294 kB | 0.4/2.5 MB | 288/345 kB Progress (3): 294 kB | 0.4/2.5 MB | 288/345 kB Progress (3): 294 kB | 0.4/2.5 MB | 292/345 kB Progress (3): 294 kB | 0.4/2.5 MB | 292/345 kB Progress (3): 294 kB | 0.4/2.5 MB | 296/345 kB Progress (3): 294 kB | 0.4/2.5 MB | 296/345 kB Progress (3): 294 kB | 0.4/2.5 MB | 300/345 kB Progress (3): 294 kB | 0.4/2.5 MB | 300/345 kB Progress (3): 294 kB | 0.4/2.5 MB | 304/345 kB Progress (3): 294 kB | 0.4/2.5 MB | 304/345 kB Progress (3): 294 kB | 0.4/2.5 MB | 308/345 kB Progress (3): 294 kB | 0.4/2.5 MB | 308/345 kB Progress (3): 294 kB | 0.4/2.5 MB | 312/345 kB Progress (3): 294 kB | 0.4/2.5 MB | 312/345 kB Progress (3): 294 kB | 0.4/2.5 MB | 316/345 kB Progress (3): 294 kB | 0.4/2.5 MB | 316/345 kB Progress (3): 294 kB | 0.4/2.5 MB | 320/345 kB Progress (3): 294 kB | 0.4/2.5 MB | 320/345 kB Progress (3): 294 kB | 0.4/2.5 MB | 324/345 kB Progress (3): 294 kB | 0.4/2.5 MB | 324/345 kB Progress (3): 294 kB | 0.4/2.5 MB | 328/345 kB Progress (3): 294 kB | 0.4/2.5 MB | 328/345 kB Progress (3): 294 kB | 0.4/2.5 MB | 332/345 kB Progress (3): 294 kB | 0.4/2.5 MB | 332/345 kB Progress (3): 294 kB | 0.4/2.5 MB | 336/345 kB Progress (3): 294 kB | 0.4/2.5 MB | 336/345 kB Progress (3): 294 kB | 0.4/2.5 MB | 340/345 kB Progress (3): 294 kB | 0.5/2.5 MB | 340/345 kB Progress (3): 294 kB | 0.5/2.5 MB | 344/345 kB Progress (3): 294 kB | 0.5/2.5 MB | 344/345 kB Progress (3): 294 kB | 0.5/2.5 MB | 345 kB Progress (3): 294 kB | 0.5/2.5 MB | 345 kB Progress (3): 294 kB | 0.5/2.5 MB | 345 kB Progress (3): 294 kB | 0.5/2.5 MB | 345 kB Progress (3): 294 kB | 0.5/2.5 MB | 345 kB Progress (3): 294 kB | 0.5/2.5 MB | 345 kB Progress (3): 294 kB | 0.5/2.5 MB | 345 kB Progress (3): 294 kB | 0.5/2.5 MB | 345 kB Progress (3): 294 kB | 0.5/2.5 MB | 345 kB Progress (3): 294 kB | 0.5/2.5 MB | 345 kB Progress (3): 294 kB | 0.5/2.5 MB | 345 kB Progress (3): 294 kB | 0.5/2.5 MB | 345 kB Progress (3): 294 kB | 0.5/2.5 MB | 345 kB Progress (3): 294 kB | 0.5/2.5 MB | 345 kB Progress (3): 294 kB | 0.5/2.5 MB | 345 kB Progress (3): 294 kB | 0.5/2.5 MB | 345 kB Progress (3): 294 kB | 0.5/2.5 MB | 345 kB Progress (3): 294 kB | 0.5/2.5 MB | 345 kB Progress (3): 294 kB | 0.5/2.5 MB | 345 kB Progress (3): 294 kB | 0.5/2.5 MB | 345 kB Progress (3): 294 kB | 0.5/2.5 MB | 345 kB Progress (3): 294 kB | 0.5/2.5 MB | 345 kB Progress (3): 294 kB | 0.5/2.5 MB | 345 kB Progress (3): 294 kB | 0.5/2.5 MB | 345 kB Progress (3): 294 kB | 0.6/2.5 MB | 345 kB Progress (3): 294 kB | 0.6/2.5 MB | 345 kB Progress (3): 294 kB | 0.6/2.5 MB | 345 kB Progress (3): 294 kB | 0.6/2.5 MB | 345 kB Progress (3): 294 kB | 0.6/2.5 MB | 345 kB Progress (3): 294 kB | 0.6/2.5 MB | 345 kB Progress (3): 294 kB | 0.6/2.5 MB | 345 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/mylyn/docs/org.eclipse.mylyn.wikitext/3.0.7/org.eclipse.mylyn.wikitext-3.0.7.jar (345 kB at 1.8 MB/s) 15:59:18 [2019-07-19T19:59:18.836Z] Progress (2): 294 kB | 0.6/2.5 MB Progress (2): 294 kB | 0.6/2.5 MB Progress (2): 294 kB | 0.6/2.5 MB Progress (2): 294 kB | 0.6/2.5 MB Progress (2): 294 kB | 0.6/2.5 MB Progress (2): 294 kB | 0.6/2.5 MB Progress (2): 294 kB | 0.6/2.5 MB Progress (2): 294 kB | 0.6/2.5 MB Progress (2): 294 kB | 0.6/2.5 MB Progress (2): 294 kB | 0.6/2.5 MB Progress (2): 294 kB | 0.6/2.5 MB Progress (2): 294 kB | 0.6/2.5 MB Progress (2): 294 kB | 0.6/2.5 MB Progress (2): 294 kB | 0.6/2.5 MB Progress (2): 294 kB | 0.6/2.5 MB Progress (2): 294 kB | 0.6/2.5 MB Progress (2): 294 kB | 0.6/2.5 MB Progress (2): 294 kB | 0.6/2.5 MB Progress (2): 294 kB | 0.7/2.5 MB Progress (2): 294 kB | 0.7/2.5 MB Progress (2): 294 kB | 0.7/2.5 MB Progress (2): 294 kB | 0.7/2.5 MB Progress (2): 294 kB | 0.7/2.5 MB Progress (2): 294 kB | 0.7/2.5 MB Progress (2): 294 kB | 0.7/2.5 MB Progress (2): 294 kB | 0.7/2.5 MB Progress (2): 294 kB | 0.7/2.5 MB Progress (2): 294 kB | 0.7/2.5 MB Progress (2): 294 kB | 0.7/2.5 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.jar (294 kB at 1.2 MB/s) 15:59:18 [2019-07-19T19:59:18.836Z] Progress (1): 0.7/2.5 MB Progress (1): 0.7/2.5 MB Progress (1): 0.7/2.5 MB Progress (1): 0.7/2.5 MB Progress (1): 0.7/2.5 MB Progress (1): 0.7/2.5 MB Progress (1): 0.7/2.5 MB Progress (1): 0.7/2.5 MB Progress (1): 0.7/2.5 MB Progress (1): 0.7/2.5 MB Progress (1): 0.7/2.5 MB Progress (1): 0.7/2.5 MB Progress (1): 0.7/2.5 MB Progress (1): 0.7/2.5 MB Progress (1): 0.8/2.5 MB Progress (1): 0.8/2.5 MB Progress (1): 0.8/2.5 MB Progress (1): 0.8/2.5 MB Progress (1): 0.8/2.5 MB Progress (1): 0.8/2.5 MB Progress (1): 0.8/2.5 MB Progress (1): 0.8/2.5 MB Progress (1): 0.8/2.5 MB Progress (1): 0.8/2.5 MB Progress (1): 0.8/2.5 MB Progress (1): 0.8/2.5 MB Progress (1): 0.8/2.5 MB Progress (1): 0.8/2.5 MB Progress (1): 0.8/2.5 MB Progress (1): 0.8/2.5 MB Progress (1): 0.8/2.5 MB Progress (1): 0.8/2.5 MB Progress (1): 0.8/2.5 MB Progress (1): 0.8/2.5 MB Progress (1): 0.8/2.5 MB Progress (1): 0.8/2.5 MB Progress (1): 0.8/2.5 MB Progress (1): 0.8/2.5 MB Progress (1): 0.8/2.5 MB Progress (1): 0.9/2.5 MB Progress (1): 0.9/2.5 MB Progress (1): 0.9/2.5 MB Progress (1): 0.9/2.5 MB Progress (1): 0.9/2.5 MB Progress (1): 0.9/2.5 MB Progress (1): 0.9/2.5 MB Progress (1): 0.9/2.5 MB Progress (1): 0.9/2.5 MB Progress (1): 0.9/2.5 MB Progress (1): 0.9/2.5 MB Progress (1): 0.9/2.5 MB Progress (1): 0.9/2.5 MB Progress (1): 0.9/2.5 MB Progress (1): 0.9/2.5 MB Progress (1): 0.9/2.5 MB Progress (1): 0.9/2.5 MB Progress (1): 0.9/2.5 MB Progress (1): 0.9/2.5 MB Progress (1): 0.9/2.5 MB Progress (1): 0.9/2.5 MB Progress (1): 0.9/2.5 MB Progress (1): 0.9/2.5 MB Progress (1): 0.9/2.5 MB Progress (1): 0.9/2.5 MB Progress (1): 1.0/2.5 MB Progress (1): 1.0/2.5 MB Progress (1): 1.0/2.5 MB Progress (1): 1.0/2.5 MB Progress (1): 1.0/2.5 MB Progress (1): 1.0/2.5 MB Progress (1): 1.0/2.5 MB Progress (1): 1.0/2.5 MB Progress (1): 1.0/2.5 MB Progress (1): 1.0/2.5 MB Progress (1): 1.0/2.5 MB Progress (1): 1.0/2.5 MB Progress (1): 1.0/2.5 MB Progress (1): 1.0/2.5 MB Progress (1): 1.0/2.5 MB Progress (1): 1.0/2.5 MB Progress (1): 1.0/2.5 MB Progress (1): 1.0/2.5 MB Progress (1): 1.0/2.5 MB Progress (1): 1.0/2.5 MB Progress (1): 1.0/2.5 MB Progress (1): 1.0/2.5 MB Progress (1): 1.0/2.5 MB Progress (1): 1.0/2.5 MB Progress (1): 1.0/2.5 MB Progress (1): 1.1/2.5 MB Progress (1): 1.1/2.5 MB Progress (1): 1.1/2.5 MB Progress (1): 1.1/2.5 MB Progress (1): 1.1/2.5 MB Progress (1): 1.1/2.5 MB Progress (1): 1.1/2.5 MB Progress (1): 1.1/2.5 MB Progress (1): 1.1/2.5 MB Progress (1): 1.1/2.5 MB Progress (1): 1.1/2.5 MB Progress (1): 1.1/2.5 MB Progress (1): 1.1/2.5 MB Progress (1): 1.1/2.5 MB Progress (1): 1.1/2.5 MB Progress (1): 1.1/2.5 MB Progress (1): 1.1/2.5 MB Progress (1): 1.1/2.5 MB Progress (1): 1.1/2.5 MB Progress (1): 1.1/2.5 MB Progress (1): 1.1/2.5 MB Progress (1): 1.1/2.5 MB Progress (1): 1.1/2.5 MB Progress (1): 1.1/2.5 MB Progress (1): 1.1/2.5 MB Progress (1): 1.2/2.5 MB Progress (1): 1.2/2.5 MB Progress (1): 1.2/2.5 MB Progress (1): 1.2/2.5 MB Progress (1): 1.2/2.5 MB Progress (1): 1.2/2.5 MB Progress (1): 1.2/2.5 MB Progress (1): 1.2/2.5 MB Progress (1): 1.2/2.5 MB Progress (1): 1.2/2.5 MB Progress (1): 1.2/2.5 MB Progress (1): 1.2/2.5 MB Progress (1): 1.2/2.5 MB Progress (1): 1.2/2.5 MB Progress (1): 1.2/2.5 MB Progress (1): 1.2/2.5 MB Progress (1): 1.2/2.5 MB Progress (1): 1.2/2.5 MB Progress (1): 1.2/2.5 MB Progress (1): 1.2/2.5 MB Progress (1): 1.2/2.5 MB Progress (1): 1.2/2.5 MB Progress (1): 1.2/2.5 MB Progress (1): 1.2/2.5 MB Progress (1): 1.2/2.5 MB Progress (1): 1.3/2.5 MB Progress (1): 1.3/2.5 MB Progress (1): 1.3/2.5 MB Progress (1): 1.3/2.5 MB Progress (1): 1.3/2.5 MB Progress (1): 1.3/2.5 MB Progress (1): 1.3/2.5 MB Progress (1): 1.3/2.5 MB Progress (1): 1.3/2.5 MB Progress (1): 1.3/2.5 MB Progress (1): 1.3/2.5 MB Progress (1): 1.3/2.5 MB Progress (1): 1.3/2.5 MB Progress (1): 1.3/2.5 MB Progress (1): 1.3/2.5 MB Progress (1): 1.3/2.5 MB Progress (1): 1.3/2.5 MB Progress (1): 1.3/2.5 MB Progress (1): 1.3/2.5 MB Progress (1): 1.3/2.5 MB Progress (1): 1.3/2.5 MB Progress (1): 1.3/2.5 MB Progress (1): 1.3/2.5 MB Progress (1): 1.3/2.5 MB Progress (1): 1.3/2.5 MB Progress (1): 1.4/2.5 MB Progress (1): 1.4/2.5 MB Progress (1): 1.4/2.5 MB Progress (1): 1.4/2.5 MB Progress (1): 1.4/2.5 MB Progress (1): 1.4/2.5 MB Progress (1): 1.4/2.5 MB Progress (1): 1.4/2.5 MB Progress (1): 1.4/2.5 MB Progress (1): 1.4/2.5 MB Progress (1): 1.4/2.5 MB Progress (1): 1.4/2.5 MB Progress (1): 1.4/2.5 MB Progress (1): 1.4/2.5 MB Progress (1): 1.4/2.5 MB Progress (1): 1.4/2.5 MB Progress (1): 1.4/2.5 MB Progress (1): 1.4/2.5 MB Progress (1): 1.4/2.5 MB Progress (1): 1.4/2.5 MB Progress (1): 1.4/2.5 MB Progress (1): 1.4/2.5 MB Progress (1): 1.4/2.5 MB Progress (1): 1.4/2.5 MB Progress (1): 1.4/2.5 MB Progress (1): 1.5/2.5 MB Progress (1): 1.5/2.5 MB Progress (1): 1.5/2.5 MB Progress (1): 1.5/2.5 MB Progress (1): 1.5/2.5 MB Progress (1): 1.5/2.5 MB Progress (1): 1.5/2.5 MB Progress (1): 1.5/2.5 MB Progress (1): 1.5/2.5 MB Progress (1): 1.5/2.5 MB Progress (1): 1.5/2.5 MB Progress (1): 1.5/2.5 MB Progress (1): 1.5/2.5 MB Progress (1): 1.5/2.5 MB Progress (1): 1.5/2.5 MB Progress (1): 1.5/2.5 MB Progress (1): 1.5/2.5 MB Progress (1): 1.5/2.5 MB Progress (1): 1.5/2.5 MB Progress (1): 1.5/2.5 MB Progress (1): 1.5/2.5 MB Progress (1): 1.5/2.5 MB Progress (1): 1.5/2.5 MB Progress (1): 1.5/2.5 MB Progress (1): 1.5/2.5 MB Progress (1): 1.6/2.5 MB Progress (1): 1.6/2.5 MB Progress (1): 1.6/2.5 MB Progress (1): 1.6/2.5 MB Progress (1): 1.6/2.5 MB Progress (1): 1.6/2.5 MB Progress (1): 1.6/2.5 MB Progress (1): 1.6/2.5 MB Progress (1): 1.6/2.5 MB Progress (1): 1.6/2.5 MB Progress (1): 1.6/2.5 MB Progress (1): 1.6/2.5 MB Progress (1): 1.6/2.5 MB Progress (1): 1.6/2.5 MB Progress (1): 1.6/2.5 MB Progress (1): 1.6/2.5 MB Progress (1): 1.6/2.5 MB Progress (1): 1.6/2.5 MB Progress (1): 1.6/2.5 MB Progress (1): 1.6/2.5 MB Progress (1): 1.6/2.5 MB Progress (1): 1.6/2.5 MB Progress (1): 1.6/2.5 MB Progress (1): 1.6/2.5 MB Progress (1): 1.6/2.5 MB Progress (1): 1.7/2.5 MB Progress (1): 1.7/2.5 MB Progress (1): 1.7/2.5 MB Progress (1): 1.7/2.5 MB Progress (1): 1.7/2.5 MB Progress (1): 1.7/2.5 MB Progress (1): 1.7/2.5 MB Progress (1): 1.7/2.5 MB Progress (1): 1.7/2.5 MB Progress (1): 1.7/2.5 MB Progress (1): 1.7/2.5 MB Progress (1): 1.7/2.5 MB Progress (1): 1.7/2.5 MB Progress (1): 1.7/2.5 MB Progress (1): 1.7/2.5 MB Progress (1): 1.7/2.5 MB Progress (1): 1.7/2.5 MB Progress (1): 1.7/2.5 MB Progress (1): 1.7/2.5 MB Progress (1): 1.7/2.5 MB Progress (1): 1.7/2.5 MB Progress (1): 1.7/2.5 MB Progress (1): 1.7/2.5 MB Progress (1): 1.7/2.5 MB Progress (1): 1.7/2.5 MB Progress (1): 1.8/2.5 MB Progress (1): 1.8/2.5 MB Progress (1): 1.8/2.5 MB Progress (1): 1.8/2.5 MB Progress (1): 1.8/2.5 MB Progress (1): 1.8/2.5 MB Progress (1): 1.8/2.5 MB Progress (1): 1.8/2.5 MB Progress (1): 1.8/2.5 MB Progress (1): 1.8/2.5 MB Progress (1): 1.8/2.5 MB Progress (1): 1.8/2.5 MB Progress (1): 1.8/2.5 MB Progress (1): 1.8/2.5 MB Progress (1): 1.8/2.5 MB Progress (1): 1.8/2.5 MB Progress (1): 1.8/2.5 MB Progress (1): 1.8/2.5 MB Progress (1): 1.8/2.5 MB Progress (1): 1.8/2.5 MB Progress (1): 1.8/2.5 MB Progress (1): 1.8/2.5 MB Progress (1): 1.8/2.5 MB Progress (1): 1.8/2.5 MB Progress (1): 1.8/2.5 MB Progress (1): 1.9/2.5 MB Progress (1): 1.9/2.5 MB Progress (1): 1.9/2.5 MB Progress (1): 1.9/2.5 MB Progress (1): 1.9/2.5 MB Progress (1): 1.9/2.5 MB Progress (1): 1.9/2.5 MB Progress (1): 1.9/2.5 MB Progress (1): 1.9/2.5 MB Progress (1): 1.9/2.5 MB Progress (1): 1.9/2.5 MB Progress (1): 1.9/2.5 MB Progress (1): 1.9/2.5 MB Progress (1): 1.9/2.5 MB Progress (1): 1.9/2.5 MB Progress (1): 1.9/2.5 MB Progress (1): 1.9/2.5 MB Progress (1): 1.9/2.5 MB Progress (1): 1.9/2.5 MB Progress (1): 1.9/2.5 MB Progress (1): 1.9/2.5 MB Progress (1): 1.9/2.5 MB Progress (1): 1.9/2.5 MB Progress (1): 1.9/2.5 MB Progress (1): 1.9/2.5 MB Progress (1): 2.0/2.5 MB Progress (1): 2.0/2.5 MB Progress (1): 2.0/2.5 MB Progress (1): 2.0/2.5 MB Progress (1): 2.0/2.5 MB Progress (1): 2.0/2.5 MB Progress (1): 2.0/2.5 MB Progress (1): 2.0/2.5 MB Progress (1): 2.0/2.5 MB Progress (1): 2.0/2.5 MB Progress (1): 2.0/2.5 MB Progress (1): 2.0/2.5 MB Progress (1): 2.0/2.5 MB Progress (1): 2.0/2.5 MB Progress (1): 2.0/2.5 MB Progress (1): 2.0/2.5 MB Progress (1): 2.0/2.5 MB Progress (1): 2.0/2.5 MB Progress (1): 2.0/2.5 MB Progress (1): 2.0/2.5 MB Progress (1): 2.0/2.5 MB Progress (1): 2.0/2.5 MB Progress (1): 2.0/2.5 MB Progress (1): 2.0/2.5 MB Progress (1): 2.0/2.5 MB Progress (1): 2.1/2.5 MB Progress (1): 2.1/2.5 MB Progress (1): 2.1/2.5 MB Progress (1): 2.1/2.5 MB Progress (1): 2.1/2.5 MB Progress (1): 2.1/2.5 MB Progress (1): 2.1/2.5 MB Progress (1): 2.1/2.5 MB Progress (1): 2.1/2.5 MB Progress (1): 2.1/2.5 MB Progress (1): 2.1/2.5 MB Progress (1): 2.1/2.5 MB Progress (1): 2.1/2.5 MB Progress (1): 2.1/2.5 MB Progress (1): 2.1/2.5 MB Progress (1): 2.1/2.5 MB Progress (1): 2.1/2.5 MB Progress (1): 2.1/2.5 MB Progress (1): 2.1/2.5 MB Progress (1): 2.1/2.5 MB Progress (1): 2.1/2.5 MB Progress (1): 2.1/2.5 MB Progress (1): 2.1/2.5 MB Progress (1): 2.1/2.5 MB Progress (1): 2.1/2.5 MB Progress (1): 2.2/2.5 MB Progress (1): 2.2/2.5 MB Progress (1): 2.2/2.5 MB Progress (1): 2.2/2.5 MB Progress (1): 2.2/2.5 MB Progress (1): 2.2/2.5 MB Progress (1): 2.2/2.5 MB Progress (1): 2.2/2.5 MB Progress (1): 2.2/2.5 MB Progress (1): 2.2/2.5 MB Progress (1): 2.2/2.5 MB Progress (1): 2.2/2.5 MB Progress (1): 2.2/2.5 MB Progress (1): 2.2/2.5 MB Progress (1): 2.2/2.5 MB Progress (1): 2.2/2.5 MB Progress (1): 2.2/2.5 MB Progress (1): 2.2/2.5 MB Progress (1): 2.2/2.5 MB Progress (1): 2.2/2.5 MB Progress (1): 2.2/2.5 MB Progress (1): 2.2/2.5 MB Progress (1): 2.2/2.5 MB Progress (1): 2.2/2.5 MB Progress (1): 2.2/2.5 MB Progress (1): 2.3/2.5 MB Progress (1): 2.3/2.5 MB Progress (1): 2.3/2.5 MB Progress (1): 2.3/2.5 MB Progress (1): 2.3/2.5 MB Progress (1): 2.3/2.5 MB Progress (1): 2.3/2.5 MB Progress (1): 2.3/2.5 MB Progress (1): 2.3/2.5 MB Progress (1): 2.3/2.5 MB Progress (1): 2.3/2.5 MB Progress (1): 2.3/2.5 MB Progress (1): 2.3/2.5 MB Progress (1): 2.3/2.5 MB Progress (1): 2.3/2.5 MB Progress (1): 2.3/2.5 MB Progress (1): 2.3/2.5 MB Progress (1): 2.3/2.5 MB Progress (1): 2.3/2.5 MB Progress (1): 2.3/2.5 MB Progress (1): 2.3/2.5 MB Progress (1): 2.3/2.5 MB Progress (1): 2.3/2.5 MB Progress (1): 2.3/2.5 MB Progress (1): 2.3/2.5 MB Progress (1): 2.4/2.5 MB Progress (1): 2.4/2.5 MB Progress (1): 2.4/2.5 MB Progress (1): 2.4/2.5 MB Progress (1): 2.4/2.5 MB Progress (1): 2.4/2.5 MB Progress (1): 2.4/2.5 MB Progress (1): 2.4/2.5 MB Progress (1): 2.4/2.5 MB Progress (1): 2.4/2.5 MB Progress (1): 2.4/2.5 MB Progress (1): 2.4/2.5 MB Progress (1): 2.4/2.5 MB Progress (1): 2.4/2.5 MB Progress (1): 2.4/2.5 MB Progress (1): 2.4/2.5 MB Progress (1): 2.4/2.5 MB Progress (1): 2.4/2.5 MB Progress (1): 2.4/2.5 MB Progress (1): 2.4/2.5 MB Progress (1): 2.4/2.5 MB Progress (1): 2.4/2.5 MB Progress (1): 2.4/2.5 MB Progress (1): 2.4/2.5 MB Progress (1): 2.4/2.5 MB Progress (1): 2.5/2.5 MB Progress (1): 2.5/2.5 MB Progress (1): 2.5/2.5 MB Progress (1): 2.5/2.5 MB Progress (1): 2.5/2.5 MB Progress (1): 2.5/2.5 MB Progress (1): 2.5/2.5 MB Progress (1): 2.5/2.5 MB Progress (1): 2.5/2.5 MB Progress (1): 2.5/2.5 MB Progress (1): 2.5/2.5 MB Progress (1): 2.5/2.5 MB Progress (1): 2.5/2.5 MB Progress (1): 2.5/2.5 MB Progress (1): 2.5/2.5 MB Progress (1): 2.5/2.5 MB Progress (1): 2.5/2.5 MB Progress (1): 2.5/2.5 MB Progress (1): 2.5 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/21.0/guava-21.0.jar (2.5 MB at 6.3 MB/s) 15:59:19 [2019-07-19T19:59:19.400Z] [INFO] Executing tasks 15:59:19 [2019-07-19T19:59:19.400Z] 15:59:19 [2019-07-19T19:59:19.400Z] main: 15:59:19 [2019-07-19T19:59:19.400Z] 15:59:19 [2019-07-19T19:59:19.400Z] clean: 15:59:19 [2019-07-19T19:59:19.400Z] [INFO] Executed tasks 15:59:19 [2019-07-19T19:59:19.400Z] [INFO] 15:59:19 [2019-07-19T19:59:19.400Z] [INFO] --- maven-clean-plugin:3.0.0:clean (clean-index) @ org.eclipse.tracecompass.doc.dev --- 15:59:19 [2019-07-19T19:59:19.400Z] [INFO] Deleting /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.doc.dev/target 15:59:19 [2019-07-19T19:59:19.400Z] [INFO] 15:59:19 [2019-07-19T19:59:19.400Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.doc.dev --- 15:59:19 [2019-07-19T19:59:19.400Z] [INFO] The project's OSGi version is 5.0.0.201907191907 15:59:19 [2019-07-19T19:59:19.400Z] [INFO] 15:59:19 [2019-07-19T19:59:19.400Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.doc.dev --- 15:59:19 [2019-07-19T19:59:19.400Z] [INFO] 15:59:19 [2019-07-19T19:59:19.400Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.doc.dev --- 15:59:19 [2019-07-19T19:59:19.400Z] [INFO] 15:59:19 [2019-07-19T19:59:19.400Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.doc.dev --- 15:59:19 [2019-07-19T19:59:19.400Z] [INFO] 15:59:19 [2019-07-19T19:59:19.400Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.doc.dev --- 15:59:19 [2019-07-19T19:59:19.400Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.doc.dev/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 15:59:19 [2019-07-19T19:59:19.400Z] [INFO] 15:59:19 [2019-07-19T19:59:19.400Z] [INFO] --- maven-antrun-plugin:1.8:run (generate-documentation) @ org.eclipse.tracecompass.doc.dev --- 15:59:19 [2019-07-19T19:59:19.657Z] [INFO] Executing tasks 15:59:19 [2019-07-19T19:59:19.657Z] 15:59:19 [2019-07-19T19:59:19.657Z] main: 15:59:19 [2019-07-19T19:59:19.657Z] 15:59:19 [2019-07-19T19:59:19.657Z] build: 15:59:20 [2019-07-19T19:59:20.588Z] Help: /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.doc.dev/doc /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.doc.dev/doc/Developer-Guide.html 15:59:20 [2019-07-19T19:59:20.588Z] 15:59:20 [2019-07-19T19:59:20.588Z] test: 15:59:20 [2019-07-19T19:59:20.845Z] [xmlvalidate] 19 file(s) have been successfully validated. 15:59:20 [2019-07-19T19:59:20.845Z] [INFO] Executed tasks 15:59:20 [2019-07-19T19:59:20.845Z] [INFO] 15:59:20 [2019-07-19T19:59:20.845Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.doc.dev --- 15:59:20 [2019-07-19T19:59:20.845Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:59:20 [2019-07-19T19:59:20.845Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.doc.dev/src/main/resources 15:59:20 [2019-07-19T19:59:20.845Z] [INFO] 15:59:20 [2019-07-19T19:59:20.845Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.doc.dev --- 15:59:20 [2019-07-19T19:59:20.845Z] [INFO] 15:59:20 [2019-07-19T19:59:20.845Z] [INFO] --- tycho-eclipserun-plugin:1.3.0:eclipse-run (default) @ org.eclipse.tracecompass.doc.dev --- 15:59:21 [2019-07-19T19:59:21.102Z] [INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/4.8/ 15:59:21 [2019-07-19T19:59:21.360Z] [INFO] Adding repository http://download.eclipse.org/eclipse/updates/4.8 15:59:21 [2019-07-19T19:59:21.360Z] [INFO] Fetching compositeContent.jar from http://download.eclipse.org/eclipse/updates/4.8/ (449B) 15:59:21 [2019-07-19T19:59:21.360Z] [INFO] Fetching compositeContent.jar from http://download.eclipse.org/eclipse/updates/4.8/ (449B) 15:59:21 [2019-07-19T19:59:21.360Z] [INFO] Fetching content.jar from http://download.eclipse.org/eclipse/updates/4.8/categoriesPhoton/ (1.46kB) 15:59:21 [2019-07-19T19:59:21.360Z] [INFO] Fetching content.jar from http://download.eclipse.org/eclipse/updates/4.8/categoriesPhoton/ (1.46kB) 15:59:21 [2019-07-19T19:59:21.360Z] [INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/ 15:59:21 [2019-07-19T19:59:21.360Z] [INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/ 15:59:21 [2019-07-19T19:59:21.617Z] [INFO] Fetching content.xml.xz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/ 15:59:21 [2019-07-19T19:59:21.617Z] [INFO] Fetching content.xml.xz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/ 15:59:22 [2019-07-19T19:59:22.986Z] [INFO] Fetching R-4.8-201806110500&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/eclipse/updates/4.8/ 15:59:22 [2019-07-19T19:59:22.986Z] [INFO] Fetching org.apache.ant_1.10.3.v20180417-1627.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (2.72MB) 15:59:22 [2019-07-19T19:59:22.986Z] [INFO] Fetching org.apache.ant_1.10.3.v20180417-1627.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (2.72MB) 15:59:23 [2019-07-19T19:59:23.551Z] [INFO] Fetching org.apache.lucene.analyzers-common_7.1.0.v20180122-2126.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (681.1kB) 15:59:24 [2019-07-19T19:59:24.482Z] [INFO] Fetching org.apache.lucene.core_7.1.0.v20171214-1510.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (830.37kB) 15:59:25 [2019-07-19T19:59:25.852Z] [INFO] Fetching org.apache.lucene.analyzers-smartcn_7.1.0.v20180122-2126.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (3.42MB) 15:59:25 [2019-07-19T19:59:25.852Z] [INFO] Fetching org.apache.lucene.analyzers-smartcn_7.1.0.v20180122-2126.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (3.42MB) 15:59:27 [2019-07-19T19:59:27.745Z] [INFO] Fetching org.eclipse.ant.core_3.5.100.v20180512-1141.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (71.81kB) 15:59:27 [2019-07-19T19:59:27.745Z] [INFO] Fetching org.eclipse.ant.core_3.5.100.v20180512-1141.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (71.81kB) 15:59:28 [2019-07-19T19:59:28.002Z] [INFO] Fetching org.eclipse.core.variables_3.4.100.v20180509-0959.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (17.99kB) 15:59:28 [2019-07-19T19:59:28.002Z] [INFO] Fetching org.eclipse.core.variables_3.4.100.v20180509-0959.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (17.99kB) 15:59:28 [2019-07-19T19:59:28.002Z] [INFO] Fetching org.eclipse.core.runtime_3.14.0.v20180417-0825.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (35.34kB) 15:59:28 [2019-07-19T19:59:28.002Z] [INFO] Fetching org.eclipse.core.runtime_3.14.0.v20180417-0825.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (35.34kB) 15:59:28 [2019-07-19T19:59:28.259Z] [INFO] Fetching org.eclipse.core.contenttype_3.7.0.v20180426-1644.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (42.19kB) 15:59:28 [2019-07-19T19:59:28.259Z] [INFO] Fetching org.eclipse.core.contenttype_3.7.0.v20180426-1644.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (42.19kB) 15:59:28 [2019-07-19T19:59:28.516Z] [INFO] Fetching org.eclipse.equinox.preferences_3.7.100.v20180510-1129.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (53.94kB) 15:59:28 [2019-07-19T19:59:28.516Z] [INFO] Fetching org.eclipse.equinox.preferences_3.7.100.v20180510-1129.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (53.94kB) 15:59:28 [2019-07-19T19:59:28.773Z] [INFO] Fetching org.eclipse.equinox.registry_3.8.0.v20180426-1327.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (76.85kB) 15:59:28 [2019-07-19T19:59:28.773Z] [INFO] Fetching org.eclipse.equinox.registry_3.8.0.v20180426-1327.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (76.85kB) 15:59:28 [2019-07-19T19:59:28.773Z] [INFO] Fetching org.eclipse.equinox.common_3.10.0.v20180412-1130.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (51.99kB) 15:59:28 [2019-07-19T19:59:28.773Z] [INFO] Fetching org.eclipse.equinox.common_3.10.0.v20180412-1130.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (51.99kB) 15:59:29 [2019-07-19T19:59:29.029Z] [INFO] Fetching org.eclipse.osgi_3.13.0.v20180409-1500.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (448.28kB) 15:59:29 [2019-07-19T19:59:29.029Z] [INFO] Fetching org.eclipse.osgi_3.13.0.v20180409-1500.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (448.28kB) 15:59:29 [2019-07-19T19:59:29.958Z] [INFO] Fetching org.eclipse.core.expressions_3.6.100.v20180426-1644.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (32.98kB) 15:59:29 [2019-07-19T19:59:29.958Z] [INFO] Fetching org.eclipse.core.expressions_3.6.100.v20180426-1644.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (32.98kB) 15:59:29 [2019-07-19T19:59:29.958Z] [INFO] Fetching org.eclipse.core.jobs_3.10.0.v20180427-1454.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (46.22kB) 15:59:29 [2019-07-19T19:59:29.959Z] [INFO] Fetching org.eclipse.core.jobs_3.10.0.v20180427-1454.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (46.22kB) 15:59:30 [2019-07-19T19:59:30.216Z] [INFO] Fetching org.eclipse.core.net_1.3.200.v20180515-0858.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (33.62kB) 15:59:30 [2019-07-19T19:59:30.216Z] [INFO] Fetching org.eclipse.core.net_1.3.200.v20180515-0858.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (33.62kB) 15:59:30 [2019-07-19T19:59:30.216Z] [INFO] Fetching org.eclipse.equinox.security_1.2.400.v20171221-2204.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (42.31kB) 15:59:30 [2019-07-19T19:59:30.216Z] [INFO] Fetching org.eclipse.equinox.security_1.2.400.v20171221-2204.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (42.31kB) 15:59:30 [2019-07-19T19:59:30.479Z] [INFO] Fetching org.eclipse.equinox.app_1.3.500.v20171221-2204.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (40.72kB) 15:59:30 [2019-07-19T19:59:30.479Z] [INFO] Fetching org.eclipse.equinox.app_1.3.500.v20171221-2204.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (40.72kB) 15:59:30 [2019-07-19T19:59:30.479Z] [INFO] Fetching org.eclipse.equinox.launcher_1.5.0.v20180512-1130.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (30.7kB) 15:59:30 [2019-07-19T19:59:30.479Z] [INFO] Fetching org.eclipse.equinox.launcher_1.5.0.v20180512-1130.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (30.7kB) 15:59:30 [2019-07-19T19:59:30.737Z] [INFO] Fetching org.eclipse.help_3.8.100.v20180512-1136.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (122.94kB) 15:59:30 [2019-07-19T19:59:30.737Z] [INFO] Fetching org.eclipse.help_3.8.100.v20180512-1136.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (122.94kB) 15:59:30 [2019-07-19T19:59:30.994Z] [INFO] Fetching com.ibm.icu_58.2.0.v20170418-1837.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (8.71MB) 15:59:30 [2019-07-19T19:59:30.994Z] [INFO] Fetching com.ibm.icu_58.2.0.v20170418-1837.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (8.71MB) 15:59:37 [2019-07-19T19:59:37.540Z] [INFO] Fetching org.eclipse.help.base_4.2.200.v20180611-0500.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (162.18kB) 15:59:37 [2019-07-19T19:59:37.540Z] [INFO] Fetching org.eclipse.help.base_4.2.200.v20180611-0500.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (162.18kB) 15:59:38 [2019-07-19T19:59:38.103Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.doc.dev/target/eclipserun-work/data/.metadata/.log 15:59:38 [2019-07-19T19:59:38.103Z] [INFO] Command line: 15:59:38 [2019-07-19T19:59:38.103Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.0.v20180512-1130/org.eclipse.equinox.launcher-1.5.0.v20180512-1130.jar, -install, /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.doc.dev/target/eclipserun-work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.doc.dev/target/eclipserun-work/configuration, -application, org.eclipse.ant.core.antRunner, -buildfile, build.xml, build.index] 15:59:38 [2019-07-19T19:59:38.103Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass 15:59:41 [2019-07-19T19:59:41.377Z] Buildfile: build.xml 15:59:41 [2019-07-19T19:59:41.636Z] [taskdef] Could not load definitions from resource org/eclipse/mylyn/wikitext/ant/tasks.properties. It could not be found. 15:59:41 [2019-07-19T19:59:41.636Z] 15:59:41 [2019-07-19T19:59:41.636Z] build.index: 15:59:45 [2019-07-19T19:59:45.808Z] BUILD SUCCESSFUL 15:59:45 [2019-07-19T19:59:45.808Z] 15:59:45 [2019-07-19T19:59:45.808Z] BUILD SUCCESSFUL 15:59:45 [2019-07-19T19:59:45.808Z] Total time: 4 seconds 15:59:46 [2019-07-19T19:59:46.065Z] [INFO] 15:59:46 [2019-07-19T19:59:46.065Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.doc.dev --- 15:59:46 [2019-07-19T19:59:46.065Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:59:46 [2019-07-19T19:59:46.065Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.doc.dev/src/test/resources 15:59:46 [2019-07-19T19:59:46.065Z] [INFO] 15:59:46 [2019-07-19T19:59:46.065Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.doc.dev --- 15:59:46 [2019-07-19T19:59:46.065Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.doc.dev/target/org.eclipse.tracecompass.doc.dev-5.0.0-SNAPSHOT-sources.jar 15:59:46 [2019-07-19T19:59:46.065Z] [INFO] 15:59:46 [2019-07-19T19:59:46.065Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.doc.dev --- 15:59:46 [2019-07-19T19:59:46.065Z] [INFO] 15:59:46 [2019-07-19T19:59:46.065Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.doc.dev --- 15:59:46 [2019-07-19T19:59:46.065Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.doc.dev/target/org.eclipse.tracecompass.doc.dev-5.0.0-SNAPSHOT.jar 15:59:46 [2019-07-19T19:59:46.322Z] [INFO] 15:59:46 [2019-07-19T19:59:46.322Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.doc.dev --- 15:59:46 [2019-07-19T19:59:46.322Z] [INFO] 15:59:46 [2019-07-19T19:59:46.322Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.doc.dev --- 15:59:46 [2019-07-19T19:59:46.322Z] [INFO] 15:59:46 [2019-07-19T19:59:46.322Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.doc.dev --- 15:59:46 [2019-07-19T19:59:46.322Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.doc.dev/target/org.eclipse.tracecompass.doc.dev-5.0.0-SNAPSHOT.jar 15:59:46 [2019-07-19T19:59:46.580Z] [INFO] 15:59:46 [2019-07-19T19:59:46.580Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.doc.dev --- 15:59:46 [2019-07-19T19:59:46.580Z] [INFO] 15:59:46 [2019-07-19T19:59:46.580Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.doc.dev --- 15:59:46 [2019-07-19T19:59:46.580Z] [INFO] Skipping JaCoCo execution due to missing classes directory. 15:59:46 [2019-07-19T19:59:46.580Z] [INFO] 15:59:46 [2019-07-19T19:59:46.580Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.doc.dev --- 15:59:46 [2019-07-19T19:59:46.580Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.doc.dev/target/org.eclipse.tracecompass.doc.dev-5.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.doc.dev/5.0.0-SNAPSHOT/org.eclipse.tracecompass.doc.dev-5.0.0-SNAPSHOT.jar 15:59:46 [2019-07-19T19:59:46.580Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.doc.dev/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.doc.dev/5.0.0-SNAPSHOT/org.eclipse.tracecompass.doc.dev-5.0.0-SNAPSHOT.pom 15:59:46 [2019-07-19T19:59:46.580Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.doc.dev/target/org.eclipse.tracecompass.doc.dev-5.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.doc.dev/5.0.0-SNAPSHOT/org.eclipse.tracecompass.doc.dev-5.0.0-SNAPSHOT-sources.jar 15:59:46 [2019-07-19T19:59:46.580Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.doc.dev/target/org.eclipse.tracecompass.doc.dev-5.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.doc.dev/5.0.0-SNAPSHOT/org.eclipse.tracecompass.doc.dev-5.0.0-SNAPSHOT-pack200.jar.pack.gz 15:59:46 [2019-07-19T19:59:46.580Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.doc.dev/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.doc.dev/5.0.0-SNAPSHOT/org.eclipse.tracecompass.doc.dev-5.0.0-SNAPSHOT-p2metadata.xml 15:59:46 [2019-07-19T19:59:46.580Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.doc.dev/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.doc.dev/5.0.0-SNAPSHOT/org.eclipse.tracecompass.doc.dev-5.0.0-SNAPSHOT-p2artifacts.xml 15:59:46 [2019-07-19T19:59:46.580Z] [INFO] 15:59:46 [2019-07-19T19:59:46.580Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.doc.dev --- 15:59:46 [2019-07-19T19:59:46.580Z] [INFO] 15:59:46 [2019-07-19T19:59:46.580Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.analysis.xml.ui >-- 15:59:46 [2019-07-19T19:59:46.580Z] [INFO] Building org.eclipse.tracecompass.tmf.analysis.xml.ui 2.1.8-SNAPSHOT [59/134] 15:59:46 [2019-07-19T19:59:46.580Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 15:59:46 [2019-07-19T19:59:46.838Z] [INFO] 15:59:46 [2019-07-19T19:59:46.838Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.tmf.analysis.xml.ui --- 15:59:46 [2019-07-19T19:59:46.838Z] [INFO] 15:59:46 [2019-07-19T19:59:46.838Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.tmf.analysis.xml.ui --- 15:59:46 [2019-07-19T19:59:46.838Z] [INFO] The project's OSGi version is 2.1.8.201907191907 15:59:46 [2019-07-19T19:59:46.838Z] [INFO] 15:59:46 [2019-07-19T19:59:46.838Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.tmf.analysis.xml.ui --- 15:59:46 [2019-07-19T19:59:46.838Z] [INFO] 15:59:46 [2019-07-19T19:59:46.838Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.tmf.analysis.xml.ui --- 15:59:46 [2019-07-19T19:59:46.838Z] [INFO] 15:59:46 [2019-07-19T19:59:46.838Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.tmf.analysis.xml.ui --- 15:59:46 [2019-07-19T19:59:46.838Z] [INFO] 15:59:46 [2019-07-19T19:59:46.838Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.tmf.analysis.xml.ui --- 15:59:46 [2019-07-19T19:59:46.838Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 15:59:46 [2019-07-19T19:59:46.838Z] [INFO] 15:59:46 [2019-07-19T19:59:46.838Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.tmf.analysis.xml.ui --- 15:59:46 [2019-07-19T19:59:46.838Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:59:46 [2019-07-19T19:59:46.838Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui/src/main/resources 15:59:46 [2019-07-19T19:59:46.838Z] [INFO] 15:59:46 [2019-07-19T19:59:46.838Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.tmf.analysis.xml.ui --- 15:59:46 [2019-07-19T19:59:46.838Z] [INFO] Compiling 28 source files to /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui/target/classes 15:59:47 [2019-07-19T19:59:47.403Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/ui/views/xychart/XmlTreeViewer.java:[45] 15:59:47 [2019-07-19T19:59:47.403Z] TmfTreeDataModel model = ((TmfGenericTreeEntry<TmfTreeDataModel>) element).getModel(); 15:59:47 [2019-07-19T19:59:47.403Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:59:47 [2019-07-19T19:59:47.403Z] Type safety: Unchecked cast from Object to TmfGenericTreeEntry<TmfTreeDataModel> 15:59:47 [2019-07-19T19:59:47.403Z] 2. INFO in /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/ui/views/xychart/XmlTreeViewer.java (at line 45) 15:59:47 [2019-07-19T19:59:47.403Z] TmfTreeDataModel model = ((TmfGenericTreeEntry<TmfTreeDataModel>) element).getModel(); 15:59:47 [2019-07-19T19:59:47.403Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15:59:47 [2019-07-19T19:59:47.403Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'TmfGenericTreeEntry<@NonNull TmfTreeDataModel>'. Type 'TmfGenericTreeEntry<M>' doesn't seem to be designed with null type annotations in mind 15:59:47 [2019-07-19T19:59:47.403Z] 2 problems (0 errors, 1 warning, 1 info) 15:59:47 [2019-07-19T19:59:47.403Z] [INFO] 15:59:47 [2019-07-19T19:59:47.403Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.tmf.analysis.xml.ui --- 15:59:47 [2019-07-19T19:59:47.403Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:59:47 [2019-07-19T19:59:47.403Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui/src/test/resources 15:59:47 [2019-07-19T19:59:47.403Z] [INFO] 15:59:47 [2019-07-19T19:59:47.403Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.tmf.analysis.xml.ui --- 15:59:47 [2019-07-19T19:59:47.403Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui/target/org.eclipse.tracecompass.tmf.analysis.xml.ui-2.1.8-SNAPSHOT-sources.jar 15:59:47 [2019-07-19T19:59:47.403Z] [INFO] 15:59:47 [2019-07-19T19:59:47.403Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.tmf.analysis.xml.ui --- 15:59:47 [2019-07-19T19:59:47.403Z] [INFO] 15:59:47 [2019-07-19T19:59:47.403Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.tmf.analysis.xml.ui --- 15:59:47 [2019-07-19T19:59:47.403Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui/target/org.eclipse.tracecompass.tmf.analysis.xml.ui-2.1.8-SNAPSHOT.jar 15:59:47 [2019-07-19T19:59:47.403Z] [INFO] 15:59:47 [2019-07-19T19:59:47.403Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.tmf.analysis.xml.ui --- 15:59:47 [2019-07-19T19:59:47.403Z] [INFO] 15:59:47 [2019-07-19T19:59:47.403Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.tmf.analysis.xml.ui --- 15:59:47 [2019-07-19T19:59:47.403Z] [INFO] 15:59:47 [2019-07-19T19:59:47.403Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.tmf.analysis.xml.ui --- 15:59:47 [2019-07-19T19:59:47.403Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui/target/org.eclipse.tracecompass.tmf.analysis.xml.ui-2.1.8-SNAPSHOT.jar 15:59:47 [2019-07-19T19:59:47.660Z] [INFO] 15:59:47 [2019-07-19T19:59:47.660Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.tmf.analysis.xml.ui --- 15:59:47 [2019-07-19T19:59:47.660Z] [INFO] 15:59:47 [2019-07-19T19:59:47.660Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.tmf.analysis.xml.ui --- 15:59:47 [2019-07-19T19:59:47.660Z] [INFO] Loading execution data file /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui/../../target/jacoco.exec 15:59:47 [2019-07-19T19:59:47.660Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.analysis.xml.ui' with 42 classes 15:59:47 [2019-07-19T19:59:47.917Z] [INFO] 15:59:47 [2019-07-19T19:59:47.917Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.tmf.analysis.xml.ui --- 15:59:47 [2019-07-19T19:59:47.917Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui/target/org.eclipse.tracecompass.tmf.analysis.xml.ui-2.1.8-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.analysis.xml.ui/2.1.8-SNAPSHOT/org.eclipse.tracecompass.tmf.analysis.xml.ui-2.1.8-SNAPSHOT.jar 15:59:47 [2019-07-19T19:59:47.917Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.analysis.xml.ui/2.1.8-SNAPSHOT/org.eclipse.tracecompass.tmf.analysis.xml.ui-2.1.8-SNAPSHOT.pom 15:59:47 [2019-07-19T19:59:47.917Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui/target/org.eclipse.tracecompass.tmf.analysis.xml.ui-2.1.8-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.analysis.xml.ui/2.1.8-SNAPSHOT/org.eclipse.tracecompass.tmf.analysis.xml.ui-2.1.8-SNAPSHOT-sources.jar 15:59:47 [2019-07-19T19:59:47.917Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui/target/org.eclipse.tracecompass.tmf.analysis.xml.ui-2.1.8-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.analysis.xml.ui/2.1.8-SNAPSHOT/org.eclipse.tracecompass.tmf.analysis.xml.ui-2.1.8-SNAPSHOT-pack200.jar.pack.gz 15:59:47 [2019-07-19T19:59:47.917Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.analysis.xml.ui/2.1.8-SNAPSHOT/org.eclipse.tracecompass.tmf.analysis.xml.ui-2.1.8-SNAPSHOT-p2metadata.xml 15:59:47 [2019-07-19T19:59:47.917Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.analysis.xml.ui/2.1.8-SNAPSHOT/org.eclipse.tracecompass.tmf.analysis.xml.ui-2.1.8-SNAPSHOT-p2artifacts.xml 15:59:47 [2019-07-19T19:59:47.917Z] [INFO] 15:59:47 [2019-07-19T19:59:47.917Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.tmf.analysis.xml.ui --- 15:59:47 [2019-07-19T19:59:47.917Z] [INFO] 15:59:47 [2019-07-19T19:59:47.917Z] [INFO] -------< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf >-------- 15:59:47 [2019-07-19T19:59:47.917Z] [INFO] Building org.eclipse.tracecompass.tmf 5.0.0-SNAPSHOT [60/134] 15:59:47 [2019-07-19T19:59:47.917Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- 15:59:47 [2019-07-19T19:59:47.917Z] [INFO] 15:59:47 [2019-07-19T19:59:47.917Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.tmf --- 15:59:47 [2019-07-19T19:59:47.917Z] [INFO] Deleting /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf/target 15:59:47 [2019-07-19T19:59:47.917Z] [INFO] 15:59:47 [2019-07-19T19:59:47.917Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tracecompass.tmf --- 15:59:47 [2019-07-19T19:59:47.917Z] [INFO] The project's OSGi version is 5.0.0.201907191907 15:59:47 [2019-07-19T19:59:47.917Z] [INFO] 15:59:47 [2019-07-19T19:59:47.917Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.tmf --- 15:59:47 [2019-07-19T19:59:47.917Z] [INFO] 15:59:47 [2019-07-19T19:59:47.917Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.tmf --- 15:59:47 [2019-07-19T19:59:47.917Z] [INFO] 15:59:47 [2019-07-19T19:59:47.917Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.tmf --- 15:59:47 [2019-07-19T19:59:47.917Z] [INFO] 15:59:47 [2019-07-19T19:59:47.917Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.tmf --- 15:59:47 [2019-07-19T19:59:47.917Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 15:59:47 [2019-07-19T19:59:47.917Z] [INFO] 15:59:47 [2019-07-19T19:59:47.917Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.tmf --- 15:59:47 [2019-07-19T19:59:47.917Z] [INFO] 15:59:47 [2019-07-19T19:59:47.917Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.tmf --- 15:59:47 [2019-07-19T19:59:47.917Z] [INFO] 15:59:47 [2019-07-19T19:59:47.917Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.tracecompass.tmf --- 15:59:48 [2019-07-19T19:59:48.174Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf/target/org.eclipse.tracecompass.tmf-5.0.0-SNAPSHOT.jar 15:59:48 [2019-07-19T19:59:48.174Z] [INFO] 15:59:48 [2019-07-19T19:59:48.174Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.tmf --- 15:59:48 [2019-07-19T19:59:48.174Z] [INFO] 15:59:48 [2019-07-19T19:59:48.174Z] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tracecompass.tmf --- 15:59:48 [2019-07-19T19:59:48.174Z] [INFO] 15:59:48 [2019-07-19T19:59:48.174Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.tmf --- 15:59:48 [2019-07-19T19:59:48.174Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf/target/org.eclipse.tracecompass.tmf-5.0.0-SNAPSHOT-sources-feature.jar 15:59:48 [2019-07-19T19:59:48.434Z] [INFO] 15:59:48 [2019-07-19T19:59:48.434Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.tmf --- 15:59:48 [2019-07-19T19:59:48.434Z] [INFO] 15:59:48 [2019-07-19T19:59:48.434Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.tmf --- 15:59:48 [2019-07-19T19:59:48.434Z] [INFO] 15:59:48 [2019-07-19T19:59:48.434Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.tmf --- 15:59:48 [2019-07-19T19:59:48.434Z] [INFO] Skipping JaCoCo execution due to missing classes directory. 15:59:48 [2019-07-19T19:59:48.434Z] [INFO] 15:59:48 [2019-07-19T19:59:48.434Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.tmf --- 15:59:48 [2019-07-19T19:59:48.434Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf/target/org.eclipse.tracecompass.tmf-5.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf/5.0.0-SNAPSHOT/org.eclipse.tracecompass.tmf-5.0.0-SNAPSHOT.jar 15:59:48 [2019-07-19T19:59:48.434Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf/5.0.0-SNAPSHOT/org.eclipse.tracecompass.tmf-5.0.0-SNAPSHOT.pom 15:59:48 [2019-07-19T19:59:48.434Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf/target/org.eclipse.tracecompass.tmf-5.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf/5.0.0-SNAPSHOT/org.eclipse.tracecompass.tmf-5.0.0-SNAPSHOT-sources-feature.jar 15:59:48 [2019-07-19T19:59:48.434Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf/5.0.0-SNAPSHOT/org.eclipse.tracecompass.tmf-5.0.0-SNAPSHOT-p2metadata.xml 15:59:48 [2019-07-19T19:59:48.434Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf/5.0.0-SNAPSHOT/org.eclipse.tracecompass.tmf-5.0.0-SNAPSHOT-p2artifacts.xml 15:59:48 [2019-07-19T19:59:48.434Z] [INFO] 15:59:48 [2019-07-19T19:59:48.434Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.tmf --- 15:59:48 [2019-07-19T19:59:48.434Z] [INFO] 15:59:48 [2019-07-19T19:59:48.434Z] [INFO] ------< org.eclipse.tracecompass:org.eclipse.tracecompass.btf.ui >------ 15:59:48 [2019-07-19T19:59:48.434Z] [INFO] Building org.eclipse.tracecompass.btf.ui 1.0.2-SNAPSHOT [61/134] 15:59:48 [2019-07-19T19:59:48.434Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 15:59:48 [2019-07-19T19:59:48.434Z] [INFO] 15:59:48 [2019-07-19T19:59:48.434Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.btf.ui --- 15:59:48 [2019-07-19T19:59:48.434Z] [INFO] 15:59:48 [2019-07-19T19:59:48.434Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.btf.ui --- 15:59:48 [2019-07-19T19:59:48.434Z] [INFO] The project's OSGi version is 1.0.2.201907191907 15:59:48 [2019-07-19T19:59:48.434Z] [INFO] 15:59:48 [2019-07-19T19:59:48.434Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.btf.ui --- 15:59:48 [2019-07-19T19:59:48.434Z] [INFO] 15:59:48 [2019-07-19T19:59:48.434Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.btf.ui --- 15:59:48 [2019-07-19T19:59:48.434Z] [INFO] 15:59:48 [2019-07-19T19:59:48.434Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.btf.ui --- 15:59:48 [2019-07-19T19:59:48.434Z] [INFO] 15:59:48 [2019-07-19T19:59:48.434Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.btf.ui --- 15:59:48 [2019-07-19T19:59:48.434Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.ui/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 15:59:48 [2019-07-19T19:59:48.434Z] [INFO] 15:59:48 [2019-07-19T19:59:48.434Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.btf.ui --- 15:59:48 [2019-07-19T19:59:48.434Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:59:48 [2019-07-19T19:59:48.434Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.ui/src/main/resources 15:59:48 [2019-07-19T19:59:48.434Z] [INFO] 15:59:48 [2019-07-19T19:59:48.434Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.btf.ui --- 15:59:48 [2019-07-19T19:59:48.434Z] [INFO] Compiling 3 source files to /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.ui/target/classes 15:59:48 [2019-07-19T19:59:48.998Z] [INFO] 15:59:48 [2019-07-19T19:59:48.998Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.btf.ui --- 15:59:48 [2019-07-19T19:59:48.998Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:59:48 [2019-07-19T19:59:48.998Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.ui/src/test/resources 15:59:48 [2019-07-19T19:59:48.998Z] [INFO] 15:59:48 [2019-07-19T19:59:48.998Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.btf.ui --- 15:59:48 [2019-07-19T19:59:48.998Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.ui/target/org.eclipse.tracecompass.btf.ui-1.0.2-SNAPSHOT-sources.jar 15:59:48 [2019-07-19T19:59:48.998Z] [INFO] 15:59:48 [2019-07-19T19:59:48.998Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.btf.ui --- 15:59:48 [2019-07-19T19:59:48.998Z] [INFO] 15:59:48 [2019-07-19T19:59:48.998Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.btf.ui --- 15:59:48 [2019-07-19T19:59:48.998Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.ui/target/org.eclipse.tracecompass.btf.ui-1.0.2-SNAPSHOT.jar 15:59:48 [2019-07-19T19:59:48.998Z] [INFO] 15:59:48 [2019-07-19T19:59:48.998Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.btf.ui --- 15:59:48 [2019-07-19T19:59:48.998Z] [INFO] 15:59:48 [2019-07-19T19:59:48.998Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.btf.ui --- 15:59:48 [2019-07-19T19:59:48.998Z] [INFO] 15:59:48 [2019-07-19T19:59:48.998Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.btf.ui --- 15:59:48 [2019-07-19T19:59:48.998Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.ui/target/org.eclipse.tracecompass.btf.ui-1.0.2-SNAPSHOT.jar 15:59:48 [2019-07-19T19:59:48.998Z] [INFO] 15:59:48 [2019-07-19T19:59:48.998Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.btf.ui --- 15:59:48 [2019-07-19T19:59:48.998Z] [INFO] 15:59:48 [2019-07-19T19:59:48.998Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.btf.ui --- 15:59:48 [2019-07-19T19:59:48.998Z] [INFO] Loading execution data file /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.ui/../../target/jacoco.exec 15:59:48 [2019-07-19T19:59:48.998Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.btf.ui' with 6 classes 15:59:48 [2019-07-19T19:59:48.998Z] [INFO] 15:59:48 [2019-07-19T19:59:48.998Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.btf.ui --- 15:59:48 [2019-07-19T19:59:48.998Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.ui/target/org.eclipse.tracecompass.btf.ui-1.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.btf.ui/1.0.2-SNAPSHOT/org.eclipse.tracecompass.btf.ui-1.0.2-SNAPSHOT.jar 15:59:48 [2019-07-19T19:59:48.998Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.ui/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.btf.ui/1.0.2-SNAPSHOT/org.eclipse.tracecompass.btf.ui-1.0.2-SNAPSHOT.pom 15:59:48 [2019-07-19T19:59:48.998Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.ui/target/org.eclipse.tracecompass.btf.ui-1.0.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.btf.ui/1.0.2-SNAPSHOT/org.eclipse.tracecompass.btf.ui-1.0.2-SNAPSHOT-sources.jar 15:59:48 [2019-07-19T19:59:48.998Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.ui/target/org.eclipse.tracecompass.btf.ui-1.0.2-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.btf.ui/1.0.2-SNAPSHOT/org.eclipse.tracecompass.btf.ui-1.0.2-SNAPSHOT-pack200.jar.pack.gz 15:59:48 [2019-07-19T19:59:48.998Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.btf.ui/1.0.2-SNAPSHOT/org.eclipse.tracecompass.btf.ui-1.0.2-SNAPSHOT-p2metadata.xml 15:59:48 [2019-07-19T19:59:48.998Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.btf.ui/1.0.2-SNAPSHOT/org.eclipse.tracecompass.btf.ui-1.0.2-SNAPSHOT-p2artifacts.xml 15:59:48 [2019-07-19T19:59:48.998Z] [INFO] 15:59:48 [2019-07-19T19:59:48.998Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.btf.ui --- 15:59:48 [2019-07-19T19:59:48.998Z] [INFO] 15:59:48 [2019-07-19T19:59:48.998Z] [INFO] -------< org.eclipse.tracecompass:org.eclipse.tracecompass.btf >-------- 15:59:48 [2019-07-19T19:59:48.998Z] [INFO] Building org.eclipse.tracecompass.btf 5.0.0-SNAPSHOT [62/134] 15:59:48 [2019-07-19T19:59:48.998Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- 15:59:49 [2019-07-19T19:59:49.256Z] [INFO] 15:59:49 [2019-07-19T19:59:49.256Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.btf --- 15:59:49 [2019-07-19T19:59:49.256Z] [INFO] Deleting /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf/target 15:59:49 [2019-07-19T19:59:49.256Z] [INFO] 15:59:49 [2019-07-19T19:59:49.256Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tracecompass.btf --- 15:59:49 [2019-07-19T19:59:49.256Z] [INFO] The project's OSGi version is 5.0.0.201907191907 15:59:49 [2019-07-19T19:59:49.256Z] [INFO] 15:59:49 [2019-07-19T19:59:49.256Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.btf --- 15:59:49 [2019-07-19T19:59:49.256Z] [INFO] 15:59:49 [2019-07-19T19:59:49.256Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.btf --- 15:59:49 [2019-07-19T19:59:49.256Z] [INFO] 15:59:49 [2019-07-19T19:59:49.256Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.btf --- 15:59:49 [2019-07-19T19:59:49.256Z] [INFO] 15:59:49 [2019-07-19T19:59:49.256Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.btf --- 15:59:49 [2019-07-19T19:59:49.256Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 15:59:49 [2019-07-19T19:59:49.256Z] [INFO] 15:59:49 [2019-07-19T19:59:49.256Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.btf --- 15:59:49 [2019-07-19T19:59:49.256Z] [INFO] 15:59:49 [2019-07-19T19:59:49.256Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.btf --- 15:59:49 [2019-07-19T19:59:49.256Z] [INFO] 15:59:49 [2019-07-19T19:59:49.256Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.tracecompass.btf --- 15:59:49 [2019-07-19T19:59:49.256Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf/target/org.eclipse.tracecompass.btf-5.0.0-SNAPSHOT.jar 15:59:49 [2019-07-19T19:59:49.256Z] [INFO] 15:59:49 [2019-07-19T19:59:49.256Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.btf --- 15:59:49 [2019-07-19T19:59:49.256Z] [INFO] 15:59:49 [2019-07-19T19:59:49.256Z] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tracecompass.btf --- 15:59:49 [2019-07-19T19:59:49.256Z] [INFO] 15:59:49 [2019-07-19T19:59:49.256Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.btf --- 15:59:49 [2019-07-19T19:59:49.256Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf/target/org.eclipse.tracecompass.btf-5.0.0-SNAPSHOT-sources-feature.jar 15:59:49 [2019-07-19T19:59:49.256Z] [INFO] 15:59:49 [2019-07-19T19:59:49.256Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.btf --- 15:59:49 [2019-07-19T19:59:49.256Z] [INFO] 15:59:49 [2019-07-19T19:59:49.256Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.btf --- 15:59:49 [2019-07-19T19:59:49.256Z] [INFO] 15:59:49 [2019-07-19T19:59:49.256Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.btf --- 15:59:49 [2019-07-19T19:59:49.256Z] [INFO] Skipping JaCoCo execution due to missing classes directory. 15:59:49 [2019-07-19T19:59:49.256Z] [INFO] 15:59:49 [2019-07-19T19:59:49.256Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.btf --- 15:59:49 [2019-07-19T19:59:49.256Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf/target/org.eclipse.tracecompass.btf-5.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.btf/5.0.0-SNAPSHOT/org.eclipse.tracecompass.btf-5.0.0-SNAPSHOT.jar 15:59:49 [2019-07-19T19:59:49.256Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.btf/5.0.0-SNAPSHOT/org.eclipse.tracecompass.btf-5.0.0-SNAPSHOT.pom 15:59:49 [2019-07-19T19:59:49.256Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf/target/org.eclipse.tracecompass.btf-5.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.btf/5.0.0-SNAPSHOT/org.eclipse.tracecompass.btf-5.0.0-SNAPSHOT-sources-feature.jar 15:59:49 [2019-07-19T19:59:49.256Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.btf/5.0.0-SNAPSHOT/org.eclipse.tracecompass.btf-5.0.0-SNAPSHOT-p2metadata.xml 15:59:49 [2019-07-19T19:59:49.256Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.btf/5.0.0-SNAPSHOT/org.eclipse.tracecompass.btf-5.0.0-SNAPSHOT-p2artifacts.xml 15:59:49 [2019-07-19T19:59:49.256Z] [INFO] 15:59:49 [2019-07-19T19:59:49.256Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.btf --- 15:59:49 [2019-07-19T19:59:49.256Z] [INFO] 15:59:49 [2019-07-19T19:59:49.256Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.btf.core.tests >-- 15:59:49 [2019-07-19T19:59:49.256Z] [INFO] Building org.eclipse.tracecompass.btf.core.tests 1.0.0-SNAPSHOT [63/134] 15:59:49 [2019-07-19T19:59:49.256Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- 15:59:49 [2019-07-19T19:59:49.256Z] [INFO] 15:59:49 [2019-07-19T19:59:49.256Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.btf.core.tests --- 15:59:49 [2019-07-19T19:59:49.256Z] [INFO] 15:59:49 [2019-07-19T19:59:49.256Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.btf.core.tests --- 15:59:49 [2019-07-19T19:59:49.256Z] [INFO] The project's OSGi version is 1.0.0.201907191907 15:59:49 [2019-07-19T19:59:49.256Z] [INFO] 15:59:49 [2019-07-19T19:59:49.256Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.btf.core.tests --- 15:59:49 [2019-07-19T19:59:49.256Z] [INFO] 15:59:49 [2019-07-19T19:59:49.256Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.btf.core.tests --- 15:59:49 [2019-07-19T19:59:49.256Z] [INFO] 15:59:49 [2019-07-19T19:59:49.256Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.btf.core.tests --- 15:59:49 [2019-07-19T19:59:49.256Z] [INFO] 15:59:49 [2019-07-19T19:59:49.256Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.btf.core.tests --- 15:59:49 [2019-07-19T19:59:49.256Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 15:59:49 [2019-07-19T19:59:49.256Z] [INFO] 15:59:49 [2019-07-19T19:59:49.256Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.btf.core.tests --- 15:59:49 [2019-07-19T19:59:49.256Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:59:49 [2019-07-19T19:59:49.256Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.core.tests/src/main/resources 15:59:49 [2019-07-19T19:59:49.256Z] [INFO] 15:59:49 [2019-07-19T19:59:49.256Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.btf.core.tests --- 15:59:49 [2019-07-19T19:59:49.256Z] [INFO] Compiling 4 source files to /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.core.tests/target/classes 15:59:49 [2019-07-19T19:59:49.514Z] [INFO] 15:59:49 [2019-07-19T19:59:49.514Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.btf.core.tests --- 15:59:49 [2019-07-19T19:59:49.514Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:59:49 [2019-07-19T19:59:49.514Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.core.tests/src/test/resources 15:59:49 [2019-07-19T19:59:49.514Z] [INFO] 15:59:49 [2019-07-19T19:59:49.514Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.btf.core.tests --- 15:59:49 [2019-07-19T19:59:49.514Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.core.tests/target/org.eclipse.tracecompass.btf.core.tests-1.0.0-SNAPSHOT-sources.jar 15:59:49 [2019-07-19T19:59:49.514Z] [INFO] 15:59:49 [2019-07-19T19:59:49.514Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.btf.core.tests --- 15:59:49 [2019-07-19T19:59:49.514Z] [INFO] 15:59:49 [2019-07-19T19:59:49.514Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.btf.core.tests --- 15:59:49 [2019-07-19T19:59:49.514Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.core.tests/target/org.eclipse.tracecompass.btf.core.tests-1.0.0-SNAPSHOT.jar 15:59:49 [2019-07-19T19:59:49.770Z] [INFO] 15:59:49 [2019-07-19T19:59:49.770Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.btf.core.tests --- 15:59:49 [2019-07-19T19:59:49.770Z] [INFO] 15:59:49 [2019-07-19T19:59:49.770Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.btf.core.tests --- 15:59:49 [2019-07-19T19:59:49.770Z] [INFO] 15:59:49 [2019-07-19T19:59:49.770Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.btf.core.tests --- 15:59:49 [2019-07-19T19:59:49.770Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.core.tests/target/org.eclipse.tracecompass.btf.core.tests-1.0.0-SNAPSHOT.jar 15:59:49 [2019-07-19T19:59:49.770Z] [INFO] 15:59:49 [2019-07-19T19:59:49.770Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.btf.core.tests --- 15:59:49 [2019-07-19T19:59:49.770Z] [INFO] 15:59:49 [2019-07-19T19:59:49.770Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.btf.core.tests --- 15:59:51 [2019-07-19T19:59:51.140Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.core.tests/target/work/data/.metadata/.log 15:59:51 [2019-07-19T19:59:51.140Z] [INFO] Command line: 15:59:51 [2019-07-19T19:59:51.140Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.core.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.core.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.core.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog] 15:59:51 [2019-07-19T19:59:51.140Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass 15:59:56 [2019-07-19T19:59:56.393Z] !SESSION 2019-07-19 19:59:51.589 ----------------------------------------------- 15:59:56 [2019-07-19T19:59:56.393Z] eclipse.buildId=unknown 15:59:56 [2019-07-19T19:59:56.393Z] java.version=1.8.0_202 15:59:56 [2019-07-19T19:59:56.393Z] java.vendor=Oracle Corporation 15:59:56 [2019-07-19T19:59:56.393Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US 15:59:56 [2019-07-19T19:59:56.393Z] Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.core.tests/target/surefire.properties -product org.eclipse.platform.ide 15:59:56 [2019-07-19T19:59:56.393Z] Command-line arguments: -data /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.core.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.core.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog 15:59:56 [2019-07-19T19:59:56.393Z] 15:59:56 [2019-07-19T19:59:56.393Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-19 19:59:55.471 15:59:56 [2019-07-19T19:59:56.393Z] !MESSAGE FrameworkEvent ERROR 15:59:56 [2019-07-19T19:59:56.393Z] !STACK 0 15:59:56 [2019-07-19T19:59:56.393Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [61] 15:59:56 [2019-07-19T19:59:56.393Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 15:59:56 [2019-07-19T19:59:56.393Z] 15:59:56 [2019-07-19T19:59:56.393Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 15:59:56 [2019-07-19T19:59:56.393Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 15:59:56 [2019-07-19T19:59:56.393Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 15:59:56 [2019-07-19T19:59:56.393Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 15:59:56 [2019-07-19T19:59:56.393Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 15:59:56 [2019-07-19T19:59:56.393Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 15:59:56 [2019-07-19T19:59:56.393Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 15:59:56 [2019-07-19T19:59:56.393Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 15:59:56 [2019-07-19T19:59:56.393Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 15:59:56 [2019-07-19T19:59:56.393Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 15:59:56 [2019-07-19T19:59:56.393Z] 15:59:56 [2019-07-19T19:59:56.393Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-19 19:59:55.605 15:59:56 [2019-07-19T19:59:56.393Z] !MESSAGE FrameworkEvent ERROR 15:59:56 [2019-07-19T19:59:56.393Z] !STACK 0 15:59:56 [2019-07-19T19:59:56.393Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [130] 15:59:56 [2019-07-19T19:59:56.393Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 15:59:56 [2019-07-19T19:59:56.393Z] Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)" 15:59:56 [2019-07-19T19:59:56.393Z] -> Export-Package: org.apache.http.impl.auth.win; bundle-symbolic-name="org.apache.httpcomponents.httpclient.win"; bundle-version="4.5.6.v20190213-1947"; version="4.5.6"; x-internal:="true"; uses:="org.apache.http,org.apache.http.auth,org.apache.http.client,org.apache.http.impl.auth,org.apache.http.protocol,org.apache.http.util" 15:59:56 [2019-07-19T19:59:56.393Z] org.apache.httpcomponents.httpclient.win [35] 15:59:56 [2019-07-19T19:59:56.393Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 15:59:56 [2019-07-19T19:59:56.393Z] 15:59:56 [2019-07-19T19:59:56.393Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 15:59:56 [2019-07-19T19:59:56.393Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 15:59:56 [2019-07-19T19:59:56.393Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 15:59:56 [2019-07-19T19:59:56.393Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 15:59:56 [2019-07-19T19:59:56.393Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 15:59:56 [2019-07-19T19:59:56.393Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 15:59:56 [2019-07-19T19:59:56.393Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 15:59:56 [2019-07-19T19:59:56.393Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 15:59:56 [2019-07-19T19:59:56.393Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 15:59:56 [2019-07-19T19:59:56.393Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 15:59:58 [2019-07-19T19:59:58.291Z] Running org.eclipse.tracecompass.btf.core.tests.trace.BtfTraceTest 15:59:58 [2019-07-19T19:59:58.856Z] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.583 s - in org.eclipse.tracecompass.btf.core.tests.trace.BtfTraceTest 15:59:58 [2019-07-19T19:59:58.856Z] testReadProperties(org.eclipse.tracecompass.btf.core.tests.trace.BtfTraceTest) Time elapsed: 0.237 s 15:59:58 [2019-07-19T19:59:58.856Z] testValidate(org.eclipse.tracecompass.btf.core.tests.trace.BtfTraceTest) Time elapsed: 0.094 s 15:59:58 [2019-07-19T19:59:58.856Z] testTwoContexts(org.eclipse.tracecompass.btf.core.tests.trace.BtfTraceTest) Time elapsed: 0.068 s 15:59:58 [2019-07-19T19:59:58.856Z] testRead10thEvent1(org.eclipse.tracecompass.btf.core.tests.trace.BtfTraceTest) Time elapsed: 0.008 s 15:59:58 [2019-07-19T19:59:58.856Z] testRead10thEvent2(org.eclipse.tracecompass.btf.core.tests.trace.BtfTraceTest) Time elapsed: 0.007 s 15:59:58 [2019-07-19T19:59:58.856Z] testSeek1stEvent(org.eclipse.tracecompass.btf.core.tests.trace.BtfTraceTest) Time elapsed: 0.005 s 15:59:58 [2019-07-19T19:59:58.856Z] testRead1stEvent(org.eclipse.tracecompass.btf.core.tests.trace.BtfTraceTest) Time elapsed: 0.006 s 15:59:58 [2019-07-19T19:59:58.856Z] 15:59:58 [2019-07-19T19:59:58.856Z] Results: 15:59:58 [2019-07-19T19:59:58.856Z] 15:59:58 [2019-07-19T19:59:58.856Z] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0 15:59:58 [2019-07-19T19:59:58.856Z] 16:00:00 [2019-07-19T20:00:00.224Z] [INFO] All tests passed! 16:00:00 [2019-07-19T20:00:00.224Z] [INFO] 16:00:00 [2019-07-19T20:00:00.224Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.btf.core.tests --- 16:00:00 [2019-07-19T20:00:00.224Z] [INFO] Loading execution data file /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.core.tests/../../target/jacoco.exec 16:00:00 [2019-07-19T20:00:00.224Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.btf.core.tests' with 4 classes 16:00:00 [2019-07-19T20:00:00.224Z] [INFO] 16:00:00 [2019-07-19T20:00:00.224Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.btf.core.tests --- 16:00:00 [2019-07-19T20:00:00.224Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.core.tests/target/org.eclipse.tracecompass.btf.core.tests-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.btf.core.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.btf.core.tests-1.0.0-SNAPSHOT.jar 16:00:00 [2019-07-19T20:00:00.224Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.core.tests/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.btf.core.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.btf.core.tests-1.0.0-SNAPSHOT.pom 16:00:00 [2019-07-19T20:00:00.224Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.core.tests/target/org.eclipse.tracecompass.btf.core.tests-1.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.btf.core.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.btf.core.tests-1.0.0-SNAPSHOT-sources.jar 16:00:00 [2019-07-19T20:00:00.224Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.core.tests/target/org.eclipse.tracecompass.btf.core.tests-1.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.btf.core.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.btf.core.tests-1.0.0-SNAPSHOT-pack200.jar.pack.gz 16:00:00 [2019-07-19T20:00:00.224Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.core.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.btf.core.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.btf.core.tests-1.0.0-SNAPSHOT-p2metadata.xml 16:00:00 [2019-07-19T20:00:00.224Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.core.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.btf.core.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.btf.core.tests-1.0.0-SNAPSHOT-p2artifacts.xml 16:00:00 [2019-07-19T20:00:00.224Z] [INFO] 16:00:00 [2019-07-19T20:00:00.224Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.btf.core.tests --- 16:00:00 [2019-07-19T20:00:00.224Z] [INFO] 16:00:00 [2019-07-19T20:00:00.224Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.common.core.tests >-- 16:00:00 [2019-07-19T20:00:00.224Z] [INFO] Building org.eclipse.tracecompass.common.core.tests 1.1.5-SNAPSHOT [64/134] 16:00:00 [2019-07-19T20:00:00.224Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- 16:00:00 [2019-07-19T20:00:00.224Z] [INFO] 16:00:00 [2019-07-19T20:00:00.224Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.common.core.tests --- 16:00:00 [2019-07-19T20:00:00.224Z] [INFO] 16:00:00 [2019-07-19T20:00:00.224Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.common.core.tests --- 16:00:00 [2019-07-19T20:00:00.224Z] [INFO] The project's OSGi version is 1.1.5.201907191907 16:00:00 [2019-07-19T20:00:00.224Z] [INFO] 16:00:00 [2019-07-19T20:00:00.224Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.common.core.tests --- 16:00:00 [2019-07-19T20:00:00.224Z] [INFO] 16:00:00 [2019-07-19T20:00:00.224Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.common.core.tests --- 16:00:00 [2019-07-19T20:00:00.224Z] [INFO] 16:00:00 [2019-07-19T20:00:00.224Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.common.core.tests --- 16:00:00 [2019-07-19T20:00:00.224Z] [INFO] 16:00:00 [2019-07-19T20:00:00.224Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.common.core.tests --- 16:00:00 [2019-07-19T20:00:00.224Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 16:00:00 [2019-07-19T20:00:00.224Z] [INFO] 16:00:00 [2019-07-19T20:00:00.224Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.common.core.tests --- 16:00:00 [2019-07-19T20:00:00.224Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:00:00 [2019-07-19T20:00:00.224Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core.tests/src/main/resources 16:00:00 [2019-07-19T20:00:00.224Z] [INFO] 16:00:00 [2019-07-19T20:00:00.224Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.common.core.tests --- 16:00:00 [2019-07-19T20:00:00.224Z] [INFO] Compiling 13 source files to /home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core.tests/target/classes 16:00:00 [2019-07-19T20:00:00.482Z] [INFO] 16:00:00 [2019-07-19T20:00:00.482Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.common.core.tests --- 16:00:00 [2019-07-19T20:00:00.482Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:00:00 [2019-07-19T20:00:00.482Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core.tests/src/test/resources 16:00:00 [2019-07-19T20:00:00.482Z] [INFO] 16:00:00 [2019-07-19T20:00:00.482Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.common.core.tests --- 16:00:00 [2019-07-19T20:00:00.482Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core.tests/target/org.eclipse.tracecompass.common.core.tests-1.1.5-SNAPSHOT-sources.jar 16:00:00 [2019-07-19T20:00:00.482Z] [INFO] 16:00:00 [2019-07-19T20:00:00.482Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.common.core.tests --- 16:00:00 [2019-07-19T20:00:00.482Z] [INFO] 16:00:00 [2019-07-19T20:00:00.482Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.common.core.tests --- 16:00:00 [2019-07-19T20:00:00.482Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core.tests/target/org.eclipse.tracecompass.common.core.tests-1.1.5-SNAPSHOT.jar 16:00:00 [2019-07-19T20:00:00.739Z] [INFO] 16:00:00 [2019-07-19T20:00:00.739Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.common.core.tests --- 16:00:00 [2019-07-19T20:00:00.739Z] [INFO] 16:00:00 [2019-07-19T20:00:00.739Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.common.core.tests --- 16:00:00 [2019-07-19T20:00:00.739Z] [INFO] 16:00:00 [2019-07-19T20:00:00.739Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.common.core.tests --- 16:00:00 [2019-07-19T20:00:00.739Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core.tests/target/org.eclipse.tracecompass.common.core.tests-1.1.5-SNAPSHOT.jar 16:00:00 [2019-07-19T20:00:00.739Z] [INFO] 16:00:00 [2019-07-19T20:00:00.739Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.common.core.tests --- 16:00:00 [2019-07-19T20:00:00.739Z] [INFO] 16:00:00 [2019-07-19T20:00:00.739Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.common.core.tests --- 16:00:02 [2019-07-19T20:00:02.108Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core.tests/target/work/data/.metadata/.log 16:00:02 [2019-07-19T20:00:02.108Z] [INFO] Command line: 16:00:02 [2019-07-19T20:00:02.108Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog] 16:00:02 [2019-07-19T20:00:02.108Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass 16:00:05 [2019-07-19T20:00:05.382Z] !SESSION 2019-07-19 20:00:02.181 ----------------------------------------------- 16:00:05 [2019-07-19T20:00:05.382Z] eclipse.buildId=unknown 16:00:05 [2019-07-19T20:00:05.382Z] java.version=1.8.0_202 16:00:05 [2019-07-19T20:00:05.382Z] java.vendor=Oracle Corporation 16:00:05 [2019-07-19T20:00:05.382Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US 16:00:05 [2019-07-19T20:00:05.382Z] Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core.tests/target/surefire.properties -product org.eclipse.platform.ide 16:00:05 [2019-07-19T20:00:05.382Z] Command-line arguments: -data /home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog 16:00:05 [2019-07-19T20:00:05.382Z] 16:00:05 [2019-07-19T20:00:05.382Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-19 20:00:05.175 16:00:05 [2019-07-19T20:00:05.382Z] !MESSAGE FrameworkEvent ERROR 16:00:05 [2019-07-19T20:00:05.382Z] !STACK 0 16:00:05 [2019-07-19T20:00:05.382Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [50] 16:00:05 [2019-07-19T20:00:05.383Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 16:00:05 [2019-07-19T20:00:05.383Z] 16:00:05 [2019-07-19T20:00:05.383Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 16:00:05 [2019-07-19T20:00:05.383Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 16:00:05 [2019-07-19T20:00:05.383Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 16:00:05 [2019-07-19T20:00:05.383Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 16:00:05 [2019-07-19T20:00:05.383Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 16:00:05 [2019-07-19T20:00:05.383Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 16:00:05 [2019-07-19T20:00:05.383Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 16:00:05 [2019-07-19T20:00:05.383Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 16:00:05 [2019-07-19T20:00:05.383Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 16:00:05 [2019-07-19T20:00:05.383Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 16:00:05 [2019-07-19T20:00:05.383Z] 16:00:05 [2019-07-19T20:00:05.383Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-19 20:00:05.314 16:00:05 [2019-07-19T20:00:05.383Z] !MESSAGE FrameworkEvent ERROR 16:00:05 [2019-07-19T20:00:05.383Z] !STACK 0 16:00:05 [2019-07-19T20:00:05.383Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [123] 16:00:05 [2019-07-19T20:00:05.383Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 16:00:05 [2019-07-19T20:00:05.383Z] Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)" 16:00:05 [2019-07-19T20:00:05.383Z] -> Export-Package: org.apache.http.impl.auth.win; bundle-symbolic-name="org.apache.httpcomponents.httpclient.win"; bundle-version="4.5.6.v20190213-1947"; version="4.5.6"; x-internal:="true"; uses:="org.apache.http,org.apache.http.auth,org.apache.http.client,org.apache.http.impl.auth,org.apache.http.protocol,org.apache.http.util" 16:00:05 [2019-07-19T20:00:05.383Z] org.apache.httpcomponents.httpclient.win [31] 16:00:05 [2019-07-19T20:00:05.383Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 16:00:05 [2019-07-19T20:00:05.383Z] 16:00:05 [2019-07-19T20:00:05.383Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 16:00:05 [2019-07-19T20:00:05.383Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 16:00:05 [2019-07-19T20:00:05.383Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 16:00:05 [2019-07-19T20:00:05.383Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 16:00:05 [2019-07-19T20:00:05.383Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 16:00:05 [2019-07-19T20:00:05.383Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 16:00:05 [2019-07-19T20:00:05.383Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 16:00:05 [2019-07-19T20:00:05.383Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 16:00:05 [2019-07-19T20:00:05.383Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 16:00:05 [2019-07-19T20:00:05.383Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 16:00:07 [2019-07-19T20:00:07.280Z] Running org.eclipse.tracecompass.common.core.tests.collect.BufferedBlockingQueueTest 16:00:07 [2019-07-19T20:00:07.537Z] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.193 s - in org.eclipse.tracecompass.common.core.tests.collect.BufferedBlockingQueueTest 16:00:07 [2019-07-19T20:00:07.537Z] testIteratorContents(org.eclipse.tracecompass.common.core.tests.collect.BufferedBlockingQueueTest) Time elapsed: 0.073 s 16:00:07 [2019-07-19T20:00:07.537Z] testOddInsertions(org.eclipse.tracecompass.common.core.tests.collect.BufferedBlockingQueueTest) Time elapsed: 0.014 s 16:00:07 [2019-07-19T20:00:07.537Z] testMultiThread(org.eclipse.tracecompass.common.core.tests.collect.BufferedBlockingQueueTest) Time elapsed: 0.003 s 16:00:07 [2019-07-19T20:00:07.537Z] testConcurrentIteration(org.eclipse.tracecompass.common.core.tests.collect.BufferedBlockingQueueTest) Time elapsed: 0.053 s 16:00:07 [2019-07-19T20:00:07.537Z] testSingleInsertion(org.eclipse.tracecompass.common.core.tests.collect.BufferedBlockingQueueTest) Time elapsed: 0 s 16:00:07 [2019-07-19T20:00:07.537Z] testBlockingPeek(org.eclipse.tracecompass.common.core.tests.collect.BufferedBlockingQueueTest) Time elapsed: 0.003 s 16:00:07 [2019-07-19T20:00:07.537Z] testInvalidConstructor1(org.eclipse.tracecompass.common.core.tests.collect.BufferedBlockingQueueTest) Time elapsed: 0.001 s 16:00:07 [2019-07-19T20:00:07.537Z] testInvalidConstructor2(org.eclipse.tracecompass.common.core.tests.collect.BufferedBlockingQueueTest) Time elapsed: 0.001 s 16:00:07 [2019-07-19T20:00:07.537Z] testInvalidConstructor4(org.eclipse.tracecompass.common.core.tests.collect.BufferedBlockingQueueTest) Time elapsed: 0.001 s 16:00:07 [2019-07-19T20:00:07.537Z] testInvalidConstructor5(org.eclipse.tracecompass.common.core.tests.collect.BufferedBlockingQueueTest) Time elapsed: 0.001 s 16:00:07 [2019-07-19T20:00:07.537Z] testIsEmpty(org.eclipse.tracecompass.common.core.tests.collect.BufferedBlockingQueueTest) Time elapsed: 0 s 16:00:07 [2019-07-19T20:00:07.537Z] testSimpleInsertion(org.eclipse.tracecompass.common.core.tests.collect.BufferedBlockingQueueTest) Time elapsed: 0 s 16:00:07 [2019-07-19T20:00:07.537Z] testLargeInsertion(org.eclipse.tracecompass.common.core.tests.collect.BufferedBlockingQueueTest) Time elapsed: 0.001 s 16:00:07 [2019-07-19T20:00:07.537Z] Running org.eclipse.tracecompass.common.core.tests.ObjectUtilsTest 16:00:07 [2019-07-19T20:00:07.537Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.tracecompass.common.core.tests.ObjectUtilsTest 16:00:07 [2019-07-19T20:00:07.537Z] testDeepHashCode(org.eclipse.tracecompass.common.core.tests.ObjectUtilsTest) Time elapsed: 0.003 s 16:00:07 [2019-07-19T20:00:07.537Z] testDeepEquals(org.eclipse.tracecompass.common.core.tests.ObjectUtilsTest) Time elapsed: 0.001 s 16:00:07 [2019-07-19T20:00:07.537Z] Running org.eclipse.tracecompass.common.core.tests.NonNullUtilsTest 16:00:07 [2019-07-19T20:00:07.537Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.tracecompass.common.core.tests.NonNullUtilsTest 16:00:07 [2019-07-19T20:00:07.537Z] testCheckContentsArrayNullElement(org.eclipse.tracecompass.common.core.tests.NonNullUtilsTest) Time elapsed: 0.001 s 16:00:07 [2019-07-19T20:00:07.537Z] testCheckContentsArray(org.eclipse.tracecompass.common.core.tests.NonNullUtilsTest) Time elapsed: 0.002 s 16:00:07 [2019-07-19T20:00:07.537Z] testCheckContentsArrayNullRef(org.eclipse.tracecompass.common.core.tests.NonNullUtilsTest) Time elapsed: 0 s 16:00:07 [2019-07-19T20:00:07.537Z] testCheckContentsStreamNullElement(org.eclipse.tracecompass.common.core.tests.NonNullUtilsTest) Time elapsed: 0.001 s 16:00:07 [2019-07-19T20:00:07.537Z] testCheckContentsStreamNullRef(org.eclipse.tracecompass.common.core.tests.NonNullUtilsTest) Time elapsed: 0 s 16:00:07 [2019-07-19T20:00:07.537Z] testCheckContentsStream(org.eclipse.tracecompass.common.core.tests.NonNullUtilsTest) Time elapsed: 0 s 16:00:07 [2019-07-19T20:00:07.793Z] Running org.eclipse.tracecompass.common.core.tests.math.SaturatedArithmeticTest 16:00:07 [2019-07-19T20:00:07.793Z] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s - in org.eclipse.tracecompass.common.core.tests.math.SaturatedArithmeticTest 16:00:07 [2019-07-19T20:00:07.793Z] testSameSign(org.eclipse.tracecompass.common.core.tests.math.SaturatedArithmeticTest) Time elapsed: 0.002 s 16:00:07 [2019-07-19T20:00:07.793Z] testAdd100L(org.eclipse.tracecompass.common.core.tests.math.SaturatedArithmeticTest) Time elapsed: 0 s 16:00:07 [2019-07-19T20:00:07.793Z] testAdd0L(org.eclipse.tracecompass.common.core.tests.math.SaturatedArithmeticTest) Time elapsed: 0 s 16:00:07 [2019-07-19T20:00:07.793Z] testMult0(org.eclipse.tracecompass.common.core.tests.math.SaturatedArithmeticTest) Time elapsed: 0 s 16:00:07 [2019-07-19T20:00:07.793Z] testMult1(org.eclipse.tracecompass.common.core.tests.math.SaturatedArithmeticTest) Time elapsed: 0 s 16:00:07 [2019-07-19T20:00:07.793Z] testAdd0(org.eclipse.tracecompass.common.core.tests.math.SaturatedArithmeticTest) Time elapsed: 0 s 16:00:07 [2019-07-19T20:00:07.793Z] testMultLimit(org.eclipse.tracecompass.common.core.tests.math.SaturatedArithmeticTest) Time elapsed: 0 s 16:00:07 [2019-07-19T20:00:07.793Z] testAddLimit(org.eclipse.tracecompass.common.core.tests.math.SaturatedArithmeticTest) Time elapsed: 0 s 16:00:07 [2019-07-19T20:00:07.793Z] testMultLimitL(org.eclipse.tracecompass.common.core.tests.math.SaturatedArithmeticTest) Time elapsed: 0 s 16:00:07 [2019-07-19T20:00:07.793Z] testAddLimitL(org.eclipse.tracecompass.common.core.tests.math.SaturatedArithmeticTest) Time elapsed: 0 s 16:00:07 [2019-07-19T20:00:07.793Z] testMult100(org.eclipse.tracecompass.common.core.tests.math.SaturatedArithmeticTest) Time elapsed: 0 s 16:00:07 [2019-07-19T20:00:07.793Z] testAdd100(org.eclipse.tracecompass.common.core.tests.math.SaturatedArithmeticTest) Time elapsed: 0 s 16:00:07 [2019-07-19T20:00:07.793Z] testMult100L(org.eclipse.tracecompass.common.core.tests.math.SaturatedArithmeticTest) Time elapsed: 0 s 16:00:07 [2019-07-19T20:00:07.793Z] testMult0L(org.eclipse.tracecompass.common.core.tests.math.SaturatedArithmeticTest) Time elapsed: 0 s 16:00:07 [2019-07-19T20:00:07.793Z] testMult1L(org.eclipse.tracecompass.common.core.tests.math.SaturatedArithmeticTest) Time elapsed: 0 s 16:00:07 [2019-07-19T20:00:07.793Z] Running org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest 16:00:08 [2019-07-19T20:00:08.051Z] Tests run: 176, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.389 s - in org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest 16:00:08 [2019-07-19T20:00:08.051Z] testFormatIllegalArgument[0: 3 - 3](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testParseObject[0: 3 - 3](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0.001 s 16:00:08 [2019-07-19T20:00:08.051Z] testFormat[0: 3 - 3](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testParseObject2[0: 3 - 3](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testFormatIllegalArgument[1: 5.6 - 5.6](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0.001 s 16:00:08 [2019-07-19T20:00:08.051Z] testParseObject[1: 5.6 - 5.6](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testFormat[1: 5.6 - 5.6](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testParseObject2[1: 5.6 - 5.6](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testFormatIllegalArgument[2: 1.235 - 1.2](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testParseObject[2: 1.235 - 1.2](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testFormat[2: 1.235 - 1.2](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testParseObject2[2: 1.235 - 1.2](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testFormatIllegalArgument[3: 1.01 - 1](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testParseObject[3: 1.01 - 1](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testFormat[3: 1.01 - 1](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testParseObject2[3: 1.01 - 1](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testFormatIllegalArgument[4: 975 - 975](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testParseObject[4: 975 - 975](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testFormat[4: 975 - 975](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testParseObject2[4: 975 - 975](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testFormatIllegalArgument[5: 1,000 - 1 k](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testParseObject[5: 1,000 - 1 k](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0.001 s 16:00:08 [2019-07-19T20:00:08.051Z] testFormat[5: 1,000 - 1 k](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testParseObject2[5: 1,000 - 1 k](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0.001 s 16:00:08 [2019-07-19T20:00:08.051Z] testFormatIllegalArgument[6: 4,000 - 4 k](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testParseObject[6: 4,000 - 4 k](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testFormat[6: 4,000 - 4 k](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testParseObject2[6: 4,000 - 4 k](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testFormatIllegalArgument[7: -4,000 - -4 k](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testParseObject[7: -4,000 - -4 k](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testFormat[7: -4,000 - -4 k](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testParseObject2[7: -4,000 - -4 k](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testFormatIllegalArgument[8: 4,000 - 4 k](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testParseObject[8: 4,000 - 4 k](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testFormat[8: 4,000 - 4 k](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testParseObject2[8: 4,000 - 4 k](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testFormatIllegalArgument[9: 4,000 - 4 k](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testParseObject[9: 4,000 - 4 k](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testFormat[9: 4,000 - 4 k](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testParseObject2[9: 4,000 - 4 k](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testFormatIllegalArgument[10: 12,345,678 - 12.3 M](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testParseObject[10: 12,345,678 - 12.3 M](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testFormat[10: 12,345,678 - 12.3 M](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testParseObject2[10: 12,345,678 - 12.3 M](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testFormatIllegalArgument[11: 2,147,483,647 - 2.1 G](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testParseObject[11: 2,147,483,647 - 2.1 G](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testFormat[11: 2,147,483,647 - 2.1 G](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testParseObject2[11: 2,147,483,647 - 2.1 G](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0.001 s 16:00:08 [2019-07-19T20:00:08.051Z] testFormatIllegalArgument[12: -2,147,483,648 - -2.1 G](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testParseObject[12: -2,147,483,648 - -2.1 G](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testFormat[12: -2,147,483,648 - -2.1 G](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testParseObject2[12: -2,147,483,648 - -2.1 G](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testFormatIllegalArgument[13: 9,223,372,036,854,775,807 - 9223.4 P](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0.001 s 16:00:08 [2019-07-19T20:00:08.051Z] testParseObject[13: 9,223,372,036,854,775,807 - 9223.4 P](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testFormat[13: 9,223,372,036,854,775,807 - 9223.4 P](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testParseObject2[13: 9,223,372,036,854,775,807 - 9223.4 P](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0.001 s 16:00:08 [2019-07-19T20:00:08.051Z] testFormatIllegalArgument[14: 98,765,432.123 - 98.8 M](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testParseObject[14: 98,765,432.123 - 98.8 M](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testFormat[14: 98,765,432.123 - 98.8 M](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testParseObject2[14: 98,765,432.123 - 98.8 M](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0.001 s 16:00:08 [2019-07-19T20:00:08.051Z] testFormatIllegalArgument[15: -98,765,432.123 - -98.8 M](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testParseObject[15: -98,765,432.123 - -98.8 M](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0.001 s 16:00:08 [2019-07-19T20:00:08.051Z] testFormat[15: -98,765,432.123 - -98.8 M](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testParseObject2[15: -98,765,432.123 - -98.8 M](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0.001 s 16:00:08 [2019-07-19T20:00:08.051Z] testFormatIllegalArgument[16: 555,555,555,555 - 555.6 G](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testParseObject[16: 555,555,555,555 - 555.6 G](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testFormat[16: 555,555,555,555 - 555.6 G](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testParseObject2[16: 555,555,555,555 - 555.6 G](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0.001 s 16:00:08 [2019-07-19T20:00:08.051Z] testFormatIllegalArgument[17: 555,555,555,555,555 - 555.6 T](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testParseObject[17: 555,555,555,555,555 - 555.6 T](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testFormat[17: 555,555,555,555,555 - 555.6 T](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testParseObject2[17: 555,555,555,555,555 - 555.6 T](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testFormatIllegalArgument[18: 100,100,000 - 100.1 M](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0.001 s 16:00:08 [2019-07-19T20:00:08.051Z] testParseObject[18: 100,100,000 - 100.1 M](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testFormat[18: 100,100,000 - 100.1 M](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testParseObject2[18: 100,100,000 - 100.1 M](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testFormatIllegalArgument[19: 0.1 - 100 m](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testParseObject[19: 0.1 - 100 m](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0.001 s 16:00:08 [2019-07-19T20:00:08.051Z] testFormat[19: 0.1 - 100 m](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testParseObject2[19: 0.1 - 100 m](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testFormatIllegalArgument[20: 0.001 - 1 m](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testParseObject[20: 0.001 - 1 m](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testFormat[20: 0.001 - 1 m](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testParseObject2[20: 0.001 - 1 m](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0.001 s 16:00:08 [2019-07-19T20:00:08.051Z] testFormatIllegalArgument[21: 0 - 1 ��](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testParseObject[21: 0 - 1 ��](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testFormat[21: 0 - 1 ��](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testParseObject2[21: 0 - 1 ��](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testFormatIllegalArgument[22: 0 - 1 n](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testParseObject[22: 0 - 1 n](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testFormat[22: 0 - 1 n](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0.001 s 16:00:08 [2019-07-19T20:00:08.051Z] testParseObject2[22: 0 - 1 n](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testFormatIllegalArgument[23: 0 - 1 p](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testParseObject[23: 0 - 1 p](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testFormat[23: 0 - 1 p](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testParseObject2[23: 0 - 1 p](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0.001 s 16:00:08 [2019-07-19T20:00:08.051Z] testFormatIllegalArgument[24: 0 - 0](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testParseObject[24: 0 - 0](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testFormat[24: 0 - 0](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testParseObject2[24: 0 - 0](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testFormatIllegalArgument[25: -0.04 - -40 m](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testParseObject[25: -0.04 - -40 m](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testFormat[25: -0.04 - -40 m](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testParseObject2[25: -0.04 - -40 m](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testFormatIllegalArgument[26: 0.002 - 2 m](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testParseObject[26: 0.002 - 2 m](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0.001 s 16:00:08 [2019-07-19T20:00:08.051Z] testFormat[26: 0.002 - 2 m](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testParseObject2[26: 0.002 - 2 m](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testFormatIllegalArgument[27: 0.056 - 55.5 m](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0.001 s 16:00:08 [2019-07-19T20:00:08.051Z] testParseObject[27: 0.056 - 55.5 m](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testFormat[27: 0.056 - 55.5 m](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testParseObject2[27: 0.056 - 55.5 m](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testFormatIllegalArgument[28: 0 - 492.8 ��](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0.001 s 16:00:08 [2019-07-19T20:00:08.051Z] testParseObject[28: 0 - 492.8 ��](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testFormat[28: 0 - 492.8 ��](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testParseObject2[28: 0 - 492.8 ��](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testFormatIllegalArgument[29: 0 - 251 n](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testParseObject[29: 0 - 251 n](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0.001 s 16:00:08 [2019-07-19T20:00:08.051Z] testFormat[29: 0 - 251 n](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testParseObject2[29: 0 - 251 n](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testFormatIllegalArgument[30: 0 - 43 p](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testParseObject[30: 0 - 43 p](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testFormat[30: 0 - 43 p](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testParseObject2[30: 0 - 43 p](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testFormatIllegalArgument[31: 0 - 45.6 n](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testParseObject[31: 0 - 45.6 n](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testFormat[31: 0 - 45.6 n](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testParseObject2[31: 0 - 45.6 n](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testFormatIllegalArgument[32: 179,769,313,486,231,570,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000 - 1.7976931348623157E308](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testParseObject[32: 179,769,313,486,231,570,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000 - 1.7976931348623157E308](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testFormat[32: 179,769,313,486,231,570,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000 - 1.7976931348623157E308](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testParseObject2[32: 179,769,313,486,231,570,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000 - 1.7976931348623157E308](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testFormatIllegalArgument[33: ��� - ���](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testParseObject[33: ��� - ���](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testFormat[33: ��� - ���](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testParseObject2[33: ��� - ���](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testFormatIllegalArgument[34: 0 - 0](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testParseObject[34: 0 - 0](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testFormat[34: 0 - 0](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testParseObject2[34: 0 - 0](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testFormatIllegalArgument[35: -��� - -���](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testParseObject[35: -��� - -���](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testFormat[35: -��� - -���](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testParseObject2[35: -��� - -���](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testFormatIllegalArgument[36: ��� - ���](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testParseObject[36: ��� - ���](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testFormat[36: ��� - ���](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testParseObject2[36: ��� - ���](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0.001 s 16:00:08 [2019-07-19T20:00:08.051Z] testFormatIllegalArgument[37: null - Toto](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testParseObject[37: null - Toto](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0.054 s 16:00:08 [2019-07-19T20:00:08.051Z] testFormat[37: null - Toto](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testParseObject2[37: null - Toto](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testFormatIllegalArgument[38: null - 1.2 s](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testParseObject[38: null - 1.2 s](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testFormat[38: null - 1.2 s](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testParseObject2[38: null - 1.2 s](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testFormatIllegalArgument[39: null - 1.2 ms](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0.001 s 16:00:08 [2019-07-19T20:00:08.051Z] testParseObject[39: null - 1.2 ms](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testFormat[39: null - 1.2 ms](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testParseObject2[39: null - 1.2 ms](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testFormatIllegalArgument[40: null - ��� k](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testParseObject[40: null - ��� k](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testFormat[40: null - ��� k](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testParseObject2[40: null - ��� k](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testFormatIllegalArgument[41: null - -��� p](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testParseObject[41: null - -��� p](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testFormat[41: null - -��� p](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testParseObject2[41: null - -��� p](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testFormatIllegalArgument[42: null - ���M](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0.001 s 16:00:08 [2019-07-19T20:00:08.051Z] testParseObject[42: null - ���M](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testFormat[42: null - ���M](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testParseObject2[42: null - ���M](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testFormatIllegalArgument[43: null - 1.2 m ](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.051Z] testParseObject[43: null - 1.2 m ](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.052Z] testFormat[43: null - 1.2 m ](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.052Z] testParseObject2[43: null - 1.2 m ](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0.001 s 16:00:08 [2019-07-19T20:00:08.052Z] Running org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest 16:00:08 [2019-07-19T20:00:08.311Z] Tests run: 92, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s - in org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject[0: 0 - 0](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0.001 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormatIllegalArgument[0: 0 - 0](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormat[0: 0 - 0](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject2[0: 0 - 0](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject[1: 3 - 3 ns](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormatIllegalArgument[1: 3 - 3 ns](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormat[1: 3 - 3 ns](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject2[1: 3 - 3 ns](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0.001 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject[2: 1,975 - 1.975 ��s](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormatIllegalArgument[2: 1,975 - 1.975 ��s](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormat[2: 1,975 - 1.975 ��s](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject2[2: 1,975 - 1.975 ��s](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject[3: 200,000,000 - 200 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormatIllegalArgument[3: 200,000,000 - 200 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0.001 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormat[3: 200,000,000 - 200 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject2[3: 200,000,000 - 200 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject[4: -200,000,000 - -200 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormatIllegalArgument[4: -200,000,000 - -200 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormat[4: -200,000,000 - -200 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject2[4: -200,000,000 - -200 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject[5: 200,000,000 - 200 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormatIllegalArgument[5: 200,000,000 - 200 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormat[5: 200,000,000 - 200 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject2[5: 200,000,000 - 200 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject[6: 200,000,000 - 200 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0.001 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormatIllegalArgument[6: 200,000,000 - 200 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormat[6: 200,000,000 - 200 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject2[6: 200,000,000 - 200 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject[7: 2,100,000,000 - 2.1 s](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormatIllegalArgument[7: 2,100,000,000 - 2.1 s](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormat[7: 2,100,000,000 - 2.1 s](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject2[7: 2,100,000,000 - 2.1 s](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject[8: 314,159,264 - 314.159 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0.001 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormatIllegalArgument[8: 314,159,264 - 314.159 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormat[8: 314,159,264 - 314.159 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject2[8: 314,159,264 - 314.159 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject[9: 200,001,000 - 200.001 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormatIllegalArgument[9: 200,001,000 - 200.001 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormat[9: 200,001,000 - 200.001 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject2[9: 200,001,000 - 200.001 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0.001 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject[10: 200,000,100 - 200 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormatIllegalArgument[10: 200,000,100 - 200 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormat[10: 200,000,100 - 200 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject2[10: 200,000,100 - 200 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject[11: null - 200ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormatIllegalArgument[11: null - 200ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormat[11: null - 200ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject2[11: null - 200ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject[12: null - 200ms ](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormatIllegalArgument[12: null - 200ms ](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormat[12: null - 200ms ](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject2[12: null - 200ms ](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject[13: null - 200 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormatIllegalArgument[13: null - 200 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormat[13: null - 200 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject2[13: null - 200 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0.001 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject[14: null - 1.5ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormatIllegalArgument[14: null - 1.5ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormat[14: null - 1.5ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject2[14: null - 1.5ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject[15: null - 1.5us](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormatIllegalArgument[15: null - 1.5us](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0.001 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormat[15: null - 1.5us](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject2[15: null - 1.5us](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject[16: null - 1.5��s](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormatIllegalArgument[16: null - 1.5��s](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormat[16: null - 1.5��s](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject2[16: null - 1.5��s](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject[17: null - 1.5usdt](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0.001 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormatIllegalArgument[17: null - 1.5usdt](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormat[17: null - 1.5usdt](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject2[17: null - 1.5usdt](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject[18: null - 1.5hello](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormatIllegalArgument[18: null - 1.5hello](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormat[18: null - 1.5hello](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject2[18: null - 1.5hello](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject[19: null - 15](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormatIllegalArgument[19: null - 15](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0.001 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormat[19: null - 15](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject2[19: null - 15](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject[20: null - hello](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormatIllegalArgument[20: null - hello](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormat[20: null - hello](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject2[20: null - hello](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject[21: null - 0.000001s](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormatIllegalArgument[21: null - 0.000001s](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormat[21: null - 0.000001s](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject2[21: null - 0.000001s](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject[22: null - .000001s](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormatIllegalArgument[22: null - .000001s](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormat[22: null - .000001s](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject2[22: null - .000001s](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] Running org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest 16:00:08 [2019-07-19T20:00:08.311Z] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s - in org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject[0: 0 - 0 B/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0.001 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormatIllegalArgument[0: 0 - 0 B/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormat[0: 0 - 0 B/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject2[0: 0 - 0 B/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject[1: 3 - 3 B/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormatIllegalArgument[1: 3 - 3 B/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormat[1: 3 - 3 B/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject2[1: 3 - 3 B/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject[2: 975 - 975 B/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormatIllegalArgument[2: 975 - 975 B/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormat[2: 975 - 975 B/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject2[2: 975 - 975 B/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject[3: 1,024 - 1 KB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormatIllegalArgument[3: 1,024 - 1 KB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormat[3: 1,024 - 1 KB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject2[3: 1,024 - 1 KB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject[4: 1,048,576 - 1 MB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormatIllegalArgument[4: 1,048,576 - 1 MB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormat[4: 1,048,576 - 1 MB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject2[4: 1,048,576 - 1 MB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject[5: 1,073,741,824 - 1 GB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormatIllegalArgument[5: 1,073,741,824 - 1 GB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormat[5: 1,073,741,824 - 1 GB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject2[5: 1,073,741,824 - 1 GB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject[6: 1,099,511,627,776 - 1 TB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0.001 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormatIllegalArgument[6: 1,099,511,627,776 - 1 TB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormat[6: 1,099,511,627,776 - 1 TB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject2[6: 1,099,511,627,776 - 1 TB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject[7: 4,096 - 4 KB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormatIllegalArgument[7: 4,096 - 4 KB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormat[7: 4,096 - 4 KB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject2[7: 4,096 - 4 KB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject[8: -4,096 - -4 KB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0.001 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormatIllegalArgument[8: -4,096 - -4 KB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormat[8: -4,096 - -4 KB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject2[8: -4,096 - -4 KB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject[9: 4,096 - 4 KB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormatIllegalArgument[9: 4,096 - 4 KB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormat[9: 4,096 - 4 KB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject2[9: 4,096 - 4 KB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject[10: 4,096 - 4 KB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormatIllegalArgument[10: 4,096 - 4 KB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormat[10: 4,096 - 4 KB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject2[10: 4,096 - 4 KB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject[11: 12,345,678 - 11.774 MB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormatIllegalArgument[11: 12,345,678 - 11.774 MB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormat[11: 12,345,678 - 11.774 MB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject2[11: 12,345,678 - 11.774 MB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0.001 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject[12: 2,147,483,647 - 2 GB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormatIllegalArgument[12: 2,147,483,647 - 2 GB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormat[12: 2,147,483,647 - 2 GB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject2[12: 2,147,483,647 - 2 GB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject[13: -2,147,483,648 - -2 GB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormatIllegalArgument[13: -2,147,483,648 - -2 GB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormat[13: -2,147,483,648 - -2 GB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject2[13: -2,147,483,648 - -2 GB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject[14: 9,223,372,036,854,775,807 - 8388608 TB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormatIllegalArgument[14: 9,223,372,036,854,775,807 - 8388608 TB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormat[14: 9,223,372,036,854,775,807 - 8388608 TB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject2[14: 9,223,372,036,854,775,807 - 8388608 TB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject[15: 98,765,432.123 - 94.19 MB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0.001 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormatIllegalArgument[15: 98,765,432.123 - 94.19 MB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormat[15: 98,765,432.123 - 94.19 MB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject2[15: 98,765,432.123 - 94.19 MB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject[16: -98,765,432.123 - -94.19 MB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormatIllegalArgument[16: -98,765,432.123 - -94.19 MB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormat[16: -98,765,432.123 - -94.19 MB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject2[16: -98,765,432.123 - -94.19 MB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0.001 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject[17: 555,555,555,555 - 517.401 GB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormatIllegalArgument[17: 555,555,555,555 - 517.401 GB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormat[17: 555,555,555,555 - 517.401 GB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject2[17: 555,555,555,555 - 517.401 GB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject[18: 555,555,555,555,555 - 505.275 TB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0.001 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormatIllegalArgument[18: 555,555,555,555,555 - 505.275 TB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormat[18: 555,555,555,555,555 - 505.275 TB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject2[18: 555,555,555,555,555 - 505.275 TB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject[19: null - 1234 TPotato](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormatIllegalArgument[19: null - 1234 TPotato](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormat[19: null - 1234 TPotato](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject2[19: null - 1234 TPotato](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject[20: null - .0001 MB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormatIllegalArgument[20: null - .0001 MB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormat[20: null - .0001 MB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject2[20: null - .0001 MB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0.001 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject[21: null - 1KB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormatIllegalArgument[21: null - 1KB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormat[21: null - 1KB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject2[21: null - 1KB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject[22: null - 1KB/s ](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormatIllegalArgument[22: null - 1KB/s ](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormat[22: null - 1KB/s ](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject2[22: null - 1KB/s ](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0.001 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject[23: null - 1KB/s potato](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormatIllegalArgument[23: null - 1KB/s potato](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormat[23: null - 1KB/s potato](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject2[23: null - 1KB/s potato](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject[24: null - 1 KB](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormatIllegalArgument[24: null - 1 KB](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormat[24: null - 1 KB](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject2[24: null - 1 KB](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] Running org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest 16:00:08 [2019-07-19T20:00:08.311Z] Tests run: 96, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s - in org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject[0: 0 - 0 B](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormatIllegalArgument[0: 0 - 0 B](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormat[0: 0 - 0 B](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject2[0: 0 - 0 B](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject[1: 3 - 3 B](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormatIllegalArgument[1: 3 - 3 B](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormat[1: 3 - 3 B](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject2[1: 3 - 3 B](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject[2: 975 - 975 B](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0.001 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormatIllegalArgument[2: 975 - 975 B](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormat[2: 975 - 975 B](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject2[2: 975 - 975 B](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject[3: 1,024 - 1 KB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormatIllegalArgument[3: 1,024 - 1 KB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormat[3: 1,024 - 1 KB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject2[3: 1,024 - 1 KB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject[4: 1,048,576 - 1 MB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormatIllegalArgument[4: 1,048,576 - 1 MB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormat[4: 1,048,576 - 1 MB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject2[4: 1,048,576 - 1 MB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject[5: 1,073,741,824 - 1 GB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0.001 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormatIllegalArgument[5: 1,073,741,824 - 1 GB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormat[5: 1,073,741,824 - 1 GB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject2[5: 1,073,741,824 - 1 GB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject[6: 1,099,511,627,776 - 1 TB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormatIllegalArgument[6: 1,099,511,627,776 - 1 TB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormat[6: 1,099,511,627,776 - 1 TB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject2[6: 1,099,511,627,776 - 1 TB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject[7: 4,096 - 4 KB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormatIllegalArgument[7: 4,096 - 4 KB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0.001 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormat[7: 4,096 - 4 KB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject2[7: 4,096 - 4 KB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject[8: -4,096 - -4 KB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormatIllegalArgument[8: -4,096 - -4 KB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testFormat[8: -4,096 - -4 KB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject2[8: -4,096 - -4 KB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.311Z] testParseObject[9: 4,096 - 4 KB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.312Z] testFormatIllegalArgument[9: 4,096 - 4 KB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.312Z] testFormat[9: 4,096 - 4 KB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.312Z] testParseObject2[9: 4,096 - 4 KB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.312Z] testParseObject[10: 4,096 - 4 KB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.312Z] testFormatIllegalArgument[10: 4,096 - 4 KB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.312Z] testFormat[10: 4,096 - 4 KB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.312Z] testParseObject2[10: 4,096 - 4 KB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.312Z] testParseObject[11: 12,345,678 - 11.774 MB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.312Z] testFormatIllegalArgument[11: 12,345,678 - 11.774 MB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.312Z] testFormat[11: 12,345,678 - 11.774 MB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0.001 s 16:00:08 [2019-07-19T20:00:08.312Z] testParseObject2[11: 12,345,678 - 11.774 MB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.312Z] testParseObject[12: 2,147,483,647 - 2 GB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.312Z] testFormatIllegalArgument[12: 2,147,483,647 - 2 GB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.312Z] testFormat[12: 2,147,483,647 - 2 GB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.312Z] testParseObject2[12: 2,147,483,647 - 2 GB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.312Z] testParseObject[13: -2,147,483,648 - -2 GB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.312Z] testFormatIllegalArgument[13: -2,147,483,648 - -2 GB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.312Z] testFormat[13: -2,147,483,648 - -2 GB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0.001 s 16:00:08 [2019-07-19T20:00:08.312Z] testParseObject2[13: -2,147,483,648 - -2 GB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.312Z] testParseObject[14: 9,223,372,036,854,775,807 - 8388608 TB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.312Z] testFormatIllegalArgument[14: 9,223,372,036,854,775,807 - 8388608 TB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.312Z] testFormat[14: 9,223,372,036,854,775,807 - 8388608 TB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.312Z] testParseObject2[14: 9,223,372,036,854,775,807 - 8388608 TB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.312Z] testParseObject[15: 98,765,432.123 - 94.19 MB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0.001 s 16:00:08 [2019-07-19T20:00:08.312Z] testFormatIllegalArgument[15: 98,765,432.123 - 94.19 MB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.312Z] testFormat[15: 98,765,432.123 - 94.19 MB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.312Z] testParseObject2[15: 98,765,432.123 - 94.19 MB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.312Z] testParseObject[16: -98,765,432.123 - -94.19 MB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.312Z] testFormatIllegalArgument[16: -98,765,432.123 - -94.19 MB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.312Z] testFormat[16: -98,765,432.123 - -94.19 MB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.312Z] testParseObject2[16: -98,765,432.123 - -94.19 MB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.312Z] testParseObject[17: 555,555,555,555 - 517.401 GB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.312Z] testFormatIllegalArgument[17: 555,555,555,555 - 517.401 GB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.312Z] testFormat[17: 555,555,555,555 - 517.401 GB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.312Z] testParseObject2[17: 555,555,555,555 - 517.401 GB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0.055 s 16:00:08 [2019-07-19T20:00:08.312Z] testParseObject[18: 555,555,555,555,555 - 505.275 TB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.312Z] testFormatIllegalArgument[18: 555,555,555,555,555 - 505.275 TB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.312Z] testFormat[18: 555,555,555,555,555 - 505.275 TB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0.001 s 16:00:08 [2019-07-19T20:00:08.312Z] testParseObject2[18: 555,555,555,555,555 - 505.275 TB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.312Z] testParseObject[19: null - 1234 TPotato](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.312Z] testFormatIllegalArgument[19: null - 1234 TPotato](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.312Z] testFormat[19: null - 1234 TPotato](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.312Z] testParseObject2[19: null - 1234 TPotato](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.312Z] testParseObject[20: null - .0001 MB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.312Z] testFormatIllegalArgument[20: null - .0001 MB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.312Z] testFormat[20: null - .0001 MB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.312Z] testParseObject2[20: null - .0001 MB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.312Z] testParseObject[21: null - 1KB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.312Z] testFormatIllegalArgument[21: null - 1KB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.312Z] testFormat[21: null - 1KB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.312Z] testParseObject2[21: null - 1KB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.312Z] testParseObject[22: null - 1KB ](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.312Z] testFormatIllegalArgument[22: null - 1KB ](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.312Z] testFormat[22: null - 1KB ](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.312Z] testParseObject2[22: null - 1KB ](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.312Z] testParseObject[23: null - 1KB potato](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.312Z] testFormatIllegalArgument[23: null - 1KB potato](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.312Z] testFormat[23: null - 1KB potato](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.312Z] testParseObject2[23: null - 1KB potato](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.312Z] Running org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatFactorTest 16:00:08 [2019-07-19T20:00:08.312Z] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatFactorTest 16:00:08 [2019-07-19T20:00:08.312Z] testFormat[0: 0](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatFactorTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.312Z] testFormat[1: 3](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatFactorTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.312Z] testFormat[2: 975](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatFactorTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.312Z] testFormat[3: 1,000](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatFactorTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.312Z] testFormat[4: 4,000](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatFactorTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.312Z] testFormat[5: -4,000](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatFactorTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.312Z] testFormat[6: -0.04](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatFactorTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.312Z] testFormat[7: 0.002](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatFactorTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.312Z] testFormat[8: 0.056](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatFactorTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.312Z] testFormat[9: 0](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatFactorTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.312Z] testFormat[10: 0](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatFactorTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.312Z] testFormat[11: ���](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatFactorTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.312Z] testFormat[12: 179,769,313,486,231,570,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatFactorTest) Time elapsed: 0 s 16:00:08 [2019-07-19T20:00:08.312Z] Running org.eclipse.tracecompass.common.core.tests.xml.TestTransform 16:00:09 [2019-07-19T20:00:09.243Z] [Fatal Error] :1:1: JAXP00010001: The parser has encountered more than "64000" entity expansions in this document; this is the limit imposed by the JDK. 16:00:09 [2019-07-19T20:00:09.243Z] [Fatal Error] :1:4: Recursive entity reference "A". (Reference path: A -> B -> A), 16:00:09 [2019-07-19T20:00:09.243Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.932 s - in org.eclipse.tracecompass.common.core.tests.xml.TestTransform 16:00:09 [2019-07-19T20:00:09.243Z] testXmlInjection(org.eclipse.tracecompass.common.core.tests.xml.TestTransform) skipped 16:00:09 [2019-07-19T20:00:09.243Z] testBillionLaughs(org.eclipse.tracecompass.common.core.tests.xml.TestTransform) Time elapsed: 0.926 s 16:00:09 [2019-07-19T20:00:09.243Z] testRecursiveEntityReference(org.eclipse.tracecompass.common.core.tests.xml.TestTransform) Time elapsed: 0.003 s 16:00:09 [2019-07-19T20:00:09.243Z] Running org.eclipse.tracecompass.common.core.tests.log.LoggerTest 16:00:09 [2019-07-19T20:00:09.500Z] Jul 19, 2019 8:00:09 PM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$FlowScopeLog <init> 16:00:09 [2019-07-19T20:00:09.500Z] WARNING: {"ts":1293535410873763,"ph":"s","tid":1,"name":"foo","cat":"mydog","id":"0x1"} 16:00:09 [2019-07-19T20:00:09.500Z] Jul 19, 2019 8:00:09 PM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$FlowScopeLog close 16:00:09 [2019-07-19T20:00:09.500Z] WARNING: {"ts":1293535424474076,"ph":"f","tid":1,"cat":"mydog","id":"0x1"} 16:00:09 [2019-07-19T20:00:09.500Z] Jul 19, 2019 8:00:09 PM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$FlowScopeLog <init> 16:00:09 [2019-07-19T20:00:09.500Z] WARNING: {"ts":1293535426573277,"ph":"s","tid":1,"name":"foo","cat":"myspider","id":"0x2"} 16:00:09 [2019-07-19T20:00:09.500Z] Jul 19, 2019 8:00:09 PM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$FlowScopeLog close 16:00:09 [2019-07-19T20:00:09.500Z] WARNING: {"ts":1293535428383731,"ph":"f","tid":1,"cat":"myspider","id":"0x2"} 16:00:09 [2019-07-19T20:00:09.500Z] Jul 19, 2019 8:00:09 PM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$FlowScopeLog <init> 16:00:09 [2019-07-19T20:00:09.500Z] WARNING: {"ts":1293535437071584,"ph":"s","tid":1,"name":"foo","cat":"null","id":"0x3"} 16:00:09 [2019-07-19T20:00:09.500Z] Jul 19, 2019 8:00:09 PM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$FlowScopeLog close 16:00:09 [2019-07-19T20:00:09.500Z] WARNING: {"ts":1293535437899657,"ph":"f","tid":1,"cat":"null","id":"0x3"} 16:00:09 [2019-07-19T20:00:09.500Z] Jul 19, 2019 8:00:09 PM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$ScopeLog <init> 16:00:09 [2019-07-19T20:00:09.500Z] WARNING: {"ts":1293535440562347,"ph":"B","tid":1,"name":"foo"} 16:00:09 [2019-07-19T20:00:09.500Z] Jul 19, 2019 8:00:09 PM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$ScopeLog close 16:00:09 [2019-07-19T20:00:09.500Z] WARNING: {"ts":1293535443372653,"ph":"E","tid":1} 16:00:09 [2019-07-19T20:00:09.500Z] Jul 19, 2019 8:00:09 PM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$FlowScopeLog <init> 16:00:09 [2019-07-19T20:00:09.500Z] WARNING: {"ts":1293535446741571,"ph":"s","tid":1,"name":"foo","cat":"myspider","id":"0x5"} 16:00:09 [2019-07-19T20:00:09.500Z] Jul 19, 2019 8:00:09 PM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$FlowScopeLog close 16:00:09 [2019-07-19T20:00:09.500Z] WARNING: {"ts":1293535447520048,"ph":"f","tid":1,"cat":"myspider","id":"0x5"} 16:00:09 [2019-07-19T20:00:09.500Z] Jul 19, 2019 8:00:09 PM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$ScopeLog <init> 16:00:09 [2019-07-19T20:00:09.500Z] INFO: {"ts":1293535509665622,"ph":"B","tid":1,"name":"foo"} 16:00:09 [2019-07-19T20:00:09.500Z] Jul 19, 2019 8:00:09 PM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$ScopeLog <init> 16:00:09 [2019-07-19T20:00:09.500Z] INFO: {"ts":1293535510396938,"ph":"B","tid":1,"name":"bar"} 16:00:09 [2019-07-19T20:00:09.500Z] Jul 19, 2019 8:00:09 PM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$ScopeLog close 16:00:09 [2019-07-19T20:00:09.500Z] INFO: {"ts":1293535511207953,"ph":"E","tid":1} 16:00:09 [2019-07-19T20:00:09.500Z] Jul 19, 2019 8:00:09 PM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$ScopeLog close 16:00:09 [2019-07-19T20:00:09.500Z] INFO: {"ts":1293535511868490,"ph":"E","tid":1} 16:00:09 [2019-07-19T20:00:09.500Z] Jul 19, 2019 8:00:09 PM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$ScopeLog <init> 16:00:09 [2019-07-19T20:00:09.500Z] WARNING: {"ts":1293535513227648,"ph":"B","tid":1,"name":"foo","args":{"Pen:Pineapple":"Apple:Pen"}} 16:00:09 [2019-07-19T20:00:09.500Z] Jul 19, 2019 8:00:09 PM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$ScopeLog close 16:00:09 [2019-07-19T20:00:09.500Z] WARNING: {"ts":1293535513893059,"ph":"E","tid":1} 16:00:09 [2019-07-19T20:00:09.500Z] Jul 19, 2019 8:00:09 PM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$ScopeLog <init> 16:00:09 [2019-07-19T20:00:09.500Z] WARNING: {"ts":1293535514526717,"ph":"B","tid":1,"name":"foo","args":{"msg":"Pen:Pineapple:Apple:Pen"}} 16:00:09 [2019-07-19T20:00:09.500Z] Jul 19, 2019 8:00:09 PM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$ScopeLog close 16:00:09 [2019-07-19T20:00:09.500Z] WARNING: {"ts":1293535515139134,"ph":"E","tid":1} 16:00:09 [2019-07-19T20:00:09.500Z] Jul 19, 2019 8:00:09 PM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$ScopeLog <init> 16:00:09 [2019-07-19T20:00:09.500Z] WARNING: {"ts":1293535515774637,"ph":"B","tid":1,"name":"foo","args":{"pen":"pineapple","apple":"pen","number_of_badgers":12}} 16:00:09 [2019-07-19T20:00:09.500Z] Jul 19, 2019 8:00:09 PM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$ScopeLog close 16:00:09 [2019-07-19T20:00:09.500Z] WARNING: {"ts":1293535516404791,"ph":"E","tid":1} 16:00:09 [2019-07-19T20:00:09.500Z] Jul 19, 2019 8:00:09 PM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$ScopeLog <init> 16:00:09 [2019-07-19T20:00:09.500Z] WARNING: {"ts":1293535517697385,"ph":"B","tid":1,"name":"foo"} 16:00:09 [2019-07-19T20:00:09.500Z] Jul 19, 2019 8:00:09 PM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$ScopeLog close 16:00:09 [2019-07-19T20:00:09.500Z] WARNING: {"ts":1293535518917708,"ph":"E","tid":1} 16:00:09 [2019-07-19T20:00:09.500Z] Jul 19, 2019 8:00:09 PM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils traceInstant 16:00:09 [2019-07-19T20:00:09.500Z] INFO: {"ts":1293535523096687,"ph":"i","tid":1,"name":"test null value","args":{"nullvalue":"null"}} 16:00:09 [2019-07-19T20:00:09.500Z] Jul 19, 2019 8:00:09 PM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils traceInstant 16:00:09 [2019-07-19T20:00:09.500Z] INFO: {"ts":1293535524128380,"ph":"i","tid":1,"name":"test null key","args":{"null":"value"}} 16:00:09 [2019-07-19T20:00:09.500Z] Jul 19, 2019 8:00:09 PM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$ScopeLog <init> 16:00:09 [2019-07-19T20:00:09.500Z] INFO: {"ts":1293535525649717,"ph":"B","tid":1,"name":"foo"} 16:00:09 [2019-07-19T20:00:09.500Z] Jul 19, 2019 8:00:09 PM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$ScopeLog <init> 16:00:09 [2019-07-19T20:00:09.500Z] INFO: {"ts":1293535526145561,"ph":"B","tid":1,"name":"bar"} 16:00:09 [2019-07-19T20:00:09.500Z] Jul 19, 2019 8:00:09 PM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$ScopeLog close 16:00:09 [2019-07-19T20:00:09.500Z] INFO: {"ts":1293535526585306,"ph":"E","tid":1} 16:00:09 [2019-07-19T20:00:09.500Z] Jul 19, 2019 8:00:09 PM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$ScopeLog close 16:00:09 [2019-07-19T20:00:09.500Z] INFO: {"ts":1293535527009706,"ph":"E","tid":1} 16:00:09 [2019-07-19T20:00:09.500Z] Jul 19, 2019 8:00:09 PM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$FlowScopeLog <init> 16:00:09 [2019-07-19T20:00:09.500Z] WARNING: {"ts":1293535527905199,"ph":"s","tid":1,"name":"foo","cat":"myspider","id":"0x6"} 16:00:09 [2019-07-19T20:00:09.500Z] Jul 19, 2019 8:00:09 PM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$FlowScopeLog close 16:00:09 [2019-07-19T20:00:09.500Z] WARNING: {"ts":1293535528485582,"ph":"f","tid":1,"cat":"myspider","id":"0x6"} 16:00:09 [2019-07-19T20:00:09.500Z] Jul 19, 2019 8:00:09 PM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$ScopeLog <init> 16:00:09 [2019-07-19T20:00:09.500Z] INFO: {"ts":1293535533693274,"ph":"B","tid":1,"name":"world"} 16:00:09 [2019-07-19T20:00:09.500Z] Jul 19, 2019 8:00:09 PM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$ScopeLog close 16:00:09 [2019-07-19T20:00:09.500Z] INFO: {"ts":1293535534100416,"ph":"E","tid":1} 16:00:09 [2019-07-19T20:00:09.500Z] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.175 s - in org.eclipse.tracecompass.common.core.tests.log.LoggerTest 16:00:09 [2019-07-19T20:00:09.500Z] testFlowLogLevels(org.eclipse.tracecompass.common.core.tests.log.LoggerTest) Time elapsed: 0.025 s 16:00:09 [2019-07-19T20:00:09.500Z] testFlowWithData(org.eclipse.tracecompass.common.core.tests.log.LoggerTest) Time elapsed: 0.004 s 16:00:09 [2019-07-19T20:00:09.500Z] testObjectLifespan(org.eclipse.tracecompass.common.core.tests.log.LoggerTest) Time elapsed: 0.007 s 16:00:09 [2019-07-19T20:00:09.500Z] testFlowBuilderNoExtra(org.eclipse.tracecompass.common.core.tests.log.LoggerTest) Time elapsed: 0.002 s 16:00:09 [2019-07-19T20:00:09.500Z] testNestingWithData(org.eclipse.tracecompass.common.core.tests.log.LoggerTest) Time elapsed: 0.005 s 16:00:09 [2019-07-19T20:00:09.500Z] testFlowFiltered(org.eclipse.tracecompass.common.core.tests.log.LoggerTest) Time elapsed: 0.002 s 16:00:09 [2019-07-19T20:00:09.500Z] testFlowBuilderCatThenParent(org.eclipse.tracecompass.common.core.tests.log.LoggerTest) Time elapsed: 0.053 s 16:00:09 [2019-07-19T20:00:09.500Z] testNestingFiltered(org.eclipse.tracecompass.common.core.tests.log.LoggerTest) Time elapsed: 0.002 s 16:00:09 [2019-07-19T20:00:09.500Z] testAsyncMessages(org.eclipse.tracecompass.common.core.tests.log.LoggerTest) Time elapsed: 0.006 s 16:00:09 [2019-07-19T20:00:09.500Z] testNestingException(org.eclipse.tracecompass.common.core.tests.log.LoggerTest) Time elapsed: 0.003 s 16:00:09 [2019-07-19T20:00:09.500Z] testAttributeFailRepeatedArgs(org.eclipse.tracecompass.common.core.tests.log.LoggerTest) Time elapsed: 0 s 16:00:09 [2019-07-19T20:00:09.500Z] testAttributes(org.eclipse.tracecompass.common.core.tests.log.LoggerTest) Time elapsed: 0.005 s 16:00:09 [2019-07-19T20:00:09.500Z] testNestingLogLevels(org.eclipse.tracecompass.common.core.tests.log.LoggerTest) Time elapsed: 0.002 s 16:00:09 [2019-07-19T20:00:09.500Z] testCounter(org.eclipse.tracecompass.common.core.tests.log.LoggerTest) Time elapsed: 0.003 s 16:00:09 [2019-07-19T20:00:09.500Z] testNullArguments(org.eclipse.tracecompass.common.core.tests.log.LoggerTest) Time elapsed: 0.002 s 16:00:09 [2019-07-19T20:00:09.500Z] testNesting(org.eclipse.tracecompass.common.core.tests.log.LoggerTest) Time elapsed: 0.003 s 16:00:09 [2019-07-19T20:00:09.500Z] testFlowBuilderParentThenCat(org.eclipse.tracecompass.common.core.tests.log.LoggerTest) Time elapsed: 0.001 s 16:00:09 [2019-07-19T20:00:09.500Z] testMarker(org.eclipse.tracecompass.common.core.tests.log.LoggerTest) Time elapsed: 0.003 s 16:00:09 [2019-07-19T20:00:09.500Z] testInstant(org.eclipse.tracecompass.common.core.tests.log.LoggerTest) Time elapsed: 0 s 16:00:09 [2019-07-19T20:00:09.500Z] testCollectionLifespan(org.eclipse.tracecompass.common.core.tests.log.LoggerTest) Time elapsed: 0.002 s 16:00:09 [2019-07-19T20:00:09.500Z] testHelloWorld(org.eclipse.tracecompass.common.core.tests.log.LoggerTest) Time elapsed: 0.001 s 16:00:09 [2019-07-19T20:00:09.500Z] testAttributeFail3Args(org.eclipse.tracecompass.common.core.tests.log.LoggerTest) Time elapsed: 0 s 16:00:09 [2019-07-19T20:00:09.500Z] 16:00:09 [2019-07-19T20:00:09.500Z] Results: 16:00:09 [2019-07-19T20:00:09.500Z] 16:00:09 [2019-07-19T20:00:09.500Z] Tests run: 538, Failures: 0, Errors: 0, Skipped: 1 16:00:09 [2019-07-19T20:00:09.500Z] 16:00:11 [2019-07-19T20:00:11.393Z] [INFO] All tests passed! 16:00:11 [2019-07-19T20:00:11.393Z] [INFO] 16:00:11 [2019-07-19T20:00:11.393Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.common.core.tests --- 16:00:11 [2019-07-19T20:00:11.393Z] [INFO] Loading execution data file /home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core.tests/../../target/jacoco.exec 16:00:11 [2019-07-19T20:00:11.393Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core.tests' with 22 classes 16:00:11 [2019-07-19T20:00:11.393Z] [INFO] 16:00:11 [2019-07-19T20:00:11.393Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.common.core.tests --- 16:00:11 [2019-07-19T20:00:11.393Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core.tests/target/org.eclipse.tracecompass.common.core.tests-1.1.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.common.core.tests/1.1.5-SNAPSHOT/org.eclipse.tracecompass.common.core.tests-1.1.5-SNAPSHOT.jar 16:00:11 [2019-07-19T20:00:11.393Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core.tests/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.common.core.tests/1.1.5-SNAPSHOT/org.eclipse.tracecompass.common.core.tests-1.1.5-SNAPSHOT.pom 16:00:11 [2019-07-19T20:00:11.393Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core.tests/target/org.eclipse.tracecompass.common.core.tests-1.1.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.common.core.tests/1.1.5-SNAPSHOT/org.eclipse.tracecompass.common.core.tests-1.1.5-SNAPSHOT-sources.jar 16:00:11 [2019-07-19T20:00:11.393Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core.tests/target/org.eclipse.tracecompass.common.core.tests-1.1.5-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.common.core.tests/1.1.5-SNAPSHOT/org.eclipse.tracecompass.common.core.tests-1.1.5-SNAPSHOT-pack200.jar.pack.gz 16:00:11 [2019-07-19T20:00:11.393Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.common.core.tests/1.1.5-SNAPSHOT/org.eclipse.tracecompass.common.core.tests-1.1.5-SNAPSHOT-p2metadata.xml 16:00:11 [2019-07-19T20:00:11.393Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.common.core.tests/1.1.5-SNAPSHOT/org.eclipse.tracecompass.common.core.tests-1.1.5-SNAPSHOT-p2artifacts.xml 16:00:11 [2019-07-19T20:00:11.393Z] [INFO] 16:00:11 [2019-07-19T20:00:11.393Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.common.core.tests --- 16:00:11 [2019-07-19T20:00:11.393Z] [INFO] 16:00:11 [2019-07-19T20:00:11.393Z] [INFO] -------< org.eclipse.tracecompass:org.eclipse.tracecompass.ctf >-------- 16:00:11 [2019-07-19T20:00:11.393Z] [INFO] Building org.eclipse.tracecompass.ctf 5.0.0-SNAPSHOT [65/134] 16:00:11 [2019-07-19T20:00:11.393Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- 16:00:11 [2019-07-19T20:00:11.393Z] [INFO] 16:00:11 [2019-07-19T20:00:11.393Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.ctf --- 16:00:11 [2019-07-19T20:00:11.393Z] [INFO] Deleting /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf/target 16:00:11 [2019-07-19T20:00:11.393Z] [INFO] 16:00:11 [2019-07-19T20:00:11.393Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tracecompass.ctf --- 16:00:11 [2019-07-19T20:00:11.393Z] [INFO] The project's OSGi version is 5.0.0.201907191907 16:00:11 [2019-07-19T20:00:11.393Z] [INFO] 16:00:11 [2019-07-19T20:00:11.393Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.ctf --- 16:00:11 [2019-07-19T20:00:11.393Z] [INFO] 16:00:11 [2019-07-19T20:00:11.393Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.ctf --- 16:00:11 [2019-07-19T20:00:11.393Z] [INFO] 16:00:11 [2019-07-19T20:00:11.393Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.ctf --- 16:00:11 [2019-07-19T20:00:11.393Z] [INFO] 16:00:11 [2019-07-19T20:00:11.393Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.ctf --- 16:00:11 [2019-07-19T20:00:11.393Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 16:00:11 [2019-07-19T20:00:11.393Z] [INFO] 16:00:11 [2019-07-19T20:00:11.393Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.ctf --- 16:00:11 [2019-07-19T20:00:11.393Z] [INFO] 16:00:11 [2019-07-19T20:00:11.393Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.ctf --- 16:00:11 [2019-07-19T20:00:11.393Z] [INFO] 16:00:11 [2019-07-19T20:00:11.393Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.tracecompass.ctf --- 16:00:11 [2019-07-19T20:00:11.393Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf/target/org.eclipse.tracecompass.ctf-5.0.0-SNAPSHOT.jar 16:00:11 [2019-07-19T20:00:11.393Z] [INFO] 16:00:11 [2019-07-19T20:00:11.393Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.ctf --- 16:00:11 [2019-07-19T20:00:11.393Z] [INFO] 16:00:11 [2019-07-19T20:00:11.393Z] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tracecompass.ctf --- 16:00:11 [2019-07-19T20:00:11.393Z] [INFO] 16:00:11 [2019-07-19T20:00:11.393Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.ctf --- 16:00:11 [2019-07-19T20:00:11.393Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf/target/org.eclipse.tracecompass.ctf-5.0.0-SNAPSHOT-sources-feature.jar 16:00:11 [2019-07-19T20:00:11.393Z] [INFO] 16:00:11 [2019-07-19T20:00:11.393Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.ctf --- 16:00:11 [2019-07-19T20:00:11.393Z] [INFO] 16:00:11 [2019-07-19T20:00:11.393Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.ctf --- 16:00:11 [2019-07-19T20:00:11.393Z] [INFO] 16:00:11 [2019-07-19T20:00:11.393Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.ctf --- 16:00:11 [2019-07-19T20:00:11.393Z] [INFO] Skipping JaCoCo execution due to missing classes directory. 16:00:11 [2019-07-19T20:00:11.393Z] [INFO] 16:00:11 [2019-07-19T20:00:11.393Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.ctf --- 16:00:11 [2019-07-19T20:00:11.393Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf/target/org.eclipse.tracecompass.ctf-5.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.ctf/5.0.0-SNAPSHOT/org.eclipse.tracecompass.ctf-5.0.0-SNAPSHOT.jar 16:00:11 [2019-07-19T20:00:11.393Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.ctf/5.0.0-SNAPSHOT/org.eclipse.tracecompass.ctf-5.0.0-SNAPSHOT.pom 16:00:11 [2019-07-19T20:00:11.393Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf/target/org.eclipse.tracecompass.ctf-5.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.ctf/5.0.0-SNAPSHOT/org.eclipse.tracecompass.ctf-5.0.0-SNAPSHOT-sources-feature.jar 16:00:11 [2019-07-19T20:00:11.393Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.ctf/5.0.0-SNAPSHOT/org.eclipse.tracecompass.ctf-5.0.0-SNAPSHOT-p2metadata.xml 16:00:11 [2019-07-19T20:00:11.394Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.ctf/5.0.0-SNAPSHOT/org.eclipse.tracecompass.ctf-5.0.0-SNAPSHOT-p2artifacts.xml 16:00:11 [2019-07-19T20:00:11.394Z] [INFO] 16:00:11 [2019-07-19T20:00:11.394Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.ctf --- 16:00:11 [2019-07-19T20:00:11.394Z] [INFO] 16:00:11 [2019-07-19T20:00:11.394Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.ctf.parser.tests >-- 16:00:11 [2019-07-19T20:00:11.394Z] [INFO] Building org.eclipse.tracecompass.ctf.parser.tests 1.0.1-SNAPSHOT [66/134] 16:00:11 [2019-07-19T20:00:11.394Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- 16:00:11 [2019-07-19T20:00:11.394Z] [INFO] 16:00:11 [2019-07-19T20:00:11.394Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.ctf.parser.tests --- 16:00:11 [2019-07-19T20:00:11.394Z] [INFO] 16:00:11 [2019-07-19T20:00:11.394Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.ctf.parser.tests --- 16:00:11 [2019-07-19T20:00:11.394Z] [INFO] The project's OSGi version is 1.0.1.201907191907 16:00:11 [2019-07-19T20:00:11.394Z] [INFO] 16:00:11 [2019-07-19T20:00:11.394Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.ctf.parser.tests --- 16:00:11 [2019-07-19T20:00:11.394Z] [INFO] 16:00:11 [2019-07-19T20:00:11.394Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.ctf.parser.tests --- 16:00:11 [2019-07-19T20:00:11.394Z] [INFO] 16:00:11 [2019-07-19T20:00:11.394Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.ctf.parser.tests --- 16:00:11 [2019-07-19T20:00:11.394Z] [INFO] 16:00:11 [2019-07-19T20:00:11.394Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.ctf.parser.tests --- 16:00:11 [2019-07-19T20:00:11.394Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 16:00:11 [2019-07-19T20:00:11.394Z] [INFO] 16:00:11 [2019-07-19T20:00:11.394Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.ctf.parser.tests --- 16:00:11 [2019-07-19T20:00:11.394Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:00:11 [2019-07-19T20:00:11.394Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser.tests/src/main/resources 16:00:11 [2019-07-19T20:00:11.394Z] [INFO] 16:00:11 [2019-07-19T20:00:11.394Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.ctf.parser.tests --- 16:00:11 [2019-07-19T20:00:11.394Z] [INFO] Compiling 2 source files to /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser.tests/target/classes 16:00:11 [2019-07-19T20:00:11.394Z] [INFO] 16:00:11 [2019-07-19T20:00:11.394Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.ctf.parser.tests --- 16:00:11 [2019-07-19T20:00:11.394Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:00:11 [2019-07-19T20:00:11.394Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser.tests/src/test/resources 16:00:11 [2019-07-19T20:00:11.394Z] [INFO] 16:00:11 [2019-07-19T20:00:11.394Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.ctf.parser.tests --- 16:00:11 [2019-07-19T20:00:11.394Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser.tests/target/org.eclipse.tracecompass.ctf.parser.tests-1.0.1-SNAPSHOT-sources.jar 16:00:11 [2019-07-19T20:00:11.394Z] [INFO] 16:00:11 [2019-07-19T20:00:11.394Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.ctf.parser.tests --- 16:00:11 [2019-07-19T20:00:11.394Z] [INFO] 16:00:11 [2019-07-19T20:00:11.394Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.ctf.parser.tests --- 16:00:11 [2019-07-19T20:00:11.394Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser.tests/target/org.eclipse.tracecompass.ctf.parser.tests-1.0.1-SNAPSHOT.jar 16:00:11 [2019-07-19T20:00:11.651Z] [INFO] 16:00:11 [2019-07-19T20:00:11.651Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.ctf.parser.tests --- 16:00:11 [2019-07-19T20:00:11.651Z] [INFO] 16:00:11 [2019-07-19T20:00:11.651Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.ctf.parser.tests --- 16:00:11 [2019-07-19T20:00:11.651Z] [INFO] 16:00:11 [2019-07-19T20:00:11.651Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.ctf.parser.tests --- 16:00:11 [2019-07-19T20:00:11.651Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser.tests/target/org.eclipse.tracecompass.ctf.parser.tests-1.0.1-SNAPSHOT.jar 16:00:11 [2019-07-19T20:00:11.651Z] [INFO] 16:00:11 [2019-07-19T20:00:11.651Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.ctf.parser.tests --- 16:00:11 [2019-07-19T20:00:11.651Z] [INFO] 16:00:11 [2019-07-19T20:00:11.651Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.ctf.parser.tests --- 16:00:13 [2019-07-19T20:00:13.022Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser.tests/target/work/data/.metadata/.log 16:00:13 [2019-07-19T20:00:13.022Z] [INFO] Command line: 16:00:13 [2019-07-19T20:00:13.022Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog] 16:00:13 [2019-07-19T20:00:13.022Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass 16:00:17 [2019-07-19T20:00:17.196Z] !SESSION 2019-07-19 20:00:13.490 ----------------------------------------------- 16:00:17 [2019-07-19T20:00:17.196Z] eclipse.buildId=unknown 16:00:17 [2019-07-19T20:00:17.196Z] java.version=1.8.0_202 16:00:17 [2019-07-19T20:00:17.196Z] java.vendor=Oracle Corporation 16:00:17 [2019-07-19T20:00:17.196Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US 16:00:17 [2019-07-19T20:00:17.196Z] Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser.tests/target/surefire.properties -product org.eclipse.platform.ide 16:00:17 [2019-07-19T20:00:17.196Z] Command-line arguments: -data /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog 16:00:17 [2019-07-19T20:00:17.196Z] 16:00:17 [2019-07-19T20:00:17.196Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-19 20:00:17.106 16:00:17 [2019-07-19T20:00:17.196Z] !MESSAGE FrameworkEvent ERROR 16:00:17 [2019-07-19T20:00:17.196Z] !STACK 0 16:00:17 [2019-07-19T20:00:17.196Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [49] 16:00:17 [2019-07-19T20:00:17.196Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 16:00:17 [2019-07-19T20:00:17.196Z] 16:00:17 [2019-07-19T20:00:17.196Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 16:00:17 [2019-07-19T20:00:17.196Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 16:00:17 [2019-07-19T20:00:17.196Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 16:00:17 [2019-07-19T20:00:17.196Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 16:00:17 [2019-07-19T20:00:17.196Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 16:00:17 [2019-07-19T20:00:17.196Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 16:00:17 [2019-07-19T20:00:17.196Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 16:00:17 [2019-07-19T20:00:17.196Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 16:00:17 [2019-07-19T20:00:17.196Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 16:00:17 [2019-07-19T20:00:17.196Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 16:00:17 [2019-07-19T20:00:17.453Z] 16:00:17 [2019-07-19T20:00:17.453Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-19 20:00:17.303 16:00:17 [2019-07-19T20:00:17.453Z] !MESSAGE FrameworkEvent ERROR 16:00:17 [2019-07-19T20:00:17.453Z] !STACK 0 16:00:17 [2019-07-19T20:00:17.453Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [122] 16:00:17 [2019-07-19T20:00:17.453Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 16:00:17 [2019-07-19T20:00:17.453Z] Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)" 16:00:17 [2019-07-19T20:00:17.453Z] -> Export-Package: org.apache.http.impl.auth.win; bundle-symbolic-name="org.apache.httpcomponents.httpclient.win"; bundle-version="4.5.6.v20190213-1947"; version="4.5.6"; x-internal:="true"; uses:="org.apache.http,org.apache.http.auth,org.apache.http.client,org.apache.http.impl.auth,org.apache.http.protocol,org.apache.http.util" 16:00:17 [2019-07-19T20:00:17.453Z] org.apache.httpcomponents.httpclient.win [30] 16:00:17 [2019-07-19T20:00:17.453Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 16:00:17 [2019-07-19T20:00:17.453Z] 16:00:17 [2019-07-19T20:00:17.453Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 16:00:17 [2019-07-19T20:00:17.453Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 16:00:17 [2019-07-19T20:00:17.453Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 16:00:17 [2019-07-19T20:00:17.453Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 16:00:17 [2019-07-19T20:00:17.453Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 16:00:17 [2019-07-19T20:00:17.453Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 16:00:17 [2019-07-19T20:00:17.453Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 16:00:17 [2019-07-19T20:00:17.453Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 16:00:17 [2019-07-19T20:00:17.453Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 16:00:17 [2019-07-19T20:00:17.453Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 16:00:19 [2019-07-19T20:00:19.347Z] Running org.eclipse.tracecompass.ctf.parser.tests.CtfParserTest 16:00:19 [2019-07-19T20:00:19.910Z] Tests run: 22, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 0.499 s - in org.eclipse.tracecompass.ctf.parser.tests.CtfParserTest 16:00:19 [2019-07-19T20:00:19.910Z] testDeclaratorOfEnumDeclaration(org.eclipse.tracecompass.ctf.parser.tests.CtfParserTest) skipped 16:00:19 [2019-07-19T20:00:19.910Z] testCharacterLiteralPrimaryExpression(org.eclipse.tracecompass.ctf.parser.tests.CtfParserTest) Time elapsed: 0.196 s 16:00:19 [2019-07-19T20:00:19.910Z] testEnumDeclaration(org.eclipse.tracecompass.ctf.parser.tests.CtfParserTest) Time elapsed: 0.004 s 16:00:19 [2019-07-19T20:00:19.910Z] testIntegerLiteralPrimaryExpression(org.eclipse.tracecompass.ctf.parser.tests.CtfParserTest) Time elapsed: 0.001 s 16:00:19 [2019-07-19T20:00:19.910Z] testKeywordPrimaryExpression(org.eclipse.tracecompass.ctf.parser.tests.CtfParserTest) Time elapsed: 0 s 16:00:19 [2019-07-19T20:00:19.910Z] testStringLiteralPrimaryExpression(org.eclipse.tracecompass.ctf.parser.tests.CtfParserTest) Time elapsed: 0 s 16:00:19 [2019-07-19T20:00:19.910Z] testTraceDeclaration(org.eclipse.tracecompass.ctf.parser.tests.CtfParserTest) skipped 16:00:19 [2019-07-19T20:00:19.910Z] testEnvDeclaration(org.eclipse.tracecompass.ctf.parser.tests.CtfParserTest) Time elapsed: 0.003 s 16:00:19 [2019-07-19T20:00:19.910Z] testMixedUnaryExpression(org.eclipse.tracecompass.ctf.parser.tests.CtfParserTest) Time elapsed: 0 s 16:00:19 [2019-07-19T20:00:19.910Z] testArrayUnaryExpression(org.eclipse.tracecompass.ctf.parser.tests.CtfParserTest) Time elapsed: 0 s 16:00:19 [2019-07-19T20:00:19.910Z] testMemberUnaryExpression(org.eclipse.tracecompass.ctf.parser.tests.CtfParserTest) Time elapsed: 0 s 16:00:19 [2019-07-19T20:00:19.910Z] testFloatingTypeAliasDeclaration(org.eclipse.tracecompass.ctf.parser.tests.CtfParserTest) Time elapsed: 0.05 s 16:00:19 [2019-07-19T20:00:19.910Z] testIntegerTypeAliasDeclaration(org.eclipse.tracecompass.ctf.parser.tests.CtfParserTest) Time elapsed: 0.001 s 16:00:19 [2019-07-19T20:00:19.910Z] testPointerUnaryExpression(org.eclipse.tracecompass.ctf.parser.tests.CtfParserTest) Time elapsed: 0.001 s 16:00:19 [2019-07-19T20:00:19.910Z] testTypedefDeclaration(org.eclipse.tracecompass.ctf.parser.tests.CtfParserTest) skipped 16:00:19 [2019-07-19T20:00:19.910Z] testUnaryExpression(org.eclipse.tracecompass.ctf.parser.tests.CtfParserTest) Time elapsed: 0.001 s 16:00:19 [2019-07-19T20:00:19.910Z] testIdentifierPrimaryExpression(org.eclipse.tracecompass.ctf.parser.tests.CtfParserTest) Time elapsed: 0 s 16:00:19 [2019-07-19T20:00:19.910Z] testSpecialArrayUnaryExpression(org.eclipse.tracecompass.ctf.parser.tests.CtfParserTest) Time elapsed: 0 s 16:00:19 [2019-07-19T20:00:19.910Z] testDeclaration(org.eclipse.tracecompass.ctf.parser.tests.CtfParserTest) Time elapsed: 0 s 16:00:19 [2019-07-19T20:00:19.910Z] testSimpleUnaryExpression(org.eclipse.tracecompass.ctf.parser.tests.CtfParserTest) Time elapsed: 0.001 s 16:00:19 [2019-07-19T20:00:19.910Z] testEmptyDeclaration(org.eclipse.tracecompass.ctf.parser.tests.CtfParserTest) skipped 16:00:19 [2019-07-19T20:00:19.910Z] testPrimaryExpression(org.eclipse.tracecompass.ctf.parser.tests.CtfParserTest) Time elapsed: 0 s 16:00:19 [2019-07-19T20:00:19.910Z] Running org.eclipse.tracecompass.ctf.parser.tests.CtfLexerTest 16:00:19 [2019-07-19T20:00:19.910Z] Tests run: 20, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.057 s - in org.eclipse.tracecompass.ctf.parser.tests.CtfLexerTest 16:00:19 [2019-07-19T20:00:19.910Z] testSymbols(org.eclipse.tracecompass.ctf.parser.tests.CtfLexerTest) Time elapsed: 0.001 s 16:00:19 [2019-07-19T20:00:19.910Z] testStringLiteral(org.eclipse.tracecompass.ctf.parser.tests.CtfLexerTest) Time elapsed: 0 s 16:00:19 [2019-07-19T20:00:19.910Z] testCharLiteral(org.eclipse.tracecompass.ctf.parser.tests.CtfLexerTest) Time elapsed: 0 s 16:00:19 [2019-07-19T20:00:19.910Z] testLiteralSuffixes(org.eclipse.tracecompass.ctf.parser.tests.CtfLexerTest) Time elapsed: 0.001 s 16:00:19 [2019-07-19T20:00:19.910Z] testLiteralPrefixes(org.eclipse.tracecompass.ctf.parser.tests.CtfLexerTest) Time elapsed: 0 s 16:00:19 [2019-07-19T20:00:19.910Z] testMixedComment(org.eclipse.tracecompass.ctf.parser.tests.CtfLexerTest) Time elapsed: 0 s 16:00:19 [2019-07-19T20:00:19.910Z] testWhitespaces(org.eclipse.tracecompass.ctf.parser.tests.CtfLexerTest) Time elapsed: 0 s 16:00:19 [2019-07-19T20:00:19.910Z] testLineCommentWithEOF(org.eclipse.tracecompass.ctf.parser.tests.CtfLexerTest) skipped 16:00:19 [2019-07-19T20:00:19.910Z] testIdentifierLetters(org.eclipse.tracecompass.ctf.parser.tests.CtfLexerTest) Time elapsed: 0 s 16:00:19 [2019-07-19T20:00:19.910Z] testMultiLineComment(org.eclipse.tracecompass.ctf.parser.tests.CtfLexerTest) Time elapsed: 0 s 16:00:19 [2019-07-19T20:00:19.910Z] testComment(org.eclipse.tracecompass.ctf.parser.tests.CtfLexerTest) Time elapsed: 0 s 16:00:19 [2019-07-19T20:00:19.910Z] testLineComment(org.eclipse.tracecompass.ctf.parser.tests.CtfLexerTest) Time elapsed: 0 s 16:00:19 [2019-07-19T20:00:19.910Z] testNestedComment(org.eclipse.tracecompass.ctf.parser.tests.CtfLexerTest) Time elapsed: 0 s 16:00:19 [2019-07-19T20:00:19.910Z] testLiteralDigits(org.eclipse.tracecompass.ctf.parser.tests.CtfLexerTest) Time elapsed: 0 s 16:00:19 [2019-07-19T20:00:19.910Z] testLiteralZero(org.eclipse.tracecompass.ctf.parser.tests.CtfLexerTest) Time elapsed: 0 s 16:00:19 [2019-07-19T20:00:19.910Z] testKeywords(org.eclipse.tracecompass.ctf.parser.tests.CtfLexerTest) Time elapsed: 0.001 s 16:00:19 [2019-07-19T20:00:19.910Z] testEscapeStringLiteral(org.eclipse.tracecompass.ctf.parser.tests.CtfLexerTest) Time elapsed: 0.001 s 16:00:19 [2019-07-19T20:00:19.910Z] testEscapeCharLiteral(org.eclipse.tracecompass.ctf.parser.tests.CtfLexerTest) Time elapsed: 0 s 16:00:19 [2019-07-19T20:00:19.910Z] testIdentifier(org.eclipse.tracecompass.ctf.parser.tests.CtfLexerTest) Time elapsed: 0 s 16:00:19 [2019-07-19T20:00:19.910Z] testLiterals(org.eclipse.tracecompass.ctf.parser.tests.CtfLexerTest) Time elapsed: 0 s 16:00:19 [2019-07-19T20:00:19.910Z] 16:00:19 [2019-07-19T20:00:19.910Z] Results: 16:00:19 [2019-07-19T20:00:19.910Z] 16:00:19 [2019-07-19T20:00:19.910Z] Tests run: 42, Failures: 0, Errors: 0, Skipped: 5 16:00:19 [2019-07-19T20:00:19.910Z] 16:00:21 [2019-07-19T20:00:21.807Z] [INFO] All tests passed! 16:00:21 [2019-07-19T20:00:21.807Z] [INFO] 16:00:21 [2019-07-19T20:00:21.807Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.ctf.parser.tests --- 16:00:21 [2019-07-19T20:00:21.807Z] [INFO] Loading execution data file /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser.tests/../../target/jacoco.exec 16:00:21 [2019-07-19T20:00:21.807Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser.tests' with 3 classes 16:00:21 [2019-07-19T20:00:21.807Z] [INFO] 16:00:21 [2019-07-19T20:00:21.807Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.ctf.parser.tests --- 16:00:21 [2019-07-19T20:00:21.807Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser.tests/target/org.eclipse.tracecompass.ctf.parser.tests-1.0.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.ctf.parser.tests/1.0.1-SNAPSHOT/org.eclipse.tracecompass.ctf.parser.tests-1.0.1-SNAPSHOT.jar 16:00:21 [2019-07-19T20:00:21.807Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser.tests/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.ctf.parser.tests/1.0.1-SNAPSHOT/org.eclipse.tracecompass.ctf.parser.tests-1.0.1-SNAPSHOT.pom 16:00:21 [2019-07-19T20:00:21.807Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser.tests/target/org.eclipse.tracecompass.ctf.parser.tests-1.0.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.ctf.parser.tests/1.0.1-SNAPSHOT/org.eclipse.tracecompass.ctf.parser.tests-1.0.1-SNAPSHOT-sources.jar 16:00:21 [2019-07-19T20:00:21.807Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser.tests/target/org.eclipse.tracecompass.ctf.parser.tests-1.0.1-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.ctf.parser.tests/1.0.1-SNAPSHOT/org.eclipse.tracecompass.ctf.parser.tests-1.0.1-SNAPSHOT-pack200.jar.pack.gz 16:00:21 [2019-07-19T20:00:21.807Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.ctf.parser.tests/1.0.1-SNAPSHOT/org.eclipse.tracecompass.ctf.parser.tests-1.0.1-SNAPSHOT-p2metadata.xml 16:00:21 [2019-07-19T20:00:21.807Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.ctf.parser.tests/1.0.1-SNAPSHOT/org.eclipse.tracecompass.ctf.parser.tests-1.0.1-SNAPSHOT-p2artifacts.xml 16:00:21 [2019-07-19T20:00:21.807Z] [INFO] 16:00:21 [2019-07-19T20:00:21.807Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.ctf.parser.tests --- 16:00:21 [2019-07-19T20:00:21.807Z] [INFO] 16:00:21 [2019-07-19T20:00:21.807Z] [INFO] -----< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.ctf >------ 16:00:21 [2019-07-19T20:00:21.807Z] [INFO] Building org.eclipse.tracecompass.tmf.ctf 5.0.0-SNAPSHOT [67/134] 16:00:21 [2019-07-19T20:00:21.807Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- 16:00:21 [2019-07-19T20:00:21.807Z] [INFO] 16:00:21 [2019-07-19T20:00:21.807Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.tmf.ctf --- 16:00:21 [2019-07-19T20:00:21.807Z] [INFO] Deleting /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf/target 16:00:21 [2019-07-19T20:00:21.807Z] [INFO] 16:00:21 [2019-07-19T20:00:21.807Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tracecompass.tmf.ctf --- 16:00:21 [2019-07-19T20:00:21.807Z] [INFO] The project's OSGi version is 5.0.0.201907191907 16:00:21 [2019-07-19T20:00:21.807Z] [INFO] 16:00:21 [2019-07-19T20:00:21.807Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.tmf.ctf --- 16:00:21 [2019-07-19T20:00:21.807Z] [INFO] 16:00:21 [2019-07-19T20:00:21.807Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.tmf.ctf --- 16:00:21 [2019-07-19T20:00:21.807Z] [INFO] 16:00:21 [2019-07-19T20:00:21.807Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.tmf.ctf --- 16:00:21 [2019-07-19T20:00:21.807Z] [INFO] 16:00:21 [2019-07-19T20:00:21.807Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.tmf.ctf --- 16:00:21 [2019-07-19T20:00:21.807Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 16:00:21 [2019-07-19T20:00:21.807Z] [INFO] 16:00:21 [2019-07-19T20:00:21.807Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.tmf.ctf --- 16:00:21 [2019-07-19T20:00:21.807Z] [INFO] 16:00:21 [2019-07-19T20:00:21.807Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.tmf.ctf --- 16:00:22 [2019-07-19T20:00:22.065Z] [INFO] 16:00:22 [2019-07-19T20:00:22.065Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.tracecompass.tmf.ctf --- 16:00:22 [2019-07-19T20:00:22.065Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf/target/org.eclipse.tracecompass.tmf.ctf-5.0.0-SNAPSHOT.jar 16:00:22 [2019-07-19T20:00:22.065Z] [INFO] 16:00:22 [2019-07-19T20:00:22.065Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.tmf.ctf --- 16:00:22 [2019-07-19T20:00:22.065Z] [INFO] 16:00:22 [2019-07-19T20:00:22.065Z] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tracecompass.tmf.ctf --- 16:00:22 [2019-07-19T20:00:22.065Z] [INFO] 16:00:22 [2019-07-19T20:00:22.065Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.tmf.ctf --- 16:00:22 [2019-07-19T20:00:22.065Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf/target/org.eclipse.tracecompass.tmf.ctf-5.0.0-SNAPSHOT-sources-feature.jar 16:00:22 [2019-07-19T20:00:22.065Z] [INFO] 16:00:22 [2019-07-19T20:00:22.065Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.tmf.ctf --- 16:00:22 [2019-07-19T20:00:22.065Z] [INFO] 16:00:22 [2019-07-19T20:00:22.065Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.tmf.ctf --- 16:00:22 [2019-07-19T20:00:22.065Z] [INFO] 16:00:22 [2019-07-19T20:00:22.065Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.tmf.ctf --- 16:00:22 [2019-07-19T20:00:22.065Z] [INFO] Skipping JaCoCo execution due to missing classes directory. 16:00:22 [2019-07-19T20:00:22.065Z] [INFO] 16:00:22 [2019-07-19T20:00:22.065Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.tmf.ctf --- 16:00:22 [2019-07-19T20:00:22.065Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf/target/org.eclipse.tracecompass.tmf.ctf-5.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.ctf/5.0.0-SNAPSHOT/org.eclipse.tracecompass.tmf.ctf-5.0.0-SNAPSHOT.jar 16:00:22 [2019-07-19T20:00:22.065Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.ctf/5.0.0-SNAPSHOT/org.eclipse.tracecompass.tmf.ctf-5.0.0-SNAPSHOT.pom 16:00:22 [2019-07-19T20:00:22.065Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf/target/org.eclipse.tracecompass.tmf.ctf-5.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.ctf/5.0.0-SNAPSHOT/org.eclipse.tracecompass.tmf.ctf-5.0.0-SNAPSHOT-sources-feature.jar 16:00:22 [2019-07-19T20:00:22.065Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.ctf/5.0.0-SNAPSHOT/org.eclipse.tracecompass.tmf.ctf-5.0.0-SNAPSHOT-p2metadata.xml 16:00:22 [2019-07-19T20:00:22.065Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.ctf/5.0.0-SNAPSHOT/org.eclipse.tracecompass.tmf.ctf-5.0.0-SNAPSHOT-p2artifacts.xml 16:00:22 [2019-07-19T20:00:22.065Z] [INFO] 16:00:22 [2019-07-19T20:00:22.065Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.tmf.ctf --- 16:00:22 [2019-07-19T20:00:22.065Z] [INFO] 16:00:22 [2019-07-19T20:00:22.065Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests >-- 16:00:22 [2019-07-19T20:00:22.065Z] [INFO] Building org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests 1.0.8-SNAPSHOT [68/134] 16:00:22 [2019-07-19T20:00:22.065Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- 16:00:22 [2019-07-19T20:00:22.065Z] [INFO] 16:00:22 [2019-07-19T20:00:22.065Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests --- 16:00:22 [2019-07-19T20:00:22.065Z] [INFO] 16:00:22 [2019-07-19T20:00:22.065Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests --- 16:00:22 [2019-07-19T20:00:22.065Z] [INFO] The project's OSGi version is 1.0.8.201907191907 16:00:22 [2019-07-19T20:00:22.065Z] [INFO] 16:00:22 [2019-07-19T20:00:22.065Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests --- 16:00:22 [2019-07-19T20:00:22.065Z] [INFO] 16:00:22 [2019-07-19T20:00:22.065Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests --- 16:00:22 [2019-07-19T20:00:22.065Z] [INFO] 16:00:22 [2019-07-19T20:00:22.065Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests --- 16:00:22 [2019-07-19T20:00:22.065Z] [INFO] 16:00:22 [2019-07-19T20:00:22.065Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests --- 16:00:22 [2019-07-19T20:00:22.065Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 16:00:22 [2019-07-19T20:00:22.065Z] [INFO] 16:00:22 [2019-07-19T20:00:22.065Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests --- 16:00:22 [2019-07-19T20:00:22.065Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:00:22 [2019-07-19T20:00:22.065Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/src/main/resources 16:00:22 [2019-07-19T20:00:22.065Z] [INFO] 16:00:22 [2019-07-19T20:00:22.065Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests --- 16:00:22 [2019-07-19T20:00:22.065Z] [INFO] Compiling 5 source files to /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/target/classes 16:00:22 [2019-07-19T20:00:22.629Z] [INFO] 16:00:22 [2019-07-19T20:00:22.629Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests --- 16:00:22 [2019-07-19T20:00:22.629Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:00:22 [2019-07-19T20:00:22.629Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/src/test/resources 16:00:22 [2019-07-19T20:00:22.629Z] [INFO] 16:00:22 [2019-07-19T20:00:22.629Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests --- 16:00:22 [2019-07-19T20:00:22.629Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/target/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests-1.0.8-SNAPSHOT-sources.jar 16:00:22 [2019-07-19T20:00:22.629Z] [INFO] 16:00:22 [2019-07-19T20:00:22.629Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests --- 16:00:22 [2019-07-19T20:00:22.886Z] [INFO] 16:00:22 [2019-07-19T20:00:22.886Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests --- 16:00:22 [2019-07-19T20:00:22.886Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/target/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests-1.0.8-SNAPSHOT.jar 16:00:22 [2019-07-19T20:00:22.886Z] [INFO] 16:00:22 [2019-07-19T20:00:22.886Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests --- 16:00:22 [2019-07-19T20:00:22.886Z] [INFO] 16:00:22 [2019-07-19T20:00:22.886Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests --- 16:00:22 [2019-07-19T20:00:22.886Z] [INFO] 16:00:22 [2019-07-19T20:00:22.886Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests --- 16:00:22 [2019-07-19T20:00:22.886Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/target/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests-1.0.8-SNAPSHOT.jar 16:00:22 [2019-07-19T20:00:22.886Z] [INFO] 16:00:22 [2019-07-19T20:00:22.886Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests --- 16:00:22 [2019-07-19T20:00:22.886Z] [INFO] 16:00:22 [2019-07-19T20:00:22.886Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests --- 16:00:24 [2019-07-19T20:00:24.782Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/target/work/data/.metadata/.log 16:00:24 [2019-07-19T20:00:24.782Z] [INFO] Command line: 16:00:24 [2019-07-19T20:00:24.782Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -nouithread, -consoleLog] 16:00:24 [2019-07-19T20:00:24.782Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass 16:00:28 [2019-07-19T20:00:28.956Z] !SESSION 2019-07-19 20:00:24.914 ----------------------------------------------- 16:00:28 [2019-07-19T20:00:28.956Z] eclipse.buildId=unknown 16:00:28 [2019-07-19T20:00:28.956Z] java.version=1.8.0_202 16:00:28 [2019-07-19T20:00:28.956Z] java.vendor=Oracle Corporation 16:00:28 [2019-07-19T20:00:28.956Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US 16:00:28 [2019-07-19T20:00:28.956Z] Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/target/surefire.properties -product org.eclipse.platform.ide -nouithread 16:00:28 [2019-07-19T20:00:28.956Z] Command-line arguments: -data /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/target/surefire.properties -product org.eclipse.platform.ide -nouithread -consoleLog 16:00:28 [2019-07-19T20:00:28.956Z] 16:00:28 [2019-07-19T20:00:28.956Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-19 20:00:28.190 16:00:28 [2019-07-19T20:00:28.956Z] !MESSAGE FrameworkEvent ERROR 16:00:28 [2019-07-19T20:00:28.956Z] !STACK 0 16:00:28 [2019-07-19T20:00:28.956Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [65] 16:00:28 [2019-07-19T20:00:28.956Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 16:00:28 [2019-07-19T20:00:28.956Z] 16:00:28 [2019-07-19T20:00:28.956Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 16:00:28 [2019-07-19T20:00:28.956Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 16:00:28 [2019-07-19T20:00:28.956Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 16:00:28 [2019-07-19T20:00:28.956Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 16:00:28 [2019-07-19T20:00:28.956Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 16:00:28 [2019-07-19T20:00:28.956Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 16:00:28 [2019-07-19T20:00:28.956Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 16:00:28 [2019-07-19T20:00:28.956Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 16:00:28 [2019-07-19T20:00:28.956Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 16:00:28 [2019-07-19T20:00:28.956Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 16:00:28 [2019-07-19T20:00:28.956Z] 16:00:28 [2019-07-19T20:00:28.956Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-19 20:00:28.395 16:00:28 [2019-07-19T20:00:28.956Z] !MESSAGE FrameworkEvent ERROR 16:00:28 [2019-07-19T20:00:28.956Z] !STACK 0 16:00:28 [2019-07-19T20:00:28.956Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [134] 16:00:28 [2019-07-19T20:00:28.956Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 16:00:28 [2019-07-19T20:00:28.956Z] Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)" 16:00:28 [2019-07-19T20:00:28.956Z] -> Export-Package: org.apache.http.impl.auth.win; bundle-symbolic-name="org.apache.httpcomponents.httpclient.win"; bundle-version="4.5.6.v20190213-1947"; version="4.5.6"; x-internal:="true"; uses:="org.apache.http,org.apache.http.auth,org.apache.http.client,org.apache.http.impl.auth,org.apache.http.protocol,org.apache.http.util" 16:00:28 [2019-07-19T20:00:28.956Z] org.apache.httpcomponents.httpclient.win [36] 16:00:28 [2019-07-19T20:00:28.956Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 16:00:28 [2019-07-19T20:00:28.956Z] 16:00:28 [2019-07-19T20:00:28.956Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 16:00:28 [2019-07-19T20:00:28.956Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 16:00:28 [2019-07-19T20:00:28.956Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 16:00:28 [2019-07-19T20:00:28.956Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 16:00:28 [2019-07-19T20:00:28.956Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 16:00:28 [2019-07-19T20:00:28.956Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 16:00:28 [2019-07-19T20:00:28.956Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 16:00:28 [2019-07-19T20:00:28.956Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 16:00:28 [2019-07-19T20:00:28.956Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 16:00:28 [2019-07-19T20:00:28.956Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 16:00:30 [2019-07-19T20:00:30.855Z] process 10159: D-Bus library appears to be incorrectly set up; failed to read machine uuid: UUID file '/etc/machine-id' should contain a hex string of length 32, not length 0, with no other text 16:00:30 [2019-07-19T20:00:30.855Z] See the manual page for dbus-uuidgen to correct this issue. 16:00:31 [2019-07-19T20:00:31.112Z] SWT SessionManagerDBus: Failed to connect to org.gnome.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory) 16:00:31 [2019-07-19T20:00:31.112Z] SWT SessionManagerDBus: Failed to connect to org.xfce.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory) 16:00:41 [2019-07-19T20:00:41.064Z] Running org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.TestInvalidCtfTrace 16:00:41 [2019-07-19T20:00:41.627Z] Display size: 1440x900 16:00:41 [2019-07-19T20:00:41.627Z] OS version=3.10.0-957.21.3.el7.x86_64 16:00:41 [2019-07-19T20:00:41.627Z] GTK version=3.18.9 16:00:41 [2019-07-19T20:00:41.627Z] GTK theme=Ambiance 16:00:41 [2019-07-19T20:00:41.627Z] LIBOVERLAY_SCROLLBAR=0 16:00:41 [2019-07-19T20:00:41.627Z] Time zone: Coordinated Universal Time 16:00:41 [2019-07-19T20:00:41.627Z] log4j:WARN No appenders could be found for logger (org.eclipse.swtbot.swt.finder.widgets.SWTBotShell). 16:00:41 [2019-07-19T20:00:41.627Z] log4j:WARN Please initialize the log4j system properly. 16:00:44 [2019-07-19T20:00:44.153Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:00:44 [2019-07-19T20:00:44.480Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:00:44 [2019-07-19T20:00:44.480Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:00:44 [2019-07-19T20:00:44.480Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:00:44 [2019-07-19T20:00:44.480Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:00:44 [2019-07-19T20:00:44.480Z] DEBUG - Attempting to set focus on Tree with text {} 16:00:44 [2019-07-19T20:00:44.480Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198348556 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} 16:00:44 [2019-07-19T20:00:44.480Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=198348557 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:00:44 [2019-07-19T20:00:44.480Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=198348558 data=null} to TreeItem with text {TestInvalidCtfTraces} 16:00:44 [2019-07-19T20:00:44.480Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198348558 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:00:44 [2019-07-19T20:00:44.480Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198348560 data=null item=TreeItem {TestInvalidCtfTraces} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:00:44 [2019-07-19T20:00:44.737Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198348785 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:00:44 [2019-07-19T20:00:44.737Z] DEBUG - Attempting to set focus on Tree with text {} 16:00:44 [2019-07-19T20:00:44.737Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198348787 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} 16:00:44 [2019-07-19T20:00:44.737Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=198348790 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:00:44 [2019-07-19T20:00:44.737Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=198348790 data=null} to TreeItem with text {TestInvalidCtfTraces} 16:00:44 [2019-07-19T20:00:44.737Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198348791 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:00:44 [2019-07-19T20:00:44.737Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198348791 data=null item=TreeItem {TestInvalidCtfTraces} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:00:44 [2019-07-19T20:00:44.737Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198348841 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:00:44 [2019-07-19T20:00:44.737Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=198348847 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:00:44 [2019-07-19T20:00:44.737Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=198348847 data=null} to TreeItem with text {TestInvalidCtfTraces} 16:00:44 [2019-07-19T20:00:44.737Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198348848 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:00:44 [2019-07-19T20:00:44.737Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=198348849 data=null item=TreeItem {TestInvalidCtfTraces} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:00:44 [2019-07-19T20:00:44.737Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198348942 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:00:44 [2019-07-19T20:00:44.737Z] DEBUG - Attempting to set focus on Tree with text {} 16:00:44 [2019-07-19T20:00:44.737Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=198348946 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]} 16:00:44 [2019-07-19T20:00:44.737Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=198348947 data=null doit=true} to TreeItem with text {Traces [0]} 16:00:44 [2019-07-19T20:00:44.737Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=198348947 data=null} to TreeItem with text {Traces [0]} 16:00:44 [2019-07-19T20:00:44.737Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=198348948 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:00:44 [2019-07-19T20:00:44.737Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198348949 data=null item=TreeItem {Traces [0]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [0]} 16:00:44 [2019-07-19T20:00:44.994Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=198349052 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:00:46 [2019-07-19T20:00:46.889Z] 16:00:46 [2019-07-19T20:00:46.889Z] !ENTRY org.eclipse.tracecompass.tmf.ui 4 0 2019-07-19 20:00:46.676 16:00:46 [2019-07-19T20:00:46.889Z] !MESSAGE Error initializing trace. 16:00:46 [2019-07-19T20:00:46.889Z] 16:00:46 [2019-07-19T20:00:46.889Z] org.eclipse.tracecompass.tmf.core.exceptions.TmfTraceException: MismatchedTokenException(57!=72) at metadata:9:27 16:00:46 [2019-07-19T20:00:46.889Z] !STACK 0 16:00:46 [2019-07-19T20:00:46.889Z] org.eclipse.tracecompass.internal.ctf.core.event.metadata.CtfAntlrException: MismatchedTokenException(57!=72) at metadata:9:27 16:00:46 [2019-07-19T20:00:46.889Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:172) 16:00:46 [2019-07-19T20:00:46.889Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:189) 16:00:46 [2019-07-19T20:00:46.889Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:164) 16:00:46 [2019-07-19T20:00:46.889Z] at org.eclipse.tracecompass.tmf.ctf.core.trace.CtfTmfTrace.initTrace(CtfTmfTrace.java:225) 16:00:46 [2019-07-19T20:00:46.889Z] at org.eclipse.tracecompass.tmf.core.trace.TmfTrace.initTrace(TmfTrace.java:225) 16:00:46 [2019-07-19T20:00:46.889Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openTraceElement(TmfOpenTraceHelper.java:281) 16:00:46 [2019-07-19T20:00:46.889Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openProjectElement(TmfOpenTraceHelper.java:340) 16:00:46 [2019-07-19T20:00:46.889Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.access$1(TmfOpenTraceHelper.java:337) 16:00:46 [2019-07-19T20:00:46.889Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper$OpenProjectElementJob.run(TmfOpenTraceHelper.java:454) 16:00:46 [2019-07-19T20:00:46.889Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) 16:00:46 [2019-07-19T20:00:46.889Z] Caused by: MismatchedTokenException(57!=72) 16:00:46 [2019-07-19T20:00:46.889Z] at org.eclipse.tracecompass.ctf.parser.CTFParser.recoverFromMismatchedToken(CTFParser.java:229) 16:00:46 [2019-07-19T20:00:46.889Z] at org.antlr.runtime.BaseRecognizer.match(BaseRecognizer.java:115) 16:00:46 [2019-07-19T20:00:46.889Z] at org.eclipse.tracecompass.ctf.parser.CTFParser.declaration(CTFParser.java:1730) 16:00:46 [2019-07-19T20:00:46.889Z] at org.eclipse.tracecompass.ctf.parser.CTFParser.parse(CTFParser.java:348) 16:00:46 [2019-07-19T20:00:46.889Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.createAST(Metadata.java:303) 16:00:46 [2019-07-19T20:00:46.889Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.readMetaDataText(Metadata.java:253) 16:00:46 [2019-07-19T20:00:46.889Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:165) 16:00:46 [2019-07-19T20:00:46.889Z] ... 9 more 16:00:47 [2019-07-19T20:00:47.821Z] DEBUG - matched Shell with text "Open Trace", using matcher: with text 'Open Trace' 16:00:47 [2019-07-19T20:00:47.821Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Open Trace} time=198351748 data=null doit=true} to Shell with text {Open Trace} 16:00:47 [2019-07-19T20:00:47.821Z] DEBUG - matched Label with text "", using matcher: of type 'Label' 16:00:47 [2019-07-19T20:00:47.821Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') 16:00:47 [2019-07-19T20:00:47.821Z] DEBUG - matched Label with text "Error initializing t...", using matcher: of type 'Label' 16:00:47 [2019-07-19T20:00:47.821Z] DEBUG - matched Label with text "Error initializing t...", using matcher: (of type 'Label') 16:00:47 [2019-07-19T20:00:47.821Z] DEBUG - matched Label with text "", using matcher: of type 'Label' 16:00:47 [2019-07-19T20:00:47.821Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') 16:00:47 [2019-07-19T20:00:47.821Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:00:47 [2019-07-19T20:00:47.821Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:00:47 [2019-07-19T20:00:47.821Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 16:00:47 [2019-07-19T20:00:47.821Z] DEBUG - Clicking on OK 16:00:47 [2019-07-19T20:00:47.821Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=198351756 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:00:47 [2019-07-19T20:00:47.821Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=198351756 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:00:47 [2019-07-19T20:00:47.821Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=198351757 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') 16:00:47 [2019-07-19T20:00:47.821Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=198351757 data=null} to (of type 'Button' and with style 'SWT.PUSH') 16:00:47 [2019-07-19T20:00:47.821Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=198351757 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:00:47 [2019-07-19T20:00:47.821Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=198351758 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:00:47 [2019-07-19T20:00:47.821Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=198351758 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') 16:00:47 [2019-07-19T20:00:47.821Z] DEBUG - Clicked on 16:00:48 [2019-07-19T20:00:48.385Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:00:48 [2019-07-19T20:00:48.385Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:00:48 [2019-07-19T20:00:48.385Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:00:48 [2019-07-19T20:00:48.385Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:00:48 [2019-07-19T20:00:48.385Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:00:48 [2019-07-19T20:00:48.385Z] DEBUG - Attempting to set focus on Tree with text {} 16:00:48 [2019-07-19T20:00:48.385Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198352531 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} 16:00:48 [2019-07-19T20:00:48.385Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=198352532 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:00:48 [2019-07-19T20:00:48.385Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=198352532 data=null} to TreeItem with text {TestInvalidCtfTraces} 16:00:48 [2019-07-19T20:00:48.385Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198352533 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:00:48 [2019-07-19T20:00:48.385Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198352533 data=null item=TreeItem {TestInvalidCtfTraces} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:00:48 [2019-07-19T20:00:48.385Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198352572 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:00:48 [2019-07-19T20:00:48.385Z] DEBUG - Attempting to set focus on Tree with text {} 16:00:48 [2019-07-19T20:00:48.385Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198352574 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} 16:00:48 [2019-07-19T20:00:48.385Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=198352574 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:00:48 [2019-07-19T20:00:48.385Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=198352574 data=null} to TreeItem with text {TestInvalidCtfTraces} 16:00:48 [2019-07-19T20:00:48.385Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198352575 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:00:48 [2019-07-19T20:00:48.385Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198352575 data=null item=TreeItem {TestInvalidCtfTraces} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:00:48 [2019-07-19T20:00:48.385Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198352629 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:00:48 [2019-07-19T20:00:48.385Z] WARN - Tree item TreeItem with text {TestInvalidCtfTraces} is already expanded. Won't expand it again. 16:00:48 [2019-07-19T20:00:48.385Z] DEBUG - Attempting to set focus on Tree with text {} 16:00:48 [2019-07-19T20:00:48.385Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=198352632 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 16:00:48 [2019-07-19T20:00:48.385Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=198352633 data=null doit=true} to TreeItem with text {Traces [1]} 16:00:48 [2019-07-19T20:00:48.385Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=198352633 data=null} to TreeItem with text {Traces [1]} 16:00:48 [2019-07-19T20:00:48.385Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=198352634 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:00:48 [2019-07-19T20:00:48.642Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198352635 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 16:00:48 [2019-07-19T20:00:48.642Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=198352667 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:00:48 [2019-07-19T20:00:48.900Z] 16:00:48 [2019-07-19T20:00:48.900Z] !ENTRY org.eclipse.tracecompass.tmf.ui 4 0 2019-07-19 20:00:48.884 16:00:48 [2019-07-19T20:00:48.900Z] !MESSAGE Error initializing trace. 16:00:48 [2019-07-19T20:00:48.900Z] 16:00:48 [2019-07-19T20:00:48.900Z] org.eclipse.tracecompass.tmf.core.exceptions.TmfTraceException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Is not an integer: x 16:00:48 [2019-07-19T20:00:48.900Z] !STACK 0 16:00:48 [2019-07-19T20:00:48.900Z] org.eclipse.tracecompass.ctf.core.CTFException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Is not an integer: x 16:00:48 [2019-07-19T20:00:48.900Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:170) 16:00:48 [2019-07-19T20:00:48.900Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:189) 16:00:48 [2019-07-19T20:00:48.900Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:164) 16:00:48 [2019-07-19T20:00:48.900Z] at org.eclipse.tracecompass.tmf.ctf.core.trace.CtfTmfTrace.initTrace(CtfTmfTrace.java:225) 16:00:48 [2019-07-19T20:00:48.900Z] at org.eclipse.tracecompass.tmf.core.trace.TmfTrace.initTrace(TmfTrace.java:225) 16:00:48 [2019-07-19T20:00:48.900Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openTraceElement(TmfOpenTraceHelper.java:281) 16:00:48 [2019-07-19T20:00:48.900Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openProjectElement(TmfOpenTraceHelper.java:340) 16:00:48 [2019-07-19T20:00:48.900Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.access$1(TmfOpenTraceHelper.java:337) 16:00:48 [2019-07-19T20:00:48.900Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper$OpenProjectElementJob.run(TmfOpenTraceHelper.java:454) 16:00:48 [2019-07-19T20:00:48.900Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) 16:00:48 [2019-07-19T20:00:48.900Z] Caused by: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Is not an integer: x 16:00:48 [2019-07-19T20:00:48.900Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeDeclaratorParser.isSignedIntegerField(TypeDeclaratorParser.java:236) 16:00:48 [2019-07-19T20:00:48.900Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeDeclaratorParser.parse(TypeDeclaratorParser.java:173) 16:00:48 [2019-07-19T20:00:48.900Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypedefParser.parse(TypedefParser.java:99) 16:00:48 [2019-07-19T20:00:48.900Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRootDeclaration(IOStructGen.java:282) 16:00:48 [2019-07-19T20:00:48.900Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRoot(IOStructGen.java:143) 16:00:48 [2019-07-19T20:00:48.900Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.generate(IOStructGen.java:95) 16:00:48 [2019-07-19T20:00:48.900Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.readMetaDataText(Metadata.java:257) 16:00:48 [2019-07-19T20:00:48.900Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:165) 16:00:48 [2019-07-19T20:00:48.900Z] ... 9 more 16:00:49 [2019-07-19T20:00:49.830Z] DEBUG - matched Shell with text "Open Trace", using matcher: with text 'Open Trace' 16:00:49 [2019-07-19T20:00:49.830Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Open Trace} time=198353870 data=null doit=true} to Shell with text {Open Trace} 16:00:49 [2019-07-19T20:00:49.830Z] DEBUG - matched Label with text "", using matcher: of type 'Label' 16:00:49 [2019-07-19T20:00:49.830Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') 16:00:49 [2019-07-19T20:00:49.830Z] DEBUG - matched Label with text "Error initializing t...", using matcher: of type 'Label' 16:00:49 [2019-07-19T20:00:49.830Z] DEBUG - matched Label with text "Error initializing t...", using matcher: (of type 'Label') 16:00:49 [2019-07-19T20:00:49.830Z] DEBUG - matched Label with text "", using matcher: of type 'Label' 16:00:49 [2019-07-19T20:00:49.830Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') 16:00:49 [2019-07-19T20:00:49.830Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:00:49 [2019-07-19T20:00:49.830Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:00:49 [2019-07-19T20:00:49.830Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 16:00:49 [2019-07-19T20:00:49.830Z] DEBUG - Clicking on OK 16:00:49 [2019-07-19T20:00:49.830Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=198353873 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:00:49 [2019-07-19T20:00:49.830Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=198353873 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:00:49 [2019-07-19T20:00:49.830Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=198353873 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') 16:00:49 [2019-07-19T20:00:49.830Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=198353874 data=null} to (of type 'Button' and with style 'SWT.PUSH') 16:00:49 [2019-07-19T20:00:49.830Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=198353874 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:00:49 [2019-07-19T20:00:49.830Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=198353874 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:00:49 [2019-07-19T20:00:49.830Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=198353874 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') 16:00:49 [2019-07-19T20:00:49.830Z] DEBUG - Clicked on 16:00:50 [2019-07-19T20:00:50.394Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:00:50 [2019-07-19T20:00:50.394Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:00:50 [2019-07-19T20:00:50.394Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:00:50 [2019-07-19T20:00:50.394Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:00:50 [2019-07-19T20:00:50.394Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:00:50 [2019-07-19T20:00:50.394Z] DEBUG - Attempting to set focus on Tree with text {} 16:00:50 [2019-07-19T20:00:50.394Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198354537 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} 16:00:50 [2019-07-19T20:00:50.394Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=198354538 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:00:50 [2019-07-19T20:00:50.394Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=198354538 data=null} to TreeItem with text {TestInvalidCtfTraces} 16:00:50 [2019-07-19T20:00:50.394Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198354539 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:00:50 [2019-07-19T20:00:50.394Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198354539 data=null item=TreeItem {TestInvalidCtfTraces} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:00:50 [2019-07-19T20:00:50.394Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198354578 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:00:50 [2019-07-19T20:00:50.394Z] DEBUG - Attempting to set focus on Tree with text {} 16:00:50 [2019-07-19T20:00:50.394Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198354628 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} 16:00:50 [2019-07-19T20:00:50.394Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=198354629 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:00:50 [2019-07-19T20:00:50.394Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=198354629 data=null} to TreeItem with text {TestInvalidCtfTraces} 16:00:50 [2019-07-19T20:00:50.394Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198354630 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:00:50 [2019-07-19T20:00:50.394Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198354631 data=null item=TreeItem {TestInvalidCtfTraces} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:00:50 [2019-07-19T20:00:50.394Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198354640 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:00:50 [2019-07-19T20:00:50.394Z] WARN - Tree item TreeItem with text {TestInvalidCtfTraces} is already expanded. Won't expand it again. 16:00:50 [2019-07-19T20:00:50.394Z] DEBUG - Attempting to set focus on Tree with text {} 16:00:50 [2019-07-19T20:00:50.394Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=198354642 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 16:00:50 [2019-07-19T20:00:50.394Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=198354643 data=null doit=true} to TreeItem with text {Traces [1]} 16:00:50 [2019-07-19T20:00:50.394Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=198354643 data=null} to TreeItem with text {Traces [1]} 16:00:50 [2019-07-19T20:00:50.651Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=198354648 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:00:50 [2019-07-19T20:00:50.651Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198354648 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 16:00:50 [2019-07-19T20:00:50.651Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=198354727 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:00:50 [2019-07-19T20:00:50.908Z] 16:00:50 [2019-07-19T20:00:50.908Z] !ENTRY org.eclipse.tracecompass.tmf.ui 4 0 2019-07-19 20:00:50.702 16:00:50 [2019-07-19T20:00:50.908Z] !MESSAGE Error initializing trace. 16:00:50 [2019-07-19T20:00:50.908Z] 16:00:50 [2019-07-19T20:00:50.908Z] org.eclipse.tracecompass.tmf.core.exceptions.TmfTraceException: NoViableAltException(75@[]) at metadata:17:19 16:00:50 [2019-07-19T20:00:50.908Z] !STACK 0 16:00:50 [2019-07-19T20:00:50.908Z] org.eclipse.tracecompass.internal.ctf.core.event.metadata.CtfAntlrException: NoViableAltException(75@[]) at metadata:17:19 16:00:50 [2019-07-19T20:00:50.908Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:172) 16:00:50 [2019-07-19T20:00:50.908Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:189) 16:00:50 [2019-07-19T20:00:50.908Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:164) 16:00:50 [2019-07-19T20:00:50.908Z] at org.eclipse.tracecompass.tmf.ctf.core.trace.CtfTmfTrace.initTrace(CtfTmfTrace.java:225) 16:00:50 [2019-07-19T20:00:50.908Z] at org.eclipse.tracecompass.tmf.core.trace.TmfTrace.initTrace(TmfTrace.java:225) 16:00:50 [2019-07-19T20:00:50.908Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openTraceElement(TmfOpenTraceHelper.java:281) 16:00:50 [2019-07-19T20:00:50.908Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openProjectElement(TmfOpenTraceHelper.java:340) 16:00:50 [2019-07-19T20:00:50.908Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.access$1(TmfOpenTraceHelper.java:337) 16:00:50 [2019-07-19T20:00:50.908Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper$OpenProjectElementJob.run(TmfOpenTraceHelper.java:454) 16:00:50 [2019-07-19T20:00:50.908Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) 16:00:50 [2019-07-19T20:00:50.908Z] Caused by: NoViableAltException(75@[]) 16:00:50 [2019-07-19T20:00:50.908Z] at org.eclipse.tracecompass.ctf.parser.CTFParser.postfixExpression(CTFParser.java:1251) 16:00:50 [2019-07-19T20:00:50.908Z] at org.eclipse.tracecompass.ctf.parser.CTFParser.unaryExpression(CTFParser.java:1431) 16:00:50 [2019-07-19T20:00:50.908Z] at org.eclipse.tracecompass.ctf.parser.CTFParser.directDeclaratorLength(CTFParser.java:5965) 16:00:50 [2019-07-19T20:00:50.908Z] at org.eclipse.tracecompass.ctf.parser.CTFParser.directDeclaratorSuffix(CTFParser.java:5882) 16:00:50 [2019-07-19T20:00:50.908Z] at org.eclipse.tracecompass.ctf.parser.CTFParser.directDeclarator(CTFParser.java:5814) 16:00:50 [2019-07-19T20:00:50.908Z] at org.eclipse.tracecompass.ctf.parser.CTFParser.declarator(CTFParser.java:5700) 16:00:50 [2019-07-19T20:00:50.908Z] at org.eclipse.tracecompass.ctf.parser.CTFParser.declaratorList(CTFParser.java:2032) 16:00:50 [2019-07-19T20:00:50.908Z] at org.eclipse.tracecompass.ctf.parser.CTFParser.declaration(CTFParser.java:1721) 16:00:50 [2019-07-19T20:00:50.908Z] at org.eclipse.tracecompass.ctf.parser.CTFParser.parse(CTFParser.java:348) 16:00:50 [2019-07-19T20:00:50.908Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.createAST(Metadata.java:303) 16:00:50 [2019-07-19T20:00:50.908Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.readMetaDataText(Metadata.java:253) 16:00:50 [2019-07-19T20:00:50.908Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:165) 16:00:50 [2019-07-19T20:00:50.908Z] ... 9 more 16:00:51 [2019-07-19T20:00:51.471Z] DEBUG - matched Shell with text "Open Trace", using matcher: with text 'Open Trace' 16:00:51 [2019-07-19T20:00:51.471Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Open Trace} time=198355459 data=null doit=true} to Shell with text {Open Trace} 16:00:51 [2019-07-19T20:00:51.471Z] DEBUG - matched Label with text "", using matcher: of type 'Label' 16:00:51 [2019-07-19T20:00:51.471Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') 16:00:51 [2019-07-19T20:00:51.471Z] DEBUG - matched Label with text "Error initializing t...", using matcher: of type 'Label' 16:00:51 [2019-07-19T20:00:51.471Z] DEBUG - matched Label with text "Error initializing t...", using matcher: (of type 'Label') 16:00:51 [2019-07-19T20:00:51.471Z] DEBUG - matched Label with text "", using matcher: of type 'Label' 16:00:51 [2019-07-19T20:00:51.471Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') 16:00:51 [2019-07-19T20:00:51.471Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:00:51 [2019-07-19T20:00:51.471Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:00:51 [2019-07-19T20:00:51.471Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 16:00:51 [2019-07-19T20:00:51.471Z] DEBUG - Clicking on OK 16:00:51 [2019-07-19T20:00:51.471Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=198355463 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:00:51 [2019-07-19T20:00:51.471Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=198355463 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:00:51 [2019-07-19T20:00:51.471Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=198355464 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') 16:00:51 [2019-07-19T20:00:51.471Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=198355464 data=null} to (of type 'Button' and with style 'SWT.PUSH') 16:00:51 [2019-07-19T20:00:51.471Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=198355464 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:00:51 [2019-07-19T20:00:51.471Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=198355464 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:00:51 [2019-07-19T20:00:51.471Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=198355465 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') 16:00:51 [2019-07-19T20:00:51.471Z] DEBUG - Clicked on 16:00:51 [2019-07-19T20:00:51.734Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:00:51 [2019-07-19T20:00:51.734Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:00:51 [2019-07-19T20:00:51.734Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:00:51 [2019-07-19T20:00:51.734Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:00:51 [2019-07-19T20:00:51.734Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:00:51 [2019-07-19T20:00:51.734Z] DEBUG - Attempting to set focus on Tree with text {} 16:00:51 [2019-07-19T20:00:51.734Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198355766 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} 16:00:51 [2019-07-19T20:00:51.734Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=198355766 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:00:51 [2019-07-19T20:00:51.734Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=198355766 data=null} to TreeItem with text {TestInvalidCtfTraces} 16:00:51 [2019-07-19T20:00:51.734Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198355767 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:00:51 [2019-07-19T20:00:51.734Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198355767 data=null item=TreeItem {TestInvalidCtfTraces} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:00:51 [2019-07-19T20:00:51.734Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198355858 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:00:51 [2019-07-19T20:00:51.734Z] DEBUG - Attempting to set focus on Tree with text {} 16:00:51 [2019-07-19T20:00:51.734Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198355860 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} 16:00:51 [2019-07-19T20:00:51.734Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=198355860 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:00:51 [2019-07-19T20:00:51.734Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=198355860 data=null} to TreeItem with text {TestInvalidCtfTraces} 16:00:51 [2019-07-19T20:00:51.734Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198355861 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:00:51 [2019-07-19T20:00:51.734Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198355861 data=null item=TreeItem {TestInvalidCtfTraces} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:00:51 [2019-07-19T20:00:51.734Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198355875 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:00:51 [2019-07-19T20:00:51.734Z] WARN - Tree item TreeItem with text {TestInvalidCtfTraces} is already expanded. Won't expand it again. 16:00:51 [2019-07-19T20:00:51.734Z] DEBUG - Attempting to set focus on Tree with text {} 16:00:51 [2019-07-19T20:00:51.734Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=198355928 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 16:00:51 [2019-07-19T20:00:51.734Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=198355928 data=null doit=true} to TreeItem with text {Traces [1]} 16:00:51 [2019-07-19T20:00:51.734Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=198355929 data=null} to TreeItem with text {Traces [1]} 16:00:51 [2019-07-19T20:00:51.734Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=198355929 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:00:51 [2019-07-19T20:00:51.734Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198355930 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 16:00:51 [2019-07-19T20:00:51.734Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=198355959 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:00:52 [2019-07-19T20:00:52.356Z] 16:00:52 [2019-07-19T20:00:52.356Z] !ENTRY org.eclipse.tracecompass.tmf.ui 4 0 2019-07-19 20:00:52.078 16:00:52 [2019-07-19T20:00:52.356Z] !MESSAGE Error initializing trace. 16:00:52 [2019-07-19T20:00:52.356Z] 16:00:52 [2019-07-19T20:00:52.356Z] org.eclipse.tracecompass.tmf.core.exceptions.TmfTraceException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Array length is negative 16:00:52 [2019-07-19T20:00:52.356Z] !STACK 0 16:00:52 [2019-07-19T20:00:52.356Z] org.eclipse.tracecompass.ctf.core.CTFException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Array length is negative 16:00:52 [2019-07-19T20:00:52.356Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:170) 16:00:52 [2019-07-19T20:00:52.356Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:189) 16:00:52 [2019-07-19T20:00:52.356Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:164) 16:00:52 [2019-07-19T20:00:52.356Z] at org.eclipse.tracecompass.tmf.ctf.core.trace.CtfTmfTrace.initTrace(CtfTmfTrace.java:225) 16:00:52 [2019-07-19T20:00:52.356Z] at org.eclipse.tracecompass.tmf.core.trace.TmfTrace.initTrace(TmfTrace.java:225) 16:00:52 [2019-07-19T20:00:52.356Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openTraceElement(TmfOpenTraceHelper.java:281) 16:00:52 [2019-07-19T20:00:52.356Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openProjectElement(TmfOpenTraceHelper.java:340) 16:00:52 [2019-07-19T20:00:52.356Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.access$1(TmfOpenTraceHelper.java:337) 16:00:52 [2019-07-19T20:00:52.356Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper$OpenProjectElementJob.run(TmfOpenTraceHelper.java:454) 16:00:52 [2019-07-19T20:00:52.356Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) 16:00:52 [2019-07-19T20:00:52.356Z] Caused by: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Array length is negative 16:00:52 [2019-07-19T20:00:52.356Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeDeclaratorParser.parse(TypeDeclaratorParser.java:163) 16:00:52 [2019-07-19T20:00:52.356Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypedefParser.parse(TypedefParser.java:99) 16:00:52 [2019-07-19T20:00:52.356Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRootDeclaration(IOStructGen.java:282) 16:00:52 [2019-07-19T20:00:52.356Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRoot(IOStructGen.java:143) 16:00:52 [2019-07-19T20:00:52.356Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.generate(IOStructGen.java:95) 16:00:52 [2019-07-19T20:00:52.356Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.readMetaDataText(Metadata.java:257) 16:00:52 [2019-07-19T20:00:52.356Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:165) 16:00:52 [2019-07-19T20:00:52.356Z] ... 9 more 16:00:52 [2019-07-19T20:00:52.920Z] DEBUG - matched Shell with text "Open Trace", using matcher: with text 'Open Trace' 16:00:52 [2019-07-19T20:00:52.920Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Open Trace} time=198357064 data=null doit=true} to Shell with text {Open Trace} 16:00:52 [2019-07-19T20:00:52.920Z] DEBUG - matched Label with text "", using matcher: of type 'Label' 16:00:52 [2019-07-19T20:00:52.920Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') 16:00:52 [2019-07-19T20:00:52.920Z] DEBUG - matched Label with text "Error initializing t...", using matcher: of type 'Label' 16:00:52 [2019-07-19T20:00:52.920Z] DEBUG - matched Label with text "Error initializing t...", using matcher: (of type 'Label') 16:00:52 [2019-07-19T20:00:52.920Z] DEBUG - matched Label with text "", using matcher: of type 'Label' 16:00:52 [2019-07-19T20:00:52.920Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') 16:00:52 [2019-07-19T20:00:52.920Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:00:52 [2019-07-19T20:00:52.920Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:00:52 [2019-07-19T20:00:52.920Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 16:00:52 [2019-07-19T20:00:52.920Z] DEBUG - Clicking on OK 16:00:52 [2019-07-19T20:00:52.920Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=198357067 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:00:52 [2019-07-19T20:00:52.920Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=198357067 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:00:52 [2019-07-19T20:00:52.920Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=198357068 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') 16:00:52 [2019-07-19T20:00:52.920Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=198357068 data=null} to (of type 'Button' and with style 'SWT.PUSH') 16:00:52 [2019-07-19T20:00:52.920Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=198357068 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:00:52 [2019-07-19T20:00:52.920Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=198357068 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:00:52 [2019-07-19T20:00:52.920Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=198357069 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') 16:00:52 [2019-07-19T20:00:52.920Z] DEBUG - Clicked on 16:00:53 [2019-07-19T20:00:53.485Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:00:53 [2019-07-19T20:00:53.485Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:00:53 [2019-07-19T20:00:53.485Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:00:53 [2019-07-19T20:00:53.485Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:00:53 [2019-07-19T20:00:53.485Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:00:53 [2019-07-19T20:00:53.485Z] DEBUG - Attempting to set focus on Tree with text {} 16:00:53 [2019-07-19T20:00:53.485Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198357439 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} 16:00:53 [2019-07-19T20:00:53.485Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=198357439 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:00:53 [2019-07-19T20:00:53.485Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=198357439 data=null} to TreeItem with text {TestInvalidCtfTraces} 16:00:53 [2019-07-19T20:00:53.485Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198357440 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:00:53 [2019-07-19T20:00:53.485Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198357440 data=null item=TreeItem {TestInvalidCtfTraces} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:00:53 [2019-07-19T20:00:53.485Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198357466 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:00:53 [2019-07-19T20:00:53.485Z] DEBUG - Attempting to set focus on Tree with text {} 16:00:53 [2019-07-19T20:00:53.485Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198357475 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} 16:00:53 [2019-07-19T20:00:53.485Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=198357475 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:00:53 [2019-07-19T20:00:53.485Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=198357475 data=null} to TreeItem with text {TestInvalidCtfTraces} 16:00:53 [2019-07-19T20:00:53.485Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198357476 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:00:53 [2019-07-19T20:00:53.485Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198357476 data=null item=TreeItem {TestInvalidCtfTraces} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:00:53 [2019-07-19T20:00:53.485Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198357536 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:00:53 [2019-07-19T20:00:53.485Z] WARN - Tree item TreeItem with text {TestInvalidCtfTraces} is already expanded. Won't expand it again. 16:00:53 [2019-07-19T20:00:53.485Z] DEBUG - Attempting to set focus on Tree with text {} 16:00:53 [2019-07-19T20:00:53.485Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=198357538 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 16:00:53 [2019-07-19T20:00:53.485Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=198357539 data=null doit=true} to TreeItem with text {Traces [1]} 16:00:53 [2019-07-19T20:00:53.485Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=198357539 data=null} to TreeItem with text {Traces [1]} 16:00:53 [2019-07-19T20:00:53.485Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=198357539 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:00:53 [2019-07-19T20:00:53.485Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198357540 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 16:00:53 [2019-07-19T20:00:53.485Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=198357566 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:00:53 [2019-07-19T20:00:53.742Z] 16:00:53 [2019-07-19T20:00:53.742Z] !ENTRY org.eclipse.tracecompass.tmf.ui 4 0 2019-07-19 20:00:53.613 16:00:53 [2019-07-19T20:00:53.742Z] !MESSAGE Error initializing trace. 16:00:53 [2019-07-19T20:00:53.742Z] 16:00:53 [2019-07-19T20:00:53.742Z] org.eclipse.tracecompass.tmf.core.exceptions.TmfTraceException: NoViableAltException(14@[]) at metadata:17:19 16:00:53 [2019-07-19T20:00:53.742Z] !STACK 0 16:00:53 [2019-07-19T20:00:53.742Z] org.eclipse.tracecompass.internal.ctf.core.event.metadata.CtfAntlrException: NoViableAltException(14@[]) at metadata:17:19 16:00:53 [2019-07-19T20:00:53.742Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:172) 16:00:53 [2019-07-19T20:00:53.742Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:189) 16:00:53 [2019-07-19T20:00:53.742Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:164) 16:00:53 [2019-07-19T20:00:53.742Z] at org.eclipse.tracecompass.tmf.ctf.core.trace.CtfTmfTrace.initTrace(CtfTmfTrace.java:225) 16:00:53 [2019-07-19T20:00:53.742Z] at org.eclipse.tracecompass.tmf.core.trace.TmfTrace.initTrace(TmfTrace.java:225) 16:00:53 [2019-07-19T20:00:53.742Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openTraceElement(TmfOpenTraceHelper.java:281) 16:00:53 [2019-07-19T20:00:53.742Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openProjectElement(TmfOpenTraceHelper.java:340) 16:00:53 [2019-07-19T20:00:53.742Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.access$1(TmfOpenTraceHelper.java:337) 16:00:53 [2019-07-19T20:00:53.742Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper$OpenProjectElementJob.run(TmfOpenTraceHelper.java:454) 16:00:53 [2019-07-19T20:00:53.742Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) 16:00:53 [2019-07-19T20:00:53.742Z] Caused by: NoViableAltException(14@[]) 16:00:53 [2019-07-19T20:00:53.742Z] at org.eclipse.tracecompass.ctf.parser.CTFParser.postfixExpression(CTFParser.java:1251) 16:00:53 [2019-07-19T20:00:53.742Z] at org.eclipse.tracecompass.ctf.parser.CTFParser.unaryExpression(CTFParser.java:1431) 16:00:53 [2019-07-19T20:00:53.742Z] at org.eclipse.tracecompass.ctf.parser.CTFParser.directDeclaratorLength(CTFParser.java:5965) 16:00:53 [2019-07-19T20:00:53.742Z] at org.eclipse.tracecompass.ctf.parser.CTFParser.directDeclaratorSuffix(CTFParser.java:5882) 16:00:53 [2019-07-19T20:00:53.742Z] at org.eclipse.tracecompass.ctf.parser.CTFParser.directDeclarator(CTFParser.java:5814) 16:00:53 [2019-07-19T20:00:53.742Z] at org.eclipse.tracecompass.ctf.parser.CTFParser.declarator(CTFParser.java:5700) 16:00:53 [2019-07-19T20:00:53.742Z] at org.eclipse.tracecompass.ctf.parser.CTFParser.declaratorList(CTFParser.java:2032) 16:00:53 [2019-07-19T20:00:53.742Z] at org.eclipse.tracecompass.ctf.parser.CTFParser.declaration(CTFParser.java:1721) 16:00:53 [2019-07-19T20:00:53.742Z] at org.eclipse.tracecompass.ctf.parser.CTFParser.parse(CTFParser.java:348) 16:00:53 [2019-07-19T20:00:53.742Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.createAST(Metadata.java:303) 16:00:53 [2019-07-19T20:00:53.742Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.readMetaDataText(Metadata.java:253) 16:00:53 [2019-07-19T20:00:53.742Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:165) 16:00:53 [2019-07-19T20:00:53.742Z] ... 9 more 16:00:54 [2019-07-19T20:00:54.673Z] DEBUG - matched Shell with text "Open Trace", using matcher: with text 'Open Trace' 16:00:54 [2019-07-19T20:00:54.673Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Open Trace} time=198358595 data=null doit=true} to Shell with text {Open Trace} 16:00:54 [2019-07-19T20:00:54.673Z] DEBUG - matched Label with text "", using matcher: of type 'Label' 16:00:54 [2019-07-19T20:00:54.673Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') 16:00:54 [2019-07-19T20:00:54.673Z] DEBUG - matched Label with text "Error initializing t...", using matcher: of type 'Label' 16:00:54 [2019-07-19T20:00:54.673Z] DEBUG - matched Label with text "Error initializing t...", using matcher: (of type 'Label') 16:00:54 [2019-07-19T20:00:54.673Z] DEBUG - matched Label with text "", using matcher: of type 'Label' 16:00:54 [2019-07-19T20:00:54.673Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') 16:00:54 [2019-07-19T20:00:54.673Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:00:54 [2019-07-19T20:00:54.673Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:00:54 [2019-07-19T20:00:54.673Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 16:00:54 [2019-07-19T20:00:54.673Z] DEBUG - Clicking on OK 16:00:54 [2019-07-19T20:00:54.673Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=198358598 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:00:54 [2019-07-19T20:00:54.673Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=198358598 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:00:54 [2019-07-19T20:00:54.673Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=198358598 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') 16:00:54 [2019-07-19T20:00:54.673Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=198358598 data=null} to (of type 'Button' and with style 'SWT.PUSH') 16:00:54 [2019-07-19T20:00:54.673Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=198358599 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:00:54 [2019-07-19T20:00:54.673Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=198358599 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:00:54 [2019-07-19T20:00:54.673Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=198358599 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') 16:00:54 [2019-07-19T20:00:54.673Z] DEBUG - Clicked on 16:00:54 [2019-07-19T20:00:54.673Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:00:54 [2019-07-19T20:00:54.930Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:00:54 [2019-07-19T20:00:54.930Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:00:54 [2019-07-19T20:00:54.930Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:00:54 [2019-07-19T20:00:54.930Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:00:54 [2019-07-19T20:00:54.930Z] DEBUG - Attempting to set focus on Tree with text {} 16:00:54 [2019-07-19T20:00:54.930Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198358932 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} 16:00:54 [2019-07-19T20:00:54.930Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=198358932 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:00:54 [2019-07-19T20:00:54.930Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=198358932 data=null} to TreeItem with text {TestInvalidCtfTraces} 16:00:54 [2019-07-19T20:00:54.930Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198358933 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:00:54 [2019-07-19T20:00:54.930Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198358933 data=null item=TreeItem {TestInvalidCtfTraces} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:00:54 [2019-07-19T20:00:54.930Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198358964 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:00:54 [2019-07-19T20:00:54.930Z] DEBUG - Attempting to set focus on Tree with text {} 16:00:54 [2019-07-19T20:00:54.930Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198358966 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} 16:00:54 [2019-07-19T20:00:54.930Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=198358966 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:00:54 [2019-07-19T20:00:54.930Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=198358966 data=null} to TreeItem with text {TestInvalidCtfTraces} 16:00:54 [2019-07-19T20:00:54.930Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198358967 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:00:54 [2019-07-19T20:00:54.930Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198358967 data=null item=TreeItem {TestInvalidCtfTraces} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:00:54 [2019-07-19T20:00:54.930Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198358982 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:00:54 [2019-07-19T20:00:54.930Z] WARN - Tree item TreeItem with text {TestInvalidCtfTraces} is already expanded. Won't expand it again. 16:00:54 [2019-07-19T20:00:54.930Z] DEBUG - Attempting to set focus on Tree with text {} 16:00:54 [2019-07-19T20:00:54.930Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=198359030 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 16:00:54 [2019-07-19T20:00:54.930Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=198359030 data=null doit=true} to TreeItem with text {Traces [1]} 16:00:54 [2019-07-19T20:00:54.930Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=198359030 data=null} to TreeItem with text {Traces [1]} 16:00:54 [2019-07-19T20:00:54.930Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=198359031 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:00:54 [2019-07-19T20:00:54.930Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198359031 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 16:00:54 [2019-07-19T20:00:54.930Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=198359058 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:00:55 [2019-07-19T20:00:55.187Z] 16:00:55 [2019-07-19T20:00:55.187Z] !ENTRY org.eclipse.tracecompass.tmf.ui 4 0 2019-07-19 20:00:55.088 16:00:55 [2019-07-19T20:00:55.187Z] !MESSAGE Error initializing trace. 16:00:55 [2019-07-19T20:00:55.187Z] 16:00:55 [2019-07-19T20:00:55.187Z] org.eclipse.tracecompass.tmf.core.exceptions.TmfTraceException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Is not an integer: x 16:00:55 [2019-07-19T20:00:55.187Z] !STACK 0 16:00:55 [2019-07-19T20:00:55.187Z] org.eclipse.tracecompass.ctf.core.CTFException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Is not an integer: x 16:00:55 [2019-07-19T20:00:55.187Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:170) 16:00:55 [2019-07-19T20:00:55.187Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:189) 16:00:55 [2019-07-19T20:00:55.187Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:164) 16:00:55 [2019-07-19T20:00:55.187Z] at org.eclipse.tracecompass.tmf.ctf.core.trace.CtfTmfTrace.initTrace(CtfTmfTrace.java:225) 16:00:55 [2019-07-19T20:00:55.187Z] at org.eclipse.tracecompass.tmf.core.trace.TmfTrace.initTrace(TmfTrace.java:225) 16:00:55 [2019-07-19T20:00:55.187Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openTraceElement(TmfOpenTraceHelper.java:281) 16:00:55 [2019-07-19T20:00:55.187Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openProjectElement(TmfOpenTraceHelper.java:340) 16:00:55 [2019-07-19T20:00:55.188Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.access$1(TmfOpenTraceHelper.java:337) 16:00:55 [2019-07-19T20:00:55.188Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper$OpenProjectElementJob.run(TmfOpenTraceHelper.java:454) 16:00:55 [2019-07-19T20:00:55.188Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) 16:00:55 [2019-07-19T20:00:55.188Z] Caused by: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Is not an integer: x 16:00:55 [2019-07-19T20:00:55.188Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeDeclaratorParser.isSignedIntegerField(TypeDeclaratorParser.java:236) 16:00:55 [2019-07-19T20:00:55.188Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeDeclaratorParser.parse(TypeDeclaratorParser.java:173) 16:00:55 [2019-07-19T20:00:55.188Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypedefParser.parse(TypedefParser.java:99) 16:00:55 [2019-07-19T20:00:55.188Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRootDeclaration(IOStructGen.java:282) 16:00:55 [2019-07-19T20:00:55.188Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRoot(IOStructGen.java:143) 16:00:55 [2019-07-19T20:00:55.188Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.generate(IOStructGen.java:95) 16:00:55 [2019-07-19T20:00:55.188Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.readMetaDataText(Metadata.java:257) 16:00:55 [2019-07-19T20:00:55.188Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:165) 16:00:55 [2019-07-19T20:00:55.188Z] ... 9 more 16:00:55 [2019-07-19T20:00:55.752Z] DEBUG - matched Shell with text "Open Trace", using matcher: with text 'Open Trace' 16:00:55 [2019-07-19T20:00:55.752Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Open Trace} time=198359844 data=null doit=true} to Shell with text {Open Trace} 16:00:55 [2019-07-19T20:00:55.752Z] DEBUG - matched Label with text "", using matcher: of type 'Label' 16:00:55 [2019-07-19T20:00:55.752Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') 16:00:55 [2019-07-19T20:00:55.752Z] DEBUG - matched Label with text "Error initializing t...", using matcher: of type 'Label' 16:00:55 [2019-07-19T20:00:55.752Z] DEBUG - matched Label with text "Error initializing t...", using matcher: (of type 'Label') 16:00:55 [2019-07-19T20:00:55.752Z] DEBUG - matched Label with text "", using matcher: of type 'Label' 16:00:55 [2019-07-19T20:00:55.752Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') 16:00:55 [2019-07-19T20:00:55.752Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:00:55 [2019-07-19T20:00:55.752Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:00:55 [2019-07-19T20:00:55.752Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 16:00:55 [2019-07-19T20:00:55.752Z] DEBUG - Clicking on OK 16:00:55 [2019-07-19T20:00:55.752Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=198359846 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:00:55 [2019-07-19T20:00:55.752Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=198359847 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:00:55 [2019-07-19T20:00:55.752Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=198359847 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') 16:00:55 [2019-07-19T20:00:55.752Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=198359847 data=null} to (of type 'Button' and with style 'SWT.PUSH') 16:00:55 [2019-07-19T20:00:55.752Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=198359847 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:00:55 [2019-07-19T20:00:55.752Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=198359848 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:00:55 [2019-07-19T20:00:55.752Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=198359848 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') 16:00:56 [2019-07-19T20:00:56.009Z] DEBUG - Clicked on 16:00:56 [2019-07-19T20:00:56.009Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:00:56 [2019-07-19T20:00:56.266Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:00:56 [2019-07-19T20:00:56.266Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:00:56 [2019-07-19T20:00:56.266Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:00:56 [2019-07-19T20:00:56.266Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:00:56 [2019-07-19T20:00:56.266Z] DEBUG - Attempting to set focus on Tree with text {} 16:00:56 [2019-07-19T20:00:56.266Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198360329 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} 16:00:56 [2019-07-19T20:00:56.266Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=198360330 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:00:56 [2019-07-19T20:00:56.266Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=198360330 data=null} to TreeItem with text {TestInvalidCtfTraces} 16:00:56 [2019-07-19T20:00:56.266Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198360330 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:00:56 [2019-07-19T20:00:56.266Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198360331 data=null item=TreeItem {TestInvalidCtfTraces} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:00:56 [2019-07-19T20:00:56.266Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198360363 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:00:56 [2019-07-19T20:00:56.266Z] DEBUG - Attempting to set focus on Tree with text {} 16:00:56 [2019-07-19T20:00:56.266Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198360427 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} 16:00:56 [2019-07-19T20:00:56.267Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=198360427 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:00:56 [2019-07-19T20:00:56.267Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=198360428 data=null} to TreeItem with text {TestInvalidCtfTraces} 16:00:56 [2019-07-19T20:00:56.267Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198360428 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:00:56 [2019-07-19T20:00:56.267Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198360429 data=null item=TreeItem {TestInvalidCtfTraces} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:00:56 [2019-07-19T20:00:56.267Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198360438 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:00:56 [2019-07-19T20:00:56.267Z] WARN - Tree item TreeItem with text {TestInvalidCtfTraces} is already expanded. Won't expand it again. 16:00:56 [2019-07-19T20:00:56.267Z] DEBUG - Attempting to set focus on Tree with text {} 16:00:56 [2019-07-19T20:00:56.267Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=198360440 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 16:00:56 [2019-07-19T20:00:56.267Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=198360440 data=null doit=true} to TreeItem with text {Traces [1]} 16:00:56 [2019-07-19T20:00:56.267Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=198360440 data=null} to TreeItem with text {Traces [1]} 16:00:56 [2019-07-19T20:00:56.267Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=198360440 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:00:56 [2019-07-19T20:00:56.267Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198360441 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 16:00:56 [2019-07-19T20:00:56.267Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=198360460 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:00:56 [2019-07-19T20:00:56.831Z] 16:00:56 [2019-07-19T20:00:56.831Z] !ENTRY org.eclipse.tracecompass.tmf.ui 4 0 2019-07-19 20:00:56.609 16:00:56 [2019-07-19T20:00:56.831Z] !MESSAGE Error initializing trace. 16:00:56 [2019-07-19T20:00:56.831Z] 16:00:56 [2019-07-19T20:00:56.831Z] org.eclipse.tracecompass.tmf.core.exceptions.TmfTraceException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Is not an integer: uint32_t 16:00:56 [2019-07-19T20:00:56.831Z] !STACK 0 16:00:56 [2019-07-19T20:00:56.831Z] org.eclipse.tracecompass.ctf.core.CTFException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Is not an integer: uint32_t 16:00:56 [2019-07-19T20:00:56.831Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:170) 16:00:56 [2019-07-19T20:00:56.831Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:189) 16:00:56 [2019-07-19T20:00:56.831Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:164) 16:00:56 [2019-07-19T20:00:56.831Z] at org.eclipse.tracecompass.tmf.ctf.core.trace.CtfTmfTrace.initTrace(CtfTmfTrace.java:225) 16:00:56 [2019-07-19T20:00:56.831Z] at org.eclipse.tracecompass.tmf.core.trace.TmfTrace.initTrace(TmfTrace.java:225) 16:00:56 [2019-07-19T20:00:56.831Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openTraceElement(TmfOpenTraceHelper.java:281) 16:00:56 [2019-07-19T20:00:56.831Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openProjectElement(TmfOpenTraceHelper.java:340) 16:00:56 [2019-07-19T20:00:56.831Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.access$1(TmfOpenTraceHelper.java:337) 16:00:56 [2019-07-19T20:00:56.831Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper$OpenProjectElementJob.run(TmfOpenTraceHelper.java:454) 16:00:56 [2019-07-19T20:00:56.831Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) 16:00:56 [2019-07-19T20:00:56.831Z] Caused by: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Is not an integer: uint32_t 16:00:56 [2019-07-19T20:00:56.831Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeDeclaratorParser.isSignedIntegerField(TypeDeclaratorParser.java:236) 16:00:56 [2019-07-19T20:00:56.831Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeDeclaratorParser.parse(TypeDeclaratorParser.java:173) 16:00:56 [2019-07-19T20:00:56.831Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.struct.StructDeclarationParser.parse(StructDeclarationParser.java:112) 16:00:56 [2019-07-19T20:00:56.831Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.struct.StructBodyParser.parse(StructBodyParser.java:150) 16:00:56 [2019-07-19T20:00:56.831Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.struct.StructParser.parse(StructParser.java:224) 16:00:56 [2019-07-19T20:00:56.831Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeSpecifierListParser.parse(TypeSpecifierListParser.java:129) 16:00:56 [2019-07-19T20:00:56.831Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.event.EventDeclarationParser.parse(EventDeclarationParser.java:171) 16:00:56 [2019-07-19T20:00:56.831Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.event.EventParser.parse(EventParser.java:121) 16:00:56 [2019-07-19T20:00:56.831Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseEvents(IOStructGen.java:187) 16:00:56 [2019-07-19T20:00:56.831Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRoot(IOStructGen.java:177) 16:00:56 [2019-07-19T20:00:56.831Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.generate(IOStructGen.java:95) 16:00:56 [2019-07-19T20:00:56.831Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.readMetaDataText(Metadata.java:257) 16:00:56 [2019-07-19T20:00:56.831Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:165) 16:00:56 [2019-07-19T20:00:56.831Z] ... 9 more 16:00:57 [2019-07-19T20:00:57.396Z] DEBUG - matched Shell with text "Open Trace", using matcher: with text 'Open Trace' 16:00:57 [2019-07-19T20:00:57.396Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Open Trace} time=198361588 data=null doit=true} to Shell with text {Open Trace} 16:00:57 [2019-07-19T20:00:57.396Z] DEBUG - matched Label with text "", using matcher: of type 'Label' 16:00:57 [2019-07-19T20:00:57.396Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') 16:00:57 [2019-07-19T20:00:57.396Z] DEBUG - matched Label with text "Error initializing t...", using matcher: of type 'Label' 16:00:57 [2019-07-19T20:00:57.396Z] DEBUG - matched Label with text "Error initializing t...", using matcher: (of type 'Label') 16:00:57 [2019-07-19T20:00:57.396Z] DEBUG - matched Label with text "", using matcher: of type 'Label' 16:00:57 [2019-07-19T20:00:57.396Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') 16:00:57 [2019-07-19T20:00:57.396Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:00:57 [2019-07-19T20:00:57.396Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:00:57 [2019-07-19T20:00:57.396Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 16:00:57 [2019-07-19T20:00:57.396Z] DEBUG - Clicking on OK 16:00:57 [2019-07-19T20:00:57.396Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=198361591 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:00:57 [2019-07-19T20:00:57.396Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=198361591 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:00:57 [2019-07-19T20:00:57.396Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=198361591 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') 16:00:57 [2019-07-19T20:00:57.396Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=198361591 data=null} to (of type 'Button' and with style 'SWT.PUSH') 16:00:57 [2019-07-19T20:00:57.396Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=198361591 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:00:57 [2019-07-19T20:00:57.396Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=198361592 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:00:57 [2019-07-19T20:00:57.396Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=198361592 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') 16:00:57 [2019-07-19T20:00:57.656Z] DEBUG - Clicked on 16:00:57 [2019-07-19T20:00:57.979Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:00:57 [2019-07-19T20:00:57.979Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:00:57 [2019-07-19T20:00:57.979Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:00:57 [2019-07-19T20:00:57.979Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:00:57 [2019-07-19T20:00:57.979Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:00:57 [2019-07-19T20:00:57.979Z] DEBUG - Attempting to set focus on Tree with text {} 16:00:57 [2019-07-19T20:00:57.979Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198362056 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} 16:00:57 [2019-07-19T20:00:57.979Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=198362056 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:00:57 [2019-07-19T20:00:57.979Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=198362056 data=null} to TreeItem with text {TestInvalidCtfTraces} 16:00:57 [2019-07-19T20:00:57.979Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198362057 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:00:57 [2019-07-19T20:00:57.979Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198362057 data=null item=TreeItem {TestInvalidCtfTraces} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:00:57 [2019-07-19T20:00:57.979Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198362139 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:00:57 [2019-07-19T20:00:57.979Z] DEBUG - Attempting to set focus on Tree with text {} 16:00:57 [2019-07-19T20:00:57.979Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198362141 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} 16:00:57 [2019-07-19T20:00:57.979Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=198362141 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:00:57 [2019-07-19T20:00:57.979Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=198362141 data=null} to TreeItem with text {TestInvalidCtfTraces} 16:00:57 [2019-07-19T20:00:57.979Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198362142 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:00:57 [2019-07-19T20:00:57.979Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198362142 data=null item=TreeItem {TestInvalidCtfTraces} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:00:57 [2019-07-19T20:00:57.979Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198362160 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:00:57 [2019-07-19T20:00:57.979Z] WARN - Tree item TreeItem with text {TestInvalidCtfTraces} is already expanded. Won't expand it again. 16:00:57 [2019-07-19T20:00:57.979Z] DEBUG - Attempting to set focus on Tree with text {} 16:00:57 [2019-07-19T20:00:57.979Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=198362162 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 16:00:57 [2019-07-19T20:00:57.979Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=198362162 data=null doit=true} to TreeItem with text {Traces [1]} 16:00:57 [2019-07-19T20:00:57.979Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=198362162 data=null} to TreeItem with text {Traces [1]} 16:00:57 [2019-07-19T20:00:57.979Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=198362162 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:00:57 [2019-07-19T20:00:57.979Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198362163 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 16:00:58 [2019-07-19T20:00:58.237Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=198362239 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:00:58 [2019-07-19T20:00:58.495Z] 16:00:58 [2019-07-19T20:00:58.495Z] !ENTRY org.eclipse.tracecompass.tmf.ui 4 0 2019-07-19 20:00:58.296 16:00:58 [2019-07-19T20:00:58.495Z] !MESSAGE Error initializing trace. 16:00:58 [2019-07-19T20:00:58.495Z] 16:00:58 [2019-07-19T20:00:58.495Z] org.eclipse.tracecompass.tmf.core.exceptions.TmfTraceException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Is not an integer: uint32_t 16:00:58 [2019-07-19T20:00:58.495Z] !STACK 0 16:00:58 [2019-07-19T20:00:58.495Z] org.eclipse.tracecompass.ctf.core.CTFException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Is not an integer: uint32_t 16:00:58 [2019-07-19T20:00:58.495Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:170) 16:00:58 [2019-07-19T20:00:58.495Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:189) 16:00:58 [2019-07-19T20:00:58.495Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:164) 16:00:58 [2019-07-19T20:00:58.495Z] at org.eclipse.tracecompass.tmf.ctf.core.trace.CtfTmfTrace.initTrace(CtfTmfTrace.java:225) 16:00:58 [2019-07-19T20:00:58.495Z] at org.eclipse.tracecompass.tmf.core.trace.TmfTrace.initTrace(TmfTrace.java:225) 16:00:58 [2019-07-19T20:00:58.495Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openTraceElement(TmfOpenTraceHelper.java:281) 16:00:58 [2019-07-19T20:00:58.495Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openProjectElement(TmfOpenTraceHelper.java:340) 16:00:58 [2019-07-19T20:00:58.495Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.access$1(TmfOpenTraceHelper.java:337) 16:00:58 [2019-07-19T20:00:58.495Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper$OpenProjectElementJob.run(TmfOpenTraceHelper.java:454) 16:00:58 [2019-07-19T20:00:58.495Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) 16:00:58 [2019-07-19T20:00:58.495Z] Caused by: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Is not an integer: uint32_t 16:00:58 [2019-07-19T20:00:58.495Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeDeclaratorParser.isSignedIntegerField(TypeDeclaratorParser.java:236) 16:00:58 [2019-07-19T20:00:58.495Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeDeclaratorParser.parse(TypeDeclaratorParser.java:173) 16:00:58 [2019-07-19T20:00:58.495Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypedefParser.parse(TypedefParser.java:99) 16:00:58 [2019-07-19T20:00:58.495Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRootDeclaration(IOStructGen.java:282) 16:00:58 [2019-07-19T20:00:58.495Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRoot(IOStructGen.java:143) 16:00:58 [2019-07-19T20:00:58.495Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.generate(IOStructGen.java:95) 16:00:58 [2019-07-19T20:00:58.495Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.readMetaDataText(Metadata.java:257) 16:00:58 [2019-07-19T20:00:58.495Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:165) 16:00:58 [2019-07-19T20:00:58.495Z] ... 9 more 16:00:59 [2019-07-19T20:00:59.060Z] DEBUG - matched Shell with text "Open Trace", using matcher: with text 'Open Trace' 16:00:59 [2019-07-19T20:00:59.060Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Open Trace} time=198363253 data=null doit=true} to Shell with text {Open Trace} 16:00:59 [2019-07-19T20:00:59.060Z] DEBUG - matched Label with text "", using matcher: of type 'Label' 16:00:59 [2019-07-19T20:00:59.060Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') 16:00:59 [2019-07-19T20:00:59.060Z] DEBUG - matched Label with text "Error initializing t...", using matcher: of type 'Label' 16:00:59 [2019-07-19T20:00:59.060Z] DEBUG - matched Label with text "Error initializing t...", using matcher: (of type 'Label') 16:00:59 [2019-07-19T20:00:59.060Z] DEBUG - matched Label with text "", using matcher: of type 'Label' 16:00:59 [2019-07-19T20:00:59.060Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') 16:00:59 [2019-07-19T20:00:59.060Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:00:59 [2019-07-19T20:00:59.060Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:00:59 [2019-07-19T20:00:59.060Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 16:00:59 [2019-07-19T20:00:59.060Z] DEBUG - Clicking on OK 16:00:59 [2019-07-19T20:00:59.060Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=198363256 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:00:59 [2019-07-19T20:00:59.060Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=198363256 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:00:59 [2019-07-19T20:00:59.060Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=198363256 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') 16:00:59 [2019-07-19T20:00:59.060Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=198363257 data=null} to (of type 'Button' and with style 'SWT.PUSH') 16:00:59 [2019-07-19T20:00:59.060Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=198363257 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:00:59 [2019-07-19T20:00:59.060Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=198363257 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:00:59 [2019-07-19T20:00:59.060Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=198363257 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') 16:00:59 [2019-07-19T20:00:59.318Z] DEBUG - Clicked on 16:00:59 [2019-07-19T20:00:59.575Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:00:59 [2019-07-19T20:00:59.575Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:00:59 [2019-07-19T20:00:59.575Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:00:59 [2019-07-19T20:00:59.575Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:00:59 [2019-07-19T20:00:59.575Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:00:59 [2019-07-19T20:00:59.575Z] DEBUG - Attempting to set focus on Tree with text {} 16:00:59 [2019-07-19T20:00:59.575Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198363727 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} 16:00:59 [2019-07-19T20:00:59.575Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=198363728 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:00:59 [2019-07-19T20:00:59.575Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=198363728 data=null} to TreeItem with text {TestInvalidCtfTraces} 16:00:59 [2019-07-19T20:00:59.575Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198363729 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:00:59 [2019-07-19T20:00:59.575Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198363729 data=null item=TreeItem {TestInvalidCtfTraces} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:00:59 [2019-07-19T20:00:59.575Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198363760 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:00:59 [2019-07-19T20:00:59.575Z] DEBUG - Attempting to set focus on Tree with text {} 16:00:59 [2019-07-19T20:00:59.575Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198363763 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} 16:00:59 [2019-07-19T20:00:59.575Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=198363763 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:00:59 [2019-07-19T20:00:59.575Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=198363763 data=null} to TreeItem with text {TestInvalidCtfTraces} 16:00:59 [2019-07-19T20:00:59.575Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198363764 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:00:59 [2019-07-19T20:00:59.575Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198363764 data=null item=TreeItem {TestInvalidCtfTraces} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:00:59 [2019-07-19T20:00:59.833Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198363774 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:00:59 [2019-07-19T20:00:59.833Z] WARN - Tree item TreeItem with text {TestInvalidCtfTraces} is already expanded. Won't expand it again. 16:00:59 [2019-07-19T20:00:59.833Z] DEBUG - Attempting to set focus on Tree with text {} 16:00:59 [2019-07-19T20:00:59.833Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=198363833 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 16:00:59 [2019-07-19T20:00:59.833Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=198363833 data=null doit=true} to TreeItem with text {Traces [1]} 16:00:59 [2019-07-19T20:00:59.833Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=198363833 data=null} to TreeItem with text {Traces [1]} 16:00:59 [2019-07-19T20:00:59.833Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=198363834 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:00:59 [2019-07-19T20:00:59.833Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198363834 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 16:00:59 [2019-07-19T20:00:59.833Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=198363861 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:01:00 [2019-07-19T20:01:00.090Z] 16:01:00 [2019-07-19T20:01:00.090Z] !ENTRY org.eclipse.tracecompass.tmf.ui 4 0 2019-07-19 20:00:59.914 16:01:00 [2019-07-19T20:01:00.090Z] !MESSAGE Error initializing trace. 16:01:00 [2019-07-19T20:01:00.090Z] 16:01:00 [2019-07-19T20:01:00.090Z] org.eclipse.tracecompass.tmf.core.exceptions.TmfTraceException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid value for encoding 16:01:00 [2019-07-19T20:01:00.090Z] !STACK 0 16:01:00 [2019-07-19T20:01:00.090Z] org.eclipse.tracecompass.ctf.core.CTFException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid value for encoding 16:01:00 [2019-07-19T20:01:00.090Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:170) 16:01:00 [2019-07-19T20:01:00.090Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:189) 16:01:00 [2019-07-19T20:01:00.090Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:164) 16:01:00 [2019-07-19T20:01:00.090Z] at org.eclipse.tracecompass.tmf.ctf.core.trace.CtfTmfTrace.initTrace(CtfTmfTrace.java:225) 16:01:00 [2019-07-19T20:01:00.090Z] at org.eclipse.tracecompass.tmf.core.trace.TmfTrace.initTrace(TmfTrace.java:225) 16:01:00 [2019-07-19T20:01:00.090Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openTraceElement(TmfOpenTraceHelper.java:281) 16:01:00 [2019-07-19T20:01:00.090Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openProjectElement(TmfOpenTraceHelper.java:340) 16:01:00 [2019-07-19T20:01:00.090Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.access$1(TmfOpenTraceHelper.java:337) 16:01:00 [2019-07-19T20:01:00.090Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper$OpenProjectElementJob.run(TmfOpenTraceHelper.java:454) 16:01:00 [2019-07-19T20:01:00.090Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) 16:01:00 [2019-07-19T20:01:00.090Z] Caused by: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid value for encoding 16:01:00 [2019-07-19T20:01:00.090Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.string.EncodingParser.parse(EncodingParser.java:61) 16:01:00 [2019-07-19T20:01:00.090Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.integer.IntegerDeclarationParser.parse(IntegerDeclarationParser.java:179) 16:01:00 [2019-07-19T20:01:00.090Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeSpecifierListParser.parse(TypeSpecifierListParser.java:123) 16:01:00 [2019-07-19T20:01:00.090Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeDeclaratorParser.parse(TypeDeclaratorParser.java:139) 16:01:00 [2019-07-19T20:01:00.090Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeAliasTargetParser.parse(TypeAliasTargetParser.java:130) 16:01:00 [2019-07-19T20:01:00.090Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeAliasParser.parse(TypeAliasParser.java:96) 16:01:00 [2019-07-19T20:01:00.090Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRootDeclaration(IOStructGen.java:285) 16:01:00 [2019-07-19T20:01:00.090Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRoot(IOStructGen.java:143) 16:01:00 [2019-07-19T20:01:00.090Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.generate(IOStructGen.java:95) 16:01:00 [2019-07-19T20:01:00.090Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.readMetaDataText(Metadata.java:257) 16:01:00 [2019-07-19T20:01:00.090Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:165) 16:01:00 [2019-07-19T20:01:00.090Z] ... 9 more 16:01:01 [2019-07-19T20:01:01.022Z] DEBUG - matched Shell with text "Open Trace", using matcher: with text 'Open Trace' 16:01:01 [2019-07-19T20:01:01.022Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Open Trace} time=198364946 data=null doit=true} to Shell with text {Open Trace} 16:01:01 [2019-07-19T20:01:01.022Z] DEBUG - matched Label with text "", using matcher: of type 'Label' 16:01:01 [2019-07-19T20:01:01.022Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') 16:01:01 [2019-07-19T20:01:01.022Z] DEBUG - matched Label with text "Error initializing t...", using matcher: of type 'Label' 16:01:01 [2019-07-19T20:01:01.022Z] DEBUG - matched Label with text "Error initializing t...", using matcher: (of type 'Label') 16:01:01 [2019-07-19T20:01:01.022Z] DEBUG - matched Label with text "", using matcher: of type 'Label' 16:01:01 [2019-07-19T20:01:01.022Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') 16:01:01 [2019-07-19T20:01:01.022Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:01:01 [2019-07-19T20:01:01.022Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:01:01 [2019-07-19T20:01:01.022Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 16:01:01 [2019-07-19T20:01:01.022Z] DEBUG - Clicking on OK 16:01:01 [2019-07-19T20:01:01.022Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=198364948 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:01:01 [2019-07-19T20:01:01.022Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=198364948 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:01:01 [2019-07-19T20:01:01.022Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=198364949 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') 16:01:01 [2019-07-19T20:01:01.022Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=198364949 data=null} to (of type 'Button' and with style 'SWT.PUSH') 16:01:01 [2019-07-19T20:01:01.022Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=198364949 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:01:01 [2019-07-19T20:01:01.022Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=198364949 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:01:01 [2019-07-19T20:01:01.022Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=198364949 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') 16:01:01 [2019-07-19T20:01:01.022Z] DEBUG - Clicked on 16:01:01 [2019-07-19T20:01:01.279Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:01:01 [2019-07-19T20:01:01.279Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:01:01 [2019-07-19T20:01:01.279Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:01:01 [2019-07-19T20:01:01.279Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:01:01 [2019-07-19T20:01:01.279Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:01:01 [2019-07-19T20:01:01.279Z] DEBUG - Attempting to set focus on Tree with text {} 16:01:01 [2019-07-19T20:01:01.279Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198365336 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} 16:01:01 [2019-07-19T20:01:01.279Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=198365336 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:01:01 [2019-07-19T20:01:01.279Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=198365336 data=null} to TreeItem with text {TestInvalidCtfTraces} 16:01:01 [2019-07-19T20:01:01.279Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198365337 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:01:01 [2019-07-19T20:01:01.279Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198365337 data=null item=TreeItem {TestInvalidCtfTraces} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:01:01 [2019-07-19T20:01:01.279Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198365362 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:01:01 [2019-07-19T20:01:01.279Z] DEBUG - Attempting to set focus on Tree with text {} 16:01:01 [2019-07-19T20:01:01.279Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198365363 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} 16:01:01 [2019-07-19T20:01:01.279Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=198365363 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:01:01 [2019-07-19T20:01:01.279Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=198365370 data=null} to TreeItem with text {TestInvalidCtfTraces} 16:01:01 [2019-07-19T20:01:01.279Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198365370 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:01:01 [2019-07-19T20:01:01.279Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198365370 data=null item=TreeItem {TestInvalidCtfTraces} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:01:01 [2019-07-19T20:01:01.279Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198365380 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:01:01 [2019-07-19T20:01:01.279Z] WARN - Tree item TreeItem with text {TestInvalidCtfTraces} is already expanded. Won't expand it again. 16:01:01 [2019-07-19T20:01:01.279Z] DEBUG - Attempting to set focus on Tree with text {} 16:01:01 [2019-07-19T20:01:01.279Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=198365429 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 16:01:01 [2019-07-19T20:01:01.279Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=198365429 data=null doit=true} to TreeItem with text {Traces [1]} 16:01:01 [2019-07-19T20:01:01.279Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=198365430 data=null} to TreeItem with text {Traces [1]} 16:01:01 [2019-07-19T20:01:01.279Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=198365430 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:01:01 [2019-07-19T20:01:01.279Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198365430 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 16:01:01 [2019-07-19T20:01:01.279Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=198365443 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:01:01 [2019-07-19T20:01:01.536Z] 16:01:01 [2019-07-19T20:01:01.536Z] !ENTRY org.eclipse.tracecompass.tmf.ui 4 0 2019-07-19 20:01:01.477 16:01:01 [2019-07-19T20:01:01.536Z] !MESSAGE Error initializing trace. 16:01:01 [2019-07-19T20:01:01.536Z] 16:01:01 [2019-07-19T20:01:01.536Z] org.eclipse.tracecompass.tmf.core.exceptions.TmfTraceException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid value for encoding 16:01:01 [2019-07-19T20:01:01.536Z] !STACK 0 16:01:01 [2019-07-19T20:01:01.536Z] org.eclipse.tracecompass.ctf.core.CTFException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid value for encoding 16:01:01 [2019-07-19T20:01:01.536Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:170) 16:01:01 [2019-07-19T20:01:01.536Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:189) 16:01:01 [2019-07-19T20:01:01.536Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:164) 16:01:01 [2019-07-19T20:01:01.536Z] at org.eclipse.tracecompass.tmf.ctf.core.trace.CtfTmfTrace.initTrace(CtfTmfTrace.java:225) 16:01:01 [2019-07-19T20:01:01.536Z] at org.eclipse.tracecompass.tmf.core.trace.TmfTrace.initTrace(TmfTrace.java:225) 16:01:01 [2019-07-19T20:01:01.536Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openTraceElement(TmfOpenTraceHelper.java:281) 16:01:01 [2019-07-19T20:01:01.536Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openProjectElement(TmfOpenTraceHelper.java:340) 16:01:01 [2019-07-19T20:01:01.536Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.access$1(TmfOpenTraceHelper.java:337) 16:01:01 [2019-07-19T20:01:01.536Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper$OpenProjectElementJob.run(TmfOpenTraceHelper.java:454) 16:01:01 [2019-07-19T20:01:01.536Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) 16:01:01 [2019-07-19T20:01:01.536Z] Caused by: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid value for encoding 16:01:01 [2019-07-19T20:01:01.536Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.string.EncodingParser.parse(EncodingParser.java:58) 16:01:01 [2019-07-19T20:01:01.536Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.integer.IntegerDeclarationParser.parse(IntegerDeclarationParser.java:179) 16:01:01 [2019-07-19T20:01:01.536Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeSpecifierListParser.parse(TypeSpecifierListParser.java:123) 16:01:01 [2019-07-19T20:01:01.536Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeDeclaratorParser.parse(TypeDeclaratorParser.java:139) 16:01:01 [2019-07-19T20:01:01.536Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeAliasTargetParser.parse(TypeAliasTargetParser.java:130) 16:01:01 [2019-07-19T20:01:01.536Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeAliasParser.parse(TypeAliasParser.java:96) 16:01:01 [2019-07-19T20:01:01.536Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRootDeclaration(IOStructGen.java:285) 16:01:01 [2019-07-19T20:01:01.536Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRoot(IOStructGen.java:143) 16:01:01 [2019-07-19T20:01:01.536Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.generate(IOStructGen.java:95) 16:01:01 [2019-07-19T20:01:01.536Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.readMetaDataText(Metadata.java:257) 16:01:01 [2019-07-19T20:01:01.536Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:165) 16:01:01 [2019-07-19T20:01:01.536Z] ... 9 more 16:01:02 [2019-07-19T20:01:02.466Z] DEBUG - matched Shell with text "Open Trace", using matcher: with text 'Open Trace' 16:01:02 [2019-07-19T20:01:02.466Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Open Trace} time=198366447 data=null doit=true} to Shell with text {Open Trace} 16:01:02 [2019-07-19T20:01:02.466Z] DEBUG - matched Label with text "", using matcher: of type 'Label' 16:01:02 [2019-07-19T20:01:02.466Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') 16:01:02 [2019-07-19T20:01:02.466Z] DEBUG - matched Label with text "Error initializing t...", using matcher: of type 'Label' 16:01:02 [2019-07-19T20:01:02.466Z] DEBUG - matched Label with text "Error initializing t...", using matcher: (of type 'Label') 16:01:02 [2019-07-19T20:01:02.466Z] DEBUG - matched Label with text "", using matcher: of type 'Label' 16:01:02 [2019-07-19T20:01:02.466Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') 16:01:02 [2019-07-19T20:01:02.466Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:01:02 [2019-07-19T20:01:02.466Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:01:02 [2019-07-19T20:01:02.466Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 16:01:02 [2019-07-19T20:01:02.466Z] DEBUG - Clicking on OK 16:01:02 [2019-07-19T20:01:02.466Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=198366449 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:01:02 [2019-07-19T20:01:02.466Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=198366449 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:01:02 [2019-07-19T20:01:02.466Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=198366449 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') 16:01:02 [2019-07-19T20:01:02.466Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=198366449 data=null} to (of type 'Button' and with style 'SWT.PUSH') 16:01:02 [2019-07-19T20:01:02.466Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=198366449 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:01:02 [2019-07-19T20:01:02.466Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=198366449 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:01:02 [2019-07-19T20:01:02.466Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=198366449 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') 16:01:02 [2019-07-19T20:01:02.466Z] DEBUG - Clicked on 16:01:02 [2019-07-19T20:01:02.722Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:01:02 [2019-07-19T20:01:02.722Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:01:02 [2019-07-19T20:01:02.722Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:01:02 [2019-07-19T20:01:02.722Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:01:02 [2019-07-19T20:01:02.722Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:01:02 [2019-07-19T20:01:02.722Z] DEBUG - Attempting to set focus on Tree with text {} 16:01:02 [2019-07-19T20:01:02.722Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198366842 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} 16:01:02 [2019-07-19T20:01:02.722Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=198366843 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:01:02 [2019-07-19T20:01:02.722Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=198366843 data=null} to TreeItem with text {TestInvalidCtfTraces} 16:01:02 [2019-07-19T20:01:02.722Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198366843 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:01:02 [2019-07-19T20:01:02.722Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198366843 data=null item=TreeItem {TestInvalidCtfTraces} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:01:02 [2019-07-19T20:01:02.722Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198366926 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:01:02 [2019-07-19T20:01:02.722Z] DEBUG - Attempting to set focus on Tree with text {} 16:01:02 [2019-07-19T20:01:02.722Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198366929 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} 16:01:02 [2019-07-19T20:01:02.722Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=198366929 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:01:02 [2019-07-19T20:01:02.722Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=198366929 data=null} to TreeItem with text {TestInvalidCtfTraces} 16:01:02 [2019-07-19T20:01:02.722Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198366930 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:01:02 [2019-07-19T20:01:02.722Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198366930 data=null item=TreeItem {TestInvalidCtfTraces} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:01:02 [2019-07-19T20:01:02.722Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198366938 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:01:02 [2019-07-19T20:01:02.722Z] WARN - Tree item TreeItem with text {TestInvalidCtfTraces} is already expanded. Won't expand it again. 16:01:02 [2019-07-19T20:01:02.722Z] DEBUG - Attempting to set focus on Tree with text {} 16:01:02 [2019-07-19T20:01:02.722Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=198366940 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 16:01:02 [2019-07-19T20:01:02.722Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=198366940 data=null doit=true} to TreeItem with text {Traces [1]} 16:01:02 [2019-07-19T20:01:02.722Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=198366940 data=null} to TreeItem with text {Traces [1]} 16:01:02 [2019-07-19T20:01:02.722Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=198366941 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:01:02 [2019-07-19T20:01:02.722Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198366941 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 16:01:02 [2019-07-19T20:01:02.980Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=198366972 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:01:03 [2019-07-19T20:01:03.237Z] 16:01:03 [2019-07-19T20:01:03.237Z] !ENTRY org.eclipse.tracecompass.tmf.ui 4 0 2019-07-19 20:01:02.986 16:01:03 [2019-07-19T20:01:03.237Z] !MESSAGE Error initializing trace. 16:01:03 [2019-07-19T20:01:03.237Z] 16:01:03 [2019-07-19T20:01:03.237Z] org.eclipse.tracecompass.tmf.core.exceptions.TmfTraceException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid value for size 16:01:03 [2019-07-19T20:01:03.237Z] !STACK 0 16:01:03 [2019-07-19T20:01:03.237Z] org.eclipse.tracecompass.ctf.core.CTFException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid value for size 16:01:03 [2019-07-19T20:01:03.237Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:170) 16:01:03 [2019-07-19T20:01:03.237Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:189) 16:01:03 [2019-07-19T20:01:03.237Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:164) 16:01:03 [2019-07-19T20:01:03.237Z] at org.eclipse.tracecompass.tmf.ctf.core.trace.CtfTmfTrace.initTrace(CtfTmfTrace.java:225) 16:01:03 [2019-07-19T20:01:03.237Z] at org.eclipse.tracecompass.tmf.core.trace.TmfTrace.initTrace(TmfTrace.java:225) 16:01:03 [2019-07-19T20:01:03.237Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openTraceElement(TmfOpenTraceHelper.java:281) 16:01:03 [2019-07-19T20:01:03.237Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openProjectElement(TmfOpenTraceHelper.java:340) 16:01:03 [2019-07-19T20:01:03.237Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.access$1(TmfOpenTraceHelper.java:337) 16:01:03 [2019-07-19T20:01:03.237Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper$OpenProjectElementJob.run(TmfOpenTraceHelper.java:454) 16:01:03 [2019-07-19T20:01:03.237Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) 16:01:03 [2019-07-19T20:01:03.237Z] Caused by: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid value for size 16:01:03 [2019-07-19T20:01:03.237Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.SizeParser.parse(SizeParser.java:63) 16:01:03 [2019-07-19T20:01:03.237Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.integer.IntegerDeclarationParser.parse(IntegerDeclarationParser.java:170) 16:01:03 [2019-07-19T20:01:03.237Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeSpecifierListParser.parse(TypeSpecifierListParser.java:123) 16:01:03 [2019-07-19T20:01:03.237Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeDeclaratorParser.parse(TypeDeclaratorParser.java:139) 16:01:03 [2019-07-19T20:01:03.237Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeAliasTargetParser.parse(TypeAliasTargetParser.java:130) 16:01:03 [2019-07-19T20:01:03.237Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeAliasParser.parse(TypeAliasParser.java:96) 16:01:03 [2019-07-19T20:01:03.237Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRootDeclaration(IOStructGen.java:285) 16:01:03 [2019-07-19T20:01:03.237Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRoot(IOStructGen.java:143) 16:01:03 [2019-07-19T20:01:03.237Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.generate(IOStructGen.java:95) 16:01:03 [2019-07-19T20:01:03.237Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.readMetaDataText(Metadata.java:257) 16:01:03 [2019-07-19T20:01:03.237Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:165) 16:01:03 [2019-07-19T20:01:03.237Z] ... 9 more 16:01:03 [2019-07-19T20:01:03.802Z] DEBUG - matched Shell with text "Open Trace", using matcher: with text 'Open Trace' 16:01:03 [2019-07-19T20:01:03.802Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Open Trace} time=198367876 data=null doit=true} to Shell with text {Open Trace} 16:01:03 [2019-07-19T20:01:03.802Z] DEBUG - matched Label with text "", using matcher: of type 'Label' 16:01:03 [2019-07-19T20:01:03.802Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') 16:01:03 [2019-07-19T20:01:03.802Z] DEBUG - matched Label with text "Error initializing t...", using matcher: of type 'Label' 16:01:03 [2019-07-19T20:01:03.802Z] DEBUG - matched Label with text "Error initializing t...", using matcher: (of type 'Label') 16:01:03 [2019-07-19T20:01:03.802Z] DEBUG - matched Label with text "", using matcher: of type 'Label' 16:01:03 [2019-07-19T20:01:03.802Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') 16:01:03 [2019-07-19T20:01:03.802Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:01:03 [2019-07-19T20:01:03.802Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:01:03 [2019-07-19T20:01:03.802Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 16:01:03 [2019-07-19T20:01:03.802Z] DEBUG - Clicking on OK 16:01:03 [2019-07-19T20:01:03.802Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=198367878 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:01:03 [2019-07-19T20:01:03.802Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=198367879 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:01:03 [2019-07-19T20:01:03.802Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=198367879 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') 16:01:03 [2019-07-19T20:01:03.802Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=198367879 data=null} to (of type 'Button' and with style 'SWT.PUSH') 16:01:03 [2019-07-19T20:01:03.802Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=198367879 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:01:03 [2019-07-19T20:01:03.802Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=198367879 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:01:03 [2019-07-19T20:01:03.802Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=198367879 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') 16:01:03 [2019-07-19T20:01:03.802Z] DEBUG - Clicked on 16:01:04 [2019-07-19T20:01:04.060Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:01:04 [2019-07-19T20:01:04.060Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:01:04 [2019-07-19T20:01:04.060Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:01:04 [2019-07-19T20:01:04.060Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:01:04 [2019-07-19T20:01:04.060Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:01:04 [2019-07-19T20:01:04.060Z] DEBUG - Attempting to set focus on Tree with text {} 16:01:04 [2019-07-19T20:01:04.060Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198368228 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} 16:01:04 [2019-07-19T20:01:04.060Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=198368228 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:01:04 [2019-07-19T20:01:04.060Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=198368228 data=null} to TreeItem with text {TestInvalidCtfTraces} 16:01:04 [2019-07-19T20:01:04.060Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198368229 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:01:04 [2019-07-19T20:01:04.060Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198368229 data=null item=TreeItem {TestInvalidCtfTraces} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:01:04 [2019-07-19T20:01:04.060Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198368261 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:01:04 [2019-07-19T20:01:04.060Z] DEBUG - Attempting to set focus on Tree with text {} 16:01:04 [2019-07-19T20:01:04.060Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198368262 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} 16:01:04 [2019-07-19T20:01:04.060Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=198368262 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:01:04 [2019-07-19T20:01:04.060Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=198368262 data=null} to TreeItem with text {TestInvalidCtfTraces} 16:01:04 [2019-07-19T20:01:04.060Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198368263 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:01:04 [2019-07-19T20:01:04.060Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198368263 data=null item=TreeItem {TestInvalidCtfTraces} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:01:04 [2019-07-19T20:01:04.060Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198368277 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:01:04 [2019-07-19T20:01:04.060Z] WARN - Tree item TreeItem with text {TestInvalidCtfTraces} is already expanded. Won't expand it again. 16:01:04 [2019-07-19T20:01:04.060Z] DEBUG - Attempting to set focus on Tree with text {} 16:01:04 [2019-07-19T20:01:04.320Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=198368329 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 16:01:04 [2019-07-19T20:01:04.320Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=198368329 data=null doit=true} to TreeItem with text {Traces [1]} 16:01:04 [2019-07-19T20:01:04.320Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=198368329 data=null} to TreeItem with text {Traces [1]} 16:01:04 [2019-07-19T20:01:04.320Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=198368330 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:01:04 [2019-07-19T20:01:04.320Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198368330 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 16:01:04 [2019-07-19T20:01:04.320Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=198368356 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:01:04 [2019-07-19T20:01:04.577Z] 16:01:04 [2019-07-19T20:01:04.577Z] !ENTRY org.eclipse.tracecompass.tmf.ui 4 0 2019-07-19 20:01:04.402 16:01:04 [2019-07-19T20:01:04.577Z] !MESSAGE Error initializing trace. 16:01:04 [2019-07-19T20:01:04.577Z] 16:01:04 [2019-07-19T20:01:04.577Z] org.eclipse.tracecompass.tmf.core.exceptions.TmfTraceException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid integer format: 23452397856348975623897562893746589237465289374658923764598237645897234658723648579236 16:01:04 [2019-07-19T20:01:04.577Z] !STACK 0 16:01:04 [2019-07-19T20:01:04.577Z] org.eclipse.tracecompass.ctf.core.CTFException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid integer format: 23452397856348975623897562893746589237465289374658923764598237645897234658723648579236 16:01:04 [2019-07-19T20:01:04.577Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:170) 16:01:04 [2019-07-19T20:01:04.577Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:189) 16:01:04 [2019-07-19T20:01:04.577Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:164) 16:01:04 [2019-07-19T20:01:04.577Z] at org.eclipse.tracecompass.tmf.ctf.core.trace.CtfTmfTrace.initTrace(CtfTmfTrace.java:225) 16:01:04 [2019-07-19T20:01:04.577Z] at org.eclipse.tracecompass.tmf.core.trace.TmfTrace.initTrace(TmfTrace.java:225) 16:01:04 [2019-07-19T20:01:04.577Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openTraceElement(TmfOpenTraceHelper.java:281) 16:01:04 [2019-07-19T20:01:04.577Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openProjectElement(TmfOpenTraceHelper.java:340) 16:01:04 [2019-07-19T20:01:04.577Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.access$1(TmfOpenTraceHelper.java:337) 16:01:04 [2019-07-19T20:01:04.577Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper$OpenProjectElementJob.run(TmfOpenTraceHelper.java:454) 16:01:04 [2019-07-19T20:01:04.577Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) 16:01:04 [2019-07-19T20:01:04.577Z] Caused by: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid integer format: 23452397856348975623897562893746589237465289374658923764598237645897234658723648579236 16:01:04 [2019-07-19T20:01:04.577Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.UnaryIntegerParser.parse(UnaryIntegerParser.java:56) 16:01:04 [2019-07-19T20:01:04.577Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.trace.VersionNumberParser.parse(VersionNumberParser.java:57) 16:01:04 [2019-07-19T20:01:04.577Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.trace.TraceDeclarationParser.parse(TraceDeclarationParser.java:144) 16:01:04 [2019-07-19T20:01:04.577Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseTrace(IOStructGen.java:251) 16:01:04 [2019-07-19T20:01:04.577Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRoot(IOStructGen.java:150) 16:01:04 [2019-07-19T20:01:04.577Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.generate(IOStructGen.java:95) 16:01:04 [2019-07-19T20:01:04.577Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.readMetaDataText(Metadata.java:257) 16:01:04 [2019-07-19T20:01:04.577Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:165) 16:01:04 [2019-07-19T20:01:04.577Z] ... 9 more 16:01:04 [2019-07-19T20:01:04.577Z] Caused by: java.lang.NumberFormatException: For input string: "23452397856348975623897562893746589237465289374658923764598237645897234658723648579236" 16:01:04 [2019-07-19T20:01:04.577Z] at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) 16:01:04 [2019-07-19T20:01:04.577Z] at java.lang.Long.parseLong(Long.java:592) 16:01:04 [2019-07-19T20:01:04.577Z] at java.lang.Long.valueOf(Long.java:776) 16:01:04 [2019-07-19T20:01:04.577Z] at java.lang.Long.decode(Long.java:928) 16:01:04 [2019-07-19T20:01:04.577Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.UnaryIntegerParser.parse(UnaryIntegerParser.java:54) 16:01:04 [2019-07-19T20:01:04.577Z] ... 16 more 16:01:05 [2019-07-19T20:01:05.142Z] DEBUG - matched Shell with text "Open Trace", using matcher: with text 'Open Trace' 16:01:05 [2019-07-19T20:01:05.142Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Open Trace} time=198369356 data=null doit=true} to Shell with text {Open Trace} 16:01:05 [2019-07-19T20:01:05.142Z] DEBUG - matched Label with text "", using matcher: of type 'Label' 16:01:05 [2019-07-19T20:01:05.142Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') 16:01:05 [2019-07-19T20:01:05.142Z] DEBUG - matched Label with text "Error initializing t...", using matcher: of type 'Label' 16:01:05 [2019-07-19T20:01:05.142Z] DEBUG - matched Label with text "Error initializing t...", using matcher: (of type 'Label') 16:01:05 [2019-07-19T20:01:05.142Z] DEBUG - matched Label with text "", using matcher: of type 'Label' 16:01:05 [2019-07-19T20:01:05.142Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') 16:01:05 [2019-07-19T20:01:05.142Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:01:05 [2019-07-19T20:01:05.142Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:01:05 [2019-07-19T20:01:05.142Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 16:01:05 [2019-07-19T20:01:05.142Z] DEBUG - Clicking on OK 16:01:05 [2019-07-19T20:01:05.142Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=198369358 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:01:05 [2019-07-19T20:01:05.142Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=198369358 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:01:05 [2019-07-19T20:01:05.142Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=198369358 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') 16:01:05 [2019-07-19T20:01:05.142Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=198369358 data=null} to (of type 'Button' and with style 'SWT.PUSH') 16:01:05 [2019-07-19T20:01:05.142Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=198369359 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:01:05 [2019-07-19T20:01:05.142Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=198369359 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:01:05 [2019-07-19T20:01:05.142Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=198369359 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') 16:01:05 [2019-07-19T20:01:05.399Z] DEBUG - Clicked on 16:01:05 [2019-07-19T20:01:05.399Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:01:05 [2019-07-19T20:01:05.656Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:01:05 [2019-07-19T20:01:05.656Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:01:05 [2019-07-19T20:01:05.656Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:01:05 [2019-07-19T20:01:05.656Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:01:05 [2019-07-19T20:01:05.656Z] DEBUG - Attempting to set focus on Tree with text {} 16:01:05 [2019-07-19T20:01:05.656Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198369652 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} 16:01:05 [2019-07-19T20:01:05.656Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=198369652 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:01:05 [2019-07-19T20:01:05.656Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=198369652 data=null} to TreeItem with text {TestInvalidCtfTraces} 16:01:05 [2019-07-19T20:01:05.656Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198369653 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:01:05 [2019-07-19T20:01:05.656Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198369653 data=null item=TreeItem {TestInvalidCtfTraces} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:01:05 [2019-07-19T20:01:05.656Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198369738 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:01:05 [2019-07-19T20:01:05.656Z] DEBUG - Attempting to set focus on Tree with text {} 16:01:05 [2019-07-19T20:01:05.656Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198369739 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} 16:01:05 [2019-07-19T20:01:05.656Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=198369739 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:01:05 [2019-07-19T20:01:05.656Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=198369740 data=null} to TreeItem with text {TestInvalidCtfTraces} 16:01:05 [2019-07-19T20:01:05.656Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198369740 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:01:05 [2019-07-19T20:01:05.656Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198369740 data=null item=TreeItem {TestInvalidCtfTraces} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:01:05 [2019-07-19T20:01:05.656Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198369768 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:01:05 [2019-07-19T20:01:05.656Z] WARN - Tree item TreeItem with text {TestInvalidCtfTraces} is already expanded. Won't expand it again. 16:01:05 [2019-07-19T20:01:05.656Z] DEBUG - Attempting to set focus on Tree with text {} 16:01:05 [2019-07-19T20:01:05.656Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=198369771 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 16:01:05 [2019-07-19T20:01:05.656Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=198369771 data=null doit=true} to TreeItem with text {Traces [1]} 16:01:05 [2019-07-19T20:01:05.656Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=198369771 data=null} to TreeItem with text {Traces [1]} 16:01:05 [2019-07-19T20:01:05.656Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=198369772 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:01:05 [2019-07-19T20:01:05.656Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198369772 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 16:01:05 [2019-07-19T20:01:05.656Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=198369860 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:01:05 [2019-07-19T20:01:05.913Z] 16:01:05 [2019-07-19T20:01:05.913Z] !ENTRY org.eclipse.tracecompass.tmf.ui 4 0 2019-07-19 20:01:05.803 16:01:05 [2019-07-19T20:01:05.913Z] !MESSAGE Error initializing trace. 16:01:05 [2019-07-19T20:01:05.913Z] 16:01:05 [2019-07-19T20:01:05.913Z] org.eclipse.tracecompass.tmf.core.exceptions.TmfTraceException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid boolean value 16:01:05 [2019-07-19T20:01:05.913Z] !STACK 0 16:01:05 [2019-07-19T20:01:05.913Z] org.eclipse.tracecompass.ctf.core.CTFException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid boolean value 16:01:05 [2019-07-19T20:01:05.913Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:170) 16:01:05 [2019-07-19T20:01:05.913Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:189) 16:01:05 [2019-07-19T20:01:05.913Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:164) 16:01:05 [2019-07-19T20:01:05.913Z] at org.eclipse.tracecompass.tmf.ctf.core.trace.CtfTmfTrace.initTrace(CtfTmfTrace.java:225) 16:01:05 [2019-07-19T20:01:05.913Z] at org.eclipse.tracecompass.tmf.core.trace.TmfTrace.initTrace(TmfTrace.java:225) 16:01:05 [2019-07-19T20:01:05.913Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openTraceElement(TmfOpenTraceHelper.java:281) 16:01:05 [2019-07-19T20:01:05.913Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openProjectElement(TmfOpenTraceHelper.java:340) 16:01:05 [2019-07-19T20:01:05.913Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.access$1(TmfOpenTraceHelper.java:337) 16:01:05 [2019-07-19T20:01:05.913Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper$OpenProjectElementJob.run(TmfOpenTraceHelper.java:454) 16:01:05 [2019-07-19T20:01:05.913Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) 16:01:05 [2019-07-19T20:01:05.913Z] Caused by: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid boolean value 16:01:05 [2019-07-19T20:01:05.913Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.integer.SignedParser.parse(SignedParser.java:87) 16:01:05 [2019-07-19T20:01:05.913Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.integer.IntegerDeclarationParser.parse(IntegerDeclarationParser.java:164) 16:01:05 [2019-07-19T20:01:05.913Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeSpecifierListParser.parse(TypeSpecifierListParser.java:123) 16:01:05 [2019-07-19T20:01:05.913Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeDeclaratorParser.parse(TypeDeclaratorParser.java:139) 16:01:05 [2019-07-19T20:01:05.913Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeAliasTargetParser.parse(TypeAliasTargetParser.java:130) 16:01:05 [2019-07-19T20:01:05.913Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeAliasParser.parse(TypeAliasParser.java:96) 16:01:05 [2019-07-19T20:01:05.913Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRootDeclaration(IOStructGen.java:285) 16:01:05 [2019-07-19T20:01:05.913Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRoot(IOStructGen.java:143) 16:01:05 [2019-07-19T20:01:05.913Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.generate(IOStructGen.java:95) 16:01:05 [2019-07-19T20:01:05.913Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.readMetaDataText(Metadata.java:257) 16:01:05 [2019-07-19T20:01:05.913Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:165) 16:01:05 [2019-07-19T20:01:05.913Z] ... 9 more 16:01:06 [2019-07-19T20:01:06.843Z] DEBUG - matched Shell with text "Open Trace", using matcher: with text 'Open Trace' 16:01:06 [2019-07-19T20:01:06.843Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Open Trace} time=198370758 data=null doit=true} to Shell with text {Open Trace} 16:01:06 [2019-07-19T20:01:06.843Z] DEBUG - matched Label with text "", using matcher: of type 'Label' 16:01:06 [2019-07-19T20:01:06.843Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') 16:01:06 [2019-07-19T20:01:06.843Z] DEBUG - matched Label with text "Error initializing t...", using matcher: of type 'Label' 16:01:06 [2019-07-19T20:01:06.843Z] DEBUG - matched Label with text "Error initializing t...", using matcher: (of type 'Label') 16:01:06 [2019-07-19T20:01:06.843Z] DEBUG - matched Label with text "", using matcher: of type 'Label' 16:01:06 [2019-07-19T20:01:06.843Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') 16:01:06 [2019-07-19T20:01:06.843Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:01:06 [2019-07-19T20:01:06.843Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:01:06 [2019-07-19T20:01:06.843Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 16:01:06 [2019-07-19T20:01:06.843Z] DEBUG - Clicking on OK 16:01:06 [2019-07-19T20:01:06.843Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=198370760 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:01:06 [2019-07-19T20:01:06.843Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=198370761 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:01:06 [2019-07-19T20:01:06.843Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=198370761 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') 16:01:06 [2019-07-19T20:01:06.843Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=198370761 data=null} to (of type 'Button' and with style 'SWT.PUSH') 16:01:06 [2019-07-19T20:01:06.843Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=198370761 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:01:06 [2019-07-19T20:01:06.843Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=198370761 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:01:06 [2019-07-19T20:01:06.843Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=198370761 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') 16:01:06 [2019-07-19T20:01:06.843Z] DEBUG - Clicked on 16:01:06 [2019-07-19T20:01:06.843Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:01:06 [2019-07-19T20:01:06.843Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:01:06 [2019-07-19T20:01:06.843Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:01:06 [2019-07-19T20:01:06.843Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:01:06 [2019-07-19T20:01:06.843Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:01:06 [2019-07-19T20:01:06.843Z] DEBUG - Attempting to set focus on Tree with text {} 16:01:06 [2019-07-19T20:01:06.843Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198371039 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} 16:01:06 [2019-07-19T20:01:06.843Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=198371040 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:01:06 [2019-07-19T20:01:06.843Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=198371040 data=null} to TreeItem with text {TestInvalidCtfTraces} 16:01:06 [2019-07-19T20:01:06.843Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198371040 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:01:06 [2019-07-19T20:01:06.843Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198371040 data=null item=TreeItem {TestInvalidCtfTraces} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:01:06 [2019-07-19T20:01:06.843Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198371065 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:01:06 [2019-07-19T20:01:06.843Z] DEBUG - Attempting to set focus on Tree with text {} 16:01:06 [2019-07-19T20:01:06.843Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198371072 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} 16:01:06 [2019-07-19T20:01:06.843Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=198371073 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:01:06 [2019-07-19T20:01:06.843Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=198371073 data=null} to TreeItem with text {TestInvalidCtfTraces} 16:01:06 [2019-07-19T20:01:06.843Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198371073 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:01:07 [2019-07-19T20:01:07.101Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198371073 data=null item=TreeItem {TestInvalidCtfTraces} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:01:07 [2019-07-19T20:01:07.101Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198371138 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:01:07 [2019-07-19T20:01:07.101Z] WARN - Tree item TreeItem with text {TestInvalidCtfTraces} is already expanded. Won't expand it again. 16:01:07 [2019-07-19T20:01:07.101Z] DEBUG - Attempting to set focus on Tree with text {} 16:01:07 [2019-07-19T20:01:07.101Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=198371140 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 16:01:07 [2019-07-19T20:01:07.101Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=198371140 data=null doit=true} to TreeItem with text {Traces [1]} 16:01:07 [2019-07-19T20:01:07.101Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=198371140 data=null} to TreeItem with text {Traces [1]} 16:01:07 [2019-07-19T20:01:07.101Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=198371140 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:01:07 [2019-07-19T20:01:07.101Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198371141 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 16:01:07 [2019-07-19T20:01:07.101Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=198371160 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:01:07 [2019-07-19T20:01:07.357Z] 16:01:07 [2019-07-19T20:01:07.357Z] !ENTRY org.eclipse.tracecompass.tmf.ui 4 0 2019-07-19 20:01:07.107 16:01:07 [2019-07-19T20:01:07.357Z] !MESSAGE Error initializing trace. 16:01:07 [2019-07-19T20:01:07.357Z] 16:01:07 [2019-07-19T20:01:07.357Z] org.eclipse.tracecompass.tmf.core.exceptions.TmfTraceException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid boolean value svp 16:01:07 [2019-07-19T20:01:07.357Z] !STACK 0 16:01:07 [2019-07-19T20:01:07.357Z] org.eclipse.tracecompass.ctf.core.CTFException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid boolean value svp 16:01:07 [2019-07-19T20:01:07.357Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:170) 16:01:07 [2019-07-19T20:01:07.357Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:189) 16:01:07 [2019-07-19T20:01:07.357Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:164) 16:01:07 [2019-07-19T20:01:07.357Z] at org.eclipse.tracecompass.tmf.ctf.core.trace.CtfTmfTrace.initTrace(CtfTmfTrace.java:225) 16:01:07 [2019-07-19T20:01:07.357Z] at org.eclipse.tracecompass.tmf.core.trace.TmfTrace.initTrace(TmfTrace.java:225) 16:01:07 [2019-07-19T20:01:07.357Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openTraceElement(TmfOpenTraceHelper.java:281) 16:01:07 [2019-07-19T20:01:07.357Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openProjectElement(TmfOpenTraceHelper.java:340) 16:01:07 [2019-07-19T20:01:07.357Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.access$1(TmfOpenTraceHelper.java:337) 16:01:07 [2019-07-19T20:01:07.357Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper$OpenProjectElementJob.run(TmfOpenTraceHelper.java:454) 16:01:07 [2019-07-19T20:01:07.357Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) 16:01:07 [2019-07-19T20:01:07.357Z] Caused by: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid boolean value svp 16:01:07 [2019-07-19T20:01:07.357Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.integer.SignedParser.parse(SignedParser.java:67) 16:01:07 [2019-07-19T20:01:07.357Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.integer.IntegerDeclarationParser.parse(IntegerDeclarationParser.java:164) 16:01:07 [2019-07-19T20:01:07.357Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeSpecifierListParser.parse(TypeSpecifierListParser.java:123) 16:01:07 [2019-07-19T20:01:07.357Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeDeclaratorParser.parse(TypeDeclaratorParser.java:139) 16:01:07 [2019-07-19T20:01:07.357Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeAliasTargetParser.parse(TypeAliasTargetParser.java:130) 16:01:07 [2019-07-19T20:01:07.357Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeAliasParser.parse(TypeAliasParser.java:96) 16:01:07 [2019-07-19T20:01:07.357Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRootDeclaration(IOStructGen.java:285) 16:01:07 [2019-07-19T20:01:07.357Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRoot(IOStructGen.java:143) 16:01:07 [2019-07-19T20:01:07.357Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.generate(IOStructGen.java:95) 16:01:07 [2019-07-19T20:01:07.357Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.readMetaDataText(Metadata.java:257) 16:01:07 [2019-07-19T20:01:07.357Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:165) 16:01:07 [2019-07-19T20:01:07.357Z] ... 9 more 16:01:07 [2019-07-19T20:01:07.921Z] DEBUG - matched Shell with text "Open Trace", using matcher: with text 'Open Trace' 16:01:07 [2019-07-19T20:01:07.921Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Open Trace} time=198372044 data=null doit=true} to Shell with text {Open Trace} 16:01:07 [2019-07-19T20:01:07.921Z] DEBUG - matched Label with text "", using matcher: of type 'Label' 16:01:07 [2019-07-19T20:01:07.921Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') 16:01:07 [2019-07-19T20:01:07.921Z] DEBUG - matched Label with text "Error initializing t...", using matcher: of type 'Label' 16:01:07 [2019-07-19T20:01:07.921Z] DEBUG - matched Label with text "Error initializing t...", using matcher: (of type 'Label') 16:01:07 [2019-07-19T20:01:07.921Z] DEBUG - matched Label with text "", using matcher: of type 'Label' 16:01:07 [2019-07-19T20:01:07.921Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') 16:01:07 [2019-07-19T20:01:07.921Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:01:07 [2019-07-19T20:01:07.921Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:01:07 [2019-07-19T20:01:07.921Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 16:01:07 [2019-07-19T20:01:07.921Z] DEBUG - Clicking on OK 16:01:07 [2019-07-19T20:01:07.921Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=198372046 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:01:07 [2019-07-19T20:01:07.921Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=198372046 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:01:07 [2019-07-19T20:01:07.921Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=198372046 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') 16:01:07 [2019-07-19T20:01:07.921Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=198372046 data=null} to (of type 'Button' and with style 'SWT.PUSH') 16:01:07 [2019-07-19T20:01:07.921Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=198372047 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:01:07 [2019-07-19T20:01:07.921Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=198372047 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:01:07 [2019-07-19T20:01:07.921Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=198372047 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') 16:01:07 [2019-07-19T20:01:07.921Z] DEBUG - Clicked on 16:01:08 [2019-07-19T20:01:08.178Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:01:08 [2019-07-19T20:01:08.178Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:01:08 [2019-07-19T20:01:08.178Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:01:08 [2019-07-19T20:01:08.178Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:01:08 [2019-07-19T20:01:08.178Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:01:08 [2019-07-19T20:01:08.178Z] DEBUG - Attempting to set focus on Tree with text {} 16:01:08 [2019-07-19T20:01:08.178Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198372351 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} 16:01:08 [2019-07-19T20:01:08.178Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=198372351 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:01:08 [2019-07-19T20:01:08.178Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=198372351 data=null} to TreeItem with text {TestInvalidCtfTraces} 16:01:08 [2019-07-19T20:01:08.178Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198372351 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:01:08 [2019-07-19T20:01:08.178Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198372352 data=null item=TreeItem {TestInvalidCtfTraces} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:01:08 [2019-07-19T20:01:08.178Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198372376 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:01:08 [2019-07-19T20:01:08.178Z] DEBUG - Attempting to set focus on Tree with text {} 16:01:08 [2019-07-19T20:01:08.178Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198372377 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} 16:01:08 [2019-07-19T20:01:08.178Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=198372377 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:01:08 [2019-07-19T20:01:08.434Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=198372431 data=null} to TreeItem with text {TestInvalidCtfTraces} 16:01:08 [2019-07-19T20:01:08.434Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198372432 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:01:08 [2019-07-19T20:01:08.434Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198372433 data=null item=TreeItem {TestInvalidCtfTraces} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:01:08 [2019-07-19T20:01:08.434Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198372441 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:01:08 [2019-07-19T20:01:08.434Z] WARN - Tree item TreeItem with text {TestInvalidCtfTraces} is already expanded. Won't expand it again. 16:01:08 [2019-07-19T20:01:08.434Z] DEBUG - Attempting to set focus on Tree with text {} 16:01:08 [2019-07-19T20:01:08.434Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=198372443 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 16:01:08 [2019-07-19T20:01:08.434Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=198372443 data=null doit=true} to TreeItem with text {Traces [1]} 16:01:08 [2019-07-19T20:01:08.434Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=198372443 data=null} to TreeItem with text {Traces [1]} 16:01:08 [2019-07-19T20:01:08.434Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=198372444 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:01:08 [2019-07-19T20:01:08.434Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198372444 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 16:01:08 [2019-07-19T20:01:08.434Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=198372463 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:01:08 [2019-07-19T20:01:08.691Z] 16:01:08 [2019-07-19T20:01:08.691Z] !ENTRY org.eclipse.tracecompass.tmf.ui 4 0 2019-07-19 20:01:08.492 16:01:08 [2019-07-19T20:01:08.691Z] !MESSAGE Error initializing trace. 16:01:08 [2019-07-19T20:01:08.691Z] 16:01:08 [2019-07-19T20:01:08.691Z] org.eclipse.tracecompass.tmf.core.exceptions.TmfTraceException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid value for size 16:01:08 [2019-07-19T20:01:08.691Z] !STACK 0 16:01:08 [2019-07-19T20:01:08.691Z] org.eclipse.tracecompass.ctf.core.CTFException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid value for size 16:01:08 [2019-07-19T20:01:08.691Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:170) 16:01:08 [2019-07-19T20:01:08.691Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:189) 16:01:08 [2019-07-19T20:01:08.691Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:164) 16:01:08 [2019-07-19T20:01:08.691Z] at org.eclipse.tracecompass.tmf.ctf.core.trace.CtfTmfTrace.initTrace(CtfTmfTrace.java:225) 16:01:08 [2019-07-19T20:01:08.691Z] at org.eclipse.tracecompass.tmf.core.trace.TmfTrace.initTrace(TmfTrace.java:225) 16:01:08 [2019-07-19T20:01:08.691Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openTraceElement(TmfOpenTraceHelper.java:281) 16:01:08 [2019-07-19T20:01:08.691Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openProjectElement(TmfOpenTraceHelper.java:340) 16:01:08 [2019-07-19T20:01:08.691Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.access$1(TmfOpenTraceHelper.java:337) 16:01:08 [2019-07-19T20:01:08.691Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper$OpenProjectElementJob.run(TmfOpenTraceHelper.java:454) 16:01:08 [2019-07-19T20:01:08.691Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) 16:01:08 [2019-07-19T20:01:08.691Z] Caused by: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid value for size 16:01:08 [2019-07-19T20:01:08.691Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.SizeParser.parse(SizeParser.java:67) 16:01:08 [2019-07-19T20:01:08.691Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.integer.IntegerDeclarationParser.parse(IntegerDeclarationParser.java:170) 16:01:08 [2019-07-19T20:01:08.691Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeSpecifierListParser.parse(TypeSpecifierListParser.java:123) 16:01:08 [2019-07-19T20:01:08.691Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeDeclaratorParser.parse(TypeDeclaratorParser.java:139) 16:01:08 [2019-07-19T20:01:08.691Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeAliasTargetParser.parse(TypeAliasTargetParser.java:130) 16:01:08 [2019-07-19T20:01:08.691Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeAliasParser.parse(TypeAliasParser.java:96) 16:01:08 [2019-07-19T20:01:08.691Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRootDeclaration(IOStructGen.java:285) 16:01:08 [2019-07-19T20:01:08.691Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRoot(IOStructGen.java:143) 16:01:08 [2019-07-19T20:01:08.691Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.generate(IOStructGen.java:95) 16:01:08 [2019-07-19T20:01:08.691Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.readMetaDataText(Metadata.java:257) 16:01:08 [2019-07-19T20:01:08.691Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:165) 16:01:08 [2019-07-19T20:01:08.691Z] ... 9 more 16:01:09 [2019-07-19T20:01:09.255Z] DEBUG - matched Shell with text "Open Trace", using matcher: with text 'Open Trace' 16:01:09 [2019-07-19T20:01:09.255Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Open Trace} time=198373394 data=null doit=true} to Shell with text {Open Trace} 16:01:09 [2019-07-19T20:01:09.255Z] DEBUG - matched Label with text "", using matcher: of type 'Label' 16:01:09 [2019-07-19T20:01:09.255Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') 16:01:09 [2019-07-19T20:01:09.255Z] DEBUG - matched Label with text "Error initializing t...", using matcher: of type 'Label' 16:01:09 [2019-07-19T20:01:09.255Z] DEBUG - matched Label with text "Error initializing t...", using matcher: (of type 'Label') 16:01:09 [2019-07-19T20:01:09.255Z] DEBUG - matched Label with text "", using matcher: of type 'Label' 16:01:09 [2019-07-19T20:01:09.255Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') 16:01:09 [2019-07-19T20:01:09.255Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:01:09 [2019-07-19T20:01:09.255Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:01:09 [2019-07-19T20:01:09.255Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 16:01:09 [2019-07-19T20:01:09.255Z] DEBUG - Clicking on OK 16:01:09 [2019-07-19T20:01:09.255Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=198373397 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:01:09 [2019-07-19T20:01:09.255Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=198373397 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:01:09 [2019-07-19T20:01:09.255Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=198373397 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') 16:01:09 [2019-07-19T20:01:09.255Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=198373397 data=null} to (of type 'Button' and with style 'SWT.PUSH') 16:01:09 [2019-07-19T20:01:09.255Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=198373397 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:01:09 [2019-07-19T20:01:09.255Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=198373397 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:01:09 [2019-07-19T20:01:09.255Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=198373397 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') 16:01:09 [2019-07-19T20:01:09.255Z] DEBUG - Clicked on 16:01:09 [2019-07-19T20:01:09.512Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:01:09 [2019-07-19T20:01:09.512Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:01:09 [2019-07-19T20:01:09.512Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:01:09 [2019-07-19T20:01:09.512Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:01:09 [2019-07-19T20:01:09.512Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:01:09 [2019-07-19T20:01:09.512Z] DEBUG - Attempting to set focus on Tree with text {} 16:01:09 [2019-07-19T20:01:09.512Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198373652 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} 16:01:09 [2019-07-19T20:01:09.512Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=198373652 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:01:09 [2019-07-19T20:01:09.512Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=198373652 data=null} to TreeItem with text {TestInvalidCtfTraces} 16:01:09 [2019-07-19T20:01:09.512Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198373652 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:01:09 [2019-07-19T20:01:09.512Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198373653 data=null item=TreeItem {TestInvalidCtfTraces} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:01:09 [2019-07-19T20:01:09.512Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198373737 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:01:09 [2019-07-19T20:01:09.512Z] DEBUG - Attempting to set focus on Tree with text {} 16:01:09 [2019-07-19T20:01:09.512Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198373738 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} 16:01:09 [2019-07-19T20:01:09.512Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=198373738 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:01:09 [2019-07-19T20:01:09.512Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=198373739 data=null} to TreeItem with text {TestInvalidCtfTraces} 16:01:09 [2019-07-19T20:01:09.512Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198373739 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:01:09 [2019-07-19T20:01:09.512Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198373739 data=null item=TreeItem {TestInvalidCtfTraces} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:01:09 [2019-07-19T20:01:09.512Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198373748 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:01:09 [2019-07-19T20:01:09.512Z] WARN - Tree item TreeItem with text {TestInvalidCtfTraces} is already expanded. Won't expand it again. 16:01:09 [2019-07-19T20:01:09.512Z] DEBUG - Attempting to set focus on Tree with text {} 16:01:09 [2019-07-19T20:01:09.512Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=198373750 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 16:01:09 [2019-07-19T20:01:09.512Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=198373750 data=null doit=true} to TreeItem with text {Traces [1]} 16:01:09 [2019-07-19T20:01:09.512Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=198373750 data=null} to TreeItem with text {Traces [1]} 16:01:09 [2019-07-19T20:01:09.512Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=198373750 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:01:09 [2019-07-19T20:01:09.512Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198373751 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 16:01:09 [2019-07-19T20:01:09.769Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=198373769 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:01:09 [2019-07-19T20:01:09.769Z] 16:01:09 [2019-07-19T20:01:09.769Z] !ENTRY org.eclipse.tracecompass.tmf.ui 4 0 2019-07-19 20:01:09.710 16:01:09 [2019-07-19T20:01:09.769Z] !MESSAGE Error initializing trace. 16:01:09 [2019-07-19T20:01:09.769Z] 16:01:09 [2019-07-19T20:01:09.769Z] org.eclipse.tracecompass.tmf.core.exceptions.TmfTraceException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid boolean value 16:01:09 [2019-07-19T20:01:09.769Z] !STACK 0 16:01:09 [2019-07-19T20:01:09.769Z] org.eclipse.tracecompass.ctf.core.CTFException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid boolean value 16:01:09 [2019-07-19T20:01:09.769Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:170) 16:01:09 [2019-07-19T20:01:09.769Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:189) 16:01:09 [2019-07-19T20:01:09.769Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:164) 16:01:09 [2019-07-19T20:01:09.769Z] at org.eclipse.tracecompass.tmf.ctf.core.trace.CtfTmfTrace.initTrace(CtfTmfTrace.java:225) 16:01:09 [2019-07-19T20:01:09.769Z] at org.eclipse.tracecompass.tmf.core.trace.TmfTrace.initTrace(TmfTrace.java:225) 16:01:09 [2019-07-19T20:01:09.769Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openTraceElement(TmfOpenTraceHelper.java:281) 16:01:09 [2019-07-19T20:01:09.769Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openProjectElement(TmfOpenTraceHelper.java:340) 16:01:09 [2019-07-19T20:01:09.769Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.access$1(TmfOpenTraceHelper.java:337) 16:01:09 [2019-07-19T20:01:09.769Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper$OpenProjectElementJob.run(TmfOpenTraceHelper.java:454) 16:01:09 [2019-07-19T20:01:09.769Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) 16:01:09 [2019-07-19T20:01:09.769Z] Caused by: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid boolean value 16:01:09 [2019-07-19T20:01:09.769Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.integer.SignedParser.parse(SignedParser.java:87) 16:01:09 [2019-07-19T20:01:09.769Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.integer.IntegerDeclarationParser.parse(IntegerDeclarationParser.java:164) 16:01:09 [2019-07-19T20:01:09.769Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeSpecifierListParser.parse(TypeSpecifierListParser.java:123) 16:01:09 [2019-07-19T20:01:09.769Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeDeclaratorParser.parse(TypeDeclaratorParser.java:139) 16:01:09 [2019-07-19T20:01:09.769Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeAliasTargetParser.parse(TypeAliasTargetParser.java:130) 16:01:09 [2019-07-19T20:01:09.769Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeAliasParser.parse(TypeAliasParser.java:96) 16:01:09 [2019-07-19T20:01:09.769Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRootDeclaration(IOStructGen.java:285) 16:01:09 [2019-07-19T20:01:09.769Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRoot(IOStructGen.java:143) 16:01:09 [2019-07-19T20:01:09.769Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.generate(IOStructGen.java:95) 16:01:09 [2019-07-19T20:01:09.769Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.readMetaDataText(Metadata.java:257) 16:01:09 [2019-07-19T20:01:09.769Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:165) 16:01:09 [2019-07-19T20:01:09.769Z] ... 9 more 16:01:10 [2019-07-19T20:01:10.702Z] DEBUG - matched Shell with text "Open Trace", using matcher: with text 'Open Trace' 16:01:10 [2019-07-19T20:01:10.702Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Open Trace} time=198374599 data=null doit=true} to Shell with text {Open Trace} 16:01:10 [2019-07-19T20:01:10.702Z] DEBUG - matched Label with text "", using matcher: of type 'Label' 16:01:10 [2019-07-19T20:01:10.702Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') 16:01:10 [2019-07-19T20:01:10.702Z] DEBUG - matched Label with text "Error initializing t...", using matcher: of type 'Label' 16:01:10 [2019-07-19T20:01:10.702Z] DEBUG - matched Label with text "Error initializing t...", using matcher: (of type 'Label') 16:01:10 [2019-07-19T20:01:10.702Z] DEBUG - matched Label with text "", using matcher: of type 'Label' 16:01:10 [2019-07-19T20:01:10.702Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') 16:01:10 [2019-07-19T20:01:10.702Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:01:10 [2019-07-19T20:01:10.702Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:01:10 [2019-07-19T20:01:10.702Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 16:01:10 [2019-07-19T20:01:10.702Z] DEBUG - Clicking on OK 16:01:10 [2019-07-19T20:01:10.702Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=198374601 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:01:10 [2019-07-19T20:01:10.702Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=198374601 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:01:10 [2019-07-19T20:01:10.702Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=198374602 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') 16:01:10 [2019-07-19T20:01:10.702Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=198374602 data=null} to (of type 'Button' and with style 'SWT.PUSH') 16:01:10 [2019-07-19T20:01:10.702Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=198374602 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:01:10 [2019-07-19T20:01:10.702Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=198374602 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:01:10 [2019-07-19T20:01:10.702Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=198374602 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') 16:01:10 [2019-07-19T20:01:10.702Z] DEBUG - Clicked on 16:01:10 [2019-07-19T20:01:10.702Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:01:10 [2019-07-19T20:01:10.702Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:01:10 [2019-07-19T20:01:10.702Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:01:10 [2019-07-19T20:01:10.702Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:01:10 [2019-07-19T20:01:10.702Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:01:10 [2019-07-19T20:01:10.702Z] DEBUG - Attempting to set focus on Tree with text {} 16:01:10 [2019-07-19T20:01:10.702Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198374852 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} 16:01:10 [2019-07-19T20:01:10.702Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=198374852 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:01:10 [2019-07-19T20:01:10.702Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=198374853 data=null} to TreeItem with text {TestInvalidCtfTraces} 16:01:10 [2019-07-19T20:01:10.702Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198374853 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:01:10 [2019-07-19T20:01:10.702Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198374853 data=null item=TreeItem {TestInvalidCtfTraces} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:01:10 [2019-07-19T20:01:10.702Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198374878 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:01:10 [2019-07-19T20:01:10.702Z] DEBUG - Attempting to set focus on Tree with text {} 16:01:10 [2019-07-19T20:01:10.702Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198374885 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} 16:01:10 [2019-07-19T20:01:10.702Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=198374885 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:01:10 [2019-07-19T20:01:10.702Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=198374886 data=null} to TreeItem with text {TestInvalidCtfTraces} 16:01:10 [2019-07-19T20:01:10.702Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198374886 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:01:10 [2019-07-19T20:01:10.702Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198374886 data=null item=TreeItem {TestInvalidCtfTraces} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:01:10 [2019-07-19T20:01:10.702Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198374931 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:01:10 [2019-07-19T20:01:10.702Z] WARN - Tree item TreeItem with text {TestInvalidCtfTraces} is already expanded. Won't expand it again. 16:01:10 [2019-07-19T20:01:10.702Z] DEBUG - Attempting to set focus on Tree with text {} 16:01:10 [2019-07-19T20:01:10.702Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=198374934 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 16:01:10 [2019-07-19T20:01:10.702Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=198374934 data=null doit=true} to TreeItem with text {Traces [1]} 16:01:10 [2019-07-19T20:01:10.702Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=198374934 data=null} to TreeItem with text {Traces [1]} 16:01:10 [2019-07-19T20:01:10.702Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=198374935 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:01:10 [2019-07-19T20:01:10.702Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198374935 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 16:01:10 [2019-07-19T20:01:10.983Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=198374957 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:01:11 [2019-07-19T20:01:11.240Z] 16:01:11 [2019-07-19T20:01:11.240Z] !ENTRY org.eclipse.tracecompass.tmf.ui 4 0 2019-07-19 20:01:11.005 16:01:11 [2019-07-19T20:01:11.240Z] !MESSAGE Error initializing trace. 16:01:11 [2019-07-19T20:01:11.240Z] 16:01:11 [2019-07-19T20:01:11.240Z] org.eclipse.tracecompass.tmf.core.exceptions.TmfTraceException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid value for alignment 16:01:11 [2019-07-19T20:01:11.240Z] !STACK 0 16:01:11 [2019-07-19T20:01:11.240Z] org.eclipse.tracecompass.ctf.core.CTFException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid value for alignment 16:01:11 [2019-07-19T20:01:11.240Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:170) 16:01:11 [2019-07-19T20:01:11.240Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:189) 16:01:11 [2019-07-19T20:01:11.240Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:164) 16:01:11 [2019-07-19T20:01:11.240Z] at org.eclipse.tracecompass.tmf.ctf.core.trace.CtfTmfTrace.initTrace(CtfTmfTrace.java:225) 16:01:11 [2019-07-19T20:01:11.240Z] at org.eclipse.tracecompass.tmf.core.trace.TmfTrace.initTrace(TmfTrace.java:225) 16:01:11 [2019-07-19T20:01:11.240Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openTraceElement(TmfOpenTraceHelper.java:281) 16:01:11 [2019-07-19T20:01:11.240Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openProjectElement(TmfOpenTraceHelper.java:340) 16:01:11 [2019-07-19T20:01:11.240Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.access$1(TmfOpenTraceHelper.java:337) 16:01:11 [2019-07-19T20:01:11.240Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper$OpenProjectElementJob.run(TmfOpenTraceHelper.java:454) 16:01:11 [2019-07-19T20:01:11.240Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) 16:01:11 [2019-07-19T20:01:11.240Z] Caused by: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid value for alignment 16:01:11 [2019-07-19T20:01:11.240Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.AlignmentParser.parse(AlignmentParser.java:91) 16:01:11 [2019-07-19T20:01:11.240Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.struct.StructParser.parse(StructParser.java:179) 16:01:11 [2019-07-19T20:01:11.240Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeSpecifierListParser.parse(TypeSpecifierListParser.java:129) 16:01:11 [2019-07-19T20:01:11.240Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRootDeclaration(IOStructGen.java:288) 16:01:11 [2019-07-19T20:01:11.240Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRoot(IOStructGen.java:143) 16:01:11 [2019-07-19T20:01:11.240Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.generate(IOStructGen.java:95) 16:01:11 [2019-07-19T20:01:11.240Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.readMetaDataText(Metadata.java:257) 16:01:11 [2019-07-19T20:01:11.240Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:165) 16:01:11 [2019-07-19T20:01:11.240Z] ... 9 more 16:01:11 [2019-07-19T20:01:11.805Z] DEBUG - matched Shell with text "Open Trace", using matcher: with text 'Open Trace' 16:01:11 [2019-07-19T20:01:11.805Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Open Trace} time=198375968 data=null doit=true} to Shell with text {Open Trace} 16:01:11 [2019-07-19T20:01:11.805Z] DEBUG - matched Label with text "", using matcher: of type 'Label' 16:01:11 [2019-07-19T20:01:11.805Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') 16:01:11 [2019-07-19T20:01:11.805Z] DEBUG - matched Label with text "Error initializing t...", using matcher: of type 'Label' 16:01:11 [2019-07-19T20:01:11.805Z] DEBUG - matched Label with text "Error initializing t...", using matcher: (of type 'Label') 16:01:11 [2019-07-19T20:01:11.805Z] DEBUG - matched Label with text "", using matcher: of type 'Label' 16:01:11 [2019-07-19T20:01:11.805Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') 16:01:11 [2019-07-19T20:01:11.805Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:01:11 [2019-07-19T20:01:11.805Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:01:11 [2019-07-19T20:01:11.805Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 16:01:11 [2019-07-19T20:01:11.805Z] DEBUG - Clicking on OK 16:01:11 [2019-07-19T20:01:11.805Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=198375970 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:01:11 [2019-07-19T20:01:11.805Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=198375970 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:01:11 [2019-07-19T20:01:11.805Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=198375971 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') 16:01:11 [2019-07-19T20:01:11.805Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=198375971 data=null} to (of type 'Button' and with style 'SWT.PUSH') 16:01:11 [2019-07-19T20:01:11.805Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=198375971 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:01:11 [2019-07-19T20:01:11.805Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=198375971 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:01:11 [2019-07-19T20:01:11.805Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=198375971 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') 16:01:11 [2019-07-19T20:01:11.805Z] DEBUG - Clicked on 16:01:12 [2019-07-19T20:01:12.062Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:01:12 [2019-07-19T20:01:12.062Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:01:12 [2019-07-19T20:01:12.062Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:01:12 [2019-07-19T20:01:12.062Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:01:12 [2019-07-19T20:01:12.062Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:01:12 [2019-07-19T20:01:12.062Z] DEBUG - Attempting to set focus on Tree with text {} 16:01:12 [2019-07-19T20:01:12.062Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198376265 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} 16:01:12 [2019-07-19T20:01:12.062Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=198376265 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:01:12 [2019-07-19T20:01:12.062Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=198376266 data=null} to TreeItem with text {TestInvalidCtfTraces} 16:01:12 [2019-07-19T20:01:12.062Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198376266 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:01:12 [2019-07-19T20:01:12.062Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198376266 data=null item=TreeItem {TestInvalidCtfTraces} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:01:12 [2019-07-19T20:01:12.320Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198376341 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:01:12 [2019-07-19T20:01:12.320Z] DEBUG - Attempting to set focus on Tree with text {} 16:01:12 [2019-07-19T20:01:12.320Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198376342 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} 16:01:12 [2019-07-19T20:01:12.320Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=198376343 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:01:12 [2019-07-19T20:01:12.320Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=198376343 data=null} to TreeItem with text {TestInvalidCtfTraces} 16:01:12 [2019-07-19T20:01:12.320Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198376349 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:01:12 [2019-07-19T20:01:12.320Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198376349 data=null item=TreeItem {TestInvalidCtfTraces} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:01:12 [2019-07-19T20:01:12.320Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198376358 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:01:12 [2019-07-19T20:01:12.320Z] WARN - Tree item TreeItem with text {TestInvalidCtfTraces} is already expanded. Won't expand it again. 16:01:12 [2019-07-19T20:01:12.320Z] DEBUG - Attempting to set focus on Tree with text {} 16:01:12 [2019-07-19T20:01:12.320Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=198376363 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 16:01:12 [2019-07-19T20:01:12.320Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=198376363 data=null doit=true} to TreeItem with text {Traces [1]} 16:01:12 [2019-07-19T20:01:12.320Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=198376364 data=null} to TreeItem with text {Traces [1]} 16:01:12 [2019-07-19T20:01:12.320Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=198376364 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:01:12 [2019-07-19T20:01:12.320Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198376364 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 16:01:12 [2019-07-19T20:01:12.320Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=198376387 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:01:12 [2019-07-19T20:01:12.576Z] 16:01:12 [2019-07-19T20:01:12.576Z] !ENTRY org.eclipse.tracecompass.tmf.ui 4 0 2019-07-19 20:01:12.328 16:01:12 [2019-07-19T20:01:12.576Z] !MESSAGE Error initializing trace. 16:01:12 [2019-07-19T20:01:12.576Z] 16:01:12 [2019-07-19T20:01:12.576Z] org.eclipse.tracecompass.tmf.core.exceptions.TmfTraceException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid integer format: 0xFFFFFFFFU 16:01:12 [2019-07-19T20:01:12.576Z] !STACK 0 16:01:12 [2019-07-19T20:01:12.576Z] org.eclipse.tracecompass.ctf.core.CTFException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid integer format: 0xFFFFFFFFU 16:01:12 [2019-07-19T20:01:12.576Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:170) 16:01:12 [2019-07-19T20:01:12.576Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:189) 16:01:12 [2019-07-19T20:01:12.576Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:164) 16:01:12 [2019-07-19T20:01:12.576Z] at org.eclipse.tracecompass.tmf.ctf.core.trace.CtfTmfTrace.initTrace(CtfTmfTrace.java:225) 16:01:12 [2019-07-19T20:01:12.576Z] at org.eclipse.tracecompass.tmf.core.trace.TmfTrace.initTrace(TmfTrace.java:225) 16:01:12 [2019-07-19T20:01:12.576Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openTraceElement(TmfOpenTraceHelper.java:281) 16:01:12 [2019-07-19T20:01:12.576Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openProjectElement(TmfOpenTraceHelper.java:340) 16:01:12 [2019-07-19T20:01:12.576Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.access$1(TmfOpenTraceHelper.java:337) 16:01:12 [2019-07-19T20:01:12.576Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper$OpenProjectElementJob.run(TmfOpenTraceHelper.java:454) 16:01:12 [2019-07-19T20:01:12.576Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) 16:01:12 [2019-07-19T20:01:12.576Z] Caused by: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid integer format: 0xFFFFFFFFU 16:01:12 [2019-07-19T20:01:12.576Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.UnaryIntegerParser.parse(UnaryIntegerParser.java:56) 16:01:12 [2019-07-19T20:01:12.576Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.AlignmentParser.parse(AlignmentParser.java:82) 16:01:12 [2019-07-19T20:01:12.576Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.struct.StructParser.parse(StructParser.java:179) 16:01:12 [2019-07-19T20:01:12.576Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeSpecifierListParser.parse(TypeSpecifierListParser.java:129) 16:01:12 [2019-07-19T20:01:12.576Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRootDeclaration(IOStructGen.java:288) 16:01:12 [2019-07-19T20:01:12.576Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRoot(IOStructGen.java:143) 16:01:12 [2019-07-19T20:01:12.576Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.generate(IOStructGen.java:95) 16:01:12 [2019-07-19T20:01:12.576Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.readMetaDataText(Metadata.java:257) 16:01:12 [2019-07-19T20:01:12.576Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:165) 16:01:12 [2019-07-19T20:01:12.576Z] ... 9 more 16:01:12 [2019-07-19T20:01:12.576Z] Caused by: java.lang.NumberFormatException: For input string: "FFFFFFFFU" 16:01:12 [2019-07-19T20:01:12.576Z] at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) 16:01:12 [2019-07-19T20:01:12.576Z] at java.lang.Long.parseLong(Long.java:589) 16:01:12 [2019-07-19T20:01:12.576Z] at java.lang.Long.valueOf(Long.java:776) 16:01:12 [2019-07-19T20:01:12.576Z] at java.lang.Long.decode(Long.java:928) 16:01:12 [2019-07-19T20:01:12.576Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.UnaryIntegerParser.parse(UnaryIntegerParser.java:54) 16:01:12 [2019-07-19T20:01:12.576Z] ... 17 more 16:01:13 [2019-07-19T20:01:13.138Z] DEBUG - matched Shell with text "Open Trace", using matcher: with text 'Open Trace' 16:01:13 [2019-07-19T20:01:13.138Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Open Trace} time=198377216 data=null doit=true} to Shell with text {Open Trace} 16:01:13 [2019-07-19T20:01:13.138Z] DEBUG - matched Label with text "", using matcher: of type 'Label' 16:01:13 [2019-07-19T20:01:13.138Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') 16:01:13 [2019-07-19T20:01:13.138Z] DEBUG - matched Label with text "Error initializing t...", using matcher: of type 'Label' 16:01:13 [2019-07-19T20:01:13.138Z] DEBUG - matched Label with text "Error initializing t...", using matcher: (of type 'Label') 16:01:13 [2019-07-19T20:01:13.138Z] DEBUG - matched Label with text "", using matcher: of type 'Label' 16:01:13 [2019-07-19T20:01:13.138Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') 16:01:13 [2019-07-19T20:01:13.138Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:01:13 [2019-07-19T20:01:13.138Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:01:13 [2019-07-19T20:01:13.138Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 16:01:13 [2019-07-19T20:01:13.138Z] DEBUG - Clicking on OK 16:01:13 [2019-07-19T20:01:13.138Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=198377218 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:01:13 [2019-07-19T20:01:13.138Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=198377218 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:01:13 [2019-07-19T20:01:13.138Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=198377218 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') 16:01:13 [2019-07-19T20:01:13.138Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=198377218 data=null} to (of type 'Button' and with style 'SWT.PUSH') 16:01:13 [2019-07-19T20:01:13.138Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=198377219 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:01:13 [2019-07-19T20:01:13.138Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=198377219 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:01:13 [2019-07-19T20:01:13.138Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=198377219 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') 16:01:13 [2019-07-19T20:01:13.138Z] DEBUG - Clicked on 16:01:13 [2019-07-19T20:01:13.396Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:01:13 [2019-07-19T20:01:13.396Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:01:13 [2019-07-19T20:01:13.396Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:01:13 [2019-07-19T20:01:13.396Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:01:13 [2019-07-19T20:01:13.396Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:01:13 [2019-07-19T20:01:13.396Z] DEBUG - Attempting to set focus on Tree with text {} 16:01:13 [2019-07-19T20:01:13.396Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198377528 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} 16:01:13 [2019-07-19T20:01:13.396Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=198377528 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:01:13 [2019-07-19T20:01:13.396Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=198377528 data=null} to TreeItem with text {TestInvalidCtfTraces} 16:01:13 [2019-07-19T20:01:13.396Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198377529 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:01:13 [2019-07-19T20:01:13.396Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198377529 data=null item=TreeItem {TestInvalidCtfTraces} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:01:13 [2019-07-19T20:01:13.396Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198377558 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:01:13 [2019-07-19T20:01:13.396Z] DEBUG - Attempting to set focus on Tree with text {} 16:01:13 [2019-07-19T20:01:13.396Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198377559 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} 16:01:13 [2019-07-19T20:01:13.396Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=198377559 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:01:13 [2019-07-19T20:01:13.396Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=198377559 data=null} to TreeItem with text {TestInvalidCtfTraces} 16:01:13 [2019-07-19T20:01:13.396Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198377560 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:01:13 [2019-07-19T20:01:13.396Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198377560 data=null item=TreeItem {TestInvalidCtfTraces} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:01:13 [2019-07-19T20:01:13.396Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198377630 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:01:13 [2019-07-19T20:01:13.396Z] WARN - Tree item TreeItem with text {TestInvalidCtfTraces} is already expanded. Won't expand it again. 16:01:13 [2019-07-19T20:01:13.396Z] DEBUG - Attempting to set focus on Tree with text {} 16:01:13 [2019-07-19T20:01:13.396Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=198377632 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 16:01:13 [2019-07-19T20:01:13.396Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=198377632 data=null doit=true} to TreeItem with text {Traces [1]} 16:01:13 [2019-07-19T20:01:13.396Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=198377633 data=null} to TreeItem with text {Traces [1]} 16:01:13 [2019-07-19T20:01:13.396Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=198377633 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:01:13 [2019-07-19T20:01:13.396Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198377633 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 16:01:13 [2019-07-19T20:01:13.653Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=198377657 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:01:13 [2019-07-19T20:01:13.909Z] 16:01:13 [2019-07-19T20:01:13.909Z] !ENTRY org.eclipse.tracecompass.tmf.ui 4 0 2019-07-19 20:01:13.690 16:01:13 [2019-07-19T20:01:13.910Z] !MESSAGE Error initializing trace. 16:01:13 [2019-07-19T20:01:13.910Z] 16:01:13 [2019-07-19T20:01:13.910Z] org.eclipse.tracecompass.tmf.core.exceptions.TmfTraceException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid value for alignment : -8 16:01:13 [2019-07-19T20:01:13.910Z] !STACK 0 16:01:13 [2019-07-19T20:01:13.910Z] org.eclipse.tracecompass.ctf.core.CTFException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid value for alignment : -8 16:01:13 [2019-07-19T20:01:13.910Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:170) 16:01:13 [2019-07-19T20:01:13.910Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:189) 16:01:13 [2019-07-19T20:01:13.910Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:164) 16:01:13 [2019-07-19T20:01:13.910Z] at org.eclipse.tracecompass.tmf.ctf.core.trace.CtfTmfTrace.initTrace(CtfTmfTrace.java:225) 16:01:13 [2019-07-19T20:01:13.910Z] at org.eclipse.tracecompass.tmf.core.trace.TmfTrace.initTrace(TmfTrace.java:225) 16:01:13 [2019-07-19T20:01:13.910Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openTraceElement(TmfOpenTraceHelper.java:281) 16:01:13 [2019-07-19T20:01:13.910Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openProjectElement(TmfOpenTraceHelper.java:340) 16:01:13 [2019-07-19T20:01:13.910Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.access$1(TmfOpenTraceHelper.java:337) 16:01:13 [2019-07-19T20:01:13.910Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper$OpenProjectElementJob.run(TmfOpenTraceHelper.java:454) 16:01:13 [2019-07-19T20:01:13.910Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) 16:01:13 [2019-07-19T20:01:13.910Z] Caused by: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid value for alignment : -8 16:01:13 [2019-07-19T20:01:13.910Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.AlignmentParser.parse(AlignmentParser.java:85) 16:01:13 [2019-07-19T20:01:13.910Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.struct.StructParser.parse(StructParser.java:179) 16:01:13 [2019-07-19T20:01:13.910Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeSpecifierListParser.parse(TypeSpecifierListParser.java:129) 16:01:13 [2019-07-19T20:01:13.910Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRootDeclaration(IOStructGen.java:288) 16:01:13 [2019-07-19T20:01:13.910Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRoot(IOStructGen.java:143) 16:01:13 [2019-07-19T20:01:13.910Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.generate(IOStructGen.java:95) 16:01:13 [2019-07-19T20:01:13.910Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.readMetaDataText(Metadata.java:257) 16:01:13 [2019-07-19T20:01:13.910Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:165) 16:01:13 [2019-07-19T20:01:13.910Z] ... 9 more 16:01:14 [2019-07-19T20:01:14.473Z] DEBUG - matched Shell with text "Open Trace", using matcher: with text 'Open Trace' 16:01:14 [2019-07-19T20:01:14.473Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Open Trace} time=198378448 data=null doit=true} to Shell with text {Open Trace} 16:01:14 [2019-07-19T20:01:14.473Z] DEBUG - matched Label with text "", using matcher: of type 'Label' 16:01:14 [2019-07-19T20:01:14.473Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') 16:01:14 [2019-07-19T20:01:14.473Z] DEBUG - matched Label with text "Error initializing t...", using matcher: of type 'Label' 16:01:14 [2019-07-19T20:01:14.473Z] DEBUG - matched Label with text "Error initializing t...", using matcher: (of type 'Label') 16:01:14 [2019-07-19T20:01:14.473Z] DEBUG - matched Label with text "", using matcher: of type 'Label' 16:01:14 [2019-07-19T20:01:14.473Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') 16:01:14 [2019-07-19T20:01:14.473Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:01:14 [2019-07-19T20:01:14.473Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:01:14 [2019-07-19T20:01:14.473Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 16:01:14 [2019-07-19T20:01:14.473Z] DEBUG - Clicking on OK 16:01:14 [2019-07-19T20:01:14.473Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=198378451 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:01:14 [2019-07-19T20:01:14.473Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=198378451 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:01:14 [2019-07-19T20:01:14.473Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=198378451 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') 16:01:14 [2019-07-19T20:01:14.473Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=198378451 data=null} to (of type 'Button' and with style 'SWT.PUSH') 16:01:14 [2019-07-19T20:01:14.473Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=198378451 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:01:14 [2019-07-19T20:01:14.473Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=198378451 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:01:14 [2019-07-19T20:01:14.473Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=198378451 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') 16:01:14 [2019-07-19T20:01:14.473Z] DEBUG - Clicked on 16:01:14 [2019-07-19T20:01:14.731Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:01:14 [2019-07-19T20:01:14.731Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:01:14 [2019-07-19T20:01:14.731Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:01:14 [2019-07-19T20:01:14.731Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:01:14 [2019-07-19T20:01:14.731Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:01:14 [2019-07-19T20:01:14.731Z] DEBUG - Attempting to set focus on Tree with text {} 16:01:14 [2019-07-19T20:01:14.731Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198378843 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} 16:01:14 [2019-07-19T20:01:14.731Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=198378844 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:01:14 [2019-07-19T20:01:14.731Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=198378844 data=null} to TreeItem with text {TestInvalidCtfTraces} 16:01:14 [2019-07-19T20:01:14.731Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198378844 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:01:14 [2019-07-19T20:01:14.731Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198378844 data=null item=TreeItem {TestInvalidCtfTraces} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:01:14 [2019-07-19T20:01:14.731Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198378867 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:01:14 [2019-07-19T20:01:14.731Z] DEBUG - Attempting to set focus on Tree with text {} 16:01:14 [2019-07-19T20:01:14.731Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198378868 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} 16:01:14 [2019-07-19T20:01:14.731Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=198378868 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:01:14 [2019-07-19T20:01:14.731Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=198378868 data=null} to TreeItem with text {TestInvalidCtfTraces} 16:01:14 [2019-07-19T20:01:14.731Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198378874 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:01:14 [2019-07-19T20:01:14.731Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198378875 data=null item=TreeItem {TestInvalidCtfTraces} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:01:14 [2019-07-19T20:01:14.731Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198378884 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:01:14 [2019-07-19T20:01:14.731Z] WARN - Tree item TreeItem with text {TestInvalidCtfTraces} is already expanded. Won't expand it again. 16:01:14 [2019-07-19T20:01:14.731Z] DEBUG - Attempting to set focus on Tree with text {} 16:01:14 [2019-07-19T20:01:14.731Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=198378929 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 16:01:14 [2019-07-19T20:01:14.731Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=198378930 data=null doit=true} to TreeItem with text {Traces [1]} 16:01:14 [2019-07-19T20:01:14.731Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=198378930 data=null} to TreeItem with text {Traces [1]} 16:01:14 [2019-07-19T20:01:14.731Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=198378930 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:01:14 [2019-07-19T20:01:14.731Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198378930 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 16:01:14 [2019-07-19T20:01:14.731Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=198378942 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:01:14 [2019-07-19T20:01:14.988Z] 16:01:14 [2019-07-19T20:01:14.988Z] !ENTRY org.eclipse.tracecompass.tmf.ui 4 0 2019-07-19 20:01:14.922 16:01:14 [2019-07-19T20:01:14.988Z] !MESSAGE Error initializing trace. 16:01:14 [2019-07-19T20:01:14.988Z] 16:01:14 [2019-07-19T20:01:14.988Z] org.eclipse.tracecompass.tmf.core.exceptions.TmfTraceException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid value for alignment 16:01:14 [2019-07-19T20:01:14.988Z] !STACK 0 16:01:14 [2019-07-19T20:01:14.988Z] org.eclipse.tracecompass.ctf.core.CTFException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid value for alignment 16:01:14 [2019-07-19T20:01:14.988Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:170) 16:01:14 [2019-07-19T20:01:14.988Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:189) 16:01:14 [2019-07-19T20:01:14.988Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:164) 16:01:14 [2019-07-19T20:01:14.988Z] at org.eclipse.tracecompass.tmf.ctf.core.trace.CtfTmfTrace.initTrace(CtfTmfTrace.java:225) 16:01:14 [2019-07-19T20:01:14.988Z] at org.eclipse.tracecompass.tmf.core.trace.TmfTrace.initTrace(TmfTrace.java:225) 16:01:14 [2019-07-19T20:01:14.988Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openTraceElement(TmfOpenTraceHelper.java:281) 16:01:14 [2019-07-19T20:01:14.988Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openProjectElement(TmfOpenTraceHelper.java:340) 16:01:14 [2019-07-19T20:01:14.988Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.access$1(TmfOpenTraceHelper.java:337) 16:01:14 [2019-07-19T20:01:14.988Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper$OpenProjectElementJob.run(TmfOpenTraceHelper.java:454) 16:01:14 [2019-07-19T20:01:14.988Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) 16:01:14 [2019-07-19T20:01:14.988Z] Caused by: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid value for alignment 16:01:14 [2019-07-19T20:01:14.988Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.AlignmentParser.parse(AlignmentParser.java:91) 16:01:14 [2019-07-19T20:01:14.988Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.struct.StructParser.parse(StructParser.java:179) 16:01:14 [2019-07-19T20:01:14.988Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeSpecifierListParser.parse(TypeSpecifierListParser.java:129) 16:01:14 [2019-07-19T20:01:14.988Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRootDeclaration(IOStructGen.java:288) 16:01:14 [2019-07-19T20:01:14.988Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRoot(IOStructGen.java:143) 16:01:14 [2019-07-19T20:01:14.988Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.generate(IOStructGen.java:95) 16:01:14 [2019-07-19T20:01:14.988Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.readMetaDataText(Metadata.java:257) 16:01:14 [2019-07-19T20:01:14.988Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:165) 16:01:14 [2019-07-19T20:01:14.988Z] ... 9 more 16:01:15 [2019-07-19T20:01:15.919Z] DEBUG - matched Shell with text "Open Trace", using matcher: with text 'Open Trace' 16:01:15 [2019-07-19T20:01:15.919Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Open Trace} time=198379817 data=null doit=true} to Shell with text {Open Trace} 16:01:15 [2019-07-19T20:01:15.919Z] DEBUG - matched Label with text "", using matcher: of type 'Label' 16:01:15 [2019-07-19T20:01:15.919Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') 16:01:15 [2019-07-19T20:01:15.919Z] DEBUG - matched Label with text "Error initializing t...", using matcher: of type 'Label' 16:01:15 [2019-07-19T20:01:15.919Z] DEBUG - matched Label with text "Error initializing t...", using matcher: (of type 'Label') 16:01:15 [2019-07-19T20:01:15.919Z] DEBUG - matched Label with text "", using matcher: of type 'Label' 16:01:15 [2019-07-19T20:01:15.919Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') 16:01:15 [2019-07-19T20:01:15.919Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:01:15 [2019-07-19T20:01:15.919Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:01:15 [2019-07-19T20:01:15.919Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 16:01:15 [2019-07-19T20:01:15.919Z] DEBUG - Clicking on OK 16:01:15 [2019-07-19T20:01:15.919Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=198379819 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:01:15 [2019-07-19T20:01:15.919Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=198379819 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:01:15 [2019-07-19T20:01:15.919Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=198379819 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') 16:01:15 [2019-07-19T20:01:15.919Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=198379819 data=null} to (of type 'Button' and with style 'SWT.PUSH') 16:01:15 [2019-07-19T20:01:15.919Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=198379819 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:01:15 [2019-07-19T20:01:15.919Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=198379819 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:01:15 [2019-07-19T20:01:15.919Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=198379820 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') 16:01:15 [2019-07-19T20:01:15.919Z] DEBUG - Clicked on 16:01:15 [2019-07-19T20:01:15.919Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:01:15 [2019-07-19T20:01:15.919Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:01:15 [2019-07-19T20:01:15.919Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:01:15 [2019-07-19T20:01:15.919Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:01:15 [2019-07-19T20:01:15.919Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:01:15 [2019-07-19T20:01:15.919Z] DEBUG - Attempting to set focus on Tree with text {} 16:01:15 [2019-07-19T20:01:15.919Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198380132 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} 16:01:15 [2019-07-19T20:01:15.919Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=198380132 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:01:15 [2019-07-19T20:01:15.919Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=198380132 data=null} to TreeItem with text {TestInvalidCtfTraces} 16:01:15 [2019-07-19T20:01:15.919Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198380133 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:01:15 [2019-07-19T20:01:15.919Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198380133 data=null item=TreeItem {TestInvalidCtfTraces} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:01:15 [2019-07-19T20:01:15.919Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198380161 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:01:15 [2019-07-19T20:01:15.919Z] DEBUG - Attempting to set focus on Tree with text {} 16:01:15 [2019-07-19T20:01:15.919Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198380163 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} 16:01:15 [2019-07-19T20:01:15.919Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=198380163 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:01:15 [2019-07-19T20:01:15.919Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=198380163 data=null} to TreeItem with text {TestInvalidCtfTraces} 16:01:15 [2019-07-19T20:01:15.919Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198380163 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:01:16 [2019-07-19T20:01:16.176Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198380164 data=null item=TreeItem {TestInvalidCtfTraces} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:01:16 [2019-07-19T20:01:16.176Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198380177 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:01:16 [2019-07-19T20:01:16.176Z] WARN - Tree item TreeItem with text {TestInvalidCtfTraces} is already expanded. Won't expand it again. 16:01:16 [2019-07-19T20:01:16.176Z] DEBUG - Attempting to set focus on Tree with text {} 16:01:16 [2019-07-19T20:01:16.176Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=198380179 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 16:01:16 [2019-07-19T20:01:16.176Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=198380179 data=null doit=true} to TreeItem with text {Traces [1]} 16:01:16 [2019-07-19T20:01:16.176Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=198380179 data=null} to TreeItem with text {Traces [1]} 16:01:16 [2019-07-19T20:01:16.176Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=198380179 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:01:16 [2019-07-19T20:01:16.176Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198380180 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 16:01:16 [2019-07-19T20:01:16.176Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=198380243 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:01:16 [2019-07-19T20:01:16.433Z] 16:01:16 [2019-07-19T20:01:16.433Z] !ENTRY org.eclipse.tracecompass.tmf.ui 4 0 2019-07-19 20:01:16.192 16:01:16 [2019-07-19T20:01:16.433Z] !MESSAGE Error initializing trace. 16:01:16 [2019-07-19T20:01:16.433Z] 16:01:16 [2019-07-19T20:01:16.433Z] org.eclipse.tracecompass.tmf.core.exceptions.TmfTraceException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid value for alignment : 0 16:01:16 [2019-07-19T20:01:16.433Z] !STACK 0 16:01:16 [2019-07-19T20:01:16.433Z] org.eclipse.tracecompass.ctf.core.CTFException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid value for alignment : 0 16:01:16 [2019-07-19T20:01:16.433Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:170) 16:01:16 [2019-07-19T20:01:16.433Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:189) 16:01:16 [2019-07-19T20:01:16.433Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:164) 16:01:16 [2019-07-19T20:01:16.433Z] at org.eclipse.tracecompass.tmf.ctf.core.trace.CtfTmfTrace.initTrace(CtfTmfTrace.java:225) 16:01:16 [2019-07-19T20:01:16.433Z] at org.eclipse.tracecompass.tmf.core.trace.TmfTrace.initTrace(TmfTrace.java:225) 16:01:16 [2019-07-19T20:01:16.433Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openTraceElement(TmfOpenTraceHelper.java:281) 16:01:16 [2019-07-19T20:01:16.433Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openProjectElement(TmfOpenTraceHelper.java:340) 16:01:16 [2019-07-19T20:01:16.433Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.access$1(TmfOpenTraceHelper.java:337) 16:01:16 [2019-07-19T20:01:16.433Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper$OpenProjectElementJob.run(TmfOpenTraceHelper.java:454) 16:01:16 [2019-07-19T20:01:16.433Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) 16:01:16 [2019-07-19T20:01:16.433Z] Caused by: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid value for alignment : 0 16:01:16 [2019-07-19T20:01:16.433Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.AlignmentParser.parse(AlignmentParser.java:85) 16:01:16 [2019-07-19T20:01:16.433Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.struct.StructParser.parse(StructParser.java:179) 16:01:16 [2019-07-19T20:01:16.433Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeSpecifierListParser.parse(TypeSpecifierListParser.java:129) 16:01:16 [2019-07-19T20:01:16.433Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRootDeclaration(IOStructGen.java:288) 16:01:16 [2019-07-19T20:01:16.433Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRoot(IOStructGen.java:143) 16:01:16 [2019-07-19T20:01:16.433Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.generate(IOStructGen.java:95) 16:01:16 [2019-07-19T20:01:16.433Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.readMetaDataText(Metadata.java:257) 16:01:16 [2019-07-19T20:01:16.433Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:165) 16:01:16 [2019-07-19T20:01:16.433Z] ... 9 more 16:01:17 [2019-07-19T20:01:17.001Z] DEBUG - matched Shell with text "Open Trace", using matcher: with text 'Open Trace' 16:01:17 [2019-07-19T20:01:17.001Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Open Trace} time=198381071 data=null doit=true} to Shell with text {Open Trace} 16:01:17 [2019-07-19T20:01:17.001Z] DEBUG - matched Label with text "", using matcher: of type 'Label' 16:01:17 [2019-07-19T20:01:17.001Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') 16:01:17 [2019-07-19T20:01:17.001Z] DEBUG - matched Label with text "Error initializing t...", using matcher: of type 'Label' 16:01:17 [2019-07-19T20:01:17.001Z] DEBUG - matched Label with text "Error initializing t...", using matcher: (of type 'Label') 16:01:17 [2019-07-19T20:01:17.001Z] DEBUG - matched Label with text "", using matcher: of type 'Label' 16:01:17 [2019-07-19T20:01:17.001Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') 16:01:17 [2019-07-19T20:01:17.001Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:01:17 [2019-07-19T20:01:17.001Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:01:17 [2019-07-19T20:01:17.001Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 16:01:17 [2019-07-19T20:01:17.001Z] DEBUG - Clicking on OK 16:01:17 [2019-07-19T20:01:17.001Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=198381073 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:01:17 [2019-07-19T20:01:17.001Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=198381073 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:01:17 [2019-07-19T20:01:17.001Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=198381073 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') 16:01:17 [2019-07-19T20:01:17.001Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=198381073 data=null} to (of type 'Button' and with style 'SWT.PUSH') 16:01:17 [2019-07-19T20:01:17.001Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=198381073 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:01:17 [2019-07-19T20:01:17.001Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=198381073 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:01:17 [2019-07-19T20:01:17.001Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=198381073 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') 16:01:17 [2019-07-19T20:01:17.001Z] DEBUG - Clicked on 16:01:17 [2019-07-19T20:01:17.259Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:01:17 [2019-07-19T20:01:17.259Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:01:17 [2019-07-19T20:01:17.259Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:01:17 [2019-07-19T20:01:17.259Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:01:17 [2019-07-19T20:01:17.259Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:01:17 [2019-07-19T20:01:17.259Z] DEBUG - Attempting to set focus on Tree with text {} 16:01:17 [2019-07-19T20:01:17.259Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198381344 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} 16:01:17 [2019-07-19T20:01:17.259Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=198381344 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:01:17 [2019-07-19T20:01:17.259Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=198381344 data=null} to TreeItem with text {TestInvalidCtfTraces} 16:01:17 [2019-07-19T20:01:17.259Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198381345 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:01:17 [2019-07-19T20:01:17.259Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198381345 data=null item=TreeItem {TestInvalidCtfTraces} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:01:17 [2019-07-19T20:01:17.259Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198381367 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:01:17 [2019-07-19T20:01:17.259Z] DEBUG - Attempting to set focus on Tree with text {} 16:01:17 [2019-07-19T20:01:17.259Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198381368 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} 16:01:17 [2019-07-19T20:01:17.259Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=198381368 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:01:17 [2019-07-19T20:01:17.259Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=198381368 data=null} to TreeItem with text {TestInvalidCtfTraces} 16:01:17 [2019-07-19T20:01:17.259Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198381369 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:01:17 [2019-07-19T20:01:17.259Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198381374 data=null item=TreeItem {TestInvalidCtfTraces} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:01:17 [2019-07-19T20:01:17.259Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198381383 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:01:17 [2019-07-19T20:01:17.259Z] WARN - Tree item TreeItem with text {TestInvalidCtfTraces} is already expanded. Won't expand it again. 16:01:17 [2019-07-19T20:01:17.259Z] DEBUG - Attempting to set focus on Tree with text {} 16:01:17 [2019-07-19T20:01:17.259Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=198381430 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 16:01:17 [2019-07-19T20:01:17.259Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=198381431 data=null doit=true} to TreeItem with text {Traces [1]} 16:01:17 [2019-07-19T20:01:17.259Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=198381431 data=null} to TreeItem with text {Traces [1]} 16:01:17 [2019-07-19T20:01:17.259Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=198381431 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:01:17 [2019-07-19T20:01:17.259Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198381431 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 16:01:17 [2019-07-19T20:01:17.259Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=198381454 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:01:17 [2019-07-19T20:01:17.516Z] 16:01:17 [2019-07-19T20:01:17.516Z] !ENTRY org.eclipse.tracecompass.tmf.ui 4 0 2019-07-19 20:01:17.402 16:01:17 [2019-07-19T20:01:17.516Z] !MESSAGE Error initializing trace. 16:01:17 [2019-07-19T20:01:17.516Z] 16:01:17 [2019-07-19T20:01:17.516Z] org.eclipse.tracecompass.tmf.core.exceptions.TmfTraceException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Identifier has already been defined:xxx 16:01:17 [2019-07-19T20:01:17.516Z] !STACK 0 16:01:17 [2019-07-19T20:01:17.516Z] org.eclipse.tracecompass.ctf.core.CTFException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Identifier has already been defined:xxx 16:01:17 [2019-07-19T20:01:17.516Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:170) 16:01:17 [2019-07-19T20:01:17.516Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:189) 16:01:17 [2019-07-19T20:01:17.516Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:164) 16:01:17 [2019-07-19T20:01:17.516Z] at org.eclipse.tracecompass.tmf.ctf.core.trace.CtfTmfTrace.initTrace(CtfTmfTrace.java:225) 16:01:17 [2019-07-19T20:01:17.516Z] at org.eclipse.tracecompass.tmf.core.trace.TmfTrace.initTrace(TmfTrace.java:225) 16:01:17 [2019-07-19T20:01:17.516Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openTraceElement(TmfOpenTraceHelper.java:281) 16:01:17 [2019-07-19T20:01:17.516Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openProjectElement(TmfOpenTraceHelper.java:340) 16:01:17 [2019-07-19T20:01:17.516Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.access$1(TmfOpenTraceHelper.java:337) 16:01:17 [2019-07-19T20:01:17.516Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper$OpenProjectElementJob.run(TmfOpenTraceHelper.java:454) 16:01:17 [2019-07-19T20:01:17.516Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) 16:01:17 [2019-07-19T20:01:17.516Z] Caused by: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Identifier has already been defined:xxx 16:01:17 [2019-07-19T20:01:17.516Z] at org.eclipse.tracecompass.ctf.core.event.metadata.DeclarationScope.registerIdentifier(DeclarationScope.java:193) 16:01:17 [2019-07-19T20:01:17.516Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.struct.StructDeclarationParser.parse(StructDeclarationParser.java:114) 16:01:17 [2019-07-19T20:01:17.516Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.struct.StructBodyParser.parse(StructBodyParser.java:150) 16:01:17 [2019-07-19T20:01:17.516Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.struct.StructParser.parse(StructParser.java:224) 16:01:17 [2019-07-19T20:01:17.516Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeSpecifierListParser.parse(TypeSpecifierListParser.java:129) 16:01:17 [2019-07-19T20:01:17.516Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRootDeclaration(IOStructGen.java:288) 16:01:17 [2019-07-19T20:01:17.516Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRoot(IOStructGen.java:143) 16:01:17 [2019-07-19T20:01:17.516Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.generate(IOStructGen.java:95) 16:01:17 [2019-07-19T20:01:17.516Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.readMetaDataText(Metadata.java:257) 16:01:17 [2019-07-19T20:01:17.516Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:165) 16:01:17 [2019-07-19T20:01:17.516Z] ... 9 more 16:01:18 [2019-07-19T20:01:18.446Z] DEBUG - matched Shell with text "Open Trace", using matcher: with text 'Open Trace' 16:01:18 [2019-07-19T20:01:18.446Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Open Trace} time=198382347 data=null doit=true} to Shell with text {Open Trace} 16:01:18 [2019-07-19T20:01:18.446Z] DEBUG - matched Label with text "", using matcher: of type 'Label' 16:01:18 [2019-07-19T20:01:18.446Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') 16:01:18 [2019-07-19T20:01:18.446Z] DEBUG - matched Label with text "Error initializing t...", using matcher: of type 'Label' 16:01:18 [2019-07-19T20:01:18.446Z] DEBUG - matched Label with text "Error initializing t...", using matcher: (of type 'Label') 16:01:18 [2019-07-19T20:01:18.446Z] DEBUG - matched Label with text "", using matcher: of type 'Label' 16:01:18 [2019-07-19T20:01:18.446Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') 16:01:18 [2019-07-19T20:01:18.446Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:01:18 [2019-07-19T20:01:18.446Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:01:18 [2019-07-19T20:01:18.446Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 16:01:18 [2019-07-19T20:01:18.446Z] DEBUG - Clicking on OK 16:01:18 [2019-07-19T20:01:18.446Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=198382349 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:01:18 [2019-07-19T20:01:18.446Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=198382349 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:01:18 [2019-07-19T20:01:18.446Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=198382349 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') 16:01:18 [2019-07-19T20:01:18.446Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=198382349 data=null} to (of type 'Button' and with style 'SWT.PUSH') 16:01:18 [2019-07-19T20:01:18.446Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=198382349 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:01:18 [2019-07-19T20:01:18.446Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=198382349 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:01:18 [2019-07-19T20:01:18.446Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=198382349 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') 16:01:18 [2019-07-19T20:01:18.446Z] DEBUG - Clicked on 16:01:18 [2019-07-19T20:01:18.446Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:01:18 [2019-07-19T20:01:18.446Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:01:18 [2019-07-19T20:01:18.446Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:01:18 [2019-07-19T20:01:18.446Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:01:18 [2019-07-19T20:01:18.446Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:01:18 [2019-07-19T20:01:18.446Z] DEBUG - Attempting to set focus on Tree with text {} 16:01:18 [2019-07-19T20:01:18.446Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198382627 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} 16:01:18 [2019-07-19T20:01:18.446Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=198382628 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:01:18 [2019-07-19T20:01:18.446Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=198382628 data=null} to TreeItem with text {TestInvalidCtfTraces} 16:01:18 [2019-07-19T20:01:18.446Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198382628 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:01:18 [2019-07-19T20:01:18.446Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198382629 data=null item=TreeItem {TestInvalidCtfTraces} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:01:18 [2019-07-19T20:01:18.446Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198382656 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:01:18 [2019-07-19T20:01:18.446Z] DEBUG - Attempting to set focus on Tree with text {} 16:01:18 [2019-07-19T20:01:18.446Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198382657 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} 16:01:18 [2019-07-19T20:01:18.446Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=198382657 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:01:18 [2019-07-19T20:01:18.446Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=198382658 data=null} to TreeItem with text {TestInvalidCtfTraces} 16:01:18 [2019-07-19T20:01:18.446Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198382658 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:01:18 [2019-07-19T20:01:18.446Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198382659 data=null item=TreeItem {TestInvalidCtfTraces} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:01:18 [2019-07-19T20:01:18.446Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198382674 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:01:18 [2019-07-19T20:01:18.446Z] WARN - Tree item TreeItem with text {TestInvalidCtfTraces} is already expanded. Won't expand it again. 16:01:18 [2019-07-19T20:01:18.446Z] DEBUG - Attempting to set focus on Tree with text {} 16:01:18 [2019-07-19T20:01:18.446Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=198382676 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 16:01:18 [2019-07-19T20:01:18.446Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=198382676 data=null doit=true} to TreeItem with text {Traces [1]} 16:01:18 [2019-07-19T20:01:18.446Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=198382676 data=null} to TreeItem with text {Traces [1]} 16:01:18 [2019-07-19T20:01:18.446Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=198382677 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:01:18 [2019-07-19T20:01:18.446Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198382677 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 16:01:18 [2019-07-19T20:01:18.703Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=198382735 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:01:18 [2019-07-19T20:01:18.961Z] 16:01:18 [2019-07-19T20:01:18.961Z] !ENTRY org.eclipse.tracecompass.tmf.ui 4 0 2019-07-19 20:01:18.721 16:01:18 [2019-07-19T20:01:18.961Z] !MESSAGE Error initializing trace. 16:01:18 [2019-07-19T20:01:18.961Z] 16:01:18 [2019-07-19T20:01:18.961Z] org.eclipse.tracecompass.tmf.core.exceptions.TmfTraceException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: struct a already defined. 16:01:18 [2019-07-19T20:01:18.961Z] !STACK 0 16:01:18 [2019-07-19T20:01:18.961Z] org.eclipse.tracecompass.ctf.core.CTFException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: struct a already defined. 16:01:18 [2019-07-19T20:01:18.961Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:170) 16:01:18 [2019-07-19T20:01:18.961Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:189) 16:01:18 [2019-07-19T20:01:18.961Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:164) 16:01:18 [2019-07-19T20:01:18.961Z] at org.eclipse.tracecompass.tmf.ctf.core.trace.CtfTmfTrace.initTrace(CtfTmfTrace.java:225) 16:01:18 [2019-07-19T20:01:18.961Z] at org.eclipse.tracecompass.tmf.core.trace.TmfTrace.initTrace(TmfTrace.java:225) 16:01:18 [2019-07-19T20:01:18.961Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openTraceElement(TmfOpenTraceHelper.java:281) 16:01:18 [2019-07-19T20:01:18.961Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openProjectElement(TmfOpenTraceHelper.java:340) 16:01:18 [2019-07-19T20:01:18.961Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.access$1(TmfOpenTraceHelper.java:337) 16:01:18 [2019-07-19T20:01:18.961Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper$OpenProjectElementJob.run(TmfOpenTraceHelper.java:454) 16:01:18 [2019-07-19T20:01:18.961Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) 16:01:18 [2019-07-19T20:01:18.961Z] Caused by: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: struct a already defined. 16:01:18 [2019-07-19T20:01:18.961Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.struct.StructParser.parse(StructParser.java:216) 16:01:18 [2019-07-19T20:01:18.961Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeSpecifierListParser.parse(TypeSpecifierListParser.java:129) 16:01:18 [2019-07-19T20:01:18.961Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRootDeclaration(IOStructGen.java:288) 16:01:18 [2019-07-19T20:01:18.961Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRoot(IOStructGen.java:143) 16:01:18 [2019-07-19T20:01:18.961Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.generate(IOStructGen.java:95) 16:01:18 [2019-07-19T20:01:18.961Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.readMetaDataText(Metadata.java:257) 16:01:18 [2019-07-19T20:01:18.961Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:165) 16:01:18 [2019-07-19T20:01:18.961Z] ... 9 more 16:01:19 [2019-07-19T20:01:19.525Z] DEBUG - matched Shell with text "Open Trace", using matcher: with text 'Open Trace' 16:01:19 [2019-07-19T20:01:19.525Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Open Trace} time=198383629 data=null doit=true} to Shell with text {Open Trace} 16:01:19 [2019-07-19T20:01:19.525Z] DEBUG - matched Label with text "", using matcher: of type 'Label' 16:01:19 [2019-07-19T20:01:19.525Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') 16:01:19 [2019-07-19T20:01:19.525Z] DEBUG - matched Label with text "Error initializing t...", using matcher: of type 'Label' 16:01:19 [2019-07-19T20:01:19.525Z] DEBUG - matched Label with text "Error initializing t...", using matcher: (of type 'Label') 16:01:19 [2019-07-19T20:01:19.525Z] DEBUG - matched Label with text "", using matcher: of type 'Label' 16:01:19 [2019-07-19T20:01:19.525Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') 16:01:19 [2019-07-19T20:01:19.525Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:01:19 [2019-07-19T20:01:19.525Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:01:19 [2019-07-19T20:01:19.525Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 16:01:19 [2019-07-19T20:01:19.525Z] DEBUG - Clicking on OK 16:01:19 [2019-07-19T20:01:19.525Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=198383631 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:01:19 [2019-07-19T20:01:19.525Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=198383631 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:01:19 [2019-07-19T20:01:19.525Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=198383631 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') 16:01:19 [2019-07-19T20:01:19.526Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=198383632 data=null} to (of type 'Button' and with style 'SWT.PUSH') 16:01:19 [2019-07-19T20:01:19.526Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=198383632 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:01:19 [2019-07-19T20:01:19.526Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=198383632 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:01:19 [2019-07-19T20:01:19.526Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=198383632 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') 16:01:19 [2019-07-19T20:01:19.526Z] DEBUG - Clicked on 16:01:19 [2019-07-19T20:01:19.783Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:01:19 [2019-07-19T20:01:19.783Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:01:19 [2019-07-19T20:01:19.783Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:01:19 [2019-07-19T20:01:19.783Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:01:19 [2019-07-19T20:01:19.783Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:01:19 [2019-07-19T20:01:19.783Z] DEBUG - Attempting to set focus on Tree with text {} 16:01:19 [2019-07-19T20:01:19.783Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198383874 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} 16:01:19 [2019-07-19T20:01:19.783Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=198383874 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:01:19 [2019-07-19T20:01:19.783Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=198383874 data=null} to TreeItem with text {TestInvalidCtfTraces} 16:01:19 [2019-07-19T20:01:19.783Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198383875 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:01:19 [2019-07-19T20:01:19.783Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198383875 data=null item=TreeItem {TestInvalidCtfTraces} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:01:19 [2019-07-19T20:01:19.783Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198383955 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:01:19 [2019-07-19T20:01:19.783Z] DEBUG - Attempting to set focus on Tree with text {} 16:01:19 [2019-07-19T20:01:19.783Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198383956 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} 16:01:19 [2019-07-19T20:01:19.783Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=198383956 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:01:19 [2019-07-19T20:01:19.783Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=198383957 data=null} to TreeItem with text {TestInvalidCtfTraces} 16:01:19 [2019-07-19T20:01:19.783Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198383957 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:01:19 [2019-07-19T20:01:19.783Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198383957 data=null item=TreeItem {TestInvalidCtfTraces} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:01:19 [2019-07-19T20:01:19.783Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198383970 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:01:19 [2019-07-19T20:01:19.783Z] WARN - Tree item TreeItem with text {TestInvalidCtfTraces} is already expanded. Won't expand it again. 16:01:19 [2019-07-19T20:01:19.783Z] DEBUG - Attempting to set focus on Tree with text {} 16:01:19 [2019-07-19T20:01:19.783Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=198383972 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 16:01:19 [2019-07-19T20:01:19.783Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=198383972 data=null doit=true} to TreeItem with text {Traces [1]} 16:01:19 [2019-07-19T20:01:19.783Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=198383972 data=null} to TreeItem with text {Traces [1]} 16:01:19 [2019-07-19T20:01:19.783Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=198383973 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:01:19 [2019-07-19T20:01:19.783Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198383973 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 16:01:20 [2019-07-19T20:01:20.040Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=198384041 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:01:20 [2019-07-19T20:01:20.040Z] 16:01:20 [2019-07-19T20:01:20.040Z] !ENTRY org.eclipse.tracecompass.tmf.ui 4 0 2019-07-19 20:01:19.972 16:01:20 [2019-07-19T20:01:20.040Z] !MESSAGE Error initializing trace. 16:01:20 [2019-07-19T20:01:20.040Z] 16:01:20 [2019-07-19T20:01:20.040Z] org.eclipse.tracecompass.tmf.core.exceptions.TmfTraceException: NoViableAltException(73@[]) at metadata:7:11 16:01:20 [2019-07-19T20:01:20.040Z] !STACK 0 16:01:20 [2019-07-19T20:01:20.040Z] org.eclipse.tracecompass.internal.ctf.core.event.metadata.CtfAntlrException: NoViableAltException(73@[]) at metadata:7:11 16:01:20 [2019-07-19T20:01:20.040Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:172) 16:01:20 [2019-07-19T20:01:20.040Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:189) 16:01:20 [2019-07-19T20:01:20.040Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:164) 16:01:20 [2019-07-19T20:01:20.040Z] at org.eclipse.tracecompass.tmf.ctf.core.trace.CtfTmfTrace.initTrace(CtfTmfTrace.java:225) 16:01:20 [2019-07-19T20:01:20.040Z] at org.eclipse.tracecompass.tmf.core.trace.TmfTrace.initTrace(TmfTrace.java:225) 16:01:20 [2019-07-19T20:01:20.040Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openTraceElement(TmfOpenTraceHelper.java:281) 16:01:20 [2019-07-19T20:01:20.040Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openProjectElement(TmfOpenTraceHelper.java:340) 16:01:20 [2019-07-19T20:01:20.040Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.access$1(TmfOpenTraceHelper.java:337) 16:01:20 [2019-07-19T20:01:20.040Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper$OpenProjectElementJob.run(TmfOpenTraceHelper.java:454) 16:01:20 [2019-07-19T20:01:20.040Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) 16:01:20 [2019-07-19T20:01:20.040Z] Caused by: NoViableAltException(73@[]) 16:01:20 [2019-07-19T20:01:20.040Z] at org.eclipse.tracecompass.ctf.parser.CTFParser.structSpecifier(CTFParser.java:3107) 16:01:20 [2019-07-19T20:01:20.040Z] at org.eclipse.tracecompass.ctf.parser.CTFParser.typeSpecifier(CTFParser.java:2573) 16:01:20 [2019-07-19T20:01:20.040Z] at org.eclipse.tracecompass.ctf.parser.CTFParser.declarationSpecifiers(CTFParser.java:1927) 16:01:20 [2019-07-19T20:01:20.040Z] at org.eclipse.tracecompass.ctf.parser.CTFParser.declaration(CTFParser.java:1706) 16:01:20 [2019-07-19T20:01:20.040Z] at org.eclipse.tracecompass.ctf.parser.CTFParser.parse(CTFParser.java:348) 16:01:20 [2019-07-19T20:01:20.040Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.createAST(Metadata.java:303) 16:01:20 [2019-07-19T20:01:20.040Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.readMetaDataText(Metadata.java:253) 16:01:20 [2019-07-19T20:01:20.040Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:165) 16:01:20 [2019-07-19T20:01:20.040Z] ... 9 more 16:01:20 [2019-07-19T20:01:20.604Z] DEBUG - matched Shell with text "Open Trace", using matcher: with text 'Open Trace' 16:01:20 [2019-07-19T20:01:20.604Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Open Trace} time=198384848 data=null doit=true} to Shell with text {Open Trace} 16:01:20 [2019-07-19T20:01:20.604Z] DEBUG - matched Label with text "", using matcher: of type 'Label' 16:01:20 [2019-07-19T20:01:20.604Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') 16:01:20 [2019-07-19T20:01:20.604Z] DEBUG - matched Label with text "Error initializing t...", using matcher: of type 'Label' 16:01:20 [2019-07-19T20:01:20.604Z] DEBUG - matched Label with text "Error initializing t...", using matcher: (of type 'Label') 16:01:20 [2019-07-19T20:01:20.604Z] DEBUG - matched Label with text "", using matcher: of type 'Label' 16:01:20 [2019-07-19T20:01:20.604Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') 16:01:20 [2019-07-19T20:01:20.604Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:01:20 [2019-07-19T20:01:20.604Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:01:20 [2019-07-19T20:01:20.604Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') 16:01:20 [2019-07-19T20:01:20.604Z] DEBUG - Clicking on OK 16:01:20 [2019-07-19T20:01:20.604Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=198384850 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:01:20 [2019-07-19T20:01:20.604Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=198384850 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:01:20 [2019-07-19T20:01:20.604Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=198384850 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') 16:01:20 [2019-07-19T20:01:20.604Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=198384850 data=null} to (of type 'Button' and with style 'SWT.PUSH') 16:01:20 [2019-07-19T20:01:20.604Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=198384850 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:01:20 [2019-07-19T20:01:20.604Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=198384850 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') 16:01:20 [2019-07-19T20:01:20.861Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=198384851 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') 16:01:20 [2019-07-19T20:01:20.861Z] DEBUG - Clicked on 16:01:21 [2019-07-19T20:01:21.120Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=198385166 data=null doit=true} to Shell with text {data - Eclipse Platform} 16:01:21 [2019-07-19T20:01:21.120Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' 16:01:21 [2019-07-19T20:01:21.120Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:01:21 [2019-07-19T20:01:21.120Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:01:21 [2019-07-19T20:01:21.120Z] DEBUG - Attempting to set focus on Tree with text {} 16:01:21 [2019-07-19T20:01:21.120Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198385190 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} 16:01:21 [2019-07-19T20:01:21.120Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=198385193 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:01:21 [2019-07-19T20:01:21.120Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=198385193 data=null} to TreeItem with text {TestInvalidCtfTraces} 16:01:21 [2019-07-19T20:01:21.120Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198385194 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:01:21 [2019-07-19T20:01:21.120Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198385194 data=null item=TreeItem {TestInvalidCtfTraces} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestInvalidCtfTraces} 16:01:21 [2019-07-19T20:01:21.120Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=198385223 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} 16:01:21 [2019-07-19T20:01:21.377Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' 16:01:21 [2019-07-19T20:01:21.377Z] DEBUG - Clicking on with mnemonic 'Delete' 16:01:21 [2019-07-19T20:01:21.377Z] DEBUG - Clicked on with mnemonic 'Delete' 16:01:22 [2019-07-19T20:01:22.307Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' 16:01:22 [2019-07-19T20:01:22.307Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} 16:01:22 [2019-07-19T20:01:22.307Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 16:01:22 [2019-07-19T20:01:22.307Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' 16:01:22 [2019-07-19T20:01:22.307Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') 16:01:22 [2019-07-19T20:01:22.307Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 16:01:22 [2019-07-19T20:01:22.307Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:01:22 [2019-07-19T20:01:22.307Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:01:22 [2019-07-19T20:01:22.307Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') 16:01:22 [2019-07-19T20:01:22.307Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected 16:01:22 [2019-07-19T20:01:22.307Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=198386464 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:01:22 [2019-07-19T20:01:22.307Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=198386465 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:01:22 [2019-07-19T20:01:22.307Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=198386465 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:01:22 [2019-07-19T20:01:22.307Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=198386466 data=null} to (of type 'Button' and with style 'SWT.CHECK') 16:01:22 [2019-07-19T20:01:22.307Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=198386466 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:01:22 [2019-07-19T20:01:22.307Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=198386466 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:01:22 [2019-07-19T20:01:22.307Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=198386466 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:01:22 [2019-07-19T20:01:22.307Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=198386466 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:01:22 [2019-07-19T20:01:22.307Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=198386466 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:01:22 [2019-07-19T20:01:22.307Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=198386467 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:01:22 [2019-07-19T20:01:22.307Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=198386467 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:01:22 [2019-07-19T20:01:22.307Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=198386467 data=null} to (of type 'Button' and with style 'SWT.CHECK') 16:01:22 [2019-07-19T20:01:22.307Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') 16:01:22 [2019-07-19T20:01:22.307Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 16:01:22 [2019-07-19T20:01:22.307Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 16:01:22 [2019-07-19T20:01:22.307Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:01:22 [2019-07-19T20:01:22.307Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:01:22 [2019-07-19T20:01:22.307Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 16:01:22 [2019-07-19T20:01:22.307Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:01:22 [2019-07-19T20:01:22.307Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:01:22 [2019-07-19T20:01:22.307Z] DEBUG - Clicking on OK 16:01:22 [2019-07-19T20:01:22.307Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=198386469 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:01:22 [2019-07-19T20:01:22.307Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=198386469 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:01:22 [2019-07-19T20:01:22.307Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=198386470 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:01:22 [2019-07-19T20:01:22.307Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=198386470 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:01:22 [2019-07-19T20:01:22.307Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=198386470 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:01:22 [2019-07-19T20:01:22.307Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=198386470 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:01:22 [2019-07-19T20:01:22.307Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:01:22 [2019-07-19T20:01:22.307Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:01:22 [2019-07-19T20:01:22.307Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:01:22 [2019-07-19T20:01:22.307Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:01:22 [2019-07-19T20:01:22.307Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:01:22 [2019-07-19T20:01:22.307Z] DEBUG - Clicked on OK 16:01:22 [2019-07-19T20:01:22.564Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=198386470 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:01:22 [2019-07-19T20:01:22.564Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=198385459 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' 16:01:22 [2019-07-19T20:01:22.822Z] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 41.747 s - in org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.TestInvalidCtfTrace 16:01:22 [2019-07-19T20:01:22.822Z] testOpen[0: ../../ctf/org.eclipse.tracecompass.ctf.core.tests/traces/ctf-testsuite/tests/1.8/regression/metadata/fail/array-redefinition](org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.TestInvalidCtfTrace) Time elapsed: 4.487 s 16:01:22 [2019-07-19T20:01:22.822Z] testOpen[1: ../../ctf/org.eclipse.tracecompass.ctf.core.tests/traces/ctf-testsuite/tests/1.8/regression/metadata/fail/array-size-identifier](org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.TestInvalidCtfTrace) Time elapsed: 2.071 s 16:01:22 [2019-07-19T20:01:22.822Z] testOpen[2: ../../ctf/org.eclipse.tracecompass.ctf.core.tests/traces/ctf-testsuite/tests/1.8/regression/metadata/fail/array-size-keyword](org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.TestInvalidCtfTrace) Time elapsed: 1.223 s 16:01:22 [2019-07-19T20:01:22.822Z] testOpen[3: ../../ctf/org.eclipse.tracecompass.ctf.core.tests/traces/ctf-testsuite/tests/1.8/regression/metadata/fail/array-size-negative](org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.TestInvalidCtfTrace) Time elapsed: 1.679 s 16:01:22 [2019-07-19T20:01:22.822Z] testOpen[4: ../../ctf/org.eclipse.tracecompass.ctf.core.tests/traces/ctf-testsuite/tests/1.8/regression/metadata/fail/array-size-not-present](org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.TestInvalidCtfTrace) Time elapsed: 1.446 s 16:01:22 [2019-07-19T20:01:22.822Z] testOpen[5: ../../ctf/org.eclipse.tracecompass.ctf.core.tests/traces/ctf-testsuite/tests/1.8/regression/metadata/fail/array-size-string](org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.TestInvalidCtfTrace) Time elapsed: 1.38 s 16:01:22 [2019-07-19T20:01:22.822Z] testOpen[6: ../../ctf/org.eclipse.tracecompass.ctf.core.tests/traces/ctf-testsuite/tests/1.8/regression/metadata/fail/array-size-type-field](org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.TestInvalidCtfTrace) Time elapsed: 1.788 s 16:01:22 [2019-07-19T20:01:22.822Z] testOpen[7: ../../ctf/org.eclipse.tracecompass.ctf.core.tests/traces/ctf-testsuite/tests/1.8/regression/metadata/fail/array-size-type](org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.TestInvalidCtfTrace) Time elapsed: 1.622 s 16:01:22 [2019-07-19T20:01:22.822Z] testOpen[8: ../../ctf/org.eclipse.tracecompass.ctf.core.tests/traces/ctf-testsuite/tests/1.8/regression/metadata/fail/integer-encoding-as-string](org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.TestInvalidCtfTrace) Time elapsed: 1.607 s 16:01:22 [2019-07-19T20:01:22.822Z] testOpen[9: ../../ctf/org.eclipse.tracecompass.ctf.core.tests/traces/ctf-testsuite/tests/1.8/regression/metadata/fail/integer-encoding-invalid](org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.TestInvalidCtfTrace) Time elapsed: 1.562 s 16:01:22 [2019-07-19T20:01:22.822Z] testOpen[10: ../../ctf/org.eclipse.tracecompass.ctf.core.tests/traces/ctf-testsuite/tests/1.8/regression/metadata/fail/integer-negative-bit-size](org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.TestInvalidCtfTrace) Time elapsed: 1.34 s 16:01:22 [2019-07-19T20:01:22.822Z] testOpen[11: ../../ctf/org.eclipse.tracecompass.ctf.core.tests/traces/ctf-testsuite/tests/1.8/regression/metadata/fail/integer-range](org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.TestInvalidCtfTrace) Time elapsed: 1.465 s 16:01:22 [2019-07-19T20:01:22.822Z] testOpen[12: ../../ctf/org.eclipse.tracecompass.ctf.core.tests/traces/ctf-testsuite/tests/1.8/regression/metadata/fail/integer-signed-as-string](org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.TestInvalidCtfTrace) Time elapsed: 1.392 s 16:01:22 [2019-07-19T20:01:22.822Z] testOpen[13: ../../ctf/org.eclipse.tracecompass.ctf.core.tests/traces/ctf-testsuite/tests/1.8/regression/metadata/fail/integer-signed-invalid](org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.TestInvalidCtfTrace) Time elapsed: 1.307 s 16:01:22 [2019-07-19T20:01:22.822Z] testOpen[14: ../../ctf/org.eclipse.tracecompass.ctf.core.tests/traces/ctf-testsuite/tests/1.8/regression/metadata/fail/integer-size-as-string](org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.TestInvalidCtfTrace) Time elapsed: 1.3 s 16:01:22 [2019-07-19T20:01:22.822Z] testOpen[15: ../../ctf/org.eclipse.tracecompass.ctf.core.tests/traces/ctf-testsuite/tests/1.8/regression/metadata/fail/integer-size-missing](org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.TestInvalidCtfTrace) Time elapsed: 1.199 s 16:01:22 [2019-07-19T20:01:22.822Z] testOpen[16: ../../ctf/org.eclipse.tracecompass.ctf.core.tests/traces/ctf-testsuite/tests/1.8/regression/metadata/fail/struct-align-enum](org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.TestInvalidCtfTrace) Time elapsed: 1.415 s 16:01:22 [2019-07-19T20:01:22.822Z] testOpen[17: ../../ctf/org.eclipse.tracecompass.ctf.core.tests/traces/ctf-testsuite/tests/1.8/regression/metadata/fail/struct-align-huge](org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.TestInvalidCtfTrace) Time elapsed: 1.233 s 16:01:22 [2019-07-19T20:01:22.822Z] testOpen[18: ../../ctf/org.eclipse.tracecompass.ctf.core.tests/traces/ctf-testsuite/tests/1.8/regression/metadata/fail/struct-align-negative](org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.TestInvalidCtfTrace) Time elapsed: 1.349 s 16:01:22 [2019-07-19T20:01:22.822Z] testOpen[19: ../../ctf/org.eclipse.tracecompass.ctf.core.tests/traces/ctf-testsuite/tests/1.8/regression/metadata/fail/struct-align-string](org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.TestInvalidCtfTrace) Time elapsed: 1.266 s 16:01:22 [2019-07-19T20:01:22.822Z] testOpen[20: ../../ctf/org.eclipse.tracecompass.ctf.core.tests/traces/ctf-testsuite/tests/1.8/regression/metadata/fail/struct-align-zero](org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.TestInvalidCtfTrace) Time elapsed: 1.234 s 16:01:22 [2019-07-19T20:01:22.822Z] testOpen[21: ../../ctf/org.eclipse.tracecompass.ctf.core.tests/traces/ctf-testsuite/tests/1.8/regression/metadata/fail/struct-duplicate-field-name](org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.TestInvalidCtfTrace) Time elapsed: 1.251 s 16:01:22 [2019-07-19T20:01:22.822Z] testOpen[22: ../../ctf/org.eclipse.tracecompass.ctf.core.tests/traces/ctf-testsuite/tests/1.8/regression/metadata/fail/struct-duplicate-struct-name](org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.TestInvalidCtfTrace) Time elapsed: 1.269 s 16:01:22 [2019-07-19T20:01:22.822Z] testOpen[23: ../../ctf/org.eclipse.tracecompass.ctf.core.tests/traces/ctf-testsuite/tests/1.8/regression/metadata/fail/struct-field-name-keyword](org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.TestInvalidCtfTrace) Time elapsed: 1.205 s 16:01:22 [2019-07-19T20:01:22.822Z] Running org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.StandardImportAndReadSmokeTest 16:01:24 [2019-07-19T20:01:24.197Z] *** BUG *** 16:01:24 [2019-07-19T20:01:24.197Z] In pixman_region32_init_rect: Invalid rectangle passed 16:01:24 [2019-07-19T20:01:24.197Z] Set a breakpoint on '_pixman_log_error' to debug 16:01:24 [2019-07-19T20:01:24.197Z] 16:01:24 [2019-07-19T20:01:24.197Z] *** BUG *** 16:01:24 [2019-07-19T20:01:24.197Z] In pixman_region32_init_rect: Invalid rectangle passed 16:01:24 [2019-07-19T20:01:24.197Z] Set a breakpoint on '_pixman_log_error' to debug 16:01:24 [2019-07-19T20:01:24.197Z] 16:01:24 [2019-07-19T20:01:24.454Z] *** BUG *** 16:01:24 [2019-07-19T20:01:24.454Z] In pixman_region32_init_rect: Invalid rectangle passed 16:01:24 [2019-07-19T20:01:24.454Z] Set a breakpoint on '_pixman_log_error' to debug 16:01:24 [2019-07-19T20:01:24.454Z] 16:01:24 [2019-07-19T20:01:24.454Z] *** BUG *** 16:01:24 [2019-07-19T20:01:24.454Z] In pixman_region32_init_rect: Invalid rectangle passed 16:01:24 [2019-07-19T20:01:24.454Z] Set a breakpoint on '_pixman_log_error' to debug 16:01:24 [2019-07-19T20:01:24.454Z] 16:01:24 [2019-07-19T20:01:24.454Z] *** BUG *** 16:01:24 [2019-07-19T20:01:24.454Z] In pixman_region32_init_rect: Invalid rectangle passed 16:01:24 [2019-07-19T20:01:24.454Z] Set a breakpoint on '_pixman_log_error' to debug 16:01:24 [2019-07-19T20:01:24.454Z] 16:01:24 [2019-07-19T20:01:24.454Z] *** BUG *** 16:01:24 [2019-07-19T20:01:24.454Z] In pixman_region32_init_rect: Invalid rectangle passed 16:01:24 [2019-07-19T20:01:24.454Z] Set a breakpoint on '_pixman_log_error' to debug 16:01:24 [2019-07-19T20:01:24.454Z] 16:01:24 [2019-07-19T20:01:24.454Z] *** BUG *** 16:01:24 [2019-07-19T20:01:24.454Z] In pixman_region32_init_rect: Invalid rectangle passed 16:01:24 [2019-07-19T20:01:24.454Z] Set a breakpoint on '_pixman_log_error' to debug 16:01:24 [2019-07-19T20:01:24.454Z] 16:01:29 [2019-07-19T20:01:29.706Z] *** BUG *** 16:01:29 [2019-07-19T20:01:29.706Z] In pixman_region32_init_rect: Invalid rectangle passed 16:01:29 [2019-07-19T20:01:29.706Z] Set a breakpoint on '_pixman_log_error' to debug 16:01:29 [2019-07-19T20:01:29.706Z] 16:01:29 [2019-07-19T20:01:29.706Z] *** BUG *** 16:01:29 [2019-07-19T20:01:29.706Z] In pixman_region32_init_rect: Invalid rectangle passed 16:01:29 [2019-07-19T20:01:29.706Z] Set a breakpoint on '_pixman_log_error' to debug 16:01:29 [2019-07-19T20:01:29.706Z] 16:01:29 [2019-07-19T20:01:29.706Z] *** BUG *** 16:01:29 [2019-07-19T20:01:29.706Z] In pixman_region32_init_rect: Invalid rectangle passed 16:01:29 [2019-07-19T20:01:29.706Z] Set a breakpoint on '_pixman_log_error' to debug 16:01:29 [2019-07-19T20:01:29.706Z] 16:03:21 [2019-07-19T20:03:21.329Z] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 114.922 s - in org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.StandardImportAndReadSmokeTest 16:03:21 [2019-07-19T20:03:21.329Z] testImportFromDirectory(org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.StandardImportAndReadSmokeTest) Time elapsed: 5.477 s 16:03:21 [2019-07-19T20:03:21.329Z] testExtractArchivesFromArchive(org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.StandardImportAndReadSmokeTest) Time elapsed: 6.086 s 16:03:21 [2019-07-19T20:03:21.330Z] testImportFromDirectoryLinksPreserveFolder(org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.StandardImportAndReadSmokeTest) Time elapsed: 3.702 s 16:03:21 [2019-07-19T20:03:21.330Z] testExtractArchivesFromArchivePreserveFolder(org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.StandardImportAndReadSmokeTest) Time elapsed: 5.538 s 16:03:21 [2019-07-19T20:03:21.330Z] testExtractArchivesFromDirectory(org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.StandardImportAndReadSmokeTest) Time elapsed: 3.193 s 16:03:21 [2019-07-19T20:03:21.330Z] testImportFromArchive(org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.StandardImportAndReadSmokeTest) Time elapsed: 12.797 s 16:03:21 [2019-07-19T20:03:21.330Z] testExtractArchivesFromDirectoryLinksPreserveStruture(org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.StandardImportAndReadSmokeTest) Time elapsed: 11.017 s 16:03:21 [2019-07-19T20:03:21.330Z] testEmptyFile(org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.StandardImportAndReadSmokeTest) Time elapsed: 1.476 s 16:03:21 [2019-07-19T20:03:21.330Z] testEmptyDirectory(org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.StandardImportAndReadSmokeTest) Time elapsed: 0.99 s 16:03:21 [2019-07-19T20:03:21.330Z] testArchiveWithColons(org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.StandardImportAndReadSmokeTest) Time elapsed: 1.634 s 16:03:21 [2019-07-19T20:03:21.330Z] testImportFromDirectoryOverwriteRenameAll(org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.StandardImportAndReadSmokeTest) Time elapsed: 8.156 s 16:03:21 [2019-07-19T20:03:21.330Z] testEmptyArchive(org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.StandardImportAndReadSmokeTest) Time elapsed: 2.099 s 16:03:21 [2019-07-19T20:03:21.330Z] testNestedEmptyArchive(org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.StandardImportAndReadSmokeTest) Time elapsed: 3.513 s 16:03:21 [2019-07-19T20:03:21.330Z] testImportFromArchiveOverwrite(org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.StandardImportAndReadSmokeTest) Time elapsed: 7.716 s 16:03:21 [2019-07-19T20:03:21.330Z] testImportFromArchiveWithExperiment(org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.StandardImportAndReadSmokeTest) Time elapsed: 3.017 s 16:03:21 [2019-07-19T20:03:21.330Z] testDirectoryWithEmptyArchive(org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.StandardImportAndReadSmokeTest) Time elapsed: 2.048 s 16:03:21 [2019-07-19T20:03:21.330Z] testImportWithExperimentOverwriteTraces(org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.StandardImportAndReadSmokeTest) Time elapsed: 5.825 s 16:03:21 [2019-07-19T20:03:21.330Z] testImportWithExperimentValidation(org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.StandardImportAndReadSmokeTest) Time elapsed: 2.78 s 16:03:21 [2019-07-19T20:03:21.330Z] testImportFromDirectoryPreserveFolder(org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.StandardImportAndReadSmokeTest) Time elapsed: 2.822 s 16:03:21 [2019-07-19T20:03:21.330Z] testImportWithExperiment(org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.StandardImportAndReadSmokeTest) Time elapsed: 2.91 s 16:03:21 [2019-07-19T20:03:21.330Z] testImportFromDirectoryLinks(org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.StandardImportAndReadSmokeTest) Time elapsed: 2.674 s 16:03:21 [2019-07-19T20:03:21.330Z] testImportFromDirectoryOverwrite(org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.StandardImportAndReadSmokeTest) Time elapsed: 5.053 s 16:03:21 [2019-07-19T20:03:21.330Z] testExtractArchivesFromDirectoryLinks(org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.StandardImportAndReadSmokeTest) Time elapsed: 2.435 s 16:03:21 [2019-07-19T20:03:21.330Z] testImportFromDirectoryOverwriteOverwriteAll(org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.StandardImportAndReadSmokeTest) Time elapsed: 4.916 s 16:03:21 [2019-07-19T20:03:21.330Z] testImportFromArchivePreserveFolder(org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.StandardImportAndReadSmokeTest) Time elapsed: 2.533 s 16:03:21 [2019-07-19T20:03:21.330Z] Running org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.trim.CtfTmfExperimentTrimmingTest 16:03:33 [2019-07-19T20:03:33.520Z] 16:03:33 [2019-07-19T20:03:33.520Z] !ENTRY org.eclipse.tracecompass.tmf.core 2 0 2019-07-19 20:03:31.588 16:03:33 [2019-07-19T20:03:33.520Z] !MESSAGE Average clock correction (1395672078866874962) is higher than threshold of 500000 ns for experiment [TmfExperiment (Experiment)] 16:03:38 [2019-07-19T20:03:38.775Z] 16:03:38 [2019-07-19T20:03:38.775Z] !ENTRY org.eclipse.tracecompass.tmf.core 2 0 2019-07-19 20:03:38.693 16:03:38 [2019-07-19T20:03:38.775Z] !MESSAGE Average clock correction (1395672078866874962) is higher than threshold of 500000 ns for experiment [TmfExperiment (Experiment-trimmed)] 16:03:48 [2019-07-19T20:03:48.731Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 30.231 s - in org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.trim.CtfTmfExperimentTrimmingTest 16:03:48 [2019-07-19T20:03:48.731Z] testTrimEvents(org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.trim.CtfTmfExperimentTrimmingTest) Time elapsed: 14.552 s 16:03:48 [2019-07-19T20:03:48.731Z] 16:03:48 [2019-07-19T20:03:48.731Z] Results: 16:03:48 [2019-07-19T20:03:48.731Z] 16:03:48 [2019-07-19T20:03:48.731Z] Tests run: 50, Failures: 0, Errors: 0, Skipped: 0 16:03:48 [2019-07-19T20:03:48.731Z] 16:03:48 [2019-07-19T20:03:48.731Z] 16:03:48 [2019-07-19T20:03:48.731Z] !ENTRY org.eclipse.core.resources 2 10035 2019-07-19 20:03:48.502 16:03:48 [2019-07-19T20:03:48.731Z] !MESSAGE The workspace will exit with unsaved changes in this session. 16:03:49 [2019-07-19T20:03:49.661Z] [INFO] All tests passed! 16:03:49 [2019-07-19T20:03:49.661Z] [INFO] 16:03:49 [2019-07-19T20:03:49.661Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests --- 16:03:49 [2019-07-19T20:03:49.661Z] [INFO] Loading execution data file /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/../../target/jacoco.exec 16:03:49 [2019-07-19T20:03:49.661Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests' with 10 classes 16:03:49 [2019-07-19T20:03:49.661Z] [INFO] 16:03:49 [2019-07-19T20:03:49.661Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests --- 16:03:49 [2019-07-19T20:03:49.662Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/target/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests-1.0.8-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/1.0.8-SNAPSHOT/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests-1.0.8-SNAPSHOT.jar 16:03:49 [2019-07-19T20:03:49.662Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/1.0.8-SNAPSHOT/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests-1.0.8-SNAPSHOT.pom 16:03:49 [2019-07-19T20:03:49.662Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/target/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests-1.0.8-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/1.0.8-SNAPSHOT/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests-1.0.8-SNAPSHOT-sources.jar 16:03:49 [2019-07-19T20:03:49.662Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/target/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests-1.0.8-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/1.0.8-SNAPSHOT/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests-1.0.8-SNAPSHOT-pack200.jar.pack.gz 16:03:49 [2019-07-19T20:03:49.662Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/1.0.8-SNAPSHOT/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests-1.0.8-SNAPSHOT-p2metadata.xml 16:03:49 [2019-07-19T20:03:49.662Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/1.0.8-SNAPSHOT/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests-1.0.8-SNAPSHOT-p2artifacts.xml 16:03:49 [2019-07-19T20:03:49.662Z] [INFO] 16:03:49 [2019-07-19T20:03:49.662Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests --- 16:03:49 [2019-07-19T20:03:49.662Z] [INFO] 16:03:49 [2019-07-19T20:03:49.662Z] [INFO] -----< org.eclipse.tracecompass:org.eclipse.tracecompass.doc.user >----- 16:03:49 [2019-07-19T20:03:49.662Z] [INFO] Building Trace Compass User Guide 5.0.0-SNAPSHOT [69/134] 16:03:49 [2019-07-19T20:03:49.662Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 16:03:49 [2019-07-19T20:03:49.662Z] [INFO] 16:03:49 [2019-07-19T20:03:49.662Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.doc.user --- 16:03:49 [2019-07-19T20:03:49.662Z] [INFO] 16:03:49 [2019-07-19T20:03:49.662Z] [INFO] --- maven-antrun-plugin:1.8:run (clean-documentation) @ org.eclipse.tracecompass.doc.user --- 16:03:49 [2019-07-19T20:03:49.918Z] [INFO] Executing tasks 16:03:49 [2019-07-19T20:03:49.918Z] 16:03:49 [2019-07-19T20:03:49.918Z] main: 16:03:49 [2019-07-19T20:03:49.918Z] 16:03:49 [2019-07-19T20:03:49.918Z] clean: 16:03:49 [2019-07-19T20:03:49.918Z] [INFO] Executed tasks 16:03:49 [2019-07-19T20:03:49.918Z] [INFO] 16:03:49 [2019-07-19T20:03:49.918Z] [INFO] --- maven-clean-plugin:3.0.0:clean (clean-index) @ org.eclipse.tracecompass.doc.user --- 16:03:49 [2019-07-19T20:03:49.918Z] [INFO] Deleting /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.doc.user/target 16:03:49 [2019-07-19T20:03:49.918Z] [INFO] 16:03:49 [2019-07-19T20:03:49.918Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.doc.user --- 16:03:49 [2019-07-19T20:03:49.918Z] [INFO] The project's OSGi version is 5.0.0.201907191907 16:03:49 [2019-07-19T20:03:49.918Z] [INFO] 16:03:49 [2019-07-19T20:03:49.918Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.doc.user --- 16:03:49 [2019-07-19T20:03:49.918Z] [INFO] 16:03:49 [2019-07-19T20:03:49.918Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.doc.user --- 16:03:49 [2019-07-19T20:03:49.918Z] [INFO] 16:03:49 [2019-07-19T20:03:49.918Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.doc.user --- 16:03:49 [2019-07-19T20:03:49.918Z] [INFO] 16:03:49 [2019-07-19T20:03:49.918Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.doc.user --- 16:03:49 [2019-07-19T20:03:49.918Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.doc.user/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 16:03:49 [2019-07-19T20:03:49.918Z] [INFO] 16:03:49 [2019-07-19T20:03:49.918Z] [INFO] --- maven-antrun-plugin:1.8:run (generate-documentation) @ org.eclipse.tracecompass.doc.user --- 16:03:49 [2019-07-19T20:03:49.918Z] [INFO] Executing tasks 16:03:49 [2019-07-19T20:03:49.918Z] 16:03:49 [2019-07-19T20:03:49.918Z] main: 16:03:49 [2019-07-19T20:03:49.918Z] 16:03:49 [2019-07-19T20:03:49.918Z] build: 16:03:50 [2019-07-19T20:03:50.849Z] Help: /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.doc.user/doc /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.doc.user/doc/User-Guide.html 16:03:50 [2019-07-19T20:03:50.849Z] 16:03:50 [2019-07-19T20:03:50.849Z] test: 16:03:50 [2019-07-19T20:03:50.849Z] [xmlvalidate] 18 file(s) have been successfully validated. 16:03:50 [2019-07-19T20:03:50.849Z] [INFO] Executed tasks 16:03:50 [2019-07-19T20:03:50.849Z] [INFO] 16:03:50 [2019-07-19T20:03:50.849Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.doc.user --- 16:03:50 [2019-07-19T20:03:50.849Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:03:50 [2019-07-19T20:03:50.849Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.doc.user/src/main/resources 16:03:50 [2019-07-19T20:03:50.849Z] [INFO] 16:03:50 [2019-07-19T20:03:50.849Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.doc.user --- 16:03:50 [2019-07-19T20:03:50.849Z] [INFO] 16:03:50 [2019-07-19T20:03:50.849Z] [INFO] --- tycho-eclipserun-plugin:1.3.0:eclipse-run (default) @ org.eclipse.tracecompass.doc.user --- 16:03:51 [2019-07-19T20:03:51.106Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.doc.user/target/eclipserun-work/data/.metadata/.log 16:03:51 [2019-07-19T20:03:51.106Z] [INFO] Command line: 16:03:51 [2019-07-19T20:03:51.106Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.0.v20180512-1130/org.eclipse.equinox.launcher-1.5.0.v20180512-1130.jar, -install, /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.doc.user/target/eclipserun-work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.doc.user/target/eclipserun-work/configuration, -application, org.eclipse.ant.core.antRunner, -buildfile, build.xml, build.index] 16:03:51 [2019-07-19T20:03:51.106Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass 16:03:54 [2019-07-19T20:03:54.377Z] Buildfile: build.xml 16:03:54 [2019-07-19T20:03:54.634Z] [taskdef] Could not load definitions from resource org/eclipse/mylyn/wikitext/ant/tasks.properties. It could not be found. 16:03:54 [2019-07-19T20:03:54.634Z] 16:03:54 [2019-07-19T20:03:54.634Z] build.index: 16:03:57 [2019-07-19T20:03:57.907Z] BUILD SUCCESSFUL 16:03:57 [2019-07-19T20:03:57.907Z] 16:03:57 [2019-07-19T20:03:57.907Z] BUILD SUCCESSFUL 16:03:57 [2019-07-19T20:03:57.907Z] Total time: 4 seconds 16:03:58 [2019-07-19T20:03:58.838Z] [INFO] 16:03:58 [2019-07-19T20:03:58.838Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.doc.user --- 16:03:58 [2019-07-19T20:03:58.838Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:03:58 [2019-07-19T20:03:58.838Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.doc.user/src/test/resources 16:03:58 [2019-07-19T20:03:58.838Z] [INFO] 16:03:58 [2019-07-19T20:03:58.838Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.doc.user --- 16:03:58 [2019-07-19T20:03:58.838Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.doc.user/target/org.eclipse.tracecompass.doc.user-5.0.0-SNAPSHOT-sources.jar 16:03:58 [2019-07-19T20:03:58.838Z] [INFO] 16:03:58 [2019-07-19T20:03:58.838Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.doc.user --- 16:03:58 [2019-07-19T20:03:58.838Z] [INFO] 16:03:58 [2019-07-19T20:03:58.838Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.doc.user --- 16:03:58 [2019-07-19T20:03:58.838Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.doc.user/target/org.eclipse.tracecompass.doc.user-5.0.0-SNAPSHOT.jar 16:03:59 [2019-07-19T20:03:59.769Z] [INFO] 16:03:59 [2019-07-19T20:03:59.769Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.doc.user --- 16:03:59 [2019-07-19T20:03:59.769Z] [INFO] 16:03:59 [2019-07-19T20:03:59.769Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.doc.user --- 16:03:59 [2019-07-19T20:03:59.769Z] [INFO] 16:03:59 [2019-07-19T20:03:59.769Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.doc.user --- 16:03:59 [2019-07-19T20:03:59.769Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.doc.user/target/org.eclipse.tracecompass.doc.user-5.0.0-SNAPSHOT.jar 16:04:00 [2019-07-19T20:04:00.701Z] [INFO] 16:04:00 [2019-07-19T20:04:00.701Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.doc.user --- 16:04:00 [2019-07-19T20:04:00.701Z] [INFO] 16:04:00 [2019-07-19T20:04:00.701Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.doc.user --- 16:04:00 [2019-07-19T20:04:00.701Z] [INFO] Skipping JaCoCo execution due to missing classes directory. 16:04:00 [2019-07-19T20:04:00.701Z] [INFO] 16:04:00 [2019-07-19T20:04:00.701Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.doc.user --- 16:04:00 [2019-07-19T20:04:00.701Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.doc.user/target/org.eclipse.tracecompass.doc.user-5.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.doc.user/5.0.0-SNAPSHOT/org.eclipse.tracecompass.doc.user-5.0.0-SNAPSHOT.jar 16:04:00 [2019-07-19T20:04:00.701Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.doc.user/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.doc.user/5.0.0-SNAPSHOT/org.eclipse.tracecompass.doc.user-5.0.0-SNAPSHOT.pom 16:04:00 [2019-07-19T20:04:00.701Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.doc.user/target/org.eclipse.tracecompass.doc.user-5.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.doc.user/5.0.0-SNAPSHOT/org.eclipse.tracecompass.doc.user-5.0.0-SNAPSHOT-sources.jar 16:04:00 [2019-07-19T20:04:00.701Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.doc.user/target/org.eclipse.tracecompass.doc.user-5.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.doc.user/5.0.0-SNAPSHOT/org.eclipse.tracecompass.doc.user-5.0.0-SNAPSHOT-pack200.jar.pack.gz 16:04:00 [2019-07-19T20:04:00.701Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.doc.user/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.doc.user/5.0.0-SNAPSHOT/org.eclipse.tracecompass.doc.user-5.0.0-SNAPSHOT-p2metadata.xml 16:04:00 [2019-07-19T20:04:00.701Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.doc.user/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.doc.user/5.0.0-SNAPSHOT/org.eclipse.tracecompass.doc.user-5.0.0-SNAPSHOT-p2artifacts.xml 16:04:00 [2019-07-19T20:04:00.701Z] [INFO] 16:04:00 [2019-07-19T20:04:00.701Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.doc.user --- 16:04:00 [2019-07-19T20:04:00.959Z] [INFO] 16:04:00 [2019-07-19T20:04:00.959Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.gdbtrace.doc.user >-- 16:04:00 [2019-07-19T20:04:00.959Z] [INFO] Building Trace Compass GDB Tracepoint Analysis User Guide 5.0.0-SNAPSHOT [70/134] 16:04:00 [2019-07-19T20:04:00.959Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 16:04:00 [2019-07-19T20:04:00.959Z] [INFO] 16:04:00 [2019-07-19T20:04:00.959Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.gdbtrace.doc.user --- 16:04:00 [2019-07-19T20:04:00.959Z] [INFO] 16:04:00 [2019-07-19T20:04:00.959Z] [INFO] --- maven-antrun-plugin:1.8:run (clean-documentation) @ org.eclipse.tracecompass.gdbtrace.doc.user --- 16:04:00 [2019-07-19T20:04:00.959Z] [INFO] Executing tasks 16:04:00 [2019-07-19T20:04:00.959Z] 16:04:00 [2019-07-19T20:04:00.959Z] main: 16:04:00 [2019-07-19T20:04:00.959Z] 16:04:00 [2019-07-19T20:04:00.959Z] clean: 16:04:00 [2019-07-19T20:04:00.959Z] [INFO] Executed tasks 16:04:00 [2019-07-19T20:04:00.959Z] [INFO] 16:04:00 [2019-07-19T20:04:00.959Z] [INFO] --- maven-clean-plugin:3.0.0:clean (clean-index) @ org.eclipse.tracecompass.gdbtrace.doc.user --- 16:04:00 [2019-07-19T20:04:00.959Z] [INFO] Deleting /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.gdbtrace.doc.user/target 16:04:00 [2019-07-19T20:04:00.959Z] [INFO] 16:04:00 [2019-07-19T20:04:00.959Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.gdbtrace.doc.user --- 16:04:00 [2019-07-19T20:04:00.959Z] [INFO] The project's OSGi version is 5.0.0.201907191907 16:04:00 [2019-07-19T20:04:00.959Z] [INFO] 16:04:00 [2019-07-19T20:04:00.959Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.gdbtrace.doc.user --- 16:04:00 [2019-07-19T20:04:00.959Z] [INFO] 16:04:00 [2019-07-19T20:04:00.959Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.gdbtrace.doc.user --- 16:04:00 [2019-07-19T20:04:00.959Z] [INFO] 16:04:00 [2019-07-19T20:04:00.959Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.gdbtrace.doc.user --- 16:04:00 [2019-07-19T20:04:00.959Z] [INFO] 16:04:00 [2019-07-19T20:04:00.959Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.gdbtrace.doc.user --- 16:04:00 [2019-07-19T20:04:00.959Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.gdbtrace.doc.user/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 16:04:00 [2019-07-19T20:04:00.959Z] [INFO] 16:04:00 [2019-07-19T20:04:00.959Z] [INFO] --- maven-antrun-plugin:1.8:run (generate-documentation) @ org.eclipse.tracecompass.gdbtrace.doc.user --- 16:04:00 [2019-07-19T20:04:00.959Z] [INFO] Executing tasks 16:04:00 [2019-07-19T20:04:00.959Z] 16:04:00 [2019-07-19T20:04:00.959Z] main: 16:04:00 [2019-07-19T20:04:00.959Z] 16:04:00 [2019-07-19T20:04:00.959Z] build: 16:04:00 [2019-07-19T20:04:00.959Z] Help: /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.gdbtrace.doc.user/doc /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.gdbtrace.doc.user/doc/User-Guide.html 16:04:00 [2019-07-19T20:04:00.959Z] 16:04:00 [2019-07-19T20:04:00.959Z] test: 16:04:00 [2019-07-19T20:04:00.959Z] [xmlvalidate] 8 file(s) have been successfully validated. 16:04:00 [2019-07-19T20:04:00.959Z] [INFO] Executed tasks 16:04:00 [2019-07-19T20:04:00.959Z] [INFO] 16:04:00 [2019-07-19T20:04:00.959Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.gdbtrace.doc.user --- 16:04:00 [2019-07-19T20:04:00.959Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:04:00 [2019-07-19T20:04:00.959Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.gdbtrace.doc.user/src/main/resources 16:04:00 [2019-07-19T20:04:00.959Z] [INFO] 16:04:00 [2019-07-19T20:04:00.959Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.gdbtrace.doc.user --- 16:04:00 [2019-07-19T20:04:00.959Z] [INFO] 16:04:00 [2019-07-19T20:04:00.959Z] [INFO] --- tycho-eclipserun-plugin:1.3.0:eclipse-run (default) @ org.eclipse.tracecompass.gdbtrace.doc.user --- 16:04:01 [2019-07-19T20:04:01.216Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.gdbtrace.doc.user/target/eclipserun-work/data/.metadata/.log 16:04:01 [2019-07-19T20:04:01.216Z] [INFO] Command line: 16:04:01 [2019-07-19T20:04:01.216Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.0.v20180512-1130/org.eclipse.equinox.launcher-1.5.0.v20180512-1130.jar, -install, /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.gdbtrace.doc.user/target/eclipserun-work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.gdbtrace.doc.user/target/eclipserun-work/configuration, -application, org.eclipse.ant.core.antRunner, -buildfile, build.xml, build.index] 16:04:01 [2019-07-19T20:04:01.216Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass 16:04:04 [2019-07-19T20:04:04.489Z] Buildfile: build.xml 16:04:04 [2019-07-19T20:04:04.746Z] [taskdef] Could not load definitions from resource org/eclipse/mylyn/wikitext/ant/tasks.properties. It could not be found. 16:04:04 [2019-07-19T20:04:04.746Z] 16:04:04 [2019-07-19T20:04:04.746Z] build.index: 16:04:06 [2019-07-19T20:04:06.641Z] BUILD SUCCESSFUL 16:04:06 [2019-07-19T20:04:06.641Z] 16:04:06 [2019-07-19T20:04:06.641Z] BUILD SUCCESSFUL 16:04:06 [2019-07-19T20:04:06.641Z] Total time: 2 seconds 16:04:07 [2019-07-19T20:04:07.206Z] [INFO] 16:04:07 [2019-07-19T20:04:07.206Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.gdbtrace.doc.user --- 16:04:07 [2019-07-19T20:04:07.206Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:04:07 [2019-07-19T20:04:07.206Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.gdbtrace.doc.user/src/test/resources 16:04:07 [2019-07-19T20:04:07.206Z] [INFO] 16:04:07 [2019-07-19T20:04:07.206Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.gdbtrace.doc.user --- 16:04:07 [2019-07-19T20:04:07.206Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.gdbtrace.doc.user/target/org.eclipse.tracecompass.gdbtrace.doc.user-5.0.0-SNAPSHOT-sources.jar 16:04:07 [2019-07-19T20:04:07.206Z] [INFO] 16:04:07 [2019-07-19T20:04:07.206Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.gdbtrace.doc.user --- 16:04:07 [2019-07-19T20:04:07.206Z] [INFO] 16:04:07 [2019-07-19T20:04:07.206Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.gdbtrace.doc.user --- 16:04:07 [2019-07-19T20:04:07.206Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.gdbtrace.doc.user/target/org.eclipse.tracecompass.gdbtrace.doc.user-5.0.0-SNAPSHOT.jar 16:04:07 [2019-07-19T20:04:07.206Z] [INFO] 16:04:07 [2019-07-19T20:04:07.463Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.gdbtrace.doc.user --- 16:04:07 [2019-07-19T20:04:07.463Z] [INFO] 16:04:07 [2019-07-19T20:04:07.463Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.gdbtrace.doc.user --- 16:04:07 [2019-07-19T20:04:07.463Z] [INFO] 16:04:07 [2019-07-19T20:04:07.463Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.gdbtrace.doc.user --- 16:04:07 [2019-07-19T20:04:07.463Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.gdbtrace.doc.user/target/org.eclipse.tracecompass.gdbtrace.doc.user-5.0.0-SNAPSHOT.jar 16:04:07 [2019-07-19T20:04:07.463Z] [INFO] 16:04:07 [2019-07-19T20:04:07.463Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.gdbtrace.doc.user --- 16:04:07 [2019-07-19T20:04:07.463Z] [INFO] 16:04:07 [2019-07-19T20:04:07.463Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.gdbtrace.doc.user --- 16:04:07 [2019-07-19T20:04:07.463Z] [INFO] Skipping JaCoCo execution due to missing classes directory. 16:04:07 [2019-07-19T20:04:07.463Z] [INFO] 16:04:07 [2019-07-19T20:04:07.463Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.gdbtrace.doc.user --- 16:04:07 [2019-07-19T20:04:07.463Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.gdbtrace.doc.user/target/org.eclipse.tracecompass.gdbtrace.doc.user-5.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.gdbtrace.doc.user/5.0.0-SNAPSHOT/org.eclipse.tracecompass.gdbtrace.doc.user-5.0.0-SNAPSHOT.jar 16:04:07 [2019-07-19T20:04:07.463Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.gdbtrace.doc.user/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.gdbtrace.doc.user/5.0.0-SNAPSHOT/org.eclipse.tracecompass.gdbtrace.doc.user-5.0.0-SNAPSHOT.pom 16:04:08 [2019-07-19T20:04:08.026Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.gdbtrace.doc.user/target/org.eclipse.tracecompass.gdbtrace.doc.user-5.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.gdbtrace.doc.user/5.0.0-SNAPSHOT/org.eclipse.tracecompass.gdbtrace.doc.user-5.0.0-SNAPSHOT-sources.jar 16:04:08 [2019-07-19T20:04:08.026Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.gdbtrace.doc.user/target/org.eclipse.tracecompass.gdbtrace.doc.user-5.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.gdbtrace.doc.user/5.0.0-SNAPSHOT/org.eclipse.tracecompass.gdbtrace.doc.user-5.0.0-SNAPSHOT-pack200.jar.pack.gz 16:04:08 [2019-07-19T20:04:08.283Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.gdbtrace.doc.user/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.gdbtrace.doc.user/5.0.0-SNAPSHOT/org.eclipse.tracecompass.gdbtrace.doc.user-5.0.0-SNAPSHOT-p2metadata.xml 16:04:08 [2019-07-19T20:04:08.283Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.gdbtrace.doc.user/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.gdbtrace.doc.user/5.0.0-SNAPSHOT/org.eclipse.tracecompass.gdbtrace.doc.user-5.0.0-SNAPSHOT-p2artifacts.xml 16:04:08 [2019-07-19T20:04:08.283Z] [INFO] 16:04:08 [2019-07-19T20:04:08.283Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.gdbtrace.doc.user --- 16:04:08 [2019-07-19T20:04:08.283Z] [INFO] 16:04:08 [2019-07-19T20:04:08.283Z] [INFO] ---< org.eclipse.tracecompass:org.eclipse.tracecompass.rcp.doc.user >--- 16:04:08 [2019-07-19T20:04:08.283Z] [INFO] Building Trace Compass RCP User Guide 5.0.0-SNAPSHOT [71/134] 16:04:08 [2019-07-19T20:04:08.283Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 16:04:08 [2019-07-19T20:04:08.283Z] [INFO] 16:04:08 [2019-07-19T20:04:08.283Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.rcp.doc.user --- 16:04:08 [2019-07-19T20:04:08.283Z] [INFO] 16:04:08 [2019-07-19T20:04:08.283Z] [INFO] --- maven-antrun-plugin:1.8:run (clean-documentation) @ org.eclipse.tracecompass.rcp.doc.user --- 16:04:08 [2019-07-19T20:04:08.283Z] [INFO] Executing tasks 16:04:08 [2019-07-19T20:04:08.284Z] 16:04:08 [2019-07-19T20:04:08.284Z] main: 16:04:08 [2019-07-19T20:04:08.284Z] 16:04:08 [2019-07-19T20:04:08.284Z] clean: 16:04:08 [2019-07-19T20:04:08.284Z] [INFO] Executed tasks 16:04:08 [2019-07-19T20:04:08.284Z] [INFO] 16:04:08 [2019-07-19T20:04:08.284Z] [INFO] --- maven-clean-plugin:3.0.0:clean (clean-index) @ org.eclipse.tracecompass.rcp.doc.user --- 16:04:08 [2019-07-19T20:04:08.284Z] [INFO] Deleting /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.rcp.doc.user/target 16:04:08 [2019-07-19T20:04:08.284Z] [INFO] 16:04:08 [2019-07-19T20:04:08.284Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.rcp.doc.user --- 16:04:08 [2019-07-19T20:04:08.284Z] [INFO] The project's OSGi version is 5.0.0.201907191907 16:04:08 [2019-07-19T20:04:08.284Z] [INFO] 16:04:08 [2019-07-19T20:04:08.284Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.rcp.doc.user --- 16:04:08 [2019-07-19T20:04:08.284Z] [INFO] 16:04:08 [2019-07-19T20:04:08.284Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.rcp.doc.user --- 16:04:08 [2019-07-19T20:04:08.284Z] [INFO] 16:04:08 [2019-07-19T20:04:08.284Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.rcp.doc.user --- 16:04:08 [2019-07-19T20:04:08.284Z] [INFO] 16:04:08 [2019-07-19T20:04:08.284Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.rcp.doc.user --- 16:04:08 [2019-07-19T20:04:08.284Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.rcp.doc.user/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 16:04:08 [2019-07-19T20:04:08.284Z] [INFO] 16:04:08 [2019-07-19T20:04:08.284Z] [INFO] --- maven-antrun-plugin:1.8:run (generate-documentation) @ org.eclipse.tracecompass.rcp.doc.user --- 16:04:08 [2019-07-19T20:04:08.284Z] [INFO] Executing tasks 16:04:08 [2019-07-19T20:04:08.284Z] 16:04:08 [2019-07-19T20:04:08.284Z] main: 16:04:08 [2019-07-19T20:04:08.284Z] 16:04:08 [2019-07-19T20:04:08.284Z] build: 16:04:08 [2019-07-19T20:04:08.284Z] Help: /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.rcp.doc.user/doc /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.rcp.doc.user/doc/User-Guide.html 16:04:08 [2019-07-19T20:04:08.284Z] 16:04:08 [2019-07-19T20:04:08.284Z] test: 16:04:08 [2019-07-19T20:04:08.284Z] [xmlvalidate] 2 file(s) have been successfully validated. 16:04:08 [2019-07-19T20:04:08.284Z] [INFO] Executed tasks 16:04:08 [2019-07-19T20:04:08.284Z] [INFO] 16:04:08 [2019-07-19T20:04:08.284Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.rcp.doc.user --- 16:04:08 [2019-07-19T20:04:08.284Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:04:08 [2019-07-19T20:04:08.284Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.rcp.doc.user/src/main/resources 16:04:08 [2019-07-19T20:04:08.284Z] [INFO] 16:04:08 [2019-07-19T20:04:08.284Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.rcp.doc.user --- 16:04:08 [2019-07-19T20:04:08.284Z] [INFO] 16:04:08 [2019-07-19T20:04:08.284Z] [INFO] --- tycho-eclipserun-plugin:1.3.0:eclipse-run (default) @ org.eclipse.tracecompass.rcp.doc.user --- 16:04:08 [2019-07-19T20:04:08.540Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.rcp.doc.user/target/eclipserun-work/data/.metadata/.log 16:04:08 [2019-07-19T20:04:08.540Z] [INFO] Command line: 16:04:08 [2019-07-19T20:04:08.540Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.0.v20180512-1130/org.eclipse.equinox.launcher-1.5.0.v20180512-1130.jar, -install, /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.rcp.doc.user/target/eclipserun-work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.rcp.doc.user/target/eclipserun-work/configuration, -application, org.eclipse.ant.core.antRunner, -buildfile, build.xml, build.index] 16:04:08 [2019-07-19T20:04:08.540Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass 16:04:11 [2019-07-19T20:04:11.816Z] Buildfile: build.xml 16:04:11 [2019-07-19T20:04:11.816Z] [taskdef] Could not load definitions from resource org/eclipse/mylyn/wikitext/ant/tasks.properties. It could not be found. 16:04:11 [2019-07-19T20:04:11.816Z] 16:04:11 [2019-07-19T20:04:11.816Z] build.index: 16:04:14 [2019-07-19T20:04:14.340Z] BUILD SUCCESSFUL 16:04:14 [2019-07-19T20:04:14.340Z] 16:04:14 [2019-07-19T20:04:14.340Z] BUILD SUCCESSFUL 16:04:14 [2019-07-19T20:04:14.340Z] Total time: 2 seconds 16:04:14 [2019-07-19T20:04:14.907Z] [INFO] 16:04:14 [2019-07-19T20:04:14.907Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.rcp.doc.user --- 16:04:14 [2019-07-19T20:04:14.907Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:04:14 [2019-07-19T20:04:14.907Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.rcp.doc.user/src/test/resources 16:04:14 [2019-07-19T20:04:14.907Z] [INFO] 16:04:14 [2019-07-19T20:04:14.907Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.rcp.doc.user --- 16:04:14 [2019-07-19T20:04:14.907Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.rcp.doc.user/target/org.eclipse.tracecompass.rcp.doc.user-5.0.0-SNAPSHOT-sources.jar 16:04:14 [2019-07-19T20:04:14.907Z] [INFO] 16:04:14 [2019-07-19T20:04:14.907Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.rcp.doc.user --- 16:04:14 [2019-07-19T20:04:14.907Z] [INFO] 16:04:14 [2019-07-19T20:04:14.907Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.rcp.doc.user --- 16:04:14 [2019-07-19T20:04:14.907Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.rcp.doc.user/target/org.eclipse.tracecompass.rcp.doc.user-5.0.0-SNAPSHOT.jar 16:04:14 [2019-07-19T20:04:14.907Z] [INFO] 16:04:14 [2019-07-19T20:04:14.907Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.rcp.doc.user --- 16:04:14 [2019-07-19T20:04:14.907Z] [INFO] 16:04:14 [2019-07-19T20:04:14.907Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.rcp.doc.user --- 16:04:14 [2019-07-19T20:04:14.907Z] [INFO] 16:04:14 [2019-07-19T20:04:14.907Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.rcp.doc.user --- 16:04:14 [2019-07-19T20:04:14.907Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.rcp.doc.user/target/org.eclipse.tracecompass.rcp.doc.user-5.0.0-SNAPSHOT.jar 16:04:14 [2019-07-19T20:04:14.907Z] [INFO] 16:04:14 [2019-07-19T20:04:14.907Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.rcp.doc.user --- 16:04:14 [2019-07-19T20:04:14.907Z] [INFO] 16:04:14 [2019-07-19T20:04:14.907Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.rcp.doc.user --- 16:04:14 [2019-07-19T20:04:14.907Z] [INFO] Skipping JaCoCo execution due to missing classes directory. 16:04:14 [2019-07-19T20:04:14.907Z] [INFO] 16:04:14 [2019-07-19T20:04:14.907Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.rcp.doc.user --- 16:04:14 [2019-07-19T20:04:14.907Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.rcp.doc.user/target/org.eclipse.tracecompass.rcp.doc.user-5.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.rcp.doc.user/5.0.0-SNAPSHOT/org.eclipse.tracecompass.rcp.doc.user-5.0.0-SNAPSHOT.jar 16:04:14 [2019-07-19T20:04:14.907Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.rcp.doc.user/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.rcp.doc.user/5.0.0-SNAPSHOT/org.eclipse.tracecompass.rcp.doc.user-5.0.0-SNAPSHOT.pom 16:04:14 [2019-07-19T20:04:14.907Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.rcp.doc.user/target/org.eclipse.tracecompass.rcp.doc.user-5.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.rcp.doc.user/5.0.0-SNAPSHOT/org.eclipse.tracecompass.rcp.doc.user-5.0.0-SNAPSHOT-sources.jar 16:04:14 [2019-07-19T20:04:14.907Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.rcp.doc.user/target/org.eclipse.tracecompass.rcp.doc.user-5.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.rcp.doc.user/5.0.0-SNAPSHOT/org.eclipse.tracecompass.rcp.doc.user-5.0.0-SNAPSHOT-pack200.jar.pack.gz 16:04:14 [2019-07-19T20:04:14.907Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.rcp.doc.user/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.rcp.doc.user/5.0.0-SNAPSHOT/org.eclipse.tracecompass.rcp.doc.user-5.0.0-SNAPSHOT-p2metadata.xml 16:04:14 [2019-07-19T20:04:14.907Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.rcp.doc.user/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.rcp.doc.user/5.0.0-SNAPSHOT/org.eclipse.tracecompass.rcp.doc.user-5.0.0-SNAPSHOT-p2artifacts.xml 16:04:14 [2019-07-19T20:04:14.907Z] [INFO] 16:04:14 [2019-07-19T20:04:14.907Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.rcp.doc.user --- 16:04:14 [2019-07-19T20:04:14.907Z] [INFO] 16:04:14 [2019-07-19T20:04:14.907Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.pcap.doc.user >-- 16:04:14 [2019-07-19T20:04:14.907Z] [INFO] Building Trace Compass Pcap User Guide 5.0.0-SNAPSHOT [72/134] 16:04:14 [2019-07-19T20:04:14.907Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 16:04:14 [2019-07-19T20:04:14.907Z] [INFO] 16:04:14 [2019-07-19T20:04:14.907Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.tmf.pcap.doc.user --- 16:04:14 [2019-07-19T20:04:14.907Z] [INFO] 16:04:14 [2019-07-19T20:04:14.907Z] [INFO] --- maven-antrun-plugin:1.8:run (clean-documentation) @ org.eclipse.tracecompass.tmf.pcap.doc.user --- 16:04:14 [2019-07-19T20:04:14.907Z] [INFO] Executing tasks 16:04:14 [2019-07-19T20:04:14.907Z] 16:04:14 [2019-07-19T20:04:14.907Z] main: 16:04:14 [2019-07-19T20:04:14.907Z] 16:04:14 [2019-07-19T20:04:14.907Z] clean: 16:04:15 [2019-07-19T20:04:15.281Z] [INFO] Executed tasks 16:04:15 [2019-07-19T20:04:15.281Z] [INFO] 16:04:15 [2019-07-19T20:04:15.281Z] [INFO] --- maven-clean-plugin:3.0.0:clean (clean-index) @ org.eclipse.tracecompass.tmf.pcap.doc.user --- 16:04:15 [2019-07-19T20:04:15.281Z] [INFO] Deleting /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.tmf.pcap.doc.user/target 16:04:15 [2019-07-19T20:04:15.281Z] [INFO] 16:04:15 [2019-07-19T20:04:15.281Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.tmf.pcap.doc.user --- 16:04:15 [2019-07-19T20:04:15.281Z] [INFO] The project's OSGi version is 5.0.0.201907191907 16:04:15 [2019-07-19T20:04:15.281Z] [INFO] 16:04:15 [2019-07-19T20:04:15.281Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.tmf.pcap.doc.user --- 16:04:15 [2019-07-19T20:04:15.281Z] [INFO] 16:04:15 [2019-07-19T20:04:15.281Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.tmf.pcap.doc.user --- 16:04:15 [2019-07-19T20:04:15.281Z] [INFO] 16:04:15 [2019-07-19T20:04:15.281Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.tmf.pcap.doc.user --- 16:04:15 [2019-07-19T20:04:15.281Z] [INFO] 16:04:15 [2019-07-19T20:04:15.281Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.tmf.pcap.doc.user --- 16:04:15 [2019-07-19T20:04:15.281Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.tmf.pcap.doc.user/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 16:04:15 [2019-07-19T20:04:15.281Z] [INFO] 16:04:15 [2019-07-19T20:04:15.281Z] [INFO] --- maven-antrun-plugin:1.8:run (generate-documentation) @ org.eclipse.tracecompass.tmf.pcap.doc.user --- 16:04:15 [2019-07-19T20:04:15.281Z] [INFO] Executing tasks 16:04:15 [2019-07-19T20:04:15.281Z] 16:04:15 [2019-07-19T20:04:15.281Z] main: 16:04:15 [2019-07-19T20:04:15.281Z] 16:04:15 [2019-07-19T20:04:15.281Z] build: 16:04:15 [2019-07-19T20:04:15.281Z] Help: /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.tmf.pcap.doc.user/doc /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.tmf.pcap.doc.user/doc/User-Guide.html 16:04:15 [2019-07-19T20:04:15.281Z] 16:04:15 [2019-07-19T20:04:15.281Z] test: 16:04:15 [2019-07-19T20:04:15.281Z] [xmlvalidate] 1 file(s) have been successfully validated. 16:04:15 [2019-07-19T20:04:15.281Z] [INFO] Executed tasks 16:04:15 [2019-07-19T20:04:15.281Z] [INFO] 16:04:15 [2019-07-19T20:04:15.281Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.tmf.pcap.doc.user --- 16:04:15 [2019-07-19T20:04:15.281Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:04:15 [2019-07-19T20:04:15.281Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.tmf.pcap.doc.user/src/main/resources 16:04:15 [2019-07-19T20:04:15.281Z] [INFO] 16:04:15 [2019-07-19T20:04:15.281Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.tmf.pcap.doc.user --- 16:04:15 [2019-07-19T20:04:15.281Z] [INFO] 16:04:15 [2019-07-19T20:04:15.281Z] [INFO] --- tycho-eclipserun-plugin:1.3.0:eclipse-run (default) @ org.eclipse.tracecompass.tmf.pcap.doc.user --- 16:04:15 [2019-07-19T20:04:15.538Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.tmf.pcap.doc.user/target/eclipserun-work/data/.metadata/.log 16:04:15 [2019-07-19T20:04:15.538Z] [INFO] Command line: 16:04:15 [2019-07-19T20:04:15.538Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.0.v20180512-1130/org.eclipse.equinox.launcher-1.5.0.v20180512-1130.jar, -install, /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.tmf.pcap.doc.user/target/eclipserun-work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.tmf.pcap.doc.user/target/eclipserun-work/configuration, -application, org.eclipse.ant.core.antRunner, -buildfile, build.xml, build.index] 16:04:15 [2019-07-19T20:04:15.538Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass 16:04:18 [2019-07-19T20:04:18.813Z] Buildfile: build.xml 16:04:18 [2019-07-19T20:04:18.813Z] [taskdef] Could not load definitions from resource org/eclipse/mylyn/wikitext/ant/tasks.properties. It could not be found. 16:04:18 [2019-07-19T20:04:18.813Z] 16:04:18 [2019-07-19T20:04:18.813Z] build.index: 16:04:20 [2019-07-19T20:04:20.707Z] BUILD SUCCESSFUL 16:04:20 [2019-07-19T20:04:20.707Z] 16:04:20 [2019-07-19T20:04:20.707Z] BUILD SUCCESSFUL 16:04:20 [2019-07-19T20:04:20.707Z] Total time: 2 seconds 16:04:22 [2019-07-19T20:04:22.075Z] [INFO] 16:04:22 [2019-07-19T20:04:22.075Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.tmf.pcap.doc.user --- 16:04:22 [2019-07-19T20:04:22.075Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:04:22 [2019-07-19T20:04:22.075Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.tmf.pcap.doc.user/src/test/resources 16:04:22 [2019-07-19T20:04:22.075Z] [INFO] 16:04:22 [2019-07-19T20:04:22.075Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.tmf.pcap.doc.user --- 16:04:22 [2019-07-19T20:04:22.075Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.tmf.pcap.doc.user/target/org.eclipse.tracecompass.tmf.pcap.doc.user-5.0.0-SNAPSHOT-sources.jar 16:04:22 [2019-07-19T20:04:22.075Z] [INFO] 16:04:22 [2019-07-19T20:04:22.075Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.tmf.pcap.doc.user --- 16:04:22 [2019-07-19T20:04:22.075Z] [INFO] 16:04:22 [2019-07-19T20:04:22.075Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.tmf.pcap.doc.user --- 16:04:22 [2019-07-19T20:04:22.075Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.tmf.pcap.doc.user/target/org.eclipse.tracecompass.tmf.pcap.doc.user-5.0.0-SNAPSHOT.jar 16:04:22 [2019-07-19T20:04:22.075Z] [INFO] 16:04:22 [2019-07-19T20:04:22.075Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.tmf.pcap.doc.user --- 16:04:22 [2019-07-19T20:04:22.075Z] [INFO] 16:04:22 [2019-07-19T20:04:22.075Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.tmf.pcap.doc.user --- 16:04:22 [2019-07-19T20:04:22.075Z] [INFO] 16:04:22 [2019-07-19T20:04:22.075Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.tmf.pcap.doc.user --- 16:04:22 [2019-07-19T20:04:22.075Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.tmf.pcap.doc.user/target/org.eclipse.tracecompass.tmf.pcap.doc.user-5.0.0-SNAPSHOT.jar 16:04:22 [2019-07-19T20:04:22.075Z] [INFO] 16:04:22 [2019-07-19T20:04:22.075Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.tmf.pcap.doc.user --- 16:04:22 [2019-07-19T20:04:22.075Z] [INFO] 16:04:22 [2019-07-19T20:04:22.075Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.tmf.pcap.doc.user --- 16:04:22 [2019-07-19T20:04:22.075Z] [INFO] Skipping JaCoCo execution due to missing classes directory. 16:04:22 [2019-07-19T20:04:22.075Z] [INFO] 16:04:22 [2019-07-19T20:04:22.075Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.tmf.pcap.doc.user --- 16:04:22 [2019-07-19T20:04:22.075Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.tmf.pcap.doc.user/target/org.eclipse.tracecompass.tmf.pcap.doc.user-5.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.pcap.doc.user/5.0.0-SNAPSHOT/org.eclipse.tracecompass.tmf.pcap.doc.user-5.0.0-SNAPSHOT.jar 16:04:22 [2019-07-19T20:04:22.075Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.tmf.pcap.doc.user/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.pcap.doc.user/5.0.0-SNAPSHOT/org.eclipse.tracecompass.tmf.pcap.doc.user-5.0.0-SNAPSHOT.pom 16:04:22 [2019-07-19T20:04:22.075Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.tmf.pcap.doc.user/target/org.eclipse.tracecompass.tmf.pcap.doc.user-5.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.pcap.doc.user/5.0.0-SNAPSHOT/org.eclipse.tracecompass.tmf.pcap.doc.user-5.0.0-SNAPSHOT-sources.jar 16:04:22 [2019-07-19T20:04:22.075Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.tmf.pcap.doc.user/target/org.eclipse.tracecompass.tmf.pcap.doc.user-5.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.pcap.doc.user/5.0.0-SNAPSHOT/org.eclipse.tracecompass.tmf.pcap.doc.user-5.0.0-SNAPSHOT-pack200.jar.pack.gz 16:04:22 [2019-07-19T20:04:22.075Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.tmf.pcap.doc.user/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.pcap.doc.user/5.0.0-SNAPSHOT/org.eclipse.tracecompass.tmf.pcap.doc.user-5.0.0-SNAPSHOT-p2metadata.xml 16:04:22 [2019-07-19T20:04:22.075Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.tmf.pcap.doc.user/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.pcap.doc.user/5.0.0-SNAPSHOT/org.eclipse.tracecompass.tmf.pcap.doc.user-5.0.0-SNAPSHOT-p2artifacts.xml 16:04:22 [2019-07-19T20:04:22.075Z] [INFO] 16:04:22 [2019-07-19T20:04:22.075Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.tmf.pcap.doc.user --- 16:04:22 [2019-07-19T20:04:22.075Z] [INFO] 16:04:22 [2019-07-19T20:04:22.075Z] [INFO] -----< org.eclipse.tracecompass:org.eclipse.tracecompass.examples >----- 16:04:22 [2019-07-19T20:04:22.075Z] [INFO] Building org.eclipse.tracecompass.examples 1.0.4-SNAPSHOT [73/134] 16:04:22 [2019-07-19T20:04:22.075Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 16:04:22 [2019-07-19T20:04:22.075Z] [INFO] 16:04:22 [2019-07-19T20:04:22.075Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.examples --- 16:04:22 [2019-07-19T20:04:22.075Z] [INFO] 16:04:22 [2019-07-19T20:04:22.075Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.examples --- 16:04:22 [2019-07-19T20:04:22.075Z] [INFO] The project's OSGi version is 1.0.4.201907191907 16:04:22 [2019-07-19T20:04:22.075Z] [INFO] 16:04:22 [2019-07-19T20:04:22.075Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.examples --- 16:04:22 [2019-07-19T20:04:22.075Z] [INFO] 16:04:22 [2019-07-19T20:04:22.075Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.examples --- 16:04:22 [2019-07-19T20:04:22.075Z] [INFO] 16:04:22 [2019-07-19T20:04:22.075Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.examples --- 16:04:22 [2019-07-19T20:04:22.075Z] [INFO] 16:04:22 [2019-07-19T20:04:22.075Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.examples --- 16:04:22 [2019-07-19T20:04:22.075Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.examples/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 16:04:22 [2019-07-19T20:04:22.075Z] [INFO] 16:04:22 [2019-07-19T20:04:22.075Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.examples --- 16:04:22 [2019-07-19T20:04:22.075Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:04:22 [2019-07-19T20:04:22.075Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.examples/src/main/resources 16:04:22 [2019-07-19T20:04:22.075Z] [INFO] 16:04:22 [2019-07-19T20:04:22.075Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.examples --- 16:04:22 [2019-07-19T20:04:22.075Z] [INFO] Compiling 4 source files to /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.examples/target/classes 16:04:22 [2019-07-19T20:04:22.333Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.examples/src/org/eclipse/tracecompass/examples/ui/viewers/histogram/HistogramTreeViewer.java:[39] 16:04:22 [2019-07-19T20:04:22.333Z] TmfGenericTreeEntry<TmfTreeDataModel> genericEntry = (TmfGenericTreeEntry<TmfTreeDataModel>) element; 16:04:22 [2019-07-19T20:04:22.333Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 16:04:22 [2019-07-19T20:04:22.333Z] Type safety: Unchecked cast from Object to TmfGenericTreeEntry<TmfTreeDataModel> 16:04:22 [2019-07-19T20:04:22.333Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.examples/src/org/eclipse/tracecompass/examples/ui/viewers/histogram/HistogramTreeViewer.java:[48] 16:04:22 [2019-07-19T20:04:22.333Z] TmfGenericTreeEntry<TmfTreeDataModel> genericEntry = (TmfGenericTreeEntry<TmfTreeDataModel>) element; 16:04:22 [2019-07-19T20:04:22.333Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 16:04:22 [2019-07-19T20:04:22.333Z] Type safety: Unchecked cast from Object to TmfGenericTreeEntry<TmfTreeDataModel> 16:04:22 [2019-07-19T20:04:22.333Z] 2 problems (2 warnings) 16:04:22 [2019-07-19T20:04:22.333Z] [INFO] 16:04:22 [2019-07-19T20:04:22.333Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.examples --- 16:04:22 [2019-07-19T20:04:22.333Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:04:22 [2019-07-19T20:04:22.333Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.examples/src/test/resources 16:04:22 [2019-07-19T20:04:22.333Z] [INFO] 16:04:22 [2019-07-19T20:04:22.333Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.examples --- 16:04:22 [2019-07-19T20:04:22.333Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.examples/target/org.eclipse.tracecompass.examples-1.0.4-SNAPSHOT-sources.jar 16:04:22 [2019-07-19T20:04:22.333Z] [INFO] 16:04:22 [2019-07-19T20:04:22.333Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.examples --- 16:04:22 [2019-07-19T20:04:22.333Z] [INFO] 16:04:22 [2019-07-19T20:04:22.333Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.examples --- 16:04:22 [2019-07-19T20:04:22.333Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.examples/target/org.eclipse.tracecompass.examples-1.0.4-SNAPSHOT.jar 16:04:22 [2019-07-19T20:04:22.590Z] [INFO] 16:04:22 [2019-07-19T20:04:22.590Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.examples --- 16:04:22 [2019-07-19T20:04:22.590Z] [INFO] 16:04:22 [2019-07-19T20:04:22.590Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.examples --- 16:04:22 [2019-07-19T20:04:22.590Z] [INFO] 16:04:22 [2019-07-19T20:04:22.590Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.examples --- 16:04:22 [2019-07-19T20:04:22.590Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.examples/target/org.eclipse.tracecompass.examples-1.0.4-SNAPSHOT.jar 16:04:22 [2019-07-19T20:04:22.590Z] [INFO] 16:04:22 [2019-07-19T20:04:22.590Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.examples --- 16:04:22 [2019-07-19T20:04:22.590Z] [INFO] 16:04:22 [2019-07-19T20:04:22.590Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.examples --- 16:04:22 [2019-07-19T20:04:22.590Z] [INFO] Loading execution data file /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.examples/../../target/jacoco.exec 16:04:22 [2019-07-19T20:04:22.590Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.examples' with 5 classes 16:04:22 [2019-07-19T20:04:22.590Z] [INFO] 16:04:22 [2019-07-19T20:04:22.590Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.examples --- 16:04:22 [2019-07-19T20:04:22.590Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.examples/target/org.eclipse.tracecompass.examples-1.0.4-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.examples/1.0.4-SNAPSHOT/org.eclipse.tracecompass.examples-1.0.4-SNAPSHOT.jar 16:04:22 [2019-07-19T20:04:22.590Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.examples/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.examples/1.0.4-SNAPSHOT/org.eclipse.tracecompass.examples-1.0.4-SNAPSHOT.pom 16:04:22 [2019-07-19T20:04:22.590Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.examples/target/org.eclipse.tracecompass.examples-1.0.4-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.examples/1.0.4-SNAPSHOT/org.eclipse.tracecompass.examples-1.0.4-SNAPSHOT-sources.jar 16:04:22 [2019-07-19T20:04:22.590Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.examples/target/org.eclipse.tracecompass.examples-1.0.4-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.examples/1.0.4-SNAPSHOT/org.eclipse.tracecompass.examples-1.0.4-SNAPSHOT-pack200.jar.pack.gz 16:04:22 [2019-07-19T20:04:22.590Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.examples/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.examples/1.0.4-SNAPSHOT/org.eclipse.tracecompass.examples-1.0.4-SNAPSHOT-p2metadata.xml 16:04:22 [2019-07-19T20:04:22.590Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.examples/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.examples/1.0.4-SNAPSHOT/org.eclipse.tracecompass.examples-1.0.4-SNAPSHOT-p2artifacts.xml 16:04:22 [2019-07-19T20:04:22.590Z] [INFO] 16:04:22 [2019-07-19T20:04:22.590Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.examples --- 16:04:22 [2019-07-19T20:04:22.590Z] [INFO] 16:04:22 [2019-07-19T20:04:22.590Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.gdbtrace-parent >-- 16:04:22 [2019-07-19T20:04:22.590Z] [INFO] Building Trace Compass GDB Tracepoint Analysis Parent 5.0.0-SNAPSHOT [74/134] 16:04:22 [2019-07-19T20:04:22.590Z] [INFO] --------------------------------[ pom ]--------------------------------- 16:04:22 [2019-07-19T20:04:22.590Z] [INFO] 16:04:22 [2019-07-19T20:04:22.590Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.gdbtrace-parent --- 16:04:22 [2019-07-19T20:04:22.590Z] [INFO] 16:04:22 [2019-07-19T20:04:22.590Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.gdbtrace-parent --- 16:04:22 [2019-07-19T20:04:22.590Z] [INFO] 16:04:22 [2019-07-19T20:04:22.590Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.gdbtrace-parent --- 16:04:22 [2019-07-19T20:04:22.590Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/gdbtrace/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 16:04:22 [2019-07-19T20:04:22.590Z] [INFO] 16:04:22 [2019-07-19T20:04:22.590Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.gdbtrace-parent --- 16:04:22 [2019-07-19T20:04:22.590Z] [INFO] 16:04:22 [2019-07-19T20:04:22.590Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.gdbtrace-parent --- 16:04:22 [2019-07-19T20:04:22.590Z] [INFO] 16:04:22 [2019-07-19T20:04:22.590Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.gdbtrace-parent --- 16:04:22 [2019-07-19T20:04:22.590Z] [INFO] 16:04:22 [2019-07-19T20:04:22.590Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.gdbtrace-parent --- 16:04:22 [2019-07-19T20:04:22.590Z] [INFO] 16:04:22 [2019-07-19T20:04:22.590Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.gdbtrace-parent --- 16:04:22 [2019-07-19T20:04:22.590Z] [INFO] Skipping JaCoCo execution due to missing execution data file. 16:04:22 [2019-07-19T20:04:22.590Z] [INFO] 16:04:22 [2019-07-19T20:04:22.590Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.gdbtrace-parent --- 16:04:22 [2019-07-19T20:04:22.590Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.gdbtrace-parent/5.0.0-SNAPSHOT/org.eclipse.tracecompass.gdbtrace-parent-5.0.0-SNAPSHOT.pom 16:04:22 [2019-07-19T20:04:22.847Z] [INFO] 16:04:22 [2019-07-19T20:04:22.847Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.gdbtrace.core >--- 16:04:22 [2019-07-19T20:04:22.847Z] [INFO] Building org.eclipse.tracecompass.gdbtrace.core 1.0.2-SNAPSHOT [75/134] 16:04:22 [2019-07-19T20:04:22.847Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 16:04:22 [2019-07-19T20:04:22.847Z] [INFO] 16:04:22 [2019-07-19T20:04:22.847Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.gdbtrace.core --- 16:04:22 [2019-07-19T20:04:22.847Z] [INFO] 16:04:22 [2019-07-19T20:04:22.847Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.gdbtrace.core --- 16:04:22 [2019-07-19T20:04:22.847Z] [INFO] The project's OSGi version is 1.0.2.201907191907 16:04:22 [2019-07-19T20:04:22.847Z] [INFO] 16:04:22 [2019-07-19T20:04:22.847Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.gdbtrace.core --- 16:04:22 [2019-07-19T20:04:22.847Z] [INFO] 16:04:22 [2019-07-19T20:04:22.847Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.gdbtrace.core --- 16:04:22 [2019-07-19T20:04:22.847Z] [INFO] 16:04:22 [2019-07-19T20:04:22.847Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.gdbtrace.core --- 16:04:22 [2019-07-19T20:04:22.847Z] [INFO] 16:04:22 [2019-07-19T20:04:22.847Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.gdbtrace.core --- 16:04:22 [2019-07-19T20:04:22.847Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 16:04:22 [2019-07-19T20:04:22.847Z] [INFO] 16:04:22 [2019-07-19T20:04:22.847Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.gdbtrace.core --- 16:04:22 [2019-07-19T20:04:22.847Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:04:22 [2019-07-19T20:04:22.847Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core/src/main/resources 16:04:22 [2019-07-19T20:04:22.847Z] [INFO] 16:04:22 [2019-07-19T20:04:22.847Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.gdbtrace.core --- 16:04:22 [2019-07-19T20:04:22.847Z] [INFO] Compiling 7 source files to /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core/target/classes 16:04:23 [2019-07-19T20:04:23.779Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core/src/org/eclipse/tracecompass/internal/gdbtrace/core/trace/DsfGdbAdaptor.java:[426] 16:04:23 [2019-07-19T20:04:23.779Z] ICommandControlDMContext cmdControlDMC = DMContexts.getAncestorOfType(context, ICommandControlDMContext.class); 16:04:23 [2019-07-19T20:04:23.779Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 16:04:23 [2019-07-19T20:04:23.779Z] Unsafe interpretation of method return type as '@NonNull' based on substitution 'V=ICommandControlService.@NonNull ICommandControlDMContext'. Declaring type 'DMContexts' doesn't seem to be designed with null type annotations in mind 16:04:23 [2019-07-19T20:04:23.779Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core/src/org/eclipse/tracecompass/internal/gdbtrace/core/trace/DsfGdbAdaptor.java:[441] 16:04:23 [2019-07-19T20:04:23.779Z] IBreakpointsTargetDMContext bpTargetDMC = DMContexts.getAncestorOfType(containerDMC , IBreakpointsTargetDMContext.class); 16:04:23 [2019-07-19T20:04:23.779Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 16:04:23 [2019-07-19T20:04:23.779Z] Unsafe interpretation of method return type as '@NonNull' based on substitution 'V=IBreakpoints.@NonNull IBreakpointsTargetDMContext'. Declaring type 'DMContexts' doesn't seem to be designed with null type annotations in mind 16:04:23 [2019-07-19T20:04:23.779Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core/src/org/eclipse/tracecompass/internal/gdbtrace/core/trace/DsfGdbAdaptor.java:[466] 16:04:23 [2019-07-19T20:04:23.779Z] MIBreakpointDMData breakpoint = new MIBreakpointDMData(breakpoints[i]); 16:04:23 [2019-07-19T20:04:23.779Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 16:04:23 [2019-07-19T20:04:23.779Z] The constructor MIBreakpointDMData(MIBreakpoint) is deprecated 16:04:23 [2019-07-19T20:04:23.779Z] 3 problems (3 warnings) 16:04:23 [2019-07-19T20:04:23.779Z] [INFO] 16:04:23 [2019-07-19T20:04:23.779Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.gdbtrace.core --- 16:04:23 [2019-07-19T20:04:23.779Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:04:23 [2019-07-19T20:04:23.779Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core/src/test/resources 16:04:23 [2019-07-19T20:04:23.779Z] [INFO] 16:04:23 [2019-07-19T20:04:23.779Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.gdbtrace.core --- 16:04:23 [2019-07-19T20:04:23.779Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core/target/org.eclipse.tracecompass.gdbtrace.core-1.0.2-SNAPSHOT-sources.jar 16:04:23 [2019-07-19T20:04:23.779Z] [INFO] 16:04:23 [2019-07-19T20:04:23.779Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.gdbtrace.core --- 16:04:23 [2019-07-19T20:04:23.779Z] [INFO] 16:04:23 [2019-07-19T20:04:23.779Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.gdbtrace.core --- 16:04:23 [2019-07-19T20:04:23.779Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core/target/org.eclipse.tracecompass.gdbtrace.core-1.0.2-SNAPSHOT.jar 16:04:24 [2019-07-19T20:04:24.037Z] [INFO] 16:04:24 [2019-07-19T20:04:24.037Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.gdbtrace.core --- 16:04:24 [2019-07-19T20:04:24.037Z] [INFO] 16:04:24 [2019-07-19T20:04:24.037Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.gdbtrace.core --- 16:04:24 [2019-07-19T20:04:24.037Z] [INFO] 16:04:24 [2019-07-19T20:04:24.037Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.gdbtrace.core --- 16:04:24 [2019-07-19T20:04:24.037Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core/target/org.eclipse.tracecompass.gdbtrace.core-1.0.2-SNAPSHOT.jar 16:04:24 [2019-07-19T20:04:24.037Z] [INFO] 16:04:24 [2019-07-19T20:04:24.037Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.gdbtrace.core --- 16:04:24 [2019-07-19T20:04:24.037Z] [INFO] 16:04:24 [2019-07-19T20:04:24.037Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.gdbtrace.core --- 16:04:24 [2019-07-19T20:04:24.037Z] [INFO] Loading execution data file /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core/../../target/jacoco.exec 16:04:24 [2019-07-19T20:04:24.037Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.gdbtrace.core' with 17 classes 16:04:24 [2019-07-19T20:04:24.294Z] [INFO] 16:04:24 [2019-07-19T20:04:24.295Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.gdbtrace.core --- 16:04:24 [2019-07-19T20:04:24.295Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core/target/org.eclipse.tracecompass.gdbtrace.core-1.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.gdbtrace.core/1.0.2-SNAPSHOT/org.eclipse.tracecompass.gdbtrace.core-1.0.2-SNAPSHOT.jar 16:04:24 [2019-07-19T20:04:24.295Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.gdbtrace.core/1.0.2-SNAPSHOT/org.eclipse.tracecompass.gdbtrace.core-1.0.2-SNAPSHOT.pom 16:04:24 [2019-07-19T20:04:24.295Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core/target/org.eclipse.tracecompass.gdbtrace.core-1.0.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.gdbtrace.core/1.0.2-SNAPSHOT/org.eclipse.tracecompass.gdbtrace.core-1.0.2-SNAPSHOT-sources.jar 16:04:24 [2019-07-19T20:04:24.295Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core/target/org.eclipse.tracecompass.gdbtrace.core-1.0.2-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.gdbtrace.core/1.0.2-SNAPSHOT/org.eclipse.tracecompass.gdbtrace.core-1.0.2-SNAPSHOT-pack200.jar.pack.gz 16:04:24 [2019-07-19T20:04:24.295Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.gdbtrace.core/1.0.2-SNAPSHOT/org.eclipse.tracecompass.gdbtrace.core-1.0.2-SNAPSHOT-p2metadata.xml 16:04:24 [2019-07-19T20:04:24.295Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.gdbtrace.core/1.0.2-SNAPSHOT/org.eclipse.tracecompass.gdbtrace.core-1.0.2-SNAPSHOT-p2artifacts.xml 16:04:24 [2019-07-19T20:04:24.295Z] [INFO] 16:04:24 [2019-07-19T20:04:24.295Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.gdbtrace.core --- 16:04:24 [2019-07-19T20:04:24.295Z] [INFO] 16:04:24 [2019-07-19T20:04:24.295Z] [INFO] ---< org.eclipse.tracecompass:org.eclipse.tracecompass.gdbtrace.ui >---- 16:04:24 [2019-07-19T20:04:24.295Z] [INFO] Building org.eclipse.tracecompass.gdbtrace.ui 1.1.1-SNAPSHOT [76/134] 16:04:24 [2019-07-19T20:04:24.295Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 16:04:24 [2019-07-19T20:04:24.295Z] [INFO] 16:04:24 [2019-07-19T20:04:24.295Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.gdbtrace.ui --- 16:04:24 [2019-07-19T20:04:24.295Z] [INFO] 16:04:24 [2019-07-19T20:04:24.295Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.gdbtrace.ui --- 16:04:24 [2019-07-19T20:04:24.295Z] [INFO] The project's OSGi version is 1.1.1.201907191907 16:04:24 [2019-07-19T20:04:24.295Z] [INFO] 16:04:24 [2019-07-19T20:04:24.295Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.gdbtrace.ui --- 16:04:24 [2019-07-19T20:04:24.295Z] [INFO] 16:04:24 [2019-07-19T20:04:24.295Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.gdbtrace.ui --- 16:04:24 [2019-07-19T20:04:24.295Z] [INFO] 16:04:24 [2019-07-19T20:04:24.295Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.gdbtrace.ui --- 16:04:24 [2019-07-19T20:04:24.295Z] [INFO] 16:04:24 [2019-07-19T20:04:24.295Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.gdbtrace.ui --- 16:04:24 [2019-07-19T20:04:24.295Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 16:04:24 [2019-07-19T20:04:24.295Z] [INFO] 16:04:24 [2019-07-19T20:04:24.295Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.gdbtrace.ui --- 16:04:24 [2019-07-19T20:04:24.295Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:04:24 [2019-07-19T20:04:24.295Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui/src/main/resources 16:04:24 [2019-07-19T20:04:24.295Z] [INFO] 16:04:24 [2019-07-19T20:04:24.295Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.gdbtrace.ui --- 16:04:24 [2019-07-19T20:04:24.295Z] [INFO] Compiling 6 source files to /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui/target/classes 16:04:24 [2019-07-19T20:04:24.552Z] [INFO] 16:04:24 [2019-07-19T20:04:24.552Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.gdbtrace.ui --- 16:04:24 [2019-07-19T20:04:24.552Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:04:24 [2019-07-19T20:04:24.552Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui/src/test/resources 16:04:24 [2019-07-19T20:04:24.552Z] [INFO] 16:04:24 [2019-07-19T20:04:24.552Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.gdbtrace.ui --- 16:04:24 [2019-07-19T20:04:24.552Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui/target/org.eclipse.tracecompass.gdbtrace.ui-1.1.1-SNAPSHOT-sources.jar 16:04:24 [2019-07-19T20:04:24.809Z] [INFO] 16:04:24 [2019-07-19T20:04:24.809Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.gdbtrace.ui --- 16:04:24 [2019-07-19T20:04:24.809Z] [INFO] 16:04:24 [2019-07-19T20:04:24.809Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.gdbtrace.ui --- 16:04:24 [2019-07-19T20:04:24.809Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui/target/org.eclipse.tracecompass.gdbtrace.ui-1.1.1-SNAPSHOT.jar 16:04:24 [2019-07-19T20:04:24.809Z] [INFO] 16:04:24 [2019-07-19T20:04:24.809Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.gdbtrace.ui --- 16:04:24 [2019-07-19T20:04:24.809Z] [INFO] 16:04:24 [2019-07-19T20:04:24.809Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.gdbtrace.ui --- 16:04:24 [2019-07-19T20:04:24.809Z] [INFO] 16:04:24 [2019-07-19T20:04:24.809Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.gdbtrace.ui --- 16:04:24 [2019-07-19T20:04:24.809Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui/target/org.eclipse.tracecompass.gdbtrace.ui-1.1.1-SNAPSHOT.jar 16:04:24 [2019-07-19T20:04:24.809Z] [INFO] 16:04:24 [2019-07-19T20:04:24.809Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.gdbtrace.ui --- 16:04:24 [2019-07-19T20:04:24.809Z] [INFO] 16:04:24 [2019-07-19T20:04:24.809Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.gdbtrace.ui --- 16:04:24 [2019-07-19T20:04:24.809Z] [INFO] Loading execution data file /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui/../../target/jacoco.exec 16:04:24 [2019-07-19T20:04:24.809Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.gdbtrace.ui' with 8 classes 16:04:24 [2019-07-19T20:04:24.809Z] [INFO] 16:04:24 [2019-07-19T20:04:24.809Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.gdbtrace.ui --- 16:04:24 [2019-07-19T20:04:24.809Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui/target/org.eclipse.tracecompass.gdbtrace.ui-1.1.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.gdbtrace.ui/1.1.1-SNAPSHOT/org.eclipse.tracecompass.gdbtrace.ui-1.1.1-SNAPSHOT.jar 16:04:25 [2019-07-19T20:04:25.066Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.gdbtrace.ui/1.1.1-SNAPSHOT/org.eclipse.tracecompass.gdbtrace.ui-1.1.1-SNAPSHOT.pom 16:04:25 [2019-07-19T20:04:25.066Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui/target/org.eclipse.tracecompass.gdbtrace.ui-1.1.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.gdbtrace.ui/1.1.1-SNAPSHOT/org.eclipse.tracecompass.gdbtrace.ui-1.1.1-SNAPSHOT-sources.jar 16:04:25 [2019-07-19T20:04:25.066Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui/target/org.eclipse.tracecompass.gdbtrace.ui-1.1.1-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.gdbtrace.ui/1.1.1-SNAPSHOT/org.eclipse.tracecompass.gdbtrace.ui-1.1.1-SNAPSHOT-pack200.jar.pack.gz 16:04:25 [2019-07-19T20:04:25.066Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.gdbtrace.ui/1.1.1-SNAPSHOT/org.eclipse.tracecompass.gdbtrace.ui-1.1.1-SNAPSHOT-p2metadata.xml 16:04:25 [2019-07-19T20:04:25.066Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.gdbtrace.ui/1.1.1-SNAPSHOT/org.eclipse.tracecompass.gdbtrace.ui-1.1.1-SNAPSHOT-p2artifacts.xml 16:04:25 [2019-07-19T20:04:25.066Z] [INFO] 16:04:25 [2019-07-19T20:04:25.066Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.gdbtrace.ui --- 16:04:25 [2019-07-19T20:04:25.066Z] [INFO] 16:04:25 [2019-07-19T20:04:25.066Z] [INFO] -----< org.eclipse.tracecompass:org.eclipse.tracecompass.gdbtrace >----- 16:04:25 [2019-07-19T20:04:25.066Z] [INFO] Building org.eclipse.tracecompass.gdbtrace 5.0.0-SNAPSHOT [77/134] 16:04:25 [2019-07-19T20:04:25.066Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- 16:04:25 [2019-07-19T20:04:25.066Z] [INFO] 16:04:25 [2019-07-19T20:04:25.066Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.gdbtrace --- 16:04:25 [2019-07-19T20:04:25.066Z] [INFO] Deleting /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace/target 16:04:25 [2019-07-19T20:04:25.066Z] [INFO] 16:04:25 [2019-07-19T20:04:25.066Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tracecompass.gdbtrace --- 16:04:25 [2019-07-19T20:04:25.066Z] [INFO] The project's OSGi version is 5.0.0.201907191907 16:04:25 [2019-07-19T20:04:25.066Z] [INFO] 16:04:25 [2019-07-19T20:04:25.066Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.gdbtrace --- 16:04:25 [2019-07-19T20:04:25.066Z] [INFO] 16:04:25 [2019-07-19T20:04:25.066Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.gdbtrace --- 16:04:25 [2019-07-19T20:04:25.066Z] [INFO] 16:04:25 [2019-07-19T20:04:25.066Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.gdbtrace --- 16:04:25 [2019-07-19T20:04:25.066Z] [INFO] 16:04:25 [2019-07-19T20:04:25.066Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.gdbtrace --- 16:04:25 [2019-07-19T20:04:25.066Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 16:04:25 [2019-07-19T20:04:25.066Z] [INFO] 16:04:25 [2019-07-19T20:04:25.066Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.gdbtrace --- 16:04:25 [2019-07-19T20:04:25.066Z] [INFO] 16:04:25 [2019-07-19T20:04:25.066Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.gdbtrace --- 16:04:25 [2019-07-19T20:04:25.066Z] [INFO] 16:04:25 [2019-07-19T20:04:25.066Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.tracecompass.gdbtrace --- 16:04:25 [2019-07-19T20:04:25.066Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace/target/org.eclipse.tracecompass.gdbtrace-5.0.0-SNAPSHOT.jar 16:04:25 [2019-07-19T20:04:25.066Z] [INFO] 16:04:25 [2019-07-19T20:04:25.066Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.gdbtrace --- 16:04:25 [2019-07-19T20:04:25.066Z] [INFO] 16:04:25 [2019-07-19T20:04:25.066Z] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tracecompass.gdbtrace --- 16:04:25 [2019-07-19T20:04:25.066Z] [INFO] 16:04:25 [2019-07-19T20:04:25.066Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.gdbtrace --- 16:04:25 [2019-07-19T20:04:25.066Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace/target/org.eclipse.tracecompass.gdbtrace-5.0.0-SNAPSHOT-sources-feature.jar 16:04:25 [2019-07-19T20:04:25.066Z] [INFO] 16:04:25 [2019-07-19T20:04:25.066Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.gdbtrace --- 16:04:25 [2019-07-19T20:04:25.066Z] [INFO] 16:04:25 [2019-07-19T20:04:25.066Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.gdbtrace --- 16:04:25 [2019-07-19T20:04:25.324Z] [INFO] 16:04:25 [2019-07-19T20:04:25.324Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.gdbtrace --- 16:04:25 [2019-07-19T20:04:25.324Z] [INFO] Skipping JaCoCo execution due to missing classes directory. 16:04:25 [2019-07-19T20:04:25.324Z] [INFO] 16:04:25 [2019-07-19T20:04:25.324Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.gdbtrace --- 16:04:25 [2019-07-19T20:04:25.324Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace/target/org.eclipse.tracecompass.gdbtrace-5.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.gdbtrace/5.0.0-SNAPSHOT/org.eclipse.tracecompass.gdbtrace-5.0.0-SNAPSHOT.jar 16:04:25 [2019-07-19T20:04:25.324Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.gdbtrace/5.0.0-SNAPSHOT/org.eclipse.tracecompass.gdbtrace-5.0.0-SNAPSHOT.pom 16:04:25 [2019-07-19T20:04:25.324Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace/target/org.eclipse.tracecompass.gdbtrace-5.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.gdbtrace/5.0.0-SNAPSHOT/org.eclipse.tracecompass.gdbtrace-5.0.0-SNAPSHOT-sources-feature.jar 16:04:25 [2019-07-19T20:04:25.324Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.gdbtrace/5.0.0-SNAPSHOT/org.eclipse.tracecompass.gdbtrace-5.0.0-SNAPSHOT-p2metadata.xml 16:04:25 [2019-07-19T20:04:25.324Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.gdbtrace/5.0.0-SNAPSHOT/org.eclipse.tracecompass.gdbtrace-5.0.0-SNAPSHOT-p2artifacts.xml 16:04:25 [2019-07-19T20:04:25.324Z] [INFO] 16:04:25 [2019-07-19T20:04:25.324Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.gdbtrace --- 16:04:25 [2019-07-19T20:04:25.324Z] [INFO] 16:04:25 [2019-07-19T20:04:25.324Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.gdbtrace.core.tests >-- 16:04:25 [2019-07-19T20:04:25.324Z] [INFO] Building org.eclipse.tracecompass.gdbtrace.core.tests 1.0.0-SNAPSHOT [78/134] 16:04:25 [2019-07-19T20:04:25.324Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- 16:04:25 [2019-07-19T20:04:25.324Z] [INFO] 16:04:25 [2019-07-19T20:04:25.324Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.gdbtrace.core.tests --- 16:04:25 [2019-07-19T20:04:25.324Z] [INFO] 16:04:25 [2019-07-19T20:04:25.324Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.gdbtrace.core.tests --- 16:04:25 [2019-07-19T20:04:25.324Z] [INFO] The project's OSGi version is 1.0.0.201907191907 16:04:25 [2019-07-19T20:04:25.324Z] [INFO] 16:04:25 [2019-07-19T20:04:25.324Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.gdbtrace.core.tests --- 16:04:25 [2019-07-19T20:04:25.324Z] [INFO] 16:04:25 [2019-07-19T20:04:25.324Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.gdbtrace.core.tests --- 16:04:25 [2019-07-19T20:04:25.324Z] [INFO] 16:04:25 [2019-07-19T20:04:25.324Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.gdbtrace.core.tests --- 16:04:25 [2019-07-19T20:04:25.324Z] [INFO] 16:04:25 [2019-07-19T20:04:25.324Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.gdbtrace.core.tests --- 16:04:25 [2019-07-19T20:04:25.324Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 16:04:25 [2019-07-19T20:04:25.324Z] [INFO] 16:04:25 [2019-07-19T20:04:25.324Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.gdbtrace.core.tests --- 16:04:25 [2019-07-19T20:04:25.324Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:04:25 [2019-07-19T20:04:25.324Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core.tests/src/main/resources 16:04:25 [2019-07-19T20:04:25.324Z] [INFO] 16:04:25 [2019-07-19T20:04:25.324Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.gdbtrace.core.tests --- 16:04:25 [2019-07-19T20:04:25.324Z] [INFO] Compiling 1 source file to /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core.tests/target/classes 16:04:25 [2019-07-19T20:04:25.581Z] [INFO] 16:04:25 [2019-07-19T20:04:25.581Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.gdbtrace.core.tests --- 16:04:25 [2019-07-19T20:04:25.581Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:04:25 [2019-07-19T20:04:25.581Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core.tests/src/test/resources 16:04:25 [2019-07-19T20:04:25.581Z] [INFO] 16:04:25 [2019-07-19T20:04:25.581Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.gdbtrace.core.tests --- 16:04:25 [2019-07-19T20:04:25.581Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core.tests/target/org.eclipse.tracecompass.gdbtrace.core.tests-1.0.0-SNAPSHOT-sources.jar 16:04:25 [2019-07-19T20:04:25.581Z] [INFO] 16:04:25 [2019-07-19T20:04:25.581Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.gdbtrace.core.tests --- 16:04:25 [2019-07-19T20:04:25.581Z] [INFO] 16:04:25 [2019-07-19T20:04:25.581Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.gdbtrace.core.tests --- 16:04:25 [2019-07-19T20:04:25.581Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core.tests/target/org.eclipse.tracecompass.gdbtrace.core.tests-1.0.0-SNAPSHOT.jar 16:04:25 [2019-07-19T20:04:25.581Z] [INFO] 16:04:25 [2019-07-19T20:04:25.581Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.gdbtrace.core.tests --- 16:04:25 [2019-07-19T20:04:25.581Z] [INFO] 16:04:25 [2019-07-19T20:04:25.581Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.gdbtrace.core.tests --- 16:04:25 [2019-07-19T20:04:25.581Z] [INFO] 16:04:25 [2019-07-19T20:04:25.581Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.gdbtrace.core.tests --- 16:04:25 [2019-07-19T20:04:25.581Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core.tests/target/org.eclipse.tracecompass.gdbtrace.core.tests-1.0.0-SNAPSHOT.jar 16:04:25 [2019-07-19T20:04:25.581Z] [INFO] 16:04:25 [2019-07-19T20:04:25.581Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.gdbtrace.core.tests --- 16:04:25 [2019-07-19T20:04:25.581Z] [INFO] 16:04:25 [2019-07-19T20:04:25.581Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.gdbtrace.core.tests --- 16:04:27 [2019-07-19T20:04:27.477Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core.tests/target/work/data/.metadata/.log 16:04:27 [2019-07-19T20:04:27.477Z] [INFO] Command line: 16:04:27 [2019-07-19T20:04:27.477Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog] 16:04:27 [2019-07-19T20:04:27.477Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass 16:04:30 [2019-07-19T20:04:30.751Z] !SESSION 2019-07-19 20:04:27.318 ----------------------------------------------- 16:04:30 [2019-07-19T20:04:30.751Z] eclipse.buildId=unknown 16:04:30 [2019-07-19T20:04:30.751Z] java.version=1.8.0_202 16:04:30 [2019-07-19T20:04:30.751Z] java.vendor=Oracle Corporation 16:04:30 [2019-07-19T20:04:30.751Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US 16:04:30 [2019-07-19T20:04:30.751Z] Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core.tests/target/surefire.properties -product org.eclipse.platform.ide 16:04:30 [2019-07-19T20:04:30.751Z] Command-line arguments: -data /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog 16:04:30 [2019-07-19T20:04:30.751Z] 16:04:30 [2019-07-19T20:04:30.751Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-19 20:04:30.692 16:04:30 [2019-07-19T20:04:30.751Z] !MESSAGE FrameworkEvent ERROR 16:04:30 [2019-07-19T20:04:30.751Z] !STACK 0 16:04:30 [2019-07-19T20:04:30.751Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [85] 16:04:30 [2019-07-19T20:04:30.751Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 16:04:30 [2019-07-19T20:04:30.751Z] 16:04:30 [2019-07-19T20:04:30.751Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 16:04:30 [2019-07-19T20:04:30.751Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 16:04:30 [2019-07-19T20:04:30.751Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 16:04:30 [2019-07-19T20:04:30.751Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 16:04:30 [2019-07-19T20:04:30.751Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 16:04:30 [2019-07-19T20:04:30.751Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 16:04:30 [2019-07-19T20:04:30.751Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 16:04:30 [2019-07-19T20:04:30.751Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 16:04:30 [2019-07-19T20:04:30.751Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 16:04:30 [2019-07-19T20:04:30.751Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 16:04:31 [2019-07-19T20:04:31.008Z] 16:04:31 [2019-07-19T20:04:31.008Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-19 20:04:30.800 16:04:31 [2019-07-19T20:04:31.008Z] !MESSAGE FrameworkEvent ERROR 16:04:31 [2019-07-19T20:04:31.008Z] !STACK 0 16:04:31 [2019-07-19T20:04:31.008Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [149] 16:04:31 [2019-07-19T20:04:31.008Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 16:04:31 [2019-07-19T20:04:31.008Z] Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)" 16:04:31 [2019-07-19T20:04:31.008Z] -> Export-Package: org.apache.http.impl.auth.win; bundle-symbolic-name="org.apache.httpcomponents.httpclient.win"; bundle-version="4.5.6.v20190213-1947"; version="4.5.6"; x-internal:="true"; uses:="org.apache.http,org.apache.http.auth,org.apache.http.client,org.apache.http.impl.auth,org.apache.http.protocol,org.apache.http.util" 16:04:31 [2019-07-19T20:04:31.008Z] org.apache.httpcomponents.httpclient.win [36] 16:04:31 [2019-07-19T20:04:31.008Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 16:04:31 [2019-07-19T20:04:31.008Z] 16:04:31 [2019-07-19T20:04:31.008Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 16:04:31 [2019-07-19T20:04:31.008Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 16:04:31 [2019-07-19T20:04:31.008Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 16:04:31 [2019-07-19T20:04:31.008Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 16:04:31 [2019-07-19T20:04:31.008Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 16:04:31 [2019-07-19T20:04:31.008Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 16:04:31 [2019-07-19T20:04:31.008Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 16:04:31 [2019-07-19T20:04:31.008Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 16:04:31 [2019-07-19T20:04:31.008Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 16:04:31 [2019-07-19T20:04:31.008Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 16:04:32 [2019-07-19T20:04:32.904Z] Running org.eclipse.tracecompass.gdbtrace.core.tests.GdbTraceCorePluginTest 16:04:32 [2019-07-19T20:04:32.904Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.eclipse.tracecompass.gdbtrace.core.tests.GdbTraceCorePluginTest 16:04:32 [2019-07-19T20:04:32.904Z] testPluginId(org.eclipse.tracecompass.gdbtrace.core.tests.GdbTraceCorePluginTest) Time elapsed: 0.001 s 16:04:32 [2019-07-19T20:04:32.904Z] testGetDefault(org.eclipse.tracecompass.gdbtrace.core.tests.GdbTraceCorePluginTest) Time elapsed: 0 s 16:04:32 [2019-07-19T20:04:32.904Z] 16:04:32 [2019-07-19T20:04:32.904Z] Results: 16:04:32 [2019-07-19T20:04:32.904Z] 16:04:32 [2019-07-19T20:04:32.904Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 16:04:32 [2019-07-19T20:04:32.904Z] 16:04:34 [2019-07-19T20:04:34.799Z] [INFO] All tests passed! 16:04:34 [2019-07-19T20:04:34.799Z] [INFO] 16:04:34 [2019-07-19T20:04:34.799Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.gdbtrace.core.tests --- 16:04:34 [2019-07-19T20:04:34.799Z] [INFO] Loading execution data file /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core.tests/../../target/jacoco.exec 16:04:34 [2019-07-19T20:04:34.799Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.gdbtrace.core.tests' with 1 classes 16:04:34 [2019-07-19T20:04:34.799Z] [INFO] 16:04:34 [2019-07-19T20:04:34.799Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.gdbtrace.core.tests --- 16:04:34 [2019-07-19T20:04:34.799Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core.tests/target/org.eclipse.tracecompass.gdbtrace.core.tests-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.gdbtrace.core.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.gdbtrace.core.tests-1.0.0-SNAPSHOT.jar 16:04:34 [2019-07-19T20:04:34.799Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core.tests/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.gdbtrace.core.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.gdbtrace.core.tests-1.0.0-SNAPSHOT.pom 16:04:34 [2019-07-19T20:04:34.799Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core.tests/target/org.eclipse.tracecompass.gdbtrace.core.tests-1.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.gdbtrace.core.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.gdbtrace.core.tests-1.0.0-SNAPSHOT-sources.jar 16:04:34 [2019-07-19T20:04:34.799Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core.tests/target/org.eclipse.tracecompass.gdbtrace.core.tests-1.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.gdbtrace.core.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.gdbtrace.core.tests-1.0.0-SNAPSHOT-pack200.jar.pack.gz 16:04:34 [2019-07-19T20:04:34.799Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.gdbtrace.core.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.gdbtrace.core.tests-1.0.0-SNAPSHOT-p2metadata.xml 16:04:34 [2019-07-19T20:04:34.799Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.gdbtrace.core.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.gdbtrace.core.tests-1.0.0-SNAPSHOT-p2artifacts.xml 16:04:34 [2019-07-19T20:04:34.799Z] [INFO] 16:04:34 [2019-07-19T20:04:34.799Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.gdbtrace.core.tests --- 16:04:34 [2019-07-19T20:04:34.799Z] [INFO] 16:04:34 [2019-07-19T20:04:34.799Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.gdbtrace.ui.tests >-- 16:04:34 [2019-07-19T20:04:34.799Z] [INFO] Building org.eclipse.tracecompass.gdbtrace.ui.tests 1.0.0-SNAPSHOT [79/134] 16:04:34 [2019-07-19T20:04:34.799Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- 16:04:34 [2019-07-19T20:04:34.799Z] [INFO] 16:04:34 [2019-07-19T20:04:34.799Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.gdbtrace.ui.tests --- 16:04:34 [2019-07-19T20:04:34.799Z] [INFO] 16:04:34 [2019-07-19T20:04:34.799Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.gdbtrace.ui.tests --- 16:04:34 [2019-07-19T20:04:34.799Z] [INFO] The project's OSGi version is 1.0.0.201907191907 16:04:34 [2019-07-19T20:04:34.799Z] [INFO] 16:04:34 [2019-07-19T20:04:34.799Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.gdbtrace.ui.tests --- 16:04:34 [2019-07-19T20:04:34.799Z] [INFO] 16:04:34 [2019-07-19T20:04:34.799Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.gdbtrace.ui.tests --- 16:04:34 [2019-07-19T20:04:34.799Z] [INFO] 16:04:34 [2019-07-19T20:04:34.799Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.gdbtrace.ui.tests --- 16:04:34 [2019-07-19T20:04:34.799Z] [INFO] 16:04:34 [2019-07-19T20:04:34.799Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.gdbtrace.ui.tests --- 16:04:34 [2019-07-19T20:04:34.799Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 16:04:34 [2019-07-19T20:04:34.799Z] [INFO] 16:04:34 [2019-07-19T20:04:34.799Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.gdbtrace.ui.tests --- 16:04:34 [2019-07-19T20:04:34.799Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:04:34 [2019-07-19T20:04:34.799Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui.tests/src/main/resources 16:04:34 [2019-07-19T20:04:34.799Z] [INFO] 16:04:34 [2019-07-19T20:04:34.799Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.gdbtrace.ui.tests --- 16:04:34 [2019-07-19T20:04:34.799Z] [INFO] Compiling 1 source file to /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui.tests/target/classes 16:04:35 [2019-07-19T20:04:35.065Z] [INFO] 16:04:35 [2019-07-19T20:04:35.065Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.gdbtrace.ui.tests --- 16:04:35 [2019-07-19T20:04:35.065Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:04:35 [2019-07-19T20:04:35.065Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui.tests/src/test/resources 16:04:35 [2019-07-19T20:04:35.065Z] [INFO] 16:04:35 [2019-07-19T20:04:35.065Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.gdbtrace.ui.tests --- 16:04:35 [2019-07-19T20:04:35.065Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui.tests/target/org.eclipse.tracecompass.gdbtrace.ui.tests-1.0.0-SNAPSHOT-sources.jar 16:04:35 [2019-07-19T20:04:35.065Z] [INFO] 16:04:35 [2019-07-19T20:04:35.065Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.gdbtrace.ui.tests --- 16:04:35 [2019-07-19T20:04:35.065Z] [INFO] 16:04:35 [2019-07-19T20:04:35.065Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.gdbtrace.ui.tests --- 16:04:35 [2019-07-19T20:04:35.065Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui.tests/target/org.eclipse.tracecompass.gdbtrace.ui.tests-1.0.0-SNAPSHOT.jar 16:04:35 [2019-07-19T20:04:35.323Z] [INFO] 16:04:35 [2019-07-19T20:04:35.323Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.gdbtrace.ui.tests --- 16:04:35 [2019-07-19T20:04:35.323Z] [INFO] 16:04:35 [2019-07-19T20:04:35.323Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.gdbtrace.ui.tests --- 16:04:35 [2019-07-19T20:04:35.323Z] [INFO] 16:04:35 [2019-07-19T20:04:35.323Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.gdbtrace.ui.tests --- 16:04:35 [2019-07-19T20:04:35.323Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui.tests/target/org.eclipse.tracecompass.gdbtrace.ui.tests-1.0.0-SNAPSHOT.jar 16:04:35 [2019-07-19T20:04:35.323Z] [INFO] 16:04:35 [2019-07-19T20:04:35.323Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.gdbtrace.ui.tests --- 16:04:35 [2019-07-19T20:04:35.323Z] [INFO] 16:04:35 [2019-07-19T20:04:35.323Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.gdbtrace.ui.tests --- 16:04:36 [2019-07-19T20:04:36.693Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui.tests/target/work/data/.metadata/.log 16:04:36 [2019-07-19T20:04:36.693Z] [INFO] Command line: 16:04:36 [2019-07-19T20:04:36.693Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog] 16:04:36 [2019-07-19T20:04:36.949Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass 16:04:40 [2019-07-19T20:04:40.222Z] !SESSION 2019-07-19 20:04:36.938 ----------------------------------------------- 16:04:40 [2019-07-19T20:04:40.222Z] eclipse.buildId=unknown 16:04:40 [2019-07-19T20:04:40.222Z] java.version=1.8.0_202 16:04:40 [2019-07-19T20:04:40.222Z] java.vendor=Oracle Corporation 16:04:40 [2019-07-19T20:04:40.222Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US 16:04:40 [2019-07-19T20:04:40.222Z] Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui.tests/target/surefire.properties -product org.eclipse.platform.ide 16:04:40 [2019-07-19T20:04:40.222Z] Command-line arguments: -data /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog 16:04:40 [2019-07-19T20:04:40.222Z] 16:04:40 [2019-07-19T20:04:40.222Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-19 20:04:40.199 16:04:40 [2019-07-19T20:04:40.222Z] !MESSAGE FrameworkEvent ERROR 16:04:40 [2019-07-19T20:04:40.222Z] !STACK 0 16:04:40 [2019-07-19T20:04:40.222Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [85] 16:04:40 [2019-07-19T20:04:40.222Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 16:04:40 [2019-07-19T20:04:40.222Z] 16:04:40 [2019-07-19T20:04:40.222Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 16:04:40 [2019-07-19T20:04:40.222Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 16:04:40 [2019-07-19T20:04:40.222Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 16:04:40 [2019-07-19T20:04:40.222Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 16:04:40 [2019-07-19T20:04:40.222Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 16:04:40 [2019-07-19T20:04:40.222Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 16:04:40 [2019-07-19T20:04:40.222Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 16:04:40 [2019-07-19T20:04:40.222Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 16:04:40 [2019-07-19T20:04:40.222Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 16:04:40 [2019-07-19T20:04:40.222Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 16:04:40 [2019-07-19T20:04:40.480Z] 16:04:40 [2019-07-19T20:04:40.480Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-19 20:04:40.314 16:04:40 [2019-07-19T20:04:40.480Z] !MESSAGE FrameworkEvent ERROR 16:04:40 [2019-07-19T20:04:40.480Z] !STACK 0 16:04:40 [2019-07-19T20:04:40.480Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [149] 16:04:40 [2019-07-19T20:04:40.480Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 16:04:40 [2019-07-19T20:04:40.480Z] Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)" 16:04:40 [2019-07-19T20:04:40.480Z] -> Export-Package: org.apache.http.impl.auth.win; bundle-symbolic-name="org.apache.httpcomponents.httpclient.win"; bundle-version="4.5.6.v20190213-1947"; version="4.5.6"; x-internal:="true"; uses:="org.apache.http,org.apache.http.auth,org.apache.http.client,org.apache.http.impl.auth,org.apache.http.protocol,org.apache.http.util" 16:04:40 [2019-07-19T20:04:40.480Z] org.apache.httpcomponents.httpclient.win [36] 16:04:40 [2019-07-19T20:04:40.480Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 16:04:40 [2019-07-19T20:04:40.480Z] 16:04:40 [2019-07-19T20:04:40.480Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 16:04:40 [2019-07-19T20:04:40.480Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 16:04:40 [2019-07-19T20:04:40.480Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 16:04:40 [2019-07-19T20:04:40.480Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 16:04:40 [2019-07-19T20:04:40.480Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 16:04:40 [2019-07-19T20:04:40.480Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 16:04:40 [2019-07-19T20:04:40.480Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 16:04:40 [2019-07-19T20:04:40.480Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 16:04:40 [2019-07-19T20:04:40.480Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 16:04:40 [2019-07-19T20:04:40.480Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 16:04:43 [2019-07-19T20:04:43.043Z] process 11142: D-Bus library appears to be incorrectly set up; failed to read machine uuid: UUID file '/etc/machine-id' should contain a hex string of length 32, not length 0, with no other text 16:04:43 [2019-07-19T20:04:43.043Z] See the manual page for dbus-uuidgen to correct this issue. 16:04:43 [2019-07-19T20:04:43.043Z] SWT SessionManagerDBus: Failed to connect to org.gnome.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory) 16:04:43 [2019-07-19T20:04:43.043Z] SWT SessionManagerDBus: Failed to connect to org.xfce.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory) 16:04:55 [2019-07-19T20:04:55.226Z] Running org.eclipse.tracecompass.gdbtrace.ui.tests.GdbTraceUIPluginTest 16:04:55 [2019-07-19T20:04:55.226Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s - in org.eclipse.tracecompass.gdbtrace.ui.tests.GdbTraceUIPluginTest 16:04:55 [2019-07-19T20:04:55.226Z] testPluginId(org.eclipse.tracecompass.gdbtrace.ui.tests.GdbTraceUIPluginTest) Time elapsed: 0.002 s 16:04:55 [2019-07-19T20:04:55.226Z] testGetDefault(org.eclipse.tracecompass.gdbtrace.ui.tests.GdbTraceUIPluginTest) Time elapsed: 0 s 16:04:55 [2019-07-19T20:04:55.226Z] 16:04:55 [2019-07-19T20:04:55.226Z] Results: 16:04:55 [2019-07-19T20:04:55.226Z] 16:04:55 [2019-07-19T20:04:55.226Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 16:04:55 [2019-07-19T20:04:55.226Z] 16:04:57 [2019-07-19T20:04:57.121Z] [INFO] All tests passed! 16:04:57 [2019-07-19T20:04:57.121Z] [INFO] 16:04:57 [2019-07-19T20:04:57.121Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.gdbtrace.ui.tests --- 16:04:57 [2019-07-19T20:04:57.121Z] [INFO] Loading execution data file /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui.tests/../../target/jacoco.exec 16:04:57 [2019-07-19T20:04:57.121Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.gdbtrace.ui.tests' with 1 classes 16:04:57 [2019-07-19T20:04:57.121Z] [INFO] 16:04:57 [2019-07-19T20:04:57.121Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.gdbtrace.ui.tests --- 16:04:57 [2019-07-19T20:04:57.121Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui.tests/target/org.eclipse.tracecompass.gdbtrace.ui.tests-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.gdbtrace.ui.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.gdbtrace.ui.tests-1.0.0-SNAPSHOT.jar 16:04:57 [2019-07-19T20:04:57.121Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui.tests/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.gdbtrace.ui.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.gdbtrace.ui.tests-1.0.0-SNAPSHOT.pom 16:04:57 [2019-07-19T20:04:57.121Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui.tests/target/org.eclipse.tracecompass.gdbtrace.ui.tests-1.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.gdbtrace.ui.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.gdbtrace.ui.tests-1.0.0-SNAPSHOT-sources.jar 16:04:57 [2019-07-19T20:04:57.121Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui.tests/target/org.eclipse.tracecompass.gdbtrace.ui.tests-1.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.gdbtrace.ui.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.gdbtrace.ui.tests-1.0.0-SNAPSHOT-pack200.jar.pack.gz 16:04:57 [2019-07-19T20:04:57.121Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.gdbtrace.ui.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.gdbtrace.ui.tests-1.0.0-SNAPSHOT-p2metadata.xml 16:04:57 [2019-07-19T20:04:57.121Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.gdbtrace.ui.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.gdbtrace.ui.tests-1.0.0-SNAPSHOT-p2artifacts.xml 16:04:57 [2019-07-19T20:04:57.121Z] [INFO] 16:04:57 [2019-07-19T20:04:57.121Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.gdbtrace.ui.tests --- 16:04:57 [2019-07-19T20:04:57.121Z] [INFO] 16:04:57 [2019-07-19T20:04:57.121Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.common.core.tests >-- 16:04:57 [2019-07-19T20:04:57.121Z] [INFO] Building org.eclipse.tracecompass.lttng2.common.core.tests 1.0.0-SNAPSHOT [80/134] 16:04:57 [2019-07-19T20:04:57.121Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- 16:04:57 [2019-07-19T20:04:57.121Z] [INFO] 16:04:57 [2019-07-19T20:04:57.121Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.lttng2.common.core.tests --- 16:04:57 [2019-07-19T20:04:57.121Z] [INFO] 16:04:57 [2019-07-19T20:04:57.121Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.lttng2.common.core.tests --- 16:04:57 [2019-07-19T20:04:57.121Z] [INFO] The project's OSGi version is 1.0.0.201907191907 16:04:57 [2019-07-19T20:04:57.121Z] [INFO] 16:04:57 [2019-07-19T20:04:57.121Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.lttng2.common.core.tests --- 16:04:57 [2019-07-19T20:04:57.121Z] [INFO] 16:04:57 [2019-07-19T20:04:57.121Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.lttng2.common.core.tests --- 16:04:57 [2019-07-19T20:04:57.121Z] [INFO] 16:04:57 [2019-07-19T20:04:57.121Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.lttng2.common.core.tests --- 16:04:57 [2019-07-19T20:04:57.121Z] [INFO] 16:04:57 [2019-07-19T20:04:57.121Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.lttng2.common.core.tests --- 16:04:57 [2019-07-19T20:04:57.121Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.common.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 16:04:57 [2019-07-19T20:04:57.121Z] [INFO] 16:04:57 [2019-07-19T20:04:57.121Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.lttng2.common.core.tests --- 16:04:57 [2019-07-19T20:04:57.121Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:04:57 [2019-07-19T20:04:57.121Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.common.core.tests/src/main/resources 16:04:57 [2019-07-19T20:04:57.121Z] [INFO] 16:04:57 [2019-07-19T20:04:57.121Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.lttng2.common.core.tests --- 16:04:57 [2019-07-19T20:04:57.121Z] [INFO] Compiling 2 source files to /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.common.core.tests/target/classes 16:04:57 [2019-07-19T20:04:57.379Z] [INFO] 16:04:57 [2019-07-19T20:04:57.379Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.lttng2.common.core.tests --- 16:04:57 [2019-07-19T20:04:57.379Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:04:57 [2019-07-19T20:04:57.379Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.common.core.tests/src/test/resources 16:04:57 [2019-07-19T20:04:57.379Z] [INFO] 16:04:57 [2019-07-19T20:04:57.379Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.lttng2.common.core.tests --- 16:04:57 [2019-07-19T20:04:57.379Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.common.core.tests/target/org.eclipse.tracecompass.lttng2.common.core.tests-1.0.0-SNAPSHOT-sources.jar 16:04:57 [2019-07-19T20:04:57.379Z] [INFO] 16:04:57 [2019-07-19T20:04:57.379Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.lttng2.common.core.tests --- 16:04:57 [2019-07-19T20:04:57.379Z] [INFO] 16:04:57 [2019-07-19T20:04:57.379Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.lttng2.common.core.tests --- 16:04:57 [2019-07-19T20:04:57.379Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.common.core.tests/target/org.eclipse.tracecompass.lttng2.common.core.tests-1.0.0-SNAPSHOT.jar 16:04:57 [2019-07-19T20:04:57.379Z] [INFO] 16:04:57 [2019-07-19T20:04:57.379Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.lttng2.common.core.tests --- 16:04:57 [2019-07-19T20:04:57.379Z] [INFO] 16:04:57 [2019-07-19T20:04:57.379Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.lttng2.common.core.tests --- 16:04:57 [2019-07-19T20:04:57.379Z] [INFO] 16:04:57 [2019-07-19T20:04:57.379Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.lttng2.common.core.tests --- 16:04:57 [2019-07-19T20:04:57.379Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.common.core.tests/target/org.eclipse.tracecompass.lttng2.common.core.tests-1.0.0-SNAPSHOT.jar 16:04:57 [2019-07-19T20:04:57.379Z] [INFO] 16:04:57 [2019-07-19T20:04:57.379Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.lttng2.common.core.tests --- 16:04:57 [2019-07-19T20:04:57.379Z] [INFO] 16:04:57 [2019-07-19T20:04:57.379Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.lttng2.common.core.tests --- 16:04:58 [2019-07-19T20:04:58.747Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.common.core.tests/target/work/data/.metadata/.log 16:04:58 [2019-07-19T20:04:58.747Z] [INFO] Command line: 16:04:58 [2019-07-19T20:04:58.747Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.common.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.common.core.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.common.core.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.common.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.common.core.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog] 16:04:58 [2019-07-19T20:04:58.747Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass 16:05:02 [2019-07-19T20:05:02.021Z] !SESSION 2019-07-19 20:04:58.719 ----------------------------------------------- 16:05:02 [2019-07-19T20:05:02.021Z] eclipse.buildId=unknown 16:05:02 [2019-07-19T20:05:02.021Z] java.version=1.8.0_202 16:05:02 [2019-07-19T20:05:02.021Z] java.vendor=Oracle Corporation 16:05:02 [2019-07-19T20:05:02.021Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US 16:05:02 [2019-07-19T20:05:02.021Z] Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.common.core.tests/target/surefire.properties -product org.eclipse.platform.ide 16:05:02 [2019-07-19T20:05:02.021Z] Command-line arguments: -data /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.common.core.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.common.core.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog 16:05:02 [2019-07-19T20:05:02.021Z] 16:05:02 [2019-07-19T20:05:02.021Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-19 20:05:01.892 16:05:02 [2019-07-19T20:05:02.021Z] !MESSAGE FrameworkEvent ERROR 16:05:02 [2019-07-19T20:05:02.021Z] !STACK 0 16:05:02 [2019-07-19T20:05:02.021Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [61] 16:05:02 [2019-07-19T20:05:02.021Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 16:05:02 [2019-07-19T20:05:02.021Z] 16:05:02 [2019-07-19T20:05:02.021Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 16:05:02 [2019-07-19T20:05:02.021Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 16:05:02 [2019-07-19T20:05:02.021Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 16:05:02 [2019-07-19T20:05:02.021Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 16:05:02 [2019-07-19T20:05:02.021Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 16:05:02 [2019-07-19T20:05:02.021Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 16:05:02 [2019-07-19T20:05:02.021Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 16:05:02 [2019-07-19T20:05:02.021Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 16:05:02 [2019-07-19T20:05:02.021Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 16:05:02 [2019-07-19T20:05:02.021Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 16:05:02 [2019-07-19T20:05:02.279Z] 16:05:02 [2019-07-19T20:05:02.279Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-19 20:05:02.071 16:05:02 [2019-07-19T20:05:02.279Z] !MESSAGE FrameworkEvent ERROR 16:05:02 [2019-07-19T20:05:02.279Z] !STACK 0 16:05:02 [2019-07-19T20:05:02.279Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [130] 16:05:02 [2019-07-19T20:05:02.279Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 16:05:02 [2019-07-19T20:05:02.279Z] Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)" 16:05:02 [2019-07-19T20:05:02.279Z] -> Export-Package: org.apache.http.impl.auth.win; bundle-symbolic-name="org.apache.httpcomponents.httpclient.win"; bundle-version="4.5.6.v20190213-1947"; version="4.5.6"; x-internal:="true"; uses:="org.apache.http,org.apache.http.auth,org.apache.http.client,org.apache.http.impl.auth,org.apache.http.protocol,org.apache.http.util" 16:05:02 [2019-07-19T20:05:02.279Z] org.apache.httpcomponents.httpclient.win [35] 16:05:02 [2019-07-19T20:05:02.279Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 16:05:02 [2019-07-19T20:05:02.279Z] 16:05:02 [2019-07-19T20:05:02.279Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 16:05:02 [2019-07-19T20:05:02.279Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 16:05:02 [2019-07-19T20:05:02.279Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 16:05:02 [2019-07-19T20:05:02.279Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 16:05:02 [2019-07-19T20:05:02.279Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 16:05:02 [2019-07-19T20:05:02.279Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 16:05:02 [2019-07-19T20:05:02.279Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 16:05:02 [2019-07-19T20:05:02.279Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 16:05:02 [2019-07-19T20:05:02.279Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 16:05:02 [2019-07-19T20:05:02.279Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 16:05:04 [2019-07-19T20:05:04.172Z] Running org.eclipse.tracecompass.lttng2.common.core.tests.ActivatorTest 16:05:04 [2019-07-19T20:05:04.172Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.eclipse.tracecompass.lttng2.common.core.tests.ActivatorTest 16:05:04 [2019-07-19T20:05:04.172Z] testGetDefault(org.eclipse.tracecompass.lttng2.common.core.tests.ActivatorTest) Time elapsed: 0.001 s 16:05:04 [2019-07-19T20:05:04.172Z] 16:05:04 [2019-07-19T20:05:04.172Z] Results: 16:05:04 [2019-07-19T20:05:04.172Z] 16:05:04 [2019-07-19T20:05:04.172Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 16:05:04 [2019-07-19T20:05:04.172Z] 16:05:05 [2019-07-19T20:05:05.541Z] [INFO] All tests passed! 16:05:05 [2019-07-19T20:05:05.541Z] [INFO] 16:05:05 [2019-07-19T20:05:05.541Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.lttng2.common.core.tests --- 16:05:05 [2019-07-19T20:05:05.541Z] [INFO] Loading execution data file /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.common.core.tests/../../target/jacoco.exec 16:05:05 [2019-07-19T20:05:05.541Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.common.core.tests' with 2 classes 16:05:05 [2019-07-19T20:05:05.541Z] [INFO] 16:05:05 [2019-07-19T20:05:05.541Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.lttng2.common.core.tests --- 16:05:05 [2019-07-19T20:05:05.541Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.common.core.tests/target/org.eclipse.tracecompass.lttng2.common.core.tests-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.common.core.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.common.core.tests-1.0.0-SNAPSHOT.jar 16:05:05 [2019-07-19T20:05:05.541Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.common.core.tests/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.common.core.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.common.core.tests-1.0.0-SNAPSHOT.pom 16:05:05 [2019-07-19T20:05:05.541Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.common.core.tests/target/org.eclipse.tracecompass.lttng2.common.core.tests-1.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.common.core.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.common.core.tests-1.0.0-SNAPSHOT-sources.jar 16:05:05 [2019-07-19T20:05:05.541Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.common.core.tests/target/org.eclipse.tracecompass.lttng2.common.core.tests-1.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.common.core.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.common.core.tests-1.0.0-SNAPSHOT-pack200.jar.pack.gz 16:05:05 [2019-07-19T20:05:05.541Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.common.core.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.common.core.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.common.core.tests-1.0.0-SNAPSHOT-p2metadata.xml 16:05:05 [2019-07-19T20:05:05.541Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.common.core.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.common.core.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.common.core.tests-1.0.0-SNAPSHOT-p2artifacts.xml 16:05:05 [2019-07-19T20:05:05.541Z] [INFO] 16:05:05 [2019-07-19T20:05:05.541Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.lttng2.common.core.tests --- 16:05:05 [2019-07-19T20:05:05.541Z] [INFO] 16:05:05 [2019-07-19T20:05:05.541Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.control.core >-- 16:05:05 [2019-07-19T20:05:05.541Z] [INFO] Building org.eclipse.tracecompass.lttng2.control.core 1.2.1-SNAPSHOT [81/134] 16:05:05 [2019-07-19T20:05:05.541Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 16:05:05 [2019-07-19T20:05:05.541Z] [INFO] 16:05:05 [2019-07-19T20:05:05.541Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.lttng2.control.core --- 16:05:05 [2019-07-19T20:05:05.541Z] [INFO] 16:05:05 [2019-07-19T20:05:05.541Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.lttng2.control.core --- 16:05:05 [2019-07-19T20:05:05.541Z] [INFO] The project's OSGi version is 1.2.1.201907191907 16:05:05 [2019-07-19T20:05:05.541Z] [INFO] 16:05:05 [2019-07-19T20:05:05.541Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.lttng2.control.core --- 16:05:05 [2019-07-19T20:05:05.541Z] [INFO] 16:05:05 [2019-07-19T20:05:05.541Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.lttng2.control.core --- 16:05:05 [2019-07-19T20:05:05.541Z] [INFO] 16:05:05 [2019-07-19T20:05:05.541Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.lttng2.control.core --- 16:05:05 [2019-07-19T20:05:05.541Z] [INFO] 16:05:05 [2019-07-19T20:05:05.541Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.lttng2.control.core --- 16:05:05 [2019-07-19T20:05:05.541Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 16:05:05 [2019-07-19T20:05:05.541Z] [INFO] 16:05:05 [2019-07-19T20:05:05.541Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.lttng2.control.core --- 16:05:05 [2019-07-19T20:05:05.541Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:05:05 [2019-07-19T20:05:05.541Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core/src/main/resources 16:05:05 [2019-07-19T20:05:05.541Z] [INFO] 16:05:05 [2019-07-19T20:05:05.541Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.lttng2.control.core --- 16:05:05 [2019-07-19T20:05:05.541Z] [INFO] Compiling 75 source files to /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core/target/classes 16:05:06 [2019-07-19T20:05:06.105Z] [INFO] 16:05:06 [2019-07-19T20:05:06.105Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.lttng2.control.core --- 16:05:06 [2019-07-19T20:05:06.105Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:05:06 [2019-07-19T20:05:06.105Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core/src/test/resources 16:05:06 [2019-07-19T20:05:06.105Z] [INFO] 16:05:06 [2019-07-19T20:05:06.105Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.lttng2.control.core --- 16:05:06 [2019-07-19T20:05:06.105Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core/target/org.eclipse.tracecompass.lttng2.control.core-1.2.1-SNAPSHOT-sources.jar 16:05:06 [2019-07-19T20:05:06.105Z] [INFO] 16:05:06 [2019-07-19T20:05:06.105Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.lttng2.control.core --- 16:05:06 [2019-07-19T20:05:06.105Z] [INFO] 16:05:06 [2019-07-19T20:05:06.105Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.lttng2.control.core --- 16:05:06 [2019-07-19T20:05:06.105Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core/target/org.eclipse.tracecompass.lttng2.control.core-1.2.1-SNAPSHOT.jar 16:05:06 [2019-07-19T20:05:06.105Z] [INFO] 16:05:06 [2019-07-19T20:05:06.105Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.lttng2.control.core --- 16:05:06 [2019-07-19T20:05:06.105Z] [INFO] 16:05:06 [2019-07-19T20:05:06.105Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.lttng2.control.core --- 16:05:06 [2019-07-19T20:05:06.105Z] [INFO] 16:05:06 [2019-07-19T20:05:06.105Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.lttng2.control.core --- 16:05:06 [2019-07-19T20:05:06.105Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core/target/org.eclipse.tracecompass.lttng2.control.core-1.2.1-SNAPSHOT.jar 16:05:06 [2019-07-19T20:05:06.364Z] [INFO] 16:05:06 [2019-07-19T20:05:06.364Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.lttng2.control.core --- 16:05:06 [2019-07-19T20:05:06.364Z] [INFO] 16:05:06 [2019-07-19T20:05:06.364Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.lttng2.control.core --- 16:05:06 [2019-07-19T20:05:06.364Z] [INFO] Loading execution data file /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core/../../target/jacoco.exec 16:05:06 [2019-07-19T20:05:06.364Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.control.core' with 56 classes 16:05:06 [2019-07-19T20:05:06.622Z] [INFO] 16:05:06 [2019-07-19T20:05:06.622Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.lttng2.control.core --- 16:05:06 [2019-07-19T20:05:06.622Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core/target/org.eclipse.tracecompass.lttng2.control.core-1.2.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.control.core/1.2.1-SNAPSHOT/org.eclipse.tracecompass.lttng2.control.core-1.2.1-SNAPSHOT.jar 16:05:06 [2019-07-19T20:05:06.622Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.control.core/1.2.1-SNAPSHOT/org.eclipse.tracecompass.lttng2.control.core-1.2.1-SNAPSHOT.pom 16:05:06 [2019-07-19T20:05:06.622Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core/target/org.eclipse.tracecompass.lttng2.control.core-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.control.core/1.2.1-SNAPSHOT/org.eclipse.tracecompass.lttng2.control.core-1.2.1-SNAPSHOT-sources.jar 16:05:06 [2019-07-19T20:05:06.622Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core/target/org.eclipse.tracecompass.lttng2.control.core-1.2.1-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.control.core/1.2.1-SNAPSHOT/org.eclipse.tracecompass.lttng2.control.core-1.2.1-SNAPSHOT-pack200.jar.pack.gz 16:05:06 [2019-07-19T20:05:06.622Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.control.core/1.2.1-SNAPSHOT/org.eclipse.tracecompass.lttng2.control.core-1.2.1-SNAPSHOT-p2metadata.xml 16:05:06 [2019-07-19T20:05:06.622Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.control.core/1.2.1-SNAPSHOT/org.eclipse.tracecompass.lttng2.control.core-1.2.1-SNAPSHOT-p2artifacts.xml 16:05:06 [2019-07-19T20:05:06.622Z] [INFO] 16:05:06 [2019-07-19T20:05:06.622Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.lttng2.control.core --- 16:05:06 [2019-07-19T20:05:06.622Z] [INFO] 16:05:06 [2019-07-19T20:05:06.622Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.remote.core >-- 16:05:06 [2019-07-19T20:05:06.622Z] [INFO] Building org.eclipse.tracecompass.tmf.remote.core 2.0.2-SNAPSHOT [82/134] 16:05:06 [2019-07-19T20:05:06.622Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 16:05:06 [2019-07-19T20:05:06.622Z] [INFO] 16:05:06 [2019-07-19T20:05:06.622Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.tmf.remote.core --- 16:05:06 [2019-07-19T20:05:06.622Z] [INFO] 16:05:06 [2019-07-19T20:05:06.622Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.tmf.remote.core --- 16:05:06 [2019-07-19T20:05:06.622Z] [INFO] The project's OSGi version is 2.0.2.201907191907 16:05:06 [2019-07-19T20:05:06.622Z] [INFO] 16:05:06 [2019-07-19T20:05:06.622Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.tmf.remote.core --- 16:05:06 [2019-07-19T20:05:06.622Z] [INFO] 16:05:06 [2019-07-19T20:05:06.622Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.tmf.remote.core --- 16:05:06 [2019-07-19T20:05:06.622Z] [INFO] 16:05:06 [2019-07-19T20:05:06.622Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.tmf.remote.core --- 16:05:06 [2019-07-19T20:05:06.622Z] [INFO] 16:05:06 [2019-07-19T20:05:06.622Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.tmf.remote.core --- 16:05:06 [2019-07-19T20:05:06.622Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.core/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 16:05:06 [2019-07-19T20:05:06.622Z] [INFO] 16:05:06 [2019-07-19T20:05:06.622Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.tmf.remote.core --- 16:05:06 [2019-07-19T20:05:06.622Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:05:06 [2019-07-19T20:05:06.622Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.core/src/main/resources 16:05:06 [2019-07-19T20:05:06.622Z] [INFO] 16:05:06 [2019-07-19T20:05:06.622Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.tmf.remote.core --- 16:05:06 [2019-07-19T20:05:06.622Z] [INFO] Compiling 16 source files to /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.core/target/classes 16:05:06 [2019-07-19T20:05:06.879Z] [INFO] 16:05:06 [2019-07-19T20:05:06.879Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.tmf.remote.core --- 16:05:06 [2019-07-19T20:05:06.879Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:05:06 [2019-07-19T20:05:06.879Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.core/src/test/resources 16:05:06 [2019-07-19T20:05:06.879Z] [INFO] 16:05:06 [2019-07-19T20:05:06.879Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.tmf.remote.core --- 16:05:06 [2019-07-19T20:05:06.879Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.core/target/org.eclipse.tracecompass.tmf.remote.core-2.0.2-SNAPSHOT-sources.jar 16:05:06 [2019-07-19T20:05:06.879Z] [INFO] 16:05:06 [2019-07-19T20:05:06.879Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.tmf.remote.core --- 16:05:06 [2019-07-19T20:05:06.879Z] [INFO] 16:05:06 [2019-07-19T20:05:06.879Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.tmf.remote.core --- 16:05:06 [2019-07-19T20:05:06.879Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.core/target/org.eclipse.tracecompass.tmf.remote.core-2.0.2-SNAPSHOT.jar 16:05:06 [2019-07-19T20:05:06.879Z] [INFO] 16:05:06 [2019-07-19T20:05:06.879Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.tmf.remote.core --- 16:05:06 [2019-07-19T20:05:06.879Z] [INFO] 16:05:06 [2019-07-19T20:05:06.879Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.tmf.remote.core --- 16:05:06 [2019-07-19T20:05:06.879Z] [INFO] 16:05:06 [2019-07-19T20:05:06.879Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.tmf.remote.core --- 16:05:07 [2019-07-19T20:05:07.137Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.core/target/org.eclipse.tracecompass.tmf.remote.core-2.0.2-SNAPSHOT.jar 16:05:07 [2019-07-19T20:05:07.137Z] [INFO] 16:05:07 [2019-07-19T20:05:07.137Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.tmf.remote.core --- 16:05:07 [2019-07-19T20:05:07.137Z] [INFO] 16:05:07 [2019-07-19T20:05:07.137Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.tmf.remote.core --- 16:05:07 [2019-07-19T20:05:07.137Z] [INFO] Loading execution data file /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.core/../../target/jacoco.exec 16:05:07 [2019-07-19T20:05:07.137Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.remote.core' with 14 classes 16:05:07 [2019-07-19T20:05:07.137Z] [INFO] 16:05:07 [2019-07-19T20:05:07.137Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.tmf.remote.core --- 16:05:07 [2019-07-19T20:05:07.137Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.core/target/org.eclipse.tracecompass.tmf.remote.core-2.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.remote.core/2.0.2-SNAPSHOT/org.eclipse.tracecompass.tmf.remote.core-2.0.2-SNAPSHOT.jar 16:05:07 [2019-07-19T20:05:07.137Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.core/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.remote.core/2.0.2-SNAPSHOT/org.eclipse.tracecompass.tmf.remote.core-2.0.2-SNAPSHOT.pom 16:05:07 [2019-07-19T20:05:07.137Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.core/target/org.eclipse.tracecompass.tmf.remote.core-2.0.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.remote.core/2.0.2-SNAPSHOT/org.eclipse.tracecompass.tmf.remote.core-2.0.2-SNAPSHOT-sources.jar 16:05:07 [2019-07-19T20:05:07.137Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.core/target/org.eclipse.tracecompass.tmf.remote.core-2.0.2-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.remote.core/2.0.2-SNAPSHOT/org.eclipse.tracecompass.tmf.remote.core-2.0.2-SNAPSHOT-pack200.jar.pack.gz 16:05:07 [2019-07-19T20:05:07.137Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.core/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.remote.core/2.0.2-SNAPSHOT/org.eclipse.tracecompass.tmf.remote.core-2.0.2-SNAPSHOT-p2metadata.xml 16:05:07 [2019-07-19T20:05:07.137Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.core/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.remote.core/2.0.2-SNAPSHOT/org.eclipse.tracecompass.tmf.remote.core-2.0.2-SNAPSHOT-p2artifacts.xml 16:05:07 [2019-07-19T20:05:07.137Z] [INFO] 16:05:07 [2019-07-19T20:05:07.137Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.tmf.remote.core --- 16:05:07 [2019-07-19T20:05:07.137Z] [INFO] 16:05:07 [2019-07-19T20:05:07.137Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.remote.ui >--- 16:05:07 [2019-07-19T20:05:07.137Z] [INFO] Building org.eclipse.tracecompass.tmf.remote.ui 1.0.5-SNAPSHOT [83/134] 16:05:07 [2019-07-19T20:05:07.137Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 16:05:07 [2019-07-19T20:05:07.137Z] [INFO] 16:05:07 [2019-07-19T20:05:07.137Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.tmf.remote.ui --- 16:05:07 [2019-07-19T20:05:07.137Z] [INFO] 16:05:07 [2019-07-19T20:05:07.137Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.tmf.remote.ui --- 16:05:07 [2019-07-19T20:05:07.137Z] [INFO] The project's OSGi version is 1.0.5.201907191907 16:05:07 [2019-07-19T20:05:07.137Z] [INFO] 16:05:07 [2019-07-19T20:05:07.137Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.tmf.remote.ui --- 16:05:07 [2019-07-19T20:05:07.137Z] [INFO] 16:05:07 [2019-07-19T20:05:07.137Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.tmf.remote.ui --- 16:05:07 [2019-07-19T20:05:07.137Z] [INFO] 16:05:07 [2019-07-19T20:05:07.137Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.tmf.remote.ui --- 16:05:07 [2019-07-19T20:05:07.137Z] [INFO] 16:05:07 [2019-07-19T20:05:07.137Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.tmf.remote.ui --- 16:05:07 [2019-07-19T20:05:07.137Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 16:05:07 [2019-07-19T20:05:07.137Z] [INFO] 16:05:07 [2019-07-19T20:05:07.137Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.tmf.remote.ui --- 16:05:07 [2019-07-19T20:05:07.137Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:05:07 [2019-07-19T20:05:07.137Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui/src/main/resources 16:05:07 [2019-07-19T20:05:07.137Z] [INFO] 16:05:07 [2019-07-19T20:05:07.137Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.tmf.remote.ui --- 16:05:07 [2019-07-19T20:05:07.137Z] [INFO] Compiling 21 source files to /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui/target/classes 16:05:08 [2019-07-19T20:05:08.068Z] [INFO] 16:05:08 [2019-07-19T20:05:08.068Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.tmf.remote.ui --- 16:05:08 [2019-07-19T20:05:08.068Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:05:08 [2019-07-19T20:05:08.068Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui/src/test/resources 16:05:08 [2019-07-19T20:05:08.068Z] [INFO] 16:05:08 [2019-07-19T20:05:08.068Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.tmf.remote.ui --- 16:05:08 [2019-07-19T20:05:08.068Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui/target/org.eclipse.tracecompass.tmf.remote.ui-1.0.5-SNAPSHOT-sources.jar 16:05:08 [2019-07-19T20:05:08.068Z] [INFO] 16:05:08 [2019-07-19T20:05:08.068Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.tmf.remote.ui --- 16:05:08 [2019-07-19T20:05:08.068Z] [INFO] 16:05:08 [2019-07-19T20:05:08.068Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.tmf.remote.ui --- 16:05:08 [2019-07-19T20:05:08.068Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui/target/org.eclipse.tracecompass.tmf.remote.ui-1.0.5-SNAPSHOT.jar 16:05:08 [2019-07-19T20:05:08.068Z] [INFO] 16:05:08 [2019-07-19T20:05:08.068Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.tmf.remote.ui --- 16:05:08 [2019-07-19T20:05:08.068Z] [INFO] 16:05:08 [2019-07-19T20:05:08.068Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.tmf.remote.ui --- 16:05:08 [2019-07-19T20:05:08.068Z] [INFO] 16:05:08 [2019-07-19T20:05:08.068Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.tmf.remote.ui --- 16:05:08 [2019-07-19T20:05:08.068Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui/target/org.eclipse.tracecompass.tmf.remote.ui-1.0.5-SNAPSHOT.jar 16:05:08 [2019-07-19T20:05:08.326Z] [INFO] 16:05:08 [2019-07-19T20:05:08.326Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.tmf.remote.ui --- 16:05:08 [2019-07-19T20:05:08.326Z] [INFO] 16:05:08 [2019-07-19T20:05:08.326Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.tmf.remote.ui --- 16:05:08 [2019-07-19T20:05:08.326Z] [INFO] Loading execution data file /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui/../../target/jacoco.exec 16:05:08 [2019-07-19T20:05:08.326Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.remote.ui' with 54 classes 16:05:08 [2019-07-19T20:05:08.584Z] [INFO] 16:05:08 [2019-07-19T20:05:08.584Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.tmf.remote.ui --- 16:05:08 [2019-07-19T20:05:08.584Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui/target/org.eclipse.tracecompass.tmf.remote.ui-1.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.remote.ui/1.0.5-SNAPSHOT/org.eclipse.tracecompass.tmf.remote.ui-1.0.5-SNAPSHOT.jar 16:05:08 [2019-07-19T20:05:08.584Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.remote.ui/1.0.5-SNAPSHOT/org.eclipse.tracecompass.tmf.remote.ui-1.0.5-SNAPSHOT.pom 16:05:08 [2019-07-19T20:05:08.584Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui/target/org.eclipse.tracecompass.tmf.remote.ui-1.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.remote.ui/1.0.5-SNAPSHOT/org.eclipse.tracecompass.tmf.remote.ui-1.0.5-SNAPSHOT-sources.jar 16:05:08 [2019-07-19T20:05:08.584Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui/target/org.eclipse.tracecompass.tmf.remote.ui-1.0.5-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.remote.ui/1.0.5-SNAPSHOT/org.eclipse.tracecompass.tmf.remote.ui-1.0.5-SNAPSHOT-pack200.jar.pack.gz 16:05:08 [2019-07-19T20:05:08.584Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.remote.ui/1.0.5-SNAPSHOT/org.eclipse.tracecompass.tmf.remote.ui-1.0.5-SNAPSHOT-p2metadata.xml 16:05:08 [2019-07-19T20:05:08.584Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.remote.ui/1.0.5-SNAPSHOT/org.eclipse.tracecompass.tmf.remote.ui-1.0.5-SNAPSHOT-p2artifacts.xml 16:05:08 [2019-07-19T20:05:08.584Z] [INFO] 16:05:08 [2019-07-19T20:05:08.584Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.tmf.remote.ui --- 16:05:08 [2019-07-19T20:05:08.584Z] [INFO] 16:05:08 [2019-07-19T20:05:08.842Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.control.ui >-- 16:05:08 [2019-07-19T20:05:08.842Z] [INFO] Building org.eclipse.tracecompass.lttng2.control.ui 1.2.7-SNAPSHOT [84/134] 16:05:08 [2019-07-19T20:05:08.842Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 16:05:08 [2019-07-19T20:05:08.842Z] [INFO] 16:05:08 [2019-07-19T20:05:08.842Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.lttng2.control.ui --- 16:05:08 [2019-07-19T20:05:08.842Z] [INFO] 16:05:08 [2019-07-19T20:05:08.842Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.lttng2.control.ui --- 16:05:08 [2019-07-19T20:05:08.842Z] [INFO] The project's OSGi version is 1.2.7.201907191907 16:05:08 [2019-07-19T20:05:08.842Z] [INFO] 16:05:08 [2019-07-19T20:05:08.842Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.lttng2.control.ui --- 16:05:08 [2019-07-19T20:05:08.842Z] [INFO] 16:05:08 [2019-07-19T20:05:08.842Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.lttng2.control.ui --- 16:05:08 [2019-07-19T20:05:08.842Z] [INFO] 16:05:08 [2019-07-19T20:05:08.842Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.lttng2.control.ui --- 16:05:08 [2019-07-19T20:05:08.842Z] [INFO] 16:05:08 [2019-07-19T20:05:08.842Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.lttng2.control.ui --- 16:05:08 [2019-07-19T20:05:08.842Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 16:05:08 [2019-07-19T20:05:08.842Z] [INFO] 16:05:08 [2019-07-19T20:05:08.842Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.lttng2.control.ui --- 16:05:08 [2019-07-19T20:05:08.842Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:05:08 [2019-07-19T20:05:08.842Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui/src/main/resources 16:05:08 [2019-07-19T20:05:08.842Z] [INFO] 16:05:08 [2019-07-19T20:05:08.842Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.lttng2.control.ui --- 16:05:08 [2019-07-19T20:05:08.842Z] [INFO] Compiling 128 source files to /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui/target/classes 16:05:10 [2019-07-19T20:05:10.212Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui/src/org/eclipse/tracecompass/internal/lttng2/control/ui/views/dialogs/EnableChannelDialog.java:[175] 16:05:10 [2019-07-19T20:05:10.212Z] fVerifyListener = e -> e.doit = e.text.matches("[0-9]*") || e.text.matches(DEFAULT_TEXT); 16:05:10 [2019-07-19T20:05:10.212Z] ^^^^^^^^ 16:05:10 [2019-07-19T20:05:10.212Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$ 16:05:10 [2019-07-19T20:05:10.212Z] 2 problems (0 errors, 1 warning, 1 info) 16:05:10 [2019-07-19T20:05:10.212Z] [INFO] 16:05:10 [2019-07-19T20:05:10.212Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.lttng2.control.ui --- 16:05:10 [2019-07-19T20:05:10.212Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:05:10 [2019-07-19T20:05:10.212Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui/src/test/resources 16:05:10 [2019-07-19T20:05:10.212Z] [INFO] 16:05:10 [2019-07-19T20:05:10.212Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.lttng2.control.ui --- 16:05:10 [2019-07-19T20:05:10.212Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui/target/org.eclipse.tracecompass.lttng2.control.ui-1.2.7-SNAPSHOT-sources.jar 16:05:10 [2019-07-19T20:05:10.212Z] [INFO] 16:05:10 [2019-07-19T20:05:10.212Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.lttng2.control.ui --- 16:05:10 [2019-07-19T20:05:10.212Z] [INFO] 16:05:10 [2019-07-19T20:05:10.212Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.lttng2.control.ui --- 16:05:10 [2019-07-19T20:05:10.212Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui/target/org.eclipse.tracecompass.lttng2.control.ui-1.2.7-SNAPSHOT.jar 16:05:10 [2019-07-19T20:05:10.470Z] [INFO] 16:05:10 [2019-07-19T20:05:10.470Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.lttng2.control.ui --- 16:05:10 [2019-07-19T20:05:10.470Z] [INFO] 16:05:10 [2019-07-19T20:05:10.470Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.lttng2.control.ui --- 16:05:10 [2019-07-19T20:05:10.470Z] [INFO] 16:05:10 [2019-07-19T20:05:10.470Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.lttng2.control.ui --- 16:05:10 [2019-07-19T20:05:10.470Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui/target/org.eclipse.tracecompass.lttng2.control.ui-1.2.7-SNAPSHOT.jar 16:05:11 [2019-07-19T20:05:11.034Z] [INFO] 16:05:11 [2019-07-19T20:05:11.034Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.lttng2.control.ui --- 16:05:11 [2019-07-19T20:05:11.034Z] [INFO] 16:05:11 [2019-07-19T20:05:11.034Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.lttng2.control.ui --- 16:05:11 [2019-07-19T20:05:11.034Z] [INFO] Loading execution data file /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui/../../target/jacoco.exec 16:05:11 [2019-07-19T20:05:11.034Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.control.ui' with 209 classes 16:05:11 [2019-07-19T20:05:11.291Z] [INFO] 16:05:11 [2019-07-19T20:05:11.291Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.lttng2.control.ui --- 16:05:11 [2019-07-19T20:05:11.548Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui/target/org.eclipse.tracecompass.lttng2.control.ui-1.2.7-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.control.ui/1.2.7-SNAPSHOT/org.eclipse.tracecompass.lttng2.control.ui-1.2.7-SNAPSHOT.jar 16:05:11 [2019-07-19T20:05:11.548Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.control.ui/1.2.7-SNAPSHOT/org.eclipse.tracecompass.lttng2.control.ui-1.2.7-SNAPSHOT.pom 16:05:11 [2019-07-19T20:05:11.548Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui/target/org.eclipse.tracecompass.lttng2.control.ui-1.2.7-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.control.ui/1.2.7-SNAPSHOT/org.eclipse.tracecompass.lttng2.control.ui-1.2.7-SNAPSHOT-sources.jar 16:05:11 [2019-07-19T20:05:11.548Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui/target/org.eclipse.tracecompass.lttng2.control.ui-1.2.7-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.control.ui/1.2.7-SNAPSHOT/org.eclipse.tracecompass.lttng2.control.ui-1.2.7-SNAPSHOT-pack200.jar.pack.gz 16:05:11 [2019-07-19T20:05:11.548Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.control.ui/1.2.7-SNAPSHOT/org.eclipse.tracecompass.lttng2.control.ui-1.2.7-SNAPSHOT-p2metadata.xml 16:05:11 [2019-07-19T20:05:11.548Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.control.ui/1.2.7-SNAPSHOT/org.eclipse.tracecompass.lttng2.control.ui-1.2.7-SNAPSHOT-p2artifacts.xml 16:05:11 [2019-07-19T20:05:11.548Z] [INFO] 16:05:11 [2019-07-19T20:05:11.548Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.lttng2.control.ui --- 16:05:11 [2019-07-19T20:05:11.548Z] [INFO] 16:05:11 [2019-07-19T20:05:11.548Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.control >-- 16:05:11 [2019-07-19T20:05:11.548Z] [INFO] Building org.eclipse.tracecompass.lttng2.control 5.0.0-SNAPSHOT [85/134] 16:05:11 [2019-07-19T20:05:11.548Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- 16:05:11 [2019-07-19T20:05:11.548Z] [INFO] 16:05:11 [2019-07-19T20:05:11.548Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.lttng2.control --- 16:05:11 [2019-07-19T20:05:11.548Z] [INFO] Deleting /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control/target 16:05:11 [2019-07-19T20:05:11.548Z] [INFO] 16:05:11 [2019-07-19T20:05:11.548Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tracecompass.lttng2.control --- 16:05:11 [2019-07-19T20:05:11.548Z] [INFO] The project's OSGi version is 5.0.0.201907191907 16:05:11 [2019-07-19T20:05:11.548Z] [INFO] 16:05:11 [2019-07-19T20:05:11.548Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.lttng2.control --- 16:05:11 [2019-07-19T20:05:11.548Z] [INFO] 16:05:11 [2019-07-19T20:05:11.548Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.lttng2.control --- 16:05:11 [2019-07-19T20:05:11.548Z] [INFO] 16:05:11 [2019-07-19T20:05:11.548Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.lttng2.control --- 16:05:11 [2019-07-19T20:05:11.548Z] [INFO] 16:05:11 [2019-07-19T20:05:11.548Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.lttng2.control --- 16:05:11 [2019-07-19T20:05:11.548Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 16:05:11 [2019-07-19T20:05:11.548Z] [INFO] 16:05:11 [2019-07-19T20:05:11.548Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.lttng2.control --- 16:05:11 [2019-07-19T20:05:11.548Z] [INFO] 16:05:11 [2019-07-19T20:05:11.548Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.lttng2.control --- 16:05:11 [2019-07-19T20:05:11.548Z] [INFO] 16:05:11 [2019-07-19T20:05:11.548Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.tracecompass.lttng2.control --- 16:05:11 [2019-07-19T20:05:11.548Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control/target/org.eclipse.tracecompass.lttng2.control-5.0.0-SNAPSHOT.jar 16:05:11 [2019-07-19T20:05:11.548Z] [INFO] 16:05:11 [2019-07-19T20:05:11.548Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.lttng2.control --- 16:05:11 [2019-07-19T20:05:11.548Z] [INFO] 16:05:11 [2019-07-19T20:05:11.548Z] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tracecompass.lttng2.control --- 16:05:11 [2019-07-19T20:05:11.548Z] [INFO] 16:05:11 [2019-07-19T20:05:11.548Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.lttng2.control --- 16:05:11 [2019-07-19T20:05:11.548Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control/target/org.eclipse.tracecompass.lttng2.control-5.0.0-SNAPSHOT-sources-feature.jar 16:05:11 [2019-07-19T20:05:11.548Z] [INFO] 16:05:11 [2019-07-19T20:05:11.548Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.lttng2.control --- 16:05:11 [2019-07-19T20:05:11.548Z] [INFO] 16:05:11 [2019-07-19T20:05:11.548Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.lttng2.control --- 16:05:11 [2019-07-19T20:05:11.548Z] [INFO] 16:05:11 [2019-07-19T20:05:11.548Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.lttng2.control --- 16:05:11 [2019-07-19T20:05:11.548Z] [INFO] Skipping JaCoCo execution due to missing classes directory. 16:05:11 [2019-07-19T20:05:11.548Z] [INFO] 16:05:11 [2019-07-19T20:05:11.548Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.lttng2.control --- 16:05:11 [2019-07-19T20:05:11.548Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control/target/org.eclipse.tracecompass.lttng2.control-5.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.control/5.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.control-5.0.0-SNAPSHOT.jar 16:05:11 [2019-07-19T20:05:11.548Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.control/5.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.control-5.0.0-SNAPSHOT.pom 16:05:11 [2019-07-19T20:05:11.548Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control/target/org.eclipse.tracecompass.lttng2.control-5.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.control/5.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.control-5.0.0-SNAPSHOT-sources-feature.jar 16:05:11 [2019-07-19T20:05:11.548Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.control/5.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.control-5.0.0-SNAPSHOT-p2metadata.xml 16:05:11 [2019-07-19T20:05:11.548Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.control/5.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.control-5.0.0-SNAPSHOT-p2artifacts.xml 16:05:11 [2019-07-19T20:05:11.548Z] [INFO] 16:05:11 [2019-07-19T20:05:11.548Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.lttng2.control --- 16:05:11 [2019-07-19T20:05:11.548Z] [INFO] 16:05:11 [2019-07-19T20:05:11.548Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.control.core.tests >-- 16:05:11 [2019-07-19T20:05:11.548Z] [INFO] Building org.eclipse.tracecompass.lttng2.control.core.tests 1.1.1-SNAPSHOT [86/134] 16:05:11 [2019-07-19T20:05:11.548Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- 16:05:11 [2019-07-19T20:05:11.805Z] [INFO] 16:05:11 [2019-07-19T20:05:11.805Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.lttng2.control.core.tests --- 16:05:11 [2019-07-19T20:05:11.805Z] [INFO] 16:05:11 [2019-07-19T20:05:11.805Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.lttng2.control.core.tests --- 16:05:11 [2019-07-19T20:05:11.805Z] [INFO] The project's OSGi version is 1.1.1.201907191907 16:05:11 [2019-07-19T20:05:11.805Z] [INFO] 16:05:11 [2019-07-19T20:05:11.805Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.lttng2.control.core.tests --- 16:05:11 [2019-07-19T20:05:11.805Z] [INFO] 16:05:11 [2019-07-19T20:05:11.805Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.lttng2.control.core.tests --- 16:05:11 [2019-07-19T20:05:11.805Z] [INFO] 16:05:11 [2019-07-19T20:05:11.805Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.lttng2.control.core.tests --- 16:05:11 [2019-07-19T20:05:11.805Z] [INFO] 16:05:11 [2019-07-19T20:05:11.805Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.lttng2.control.core.tests --- 16:05:11 [2019-07-19T20:05:11.805Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 16:05:11 [2019-07-19T20:05:11.805Z] [INFO] 16:05:11 [2019-07-19T20:05:11.805Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.lttng2.control.core.tests --- 16:05:11 [2019-07-19T20:05:11.805Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:05:11 [2019-07-19T20:05:11.805Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core.tests/src/main/resources 16:05:11 [2019-07-19T20:05:11.805Z] [INFO] 16:05:11 [2019-07-19T20:05:11.805Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.lttng2.control.core.tests --- 16:05:11 [2019-07-19T20:05:11.805Z] [INFO] Compiling 16 source files to /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core.tests/target/classes 16:05:12 [2019-07-19T20:05:12.063Z] [INFO] 16:05:12 [2019-07-19T20:05:12.063Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.lttng2.control.core.tests --- 16:05:12 [2019-07-19T20:05:12.063Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:05:12 [2019-07-19T20:05:12.063Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core.tests/src/test/resources 16:05:12 [2019-07-19T20:05:12.063Z] [INFO] 16:05:12 [2019-07-19T20:05:12.063Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.lttng2.control.core.tests --- 16:05:12 [2019-07-19T20:05:12.063Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core.tests/target/org.eclipse.tracecompass.lttng2.control.core.tests-1.1.1-SNAPSHOT-sources.jar 16:05:12 [2019-07-19T20:05:12.063Z] [INFO] 16:05:12 [2019-07-19T20:05:12.063Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.lttng2.control.core.tests --- 16:05:12 [2019-07-19T20:05:12.063Z] [INFO] 16:05:12 [2019-07-19T20:05:12.063Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.lttng2.control.core.tests --- 16:05:12 [2019-07-19T20:05:12.063Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core.tests/target/org.eclipse.tracecompass.lttng2.control.core.tests-1.1.1-SNAPSHOT.jar 16:05:12 [2019-07-19T20:05:12.063Z] [INFO] 16:05:12 [2019-07-19T20:05:12.063Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.lttng2.control.core.tests --- 16:05:12 [2019-07-19T20:05:12.063Z] [INFO] 16:05:12 [2019-07-19T20:05:12.063Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.lttng2.control.core.tests --- 16:05:12 [2019-07-19T20:05:12.063Z] [INFO] 16:05:12 [2019-07-19T20:05:12.063Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.lttng2.control.core.tests --- 16:05:12 [2019-07-19T20:05:12.063Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core.tests/target/org.eclipse.tracecompass.lttng2.control.core.tests-1.1.1-SNAPSHOT.jar 16:05:12 [2019-07-19T20:05:12.320Z] [INFO] 16:05:12 [2019-07-19T20:05:12.320Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.lttng2.control.core.tests --- 16:05:12 [2019-07-19T20:05:12.320Z] [INFO] 16:05:12 [2019-07-19T20:05:12.320Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.lttng2.control.core.tests --- 16:05:13 [2019-07-19T20:05:13.691Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core.tests/target/work/data/.metadata/.log 16:05:13 [2019-07-19T20:05:13.691Z] [INFO] Command line: 16:05:13 [2019-07-19T20:05:13.691Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog] 16:05:13 [2019-07-19T20:05:13.691Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass 16:05:17 [2019-07-19T20:05:17.865Z] !SESSION 2019-07-19 20:05:13.910 ----------------------------------------------- 16:05:17 [2019-07-19T20:05:17.865Z] eclipse.buildId=unknown 16:05:17 [2019-07-19T20:05:17.865Z] java.version=1.8.0_202 16:05:17 [2019-07-19T20:05:17.865Z] java.vendor=Oracle Corporation 16:05:17 [2019-07-19T20:05:17.865Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US 16:05:17 [2019-07-19T20:05:17.865Z] Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core.tests/target/surefire.properties -product org.eclipse.platform.ide 16:05:17 [2019-07-19T20:05:17.865Z] Command-line arguments: -data /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog 16:05:17 [2019-07-19T20:05:17.865Z] 16:05:17 [2019-07-19T20:05:17.865Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-19 20:05:17.006 16:05:17 [2019-07-19T20:05:17.865Z] !MESSAGE FrameworkEvent ERROR 16:05:17 [2019-07-19T20:05:17.865Z] !STACK 0 16:05:17 [2019-07-19T20:05:17.865Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [61] 16:05:17 [2019-07-19T20:05:17.865Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 16:05:17 [2019-07-19T20:05:17.865Z] 16:05:17 [2019-07-19T20:05:17.865Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 16:05:17 [2019-07-19T20:05:17.865Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 16:05:17 [2019-07-19T20:05:17.865Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 16:05:17 [2019-07-19T20:05:17.865Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 16:05:17 [2019-07-19T20:05:17.865Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 16:05:17 [2019-07-19T20:05:17.865Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 16:05:17 [2019-07-19T20:05:17.865Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 16:05:17 [2019-07-19T20:05:17.865Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 16:05:17 [2019-07-19T20:05:17.865Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 16:05:17 [2019-07-19T20:05:17.865Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 16:05:17 [2019-07-19T20:05:17.865Z] 16:05:17 [2019-07-19T20:05:17.865Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-19 20:05:17.207 16:05:17 [2019-07-19T20:05:17.865Z] !MESSAGE FrameworkEvent ERROR 16:05:17 [2019-07-19T20:05:17.865Z] !STACK 0 16:05:17 [2019-07-19T20:05:17.865Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [130] 16:05:17 [2019-07-19T20:05:17.865Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 16:05:17 [2019-07-19T20:05:17.865Z] Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)" 16:05:17 [2019-07-19T20:05:17.865Z] -> Export-Package: org.apache.http.impl.auth.win; bundle-symbolic-name="org.apache.httpcomponents.httpclient.win"; bundle-version="4.5.6.v20190213-1947"; version="4.5.6"; x-internal:="true"; uses:="org.apache.http,org.apache.http.auth,org.apache.http.client,org.apache.http.impl.auth,org.apache.http.protocol,org.apache.http.util" 16:05:17 [2019-07-19T20:05:17.865Z] org.apache.httpcomponents.httpclient.win [35] 16:05:17 [2019-07-19T20:05:17.865Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 16:05:17 [2019-07-19T20:05:17.865Z] 16:05:17 [2019-07-19T20:05:17.865Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 16:05:17 [2019-07-19T20:05:17.865Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 16:05:17 [2019-07-19T20:05:17.865Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 16:05:17 [2019-07-19T20:05:17.865Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 16:05:17 [2019-07-19T20:05:17.865Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 16:05:17 [2019-07-19T20:05:17.865Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 16:05:17 [2019-07-19T20:05:17.865Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 16:05:17 [2019-07-19T20:05:17.865Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 16:05:17 [2019-07-19T20:05:17.865Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 16:05:17 [2019-07-19T20:05:17.865Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 16:05:19 [2019-07-19T20:05:19.236Z] Running org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.FieldInfoTest 16:05:19 [2019-07-19T20:05:19.493Z] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.188 s - in org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.FieldInfoTest 16:05:19 [2019-07-19T20:05:19.493Z] testToString(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.FieldInfoTest) Time elapsed: 0.09 s 16:05:19 [2019-07-19T20:05:19.493Z] testFiledInfo(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.FieldInfoTest) Time elapsed: 0 s 16:05:19 [2019-07-19T20:05:19.493Z] testSetFieldType(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.FieldInfoTest) Time elapsed: 0.001 s 16:05:19 [2019-07-19T20:05:19.493Z] testEqualsNull(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.FieldInfoTest) Time elapsed: 0 s 16:05:19 [2019-07-19T20:05:19.493Z] testEventInfoCopy(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.FieldInfoTest) Time elapsed: 0 s 16:05:19 [2019-07-19T20:05:19.493Z] testEventCopy2(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.FieldInfoTest) Time elapsed: 0 s 16:05:19 [2019-07-19T20:05:19.493Z] testEqualsSymmetry(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.FieldInfoTest) Time elapsed: 0 s 16:05:19 [2019-07-19T20:05:19.493Z] testHashCode(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.FieldInfoTest) Time elapsed: 0 s 16:05:19 [2019-07-19T20:05:19.493Z] testEqualsTransivity(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.FieldInfoTest) Time elapsed: 0.001 s 16:05:19 [2019-07-19T20:05:19.493Z] testEqualsReflexivity(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.FieldInfoTest) Time elapsed: 0 s 16:05:19 [2019-07-19T20:05:19.493Z] Running org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.TraceInfoTest 16:05:19 [2019-07-19T20:05:19.749Z] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.TraceInfoTest 16:05:19 [2019-07-19T20:05:19.749Z] testEqualsNull(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.TraceInfoTest) Time elapsed: 0 s 16:05:19 [2019-07-19T20:05:19.749Z] testTraceCopy2(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.TraceInfoTest) Time elapsed: 0 s 16:05:19 [2019-07-19T20:05:19.749Z] testTraceInfo2(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.TraceInfoTest) Time elapsed: 0 s 16:05:19 [2019-07-19T20:05:19.749Z] testEqualsSymmetry(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.TraceInfoTest) Time elapsed: 0 s 16:05:19 [2019-07-19T20:05:19.749Z] testHashCode(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.TraceInfoTest) Time elapsed: 0 s 16:05:19 [2019-07-19T20:05:19.749Z] testEqualsTransivity(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.TraceInfoTest) Time elapsed: 0 s 16:05:19 [2019-07-19T20:05:19.749Z] testToString_1(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.TraceInfoTest) Time elapsed: 0 s 16:05:19 [2019-07-19T20:05:19.749Z] testEqualsReflexivity(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.TraceInfoTest) Time elapsed: 0 s 16:05:19 [2019-07-19T20:05:19.749Z] testTraceInfo(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.TraceInfoTest) Time elapsed: 0 s 16:05:19 [2019-07-19T20:05:19.749Z] testSetName(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.TraceInfoTest) Time elapsed: 0 s 16:05:19 [2019-07-19T20:05:19.749Z] testTraceInfoCopy(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.TraceInfoTest) Time elapsed: 0.001 s 16:05:19 [2019-07-19T20:05:19.749Z] Running org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.EventInfoTest 16:05:19 [2019-07-19T20:05:19.749Z] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.EventInfoTest 16:05:19 [2019-07-19T20:05:19.749Z] testEqualsNull(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.EventInfoTest) Time elapsed: 0 s 16:05:19 [2019-07-19T20:05:19.749Z] testEventInfoCopy(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.EventInfoTest) Time elapsed: 0 s 16:05:19 [2019-07-19T20:05:19.749Z] testEventCopy2(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.EventInfoTest) Time elapsed: 0 s 16:05:19 [2019-07-19T20:05:19.749Z] testEqualsSymmetry(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.EventInfoTest) Time elapsed: 0 s 16:05:19 [2019-07-19T20:05:19.749Z] testHashCode(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.EventInfoTest) Time elapsed: 0 s 16:05:19 [2019-07-19T20:05:19.749Z] testEqualsTransivity(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.EventInfoTest) Time elapsed: 0.001 s 16:05:19 [2019-07-19T20:05:19.749Z] testToString_1(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.EventInfoTest) Time elapsed: 0 s 16:05:19 [2019-07-19T20:05:19.749Z] testToString_2(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.EventInfoTest) Time elapsed: 0 s 16:05:19 [2019-07-19T20:05:19.749Z] testEqualsReflexivity(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.EventInfoTest) Time elapsed: 0 s 16:05:19 [2019-07-19T20:05:19.749Z] testGetAndSetter(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.EventInfoTest) Time elapsed: 0 s 16:05:19 [2019-07-19T20:05:19.749Z] testBaseEventInfo(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.EventInfoTest) Time elapsed: 0 s 16:05:19 [2019-07-19T20:05:19.749Z] Running org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseEventInfoTest 16:05:19 [2019-07-19T20:05:19.749Z] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseEventInfoTest 16:05:19 [2019-07-19T20:05:19.749Z] testGetEventType_1(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseEventInfoTest) Time elapsed: 0 s 16:05:19 [2019-07-19T20:05:19.749Z] testAddField(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseEventInfoTest) Time elapsed: 0.001 s 16:05:19 [2019-07-19T20:05:19.749Z] testEqualsNull(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseEventInfoTest) Time elapsed: 0 s 16:05:19 [2019-07-19T20:05:19.749Z] testSetLogLevel1(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseEventInfoTest) Time elapsed: 0 s 16:05:19 [2019-07-19T20:05:19.749Z] testSetLogLevel2(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseEventInfoTest) Time elapsed: 0.001 s 16:05:19 [2019-07-19T20:05:19.749Z] testEventInfoCopy(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseEventInfoTest) Time elapsed: 0 s 16:05:19 [2019-07-19T20:05:19.749Z] testEventCopy2(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseEventInfoTest) Time elapsed: 0 s 16:05:19 [2019-07-19T20:05:19.749Z] testExcludedEvents(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseEventInfoTest) Time elapsed: 0 s 16:05:19 [2019-07-19T20:05:19.750Z] testEqualsSymmetry(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseEventInfoTest) Time elapsed: 0 s 16:05:19 [2019-07-19T20:05:19.750Z] testSetEventType_2(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseEventInfoTest) Time elapsed: 0 s 16:05:19 [2019-07-19T20:05:19.750Z] testHashCode(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseEventInfoTest) Time elapsed: 0 s 16:05:19 [2019-07-19T20:05:19.750Z] testSetFields(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseEventInfoTest) Time elapsed: 0.001 s 16:05:19 [2019-07-19T20:05:19.750Z] testEqualsTransivity(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseEventInfoTest) Time elapsed: 0 s 16:05:19 [2019-07-19T20:05:19.750Z] testToString_1(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseEventInfoTest) Time elapsed: 0 s 16:05:19 [2019-07-19T20:05:19.750Z] testEqualsReflexivity(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseEventInfoTest) Time elapsed: 0 s 16:05:19 [2019-07-19T20:05:19.750Z] testFields(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseEventInfoTest) Time elapsed: 0.001 s 16:05:19 [2019-07-19T20:05:19.750Z] testBaseEventInfo(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseEventInfoTest) Time elapsed: 0 s 16:05:19 [2019-07-19T20:05:19.750Z] Running org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.ProbeEventInfoTest 16:05:19 [2019-07-19T20:05:19.750Z] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.ProbeEventInfoTest 16:05:19 [2019-07-19T20:05:19.750Z] testEqualsNull(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.ProbeEventInfoTest) Time elapsed: 0.001 s 16:05:19 [2019-07-19T20:05:19.750Z] testEventInfoCopy(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.ProbeEventInfoTest) Time elapsed: 0 s 16:05:19 [2019-07-19T20:05:19.750Z] testEventCopy2(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.ProbeEventInfoTest) Time elapsed: 0 s 16:05:19 [2019-07-19T20:05:19.750Z] testEqualsSymmetry(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.ProbeEventInfoTest) Time elapsed: 0 s 16:05:19 [2019-07-19T20:05:19.750Z] testHashCode(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.ProbeEventInfoTest) Time elapsed: 0 s 16:05:19 [2019-07-19T20:05:19.750Z] testEqualsTransivity(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.ProbeEventInfoTest) Time elapsed: 0 s 16:05:19 [2019-07-19T20:05:19.750Z] testToString_1(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.ProbeEventInfoTest) Time elapsed: 0 s 16:05:19 [2019-07-19T20:05:19.750Z] testEqualsReflexivity(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.ProbeEventInfoTest) Time elapsed: 0 s 16:05:19 [2019-07-19T20:05:19.750Z] testGetAndSetter(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.ProbeEventInfoTest) Time elapsed: 0 s 16:05:19 [2019-07-19T20:05:19.750Z] testBaseEventInfo(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.ProbeEventInfoTest) Time elapsed: 0 s 16:05:19 [2019-07-19T20:05:19.750Z] Running org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.SnapshotInfoTest 16:05:19 [2019-07-19T20:05:19.750Z] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.SnapshotInfoTest 16:05:19 [2019-07-19T20:05:19.750Z] testSnapshotInfo2(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.SnapshotInfoTest) Time elapsed: 0 s 16:05:19 [2019-07-19T20:05:19.750Z] testEqualsNull(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.SnapshotInfoTest) Time elapsed: 0 s 16:05:19 [2019-07-19T20:05:19.750Z] testSnapshotCopy(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.SnapshotInfoTest) Time elapsed: 0 s 16:05:19 [2019-07-19T20:05:19.750Z] testSnapshotInfo(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.SnapshotInfoTest) Time elapsed: 0 s 16:05:19 [2019-07-19T20:05:19.750Z] testTraceCopy2(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.SnapshotInfoTest) Time elapsed: 0 s 16:05:19 [2019-07-19T20:05:19.750Z] testEqualsSymmetry(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.SnapshotInfoTest) Time elapsed: 0 s 16:05:19 [2019-07-19T20:05:19.750Z] testHashCode(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.SnapshotInfoTest) Time elapsed: 0 s 16:05:19 [2019-07-19T20:05:19.750Z] testEqualsTransivity(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.SnapshotInfoTest) Time elapsed: 0.001 s 16:05:19 [2019-07-19T20:05:19.750Z] testToString_1(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.SnapshotInfoTest) Time elapsed: 0 s 16:05:19 [2019-07-19T20:05:19.750Z] testEqualsReflexivity(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.SnapshotInfoTest) Time elapsed: 0 s 16:05:19 [2019-07-19T20:05:19.750Z] testSetName(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.SnapshotInfoTest) Time elapsed: 0 s 16:05:19 [2019-07-19T20:05:19.750Z] Running org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseLoggerInfoTest 16:05:20 [2019-07-19T20:05:20.007Z] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseLoggerInfoTest 16:05:20 [2019-07-19T20:05:20.007Z] testEqualsNull(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseLoggerInfoTest) Time elapsed: 0.001 s 16:05:20 [2019-07-19T20:05:20.007Z] testBaseLoggerInfoCopy2(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseLoggerInfoTest) Time elapsed: 0 s 16:05:20 [2019-07-19T20:05:20.007Z] testSetLogLevel1(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseLoggerInfoTest) Time elapsed: 0.002 s 16:05:20 [2019-07-19T20:05:20.007Z] testSetLogLevel2(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseLoggerInfoTest) Time elapsed: 0.001 s 16:05:20 [2019-07-19T20:05:20.007Z] testBaseLoggerInfoCopy(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseLoggerInfoTest) Time elapsed: 0 s 16:05:20 [2019-07-19T20:05:20.007Z] testEqualsSymmetry(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseLoggerInfoTest) Time elapsed: 0 s 16:05:20 [2019-07-19T20:05:20.007Z] testHashCode(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseLoggerInfoTest) Time elapsed: 0 s 16:05:20 [2019-07-19T20:05:20.007Z] testEqualsTransivity(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseLoggerInfoTest) Time elapsed: 0.001 s 16:05:20 [2019-07-19T20:05:20.007Z] testToString_1(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseLoggerInfoTest) Time elapsed: 0 s 16:05:20 [2019-07-19T20:05:20.007Z] testEqualsReflexivity(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseLoggerInfoTest) Time elapsed: 0 s 16:05:20 [2019-07-19T20:05:20.007Z] testBaseLoggerInfo(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseLoggerInfoTest) Time elapsed: 0 s 16:05:20 [2019-07-19T20:05:20.007Z] Running org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.ChannelInfoTest 16:05:20 [2019-07-19T20:05:20.007Z] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.ChannelInfoTest 16:05:20 [2019-07-19T20:05:20.007Z] testChannelInfo(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.ChannelInfoTest) Time elapsed: 0 s 16:05:20 [2019-07-19T20:05:20.007Z] testEqualsNull(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.ChannelInfoTest) Time elapsed: 0.001 s 16:05:20 [2019-07-19T20:05:20.007Z] testAddAndGetEvents_1(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.ChannelInfoTest) Time elapsed: 0 s 16:05:20 [2019-07-19T20:05:20.007Z] testGetAndSetters(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.ChannelInfoTest) Time elapsed: 0 s 16:05:20 [2019-07-19T20:05:20.007Z] testChannelInfoCopy(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.ChannelInfoTest) Time elapsed: 0 s 16:05:20 [2019-07-19T20:05:20.007Z] testEqualsSymmetry(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.ChannelInfoTest) Time elapsed: 0 s 16:05:20 [2019-07-19T20:05:20.007Z] testHashCode(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.ChannelInfoTest) Time elapsed: 0 s 16:05:20 [2019-07-19T20:05:20.007Z] testEqualsTransivity(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.ChannelInfoTest) Time elapsed: 0 s 16:05:20 [2019-07-19T20:05:20.007Z] testChannelCopy2(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.ChannelInfoTest) Time elapsed: 0.001 s 16:05:20 [2019-07-19T20:05:20.007Z] testToString_1(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.ChannelInfoTest) Time elapsed: 0 s 16:05:20 [2019-07-19T20:05:20.007Z] testToString_2(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.ChannelInfoTest) Time elapsed: 0 s 16:05:20 [2019-07-19T20:05:20.007Z] testEqualsReflexivity(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.ChannelInfoTest) Time elapsed: 0 s 16:05:20 [2019-07-19T20:05:20.007Z] testSetEvents_1(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.ChannelInfoTest) Time elapsed: 0.001 s 16:05:20 [2019-07-19T20:05:20.007Z] Running org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.UstProviderInfoTest 16:05:20 [2019-07-19T20:05:20.007Z] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.UstProviderInfoTest 16:05:20 [2019-07-19T20:05:20.007Z] testUstProviderInfo(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.UstProviderInfoTest) Time elapsed: 0 s 16:05:20 [2019-07-19T20:05:20.007Z] testUstProviderInfoCopy(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.UstProviderInfoTest) Time elapsed: 0.001 s 16:05:20 [2019-07-19T20:05:20.007Z] testUstProviderCopy2(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.UstProviderInfoTest) Time elapsed: 0 s 16:05:20 [2019-07-19T20:05:20.007Z] testEqualsNull(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.UstProviderInfoTest) Time elapsed: 0 s 16:05:20 [2019-07-19T20:05:20.007Z] testGetAndSetters(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.UstProviderInfoTest) Time elapsed: 0 s 16:05:20 [2019-07-19T20:05:20.007Z] testEqualsSymmetry(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.UstProviderInfoTest) Time elapsed: 0.001 s 16:05:20 [2019-07-19T20:05:20.007Z] testSetLoggers_1(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.UstProviderInfoTest) Time elapsed: 0 s 16:05:20 [2019-07-19T20:05:20.007Z] testHashCode(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.UstProviderInfoTest) Time elapsed: 0 s 16:05:20 [2019-07-19T20:05:20.007Z] testEqualsTransivity(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.UstProviderInfoTest) Time elapsed: 0 s 16:05:20 [2019-07-19T20:05:20.007Z] testToString_1(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.UstProviderInfoTest) Time elapsed: 0 s 16:05:20 [2019-07-19T20:05:20.007Z] testToString_2(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.UstProviderInfoTest) Time elapsed: 0 s 16:05:20 [2019-07-19T20:05:20.007Z] testEqualsReflexivity(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.UstProviderInfoTest) Time elapsed: 0 s 16:05:20 [2019-07-19T20:05:20.007Z] testSetEvents_1(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.UstProviderInfoTest) Time elapsed: 0 s 16:05:20 [2019-07-19T20:05:20.007Z] Running org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.DomainInfoTest 16:05:20 [2019-07-19T20:05:20.007Z] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.DomainInfoTest 16:05:20 [2019-07-19T20:05:20.007Z] testDomainInfo(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.DomainInfoTest) Time elapsed: 0.001 s 16:05:20 [2019-07-19T20:05:20.007Z] testEqualsNull(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.DomainInfoTest) Time elapsed: 0 s 16:05:20 [2019-07-19T20:05:20.007Z] testDomainInfoCopy(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.DomainInfoTest) Time elapsed: 0 s 16:05:20 [2019-07-19T20:05:20.007Z] testDomainlCopy2(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.DomainInfoTest) Time elapsed: 0 s 16:05:20 [2019-07-19T20:05:20.007Z] testGetAndSetters(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.DomainInfoTest) Time elapsed: 0 s 16:05:20 [2019-07-19T20:05:20.007Z] testEqualsSymmetry(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.DomainInfoTest) Time elapsed: 0 s 16:05:20 [2019-07-19T20:05:20.007Z] testHashCode(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.DomainInfoTest) Time elapsed: 0 s 16:05:20 [2019-07-19T20:05:20.007Z] testEqualsTransivity(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.DomainInfoTest) Time elapsed: 0 s 16:05:20 [2019-07-19T20:05:20.007Z] testToString_1(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.DomainInfoTest) Time elapsed: 0 s 16:05:20 [2019-07-19T20:05:20.007Z] testToString_2(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.DomainInfoTest) Time elapsed: 0 s 16:05:20 [2019-07-19T20:05:20.007Z] testEqualsReflexivity(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.DomainInfoTest) Time elapsed: 0 s 16:05:20 [2019-07-19T20:05:20.007Z] Running org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.LoggerInfoTest 16:05:20 [2019-07-19T20:05:20.007Z] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.LoggerInfoTest 16:05:20 [2019-07-19T20:05:20.007Z] testToString(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.LoggerInfoTest) Time elapsed: 0 s 16:05:20 [2019-07-19T20:05:20.007Z] testLoggerInfoCopy(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.LoggerInfoTest) Time elapsed: 0 s 16:05:20 [2019-07-19T20:05:20.007Z] testEqualsNull(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.LoggerInfoTest) Time elapsed: 0 s 16:05:20 [2019-07-19T20:05:20.007Z] testLoggerInfo(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.LoggerInfoTest) Time elapsed: 0 s 16:05:20 [2019-07-19T20:05:20.007Z] testEventCopy2(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.LoggerInfoTest) Time elapsed: 0 s 16:05:20 [2019-07-19T20:05:20.007Z] testEqualsSymmetry(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.LoggerInfoTest) Time elapsed: 0.001 s 16:05:20 [2019-07-19T20:05:20.007Z] testHashCode(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.LoggerInfoTest) Time elapsed: 0 s 16:05:20 [2019-07-19T20:05:20.007Z] testEqualsTransivity(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.LoggerInfoTest) Time elapsed: 0 s 16:05:20 [2019-07-19T20:05:20.007Z] testEqualsReflexivity(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.LoggerInfoTest) Time elapsed: 0 s 16:05:20 [2019-07-19T20:05:20.007Z] testGetAndSetter(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.LoggerInfoTest) Time elapsed: 0.001 s 16:05:20 [2019-07-19T20:05:20.007Z] Running org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.SessionInfoTest 16:05:20 [2019-07-19T20:05:20.264Z] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.SessionInfoTest 16:05:20 [2019-07-19T20:05:20.264Z] testSessionInfoCopy(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.SessionInfoTest) Time elapsed: 0.001 s 16:05:20 [2019-07-19T20:05:20.264Z] testSessionInfo(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.SessionInfoTest) Time elapsed: 0 s 16:05:20 [2019-07-19T20:05:20.264Z] testEqualsNull(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.SessionInfoTest) Time elapsed: 0 s 16:05:20 [2019-07-19T20:05:20.264Z] testGetAndSetters(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.SessionInfoTest) Time elapsed: 0 s 16:05:20 [2019-07-19T20:05:20.264Z] testSessionCopy2(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.SessionInfoTest) Time elapsed: 0.001 s 16:05:20 [2019-07-19T20:05:20.264Z] testEqualsSymmetry(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.SessionInfoTest) Time elapsed: 0 s 16:05:20 [2019-07-19T20:05:20.264Z] testHashCode(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.SessionInfoTest) Time elapsed: 0 s 16:05:20 [2019-07-19T20:05:20.264Z] testEqualsTransivity(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.SessionInfoTest) Time elapsed: 0 s 16:05:20 [2019-07-19T20:05:20.264Z] testToString_1(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.SessionInfoTest) Time elapsed: 0.001 s 16:05:20 [2019-07-19T20:05:20.264Z] testToString_2(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.SessionInfoTest) Time elapsed: 0 s 16:05:20 [2019-07-19T20:05:20.264Z] testToString_3(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.SessionInfoTest) Time elapsed: 0 s 16:05:20 [2019-07-19T20:05:20.264Z] testEqualsReflexivity(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.SessionInfoTest) Time elapsed: 0.001 s 16:05:20 [2019-07-19T20:05:20.264Z] Running org.eclipse.tracecompass.lttng2.control.core.tests.session.SessionConfigGeneratorTest 16:05:20 [2019-07-19T20:05:20.829Z] 16:05:20 [2019-07-19T20:05:20.829Z] !ENTRY org.eclipse.tracecompass.lttng2.control.core 4 0 2019-07-19 20:05:20.572 16:05:20 [2019-07-19T20:05:20.829Z] !MESSAGE Error generating the session configuration file: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core.tests/target/work/data/.metadata/.plugins/org.eclipse.tracecompass.lttng2.control.core/test_session.lttng 16:05:20 [2019-07-19T20:05:20.829Z] !STACK 0 16:05:20 [2019-07-19T20:05:20.829Z] java.lang.IllegalArgumentException: The domain buffer type is not handled by the session configuration 16:05:20 [2019-07-19T20:05:20.829Z] at org.eclipse.tracecompass.lttng2.control.core.session.SessionConfigGenerator.getDomainsElement(SessionConfigGenerator.java:261) 16:05:20 [2019-07-19T20:05:20.829Z] at org.eclipse.tracecompass.lttng2.control.core.session.SessionConfigGenerator.generateSessionConfig(SessionConfigGenerator.java:202) 16:05:20 [2019-07-19T20:05:20.829Z] at org.eclipse.tracecompass.lttng2.control.core.session.SessionConfigGenerator.generateSessionConfig(SessionConfigGenerator.java:155) 16:05:20 [2019-07-19T20:05:20.829Z] at org.eclipse.tracecompass.lttng2.control.core.tests.session.SessionConfigGeneratorTest.testGenerateSessionConfig(SessionConfigGeneratorTest.java:154) 16:05:20 [2019-07-19T20:05:20.829Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 16:05:20 [2019-07-19T20:05:20.829Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 16:05:20 [2019-07-19T20:05:20.829Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 16:05:20 [2019-07-19T20:05:20.829Z] at java.lang.reflect.Method.invoke(Method.java:498) 16:05:20 [2019-07-19T20:05:20.829Z] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) 16:05:20 [2019-07-19T20:05:20.829Z] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 16:05:20 [2019-07-19T20:05:20.829Z] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) 16:05:20 [2019-07-19T20:05:20.829Z] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 16:05:20 [2019-07-19T20:05:20.829Z] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 16:05:20 [2019-07-19T20:05:20.829Z] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 16:05:20 [2019-07-19T20:05:20.829Z] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) 16:05:20 [2019-07-19T20:05:20.829Z] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) 16:05:20 [2019-07-19T20:05:20.829Z] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) 16:05:20 [2019-07-19T20:05:20.829Z] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) 16:05:20 [2019-07-19T20:05:20.829Z] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) 16:05:20 [2019-07-19T20:05:20.829Z] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) 16:05:20 [2019-07-19T20:05:20.829Z] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) 16:05:20 [2019-07-19T20:05:20.829Z] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) 16:05:20 [2019-07-19T20:05:20.829Z] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) 16:05:20 [2019-07-19T20:05:20.829Z] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) 16:05:20 [2019-07-19T20:05:20.829Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) 16:05:20 [2019-07-19T20:05:20.829Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) 16:05:20 [2019-07-19T20:05:20.829Z] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) 16:05:20 [2019-07-19T20:05:20.829Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 16:05:20 [2019-07-19T20:05:20.829Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 16:05:20 [2019-07-19T20:05:20.829Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 16:05:20 [2019-07-19T20:05:20.829Z] at java.lang.reflect.Method.invoke(Method.java:498) 16:05:20 [2019-07-19T20:05:20.829Z] at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) 16:05:20 [2019-07-19T20:05:20.829Z] at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) 16:05:20 [2019-07-19T20:05:20.829Z] at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) 16:05:20 [2019-07-19T20:05:20.829Z] at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:110) 16:05:20 [2019-07-19T20:05:20.829Z] at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21) 16:05:20 [2019-07-19T20:05:20.829Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 16:05:20 [2019-07-19T20:05:20.829Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 16:05:20 [2019-07-19T20:05:20.829Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 16:05:20 [2019-07-19T20:05:20.829Z] at java.lang.reflect.Method.invoke(Method.java:498) 16:05:20 [2019-07-19T20:05:20.829Z] at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:592) 16:05:20 [2019-07-19T20:05:20.829Z] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205) 16:05:20 [2019-07-19T20:05:20.829Z] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137) 16:05:20 [2019-07-19T20:05:20.829Z] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107) 16:05:20 [2019-07-19T20:05:20.829Z] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400) 16:05:20 [2019-07-19T20:05:20.829Z] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) 16:05:20 [2019-07-19T20:05:20.829Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 16:05:20 [2019-07-19T20:05:20.829Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 16:05:20 [2019-07-19T20:05:20.829Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 16:05:20 [2019-07-19T20:05:20.829Z] at java.lang.reflect.Method.invoke(Method.java:498) 16:05:20 [2019-07-19T20:05:20.829Z] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660) 16:05:20 [2019-07-19T20:05:20.829Z] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597) 16:05:20 [2019-07-19T20:05:20.829Z] at org.eclipse.equinox.launcher.Main.run(Main.java:1468) 16:05:20 [2019-07-19T20:05:20.829Z] at org.eclipse.equinox.launcher.Main.main(Main.java:1441) 16:05:20 [2019-07-19T20:05:20.829Z] 16:05:20 [2019-07-19T20:05:20.829Z] !ENTRY org.eclipse.tracecompass.lttng2.control.core 4 0 2019-07-19 20:05:20.603 16:05:20 [2019-07-19T20:05:20.829Z] !MESSAGE XML Parsing error at line 44: cvc-complex-type.2.4.b: The content of element 'domain' is not complete. One of '{type}' is expected. 16:05:20 [2019-07-19T20:05:20.829Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.582 s - in org.eclipse.tracecompass.lttng2.control.core.tests.session.SessionConfigGeneratorTest 16:05:20 [2019-07-19T20:05:20.829Z] testGenerateSessionConfig(org.eclipse.tracecompass.lttng2.control.core.tests.session.SessionConfigGeneratorTest) Time elapsed: 0.548 s 16:05:20 [2019-07-19T20:05:20.829Z] testSessionValidate(org.eclipse.tracecompass.lttng2.control.core.tests.session.SessionConfigGeneratorTest) Time elapsed: 0.028 s 16:05:20 [2019-07-19T20:05:20.829Z] Running org.eclipse.tracecompass.lttng2.control.core.tests.ActivatorTest 16:05:20 [2019-07-19T20:05:20.829Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tracecompass.lttng2.control.core.tests.ActivatorTest 16:05:20 [2019-07-19T20:05:20.829Z] testStartBundleContext(org.eclipse.tracecompass.lttng2.control.core.tests.ActivatorTest) Time elapsed: 0.001 s 16:05:20 [2019-07-19T20:05:20.829Z] testActivator(org.eclipse.tracecompass.lttng2.control.core.tests.ActivatorTest) Time elapsed: 0 s 16:05:20 [2019-07-19T20:05:20.829Z] testStopBundleContext(org.eclipse.tracecompass.lttng2.control.core.tests.ActivatorTest) Time elapsed: 0 s 16:05:20 [2019-07-19T20:05:20.829Z] testGetDefault(org.eclipse.tracecompass.lttng2.control.core.tests.ActivatorTest) Time elapsed: 0 s 16:05:20 [2019-07-19T20:05:20.829Z] 16:05:20 [2019-07-19T20:05:20.829Z] Results: 16:05:20 [2019-07-19T20:05:20.829Z] 16:05:20 [2019-07-19T20:05:20.829Z] Tests run: 146, Failures: 0, Errors: 0, Skipped: 0 16:05:20 [2019-07-19T20:05:20.829Z] 16:05:21 [2019-07-19T20:05:21.763Z] [INFO] All tests passed! 16:05:21 [2019-07-19T20:05:21.763Z] [INFO] 16:05:21 [2019-07-19T20:05:21.763Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.lttng2.control.core.tests --- 16:05:21 [2019-07-19T20:05:21.763Z] [INFO] Loading execution data file /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core.tests/../../target/jacoco.exec 16:05:21 [2019-07-19T20:05:21.763Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.control.core.tests' with 16 classes 16:05:22 [2019-07-19T20:05:22.021Z] [INFO] 16:05:22 [2019-07-19T20:05:22.021Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.lttng2.control.core.tests --- 16:05:22 [2019-07-19T20:05:22.021Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core.tests/target/org.eclipse.tracecompass.lttng2.control.core.tests-1.1.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.control.core.tests/1.1.1-SNAPSHOT/org.eclipse.tracecompass.lttng2.control.core.tests-1.1.1-SNAPSHOT.jar 16:05:22 [2019-07-19T20:05:22.021Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core.tests/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.control.core.tests/1.1.1-SNAPSHOT/org.eclipse.tracecompass.lttng2.control.core.tests-1.1.1-SNAPSHOT.pom 16:05:22 [2019-07-19T20:05:22.021Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core.tests/target/org.eclipse.tracecompass.lttng2.control.core.tests-1.1.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.control.core.tests/1.1.1-SNAPSHOT/org.eclipse.tracecompass.lttng2.control.core.tests-1.1.1-SNAPSHOT-sources.jar 16:05:22 [2019-07-19T20:05:22.021Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core.tests/target/org.eclipse.tracecompass.lttng2.control.core.tests-1.1.1-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.control.core.tests/1.1.1-SNAPSHOT/org.eclipse.tracecompass.lttng2.control.core.tests-1.1.1-SNAPSHOT-pack200.jar.pack.gz 16:05:22 [2019-07-19T20:05:22.021Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.control.core.tests/1.1.1-SNAPSHOT/org.eclipse.tracecompass.lttng2.control.core.tests-1.1.1-SNAPSHOT-p2metadata.xml 16:05:22 [2019-07-19T20:05:22.021Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.control.core.tests/1.1.1-SNAPSHOT/org.eclipse.tracecompass.lttng2.control.core.tests-1.1.1-SNAPSHOT-p2artifacts.xml 16:05:22 [2019-07-19T20:05:22.021Z] [INFO] 16:05:22 [2019-07-19T20:05:22.021Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.lttng2.control.core.tests --- 16:05:22 [2019-07-19T20:05:22.021Z] [INFO] 16:05:22 [2019-07-19T20:05:22.021Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.remote.core.tests >-- 16:05:22 [2019-07-19T20:05:22.021Z] [INFO] Building org.eclipse.tracecompass.tmf.remote.core.tests 1.0.0-SNAPSHOT [87/134] 16:05:22 [2019-07-19T20:05:22.021Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- 16:05:22 [2019-07-19T20:05:22.021Z] [INFO] 16:05:22 [2019-07-19T20:05:22.021Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.tmf.remote.core.tests --- 16:05:22 [2019-07-19T20:05:22.021Z] [INFO] 16:05:22 [2019-07-19T20:05:22.021Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.tmf.remote.core.tests --- 16:05:22 [2019-07-19T20:05:22.021Z] [INFO] The project's OSGi version is 1.0.0.201907191907 16:05:22 [2019-07-19T20:05:22.021Z] [INFO] 16:05:22 [2019-07-19T20:05:22.021Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.tmf.remote.core.tests --- 16:05:22 [2019-07-19T20:05:22.021Z] [INFO] 16:05:22 [2019-07-19T20:05:22.021Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.tmf.remote.core.tests --- 16:05:22 [2019-07-19T20:05:22.021Z] [INFO] 16:05:22 [2019-07-19T20:05:22.021Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.tmf.remote.core.tests --- 16:05:22 [2019-07-19T20:05:22.021Z] [INFO] 16:05:22 [2019-07-19T20:05:22.021Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.tmf.remote.core.tests --- 16:05:22 [2019-07-19T20:05:22.021Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 16:05:22 [2019-07-19T20:05:22.021Z] [INFO] 16:05:22 [2019-07-19T20:05:22.021Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.tmf.remote.core.tests --- 16:05:22 [2019-07-19T20:05:22.021Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:05:22 [2019-07-19T20:05:22.021Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.core.tests/src/main/resources 16:05:22 [2019-07-19T20:05:22.021Z] [INFO] 16:05:22 [2019-07-19T20:05:22.021Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.tmf.remote.core.tests --- 16:05:22 [2019-07-19T20:05:22.021Z] [INFO] Compiling 6 source files to /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.core.tests/target/classes 16:05:22 [2019-07-19T20:05:22.021Z] [INFO] 16:05:22 [2019-07-19T20:05:22.021Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.tmf.remote.core.tests --- 16:05:22 [2019-07-19T20:05:22.021Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:05:22 [2019-07-19T20:05:22.021Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.core.tests/src/test/resources 16:05:22 [2019-07-19T20:05:22.021Z] [INFO] 16:05:22 [2019-07-19T20:05:22.021Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.tmf.remote.core.tests --- 16:05:22 [2019-07-19T20:05:22.021Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.core.tests/target/org.eclipse.tracecompass.tmf.remote.core.tests-1.0.0-SNAPSHOT-sources.jar 16:05:22 [2019-07-19T20:05:22.021Z] [INFO] 16:05:22 [2019-07-19T20:05:22.021Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.tmf.remote.core.tests --- 16:05:22 [2019-07-19T20:05:22.021Z] [INFO] 16:05:22 [2019-07-19T20:05:22.021Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.tmf.remote.core.tests --- 16:05:22 [2019-07-19T20:05:22.021Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.core.tests/target/org.eclipse.tracecompass.tmf.remote.core.tests-1.0.0-SNAPSHOT.jar 16:05:22 [2019-07-19T20:05:22.278Z] [INFO] 16:05:22 [2019-07-19T20:05:22.278Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.tmf.remote.core.tests --- 16:05:22 [2019-07-19T20:05:22.278Z] [INFO] 16:05:22 [2019-07-19T20:05:22.278Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.tmf.remote.core.tests --- 16:05:22 [2019-07-19T20:05:22.278Z] [INFO] 16:05:22 [2019-07-19T20:05:22.278Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.tmf.remote.core.tests --- 16:05:22 [2019-07-19T20:05:22.278Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.core.tests/target/org.eclipse.tracecompass.tmf.remote.core.tests-1.0.0-SNAPSHOT.jar 16:05:22 [2019-07-19T20:05:22.278Z] [INFO] 16:05:22 [2019-07-19T20:05:22.278Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.tmf.remote.core.tests --- 16:05:22 [2019-07-19T20:05:22.278Z] [INFO] 16:05:22 [2019-07-19T20:05:22.278Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.tmf.remote.core.tests --- 16:05:23 [2019-07-19T20:05:23.647Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.core.tests/target/work/data/.metadata/.log 16:05:23 [2019-07-19T20:05:23.647Z] [INFO] Command line: 16:05:23 [2019-07-19T20:05:23.647Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.core.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.core.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.core.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog] 16:05:23 [2019-07-19T20:05:23.647Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass 16:05:26 [2019-07-19T20:05:26.922Z] !SESSION 2019-07-19 20:05:23.533 ----------------------------------------------- 16:05:26 [2019-07-19T20:05:26.922Z] eclipse.buildId=unknown 16:05:26 [2019-07-19T20:05:26.922Z] java.version=1.8.0_202 16:05:26 [2019-07-19T20:05:26.922Z] java.vendor=Oracle Corporation 16:05:26 [2019-07-19T20:05:26.922Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US 16:05:26 [2019-07-19T20:05:26.922Z] Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.core.tests/target/surefire.properties -product org.eclipse.platform.ide 16:05:26 [2019-07-19T20:05:26.922Z] Command-line arguments: -data /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.core.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.core.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog 16:05:26 [2019-07-19T20:05:26.922Z] 16:05:26 [2019-07-19T20:05:26.922Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-19 20:05:26.589 16:05:26 [2019-07-19T20:05:26.922Z] !MESSAGE FrameworkEvent ERROR 16:05:26 [2019-07-19T20:05:26.922Z] !STACK 0 16:05:26 [2019-07-19T20:05:26.922Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [61] 16:05:26 [2019-07-19T20:05:26.922Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 16:05:26 [2019-07-19T20:05:26.922Z] 16:05:26 [2019-07-19T20:05:26.922Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 16:05:26 [2019-07-19T20:05:26.922Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 16:05:26 [2019-07-19T20:05:26.922Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 16:05:26 [2019-07-19T20:05:26.922Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 16:05:26 [2019-07-19T20:05:26.922Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 16:05:26 [2019-07-19T20:05:26.922Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 16:05:26 [2019-07-19T20:05:26.922Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 16:05:26 [2019-07-19T20:05:26.922Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 16:05:26 [2019-07-19T20:05:26.922Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 16:05:26 [2019-07-19T20:05:26.922Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 16:05:26 [2019-07-19T20:05:26.922Z] 16:05:26 [2019-07-19T20:05:26.922Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-19 20:05:26.777 16:05:26 [2019-07-19T20:05:26.922Z] !MESSAGE FrameworkEvent ERROR 16:05:26 [2019-07-19T20:05:26.923Z] !STACK 0 16:05:26 [2019-07-19T20:05:26.923Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [130] 16:05:26 [2019-07-19T20:05:26.923Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 16:05:26 [2019-07-19T20:05:26.923Z] Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)" 16:05:26 [2019-07-19T20:05:26.923Z] -> Export-Package: org.apache.http.impl.auth.win; bundle-symbolic-name="org.apache.httpcomponents.httpclient.win"; bundle-version="4.5.6.v20190213-1947"; version="4.5.6"; x-internal:="true"; uses:="org.apache.http,org.apache.http.auth,org.apache.http.client,org.apache.http.impl.auth,org.apache.http.protocol,org.apache.http.util" 16:05:26 [2019-07-19T20:05:26.923Z] org.apache.httpcomponents.httpclient.win [35] 16:05:26 [2019-07-19T20:05:26.923Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 16:05:26 [2019-07-19T20:05:26.923Z] 16:05:26 [2019-07-19T20:05:26.923Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 16:05:26 [2019-07-19T20:05:26.923Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 16:05:26 [2019-07-19T20:05:26.923Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 16:05:26 [2019-07-19T20:05:26.923Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 16:05:26 [2019-07-19T20:05:26.923Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 16:05:26 [2019-07-19T20:05:26.923Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 16:05:26 [2019-07-19T20:05:26.923Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 16:05:26 [2019-07-19T20:05:26.923Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 16:05:26 [2019-07-19T20:05:26.923Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 16:05:26 [2019-07-19T20:05:26.923Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 16:05:28 [2019-07-19T20:05:28.817Z] Running org.eclipse.tracecompass.tmf.remote.core.tests.shell.CommandShellTest 16:05:29 [2019-07-19T20:05:29.380Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.601 s - in org.eclipse.tracecompass.tmf.remote.core.tests.shell.CommandShellTest 16:05:29 [2019-07-19T20:05:29.380Z] testExecuteError(org.eclipse.tracecompass.tmf.remote.core.tests.shell.CommandShellTest) Time elapsed: 0.094 s 16:05:29 [2019-07-19T20:05:29.380Z] testExecuteSuccess(org.eclipse.tracecompass.tmf.remote.core.tests.shell.CommandShellTest) Time elapsed: 0.007 s 16:05:29 [2019-07-19T20:05:29.380Z] testExecuteException(org.eclipse.tracecompass.tmf.remote.core.tests.shell.CommandShellTest) Time elapsed: 0.004 s 16:05:29 [2019-07-19T20:05:29.380Z] Running org.eclipse.tracecompass.tmf.remote.core.tests.shell.CommandResultTest 16:05:29 [2019-07-19T20:05:29.380Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.tracecompass.tmf.remote.core.tests.shell.CommandResultTest 16:05:29 [2019-07-19T20:05:29.380Z] testConstructorNoError(org.eclipse.tracecompass.tmf.remote.core.tests.shell.CommandResultTest) Time elapsed: 0.005 s 16:05:29 [2019-07-19T20:05:29.380Z] testConstructorError(org.eclipse.tracecompass.tmf.remote.core.tests.shell.CommandResultTest) Time elapsed: 0 s 16:05:29 [2019-07-19T20:05:29.380Z] Running org.eclipse.tracecompass.tmf.remote.core.tests.shell.CommandInputTest 16:05:29 [2019-07-19T20:05:29.380Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tracecompass.tmf.remote.core.tests.shell.CommandInputTest 16:05:29 [2019-07-19T20:05:29.380Z] testNullSegment(org.eclipse.tracecompass.tmf.remote.core.tests.shell.CommandInputTest) Time elapsed: 0 s 16:05:29 [2019-07-19T20:05:29.380Z] testConstructorAndAdd(org.eclipse.tracecompass.tmf.remote.core.tests.shell.CommandInputTest) Time elapsed: 0.001 s 16:05:29 [2019-07-19T20:05:29.380Z] Running org.eclipse.tracecompass.tmf.remote.core.tests.TmfRemoteCorePluginTest 16:05:29 [2019-07-19T20:05:29.380Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.tracecompass.tmf.remote.core.tests.TmfRemoteCorePluginTest 16:05:29 [2019-07-19T20:05:29.380Z] testTmfCorePluginId(org.eclipse.tracecompass.tmf.remote.core.tests.TmfRemoteCorePluginTest) Time elapsed: 0 s 16:05:29 [2019-07-19T20:05:29.380Z] testGetDefault(org.eclipse.tracecompass.tmf.remote.core.tests.TmfRemoteCorePluginTest) Time elapsed: 0 s 16:05:29 [2019-07-19T20:05:29.380Z] 16:05:29 [2019-07-19T20:05:29.380Z] Results: 16:05:29 [2019-07-19T20:05:29.380Z] 16:05:29 [2019-07-19T20:05:29.380Z] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0 16:05:29 [2019-07-19T20:05:29.380Z] 16:05:30 [2019-07-19T20:05:30.751Z] [INFO] All tests passed! 16:05:30 [2019-07-19T20:05:30.751Z] [INFO] 16:05:30 [2019-07-19T20:05:30.751Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.tmf.remote.core.tests --- 16:05:30 [2019-07-19T20:05:30.751Z] [INFO] Loading execution data file /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.core.tests/../../target/jacoco.exec 16:05:30 [2019-07-19T20:05:30.751Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.remote.core.tests' with 6 classes 16:05:30 [2019-07-19T20:05:30.751Z] [INFO] 16:05:30 [2019-07-19T20:05:30.751Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.tmf.remote.core.tests --- 16:05:30 [2019-07-19T20:05:30.751Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.core.tests/target/org.eclipse.tracecompass.tmf.remote.core.tests-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.remote.core.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.tmf.remote.core.tests-1.0.0-SNAPSHOT.jar 16:05:30 [2019-07-19T20:05:30.751Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.core.tests/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.remote.core.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.tmf.remote.core.tests-1.0.0-SNAPSHOT.pom 16:05:30 [2019-07-19T20:05:30.751Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.core.tests/target/org.eclipse.tracecompass.tmf.remote.core.tests-1.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.remote.core.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.tmf.remote.core.tests-1.0.0-SNAPSHOT-sources.jar 16:05:30 [2019-07-19T20:05:30.751Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.core.tests/target/org.eclipse.tracecompass.tmf.remote.core.tests-1.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.remote.core.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.tmf.remote.core.tests-1.0.0-SNAPSHOT-pack200.jar.pack.gz 16:05:30 [2019-07-19T20:05:30.751Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.core.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.remote.core.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.tmf.remote.core.tests-1.0.0-SNAPSHOT-p2metadata.xml 16:05:30 [2019-07-19T20:05:30.751Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.core.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.remote.core.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.tmf.remote.core.tests-1.0.0-SNAPSHOT-p2artifacts.xml 16:05:30 [2019-07-19T20:05:30.751Z] [INFO] 16:05:30 [2019-07-19T20:05:30.751Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.tmf.remote.core.tests --- 16:05:30 [2019-07-19T20:05:30.751Z] [INFO] 16:05:30 [2019-07-19T20:05:30.751Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.control.ui.tests >-- 16:05:30 [2019-07-19T20:05:30.751Z] [INFO] Building org.eclipse.tracecompass.lttng2.control.ui.tests 2.0.2-SNAPSHOT [88/134] 16:05:30 [2019-07-19T20:05:30.751Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- 16:05:30 [2019-07-19T20:05:30.751Z] [INFO] 16:05:30 [2019-07-19T20:05:30.751Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.lttng2.control.ui.tests --- 16:05:30 [2019-07-19T20:05:30.751Z] [INFO] 16:05:30 [2019-07-19T20:05:30.751Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.lttng2.control.ui.tests --- 16:05:30 [2019-07-19T20:05:30.751Z] [INFO] The project's OSGi version is 2.0.2.201907191907 16:05:30 [2019-07-19T20:05:30.751Z] [INFO] 16:05:30 [2019-07-19T20:05:30.751Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.lttng2.control.ui.tests --- 16:05:30 [2019-07-19T20:05:30.751Z] [INFO] 16:05:30 [2019-07-19T20:05:30.751Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.lttng2.control.ui.tests --- 16:05:30 [2019-07-19T20:05:30.751Z] [INFO] 16:05:30 [2019-07-19T20:05:30.751Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.lttng2.control.ui.tests --- 16:05:30 [2019-07-19T20:05:30.751Z] [INFO] 16:05:30 [2019-07-19T20:05:30.751Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.lttng2.control.ui.tests --- 16:05:30 [2019-07-19T20:05:30.751Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 16:05:30 [2019-07-19T20:05:30.751Z] [INFO] 16:05:30 [2019-07-19T20:05:30.751Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.lttng2.control.ui.tests --- 16:05:30 [2019-07-19T20:05:30.751Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:05:30 [2019-07-19T20:05:30.751Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/src/main/resources 16:05:30 [2019-07-19T20:05:30.751Z] [INFO] 16:05:30 [2019-07-19T20:05:30.751Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.lttng2.control.ui.tests --- 16:05:30 [2019-07-19T20:05:30.751Z] [INFO] Compiling 28 source files to /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/target/classes 16:05:31 [2019-07-19T20:05:31.682Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/src/org/eclipse/tracecompass/lttng2/control/ui/tests/model/component/TraceControlTestFacility.java:[263] 16:05:31 [2019-07-19T20:05:31.682Z] Object handlerServiceObject = fControlView.getSite().getService(IHandlerService.class); 16:05:31 [2019-07-19T20:05:31.682Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 16:05:31 [2019-07-19T20:05:31.682Z] Unsafe interpretation of method return type as '@NonNull' based on substitution 'T=@NonNull IHandlerService'. Declaring type 'IServiceLocator' doesn't seem to be designed with null type annotations in mind 16:05:31 [2019-07-19T20:05:31.682Z] 1 problem (1 warning) 16:05:31 [2019-07-19T20:05:31.682Z] [INFO] 16:05:31 [2019-07-19T20:05:31.682Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.lttng2.control.ui.tests --- 16:05:31 [2019-07-19T20:05:31.682Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:05:31 [2019-07-19T20:05:31.682Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/src/test/resources 16:05:31 [2019-07-19T20:05:31.682Z] [INFO] 16:05:31 [2019-07-19T20:05:31.682Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.lttng2.control.ui.tests --- 16:05:31 [2019-07-19T20:05:31.682Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/target/org.eclipse.tracecompass.lttng2.control.ui.tests-2.0.2-SNAPSHOT-sources.jar 16:05:31 [2019-07-19T20:05:31.682Z] [INFO] 16:05:31 [2019-07-19T20:05:31.682Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.lttng2.control.ui.tests --- 16:05:31 [2019-07-19T20:05:31.682Z] [INFO] 16:05:31 [2019-07-19T20:05:31.682Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.lttng2.control.ui.tests --- 16:05:31 [2019-07-19T20:05:31.682Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/target/org.eclipse.tracecompass.lttng2.control.ui.tests-2.0.2-SNAPSHOT.jar 16:05:31 [2019-07-19T20:05:31.682Z] [INFO] 16:05:31 [2019-07-19T20:05:31.682Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.lttng2.control.ui.tests --- 16:05:31 [2019-07-19T20:05:31.682Z] [INFO] 16:05:31 [2019-07-19T20:05:31.682Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.lttng2.control.ui.tests --- 16:05:31 [2019-07-19T20:05:31.682Z] [INFO] 16:05:31 [2019-07-19T20:05:31.682Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.lttng2.control.ui.tests --- 16:05:31 [2019-07-19T20:05:31.682Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/target/org.eclipse.tracecompass.lttng2.control.ui.tests-2.0.2-SNAPSHOT.jar 16:05:31 [2019-07-19T20:05:31.939Z] [INFO] 16:05:31 [2019-07-19T20:05:31.939Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.lttng2.control.ui.tests --- 16:05:31 [2019-07-19T20:05:31.939Z] [INFO] 16:05:31 [2019-07-19T20:05:31.939Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.lttng2.control.ui.tests --- 16:05:33 [2019-07-19T20:05:33.832Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/target/work/data/.metadata/.log 16:05:33 [2019-07-19T20:05:33.832Z] [INFO] Command line: 16:05:33 [2019-07-19T20:05:33.832Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog] 16:05:33 [2019-07-19T20:05:33.832Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass 16:05:37 [2019-07-19T20:05:37.107Z] !SESSION 2019-07-19 20:05:33.775 ----------------------------------------------- 16:05:37 [2019-07-19T20:05:37.107Z] eclipse.buildId=unknown 16:05:37 [2019-07-19T20:05:37.107Z] java.version=1.8.0_202 16:05:37 [2019-07-19T20:05:37.107Z] java.vendor=Oracle Corporation 16:05:37 [2019-07-19T20:05:37.107Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US 16:05:37 [2019-07-19T20:05:37.107Z] Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/target/surefire.properties -product org.eclipse.platform.ide 16:05:37 [2019-07-19T20:05:37.107Z] Command-line arguments: -data /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog 16:05:37 [2019-07-19T20:05:37.107Z] 16:05:37 [2019-07-19T20:05:37.107Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-19 20:05:36.911 16:05:37 [2019-07-19T20:05:37.107Z] !MESSAGE FrameworkEvent ERROR 16:05:37 [2019-07-19T20:05:37.107Z] !STACK 0 16:05:37 [2019-07-19T20:05:37.107Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [65] 16:05:37 [2019-07-19T20:05:37.107Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 16:05:37 [2019-07-19T20:05:37.107Z] 16:05:37 [2019-07-19T20:05:37.107Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 16:05:37 [2019-07-19T20:05:37.107Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 16:05:37 [2019-07-19T20:05:37.107Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 16:05:37 [2019-07-19T20:05:37.107Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 16:05:37 [2019-07-19T20:05:37.107Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 16:05:37 [2019-07-19T20:05:37.107Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 16:05:37 [2019-07-19T20:05:37.107Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 16:05:37 [2019-07-19T20:05:37.107Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 16:05:37 [2019-07-19T20:05:37.107Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 16:05:37 [2019-07-19T20:05:37.107Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 16:05:37 [2019-07-19T20:05:37.364Z] 16:05:37 [2019-07-19T20:05:37.364Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-19 20:05:37.110 16:05:37 [2019-07-19T20:05:37.364Z] !MESSAGE FrameworkEvent ERROR 16:05:37 [2019-07-19T20:05:37.364Z] !STACK 0 16:05:37 [2019-07-19T20:05:37.364Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [134] 16:05:37 [2019-07-19T20:05:37.364Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 16:05:37 [2019-07-19T20:05:37.364Z] Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)" 16:05:37 [2019-07-19T20:05:37.364Z] -> Export-Package: org.apache.http.impl.auth.win; bundle-symbolic-name="org.apache.httpcomponents.httpclient.win"; bundle-version="4.5.6.v20190213-1947"; version="4.5.6"; x-internal:="true"; uses:="org.apache.http,org.apache.http.auth,org.apache.http.client,org.apache.http.impl.auth,org.apache.http.protocol,org.apache.http.util" 16:05:37 [2019-07-19T20:05:37.364Z] org.apache.httpcomponents.httpclient.win [36] 16:05:37 [2019-07-19T20:05:37.364Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 16:05:37 [2019-07-19T20:05:37.364Z] 16:05:37 [2019-07-19T20:05:37.364Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 16:05:37 [2019-07-19T20:05:37.364Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 16:05:37 [2019-07-19T20:05:37.364Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 16:05:37 [2019-07-19T20:05:37.364Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 16:05:37 [2019-07-19T20:05:37.364Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 16:05:37 [2019-07-19T20:05:37.364Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 16:05:37 [2019-07-19T20:05:37.364Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 16:05:37 [2019-07-19T20:05:37.364Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 16:05:37 [2019-07-19T20:05:37.364Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 16:05:37 [2019-07-19T20:05:37.364Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 16:05:39 [2019-07-19T20:05:39.256Z] process 11398: D-Bus library appears to be incorrectly set up; failed to read machine uuid: UUID file '/etc/machine-id' should contain a hex string of length 32, not length 0, with no other text 16:05:39 [2019-07-19T20:05:39.256Z] See the manual page for dbus-uuidgen to correct this issue. 16:05:39 [2019-07-19T20:05:39.822Z] SWT SessionManagerDBus: Failed to connect to org.gnome.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory) 16:05:39 [2019-07-19T20:05:39.822Z] SWT SessionManagerDBus: Failed to connect to org.xfce.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory) 16:05:52 [2019-07-19T20:05:52.005Z] Running org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlSnapshotSessionTest 16:05:52 [2019-07-19T20:05:52.005Z] *** BUG *** 16:05:52 [2019-07-19T20:05:52.005Z] In pixman_region32_init_rect: Invalid rectangle passed 16:05:52 [2019-07-19T20:05:52.005Z] Set a breakpoint on '_pixman_log_error' to debug 16:05:52 [2019-07-19T20:05:52.005Z] 16:05:52 [2019-07-19T20:05:52.005Z] *** BUG *** 16:05:52 [2019-07-19T20:05:52.005Z] In pixman_region32_init_rect: Invalid rectangle passed 16:05:52 [2019-07-19T20:05:52.005Z] Set a breakpoint on '_pixman_log_error' to debug 16:05:52 [2019-07-19T20:05:52.005Z] 16:05:52 [2019-07-19T20:05:52.005Z] *** BUG *** 16:05:52 [2019-07-19T20:05:52.005Z] In pixman_region32_init_rect: Invalid rectangle passed 16:05:52 [2019-07-19T20:05:52.005Z] Set a breakpoint on '_pixman_log_error' to debug 16:05:52 [2019-07-19T20:05:52.005Z] 16:05:52 [2019-07-19T20:05:52.262Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.963 s - in org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlSnapshotSessionTest 16:05:52 [2019-07-19T20:05:52.262Z] testTraceSessionTree(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlSnapshotSessionTest) Time elapsed: 1.876 s 16:05:52 [2019-07-19T20:05:52.262Z] Running org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlCreateSessionMiTest 16:05:52 [2019-07-19T20:05:52.262Z] *** BUG *** 16:05:52 [2019-07-19T20:05:52.262Z] In pixman_region32_init_rect: Invalid rectangle passed 16:05:52 [2019-07-19T20:05:52.262Z] Set a breakpoint on '_pixman_log_error' to debug 16:05:52 [2019-07-19T20:05:52.262Z] 16:05:52 [2019-07-19T20:05:52.519Z] *** BUG *** 16:05:52 [2019-07-19T20:05:52.519Z] In pixman_region32_init_rect: Invalid rectangle passed 16:05:52 [2019-07-19T20:05:52.519Z] Set a breakpoint on '_pixman_log_error' to debug 16:05:52 [2019-07-19T20:05:52.519Z] 16:05:52 [2019-07-19T20:05:52.519Z] *** BUG *** 16:05:52 [2019-07-19T20:05:52.519Z] In pixman_region32_init_rect: Invalid rectangle passed 16:05:52 [2019-07-19T20:05:52.519Z] Set a breakpoint on '_pixman_log_error' to debug 16:05:52 [2019-07-19T20:05:52.519Z] 16:05:54 [2019-07-19T20:05:54.414Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.025 s - in org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlCreateSessionMiTest 16:05:54 [2019-07-19T20:05:54.414Z] testTraceSessionTree(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlCreateSessionMiTest) Time elapsed: 2.023 s 16:05:54 [2019-07-19T20:05:54.414Z] Running org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlTreeModelTest 16:05:54 [2019-07-19T20:05:54.414Z] *** BUG *** 16:05:54 [2019-07-19T20:05:54.414Z] In pixman_region32_init_rect: Invalid rectangle passed 16:05:54 [2019-07-19T20:05:54.414Z] Set a breakpoint on '_pixman_log_error' to debug 16:05:54 [2019-07-19T20:05:54.414Z] 16:05:54 [2019-07-19T20:05:54.414Z] *** BUG *** 16:05:54 [2019-07-19T20:05:54.414Z] In pixman_region32_init_rect: Invalid rectangle passed 16:05:54 [2019-07-19T20:05:54.414Z] Set a breakpoint on '_pixman_log_error' to debug 16:05:54 [2019-07-19T20:05:54.414Z] 16:05:54 [2019-07-19T20:05:54.414Z] *** BUG *** 16:05:54 [2019-07-19T20:05:54.414Z] In pixman_region32_init_rect: Invalid rectangle passed 16:05:54 [2019-07-19T20:05:54.414Z] Set a breakpoint on '_pixman_log_error' to debug 16:05:54 [2019-07-19T20:05:54.414Z] 16:05:55 [2019-07-19T20:05:55.345Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.103 s - in org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlTreeModelTest 16:05:55 [2019-07-19T20:05:55.345Z] testTraceControlComponents(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlTreeModelTest) Time elapsed: 1.102 s 16:05:55 [2019-07-19T20:05:55.345Z] Running org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlCreateSessionTest 16:05:55 [2019-07-19T20:05:55.345Z] *** BUG *** 16:05:55 [2019-07-19T20:05:55.345Z] In pixman_region32_init_rect: Invalid rectangle passed 16:05:55 [2019-07-19T20:05:55.345Z] Set a breakpoint on '_pixman_log_error' to debug 16:05:55 [2019-07-19T20:05:55.345Z] 16:05:56 [2019-07-19T20:05:56.714Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.187 s - in org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlCreateSessionTest 16:05:56 [2019-07-19T20:05:56.714Z] testTraceSessionTree(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlCreateSessionTest) Time elapsed: 1.187 s 16:05:56 [2019-07-19T20:05:56.714Z] Running org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlTreeModelNoProvidersTest 16:05:57 [2019-07-19T20:05:57.644Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.894 s - in org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlTreeModelNoProvidersTest 16:05:57 [2019-07-19T20:05:57.644Z] testTraceControlComponents(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlTreeModelNoProvidersTest) Time elapsed: 0.892 s 16:05:57 [2019-07-19T20:05:57.644Z] Running org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlUstProviderTest 16:05:58 [2019-07-19T20:05:58.574Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.992 s - in org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlUstProviderTest 16:05:58 [2019-07-19T20:05:58.574Z] testUstProviderTree(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlUstProviderTest) Time elapsed: 0.99 s 16:05:58 [2019-07-19T20:05:58.574Z] Running org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlUstSession2Test 16:05:59 [2019-07-19T20:05:59.505Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.06 s - in org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlUstSession2Test 16:05:59 [2019-07-19T20:05:59.505Z] testTraceSessionTree(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlUstSession2Test) Time elapsed: 1.059 s 16:05:59 [2019-07-19T20:05:59.505Z] Running org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlUstSessionTest 16:06:11 [2019-07-19T20:06:11.688Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.817 s - in org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlUstSessionTest 16:06:11 [2019-07-19T20:06:11.688Z] testTraceSessionTree(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlUstSessionTest) Time elapsed: 11.816 s 16:06:11 [2019-07-19T20:06:11.688Z] Running org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlKernelSessionTest 16:06:14 [2019-07-19T20:06:14.212Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.617 s - in org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlKernelSessionTest 16:06:14 [2019-07-19T20:06:14.212Z] testTraceSessionTree(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlKernelSessionTest) Time elapsed: 2.615 s 16:06:14 [2019-07-19T20:06:14.212Z] Running org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlPropertiesTest 16:06:14 [2019-07-19T20:06:14.774Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.796 s - in org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlPropertiesTest 16:06:14 [2019-07-19T20:06:14.774Z] testComponentProperties(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlPropertiesTest) Time elapsed: 0.795 s 16:06:14 [2019-07-19T20:06:14.774Z] Running org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlKernelProviderTest 16:06:15 [2019-07-19T20:06:15.705Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.981 s - in org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlKernelProviderTest 16:06:15 [2019-07-19T20:06:15.705Z] testKernelProviderTree(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlKernelProviderTest) Time elapsed: 0.98 s 16:06:15 [2019-07-19T20:06:15.705Z] Running org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlComponentTest 16:06:15 [2019-07-19T20:06:15.705Z] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlComponentTest 16:06:15 [2019-07-19T20:06:15.705Z] testGetImage_1(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlComponentTest) Time elapsed: 0.002 s 16:06:15 [2019-07-19T20:06:15.705Z] testFireCompenentUpdated(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlComponentTest) Time elapsed: 0.002 s 16:06:15 [2019-07-19T20:06:15.705Z] testGetChildren_1(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlComponentTest) Time elapsed: 0.001 s 16:06:15 [2019-07-19T20:06:15.705Z] testGetAndSetChildren(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlComponentTest) Time elapsed: 0 s 16:06:15 [2019-07-19T20:06:15.705Z] testGetAdapter(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlComponentTest) Time elapsed: 0 s 16:06:15 [2019-07-19T20:06:15.705Z] testRemoveAllChildren_2(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlComponentTest) Time elapsed: 0 s 16:06:15 [2019-07-19T20:06:15.705Z] testRemoveComponentListener_1(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlComponentTest) Time elapsed: 0 s 16:06:15 [2019-07-19T20:06:15.705Z] testRemoveComponentListener_2(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlComponentTest) Time elapsed: 0.001 s 16:06:15 [2019-07-19T20:06:15.705Z] testRemoveChild_1(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlComponentTest) Time elapsed: 0 s 16:06:15 [2019-07-19T20:06:15.705Z] testRemoveChild_2(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlComponentTest) Time elapsed: 0 s 16:06:15 [2019-07-19T20:06:15.705Z] testHasChildren_1(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlComponentTest) Time elapsed: 0 s 16:06:15 [2019-07-19T20:06:15.705Z] testHasChildren_2(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlComponentTest) Time elapsed: 0 s 16:06:15 [2019-07-19T20:06:15.705Z] testGetSndSetToolTip(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlComponentTest) Time elapsed: 0 s 16:06:15 [2019-07-19T20:06:15.705Z] testAddComponentListener_1(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlComponentTest) Time elapsed: 0 s 16:06:15 [2019-07-19T20:06:15.705Z] testGetAndSetTargetNodeState_1(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlComponentTest) Time elapsed: 0 s 16:06:15 [2019-07-19T20:06:15.705Z] testGetAndSetName(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlComponentTest) Time elapsed: 0 s 16:06:15 [2019-07-19T20:06:15.705Z] testContainsChild_1(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlComponentTest) Time elapsed: 0 s 16:06:15 [2019-07-19T20:06:15.705Z] testContainsChild_2(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlComponentTest) Time elapsed: 0 s 16:06:15 [2019-07-19T20:06:15.705Z] testGetAndSetParent(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlComponentTest) Time elapsed: 0 s 16:06:15 [2019-07-19T20:06:15.705Z] testAddAndGetChild1(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlComponentTest) Time elapsed: 0 s 16:06:15 [2019-07-19T20:06:15.705Z] testAddAndGetChild2(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlComponentTest) Time elapsed: 0 s 16:06:15 [2019-07-19T20:06:15.705Z] testGetAndSetControlService_1(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlComponentTest) Time elapsed: 0.001 s 16:06:15 [2019-07-19T20:06:15.705Z] testTraceControlComponent_1(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlComponentTest) Time elapsed: 0 s 16:06:15 [2019-07-19T20:06:15.705Z] testTraceControlComponent_2(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlComponentTest) Time elapsed: 0 s 16:06:15 [2019-07-19T20:06:15.705Z] Running org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest 16:06:16 [2019-07-19T20:06:16.635Z] 16:06:16 [2019-07-19T20:06:16.635Z] !ENTRY org.eclipse.tracecompass.lttng2.control.ui 4 0 2019-07-19 20:06:16.297 16:06:16 [2019-07-19T20:06:16.635Z] !MESSAGE Could not validate the xml response 16:06:16 [2019-07-19T20:06:16.635Z] !STACK 0 16:06:16 [2019-07-19T20:06:16.635Z] org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1; Content is not allowed in prolog. 16:06:16 [2019-07-19T20:06:16.635Z] at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:203) 16:06:16 [2019-07-19T20:06:16.635Z] at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(ErrorHandlerWrapper.java:177) 16:06:16 [2019-07-19T20:06:16.635Z] at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:400) 16:06:16 [2019-07-19T20:06:16.635Z] at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:327) 16:06:16 [2019-07-19T20:06:16.635Z] at com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError(XMLScanner.java:1472) 16:06:16 [2019-07-19T20:06:16.635Z] at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$PrologDriver.next(XMLDocumentScannerImpl.java:994) 16:06:16 [2019-07-19T20:06:16.635Z] at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:602) 16:06:16 [2019-07-19T20:06:16.635Z] at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:505) 16:06:16 [2019-07-19T20:06:16.635Z] at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:842) 16:06:16 [2019-07-19T20:06:16.635Z] at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:771) 16:06:16 [2019-07-19T20:06:16.635Z] at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141) 16:06:16 [2019-07-19T20:06:16.635Z] at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:243) 16:06:16 [2019-07-19T20:06:16.635Z] at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339) 16:06:16 [2019-07-19T20:06:16.635Z] at org.eclipse.tracecompass.internal.lttng2.control.ui.views.service.LTTngControlServiceMI.getDocumentFromStrings(LTTngControlServiceMI.java:174) 16:06:16 [2019-07-19T20:06:16.635Z] at org.eclipse.tracecompass.internal.lttng2.control.ui.views.service.LTTngControlServiceMI.getSessionNames(LTTngControlServiceMI.java:259) 16:06:16 [2019-07-19T20:06:16.635Z] at org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest.testGetSessionNameGarbage(LTTngControlServiceMiTest.java:75) 16:06:16 [2019-07-19T20:06:16.635Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 16:06:16 [2019-07-19T20:06:16.635Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 16:06:16 [2019-07-19T20:06:16.635Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 16:06:16 [2019-07-19T20:06:16.635Z] at java.lang.reflect.Method.invoke(Method.java:498) 16:06:16 [2019-07-19T20:06:16.635Z] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) 16:06:16 [2019-07-19T20:06:16.635Z] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 16:06:16 [2019-07-19T20:06:16.635Z] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) 16:06:16 [2019-07-19T20:06:16.635Z] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 16:06:16 [2019-07-19T20:06:16.635Z] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 16:06:16 [2019-07-19T20:06:16.635Z] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 16:06:16 [2019-07-19T20:06:16.635Z] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) 16:06:16 [2019-07-19T20:06:16.635Z] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) 16:06:16 [2019-07-19T20:06:16.635Z] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) 16:06:16 [2019-07-19T20:06:16.635Z] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) 16:06:16 [2019-07-19T20:06:16.635Z] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) 16:06:16 [2019-07-19T20:06:16.635Z] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) 16:06:16 [2019-07-19T20:06:16.635Z] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) 16:06:16 [2019-07-19T20:06:16.635Z] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) 16:06:16 [2019-07-19T20:06:16.635Z] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) 16:06:16 [2019-07-19T20:06:16.635Z] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) 16:06:16 [2019-07-19T20:06:16.635Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) 16:06:16 [2019-07-19T20:06:16.635Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) 16:06:16 [2019-07-19T20:06:16.635Z] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) 16:06:16 [2019-07-19T20:06:16.635Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 16:06:16 [2019-07-19T20:06:16.635Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 16:06:16 [2019-07-19T20:06:16.635Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 16:06:16 [2019-07-19T20:06:16.635Z] at java.lang.reflect.Method.invoke(Method.java:498) 16:06:16 [2019-07-19T20:06:16.635Z] at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) 16:06:16 [2019-07-19T20:06:16.635Z] at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) 16:06:16 [2019-07-19T20:06:16.635Z] at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) 16:06:16 [2019-07-19T20:06:16.635Z] at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:110) 16:06:16 [2019-07-19T20:06:16.635Z] at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:35) 16:06:16 [2019-07-19T20:06:16.635Z] at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40) 16:06:16 [2019-07-19T20:06:16.635Z] at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185) 16:06:16 [2019-07-19T20:06:16.635Z] at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5113) 16:06:16 [2019-07-19T20:06:16.635Z] at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4666) 16:06:16 [2019-07-19T20:06:16.635Z] at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1173) 16:06:16 [2019-07-19T20:06:16.635Z] at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) 16:06:16 [2019-07-19T20:06:16.635Z] at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1062) 16:06:16 [2019-07-19T20:06:16.635Z] at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155) 16:06:16 [2019-07-19T20:06:16.635Z] at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:635) 16:06:16 [2019-07-19T20:06:16.635Z] at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) 16:06:16 [2019-07-19T20:06:16.635Z] at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:559) 16:06:16 [2019-07-19T20:06:16.635Z] at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) 16:06:16 [2019-07-19T20:06:16.635Z] at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:155) 16:06:16 [2019-07-19T20:06:16.635Z] at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31) 16:06:16 [2019-07-19T20:06:16.635Z] at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120) 16:06:16 [2019-07-19T20:06:16.635Z] at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37) 16:06:16 [2019-07-19T20:06:16.635Z] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) 16:06:16 [2019-07-19T20:06:16.635Z] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137) 16:06:16 [2019-07-19T20:06:16.635Z] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107) 16:06:16 [2019-07-19T20:06:16.635Z] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400) 16:06:16 [2019-07-19T20:06:16.635Z] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) 16:06:16 [2019-07-19T20:06:16.635Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 16:06:16 [2019-07-19T20:06:16.635Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 16:06:16 [2019-07-19T20:06:16.635Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 16:06:16 [2019-07-19T20:06:16.635Z] at java.lang.reflect.Method.invoke(Method.java:498) 16:06:16 [2019-07-19T20:06:16.635Z] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660) 16:06:16 [2019-07-19T20:06:16.635Z] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597) 16:06:16 [2019-07-19T20:06:16.635Z] at org.eclipse.equinox.launcher.Main.run(Main.java:1468) 16:06:16 [2019-07-19T20:06:16.635Z] at org.eclipse.equinox.launcher.Main.main(Main.java:1441) 16:06:18 [2019-07-19T20:06:18.006Z] Tests run: 54, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 1.932 s - in org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest 16:06:18 [2019-07-19T20:06:18.006Z] testListSessionCompatibility_2_7(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.038 s 16:06:18 [2019-07-19T20:06:18.006Z] testListSycallEvents(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.076 s 16:06:18 [2019-07-19T20:06:18.006Z] testLttngNotInstalled(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.024 s 16:06:18 [2019-07-19T20:06:18.006Z] testUnsupportedVersion(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.077 s 16:06:18 [2019-07-19T20:06:18.006Z] testGetKernelProviderNoUstVerbose(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.024 s 16:06:18 [2019-07-19T20:06:18.006Z] testCreateSession2_1(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.081 s 16:06:18 [2019-07-19T20:06:18.006Z] testCreateSnapshotSession2_5(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.077 s 16:06:18 [2019-07-19T20:06:18.006Z] testAddContextFailure(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.025 s 16:06:18 [2019-07-19T20:06:18.006Z] testGetSessionNotExist(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.022 s 16:06:18 [2019-07-19T20:06:18.006Z] testGetSession1(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.078 s 16:06:18 [2019-07-19T20:06:18.006Z] testUstProvider2(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.077 s 16:06:18 [2019-07-19T20:06:18.006Z] testGetSessionNameGarbage(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.026 s 16:06:18 [2019-07-19T20:06:18.006Z] testGetKernelProviderNoUst1(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.02 s 16:06:18 [2019-07-19T20:06:18.006Z] testGetKernelProviderNoUst2(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.068 s 16:06:18 [2019-07-19T20:06:18.006Z] testGetKernelProviderNoUst3(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.018 s 16:06:18 [2019-07-19T20:06:18.006Z] testVersionCompiled(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.081 s 16:06:18 [2019-07-19T20:06:18.006Z] testEnableEvents(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.018 s 16:06:18 [2019-07-19T20:06:18.006Z] testGetUstProvider3(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.067 s 16:06:18 [2019-07-19T20:06:18.006Z] testEnableLog4jLoggers(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.033 s 16:06:18 [2019-07-19T20:06:18.006Z] testCreateLiveSession(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) skipped 16:06:18 [2019-07-19T20:06:18.006Z] testEnableChannel(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.069 s 16:06:18 [2019-07-19T20:06:18.006Z] testEnableJulLoggers(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.019 s 16:06:18 [2019-07-19T20:06:18.006Z] testCreateChannelUIDBuffer(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.016 s 16:06:18 [2019-07-19T20:06:18.006Z] testGetKernelProviderNoKernelVerbose(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.062 s 16:06:18 [2019-07-19T20:06:18.006Z] testDestroySession(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.017 s 16:06:18 [2019-07-19T20:06:18.006Z] testVersion(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.016 s 16:06:18 [2019-07-19T20:06:18.006Z] testCreateChannelPIDBuffer(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.016 s 16:06:18 [2019-07-19T20:06:18.006Z] testCreateSessionVerbose2_1(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.061 s 16:06:18 [2019-07-19T20:06:18.006Z] testSessionProfile(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.016 s 16:06:18 [2019-07-19T20:06:18.006Z] testGetSessionWithLive(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) skipped 16:06:18 [2019-07-19T20:06:18.006Z] testGetKernelProviderNoKernel1(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.016 s 16:06:18 [2019-07-19T20:06:18.006Z] testGetKernelProviderNoKernel2(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.06 s 16:06:18 [2019-07-19T20:06:18.006Z] testCreateLiveSessionErrors(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) skipped 16:06:18 [2019-07-19T20:06:18.006Z] testCreateChannel(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.016 s 16:06:18 [2019-07-19T20:06:18.006Z] testCreateSessionWithPrompt(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.015 s 16:06:18 [2019-07-19T20:06:18.006Z] testGetSessionNotExistVerbose(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.016 s 16:06:18 [2019-07-19T20:06:18.006Z] testVersionWithPrompt(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.059 s 16:06:18 [2019-07-19T20:06:18.006Z] testEnableSyscalls(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.015 s 16:06:18 [2019-07-19T20:06:18.006Z] testDisableChannel(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.015 s 16:06:18 [2019-07-19T20:06:18.006Z] testEnableLogLevel(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.016 s 16:06:18 [2019-07-19T20:06:18.006Z] testDestroySessionVerbose(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.054 s 16:06:18 [2019-07-19T20:06:18.006Z] testGetUstProvider(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.018 s 16:06:18 [2019-07-19T20:06:18.006Z] testCreateSnapshotSessionErrors(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.016 s 16:06:18 [2019-07-19T20:06:18.006Z] testDynamicProbe(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.015 s 16:06:18 [2019-07-19T20:06:18.006Z] testNoVersion(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.062 s 16:06:18 [2019-07-19T20:06:18.006Z] testEnablePythonLoggers(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.018 s 16:06:18 [2019-07-19T20:06:18.006Z] testGetSessionNames1(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.016 s 16:06:18 [2019-07-19T20:06:18.006Z] testGetSessionNames2(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.057 s 16:06:18 [2019-07-19T20:06:18.006Z] testCreateSession(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.016 s 16:06:18 [2019-07-19T20:06:18.006Z] testEventExcluded(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.017 s 16:06:18 [2019-07-19T20:06:18.006Z] testGetSessionNamesWithTracingGroup(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.064 s 16:06:18 [2019-07-19T20:06:18.006Z] testCreateSnapshotSession(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.018 s 16:06:18 [2019-07-19T20:06:18.006Z] testCreateSessionVariants(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.018 s 16:06:18 [2019-07-19T20:06:18.006Z] testAddContext(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.055 s 16:06:18 [2019-07-19T20:06:18.006Z] Running org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test 16:06:18 [2019-07-19T20:06:18.264Z] 16:06:18 [2019-07-19T20:06:18.264Z] !ENTRY org.eclipse.tracecompass.lttng2.control.ui 4 0 2019-07-19 20:06:18.104 16:06:18 [2019-07-19T20:06:18.264Z] !MESSAGE Could not validate the xml response 16:06:18 [2019-07-19T20:06:18.264Z] !STACK 0 16:06:18 [2019-07-19T20:06:18.264Z] org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1; Content is not allowed in prolog. 16:06:18 [2019-07-19T20:06:18.264Z] at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:203) 16:06:18 [2019-07-19T20:06:18.264Z] at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(ErrorHandlerWrapper.java:177) 16:06:18 [2019-07-19T20:06:18.264Z] at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:400) 16:06:18 [2019-07-19T20:06:18.264Z] at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:327) 16:06:18 [2019-07-19T20:06:18.264Z] at com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError(XMLScanner.java:1472) 16:06:18 [2019-07-19T20:06:18.264Z] at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$PrologDriver.next(XMLDocumentScannerImpl.java:994) 16:06:18 [2019-07-19T20:06:18.264Z] at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:602) 16:06:18 [2019-07-19T20:06:18.264Z] at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:112) 16:06:18 [2019-07-19T20:06:18.264Z] at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:505) 16:06:18 [2019-07-19T20:06:18.264Z] at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:842) 16:06:18 [2019-07-19T20:06:18.264Z] at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:771) 16:06:18 [2019-07-19T20:06:18.264Z] at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141) 16:06:18 [2019-07-19T20:06:18.264Z] at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:243) 16:06:18 [2019-07-19T20:06:18.264Z] at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339) 16:06:18 [2019-07-19T20:06:18.264Z] at org.eclipse.tracecompass.internal.lttng2.control.ui.views.service.LTTngControlServiceMI.getDocumentFromStrings(LTTngControlServiceMI.java:174) 16:06:18 [2019-07-19T20:06:18.264Z] at org.eclipse.tracecompass.internal.lttng2.control.ui.views.service.LTTngControlServiceMI.getSessionNames(LTTngControlServiceMI.java:259) 16:06:18 [2019-07-19T20:06:18.264Z] at org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest.testGetSessionNameGarbage(LTTngControlServiceMiTest.java:75) 16:06:18 [2019-07-19T20:06:18.264Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 16:06:18 [2019-07-19T20:06:18.264Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 16:06:18 [2019-07-19T20:06:18.264Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 16:06:18 [2019-07-19T20:06:18.264Z] at java.lang.reflect.Method.invoke(Method.java:498) 16:06:18 [2019-07-19T20:06:18.264Z] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) 16:06:18 [2019-07-19T20:06:18.264Z] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 16:06:18 [2019-07-19T20:06:18.264Z] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) 16:06:18 [2019-07-19T20:06:18.264Z] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 16:06:18 [2019-07-19T20:06:18.264Z] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 16:06:18 [2019-07-19T20:06:18.264Z] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 16:06:18 [2019-07-19T20:06:18.264Z] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) 16:06:18 [2019-07-19T20:06:18.264Z] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) 16:06:18 [2019-07-19T20:06:18.264Z] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) 16:06:18 [2019-07-19T20:06:18.264Z] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) 16:06:18 [2019-07-19T20:06:18.264Z] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) 16:06:18 [2019-07-19T20:06:18.264Z] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) 16:06:18 [2019-07-19T20:06:18.264Z] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) 16:06:18 [2019-07-19T20:06:18.264Z] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) 16:06:18 [2019-07-19T20:06:18.264Z] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) 16:06:18 [2019-07-19T20:06:18.264Z] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) 16:06:18 [2019-07-19T20:06:18.264Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) 16:06:18 [2019-07-19T20:06:18.264Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) 16:06:18 [2019-07-19T20:06:18.264Z] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) 16:06:18 [2019-07-19T20:06:18.264Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 16:06:18 [2019-07-19T20:06:18.264Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 16:06:18 [2019-07-19T20:06:18.264Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 16:06:18 [2019-07-19T20:06:18.264Z] at java.lang.reflect.Method.invoke(Method.java:498) 16:06:18 [2019-07-19T20:06:18.264Z] at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) 16:06:18 [2019-07-19T20:06:18.264Z] at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) 16:06:18 [2019-07-19T20:06:18.264Z] at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) 16:06:18 [2019-07-19T20:06:18.264Z] at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:110) 16:06:18 [2019-07-19T20:06:18.264Z] at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:35) 16:06:18 [2019-07-19T20:06:18.264Z] at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40) 16:06:18 [2019-07-19T20:06:18.264Z] at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185) 16:06:18 [2019-07-19T20:06:18.264Z] at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5113) 16:06:18 [2019-07-19T20:06:18.264Z] at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4666) 16:06:18 [2019-07-19T20:06:18.264Z] at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1173) 16:06:18 [2019-07-19T20:06:18.264Z] at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) 16:06:18 [2019-07-19T20:06:18.264Z] at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1062) 16:06:18 [2019-07-19T20:06:18.264Z] at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155) 16:06:18 [2019-07-19T20:06:18.264Z] at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:635) 16:06:18 [2019-07-19T20:06:18.264Z] at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) 16:06:18 [2019-07-19T20:06:18.264Z] at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:559) 16:06:18 [2019-07-19T20:06:18.264Z] at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) 16:06:18 [2019-07-19T20:06:18.264Z] at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:155) 16:06:18 [2019-07-19T20:06:18.264Z] at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31) 16:06:18 [2019-07-19T20:06:18.264Z] at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120) 16:06:18 [2019-07-19T20:06:18.264Z] at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37) 16:06:18 [2019-07-19T20:06:18.264Z] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) 16:06:18 [2019-07-19T20:06:18.264Z] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137) 16:06:18 [2019-07-19T20:06:18.264Z] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107) 16:06:18 [2019-07-19T20:06:18.264Z] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400) 16:06:18 [2019-07-19T20:06:18.264Z] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) 16:06:18 [2019-07-19T20:06:18.264Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 16:06:18 [2019-07-19T20:06:18.264Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 16:06:18 [2019-07-19T20:06:18.264Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 16:06:18 [2019-07-19T20:06:18.264Z] at java.lang.reflect.Method.invoke(Method.java:498) 16:06:18 [2019-07-19T20:06:18.264Z] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660) 16:06:18 [2019-07-19T20:06:18.264Z] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597) 16:06:18 [2019-07-19T20:06:18.264Z] at org.eclipse.equinox.launcher.Main.run(Main.java:1468) 16:06:18 [2019-07-19T20:06:18.264Z] at org.eclipse.equinox.launcher.Main.main(Main.java:1441) 16:06:19 [2019-07-19T20:06:19.696Z] Tests run: 56, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 1.731 s - in org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test 16:06:19 [2019-07-19T20:06:19.696Z] testGetSessionWithFilterExpression(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.025 s 16:06:19 [2019-07-19T20:06:19.696Z] testListContext28(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.072 s 16:06:19 [2019-07-19T20:06:19.696Z] testListSessionCompatibility_2_7(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.019 s 16:06:19 [2019-07-19T20:06:19.696Z] testListSycallEvents(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.067 s 16:06:19 [2019-07-19T20:06:19.696Z] testLttngNotInstalled(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.026 s 16:06:19 [2019-07-19T20:06:19.696Z] testUnsupportedVersion(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.017 s 16:06:19 [2019-07-19T20:06:19.696Z] testGetKernelProviderNoUstVerbose(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.06 s 16:06:19 [2019-07-19T20:06:19.696Z] testCreateSession2_1(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.018 s 16:06:19 [2019-07-19T20:06:19.696Z] testCreateSnapshotSession2_5(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.017 s 16:06:19 [2019-07-19T20:06:19.696Z] testAddContextFailure(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.06 s 16:06:19 [2019-07-19T20:06:19.696Z] testGetSessionNotExist(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.018 s 16:06:19 [2019-07-19T20:06:19.696Z] testGetSession1(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.022 s 16:06:19 [2019-07-19T20:06:19.696Z] testUstProvider2(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.075 s 16:06:19 [2019-07-19T20:06:19.696Z] testGetSessionNameGarbage(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.02 s 16:06:19 [2019-07-19T20:06:19.696Z] testGetKernelProviderNoUst1(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.018 s 16:06:19 [2019-07-19T20:06:19.696Z] testGetKernelProviderNoUst2(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.061 s 16:06:19 [2019-07-19T20:06:19.696Z] testGetKernelProviderNoUst3(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.017 s 16:06:19 [2019-07-19T20:06:19.696Z] testVersionCompiled(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.026 s 16:06:19 [2019-07-19T20:06:19.696Z] testEnableEvents(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.057 s 16:06:19 [2019-07-19T20:06:19.696Z] testGetUstProvider3(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.019 s 16:06:19 [2019-07-19T20:06:19.696Z] testEnableLog4jLoggers(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.019 s 16:06:19 [2019-07-19T20:06:19.696Z] testCreateLiveSession(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) skipped 16:06:19 [2019-07-19T20:06:19.696Z] testEnableChannel(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.057 s 16:06:19 [2019-07-19T20:06:19.696Z] testEnableJulLoggers(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.019 s 16:06:19 [2019-07-19T20:06:19.696Z] testCreateChannelUIDBuffer(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.018 s 16:06:19 [2019-07-19T20:06:19.696Z] testGetKernelProviderNoKernelVerbose(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.059 s 16:06:19 [2019-07-19T20:06:19.696Z] testDestroySession(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.02 s 16:06:19 [2019-07-19T20:06:19.696Z] testVersion(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.018 s 16:06:19 [2019-07-19T20:06:19.696Z] testCreateChannelPIDBuffer(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.056 s 16:06:19 [2019-07-19T20:06:19.696Z] testCreateSessionVerbose2_1(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.018 s 16:06:19 [2019-07-19T20:06:19.696Z] testSessionProfile(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.018 s 16:06:19 [2019-07-19T20:06:19.696Z] testGetSessionWithLive(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) skipped 16:06:19 [2019-07-19T20:06:19.696Z] testGetKernelProviderNoKernel1(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.017 s 16:06:19 [2019-07-19T20:06:19.696Z] testGetKernelProviderNoKernel2(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.057 s 16:06:19 [2019-07-19T20:06:19.696Z] testCreateLiveSessionErrors(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) skipped 16:06:19 [2019-07-19T20:06:19.696Z] testCreateChannel(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.018 s 16:06:19 [2019-07-19T20:06:19.696Z] testCreateSessionWithPrompt(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.019 s 16:06:19 [2019-07-19T20:06:19.696Z] testGetSessionNotExistVerbose(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.061 s 16:06:19 [2019-07-19T20:06:19.696Z] testVersionWithPrompt(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.025 s 16:06:19 [2019-07-19T20:06:19.696Z] testEnableSyscalls(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.018 s 16:06:19 [2019-07-19T20:06:19.696Z] testDisableChannel(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.061 s 16:06:19 [2019-07-19T20:06:19.696Z] testEnableLogLevel(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.018 s 16:06:19 [2019-07-19T20:06:19.696Z] testDestroySessionVerbose(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.018 s 16:06:19 [2019-07-19T20:06:19.696Z] testGetUstProvider(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.061 s 16:06:19 [2019-07-19T20:06:19.696Z] testCreateSnapshotSessionErrors(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.016 s 16:06:19 [2019-07-19T20:06:19.696Z] testDynamicProbe(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.017 s 16:06:19 [2019-07-19T20:06:19.696Z] testNoVersion(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.065 s 16:06:19 [2019-07-19T20:06:19.696Z] testEnablePythonLoggers(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.018 s 16:06:19 [2019-07-19T20:06:19.696Z] testGetSessionNames1(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.016 s 16:06:19 [2019-07-19T20:06:19.696Z] testGetSessionNames2(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.017 s 16:06:19 [2019-07-19T20:06:19.696Z] testCreateSession(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.054 s 16:06:19 [2019-07-19T20:06:19.696Z] testEventExcluded(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.019 s 16:06:19 [2019-07-19T20:06:19.696Z] testGetSessionNamesWithTracingGroup(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.016 s 16:06:19 [2019-07-19T20:06:19.696Z] testCreateSnapshotSession(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.061 s 16:06:19 [2019-07-19T20:06:19.696Z] testCreateSessionVariants(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.018 s 16:06:19 [2019-07-19T20:06:19.696Z] testAddContext(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.014 s 16:06:19 [2019-07-19T20:06:19.696Z] Running org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest 16:06:19 [2019-07-19T20:06:19.953Z] Tests run: 52, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.395 s - in org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest 16:06:19 [2019-07-19T20:06:19.953Z] testLttngNotInstalled(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.047 s 16:06:19 [2019-07-19T20:06:19.953Z] testUnsupportedVersion(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.003 s 16:06:19 [2019-07-19T20:06:19.953Z] testGetKernelProviderNoUstVerbose(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.004 s 16:06:19 [2019-07-19T20:06:19.953Z] testCreateSession2_1(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.005 s 16:06:19 [2019-07-19T20:06:19.953Z] testCreateSnapshotSession2_5(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.003 s 16:06:19 [2019-07-19T20:06:19.953Z] testAddContextFailure(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.004 s 16:06:19 [2019-07-19T20:06:19.953Z] testGetSessionNotExist(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.003 s 16:06:19 [2019-07-19T20:06:19.953Z] testGetSession1(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.004 s 16:06:19 [2019-07-19T20:06:19.953Z] testUstProvider2(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.004 s 16:06:19 [2019-07-19T20:06:19.953Z] testGetSessionNameGarbage(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.003 s 16:06:19 [2019-07-19T20:06:19.953Z] testGetKernelProviderNoUst1(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.004 s 16:06:19 [2019-07-19T20:06:19.953Z] testGetKernelProviderNoUst2(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.003 s 16:06:19 [2019-07-19T20:06:19.953Z] testGetKernelProviderNoUst3(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.004 s 16:06:19 [2019-07-19T20:06:19.953Z] testVersionCompiled(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.003 s 16:06:19 [2019-07-19T20:06:19.953Z] testEnableEvents(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.004 s 16:06:19 [2019-07-19T20:06:19.953Z] testGetUstProvider3(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.004 s 16:06:19 [2019-07-19T20:06:19.953Z] testEnableLog4jLoggers(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.041 s 16:06:19 [2019-07-19T20:06:19.953Z] testCreateLiveSession(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) skipped 16:06:19 [2019-07-19T20:06:19.953Z] testEnableChannel(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.003 s 16:06:19 [2019-07-19T20:06:19.953Z] testEnableJulLoggers(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.003 s 16:06:19 [2019-07-19T20:06:19.953Z] testCreateChannelUIDBuffer(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.003 s 16:06:19 [2019-07-19T20:06:19.953Z] testGetKernelProviderNoKernelVerbose(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.005 s 16:06:19 [2019-07-19T20:06:19.953Z] testDestroySession(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.011 s 16:06:19 [2019-07-19T20:06:19.953Z] testVersion(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.004 s 16:06:19 [2019-07-19T20:06:19.953Z] testCreateChannelPIDBuffer(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.003 s 16:06:19 [2019-07-19T20:06:19.953Z] testCreateSessionVerbose2_1(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.004 s 16:06:19 [2019-07-19T20:06:19.953Z] testSessionProfile(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.003 s 16:06:19 [2019-07-19T20:06:19.953Z] testGetSessionWithLive(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) skipped 16:06:19 [2019-07-19T20:06:19.953Z] testGetKernelProviderNoKernel1(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.003 s 16:06:19 [2019-07-19T20:06:19.953Z] testGetKernelProviderNoKernel2(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.004 s 16:06:19 [2019-07-19T20:06:19.953Z] testCreateLiveSessionErrors(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) skipped 16:06:19 [2019-07-19T20:06:19.953Z] testCreateChannel(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.003 s 16:06:19 [2019-07-19T20:06:19.953Z] testCreateSessionWithPrompt(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.004 s 16:06:19 [2019-07-19T20:06:19.953Z] testGetSessionNotExistVerbose(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.045 s 16:06:19 [2019-07-19T20:06:19.953Z] testVersionWithPrompt(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.005 s 16:06:19 [2019-07-19T20:06:19.953Z] testEnableSyscalls(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.004 s 16:06:19 [2019-07-19T20:06:19.953Z] testDisableChannel(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.003 s 16:06:19 [2019-07-19T20:06:19.953Z] testEnableLogLevel(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.004 s 16:06:19 [2019-07-19T20:06:19.953Z] testDestroySessionVerbose(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.085 s 16:06:19 [2019-07-19T20:06:19.953Z] testGetUstProvider(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.004 s 16:06:19 [2019-07-19T20:06:19.953Z] testCreateSnapshotSessionErrors(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.003 s 16:06:19 [2019-07-19T20:06:19.953Z] testDynamicProbe(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.004 s 16:06:19 [2019-07-19T20:06:19.953Z] testNoVersion(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.004 s 16:06:19 [2019-07-19T20:06:19.953Z] testEnablePythonLoggers(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.003 s 16:06:19 [2019-07-19T20:06:19.953Z] testGetSessionNames1(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.004 s 16:06:19 [2019-07-19T20:06:19.953Z] testGetSessionNames2(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.003 s 16:06:19 [2019-07-19T20:06:19.953Z] testCreateSession(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.003 s 16:06:19 [2019-07-19T20:06:19.953Z] testEventExcluded(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.004 s 16:06:19 [2019-07-19T20:06:19.953Z] testGetSessionNamesWithTracingGroup(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.003 s 16:06:19 [2019-07-19T20:06:19.953Z] testCreateSnapshotSession(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.004 s 16:06:19 [2019-07-19T20:06:19.953Z] testCreateSessionVariants(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.003 s 16:06:19 [2019-07-19T20:06:19.953Z] testAddContext(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.004 s 16:06:19 [2019-07-19T20:06:19.953Z] Running org.eclipse.tracecompass.lttng2.control.ui.tests.ActivatorTest 16:06:19 [2019-07-19T20:06:19.953Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.tracecompass.lttng2.control.ui.tests.ActivatorTest 16:06:19 [2019-07-19T20:06:19.953Z] testStartBundleContext(org.eclipse.tracecompass.lttng2.control.ui.tests.ActivatorTest) Time elapsed: 0 s 16:06:19 [2019-07-19T20:06:19.953Z] testActivator(org.eclipse.tracecompass.lttng2.control.ui.tests.ActivatorTest) Time elapsed: 0 s 16:06:19 [2019-07-19T20:06:19.953Z] testStopBundleContext(org.eclipse.tracecompass.lttng2.control.ui.tests.ActivatorTest) Time elapsed: 0 s 16:06:19 [2019-07-19T20:06:19.953Z] testGetDefault(org.eclipse.tracecompass.lttng2.control.ui.tests.ActivatorTest) Time elapsed: 0 s 16:06:19 [2019-07-19T20:06:19.953Z] 16:06:19 [2019-07-19T20:06:19.953Z] Results: 16:06:19 [2019-07-19T20:06:19.953Z] 16:06:19 [2019-07-19T20:06:19.953Z] Tests run: 201, Failures: 0, Errors: 0, Skipped: 9 16:06:19 [2019-07-19T20:06:19.953Z] 16:06:21 [2019-07-19T20:06:21.324Z] [INFO] All tests passed! 16:06:21 [2019-07-19T20:06:21.324Z] [INFO] 16:06:21 [2019-07-19T20:06:21.324Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.lttng2.control.ui.tests --- 16:06:21 [2019-07-19T20:06:21.324Z] [INFO] Loading execution data file /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/../../target/jacoco.exec 16:06:21 [2019-07-19T20:06:21.324Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.control.ui.tests' with 31 classes 16:06:21 [2019-07-19T20:06:21.324Z] [INFO] 16:06:21 [2019-07-19T20:06:21.324Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.lttng2.control.ui.tests --- 16:06:21 [2019-07-19T20:06:21.324Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/target/org.eclipse.tracecompass.lttng2.control.ui.tests-2.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.control.ui.tests/2.0.2-SNAPSHOT/org.eclipse.tracecompass.lttng2.control.ui.tests-2.0.2-SNAPSHOT.jar 16:06:21 [2019-07-19T20:06:21.324Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.control.ui.tests/2.0.2-SNAPSHOT/org.eclipse.tracecompass.lttng2.control.ui.tests-2.0.2-SNAPSHOT.pom 16:06:21 [2019-07-19T20:06:21.324Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/target/org.eclipse.tracecompass.lttng2.control.ui.tests-2.0.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.control.ui.tests/2.0.2-SNAPSHOT/org.eclipse.tracecompass.lttng2.control.ui.tests-2.0.2-SNAPSHOT-sources.jar 16:06:21 [2019-07-19T20:06:21.324Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/target/org.eclipse.tracecompass.lttng2.control.ui.tests-2.0.2-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.control.ui.tests/2.0.2-SNAPSHOT/org.eclipse.tracecompass.lttng2.control.ui.tests-2.0.2-SNAPSHOT-pack200.jar.pack.gz 16:06:21 [2019-07-19T20:06:21.324Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.control.ui.tests/2.0.2-SNAPSHOT/org.eclipse.tracecompass.lttng2.control.ui.tests-2.0.2-SNAPSHOT-p2metadata.xml 16:06:21 [2019-07-19T20:06:21.324Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.control.ui.tests/2.0.2-SNAPSHOT/org.eclipse.tracecompass.lttng2.control.ui.tests-2.0.2-SNAPSHOT-p2artifacts.xml 16:06:21 [2019-07-19T20:06:21.324Z] [INFO] 16:06:21 [2019-07-19T20:06:21.324Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.lttng2.control.ui.tests --- 16:06:21 [2019-07-19T20:06:21.324Z] [INFO] 16:06:21 [2019-07-19T20:06:21.324Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.kernel.ui >-- 16:06:21 [2019-07-19T20:06:21.324Z] [INFO] Building org.eclipse.tracecompass.lttng2.kernel.ui 2.0.0-SNAPSHOT [89/134] 16:06:21 [2019-07-19T20:06:21.324Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 16:06:21 [2019-07-19T20:06:21.324Z] [INFO] 16:06:21 [2019-07-19T20:06:21.324Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.lttng2.kernel.ui --- 16:06:21 [2019-07-19T20:06:21.324Z] [INFO] 16:06:21 [2019-07-19T20:06:21.324Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.lttng2.kernel.ui --- 16:06:21 [2019-07-19T20:06:21.324Z] [INFO] The project's OSGi version is 2.0.0.201907191907 16:06:21 [2019-07-19T20:06:21.324Z] [INFO] 16:06:21 [2019-07-19T20:06:21.324Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.lttng2.kernel.ui --- 16:06:21 [2019-07-19T20:06:21.324Z] [INFO] 16:06:21 [2019-07-19T20:06:21.324Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.lttng2.kernel.ui --- 16:06:21 [2019-07-19T20:06:21.324Z] [INFO] 16:06:21 [2019-07-19T20:06:21.324Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.lttng2.kernel.ui --- 16:06:21 [2019-07-19T20:06:21.324Z] [INFO] 16:06:21 [2019-07-19T20:06:21.324Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.lttng2.kernel.ui --- 16:06:21 [2019-07-19T20:06:21.324Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 16:06:21 [2019-07-19T20:06:21.324Z] [INFO] 16:06:21 [2019-07-19T20:06:21.324Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.lttng2.kernel.ui --- 16:06:21 [2019-07-19T20:06:21.324Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:06:21 [2019-07-19T20:06:21.324Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui/src/main/resources 16:06:21 [2019-07-19T20:06:21.324Z] [INFO] 16:06:21 [2019-07-19T20:06:21.324Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.lttng2.kernel.ui --- 16:06:21 [2019-07-19T20:06:21.324Z] [INFO] Compiling 3 source files to /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui/target/classes 16:06:21 [2019-07-19T20:06:21.888Z] [INFO] 16:06:21 [2019-07-19T20:06:21.888Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.lttng2.kernel.ui --- 16:06:21 [2019-07-19T20:06:21.888Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:06:21 [2019-07-19T20:06:21.888Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui/src/test/resources 16:06:21 [2019-07-19T20:06:21.888Z] [INFO] 16:06:21 [2019-07-19T20:06:21.888Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.lttng2.kernel.ui --- 16:06:21 [2019-07-19T20:06:21.888Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui/target/org.eclipse.tracecompass.lttng2.kernel.ui-2.0.0-SNAPSHOT-sources.jar 16:06:21 [2019-07-19T20:06:21.888Z] [INFO] 16:06:21 [2019-07-19T20:06:21.888Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.lttng2.kernel.ui --- 16:06:21 [2019-07-19T20:06:21.888Z] [INFO] 16:06:21 [2019-07-19T20:06:21.888Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.lttng2.kernel.ui --- 16:06:21 [2019-07-19T20:06:21.888Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui/target/org.eclipse.tracecompass.lttng2.kernel.ui-2.0.0-SNAPSHOT.jar 16:06:21 [2019-07-19T20:06:21.888Z] [INFO] 16:06:21 [2019-07-19T20:06:21.888Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.lttng2.kernel.ui --- 16:06:21 [2019-07-19T20:06:21.888Z] [INFO] 16:06:21 [2019-07-19T20:06:21.888Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.lttng2.kernel.ui --- 16:06:21 [2019-07-19T20:06:21.888Z] [INFO] 16:06:21 [2019-07-19T20:06:21.888Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.lttng2.kernel.ui --- 16:06:21 [2019-07-19T20:06:21.888Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui/target/org.eclipse.tracecompass.lttng2.kernel.ui-2.0.0-SNAPSHOT.jar 16:06:21 [2019-07-19T20:06:21.888Z] [INFO] 16:06:21 [2019-07-19T20:06:21.888Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.lttng2.kernel.ui --- 16:06:21 [2019-07-19T20:06:21.888Z] [INFO] 16:06:21 [2019-07-19T20:06:21.888Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.lttng2.kernel.ui --- 16:06:21 [2019-07-19T20:06:21.888Z] [INFO] Loading execution data file /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui/../../target/jacoco.exec 16:06:21 [2019-07-19T20:06:21.888Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.kernel.ui' with 3 classes 16:06:22 [2019-07-19T20:06:22.145Z] [INFO] 16:06:22 [2019-07-19T20:06:22.145Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.lttng2.kernel.ui --- 16:06:22 [2019-07-19T20:06:22.145Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui/target/org.eclipse.tracecompass.lttng2.kernel.ui-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.kernel.ui/2.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.kernel.ui-2.0.0-SNAPSHOT.jar 16:06:22 [2019-07-19T20:06:22.145Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.kernel.ui/2.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.kernel.ui-2.0.0-SNAPSHOT.pom 16:06:22 [2019-07-19T20:06:22.145Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui/target/org.eclipse.tracecompass.lttng2.kernel.ui-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.kernel.ui/2.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.kernel.ui-2.0.0-SNAPSHOT-sources.jar 16:06:22 [2019-07-19T20:06:22.145Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui/target/org.eclipse.tracecompass.lttng2.kernel.ui-2.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.kernel.ui/2.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.kernel.ui-2.0.0-SNAPSHOT-pack200.jar.pack.gz 16:06:22 [2019-07-19T20:06:22.145Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.kernel.ui/2.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.kernel.ui-2.0.0-SNAPSHOT-p2metadata.xml 16:06:22 [2019-07-19T20:06:22.145Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.kernel.ui/2.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.kernel.ui-2.0.0-SNAPSHOT-p2artifacts.xml 16:06:22 [2019-07-19T20:06:22.145Z] [INFO] 16:06:22 [2019-07-19T20:06:22.145Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.lttng2.kernel.ui --- 16:06:22 [2019-07-19T20:06:22.145Z] [INFO] 16:06:22 [2019-07-19T20:06:22.145Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.kernel >--- 16:06:22 [2019-07-19T20:06:22.145Z] [INFO] Building org.eclipse.tracecompass.lttng2.kernel 5.0.0-SNAPSHOT [90/134] 16:06:22 [2019-07-19T20:06:22.145Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- 16:06:22 [2019-07-19T20:06:22.145Z] [INFO] 16:06:22 [2019-07-19T20:06:22.145Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.lttng2.kernel --- 16:06:22 [2019-07-19T20:06:22.145Z] [INFO] Deleting /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel/target 16:06:22 [2019-07-19T20:06:22.145Z] [INFO] 16:06:22 [2019-07-19T20:06:22.145Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tracecompass.lttng2.kernel --- 16:06:22 [2019-07-19T20:06:22.145Z] [INFO] The project's OSGi version is 5.0.0.201907191907 16:06:22 [2019-07-19T20:06:22.145Z] [INFO] 16:06:22 [2019-07-19T20:06:22.145Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.lttng2.kernel --- 16:06:22 [2019-07-19T20:06:22.145Z] [INFO] 16:06:22 [2019-07-19T20:06:22.145Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.lttng2.kernel --- 16:06:22 [2019-07-19T20:06:22.145Z] [INFO] 16:06:22 [2019-07-19T20:06:22.145Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.lttng2.kernel --- 16:06:22 [2019-07-19T20:06:22.145Z] [INFO] 16:06:22 [2019-07-19T20:06:22.145Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.lttng2.kernel --- 16:06:22 [2019-07-19T20:06:22.145Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 16:06:22 [2019-07-19T20:06:22.145Z] [INFO] 16:06:22 [2019-07-19T20:06:22.145Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.lttng2.kernel --- 16:06:22 [2019-07-19T20:06:22.145Z] [INFO] 16:06:22 [2019-07-19T20:06:22.145Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.lttng2.kernel --- 16:06:22 [2019-07-19T20:06:22.145Z] [INFO] 16:06:22 [2019-07-19T20:06:22.145Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.tracecompass.lttng2.kernel --- 16:06:22 [2019-07-19T20:06:22.145Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel/target/org.eclipse.tracecompass.lttng2.kernel-5.0.0-SNAPSHOT.jar 16:06:22 [2019-07-19T20:06:22.145Z] [INFO] 16:06:22 [2019-07-19T20:06:22.145Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.lttng2.kernel --- 16:06:22 [2019-07-19T20:06:22.145Z] [INFO] 16:06:22 [2019-07-19T20:06:22.145Z] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tracecompass.lttng2.kernel --- 16:06:22 [2019-07-19T20:06:22.145Z] [INFO] 16:06:22 [2019-07-19T20:06:22.145Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.lttng2.kernel --- 16:06:22 [2019-07-19T20:06:22.145Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel/target/org.eclipse.tracecompass.lttng2.kernel-5.0.0-SNAPSHOT-sources-feature.jar 16:06:22 [2019-07-19T20:06:22.402Z] [INFO] 16:06:22 [2019-07-19T20:06:22.402Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.lttng2.kernel --- 16:06:22 [2019-07-19T20:06:22.402Z] [INFO] 16:06:22 [2019-07-19T20:06:22.402Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.lttng2.kernel --- 16:06:22 [2019-07-19T20:06:22.402Z] [INFO] 16:06:22 [2019-07-19T20:06:22.402Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.lttng2.kernel --- 16:06:22 [2019-07-19T20:06:22.402Z] [INFO] Skipping JaCoCo execution due to missing classes directory. 16:06:22 [2019-07-19T20:06:22.402Z] [INFO] 16:06:22 [2019-07-19T20:06:22.402Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.lttng2.kernel --- 16:06:22 [2019-07-19T20:06:22.402Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel/target/org.eclipse.tracecompass.lttng2.kernel-5.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.kernel/5.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.kernel-5.0.0-SNAPSHOT.jar 16:06:22 [2019-07-19T20:06:22.402Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.kernel/5.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.kernel-5.0.0-SNAPSHOT.pom 16:06:22 [2019-07-19T20:06:22.402Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel/target/org.eclipse.tracecompass.lttng2.kernel-5.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.kernel/5.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.kernel-5.0.0-SNAPSHOT-sources-feature.jar 16:06:22 [2019-07-19T20:06:22.402Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.kernel/5.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.kernel-5.0.0-SNAPSHOT-p2metadata.xml 16:06:22 [2019-07-19T20:06:22.402Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.kernel/5.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.kernel-5.0.0-SNAPSHOT-p2artifacts.xml 16:06:22 [2019-07-19T20:06:22.402Z] [INFO] 16:06:22 [2019-07-19T20:06:22.402Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.lttng2.kernel --- 16:06:22 [2019-07-19T20:06:22.402Z] [INFO] 16:06:22 [2019-07-19T20:06:22.402Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.analysis.xml.core.tests >-- 16:06:22 [2019-07-19T20:06:22.402Z] [INFO] Building org.eclipse.tracecompass.tmf.analysis.xml.core.tests 1.0.9-SNAPSHOT [91/134] 16:06:22 [2019-07-19T20:06:22.402Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- 16:06:22 [2019-07-19T20:06:22.402Z] [INFO] 16:06:22 [2019-07-19T20:06:22.402Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.tmf.analysis.xml.core.tests --- 16:06:22 [2019-07-19T20:06:22.402Z] [INFO] 16:06:22 [2019-07-19T20:06:22.402Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.tmf.analysis.xml.core.tests --- 16:06:22 [2019-07-19T20:06:22.402Z] [INFO] The project's OSGi version is 1.0.9.201907191907 16:06:22 [2019-07-19T20:06:22.402Z] [INFO] 16:06:22 [2019-07-19T20:06:22.402Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.tmf.analysis.xml.core.tests --- 16:06:22 [2019-07-19T20:06:22.402Z] [INFO] 16:06:22 [2019-07-19T20:06:22.402Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.tmf.analysis.xml.core.tests --- 16:06:22 [2019-07-19T20:06:22.402Z] [INFO] 16:06:22 [2019-07-19T20:06:22.402Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.tmf.analysis.xml.core.tests --- 16:06:22 [2019-07-19T20:06:22.402Z] [INFO] 16:06:22 [2019-07-19T20:06:22.402Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.tmf.analysis.xml.core.tests --- 16:06:22 [2019-07-19T20:06:22.402Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 16:06:22 [2019-07-19T20:06:22.402Z] [INFO] 16:06:22 [2019-07-19T20:06:22.402Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.tmf.analysis.xml.core.tests --- 16:06:22 [2019-07-19T20:06:22.402Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:06:22 [2019-07-19T20:06:22.402Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/src/main/resources 16:06:22 [2019-07-19T20:06:22.402Z] [INFO] 16:06:22 [2019-07-19T20:06:22.402Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.tmf.analysis.xml.core.tests --- 16:06:22 [2019-07-19T20:06:22.402Z] [INFO] Compiling 36 source files to /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/target/classes 16:06:22 [2019-07-19T20:06:22.966Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/src/org/eclipse/tracecompass/tmf/analysis/xml/core/tests/module/XmlTimeGraphDataProviderTest.java:[152] 16:06:22 [2019-07-19T20:06:22.966Z] TmfModelResponse<@NonNull TimeGraphModel> rowResponse = provider.fetchRowModel(FetchParametersUtils.selectionTimeQueryToMap(new SelectionTimeQueryFilter(1, 20, 20, tree.keySet())), null); 16:06:22 [2019-07-19T20:06:22.966Z] ^^^^^^^^^^^^^ 16:06:22 [2019-07-19T20:06:22.966Z] Null type safety (type annotations): The expression of type '@NonNull Set<Long>' needs unchecked conversion to conform to '@NonNull Collection<@NonNull Long>', corresponding supertype is 'Collection<Long>' 16:06:22 [2019-07-19T20:06:22.966Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/stubs/org/eclipse/tracecompass/tmf/analysis/xml/core/tests/stubs/XmlSchemaParserStub.java:[42] 16:06:22 [2019-07-19T20:06:22.966Z] IAnalysisModuleHelper helper = new OtherModuleHelperStub(xmlFile, node); 16:06:22 [2019-07-19T20:06:22.966Z] ^^^^ 16:06:22 [2019-07-19T20:06:22.966Z] Null type safety (type annotations): The expression of type 'Element' needs unchecked conversion to conform to '@NonNull Element' 16:06:22 [2019-07-19T20:06:22.966Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/stubs/org/eclipse/tracecompass/tmf/analysis/xml/core/tests/stubs/XmlSchemaParserStub.java:[51] 16:06:22 [2019-07-19T20:06:22.966Z] IAnalysisModuleHelper helper = new OtherModuleHelperStub(xmlFile, node); 16:06:22 [2019-07-19T20:06:22.966Z] ^^^^ 16:06:22 [2019-07-19T20:06:22.966Z] Null type safety (type annotations): The expression of type 'Element' needs unchecked conversion to conform to '@NonNull Element' 16:06:22 [2019-07-19T20:06:22.966Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/src/org/eclipse/tracecompass/tmf/analysis/xml/core/tests/module/XmlXyDataProviderTest.java:[172] 16:06:22 [2019-07-19T20:06:22.966Z] TmfModelResponse<@NonNull ITmfXyModel> rowResponse = xyProvider.fetchXY(FetchParametersUtils.selectionTimeQueryToMap(new SelectionTimeQueryFilter(1, 20, 20, tree.keySet())), null); 16:06:22 [2019-07-19T20:06:22.966Z] ^^^^^^^^^^^^^ 16:06:22 [2019-07-19T20:06:22.966Z] Null type safety (type annotations): The expression of type '@NonNull Set<Long>' needs unchecked conversion to conform to '@NonNull Collection<@NonNull Long>', corresponding supertype is 'Collection<Long>' 16:06:22 [2019-07-19T20:06:22.966Z] 4 problems (4 warnings) 16:06:22 [2019-07-19T20:06:22.966Z] [INFO] 16:06:22 [2019-07-19T20:06:22.966Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.tmf.analysis.xml.core.tests --- 16:06:22 [2019-07-19T20:06:22.966Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:06:22 [2019-07-19T20:06:22.966Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/src/test/resources 16:06:22 [2019-07-19T20:06:22.966Z] [INFO] 16:06:22 [2019-07-19T20:06:22.966Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.tmf.analysis.xml.core.tests --- 16:06:22 [2019-07-19T20:06:22.966Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/target/org.eclipse.tracecompass.tmf.analysis.xml.core.tests-1.0.9-SNAPSHOT-sources.jar 16:06:22 [2019-07-19T20:06:22.966Z] [INFO] 16:06:22 [2019-07-19T20:06:22.966Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.tmf.analysis.xml.core.tests --- 16:06:22 [2019-07-19T20:06:22.966Z] [INFO] 16:06:22 [2019-07-19T20:06:22.966Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.tmf.analysis.xml.core.tests --- 16:06:22 [2019-07-19T20:06:22.966Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/target/org.eclipse.tracecompass.tmf.analysis.xml.core.tests-1.0.9-SNAPSHOT.jar 16:06:22 [2019-07-19T20:06:22.966Z] [INFO] 16:06:22 [2019-07-19T20:06:22.966Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.tmf.analysis.xml.core.tests --- 16:06:22 [2019-07-19T20:06:22.966Z] [INFO] 16:06:22 [2019-07-19T20:06:22.966Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.tmf.analysis.xml.core.tests --- 16:06:22 [2019-07-19T20:06:22.966Z] [INFO] 16:06:22 [2019-07-19T20:06:22.966Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.tmf.analysis.xml.core.tests --- 16:06:22 [2019-07-19T20:06:22.966Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/target/org.eclipse.tracecompass.tmf.analysis.xml.core.tests-1.0.9-SNAPSHOT.jar 16:06:23 [2019-07-19T20:06:23.222Z] [INFO] 16:06:23 [2019-07-19T20:06:23.222Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.tmf.analysis.xml.core.tests --- 16:06:23 [2019-07-19T20:06:23.222Z] [INFO] 16:06:23 [2019-07-19T20:06:23.222Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.tmf.analysis.xml.core.tests --- 16:06:24 [2019-07-19T20:06:24.590Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/target/work/data/.metadata/.log 16:06:24 [2019-07-19T20:06:24.590Z] [INFO] Command line: 16:06:24 [2019-07-19T20:06:24.590Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog] 16:06:24 [2019-07-19T20:06:24.590Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass 16:06:27 [2019-07-19T20:06:27.868Z] !SESSION 2019-07-19 20:06:24.527 ----------------------------------------------- 16:06:27 [2019-07-19T20:06:27.868Z] eclipse.buildId=unknown 16:06:27 [2019-07-19T20:06:27.868Z] java.version=1.8.0_202 16:06:27 [2019-07-19T20:06:27.868Z] java.vendor=Oracle Corporation 16:06:27 [2019-07-19T20:06:27.868Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US 16:06:27 [2019-07-19T20:06:27.868Z] Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/target/surefire.properties -product org.eclipse.platform.ide 16:06:27 [2019-07-19T20:06:27.868Z] Command-line arguments: -data /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog 16:06:27 [2019-07-19T20:06:27.868Z] 16:06:27 [2019-07-19T20:06:27.868Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-19 20:06:27.573 16:06:27 [2019-07-19T20:06:27.868Z] !MESSAGE FrameworkEvent ERROR 16:06:27 [2019-07-19T20:06:27.868Z] !STACK 0 16:06:27 [2019-07-19T20:06:27.868Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [61] 16:06:27 [2019-07-19T20:06:27.868Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 16:06:27 [2019-07-19T20:06:27.868Z] 16:06:27 [2019-07-19T20:06:27.868Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 16:06:27 [2019-07-19T20:06:27.868Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 16:06:27 [2019-07-19T20:06:27.868Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 16:06:27 [2019-07-19T20:06:27.868Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 16:06:27 [2019-07-19T20:06:27.868Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 16:06:27 [2019-07-19T20:06:27.868Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 16:06:27 [2019-07-19T20:06:27.868Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 16:06:27 [2019-07-19T20:06:27.868Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 16:06:27 [2019-07-19T20:06:27.868Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 16:06:27 [2019-07-19T20:06:27.868Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 16:06:27 [2019-07-19T20:06:27.868Z] 16:06:27 [2019-07-19T20:06:27.868Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-19 20:06:27.721 16:06:27 [2019-07-19T20:06:27.868Z] !MESSAGE FrameworkEvent ERROR 16:06:27 [2019-07-19T20:06:27.868Z] !STACK 0 16:06:27 [2019-07-19T20:06:27.868Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [130] 16:06:27 [2019-07-19T20:06:27.868Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 16:06:27 [2019-07-19T20:06:27.868Z] Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)" 16:06:27 [2019-07-19T20:06:27.868Z] -> Export-Package: org.apache.http.impl.auth.win; bundle-symbolic-name="org.apache.httpcomponents.httpclient.win"; bundle-version="4.5.6.v20190213-1947"; version="4.5.6"; x-internal:="true"; uses:="org.apache.http,org.apache.http.auth,org.apache.http.client,org.apache.http.impl.auth,org.apache.http.protocol,org.apache.http.util" 16:06:27 [2019-07-19T20:06:27.868Z] org.apache.httpcomponents.httpclient.win [35] 16:06:27 [2019-07-19T20:06:27.868Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 16:06:27 [2019-07-19T20:06:27.868Z] 16:06:27 [2019-07-19T20:06:27.868Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 16:06:27 [2019-07-19T20:06:27.868Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 16:06:27 [2019-07-19T20:06:27.868Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 16:06:27 [2019-07-19T20:06:27.868Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 16:06:27 [2019-07-19T20:06:27.868Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 16:06:27 [2019-07-19T20:06:27.868Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 16:06:27 [2019-07-19T20:06:27.868Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 16:06:27 [2019-07-19T20:06:27.868Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 16:06:27 [2019-07-19T20:06:27.868Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 16:06:27 [2019-07-19T20:06:27.868Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 16:06:31 [2019-07-19T20:06:31.143Z] Running org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateAttributeAndLocationCuTest 16:06:31 [2019-07-19T20:06:31.143Z] 16:06:31 [2019-07-19T20:06:31.143Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 4 0 2019-07-19 20:06:31.118 16:06:31 [2019-07-19T20:06:31.143Z] !MESSAGE The value of a constant attribute should not be empty 16:06:31 [2019-07-19T20:06:31.143Z] 16:06:31 [2019-07-19T20:06:31.143Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 4 0 2019-07-19 20:06:31.120 16:06:31 [2019-07-19T20:06:31.143Z] !MESSAGE The value of an event field attribute should not be null 16:06:31 [2019-07-19T20:06:31.143Z] 16:06:31 [2019-07-19T20:06:31.143Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 4 0 2019-07-19 20:06:31.121 16:06:31 [2019-07-19T20:06:31.143Z] !MESSAGE A query state attribute should have children attributes 16:06:31 [2019-07-19T20:06:31.401Z] 16:06:31 [2019-07-19T20:06:31.401Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 4 0 2019-07-19 20:06:31.174 16:06:31 [2019-07-19T20:06:31.401Z] !MESSAGE The value of a constant attribute should not be empty 16:06:31 [2019-07-19T20:06:31.401Z] 16:06:31 [2019-07-19T20:06:31.401Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 4 0 2019-07-19 20:06:31.176 16:06:31 [2019-07-19T20:06:31.401Z] !MESSAGE Location undefined does not exist 16:06:31 [2019-07-19T20:06:31.401Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.19 s - in org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateAttributeAndLocationCuTest 16:06:31 [2019-07-19T20:06:31.401Z] testValidLocationCompilation(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateAttributeAndLocationCuTest) Time elapsed: 0.034 s 16:06:31 [2019-07-19T20:06:31.401Z] testInvalidStateAttributeCompilation(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateAttributeAndLocationCuTest) Time elapsed: 0.063 s 16:06:31 [2019-07-19T20:06:31.401Z] testValidStateAttributeCompilation(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateAttributeAndLocationCuTest) Time elapsed: 0.013 s 16:06:31 [2019-07-19T20:06:31.401Z] Running org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateValueCuTest 16:06:31 [2019-07-19T20:06:31.401Z] 16:06:31 [2019-07-19T20:06:31.401Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 4 0 2019-07-19 20:06:31.311 16:06:31 [2019-07-19T20:06:31.401Z] !MESSAGE Compiling value: value is not a parseable integer: abc 16:06:31 [2019-07-19T20:06:31.401Z] 16:06:31 [2019-07-19T20:06:31.401Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 4 0 2019-07-19 20:06:31.313 16:06:31 [2019-07-19T20:06:31.401Z] !MESSAGE Compiling value: value is not a parseable integer: 16:06:31 [2019-07-19T20:06:31.401Z] 16:06:31 [2019-07-19T20:06:31.401Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 4 0 2019-07-19 20:06:31.318 16:06:31 [2019-07-19T20:06:31.401Z] !MESSAGE Compiling value: value is not a parseable integer: abc 16:06:31 [2019-07-19T20:06:31.401Z] 16:06:31 [2019-07-19T20:06:31.401Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 4 0 2019-07-19 20:06:31.320 16:06:31 [2019-07-19T20:06:31.401Z] !MESSAGE Compiling value: value is not a parseable integer: 16:06:31 [2019-07-19T20:06:31.401Z] 16:06:31 [2019-07-19T20:06:31.401Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 4 0 2019-07-19 20:06:31.382 16:06:31 [2019-07-19T20:06:31.401Z] !MESSAGE The mapping group undefined does not exist in this analysis 16:06:31 [2019-07-19T20:06:31.401Z] 16:06:31 [2019-07-19T20:06:31.401Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 4 0 2019-07-19 20:06:31.388 16:06:31 [2019-07-19T20:06:31.401Z] !MESSAGE Compiling value: value is not a parseable integer: not int 16:06:31 [2019-07-19T20:06:31.401Z] 16:06:31 [2019-07-19T20:06:31.401Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 4 0 2019-07-19 20:06:31.391 16:06:31 [2019-07-19T20:06:31.401Z] !MESSAGE A query state value should have children attributes 16:06:31 [2019-07-19T20:06:31.401Z] 16:06:31 [2019-07-19T20:06:31.401Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 4 0 2019-07-19 20:06:31.393 16:06:31 [2019-07-19T20:06:31.401Z] !MESSAGE The value of a constant attribute should not be empty 16:06:31 [2019-07-19T20:06:31.659Z] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s - in org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateValueCuTest 16:06:31 [2019-07-19T20:06:31.659Z] testStateValueCompilation[0: Null state value](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateValueCuTest) Time elapsed: 0.003 s 16:06:31 [2019-07-19T20:06:31.659Z] testStateValueCompilation[1: Valid integer 1](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateValueCuTest) Time elapsed: 0.001 s 16:06:31 [2019-07-19T20:06:31.659Z] testStateValueCompilation[2: Valid integer 2 with forced type](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateValueCuTest) Time elapsed: 0.001 s 16:06:31 [2019-07-19T20:06:31.659Z] testStateValueCompilation[3: Invalid integer](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateValueCuTest) Time elapsed: 0.003 s 16:06:31 [2019-07-19T20:06:31.659Z] testStateValueCompilation[4: Int no value](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateValueCuTest) Time elapsed: 0.002 s 16:06:31 [2019-07-19T20:06:31.659Z] testStateValueCompilation[5: Valid long 1](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateValueCuTest) Time elapsed: 0.001 s 16:06:31 [2019-07-19T20:06:31.659Z] testStateValueCompilation[6: Valid long 2](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateValueCuTest) Time elapsed: 0.001 s 16:06:31 [2019-07-19T20:06:31.659Z] testStateValueCompilation[7: Invalid long](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateValueCuTest) Time elapsed: 0.002 s 16:06:31 [2019-07-19T20:06:31.659Z] testStateValueCompilation[8: Long no value](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateValueCuTest) Time elapsed: 0.002 s 16:06:31 [2019-07-19T20:06:31.659Z] testStateValueCompilation[9: Valid string 1](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateValueCuTest) Time elapsed: 0.049 s 16:06:31 [2019-07-19T20:06:31.659Z] testStateValueCompilation[10: Valid string 2](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateValueCuTest) Time elapsed: 0.001 s 16:06:31 [2019-07-19T20:06:31.659Z] testStateValueCompilation[11: String no value](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateValueCuTest) Time elapsed: 0 s 16:06:31 [2019-07-19T20:06:31.659Z] testStateValueCompilation[12: Delete value](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateValueCuTest) Time elapsed: 0.002 s 16:06:31 [2019-07-19T20:06:31.659Z] testStateValueCompilation[13: Delete value with ignored params](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateValueCuTest) Time elapsed: 0.001 s 16:06:31 [2019-07-19T20:06:31.659Z] testStateValueCompilation[14: Event name](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateValueCuTest) Time elapsed: 0.001 s 16:06:31 [2019-07-19T20:06:31.659Z] testStateValueCompilation[15: Event name with params](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateValueCuTest) Time elapsed: 0.001 s 16:06:31 [2019-07-19T20:06:31.659Z] testStateValueCompilation[16: Event field](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateValueCuTest) Time elapsed: 0.001 s 16:06:31 [2019-07-19T20:06:31.659Z] testStateValueCompilation[17: Unknown mapping group](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateValueCuTest) Time elapsed: 0.002 s 16:06:31 [2019-07-19T20:06:31.659Z] testStateValueCompilation[18: Valid script](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateValueCuTest) Time elapsed: 0.003 s 16:06:31 [2019-07-19T20:06:31.659Z] testStateValueCompilation[19: Script with children](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateValueCuTest) Time elapsed: 0.001 s 16:06:31 [2019-07-19T20:06:31.659Z] testStateValueCompilation[20: Script with invalid children](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateValueCuTest) Time elapsed: 0.002 s 16:06:31 [2019-07-19T20:06:31.659Z] testStateValueCompilation[21: Query](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateValueCuTest) Time elapsed: 0.001 s 16:06:31 [2019-07-19T20:06:31.659Z] testStateValueCompilation[22: Query no children](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateValueCuTest) Time elapsed: 0.002 s 16:06:31 [2019-07-19T20:06:31.659Z] testStateValueCompilation[23: Query with invalid children](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateValueCuTest) Time elapsed: 0.002 s 16:06:31 [2019-07-19T20:06:31.659Z] Running org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlActionCuTest 16:06:31 [2019-07-19T20:06:31.659Z] 16:06:31 [2019-07-19T20:06:31.659Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 4 0 2019-07-19 20:06:31.487 16:06:31 [2019-07-19T20:06:31.659Z] !MESSAGE Segment time: only one of <duration> or <end> shoud be present 16:06:31 [2019-07-19T20:06:31.659Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s - in org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlActionCuTest 16:06:31 [2019-07-19T20:06:31.659Z] testAction[0: type_and_end](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlActionCuTest) Time elapsed: 0.061 s 16:06:31 [2019-07-19T20:06:31.659Z] testAction[1: just_type](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlActionCuTest) Time elapsed: 0.001 s 16:06:31 [2019-07-19T20:06:31.659Z] testAction[2: type_and_duration](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlActionCuTest) Time elapsed: 0.002 s 16:06:31 [2019-07-19T20:06:31.659Z] testAction[3: inline_name](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlActionCuTest) Time elapsed: 0.002 s 16:06:31 [2019-07-19T20:06:31.659Z] testAction[4: invalid_segment_and_duration](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlActionCuTest) Time elapsed: 0.002 s 16:06:31 [2019-07-19T20:06:31.659Z] Running org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlFsmCuTest 16:06:31 [2019-07-19T20:06:31.659Z] 16:06:31 [2019-07-19T20:06:31.659Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-19 20:06:31.577 16:06:31 [2019-07-19T20:06:31.659Z] !MESSAGE Fsm one_state_final: a state was defined without transition. You may get stuck there 16:06:31 [2019-07-19T20:06:31.915Z] 16:06:31 [2019-07-19T20:06:31.915Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-19 20:06:31.697 16:06:31 [2019-07-19T20:06:31.915Z] !MESSAGE State Transition: Transition used a condition, there should be only 'events' and 'cond' attributes 16:06:31 [2019-07-19T20:06:31.915Z] 16:06:31 [2019-07-19T20:06:31.915Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 4 0 2019-07-19 20:06:31.714 16:06:31 [2019-07-19T20:06:31.915Z] !MESSAGE State Transition: Undefined action: action1 16:06:31 [2019-07-19T20:06:31.915Z] 16:06:31 [2019-07-19T20:06:31.915Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 4 0 2019-07-19 20:06:31.772 16:06:31 [2019-07-19T20:06:31.915Z] !MESSAGE State Transition: Undefined condition: test1 16:06:31 [2019-07-19T20:06:31.915Z] 16:06:31 [2019-07-19T20:06:31.915Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 4 0 2019-07-19 20:06:31.776 16:06:31 [2019-07-19T20:06:31.916Z] !MESSAGE State Transition: Undefined condition: test1 16:06:31 [2019-07-19T20:06:31.916Z] 16:06:31 [2019-07-19T20:06:31.916Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-19 20:06:31.779 16:06:31 [2019-07-19T20:06:31.916Z] !MESSAGE Fsm valid_no_initial: a state was defined without transition. You may get stuck there 16:06:31 [2019-07-19T20:06:31.916Z] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.274 s - in org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlFsmCuTest 16:06:31 [2019-07-19T20:06:31.916Z] testFsm[0: one_state_final](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlFsmCuTest) Time elapsed: 0.078 s 16:06:31 [2019-07-19T20:06:31.916Z] testFsm[1: one_state_loop](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlFsmCuTest) Time elapsed: 0.009 s 16:06:31 [2019-07-19T20:06:31.916Z] testFsm[2: save_and_clear_fields](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlFsmCuTest) Time elapsed: 0.007 s 16:06:31 [2019-07-19T20:06:31.916Z] testFsm[3: multiple_actions_and_tests](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlFsmCuTest) Time elapsed: 0.061 s 16:06:31 [2019-07-19T20:06:31.916Z] testFsm[4: multiple_states_and_transitions](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlFsmCuTest) Time elapsed: 0.009 s 16:06:31 [2019-07-19T20:06:31.916Z] testFsm[5: on_entry_exit](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlFsmCuTest) Time elapsed: 0.005 s 16:06:31 [2019-07-19T20:06:31.916Z] testFsm[6: with_precondition](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlFsmCuTest) Time elapsed: 0.01 s 16:06:31 [2019-07-19T20:06:31.916Z] testFsm[7: initial state](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlFsmCuTest) Time elapsed: 0.005 s 16:06:31 [2019-07-19T20:06:31.916Z] testFsm[8: initial_element](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlFsmCuTest) Time elapsed: 0.004 s 16:06:31 [2019-07-19T20:06:31.916Z] testFsm[9: undefined_action](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlFsmCuTest) Time elapsed: 0.004 s 16:06:31 [2019-07-19T20:06:31.916Z] testFsm[10: undefined_condition](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlFsmCuTest) Time elapsed: 0.058 s 16:06:31 [2019-07-19T20:06:31.916Z] testFsm[11: undefined_target](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlFsmCuTest) Time elapsed: 0.003 s 16:06:31 [2019-07-19T20:06:31.916Z] testFsm[12: valid_no_initial](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlFsmCuTest) Time elapsed: 0.004 s 16:06:31 [2019-07-19T20:06:31.916Z] Running org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.TmfXmlConditionTest 16:06:35 [2019-07-19T20:06:35.190Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.24 s - in org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.TmfXmlConditionTest 16:06:35 [2019-07-19T20:06:35.190Z] testConditionsPattern(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.TmfXmlConditionTest) Time elapsed: 2.005 s 16:06:35 [2019-07-19T20:06:35.190Z] testConditionsValidation(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.TmfXmlConditionTest) Time elapsed: 1.233 s 16:06:35 [2019-07-19T20:06:35.190Z] Running org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.StateProviderTest 16:06:38 [2019-07-19T20:06:38.468Z] 16:06:38 [2019-07-19T20:06:38.468Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-19 20:06:37.938 16:06:38 [2019-07-19T20:06:38.468Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread] 16:06:38 [2019-07-19T20:06:38.468Z] 16:06:38 [2019-07-19T20:06:38.468Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-19 20:06:37.939 16:06:38 [2019-07-19T20:06:38.468Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread] 16:06:38 [2019-07-19T20:06:38.468Z] 16:06:38 [2019-07-19T20:06:38.468Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-19 20:06:37.940 16:06:38 [2019-07-19T20:06:38.468Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread] 16:06:38 [2019-07-19T20:06:38.468Z] 16:06:38 [2019-07-19T20:06:38.468Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-19 20:06:37.941 16:06:38 [2019-07-19T20:06:38.468Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread] 16:06:38 [2019-07-19T20:06:38.468Z] 16:06:38 [2019-07-19T20:06:38.468Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-19 20:06:37.942 16:06:38 [2019-07-19T20:06:38.468Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread] 16:06:38 [2019-07-19T20:06:38.468Z] 16:06:38 [2019-07-19T20:06:38.468Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-19 20:06:37.943 16:06:38 [2019-07-19T20:06:38.468Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread] 16:06:38 [2019-07-19T20:06:38.468Z] 16:06:38 [2019-07-19T20:06:38.468Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-19 20:06:37.944 16:06:38 [2019-07-19T20:06:38.468Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread] 16:06:38 [2019-07-19T20:06:38.468Z] 16:06:38 [2019-07-19T20:06:38.468Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-19 20:06:37.944 16:06:38 [2019-07-19T20:06:38.468Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread] 16:06:38 [2019-07-19T20:06:38.468Z] 16:06:38 [2019-07-19T20:06:38.468Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-19 20:06:37.945 16:06:38 [2019-07-19T20:06:38.468Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread] 16:06:38 [2019-07-19T20:06:38.468Z] 16:06:38 [2019-07-19T20:06:38.468Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-19 20:06:37.946 16:06:38 [2019-07-19T20:06:38.468Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread] 16:06:38 [2019-07-19T20:06:38.468Z] 16:06:38 [2019-07-19T20:06:38.468Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-19 20:06:37.970 16:06:38 [2019-07-19T20:06:38.468Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread] 16:06:38 [2019-07-19T20:06:38.468Z] 16:06:38 [2019-07-19T20:06:38.468Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-19 20:06:37.971 16:06:38 [2019-07-19T20:06:38.468Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread] 16:06:38 [2019-07-19T20:06:38.468Z] 16:06:38 [2019-07-19T20:06:38.468Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-19 20:06:37.972 16:06:38 [2019-07-19T20:06:38.468Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread] 16:06:38 [2019-07-19T20:06:38.468Z] 16:06:38 [2019-07-19T20:06:38.468Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-19 20:06:37.972 16:06:38 [2019-07-19T20:06:38.468Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread] 16:06:38 [2019-07-19T20:06:38.468Z] 16:06:38 [2019-07-19T20:06:38.468Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-19 20:06:37.973 16:06:38 [2019-07-19T20:06:38.468Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread] 16:06:38 [2019-07-19T20:06:38.468Z] 16:06:38 [2019-07-19T20:06:38.468Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-19 20:06:37.974 16:06:38 [2019-07-19T20:06:38.468Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread] 16:06:38 [2019-07-19T20:06:38.468Z] 16:06:38 [2019-07-19T20:06:38.468Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-19 20:06:37.975 16:06:38 [2019-07-19T20:06:38.468Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread] 16:06:38 [2019-07-19T20:06:38.468Z] 16:06:38 [2019-07-19T20:06:38.468Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-19 20:06:37.975 16:06:38 [2019-07-19T20:06:38.468Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread] 16:06:38 [2019-07-19T20:06:38.468Z] 16:06:38 [2019-07-19T20:06:38.468Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-19 20:06:37.976 16:06:38 [2019-07-19T20:06:38.468Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread] 16:06:38 [2019-07-19T20:06:38.468Z] 16:06:38 [2019-07-19T20:06:38.468Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-19 20:06:37.976 16:06:38 [2019-07-19T20:06:38.468Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread] 16:06:38 [2019-07-19T20:06:38.468Z] 16:06:38 [2019-07-19T20:06:38.468Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-19 20:06:37.977 16:06:38 [2019-07-19T20:06:38.468Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread] 16:06:38 [2019-07-19T20:06:38.468Z] 16:06:38 [2019-07-19T20:06:38.468Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-19 20:06:37.978 16:06:38 [2019-07-19T20:06:38.468Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread] 16:06:38 [2019-07-19T20:06:38.468Z] 16:06:38 [2019-07-19T20:06:38.468Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-19 20:06:37.979 16:06:38 [2019-07-19T20:06:38.468Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread] 16:06:38 [2019-07-19T20:06:38.468Z] 16:06:38 [2019-07-19T20:06:38.468Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-19 20:06:37.979 16:06:38 [2019-07-19T20:06:38.468Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread] 16:06:38 [2019-07-19T20:06:38.468Z] 16:06:38 [2019-07-19T20:06:38.468Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-19 20:06:37.980 16:06:38 [2019-07-19T20:06:38.468Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread] 16:06:38 [2019-07-19T20:06:38.468Z] 16:06:38 [2019-07-19T20:06:38.468Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-19 20:06:37.980 16:06:38 [2019-07-19T20:06:38.468Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread] 16:06:38 [2019-07-19T20:06:38.468Z] 16:06:38 [2019-07-19T20:06:38.468Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-19 20:06:37.984 16:06:38 [2019-07-19T20:06:38.469Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread] 16:06:38 [2019-07-19T20:06:38.469Z] 16:06:38 [2019-07-19T20:06:38.469Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-19 20:06:37.985 16:06:38 [2019-07-19T20:06:38.469Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread] 16:06:38 [2019-07-19T20:06:38.469Z] 16:06:38 [2019-07-19T20:06:38.469Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-19 20:06:37.986 16:06:38 [2019-07-19T20:06:38.469Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread] 16:06:38 [2019-07-19T20:06:38.469Z] 16:06:38 [2019-07-19T20:06:38.469Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-19 20:06:37.986 16:06:38 [2019-07-19T20:06:38.469Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread] 16:06:53 [2019-07-19T20:06:53.323Z] 16:06:53 [2019-07-19T20:06:53.323Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 4 0 2019-07-19 20:06:52.337 16:06:53 [2019-07-19T20:06:53.323Z] !MESSAGE XmlStateProvider: Cannot find state provider element in file 16:06:53 [2019-07-19T20:06:53.323Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.039 s - in org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.StateProviderTest 16:06:53 [2019-07-19T20:06:53.323Z] testInvalidInput(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.StateProviderTest) Time elapsed: 17.329 s 16:06:53 [2019-07-19T20:06:53.323Z] testStateSystem(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.StateProviderTest) Time elapsed: 0.708 s 16:06:53 [2019-07-19T20:06:53.323Z] Running org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.StateProviderModelTest 16:06:54 [2019-07-19T20:06:54.253Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.123 s - in org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.StateProviderModelTest 16:06:54 [2019-07-19T20:06:54.253Z] testEventName(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.StateProviderModelTest) Time elapsed: 1.122 s 16:06:54 [2019-07-19T20:06:54.253Z] Running org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.ConsumingFsmTest 16:06:54 [2019-07-19T20:06:54.253Z] 16:06:54 [2019-07-19T20:06:54.253Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-19 20:06:54.240 16:06:54 [2019-07-19T20:06:54.253Z] !MESSAGE state value is type int but a mappingGroup is specified 16:06:54 [2019-07-19T20:06:54.253Z] 16:06:54 [2019-07-19T20:06:54.253Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-19 20:06:54.241 16:06:54 [2019-07-19T20:06:54.253Z] !MESSAGE state value is type int but a mappingGroup is specified 16:06:55 [2019-07-19T20:06:55.624Z] 16:06:55 [2019-07-19T20:06:55.624Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-19 20:06:55.499 16:06:55 [2019-07-19T20:06:55.624Z] !MESSAGE state value is type int but a mappingGroup is specified 16:06:55 [2019-07-19T20:06:55.624Z] 16:06:55 [2019-07-19T20:06:55.624Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-19 20:06:55.500 16:06:55 [2019-07-19T20:06:55.624Z] !MESSAGE state value is type int but a mappingGroup is specified 16:06:55 [2019-07-19T20:06:55.624Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.282 s - in org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.ConsumingFsmTest 16:06:55 [2019-07-19T20:06:55.624Z] testNonConsumingFsm(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.ConsumingFsmTest) Time elapsed: 1.261 s 16:06:55 [2019-07-19T20:06:55.624Z] testConsumingFsm(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.ConsumingFsmTest) Time elapsed: 0.02 s 16:06:55 [2019-07-19T20:06:55.624Z] Running org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.PatternProvidersTest 16:06:56 [2019-07-19T20:06:56.187Z] 16:06:56 [2019-07-19T20:06:56.187Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-19 20:06:55.913 16:06:56 [2019-07-19T20:06:56.187Z] !MESSAGE Fsm syscall: Both 'initial' attribute and <initial> element were declared. Only the 'initial' attribute will be used 16:07:00 [2019-07-19T20:07:00.359Z] 16:07:00 [2019-07-19T20:07:00.359Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-19 20:07:00.221 16:07:00 [2019-07-19T20:07:00.359Z] !MESSAGE Fsm syscall: Both 'initial' attribute and <initial> element were declared. Only the 'initial' attribute will be used 16:07:00 [2019-07-19T20:07:00.359Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.76 s - in org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.PatternProvidersTest 16:07:00 [2019-07-19T20:07:00.359Z] testSegmentStore(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.PatternProvidersTest) Time elapsed: 4.403 s 16:07:00 [2019-07-19T20:07:00.359Z] testStateSystem(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.PatternProvidersTest) Time elapsed: 0.356 s 16:07:00 [2019-07-19T20:07:00.359Z] Running org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.TmfXmlDoubleTest 16:07:01 [2019-07-19T20:07:01.730Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.12 s - in org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.TmfXmlDoubleTest 16:07:01 [2019-07-19T20:07:01.730Z] testConditionsValidation(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.TmfXmlDoubleTest) Time elapsed: 1.12 s 16:07:01 [2019-07-19T20:07:01.730Z] Running org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.PatternModuleTest 16:07:01 [2019-07-19T20:07:01.730Z] 16:07:01 [2019-07-19T20:07:01.730Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-19 20:07:01.407 16:07:01 [2019-07-19T20:07:01.730Z] !MESSAGE Fsm syscall: Both 'initial' attribute and <initial> element were declared. Only the 'initial' attribute will be used 16:07:01 [2019-07-19T20:07:01.730Z] 16:07:01 [2019-07-19T20:07:01.730Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-19 20:07:01.715 16:07:01 [2019-07-19T20:07:01.730Z] !MESSAGE Fsm syscall: Both 'initial' attribute and <initial> element were declared. Only the 'initial' attribute will be used 16:07:01 [2019-07-19T20:07:01.730Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.313 s - in org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.PatternModuleTest 16:07:01 [2019-07-19T20:07:01.730Z] testModuleExecution(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.PatternModuleTest) Time elapsed: 0.308 s 16:07:01 [2019-07-19T20:07:01.730Z] testModuleConstruction(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.PatternModuleTest) Time elapsed: 0.004 s 16:07:01 [2019-07-19T20:07:01.987Z] Running org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.TmfXmlSegmentTimestampDescriptionTest 16:07:03 [2019-07-19T20:07:03.355Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.267 s - in org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.TmfXmlSegmentTimestampDescriptionTest 16:07:03 [2019-07-19T20:07:03.355Z] testTimestampDescription(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.TmfXmlSegmentTimestampDescriptionTest) Time elapsed: 1.216 s 16:07:03 [2019-07-19T20:07:03.355Z] Running org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.StateProviderModuleTest 16:07:03 [2019-07-19T20:07:03.612Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.497 s - in org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.StateProviderModuleTest 16:07:03 [2019-07-19T20:07:03.612Z] testModuleExecution(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.StateProviderModuleTest) Time elapsed: 0.313 s 16:07:03 [2019-07-19T20:07:03.612Z] testModuleConstruction(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.StateProviderModuleTest) Time elapsed: 0.183 s 16:07:03 [2019-07-19T20:07:03.612Z] Running org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlTimeGraphDataProviderTest 16:07:05 [2019-07-19T20:07:05.510Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.677 s - in org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlTimeGraphDataProviderTest 16:07:05 [2019-07-19T20:07:05.510Z] testFactory(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlTimeGraphDataProviderTest) Time elapsed: 0.593 s 16:07:05 [2019-07-19T20:07:05.510Z] testTwoLevels(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlTimeGraphDataProviderTest) Time elapsed: 0.397 s 16:07:05 [2019-07-19T20:07:05.510Z] testNoParentDisplay(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlTimeGraphDataProviderTest) Time elapsed: 0.685 s 16:07:05 [2019-07-19T20:07:05.510Z] Running org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlAnalysisModuleSourceTest 16:07:06 [2019-07-19T20:07:06.075Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.713 s - in org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlAnalysisModuleSourceTest 16:07:06 [2019-07-19T20:07:06.075Z] testPopulateModulesWithAnalysisManager(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlAnalysisModuleSourceTest) Time elapsed: 0.316 s 16:07:06 [2019-07-19T20:07:06.075Z] testProperties(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlAnalysisModuleSourceTest) Time elapsed: 0.016 s 16:07:06 [2019-07-19T20:07:06.075Z] testPopulateModules(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlAnalysisModuleSourceTest) Time elapsed: 0.38 s 16:07:06 [2019-07-19T20:07:06.075Z] Running org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlUtilsTest 16:07:06 [2019-07-19T20:07:06.075Z] 16:07:06 [2019-07-19T20:07:06.075Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 4 0 2019-07-19 20:07:05.908 16:07:06 [2019-07-19T20:07:06.075Z] !MESSAGE XML Parsing error at line 22: cvc-enumeration-valid: Value 'an_invalid_operator' is not facet-valid with respect to enumeration '[eq, ne, ge, gt, le, lt]'. It must be a value from the enumeration. 16:07:06 [2019-07-19T20:07:06.075Z] 16:07:06 [2019-07-19T20:07:06.075Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 4 0 2019-07-19 20:07:05.919 16:07:06 [2019-07-19T20:07:06.075Z] !MESSAGE XML Parsing error at line 32: cvc-complex-type.2.4.a: Invalid content was found starting with element 'display'. One of '{id, parent, name, entry}' is expected. 16:07:06 [2019-07-19T20:07:06.075Z] 16:07:06 [2019-07-19T20:07:06.075Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 4 0 2019-07-19 20:07:05.972 16:07:06 [2019-07-19T20:07:06.075Z] !MESSAGE XML Parsing error at line 26: cvc-complex-type.2.4.d: Invalid content was found starting with element 'entry'. No child element is expected at this point. 16:07:06 [2019-07-19T20:07:06.075Z] 16:07:06 [2019-07-19T20:07:06.075Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 4 0 2019-07-19 20:07:05.983 16:07:06 [2019-07-19T20:07:06.075Z] !MESSAGE XML Parsing error at line 34: cvc-complex-type.2.4.b: The content of element 'stateProvider' is not complete. One of '{definedValue, location, mappingGroup, eventHandler}' is expected. 16:07:06 [2019-07-19T20:07:06.075Z] 16:07:06 [2019-07-19T20:07:06.075Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 4 0 2019-07-19 20:07:05.992 16:07:06 [2019-07-19T20:07:06.075Z] !MESSAGE XML Parsing error at line 6: cvc-complex-type.2.4.a: Invalid content was found starting with element 'element'. One of '{timeGraphView, xyView, stateProvider, pattern, extra}' is expected. 16:07:06 [2019-07-19T20:07:06.332Z] 16:07:06 [2019-07-19T20:07:06.332Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 4 0 2019-07-19 20:07:06.124 16:07:06 [2019-07-19T20:07:06.332Z] !MESSAGE XML Parsing error at line 6: cvc-complex-type.2.4.a: Invalid content was found starting with element 'element'. One of '{timeGraphView, xyView, stateProvider, pattern, extra}' is expected. 16:07:07 [2019-07-19T20:07:07.261Z] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.136 s - in org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlUtilsTest 16:07:07 [2019-07-19T20:07:07.261Z] testXmlValidateInvalid(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlUtilsTest) Time elapsed: 0.098 s 16:07:07 [2019-07-19T20:07:07.261Z] testXmlValidate(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlUtilsTest) Time elapsed: 0.131 s 16:07:07 [2019-07-19T20:07:07.261Z] testGetChildElements(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlUtilsTest) Time elapsed: 0.063 s 16:07:07 [2019-07-19T20:07:07.261Z] testXmlValidateValid(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlUtilsTest) Time elapsed: 0.606 s 16:07:07 [2019-07-19T20:07:07.261Z] testXmlEnableDisableFile(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlUtilsTest) Time elapsed: 0.121 s 16:07:07 [2019-07-19T20:07:07.261Z] testXmlAddFile(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlUtilsTest) Time elapsed: 0.114 s 16:07:07 [2019-07-19T20:07:07.261Z] testXmlPath(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlUtilsTest) Time elapsed: 0 s 16:07:07 [2019-07-19T20:07:07.261Z] Running org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.TmfXmlUtilsTest 16:07:07 [2019-07-19T20:07:07.519Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.227 s - in org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.TmfXmlUtilsTest 16:07:07 [2019-07-19T20:07:07.519Z] testGetChildElements(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.TmfXmlUtilsTest) Time elapsed: 0.115 s 16:07:07 [2019-07-19T20:07:07.519Z] testGetElementInFile(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.TmfXmlUtilsTest) Time elapsed: 0.111 s 16:07:07 [2019-07-19T20:07:07.519Z] Running org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlSchemaParserTest 16:07:07 [2019-07-19T20:07:07.519Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.203 s - in org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlSchemaParserTest 16:07:07 [2019-07-19T20:07:07.519Z] testExtendedModuleCreated(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlSchemaParserTest) Time elapsed: 0.091 s 16:07:07 [2019-07-19T20:07:07.519Z] testGettingSchemaParser(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlSchemaParserTest) Time elapsed: 0.001 s 16:07:07 [2019-07-19T20:07:07.519Z] testPopulateExtendedModules(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlSchemaParserTest) Time elapsed: 0.11 s 16:07:07 [2019-07-19T20:07:07.519Z] Running org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlXyDataProviderTest 16:07:08 [2019-07-19T20:07:08.451Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.568 s - in org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlXyDataProviderTest 16:07:08 [2019-07-19T20:07:08.451Z] testXYDataProvider(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlXyDataProviderTest) Time elapsed: 0.308 s 16:07:08 [2019-07-19T20:07:08.451Z] testXYDataProviderDelta(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlXyDataProviderTest) Time elapsed: 0.259 s 16:07:08 [2019-07-19T20:07:08.451Z] Running org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlDataProviderManagerTest 16:07:18 [2019-07-19T20:07:18.408Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.324 s - in org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlDataProviderManagerTest 16:07:18 [2019-07-19T20:07:18.408Z] testOneTrace(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlDataProviderManagerTest) Time elapsed: 0.397 s 16:07:18 [2019-07-19T20:07:18.408Z] testExperimentWithTraceAnalysis(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlDataProviderManagerTest) Time elapsed: 8.046 s 16:07:18 [2019-07-19T20:07:18.408Z] testExperiment(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlDataProviderManagerTest) Time elapsed: 0.551 s 16:07:18 [2019-07-19T20:07:18.408Z] testOneTraceWithExperimentAnalysis(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlDataProviderManagerTest) Time elapsed: 0.329 s 16:07:18 [2019-07-19T20:07:18.408Z] Running org.eclipse.tracecompass.tmf.analysis.xml.core.tests.model.TmfStateValueTest 16:07:18 [2019-07-19T20:07:18.408Z] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.49 s - in org.eclipse.tracecompass.tmf.analysis.xml.core.tests.model.TmfStateValueTest 16:07:18 [2019-07-19T20:07:18.408Z] testStateValueModify(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.model.TmfStateValueTest) Time elapsed: 0.08 s 16:07:18 [2019-07-19T20:07:18.408Z] testStateValueScript(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.model.TmfStateValueTest) Time elapsed: 0.035 s 16:07:18 [2019-07-19T20:07:18.408Z] testStateValueUpdate(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.model.TmfStateValueTest) Time elapsed: 0.073 s 16:07:18 [2019-07-19T20:07:18.408Z] testStateValueMapping(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.model.TmfStateValueTest) Time elapsed: 0.085 s 16:07:18 [2019-07-19T20:07:18.408Z] testStateValuePeek(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.model.TmfStateValueTest) Time elapsed: 0.09 s 16:07:18 [2019-07-19T20:07:18.408Z] testStateValueFuture(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.model.TmfStateValueTest) Time elapsed: 0.036 s 16:07:18 [2019-07-19T20:07:18.408Z] testStateValueHostId(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.model.TmfStateValueTest) Time elapsed: 0.088 s 16:07:18 [2019-07-19T20:07:18.408Z] Running org.eclipse.tracecompass.tmf.analysis.xml.core.tests.model.TmfStateValueScenarioTest 16:07:19 [2019-07-19T20:07:19.338Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.219 s - in org.eclipse.tracecompass.tmf.analysis.xml.core.tests.model.TmfStateValueScenarioTest 16:07:19 [2019-07-19T20:07:19.338Z] testAttributePool(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.model.TmfStateValueScenarioTest) Time elapsed: 1.218 s 16:07:19 [2019-07-19T20:07:19.338Z] Running org.eclipse.tracecompass.tmf.analysis.xml.core.tests.model.XmlSegmentTest 16:07:20 [2019-07-19T20:07:20.707Z] 16:07:20 [2019-07-19T20:07:20.707Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-19 20:07:20.366 16:07:20 [2019-07-19T20:07:20.707Z] !MESSAGE state value is type int but a mappingGroup is specified 16:07:20 [2019-07-19T20:07:20.707Z] 16:07:20 [2019-07-19T20:07:20.707Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-19 20:07:20.367 16:07:20 [2019-07-19T20:07:20.707Z] !MESSAGE state value is type int but a mappingGroup is specified 16:07:20 [2019-07-19T20:07:20.707Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.239 s - in org.eclipse.tracecompass.tmf.analysis.xml.core.tests.model.XmlSegmentTest 16:07:20 [2019-07-19T20:07:20.707Z] testSegmentContent(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.model.XmlSegmentTest) Time elapsed: 1.224 s 16:07:20 [2019-07-19T20:07:20.707Z] testMappingGroup(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.model.XmlSegmentTest) Time elapsed: 0.013 s 16:07:20 [2019-07-19T20:07:20.707Z] Running org.eclipse.tracecompass.tmf.analysis.xml.core.tests.model.FsmTest 16:07:20 [2019-07-19T20:07:20.707Z] 16:07:20 [2019-07-19T20:07:20.707Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-19 20:07:20.386 16:07:20 [2019-07-19T20:07:20.707Z] !MESSAGE Initial Transition: Initial transition needs the 'target' attribute to point to the real initial state. All other attributes will be ignored. If this state is meant to be the real initial state, use the 'initialState' element instead. 16:07:21 [2019-07-19T20:07:21.637Z] 16:07:21 [2019-07-19T20:07:21.637Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-19 20:07:21.597 16:07:21 [2019-07-19T20:07:21.637Z] !MESSAGE Fsm test: the 'initial' attribute was set or an <initial> element was defined. Only one of the 3 should be used. The initialState element will have precedence 16:07:23 [2019-07-19T20:07:23.006Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.419 s - in org.eclipse.tracecompass.tmf.analysis.xml.core.tests.model.FsmTest 16:07:23 [2019-07-19T20:07:23.006Z] testInitialStateDeclaration(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.model.FsmTest) Time elapsed: 0 s 16:07:23 [2019-07-19T20:07:23.006Z] testTwoInitialStates(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.model.FsmTest) Time elapsed: 0 s 16:07:23 [2019-07-19T20:07:23.006Z] testInitialStateWithCondition(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.model.FsmTest) Time elapsed: 0.001 s 16:07:23 [2019-07-19T20:07:23.006Z] Running org.eclipse.tracecompass.tmf.analysis.xml.core.tests.XmlAnalysisCorePluginTest 16:07:23 [2019-07-19T20:07:23.006Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.tracecompass.tmf.analysis.xml.core.tests.XmlAnalysisCorePluginTest 16:07:23 [2019-07-19T20:07:23.006Z] testTmfCorePluginId(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.XmlAnalysisCorePluginTest) Time elapsed: 0 s 16:07:23 [2019-07-19T20:07:23.006Z] testGetDefault(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.XmlAnalysisCorePluginTest) Time elapsed: 0 s 16:07:23 [2019-07-19T20:07:23.006Z] 16:07:23 [2019-07-19T20:07:23.006Z] Results: 16:07:23 [2019-07-19T20:07:23.006Z] 16:07:23 [2019-07-19T20:07:23.006Z] Tests run: 99, Failures: 0, Errors: 0, Skipped: 0 16:07:23 [2019-07-19T20:07:23.006Z] 16:07:23 [2019-07-19T20:07:23.938Z] [INFO] All tests passed! 16:07:23 [2019-07-19T20:07:23.938Z] [INFO] 16:07:23 [2019-07-19T20:07:23.938Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.tmf.analysis.xml.core.tests --- 16:07:23 [2019-07-19T20:07:23.938Z] [INFO] Loading execution data file /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/../../target/jacoco.exec 16:07:23 [2019-07-19T20:07:23.938Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.analysis.xml.core.tests' with 56 classes 16:07:23 [2019-07-19T20:07:23.938Z] [INFO] 16:07:23 [2019-07-19T20:07:23.938Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.tmf.analysis.xml.core.tests --- 16:07:23 [2019-07-19T20:07:23.938Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/target/org.eclipse.tracecompass.tmf.analysis.xml.core.tests-1.0.9-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/1.0.9-SNAPSHOT/org.eclipse.tracecompass.tmf.analysis.xml.core.tests-1.0.9-SNAPSHOT.jar 16:07:23 [2019-07-19T20:07:23.938Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/1.0.9-SNAPSHOT/org.eclipse.tracecompass.tmf.analysis.xml.core.tests-1.0.9-SNAPSHOT.pom 16:07:23 [2019-07-19T20:07:23.938Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/target/org.eclipse.tracecompass.tmf.analysis.xml.core.tests-1.0.9-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/1.0.9-SNAPSHOT/org.eclipse.tracecompass.tmf.analysis.xml.core.tests-1.0.9-SNAPSHOT-sources.jar 16:07:23 [2019-07-19T20:07:23.938Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/target/org.eclipse.tracecompass.tmf.analysis.xml.core.tests-1.0.9-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/1.0.9-SNAPSHOT/org.eclipse.tracecompass.tmf.analysis.xml.core.tests-1.0.9-SNAPSHOT-pack200.jar.pack.gz 16:07:23 [2019-07-19T20:07:23.938Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/1.0.9-SNAPSHOT/org.eclipse.tracecompass.tmf.analysis.xml.core.tests-1.0.9-SNAPSHOT-p2metadata.xml 16:07:23 [2019-07-19T20:07:23.938Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/1.0.9-SNAPSHOT/org.eclipse.tracecompass.tmf.analysis.xml.core.tests-1.0.9-SNAPSHOT-p2artifacts.xml 16:07:23 [2019-07-19T20:07:23.938Z] [INFO] 16:07:23 [2019-07-19T20:07:23.938Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.tmf.analysis.xml.core.tests --- 16:07:23 [2019-07-19T20:07:23.938Z] [INFO] 16:07:23 [2019-07-19T20:07:23.938Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.kernel.core.tests >-- 16:07:23 [2019-07-19T20:07:23.938Z] [INFO] Building org.eclipse.tracecompass.lttng2.kernel.core.tests 2.0.0-SNAPSHOT [92/134] 16:07:23 [2019-07-19T20:07:23.938Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- 16:07:23 [2019-07-19T20:07:23.938Z] [INFO] 16:07:23 [2019-07-19T20:07:23.938Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.lttng2.kernel.core.tests --- 16:07:23 [2019-07-19T20:07:23.938Z] [INFO] 16:07:23 [2019-07-19T20:07:23.938Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.lttng2.kernel.core.tests --- 16:07:23 [2019-07-19T20:07:23.938Z] [INFO] The project's OSGi version is 2.0.0.201907191907 16:07:23 [2019-07-19T20:07:23.938Z] [INFO] 16:07:23 [2019-07-19T20:07:23.938Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.lttng2.kernel.core.tests --- 16:07:23 [2019-07-19T20:07:23.938Z] [INFO] 16:07:23 [2019-07-19T20:07:23.938Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.lttng2.kernel.core.tests --- 16:07:23 [2019-07-19T20:07:23.938Z] [INFO] 16:07:23 [2019-07-19T20:07:23.938Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.lttng2.kernel.core.tests --- 16:07:23 [2019-07-19T20:07:23.938Z] [INFO] 16:07:23 [2019-07-19T20:07:23.938Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.lttng2.kernel.core.tests --- 16:07:23 [2019-07-19T20:07:23.938Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 16:07:23 [2019-07-19T20:07:23.938Z] [INFO] 16:07:23 [2019-07-19T20:07:23.938Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.lttng2.kernel.core.tests --- 16:07:23 [2019-07-19T20:07:23.938Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:07:23 [2019-07-19T20:07:23.938Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/src/main/resources 16:07:23 [2019-07-19T20:07:23.938Z] [INFO] 16:07:23 [2019-07-19T20:07:23.938Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.lttng2.kernel.core.tests --- 16:07:23 [2019-07-19T20:07:23.938Z] [INFO] Compiling 28 source files to /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/target/classes 16:07:24 [2019-07-19T20:07:24.503Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/src/org/eclipse/tracecompass/lttng2/kernel/core/tests/analysis/kernel/statesystem/StateSystemFullHistoryTest.java:[187] 16:07:24 [2019-07-19T20:07:24.503Z] File file = new File(TmfTraceManager.getSupplementaryFileDir(trace) + name); 16:07:24 [2019-07-19T20:07:24.503Z] ^^^^^ 16:07:24 [2019-07-19T20:07:24.503Z] Null type safety (type annotations): The expression of type 'CtfTmfTrace' needs unchecked conversion to conform to '@NonNull ITmfTrace' 16:07:24 [2019-07-19T20:07:24.503Z] 2. INFO in /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/src/org/eclipse/tracecompass/lttng2/kernel/core/tests/event/matchandsync/ExperimentSyncTest.java (at line 41) 16:07:24 [2019-07-19T20:07:24.503Z] @SuppressWarnings("nls") 16:07:24 [2019-07-19T20:07:24.503Z] ^^^^^ 16:07:24 [2019-07-19T20:07:24.503Z] At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 16:07:24 [2019-07-19T20:07:24.503Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/perf/org/eclipse/tracecompass/lttng2/kernel/core/tests/perf/analysis/tid/TidAnalysisUsageBenchmark.java:[94] 16:07:24 [2019-07-19T20:07:24.503Z] File suppDir = new File(TmfTraceManager.getSupplementaryFileDir(trace)); 16:07:24 [2019-07-19T20:07:24.503Z] ^^^^^ 16:07:24 [2019-07-19T20:07:24.503Z] Null type safety (type annotations): The expression of type 'ITmfTrace' needs unchecked conversion to conform to '@NonNull ITmfTrace' 16:07:24 [2019-07-19T20:07:24.503Z] 4. INFO in /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/src/org/eclipse/tracecompass/lttng2/kernel/core/tests/event/matchandsync/MatchAndSyncTest.java (at line 40) 16:07:24 [2019-07-19T20:07:24.503Z] @SuppressWarnings("nls") 16:07:24 [2019-07-19T20:07:24.503Z] ^^^^^ 16:07:24 [2019-07-19T20:07:24.503Z] At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 16:07:24 [2019-07-19T20:07:24.503Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/perf/org/eclipse/tracecompass/lttng2/kernel/core/tests/perf/analysis/kernel/KernelAnalysisUsageBenchmark.java:[110] 16:07:24 [2019-07-19T20:07:24.503Z] File suppDir = new File(TmfTraceManager.getSupplementaryFileDir(trace)); 16:07:24 [2019-07-19T20:07:24.503Z] ^^^^^ 16:07:24 [2019-07-19T20:07:24.503Z] Null type safety (type annotations): The expression of type 'ITmfTrace' needs unchecked conversion to conform to '@NonNull ITmfTrace' 16:07:24 [2019-07-19T20:07:24.503Z] 5 problems (0 errors, 3 warnings, 3 info) 16:07:24 [2019-07-19T20:07:24.503Z] [INFO] 16:07:24 [2019-07-19T20:07:24.503Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.lttng2.kernel.core.tests --- 16:07:24 [2019-07-19T20:07:24.503Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:07:24 [2019-07-19T20:07:24.503Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/src/test/resources 16:07:24 [2019-07-19T20:07:24.503Z] [INFO] 16:07:24 [2019-07-19T20:07:24.503Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.lttng2.kernel.core.tests --- 16:07:24 [2019-07-19T20:07:24.503Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/target/org.eclipse.tracecompass.lttng2.kernel.core.tests-2.0.0-SNAPSHOT-sources.jar 16:07:24 [2019-07-19T20:07:24.761Z] [INFO] 16:07:24 [2019-07-19T20:07:24.761Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.lttng2.kernel.core.tests --- 16:07:24 [2019-07-19T20:07:24.761Z] [INFO] 16:07:24 [2019-07-19T20:07:24.761Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.lttng2.kernel.core.tests --- 16:07:24 [2019-07-19T20:07:24.761Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/target/org.eclipse.tracecompass.lttng2.kernel.core.tests-2.0.0-SNAPSHOT.jar 16:07:25 [2019-07-19T20:07:25.020Z] [INFO] 16:07:25 [2019-07-19T20:07:25.020Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.lttng2.kernel.core.tests --- 16:07:25 [2019-07-19T20:07:25.020Z] [INFO] 16:07:25 [2019-07-19T20:07:25.020Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.lttng2.kernel.core.tests --- 16:07:25 [2019-07-19T20:07:25.020Z] [INFO] 16:07:25 [2019-07-19T20:07:25.020Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.lttng2.kernel.core.tests --- 16:07:25 [2019-07-19T20:07:25.020Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/target/org.eclipse.tracecompass.lttng2.kernel.core.tests-2.0.0-SNAPSHOT.jar 16:07:25 [2019-07-19T20:07:25.020Z] [INFO] 16:07:25 [2019-07-19T20:07:25.020Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.lttng2.kernel.core.tests --- 16:07:25 [2019-07-19T20:07:25.020Z] [INFO] 16:07:25 [2019-07-19T20:07:25.020Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.lttng2.kernel.core.tests --- 16:07:26 [2019-07-19T20:07:26.397Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/target/work/data/.metadata/.log 16:07:26 [2019-07-19T20:07:26.397Z] [INFO] Command line: 16:07:26 [2019-07-19T20:07:26.397Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog] 16:07:26 [2019-07-19T20:07:26.397Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass 16:07:30 [2019-07-19T20:07:30.572Z] !SESSION 2019-07-19 20:07:26.605 ----------------------------------------------- 16:07:30 [2019-07-19T20:07:30.572Z] eclipse.buildId=unknown 16:07:30 [2019-07-19T20:07:30.572Z] java.version=1.8.0_202 16:07:30 [2019-07-19T20:07:30.572Z] java.vendor=Oracle Corporation 16:07:30 [2019-07-19T20:07:30.572Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US 16:07:30 [2019-07-19T20:07:30.572Z] Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/target/surefire.properties -product org.eclipse.platform.ide 16:07:30 [2019-07-19T20:07:30.572Z] Command-line arguments: -data /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog 16:07:30 [2019-07-19T20:07:30.572Z] 16:07:30 [2019-07-19T20:07:30.572Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-19 20:07:29.787 16:07:30 [2019-07-19T20:07:30.572Z] !MESSAGE FrameworkEvent ERROR 16:07:30 [2019-07-19T20:07:30.572Z] !STACK 0 16:07:30 [2019-07-19T20:07:30.572Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [61] 16:07:30 [2019-07-19T20:07:30.572Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 16:07:30 [2019-07-19T20:07:30.572Z] 16:07:30 [2019-07-19T20:07:30.572Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 16:07:30 [2019-07-19T20:07:30.572Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 16:07:30 [2019-07-19T20:07:30.572Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 16:07:30 [2019-07-19T20:07:30.572Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 16:07:30 [2019-07-19T20:07:30.572Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 16:07:30 [2019-07-19T20:07:30.572Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 16:07:30 [2019-07-19T20:07:30.572Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 16:07:30 [2019-07-19T20:07:30.572Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 16:07:30 [2019-07-19T20:07:30.572Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 16:07:30 [2019-07-19T20:07:30.572Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 16:07:30 [2019-07-19T20:07:30.572Z] 16:07:30 [2019-07-19T20:07:30.572Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-19 20:07:29.985 16:07:30 [2019-07-19T20:07:30.572Z] !MESSAGE FrameworkEvent ERROR 16:07:30 [2019-07-19T20:07:30.572Z] !STACK 0 16:07:30 [2019-07-19T20:07:30.572Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [130] 16:07:30 [2019-07-19T20:07:30.572Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 16:07:30 [2019-07-19T20:07:30.572Z] Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)" 16:07:30 [2019-07-19T20:07:30.572Z] -> Export-Package: org.apache.http.impl.auth.win; bundle-symbolic-name="org.apache.httpcomponents.httpclient.win"; bundle-version="4.5.6.v20190213-1947"; version="4.5.6"; x-internal:="true"; uses:="org.apache.http,org.apache.http.auth,org.apache.http.client,org.apache.http.impl.auth,org.apache.http.protocol,org.apache.http.util" 16:07:30 [2019-07-19T20:07:30.572Z] org.apache.httpcomponents.httpclient.win [35] 16:07:30 [2019-07-19T20:07:30.572Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 16:07:30 [2019-07-19T20:07:30.572Z] 16:07:30 [2019-07-19T20:07:30.572Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 16:07:30 [2019-07-19T20:07:30.572Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 16:07:30 [2019-07-19T20:07:30.572Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 16:07:30 [2019-07-19T20:07:30.572Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 16:07:30 [2019-07-19T20:07:30.572Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 16:07:30 [2019-07-19T20:07:30.572Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 16:07:30 [2019-07-19T20:07:30.572Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 16:07:30 [2019-07-19T20:07:30.572Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 16:07:30 [2019-07-19T20:07:30.572Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 16:07:30 [2019-07-19T20:07:30.572Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 16:07:33 [2019-07-19T20:07:33.846Z] Running org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest 16:08:00 [2019-07-19T20:08:00.363Z] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 26.24 s - in org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest 16:08:00 [2019-07-19T20:08:00.363Z] testOpenExistingStateFile(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest) Time elapsed: 0.1 s 16:08:00 [2019-07-19T20:08:00.363Z] testBuild(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest) Time elapsed: 9.186 s 16:08:00 [2019-07-19T20:08:00.363Z] testGetQuarks_middle_end(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest) Time elapsed: 0.002 s 16:08:00 [2019-07-19T20:08:00.363Z] testGetQuarks_middle(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest) Time elapsed: 0.001 s 16:08:00 [2019-07-19T20:08:00.363Z] testGetQuarks_relative_empty(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest) Time elapsed: 0.001 s 16:08:00 [2019-07-19T20:08:00.363Z] testGetQuarks_relative_up_wildcard(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest) Time elapsed: 0.001 s 16:08:00 [2019-07-19T20:08:00.363Z] testGetQuarks_end(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest) Time elapsed: 0 s 16:08:00 [2019-07-19T20:08:00.363Z] testFullQuery1(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest) Time elapsed: 0.006 s 16:08:00 [2019-07-19T20:08:00.363Z] testSingleQuery1(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest) Time elapsed: 0.002 s 16:08:00 [2019-07-19T20:08:00.363Z] testRangeQuery1(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest) Time elapsed: 0.304 s 16:08:00 [2019-07-19T20:08:00.363Z] testRangeQuery2(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest) Time elapsed: 0.036 s 16:08:00 [2019-07-19T20:08:00.363Z] testRangeQuery3(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest) Time elapsed: 0.054 s 16:08:00 [2019-07-19T20:08:00.363Z] testFullAttributeName(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest) Time elapsed: 0.001 s 16:08:00 [2019-07-19T20:08:00.363Z] testOptQuarkAbsolute(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest) Time elapsed: 0 s 16:08:00 [2019-07-19T20:08:00.363Z] testFirstIntervalIsConsidered(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest) Time elapsed: 0.002 s 16:08:00 [2019-07-19T20:08:00.363Z] testQueryInvalidValuetype1(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest) Time elapsed: 0.003 s 16:08:00 [2019-07-19T20:08:00.363Z] testQueryInvalidValuetype2(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest) Time elapsed: 0.003 s 16:08:00 [2019-07-19T20:08:00.363Z] testFullQueryThorough(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest) Time elapsed: 0.005 s 16:08:00 [2019-07-19T20:08:00.363Z] testQueryInvalidAttribute(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest) Time elapsed: 0.001 s 16:08:00 [2019-07-19T20:08:00.363Z] testSingleQueryInvalidTime1(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest) Time elapsed: 0.001 s 16:08:00 [2019-07-19T20:08:00.363Z] testSingleQueryInvalidTime2(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest) Time elapsed: 0 s 16:08:00 [2019-07-19T20:08:00.363Z] testGetQuarksNoMatch(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest) Time elapsed: 0.001 s 16:08:00 [2019-07-19T20:08:00.363Z] testGetQuarks_relative(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest) Time elapsed: 0.001 s 16:08:00 [2019-07-19T20:08:00.363Z] testRangeQueryInvalidTime1(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest) Time elapsed: 0.001 s 16:08:00 [2019-07-19T20:08:00.363Z] testRangeQueryInvalidTime2(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest) Time elapsed: 0.001 s 16:08:00 [2019-07-19T20:08:00.363Z] testFullQueryInvalidTime1(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest) Time elapsed: 0.001 s 16:08:00 [2019-07-19T20:08:00.363Z] testFullQueryInvalidTime2(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest) Time elapsed: 0 s 16:08:00 [2019-07-19T20:08:00.363Z] testGetQuarks_begin(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest) Time elapsed: 0 s 16:08:00 [2019-07-19T20:08:00.363Z] testGetQuarks_empty(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest) Time elapsed: 0 s 16:08:00 [2019-07-19T20:08:00.363Z] testParentAttribute(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest) Time elapsed: 0.001 s 16:08:00 [2019-07-19T20:08:00.363Z] testOptQuarkRelative(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest) Time elapsed: 0 s 16:08:00 [2019-07-19T20:08:00.363Z] Running org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.PartialStateSystemTest 16:08:00 [2019-07-19T20:08:00.363Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 s - in org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.PartialStateSystemTest 16:08:00 [2019-07-19T20:08:00.363Z] org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.PartialStateSystemTest skipped 16:08:00 [2019-07-19T20:08:00.363Z] Running org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest 16:08:08 [2019-07-19T20:08:08.466Z] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.011 s - in org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest 16:08:08 [2019-07-19T20:08:08.466Z] testGetQuarks_middle_end(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest) Time elapsed: 0.002 s 16:08:08 [2019-07-19T20:08:08.466Z] testGetQuarks_middle(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest) Time elapsed: 0.001 s 16:08:08 [2019-07-19T20:08:08.466Z] testGetQuarks_relative_empty(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest) Time elapsed: 0.001 s 16:08:08 [2019-07-19T20:08:08.466Z] testGetQuarks_relative_up_wildcard(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest) Time elapsed: 0 s 16:08:08 [2019-07-19T20:08:08.466Z] testGetQuarks_end(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest) Time elapsed: 0 s 16:08:08 [2019-07-19T20:08:08.466Z] testFullQuery1(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest) Time elapsed: 0.094 s 16:08:08 [2019-07-19T20:08:08.466Z] testSingleQuery1(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest) Time elapsed: 0.073 s 16:08:08 [2019-07-19T20:08:08.466Z] testRangeQuery1(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest) Time elapsed: 0.008 s 16:08:08 [2019-07-19T20:08:08.466Z] testRangeQuery2(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest) Time elapsed: 0.079 s 16:08:08 [2019-07-19T20:08:08.466Z] testRangeQuery3(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest) Time elapsed: 0.002 s 16:08:08 [2019-07-19T20:08:08.466Z] testFullAttributeName(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest) Time elapsed: 0 s 16:08:08 [2019-07-19T20:08:08.466Z] testOptQuarkAbsolute(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest) Time elapsed: 0.001 s 16:08:08 [2019-07-19T20:08:08.466Z] testFirstIntervalIsConsidered(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest) Time elapsed: 0.072 s 16:08:08 [2019-07-19T20:08:08.466Z] testQueryInvalidValuetype1(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest) Time elapsed: 0.034 s 16:08:08 [2019-07-19T20:08:08.466Z] testQueryInvalidValuetype2(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest) Time elapsed: 0.034 s 16:08:08 [2019-07-19T20:08:08.466Z] testFullQueryThorough(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest) Time elapsed: 0.041 s 16:08:08 [2019-07-19T20:08:08.466Z] testQueryInvalidAttribute(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest) Time elapsed: 0.001 s 16:08:08 [2019-07-19T20:08:08.466Z] testSingleQueryInvalidTime1(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest) Time elapsed: 0 s 16:08:08 [2019-07-19T20:08:08.466Z] testSingleQueryInvalidTime2(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest) Time elapsed: 0.001 s 16:08:08 [2019-07-19T20:08:08.466Z] testGetQuarksNoMatch(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest) Time elapsed: 0 s 16:08:08 [2019-07-19T20:08:08.466Z] testGetQuarks_relative(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest) Time elapsed: 0.001 s 16:08:08 [2019-07-19T20:08:08.466Z] testRangeQueryInvalidTime1(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest) Time elapsed: 0 s 16:08:08 [2019-07-19T20:08:08.466Z] testRangeQueryInvalidTime2(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest) Time elapsed: 0.001 s 16:08:08 [2019-07-19T20:08:08.466Z] testFullQueryInvalidTime1(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest) Time elapsed: 0 s 16:08:08 [2019-07-19T20:08:08.466Z] testFullQueryInvalidTime2(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest) Time elapsed: 0.001 s 16:08:08 [2019-07-19T20:08:08.466Z] testGetQuarks_begin(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest) Time elapsed: 0 s 16:08:08 [2019-07-19T20:08:08.466Z] testGetQuarks_empty(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest) Time elapsed: 0 s 16:08:08 [2019-07-19T20:08:08.466Z] testParentAttribute(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest) Time elapsed: 0.001 s 16:08:08 [2019-07-19T20:08:08.466Z] testOptQuarkRelative(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest) Time elapsed: 0 s 16:08:08 [2019-07-19T20:08:08.466Z] Running org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.LttngKernelAnalysisTest 16:08:23 [2019-07-19T20:08:23.318Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.538 s - in org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.LttngKernelAnalysisTest 16:08:23 [2019-07-19T20:08:23.318Z] testAnalysisExecution(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.LttngKernelAnalysisTest) Time elapsed: 13.155 s 16:08:23 [2019-07-19T20:08:23.318Z] testCanExecute(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.LttngKernelAnalysisTest) Time elapsed: 0.257 s 16:08:23 [2019-07-19T20:08:23.318Z] Running org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.graph.LttngExecutionGraphTest 16:08:23 [2019-07-19T20:08:23.882Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.256 s - in org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.graph.LttngExecutionGraphTest 16:08:23 [2019-07-19T20:08:23.882Z] testSchedEvents(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.graph.LttngExecutionGraphTest) Time elapsed: 2.255 s 16:08:23 [2019-07-19T20:08:23.882Z] Running org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.graph.DistributedCriticalPathTest 16:08:29 [2019-07-19T20:08:29.137Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.883 s - in org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.graph.DistributedCriticalPathTest 16:08:29 [2019-07-19T20:08:29.137Z] testNetworkExchangeOneTraceSoftirq(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.graph.DistributedCriticalPathTest) Time elapsed: 1.264 s 16:08:29 [2019-07-19T20:08:29.137Z] testNetworkExchangeOneTrace(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.graph.DistributedCriticalPathTest) Time elapsed: 1.144 s 16:08:29 [2019-07-19T20:08:29.137Z] testNetworkExchange(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.graph.DistributedCriticalPathTest) Time elapsed: 1.251 s 16:08:29 [2019-07-19T20:08:29.137Z] testNetworkExchangeWithWifi(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.graph.DistributedCriticalPathTest) Time elapsed: 1.223 s 16:08:29 [2019-07-19T20:08:29.137Z] Running org.eclipse.tracecompass.lttng2.kernel.core.tests.event.matchandsync.ExperimentSyncTest 16:09:07 [2019-07-19T20:09:07.819Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 37.76 s - in org.eclipse.tracecompass.lttng2.kernel.core.tests.event.matchandsync.ExperimentSyncTest 16:09:07 [2019-07-19T20:09:07.819Z] testExperimentSync(org.eclipse.tracecompass.lttng2.kernel.core.tests.event.matchandsync.ExperimentSyncTest) Time elapsed: 4.134 s 16:09:07 [2019-07-19T20:09:07.819Z] testDjangoExperimentSync(org.eclipse.tracecompass.lttng2.kernel.core.tests.event.matchandsync.ExperimentSyncTest) Time elapsed: 33.623 s 16:09:07 [2019-07-19T20:09:07.819Z] Running org.eclipse.tracecompass.lttng2.kernel.core.tests.event.matchandsync.MatchAndSyncTest 16:09:08 [2019-07-19T20:09:08.383Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.685 s - in org.eclipse.tracecompass.lttng2.kernel.core.tests.event.matchandsync.MatchAndSyncTest 16:09:08 [2019-07-19T20:09:08.383Z] testMatching(org.eclipse.tracecompass.lttng2.kernel.core.tests.event.matchandsync.MatchAndSyncTest) Time elapsed: 1.683 s 16:09:08 [2019-07-19T20:09:08.383Z] Running org.eclipse.tracecompass.lttng2.kernel.core.tests.ActivatorTest 16:09:08 [2019-07-19T20:09:08.383Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s - in org.eclipse.tracecompass.lttng2.kernel.core.tests.ActivatorTest 16:09:08 [2019-07-19T20:09:08.383Z] testStartBundleContext(org.eclipse.tracecompass.lttng2.kernel.core.tests.ActivatorTest) Time elapsed: 0.001 s 16:09:08 [2019-07-19T20:09:08.383Z] testActivator(org.eclipse.tracecompass.lttng2.kernel.core.tests.ActivatorTest) Time elapsed: 0 s 16:09:08 [2019-07-19T20:09:08.383Z] testStopBundleContext(org.eclipse.tracecompass.lttng2.kernel.core.tests.ActivatorTest) Time elapsed: 0 s 16:09:08 [2019-07-19T20:09:08.383Z] testGetDefault(org.eclipse.tracecompass.lttng2.kernel.core.tests.ActivatorTest) Time elapsed: 0 s 16:09:08 [2019-07-19T20:09:08.383Z] Running org.eclipse.tracecompass.lttng2.kernel.core.tests.synchronization.UstKernelSyncTest 16:09:08 [2019-07-19T20:09:08.641Z] 16:09:08 [2019-07-19T20:09:08.641Z] !ENTRY org.eclipse.tracecompass.tmf.core 2 0 2019-07-19 20:09:08.609 16:09:08 [2019-07-19T20:09:08.641Z] !MESSAGE Average clock correction (1450192745683541400) is higher than threshold of 500000 ns for experiment [TmfExperiment (test-exp)] 16:09:23 [2019-07-19T20:09:23.498Z] 16:09:23 [2019-07-19T20:09:23.498Z] !ENTRY org.eclipse.tracecompass.tmf.core 2 0 2019-07-19 20:09:21.619 16:09:23 [2019-07-19T20:09:23.498Z] !MESSAGE Average clock correction (1450192745683541400) is higher than threshold of 500000 ns for experiment [TmfExperiment (test-exp)] 16:09:33 [2019-07-19T20:09:33.456Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.096 s - in org.eclipse.tracecompass.lttng2.kernel.core.tests.synchronization.UstKernelSyncTest 16:09:33 [2019-07-19T20:09:33.456Z] testWholeUstTrace(org.eclipse.tracecompass.lttng2.kernel.core.tests.synchronization.UstKernelSyncTest) Time elapsed: 13.119 s 16:09:33 [2019-07-19T20:09:33.456Z] testOneEvent(org.eclipse.tracecompass.lttng2.kernel.core.tests.synchronization.UstKernelSyncTest) Time elapsed: 10.975 s 16:09:33 [2019-07-19T20:09:33.456Z] 16:09:33 [2019-07-19T20:09:33.456Z] Results: 16:09:33 [2019-07-19T20:09:33.456Z] 16:09:33 [2019-07-19T20:09:33.456Z] Tests run: 77, Failures: 0, Errors: 0, Skipped: 1 16:09:33 [2019-07-19T20:09:33.456Z] 16:09:33 [2019-07-19T20:09:33.456Z] [INFO] All tests passed! 16:09:33 [2019-07-19T20:09:33.456Z] [INFO] 16:09:33 [2019-07-19T20:09:33.456Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.lttng2.kernel.core.tests --- 16:09:33 [2019-07-19T20:09:33.456Z] [INFO] Loading execution data file /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/../../target/jacoco.exec 16:09:33 [2019-07-19T20:09:33.714Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.kernel.core.tests' with 33 classes 16:09:33 [2019-07-19T20:09:33.714Z] [INFO] 16:09:33 [2019-07-19T20:09:33.714Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.lttng2.kernel.core.tests --- 16:09:33 [2019-07-19T20:09:33.714Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/target/org.eclipse.tracecompass.lttng2.kernel.core.tests-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.kernel.core.tests/2.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.kernel.core.tests-2.0.0-SNAPSHOT.jar 16:09:33 [2019-07-19T20:09:33.714Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.kernel.core.tests/2.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.kernel.core.tests-2.0.0-SNAPSHOT.pom 16:09:33 [2019-07-19T20:09:33.714Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/target/org.eclipse.tracecompass.lttng2.kernel.core.tests-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.kernel.core.tests/2.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.kernel.core.tests-2.0.0-SNAPSHOT-sources.jar 16:09:33 [2019-07-19T20:09:33.714Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/target/org.eclipse.tracecompass.lttng2.kernel.core.tests-2.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.kernel.core.tests/2.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.kernel.core.tests-2.0.0-SNAPSHOT-pack200.jar.pack.gz 16:09:33 [2019-07-19T20:09:33.714Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.kernel.core.tests/2.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.kernel.core.tests-2.0.0-SNAPSHOT-p2metadata.xml 16:09:33 [2019-07-19T20:09:33.972Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.kernel.core.tests/2.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.kernel.core.tests-2.0.0-SNAPSHOT-p2artifacts.xml 16:09:33 [2019-07-19T20:09:33.972Z] [INFO] 16:09:33 [2019-07-19T20:09:33.972Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.lttng2.kernel.core.tests --- 16:09:33 [2019-07-19T20:09:33.972Z] [INFO] 16:09:33 [2019-07-19T20:09:33.972Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.ust.core >-- 16:09:33 [2019-07-19T20:09:33.972Z] [INFO] Building org.eclipse.tracecompass.lttng2.ust.core 4.0.3-SNAPSHOT [93/134] 16:09:33 [2019-07-19T20:09:33.972Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 16:09:33 [2019-07-19T20:09:33.972Z] [INFO] 16:09:33 [2019-07-19T20:09:33.972Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.lttng2.ust.core --- 16:09:33 [2019-07-19T20:09:33.972Z] [INFO] 16:09:33 [2019-07-19T20:09:33.972Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.lttng2.ust.core --- 16:09:33 [2019-07-19T20:09:33.972Z] [INFO] The project's OSGi version is 4.0.3.201907191907 16:09:33 [2019-07-19T20:09:33.972Z] [INFO] 16:09:33 [2019-07-19T20:09:33.972Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.lttng2.ust.core --- 16:09:33 [2019-07-19T20:09:33.972Z] [INFO] 16:09:33 [2019-07-19T20:09:33.972Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.lttng2.ust.core --- 16:09:33 [2019-07-19T20:09:33.972Z] [INFO] 16:09:33 [2019-07-19T20:09:33.972Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.lttng2.ust.core --- 16:09:33 [2019-07-19T20:09:33.972Z] [INFO] 16:09:33 [2019-07-19T20:09:33.972Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.lttng2.ust.core --- 16:09:33 [2019-07-19T20:09:33.972Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 16:09:33 [2019-07-19T20:09:33.972Z] [INFO] 16:09:33 [2019-07-19T20:09:33.972Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.lttng2.ust.core --- 16:09:33 [2019-07-19T20:09:33.972Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:09:33 [2019-07-19T20:09:33.972Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core/src/main/resources 16:09:33 [2019-07-19T20:09:33.972Z] [INFO] 16:09:33 [2019-07-19T20:09:33.972Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.lttng2.ust.core --- 16:09:33 [2019-07-19T20:09:33.972Z] [INFO] Compiling 41 source files to /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core/target/classes 16:09:36 [2019-07-19T20:09:36.497Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core/src/org/eclipse/tracecompass/internal/lttng2/ust/core/analysis/memory/UstMemoryUsageDataProvider.java:[132] 16:09:36 [2019-07-19T20:09:36.497Z] int tidQuark = entry.getValue(); 16:09:36 [2019-07-19T20:09:36.497Z] ^^^^^^^^^^^^^^^^ 16:09:36 [2019-07-19T20:09:36.497Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Map.Entry<@NonNull Long,@NonNull Integer>'. Type 'Map.Entry<K,V>' doesn't seem to be designed with null type annotations in mind 16:09:36 [2019-07-19T20:09:36.497Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core/src/org/eclipse/tracecompass/internal/lttng2/ust/core/analysis/memory/UstMemoryUsageDataProvider.java:[175] 16:09:36 [2019-07-19T20:09:36.497Z] builder.add(new MemoryUsageTreeModel(rootId, -1L, -1, Collections.singletonList(getTrace().getName()))); 16:09:36 [2019-07-19T20:09:36.497Z] ^^^^^^^^^^^^^^^^^^^^ 16:09:36 [2019-07-19T20:09:36.497Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 16:09:36 [2019-07-19T20:09:36.497Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core/src/org/eclipse/tracecompass/lttng2/ust/core/analysis/debuginfo/UstDebugInfoBinaryAspect.java:[127] 16:09:36 [2019-07-19T20:09:36.497Z] return new BinaryCallsite(fullPath, file.getBuildId(), offset, file.isPic()); 16:09:36 [2019-07-19T20:09:36.497Z] ^^^^^^^^ 16:09:36 [2019-07-19T20:09:36.497Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 16:09:36 [2019-07-19T20:09:36.497Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core/src/org/eclipse/tracecompass/internal/lttng2/ust/core/analysis/memory/UstMemoryDataProviderFactory.java:[42] 16:09:36 [2019-07-19T20:09:36.497Z] private static final Predicate<? super ITmfTrace> PREDICATE = t -> TmfTraceUtils.getAnalysisModuleOfClass(t, UstMemoryAnalysisModule.class, UstMemoryAnalysisModule.ID) != null; 16:09:36 [2019-07-19T20:09:36.497Z] ^ 16:09:36 [2019-07-19T20:09:36.497Z] Null type safety (type annotations): The expression of type 'ITmfTrace' needs unchecked conversion to conform to '@NonNull ITmfTrace' 16:09:36 [2019-07-19T20:09:36.497Z] 4 problems (4 warnings) 16:09:36 [2019-07-19T20:09:36.497Z] [INFO] 16:09:36 [2019-07-19T20:09:36.497Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.lttng2.ust.core --- 16:09:36 [2019-07-19T20:09:36.497Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:09:36 [2019-07-19T20:09:36.497Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core/src/test/resources 16:09:36 [2019-07-19T20:09:36.497Z] [INFO] 16:09:36 [2019-07-19T20:09:36.497Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.lttng2.ust.core --- 16:09:36 [2019-07-19T20:09:36.497Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core/target/org.eclipse.tracecompass.lttng2.ust.core-4.0.3-SNAPSHOT-sources.jar 16:09:36 [2019-07-19T20:09:36.497Z] [INFO] 16:09:36 [2019-07-19T20:09:36.497Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.lttng2.ust.core --- 16:09:36 [2019-07-19T20:09:36.497Z] [INFO] 16:09:36 [2019-07-19T20:09:36.497Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.lttng2.ust.core --- 16:09:36 [2019-07-19T20:09:36.497Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core/target/org.eclipse.tracecompass.lttng2.ust.core-4.0.3-SNAPSHOT.jar 16:09:36 [2019-07-19T20:09:36.497Z] [INFO] 16:09:36 [2019-07-19T20:09:36.497Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.lttng2.ust.core --- 16:09:36 [2019-07-19T20:09:36.497Z] [INFO] 16:09:36 [2019-07-19T20:09:36.497Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.lttng2.ust.core --- 16:09:36 [2019-07-19T20:09:36.497Z] [INFO] 16:09:36 [2019-07-19T20:09:36.497Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.lttng2.ust.core --- 16:09:36 [2019-07-19T20:09:36.497Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core/target/org.eclipse.tracecompass.lttng2.ust.core-4.0.3-SNAPSHOT.jar 16:09:36 [2019-07-19T20:09:36.497Z] [INFO] 16:09:36 [2019-07-19T20:09:36.497Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.lttng2.ust.core --- 16:09:36 [2019-07-19T20:09:36.497Z] [INFO] 16:09:36 [2019-07-19T20:09:36.497Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.lttng2.ust.core --- 16:09:36 [2019-07-19T20:09:36.497Z] [INFO] Loading execution data file /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core/../../target/jacoco.exec 16:09:36 [2019-07-19T20:09:36.497Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.ust.core' with 43 classes 16:09:36 [2019-07-19T20:09:36.754Z] [INFO] 16:09:36 [2019-07-19T20:09:36.754Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.lttng2.ust.core --- 16:09:36 [2019-07-19T20:09:36.754Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core/target/org.eclipse.tracecompass.lttng2.ust.core-4.0.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.ust.core/4.0.3-SNAPSHOT/org.eclipse.tracecompass.lttng2.ust.core-4.0.3-SNAPSHOT.jar 16:09:36 [2019-07-19T20:09:36.754Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.ust.core/4.0.3-SNAPSHOT/org.eclipse.tracecompass.lttng2.ust.core-4.0.3-SNAPSHOT.pom 16:09:36 [2019-07-19T20:09:36.754Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core/target/org.eclipse.tracecompass.lttng2.ust.core-4.0.3-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.ust.core/4.0.3-SNAPSHOT/org.eclipse.tracecompass.lttng2.ust.core-4.0.3-SNAPSHOT-sources.jar 16:09:36 [2019-07-19T20:09:36.754Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core/target/org.eclipse.tracecompass.lttng2.ust.core-4.0.3-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.ust.core/4.0.3-SNAPSHOT/org.eclipse.tracecompass.lttng2.ust.core-4.0.3-SNAPSHOT-pack200.jar.pack.gz 16:09:36 [2019-07-19T20:09:36.754Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.ust.core/4.0.3-SNAPSHOT/org.eclipse.tracecompass.lttng2.ust.core-4.0.3-SNAPSHOT-p2metadata.xml 16:09:36 [2019-07-19T20:09:36.754Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.ust.core/4.0.3-SNAPSHOT/org.eclipse.tracecompass.lttng2.ust.core-4.0.3-SNAPSHOT-p2artifacts.xml 16:09:36 [2019-07-19T20:09:36.754Z] [INFO] 16:09:36 [2019-07-19T20:09:36.754Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.lttng2.ust.core --- 16:09:36 [2019-07-19T20:09:36.754Z] [INFO] 16:09:36 [2019-07-19T20:09:36.754Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.ust.ui >--- 16:09:36 [2019-07-19T20:09:36.754Z] [INFO] Building org.eclipse.tracecompass.lttng2.ust.ui 3.0.5-SNAPSHOT [94/134] 16:09:36 [2019-07-19T20:09:36.754Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 16:09:36 [2019-07-19T20:09:36.754Z] [INFO] 16:09:36 [2019-07-19T20:09:36.754Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.lttng2.ust.ui --- 16:09:36 [2019-07-19T20:09:36.754Z] [INFO] 16:09:36 [2019-07-19T20:09:36.754Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.lttng2.ust.ui --- 16:09:36 [2019-07-19T20:09:36.754Z] [INFO] The project's OSGi version is 3.0.5.201907191907 16:09:36 [2019-07-19T20:09:36.754Z] [INFO] 16:09:36 [2019-07-19T20:09:36.754Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.lttng2.ust.ui --- 16:09:36 [2019-07-19T20:09:36.754Z] [INFO] 16:09:36 [2019-07-19T20:09:36.754Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.lttng2.ust.ui --- 16:09:36 [2019-07-19T20:09:36.754Z] [INFO] 16:09:36 [2019-07-19T20:09:36.754Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.lttng2.ust.ui --- 16:09:36 [2019-07-19T20:09:36.754Z] [INFO] 16:09:36 [2019-07-19T20:09:36.754Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.lttng2.ust.ui --- 16:09:36 [2019-07-19T20:09:36.754Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 16:09:36 [2019-07-19T20:09:36.754Z] [INFO] 16:09:36 [2019-07-19T20:09:36.754Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.lttng2.ust.ui --- 16:09:36 [2019-07-19T20:09:36.754Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:09:36 [2019-07-19T20:09:36.754Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui/src/main/resources 16:09:36 [2019-07-19T20:09:36.754Z] [INFO] 16:09:36 [2019-07-19T20:09:36.754Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.lttng2.ust.ui --- 16:09:36 [2019-07-19T20:09:36.754Z] [INFO] Compiling 8 source files to /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui/target/classes 16:09:38 [2019-07-19T20:09:38.124Z] [INFO] 16:09:38 [2019-07-19T20:09:38.124Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.lttng2.ust.ui --- 16:09:38 [2019-07-19T20:09:38.124Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:09:38 [2019-07-19T20:09:38.124Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui/src/test/resources 16:09:38 [2019-07-19T20:09:38.124Z] [INFO] 16:09:38 [2019-07-19T20:09:38.124Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.lttng2.ust.ui --- 16:09:38 [2019-07-19T20:09:38.124Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui/target/org.eclipse.tracecompass.lttng2.ust.ui-3.0.5-SNAPSHOT-sources.jar 16:09:38 [2019-07-19T20:09:38.124Z] [INFO] 16:09:38 [2019-07-19T20:09:38.124Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.lttng2.ust.ui --- 16:09:38 [2019-07-19T20:09:38.124Z] [INFO] 16:09:38 [2019-07-19T20:09:38.124Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.lttng2.ust.ui --- 16:09:38 [2019-07-19T20:09:38.124Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui/target/org.eclipse.tracecompass.lttng2.ust.ui-3.0.5-SNAPSHOT.jar 16:09:38 [2019-07-19T20:09:38.124Z] [INFO] 16:09:38 [2019-07-19T20:09:38.124Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.lttng2.ust.ui --- 16:09:38 [2019-07-19T20:09:38.124Z] [INFO] 16:09:38 [2019-07-19T20:09:38.124Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.lttng2.ust.ui --- 16:09:38 [2019-07-19T20:09:38.124Z] [INFO] 16:09:38 [2019-07-19T20:09:38.124Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.lttng2.ust.ui --- 16:09:38 [2019-07-19T20:09:38.124Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui/target/org.eclipse.tracecompass.lttng2.ust.ui-3.0.5-SNAPSHOT.jar 16:09:38 [2019-07-19T20:09:38.124Z] [INFO] 16:09:38 [2019-07-19T20:09:38.124Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.lttng2.ust.ui --- 16:09:38 [2019-07-19T20:09:38.124Z] [INFO] 16:09:38 [2019-07-19T20:09:38.124Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.lttng2.ust.ui --- 16:09:38 [2019-07-19T20:09:38.124Z] [INFO] Loading execution data file /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui/../../target/jacoco.exec 16:09:38 [2019-07-19T20:09:38.124Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.ust.ui' with 10 classes 16:09:38 [2019-07-19T20:09:38.382Z] [INFO] 16:09:38 [2019-07-19T20:09:38.382Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.lttng2.ust.ui --- 16:09:38 [2019-07-19T20:09:38.382Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui/target/org.eclipse.tracecompass.lttng2.ust.ui-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.ust.ui/3.0.5-SNAPSHOT/org.eclipse.tracecompass.lttng2.ust.ui-3.0.5-SNAPSHOT.jar 16:09:38 [2019-07-19T20:09:38.382Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.ust.ui/3.0.5-SNAPSHOT/org.eclipse.tracecompass.lttng2.ust.ui-3.0.5-SNAPSHOT.pom 16:09:38 [2019-07-19T20:09:38.382Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui/target/org.eclipse.tracecompass.lttng2.ust.ui-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.ust.ui/3.0.5-SNAPSHOT/org.eclipse.tracecompass.lttng2.ust.ui-3.0.5-SNAPSHOT-sources.jar 16:09:38 [2019-07-19T20:09:38.382Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui/target/org.eclipse.tracecompass.lttng2.ust.ui-3.0.5-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.ust.ui/3.0.5-SNAPSHOT/org.eclipse.tracecompass.lttng2.ust.ui-3.0.5-SNAPSHOT-pack200.jar.pack.gz 16:09:38 [2019-07-19T20:09:38.382Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.ust.ui/3.0.5-SNAPSHOT/org.eclipse.tracecompass.lttng2.ust.ui-3.0.5-SNAPSHOT-p2metadata.xml 16:09:38 [2019-07-19T20:09:38.382Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.ust.ui/3.0.5-SNAPSHOT/org.eclipse.tracecompass.lttng2.ust.ui-3.0.5-SNAPSHOT-p2artifacts.xml 16:09:38 [2019-07-19T20:09:38.382Z] [INFO] 16:09:38 [2019-07-19T20:09:38.382Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.lttng2.ust.ui --- 16:09:38 [2019-07-19T20:09:38.382Z] [INFO] 16:09:38 [2019-07-19T20:09:38.382Z] [INFO] ----< org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.ust >---- 16:09:38 [2019-07-19T20:09:38.382Z] [INFO] Building org.eclipse.tracecompass.lttng2.ust 5.0.0-SNAPSHOT [95/134] 16:09:38 [2019-07-19T20:09:38.382Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- 16:09:38 [2019-07-19T20:09:38.382Z] [INFO] 16:09:38 [2019-07-19T20:09:38.382Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.lttng2.ust --- 16:09:38 [2019-07-19T20:09:38.382Z] [INFO] Deleting /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust/target 16:09:38 [2019-07-19T20:09:38.382Z] [INFO] 16:09:38 [2019-07-19T20:09:38.382Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tracecompass.lttng2.ust --- 16:09:38 [2019-07-19T20:09:38.382Z] [INFO] The project's OSGi version is 5.0.0.201907191907 16:09:38 [2019-07-19T20:09:38.382Z] [INFO] 16:09:38 [2019-07-19T20:09:38.382Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.lttng2.ust --- 16:09:38 [2019-07-19T20:09:38.382Z] [INFO] 16:09:38 [2019-07-19T20:09:38.382Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.lttng2.ust --- 16:09:38 [2019-07-19T20:09:38.382Z] [INFO] 16:09:38 [2019-07-19T20:09:38.382Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.lttng2.ust --- 16:09:38 [2019-07-19T20:09:38.382Z] [INFO] 16:09:38 [2019-07-19T20:09:38.382Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.lttng2.ust --- 16:09:38 [2019-07-19T20:09:38.382Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 16:09:38 [2019-07-19T20:09:38.382Z] [INFO] 16:09:38 [2019-07-19T20:09:38.382Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.lttng2.ust --- 16:09:38 [2019-07-19T20:09:38.382Z] [INFO] 16:09:38 [2019-07-19T20:09:38.382Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.lttng2.ust --- 16:09:38 [2019-07-19T20:09:38.382Z] [INFO] 16:09:38 [2019-07-19T20:09:38.382Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.tracecompass.lttng2.ust --- 16:09:38 [2019-07-19T20:09:38.382Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust/target/org.eclipse.tracecompass.lttng2.ust-5.0.0-SNAPSHOT.jar 16:09:38 [2019-07-19T20:09:38.382Z] [INFO] 16:09:38 [2019-07-19T20:09:38.382Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.lttng2.ust --- 16:09:38 [2019-07-19T20:09:38.382Z] [INFO] 16:09:38 [2019-07-19T20:09:38.382Z] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tracecompass.lttng2.ust --- 16:09:38 [2019-07-19T20:09:38.382Z] [INFO] 16:09:38 [2019-07-19T20:09:38.382Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.lttng2.ust --- 16:09:38 [2019-07-19T20:09:38.382Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust/target/org.eclipse.tracecompass.lttng2.ust-5.0.0-SNAPSHOT-sources-feature.jar 16:09:38 [2019-07-19T20:09:38.382Z] [INFO] 16:09:38 [2019-07-19T20:09:38.382Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.lttng2.ust --- 16:09:38 [2019-07-19T20:09:38.382Z] [INFO] 16:09:38 [2019-07-19T20:09:38.382Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.lttng2.ust --- 16:09:38 [2019-07-19T20:09:38.640Z] [INFO] 16:09:38 [2019-07-19T20:09:38.640Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.lttng2.ust --- 16:09:38 [2019-07-19T20:09:38.640Z] [INFO] Skipping JaCoCo execution due to missing classes directory. 16:09:38 [2019-07-19T20:09:38.640Z] [INFO] 16:09:38 [2019-07-19T20:09:38.640Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.lttng2.ust --- 16:09:38 [2019-07-19T20:09:38.640Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust/target/org.eclipse.tracecompass.lttng2.ust-5.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.ust/5.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.ust-5.0.0-SNAPSHOT.jar 16:09:38 [2019-07-19T20:09:38.640Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.ust/5.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.ust-5.0.0-SNAPSHOT.pom 16:09:38 [2019-07-19T20:09:38.640Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust/target/org.eclipse.tracecompass.lttng2.ust-5.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.ust/5.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.ust-5.0.0-SNAPSHOT-sources-feature.jar 16:09:38 [2019-07-19T20:09:38.640Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.ust/5.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.ust-5.0.0-SNAPSHOT-p2metadata.xml 16:09:38 [2019-07-19T20:09:38.640Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.ust/5.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.ust-5.0.0-SNAPSHOT-p2artifacts.xml 16:09:38 [2019-07-19T20:09:38.640Z] [INFO] 16:09:38 [2019-07-19T20:09:38.640Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.lttng2.ust --- 16:09:38 [2019-07-19T20:09:38.640Z] [INFO] 16:09:38 [2019-07-19T20:09:38.640Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.ust.core.tests >-- 16:09:38 [2019-07-19T20:09:38.640Z] [INFO] Building org.eclipse.tracecompass.lttng2.ust.core.tests 1.0.9-SNAPSHOT [96/134] 16:09:38 [2019-07-19T20:09:38.640Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- 16:09:38 [2019-07-19T20:09:38.640Z] [INFO] 16:09:38 [2019-07-19T20:09:38.640Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.lttng2.ust.core.tests --- 16:09:38 [2019-07-19T20:09:38.640Z] [INFO] 16:09:38 [2019-07-19T20:09:38.640Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.lttng2.ust.core.tests --- 16:09:38 [2019-07-19T20:09:38.640Z] [INFO] The project's OSGi version is 1.0.9.201907191907 16:09:38 [2019-07-19T20:09:38.640Z] [INFO] 16:09:38 [2019-07-19T20:09:38.640Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.lttng2.ust.core.tests --- 16:09:38 [2019-07-19T20:09:38.640Z] [INFO] 16:09:38 [2019-07-19T20:09:38.640Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.lttng2.ust.core.tests --- 16:09:38 [2019-07-19T20:09:38.640Z] [INFO] 16:09:38 [2019-07-19T20:09:38.640Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.lttng2.ust.core.tests --- 16:09:38 [2019-07-19T20:09:38.640Z] [INFO] 16:09:38 [2019-07-19T20:09:38.640Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.lttng2.ust.core.tests --- 16:09:38 [2019-07-19T20:09:38.640Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 16:09:38 [2019-07-19T20:09:38.640Z] [INFO] 16:09:38 [2019-07-19T20:09:38.640Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.lttng2.ust.core.tests --- 16:09:38 [2019-07-19T20:09:38.640Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:09:38 [2019-07-19T20:09:38.640Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core.tests/src/main/resources 16:09:38 [2019-07-19T20:09:38.640Z] [INFO] 16:09:38 [2019-07-19T20:09:38.640Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.lttng2.ust.core.tests --- 16:09:38 [2019-07-19T20:09:38.640Z] [INFO] Compiling 11 source files to /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core.tests/target/classes 16:09:38 [2019-07-19T20:09:38.897Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core.tests/perf/org/eclipse/tracecompass/lttng2/ust/core/tests/perf/cygprofile/CallStackAndGraphBenchmark.java:[129] 16:09:38 [2019-07-19T20:09:38.897Z] CallStackAnalysis callStackModule = TmfTraceUtils.getAnalysisModuleOfClass(trace, CallStackAnalysis.class, LttngUstCallStackAnalysis.ID); 16:09:38 [2019-07-19T20:09:38.897Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 16:09:38 [2019-07-19T20:09:38.897Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 16:09:38 [2019-07-19T20:09:38.897Z] 1 problem (1 warning) 16:09:38 [2019-07-19T20:09:38.897Z] [INFO] 16:09:38 [2019-07-19T20:09:38.897Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.lttng2.ust.core.tests --- 16:09:38 [2019-07-19T20:09:38.897Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:09:38 [2019-07-19T20:09:38.897Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core.tests/src/test/resources 16:09:38 [2019-07-19T20:09:38.897Z] [INFO] 16:09:38 [2019-07-19T20:09:38.897Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.lttng2.ust.core.tests --- 16:09:38 [2019-07-19T20:09:38.897Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core.tests/target/org.eclipse.tracecompass.lttng2.ust.core.tests-1.0.9-SNAPSHOT-sources.jar 16:09:38 [2019-07-19T20:09:38.897Z] [INFO] 16:09:38 [2019-07-19T20:09:38.897Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.lttng2.ust.core.tests --- 16:09:38 [2019-07-19T20:09:38.897Z] [INFO] 16:09:38 [2019-07-19T20:09:38.897Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.lttng2.ust.core.tests --- 16:09:38 [2019-07-19T20:09:38.897Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core.tests/target/org.eclipse.tracecompass.lttng2.ust.core.tests-1.0.9-SNAPSHOT.jar 16:09:39 [2019-07-19T20:09:39.154Z] [INFO] 16:09:39 [2019-07-19T20:09:39.154Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.lttng2.ust.core.tests --- 16:09:39 [2019-07-19T20:09:39.154Z] [INFO] 16:09:39 [2019-07-19T20:09:39.154Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.lttng2.ust.core.tests --- 16:09:39 [2019-07-19T20:09:39.154Z] [INFO] 16:09:39 [2019-07-19T20:09:39.154Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.lttng2.ust.core.tests --- 16:09:39 [2019-07-19T20:09:39.154Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core.tests/target/org.eclipse.tracecompass.lttng2.ust.core.tests-1.0.9-SNAPSHOT.jar 16:09:39 [2019-07-19T20:09:39.154Z] [INFO] 16:09:39 [2019-07-19T20:09:39.154Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.lttng2.ust.core.tests --- 16:09:39 [2019-07-19T20:09:39.154Z] [INFO] 16:09:39 [2019-07-19T20:09:39.154Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.lttng2.ust.core.tests --- 16:09:42 [2019-07-19T20:09:42.431Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core.tests/target/work/data/.metadata/.log 16:09:42 [2019-07-19T20:09:42.431Z] [INFO] Command line: 16:09:42 [2019-07-19T20:09:42.431Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog] 16:09:42 [2019-07-19T20:09:42.431Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass 16:09:45 [2019-07-19T20:09:45.705Z] !SESSION 2019-07-19 20:09:42.103 ----------------------------------------------- 16:09:45 [2019-07-19T20:09:45.705Z] eclipse.buildId=unknown 16:09:45 [2019-07-19T20:09:45.705Z] java.version=1.8.0_202 16:09:45 [2019-07-19T20:09:45.705Z] java.vendor=Oracle Corporation 16:09:45 [2019-07-19T20:09:45.705Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US 16:09:45 [2019-07-19T20:09:45.705Z] Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core.tests/target/surefire.properties -product org.eclipse.platform.ide 16:09:45 [2019-07-19T20:09:45.705Z] Command-line arguments: -data /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog 16:09:45 [2019-07-19T20:09:45.705Z] 16:09:45 [2019-07-19T20:09:45.705Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-19 20:09:45.114 16:09:45 [2019-07-19T20:09:45.705Z] !MESSAGE FrameworkEvent ERROR 16:09:45 [2019-07-19T20:09:45.705Z] !STACK 0 16:09:45 [2019-07-19T20:09:45.705Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [61] 16:09:45 [2019-07-19T20:09:45.705Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 16:09:45 [2019-07-19T20:09:45.705Z] 16:09:45 [2019-07-19T20:09:45.705Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 16:09:45 [2019-07-19T20:09:45.705Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 16:09:45 [2019-07-19T20:09:45.705Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 16:09:45 [2019-07-19T20:09:45.705Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 16:09:45 [2019-07-19T20:09:45.705Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 16:09:45 [2019-07-19T20:09:45.705Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 16:09:45 [2019-07-19T20:09:45.705Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 16:09:45 [2019-07-19T20:09:45.705Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 16:09:45 [2019-07-19T20:09:45.705Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 16:09:45 [2019-07-19T20:09:45.705Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 16:09:45 [2019-07-19T20:09:45.705Z] 16:09:45 [2019-07-19T20:09:45.705Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-19 20:09:45.311 16:09:45 [2019-07-19T20:09:45.705Z] !MESSAGE FrameworkEvent ERROR 16:09:45 [2019-07-19T20:09:45.705Z] !STACK 0 16:09:45 [2019-07-19T20:09:45.705Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [130] 16:09:45 [2019-07-19T20:09:45.705Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 16:09:45 [2019-07-19T20:09:45.705Z] Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)" 16:09:45 [2019-07-19T20:09:45.705Z] -> Export-Package: org.apache.http.impl.auth.win; bundle-symbolic-name="org.apache.httpcomponents.httpclient.win"; bundle-version="4.5.6.v20190213-1947"; version="4.5.6"; x-internal:="true"; uses:="org.apache.http,org.apache.http.auth,org.apache.http.client,org.apache.http.impl.auth,org.apache.http.protocol,org.apache.http.util" 16:09:45 [2019-07-19T20:09:45.705Z] org.apache.httpcomponents.httpclient.win [35] 16:09:45 [2019-07-19T20:09:45.705Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 16:09:45 [2019-07-19T20:09:45.705Z] 16:09:45 [2019-07-19T20:09:45.705Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 16:09:45 [2019-07-19T20:09:45.705Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 16:09:45 [2019-07-19T20:09:45.705Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 16:09:45 [2019-07-19T20:09:45.705Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 16:09:45 [2019-07-19T20:09:45.705Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 16:09:45 [2019-07-19T20:09:45.705Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 16:09:45 [2019-07-19T20:09:45.705Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 16:09:45 [2019-07-19T20:09:45.705Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 16:09:45 [2019-07-19T20:09:45.705Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 16:09:45 [2019-07-19T20:09:45.705Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 16:09:48 [2019-07-19T20:09:48.226Z] Running org.eclipse.tracecompass.lttng2.ust.core.tests.callstack.LttngUstCallStackProviderTest 16:10:03 [2019-07-19T20:10:03.083Z] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.507 s - in org.eclipse.tracecompass.lttng2.ust.core.tests.callstack.LttngUstCallStackProviderTest 16:10:03 [2019-07-19T20:10:03.083Z] testCallStackEnd(org.eclipse.tracecompass.lttng2.ust.core.tests.callstack.LttngUstCallStackProviderTest) Time elapsed: 3.656 s 16:10:03 [2019-07-19T20:10:03.083Z] testConstruction(org.eclipse.tracecompass.lttng2.ust.core.tests.callstack.LttngUstCallStackProviderTest) Time elapsed: 1.434 s 16:10:03 [2019-07-19T20:10:03.083Z] testCallStack1(org.eclipse.tracecompass.lttng2.ust.core.tests.callstack.LttngUstCallStackProviderTest) Time elapsed: 1.372 s 16:10:03 [2019-07-19T20:10:03.083Z] testCallStack2(org.eclipse.tracecompass.lttng2.ust.core.tests.callstack.LttngUstCallStackProviderTest) Time elapsed: 1.404 s 16:10:03 [2019-07-19T20:10:03.083Z] testCallStack3(org.eclipse.tracecompass.lttng2.ust.core.tests.callstack.LttngUstCallStackProviderTest) Time elapsed: 1.301 s 16:10:03 [2019-07-19T20:10:03.083Z] testOtherUstTrace(org.eclipse.tracecompass.lttng2.ust.core.tests.callstack.LttngUstCallStackProviderTest) Time elapsed: 4.019 s 16:10:03 [2019-07-19T20:10:03.083Z] testCallStackBegin(org.eclipse.tracecompass.lttng2.ust.core.tests.callstack.LttngUstCallStackProviderTest) Time elapsed: 1.273 s 16:10:03 [2019-07-19T20:10:03.083Z] Running org.eclipse.tracecompass.lttng2.ust.core.tests.callstack.LTTngUstCallStackAnalysisRequirementTest 16:10:03 [2019-07-19T20:10:03.083Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.eclipse.tracecompass.lttng2.ust.core.tests.callstack.LTTngUstCallStackAnalysisRequirementTest 16:10:03 [2019-07-19T20:10:03.083Z] testCallStackRequirements(org.eclipse.tracecompass.lttng2.ust.core.tests.callstack.LTTngUstCallStackAnalysisRequirementTest) Time elapsed: 0.024 s 16:10:03 [2019-07-19T20:10:03.083Z] Running org.eclipse.tracecompass.lttng2.ust.core.tests.callstack.LttngUstCallStackProviderFastTest 16:10:15 [2019-07-19T20:10:15.261Z] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.668 s - in org.eclipse.tracecompass.lttng2.ust.core.tests.callstack.LttngUstCallStackProviderFastTest 16:10:15 [2019-07-19T20:10:15.261Z] testCallStackEnd(org.eclipse.tracecompass.lttng2.ust.core.tests.callstack.LttngUstCallStackProviderFastTest) Time elapsed: 1.307 s 16:10:15 [2019-07-19T20:10:15.261Z] testConstruction(org.eclipse.tracecompass.lttng2.ust.core.tests.callstack.LttngUstCallStackProviderFastTest) Time elapsed: 1.26 s 16:10:15 [2019-07-19T20:10:15.261Z] testCallStack1(org.eclipse.tracecompass.lttng2.ust.core.tests.callstack.LttngUstCallStackProviderFastTest) Time elapsed: 1.304 s 16:10:15 [2019-07-19T20:10:15.261Z] testCallStack2(org.eclipse.tracecompass.lttng2.ust.core.tests.callstack.LttngUstCallStackProviderFastTest) Time elapsed: 1.219 s 16:10:15 [2019-07-19T20:10:15.261Z] testCallStack3(org.eclipse.tracecompass.lttng2.ust.core.tests.callstack.LttngUstCallStackProviderFastTest) Time elapsed: 1.194 s 16:10:15 [2019-07-19T20:10:15.261Z] testOtherUstTrace(org.eclipse.tracecompass.lttng2.ust.core.tests.callstack.LttngUstCallStackProviderFastTest) Time elapsed: 3.132 s 16:10:15 [2019-07-19T20:10:15.261Z] testCallStackBegin(org.eclipse.tracecompass.lttng2.ust.core.tests.callstack.LttngUstCallStackProviderFastTest) Time elapsed: 1.248 s 16:10:15 [2019-07-19T20:10:15.261Z] Running org.eclipse.tracecompass.lttng2.ust.core.tests.analysis.memory.UstMemoryAnalysisModuleTest 16:10:15 [2019-07-19T20:10:15.261Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.006 s - in org.eclipse.tracecompass.lttng2.ust.core.tests.analysis.memory.UstMemoryAnalysisModuleTest 16:10:15 [2019-07-19T20:10:15.261Z] testGetAnalysisRequirements(org.eclipse.tracecompass.lttng2.ust.core.tests.analysis.memory.UstMemoryAnalysisModuleTest) skipped 16:10:15 [2019-07-19T20:10:15.261Z] Running org.eclipse.tracecompass.lttng2.ust.core.tests.analysis.debuginfo.UstDebugInfoAnalysisModuleTest 16:10:19 [2019-07-19T20:10:19.437Z] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.918 s - in org.eclipse.tracecompass.lttng2.ust.core.tests.analysis.debuginfo.UstDebugInfoAnalysisModuleTest 16:10:19 [2019-07-19T20:10:19.437Z] testExec(org.eclipse.tracecompass.lttng2.ust.core.tests.analysis.debuginfo.UstDebugInfoAnalysisModuleTest) Time elapsed: 1.133 s 16:10:19 [2019-07-19T20:10:19.437Z] testGetAnalysisRequirements(org.eclipse.tracecompass.lttng2.ust.core.tests.analysis.debuginfo.UstDebugInfoAnalysisModuleTest) Time elapsed: 0 s 16:10:19 [2019-07-19T20:10:19.437Z] testGetAllBinaries(org.eclipse.tracecompass.lttng2.ust.core.tests.analysis.debuginfo.UstDebugInfoAnalysisModuleTest) Time elapsed: 1.164 s 16:10:19 [2019-07-19T20:10:19.437Z] testExecution(org.eclipse.tracecompass.lttng2.ust.core.tests.analysis.debuginfo.UstDebugInfoAnalysisModuleTest) Time elapsed: 0.108 s 16:10:19 [2019-07-19T20:10:19.437Z] testTwoProcesses(org.eclipse.tracecompass.lttng2.ust.core.tests.analysis.debuginfo.UstDebugInfoAnalysisModuleTest) Time elapsed: 1.114 s 16:10:19 [2019-07-19T20:10:19.437Z] testCanExecute(org.eclipse.tracecompass.lttng2.ust.core.tests.analysis.debuginfo.UstDebugInfoAnalysisModuleTest) Time elapsed: 0.032 s 16:10:19 [2019-07-19T20:10:19.437Z] testBuildIDDebugLink(org.eclipse.tracecompass.lttng2.ust.core.tests.analysis.debuginfo.UstDebugInfoAnalysisModuleTest) Time elapsed: 1.114 s 16:10:19 [2019-07-19T20:10:19.437Z] testCannotExcecute(org.eclipse.tracecompass.lttng2.ust.core.tests.analysis.debuginfo.UstDebugInfoAnalysisModuleTest) Time elapsed: 0.016 s 16:10:19 [2019-07-19T20:10:19.437Z] testBinaryCallsites(org.eclipse.tracecompass.lttng2.ust.core.tests.analysis.debuginfo.UstDebugInfoAnalysisModuleTest) Time elapsed: 1.227 s 16:10:19 [2019-07-19T20:10:19.437Z] Running org.eclipse.tracecompass.lttng2.ust.core.tests.trace.LttngUstTraceTest 16:10:19 [2019-07-19T20:10:19.694Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 s - in org.eclipse.tracecompass.lttng2.ust.core.tests.trace.LttngUstTraceTest 16:10:19 [2019-07-19T20:10:19.694Z] testTidAspect(org.eclipse.tracecompass.lttng2.ust.core.tests.trace.LttngUstTraceTest) Time elapsed: 0.107 s 16:10:19 [2019-07-19T20:10:19.694Z] Running org.eclipse.tracecompass.lttng2.ust.core.tests.ActivatorTest 16:10:19 [2019-07-19T20:10:19.694Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.tracecompass.lttng2.ust.core.tests.ActivatorTest 16:10:19 [2019-07-19T20:10:19.694Z] testStartBundleContext(org.eclipse.tracecompass.lttng2.ust.core.tests.ActivatorTest) Time elapsed: 0 s 16:10:19 [2019-07-19T20:10:19.694Z] testActivator(org.eclipse.tracecompass.lttng2.ust.core.tests.ActivatorTest) Time elapsed: 0 s 16:10:19 [2019-07-19T20:10:19.694Z] testStopBundleContext(org.eclipse.tracecompass.lttng2.ust.core.tests.ActivatorTest) Time elapsed: 0 s 16:10:19 [2019-07-19T20:10:19.694Z] testGetDefault(org.eclipse.tracecompass.lttng2.ust.core.tests.ActivatorTest) Time elapsed: 0.001 s 16:10:19 [2019-07-19T20:10:19.694Z] 16:10:19 [2019-07-19T20:10:19.694Z] Results: 16:10:19 [2019-07-19T20:10:19.694Z] 16:10:19 [2019-07-19T20:10:19.694Z] Tests run: 30, Failures: 0, Errors: 0, Skipped: 1 16:10:19 [2019-07-19T20:10:19.694Z] 16:10:20 [2019-07-19T20:10:20.257Z] [INFO] All tests passed! 16:10:20 [2019-07-19T20:10:20.257Z] [INFO] 16:10:20 [2019-07-19T20:10:20.257Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.lttng2.ust.core.tests --- 16:10:20 [2019-07-19T20:10:20.257Z] [INFO] Loading execution data file /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core.tests/../../target/jacoco.exec 16:10:20 [2019-07-19T20:10:20.257Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.ust.core.tests' with 18 classes 16:10:20 [2019-07-19T20:10:20.514Z] [INFO] 16:10:20 [2019-07-19T20:10:20.514Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.lttng2.ust.core.tests --- 16:10:20 [2019-07-19T20:10:20.514Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core.tests/target/org.eclipse.tracecompass.lttng2.ust.core.tests-1.0.9-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.ust.core.tests/1.0.9-SNAPSHOT/org.eclipse.tracecompass.lttng2.ust.core.tests-1.0.9-SNAPSHOT.jar 16:10:20 [2019-07-19T20:10:20.514Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core.tests/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.ust.core.tests/1.0.9-SNAPSHOT/org.eclipse.tracecompass.lttng2.ust.core.tests-1.0.9-SNAPSHOT.pom 16:10:20 [2019-07-19T20:10:20.514Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core.tests/target/org.eclipse.tracecompass.lttng2.ust.core.tests-1.0.9-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.ust.core.tests/1.0.9-SNAPSHOT/org.eclipse.tracecompass.lttng2.ust.core.tests-1.0.9-SNAPSHOT-sources.jar 16:10:20 [2019-07-19T20:10:20.514Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core.tests/target/org.eclipse.tracecompass.lttng2.ust.core.tests-1.0.9-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.ust.core.tests/1.0.9-SNAPSHOT/org.eclipse.tracecompass.lttng2.ust.core.tests-1.0.9-SNAPSHOT-pack200.jar.pack.gz 16:10:20 [2019-07-19T20:10:20.514Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.ust.core.tests/1.0.9-SNAPSHOT/org.eclipse.tracecompass.lttng2.ust.core.tests-1.0.9-SNAPSHOT-p2metadata.xml 16:10:20 [2019-07-19T20:10:20.514Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.ust.core.tests/1.0.9-SNAPSHOT/org.eclipse.tracecompass.lttng2.ust.core.tests-1.0.9-SNAPSHOT-p2artifacts.xml 16:10:20 [2019-07-19T20:10:20.514Z] [INFO] 16:10:20 [2019-07-19T20:10:20.514Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.lttng2.ust.core.tests --- 16:10:20 [2019-07-19T20:10:20.514Z] [INFO] 16:10:20 [2019-07-19T20:10:20.514Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.ust.ui.tests >-- 16:10:20 [2019-07-19T20:10:20.514Z] [INFO] Building org.eclipse.tracecompass.lttng2.ust.ui.tests 1.0.0-SNAPSHOT [97/134] 16:10:20 [2019-07-19T20:10:20.514Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- 16:10:20 [2019-07-19T20:10:20.514Z] [INFO] 16:10:20 [2019-07-19T20:10:20.514Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.lttng2.ust.ui.tests --- 16:10:20 [2019-07-19T20:10:20.514Z] [INFO] 16:10:20 [2019-07-19T20:10:20.514Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.lttng2.ust.ui.tests --- 16:10:20 [2019-07-19T20:10:20.514Z] [INFO] The project's OSGi version is 1.0.0.201907191907 16:10:20 [2019-07-19T20:10:20.514Z] [INFO] 16:10:20 [2019-07-19T20:10:20.514Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.lttng2.ust.ui.tests --- 16:10:20 [2019-07-19T20:10:20.514Z] [INFO] 16:10:20 [2019-07-19T20:10:20.514Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.lttng2.ust.ui.tests --- 16:10:20 [2019-07-19T20:10:20.514Z] [INFO] 16:10:20 [2019-07-19T20:10:20.514Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.lttng2.ust.ui.tests --- 16:10:20 [2019-07-19T20:10:20.514Z] [INFO] 16:10:20 [2019-07-19T20:10:20.514Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.lttng2.ust.ui.tests --- 16:10:20 [2019-07-19T20:10:20.514Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 16:10:20 [2019-07-19T20:10:20.514Z] [INFO] 16:10:20 [2019-07-19T20:10:20.514Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.lttng2.ust.ui.tests --- 16:10:20 [2019-07-19T20:10:20.514Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:10:20 [2019-07-19T20:10:20.514Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.tests/src/main/resources 16:10:20 [2019-07-19T20:10:20.514Z] [INFO] 16:10:20 [2019-07-19T20:10:20.514Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.lttng2.ust.ui.tests --- 16:10:20 [2019-07-19T20:10:20.514Z] [INFO] Compiling 1 source file to /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.tests/target/classes 16:10:21 [2019-07-19T20:10:21.077Z] [INFO] 16:10:21 [2019-07-19T20:10:21.077Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.lttng2.ust.ui.tests --- 16:10:21 [2019-07-19T20:10:21.077Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:10:21 [2019-07-19T20:10:21.077Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.tests/src/test/resources 16:10:21 [2019-07-19T20:10:21.077Z] [INFO] 16:10:21 [2019-07-19T20:10:21.077Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.lttng2.ust.ui.tests --- 16:10:21 [2019-07-19T20:10:21.077Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.tests/target/org.eclipse.tracecompass.lttng2.ust.ui.tests-1.0.0-SNAPSHOT-sources.jar 16:10:21 [2019-07-19T20:10:21.077Z] [INFO] 16:10:21 [2019-07-19T20:10:21.077Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.lttng2.ust.ui.tests --- 16:10:21 [2019-07-19T20:10:21.077Z] [INFO] 16:10:21 [2019-07-19T20:10:21.077Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.lttng2.ust.ui.tests --- 16:10:21 [2019-07-19T20:10:21.077Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.tests/target/org.eclipse.tracecompass.lttng2.ust.ui.tests-1.0.0-SNAPSHOT.jar 16:10:21 [2019-07-19T20:10:21.077Z] [INFO] 16:10:21 [2019-07-19T20:10:21.077Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.lttng2.ust.ui.tests --- 16:10:21 [2019-07-19T20:10:21.077Z] [INFO] 16:10:21 [2019-07-19T20:10:21.077Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.lttng2.ust.ui.tests --- 16:10:21 [2019-07-19T20:10:21.077Z] [INFO] 16:10:21 [2019-07-19T20:10:21.077Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.lttng2.ust.ui.tests --- 16:10:21 [2019-07-19T20:10:21.077Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.tests/target/org.eclipse.tracecompass.lttng2.ust.ui.tests-1.0.0-SNAPSHOT.jar 16:10:21 [2019-07-19T20:10:21.077Z] [INFO] 16:10:21 [2019-07-19T20:10:21.077Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.lttng2.ust.ui.tests --- 16:10:21 [2019-07-19T20:10:21.077Z] [INFO] 16:10:21 [2019-07-19T20:10:21.077Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.lttng2.ust.ui.tests --- 16:10:22 [2019-07-19T20:10:22.971Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.tests/target/work/data/.metadata/.log 16:10:22 [2019-07-19T20:10:22.971Z] [INFO] Command line: 16:10:22 [2019-07-19T20:10:22.971Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog] 16:10:22 [2019-07-19T20:10:22.971Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass 16:10:27 [2019-07-19T20:10:27.147Z] !SESSION 2019-07-19 20:10:23.073 ----------------------------------------------- 16:10:27 [2019-07-19T20:10:27.147Z] eclipse.buildId=unknown 16:10:27 [2019-07-19T20:10:27.147Z] java.version=1.8.0_202 16:10:27 [2019-07-19T20:10:27.147Z] java.vendor=Oracle Corporation 16:10:27 [2019-07-19T20:10:27.147Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US 16:10:27 [2019-07-19T20:10:27.148Z] Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.tests/target/surefire.properties -product org.eclipse.platform.ide 16:10:27 [2019-07-19T20:10:27.148Z] Command-line arguments: -data /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog 16:10:27 [2019-07-19T20:10:27.148Z] 16:10:27 [2019-07-19T20:10:27.148Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-19 20:10:26.380 16:10:27 [2019-07-19T20:10:27.148Z] !MESSAGE FrameworkEvent ERROR 16:10:27 [2019-07-19T20:10:27.148Z] !STACK 0 16:10:27 [2019-07-19T20:10:27.148Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [65] 16:10:27 [2019-07-19T20:10:27.148Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 16:10:27 [2019-07-19T20:10:27.148Z] 16:10:27 [2019-07-19T20:10:27.148Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 16:10:27 [2019-07-19T20:10:27.148Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 16:10:27 [2019-07-19T20:10:27.148Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 16:10:27 [2019-07-19T20:10:27.148Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 16:10:27 [2019-07-19T20:10:27.148Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 16:10:27 [2019-07-19T20:10:27.148Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 16:10:27 [2019-07-19T20:10:27.148Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 16:10:27 [2019-07-19T20:10:27.148Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 16:10:27 [2019-07-19T20:10:27.148Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 16:10:27 [2019-07-19T20:10:27.148Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 16:10:27 [2019-07-19T20:10:27.148Z] 16:10:27 [2019-07-19T20:10:27.148Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-19 20:10:26.524 16:10:27 [2019-07-19T20:10:27.148Z] !MESSAGE FrameworkEvent ERROR 16:10:27 [2019-07-19T20:10:27.148Z] !STACK 0 16:10:27 [2019-07-19T20:10:27.148Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [134] 16:10:27 [2019-07-19T20:10:27.148Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 16:10:27 [2019-07-19T20:10:27.148Z] Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)" 16:10:27 [2019-07-19T20:10:27.148Z] -> Export-Package: org.apache.http.impl.auth.win; bundle-symbolic-name="org.apache.httpcomponents.httpclient.win"; bundle-version="4.5.6.v20190213-1947"; version="4.5.6"; x-internal:="true"; uses:="org.apache.http,org.apache.http.auth,org.apache.http.client,org.apache.http.impl.auth,org.apache.http.protocol,org.apache.http.util" 16:10:27 [2019-07-19T20:10:27.148Z] org.apache.httpcomponents.httpclient.win [36] 16:10:27 [2019-07-19T20:10:27.148Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 16:10:27 [2019-07-19T20:10:27.148Z] 16:10:27 [2019-07-19T20:10:27.148Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 16:10:27 [2019-07-19T20:10:27.148Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 16:10:27 [2019-07-19T20:10:27.148Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 16:10:27 [2019-07-19T20:10:27.148Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 16:10:27 [2019-07-19T20:10:27.148Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 16:10:27 [2019-07-19T20:10:27.148Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 16:10:27 [2019-07-19T20:10:27.148Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 16:10:27 [2019-07-19T20:10:27.148Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 16:10:27 [2019-07-19T20:10:27.148Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 16:10:27 [2019-07-19T20:10:27.148Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 16:10:29 [2019-07-19T20:10:29.041Z] process 12475: D-Bus library appears to be incorrectly set up; failed to read machine uuid: UUID file '/etc/machine-id' should contain a hex string of length 32, not length 0, with no other text 16:10:29 [2019-07-19T20:10:29.041Z] See the manual page for dbus-uuidgen to correct this issue. 16:10:29 [2019-07-19T20:10:29.298Z] SWT SessionManagerDBus: Failed to connect to org.gnome.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory) 16:10:29 [2019-07-19T20:10:29.298Z] SWT SessionManagerDBus: Failed to connect to org.xfce.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory) 16:10:41 [2019-07-19T20:10:41.482Z] Running org.eclipse.tracecompass.lttng2.ust.ui.tests.ActivatorTest 16:10:41 [2019-07-19T20:10:41.482Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.eclipse.tracecompass.lttng2.ust.ui.tests.ActivatorTest 16:10:41 [2019-07-19T20:10:41.482Z] testStartBundleContext(org.eclipse.tracecompass.lttng2.ust.ui.tests.ActivatorTest) Time elapsed: 0.001 s 16:10:41 [2019-07-19T20:10:41.482Z] testActivator(org.eclipse.tracecompass.lttng2.ust.ui.tests.ActivatorTest) Time elapsed: 0 s 16:10:41 [2019-07-19T20:10:41.482Z] testStopBundleContext(org.eclipse.tracecompass.lttng2.ust.ui.tests.ActivatorTest) Time elapsed: 0 s 16:10:41 [2019-07-19T20:10:41.482Z] testGetDefault(org.eclipse.tracecompass.lttng2.ust.ui.tests.ActivatorTest) Time elapsed: 0 s 16:10:41 [2019-07-19T20:10:41.482Z] 16:10:41 [2019-07-19T20:10:41.482Z] Results: 16:10:41 [2019-07-19T20:10:41.482Z] 16:10:41 [2019-07-19T20:10:41.482Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 16:10:41 [2019-07-19T20:10:41.482Z] 16:10:41 [2019-07-19T20:10:41.739Z] [INFO] All tests passed! 16:10:41 [2019-07-19T20:10:41.739Z] [INFO] 16:10:41 [2019-07-19T20:10:41.739Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.lttng2.ust.ui.tests --- 16:10:41 [2019-07-19T20:10:41.739Z] [INFO] Loading execution data file /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.tests/../../target/jacoco.exec 16:10:41 [2019-07-19T20:10:41.739Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.ust.ui.tests' with 1 classes 16:10:41 [2019-07-19T20:10:41.996Z] [INFO] 16:10:41 [2019-07-19T20:10:41.996Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.lttng2.ust.ui.tests --- 16:10:41 [2019-07-19T20:10:41.996Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.tests/target/org.eclipse.tracecompass.lttng2.ust.ui.tests-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.ust.ui.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.ust.ui.tests-1.0.0-SNAPSHOT.jar 16:10:41 [2019-07-19T20:10:41.996Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.tests/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.ust.ui.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.ust.ui.tests-1.0.0-SNAPSHOT.pom 16:10:41 [2019-07-19T20:10:41.996Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.tests/target/org.eclipse.tracecompass.lttng2.ust.ui.tests-1.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.ust.ui.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.ust.ui.tests-1.0.0-SNAPSHOT-sources.jar 16:10:41 [2019-07-19T20:10:41.996Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.tests/target/org.eclipse.tracecompass.lttng2.ust.ui.tests-1.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.ust.ui.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.ust.ui.tests-1.0.0-SNAPSHOT-pack200.jar.pack.gz 16:10:41 [2019-07-19T20:10:41.996Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.ust.ui.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.ust.ui.tests-1.0.0-SNAPSHOT-p2metadata.xml 16:10:41 [2019-07-19T20:10:41.996Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.ust.ui.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.ust.ui.tests-1.0.0-SNAPSHOT-p2artifacts.xml 16:10:41 [2019-07-19T20:10:41.996Z] [INFO] 16:10:41 [2019-07-19T20:10:41.996Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.lttng2.ust.ui.tests --- 16:10:41 [2019-07-19T20:10:41.996Z] [INFO] 16:10:41 [2019-07-19T20:10:41.996Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests >-- 16:10:41 [2019-07-19T20:10:41.996Z] [INFO] Building org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests 1.0.5-SNAPSHOT [98/134] 16:10:41 [2019-07-19T20:10:41.996Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- 16:10:41 [2019-07-19T20:10:41.996Z] [INFO] 16:10:41 [2019-07-19T20:10:41.996Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests --- 16:10:41 [2019-07-19T20:10:41.996Z] [INFO] 16:10:41 [2019-07-19T20:10:41.996Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests --- 16:10:41 [2019-07-19T20:10:41.996Z] [INFO] The project's OSGi version is 1.0.5.201907191907 16:10:41 [2019-07-19T20:10:41.996Z] [INFO] 16:10:41 [2019-07-19T20:10:41.996Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests --- 16:10:41 [2019-07-19T20:10:41.996Z] [INFO] 16:10:41 [2019-07-19T20:10:41.996Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests --- 16:10:41 [2019-07-19T20:10:41.996Z] [INFO] 16:10:41 [2019-07-19T20:10:41.996Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests --- 16:10:41 [2019-07-19T20:10:41.996Z] [INFO] 16:10:41 [2019-07-19T20:10:41.996Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests --- 16:10:41 [2019-07-19T20:10:41.996Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 16:10:41 [2019-07-19T20:10:41.996Z] [INFO] 16:10:41 [2019-07-19T20:10:41.996Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests --- 16:10:41 [2019-07-19T20:10:41.996Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:10:41 [2019-07-19T20:10:41.996Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/src/main/resources 16:10:41 [2019-07-19T20:10:41.996Z] [INFO] 16:10:41 [2019-07-19T20:10:41.996Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests --- 16:10:41 [2019-07-19T20:10:41.996Z] [INFO] Compiling 10 source files to /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/target/classes 16:10:42 [2019-07-19T20:10:42.560Z] [INFO] 16:10:42 [2019-07-19T20:10:42.560Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests --- 16:10:42 [2019-07-19T20:10:42.560Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:10:42 [2019-07-19T20:10:42.560Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/src/test/resources 16:10:42 [2019-07-19T20:10:42.560Z] [INFO] 16:10:42 [2019-07-19T20:10:42.560Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests --- 16:10:42 [2019-07-19T20:10:42.560Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/target/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests-1.0.5-SNAPSHOT-sources.jar 16:10:42 [2019-07-19T20:10:42.560Z] [INFO] 16:10:42 [2019-07-19T20:10:42.560Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests --- 16:10:42 [2019-07-19T20:10:42.560Z] [INFO] 16:10:42 [2019-07-19T20:10:42.880Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests --- 16:10:42 [2019-07-19T20:10:42.881Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/target/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests-1.0.5-SNAPSHOT.jar 16:10:42 [2019-07-19T20:10:42.881Z] [INFO] 16:10:42 [2019-07-19T20:10:42.881Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests --- 16:10:42 [2019-07-19T20:10:42.881Z] [INFO] 16:10:42 [2019-07-19T20:10:42.881Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests --- 16:10:42 [2019-07-19T20:10:42.881Z] [INFO] 16:10:42 [2019-07-19T20:10:42.881Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests --- 16:10:42 [2019-07-19T20:10:42.881Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/target/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests-1.0.5-SNAPSHOT.jar 16:10:42 [2019-07-19T20:10:42.881Z] [INFO] 16:10:42 [2019-07-19T20:10:42.881Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests --- 16:10:42 [2019-07-19T20:10:42.881Z] [INFO] 16:10:42 [2019-07-19T20:10:42.881Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests --- 16:10:44 [2019-07-19T20:10:44.774Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/target/work/data/.metadata/.log 16:10:44 [2019-07-19T20:10:44.774Z] [INFO] Command line: 16:10:44 [2019-07-19T20:10:44.774Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -nouithread, -consoleLog] 16:10:44 [2019-07-19T20:10:44.774Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass 16:10:48 [2019-07-19T20:10:48.048Z] !SESSION 2019-07-19 20:10:44.619 ----------------------------------------------- 16:10:48 [2019-07-19T20:10:48.048Z] eclipse.buildId=unknown 16:10:48 [2019-07-19T20:10:48.048Z] java.version=1.8.0_202 16:10:48 [2019-07-19T20:10:48.048Z] java.vendor=Oracle Corporation 16:10:48 [2019-07-19T20:10:48.048Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US 16:10:48 [2019-07-19T20:10:48.048Z] Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/target/surefire.properties -product org.eclipse.platform.ide -nouithread 16:10:48 [2019-07-19T20:10:48.048Z] Command-line arguments: -data /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/target/surefire.properties -product org.eclipse.platform.ide -nouithread -consoleLog 16:10:48 [2019-07-19T20:10:48.048Z] 16:10:48 [2019-07-19T20:10:48.048Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-19 20:10:47.873 16:10:48 [2019-07-19T20:10:48.048Z] !MESSAGE FrameworkEvent ERROR 16:10:48 [2019-07-19T20:10:48.048Z] !STACK 0 16:10:48 [2019-07-19T20:10:48.048Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [65] 16:10:48 [2019-07-19T20:10:48.048Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 16:10:48 [2019-07-19T20:10:48.048Z] 16:10:48 [2019-07-19T20:10:48.048Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 16:10:48 [2019-07-19T20:10:48.048Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 16:10:48 [2019-07-19T20:10:48.048Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 16:10:48 [2019-07-19T20:10:48.048Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 16:10:48 [2019-07-19T20:10:48.048Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 16:10:48 [2019-07-19T20:10:48.048Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 16:10:48 [2019-07-19T20:10:48.048Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 16:10:48 [2019-07-19T20:10:48.048Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 16:10:48 [2019-07-19T20:10:48.048Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 16:10:48 [2019-07-19T20:10:48.048Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 16:10:48 [2019-07-19T20:10:48.305Z] 16:10:48 [2019-07-19T20:10:48.305Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-19 20:10:48.071 16:10:48 [2019-07-19T20:10:48.305Z] !MESSAGE FrameworkEvent ERROR 16:10:48 [2019-07-19T20:10:48.305Z] !STACK 0 16:10:48 [2019-07-19T20:10:48.305Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [134] 16:10:48 [2019-07-19T20:10:48.305Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 16:10:48 [2019-07-19T20:10:48.305Z] Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)" 16:10:48 [2019-07-19T20:10:48.305Z] -> Export-Package: org.apache.http.impl.auth.win; bundle-symbolic-name="org.apache.httpcomponents.httpclient.win"; bundle-version="4.5.6.v20190213-1947"; version="4.5.6"; x-internal:="true"; uses:="org.apache.http,org.apache.http.auth,org.apache.http.client,org.apache.http.impl.auth,org.apache.http.protocol,org.apache.http.util" 16:10:48 [2019-07-19T20:10:48.305Z] org.apache.httpcomponents.httpclient.win [36] 16:10:48 [2019-07-19T20:10:48.305Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 16:10:48 [2019-07-19T20:10:48.305Z] 16:10:48 [2019-07-19T20:10:48.305Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 16:10:48 [2019-07-19T20:10:48.305Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 16:10:48 [2019-07-19T20:10:48.305Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 16:10:48 [2019-07-19T20:10:48.305Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 16:10:48 [2019-07-19T20:10:48.305Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 16:10:48 [2019-07-19T20:10:48.305Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 16:10:48 [2019-07-19T20:10:48.305Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 16:10:48 [2019-07-19T20:10:48.305Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 16:10:48 [2019-07-19T20:10:48.305Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 16:10:48 [2019-07-19T20:10:48.305Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 16:10:50 [2019-07-19T20:10:50.198Z] process 12544: D-Bus library appears to be incorrectly set up; failed to read machine uuid: UUID file '/etc/machine-id' should contain a hex string of length 32, not length 0, with no other text 16:10:50 [2019-07-19T20:10:50.198Z] See the manual page for dbus-uuidgen to correct this issue. 16:10:50 [2019-07-19T20:10:50.763Z] SWT SessionManagerDBus: Failed to connect to org.gnome.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory) 16:10:50 [2019-07-19T20:10:50.763Z] SWT SessionManagerDBus: Failed to connect to org.xfce.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory) 16:11:00 [2019-07-19T20:11:00.722Z] Running org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests.ControlViewExcludeEventsTest 16:11:01 [2019-07-19T20:11:01.653Z] Display size: 1440x900 16:11:01 [2019-07-19T20:11:01.653Z] OS version=3.10.0-957.21.3.el7.x86_64 16:11:01 [2019-07-19T20:11:01.653Z] GTK version=3.18.9 16:11:01 [2019-07-19T20:11:01.653Z] GTK theme=Ambiance 16:11:01 [2019-07-19T20:11:01.653Z] LIBOVERLAY_SCROLLBAR=0 16:11:01 [2019-07-19T20:11:01.653Z] Time zone: Coordinated Universal Time 16:11:01 [2019-07-19T20:11:01.653Z] log4j:WARN No appenders could be found for logger (org.eclipse.swtbot.swt.finder.widgets.SWTBotShell). 16:11:01 [2019-07-19T20:11:01.653Z] log4j:WARN Please initialize the log4j system properly. 16:11:03 [2019-07-19T20:11:03.547Z] *** BUG *** 16:11:03 [2019-07-19T20:11:03.547Z] In pixman_region32_init_rect: Invalid rectangle passed 16:11:03 [2019-07-19T20:11:03.547Z] Set a breakpoint on '_pixman_log_error' to debug 16:11:03 [2019-07-19T20:11:03.547Z] 16:11:03 [2019-07-19T20:11:03.547Z] *** BUG *** 16:11:03 [2019-07-19T20:11:03.547Z] In pixman_region32_init_rect: Invalid rectangle passed 16:11:03 [2019-07-19T20:11:03.547Z] Set a breakpoint on '_pixman_log_error' to debug 16:11:03 [2019-07-19T20:11:03.547Z] 16:11:03 [2019-07-19T20:11:03.804Z] *** BUG *** 16:11:03 [2019-07-19T20:11:03.804Z] In pixman_region32_init_rect: Invalid rectangle passed 16:11:03 [2019-07-19T20:11:03.804Z] Set a breakpoint on '_pixman_log_error' to debug 16:11:03 [2019-07-19T20:11:03.804Z] 16:11:03 [2019-07-19T20:11:03.804Z] *** BUG *** 16:11:03 [2019-07-19T20:11:03.804Z] In pixman_region32_init_rect: Invalid rectangle passed 16:11:03 [2019-07-19T20:11:03.804Z] Set a breakpoint on '_pixman_log_error' to debug 16:11:03 [2019-07-19T20:11:03.804Z] 16:11:04 [2019-07-19T20:11:04.734Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.internal.lttng2.ui.views.control"' 16:11:04 [2019-07-19T20:11:04.734Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:11:04 [2019-07-19T20:11:04.734Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:11:04 [2019-07-19T20:11:04.734Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:04 [2019-07-19T20:11:04.734Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=198968826 data=null button=0 stateMask=0x0 x=69 y=11 count=0} to TreeItem with text {myNode} 16:11:04 [2019-07-19T20:11:04.734Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=198968828 data=null doit=true} to TreeItem with text {myNode} 16:11:04 [2019-07-19T20:11:04.734Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=198968828 data=null} to TreeItem with text {myNode} 16:11:04 [2019-07-19T20:11:04.734Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=198968829 data=null button=1 stateMask=0x0 x=69 y=11 count=1} to TreeItem with text {myNode} 16:11:04 [2019-07-19T20:11:04.734Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198968830 data=null item=TreeItem {myNode} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {myNode} 16:11:04 [2019-07-19T20:11:04.734Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=198968860 data=null button=1 stateMask=0x80000 x=69 y=11 count=1} to TreeItem with text {myNode} 16:11:04 [2019-07-19T20:11:04.734Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:04 [2019-07-19T20:11:04.734Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=198968862 data=null button=0 stateMask=0x0 x=69 y=11 count=0} to TreeItem with text {myNode} 16:11:04 [2019-07-19T20:11:04.734Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=198968862 data=null doit=true} to TreeItem with text {myNode} 16:11:04 [2019-07-19T20:11:04.734Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=198968862 data=null} to TreeItem with text {myNode} 16:11:04 [2019-07-19T20:11:04.734Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=198968863 data=null button=1 stateMask=0x0 x=69 y=11 count=1} to TreeItem with text {myNode} 16:11:04 [2019-07-19T20:11:04.734Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198968863 data=null item=TreeItem {myNode} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {myNode} 16:11:04 [2019-07-19T20:11:04.734Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=198968928 data=null button=1 stateMask=0x80000 x=69 y=11 count=1} to TreeItem with text {myNode} 16:11:05 [2019-07-19T20:11:05.308Z] DEBUG - matched MenuItem with text "Connect", using matcher: with mnemonic 'Connect' 16:11:05 [2019-07-19T20:11:05.308Z] DEBUG - Clicking on with mnemonic 'Connect' 16:11:05 [2019-07-19T20:11:05.308Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Connect} time=198969264 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Connect' 16:11:05 [2019-07-19T20:11:05.308Z] DEBUG - Clicked on with mnemonic 'Connect' 16:11:06 [2019-07-19T20:11:06.361Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:06 [2019-07-19T20:11:06.361Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Sessions} time=198970367 data=null button=0 stateMask=0x0 x=89 y=137 count=0} to Tree node with text: Sessions 16:11:06 [2019-07-19T20:11:06.361Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Sessions} time=198970367 data=null doit=true} to Tree node with text: Sessions 16:11:06 [2019-07-19T20:11:06.361Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Sessions} time=198970367 data=null} to Tree node with text: Sessions 16:11:06 [2019-07-19T20:11:06.361Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Sessions} time=198970371 data=null button=1 stateMask=0x0 x=89 y=137 count=1} to Tree node with text: Sessions 16:11:06 [2019-07-19T20:11:06.361Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198970372 data=null item=TreeItem {Sessions} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: Sessions 16:11:06 [2019-07-19T20:11:06.361Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Sessions} time=198970434 data=null button=1 stateMask=0x80000 x=89 y=108 count=1} to Tree node with text: Sessions 16:11:06 [2019-07-19T20:11:06.361Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:06 [2019-07-19T20:11:06.361Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Sessions} time=198970435 data=null button=0 stateMask=0x0 x=89 y=108 count=0} to Tree node with text: Sessions 16:11:06 [2019-07-19T20:11:06.361Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Sessions} time=198970436 data=null doit=true} to Tree node with text: Sessions 16:11:06 [2019-07-19T20:11:06.361Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Sessions} time=198970436 data=null} to Tree node with text: Sessions 16:11:06 [2019-07-19T20:11:06.361Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Sessions} time=198970437 data=null button=1 stateMask=0x0 x=89 y=108 count=1} to Tree node with text: Sessions 16:11:06 [2019-07-19T20:11:06.361Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198970438 data=null item=TreeItem {Sessions} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: Sessions 16:11:06 [2019-07-19T20:11:06.361Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Sessions} time=198970440 data=null button=1 stateMask=0x80000 x=89 y=108 count=1} to Tree node with text: Sessions 16:11:06 [2019-07-19T20:11:06.618Z] DEBUG - matched MenuItem with text "Create Session...", using matcher: with mnemonic 'Create Session...' 16:11:06 [2019-07-19T20:11:06.618Z] DEBUG - Clicking on with mnemonic 'Create Session...' 16:11:06 [2019-07-19T20:11:06.875Z] DEBUG - Clicked on with mnemonic 'Create Session...' 16:11:06 [2019-07-19T20:11:06.875Z] DEBUG - matched Shell with text "Create Session", using matcher: with text 'Create Session' 16:11:06 [2019-07-19T20:11:06.875Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Create Session} time=198971064 data=null doit=true} to Shell with text {Create Session} 16:11:06 [2019-07-19T20:11:06.875Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 16:11:06 [2019-07-19T20:11:06.875Z] DEBUG - matched Label with text "Session Name", using matcher: with mnemonic 'Session Name' 16:11:06 [2019-07-19T20:11:06.875Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Session Name') 16:11:06 [2019-07-19T20:11:06.875Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Session Name')) 16:11:06 [2019-07-19T20:11:06.875Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 16:11:06 [2019-07-19T20:11:06.875Z] DEBUG - matched Label with text "Session Name", using matcher: with mnemonic 'Session Name' 16:11:06 [2019-07-19T20:11:06.875Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Session Name') 16:11:06 [2019-07-19T20:11:06.875Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Session Name')) 16:11:06 [2019-07-19T20:11:06.875Z] DEBUG - matched Text with text "Configure the new tr...", using matcher: of type 'Text' 16:11:06 [2019-07-19T20:11:06.875Z] DEBUG - matched Label with text "Session Name", using matcher: with mnemonic 'Session Name' 16:11:06 [2019-07-19T20:11:06.875Z] DEBUG - matched Text with text "Configure the new tr...", using matcher: with label (with mnemonic 'Session Name') 16:11:06 [2019-07-19T20:11:06.875Z] DEBUG - matched Text with text "Configure the new tr...", using matcher: (of type 'Text' and with label (with mnemonic 'Session Name')) 16:11:07 [2019-07-19T20:11:07.133Z] DEBUG - matched Button with text "Normal Mode", using matcher: of type 'Button' 16:11:07 [2019-07-19T20:11:07.133Z] DEBUG - matched Button with text "Snapshot Mode", using matcher: of type 'Button' 16:11:07 [2019-07-19T20:11:07.133Z] DEBUG - matched Button with text "Advanced >>>", using matcher: of type 'Button' 16:11:07 [2019-07-19T20:11:07.133Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' 16:11:07 [2019-07-19T20:11:07.133Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' 16:11:07 [2019-07-19T20:11:07.133Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok' 16:11:07 [2019-07-19T20:11:07.133Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH' 16:11:07 [2019-07-19T20:11:07.133Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:07 [2019-07-19T20:11:07.133Z] DEBUG - Clicking on &Ok 16:11:07 [2019-07-19T20:11:07.133Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=198971141 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:07 [2019-07-19T20:11:07.133Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=198971141 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:07 [2019-07-19T20:11:07.133Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=198971142 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:07 [2019-07-19T20:11:07.133Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=198971142 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:07 [2019-07-19T20:11:07.133Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=198971143 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:07 [2019-07-19T20:11:07.133Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=198971143 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:07 [2019-07-19T20:11:07.133Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=198971143 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:07 [2019-07-19T20:11:07.133Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Create Session...} time=198970656 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Create Session...' 16:11:07 [2019-07-19T20:11:07.133Z] DEBUG - Clicked on 16:11:07 [2019-07-19T20:11:07.391Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Sessions} time=198971453 data=null doit=true} to Tree node with text: Sessions 16:11:07 [2019-07-19T20:11:07.391Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Sessions} time=198971453 data=null} to Tree node with text: Sessions 16:11:07 [2019-07-19T20:11:07.391Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Sessions} time=198971454 data=null button=1 stateMask=0x0 x=89 y=92 count=1} to Tree node with text: Sessions 16:11:07 [2019-07-19T20:11:07.391Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=198971455 data=null item=TreeItem {Sessions} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Tree node with text: Sessions 16:11:07 [2019-07-19T20:11:07.391Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Sessions} time=198971458 data=null button=1 stateMask=0x80000 x=89 y=92 count=1} to Tree node with text: Sessions 16:11:07 [2019-07-19T20:11:07.391Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:07 [2019-07-19T20:11:07.391Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:07 [2019-07-19T20:11:07.391Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:07 [2019-07-19T20:11:07.391Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:07 [2019-07-19T20:11:07.391Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:07 [2019-07-19T20:11:07.391Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=198971472 data=null button=0 stateMask=0x0 x=112 y=113 count=0} to Tree node with text: mysession 16:11:07 [2019-07-19T20:11:07.391Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=198971473 data=null doit=true} to Tree node with text: mysession 16:11:07 [2019-07-19T20:11:07.391Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=198971473 data=null} to Tree node with text: mysession 16:11:07 [2019-07-19T20:11:07.391Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=198971474 data=null button=1 stateMask=0x0 x=112 y=113 count=1} to Tree node with text: mysession 16:11:07 [2019-07-19T20:11:07.391Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198971475 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:11:07 [2019-07-19T20:11:07.391Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=198971495 data=null button=1 stateMask=0x80000 x=112 y=108 count=1} to Tree node with text: mysession 16:11:07 [2019-07-19T20:11:07.391Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:07 [2019-07-19T20:11:07.391Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=198971535 data=null button=0 stateMask=0x0 x=112 y=100 count=0} to Tree node with text: mysession 16:11:07 [2019-07-19T20:11:07.391Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=198971535 data=null doit=true} to Tree node with text: mysession 16:11:07 [2019-07-19T20:11:07.391Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=198971536 data=null} to Tree node with text: mysession 16:11:07 [2019-07-19T20:11:07.391Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=198971542 data=null button=1 stateMask=0x0 x=112 y=100 count=1} to Tree node with text: mysession 16:11:07 [2019-07-19T20:11:07.391Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198971542 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:11:07 [2019-07-19T20:11:07.391Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=198971553 data=null button=1 stateMask=0x80000 x=112 y=97 count=1} to Tree node with text: mysession 16:11:07 [2019-07-19T20:11:07.648Z] DEBUG - matched MenuItem with text "Enable Event (defaul...", using matcher: with mnemonic 'Enable Event (default channel)...' 16:11:07 [2019-07-19T20:11:07.648Z] DEBUG - Clicking on with mnemonic 'Enable Event (default channel)...' 16:11:08 [2019-07-19T20:11:08.213Z] DEBUG - Clicked on with mnemonic 'Enable Event (default channel)...' 16:11:08 [2019-07-19T20:11:08.213Z] DEBUG - matched Shell with text "Enable Events", using matcher: with text 'Enable Events' 16:11:08 [2019-07-19T20:11:08.213Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Enable Events} time=198972276 data=null doit=true} to Shell with text {Enable Events} 16:11:08 [2019-07-19T20:11:08.213Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' 16:11:08 [2019-07-19T20:11:08.213Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' 16:11:08 [2019-07-19T20:11:08.213Z] DEBUG - matched Button with text "UST", using matcher: with mnemonic 'UST' 16:11:08 [2019-07-19T20:11:08.213Z] DEBUG - matched Group with text "Domain", using matcher: with mnemonic 'Domain' 16:11:08 [2019-07-19T20:11:08.213Z] DEBUG - matched Button with text "UST", using matcher: in group (with mnemonic 'Domain') 16:11:08 [2019-07-19T20:11:08.213Z] DEBUG - matched Button with text "UST", using matcher: with style 'SWT.RADIO' 16:11:08 [2019-07-19T20:11:08.213Z] DEBUG - matched Button with text "UST", using matcher: (of type 'Button' and with mnemonic 'UST' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:08 [2019-07-19T20:11:08.213Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' 16:11:08 [2019-07-19T20:11:08.213Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' 16:11:08 [2019-07-19T20:11:08.213Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' 16:11:08 [2019-07-19T20:11:08.213Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:08 [2019-07-19T20:11:08.213Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:08 [2019-07-19T20:11:08.213Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:08 [2019-07-19T20:11:08.213Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:08 [2019-07-19T20:11:08.213Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:08 [2019-07-19T20:11:08.213Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' 16:11:08 [2019-07-19T20:11:08.213Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' 16:11:08 [2019-07-19T20:11:08.213Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'UST' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:08 [2019-07-19T20:11:08.213Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Kernel} time=198972346 data=null doit=true} to Button with text {Kernel} 16:11:08 [2019-07-19T20:11:08.213Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Kernel} time=198972347 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Button with text {Kernel} 16:11:08 [2019-07-19T20:11:08.213Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'UST' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:08 [2019-07-19T20:11:08.213Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {UST} time=198972349 data=null doit=true} to (of type 'Button' and with mnemonic 'UST' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:08 [2019-07-19T20:11:08.213Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {UST} time=198972350 data=null button=1 stateMask=0x0 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'UST' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:08 [2019-07-19T20:11:08.213Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {UST} time=198972350 data=null button=1 stateMask=0x80000 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'UST' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:08 [2019-07-19T20:11:08.213Z] *** BUG *** 16:11:08 [2019-07-19T20:11:08.213Z] In pixman_region32_init_rect: Invalid rectangle passed 16:11:08 [2019-07-19T20:11:08.213Z] Set a breakpoint on '_pixman_log_error' to debug 16:11:08 [2019-07-19T20:11:08.213Z] 16:11:08 [2019-07-19T20:11:08.470Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {UST} time=198972351 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'UST' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:08 [2019-07-19T20:11:08.470Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'UST' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:08 [2019-07-19T20:11:08.470Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:11:08 [2019-07-19T20:11:08.470Z] DEBUG - matched Group with text "Tracepoint Events", using matcher: with mnemonic 'Tracepoint Events' 16:11:08 [2019-07-19T20:11:08.470Z] DEBUG - matched Tree with text "", using matcher: in group (with mnemonic 'Tracepoint Events') 16:11:08 [2019-07-19T20:11:08.470Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree' and in group (with mnemonic 'Tracepoint Events')) 16:11:08 [2019-07-19T20:11:08.470Z] DEBUG - Setting state to checked on: All 16:11:08 [2019-07-19T20:11:08.470Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' 16:11:08 [2019-07-19T20:11:08.470Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' 16:11:08 [2019-07-19T20:11:08.470Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' 16:11:08 [2019-07-19T20:11:08.470Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' 16:11:08 [2019-07-19T20:11:08.470Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' 16:11:08 [2019-07-19T20:11:08.470Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:08 [2019-07-19T20:11:08.470Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' 16:11:08 [2019-07-19T20:11:08.470Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:08 [2019-07-19T20:11:08.470Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' 16:11:08 [2019-07-19T20:11:08.470Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:08 [2019-07-19T20:11:08.470Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' 16:11:08 [2019-07-19T20:11:08.470Z] DEBUG - matched Group with text "Exclude Events", using matcher: with mnemonic 'Exclude Events' 16:11:08 [2019-07-19T20:11:08.470Z] DEBUG - matched Button with text "Select", using matcher: in group (with mnemonic 'Exclude Events') 16:11:08 [2019-07-19T20:11:08.470Z] DEBUG - matched Button with text "Select", using matcher: with style 'SWT.CHECK' 16:11:08 [2019-07-19T20:11:08.470Z] DEBUG - matched Button with text "Select", using matcher: (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Exclude Events') and with style 'SWT.CHECK') 16:11:08 [2019-07-19T20:11:08.470Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:08 [2019-07-19T20:11:08.470Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' 16:11:08 [2019-07-19T20:11:08.470Z] DEBUG - matched Button with text "loglevel", using matcher: of type 'Button' 16:11:08 [2019-07-19T20:11:08.470Z] DEBUG - matched Button with text "loglevel-only", using matcher: of type 'Button' 16:11:08 [2019-07-19T20:11:08.470Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' 16:11:08 [2019-07-19T20:11:08.470Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' 16:11:08 [2019-07-19T20:11:08.470Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Exclude Events') and with style 'SWT.CHECK') 16:11:08 [2019-07-19T20:11:08.470Z] DEBUG - Toggling state on Button {Select}. Setting state to selected 16:11:08 [2019-07-19T20:11:08.470Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Select} time=198972642 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Exclude Events') and with style 'SWT.CHECK') 16:11:08 [2019-07-19T20:11:08.470Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Select} time=198972643 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Exclude Events') and with style 'SWT.CHECK') 16:11:08 [2019-07-19T20:11:08.470Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Select} time=198972643 data=null doit=true} to (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Exclude Events') and with style 'SWT.CHECK') 16:11:08 [2019-07-19T20:11:08.470Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Select} time=198972644 data=null} to (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Exclude Events') and with style 'SWT.CHECK') 16:11:08 [2019-07-19T20:11:08.470Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Select} time=198972650 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Exclude Events') and with style 'SWT.CHECK') 16:11:08 [2019-07-19T20:11:08.470Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Select} time=198972650 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Exclude Events') and with style 'SWT.CHECK') 16:11:08 [2019-07-19T20:11:08.470Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Select} time=198972650 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Exclude Events') and with style 'SWT.CHECK') 16:11:08 [2019-07-19T20:11:08.470Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Select} time=198972652 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Exclude Events') and with style 'SWT.CHECK') 16:11:08 [2019-07-19T20:11:08.470Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Select} time=198972652 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Exclude Events') and with style 'SWT.CHECK') 16:11:08 [2019-07-19T20:11:08.470Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Select} time=198972653 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Exclude Events') and with style 'SWT.CHECK') 16:11:08 [2019-07-19T20:11:08.470Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Select} time=198972653 data=null doit=true} to (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Exclude Events') and with style 'SWT.CHECK') 16:11:08 [2019-07-19T20:11:08.470Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Select} time=198972653 data=null} to (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Exclude Events') and with style 'SWT.CHECK') 16:11:08 [2019-07-19T20:11:08.470Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Exclude Events') and with style 'SWT.CHECK') 16:11:08 [2019-07-19T20:11:08.470Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 16:11:08 [2019-07-19T20:11:08.470Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 16:11:08 [2019-07-19T20:11:08.470Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 16:11:08 [2019-07-19T20:11:08.470Z] DEBUG - matched Group with text "Exclude Events", using matcher: with mnemonic 'Exclude Events' 16:11:08 [2019-07-19T20:11:08.470Z] DEBUG - matched Text with text "", using matcher: in group (with mnemonic 'Exclude Events') 16:11:08 [2019-07-19T20:11:08.470Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and in group (with mnemonic 'Exclude Events')) 16:11:08 [2019-07-19T20:11:08.470Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 16:11:08 [2019-07-19T20:11:08.470Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 16:11:08 [2019-07-19T20:11:08.470Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' 16:11:08 [2019-07-19T20:11:08.470Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' 16:11:08 [2019-07-19T20:11:08.470Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' 16:11:08 [2019-07-19T20:11:08.470Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' 16:11:08 [2019-07-19T20:11:08.470Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' 16:11:08 [2019-07-19T20:11:08.470Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:08 [2019-07-19T20:11:08.470Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:08 [2019-07-19T20:11:08.470Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:08 [2019-07-19T20:11:08.470Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:08 [2019-07-19T20:11:08.470Z] DEBUG - matched Button with text "loglevel", using matcher: of type 'Button' 16:11:08 [2019-07-19T20:11:08.470Z] DEBUG - matched Button with text "loglevel-only", using matcher: of type 'Button' 16:11:08 [2019-07-19T20:11:08.470Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' 16:11:08 [2019-07-19T20:11:08.470Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' 16:11:08 [2019-07-19T20:11:08.470Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok' 16:11:08 [2019-07-19T20:11:08.470Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH' 16:11:08 [2019-07-19T20:11:08.470Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:08 [2019-07-19T20:11:08.470Z] DEBUG - Clicking on &Ok 16:11:08 [2019-07-19T20:11:08.470Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=198972668 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:08 [2019-07-19T20:11:08.470Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=198972668 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:08 [2019-07-19T20:11:08.470Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=198972668 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:08 [2019-07-19T20:11:08.470Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=198972669 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:08 [2019-07-19T20:11:08.470Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=198972669 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:08 [2019-07-19T20:11:08.470Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=198972669 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:08 [2019-07-19T20:11:08.727Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=198972669 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:08 [2019-07-19T20:11:08.727Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Enable Event (default channel)...} time=198971773 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Enable Event (default channel)...' 16:11:08 [2019-07-19T20:11:08.727Z] 16:11:08 [2019-07-19T20:11:08.727Z] !ENTRY org.eclipse.tracecompass.lttng2.control.ui 4 0 2019-07-19 20:11:08.507 16:11:08 [2019-07-19T20:11:08.727Z] !MESSAGE Command to change state of events failed 16:11:08 [2019-07-19T20:11:08.727Z] !STACK 0 16:11:08 [2019-07-19T20:11:08.727Z] org.eclipse.core.commands.ExecutionException: Command failed! Command: lttng --mi xml enable-event -a -u -s mysession --exclude foo 16:11:08 [2019-07-19T20:11:08.727Z] Error Output: 16:11:08 [2019-07-19T20:11:08.727Z] Command not found 16:11:08 [2019-07-19T20:11:08.727Z] Return Value: 1 16:11:08 [2019-07-19T20:11:08.727Z] Command not found 16:11:08 [2019-07-19T20:11:08.727Z] 16:11:08 [2019-07-19T20:11:08.727Z] at org.eclipse.tracecompass.internal.lttng2.control.ui.views.service.LTTngControlService.executeCommand(LTTngControlService.java:1570) 16:11:08 [2019-07-19T20:11:08.727Z] at org.eclipse.tracecompass.internal.lttng2.control.ui.views.service.LTTngControlService.executeCommand(LTTngControlService.java:1539) 16:11:08 [2019-07-19T20:11:08.727Z] at org.eclipse.tracecompass.internal.lttng2.control.ui.views.service.LTTngControlService.enableEvents(LTTngControlService.java:807) 16:11:08 [2019-07-19T20:11:08.727Z] at org.eclipse.tracecompass.internal.lttng2.control.ui.views.model.impl.TraceSessionComponent.enableEvents(TraceSessionComponent.java:389) 16:11:08 [2019-07-19T20:11:08.727Z] at org.eclipse.tracecompass.internal.lttng2.control.ui.views.handlers.EnableEventOnSessionHandler.enableEvents(EnableEventOnSessionHandler.java:52) 16:11:08 [2019-07-19T20:11:08.727Z] at org.eclipse.tracecompass.internal.lttng2.control.ui.views.handlers.BaseEnableEventHandler$1.run(BaseEnableEventHandler.java:191) 16:11:08 [2019-07-19T20:11:08.727Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) 16:11:08 [2019-07-19T20:11:08.985Z] DEBUG - Clicked on 16:11:08 [2019-07-19T20:11:08.985Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:08 [2019-07-19T20:11:08.985Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:08 [2019-07-19T20:11:08.985Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. 16:11:08 [2019-07-19T20:11:08.985Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:08 [2019-07-19T20:11:08.985Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:08 [2019-07-19T20:11:08.985Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. 16:11:08 [2019-07-19T20:11:08.985Z] WARN - Tree item Tree node with text: UST global is already expanded. Won't expand it again. 16:11:08 [2019-07-19T20:11:08.985Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:08 [2019-07-19T20:11:08.985Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:08 [2019-07-19T20:11:08.985Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. 16:11:08 [2019-07-19T20:11:08.985Z] WARN - Tree item Tree node with text: UST global is already expanded. Won't expand it again. 16:11:08 [2019-07-19T20:11:08.985Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {channel0} time=198973076 data=null doit=true} to Tree node with text: channel0 16:11:08 [2019-07-19T20:11:08.985Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {channel0} time=198973077 data=null} to Tree node with text: channel0 16:11:08 [2019-07-19T20:11:08.985Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {channel0} time=198973126 data=null button=1 stateMask=0x0 x=143 y=92 count=1} to Tree node with text: channel0 16:11:08 [2019-07-19T20:11:08.985Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=198973128 data=null item=TreeItem {channel0} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Tree node with text: channel0 16:11:08 [2019-07-19T20:11:08.985Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {channel0} time=198973130 data=null button=1 stateMask=0x80000 x=143 y=92 count=1} to Tree node with text: channel0 16:11:08 [2019-07-19T20:11:08.985Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:08 [2019-07-19T20:11:08.985Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:08 [2019-07-19T20:11:08.985Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:08 [2019-07-19T20:11:08.985Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=198973134 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession 16:11:08 [2019-07-19T20:11:08.985Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=198973135 data=null doit=true} to Tree node with text: mysession 16:11:08 [2019-07-19T20:11:08.985Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=198973135 data=null} to Tree node with text: mysession 16:11:08 [2019-07-19T20:11:08.985Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=198973135 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession 16:11:08 [2019-07-19T20:11:08.985Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198973136 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:11:08 [2019-07-19T20:11:08.985Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=198973138 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession 16:11:08 [2019-07-19T20:11:08.985Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:08 [2019-07-19T20:11:08.985Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=198973139 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession 16:11:08 [2019-07-19T20:11:08.985Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=198973140 data=null doit=true} to Tree node with text: mysession 16:11:08 [2019-07-19T20:11:08.985Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=198973140 data=null} to Tree node with text: mysession 16:11:08 [2019-07-19T20:11:08.985Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=198973140 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession 16:11:08 [2019-07-19T20:11:08.985Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198973141 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:11:08 [2019-07-19T20:11:08.985Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=198973142 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession 16:11:09 [2019-07-19T20:11:09.243Z] DEBUG - matched MenuItem with text "Start", using matcher: with mnemonic 'Start' 16:11:09 [2019-07-19T20:11:09.243Z] DEBUG - Clicking on with mnemonic 'Start' 16:11:09 [2019-07-19T20:11:09.243Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Start} time=198973336 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Start' 16:11:09 [2019-07-19T20:11:09.243Z] DEBUG - Clicked on with mnemonic 'Start' 16:11:09 [2019-07-19T20:11:09.243Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:09 [2019-07-19T20:11:09.243Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:09 [2019-07-19T20:11:09.243Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:09 [2019-07-19T20:11:09.243Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=198973441 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession 16:11:09 [2019-07-19T20:11:09.243Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=198973442 data=null doit=true} to Tree node with text: mysession 16:11:09 [2019-07-19T20:11:09.243Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=198973442 data=null} to Tree node with text: mysession 16:11:09 [2019-07-19T20:11:09.243Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=198973442 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession 16:11:09 [2019-07-19T20:11:09.243Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198973443 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:11:09 [2019-07-19T20:11:09.243Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=198973447 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession 16:11:09 [2019-07-19T20:11:09.243Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:09 [2019-07-19T20:11:09.243Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=198973448 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession 16:11:09 [2019-07-19T20:11:09.243Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=198973449 data=null doit=true} to Tree node with text: mysession 16:11:09 [2019-07-19T20:11:09.243Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=198973449 data=null} to Tree node with text: mysession 16:11:09 [2019-07-19T20:11:09.243Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=198973449 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession 16:11:09 [2019-07-19T20:11:09.243Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198973450 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:11:09 [2019-07-19T20:11:09.243Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=198973451 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession 16:11:09 [2019-07-19T20:11:09.501Z] DEBUG - matched MenuItem with text "Stop", using matcher: with mnemonic 'Stop' 16:11:09 [2019-07-19T20:11:09.501Z] DEBUG - Clicking on with mnemonic 'Stop' 16:11:09 [2019-07-19T20:11:09.501Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Stop} time=198973628 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Stop' 16:11:09 [2019-07-19T20:11:09.501Z] DEBUG - Clicked on with mnemonic 'Stop' 16:11:09 [2019-07-19T20:11:09.757Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.internal.lttng2.ui.views.control"' 16:11:09 [2019-07-19T20:11:09.758Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:09 [2019-07-19T20:11:09.758Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:09 [2019-07-19T20:11:09.758Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. 16:11:09 [2019-07-19T20:11:09.758Z] WARN - Tree item Tree node with text: UST global is already expanded. Won't expand it again. 16:11:09 [2019-07-19T20:11:09.758Z] WARN - Tree item Tree node with text: channel0 is already expanded. Won't expand it again. 16:11:09 [2019-07-19T20:11:09.758Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:09 [2019-07-19T20:11:09.758Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {*} time=198973936 data=null button=0 stateMask=0x0 x=136 y=113 count=0} to Tree node with text: * 16:11:09 [2019-07-19T20:11:09.758Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {*} time=198973936 data=null doit=true} to Tree node with text: * 16:11:09 [2019-07-19T20:11:09.758Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {*} time=198973936 data=null} to Tree node with text: * 16:11:09 [2019-07-19T20:11:09.758Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {*} time=198973937 data=null button=1 stateMask=0x0 x=136 y=113 count=1} to Tree node with text: * 16:11:09 [2019-07-19T20:11:09.758Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198973937 data=null item=TreeItem {*} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: * 16:11:09 [2019-07-19T20:11:09.758Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {*} time=198973955 data=null button=1 stateMask=0x80000 x=136 y=108 count=1} to Tree node with text: * 16:11:09 [2019-07-19T20:11:09.758Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Properties"' 16:11:10 [2019-07-19T20:11:10.015Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:11:10 [2019-07-19T20:11:10.015Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:11:10 [2019-07-19T20:11:10.015Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:10 [2019-07-19T20:11:10.015Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:10 [2019-07-19T20:11:10.015Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:10 [2019-07-19T20:11:10.015Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=198974177 data=null button=0 stateMask=0x0 x=112 y=29 count=0} to Tree node with text: mysession 16:11:10 [2019-07-19T20:11:10.015Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=198974177 data=null doit=true} to Tree node with text: mysession 16:11:10 [2019-07-19T20:11:10.015Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=198974178 data=null} to Tree node with text: mysession 16:11:10 [2019-07-19T20:11:10.015Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=198974178 data=null button=1 stateMask=0x0 x=112 y=29 count=1} to Tree node with text: mysession 16:11:10 [2019-07-19T20:11:10.015Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198974180 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:11:10 [2019-07-19T20:11:10.015Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=198974182 data=null button=1 stateMask=0x80000 x=112 y=29 count=1} to Tree node with text: mysession 16:11:10 [2019-07-19T20:11:10.015Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:10 [2019-07-19T20:11:10.015Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=198974226 data=null button=0 stateMask=0x0 x=112 y=29 count=0} to Tree node with text: mysession 16:11:10 [2019-07-19T20:11:10.015Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=198974231 data=null doit=true} to Tree node with text: mysession 16:11:10 [2019-07-19T20:11:10.015Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=198974232 data=null} to Tree node with text: mysession 16:11:10 [2019-07-19T20:11:10.015Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=198974232 data=null button=1 stateMask=0x0 x=112 y=29 count=1} to Tree node with text: mysession 16:11:10 [2019-07-19T20:11:10.015Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198974233 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:11:10 [2019-07-19T20:11:10.015Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=198974235 data=null button=1 stateMask=0x80000 x=112 y=29 count=1} to Tree node with text: mysession 16:11:10 [2019-07-19T20:11:10.272Z] DEBUG - matched MenuItem with text "Destroy Session...", using matcher: with mnemonic 'Destroy Session...' 16:11:10 [2019-07-19T20:11:10.273Z] DEBUG - Clicking on with mnemonic 'Destroy Session...' 16:11:10 [2019-07-19T20:11:10.530Z] DEBUG - Clicked on with mnemonic 'Destroy Session...' 16:11:10 [2019-07-19T20:11:10.530Z] DEBUG - matched Shell with text "Destroy Confirmation", using matcher: with text 'Destroy Confirmation' 16:11:10 [2019-07-19T20:11:10.530Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Destroy Confirmation} time=198974639 data=null doit=true} to Shell with text {Destroy Confirmation} 16:11:10 [2019-07-19T20:11:10.530Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:11:10 [2019-07-19T20:11:10.530Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:11:10 [2019-07-19T20:11:10.530Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 16:11:10 [2019-07-19T20:11:10.530Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:11:10 [2019-07-19T20:11:10.530Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:11:10 [2019-07-19T20:11:10.530Z] DEBUG - Clicking on OK 16:11:10 [2019-07-19T20:11:10.530Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=198974641 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:11:10 [2019-07-19T20:11:10.530Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=198974641 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:11:10 [2019-07-19T20:11:10.530Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=198974641 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:11:10 [2019-07-19T20:11:10.530Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=198974642 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:11:10 [2019-07-19T20:11:10.530Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=198974642 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:11:10 [2019-07-19T20:11:10.530Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=198974642 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:11:10 [2019-07-19T20:11:10.530Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=198974642 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:11:10 [2019-07-19T20:11:10.530Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Destroy Session...} time=198974375 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Destroy Session...' 16:11:10 [2019-07-19T20:11:10.880Z] DEBUG - Clicked on 16:11:10 [2019-07-19T20:11:10.880Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:10 [2019-07-19T20:11:10.880Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:10 [2019-07-19T20:11:10.880Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=198974838 data=null button=0 stateMask=0x0 x=69 y=-34 count=0} to TreeItem with text {myNode} 16:11:10 [2019-07-19T20:11:10.880Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=198974838 data=null doit=true} to TreeItem with text {myNode} 16:11:10 [2019-07-19T20:11:10.880Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=198974838 data=null} to TreeItem with text {myNode} 16:11:10 [2019-07-19T20:11:10.880Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=198974839 data=null button=1 stateMask=0x0 x=69 y=-34 count=1} to TreeItem with text {myNode} 16:11:10 [2019-07-19T20:11:10.880Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198974839 data=null item=TreeItem {myNode} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {myNode} 16:11:10 [2019-07-19T20:11:10.880Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=198974851 data=null button=1 stateMask=0x80000 x=69 y=-23 count=1} to TreeItem with text {myNode} 16:11:10 [2019-07-19T20:11:10.880Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:10 [2019-07-19T20:11:10.880Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=198974853 data=null button=0 stateMask=0x0 x=69 y=-23 count=0} to TreeItem with text {myNode} 16:11:10 [2019-07-19T20:11:10.880Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=198974853 data=null doit=true} to TreeItem with text {myNode} 16:11:10 [2019-07-19T20:11:10.880Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=198974853 data=null} to TreeItem with text {myNode} 16:11:10 [2019-07-19T20:11:10.880Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=198974854 data=null button=1 stateMask=0x0 x=69 y=-23 count=1} to TreeItem with text {myNode} 16:11:10 [2019-07-19T20:11:10.880Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198974854 data=null item=TreeItem {myNode} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {myNode} 16:11:10 [2019-07-19T20:11:10.880Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=198974856 data=null button=1 stateMask=0x80000 x=69 y=-23 count=1} to TreeItem with text {myNode} 16:11:10 [2019-07-19T20:11:10.880Z] DEBUG - matched MenuItem with text "Disconnect", using matcher: with mnemonic 'Disconnect' 16:11:10 [2019-07-19T20:11:10.880Z] DEBUG - Clicking on with mnemonic 'Disconnect' 16:11:10 [2019-07-19T20:11:10.880Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Disconnect} time=198975043 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Disconnect' 16:11:10 [2019-07-19T20:11:10.880Z] DEBUG - Clicked on with mnemonic 'Disconnect' 16:11:11 [2019-07-19T20:11:11.137Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.317 s - in org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests.ControlViewExcludeEventsTest 16:11:11 [2019-07-19T20:11:11.137Z] testTraceSessionTree(org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests.ControlViewExcludeEventsTest) Time elapsed: 6.786 s 16:11:11 [2019-07-19T20:11:11.137Z] Running org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests.ControlViewLoggerTest 16:11:12 [2019-07-19T20:11:12.071Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.internal.lttng2.ui.views.control"' 16:11:12 [2019-07-19T20:11:12.071Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:11:12 [2019-07-19T20:11:12.071Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:11:12 [2019-07-19T20:11:12.071Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:12 [2019-07-19T20:11:12.071Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=198976228 data=null button=0 stateMask=0x0 x=69 y=11 count=0} to TreeItem with text {myNode} 16:11:12 [2019-07-19T20:11:12.071Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=198976228 data=null doit=true} to TreeItem with text {myNode} 16:11:12 [2019-07-19T20:11:12.071Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=198976228 data=null} to TreeItem with text {myNode} 16:11:12 [2019-07-19T20:11:12.071Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=198976229 data=null button=1 stateMask=0x0 x=69 y=11 count=1} to TreeItem with text {myNode} 16:11:12 [2019-07-19T20:11:12.071Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198976229 data=null item=TreeItem {myNode} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {myNode} 16:11:12 [2019-07-19T20:11:12.071Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=198976233 data=null button=1 stateMask=0x80000 x=69 y=11 count=1} to TreeItem with text {myNode} 16:11:12 [2019-07-19T20:11:12.071Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:12 [2019-07-19T20:11:12.071Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=198976234 data=null button=0 stateMask=0x0 x=69 y=11 count=0} to TreeItem with text {myNode} 16:11:12 [2019-07-19T20:11:12.071Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=198976235 data=null doit=true} to TreeItem with text {myNode} 16:11:12 [2019-07-19T20:11:12.071Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=198976235 data=null} to TreeItem with text {myNode} 16:11:12 [2019-07-19T20:11:12.071Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=198976235 data=null button=1 stateMask=0x0 x=69 y=11 count=1} to TreeItem with text {myNode} 16:11:12 [2019-07-19T20:11:12.071Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198976236 data=null item=TreeItem {myNode} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {myNode} 16:11:12 [2019-07-19T20:11:12.071Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=198976237 data=null button=1 stateMask=0x80000 x=69 y=11 count=1} to TreeItem with text {myNode} 16:11:12 [2019-07-19T20:11:12.328Z] DEBUG - matched MenuItem with text "Connect", using matcher: with mnemonic 'Connect' 16:11:12 [2019-07-19T20:11:12.328Z] DEBUG - Clicking on with mnemonic 'Connect' 16:11:12 [2019-07-19T20:11:12.328Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Connect} time=198976384 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Connect' 16:11:12 [2019-07-19T20:11:12.328Z] DEBUG - Clicked on with mnemonic 'Connect' 16:11:12 [2019-07-19T20:11:12.891Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:12 [2019-07-19T20:11:12.891Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Sessions} time=198976956 data=null button=0 stateMask=0x0 x=89 y=137 count=0} to Tree node with text: Sessions 16:11:12 [2019-07-19T20:11:12.891Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Sessions} time=198976957 data=null doit=true} to Tree node with text: Sessions 16:11:12 [2019-07-19T20:11:12.891Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Sessions} time=198976957 data=null} to Tree node with text: Sessions 16:11:12 [2019-07-19T20:11:12.891Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Sessions} time=198976957 data=null button=1 stateMask=0x0 x=89 y=137 count=1} to Tree node with text: Sessions 16:11:12 [2019-07-19T20:11:12.891Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198976960 data=null item=TreeItem {Sessions} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: Sessions 16:11:12 [2019-07-19T20:11:12.891Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Sessions} time=198976971 data=null button=1 stateMask=0x80000 x=89 y=126 count=1} to Tree node with text: Sessions 16:11:12 [2019-07-19T20:11:12.891Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:12 [2019-07-19T20:11:12.891Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Sessions} time=198976972 data=null button=0 stateMask=0x0 x=89 y=126 count=0} to Tree node with text: Sessions 16:11:12 [2019-07-19T20:11:12.891Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Sessions} time=198976973 data=null doit=true} to Tree node with text: Sessions 16:11:12 [2019-07-19T20:11:12.891Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Sessions} time=198976973 data=null} to Tree node with text: Sessions 16:11:12 [2019-07-19T20:11:12.891Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Sessions} time=198976973 data=null button=1 stateMask=0x0 x=89 y=126 count=1} to Tree node with text: Sessions 16:11:12 [2019-07-19T20:11:12.891Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198976974 data=null item=TreeItem {Sessions} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: Sessions 16:11:12 [2019-07-19T20:11:12.891Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Sessions} time=198976975 data=null button=1 stateMask=0x80000 x=89 y=126 count=1} to Tree node with text: Sessions 16:11:13 [2019-07-19T20:11:13.148Z] DEBUG - matched MenuItem with text "Create Session...", using matcher: with mnemonic 'Create Session...' 16:11:13 [2019-07-19T20:11:13.148Z] DEBUG - Clicking on with mnemonic 'Create Session...' 16:11:13 [2019-07-19T20:11:13.405Z] DEBUG - Clicked on with mnemonic 'Create Session...' 16:11:13 [2019-07-19T20:11:13.405Z] DEBUG - matched Shell with text "Create Session", using matcher: with text 'Create Session' 16:11:13 [2019-07-19T20:11:13.405Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Create Session} time=198977481 data=null doit=true} to Shell with text {Create Session} 16:11:13 [2019-07-19T20:11:13.405Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 16:11:13 [2019-07-19T20:11:13.405Z] DEBUG - matched Label with text "Session Name", using matcher: with mnemonic 'Session Name' 16:11:13 [2019-07-19T20:11:13.405Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Session Name') 16:11:13 [2019-07-19T20:11:13.405Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Session Name')) 16:11:13 [2019-07-19T20:11:13.405Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 16:11:13 [2019-07-19T20:11:13.405Z] DEBUG - matched Label with text "Session Name", using matcher: with mnemonic 'Session Name' 16:11:13 [2019-07-19T20:11:13.405Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Session Name') 16:11:13 [2019-07-19T20:11:13.405Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Session Name')) 16:11:13 [2019-07-19T20:11:13.405Z] DEBUG - matched Text with text " 16:11:13 [2019-07-19T20:11:13.405Z] ", using matcher: of type 'Text' 16:11:13 [2019-07-19T20:11:13.405Z] DEBUG - matched Label with text "Session Name", using matcher: with mnemonic 'Session Name' 16:11:13 [2019-07-19T20:11:13.405Z] DEBUG - matched Text with text " 16:11:13 [2019-07-19T20:11:13.405Z] ", using matcher: with label (with mnemonic 'Session Name') 16:11:13 [2019-07-19T20:11:13.405Z] DEBUG - matched Text with text " 16:11:13 [2019-07-19T20:11:13.405Z] ", using matcher: (of type 'Text' and with label (with mnemonic 'Session Name')) 16:11:13 [2019-07-19T20:11:13.405Z] DEBUG - matched Button with text "Normal Mode", using matcher: of type 'Button' 16:11:13 [2019-07-19T20:11:13.405Z] DEBUG - matched Button with text "Snapshot Mode", using matcher: of type 'Button' 16:11:13 [2019-07-19T20:11:13.405Z] DEBUG - matched Button with text "Advanced >>>", using matcher: of type 'Button' 16:11:13 [2019-07-19T20:11:13.405Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' 16:11:13 [2019-07-19T20:11:13.405Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' 16:11:13 [2019-07-19T20:11:13.405Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok' 16:11:13 [2019-07-19T20:11:13.405Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH' 16:11:13 [2019-07-19T20:11:13.405Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:13 [2019-07-19T20:11:13.405Z] DEBUG - Clicking on &Ok 16:11:13 [2019-07-19T20:11:13.405Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=198977538 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:13 [2019-07-19T20:11:13.405Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=198977539 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:13 [2019-07-19T20:11:13.405Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=198977539 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:13 [2019-07-19T20:11:13.405Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=198977539 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:13 [2019-07-19T20:11:13.405Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=198977539 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:13 [2019-07-19T20:11:13.405Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=198977539 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:13 [2019-07-19T20:11:13.405Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=198977540 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:13 [2019-07-19T20:11:13.405Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Create Session...} time=198977153 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Create Session...' 16:11:13 [2019-07-19T20:11:13.662Z] DEBUG - Clicked on 16:11:13 [2019-07-19T20:11:13.662Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Sessions} time=198977760 data=null doit=true} to Tree node with text: Sessions 16:11:13 [2019-07-19T20:11:13.662Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Sessions} time=198977761 data=null} to Tree node with text: Sessions 16:11:13 [2019-07-19T20:11:13.662Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Sessions} time=198977761 data=null button=1 stateMask=0x0 x=89 y=92 count=1} to Tree node with text: Sessions 16:11:13 [2019-07-19T20:11:13.662Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=198977762 data=null item=TreeItem {Sessions} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Tree node with text: Sessions 16:11:13 [2019-07-19T20:11:13.662Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Sessions} time=198977763 data=null button=1 stateMask=0x80000 x=89 y=92 count=1} to Tree node with text: Sessions 16:11:13 [2019-07-19T20:11:13.662Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:13 [2019-07-19T20:11:13.662Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:13 [2019-07-19T20:11:13.662Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:13 [2019-07-19T20:11:13.662Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:13 [2019-07-19T20:11:13.662Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:13 [2019-07-19T20:11:13.662Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=198977767 data=null button=0 stateMask=0x0 x=112 y=113 count=0} to Tree node with text: mysession 16:11:13 [2019-07-19T20:11:13.662Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=198977775 data=null doit=true} to Tree node with text: mysession 16:11:13 [2019-07-19T20:11:13.662Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=198977775 data=null} to Tree node with text: mysession 16:11:13 [2019-07-19T20:11:13.662Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=198977776 data=null button=1 stateMask=0x0 x=112 y=113 count=1} to Tree node with text: mysession 16:11:13 [2019-07-19T20:11:13.662Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198977776 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:11:13 [2019-07-19T20:11:13.662Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=198977780 data=null button=1 stateMask=0x80000 x=112 y=113 count=1} to Tree node with text: mysession 16:11:13 [2019-07-19T20:11:13.662Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:13 [2019-07-19T20:11:13.662Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=198977782 data=null button=0 stateMask=0x0 x=112 y=113 count=0} to Tree node with text: mysession 16:11:13 [2019-07-19T20:11:13.662Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=198977782 data=null doit=true} to Tree node with text: mysession 16:11:13 [2019-07-19T20:11:13.662Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=198977782 data=null} to Tree node with text: mysession 16:11:13 [2019-07-19T20:11:13.662Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=198977839 data=null button=1 stateMask=0x0 x=112 y=100 count=1} to Tree node with text: mysession 16:11:13 [2019-07-19T20:11:13.662Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198977840 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:11:13 [2019-07-19T20:11:13.662Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=198977842 data=null button=1 stateMask=0x80000 x=112 y=100 count=1} to Tree node with text: mysession 16:11:13 [2019-07-19T20:11:13.919Z] DEBUG - matched MenuItem with text "Enable Event (defaul...", using matcher: with mnemonic 'Enable Event (default channel)...' 16:11:13 [2019-07-19T20:11:13.919Z] DEBUG - Clicking on with mnemonic 'Enable Event (default channel)...' 16:11:14 [2019-07-19T20:11:14.176Z] DEBUG - Clicked on with mnemonic 'Enable Event (default channel)...' 16:11:14 [2019-07-19T20:11:14.176Z] DEBUG - matched Shell with text "Enable Events", using matcher: with text 'Enable Events' 16:11:14 [2019-07-19T20:11:14.176Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Enable Events} time=198978365 data=null doit=true} to Shell with text {Enable Events} 16:11:14 [2019-07-19T20:11:14.176Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' 16:11:14 [2019-07-19T20:11:14.176Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' 16:11:14 [2019-07-19T20:11:14.176Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' 16:11:14 [2019-07-19T20:11:14.176Z] DEBUG - matched Button with text "JUL", using matcher: with mnemonic 'JUL' 16:11:14 [2019-07-19T20:11:14.176Z] DEBUG - matched Group with text "Domain", using matcher: with mnemonic 'Domain' 16:11:14 [2019-07-19T20:11:14.176Z] DEBUG - matched Button with text "JUL", using matcher: in group (with mnemonic 'Domain') 16:11:14 [2019-07-19T20:11:14.176Z] DEBUG - matched Button with text "JUL", using matcher: with style 'SWT.RADIO' 16:11:14 [2019-07-19T20:11:14.176Z] DEBUG - matched Button with text "JUL", using matcher: (of type 'Button' and with mnemonic 'JUL' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:14 [2019-07-19T20:11:14.176Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' 16:11:14 [2019-07-19T20:11:14.176Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' 16:11:14 [2019-07-19T20:11:14.176Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:14 [2019-07-19T20:11:14.176Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:14 [2019-07-19T20:11:14.176Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:14 [2019-07-19T20:11:14.176Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:14 [2019-07-19T20:11:14.176Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:14 [2019-07-19T20:11:14.176Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' 16:11:14 [2019-07-19T20:11:14.176Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' 16:11:14 [2019-07-19T20:11:14.176Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'JUL' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:14 [2019-07-19T20:11:14.176Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Kernel} time=198978384 data=null doit=true} to Button with text {Kernel} 16:11:14 [2019-07-19T20:11:14.176Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Kernel} time=198978384 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Button with text {Kernel} 16:11:14 [2019-07-19T20:11:14.176Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'JUL' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:14 [2019-07-19T20:11:14.433Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {JUL} time=198978426 data=null doit=true} to (of type 'Button' and with mnemonic 'JUL' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:14 [2019-07-19T20:11:14.433Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {JUL} time=198978437 data=null button=1 stateMask=0x0 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'JUL' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:14 [2019-07-19T20:11:14.433Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {JUL} time=198978437 data=null button=1 stateMask=0x80000 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'JUL' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:14 [2019-07-19T20:11:14.433Z] *** BUG *** 16:11:14 [2019-07-19T20:11:14.433Z] In pixman_region32_init_rect: Invalid rectangle passed 16:11:14 [2019-07-19T20:11:14.433Z] Set a breakpoint on '_pixman_log_error' to debug 16:11:14 [2019-07-19T20:11:14.433Z] 16:11:14 [2019-07-19T20:11:14.433Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {JUL} time=198978437 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'JUL' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:14 [2019-07-19T20:11:14.433Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'JUL' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:14 [2019-07-19T20:11:14.433Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:11:14 [2019-07-19T20:11:14.433Z] DEBUG - matched Group with text "Loggers", using matcher: with mnemonic 'Loggers' 16:11:14 [2019-07-19T20:11:14.433Z] DEBUG - matched Tree with text "", using matcher: in group (with mnemonic 'Loggers') 16:11:14 [2019-07-19T20:11:14.433Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree' and in group (with mnemonic 'Loggers')) 16:11:14 [2019-07-19T20:11:14.433Z] DEBUG - Setting state to checked on: All 16:11:14 [2019-07-19T20:11:14.433Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' 16:11:14 [2019-07-19T20:11:14.433Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' 16:11:14 [2019-07-19T20:11:14.433Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' 16:11:14 [2019-07-19T20:11:14.433Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' 16:11:14 [2019-07-19T20:11:14.433Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' 16:11:14 [2019-07-19T20:11:14.433Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:14 [2019-07-19T20:11:14.433Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:14 [2019-07-19T20:11:14.433Z] DEBUG - matched Button with text "loglevel", using matcher: of type 'Button' 16:11:14 [2019-07-19T20:11:14.433Z] DEBUG - matched Button with text "loglevel-only", using matcher: of type 'Button' 16:11:14 [2019-07-19T20:11:14.433Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' 16:11:14 [2019-07-19T20:11:14.433Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' 16:11:14 [2019-07-19T20:11:14.433Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok' 16:11:14 [2019-07-19T20:11:14.433Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH' 16:11:14 [2019-07-19T20:11:14.433Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:14 [2019-07-19T20:11:14.433Z] DEBUG - Clicking on &Ok 16:11:14 [2019-07-19T20:11:14.433Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=198978578 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:14 [2019-07-19T20:11:14.433Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=198978579 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:14 [2019-07-19T20:11:14.433Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=198978579 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:14 [2019-07-19T20:11:14.433Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=198978579 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:14 [2019-07-19T20:11:14.433Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=198978579 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:14 [2019-07-19T20:11:14.433Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=198978579 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:14 [2019-07-19T20:11:14.433Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=198978580 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:14 [2019-07-19T20:11:14.433Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Enable Event (default channel)...} time=198977976 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Enable Event (default channel)...' 16:11:14 [2019-07-19T20:11:14.997Z] DEBUG - Clicked on 16:11:14 [2019-07-19T20:11:14.997Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:14 [2019-07-19T20:11:14.997Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:14 [2019-07-19T20:11:14.997Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. 16:11:14 [2019-07-19T20:11:14.997Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:14 [2019-07-19T20:11:14.997Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:14 [2019-07-19T20:11:14.997Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. 16:11:14 [2019-07-19T20:11:14.997Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {JUL} time=198978961 data=null doit=true} to Tree node with text: JUL 16:11:14 [2019-07-19T20:11:14.998Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {JUL} time=198978961 data=null} to Tree node with text: JUL 16:11:14 [2019-07-19T20:11:14.998Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {JUL} time=198978961 data=null button=1 stateMask=0x0 x=106 y=92 count=1} to Tree node with text: JUL 16:11:14 [2019-07-19T20:11:14.998Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=198978963 data=null item=TreeItem {JUL} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Tree node with text: JUL 16:11:14 [2019-07-19T20:11:14.998Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {JUL} time=198978964 data=null button=1 stateMask=0x80000 x=106 y=92 count=1} to Tree node with text: JUL 16:11:14 [2019-07-19T20:11:14.998Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:14 [2019-07-19T20:11:14.998Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=198978966 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession 16:11:14 [2019-07-19T20:11:14.998Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=198978966 data=null doit=true} to Tree node with text: mysession 16:11:14 [2019-07-19T20:11:14.998Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=198978966 data=null} to Tree node with text: mysession 16:11:14 [2019-07-19T20:11:14.998Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=198978966 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession 16:11:14 [2019-07-19T20:11:14.998Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198978967 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:11:14 [2019-07-19T20:11:14.998Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=198978968 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession 16:11:14 [2019-07-19T20:11:14.998Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:14 [2019-07-19T20:11:14.998Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=198978969 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession 16:11:14 [2019-07-19T20:11:14.998Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=198978969 data=null doit=true} to Tree node with text: mysession 16:11:14 [2019-07-19T20:11:14.998Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=198978969 data=null} to Tree node with text: mysession 16:11:14 [2019-07-19T20:11:14.998Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=198978970 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession 16:11:14 [2019-07-19T20:11:14.998Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198978970 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:11:14 [2019-07-19T20:11:14.998Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=198978971 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession 16:11:14 [2019-07-19T20:11:14.998Z] DEBUG - matched MenuItem with text "Enable Event (defaul...", using matcher: with mnemonic 'Enable Event (default channel)...' 16:11:14 [2019-07-19T20:11:14.998Z] DEBUG - Clicking on with mnemonic 'Enable Event (default channel)...' 16:11:15 [2019-07-19T20:11:15.254Z] DEBUG - Clicked on with mnemonic 'Enable Event (default channel)...' 16:11:15 [2019-07-19T20:11:15.512Z] DEBUG - matched Shell with text "Enable Events", using matcher: with text 'Enable Events' 16:11:15 [2019-07-19T20:11:15.512Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Enable Events} time=198979545 data=null doit=true} to Shell with text {Enable Events} 16:11:15 [2019-07-19T20:11:15.512Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' 16:11:15 [2019-07-19T20:11:15.512Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' 16:11:15 [2019-07-19T20:11:15.512Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' 16:11:15 [2019-07-19T20:11:15.512Z] DEBUG - matched Button with text "JUL", using matcher: with mnemonic 'JUL' 16:11:15 [2019-07-19T20:11:15.512Z] DEBUG - matched Group with text "Domain", using matcher: with mnemonic 'Domain' 16:11:15 [2019-07-19T20:11:15.512Z] DEBUG - matched Button with text "JUL", using matcher: in group (with mnemonic 'Domain') 16:11:15 [2019-07-19T20:11:15.512Z] DEBUG - matched Button with text "JUL", using matcher: with style 'SWT.RADIO' 16:11:15 [2019-07-19T20:11:15.512Z] DEBUG - matched Button with text "JUL", using matcher: (of type 'Button' and with mnemonic 'JUL' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:15 [2019-07-19T20:11:15.512Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' 16:11:15 [2019-07-19T20:11:15.512Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' 16:11:15 [2019-07-19T20:11:15.512Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:15 [2019-07-19T20:11:15.512Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:15 [2019-07-19T20:11:15.512Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:15 [2019-07-19T20:11:15.512Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:15 [2019-07-19T20:11:15.512Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:15 [2019-07-19T20:11:15.512Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' 16:11:15 [2019-07-19T20:11:15.512Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' 16:11:15 [2019-07-19T20:11:15.512Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'JUL' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:15 [2019-07-19T20:11:15.512Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Kernel} time=198979551 data=null doit=true} to Button with text {Kernel} 16:11:15 [2019-07-19T20:11:15.512Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Kernel} time=198979551 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Button with text {Kernel} 16:11:15 [2019-07-19T20:11:15.512Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'JUL' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:15 [2019-07-19T20:11:15.512Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {JUL} time=198979552 data=null doit=true} to (of type 'Button' and with mnemonic 'JUL' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:15 [2019-07-19T20:11:15.512Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {JUL} time=198979552 data=null button=1 stateMask=0x0 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'JUL' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:15 [2019-07-19T20:11:15.512Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {JUL} time=198979552 data=null button=1 stateMask=0x80000 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'JUL' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:15 [2019-07-19T20:11:15.512Z] *** BUG *** 16:11:15 [2019-07-19T20:11:15.512Z] In pixman_region32_init_rect: Invalid rectangle passed 16:11:15 [2019-07-19T20:11:15.512Z] Set a breakpoint on '_pixman_log_error' to debug 16:11:15 [2019-07-19T20:11:15.512Z] 16:11:15 [2019-07-19T20:11:15.512Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {JUL} time=198979553 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'JUL' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:15 [2019-07-19T20:11:15.512Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'JUL' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:15 [2019-07-19T20:11:15.512Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:11:15 [2019-07-19T20:11:15.512Z] DEBUG - matched Group with text "Loggers", using matcher: with mnemonic 'Loggers' 16:11:15 [2019-07-19T20:11:15.512Z] DEBUG - matched Tree with text "", using matcher: in group (with mnemonic 'Loggers') 16:11:15 [2019-07-19T20:11:15.512Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree' and in group (with mnemonic 'Loggers')) 16:11:15 [2019-07-19T20:11:15.512Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {All} time=198979742 data=null doit=true} to TreeItem with text {All} 16:11:15 [2019-07-19T20:11:15.512Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {All} time=198979742 data=null} to TreeItem with text {All} 16:11:15 [2019-07-19T20:11:15.512Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {All} time=198979743 data=null button=1 stateMask=0x0 x=54 y=11 count=1} to TreeItem with text {All} 16:11:15 [2019-07-19T20:11:15.512Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=198979743 data=null item=TreeItem {All} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {All} 16:11:15 [2019-07-19T20:11:15.512Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {All} time=198979744 data=null button=1 stateMask=0x80000 x=54 y=11 count=1} to TreeItem with text {All} 16:11:15 [2019-07-19T20:11:15.512Z] WARN - Tree item TreeItem with text {All} is already expanded. Won't expand it again. 16:11:15 [2019-07-19T20:11:15.512Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {All - ./client_bin/challenger [PID=14237] (With logger)} time=198979745 data=null doit=true} to Tree node with text: All - ./client_bin/challenger [PID=14237] (With logger) 16:11:15 [2019-07-19T20:11:15.512Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {All - ./client_bin/challenger [PID=14237] (With logger)} time=198979746 data=null} to Tree node with text: All - ./client_bin/challenger [PID=14237] (With logger) 16:11:15 [2019-07-19T20:11:15.512Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {All - ./client_bin/challenger [PID=14237] (With logger)} time=198979747 data=null button=1 stateMask=0x0 x=233 y=33 count=1} to Tree node with text: All - ./client_bin/challenger [PID=14237] (With logger) 16:11:15 [2019-07-19T20:11:15.512Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=198979752 data=null item=TreeItem {All - ./client_bin/challenger [PID=14237] (With logger)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Tree node with text: All - ./client_bin/challenger [PID=14237] (With logger) 16:11:15 [2019-07-19T20:11:15.512Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {All - ./client_bin/challenger [PID=14237] (With logger)} time=198979754 data=null button=1 stateMask=0x80000 x=233 y=33 count=1} to Tree node with text: All - ./client_bin/challenger [PID=14237] (With logger) 16:11:15 [2019-07-19T20:11:15.512Z] WARN - Tree item TreeItem with text {All} is already expanded. Won't expand it again. 16:11:15 [2019-07-19T20:11:15.512Z] WARN - Tree item Tree node with text: All - ./client_bin/challenger [PID=14237] (With logger) is already expanded. Won't expand it again. 16:11:15 [2019-07-19T20:11:15.512Z] DEBUG - Setting state to checked on: logger 16:11:15 [2019-07-19T20:11:15.512Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' 16:11:15 [2019-07-19T20:11:15.512Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' 16:11:15 [2019-07-19T20:11:15.512Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' 16:11:15 [2019-07-19T20:11:15.512Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' 16:11:15 [2019-07-19T20:11:15.512Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' 16:11:15 [2019-07-19T20:11:15.512Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:15 [2019-07-19T20:11:15.512Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:15 [2019-07-19T20:11:15.512Z] DEBUG - matched Button with text "loglevel", using matcher: of type 'Button' 16:11:15 [2019-07-19T20:11:15.512Z] DEBUG - matched Button with text "loglevel-only", using matcher: of type 'Button' 16:11:15 [2019-07-19T20:11:15.512Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' 16:11:15 [2019-07-19T20:11:15.512Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' 16:11:15 [2019-07-19T20:11:15.512Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok' 16:11:15 [2019-07-19T20:11:15.512Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH' 16:11:15 [2019-07-19T20:11:15.512Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:15 [2019-07-19T20:11:15.512Z] DEBUG - Clicking on &Ok 16:11:15 [2019-07-19T20:11:15.512Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=198979759 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:15 [2019-07-19T20:11:15.512Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=198979759 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:15 [2019-07-19T20:11:15.512Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=198979759 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:15 [2019-07-19T20:11:15.512Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=198979760 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:15 [2019-07-19T20:11:15.512Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=198979760 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:15 [2019-07-19T20:11:15.512Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=198979760 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:15 [2019-07-19T20:11:15.769Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=198979760 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:15 [2019-07-19T20:11:15.769Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Enable Event (default channel)...} time=198979138 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Enable Event (default channel)...' 16:11:16 [2019-07-19T20:11:16.026Z] DEBUG - Clicked on 16:11:16 [2019-07-19T20:11:16.026Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:16 [2019-07-19T20:11:16.026Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:16 [2019-07-19T20:11:16.026Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. 16:11:16 [2019-07-19T20:11:16.026Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:16 [2019-07-19T20:11:16.026Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:16 [2019-07-19T20:11:16.026Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. 16:11:16 [2019-07-19T20:11:16.026Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {JUL} time=198980241 data=null doit=true} to Tree node with text: JUL 16:11:16 [2019-07-19T20:11:16.026Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {JUL} time=198980241 data=null} to Tree node with text: JUL 16:11:16 [2019-07-19T20:11:16.026Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {JUL} time=198980242 data=null button=1 stateMask=0x0 x=106 y=92 count=1} to Tree node with text: JUL 16:11:16 [2019-07-19T20:11:16.026Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=198980242 data=null item=TreeItem {JUL} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Tree node with text: JUL 16:11:16 [2019-07-19T20:11:16.026Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {JUL} time=198980243 data=null button=1 stateMask=0x80000 x=106 y=92 count=1} to Tree node with text: JUL 16:11:16 [2019-07-19T20:11:16.026Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:16 [2019-07-19T20:11:16.026Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=198980245 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession 16:11:16 [2019-07-19T20:11:16.026Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=198980250 data=null doit=true} to Tree node with text: mysession 16:11:16 [2019-07-19T20:11:16.026Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=198980250 data=null} to Tree node with text: mysession 16:11:16 [2019-07-19T20:11:16.026Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=198980251 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession 16:11:16 [2019-07-19T20:11:16.026Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198980251 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:11:16 [2019-07-19T20:11:16.026Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=198980253 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession 16:11:16 [2019-07-19T20:11:16.026Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:16 [2019-07-19T20:11:16.026Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=198980254 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession 16:11:16 [2019-07-19T20:11:16.026Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=198980254 data=null doit=true} to Tree node with text: mysession 16:11:16 [2019-07-19T20:11:16.026Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=198980254 data=null} to Tree node with text: mysession 16:11:16 [2019-07-19T20:11:16.026Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=198980255 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession 16:11:16 [2019-07-19T20:11:16.026Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198980255 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:11:16 [2019-07-19T20:11:16.026Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=198980256 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession 16:11:16 [2019-07-19T20:11:16.283Z] DEBUG - matched MenuItem with text "Enable Event (defaul...", using matcher: with mnemonic 'Enable Event (default channel)...' 16:11:16 [2019-07-19T20:11:16.283Z] DEBUG - Clicking on with mnemonic 'Enable Event (default channel)...' 16:11:16 [2019-07-19T20:11:16.539Z] DEBUG - Clicked on with mnemonic 'Enable Event (default channel)...' 16:11:16 [2019-07-19T20:11:16.539Z] DEBUG - matched Shell with text "Enable Events", using matcher: with text 'Enable Events' 16:11:16 [2019-07-19T20:11:16.539Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Enable Events} time=198980776 data=null doit=true} to Shell with text {Enable Events} 16:11:16 [2019-07-19T20:11:16.539Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' 16:11:16 [2019-07-19T20:11:16.539Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' 16:11:16 [2019-07-19T20:11:16.539Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' 16:11:16 [2019-07-19T20:11:16.539Z] DEBUG - matched Button with text "JUL", using matcher: with mnemonic 'JUL' 16:11:16 [2019-07-19T20:11:16.539Z] DEBUG - matched Group with text "Domain", using matcher: with mnemonic 'Domain' 16:11:16 [2019-07-19T20:11:16.539Z] DEBUG - matched Button with text "JUL", using matcher: in group (with mnemonic 'Domain') 16:11:16 [2019-07-19T20:11:16.539Z] DEBUG - matched Button with text "JUL", using matcher: with style 'SWT.RADIO' 16:11:16 [2019-07-19T20:11:16.539Z] DEBUG - matched Button with text "JUL", using matcher: (of type 'Button' and with mnemonic 'JUL' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:16 [2019-07-19T20:11:16.539Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' 16:11:16 [2019-07-19T20:11:16.539Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' 16:11:16 [2019-07-19T20:11:16.539Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:16 [2019-07-19T20:11:16.539Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:16 [2019-07-19T20:11:16.539Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:16 [2019-07-19T20:11:16.539Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:16 [2019-07-19T20:11:16.539Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:16 [2019-07-19T20:11:16.539Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' 16:11:16 [2019-07-19T20:11:16.539Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' 16:11:16 [2019-07-19T20:11:16.539Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'JUL' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:16 [2019-07-19T20:11:16.539Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Kernel} time=198980780 data=null doit=true} to Button with text {Kernel} 16:11:16 [2019-07-19T20:11:16.539Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Kernel} time=198980781 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Button with text {Kernel} 16:11:16 [2019-07-19T20:11:16.539Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'JUL' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:16 [2019-07-19T20:11:16.539Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {JUL} time=198980782 data=null doit=true} to (of type 'Button' and with mnemonic 'JUL' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:16 [2019-07-19T20:11:16.539Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {JUL} time=198980782 data=null button=1 stateMask=0x0 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'JUL' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:16 [2019-07-19T20:11:16.539Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {JUL} time=198980782 data=null button=1 stateMask=0x80000 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'JUL' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:16 [2019-07-19T20:11:16.796Z] *** BUG *** 16:11:16 [2019-07-19T20:11:16.796Z] In pixman_region32_init_rect: Invalid rectangle passed 16:11:16 [2019-07-19T20:11:16.796Z] Set a breakpoint on '_pixman_log_error' to debug 16:11:16 [2019-07-19T20:11:16.796Z] 16:11:16 [2019-07-19T20:11:16.796Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {JUL} time=198980782 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'JUL' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:16 [2019-07-19T20:11:16.796Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'JUL' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:16 [2019-07-19T20:11:16.796Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:11:16 [2019-07-19T20:11:16.796Z] DEBUG - matched Group with text "Loggers", using matcher: with mnemonic 'Loggers' 16:11:16 [2019-07-19T20:11:16.796Z] DEBUG - matched Tree with text "", using matcher: in group (with mnemonic 'Loggers') 16:11:16 [2019-07-19T20:11:16.796Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree' and in group (with mnemonic 'Loggers')) 16:11:16 [2019-07-19T20:11:16.796Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {All} time=198980962 data=null doit=true} to TreeItem with text {All} 16:11:16 [2019-07-19T20:11:16.796Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {All} time=198980963 data=null} to TreeItem with text {All} 16:11:16 [2019-07-19T20:11:16.796Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {All} time=198980963 data=null button=1 stateMask=0x0 x=54 y=11 count=1} to TreeItem with text {All} 16:11:16 [2019-07-19T20:11:16.796Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=198980964 data=null item=TreeItem {All} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {All} 16:11:16 [2019-07-19T20:11:16.796Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {All} time=198980967 data=null button=1 stateMask=0x80000 x=54 y=11 count=1} to TreeItem with text {All} 16:11:16 [2019-07-19T20:11:16.796Z] WARN - Tree item TreeItem with text {All} is already expanded. Won't expand it again. 16:11:16 [2019-07-19T20:11:16.796Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {All - ./client_bin/challenger [PID=14237] (With logger)} time=198980969 data=null doit=true} to Tree node with text: All - ./client_bin/challenger [PID=14237] (With logger) 16:11:16 [2019-07-19T20:11:16.796Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {All - ./client_bin/challenger [PID=14237] (With logger)} time=198980969 data=null} to Tree node with text: All - ./client_bin/challenger [PID=14237] (With logger) 16:11:16 [2019-07-19T20:11:16.796Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {All - ./client_bin/challenger [PID=14237] (With logger)} time=198980969 data=null button=1 stateMask=0x0 x=233 y=33 count=1} to Tree node with text: All - ./client_bin/challenger [PID=14237] (With logger) 16:11:16 [2019-07-19T20:11:16.796Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=198980970 data=null item=TreeItem {All - ./client_bin/challenger [PID=14237] (With logger)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Tree node with text: All - ./client_bin/challenger [PID=14237] (With logger) 16:11:16 [2019-07-19T20:11:16.796Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {All - ./client_bin/challenger [PID=14237] (With logger)} time=198980976 data=null button=1 stateMask=0x80000 x=233 y=33 count=1} to Tree node with text: All - ./client_bin/challenger [PID=14237] (With logger) 16:11:16 [2019-07-19T20:11:16.796Z] WARN - Tree item TreeItem with text {All} is already expanded. Won't expand it again. 16:11:16 [2019-07-19T20:11:16.796Z] WARN - Tree item Tree node with text: All - ./client_bin/challenger [PID=14237] (With logger) is already expanded. Won't expand it again. 16:11:16 [2019-07-19T20:11:16.796Z] DEBUG - Setting state to checked on: anotherLogger 16:11:16 [2019-07-19T20:11:16.796Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' 16:11:16 [2019-07-19T20:11:16.796Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' 16:11:16 [2019-07-19T20:11:16.796Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' 16:11:16 [2019-07-19T20:11:16.796Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' 16:11:16 [2019-07-19T20:11:16.796Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' 16:11:16 [2019-07-19T20:11:16.796Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:16 [2019-07-19T20:11:16.796Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:16 [2019-07-19T20:11:16.796Z] DEBUG - matched Group with text "Log Level", using matcher: with mnemonic 'Log Level' 16:11:16 [2019-07-19T20:11:16.796Z] DEBUG - matched Button with text "Select", using matcher: in group (with mnemonic 'Log Level') 16:11:16 [2019-07-19T20:11:16.796Z] DEBUG - matched Button with text "Select", using matcher: with style 'SWT.CHECK' 16:11:16 [2019-07-19T20:11:16.796Z] DEBUG - matched Button with text "Select", using matcher: (of type 'Button' and in group (with mnemonic 'Log Level') and with style 'SWT.CHECK') 16:11:16 [2019-07-19T20:11:16.796Z] DEBUG - matched Button with text "loglevel", using matcher: of type 'Button' 16:11:16 [2019-07-19T20:11:16.796Z] DEBUG - matched Group with text "Log Level", using matcher: with mnemonic 'Log Level' 16:11:16 [2019-07-19T20:11:16.796Z] DEBUG - matched Button with text "loglevel", using matcher: in group (with mnemonic 'Log Level') 16:11:16 [2019-07-19T20:11:16.796Z] DEBUG - matched Button with text "loglevel-only", using matcher: of type 'Button' 16:11:16 [2019-07-19T20:11:16.796Z] DEBUG - matched Group with text "Log Level", using matcher: with mnemonic 'Log Level' 16:11:16 [2019-07-19T20:11:16.796Z] DEBUG - matched Button with text "loglevel-only", using matcher: in group (with mnemonic 'Log Level') 16:11:16 [2019-07-19T20:11:16.796Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' 16:11:16 [2019-07-19T20:11:16.796Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' 16:11:16 [2019-07-19T20:11:16.796Z] DEBUG - Selecting (of type 'Button' and in group (with mnemonic 'Log Level') and with style 'SWT.CHECK') 16:11:16 [2019-07-19T20:11:16.796Z] DEBUG - Selecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$2@76b49d0 16:11:16 [2019-07-19T20:11:16.796Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Select} time=198981035 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and in group (with mnemonic 'Log Level') and with style 'SWT.CHECK') 16:11:16 [2019-07-19T20:11:16.796Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Select} time=198981035 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and in group (with mnemonic 'Log Level') and with style 'SWT.CHECK') 16:11:16 [2019-07-19T20:11:16.796Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Select} time=198981035 data=null doit=true} to (of type 'Button' and in group (with mnemonic 'Log Level') and with style 'SWT.CHECK') 16:11:16 [2019-07-19T20:11:16.796Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Select} time=198981036 data=null} to (of type 'Button' and in group (with mnemonic 'Log Level') and with style 'SWT.CHECK') 16:11:16 [2019-07-19T20:11:16.796Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Select} time=198981036 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and in group (with mnemonic 'Log Level') and with style 'SWT.CHECK') 16:11:16 [2019-07-19T20:11:16.796Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Select} time=198981036 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and in group (with mnemonic 'Log Level') and with style 'SWT.CHECK') 16:11:16 [2019-07-19T20:11:16.796Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Select} time=198981036 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and in group (with mnemonic 'Log Level') and with style 'SWT.CHECK') 16:11:16 [2019-07-19T20:11:16.796Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Select} time=198981038 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and in group (with mnemonic 'Log Level') and with style 'SWT.CHECK') 16:11:16 [2019-07-19T20:11:16.796Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Select} time=198981038 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and in group (with mnemonic 'Log Level') and with style 'SWT.CHECK') 16:11:16 [2019-07-19T20:11:16.796Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Select} time=198981038 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and in group (with mnemonic 'Log Level') and with style 'SWT.CHECK') 16:11:16 [2019-07-19T20:11:16.796Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Select} time=198981038 data=null doit=true} to (of type 'Button' and in group (with mnemonic 'Log Level') and with style 'SWT.CHECK') 16:11:16 [2019-07-19T20:11:16.796Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Select} time=198981038 data=null} to (of type 'Button' and in group (with mnemonic 'Log Level') and with style 'SWT.CHECK') 16:11:16 [2019-07-19T20:11:16.796Z] DEBUG - matched CCombo with text "", using matcher: of type 'CCombo' 16:11:16 [2019-07-19T20:11:16.796Z] DEBUG - matched Group with text "Log Level", using matcher: with mnemonic 'Log Level' 16:11:16 [2019-07-19T20:11:16.796Z] DEBUG - matched CCombo with text "", using matcher: in group (with mnemonic 'Log Level') 16:11:16 [2019-07-19T20:11:16.796Z] DEBUG - matched CCombo with text "", using matcher: (of type 'CCombo' and in group (with mnemonic 'Log Level')) 16:11:16 [2019-07-19T20:11:16.796Z] DEBUG - Setting selection on CCombo {*Wrong Thread*} to Warning 16:11:16 [2019-07-19T20:11:16.796Z] DEBUG - Sent event Selection [13]: SelectionEvent{CCombo {} time=198981042 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'CCombo' and in group (with mnemonic 'Log Level')) 16:11:17 [2019-07-19T20:11:17.083Z] DEBUG - Set selection on CCombo {*Wrong Thread*} to Warning 16:11:17 [2019-07-19T20:11:17.083Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' 16:11:17 [2019-07-19T20:11:17.083Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' 16:11:17 [2019-07-19T20:11:17.083Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' 16:11:17 [2019-07-19T20:11:17.083Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' 16:11:17 [2019-07-19T20:11:17.083Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' 16:11:17 [2019-07-19T20:11:17.083Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:17 [2019-07-19T20:11:17.083Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:17 [2019-07-19T20:11:17.083Z] DEBUG - matched Button with text "loglevel", using matcher: of type 'Button' 16:11:17 [2019-07-19T20:11:17.083Z] DEBUG - matched Button with text "loglevel-only", using matcher: of type 'Button' 16:11:17 [2019-07-19T20:11:17.083Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' 16:11:17 [2019-07-19T20:11:17.083Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' 16:11:17 [2019-07-19T20:11:17.083Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok' 16:11:17 [2019-07-19T20:11:17.083Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH' 16:11:17 [2019-07-19T20:11:17.083Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:17 [2019-07-19T20:11:17.083Z] DEBUG - Clicking on &Ok 16:11:17 [2019-07-19T20:11:17.083Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=198981054 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:17 [2019-07-19T20:11:17.083Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=198981054 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:17 [2019-07-19T20:11:17.083Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=198981055 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:17 [2019-07-19T20:11:17.083Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=198981055 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:17 [2019-07-19T20:11:17.083Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=198981055 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:17 [2019-07-19T20:11:17.083Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=198981055 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:17 [2019-07-19T20:11:17.083Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=198981055 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:17 [2019-07-19T20:11:17.083Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Enable Event (default channel)...} time=198980389 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Enable Event (default channel)...' 16:11:17 [2019-07-19T20:11:17.339Z] DEBUG - Clicked on 16:11:17 [2019-07-19T20:11:17.339Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:17 [2019-07-19T20:11:17.339Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:17 [2019-07-19T20:11:17.339Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. 16:11:17 [2019-07-19T20:11:17.339Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:17 [2019-07-19T20:11:17.339Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:17 [2019-07-19T20:11:17.339Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. 16:11:17 [2019-07-19T20:11:17.339Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {JUL} time=198981450 data=null doit=true} to Tree node with text: JUL 16:11:17 [2019-07-19T20:11:17.339Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {JUL} time=198981450 data=null} to Tree node with text: JUL 16:11:17 [2019-07-19T20:11:17.339Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {JUL} time=198981450 data=null button=1 stateMask=0x0 x=106 y=92 count=1} to Tree node with text: JUL 16:11:17 [2019-07-19T20:11:17.339Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=198981451 data=null item=TreeItem {JUL} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Tree node with text: JUL 16:11:17 [2019-07-19T20:11:17.339Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {JUL} time=198981452 data=null button=1 stateMask=0x80000 x=106 y=92 count=1} to Tree node with text: JUL 16:11:17 [2019-07-19T20:11:17.339Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:17 [2019-07-19T20:11:17.339Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=198981453 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession 16:11:17 [2019-07-19T20:11:17.339Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=198981454 data=null doit=true} to Tree node with text: mysession 16:11:17 [2019-07-19T20:11:17.339Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=198981454 data=null} to Tree node with text: mysession 16:11:17 [2019-07-19T20:11:17.339Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=198981454 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession 16:11:17 [2019-07-19T20:11:17.339Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198981455 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:11:17 [2019-07-19T20:11:17.339Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=198981456 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession 16:11:17 [2019-07-19T20:11:17.339Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:17 [2019-07-19T20:11:17.339Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=198981457 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession 16:11:17 [2019-07-19T20:11:17.339Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=198981457 data=null doit=true} to Tree node with text: mysession 16:11:17 [2019-07-19T20:11:17.339Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=198981458 data=null} to Tree node with text: mysession 16:11:17 [2019-07-19T20:11:17.339Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=198981458 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession 16:11:17 [2019-07-19T20:11:17.339Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198981458 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:11:17 [2019-07-19T20:11:17.339Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=198981460 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession 16:11:17 [2019-07-19T20:11:17.598Z] DEBUG - matched MenuItem with text "Enable Event (defaul...", using matcher: with mnemonic 'Enable Event (default channel)...' 16:11:17 [2019-07-19T20:11:17.598Z] DEBUG - Clicking on with mnemonic 'Enable Event (default channel)...' 16:11:17 [2019-07-19T20:11:17.856Z] DEBUG - Clicked on with mnemonic 'Enable Event (default channel)...' 16:11:17 [2019-07-19T20:11:17.856Z] DEBUG - matched Shell with text "Enable Events", using matcher: with text 'Enable Events' 16:11:18 [2019-07-19T20:11:18.113Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Enable Events} time=198982145 data=null doit=true} to Shell with text {Enable Events} 16:11:18 [2019-07-19T20:11:18.113Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' 16:11:18 [2019-07-19T20:11:18.113Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' 16:11:18 [2019-07-19T20:11:18.113Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' 16:11:18 [2019-07-19T20:11:18.113Z] DEBUG - matched Button with text "JUL", using matcher: with mnemonic 'JUL' 16:11:18 [2019-07-19T20:11:18.113Z] DEBUG - matched Group with text "Domain", using matcher: with mnemonic 'Domain' 16:11:18 [2019-07-19T20:11:18.113Z] DEBUG - matched Button with text "JUL", using matcher: in group (with mnemonic 'Domain') 16:11:18 [2019-07-19T20:11:18.113Z] DEBUG - matched Button with text "JUL", using matcher: with style 'SWT.RADIO' 16:11:18 [2019-07-19T20:11:18.113Z] DEBUG - matched Button with text "JUL", using matcher: (of type 'Button' and with mnemonic 'JUL' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:18 [2019-07-19T20:11:18.113Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' 16:11:18 [2019-07-19T20:11:18.113Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' 16:11:18 [2019-07-19T20:11:18.113Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:18 [2019-07-19T20:11:18.113Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:18 [2019-07-19T20:11:18.113Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:18 [2019-07-19T20:11:18.113Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:18 [2019-07-19T20:11:18.113Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:18 [2019-07-19T20:11:18.113Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' 16:11:18 [2019-07-19T20:11:18.113Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' 16:11:18 [2019-07-19T20:11:18.113Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'JUL' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:18 [2019-07-19T20:11:18.113Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Kernel} time=198982149 data=null doit=true} to Button with text {Kernel} 16:11:18 [2019-07-19T20:11:18.113Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Kernel} time=198982149 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Button with text {Kernel} 16:11:18 [2019-07-19T20:11:18.113Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'JUL' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:18 [2019-07-19T20:11:18.113Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {JUL} time=198982150 data=null doit=true} to (of type 'Button' and with mnemonic 'JUL' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:18 [2019-07-19T20:11:18.113Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {JUL} time=198982151 data=null button=1 stateMask=0x0 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'JUL' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:18 [2019-07-19T20:11:18.113Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {JUL} time=198982151 data=null button=1 stateMask=0x80000 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'JUL' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:18 [2019-07-19T20:11:18.113Z] *** BUG *** 16:11:18 [2019-07-19T20:11:18.113Z] In pixman_region32_init_rect: Invalid rectangle passed 16:11:18 [2019-07-19T20:11:18.113Z] Set a breakpoint on '_pixman_log_error' to debug 16:11:18 [2019-07-19T20:11:18.113Z] 16:11:18 [2019-07-19T20:11:18.113Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {JUL} time=198982151 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'JUL' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:18 [2019-07-19T20:11:18.113Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'JUL' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:18 [2019-07-19T20:11:18.113Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:11:18 [2019-07-19T20:11:18.113Z] DEBUG - matched Group with text "Loggers", using matcher: with mnemonic 'Loggers' 16:11:18 [2019-07-19T20:11:18.113Z] DEBUG - matched Tree with text "", using matcher: in group (with mnemonic 'Loggers') 16:11:18 [2019-07-19T20:11:18.113Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree' and in group (with mnemonic 'Loggers')) 16:11:18 [2019-07-19T20:11:18.113Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 16:11:18 [2019-07-19T20:11:18.113Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 16:11:18 [2019-07-19T20:11:18.113Z] DEBUG - matched Group with text "Specific logger", using matcher: with mnemonic 'Specific logger' 16:11:18 [2019-07-19T20:11:18.113Z] DEBUG - matched Text with text "", using matcher: in group (with mnemonic 'Specific logger') 16:11:18 [2019-07-19T20:11:18.113Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and in group (with mnemonic 'Specific logger')) 16:11:18 [2019-07-19T20:11:18.113Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' 16:11:18 [2019-07-19T20:11:18.113Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' 16:11:18 [2019-07-19T20:11:18.113Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' 16:11:18 [2019-07-19T20:11:18.113Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' 16:11:18 [2019-07-19T20:11:18.113Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' 16:11:18 [2019-07-19T20:11:18.113Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:18 [2019-07-19T20:11:18.113Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:18 [2019-07-19T20:11:18.113Z] DEBUG - matched Button with text "loglevel", using matcher: of type 'Button' 16:11:18 [2019-07-19T20:11:18.113Z] DEBUG - matched Button with text "loglevel-only", using matcher: of type 'Button' 16:11:18 [2019-07-19T20:11:18.113Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' 16:11:18 [2019-07-19T20:11:18.113Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' 16:11:18 [2019-07-19T20:11:18.113Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok' 16:11:18 [2019-07-19T20:11:18.113Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH' 16:11:18 [2019-07-19T20:11:18.114Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:18 [2019-07-19T20:11:18.114Z] DEBUG - Clicking on &Ok 16:11:18 [2019-07-19T20:11:18.114Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=198982280 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:18 [2019-07-19T20:11:18.114Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=198982280 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:18 [2019-07-19T20:11:18.114Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=198982280 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:18 [2019-07-19T20:11:18.114Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=198982280 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:18 [2019-07-19T20:11:18.114Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=198982280 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:18 [2019-07-19T20:11:18.114Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=198982280 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:18 [2019-07-19T20:11:18.114Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=198982281 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:18 [2019-07-19T20:11:18.114Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Enable Event (default channel)...} time=198981736 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Enable Event (default channel)...' 16:11:18 [2019-07-19T20:11:18.679Z] DEBUG - Clicked on 16:11:18 [2019-07-19T20:11:18.679Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:18 [2019-07-19T20:11:18.679Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:18 [2019-07-19T20:11:18.679Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. 16:11:18 [2019-07-19T20:11:18.679Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:18 [2019-07-19T20:11:18.679Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:18 [2019-07-19T20:11:18.679Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. 16:11:18 [2019-07-19T20:11:18.679Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {JUL} time=198982759 data=null doit=true} to Tree node with text: JUL 16:11:18 [2019-07-19T20:11:18.679Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {JUL} time=198982760 data=null} to Tree node with text: JUL 16:11:18 [2019-07-19T20:11:18.679Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {JUL} time=198982760 data=null button=1 stateMask=0x0 x=106 y=92 count=1} to Tree node with text: JUL 16:11:18 [2019-07-19T20:11:18.679Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=198982761 data=null item=TreeItem {JUL} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Tree node with text: JUL 16:11:18 [2019-07-19T20:11:18.679Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {JUL} time=198982828 data=null button=1 stateMask=0x80000 x=106 y=92 count=1} to Tree node with text: JUL 16:11:18 [2019-07-19T20:11:18.679Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:18 [2019-07-19T20:11:18.679Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:18 [2019-07-19T20:11:18.679Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. 16:11:18 [2019-07-19T20:11:18.679Z] WARN - Tree item Tree node with text: JUL is already expanded. Won't expand it again. 16:11:18 [2019-07-19T20:11:18.679Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:18 [2019-07-19T20:11:18.679Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:18 [2019-07-19T20:11:18.679Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:18 [2019-07-19T20:11:18.679Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=198982832 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession 16:11:18 [2019-07-19T20:11:18.679Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=198982833 data=null doit=true} to Tree node with text: mysession 16:11:18 [2019-07-19T20:11:18.679Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=198982833 data=null} to Tree node with text: mysession 16:11:18 [2019-07-19T20:11:18.679Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=198982833 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession 16:11:18 [2019-07-19T20:11:18.679Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198982834 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:11:18 [2019-07-19T20:11:18.679Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=198982837 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession 16:11:18 [2019-07-19T20:11:18.679Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:18 [2019-07-19T20:11:18.679Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=198982838 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession 16:11:18 [2019-07-19T20:11:18.679Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=198982838 data=null doit=true} to Tree node with text: mysession 16:11:18 [2019-07-19T20:11:18.679Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=198982838 data=null} to Tree node with text: mysession 16:11:18 [2019-07-19T20:11:18.679Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=198982838 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession 16:11:18 [2019-07-19T20:11:18.679Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198982839 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:11:18 [2019-07-19T20:11:18.679Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=198982840 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession 16:11:18 [2019-07-19T20:11:18.937Z] DEBUG - matched MenuItem with text "Start", using matcher: with mnemonic 'Start' 16:11:18 [2019-07-19T20:11:18.937Z] DEBUG - Clicking on with mnemonic 'Start' 16:11:18 [2019-07-19T20:11:18.937Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Start} time=198982965 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Start' 16:11:18 [2019-07-19T20:11:18.937Z] DEBUG - Clicked on with mnemonic 'Start' 16:11:18 [2019-07-19T20:11:18.937Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:18 [2019-07-19T20:11:18.937Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:18 [2019-07-19T20:11:18.937Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:18 [2019-07-19T20:11:18.937Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=198983068 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession 16:11:18 [2019-07-19T20:11:18.937Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=198983069 data=null doit=true} to Tree node with text: mysession 16:11:18 [2019-07-19T20:11:18.937Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=198983069 data=null} to Tree node with text: mysession 16:11:18 [2019-07-19T20:11:18.937Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=198983069 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession 16:11:18 [2019-07-19T20:11:18.937Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198983069 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:11:18 [2019-07-19T20:11:18.937Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=198983072 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession 16:11:18 [2019-07-19T20:11:18.937Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:18 [2019-07-19T20:11:18.937Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=198983073 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession 16:11:18 [2019-07-19T20:11:18.937Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=198983073 data=null doit=true} to Tree node with text: mysession 16:11:18 [2019-07-19T20:11:18.937Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=198983073 data=null} to Tree node with text: mysession 16:11:18 [2019-07-19T20:11:18.937Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=198983074 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession 16:11:18 [2019-07-19T20:11:18.937Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198983074 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:11:18 [2019-07-19T20:11:18.937Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=198983075 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession 16:11:18 [2019-07-19T20:11:18.937Z] DEBUG - matched MenuItem with text "Stop", using matcher: with mnemonic 'Stop' 16:11:18 [2019-07-19T20:11:18.937Z] DEBUG - Clicking on with mnemonic 'Stop' 16:11:18 [2019-07-19T20:11:18.937Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Stop} time=198983185 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Stop' 16:11:18 [2019-07-19T20:11:18.937Z] DEBUG - Clicked on with mnemonic 'Stop' 16:11:19 [2019-07-19T20:11:19.195Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.internal.lttng2.ui.views.control"' 16:11:19 [2019-07-19T20:11:19.452Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:19 [2019-07-19T20:11:19.452Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:19 [2019-07-19T20:11:19.452Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. 16:11:19 [2019-07-19T20:11:19.452Z] WARN - Tree item Tree node with text: JUL is already expanded. Won't expand it again. 16:11:19 [2019-07-19T20:11:19.452Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:19 [2019-07-19T20:11:19.452Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {logger} time=198983475 data=null button=0 stateMask=0x0 x=134 y=134 count=0} to Tree node with text: logger 16:11:19 [2019-07-19T20:11:19.452Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {logger} time=198983476 data=null doit=true} to Tree node with text: logger 16:11:19 [2019-07-19T20:11:19.452Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {logger} time=198983476 data=null} to Tree node with text: logger 16:11:19 [2019-07-19T20:11:19.452Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {logger} time=198983476 data=null button=1 stateMask=0x0 x=134 y=134 count=1} to Tree node with text: logger 16:11:19 [2019-07-19T20:11:19.452Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198983477 data=null item=TreeItem {logger} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: logger 16:11:19 [2019-07-19T20:11:19.452Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {logger} time=198983539 data=null button=1 stateMask=0x80000 x=134 y=107 count=1} to Tree node with text: logger 16:11:19 [2019-07-19T20:11:19.452Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Properties"' 16:11:19 [2019-07-19T20:11:19.452Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:11:19 [2019-07-19T20:11:19.452Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:11:19 [2019-07-19T20:11:19.452Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.internal.lttng2.ui.views.control"' 16:11:19 [2019-07-19T20:11:19.709Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:19 [2019-07-19T20:11:19.709Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:19 [2019-07-19T20:11:19.709Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. 16:11:19 [2019-07-19T20:11:19.709Z] WARN - Tree item Tree node with text: JUL is already expanded. Won't expand it again. 16:11:19 [2019-07-19T20:11:19.709Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:19 [2019-07-19T20:11:19.709Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {anotherLogger} time=198983739 data=null button=0 stateMask=0x0 x=161 y=113 count=0} to Tree node with text: anotherLogger 16:11:19 [2019-07-19T20:11:19.709Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {anotherLogger} time=198983739 data=null doit=true} to Tree node with text: anotherLogger 16:11:19 [2019-07-19T20:11:19.709Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {anotherLogger} time=198983739 data=null} to Tree node with text: anotherLogger 16:11:19 [2019-07-19T20:11:19.709Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {anotherLogger} time=198983740 data=null button=1 stateMask=0x0 x=161 y=113 count=1} to Tree node with text: anotherLogger 16:11:19 [2019-07-19T20:11:19.709Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198983740 data=null item=TreeItem {anotherLogger} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: anotherLogger 16:11:19 [2019-07-19T20:11:19.709Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {anotherLogger} time=198983744 data=null button=1 stateMask=0x80000 x=161 y=113 count=1} to Tree node with text: anotherLogger 16:11:19 [2019-07-19T20:11:19.709Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Properties"' 16:11:19 [2019-07-19T20:11:19.709Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:11:19 [2019-07-19T20:11:19.709Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:11:19 [2019-07-19T20:11:19.709Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:19 [2019-07-19T20:11:19.709Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:19 [2019-07-19T20:11:19.709Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:19 [2019-07-19T20:11:19.966Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=198983959 data=null button=0 stateMask=0x0 x=112 y=-13 count=0} to Tree node with text: mysession 16:11:19 [2019-07-19T20:11:19.966Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=198983959 data=null doit=true} to Tree node with text: mysession 16:11:19 [2019-07-19T20:11:19.966Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=198983959 data=null} to Tree node with text: mysession 16:11:19 [2019-07-19T20:11:19.966Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=198983959 data=null button=1 stateMask=0x0 x=112 y=-13 count=1} to Tree node with text: mysession 16:11:19 [2019-07-19T20:11:19.966Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198983960 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:11:19 [2019-07-19T20:11:19.966Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=198983962 data=null button=1 stateMask=0x80000 x=112 y=-13 count=1} to Tree node with text: mysession 16:11:19 [2019-07-19T20:11:19.966Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:19 [2019-07-19T20:11:19.966Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=198983963 data=null button=0 stateMask=0x0 x=112 y=-13 count=0} to Tree node with text: mysession 16:11:19 [2019-07-19T20:11:19.966Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=198983963 data=null doit=true} to Tree node with text: mysession 16:11:19 [2019-07-19T20:11:19.966Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=198983963 data=null} to Tree node with text: mysession 16:11:19 [2019-07-19T20:11:19.966Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=198983964 data=null button=1 stateMask=0x0 x=112 y=-13 count=1} to Tree node with text: mysession 16:11:19 [2019-07-19T20:11:19.966Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198983964 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:11:19 [2019-07-19T20:11:19.966Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=198983966 data=null button=1 stateMask=0x80000 x=112 y=-13 count=1} to Tree node with text: mysession 16:11:19 [2019-07-19T20:11:19.966Z] DEBUG - matched MenuItem with text "Enable Event (defaul...", using matcher: with mnemonic 'Enable Event (default channel)...' 16:11:19 [2019-07-19T20:11:19.966Z] DEBUG - Clicking on with mnemonic 'Enable Event (default channel)...' 16:11:20 [2019-07-19T20:11:20.224Z] DEBUG - Clicked on with mnemonic 'Enable Event (default channel)...' 16:11:20 [2019-07-19T20:11:20.224Z] DEBUG - matched Shell with text "Enable Events", using matcher: with text 'Enable Events' 16:11:20 [2019-07-19T20:11:20.224Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Enable Events} time=198984468 data=null doit=true} to Shell with text {Enable Events} 16:11:20 [2019-07-19T20:11:20.224Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' 16:11:20 [2019-07-19T20:11:20.224Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' 16:11:20 [2019-07-19T20:11:20.224Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' 16:11:20 [2019-07-19T20:11:20.224Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' 16:11:20 [2019-07-19T20:11:20.224Z] DEBUG - matched Button with text "LOG4J", using matcher: with mnemonic 'LOG4J' 16:11:20 [2019-07-19T20:11:20.224Z] DEBUG - matched Group with text "Domain", using matcher: with mnemonic 'Domain' 16:11:20 [2019-07-19T20:11:20.224Z] DEBUG - matched Button with text "LOG4J", using matcher: in group (with mnemonic 'Domain') 16:11:20 [2019-07-19T20:11:20.224Z] DEBUG - matched Button with text "LOG4J", using matcher: with style 'SWT.RADIO' 16:11:20 [2019-07-19T20:11:20.224Z] DEBUG - matched Button with text "LOG4J", using matcher: (of type 'Button' and with mnemonic 'LOG4J' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:20 [2019-07-19T20:11:20.224Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' 16:11:20 [2019-07-19T20:11:20.224Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:20 [2019-07-19T20:11:20.224Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:20 [2019-07-19T20:11:20.224Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:20 [2019-07-19T20:11:20.224Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:20 [2019-07-19T20:11:20.224Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:20 [2019-07-19T20:11:20.224Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' 16:11:20 [2019-07-19T20:11:20.224Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' 16:11:20 [2019-07-19T20:11:20.224Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'LOG4J' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:20 [2019-07-19T20:11:20.224Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Kernel} time=198984473 data=null doit=true} to Button with text {Kernel} 16:11:20 [2019-07-19T20:11:20.482Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Kernel} time=198984473 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Button with text {Kernel} 16:11:20 [2019-07-19T20:11:20.482Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'LOG4J' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:20 [2019-07-19T20:11:20.482Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {LOG4J} time=198984475 data=null doit=true} to (of type 'Button' and with mnemonic 'LOG4J' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:20 [2019-07-19T20:11:20.482Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {LOG4J} time=198984475 data=null button=1 stateMask=0x0 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'LOG4J' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:20 [2019-07-19T20:11:20.482Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {LOG4J} time=198984475 data=null button=1 stateMask=0x80000 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'LOG4J' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:20 [2019-07-19T20:11:20.482Z] *** BUG *** 16:11:20 [2019-07-19T20:11:20.482Z] In pixman_region32_init_rect: Invalid rectangle passed 16:11:20 [2019-07-19T20:11:20.482Z] Set a breakpoint on '_pixman_log_error' to debug 16:11:20 [2019-07-19T20:11:20.482Z] 16:11:20 [2019-07-19T20:11:20.482Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {LOG4J} time=198984475 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'LOG4J' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:20 [2019-07-19T20:11:20.482Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'LOG4J' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:20 [2019-07-19T20:11:20.482Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:11:20 [2019-07-19T20:11:20.482Z] DEBUG - matched Group with text "Loggers", using matcher: with mnemonic 'Loggers' 16:11:20 [2019-07-19T20:11:20.482Z] DEBUG - matched Tree with text "", using matcher: in group (with mnemonic 'Loggers') 16:11:20 [2019-07-19T20:11:20.482Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree' and in group (with mnemonic 'Loggers')) 16:11:20 [2019-07-19T20:11:20.482Z] DEBUG - Setting state to checked on: All 16:11:20 [2019-07-19T20:11:20.482Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' 16:11:20 [2019-07-19T20:11:20.482Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' 16:11:20 [2019-07-19T20:11:20.482Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' 16:11:20 [2019-07-19T20:11:20.482Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' 16:11:20 [2019-07-19T20:11:20.482Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' 16:11:20 [2019-07-19T20:11:20.482Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:20 [2019-07-19T20:11:20.482Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:20 [2019-07-19T20:11:20.482Z] DEBUG - matched Button with text "loglevel", using matcher: of type 'Button' 16:11:20 [2019-07-19T20:11:20.482Z] DEBUG - matched Button with text "loglevel-only", using matcher: of type 'Button' 16:11:20 [2019-07-19T20:11:20.482Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' 16:11:20 [2019-07-19T20:11:20.482Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' 16:11:20 [2019-07-19T20:11:20.482Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok' 16:11:20 [2019-07-19T20:11:20.482Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH' 16:11:20 [2019-07-19T20:11:20.482Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:20 [2019-07-19T20:11:20.482Z] DEBUG - Clicking on &Ok 16:11:20 [2019-07-19T20:11:20.482Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=198984643 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:20 [2019-07-19T20:11:20.482Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=198984643 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:20 [2019-07-19T20:11:20.482Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=198984644 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:20 [2019-07-19T20:11:20.482Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=198984644 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:20 [2019-07-19T20:11:20.482Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=198984644 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:20 [2019-07-19T20:11:20.482Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=198984644 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:20 [2019-07-19T20:11:20.482Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=198984644 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:20 [2019-07-19T20:11:20.482Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Enable Event (default channel)...} time=198984135 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Enable Event (default channel)...' 16:11:20 [2019-07-19T20:11:20.740Z] DEBUG - Clicked on 16:11:20 [2019-07-19T20:11:20.740Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:20 [2019-07-19T20:11:20.740Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:20 [2019-07-19T20:11:20.740Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. 16:11:20 [2019-07-19T20:11:20.740Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:20 [2019-07-19T20:11:20.740Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:20 [2019-07-19T20:11:20.740Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. 16:11:20 [2019-07-19T20:11:20.740Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {LOG4J} time=198984874 data=null doit=true} to Tree node with text: LOG4J 16:11:20 [2019-07-19T20:11:20.740Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {LOG4J} time=198984874 data=null} to Tree node with text: LOG4J 16:11:20 [2019-07-19T20:11:20.740Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {LOG4J} time=198984875 data=null button=1 stateMask=0x0 x=115 y=92 count=1} to Tree node with text: LOG4J 16:11:20 [2019-07-19T20:11:20.740Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=198984876 data=null item=TreeItem {LOG4J} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Tree node with text: LOG4J 16:11:20 [2019-07-19T20:11:20.740Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {LOG4J} time=198984877 data=null button=1 stateMask=0x80000 x=115 y=92 count=1} to Tree node with text: LOG4J 16:11:20 [2019-07-19T20:11:20.740Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:20 [2019-07-19T20:11:20.740Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=198984878 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession 16:11:20 [2019-07-19T20:11:20.740Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=198984878 data=null doit=true} to Tree node with text: mysession 16:11:20 [2019-07-19T20:11:20.740Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=198984878 data=null} to Tree node with text: mysession 16:11:20 [2019-07-19T20:11:20.740Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=198984879 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession 16:11:20 [2019-07-19T20:11:20.740Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198984935 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:11:20 [2019-07-19T20:11:20.740Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=198984938 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession 16:11:20 [2019-07-19T20:11:20.740Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:20 [2019-07-19T20:11:20.740Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=198984939 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession 16:11:20 [2019-07-19T20:11:20.740Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=198984940 data=null doit=true} to Tree node with text: mysession 16:11:20 [2019-07-19T20:11:20.740Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=198984940 data=null} to Tree node with text: mysession 16:11:20 [2019-07-19T20:11:20.740Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=198984940 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession 16:11:20 [2019-07-19T20:11:20.740Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198984941 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:11:20 [2019-07-19T20:11:20.740Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=198984942 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession 16:11:20 [2019-07-19T20:11:20.997Z] DEBUG - matched MenuItem with text "Enable Event (defaul...", using matcher: with mnemonic 'Enable Event (default channel)...' 16:11:20 [2019-07-19T20:11:20.997Z] DEBUG - Clicking on with mnemonic 'Enable Event (default channel)...' 16:11:21 [2019-07-19T20:11:21.255Z] DEBUG - Clicked on with mnemonic 'Enable Event (default channel)...' 16:11:21 [2019-07-19T20:11:21.255Z] DEBUG - matched Shell with text "Enable Events", using matcher: with text 'Enable Events' 16:11:21 [2019-07-19T20:11:21.255Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Enable Events} time=198985466 data=null doit=true} to Shell with text {Enable Events} 16:11:21 [2019-07-19T20:11:21.255Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' 16:11:21 [2019-07-19T20:11:21.255Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' 16:11:21 [2019-07-19T20:11:21.255Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' 16:11:21 [2019-07-19T20:11:21.255Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' 16:11:21 [2019-07-19T20:11:21.255Z] DEBUG - matched Button with text "LOG4J", using matcher: with mnemonic 'LOG4J' 16:11:21 [2019-07-19T20:11:21.255Z] DEBUG - matched Group with text "Domain", using matcher: with mnemonic 'Domain' 16:11:21 [2019-07-19T20:11:21.255Z] DEBUG - matched Button with text "LOG4J", using matcher: in group (with mnemonic 'Domain') 16:11:21 [2019-07-19T20:11:21.255Z] DEBUG - matched Button with text "LOG4J", using matcher: with style 'SWT.RADIO' 16:11:21 [2019-07-19T20:11:21.255Z] DEBUG - matched Button with text "LOG4J", using matcher: (of type 'Button' and with mnemonic 'LOG4J' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:21 [2019-07-19T20:11:21.255Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' 16:11:21 [2019-07-19T20:11:21.255Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:21 [2019-07-19T20:11:21.255Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:21 [2019-07-19T20:11:21.255Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:21 [2019-07-19T20:11:21.255Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:21 [2019-07-19T20:11:21.255Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:21 [2019-07-19T20:11:21.255Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' 16:11:21 [2019-07-19T20:11:21.255Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' 16:11:21 [2019-07-19T20:11:21.513Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'LOG4J' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:21 [2019-07-19T20:11:21.513Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Kernel} time=198985531 data=null doit=true} to Button with text {Kernel} 16:11:21 [2019-07-19T20:11:21.513Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Kernel} time=198985532 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Button with text {Kernel} 16:11:21 [2019-07-19T20:11:21.513Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'LOG4J' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:21 [2019-07-19T20:11:21.513Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {LOG4J} time=198985533 data=null doit=true} to (of type 'Button' and with mnemonic 'LOG4J' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:21 [2019-07-19T20:11:21.513Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {LOG4J} time=198985533 data=null button=1 stateMask=0x0 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'LOG4J' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:21 [2019-07-19T20:11:21.513Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {LOG4J} time=198985533 data=null button=1 stateMask=0x80000 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'LOG4J' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:21 [2019-07-19T20:11:21.513Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {LOG4J} time=198985533 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'LOG4J' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:21 [2019-07-19T20:11:21.513Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'LOG4J' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:21 [2019-07-19T20:11:21.513Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:11:21 [2019-07-19T20:11:21.513Z] DEBUG - matched Group with text "Loggers", using matcher: with mnemonic 'Loggers' 16:11:21 [2019-07-19T20:11:21.513Z] DEBUG - matched Tree with text "", using matcher: in group (with mnemonic 'Loggers') 16:11:21 [2019-07-19T20:11:21.513Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree' and in group (with mnemonic 'Loggers')) 16:11:21 [2019-07-19T20:11:21.513Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {All} time=198985623 data=null doit=true} to TreeItem with text {All} 16:11:21 [2019-07-19T20:11:21.513Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {All} time=198985623 data=null} to TreeItem with text {All} 16:11:21 [2019-07-19T20:11:21.513Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {All} time=198985624 data=null button=1 stateMask=0x0 x=54 y=11 count=1} to TreeItem with text {All} 16:11:21 [2019-07-19T20:11:21.513Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=198985624 data=null item=TreeItem {All} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {All} 16:11:21 [2019-07-19T20:11:21.513Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {All} time=198985627 data=null button=1 stateMask=0x80000 x=54 y=11 count=1} to TreeItem with text {All} 16:11:21 [2019-07-19T20:11:21.513Z] WARN - Tree item TreeItem with text {All} is already expanded. Won't expand it again. 16:11:21 [2019-07-19T20:11:21.513Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {All - ./client_bin/challenger [PID=14237] (With logger)} time=198985628 data=null doit=true} to Tree node with text: All - ./client_bin/challenger [PID=14237] (With logger) 16:11:21 [2019-07-19T20:11:21.513Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {All - ./client_bin/challenger [PID=14237] (With logger)} time=198985628 data=null} to Tree node with text: All - ./client_bin/challenger [PID=14237] (With logger) 16:11:21 [2019-07-19T20:11:21.513Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {All - ./client_bin/challenger [PID=14237] (With logger)} time=198985629 data=null button=1 stateMask=0x0 x=233 y=33 count=1} to Tree node with text: All - ./client_bin/challenger [PID=14237] (With logger) 16:11:21 [2019-07-19T20:11:21.513Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=198985629 data=null item=TreeItem {All - ./client_bin/challenger [PID=14237] (With logger)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Tree node with text: All - ./client_bin/challenger [PID=14237] (With logger) 16:11:21 [2019-07-19T20:11:21.513Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {All - ./client_bin/challenger [PID=14237] (With logger)} time=198985630 data=null button=1 stateMask=0x80000 x=233 y=33 count=1} to Tree node with text: All - ./client_bin/challenger [PID=14237] (With logger) 16:11:21 [2019-07-19T20:11:21.513Z] WARN - Tree item TreeItem with text {All} is already expanded. Won't expand it again. 16:11:21 [2019-07-19T20:11:21.513Z] WARN - Tree item Tree node with text: All - ./client_bin/challenger [PID=14237] (With logger) is already expanded. Won't expand it again. 16:11:21 [2019-07-19T20:11:21.513Z] DEBUG - Setting state to checked on: logger 16:11:21 [2019-07-19T20:11:21.513Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' 16:11:21 [2019-07-19T20:11:21.513Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' 16:11:21 [2019-07-19T20:11:21.513Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' 16:11:21 [2019-07-19T20:11:21.513Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' 16:11:21 [2019-07-19T20:11:21.513Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' 16:11:21 [2019-07-19T20:11:21.513Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:21 [2019-07-19T20:11:21.513Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:21 [2019-07-19T20:11:21.513Z] DEBUG - matched Button with text "loglevel", using matcher: of type 'Button' 16:11:21 [2019-07-19T20:11:21.513Z] DEBUG - matched Button with text "loglevel-only", using matcher: of type 'Button' 16:11:21 [2019-07-19T20:11:21.513Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' 16:11:21 [2019-07-19T20:11:21.513Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' 16:11:21 [2019-07-19T20:11:21.513Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok' 16:11:21 [2019-07-19T20:11:21.513Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH' 16:11:21 [2019-07-19T20:11:21.513Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:21 [2019-07-19T20:11:21.513Z] DEBUG - Clicking on &Ok 16:11:21 [2019-07-19T20:11:21.513Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=198985640 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:21 [2019-07-19T20:11:21.513Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=198985640 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:21 [2019-07-19T20:11:21.513Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=198985640 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:21 [2019-07-19T20:11:21.513Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=198985640 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:21 [2019-07-19T20:11:21.513Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=198985641 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:21 [2019-07-19T20:11:21.513Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=198985641 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:21 [2019-07-19T20:11:21.513Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=198985641 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:21 [2019-07-19T20:11:21.513Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Enable Event (default channel)...} time=198985071 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Enable Event (default channel)...' 16:11:21 [2019-07-19T20:11:21.771Z] DEBUG - Clicked on 16:11:21 [2019-07-19T20:11:21.771Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:21 [2019-07-19T20:11:21.771Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:21 [2019-07-19T20:11:21.771Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. 16:11:21 [2019-07-19T20:11:21.771Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:21 [2019-07-19T20:11:21.771Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:21 [2019-07-19T20:11:21.771Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. 16:11:21 [2019-07-19T20:11:21.771Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {LOG4J} time=198985874 data=null doit=true} to Tree node with text: LOG4J 16:11:21 [2019-07-19T20:11:21.771Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {LOG4J} time=198985874 data=null} to Tree node with text: LOG4J 16:11:21 [2019-07-19T20:11:21.771Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {LOG4J} time=198985875 data=null button=1 stateMask=0x0 x=115 y=92 count=1} to Tree node with text: LOG4J 16:11:21 [2019-07-19T20:11:21.771Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=198985875 data=null item=TreeItem {LOG4J} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Tree node with text: LOG4J 16:11:21 [2019-07-19T20:11:21.771Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {LOG4J} time=198985876 data=null button=1 stateMask=0x80000 x=115 y=92 count=1} to Tree node with text: LOG4J 16:11:21 [2019-07-19T20:11:21.771Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:21 [2019-07-19T20:11:21.771Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=198985877 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession 16:11:21 [2019-07-19T20:11:21.771Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=198985878 data=null doit=true} to Tree node with text: mysession 16:11:21 [2019-07-19T20:11:21.771Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=198985878 data=null} to Tree node with text: mysession 16:11:21 [2019-07-19T20:11:21.771Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=198985878 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession 16:11:21 [2019-07-19T20:11:21.771Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198985878 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:11:21 [2019-07-19T20:11:21.771Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=198985934 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession 16:11:21 [2019-07-19T20:11:21.771Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:21 [2019-07-19T20:11:21.771Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=198985935 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession 16:11:21 [2019-07-19T20:11:21.771Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=198985935 data=null doit=true} to Tree node with text: mysession 16:11:21 [2019-07-19T20:11:21.771Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=198985935 data=null} to Tree node with text: mysession 16:11:21 [2019-07-19T20:11:21.771Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=198985935 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession 16:11:21 [2019-07-19T20:11:21.771Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198985936 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:11:21 [2019-07-19T20:11:21.771Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=198985937 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession 16:11:22 [2019-07-19T20:11:22.028Z] DEBUG - matched MenuItem with text "Enable Event (defaul...", using matcher: with mnemonic 'Enable Event (default channel)...' 16:11:22 [2019-07-19T20:11:22.028Z] DEBUG - Clicking on with mnemonic 'Enable Event (default channel)...' 16:11:22 [2019-07-19T20:11:22.285Z] DEBUG - Clicked on with mnemonic 'Enable Event (default channel)...' 16:11:22 [2019-07-19T20:11:22.285Z] DEBUG - matched Shell with text "Enable Events", using matcher: with text 'Enable Events' 16:11:22 [2019-07-19T20:11:22.285Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Enable Events} time=198986390 data=null doit=true} to Shell with text {Enable Events} 16:11:22 [2019-07-19T20:11:22.285Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' 16:11:22 [2019-07-19T20:11:22.285Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' 16:11:22 [2019-07-19T20:11:22.285Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' 16:11:22 [2019-07-19T20:11:22.285Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' 16:11:22 [2019-07-19T20:11:22.285Z] DEBUG - matched Button with text "LOG4J", using matcher: with mnemonic 'LOG4J' 16:11:22 [2019-07-19T20:11:22.285Z] DEBUG - matched Group with text "Domain", using matcher: with mnemonic 'Domain' 16:11:22 [2019-07-19T20:11:22.285Z] DEBUG - matched Button with text "LOG4J", using matcher: in group (with mnemonic 'Domain') 16:11:22 [2019-07-19T20:11:22.285Z] DEBUG - matched Button with text "LOG4J", using matcher: with style 'SWT.RADIO' 16:11:22 [2019-07-19T20:11:22.285Z] DEBUG - matched Button with text "LOG4J", using matcher: (of type 'Button' and with mnemonic 'LOG4J' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:22 [2019-07-19T20:11:22.285Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' 16:11:22 [2019-07-19T20:11:22.285Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:22 [2019-07-19T20:11:22.285Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:22 [2019-07-19T20:11:22.285Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:22 [2019-07-19T20:11:22.285Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:22 [2019-07-19T20:11:22.285Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:22 [2019-07-19T20:11:22.285Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' 16:11:22 [2019-07-19T20:11:22.285Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' 16:11:22 [2019-07-19T20:11:22.285Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'LOG4J' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:22 [2019-07-19T20:11:22.285Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Kernel} time=198986441 data=null doit=true} to Button with text {Kernel} 16:11:22 [2019-07-19T20:11:22.285Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Kernel} time=198986441 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Button with text {Kernel} 16:11:22 [2019-07-19T20:11:22.285Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'LOG4J' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:22 [2019-07-19T20:11:22.285Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {LOG4J} time=198986442 data=null doit=true} to (of type 'Button' and with mnemonic 'LOG4J' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:22 [2019-07-19T20:11:22.285Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {LOG4J} time=198986443 data=null button=1 stateMask=0x0 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'LOG4J' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:22 [2019-07-19T20:11:22.285Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {LOG4J} time=198986443 data=null button=1 stateMask=0x80000 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'LOG4J' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:22 [2019-07-19T20:11:22.285Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {LOG4J} time=198986443 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'LOG4J' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:22 [2019-07-19T20:11:22.543Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'LOG4J' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:22 [2019-07-19T20:11:22.543Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:11:22 [2019-07-19T20:11:22.543Z] DEBUG - matched Group with text "Loggers", using matcher: with mnemonic 'Loggers' 16:11:22 [2019-07-19T20:11:22.543Z] DEBUG - matched Tree with text "", using matcher: in group (with mnemonic 'Loggers') 16:11:22 [2019-07-19T20:11:22.543Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree' and in group (with mnemonic 'Loggers')) 16:11:22 [2019-07-19T20:11:22.543Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {All} time=198986563 data=null doit=true} to TreeItem with text {All} 16:11:22 [2019-07-19T20:11:22.543Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {All} time=198986563 data=null} to TreeItem with text {All} 16:11:22 [2019-07-19T20:11:22.543Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {All} time=198986564 data=null button=1 stateMask=0x0 x=54 y=11 count=1} to TreeItem with text {All} 16:11:22 [2019-07-19T20:11:22.543Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=198986564 data=null item=TreeItem {All} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {All} 16:11:22 [2019-07-19T20:11:22.543Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {All} time=198986566 data=null button=1 stateMask=0x80000 x=54 y=11 count=1} to TreeItem with text {All} 16:11:22 [2019-07-19T20:11:22.543Z] WARN - Tree item TreeItem with text {All} is already expanded. Won't expand it again. 16:11:22 [2019-07-19T20:11:22.543Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {All - ./client_bin/challenger [PID=14237] (With logger)} time=198986567 data=null doit=true} to Tree node with text: All - ./client_bin/challenger [PID=14237] (With logger) 16:11:22 [2019-07-19T20:11:22.543Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {All - ./client_bin/challenger [PID=14237] (With logger)} time=198986567 data=null} to Tree node with text: All - ./client_bin/challenger [PID=14237] (With logger) 16:11:22 [2019-07-19T20:11:22.543Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {All - ./client_bin/challenger [PID=14237] (With logger)} time=198986567 data=null button=1 stateMask=0x0 x=233 y=33 count=1} to Tree node with text: All - ./client_bin/challenger [PID=14237] (With logger) 16:11:22 [2019-07-19T20:11:22.543Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=198986567 data=null item=TreeItem {All - ./client_bin/challenger [PID=14237] (With logger)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Tree node with text: All - ./client_bin/challenger [PID=14237] (With logger) 16:11:22 [2019-07-19T20:11:22.543Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {All - ./client_bin/challenger [PID=14237] (With logger)} time=198986569 data=null button=1 stateMask=0x80000 x=233 y=33 count=1} to Tree node with text: All - ./client_bin/challenger [PID=14237] (With logger) 16:11:22 [2019-07-19T20:11:22.543Z] WARN - Tree item TreeItem with text {All} is already expanded. Won't expand it again. 16:11:22 [2019-07-19T20:11:22.543Z] WARN - Tree item Tree node with text: All - ./client_bin/challenger [PID=14237] (With logger) is already expanded. Won't expand it again. 16:11:22 [2019-07-19T20:11:22.543Z] DEBUG - Setting state to checked on: anotherLogger 16:11:22 [2019-07-19T20:11:22.543Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' 16:11:22 [2019-07-19T20:11:22.543Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' 16:11:22 [2019-07-19T20:11:22.543Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' 16:11:22 [2019-07-19T20:11:22.543Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' 16:11:22 [2019-07-19T20:11:22.543Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' 16:11:22 [2019-07-19T20:11:22.543Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:22 [2019-07-19T20:11:22.543Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:22 [2019-07-19T20:11:22.543Z] DEBUG - matched Group with text "Log Level", using matcher: with mnemonic 'Log Level' 16:11:22 [2019-07-19T20:11:22.543Z] DEBUG - matched Button with text "Select", using matcher: in group (with mnemonic 'Log Level') 16:11:22 [2019-07-19T20:11:22.543Z] DEBUG - matched Button with text "Select", using matcher: with style 'SWT.CHECK' 16:11:22 [2019-07-19T20:11:22.543Z] DEBUG - matched Button with text "Select", using matcher: (of type 'Button' and in group (with mnemonic 'Log Level') and with style 'SWT.CHECK') 16:11:22 [2019-07-19T20:11:22.544Z] DEBUG - matched Button with text "loglevel", using matcher: of type 'Button' 16:11:22 [2019-07-19T20:11:22.544Z] DEBUG - matched Group with text "Log Level", using matcher: with mnemonic 'Log Level' 16:11:22 [2019-07-19T20:11:22.544Z] DEBUG - matched Button with text "loglevel", using matcher: in group (with mnemonic 'Log Level') 16:11:22 [2019-07-19T20:11:22.544Z] DEBUG - matched Button with text "loglevel-only", using matcher: of type 'Button' 16:11:22 [2019-07-19T20:11:22.544Z] DEBUG - matched Group with text "Log Level", using matcher: with mnemonic 'Log Level' 16:11:22 [2019-07-19T20:11:22.544Z] DEBUG - matched Button with text "loglevel-only", using matcher: in group (with mnemonic 'Log Level') 16:11:22 [2019-07-19T20:11:22.544Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' 16:11:22 [2019-07-19T20:11:22.544Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' 16:11:22 [2019-07-19T20:11:22.544Z] DEBUG - Selecting (of type 'Button' and in group (with mnemonic 'Log Level') and with style 'SWT.CHECK') 16:11:22 [2019-07-19T20:11:22.544Z] DEBUG - Selecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$2@428b852b 16:11:22 [2019-07-19T20:11:22.544Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Select} time=198986573 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and in group (with mnemonic 'Log Level') and with style 'SWT.CHECK') 16:11:22 [2019-07-19T20:11:22.544Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Select} time=198986574 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and in group (with mnemonic 'Log Level') and with style 'SWT.CHECK') 16:11:22 [2019-07-19T20:11:22.544Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Select} time=198986574 data=null doit=true} to (of type 'Button' and in group (with mnemonic 'Log Level') and with style 'SWT.CHECK') 16:11:22 [2019-07-19T20:11:22.544Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Select} time=198986580 data=null} to (of type 'Button' and in group (with mnemonic 'Log Level') and with style 'SWT.CHECK') 16:11:22 [2019-07-19T20:11:22.544Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Select} time=198986580 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and in group (with mnemonic 'Log Level') and with style 'SWT.CHECK') 16:11:22 [2019-07-19T20:11:22.544Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Select} time=198986580 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and in group (with mnemonic 'Log Level') and with style 'SWT.CHECK') 16:11:22 [2019-07-19T20:11:22.544Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Select} time=198986580 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and in group (with mnemonic 'Log Level') and with style 'SWT.CHECK') 16:11:22 [2019-07-19T20:11:22.544Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Select} time=198986631 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and in group (with mnemonic 'Log Level') and with style 'SWT.CHECK') 16:11:22 [2019-07-19T20:11:22.544Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Select} time=198986632 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and in group (with mnemonic 'Log Level') and with style 'SWT.CHECK') 16:11:22 [2019-07-19T20:11:22.544Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Select} time=198986632 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and in group (with mnemonic 'Log Level') and with style 'SWT.CHECK') 16:11:22 [2019-07-19T20:11:22.544Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Select} time=198986632 data=null doit=true} to (of type 'Button' and in group (with mnemonic 'Log Level') and with style 'SWT.CHECK') 16:11:22 [2019-07-19T20:11:22.544Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Select} time=198986632 data=null} to (of type 'Button' and in group (with mnemonic 'Log Level') and with style 'SWT.CHECK') 16:11:22 [2019-07-19T20:11:22.544Z] DEBUG - matched CCombo with text "", using matcher: of type 'CCombo' 16:11:22 [2019-07-19T20:11:22.544Z] DEBUG - matched Group with text "Log Level", using matcher: with mnemonic 'Log Level' 16:11:22 [2019-07-19T20:11:22.544Z] DEBUG - matched CCombo with text "", using matcher: in group (with mnemonic 'Log Level') 16:11:22 [2019-07-19T20:11:22.544Z] DEBUG - matched CCombo with text "", using matcher: (of type 'CCombo' and in group (with mnemonic 'Log Level')) 16:11:22 [2019-07-19T20:11:22.544Z] DEBUG - Setting selection on CCombo {*Wrong Thread*} to Fatal 16:11:22 [2019-07-19T20:11:22.544Z] DEBUG - Sent event Selection [13]: SelectionEvent{CCombo {} time=198986634 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'CCombo' and in group (with mnemonic 'Log Level')) 16:11:22 [2019-07-19T20:11:22.544Z] DEBUG - Set selection on CCombo {*Wrong Thread*} to Fatal 16:11:22 [2019-07-19T20:11:22.544Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' 16:11:22 [2019-07-19T20:11:22.544Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' 16:11:22 [2019-07-19T20:11:22.544Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' 16:11:22 [2019-07-19T20:11:22.544Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' 16:11:22 [2019-07-19T20:11:22.544Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' 16:11:22 [2019-07-19T20:11:22.544Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:22 [2019-07-19T20:11:22.544Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:22 [2019-07-19T20:11:22.544Z] DEBUG - matched Button with text "loglevel", using matcher: of type 'Button' 16:11:22 [2019-07-19T20:11:22.544Z] DEBUG - matched Button with text "loglevel-only", using matcher: of type 'Button' 16:11:22 [2019-07-19T20:11:22.544Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' 16:11:22 [2019-07-19T20:11:22.544Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' 16:11:22 [2019-07-19T20:11:22.544Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok' 16:11:22 [2019-07-19T20:11:22.544Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH' 16:11:22 [2019-07-19T20:11:22.544Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:22 [2019-07-19T20:11:22.544Z] DEBUG - Clicking on &Ok 16:11:22 [2019-07-19T20:11:22.544Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=198986637 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:22 [2019-07-19T20:11:22.544Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=198986637 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:22 [2019-07-19T20:11:22.544Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=198986638 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:22 [2019-07-19T20:11:22.544Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=198986638 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:22 [2019-07-19T20:11:22.544Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=198986638 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:22 [2019-07-19T20:11:22.544Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=198986638 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:22 [2019-07-19T20:11:22.544Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=198986638 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:22 [2019-07-19T20:11:22.544Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Enable Event (default channel)...} time=198986059 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Enable Event (default channel)...' 16:11:22 [2019-07-19T20:11:22.876Z] DEBUG - Clicked on 16:11:22 [2019-07-19T20:11:22.876Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:22 [2019-07-19T20:11:22.876Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:22 [2019-07-19T20:11:22.876Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. 16:11:22 [2019-07-19T20:11:22.876Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:22 [2019-07-19T20:11:22.876Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:22 [2019-07-19T20:11:22.876Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. 16:11:22 [2019-07-19T20:11:22.876Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {LOG4J} time=198986871 data=null doit=true} to Tree node with text: LOG4J 16:11:22 [2019-07-19T20:11:22.876Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {LOG4J} time=198986871 data=null} to Tree node with text: LOG4J 16:11:22 [2019-07-19T20:11:22.876Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {LOG4J} time=198986872 data=null button=1 stateMask=0x0 x=115 y=92 count=1} to Tree node with text: LOG4J 16:11:22 [2019-07-19T20:11:22.876Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=198986872 data=null item=TreeItem {LOG4J} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Tree node with text: LOG4J 16:11:22 [2019-07-19T20:11:22.876Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {LOG4J} time=198986874 data=null button=1 stateMask=0x80000 x=115 y=92 count=1} to Tree node with text: LOG4J 16:11:22 [2019-07-19T20:11:22.876Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:22 [2019-07-19T20:11:22.876Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=198986875 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession 16:11:22 [2019-07-19T20:11:22.876Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=198986875 data=null doit=true} to Tree node with text: mysession 16:11:22 [2019-07-19T20:11:22.876Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=198986876 data=null} to Tree node with text: mysession 16:11:22 [2019-07-19T20:11:22.876Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=198986876 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession 16:11:22 [2019-07-19T20:11:22.876Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198986876 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:11:22 [2019-07-19T20:11:22.876Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=198986933 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession 16:11:22 [2019-07-19T20:11:22.876Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:22 [2019-07-19T20:11:22.876Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=198986934 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession 16:11:22 [2019-07-19T20:11:22.876Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=198986934 data=null doit=true} to Tree node with text: mysession 16:11:22 [2019-07-19T20:11:22.876Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=198986935 data=null} to Tree node with text: mysession 16:11:22 [2019-07-19T20:11:22.876Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=198986935 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession 16:11:22 [2019-07-19T20:11:22.876Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198986936 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:11:22 [2019-07-19T20:11:22.876Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=198986937 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession 16:11:23 [2019-07-19T20:11:23.134Z] DEBUG - matched MenuItem with text "Enable Event (defaul...", using matcher: with mnemonic 'Enable Event (default channel)...' 16:11:23 [2019-07-19T20:11:23.134Z] DEBUG - Clicking on with mnemonic 'Enable Event (default channel)...' 16:11:23 [2019-07-19T20:11:23.134Z] DEBUG - Clicked on with mnemonic 'Enable Event (default channel)...' 16:11:23 [2019-07-19T20:11:23.391Z] DEBUG - matched Shell with text "Enable Events", using matcher: with text 'Enable Events' 16:11:23 [2019-07-19T20:11:23.391Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Enable Events} time=198987439 data=null doit=true} to Shell with text {Enable Events} 16:11:23 [2019-07-19T20:11:23.391Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' 16:11:23 [2019-07-19T20:11:23.391Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' 16:11:23 [2019-07-19T20:11:23.391Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' 16:11:23 [2019-07-19T20:11:23.391Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' 16:11:23 [2019-07-19T20:11:23.391Z] DEBUG - matched Button with text "LOG4J", using matcher: with mnemonic 'LOG4J' 16:11:23 [2019-07-19T20:11:23.391Z] DEBUG - matched Group with text "Domain", using matcher: with mnemonic 'Domain' 16:11:23 [2019-07-19T20:11:23.391Z] DEBUG - matched Button with text "LOG4J", using matcher: in group (with mnemonic 'Domain') 16:11:23 [2019-07-19T20:11:23.391Z] DEBUG - matched Button with text "LOG4J", using matcher: with style 'SWT.RADIO' 16:11:23 [2019-07-19T20:11:23.391Z] DEBUG - matched Button with text "LOG4J", using matcher: (of type 'Button' and with mnemonic 'LOG4J' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:23 [2019-07-19T20:11:23.391Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' 16:11:23 [2019-07-19T20:11:23.391Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:23 [2019-07-19T20:11:23.391Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:23 [2019-07-19T20:11:23.391Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:23 [2019-07-19T20:11:23.391Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:23 [2019-07-19T20:11:23.391Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:23 [2019-07-19T20:11:23.391Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' 16:11:23 [2019-07-19T20:11:23.391Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' 16:11:23 [2019-07-19T20:11:23.391Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'LOG4J' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:23 [2019-07-19T20:11:23.391Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Kernel} time=198987443 data=null doit=true} to Button with text {Kernel} 16:11:23 [2019-07-19T20:11:23.391Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Kernel} time=198987443 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Button with text {Kernel} 16:11:23 [2019-07-19T20:11:23.391Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'LOG4J' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:23 [2019-07-19T20:11:23.391Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {LOG4J} time=198987445 data=null doit=true} to (of type 'Button' and with mnemonic 'LOG4J' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:23 [2019-07-19T20:11:23.391Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {LOG4J} time=198987445 data=null button=1 stateMask=0x0 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'LOG4J' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:23 [2019-07-19T20:11:23.391Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {LOG4J} time=198987445 data=null button=1 stateMask=0x80000 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'LOG4J' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:23 [2019-07-19T20:11:23.391Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {LOG4J} time=198987445 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'LOG4J' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:23 [2019-07-19T20:11:23.391Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'LOG4J' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:23 [2019-07-19T20:11:23.391Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:11:23 [2019-07-19T20:11:23.391Z] DEBUG - matched Group with text "Loggers", using matcher: with mnemonic 'Loggers' 16:11:23 [2019-07-19T20:11:23.391Z] DEBUG - matched Tree with text "", using matcher: in group (with mnemonic 'Loggers') 16:11:23 [2019-07-19T20:11:23.391Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree' and in group (with mnemonic 'Loggers')) 16:11:23 [2019-07-19T20:11:23.391Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 16:11:23 [2019-07-19T20:11:23.391Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 16:11:23 [2019-07-19T20:11:23.391Z] DEBUG - matched Group with text "Specific logger", using matcher: with mnemonic 'Specific logger' 16:11:23 [2019-07-19T20:11:23.391Z] DEBUG - matched Text with text "", using matcher: in group (with mnemonic 'Specific logger') 16:11:23 [2019-07-19T20:11:23.391Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and in group (with mnemonic 'Specific logger')) 16:11:23 [2019-07-19T20:11:23.391Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' 16:11:23 [2019-07-19T20:11:23.391Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' 16:11:23 [2019-07-19T20:11:23.391Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' 16:11:23 [2019-07-19T20:11:23.391Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' 16:11:23 [2019-07-19T20:11:23.391Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' 16:11:23 [2019-07-19T20:11:23.391Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:23 [2019-07-19T20:11:23.391Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:23 [2019-07-19T20:11:23.391Z] DEBUG - matched Button with text "loglevel", using matcher: of type 'Button' 16:11:23 [2019-07-19T20:11:23.391Z] DEBUG - matched Button with text "loglevel-only", using matcher: of type 'Button' 16:11:23 [2019-07-19T20:11:23.391Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' 16:11:23 [2019-07-19T20:11:23.391Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' 16:11:23 [2019-07-19T20:11:23.391Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok' 16:11:23 [2019-07-19T20:11:23.391Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH' 16:11:23 [2019-07-19T20:11:23.391Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:23 [2019-07-19T20:11:23.391Z] DEBUG - Clicking on &Ok 16:11:23 [2019-07-19T20:11:23.391Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=198987576 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:23 [2019-07-19T20:11:23.391Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=198987576 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:23 [2019-07-19T20:11:23.391Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=198987576 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:23 [2019-07-19T20:11:23.391Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=198987577 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:23 [2019-07-19T20:11:23.391Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=198987584 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:23 [2019-07-19T20:11:23.391Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=198987584 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:23 [2019-07-19T20:11:23.648Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=198987584 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:23 [2019-07-19T20:11:23.648Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Enable Event (default channel)...} time=198987054 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Enable Event (default channel)...' 16:11:23 [2019-07-19T20:11:23.648Z] DEBUG - Clicked on 16:11:23 [2019-07-19T20:11:23.648Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:23 [2019-07-19T20:11:23.648Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:23 [2019-07-19T20:11:23.648Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. 16:11:23 [2019-07-19T20:11:23.648Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:23 [2019-07-19T20:11:23.905Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:23 [2019-07-19T20:11:23.905Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. 16:11:23 [2019-07-19T20:11:23.905Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {LOG4J} time=198987929 data=null doit=true} to Tree node with text: LOG4J 16:11:23 [2019-07-19T20:11:23.905Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {LOG4J} time=198987929 data=null} to Tree node with text: LOG4J 16:11:23 [2019-07-19T20:11:23.905Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {LOG4J} time=198987929 data=null button=1 stateMask=0x0 x=115 y=92 count=1} to Tree node with text: LOG4J 16:11:23 [2019-07-19T20:11:23.905Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=198987929 data=null item=TreeItem {LOG4J} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Tree node with text: LOG4J 16:11:23 [2019-07-19T20:11:23.905Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {LOG4J} time=198987931 data=null button=1 stateMask=0x80000 x=115 y=92 count=1} to Tree node with text: LOG4J 16:11:23 [2019-07-19T20:11:23.905Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:23 [2019-07-19T20:11:23.905Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:23 [2019-07-19T20:11:23.905Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. 16:11:23 [2019-07-19T20:11:23.905Z] WARN - Tree item Tree node with text: LOG4J is already expanded. Won't expand it again. 16:11:23 [2019-07-19T20:11:23.905Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:23 [2019-07-19T20:11:23.905Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:23 [2019-07-19T20:11:23.905Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:23 [2019-07-19T20:11:23.905Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=198987935 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession 16:11:23 [2019-07-19T20:11:23.905Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=198987936 data=null doit=true} to Tree node with text: mysession 16:11:23 [2019-07-19T20:11:23.905Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=198987936 data=null} to Tree node with text: mysession 16:11:23 [2019-07-19T20:11:23.905Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=198987936 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession 16:11:23 [2019-07-19T20:11:23.905Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198987936 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:11:23 [2019-07-19T20:11:23.905Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=198987938 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession 16:11:23 [2019-07-19T20:11:23.905Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:23 [2019-07-19T20:11:23.905Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=198987939 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession 16:11:23 [2019-07-19T20:11:23.905Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=198987939 data=null doit=true} to Tree node with text: mysession 16:11:23 [2019-07-19T20:11:23.905Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=198987939 data=null} to Tree node with text: mysession 16:11:23 [2019-07-19T20:11:23.905Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=198987940 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession 16:11:23 [2019-07-19T20:11:23.905Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198987940 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:11:23 [2019-07-19T20:11:23.905Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=198987941 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession 16:11:23 [2019-07-19T20:11:23.905Z] DEBUG - matched MenuItem with text "Start", using matcher: with mnemonic 'Start' 16:11:23 [2019-07-19T20:11:23.905Z] DEBUG - Clicking on with mnemonic 'Start' 16:11:23 [2019-07-19T20:11:23.905Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Start} time=198988069 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Start' 16:11:23 [2019-07-19T20:11:23.905Z] DEBUG - Clicked on with mnemonic 'Start' 16:11:24 [2019-07-19T20:11:24.162Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:24 [2019-07-19T20:11:24.162Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:24 [2019-07-19T20:11:24.162Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:24 [2019-07-19T20:11:24.162Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=198988172 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession 16:11:24 [2019-07-19T20:11:24.162Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=198988172 data=null doit=true} to Tree node with text: mysession 16:11:24 [2019-07-19T20:11:24.162Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=198988172 data=null} to Tree node with text: mysession 16:11:24 [2019-07-19T20:11:24.162Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=198988173 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession 16:11:24 [2019-07-19T20:11:24.162Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198988173 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:11:24 [2019-07-19T20:11:24.162Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=198988176 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession 16:11:24 [2019-07-19T20:11:24.162Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:24 [2019-07-19T20:11:24.162Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=198988177 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession 16:11:24 [2019-07-19T20:11:24.162Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=198988177 data=null doit=true} to Tree node with text: mysession 16:11:24 [2019-07-19T20:11:24.162Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=198988177 data=null} to Tree node with text: mysession 16:11:24 [2019-07-19T20:11:24.162Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=198988177 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession 16:11:24 [2019-07-19T20:11:24.162Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198988177 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:11:24 [2019-07-19T20:11:24.162Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=198988179 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession 16:11:24 [2019-07-19T20:11:24.162Z] DEBUG - matched MenuItem with text "Stop", using matcher: with mnemonic 'Stop' 16:11:24 [2019-07-19T20:11:24.162Z] DEBUG - Clicking on with mnemonic 'Stop' 16:11:24 [2019-07-19T20:11:24.162Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Stop} time=198988275 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Stop' 16:11:24 [2019-07-19T20:11:24.162Z] DEBUG - Clicked on with mnemonic 'Stop' 16:11:24 [2019-07-19T20:11:24.419Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.internal.lttng2.ui.views.control"' 16:11:24 [2019-07-19T20:11:24.419Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:24 [2019-07-19T20:11:24.419Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:24 [2019-07-19T20:11:24.419Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. 16:11:24 [2019-07-19T20:11:24.419Z] WARN - Tree item Tree node with text: LOG4J is already expanded. Won't expand it again. 16:11:24 [2019-07-19T20:11:24.419Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:24 [2019-07-19T20:11:24.419Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {logger} time=198988641 data=null button=0 stateMask=0x0 x=134 y=134 count=0} to Tree node with text: logger 16:11:24 [2019-07-19T20:11:24.419Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {logger} time=198988641 data=null doit=true} to Tree node with text: logger 16:11:24 [2019-07-19T20:11:24.419Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {logger} time=198988641 data=null} to Tree node with text: logger 16:11:24 [2019-07-19T20:11:24.419Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {logger} time=198988642 data=null button=1 stateMask=0x0 x=134 y=134 count=1} to Tree node with text: logger 16:11:24 [2019-07-19T20:11:24.419Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198988642 data=null item=TreeItem {logger} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: logger 16:11:24 [2019-07-19T20:11:24.419Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {logger} time=198988646 data=null button=1 stateMask=0x80000 x=134 y=134 count=1} to Tree node with text: logger 16:11:24 [2019-07-19T20:11:24.419Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Properties"' 16:11:24 [2019-07-19T20:11:24.676Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:11:24 [2019-07-19T20:11:24.676Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:11:24 [2019-07-19T20:11:24.676Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.internal.lttng2.ui.views.control"' 16:11:24 [2019-07-19T20:11:24.676Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:24 [2019-07-19T20:11:24.676Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:24 [2019-07-19T20:11:24.676Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. 16:11:24 [2019-07-19T20:11:24.676Z] WARN - Tree item Tree node with text: LOG4J is already expanded. Won't expand it again. 16:11:24 [2019-07-19T20:11:24.676Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:24 [2019-07-19T20:11:24.676Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {anotherLogger} time=198988835 data=null button=0 stateMask=0x0 x=161 y=114 count=0} to Tree node with text: anotherLogger 16:11:24 [2019-07-19T20:11:24.676Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {anotherLogger} time=198988835 data=null doit=true} to Tree node with text: anotherLogger 16:11:24 [2019-07-19T20:11:24.676Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {anotherLogger} time=198988835 data=null} to Tree node with text: anotherLogger 16:11:24 [2019-07-19T20:11:24.676Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {anotherLogger} time=198988836 data=null button=1 stateMask=0x0 x=161 y=114 count=1} to Tree node with text: anotherLogger 16:11:24 [2019-07-19T20:11:24.676Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198988836 data=null item=TreeItem {anotherLogger} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: anotherLogger 16:11:24 [2019-07-19T20:11:24.676Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {anotherLogger} time=198988840 data=null button=1 stateMask=0x80000 x=161 y=114 count=1} to Tree node with text: anotherLogger 16:11:24 [2019-07-19T20:11:24.676Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Properties"' 16:11:24 [2019-07-19T20:11:24.935Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:11:24 [2019-07-19T20:11:24.935Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:11:24 [2019-07-19T20:11:24.935Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:24 [2019-07-19T20:11:24.935Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:24 [2019-07-19T20:11:24.935Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:24 [2019-07-19T20:11:24.935Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=198989044 data=null button=0 stateMask=0x0 x=112 y=-13 count=0} to Tree node with text: mysession 16:11:24 [2019-07-19T20:11:24.935Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=198989044 data=null doit=true} to Tree node with text: mysession 16:11:24 [2019-07-19T20:11:24.935Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=198989044 data=null} to Tree node with text: mysession 16:11:24 [2019-07-19T20:11:24.935Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=198989044 data=null button=1 stateMask=0x0 x=112 y=-13 count=1} to Tree node with text: mysession 16:11:24 [2019-07-19T20:11:24.935Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198989045 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:11:24 [2019-07-19T20:11:24.935Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=198989047 data=null button=1 stateMask=0x80000 x=112 y=-13 count=1} to Tree node with text: mysession 16:11:24 [2019-07-19T20:11:24.935Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:24 [2019-07-19T20:11:24.935Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=198989048 data=null button=0 stateMask=0x0 x=112 y=-13 count=0} to Tree node with text: mysession 16:11:24 [2019-07-19T20:11:24.935Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=198989048 data=null doit=true} to Tree node with text: mysession 16:11:24 [2019-07-19T20:11:24.935Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=198989048 data=null} to Tree node with text: mysession 16:11:24 [2019-07-19T20:11:24.935Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=198989048 data=null button=1 stateMask=0x0 x=112 y=-13 count=1} to Tree node with text: mysession 16:11:24 [2019-07-19T20:11:24.935Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198989048 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:11:24 [2019-07-19T20:11:24.935Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=198989050 data=null button=1 stateMask=0x80000 x=112 y=-13 count=1} to Tree node with text: mysession 16:11:24 [2019-07-19T20:11:24.935Z] DEBUG - matched MenuItem with text "Enable Event (defaul...", using matcher: with mnemonic 'Enable Event (default channel)...' 16:11:24 [2019-07-19T20:11:24.935Z] DEBUG - Clicking on with mnemonic 'Enable Event (default channel)...' 16:11:25 [2019-07-19T20:11:25.500Z] DEBUG - Clicked on with mnemonic 'Enable Event (default channel)...' 16:11:25 [2019-07-19T20:11:25.500Z] DEBUG - matched Shell with text "Enable Events", using matcher: with text 'Enable Events' 16:11:25 [2019-07-19T20:11:25.500Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Enable Events} time=198989559 data=null doit=true} to Shell with text {Enable Events} 16:11:25 [2019-07-19T20:11:25.500Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' 16:11:25 [2019-07-19T20:11:25.500Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' 16:11:25 [2019-07-19T20:11:25.500Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' 16:11:25 [2019-07-19T20:11:25.500Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' 16:11:25 [2019-07-19T20:11:25.500Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' 16:11:25 [2019-07-19T20:11:25.500Z] DEBUG - matched Button with text "Python", using matcher: with mnemonic 'Python' 16:11:25 [2019-07-19T20:11:25.500Z] DEBUG - matched Group with text "Domain", using matcher: with mnemonic 'Domain' 16:11:25 [2019-07-19T20:11:25.500Z] DEBUG - matched Button with text "Python", using matcher: in group (with mnemonic 'Domain') 16:11:25 [2019-07-19T20:11:25.500Z] DEBUG - matched Button with text "Python", using matcher: with style 'SWT.RADIO' 16:11:25 [2019-07-19T20:11:25.500Z] DEBUG - matched Button with text "Python", using matcher: (of type 'Button' and with mnemonic 'Python' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:25 [2019-07-19T20:11:25.500Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:25 [2019-07-19T20:11:25.500Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:25 [2019-07-19T20:11:25.500Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:25 [2019-07-19T20:11:25.500Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:25 [2019-07-19T20:11:25.500Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:25 [2019-07-19T20:11:25.500Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' 16:11:25 [2019-07-19T20:11:25.500Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' 16:11:25 [2019-07-19T20:11:25.500Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Python' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:25 [2019-07-19T20:11:25.500Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Kernel} time=198989578 data=null doit=true} to Button with text {Kernel} 16:11:25 [2019-07-19T20:11:25.500Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Kernel} time=198989578 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Button with text {Kernel} 16:11:25 [2019-07-19T20:11:25.500Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Python' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:25 [2019-07-19T20:11:25.500Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Python} time=198989579 data=null doit=true} to (of type 'Button' and with mnemonic 'Python' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:25 [2019-07-19T20:11:25.500Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Python} time=198989580 data=null button=1 stateMask=0x0 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'Python' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:25 [2019-07-19T20:11:25.500Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Python} time=198989580 data=null button=1 stateMask=0x80000 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'Python' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:25 [2019-07-19T20:11:25.500Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Python} time=198989580 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Python' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:25 [2019-07-19T20:11:25.500Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Python' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:25 [2019-07-19T20:11:25.500Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:11:25 [2019-07-19T20:11:25.500Z] DEBUG - matched Group with text "Loggers", using matcher: with mnemonic 'Loggers' 16:11:25 [2019-07-19T20:11:25.500Z] DEBUG - matched Tree with text "", using matcher: in group (with mnemonic 'Loggers') 16:11:25 [2019-07-19T20:11:25.500Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree' and in group (with mnemonic 'Loggers')) 16:11:25 [2019-07-19T20:11:25.500Z] DEBUG - Setting state to checked on: All 16:11:25 [2019-07-19T20:11:25.500Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' 16:11:25 [2019-07-19T20:11:25.500Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' 16:11:25 [2019-07-19T20:11:25.500Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' 16:11:25 [2019-07-19T20:11:25.500Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' 16:11:25 [2019-07-19T20:11:25.500Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' 16:11:25 [2019-07-19T20:11:25.500Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:25 [2019-07-19T20:11:25.500Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:25 [2019-07-19T20:11:25.500Z] DEBUG - matched Button with text "loglevel", using matcher: of type 'Button' 16:11:25 [2019-07-19T20:11:25.500Z] DEBUG - matched Button with text "loglevel-only", using matcher: of type 'Button' 16:11:25 [2019-07-19T20:11:25.500Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' 16:11:25 [2019-07-19T20:11:25.500Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' 16:11:25 [2019-07-19T20:11:25.500Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok' 16:11:25 [2019-07-19T20:11:25.500Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH' 16:11:25 [2019-07-19T20:11:25.500Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:25 [2019-07-19T20:11:25.500Z] DEBUG - Clicking on &Ok 16:11:25 [2019-07-19T20:11:25.500Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=198989743 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:25 [2019-07-19T20:11:25.500Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=198989743 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:25 [2019-07-19T20:11:25.500Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=198989743 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:25 [2019-07-19T20:11:25.500Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=198989743 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:25 [2019-07-19T20:11:25.500Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=198989743 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:25 [2019-07-19T20:11:25.500Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=198989744 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:25 [2019-07-19T20:11:25.757Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=198989744 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:25 [2019-07-19T20:11:25.757Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Enable Event (default channel)...} time=198989178 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Enable Event (default channel)...' 16:11:25 [2019-07-19T20:11:25.757Z] DEBUG - Clicked on 16:11:25 [2019-07-19T20:11:25.757Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:25 [2019-07-19T20:11:25.757Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:25 [2019-07-19T20:11:25.757Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. 16:11:25 [2019-07-19T20:11:25.757Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:25 [2019-07-19T20:11:25.757Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:25 [2019-07-19T20:11:25.757Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. 16:11:25 [2019-07-19T20:11:25.757Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Python} time=198989975 data=null doit=true} to Tree node with text: Python 16:11:25 [2019-07-19T20:11:25.757Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Python} time=198989975 data=null} to Tree node with text: Python 16:11:25 [2019-07-19T20:11:25.757Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Python} time=198989976 data=null button=1 stateMask=0x0 x=118 y=92 count=1} to Tree node with text: Python 16:11:25 [2019-07-19T20:11:25.757Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=198989976 data=null item=TreeItem {Python} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Tree node with text: Python 16:11:25 [2019-07-19T20:11:25.757Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Python} time=198989977 data=null button=1 stateMask=0x80000 x=118 y=92 count=1} to Tree node with text: Python 16:11:25 [2019-07-19T20:11:25.757Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:25 [2019-07-19T20:11:25.757Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=198989978 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession 16:11:25 [2019-07-19T20:11:25.757Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=198989978 data=null doit=true} to Tree node with text: mysession 16:11:25 [2019-07-19T20:11:25.757Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=198989979 data=null} to Tree node with text: mysession 16:11:25 [2019-07-19T20:11:25.757Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=198989979 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession 16:11:25 [2019-07-19T20:11:25.757Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198989979 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:11:25 [2019-07-19T20:11:25.757Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=198989981 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession 16:11:25 [2019-07-19T20:11:25.757Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:26 [2019-07-19T20:11:26.014Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=198990030 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession 16:11:26 [2019-07-19T20:11:26.014Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=198990032 data=null doit=true} to Tree node with text: mysession 16:11:26 [2019-07-19T20:11:26.014Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=198990032 data=null} to Tree node with text: mysession 16:11:26 [2019-07-19T20:11:26.014Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=198990033 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession 16:11:26 [2019-07-19T20:11:26.014Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198990033 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:11:26 [2019-07-19T20:11:26.014Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=198990035 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession 16:11:26 [2019-07-19T20:11:26.014Z] DEBUG - matched MenuItem with text "Enable Event (defaul...", using matcher: with mnemonic 'Enable Event (default channel)...' 16:11:26 [2019-07-19T20:11:26.014Z] DEBUG - Clicking on with mnemonic 'Enable Event (default channel)...' 16:11:26 [2019-07-19T20:11:26.271Z] DEBUG - Clicked on with mnemonic 'Enable Event (default channel)...' 16:11:26 [2019-07-19T20:11:26.271Z] DEBUG - matched Shell with text "Enable Events", using matcher: with text 'Enable Events' 16:11:26 [2019-07-19T20:11:26.271Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Enable Events} time=198990462 data=null doit=true} to Shell with text {Enable Events} 16:11:26 [2019-07-19T20:11:26.271Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' 16:11:26 [2019-07-19T20:11:26.271Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' 16:11:26 [2019-07-19T20:11:26.271Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' 16:11:26 [2019-07-19T20:11:26.271Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' 16:11:26 [2019-07-19T20:11:26.271Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' 16:11:26 [2019-07-19T20:11:26.271Z] DEBUG - matched Button with text "Python", using matcher: with mnemonic 'Python' 16:11:26 [2019-07-19T20:11:26.271Z] DEBUG - matched Group with text "Domain", using matcher: with mnemonic 'Domain' 16:11:26 [2019-07-19T20:11:26.271Z] DEBUG - matched Button with text "Python", using matcher: in group (with mnemonic 'Domain') 16:11:26 [2019-07-19T20:11:26.271Z] DEBUG - matched Button with text "Python", using matcher: with style 'SWT.RADIO' 16:11:26 [2019-07-19T20:11:26.271Z] DEBUG - matched Button with text "Python", using matcher: (of type 'Button' and with mnemonic 'Python' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:26 [2019-07-19T20:11:26.271Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:26 [2019-07-19T20:11:26.271Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:26 [2019-07-19T20:11:26.271Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:26 [2019-07-19T20:11:26.271Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:26 [2019-07-19T20:11:26.271Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:26 [2019-07-19T20:11:26.271Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' 16:11:26 [2019-07-19T20:11:26.271Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' 16:11:26 [2019-07-19T20:11:26.271Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Python' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:26 [2019-07-19T20:11:26.271Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Kernel} time=198990466 data=null doit=true} to Button with text {Kernel} 16:11:26 [2019-07-19T20:11:26.271Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Kernel} time=198990467 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Button with text {Kernel} 16:11:26 [2019-07-19T20:11:26.271Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Python' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:26 [2019-07-19T20:11:26.271Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Python} time=198990468 data=null doit=true} to (of type 'Button' and with mnemonic 'Python' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:26 [2019-07-19T20:11:26.271Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Python} time=198990468 data=null button=1 stateMask=0x0 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'Python' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:26 [2019-07-19T20:11:26.271Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Python} time=198990468 data=null button=1 stateMask=0x80000 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'Python' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:26 [2019-07-19T20:11:26.528Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Python} time=198990468 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Python' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:26 [2019-07-19T20:11:26.528Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Python' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:26 [2019-07-19T20:11:26.528Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:11:26 [2019-07-19T20:11:26.528Z] DEBUG - matched Group with text "Loggers", using matcher: with mnemonic 'Loggers' 16:11:26 [2019-07-19T20:11:26.528Z] DEBUG - matched Tree with text "", using matcher: in group (with mnemonic 'Loggers') 16:11:26 [2019-07-19T20:11:26.528Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree' and in group (with mnemonic 'Loggers')) 16:11:26 [2019-07-19T20:11:26.528Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {All} time=198990587 data=null doit=true} to TreeItem with text {All} 16:11:26 [2019-07-19T20:11:26.528Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {All} time=198990587 data=null} to TreeItem with text {All} 16:11:26 [2019-07-19T20:11:26.528Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {All} time=198990588 data=null button=1 stateMask=0x0 x=54 y=11 count=1} to TreeItem with text {All} 16:11:26 [2019-07-19T20:11:26.528Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=198990588 data=null item=TreeItem {All} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {All} 16:11:26 [2019-07-19T20:11:26.528Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {All} time=198990590 data=null button=1 stateMask=0x80000 x=54 y=11 count=1} to TreeItem with text {All} 16:11:26 [2019-07-19T20:11:26.528Z] WARN - Tree item TreeItem with text {All} is already expanded. Won't expand it again. 16:11:26 [2019-07-19T20:11:26.528Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {All - ./client_bin/challenger [PID=14237] (With logger)} time=198990591 data=null doit=true} to Tree node with text: All - ./client_bin/challenger [PID=14237] (With logger) 16:11:26 [2019-07-19T20:11:26.528Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {All - ./client_bin/challenger [PID=14237] (With logger)} time=198990591 data=null} to Tree node with text: All - ./client_bin/challenger [PID=14237] (With logger) 16:11:26 [2019-07-19T20:11:26.528Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {All - ./client_bin/challenger [PID=14237] (With logger)} time=198990591 data=null button=1 stateMask=0x0 x=233 y=33 count=1} to Tree node with text: All - ./client_bin/challenger [PID=14237] (With logger) 16:11:26 [2019-07-19T20:11:26.528Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=198990592 data=null item=TreeItem {All - ./client_bin/challenger [PID=14237] (With logger)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Tree node with text: All - ./client_bin/challenger [PID=14237] (With logger) 16:11:26 [2019-07-19T20:11:26.528Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {All - ./client_bin/challenger [PID=14237] (With logger)} time=198990593 data=null button=1 stateMask=0x80000 x=233 y=33 count=1} to Tree node with text: All - ./client_bin/challenger [PID=14237] (With logger) 16:11:26 [2019-07-19T20:11:26.528Z] WARN - Tree item TreeItem with text {All} is already expanded. Won't expand it again. 16:11:26 [2019-07-19T20:11:26.528Z] WARN - Tree item Tree node with text: All - ./client_bin/challenger [PID=14237] (With logger) is already expanded. Won't expand it again. 16:11:26 [2019-07-19T20:11:26.528Z] DEBUG - Setting state to checked on: logger 16:11:26 [2019-07-19T20:11:26.528Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' 16:11:26 [2019-07-19T20:11:26.528Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' 16:11:26 [2019-07-19T20:11:26.528Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' 16:11:26 [2019-07-19T20:11:26.528Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' 16:11:26 [2019-07-19T20:11:26.528Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' 16:11:26 [2019-07-19T20:11:26.528Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:26 [2019-07-19T20:11:26.528Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:26 [2019-07-19T20:11:26.528Z] DEBUG - matched Button with text "loglevel", using matcher: of type 'Button' 16:11:26 [2019-07-19T20:11:26.528Z] DEBUG - matched Button with text "loglevel-only", using matcher: of type 'Button' 16:11:26 [2019-07-19T20:11:26.528Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' 16:11:26 [2019-07-19T20:11:26.528Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' 16:11:26 [2019-07-19T20:11:26.528Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok' 16:11:26 [2019-07-19T20:11:26.528Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH' 16:11:26 [2019-07-19T20:11:26.528Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:26 [2019-07-19T20:11:26.528Z] DEBUG - Clicking on &Ok 16:11:26 [2019-07-19T20:11:26.528Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=198990597 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:26 [2019-07-19T20:11:26.528Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=198990597 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:26 [2019-07-19T20:11:26.528Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=198990634 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:26 [2019-07-19T20:11:26.528Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=198990634 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:26 [2019-07-19T20:11:26.528Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=198990634 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:26 [2019-07-19T20:11:26.528Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=198990634 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:26 [2019-07-19T20:11:26.528Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=198990635 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:26 [2019-07-19T20:11:26.528Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Enable Event (default channel)...} time=198990154 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Enable Event (default channel)...' 16:11:26 [2019-07-19T20:11:26.785Z] DEBUG - Clicked on 16:11:26 [2019-07-19T20:11:26.785Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:26 [2019-07-19T20:11:26.785Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:26 [2019-07-19T20:11:26.785Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. 16:11:26 [2019-07-19T20:11:26.785Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:26 [2019-07-19T20:11:26.785Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:26 [2019-07-19T20:11:26.785Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. 16:11:26 [2019-07-19T20:11:26.785Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Python} time=198990857 data=null doit=true} to Tree node with text: Python 16:11:26 [2019-07-19T20:11:26.785Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Python} time=198990858 data=null} to Tree node with text: Python 16:11:26 [2019-07-19T20:11:26.785Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Python} time=198990858 data=null button=1 stateMask=0x0 x=118 y=92 count=1} to Tree node with text: Python 16:11:26 [2019-07-19T20:11:26.785Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=198990859 data=null item=TreeItem {Python} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Tree node with text: Python 16:11:26 [2019-07-19T20:11:26.785Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Python} time=198990860 data=null button=1 stateMask=0x80000 x=118 y=92 count=1} to Tree node with text: Python 16:11:26 [2019-07-19T20:11:26.785Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:26 [2019-07-19T20:11:26.785Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=198990861 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession 16:11:26 [2019-07-19T20:11:26.785Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=198990861 data=null doit=true} to Tree node with text: mysession 16:11:26 [2019-07-19T20:11:26.785Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=198990861 data=null} to Tree node with text: mysession 16:11:26 [2019-07-19T20:11:26.785Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=198990861 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession 16:11:26 [2019-07-19T20:11:26.785Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198990862 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:11:26 [2019-07-19T20:11:26.785Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=198990870 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession 16:11:26 [2019-07-19T20:11:26.785Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:26 [2019-07-19T20:11:26.785Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=198990872 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession 16:11:26 [2019-07-19T20:11:26.785Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=198990872 data=null doit=true} to Tree node with text: mysession 16:11:26 [2019-07-19T20:11:26.785Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=198990872 data=null} to Tree node with text: mysession 16:11:26 [2019-07-19T20:11:26.785Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=198990872 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession 16:11:26 [2019-07-19T20:11:26.785Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198990873 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:11:26 [2019-07-19T20:11:26.785Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=198990933 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession 16:11:27 [2019-07-19T20:11:27.042Z] DEBUG - matched MenuItem with text "Enable Event (defaul...", using matcher: with mnemonic 'Enable Event (default channel)...' 16:11:27 [2019-07-19T20:11:27.042Z] DEBUG - Clicking on with mnemonic 'Enable Event (default channel)...' 16:11:27 [2019-07-19T20:11:27.299Z] DEBUG - Clicked on with mnemonic 'Enable Event (default channel)...' 16:11:27 [2019-07-19T20:11:27.299Z] DEBUG - matched Shell with text "Enable Events", using matcher: with text 'Enable Events' 16:11:27 [2019-07-19T20:11:27.299Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Enable Events} time=198991341 data=null doit=true} to Shell with text {Enable Events} 16:11:27 [2019-07-19T20:11:27.299Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' 16:11:27 [2019-07-19T20:11:27.299Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' 16:11:27 [2019-07-19T20:11:27.299Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' 16:11:27 [2019-07-19T20:11:27.299Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' 16:11:27 [2019-07-19T20:11:27.299Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' 16:11:27 [2019-07-19T20:11:27.299Z] DEBUG - matched Button with text "Python", using matcher: with mnemonic 'Python' 16:11:27 [2019-07-19T20:11:27.299Z] DEBUG - matched Group with text "Domain", using matcher: with mnemonic 'Domain' 16:11:27 [2019-07-19T20:11:27.299Z] DEBUG - matched Button with text "Python", using matcher: in group (with mnemonic 'Domain') 16:11:27 [2019-07-19T20:11:27.299Z] DEBUG - matched Button with text "Python", using matcher: with style 'SWT.RADIO' 16:11:27 [2019-07-19T20:11:27.299Z] DEBUG - matched Button with text "Python", using matcher: (of type 'Button' and with mnemonic 'Python' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:27 [2019-07-19T20:11:27.299Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:27 [2019-07-19T20:11:27.299Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:27 [2019-07-19T20:11:27.299Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:27 [2019-07-19T20:11:27.299Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:27 [2019-07-19T20:11:27.299Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:27 [2019-07-19T20:11:27.299Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' 16:11:27 [2019-07-19T20:11:27.299Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' 16:11:27 [2019-07-19T20:11:27.299Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Python' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:27 [2019-07-19T20:11:27.299Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Kernel} time=198991345 data=null doit=true} to Button with text {Kernel} 16:11:27 [2019-07-19T20:11:27.299Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Kernel} time=198991345 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Button with text {Kernel} 16:11:27 [2019-07-19T20:11:27.299Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Python' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:27 [2019-07-19T20:11:27.299Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Python} time=198991346 data=null doit=true} to (of type 'Button' and with mnemonic 'Python' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:27 [2019-07-19T20:11:27.299Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Python} time=198991361 data=null button=1 stateMask=0x0 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'Python' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:27 [2019-07-19T20:11:27.299Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Python} time=198991361 data=null button=1 stateMask=0x80000 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'Python' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:27 [2019-07-19T20:11:27.299Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Python} time=198991361 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Python' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:27 [2019-07-19T20:11:27.299Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Python' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:27 [2019-07-19T20:11:27.299Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:11:27 [2019-07-19T20:11:27.299Z] DEBUG - matched Group with text "Loggers", using matcher: with mnemonic 'Loggers' 16:11:27 [2019-07-19T20:11:27.299Z] DEBUG - matched Tree with text "", using matcher: in group (with mnemonic 'Loggers') 16:11:27 [2019-07-19T20:11:27.299Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree' and in group (with mnemonic 'Loggers')) 16:11:27 [2019-07-19T20:11:27.299Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {All} time=198991486 data=null doit=true} to TreeItem with text {All} 16:11:27 [2019-07-19T20:11:27.299Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {All} time=198991487 data=null} to TreeItem with text {All} 16:11:27 [2019-07-19T20:11:27.299Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {All} time=198991487 data=null button=1 stateMask=0x0 x=54 y=11 count=1} to TreeItem with text {All} 16:11:27 [2019-07-19T20:11:27.299Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=198991487 data=null item=TreeItem {All} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {All} 16:11:27 [2019-07-19T20:11:27.299Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {All} time=198991532 data=null button=1 stateMask=0x80000 x=54 y=11 count=1} to TreeItem with text {All} 16:11:27 [2019-07-19T20:11:27.299Z] WARN - Tree item TreeItem with text {All} is already expanded. Won't expand it again. 16:11:27 [2019-07-19T20:11:27.299Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {All - ./client_bin/challenger [PID=14237] (With logger)} time=198991534 data=null doit=true} to Tree node with text: All - ./client_bin/challenger [PID=14237] (With logger) 16:11:27 [2019-07-19T20:11:27.299Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {All - ./client_bin/challenger [PID=14237] (With logger)} time=198991535 data=null} to Tree node with text: All - ./client_bin/challenger [PID=14237] (With logger) 16:11:27 [2019-07-19T20:11:27.299Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {All - ./client_bin/challenger [PID=14237] (With logger)} time=198991535 data=null button=1 stateMask=0x0 x=233 y=33 count=1} to Tree node with text: All - ./client_bin/challenger [PID=14237] (With logger) 16:11:27 [2019-07-19T20:11:27.299Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=198991536 data=null item=TreeItem {All - ./client_bin/challenger [PID=14237] (With logger)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Tree node with text: All - ./client_bin/challenger [PID=14237] (With logger) 16:11:27 [2019-07-19T20:11:27.299Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {All - ./client_bin/challenger [PID=14237] (With logger)} time=198991538 data=null button=1 stateMask=0x80000 x=233 y=33 count=1} to Tree node with text: All - ./client_bin/challenger [PID=14237] (With logger) 16:11:27 [2019-07-19T20:11:27.299Z] WARN - Tree item TreeItem with text {All} is already expanded. Won't expand it again. 16:11:27 [2019-07-19T20:11:27.299Z] WARN - Tree item Tree node with text: All - ./client_bin/challenger [PID=14237] (With logger) is already expanded. Won't expand it again. 16:11:27 [2019-07-19T20:11:27.299Z] DEBUG - Setting state to checked on: anotherLogger 16:11:27 [2019-07-19T20:11:27.299Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' 16:11:27 [2019-07-19T20:11:27.299Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' 16:11:27 [2019-07-19T20:11:27.299Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' 16:11:27 [2019-07-19T20:11:27.299Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' 16:11:27 [2019-07-19T20:11:27.299Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' 16:11:27 [2019-07-19T20:11:27.299Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:27 [2019-07-19T20:11:27.299Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:27 [2019-07-19T20:11:27.299Z] DEBUG - matched Group with text "Log Level", using matcher: with mnemonic 'Log Level' 16:11:27 [2019-07-19T20:11:27.299Z] DEBUG - matched Button with text "Select", using matcher: in group (with mnemonic 'Log Level') 16:11:27 [2019-07-19T20:11:27.299Z] DEBUG - matched Button with text "Select", using matcher: with style 'SWT.CHECK' 16:11:27 [2019-07-19T20:11:27.299Z] DEBUG - matched Button with text "Select", using matcher: (of type 'Button' and in group (with mnemonic 'Log Level') and with style 'SWT.CHECK') 16:11:27 [2019-07-19T20:11:27.299Z] DEBUG - matched Button with text "loglevel", using matcher: of type 'Button' 16:11:27 [2019-07-19T20:11:27.299Z] DEBUG - matched Group with text "Log Level", using matcher: with mnemonic 'Log Level' 16:11:27 [2019-07-19T20:11:27.299Z] DEBUG - matched Button with text "loglevel", using matcher: in group (with mnemonic 'Log Level') 16:11:27 [2019-07-19T20:11:27.299Z] DEBUG - matched Button with text "loglevel-only", using matcher: of type 'Button' 16:11:27 [2019-07-19T20:11:27.299Z] DEBUG - matched Group with text "Log Level", using matcher: with mnemonic 'Log Level' 16:11:27 [2019-07-19T20:11:27.299Z] DEBUG - matched Button with text "loglevel-only", using matcher: in group (with mnemonic 'Log Level') 16:11:27 [2019-07-19T20:11:27.299Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' 16:11:27 [2019-07-19T20:11:27.299Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' 16:11:27 [2019-07-19T20:11:27.299Z] DEBUG - Selecting (of type 'Button' and in group (with mnemonic 'Log Level') and with style 'SWT.CHECK') 16:11:27 [2019-07-19T20:11:27.556Z] DEBUG - Selecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$2@4fc2e703 16:11:27 [2019-07-19T20:11:27.556Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Select} time=198991549 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and in group (with mnemonic 'Log Level') and with style 'SWT.CHECK') 16:11:27 [2019-07-19T20:11:27.556Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Select} time=198991549 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and in group (with mnemonic 'Log Level') and with style 'SWT.CHECK') 16:11:27 [2019-07-19T20:11:27.556Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Select} time=198991549 data=null doit=true} to (of type 'Button' and in group (with mnemonic 'Log Level') and with style 'SWT.CHECK') 16:11:27 [2019-07-19T20:11:27.556Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Select} time=198991549 data=null} to (of type 'Button' and in group (with mnemonic 'Log Level') and with style 'SWT.CHECK') 16:11:27 [2019-07-19T20:11:27.556Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Select} time=198991550 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and in group (with mnemonic 'Log Level') and with style 'SWT.CHECK') 16:11:27 [2019-07-19T20:11:27.556Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Select} time=198991550 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and in group (with mnemonic 'Log Level') and with style 'SWT.CHECK') 16:11:27 [2019-07-19T20:11:27.556Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Select} time=198991550 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and in group (with mnemonic 'Log Level') and with style 'SWT.CHECK') 16:11:27 [2019-07-19T20:11:27.556Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Select} time=198991552 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and in group (with mnemonic 'Log Level') and with style 'SWT.CHECK') 16:11:27 [2019-07-19T20:11:27.556Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Select} time=198991552 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and in group (with mnemonic 'Log Level') and with style 'SWT.CHECK') 16:11:27 [2019-07-19T20:11:27.556Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Select} time=198991552 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and in group (with mnemonic 'Log Level') and with style 'SWT.CHECK') 16:11:27 [2019-07-19T20:11:27.556Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Select} time=198991552 data=null doit=true} to (of type 'Button' and in group (with mnemonic 'Log Level') and with style 'SWT.CHECK') 16:11:27 [2019-07-19T20:11:27.556Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Select} time=198991552 data=null} to (of type 'Button' and in group (with mnemonic 'Log Level') and with style 'SWT.CHECK') 16:11:27 [2019-07-19T20:11:27.556Z] DEBUG - matched CCombo with text "", using matcher: of type 'CCombo' 16:11:27 [2019-07-19T20:11:27.556Z] DEBUG - matched Group with text "Log Level", using matcher: with mnemonic 'Log Level' 16:11:27 [2019-07-19T20:11:27.556Z] DEBUG - matched CCombo with text "", using matcher: in group (with mnemonic 'Log Level') 16:11:27 [2019-07-19T20:11:27.556Z] DEBUG - matched CCombo with text "", using matcher: (of type 'CCombo' and in group (with mnemonic 'Log Level')) 16:11:27 [2019-07-19T20:11:27.556Z] DEBUG - Setting selection on CCombo {*Wrong Thread*} to Critical 16:11:27 [2019-07-19T20:11:27.556Z] DEBUG - Sent event Selection [13]: SelectionEvent{CCombo {} time=198991554 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'CCombo' and in group (with mnemonic 'Log Level')) 16:11:27 [2019-07-19T20:11:27.556Z] DEBUG - Set selection on CCombo {*Wrong Thread*} to Critical 16:11:27 [2019-07-19T20:11:27.556Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' 16:11:27 [2019-07-19T20:11:27.556Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' 16:11:27 [2019-07-19T20:11:27.556Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' 16:11:27 [2019-07-19T20:11:27.556Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' 16:11:27 [2019-07-19T20:11:27.556Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' 16:11:27 [2019-07-19T20:11:27.556Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:27 [2019-07-19T20:11:27.556Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:27 [2019-07-19T20:11:27.556Z] DEBUG - matched Button with text "loglevel", using matcher: of type 'Button' 16:11:27 [2019-07-19T20:11:27.556Z] DEBUG - matched Button with text "loglevel-only", using matcher: of type 'Button' 16:11:27 [2019-07-19T20:11:27.556Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' 16:11:27 [2019-07-19T20:11:27.556Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' 16:11:27 [2019-07-19T20:11:27.556Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok' 16:11:27 [2019-07-19T20:11:27.556Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH' 16:11:27 [2019-07-19T20:11:27.556Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:27 [2019-07-19T20:11:27.556Z] DEBUG - Clicking on &Ok 16:11:27 [2019-07-19T20:11:27.556Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=198991557 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:27 [2019-07-19T20:11:27.556Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=198991558 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:27 [2019-07-19T20:11:27.556Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=198991558 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:27 [2019-07-19T20:11:27.556Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=198991558 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:27 [2019-07-19T20:11:27.556Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=198991558 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:27 [2019-07-19T20:11:27.556Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=198991558 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:27 [2019-07-19T20:11:27.556Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=198991558 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:27 [2019-07-19T20:11:27.556Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Enable Event (default channel)...} time=198991045 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Enable Event (default channel)...' 16:11:27 [2019-07-19T20:11:27.556Z] DEBUG - Clicked on 16:11:27 [2019-07-19T20:11:27.556Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:27 [2019-07-19T20:11:27.556Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:27 [2019-07-19T20:11:27.556Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. 16:11:27 [2019-07-19T20:11:27.814Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:27 [2019-07-19T20:11:27.814Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:27 [2019-07-19T20:11:27.814Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. 16:11:27 [2019-07-19T20:11:27.814Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Python} time=198991837 data=null doit=true} to Tree node with text: Python 16:11:27 [2019-07-19T20:11:27.814Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Python} time=198991837 data=null} to Tree node with text: Python 16:11:27 [2019-07-19T20:11:27.814Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Python} time=198991837 data=null button=1 stateMask=0x0 x=118 y=92 count=1} to Tree node with text: Python 16:11:27 [2019-07-19T20:11:27.814Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=198991838 data=null item=TreeItem {Python} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Tree node with text: Python 16:11:27 [2019-07-19T20:11:27.814Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Python} time=198991839 data=null button=1 stateMask=0x80000 x=118 y=92 count=1} to Tree node with text: Python 16:11:27 [2019-07-19T20:11:27.814Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:27 [2019-07-19T20:11:27.814Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=198991840 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession 16:11:27 [2019-07-19T20:11:27.814Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=198991840 data=null doit=true} to Tree node with text: mysession 16:11:27 [2019-07-19T20:11:27.814Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=198991840 data=null} to Tree node with text: mysession 16:11:27 [2019-07-19T20:11:27.814Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=198991841 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession 16:11:27 [2019-07-19T20:11:27.814Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198991841 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:11:27 [2019-07-19T20:11:27.814Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=198991843 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession 16:11:27 [2019-07-19T20:11:27.814Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:27 [2019-07-19T20:11:27.814Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=198991844 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession 16:11:27 [2019-07-19T20:11:27.814Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=198991844 data=null doit=true} to Tree node with text: mysession 16:11:27 [2019-07-19T20:11:27.814Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=198991845 data=null} to Tree node with text: mysession 16:11:27 [2019-07-19T20:11:27.814Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=198991845 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession 16:11:27 [2019-07-19T20:11:27.814Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198991845 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:11:27 [2019-07-19T20:11:27.814Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=198991852 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession 16:11:27 [2019-07-19T20:11:27.814Z] DEBUG - matched MenuItem with text "Enable Event (defaul...", using matcher: with mnemonic 'Enable Event (default channel)...' 16:11:27 [2019-07-19T20:11:27.814Z] DEBUG - Clicking on with mnemonic 'Enable Event (default channel)...' 16:11:28 [2019-07-19T20:11:28.071Z] DEBUG - Clicked on with mnemonic 'Enable Event (default channel)...' 16:11:28 [2019-07-19T20:11:28.329Z] DEBUG - matched Shell with text "Enable Events", using matcher: with text 'Enable Events' 16:11:28 [2019-07-19T20:11:28.329Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Enable Events} time=198992336 data=null doit=true} to Shell with text {Enable Events} 16:11:28 [2019-07-19T20:11:28.329Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' 16:11:28 [2019-07-19T20:11:28.329Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' 16:11:28 [2019-07-19T20:11:28.329Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' 16:11:28 [2019-07-19T20:11:28.329Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' 16:11:28 [2019-07-19T20:11:28.329Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' 16:11:28 [2019-07-19T20:11:28.329Z] DEBUG - matched Button with text "Python", using matcher: with mnemonic 'Python' 16:11:28 [2019-07-19T20:11:28.329Z] DEBUG - matched Group with text "Domain", using matcher: with mnemonic 'Domain' 16:11:28 [2019-07-19T20:11:28.329Z] DEBUG - matched Button with text "Python", using matcher: in group (with mnemonic 'Domain') 16:11:28 [2019-07-19T20:11:28.329Z] DEBUG - matched Button with text "Python", using matcher: with style 'SWT.RADIO' 16:11:28 [2019-07-19T20:11:28.329Z] DEBUG - matched Button with text "Python", using matcher: (of type 'Button' and with mnemonic 'Python' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:28 [2019-07-19T20:11:28.329Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:28 [2019-07-19T20:11:28.329Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:28 [2019-07-19T20:11:28.329Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:28 [2019-07-19T20:11:28.329Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:28 [2019-07-19T20:11:28.329Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:28 [2019-07-19T20:11:28.329Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' 16:11:28 [2019-07-19T20:11:28.329Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' 16:11:28 [2019-07-19T20:11:28.329Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Python' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:28 [2019-07-19T20:11:28.329Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Kernel} time=198992339 data=null doit=true} to Button with text {Kernel} 16:11:28 [2019-07-19T20:11:28.329Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Kernel} time=198992339 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Button with text {Kernel} 16:11:28 [2019-07-19T20:11:28.329Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Python' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:28 [2019-07-19T20:11:28.329Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Python} time=198992341 data=null doit=true} to (of type 'Button' and with mnemonic 'Python' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:28 [2019-07-19T20:11:28.329Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Python} time=198992341 data=null button=1 stateMask=0x0 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'Python' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:28 [2019-07-19T20:11:28.329Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Python} time=198992341 data=null button=1 stateMask=0x80000 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'Python' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:28 [2019-07-19T20:11:28.329Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Python} time=198992341 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Python' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:28 [2019-07-19T20:11:28.329Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Python' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:28 [2019-07-19T20:11:28.329Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:11:28 [2019-07-19T20:11:28.329Z] DEBUG - matched Group with text "Loggers", using matcher: with mnemonic 'Loggers' 16:11:28 [2019-07-19T20:11:28.329Z] DEBUG - matched Tree with text "", using matcher: in group (with mnemonic 'Loggers') 16:11:28 [2019-07-19T20:11:28.329Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree' and in group (with mnemonic 'Loggers')) 16:11:28 [2019-07-19T20:11:28.329Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 16:11:28 [2019-07-19T20:11:28.329Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 16:11:28 [2019-07-19T20:11:28.329Z] DEBUG - matched Group with text "Specific logger", using matcher: with mnemonic 'Specific logger' 16:11:28 [2019-07-19T20:11:28.329Z] DEBUG - matched Text with text "", using matcher: in group (with mnemonic 'Specific logger') 16:11:28 [2019-07-19T20:11:28.329Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and in group (with mnemonic 'Specific logger')) 16:11:28 [2019-07-19T20:11:28.329Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' 16:11:28 [2019-07-19T20:11:28.329Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' 16:11:28 [2019-07-19T20:11:28.329Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' 16:11:28 [2019-07-19T20:11:28.329Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' 16:11:28 [2019-07-19T20:11:28.329Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' 16:11:28 [2019-07-19T20:11:28.329Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:28 [2019-07-19T20:11:28.329Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:28 [2019-07-19T20:11:28.329Z] DEBUG - matched Button with text "loglevel", using matcher: of type 'Button' 16:11:28 [2019-07-19T20:11:28.329Z] DEBUG - matched Button with text "loglevel-only", using matcher: of type 'Button' 16:11:28 [2019-07-19T20:11:28.329Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' 16:11:28 [2019-07-19T20:11:28.329Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' 16:11:28 [2019-07-19T20:11:28.329Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok' 16:11:28 [2019-07-19T20:11:28.329Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH' 16:11:28 [2019-07-19T20:11:28.329Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:28 [2019-07-19T20:11:28.329Z] DEBUG - Clicking on &Ok 16:11:28 [2019-07-19T20:11:28.329Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=198992451 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:28 [2019-07-19T20:11:28.329Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=198992451 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:28 [2019-07-19T20:11:28.329Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=198992451 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:28 [2019-07-19T20:11:28.329Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=198992451 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:28 [2019-07-19T20:11:28.329Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=198992451 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:28 [2019-07-19T20:11:28.329Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=198992451 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:28 [2019-07-19T20:11:28.329Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=198992451 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:28 [2019-07-19T20:11:28.329Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Enable Event (default channel)...} time=198991971 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Enable Event (default channel)...' 16:11:28 [2019-07-19T20:11:28.588Z] DEBUG - Clicked on 16:11:28 [2019-07-19T20:11:28.588Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:28 [2019-07-19T20:11:28.588Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:28 [2019-07-19T20:11:28.588Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. 16:11:28 [2019-07-19T20:11:28.588Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:28 [2019-07-19T20:11:28.588Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:28 [2019-07-19T20:11:28.588Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. 16:11:28 [2019-07-19T20:11:28.588Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Python} time=198992739 data=null doit=true} to Tree node with text: Python 16:11:28 [2019-07-19T20:11:28.588Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Python} time=198992739 data=null} to Tree node with text: Python 16:11:28 [2019-07-19T20:11:28.588Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Python} time=198992739 data=null button=1 stateMask=0x0 x=118 y=92 count=1} to Tree node with text: Python 16:11:28 [2019-07-19T20:11:28.588Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=198992740 data=null item=TreeItem {Python} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Tree node with text: Python 16:11:28 [2019-07-19T20:11:28.588Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Python} time=198992742 data=null button=1 stateMask=0x80000 x=118 y=92 count=1} to Tree node with text: Python 16:11:28 [2019-07-19T20:11:28.588Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:28 [2019-07-19T20:11:28.588Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:28 [2019-07-19T20:11:28.588Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. 16:11:28 [2019-07-19T20:11:28.588Z] WARN - Tree item Tree node with text: Python is already expanded. Won't expand it again. 16:11:28 [2019-07-19T20:11:28.588Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:28 [2019-07-19T20:11:28.588Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:28 [2019-07-19T20:11:28.588Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:28 [2019-07-19T20:11:28.588Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=198992745 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession 16:11:28 [2019-07-19T20:11:28.588Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=198992745 data=null doit=true} to Tree node with text: mysession 16:11:28 [2019-07-19T20:11:28.588Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=198992745 data=null} to Tree node with text: mysession 16:11:28 [2019-07-19T20:11:28.588Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=198992746 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession 16:11:28 [2019-07-19T20:11:28.588Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198992746 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:11:28 [2019-07-19T20:11:28.588Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=198992747 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession 16:11:28 [2019-07-19T20:11:28.588Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:28 [2019-07-19T20:11:28.588Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=198992748 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession 16:11:28 [2019-07-19T20:11:28.588Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=198992753 data=null doit=true} to Tree node with text: mysession 16:11:28 [2019-07-19T20:11:28.588Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=198992753 data=null} to Tree node with text: mysession 16:11:28 [2019-07-19T20:11:28.588Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=198992753 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession 16:11:28 [2019-07-19T20:11:28.588Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198992754 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:11:28 [2019-07-19T20:11:28.588Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=198992755 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession 16:11:28 [2019-07-19T20:11:28.846Z] DEBUG - matched MenuItem with text "Start", using matcher: with mnemonic 'Start' 16:11:28 [2019-07-19T20:11:28.846Z] DEBUG - Clicking on with mnemonic 'Start' 16:11:28 [2019-07-19T20:11:28.846Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Start} time=198992877 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Start' 16:11:28 [2019-07-19T20:11:28.846Z] DEBUG - Clicked on with mnemonic 'Start' 16:11:28 [2019-07-19T20:11:28.846Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:28 [2019-07-19T20:11:28.846Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:28 [2019-07-19T20:11:28.846Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:28 [2019-07-19T20:11:28.846Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=198992980 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession 16:11:28 [2019-07-19T20:11:28.846Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=198992980 data=null doit=true} to Tree node with text: mysession 16:11:28 [2019-07-19T20:11:28.846Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=198992981 data=null} to Tree node with text: mysession 16:11:28 [2019-07-19T20:11:28.846Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=198992981 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession 16:11:28 [2019-07-19T20:11:28.846Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198992981 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:11:28 [2019-07-19T20:11:28.846Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=198992984 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession 16:11:28 [2019-07-19T20:11:28.846Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:28 [2019-07-19T20:11:28.846Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=198992987 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession 16:11:28 [2019-07-19T20:11:28.846Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=198992988 data=null doit=true} to Tree node with text: mysession 16:11:28 [2019-07-19T20:11:28.846Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=198992988 data=null} to Tree node with text: mysession 16:11:28 [2019-07-19T20:11:28.846Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=198992988 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession 16:11:28 [2019-07-19T20:11:28.846Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198992988 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:11:28 [2019-07-19T20:11:28.846Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=198992990 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession 16:11:29 [2019-07-19T20:11:29.102Z] DEBUG - matched MenuItem with text "Stop", using matcher: with mnemonic 'Stop' 16:11:29 [2019-07-19T20:11:29.102Z] DEBUG - Clicking on with mnemonic 'Stop' 16:11:29 [2019-07-19T20:11:29.102Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Stop} time=198993132 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Stop' 16:11:29 [2019-07-19T20:11:29.102Z] DEBUG - Clicked on with mnemonic 'Stop' 16:11:29 [2019-07-19T20:11:29.359Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.internal.lttng2.ui.views.control"' 16:11:29 [2019-07-19T20:11:29.359Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:29 [2019-07-19T20:11:29.359Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:29 [2019-07-19T20:11:29.359Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. 16:11:29 [2019-07-19T20:11:29.359Z] WARN - Tree item Tree node with text: Python is already expanded. Won't expand it again. 16:11:29 [2019-07-19T20:11:29.359Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:29 [2019-07-19T20:11:29.359Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {logger} time=198993476 data=null button=0 stateMask=0x0 x=134 y=134 count=0} to Tree node with text: logger 16:11:29 [2019-07-19T20:11:29.359Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {logger} time=198993476 data=null doit=true} to Tree node with text: logger 16:11:29 [2019-07-19T20:11:29.359Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {logger} time=198993476 data=null} to Tree node with text: logger 16:11:29 [2019-07-19T20:11:29.359Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {logger} time=198993477 data=null button=1 stateMask=0x0 x=134 y=134 count=1} to Tree node with text: logger 16:11:29 [2019-07-19T20:11:29.359Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198993477 data=null item=TreeItem {logger} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: logger 16:11:29 [2019-07-19T20:11:29.359Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {logger} time=198993480 data=null button=1 stateMask=0x80000 x=134 y=134 count=1} to Tree node with text: logger 16:11:29 [2019-07-19T20:11:29.359Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Properties"' 16:11:29 [2019-07-19T20:11:29.359Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:11:29 [2019-07-19T20:11:29.359Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:11:29 [2019-07-19T20:11:29.359Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.internal.lttng2.ui.views.control"' 16:11:29 [2019-07-19T20:11:29.616Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:29 [2019-07-19T20:11:29.616Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:29 [2019-07-19T20:11:29.616Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. 16:11:29 [2019-07-19T20:11:29.616Z] WARN - Tree item Tree node with text: Python is already expanded. Won't expand it again. 16:11:29 [2019-07-19T20:11:29.616Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:29 [2019-07-19T20:11:29.616Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {anotherLogger} time=198993662 data=null button=0 stateMask=0x0 x=161 y=114 count=0} to Tree node with text: anotherLogger 16:11:29 [2019-07-19T20:11:29.616Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {anotherLogger} time=198993662 data=null doit=true} to Tree node with text: anotherLogger 16:11:29 [2019-07-19T20:11:29.616Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {anotherLogger} time=198993662 data=null} to Tree node with text: anotherLogger 16:11:29 [2019-07-19T20:11:29.616Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {anotherLogger} time=198993663 data=null button=1 stateMask=0x0 x=161 y=114 count=1} to Tree node with text: anotherLogger 16:11:29 [2019-07-19T20:11:29.616Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198993663 data=null item=TreeItem {anotherLogger} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: anotherLogger 16:11:29 [2019-07-19T20:11:29.616Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {anotherLogger} time=198993667 data=null button=1 stateMask=0x80000 x=161 y=114 count=1} to Tree node with text: anotherLogger 16:11:29 [2019-07-19T20:11:29.616Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Properties"' 16:11:29 [2019-07-19T20:11:29.616Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:11:29 [2019-07-19T20:11:29.616Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:11:29 [2019-07-19T20:11:29.616Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:29 [2019-07-19T20:11:29.616Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:29 [2019-07-19T20:11:29.616Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:29 [2019-07-19T20:11:29.616Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=198993845 data=null button=0 stateMask=0x0 x=112 y=-12 count=0} to Tree node with text: mysession 16:11:29 [2019-07-19T20:11:29.616Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=198993846 data=null doit=true} to Tree node with text: mysession 16:11:29 [2019-07-19T20:11:29.616Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=198993846 data=null} to Tree node with text: mysession 16:11:29 [2019-07-19T20:11:29.616Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=198993846 data=null button=1 stateMask=0x0 x=112 y=-12 count=1} to Tree node with text: mysession 16:11:29 [2019-07-19T20:11:29.616Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198993846 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:11:29 [2019-07-19T20:11:29.616Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=198993857 data=null button=1 stateMask=0x80000 x=112 y=-7 count=1} to Tree node with text: mysession 16:11:29 [2019-07-19T20:11:29.616Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:29 [2019-07-19T20:11:29.616Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=198993858 data=null button=0 stateMask=0x0 x=112 y=-7 count=0} to Tree node with text: mysession 16:11:29 [2019-07-19T20:11:29.616Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=198993858 data=null doit=true} to Tree node with text: mysession 16:11:29 [2019-07-19T20:11:29.616Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=198993858 data=null} to Tree node with text: mysession 16:11:29 [2019-07-19T20:11:29.616Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=198993859 data=null button=1 stateMask=0x0 x=112 y=-7 count=1} to Tree node with text: mysession 16:11:29 [2019-07-19T20:11:29.616Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198993859 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:11:29 [2019-07-19T20:11:29.616Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=198993860 data=null button=1 stateMask=0x80000 x=112 y=-7 count=1} to Tree node with text: mysession 16:11:29 [2019-07-19T20:11:29.873Z] DEBUG - matched MenuItem with text "Destroy Session...", using matcher: with mnemonic 'Destroy Session...' 16:11:29 [2019-07-19T20:11:29.873Z] DEBUG - Clicking on with mnemonic 'Destroy Session...' 16:11:30 [2019-07-19T20:11:30.129Z] DEBUG - Clicked on with mnemonic 'Destroy Session...' 16:11:30 [2019-07-19T20:11:30.129Z] DEBUG - matched Shell with text "Destroy Confirmation", using matcher: with text 'Destroy Confirmation' 16:11:30 [2019-07-19T20:11:30.129Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Destroy Confirmation} time=198994166 data=null doit=true} to Shell with text {Destroy Confirmation} 16:11:30 [2019-07-19T20:11:30.129Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:11:30 [2019-07-19T20:11:30.129Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:11:30 [2019-07-19T20:11:30.129Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 16:11:30 [2019-07-19T20:11:30.129Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:11:30 [2019-07-19T20:11:30.129Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:11:30 [2019-07-19T20:11:30.129Z] DEBUG - Clicking on OK 16:11:30 [2019-07-19T20:11:30.129Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=198994168 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:11:30 [2019-07-19T20:11:30.129Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=198994168 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:11:30 [2019-07-19T20:11:30.129Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=198994168 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:11:30 [2019-07-19T20:11:30.129Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=198994168 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:11:30 [2019-07-19T20:11:30.129Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=198994168 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:11:30 [2019-07-19T20:11:30.129Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=198994168 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:11:30 [2019-07-19T20:11:30.129Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=198994168 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:11:30 [2019-07-19T20:11:30.129Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Destroy Session...} time=198993977 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Destroy Session...' 16:11:30 [2019-07-19T20:11:30.129Z] DEBUG - Clicked on 16:11:30 [2019-07-19T20:11:30.129Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:30 [2019-07-19T20:11:30.129Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:30 [2019-07-19T20:11:30.129Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=198994342 data=null button=0 stateMask=0x0 x=53 y=-34 count=0} to TreeItem with text {myNode} 16:11:30 [2019-07-19T20:11:30.129Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=198994342 data=null doit=true} to TreeItem with text {myNode} 16:11:30 [2019-07-19T20:11:30.129Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=198994342 data=null} to TreeItem with text {myNode} 16:11:30 [2019-07-19T20:11:30.129Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=198994343 data=null button=1 stateMask=0x0 x=53 y=-34 count=1} to TreeItem with text {myNode} 16:11:30 [2019-07-19T20:11:30.129Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198994343 data=null item=TreeItem {myNode} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {myNode} 16:11:30 [2019-07-19T20:11:30.129Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=198994353 data=null button=1 stateMask=0x80000 x=69 y=11 count=1} to TreeItem with text {myNode} 16:11:30 [2019-07-19T20:11:30.129Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:30 [2019-07-19T20:11:30.129Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=198994354 data=null button=0 stateMask=0x0 x=69 y=11 count=0} to TreeItem with text {myNode} 16:11:30 [2019-07-19T20:11:30.129Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=198994354 data=null doit=true} to TreeItem with text {myNode} 16:11:30 [2019-07-19T20:11:30.129Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=198994354 data=null} to TreeItem with text {myNode} 16:11:30 [2019-07-19T20:11:30.129Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=198994355 data=null button=1 stateMask=0x0 x=69 y=11 count=1} to TreeItem with text {myNode} 16:11:30 [2019-07-19T20:11:30.129Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198994355 data=null item=TreeItem {myNode} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {myNode} 16:11:30 [2019-07-19T20:11:30.129Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=198994356 data=null button=1 stateMask=0x80000 x=69 y=11 count=1} to TreeItem with text {myNode} 16:11:30 [2019-07-19T20:11:30.386Z] DEBUG - matched MenuItem with text "Disconnect", using matcher: with mnemonic 'Disconnect' 16:11:30 [2019-07-19T20:11:30.386Z] DEBUG - Clicking on with mnemonic 'Disconnect' 16:11:30 [2019-07-19T20:11:30.386Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Disconnect} time=198994478 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Disconnect' 16:11:30 [2019-07-19T20:11:30.386Z] DEBUG - Clicked on with mnemonic 'Disconnect' 16:11:30 [2019-07-19T20:11:30.386Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.389 s - in org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests.ControlViewLoggerTest 16:11:30 [2019-07-19T20:11:30.386Z] testTraceSessionTree(org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests.ControlViewLoggerTest) Time elapsed: 18.738 s 16:11:30 [2019-07-19T20:11:30.386Z] Running org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests.ControlViewSpecificEventTest 16:11:31 [2019-07-19T20:11:31.316Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.internal.lttng2.ui.views.control"' 16:11:31 [2019-07-19T20:11:31.316Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:11:31 [2019-07-19T20:11:31.316Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:11:31 [2019-07-19T20:11:31.316Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:31 [2019-07-19T20:11:31.316Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=198995399 data=null button=0 stateMask=0x0 x=69 y=11 count=0} to TreeItem with text {myNode} 16:11:31 [2019-07-19T20:11:31.316Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=198995399 data=null doit=true} to TreeItem with text {myNode} 16:11:31 [2019-07-19T20:11:31.316Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=198995399 data=null} to TreeItem with text {myNode} 16:11:31 [2019-07-19T20:11:31.316Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=198995399 data=null button=1 stateMask=0x0 x=69 y=11 count=1} to TreeItem with text {myNode} 16:11:31 [2019-07-19T20:11:31.316Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198995399 data=null item=TreeItem {myNode} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {myNode} 16:11:31 [2019-07-19T20:11:31.316Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=198995435 data=null button=1 stateMask=0x80000 x=69 y=11 count=1} to TreeItem with text {myNode} 16:11:31 [2019-07-19T20:11:31.316Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:31 [2019-07-19T20:11:31.316Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=198995436 data=null button=0 stateMask=0x0 x=69 y=11 count=0} to TreeItem with text {myNode} 16:11:31 [2019-07-19T20:11:31.316Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=198995436 data=null doit=true} to TreeItem with text {myNode} 16:11:31 [2019-07-19T20:11:31.316Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=198995436 data=null} to TreeItem with text {myNode} 16:11:31 [2019-07-19T20:11:31.316Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=198995436 data=null button=1 stateMask=0x0 x=69 y=11 count=1} to TreeItem with text {myNode} 16:11:31 [2019-07-19T20:11:31.316Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198995437 data=null item=TreeItem {myNode} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {myNode} 16:11:31 [2019-07-19T20:11:31.316Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=198995438 data=null button=1 stateMask=0x80000 x=69 y=11 count=1} to TreeItem with text {myNode} 16:11:31 [2019-07-19T20:11:31.316Z] DEBUG - matched MenuItem with text "Connect", using matcher: with mnemonic 'Connect' 16:11:31 [2019-07-19T20:11:31.316Z] DEBUG - Clicking on with mnemonic 'Connect' 16:11:31 [2019-07-19T20:11:31.316Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Connect} time=198995563 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Connect' 16:11:31 [2019-07-19T20:11:31.316Z] DEBUG - Clicked on with mnemonic 'Connect' 16:11:32 [2019-07-19T20:11:32.245Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:32 [2019-07-19T20:11:32.245Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Sessions} time=198996155 data=null button=0 stateMask=0x0 x=89 y=137 count=0} to Tree node with text: Sessions 16:11:32 [2019-07-19T20:11:32.245Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Sessions} time=198996155 data=null doit=true} to Tree node with text: Sessions 16:11:32 [2019-07-19T20:11:32.245Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Sessions} time=198996155 data=null} to Tree node with text: Sessions 16:11:32 [2019-07-19T20:11:32.245Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Sessions} time=198996156 data=null button=1 stateMask=0x0 x=89 y=137 count=1} to Tree node with text: Sessions 16:11:32 [2019-07-19T20:11:32.245Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198996156 data=null item=TreeItem {Sessions} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: Sessions 16:11:32 [2019-07-19T20:11:32.245Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Sessions} time=198996159 data=null button=1 stateMask=0x80000 x=89 y=137 count=1} to Tree node with text: Sessions 16:11:32 [2019-07-19T20:11:32.245Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:32 [2019-07-19T20:11:32.245Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Sessions} time=198996159 data=null button=0 stateMask=0x0 x=89 y=137 count=0} to Tree node with text: Sessions 16:11:32 [2019-07-19T20:11:32.245Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Sessions} time=198996159 data=null doit=true} to Tree node with text: Sessions 16:11:32 [2019-07-19T20:11:32.245Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Sessions} time=198996160 data=null} to Tree node with text: Sessions 16:11:32 [2019-07-19T20:11:32.246Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Sessions} time=198996160 data=null button=1 stateMask=0x0 x=89 y=137 count=1} to Tree node with text: Sessions 16:11:32 [2019-07-19T20:11:32.246Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198996160 data=null item=TreeItem {Sessions} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: Sessions 16:11:32 [2019-07-19T20:11:32.246Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Sessions} time=198996161 data=null button=1 stateMask=0x80000 x=89 y=137 count=1} to Tree node with text: Sessions 16:11:32 [2019-07-19T20:11:32.246Z] DEBUG - matched MenuItem with text "Create Session...", using matcher: with mnemonic 'Create Session...' 16:11:32 [2019-07-19T20:11:32.246Z] DEBUG - Clicking on with mnemonic 'Create Session...' 16:11:32 [2019-07-19T20:11:32.502Z] DEBUG - Clicked on with mnemonic 'Create Session...' 16:11:32 [2019-07-19T20:11:32.502Z] DEBUG - matched Shell with text "Create Session", using matcher: with text 'Create Session' 16:11:32 [2019-07-19T20:11:32.502Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Create Session} time=198996568 data=null doit=true} to Shell with text {Create Session} 16:11:32 [2019-07-19T20:11:32.502Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 16:11:32 [2019-07-19T20:11:32.502Z] DEBUG - matched Label with text "Session Name", using matcher: with mnemonic 'Session Name' 16:11:32 [2019-07-19T20:11:32.502Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Session Name') 16:11:32 [2019-07-19T20:11:32.502Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Session Name')) 16:11:32 [2019-07-19T20:11:32.502Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 16:11:32 [2019-07-19T20:11:32.502Z] DEBUG - matched Label with text "Session Name", using matcher: with mnemonic 'Session Name' 16:11:32 [2019-07-19T20:11:32.502Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Session Name') 16:11:32 [2019-07-19T20:11:32.502Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Session Name')) 16:11:32 [2019-07-19T20:11:32.502Z] DEBUG - matched Text with text " 16:11:32 [2019-07-19T20:11:32.502Z] ", using matcher: of type 'Text' 16:11:32 [2019-07-19T20:11:32.502Z] DEBUG - matched Label with text "Session Name", using matcher: with mnemonic 'Session Name' 16:11:32 [2019-07-19T20:11:32.502Z] DEBUG - matched Text with text " 16:11:32 [2019-07-19T20:11:32.502Z] ", using matcher: with label (with mnemonic 'Session Name') 16:11:32 [2019-07-19T20:11:32.502Z] DEBUG - matched Text with text " 16:11:32 [2019-07-19T20:11:32.502Z] ", using matcher: (of type 'Text' and with label (with mnemonic 'Session Name')) 16:11:32 [2019-07-19T20:11:32.502Z] DEBUG - matched Button with text "Normal Mode", using matcher: of type 'Button' 16:11:32 [2019-07-19T20:11:32.502Z] DEBUG - matched Button with text "Snapshot Mode", using matcher: of type 'Button' 16:11:32 [2019-07-19T20:11:32.502Z] DEBUG - matched Button with text "Advanced >>>", using matcher: of type 'Button' 16:11:32 [2019-07-19T20:11:32.502Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' 16:11:32 [2019-07-19T20:11:32.502Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' 16:11:32 [2019-07-19T20:11:32.502Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok' 16:11:32 [2019-07-19T20:11:32.502Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH' 16:11:32 [2019-07-19T20:11:32.502Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:32 [2019-07-19T20:11:32.502Z] DEBUG - Clicking on &Ok 16:11:32 [2019-07-19T20:11:32.502Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=198996573 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:32 [2019-07-19T20:11:32.502Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=198996574 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:32 [2019-07-19T20:11:32.502Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=198996574 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:32 [2019-07-19T20:11:32.502Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=198996574 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:32 [2019-07-19T20:11:32.502Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=198996574 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:32 [2019-07-19T20:11:32.502Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=198996574 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:32 [2019-07-19T20:11:32.502Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=198996574 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:32 [2019-07-19T20:11:32.502Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Create Session...} time=198996286 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Create Session...' 16:11:32 [2019-07-19T20:11:32.759Z] DEBUG - Clicked on 16:11:32 [2019-07-19T20:11:32.759Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Sessions} time=198996759 data=null doit=true} to Tree node with text: Sessions 16:11:32 [2019-07-19T20:11:32.759Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Sessions} time=198996760 data=null} to Tree node with text: Sessions 16:11:32 [2019-07-19T20:11:32.759Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Sessions} time=198996760 data=null button=1 stateMask=0x0 x=73 y=92 count=1} to Tree node with text: Sessions 16:11:32 [2019-07-19T20:11:32.759Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=198996760 data=null item=TreeItem {Sessions} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Tree node with text: Sessions 16:11:32 [2019-07-19T20:11:32.759Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Sessions} time=198996770 data=null button=1 stateMask=0x80000 x=89 y=92 count=1} to Tree node with text: Sessions 16:11:32 [2019-07-19T20:11:32.759Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:32 [2019-07-19T20:11:32.759Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:32 [2019-07-19T20:11:32.759Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:32 [2019-07-19T20:11:32.759Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:32 [2019-07-19T20:11:32.759Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:32 [2019-07-19T20:11:32.759Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=198996774 data=null button=0 stateMask=0x0 x=112 y=113 count=0} to Tree node with text: mysession 16:11:32 [2019-07-19T20:11:32.759Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=198996774 data=null doit=true} to Tree node with text: mysession 16:11:32 [2019-07-19T20:11:32.759Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=198996774 data=null} to Tree node with text: mysession 16:11:32 [2019-07-19T20:11:32.759Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=198996774 data=null button=1 stateMask=0x0 x=112 y=113 count=1} to Tree node with text: mysession 16:11:32 [2019-07-19T20:11:32.759Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198996774 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:11:32 [2019-07-19T20:11:32.759Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=198996844 data=null button=1 stateMask=0x80000 x=112 y=98 count=1} to Tree node with text: mysession 16:11:32 [2019-07-19T20:11:32.759Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:32 [2019-07-19T20:11:32.759Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=198996845 data=null button=0 stateMask=0x0 x=112 y=98 count=0} to Tree node with text: mysession 16:11:32 [2019-07-19T20:11:32.759Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=198996845 data=null doit=true} to Tree node with text: mysession 16:11:32 [2019-07-19T20:11:32.759Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=198996846 data=null} to Tree node with text: mysession 16:11:32 [2019-07-19T20:11:32.759Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=198996846 data=null button=1 stateMask=0x0 x=112 y=98 count=1} to Tree node with text: mysession 16:11:32 [2019-07-19T20:11:32.759Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198996846 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:11:32 [2019-07-19T20:11:32.759Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=198996848 data=null button=1 stateMask=0x80000 x=112 y=98 count=1} to Tree node with text: mysession 16:11:32 [2019-07-19T20:11:32.759Z] DEBUG - matched MenuItem with text "Enable Event (defaul...", using matcher: with mnemonic 'Enable Event (default channel)...' 16:11:32 [2019-07-19T20:11:32.759Z] DEBUG - Clicking on with mnemonic 'Enable Event (default channel)...' 16:11:33 [2019-07-19T20:11:33.325Z] DEBUG - Clicked on with mnemonic 'Enable Event (default channel)...' 16:11:33 [2019-07-19T20:11:33.325Z] DEBUG - matched Shell with text "Enable Events", using matcher: with text 'Enable Events' 16:11:33 [2019-07-19T20:11:33.325Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Enable Events} time=198997371 data=null doit=true} to Shell with text {Enable Events} 16:11:33 [2019-07-19T20:11:33.325Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' 16:11:33 [2019-07-19T20:11:33.325Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' 16:11:33 [2019-07-19T20:11:33.325Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' 16:11:33 [2019-07-19T20:11:33.325Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' 16:11:33 [2019-07-19T20:11:33.325Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' 16:11:33 [2019-07-19T20:11:33.325Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:33 [2019-07-19T20:11:33.325Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' 16:11:33 [2019-07-19T20:11:33.325Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:33 [2019-07-19T20:11:33.325Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' 16:11:33 [2019-07-19T20:11:33.325Z] DEBUG - matched Group with text "Tracepoint Events", using matcher: with mnemonic 'Tracepoint Events' 16:11:33 [2019-07-19T20:11:33.325Z] DEBUG - matched Button with text "Select", using matcher: in group (with mnemonic 'Tracepoint Events') 16:11:33 [2019-07-19T20:11:33.325Z] DEBUG - matched Button with text "Select", using matcher: with style 'SWT.RADIO' 16:11:33 [2019-07-19T20:11:33.325Z] DEBUG - matched Button with text "Select", using matcher: (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO') 16:11:33 [2019-07-19T20:11:33.325Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:33 [2019-07-19T20:11:33.325Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' 16:11:33 [2019-07-19T20:11:33.325Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:33 [2019-07-19T20:11:33.325Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' 16:11:33 [2019-07-19T20:11:33.325Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:33 [2019-07-19T20:11:33.325Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' 16:11:33 [2019-07-19T20:11:33.325Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' 16:11:33 [2019-07-19T20:11:33.325Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' 16:11:33 [2019-07-19T20:11:33.325Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO') 16:11:33 [2019-07-19T20:11:33.325Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO') 16:11:33 [2019-07-19T20:11:33.325Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Select} time=198997375 data=null doit=true} to (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO') 16:11:33 [2019-07-19T20:11:33.325Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Select} time=198997376 data=null button=1 stateMask=0x0 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO') 16:11:33 [2019-07-19T20:11:33.325Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Select} time=198997376 data=null button=1 stateMask=0x80000 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO') 16:11:33 [2019-07-19T20:11:33.325Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Select} time=198997376 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO') 16:11:33 [2019-07-19T20:11:33.325Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO') 16:11:33 [2019-07-19T20:11:33.325Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 16:11:33 [2019-07-19T20:11:33.325Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 16:11:33 [2019-07-19T20:11:33.325Z] DEBUG - matched Group with text "Specific event", using matcher: with mnemonic 'Specific event' 16:11:33 [2019-07-19T20:11:33.325Z] DEBUG - matched Text with text "", using matcher: in group (with mnemonic 'Specific event') 16:11:33 [2019-07-19T20:11:33.325Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and in group (with mnemonic 'Specific event')) 16:11:33 [2019-07-19T20:11:33.325Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 16:11:33 [2019-07-19T20:11:33.325Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 16:11:33 [2019-07-19T20:11:33.325Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 16:11:33 [2019-07-19T20:11:33.325Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 16:11:33 [2019-07-19T20:11:33.325Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 16:11:33 [2019-07-19T20:11:33.325Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 16:11:33 [2019-07-19T20:11:33.325Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' 16:11:33 [2019-07-19T20:11:33.325Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' 16:11:33 [2019-07-19T20:11:33.325Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' 16:11:33 [2019-07-19T20:11:33.325Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' 16:11:33 [2019-07-19T20:11:33.325Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' 16:11:33 [2019-07-19T20:11:33.325Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:33 [2019-07-19T20:11:33.325Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:33 [2019-07-19T20:11:33.325Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:33 [2019-07-19T20:11:33.325Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:33 [2019-07-19T20:11:33.325Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:33 [2019-07-19T20:11:33.325Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' 16:11:33 [2019-07-19T20:11:33.325Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' 16:11:33 [2019-07-19T20:11:33.325Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok' 16:11:33 [2019-07-19T20:11:33.325Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH' 16:11:33 [2019-07-19T20:11:33.325Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:33 [2019-07-19T20:11:33.325Z] DEBUG - Clicking on &Ok 16:11:33 [2019-07-19T20:11:33.325Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=198997443 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:33 [2019-07-19T20:11:33.325Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=198997444 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:33 [2019-07-19T20:11:33.325Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=198997444 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:33 [2019-07-19T20:11:33.325Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=198997444 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:33 [2019-07-19T20:11:33.325Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=198997444 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:33 [2019-07-19T20:11:33.325Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=198997444 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:33 [2019-07-19T20:11:33.325Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=198997444 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:33 [2019-07-19T20:11:33.325Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Enable Event (default channel)...} time=198996975 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Enable Event (default channel)...' 16:11:33 [2019-07-19T20:11:33.582Z] DEBUG - Clicked on 16:11:33 [2019-07-19T20:11:33.582Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:33 [2019-07-19T20:11:33.582Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:33 [2019-07-19T20:11:33.582Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. 16:11:33 [2019-07-19T20:11:33.582Z] WARN - Tree item Tree node with text: Kernel is already expanded. Won't expand it again. 16:11:33 [2019-07-19T20:11:33.582Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {channel0} time=198997747 data=null doit=true} to Tree node with text: channel0 16:11:33 [2019-07-19T20:11:33.582Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {channel0} time=198997748 data=null} to Tree node with text: channel0 16:11:33 [2019-07-19T20:11:33.582Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {channel0} time=198997748 data=null button=1 stateMask=0x0 x=143 y=92 count=1} to Tree node with text: channel0 16:11:33 [2019-07-19T20:11:33.582Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=198997748 data=null item=TreeItem {channel0} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Tree node with text: channel0 16:11:33 [2019-07-19T20:11:33.582Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {channel0} time=198997749 data=null button=1 stateMask=0x80000 x=143 y=92 count=1} to Tree node with text: channel0 16:11:33 [2019-07-19T20:11:33.582Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:33 [2019-07-19T20:11:33.582Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:33 [2019-07-19T20:11:33.582Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. 16:11:33 [2019-07-19T20:11:33.582Z] WARN - Tree item Tree node with text: Kernel is already expanded. Won't expand it again. 16:11:33 [2019-07-19T20:11:33.582Z] WARN - Tree item Tree node with text: channel0 is already expanded. Won't expand it again. 16:11:33 [2019-07-19T20:11:33.582Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:33 [2019-07-19T20:11:33.582Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:33 [2019-07-19T20:11:33.582Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:33 [2019-07-19T20:11:33.582Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=198997752 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession 16:11:33 [2019-07-19T20:11:33.582Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=198997753 data=null doit=true} to Tree node with text: mysession 16:11:33 [2019-07-19T20:11:33.582Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=198997753 data=null} to Tree node with text: mysession 16:11:33 [2019-07-19T20:11:33.582Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=198997753 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession 16:11:33 [2019-07-19T20:11:33.582Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198997753 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:11:33 [2019-07-19T20:11:33.582Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=198997755 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession 16:11:33 [2019-07-19T20:11:33.582Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:33 [2019-07-19T20:11:33.582Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=198997756 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession 16:11:33 [2019-07-19T20:11:33.582Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=198997756 data=null doit=true} to Tree node with text: mysession 16:11:33 [2019-07-19T20:11:33.582Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=198997756 data=null} to Tree node with text: mysession 16:11:33 [2019-07-19T20:11:33.582Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=198997757 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession 16:11:33 [2019-07-19T20:11:33.582Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198997757 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:11:33 [2019-07-19T20:11:33.582Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=198997758 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession 16:11:33 [2019-07-19T20:11:33.839Z] DEBUG - matched MenuItem with text "Enable Event (defaul...", using matcher: with mnemonic 'Enable Event (default channel)...' 16:11:33 [2019-07-19T20:11:33.839Z] DEBUG - Clicking on with mnemonic 'Enable Event (default channel)...' 16:11:34 [2019-07-19T20:11:34.095Z] DEBUG - Clicked on with mnemonic 'Enable Event (default channel)...' 16:11:34 [2019-07-19T20:11:34.095Z] DEBUG - matched Shell with text "Enable Events", using matcher: with text 'Enable Events' 16:11:34 [2019-07-19T20:11:34.095Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Enable Events} time=198998236 data=null doit=true} to Shell with text {Enable Events} 16:11:34 [2019-07-19T20:11:34.095Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' 16:11:34 [2019-07-19T20:11:34.095Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' 16:11:34 [2019-07-19T20:11:34.095Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' 16:11:34 [2019-07-19T20:11:34.095Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' 16:11:34 [2019-07-19T20:11:34.095Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' 16:11:34 [2019-07-19T20:11:34.095Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:34 [2019-07-19T20:11:34.095Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' 16:11:34 [2019-07-19T20:11:34.095Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:34 [2019-07-19T20:11:34.095Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' 16:11:34 [2019-07-19T20:11:34.095Z] DEBUG - matched Group with text "Tracepoint Events", using matcher: with mnemonic 'Tracepoint Events' 16:11:34 [2019-07-19T20:11:34.095Z] DEBUG - matched Button with text "Select", using matcher: in group (with mnemonic 'Tracepoint Events') 16:11:34 [2019-07-19T20:11:34.095Z] DEBUG - matched Button with text "Select", using matcher: with style 'SWT.RADIO' 16:11:34 [2019-07-19T20:11:34.095Z] DEBUG - matched Button with text "Select", using matcher: (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO') 16:11:34 [2019-07-19T20:11:34.095Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:34 [2019-07-19T20:11:34.095Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' 16:11:34 [2019-07-19T20:11:34.095Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:34 [2019-07-19T20:11:34.095Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' 16:11:34 [2019-07-19T20:11:34.095Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:34 [2019-07-19T20:11:34.095Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' 16:11:34 [2019-07-19T20:11:34.095Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' 16:11:34 [2019-07-19T20:11:34.095Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' 16:11:34 [2019-07-19T20:11:34.095Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO') 16:11:34 [2019-07-19T20:11:34.095Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO') 16:11:34 [2019-07-19T20:11:34.095Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Select} time=198998241 data=null doit=true} to (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO') 16:11:34 [2019-07-19T20:11:34.095Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Select} time=198998241 data=null button=1 stateMask=0x0 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO') 16:11:34 [2019-07-19T20:11:34.095Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Select} time=198998241 data=null button=1 stateMask=0x80000 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO') 16:11:34 [2019-07-19T20:11:34.095Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Select} time=198998241 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO') 16:11:34 [2019-07-19T20:11:34.095Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO') 16:11:34 [2019-07-19T20:11:34.095Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 16:11:34 [2019-07-19T20:11:34.095Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 16:11:34 [2019-07-19T20:11:34.095Z] DEBUG - matched Group with text "Specific event", using matcher: with mnemonic 'Specific event' 16:11:34 [2019-07-19T20:11:34.095Z] DEBUG - matched Text with text "", using matcher: in group (with mnemonic 'Specific event') 16:11:34 [2019-07-19T20:11:34.095Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and in group (with mnemonic 'Specific event')) 16:11:34 [2019-07-19T20:11:34.095Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 16:11:34 [2019-07-19T20:11:34.095Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 16:11:34 [2019-07-19T20:11:34.095Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 16:11:34 [2019-07-19T20:11:34.095Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 16:11:34 [2019-07-19T20:11:34.095Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 16:11:34 [2019-07-19T20:11:34.095Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 16:11:34 [2019-07-19T20:11:34.095Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' 16:11:34 [2019-07-19T20:11:34.095Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' 16:11:34 [2019-07-19T20:11:34.095Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' 16:11:34 [2019-07-19T20:11:34.095Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' 16:11:34 [2019-07-19T20:11:34.095Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' 16:11:34 [2019-07-19T20:11:34.095Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:34 [2019-07-19T20:11:34.095Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:34 [2019-07-19T20:11:34.095Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:34 [2019-07-19T20:11:34.095Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:34 [2019-07-19T20:11:34.095Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:34 [2019-07-19T20:11:34.095Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' 16:11:34 [2019-07-19T20:11:34.095Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' 16:11:34 [2019-07-19T20:11:34.095Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok' 16:11:34 [2019-07-19T20:11:34.095Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH' 16:11:34 [2019-07-19T20:11:34.095Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:34 [2019-07-19T20:11:34.095Z] DEBUG - Clicking on &Ok 16:11:34 [2019-07-19T20:11:34.095Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=198998279 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:34 [2019-07-19T20:11:34.095Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=198998279 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:34 [2019-07-19T20:11:34.095Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=198998279 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:34 [2019-07-19T20:11:34.095Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=198998280 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:34 [2019-07-19T20:11:34.095Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=198998280 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:34 [2019-07-19T20:11:34.095Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=198998280 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:34 [2019-07-19T20:11:34.352Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=198998331 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:34 [2019-07-19T20:11:34.352Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Enable Event (default channel)...} time=198997881 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Enable Event (default channel)...' 16:11:34 [2019-07-19T20:11:34.352Z] DEBUG - Clicked on 16:11:34 [2019-07-19T20:11:34.352Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:34 [2019-07-19T20:11:34.352Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:34 [2019-07-19T20:11:34.352Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. 16:11:34 [2019-07-19T20:11:34.352Z] WARN - Tree item Tree node with text: Kernel is already expanded. Won't expand it again. 16:11:34 [2019-07-19T20:11:34.352Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {channel0} time=198998578 data=null doit=true} to Tree node with text: channel0 16:11:34 [2019-07-19T20:11:34.352Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {channel0} time=198998578 data=null} to Tree node with text: channel0 16:11:34 [2019-07-19T20:11:34.352Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {channel0} time=198998578 data=null button=1 stateMask=0x0 x=143 y=92 count=1} to Tree node with text: channel0 16:11:34 [2019-07-19T20:11:34.352Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=198998579 data=null item=TreeItem {channel0} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Tree node with text: channel0 16:11:34 [2019-07-19T20:11:34.352Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {channel0} time=198998580 data=null button=1 stateMask=0x80000 x=143 y=92 count=1} to Tree node with text: channel0 16:11:34 [2019-07-19T20:11:34.352Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:34 [2019-07-19T20:11:34.352Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:34 [2019-07-19T20:11:34.352Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. 16:11:34 [2019-07-19T20:11:34.352Z] WARN - Tree item Tree node with text: Kernel is already expanded. Won't expand it again. 16:11:34 [2019-07-19T20:11:34.352Z] WARN - Tree item Tree node with text: channel0 is already expanded. Won't expand it again. 16:11:34 [2019-07-19T20:11:34.352Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:34 [2019-07-19T20:11:34.352Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:34 [2019-07-19T20:11:34.352Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. 16:11:34 [2019-07-19T20:11:34.352Z] WARN - Tree item Tree node with text: Kernel is already expanded. Won't expand it again. 16:11:34 [2019-07-19T20:11:34.352Z] WARN - Tree item Tree node with text: channel0 is already expanded. Won't expand it again. 16:11:34 [2019-07-19T20:11:34.352Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:34 [2019-07-19T20:11:34.352Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:34 [2019-07-19T20:11:34.352Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:34 [2019-07-19T20:11:34.352Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=198998591 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession 16:11:34 [2019-07-19T20:11:34.352Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=198998591 data=null doit=true} to Tree node with text: mysession 16:11:34 [2019-07-19T20:11:34.352Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=198998591 data=null} to Tree node with text: mysession 16:11:34 [2019-07-19T20:11:34.352Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=198998592 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession 16:11:34 [2019-07-19T20:11:34.352Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198998592 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:11:34 [2019-07-19T20:11:34.352Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=198998593 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession 16:11:34 [2019-07-19T20:11:34.352Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:34 [2019-07-19T20:11:34.352Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=198998594 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession 16:11:34 [2019-07-19T20:11:34.352Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=198998594 data=null doit=true} to Tree node with text: mysession 16:11:34 [2019-07-19T20:11:34.352Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=198998594 data=null} to Tree node with text: mysession 16:11:34 [2019-07-19T20:11:34.352Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=198998595 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession 16:11:34 [2019-07-19T20:11:34.352Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198998595 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:11:34 [2019-07-19T20:11:34.352Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=198998596 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession 16:11:34 [2019-07-19T20:11:34.608Z] DEBUG - matched MenuItem with text "Enable Event (defaul...", using matcher: with mnemonic 'Enable Event (default channel)...' 16:11:34 [2019-07-19T20:11:34.608Z] DEBUG - Clicking on with mnemonic 'Enable Event (default channel)...' 16:11:34 [2019-07-19T20:11:34.980Z] DEBUG - Clicked on with mnemonic 'Enable Event (default channel)...' 16:11:34 [2019-07-19T20:11:34.980Z] DEBUG - matched Shell with text "Enable Events", using matcher: with text 'Enable Events' 16:11:34 [2019-07-19T20:11:34.980Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Enable Events} time=198999087 data=null doit=true} to Shell with text {Enable Events} 16:11:34 [2019-07-19T20:11:34.980Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' 16:11:34 [2019-07-19T20:11:34.980Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' 16:11:34 [2019-07-19T20:11:34.980Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' 16:11:34 [2019-07-19T20:11:34.980Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' 16:11:34 [2019-07-19T20:11:34.980Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' 16:11:34 [2019-07-19T20:11:34.980Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:34 [2019-07-19T20:11:34.980Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' 16:11:34 [2019-07-19T20:11:34.980Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:34 [2019-07-19T20:11:34.980Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' 16:11:34 [2019-07-19T20:11:34.980Z] DEBUG - matched Group with text "Tracepoint Events", using matcher: with mnemonic 'Tracepoint Events' 16:11:34 [2019-07-19T20:11:34.980Z] DEBUG - matched Button with text "Select", using matcher: in group (with mnemonic 'Tracepoint Events') 16:11:34 [2019-07-19T20:11:34.980Z] DEBUG - matched Button with text "Select", using matcher: with style 'SWT.RADIO' 16:11:34 [2019-07-19T20:11:34.980Z] DEBUG - matched Button with text "Select", using matcher: (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO') 16:11:34 [2019-07-19T20:11:34.980Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:34 [2019-07-19T20:11:34.980Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' 16:11:34 [2019-07-19T20:11:34.980Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:34 [2019-07-19T20:11:34.980Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' 16:11:34 [2019-07-19T20:11:34.980Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:34 [2019-07-19T20:11:34.980Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' 16:11:34 [2019-07-19T20:11:34.980Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' 16:11:34 [2019-07-19T20:11:34.980Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' 16:11:34 [2019-07-19T20:11:34.980Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO') 16:11:34 [2019-07-19T20:11:34.980Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO') 16:11:34 [2019-07-19T20:11:34.980Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Select} time=198999092 data=null doit=true} to (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO') 16:11:34 [2019-07-19T20:11:34.980Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Select} time=198999092 data=null button=1 stateMask=0x0 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO') 16:11:34 [2019-07-19T20:11:34.980Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Select} time=198999092 data=null button=1 stateMask=0x80000 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO') 16:11:34 [2019-07-19T20:11:34.980Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Select} time=198999092 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO') 16:11:34 [2019-07-19T20:11:34.980Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO') 16:11:34 [2019-07-19T20:11:34.980Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:11:34 [2019-07-19T20:11:34.980Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:11:34 [2019-07-19T20:11:34.980Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:11:34 [2019-07-19T20:11:34.980Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:11:34 [2019-07-19T20:11:34.980Z] DEBUG - Expanding nodes All in tree (of type 'Tree') 16:11:34 [2019-07-19T20:11:34.980Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {All} time=198999143 data=null doit=true} to TreeItem with text {All} 16:11:34 [2019-07-19T20:11:34.980Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {All} time=198999144 data=null} to TreeItem with text {All} 16:11:34 [2019-07-19T20:11:34.980Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {All} time=198999144 data=null button=1 stateMask=0x0 x=54 y=11 count=1} to TreeItem with text {All} 16:11:34 [2019-07-19T20:11:34.980Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=198999144 data=null item=TreeItem {All} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {All} 16:11:35 [2019-07-19T20:11:35.238Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {All} time=198999248 data=null button=1 stateMask=0x80000 x=54 y=11 count=1} to TreeItem with text {All} 16:11:35 [2019-07-19T20:11:35.238Z] WARN - Tree item TreeItem with text {All} is already expanded. Won't expand it again. 16:11:35 [2019-07-19T20:11:35.238Z] DEBUG - Setting state to checked on: sched_process_fork 16:11:35 [2019-07-19T20:11:35.238Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 16:11:35 [2019-07-19T20:11:35.238Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 16:11:35 [2019-07-19T20:11:35.238Z] DEBUG - matched Group with text "Specific event", using matcher: with mnemonic 'Specific event' 16:11:35 [2019-07-19T20:11:35.238Z] DEBUG - matched Text with text "", using matcher: in group (with mnemonic 'Specific event') 16:11:35 [2019-07-19T20:11:35.238Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and in group (with mnemonic 'Specific event')) 16:11:35 [2019-07-19T20:11:35.238Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 16:11:35 [2019-07-19T20:11:35.238Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 16:11:35 [2019-07-19T20:11:35.238Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 16:11:35 [2019-07-19T20:11:35.238Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 16:11:35 [2019-07-19T20:11:35.238Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 16:11:35 [2019-07-19T20:11:35.238Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 16:11:35 [2019-07-19T20:11:35.238Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' 16:11:35 [2019-07-19T20:11:35.238Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' 16:11:35 [2019-07-19T20:11:35.238Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' 16:11:35 [2019-07-19T20:11:35.238Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' 16:11:35 [2019-07-19T20:11:35.238Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' 16:11:35 [2019-07-19T20:11:35.238Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:35 [2019-07-19T20:11:35.238Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:35 [2019-07-19T20:11:35.238Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:35 [2019-07-19T20:11:35.238Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:35 [2019-07-19T20:11:35.238Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:35 [2019-07-19T20:11:35.238Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' 16:11:35 [2019-07-19T20:11:35.238Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' 16:11:35 [2019-07-19T20:11:35.238Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok' 16:11:35 [2019-07-19T20:11:35.238Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH' 16:11:35 [2019-07-19T20:11:35.238Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:35 [2019-07-19T20:11:35.238Z] DEBUG - Clicking on &Ok 16:11:35 [2019-07-19T20:11:35.238Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=198999257 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:35 [2019-07-19T20:11:35.238Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=198999257 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:35 [2019-07-19T20:11:35.238Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=198999257 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:35 [2019-07-19T20:11:35.238Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=198999257 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:35 [2019-07-19T20:11:35.238Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=198999257 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:35 [2019-07-19T20:11:35.238Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=198999257 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:35 [2019-07-19T20:11:35.238Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=198999258 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:35 [2019-07-19T20:11:35.238Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Enable Event (default channel)...} time=198998734 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Enable Event (default channel)...' 16:11:35 [2019-07-19T20:11:35.495Z] DEBUG - Clicked on 16:11:35 [2019-07-19T20:11:35.495Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:35 [2019-07-19T20:11:35.495Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:35 [2019-07-19T20:11:35.495Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. 16:11:35 [2019-07-19T20:11:35.495Z] WARN - Tree item Tree node with text: Kernel is already expanded. Won't expand it again. 16:11:35 [2019-07-19T20:11:35.495Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {channel0} time=198999547 data=null doit=true} to Tree node with text: channel0 16:11:35 [2019-07-19T20:11:35.495Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {channel0} time=198999548 data=null} to Tree node with text: channel0 16:11:35 [2019-07-19T20:11:35.495Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {channel0} time=198999548 data=null button=1 stateMask=0x0 x=143 y=113 count=1} to Tree node with text: channel0 16:11:35 [2019-07-19T20:11:35.495Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=198999548 data=null item=TreeItem {channel0} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Tree node with text: channel0 16:11:35 [2019-07-19T20:11:35.495Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {channel0} time=198999550 data=null button=1 stateMask=0x80000 x=143 y=113 count=1} to Tree node with text: channel0 16:11:35 [2019-07-19T20:11:35.495Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:35 [2019-07-19T20:11:35.495Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:35 [2019-07-19T20:11:35.495Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. 16:11:35 [2019-07-19T20:11:35.495Z] WARN - Tree item Tree node with text: Kernel is already expanded. Won't expand it again. 16:11:35 [2019-07-19T20:11:35.495Z] WARN - Tree item Tree node with text: channel0 is already expanded. Won't expand it again. 16:11:35 [2019-07-19T20:11:35.495Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:35 [2019-07-19T20:11:35.495Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:35 [2019-07-19T20:11:35.495Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:35 [2019-07-19T20:11:35.495Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=198999553 data=null button=0 stateMask=0x0 x=112 y=71 count=0} to Tree node with text: mysession 16:11:35 [2019-07-19T20:11:35.495Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=198999553 data=null doit=true} to Tree node with text: mysession 16:11:35 [2019-07-19T20:11:35.495Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=198999553 data=null} to Tree node with text: mysession 16:11:35 [2019-07-19T20:11:35.495Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=198999554 data=null button=1 stateMask=0x0 x=112 y=71 count=1} to Tree node with text: mysession 16:11:35 [2019-07-19T20:11:35.495Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198999554 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:11:35 [2019-07-19T20:11:35.495Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=198999555 data=null button=1 stateMask=0x80000 x=112 y=71 count=1} to Tree node with text: mysession 16:11:35 [2019-07-19T20:11:35.495Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:35 [2019-07-19T20:11:35.495Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=198999561 data=null button=0 stateMask=0x0 x=112 y=71 count=0} to Tree node with text: mysession 16:11:35 [2019-07-19T20:11:35.495Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=198999561 data=null doit=true} to Tree node with text: mysession 16:11:35 [2019-07-19T20:11:35.495Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=198999561 data=null} to Tree node with text: mysession 16:11:35 [2019-07-19T20:11:35.495Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=198999561 data=null button=1 stateMask=0x0 x=112 y=71 count=1} to Tree node with text: mysession 16:11:35 [2019-07-19T20:11:35.495Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=198999562 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:11:35 [2019-07-19T20:11:35.495Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=198999563 data=null button=1 stateMask=0x80000 x=112 y=71 count=1} to Tree node with text: mysession 16:11:35 [2019-07-19T20:11:35.495Z] DEBUG - matched MenuItem with text "Enable Event (defaul...", using matcher: with mnemonic 'Enable Event (default channel)...' 16:11:35 [2019-07-19T20:11:35.495Z] DEBUG - Clicking on with mnemonic 'Enable Event (default channel)...' 16:11:36 [2019-07-19T20:11:36.059Z] DEBUG - Clicked on with mnemonic 'Enable Event (default channel)...' 16:11:36 [2019-07-19T20:11:36.059Z] DEBUG - matched Shell with text "Enable Events", using matcher: with text 'Enable Events' 16:11:36 [2019-07-19T20:11:36.059Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Enable Events} time=199000068 data=null doit=true} to Shell with text {Enable Events} 16:11:36 [2019-07-19T20:11:36.059Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' 16:11:36 [2019-07-19T20:11:36.059Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' 16:11:36 [2019-07-19T20:11:36.059Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' 16:11:36 [2019-07-19T20:11:36.059Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' 16:11:36 [2019-07-19T20:11:36.059Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' 16:11:36 [2019-07-19T20:11:36.059Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:36 [2019-07-19T20:11:36.059Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' 16:11:36 [2019-07-19T20:11:36.059Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:36 [2019-07-19T20:11:36.059Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' 16:11:36 [2019-07-19T20:11:36.059Z] DEBUG - matched Group with text "Tracepoint Events", using matcher: with mnemonic 'Tracepoint Events' 16:11:36 [2019-07-19T20:11:36.059Z] DEBUG - matched Button with text "Select", using matcher: in group (with mnemonic 'Tracepoint Events') 16:11:36 [2019-07-19T20:11:36.059Z] DEBUG - matched Button with text "Select", using matcher: with style 'SWT.RADIO' 16:11:36 [2019-07-19T20:11:36.059Z] DEBUG - matched Button with text "Select", using matcher: (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO') 16:11:36 [2019-07-19T20:11:36.059Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:36 [2019-07-19T20:11:36.059Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' 16:11:36 [2019-07-19T20:11:36.059Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:36 [2019-07-19T20:11:36.059Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' 16:11:36 [2019-07-19T20:11:36.059Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:36 [2019-07-19T20:11:36.059Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' 16:11:36 [2019-07-19T20:11:36.059Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' 16:11:36 [2019-07-19T20:11:36.059Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' 16:11:36 [2019-07-19T20:11:36.059Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO') 16:11:36 [2019-07-19T20:11:36.059Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO') 16:11:36 [2019-07-19T20:11:36.059Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Select} time=199000136 data=null doit=true} to (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO') 16:11:36 [2019-07-19T20:11:36.059Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Select} time=199000136 data=null button=1 stateMask=0x0 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO') 16:11:36 [2019-07-19T20:11:36.059Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Select} time=199000136 data=null button=1 stateMask=0x80000 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO') 16:11:36 [2019-07-19T20:11:36.059Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Select} time=199000137 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO') 16:11:36 [2019-07-19T20:11:36.059Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO') 16:11:36 [2019-07-19T20:11:36.059Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:11:36 [2019-07-19T20:11:36.059Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:11:36 [2019-07-19T20:11:36.059Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:11:36 [2019-07-19T20:11:36.059Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:11:36 [2019-07-19T20:11:36.059Z] DEBUG - Expanding nodes All in tree (of type 'Tree') 16:11:36 [2019-07-19T20:11:36.059Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {All} time=199000141 data=null doit=true} to TreeItem with text {All} 16:11:36 [2019-07-19T20:11:36.059Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {All} time=199000141 data=null} to TreeItem with text {All} 16:11:36 [2019-07-19T20:11:36.059Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {All} time=199000142 data=null button=1 stateMask=0x0 x=54 y=11 count=1} to TreeItem with text {All} 16:11:36 [2019-07-19T20:11:36.059Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=199000142 data=null item=TreeItem {All} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {All} 16:11:36 [2019-07-19T20:11:36.059Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {All} time=199000250 data=null button=1 stateMask=0x80000 x=54 y=11 count=1} to TreeItem with text {All} 16:11:36 [2019-07-19T20:11:36.059Z] WARN - Tree item TreeItem with text {All} is already expanded. Won't expand it again. 16:11:36 [2019-07-19T20:11:36.059Z] DEBUG - Setting state to checked on: sched_process_exec 16:11:36 [2019-07-19T20:11:36.059Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' 16:11:36 [2019-07-19T20:11:36.059Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' 16:11:36 [2019-07-19T20:11:36.059Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' 16:11:36 [2019-07-19T20:11:36.059Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' 16:11:36 [2019-07-19T20:11:36.059Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' 16:11:36 [2019-07-19T20:11:36.059Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:36 [2019-07-19T20:11:36.059Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:36 [2019-07-19T20:11:36.059Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:36 [2019-07-19T20:11:36.059Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:36 [2019-07-19T20:11:36.059Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:36 [2019-07-19T20:11:36.059Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' 16:11:36 [2019-07-19T20:11:36.059Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' 16:11:36 [2019-07-19T20:11:36.059Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok' 16:11:36 [2019-07-19T20:11:36.059Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH' 16:11:36 [2019-07-19T20:11:36.059Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:36 [2019-07-19T20:11:36.059Z] DEBUG - Clicking on &Ok 16:11:36 [2019-07-19T20:11:36.059Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=199000256 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:36 [2019-07-19T20:11:36.059Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=199000256 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:36 [2019-07-19T20:11:36.059Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=199000256 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:36 [2019-07-19T20:11:36.059Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=199000256 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:36 [2019-07-19T20:11:36.059Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=199000256 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:36 [2019-07-19T20:11:36.059Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=199000256 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:36 [2019-07-19T20:11:36.059Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=199000256 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:36 [2019-07-19T20:11:36.059Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Enable Event (default channel)...} time=198999679 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Enable Event (default channel)...' 16:11:36 [2019-07-19T20:11:36.316Z] DEBUG - Clicked on 16:11:36 [2019-07-19T20:11:36.316Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:36 [2019-07-19T20:11:36.316Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:36 [2019-07-19T20:11:36.316Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. 16:11:36 [2019-07-19T20:11:36.316Z] WARN - Tree item Tree node with text: Kernel is already expanded. Won't expand it again. 16:11:36 [2019-07-19T20:11:36.316Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {channel0} time=199000561 data=null doit=true} to Tree node with text: channel0 16:11:36 [2019-07-19T20:11:36.316Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {channel0} time=199000561 data=null} to Tree node with text: channel0 16:11:36 [2019-07-19T20:11:36.316Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {channel0} time=199000561 data=null button=1 stateMask=0x0 x=143 y=92 count=1} to Tree node with text: channel0 16:11:36 [2019-07-19T20:11:36.316Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=199000562 data=null item=TreeItem {channel0} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Tree node with text: channel0 16:11:36 [2019-07-19T20:11:36.573Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {channel0} time=199000571 data=null button=1 stateMask=0x80000 x=143 y=92 count=1} to Tree node with text: channel0 16:11:36 [2019-07-19T20:11:36.573Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:36 [2019-07-19T20:11:36.573Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:36 [2019-07-19T20:11:36.573Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. 16:11:36 [2019-07-19T20:11:36.573Z] WARN - Tree item Tree node with text: Kernel is already expanded. Won't expand it again. 16:11:36 [2019-07-19T20:11:36.573Z] WARN - Tree item Tree node with text: channel0 is already expanded. Won't expand it again. 16:11:36 [2019-07-19T20:11:36.573Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:36 [2019-07-19T20:11:36.573Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:36 [2019-07-19T20:11:36.573Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:36 [2019-07-19T20:11:36.573Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=199000576 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession 16:11:36 [2019-07-19T20:11:36.573Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=199000576 data=null doit=true} to Tree node with text: mysession 16:11:36 [2019-07-19T20:11:36.573Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=199000576 data=null} to Tree node with text: mysession 16:11:36 [2019-07-19T20:11:36.573Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=199000576 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession 16:11:36 [2019-07-19T20:11:36.573Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199000577 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:11:36 [2019-07-19T20:11:36.573Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=199000579 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession 16:11:36 [2019-07-19T20:11:36.573Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:36 [2019-07-19T20:11:36.573Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=199000631 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession 16:11:36 [2019-07-19T20:11:36.573Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=199000631 data=null doit=true} to Tree node with text: mysession 16:11:36 [2019-07-19T20:11:36.573Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=199000631 data=null} to Tree node with text: mysession 16:11:36 [2019-07-19T20:11:36.573Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=199000631 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession 16:11:36 [2019-07-19T20:11:36.573Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199000632 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:11:36 [2019-07-19T20:11:36.573Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=199000633 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession 16:11:36 [2019-07-19T20:11:36.573Z] DEBUG - matched MenuItem with text "Enable Event (defaul...", using matcher: with mnemonic 'Enable Event (default channel)...' 16:11:36 [2019-07-19T20:11:36.573Z] DEBUG - Clicking on with mnemonic 'Enable Event (default channel)...' 16:11:36 [2019-07-19T20:11:36.831Z] DEBUG - Clicked on with mnemonic 'Enable Event (default channel)...' 16:11:36 [2019-07-19T20:11:36.831Z] DEBUG - matched Shell with text "Enable Events", using matcher: with text 'Enable Events' 16:11:36 [2019-07-19T20:11:36.831Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Enable Events} time=199001072 data=null doit=true} to Shell with text {Enable Events} 16:11:36 [2019-07-19T20:11:36.831Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' 16:11:36 [2019-07-19T20:11:36.831Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' 16:11:36 [2019-07-19T20:11:36.831Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' 16:11:36 [2019-07-19T20:11:36.831Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' 16:11:36 [2019-07-19T20:11:36.831Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' 16:11:36 [2019-07-19T20:11:36.831Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:36 [2019-07-19T20:11:36.831Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' 16:11:36 [2019-07-19T20:11:36.831Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:36 [2019-07-19T20:11:36.831Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' 16:11:36 [2019-07-19T20:11:36.831Z] DEBUG - matched Group with text "Tracepoint Events", using matcher: with mnemonic 'Tracepoint Events' 16:11:36 [2019-07-19T20:11:36.831Z] DEBUG - matched Button with text "Select", using matcher: in group (with mnemonic 'Tracepoint Events') 16:11:36 [2019-07-19T20:11:36.831Z] DEBUG - matched Button with text "Select", using matcher: with style 'SWT.RADIO' 16:11:36 [2019-07-19T20:11:36.831Z] DEBUG - matched Button with text "Select", using matcher: (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO') 16:11:36 [2019-07-19T20:11:36.831Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:36 [2019-07-19T20:11:36.831Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' 16:11:36 [2019-07-19T20:11:36.831Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:36 [2019-07-19T20:11:36.831Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' 16:11:36 [2019-07-19T20:11:36.831Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:36 [2019-07-19T20:11:36.831Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' 16:11:36 [2019-07-19T20:11:36.831Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' 16:11:36 [2019-07-19T20:11:36.831Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' 16:11:36 [2019-07-19T20:11:36.831Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO') 16:11:36 [2019-07-19T20:11:36.831Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO') 16:11:36 [2019-07-19T20:11:36.831Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Select} time=199001077 data=null doit=true} to (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO') 16:11:36 [2019-07-19T20:11:36.831Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Select} time=199001077 data=null button=1 stateMask=0x0 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO') 16:11:36 [2019-07-19T20:11:36.831Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Select} time=199001077 data=null button=1 stateMask=0x80000 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO') 16:11:36 [2019-07-19T20:11:36.831Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Select} time=199001077 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO') 16:11:36 [2019-07-19T20:11:36.831Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO') 16:11:36 [2019-07-19T20:11:36.831Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:11:36 [2019-07-19T20:11:36.831Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:11:37 [2019-07-19T20:11:37.088Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:11:37 [2019-07-19T20:11:37.088Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:11:37 [2019-07-19T20:11:37.088Z] DEBUG - Setting state to checked on: All 16:11:37 [2019-07-19T20:11:37.088Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 16:11:37 [2019-07-19T20:11:37.088Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 16:11:37 [2019-07-19T20:11:37.088Z] DEBUG - matched Group with text "Specific event", using matcher: with mnemonic 'Specific event' 16:11:37 [2019-07-19T20:11:37.088Z] DEBUG - matched Text with text "", using matcher: in group (with mnemonic 'Specific event') 16:11:37 [2019-07-19T20:11:37.088Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and in group (with mnemonic 'Specific event')) 16:11:37 [2019-07-19T20:11:37.088Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 16:11:37 [2019-07-19T20:11:37.088Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 16:11:37 [2019-07-19T20:11:37.088Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 16:11:37 [2019-07-19T20:11:37.088Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 16:11:37 [2019-07-19T20:11:37.088Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 16:11:37 [2019-07-19T20:11:37.088Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 16:11:37 [2019-07-19T20:11:37.088Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' 16:11:37 [2019-07-19T20:11:37.088Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' 16:11:37 [2019-07-19T20:11:37.088Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' 16:11:37 [2019-07-19T20:11:37.088Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' 16:11:37 [2019-07-19T20:11:37.088Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' 16:11:37 [2019-07-19T20:11:37.088Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:37 [2019-07-19T20:11:37.088Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:37 [2019-07-19T20:11:37.088Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:37 [2019-07-19T20:11:37.088Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:37 [2019-07-19T20:11:37.088Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:37 [2019-07-19T20:11:37.088Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' 16:11:37 [2019-07-19T20:11:37.088Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' 16:11:37 [2019-07-19T20:11:37.088Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok' 16:11:37 [2019-07-19T20:11:37.088Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH' 16:11:37 [2019-07-19T20:11:37.088Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:37 [2019-07-19T20:11:37.088Z] DEBUG - Clicking on &Ok 16:11:37 [2019-07-19T20:11:37.088Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=199001170 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:37 [2019-07-19T20:11:37.088Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=199001170 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:37 [2019-07-19T20:11:37.088Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=199001170 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:37 [2019-07-19T20:11:37.088Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=199001170 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:37 [2019-07-19T20:11:37.088Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=199001170 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:37 [2019-07-19T20:11:37.088Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=199001170 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:37 [2019-07-19T20:11:37.088Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=199001170 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:37 [2019-07-19T20:11:37.088Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Enable Event (default channel)...} time=199000740 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Enable Event (default channel)...' 16:11:37 [2019-07-19T20:11:37.345Z] DEBUG - Clicked on 16:11:37 [2019-07-19T20:11:37.345Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:37 [2019-07-19T20:11:37.345Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:37 [2019-07-19T20:11:37.345Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. 16:11:37 [2019-07-19T20:11:37.345Z] WARN - Tree item Tree node with text: Kernel is already expanded. Won't expand it again. 16:11:37 [2019-07-19T20:11:37.345Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {channel0} time=199001458 data=null doit=true} to Tree node with text: channel0 16:11:37 [2019-07-19T20:11:37.345Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {channel0} time=199001458 data=null} to Tree node with text: channel0 16:11:37 [2019-07-19T20:11:37.345Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {channel0} time=199001459 data=null button=1 stateMask=0x0 x=143 y=113 count=1} to Tree node with text: channel0 16:11:37 [2019-07-19T20:11:37.345Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=199001459 data=null item=TreeItem {channel0} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Tree node with text: channel0 16:11:37 [2019-07-19T20:11:37.345Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {channel0} time=199001461 data=null button=1 stateMask=0x80000 x=143 y=113 count=1} to Tree node with text: channel0 16:11:37 [2019-07-19T20:11:37.345Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:37 [2019-07-19T20:11:37.345Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:37 [2019-07-19T20:11:37.345Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. 16:11:37 [2019-07-19T20:11:37.345Z] WARN - Tree item Tree node with text: Kernel is already expanded. Won't expand it again. 16:11:37 [2019-07-19T20:11:37.345Z] WARN - Tree item Tree node with text: channel0 is already expanded. Won't expand it again. 16:11:37 [2019-07-19T20:11:37.345Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:37 [2019-07-19T20:11:37.345Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:37 [2019-07-19T20:11:37.345Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:37 [2019-07-19T20:11:37.345Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=199001469 data=null button=0 stateMask=0x0 x=112 y=71 count=0} to Tree node with text: mysession 16:11:37 [2019-07-19T20:11:37.345Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=199001469 data=null doit=true} to Tree node with text: mysession 16:11:37 [2019-07-19T20:11:37.345Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=199001469 data=null} to Tree node with text: mysession 16:11:37 [2019-07-19T20:11:37.345Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=199001469 data=null button=1 stateMask=0x0 x=112 y=71 count=1} to Tree node with text: mysession 16:11:37 [2019-07-19T20:11:37.345Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199001470 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:11:37 [2019-07-19T20:11:37.345Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=199001472 data=null button=1 stateMask=0x80000 x=112 y=71 count=1} to Tree node with text: mysession 16:11:37 [2019-07-19T20:11:37.345Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:37 [2019-07-19T20:11:37.345Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=199001473 data=null button=0 stateMask=0x0 x=112 y=71 count=0} to Tree node with text: mysession 16:11:37 [2019-07-19T20:11:37.345Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=199001473 data=null doit=true} to Tree node with text: mysession 16:11:37 [2019-07-19T20:11:37.345Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=199001473 data=null} to Tree node with text: mysession 16:11:37 [2019-07-19T20:11:37.345Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=199001473 data=null button=1 stateMask=0x0 x=112 y=71 count=1} to Tree node with text: mysession 16:11:37 [2019-07-19T20:11:37.345Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199001473 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:11:37 [2019-07-19T20:11:37.345Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=199001474 data=null button=1 stateMask=0x80000 x=112 y=71 count=1} to Tree node with text: mysession 16:11:37 [2019-07-19T20:11:37.603Z] DEBUG - matched MenuItem with text "Start", using matcher: with mnemonic 'Start' 16:11:37 [2019-07-19T20:11:37.603Z] DEBUG - Clicking on with mnemonic 'Start' 16:11:37 [2019-07-19T20:11:37.603Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Start} time=199001627 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Start' 16:11:37 [2019-07-19T20:11:37.603Z] DEBUG - Clicked on with mnemonic 'Start' 16:11:37 [2019-07-19T20:11:37.603Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:37 [2019-07-19T20:11:37.603Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:37 [2019-07-19T20:11:37.603Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:37 [2019-07-19T20:11:37.603Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=199001731 data=null button=0 stateMask=0x0 x=112 y=71 count=0} to Tree node with text: mysession 16:11:37 [2019-07-19T20:11:37.603Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=199001731 data=null doit=true} to Tree node with text: mysession 16:11:37 [2019-07-19T20:11:37.603Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=199001731 data=null} to Tree node with text: mysession 16:11:37 [2019-07-19T20:11:37.603Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=199001731 data=null button=1 stateMask=0x0 x=112 y=71 count=1} to Tree node with text: mysession 16:11:37 [2019-07-19T20:11:37.603Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199001731 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:11:37 [2019-07-19T20:11:37.603Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=199001734 data=null button=1 stateMask=0x80000 x=112 y=71 count=1} to Tree node with text: mysession 16:11:37 [2019-07-19T20:11:37.603Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:37 [2019-07-19T20:11:37.603Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=199001734 data=null button=0 stateMask=0x0 x=112 y=71 count=0} to Tree node with text: mysession 16:11:37 [2019-07-19T20:11:37.603Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=199001735 data=null doit=true} to Tree node with text: mysession 16:11:37 [2019-07-19T20:11:37.603Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=199001735 data=null} to Tree node with text: mysession 16:11:37 [2019-07-19T20:11:37.603Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=199001735 data=null button=1 stateMask=0x0 x=112 y=71 count=1} to Tree node with text: mysession 16:11:37 [2019-07-19T20:11:37.603Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199001735 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:11:37 [2019-07-19T20:11:37.603Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=199001737 data=null button=1 stateMask=0x80000 x=112 y=71 count=1} to Tree node with text: mysession 16:11:37 [2019-07-19T20:11:37.861Z] DEBUG - matched MenuItem with text "Stop", using matcher: with mnemonic 'Stop' 16:11:37 [2019-07-19T20:11:37.861Z] DEBUG - Clicking on with mnemonic 'Stop' 16:11:37 [2019-07-19T20:11:37.861Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Stop} time=199001853 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Stop' 16:11:37 [2019-07-19T20:11:37.861Z] DEBUG - Clicked on with mnemonic 'Stop' 16:11:37 [2019-07-19T20:11:37.861Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:37 [2019-07-19T20:11:37.861Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:37 [2019-07-19T20:11:37.861Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:37 [2019-07-19T20:11:37.861Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=199001956 data=null button=0 stateMask=0x0 x=112 y=71 count=0} to Tree node with text: mysession 16:11:37 [2019-07-19T20:11:37.861Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=199001956 data=null doit=true} to Tree node with text: mysession 16:11:37 [2019-07-19T20:11:37.861Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=199001956 data=null} to Tree node with text: mysession 16:11:37 [2019-07-19T20:11:37.861Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=199001957 data=null button=1 stateMask=0x0 x=112 y=71 count=1} to Tree node with text: mysession 16:11:37 [2019-07-19T20:11:37.861Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199001957 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:11:37 [2019-07-19T20:11:37.861Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=199001959 data=null button=1 stateMask=0x80000 x=112 y=71 count=1} to Tree node with text: mysession 16:11:37 [2019-07-19T20:11:37.861Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:37 [2019-07-19T20:11:37.861Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=199001960 data=null button=0 stateMask=0x0 x=112 y=71 count=0} to Tree node with text: mysession 16:11:37 [2019-07-19T20:11:37.861Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=199001960 data=null doit=true} to Tree node with text: mysession 16:11:37 [2019-07-19T20:11:37.861Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=199001960 data=null} to Tree node with text: mysession 16:11:37 [2019-07-19T20:11:37.861Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=199001960 data=null button=1 stateMask=0x0 x=112 y=71 count=1} to Tree node with text: mysession 16:11:37 [2019-07-19T20:11:37.861Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199001961 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:11:37 [2019-07-19T20:11:37.861Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=199001962 data=null button=1 stateMask=0x80000 x=112 y=71 count=1} to Tree node with text: mysession 16:11:37 [2019-07-19T20:11:37.861Z] DEBUG - matched MenuItem with text "Destroy Session...", using matcher: with mnemonic 'Destroy Session...' 16:11:37 [2019-07-19T20:11:37.861Z] DEBUG - Clicking on with mnemonic 'Destroy Session...' 16:11:38 [2019-07-19T20:11:38.118Z] DEBUG - Clicked on with mnemonic 'Destroy Session...' 16:11:38 [2019-07-19T20:11:38.118Z] DEBUG - matched Shell with text "Destroy Confirmation", using matcher: with text 'Destroy Confirmation' 16:11:38 [2019-07-19T20:11:38.118Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Destroy Confirmation} time=199002270 data=null doit=true} to Shell with text {Destroy Confirmation} 16:11:38 [2019-07-19T20:11:38.118Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:11:38 [2019-07-19T20:11:38.118Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:11:38 [2019-07-19T20:11:38.118Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 16:11:38 [2019-07-19T20:11:38.118Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:11:38 [2019-07-19T20:11:38.118Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:11:38 [2019-07-19T20:11:38.118Z] DEBUG - Clicking on OK 16:11:38 [2019-07-19T20:11:38.118Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=199002271 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:11:38 [2019-07-19T20:11:38.118Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=199002272 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:11:38 [2019-07-19T20:11:38.118Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=199002272 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:11:38 [2019-07-19T20:11:38.118Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=199002272 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:11:38 [2019-07-19T20:11:38.118Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=199002272 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:11:38 [2019-07-19T20:11:38.118Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=199002272 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:11:38 [2019-07-19T20:11:38.118Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=199002272 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:11:38 [2019-07-19T20:11:38.118Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Destroy Session...} time=199002059 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Destroy Session...' 16:11:38 [2019-07-19T20:11:38.375Z] DEBUG - Clicked on 16:11:38 [2019-07-19T20:11:38.375Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:38 [2019-07-19T20:11:38.375Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:38 [2019-07-19T20:11:38.375Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=199002439 data=null button=0 stateMask=0x0 x=69 y=-34 count=0} to TreeItem with text {myNode} 16:11:38 [2019-07-19T20:11:38.375Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=199002439 data=null doit=true} to TreeItem with text {myNode} 16:11:38 [2019-07-19T20:11:38.375Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=199002439 data=null} to TreeItem with text {myNode} 16:11:38 [2019-07-19T20:11:38.375Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=199002440 data=null button=1 stateMask=0x0 x=69 y=-34 count=1} to TreeItem with text {myNode} 16:11:38 [2019-07-19T20:11:38.375Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199002440 data=null item=TreeItem {myNode} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {myNode} 16:11:38 [2019-07-19T20:11:38.375Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=199002444 data=null button=1 stateMask=0x80000 x=69 y=-34 count=1} to TreeItem with text {myNode} 16:11:38 [2019-07-19T20:11:38.375Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:38 [2019-07-19T20:11:38.375Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=199002445 data=null button=0 stateMask=0x0 x=69 y=-34 count=0} to TreeItem with text {myNode} 16:11:38 [2019-07-19T20:11:38.375Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=199002445 data=null doit=true} to TreeItem with text {myNode} 16:11:38 [2019-07-19T20:11:38.375Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=199002445 data=null} to TreeItem with text {myNode} 16:11:38 [2019-07-19T20:11:38.375Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=199002445 data=null button=1 stateMask=0x0 x=69 y=-34 count=1} to TreeItem with text {myNode} 16:11:38 [2019-07-19T20:11:38.375Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199002445 data=null item=TreeItem {myNode} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {myNode} 16:11:38 [2019-07-19T20:11:38.375Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=199002446 data=null button=1 stateMask=0x80000 x=69 y=-34 count=1} to TreeItem with text {myNode} 16:11:38 [2019-07-19T20:11:38.375Z] DEBUG - matched MenuItem with text "Disconnect", using matcher: with mnemonic 'Disconnect' 16:11:38 [2019-07-19T20:11:38.375Z] DEBUG - Clicking on with mnemonic 'Disconnect' 16:11:38 [2019-07-19T20:11:38.375Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Disconnect} time=199002558 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Disconnect' 16:11:38 [2019-07-19T20:11:38.375Z] DEBUG - Clicked on with mnemonic 'Disconnect' 16:11:38 [2019-07-19T20:11:38.632Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.074 s - in org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests.ControlViewSpecificEventTest 16:11:38 [2019-07-19T20:11:38.632Z] testTraceSessionTree(org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests.ControlViewSpecificEventTest) Time elapsed: 7.524 s 16:11:38 [2019-07-19T20:11:38.632Z] Running org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests.ControlViewTest 16:11:39 [2019-07-19T20:11:39.562Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.internal.lttng2.ui.views.control"' 16:11:39 [2019-07-19T20:11:39.562Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:11:39 [2019-07-19T20:11:39.562Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:11:39 [2019-07-19T20:11:39.562Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:39 [2019-07-19T20:11:39.562Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=199003463 data=null button=0 stateMask=0x0 x=69 y=11 count=0} to TreeItem with text {myNode} 16:11:39 [2019-07-19T20:11:39.562Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=199003463 data=null doit=true} to TreeItem with text {myNode} 16:11:39 [2019-07-19T20:11:39.562Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=199003463 data=null} to TreeItem with text {myNode} 16:11:39 [2019-07-19T20:11:39.562Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=199003463 data=null button=1 stateMask=0x0 x=69 y=11 count=1} to TreeItem with text {myNode} 16:11:39 [2019-07-19T20:11:39.562Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199003470 data=null item=TreeItem {myNode} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {myNode} 16:11:39 [2019-07-19T20:11:39.562Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=199003473 data=null button=1 stateMask=0x80000 x=69 y=11 count=1} to TreeItem with text {myNode} 16:11:39 [2019-07-19T20:11:39.562Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:39 [2019-07-19T20:11:39.562Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=199003474 data=null button=0 stateMask=0x0 x=69 y=11 count=0} to TreeItem with text {myNode} 16:11:39 [2019-07-19T20:11:39.562Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=199003474 data=null doit=true} to TreeItem with text {myNode} 16:11:39 [2019-07-19T20:11:39.562Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=199003474 data=null} to TreeItem with text {myNode} 16:11:39 [2019-07-19T20:11:39.562Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=199003474 data=null button=1 stateMask=0x0 x=69 y=11 count=1} to TreeItem with text {myNode} 16:11:39 [2019-07-19T20:11:39.562Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199003475 data=null item=TreeItem {myNode} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {myNode} 16:11:39 [2019-07-19T20:11:39.562Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=199003476 data=null button=1 stateMask=0x80000 x=69 y=11 count=1} to TreeItem with text {myNode} 16:11:39 [2019-07-19T20:11:39.562Z] DEBUG - matched MenuItem with text "Connect", using matcher: with mnemonic 'Connect' 16:11:39 [2019-07-19T20:11:39.562Z] DEBUG - Clicking on with mnemonic 'Connect' 16:11:39 [2019-07-19T20:11:39.562Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Connect} time=199003639 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Connect' 16:11:39 [2019-07-19T20:11:39.562Z] DEBUG - Clicked on with mnemonic 'Connect' 16:11:40 [2019-07-19T20:11:40.126Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:40 [2019-07-19T20:11:40.126Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Sessions} time=199004159 data=null button=0 stateMask=0x0 x=89 y=137 count=0} to Tree node with text: Sessions 16:11:40 [2019-07-19T20:11:40.126Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Sessions} time=199004159 data=null doit=true} to Tree node with text: Sessions 16:11:40 [2019-07-19T20:11:40.126Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Sessions} time=199004159 data=null} to Tree node with text: Sessions 16:11:40 [2019-07-19T20:11:40.126Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Sessions} time=199004160 data=null button=1 stateMask=0x0 x=89 y=137 count=1} to Tree node with text: Sessions 16:11:40 [2019-07-19T20:11:40.126Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199004160 data=null item=TreeItem {Sessions} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: Sessions 16:11:40 [2019-07-19T20:11:40.126Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Sessions} time=199004162 data=null button=1 stateMask=0x80000 x=89 y=137 count=1} to Tree node with text: Sessions 16:11:40 [2019-07-19T20:11:40.126Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:40 [2019-07-19T20:11:40.126Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Sessions} time=199004163 data=null button=0 stateMask=0x0 x=89 y=137 count=0} to Tree node with text: Sessions 16:11:40 [2019-07-19T20:11:40.126Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Sessions} time=199004169 data=null doit=true} to Tree node with text: Sessions 16:11:40 [2019-07-19T20:11:40.126Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Sessions} time=199004170 data=null} to Tree node with text: Sessions 16:11:40 [2019-07-19T20:11:40.126Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Sessions} time=199004170 data=null button=1 stateMask=0x0 x=89 y=127 count=1} to Tree node with text: Sessions 16:11:40 [2019-07-19T20:11:40.126Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199004170 data=null item=TreeItem {Sessions} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: Sessions 16:11:40 [2019-07-19T20:11:40.126Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Sessions} time=199004172 data=null button=1 stateMask=0x80000 x=89 y=127 count=1} to Tree node with text: Sessions 16:11:40 [2019-07-19T20:11:40.126Z] DEBUG - matched MenuItem with text "Create Session...", using matcher: with mnemonic 'Create Session...' 16:11:40 [2019-07-19T20:11:40.126Z] DEBUG - Clicking on with mnemonic 'Create Session...' 16:11:40 [2019-07-19T20:11:40.383Z] DEBUG - Clicked on with mnemonic 'Create Session...' 16:11:40 [2019-07-19T20:11:40.383Z] DEBUG - matched Shell with text "Create Session", using matcher: with text 'Create Session' 16:11:40 [2019-07-19T20:11:40.383Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Create Session} time=199004561 data=null doit=true} to Shell with text {Create Session} 16:11:40 [2019-07-19T20:11:40.383Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 16:11:40 [2019-07-19T20:11:40.383Z] DEBUG - matched Label with text "Session Name", using matcher: with mnemonic 'Session Name' 16:11:40 [2019-07-19T20:11:40.383Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Session Name') 16:11:40 [2019-07-19T20:11:40.383Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Session Name')) 16:11:40 [2019-07-19T20:11:40.383Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 16:11:40 [2019-07-19T20:11:40.383Z] DEBUG - matched Label with text "Session Name", using matcher: with mnemonic 'Session Name' 16:11:40 [2019-07-19T20:11:40.383Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Session Name') 16:11:40 [2019-07-19T20:11:40.383Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Session Name')) 16:11:40 [2019-07-19T20:11:40.383Z] DEBUG - matched Text with text " 16:11:40 [2019-07-19T20:11:40.383Z] ", using matcher: of type 'Text' 16:11:40 [2019-07-19T20:11:40.383Z] DEBUG - matched Label with text "Session Name", using matcher: with mnemonic 'Session Name' 16:11:40 [2019-07-19T20:11:40.383Z] DEBUG - matched Text with text " 16:11:40 [2019-07-19T20:11:40.383Z] ", using matcher: with label (with mnemonic 'Session Name') 16:11:40 [2019-07-19T20:11:40.383Z] DEBUG - matched Text with text " 16:11:40 [2019-07-19T20:11:40.383Z] ", using matcher: (of type 'Text' and with label (with mnemonic 'Session Name')) 16:11:40 [2019-07-19T20:11:40.383Z] DEBUG - matched Button with text "Normal Mode", using matcher: of type 'Button' 16:11:40 [2019-07-19T20:11:40.383Z] DEBUG - matched Button with text "Snapshot Mode", using matcher: of type 'Button' 16:11:40 [2019-07-19T20:11:40.383Z] DEBUG - matched Button with text "Advanced >>>", using matcher: of type 'Button' 16:11:40 [2019-07-19T20:11:40.383Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' 16:11:40 [2019-07-19T20:11:40.383Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' 16:11:40 [2019-07-19T20:11:40.383Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok' 16:11:40 [2019-07-19T20:11:40.383Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH' 16:11:40 [2019-07-19T20:11:40.383Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:40 [2019-07-19T20:11:40.383Z] DEBUG - Clicking on &Ok 16:11:40 [2019-07-19T20:11:40.383Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=199004566 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:40 [2019-07-19T20:11:40.383Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=199004566 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:40 [2019-07-19T20:11:40.383Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=199004566 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:40 [2019-07-19T20:11:40.383Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=199004566 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:40 [2019-07-19T20:11:40.383Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=199004566 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:40 [2019-07-19T20:11:40.383Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=199004566 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:40 [2019-07-19T20:11:40.641Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=199004566 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:40 [2019-07-19T20:11:40.641Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Create Session...} time=199004274 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Create Session...' 16:11:40 [2019-07-19T20:11:40.641Z] DEBUG - Clicked on 16:11:40 [2019-07-19T20:11:40.641Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Sessions} time=199004757 data=null doit=true} to Tree node with text: Sessions 16:11:40 [2019-07-19T20:11:40.641Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Sessions} time=199004757 data=null} to Tree node with text: Sessions 16:11:40 [2019-07-19T20:11:40.641Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Sessions} time=199004757 data=null button=1 stateMask=0x0 x=73 y=92 count=1} to Tree node with text: Sessions 16:11:40 [2019-07-19T20:11:40.641Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=199004758 data=null item=TreeItem {Sessions} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Tree node with text: Sessions 16:11:40 [2019-07-19T20:11:40.641Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Sessions} time=199004759 data=null button=1 stateMask=0x80000 x=73 y=92 count=1} to Tree node with text: Sessions 16:11:40 [2019-07-19T20:11:40.641Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:40 [2019-07-19T20:11:40.641Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:40 [2019-07-19T20:11:40.641Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:40 [2019-07-19T20:11:40.641Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:40 [2019-07-19T20:11:40.641Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:40 [2019-07-19T20:11:40.641Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=199004771 data=null button=0 stateMask=0x0 x=112 y=113 count=0} to Tree node with text: mysession 16:11:40 [2019-07-19T20:11:40.641Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=199004772 data=null doit=true} to Tree node with text: mysession 16:11:40 [2019-07-19T20:11:40.641Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=199004772 data=null} to Tree node with text: mysession 16:11:40 [2019-07-19T20:11:40.641Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=199004772 data=null button=1 stateMask=0x0 x=112 y=113 count=1} to Tree node with text: mysession 16:11:40 [2019-07-19T20:11:40.641Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199004772 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:11:40 [2019-07-19T20:11:40.641Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=199004837 data=null button=1 stateMask=0x80000 x=112 y=98 count=1} to Tree node with text: mysession 16:11:40 [2019-07-19T20:11:40.641Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:40 [2019-07-19T20:11:40.641Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=199004838 data=null button=0 stateMask=0x0 x=112 y=98 count=0} to Tree node with text: mysession 16:11:40 [2019-07-19T20:11:40.641Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=199004839 data=null doit=true} to Tree node with text: mysession 16:11:40 [2019-07-19T20:11:40.641Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=199004839 data=null} to Tree node with text: mysession 16:11:40 [2019-07-19T20:11:40.641Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=199004839 data=null button=1 stateMask=0x0 x=112 y=98 count=1} to Tree node with text: mysession 16:11:40 [2019-07-19T20:11:40.641Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199004839 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:11:40 [2019-07-19T20:11:40.641Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=199004841 data=null button=1 stateMask=0x80000 x=112 y=98 count=1} to Tree node with text: mysession 16:11:40 [2019-07-19T20:11:40.900Z] DEBUG - matched MenuItem with text "Enable Event (defaul...", using matcher: with mnemonic 'Enable Event (default channel)...' 16:11:40 [2019-07-19T20:11:40.900Z] DEBUG - Clicking on with mnemonic 'Enable Event (default channel)...' 16:11:41 [2019-07-19T20:11:41.182Z] DEBUG - Clicked on with mnemonic 'Enable Event (default channel)...' 16:11:41 [2019-07-19T20:11:41.182Z] DEBUG - matched Shell with text "Enable Events", using matcher: with text 'Enable Events' 16:11:41 [2019-07-19T20:11:41.182Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Enable Events} time=199005295 data=null doit=true} to Shell with text {Enable Events} 16:11:41 [2019-07-19T20:11:41.182Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' 16:11:41 [2019-07-19T20:11:41.182Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' 16:11:41 [2019-07-19T20:11:41.182Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' 16:11:41 [2019-07-19T20:11:41.182Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' 16:11:41 [2019-07-19T20:11:41.182Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' 16:11:41 [2019-07-19T20:11:41.182Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:41 [2019-07-19T20:11:41.182Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' 16:11:41 [2019-07-19T20:11:41.182Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:41 [2019-07-19T20:11:41.182Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' 16:11:41 [2019-07-19T20:11:41.182Z] DEBUG - matched Group with text "Tracepoint Events", using matcher: with mnemonic 'Tracepoint Events' 16:11:41 [2019-07-19T20:11:41.182Z] DEBUG - matched Button with text "Select", using matcher: in group (with mnemonic 'Tracepoint Events') 16:11:41 [2019-07-19T20:11:41.182Z] DEBUG - matched Button with text "Select", using matcher: with style 'SWT.RADIO' 16:11:41 [2019-07-19T20:11:41.182Z] DEBUG - matched Button with text "Select", using matcher: (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO') 16:11:41 [2019-07-19T20:11:41.182Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:41 [2019-07-19T20:11:41.182Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' 16:11:41 [2019-07-19T20:11:41.182Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:41 [2019-07-19T20:11:41.182Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' 16:11:41 [2019-07-19T20:11:41.182Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:41 [2019-07-19T20:11:41.182Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' 16:11:41 [2019-07-19T20:11:41.182Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' 16:11:41 [2019-07-19T20:11:41.182Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' 16:11:41 [2019-07-19T20:11:41.182Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO') 16:11:41 [2019-07-19T20:11:41.182Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO') 16:11:41 [2019-07-19T20:11:41.182Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Select} time=199005339 data=null doit=true} to (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO') 16:11:41 [2019-07-19T20:11:41.182Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Select} time=199005339 data=null button=1 stateMask=0x0 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO') 16:11:41 [2019-07-19T20:11:41.182Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Select} time=199005339 data=null button=1 stateMask=0x80000 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO') 16:11:41 [2019-07-19T20:11:41.182Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Select} time=199005339 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO') 16:11:41 [2019-07-19T20:11:41.182Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO') 16:11:41 [2019-07-19T20:11:41.182Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:11:41 [2019-07-19T20:11:41.182Z] DEBUG - matched Group with text "Tracepoint Events", using matcher: with mnemonic 'Tracepoint Events' 16:11:41 [2019-07-19T20:11:41.182Z] DEBUG - matched Tree with text "", using matcher: in group (with mnemonic 'Tracepoint Events') 16:11:41 [2019-07-19T20:11:41.182Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree' and in group (with mnemonic 'Tracepoint Events')) 16:11:41 [2019-07-19T20:11:41.182Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:11:41 [2019-07-19T20:11:41.182Z] DEBUG - Setting state to checked on: All 16:11:41 [2019-07-19T20:11:41.182Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' 16:11:41 [2019-07-19T20:11:41.182Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' 16:11:41 [2019-07-19T20:11:41.183Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' 16:11:41 [2019-07-19T20:11:41.183Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' 16:11:41 [2019-07-19T20:11:41.183Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' 16:11:41 [2019-07-19T20:11:41.183Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:41 [2019-07-19T20:11:41.183Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:41 [2019-07-19T20:11:41.183Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:41 [2019-07-19T20:11:41.183Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:41 [2019-07-19T20:11:41.183Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:41 [2019-07-19T20:11:41.183Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' 16:11:41 [2019-07-19T20:11:41.183Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' 16:11:41 [2019-07-19T20:11:41.183Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok' 16:11:41 [2019-07-19T20:11:41.183Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH' 16:11:41 [2019-07-19T20:11:41.183Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:41 [2019-07-19T20:11:41.183Z] DEBUG - Clicking on &Ok 16:11:41 [2019-07-19T20:11:41.183Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=199005382 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:41 [2019-07-19T20:11:41.183Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=199005383 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:41 [2019-07-19T20:11:41.183Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=199005383 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:41 [2019-07-19T20:11:41.183Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=199005383 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:41 [2019-07-19T20:11:41.183Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=199005383 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:41 [2019-07-19T20:11:41.183Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=199005383 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:41 [2019-07-19T20:11:41.183Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=199005383 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:41 [2019-07-19T20:11:41.183Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Enable Event (default channel)...} time=199004966 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Enable Event (default channel)...' 16:11:41 [2019-07-19T20:11:41.440Z] DEBUG - Clicked on 16:11:41 [2019-07-19T20:11:41.440Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:41 [2019-07-19T20:11:41.440Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:41 [2019-07-19T20:11:41.440Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. 16:11:41 [2019-07-19T20:11:41.440Z] WARN - Tree item Tree node with text: Kernel is already expanded. Won't expand it again. 16:11:41 [2019-07-19T20:11:41.440Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:41 [2019-07-19T20:11:41.440Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:41 [2019-07-19T20:11:41.440Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. 16:11:41 [2019-07-19T20:11:41.440Z] WARN - Tree item Tree node with text: Kernel is already expanded. Won't expand it again. 16:11:41 [2019-07-19T20:11:41.440Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {channel0} time=199005553 data=null doit=true} to Tree node with text: channel0 16:11:41 [2019-07-19T20:11:41.440Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {channel0} time=199005553 data=null} to Tree node with text: channel0 16:11:41 [2019-07-19T20:11:41.440Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {channel0} time=199005554 data=null button=1 stateMask=0x0 x=127 y=92 count=1} to Tree node with text: channel0 16:11:41 [2019-07-19T20:11:41.440Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=199005564 data=null item=TreeItem {channel0} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Tree node with text: channel0 16:11:41 [2019-07-19T20:11:41.440Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {channel0} time=199005565 data=null button=1 stateMask=0x80000 x=143 y=92 count=1} to Tree node with text: channel0 16:11:41 [2019-07-19T20:11:41.440Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:41 [2019-07-19T20:11:41.440Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:41 [2019-07-19T20:11:41.440Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. 16:11:41 [2019-07-19T20:11:41.440Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:41 [2019-07-19T20:11:41.440Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:41 [2019-07-19T20:11:41.440Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:41 [2019-07-19T20:11:41.440Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=199005568 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession 16:11:41 [2019-07-19T20:11:41.440Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=199005568 data=null doit=true} to Tree node with text: mysession 16:11:41 [2019-07-19T20:11:41.440Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=199005568 data=null} to Tree node with text: mysession 16:11:41 [2019-07-19T20:11:41.440Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=199005569 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession 16:11:41 [2019-07-19T20:11:41.440Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199005569 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:11:41 [2019-07-19T20:11:41.440Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=199005580 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession 16:11:41 [2019-07-19T20:11:41.440Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:41 [2019-07-19T20:11:41.440Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=199005581 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession 16:11:41 [2019-07-19T20:11:41.440Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=199005581 data=null doit=true} to Tree node with text: mysession 16:11:41 [2019-07-19T20:11:41.440Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=199005581 data=null} to Tree node with text: mysession 16:11:41 [2019-07-19T20:11:41.440Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=199005581 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession 16:11:41 [2019-07-19T20:11:41.440Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199005582 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:11:41 [2019-07-19T20:11:41.440Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=199005583 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession 16:11:41 [2019-07-19T20:11:41.440Z] DEBUG - matched MenuItem with text "Enable Event (defaul...", using matcher: with mnemonic 'Enable Event (default channel)...' 16:11:41 [2019-07-19T20:11:41.440Z] DEBUG - Clicking on with mnemonic 'Enable Event (default channel)...' 16:11:42 [2019-07-19T20:11:42.004Z] DEBUG - Clicked on with mnemonic 'Enable Event (default channel)...' 16:11:42 [2019-07-19T20:11:42.004Z] DEBUG - matched Shell with text "Enable Events", using matcher: with text 'Enable Events' 16:11:42 [2019-07-19T20:11:42.004Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Enable Events} time=199006055 data=null doit=true} to Shell with text {Enable Events} 16:11:42 [2019-07-19T20:11:42.004Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' 16:11:42 [2019-07-19T20:11:42.004Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' 16:11:42 [2019-07-19T20:11:42.004Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' 16:11:42 [2019-07-19T20:11:42.004Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' 16:11:42 [2019-07-19T20:11:42.004Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' 16:11:42 [2019-07-19T20:11:42.004Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:42 [2019-07-19T20:11:42.004Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' 16:11:42 [2019-07-19T20:11:42.004Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:42 [2019-07-19T20:11:42.004Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' 16:11:42 [2019-07-19T20:11:42.004Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:42 [2019-07-19T20:11:42.004Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' 16:11:42 [2019-07-19T20:11:42.004Z] DEBUG - matched Group with text "Syscall Events", using matcher: with mnemonic 'Syscall Events' 16:11:42 [2019-07-19T20:11:42.004Z] DEBUG - matched Button with text "Select", using matcher: in group (with mnemonic 'Syscall Events') 16:11:42 [2019-07-19T20:11:42.004Z] DEBUG - matched Button with text "Select", using matcher: with style 'SWT.RADIO' 16:11:42 [2019-07-19T20:11:42.004Z] DEBUG - matched Button with text "Select", using matcher: (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Syscall Events') and with style 'SWT.RADIO') 16:11:42 [2019-07-19T20:11:42.004Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:42 [2019-07-19T20:11:42.004Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' 16:11:42 [2019-07-19T20:11:42.004Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:42 [2019-07-19T20:11:42.004Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' 16:11:42 [2019-07-19T20:11:42.004Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' 16:11:42 [2019-07-19T20:11:42.004Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' 16:11:42 [2019-07-19T20:11:42.004Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Syscall Events') and with style 'SWT.RADIO') 16:11:42 [2019-07-19T20:11:42.004Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Syscall Events') and with style 'SWT.RADIO') 16:11:42 [2019-07-19T20:11:42.004Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Select} time=199006059 data=null doit=true} to (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Syscall Events') and with style 'SWT.RADIO') 16:11:42 [2019-07-19T20:11:42.004Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Select} time=199006059 data=null button=1 stateMask=0x0 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Syscall Events') and with style 'SWT.RADIO') 16:11:42 [2019-07-19T20:11:42.004Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Select} time=199006060 data=null button=1 stateMask=0x80000 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Syscall Events') and with style 'SWT.RADIO') 16:11:42 [2019-07-19T20:11:42.004Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Select} time=199006060 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Syscall Events') and with style 'SWT.RADIO') 16:11:42 [2019-07-19T20:11:42.004Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Syscall Events') and with style 'SWT.RADIO') 16:11:42 [2019-07-19T20:11:42.004Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:11:42 [2019-07-19T20:11:42.004Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:11:42 [2019-07-19T20:11:42.004Z] DEBUG - matched Group with text "Syscall Events", using matcher: with mnemonic 'Syscall Events' 16:11:42 [2019-07-19T20:11:42.004Z] DEBUG - matched Tree with text "", using matcher: in group (with mnemonic 'Syscall Events') 16:11:42 [2019-07-19T20:11:42.004Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree' and in group (with mnemonic 'Syscall Events')) 16:11:42 [2019-07-19T20:11:42.004Z] DEBUG - Setting state to checked on: All 16:11:42 [2019-07-19T20:11:42.004Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' 16:11:42 [2019-07-19T20:11:42.004Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' 16:11:42 [2019-07-19T20:11:42.004Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' 16:11:42 [2019-07-19T20:11:42.004Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' 16:11:42 [2019-07-19T20:11:42.004Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' 16:11:42 [2019-07-19T20:11:42.004Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:42 [2019-07-19T20:11:42.004Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:42 [2019-07-19T20:11:42.004Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:42 [2019-07-19T20:11:42.004Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:42 [2019-07-19T20:11:42.004Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:42 [2019-07-19T20:11:42.004Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' 16:11:42 [2019-07-19T20:11:42.004Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' 16:11:42 [2019-07-19T20:11:42.004Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok' 16:11:42 [2019-07-19T20:11:42.004Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH' 16:11:42 [2019-07-19T20:11:42.004Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:42 [2019-07-19T20:11:42.004Z] DEBUG - Clicking on &Ok 16:11:42 [2019-07-19T20:11:42.004Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=199006140 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:42 [2019-07-19T20:11:42.004Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=199006140 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:42 [2019-07-19T20:11:42.004Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=199006140 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:42 [2019-07-19T20:11:42.004Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=199006140 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:42 [2019-07-19T20:11:42.004Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=199006141 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:42 [2019-07-19T20:11:42.004Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=199006141 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:42 [2019-07-19T20:11:42.004Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=199006141 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:42 [2019-07-19T20:11:42.004Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Enable Event (default channel)...} time=199005686 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Enable Event (default channel)...' 16:11:42 [2019-07-19T20:11:42.263Z] DEBUG - Clicked on 16:11:42 [2019-07-19T20:11:42.263Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:42 [2019-07-19T20:11:42.263Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:42 [2019-07-19T20:11:42.263Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. 16:11:42 [2019-07-19T20:11:42.263Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:42 [2019-07-19T20:11:42.263Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:42 [2019-07-19T20:11:42.263Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. 16:11:42 [2019-07-19T20:11:42.263Z] WARN - Tree item Tree node with text: Kernel is already expanded. Won't expand it again. 16:11:42 [2019-07-19T20:11:42.263Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:42 [2019-07-19T20:11:42.263Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:42 [2019-07-19T20:11:42.263Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. 16:11:42 [2019-07-19T20:11:42.263Z] WARN - Tree item Tree node with text: Kernel is already expanded. Won't expand it again. 16:11:42 [2019-07-19T20:11:42.263Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {channel0} time=199006436 data=null doit=true} to Tree node with text: channel0 16:11:42 [2019-07-19T20:11:42.263Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {channel0} time=199006437 data=null} to Tree node with text: channel0 16:11:42 [2019-07-19T20:11:42.263Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {channel0} time=199006437 data=null button=1 stateMask=0x0 x=143 y=92 count=1} to Tree node with text: channel0 16:11:42 [2019-07-19T20:11:42.263Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=199006437 data=null item=TreeItem {channel0} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Tree node with text: channel0 16:11:42 [2019-07-19T20:11:42.263Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {channel0} time=199006439 data=null button=1 stateMask=0x80000 x=143 y=92 count=1} to Tree node with text: channel0 16:11:42 [2019-07-19T20:11:42.263Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:42 [2019-07-19T20:11:42.263Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=199006439 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession 16:11:42 [2019-07-19T20:11:42.263Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=199006440 data=null doit=true} to Tree node with text: mysession 16:11:42 [2019-07-19T20:11:42.263Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=199006440 data=null} to Tree node with text: mysession 16:11:42 [2019-07-19T20:11:42.263Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=199006440 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession 16:11:42 [2019-07-19T20:11:42.263Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199006440 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:11:42 [2019-07-19T20:11:42.263Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=199006442 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession 16:11:42 [2019-07-19T20:11:42.263Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:42 [2019-07-19T20:11:42.263Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=199006443 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession 16:11:42 [2019-07-19T20:11:42.263Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=199006443 data=null doit=true} to Tree node with text: mysession 16:11:42 [2019-07-19T20:11:42.263Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=199006443 data=null} to Tree node with text: mysession 16:11:42 [2019-07-19T20:11:42.263Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=199006444 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession 16:11:42 [2019-07-19T20:11:42.263Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199006444 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:11:42 [2019-07-19T20:11:42.263Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=199006445 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession 16:11:42 [2019-07-19T20:11:42.520Z] DEBUG - matched MenuItem with text "Enable Event (defaul...", using matcher: with mnemonic 'Enable Event (default channel)...' 16:11:42 [2019-07-19T20:11:42.520Z] DEBUG - Clicking on with mnemonic 'Enable Event (default channel)...' 16:11:42 [2019-07-19T20:11:42.777Z] DEBUG - Clicked on with mnemonic 'Enable Event (default channel)...' 16:11:42 [2019-07-19T20:11:42.777Z] DEBUG - matched Shell with text "Enable Events", using matcher: with text 'Enable Events' 16:11:42 [2019-07-19T20:11:42.777Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Enable Events} time=199006861 data=null doit=true} to Shell with text {Enable Events} 16:11:42 [2019-07-19T20:11:42.777Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' 16:11:42 [2019-07-19T20:11:42.777Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' 16:11:42 [2019-07-19T20:11:42.777Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' 16:11:42 [2019-07-19T20:11:42.777Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' 16:11:42 [2019-07-19T20:11:42.777Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' 16:11:42 [2019-07-19T20:11:42.777Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:42 [2019-07-19T20:11:42.777Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' 16:11:42 [2019-07-19T20:11:42.777Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:42 [2019-07-19T20:11:42.777Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' 16:11:42 [2019-07-19T20:11:42.777Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:42 [2019-07-19T20:11:42.777Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' 16:11:42 [2019-07-19T20:11:42.777Z] DEBUG - matched Group with text "Syscall Events", using matcher: with mnemonic 'Syscall Events' 16:11:42 [2019-07-19T20:11:42.777Z] DEBUG - matched Button with text "Select", using matcher: in group (with mnemonic 'Syscall Events') 16:11:42 [2019-07-19T20:11:42.777Z] DEBUG - matched Button with text "Select", using matcher: with style 'SWT.RADIO' 16:11:42 [2019-07-19T20:11:42.777Z] DEBUG - matched Button with text "Select", using matcher: (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Syscall Events') and with style 'SWT.RADIO') 16:11:42 [2019-07-19T20:11:42.777Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:42 [2019-07-19T20:11:42.777Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' 16:11:42 [2019-07-19T20:11:42.777Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:42 [2019-07-19T20:11:42.777Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' 16:11:42 [2019-07-19T20:11:42.777Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' 16:11:42 [2019-07-19T20:11:42.777Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' 16:11:42 [2019-07-19T20:11:42.777Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Syscall Events') and with style 'SWT.RADIO') 16:11:42 [2019-07-19T20:11:42.777Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Syscall Events') and with style 'SWT.RADIO') 16:11:42 [2019-07-19T20:11:42.777Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Select} time=199006933 data=null doit=true} to (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Syscall Events') and with style 'SWT.RADIO') 16:11:42 [2019-07-19T20:11:42.777Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Select} time=199006934 data=null button=1 stateMask=0x0 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Syscall Events') and with style 'SWT.RADIO') 16:11:42 [2019-07-19T20:11:42.777Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Select} time=199006934 data=null button=1 stateMask=0x80000 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Syscall Events') and with style 'SWT.RADIO') 16:11:42 [2019-07-19T20:11:42.777Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Select} time=199006934 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Syscall Events') and with style 'SWT.RADIO') 16:11:42 [2019-07-19T20:11:42.777Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Syscall Events') and with style 'SWT.RADIO') 16:11:42 [2019-07-19T20:11:42.777Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:11:42 [2019-07-19T20:11:42.777Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:11:42 [2019-07-19T20:11:42.777Z] DEBUG - matched Group with text "Syscall Events", using matcher: with mnemonic 'Syscall Events' 16:11:42 [2019-07-19T20:11:42.777Z] DEBUG - matched Tree with text "", using matcher: in group (with mnemonic 'Syscall Events') 16:11:42 [2019-07-19T20:11:42.777Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree' and in group (with mnemonic 'Syscall Events')) 16:11:42 [2019-07-19T20:11:42.777Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {All} time=199006939 data=null doit=true} to TreeItem with text {All} 16:11:42 [2019-07-19T20:11:42.777Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {All} time=199006939 data=null} to TreeItem with text {All} 16:11:42 [2019-07-19T20:11:42.777Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {All} time=199006939 data=null button=1 stateMask=0x0 x=54 y=11 count=1} to TreeItem with text {All} 16:11:42 [2019-07-19T20:11:42.777Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=199006939 data=null item=TreeItem {All} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {All} 16:11:43 [2019-07-19T20:11:43.034Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {All} time=199007069 data=null button=1 stateMask=0x80000 x=54 y=11 count=1} to TreeItem with text {All} 16:11:43 [2019-07-19T20:11:43.034Z] WARN - Tree item TreeItem with text {All} is already expanded. Won't expand it again. 16:11:43 [2019-07-19T20:11:43.034Z] DEBUG - Setting state to checked on: write 16:11:43 [2019-07-19T20:11:43.034Z] WARN - Tree item TreeItem with text {All} is already expanded. Won't expand it again. 16:11:43 [2019-07-19T20:11:43.034Z] DEBUG - Setting state to checked on: read 16:11:43 [2019-07-19T20:11:43.034Z] WARN - Tree item TreeItem with text {All} is already expanded. Won't expand it again. 16:11:43 [2019-07-19T20:11:43.034Z] DEBUG - Setting state to checked on: close 16:11:43 [2019-07-19T20:11:43.034Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' 16:11:43 [2019-07-19T20:11:43.034Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' 16:11:43 [2019-07-19T20:11:43.034Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' 16:11:43 [2019-07-19T20:11:43.034Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' 16:11:43 [2019-07-19T20:11:43.034Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' 16:11:43 [2019-07-19T20:11:43.034Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:43 [2019-07-19T20:11:43.034Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:43 [2019-07-19T20:11:43.034Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:43 [2019-07-19T20:11:43.034Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:43 [2019-07-19T20:11:43.034Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:43 [2019-07-19T20:11:43.034Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' 16:11:43 [2019-07-19T20:11:43.034Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' 16:11:43 [2019-07-19T20:11:43.034Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok' 16:11:43 [2019-07-19T20:11:43.034Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH' 16:11:43 [2019-07-19T20:11:43.034Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:43 [2019-07-19T20:11:43.034Z] DEBUG - Clicking on &Ok 16:11:43 [2019-07-19T20:11:43.034Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=199007079 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:43 [2019-07-19T20:11:43.034Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=199007079 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:43 [2019-07-19T20:11:43.034Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=199007079 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:43 [2019-07-19T20:11:43.034Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=199007079 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:43 [2019-07-19T20:11:43.034Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=199007079 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:43 [2019-07-19T20:11:43.034Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=199007079 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:43 [2019-07-19T20:11:43.034Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=199007079 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:43 [2019-07-19T20:11:43.034Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Enable Event (default channel)...} time=199006559 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Enable Event (default channel)...' 16:11:43 [2019-07-19T20:11:43.291Z] DEBUG - Clicked on 16:11:43 [2019-07-19T20:11:43.291Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:43 [2019-07-19T20:11:43.291Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:43 [2019-07-19T20:11:43.291Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. 16:11:43 [2019-07-19T20:11:43.291Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:43 [2019-07-19T20:11:43.291Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:43 [2019-07-19T20:11:43.291Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. 16:11:43 [2019-07-19T20:11:43.291Z] WARN - Tree item Tree node with text: Kernel is already expanded. Won't expand it again. 16:11:43 [2019-07-19T20:11:43.291Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:43 [2019-07-19T20:11:43.291Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:43 [2019-07-19T20:11:43.291Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. 16:11:43 [2019-07-19T20:11:43.291Z] WARN - Tree item Tree node with text: Kernel is already expanded. Won't expand it again. 16:11:43 [2019-07-19T20:11:43.291Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {channel0} time=199007355 data=null doit=true} to Tree node with text: channel0 16:11:43 [2019-07-19T20:11:43.291Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {channel0} time=199007356 data=null} to Tree node with text: channel0 16:11:43 [2019-07-19T20:11:43.291Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {channel0} time=199007356 data=null button=1 stateMask=0x0 x=143 y=92 count=1} to Tree node with text: channel0 16:11:43 [2019-07-19T20:11:43.291Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=199007356 data=null item=TreeItem {channel0} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Tree node with text: channel0 16:11:43 [2019-07-19T20:11:43.291Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {channel0} time=199007358 data=null button=1 stateMask=0x80000 x=143 y=92 count=1} to Tree node with text: channel0 16:11:43 [2019-07-19T20:11:43.291Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:43 [2019-07-19T20:11:43.291Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:43 [2019-07-19T20:11:43.291Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. 16:11:43 [2019-07-19T20:11:43.291Z] WARN - Tree item Tree node with text: Kernel is already expanded. Won't expand it again. 16:11:43 [2019-07-19T20:11:43.291Z] WARN - Tree item Tree node with text: channel0 is already expanded. Won't expand it again. 16:11:43 [2019-07-19T20:11:43.291Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:43 [2019-07-19T20:11:43.291Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:43 [2019-07-19T20:11:43.291Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. 16:11:43 [2019-07-19T20:11:43.291Z] WARN - Tree item Tree node with text: Kernel is already expanded. Won't expand it again. 16:11:43 [2019-07-19T20:11:43.291Z] WARN - Tree item Tree node with text: channel0 is already expanded. Won't expand it again. 16:11:43 [2019-07-19T20:11:43.291Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:43 [2019-07-19T20:11:43.291Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:43 [2019-07-19T20:11:43.291Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:43 [2019-07-19T20:11:43.291Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=199007367 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession 16:11:43 [2019-07-19T20:11:43.291Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=199007367 data=null doit=true} to Tree node with text: mysession 16:11:43 [2019-07-19T20:11:43.291Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=199007367 data=null} to Tree node with text: mysession 16:11:43 [2019-07-19T20:11:43.291Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=199007368 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession 16:11:43 [2019-07-19T20:11:43.291Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199007368 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:11:43 [2019-07-19T20:11:43.291Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=199007370 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession 16:11:43 [2019-07-19T20:11:43.291Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:43 [2019-07-19T20:11:43.291Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=199007371 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession 16:11:43 [2019-07-19T20:11:43.291Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=199007371 data=null doit=true} to Tree node with text: mysession 16:11:43 [2019-07-19T20:11:43.291Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=199007371 data=null} to Tree node with text: mysession 16:11:43 [2019-07-19T20:11:43.291Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=199007371 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession 16:11:43 [2019-07-19T20:11:43.291Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199007372 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:11:43 [2019-07-19T20:11:43.291Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=199007373 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession 16:11:43 [2019-07-19T20:11:43.291Z] DEBUG - matched MenuItem with text "Enable Channel...", using matcher: with mnemonic 'Enable Channel...' 16:11:43 [2019-07-19T20:11:43.291Z] DEBUG - Clicking on with mnemonic 'Enable Channel...' 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - Clicked on with mnemonic 'Enable Channel...' 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - matched Shell with text "Enable Channel", using matcher: with text 'Enable Channel' 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Enable Channel} time=199007853 data=null doit=true} to Shell with text {Enable Channel} 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - matched Label with text "Channel Name", using matcher: with mnemonic 'Channel Name' 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Channel Name') 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Channel Name')) 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - matched Text with text "<Default>", using matcher: of type 'Text' 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - matched Label with text "Channel Name", using matcher: with mnemonic 'Channel Name' 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - matched Text with text "<Default>", using matcher: with label (with mnemonic 'Channel Name') 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - matched Text with text "<Default>", using matcher: (of type 'Text' and with label (with mnemonic 'Channel Name')) 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - matched Text with text "<Default>", using matcher: of type 'Text' 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - matched Label with text "Channel Name", using matcher: with mnemonic 'Channel Name' 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - matched Text with text "<Default>", using matcher: with label (with mnemonic 'Channel Name') 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - matched Text with text "<Default>", using matcher: (of type 'Text' and with label (with mnemonic 'Channel Name')) 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - matched Text with text "<Default>", using matcher: of type 'Text' 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - matched Label with text "Channel Name", using matcher: with mnemonic 'Channel Name' 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - matched Text with text "<Default>", using matcher: with label (with mnemonic 'Channel Name') 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - matched Text with text "<Default>", using matcher: (of type 'Text' and with label (with mnemonic 'Channel Name')) 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - matched Text with text "<Default>", using matcher: of type 'Text' 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - matched Label with text "Channel Name", using matcher: with mnemonic 'Channel Name' 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - matched Text with text "<Default>", using matcher: with label (with mnemonic 'Channel Name') 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - matched Text with text "<Default>", using matcher: (of type 'Text' and with label (with mnemonic 'Channel Name')) 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - matched Text with text "<Default>", using matcher: of type 'Text' 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - matched Label with text "Channel Name", using matcher: with mnemonic 'Channel Name' 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - matched Text with text "<Default>", using matcher: with label (with mnemonic 'Channel Name') 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - matched Text with text "<Default>", using matcher: (of type 'Text' and with label (with mnemonic 'Channel Name')) 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - matched Text with text "<Default>", using matcher: of type 'Text' 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - matched Label with text "Channel Name", using matcher: with mnemonic 'Channel Name' 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - matched Text with text "<Default>", using matcher: with label (with mnemonic 'Channel Name') 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - matched Text with text "<Default>", using matcher: (of type 'Text' and with label (with mnemonic 'Channel Name')) 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - matched Button with text "Configure metadata c...", using matcher: of type 'Button' 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - matched Button with text "Discard", using matcher: of type 'Button' 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - matched Button with text "Overwrite", using matcher: of type 'Button' 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - matched Button with text "UST", using matcher: with mnemonic 'UST' 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - matched Group with text "Domain", using matcher: with mnemonic 'Domain' 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - matched Button with text "UST", using matcher: in group (with mnemonic 'Domain') 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - matched Button with text "UST", using matcher: with style 'SWT.RADIO' 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - matched Button with text "UST", using matcher: (of type 'Button' and with mnemonic 'UST' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - matched Button with text "Global shared buffer...", using matcher: of type 'Button' 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - matched Button with text "Per PID buffers", using matcher: of type 'Button' 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - matched Button with text "Per UID buffers", using matcher: of type 'Button' 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - matched Button with text "&Default", using matcher: of type 'Button' 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'UST' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Kernel} time=199007859 data=null doit=true} to Button with text {Kernel} 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Kernel} time=199007859 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Button with text {Kernel} 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'UST' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {UST} time=199007860 data=null doit=true} to (of type 'Button' and with mnemonic 'UST' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {UST} time=199007860 data=null button=1 stateMask=0x0 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'UST' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {UST} time=199007860 data=null button=1 stateMask=0x80000 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'UST' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {UST} time=199007860 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'UST' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'UST' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - matched Button with text "Configure metadata c...", using matcher: of type 'Button' 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - matched Button with text "Discard", using matcher: of type 'Button' 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - matched Button with text "Overwrite", using matcher: of type 'Button' 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - matched Button with text "Global shared buffer...", using matcher: of type 'Button' 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - matched Button with text "Per PID buffers", using matcher: of type 'Button' 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - matched Button with text "Per UID buffers", using matcher: of type 'Button' 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - matched Button with text "Per UID buffers", using matcher: with mnemonic 'Per UID buffers' 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - matched Group with text "Buffer Type", using matcher: with mnemonic 'Buffer Type' 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - matched Button with text "Per UID buffers", using matcher: in group (with mnemonic 'Buffer Type') 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - matched Button with text "Per UID buffers", using matcher: with style 'SWT.RADIO' 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - matched Button with text "Per UID buffers", using matcher: (of type 'Button' and with mnemonic 'Per UID buffers' and in group (with mnemonic 'Buffer Type') and with style 'SWT.RADIO') 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - matched Button with text "&Default", using matcher: of type 'Button' 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Per UID buffers' and in group (with mnemonic 'Buffer Type') and with style 'SWT.RADIO') 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Per UID buffers' and in group (with mnemonic 'Buffer Type') and with style 'SWT.RADIO') 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Per UID buffers} time=199007864 data=null doit=true} to (of type 'Button' and with mnemonic 'Per UID buffers' and in group (with mnemonic 'Buffer Type') and with style 'SWT.RADIO') 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Per UID buffers} time=199007865 data=null button=1 stateMask=0x0 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'Per UID buffers' and in group (with mnemonic 'Buffer Type') and with style 'SWT.RADIO') 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Per UID buffers} time=199007865 data=null button=1 stateMask=0x80000 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'Per UID buffers' and in group (with mnemonic 'Buffer Type') and with style 'SWT.RADIO') 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Per UID buffers} time=199007865 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Per UID buffers' and in group (with mnemonic 'Buffer Type') and with style 'SWT.RADIO') 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Per UID buffers' and in group (with mnemonic 'Buffer Type') and with style 'SWT.RADIO') 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - matched Button with text "Configure metadata c...", using matcher: of type 'Button' 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - matched Button with text "Discard", using matcher: of type 'Button' 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - matched Button with text "Overwrite", using matcher: of type 'Button' 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - matched Button with text "Global shared buffer...", using matcher: of type 'Button' 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - matched Button with text "Per PID buffers", using matcher: of type 'Button' 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - matched Button with text "Per UID buffers", using matcher: of type 'Button' 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - matched Button with text "&Default", using matcher: of type 'Button' 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok' 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH' 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - Clicking on &Ok 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=199007867 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=199007867 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=199007867 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=199007867 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=199007867 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=199007867 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=199007867 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:43 [2019-07-19T20:11:43.856Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Enable Channel...} time=199007528 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Enable Channel...' 16:11:44 [2019-07-19T20:11:44.114Z] DEBUG - Clicked on 16:11:44 [2019-07-19T20:11:44.114Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:44 [2019-07-19T20:11:44.114Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:44 [2019-07-19T20:11:44.114Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. 16:11:44 [2019-07-19T20:11:44.114Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {UST global} time=199008179 data=null doit=true} to Tree node with text: UST global 16:11:44 [2019-07-19T20:11:44.114Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {UST global} time=199008179 data=null} to Tree node with text: UST global 16:11:44 [2019-07-19T20:11:44.114Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {UST global} time=199008180 data=null button=1 stateMask=0x0 x=130 y=92 count=1} to Tree node with text: UST global 16:11:44 [2019-07-19T20:11:44.114Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=199008180 data=null item=TreeItem {UST global} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Tree node with text: UST global 16:11:44 [2019-07-19T20:11:44.114Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {UST global} time=199008181 data=null button=1 stateMask=0x80000 x=130 y=92 count=1} to Tree node with text: UST global 16:11:44 [2019-07-19T20:11:44.114Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:44 [2019-07-19T20:11:44.114Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {channel0} time=199008232 data=null button=0 stateMask=0x0 x=143 y=113 count=0} to Tree node with text: channel0 16:11:44 [2019-07-19T20:11:44.114Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {channel0} time=199008232 data=null doit=true} to Tree node with text: channel0 16:11:44 [2019-07-19T20:11:44.114Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {channel0} time=199008233 data=null} to Tree node with text: channel0 16:11:44 [2019-07-19T20:11:44.114Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {channel0} time=199008233 data=null button=1 stateMask=0x0 x=143 y=113 count=1} to Tree node with text: channel0 16:11:44 [2019-07-19T20:11:44.114Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199008233 data=null item=TreeItem {channel0} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: channel0 16:11:44 [2019-07-19T20:11:44.114Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {channel0} time=199008242 data=null button=1 stateMask=0x80000 x=143 y=113 count=1} to Tree node with text: channel0 16:11:44 [2019-07-19T20:11:44.114Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:44 [2019-07-19T20:11:44.114Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {channel0} time=199008254 data=null button=0 stateMask=0x0 x=143 y=109 count=0} to Tree node with text: channel0 16:11:44 [2019-07-19T20:11:44.114Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {channel0} time=199008254 data=null doit=true} to Tree node with text: channel0 16:11:44 [2019-07-19T20:11:44.114Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {channel0} time=199008254 data=null} to Tree node with text: channel0 16:11:44 [2019-07-19T20:11:44.114Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {channel0} time=199008254 data=null button=1 stateMask=0x0 x=143 y=109 count=1} to Tree node with text: channel0 16:11:44 [2019-07-19T20:11:44.114Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199008255 data=null item=TreeItem {channel0} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: channel0 16:11:44 [2019-07-19T20:11:44.114Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {channel0} time=199008256 data=null button=1 stateMask=0x80000 x=143 y=109 count=1} to Tree node with text: channel0 16:11:44 [2019-07-19T20:11:44.370Z] DEBUG - matched MenuItem with text "Enable Event...", using matcher: with mnemonic 'Enable Event...' 16:11:44 [2019-07-19T20:11:44.370Z] DEBUG - Clicking on with mnemonic 'Enable Event...' 16:11:44 [2019-07-19T20:11:44.629Z] DEBUG - Clicked on with mnemonic 'Enable Event...' 16:11:44 [2019-07-19T20:11:44.629Z] DEBUG - matched Shell with text "Enable Events", using matcher: with text 'Enable Events' 16:11:44 [2019-07-19T20:11:44.629Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Enable Events} time=199008742 data=null doit=true} to Shell with text {Enable Events} 16:11:44 [2019-07-19T20:11:44.629Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:11:44 [2019-07-19T20:11:44.629Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:11:44 [2019-07-19T20:11:44.629Z] DEBUG - Attempting to set focus on (of type 'Tree') 16:11:44 [2019-07-19T20:11:44.629Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Tree {} time=199008759 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Tree') 16:11:44 [2019-07-19T20:11:44.629Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Tree {} time=199008760 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Tree') 16:11:44 [2019-07-19T20:11:44.629Z] DEBUG - Sent event Activate [26]: ShellEvent{Tree {} time=199008760 data=null doit=true} to (of type 'Tree') 16:11:44 [2019-07-19T20:11:44.629Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Tree {} time=199008760 data=null} to (of type 'Tree') 16:11:44 [2019-07-19T20:11:44.629Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {All} time=199008760 data=null button=1 stateMask=0x0 x=54 y=11 count=1} to (of type 'Tree') 16:11:44 [2019-07-19T20:11:44.629Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199008760 data=null item=TreeItem {All} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to (of type 'Tree') 16:11:44 [2019-07-19T20:11:44.629Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {All} time=199008766 data=null button=1 stateMask=0x80000 x=54 y=11 count=1} to (of type 'Tree') 16:11:44 [2019-07-19T20:11:44.629Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' 16:11:44 [2019-07-19T20:11:44.629Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' 16:11:44 [2019-07-19T20:11:44.629Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' 16:11:44 [2019-07-19T20:11:44.629Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' 16:11:44 [2019-07-19T20:11:44.629Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' 16:11:44 [2019-07-19T20:11:44.629Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:44 [2019-07-19T20:11:44.629Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:44 [2019-07-19T20:11:44.629Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:44 [2019-07-19T20:11:44.629Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:11:44 [2019-07-19T20:11:44.629Z] DEBUG - matched Button with text "loglevel", using matcher: of type 'Button' 16:11:44 [2019-07-19T20:11:44.629Z] DEBUG - matched Button with text "loglevel-only", using matcher: of type 'Button' 16:11:44 [2019-07-19T20:11:44.629Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' 16:11:44 [2019-07-19T20:11:44.629Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' 16:11:44 [2019-07-19T20:11:44.629Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok' 16:11:44 [2019-07-19T20:11:44.629Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH' 16:11:44 [2019-07-19T20:11:44.629Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:44 [2019-07-19T20:11:44.629Z] DEBUG - Clicking on &Ok 16:11:44 [2019-07-19T20:11:44.629Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=199008779 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:44 [2019-07-19T20:11:44.629Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=199008780 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:44 [2019-07-19T20:11:44.629Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=199008780 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:44 [2019-07-19T20:11:44.629Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=199008780 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:44 [2019-07-19T20:11:44.629Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=199008780 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:44 [2019-07-19T20:11:44.629Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=199008780 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:44 [2019-07-19T20:11:44.629Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=199008780 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:11:44 [2019-07-19T20:11:44.629Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Enable Event...} time=199008380 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Enable Event...' 16:11:44 [2019-07-19T20:11:44.887Z] DEBUG - Clicked on 16:11:44 [2019-07-19T20:11:44.887Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:44 [2019-07-19T20:11:44.887Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:44 [2019-07-19T20:11:44.887Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. 16:11:44 [2019-07-19T20:11:44.887Z] WARN - Tree item Tree node with text: UST global is already expanded. Won't expand it again. 16:11:44 [2019-07-19T20:11:44.887Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {channel0} time=199009134 data=null doit=true} to Tree node with text: channel0 16:11:44 [2019-07-19T20:11:44.887Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {channel0} time=199009134 data=null} to Tree node with text: channel0 16:11:44 [2019-07-19T20:11:44.887Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {channel0} time=199009135 data=null button=1 stateMask=0x0 x=143 y=92 count=1} to Tree node with text: channel0 16:11:44 [2019-07-19T20:11:44.887Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=199009135 data=null item=TreeItem {channel0} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Tree node with text: channel0 16:11:44 [2019-07-19T20:11:44.887Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {channel0} time=199009136 data=null button=1 stateMask=0x80000 x=143 y=92 count=1} to Tree node with text: channel0 16:11:45 [2019-07-19T20:11:45.145Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:45 [2019-07-19T20:11:45.145Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:45 [2019-07-19T20:11:45.145Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:45 [2019-07-19T20:11:45.145Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=199009138 data=null button=0 stateMask=0x0 x=112 y=8 count=0} to Tree node with text: mysession 16:11:45 [2019-07-19T20:11:45.145Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=199009138 data=null doit=true} to Tree node with text: mysession 16:11:45 [2019-07-19T20:11:45.145Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=199009138 data=null} to Tree node with text: mysession 16:11:45 [2019-07-19T20:11:45.145Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=199009138 data=null button=1 stateMask=0x0 x=112 y=8 count=1} to Tree node with text: mysession 16:11:45 [2019-07-19T20:11:45.145Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199009138 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:11:45 [2019-07-19T20:11:45.145Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=199009142 data=null button=1 stateMask=0x80000 x=112 y=11 count=1} to Tree node with text: mysession 16:11:45 [2019-07-19T20:11:45.145Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:45 [2019-07-19T20:11:45.145Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=199009143 data=null button=0 stateMask=0x0 x=112 y=11 count=0} to Tree node with text: mysession 16:11:45 [2019-07-19T20:11:45.145Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=199009143 data=null doit=true} to Tree node with text: mysession 16:11:45 [2019-07-19T20:11:45.145Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=199009143 data=null} to Tree node with text: mysession 16:11:45 [2019-07-19T20:11:45.145Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=199009144 data=null button=1 stateMask=0x0 x=112 y=11 count=1} to Tree node with text: mysession 16:11:45 [2019-07-19T20:11:45.145Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199009144 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:11:45 [2019-07-19T20:11:45.145Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=199009145 data=null button=1 stateMask=0x80000 x=112 y=11 count=1} to Tree node with text: mysession 16:11:45 [2019-07-19T20:11:45.145Z] DEBUG - matched MenuItem with text "Start", using matcher: with mnemonic 'Start' 16:11:45 [2019-07-19T20:11:45.145Z] DEBUG - Clicking on with mnemonic 'Start' 16:11:45 [2019-07-19T20:11:45.145Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Start} time=199009265 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Start' 16:11:45 [2019-07-19T20:11:45.145Z] DEBUG - Clicked on with mnemonic 'Start' 16:11:45 [2019-07-19T20:11:45.145Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:45 [2019-07-19T20:11:45.145Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:45 [2019-07-19T20:11:45.145Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:45 [2019-07-19T20:11:45.145Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=199009368 data=null button=0 stateMask=0x0 x=112 y=11 count=0} to Tree node with text: mysession 16:11:45 [2019-07-19T20:11:45.145Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=199009368 data=null doit=true} to Tree node with text: mysession 16:11:45 [2019-07-19T20:11:45.145Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=199009368 data=null} to Tree node with text: mysession 16:11:45 [2019-07-19T20:11:45.145Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=199009369 data=null button=1 stateMask=0x0 x=112 y=11 count=1} to Tree node with text: mysession 16:11:45 [2019-07-19T20:11:45.145Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199009369 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:11:45 [2019-07-19T20:11:45.145Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=199009371 data=null button=1 stateMask=0x80000 x=112 y=11 count=1} to Tree node with text: mysession 16:11:45 [2019-07-19T20:11:45.145Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:45 [2019-07-19T20:11:45.145Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=199009372 data=null button=0 stateMask=0x0 x=112 y=11 count=0} to Tree node with text: mysession 16:11:45 [2019-07-19T20:11:45.145Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=199009372 data=null doit=true} to Tree node with text: mysession 16:11:45 [2019-07-19T20:11:45.145Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=199009372 data=null} to Tree node with text: mysession 16:11:45 [2019-07-19T20:11:45.145Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=199009372 data=null button=1 stateMask=0x0 x=112 y=11 count=1} to Tree node with text: mysession 16:11:45 [2019-07-19T20:11:45.145Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199009373 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:11:45 [2019-07-19T20:11:45.145Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=199009374 data=null button=1 stateMask=0x80000 x=112 y=11 count=1} to Tree node with text: mysession 16:11:45 [2019-07-19T20:11:45.402Z] DEBUG - matched MenuItem with text "Stop", using matcher: with mnemonic 'Stop' 16:11:45 [2019-07-19T20:11:45.402Z] DEBUG - Clicking on with mnemonic 'Stop' 16:11:45 [2019-07-19T20:11:45.402Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Stop} time=199009462 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Stop' 16:11:45 [2019-07-19T20:11:45.402Z] DEBUG - Clicked on with mnemonic 'Stop' 16:11:45 [2019-07-19T20:11:45.402Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:45 [2019-07-19T20:11:45.402Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:45 [2019-07-19T20:11:45.402Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:45 [2019-07-19T20:11:45.402Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=199009565 data=null button=0 stateMask=0x0 x=112 y=11 count=0} to Tree node with text: mysession 16:11:45 [2019-07-19T20:11:45.402Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=199009565 data=null doit=true} to Tree node with text: mysession 16:11:45 [2019-07-19T20:11:45.402Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=199009565 data=null} to Tree node with text: mysession 16:11:45 [2019-07-19T20:11:45.402Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=199009565 data=null button=1 stateMask=0x0 x=112 y=11 count=1} to Tree node with text: mysession 16:11:45 [2019-07-19T20:11:45.402Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199009566 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:11:45 [2019-07-19T20:11:45.402Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=199009567 data=null button=1 stateMask=0x80000 x=112 y=11 count=1} to Tree node with text: mysession 16:11:45 [2019-07-19T20:11:45.659Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:45 [2019-07-19T20:11:45.659Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=199009760 data=null button=0 stateMask=0x0 x=112 y=11 count=0} to Tree node with text: mysession 16:11:45 [2019-07-19T20:11:45.659Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=199009760 data=null doit=true} to Tree node with text: mysession 16:11:45 [2019-07-19T20:11:45.659Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=199009761 data=null} to Tree node with text: mysession 16:11:45 [2019-07-19T20:11:45.659Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=199009761 data=null button=1 stateMask=0x0 x=112 y=11 count=1} to Tree node with text: mysession 16:11:45 [2019-07-19T20:11:45.659Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199009761 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:11:45 [2019-07-19T20:11:45.659Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=199009763 data=null button=1 stateMask=0x80000 x=112 y=11 count=1} to Tree node with text: mysession 16:11:45 [2019-07-19T20:11:45.916Z] DEBUG - matched MenuItem with text "Import...", using matcher: with mnemonic 'Import...' 16:11:45 [2019-07-19T20:11:45.916Z] DEBUG - Clicking on with mnemonic 'Import...' 16:11:46 [2019-07-19T20:11:46.483Z] DEBUG - Clicked on with mnemonic 'Import...' 16:11:46 [2019-07-19T20:11:46.483Z] DEBUG - matched Shell with text "Fetch Remote Traces", using matcher: with text 'Fetch Remote Traces' 16:11:46 [2019-07-19T20:11:46.483Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Fetch Remote Traces} time=199010689 data=null doit=true} to Shell with text {Fetch Remote Traces} 16:11:46 [2019-07-19T20:11:46.483Z] DEBUG - matched Button with text "Select All", using matcher: of type 'Button' 16:11:46 [2019-07-19T20:11:46.483Z] DEBUG - matched Button with text "Deselect All", using matcher: of type 'Button' 16:11:46 [2019-07-19T20:11:46.483Z] DEBUG - matched Button with text "Create Experiment", using matcher: of type 'Button' 16:11:46 [2019-07-19T20:11:46.483Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:11:46 [2019-07-19T20:11:46.483Z] DEBUG - matched Button with text "Cancel", using matcher: with mnemonic 'Cancel' 16:11:46 [2019-07-19T20:11:46.483Z] DEBUG - matched Button with text "Cancel", using matcher: with style 'SWT.PUSH' 16:11:46 [2019-07-19T20:11:46.483Z] DEBUG - matched Button with text "Cancel", using matcher: (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 16:11:46 [2019-07-19T20:11:46.483Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:11:47 [2019-07-19T20:11:47.087Z] DEBUG - Clicking on Cancel 16:11:47 [2019-07-19T20:11:47.087Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Cancel} time=199011243 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 16:11:47 [2019-07-19T20:11:47.087Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Cancel} time=199011243 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 16:11:47 [2019-07-19T20:11:47.087Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Cancel} time=199011243 data=null doit=true} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 16:11:47 [2019-07-19T20:11:47.087Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Cancel} time=199011243 data=null} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 16:11:47 [2019-07-19T20:11:47.087Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Cancel} time=199011244 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 16:11:47 [2019-07-19T20:11:47.087Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Cancel} time=199011244 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 16:11:47 [2019-07-19T20:11:47.087Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Cancel} time=199011244 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 16:11:47 [2019-07-19T20:11:47.087Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Import...} time=199009945 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...' 16:11:47 [2019-07-19T20:11:47.344Z] DEBUG - Clicked on 16:11:47 [2019-07-19T20:11:47.344Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:47 [2019-07-19T20:11:47.344Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=199011374 data=null button=0 stateMask=0x0 x=112 y=11 count=0} to Tree node with text: mysession 16:11:47 [2019-07-19T20:11:47.344Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=199011374 data=null doit=true} to Tree node with text: mysession 16:11:47 [2019-07-19T20:11:47.344Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=199011374 data=null} to Tree node with text: mysession 16:11:47 [2019-07-19T20:11:47.344Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=199011375 data=null button=1 stateMask=0x0 x=112 y=11 count=1} to Tree node with text: mysession 16:11:47 [2019-07-19T20:11:47.344Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199011375 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:11:47 [2019-07-19T20:11:47.344Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=199011377 data=null button=1 stateMask=0x80000 x=112 y=11 count=1} to Tree node with text: mysession 16:11:47 [2019-07-19T20:11:47.344Z] DEBUG - matched MenuItem with text "Import...", using matcher: with mnemonic 'Import...' 16:11:47 [2019-07-19T20:11:47.344Z] DEBUG - Clicking on with mnemonic 'Import...' 16:11:47 [2019-07-19T20:11:47.601Z] DEBUG - Clicked on with mnemonic 'Import...' 16:11:47 [2019-07-19T20:11:47.858Z] DEBUG - matched Shell with text "Fetch Remote Traces", using matcher: with text 'Fetch Remote Traces' 16:11:47 [2019-07-19T20:11:47.858Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Fetch Remote Traces} time=199012056 data=null doit=true} to Shell with text {Fetch Remote Traces} 16:11:47 [2019-07-19T20:11:47.858Z] DEBUG - matched Button with text "Select All", using matcher: of type 'Button' 16:11:47 [2019-07-19T20:11:47.858Z] DEBUG - matched Button with text "Deselect All", using matcher: of type 'Button' 16:11:47 [2019-07-19T20:11:47.858Z] DEBUG - matched Button with text "Create Experiment", using matcher: of type 'Button' 16:11:47 [2019-07-19T20:11:47.858Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:11:47 [2019-07-19T20:11:47.858Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:11:47 [2019-07-19T20:11:47.858Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish' 16:11:47 [2019-07-19T20:11:47.858Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH' 16:11:47 [2019-07-19T20:11:47.858Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:11:47 [2019-07-19T20:11:47.858Z] DEBUG - Clicking on &Finish 16:11:47 [2019-07-19T20:11:47.858Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=199012058 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:11:47 [2019-07-19T20:11:47.858Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=199012058 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:11:47 [2019-07-19T20:11:47.858Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=199012059 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:11:47 [2019-07-19T20:11:47.858Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=199012059 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:11:47 [2019-07-19T20:11:47.858Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=199012059 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:11:47 [2019-07-19T20:11:47.858Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=199012059 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:11:48 [2019-07-19T20:11:48.115Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:11:48 [2019-07-19T20:11:48.115Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:11:48 [2019-07-19T20:11:48.115Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:11:48 [2019-07-19T20:11:48.115Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:11:48 [2019-07-19T20:11:48.115Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:11:48 [2019-07-19T20:11:48.115Z] DEBUG - Clicked on &Finish 16:11:49 [2019-07-19T20:11:49.485Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=199012059 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:11:49 [2019-07-19T20:11:49.485Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Import...} time=199011538 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...' 16:11:49 [2019-07-19T20:11:49.743Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:49 [2019-07-19T20:11:49.743Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:49 [2019-07-19T20:11:49.743Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:49 [2019-07-19T20:11:49.743Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=199013968 data=null button=0 stateMask=0x0 x=112 y=11 count=0} to Tree node with text: mysession 16:11:49 [2019-07-19T20:11:49.743Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=199013968 data=null doit=true} to Tree node with text: mysession 16:11:49 [2019-07-19T20:11:49.743Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=199013969 data=null} to Tree node with text: mysession 16:11:49 [2019-07-19T20:11:49.743Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=199013969 data=null button=1 stateMask=0x0 x=112 y=11 count=1} to Tree node with text: mysession 16:11:49 [2019-07-19T20:11:49.743Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199013969 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:11:49 [2019-07-19T20:11:49.743Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=199013971 data=null button=1 stateMask=0x80000 x=112 y=11 count=1} to Tree node with text: mysession 16:11:50 [2019-07-19T20:11:50.000Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:50 [2019-07-19T20:11:50.000Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=199014054 data=null button=0 stateMask=0x0 x=112 y=11 count=0} to Tree node with text: mysession 16:11:50 [2019-07-19T20:11:50.000Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=199014054 data=null doit=true} to Tree node with text: mysession 16:11:50 [2019-07-19T20:11:50.000Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=199014054 data=null} to Tree node with text: mysession 16:11:50 [2019-07-19T20:11:50.000Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=199014055 data=null button=1 stateMask=0x0 x=112 y=11 count=1} to Tree node with text: mysession 16:11:50 [2019-07-19T20:11:50.000Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199014055 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:11:50 [2019-07-19T20:11:50.000Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=199014057 data=null button=1 stateMask=0x80000 x=112 y=11 count=1} to Tree node with text: mysession 16:11:50 [2019-07-19T20:11:50.000Z] DEBUG - matched MenuItem with text "Import...", using matcher: with mnemonic 'Import...' 16:11:50 [2019-07-19T20:11:50.000Z] DEBUG - Clicking on with mnemonic 'Import...' 16:11:50 [2019-07-19T20:11:50.257Z] DEBUG - Clicked on with mnemonic 'Import...' 16:11:50 [2019-07-19T20:11:50.514Z] DEBUG - matched Shell with text "Fetch Remote Traces", using matcher: with text 'Fetch Remote Traces' 16:11:50 [2019-07-19T20:11:50.514Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Fetch Remote Traces} time=199014671 data=null doit=true} to Shell with text {Fetch Remote Traces} 16:11:50 [2019-07-19T20:11:50.514Z] DEBUG - matched Button with text "Select All", using matcher: of type 'Button' 16:11:50 [2019-07-19T20:11:50.514Z] DEBUG - matched Button with text "Deselect All", using matcher: of type 'Button' 16:11:50 [2019-07-19T20:11:50.514Z] DEBUG - matched Button with text "Create Experiment", using matcher: of type 'Button' 16:11:50 [2019-07-19T20:11:50.514Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:11:50 [2019-07-19T20:11:50.514Z] DEBUG - matched Button with text "Cancel", using matcher: with mnemonic 'Cancel' 16:11:50 [2019-07-19T20:11:50.514Z] DEBUG - matched Button with text "Cancel", using matcher: with style 'SWT.PUSH' 16:11:50 [2019-07-19T20:11:50.514Z] DEBUG - matched Button with text "Cancel", using matcher: (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 16:11:50 [2019-07-19T20:11:50.514Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:11:50 [2019-07-19T20:11:50.514Z] DEBUG - Clicking on Cancel 16:11:50 [2019-07-19T20:11:50.514Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Cancel} time=199014734 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 16:11:50 [2019-07-19T20:11:50.514Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Cancel} time=199014734 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 16:11:50 [2019-07-19T20:11:50.514Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Cancel} time=199014735 data=null doit=true} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 16:11:50 [2019-07-19T20:11:50.514Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Cancel} time=199014735 data=null} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 16:11:50 [2019-07-19T20:11:50.514Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Cancel} time=199014735 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 16:11:50 [2019-07-19T20:11:50.514Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Cancel} time=199014735 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 16:11:50 [2019-07-19T20:11:50.514Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Cancel} time=199014735 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 16:11:50 [2019-07-19T20:11:50.514Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Import...} time=199014180 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...' 16:11:50 [2019-07-19T20:11:50.771Z] DEBUG - Clicked on 16:11:50 [2019-07-19T20:11:50.771Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:50 [2019-07-19T20:11:50.771Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=199014941 data=null button=0 stateMask=0x0 x=112 y=11 count=0} to Tree node with text: mysession 16:11:50 [2019-07-19T20:11:50.771Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=199014941 data=null doit=true} to Tree node with text: mysession 16:11:50 [2019-07-19T20:11:50.771Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=199014941 data=null} to Tree node with text: mysession 16:11:50 [2019-07-19T20:11:50.771Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=199014942 data=null button=1 stateMask=0x0 x=112 y=11 count=1} to Tree node with text: mysession 16:11:50 [2019-07-19T20:11:50.771Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199014942 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:11:50 [2019-07-19T20:11:50.771Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=199014943 data=null button=1 stateMask=0x80000 x=112 y=11 count=1} to Tree node with text: mysession 16:11:51 [2019-07-19T20:11:51.028Z] DEBUG - matched MenuItem with text "Import...", using matcher: with mnemonic 'Import...' 16:11:51 [2019-07-19T20:11:51.028Z] DEBUG - Clicking on with mnemonic 'Import...' 16:11:51 [2019-07-19T20:11:51.028Z] DEBUG - Clicked on with mnemonic 'Import...' 16:11:51 [2019-07-19T20:11:51.284Z] DEBUG - matched Shell with text "Fetch Remote Traces", using matcher: with text 'Fetch Remote Traces' 16:11:51 [2019-07-19T20:11:51.284Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Fetch Remote Traces} time=199015471 data=null doit=true} to Shell with text {Fetch Remote Traces} 16:11:51 [2019-07-19T20:11:51.284Z] DEBUG - matched Button with text "Select All", using matcher: of type 'Button' 16:11:51 [2019-07-19T20:11:51.284Z] DEBUG - matched Button with text "Deselect All", using matcher: of type 'Button' 16:11:51 [2019-07-19T20:11:51.284Z] DEBUG - matched Button with text "Create Experiment", using matcher: of type 'Button' 16:11:51 [2019-07-19T20:11:51.284Z] DEBUG - matched Button with text "Create Experiment", using matcher: with style 'SWT.CHECK' 16:11:51 [2019-07-19T20:11:51.284Z] DEBUG - matched Button with text "Create Experiment", using matcher: (of type 'Button' and with style 'SWT.CHECK') 16:11:51 [2019-07-19T20:11:51.284Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:11:51 [2019-07-19T20:11:51.284Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:11:51 [2019-07-19T20:11:51.541Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') 16:11:51 [2019-07-19T20:11:51.541Z] DEBUG - Toggling state on Button {Create Experiment}. Setting state to selected 16:11:51 [2019-07-19T20:11:51.541Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Create Experiment} time=199015535 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:11:51 [2019-07-19T20:11:51.541Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Create Experiment} time=199015535 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:11:51 [2019-07-19T20:11:51.541Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Create Experiment} time=199015535 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:11:51 [2019-07-19T20:11:51.541Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Create Experiment} time=199015535 data=null} to (of type 'Button' and with style 'SWT.CHECK') 16:11:51 [2019-07-19T20:11:51.541Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Create Experiment} time=199015535 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:11:51 [2019-07-19T20:11:51.541Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Create Experiment} time=199015536 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:11:51 [2019-07-19T20:11:51.541Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Create Experiment} time=199015536 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:11:51 [2019-07-19T20:11:51.541Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Create Experiment} time=199015538 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:11:51 [2019-07-19T20:11:51.541Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Create Experiment} time=199015538 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:11:51 [2019-07-19T20:11:51.541Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Create Experiment} time=199015539 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:11:51 [2019-07-19T20:11:51.541Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Create Experiment} time=199015539 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:11:51 [2019-07-19T20:11:51.541Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Create Experiment} time=199015539 data=null} to (of type 'Button' and with style 'SWT.CHECK') 16:11:51 [2019-07-19T20:11:51.541Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') 16:11:51 [2019-07-19T20:11:51.541Z] DEBUG - matched Button with text "Select All", using matcher: of type 'Button' 16:11:51 [2019-07-19T20:11:51.541Z] DEBUG - matched Button with text "Deselect All", using matcher: of type 'Button' 16:11:51 [2019-07-19T20:11:51.541Z] DEBUG - matched Button with text "Create Experiment", using matcher: of type 'Button' 16:11:51 [2019-07-19T20:11:51.541Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:11:51 [2019-07-19T20:11:51.541Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:11:51 [2019-07-19T20:11:51.541Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish' 16:11:51 [2019-07-19T20:11:51.541Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH' 16:11:51 [2019-07-19T20:11:51.541Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:11:51 [2019-07-19T20:11:51.541Z] DEBUG - Clicking on &Finish 16:11:51 [2019-07-19T20:11:51.541Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=199015541 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:11:51 [2019-07-19T20:11:51.541Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=199015542 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:11:51 [2019-07-19T20:11:51.541Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=199015542 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:11:51 [2019-07-19T20:11:51.541Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=199015542 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:11:51 [2019-07-19T20:11:51.541Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=199015542 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:11:51 [2019-07-19T20:11:51.541Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=199015542 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:11:51 [2019-07-19T20:11:51.541Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:11:51 [2019-07-19T20:11:51.541Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:11:51 [2019-07-19T20:11:51.541Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:11:51 [2019-07-19T20:11:51.541Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:11:51 [2019-07-19T20:11:51.541Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:11:51 [2019-07-19T20:11:51.541Z] DEBUG - Clicked on &Finish 16:11:52 [2019-07-19T20:11:52.106Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=199015542 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:11:52 [2019-07-19T20:11:52.106Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Import...} time=199015064 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...' 16:11:52 [2019-07-19T20:11:52.670Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:52 [2019-07-19T20:11:52.670Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:52 [2019-07-19T20:11:52.670Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:52 [2019-07-19T20:11:52.670Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=199016660 data=null button=0 stateMask=0x0 x=112 y=11 count=0} to Tree node with text: mysession 16:11:52 [2019-07-19T20:11:52.670Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=199016660 data=null doit=true} to Tree node with text: mysession 16:11:52 [2019-07-19T20:11:52.670Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=199016660 data=null} to Tree node with text: mysession 16:11:52 [2019-07-19T20:11:52.670Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=199016660 data=null button=1 stateMask=0x0 x=112 y=11 count=1} to Tree node with text: mysession 16:11:52 [2019-07-19T20:11:52.670Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199016660 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:11:52 [2019-07-19T20:11:52.670Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=199016662 data=null button=1 stateMask=0x80000 x=112 y=11 count=1} to Tree node with text: mysession 16:11:52 [2019-07-19T20:11:52.670Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:52 [2019-07-19T20:11:52.670Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=199016746 data=null button=0 stateMask=0x0 x=112 y=11 count=0} to Tree node with text: mysession 16:11:52 [2019-07-19T20:11:52.670Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=199016746 data=null doit=true} to Tree node with text: mysession 16:11:52 [2019-07-19T20:11:52.670Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=199016746 data=null} to Tree node with text: mysession 16:11:52 [2019-07-19T20:11:52.670Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=199016747 data=null button=1 stateMask=0x0 x=112 y=11 count=1} to Tree node with text: mysession 16:11:52 [2019-07-19T20:11:52.670Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199016747 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:11:52 [2019-07-19T20:11:52.670Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=199016749 data=null button=1 stateMask=0x80000 x=112 y=11 count=1} to Tree node with text: mysession 16:11:52 [2019-07-19T20:11:52.670Z] DEBUG - matched MenuItem with text "Import...", using matcher: with mnemonic 'Import...' 16:11:52 [2019-07-19T20:11:52.670Z] DEBUG - Clicking on with mnemonic 'Import...' 16:11:52 [2019-07-19T20:11:52.929Z] DEBUG - Clicked on with mnemonic 'Import...' 16:11:53 [2019-07-19T20:11:53.188Z] DEBUG - matched Shell with text "Fetch Remote Traces", using matcher: with text 'Fetch Remote Traces' 16:11:53 [2019-07-19T20:11:53.188Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Fetch Remote Traces} time=199017362 data=null doit=true} to Shell with text {Fetch Remote Traces} 16:11:53 [2019-07-19T20:11:53.188Z] DEBUG - matched Button with text "Select All", using matcher: of type 'Button' 16:11:53 [2019-07-19T20:11:53.188Z] DEBUG - matched Button with text "Deselect All", using matcher: of type 'Button' 16:11:53 [2019-07-19T20:11:53.188Z] DEBUG - matched Button with text "Create Experiment", using matcher: of type 'Button' 16:11:53 [2019-07-19T20:11:53.188Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:11:53 [2019-07-19T20:11:53.188Z] DEBUG - matched Button with text "Cancel", using matcher: with mnemonic 'Cancel' 16:11:53 [2019-07-19T20:11:53.188Z] DEBUG - matched Button with text "Cancel", using matcher: with style 'SWT.PUSH' 16:11:53 [2019-07-19T20:11:53.188Z] DEBUG - matched Button with text "Cancel", using matcher: (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 16:11:53 [2019-07-19T20:11:53.188Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:11:53 [2019-07-19T20:11:53.188Z] DEBUG - Clicking on Cancel 16:11:53 [2019-07-19T20:11:53.188Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Cancel} time=199017374 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 16:11:53 [2019-07-19T20:11:53.188Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Cancel} time=199017374 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 16:11:53 [2019-07-19T20:11:53.188Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Cancel} time=199017374 data=null doit=true} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 16:11:53 [2019-07-19T20:11:53.188Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Cancel} time=199017374 data=null} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 16:11:53 [2019-07-19T20:11:53.188Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Cancel} time=199017374 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 16:11:53 [2019-07-19T20:11:53.188Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Cancel} time=199017375 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 16:11:53 [2019-07-19T20:11:53.445Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Cancel} time=199017375 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 16:11:53 [2019-07-19T20:11:53.445Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Import...} time=199016867 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...' 16:11:53 [2019-07-19T20:11:53.445Z] DEBUG - Clicked on 16:11:53 [2019-07-19T20:11:53.445Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:53 [2019-07-19T20:11:53.445Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=199017575 data=null button=0 stateMask=0x0 x=112 y=11 count=0} to Tree node with text: mysession 16:11:53 [2019-07-19T20:11:53.445Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=199017575 data=null doit=true} to Tree node with text: mysession 16:11:53 [2019-07-19T20:11:53.445Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=199017575 data=null} to Tree node with text: mysession 16:11:53 [2019-07-19T20:11:53.445Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=199017575 data=null button=1 stateMask=0x0 x=112 y=11 count=1} to Tree node with text: mysession 16:11:53 [2019-07-19T20:11:53.445Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199017576 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:11:53 [2019-07-19T20:11:53.445Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=199017632 data=null button=1 stateMask=0x80000 x=112 y=11 count=1} to Tree node with text: mysession 16:11:53 [2019-07-19T20:11:53.702Z] DEBUG - matched MenuItem with text "Import...", using matcher: with mnemonic 'Import...' 16:11:53 [2019-07-19T20:11:53.702Z] DEBUG - Clicking on with mnemonic 'Import...' 16:11:53 [2019-07-19T20:11:53.960Z] DEBUG - Clicked on with mnemonic 'Import...' 16:11:54 [2019-07-19T20:11:54.217Z] DEBUG - matched Shell with text "Fetch Remote Traces", using matcher: with text 'Fetch Remote Traces' 16:11:54 [2019-07-19T20:11:54.217Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Fetch Remote Traces} time=199018234 data=null doit=true} to Shell with text {Fetch Remote Traces} 16:11:54 [2019-07-19T20:11:54.217Z] DEBUG - matched Button with text "Select All", using matcher: of type 'Button' 16:11:54 [2019-07-19T20:11:54.217Z] DEBUG - matched Button with text "Deselect All", using matcher: of type 'Button' 16:11:54 [2019-07-19T20:11:54.217Z] DEBUG - matched Button with text "Create Experiment", using matcher: of type 'Button' 16:11:54 [2019-07-19T20:11:54.217Z] DEBUG - matched Button with text "Create Experiment", using matcher: with style 'SWT.CHECK' 16:11:54 [2019-07-19T20:11:54.217Z] DEBUG - matched Button with text "Create Experiment", using matcher: (of type 'Button' and with style 'SWT.CHECK') 16:11:54 [2019-07-19T20:11:54.217Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:11:54 [2019-07-19T20:11:54.217Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:11:54 [2019-07-19T20:11:54.217Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') 16:11:54 [2019-07-19T20:11:54.217Z] DEBUG - Toggling state on Button {Create Experiment}. Setting state to selected 16:11:54 [2019-07-19T20:11:54.218Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Create Experiment} time=199018236 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:11:54 [2019-07-19T20:11:54.218Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Create Experiment} time=199018237 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:11:54 [2019-07-19T20:11:54.218Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Create Experiment} time=199018237 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:11:54 [2019-07-19T20:11:54.218Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Create Experiment} time=199018237 data=null} to (of type 'Button' and with style 'SWT.CHECK') 16:11:54 [2019-07-19T20:11:54.218Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Create Experiment} time=199018238 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:11:54 [2019-07-19T20:11:54.218Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Create Experiment} time=199018238 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:11:54 [2019-07-19T20:11:54.218Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Create Experiment} time=199018238 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:11:54 [2019-07-19T20:11:54.218Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Create Experiment} time=199018258 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:11:54 [2019-07-19T20:11:54.218Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Create Experiment} time=199018258 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:11:54 [2019-07-19T20:11:54.218Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Create Experiment} time=199018258 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:11:54 [2019-07-19T20:11:54.218Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Create Experiment} time=199018258 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:11:54 [2019-07-19T20:11:54.218Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Create Experiment} time=199018258 data=null} to (of type 'Button' and with style 'SWT.CHECK') 16:11:54 [2019-07-19T20:11:54.218Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') 16:11:54 [2019-07-19T20:11:54.218Z] DEBUG - matched Button with text "Select All", using matcher: of type 'Button' 16:11:54 [2019-07-19T20:11:54.218Z] DEBUG - matched Button with text "Deselect All", using matcher: of type 'Button' 16:11:54 [2019-07-19T20:11:54.218Z] DEBUG - matched Button with text "Create Experiment", using matcher: of type 'Button' 16:11:54 [2019-07-19T20:11:54.218Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:11:54 [2019-07-19T20:11:54.218Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:11:54 [2019-07-19T20:11:54.218Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish' 16:11:54 [2019-07-19T20:11:54.218Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH' 16:11:54 [2019-07-19T20:11:54.218Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:11:54 [2019-07-19T20:11:54.218Z] DEBUG - matched Text with text "mysession-20151201-2...", using matcher: of type 'Text' 16:11:54 [2019-07-19T20:11:54.218Z] DEBUG - matched Group with text "Options", using matcher: with mnemonic 'Options' 16:11:54 [2019-07-19T20:11:54.218Z] DEBUG - matched Text with text "mysession-20151201-2...", using matcher: in group (with mnemonic 'Options') 16:11:54 [2019-07-19T20:11:54.218Z] DEBUG - matched Text with text "mysession-20151201-2...", using matcher: (of type 'Text' and in group (with mnemonic 'Options')) 16:11:54 [2019-07-19T20:11:54.218Z] DEBUG - matched Text with text " Experiment "mysessi...", using matcher: of type 'Text' 16:11:54 [2019-07-19T20:11:54.218Z] DEBUG - matched Button with text "Select All", using matcher: of type 'Button' 16:11:54 [2019-07-19T20:11:54.218Z] DEBUG - matched Button with text "Deselect All", using matcher: of type 'Button' 16:11:54 [2019-07-19T20:11:54.218Z] DEBUG - matched Button with text "Create Experiment", using matcher: of type 'Button' 16:11:54 [2019-07-19T20:11:54.218Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:11:54 [2019-07-19T20:11:54.218Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:11:54 [2019-07-19T20:11:54.218Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish' 16:11:54 [2019-07-19T20:11:54.218Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH' 16:11:54 [2019-07-19T20:11:54.218Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:11:54 [2019-07-19T20:11:54.218Z] DEBUG - matched Button with text "Select All", using matcher: of type 'Button' 16:11:54 [2019-07-19T20:11:54.218Z] DEBUG - matched Button with text "Deselect All", using matcher: of type 'Button' 16:11:54 [2019-07-19T20:11:54.218Z] DEBUG - matched Button with text "Create Experiment", using matcher: of type 'Button' 16:11:54 [2019-07-19T20:11:54.218Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:11:54 [2019-07-19T20:11:54.218Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:11:54 [2019-07-19T20:11:54.218Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish' 16:11:54 [2019-07-19T20:11:54.218Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH' 16:11:54 [2019-07-19T20:11:54.218Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:11:54 [2019-07-19T20:11:54.218Z] DEBUG - matched Button with text "Select All", using matcher: of type 'Button' 16:11:54 [2019-07-19T20:11:54.218Z] DEBUG - matched Button with text "Deselect All", using matcher: of type 'Button' 16:11:54 [2019-07-19T20:11:54.218Z] DEBUG - matched Button with text "Create Experiment", using matcher: of type 'Button' 16:11:54 [2019-07-19T20:11:54.218Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:11:54 [2019-07-19T20:11:54.218Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:11:54 [2019-07-19T20:11:54.218Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish' 16:11:54 [2019-07-19T20:11:54.218Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH' 16:11:54 [2019-07-19T20:11:54.218Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:11:54 [2019-07-19T20:11:54.218Z] DEBUG - Clicking on &Finish 16:11:54 [2019-07-19T20:11:54.218Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=199018343 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:11:54 [2019-07-19T20:11:54.218Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=199018343 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:11:54 [2019-07-19T20:11:54.218Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=199018343 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:11:54 [2019-07-19T20:11:54.218Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=199018343 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:11:54 [2019-07-19T20:11:54.218Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=199018344 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:11:54 [2019-07-19T20:11:54.218Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=199018344 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:11:54 [2019-07-19T20:11:54.218Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:11:54 [2019-07-19T20:11:54.218Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:11:54 [2019-07-19T20:11:54.218Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:11:54 [2019-07-19T20:11:54.218Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:11:54 [2019-07-19T20:11:54.218Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:11:54 [2019-07-19T20:11:54.218Z] DEBUG - Clicked on &Finish 16:11:54 [2019-07-19T20:11:54.781Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=199018344 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:11:54 [2019-07-19T20:11:54.781Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Import...} time=199017750 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...' 16:11:55 [2019-07-19T20:11:55.346Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:55 [2019-07-19T20:11:55.346Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:11:55 [2019-07-19T20:11:55.346Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:55 [2019-07-19T20:11:55.346Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=199019384 data=null button=0 stateMask=0x0 x=112 y=11 count=0} to Tree node with text: mysession 16:11:55 [2019-07-19T20:11:55.346Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=199019384 data=null doit=true} to Tree node with text: mysession 16:11:55 [2019-07-19T20:11:55.346Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=199019384 data=null} to Tree node with text: mysession 16:11:55 [2019-07-19T20:11:55.346Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=199019385 data=null button=1 stateMask=0x0 x=112 y=11 count=1} to Tree node with text: mysession 16:11:55 [2019-07-19T20:11:55.346Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199019385 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:11:55 [2019-07-19T20:11:55.346Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=199019386 data=null button=1 stateMask=0x80000 x=112 y=11 count=1} to Tree node with text: mysession 16:11:55 [2019-07-19T20:11:55.346Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:55 [2019-07-19T20:11:55.346Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=199019387 data=null button=0 stateMask=0x0 x=112 y=11 count=0} to Tree node with text: mysession 16:11:55 [2019-07-19T20:11:55.346Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=199019388 data=null doit=true} to Tree node with text: mysession 16:11:55 [2019-07-19T20:11:55.346Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=199019388 data=null} to Tree node with text: mysession 16:11:55 [2019-07-19T20:11:55.346Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=199019388 data=null button=1 stateMask=0x0 x=112 y=11 count=1} to Tree node with text: mysession 16:11:55 [2019-07-19T20:11:55.346Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199019388 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:11:55 [2019-07-19T20:11:55.346Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=199019392 data=null button=1 stateMask=0x80000 x=112 y=11 count=1} to Tree node with text: mysession 16:11:55 [2019-07-19T20:11:55.346Z] DEBUG - matched MenuItem with text "Destroy Session...", using matcher: with mnemonic 'Destroy Session...' 16:11:55 [2019-07-19T20:11:55.346Z] DEBUG - Clicking on with mnemonic 'Destroy Session...' 16:11:55 [2019-07-19T20:11:55.603Z] DEBUG - Clicked on with mnemonic 'Destroy Session...' 16:11:55 [2019-07-19T20:11:55.603Z] DEBUG - matched Shell with text "Destroy Confirmation", using matcher: with text 'Destroy Confirmation' 16:11:55 [2019-07-19T20:11:55.603Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Destroy Confirmation} time=199019666 data=null doit=true} to Shell with text {Destroy Confirmation} 16:11:55 [2019-07-19T20:11:55.603Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:11:55 [2019-07-19T20:11:55.603Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:11:55 [2019-07-19T20:11:55.603Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 16:11:55 [2019-07-19T20:11:55.603Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:11:55 [2019-07-19T20:11:55.603Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:11:55 [2019-07-19T20:11:55.603Z] DEBUG - Clicking on OK 16:11:55 [2019-07-19T20:11:55.603Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=199019668 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:11:55 [2019-07-19T20:11:55.603Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=199019668 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:11:55 [2019-07-19T20:11:55.603Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=199019668 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:11:55 [2019-07-19T20:11:55.603Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=199019668 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:11:55 [2019-07-19T20:11:55.603Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=199019668 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:11:55 [2019-07-19T20:11:55.603Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=199019668 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:11:55 [2019-07-19T20:11:55.603Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=199019668 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:11:55 [2019-07-19T20:11:55.603Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Destroy Session...} time=199019471 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Destroy Session...' 16:11:55 [2019-07-19T20:11:55.603Z] DEBUG - Clicked on 16:11:55 [2019-07-19T20:11:55.603Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:11:55 [2019-07-19T20:11:55.603Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:55 [2019-07-19T20:11:55.603Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=199019786 data=null button=0 stateMask=0x0 x=69 y=-34 count=0} to TreeItem with text {myNode} 16:11:55 [2019-07-19T20:11:55.603Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=199019786 data=null doit=true} to TreeItem with text {myNode} 16:11:55 [2019-07-19T20:11:55.603Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=199019786 data=null} to TreeItem with text {myNode} 16:11:55 [2019-07-19T20:11:55.603Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=199019787 data=null button=1 stateMask=0x0 x=69 y=-34 count=1} to TreeItem with text {myNode} 16:11:55 [2019-07-19T20:11:55.603Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199019787 data=null item=TreeItem {myNode} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {myNode} 16:11:55 [2019-07-19T20:11:55.603Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=199019790 data=null button=1 stateMask=0x80000 x=69 y=-34 count=1} to TreeItem with text {myNode} 16:11:55 [2019-07-19T20:11:55.603Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:55 [2019-07-19T20:11:55.603Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=199019801 data=null button=0 stateMask=0x0 x=69 y=-23 count=0} to TreeItem with text {myNode} 16:11:55 [2019-07-19T20:11:55.603Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=199019801 data=null doit=true} to TreeItem with text {myNode} 16:11:55 [2019-07-19T20:11:55.603Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=199019801 data=null} to TreeItem with text {myNode} 16:11:55 [2019-07-19T20:11:55.603Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=199019802 data=null button=1 stateMask=0x0 x=69 y=-23 count=1} to TreeItem with text {myNode} 16:11:55 [2019-07-19T20:11:55.603Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199019802 data=null item=TreeItem {myNode} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {myNode} 16:11:55 [2019-07-19T20:11:55.603Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=199019804 data=null button=1 stateMask=0x80000 x=69 y=-23 count=1} to TreeItem with text {myNode} 16:11:55 [2019-07-19T20:11:55.860Z] DEBUG - matched MenuItem with text "Disconnect", using matcher: with mnemonic 'Disconnect' 16:11:55 [2019-07-19T20:11:55.860Z] DEBUG - Clicking on with mnemonic 'Disconnect' 16:11:55 [2019-07-19T20:11:55.860Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Disconnect} time=199019943 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Disconnect' 16:11:55 [2019-07-19T20:11:55.860Z] DEBUG - Clicked on with mnemonic 'Disconnect' 16:11:55 [2019-07-19T20:11:55.860Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=199020050 data=null doit=true} to Shell with text {data - Eclipse Platform} 16:11:55 [2019-07-19T20:11:55.860Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' 16:11:56 [2019-07-19T20:11:56.118Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:11:56 [2019-07-19T20:11:56.118Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:11:56 [2019-07-19T20:11:56.118Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:56 [2019-07-19T20:11:56.118Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Remote} time=199020143 data=null button=0 stateMask=0x0 x=67 y=11 count=0} to TreeItem with text {Remote} 16:11:56 [2019-07-19T20:11:56.118Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Remote} time=199020143 data=null doit=true} to TreeItem with text {Remote} 16:11:56 [2019-07-19T20:11:56.118Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Remote} time=199020143 data=null} to TreeItem with text {Remote} 16:11:56 [2019-07-19T20:11:56.118Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Remote} time=199020143 data=null button=1 stateMask=0x0 x=67 y=11 count=1} to TreeItem with text {Remote} 16:11:56 [2019-07-19T20:11:56.118Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199020143 data=null item=TreeItem {Remote} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Remote} 16:11:56 [2019-07-19T20:11:56.118Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Remote} time=199020340 data=null button=1 stateMask=0x80000 x=67 y=11 count=1} to TreeItem with text {Remote} 16:11:56 [2019-07-19T20:11:56.375Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' 16:11:56 [2019-07-19T20:11:56.375Z] DEBUG - Clicking on with mnemonic 'Delete' 16:11:56 [2019-07-19T20:11:56.631Z] DEBUG - Clicked on with mnemonic 'Delete' 16:11:57 [2019-07-19T20:11:57.561Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' 16:11:57 [2019-07-19T20:11:57.561Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} 16:11:57 [2019-07-19T20:11:57.561Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 16:11:57 [2019-07-19T20:11:57.561Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' 16:11:57 [2019-07-19T20:11:57.561Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') 16:11:57 [2019-07-19T20:11:57.561Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 16:11:57 [2019-07-19T20:11:57.561Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:11:57 [2019-07-19T20:11:57.561Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:11:57 [2019-07-19T20:11:57.561Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') 16:11:57 [2019-07-19T20:11:57.561Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected 16:11:57 [2019-07-19T20:11:57.561Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199021695 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:11:57 [2019-07-19T20:11:57.561Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199021696 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:11:57 [2019-07-19T20:11:57.561Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=199021696 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:11:57 [2019-07-19T20:11:57.561Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=199021697 data=null} to (of type 'Button' and with style 'SWT.CHECK') 16:11:57 [2019-07-19T20:11:57.561Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199021697 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:11:57 [2019-07-19T20:11:57.561Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199021697 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:11:57 [2019-07-19T20:11:57.561Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=199021697 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:11:57 [2019-07-19T20:11:57.561Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199021697 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:11:57 [2019-07-19T20:11:57.561Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199021698 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:11:57 [2019-07-19T20:11:57.561Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199021698 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:11:57 [2019-07-19T20:11:57.561Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=199021698 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:11:57 [2019-07-19T20:11:57.561Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=199021698 data=null} to (of type 'Button' and with style 'SWT.CHECK') 16:11:57 [2019-07-19T20:11:57.561Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') 16:11:57 [2019-07-19T20:11:57.561Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 16:11:57 [2019-07-19T20:11:57.561Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 16:11:57 [2019-07-19T20:11:57.561Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:11:57 [2019-07-19T20:11:57.561Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:11:57 [2019-07-19T20:11:57.561Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 16:11:57 [2019-07-19T20:11:57.561Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:11:57 [2019-07-19T20:11:57.561Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:11:57 [2019-07-19T20:11:57.561Z] DEBUG - Clicking on OK 16:11:57 [2019-07-19T20:11:57.561Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=199021700 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:11:57 [2019-07-19T20:11:57.561Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=199021700 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:11:57 [2019-07-19T20:11:57.561Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=199021700 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:11:57 [2019-07-19T20:11:57.561Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=199021700 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:11:57 [2019-07-19T20:11:57.561Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=199021700 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:11:57 [2019-07-19T20:11:57.561Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=199021701 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:11:57 [2019-07-19T20:11:57.561Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:11:57 [2019-07-19T20:11:57.561Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:11:57 [2019-07-19T20:11:57.561Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:11:57 [2019-07-19T20:11:57.561Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:11:57 [2019-07-19T20:11:57.561Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:11:57 [2019-07-19T20:11:57.561Z] DEBUG - Clicked on OK 16:11:57 [2019-07-19T20:11:57.818Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=199021701 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:11:57 [2019-07-19T20:11:57.818Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=199020534 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' 16:11:58 [2019-07-19T20:11:58.075Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.542 s - in org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests.ControlViewTest 16:11:58 [2019-07-19T20:11:58.075Z] testTraceSessionTree(org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests.ControlViewTest) Time elapsed: 19.051 s 16:11:58 [2019-07-19T20:11:58.075Z] Running org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests.ControlViewAllEventsTest 16:11:59 [2019-07-19T20:11:59.006Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.internal.lttng2.ui.views.control"' 16:11:59 [2019-07-19T20:11:59.006Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:11:59 [2019-07-19T20:11:59.006Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:11:59 [2019-07-19T20:11:59.006Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:59 [2019-07-19T20:11:59.006Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=199023056 data=null button=0 stateMask=0x0 x=69 y=11 count=0} to TreeItem with text {myNode} 16:11:59 [2019-07-19T20:11:59.006Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=199023056 data=null doit=true} to TreeItem with text {myNode} 16:11:59 [2019-07-19T20:11:59.006Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=199023057 data=null} to TreeItem with text {myNode} 16:11:59 [2019-07-19T20:11:59.006Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=199023057 data=null button=1 stateMask=0x0 x=69 y=11 count=1} to TreeItem with text {myNode} 16:11:59 [2019-07-19T20:11:59.006Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199023063 data=null item=TreeItem {myNode} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {myNode} 16:11:59 [2019-07-19T20:11:59.006Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=199023066 data=null button=1 stateMask=0x80000 x=69 y=11 count=1} to TreeItem with text {myNode} 16:11:59 [2019-07-19T20:11:59.006Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:59 [2019-07-19T20:11:59.006Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=199023067 data=null button=0 stateMask=0x0 x=69 y=11 count=0} to TreeItem with text {myNode} 16:11:59 [2019-07-19T20:11:59.006Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=199023067 data=null doit=true} to TreeItem with text {myNode} 16:11:59 [2019-07-19T20:11:59.006Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=199023068 data=null} to TreeItem with text {myNode} 16:11:59 [2019-07-19T20:11:59.006Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=199023068 data=null button=1 stateMask=0x0 x=69 y=11 count=1} to TreeItem with text {myNode} 16:11:59 [2019-07-19T20:11:59.006Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199023068 data=null item=TreeItem {myNode} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {myNode} 16:11:59 [2019-07-19T20:11:59.006Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=199023069 data=null button=1 stateMask=0x80000 x=69 y=11 count=1} to TreeItem with text {myNode} 16:11:59 [2019-07-19T20:11:59.006Z] DEBUG - matched MenuItem with text "Connect", using matcher: with mnemonic 'Connect' 16:11:59 [2019-07-19T20:11:59.006Z] DEBUG - Clicking on with mnemonic 'Connect' 16:11:59 [2019-07-19T20:11:59.006Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Connect} time=199023236 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Connect' 16:11:59 [2019-07-19T20:11:59.006Z] DEBUG - Clicked on with mnemonic 'Connect' 16:11:59 [2019-07-19T20:11:59.588Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:59 [2019-07-19T20:11:59.588Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Sessions} time=199023750 data=null button=0 stateMask=0x0 x=89 y=137 count=0} to Tree node with text: Sessions 16:11:59 [2019-07-19T20:11:59.588Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Sessions} time=199023750 data=null doit=true} to Tree node with text: Sessions 16:11:59 [2019-07-19T20:11:59.588Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Sessions} time=199023750 data=null} to Tree node with text: Sessions 16:11:59 [2019-07-19T20:11:59.588Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Sessions} time=199023754 data=null button=1 stateMask=0x0 x=89 y=137 count=1} to Tree node with text: Sessions 16:11:59 [2019-07-19T20:11:59.588Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199023754 data=null item=TreeItem {Sessions} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: Sessions 16:11:59 [2019-07-19T20:11:59.588Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Sessions} time=199023756 data=null button=1 stateMask=0x80000 x=89 y=137 count=1} to Tree node with text: Sessions 16:11:59 [2019-07-19T20:11:59.588Z] DEBUG - Attempting to set focus on Tree with text {} 16:11:59 [2019-07-19T20:11:59.588Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Sessions} time=199023756 data=null button=0 stateMask=0x0 x=89 y=137 count=0} to Tree node with text: Sessions 16:11:59 [2019-07-19T20:11:59.588Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Sessions} time=199023757 data=null doit=true} to Tree node with text: Sessions 16:11:59 [2019-07-19T20:11:59.588Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Sessions} time=199023757 data=null} to Tree node with text: Sessions 16:11:59 [2019-07-19T20:11:59.588Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Sessions} time=199023757 data=null button=1 stateMask=0x0 x=89 y=137 count=1} to Tree node with text: Sessions 16:11:59 [2019-07-19T20:11:59.588Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199023757 data=null item=TreeItem {Sessions} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: Sessions 16:11:59 [2019-07-19T20:11:59.588Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Sessions} time=199023758 data=null button=1 stateMask=0x80000 x=89 y=137 count=1} to Tree node with text: Sessions 16:11:59 [2019-07-19T20:11:59.845Z] DEBUG - matched MenuItem with text "Create Session...", using matcher: with mnemonic 'Create Session...' 16:11:59 [2019-07-19T20:11:59.845Z] DEBUG - Clicking on with mnemonic 'Create Session...' 16:11:59 [2019-07-19T20:11:59.845Z] DEBUG - Clicked on with mnemonic 'Create Session...' 16:11:59 [2019-07-19T20:11:59.845Z] DEBUG - matched Shell with text "Create Session", using matcher: with text 'Create Session' 16:11:59 [2019-07-19T20:11:59.845Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Create Session} time=199024079 data=null doit=true} to Shell with text {Create Session} 16:11:59 [2019-07-19T20:11:59.845Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 16:11:59 [2019-07-19T20:11:59.845Z] DEBUG - matched Label with text "Session Name", using matcher: with mnemonic 'Session Name' 16:11:59 [2019-07-19T20:11:59.845Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Session Name') 16:11:59 [2019-07-19T20:11:59.845Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Session Name')) 16:11:59 [2019-07-19T20:11:59.845Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 16:11:59 [2019-07-19T20:11:59.845Z] DEBUG - matched Label with text "Session Name", using matcher: with mnemonic 'Session Name' 16:11:59 [2019-07-19T20:11:59.845Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Session Name') 16:11:59 [2019-07-19T20:11:59.845Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Session Name')) 16:11:59 [2019-07-19T20:11:59.845Z] DEBUG - matched Text with text " 16:11:59 [2019-07-19T20:11:59.845Z] ", using matcher: of type 'Text' 16:11:59 [2019-07-19T20:11:59.845Z] DEBUG - matched Label with text "Session Name", using matcher: with mnemonic 'Session Name' 16:11:59 [2019-07-19T20:11:59.845Z] DEBUG - matched Text with text " 16:11:59 [2019-07-19T20:11:59.845Z] ", using matcher: with label (with mnemonic 'Session Name') 16:11:59 [2019-07-19T20:11:59.845Z] DEBUG - matched Text with text " 16:11:59 [2019-07-19T20:11:59.845Z] ", using matcher: (of type 'Text' and with label (with mnemonic 'Session Name')) 16:11:59 [2019-07-19T20:11:59.845Z] DEBUG - matched Button with text "Normal Mode", using matcher: of type 'Button' 16:11:59 [2019-07-19T20:11:59.845Z] DEBUG - matched Button with text "Snapshot Mode", using matcher: of type 'Button' 16:11:59 [2019-07-19T20:11:59.845Z] DEBUG - matched Button with text "Advanced >>>", using matcher: of type 'Button' 16:11:59 [2019-07-19T20:11:59.845Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' 16:11:59 [2019-07-19T20:11:59.845Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' 16:11:59 [2019-07-19T20:11:59.845Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok' 16:11:59 [2019-07-19T20:11:59.845Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH' 16:11:59 [2019-07-19T20:11:59.845Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:12:00 [2019-07-19T20:12:00.102Z] DEBUG - Clicking on &Ok 16:12:00 [2019-07-19T20:12:00.102Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=199024138 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:12:00 [2019-07-19T20:12:00.102Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=199024138 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:12:00 [2019-07-19T20:12:00.102Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=199024138 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:12:00 [2019-07-19T20:12:00.102Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=199024138 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:12:00 [2019-07-19T20:12:00.102Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=199024138 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:12:00 [2019-07-19T20:12:00.102Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=199024138 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:12:00 [2019-07-19T20:12:00.102Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=199024139 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:12:00 [2019-07-19T20:12:00.102Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Create Session...} time=199023857 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Create Session...' 16:12:00 [2019-07-19T20:12:00.102Z] DEBUG - Clicked on 16:12:00 [2019-07-19T20:12:00.102Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Sessions} time=199024337 data=null doit=true} to Tree node with text: Sessions 16:12:00 [2019-07-19T20:12:00.102Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Sessions} time=199024337 data=null} to Tree node with text: Sessions 16:12:00 [2019-07-19T20:12:00.102Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Sessions} time=199024337 data=null button=1 stateMask=0x0 x=89 y=92 count=1} to Tree node with text: Sessions 16:12:00 [2019-07-19T20:12:00.102Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=199024338 data=null item=TreeItem {Sessions} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Tree node with text: Sessions 16:12:00 [2019-07-19T20:12:00.102Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Sessions} time=199024339 data=null button=1 stateMask=0x80000 x=89 y=92 count=1} to Tree node with text: Sessions 16:12:00 [2019-07-19T20:12:00.102Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:12:00 [2019-07-19T20:12:00.102Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:12:00 [2019-07-19T20:12:00.102Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:12:00 [2019-07-19T20:12:00.102Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:12:00 [2019-07-19T20:12:00.102Z] DEBUG - Attempting to set focus on Tree with text {} 16:12:00 [2019-07-19T20:12:00.102Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=199024341 data=null button=0 stateMask=0x0 x=112 y=113 count=0} to Tree node with text: mysession 16:12:00 [2019-07-19T20:12:00.102Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=199024341 data=null doit=true} to Tree node with text: mysession 16:12:00 [2019-07-19T20:12:00.102Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=199024342 data=null} to Tree node with text: mysession 16:12:00 [2019-07-19T20:12:00.102Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=199024342 data=null button=1 stateMask=0x0 x=112 y=113 count=1} to Tree node with text: mysession 16:12:00 [2019-07-19T20:12:00.102Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199024342 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:12:00 [2019-07-19T20:12:00.360Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=199024355 data=null button=1 stateMask=0x80000 x=112 y=92 count=1} to Tree node with text: mysession 16:12:00 [2019-07-19T20:12:00.360Z] DEBUG - Attempting to set focus on Tree with text {} 16:12:00 [2019-07-19T20:12:00.360Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=199024356 data=null button=0 stateMask=0x0 x=112 y=92 count=0} to Tree node with text: mysession 16:12:00 [2019-07-19T20:12:00.360Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=199024356 data=null doit=true} to Tree node with text: mysession 16:12:00 [2019-07-19T20:12:00.360Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=199024356 data=null} to Tree node with text: mysession 16:12:00 [2019-07-19T20:12:00.360Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=199024357 data=null button=1 stateMask=0x0 x=112 y=92 count=1} to Tree node with text: mysession 16:12:00 [2019-07-19T20:12:00.360Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199024357 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:12:00 [2019-07-19T20:12:00.360Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=199024358 data=null button=1 stateMask=0x80000 x=112 y=92 count=1} to Tree node with text: mysession 16:12:00 [2019-07-19T20:12:00.360Z] DEBUG - matched MenuItem with text "Enable Event (defaul...", using matcher: with mnemonic 'Enable Event (default channel)...' 16:12:00 [2019-07-19T20:12:00.360Z] DEBUG - Clicking on with mnemonic 'Enable Event (default channel)...' 16:12:00 [2019-07-19T20:12:00.618Z] DEBUG - Clicked on with mnemonic 'Enable Event (default channel)...' 16:12:00 [2019-07-19T20:12:00.876Z] DEBUG - matched Shell with text "Enable Events", using matcher: with text 'Enable Events' 16:12:00 [2019-07-19T20:12:00.876Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Enable Events} time=199024941 data=null doit=true} to Shell with text {Enable Events} 16:12:00 [2019-07-19T20:12:00.876Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' 16:12:00 [2019-07-19T20:12:00.876Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' 16:12:00 [2019-07-19T20:12:00.876Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' 16:12:00 [2019-07-19T20:12:00.876Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' 16:12:00 [2019-07-19T20:12:00.876Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' 16:12:00 [2019-07-19T20:12:00.876Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:12:00 [2019-07-19T20:12:00.876Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' 16:12:00 [2019-07-19T20:12:00.876Z] DEBUG - matched Group with text "All Tracepoint Event...", using matcher: with mnemonic 'All Tracepoint Events and Syscalls' 16:12:00 [2019-07-19T20:12:00.876Z] DEBUG - matched Button with text "Select", using matcher: in group (with mnemonic 'All Tracepoint Events and Syscalls') 16:12:00 [2019-07-19T20:12:00.876Z] DEBUG - matched Button with text "Select", using matcher: with style 'SWT.RADIO' 16:12:00 [2019-07-19T20:12:00.876Z] DEBUG - matched Button with text "Select", using matcher: (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'All Tracepoint Events and Syscalls') and with style 'SWT.RADIO') 16:12:00 [2019-07-19T20:12:00.876Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:12:00 [2019-07-19T20:12:00.876Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' 16:12:00 [2019-07-19T20:12:00.876Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:12:00 [2019-07-19T20:12:00.876Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' 16:12:00 [2019-07-19T20:12:00.876Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:12:00 [2019-07-19T20:12:00.876Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' 16:12:00 [2019-07-19T20:12:00.876Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:12:00 [2019-07-19T20:12:00.876Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' 16:12:00 [2019-07-19T20:12:00.876Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' 16:12:00 [2019-07-19T20:12:00.876Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' 16:12:00 [2019-07-19T20:12:00.876Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'All Tracepoint Events and Syscalls') and with style 'SWT.RADIO') is already selected, not clicking again. 16:12:00 [2019-07-19T20:12:00.876Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' 16:12:00 [2019-07-19T20:12:00.876Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' 16:12:00 [2019-07-19T20:12:00.876Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' 16:12:00 [2019-07-19T20:12:00.876Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' 16:12:00 [2019-07-19T20:12:00.876Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' 16:12:00 [2019-07-19T20:12:00.876Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:12:00 [2019-07-19T20:12:00.876Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:12:00 [2019-07-19T20:12:00.876Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:12:00 [2019-07-19T20:12:00.876Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:12:00 [2019-07-19T20:12:00.876Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:12:00 [2019-07-19T20:12:00.876Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' 16:12:00 [2019-07-19T20:12:00.876Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' 16:12:00 [2019-07-19T20:12:00.876Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok' 16:12:00 [2019-07-19T20:12:00.876Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH' 16:12:00 [2019-07-19T20:12:00.876Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:12:00 [2019-07-19T20:12:00.876Z] DEBUG - Clicking on &Ok 16:12:00 [2019-07-19T20:12:00.876Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=199024959 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:12:00 [2019-07-19T20:12:00.876Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=199024959 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:12:00 [2019-07-19T20:12:00.876Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=199024959 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:12:00 [2019-07-19T20:12:00.876Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=199024959 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:12:00 [2019-07-19T20:12:00.876Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=199024959 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:12:00 [2019-07-19T20:12:00.876Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=199024960 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:12:00 [2019-07-19T20:12:00.876Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=199024960 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:12:00 [2019-07-19T20:12:00.876Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Enable Event (default channel)...} time=199024546 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Enable Event (default channel)...' 16:12:01 [2019-07-19T20:12:01.133Z] DEBUG - Clicked on 16:12:01 [2019-07-19T20:12:01.133Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:12:01 [2019-07-19T20:12:01.133Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:12:01 [2019-07-19T20:12:01.133Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. 16:12:01 [2019-07-19T20:12:01.133Z] WARN - Tree item Tree node with text: Kernel is already expanded. Won't expand it again. 16:12:01 [2019-07-19T20:12:01.133Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:12:01 [2019-07-19T20:12:01.133Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:12:01 [2019-07-19T20:12:01.133Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. 16:12:01 [2019-07-19T20:12:01.133Z] WARN - Tree item Tree node with text: Kernel is already expanded. Won't expand it again. 16:12:01 [2019-07-19T20:12:01.133Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {channel0} time=199025266 data=null doit=true} to Tree node with text: channel0 16:12:01 [2019-07-19T20:12:01.133Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {channel0} time=199025266 data=null} to Tree node with text: channel0 16:12:01 [2019-07-19T20:12:01.133Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {channel0} time=199025266 data=null button=1 stateMask=0x0 x=143 y=92 count=1} to Tree node with text: channel0 16:12:01 [2019-07-19T20:12:01.133Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=199025267 data=null item=TreeItem {channel0} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Tree node with text: channel0 16:12:01 [2019-07-19T20:12:01.133Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {channel0} time=199025268 data=null button=1 stateMask=0x80000 x=143 y=92 count=1} to Tree node with text: channel0 16:12:01 [2019-07-19T20:12:01.133Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:12:01 [2019-07-19T20:12:01.133Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:12:01 [2019-07-19T20:12:01.133Z] DEBUG - Attempting to set focus on Tree with text {} 16:12:01 [2019-07-19T20:12:01.133Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=199025274 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession 16:12:01 [2019-07-19T20:12:01.133Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=199025274 data=null doit=true} to Tree node with text: mysession 16:12:01 [2019-07-19T20:12:01.133Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=199025274 data=null} to Tree node with text: mysession 16:12:01 [2019-07-19T20:12:01.133Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=199025274 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession 16:12:01 [2019-07-19T20:12:01.133Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199025275 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:12:01 [2019-07-19T20:12:01.133Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=199025276 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession 16:12:01 [2019-07-19T20:12:01.133Z] DEBUG - Attempting to set focus on Tree with text {} 16:12:01 [2019-07-19T20:12:01.133Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=199025277 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession 16:12:01 [2019-07-19T20:12:01.133Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=199025277 data=null doit=true} to Tree node with text: mysession 16:12:01 [2019-07-19T20:12:01.133Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=199025277 data=null} to Tree node with text: mysession 16:12:01 [2019-07-19T20:12:01.133Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=199025278 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession 16:12:01 [2019-07-19T20:12:01.133Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199025278 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:12:01 [2019-07-19T20:12:01.133Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=199025279 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession 16:12:01 [2019-07-19T20:12:01.391Z] DEBUG - matched MenuItem with text "Start", using matcher: with mnemonic 'Start' 16:12:01 [2019-07-19T20:12:01.391Z] DEBUG - Clicking on with mnemonic 'Start' 16:12:01 [2019-07-19T20:12:01.391Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Start} time=199025459 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Start' 16:12:01 [2019-07-19T20:12:01.391Z] DEBUG - Clicked on with mnemonic 'Start' 16:12:01 [2019-07-19T20:12:01.391Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:12:01 [2019-07-19T20:12:01.391Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:12:01 [2019-07-19T20:12:01.391Z] DEBUG - Attempting to set focus on Tree with text {} 16:12:01 [2019-07-19T20:12:01.391Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=199025562 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession 16:12:01 [2019-07-19T20:12:01.391Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=199025563 data=null doit=true} to Tree node with text: mysession 16:12:01 [2019-07-19T20:12:01.391Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=199025563 data=null} to Tree node with text: mysession 16:12:01 [2019-07-19T20:12:01.391Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=199025563 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession 16:12:01 [2019-07-19T20:12:01.391Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199025563 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:12:01 [2019-07-19T20:12:01.391Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=199025566 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession 16:12:01 [2019-07-19T20:12:01.391Z] DEBUG - Attempting to set focus on Tree with text {} 16:12:01 [2019-07-19T20:12:01.391Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=199025566 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession 16:12:01 [2019-07-19T20:12:01.391Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=199025567 data=null doit=true} to Tree node with text: mysession 16:12:01 [2019-07-19T20:12:01.391Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=199025567 data=null} to Tree node with text: mysession 16:12:01 [2019-07-19T20:12:01.391Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=199025567 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession 16:12:01 [2019-07-19T20:12:01.391Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199025567 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:12:01 [2019-07-19T20:12:01.391Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=199025569 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession 16:12:01 [2019-07-19T20:12:01.648Z] DEBUG - matched MenuItem with text "Stop", using matcher: with mnemonic 'Stop' 16:12:01 [2019-07-19T20:12:01.648Z] DEBUG - Clicking on with mnemonic 'Stop' 16:12:01 [2019-07-19T20:12:01.648Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Stop} time=199025659 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Stop' 16:12:01 [2019-07-19T20:12:01.648Z] DEBUG - Clicked on with mnemonic 'Stop' 16:12:01 [2019-07-19T20:12:01.648Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:12:01 [2019-07-19T20:12:01.648Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:12:01 [2019-07-19T20:12:01.648Z] DEBUG - Attempting to set focus on Tree with text {} 16:12:01 [2019-07-19T20:12:01.648Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=199025763 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession 16:12:01 [2019-07-19T20:12:01.648Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=199025763 data=null doit=true} to Tree node with text: mysession 16:12:01 [2019-07-19T20:12:01.648Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=199025764 data=null} to Tree node with text: mysession 16:12:01 [2019-07-19T20:12:01.648Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=199025764 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession 16:12:01 [2019-07-19T20:12:01.648Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199025764 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:12:01 [2019-07-19T20:12:01.648Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=199025765 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession 16:12:01 [2019-07-19T20:12:01.648Z] DEBUG - Attempting to set focus on Tree with text {} 16:12:01 [2019-07-19T20:12:01.648Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=199025766 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession 16:12:01 [2019-07-19T20:12:01.648Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=199025766 data=null doit=true} to Tree node with text: mysession 16:12:01 [2019-07-19T20:12:01.648Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=199025766 data=null} to Tree node with text: mysession 16:12:01 [2019-07-19T20:12:01.648Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=199025767 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession 16:12:01 [2019-07-19T20:12:01.648Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199025767 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:12:01 [2019-07-19T20:12:01.648Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=199025768 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession 16:12:01 [2019-07-19T20:12:01.648Z] DEBUG - matched MenuItem with text "Destroy Session...", using matcher: with mnemonic 'Destroy Session...' 16:12:01 [2019-07-19T20:12:01.648Z] DEBUG - Clicking on with mnemonic 'Destroy Session...' 16:12:01 [2019-07-19T20:12:01.905Z] DEBUG - Clicked on with mnemonic 'Destroy Session...' 16:12:01 [2019-07-19T20:12:01.905Z] DEBUG - matched Shell with text "Destroy Confirmation", using matcher: with text 'Destroy Confirmation' 16:12:01 [2019-07-19T20:12:01.905Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Destroy Confirmation} time=199026141 data=null doit=true} to Shell with text {Destroy Confirmation} 16:12:01 [2019-07-19T20:12:01.905Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:12:01 [2019-07-19T20:12:01.905Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:12:01 [2019-07-19T20:12:01.905Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 16:12:01 [2019-07-19T20:12:01.905Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:12:01 [2019-07-19T20:12:01.905Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:12:01 [2019-07-19T20:12:01.905Z] DEBUG - Clicking on OK 16:12:01 [2019-07-19T20:12:01.905Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=199026143 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:12:01 [2019-07-19T20:12:01.905Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=199026143 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:12:01 [2019-07-19T20:12:01.905Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=199026143 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:12:01 [2019-07-19T20:12:01.905Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=199026143 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:12:01 [2019-07-19T20:12:01.905Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=199026143 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:12:01 [2019-07-19T20:12:01.905Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=199026143 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:12:02 [2019-07-19T20:12:02.162Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=199026143 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:12:02 [2019-07-19T20:12:02.162Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Destroy Session...} time=199025864 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Destroy Session...' 16:12:02 [2019-07-19T20:12:02.162Z] DEBUG - Clicked on 16:12:02 [2019-07-19T20:12:02.162Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:12:02 [2019-07-19T20:12:02.162Z] DEBUG - Attempting to set focus on Tree with text {} 16:12:02 [2019-07-19T20:12:02.162Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=199026343 data=null button=0 stateMask=0x0 x=53 y=-34 count=0} to TreeItem with text {myNode} 16:12:02 [2019-07-19T20:12:02.162Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=199026343 data=null doit=true} to TreeItem with text {myNode} 16:12:02 [2019-07-19T20:12:02.162Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=199026343 data=null} to TreeItem with text {myNode} 16:12:02 [2019-07-19T20:12:02.162Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=199026343 data=null button=1 stateMask=0x0 x=53 y=-34 count=1} to TreeItem with text {myNode} 16:12:02 [2019-07-19T20:12:02.162Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199026344 data=null item=TreeItem {myNode} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {myNode} 16:12:02 [2019-07-19T20:12:02.162Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=199026358 data=null button=1 stateMask=0x80000 x=69 y=11 count=1} to TreeItem with text {myNode} 16:12:02 [2019-07-19T20:12:02.162Z] DEBUG - Attempting to set focus on Tree with text {} 16:12:02 [2019-07-19T20:12:02.162Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=199026359 data=null button=0 stateMask=0x0 x=69 y=11 count=0} to TreeItem with text {myNode} 16:12:02 [2019-07-19T20:12:02.162Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=199026360 data=null doit=true} to TreeItem with text {myNode} 16:12:02 [2019-07-19T20:12:02.162Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=199026360 data=null} to TreeItem with text {myNode} 16:12:02 [2019-07-19T20:12:02.162Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=199026360 data=null button=1 stateMask=0x0 x=69 y=11 count=1} to TreeItem with text {myNode} 16:12:02 [2019-07-19T20:12:02.162Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199026360 data=null item=TreeItem {myNode} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {myNode} 16:12:02 [2019-07-19T20:12:02.162Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=199026371 data=null button=1 stateMask=0x80000 x=69 y=11 count=1} to TreeItem with text {myNode} 16:12:02 [2019-07-19T20:12:02.419Z] DEBUG - matched MenuItem with text "Disconnect", using matcher: with mnemonic 'Disconnect' 16:12:02 [2019-07-19T20:12:02.419Z] DEBUG - Clicking on with mnemonic 'Disconnect' 16:12:02 [2019-07-19T20:12:02.419Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Disconnect} time=199026531 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Disconnect' 16:12:02 [2019-07-19T20:12:02.419Z] DEBUG - Clicked on with mnemonic 'Disconnect' 16:12:02 [2019-07-19T20:12:02.419Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.396 s - in org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests.ControlViewAllEventsTest 16:12:02 [2019-07-19T20:12:02.419Z] testTraceSessionTree(org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests.ControlViewAllEventsTest) Time elapsed: 3.891 s 16:12:02 [2019-07-19T20:12:02.419Z] Running org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests.ControlViewKernelFilterTest 16:12:03 [2019-07-19T20:12:03.350Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.internal.lttng2.ui.views.control"' 16:12:03 [2019-07-19T20:12:03.350Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:12:03 [2019-07-19T20:12:03.350Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:12:03 [2019-07-19T20:12:03.350Z] DEBUG - Attempting to set focus on Tree with text {} 16:12:03 [2019-07-19T20:12:03.350Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=199027472 data=null button=0 stateMask=0x0 x=69 y=11 count=0} to TreeItem with text {myNode} 16:12:03 [2019-07-19T20:12:03.350Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=199027472 data=null doit=true} to TreeItem with text {myNode} 16:12:03 [2019-07-19T20:12:03.350Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=199027473 data=null} to TreeItem with text {myNode} 16:12:03 [2019-07-19T20:12:03.350Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=199027473 data=null button=1 stateMask=0x0 x=69 y=11 count=1} to TreeItem with text {myNode} 16:12:03 [2019-07-19T20:12:03.350Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199027474 data=null item=TreeItem {myNode} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {myNode} 16:12:03 [2019-07-19T20:12:03.350Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=199027478 data=null button=1 stateMask=0x80000 x=69 y=11 count=1} to TreeItem with text {myNode} 16:12:03 [2019-07-19T20:12:03.350Z] DEBUG - Attempting to set focus on Tree with text {} 16:12:03 [2019-07-19T20:12:03.350Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=199027479 data=null button=0 stateMask=0x0 x=69 y=11 count=0} to TreeItem with text {myNode} 16:12:03 [2019-07-19T20:12:03.350Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=199027479 data=null doit=true} to TreeItem with text {myNode} 16:12:03 [2019-07-19T20:12:03.350Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=199027479 data=null} to TreeItem with text {myNode} 16:12:03 [2019-07-19T20:12:03.350Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=199027479 data=null button=1 stateMask=0x0 x=69 y=11 count=1} to TreeItem with text {myNode} 16:12:03 [2019-07-19T20:12:03.350Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199027479 data=null item=TreeItem {myNode} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {myNode} 16:12:03 [2019-07-19T20:12:03.350Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=199027532 data=null button=1 stateMask=0x80000 x=69 y=11 count=1} to TreeItem with text {myNode} 16:12:03 [2019-07-19T20:12:03.607Z] DEBUG - matched MenuItem with text "Connect", using matcher: with mnemonic 'Connect' 16:12:03 [2019-07-19T20:12:03.607Z] DEBUG - Clicking on with mnemonic 'Connect' 16:12:03 [2019-07-19T20:12:03.607Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Connect} time=199027645 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Connect' 16:12:03 [2019-07-19T20:12:03.607Z] DEBUG - Clicked on with mnemonic 'Connect' 16:12:04 [2019-07-19T20:12:04.171Z] DEBUG - Attempting to set focus on Tree with text {} 16:12:04 [2019-07-19T20:12:04.171Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Sessions} time=199028164 data=null button=0 stateMask=0x0 x=89 y=137 count=0} to Tree node with text: Sessions 16:12:04 [2019-07-19T20:12:04.171Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Sessions} time=199028164 data=null doit=true} to Tree node with text: Sessions 16:12:04 [2019-07-19T20:12:04.171Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Sessions} time=199028164 data=null} to Tree node with text: Sessions 16:12:04 [2019-07-19T20:12:04.171Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Sessions} time=199028165 data=null button=1 stateMask=0x0 x=89 y=137 count=1} to Tree node with text: Sessions 16:12:04 [2019-07-19T20:12:04.171Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199028165 data=null item=TreeItem {Sessions} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: Sessions 16:12:04 [2019-07-19T20:12:04.171Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Sessions} time=199028167 data=null button=1 stateMask=0x80000 x=89 y=137 count=1} to Tree node with text: Sessions 16:12:04 [2019-07-19T20:12:04.171Z] DEBUG - Attempting to set focus on Tree with text {} 16:12:04 [2019-07-19T20:12:04.171Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Sessions} time=199028168 data=null button=0 stateMask=0x0 x=89 y=137 count=0} to Tree node with text: Sessions 16:12:04 [2019-07-19T20:12:04.171Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Sessions} time=199028168 data=null doit=true} to Tree node with text: Sessions 16:12:04 [2019-07-19T20:12:04.171Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Sessions} time=199028168 data=null} to Tree node with text: Sessions 16:12:04 [2019-07-19T20:12:04.171Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Sessions} time=199028168 data=null button=1 stateMask=0x0 x=89 y=137 count=1} to Tree node with text: Sessions 16:12:04 [2019-07-19T20:12:04.171Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199028169 data=null item=TreeItem {Sessions} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: Sessions 16:12:04 [2019-07-19T20:12:04.171Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Sessions} time=199028170 data=null button=1 stateMask=0x80000 x=89 y=137 count=1} to Tree node with text: Sessions 16:12:04 [2019-07-19T20:12:04.171Z] DEBUG - matched MenuItem with text "Create Session...", using matcher: with mnemonic 'Create Session...' 16:12:04 [2019-07-19T20:12:04.171Z] DEBUG - Clicking on with mnemonic 'Create Session...' 16:12:04 [2019-07-19T20:12:04.428Z] DEBUG - Clicked on with mnemonic 'Create Session...' 16:12:04 [2019-07-19T20:12:04.428Z] DEBUG - matched Shell with text "Create Session", using matcher: with text 'Create Session' 16:12:04 [2019-07-19T20:12:04.428Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Create Session} time=199028472 data=null doit=true} to Shell with text {Create Session} 16:12:04 [2019-07-19T20:12:04.428Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 16:12:04 [2019-07-19T20:12:04.428Z] DEBUG - matched Label with text "Session Name", using matcher: with mnemonic 'Session Name' 16:12:04 [2019-07-19T20:12:04.428Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Session Name') 16:12:04 [2019-07-19T20:12:04.428Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Session Name')) 16:12:04 [2019-07-19T20:12:04.428Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 16:12:04 [2019-07-19T20:12:04.428Z] DEBUG - matched Label with text "Session Name", using matcher: with mnemonic 'Session Name' 16:12:04 [2019-07-19T20:12:04.428Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Session Name') 16:12:04 [2019-07-19T20:12:04.428Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Session Name')) 16:12:04 [2019-07-19T20:12:04.428Z] DEBUG - matched Text with text " 16:12:04 [2019-07-19T20:12:04.428Z] ", using matcher: of type 'Text' 16:12:04 [2019-07-19T20:12:04.428Z] DEBUG - matched Label with text "Session Name", using matcher: with mnemonic 'Session Name' 16:12:04 [2019-07-19T20:12:04.428Z] DEBUG - matched Text with text " 16:12:04 [2019-07-19T20:12:04.428Z] ", using matcher: with label (with mnemonic 'Session Name') 16:12:04 [2019-07-19T20:12:04.428Z] DEBUG - matched Text with text " 16:12:04 [2019-07-19T20:12:04.428Z] ", using matcher: (of type 'Text' and with label (with mnemonic 'Session Name')) 16:12:04 [2019-07-19T20:12:04.428Z] DEBUG - matched Button with text "Normal Mode", using matcher: of type 'Button' 16:12:04 [2019-07-19T20:12:04.428Z] DEBUG - matched Button with text "Snapshot Mode", using matcher: of type 'Button' 16:12:04 [2019-07-19T20:12:04.428Z] DEBUG - matched Button with text "Advanced >>>", using matcher: of type 'Button' 16:12:04 [2019-07-19T20:12:04.428Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' 16:12:04 [2019-07-19T20:12:04.429Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' 16:12:04 [2019-07-19T20:12:04.429Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok' 16:12:04 [2019-07-19T20:12:04.429Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH' 16:12:04 [2019-07-19T20:12:04.429Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:12:04 [2019-07-19T20:12:04.429Z] DEBUG - Clicking on &Ok 16:12:04 [2019-07-19T20:12:04.429Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=199028539 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:12:04 [2019-07-19T20:12:04.429Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=199028539 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:12:04 [2019-07-19T20:12:04.429Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=199028540 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:12:04 [2019-07-19T20:12:04.429Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=199028540 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:12:04 [2019-07-19T20:12:04.429Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=199028540 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:12:04 [2019-07-19T20:12:04.429Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=199028540 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:12:04 [2019-07-19T20:12:04.429Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=199028540 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:12:04 [2019-07-19T20:12:04.429Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Create Session...} time=199028247 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Create Session...' 16:12:04 [2019-07-19T20:12:04.686Z] DEBUG - Clicked on 16:12:04 [2019-07-19T20:12:04.686Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Sessions} time=199028741 data=null doit=true} to Tree node with text: Sessions 16:12:04 [2019-07-19T20:12:04.686Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Sessions} time=199028741 data=null} to Tree node with text: Sessions 16:12:04 [2019-07-19T20:12:04.686Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Sessions} time=199028741 data=null button=1 stateMask=0x0 x=89 y=92 count=1} to Tree node with text: Sessions 16:12:04 [2019-07-19T20:12:04.686Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=199028741 data=null item=TreeItem {Sessions} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Tree node with text: Sessions 16:12:04 [2019-07-19T20:12:04.686Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Sessions} time=199028742 data=null button=1 stateMask=0x80000 x=89 y=92 count=1} to Tree node with text: Sessions 16:12:04 [2019-07-19T20:12:04.686Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:12:04 [2019-07-19T20:12:04.686Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:12:04 [2019-07-19T20:12:04.686Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:12:04 [2019-07-19T20:12:04.686Z] WARN - Tree item Tree node with text: Provider is already expanded. Won't expand it again. 16:12:04 [2019-07-19T20:12:04.686Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Kernel} time=199028745 data=null doit=true} to Tree node with text: Kernel 16:12:04 [2019-07-19T20:12:04.686Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Kernel} time=199028745 data=null} to Tree node with text: Kernel 16:12:04 [2019-07-19T20:12:04.686Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Kernel} time=199028745 data=null button=1 stateMask=0x0 x=98 y=8 count=1} to Tree node with text: Kernel 16:12:04 [2019-07-19T20:12:04.686Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=199028745 data=null item=TreeItem {Kernel} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Tree node with text: Kernel 16:12:04 [2019-07-19T20:12:04.943Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Kernel} time=199028971 data=null button=1 stateMask=0x80000 x=98 y=8 count=1} to Tree node with text: Kernel 16:12:04 [2019-07-19T20:12:04.943Z] DEBUG - Attempting to set focus on Tree with text {} 16:12:04 [2019-07-19T20:12:04.943Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {sched_switch} time=199028975 data=null button=0 stateMask=0x0 x=138 y=2717 count=0} to Tree node with text: sched_switch 16:12:04 [2019-07-19T20:12:04.943Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {sched_switch} time=199028975 data=null doit=true} to Tree node with text: sched_switch 16:12:04 [2019-07-19T20:12:04.943Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {sched_switch} time=199028975 data=null} to Tree node with text: sched_switch 16:12:04 [2019-07-19T20:12:04.943Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {sched_switch} time=199028975 data=null button=1 stateMask=0x0 x=138 y=2717 count=1} to Tree node with text: sched_switch 16:12:04 [2019-07-19T20:12:04.943Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199028976 data=null item=TreeItem {sched_switch} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: sched_switch 16:12:04 [2019-07-19T20:12:04.943Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {sched_switch} time=199028981 data=null button=1 stateMask=0x80000 x=138 y=2717 count=1} to Tree node with text: sched_switch 16:12:04 [2019-07-19T20:12:04.943Z] DEBUG - Attempting to set focus on Tree with text {} 16:12:04 [2019-07-19T20:12:04.943Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {sched_switch} time=199028982 data=null button=0 stateMask=0x0 x=138 y=2717 count=0} to Tree node with text: sched_switch 16:12:04 [2019-07-19T20:12:04.943Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {sched_switch} time=199028982 data=null doit=true} to Tree node with text: sched_switch 16:12:04 [2019-07-19T20:12:04.943Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {sched_switch} time=199028982 data=null} to Tree node with text: sched_switch 16:12:04 [2019-07-19T20:12:04.943Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {sched_switch} time=199028983 data=null button=1 stateMask=0x0 x=138 y=2717 count=1} to Tree node with text: sched_switch 16:12:04 [2019-07-19T20:12:04.943Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199028983 data=null item=TreeItem {sched_switch} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: sched_switch 16:12:04 [2019-07-19T20:12:04.943Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {sched_switch} time=199028984 data=null button=1 stateMask=0x80000 x=138 y=2717 count=1} to Tree node with text: sched_switch 16:12:04 [2019-07-19T20:12:04.943Z] DEBUG - matched MenuItem with text "Enable Event...", using matcher: with mnemonic 'Enable Event...' 16:12:04 [2019-07-19T20:12:04.943Z] DEBUG - Clicking on with mnemonic 'Enable Event...' 16:12:05 [2019-07-19T20:12:05.201Z] DEBUG - Clicked on with mnemonic 'Enable Event...' 16:12:05 [2019-07-19T20:12:05.201Z] DEBUG - matched Shell with text "Enable Events", using matcher: with text 'Enable Events' 16:12:05 [2019-07-19T20:12:05.201Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Enable Events} time=199029362 data=null doit=true} to Shell with text {Enable Events} 16:12:05 [2019-07-19T20:12:05.201Z] DEBUG - matched CCombo with text "", using matcher: of type 'CCombo' 16:12:05 [2019-07-19T20:12:05.201Z] DEBUG - matched Group with text "Session List", using matcher: with mnemonic 'Session List' 16:12:05 [2019-07-19T20:12:05.201Z] DEBUG - matched CCombo with text "", using matcher: in group (with mnemonic 'Session List') 16:12:05 [2019-07-19T20:12:05.201Z] DEBUG - matched CCombo with text "", using matcher: (of type 'CCombo' and in group (with mnemonic 'Session List')) 16:12:05 [2019-07-19T20:12:05.201Z] DEBUG - matched CCombo with text "", using matcher: of type 'CCombo' 16:12:05 [2019-07-19T20:12:05.201Z] DEBUG - Setting selection on CCombo {*Wrong Thread*} to mysession 16:12:05 [2019-07-19T20:12:05.201Z] DEBUG - Sent event Selection [13]: SelectionEvent{CCombo {} time=199029364 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'CCombo' and in group (with mnemonic 'Session List')) 16:12:05 [2019-07-19T20:12:05.201Z] DEBUG - Set selection on CCombo {*Wrong Thread*} to mysession 16:12:05 [2019-07-19T20:12:05.201Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 16:12:05 [2019-07-19T20:12:05.201Z] DEBUG - matched Group with text "Filter Expression", using matcher: with mnemonic 'Filter Expression' 16:12:05 [2019-07-19T20:12:05.201Z] DEBUG - matched Text with text "", using matcher: in group (with mnemonic 'Filter Expression') 16:12:05 [2019-07-19T20:12:05.201Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and in group (with mnemonic 'Filter Expression')) 16:12:05 [2019-07-19T20:12:05.201Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' 16:12:05 [2019-07-19T20:12:05.201Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' 16:12:05 [2019-07-19T20:12:05.201Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok' 16:12:05 [2019-07-19T20:12:05.201Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH' 16:12:05 [2019-07-19T20:12:05.201Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:12:05 [2019-07-19T20:12:05.201Z] DEBUG - Clicking on &Ok 16:12:05 [2019-07-19T20:12:05.201Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=199029379 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:12:05 [2019-07-19T20:12:05.201Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=199029379 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:12:05 [2019-07-19T20:12:05.201Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=199029379 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:12:05 [2019-07-19T20:12:05.201Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=199029379 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:12:05 [2019-07-19T20:12:05.201Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=199029380 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:12:05 [2019-07-19T20:12:05.201Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=199029380 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:12:05 [2019-07-19T20:12:05.201Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=199029380 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:12:05 [2019-07-19T20:12:05.201Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Enable Event...} time=199029085 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Enable Event...' 16:12:05 [2019-07-19T20:12:05.887Z] DEBUG - Clicked on 16:12:05 [2019-07-19T20:12:05.887Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:12:05 [2019-07-19T20:12:05.887Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:12:05 [2019-07-19T20:12:05.887Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:12:05 [2019-07-19T20:12:05.887Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:12:05 [2019-07-19T20:12:05.887Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. 16:12:05 [2019-07-19T20:12:05.887Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:12:05 [2019-07-19T20:12:05.887Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:12:05 [2019-07-19T20:12:05.887Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. 16:12:05 [2019-07-19T20:12:05.887Z] WARN - Tree item Tree node with text: Kernel is already expanded. Won't expand it again. 16:12:05 [2019-07-19T20:12:05.887Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:12:05 [2019-07-19T20:12:05.887Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:12:05 [2019-07-19T20:12:05.887Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. 16:12:05 [2019-07-19T20:12:05.887Z] WARN - Tree item Tree node with text: Kernel is already expanded. Won't expand it again. 16:12:05 [2019-07-19T20:12:05.887Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {channel0} time=199029952 data=null doit=true} to Tree node with text: channel0 16:12:05 [2019-07-19T20:12:05.887Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {channel0} time=199029952 data=null} to Tree node with text: channel0 16:12:05 [2019-07-19T20:12:05.887Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {channel0} time=199029953 data=null button=1 stateMask=0x0 x=143 y=9440 count=1} to Tree node with text: channel0 16:12:05 [2019-07-19T20:12:05.887Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=199029953 data=null item=TreeItem {channel0} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Tree node with text: channel0 16:12:05 [2019-07-19T20:12:05.887Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {channel0} time=199029954 data=null button=1 stateMask=0x80000 x=143 y=9440 count=1} to Tree node with text: channel0 16:12:05 [2019-07-19T20:12:05.887Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:12:05 [2019-07-19T20:12:05.887Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:12:05 [2019-07-19T20:12:05.887Z] DEBUG - Attempting to set focus on Tree with text {} 16:12:05 [2019-07-19T20:12:05.887Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=199029956 data=null button=0 stateMask=0x0 x=112 y=9398 count=0} to Tree node with text: mysession 16:12:05 [2019-07-19T20:12:05.887Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=199029956 data=null doit=true} to Tree node with text: mysession 16:12:05 [2019-07-19T20:12:05.887Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=199029956 data=null} to Tree node with text: mysession 16:12:05 [2019-07-19T20:12:05.887Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=199029956 data=null button=1 stateMask=0x0 x=112 y=9398 count=1} to Tree node with text: mysession 16:12:05 [2019-07-19T20:12:05.887Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199029957 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:12:05 [2019-07-19T20:12:05.887Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=199029960 data=null button=1 stateMask=0x80000 x=112 y=29 count=1} to Tree node with text: mysession 16:12:05 [2019-07-19T20:12:05.887Z] DEBUG - Attempting to set focus on Tree with text {} 16:12:05 [2019-07-19T20:12:05.887Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=199029961 data=null button=0 stateMask=0x0 x=112 y=29 count=0} to Tree node with text: mysession 16:12:05 [2019-07-19T20:12:05.887Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=199029961 data=null doit=true} to Tree node with text: mysession 16:12:05 [2019-07-19T20:12:05.887Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=199029961 data=null} to Tree node with text: mysession 16:12:05 [2019-07-19T20:12:05.887Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=199029969 data=null button=1 stateMask=0x0 x=112 y=29 count=1} to Tree node with text: mysession 16:12:05 [2019-07-19T20:12:05.887Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199029969 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:12:05 [2019-07-19T20:12:05.887Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=199029970 data=null button=1 stateMask=0x80000 x=112 y=29 count=1} to Tree node with text: mysession 16:12:05 [2019-07-19T20:12:05.887Z] DEBUG - matched MenuItem with text "Start", using matcher: with mnemonic 'Start' 16:12:05 [2019-07-19T20:12:05.887Z] DEBUG - Clicking on with mnemonic 'Start' 16:12:05 [2019-07-19T20:12:05.887Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Start} time=199030070 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Start' 16:12:05 [2019-07-19T20:12:05.887Z] DEBUG - Clicked on with mnemonic 'Start' 16:12:06 [2019-07-19T20:12:06.144Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:12:06 [2019-07-19T20:12:06.144Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:12:06 [2019-07-19T20:12:06.144Z] DEBUG - Attempting to set focus on Tree with text {} 16:12:06 [2019-07-19T20:12:06.144Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=199030218 data=null button=0 stateMask=0x0 x=112 y=29 count=0} to Tree node with text: mysession 16:12:06 [2019-07-19T20:12:06.144Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=199030218 data=null doit=true} to Tree node with text: mysession 16:12:06 [2019-07-19T20:12:06.144Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=199030218 data=null} to Tree node with text: mysession 16:12:06 [2019-07-19T20:12:06.144Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=199030218 data=null button=1 stateMask=0x0 x=112 y=29 count=1} to Tree node with text: mysession 16:12:06 [2019-07-19T20:12:06.144Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199030219 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:12:06 [2019-07-19T20:12:06.144Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=199030220 data=null button=1 stateMask=0x80000 x=112 y=29 count=1} to Tree node with text: mysession 16:12:06 [2019-07-19T20:12:06.144Z] DEBUG - Attempting to set focus on Tree with text {} 16:12:06 [2019-07-19T20:12:06.144Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=199030221 data=null button=0 stateMask=0x0 x=112 y=29 count=0} to Tree node with text: mysession 16:12:06 [2019-07-19T20:12:06.144Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=199030221 data=null doit=true} to Tree node with text: mysession 16:12:06 [2019-07-19T20:12:06.144Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=199030221 data=null} to Tree node with text: mysession 16:12:06 [2019-07-19T20:12:06.144Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=199030222 data=null button=1 stateMask=0x0 x=112 y=29 count=1} to Tree node with text: mysession 16:12:06 [2019-07-19T20:12:06.144Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199030222 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:12:06 [2019-07-19T20:12:06.144Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=199030223 data=null button=1 stateMask=0x80000 x=112 y=29 count=1} to Tree node with text: mysession 16:12:06 [2019-07-19T20:12:06.144Z] DEBUG - matched MenuItem with text "Stop", using matcher: with mnemonic 'Stop' 16:12:06 [2019-07-19T20:12:06.144Z] DEBUG - Clicking on with mnemonic 'Stop' 16:12:06 [2019-07-19T20:12:06.144Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Stop} time=199030328 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Stop' 16:12:06 [2019-07-19T20:12:06.144Z] DEBUG - Clicked on with mnemonic 'Stop' 16:12:06 [2019-07-19T20:12:06.401Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:12:06 [2019-07-19T20:12:06.401Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:12:06 [2019-07-19T20:12:06.401Z] DEBUG - Attempting to set focus on Tree with text {} 16:12:06 [2019-07-19T20:12:06.401Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=199030485 data=null button=0 stateMask=0x0 x=112 y=29 count=0} to Tree node with text: mysession 16:12:06 [2019-07-19T20:12:06.401Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=199030485 data=null doit=true} to Tree node with text: mysession 16:12:06 [2019-07-19T20:12:06.401Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=199030485 data=null} to Tree node with text: mysession 16:12:06 [2019-07-19T20:12:06.401Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=199030486 data=null button=1 stateMask=0x0 x=112 y=29 count=1} to Tree node with text: mysession 16:12:06 [2019-07-19T20:12:06.401Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199030486 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:12:06 [2019-07-19T20:12:06.401Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=199030526 data=null button=1 stateMask=0x80000 x=112 y=29 count=1} to Tree node with text: mysession 16:12:06 [2019-07-19T20:12:06.401Z] DEBUG - Attempting to set focus on Tree with text {} 16:12:06 [2019-07-19T20:12:06.401Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=199030530 data=null button=0 stateMask=0x0 x=112 y=29 count=0} to Tree node with text: mysession 16:12:06 [2019-07-19T20:12:06.401Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=199030530 data=null doit=true} to Tree node with text: mysession 16:12:06 [2019-07-19T20:12:06.401Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=199030530 data=null} to Tree node with text: mysession 16:12:06 [2019-07-19T20:12:06.401Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=199030531 data=null button=1 stateMask=0x0 x=112 y=29 count=1} to Tree node with text: mysession 16:12:06 [2019-07-19T20:12:06.401Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199030531 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:12:06 [2019-07-19T20:12:06.401Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=199030532 data=null button=1 stateMask=0x80000 x=112 y=29 count=1} to Tree node with text: mysession 16:12:06 [2019-07-19T20:12:06.401Z] DEBUG - matched MenuItem with text "Destroy Session...", using matcher: with mnemonic 'Destroy Session...' 16:12:06 [2019-07-19T20:12:06.401Z] DEBUG - Clicking on with mnemonic 'Destroy Session...' 16:12:06 [2019-07-19T20:12:06.659Z] DEBUG - Clicked on with mnemonic 'Destroy Session...' 16:12:06 [2019-07-19T20:12:06.659Z] DEBUG - matched Shell with text "Destroy Confirmation", using matcher: with text 'Destroy Confirmation' 16:12:06 [2019-07-19T20:12:06.659Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Destroy Confirmation} time=199030860 data=null doit=true} to Shell with text {Destroy Confirmation} 16:12:06 [2019-07-19T20:12:06.659Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:12:06 [2019-07-19T20:12:06.659Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:12:06 [2019-07-19T20:12:06.659Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 16:12:06 [2019-07-19T20:12:06.659Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:12:06 [2019-07-19T20:12:06.659Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:12:06 [2019-07-19T20:12:06.659Z] DEBUG - Clicking on OK 16:12:06 [2019-07-19T20:12:06.659Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=199030862 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:12:06 [2019-07-19T20:12:06.659Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=199030862 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:12:06 [2019-07-19T20:12:06.659Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=199030862 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:12:06 [2019-07-19T20:12:06.659Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=199030862 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:12:06 [2019-07-19T20:12:06.659Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=199030862 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:12:06 [2019-07-19T20:12:06.659Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=199030862 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:12:06 [2019-07-19T20:12:06.659Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=199030862 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:12:06 [2019-07-19T20:12:06.659Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Destroy Session...} time=199030639 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Destroy Session...' 16:12:07 [2019-07-19T20:12:07.224Z] DEBUG - Clicked on 16:12:07 [2019-07-19T20:12:07.224Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:12:07 [2019-07-19T20:12:07.224Z] DEBUG - Attempting to set focus on Tree with text {} 16:12:07 [2019-07-19T20:12:07.224Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=199031247 data=null button=0 stateMask=0x0 x=69 y=-12025 count=0} to TreeItem with text {myNode} 16:12:07 [2019-07-19T20:12:07.224Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=199031247 data=null doit=true} to TreeItem with text {myNode} 16:12:07 [2019-07-19T20:12:07.224Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=199031247 data=null} to TreeItem with text {myNode} 16:12:07 [2019-07-19T20:12:07.224Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=199031247 data=null button=1 stateMask=0x0 x=69 y=-12025 count=1} to TreeItem with text {myNode} 16:12:07 [2019-07-19T20:12:07.224Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199031248 data=null item=TreeItem {myNode} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {myNode} 16:12:07 [2019-07-19T20:12:07.224Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=199031251 data=null button=1 stateMask=0x80000 x=69 y=-12025 count=1} to TreeItem with text {myNode} 16:12:07 [2019-07-19T20:12:07.224Z] DEBUG - Attempting to set focus on Tree with text {} 16:12:07 [2019-07-19T20:12:07.224Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=199031252 data=null button=0 stateMask=0x0 x=69 y=-12025 count=0} to TreeItem with text {myNode} 16:12:07 [2019-07-19T20:12:07.224Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=199031252 data=null doit=true} to TreeItem with text {myNode} 16:12:07 [2019-07-19T20:12:07.224Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=199031252 data=null} to TreeItem with text {myNode} 16:12:07 [2019-07-19T20:12:07.224Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=199031253 data=null button=1 stateMask=0x0 x=69 y=-12025 count=1} to TreeItem with text {myNode} 16:12:07 [2019-07-19T20:12:07.224Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199031253 data=null item=TreeItem {myNode} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {myNode} 16:12:07 [2019-07-19T20:12:07.224Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=199031254 data=null button=1 stateMask=0x80000 x=69 y=-12025 count=1} to TreeItem with text {myNode} 16:12:07 [2019-07-19T20:12:07.224Z] DEBUG - matched MenuItem with text "Disconnect", using matcher: with mnemonic 'Disconnect' 16:12:07 [2019-07-19T20:12:07.224Z] DEBUG - Clicking on with mnemonic 'Disconnect' 16:12:07 [2019-07-19T20:12:07.224Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Disconnect} time=199031354 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Disconnect' 16:12:07 [2019-07-19T20:12:07.224Z] DEBUG - Clicked on with mnemonic 'Disconnect' 16:12:07 [2019-07-19T20:12:07.224Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.internal.lttng2.ui.views.control"' 16:12:07 [2019-07-19T20:12:07.224Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:12:07 [2019-07-19T20:12:07.224Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:12:07 [2019-07-19T20:12:07.224Z] DEBUG - Attempting to set focus on Tree with text {} 16:12:07 [2019-07-19T20:12:07.224Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=199031473 data=null button=0 stateMask=0x0 x=69 y=11 count=0} to TreeItem with text {myNode} 16:12:07 [2019-07-19T20:12:07.481Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=199031473 data=null doit=true} to TreeItem with text {myNode} 16:12:07 [2019-07-19T20:12:07.481Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=199031474 data=null} to TreeItem with text {myNode} 16:12:07 [2019-07-19T20:12:07.481Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=199031474 data=null button=1 stateMask=0x0 x=69 y=11 count=1} to TreeItem with text {myNode} 16:12:07 [2019-07-19T20:12:07.481Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199031474 data=null item=TreeItem {myNode} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {myNode} 16:12:07 [2019-07-19T20:12:07.481Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=199031478 data=null button=1 stateMask=0x80000 x=69 y=11 count=1} to TreeItem with text {myNode} 16:12:07 [2019-07-19T20:12:07.481Z] DEBUG - Attempting to set focus on Tree with text {} 16:12:07 [2019-07-19T20:12:07.481Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=199031479 data=null button=0 stateMask=0x0 x=69 y=11 count=0} to TreeItem with text {myNode} 16:12:07 [2019-07-19T20:12:07.481Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=199031479 data=null doit=true} to TreeItem with text {myNode} 16:12:07 [2019-07-19T20:12:07.481Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=199031479 data=null} to TreeItem with text {myNode} 16:12:07 [2019-07-19T20:12:07.481Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=199031479 data=null button=1 stateMask=0x0 x=69 y=11 count=1} to TreeItem with text {myNode} 16:12:07 [2019-07-19T20:12:07.481Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199031479 data=null item=TreeItem {myNode} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {myNode} 16:12:07 [2019-07-19T20:12:07.481Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=199031480 data=null button=1 stateMask=0x80000 x=69 y=11 count=1} to TreeItem with text {myNode} 16:12:07 [2019-07-19T20:12:07.481Z] DEBUG - matched MenuItem with text "Connect", using matcher: with mnemonic 'Connect' 16:12:07 [2019-07-19T20:12:07.481Z] DEBUG - Clicking on with mnemonic 'Connect' 16:12:07 [2019-07-19T20:12:07.481Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Connect} time=199031580 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Connect' 16:12:07 [2019-07-19T20:12:07.481Z] DEBUG - Clicked on with mnemonic 'Connect' 16:12:08 [2019-07-19T20:12:08.045Z] DEBUG - Attempting to set focus on Tree with text {} 16:12:08 [2019-07-19T20:12:08.045Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Sessions} time=199032136 data=null button=0 stateMask=0x0 x=89 y=137 count=0} to Tree node with text: Sessions 16:12:08 [2019-07-19T20:12:08.045Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Sessions} time=199032137 data=null doit=true} to Tree node with text: Sessions 16:12:08 [2019-07-19T20:12:08.045Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Sessions} time=199032137 data=null} to Tree node with text: Sessions 16:12:08 [2019-07-19T20:12:08.045Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Sessions} time=199032137 data=null button=1 stateMask=0x0 x=89 y=137 count=1} to Tree node with text: Sessions 16:12:08 [2019-07-19T20:12:08.045Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199032137 data=null item=TreeItem {Sessions} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: Sessions 16:12:08 [2019-07-19T20:12:08.045Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Sessions} time=199032145 data=null button=1 stateMask=0x80000 x=89 y=127 count=1} to Tree node with text: Sessions 16:12:08 [2019-07-19T20:12:08.045Z] DEBUG - Attempting to set focus on Tree with text {} 16:12:08 [2019-07-19T20:12:08.045Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Sessions} time=199032146 data=null button=0 stateMask=0x0 x=89 y=127 count=0} to Tree node with text: Sessions 16:12:08 [2019-07-19T20:12:08.045Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Sessions} time=199032146 data=null doit=true} to Tree node with text: Sessions 16:12:08 [2019-07-19T20:12:08.045Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Sessions} time=199032146 data=null} to Tree node with text: Sessions 16:12:08 [2019-07-19T20:12:08.045Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Sessions} time=199032146 data=null button=1 stateMask=0x0 x=89 y=127 count=1} to Tree node with text: Sessions 16:12:08 [2019-07-19T20:12:08.045Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199032147 data=null item=TreeItem {Sessions} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: Sessions 16:12:08 [2019-07-19T20:12:08.045Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Sessions} time=199032148 data=null button=1 stateMask=0x80000 x=89 y=127 count=1} to Tree node with text: Sessions 16:12:08 [2019-07-19T20:12:08.045Z] DEBUG - matched MenuItem with text "Create Session...", using matcher: with mnemonic 'Create Session...' 16:12:08 [2019-07-19T20:12:08.045Z] DEBUG - Clicking on with mnemonic 'Create Session...' 16:12:08 [2019-07-19T20:12:08.302Z] DEBUG - Clicked on with mnemonic 'Create Session...' 16:12:08 [2019-07-19T20:12:08.302Z] DEBUG - matched Shell with text "Create Session", using matcher: with text 'Create Session' 16:12:08 [2019-07-19T20:12:08.302Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Create Session} time=199032443 data=null doit=true} to Shell with text {Create Session} 16:12:08 [2019-07-19T20:12:08.302Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 16:12:08 [2019-07-19T20:12:08.302Z] DEBUG - matched Label with text "Session Name", using matcher: with mnemonic 'Session Name' 16:12:08 [2019-07-19T20:12:08.302Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Session Name') 16:12:08 [2019-07-19T20:12:08.302Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Session Name')) 16:12:08 [2019-07-19T20:12:08.302Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 16:12:08 [2019-07-19T20:12:08.302Z] DEBUG - matched Label with text "Session Name", using matcher: with mnemonic 'Session Name' 16:12:08 [2019-07-19T20:12:08.302Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Session Name') 16:12:08 [2019-07-19T20:12:08.302Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Session Name')) 16:12:08 [2019-07-19T20:12:08.302Z] DEBUG - matched Text with text " 16:12:08 [2019-07-19T20:12:08.302Z] ", using matcher: of type 'Text' 16:12:08 [2019-07-19T20:12:08.302Z] DEBUG - matched Label with text "Session Name", using matcher: with mnemonic 'Session Name' 16:12:08 [2019-07-19T20:12:08.302Z] DEBUG - matched Text with text " 16:12:08 [2019-07-19T20:12:08.302Z] ", using matcher: with label (with mnemonic 'Session Name') 16:12:08 [2019-07-19T20:12:08.302Z] DEBUG - matched Text with text " 16:12:08 [2019-07-19T20:12:08.302Z] ", using matcher: (of type 'Text' and with label (with mnemonic 'Session Name')) 16:12:08 [2019-07-19T20:12:08.302Z] DEBUG - matched Button with text "Normal Mode", using matcher: of type 'Button' 16:12:08 [2019-07-19T20:12:08.302Z] DEBUG - matched Button with text "Snapshot Mode", using matcher: of type 'Button' 16:12:08 [2019-07-19T20:12:08.302Z] DEBUG - matched Button with text "Advanced >>>", using matcher: of type 'Button' 16:12:08 [2019-07-19T20:12:08.302Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' 16:12:08 [2019-07-19T20:12:08.302Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' 16:12:08 [2019-07-19T20:12:08.302Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok' 16:12:08 [2019-07-19T20:12:08.302Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH' 16:12:08 [2019-07-19T20:12:08.302Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:12:08 [2019-07-19T20:12:08.302Z] DEBUG - Clicking on &Ok 16:12:08 [2019-07-19T20:12:08.302Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=199032459 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:12:08 [2019-07-19T20:12:08.302Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=199032459 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:12:08 [2019-07-19T20:12:08.302Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=199032459 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:12:08 [2019-07-19T20:12:08.302Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=199032459 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:12:08 [2019-07-19T20:12:08.302Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=199032459 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:12:08 [2019-07-19T20:12:08.302Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=199032459 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:12:08 [2019-07-19T20:12:08.302Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=199032459 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:12:08 [2019-07-19T20:12:08.302Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Create Session...} time=199032247 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Create Session...' 16:12:08 [2019-07-19T20:12:08.559Z] DEBUG - Clicked on 16:12:08 [2019-07-19T20:12:08.559Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Sessions} time=199032652 data=null doit=true} to Tree node with text: Sessions 16:12:08 [2019-07-19T20:12:08.559Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Sessions} time=199032653 data=null} to Tree node with text: Sessions 16:12:08 [2019-07-19T20:12:08.559Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Sessions} time=199032653 data=null button=1 stateMask=0x0 x=73 y=92 count=1} to Tree node with text: Sessions 16:12:08 [2019-07-19T20:12:08.559Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=199032653 data=null item=TreeItem {Sessions} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Tree node with text: Sessions 16:12:08 [2019-07-19T20:12:08.559Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Sessions} time=199032654 data=null button=1 stateMask=0x80000 x=73 y=92 count=1} to Tree node with text: Sessions 16:12:08 [2019-07-19T20:12:08.559Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:12:08 [2019-07-19T20:12:08.559Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:12:08 [2019-07-19T20:12:08.559Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:12:08 [2019-07-19T20:12:08.559Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:12:08 [2019-07-19T20:12:08.559Z] DEBUG - Attempting to set focus on Tree with text {} 16:12:08 [2019-07-19T20:12:08.559Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=199032666 data=null button=0 stateMask=0x0 x=112 y=113 count=0} to Tree node with text: mysession 16:12:08 [2019-07-19T20:12:08.559Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=199032666 data=null doit=true} to Tree node with text: mysession 16:12:08 [2019-07-19T20:12:08.559Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=199032667 data=null} to Tree node with text: mysession 16:12:08 [2019-07-19T20:12:08.559Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=199032667 data=null button=1 stateMask=0x0 x=112 y=113 count=1} to Tree node with text: mysession 16:12:08 [2019-07-19T20:12:08.559Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199032667 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:12:08 [2019-07-19T20:12:08.559Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=199032670 data=null button=1 stateMask=0x80000 x=112 y=113 count=1} to Tree node with text: mysession 16:12:08 [2019-07-19T20:12:08.559Z] DEBUG - Attempting to set focus on Tree with text {} 16:12:08 [2019-07-19T20:12:08.559Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=199032671 data=null button=0 stateMask=0x0 x=112 y=113 count=0} to Tree node with text: mysession 16:12:08 [2019-07-19T20:12:08.559Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=199032671 data=null doit=true} to Tree node with text: mysession 16:12:08 [2019-07-19T20:12:08.559Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=199032671 data=null} to Tree node with text: mysession 16:12:08 [2019-07-19T20:12:08.559Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=199032671 data=null button=1 stateMask=0x0 x=112 y=113 count=1} to Tree node with text: mysession 16:12:08 [2019-07-19T20:12:08.559Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199032682 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:12:08 [2019-07-19T20:12:08.559Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=199032683 data=null button=1 stateMask=0x80000 x=112 y=109 count=1} to Tree node with text: mysession 16:12:08 [2019-07-19T20:12:08.559Z] DEBUG - matched MenuItem with text "Enable Event (defaul...", using matcher: with mnemonic 'Enable Event (default channel)...' 16:12:08 [2019-07-19T20:12:08.559Z] DEBUG - Clicking on with mnemonic 'Enable Event (default channel)...' 16:12:09 [2019-07-19T20:12:09.124Z] DEBUG - Clicked on with mnemonic 'Enable Event (default channel)...' 16:12:09 [2019-07-19T20:12:09.124Z] DEBUG - matched Shell with text "Enable Events", using matcher: with text 'Enable Events' 16:12:09 [2019-07-19T20:12:09.124Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Enable Events} time=199033163 data=null doit=true} to Shell with text {Enable Events} 16:12:09 [2019-07-19T20:12:09.124Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' 16:12:09 [2019-07-19T20:12:09.124Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' 16:12:09 [2019-07-19T20:12:09.124Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' 16:12:09 [2019-07-19T20:12:09.124Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' 16:12:09 [2019-07-19T20:12:09.124Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' 16:12:09 [2019-07-19T20:12:09.124Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:12:09 [2019-07-19T20:12:09.124Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' 16:12:09 [2019-07-19T20:12:09.124Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:12:09 [2019-07-19T20:12:09.124Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' 16:12:09 [2019-07-19T20:12:09.124Z] DEBUG - matched Group with text "Tracepoint Events", using matcher: with mnemonic 'Tracepoint Events' 16:12:09 [2019-07-19T20:12:09.124Z] DEBUG - matched Button with text "Select", using matcher: in group (with mnemonic 'Tracepoint Events') 16:12:09 [2019-07-19T20:12:09.124Z] DEBUG - matched Button with text "Select", using matcher: with style 'SWT.RADIO' 16:12:09 [2019-07-19T20:12:09.124Z] DEBUG - matched Button with text "Select", using matcher: (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO') 16:12:09 [2019-07-19T20:12:09.124Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:12:09 [2019-07-19T20:12:09.124Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' 16:12:09 [2019-07-19T20:12:09.124Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:12:09 [2019-07-19T20:12:09.124Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' 16:12:09 [2019-07-19T20:12:09.124Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:12:09 [2019-07-19T20:12:09.124Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' 16:12:09 [2019-07-19T20:12:09.124Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' 16:12:09 [2019-07-19T20:12:09.124Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' 16:12:09 [2019-07-19T20:12:09.124Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO') 16:12:09 [2019-07-19T20:12:09.124Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO') 16:12:09 [2019-07-19T20:12:09.124Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Select} time=199033169 data=null doit=true} to (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO') 16:12:09 [2019-07-19T20:12:09.124Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Select} time=199033169 data=null button=1 stateMask=0x0 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO') 16:12:09 [2019-07-19T20:12:09.124Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Select} time=199033169 data=null button=1 stateMask=0x80000 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO') 16:12:09 [2019-07-19T20:12:09.124Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Select} time=199033169 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO') 16:12:09 [2019-07-19T20:12:09.124Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO') 16:12:09 [2019-07-19T20:12:09.124Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:12:09 [2019-07-19T20:12:09.124Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:12:09 [2019-07-19T20:12:09.124Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:12:09 [2019-07-19T20:12:09.124Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:12:09 [2019-07-19T20:12:09.124Z] DEBUG - Setting state to checked on: All 16:12:09 [2019-07-19T20:12:09.124Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 16:12:09 [2019-07-19T20:12:09.124Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 16:12:09 [2019-07-19T20:12:09.124Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 16:12:09 [2019-07-19T20:12:09.124Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 16:12:09 [2019-07-19T20:12:09.124Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 16:12:09 [2019-07-19T20:12:09.124Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 16:12:09 [2019-07-19T20:12:09.124Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 16:12:09 [2019-07-19T20:12:09.124Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 16:12:09 [2019-07-19T20:12:09.124Z] DEBUG - matched Group with text "Filter Expression", using matcher: with mnemonic 'Filter Expression' 16:12:09 [2019-07-19T20:12:09.124Z] DEBUG - matched Text with text "", using matcher: in group (with mnemonic 'Filter Expression') 16:12:09 [2019-07-19T20:12:09.124Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and in group (with mnemonic 'Filter Expression')) 16:12:09 [2019-07-19T20:12:09.124Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' 16:12:09 [2019-07-19T20:12:09.124Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' 16:12:09 [2019-07-19T20:12:09.124Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' 16:12:09 [2019-07-19T20:12:09.124Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' 16:12:09 [2019-07-19T20:12:09.124Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' 16:12:09 [2019-07-19T20:12:09.124Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:12:09 [2019-07-19T20:12:09.124Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:12:09 [2019-07-19T20:12:09.124Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:12:09 [2019-07-19T20:12:09.124Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:12:09 [2019-07-19T20:12:09.124Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' 16:12:09 [2019-07-19T20:12:09.124Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' 16:12:09 [2019-07-19T20:12:09.124Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' 16:12:09 [2019-07-19T20:12:09.124Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok' 16:12:09 [2019-07-19T20:12:09.124Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH' 16:12:09 [2019-07-19T20:12:09.124Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:12:09 [2019-07-19T20:12:09.124Z] DEBUG - Clicking on &Ok 16:12:09 [2019-07-19T20:12:09.124Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=199033255 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:12:09 [2019-07-19T20:12:09.124Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=199033255 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:12:09 [2019-07-19T20:12:09.124Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=199033256 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:12:09 [2019-07-19T20:12:09.124Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=199033256 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:12:09 [2019-07-19T20:12:09.124Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=199033256 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:12:09 [2019-07-19T20:12:09.124Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=199033256 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:12:09 [2019-07-19T20:12:09.124Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=199033256 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') 16:12:09 [2019-07-19T20:12:09.124Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Enable Event (default channel)...} time=199032774 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Enable Event (default channel)...' 16:12:09 [2019-07-19T20:12:09.381Z] DEBUG - Clicked on 16:12:09 [2019-07-19T20:12:09.381Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:12:09 [2019-07-19T20:12:09.381Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:12:09 [2019-07-19T20:12:09.381Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. 16:12:09 [2019-07-19T20:12:09.381Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:12:09 [2019-07-19T20:12:09.381Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:12:09 [2019-07-19T20:12:09.381Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. 16:12:09 [2019-07-19T20:12:09.381Z] WARN - Tree item Tree node with text: Kernel is already expanded. Won't expand it again. 16:12:09 [2019-07-19T20:12:09.381Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:12:09 [2019-07-19T20:12:09.381Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:12:09 [2019-07-19T20:12:09.381Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. 16:12:09 [2019-07-19T20:12:09.381Z] WARN - Tree item Tree node with text: Kernel is already expanded. Won't expand it again. 16:12:09 [2019-07-19T20:12:09.381Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {channel0} time=199033541 data=null doit=true} to Tree node with text: channel0 16:12:09 [2019-07-19T20:12:09.381Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {channel0} time=199033542 data=null} to Tree node with text: channel0 16:12:09 [2019-07-19T20:12:09.381Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {channel0} time=199033542 data=null button=1 stateMask=0x0 x=143 y=92 count=1} to Tree node with text: channel0 16:12:09 [2019-07-19T20:12:09.381Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=199033542 data=null item=TreeItem {channel0} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Tree node with text: channel0 16:12:09 [2019-07-19T20:12:09.381Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {channel0} time=199033543 data=null button=1 stateMask=0x80000 x=143 y=92 count=1} to Tree node with text: channel0 16:12:09 [2019-07-19T20:12:09.381Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:12:09 [2019-07-19T20:12:09.381Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:12:09 [2019-07-19T20:12:09.381Z] DEBUG - Attempting to set focus on Tree with text {} 16:12:09 [2019-07-19T20:12:09.381Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=199033545 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession 16:12:09 [2019-07-19T20:12:09.381Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=199033545 data=null doit=true} to Tree node with text: mysession 16:12:09 [2019-07-19T20:12:09.381Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=199033545 data=null} to Tree node with text: mysession 16:12:09 [2019-07-19T20:12:09.381Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=199033545 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession 16:12:09 [2019-07-19T20:12:09.381Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199033545 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:12:09 [2019-07-19T20:12:09.381Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=199033551 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession 16:12:09 [2019-07-19T20:12:09.381Z] DEBUG - Attempting to set focus on Tree with text {} 16:12:09 [2019-07-19T20:12:09.381Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=199033552 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession 16:12:09 [2019-07-19T20:12:09.381Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=199033552 data=null doit=true} to Tree node with text: mysession 16:12:09 [2019-07-19T20:12:09.381Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=199033553 data=null} to Tree node with text: mysession 16:12:09 [2019-07-19T20:12:09.381Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=199033553 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession 16:12:09 [2019-07-19T20:12:09.381Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199033553 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:12:09 [2019-07-19T20:12:09.381Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=199033555 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession 16:12:09 [2019-07-19T20:12:09.638Z] DEBUG - matched MenuItem with text "Start", using matcher: with mnemonic 'Start' 16:12:09 [2019-07-19T20:12:09.638Z] DEBUG - Clicking on with mnemonic 'Start' 16:12:09 [2019-07-19T20:12:09.638Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Start} time=199033667 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Start' 16:12:09 [2019-07-19T20:12:09.638Z] DEBUG - Clicked on with mnemonic 'Start' 16:12:09 [2019-07-19T20:12:09.638Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:12:09 [2019-07-19T20:12:09.638Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:12:09 [2019-07-19T20:12:09.638Z] DEBUG - Attempting to set focus on Tree with text {} 16:12:09 [2019-07-19T20:12:09.638Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=199033770 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession 16:12:09 [2019-07-19T20:12:09.638Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=199033770 data=null doit=true} to Tree node with text: mysession 16:12:09 [2019-07-19T20:12:09.638Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=199033770 data=null} to Tree node with text: mysession 16:12:09 [2019-07-19T20:12:09.638Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=199033771 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession 16:12:09 [2019-07-19T20:12:09.638Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199033771 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:12:09 [2019-07-19T20:12:09.638Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=199033773 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession 16:12:09 [2019-07-19T20:12:09.638Z] DEBUG - Attempting to set focus on Tree with text {} 16:12:09 [2019-07-19T20:12:09.638Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=199033774 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession 16:12:09 [2019-07-19T20:12:09.638Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=199033774 data=null doit=true} to Tree node with text: mysession 16:12:09 [2019-07-19T20:12:09.638Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=199033774 data=null} to Tree node with text: mysession 16:12:09 [2019-07-19T20:12:09.638Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=199033774 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession 16:12:09 [2019-07-19T20:12:09.638Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199033774 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:12:09 [2019-07-19T20:12:09.638Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=199033775 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession 16:12:09 [2019-07-19T20:12:09.638Z] DEBUG - matched MenuItem with text "Stop", using matcher: with mnemonic 'Stop' 16:12:09 [2019-07-19T20:12:09.638Z] DEBUG - Clicking on with mnemonic 'Stop' 16:12:09 [2019-07-19T20:12:09.638Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Stop} time=199033866 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Stop' 16:12:09 [2019-07-19T20:12:09.638Z] DEBUG - Clicked on with mnemonic 'Stop' 16:12:09 [2019-07-19T20:12:09.895Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:12:09 [2019-07-19T20:12:09.896Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:12:09 [2019-07-19T20:12:09.896Z] DEBUG - Attempting to set focus on Tree with text {} 16:12:09 [2019-07-19T20:12:09.896Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=199033969 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession 16:12:09 [2019-07-19T20:12:09.896Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=199033969 data=null doit=true} to Tree node with text: mysession 16:12:09 [2019-07-19T20:12:09.896Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=199033970 data=null} to Tree node with text: mysession 16:12:09 [2019-07-19T20:12:09.896Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=199033970 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession 16:12:09 [2019-07-19T20:12:09.896Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199033970 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:12:09 [2019-07-19T20:12:09.896Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=199033972 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession 16:12:09 [2019-07-19T20:12:09.896Z] DEBUG - Attempting to set focus on Tree with text {} 16:12:09 [2019-07-19T20:12:09.896Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=199033973 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession 16:12:09 [2019-07-19T20:12:09.896Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=199033973 data=null doit=true} to Tree node with text: mysession 16:12:09 [2019-07-19T20:12:09.896Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=199033973 data=null} to Tree node with text: mysession 16:12:09 [2019-07-19T20:12:09.896Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=199033974 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession 16:12:09 [2019-07-19T20:12:09.896Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199033974 data=null item=TreeItem {mysession} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: mysession 16:12:09 [2019-07-19T20:12:09.896Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=199033975 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession 16:12:09 [2019-07-19T20:12:09.896Z] DEBUG - matched MenuItem with text "Destroy Session...", using matcher: with mnemonic 'Destroy Session...' 16:12:09 [2019-07-19T20:12:09.896Z] DEBUG - Clicking on with mnemonic 'Destroy Session...' 16:12:10 [2019-07-19T20:12:10.152Z] DEBUG - Clicked on with mnemonic 'Destroy Session...' 16:12:10 [2019-07-19T20:12:10.152Z] DEBUG - matched Shell with text "Destroy Confirmation", using matcher: with text 'Destroy Confirmation' 16:12:10 [2019-07-19T20:12:10.152Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Destroy Confirmation} time=199034194 data=null doit=true} to Shell with text {Destroy Confirmation} 16:12:10 [2019-07-19T20:12:10.152Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:12:10 [2019-07-19T20:12:10.152Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:12:10 [2019-07-19T20:12:10.152Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 16:12:10 [2019-07-19T20:12:10.152Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:12:10 [2019-07-19T20:12:10.152Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:12:10 [2019-07-19T20:12:10.152Z] DEBUG - Clicking on OK 16:12:10 [2019-07-19T20:12:10.152Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=199034195 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:12:10 [2019-07-19T20:12:10.152Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=199034195 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:12:10 [2019-07-19T20:12:10.152Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=199034196 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:12:10 [2019-07-19T20:12:10.152Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=199034196 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:12:10 [2019-07-19T20:12:10.152Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=199034196 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:12:10 [2019-07-19T20:12:10.152Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=199034196 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:12:10 [2019-07-19T20:12:10.152Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=199034196 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:12:10 [2019-07-19T20:12:10.152Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Destroy Session...} time=199034056 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Destroy Session...' 16:12:10 [2019-07-19T20:12:10.152Z] DEBUG - Clicked on 16:12:10 [2019-07-19T20:12:10.152Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:12:10 [2019-07-19T20:12:10.152Z] DEBUG - Attempting to set focus on Tree with text {} 16:12:10 [2019-07-19T20:12:10.152Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=199034366 data=null button=0 stateMask=0x0 x=69 y=-34 count=0} to TreeItem with text {myNode} 16:12:10 [2019-07-19T20:12:10.152Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=199034367 data=null doit=true} to TreeItem with text {myNode} 16:12:10 [2019-07-19T20:12:10.152Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=199034367 data=null} to TreeItem with text {myNode} 16:12:10 [2019-07-19T20:12:10.152Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=199034367 data=null button=1 stateMask=0x0 x=69 y=-34 count=1} to TreeItem with text {myNode} 16:12:10 [2019-07-19T20:12:10.152Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199034367 data=null item=TreeItem {myNode} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {myNode} 16:12:10 [2019-07-19T20:12:10.152Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=199034371 data=null button=1 stateMask=0x80000 x=69 y=-34 count=1} to TreeItem with text {myNode} 16:12:10 [2019-07-19T20:12:10.152Z] DEBUG - Attempting to set focus on Tree with text {} 16:12:10 [2019-07-19T20:12:10.152Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=199034372 data=null button=0 stateMask=0x0 x=69 y=-34 count=0} to TreeItem with text {myNode} 16:12:10 [2019-07-19T20:12:10.152Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=199034372 data=null doit=true} to TreeItem with text {myNode} 16:12:10 [2019-07-19T20:12:10.152Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=199034373 data=null} to TreeItem with text {myNode} 16:12:10 [2019-07-19T20:12:10.152Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=199034373 data=null button=1 stateMask=0x0 x=69 y=-34 count=1} to TreeItem with text {myNode} 16:12:10 [2019-07-19T20:12:10.152Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199034373 data=null item=TreeItem {myNode} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {myNode} 16:12:10 [2019-07-19T20:12:10.152Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=199034386 data=null button=1 stateMask=0x80000 x=69 y=-23 count=1} to TreeItem with text {myNode} 16:12:10 [2019-07-19T20:12:10.410Z] DEBUG - matched MenuItem with text "Disconnect", using matcher: with mnemonic 'Disconnect' 16:12:10 [2019-07-19T20:12:10.410Z] DEBUG - Clicking on with mnemonic 'Disconnect' 16:12:10 [2019-07-19T20:12:10.410Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Disconnect} time=199034542 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Disconnect' 16:12:10 [2019-07-19T20:12:10.410Z] DEBUG - Clicked on with mnemonic 'Disconnect' 16:12:10 [2019-07-19T20:12:10.410Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.003 s - in org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests.ControlViewKernelFilterTest 16:12:10 [2019-07-19T20:12:10.410Z] testTraceSessionTreeKernelProvider(org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests.ControlViewKernelFilterTest) Time elapsed: 4.295 s 16:12:10 [2019-07-19T20:12:10.410Z] testTraceSessionTree(org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests.ControlViewKernelFilterTest) Time elapsed: 3.188 s 16:12:10 [2019-07-19T20:12:10.410Z] Running org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests.ControlViewProfileTest 16:12:11 [2019-07-19T20:12:11.343Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.internal.lttng2.ui.views.control"' 16:12:11 [2019-07-19T20:12:11.343Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:12:11 [2019-07-19T20:12:11.343Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:12:11 [2019-07-19T20:12:11.343Z] DEBUG - Attempting to set focus on Tree with text {} 16:12:11 [2019-07-19T20:12:11.343Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=199035442 data=null button=0 stateMask=0x0 x=69 y=11 count=0} to TreeItem with text {myNode} 16:12:11 [2019-07-19T20:12:11.343Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=199035442 data=null doit=true} to TreeItem with text {myNode} 16:12:11 [2019-07-19T20:12:11.343Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=199035442 data=null} to TreeItem with text {myNode} 16:12:11 [2019-07-19T20:12:11.343Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=199035443 data=null button=1 stateMask=0x0 x=69 y=11 count=1} to TreeItem with text {myNode} 16:12:11 [2019-07-19T20:12:11.343Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199035443 data=null item=TreeItem {myNode} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {myNode} 16:12:11 [2019-07-19T20:12:11.343Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=199035452 data=null button=1 stateMask=0x80000 x=69 y=11 count=1} to TreeItem with text {myNode} 16:12:11 [2019-07-19T20:12:11.343Z] DEBUG - Attempting to set focus on Tree with text {} 16:12:11 [2019-07-19T20:12:11.343Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=199035453 data=null button=0 stateMask=0x0 x=69 y=11 count=0} to TreeItem with text {myNode} 16:12:11 [2019-07-19T20:12:11.343Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=199035453 data=null doit=true} to TreeItem with text {myNode} 16:12:11 [2019-07-19T20:12:11.343Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=199035453 data=null} to TreeItem with text {myNode} 16:12:11 [2019-07-19T20:12:11.343Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=199035453 data=null button=1 stateMask=0x0 x=69 y=11 count=1} to TreeItem with text {myNode} 16:12:11 [2019-07-19T20:12:11.343Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199035454 data=null item=TreeItem {myNode} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {myNode} 16:12:11 [2019-07-19T20:12:11.343Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=199035455 data=null button=1 stateMask=0x80000 x=69 y=11 count=1} to TreeItem with text {myNode} 16:12:11 [2019-07-19T20:12:11.600Z] DEBUG - matched MenuItem with text "Connect", using matcher: with mnemonic 'Connect' 16:12:11 [2019-07-19T20:12:11.600Z] DEBUG - Clicking on with mnemonic 'Connect' 16:12:11 [2019-07-19T20:12:11.600Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Connect} time=199035634 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Connect' 16:12:11 [2019-07-19T20:12:11.600Z] DEBUG - Clicked on with mnemonic 'Connect' 16:12:12 [2019-07-19T20:12:12.164Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:12:12 [2019-07-19T20:12:12.165Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:12:12 [2019-07-19T20:12:12.165Z] DEBUG - Attempting to set focus on Tree with text {} 16:12:12 [2019-07-19T20:12:12.165Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {1294257014881932} time=199036155 data=null button=0 stateMask=0x0 x=142 y=158 count=0} to Tree node with text: 1294257014881932 16:12:12 [2019-07-19T20:12:12.165Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {1294257014881932} time=199036155 data=null doit=true} to Tree node with text: 1294257014881932 16:12:12 [2019-07-19T20:12:12.165Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {1294257014881932} time=199036155 data=null} to Tree node with text: 1294257014881932 16:12:12 [2019-07-19T20:12:12.165Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {1294257014881932} time=199036155 data=null button=1 stateMask=0x0 x=142 y=158 count=1} to Tree node with text: 1294257014881932 16:12:12 [2019-07-19T20:12:12.165Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199036156 data=null item=TreeItem {1294257014881932} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: 1294257014881932 16:12:12 [2019-07-19T20:12:12.165Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {1294257014881932} time=199036159 data=null button=1 stateMask=0x80000 x=142 y=158 count=1} to Tree node with text: 1294257014881932 16:12:12 [2019-07-19T20:12:12.165Z] DEBUG - Attempting to set focus on Tree with text {} 16:12:12 [2019-07-19T20:12:12.165Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {1294257014881932} time=199036160 data=null button=0 stateMask=0x0 x=142 y=158 count=0} to Tree node with text: 1294257014881932 16:12:12 [2019-07-19T20:12:12.165Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {1294257014881932} time=199036160 data=null doit=true} to Tree node with text: 1294257014881932 16:12:12 [2019-07-19T20:12:12.165Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {1294257014881932} time=199036160 data=null} to Tree node with text: 1294257014881932 16:12:12 [2019-07-19T20:12:12.165Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {1294257014881932} time=199036160 data=null button=1 stateMask=0x0 x=142 y=158 count=1} to Tree node with text: 1294257014881932 16:12:12 [2019-07-19T20:12:12.165Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199036160 data=null item=TreeItem {1294257014881932} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: 1294257014881932 16:12:12 [2019-07-19T20:12:12.165Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {1294257014881932} time=199036169 data=null button=1 stateMask=0x80000 x=142 y=143 count=1} to Tree node with text: 1294257014881932 16:12:12 [2019-07-19T20:12:12.165Z] DEBUG - matched MenuItem with text "Save...", using matcher: with mnemonic 'Save...' 16:12:12 [2019-07-19T20:12:12.165Z] DEBUG - Clicking on with mnemonic 'Save...' 16:12:12 [2019-07-19T20:12:12.165Z] DEBUG - Clicked on with mnemonic 'Save...' 16:12:12 [2019-07-19T20:12:12.422Z] DEBUG - matched Shell with text "Save Sessions", using matcher: with text 'Save Sessions' 16:12:12 [2019-07-19T20:12:12.422Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Save Sessions} time=199036429 data=null doit=true} to Shell with text {Save Sessions} 16:12:12 [2019-07-19T20:12:12.422Z] DEBUG - matched Button with text "force", using matcher: of type 'Button' 16:12:12 [2019-07-19T20:12:12.422Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:12:12 [2019-07-19T20:12:12.422Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:12:12 [2019-07-19T20:12:12.422Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 16:12:12 [2019-07-19T20:12:12.422Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:12:12 [2019-07-19T20:12:12.422Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:12:12 [2019-07-19T20:12:12.422Z] DEBUG - Clicking on OK 16:12:12 [2019-07-19T20:12:12.422Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=199036430 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:12:12 [2019-07-19T20:12:12.422Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=199036430 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:12:12 [2019-07-19T20:12:12.422Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=199036430 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:12:12 [2019-07-19T20:12:12.422Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=199036430 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:12:12 [2019-07-19T20:12:12.422Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=199036431 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:12:12 [2019-07-19T20:12:12.422Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=199036431 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:12:12 [2019-07-19T20:12:12.422Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=199036431 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:12:12 [2019-07-19T20:12:12.422Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Save...} time=199036270 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Save...' 16:12:12 [2019-07-19T20:12:12.422Z] DEBUG - Clicked on 16:12:12 [2019-07-19T20:12:12.422Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:12:12 [2019-07-19T20:12:12.422Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:12:12 [2019-07-19T20:12:12.422Z] DEBUG - Attempting to set focus on Tree with text {} 16:12:12 [2019-07-19T20:12:12.422Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {1294257014881932} time=199036538 data=null button=0 stateMask=0x0 x=142 y=92 count=0} to Tree node with text: 1294257014881932 16:12:12 [2019-07-19T20:12:12.422Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {1294257014881932} time=199036538 data=null doit=true} to Tree node with text: 1294257014881932 16:12:12 [2019-07-19T20:12:12.422Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {1294257014881932} time=199036538 data=null} to Tree node with text: 1294257014881932 16:12:12 [2019-07-19T20:12:12.422Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {1294257014881932} time=199036538 data=null button=1 stateMask=0x0 x=142 y=92 count=1} to Tree node with text: 1294257014881932 16:12:12 [2019-07-19T20:12:12.422Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199036539 data=null item=TreeItem {1294257014881932} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: 1294257014881932 16:12:12 [2019-07-19T20:12:12.422Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {1294257014881932} time=199036540 data=null button=1 stateMask=0x80000 x=142 y=92 count=1} to Tree node with text: 1294257014881932 16:12:12 [2019-07-19T20:12:12.422Z] DEBUG - Attempting to set focus on Tree with text {} 16:12:12 [2019-07-19T20:12:12.422Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {1294257014881932} time=199036540 data=null button=0 stateMask=0x0 x=142 y=92 count=0} to Tree node with text: 1294257014881932 16:12:12 [2019-07-19T20:12:12.422Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {1294257014881932} time=199036540 data=null doit=true} to Tree node with text: 1294257014881932 16:12:12 [2019-07-19T20:12:12.422Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {1294257014881932} time=199036541 data=null} to Tree node with text: 1294257014881932 16:12:12 [2019-07-19T20:12:12.422Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {1294257014881932} time=199036541 data=null button=1 stateMask=0x0 x=142 y=92 count=1} to Tree node with text: 1294257014881932 16:12:12 [2019-07-19T20:12:12.422Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199036541 data=null item=TreeItem {1294257014881932} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: 1294257014881932 16:12:12 [2019-07-19T20:12:12.422Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {1294257014881932} time=199036542 data=null button=1 stateMask=0x80000 x=142 y=92 count=1} to Tree node with text: 1294257014881932 16:12:12 [2019-07-19T20:12:12.422Z] DEBUG - matched MenuItem with text "Destroy Session...", using matcher: with mnemonic 'Destroy Session...' 16:12:12 [2019-07-19T20:12:12.422Z] DEBUG - Clicking on with mnemonic 'Destroy Session...' 16:12:12 [2019-07-19T20:12:12.679Z] DEBUG - Clicked on with mnemonic 'Destroy Session...' 16:12:12 [2019-07-19T20:12:12.679Z] DEBUG - matched Shell with text "Destroy Confirmation", using matcher: with text 'Destroy Confirmation' 16:12:12 [2019-07-19T20:12:12.679Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Destroy Confirmation} time=199036778 data=null doit=true} to Shell with text {Destroy Confirmation} 16:12:12 [2019-07-19T20:12:12.679Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:12:12 [2019-07-19T20:12:12.679Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:12:12 [2019-07-19T20:12:12.679Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 16:12:12 [2019-07-19T20:12:12.679Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:12:12 [2019-07-19T20:12:12.679Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:12:12 [2019-07-19T20:12:12.679Z] DEBUG - Clicking on OK 16:12:12 [2019-07-19T20:12:12.679Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=199036790 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:12:12 [2019-07-19T20:12:12.679Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=199036790 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:12:12 [2019-07-19T20:12:12.679Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=199036790 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:12:12 [2019-07-19T20:12:12.679Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=199036791 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:12:12 [2019-07-19T20:12:12.679Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=199036791 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:12:12 [2019-07-19T20:12:12.679Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=199036837 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:12:12 [2019-07-19T20:12:12.679Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=199036838 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:12:12 [2019-07-19T20:12:12.679Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Destroy Session...} time=199036641 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Destroy Session...' 16:12:12 [2019-07-19T20:12:12.936Z] DEBUG - Clicked on 16:12:12 [2019-07-19T20:12:12.936Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:12:12 [2019-07-19T20:12:12.936Z] DEBUG - Attempting to set focus on Tree with text {} 16:12:12 [2019-07-19T20:12:12.936Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Sessions} time=199036956 data=null button=0 stateMask=0x0 x=89 y=92 count=0} to Tree node with text: Sessions 16:12:12 [2019-07-19T20:12:12.936Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Sessions} time=199036956 data=null doit=true} to Tree node with text: Sessions 16:12:12 [2019-07-19T20:12:12.936Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Sessions} time=199036956 data=null} to Tree node with text: Sessions 16:12:12 [2019-07-19T20:12:12.936Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Sessions} time=199036956 data=null button=1 stateMask=0x0 x=89 y=92 count=1} to Tree node with text: Sessions 16:12:12 [2019-07-19T20:12:12.936Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199036957 data=null item=TreeItem {Sessions} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: Sessions 16:12:12 [2019-07-19T20:12:12.936Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Sessions} time=199036958 data=null button=1 stateMask=0x80000 x=89 y=92 count=1} to Tree node with text: Sessions 16:12:12 [2019-07-19T20:12:12.936Z] DEBUG - Attempting to set focus on Tree with text {} 16:12:12 [2019-07-19T20:12:12.936Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Sessions} time=199036959 data=null button=0 stateMask=0x0 x=89 y=92 count=0} to Tree node with text: Sessions 16:12:12 [2019-07-19T20:12:12.936Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Sessions} time=199036959 data=null doit=true} to Tree node with text: Sessions 16:12:12 [2019-07-19T20:12:12.936Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Sessions} time=199036959 data=null} to Tree node with text: Sessions 16:12:12 [2019-07-19T20:12:12.936Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Sessions} time=199036959 data=null button=1 stateMask=0x0 x=89 y=92 count=1} to Tree node with text: Sessions 16:12:12 [2019-07-19T20:12:12.936Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199036959 data=null item=TreeItem {Sessions} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: Sessions 16:12:12 [2019-07-19T20:12:12.936Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Sessions} time=199036960 data=null button=1 stateMask=0x80000 x=89 y=92 count=1} to Tree node with text: Sessions 16:12:12 [2019-07-19T20:12:12.936Z] DEBUG - matched MenuItem with text "Load...", using matcher: with mnemonic 'Load...' 16:12:12 [2019-07-19T20:12:12.936Z] DEBUG - Clicking on with mnemonic 'Load...' 16:12:13 [2019-07-19T20:12:13.193Z] DEBUG - Clicked on with mnemonic 'Load...' 16:12:13 [2019-07-19T20:12:13.193Z] DEBUG - matched Shell with text "Load Sessions", using matcher: with text 'Load Sessions' 16:12:13 [2019-07-19T20:12:13.193Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Load Sessions} time=199037405 data=null doit=true} to Shell with text {Load Sessions} 16:12:13 [2019-07-19T20:12:13.193Z] DEBUG - matched Button with text "Local", using matcher: of type 'Button' 16:12:13 [2019-07-19T20:12:13.193Z] DEBUG - matched Button with text "Remote", using matcher: of type 'Button' 16:12:13 [2019-07-19T20:12:13.193Z] DEBUG - matched Button with text "Remote", using matcher: with mnemonic 'Remote' 16:12:13 [2019-07-19T20:12:13.193Z] DEBUG - matched Button with text "Remote", using matcher: with style 'SWT.RADIO' 16:12:13 [2019-07-19T20:12:13.193Z] DEBUG - matched Button with text "Remote", using matcher: (of type 'Button' and with mnemonic 'Remote' and with style 'SWT.RADIO') 16:12:13 [2019-07-19T20:12:13.193Z] DEBUG - matched Button with text "force", using matcher: of type 'Button' 16:12:13 [2019-07-19T20:12:13.193Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:12:13 [2019-07-19T20:12:13.193Z] DEBUG - matched Button with text "&Manage...", using matcher: of type 'Button' 16:12:13 [2019-07-19T20:12:13.193Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:12:13 [2019-07-19T20:12:13.193Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Remote' and with style 'SWT.RADIO') 16:12:13 [2019-07-19T20:12:13.193Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Local} time=199037408 data=null doit=true} to Button with text {Local} 16:12:13 [2019-07-19T20:12:13.193Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Local} time=199037408 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Button with text {Local} 16:12:13 [2019-07-19T20:12:13.193Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Remote' and with style 'SWT.RADIO') 16:12:13 [2019-07-19T20:12:13.193Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Remote} time=199037409 data=null doit=true} to (of type 'Button' and with mnemonic 'Remote' and with style 'SWT.RADIO') 16:12:13 [2019-07-19T20:12:13.193Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Remote} time=199037409 data=null button=1 stateMask=0x0 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'Remote' and with style 'SWT.RADIO') 16:12:13 [2019-07-19T20:12:13.193Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Remote} time=199037410 data=null button=1 stateMask=0x80000 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'Remote' and with style 'SWT.RADIO') 16:12:13 [2019-07-19T20:12:13.450Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Remote} time=199037410 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Remote' and with style 'SWT.RADIO') 16:12:13 [2019-07-19T20:12:13.450Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Remote' and with style 'SWT.RADIO') 16:12:13 [2019-07-19T20:12:13.450Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:12:13 [2019-07-19T20:12:13.450Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:12:13 [2019-07-19T20:12:13.450Z] DEBUG - Attempting to set focus on Tree with text {} 16:12:13 [2019-07-19T20:12:13.450Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {1294257014881932.lttng} time=199037531 data=null button=0 stateMask=0x0 x=123 y=11 count=0} to TreeItem with text {1294257014881932.lttng} 16:12:13 [2019-07-19T20:12:13.450Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {1294257014881932.lttng} time=199037532 data=null doit=true} to TreeItem with text {1294257014881932.lttng} 16:12:13 [2019-07-19T20:12:13.450Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {1294257014881932.lttng} time=199037532 data=null} to TreeItem with text {1294257014881932.lttng} 16:12:13 [2019-07-19T20:12:13.450Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {1294257014881932.lttng} time=199037532 data=null button=1 stateMask=0x0 x=123 y=11 count=1} to TreeItem with text {1294257014881932.lttng} 16:12:13 [2019-07-19T20:12:13.450Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199037533 data=null item=TreeItem {1294257014881932.lttng} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {1294257014881932.lttng} 16:12:13 [2019-07-19T20:12:13.450Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {1294257014881932.lttng} time=199037533 data=null button=1 stateMask=0x80000 x=123 y=11 count=1} to TreeItem with text {1294257014881932.lttng} 16:12:13 [2019-07-19T20:12:13.450Z] DEBUG - Clicking on TreeItem with text {1294257014881932.lttng} 16:12:13 [2019-07-19T20:12:13.450Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {1294257014881932.lttng} time=199037534 data=null button=0 stateMask=0x0 x=123 y=11 count=0} to TreeItem with text {1294257014881932.lttng} 16:12:13 [2019-07-19T20:12:13.450Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {1294257014881932.lttng} time=199037534 data=null doit=true} to TreeItem with text {1294257014881932.lttng} 16:12:13 [2019-07-19T20:12:13.450Z] DEBUG - Attempting to set focus on Tree with text {} 16:12:13 [2019-07-19T20:12:13.450Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {1294257014881932.lttng} time=199037534 data=null} to TreeItem with text {1294257014881932.lttng} 16:12:13 [2019-07-19T20:12:13.450Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {1294257014881932.lttng} time=199037534 data=null button=1 stateMask=0x0 x=123 y=11 count=1} to TreeItem with text {1294257014881932.lttng} 16:12:13 [2019-07-19T20:12:13.450Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199037535 data=null item=TreeItem {1294257014881932.lttng} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {1294257014881932.lttng} 16:12:13 [2019-07-19T20:12:13.450Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {1294257014881932.lttng} time=199037535 data=null button=1 stateMask=0x80000 x=123 y=11 count=1} to TreeItem with text {1294257014881932.lttng} 16:12:13 [2019-07-19T20:12:13.450Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {1294257014881932.lttng} time=199037535 data=null button=0 stateMask=0x0 x=123 y=11 count=0} to TreeItem with text {1294257014881932.lttng} 16:12:13 [2019-07-19T20:12:13.450Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {1294257014881932.lttng} time=199037535 data=null doit=true} to TreeItem with text {1294257014881932.lttng} 16:12:13 [2019-07-19T20:12:13.450Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {1294257014881932.lttng} time=199037535 data=null} to TreeItem with text {1294257014881932.lttng} 16:12:13 [2019-07-19T20:12:13.450Z] DEBUG - Clicked on TreeItem with text {1294257014881932.lttng} 16:12:13 [2019-07-19T20:12:13.450Z] DEBUG - matched Button with text "Local", using matcher: of type 'Button' 16:12:13 [2019-07-19T20:12:13.450Z] DEBUG - matched Button with text "Remote", using matcher: of type 'Button' 16:12:13 [2019-07-19T20:12:13.450Z] DEBUG - matched Button with text "force", using matcher: of type 'Button' 16:12:13 [2019-07-19T20:12:13.450Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 16:12:13 [2019-07-19T20:12:13.450Z] DEBUG - matched Button with text "Show hidden files", using matcher: of type 'Button' 16:12:13 [2019-07-19T20:12:13.450Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:12:13 [2019-07-19T20:12:13.450Z] DEBUG - matched Button with text "&Manage...", using matcher: of type 'Button' 16:12:13 [2019-07-19T20:12:13.450Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:12:13 [2019-07-19T20:12:13.450Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 16:12:13 [2019-07-19T20:12:13.450Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:12:13 [2019-07-19T20:12:13.450Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:12:13 [2019-07-19T20:12:13.450Z] DEBUG - Clicking on OK 16:12:13 [2019-07-19T20:12:13.450Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=199037537 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:12:13 [2019-07-19T20:12:13.450Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=199037537 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:12:13 [2019-07-19T20:12:13.450Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=199037538 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:12:13 [2019-07-19T20:12:13.450Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=199037538 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:12:13 [2019-07-19T20:12:13.450Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=199037538 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:12:13 [2019-07-19T20:12:13.450Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=199037538 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:12:13 [2019-07-19T20:12:13.450Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=199037538 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:12:13 [2019-07-19T20:12:13.450Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Load...} time=199037131 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Load...' 16:12:13 [2019-07-19T20:12:13.707Z] DEBUG - Clicked on 16:12:13 [2019-07-19T20:12:13.707Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:12:13 [2019-07-19T20:12:13.707Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:12:13 [2019-07-19T20:12:13.707Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. 16:12:13 [2019-07-19T20:12:13.707Z] DEBUG - Attempting to set focus on Tree with text {} 16:12:13 [2019-07-19T20:12:13.707Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {1294257014881932} time=199037885 data=null button=0 stateMask=0x0 x=142 y=8 count=0} to Tree node with text: 1294257014881932 16:12:13 [2019-07-19T20:12:13.707Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {1294257014881932} time=199037885 data=null doit=true} to Tree node with text: 1294257014881932 16:12:13 [2019-07-19T20:12:13.707Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {1294257014881932} time=199037885 data=null} to Tree node with text: 1294257014881932 16:12:13 [2019-07-19T20:12:13.707Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {1294257014881932} time=199037886 data=null button=1 stateMask=0x0 x=142 y=8 count=1} to Tree node with text: 1294257014881932 16:12:13 [2019-07-19T20:12:13.707Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199037926 data=null item=TreeItem {1294257014881932} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: 1294257014881932 16:12:13 [2019-07-19T20:12:13.707Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {1294257014881932} time=199037929 data=null button=1 stateMask=0x80000 x=142 y=8 count=1} to Tree node with text: 1294257014881932 16:12:13 [2019-07-19T20:12:13.707Z] DEBUG - Attempting to set focus on Tree with text {} 16:12:13 [2019-07-19T20:12:13.707Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {1294257014881932} time=199037930 data=null button=0 stateMask=0x0 x=142 y=8 count=0} to Tree node with text: 1294257014881932 16:12:13 [2019-07-19T20:12:13.707Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {1294257014881932} time=199037930 data=null doit=true} to Tree node with text: 1294257014881932 16:12:13 [2019-07-19T20:12:13.707Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {1294257014881932} time=199037930 data=null} to Tree node with text: 1294257014881932 16:12:13 [2019-07-19T20:12:13.707Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {1294257014881932} time=199037931 data=null button=1 stateMask=0x0 x=142 y=8 count=1} to Tree node with text: 1294257014881932 16:12:13 [2019-07-19T20:12:13.707Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199037931 data=null item=TreeItem {1294257014881932} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: 1294257014881932 16:12:13 [2019-07-19T20:12:13.707Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {1294257014881932} time=199037932 data=null button=1 stateMask=0x80000 x=142 y=8 count=1} to Tree node with text: 1294257014881932 16:12:13 [2019-07-19T20:12:13.963Z] DEBUG - matched MenuItem with text "Destroy Session...", using matcher: with mnemonic 'Destroy Session...' 16:12:13 [2019-07-19T20:12:13.963Z] DEBUG - Clicking on with mnemonic 'Destroy Session...' 16:12:14 [2019-07-19T20:12:14.219Z] DEBUG - Clicked on with mnemonic 'Destroy Session...' 16:12:14 [2019-07-19T20:12:14.219Z] DEBUG - matched Shell with text "Destroy Confirmation", using matcher: with text 'Destroy Confirmation' 16:12:14 [2019-07-19T20:12:14.219Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Destroy Confirmation} time=199038354 data=null doit=true} to Shell with text {Destroy Confirmation} 16:12:14 [2019-07-19T20:12:14.219Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:12:14 [2019-07-19T20:12:14.219Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:12:14 [2019-07-19T20:12:14.219Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 16:12:14 [2019-07-19T20:12:14.219Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:12:14 [2019-07-19T20:12:14.219Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:12:14 [2019-07-19T20:12:14.219Z] DEBUG - Clicking on OK 16:12:14 [2019-07-19T20:12:14.219Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=199038355 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:12:14 [2019-07-19T20:12:14.219Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=199038355 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:12:14 [2019-07-19T20:12:14.219Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=199038355 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:12:14 [2019-07-19T20:12:14.219Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=199038355 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:12:14 [2019-07-19T20:12:14.219Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=199038355 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:12:14 [2019-07-19T20:12:14.219Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=199038355 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:12:14 [2019-07-19T20:12:14.219Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=199038356 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:12:14 [2019-07-19T20:12:14.219Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Destroy Session...} time=199038085 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Destroy Session...' 16:12:14 [2019-07-19T20:12:14.476Z] DEBUG - Clicked on 16:12:14 [2019-07-19T20:12:14.476Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. 16:12:14 [2019-07-19T20:12:14.476Z] DEBUG - Attempting to set focus on Tree with text {} 16:12:14 [2019-07-19T20:12:14.476Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=199038555 data=null button=0 stateMask=0x0 x=69 y=-34 count=0} to TreeItem with text {myNode} 16:12:14 [2019-07-19T20:12:14.476Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=199038555 data=null doit=true} to TreeItem with text {myNode} 16:12:14 [2019-07-19T20:12:14.476Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=199038555 data=null} to TreeItem with text {myNode} 16:12:14 [2019-07-19T20:12:14.476Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=199038556 data=null button=1 stateMask=0x0 x=69 y=-34 count=1} to TreeItem with text {myNode} 16:12:14 [2019-07-19T20:12:14.476Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199038556 data=null item=TreeItem {myNode} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {myNode} 16:12:14 [2019-07-19T20:12:14.476Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=199038559 data=null button=1 stateMask=0x80000 x=69 y=-34 count=1} to TreeItem with text {myNode} 16:12:14 [2019-07-19T20:12:14.476Z] DEBUG - Attempting to set focus on Tree with text {} 16:12:14 [2019-07-19T20:12:14.476Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=199038560 data=null button=0 stateMask=0x0 x=69 y=-34 count=0} to TreeItem with text {myNode} 16:12:14 [2019-07-19T20:12:14.476Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=199038560 data=null doit=true} to TreeItem with text {myNode} 16:12:14 [2019-07-19T20:12:14.476Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=199038560 data=null} to TreeItem with text {myNode} 16:12:14 [2019-07-19T20:12:14.476Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=199038560 data=null button=1 stateMask=0x0 x=69 y=-34 count=1} to TreeItem with text {myNode} 16:12:14 [2019-07-19T20:12:14.476Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199038561 data=null item=TreeItem {myNode} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {myNode} 16:12:14 [2019-07-19T20:12:14.476Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=199038562 data=null button=1 stateMask=0x80000 x=69 y=-34 count=1} to TreeItem with text {myNode} 16:12:14 [2019-07-19T20:12:14.733Z] DEBUG - matched MenuItem with text "Disconnect", using matcher: with mnemonic 'Disconnect' 16:12:14 [2019-07-19T20:12:14.733Z] DEBUG - Clicking on with mnemonic 'Disconnect' 16:12:14 [2019-07-19T20:12:14.733Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Disconnect} time=199038736 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Disconnect' 16:12:14 [2019-07-19T20:12:14.733Z] DEBUG - Clicked on with mnemonic 'Disconnect' 16:12:14 [2019-07-19T20:12:14.733Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.18 s - in org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests.ControlViewProfileTest 16:12:14 [2019-07-19T20:12:14.733Z] testTraceSessionTree(org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests.ControlViewProfileTest) Time elapsed: 3.696 s 16:12:14 [2019-07-19T20:12:14.733Z] 16:12:14 [2019-07-19T20:12:14.733Z] Results: 16:12:14 [2019-07-19T20:12:14.733Z] 16:12:14 [2019-07-19T20:12:14.733Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0 16:12:14 [2019-07-19T20:12:14.733Z] 16:12:15 [2019-07-19T20:12:15.297Z] 16:12:15 [2019-07-19T20:12:15.297Z] !ENTRY org.eclipse.core.resources 2 10035 2019-07-19 20:12:15.184 16:12:15 [2019-07-19T20:12:15.297Z] !MESSAGE The workspace will exit with unsaved changes in this session. 16:12:16 [2019-07-19T20:12:16.228Z] [INFO] All tests passed! 16:12:16 [2019-07-19T20:12:16.228Z] [INFO] 16:12:16 [2019-07-19T20:12:16.228Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests --- 16:12:16 [2019-07-19T20:12:16.228Z] [INFO] Loading execution data file /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/../../target/jacoco.exec 16:12:16 [2019-07-19T20:12:16.228Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests' with 12 classes 16:12:16 [2019-07-19T20:12:16.485Z] [INFO] 16:12:16 [2019-07-19T20:12:16.485Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests --- 16:12:16 [2019-07-19T20:12:16.485Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/target/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests-1.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/1.0.5-SNAPSHOT/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests-1.0.5-SNAPSHOT.jar 16:12:16 [2019-07-19T20:12:16.485Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/1.0.5-SNAPSHOT/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests-1.0.5-SNAPSHOT.pom 16:12:16 [2019-07-19T20:12:16.485Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/target/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests-1.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/1.0.5-SNAPSHOT/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests-1.0.5-SNAPSHOT-sources.jar 16:12:16 [2019-07-19T20:12:16.486Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/target/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests-1.0.5-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/1.0.5-SNAPSHOT/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests-1.0.5-SNAPSHOT-pack200.jar.pack.gz 16:12:16 [2019-07-19T20:12:16.486Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/1.0.5-SNAPSHOT/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests-1.0.5-SNAPSHOT-p2metadata.xml 16:12:16 [2019-07-19T20:12:16.486Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/1.0.5-SNAPSHOT/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests-1.0.5-SNAPSHOT-p2artifacts.xml 16:12:16 [2019-07-19T20:12:16.486Z] [INFO] 16:12:16 [2019-07-19T20:12:16.486Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests --- 16:12:16 [2019-07-19T20:12:16.486Z] [INFO] 16:12:16 [2019-07-19T20:12:16.486Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests >-- 16:12:16 [2019-07-19T20:12:16.486Z] [INFO] Building org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests 1.0.10-SNAPSHOT [99/134] 16:12:16 [2019-07-19T20:12:16.486Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- 16:12:16 [2019-07-19T20:12:16.486Z] [INFO] 16:12:16 [2019-07-19T20:12:16.486Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests --- 16:12:16 [2019-07-19T20:12:16.486Z] [INFO] 16:12:16 [2019-07-19T20:12:16.486Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests --- 16:12:16 [2019-07-19T20:12:16.486Z] [INFO] The project's OSGi version is 1.0.10.201907191907 16:12:16 [2019-07-19T20:12:16.486Z] [INFO] 16:12:16 [2019-07-19T20:12:16.486Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests --- 16:12:16 [2019-07-19T20:12:16.486Z] [INFO] 16:12:16 [2019-07-19T20:12:16.486Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests --- 16:12:16 [2019-07-19T20:12:16.486Z] [INFO] 16:12:16 [2019-07-19T20:12:16.486Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests --- 16:12:16 [2019-07-19T20:12:16.486Z] [INFO] 16:12:16 [2019-07-19T20:12:16.486Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests --- 16:12:16 [2019-07-19T20:12:16.486Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 16:12:16 [2019-07-19T20:12:16.486Z] [INFO] 16:12:16 [2019-07-19T20:12:16.486Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests --- 16:12:16 [2019-07-19T20:12:16.486Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:12:16 [2019-07-19T20:12:16.486Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/src/main/resources 16:12:16 [2019-07-19T20:12:16.486Z] [INFO] 16:12:16 [2019-07-19T20:12:16.486Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests --- 16:12:16 [2019-07-19T20:12:16.486Z] [INFO] Compiling 19 source files to /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/target/classes 16:12:17 [2019-07-19T20:12:17.416Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/src/org/eclipse/tracecompass/lttng2/kernel/ui/swtbot/tests/ResourcesViewTest.java:[384] 16:12:17 [2019-07-19T20:12:17.416Z] final TimeGraphMarkerAxis markerAxis = viewBot.bot().widget(WidgetOfType.widgetOfType(TimeGraphMarkerAxis.class)); 16:12:17 [2019-07-19T20:12:17.416Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 16:12:17 [2019-07-19T20:12:17.416Z] Unsafe interpretation of method return type as '@NonNull' based on substitution 'T=@NonNull TimeGraphMarkerAxis'. Declaring type 'SWTBotFactory' doesn't seem to be designed with null type annotations in mind 16:12:17 [2019-07-19T20:12:17.416Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/src/org/eclipse/tracecompass/lttng2/kernel/ui/swtbot/tests/ResourcesViewTest.java:[400] 16:12:17 [2019-07-19T20:12:17.416Z] final TimeGraphControl timeGraph = viewBot.bot().widget(WidgetOfType.widgetOfType(TimeGraphControl.class)); 16:12:17 [2019-07-19T20:12:17.416Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 16:12:17 [2019-07-19T20:12:17.416Z] Unsafe interpretation of method return type as '@NonNull' based on substitution 'T=@NonNull TimeGraphControl'. Declaring type 'SWTBotFactory' doesn't seem to be designed with null type annotations in mind 16:12:17 [2019-07-19T20:12:17.416Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/src/org/eclipse/tracecompass/lttng2/kernel/ui/swtbot/tests/FindDialogTestBase.java:[369] 16:12:17 [2019-07-19T20:12:17.416Z] final TimeGraphControl timegraph = view.bot().widget(WidgetOfType.widgetOfType(TimeGraphControl.class)); 16:12:17 [2019-07-19T20:12:17.416Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 16:12:17 [2019-07-19T20:12:17.416Z] Unsafe interpretation of method return type as '@NonNull' based on substitution 'T=@NonNull TimeGraphControl'. Declaring type 'SWTBotFactory' doesn't seem to be designed with null type annotations in mind 16:12:17 [2019-07-19T20:12:17.416Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/src/org/eclipse/tracecompass/lttng2/kernel/ui/swtbot/tests/FindDialogTestBase.java:[387] 16:12:17 [2019-07-19T20:12:17.416Z] final TimeGraphControl timegraph = viewBot.bot().widget(WidgetOfType.widgetOfType(TimeGraphControl.class)); 16:12:17 [2019-07-19T20:12:17.416Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 16:12:17 [2019-07-19T20:12:17.416Z] Unsafe interpretation of method return type as '@NonNull' based on substitution 'T=@NonNull TimeGraphControl'. Declaring type 'SWTBotFactory' doesn't seem to be designed with null type annotations in mind 16:12:17 [2019-07-19T20:12:17.416Z] 4 problems (4 warnings) 16:12:17 [2019-07-19T20:12:17.416Z] [INFO] 16:12:17 [2019-07-19T20:12:17.416Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests --- 16:12:17 [2019-07-19T20:12:17.416Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:12:17 [2019-07-19T20:12:17.416Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/src/test/resources 16:12:17 [2019-07-19T20:12:17.416Z] [INFO] 16:12:17 [2019-07-19T20:12:17.416Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests --- 16:12:17 [2019-07-19T20:12:17.416Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/target/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests-1.0.10-SNAPSHOT-sources.jar 16:12:17 [2019-07-19T20:12:17.416Z] [INFO] 16:12:17 [2019-07-19T20:12:17.416Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests --- 16:12:17 [2019-07-19T20:12:17.416Z] [INFO] 16:12:17 [2019-07-19T20:12:17.416Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests --- 16:12:17 [2019-07-19T20:12:17.416Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/target/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests-1.0.10-SNAPSHOT.jar 16:12:17 [2019-07-19T20:12:17.416Z] [INFO] 16:12:17 [2019-07-19T20:12:17.416Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests --- 16:12:17 [2019-07-19T20:12:17.416Z] [INFO] 16:12:17 [2019-07-19T20:12:17.416Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests --- 16:12:17 [2019-07-19T20:12:17.416Z] [INFO] 16:12:17 [2019-07-19T20:12:17.416Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests --- 16:12:17 [2019-07-19T20:12:17.416Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/target/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests-1.0.10-SNAPSHOT.jar 16:12:17 [2019-07-19T20:12:17.679Z] [INFO] 16:12:17 [2019-07-19T20:12:17.679Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests --- 16:12:17 [2019-07-19T20:12:17.679Z] [INFO] 16:12:17 [2019-07-19T20:12:17.679Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests --- 16:12:19 [2019-07-19T20:12:19.574Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/target/work/data/.metadata/.log 16:12:19 [2019-07-19T20:12:19.574Z] [INFO] Command line: 16:12:19 [2019-07-19T20:12:19.574Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -nouithread, -consoleLog] 16:12:19 [2019-07-19T20:12:19.574Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass 16:12:23 [2019-07-19T20:12:23.750Z] !SESSION 2019-07-19 20:12:19.780 ----------------------------------------------- 16:12:23 [2019-07-19T20:12:23.750Z] eclipse.buildId=unknown 16:12:23 [2019-07-19T20:12:23.750Z] java.version=1.8.0_202 16:12:23 [2019-07-19T20:12:23.750Z] java.vendor=Oracle Corporation 16:12:23 [2019-07-19T20:12:23.750Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US 16:12:23 [2019-07-19T20:12:23.750Z] Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/target/surefire.properties -product org.eclipse.platform.ide -nouithread 16:12:23 [2019-07-19T20:12:23.750Z] Command-line arguments: -data /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/target/surefire.properties -product org.eclipse.platform.ide -nouithread -consoleLog 16:12:23 [2019-07-19T20:12:23.750Z] 16:12:23 [2019-07-19T20:12:23.750Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-19 20:12:23.015 16:12:23 [2019-07-19T20:12:23.750Z] !MESSAGE FrameworkEvent ERROR 16:12:23 [2019-07-19T20:12:23.750Z] !STACK 0 16:12:23 [2019-07-19T20:12:23.750Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [65] 16:12:23 [2019-07-19T20:12:23.750Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 16:12:23 [2019-07-19T20:12:23.750Z] 16:12:23 [2019-07-19T20:12:23.750Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 16:12:23 [2019-07-19T20:12:23.750Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 16:12:23 [2019-07-19T20:12:23.750Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 16:12:23 [2019-07-19T20:12:23.750Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 16:12:23 [2019-07-19T20:12:23.750Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 16:12:23 [2019-07-19T20:12:23.750Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 16:12:23 [2019-07-19T20:12:23.750Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 16:12:23 [2019-07-19T20:12:23.750Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 16:12:23 [2019-07-19T20:12:23.750Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 16:12:23 [2019-07-19T20:12:23.750Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 16:12:23 [2019-07-19T20:12:23.750Z] 16:12:23 [2019-07-19T20:12:23.750Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-19 20:12:23.208 16:12:23 [2019-07-19T20:12:23.750Z] !MESSAGE FrameworkEvent ERROR 16:12:23 [2019-07-19T20:12:23.750Z] !STACK 0 16:12:23 [2019-07-19T20:12:23.750Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [134] 16:12:23 [2019-07-19T20:12:23.750Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 16:12:23 [2019-07-19T20:12:23.750Z] Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)" 16:12:23 [2019-07-19T20:12:23.750Z] -> Export-Package: org.apache.http.impl.auth.win; bundle-symbolic-name="org.apache.httpcomponents.httpclient.win"; bundle-version="4.5.6.v20190213-1947"; version="4.5.6"; x-internal:="true"; uses:="org.apache.http,org.apache.http.auth,org.apache.http.client,org.apache.http.impl.auth,org.apache.http.protocol,org.apache.http.util" 16:12:23 [2019-07-19T20:12:23.750Z] org.apache.httpcomponents.httpclient.win [36] 16:12:23 [2019-07-19T20:12:23.750Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 16:12:23 [2019-07-19T20:12:23.750Z] 16:12:23 [2019-07-19T20:12:23.750Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 16:12:23 [2019-07-19T20:12:23.750Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 16:12:23 [2019-07-19T20:12:23.750Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 16:12:23 [2019-07-19T20:12:23.750Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 16:12:23 [2019-07-19T20:12:23.750Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 16:12:23 [2019-07-19T20:12:23.750Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 16:12:23 [2019-07-19T20:12:23.750Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 16:12:23 [2019-07-19T20:12:23.750Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 16:12:23 [2019-07-19T20:12:23.750Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 16:12:23 [2019-07-19T20:12:23.750Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 16:12:25 [2019-07-19T20:12:25.646Z] process 12688: D-Bus library appears to be incorrectly set up; failed to read machine uuid: UUID file '/etc/machine-id' should contain a hex string of length 32, not length 0, with no other text 16:12:25 [2019-07-19T20:12:25.646Z] See the manual page for dbus-uuidgen to correct this issue. 16:12:25 [2019-07-19T20:12:25.904Z] SWT SessionManagerDBus: Failed to connect to org.gnome.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory) 16:12:25 [2019-07-19T20:12:25.904Z] SWT SessionManagerDBus: Failed to connect to org.xfce.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory) 16:12:38 [2019-07-19T20:12:38.089Z] Running org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesViewTest 16:12:38 [2019-07-19T20:12:38.089Z] Display size: 1440x900 16:12:38 [2019-07-19T20:12:38.089Z] OS version=3.10.0-957.21.3.el7.x86_64 16:12:38 [2019-07-19T20:12:38.089Z] GTK version=3.18.9 16:12:38 [2019-07-19T20:12:38.089Z] GTK theme=Ambiance 16:12:38 [2019-07-19T20:12:38.089Z] LIBOVERLAY_SCROLLBAR=0 16:12:38 [2019-07-19T20:12:38.089Z] Time zone: Coordinated Universal Time 16:12:38 [2019-07-19T20:12:38.089Z] log4j:WARN No appenders could be found for logger (org.eclipse.swtbot.swt.finder.widgets.SWTBotShell). 16:12:38 [2019-07-19T20:12:38.089Z] log4j:WARN Please initialize the log4j system properly. 16:12:39 [2019-07-19T20:12:39.460Z] *** BUG *** 16:12:39 [2019-07-19T20:12:39.460Z] In pixman_region32_init_rect: Invalid rectangle passed 16:12:39 [2019-07-19T20:12:39.460Z] Set a breakpoint on '_pixman_log_error' to debug 16:12:39 [2019-07-19T20:12:39.460Z] 16:12:39 [2019-07-19T20:12:39.460Z] *** BUG *** 16:12:39 [2019-07-19T20:12:39.460Z] In pixman_region32_init_rect: Invalid rectangle passed 16:12:39 [2019-07-19T20:12:39.460Z] Set a breakpoint on '_pixman_log_error' to debug 16:12:39 [2019-07-19T20:12:39.460Z] 16:12:39 [2019-07-19T20:12:39.717Z] *** BUG *** 16:12:39 [2019-07-19T20:12:39.717Z] In pixman_region32_init_rect: Invalid rectangle passed 16:12:39 [2019-07-19T20:12:39.717Z] Set a breakpoint on '_pixman_log_error' to debug 16:12:39 [2019-07-19T20:12:39.717Z] 16:12:39 [2019-07-19T20:12:39.717Z] *** BUG *** 16:12:39 [2019-07-19T20:12:39.717Z] In pixman_region32_init_rect: Invalid rectangle passed 16:12:39 [2019-07-19T20:12:39.717Z] Set a breakpoint on '_pixman_log_error' to debug 16:12:39 [2019-07-19T20:12:39.717Z] 16:12:41 [2019-07-19T20:12:41.614Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' 16:12:56 [2019-07-19T20:12:56.476Z] DEBUG - matched EditorReference with text "", using matcher: with name '"synthetic-trace"' 16:12:56 [2019-07-19T20:12:56.734Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:12:56 [2019-07-19T20:12:56.991Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' 16:12:56 [2019-07-19T20:12:56.991Z] DEBUG - matched TimeGraphScale with text "", using matcher: of type 'Canvas' 16:12:56 [2019-07-19T20:12:56.991Z] DEBUG - matched TimeGraphScale with text "", using matcher: (of type 'Canvas') 16:12:56 [2019-07-19T20:12:56.991Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'Canvas' 16:12:56 [2019-07-19T20:12:56.991Z] DEBUG - matched TimeGraphControl with text "", using matcher: (of type 'Canvas') 16:12:56 [2019-07-19T20:12:56.991Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: of type 'Canvas' 16:12:56 [2019-07-19T20:12:56.991Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: (of type 'Canvas') 16:12:57 [2019-07-19T20:12:57.248Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' 16:12:57 [2019-07-19T20:12:57.248Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' 16:12:57 [2019-07-19T20:12:57.504Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 16:12:57 [2019-07-19T20:12:57.504Z] DEBUG - Attempting to set focus on TimeGraphControl with text {} 16:12:57 [2019-07-19T20:12:57.504Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:12:57 [2019-07-19T20:12:57.504Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:12:57 [2019-07-19T20:12:57.761Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' 16:12:58 [2019-07-19T20:12:58.325Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:12:58 [2019-07-19T20:12:58.325Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:12:58 [2019-07-19T20:12:58.325Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' 16:12:58 [2019-07-19T20:12:58.890Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:12:58 [2019-07-19T20:12:58.890Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:12:58 [2019-07-19T20:12:58.890Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' 16:12:59 [2019-07-19T20:12:59.454Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:12:59 [2019-07-19T20:12:59.454Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:12:59 [2019-07-19T20:12:59.454Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' 16:13:00 [2019-07-19T20:13:00.021Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:13:00 [2019-07-19T20:13:00.022Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:13:00 [2019-07-19T20:13:00.022Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' 16:13:00 [2019-07-19T20:13:00.591Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:13:00 [2019-07-19T20:13:00.591Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:13:00 [2019-07-19T20:13:00.848Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' 16:13:01 [2019-07-19T20:13:01.412Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:13:01 [2019-07-19T20:13:01.412Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:13:01 [2019-07-19T20:13:01.412Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' 16:13:01 [2019-07-19T20:13:01.976Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:13:01 [2019-07-19T20:13:01.976Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:13:01 [2019-07-19T20:13:01.976Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' 16:13:03 [2019-07-19T20:13:03.348Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:13:03 [2019-07-19T20:13:03.348Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:13:03 [2019-07-19T20:13:03.348Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' 16:13:03 [2019-07-19T20:13:03.606Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:13:03 [2019-07-19T20:13:03.606Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:13:03 [2019-07-19T20:13:03.863Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' 16:13:04 [2019-07-19T20:13:04.794Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:13:04 [2019-07-19T20:13:04.794Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:13:04 [2019-07-19T20:13:04.794Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' 16:13:05 [2019-07-19T20:13:05.358Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:13:05 [2019-07-19T20:13:05.358Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:13:05 [2019-07-19T20:13:05.358Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' 16:13:05 [2019-07-19T20:13:05.616Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' 16:13:08 [2019-07-19T20:13:08.897Z] DEBUG - matched EditorReference with text "", using matcher: with name '"synthetic-trace"' 16:13:08 [2019-07-19T20:13:08.897Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:13:08 [2019-07-19T20:13:08.897Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' 16:13:09 [2019-07-19T20:13:09.154Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' 16:13:09 [2019-07-19T20:13:09.154Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: of type 'TimeGraphMarkerAxis' 16:13:09 [2019-07-19T20:13:09.154Z] DEBUG - number of items : 17 16:13:09 [2019-07-19T20:13:09.154Z] DEBUG - Clicking on ToolItem with tooltip text {Add Bookmark...} 16:13:09 [2019-07-19T20:13:09.154Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199093355 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add Bookmark...} 16:13:09 [2019-07-19T20:13:09.154Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199093356 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add Bookmark...} 16:13:09 [2019-07-19T20:13:09.154Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199093356 data=null doit=true} to ToolItem with tooltip text {Add Bookmark...} 16:13:09 [2019-07-19T20:13:09.154Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199093357 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add Bookmark...} 16:13:09 [2019-07-19T20:13:09.154Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199093357 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add Bookmark...} 16:13:09 [2019-07-19T20:13:09.717Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199093866 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add Bookmark...} 16:13:09 [2019-07-19T20:13:09.717Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199093872 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add Bookmark...} 16:13:09 [2019-07-19T20:13:09.717Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199093872 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add Bookmark...} 16:13:09 [2019-07-19T20:13:09.717Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199093873 data=null doit=true} to ToolItem with tooltip text {Add Bookmark...} 16:13:09 [2019-07-19T20:13:09.717Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199093873 data=null} to ToolItem with tooltip text {Add Bookmark...} 16:13:09 [2019-07-19T20:13:09.717Z] DEBUG - Clicked on ToolItem with tooltip text {Add Bookmark...} 16:13:09 [2019-07-19T20:13:09.717Z] DEBUG - matched Shell with text "Add Bookmark", using matcher: with text 'Add Bookmark' 16:13:09 [2019-07-19T20:13:09.717Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 16:13:09 [2019-07-19T20:13:09.717Z] DEBUG - matched Text with text "", using matcher: (of type 'Text') 16:13:09 [2019-07-19T20:13:09.717Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 16:13:09 [2019-07-19T20:13:09.717Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:13:09 [2019-07-19T20:13:09.717Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:13:09 [2019-07-19T20:13:09.717Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 16:13:09 [2019-07-19T20:13:09.717Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:13:09 [2019-07-19T20:13:09.717Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:13:09 [2019-07-19T20:13:09.717Z] DEBUG - Clicking on OK 16:13:09 [2019-07-19T20:13:09.717Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=199093951 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:13:09 [2019-07-19T20:13:09.717Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=199093952 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:13:09 [2019-07-19T20:13:09.717Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=199093952 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:13:09 [2019-07-19T20:13:09.717Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=199093952 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:13:09 [2019-07-19T20:13:09.717Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=199093952 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:13:09 [2019-07-19T20:13:09.718Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=199093952 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:13:09 [2019-07-19T20:13:09.974Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=199093953 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:13:09 [2019-07-19T20:13:09.974Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199093357 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Add Bookmark...} 16:13:10 [2019-07-19T20:13:10.539Z] DEBUG - Clicked on 16:13:10 [2019-07-19T20:13:10.539Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 16:13:10 [2019-07-19T20:13:10.796Z] DEBUG - Clicking on TimeGraphMarkerAxis with text {} 16:13:10 [2019-07-19T20:13:10.796Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TimeGraphMarkerAxis {} time=199094848 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to TimeGraphMarkerAxis with text {} 16:13:10 [2019-07-19T20:13:10.796Z] DEBUG - Sent event MouseMove [5]: MouseEvent{TimeGraphMarkerAxis {} time=199094849 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to TimeGraphMarkerAxis with text {} 16:13:10 [2019-07-19T20:13:10.796Z] DEBUG - Sent event Activate [26]: ShellEvent{TimeGraphMarkerAxis {} time=199094849 data=null doit=true} to TimeGraphMarkerAxis with text {} 16:13:10 [2019-07-19T20:13:10.796Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TimeGraphMarkerAxis {} time=199094850 data=null} to TimeGraphMarkerAxis with text {} 16:13:10 [2019-07-19T20:13:10.796Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TimeGraphMarkerAxis {} time=199094850 data=null button=1 stateMask=0x0 x=538 y=9 count=1} to TimeGraphMarkerAxis with text {} 16:13:10 [2019-07-19T20:13:10.796Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TimeGraphMarkerAxis {} time=199094853 data=null button=1 stateMask=0x80000 x=538 y=9 count=1} to TimeGraphMarkerAxis with text {} 16:13:10 [2019-07-19T20:13:10.796Z] DEBUG - Clicked on TimeGraphMarkerAxis with text {} 16:13:11 [2019-07-19T20:13:11.359Z] DEBUG - Clicking on TimeGraphMarkerAxis with text {} 16:13:11 [2019-07-19T20:13:11.359Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TimeGraphMarkerAxis {} time=199095434 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to TimeGraphMarkerAxis with text {} 16:13:11 [2019-07-19T20:13:11.359Z] DEBUG - Sent event MouseMove [5]: MouseEvent{TimeGraphMarkerAxis {} time=199095435 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to TimeGraphMarkerAxis with text {} 16:13:11 [2019-07-19T20:13:11.359Z] DEBUG - Sent event Activate [26]: ShellEvent{TimeGraphMarkerAxis {} time=199095435 data=null doit=true} to TimeGraphMarkerAxis with text {} 16:13:11 [2019-07-19T20:13:11.359Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TimeGraphMarkerAxis {} time=199095436 data=null} to TimeGraphMarkerAxis with text {} 16:13:11 [2019-07-19T20:13:11.359Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TimeGraphMarkerAxis {} time=199095437 data=null button=1 stateMask=0x0 x=239 y=25 count=1} to TimeGraphMarkerAxis with text {} 16:13:11 [2019-07-19T20:13:11.359Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TimeGraphMarkerAxis {} time=199095440 data=null button=1 stateMask=0x80000 x=239 y=25 count=1} to TimeGraphMarkerAxis with text {} 16:13:11 [2019-07-19T20:13:11.359Z] DEBUG - Clicked on TimeGraphMarkerAxis with text {} 16:13:11 [2019-07-19T20:13:11.923Z] DEBUG - number of items : 17 16:13:11 [2019-07-19T20:13:11.923Z] DEBUG - Clicking on ToolItem with tooltip text {Remove Bookmark} 16:13:11 [2019-07-19T20:13:11.923Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199095951 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Remove Bookmark} 16:13:11 [2019-07-19T20:13:11.923Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199095951 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Remove Bookmark} 16:13:11 [2019-07-19T20:13:11.923Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199095952 data=null doit=true} to ToolItem with tooltip text {Remove Bookmark} 16:13:11 [2019-07-19T20:13:11.923Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199095952 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Remove Bookmark} 16:13:11 [2019-07-19T20:13:11.923Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199095952 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Remove Bookmark} 16:13:11 [2019-07-19T20:13:11.923Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199095953 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Remove Bookmark} 16:13:11 [2019-07-19T20:13:11.924Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199095956 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add Bookmark...} 16:13:12 [2019-07-19T20:13:12.181Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199096169 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add Bookmark...} 16:13:12 [2019-07-19T20:13:12.181Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199096266 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add Bookmark...} 16:13:12 [2019-07-19T20:13:12.181Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199096266 data=null doit=true} to ToolItem with tooltip text {Add Bookmark...} 16:13:12 [2019-07-19T20:13:12.181Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199096266 data=null} to ToolItem with tooltip text {Add Bookmark...} 16:13:12 [2019-07-19T20:13:12.181Z] DEBUG - Clicked on ToolItem with tooltip text {Add Bookmark...} 16:13:12 [2019-07-19T20:13:12.181Z] DEBUG - Clicking on TimeGraphMarkerAxis with text {} 16:13:12 [2019-07-19T20:13:12.438Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TimeGraphMarkerAxis {} time=199096333 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to TimeGraphMarkerAxis with text {} 16:13:12 [2019-07-19T20:13:12.438Z] DEBUG - Sent event MouseMove [5]: MouseEvent{TimeGraphMarkerAxis {} time=199096466 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to TimeGraphMarkerAxis with text {} 16:13:12 [2019-07-19T20:13:12.438Z] DEBUG - Sent event Activate [26]: ShellEvent{TimeGraphMarkerAxis {} time=199096532 data=null doit=true} to TimeGraphMarkerAxis with text {} 16:13:12 [2019-07-19T20:13:12.438Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TimeGraphMarkerAxis {} time=199096532 data=null} to TimeGraphMarkerAxis with text {} 16:13:12 [2019-07-19T20:13:12.438Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TimeGraphMarkerAxis {} time=199096532 data=null button=1 stateMask=0x0 x=3 y=4 count=1} to TimeGraphMarkerAxis with text {} 16:13:12 [2019-07-19T20:13:12.438Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TimeGraphMarkerAxis {} time=199096533 data=null button=1 stateMask=0x80000 x=3 y=4 count=1} to TimeGraphMarkerAxis with text {} 16:13:12 [2019-07-19T20:13:12.438Z] DEBUG - Clicked on TimeGraphMarkerAxis with text {} 16:13:12 [2019-07-19T20:13:12.438Z] DEBUG - Clicking on TimeGraphMarkerAxis with text {} 16:13:12 [2019-07-19T20:13:12.438Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TimeGraphMarkerAxis {} time=199096534 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to TimeGraphMarkerAxis with text {} 16:13:12 [2019-07-19T20:13:12.438Z] DEBUG - Sent event MouseMove [5]: MouseEvent{TimeGraphMarkerAxis {} time=199096535 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to TimeGraphMarkerAxis with text {} 16:13:12 [2019-07-19T20:13:12.438Z] DEBUG - Sent event Activate [26]: ShellEvent{TimeGraphMarkerAxis {} time=199096535 data=null doit=true} to TimeGraphMarkerAxis with text {} 16:13:12 [2019-07-19T20:13:12.438Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TimeGraphMarkerAxis {} time=199096536 data=null} to TimeGraphMarkerAxis with text {} 16:13:12 [2019-07-19T20:13:12.438Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TimeGraphMarkerAxis {} time=199096536 data=null button=1 stateMask=0x0 x=3 y=4 count=1} to TimeGraphMarkerAxis with text {} 16:13:12 [2019-07-19T20:13:12.438Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TimeGraphMarkerAxis {} time=199096537 data=null button=1 stateMask=0x80000 x=3 y=4 count=1} to TimeGraphMarkerAxis with text {} 16:13:12 [2019-07-19T20:13:12.438Z] DEBUG - Clicked on TimeGraphMarkerAxis with text {} 16:13:12 [2019-07-19T20:13:12.438Z] DEBUG - Clicking on TimeGraphMarkerAxis with text {} 16:13:12 [2019-07-19T20:13:12.438Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TimeGraphMarkerAxis {} time=199096538 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to TimeGraphMarkerAxis with text {} 16:13:12 [2019-07-19T20:13:12.438Z] DEBUG - Sent event MouseMove [5]: MouseEvent{TimeGraphMarkerAxis {} time=199096538 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to TimeGraphMarkerAxis with text {} 16:13:12 [2019-07-19T20:13:12.438Z] DEBUG - Sent event Activate [26]: ShellEvent{TimeGraphMarkerAxis {} time=199096538 data=null doit=true} to TimeGraphMarkerAxis with text {} 16:13:12 [2019-07-19T20:13:12.438Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TimeGraphMarkerAxis {} time=199096538 data=null} to TimeGraphMarkerAxis with text {} 16:13:12 [2019-07-19T20:13:12.438Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TimeGraphMarkerAxis {} time=199096539 data=null button=1 stateMask=0x0 x=15 y=9 count=1} to TimeGraphMarkerAxis with text {} 16:13:12 [2019-07-19T20:13:12.438Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TimeGraphMarkerAxis {} time=199096540 data=null button=1 stateMask=0x80000 x=15 y=9 count=1} to TimeGraphMarkerAxis with text {} 16:13:12 [2019-07-19T20:13:12.438Z] DEBUG - Clicked on TimeGraphMarkerAxis with text {} 16:13:12 [2019-07-19T20:13:12.695Z] DEBUG - matched MenuItem with text "Lost Events", using matcher: with mnemonic 'Lost Events' 16:13:12 [2019-07-19T20:13:12.695Z] DEBUG - Clicking on with mnemonic 'Lost Events' 16:13:12 [2019-07-19T20:13:12.695Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Lost Events} time=199096750 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Lost Events' 16:13:12 [2019-07-19T20:13:12.695Z] DEBUG - Clicked on with mnemonic 'Lost Events' 16:13:12 [2019-07-19T20:13:12.952Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' 16:13:16 [2019-07-19T20:13:16.230Z] DEBUG - matched EditorReference with text "", using matcher: with name '"synthetic-trace"' 16:13:16 [2019-07-19T20:13:16.230Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:13:16 [2019-07-19T20:13:16.230Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' 16:13:16 [2019-07-19T20:13:16.230Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' 16:13:16 [2019-07-19T20:13:16.230Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 16:13:16 [2019-07-19T20:13:16.230Z] DEBUG - Attempting to set focus on TimeGraphControl with text {} 16:13:16 [2019-07-19T20:13:16.230Z] DEBUG - number of items : 17 16:13:16 [2019-07-19T20:13:16.487Z] DEBUG - Clicking on ToolItem with tooltip text {Select Next State Change} 16:13:16 [2019-07-19T20:13:16.487Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199100480 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:13:16 [2019-07-19T20:13:16.487Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199100480 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:13:16 [2019-07-19T20:13:16.487Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199100481 data=null doit=true} to ToolItem with tooltip text {Select Next State Change} 16:13:16 [2019-07-19T20:13:16.487Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199100481 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:13:16 [2019-07-19T20:13:16.487Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199100481 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:13:16 [2019-07-19T20:13:16.487Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199100482 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Select Next State Change} 16:13:16 [2019-07-19T20:13:16.487Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199100484 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:13:16 [2019-07-19T20:13:16.487Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199100484 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:13:16 [2019-07-19T20:13:16.487Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199100484 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:13:16 [2019-07-19T20:13:16.487Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199100484 data=null doit=true} to ToolItem with tooltip text {Select Next State Change} 16:13:16 [2019-07-19T20:13:16.487Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199100485 data=null} to ToolItem with tooltip text {Select Next State Change} 16:13:16 [2019-07-19T20:13:16.487Z] DEBUG - Clicked on ToolItem with tooltip text {Select Next State Change} 16:13:16 [2019-07-19T20:13:16.487Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' 16:13:17 [2019-07-19T20:13:17.050Z] DEBUG - number of items : 17 16:13:17 [2019-07-19T20:13:17.050Z] DEBUG - Clicking on ToolItem with tooltip text {Select Next State Change} 16:13:17 [2019-07-19T20:13:17.050Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199101140 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:13:17 [2019-07-19T20:13:17.050Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199101140 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:13:17 [2019-07-19T20:13:17.050Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199101141 data=null doit=true} to ToolItem with tooltip text {Select Next State Change} 16:13:17 [2019-07-19T20:13:17.050Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199101141 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:13:17 [2019-07-19T20:13:17.050Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199101141 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:13:17 [2019-07-19T20:13:17.050Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199101142 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Select Next State Change} 16:13:17 [2019-07-19T20:13:17.050Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199101144 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:13:17 [2019-07-19T20:13:17.050Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199101144 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:13:17 [2019-07-19T20:13:17.050Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199101144 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:13:17 [2019-07-19T20:13:17.050Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199101145 data=null doit=true} to ToolItem with tooltip text {Select Next State Change} 16:13:17 [2019-07-19T20:13:17.050Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199101145 data=null} to ToolItem with tooltip text {Select Next State Change} 16:13:17 [2019-07-19T20:13:17.050Z] DEBUG - Clicked on ToolItem with tooltip text {Select Next State Change} 16:13:17 [2019-07-19T20:13:17.050Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' 16:13:17 [2019-07-19T20:13:17.614Z] DEBUG - number of items : 17 16:13:17 [2019-07-19T20:13:17.614Z] DEBUG - Clicking on ToolItem with tooltip text {Add Bookmark...} 16:13:17 [2019-07-19T20:13:17.614Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199101664 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add Bookmark...} 16:13:17 [2019-07-19T20:13:17.614Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199101664 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add Bookmark...} 16:13:17 [2019-07-19T20:13:17.614Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199101664 data=null doit=true} to ToolItem with tooltip text {Add Bookmark...} 16:13:17 [2019-07-19T20:13:17.614Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199101665 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add Bookmark...} 16:13:17 [2019-07-19T20:13:17.614Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199101665 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add Bookmark...} 16:13:17 [2019-07-19T20:13:17.871Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199102038 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add Bookmark...} 16:13:17 [2019-07-19T20:13:17.871Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199102039 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add Bookmark...} 16:13:17 [2019-07-19T20:13:17.871Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199102040 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add Bookmark...} 16:13:17 [2019-07-19T20:13:17.871Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199102040 data=null doit=true} to ToolItem with tooltip text {Add Bookmark...} 16:13:17 [2019-07-19T20:13:17.871Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199102040 data=null} to ToolItem with tooltip text {Add Bookmark...} 16:13:17 [2019-07-19T20:13:17.871Z] DEBUG - Clicked on ToolItem with tooltip text {Add Bookmark...} 16:13:17 [2019-07-19T20:13:17.871Z] DEBUG - matched Shell with text "Add Bookmark", using matcher: with text 'Add Bookmark' 16:13:17 [2019-07-19T20:13:17.871Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 16:13:17 [2019-07-19T20:13:17.871Z] DEBUG - matched Text with text "", using matcher: (of type 'Text') 16:13:17 [2019-07-19T20:13:17.871Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 16:13:17 [2019-07-19T20:13:17.871Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:13:17 [2019-07-19T20:13:17.871Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:13:17 [2019-07-19T20:13:17.871Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 16:13:17 [2019-07-19T20:13:17.871Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:13:17 [2019-07-19T20:13:17.871Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:13:17 [2019-07-19T20:13:17.871Z] DEBUG - Clicking on OK 16:13:17 [2019-07-19T20:13:17.871Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=199102049 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:13:17 [2019-07-19T20:13:17.871Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=199102049 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:13:17 [2019-07-19T20:13:17.871Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=199102049 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:13:17 [2019-07-19T20:13:17.871Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=199102049 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:13:17 [2019-07-19T20:13:17.871Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=199102050 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:13:17 [2019-07-19T20:13:17.871Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=199102050 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:13:17 [2019-07-19T20:13:17.871Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=199102050 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:13:17 [2019-07-19T20:13:17.871Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199101665 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Add Bookmark...} 16:13:18 [2019-07-19T20:13:18.435Z] DEBUG - Clicked on 16:13:18 [2019-07-19T20:13:18.435Z] DEBUG - number of items : 17 16:13:18 [2019-07-19T20:13:18.435Z] DEBUG - Clicking on ToolItem with tooltip text {Select Next State Change} 16:13:18 [2019-07-19T20:13:18.435Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199102467 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:13:18 [2019-07-19T20:13:18.435Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199102467 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:13:18 [2019-07-19T20:13:18.435Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199102468 data=null doit=true} to ToolItem with tooltip text {Select Next State Change} 16:13:18 [2019-07-19T20:13:18.435Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199102468 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:13:18 [2019-07-19T20:13:18.435Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199102468 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:13:18 [2019-07-19T20:13:18.435Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199102468 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Select Next State Change} 16:13:18 [2019-07-19T20:13:18.435Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199102492 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:13:18 [2019-07-19T20:13:18.435Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199102493 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:13:18 [2019-07-19T20:13:18.435Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199102493 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:13:18 [2019-07-19T20:13:18.435Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199102493 data=null doit=true} to ToolItem with tooltip text {Select Next State Change} 16:13:18 [2019-07-19T20:13:18.435Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199102494 data=null} to ToolItem with tooltip text {Select Next State Change} 16:13:18 [2019-07-19T20:13:18.435Z] DEBUG - Clicked on ToolItem with tooltip text {Select Next State Change} 16:13:18 [2019-07-19T20:13:18.435Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' 16:13:19 [2019-07-19T20:13:19.000Z] DEBUG - number of items : 17 16:13:19 [2019-07-19T20:13:19.000Z] DEBUG - Clicking on ToolItem with tooltip text {Select Next State Change} 16:13:19 [2019-07-19T20:13:19.000Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199103131 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:13:19 [2019-07-19T20:13:19.000Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199103131 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:13:19 [2019-07-19T20:13:19.000Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199103132 data=null doit=true} to ToolItem with tooltip text {Select Next State Change} 16:13:19 [2019-07-19T20:13:19.000Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199103132 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:13:19 [2019-07-19T20:13:19.000Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199103132 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:13:19 [2019-07-19T20:13:19.000Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199103133 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Select Next State Change} 16:13:19 [2019-07-19T20:13:19.000Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199103136 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:13:19 [2019-07-19T20:13:19.000Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199103136 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:13:19 [2019-07-19T20:13:19.000Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199103136 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:13:19 [2019-07-19T20:13:19.000Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199103137 data=null doit=true} to ToolItem with tooltip text {Select Next State Change} 16:13:19 [2019-07-19T20:13:19.000Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199103137 data=null} to ToolItem with tooltip text {Select Next State Change} 16:13:19 [2019-07-19T20:13:19.000Z] DEBUG - Clicked on ToolItem with tooltip text {Select Next State Change} 16:13:19 [2019-07-19T20:13:19.000Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' 16:13:19 [2019-07-19T20:13:19.564Z] DEBUG - number of items : 17 16:13:19 [2019-07-19T20:13:19.564Z] DEBUG - Clicking on ToolItem with tooltip text {Select Next State Change} with stateMask=0x20000 16:13:19 [2019-07-19T20:13:19.564Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199103730 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:13:19 [2019-07-19T20:13:19.564Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199103730 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:13:19 [2019-07-19T20:13:19.564Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199103730 data=null doit=true} to ToolItem with tooltip text {Select Next State Change} 16:13:19 [2019-07-19T20:13:19.564Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199103731 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:13:19 [2019-07-19T20:13:19.564Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199103731 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:13:19 [2019-07-19T20:13:19.564Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199103731 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x20000 text=null doit=true} to ToolItem with tooltip text {Select Next State Change} 16:13:19 [2019-07-19T20:13:19.564Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199103733 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:13:19 [2019-07-19T20:13:19.564Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199103734 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:13:19 [2019-07-19T20:13:19.564Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199103734 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:13:19 [2019-07-19T20:13:19.564Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199103734 data=null doit=true} to ToolItem with tooltip text {Select Next State Change} 16:13:19 [2019-07-19T20:13:19.564Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199103734 data=null} to ToolItem with tooltip text {Select Next State Change} 16:13:19 [2019-07-19T20:13:19.564Z] DEBUG - Clicked on ToolItem with tooltip text {Select Next State Change} with stateMask=0x20000 16:13:19 [2019-07-19T20:13:19.564Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' 16:13:20 [2019-07-19T20:13:20.128Z] DEBUG - number of items : 17 16:13:20 [2019-07-19T20:13:20.128Z] DEBUG - Clicking on ToolItem with tooltip text {Add Bookmark...} 16:13:20 [2019-07-19T20:13:20.128Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199104376 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add Bookmark...} 16:13:20 [2019-07-19T20:13:20.128Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199104377 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add Bookmark...} 16:13:20 [2019-07-19T20:13:20.128Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199104377 data=null doit=true} to ToolItem with tooltip text {Add Bookmark...} 16:13:20 [2019-07-19T20:13:20.128Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199104377 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add Bookmark...} 16:13:20 [2019-07-19T20:13:20.386Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199104377 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add Bookmark...} 16:13:20 [2019-07-19T20:13:20.643Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199104775 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add Bookmark...} 16:13:20 [2019-07-19T20:13:20.643Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199104777 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add Bookmark...} 16:13:20 [2019-07-19T20:13:20.643Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199104777 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add Bookmark...} 16:13:20 [2019-07-19T20:13:20.643Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199104777 data=null doit=true} to ToolItem with tooltip text {Add Bookmark...} 16:13:20 [2019-07-19T20:13:20.643Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199104777 data=null} to ToolItem with tooltip text {Add Bookmark...} 16:13:20 [2019-07-19T20:13:20.643Z] DEBUG - Clicked on ToolItem with tooltip text {Add Bookmark...} 16:13:20 [2019-07-19T20:13:20.643Z] DEBUG - matched Shell with text "Add Bookmark", using matcher: with text 'Add Bookmark' 16:13:20 [2019-07-19T20:13:20.643Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 16:13:20 [2019-07-19T20:13:20.643Z] DEBUG - matched Text with text "", using matcher: (of type 'Text') 16:13:20 [2019-07-19T20:13:20.643Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 16:13:20 [2019-07-19T20:13:20.643Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:13:20 [2019-07-19T20:13:20.643Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:13:20 [2019-07-19T20:13:20.643Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 16:13:20 [2019-07-19T20:13:20.643Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:13:20 [2019-07-19T20:13:20.643Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:13:20 [2019-07-19T20:13:20.643Z] DEBUG - Clicking on OK 16:13:20 [2019-07-19T20:13:20.643Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=199104828 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:13:20 [2019-07-19T20:13:20.643Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=199104828 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:13:20 [2019-07-19T20:13:20.643Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=199104829 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:13:20 [2019-07-19T20:13:20.643Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=199104829 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:13:20 [2019-07-19T20:13:20.643Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=199104829 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:13:20 [2019-07-19T20:13:20.643Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=199104829 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:13:20 [2019-07-19T20:13:20.643Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=199104830 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:13:20 [2019-07-19T20:13:20.643Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199104382 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Add Bookmark...} 16:13:21 [2019-07-19T20:13:21.207Z] DEBUG - Clicked on 16:13:21 [2019-07-19T20:13:21.207Z] DEBUG - number of items : 17 16:13:21 [2019-07-19T20:13:21.207Z] DEBUG - Clicking on ToolItem with tooltip text {Previous Marker} 16:13:21 [2019-07-19T20:13:21.207Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199105289 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} 16:13:21 [2019-07-19T20:13:21.207Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199105289 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} 16:13:21 [2019-07-19T20:13:21.207Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199105289 data=null doit=true} to ToolItem with tooltip text {Previous Marker} 16:13:21 [2019-07-19T20:13:21.207Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199105289 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} 16:13:21 [2019-07-19T20:13:21.207Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199105289 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} 16:13:21 [2019-07-19T20:13:21.207Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199105290 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Previous Marker} 16:13:21 [2019-07-19T20:13:21.207Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199105309 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} 16:13:21 [2019-07-19T20:13:21.207Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199105310 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} 16:13:21 [2019-07-19T20:13:21.207Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199105310 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} 16:13:21 [2019-07-19T20:13:21.207Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199105310 data=null doit=true} to ToolItem with tooltip text {Previous Marker} 16:13:21 [2019-07-19T20:13:21.207Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199105311 data=null} to ToolItem with tooltip text {Previous Marker} 16:13:21 [2019-07-19T20:13:21.207Z] DEBUG - Clicked on ToolItem with tooltip text {Previous Marker} 16:13:21 [2019-07-19T20:13:21.207Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' 16:13:21 [2019-07-19T20:13:21.773Z] DEBUG - number of items : 17 16:13:21 [2019-07-19T20:13:21.773Z] DEBUG - Clicking on ToolItem with tooltip text {Remove Bookmark} 16:13:21 [2019-07-19T20:13:21.773Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199105832 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Remove Bookmark} 16:13:21 [2019-07-19T20:13:21.773Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199105832 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Remove Bookmark} 16:13:21 [2019-07-19T20:13:21.773Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199105832 data=null doit=true} to ToolItem with tooltip text {Remove Bookmark} 16:13:21 [2019-07-19T20:13:21.773Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199105833 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Remove Bookmark} 16:13:21 [2019-07-19T20:13:21.773Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199105833 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Remove Bookmark} 16:13:21 [2019-07-19T20:13:21.773Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199105833 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Remove Bookmark} 16:13:21 [2019-07-19T20:13:21.773Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199105836 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add Bookmark...} 16:13:21 [2019-07-19T20:13:21.773Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199105937 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add Bookmark...} 16:13:21 [2019-07-19T20:13:21.773Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199105949 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add Bookmark...} 16:13:21 [2019-07-19T20:13:21.773Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199105949 data=null doit=true} to ToolItem with tooltip text {Add Bookmark...} 16:13:21 [2019-07-19T20:13:21.773Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199105949 data=null} to ToolItem with tooltip text {Add Bookmark...} 16:13:21 [2019-07-19T20:13:21.773Z] DEBUG - Clicked on ToolItem with tooltip text {Add Bookmark...} 16:13:21 [2019-07-19T20:13:21.773Z] DEBUG - number of items : 17 16:13:21 [2019-07-19T20:13:21.773Z] DEBUG - Clicking on ToolItem with tooltip text {Next Marker} 16:13:21 [2019-07-19T20:13:21.773Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199105953 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} 16:13:21 [2019-07-19T20:13:21.773Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199105954 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} 16:13:21 [2019-07-19T20:13:21.773Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199105954 data=null doit=true} to ToolItem with tooltip text {Next Marker} 16:13:21 [2019-07-19T20:13:21.773Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199105954 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} 16:13:21 [2019-07-19T20:13:21.773Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199105954 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} 16:13:21 [2019-07-19T20:13:21.773Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199105954 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Next Marker} 16:13:21 [2019-07-19T20:13:21.773Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199105956 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} 16:13:21 [2019-07-19T20:13:21.773Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199105957 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} 16:13:21 [2019-07-19T20:13:21.773Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199105957 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} 16:13:21 [2019-07-19T20:13:21.773Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199105957 data=null doit=true} to ToolItem with tooltip text {Next Marker} 16:13:21 [2019-07-19T20:13:21.773Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199105957 data=null} to ToolItem with tooltip text {Next Marker} 16:13:21 [2019-07-19T20:13:21.773Z] DEBUG - Clicked on ToolItem with tooltip text {Next Marker} 16:13:21 [2019-07-19T20:13:21.773Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' 16:13:22 [2019-07-19T20:13:22.386Z] DEBUG - number of items : 17 16:13:22 [2019-07-19T20:13:22.386Z] DEBUG - Clicking on ToolItem with tooltip text {Remove Bookmark} 16:13:22 [2019-07-19T20:13:22.386Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199106469 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Remove Bookmark} 16:13:22 [2019-07-19T20:13:22.386Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199106470 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Remove Bookmark} 16:13:22 [2019-07-19T20:13:22.386Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199106470 data=null doit=true} to ToolItem with tooltip text {Remove Bookmark} 16:13:22 [2019-07-19T20:13:22.386Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199106470 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Remove Bookmark} 16:13:22 [2019-07-19T20:13:22.386Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199106470 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Remove Bookmark} 16:13:22 [2019-07-19T20:13:22.386Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199106470 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Remove Bookmark} 16:13:22 [2019-07-19T20:13:22.643Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199106473 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add Bookmark...} 16:13:22 [2019-07-19T20:13:22.643Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199106643 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add Bookmark...} 16:13:22 [2019-07-19T20:13:22.643Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199106662 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add Bookmark...} 16:13:22 [2019-07-19T20:13:22.643Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199106662 data=null doit=true} to ToolItem with tooltip text {Add Bookmark...} 16:13:22 [2019-07-19T20:13:22.643Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199106662 data=null} to ToolItem with tooltip text {Add Bookmark...} 16:13:22 [2019-07-19T20:13:22.643Z] DEBUG - Clicked on ToolItem with tooltip text {Add Bookmark...} 16:13:22 [2019-07-19T20:13:22.643Z] DEBUG - number of items : 17 16:13:22 [2019-07-19T20:13:22.643Z] DEBUG - Clicking on ToolItem with tooltip text {Previous Marker} 16:13:22 [2019-07-19T20:13:22.643Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199106664 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} 16:13:22 [2019-07-19T20:13:22.643Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199106664 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} 16:13:22 [2019-07-19T20:13:22.643Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199106664 data=null doit=true} to ToolItem with tooltip text {Previous Marker} 16:13:22 [2019-07-19T20:13:22.643Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199106665 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} 16:13:22 [2019-07-19T20:13:22.643Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199106665 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} 16:13:22 [2019-07-19T20:13:22.643Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199106665 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Previous Marker} 16:13:22 [2019-07-19T20:13:22.643Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199106665 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} 16:13:22 [2019-07-19T20:13:22.643Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199106665 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} 16:13:22 [2019-07-19T20:13:22.643Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199106666 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} 16:13:22 [2019-07-19T20:13:22.643Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199106666 data=null doit=true} to ToolItem with tooltip text {Previous Marker} 16:13:22 [2019-07-19T20:13:22.643Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199106666 data=null} to ToolItem with tooltip text {Previous Marker} 16:13:22 [2019-07-19T20:13:22.643Z] DEBUG - Clicked on ToolItem with tooltip text {Previous Marker} 16:13:22 [2019-07-19T20:13:22.643Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' 16:13:23 [2019-07-19T20:13:23.207Z] DEBUG - number of items : 17 16:13:23 [2019-07-19T20:13:23.207Z] DEBUG - Clicking on ToolItem with tooltip text {Select Previous State Change} 16:13:23 [2019-07-19T20:13:23.207Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199107169 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:13:23 [2019-07-19T20:13:23.207Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199107169 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:13:23 [2019-07-19T20:13:23.207Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199107169 data=null doit=true} to ToolItem with tooltip text {Select Previous State Change} 16:13:23 [2019-07-19T20:13:23.207Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199107169 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:13:23 [2019-07-19T20:13:23.207Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199107170 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:13:23 [2019-07-19T20:13:23.207Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199107170 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Select Previous State Change} 16:13:23 [2019-07-19T20:13:23.207Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199107172 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:13:23 [2019-07-19T20:13:23.207Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199107173 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:13:23 [2019-07-19T20:13:23.207Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199107173 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:13:23 [2019-07-19T20:13:23.207Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199107173 data=null doit=true} to ToolItem with tooltip text {Select Previous State Change} 16:13:23 [2019-07-19T20:13:23.207Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199107173 data=null} to ToolItem with tooltip text {Select Previous State Change} 16:13:23 [2019-07-19T20:13:23.207Z] DEBUG - Clicked on ToolItem with tooltip text {Select Previous State Change} 16:13:23 [2019-07-19T20:13:23.207Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' 16:13:23 [2019-07-19T20:13:23.771Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' 16:13:27 [2019-07-19T20:13:27.047Z] DEBUG - matched EditorReference with text "", using matcher: with name '"synthetic-trace"' 16:13:27 [2019-07-19T20:13:27.047Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:13:27 [2019-07-19T20:13:27.047Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' 16:13:27 [2019-07-19T20:13:27.047Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' 16:13:27 [2019-07-19T20:13:27.047Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 16:13:27 [2019-07-19T20:13:27.047Z] DEBUG - Attempting to set focus on TimeGraphControl with text {} 16:13:27 [2019-07-19T20:13:27.304Z] DEBUG - matched MenuItem with text "Lost Events", using matcher: with mnemonic 'Lost Events' 16:13:27 [2019-07-19T20:13:27.304Z] DEBUG - number of items : 17 16:13:27 [2019-07-19T20:13:27.304Z] DEBUG - number of items : 17 16:13:27 [2019-07-19T20:13:27.561Z] DEBUG - matched MenuItem with text "Lost Events", using matcher: with mnemonic 'Lost Events' 16:13:27 [2019-07-19T20:13:27.561Z] DEBUG - Clicking on with mnemonic 'Lost Events' 16:13:27 [2019-07-19T20:13:27.561Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Lost Events} time=199111681 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Lost Events' 16:13:27 [2019-07-19T20:13:27.561Z] DEBUG - Clicked on with mnemonic 'Lost Events' 16:13:27 [2019-07-19T20:13:27.561Z] DEBUG - number of items : 17 16:13:27 [2019-07-19T20:13:27.818Z] DEBUG - number of items : 17 16:13:27 [2019-07-19T20:13:27.818Z] DEBUG - matched MenuItem with text "Lost Events", using matcher: with mnemonic 'Lost Events' 16:13:27 [2019-07-19T20:13:27.818Z] DEBUG - Clicking on with mnemonic 'Lost Events' 16:13:27 [2019-07-19T20:13:27.818Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Lost Events} time=199111968 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Lost Events' 16:13:27 [2019-07-19T20:13:27.818Z] DEBUG - Clicked on with mnemonic 'Lost Events' 16:13:27 [2019-07-19T20:13:27.818Z] DEBUG - number of items : 17 16:13:27 [2019-07-19T20:13:27.818Z] DEBUG - number of items : 17 16:13:28 [2019-07-19T20:13:28.075Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' 16:13:30 [2019-07-19T20:13:30.599Z] DEBUG - matched EditorReference with text "", using matcher: with name '"synthetic-trace"' 16:13:30 [2019-07-19T20:13:30.599Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:13:30 [2019-07-19T20:13:30.981Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' 16:13:30 [2019-07-19T20:13:30.981Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' 16:13:30 [2019-07-19T20:13:30.981Z] DEBUG - number of items : 17 16:13:30 [2019-07-19T20:13:30.981Z] DEBUG - Clicking on ToolItem with tooltip text {Show View Filters} 16:13:30 [2019-07-19T20:13:30.981Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199115036 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show View Filters} 16:13:30 [2019-07-19T20:13:30.981Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199115037 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show View Filters} 16:13:30 [2019-07-19T20:13:30.981Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199115037 data=null doit=true} to ToolItem with tooltip text {Show View Filters} 16:13:30 [2019-07-19T20:13:30.981Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199115037 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show View Filters} 16:13:30 [2019-07-19T20:13:30.981Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199115037 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show View Filters} 16:13:31 [2019-07-19T20:13:31.545Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199115544 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show View Filters} 16:13:31 [2019-07-19T20:13:31.545Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199115548 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show View Filters} 16:13:31 [2019-07-19T20:13:31.545Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199115549 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show View Filters} 16:13:31 [2019-07-19T20:13:31.545Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199115549 data=null doit=true} to ToolItem with tooltip text {Show View Filters} 16:13:31 [2019-07-19T20:13:31.545Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199115549 data=null} to ToolItem with tooltip text {Show View Filters} 16:13:31 [2019-07-19T20:13:31.545Z] DEBUG - Clicked on ToolItem with tooltip text {Show View Filters} 16:13:31 [2019-07-19T20:13:31.545Z] DEBUG - matched Shell with text "Filter", using matcher: with text 'Filter' 16:13:31 [2019-07-19T20:13:31.545Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Filter} time=199115552 data=null doit=true} to Shell with text {Filter} 16:13:31 [2019-07-19T20:13:31.545Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:13:31 [2019-07-19T20:13:31.545Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:13:31 [2019-07-19T20:13:31.545Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 16:13:31 [2019-07-19T20:13:31.545Z] DEBUG - matched Text with text "", using matcher: (of type 'Text') 16:13:32 [2019-07-19T20:13:32.109Z] DEBUG - matched Text with text "24", using matcher: of type 'Text' 16:13:32 [2019-07-19T20:13:32.109Z] DEBUG - matched Text with text "24", using matcher: (of type 'Text') 16:13:32 [2019-07-19T20:13:32.366Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.366Z] DEBUG - matched Button with text "Check subtree", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.366Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.366Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.366Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.366Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.366Z] DEBUG - matched Button with text "Uncheck all", using matcher: with mnemonic 'Uncheck all' 16:13:32 [2019-07-19T20:13:32.366Z] DEBUG - matched Button with text "Uncheck all", using matcher: with style 'SWT.PUSH' 16:13:32 [2019-07-19T20:13:32.366Z] DEBUG - matched Button with text "Uncheck all", using matcher: (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.366Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.366Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.366Z] DEBUG - Clicking on Uncheck all 16:13:32 [2019-07-19T20:13:32.366Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Uncheck all} time=199116582 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.366Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=199116582 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.366Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Uncheck all} time=199116582 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.366Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Uncheck all} time=199116583 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.366Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Uncheck all} time=199116583 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.366Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Uncheck all} time=199116583 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.366Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Uncheck all} time=199116583 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.366Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Uncheck all} time=199116600 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.366Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=199116600 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.366Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Uncheck all} time=199116601 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.366Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Uncheck all} time=199116601 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.366Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Uncheck all} time=199116601 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.366Z] DEBUG - Clicked on Uncheck all 16:13:32 [2019-07-19T20:13:32.366Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.366Z] DEBUG - matched Button with text "Check subtree", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.366Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.366Z] DEBUG - matched Button with text "Check all", using matcher: with mnemonic 'Check all' 16:13:32 [2019-07-19T20:13:32.366Z] DEBUG - matched Button with text "Check all", using matcher: with style 'SWT.PUSH' 16:13:32 [2019-07-19T20:13:32.366Z] DEBUG - matched Button with text "Check all", using matcher: (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.366Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.366Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.366Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.366Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.366Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.366Z] DEBUG - Clicking on Check all 16:13:32 [2019-07-19T20:13:32.366Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check all} time=199116604 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.366Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=199116604 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.366Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check all} time=199116605 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.366Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check all} time=199116605 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.366Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check all} time=199116605 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.366Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check all} time=199116605 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.366Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check all} time=199116605 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check all} time=199116637 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=199116638 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check all} time=199116638 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check all} time=199116638 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check all} time=199116639 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - Clicked on Check all 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - Attempting to set focus on Tree with text {} 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {CPU 1 States} time=199116650 data=null button=0 stateMask=0x0 x=107 y=121 count=0} to TreeItem with text {synthetic-trace} 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {synthetic-trace} time=199116650 data=null doit=true} to TreeItem with text {synthetic-trace} 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {synthetic-trace} time=199116651 data=null} to TreeItem with text {synthetic-trace} 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {CPU 1 States} time=199116651 data=null button=1 stateMask=0x0 x=107 y=121 count=1} to TreeItem with text {synthetic-trace} 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199116652 data=null item=TreeItem {CPU 1 States} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {synthetic-trace} 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {CPU 1 States} time=199116654 data=null button=1 stateMask=0x80000 x=107 y=121 count=1} to TreeItem with text {synthetic-trace} 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - matched Button with text "Check subtree", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - matched Button with text "Uncheck all", using matcher: with mnemonic 'Uncheck all' 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - matched Button with text "Uncheck all", using matcher: with style 'SWT.PUSH' 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - matched Button with text "Uncheck all", using matcher: (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - Clicking on Uncheck all 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Uncheck all} time=199116657 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=199116657 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Uncheck all} time=199116658 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Uncheck all} time=199116658 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Uncheck all} time=199116658 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Uncheck all} time=199116664 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Uncheck all} time=199116665 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Uncheck all} time=199116733 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=199116733 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Uncheck all} time=199116734 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Uncheck all} time=199116734 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Uncheck all} time=199116734 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - Clicked on Uncheck all 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - matched Button with text "Check selected", using matcher: with mnemonic 'Check selected' 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - matched Button with text "Check selected", using matcher: with style 'SWT.PUSH' 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - matched Button with text "Check selected", using matcher: (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - matched Button with text "Check subtree", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - Clicking on Check selected 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check selected} time=199116737 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check selected} time=199116737 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check selected} time=199116737 data=null doit=true} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check selected} time=199116737 data=null} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check selected} time=199116738 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check selected} time=199116738 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check selected} time=199116738 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check selected} time=199116739 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check selected} time=199116740 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check selected} time=199116740 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check selected} time=199116740 data=null doit=true} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check selected} time=199116740 data=null} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - Clicked on Check selected 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - matched Button with text "Check subtree", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - matched Button with text "Uncheck all", using matcher: with mnemonic 'Uncheck all' 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - matched Button with text "Uncheck all", using matcher: with style 'SWT.PUSH' 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - matched Button with text "Uncheck all", using matcher: (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - Clicking on Uncheck all 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Uncheck all} time=199116743 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=199116744 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Uncheck all} time=199116744 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Uncheck all} time=199116744 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Uncheck all} time=199116744 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Uncheck all} time=199116744 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Uncheck all} time=199116745 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Uncheck all} time=199116746 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=199116746 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Uncheck all} time=199116746 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Uncheck all} time=199116746 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Uncheck all} time=199116746 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - Clicked on Uncheck all 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - matched Button with text "Check subtree", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - matched Button with text "Check subtree", using matcher: with mnemonic 'Check subtree' 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - matched Button with text "Check subtree", using matcher: with style 'SWT.PUSH' 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - matched Button with text "Check subtree", using matcher: (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - Clicking on Check subtree 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check subtree} time=199116753 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check subtree} time=199116753 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check subtree} time=199116753 data=null doit=true} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check subtree} time=199116753 data=null} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check subtree} time=199116753 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check subtree} time=199116753 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check subtree} time=199116753 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check subtree} time=199116754 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check subtree} time=199116755 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check subtree} time=199116755 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check subtree} time=199116755 data=null doit=true} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check subtree} time=199116755 data=null} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - Clicked on Check subtree 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - matched Button with text "Check subtree", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - matched Button with text "Check all", using matcher: with mnemonic 'Check all' 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - matched Button with text "Check all", using matcher: with style 'SWT.PUSH' 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - matched Button with text "Check all", using matcher: (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - Clicking on Check all 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check all} time=199116758 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=199116758 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check all} time=199116758 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check all} time=199116758 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check all} time=199116758 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.626Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check all} time=199116758 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check all} time=199116758 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check all} time=199116828 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=199116828 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check all} time=199116828 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check all} time=199116829 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check all} time=199116829 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - Clicked on Check all 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - matched Button with text "Check subtree", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - matched Button with text "Uncheck selected", using matcher: with mnemonic 'Uncheck selected' 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - matched Button with text "Uncheck selected", using matcher: with style 'SWT.PUSH' 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - matched Button with text "Uncheck selected", using matcher: (of type 'Button' and with mnemonic 'Uncheck selected' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - Clicking on Uncheck selected 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Uncheck selected} time=199116831 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck selected' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck selected} time=199116831 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck selected' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Uncheck selected} time=199116831 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck selected' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Uncheck selected} time=199116832 data=null} to (of type 'Button' and with mnemonic 'Uncheck selected' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Uncheck selected} time=199116832 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck selected' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Uncheck selected} time=199116832 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck selected' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Uncheck selected} time=199116832 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck selected' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Uncheck selected} time=199116833 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck selected' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck selected} time=199116833 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck selected' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Uncheck selected} time=199116833 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck selected' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Uncheck selected} time=199116834 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck selected' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Uncheck selected} time=199116834 data=null} to (of type 'Button' and with mnemonic 'Uncheck selected' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - Clicked on Uncheck selected 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - matched Button with text "Check subtree", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - matched Button with text "Check all", using matcher: with mnemonic 'Check all' 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - matched Button with text "Check all", using matcher: with style 'SWT.PUSH' 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - matched Button with text "Check all", using matcher: (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - Clicking on Check all 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check all} time=199116836 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=199116836 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check all} time=199116837 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check all} time=199116837 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check all} time=199116837 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check all} time=199116837 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check all} time=199116837 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check all} time=199116838 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=199116838 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check all} time=199116839 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check all} time=199116839 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check all} time=199116839 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - Clicked on Check all 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - matched Button with text "Check subtree", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: with mnemonic 'Uncheck subtree' 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: with style 'SWT.PUSH' 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: (of type 'Button' and with mnemonic 'Uncheck subtree' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - Clicking on Uncheck subtree 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Uncheck subtree} time=199116841 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck subtree' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck subtree} time=199116841 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck subtree' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Uncheck subtree} time=199116841 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck subtree' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Uncheck subtree} time=199116841 data=null} to (of type 'Button' and with mnemonic 'Uncheck subtree' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Uncheck subtree} time=199116842 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck subtree' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Uncheck subtree} time=199116842 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck subtree' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Uncheck subtree} time=199116842 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck subtree' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Uncheck subtree} time=199116843 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck subtree' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck subtree} time=199116843 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck subtree' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Uncheck subtree} time=199116847 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck subtree' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Uncheck subtree} time=199116848 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck subtree' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Uncheck subtree} time=199116848 data=null} to (of type 'Button' and with mnemonic 'Uncheck subtree' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - Clicked on Uncheck subtree 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - matched Button with text "Check subtree", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - matched Button with text "Uncheck all", using matcher: with mnemonic 'Uncheck all' 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - matched Button with text "Uncheck all", using matcher: with style 'SWT.PUSH' 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - matched Button with text "Uncheck all", using matcher: (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - Clicking on Uncheck all 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Uncheck all} time=199116851 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=199116851 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Uncheck all} time=199116851 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Uncheck all} time=199116851 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Uncheck all} time=199116851 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Uncheck all} time=199116851 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Uncheck all} time=199116851 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Uncheck all} time=199116867 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=199116868 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Uncheck all} time=199116868 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Uncheck all} time=199116868 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Uncheck all} time=199116868 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - Clicked on Uncheck all 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - matched Text with text "synthetic-trace", using matcher: of type 'Text' 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - matched Text with text "synthetic-trace", using matcher: (of type 'Text') 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - matched Button with text "Check subtree", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - matched Button with text "Check all", using matcher: with mnemonic 'Check all' 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - matched Button with text "Check all", using matcher: with style 'SWT.PUSH' 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - matched Button with text "Check all", using matcher: (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - Clicking on Check all 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check all} time=199116873 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=199116873 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check all} time=199116873 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check all} time=199116873 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check all} time=199116873 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.627Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check all} time=199116874 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.884Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check all} time=199116874 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.884Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check all} time=199116928 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.884Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=199116928 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.884Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check all} time=199116928 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.884Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check all} time=199116928 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.884Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check all} time=199116929 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.884Z] DEBUG - Clicked on Check all 16:13:32 [2019-07-19T20:13:32.884Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.884Z] DEBUG - matched Button with text "Check subtree", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.884Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.884Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.884Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.884Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.884Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.884Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:13:32 [2019-07-19T20:13:32.884Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 16:13:32 [2019-07-19T20:13:32.884Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:13:32 [2019-07-19T20:13:32.884Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.884Z] DEBUG - Clicking on OK 16:13:32 [2019-07-19T20:13:32.884Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=199116932 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.884Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=199116932 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.884Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=199116932 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.884Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=199116932 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.884Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=199116932 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.884Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=199116932 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.884Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=199116933 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:13:32 [2019-07-19T20:13:32.884Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199115038 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Show View Filters} 16:13:33 [2019-07-19T20:13:33.142Z] DEBUG - Clicked on 16:13:33 [2019-07-19T20:13:33.142Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' 16:13:35 [2019-07-19T20:13:35.665Z] DEBUG - matched EditorReference with text "", using matcher: with name '"synthetic-trace"' 16:13:35 [2019-07-19T20:13:35.665Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:13:35 [2019-07-19T20:13:35.921Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' 16:13:35 [2019-07-19T20:13:35.921Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' 16:13:35 [2019-07-19T20:13:35.921Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' 16:13:35 [2019-07-19T20:13:35.921Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 16:13:36 [2019-07-19T20:13:36.178Z] DEBUG - Attempting to set focus on TimeGraphControl with text {} 16:13:36 [2019-07-19T20:13:36.178Z] DEBUG - number of items : 17 16:13:36 [2019-07-19T20:13:36.178Z] DEBUG - Clicking on ToolItem with tooltip text {Next Marker} 16:13:36 [2019-07-19T20:13:36.178Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199120261 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} 16:13:36 [2019-07-19T20:13:36.178Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199120262 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} 16:13:36 [2019-07-19T20:13:36.178Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199120262 data=null doit=true} to ToolItem with tooltip text {Next Marker} 16:13:36 [2019-07-19T20:13:36.178Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199120262 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} 16:13:36 [2019-07-19T20:13:36.178Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199120262 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} 16:13:36 [2019-07-19T20:13:36.178Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199120262 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Next Marker} 16:13:36 [2019-07-19T20:13:36.178Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199120263 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} 16:13:36 [2019-07-19T20:13:36.178Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199120263 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} 16:13:36 [2019-07-19T20:13:36.178Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199120263 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} 16:13:36 [2019-07-19T20:13:36.178Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199120263 data=null doit=true} to ToolItem with tooltip text {Next Marker} 16:13:36 [2019-07-19T20:13:36.178Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199120263 data=null} to ToolItem with tooltip text {Next Marker} 16:13:36 [2019-07-19T20:13:36.178Z] DEBUG - Clicked on ToolItem with tooltip text {Next Marker} 16:13:36 [2019-07-19T20:13:36.178Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' 16:13:36 [2019-07-19T20:13:36.742Z] DEBUG - number of items : 17 16:13:36 [2019-07-19T20:13:36.742Z] DEBUG - Clicking on ToolItem with tooltip text {Next Marker} 16:13:36 [2019-07-19T20:13:36.742Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199120766 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} 16:13:36 [2019-07-19T20:13:36.742Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199120766 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} 16:13:36 [2019-07-19T20:13:36.742Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199120766 data=null doit=true} to ToolItem with tooltip text {Next Marker} 16:13:36 [2019-07-19T20:13:36.742Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199120766 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} 16:13:36 [2019-07-19T20:13:36.742Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199120766 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} 16:13:36 [2019-07-19T20:13:36.742Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199120766 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Next Marker} 16:13:36 [2019-07-19T20:13:36.742Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199120767 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} 16:13:36 [2019-07-19T20:13:36.742Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199120767 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} 16:13:36 [2019-07-19T20:13:36.742Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199120767 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} 16:13:36 [2019-07-19T20:13:36.742Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199120768 data=null doit=true} to ToolItem with tooltip text {Next Marker} 16:13:36 [2019-07-19T20:13:36.742Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199120768 data=null} to ToolItem with tooltip text {Next Marker} 16:13:36 [2019-07-19T20:13:36.742Z] DEBUG - Clicked on ToolItem with tooltip text {Next Marker} 16:13:36 [2019-07-19T20:13:36.742Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' 16:13:37 [2019-07-19T20:13:37.379Z] DEBUG - number of items : 17 16:13:37 [2019-07-19T20:13:37.379Z] DEBUG - Clicking on ToolItem with tooltip text {Next Marker} 16:13:37 [2019-07-19T20:13:37.379Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199121359 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} 16:13:37 [2019-07-19T20:13:37.379Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199121359 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} 16:13:37 [2019-07-19T20:13:37.379Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199121359 data=null doit=true} to ToolItem with tooltip text {Next Marker} 16:13:37 [2019-07-19T20:13:37.379Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199121360 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} 16:13:37 [2019-07-19T20:13:37.379Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199121360 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} 16:13:37 [2019-07-19T20:13:37.379Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199121360 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Next Marker} 16:13:37 [2019-07-19T20:13:37.379Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199121361 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} 16:13:37 [2019-07-19T20:13:37.379Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199121361 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} 16:13:37 [2019-07-19T20:13:37.379Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199121361 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} 16:13:37 [2019-07-19T20:13:37.379Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199121361 data=null doit=true} to ToolItem with tooltip text {Next Marker} 16:13:37 [2019-07-19T20:13:37.379Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199121361 data=null} to ToolItem with tooltip text {Next Marker} 16:13:37 [2019-07-19T20:13:37.379Z] DEBUG - Clicked on ToolItem with tooltip text {Next Marker} 16:13:37 [2019-07-19T20:13:37.379Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' 16:13:37 [2019-07-19T20:13:37.944Z] DEBUG - number of items : 17 16:13:37 [2019-07-19T20:13:37.944Z] DEBUG - Clicking on ToolItem with tooltip text {Previous Marker} with stateMask=0x20000 16:13:37 [2019-07-19T20:13:37.944Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199122137 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} 16:13:37 [2019-07-19T20:13:37.944Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199122137 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} 16:13:37 [2019-07-19T20:13:37.944Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199122137 data=null doit=true} to ToolItem with tooltip text {Previous Marker} 16:13:37 [2019-07-19T20:13:37.944Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199122138 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} 16:13:37 [2019-07-19T20:13:37.945Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199122138 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} 16:13:37 [2019-07-19T20:13:37.945Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199122138 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x20000 text=null doit=true} to ToolItem with tooltip text {Previous Marker} 16:13:37 [2019-07-19T20:13:37.945Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199122139 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} 16:13:37 [2019-07-19T20:13:37.945Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199122139 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} 16:13:37 [2019-07-19T20:13:37.945Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199122139 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} 16:13:37 [2019-07-19T20:13:37.945Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199122139 data=null doit=true} to ToolItem with tooltip text {Previous Marker} 16:13:37 [2019-07-19T20:13:37.945Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199122139 data=null} to ToolItem with tooltip text {Previous Marker} 16:13:37 [2019-07-19T20:13:37.945Z] DEBUG - Clicked on ToolItem with tooltip text {Previous Marker} with stateMask=0x20000 16:13:37 [2019-07-19T20:13:37.945Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' 16:13:38 [2019-07-19T20:13:38.508Z] DEBUG - number of items : 17 16:13:38 [2019-07-19T20:13:38.508Z] DEBUG - Clicking on ToolItem with tooltip text {Previous Marker} with stateMask=0x20000 16:13:38 [2019-07-19T20:13:38.508Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199122729 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} 16:13:38 [2019-07-19T20:13:38.508Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199122729 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} 16:13:38 [2019-07-19T20:13:38.508Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199122729 data=null doit=true} to ToolItem with tooltip text {Previous Marker} 16:13:38 [2019-07-19T20:13:38.508Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199122730 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} 16:13:38 [2019-07-19T20:13:38.508Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199122730 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} 16:13:38 [2019-07-19T20:13:38.508Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199122730 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x20000 text=null doit=true} to ToolItem with tooltip text {Previous Marker} 16:13:38 [2019-07-19T20:13:38.508Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199122731 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} 16:13:38 [2019-07-19T20:13:38.508Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199122731 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} 16:13:38 [2019-07-19T20:13:38.508Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199122731 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} 16:13:38 [2019-07-19T20:13:38.508Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199122731 data=null doit=true} to ToolItem with tooltip text {Previous Marker} 16:13:38 [2019-07-19T20:13:38.508Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199122731 data=null} to ToolItem with tooltip text {Previous Marker} 16:13:38 [2019-07-19T20:13:38.508Z] DEBUG - Clicked on ToolItem with tooltip text {Previous Marker} with stateMask=0x20000 16:13:38 [2019-07-19T20:13:38.508Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' 16:13:39 [2019-07-19T20:13:39.073Z] DEBUG - number of items : 17 16:13:39 [2019-07-19T20:13:39.073Z] DEBUG - Clicking on ToolItem with tooltip text {Previous Marker} with stateMask=0x20000 16:13:39 [2019-07-19T20:13:39.073Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199123245 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} 16:13:39 [2019-07-19T20:13:39.073Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199123246 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} 16:13:39 [2019-07-19T20:13:39.073Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199123246 data=null doit=true} to ToolItem with tooltip text {Previous Marker} 16:13:39 [2019-07-19T20:13:39.073Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199123246 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} 16:13:39 [2019-07-19T20:13:39.073Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199123246 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} 16:13:39 [2019-07-19T20:13:39.073Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199123246 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x20000 text=null doit=true} to ToolItem with tooltip text {Previous Marker} 16:13:39 [2019-07-19T20:13:39.073Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199123247 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} 16:13:39 [2019-07-19T20:13:39.073Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199123247 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} 16:13:39 [2019-07-19T20:13:39.073Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199123247 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} 16:13:39 [2019-07-19T20:13:39.073Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199123248 data=null doit=true} to ToolItem with tooltip text {Previous Marker} 16:13:39 [2019-07-19T20:13:39.073Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199123248 data=null} to ToolItem with tooltip text {Previous Marker} 16:13:39 [2019-07-19T20:13:39.073Z] DEBUG - Clicked on ToolItem with tooltip text {Previous Marker} with stateMask=0x20000 16:13:39 [2019-07-19T20:13:39.073Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' 16:13:39 [2019-07-19T20:13:39.637Z] DEBUG - number of items : 17 16:13:39 [2019-07-19T20:13:39.637Z] DEBUG - Clicking on ToolItem with tooltip text {Next Marker} with stateMask=0x20000 16:13:39 [2019-07-19T20:13:39.637Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199123762 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} 16:13:39 [2019-07-19T20:13:39.637Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199123762 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} 16:13:39 [2019-07-19T20:13:39.637Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199123763 data=null doit=true} to ToolItem with tooltip text {Next Marker} 16:13:39 [2019-07-19T20:13:39.637Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199123763 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} 16:13:39 [2019-07-19T20:13:39.637Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199123763 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} 16:13:39 [2019-07-19T20:13:39.637Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199123763 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x20000 text=null doit=true} to ToolItem with tooltip text {Next Marker} 16:13:39 [2019-07-19T20:13:39.637Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199123764 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} 16:13:39 [2019-07-19T20:13:39.637Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199123764 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} 16:13:39 [2019-07-19T20:13:39.637Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199123764 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} 16:13:39 [2019-07-19T20:13:39.637Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199123764 data=null doit=true} to ToolItem with tooltip text {Next Marker} 16:13:39 [2019-07-19T20:13:39.637Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199123764 data=null} to ToolItem with tooltip text {Next Marker} 16:13:39 [2019-07-19T20:13:39.637Z] DEBUG - Clicked on ToolItem with tooltip text {Next Marker} with stateMask=0x20000 16:13:39 [2019-07-19T20:13:39.637Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' 16:13:40 [2019-07-19T20:13:40.200Z] DEBUG - number of items : 17 16:13:40 [2019-07-19T20:13:40.200Z] DEBUG - Clicking on ToolItem with tooltip text {Next Marker} with stateMask=0x20000 16:13:40 [2019-07-19T20:13:40.200Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199124267 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} 16:13:40 [2019-07-19T20:13:40.200Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199124267 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} 16:13:40 [2019-07-19T20:13:40.200Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199124267 data=null doit=true} to ToolItem with tooltip text {Next Marker} 16:13:40 [2019-07-19T20:13:40.200Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199124268 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} 16:13:40 [2019-07-19T20:13:40.200Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199124268 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} 16:13:40 [2019-07-19T20:13:40.200Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199124268 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x20000 text=null doit=true} to ToolItem with tooltip text {Next Marker} 16:13:40 [2019-07-19T20:13:40.200Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199124269 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} 16:13:40 [2019-07-19T20:13:40.200Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199124269 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} 16:13:40 [2019-07-19T20:13:40.200Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199124269 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} 16:13:40 [2019-07-19T20:13:40.200Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199124269 data=null doit=true} to ToolItem with tooltip text {Next Marker} 16:13:40 [2019-07-19T20:13:40.200Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199124269 data=null} to ToolItem with tooltip text {Next Marker} 16:13:40 [2019-07-19T20:13:40.200Z] DEBUG - Clicked on ToolItem with tooltip text {Next Marker} with stateMask=0x20000 16:13:40 [2019-07-19T20:13:40.200Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' 16:13:40 [2019-07-19T20:13:40.764Z] DEBUG - number of items : 17 16:13:40 [2019-07-19T20:13:40.764Z] DEBUG - Clicking on ToolItem with tooltip text {Next Marker} with stateMask=0x20000 16:13:40 [2019-07-19T20:13:40.764Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199124772 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} 16:13:40 [2019-07-19T20:13:40.764Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199124773 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} 16:13:40 [2019-07-19T20:13:40.764Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199124773 data=null doit=true} to ToolItem with tooltip text {Next Marker} 16:13:40 [2019-07-19T20:13:40.764Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199124773 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} 16:13:40 [2019-07-19T20:13:40.764Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199124773 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} 16:13:40 [2019-07-19T20:13:40.764Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199124773 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x20000 text=null doit=true} to ToolItem with tooltip text {Next Marker} 16:13:40 [2019-07-19T20:13:40.764Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199124774 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} 16:13:40 [2019-07-19T20:13:40.764Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199124774 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} 16:13:40 [2019-07-19T20:13:40.764Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199124774 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} 16:13:40 [2019-07-19T20:13:40.764Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199124775 data=null doit=true} to ToolItem with tooltip text {Next Marker} 16:13:40 [2019-07-19T20:13:40.764Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199124775 data=null} to ToolItem with tooltip text {Next Marker} 16:13:40 [2019-07-19T20:13:40.764Z] DEBUG - Clicked on ToolItem with tooltip text {Next Marker} with stateMask=0x20000 16:13:40 [2019-07-19T20:13:40.764Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' 16:13:41 [2019-07-19T20:13:41.327Z] DEBUG - number of items : 17 16:13:41 [2019-07-19T20:13:41.327Z] DEBUG - Clicking on ToolItem with tooltip text {Previous Marker} 16:13:41 [2019-07-19T20:13:41.327Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199125277 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} 16:13:41 [2019-07-19T20:13:41.327Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199125278 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} 16:13:41 [2019-07-19T20:13:41.327Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199125278 data=null doit=true} to ToolItem with tooltip text {Previous Marker} 16:13:41 [2019-07-19T20:13:41.327Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199125278 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} 16:13:41 [2019-07-19T20:13:41.327Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199125278 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} 16:13:41 [2019-07-19T20:13:41.327Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199125279 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Previous Marker} 16:13:41 [2019-07-19T20:13:41.327Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199125280 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} 16:13:41 [2019-07-19T20:13:41.327Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199125280 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} 16:13:41 [2019-07-19T20:13:41.327Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199125280 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} 16:13:41 [2019-07-19T20:13:41.327Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199125280 data=null doit=true} to ToolItem with tooltip text {Previous Marker} 16:13:41 [2019-07-19T20:13:41.327Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199125280 data=null} to ToolItem with tooltip text {Previous Marker} 16:13:41 [2019-07-19T20:13:41.327Z] DEBUG - Clicked on ToolItem with tooltip text {Previous Marker} 16:13:41 [2019-07-19T20:13:41.327Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' 16:13:41 [2019-07-19T20:13:41.891Z] DEBUG - number of items : 17 16:13:41 [2019-07-19T20:13:41.891Z] DEBUG - Clicking on ToolItem with tooltip text {Previous Marker} 16:13:41 [2019-07-19T20:13:41.891Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199125937 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} 16:13:41 [2019-07-19T20:13:41.891Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199125937 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} 16:13:41 [2019-07-19T20:13:41.891Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199125937 data=null doit=true} to ToolItem with tooltip text {Previous Marker} 16:13:41 [2019-07-19T20:13:41.891Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199125937 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} 16:13:41 [2019-07-19T20:13:41.891Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199125938 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} 16:13:41 [2019-07-19T20:13:41.891Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199125938 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Previous Marker} 16:13:41 [2019-07-19T20:13:41.891Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199125938 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} 16:13:41 [2019-07-19T20:13:41.891Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199125939 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} 16:13:41 [2019-07-19T20:13:41.891Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199125939 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} 16:13:41 [2019-07-19T20:13:41.891Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199125939 data=null doit=true} to ToolItem with tooltip text {Previous Marker} 16:13:41 [2019-07-19T20:13:41.891Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199125939 data=null} to ToolItem with tooltip text {Previous Marker} 16:13:41 [2019-07-19T20:13:41.891Z] DEBUG - Clicked on ToolItem with tooltip text {Previous Marker} 16:13:41 [2019-07-19T20:13:41.891Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' 16:13:42 [2019-07-19T20:13:42.454Z] DEBUG - number of items : 17 16:13:42 [2019-07-19T20:13:42.454Z] DEBUG - Clicking on ToolItem with tooltip text {Previous Marker} 16:13:42 [2019-07-19T20:13:42.454Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199126550 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} 16:13:42 [2019-07-19T20:13:42.454Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199126551 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} 16:13:42 [2019-07-19T20:13:42.454Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199126551 data=null doit=true} to ToolItem with tooltip text {Previous Marker} 16:13:42 [2019-07-19T20:13:42.454Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199126551 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} 16:13:42 [2019-07-19T20:13:42.454Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199126551 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} 16:13:42 [2019-07-19T20:13:42.454Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199126552 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Previous Marker} 16:13:42 [2019-07-19T20:13:42.454Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199126552 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} 16:13:42 [2019-07-19T20:13:42.454Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199126552 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} 16:13:42 [2019-07-19T20:13:42.454Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199126553 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} 16:13:42 [2019-07-19T20:13:42.454Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199126553 data=null doit=true} to ToolItem with tooltip text {Previous Marker} 16:13:42 [2019-07-19T20:13:42.454Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199126553 data=null} to ToolItem with tooltip text {Previous Marker} 16:13:42 [2019-07-19T20:13:42.454Z] DEBUG - Clicked on ToolItem with tooltip text {Previous Marker} 16:13:42 [2019-07-19T20:13:42.454Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' 16:13:42 [2019-07-19T20:13:42.712Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' 16:13:45 [2019-07-19T20:13:45.236Z] DEBUG - matched EditorReference with text "", using matcher: with name '"synthetic-trace"' 16:13:45 [2019-07-19T20:13:45.236Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:13:45 [2019-07-19T20:13:45.493Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' 16:13:45 [2019-07-19T20:13:45.493Z] DEBUG - matched Slider with text "", using matcher: of type 'Slider' 16:13:45 [2019-07-19T20:13:45.493Z] DEBUG - matched Slider with text "", using matcher: of type 'Slider' 16:13:45 [2019-07-19T20:13:45.493Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 16:13:45 [2019-07-19T20:13:45.493Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 16:13:45 [2019-07-19T20:13:45.493Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' 16:13:48 [2019-07-19T20:13:48.014Z] DEBUG - matched EditorReference with text "", using matcher: with name '"synthetic-trace"' 16:13:48 [2019-07-19T20:13:48.014Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:13:48 [2019-07-19T20:13:48.270Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' 16:13:48 [2019-07-19T20:13:48.270Z] DEBUG - number of items : 17 16:13:48 [2019-07-19T20:13:48.535Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' 16:13:51 [2019-07-19T20:13:51.057Z] DEBUG - matched EditorReference with text "", using matcher: with name '"synthetic-trace"' 16:13:51 [2019-07-19T20:13:51.057Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:13:51 [2019-07-19T20:13:51.057Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' 16:13:51 [2019-07-19T20:13:51.057Z] DEBUG - matched Slider with text "", using matcher: of type 'Slider' 16:13:51 [2019-07-19T20:13:51.057Z] DEBUG - matched Slider with text "", using matcher: of type 'Slider' 16:13:51 [2019-07-19T20:13:51.057Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 16:13:51 [2019-07-19T20:13:51.057Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' 16:13:53 [2019-07-19T20:13:53.577Z] DEBUG - matched EditorReference with text "", using matcher: with name '"synthetic-trace"' 16:13:53 [2019-07-19T20:13:53.577Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:13:53 [2019-07-19T20:13:53.835Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' 16:13:53 [2019-07-19T20:13:53.835Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 16:13:56 [2019-07-19T20:13:56.449Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' 16:13:56 [2019-07-19T20:13:56.449Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 16:13:56 [2019-07-19T20:13:56.449Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' 16:13:58 [2019-07-19T20:13:58.971Z] DEBUG - matched EditorReference with text "", using matcher: with name '"synthetic-trace"' 16:13:58 [2019-07-19T20:13:58.971Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:13:59 [2019-07-19T20:13:59.229Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' 16:13:59 [2019-07-19T20:13:59.229Z] DEBUG - number of items : 17 16:13:59 [2019-07-19T20:13:59.229Z] DEBUG - Clicking on ToolItem with tooltip text {Show Legend} 16:13:59 [2019-07-19T20:13:59.229Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199143269 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 16:13:59 [2019-07-19T20:13:59.229Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199143269 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 16:13:59 [2019-07-19T20:13:59.229Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199143269 data=null doit=true} to ToolItem with tooltip text {Show Legend} 16:13:59 [2019-07-19T20:13:59.229Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199143269 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 16:13:59 [2019-07-19T20:13:59.229Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199143269 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199143855 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199143856 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199143857 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199143857 data=null doit=true} to ToolItem with tooltip text {Show Legend} 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199143857 data=null} to ToolItem with tooltip text {Show Legend} 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - Clicked on ToolItem with tooltip text {Show Legend} 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - matched Shell with text "Legend", using matcher: with text 'Legend' 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Legend} time=199143864 data=null doit=true} to Shell with text {Legend} 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - matched with text "Idle", using matcher: of type 'CLabel' 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - matched with text "Idle", using matcher: (of type 'CLabel') 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - matched with text "Usermode", using matcher: of type 'CLabel' 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - matched with text "Usermode", using matcher: (of type 'CLabel') 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - matched with text "System call", using matcher: of type 'CLabel' 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - matched with text "System call", using matcher: (of type 'CLabel') 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - matched with text "Interrupt", using matcher: of type 'CLabel' 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - matched with text "Interrupt", using matcher: (of type 'CLabel') 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - matched with text "Soft Irq", using matcher: of type 'CLabel' 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - matched with text "Soft Irq", using matcher: (of type 'CLabel') 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - matched with text "Soft Irq raised", using matcher: of type 'CLabel' 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - matched with text "Soft Irq raised", using matcher: (of type 'CLabel') 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - matched with text "Idle", using matcher: of type 'CLabel' 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - matched with text "Idle", using matcher: (of type 'CLabel') 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - matched with text "Usermode", using matcher: of type 'CLabel' 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - matched with text "Usermode", using matcher: (of type 'CLabel') 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - matched with text "System call", using matcher: of type 'CLabel' 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - matched with text "System call", using matcher: (of type 'CLabel') 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - matched with text "Interrupt", using matcher: of type 'CLabel' 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - matched with text "Interrupt", using matcher: (of type 'CLabel') 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - matched with text "Soft Irq", using matcher: of type 'CLabel' 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - matched with text "Soft Irq", using matcher: (of type 'CLabel') 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - matched with text "Soft Irq raised", using matcher: of type 'CLabel' 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - matched with text "Soft Irq raised", using matcher: (of type 'CLabel') 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - matched with text "Idle", using matcher: of type 'CLabel' 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - matched with text "Idle", using matcher: (of type 'CLabel') 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - matched with text "Usermode", using matcher: of type 'CLabel' 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - matched with text "Usermode", using matcher: (of type 'CLabel') 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - matched with text "System call", using matcher: of type 'CLabel' 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - matched with text "System call", using matcher: (of type 'CLabel') 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - matched with text "Interrupt", using matcher: of type 'CLabel' 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - matched with text "Interrupt", using matcher: (of type 'CLabel') 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - matched with text "Soft Irq", using matcher: of type 'CLabel' 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - matched with text "Soft Irq", using matcher: (of type 'CLabel') 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - matched with text "Soft Irq raised", using matcher: of type 'CLabel' 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - matched with text "Soft Irq raised", using matcher: (of type 'CLabel') 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - matched with text "Idle", using matcher: of type 'CLabel' 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - matched with text "Idle", using matcher: (of type 'CLabel') 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - matched with text "Usermode", using matcher: of type 'CLabel' 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - matched with text "Usermode", using matcher: (of type 'CLabel') 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - matched with text "System call", using matcher: of type 'CLabel' 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - matched with text "System call", using matcher: (of type 'CLabel') 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - matched with text "Interrupt", using matcher: of type 'CLabel' 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - matched with text "Interrupt", using matcher: (of type 'CLabel') 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - matched with text "Soft Irq", using matcher: of type 'CLabel' 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - matched with text "Soft Irq", using matcher: (of type 'CLabel') 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - matched with text "Soft Irq raised", using matcher: of type 'CLabel' 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - matched with text "Soft Irq raised", using matcher: (of type 'CLabel') 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - matched with text "Idle", using matcher: of type 'CLabel' 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - matched with text "Idle", using matcher: (of type 'CLabel') 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - matched with text "Usermode", using matcher: of type 'CLabel' 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - matched with text "Usermode", using matcher: (of type 'CLabel') 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - matched with text "System call", using matcher: of type 'CLabel' 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - matched with text "System call", using matcher: (of type 'CLabel') 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - matched with text "Interrupt", using matcher: of type 'CLabel' 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - matched with text "Interrupt", using matcher: (of type 'CLabel') 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - matched with text "Soft Irq", using matcher: of type 'CLabel' 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - matched with text "Soft Irq", using matcher: (of type 'CLabel') 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - matched with text "Soft Irq raised", using matcher: of type 'CLabel' 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - matched with text "Soft Irq raised", using matcher: (of type 'CLabel') 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - matched with text "Idle", using matcher: of type 'CLabel' 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - matched with text "Idle", using matcher: (of type 'CLabel') 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - matched with text "Usermode", using matcher: of type 'CLabel' 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - matched with text "Usermode", using matcher: (of type 'CLabel') 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - matched with text "System call", using matcher: of type 'CLabel' 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - matched with text "System call", using matcher: (of type 'CLabel') 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - matched with text "Interrupt", using matcher: of type 'CLabel' 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - matched with text "Interrupt", using matcher: (of type 'CLabel') 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - matched with text "Soft Irq", using matcher: of type 'CLabel' 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - matched with text "Soft Irq", using matcher: (of type 'CLabel') 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - matched with text "Soft Irq raised", using matcher: of type 'CLabel' 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - matched with text "Soft Irq raised", using matcher: (of type 'CLabel') 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - Clicking on OK 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=199143936 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=199143936 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=199143936 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=199143937 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=199143937 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=199143937 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=199143937 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:13:59 [2019-07-19T20:13:59.793Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199143270 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Show Legend} 16:14:00 [2019-07-19T20:14:00.357Z] DEBUG - Clicked on 16:14:00 [2019-07-19T20:14:00.614Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=199144650 data=null doit=true} to Shell with text {data - Eclipse Platform} 16:14:00 [2019-07-19T20:14:00.614Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' 16:14:00 [2019-07-19T20:14:00.614Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:14:00 [2019-07-19T20:14:00.614Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:14:00 [2019-07-19T20:14:00.614Z] DEBUG - Attempting to set focus on Tree with text {} 16:14:00 [2019-07-19T20:14:00.614Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199144759 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:14:00 [2019-07-19T20:14:00.614Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199144759 data=null doit=true} to TreeItem with text {test} 16:14:00 [2019-07-19T20:14:00.614Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199144759 data=null} to TreeItem with text {test} 16:14:00 [2019-07-19T20:14:00.614Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199144760 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:14:00 [2019-07-19T20:14:00.614Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199144760 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:14:00 [2019-07-19T20:14:00.614Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199144841 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:14:00 [2019-07-19T20:14:00.871Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' 16:14:00 [2019-07-19T20:14:00.871Z] DEBUG - Clicking on with mnemonic 'Delete' 16:14:01 [2019-07-19T20:14:01.128Z] DEBUG - Clicked on with mnemonic 'Delete' 16:14:01 [2019-07-19T20:14:01.694Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' 16:14:01 [2019-07-19T20:14:01.694Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} 16:14:01 [2019-07-19T20:14:01.694Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 16:14:01 [2019-07-19T20:14:01.694Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' 16:14:01 [2019-07-19T20:14:01.694Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') 16:14:01 [2019-07-19T20:14:01.694Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 16:14:01 [2019-07-19T20:14:01.694Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:14:01 [2019-07-19T20:14:01.694Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:14:01 [2019-07-19T20:14:01.694Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') 16:14:01 [2019-07-19T20:14:01.694Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected 16:14:01 [2019-07-19T20:14:01.694Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199145847 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:14:01 [2019-07-19T20:14:01.694Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199145848 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:14:01 [2019-07-19T20:14:01.694Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=199145848 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:14:01 [2019-07-19T20:14:01.694Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=199145848 data=null} to (of type 'Button' and with style 'SWT.CHECK') 16:14:01 [2019-07-19T20:14:01.694Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199145848 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:14:01 [2019-07-19T20:14:01.694Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199145850 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:14:01 [2019-07-19T20:14:01.694Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=199145850 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:14:01 [2019-07-19T20:14:01.694Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199145851 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:14:01 [2019-07-19T20:14:01.694Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199145851 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:14:01 [2019-07-19T20:14:01.694Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199145851 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:14:01 [2019-07-19T20:14:01.694Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=199145851 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:14:01 [2019-07-19T20:14:01.694Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=199145851 data=null} to (of type 'Button' and with style 'SWT.CHECK') 16:14:01 [2019-07-19T20:14:01.694Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') 16:14:01 [2019-07-19T20:14:01.694Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 16:14:01 [2019-07-19T20:14:01.694Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 16:14:01 [2019-07-19T20:14:01.694Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:14:01 [2019-07-19T20:14:01.694Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:14:01 [2019-07-19T20:14:01.694Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 16:14:01 [2019-07-19T20:14:01.694Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:14:01 [2019-07-19T20:14:01.694Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:14:01 [2019-07-19T20:14:01.694Z] DEBUG - Clicking on OK 16:14:01 [2019-07-19T20:14:01.694Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=199145854 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:14:01 [2019-07-19T20:14:01.694Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=199145854 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:14:01 [2019-07-19T20:14:01.694Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=199145854 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:14:01 [2019-07-19T20:14:01.694Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=199145855 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:14:01 [2019-07-19T20:14:01.694Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=199145855 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:14:01 [2019-07-19T20:14:01.694Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=199145855 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:14:01 [2019-07-19T20:14:01.694Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:14:01 [2019-07-19T20:14:01.694Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:14:01 [2019-07-19T20:14:01.694Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:14:01 [2019-07-19T20:14:01.694Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:14:01 [2019-07-19T20:14:01.694Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:14:01 [2019-07-19T20:14:01.694Z] DEBUG - Clicked on OK 16:14:03 [2019-07-19T20:14:03.065Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=199145855 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:14:03 [2019-07-19T20:14:03.065Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=199145084 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' 16:14:03 [2019-07-19T20:14:03.322Z] Tests run: 12, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 86.599 s - in org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesViewTest 16:14:03 [2019-07-19T20:14:03.322Z] testKeyboardSelectNextPreviousMarker(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesViewTest) Time elapsed: 23.917 s 16:14:03 [2019-07-19T20:14:03.322Z] testMarkerAxis(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesViewTest) Time elapsed: 7.297 s 16:14:03 [2019-07-19T20:14:03.322Z] testAddRemoveBookmark(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesViewTest) Time elapsed: 10.801 s 16:14:03 [2019-07-19T20:14:03.322Z] testShowMarkers(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesViewTest) Time elapsed: 4.391 s 16:14:03 [2019-07-19T20:14:03.322Z] testMarkerNavigationSubMenu(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesViewTest) skipped 16:14:03 [2019-07-19T20:14:03.322Z] testFilter(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesViewTest) Time elapsed: 5.194 s 16:14:03 [2019-07-19T20:14:03.322Z] testToolBarSelectNextPreviousMarker(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesViewTest) Time elapsed: 9.389 s 16:14:03 [2019-07-19T20:14:03.322Z] testHorizontalScrollbar(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesViewTest) Time elapsed: 3 s 16:14:03 [2019-07-19T20:14:03.322Z] testToolbar(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesViewTest) Time elapsed: 2.847 s 16:14:03 [2019-07-19T20:14:03.322Z] testVerticalScrollbar(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesViewTest) Time elapsed: 2.674 s 16:14:03 [2019-07-19T20:14:03.322Z] testOpenCloseOpen(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesViewTest) Time elapsed: 5.285 s 16:14:03 [2019-07-19T20:14:03.322Z] testLegend(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesViewTest) Time elapsed: 3.937 s 16:14:03 [2019-07-19T20:14:03.322Z] Running org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ControlFlowViewSortingTest 16:14:04 [2019-07-19T20:14:04.691Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:14:14 [2019-07-19T20:14:14.641Z] DEBUG - number of items : 25 16:14:14 [2019-07-19T20:14:14.641Z] DEBUG - Clicking on ToolItem with tooltip text {Show View Filters} 16:14:14 [2019-07-19T20:14:14.641Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199158582 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show View Filters} 16:14:14 [2019-07-19T20:14:14.641Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199158582 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show View Filters} 16:14:14 [2019-07-19T20:14:14.641Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199158582 data=null doit=true} to ToolItem with tooltip text {Show View Filters} 16:14:14 [2019-07-19T20:14:14.641Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199158583 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show View Filters} 16:14:14 [2019-07-19T20:14:14.641Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199158583 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show View Filters} 16:14:15 [2019-07-19T20:14:15.209Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199159233 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show View Filters} 16:14:15 [2019-07-19T20:14:15.209Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199159236 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show View Filters} 16:14:15 [2019-07-19T20:14:15.209Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199159236 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show View Filters} 16:14:15 [2019-07-19T20:14:15.209Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199159236 data=null doit=true} to ToolItem with tooltip text {Show View Filters} 16:14:15 [2019-07-19T20:14:15.209Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199159236 data=null} to ToolItem with tooltip text {Show View Filters} 16:14:15 [2019-07-19T20:14:15.209Z] DEBUG - Clicked on ToolItem with tooltip text {Show View Filters} 16:14:15 [2019-07-19T20:14:15.209Z] DEBUG - matched Shell with text "Filter", using matcher: with text 'Filter' 16:14:15 [2019-07-19T20:14:15.209Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Filter} time=199159239 data=null doit=true} to Shell with text {Filter} 16:14:15 [2019-07-19T20:14:15.209Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:14:15 [2019-07-19T20:14:15.209Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:14:15 [2019-07-19T20:14:15.209Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 16:14:15 [2019-07-19T20:14:15.209Z] DEBUG - matched Button with text "Check subtree", using matcher: of type 'Button' 16:14:15 [2019-07-19T20:14:15.209Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 16:14:15 [2019-07-19T20:14:15.209Z] DEBUG - matched Button with text "Check Active", using matcher: of type 'Button' 16:14:15 [2019-07-19T20:14:15.209Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 16:14:15 [2019-07-19T20:14:15.209Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: of type 'Button' 16:14:15 [2019-07-19T20:14:15.209Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 16:14:15 [2019-07-19T20:14:15.209Z] DEBUG - matched Button with text "Uncheck all", using matcher: with mnemonic 'Uncheck all' 16:14:15 [2019-07-19T20:14:15.209Z] DEBUG - matched Button with text "Uncheck all", using matcher: with style 'SWT.PUSH' 16:14:15 [2019-07-19T20:14:15.209Z] DEBUG - matched Button with text "Uncheck all", using matcher: (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:14:15 [2019-07-19T20:14:15.209Z] DEBUG - matched Button with text "Uncheck Inactive", using matcher: of type 'Button' 16:14:15 [2019-07-19T20:14:15.209Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:14:15 [2019-07-19T20:14:15.209Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:14:15 [2019-07-19T20:14:15.209Z] DEBUG - Clicking on Uncheck all 16:14:15 [2019-07-19T20:14:15.209Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Uncheck all} time=199159242 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:14:15 [2019-07-19T20:14:15.209Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=199159242 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:14:15 [2019-07-19T20:14:15.209Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Uncheck all} time=199159243 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:14:15 [2019-07-19T20:14:15.209Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Uncheck all} time=199159243 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:14:15 [2019-07-19T20:14:15.209Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Uncheck all} time=199159243 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:14:15 [2019-07-19T20:14:15.209Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Uncheck all} time=199159243 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:14:15 [2019-07-19T20:14:15.209Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Uncheck all} time=199159243 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:14:15 [2019-07-19T20:14:15.209Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Uncheck all} time=199159284 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:14:15 [2019-07-19T20:14:15.209Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=199159285 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:14:15 [2019-07-19T20:14:15.209Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Uncheck all} time=199159285 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:14:15 [2019-07-19T20:14:15.209Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Uncheck all} time=199159285 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:14:15 [2019-07-19T20:14:15.209Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Uncheck all} time=199159286 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:14:15 [2019-07-19T20:14:15.209Z] DEBUG - Clicked on Uncheck all 16:14:15 [2019-07-19T20:14:15.209Z] WARN - Tree item TreeItem with text {scp_dest} is already expanded. Won't expand it again. 16:14:15 [2019-07-19T20:14:15.209Z] DEBUG - Attempting to set focus on Tree with text {} 16:14:15 [2019-07-19T20:14:15.209Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {systemd} time=199159343 data=null button=0 stateMask=0x0 x=92 y=77 count=0} to Tree node with text: systemd 16:14:15 [2019-07-19T20:14:15.209Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {systemd} time=199159343 data=null doit=true} to Tree node with text: systemd 16:14:15 [2019-07-19T20:14:15.209Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {systemd} time=199159343 data=null} to Tree node with text: systemd 16:14:15 [2019-07-19T20:14:15.209Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {systemd} time=199159344 data=null button=1 stateMask=0x0 x=92 y=77 count=1} to Tree node with text: systemd 16:14:15 [2019-07-19T20:14:15.209Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199159344 data=null item=TreeItem {systemd} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: systemd 16:14:15 [2019-07-19T20:14:15.209Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {systemd} time=199159346 data=null button=1 stateMask=0x80000 x=92 y=77 count=1} to Tree node with text: systemd 16:14:15 [2019-07-19T20:14:15.209Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 16:14:15 [2019-07-19T20:14:15.209Z] DEBUG - matched Button with text "Check subtree", using matcher: of type 'Button' 16:14:15 [2019-07-19T20:14:15.209Z] DEBUG - matched Button with text "Check subtree", using matcher: with mnemonic 'Check subtree' 16:14:15 [2019-07-19T20:14:15.209Z] DEBUG - matched Button with text "Check subtree", using matcher: with style 'SWT.PUSH' 16:14:15 [2019-07-19T20:14:15.209Z] DEBUG - matched Button with text "Check subtree", using matcher: (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH') 16:14:15 [2019-07-19T20:14:15.209Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 16:14:15 [2019-07-19T20:14:15.209Z] DEBUG - matched Button with text "Check Active", using matcher: of type 'Button' 16:14:15 [2019-07-19T20:14:15.209Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 16:14:15 [2019-07-19T20:14:15.209Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: of type 'Button' 16:14:15 [2019-07-19T20:14:15.209Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 16:14:15 [2019-07-19T20:14:15.209Z] DEBUG - matched Button with text "Uncheck Inactive", using matcher: of type 'Button' 16:14:15 [2019-07-19T20:14:15.209Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:14:15 [2019-07-19T20:14:15.209Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:14:15 [2019-07-19T20:14:15.209Z] DEBUG - Clicking on Check subtree 16:14:15 [2019-07-19T20:14:15.209Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check subtree} time=199159371 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH') 16:14:15 [2019-07-19T20:14:15.209Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check subtree} time=199159371 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH') 16:14:15 [2019-07-19T20:14:15.209Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check subtree} time=199159372 data=null doit=true} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH') 16:14:15 [2019-07-19T20:14:15.209Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check subtree} time=199159372 data=null} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH') 16:14:15 [2019-07-19T20:14:15.209Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check subtree} time=199159372 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH') 16:14:15 [2019-07-19T20:14:15.209Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check subtree} time=199159372 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH') 16:14:15 [2019-07-19T20:14:15.209Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check subtree} time=199159372 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH') 16:14:15 [2019-07-19T20:14:15.209Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check subtree} time=199159450 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH') 16:14:15 [2019-07-19T20:14:15.209Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check subtree} time=199159451 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH') 16:14:15 [2019-07-19T20:14:15.209Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check subtree} time=199159451 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH') 16:14:15 [2019-07-19T20:14:15.209Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check subtree} time=199159451 data=null doit=true} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH') 16:14:15 [2019-07-19T20:14:15.209Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check subtree} time=199159452 data=null} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH') 16:14:15 [2019-07-19T20:14:15.209Z] DEBUG - Clicked on Check subtree 16:14:15 [2019-07-19T20:14:15.209Z] WARN - Tree item TreeItem with text {scp_dest} is already expanded. Won't expand it again. 16:14:15 [2019-07-19T20:14:15.209Z] DEBUG - Attempting to set focus on Tree with text {} 16:14:15 [2019-07-19T20:14:15.584Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kthreadd} time=199159455 data=null button=0 stateMask=0x0 x=93 y=1221 count=0} to Tree node with text: kthreadd 16:14:15 [2019-07-19T20:14:15.584Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kthreadd} time=199159455 data=null doit=true} to Tree node with text: kthreadd 16:14:15 [2019-07-19T20:14:15.584Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kthreadd} time=199159456 data=null} to Tree node with text: kthreadd 16:14:15 [2019-07-19T20:14:15.584Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kthreadd} time=199159456 data=null button=1 stateMask=0x0 x=93 y=1221 count=1} to Tree node with text: kthreadd 16:14:15 [2019-07-19T20:14:15.584Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199159457 data=null item=TreeItem {kthreadd} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: kthreadd 16:14:15 [2019-07-19T20:14:15.584Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kthreadd} time=199159458 data=null button=1 stateMask=0x80000 x=93 y=1221 count=1} to Tree node with text: kthreadd 16:14:15 [2019-07-19T20:14:15.584Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 16:14:15 [2019-07-19T20:14:15.584Z] DEBUG - matched Button with text "Check subtree", using matcher: of type 'Button' 16:14:15 [2019-07-19T20:14:15.584Z] DEBUG - matched Button with text "Check subtree", using matcher: with mnemonic 'Check subtree' 16:14:15 [2019-07-19T20:14:15.584Z] DEBUG - matched Button with text "Check subtree", using matcher: with style 'SWT.PUSH' 16:14:15 [2019-07-19T20:14:15.584Z] DEBUG - matched Button with text "Check subtree", using matcher: (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH') 16:14:15 [2019-07-19T20:14:15.584Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 16:14:15 [2019-07-19T20:14:15.584Z] DEBUG - matched Button with text "Check Active", using matcher: of type 'Button' 16:14:15 [2019-07-19T20:14:15.584Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 16:14:15 [2019-07-19T20:14:15.584Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: of type 'Button' 16:14:15 [2019-07-19T20:14:15.584Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 16:14:15 [2019-07-19T20:14:15.584Z] DEBUG - matched Button with text "Uncheck Inactive", using matcher: of type 'Button' 16:14:15 [2019-07-19T20:14:15.584Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:14:15 [2019-07-19T20:14:15.584Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:14:15 [2019-07-19T20:14:15.584Z] DEBUG - Clicking on Check subtree 16:14:15 [2019-07-19T20:14:15.584Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check subtree} time=199159460 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH') 16:14:15 [2019-07-19T20:14:15.584Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check subtree} time=199159461 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH') 16:14:15 [2019-07-19T20:14:15.584Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check subtree} time=199159461 data=null doit=true} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH') 16:14:15 [2019-07-19T20:14:15.584Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check subtree} time=199159474 data=null} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH') 16:14:15 [2019-07-19T20:14:15.584Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check subtree} time=199159475 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH') 16:14:15 [2019-07-19T20:14:15.584Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check subtree} time=199159475 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH') 16:14:15 [2019-07-19T20:14:15.584Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check subtree} time=199159475 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH') 16:14:15 [2019-07-19T20:14:15.584Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check subtree} time=199159534 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH') 16:14:15 [2019-07-19T20:14:15.584Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check subtree} time=199159574 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH') 16:14:15 [2019-07-19T20:14:15.584Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check subtree} time=199159574 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH') 16:14:15 [2019-07-19T20:14:15.584Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check subtree} time=199159575 data=null doit=true} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH') 16:14:15 [2019-07-19T20:14:15.584Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check subtree} time=199159575 data=null} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH') 16:14:15 [2019-07-19T20:14:15.584Z] DEBUG - Clicked on Check subtree 16:14:15 [2019-07-19T20:14:15.584Z] WARN - Tree item TreeItem with text {scp_dest} is already expanded. Won't expand it again. 16:14:15 [2019-07-19T20:14:15.584Z] DEBUG - Attempting to set focus on Tree with text {} 16:14:15 [2019-07-19T20:14:15.584Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {lttng-consumerd} time=199159577 data=null button=0 stateMask=0x0 x=110 y=-1155 count=0} to Tree node with text: lttng-consumerd 16:14:15 [2019-07-19T20:14:15.584Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {lttng-consumerd} time=199159577 data=null doit=true} to Tree node with text: lttng-consumerd 16:14:15 [2019-07-19T20:14:15.584Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {lttng-consumerd} time=199159577 data=null} to Tree node with text: lttng-consumerd 16:14:15 [2019-07-19T20:14:15.584Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {lttng-consumerd} time=199159578 data=null button=1 stateMask=0x0 x=110 y=-1155 count=1} to Tree node with text: lttng-consumerd 16:14:15 [2019-07-19T20:14:15.584Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199159578 data=null item=TreeItem {lttng-consumerd} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: lttng-consumerd 16:14:15 [2019-07-19T20:14:15.584Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {lttng-consumerd} time=199159579 data=null button=1 stateMask=0x80000 x=110 y=33 count=1} to Tree node with text: lttng-consumerd 16:14:15 [2019-07-19T20:14:15.584Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 16:14:15 [2019-07-19T20:14:15.584Z] DEBUG - matched Button with text "Check subtree", using matcher: of type 'Button' 16:14:15 [2019-07-19T20:14:15.584Z] DEBUG - matched Button with text "Check subtree", using matcher: with mnemonic 'Check subtree' 16:14:15 [2019-07-19T20:14:15.584Z] DEBUG - matched Button with text "Check subtree", using matcher: with style 'SWT.PUSH' 16:14:15 [2019-07-19T20:14:15.584Z] DEBUG - matched Button with text "Check subtree", using matcher: (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH') 16:14:15 [2019-07-19T20:14:15.584Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 16:14:15 [2019-07-19T20:14:15.584Z] DEBUG - matched Button with text "Check Active", using matcher: of type 'Button' 16:14:15 [2019-07-19T20:14:15.584Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 16:14:15 [2019-07-19T20:14:15.584Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: of type 'Button' 16:14:15 [2019-07-19T20:14:15.584Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 16:14:15 [2019-07-19T20:14:15.584Z] DEBUG - matched Button with text "Uncheck Inactive", using matcher: of type 'Button' 16:14:15 [2019-07-19T20:14:15.584Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:14:15 [2019-07-19T20:14:15.584Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:14:15 [2019-07-19T20:14:15.584Z] DEBUG - Clicking on Check subtree 16:14:15 [2019-07-19T20:14:15.584Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check subtree} time=199159581 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH') 16:14:15 [2019-07-19T20:14:15.584Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check subtree} time=199159581 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH') 16:14:15 [2019-07-19T20:14:15.584Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check subtree} time=199159581 data=null doit=true} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH') 16:14:15 [2019-07-19T20:14:15.584Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check subtree} time=199159581 data=null} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH') 16:14:15 [2019-07-19T20:14:15.584Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check subtree} time=199159581 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH') 16:14:15 [2019-07-19T20:14:15.585Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check subtree} time=199159582 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH') 16:14:15 [2019-07-19T20:14:15.585Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check subtree} time=199159582 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH') 16:14:15 [2019-07-19T20:14:15.585Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check subtree} time=199159582 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH') 16:14:15 [2019-07-19T20:14:15.585Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check subtree} time=199159583 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH') 16:14:15 [2019-07-19T20:14:15.585Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check subtree} time=199159583 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH') 16:14:15 [2019-07-19T20:14:15.585Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check subtree} time=199159583 data=null doit=true} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH') 16:14:15 [2019-07-19T20:14:15.585Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check subtree} time=199159639 data=null} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH') 16:14:15 [2019-07-19T20:14:15.585Z] DEBUG - Clicked on Check subtree 16:14:15 [2019-07-19T20:14:15.585Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 16:14:15 [2019-07-19T20:14:15.585Z] DEBUG - matched Button with text "Check subtree", using matcher: of type 'Button' 16:14:15 [2019-07-19T20:14:15.585Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 16:14:15 [2019-07-19T20:14:15.585Z] DEBUG - matched Button with text "Check Active", using matcher: of type 'Button' 16:14:15 [2019-07-19T20:14:15.585Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 16:14:15 [2019-07-19T20:14:15.585Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: of type 'Button' 16:14:15 [2019-07-19T20:14:15.585Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 16:14:15 [2019-07-19T20:14:15.585Z] DEBUG - matched Button with text "Uncheck Inactive", using matcher: of type 'Button' 16:14:15 [2019-07-19T20:14:15.585Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:14:15 [2019-07-19T20:14:15.585Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:14:15 [2019-07-19T20:14:15.585Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 16:14:15 [2019-07-19T20:14:15.585Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:14:15 [2019-07-19T20:14:15.585Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:14:15 [2019-07-19T20:14:15.585Z] DEBUG - Clicking on OK 16:14:15 [2019-07-19T20:14:15.585Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=199159645 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:14:15 [2019-07-19T20:14:15.585Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=199159645 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:14:15 [2019-07-19T20:14:15.585Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=199159645 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:14:15 [2019-07-19T20:14:15.585Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=199159645 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:14:15 [2019-07-19T20:14:15.585Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=199159645 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:14:15 [2019-07-19T20:14:15.585Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=199159646 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:14:15 [2019-07-19T20:14:15.585Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=199159646 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:14:15 [2019-07-19T20:14:15.585Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199158583 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Show View Filters} 16:14:15 [2019-07-19T20:14:15.841Z] DEBUG - Clicked on 16:14:15 [2019-07-19T20:14:15.841Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:14:15 [2019-07-19T20:14:15.841Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:14:15 [2019-07-19T20:14:15.841Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 16:14:15 [2019-07-19T20:14:15.841Z] DEBUG - Sent event Selection [13]: SelectionEvent{TreeColumn {Process} time=199160044 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeColumn with text {Process} 16:14:15 [2019-07-19T20:14:15.841Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeColumn {Process} time=199160064 data=null button=1 stateMask=0x80000 x=69 y=-12 count=1} to TreeColumn with text {Process} 16:14:15 [2019-07-19T20:14:15.841Z] DEBUG - Sent event Selection [13]: SelectionEvent{TreeColumn {Process} time=199160068 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeColumn with text {Process} 16:14:16 [2019-07-19T20:14:16.099Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeColumn {Process} time=199160127 data=null button=1 stateMask=0x80000 x=69 y=-12 count=1} to TreeColumn with text {Process} 16:14:16 [2019-07-19T20:14:16.099Z] DEBUG - Sent event Selection [13]: SelectionEvent{TreeColumn {TID} time=199160138 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeColumn with text {TID} 16:14:16 [2019-07-19T20:14:16.099Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeColumn {TID} time=199160140 data=null button=1 stateMask=0x80000 x=158 y=-12 count=1} to TreeColumn with text {TID} 16:14:16 [2019-07-19T20:14:16.099Z] DEBUG - Sent event Selection [13]: SelectionEvent{TreeColumn {TID} time=199160142 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeColumn with text {TID} 16:14:16 [2019-07-19T20:14:16.099Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeColumn {TID} time=199160143 data=null button=1 stateMask=0x80000 x=158 y=-12 count=1} to TreeColumn with text {TID} 16:14:16 [2019-07-19T20:14:16.099Z] DEBUG - Sent event Selection [13]: SelectionEvent{TreeColumn {PTID} time=199160154 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeColumn with text {PTID} 16:14:16 [2019-07-19T20:14:16.099Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeColumn {PTID} time=199160156 data=null button=1 stateMask=0x80000 x=198 y=-12 count=1} to TreeColumn with text {PTID} 16:14:16 [2019-07-19T20:14:16.099Z] DEBUG - Sent event Selection [13]: SelectionEvent{TreeColumn {PTID} time=199160158 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeColumn with text {PTID} 16:14:16 [2019-07-19T20:14:16.099Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeColumn {PTID} time=199160159 data=null button=1 stateMask=0x80000 x=198 y=-12 count=1} to TreeColumn with text {PTID} 16:14:16 [2019-07-19T20:14:16.099Z] DEBUG - Sent event Selection [13]: SelectionEvent{TreeColumn {Birth time} time=199160160 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeColumn with text {Birth time} 16:14:16 [2019-07-19T20:14:16.099Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeColumn {Birth time} time=199160172 data=null button=1 stateMask=0x80000 x=288 y=-12 count=1} to TreeColumn with text {Birth time} 16:14:16 [2019-07-19T20:14:16.099Z] DEBUG - Sent event Selection [13]: SelectionEvent{TreeColumn {Birth time} time=199160173 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeColumn with text {Birth time} 16:14:16 [2019-07-19T20:14:16.099Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeColumn {Birth time} time=199160237 data=null button=1 stateMask=0x80000 x=288 y=-12 count=1} to TreeColumn with text {Birth time} 16:14:16 [2019-07-19T20:14:16.356Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=199160366 data=null doit=true} to Shell with text {data - Eclipse Platform} 16:14:16 [2019-07-19T20:14:16.356Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' 16:14:16 [2019-07-19T20:14:16.356Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:14:16 [2019-07-19T20:14:16.356Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:14:16 [2019-07-19T20:14:16.356Z] DEBUG - Attempting to set focus on Tree with text {} 16:14:16 [2019-07-19T20:14:16.356Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199160480 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:14:16 [2019-07-19T20:14:16.356Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199160480 data=null doit=true} to TreeItem with text {test} 16:14:16 [2019-07-19T20:14:16.356Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199160481 data=null} to TreeItem with text {test} 16:14:16 [2019-07-19T20:14:16.356Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199160481 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:14:16 [2019-07-19T20:14:16.356Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199160538 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:14:16 [2019-07-19T20:14:16.356Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199160551 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:14:16 [2019-07-19T20:14:16.613Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' 16:14:16 [2019-07-19T20:14:16.613Z] DEBUG - Clicking on with mnemonic 'Delete' 16:14:16 [2019-07-19T20:14:16.869Z] DEBUG - Clicked on with mnemonic 'Delete' 16:14:17 [2019-07-19T20:14:17.126Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' 16:14:17 [2019-07-19T20:14:17.126Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} 16:14:17 [2019-07-19T20:14:17.126Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 16:14:17 [2019-07-19T20:14:17.126Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' 16:14:17 [2019-07-19T20:14:17.126Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') 16:14:17 [2019-07-19T20:14:17.126Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 16:14:17 [2019-07-19T20:14:17.126Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:14:17 [2019-07-19T20:14:17.126Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:14:17 [2019-07-19T20:14:17.126Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') 16:14:17 [2019-07-19T20:14:17.126Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected 16:14:17 [2019-07-19T20:14:17.126Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199161267 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:14:17 [2019-07-19T20:14:17.126Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199161268 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:14:17 [2019-07-19T20:14:17.126Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=199161268 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:14:17 [2019-07-19T20:14:17.126Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=199161268 data=null} to (of type 'Button' and with style 'SWT.CHECK') 16:14:17 [2019-07-19T20:14:17.126Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199161283 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:14:17 [2019-07-19T20:14:17.126Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199161283 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:14:17 [2019-07-19T20:14:17.126Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=199161284 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:14:17 [2019-07-19T20:14:17.126Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199161326 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:14:17 [2019-07-19T20:14:17.126Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199161330 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:14:17 [2019-07-19T20:14:17.126Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199161330 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:14:17 [2019-07-19T20:14:17.126Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=199161330 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:14:17 [2019-07-19T20:14:17.126Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=199161330 data=null} to (of type 'Button' and with style 'SWT.CHECK') 16:14:17 [2019-07-19T20:14:17.126Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') 16:14:17 [2019-07-19T20:14:17.126Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 16:14:17 [2019-07-19T20:14:17.126Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 16:14:17 [2019-07-19T20:14:17.126Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:14:17 [2019-07-19T20:14:17.126Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:14:17 [2019-07-19T20:14:17.126Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 16:14:17 [2019-07-19T20:14:17.126Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:14:17 [2019-07-19T20:14:17.126Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:14:17 [2019-07-19T20:14:17.126Z] DEBUG - Clicking on OK 16:14:17 [2019-07-19T20:14:17.126Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=199161332 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:14:17 [2019-07-19T20:14:17.126Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=199161332 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:14:17 [2019-07-19T20:14:17.126Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=199161332 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:14:17 [2019-07-19T20:14:17.126Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=199161333 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:14:17 [2019-07-19T20:14:17.126Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=199161333 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:14:17 [2019-07-19T20:14:17.126Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=199161333 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:14:17 [2019-07-19T20:14:17.126Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:14:17 [2019-07-19T20:14:17.126Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:14:17 [2019-07-19T20:14:17.126Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:14:17 [2019-07-19T20:14:17.126Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:14:17 [2019-07-19T20:14:17.126Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:14:17 [2019-07-19T20:14:17.126Z] DEBUG - Clicked on OK 16:14:18 [2019-07-19T20:14:18.495Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=199161333 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:14:18 [2019-07-19T20:14:18.495Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=199160743 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' 16:14:18 [2019-07-19T20:14:18.495Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.118 s - in org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ControlFlowViewSortingTest 16:14:18 [2019-07-19T20:14:18.495Z] testColumnSorting(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ControlFlowViewSortingTest) Time elapsed: 11.768 s 16:14:18 [2019-07-19T20:14:18.495Z] Running org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ControlFlowViewTest 16:14:19 [2019-07-19T20:14:19.425Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:14:29 [2019-07-19T20:14:29.383Z] DEBUG - matched EditorReference with text "", using matcher: with name '"synthetic-trace"' 16:14:29 [2019-07-19T20:14:29.383Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:14:29 [2019-07-19T20:14:29.383Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:14:29 [2019-07-19T20:14:29.383Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:14:29 [2019-07-19T20:14:29.383Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 16:14:29 [2019-07-19T20:14:29.383Z] DEBUG - Attempting to set focus on TimeGraphControl with text {} 16:14:29 [2019-07-19T20:14:29.383Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:14:29 [2019-07-19T20:14:29.383Z] DEBUG - number of items : 25 16:14:29 [2019-07-19T20:14:29.383Z] DEBUG - Clicking on ToolItem with tooltip text {Follow CPU Forward} 16:14:29 [2019-07-19T20:14:29.383Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199173573 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} 16:14:29 [2019-07-19T20:14:29.383Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199173573 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} 16:14:29 [2019-07-19T20:14:29.383Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199173573 data=null doit=true} to ToolItem with tooltip text {Follow CPU Forward} 16:14:29 [2019-07-19T20:14:29.383Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199173573 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} 16:14:29 [2019-07-19T20:14:29.383Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199173573 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} 16:14:29 [2019-07-19T20:14:29.383Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199173574 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Follow CPU Forward} 16:14:29 [2019-07-19T20:14:29.383Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199173575 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} 16:14:29 [2019-07-19T20:14:29.383Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199173575 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} 16:14:29 [2019-07-19T20:14:29.383Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199173576 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} 16:14:29 [2019-07-19T20:14:29.383Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199173576 data=null doit=true} to ToolItem with tooltip text {Follow CPU Forward} 16:14:29 [2019-07-19T20:14:29.383Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199173576 data=null} to ToolItem with tooltip text {Follow CPU Forward} 16:14:29 [2019-07-19T20:14:29.383Z] DEBUG - Clicked on ToolItem with tooltip text {Follow CPU Forward} 16:14:29 [2019-07-19T20:14:29.383Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:14:30 [2019-07-19T20:14:30.314Z] DEBUG - number of items : 25 16:14:30 [2019-07-19T20:14:30.314Z] DEBUG - Clicking on ToolItem with tooltip text {Follow CPU Forward} 16:14:30 [2019-07-19T20:14:30.314Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199174243 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} 16:14:30 [2019-07-19T20:14:30.314Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199174243 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} 16:14:30 [2019-07-19T20:14:30.314Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199174243 data=null doit=true} to ToolItem with tooltip text {Follow CPU Forward} 16:14:30 [2019-07-19T20:14:30.314Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199174244 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} 16:14:30 [2019-07-19T20:14:30.314Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199174244 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} 16:14:30 [2019-07-19T20:14:30.314Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199174244 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Follow CPU Forward} 16:14:30 [2019-07-19T20:14:30.314Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199174267 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} 16:14:30 [2019-07-19T20:14:30.314Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199174267 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} 16:14:30 [2019-07-19T20:14:30.314Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199174268 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} 16:14:30 [2019-07-19T20:14:30.314Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199174268 data=null doit=true} to ToolItem with tooltip text {Follow CPU Forward} 16:14:30 [2019-07-19T20:14:30.314Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199174268 data=null} to ToolItem with tooltip text {Follow CPU Forward} 16:14:30 [2019-07-19T20:14:30.314Z] DEBUG - Clicked on ToolItem with tooltip text {Follow CPU Forward} 16:14:30 [2019-07-19T20:14:30.314Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:14:30 [2019-07-19T20:14:30.571Z] DEBUG - number of items : 25 16:14:30 [2019-07-19T20:14:30.571Z] DEBUG - Clicking on ToolItem with tooltip text {Follow CPU Forward} 16:14:30 [2019-07-19T20:14:30.571Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199174782 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} 16:14:30 [2019-07-19T20:14:30.571Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199174783 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} 16:14:30 [2019-07-19T20:14:30.571Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199174783 data=null doit=true} to ToolItem with tooltip text {Follow CPU Forward} 16:14:30 [2019-07-19T20:14:30.571Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199174783 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} 16:14:30 [2019-07-19T20:14:30.571Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199174783 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} 16:14:30 [2019-07-19T20:14:30.828Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199174783 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Follow CPU Forward} 16:14:30 [2019-07-19T20:14:30.828Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199174843 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} 16:14:30 [2019-07-19T20:14:30.828Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199174844 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} 16:14:30 [2019-07-19T20:14:30.828Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199174844 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} 16:14:30 [2019-07-19T20:14:30.828Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199174844 data=null doit=true} to ToolItem with tooltip text {Follow CPU Forward} 16:14:30 [2019-07-19T20:14:30.828Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199174845 data=null} to ToolItem with tooltip text {Follow CPU Forward} 16:14:30 [2019-07-19T20:14:30.828Z] DEBUG - Clicked on ToolItem with tooltip text {Follow CPU Forward} 16:14:30 [2019-07-19T20:14:30.828Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:14:31 [2019-07-19T20:14:31.392Z] DEBUG - number of items : 25 16:14:31 [2019-07-19T20:14:31.392Z] DEBUG - Clicking on ToolItem with tooltip text {Follow CPU Forward} with stateMask=0x20000 16:14:31 [2019-07-19T20:14:31.392Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199175439 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} 16:14:31 [2019-07-19T20:14:31.392Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199175439 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} 16:14:31 [2019-07-19T20:14:31.392Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199175440 data=null doit=true} to ToolItem with tooltip text {Follow CPU Forward} 16:14:31 [2019-07-19T20:14:31.392Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199175440 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} 16:14:31 [2019-07-19T20:14:31.392Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199175440 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} 16:14:31 [2019-07-19T20:14:31.392Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199175440 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x20000 text=null doit=true} to ToolItem with tooltip text {Follow CPU Forward} 16:14:31 [2019-07-19T20:14:31.392Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199175442 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} 16:14:31 [2019-07-19T20:14:31.392Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199175442 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} 16:14:31 [2019-07-19T20:14:31.392Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199175442 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} 16:14:31 [2019-07-19T20:14:31.392Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199175442 data=null doit=true} to ToolItem with tooltip text {Follow CPU Forward} 16:14:31 [2019-07-19T20:14:31.392Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199175443 data=null} to ToolItem with tooltip text {Follow CPU Forward} 16:14:31 [2019-07-19T20:14:31.392Z] DEBUG - Clicked on ToolItem with tooltip text {Follow CPU Forward} with stateMask=0x20000 16:14:31 [2019-07-19T20:14:31.392Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:14:31 [2019-07-19T20:14:31.955Z] DEBUG - number of items : 25 16:14:31 [2019-07-19T20:14:31.955Z] DEBUG - Clicking on ToolItem with tooltip text {Follow CPU Forward} with stateMask=0x20000 16:14:31 [2019-07-19T20:14:31.955Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199175977 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} 16:14:31 [2019-07-19T20:14:31.955Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199175977 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} 16:14:31 [2019-07-19T20:14:31.955Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199175977 data=null doit=true} to ToolItem with tooltip text {Follow CPU Forward} 16:14:31 [2019-07-19T20:14:31.955Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199175977 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} 16:14:31 [2019-07-19T20:14:31.955Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199175977 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} 16:14:31 [2019-07-19T20:14:31.955Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199175978 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x20000 text=null doit=true} to ToolItem with tooltip text {Follow CPU Forward} 16:14:31 [2019-07-19T20:14:31.955Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199175980 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} 16:14:31 [2019-07-19T20:14:31.955Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199175980 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} 16:14:31 [2019-07-19T20:14:31.955Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199175980 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} 16:14:31 [2019-07-19T20:14:31.955Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199175980 data=null doit=true} to ToolItem with tooltip text {Follow CPU Forward} 16:14:31 [2019-07-19T20:14:31.955Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199175981 data=null} to ToolItem with tooltip text {Follow CPU Forward} 16:14:31 [2019-07-19T20:14:31.955Z] DEBUG - Clicked on ToolItem with tooltip text {Follow CPU Forward} with stateMask=0x20000 16:14:31 [2019-07-19T20:14:31.955Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:14:32 [2019-07-19T20:14:32.520Z] DEBUG - number of items : 25 16:14:32 [2019-07-19T20:14:32.520Z] DEBUG - Clicking on ToolItem with tooltip text {Follow CPU Forward} with stateMask=0x20000 16:14:32 [2019-07-19T20:14:32.520Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199176560 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} 16:14:32 [2019-07-19T20:14:32.520Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199176560 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} 16:14:32 [2019-07-19T20:14:32.520Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199176560 data=null doit=true} to ToolItem with tooltip text {Follow CPU Forward} 16:14:32 [2019-07-19T20:14:32.520Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199176560 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} 16:14:32 [2019-07-19T20:14:32.520Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199176560 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} 16:14:32 [2019-07-19T20:14:32.520Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199176560 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x20000 text=null doit=true} to ToolItem with tooltip text {Follow CPU Forward} 16:14:32 [2019-07-19T20:14:32.520Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199176562 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} 16:14:32 [2019-07-19T20:14:32.520Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199176562 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} 16:14:32 [2019-07-19T20:14:32.520Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199176563 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} 16:14:32 [2019-07-19T20:14:32.520Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199176563 data=null doit=true} to ToolItem with tooltip text {Follow CPU Forward} 16:14:32 [2019-07-19T20:14:32.520Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199176563 data=null} to ToolItem with tooltip text {Follow CPU Forward} 16:14:32 [2019-07-19T20:14:32.520Z] DEBUG - Clicked on ToolItem with tooltip text {Follow CPU Forward} with stateMask=0x20000 16:14:32 [2019-07-19T20:14:32.520Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:14:32 [2019-07-19T20:14:32.520Z] DEBUG - number of items : 25 16:14:32 [2019-07-19T20:14:32.520Z] DEBUG - Clicking on ToolItem with tooltip text {Follow CPU Backward} with stateMask=0x20000 16:14:32 [2019-07-19T20:14:32.520Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199176583 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} 16:14:32 [2019-07-19T20:14:32.520Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199176583 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} 16:14:32 [2019-07-19T20:14:32.520Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199176583 data=null doit=true} to ToolItem with tooltip text {Follow CPU Backward} 16:14:32 [2019-07-19T20:14:32.520Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199176584 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} 16:14:32 [2019-07-19T20:14:32.520Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199176584 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} 16:14:32 [2019-07-19T20:14:32.520Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199176584 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x20000 text=null doit=true} to ToolItem with tooltip text {Follow CPU Backward} 16:14:32 [2019-07-19T20:14:32.520Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199176586 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} 16:14:32 [2019-07-19T20:14:32.520Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199176586 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} 16:14:32 [2019-07-19T20:14:32.520Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199176586 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} 16:14:32 [2019-07-19T20:14:32.520Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199176586 data=null doit=true} to ToolItem with tooltip text {Follow CPU Backward} 16:14:32 [2019-07-19T20:14:32.520Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199176586 data=null} to ToolItem with tooltip text {Follow CPU Backward} 16:14:32 [2019-07-19T20:14:32.520Z] DEBUG - Clicked on ToolItem with tooltip text {Follow CPU Backward} with stateMask=0x20000 16:14:32 [2019-07-19T20:14:32.520Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:14:32 [2019-07-19T20:14:32.520Z] DEBUG - number of items : 25 16:14:32 [2019-07-19T20:14:32.520Z] DEBUG - Clicking on ToolItem with tooltip text {Follow CPU Backward} with stateMask=0x20000 16:14:32 [2019-07-19T20:14:32.520Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199176643 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} 16:14:32 [2019-07-19T20:14:32.520Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199176658 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} 16:14:32 [2019-07-19T20:14:32.520Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199176659 data=null doit=true} to ToolItem with tooltip text {Follow CPU Backward} 16:14:32 [2019-07-19T20:14:32.520Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199176660 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} 16:14:32 [2019-07-19T20:14:32.520Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199176734 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} 16:14:32 [2019-07-19T20:14:32.520Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199176734 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x20000 text=null doit=true} to ToolItem with tooltip text {Follow CPU Backward} 16:14:32 [2019-07-19T20:14:32.520Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199176736 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} 16:14:32 [2019-07-19T20:14:32.520Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199176737 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} 16:14:32 [2019-07-19T20:14:32.520Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199176737 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} 16:14:32 [2019-07-19T20:14:32.520Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199176737 data=null doit=true} to ToolItem with tooltip text {Follow CPU Backward} 16:14:32 [2019-07-19T20:14:32.520Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199176737 data=null} to ToolItem with tooltip text {Follow CPU Backward} 16:14:32 [2019-07-19T20:14:32.520Z] DEBUG - Clicked on ToolItem with tooltip text {Follow CPU Backward} with stateMask=0x20000 16:14:32 [2019-07-19T20:14:32.520Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:14:33 [2019-07-19T20:14:33.083Z] DEBUG - number of items : 25 16:14:33 [2019-07-19T20:14:33.083Z] DEBUG - Clicking on ToolItem with tooltip text {Follow CPU Backward} with stateMask=0x20000 16:14:33 [2019-07-19T20:14:33.083Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199177271 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} 16:14:33 [2019-07-19T20:14:33.083Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199177271 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} 16:14:33 [2019-07-19T20:14:33.083Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199177272 data=null doit=true} to ToolItem with tooltip text {Follow CPU Backward} 16:14:33 [2019-07-19T20:14:33.083Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199177272 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} 16:14:33 [2019-07-19T20:14:33.083Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199177272 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} 16:14:33 [2019-07-19T20:14:33.083Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199177272 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x20000 text=null doit=true} to ToolItem with tooltip text {Follow CPU Backward} 16:14:33 [2019-07-19T20:14:33.083Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199177274 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} 16:14:33 [2019-07-19T20:14:33.083Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199177274 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} 16:14:33 [2019-07-19T20:14:33.083Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199177274 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} 16:14:33 [2019-07-19T20:14:33.083Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199177275 data=null doit=true} to ToolItem with tooltip text {Follow CPU Backward} 16:14:33 [2019-07-19T20:14:33.083Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199177275 data=null} to ToolItem with tooltip text {Follow CPU Backward} 16:14:33 [2019-07-19T20:14:33.083Z] DEBUG - Clicked on ToolItem with tooltip text {Follow CPU Backward} with stateMask=0x20000 16:14:33 [2019-07-19T20:14:33.083Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:14:33 [2019-07-19T20:14:33.646Z] DEBUG - number of items : 25 16:14:33 [2019-07-19T20:14:33.646Z] DEBUG - Clicking on ToolItem with tooltip text {Follow CPU Backward} with stateMask=0x20000 16:14:33 [2019-07-19T20:14:33.646Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199177778 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} 16:14:33 [2019-07-19T20:14:33.646Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199177779 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} 16:14:33 [2019-07-19T20:14:33.646Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199177779 data=null doit=true} to ToolItem with tooltip text {Follow CPU Backward} 16:14:33 [2019-07-19T20:14:33.646Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199177779 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} 16:14:33 [2019-07-19T20:14:33.646Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199177779 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} 16:14:33 [2019-07-19T20:14:33.646Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199177779 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x20000 text=null doit=true} to ToolItem with tooltip text {Follow CPU Backward} 16:14:33 [2019-07-19T20:14:33.646Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199177782 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} 16:14:33 [2019-07-19T20:14:33.646Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199177782 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} 16:14:33 [2019-07-19T20:14:33.646Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199177782 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} 16:14:33 [2019-07-19T20:14:33.646Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199177782 data=null doit=true} to ToolItem with tooltip text {Follow CPU Backward} 16:14:33 [2019-07-19T20:14:33.646Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199177782 data=null} to ToolItem with tooltip text {Follow CPU Backward} 16:14:33 [2019-07-19T20:14:33.646Z] DEBUG - Clicked on ToolItem with tooltip text {Follow CPU Backward} with stateMask=0x20000 16:14:33 [2019-07-19T20:14:33.646Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:14:34 [2019-07-19T20:14:34.210Z] DEBUG - number of items : 25 16:14:34 [2019-07-19T20:14:34.210Z] DEBUG - Clicking on ToolItem with tooltip text {Follow CPU Forward} 16:14:34 [2019-07-19T20:14:34.210Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199178296 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} 16:14:34 [2019-07-19T20:14:34.210Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199178297 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} 16:14:34 [2019-07-19T20:14:34.210Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199178297 data=null doit=true} to ToolItem with tooltip text {Follow CPU Forward} 16:14:34 [2019-07-19T20:14:34.210Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199178297 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} 16:14:34 [2019-07-19T20:14:34.210Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199178297 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} 16:14:34 [2019-07-19T20:14:34.210Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199178297 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Follow CPU Forward} 16:14:34 [2019-07-19T20:14:34.210Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199178299 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} 16:14:34 [2019-07-19T20:14:34.210Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199178299 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} 16:14:34 [2019-07-19T20:14:34.210Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199178299 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} 16:14:34 [2019-07-19T20:14:34.210Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199178299 data=null doit=true} to ToolItem with tooltip text {Follow CPU Forward} 16:14:34 [2019-07-19T20:14:34.210Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199178299 data=null} to ToolItem with tooltip text {Follow CPU Forward} 16:14:34 [2019-07-19T20:14:34.210Z] DEBUG - Clicked on ToolItem with tooltip text {Follow CPU Forward} 16:14:34 [2019-07-19T20:14:34.210Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:14:34 [2019-07-19T20:14:34.774Z] DEBUG - number of items : 25 16:14:34 [2019-07-19T20:14:34.774Z] DEBUG - Clicking on ToolItem with tooltip text {Follow CPU Forward} 16:14:34 [2019-07-19T20:14:34.774Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199178815 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} 16:14:34 [2019-07-19T20:14:34.774Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199178816 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} 16:14:34 [2019-07-19T20:14:34.774Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199178816 data=null doit=true} to ToolItem with tooltip text {Follow CPU Forward} 16:14:34 [2019-07-19T20:14:34.774Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199178816 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} 16:14:34 [2019-07-19T20:14:34.774Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199178816 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} 16:14:34 [2019-07-19T20:14:34.774Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199178816 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Follow CPU Forward} 16:14:34 [2019-07-19T20:14:34.774Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199178818 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} 16:14:34 [2019-07-19T20:14:34.774Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199178818 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} 16:14:34 [2019-07-19T20:14:34.774Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199178818 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} 16:14:34 [2019-07-19T20:14:34.774Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199178818 data=null doit=true} to ToolItem with tooltip text {Follow CPU Forward} 16:14:34 [2019-07-19T20:14:34.774Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199178818 data=null} to ToolItem with tooltip text {Follow CPU Forward} 16:14:34 [2019-07-19T20:14:34.774Z] DEBUG - Clicked on ToolItem with tooltip text {Follow CPU Forward} 16:14:34 [2019-07-19T20:14:34.774Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:14:35 [2019-07-19T20:14:35.379Z] DEBUG - number of items : 25 16:14:35 [2019-07-19T20:14:35.379Z] DEBUG - Clicking on ToolItem with tooltip text {Follow CPU Backward} with stateMask=0x20000 16:14:35 [2019-07-19T20:14:35.379Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199179351 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} 16:14:35 [2019-07-19T20:14:35.379Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199179351 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} 16:14:35 [2019-07-19T20:14:35.379Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199179351 data=null doit=true} to ToolItem with tooltip text {Follow CPU Backward} 16:14:35 [2019-07-19T20:14:35.379Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199179351 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} 16:14:35 [2019-07-19T20:14:35.379Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199179351 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} 16:14:35 [2019-07-19T20:14:35.379Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199179352 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x20000 text=null doit=true} to ToolItem with tooltip text {Follow CPU Backward} 16:14:35 [2019-07-19T20:14:35.379Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199179378 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} 16:14:35 [2019-07-19T20:14:35.379Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199179379 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} 16:14:35 [2019-07-19T20:14:35.379Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199179379 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} 16:14:35 [2019-07-19T20:14:35.379Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199179379 data=null doit=true} to ToolItem with tooltip text {Follow CPU Backward} 16:14:35 [2019-07-19T20:14:35.379Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199179379 data=null} to ToolItem with tooltip text {Follow CPU Backward} 16:14:35 [2019-07-19T20:14:35.379Z] DEBUG - Clicked on ToolItem with tooltip text {Follow CPU Backward} with stateMask=0x20000 16:14:35 [2019-07-19T20:14:35.379Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:14:35 [2019-07-19T20:14:35.635Z] DEBUG - number of items : 25 16:14:35 [2019-07-19T20:14:35.635Z] DEBUG - Clicking on ToolItem with tooltip text {Follow CPU Backward} with stateMask=0x20000 16:14:35 [2019-07-19T20:14:35.635Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199179881 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} 16:14:35 [2019-07-19T20:14:35.635Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199179882 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} 16:14:35 [2019-07-19T20:14:35.636Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199179882 data=null doit=true} to ToolItem with tooltip text {Follow CPU Backward} 16:14:35 [2019-07-19T20:14:35.636Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199179882 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} 16:14:35 [2019-07-19T20:14:35.636Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199179882 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} 16:14:35 [2019-07-19T20:14:35.636Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199179882 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x20000 text=null doit=true} to ToolItem with tooltip text {Follow CPU Backward} 16:14:35 [2019-07-19T20:14:35.636Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199179884 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} 16:14:35 [2019-07-19T20:14:35.636Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199179884 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} 16:14:35 [2019-07-19T20:14:35.636Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199179885 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} 16:14:35 [2019-07-19T20:14:35.636Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199179885 data=null doit=true} to ToolItem with tooltip text {Follow CPU Backward} 16:14:35 [2019-07-19T20:14:35.636Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199179885 data=null} to ToolItem with tooltip text {Follow CPU Backward} 16:14:35 [2019-07-19T20:14:35.636Z] DEBUG - Clicked on ToolItem with tooltip text {Follow CPU Backward} with stateMask=0x20000 16:14:35 [2019-07-19T20:14:35.892Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:14:36 [2019-07-19T20:14:36.148Z] DEBUG - number of items : 25 16:14:36 [2019-07-19T20:14:36.148Z] DEBUG - Clicking on ToolItem with tooltip text {Follow CPU Backward} with stateMask=0x20000 16:14:36 [2019-07-19T20:14:36.148Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199180390 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} 16:14:36 [2019-07-19T20:14:36.148Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199180390 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} 16:14:36 [2019-07-19T20:14:36.148Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199180390 data=null doit=true} to ToolItem with tooltip text {Follow CPU Backward} 16:14:36 [2019-07-19T20:14:36.148Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199180391 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} 16:14:36 [2019-07-19T20:14:36.148Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199180391 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} 16:14:36 [2019-07-19T20:14:36.148Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199180391 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x20000 text=null doit=true} to ToolItem with tooltip text {Follow CPU Backward} 16:14:36 [2019-07-19T20:14:36.148Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199180393 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} 16:14:36 [2019-07-19T20:14:36.148Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199180394 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} 16:14:36 [2019-07-19T20:14:36.148Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199180394 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} 16:14:36 [2019-07-19T20:14:36.148Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199180394 data=null doit=true} to ToolItem with tooltip text {Follow CPU Backward} 16:14:36 [2019-07-19T20:14:36.148Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199180394 data=null} to ToolItem with tooltip text {Follow CPU Backward} 16:14:36 [2019-07-19T20:14:36.148Z] DEBUG - Clicked on ToolItem with tooltip text {Follow CPU Backward} with stateMask=0x20000 16:14:36 [2019-07-19T20:14:36.148Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:14:36 [2019-07-19T20:14:36.712Z] DEBUG - number of items : 25 16:14:36 [2019-07-19T20:14:36.712Z] DEBUG - Clicking on ToolItem with tooltip text {Follow CPU Forward} with stateMask=0x20000 16:14:36 [2019-07-19T20:14:36.712Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199180934 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} 16:14:36 [2019-07-19T20:14:36.712Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199180934 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} 16:14:36 [2019-07-19T20:14:36.712Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199180935 data=null doit=true} to ToolItem with tooltip text {Follow CPU Forward} 16:14:36 [2019-07-19T20:14:36.712Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199180935 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} 16:14:36 [2019-07-19T20:14:36.712Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199180935 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} 16:14:36 [2019-07-19T20:14:36.712Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199180935 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x20000 text=null doit=true} to ToolItem with tooltip text {Follow CPU Forward} 16:14:36 [2019-07-19T20:14:36.712Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199180937 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} 16:14:36 [2019-07-19T20:14:36.712Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199180937 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} 16:14:36 [2019-07-19T20:14:36.712Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199180937 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} 16:14:36 [2019-07-19T20:14:36.712Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199180937 data=null doit=true} to ToolItem with tooltip text {Follow CPU Forward} 16:14:36 [2019-07-19T20:14:36.712Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199180937 data=null} to ToolItem with tooltip text {Follow CPU Forward} 16:14:36 [2019-07-19T20:14:36.712Z] DEBUG - Clicked on ToolItem with tooltip text {Follow CPU Forward} with stateMask=0x20000 16:14:36 [2019-07-19T20:14:36.712Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:14:37 [2019-07-19T20:14:37.275Z] DEBUG - number of items : 25 16:14:37 [2019-07-19T20:14:37.275Z] DEBUG - Clicking on ToolItem with tooltip text {Follow CPU Forward} with stateMask=0x20000 16:14:37 [2019-07-19T20:14:37.275Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199181443 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} 16:14:37 [2019-07-19T20:14:37.275Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199181443 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} 16:14:37 [2019-07-19T20:14:37.275Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199181444 data=null doit=true} to ToolItem with tooltip text {Follow CPU Forward} 16:14:37 [2019-07-19T20:14:37.275Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199181444 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} 16:14:37 [2019-07-19T20:14:37.275Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199181444 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} 16:14:37 [2019-07-19T20:14:37.275Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199181444 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x20000 text=null doit=true} to ToolItem with tooltip text {Follow CPU Forward} 16:14:37 [2019-07-19T20:14:37.275Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199181446 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} 16:14:37 [2019-07-19T20:14:37.275Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199181446 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} 16:14:37 [2019-07-19T20:14:37.275Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199181446 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} 16:14:37 [2019-07-19T20:14:37.275Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199181446 data=null doit=true} to ToolItem with tooltip text {Follow CPU Forward} 16:14:37 [2019-07-19T20:14:37.275Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199181446 data=null} to ToolItem with tooltip text {Follow CPU Forward} 16:14:37 [2019-07-19T20:14:37.275Z] DEBUG - Clicked on ToolItem with tooltip text {Follow CPU Forward} with stateMask=0x20000 16:14:37 [2019-07-19T20:14:37.275Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:14:37 [2019-07-19T20:14:37.839Z] DEBUG - number of items : 25 16:14:37 [2019-07-19T20:14:37.839Z] DEBUG - Clicking on ToolItem with tooltip text {Follow CPU Forward} with stateMask=0x20000 16:14:37 [2019-07-19T20:14:37.839Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199181948 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} 16:14:37 [2019-07-19T20:14:37.839Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199181949 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} 16:14:37 [2019-07-19T20:14:37.839Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199181949 data=null doit=true} to ToolItem with tooltip text {Follow CPU Forward} 16:14:37 [2019-07-19T20:14:37.839Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199181949 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} 16:14:37 [2019-07-19T20:14:37.839Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199181949 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} 16:14:37 [2019-07-19T20:14:37.839Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199181949 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x20000 text=null doit=true} to ToolItem with tooltip text {Follow CPU Forward} 16:14:37 [2019-07-19T20:14:37.839Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199181951 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} 16:14:37 [2019-07-19T20:14:37.839Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199181951 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} 16:14:37 [2019-07-19T20:14:37.839Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199181951 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} 16:14:37 [2019-07-19T20:14:37.839Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199181952 data=null doit=true} to ToolItem with tooltip text {Follow CPU Forward} 16:14:37 [2019-07-19T20:14:37.839Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199181952 data=null} to ToolItem with tooltip text {Follow CPU Forward} 16:14:37 [2019-07-19T20:14:37.839Z] DEBUG - Clicked on ToolItem with tooltip text {Follow CPU Forward} with stateMask=0x20000 16:14:37 [2019-07-19T20:14:37.839Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:14:38 [2019-07-19T20:14:38.402Z] DEBUG - number of items : 25 16:14:38 [2019-07-19T20:14:38.402Z] DEBUG - Clicking on ToolItem with tooltip text {Follow CPU Forward} with stateMask=0x20000 16:14:38 [2019-07-19T20:14:38.402Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199182456 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} 16:14:38 [2019-07-19T20:14:38.402Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199182457 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} 16:14:38 [2019-07-19T20:14:38.402Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199182457 data=null doit=true} to ToolItem with tooltip text {Follow CPU Forward} 16:14:38 [2019-07-19T20:14:38.402Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199182457 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} 16:14:38 [2019-07-19T20:14:38.402Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199182457 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} 16:14:38 [2019-07-19T20:14:38.402Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199182457 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x20000 text=null doit=true} to ToolItem with tooltip text {Follow CPU Forward} 16:14:38 [2019-07-19T20:14:38.402Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199182460 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} 16:14:38 [2019-07-19T20:14:38.402Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199182460 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} 16:14:38 [2019-07-19T20:14:38.402Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199182460 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} 16:14:38 [2019-07-19T20:14:38.402Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199182460 data=null doit=true} to ToolItem with tooltip text {Follow CPU Forward} 16:14:38 [2019-07-19T20:14:38.402Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199182460 data=null} to ToolItem with tooltip text {Follow CPU Forward} 16:14:38 [2019-07-19T20:14:38.402Z] DEBUG - Clicked on ToolItem with tooltip text {Follow CPU Forward} with stateMask=0x20000 16:14:38 [2019-07-19T20:14:38.402Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:14:38 [2019-07-19T20:14:38.964Z] DEBUG - number of items : 25 16:14:38 [2019-07-19T20:14:38.964Z] DEBUG - Clicking on ToolItem with tooltip text {Follow CPU Backward} 16:14:38 [2019-07-19T20:14:38.964Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199182978 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} 16:14:38 [2019-07-19T20:14:38.964Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199182979 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} 16:14:38 [2019-07-19T20:14:38.964Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199182979 data=null doit=true} to ToolItem with tooltip text {Follow CPU Backward} 16:14:38 [2019-07-19T20:14:38.964Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199182979 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} 16:14:38 [2019-07-19T20:14:38.964Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199182979 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} 16:14:38 [2019-07-19T20:14:38.964Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199182982 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Follow CPU Backward} 16:14:38 [2019-07-19T20:14:38.964Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199182983 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} 16:14:38 [2019-07-19T20:14:38.964Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199182984 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} 16:14:38 [2019-07-19T20:14:38.964Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199182984 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} 16:14:38 [2019-07-19T20:14:38.964Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199182984 data=null doit=true} to ToolItem with tooltip text {Follow CPU Backward} 16:14:38 [2019-07-19T20:14:38.964Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199182984 data=null} to ToolItem with tooltip text {Follow CPU Backward} 16:14:38 [2019-07-19T20:14:38.964Z] DEBUG - Clicked on ToolItem with tooltip text {Follow CPU Backward} 16:14:38 [2019-07-19T20:14:38.964Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:14:39 [2019-07-19T20:14:39.528Z] DEBUG - number of items : 25 16:14:39 [2019-07-19T20:14:39.528Z] DEBUG - Clicking on ToolItem with tooltip text {Follow CPU Backward} 16:14:39 [2019-07-19T20:14:39.528Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199183502 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} 16:14:39 [2019-07-19T20:14:39.528Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199183502 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} 16:14:39 [2019-07-19T20:14:39.528Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199183503 data=null doit=true} to ToolItem with tooltip text {Follow CPU Backward} 16:14:39 [2019-07-19T20:14:39.528Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199183528 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} 16:14:39 [2019-07-19T20:14:39.528Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199183529 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} 16:14:39 [2019-07-19T20:14:39.528Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199183529 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Follow CPU Backward} 16:14:39 [2019-07-19T20:14:39.528Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199183532 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} 16:14:39 [2019-07-19T20:14:39.528Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199183532 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} 16:14:39 [2019-07-19T20:14:39.528Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199183532 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} 16:14:39 [2019-07-19T20:14:39.528Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199183532 data=null doit=true} to ToolItem with tooltip text {Follow CPU Backward} 16:14:39 [2019-07-19T20:14:39.528Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199183532 data=null} to ToolItem with tooltip text {Follow CPU Backward} 16:14:39 [2019-07-19T20:14:39.528Z] DEBUG - Clicked on ToolItem with tooltip text {Follow CPU Backward} 16:14:39 [2019-07-19T20:14:39.528Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:14:40 [2019-07-19T20:14:40.092Z] DEBUG - number of items : 25 16:14:40 [2019-07-19T20:14:40.092Z] DEBUG - Clicking on ToolItem with tooltip text {Follow CPU Backward} 16:14:40 [2019-07-19T20:14:40.092Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199184069 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} 16:14:40 [2019-07-19T20:14:40.092Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199184069 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} 16:14:40 [2019-07-19T20:14:40.092Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199184069 data=null doit=true} to ToolItem with tooltip text {Follow CPU Backward} 16:14:40 [2019-07-19T20:14:40.092Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199184069 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} 16:14:40 [2019-07-19T20:14:40.092Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199184070 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} 16:14:40 [2019-07-19T20:14:40.092Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199184070 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Follow CPU Backward} 16:14:40 [2019-07-19T20:14:40.092Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199184072 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} 16:14:40 [2019-07-19T20:14:40.092Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199184072 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} 16:14:40 [2019-07-19T20:14:40.092Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199184072 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} 16:14:40 [2019-07-19T20:14:40.092Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199184072 data=null doit=true} to ToolItem with tooltip text {Follow CPU Backward} 16:14:40 [2019-07-19T20:14:40.092Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199184072 data=null} to ToolItem with tooltip text {Follow CPU Backward} 16:14:40 [2019-07-19T20:14:40.092Z] DEBUG - Clicked on ToolItem with tooltip text {Follow CPU Backward} 16:14:40 [2019-07-19T20:14:40.092Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:14:40 [2019-07-19T20:14:40.656Z] DEBUG - number of items : 25 16:14:40 [2019-07-19T20:14:40.656Z] DEBUG - Clicking on ToolItem with tooltip text {Follow CPU Backward} 16:14:40 [2019-07-19T20:14:40.656Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199184638 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} 16:14:40 [2019-07-19T20:14:40.656Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199184638 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} 16:14:40 [2019-07-19T20:14:40.656Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199184638 data=null doit=true} to ToolItem with tooltip text {Follow CPU Backward} 16:14:40 [2019-07-19T20:14:40.656Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199184638 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} 16:14:40 [2019-07-19T20:14:40.656Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199184639 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} 16:14:40 [2019-07-19T20:14:40.656Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199184639 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Follow CPU Backward} 16:14:40 [2019-07-19T20:14:40.656Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199184641 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} 16:14:40 [2019-07-19T20:14:40.656Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199184641 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} 16:14:40 [2019-07-19T20:14:40.656Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199184641 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} 16:14:40 [2019-07-19T20:14:40.656Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199184641 data=null doit=true} to ToolItem with tooltip text {Follow CPU Backward} 16:14:40 [2019-07-19T20:14:40.656Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199184641 data=null} to ToolItem with tooltip text {Follow CPU Backward} 16:14:40 [2019-07-19T20:14:40.656Z] DEBUG - Clicked on ToolItem with tooltip text {Follow CPU Backward} 16:14:40 [2019-07-19T20:14:40.656Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:14:40 [2019-07-19T20:14:40.914Z] DEBUG - number of items : 25 16:14:40 [2019-07-19T20:14:40.914Z] DEBUG - Clicking on ToolItem with tooltip text {Follow CPU Backward} 16:14:40 [2019-07-19T20:14:40.914Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199185153 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} 16:14:40 [2019-07-19T20:14:40.914Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199185154 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} 16:14:40 [2019-07-19T20:14:40.914Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199185154 data=null doit=true} to ToolItem with tooltip text {Follow CPU Backward} 16:14:40 [2019-07-19T20:14:40.914Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199185154 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} 16:14:40 [2019-07-19T20:14:40.914Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199185154 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} 16:14:40 [2019-07-19T20:14:40.914Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199185154 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Follow CPU Backward} 16:14:41 [2019-07-19T20:14:41.172Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199185169 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} 16:14:41 [2019-07-19T20:14:41.172Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199185169 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} 16:14:41 [2019-07-19T20:14:41.172Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199185169 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} 16:14:41 [2019-07-19T20:14:41.172Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199185169 data=null doit=true} to ToolItem with tooltip text {Follow CPU Backward} 16:14:41 [2019-07-19T20:14:41.172Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199185169 data=null} to ToolItem with tooltip text {Follow CPU Backward} 16:14:41 [2019-07-19T20:14:41.172Z] DEBUG - Clicked on ToolItem with tooltip text {Follow CPU Backward} 16:14:41 [2019-07-19T20:14:41.172Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:14:41 [2019-07-19T20:14:41.787Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:14:44 [2019-07-19T20:14:44.424Z] DEBUG - matched EditorReference with text "", using matcher: with name '"synthetic-trace"' 16:14:44 [2019-07-19T20:14:44.424Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:14:44 [2019-07-19T20:14:44.424Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:14:44 [2019-07-19T20:14:44.424Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:14:44 [2019-07-19T20:14:44.681Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:14:44 [2019-07-19T20:14:44.681Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 16:14:44 [2019-07-19T20:14:44.681Z] DEBUG - Attempting to set focus on TimeGraphControl with text {} 16:14:44 [2019-07-19T20:14:44.681Z] DEBUG - number of items : 25 16:14:44 [2019-07-19T20:14:44.681Z] DEBUG - Clicking on ToolItem with tooltip text {Select Next State Change} 16:14:44 [2019-07-19T20:14:44.681Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199188840 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:14:44 [2019-07-19T20:14:44.681Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199188840 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:14:44 [2019-07-19T20:14:44.681Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199188840 data=null doit=true} to ToolItem with tooltip text {Select Next State Change} 16:14:44 [2019-07-19T20:14:44.681Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199188841 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:14:44 [2019-07-19T20:14:44.681Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199188841 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:14:44 [2019-07-19T20:14:44.681Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199188841 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Select Next State Change} 16:14:44 [2019-07-19T20:14:44.681Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199188844 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:14:44 [2019-07-19T20:14:44.681Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199188845 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:14:44 [2019-07-19T20:14:44.681Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199188845 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:14:44 [2019-07-19T20:14:44.681Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199188846 data=null doit=true} to ToolItem with tooltip text {Select Next State Change} 16:14:44 [2019-07-19T20:14:44.681Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199188846 data=null} to ToolItem with tooltip text {Select Next State Change} 16:14:44 [2019-07-19T20:14:44.681Z] DEBUG - Clicked on ToolItem with tooltip text {Select Next State Change} 16:14:44 [2019-07-19T20:14:44.681Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:14:45 [2019-07-19T20:14:45.245Z] DEBUG - number of items : 25 16:14:45 [2019-07-19T20:14:45.245Z] DEBUG - Clicking on ToolItem with tooltip text {Select Next State Change} 16:14:45 [2019-07-19T20:14:45.245Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199189450 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:14:45 [2019-07-19T20:14:45.245Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199189450 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:14:45 [2019-07-19T20:14:45.245Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199189451 data=null doit=true} to ToolItem with tooltip text {Select Next State Change} 16:14:45 [2019-07-19T20:14:45.245Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199189451 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:14:45 [2019-07-19T20:14:45.245Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199189451 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:14:45 [2019-07-19T20:14:45.245Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199189451 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Select Next State Change} 16:14:45 [2019-07-19T20:14:45.245Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199189453 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:14:45 [2019-07-19T20:14:45.245Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199189453 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:14:45 [2019-07-19T20:14:45.245Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199189453 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:14:45 [2019-07-19T20:14:45.245Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199189453 data=null doit=true} to ToolItem with tooltip text {Select Next State Change} 16:14:45 [2019-07-19T20:14:45.245Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199189453 data=null} to ToolItem with tooltip text {Select Next State Change} 16:14:45 [2019-07-19T20:14:45.245Z] DEBUG - Clicked on ToolItem with tooltip text {Select Next State Change} 16:14:45 [2019-07-19T20:14:45.245Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:14:45 [2019-07-19T20:14:45.808Z] DEBUG - number of items : 25 16:14:45 [2019-07-19T20:14:45.808Z] DEBUG - Clicking on ToolItem with tooltip text {Select Next State Change} 16:14:45 [2019-07-19T20:14:45.808Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199190019 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:14:45 [2019-07-19T20:14:45.808Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199190019 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:14:45 [2019-07-19T20:14:45.808Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199190020 data=null doit=true} to ToolItem with tooltip text {Select Next State Change} 16:14:45 [2019-07-19T20:14:45.808Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199190020 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:14:45 [2019-07-19T20:14:45.808Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199190024 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:14:45 [2019-07-19T20:14:45.808Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199190024 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Select Next State Change} 16:14:45 [2019-07-19T20:14:45.808Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199190026 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:14:45 [2019-07-19T20:14:45.808Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199190026 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:14:45 [2019-07-19T20:14:45.808Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199190026 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:14:45 [2019-07-19T20:14:45.808Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199190026 data=null doit=true} to ToolItem with tooltip text {Select Next State Change} 16:14:45 [2019-07-19T20:14:45.808Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199190026 data=null} to ToolItem with tooltip text {Select Next State Change} 16:14:45 [2019-07-19T20:14:45.808Z] DEBUG - Clicked on ToolItem with tooltip text {Select Next State Change} 16:14:45 [2019-07-19T20:14:45.808Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:14:46 [2019-07-19T20:14:46.371Z] DEBUG - number of items : 25 16:14:46 [2019-07-19T20:14:46.371Z] DEBUG - Clicking on ToolItem with tooltip text {Select Next State Change} with stateMask=0x20000 16:14:46 [2019-07-19T20:14:46.371Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199190601 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:14:46 [2019-07-19T20:14:46.371Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199190602 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:14:46 [2019-07-19T20:14:46.371Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199190602 data=null doit=true} to ToolItem with tooltip text {Select Next State Change} 16:14:46 [2019-07-19T20:14:46.371Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199190602 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:14:46 [2019-07-19T20:14:46.371Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199190602 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:14:46 [2019-07-19T20:14:46.371Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199190603 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x20000 text=null doit=true} to ToolItem with tooltip text {Select Next State Change} 16:14:46 [2019-07-19T20:14:46.371Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199190606 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:14:46 [2019-07-19T20:14:46.371Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199190607 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:14:46 [2019-07-19T20:14:46.371Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199190607 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:14:46 [2019-07-19T20:14:46.371Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199190607 data=null doit=true} to ToolItem with tooltip text {Select Next State Change} 16:14:46 [2019-07-19T20:14:46.371Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199190607 data=null} to ToolItem with tooltip text {Select Next State Change} 16:14:46 [2019-07-19T20:14:46.371Z] DEBUG - Clicked on ToolItem with tooltip text {Select Next State Change} with stateMask=0x20000 16:14:46 [2019-07-19T20:14:46.371Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:14:47 [2019-07-19T20:14:47.301Z] DEBUG - number of items : 25 16:14:47 [2019-07-19T20:14:47.301Z] DEBUG - Clicking on ToolItem with tooltip text {Select Next State Change} with stateMask=0x20000 16:14:47 [2019-07-19T20:14:47.301Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199191245 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:14:47 [2019-07-19T20:14:47.301Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199191245 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:14:47 [2019-07-19T20:14:47.301Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199191246 data=null doit=true} to ToolItem with tooltip text {Select Next State Change} 16:14:47 [2019-07-19T20:14:47.301Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199191246 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:14:47 [2019-07-19T20:14:47.301Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199191246 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:14:47 [2019-07-19T20:14:47.301Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199191246 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x20000 text=null doit=true} to ToolItem with tooltip text {Select Next State Change} 16:14:47 [2019-07-19T20:14:47.301Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199191257 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:14:47 [2019-07-19T20:14:47.301Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199191257 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:14:47 [2019-07-19T20:14:47.301Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199191257 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:14:47 [2019-07-19T20:14:47.301Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199191257 data=null doit=true} to ToolItem with tooltip text {Select Next State Change} 16:14:47 [2019-07-19T20:14:47.301Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199191257 data=null} to ToolItem with tooltip text {Select Next State Change} 16:14:47 [2019-07-19T20:14:47.301Z] DEBUG - Clicked on ToolItem with tooltip text {Select Next State Change} with stateMask=0x20000 16:14:47 [2019-07-19T20:14:47.301Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:14:47 [2019-07-19T20:14:47.558Z] DEBUG - number of items : 25 16:14:47 [2019-07-19T20:14:47.558Z] DEBUG - Clicking on ToolItem with tooltip text {Select Next State Change} with stateMask=0x20000 16:14:47 [2019-07-19T20:14:47.558Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199191767 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:14:47 [2019-07-19T20:14:47.558Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199191767 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:14:47 [2019-07-19T20:14:47.558Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199191768 data=null doit=true} to ToolItem with tooltip text {Select Next State Change} 16:14:47 [2019-07-19T20:14:47.558Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199191768 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:14:47 [2019-07-19T20:14:47.558Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199191768 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:14:47 [2019-07-19T20:14:47.558Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199191768 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x20000 text=null doit=true} to ToolItem with tooltip text {Select Next State Change} 16:14:47 [2019-07-19T20:14:47.558Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199191769 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:14:47 [2019-07-19T20:14:47.558Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199191770 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:14:47 [2019-07-19T20:14:47.558Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199191770 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:14:47 [2019-07-19T20:14:47.558Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199191770 data=null doit=true} to ToolItem with tooltip text {Select Next State Change} 16:14:47 [2019-07-19T20:14:47.558Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199191770 data=null} to ToolItem with tooltip text {Select Next State Change} 16:14:47 [2019-07-19T20:14:47.558Z] DEBUG - Clicked on ToolItem with tooltip text {Select Next State Change} with stateMask=0x20000 16:14:47 [2019-07-19T20:14:47.558Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:14:48 [2019-07-19T20:14:48.122Z] DEBUG - number of items : 25 16:14:48 [2019-07-19T20:14:48.122Z] DEBUG - Clicking on ToolItem with tooltip text {Select Previous State Change} with stateMask=0x20000 16:14:48 [2019-07-19T20:14:48.122Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199192336 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:14:48 [2019-07-19T20:14:48.122Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199192336 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:14:48 [2019-07-19T20:14:48.122Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199192336 data=null doit=true} to ToolItem with tooltip text {Select Previous State Change} 16:14:48 [2019-07-19T20:14:48.122Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199192336 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:14:48 [2019-07-19T20:14:48.122Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199192337 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:14:48 [2019-07-19T20:14:48.122Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199192337 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x20000 text=null doit=true} to ToolItem with tooltip text {Select Previous State Change} 16:14:48 [2019-07-19T20:14:48.122Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199192340 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:14:48 [2019-07-19T20:14:48.122Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199192341 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:14:48 [2019-07-19T20:14:48.122Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199192341 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:14:48 [2019-07-19T20:14:48.122Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199192341 data=null doit=true} to ToolItem with tooltip text {Select Previous State Change} 16:14:48 [2019-07-19T20:14:48.122Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199192341 data=null} to ToolItem with tooltip text {Select Previous State Change} 16:14:48 [2019-07-19T20:14:48.122Z] DEBUG - Clicked on ToolItem with tooltip text {Select Previous State Change} with stateMask=0x20000 16:14:48 [2019-07-19T20:14:48.122Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:14:48 [2019-07-19T20:14:48.686Z] DEBUG - number of items : 25 16:14:48 [2019-07-19T20:14:48.686Z] DEBUG - Clicking on ToolItem with tooltip text {Select Previous State Change} with stateMask=0x20000 16:14:48 [2019-07-19T20:14:48.686Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199192888 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:14:48 [2019-07-19T20:14:48.686Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199192888 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:14:48 [2019-07-19T20:14:48.686Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199192888 data=null doit=true} to ToolItem with tooltip text {Select Previous State Change} 16:14:48 [2019-07-19T20:14:48.686Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199192888 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:14:48 [2019-07-19T20:14:48.686Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199192888 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:14:48 [2019-07-19T20:14:48.686Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199192888 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x20000 text=null doit=true} to ToolItem with tooltip text {Select Previous State Change} 16:14:48 [2019-07-19T20:14:48.686Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199192890 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:14:48 [2019-07-19T20:14:48.686Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199192890 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:14:48 [2019-07-19T20:14:48.686Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199192890 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:14:48 [2019-07-19T20:14:48.686Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199192890 data=null doit=true} to ToolItem with tooltip text {Select Previous State Change} 16:14:48 [2019-07-19T20:14:48.686Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199192890 data=null} to ToolItem with tooltip text {Select Previous State Change} 16:14:48 [2019-07-19T20:14:48.686Z] DEBUG - Clicked on ToolItem with tooltip text {Select Previous State Change} with stateMask=0x20000 16:14:48 [2019-07-19T20:14:48.686Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:14:49 [2019-07-19T20:14:49.251Z] DEBUG - number of items : 25 16:14:49 [2019-07-19T20:14:49.251Z] DEBUG - Clicking on ToolItem with tooltip text {Select Previous State Change} with stateMask=0x20000 16:14:49 [2019-07-19T20:14:49.251Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199193396 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:14:49 [2019-07-19T20:14:49.251Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199193396 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:14:49 [2019-07-19T20:14:49.251Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199193396 data=null doit=true} to ToolItem with tooltip text {Select Previous State Change} 16:14:49 [2019-07-19T20:14:49.251Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199193396 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:14:49 [2019-07-19T20:14:49.251Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199193396 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:14:49 [2019-07-19T20:14:49.251Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199193396 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x20000 text=null doit=true} to ToolItem with tooltip text {Select Previous State Change} 16:14:49 [2019-07-19T20:14:49.251Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199193398 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:14:49 [2019-07-19T20:14:49.251Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199193398 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:14:49 [2019-07-19T20:14:49.251Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199193398 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:14:49 [2019-07-19T20:14:49.251Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199193398 data=null doit=true} to ToolItem with tooltip text {Select Previous State Change} 16:14:49 [2019-07-19T20:14:49.251Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199193398 data=null} to ToolItem with tooltip text {Select Previous State Change} 16:14:49 [2019-07-19T20:14:49.251Z] DEBUG - Clicked on ToolItem with tooltip text {Select Previous State Change} with stateMask=0x20000 16:14:49 [2019-07-19T20:14:49.251Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:14:49 [2019-07-19T20:14:49.815Z] DEBUG - number of items : 25 16:14:49 [2019-07-19T20:14:49.815Z] DEBUG - Clicking on ToolItem with tooltip text {Select Previous State Change} with stateMask=0x20000 16:14:49 [2019-07-19T20:14:49.815Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199193960 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:14:49 [2019-07-19T20:14:49.815Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199193960 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:14:49 [2019-07-19T20:14:49.815Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199193960 data=null doit=true} to ToolItem with tooltip text {Select Previous State Change} 16:14:49 [2019-07-19T20:14:49.815Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199193960 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:14:49 [2019-07-19T20:14:49.815Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199193961 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:14:49 [2019-07-19T20:14:49.815Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199193961 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x20000 text=null doit=true} to ToolItem with tooltip text {Select Previous State Change} 16:14:49 [2019-07-19T20:14:49.815Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199193962 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:14:49 [2019-07-19T20:14:49.815Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199193963 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:14:49 [2019-07-19T20:14:49.815Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199193963 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:14:49 [2019-07-19T20:14:49.815Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199193963 data=null doit=true} to ToolItem with tooltip text {Select Previous State Change} 16:14:49 [2019-07-19T20:14:49.815Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199193963 data=null} to ToolItem with tooltip text {Select Previous State Change} 16:14:49 [2019-07-19T20:14:49.815Z] DEBUG - Clicked on ToolItem with tooltip text {Select Previous State Change} with stateMask=0x20000 16:14:49 [2019-07-19T20:14:49.815Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:14:50 [2019-07-19T20:14:50.379Z] DEBUG - number of items : 25 16:14:50 [2019-07-19T20:14:50.379Z] DEBUG - Clicking on ToolItem with tooltip text {Select Next State Change} 16:14:50 [2019-07-19T20:14:50.379Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199194474 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:14:50 [2019-07-19T20:14:50.379Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199194475 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:14:50 [2019-07-19T20:14:50.379Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199194475 data=null doit=true} to ToolItem with tooltip text {Select Next State Change} 16:14:50 [2019-07-19T20:14:50.379Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199194475 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:14:50 [2019-07-19T20:14:50.379Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199194475 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:14:50 [2019-07-19T20:14:50.379Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199194475 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Select Next State Change} 16:14:50 [2019-07-19T20:14:50.379Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199194477 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:14:50 [2019-07-19T20:14:50.379Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199194477 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:14:50 [2019-07-19T20:14:50.379Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199194477 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:14:50 [2019-07-19T20:14:50.379Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199194477 data=null doit=true} to ToolItem with tooltip text {Select Next State Change} 16:14:50 [2019-07-19T20:14:50.379Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199194477 data=null} to ToolItem with tooltip text {Select Next State Change} 16:14:50 [2019-07-19T20:14:50.379Z] DEBUG - Clicked on ToolItem with tooltip text {Select Next State Change} 16:14:50 [2019-07-19T20:14:50.379Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:14:50 [2019-07-19T20:14:50.944Z] DEBUG - number of items : 25 16:14:50 [2019-07-19T20:14:50.944Z] DEBUG - Clicking on ToolItem with tooltip text {Select Next State Change} 16:14:50 [2019-07-19T20:14:50.944Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199194982 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:14:50 [2019-07-19T20:14:50.944Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199194982 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:14:50 [2019-07-19T20:14:50.944Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199194982 data=null doit=true} to ToolItem with tooltip text {Select Next State Change} 16:14:50 [2019-07-19T20:14:50.944Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199194982 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:14:50 [2019-07-19T20:14:50.944Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199194982 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:14:50 [2019-07-19T20:14:50.944Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199194982 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Select Next State Change} 16:14:50 [2019-07-19T20:14:50.944Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199194984 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:14:50 [2019-07-19T20:14:50.944Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199194984 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:14:50 [2019-07-19T20:14:50.944Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199194984 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:14:50 [2019-07-19T20:14:50.944Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199194985 data=null doit=true} to ToolItem with tooltip text {Select Next State Change} 16:14:50 [2019-07-19T20:14:50.944Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199194985 data=null} to ToolItem with tooltip text {Select Next State Change} 16:14:50 [2019-07-19T20:14:50.944Z] DEBUG - Clicked on ToolItem with tooltip text {Select Next State Change} 16:14:50 [2019-07-19T20:14:50.944Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:14:51 [2019-07-19T20:14:51.509Z] DEBUG - number of items : 25 16:14:51 [2019-07-19T20:14:51.509Z] DEBUG - Clicking on ToolItem with tooltip text {Select Previous State Change} with stateMask=0x20000 16:14:51 [2019-07-19T20:14:51.509Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199195551 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:14:51 [2019-07-19T20:14:51.509Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199195552 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:14:51 [2019-07-19T20:14:51.509Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199195558 data=null doit=true} to ToolItem with tooltip text {Select Previous State Change} 16:14:51 [2019-07-19T20:14:51.509Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199195558 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:14:51 [2019-07-19T20:14:51.509Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199195558 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:14:51 [2019-07-19T20:14:51.509Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199195558 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x20000 text=null doit=true} to ToolItem with tooltip text {Select Previous State Change} 16:14:51 [2019-07-19T20:14:51.509Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199195560 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:14:51 [2019-07-19T20:14:51.509Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199195560 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:14:51 [2019-07-19T20:14:51.509Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199195560 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:14:51 [2019-07-19T20:14:51.509Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199195561 data=null doit=true} to ToolItem with tooltip text {Select Previous State Change} 16:14:51 [2019-07-19T20:14:51.509Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199195561 data=null} to ToolItem with tooltip text {Select Previous State Change} 16:14:51 [2019-07-19T20:14:51.509Z] DEBUG - Clicked on ToolItem with tooltip text {Select Previous State Change} with stateMask=0x20000 16:14:51 [2019-07-19T20:14:51.509Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:14:52 [2019-07-19T20:14:52.073Z] DEBUG - number of items : 25 16:14:52 [2019-07-19T20:14:52.073Z] DEBUG - Clicking on ToolItem with tooltip text {Select Previous State Change} with stateMask=0x20000 16:14:52 [2019-07-19T20:14:52.073Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199196094 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:14:52 [2019-07-19T20:14:52.073Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199196094 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:14:52 [2019-07-19T20:14:52.073Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199196094 data=null doit=true} to ToolItem with tooltip text {Select Previous State Change} 16:14:52 [2019-07-19T20:14:52.073Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199196094 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:14:52 [2019-07-19T20:14:52.073Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199196094 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:14:52 [2019-07-19T20:14:52.073Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199196094 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x20000 text=null doit=true} to ToolItem with tooltip text {Select Previous State Change} 16:14:52 [2019-07-19T20:14:52.073Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199196096 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:14:52 [2019-07-19T20:14:52.073Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199196096 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:14:52 [2019-07-19T20:14:52.073Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199196096 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:14:52 [2019-07-19T20:14:52.073Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199196096 data=null doit=true} to ToolItem with tooltip text {Select Previous State Change} 16:14:52 [2019-07-19T20:14:52.073Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199196097 data=null} to ToolItem with tooltip text {Select Previous State Change} 16:14:52 [2019-07-19T20:14:52.073Z] DEBUG - Clicked on ToolItem with tooltip text {Select Previous State Change} with stateMask=0x20000 16:14:52 [2019-07-19T20:14:52.073Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:14:52 [2019-07-19T20:14:52.637Z] DEBUG - number of items : 25 16:14:52 [2019-07-19T20:14:52.637Z] DEBUG - Clicking on ToolItem with tooltip text {Select Previous State Change} with stateMask=0x20000 16:14:52 [2019-07-19T20:14:52.637Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199196642 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:14:52 [2019-07-19T20:14:52.637Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199196643 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:14:52 [2019-07-19T20:14:52.637Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199196643 data=null doit=true} to ToolItem with tooltip text {Select Previous State Change} 16:14:52 [2019-07-19T20:14:52.637Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199196643 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:14:52 [2019-07-19T20:14:52.637Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199196643 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:14:52 [2019-07-19T20:14:52.637Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199196643 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x20000 text=null doit=true} to ToolItem with tooltip text {Select Previous State Change} 16:14:52 [2019-07-19T20:14:52.637Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199196656 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:14:52 [2019-07-19T20:14:52.637Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199196656 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:14:52 [2019-07-19T20:14:52.637Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199196656 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:14:52 [2019-07-19T20:14:52.637Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199196656 data=null doit=true} to ToolItem with tooltip text {Select Previous State Change} 16:14:52 [2019-07-19T20:14:52.637Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199196656 data=null} to ToolItem with tooltip text {Select Previous State Change} 16:14:52 [2019-07-19T20:14:52.637Z] DEBUG - Clicked on ToolItem with tooltip text {Select Previous State Change} with stateMask=0x20000 16:14:52 [2019-07-19T20:14:52.637Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:14:53 [2019-07-19T20:14:53.201Z] DEBUG - number of items : 25 16:14:53 [2019-07-19T20:14:53.201Z] DEBUG - Clicking on ToolItem with tooltip text {Select Next State Change} with stateMask=0x20000 16:14:53 [2019-07-19T20:14:53.201Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199197232 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:14:53 [2019-07-19T20:14:53.201Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199197232 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:14:53 [2019-07-19T20:14:53.201Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199197232 data=null doit=true} to ToolItem with tooltip text {Select Next State Change} 16:14:53 [2019-07-19T20:14:53.201Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199197233 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:14:53 [2019-07-19T20:14:53.201Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199197233 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:14:53 [2019-07-19T20:14:53.201Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199197233 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x20000 text=null doit=true} to ToolItem with tooltip text {Select Next State Change} 16:14:53 [2019-07-19T20:14:53.201Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199197234 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:14:53 [2019-07-19T20:14:53.201Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199197235 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:14:53 [2019-07-19T20:14:53.201Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199197235 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:14:53 [2019-07-19T20:14:53.201Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199197235 data=null doit=true} to ToolItem with tooltip text {Select Next State Change} 16:14:53 [2019-07-19T20:14:53.201Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199197235 data=null} to ToolItem with tooltip text {Select Next State Change} 16:14:53 [2019-07-19T20:14:53.201Z] DEBUG - Clicked on ToolItem with tooltip text {Select Next State Change} with stateMask=0x20000 16:14:53 [2019-07-19T20:14:53.201Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:14:53 [2019-07-19T20:14:53.766Z] DEBUG - number of items : 25 16:14:53 [2019-07-19T20:14:53.766Z] DEBUG - Clicking on ToolItem with tooltip text {Select Next State Change} with stateMask=0x20000 16:14:53 [2019-07-19T20:14:53.766Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199197737 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:14:53 [2019-07-19T20:14:53.766Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199197737 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:14:53 [2019-07-19T20:14:53.766Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199197737 data=null doit=true} to ToolItem with tooltip text {Select Next State Change} 16:14:53 [2019-07-19T20:14:53.766Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199197737 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:14:53 [2019-07-19T20:14:53.766Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199197737 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:14:53 [2019-07-19T20:14:53.766Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199197738 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x20000 text=null doit=true} to ToolItem with tooltip text {Select Next State Change} 16:14:53 [2019-07-19T20:14:53.766Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199197739 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:14:53 [2019-07-19T20:14:53.766Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199197739 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:14:53 [2019-07-19T20:14:53.766Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199197739 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:14:53 [2019-07-19T20:14:53.766Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199197740 data=null doit=true} to ToolItem with tooltip text {Select Next State Change} 16:14:53 [2019-07-19T20:14:53.766Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199197740 data=null} to ToolItem with tooltip text {Select Next State Change} 16:14:53 [2019-07-19T20:14:53.766Z] DEBUG - Clicked on ToolItem with tooltip text {Select Next State Change} with stateMask=0x20000 16:14:53 [2019-07-19T20:14:53.766Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:14:54 [2019-07-19T20:14:54.023Z] DEBUG - number of items : 25 16:14:54 [2019-07-19T20:14:54.023Z] DEBUG - Clicking on ToolItem with tooltip text {Select Next State Change} with stateMask=0x20000 16:14:54 [2019-07-19T20:14:54.023Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199198247 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:14:54 [2019-07-19T20:14:54.023Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199198247 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:14:54 [2019-07-19T20:14:54.023Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199198247 data=null doit=true} to ToolItem with tooltip text {Select Next State Change} 16:14:54 [2019-07-19T20:14:54.023Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199198248 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:14:54 [2019-07-19T20:14:54.023Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199198248 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:14:54 [2019-07-19T20:14:54.023Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199198248 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x20000 text=null doit=true} to ToolItem with tooltip text {Select Next State Change} 16:14:54 [2019-07-19T20:14:54.023Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199198250 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:14:54 [2019-07-19T20:14:54.023Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199198250 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:14:54 [2019-07-19T20:14:54.023Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199198251 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:14:54 [2019-07-19T20:14:54.023Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199198251 data=null doit=true} to ToolItem with tooltip text {Select Next State Change} 16:14:54 [2019-07-19T20:14:54.023Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199198251 data=null} to ToolItem with tooltip text {Select Next State Change} 16:14:54 [2019-07-19T20:14:54.023Z] DEBUG - Clicked on ToolItem with tooltip text {Select Next State Change} with stateMask=0x20000 16:14:54 [2019-07-19T20:14:54.023Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:14:54 [2019-07-19T20:14:54.587Z] DEBUG - number of items : 25 16:14:54 [2019-07-19T20:14:54.587Z] DEBUG - Clicking on ToolItem with tooltip text {Select Next State Change} with stateMask=0x20000 16:14:54 [2019-07-19T20:14:54.587Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199198769 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:14:54 [2019-07-19T20:14:54.587Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199198770 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:14:54 [2019-07-19T20:14:54.587Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199198770 data=null doit=true} to ToolItem with tooltip text {Select Next State Change} 16:14:54 [2019-07-19T20:14:54.587Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199198770 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:14:54 [2019-07-19T20:14:54.587Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199198770 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:14:54 [2019-07-19T20:14:54.587Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199198770 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x20000 text=null doit=true} to ToolItem with tooltip text {Select Next State Change} 16:14:54 [2019-07-19T20:14:54.587Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199198772 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:14:54 [2019-07-19T20:14:54.587Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199198772 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:14:54 [2019-07-19T20:14:54.587Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199198772 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:14:54 [2019-07-19T20:14:54.587Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199198788 data=null doit=true} to ToolItem with tooltip text {Select Next State Change} 16:14:54 [2019-07-19T20:14:54.587Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199198788 data=null} to ToolItem with tooltip text {Select Next State Change} 16:14:54 [2019-07-19T20:14:54.587Z] DEBUG - Clicked on ToolItem with tooltip text {Select Next State Change} with stateMask=0x20000 16:14:54 [2019-07-19T20:14:54.587Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:14:55 [2019-07-19T20:14:55.150Z] DEBUG - number of items : 25 16:14:55 [2019-07-19T20:14:55.150Z] DEBUG - Clicking on ToolItem with tooltip text {Select Previous State Change} 16:14:55 [2019-07-19T20:14:55.150Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199199291 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:14:55 [2019-07-19T20:14:55.150Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199199291 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:14:55 [2019-07-19T20:14:55.150Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199199291 data=null doit=true} to ToolItem with tooltip text {Select Previous State Change} 16:14:55 [2019-07-19T20:14:55.150Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199199291 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:14:55 [2019-07-19T20:14:55.150Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199199291 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:14:55 [2019-07-19T20:14:55.150Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199199292 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Select Previous State Change} 16:14:55 [2019-07-19T20:14:55.150Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199199294 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:14:55 [2019-07-19T20:14:55.150Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199199294 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:14:55 [2019-07-19T20:14:55.150Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199199294 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:14:55 [2019-07-19T20:14:55.150Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199199295 data=null doit=true} to ToolItem with tooltip text {Select Previous State Change} 16:14:55 [2019-07-19T20:14:55.150Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199199295 data=null} to ToolItem with tooltip text {Select Previous State Change} 16:14:55 [2019-07-19T20:14:55.150Z] DEBUG - Clicked on ToolItem with tooltip text {Select Previous State Change} 16:14:55 [2019-07-19T20:14:55.150Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:14:55 [2019-07-19T20:14:55.716Z] DEBUG - number of items : 25 16:14:55 [2019-07-19T20:14:55.716Z] DEBUG - Clicking on ToolItem with tooltip text {Select Previous State Change} 16:14:55 [2019-07-19T20:14:55.716Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199199805 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:14:55 [2019-07-19T20:14:55.716Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199199805 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:14:55 [2019-07-19T20:14:55.716Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199199805 data=null doit=true} to ToolItem with tooltip text {Select Previous State Change} 16:14:55 [2019-07-19T20:14:55.716Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199199805 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:14:55 [2019-07-19T20:14:55.716Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199199805 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:14:55 [2019-07-19T20:14:55.716Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199199805 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Select Previous State Change} 16:14:55 [2019-07-19T20:14:55.716Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199199807 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:14:55 [2019-07-19T20:14:55.716Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199199826 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:14:55 [2019-07-19T20:14:55.716Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199199834 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:14:55 [2019-07-19T20:14:55.716Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199199834 data=null doit=true} to ToolItem with tooltip text {Select Previous State Change} 16:14:55 [2019-07-19T20:14:55.716Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199199834 data=null} to ToolItem with tooltip text {Select Previous State Change} 16:14:55 [2019-07-19T20:14:55.716Z] DEBUG - Clicked on ToolItem with tooltip text {Select Previous State Change} 16:14:55 [2019-07-19T20:14:55.716Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:14:56 [2019-07-19T20:14:56.280Z] DEBUG - number of items : 25 16:14:56 [2019-07-19T20:14:56.280Z] DEBUG - Clicking on ToolItem with tooltip text {Select Previous State Change} 16:14:56 [2019-07-19T20:14:56.280Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199200339 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:14:56 [2019-07-19T20:14:56.280Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199200339 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:14:56 [2019-07-19T20:14:56.280Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199200339 data=null doit=true} to ToolItem with tooltip text {Select Previous State Change} 16:14:56 [2019-07-19T20:14:56.280Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199200339 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:14:56 [2019-07-19T20:14:56.280Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199200339 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:14:56 [2019-07-19T20:14:56.280Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199200340 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Select Previous State Change} 16:14:56 [2019-07-19T20:14:56.280Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199200341 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:14:56 [2019-07-19T20:14:56.280Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199200341 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:14:56 [2019-07-19T20:14:56.280Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199200342 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:14:56 [2019-07-19T20:14:56.280Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199200342 data=null doit=true} to ToolItem with tooltip text {Select Previous State Change} 16:14:56 [2019-07-19T20:14:56.280Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199200342 data=null} to ToolItem with tooltip text {Select Previous State Change} 16:14:56 [2019-07-19T20:14:56.280Z] DEBUG - Clicked on ToolItem with tooltip text {Select Previous State Change} 16:14:56 [2019-07-19T20:14:56.280Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:14:56 [2019-07-19T20:14:56.844Z] DEBUG - number of items : 25 16:14:56 [2019-07-19T20:14:56.844Z] DEBUG - Clicking on ToolItem with tooltip text {Select Previous State Change} 16:14:56 [2019-07-19T20:14:56.844Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199200851 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:14:56 [2019-07-19T20:14:56.844Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199200851 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:14:56 [2019-07-19T20:14:56.844Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199200851 data=null doit=true} to ToolItem with tooltip text {Select Previous State Change} 16:14:56 [2019-07-19T20:14:56.844Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199200852 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:14:56 [2019-07-19T20:14:56.844Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199200852 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:14:56 [2019-07-19T20:14:56.844Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199200852 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Select Previous State Change} 16:14:56 [2019-07-19T20:14:56.844Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199200854 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:14:56 [2019-07-19T20:14:56.844Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199200854 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:14:56 [2019-07-19T20:14:56.844Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199200854 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:14:56 [2019-07-19T20:14:56.844Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199200854 data=null doit=true} to ToolItem with tooltip text {Select Previous State Change} 16:14:56 [2019-07-19T20:14:56.844Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199200854 data=null} to ToolItem with tooltip text {Select Previous State Change} 16:14:56 [2019-07-19T20:14:56.844Z] DEBUG - Clicked on ToolItem with tooltip text {Select Previous State Change} 16:14:56 [2019-07-19T20:14:56.844Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:14:57 [2019-07-19T20:14:57.408Z] DEBUG - number of items : 25 16:14:57 [2019-07-19T20:14:57.408Z] DEBUG - Clicking on ToolItem with tooltip text {Select Previous State Change} 16:14:57 [2019-07-19T20:14:57.408Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199201438 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:14:57 [2019-07-19T20:14:57.408Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199201438 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:14:57 [2019-07-19T20:14:57.408Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199201438 data=null doit=true} to ToolItem with tooltip text {Select Previous State Change} 16:14:57 [2019-07-19T20:14:57.408Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199201438 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:14:57 [2019-07-19T20:14:57.408Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199201438 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:14:57 [2019-07-19T20:14:57.408Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199201438 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Select Previous State Change} 16:14:57 [2019-07-19T20:14:57.408Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199201441 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:14:57 [2019-07-19T20:14:57.408Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199201441 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:14:57 [2019-07-19T20:14:57.408Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199201441 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:14:57 [2019-07-19T20:14:57.408Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199201441 data=null doit=true} to ToolItem with tooltip text {Select Previous State Change} 16:14:57 [2019-07-19T20:14:57.408Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199201442 data=null} to ToolItem with tooltip text {Select Previous State Change} 16:14:57 [2019-07-19T20:14:57.408Z] DEBUG - Clicked on ToolItem with tooltip text {Select Previous State Change} 16:14:57 [2019-07-19T20:14:57.408Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:14:57 [2019-07-19T20:14:57.972Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:15:00 [2019-07-19T20:15:00.493Z] DEBUG - matched EditorReference with text "", using matcher: with name '"synthetic-trace"' 16:15:00 [2019-07-19T20:15:00.493Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:15:00 [2019-07-19T20:15:00.493Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:15:00 [2019-07-19T20:15:00.749Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:15:00 [2019-07-19T20:15:00.749Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 16:15:00 [2019-07-19T20:15:00.749Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:15:01 [2019-07-19T20:15:01.006Z] DEBUG - matched MenuItem with text "&Configure...", using matcher: with mnemonic 'Configure...' 16:15:01 [2019-07-19T20:15:01.006Z] DEBUG - Clicking on with mnemonic 'Configure...' 16:15:01 [2019-07-19T20:15:01.263Z] DEBUG - Clicked on with mnemonic 'Configure...' 16:15:01 [2019-07-19T20:15:01.263Z] DEBUG - matched Shell with text "Dynamic Filters Conf...", using matcher: with text 'Dynamic Filters Configuration' 16:15:01 [2019-07-19T20:15:01.263Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Dynamic Filters Configuration} time=199205471 data=null doit=true} to Shell with text {Dynamic Filters Configuration} 16:15:01 [2019-07-19T20:15:01.263Z] DEBUG - matched Button with text "Show Active Threads ...", using matcher: of type 'Button' 16:15:01 [2019-07-19T20:15:01.263Z] DEBUG - matched Button with text "Show Active Threads ...", using matcher: with mnemonic 'Show Active Threads Only' 16:15:01 [2019-07-19T20:15:01.263Z] DEBUG - matched Button with text "Show Active Threads ...", using matcher: with style 'SWT.CHECK' 16:15:01 [2019-07-19T20:15:01.263Z] DEBUG - matched Button with text "Show Active Threads ...", using matcher: (of type 'Button' and with mnemonic 'Show Active Threads Only' and with style 'SWT.CHECK') 16:15:01 [2019-07-19T20:15:01.263Z] DEBUG - matched Button with text "All Active Threads", using matcher: of type 'Button' 16:15:01 [2019-07-19T20:15:01.263Z] DEBUG - matched Button with text "Active Threads on CP...", using matcher: of type 'Button' 16:15:01 [2019-07-19T20:15:01.263Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:15:01 [2019-07-19T20:15:01.263Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:15:01 [2019-07-19T20:15:01.263Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Show Active Threads Only' and with style 'SWT.CHECK') 16:15:01 [2019-07-19T20:15:01.263Z] DEBUG - Toggling state on Button {Show Active Threads Only}. Setting state to selected 16:15:01 [2019-07-19T20:15:01.263Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Show Active Threads Only} time=199205475 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Show Active Threads Only' and with style 'SWT.CHECK') 16:15:01 [2019-07-19T20:15:01.263Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Show Active Threads Only} time=199205475 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Show Active Threads Only' and with style 'SWT.CHECK') 16:15:01 [2019-07-19T20:15:01.263Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Show Active Threads Only} time=199205475 data=null doit=true} to (of type 'Button' and with mnemonic 'Show Active Threads Only' and with style 'SWT.CHECK') 16:15:01 [2019-07-19T20:15:01.263Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Show Active Threads Only} time=199205476 data=null} to (of type 'Button' and with mnemonic 'Show Active Threads Only' and with style 'SWT.CHECK') 16:15:01 [2019-07-19T20:15:01.263Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Show Active Threads Only} time=199205476 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Show Active Threads Only' and with style 'SWT.CHECK') 16:15:01 [2019-07-19T20:15:01.263Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Show Active Threads Only} time=199205476 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Show Active Threads Only' and with style 'SWT.CHECK') 16:15:01 [2019-07-19T20:15:01.263Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Show Active Threads Only} time=199205476 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Show Active Threads Only' and with style 'SWT.CHECK') 16:15:01 [2019-07-19T20:15:01.263Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Show Active Threads Only} time=199205477 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Show Active Threads Only' and with style 'SWT.CHECK') 16:15:01 [2019-07-19T20:15:01.263Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Show Active Threads Only} time=199205477 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Show Active Threads Only' and with style 'SWT.CHECK') 16:15:01 [2019-07-19T20:15:01.263Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Show Active Threads Only} time=199205477 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Show Active Threads Only' and with style 'SWT.CHECK') 16:15:01 [2019-07-19T20:15:01.263Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Show Active Threads Only} time=199205478 data=null doit=true} to (of type 'Button' and with mnemonic 'Show Active Threads Only' and with style 'SWT.CHECK') 16:15:01 [2019-07-19T20:15:01.263Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Show Active Threads Only} time=199205478 data=null} to (of type 'Button' and with mnemonic 'Show Active Threads Only' and with style 'SWT.CHECK') 16:15:01 [2019-07-19T20:15:01.263Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Show Active Threads Only' and with style 'SWT.CHECK') 16:15:01 [2019-07-19T20:15:01.263Z] DEBUG - matched Button with text "Show Active Threads ...", using matcher: of type 'Button' 16:15:01 [2019-07-19T20:15:01.263Z] DEBUG - matched Button with text "All Active Threads", using matcher: of type 'Button' 16:15:01 [2019-07-19T20:15:01.263Z] DEBUG - matched Button with text "Active Threads on CP...", using matcher: of type 'Button' 16:15:01 [2019-07-19T20:15:01.263Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:15:01 [2019-07-19T20:15:01.263Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:15:01 [2019-07-19T20:15:01.263Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 16:15:01 [2019-07-19T20:15:01.263Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:15:01 [2019-07-19T20:15:01.263Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:15:01 [2019-07-19T20:15:01.263Z] DEBUG - Clicking on OK 16:15:01 [2019-07-19T20:15:01.263Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=199205479 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:15:01 [2019-07-19T20:15:01.263Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=199205480 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:15:01 [2019-07-19T20:15:01.263Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=199205480 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:15:01 [2019-07-19T20:15:01.263Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=199205480 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:15:01 [2019-07-19T20:15:01.263Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=199205480 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:15:01 [2019-07-19T20:15:01.263Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=199205480 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:15:01 [2019-07-19T20:15:01.520Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=199205480 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:15:01 [2019-07-19T20:15:01.520Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Configure...} time=199205049 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Configure...' 16:15:01 [2019-07-19T20:15:01.777Z] DEBUG - Clicked on 16:15:01 [2019-07-19T20:15:01.777Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:15:01 [2019-07-19T20:15:01.777Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:15:02 [2019-07-19T20:15:02.034Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:15:02 [2019-07-19T20:15:02.034Z] DEBUG - matched MenuItem with text "&Configure...", using matcher: with mnemonic 'Configure...' 16:15:02 [2019-07-19T20:15:02.034Z] DEBUG - Clicking on with mnemonic 'Configure...' 16:15:02 [2019-07-19T20:15:02.600Z] DEBUG - Clicked on with mnemonic 'Configure...' 16:15:02 [2019-07-19T20:15:02.600Z] DEBUG - matched Shell with text "Dynamic Filters Conf...", using matcher: with text 'Dynamic Filters Configuration' 16:15:02 [2019-07-19T20:15:02.600Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Dynamic Filters Configuration} time=199206632 data=null doit=true} to Shell with text {Dynamic Filters Configuration} 16:15:02 [2019-07-19T20:15:02.600Z] DEBUG - matched Button with text "Show Active Threads ...", using matcher: of type 'Button' 16:15:02 [2019-07-19T20:15:02.600Z] DEBUG - matched Button with text "Show Active Threads ...", using matcher: with mnemonic 'Show Active Threads Only' 16:15:02 [2019-07-19T20:15:02.600Z] DEBUG - matched Button with text "Show Active Threads ...", using matcher: with style 'SWT.CHECK' 16:15:02 [2019-07-19T20:15:02.600Z] DEBUG - matched Button with text "Show Active Threads ...", using matcher: (of type 'Button' and with mnemonic 'Show Active Threads Only' and with style 'SWT.CHECK') 16:15:02 [2019-07-19T20:15:02.600Z] DEBUG - matched Button with text "All Active Threads", using matcher: of type 'Button' 16:15:02 [2019-07-19T20:15:02.600Z] DEBUG - matched Button with text "Active Threads on CP...", using matcher: of type 'Button' 16:15:02 [2019-07-19T20:15:02.600Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:15:02 [2019-07-19T20:15:02.600Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:15:02 [2019-07-19T20:15:02.600Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Show Active Threads Only' and with style 'SWT.CHECK') 16:15:02 [2019-07-19T20:15:02.600Z] DEBUG - Toggling state on Button {Show Active Threads Only}. Setting state to unselected 16:15:02 [2019-07-19T20:15:02.600Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Show Active Threads Only} time=199206634 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Show Active Threads Only' and with style 'SWT.CHECK') 16:15:02 [2019-07-19T20:15:02.600Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Show Active Threads Only} time=199206635 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Show Active Threads Only' and with style 'SWT.CHECK') 16:15:02 [2019-07-19T20:15:02.600Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Show Active Threads Only} time=199206635 data=null doit=true} to (of type 'Button' and with mnemonic 'Show Active Threads Only' and with style 'SWT.CHECK') 16:15:02 [2019-07-19T20:15:02.600Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Show Active Threads Only} time=199206635 data=null} to (of type 'Button' and with mnemonic 'Show Active Threads Only' and with style 'SWT.CHECK') 16:15:02 [2019-07-19T20:15:02.600Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Show Active Threads Only} time=199206635 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Show Active Threads Only' and with style 'SWT.CHECK') 16:15:02 [2019-07-19T20:15:02.600Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Show Active Threads Only} time=199206635 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Show Active Threads Only' and with style 'SWT.CHECK') 16:15:02 [2019-07-19T20:15:02.600Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Show Active Threads Only} time=199206635 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Show Active Threads Only' and with style 'SWT.CHECK') 16:15:02 [2019-07-19T20:15:02.600Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Show Active Threads Only} time=199206636 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Show Active Threads Only' and with style 'SWT.CHECK') 16:15:02 [2019-07-19T20:15:02.600Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Show Active Threads Only} time=199206636 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Show Active Threads Only' and with style 'SWT.CHECK') 16:15:02 [2019-07-19T20:15:02.600Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Show Active Threads Only} time=199206637 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Show Active Threads Only' and with style 'SWT.CHECK') 16:15:02 [2019-07-19T20:15:02.600Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Show Active Threads Only} time=199206637 data=null doit=true} to (of type 'Button' and with mnemonic 'Show Active Threads Only' and with style 'SWT.CHECK') 16:15:02 [2019-07-19T20:15:02.600Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Show Active Threads Only} time=199206637 data=null} to (of type 'Button' and with mnemonic 'Show Active Threads Only' and with style 'SWT.CHECK') 16:15:02 [2019-07-19T20:15:02.600Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Show Active Threads Only' and with style 'SWT.CHECK') 16:15:02 [2019-07-19T20:15:02.600Z] DEBUG - Closing lingering shell with title Dynamic Filters Configuration 16:15:02 [2019-07-19T20:15:02.600Z] DEBUG - Sent event Close [21]: ShellEvent{Shell {Dynamic Filters Configuration} time=199206746 data=null doit=true} to Shell with text {Dynamic Filters Configuration} 16:15:02 [2019-07-19T20:15:02.600Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Configure...} time=199206244 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Configure...' 16:15:02 [2019-07-19T20:15:02.888Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:15:05 [2019-07-19T20:15:05.410Z] DEBUG - matched EditorReference with text "", using matcher: with name '"synthetic-trace"' 16:15:05 [2019-07-19T20:15:05.410Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:15:05 [2019-07-19T20:15:05.410Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:15:05 [2019-07-19T20:15:05.410Z] DEBUG - matched TimeGraphScale with text "", using matcher: of type 'Canvas' 16:15:05 [2019-07-19T20:15:05.410Z] DEBUG - matched TimeGraphScale with text "", using matcher: (of type 'Canvas') 16:15:05 [2019-07-19T20:15:05.410Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'Canvas' 16:15:05 [2019-07-19T20:15:05.410Z] DEBUG - matched TimeGraphControl with text "", using matcher: (of type 'Canvas') 16:15:05 [2019-07-19T20:15:05.410Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: of type 'Canvas' 16:15:05 [2019-07-19T20:15:05.410Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: (of type 'Canvas') 16:15:05 [2019-07-19T20:15:05.667Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:15:05 [2019-07-19T20:15:05.667Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:15:05 [2019-07-19T20:15:05.667Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 16:15:05 [2019-07-19T20:15:05.924Z] DEBUG - Attempting to set focus on TimeGraphControl with text {} 16:15:05 [2019-07-19T20:15:05.924Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:15:05 [2019-07-19T20:15:05.924Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:15:05 [2019-07-19T20:15:05.924Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:15:06 [2019-07-19T20:15:06.488Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:15:06 [2019-07-19T20:15:06.488Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:15:06 [2019-07-19T20:15:06.488Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:15:07 [2019-07-19T20:15:07.053Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:15:07 [2019-07-19T20:15:07.053Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:15:07 [2019-07-19T20:15:07.053Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:15:07 [2019-07-19T20:15:07.616Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:15:07 [2019-07-19T20:15:07.616Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:15:07 [2019-07-19T20:15:07.616Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:15:08 [2019-07-19T20:15:08.180Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:15:08 [2019-07-19T20:15:08.180Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:15:08 [2019-07-19T20:15:08.180Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:15:08 [2019-07-19T20:15:08.743Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:15:08 [2019-07-19T20:15:08.743Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:15:08 [2019-07-19T20:15:08.743Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:15:09 [2019-07-19T20:15:09.307Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:15:09 [2019-07-19T20:15:09.307Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:15:09 [2019-07-19T20:15:09.307Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:15:09 [2019-07-19T20:15:09.565Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:15:09 [2019-07-19T20:15:09.565Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:15:09 [2019-07-19T20:15:09.823Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:15:10 [2019-07-19T20:15:10.132Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:15:10 [2019-07-19T20:15:10.132Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:15:10 [2019-07-19T20:15:10.132Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:15:10 [2019-07-19T20:15:10.695Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:15:10 [2019-07-19T20:15:10.695Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:15:10 [2019-07-19T20:15:10.695Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:15:11 [2019-07-19T20:15:11.258Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:15:11 [2019-07-19T20:15:11.258Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:15:11 [2019-07-19T20:15:11.258Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:15:11 [2019-07-19T20:15:11.822Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:15:11 [2019-07-19T20:15:11.822Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:15:11 [2019-07-19T20:15:11.822Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:15:12 [2019-07-19T20:15:12.386Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:15:12 [2019-07-19T20:15:12.386Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:15:12 [2019-07-19T20:15:12.386Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:15:12 [2019-07-19T20:15:12.949Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:15:12 [2019-07-19T20:15:12.949Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:15:12 [2019-07-19T20:15:12.949Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:15:13 [2019-07-19T20:15:13.512Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:15:13 [2019-07-19T20:15:13.512Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:15:13 [2019-07-19T20:15:13.512Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:15:14 [2019-07-19T20:15:14.075Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:15:14 [2019-07-19T20:15:14.075Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:15:14 [2019-07-19T20:15:14.075Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:15:14 [2019-07-19T20:15:14.639Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:15:14 [2019-07-19T20:15:14.639Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:15:14 [2019-07-19T20:15:14.639Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:15:14 [2019-07-19T20:15:14.895Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:15:14 [2019-07-19T20:15:14.895Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:15:14 [2019-07-19T20:15:14.895Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:15:15 [2019-07-19T20:15:15.457Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:15:15 [2019-07-19T20:15:15.457Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:15:15 [2019-07-19T20:15:15.713Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:15:16 [2019-07-19T20:15:16.276Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:15:16 [2019-07-19T20:15:16.276Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:15:16 [2019-07-19T20:15:16.276Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:15:16 [2019-07-19T20:15:16.582Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:15:16 [2019-07-19T20:15:16.582Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:15:16 [2019-07-19T20:15:16.582Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:15:17 [2019-07-19T20:15:17.144Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:15:17 [2019-07-19T20:15:17.144Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:15:17 [2019-07-19T20:15:17.144Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:15:17 [2019-07-19T20:15:17.706Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:15:17 [2019-07-19T20:15:17.706Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:15:17 [2019-07-19T20:15:17.706Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:15:18 [2019-07-19T20:15:18.270Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:15:18 [2019-07-19T20:15:18.270Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:15:18 [2019-07-19T20:15:18.270Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:15:18 [2019-07-19T20:15:18.833Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:15:21 [2019-07-19T20:15:21.356Z] DEBUG - matched EditorReference with text "", using matcher: with name '"synthetic-trace"' 16:15:21 [2019-07-19T20:15:21.356Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:15:21 [2019-07-19T20:15:21.356Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:15:21 [2019-07-19T20:15:21.356Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:15:21 [2019-07-19T20:15:21.356Z] DEBUG - number of items : 25 16:15:21 [2019-07-19T20:15:21.356Z] DEBUG - Clicking on ToolItem with tooltip text {Show View Filters} 16:15:21 [2019-07-19T20:15:21.356Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199225209 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show View Filters} 16:15:21 [2019-07-19T20:15:21.356Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199225210 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show View Filters} 16:15:21 [2019-07-19T20:15:21.356Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199225210 data=null doit=true} to ToolItem with tooltip text {Show View Filters} 16:15:21 [2019-07-19T20:15:21.356Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199225255 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show View Filters} 16:15:21 [2019-07-19T20:15:21.356Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199225257 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show View Filters} 16:15:21 [2019-07-19T20:15:21.613Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199225824 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show View Filters} 16:15:21 [2019-07-19T20:15:21.613Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199225828 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show View Filters} 16:15:21 [2019-07-19T20:15:21.613Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199225829 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show View Filters} 16:15:21 [2019-07-19T20:15:21.613Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199225829 data=null doit=true} to ToolItem with tooltip text {Show View Filters} 16:15:21 [2019-07-19T20:15:21.613Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199225829 data=null} to ToolItem with tooltip text {Show View Filters} 16:15:21 [2019-07-19T20:15:21.613Z] DEBUG - Clicked on ToolItem with tooltip text {Show View Filters} 16:15:21 [2019-07-19T20:15:21.613Z] DEBUG - matched Shell with text "Filter", using matcher: with text 'Filter' 16:15:21 [2019-07-19T20:15:21.613Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Filter} time=199225831 data=null doit=true} to Shell with text {Filter} 16:15:21 [2019-07-19T20:15:21.613Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:15:21 [2019-07-19T20:15:21.613Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:15:21 [2019-07-19T20:15:21.613Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 16:15:21 [2019-07-19T20:15:21.613Z] DEBUG - matched Button with text "Check subtree", using matcher: of type 'Button' 16:15:21 [2019-07-19T20:15:21.613Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 16:15:21 [2019-07-19T20:15:21.613Z] DEBUG - matched Button with text "Check Active", using matcher: of type 'Button' 16:15:21 [2019-07-19T20:15:21.613Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 16:15:21 [2019-07-19T20:15:21.613Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: of type 'Button' 16:15:21 [2019-07-19T20:15:21.613Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 16:15:21 [2019-07-19T20:15:21.613Z] DEBUG - matched Button with text "Uncheck all", using matcher: with mnemonic 'Uncheck all' 16:15:21 [2019-07-19T20:15:21.613Z] DEBUG - matched Button with text "Uncheck all", using matcher: with style 'SWT.PUSH' 16:15:21 [2019-07-19T20:15:21.613Z] DEBUG - matched Button with text "Uncheck all", using matcher: (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:15:21 [2019-07-19T20:15:21.613Z] DEBUG - matched Button with text "Uncheck Inactive", using matcher: of type 'Button' 16:15:21 [2019-07-19T20:15:21.613Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:15:21 [2019-07-19T20:15:21.613Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:15:21 [2019-07-19T20:15:21.613Z] DEBUG - Clicking on Uncheck all 16:15:21 [2019-07-19T20:15:21.613Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Uncheck all} time=199225835 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:15:21 [2019-07-19T20:15:21.613Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=199225835 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:15:21 [2019-07-19T20:15:21.613Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Uncheck all} time=199225835 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:15:21 [2019-07-19T20:15:21.613Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Uncheck all} time=199225836 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:15:21 [2019-07-19T20:15:21.613Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Uncheck all} time=199225836 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:15:21 [2019-07-19T20:15:21.613Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Uncheck all} time=199225836 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:15:21 [2019-07-19T20:15:21.613Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Uncheck all} time=199225836 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:15:21 [2019-07-19T20:15:21.870Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Uncheck all} time=199225918 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:15:21 [2019-07-19T20:15:21.870Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=199225918 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:15:21 [2019-07-19T20:15:21.870Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Uncheck all} time=199225919 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:15:21 [2019-07-19T20:15:21.870Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Uncheck all} time=199225919 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:15:21 [2019-07-19T20:15:21.870Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Uncheck all} time=199225919 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:15:21 [2019-07-19T20:15:21.870Z] DEBUG - Clicked on Uncheck all 16:15:21 [2019-07-19T20:15:21.870Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 16:15:21 [2019-07-19T20:15:21.870Z] DEBUG - matched Button with text "Check subtree", using matcher: of type 'Button' 16:15:21 [2019-07-19T20:15:21.870Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 16:15:21 [2019-07-19T20:15:21.870Z] DEBUG - matched Button with text "Check Active", using matcher: of type 'Button' 16:15:21 [2019-07-19T20:15:21.870Z] DEBUG - matched Button with text "Check Active", using matcher: with mnemonic 'Check Active' 16:15:21 [2019-07-19T20:15:21.870Z] DEBUG - matched Button with text "Check Active", using matcher: with style 'SWT.PUSH' 16:15:21 [2019-07-19T20:15:21.870Z] DEBUG - matched Button with text "Check Active", using matcher: (of type 'Button' and with mnemonic 'Check Active' and with style 'SWT.PUSH') 16:15:21 [2019-07-19T20:15:21.870Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 16:15:21 [2019-07-19T20:15:21.870Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: of type 'Button' 16:15:21 [2019-07-19T20:15:21.870Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 16:15:21 [2019-07-19T20:15:21.870Z] DEBUG - matched Button with text "Uncheck Inactive", using matcher: of type 'Button' 16:15:21 [2019-07-19T20:15:21.870Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:15:21 [2019-07-19T20:15:21.870Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:15:21 [2019-07-19T20:15:21.870Z] DEBUG - Clicking on Check Active 16:15:21 [2019-07-19T20:15:21.870Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check Active} time=199225922 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check Active' and with style 'SWT.PUSH') 16:15:21 [2019-07-19T20:15:21.870Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check Active} time=199225922 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check Active' and with style 'SWT.PUSH') 16:15:21 [2019-07-19T20:15:21.870Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check Active} time=199225922 data=null doit=true} to (of type 'Button' and with mnemonic 'Check Active' and with style 'SWT.PUSH') 16:15:21 [2019-07-19T20:15:21.870Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check Active} time=199225922 data=null} to (of type 'Button' and with mnemonic 'Check Active' and with style 'SWT.PUSH') 16:15:21 [2019-07-19T20:15:21.870Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check Active} time=199225922 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check Active' and with style 'SWT.PUSH') 16:15:21 [2019-07-19T20:15:21.870Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check Active} time=199225922 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check Active' and with style 'SWT.PUSH') 16:15:24 [2019-07-19T20:15:24.394Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check Active} time=199225922 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Check Active' and with style 'SWT.PUSH') 16:15:24 [2019-07-19T20:15:24.394Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check Active} time=199228115 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check Active' and with style 'SWT.PUSH') 16:15:24 [2019-07-19T20:15:24.394Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check Active} time=199228192 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check Active' and with style 'SWT.PUSH') 16:15:24 [2019-07-19T20:15:24.394Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check Active} time=199228192 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check Active' and with style 'SWT.PUSH') 16:15:24 [2019-07-19T20:15:24.394Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check Active} time=199228192 data=null doit=true} to (of type 'Button' and with mnemonic 'Check Active' and with style 'SWT.PUSH') 16:15:24 [2019-07-19T20:15:24.394Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check Active} time=199228192 data=null} to (of type 'Button' and with mnemonic 'Check Active' and with style 'SWT.PUSH') 16:15:24 [2019-07-19T20:15:24.394Z] DEBUG - Clicked on Check Active 16:15:24 [2019-07-19T20:15:24.394Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 16:15:24 [2019-07-19T20:15:24.394Z] DEBUG - matched Button with text "Check subtree", using matcher: of type 'Button' 16:15:24 [2019-07-19T20:15:24.394Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 16:15:24 [2019-07-19T20:15:24.394Z] DEBUG - matched Button with text "Check all", using matcher: with mnemonic 'Check all' 16:15:24 [2019-07-19T20:15:24.394Z] DEBUG - matched Button with text "Check all", using matcher: with style 'SWT.PUSH' 16:15:24 [2019-07-19T20:15:24.394Z] DEBUG - matched Button with text "Check all", using matcher: (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:15:24 [2019-07-19T20:15:24.394Z] DEBUG - matched Button with text "Check Active", using matcher: of type 'Button' 16:15:24 [2019-07-19T20:15:24.394Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 16:15:24 [2019-07-19T20:15:24.394Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: of type 'Button' 16:15:24 [2019-07-19T20:15:24.394Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 16:15:24 [2019-07-19T20:15:24.394Z] DEBUG - matched Button with text "Uncheck Inactive", using matcher: of type 'Button' 16:15:24 [2019-07-19T20:15:24.394Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:15:24 [2019-07-19T20:15:24.394Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:15:24 [2019-07-19T20:15:24.394Z] DEBUG - Clicking on Check all 16:15:24 [2019-07-19T20:15:24.394Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check all} time=199228195 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:15:24 [2019-07-19T20:15:24.394Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=199228195 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:15:24 [2019-07-19T20:15:24.394Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check all} time=199228196 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:15:24 [2019-07-19T20:15:24.394Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check all} time=199228196 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:15:24 [2019-07-19T20:15:24.394Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check all} time=199228196 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:15:24 [2019-07-19T20:15:24.394Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check all} time=199228196 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:15:24 [2019-07-19T20:15:24.394Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check all} time=199228196 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:15:24 [2019-07-19T20:15:24.394Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check all} time=199228240 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:15:24 [2019-07-19T20:15:24.394Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=199228240 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:15:24 [2019-07-19T20:15:24.394Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check all} time=199228240 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:15:24 [2019-07-19T20:15:24.394Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check all} time=199228240 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:15:24 [2019-07-19T20:15:24.394Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check all} time=199228240 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:15:24 [2019-07-19T20:15:24.394Z] DEBUG - Clicked on Check all 16:15:24 [2019-07-19T20:15:24.394Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 16:15:24 [2019-07-19T20:15:24.394Z] DEBUG - matched Button with text "Check subtree", using matcher: of type 'Button' 16:15:24 [2019-07-19T20:15:24.394Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 16:15:24 [2019-07-19T20:15:24.394Z] DEBUG - matched Button with text "Check Active", using matcher: of type 'Button' 16:15:24 [2019-07-19T20:15:24.394Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 16:15:24 [2019-07-19T20:15:24.394Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: of type 'Button' 16:15:24 [2019-07-19T20:15:24.394Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 16:15:24 [2019-07-19T20:15:24.394Z] DEBUG - matched Button with text "Uncheck Inactive", using matcher: of type 'Button' 16:15:24 [2019-07-19T20:15:24.394Z] DEBUG - matched Button with text "Uncheck Inactive", using matcher: with mnemonic 'Uncheck Inactive' 16:15:24 [2019-07-19T20:15:24.394Z] DEBUG - matched Button with text "Uncheck Inactive", using matcher: with style 'SWT.PUSH' 16:15:24 [2019-07-19T20:15:24.394Z] DEBUG - matched Button with text "Uncheck Inactive", using matcher: (of type 'Button' and with mnemonic 'Uncheck Inactive' and with style 'SWT.PUSH') 16:15:24 [2019-07-19T20:15:24.394Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:15:24 [2019-07-19T20:15:24.394Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:15:24 [2019-07-19T20:15:24.394Z] DEBUG - Clicking on Uncheck Inactive 16:15:24 [2019-07-19T20:15:24.394Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Uncheck Inactive} time=199228242 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck Inactive' and with style 'SWT.PUSH') 16:15:24 [2019-07-19T20:15:24.394Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck Inactive} time=199228243 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck Inactive' and with style 'SWT.PUSH') 16:15:24 [2019-07-19T20:15:24.394Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Uncheck Inactive} time=199228243 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck Inactive' and with style 'SWT.PUSH') 16:15:24 [2019-07-19T20:15:24.394Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Uncheck Inactive} time=199228243 data=null} to (of type 'Button' and with mnemonic 'Uncheck Inactive' and with style 'SWT.PUSH') 16:15:24 [2019-07-19T20:15:24.394Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Uncheck Inactive} time=199228243 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck Inactive' and with style 'SWT.PUSH') 16:15:24 [2019-07-19T20:15:24.394Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Uncheck Inactive} time=199228243 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck Inactive' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Uncheck Inactive} time=199228243 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck Inactive' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Uncheck Inactive} time=199230219 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck Inactive' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck Inactive} time=199230220 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck Inactive' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Uncheck Inactive} time=199230220 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck Inactive' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Uncheck Inactive} time=199230221 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck Inactive' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Uncheck Inactive} time=199230221 data=null} to (of type 'Button' and with mnemonic 'Uncheck Inactive' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - Clicked on Uncheck Inactive 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - Attempting to set focus on Tree with text {} 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {gnuplot} time=199230237 data=null button=0 stateMask=0x0 x=88 y=33 count=0} to TreeItem with text {synthetic-trace} 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {synthetic-trace} time=199230238 data=null doit=true} to TreeItem with text {synthetic-trace} 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {synthetic-trace} time=199230238 data=null} to TreeItem with text {synthetic-trace} 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {gnuplot} time=199230238 data=null button=1 stateMask=0x0 x=88 y=33 count=1} to TreeItem with text {synthetic-trace} 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199230239 data=null item=TreeItem {gnuplot} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {synthetic-trace} 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {gnuplot} time=199230240 data=null button=1 stateMask=0x80000 x=88 y=33 count=1} to TreeItem with text {synthetic-trace} 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - matched Button with text "Check subtree", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - matched Button with text "Check Active", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - matched Button with text "Uncheck all", using matcher: with mnemonic 'Uncheck all' 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - matched Button with text "Uncheck all", using matcher: with style 'SWT.PUSH' 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - matched Button with text "Uncheck all", using matcher: (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - matched Button with text "Uncheck Inactive", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - Clicking on Uncheck all 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Uncheck all} time=199230248 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=199230248 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Uncheck all} time=199230248 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Uncheck all} time=199230248 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Uncheck all} time=199230249 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Uncheck all} time=199230249 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Uncheck all} time=199230249 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Uncheck all} time=199230276 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=199230276 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Uncheck all} time=199230276 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Uncheck all} time=199230277 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Uncheck all} time=199230277 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - Clicked on Uncheck all 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - matched Button with text "Check selected", using matcher: with mnemonic 'Check selected' 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - matched Button with text "Check selected", using matcher: with style 'SWT.PUSH' 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - matched Button with text "Check selected", using matcher: (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - matched Button with text "Check subtree", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - matched Button with text "Check Active", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - matched Button with text "Uncheck Inactive", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - Clicking on Check selected 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check selected} time=199230279 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check selected} time=199230279 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check selected} time=199230279 data=null doit=true} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check selected} time=199230280 data=null} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check selected} time=199230280 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check selected} time=199230280 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check selected} time=199230280 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check selected} time=199230285 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check selected} time=199230285 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check selected} time=199230285 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check selected} time=199230285 data=null doit=true} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check selected} time=199230285 data=null} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - Clicked on Check selected 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - matched Button with text "Check subtree", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - matched Button with text "Check Active", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - matched Button with text "Uncheck all", using matcher: with mnemonic 'Uncheck all' 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - matched Button with text "Uncheck all", using matcher: with style 'SWT.PUSH' 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - matched Button with text "Uncheck all", using matcher: (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - matched Button with text "Uncheck Inactive", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - Clicking on Uncheck all 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Uncheck all} time=199230288 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=199230288 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Uncheck all} time=199230289 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Uncheck all} time=199230289 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Uncheck all} time=199230289 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Uncheck all} time=199230289 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Uncheck all} time=199230289 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Uncheck all} time=199230291 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=199230291 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Uncheck all} time=199230291 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Uncheck all} time=199230291 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Uncheck all} time=199230291 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - Clicked on Uncheck all 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - matched Button with text "Check subtree", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - matched Button with text "Check subtree", using matcher: with mnemonic 'Check subtree' 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - matched Button with text "Check subtree", using matcher: with style 'SWT.PUSH' 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - matched Button with text "Check subtree", using matcher: (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - matched Button with text "Check Active", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - matched Button with text "Uncheck Inactive", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - Clicking on Check subtree 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check subtree} time=199230294 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check subtree} time=199230294 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check subtree} time=199230294 data=null doit=true} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check subtree} time=199230294 data=null} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check subtree} time=199230294 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check subtree} time=199230294 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check subtree} time=199230295 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.290Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check subtree} time=199230296 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check subtree} time=199230296 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check subtree} time=199230296 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check subtree} time=199230296 data=null doit=true} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check subtree} time=199230296 data=null} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - Clicked on Check subtree 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - matched Button with text "Check subtree", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - matched Button with text "Check all", using matcher: with mnemonic 'Check all' 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - matched Button with text "Check all", using matcher: with style 'SWT.PUSH' 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - matched Button with text "Check all", using matcher: (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - matched Button with text "Check Active", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - matched Button with text "Uncheck Inactive", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - Clicking on Check all 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check all} time=199230303 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=199230303 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check all} time=199230303 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check all} time=199230303 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check all} time=199230303 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check all} time=199230304 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check all} time=199230304 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check all} time=199230399 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=199230399 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check all} time=199230399 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check all} time=199230400 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check all} time=199230400 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - Clicked on Check all 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - matched Button with text "Check subtree", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - matched Button with text "Check Active", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - matched Button with text "Uncheck selected", using matcher: with mnemonic 'Uncheck selected' 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - matched Button with text "Uncheck selected", using matcher: with style 'SWT.PUSH' 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - matched Button with text "Uncheck selected", using matcher: (of type 'Button' and with mnemonic 'Uncheck selected' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - matched Button with text "Uncheck Inactive", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - Clicking on Uncheck selected 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Uncheck selected} time=199230402 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck selected' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck selected} time=199230403 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck selected' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Uncheck selected} time=199230403 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck selected' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Uncheck selected} time=199230403 data=null} to (of type 'Button' and with mnemonic 'Uncheck selected' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Uncheck selected} time=199230403 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck selected' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Uncheck selected} time=199230403 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck selected' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Uncheck selected} time=199230403 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck selected' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Uncheck selected} time=199230405 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck selected' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck selected} time=199230405 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck selected' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Uncheck selected} time=199230405 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck selected' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Uncheck selected} time=199230405 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck selected' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Uncheck selected} time=199230405 data=null} to (of type 'Button' and with mnemonic 'Uncheck selected' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - Clicked on Uncheck selected 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - matched Button with text "Check subtree", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - matched Button with text "Check all", using matcher: with mnemonic 'Check all' 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - matched Button with text "Check all", using matcher: with style 'SWT.PUSH' 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - matched Button with text "Check all", using matcher: (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - matched Button with text "Check Active", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - matched Button with text "Uncheck Inactive", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - Clicking on Check all 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check all} time=199230408 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=199230408 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check all} time=199230408 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check all} time=199230426 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check all} time=199230432 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check all} time=199230432 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check all} time=199230432 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check all} time=199230434 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=199230434 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check all} time=199230434 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check all} time=199230435 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check all} time=199230435 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - Clicked on Check all 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - matched Button with text "Check subtree", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - matched Button with text "Check Active", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: with mnemonic 'Uncheck subtree' 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: with style 'SWT.PUSH' 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: (of type 'Button' and with mnemonic 'Uncheck subtree' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - matched Button with text "Uncheck Inactive", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - Clicking on Uncheck subtree 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Uncheck subtree} time=199230437 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck subtree' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck subtree} time=199230438 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck subtree' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Uncheck subtree} time=199230438 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck subtree' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Uncheck subtree} time=199230438 data=null} to (of type 'Button' and with mnemonic 'Uncheck subtree' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Uncheck subtree} time=199230438 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck subtree' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Uncheck subtree} time=199230438 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck subtree' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Uncheck subtree} time=199230438 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck subtree' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Uncheck subtree} time=199230439 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck subtree' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck subtree} time=199230439 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck subtree' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Uncheck subtree} time=199230439 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck subtree' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Uncheck subtree} time=199230439 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck subtree' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Uncheck subtree} time=199230439 data=null} to (of type 'Button' and with mnemonic 'Uncheck subtree' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - Clicked on Uncheck subtree 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - matched Button with text "Check subtree", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - matched Button with text "Check Active", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - matched Button with text "Uncheck all", using matcher: with mnemonic 'Uncheck all' 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - matched Button with text "Uncheck all", using matcher: with style 'SWT.PUSH' 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - matched Button with text "Uncheck all", using matcher: (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - matched Button with text "Uncheck Inactive", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - Clicking on Uncheck all 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Uncheck all} time=199230442 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=199230442 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Uncheck all} time=199230442 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Uncheck all} time=199230442 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Uncheck all} time=199230443 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Uncheck all} time=199230443 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.291Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Uncheck all} time=199230443 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.548Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Uncheck all} time=199230550 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.548Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=199230550 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.548Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Uncheck all} time=199230551 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.548Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Uncheck all} time=199230551 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.548Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Uncheck all} time=199230551 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:15:26 [2019-07-19T20:15:26.548Z] DEBUG - Clicked on Uncheck all 16:15:26 [2019-07-19T20:15:26.548Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 16:15:26 [2019-07-19T20:15:26.548Z] DEBUG - matched Text with text "", using matcher: (of type 'Text') 16:15:27 [2019-07-19T20:15:27.112Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 16:15:27 [2019-07-19T20:15:27.112Z] DEBUG - matched Button with text "Check subtree", using matcher: of type 'Button' 16:15:27 [2019-07-19T20:15:27.112Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 16:15:27 [2019-07-19T20:15:27.112Z] DEBUG - matched Button with text "Check all", using matcher: with mnemonic 'Check all' 16:15:27 [2019-07-19T20:15:27.112Z] DEBUG - matched Button with text "Check all", using matcher: with style 'SWT.PUSH' 16:15:27 [2019-07-19T20:15:27.112Z] DEBUG - matched Button with text "Check all", using matcher: (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:15:27 [2019-07-19T20:15:27.112Z] DEBUG - matched Button with text "Check Active", using matcher: of type 'Button' 16:15:27 [2019-07-19T20:15:27.112Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 16:15:27 [2019-07-19T20:15:27.112Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: of type 'Button' 16:15:27 [2019-07-19T20:15:27.112Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 16:15:27 [2019-07-19T20:15:27.112Z] DEBUG - matched Button with text "Uncheck Inactive", using matcher: of type 'Button' 16:15:27 [2019-07-19T20:15:27.112Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:15:27 [2019-07-19T20:15:27.112Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:15:27 [2019-07-19T20:15:27.112Z] DEBUG - Clicking on Check all 16:15:27 [2019-07-19T20:15:27.112Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check all} time=199231059 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:15:27 [2019-07-19T20:15:27.112Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=199231059 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:15:27 [2019-07-19T20:15:27.112Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check all} time=199231060 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:15:27 [2019-07-19T20:15:27.112Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check all} time=199231060 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:15:27 [2019-07-19T20:15:27.112Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check all} time=199231060 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:15:27 [2019-07-19T20:15:27.112Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check all} time=199231060 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:15:27 [2019-07-19T20:15:27.112Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check all} time=199231060 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:15:27 [2019-07-19T20:15:27.112Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check all} time=199231073 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:15:27 [2019-07-19T20:15:27.112Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=199231073 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:15:27 [2019-07-19T20:15:27.112Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check all} time=199231073 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:15:27 [2019-07-19T20:15:27.112Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check all} time=199231074 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:15:27 [2019-07-19T20:15:27.112Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check all} time=199231074 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:15:27 [2019-07-19T20:15:27.112Z] DEBUG - Clicked on Check all 16:15:27 [2019-07-19T20:15:27.112Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 16:15:27 [2019-07-19T20:15:27.112Z] DEBUG - matched Button with text "Check subtree", using matcher: of type 'Button' 16:15:27 [2019-07-19T20:15:27.112Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 16:15:27 [2019-07-19T20:15:27.112Z] DEBUG - matched Button with text "Check Active", using matcher: of type 'Button' 16:15:27 [2019-07-19T20:15:27.112Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 16:15:27 [2019-07-19T20:15:27.112Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: of type 'Button' 16:15:27 [2019-07-19T20:15:27.112Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 16:15:27 [2019-07-19T20:15:27.112Z] DEBUG - matched Button with text "Uncheck Inactive", using matcher: of type 'Button' 16:15:27 [2019-07-19T20:15:27.112Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:15:27 [2019-07-19T20:15:27.112Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:15:27 [2019-07-19T20:15:27.112Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 16:15:27 [2019-07-19T20:15:27.112Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:15:27 [2019-07-19T20:15:27.112Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:15:27 [2019-07-19T20:15:27.112Z] DEBUG - Clicking on OK 16:15:27 [2019-07-19T20:15:27.112Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=199231076 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:15:27 [2019-07-19T20:15:27.112Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=199231076 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:15:27 [2019-07-19T20:15:27.112Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=199231076 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:15:27 [2019-07-19T20:15:27.112Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=199231076 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:15:27 [2019-07-19T20:15:27.112Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=199231076 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:15:27 [2019-07-19T20:15:27.112Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=199231077 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:15:27 [2019-07-19T20:15:27.112Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=199231077 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:15:27 [2019-07-19T20:15:27.112Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199225257 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Show View Filters} 16:15:27 [2019-07-19T20:15:27.112Z] DEBUG - Clicked on 16:15:27 [2019-07-19T20:15:27.112Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:15:27 [2019-07-19T20:15:27.112Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 16:15:27 [2019-07-19T20:15:27.369Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:15:29 [2019-07-19T20:15:29.892Z] DEBUG - matched EditorReference with text "", using matcher: with name '"synthetic-trace"' 16:15:29 [2019-07-19T20:15:29.892Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:15:29 [2019-07-19T20:15:29.892Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:15:29 [2019-07-19T20:15:29.892Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:15:29 [2019-07-19T20:15:29.892Z] DEBUG - matched MenuItem with text "&Configure...", using matcher: with mnemonic 'Configure...' 16:15:29 [2019-07-19T20:15:29.892Z] DEBUG - Clicking on with mnemonic 'Configure...' 16:15:30 [2019-07-19T20:15:30.149Z] DEBUG - Clicked on with mnemonic 'Configure...' 16:15:30 [2019-07-19T20:15:30.149Z] DEBUG - matched Shell with text "Dynamic Filters Conf...", using matcher: with text 'Dynamic Filters Configuration' 16:15:30 [2019-07-19T20:15:30.149Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Dynamic Filters Configuration} time=199234284 data=null doit=true} to Shell with text {Dynamic Filters Configuration} 16:15:30 [2019-07-19T20:15:30.149Z] DEBUG - matched Button with text "Show Active Threads ...", using matcher: of type 'Button' 16:15:30 [2019-07-19T20:15:30.149Z] DEBUG - matched Button with text "Show Active Threads ...", using matcher: with mnemonic 'Show Active Threads Only' 16:15:30 [2019-07-19T20:15:30.149Z] DEBUG - matched Button with text "Show Active Threads ...", using matcher: with style 'SWT.CHECK' 16:15:30 [2019-07-19T20:15:30.149Z] DEBUG - matched Button with text "Show Active Threads ...", using matcher: (of type 'Button' and with mnemonic 'Show Active Threads Only' and with style 'SWT.CHECK') 16:15:30 [2019-07-19T20:15:30.149Z] DEBUG - matched Button with text "All Active Threads", using matcher: of type 'Button' 16:15:30 [2019-07-19T20:15:30.149Z] DEBUG - matched Button with text "Active Threads on CP...", using matcher: of type 'Button' 16:15:30 [2019-07-19T20:15:30.149Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:15:30 [2019-07-19T20:15:30.149Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:15:30 [2019-07-19T20:15:30.149Z] DEBUG - matched Button with text "Show Active Threads ...", using matcher: of type 'Button' 16:15:30 [2019-07-19T20:15:30.149Z] DEBUG - matched Button with text "All Active Threads", using matcher: of type 'Button' 16:15:30 [2019-07-19T20:15:30.149Z] DEBUG - matched Button with text "Active Threads on CP...", using matcher: of type 'Button' 16:15:30 [2019-07-19T20:15:30.149Z] DEBUG - matched Button with text "Active Threads on CP...", using matcher: with mnemonic 'Active Threads on CPUs:' 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - matched Button with text "Active Threads on CP...", using matcher: with style 'SWT.RADIO' 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - matched Button with text "Active Threads on CP...", using matcher: (of type 'Button' and with mnemonic 'Active Threads on CPUs:' and with style 'SWT.RADIO') 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - matched Button with text "Show Active Threads ...", using matcher: of type 'Button' 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - matched Button with text "All Active Threads", using matcher: of type 'Button' 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - matched Button with text "All Active Threads", using matcher: with mnemonic 'All Active Threads' 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - matched Button with text "All Active Threads", using matcher: with style 'SWT.RADIO' 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - matched Button with text "All Active Threads", using matcher: (of type 'Button' and with mnemonic 'All Active Threads' and with style 'SWT.RADIO') 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - matched Button with text "Active Threads on CP...", using matcher: of type 'Button' 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - matched Text with text "", using matcher: with message 'e.g. 0-3,5,7-8' 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with message 'e.g. 0-3,5,7-8') 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - matched Text with text " 16:15:30 [2019-07-19T20:15:30.150Z] ", using matcher: of type 'Text' 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Show Active Threads Only' and with style 'SWT.CHECK') 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - Toggling state on Button {Show Active Threads Only}. Setting state to selected 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Show Active Threads Only} time=199234291 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Show Active Threads Only' and with style 'SWT.CHECK') 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Show Active Threads Only} time=199234291 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Show Active Threads Only' and with style 'SWT.CHECK') 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Show Active Threads Only} time=199234292 data=null doit=true} to (of type 'Button' and with mnemonic 'Show Active Threads Only' and with style 'SWT.CHECK') 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Show Active Threads Only} time=199234292 data=null} to (of type 'Button' and with mnemonic 'Show Active Threads Only' and with style 'SWT.CHECK') 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Show Active Threads Only} time=199234292 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Show Active Threads Only' and with style 'SWT.CHECK') 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Show Active Threads Only} time=199234292 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Show Active Threads Only' and with style 'SWT.CHECK') 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Show Active Threads Only} time=199234292 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Show Active Threads Only' and with style 'SWT.CHECK') 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Show Active Threads Only} time=199234293 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Show Active Threads Only' and with style 'SWT.CHECK') 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Show Active Threads Only} time=199234293 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Show Active Threads Only' and with style 'SWT.CHECK') 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Show Active Threads Only} time=199234293 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Show Active Threads Only' and with style 'SWT.CHECK') 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Show Active Threads Only} time=199234293 data=null doit=true} to (of type 'Button' and with mnemonic 'Show Active Threads Only' and with style 'SWT.CHECK') 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Show Active Threads Only} time=199234293 data=null} to (of type 'Button' and with mnemonic 'Show Active Threads Only' and with style 'SWT.CHECK') 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Show Active Threads Only' and with style 'SWT.CHECK') 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Active Threads on CPUs:' and with style 'SWT.RADIO') 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {All Active Threads} time=199234298 data=null doit=true} to Button with text {All Active Threads} 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {All Active Threads} time=199234299 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Button with text {All Active Threads} 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Active Threads on CPUs:' and with style 'SWT.RADIO') 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Active Threads on CPUs:} time=199234300 data=null doit=true} to (of type 'Button' and with mnemonic 'Active Threads on CPUs:' and with style 'SWT.RADIO') 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Active Threads on CPUs:} time=199234300 data=null button=1 stateMask=0x0 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'Active Threads on CPUs:' and with style 'SWT.RADIO') 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Active Threads on CPUs:} time=199234300 data=null button=1 stateMask=0x80000 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'Active Threads on CPUs:' and with style 'SWT.RADIO') 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Active Threads on CPUs:} time=199234301 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Active Threads on CPUs:' and with style 'SWT.RADIO') 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Active Threads on CPUs:' and with style 'SWT.RADIO') 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'All Active Threads' and with style 'SWT.RADIO') 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Active Threads on CPUs:} time=199234302 data=null doit=true} to Button with text {Active Threads on CPUs:} 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Active Threads on CPUs:} time=199234302 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Button with text {Active Threads on CPUs:} 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'All Active Threads' and with style 'SWT.RADIO') 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {All Active Threads} time=199234304 data=null doit=true} to (of type 'Button' and with mnemonic 'All Active Threads' and with style 'SWT.RADIO') 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {All Active Threads} time=199234304 data=null button=1 stateMask=0x0 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'All Active Threads' and with style 'SWT.RADIO') 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {All Active Threads} time=199234304 data=null button=1 stateMask=0x80000 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'All Active Threads' and with style 'SWT.RADIO') 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {All Active Threads} time=199234304 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'All Active Threads' and with style 'SWT.RADIO') 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'All Active Threads' and with style 'SWT.RADIO') 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Active Threads on CPUs:' and with style 'SWT.RADIO') 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {All Active Threads} time=199234305 data=null doit=true} to Button with text {All Active Threads} 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {All Active Threads} time=199234305 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Button with text {All Active Threads} 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Active Threads on CPUs:' and with style 'SWT.RADIO') 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Active Threads on CPUs:} time=199234306 data=null doit=true} to (of type 'Button' and with mnemonic 'Active Threads on CPUs:' and with style 'SWT.RADIO') 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Active Threads on CPUs:} time=199234307 data=null button=1 stateMask=0x0 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'Active Threads on CPUs:' and with style 'SWT.RADIO') 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Active Threads on CPUs:} time=199234307 data=null button=1 stateMask=0x80000 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'Active Threads on CPUs:' and with style 'SWT.RADIO') 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Active Threads on CPUs:} time=199234307 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Active Threads on CPUs:' and with style 'SWT.RADIO') 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Active Threads on CPUs:' and with style 'SWT.RADIO') 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - matched Button with text "Show Active Threads ...", using matcher: of type 'Button' 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - matched Button with text "All Active Threads", using matcher: of type 'Button' 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - matched Button with text "Active Threads on CP...", using matcher: of type 'Button' 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - matched Button with text "Show Active Threads ...", using matcher: of type 'Button' 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - matched Button with text "All Active Threads", using matcher: of type 'Button' 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - matched Button with text "Active Threads on CP...", using matcher: of type 'Button' 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - matched Button with text "Show Active Threads ...", using matcher: of type 'Button' 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - matched Button with text "All Active Threads", using matcher: of type 'Button' 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - matched Button with text "Active Threads on CP...", using matcher: of type 'Button' 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - Clicking on OK 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=199234326 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=199234326 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=199234327 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=199234327 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=199234327 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=199234327 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=199234327 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:15:30 [2019-07-19T20:15:30.150Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Configure...} time=199233986 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Configure...' 16:15:30 [2019-07-19T20:15:30.407Z] DEBUG - Clicked on 16:15:30 [2019-07-19T20:15:30.407Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:15:30 [2019-07-19T20:15:30.407Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:15:30 [2019-07-19T20:15:30.407Z] DEBUG - matched MenuItem with text "&Active Threads only", using matcher: with mnemonic 'Active Threads only' 16:15:30 [2019-07-19T20:15:30.407Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:15:30 [2019-07-19T20:15:30.664Z] DEBUG - matched MenuItem with text "Flat", using matcher: with mnemonic 'Flat' 16:15:30 [2019-07-19T20:15:30.664Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:15:30 [2019-07-19T20:15:30.664Z] DEBUG - matched MenuItem with text "Hierarchical", using matcher: with mnemonic 'Hierarchical' 16:15:30 [2019-07-19T20:15:30.664Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:15:30 [2019-07-19T20:15:30.921Z] DEBUG - matched MenuItem with text "&Configure...", using matcher: with mnemonic 'Configure...' 16:15:30 [2019-07-19T20:15:30.921Z] DEBUG - Clicking on with mnemonic 'Configure...' 16:15:31 [2019-07-19T20:15:31.178Z] DEBUG - Clicked on with mnemonic 'Configure...' 16:15:31 [2019-07-19T20:15:31.178Z] DEBUG - matched Shell with text "Dynamic Filters Conf...", using matcher: with text 'Dynamic Filters Configuration' 16:15:31 [2019-07-19T20:15:31.178Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Dynamic Filters Configuration} time=199235328 data=null doit=true} to Shell with text {Dynamic Filters Configuration} 16:15:31 [2019-07-19T20:15:31.178Z] DEBUG - matched Button with text "Show Active Threads ...", using matcher: of type 'Button' 16:15:31 [2019-07-19T20:15:31.178Z] DEBUG - matched Button with text "Show Active Threads ...", using matcher: with mnemonic 'Show Active Threads Only' 16:15:31 [2019-07-19T20:15:31.178Z] DEBUG - matched Button with text "Show Active Threads ...", using matcher: with style 'SWT.CHECK' 16:15:31 [2019-07-19T20:15:31.178Z] DEBUG - matched Button with text "Show Active Threads ...", using matcher: (of type 'Button' and with mnemonic 'Show Active Threads Only' and with style 'SWT.CHECK') 16:15:31 [2019-07-19T20:15:31.178Z] DEBUG - matched Button with text "All Active Threads", using matcher: of type 'Button' 16:15:31 [2019-07-19T20:15:31.178Z] DEBUG - matched Button with text "Active Threads on CP...", using matcher: of type 'Button' 16:15:31 [2019-07-19T20:15:31.178Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:15:31 [2019-07-19T20:15:31.178Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:15:31 [2019-07-19T20:15:31.178Z] DEBUG - matched Button with text "Show Active Threads ...", using matcher: of type 'Button' 16:15:31 [2019-07-19T20:15:31.178Z] DEBUG - matched Button with text "All Active Threads", using matcher: of type 'Button' 16:15:31 [2019-07-19T20:15:31.178Z] DEBUG - matched Button with text "Active Threads on CP...", using matcher: of type 'Button' 16:15:31 [2019-07-19T20:15:31.178Z] DEBUG - matched Button with text "Active Threads on CP...", using matcher: with mnemonic 'Active Threads on CPUs:' 16:15:31 [2019-07-19T20:15:31.178Z] DEBUG - matched Button with text "Active Threads on CP...", using matcher: with style 'SWT.RADIO' 16:15:31 [2019-07-19T20:15:31.178Z] DEBUG - matched Button with text "Active Threads on CP...", using matcher: (of type 'Button' and with mnemonic 'Active Threads on CPUs:' and with style 'SWT.RADIO') 16:15:31 [2019-07-19T20:15:31.178Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:15:31 [2019-07-19T20:15:31.178Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:15:31 [2019-07-19T20:15:31.178Z] DEBUG - matched Button with text "Show Active Threads ...", using matcher: of type 'Button' 16:15:31 [2019-07-19T20:15:31.178Z] DEBUG - matched Button with text "All Active Threads", using matcher: of type 'Button' 16:15:31 [2019-07-19T20:15:31.178Z] DEBUG - matched Button with text "All Active Threads", using matcher: with mnemonic 'All Active Threads' 16:15:31 [2019-07-19T20:15:31.178Z] DEBUG - matched Button with text "All Active Threads", using matcher: with style 'SWT.RADIO' 16:15:31 [2019-07-19T20:15:31.178Z] DEBUG - matched Button with text "All Active Threads", using matcher: (of type 'Button' and with mnemonic 'All Active Threads' and with style 'SWT.RADIO') 16:15:31 [2019-07-19T20:15:31.178Z] DEBUG - matched Button with text "Active Threads on CP...", using matcher: of type 'Button' 16:15:31 [2019-07-19T20:15:31.178Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:15:31 [2019-07-19T20:15:31.178Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:15:31 [2019-07-19T20:15:31.178Z] DEBUG - matched Text with text "0,1,2-100", using matcher: of type 'Text' 16:15:31 [2019-07-19T20:15:31.178Z] DEBUG - matched Text with text "0,1,2-100", using matcher: with message 'e.g. 0-3,5,7-8' 16:15:31 [2019-07-19T20:15:31.178Z] DEBUG - matched Text with text "0,1,2-100", using matcher: (of type 'Text' and with message 'e.g. 0-3,5,7-8') 16:15:31 [2019-07-19T20:15:31.178Z] DEBUG - matched Text with text " 16:15:31 [2019-07-19T20:15:31.178Z] ", using matcher: of type 'Text' 16:15:31 [2019-07-19T20:15:31.178Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'All Active Threads' and with style 'SWT.RADIO') 16:15:31 [2019-07-19T20:15:31.178Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Active Threads on CPUs:} time=199235336 data=null doit=true} to Button with text {Active Threads on CPUs:} 16:15:31 [2019-07-19T20:15:31.178Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Active Threads on CPUs:} time=199235336 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Button with text {Active Threads on CPUs:} 16:15:31 [2019-07-19T20:15:31.178Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'All Active Threads' and with style 'SWT.RADIO') 16:15:31 [2019-07-19T20:15:31.178Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {All Active Threads} time=199235337 data=null doit=true} to (of type 'Button' and with mnemonic 'All Active Threads' and with style 'SWT.RADIO') 16:15:31 [2019-07-19T20:15:31.178Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {All Active Threads} time=199235338 data=null button=1 stateMask=0x0 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'All Active Threads' and with style 'SWT.RADIO') 16:15:31 [2019-07-19T20:15:31.178Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {All Active Threads} time=199235338 data=null button=1 stateMask=0x80000 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'All Active Threads' and with style 'SWT.RADIO') 16:15:31 [2019-07-19T20:15:31.178Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {All Active Threads} time=199235338 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'All Active Threads' and with style 'SWT.RADIO') 16:15:31 [2019-07-19T20:15:31.178Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'All Active Threads' and with style 'SWT.RADIO') 16:15:31 [2019-07-19T20:15:31.178Z] DEBUG - matched Button with text "Show Active Threads ...", using matcher: of type 'Button' 16:15:31 [2019-07-19T20:15:31.178Z] DEBUG - matched Button with text "All Active Threads", using matcher: of type 'Button' 16:15:31 [2019-07-19T20:15:31.178Z] DEBUG - matched Button with text "Active Threads on CP...", using matcher: of type 'Button' 16:15:31 [2019-07-19T20:15:31.178Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:15:31 [2019-07-19T20:15:31.178Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:15:31 [2019-07-19T20:15:31.178Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 16:15:31 [2019-07-19T20:15:31.178Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:15:31 [2019-07-19T20:15:31.178Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:15:31 [2019-07-19T20:15:31.178Z] DEBUG - Clicking on OK 16:15:31 [2019-07-19T20:15:31.178Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=199235339 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:15:31 [2019-07-19T20:15:31.178Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=199235340 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:15:31 [2019-07-19T20:15:31.178Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=199235340 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:15:31 [2019-07-19T20:15:31.178Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=199235340 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:15:31 [2019-07-19T20:15:31.178Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=199235340 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:15:31 [2019-07-19T20:15:31.178Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=199235340 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:15:31 [2019-07-19T20:15:31.178Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=199235340 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:15:31 [2019-07-19T20:15:31.178Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Configure...} time=199234947 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Configure...' 16:15:31 [2019-07-19T20:15:31.435Z] DEBUG - Clicked on 16:15:31 [2019-07-19T20:15:31.435Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:15:32 [2019-07-19T20:15:32.000Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:15:32 [2019-07-19T20:15:32.000Z] DEBUG - matched MenuItem with text "&Configure...", using matcher: with mnemonic 'Configure...' 16:15:32 [2019-07-19T20:15:32.000Z] DEBUG - Clicking on with mnemonic 'Configure...' 16:15:32 [2019-07-19T20:15:32.258Z] DEBUG - Clicked on with mnemonic 'Configure...' 16:15:32 [2019-07-19T20:15:32.258Z] DEBUG - matched Shell with text "Dynamic Filters Conf...", using matcher: with text 'Dynamic Filters Configuration' 16:15:32 [2019-07-19T20:15:32.258Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Dynamic Filters Configuration} time=199236459 data=null doit=true} to Shell with text {Dynamic Filters Configuration} 16:15:32 [2019-07-19T20:15:32.258Z] DEBUG - matched Button with text "Show Active Threads ...", using matcher: of type 'Button' 16:15:32 [2019-07-19T20:15:32.258Z] DEBUG - matched Button with text "Show Active Threads ...", using matcher: with mnemonic 'Show Active Threads Only' 16:15:32 [2019-07-19T20:15:32.258Z] DEBUG - matched Button with text "Show Active Threads ...", using matcher: with style 'SWT.CHECK' 16:15:32 [2019-07-19T20:15:32.258Z] DEBUG - matched Button with text "Show Active Threads ...", using matcher: (of type 'Button' and with mnemonic 'Show Active Threads Only' and with style 'SWT.CHECK') 16:15:32 [2019-07-19T20:15:32.258Z] DEBUG - matched Button with text "All Active Threads", using matcher: of type 'Button' 16:15:32 [2019-07-19T20:15:32.258Z] DEBUG - matched Button with text "Active Threads on CP...", using matcher: of type 'Button' 16:15:32 [2019-07-19T20:15:32.258Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:15:32 [2019-07-19T20:15:32.258Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:15:32 [2019-07-19T20:15:32.258Z] DEBUG - matched Button with text "Show Active Threads ...", using matcher: of type 'Button' 16:15:32 [2019-07-19T20:15:32.258Z] DEBUG - matched Button with text "All Active Threads", using matcher: of type 'Button' 16:15:32 [2019-07-19T20:15:32.258Z] DEBUG - matched Button with text "Active Threads on CP...", using matcher: of type 'Button' 16:15:32 [2019-07-19T20:15:32.258Z] DEBUG - matched Button with text "Active Threads on CP...", using matcher: with mnemonic 'Active Threads on CPUs:' 16:15:32 [2019-07-19T20:15:32.258Z] DEBUG - matched Button with text "Active Threads on CP...", using matcher: with style 'SWT.RADIO' 16:15:32 [2019-07-19T20:15:32.258Z] DEBUG - matched Button with text "Active Threads on CP...", using matcher: (of type 'Button' and with mnemonic 'Active Threads on CPUs:' and with style 'SWT.RADIO') 16:15:32 [2019-07-19T20:15:32.258Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:15:32 [2019-07-19T20:15:32.258Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:15:32 [2019-07-19T20:15:32.258Z] DEBUG - matched Button with text "Show Active Threads ...", using matcher: of type 'Button' 16:15:32 [2019-07-19T20:15:32.258Z] DEBUG - matched Button with text "All Active Threads", using matcher: of type 'Button' 16:15:32 [2019-07-19T20:15:32.258Z] DEBUG - matched Button with text "All Active Threads", using matcher: with mnemonic 'All Active Threads' 16:15:32 [2019-07-19T20:15:32.258Z] DEBUG - matched Button with text "All Active Threads", using matcher: with style 'SWT.RADIO' 16:15:32 [2019-07-19T20:15:32.258Z] DEBUG - matched Button with text "All Active Threads", using matcher: (of type 'Button' and with mnemonic 'All Active Threads' and with style 'SWT.RADIO') 16:15:32 [2019-07-19T20:15:32.258Z] DEBUG - matched Button with text "Active Threads on CP...", using matcher: of type 'Button' 16:15:32 [2019-07-19T20:15:32.258Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:15:32 [2019-07-19T20:15:32.258Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:15:32 [2019-07-19T20:15:32.258Z] DEBUG - matched Text with text "0,1,2-100", using matcher: of type 'Text' 16:15:32 [2019-07-19T20:15:32.258Z] DEBUG - matched Text with text "0,1,2-100", using matcher: with message 'e.g. 0-3,5,7-8' 16:15:32 [2019-07-19T20:15:32.258Z] DEBUG - matched Text with text "0,1,2-100", using matcher: (of type 'Text' and with message 'e.g. 0-3,5,7-8') 16:15:32 [2019-07-19T20:15:32.258Z] DEBUG - matched Text with text " 16:15:32 [2019-07-19T20:15:32.258Z] ", using matcher: of type 'Text' 16:15:32 [2019-07-19T20:15:32.258Z] DEBUG - matched Button with text "Show Active Threads ...", using matcher: of type 'Button' 16:15:32 [2019-07-19T20:15:32.258Z] DEBUG - matched Button with text "All Active Threads", using matcher: of type 'Button' 16:15:32 [2019-07-19T20:15:32.258Z] DEBUG - matched Button with text "Active Threads on CP...", using matcher: of type 'Button' 16:15:32 [2019-07-19T20:15:32.258Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:15:32 [2019-07-19T20:15:32.258Z] DEBUG - matched Button with text "Cancel", using matcher: with mnemonic 'Cancel' 16:15:32 [2019-07-19T20:15:32.258Z] DEBUG - matched Button with text "Cancel", using matcher: with style 'SWT.PUSH' 16:15:32 [2019-07-19T20:15:32.258Z] DEBUG - matched Button with text "Cancel", using matcher: (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 16:15:32 [2019-07-19T20:15:32.258Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:15:32 [2019-07-19T20:15:32.258Z] DEBUG - Clicking on Cancel 16:15:32 [2019-07-19T20:15:32.258Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Cancel} time=199236465 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 16:15:32 [2019-07-19T20:15:32.258Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Cancel} time=199236465 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 16:15:32 [2019-07-19T20:15:32.258Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Cancel} time=199236465 data=null doit=true} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 16:15:32 [2019-07-19T20:15:32.258Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Cancel} time=199236465 data=null} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 16:15:32 [2019-07-19T20:15:32.258Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Cancel} time=199236465 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 16:15:32 [2019-07-19T20:15:32.258Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Cancel} time=199236465 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 16:15:32 [2019-07-19T20:15:32.258Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Cancel} time=199236465 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 16:15:32 [2019-07-19T20:15:32.258Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Configure...} time=199236167 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Configure...' 16:15:32 [2019-07-19T20:15:32.515Z] DEBUG - Clicked on 16:15:32 [2019-07-19T20:15:32.772Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:15:34 [2019-07-19T20:15:34.667Z] DEBUG - matched EditorReference with text "", using matcher: with name '"synthetic-trace"' 16:15:34 [2019-07-19T20:15:34.668Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:15:34 [2019-07-19T20:15:34.925Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:15:34 [2019-07-19T20:15:34.925Z] DEBUG - matched Slider with text "", using matcher: of type 'Slider' 16:15:34 [2019-07-19T20:15:34.925Z] DEBUG - matched Slider with text "", using matcher: of type 'Slider' 16:15:34 [2019-07-19T20:15:34.925Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 16:15:34 [2019-07-19T20:15:34.925Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 16:15:35 [2019-07-19T20:15:35.183Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:15:37 [2019-07-19T20:15:37.710Z] DEBUG - matched EditorReference with text "", using matcher: with name '"synthetic-trace"' 16:15:37 [2019-07-19T20:15:37.710Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:15:37 [2019-07-19T20:15:37.710Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:15:37 [2019-07-19T20:15:37.710Z] DEBUG - number of items : 25 16:15:37 [2019-07-19T20:15:37.710Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:15:40 [2019-07-19T20:15:40.234Z] DEBUG - matched EditorReference with text "", using matcher: with name '"synthetic-trace"' 16:15:40 [2019-07-19T20:15:40.234Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:15:40 [2019-07-19T20:15:40.234Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:15:40 [2019-07-19T20:15:40.234Z] DEBUG - matched Slider with text "", using matcher: of type 'Slider' 16:15:40 [2019-07-19T20:15:40.234Z] DEBUG - matched Slider with text "", using matcher: of type 'Slider' 16:15:40 [2019-07-19T20:15:40.234Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 16:15:40 [2019-07-19T20:15:40.234Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:15:42 [2019-07-19T20:15:42.756Z] DEBUG - matched EditorReference with text "", using matcher: with name '"synthetic-trace"' 16:15:42 [2019-07-19T20:15:42.756Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:15:42 [2019-07-19T20:15:42.756Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:15:42 [2019-07-19T20:15:42.756Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 16:15:43 [2019-07-19T20:15:43.319Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:15:43 [2019-07-19T20:15:43.319Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 16:15:43 [2019-07-19T20:15:43.574Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:15:46 [2019-07-19T20:15:46.098Z] DEBUG - matched EditorReference with text "", using matcher: with name '"synthetic-trace"' 16:15:46 [2019-07-19T20:15:46.098Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:15:46 [2019-07-19T20:15:46.098Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:15:46 [2019-07-19T20:15:46.098Z] DEBUG - number of items : 25 16:15:46 [2019-07-19T20:15:46.098Z] DEBUG - Clicking on ToolItem with tooltip text {Show Legend} 16:15:46 [2019-07-19T20:15:46.098Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199250289 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 16:15:46 [2019-07-19T20:15:46.098Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199250289 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 16:15:46 [2019-07-19T20:15:46.098Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199250289 data=null doit=true} to ToolItem with tooltip text {Show Legend} 16:15:46 [2019-07-19T20:15:46.098Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199250289 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 16:15:46 [2019-07-19T20:15:46.098Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199250290 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199250627 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199250628 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199250628 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199250629 data=null doit=true} to ToolItem with tooltip text {Show Legend} 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199250629 data=null} to ToolItem with tooltip text {Show Legend} 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - Clicked on ToolItem with tooltip text {Show Legend} 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched Shell with text "Legend", using matcher: with text 'Legend' 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Legend} time=199250637 data=null doit=true} to Shell with text {Legend} 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Unknown", using matcher: of type 'CLabel' 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Unknown", using matcher: (of type 'CLabel') 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Usermode", using matcher: of type 'CLabel' 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Usermode", using matcher: (of type 'CLabel') 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "System call", using matcher: of type 'CLabel' 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "System call", using matcher: (of type 'CLabel') 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Interrupt", using matcher: of type 'CLabel' 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Interrupt", using matcher: (of type 'CLabel') 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Wait blocked", using matcher: of type 'CLabel' 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Wait blocked", using matcher: (of type 'CLabel') 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Wait for CPU", using matcher: of type 'CLabel' 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Wait for CPU", using matcher: (of type 'CLabel') 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Wait", using matcher: of type 'CLabel' 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Wait", using matcher: (of type 'CLabel') 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Unknown", using matcher: of type 'CLabel' 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Unknown", using matcher: (of type 'CLabel') 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Unknown", using matcher: of type 'CLabel' 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Unknown", using matcher: (of type 'CLabel') 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Usermode", using matcher: of type 'CLabel' 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Usermode", using matcher: (of type 'CLabel') 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "System call", using matcher: of type 'CLabel' 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "System call", using matcher: (of type 'CLabel') 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Interrupt", using matcher: of type 'CLabel' 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Interrupt", using matcher: (of type 'CLabel') 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Wait blocked", using matcher: of type 'CLabel' 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Wait blocked", using matcher: (of type 'CLabel') 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Wait for CPU", using matcher: of type 'CLabel' 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Wait for CPU", using matcher: (of type 'CLabel') 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Wait", using matcher: of type 'CLabel' 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Wait", using matcher: (of type 'CLabel') 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Unknown", using matcher: of type 'CLabel' 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Unknown", using matcher: (of type 'CLabel') 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Unknown", using matcher: of type 'CLabel' 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Unknown", using matcher: (of type 'CLabel') 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Usermode", using matcher: of type 'CLabel' 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Usermode", using matcher: (of type 'CLabel') 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "System call", using matcher: of type 'CLabel' 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "System call", using matcher: (of type 'CLabel') 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Interrupt", using matcher: of type 'CLabel' 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Interrupt", using matcher: (of type 'CLabel') 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Wait blocked", using matcher: of type 'CLabel' 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Wait blocked", using matcher: (of type 'CLabel') 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Wait for CPU", using matcher: of type 'CLabel' 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Wait for CPU", using matcher: (of type 'CLabel') 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Wait", using matcher: of type 'CLabel' 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Wait", using matcher: (of type 'CLabel') 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Unknown", using matcher: of type 'CLabel' 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Unknown", using matcher: (of type 'CLabel') 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Unknown", using matcher: of type 'CLabel' 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Unknown", using matcher: (of type 'CLabel') 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Usermode", using matcher: of type 'CLabel' 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Usermode", using matcher: (of type 'CLabel') 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "System call", using matcher: of type 'CLabel' 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "System call", using matcher: (of type 'CLabel') 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Interrupt", using matcher: of type 'CLabel' 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Interrupt", using matcher: (of type 'CLabel') 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Wait blocked", using matcher: of type 'CLabel' 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Wait blocked", using matcher: (of type 'CLabel') 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Wait for CPU", using matcher: of type 'CLabel' 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Wait for CPU", using matcher: (of type 'CLabel') 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Wait", using matcher: of type 'CLabel' 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Wait", using matcher: (of type 'CLabel') 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Unknown", using matcher: of type 'CLabel' 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Unknown", using matcher: (of type 'CLabel') 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Unknown", using matcher: of type 'CLabel' 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Unknown", using matcher: (of type 'CLabel') 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Usermode", using matcher: of type 'CLabel' 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Usermode", using matcher: (of type 'CLabel') 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "System call", using matcher: of type 'CLabel' 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "System call", using matcher: (of type 'CLabel') 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Interrupt", using matcher: of type 'CLabel' 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Interrupt", using matcher: (of type 'CLabel') 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Wait blocked", using matcher: of type 'CLabel' 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Wait blocked", using matcher: (of type 'CLabel') 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Wait for CPU", using matcher: of type 'CLabel' 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Wait for CPU", using matcher: (of type 'CLabel') 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Wait", using matcher: of type 'CLabel' 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Wait", using matcher: (of type 'CLabel') 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Unknown", using matcher: of type 'CLabel' 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Unknown", using matcher: (of type 'CLabel') 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Unknown", using matcher: of type 'CLabel' 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Unknown", using matcher: (of type 'CLabel') 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Usermode", using matcher: of type 'CLabel' 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Usermode", using matcher: (of type 'CLabel') 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "System call", using matcher: of type 'CLabel' 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "System call", using matcher: (of type 'CLabel') 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Interrupt", using matcher: of type 'CLabel' 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Interrupt", using matcher: (of type 'CLabel') 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Wait blocked", using matcher: of type 'CLabel' 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Wait blocked", using matcher: (of type 'CLabel') 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Wait for CPU", using matcher: of type 'CLabel' 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Wait for CPU", using matcher: (of type 'CLabel') 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Wait", using matcher: of type 'CLabel' 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Wait", using matcher: (of type 'CLabel') 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Unknown", using matcher: of type 'CLabel' 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Unknown", using matcher: (of type 'CLabel') 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Unknown", using matcher: of type 'CLabel' 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Unknown", using matcher: (of type 'CLabel') 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Usermode", using matcher: of type 'CLabel' 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Usermode", using matcher: (of type 'CLabel') 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "System call", using matcher: of type 'CLabel' 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "System call", using matcher: (of type 'CLabel') 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Interrupt", using matcher: of type 'CLabel' 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Interrupt", using matcher: (of type 'CLabel') 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Wait blocked", using matcher: of type 'CLabel' 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Wait blocked", using matcher: (of type 'CLabel') 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Wait for CPU", using matcher: of type 'CLabel' 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Wait for CPU", using matcher: (of type 'CLabel') 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Wait", using matcher: of type 'CLabel' 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Wait", using matcher: (of type 'CLabel') 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Unknown", using matcher: of type 'CLabel' 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched with text "Unknown", using matcher: (of type 'CLabel') 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched Button with text "", using matcher: of type 'Button' 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - Clicking on OK 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=199250671 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=199250671 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=199250672 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=199250672 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=199250672 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=199250672 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=199250672 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:15:46 [2019-07-19T20:15:46.661Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199250290 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Show Legend} 16:15:46 [2019-07-19T20:15:46.917Z] DEBUG - Clicked on 16:15:46 [2019-07-19T20:15:46.917Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=199251157 data=null doit=true} to Shell with text {data - Eclipse Platform} 16:15:46 [2019-07-19T20:15:46.917Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' 16:15:47 [2019-07-19T20:15:47.175Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:15:47 [2019-07-19T20:15:47.175Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:15:47 [2019-07-19T20:15:47.175Z] DEBUG - Attempting to set focus on Tree with text {} 16:15:47 [2019-07-19T20:15:47.175Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199251260 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:15:47 [2019-07-19T20:15:47.175Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199251260 data=null doit=true} to TreeItem with text {test} 16:15:47 [2019-07-19T20:15:47.175Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199251261 data=null} to TreeItem with text {test} 16:15:47 [2019-07-19T20:15:47.175Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199251261 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:15:47 [2019-07-19T20:15:47.175Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199251261 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:15:47 [2019-07-19T20:15:47.175Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199251280 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:15:47 [2019-07-19T20:15:47.432Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' 16:15:47 [2019-07-19T20:15:47.432Z] DEBUG - Clicking on with mnemonic 'Delete' 16:15:47 [2019-07-19T20:15:47.432Z] DEBUG - Clicked on with mnemonic 'Delete' 16:15:47 [2019-07-19T20:15:47.997Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' 16:15:47 [2019-07-19T20:15:47.997Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} 16:15:47 [2019-07-19T20:15:47.997Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 16:15:47 [2019-07-19T20:15:47.997Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' 16:15:47 [2019-07-19T20:15:47.997Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') 16:15:47 [2019-07-19T20:15:47.997Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 16:15:47 [2019-07-19T20:15:47.997Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:15:47 [2019-07-19T20:15:47.997Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:15:47 [2019-07-19T20:15:47.997Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') 16:15:47 [2019-07-19T20:15:47.997Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected 16:15:47 [2019-07-19T20:15:47.997Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199252132 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:15:47 [2019-07-19T20:15:47.997Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199252133 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:15:47 [2019-07-19T20:15:47.997Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=199252133 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:15:47 [2019-07-19T20:15:47.997Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=199252133 data=null} to (of type 'Button' and with style 'SWT.CHECK') 16:15:47 [2019-07-19T20:15:47.997Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199252134 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:15:47 [2019-07-19T20:15:47.997Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199252134 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:15:47 [2019-07-19T20:15:47.997Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=199252134 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:15:47 [2019-07-19T20:15:47.997Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199252134 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:15:47 [2019-07-19T20:15:47.997Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199252134 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:15:47 [2019-07-19T20:15:47.997Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199252135 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:15:47 [2019-07-19T20:15:47.997Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=199252135 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:15:47 [2019-07-19T20:15:47.997Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=199252135 data=null} to (of type 'Button' and with style 'SWT.CHECK') 16:15:47 [2019-07-19T20:15:47.997Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') 16:15:47 [2019-07-19T20:15:47.997Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 16:15:47 [2019-07-19T20:15:47.997Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 16:15:47 [2019-07-19T20:15:47.997Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:15:47 [2019-07-19T20:15:47.997Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:15:47 [2019-07-19T20:15:47.997Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 16:15:47 [2019-07-19T20:15:47.997Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:15:47 [2019-07-19T20:15:47.997Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:15:47 [2019-07-19T20:15:47.997Z] DEBUG - Clicking on OK 16:15:47 [2019-07-19T20:15:47.997Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=199252137 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:15:47 [2019-07-19T20:15:47.997Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=199252137 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:15:47 [2019-07-19T20:15:47.997Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=199252137 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:15:47 [2019-07-19T20:15:47.997Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=199252137 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:15:47 [2019-07-19T20:15:47.997Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=199252137 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:15:47 [2019-07-19T20:15:47.997Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=199252137 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:15:47 [2019-07-19T20:15:47.997Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:15:47 [2019-07-19T20:15:47.997Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:15:47 [2019-07-19T20:15:47.997Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:15:47 [2019-07-19T20:15:47.997Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:15:47 [2019-07-19T20:15:47.997Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:15:47 [2019-07-19T20:15:47.997Z] DEBUG - Clicked on OK 16:15:49 [2019-07-19T20:15:49.058Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=199252137 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:15:49 [2019-07-19T20:15:49.058Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=199251482 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' 16:15:49 [2019-07-19T20:15:49.315Z] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 90.714 s - in org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ControlFlowViewTest 16:15:49 [2019-07-19T20:15:49.315Z] testToolBarFollowCPUForwardBackward(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ControlFlowViewTest) Time elapsed: 22.213 s 16:15:49 [2019-07-19T20:15:49.315Z] testToolBarSelectNextPreviousStateChange(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ControlFlowViewTest) Time elapsed: 16.257 s 16:15:49 [2019-07-19T20:15:49.315Z] testDynamicFiltering(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ControlFlowViewTest) Time elapsed: 4.963 s 16:15:49 [2019-07-19T20:15:49.315Z] testKeyboardLeftRight(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ControlFlowViewTest) Time elapsed: 15.957 s 16:15:49 [2019-07-19T20:15:49.315Z] testFilter(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ControlFlowViewTest) Time elapsed: 8.508 s 16:15:49 [2019-07-19T20:15:49.315Z] testDynamicFiltersDialog(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ControlFlowViewTest) Time elapsed: 5.39 s 16:15:49 [2019-07-19T20:15:49.315Z] testHorizontalScrollbar(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ControlFlowViewTest) Time elapsed: 2.421 s 16:15:49 [2019-07-19T20:15:49.315Z] testToolbar(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ControlFlowViewTest) Time elapsed: 2.442 s 16:15:49 [2019-07-19T20:15:49.315Z] testVerticalScrollbar(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ControlFlowViewTest) Time elapsed: 2.455 s 16:15:49 [2019-07-19T20:15:49.315Z] testOpenCloseOpen(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ControlFlowViewTest) Time elapsed: 3.593 s 16:15:49 [2019-07-19T20:15:49.315Z] testLegend(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ControlFlowViewTest) Time elapsed: 3.292 s 16:15:49 [2019-07-19T20:15:49.315Z] Running org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ControlFlowViewFindTest 16:15:57 [2019-07-19T20:15:57.414Z] DEBUG - matched EditorReference with text "", using matcher: with name '"bug446190"' 16:15:57 [2019-07-19T20:15:57.414Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:15:57 [2019-07-19T20:15:57.414Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:15:57 [2019-07-19T20:15:57.414Z] DEBUG - matched TimeGraphScale with text "", using matcher: of type 'Canvas' 16:15:57 [2019-07-19T20:15:57.414Z] DEBUG - matched TimeGraphScale with text "", using matcher: (of type 'Canvas') 16:15:57 [2019-07-19T20:15:57.414Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'Canvas' 16:15:57 [2019-07-19T20:15:57.414Z] DEBUG - matched TimeGraphControl with text "", using matcher: (of type 'Canvas') 16:15:57 [2019-07-19T20:15:57.414Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: of type 'Canvas' 16:15:57 [2019-07-19T20:15:57.414Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: (of type 'Canvas') 16:15:57 [2019-07-19T20:15:57.414Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:15:57 [2019-07-19T20:15:57.414Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:15:57 [2019-07-19T20:15:57.672Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' 16:15:57 [2019-07-19T20:15:57.672Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Find} time=199261857 data=null doit=true} to Shell with text {Find} 16:15:57 [2019-07-19T20:15:57.672Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' 16:15:57 [2019-07-19T20:15:57.672Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.672Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.672Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.672Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.672Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.672Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.672Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.672Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.672Z] DEBUG - matched Button with text "Fi&nd", using matcher: with mnemonic 'Find' 16:15:57 [2019-07-19T20:15:57.672Z] DEBUG - matched Button with text "Fi&nd", using matcher: with style 'SWT.PUSH' 16:15:57 [2019-07-19T20:15:57.672Z] DEBUG - matched Button with text "Fi&nd", using matcher: (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:15:57 [2019-07-19T20:15:57.930Z] DEBUG - matched Combo with text "bug446190", using matcher: of type 'Combo' 16:15:57 [2019-07-19T20:15:57.930Z] DEBUG - matched Combo with text "bug446190", using matcher: (of type 'Combo') 16:15:57 [2019-07-19T20:15:57.930Z] DEBUG - Setting text on (of type 'Combo') to \Alttng 16:15:57 [2019-07-19T20:15:57.930Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {\Alttng} time=199261929 data=null} to (of type 'Combo') 16:15:57 [2019-07-19T20:15:57.930Z] DEBUG - Set text on (of type 'Combo') to \Alttng 16:15:57 [2019-07-19T20:15:57.930Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.930Z] DEBUG - matched Button with text "F&orward", using matcher: with mnemonic 'Forward' 16:15:57 [2019-07-19T20:15:57.930Z] DEBUG - matched Button with text "F&orward", using matcher: with style 'SWT.RADIO' 16:15:57 [2019-07-19T20:15:57.930Z] DEBUG - matched Button with text "F&orward", using matcher: (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') 16:15:57 [2019-07-19T20:15:57.930Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.930Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.930Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.930Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.930Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.930Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.930Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.930Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') is already selected, not clicking again. 16:15:57 [2019-07-19T20:15:57.930Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.930Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.930Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.930Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with mnemonic 'Case sensitive' 16:15:57 [2019-07-19T20:15:57.930Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with style 'SWT.CHECK' 16:15:57 [2019-07-19T20:15:57.930Z] DEBUG - matched Button with text "&Case sensitive", using matcher: (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:15:57 [2019-07-19T20:15:57.930Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.930Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.930Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.930Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.930Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.930Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:15:57 [2019-07-19T20:15:57.930Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:15:57 [2019-07-19T20:15:57.930Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.930Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.930Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.930Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.930Z] DEBUG - matched Button with text "Wra&p search", using matcher: with mnemonic 'Wrap search' 16:15:57 [2019-07-19T20:15:57.930Z] DEBUG - matched Button with text "Wra&p search", using matcher: with style 'SWT.CHECK' 16:15:57 [2019-07-19T20:15:57.930Z] DEBUG - matched Button with text "Wra&p search", using matcher: (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:15:57 [2019-07-19T20:15:57.930Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.930Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.930Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.930Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.930Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:15:57 [2019-07-19T20:15:57.930Z] DEBUG - Deselecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$1@3b396dbf 16:15:57 [2019-07-19T20:15:57.930Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Wra&p search} time=199261937 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:15:57 [2019-07-19T20:15:57.930Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Wra&p search} time=199261937 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:15:57 [2019-07-19T20:15:57.930Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Wra&p search} time=199261937 data=null doit=true} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:15:57 [2019-07-19T20:15:57.930Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Wra&p search} time=199261937 data=null} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:15:57 [2019-07-19T20:15:57.930Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Wra&p search} time=199261938 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:15:57 [2019-07-19T20:15:57.930Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Wra&p search} time=199261938 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:15:57 [2019-07-19T20:15:57.930Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Wra&p search} time=199261938 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:15:57 [2019-07-19T20:15:57.930Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Wra&p search} time=199261938 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:15:57 [2019-07-19T20:15:57.930Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Wra&p search} time=199261939 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:15:57 [2019-07-19T20:15:57.930Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Wra&p search} time=199261939 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:15:57 [2019-07-19T20:15:57.930Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Wra&p search} time=199261939 data=null doit=true} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:15:57 [2019-07-19T20:15:57.930Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Wra&p search} time=199261941 data=null} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "&Whole word", using matcher: with mnemonic 'Whole word' 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "&Whole word", using matcher: with style 'SWT.CHECK' 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "&Whole word", using matcher: (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with mnemonic 'Regular expression' 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with style 'SWT.CHECK' 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - Selecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$2@72daa416 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Regular e&xpression} time=199261954 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Regular e&xpression} time=199261955 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Regular e&xpression} time=199261955 data=null doit=true} to (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Regular e&xpression} time=199261955 data=null} to (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Regular e&xpression} time=199261955 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Regular e&xpression} time=199261955 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Regular e&xpression} time=199261955 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Regular e&xpression} time=199261956 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Regular e&xpression} time=199261956 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Regular e&xpression} time=199261956 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Regular e&xpression} time=199261957 data=null doit=true} to (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Regular e&xpression} time=199261957 data=null} to (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - Clicking on Fi&nd 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Fi&nd} time=199261957 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=199261957 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Fi&nd} time=199261957 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Fi&nd} time=199261957 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Fi&nd} time=199261958 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Fi&nd} time=199261958 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Fi&nd} time=199261958 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Fi&nd} time=199261966 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=199261966 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Fi&nd} time=199261966 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Fi&nd} time=199261966 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Fi&nd} time=199261967 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - Clicked on Fi&nd 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Label with text "&Find:", using matcher: of type 'Label' 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Label with text "&Find:", using matcher: (of type 'Label') 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Label with text "", using matcher: of type 'Label' 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Combo with text "\Alttng", using matcher: of type 'Combo' 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Combo with text "\Alttng", using matcher: (of type 'Combo') 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - Setting text on (of type 'Combo') to \Alttng 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {\Alttng} time=199262029 data=null} to (of type 'Combo') 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - Set text on (of type 'Combo') to \Alttng 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "F&orward", using matcher: with mnemonic 'Forward' 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "F&orward", using matcher: with style 'SWT.RADIO' 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "F&orward", using matcher: (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') is already selected, not clicking again. 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with mnemonic 'Case sensitive' 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with style 'SWT.CHECK' 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "&Case sensitive", using matcher: (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "Wra&p search", using matcher: with mnemonic 'Wrap search' 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "Wra&p search", using matcher: with style 'SWT.CHECK' 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "Wra&p search", using matcher: (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "&Whole word", using matcher: with mnemonic 'Whole word' 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "&Whole word", using matcher: with style 'SWT.CHECK' 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "&Whole word", using matcher: (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with mnemonic 'Regular expression' 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with style 'SWT.CHECK' 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - Deselecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$1@603af797 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Regular e&xpression} time=199262036 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Regular e&xpression} time=199262036 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Regular e&xpression} time=199262037 data=null doit=true} to (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Regular e&xpression} time=199262037 data=null} to (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Regular e&xpression} time=199262037 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Regular e&xpression} time=199262037 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Regular e&xpression} time=199262037 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Regular e&xpression} time=199262038 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Regular e&xpression} time=199262038 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Regular e&xpression} time=199262038 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Regular e&xpression} time=199262038 data=null doit=true} to (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Regular e&xpression} time=199262039 data=null} to (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - Clicking on Fi&nd 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Fi&nd} time=199262039 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=199262039 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Fi&nd} time=199262039 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Fi&nd} time=199262039 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Fi&nd} time=199262039 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Fi&nd} time=199262039 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Fi&nd} time=199262040 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Fi&nd} time=199262042 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=199262042 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Fi&nd} time=199262042 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Fi&nd} time=199262043 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Fi&nd} time=199262043 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - Clicked on Fi&nd 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Label with text "&Find:", using matcher: of type 'Label' 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Label with text "&Find:", using matcher: (of type 'Label') 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Label with text "Entry not found", using matcher: of type 'Label' 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Label with text "Entry not found", using matcher: (of type 'Label') 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "Close", using matcher: with mnemonic 'Close' 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "Close", using matcher: with style 'SWT.PUSH' 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "Close", using matcher: (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - Clicking on Close 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Close} time=199262049 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Close} time=199262049 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Close} time=199262049 data=null doit=true} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Close} time=199262049 data=null} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Close} time=199262049 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Close} time=199262049 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:15:57 [2019-07-19T20:15:57.931Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Close} time=199262049 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:15:58 [2019-07-19T20:15:58.189Z] DEBUG - Clicked on 16:15:58 [2019-07-19T20:15:58.189Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:15:58 [2019-07-19T20:15:58.447Z] DEBUG - matched TimeGraphScale with text "", using matcher: of type 'Canvas' 16:15:58 [2019-07-19T20:15:58.447Z] DEBUG - matched TimeGraphScale with text "", using matcher: (of type 'Canvas') 16:15:58 [2019-07-19T20:15:58.447Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'Canvas' 16:15:58 [2019-07-19T20:15:58.447Z] DEBUG - matched TimeGraphControl with text "", using matcher: (of type 'Canvas') 16:15:58 [2019-07-19T20:15:58.447Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: of type 'Canvas' 16:15:58 [2019-07-19T20:15:58.447Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: (of type 'Canvas') 16:15:58 [2019-07-19T20:15:58.447Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:15:58 [2019-07-19T20:15:58.447Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Find} time=199262959 data=null doit=true} to Shell with text {Find} 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "Fi&nd", using matcher: with mnemonic 'Find' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "Fi&nd", using matcher: with style 'SWT.PUSH' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "Fi&nd", using matcher: (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Combo with text "bug446190", using matcher: of type 'Combo' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Combo with text "bug446190", using matcher: (of type 'Combo') 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - Setting text on (of type 'Combo') to lttng 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {lttng} time=199262965 data=null} to (of type 'Combo') 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - Set text on (of type 'Combo') to lttng 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "F&orward", using matcher: with mnemonic 'Forward' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "F&orward", using matcher: with style 'SWT.RADIO' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "F&orward", using matcher: (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') is already selected, not clicking again. 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with mnemonic 'Case sensitive' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with style 'SWT.CHECK' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "&Case sensitive", using matcher: (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "Wra&p search", using matcher: with mnemonic 'Wrap search' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "Wra&p search", using matcher: with style 'SWT.CHECK' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "Wra&p search", using matcher: (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - Selecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$2@61a16111 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Wra&p search} time=199262975 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Wra&p search} time=199262975 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Wra&p search} time=199262975 data=null doit=true} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Wra&p search} time=199262975 data=null} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Wra&p search} time=199262975 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Wra&p search} time=199262975 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Wra&p search} time=199262976 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Wra&p search} time=199262976 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Wra&p search} time=199262976 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Wra&p search} time=199262976 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Wra&p search} time=199262976 data=null doit=true} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Wra&p search} time=199262977 data=null} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "&Whole word", using matcher: with mnemonic 'Whole word' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "&Whole word", using matcher: with style 'SWT.CHECK' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "&Whole word", using matcher: (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with mnemonic 'Regular expression' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with style 'SWT.CHECK' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - Clicking on Fi&nd 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Fi&nd} time=199262979 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=199262980 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Fi&nd} time=199262980 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Fi&nd} time=199262980 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Fi&nd} time=199262980 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Fi&nd} time=199262980 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Fi&nd} time=199262980 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Fi&nd} time=199262982 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=199262982 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Fi&nd} time=199262982 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Fi&nd} time=199262982 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Fi&nd} time=199262982 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - Clicked on Fi&nd 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Label with text "&Find:", using matcher: of type 'Label' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Label with text "&Find:", using matcher: (of type 'Label') 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Label with text "", using matcher: of type 'Label' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Combo with text "lttng", using matcher: of type 'Combo' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Combo with text "lttng", using matcher: (of type 'Combo') 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - Setting text on (of type 'Combo') to lttng 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {lttng} time=199263044 data=null} to (of type 'Combo') 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - Set text on (of type 'Combo') to lttng 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "&Backward", using matcher: with mnemonic 'Backward' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "&Backward", using matcher: with style 'SWT.RADIO' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "&Backward", using matcher: (of type 'Button' and with mnemonic 'Backward' and with style 'SWT.RADIO') 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Backward' and with style 'SWT.RADIO') 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {F&orward} time=199263046 data=null doit=true} to Button with text {F&orward} 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {F&orward} time=199263046 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Button with text {F&orward} 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Backward' and with style 'SWT.RADIO') 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Backward} time=199263047 data=null doit=true} to (of type 'Button' and with mnemonic 'Backward' and with style 'SWT.RADIO') 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Backward} time=199263048 data=null button=1 stateMask=0x0 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'Backward' and with style 'SWT.RADIO') 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Backward} time=199263048 data=null button=1 stateMask=0x80000 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'Backward' and with style 'SWT.RADIO') 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Backward} time=199263048 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Backward' and with style 'SWT.RADIO') 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Backward' and with style 'SWT.RADIO') 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with mnemonic 'Case sensitive' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with style 'SWT.CHECK' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "&Case sensitive", using matcher: (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "Wra&p search", using matcher: with mnemonic 'Wrap search' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "Wra&p search", using matcher: with style 'SWT.CHECK' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "Wra&p search", using matcher: (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') already selected, not selecting again. 16:15:59 [2019-07-19T20:15:59.014Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.015Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.015Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.015Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.015Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.015Z] DEBUG - matched Button with text "&Whole word", using matcher: with mnemonic 'Whole word' 16:15:59 [2019-07-19T20:15:59.015Z] DEBUG - matched Button with text "&Whole word", using matcher: with style 'SWT.CHECK' 16:15:59 [2019-07-19T20:15:59.015Z] DEBUG - matched Button with text "&Whole word", using matcher: (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') 16:15:59 [2019-07-19T20:15:59.015Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.015Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.015Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.015Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') 16:15:59 [2019-07-19T20:15:59.015Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:15:59 [2019-07-19T20:15:59.015Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.015Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.015Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.015Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.015Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.015Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.015Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with mnemonic 'Regular expression' 16:15:59 [2019-07-19T20:15:59.015Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with style 'SWT.CHECK' 16:15:59 [2019-07-19T20:15:59.015Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:15:59 [2019-07-19T20:15:59.015Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.015Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.015Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:15:59 [2019-07-19T20:15:59.015Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:15:59 [2019-07-19T20:15:59.015Z] DEBUG - Clicking on Fi&nd 16:15:59 [2019-07-19T20:15:59.015Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Fi&nd} time=199263055 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:15:59 [2019-07-19T20:15:59.015Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=199263055 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:15:59 [2019-07-19T20:15:59.015Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Fi&nd} time=199263055 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:15:59 [2019-07-19T20:15:59.015Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Fi&nd} time=199263055 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:15:59 [2019-07-19T20:15:59.015Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Fi&nd} time=199263055 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:15:59 [2019-07-19T20:15:59.015Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Fi&nd} time=199263056 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:15:59 [2019-07-19T20:15:59.015Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Fi&nd} time=199263056 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:15:59 [2019-07-19T20:15:59.015Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Fi&nd} time=199263057 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:15:59 [2019-07-19T20:15:59.015Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=199263057 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:15:59 [2019-07-19T20:15:59.015Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Fi&nd} time=199263057 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:15:59 [2019-07-19T20:15:59.015Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Fi&nd} time=199263057 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:15:59 [2019-07-19T20:15:59.015Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Fi&nd} time=199263057 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:15:59 [2019-07-19T20:15:59.015Z] DEBUG - Clicked on Fi&nd 16:15:59 [2019-07-19T20:15:59.015Z] DEBUG - matched Label with text "&Find:", using matcher: of type 'Label' 16:15:59 [2019-07-19T20:15:59.015Z] DEBUG - matched Label with text "&Find:", using matcher: (of type 'Label') 16:15:59 [2019-07-19T20:15:59.015Z] DEBUG - matched Label with text "Wrapped search", using matcher: of type 'Label' 16:15:59 [2019-07-19T20:15:59.015Z] DEBUG - matched Label with text "Wrapped search", using matcher: (of type 'Label') 16:15:59 [2019-07-19T20:15:59.015Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 16:15:59 [2019-07-19T20:15:59.015Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 16:15:59 [2019-07-19T20:15:59.015Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' 16:15:59 [2019-07-19T20:15:59.015Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' 16:15:59 [2019-07-19T20:15:59.015Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.015Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.015Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.015Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.015Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.015Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.015Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.015Z] DEBUG - matched Button with text "Close", using matcher: with mnemonic 'Close' 16:15:59 [2019-07-19T20:15:59.015Z] DEBUG - matched Button with text "Close", using matcher: with style 'SWT.PUSH' 16:15:59 [2019-07-19T20:15:59.015Z] DEBUG - matched Button with text "Close", using matcher: (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:15:59 [2019-07-19T20:15:59.015Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.015Z] DEBUG - Clicking on Close 16:15:59 [2019-07-19T20:15:59.015Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Close} time=199263129 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:15:59 [2019-07-19T20:15:59.015Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Close} time=199263130 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:15:59 [2019-07-19T20:15:59.015Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Close} time=199263130 data=null doit=true} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:15:59 [2019-07-19T20:15:59.015Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Close} time=199263130 data=null} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:15:59 [2019-07-19T20:15:59.015Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Close} time=199263130 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:15:59 [2019-07-19T20:15:59.015Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Close} time=199263130 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:15:59 [2019-07-19T20:15:59.015Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Close} time=199263130 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:15:59 [2019-07-19T20:15:59.379Z] DEBUG - Clicked on 16:15:59 [2019-07-19T20:15:59.379Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:15:59 [2019-07-19T20:15:59.379Z] DEBUG - matched TimeGraphScale with text "", using matcher: of type 'Canvas' 16:15:59 [2019-07-19T20:15:59.379Z] DEBUG - matched TimeGraphScale with text "", using matcher: (of type 'Canvas') 16:15:59 [2019-07-19T20:15:59.379Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'Canvas' 16:15:59 [2019-07-19T20:15:59.379Z] DEBUG - matched TimeGraphControl with text "", using matcher: (of type 'Canvas') 16:15:59 [2019-07-19T20:15:59.379Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: of type 'Canvas' 16:15:59 [2019-07-19T20:15:59.379Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: (of type 'Canvas') 16:15:59 [2019-07-19T20:15:59.379Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:15:59 [2019-07-19T20:15:59.379Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Find} time=199263946 data=null doit=true} to Shell with text {Find} 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "Fi&nd", using matcher: with mnemonic 'Find' 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "Fi&nd", using matcher: with style 'SWT.PUSH' 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "Fi&nd", using matcher: (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Combo with text "bug446190", using matcher: of type 'Combo' 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Combo with text "bug446190", using matcher: (of type 'Combo') 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - Setting text on (of type 'Combo') to lttng 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {lttng} time=199263952 data=null} to (of type 'Combo') 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - Set text on (of type 'Combo') to lttng 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "F&orward", using matcher: with mnemonic 'Forward' 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "F&orward", using matcher: with style 'SWT.RADIO' 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "F&orward", using matcher: (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Backward} time=199263954 data=null doit=true} to Button with text {&Backward} 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Backward} time=199263954 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Button with text {&Backward} 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {F&orward} time=199263956 data=null doit=true} to (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {F&orward} time=199263976 data=null button=1 stateMask=0x0 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {F&orward} time=199263976 data=null button=1 stateMask=0x80000 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {F&orward} time=199263976 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with mnemonic 'Case sensitive' 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with style 'SWT.CHECK' 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "&Case sensitive", using matcher: (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "Wra&p search", using matcher: with mnemonic 'Wrap search' 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "Wra&p search", using matcher: with style 'SWT.CHECK' 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "Wra&p search", using matcher: (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - Deselecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$1@6d1fc55 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Wra&p search} time=199263980 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Wra&p search} time=199263980 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Wra&p search} time=199263980 data=null doit=true} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Wra&p search} time=199263980 data=null} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Wra&p search} time=199263980 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Wra&p search} time=199264026 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Wra&p search} time=199264032 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Wra&p search} time=199264033 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Wra&p search} time=199264033 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Wra&p search} time=199264033 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Wra&p search} time=199264033 data=null doit=true} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Wra&p search} time=199264033 data=null} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "&Whole word", using matcher: with mnemonic 'Whole word' 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "&Whole word", using matcher: with style 'SWT.CHECK' 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "&Whole word", using matcher: (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - Selecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$2@a6203b5 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Whole word} time=199264035 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Whole word} time=199264035 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Whole word} time=199264035 data=null doit=true} to (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Whole word} time=199264036 data=null} to (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Whole word} time=199264036 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Whole word} time=199264036 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Whole word} time=199264036 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Whole word} time=199264036 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Whole word} time=199264036 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Whole word} time=199264037 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Whole word} time=199264037 data=null doit=true} to (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Whole word} time=199264037 data=null} to (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with mnemonic 'Regular expression' 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with style 'SWT.CHECK' 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - Clicking on Fi&nd 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Fi&nd} time=199264039 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=199264039 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Fi&nd} time=199264039 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Fi&nd} time=199264039 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Fi&nd} time=199264039 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Fi&nd} time=199264039 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Fi&nd} time=199264039 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Fi&nd} time=199264041 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=199264041 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Fi&nd} time=199264041 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Fi&nd} time=199264042 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Fi&nd} time=199264042 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - Clicked on Fi&nd 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Label with text "&Find:", using matcher: of type 'Label' 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Label with text "&Find:", using matcher: (of type 'Label') 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Label with text "", using matcher: of type 'Label' 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Combo with text "lttng", using matcher: of type 'Combo' 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Combo with text "lttng", using matcher: (of type 'Combo') 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - Setting text on (of type 'Combo') to lttn 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {lttn} time=199264044 data=null} to (of type 'Combo') 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - Set text on (of type 'Combo') to lttn 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "F&orward", using matcher: with mnemonic 'Forward' 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "F&orward", using matcher: with style 'SWT.RADIO' 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "F&orward", using matcher: (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') is already selected, not clicking again. 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with mnemonic 'Case sensitive' 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with style 'SWT.CHECK' 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "&Case sensitive", using matcher: (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.946Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.947Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.947Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.947Z] DEBUG - matched Button with text "Wra&p search", using matcher: with mnemonic 'Wrap search' 16:15:59 [2019-07-19T20:15:59.947Z] DEBUG - matched Button with text "Wra&p search", using matcher: with style 'SWT.CHECK' 16:15:59 [2019-07-19T20:15:59.947Z] DEBUG - matched Button with text "Wra&p search", using matcher: (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:15:59 [2019-07-19T20:15:59.947Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.947Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.947Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.947Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.947Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:15:59 [2019-07-19T20:15:59.947Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:15:59 [2019-07-19T20:15:59.947Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.947Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.947Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.947Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.947Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.947Z] DEBUG - matched Button with text "&Whole word", using matcher: with mnemonic 'Whole word' 16:15:59 [2019-07-19T20:15:59.947Z] DEBUG - matched Button with text "&Whole word", using matcher: with style 'SWT.CHECK' 16:15:59 [2019-07-19T20:15:59.947Z] DEBUG - matched Button with text "&Whole word", using matcher: (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') 16:15:59 [2019-07-19T20:15:59.947Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.947Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.947Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.947Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') 16:15:59 [2019-07-19T20:15:59.947Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') already selected, not selecting again. 16:15:59 [2019-07-19T20:15:59.947Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.947Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.947Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.947Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.947Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.947Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.947Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with mnemonic 'Regular expression' 16:15:59 [2019-07-19T20:15:59.947Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with style 'SWT.CHECK' 16:15:59 [2019-07-19T20:15:59.947Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:15:59 [2019-07-19T20:15:59.947Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.947Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.947Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:15:59 [2019-07-19T20:15:59.947Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:15:59 [2019-07-19T20:15:59.947Z] DEBUG - Clicking on Fi&nd 16:15:59 [2019-07-19T20:15:59.947Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Fi&nd} time=199264065 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:15:59 [2019-07-19T20:15:59.947Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=199264066 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:15:59 [2019-07-19T20:15:59.947Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Fi&nd} time=199264066 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:15:59 [2019-07-19T20:15:59.947Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Fi&nd} time=199264066 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:15:59 [2019-07-19T20:15:59.947Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Fi&nd} time=199264066 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:15:59 [2019-07-19T20:15:59.947Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Fi&nd} time=199264066 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:15:59 [2019-07-19T20:15:59.947Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Fi&nd} time=199264066 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:15:59 [2019-07-19T20:15:59.947Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Fi&nd} time=199264073 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:15:59 [2019-07-19T20:15:59.947Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=199264073 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:15:59 [2019-07-19T20:15:59.947Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Fi&nd} time=199264073 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:15:59 [2019-07-19T20:15:59.947Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Fi&nd} time=199264073 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:15:59 [2019-07-19T20:15:59.947Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Fi&nd} time=199264073 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:15:59 [2019-07-19T20:15:59.947Z] DEBUG - Clicked on Fi&nd 16:15:59 [2019-07-19T20:15:59.947Z] DEBUG - matched Label with text "&Find:", using matcher: of type 'Label' 16:15:59 [2019-07-19T20:15:59.947Z] DEBUG - matched Label with text "&Find:", using matcher: (of type 'Label') 16:15:59 [2019-07-19T20:15:59.947Z] DEBUG - matched Label with text "Entry not found", using matcher: of type 'Label' 16:15:59 [2019-07-19T20:15:59.947Z] DEBUG - matched Label with text "Entry not found", using matcher: (of type 'Label') 16:15:59 [2019-07-19T20:15:59.947Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' 16:15:59 [2019-07-19T20:15:59.947Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' 16:15:59 [2019-07-19T20:15:59.947Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.947Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.947Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.947Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.947Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.947Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.947Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.947Z] DEBUG - matched Button with text "Close", using matcher: with mnemonic 'Close' 16:15:59 [2019-07-19T20:15:59.947Z] DEBUG - matched Button with text "Close", using matcher: with style 'SWT.PUSH' 16:15:59 [2019-07-19T20:15:59.947Z] DEBUG - matched Button with text "Close", using matcher: (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:15:59 [2019-07-19T20:15:59.947Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:15:59 [2019-07-19T20:15:59.947Z] DEBUG - Clicking on Close 16:15:59 [2019-07-19T20:15:59.947Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Close} time=199264135 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:15:59 [2019-07-19T20:15:59.947Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Close} time=199264135 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:15:59 [2019-07-19T20:15:59.947Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Close} time=199264135 data=null doit=true} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:15:59 [2019-07-19T20:15:59.947Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Close} time=199264135 data=null} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:15:59 [2019-07-19T20:15:59.947Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Close} time=199264136 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:15:59 [2019-07-19T20:15:59.947Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Close} time=199264136 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:15:59 [2019-07-19T20:15:59.947Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Close} time=199264136 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:16:00 [2019-07-19T20:16:00.511Z] DEBUG - Clicked on 16:16:00 [2019-07-19T20:16:00.511Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:16:00 [2019-07-19T20:16:00.511Z] DEBUG - matched TimeGraphScale with text "", using matcher: of type 'Canvas' 16:16:00 [2019-07-19T20:16:00.511Z] DEBUG - matched TimeGraphScale with text "", using matcher: (of type 'Canvas') 16:16:00 [2019-07-19T20:16:00.511Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'Canvas' 16:16:00 [2019-07-19T20:16:00.511Z] DEBUG - matched TimeGraphControl with text "", using matcher: (of type 'Canvas') 16:16:00 [2019-07-19T20:16:00.511Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: of type 'Canvas' 16:16:00 [2019-07-19T20:16:00.511Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: (of type 'Canvas') 16:16:00 [2019-07-19T20:16:00.511Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:16:00 [2019-07-19T20:16:00.511Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Find} time=199265067 data=null doit=true} to Shell with text {Find} 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "Fi&nd", using matcher: with mnemonic 'Find' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "Fi&nd", using matcher: with style 'SWT.PUSH' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "Fi&nd", using matcher: (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Combo with text "bug446190", using matcher: of type 'Combo' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Combo with text "bug446190", using matcher: (of type 'Combo') 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - Setting text on (of type 'Combo') to lttng 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {lttng} time=199265071 data=null} to (of type 'Combo') 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - Set text on (of type 'Combo') to lttng 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "F&orward", using matcher: with mnemonic 'Forward' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "F&orward", using matcher: with style 'SWT.RADIO' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "F&orward", using matcher: (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') is already selected, not clicking again. 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with mnemonic 'Case sensitive' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with style 'SWT.CHECK' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "&Case sensitive", using matcher: (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - Selecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$2@f5b7b13 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Case sensitive} time=199265074 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Case sensitive} time=199265075 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Case sensitive} time=199265075 data=null doit=true} to (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Case sensitive} time=199265075 data=null} to (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Case sensitive} time=199265075 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Case sensitive} time=199265075 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Case sensitive} time=199265075 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Case sensitive} time=199265076 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Case sensitive} time=199265076 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Case sensitive} time=199265081 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Case sensitive} time=199265081 data=null doit=true} to (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Case sensitive} time=199265081 data=null} to (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "Wra&p search", using matcher: with mnemonic 'Wrap search' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "Wra&p search", using matcher: with style 'SWT.CHECK' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "Wra&p search", using matcher: (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "&Whole word", using matcher: with mnemonic 'Whole word' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "&Whole word", using matcher: with style 'SWT.CHECK' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "&Whole word", using matcher: (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - Deselecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$1@55c5690d 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Whole word} time=199265127 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Whole word} time=199265127 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Whole word} time=199265128 data=null doit=true} to (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Whole word} time=199265128 data=null} to (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Whole word} time=199265128 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Whole word} time=199265129 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Whole word} time=199265129 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Whole word} time=199265129 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Whole word} time=199265130 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Whole word} time=199265130 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Whole word} time=199265130 data=null doit=true} to (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Whole word} time=199265130 data=null} to (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with mnemonic 'Regular expression' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with style 'SWT.CHECK' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - Clicking on Fi&nd 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Fi&nd} time=199265132 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=199265132 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Fi&nd} time=199265132 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Fi&nd} time=199265132 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Fi&nd} time=199265132 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Fi&nd} time=199265132 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Fi&nd} time=199265133 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Fi&nd} time=199265133 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=199265133 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Fi&nd} time=199265134 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Fi&nd} time=199265134 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Fi&nd} time=199265134 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - Clicked on Fi&nd 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Label with text "&Find:", using matcher: of type 'Label' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Label with text "&Find:", using matcher: (of type 'Label') 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Label with text "", using matcher: of type 'Label' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Combo with text "lttng", using matcher: of type 'Combo' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Combo with text "lttng", using matcher: (of type 'Combo') 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - Setting text on (of type 'Combo') to LTTNG 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {LTTNG} time=199265136 data=null} to (of type 'Combo') 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - Set text on (of type 'Combo') to LTTNG 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "F&orward", using matcher: with mnemonic 'Forward' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "F&orward", using matcher: with style 'SWT.RADIO' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "F&orward", using matcher: (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') is already selected, not clicking again. 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with mnemonic 'Case sensitive' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with style 'SWT.CHECK' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "&Case sensitive", using matcher: (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') already selected, not selecting again. 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "Wra&p search", using matcher: with mnemonic 'Wrap search' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "Wra&p search", using matcher: with style 'SWT.CHECK' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "Wra&p search", using matcher: (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "&Whole word", using matcher: with mnemonic 'Whole word' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "&Whole word", using matcher: with style 'SWT.CHECK' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "&Whole word", using matcher: (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with mnemonic 'Regular expression' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with style 'SWT.CHECK' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - Clicking on Fi&nd 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Fi&nd} time=199265157 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=199265158 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Fi&nd} time=199265158 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Fi&nd} time=199265158 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Fi&nd} time=199265158 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Fi&nd} time=199265158 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Fi&nd} time=199265158 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Fi&nd} time=199265165 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=199265166 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Fi&nd} time=199265166 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Fi&nd} time=199265166 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Fi&nd} time=199265166 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - Clicked on Fi&nd 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Label with text "&Find:", using matcher: of type 'Label' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Label with text "&Find:", using matcher: (of type 'Label') 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Label with text "Entry not found", using matcher: of type 'Label' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Label with text "Entry not found", using matcher: (of type 'Label') 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "Close", using matcher: with mnemonic 'Close' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "Close", using matcher: with style 'SWT.PUSH' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "Close", using matcher: (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - Clicking on Close 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Close} time=199265169 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Close} time=199265169 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Close} time=199265169 data=null doit=true} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Close} time=199265170 data=null} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Close} time=199265170 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Close} time=199265170 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:16:01 [2019-07-19T20:16:01.076Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Close} time=199265170 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:16:01 [2019-07-19T20:16:01.333Z] DEBUG - Clicked on 16:16:01 [2019-07-19T20:16:01.333Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:16:01 [2019-07-19T20:16:01.590Z] DEBUG - matched TimeGraphScale with text "", using matcher: of type 'Canvas' 16:16:01 [2019-07-19T20:16:01.590Z] DEBUG - matched TimeGraphScale with text "", using matcher: (of type 'Canvas') 16:16:01 [2019-07-19T20:16:01.590Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'Canvas' 16:16:01 [2019-07-19T20:16:01.590Z] DEBUG - matched TimeGraphControl with text "", using matcher: (of type 'Canvas') 16:16:01 [2019-07-19T20:16:01.590Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: of type 'Canvas' 16:16:01 [2019-07-19T20:16:01.590Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: (of type 'Canvas') 16:16:01 [2019-07-19T20:16:01.590Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:16:01 [2019-07-19T20:16:01.590Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:16:01 [2019-07-19T20:16:01.846Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' 16:16:01 [2019-07-19T20:16:01.846Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Find} time=199266083 data=null doit=true} to Shell with text {Find} 16:16:01 [2019-07-19T20:16:01.846Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' 16:16:01 [2019-07-19T20:16:01.846Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' 16:16:01 [2019-07-19T20:16:01.846Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.846Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.846Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.846Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.846Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.846Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.846Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.846Z] DEBUG - matched Button with text "Close", using matcher: with mnemonic 'Close' 16:16:01 [2019-07-19T20:16:01.846Z] DEBUG - matched Button with text "Close", using matcher: with style 'SWT.PUSH' 16:16:01 [2019-07-19T20:16:01.846Z] DEBUG - matched Button with text "Close", using matcher: (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:16:01 [2019-07-19T20:16:01.846Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:16:01 [2019-07-19T20:16:01.846Z] DEBUG - Clicking on Close 16:16:01 [2019-07-19T20:16:01.846Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Close} time=199266088 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:16:01 [2019-07-19T20:16:01.846Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Close} time=199266088 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:16:01 [2019-07-19T20:16:01.846Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Close} time=199266088 data=null doit=true} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:16:01 [2019-07-19T20:16:01.846Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Close} time=199266088 data=null} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:16:01 [2019-07-19T20:16:01.846Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Close} time=199266089 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:16:01 [2019-07-19T20:16:01.846Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Close} time=199266089 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:16:02 [2019-07-19T20:16:02.103Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Close} time=199266089 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:16:02 [2019-07-19T20:16:02.360Z] DEBUG - Clicked on 16:16:02 [2019-07-19T20:16:02.360Z] DEBUG - matched TimeGraphScale with text "", using matcher: of type 'Canvas' 16:16:02 [2019-07-19T20:16:02.360Z] DEBUG - matched TimeGraphScale with text "", using matcher: (of type 'Canvas') 16:16:02 [2019-07-19T20:16:02.360Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'Canvas' 16:16:02 [2019-07-19T20:16:02.360Z] DEBUG - matched TimeGraphControl with text "", using matcher: (of type 'Canvas') 16:16:02 [2019-07-19T20:16:02.360Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: of type 'Canvas' 16:16:02 [2019-07-19T20:16:02.360Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: (of type 'Canvas') 16:16:02 [2019-07-19T20:16:02.360Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:16:02 [2019-07-19T20:16:02.360Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:16:02 [2019-07-19T20:16:02.617Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' 16:16:02 [2019-07-19T20:16:02.617Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Find} time=199266656 data=null doit=true} to Shell with text {Find} 16:16:02 [2019-07-19T20:16:02.617Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' 16:16:02 [2019-07-19T20:16:02.617Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' 16:16:02 [2019-07-19T20:16:02.617Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:16:02 [2019-07-19T20:16:02.617Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:16:02 [2019-07-19T20:16:02.617Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:16:02 [2019-07-19T20:16:02.617Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:16:02 [2019-07-19T20:16:02.617Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:16:02 [2019-07-19T20:16:02.617Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:16:02 [2019-07-19T20:16:02.617Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:16:02 [2019-07-19T20:16:02.617Z] DEBUG - matched Button with text "Close", using matcher: with mnemonic 'Close' 16:16:02 [2019-07-19T20:16:02.617Z] DEBUG - matched Button with text "Close", using matcher: with style 'SWT.PUSH' 16:16:02 [2019-07-19T20:16:02.617Z] DEBUG - matched Button with text "Close", using matcher: (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:16:02 [2019-07-19T20:16:02.617Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:16:02 [2019-07-19T20:16:02.617Z] DEBUG - Clicking on Close 16:16:02 [2019-07-19T20:16:02.617Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Close} time=199266660 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:16:02 [2019-07-19T20:16:02.617Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Close} time=199266660 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:16:02 [2019-07-19T20:16:02.617Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Close} time=199266660 data=null doit=true} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:16:02 [2019-07-19T20:16:02.617Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Close} time=199266660 data=null} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:16:02 [2019-07-19T20:16:02.617Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Close} time=199266661 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:16:02 [2019-07-19T20:16:02.617Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Close} time=199266661 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:16:02 [2019-07-19T20:16:02.617Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Close} time=199266661 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:16:02 [2019-07-19T20:16:02.874Z] DEBUG - Clicked on 16:16:02 [2019-07-19T20:16:02.874Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:16:02 [2019-07-19T20:16:02.874Z] DEBUG - matched TimeGraphScale with text "", using matcher: of type 'Canvas' 16:16:02 [2019-07-19T20:16:02.874Z] DEBUG - matched TimeGraphScale with text "", using matcher: (of type 'Canvas') 16:16:02 [2019-07-19T20:16:02.874Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'Canvas' 16:16:02 [2019-07-19T20:16:02.874Z] DEBUG - matched TimeGraphControl with text "", using matcher: (of type 'Canvas') 16:16:02 [2019-07-19T20:16:02.874Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: of type 'Canvas' 16:16:02 [2019-07-19T20:16:02.874Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: (of type 'Canvas') 16:16:02 [2019-07-19T20:16:02.874Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:16:02 [2019-07-19T20:16:02.874Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:16:03 [2019-07-19T20:16:03.133Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' 16:16:03 [2019-07-19T20:16:03.133Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Find} time=199267297 data=null doit=true} to Shell with text {Find} 16:16:03 [2019-07-19T20:16:03.133Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' 16:16:03 [2019-07-19T20:16:03.133Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.133Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.133Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.133Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.133Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.133Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.133Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.133Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.133Z] DEBUG - matched Button with text "Fi&nd", using matcher: with mnemonic 'Find' 16:16:03 [2019-07-19T20:16:03.133Z] DEBUG - matched Button with text "Fi&nd", using matcher: with style 'SWT.PUSH' 16:16:03 [2019-07-19T20:16:03.133Z] DEBUG - matched Button with text "Fi&nd", using matcher: (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:16:03 [2019-07-19T20:16:03.133Z] DEBUG - matched Combo with text "bug446190", using matcher: of type 'Combo' 16:16:03 [2019-07-19T20:16:03.133Z] DEBUG - matched Combo with text "bug446190", using matcher: (of type 'Combo') 16:16:03 [2019-07-19T20:16:03.133Z] DEBUG - Setting text on (of type 'Combo') to lttng 16:16:03 [2019-07-19T20:16:03.133Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {lttng} time=199267301 data=null} to (of type 'Combo') 16:16:03 [2019-07-19T20:16:03.133Z] DEBUG - Set text on (of type 'Combo') to lttng 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "&Backward", using matcher: with mnemonic 'Backward' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "&Backward", using matcher: with style 'SWT.RADIO' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "&Backward", using matcher: (of type 'Button' and with mnemonic 'Backward' and with style 'SWT.RADIO') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Backward' and with style 'SWT.RADIO') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {F&orward} time=199267303 data=null doit=true} to Button with text {F&orward} 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {F&orward} time=199267303 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Button with text {F&orward} 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Backward' and with style 'SWT.RADIO') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Backward} time=199267305 data=null doit=true} to (of type 'Button' and with mnemonic 'Backward' and with style 'SWT.RADIO') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Backward} time=199267305 data=null button=1 stateMask=0x0 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'Backward' and with style 'SWT.RADIO') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Backward} time=199267311 data=null button=1 stateMask=0x80000 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'Backward' and with style 'SWT.RADIO') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Backward} time=199267311 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Backward' and with style 'SWT.RADIO') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Backward' and with style 'SWT.RADIO') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with mnemonic 'Case sensitive' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with style 'SWT.CHECK' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "&Case sensitive", using matcher: (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Deselecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$1@3d8904f8 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Case sensitive} time=199267313 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Case sensitive} time=199267313 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Case sensitive} time=199267313 data=null doit=true} to (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Case sensitive} time=199267313 data=null} to (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Case sensitive} time=199267314 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Case sensitive} time=199267314 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Case sensitive} time=199267314 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Case sensitive} time=199267314 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Case sensitive} time=199267314 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Case sensitive} time=199267315 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Case sensitive} time=199267315 data=null doit=true} to (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Case sensitive} time=199267315 data=null} to (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "Wra&p search", using matcher: with mnemonic 'Wrap search' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "Wra&p search", using matcher: with style 'SWT.CHECK' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "Wra&p search", using matcher: (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Selecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$2@2830a10e 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Wra&p search} time=199267316 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Wra&p search} time=199267317 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Wra&p search} time=199267317 data=null doit=true} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Wra&p search} time=199267317 data=null} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Wra&p search} time=199267317 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Wra&p search} time=199267317 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Wra&p search} time=199267317 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Wra&p search} time=199267317 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Wra&p search} time=199267318 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Wra&p search} time=199267318 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Wra&p search} time=199267318 data=null doit=true} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Wra&p search} time=199267318 data=null} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "&Whole word", using matcher: with mnemonic 'Whole word' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "&Whole word", using matcher: with style 'SWT.CHECK' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "&Whole word", using matcher: (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with mnemonic 'Regular expression' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with style 'SWT.CHECK' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Clicking on Fi&nd 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Fi&nd} time=199267321 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=199267321 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Fi&nd} time=199267321 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Fi&nd} time=199267321 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Fi&nd} time=199267321 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Fi&nd} time=199267321 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Fi&nd} time=199267322 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Fi&nd} time=199267327 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=199267328 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Fi&nd} time=199267328 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Fi&nd} time=199267328 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Fi&nd} time=199267335 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Clicked on Fi&nd 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Label with text "&Find:", using matcher: of type 'Label' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Label with text "&Find:", using matcher: (of type 'Label') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Label with text "Wrapped search", using matcher: of type 'Label' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Label with text "Wrapped search", using matcher: (of type 'Label') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Label with text "&Find:", using matcher: of type 'Label' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Label with text "&Find:", using matcher: (of type 'Label') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Label with text "Wrapped search", using matcher: of type 'Label' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Label with text "Wrapped search", using matcher: (of type 'Label') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Combo with text "lttng", using matcher: of type 'Combo' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Combo with text "lttng", using matcher: (of type 'Combo') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Setting text on (of type 'Combo') to lttng 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {lttng} time=199267344 data=null} to (of type 'Combo') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Set text on (of type 'Combo') to lttng 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "F&orward", using matcher: with mnemonic 'Forward' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "F&orward", using matcher: with style 'SWT.RADIO' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "F&orward", using matcher: (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Backward} time=199267353 data=null doit=true} to Button with text {&Backward} 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Backward} time=199267353 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Button with text {&Backward} 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {F&orward} time=199267354 data=null doit=true} to (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {F&orward} time=199267355 data=null button=1 stateMask=0x0 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {F&orward} time=199267355 data=null button=1 stateMask=0x80000 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {F&orward} time=199267355 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with mnemonic 'Case sensitive' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with style 'SWT.CHECK' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "&Case sensitive", using matcher: (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "Wra&p search", using matcher: with mnemonic 'Wrap search' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "Wra&p search", using matcher: with style 'SWT.CHECK' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "Wra&p search", using matcher: (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') already selected, not selecting again. 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "&Whole word", using matcher: with mnemonic 'Whole word' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "&Whole word", using matcher: with style 'SWT.CHECK' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "&Whole word", using matcher: (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with mnemonic 'Regular expression' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with style 'SWT.CHECK' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Clicking on Fi&nd 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Fi&nd} time=199267366 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=199267367 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Fi&nd} time=199267367 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Fi&nd} time=199267367 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Fi&nd} time=199267367 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Fi&nd} time=199267367 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Fi&nd} time=199267367 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Fi&nd} time=199267369 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=199267369 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Fi&nd} time=199267369 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Fi&nd} time=199267369 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Fi&nd} time=199267369 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Clicked on Fi&nd 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Label with text "&Find:", using matcher: of type 'Label' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Label with text "&Find:", using matcher: (of type 'Label') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Label with text "Wrapped search", using matcher: of type 'Label' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Label with text "Wrapped search", using matcher: (of type 'Label') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "Close", using matcher: with mnemonic 'Close' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "Close", using matcher: with style 'SWT.PUSH' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "Close", using matcher: (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Clicking on Close 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Close} time=199267373 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Close} time=199267373 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Close} time=199267373 data=null doit=true} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Close} time=199267373 data=null} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Close} time=199267373 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:16:03 [2019-07-19T20:16:03.134Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Close} time=199267373 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:16:03 [2019-07-19T20:16:03.391Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Close} time=199267373 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:16:03 [2019-07-19T20:16:03.648Z] DEBUG - Clicked on 16:16:03 [2019-07-19T20:16:03.648Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - test/Traces/bug446190/bug446190_ - Eclipse Platform} time=199267766 data=null doit=true} to Shell with text {data - test/Traces/bug446190/bug446190_ - Eclipse Platform} 16:16:03 [2019-07-19T20:16:03.648Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' 16:16:03 [2019-07-19T20:16:03.905Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:16:03 [2019-07-19T20:16:03.905Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:16:03 [2019-07-19T20:16:03.905Z] DEBUG - Attempting to set focus on Tree with text {} 16:16:03 [2019-07-19T20:16:03.905Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199268054 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:16:03 [2019-07-19T20:16:03.905Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199268054 data=null doit=true} to TreeItem with text {test} 16:16:03 [2019-07-19T20:16:03.905Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199268054 data=null} to TreeItem with text {test} 16:16:03 [2019-07-19T20:16:03.905Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199268054 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:16:03 [2019-07-19T20:16:03.905Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199268055 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:16:03 [2019-07-19T20:16:03.905Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199268070 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:16:04 [2019-07-19T20:16:04.162Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' 16:16:04 [2019-07-19T20:16:04.162Z] DEBUG - Clicking on with mnemonic 'Delete' 16:16:04 [2019-07-19T20:16:04.419Z] DEBUG - Clicked on with mnemonic 'Delete' 16:16:04 [2019-07-19T20:16:04.984Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' 16:16:04 [2019-07-19T20:16:04.984Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} 16:16:04 [2019-07-19T20:16:04.984Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 16:16:04 [2019-07-19T20:16:04.984Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' 16:16:04 [2019-07-19T20:16:04.984Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') 16:16:04 [2019-07-19T20:16:04.984Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 16:16:04 [2019-07-19T20:16:04.984Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:16:04 [2019-07-19T20:16:04.984Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:16:04 [2019-07-19T20:16:04.984Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') 16:16:04 [2019-07-19T20:16:04.984Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected 16:16:04 [2019-07-19T20:16:04.984Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199268991 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:16:04 [2019-07-19T20:16:04.984Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199268992 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:16:04 [2019-07-19T20:16:04.984Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=199268992 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:16:04 [2019-07-19T20:16:04.984Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=199268992 data=null} to (of type 'Button' and with style 'SWT.CHECK') 16:16:04 [2019-07-19T20:16:04.984Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199268992 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:16:04 [2019-07-19T20:16:04.984Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199268992 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:16:04 [2019-07-19T20:16:04.984Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=199268993 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:16:04 [2019-07-19T20:16:04.984Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199268993 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:16:04 [2019-07-19T20:16:04.984Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199268993 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:16:04 [2019-07-19T20:16:04.984Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199268993 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:16:04 [2019-07-19T20:16:04.984Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=199268993 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:16:04 [2019-07-19T20:16:04.984Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=199268993 data=null} to (of type 'Button' and with style 'SWT.CHECK') 16:16:04 [2019-07-19T20:16:04.984Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') 16:16:04 [2019-07-19T20:16:04.984Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 16:16:04 [2019-07-19T20:16:04.984Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 16:16:04 [2019-07-19T20:16:04.984Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:16:04 [2019-07-19T20:16:04.984Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:16:04 [2019-07-19T20:16:04.984Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 16:16:04 [2019-07-19T20:16:04.984Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:16:04 [2019-07-19T20:16:04.984Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:16:04 [2019-07-19T20:16:04.984Z] DEBUG - Clicking on OK 16:16:04 [2019-07-19T20:16:04.984Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=199268995 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:16:04 [2019-07-19T20:16:04.984Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=199268996 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:16:04 [2019-07-19T20:16:04.984Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=199268996 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:16:04 [2019-07-19T20:16:04.984Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=199268996 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:16:04 [2019-07-19T20:16:04.984Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=199268996 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:16:04 [2019-07-19T20:16:04.984Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=199268996 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:16:04 [2019-07-19T20:16:04.984Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:16:04 [2019-07-19T20:16:04.984Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:16:04 [2019-07-19T20:16:04.984Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:16:04 [2019-07-19T20:16:04.984Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:16:04 [2019-07-19T20:16:04.984Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:16:04 [2019-07-19T20:16:04.984Z] DEBUG - Clicked on OK 16:16:05 [2019-07-19T20:16:05.549Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=199268996 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:16:05 [2019-07-19T20:16:05.549Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=199268226 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' 16:16:05 [2019-07-19T20:16:05.806Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.503 s - in org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ControlFlowViewFindTest 16:16:05 [2019-07-19T20:16:05.806Z] testRegEx(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ControlFlowViewFindTest) Time elapsed: 1.695 s 16:16:05 [2019-07-19T20:16:05.806Z] testDirection(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ControlFlowViewFindTest) Time elapsed: 1.021 s 16:16:05 [2019-07-19T20:16:05.806Z] testWholeWord(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ControlFlowViewFindTest) Time elapsed: 1.016 s 16:16:05 [2019-07-19T20:16:05.806Z] testCaseSensitive(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ControlFlowViewFindTest) Time elapsed: 1.055 s 16:16:05 [2019-07-19T20:16:05.806Z] testOpenCloseDialog(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ControlFlowViewFindTest) Time elapsed: 1.394 s 16:16:05 [2019-07-19T20:16:05.806Z] testWrapSearch(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ControlFlowViewFindTest) Time elapsed: 0.832 s 16:16:05 [2019-07-19T20:16:05.806Z] Running org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.KernelMemoryUsageViewTest 16:16:06 [2019-07-19T20:16:06.370Z] *** BUG *** 16:16:06 [2019-07-19T20:16:06.370Z] In pixman_region32_init_rect: Invalid rectangle passed 16:16:06 [2019-07-19T20:16:06.370Z] Set a breakpoint on '_pixman_log_error' to debug 16:16:06 [2019-07-19T20:16:06.370Z] 16:16:06 [2019-07-19T20:16:06.370Z] *** BUG *** 16:16:06 [2019-07-19T20:16:06.370Z] In pixman_region32_init_rect: Invalid rectangle passed 16:16:06 [2019-07-19T20:16:06.370Z] Set a breakpoint on '_pixman_log_error' to debug 16:16:06 [2019-07-19T20:16:06.370Z] 16:16:06 [2019-07-19T20:16:06.627Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.ui.kernelmemoryusageview"' 16:16:06 [2019-07-19T20:16:06.627Z] DEBUG - matched with text "", using matcher: of type 'Chart' 16:16:13 [2019-07-19T20:16:13.173Z] DEBUG - matched EditorReference with text "", using matcher: with name '"bug446190"' 16:16:13 [2019-07-19T20:16:13.173Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:16:13 [2019-07-19T20:16:13.173Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:16:13 [2019-07-19T20:16:13.173Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:16:13 [2019-07-19T20:16:13.173Z] DEBUG - number of items : 6 16:16:13 [2019-07-19T20:16:13.173Z] DEBUG - Clicking on ToolItem with tooltip text {Showing active threads} 16:16:13 [2019-07-19T20:16:13.173Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199277336 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Showing active threads} 16:16:13 [2019-07-19T20:16:13.173Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199277336 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Showing active threads} 16:16:13 [2019-07-19T20:16:13.173Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199277336 data=null doit=true} to ToolItem with tooltip text {Showing active threads} 16:16:13 [2019-07-19T20:16:13.173Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199277337 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Showing active threads} 16:16:13 [2019-07-19T20:16:13.173Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199277337 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Showing active threads} 16:16:13 [2019-07-19T20:16:13.173Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199277337 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Showing active threads} 16:16:13 [2019-07-19T20:16:13.431Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199277338 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Showing all threads} 16:16:13 [2019-07-19T20:16:13.431Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199277428 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Showing all threads} 16:16:13 [2019-07-19T20:16:13.431Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199277428 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Showing all threads} 16:16:13 [2019-07-19T20:16:13.431Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199277428 data=null doit=true} to ToolItem with tooltip text {Showing all threads} 16:16:13 [2019-07-19T20:16:13.431Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199277429 data=null} to ToolItem with tooltip text {Showing all threads} 16:16:13 [2019-07-19T20:16:13.431Z] DEBUG - Clicked on ToolItem with tooltip text {Showing all threads} 16:16:13 [2019-07-19T20:16:13.431Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:16:13 [2019-07-19T20:16:13.431Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:16:13 [2019-07-19T20:16:13.431Z] DEBUG - number of items : 6 16:16:13 [2019-07-19T20:16:13.431Z] DEBUG - Clicking on ToolItem with tooltip text {Showing all threads} 16:16:13 [2019-07-19T20:16:13.431Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199277437 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Showing all threads} 16:16:13 [2019-07-19T20:16:13.431Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199277437 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Showing all threads} 16:16:13 [2019-07-19T20:16:13.431Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199277437 data=null doit=true} to ToolItem with tooltip text {Showing all threads} 16:16:13 [2019-07-19T20:16:13.431Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199277437 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Showing all threads} 16:16:13 [2019-07-19T20:16:13.431Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199277437 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Showing all threads} 16:16:13 [2019-07-19T20:16:13.431Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199277437 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Showing all threads} 16:16:13 [2019-07-19T20:16:13.431Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199277438 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Showing active threads} 16:16:13 [2019-07-19T20:16:13.431Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199277463 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Showing active threads} 16:16:13 [2019-07-19T20:16:13.431Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199277463 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Showing active threads} 16:16:13 [2019-07-19T20:16:13.431Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199277463 data=null doit=true} to ToolItem with tooltip text {Showing active threads} 16:16:13 [2019-07-19T20:16:13.431Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199277463 data=null} to ToolItem with tooltip text {Showing active threads} 16:16:13 [2019-07-19T20:16:13.431Z] DEBUG - Clicked on ToolItem with tooltip text {Showing active threads} 16:16:13 [2019-07-19T20:16:13.431Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:16:13 [2019-07-19T20:16:13.431Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:16:13 [2019-07-19T20:16:13.431Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.ui.kernelmemoryusageview"' 16:16:13 [2019-07-19T20:16:13.431Z] DEBUG - matched with text "", using matcher: of type 'Chart' 16:16:16 [2019-07-19T20:16:16.707Z] DEBUG - matched EditorReference with text "", using matcher: with name '"bug446190"' 16:16:16 [2019-07-19T20:16:16.707Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:16:16 [2019-07-19T20:16:16.707Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:16:16 [2019-07-19T20:16:16.708Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:16:16 [2019-07-19T20:16:16.964Z] DEBUG - Setting state to checked on: lttng-sessiond 16:16:16 [2019-07-19T20:16:16.964Z] DEBUG - Setting state to checked on: lttng-consumerd 16:16:17 [2019-07-19T20:16:17.222Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=199281377 data=null doit=true} to Shell with text {data - Eclipse Platform} 16:16:17 [2019-07-19T20:16:17.222Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' 16:16:17 [2019-07-19T20:16:17.480Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:16:17 [2019-07-19T20:16:17.480Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:16:17 [2019-07-19T20:16:17.480Z] DEBUG - Attempting to set focus on Tree with text {} 16:16:17 [2019-07-19T20:16:17.480Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199281474 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:16:17 [2019-07-19T20:16:17.480Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199281474 data=null doit=true} to TreeItem with text {test} 16:16:17 [2019-07-19T20:16:17.480Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199281474 data=null} to TreeItem with text {test} 16:16:17 [2019-07-19T20:16:17.480Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199281475 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:16:17 [2019-07-19T20:16:17.480Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199281475 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:16:17 [2019-07-19T20:16:17.480Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199281538 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:16:17 [2019-07-19T20:16:17.480Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' 16:16:17 [2019-07-19T20:16:17.480Z] DEBUG - Clicking on with mnemonic 'Delete' 16:16:17 [2019-07-19T20:16:17.737Z] DEBUG - Clicked on with mnemonic 'Delete' 16:16:18 [2019-07-19T20:16:18.300Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' 16:16:18 [2019-07-19T20:16:18.300Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} 16:16:18 [2019-07-19T20:16:18.300Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 16:16:18 [2019-07-19T20:16:18.300Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' 16:16:18 [2019-07-19T20:16:18.300Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') 16:16:18 [2019-07-19T20:16:18.300Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 16:16:18 [2019-07-19T20:16:18.300Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:16:18 [2019-07-19T20:16:18.300Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:16:18 [2019-07-19T20:16:18.300Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') 16:16:18 [2019-07-19T20:16:18.300Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected 16:16:18 [2019-07-19T20:16:18.300Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199282470 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:16:18 [2019-07-19T20:16:18.300Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199282470 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:16:18 [2019-07-19T20:16:18.300Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=199282471 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:16:18 [2019-07-19T20:16:18.300Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=199282471 data=null} to (of type 'Button' and with style 'SWT.CHECK') 16:16:18 [2019-07-19T20:16:18.300Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199282471 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:16:18 [2019-07-19T20:16:18.300Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199282471 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:16:18 [2019-07-19T20:16:18.300Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=199282471 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:16:18 [2019-07-19T20:16:18.300Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199282471 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:16:18 [2019-07-19T20:16:18.300Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199282471 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:16:18 [2019-07-19T20:16:18.300Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199282471 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:16:18 [2019-07-19T20:16:18.300Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=199282471 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:16:18 [2019-07-19T20:16:18.300Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=199282472 data=null} to (of type 'Button' and with style 'SWT.CHECK') 16:16:18 [2019-07-19T20:16:18.300Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') 16:16:18 [2019-07-19T20:16:18.300Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 16:16:18 [2019-07-19T20:16:18.300Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 16:16:18 [2019-07-19T20:16:18.300Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:16:18 [2019-07-19T20:16:18.300Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:16:18 [2019-07-19T20:16:18.300Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 16:16:18 [2019-07-19T20:16:18.300Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:16:18 [2019-07-19T20:16:18.300Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:16:18 [2019-07-19T20:16:18.300Z] DEBUG - Clicking on OK 16:16:18 [2019-07-19T20:16:18.300Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=199282473 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:16:18 [2019-07-19T20:16:18.301Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=199282473 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:16:18 [2019-07-19T20:16:18.301Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=199282473 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:16:18 [2019-07-19T20:16:18.301Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=199282473 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:16:18 [2019-07-19T20:16:18.301Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=199282473 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:16:18 [2019-07-19T20:16:18.301Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=199282474 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:16:18 [2019-07-19T20:16:18.301Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:16:18 [2019-07-19T20:16:18.301Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:16:18 [2019-07-19T20:16:18.301Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:16:18 [2019-07-19T20:16:18.301Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:16:18 [2019-07-19T20:16:18.301Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:16:18 [2019-07-19T20:16:18.301Z] DEBUG - Clicked on OK 16:16:18 [2019-07-19T20:16:18.865Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=199282474 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:16:18 [2019-07-19T20:16:18.865Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=199281664 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' 16:16:19 [2019-07-19T20:16:19.427Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.546 s - in org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.KernelMemoryUsageViewTest 16:16:19 [2019-07-19T20:16:19.427Z] testFilter(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.KernelMemoryUsageViewTest) Time elapsed: 7.357 s 16:16:19 [2019-07-19T20:16:19.427Z] testKernelMemoryView(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.KernelMemoryUsageViewTest) Time elapsed: 3.726 s 16:16:19 [2019-07-19T20:16:19.427Z] Running org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesViewExpandStateTest 16:16:29 [2019-07-19T20:16:29.384Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Resources"' 16:16:29 [2019-07-19T20:16:29.384Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 16:16:29 [2019-07-19T20:16:29.384Z] DEBUG - matched EditorReference with text "", using matcher: with name '"bug446190"' 16:16:29 [2019-07-19T20:16:29.384Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:16:29 [2019-07-19T20:16:29.384Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:16:29 [2019-07-19T20:16:29.384Z] DEBUG - matched EditorReference with text "", using matcher: with name '"flipping-endianness"' 16:16:29 [2019-07-19T20:16:29.384Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:16:29 [2019-07-19T20:16:29.384Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:16:29 [2019-07-19T20:16:29.384Z] DEBUG - matched EditorReference with text "", using matcher: with name '"bug446190"' 16:16:29 [2019-07-19T20:16:29.384Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:16:29 [2019-07-19T20:16:29.384Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:16:29 [2019-07-19T20:16:29.384Z] DEBUG - matched EditorReference with text "", using matcher: with name '"flipping-endianness"' 16:16:29 [2019-07-19T20:16:29.384Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:16:29 [2019-07-19T20:16:29.384Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:16:29 [2019-07-19T20:16:29.384Z] DEBUG - matched EditorReference with text "", using matcher: with name '"bug446190"' 16:16:29 [2019-07-19T20:16:29.384Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:16:29 [2019-07-19T20:16:29.384Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:16:29 [2019-07-19T20:16:29.384Z] DEBUG - matched EditorReference with text "", using matcher: with name '"flipping-endianness"' 16:16:29 [2019-07-19T20:16:29.682Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:16:29 [2019-07-19T20:16:29.682Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:16:29 [2019-07-19T20:16:29.682Z] DEBUG - matched EditorReference with text "", using matcher: with name '"bug446190"' 16:16:29 [2019-07-19T20:16:29.939Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:16:29 [2019-07-19T20:16:29.939Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:16:30 [2019-07-19T20:16:30.503Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=199294569 data=null doit=true} to Shell with text {data - Eclipse Platform} 16:16:30 [2019-07-19T20:16:30.503Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' 16:16:30 [2019-07-19T20:16:30.503Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:16:30 [2019-07-19T20:16:30.503Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:16:30 [2019-07-19T20:16:30.503Z] DEBUG - Attempting to set focus on Tree with text {} 16:16:30 [2019-07-19T20:16:30.503Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199294629 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:16:30 [2019-07-19T20:16:30.503Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199294629 data=null doit=true} to TreeItem with text {test} 16:16:30 [2019-07-19T20:16:30.503Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199294629 data=null} to TreeItem with text {test} 16:16:30 [2019-07-19T20:16:30.503Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199294630 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:16:30 [2019-07-19T20:16:30.503Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199294630 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:16:30 [2019-07-19T20:16:30.503Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199294639 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:16:30 [2019-07-19T20:16:30.760Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' 16:16:30 [2019-07-19T20:16:30.760Z] DEBUG - Clicking on with mnemonic 'Delete' 16:16:30 [2019-07-19T20:16:30.760Z] DEBUG - Clicked on with mnemonic 'Delete' 16:16:31 [2019-07-19T20:16:31.324Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' 16:16:31 [2019-07-19T20:16:31.324Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} 16:16:31 [2019-07-19T20:16:31.324Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 16:16:31 [2019-07-19T20:16:31.324Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' 16:16:31 [2019-07-19T20:16:31.324Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') 16:16:31 [2019-07-19T20:16:31.324Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 16:16:31 [2019-07-19T20:16:31.324Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:16:31 [2019-07-19T20:16:31.324Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:16:31 [2019-07-19T20:16:31.324Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') 16:16:31 [2019-07-19T20:16:31.324Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected 16:16:31 [2019-07-19T20:16:31.324Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199295358 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:16:31 [2019-07-19T20:16:31.324Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199295359 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:16:31 [2019-07-19T20:16:31.324Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=199295369 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:16:31 [2019-07-19T20:16:31.324Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=199295369 data=null} to (of type 'Button' and with style 'SWT.CHECK') 16:16:31 [2019-07-19T20:16:31.324Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199295370 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:16:31 [2019-07-19T20:16:31.324Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199295370 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:16:31 [2019-07-19T20:16:31.324Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=199295370 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:16:31 [2019-07-19T20:16:31.324Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199295370 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:16:31 [2019-07-19T20:16:31.324Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199295370 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:16:31 [2019-07-19T20:16:31.324Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199295370 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:16:31 [2019-07-19T20:16:31.324Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=199295370 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:16:31 [2019-07-19T20:16:31.324Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=199295370 data=null} to (of type 'Button' and with style 'SWT.CHECK') 16:16:31 [2019-07-19T20:16:31.324Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') 16:16:31 [2019-07-19T20:16:31.324Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 16:16:31 [2019-07-19T20:16:31.324Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 16:16:31 [2019-07-19T20:16:31.324Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:16:31 [2019-07-19T20:16:31.324Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:16:31 [2019-07-19T20:16:31.324Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 16:16:31 [2019-07-19T20:16:31.324Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:16:31 [2019-07-19T20:16:31.324Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:16:31 [2019-07-19T20:16:31.324Z] DEBUG - Clicking on OK 16:16:31 [2019-07-19T20:16:31.324Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=199295374 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:16:31 [2019-07-19T20:16:31.324Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=199295375 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:16:31 [2019-07-19T20:16:31.324Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=199295375 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:16:31 [2019-07-19T20:16:31.324Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=199295375 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:16:31 [2019-07-19T20:16:31.324Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=199295375 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:16:31 [2019-07-19T20:16:31.324Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=199295375 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:16:31 [2019-07-19T20:16:31.324Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:16:31 [2019-07-19T20:16:31.324Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:16:31 [2019-07-19T20:16:31.324Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:16:31 [2019-07-19T20:16:31.324Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:16:31 [2019-07-19T20:16:31.324Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:16:31 [2019-07-19T20:16:31.324Z] DEBUG - Clicked on OK 16:16:31 [2019-07-19T20:16:31.887Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=199295375 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:16:31 [2019-07-19T20:16:31.887Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=199294767 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' 16:16:32 [2019-07-19T20:16:32.451Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.04 s - in org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesViewExpandStateTest 16:16:32 [2019-07-19T20:16:32.451Z] testExpandedState(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesViewExpandStateTest) Time elapsed: 2.922 s 16:16:32 [2019-07-19T20:16:32.451Z] Running org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesAndCpuViewTest 16:16:32 [2019-07-19T20:16:32.709Z] *** BUG *** 16:16:32 [2019-07-19T20:16:32.709Z] In pixman_region32_init_rect: Invalid rectangle passed 16:16:32 [2019-07-19T20:16:32.709Z] Set a breakpoint on '_pixman_log_error' to debug 16:16:32 [2019-07-19T20:16:32.709Z] 16:16:32 [2019-07-19T20:16:32.709Z] *** BUG *** 16:16:32 [2019-07-19T20:16:32.709Z] In pixman_region32_init_rect: Invalid rectangle passed 16:16:32 [2019-07-19T20:16:32.709Z] Set a breakpoint on '_pixman_log_error' to debug 16:16:32 [2019-07-19T20:16:32.709Z] 16:16:32 [2019-07-19T20:16:32.966Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.cpuusage"' 16:16:32 [2019-07-19T20:16:32.966Z] DEBUG - matched with text "", using matcher: of type 'Chart' 16:16:39 [2019-07-19T20:16:39.516Z] DEBUG - matched EditorReference with text "", using matcher: with name '"bug446190"' 16:16:39 [2019-07-19T20:16:39.516Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:16:39 [2019-07-19T20:16:39.516Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' 16:16:39 [2019-07-19T20:16:39.516Z] DEBUG - number of items : 5 16:16:39 [2019-07-19T20:16:39.516Z] DEBUG - Clicking on ToolItem with tooltip text {Reset the Time Scale to Default} 16:16:39 [2019-07-19T20:16:39.516Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199302965 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Reset the Time Scale to Default} 16:16:39 [2019-07-19T20:16:39.516Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199302966 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Reset the Time Scale to Default} 16:16:39 [2019-07-19T20:16:39.516Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199302966 data=null doit=true} to ToolItem with tooltip text {Reset the Time Scale to Default} 16:16:39 [2019-07-19T20:16:39.516Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199302966 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Reset the Time Scale to Default} 16:16:39 [2019-07-19T20:16:39.516Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199302966 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Reset the Time Scale to Default} 16:16:39 [2019-07-19T20:16:39.516Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199302966 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Reset the Time Scale to Default} 16:16:39 [2019-07-19T20:16:39.516Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199303028 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Reset the Time Scale to Default} 16:16:39 [2019-07-19T20:16:39.516Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199303244 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Reset the Time Scale to Default} 16:16:39 [2019-07-19T20:16:39.516Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199303244 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Reset the Time Scale to Default} 16:16:39 [2019-07-19T20:16:39.516Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199303244 data=null doit=true} to ToolItem with tooltip text {Reset the Time Scale to Default} 16:16:39 [2019-07-19T20:16:39.516Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199303245 data=null} to ToolItem with tooltip text {Reset the Time Scale to Default} 16:16:39 [2019-07-19T20:16:39.516Z] DEBUG - Clicked on ToolItem with tooltip text {Reset the Time Scale to Default} 16:16:39 [2019-07-19T20:16:39.774Z] DEBUG - number of items : 17 16:16:39 [2019-07-19T20:16:39.774Z] DEBUG - Clicking on ToolItem with tooltip text {Reset the Time Scale to Default} 16:16:39 [2019-07-19T20:16:39.774Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199303955 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Reset the Time Scale to Default} 16:16:39 [2019-07-19T20:16:39.774Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199303955 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Reset the Time Scale to Default} 16:16:39 [2019-07-19T20:16:39.774Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199303955 data=null doit=true} to ToolItem with tooltip text {Reset the Time Scale to Default} 16:16:39 [2019-07-19T20:16:39.774Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199303956 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Reset the Time Scale to Default} 16:16:39 [2019-07-19T20:16:39.774Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199303956 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Reset the Time Scale to Default} 16:16:39 [2019-07-19T20:16:39.774Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199303956 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Reset the Time Scale to Default} 16:16:39 [2019-07-19T20:16:39.774Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199303956 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Reset the Time Scale to Default} 16:16:39 [2019-07-19T20:16:39.774Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199303956 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Reset the Time Scale to Default} 16:16:39 [2019-07-19T20:16:39.774Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199303957 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Reset the Time Scale to Default} 16:16:39 [2019-07-19T20:16:39.774Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199303957 data=null doit=true} to ToolItem with tooltip text {Reset the Time Scale to Default} 16:16:39 [2019-07-19T20:16:39.774Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199303957 data=null} to ToolItem with tooltip text {Reset the Time Scale to Default} 16:16:39 [2019-07-19T20:16:39.774Z] DEBUG - Clicked on ToolItem with tooltip text {Reset the Time Scale to Default} 16:16:41 [2019-07-19T20:16:41.144Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.cpuusage"' 16:16:41 [2019-07-19T20:16:41.144Z] DEBUG - matched with text "", using matcher: of type 'Chart' 16:16:44 [2019-07-19T20:16:44.416Z] DEBUG - matched EditorReference with text "", using matcher: with name '"bug446190"' 16:16:44 [2019-07-19T20:16:44.416Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:16:44 [2019-07-19T20:16:44.672Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' 16:16:45 [2019-07-19T20:16:45.235Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:16:45 [2019-07-19T20:16:45.235Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:16:45 [2019-07-19T20:16:45.235Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:16:45 [2019-07-19T20:16:45.235Z] DEBUG - Setting state to checked on: lttng-sessiond 16:16:45 [2019-07-19T20:16:45.235Z] DEBUG - Setting state to unchecked on: lttng-sessiond 16:16:45 [2019-07-19T20:16:45.235Z] DEBUG - Setting state to checked on: lttng-consumerd 16:16:46 [2019-07-19T20:16:46.605Z] DEBUG - number of items : 17 16:16:46 [2019-07-19T20:16:46.605Z] DEBUG - Clicking on ToolItem with tooltip text {Reset the Time Scale to Default} 16:16:46 [2019-07-19T20:16:46.605Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199310552 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Reset the Time Scale to Default} 16:16:46 [2019-07-19T20:16:46.605Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199310553 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Reset the Time Scale to Default} 16:16:46 [2019-07-19T20:16:46.605Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199310553 data=null doit=true} to ToolItem with tooltip text {Reset the Time Scale to Default} 16:16:46 [2019-07-19T20:16:46.605Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199310553 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Reset the Time Scale to Default} 16:16:46 [2019-07-19T20:16:46.605Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199310553 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Reset the Time Scale to Default} 16:16:46 [2019-07-19T20:16:46.605Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199310553 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Reset the Time Scale to Default} 16:16:46 [2019-07-19T20:16:46.605Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199310554 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Reset the Time Scale to Default} 16:16:46 [2019-07-19T20:16:46.605Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199310554 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Reset the Time Scale to Default} 16:16:46 [2019-07-19T20:16:46.605Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199310554 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Reset the Time Scale to Default} 16:16:46 [2019-07-19T20:16:46.605Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199310554 data=null doit=true} to ToolItem with tooltip text {Reset the Time Scale to Default} 16:16:46 [2019-07-19T20:16:46.605Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199310554 data=null} to ToolItem with tooltip text {Reset the Time Scale to Default} 16:16:46 [2019-07-19T20:16:46.605Z] DEBUG - Clicked on ToolItem with tooltip text {Reset the Time Scale to Default} 16:16:47 [2019-07-19T20:16:47.682Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.cpuusage"' 16:16:47 [2019-07-19T20:16:47.682Z] DEBUG - matched with text "", using matcher: of type 'Chart' 16:16:50 [2019-07-19T20:16:50.955Z] DEBUG - matched EditorReference with text "", using matcher: with name '"bug446190"' 16:16:50 [2019-07-19T20:16:50.955Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:16:50 [2019-07-19T20:16:50.955Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' 16:16:50 [2019-07-19T20:16:50.955Z] DEBUG - matched with text "", using matcher: of type 'Chart' 16:16:50 [2019-07-19T20:16:50.955Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:16:51 [2019-07-19T20:16:51.212Z] DEBUG - matched with text "", using matcher: of type 'Chart' 16:16:51 [2019-07-19T20:16:51.212Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:16:51 [2019-07-19T20:16:51.212Z] DEBUG - matched with text "", using matcher: of type 'Chart' 16:16:51 [2019-07-19T20:16:51.212Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:16:51 [2019-07-19T20:16:51.469Z] DEBUG - matched with text "", using matcher: of type 'Chart' 16:16:51 [2019-07-19T20:16:51.469Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:16:51 [2019-07-19T20:16:51.469Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=199315639 data=null doit=true} to Shell with text {data - Eclipse Platform} 16:16:51 [2019-07-19T20:16:51.469Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' 16:16:51 [2019-07-19T20:16:51.725Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:16:51 [2019-07-19T20:16:51.725Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:16:51 [2019-07-19T20:16:51.725Z] DEBUG - Attempting to set focus on Tree with text {} 16:16:51 [2019-07-19T20:16:51.725Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199315733 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:16:51 [2019-07-19T20:16:51.725Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199315734 data=null doit=true} to TreeItem with text {test} 16:16:51 [2019-07-19T20:16:51.725Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199315734 data=null} to TreeItem with text {test} 16:16:51 [2019-07-19T20:16:51.725Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199315734 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:16:51 [2019-07-19T20:16:51.725Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199315734 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:16:51 [2019-07-19T20:16:51.725Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199315744 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:16:51 [2019-07-19T20:16:51.982Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' 16:16:51 [2019-07-19T20:16:51.982Z] DEBUG - Clicking on with mnemonic 'Delete' 16:16:51 [2019-07-19T20:16:51.982Z] DEBUG - Clicked on with mnemonic 'Delete' 16:16:52 [2019-07-19T20:16:52.912Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' 16:16:52 [2019-07-19T20:16:52.912Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} 16:16:52 [2019-07-19T20:16:52.912Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 16:16:52 [2019-07-19T20:16:52.912Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' 16:16:52 [2019-07-19T20:16:52.912Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') 16:16:52 [2019-07-19T20:16:52.912Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 16:16:52 [2019-07-19T20:16:52.912Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:16:52 [2019-07-19T20:16:52.912Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:16:52 [2019-07-19T20:16:52.912Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') 16:16:52 [2019-07-19T20:16:52.912Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected 16:16:52 [2019-07-19T20:16:52.912Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199316876 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:16:52 [2019-07-19T20:16:52.912Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199316876 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:16:52 [2019-07-19T20:16:52.912Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=199316876 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:16:52 [2019-07-19T20:16:52.912Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=199316876 data=null} to (of type 'Button' and with style 'SWT.CHECK') 16:16:52 [2019-07-19T20:16:52.912Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199316877 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:16:52 [2019-07-19T20:16:52.912Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199316877 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:16:52 [2019-07-19T20:16:52.912Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=199316877 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:16:52 [2019-07-19T20:16:52.912Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199316877 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:16:52 [2019-07-19T20:16:52.912Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199316877 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:16:52 [2019-07-19T20:16:52.912Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199316877 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:16:52 [2019-07-19T20:16:52.912Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=199316877 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:16:52 [2019-07-19T20:16:52.912Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=199316877 data=null} to (of type 'Button' and with style 'SWT.CHECK') 16:16:52 [2019-07-19T20:16:52.912Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') 16:16:52 [2019-07-19T20:16:52.912Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 16:16:52 [2019-07-19T20:16:52.912Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 16:16:52 [2019-07-19T20:16:52.912Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:16:52 [2019-07-19T20:16:52.912Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:16:52 [2019-07-19T20:16:52.912Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 16:16:52 [2019-07-19T20:16:52.912Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:16:52 [2019-07-19T20:16:52.912Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:16:52 [2019-07-19T20:16:52.912Z] DEBUG - Clicking on OK 16:16:52 [2019-07-19T20:16:52.912Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=199316879 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:16:52 [2019-07-19T20:16:52.912Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=199316879 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:16:52 [2019-07-19T20:16:52.912Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=199316879 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:16:52 [2019-07-19T20:16:52.912Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=199316879 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:16:52 [2019-07-19T20:16:52.912Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=199316879 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:16:52 [2019-07-19T20:16:52.912Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=199316879 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:16:52 [2019-07-19T20:16:52.912Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:16:52 [2019-07-19T20:16:52.912Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:16:52 [2019-07-19T20:16:52.912Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:16:52 [2019-07-19T20:16:52.912Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:16:52 [2019-07-19T20:16:52.912Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:16:52 [2019-07-19T20:16:52.912Z] DEBUG - Clicked on OK 16:16:53 [2019-07-19T20:16:53.476Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=199316879 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:16:53 [2019-07-19T20:16:53.476Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=199316004 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' 16:16:53 [2019-07-19T20:16:53.476Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.006 s - in org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesAndCpuViewTest 16:16:53 [2019-07-19T20:16:53.476Z] testResetTimeRange(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesAndCpuViewTest) Time elapsed: 8.411 s 16:16:53 [2019-07-19T20:16:53.476Z] testCpuView(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesAndCpuViewTest) Time elapsed: 6.414 s 16:16:53 [2019-07-19T20:16:53.476Z] testSignals(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesAndCpuViewTest) Time elapsed: 3.981 s 16:16:53 [2019-07-19T20:16:53.476Z] Running org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ControlFlowViewExpandStateTest 16:17:01 [2019-07-19T20:17:01.577Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' 16:17:01 [2019-07-19T20:17:01.577Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 16:17:01 [2019-07-19T20:17:01.577Z] DEBUG - matched EditorReference with text "", using matcher: with name '"bug446190"' 16:17:01 [2019-07-19T20:17:01.834Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:17:01 [2019-07-19T20:17:01.834Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:17:01 [2019-07-19T20:17:01.834Z] DEBUG - matched EditorReference with text "", using matcher: with name '"flipping-endianness"' 16:17:02 [2019-07-19T20:17:02.398Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:17:02 [2019-07-19T20:17:02.398Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:17:02 [2019-07-19T20:17:02.398Z] DEBUG - matched EditorReference with text "", using matcher: with name '"bug446190"' 16:17:02 [2019-07-19T20:17:02.654Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:17:02 [2019-07-19T20:17:02.654Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:17:02 [2019-07-19T20:17:02.654Z] DEBUG - matched EditorReference with text "", using matcher: with name '"flipping-endianness"' 16:17:02 [2019-07-19T20:17:02.911Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:17:02 [2019-07-19T20:17:02.911Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:17:02 [2019-07-19T20:17:02.911Z] DEBUG - matched EditorReference with text "", using matcher: with name '"bug446190"' 16:17:03 [2019-07-19T20:17:03.169Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:17:03 [2019-07-19T20:17:03.169Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:17:03 [2019-07-19T20:17:03.169Z] DEBUG - matched EditorReference with text "", using matcher: with name '"flipping-endianness"' 16:17:03 [2019-07-19T20:17:03.426Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:17:03 [2019-07-19T20:17:03.426Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:17:03 [2019-07-19T20:17:03.426Z] DEBUG - matched EditorReference with text "", using matcher: with name '"bug446190"' 16:17:03 [2019-07-19T20:17:03.683Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:17:03 [2019-07-19T20:17:03.683Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:17:04 [2019-07-19T20:17:04.245Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=199328359 data=null doit=true} to Shell with text {data - Eclipse Platform} 16:17:04 [2019-07-19T20:17:04.245Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' 16:17:04 [2019-07-19T20:17:04.502Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:17:04 [2019-07-19T20:17:04.502Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:17:04 [2019-07-19T20:17:04.502Z] DEBUG - Attempting to set focus on Tree with text {} 16:17:04 [2019-07-19T20:17:04.502Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199328530 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:17:04 [2019-07-19T20:17:04.502Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199328530 data=null doit=true} to TreeItem with text {test} 16:17:04 [2019-07-19T20:17:04.502Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199328530 data=null} to TreeItem with text {test} 16:17:04 [2019-07-19T20:17:04.502Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199328531 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:17:04 [2019-07-19T20:17:04.502Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199328531 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:17:04 [2019-07-19T20:17:04.502Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199328548 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:17:04 [2019-07-19T20:17:04.502Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' 16:17:04 [2019-07-19T20:17:04.502Z] DEBUG - Clicking on with mnemonic 'Delete' 16:17:04 [2019-07-19T20:17:04.758Z] DEBUG - Clicked on with mnemonic 'Delete' 16:17:05 [2019-07-19T20:17:05.321Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' 16:17:05 [2019-07-19T20:17:05.321Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} 16:17:05 [2019-07-19T20:17:05.321Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 16:17:05 [2019-07-19T20:17:05.321Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' 16:17:05 [2019-07-19T20:17:05.321Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') 16:17:05 [2019-07-19T20:17:05.321Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 16:17:05 [2019-07-19T20:17:05.321Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:17:05 [2019-07-19T20:17:05.321Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:17:05 [2019-07-19T20:17:05.321Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') 16:17:05 [2019-07-19T20:17:05.321Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected 16:17:05 [2019-07-19T20:17:05.321Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199329338 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:17:05 [2019-07-19T20:17:05.321Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199329338 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:17:05 [2019-07-19T20:17:05.321Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=199329339 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:17:05 [2019-07-19T20:17:05.321Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=199329339 data=null} to (of type 'Button' and with style 'SWT.CHECK') 16:17:05 [2019-07-19T20:17:05.321Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199329339 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:17:05 [2019-07-19T20:17:05.321Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199329339 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:17:05 [2019-07-19T20:17:05.321Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=199329339 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:17:05 [2019-07-19T20:17:05.321Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199329339 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:17:05 [2019-07-19T20:17:05.321Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199329340 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:17:05 [2019-07-19T20:17:05.321Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199329340 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:17:05 [2019-07-19T20:17:05.321Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=199329340 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:17:05 [2019-07-19T20:17:05.321Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=199329340 data=null} to (of type 'Button' and with style 'SWT.CHECK') 16:17:05 [2019-07-19T20:17:05.321Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') 16:17:05 [2019-07-19T20:17:05.321Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 16:17:05 [2019-07-19T20:17:05.321Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 16:17:05 [2019-07-19T20:17:05.321Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:17:05 [2019-07-19T20:17:05.321Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:17:05 [2019-07-19T20:17:05.321Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 16:17:05 [2019-07-19T20:17:05.321Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:17:05 [2019-07-19T20:17:05.321Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:17:05 [2019-07-19T20:17:05.321Z] DEBUG - Clicking on OK 16:17:05 [2019-07-19T20:17:05.321Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=199329342 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:17:05 [2019-07-19T20:17:05.321Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=199329342 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:17:05 [2019-07-19T20:17:05.321Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=199329342 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:17:05 [2019-07-19T20:17:05.321Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=199329342 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:17:05 [2019-07-19T20:17:05.321Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=199329342 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:17:05 [2019-07-19T20:17:05.321Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=199329342 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:17:05 [2019-07-19T20:17:05.321Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:17:05 [2019-07-19T20:17:05.321Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:17:05 [2019-07-19T20:17:05.321Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:17:05 [2019-07-19T20:17:05.321Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:17:05 [2019-07-19T20:17:05.321Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:17:05 [2019-07-19T20:17:05.321Z] DEBUG - Clicked on OK 16:17:05 [2019-07-19T20:17:05.884Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=199329342 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:17:05 [2019-07-19T20:17:05.884Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=199328679 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' 16:17:10 [2019-07-19T20:17:10.101Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.833 s - in org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ControlFlowViewExpandStateTest 16:17:10 [2019-07-19T20:17:10.101Z] testExpandedState(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ControlFlowViewExpandStateTest) Time elapsed: 2.911 s 16:17:10 [2019-07-19T20:17:10.101Z] Running org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.OpenTraceStressTest 16:17:56 [2019-07-19T20:17:56.742Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 40.238 s - in org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.OpenTraceStressTest 16:17:56 [2019-07-19T20:17:56.742Z] testOpenAndCloseConcurrency(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.OpenTraceStressTest) Time elapsed: 39.697 s 16:17:56 [2019-07-19T20:17:56.742Z] Running org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.CriticalPathTest 16:17:56 [2019-07-19T20:17:56.742Z] DEBUG - matched EditorReference with text "", using matcher: with name '"bug446190"' 16:17:56 [2019-07-19T20:17:56.742Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:17:56 [2019-07-19T20:17:56.742Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.controlflow"' 16:17:56 [2019-07-19T20:17:56.742Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.analysis.graph.ui.criticalpath.view.criticalpathview"' 16:17:56 [2019-07-19T20:17:56.742Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 16:17:56 [2019-07-19T20:17:56.742Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:17:56 [2019-07-19T20:17:56.742Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:17:56 [2019-07-19T20:17:56.742Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 16:17:56 [2019-07-19T20:17:56.742Z] DEBUG - matched MenuItem with text "Follow weston/338", using matcher: with mnemonic 'Follow weston/338' 16:17:56 [2019-07-19T20:17:56.742Z] DEBUG - Clicking on with mnemonic 'Follow weston/338' 16:17:56 [2019-07-19T20:17:56.742Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Follow weston/338} time=199379845 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Follow weston/338' 16:17:56 [2019-07-19T20:17:56.742Z] DEBUG - Clicked on with mnemonic 'Follow weston/338' 16:17:59 [2019-07-19T20:17:59.267Z] DEBUG - number of items : 19 16:17:59 [2019-07-19T20:17:59.267Z] DEBUG - Clicking on ToolItem with tooltip text {Follow critical path forward} 16:17:59 [2019-07-19T20:17:59.267Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199382954 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow critical path forward} 16:17:59 [2019-07-19T20:17:59.267Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199382954 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow critical path forward} 16:17:59 [2019-07-19T20:17:59.267Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199382954 data=null doit=true} to ToolItem with tooltip text {Follow critical path forward} 16:17:59 [2019-07-19T20:17:59.267Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199382954 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow critical path forward} 16:17:59 [2019-07-19T20:17:59.267Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199382954 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow critical path forward} 16:17:59 [2019-07-19T20:17:59.267Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199382954 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Follow critical path forward} 16:17:59 [2019-07-19T20:17:59.267Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199382956 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow critical path forward} 16:17:59 [2019-07-19T20:17:59.267Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199382956 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow critical path forward} 16:17:59 [2019-07-19T20:17:59.267Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199382956 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow critical path forward} 16:17:59 [2019-07-19T20:17:59.267Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199382956 data=null doit=true} to ToolItem with tooltip text {Follow critical path forward} 16:17:59 [2019-07-19T20:17:59.267Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199382956 data=null} to ToolItem with tooltip text {Follow critical path forward} 16:17:59 [2019-07-19T20:17:59.267Z] DEBUG - Clicked on ToolItem with tooltip text {Follow critical path forward} 16:17:59 [2019-07-19T20:17:59.267Z] DEBUG - number of items : 19 16:17:59 [2019-07-19T20:17:59.524Z] DEBUG - Clicking on ToolItem with tooltip text {Follow critical path forward} 16:17:59 [2019-07-19T20:17:59.524Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199383528 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow critical path forward} 16:17:59 [2019-07-19T20:17:59.524Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199383528 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow critical path forward} 16:17:59 [2019-07-19T20:17:59.524Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199383529 data=null doit=true} to ToolItem with tooltip text {Follow critical path forward} 16:17:59 [2019-07-19T20:17:59.524Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199383529 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow critical path forward} 16:17:59 [2019-07-19T20:17:59.524Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199383529 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow critical path forward} 16:17:59 [2019-07-19T20:17:59.524Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199383529 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Follow critical path forward} 16:17:59 [2019-07-19T20:17:59.524Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199383530 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow critical path forward} 16:17:59 [2019-07-19T20:17:59.524Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199383530 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow critical path forward} 16:17:59 [2019-07-19T20:17:59.524Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199383530 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow critical path forward} 16:17:59 [2019-07-19T20:17:59.524Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199383531 data=null doit=true} to ToolItem with tooltip text {Follow critical path forward} 16:17:59 [2019-07-19T20:17:59.524Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199383531 data=null} to ToolItem with tooltip text {Follow critical path forward} 16:17:59 [2019-07-19T20:17:59.524Z] DEBUG - Clicked on ToolItem with tooltip text {Follow critical path forward} 16:17:59 [2019-07-19T20:17:59.524Z] DEBUG - number of items : 19 16:17:59 [2019-07-19T20:17:59.524Z] DEBUG - Clicking on ToolItem with tooltip text {Follow critical path backward} 16:17:59 [2019-07-19T20:17:59.524Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199383532 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow critical path backward} 16:17:59 [2019-07-19T20:17:59.524Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199383532 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow critical path backward} 16:17:59 [2019-07-19T20:17:59.524Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199383532 data=null doit=true} to ToolItem with tooltip text {Follow critical path backward} 16:17:59 [2019-07-19T20:17:59.524Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199383532 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow critical path backward} 16:17:59 [2019-07-19T20:17:59.524Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199383532 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow critical path backward} 16:17:59 [2019-07-19T20:17:59.524Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199383533 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Follow critical path backward} 16:17:59 [2019-07-19T20:17:59.524Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199383533 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow critical path backward} 16:17:59 [2019-07-19T20:17:59.524Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199383533 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow critical path backward} 16:17:59 [2019-07-19T20:17:59.524Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199383534 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow critical path backward} 16:17:59 [2019-07-19T20:17:59.524Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199383534 data=null doit=true} to ToolItem with tooltip text {Follow critical path backward} 16:17:59 [2019-07-19T20:17:59.524Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199383534 data=null} to ToolItem with tooltip text {Follow critical path backward} 16:17:59 [2019-07-19T20:17:59.524Z] DEBUG - Clicked on ToolItem with tooltip text {Follow critical path backward} 16:17:59 [2019-07-19T20:17:59.781Z] DEBUG - matched MenuItem with text "Follow weston-deskto...", using matcher: with mnemonic 'Follow weston-desktop-/340' 16:17:59 [2019-07-19T20:17:59.781Z] DEBUG - Clicking on with mnemonic 'Follow weston-desktop-/340' 16:17:59 [2019-07-19T20:17:59.781Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Follow weston-desktop-/340} time=199383839 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Follow weston-desktop-/340' 16:17:59 [2019-07-19T20:17:59.781Z] DEBUG - Clicked on with mnemonic 'Follow weston-desktop-/340' 16:18:00 [2019-07-19T20:18:00.711Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=199384835 data=null doit=true} to Shell with text {data - Eclipse Platform} 16:18:00 [2019-07-19T20:18:00.711Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' 16:18:00 [2019-07-19T20:18:00.711Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:18:00 [2019-07-19T20:18:00.711Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:18:00 [2019-07-19T20:18:00.711Z] DEBUG - Attempting to set focus on Tree with text {} 16:18:00 [2019-07-19T20:18:00.711Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199384894 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:18:00 [2019-07-19T20:18:00.711Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199384894 data=null doit=true} to TreeItem with text {test} 16:18:00 [2019-07-19T20:18:00.711Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199384894 data=null} to TreeItem with text {test} 16:18:00 [2019-07-19T20:18:00.711Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199384895 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:18:00 [2019-07-19T20:18:00.711Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199384895 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:18:00 [2019-07-19T20:18:00.711Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199384913 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:18:00 [2019-07-19T20:18:00.969Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' 16:18:00 [2019-07-19T20:18:00.969Z] DEBUG - Clicking on with mnemonic 'Delete' 16:18:00 [2019-07-19T20:18:00.969Z] DEBUG - Clicked on with mnemonic 'Delete' 16:18:01 [2019-07-19T20:18:01.900Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' 16:18:01 [2019-07-19T20:18:01.900Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} 16:18:01 [2019-07-19T20:18:01.900Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 16:18:01 [2019-07-19T20:18:01.900Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' 16:18:01 [2019-07-19T20:18:01.900Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') 16:18:01 [2019-07-19T20:18:01.900Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 16:18:01 [2019-07-19T20:18:01.900Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:18:01 [2019-07-19T20:18:01.900Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:18:01 [2019-07-19T20:18:01.900Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') 16:18:01 [2019-07-19T20:18:01.900Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected 16:18:01 [2019-07-19T20:18:01.900Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199385959 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:18:01 [2019-07-19T20:18:01.900Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199385959 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:18:01 [2019-07-19T20:18:01.900Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=199385959 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:18:01 [2019-07-19T20:18:01.900Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=199385959 data=null} to (of type 'Button' and with style 'SWT.CHECK') 16:18:01 [2019-07-19T20:18:01.900Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199385960 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:18:01 [2019-07-19T20:18:01.900Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199385960 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:18:01 [2019-07-19T20:18:01.900Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=199385960 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:18:01 [2019-07-19T20:18:01.901Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199385960 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:18:01 [2019-07-19T20:18:01.901Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199385960 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:18:01 [2019-07-19T20:18:01.901Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199385960 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:18:01 [2019-07-19T20:18:01.901Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=199385960 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:18:01 [2019-07-19T20:18:01.901Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=199385960 data=null} to (of type 'Button' and with style 'SWT.CHECK') 16:18:01 [2019-07-19T20:18:01.901Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') 16:18:01 [2019-07-19T20:18:01.901Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 16:18:01 [2019-07-19T20:18:01.901Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 16:18:01 [2019-07-19T20:18:01.901Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:18:01 [2019-07-19T20:18:01.901Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:18:01 [2019-07-19T20:18:01.901Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 16:18:01 [2019-07-19T20:18:01.901Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:18:01 [2019-07-19T20:18:01.901Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:18:01 [2019-07-19T20:18:01.901Z] DEBUG - Clicking on OK 16:18:01 [2019-07-19T20:18:01.901Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=199385962 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:18:01 [2019-07-19T20:18:01.901Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=199385962 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:18:01 [2019-07-19T20:18:01.901Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=199385962 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:18:01 [2019-07-19T20:18:01.901Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=199385962 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:18:01 [2019-07-19T20:18:01.901Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=199385962 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:18:01 [2019-07-19T20:18:01.901Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=199385963 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:18:01 [2019-07-19T20:18:01.901Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:18:01 [2019-07-19T20:18:01.901Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:18:01 [2019-07-19T20:18:01.901Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:18:01 [2019-07-19T20:18:01.901Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:18:01 [2019-07-19T20:18:01.901Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:18:01 [2019-07-19T20:18:01.901Z] DEBUG - Clicked on OK 16:18:02 [2019-07-19T20:18:02.465Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=199385963 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:18:02 [2019-07-19T20:18:02.465Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=199385043 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' 16:18:03 [2019-07-19T20:18:03.088Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.828 s - in org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.CriticalPathTest 16:18:03 [2019-07-19T20:18:03.088Z] testFull(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.CriticalPathTest) Time elapsed: 9.927 s 16:18:03 [2019-07-19T20:18:03.088Z] Running org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesViewFindTest 16:18:11 [2019-07-19T20:18:11.185Z] DEBUG - matched EditorReference with text "", using matcher: with name '"bug446190"' 16:18:11 [2019-07-19T20:18:11.185Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:18:11 [2019-07-19T20:18:11.185Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Resources"' 16:18:11 [2019-07-19T20:18:11.185Z] DEBUG - matched TimeGraphScale with text "", using matcher: of type 'Canvas' 16:18:11 [2019-07-19T20:18:11.185Z] DEBUG - matched TimeGraphScale with text "", using matcher: (of type 'Canvas') 16:18:11 [2019-07-19T20:18:11.185Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'Canvas' 16:18:11 [2019-07-19T20:18:11.185Z] DEBUG - matched TimeGraphControl with text "", using matcher: (of type 'Canvas') 16:18:11 [2019-07-19T20:18:11.185Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: of type 'Canvas' 16:18:11 [2019-07-19T20:18:11.185Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: (of type 'Canvas') 16:18:11 [2019-07-19T20:18:11.185Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:18:13 [2019-07-19T20:18:13.078Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Find} time=199397657 data=null doit=true} to Shell with text {Find} 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - matched Button with text "Fi&nd", using matcher: with mnemonic 'Find' 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - matched Button with text "Fi&nd", using matcher: with style 'SWT.PUSH' 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - matched Button with text "Fi&nd", using matcher: (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - matched Combo with text "bug446190", using matcher: of type 'Combo' 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - matched Combo with text "bug446190", using matcher: (of type 'Combo') 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - Setting text on (of type 'Combo') to \ACPU 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {\ACPU} time=199397662 data=null} to (of type 'Combo') 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - Set text on (of type 'Combo') to \ACPU 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - matched Button with text "F&orward", using matcher: with mnemonic 'Forward' 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - matched Button with text "F&orward", using matcher: with style 'SWT.RADIO' 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - matched Button with text "F&orward", using matcher: (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') is already selected, not clicking again. 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with mnemonic 'Case sensitive' 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with style 'SWT.CHECK' 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - matched Button with text "&Case sensitive", using matcher: (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - matched Button with text "Wra&p search", using matcher: with mnemonic 'Wrap search' 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - matched Button with text "Wra&p search", using matcher: with style 'SWT.CHECK' 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - matched Button with text "Wra&p search", using matcher: (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - Deselecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$1@400882d9 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Wra&p search} time=199397673 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Wra&p search} time=199397673 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Wra&p search} time=199397673 data=null doit=true} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Wra&p search} time=199397673 data=null} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Wra&p search} time=199397673 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Wra&p search} time=199397673 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Wra&p search} time=199397673 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Wra&p search} time=199397674 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Wra&p search} time=199397674 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Wra&p search} time=199397674 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Wra&p search} time=199397674 data=null doit=true} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Wra&p search} time=199397674 data=null} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - matched Button with text "&Whole word", using matcher: with mnemonic 'Whole word' 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - matched Button with text "&Whole word", using matcher: with style 'SWT.CHECK' 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - matched Button with text "&Whole word", using matcher: (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with mnemonic 'Regular expression' 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with style 'SWT.CHECK' 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - Selecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$2@495180e5 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Regular e&xpression} time=199397677 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Regular e&xpression} time=199397677 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Regular e&xpression} time=199397677 data=null doit=true} to (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Regular e&xpression} time=199397677 data=null} to (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Regular e&xpression} time=199397677 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Regular e&xpression} time=199397677 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Regular e&xpression} time=199397678 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Regular e&xpression} time=199397678 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Regular e&xpression} time=199397678 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Regular e&xpression} time=199397678 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Regular e&xpression} time=199397678 data=null doit=true} to (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Regular e&xpression} time=199397678 data=null} to (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - Clicking on Fi&nd 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Fi&nd} time=199397679 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=199397679 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Fi&nd} time=199397679 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Fi&nd} time=199397679 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Fi&nd} time=199397679 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Fi&nd} time=199397679 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Fi&nd} time=199397679 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Fi&nd} time=199397680 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=199397680 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Fi&nd} time=199397680 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Fi&nd} time=199397680 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Fi&nd} time=199397680 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - Clicked on Fi&nd 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - matched Label with text "&Find:", using matcher: of type 'Label' 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - matched Label with text "&Find:", using matcher: (of type 'Label') 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - matched Label with text "", using matcher: of type 'Label' 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - matched Combo with text "\ACPU", using matcher: of type 'Combo' 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - matched Combo with text "\ACPU", using matcher: (of type 'Combo') 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - Setting text on (of type 'Combo') to \ACPU 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {\ACPU} time=199397747 data=null} to (of type 'Combo') 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - Set text on (of type 'Combo') to \ACPU 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - matched Button with text "F&orward", using matcher: with mnemonic 'Forward' 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - matched Button with text "F&orward", using matcher: with style 'SWT.RADIO' 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - matched Button with text "F&orward", using matcher: (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.642Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') is already selected, not clicking again. 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with mnemonic 'Case sensitive' 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with style 'SWT.CHECK' 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - matched Button with text "&Case sensitive", using matcher: (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - matched Button with text "Wra&p search", using matcher: with mnemonic 'Wrap search' 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - matched Button with text "Wra&p search", using matcher: with style 'SWT.CHECK' 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - matched Button with text "Wra&p search", using matcher: (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - matched Button with text "&Whole word", using matcher: with mnemonic 'Whole word' 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - matched Button with text "&Whole word", using matcher: with style 'SWT.CHECK' 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - matched Button with text "&Whole word", using matcher: (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with mnemonic 'Regular expression' 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with style 'SWT.CHECK' 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - Deselecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$1@3ebd549b 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Regular e&xpression} time=199397753 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Regular e&xpression} time=199397754 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Regular e&xpression} time=199397754 data=null doit=true} to (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Regular e&xpression} time=199397754 data=null} to (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Regular e&xpression} time=199397754 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Regular e&xpression} time=199397754 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Regular e&xpression} time=199397754 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Regular e&xpression} time=199397755 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Regular e&xpression} time=199397755 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Regular e&xpression} time=199397755 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Regular e&xpression} time=199397755 data=null doit=true} to (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Regular e&xpression} time=199397755 data=null} to (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - Clicking on Fi&nd 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Fi&nd} time=199397756 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=199397756 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Fi&nd} time=199397756 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Fi&nd} time=199397756 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Fi&nd} time=199397756 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Fi&nd} time=199397756 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Fi&nd} time=199397756 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Fi&nd} time=199397757 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=199397757 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Fi&nd} time=199397757 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Fi&nd} time=199397757 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Fi&nd} time=199397757 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - Clicked on Fi&nd 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - matched Label with text "&Find:", using matcher: of type 'Label' 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - matched Label with text "&Find:", using matcher: (of type 'Label') 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - matched Label with text "Entry not found", using matcher: of type 'Label' 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - matched Label with text "Entry not found", using matcher: (of type 'Label') 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - matched Button with text "Close", using matcher: with mnemonic 'Close' 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - matched Button with text "Close", using matcher: with style 'SWT.PUSH' 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - matched Button with text "Close", using matcher: (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - Clicking on Close 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Close} time=199397760 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Close} time=199397760 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Close} time=199397760 data=null doit=true} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Close} time=199397760 data=null} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Close} time=199397760 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Close} time=199397761 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:18:13 [2019-07-19T20:18:13.643Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Close} time=199397761 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:18:13 [2019-07-19T20:18:13.900Z] DEBUG - Clicked on 16:18:13 [2019-07-19T20:18:13.900Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Resources"' 16:18:14 [2019-07-19T20:18:14.156Z] DEBUG - matched TimeGraphScale with text "", using matcher: of type 'Canvas' 16:18:14 [2019-07-19T20:18:14.156Z] DEBUG - matched TimeGraphScale with text "", using matcher: (of type 'Canvas') 16:18:14 [2019-07-19T20:18:14.156Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'Canvas' 16:18:14 [2019-07-19T20:18:14.156Z] DEBUG - matched TimeGraphControl with text "", using matcher: (of type 'Canvas') 16:18:14 [2019-07-19T20:18:14.157Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: of type 'Canvas' 16:18:14 [2019-07-19T20:18:14.157Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: (of type 'Canvas') 16:18:14 [2019-07-19T20:18:14.157Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:18:14 [2019-07-19T20:18:14.157Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Find} time=199398577 data=null doit=true} to Shell with text {Find} 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - matched Button with text "Fi&nd", using matcher: with mnemonic 'Find' 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - matched Button with text "Fi&nd", using matcher: with style 'SWT.PUSH' 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - matched Button with text "Fi&nd", using matcher: (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - matched Combo with text "bug446190", using matcher: of type 'Combo' 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - matched Combo with text "bug446190", using matcher: (of type 'Combo') 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - Setting text on (of type 'Combo') to CPU 1 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {CPU 1} time=199398649 data=null} to (of type 'Combo') 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - Set text on (of type 'Combo') to CPU 1 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - matched Button with text "F&orward", using matcher: with mnemonic 'Forward' 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - matched Button with text "F&orward", using matcher: with style 'SWT.RADIO' 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - matched Button with text "F&orward", using matcher: (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') is already selected, not clicking again. 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with mnemonic 'Case sensitive' 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with style 'SWT.CHECK' 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - matched Button with text "&Case sensitive", using matcher: (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - matched Button with text "Wra&p search", using matcher: with mnemonic 'Wrap search' 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - matched Button with text "Wra&p search", using matcher: with style 'SWT.CHECK' 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - matched Button with text "Wra&p search", using matcher: (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - Selecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$2@2efa352c 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Wra&p search} time=199398655 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Wra&p search} time=199398655 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Wra&p search} time=199398655 data=null doit=true} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Wra&p search} time=199398655 data=null} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Wra&p search} time=199398655 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Wra&p search} time=199398656 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Wra&p search} time=199398656 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Wra&p search} time=199398656 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Wra&p search} time=199398656 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Wra&p search} time=199398656 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Wra&p search} time=199398656 data=null doit=true} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Wra&p search} time=199398656 data=null} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - matched Button with text "&Whole word", using matcher: with mnemonic 'Whole word' 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - matched Button with text "&Whole word", using matcher: with style 'SWT.CHECK' 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - matched Button with text "&Whole word", using matcher: (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with mnemonic 'Regular expression' 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with style 'SWT.CHECK' 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - Clicking on Fi&nd 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Fi&nd} time=199398659 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=199398659 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Fi&nd} time=199398659 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Fi&nd} time=199398659 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Fi&nd} time=199398659 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Fi&nd} time=199398659 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:14 [2019-07-19T20:18:14.414Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Fi&nd} time=199398659 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Fi&nd} time=199398678 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=199398727 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Fi&nd} time=199398727 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Fi&nd} time=199398727 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Fi&nd} time=199398727 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - Clicked on Fi&nd 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - matched Label with text "&Find:", using matcher: of type 'Label' 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - matched Label with text "&Find:", using matcher: (of type 'Label') 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - matched Label with text "", using matcher: of type 'Label' 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - matched Combo with text "CPU 1", using matcher: of type 'Combo' 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - matched Combo with text "CPU 1", using matcher: (of type 'Combo') 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - Setting text on (of type 'Combo') to CPU 1 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {CPU 1} time=199398730 data=null} to (of type 'Combo') 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - Set text on (of type 'Combo') to CPU 1 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - matched Button with text "&Backward", using matcher: with mnemonic 'Backward' 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - matched Button with text "&Backward", using matcher: with style 'SWT.RADIO' 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - matched Button with text "&Backward", using matcher: (of type 'Button' and with mnemonic 'Backward' and with style 'SWT.RADIO') 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Backward' and with style 'SWT.RADIO') 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {F&orward} time=199398732 data=null doit=true} to Button with text {F&orward} 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {F&orward} time=199398732 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Button with text {F&orward} 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Backward' and with style 'SWT.RADIO') 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Backward} time=199398733 data=null doit=true} to (of type 'Button' and with mnemonic 'Backward' and with style 'SWT.RADIO') 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Backward} time=199398734 data=null button=1 stateMask=0x0 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'Backward' and with style 'SWT.RADIO') 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Backward} time=199398734 data=null button=1 stateMask=0x80000 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'Backward' and with style 'SWT.RADIO') 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Backward} time=199398734 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Backward' and with style 'SWT.RADIO') 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Backward' and with style 'SWT.RADIO') 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with mnemonic 'Case sensitive' 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with style 'SWT.CHECK' 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - matched Button with text "&Case sensitive", using matcher: (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - matched Button with text "Wra&p search", using matcher: with mnemonic 'Wrap search' 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - matched Button with text "Wra&p search", using matcher: with style 'SWT.CHECK' 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - matched Button with text "Wra&p search", using matcher: (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') already selected, not selecting again. 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - matched Button with text "&Whole word", using matcher: with mnemonic 'Whole word' 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - matched Button with text "&Whole word", using matcher: with style 'SWT.CHECK' 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - matched Button with text "&Whole word", using matcher: (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with mnemonic 'Regular expression' 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with style 'SWT.CHECK' 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - Clicking on Fi&nd 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Fi&nd} time=199398739 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=199398739 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Fi&nd} time=199398739 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Fi&nd} time=199398739 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Fi&nd} time=199398739 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Fi&nd} time=199398740 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Fi&nd} time=199398740 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Fi&nd} time=199398740 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=199398740 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Fi&nd} time=199398740 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Fi&nd} time=199398740 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Fi&nd} time=199398740 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - Clicked on Fi&nd 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - matched Label with text "&Find:", using matcher: of type 'Label' 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - matched Label with text "&Find:", using matcher: (of type 'Label') 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - matched Label with text "Wrapped search", using matcher: of type 'Label' 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - matched Label with text "Wrapped search", using matcher: (of type 'Label') 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - matched Button with text "Close", using matcher: with mnemonic 'Close' 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - matched Button with text "Close", using matcher: with style 'SWT.PUSH' 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - matched Button with text "Close", using matcher: (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - Clicking on Close 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Close} time=199398755 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Close} time=199398755 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Close} time=199398755 data=null doit=true} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Close} time=199398755 data=null} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Close} time=199398755 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Close} time=199398756 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:18:14 [2019-07-19T20:18:14.689Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Close} time=199398756 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:18:15 [2019-07-19T20:18:15.036Z] DEBUG - Clicked on 16:18:15 [2019-07-19T20:18:15.036Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Resources"' 16:18:15 [2019-07-19T20:18:15.036Z] DEBUG - matched TimeGraphScale with text "", using matcher: of type 'Canvas' 16:18:15 [2019-07-19T20:18:15.036Z] DEBUG - matched TimeGraphScale with text "", using matcher: (of type 'Canvas') 16:18:15 [2019-07-19T20:18:15.036Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'Canvas' 16:18:15 [2019-07-19T20:18:15.036Z] DEBUG - matched TimeGraphControl with text "", using matcher: (of type 'Canvas') 16:18:15 [2019-07-19T20:18:15.036Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: of type 'Canvas' 16:18:15 [2019-07-19T20:18:15.036Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: (of type 'Canvas') 16:18:15 [2019-07-19T20:18:15.036Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:18:15 [2019-07-19T20:18:15.036Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:18:15 [2019-07-19T20:18:15.293Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Find} time=199399545 data=null doit=true} to Shell with text {Find} 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - matched Button with text "Fi&nd", using matcher: with mnemonic 'Find' 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - matched Button with text "Fi&nd", using matcher: with style 'SWT.PUSH' 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - matched Button with text "Fi&nd", using matcher: (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - matched Combo with text "bug446190", using matcher: of type 'Combo' 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - matched Combo with text "bug446190", using matcher: (of type 'Combo') 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - Setting text on (of type 'Combo') to CPU 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {CPU} time=199399557 data=null} to (of type 'Combo') 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - Set text on (of type 'Combo') to CPU 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - matched Button with text "F&orward", using matcher: with mnemonic 'Forward' 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - matched Button with text "F&orward", using matcher: with style 'SWT.RADIO' 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - matched Button with text "F&orward", using matcher: (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Backward} time=199399559 data=null doit=true} to Button with text {&Backward} 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Backward} time=199399560 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Button with text {&Backward} 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {F&orward} time=199399561 data=null doit=true} to (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {F&orward} time=199399561 data=null button=1 stateMask=0x0 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {F&orward} time=199399561 data=null button=1 stateMask=0x80000 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {F&orward} time=199399562 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with mnemonic 'Case sensitive' 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with style 'SWT.CHECK' 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - matched Button with text "&Case sensitive", using matcher: (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - matched Button with text "Wra&p search", using matcher: with mnemonic 'Wrap search' 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - matched Button with text "Wra&p search", using matcher: with style 'SWT.CHECK' 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - matched Button with text "Wra&p search", using matcher: (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - Deselecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$1@6ac620b3 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Wra&p search} time=199399571 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Wra&p search} time=199399571 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Wra&p search} time=199399571 data=null doit=true} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Wra&p search} time=199399571 data=null} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Wra&p search} time=199399572 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Wra&p search} time=199399572 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Wra&p search} time=199399572 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Wra&p search} time=199399572 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Wra&p search} time=199399573 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Wra&p search} time=199399646 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Wra&p search} time=199399646 data=null doit=true} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Wra&p search} time=199399646 data=null} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - matched Button with text "&Whole word", using matcher: with mnemonic 'Whole word' 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - matched Button with text "&Whole word", using matcher: with style 'SWT.CHECK' 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - matched Button with text "&Whole word", using matcher: (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - Selecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$2@af5e4d6 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Whole word} time=199399648 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Whole word} time=199399648 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Whole word} time=199399648 data=null doit=true} to (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Whole word} time=199399648 data=null} to (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Whole word} time=199399649 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') 16:18:15 [2019-07-19T20:18:15.551Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Whole word} time=199399649 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Whole word} time=199399649 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Whole word} time=199399649 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Whole word} time=199399649 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Whole word} time=199399650 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Whole word} time=199399650 data=null doit=true} to (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Whole word} time=199399650 data=null} to (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with mnemonic 'Regular expression' 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with style 'SWT.CHECK' 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - Clicking on Fi&nd 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Fi&nd} time=199399651 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=199399652 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Fi&nd} time=199399652 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Fi&nd} time=199399652 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Fi&nd} time=199399652 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Fi&nd} time=199399652 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Fi&nd} time=199399652 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Fi&nd} time=199399653 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=199399653 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Fi&nd} time=199399653 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Fi&nd} time=199399653 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Fi&nd} time=199399653 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - Clicked on Fi&nd 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Label with text "&Find:", using matcher: of type 'Label' 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Label with text "&Find:", using matcher: (of type 'Label') 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Label with text "", using matcher: of type 'Label' 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Combo with text "CPU", using matcher: of type 'Combo' 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Combo with text "CPU", using matcher: (of type 'Combo') 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - Setting text on (of type 'Combo') to CP 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {CP} time=199399655 data=null} to (of type 'Combo') 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - Set text on (of type 'Combo') to CP 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Button with text "F&orward", using matcher: with mnemonic 'Forward' 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Button with text "F&orward", using matcher: with style 'SWT.RADIO' 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Button with text "F&orward", using matcher: (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') is already selected, not clicking again. 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with mnemonic 'Case sensitive' 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with style 'SWT.CHECK' 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Button with text "&Case sensitive", using matcher: (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Button with text "Wra&p search", using matcher: with mnemonic 'Wrap search' 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Button with text "Wra&p search", using matcher: with style 'SWT.CHECK' 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Button with text "Wra&p search", using matcher: (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Button with text "&Whole word", using matcher: with mnemonic 'Whole word' 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Button with text "&Whole word", using matcher: with style 'SWT.CHECK' 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Button with text "&Whole word", using matcher: (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') already selected, not selecting again. 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with mnemonic 'Regular expression' 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with style 'SWT.CHECK' 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - Clicking on Fi&nd 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Fi&nd} time=199399734 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=199399734 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Fi&nd} time=199399734 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Fi&nd} time=199399734 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Fi&nd} time=199399734 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Fi&nd} time=199399734 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Fi&nd} time=199399734 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Fi&nd} time=199399738 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=199399739 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Fi&nd} time=199399739 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Fi&nd} time=199399739 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Fi&nd} time=199399739 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - Clicked on Fi&nd 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Label with text "&Find:", using matcher: of type 'Label' 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Label with text "&Find:", using matcher: (of type 'Label') 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Label with text "Entry not found", using matcher: of type 'Label' 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Label with text "Entry not found", using matcher: (of type 'Label') 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Button with text "Close", using matcher: with mnemonic 'Close' 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Button with text "Close", using matcher: with style 'SWT.PUSH' 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Button with text "Close", using matcher: (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - Clicking on Close 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Close} time=199399742 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Close} time=199399742 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Close} time=199399742 data=null doit=true} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Close} time=199399743 data=null} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Close} time=199399743 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Close} time=199399743 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:18:15 [2019-07-19T20:18:15.552Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Close} time=199399743 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:18:15 [2019-07-19T20:18:15.809Z] DEBUG - Clicked on 16:18:15 [2019-07-19T20:18:15.809Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Resources"' 16:18:15 [2019-07-19T20:18:15.809Z] DEBUG - matched TimeGraphScale with text "", using matcher: of type 'Canvas' 16:18:15 [2019-07-19T20:18:15.809Z] DEBUG - matched TimeGraphScale with text "", using matcher: (of type 'Canvas') 16:18:15 [2019-07-19T20:18:15.809Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'Canvas' 16:18:15 [2019-07-19T20:18:15.809Z] DEBUG - matched TimeGraphControl with text "", using matcher: (of type 'Canvas') 16:18:15 [2019-07-19T20:18:15.809Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: of type 'Canvas' 16:18:15 [2019-07-19T20:18:15.809Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: (of type 'Canvas') 16:18:15 [2019-07-19T20:18:15.809Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:18:15 [2019-07-19T20:18:15.809Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Find} time=199400327 data=null doit=true} to Shell with text {Find} 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "Fi&nd", using matcher: with mnemonic 'Find' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "Fi&nd", using matcher: with style 'SWT.PUSH' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "Fi&nd", using matcher: (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Combo with text "bug446190", using matcher: of type 'Combo' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Combo with text "bug446190", using matcher: (of type 'Combo') 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - Setting text on (of type 'Combo') to CPU 1 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {CPU 1} time=199400337 data=null} to (of type 'Combo') 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - Set text on (of type 'Combo') to CPU 1 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "F&orward", using matcher: with mnemonic 'Forward' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "F&orward", using matcher: with style 'SWT.RADIO' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "F&orward", using matcher: (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') is already selected, not clicking again. 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with mnemonic 'Case sensitive' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with style 'SWT.CHECK' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "&Case sensitive", using matcher: (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - Selecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$2@1981016e 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Case sensitive} time=199400340 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Case sensitive} time=199400340 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Case sensitive} time=199400340 data=null doit=true} to (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Case sensitive} time=199400340 data=null} to (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Case sensitive} time=199400340 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Case sensitive} time=199400341 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Case sensitive} time=199400341 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Case sensitive} time=199400341 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Case sensitive} time=199400341 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Case sensitive} time=199400341 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Case sensitive} time=199400342 data=null doit=true} to (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Case sensitive} time=199400342 data=null} to (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "Wra&p search", using matcher: with mnemonic 'Wrap search' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "Wra&p search", using matcher: with style 'SWT.CHECK' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "Wra&p search", using matcher: (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "&Whole word", using matcher: with mnemonic 'Whole word' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "&Whole word", using matcher: with style 'SWT.CHECK' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "&Whole word", using matcher: (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with mnemonic 'Regular expression' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with style 'SWT.CHECK' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - Clicking on Fi&nd 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Fi&nd} time=199400345 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=199400345 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Fi&nd} time=199400345 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Fi&nd} time=199400345 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Fi&nd} time=199400345 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Fi&nd} time=199400345 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Fi&nd} time=199400345 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Fi&nd} time=199400346 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=199400346 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Fi&nd} time=199400346 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Fi&nd} time=199400346 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Fi&nd} time=199400346 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - Clicked on Fi&nd 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Label with text "&Find:", using matcher: of type 'Label' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Label with text "&Find:", using matcher: (of type 'Label') 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Label with text "", using matcher: of type 'Label' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Combo with text "CPU 1", using matcher: of type 'Combo' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Combo with text "CPU 1", using matcher: (of type 'Combo') 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - Setting text on (of type 'Combo') to cpu 1 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {cpu 1} time=199400352 data=null} to (of type 'Combo') 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - Set text on (of type 'Combo') to cpu 1 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "F&orward", using matcher: with mnemonic 'Forward' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "F&orward", using matcher: with style 'SWT.RADIO' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "F&orward", using matcher: (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') is already selected, not clicking again. 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with mnemonic 'Case sensitive' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with style 'SWT.CHECK' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "&Case sensitive", using matcher: (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') already selected, not selecting again. 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "Wra&p search", using matcher: with mnemonic 'Wrap search' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "Wra&p search", using matcher: with style 'SWT.CHECK' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "Wra&p search", using matcher: (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.374Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.375Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.375Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.375Z] DEBUG - matched Button with text "&Whole word", using matcher: with mnemonic 'Whole word' 16:18:16 [2019-07-19T20:18:16.375Z] DEBUG - matched Button with text "&Whole word", using matcher: with style 'SWT.CHECK' 16:18:16 [2019-07-19T20:18:16.375Z] DEBUG - matched Button with text "&Whole word", using matcher: (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') 16:18:16 [2019-07-19T20:18:16.375Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.375Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.375Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.375Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.375Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.375Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.375Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.375Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.375Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.375Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with mnemonic 'Regular expression' 16:18:16 [2019-07-19T20:18:16.375Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with style 'SWT.CHECK' 16:18:16 [2019-07-19T20:18:16.375Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:18:16 [2019-07-19T20:18:16.375Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.375Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.375Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:18:16 [2019-07-19T20:18:16.375Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:18:16 [2019-07-19T20:18:16.375Z] DEBUG - Clicking on Fi&nd 16:18:16 [2019-07-19T20:18:16.375Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Fi&nd} time=199400375 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:16 [2019-07-19T20:18:16.375Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=199400375 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:16 [2019-07-19T20:18:16.375Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Fi&nd} time=199400375 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:16 [2019-07-19T20:18:16.375Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Fi&nd} time=199400375 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:16 [2019-07-19T20:18:16.375Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Fi&nd} time=199400375 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:16 [2019-07-19T20:18:16.375Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Fi&nd} time=199400375 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:16 [2019-07-19T20:18:16.375Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Fi&nd} time=199400375 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:16 [2019-07-19T20:18:16.375Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Fi&nd} time=199400379 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:16 [2019-07-19T20:18:16.375Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=199400380 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:16 [2019-07-19T20:18:16.375Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Fi&nd} time=199400380 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:16 [2019-07-19T20:18:16.375Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Fi&nd} time=199400380 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:16 [2019-07-19T20:18:16.375Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Fi&nd} time=199400380 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:16 [2019-07-19T20:18:16.375Z] DEBUG - Clicked on Fi&nd 16:18:16 [2019-07-19T20:18:16.375Z] DEBUG - matched Label with text "&Find:", using matcher: of type 'Label' 16:18:16 [2019-07-19T20:18:16.375Z] DEBUG - matched Label with text "&Find:", using matcher: (of type 'Label') 16:18:16 [2019-07-19T20:18:16.375Z] DEBUG - matched Label with text "Entry not found", using matcher: of type 'Label' 16:18:16 [2019-07-19T20:18:16.375Z] DEBUG - matched Label with text "Entry not found", using matcher: (of type 'Label') 16:18:16 [2019-07-19T20:18:16.375Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' 16:18:16 [2019-07-19T20:18:16.375Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' 16:18:16 [2019-07-19T20:18:16.375Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.375Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.375Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.375Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.375Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.375Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.375Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.375Z] DEBUG - matched Button with text "Close", using matcher: with mnemonic 'Close' 16:18:16 [2019-07-19T20:18:16.375Z] DEBUG - matched Button with text "Close", using matcher: with style 'SWT.PUSH' 16:18:16 [2019-07-19T20:18:16.375Z] DEBUG - matched Button with text "Close", using matcher: (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:18:16 [2019-07-19T20:18:16.375Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:18:16 [2019-07-19T20:18:16.375Z] DEBUG - Clicking on Close 16:18:16 [2019-07-19T20:18:16.375Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Close} time=199400383 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:18:16 [2019-07-19T20:18:16.375Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Close} time=199400383 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:18:16 [2019-07-19T20:18:16.375Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Close} time=199400383 data=null doit=true} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:18:16 [2019-07-19T20:18:16.375Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Close} time=199400387 data=null} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:18:16 [2019-07-19T20:18:16.375Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Close} time=199400387 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:18:16 [2019-07-19T20:18:16.375Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Close} time=199400387 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:18:16 [2019-07-19T20:18:16.375Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Close} time=199400387 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:18:16 [2019-07-19T20:18:16.632Z] DEBUG - Clicked on 16:18:16 [2019-07-19T20:18:16.632Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Resources"' 16:18:16 [2019-07-19T20:18:16.632Z] DEBUG - matched TimeGraphScale with text "", using matcher: of type 'Canvas' 16:18:16 [2019-07-19T20:18:16.632Z] DEBUG - matched TimeGraphScale with text "", using matcher: (of type 'Canvas') 16:18:16 [2019-07-19T20:18:16.632Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'Canvas' 16:18:16 [2019-07-19T20:18:16.632Z] DEBUG - matched TimeGraphControl with text "", using matcher: (of type 'Canvas') 16:18:16 [2019-07-19T20:18:16.632Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: of type 'Canvas' 16:18:16 [2019-07-19T20:18:16.632Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: (of type 'Canvas') 16:18:16 [2019-07-19T20:18:16.632Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:18:16 [2019-07-19T20:18:16.632Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:18:17 [2019-07-19T20:18:17.195Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' 16:18:17 [2019-07-19T20:18:17.195Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Find} time=199401333 data=null doit=true} to Shell with text {Find} 16:18:17 [2019-07-19T20:18:17.195Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' 16:18:17 [2019-07-19T20:18:17.195Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' 16:18:17 [2019-07-19T20:18:17.195Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:18:17 [2019-07-19T20:18:17.195Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:18:17 [2019-07-19T20:18:17.195Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:18:17 [2019-07-19T20:18:17.195Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:18:17 [2019-07-19T20:18:17.195Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:18:17 [2019-07-19T20:18:17.195Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:18:17 [2019-07-19T20:18:17.195Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:18:17 [2019-07-19T20:18:17.195Z] DEBUG - matched Button with text "Close", using matcher: with mnemonic 'Close' 16:18:17 [2019-07-19T20:18:17.195Z] DEBUG - matched Button with text "Close", using matcher: with style 'SWT.PUSH' 16:18:17 [2019-07-19T20:18:17.195Z] DEBUG - matched Button with text "Close", using matcher: (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:18:17 [2019-07-19T20:18:17.195Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:18:17 [2019-07-19T20:18:17.195Z] DEBUG - Clicking on Close 16:18:17 [2019-07-19T20:18:17.195Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Close} time=199401337 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:18:17 [2019-07-19T20:18:17.195Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Close} time=199401337 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:18:17 [2019-07-19T20:18:17.195Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Close} time=199401337 data=null doit=true} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:18:17 [2019-07-19T20:18:17.195Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Close} time=199401337 data=null} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:18:17 [2019-07-19T20:18:17.195Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Close} time=199401337 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:18:17 [2019-07-19T20:18:17.195Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Close} time=199401337 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:18:17 [2019-07-19T20:18:17.195Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Close} time=199401337 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:18:17 [2019-07-19T20:18:17.452Z] DEBUG - Clicked on 16:18:17 [2019-07-19T20:18:17.452Z] DEBUG - matched TimeGraphScale with text "", using matcher: of type 'Canvas' 16:18:17 [2019-07-19T20:18:17.452Z] DEBUG - matched TimeGraphScale with text "", using matcher: (of type 'Canvas') 16:18:17 [2019-07-19T20:18:17.452Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'Canvas' 16:18:17 [2019-07-19T20:18:17.452Z] DEBUG - matched TimeGraphControl with text "", using matcher: (of type 'Canvas') 16:18:17 [2019-07-19T20:18:17.452Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: of type 'Canvas' 16:18:17 [2019-07-19T20:18:17.452Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: (of type 'Canvas') 16:18:17 [2019-07-19T20:18:17.452Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:18:17 [2019-07-19T20:18:17.452Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:18:18 [2019-07-19T20:18:18.015Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' 16:18:18 [2019-07-19T20:18:18.015Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Find} time=199402064 data=null doit=true} to Shell with text {Find} 16:18:18 [2019-07-19T20:18:18.015Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' 16:18:18 [2019-07-19T20:18:18.015Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' 16:18:18 [2019-07-19T20:18:18.015Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:18:18 [2019-07-19T20:18:18.015Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:18:18 [2019-07-19T20:18:18.015Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:18:18 [2019-07-19T20:18:18.015Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:18:18 [2019-07-19T20:18:18.015Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:18:18 [2019-07-19T20:18:18.015Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:18:18 [2019-07-19T20:18:18.015Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:18:18 [2019-07-19T20:18:18.015Z] DEBUG - matched Button with text "Close", using matcher: with mnemonic 'Close' 16:18:18 [2019-07-19T20:18:18.015Z] DEBUG - matched Button with text "Close", using matcher: with style 'SWT.PUSH' 16:18:18 [2019-07-19T20:18:18.015Z] DEBUG - matched Button with text "Close", using matcher: (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:18:18 [2019-07-19T20:18:18.015Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:18:18 [2019-07-19T20:18:18.015Z] DEBUG - Clicking on Close 16:18:18 [2019-07-19T20:18:18.015Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Close} time=199402068 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:18:18 [2019-07-19T20:18:18.015Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Close} time=199402068 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:18:18 [2019-07-19T20:18:18.015Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Close} time=199402068 data=null doit=true} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:18:18 [2019-07-19T20:18:18.015Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Close} time=199402068 data=null} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:18:18 [2019-07-19T20:18:18.015Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Close} time=199402069 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:18:18 [2019-07-19T20:18:18.015Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Close} time=199402069 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:18:18 [2019-07-19T20:18:18.015Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Close} time=199402069 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:18:18 [2019-07-19T20:18:18.272Z] DEBUG - Clicked on 16:18:18 [2019-07-19T20:18:18.272Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Resources"' 16:18:18 [2019-07-19T20:18:18.272Z] DEBUG - matched TimeGraphScale with text "", using matcher: of type 'Canvas' 16:18:18 [2019-07-19T20:18:18.272Z] DEBUG - matched TimeGraphScale with text "", using matcher: (of type 'Canvas') 16:18:18 [2019-07-19T20:18:18.272Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'Canvas' 16:18:18 [2019-07-19T20:18:18.272Z] DEBUG - matched TimeGraphControl with text "", using matcher: (of type 'Canvas') 16:18:18 [2019-07-19T20:18:18.272Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: of type 'Canvas' 16:18:18 [2019-07-19T20:18:18.272Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: (of type 'Canvas') 16:18:18 [2019-07-19T20:18:18.272Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:18:18 [2019-07-19T20:18:18.529Z] DEBUG - Attempting to set focus on (of type 'Canvas') 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Find} time=199402969 data=null doit=true} to Shell with text {Find} 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - matched Button with text "Fi&nd", using matcher: with mnemonic 'Find' 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - matched Button with text "Fi&nd", using matcher: with style 'SWT.PUSH' 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - matched Button with text "Fi&nd", using matcher: (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - matched Combo with text "bug446190", using matcher: of type 'Combo' 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - matched Combo with text "bug446190", using matcher: (of type 'Combo') 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - Setting text on (of type 'Combo') to CPU 1 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {CPU 1} time=199402973 data=null} to (of type 'Combo') 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - Set text on (of type 'Combo') to CPU 1 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - matched Button with text "&Backward", using matcher: with mnemonic 'Backward' 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - matched Button with text "&Backward", using matcher: with style 'SWT.RADIO' 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - matched Button with text "&Backward", using matcher: (of type 'Button' and with mnemonic 'Backward' and with style 'SWT.RADIO') 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Backward' and with style 'SWT.RADIO') 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {F&orward} time=199402976 data=null doit=true} to Button with text {F&orward} 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {F&orward} time=199402976 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Button with text {F&orward} 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Backward' and with style 'SWT.RADIO') 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Backward} time=199402977 data=null doit=true} to (of type 'Button' and with mnemonic 'Backward' and with style 'SWT.RADIO') 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Backward} time=199402977 data=null button=1 stateMask=0x0 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'Backward' and with style 'SWT.RADIO') 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Backward} time=199402978 data=null button=1 stateMask=0x80000 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'Backward' and with style 'SWT.RADIO') 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Backward} time=199402978 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Backward' and with style 'SWT.RADIO') 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Backward' and with style 'SWT.RADIO') 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with mnemonic 'Case sensitive' 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with style 'SWT.CHECK' 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - matched Button with text "&Case sensitive", using matcher: (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - Deselecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$1@5f2ba7ac 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Case sensitive} time=199402985 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Case sensitive} time=199402985 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Case sensitive} time=199402985 data=null doit=true} to (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Case sensitive} time=199402985 data=null} to (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Case sensitive} time=199402986 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Case sensitive} time=199402986 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Case sensitive} time=199402986 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Case sensitive} time=199402986 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Case sensitive} time=199402986 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Case sensitive} time=199402986 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Case sensitive} time=199402986 data=null doit=true} to (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Case sensitive} time=199402986 data=null} to (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - matched Button with text "Wra&p search", using matcher: with mnemonic 'Wrap search' 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - matched Button with text "Wra&p search", using matcher: with style 'SWT.CHECK' 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - matched Button with text "Wra&p search", using matcher: (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - Selecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$2@458ce077 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Wra&p search} time=199402987 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Wra&p search} time=199402988 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Wra&p search} time=199402988 data=null doit=true} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Wra&p search} time=199402988 data=null} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Wra&p search} time=199402988 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Wra&p search} time=199402988 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Wra&p search} time=199402988 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Wra&p search} time=199402989 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Wra&p search} time=199402989 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Wra&p search} time=199402989 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Wra&p search} time=199402989 data=null doit=true} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Wra&p search} time=199402989 data=null} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - matched Button with text "&Whole word", using matcher: with mnemonic 'Whole word' 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - matched Button with text "&Whole word", using matcher: with style 'SWT.CHECK' 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - matched Button with text "&Whole word", using matcher: (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with mnemonic 'Regular expression' 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with style 'SWT.CHECK' 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - Clicking on Fi&nd 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Fi&nd} time=199403031 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=199403031 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Fi&nd} time=199403031 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Fi&nd} time=199403031 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Fi&nd} time=199403031 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Fi&nd} time=199403032 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Fi&nd} time=199403032 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Fi&nd} time=199403032 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=199403032 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Fi&nd} time=199403032 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Fi&nd} time=199403033 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Fi&nd} time=199403033 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - Clicked on Fi&nd 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - matched Label with text "&Find:", using matcher: of type 'Label' 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - matched Label with text "&Find:", using matcher: (of type 'Label') 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - matched Label with text "Wrapped search", using matcher: of type 'Label' 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - matched Label with text "Wrapped search", using matcher: (of type 'Label') 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - matched Label with text "&Find:", using matcher: of type 'Label' 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - matched Label with text "&Find:", using matcher: (of type 'Label') 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - matched Label with text "Wrapped search", using matcher: of type 'Label' 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - matched Label with text "Wrapped search", using matcher: (of type 'Label') 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - matched Combo with text "CPU 1", using matcher: of type 'Combo' 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - matched Combo with text "CPU 1", using matcher: (of type 'Combo') 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - Setting text on (of type 'Combo') to CPU 1 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {CPU 1} time=199403036 data=null} to (of type 'Combo') 16:18:18 [2019-07-19T20:18:18.787Z] DEBUG - Set text on (of type 'Combo') to CPU 1 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - matched Button with text "F&orward", using matcher: with mnemonic 'Forward' 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - matched Button with text "F&orward", using matcher: with style 'SWT.RADIO' 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - matched Button with text "F&orward", using matcher: (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Backward} time=199403037 data=null doit=true} to Button with text {&Backward} 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Backward} time=199403037 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Button with text {&Backward} 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {F&orward} time=199403038 data=null doit=true} to (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {F&orward} time=199403039 data=null button=1 stateMask=0x0 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {F&orward} time=199403039 data=null button=1 stateMask=0x80000 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {F&orward} time=199403039 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with mnemonic 'Case sensitive' 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with style 'SWT.CHECK' 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - matched Button with text "&Case sensitive", using matcher: (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - matched Button with text "Wra&p search", using matcher: with mnemonic 'Wrap search' 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - matched Button with text "Wra&p search", using matcher: with style 'SWT.CHECK' 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - matched Button with text "Wra&p search", using matcher: (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') already selected, not selecting again. 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - matched Button with text "&Whole word", using matcher: with mnemonic 'Whole word' 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - matched Button with text "&Whole word", using matcher: with style 'SWT.CHECK' 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - matched Button with text "&Whole word", using matcher: (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with mnemonic 'Regular expression' 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with style 'SWT.CHECK' 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - Clicking on Fi&nd 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Fi&nd} time=199403054 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=199403054 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Fi&nd} time=199403054 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Fi&nd} time=199403054 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Fi&nd} time=199403055 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Fi&nd} time=199403055 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Fi&nd} time=199403055 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Fi&nd} time=199403055 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=199403056 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Fi&nd} time=199403056 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Fi&nd} time=199403056 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Fi&nd} time=199403056 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - Clicked on Fi&nd 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - matched Label with text "&Find:", using matcher: of type 'Label' 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - matched Label with text "&Find:", using matcher: (of type 'Label') 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - matched Label with text "Wrapped search", using matcher: of type 'Label' 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - matched Label with text "Wrapped search", using matcher: (of type 'Label') 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - matched Button with text "Close", using matcher: with mnemonic 'Close' 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - matched Button with text "Close", using matcher: with style 'SWT.PUSH' 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - matched Button with text "Close", using matcher: (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - Clicking on Close 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Close} time=199403058 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Close} time=199403058 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Close} time=199403058 data=null doit=true} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Close} time=199403059 data=null} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Close} time=199403059 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Close} time=199403059 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:18:19 [2019-07-19T20:18:19.045Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Close} time=199403059 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:18:19 [2019-07-19T20:18:19.303Z] DEBUG - Clicked on 16:18:19 [2019-07-19T20:18:19.303Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - test/Traces/bug446190/bug446190_ - Eclipse Platform} time=199403384 data=null doit=true} to Shell with text {data - test/Traces/bug446190/bug446190_ - Eclipse Platform} 16:18:19 [2019-07-19T20:18:19.303Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' 16:18:19 [2019-07-19T20:18:19.303Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:18:19 [2019-07-19T20:18:19.303Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:18:19 [2019-07-19T20:18:19.303Z] DEBUG - Attempting to set focus on Tree with text {} 16:18:19 [2019-07-19T20:18:19.303Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199403550 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:18:19 [2019-07-19T20:18:19.303Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199403550 data=null doit=true} to TreeItem with text {test} 16:18:19 [2019-07-19T20:18:19.303Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199403551 data=null} to TreeItem with text {test} 16:18:19 [2019-07-19T20:18:19.303Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199403551 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:18:19 [2019-07-19T20:18:19.560Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199403552 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:18:19 [2019-07-19T20:18:19.560Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199403563 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:18:19 [2019-07-19T20:18:19.560Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' 16:18:19 [2019-07-19T20:18:19.560Z] DEBUG - Clicking on with mnemonic 'Delete' 16:18:19 [2019-07-19T20:18:19.560Z] DEBUG - Clicked on with mnemonic 'Delete' 16:18:20 [2019-07-19T20:18:20.125Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' 16:18:20 [2019-07-19T20:18:20.125Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} 16:18:20 [2019-07-19T20:18:20.125Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 16:18:20 [2019-07-19T20:18:20.125Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' 16:18:20 [2019-07-19T20:18:20.125Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') 16:18:20 [2019-07-19T20:18:20.125Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 16:18:20 [2019-07-19T20:18:20.125Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:18:20 [2019-07-19T20:18:20.125Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:18:20 [2019-07-19T20:18:20.125Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') 16:18:20 [2019-07-19T20:18:20.125Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected 16:18:20 [2019-07-19T20:18:20.125Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199404199 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:18:20 [2019-07-19T20:18:20.125Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199404199 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:18:20 [2019-07-19T20:18:20.125Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=199404199 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:18:20 [2019-07-19T20:18:20.125Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=199404199 data=null} to (of type 'Button' and with style 'SWT.CHECK') 16:18:20 [2019-07-19T20:18:20.125Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199404199 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:18:20 [2019-07-19T20:18:20.125Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199404199 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:18:20 [2019-07-19T20:18:20.125Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=199404200 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:18:20 [2019-07-19T20:18:20.125Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199404200 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:18:20 [2019-07-19T20:18:20.125Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199404200 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:18:20 [2019-07-19T20:18:20.125Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199404200 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:18:20 [2019-07-19T20:18:20.125Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=199404200 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:18:20 [2019-07-19T20:18:20.125Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=199404200 data=null} to (of type 'Button' and with style 'SWT.CHECK') 16:18:20 [2019-07-19T20:18:20.125Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') 16:18:20 [2019-07-19T20:18:20.125Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 16:18:20 [2019-07-19T20:18:20.125Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 16:18:20 [2019-07-19T20:18:20.125Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:18:20 [2019-07-19T20:18:20.125Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:18:20 [2019-07-19T20:18:20.125Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 16:18:20 [2019-07-19T20:18:20.125Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:18:20 [2019-07-19T20:18:20.125Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:18:20 [2019-07-19T20:18:20.125Z] DEBUG - Clicking on OK 16:18:20 [2019-07-19T20:18:20.125Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=199404201 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:18:20 [2019-07-19T20:18:20.125Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=199404201 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:18:20 [2019-07-19T20:18:20.125Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=199404201 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:18:20 [2019-07-19T20:18:20.125Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=199404201 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:18:20 [2019-07-19T20:18:20.125Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=199404202 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:18:20 [2019-07-19T20:18:20.125Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=199404202 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:18:20 [2019-07-19T20:18:20.125Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:18:20 [2019-07-19T20:18:20.125Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:18:20 [2019-07-19T20:18:20.125Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:18:20 [2019-07-19T20:18:20.125Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:18:20 [2019-07-19T20:18:20.125Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:18:20 [2019-07-19T20:18:20.125Z] DEBUG - Clicked on OK 16:18:22 [2019-07-19T20:18:22.648Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=199404202 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:18:22 [2019-07-19T20:18:22.648Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=199403671 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' 16:18:22 [2019-07-19T20:18:22.648Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.713 s - in org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesViewFindTest 16:18:22 [2019-07-19T20:18:22.648Z] testRegEx(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesViewFindTest) Time elapsed: 4.097 s 16:18:22 [2019-07-19T20:18:22.648Z] testDirection(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesViewFindTest) Time elapsed: 0.997 s 16:18:22 [2019-07-19T20:18:22.648Z] testWholeWord(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesViewFindTest) Time elapsed: 0.855 s 16:18:22 [2019-07-19T20:18:22.648Z] testCaseSensitive(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesViewFindTest) Time elapsed: 0.773 s 16:18:22 [2019-07-19T20:18:22.648Z] testOpenCloseDialog(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesViewFindTest) Time elapsed: 1.682 s 16:18:22 [2019-07-19T20:18:22.648Z] testWrapSearch(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesViewFindTest) Time elapsed: 0.936 s 16:18:22 [2019-07-19T20:18:22.648Z] Running org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ImportAndReadKernelSmokeTest 16:18:40 [2019-07-19T20:18:40.703Z] DEBUG - matched EditorReference with text "", using matcher: with name '"synthetic-trace"' 16:18:40 [2019-07-19T20:18:40.703Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:18:40 [2019-07-19T20:18:40.703Z] DEBUG - matched EditorReference with text "", using matcher: with name '"synthetic-trace"' 16:18:40 [2019-07-19T20:18:40.703Z] *** BUG *** 16:18:40 [2019-07-19T20:18:40.703Z] In pixman_region32_init_rect: Invalid rectangle passed 16:18:40 [2019-07-19T20:18:40.703Z] Set a breakpoint on '_pixman_log_error' to debug 16:18:40 [2019-07-19T20:18:40.703Z] 16:18:40 [2019-07-19T20:18:40.703Z] *** BUG *** 16:18:40 [2019-07-19T20:18:40.703Z] In pixman_region32_init_rect: Invalid rectangle passed 16:18:40 [2019-07-19T20:18:40.703Z] Set a breakpoint on '_pixman_log_error' to debug 16:18:40 [2019-07-19T20:18:40.703Z] 16:18:40 [2019-07-19T20:18:40.703Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.histogram"' 16:18:40 [2019-07-19T20:18:40.703Z] DEBUG - number of items : 2 16:18:40 [2019-07-19T20:18:40.703Z] DEBUG - Clicking on ToolItem with tooltip text {Hide Lost Events} 16:18:40 [2019-07-19T20:18:40.703Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199424649 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Hide Lost Events} 16:18:40 [2019-07-19T20:18:40.703Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199424649 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Hide Lost Events} 16:18:40 [2019-07-19T20:18:40.703Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199424649 data=null doit=true} to ToolItem with tooltip text {Hide Lost Events} 16:18:40 [2019-07-19T20:18:40.703Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199424649 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Hide Lost Events} 16:18:40 [2019-07-19T20:18:40.703Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199424649 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Hide Lost Events} 16:18:40 [2019-07-19T20:18:40.703Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199424649 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Hide Lost Events} 16:18:40 [2019-07-19T20:18:40.703Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199424650 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Hide Lost Events} 16:18:40 [2019-07-19T20:18:40.703Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199424651 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Hide Lost Events} 16:18:40 [2019-07-19T20:18:40.703Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199424651 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Hide Lost Events} 16:18:40 [2019-07-19T20:18:40.703Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199424651 data=null doit=true} to ToolItem with tooltip text {Hide Lost Events} 16:18:40 [2019-07-19T20:18:40.703Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199424651 data=null} to ToolItem with tooltip text {Hide Lost Events} 16:18:40 [2019-07-19T20:18:40.703Z] DEBUG - Clicked on ToolItem with tooltip text {Hide Lost Events} 16:18:40 [2019-07-19T20:18:40.960Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.histogram"' 16:18:45 [2019-07-19T20:18:45.139Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.cpuusage"' 16:18:46 [2019-07-19T20:18:46.069Z] DEBUG - matched ViewReference with text "", using matcher: with title '"State System Explorer"' 16:18:46 [2019-07-19T20:18:46.069Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 16:18:46 [2019-07-19T20:18:46.633Z] DEBUG - matched ViewReference with text "", using matcher: with title '"State System Explorer"' 16:18:46 [2019-07-19T20:18:46.633Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 16:18:46 [2019-07-19T20:18:46.891Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:18:46 [2019-07-19T20:18:46.891Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:18:59 [2019-07-19T20:18:59.075Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 16:18:59 [2019-07-19T20:18:59.075Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=199442093 data=null doit=true} to Shell with text {data - Eclipse Platform} 16:18:59 [2019-07-19T20:18:59.075Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' 16:18:59 [2019-07-19T20:18:59.075Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:18:59 [2019-07-19T20:18:59.075Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:18:59 [2019-07-19T20:18:59.075Z] DEBUG - Attempting to set focus on Tree with text {} 16:18:59 [2019-07-19T20:18:59.075Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199442160 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:18:59 [2019-07-19T20:18:59.075Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199442160 data=null doit=true} to TreeItem with text {test} 16:18:59 [2019-07-19T20:18:59.075Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199442160 data=null} to TreeItem with text {test} 16:18:59 [2019-07-19T20:18:59.075Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199442161 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:18:59 [2019-07-19T20:18:59.075Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199442161 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:18:59 [2019-07-19T20:18:59.075Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199442180 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:18:59 [2019-07-19T20:18:59.075Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' 16:18:59 [2019-07-19T20:18:59.075Z] DEBUG - Clicking on with mnemonic 'Delete' 16:18:59 [2019-07-19T20:18:59.075Z] DEBUG - Clicked on with mnemonic 'Delete' 16:18:59 [2019-07-19T20:18:59.075Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' 16:18:59 [2019-07-19T20:18:59.075Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} 16:18:59 [2019-07-19T20:18:59.075Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 16:18:59 [2019-07-19T20:18:59.075Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' 16:18:59 [2019-07-19T20:18:59.075Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') 16:18:59 [2019-07-19T20:18:59.075Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 16:18:59 [2019-07-19T20:18:59.075Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:18:59 [2019-07-19T20:18:59.075Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:18:59 [2019-07-19T20:18:59.075Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') 16:18:59 [2019-07-19T20:18:59.075Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected 16:18:59 [2019-07-19T20:18:59.075Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199442682 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:18:59 [2019-07-19T20:18:59.075Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199442682 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:18:59 [2019-07-19T20:18:59.075Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=199442682 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:18:59 [2019-07-19T20:18:59.075Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=199442683 data=null} to (of type 'Button' and with style 'SWT.CHECK') 16:18:59 [2019-07-19T20:18:59.075Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199442683 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:18:59 [2019-07-19T20:18:59.075Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199442683 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:18:59 [2019-07-19T20:18:59.075Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=199442693 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:18:59 [2019-07-19T20:18:59.075Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199442693 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:18:59 [2019-07-19T20:18:59.075Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199442693 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:18:59 [2019-07-19T20:18:59.075Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199442693 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:18:59 [2019-07-19T20:18:59.075Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=199442693 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:18:59 [2019-07-19T20:18:59.075Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=199442693 data=null} to (of type 'Button' and with style 'SWT.CHECK') 16:18:59 [2019-07-19T20:18:59.075Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') 16:18:59 [2019-07-19T20:18:59.075Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 16:18:59 [2019-07-19T20:18:59.075Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 16:18:59 [2019-07-19T20:18:59.075Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:18:59 [2019-07-19T20:18:59.075Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:18:59 [2019-07-19T20:18:59.075Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 16:18:59 [2019-07-19T20:18:59.075Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:18:59 [2019-07-19T20:18:59.075Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:18:59 [2019-07-19T20:18:59.075Z] DEBUG - Clicking on OK 16:18:59 [2019-07-19T20:18:59.075Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=199442695 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:18:59 [2019-07-19T20:18:59.075Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=199442695 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:18:59 [2019-07-19T20:18:59.075Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=199442695 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:18:59 [2019-07-19T20:18:59.075Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=199442695 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:18:59 [2019-07-19T20:18:59.075Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=199442695 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:18:59 [2019-07-19T20:18:59.075Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=199442695 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:18:59 [2019-07-19T20:18:59.075Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:18:59 [2019-07-19T20:18:59.075Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:18:59 [2019-07-19T20:18:59.075Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:18:59 [2019-07-19T20:18:59.075Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:18:59 [2019-07-19T20:18:59.075Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:18:59 [2019-07-19T20:18:59.075Z] DEBUG - Clicked on OK 16:18:59 [2019-07-19T20:18:59.640Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=199442695 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:18:59 [2019-07-19T20:18:59.640Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=199442274 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' 16:18:59 [2019-07-19T20:18:59.897Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 37.176 s - in org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ImportAndReadKernelSmokeTest 16:18:59 [2019-07-19T20:18:59.897Z] test(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ImportAndReadKernelSmokeTest) Time elapsed: 34.217 s 16:18:59 [2019-07-19T20:18:59.897Z] Running org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.DisksIOViewTest 16:19:00 [2019-07-19T20:19:00.461Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.diskioactivity"' 16:19:00 [2019-07-19T20:19:00.461Z] DEBUG - matched with text "", using matcher: of type 'Chart' 16:19:10 [2019-07-19T20:19:10.417Z] DEBUG - matched EditorReference with text "", using matcher: with name '"scp_dest"' 16:19:10 [2019-07-19T20:19:10.417Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:19:10 [2019-07-19T20:19:10.417Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:19:10 [2019-07-19T20:19:10.417Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:19:10 [2019-07-19T20:19:10.417Z] DEBUG - Setting state to checked on: scp_dest 16:19:11 [2019-07-19T20:19:11.791Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=199455744 data=null doit=true} to Shell with text {data - Eclipse Platform} 16:19:11 [2019-07-19T20:19:11.791Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' 16:19:11 [2019-07-19T20:19:11.791Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:19:11 [2019-07-19T20:19:11.791Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:19:11 [2019-07-19T20:19:11.791Z] DEBUG - Attempting to set focus on Tree with text {} 16:19:11 [2019-07-19T20:19:11.791Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199455791 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:19:11 [2019-07-19T20:19:11.791Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199455791 data=null doit=true} to TreeItem with text {test} 16:19:11 [2019-07-19T20:19:11.791Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199455792 data=null} to TreeItem with text {test} 16:19:11 [2019-07-19T20:19:11.791Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199455792 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:19:11 [2019-07-19T20:19:11.791Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199455792 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:19:11 [2019-07-19T20:19:11.791Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199455801 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:19:11 [2019-07-19T20:19:11.791Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' 16:19:11 [2019-07-19T20:19:11.791Z] DEBUG - Clicking on with mnemonic 'Delete' 16:19:11 [2019-07-19T20:19:11.791Z] DEBUG - Clicked on with mnemonic 'Delete' 16:19:12 [2019-07-19T20:19:12.756Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' 16:19:12 [2019-07-19T20:19:12.756Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} 16:19:12 [2019-07-19T20:19:12.756Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 16:19:12 [2019-07-19T20:19:12.756Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' 16:19:12 [2019-07-19T20:19:12.756Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') 16:19:12 [2019-07-19T20:19:12.756Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 16:19:12 [2019-07-19T20:19:12.756Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:19:12 [2019-07-19T20:19:12.756Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:19:12 [2019-07-19T20:19:12.756Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') 16:19:12 [2019-07-19T20:19:12.756Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected 16:19:12 [2019-07-19T20:19:12.756Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199456846 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:19:12 [2019-07-19T20:19:12.756Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199456846 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:19:12 [2019-07-19T20:19:12.756Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=199456846 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:19:12 [2019-07-19T20:19:12.756Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=199456847 data=null} to (of type 'Button' and with style 'SWT.CHECK') 16:19:12 [2019-07-19T20:19:12.756Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199456847 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:19:12 [2019-07-19T20:19:12.756Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199456847 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:19:12 [2019-07-19T20:19:12.756Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=199456847 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:19:12 [2019-07-19T20:19:12.756Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199456847 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:19:12 [2019-07-19T20:19:12.756Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199456847 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:19:12 [2019-07-19T20:19:12.756Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199456847 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:19:12 [2019-07-19T20:19:12.756Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=199456847 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:19:12 [2019-07-19T20:19:12.756Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=199456847 data=null} to (of type 'Button' and with style 'SWT.CHECK') 16:19:12 [2019-07-19T20:19:12.756Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') 16:19:12 [2019-07-19T20:19:12.756Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 16:19:12 [2019-07-19T20:19:12.756Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 16:19:12 [2019-07-19T20:19:12.756Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:19:12 [2019-07-19T20:19:12.756Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:19:12 [2019-07-19T20:19:12.756Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 16:19:12 [2019-07-19T20:19:12.756Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:19:12 [2019-07-19T20:19:12.756Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:19:12 [2019-07-19T20:19:12.756Z] DEBUG - Clicking on OK 16:19:12 [2019-07-19T20:19:12.756Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=199456848 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:19:12 [2019-07-19T20:19:12.756Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=199456849 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:19:12 [2019-07-19T20:19:12.756Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=199456849 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:19:12 [2019-07-19T20:19:12.756Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=199456849 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:19:12 [2019-07-19T20:19:12.756Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=199456849 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:19:12 [2019-07-19T20:19:12.756Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=199456849 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:19:12 [2019-07-19T20:19:12.756Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:19:12 [2019-07-19T20:19:12.756Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:19:12 [2019-07-19T20:19:12.756Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:19:12 [2019-07-19T20:19:12.756Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:19:12 [2019-07-19T20:19:12.756Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:19:12 [2019-07-19T20:19:12.756Z] DEBUG - Clicked on OK 16:19:13 [2019-07-19T20:19:13.319Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=199456849 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:19:13 [2019-07-19T20:19:13.319Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=199455932 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' 16:19:13 [2019-07-19T20:19:13.575Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.623 s - in org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.DisksIOViewTest 16:19:13 [2019-07-19T20:19:13.575Z] testDiskView(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.DisksIOViewTest) Time elapsed: 11.26 s 16:19:13 [2019-07-19T20:19:13.575Z] 16:19:13 [2019-07-19T20:19:13.575Z] Results: 16:19:13 [2019-07-19T20:19:13.575Z] 16:19:13 [2019-07-19T20:19:13.575Z] Tests run: 47, Failures: 0, Errors: 0, Skipped: 1 16:19:13 [2019-07-19T20:19:13.575Z] 16:19:14 [2019-07-19T20:19:14.138Z] 16:19:14 [2019-07-19T20:19:14.138Z] !ENTRY org.eclipse.core.resources 2 10035 2019-07-19 20:19:14.013 16:19:14 [2019-07-19T20:19:14.138Z] !MESSAGE The workspace will exit with unsaved changes in this session. 16:19:15 [2019-07-19T20:19:15.068Z] [INFO] All tests passed! 16:19:15 [2019-07-19T20:19:15.068Z] [INFO] 16:19:15 [2019-07-19T20:19:15.068Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests --- 16:19:15 [2019-07-19T20:19:15.068Z] [INFO] Loading execution data file /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/../../target/jacoco.exec 16:19:15 [2019-07-19T20:19:15.325Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests' with 28 classes 16:19:15 [2019-07-19T20:19:15.325Z] [INFO] 16:19:15 [2019-07-19T20:19:15.325Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests --- 16:19:15 [2019-07-19T20:19:15.325Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/target/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests-1.0.10-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/1.0.10-SNAPSHOT/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests-1.0.10-SNAPSHOT.jar 16:19:15 [2019-07-19T20:19:15.325Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/1.0.10-SNAPSHOT/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests-1.0.10-SNAPSHOT.pom 16:19:15 [2019-07-19T20:19:15.325Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/target/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests-1.0.10-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/1.0.10-SNAPSHOT/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests-1.0.10-SNAPSHOT-sources.jar 16:19:15 [2019-07-19T20:19:15.325Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/target/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests-1.0.10-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/1.0.10-SNAPSHOT/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests-1.0.10-SNAPSHOT-pack200.jar.pack.gz 16:19:15 [2019-07-19T20:19:15.325Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/1.0.10-SNAPSHOT/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests-1.0.10-SNAPSHOT-p2metadata.xml 16:19:15 [2019-07-19T20:19:15.325Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/1.0.10-SNAPSHOT/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests-1.0.10-SNAPSHOT-p2artifacts.xml 16:19:15 [2019-07-19T20:19:15.325Z] [INFO] 16:19:15 [2019-07-19T20:19:15.325Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests --- 16:19:15 [2019-07-19T20:19:15.325Z] [INFO] 16:19:15 [2019-07-19T20:19:15.325Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests >-- 16:19:15 [2019-07-19T20:19:15.325Z] [INFO] Building org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests 1.0.10-SNAPSHOT [100/134] 16:19:15 [2019-07-19T20:19:15.325Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- 16:19:15 [2019-07-19T20:19:15.325Z] [INFO] 16:19:15 [2019-07-19T20:19:15.325Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests --- 16:19:15 [2019-07-19T20:19:15.325Z] [INFO] 16:19:15 [2019-07-19T20:19:15.325Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests --- 16:19:15 [2019-07-19T20:19:15.325Z] [INFO] The project's OSGi version is 1.0.10.201907191907 16:19:15 [2019-07-19T20:19:15.325Z] [INFO] 16:19:15 [2019-07-19T20:19:15.325Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests --- 16:19:15 [2019-07-19T20:19:15.325Z] [INFO] 16:19:15 [2019-07-19T20:19:15.325Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests --- 16:19:15 [2019-07-19T20:19:15.325Z] [INFO] 16:19:15 [2019-07-19T20:19:15.325Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests --- 16:19:15 [2019-07-19T20:19:15.325Z] [INFO] 16:19:15 [2019-07-19T20:19:15.325Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests --- 16:19:15 [2019-07-19T20:19:15.325Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 16:19:15 [2019-07-19T20:19:15.325Z] [INFO] 16:19:15 [2019-07-19T20:19:15.325Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests --- 16:19:15 [2019-07-19T20:19:15.325Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:19:15 [2019-07-19T20:19:15.325Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests/src/main/resources 16:19:15 [2019-07-19T20:19:15.325Z] [INFO] 16:19:15 [2019-07-19T20:19:15.325Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests --- 16:19:15 [2019-07-19T20:19:15.325Z] [INFO] Compiling 3 source files to /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests/target/classes 16:19:15 [2019-07-19T20:19:15.889Z] [INFO] 16:19:15 [2019-07-19T20:19:15.889Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests --- 16:19:15 [2019-07-19T20:19:15.889Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:19:15 [2019-07-19T20:19:15.889Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests/src/test/resources 16:19:15 [2019-07-19T20:19:15.889Z] [INFO] 16:19:16 [2019-07-19T20:19:16.146Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests --- 16:19:16 [2019-07-19T20:19:16.146Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests/target/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests-1.0.10-SNAPSHOT-sources.jar 16:19:16 [2019-07-19T20:19:16.146Z] [INFO] 16:19:16 [2019-07-19T20:19:16.146Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests --- 16:19:16 [2019-07-19T20:19:16.146Z] [INFO] 16:19:16 [2019-07-19T20:19:16.146Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests --- 16:19:16 [2019-07-19T20:19:16.146Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests/target/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests-1.0.10-SNAPSHOT.jar 16:19:16 [2019-07-19T20:19:16.146Z] [INFO] 16:19:16 [2019-07-19T20:19:16.146Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests --- 16:19:16 [2019-07-19T20:19:16.146Z] [INFO] 16:19:16 [2019-07-19T20:19:16.146Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests --- 16:19:16 [2019-07-19T20:19:16.146Z] [INFO] 16:19:16 [2019-07-19T20:19:16.146Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests --- 16:19:16 [2019-07-19T20:19:16.146Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests/target/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests-1.0.10-SNAPSHOT.jar 16:19:16 [2019-07-19T20:19:16.146Z] [INFO] 16:19:16 [2019-07-19T20:19:16.146Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests --- 16:19:16 [2019-07-19T20:19:16.146Z] [INFO] 16:19:16 [2019-07-19T20:19:16.146Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests --- 16:19:18 [2019-07-19T20:19:18.039Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests/target/work/data/.metadata/.log 16:19:18 [2019-07-19T20:19:18.039Z] [INFO] Command line: 16:19:18 [2019-07-19T20:19:18.039Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -nouithread, -consoleLog] 16:19:18 [2019-07-19T20:19:18.039Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass 16:19:21 [2019-07-19T20:19:21.315Z] !SESSION 2019-07-19 20:19:18.098 ----------------------------------------------- 16:19:21 [2019-07-19T20:19:21.315Z] eclipse.buildId=unknown 16:19:21 [2019-07-19T20:19:21.315Z] java.version=1.8.0_202 16:19:21 [2019-07-19T20:19:21.315Z] java.vendor=Oracle Corporation 16:19:21 [2019-07-19T20:19:21.315Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US 16:19:21 [2019-07-19T20:19:21.315Z] Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests/target/surefire.properties -product org.eclipse.platform.ide -nouithread 16:19:21 [2019-07-19T20:19:21.315Z] Command-line arguments: -data /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests/target/surefire.properties -product org.eclipse.platform.ide -nouithread -consoleLog 16:19:21 [2019-07-19T20:19:21.315Z] 16:19:21 [2019-07-19T20:19:21.315Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-19 20:19:21.300 16:19:21 [2019-07-19T20:19:21.315Z] !MESSAGE FrameworkEvent ERROR 16:19:21 [2019-07-19T20:19:21.315Z] !STACK 0 16:19:21 [2019-07-19T20:19:21.315Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [65] 16:19:21 [2019-07-19T20:19:21.315Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 16:19:21 [2019-07-19T20:19:21.315Z] 16:19:21 [2019-07-19T20:19:21.315Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 16:19:21 [2019-07-19T20:19:21.315Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 16:19:21 [2019-07-19T20:19:21.315Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 16:19:21 [2019-07-19T20:19:21.315Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 16:19:21 [2019-07-19T20:19:21.315Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 16:19:21 [2019-07-19T20:19:21.315Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 16:19:21 [2019-07-19T20:19:21.315Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 16:19:21 [2019-07-19T20:19:21.315Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 16:19:21 [2019-07-19T20:19:21.315Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 16:19:21 [2019-07-19T20:19:21.315Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 16:19:21 [2019-07-19T20:19:21.572Z] 16:19:21 [2019-07-19T20:19:21.572Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-19 20:19:21.495 16:19:21 [2019-07-19T20:19:21.572Z] !MESSAGE FrameworkEvent ERROR 16:19:21 [2019-07-19T20:19:21.572Z] !STACK 0 16:19:21 [2019-07-19T20:19:21.572Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [134] 16:19:21 [2019-07-19T20:19:21.572Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 16:19:21 [2019-07-19T20:19:21.572Z] Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)" 16:19:21 [2019-07-19T20:19:21.572Z] -> Export-Package: org.apache.http.impl.auth.win; bundle-symbolic-name="org.apache.httpcomponents.httpclient.win"; bundle-version="4.5.6.v20190213-1947"; version="4.5.6"; x-internal:="true"; uses:="org.apache.http,org.apache.http.auth,org.apache.http.client,org.apache.http.impl.auth,org.apache.http.protocol,org.apache.http.util" 16:19:21 [2019-07-19T20:19:21.572Z] org.apache.httpcomponents.httpclient.win [36] 16:19:21 [2019-07-19T20:19:21.572Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 16:19:21 [2019-07-19T20:19:21.572Z] 16:19:21 [2019-07-19T20:19:21.572Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 16:19:21 [2019-07-19T20:19:21.572Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 16:19:21 [2019-07-19T20:19:21.572Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 16:19:21 [2019-07-19T20:19:21.572Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 16:19:21 [2019-07-19T20:19:21.572Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 16:19:21 [2019-07-19T20:19:21.572Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 16:19:21 [2019-07-19T20:19:21.572Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 16:19:21 [2019-07-19T20:19:21.572Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 16:19:21 [2019-07-19T20:19:21.572Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 16:19:21 [2019-07-19T20:19:21.572Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 16:19:24 [2019-07-19T20:19:24.094Z] process 15482: D-Bus library appears to be incorrectly set up; failed to read machine uuid: UUID file '/etc/machine-id' should contain a hex string of length 32, not length 0, with no other text 16:19:24 [2019-07-19T20:19:24.094Z] See the manual page for dbus-uuidgen to correct this issue. 16:19:24 [2019-07-19T20:19:24.094Z] SWT SessionManagerDBus: Failed to connect to org.gnome.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory) 16:19:24 [2019-07-19T20:19:24.351Z] SWT SessionManagerDBus: Failed to connect to org.xfce.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory) 16:19:34 [2019-07-19T20:19:34.305Z] Running org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests.FlameChartViewTest 16:19:34 [2019-07-19T20:19:34.562Z] Display size: 1440x900 16:19:34 [2019-07-19T20:19:34.562Z] OS version=3.10.0-957.21.3.el7.x86_64 16:19:34 [2019-07-19T20:19:34.562Z] GTK version=3.18.9 16:19:34 [2019-07-19T20:19:34.562Z] GTK theme=Ambiance 16:19:34 [2019-07-19T20:19:34.562Z] LIBOVERLAY_SCROLLBAR=0 16:19:34 [2019-07-19T20:19:34.562Z] Time zone: Coordinated Universal Time 16:19:34 [2019-07-19T20:19:34.562Z] log4j:WARN No appenders could be found for logger (org.eclipse.swtbot.swt.finder.widgets.SWTBotShell). 16:19:34 [2019-07-19T20:19:34.562Z] log4j:WARN Please initialize the log4j system properly. 16:19:37 [2019-07-19T20:19:37.084Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:19:37 [2019-07-19T20:19:37.341Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:19:37 [2019-07-19T20:19:37.341Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:19:37 [2019-07-19T20:19:37.341Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:19:37 [2019-07-19T20:19:37.341Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:19:37 [2019-07-19T20:19:37.341Z] DEBUG - Attempting to set focus on Tree with text {} 16:19:37 [2019-07-19T20:19:37.341Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForCallstack} time=199481392 data=null button=0 stateMask=0x0 x=93 y=11 count=0} to TreeItem with text {TestForCallstack} 16:19:37 [2019-07-19T20:19:37.341Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForCallstack} time=199481393 data=null doit=true} to TreeItem with text {TestForCallstack} 16:19:37 [2019-07-19T20:19:37.341Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForCallstack} time=199481393 data=null} to TreeItem with text {TestForCallstack} 16:19:37 [2019-07-19T20:19:37.341Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForCallstack} time=199481394 data=null button=1 stateMask=0x0 x=93 y=11 count=1} to TreeItem with text {TestForCallstack} 16:19:37 [2019-07-19T20:19:37.341Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199481395 data=null item=TreeItem {TestForCallstack} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestForCallstack} 16:19:37 [2019-07-19T20:19:37.341Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForCallstack} time=199481573 data=null button=1 stateMask=0x80000 x=93 y=11 count=1} to TreeItem with text {TestForCallstack} 16:19:37 [2019-07-19T20:19:37.341Z] DEBUG - Attempting to set focus on Tree with text {} 16:19:37 [2019-07-19T20:19:37.341Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForCallstack} time=199481574 data=null button=0 stateMask=0x0 x=93 y=11 count=0} to TreeItem with text {TestForCallstack} 16:19:37 [2019-07-19T20:19:37.341Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForCallstack} time=199481575 data=null doit=true} to TreeItem with text {TestForCallstack} 16:19:37 [2019-07-19T20:19:37.341Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForCallstack} time=199481575 data=null} to TreeItem with text {TestForCallstack} 16:19:37 [2019-07-19T20:19:37.341Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForCallstack} time=199481576 data=null button=1 stateMask=0x0 x=93 y=11 count=1} to TreeItem with text {TestForCallstack} 16:19:37 [2019-07-19T20:19:37.600Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199481576 data=null item=TreeItem {TestForCallstack} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestForCallstack} 16:19:37 [2019-07-19T20:19:37.600Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForCallstack} time=199481639 data=null button=1 stateMask=0x80000 x=93 y=11 count=1} to TreeItem with text {TestForCallstack} 16:19:37 [2019-07-19T20:19:37.600Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForCallstack} time=199481642 data=null doit=true} to TreeItem with text {TestForCallstack} 16:19:37 [2019-07-19T20:19:37.600Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForCallstack} time=199481642 data=null} to TreeItem with text {TestForCallstack} 16:19:37 [2019-07-19T20:19:37.600Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForCallstack} time=199481643 data=null button=1 stateMask=0x0 x=93 y=11 count=1} to TreeItem with text {TestForCallstack} 16:19:37 [2019-07-19T20:19:37.600Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=199481644 data=null item=TreeItem {TestForCallstack} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {TestForCallstack} 16:19:37 [2019-07-19T20:19:37.600Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForCallstack} time=199481741 data=null button=1 stateMask=0x80000 x=93 y=11 count=1} to TreeItem with text {TestForCallstack} 16:19:37 [2019-07-19T20:19:37.600Z] DEBUG - Attempting to set focus on Tree with text {} 16:19:37 [2019-07-19T20:19:37.600Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=199481745 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]} 16:19:37 [2019-07-19T20:19:37.600Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=199481746 data=null doit=true} to TreeItem with text {Traces [0]} 16:19:37 [2019-07-19T20:19:37.600Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=199481746 data=null} to TreeItem with text {Traces [0]} 16:19:37 [2019-07-19T20:19:37.600Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=199481747 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:19:37 [2019-07-19T20:19:37.600Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199481747 data=null item=TreeItem {Traces [0]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [0]} 16:19:37 [2019-07-19T20:19:37.600Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=199481838 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:19:42 [2019-07-19T20:19:42.853Z] DEBUG - matched EditorReference with text "", using matcher: with name '"glxgears-cyg-profile"' 16:19:43 [2019-07-19T20:19:43.112Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:19:46 [2019-07-19T20:19:46.389Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.callstack"' 16:19:46 [2019-07-19T20:19:46.389Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.callstack"' 16:19:46 [2019-07-19T20:19:46.389Z] DEBUG - number of items : 18 16:19:46 [2019-07-19T20:19:46.389Z] DEBUG - Clicking on ToolItem with tooltip text {Configure how the addresses are mapped to function names} 16:19:46 [2019-07-19T20:19:46.389Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199490441 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Configure how the addresses are mapped to function names} 16:19:46 [2019-07-19T20:19:46.389Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199490442 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Configure how the addresses are mapped to function names} 16:19:46 [2019-07-19T20:19:46.389Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199490443 data=null doit=true} to ToolItem with tooltip text {Configure how the addresses are mapped to function names} 16:19:46 [2019-07-19T20:19:46.389Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199490443 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Configure how the addresses are mapped to function names} 16:19:46 [2019-07-19T20:19:46.389Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199490443 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Configure how the addresses are mapped to function names} 16:19:46 [2019-07-19T20:19:46.952Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199490909 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Configure how the addresses are mapped to function names} 16:19:46 [2019-07-19T20:19:46.952Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199490912 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Configure how the addresses are mapped to function names} 16:19:46 [2019-07-19T20:19:46.952Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199490912 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Configure how the addresses are mapped to function names} 16:19:46 [2019-07-19T20:19:46.952Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199490912 data=null doit=true} to ToolItem with tooltip text {Configure how the addresses are mapped to function names} 16:19:46 [2019-07-19T20:19:46.952Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199490913 data=null} to ToolItem with tooltip text {Configure how the addresses are mapped to function names} 16:19:46 [2019-07-19T20:19:46.952Z] DEBUG - Clicked on ToolItem with tooltip text {Configure how the addresses are mapped to function names} 16:19:46 [2019-07-19T20:19:46.952Z] DEBUG - matched Shell with text "Symbol mapping", using matcher: with text 'Symbol mapping' 16:19:46 [2019-07-19T20:19:46.952Z] DEBUG - matched Button with text "Add...", using matcher: of type 'Button' 16:19:46 [2019-07-19T20:19:46.952Z] DEBUG - matched Button with text "Add...", using matcher: with mnemonic 'Add...' 16:19:46 [2019-07-19T20:19:46.952Z] DEBUG - matched Button with text "Add...", using matcher: with style 'SWT.PUSH' 16:19:46 [2019-07-19T20:19:46.952Z] DEBUG - matched Button with text "Add...", using matcher: (of type 'Button' and with mnemonic 'Add...' and with style 'SWT.PUSH') 16:19:46 [2019-07-19T20:19:46.952Z] DEBUG - matched Button with text "Remove", using matcher: of type 'Button' 16:19:46 [2019-07-19T20:19:46.952Z] DEBUG - matched Button with text "Up", using matcher: of type 'Button' 16:19:46 [2019-07-19T20:19:46.952Z] DEBUG - matched Button with text "Down", using matcher: of type 'Button' 16:19:46 [2019-07-19T20:19:46.952Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:19:46 [2019-07-19T20:19:46.952Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:19:46 [2019-07-19T20:19:46.952Z] DEBUG - Clicking on Add... 16:19:46 [2019-07-19T20:19:46.952Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Add...} time=199490936 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Add...' and with style 'SWT.PUSH') 16:19:46 [2019-07-19T20:19:46.952Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Add...} time=199490937 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Add...' and with style 'SWT.PUSH') 16:19:46 [2019-07-19T20:19:46.952Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Add...} time=199490937 data=null doit=true} to (of type 'Button' and with mnemonic 'Add...' and with style 'SWT.PUSH') 16:19:46 [2019-07-19T20:19:46.952Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Add...} time=199490937 data=null} to (of type 'Button' and with mnemonic 'Add...' and with style 'SWT.PUSH') 16:19:46 [2019-07-19T20:19:46.952Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Add...} time=199490937 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Add...' and with style 'SWT.PUSH') 16:19:46 [2019-07-19T20:19:46.952Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Add...} time=199490938 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Add...' and with style 'SWT.PUSH') 16:19:47 [2019-07-19T20:19:47.209Z] 16:19:47 [2019-07-19T20:19:47.209Z] !ENTRY org.eclipse.cdt.core.native 4 0 2019-07-19 20:19:47.008 16:19:47 [2019-07-19T20:19:47.209Z] !MESSAGE no spawner in java.library.path 16:19:47 [2019-07-19T20:19:47.209Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Add...} time=199490938 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Add...' and with style 'SWT.PUSH') 16:19:47 [2019-07-19T20:19:47.209Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Add...} time=199491345 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Add...' and with style 'SWT.PUSH') 16:19:47 [2019-07-19T20:19:47.209Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Add...} time=199491345 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Add...' and with style 'SWT.PUSH') 16:19:47 [2019-07-19T20:19:47.209Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Add...} time=199491346 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Add...' and with style 'SWT.PUSH') 16:19:47 [2019-07-19T20:19:47.209Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Add...} time=199491346 data=null doit=true} to (of type 'Button' and with mnemonic 'Add...' and with style 'SWT.PUSH') 16:19:47 [2019-07-19T20:19:47.209Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Add...} time=199491346 data=null} to (of type 'Button' and with mnemonic 'Add...' and with style 'SWT.PUSH') 16:19:47 [2019-07-19T20:19:47.209Z] DEBUG - Clicked on Add... 16:19:47 [2019-07-19T20:19:47.209Z] DEBUG - matched Button with text "Add...", using matcher: of type 'Button' 16:19:47 [2019-07-19T20:19:47.209Z] DEBUG - matched Button with text "Remove", using matcher: of type 'Button' 16:19:47 [2019-07-19T20:19:47.209Z] DEBUG - matched Button with text "Up", using matcher: of type 'Button' 16:19:47 [2019-07-19T20:19:47.209Z] DEBUG - matched Button with text "Down", using matcher: of type 'Button' 16:19:47 [2019-07-19T20:19:47.209Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:19:47 [2019-07-19T20:19:47.209Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:19:47 [2019-07-19T20:19:47.209Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 16:19:47 [2019-07-19T20:19:47.209Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:19:47 [2019-07-19T20:19:47.209Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:19:47 [2019-07-19T20:19:47.209Z] DEBUG - Clicking on OK 16:19:47 [2019-07-19T20:19:47.209Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=199491351 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:19:47 [2019-07-19T20:19:47.209Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=199491352 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:19:47 [2019-07-19T20:19:47.209Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=199491352 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:19:47 [2019-07-19T20:19:47.209Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=199491353 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:19:47 [2019-07-19T20:19:47.209Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=199491353 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:19:47 [2019-07-19T20:19:47.209Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=199491353 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:19:47 [2019-07-19T20:19:47.466Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {OK} time=199491470 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:19:47 [2019-07-19T20:19:47.466Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=199491353 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:19:47 [2019-07-19T20:19:47.723Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199490443 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Configure how the addresses are mapped to function names} 16:19:47 [2019-07-19T20:19:47.981Z] DEBUG - Clicked on 16:19:47 [2019-07-19T20:19:47.981Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.callstack"' 16:19:47 [2019-07-19T20:19:47.981Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:19:47 [2019-07-19T20:19:47.981Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:19:47 [2019-07-19T20:19:47.981Z] DEBUG - Attempting to set focus on (of type 'Table') 16:19:48 [2019-07-19T20:19:48.237Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:19:48 [2019-07-19T20:19:48.801Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:19:48 [2019-07-19T20:19:48.801Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.callstack"' 16:19:48 [2019-07-19T20:19:48.801Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.callstack"' 16:19:48 [2019-07-19T20:19:48.801Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 16:19:48 [2019-07-19T20:19:48.801Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 16:19:49 [2019-07-19T20:19:49.364Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=199493338 data=null doit=true} to Shell with text {data - Eclipse Platform} 16:19:49 [2019-07-19T20:19:49.364Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' 16:19:49 [2019-07-19T20:19:49.364Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:19:49 [2019-07-19T20:19:49.364Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:19:49 [2019-07-19T20:19:49.364Z] DEBUG - Attempting to set focus on Tree with text {} 16:19:49 [2019-07-19T20:19:49.364Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForCallstack} time=199493452 data=null button=0 stateMask=0x0 x=93 y=11 count=0} to TreeItem with text {TestForCallstack} 16:19:49 [2019-07-19T20:19:49.364Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForCallstack} time=199493452 data=null doit=true} to TreeItem with text {TestForCallstack} 16:19:49 [2019-07-19T20:19:49.364Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForCallstack} time=199493453 data=null} to TreeItem with text {TestForCallstack} 16:19:49 [2019-07-19T20:19:49.364Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForCallstack} time=199493453 data=null button=1 stateMask=0x0 x=93 y=11 count=1} to TreeItem with text {TestForCallstack} 16:19:49 [2019-07-19T20:19:49.364Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199493454 data=null item=TreeItem {TestForCallstack} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestForCallstack} 16:19:49 [2019-07-19T20:19:49.364Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForCallstack} time=199493474 data=null button=1 stateMask=0x80000 x=93 y=11 count=1} to TreeItem with text {TestForCallstack} 16:19:49 [2019-07-19T20:19:49.621Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' 16:19:49 [2019-07-19T20:19:49.621Z] DEBUG - Clicking on with mnemonic 'Delete' 16:19:49 [2019-07-19T20:19:49.879Z] DEBUG - Clicked on with mnemonic 'Delete' 16:19:50 [2019-07-19T20:19:50.443Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' 16:19:50 [2019-07-19T20:19:50.443Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} 16:19:50 [2019-07-19T20:19:50.443Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 16:19:50 [2019-07-19T20:19:50.443Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' 16:19:50 [2019-07-19T20:19:50.443Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') 16:19:50 [2019-07-19T20:19:50.443Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 16:19:50 [2019-07-19T20:19:50.443Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:19:50 [2019-07-19T20:19:50.443Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:19:50 [2019-07-19T20:19:50.443Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') 16:19:50 [2019-07-19T20:19:50.443Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected 16:19:50 [2019-07-19T20:19:50.443Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199494463 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:19:50 [2019-07-19T20:19:50.443Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199494465 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:19:50 [2019-07-19T20:19:50.443Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=199494465 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:19:50 [2019-07-19T20:19:50.443Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=199494465 data=null} to (of type 'Button' and with style 'SWT.CHECK') 16:19:50 [2019-07-19T20:19:50.443Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199494466 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:19:50 [2019-07-19T20:19:50.443Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199494466 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:19:50 [2019-07-19T20:19:50.443Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=199494466 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:19:50 [2019-07-19T20:19:50.443Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199494466 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:19:50 [2019-07-19T20:19:50.443Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199494467 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:19:50 [2019-07-19T20:19:50.443Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199494467 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:19:50 [2019-07-19T20:19:50.443Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=199494467 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:19:50 [2019-07-19T20:19:50.443Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=199494467 data=null} to (of type 'Button' and with style 'SWT.CHECK') 16:19:50 [2019-07-19T20:19:50.443Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') 16:19:50 [2019-07-19T20:19:50.443Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 16:19:50 [2019-07-19T20:19:50.443Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 16:19:50 [2019-07-19T20:19:50.443Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:19:50 [2019-07-19T20:19:50.443Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:19:50 [2019-07-19T20:19:50.443Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 16:19:50 [2019-07-19T20:19:50.443Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:19:50 [2019-07-19T20:19:50.443Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:19:50 [2019-07-19T20:19:50.443Z] DEBUG - Clicking on OK 16:19:50 [2019-07-19T20:19:50.443Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=199494478 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:19:50 [2019-07-19T20:19:50.443Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=199494479 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:19:50 [2019-07-19T20:19:50.443Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=199494479 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:19:50 [2019-07-19T20:19:50.443Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=199494479 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:19:50 [2019-07-19T20:19:50.443Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=199494527 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:19:50 [2019-07-19T20:19:50.443Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=199494527 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:19:50 [2019-07-19T20:19:50.443Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:19:50 [2019-07-19T20:19:50.443Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:19:50 [2019-07-19T20:19:50.443Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:19:50 [2019-07-19T20:19:50.443Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:19:50 [2019-07-19T20:19:50.443Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:19:50 [2019-07-19T20:19:50.443Z] DEBUG - Clicked on OK 16:19:51 [2019-07-19T20:19:51.375Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=199494528 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:19:51 [2019-07-19T20:19:51.375Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=199493764 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' 16:19:51 [2019-07-19T20:19:51.942Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:19:52 [2019-07-19T20:19:52.505Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:19:52 [2019-07-19T20:19:52.505Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:19:52 [2019-07-19T20:19:52.505Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:19:52 [2019-07-19T20:19:52.505Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:19:52 [2019-07-19T20:19:52.505Z] DEBUG - Attempting to set focus on Tree with text {} 16:19:52 [2019-07-19T20:19:52.505Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForCallstack} time=199496499 data=null button=0 stateMask=0x0 x=93 y=11 count=0} to TreeItem with text {TestForCallstack} 16:19:52 [2019-07-19T20:19:52.505Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForCallstack} time=199496499 data=null doit=true} to TreeItem with text {TestForCallstack} 16:19:52 [2019-07-19T20:19:52.505Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForCallstack} time=199496499 data=null} to TreeItem with text {TestForCallstack} 16:19:52 [2019-07-19T20:19:52.505Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForCallstack} time=199496500 data=null button=1 stateMask=0x0 x=93 y=11 count=1} to TreeItem with text {TestForCallstack} 16:19:52 [2019-07-19T20:19:52.505Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199496500 data=null item=TreeItem {TestForCallstack} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestForCallstack} 16:19:52 [2019-07-19T20:19:52.505Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForCallstack} time=199496520 data=null button=1 stateMask=0x80000 x=93 y=11 count=1} to TreeItem with text {TestForCallstack} 16:19:52 [2019-07-19T20:19:52.505Z] DEBUG - Attempting to set focus on Tree with text {} 16:19:52 [2019-07-19T20:19:52.505Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForCallstack} time=199496521 data=null button=0 stateMask=0x0 x=93 y=11 count=0} to TreeItem with text {TestForCallstack} 16:19:52 [2019-07-19T20:19:52.505Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForCallstack} time=199496521 data=null doit=true} to TreeItem with text {TestForCallstack} 16:19:52 [2019-07-19T20:19:52.505Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForCallstack} time=199496522 data=null} to TreeItem with text {TestForCallstack} 16:19:52 [2019-07-19T20:19:52.505Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForCallstack} time=199496522 data=null button=1 stateMask=0x0 x=93 y=11 count=1} to TreeItem with text {TestForCallstack} 16:19:52 [2019-07-19T20:19:52.505Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199496522 data=null item=TreeItem {TestForCallstack} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestForCallstack} 16:19:52 [2019-07-19T20:19:52.505Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForCallstack} time=199496538 data=null button=1 stateMask=0x80000 x=93 y=11 count=1} to TreeItem with text {TestForCallstack} 16:19:52 [2019-07-19T20:19:52.505Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForCallstack} time=199496539 data=null doit=true} to TreeItem with text {TestForCallstack} 16:19:52 [2019-07-19T20:19:52.505Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForCallstack} time=199496539 data=null} to TreeItem with text {TestForCallstack} 16:19:52 [2019-07-19T20:19:52.505Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForCallstack} time=199496539 data=null button=1 stateMask=0x0 x=93 y=11 count=1} to TreeItem with text {TestForCallstack} 16:19:52 [2019-07-19T20:19:52.505Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=199496540 data=null item=TreeItem {TestForCallstack} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {TestForCallstack} 16:19:52 [2019-07-19T20:19:52.505Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForCallstack} time=199496544 data=null button=1 stateMask=0x80000 x=77 y=11 count=1} to TreeItem with text {TestForCallstack} 16:19:52 [2019-07-19T20:19:52.505Z] DEBUG - Attempting to set focus on Tree with text {} 16:19:52 [2019-07-19T20:19:52.505Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=199496546 data=null button=0 stateMask=0x0 x=75 y=53 count=0} to TreeItem with text {Traces [0]} 16:19:52 [2019-07-19T20:19:52.505Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=199496546 data=null doit=true} to TreeItem with text {Traces [0]} 16:19:52 [2019-07-19T20:19:52.505Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=199496546 data=null} to TreeItem with text {Traces [0]} 16:19:52 [2019-07-19T20:19:52.505Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=199496547 data=null button=1 stateMask=0x0 x=75 y=53 count=1} to TreeItem with text {Traces [0]} 16:19:52 [2019-07-19T20:19:52.505Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199496547 data=null item=TreeItem {Traces [0]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [0]} 16:19:52 [2019-07-19T20:19:52.505Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=199496565 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:19:55 [2019-07-19T20:19:55.778Z] DEBUG - matched EditorReference with text "", using matcher: with name '"glxgears-cyg-profile"' 16:19:55 [2019-07-19T20:19:55.778Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:19:55 [2019-07-19T20:19:55.778Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.callstack"' 16:19:55 [2019-07-19T20:19:55.778Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.callstack"' 16:19:55 [2019-07-19T20:19:55.778Z] DEBUG - number of items : 18 16:19:55 [2019-07-19T20:19:55.778Z] DEBUG - Clicking on ToolItem with tooltip text {Configure how the addresses are mapped to function names} 16:19:55 [2019-07-19T20:19:55.778Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199499640 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Configure how the addresses are mapped to function names} 16:19:55 [2019-07-19T20:19:55.778Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199499640 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Configure how the addresses are mapped to function names} 16:19:55 [2019-07-19T20:19:55.778Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199499641 data=null doit=true} to ToolItem with tooltip text {Configure how the addresses are mapped to function names} 16:19:55 [2019-07-19T20:19:55.778Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199499641 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Configure how the addresses are mapped to function names} 16:19:55 [2019-07-19T20:19:55.778Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199499641 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Configure how the addresses are mapped to function names} 16:19:56 [2019-07-19T20:19:56.035Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199500036 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Configure how the addresses are mapped to function names} 16:19:56 [2019-07-19T20:19:56.035Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199500038 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Configure how the addresses are mapped to function names} 16:19:56 [2019-07-19T20:19:56.035Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199500038 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Configure how the addresses are mapped to function names} 16:19:56 [2019-07-19T20:19:56.035Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199500039 data=null doit=true} to ToolItem with tooltip text {Configure how the addresses are mapped to function names} 16:19:56 [2019-07-19T20:19:56.035Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199500039 data=null} to ToolItem with tooltip text {Configure how the addresses are mapped to function names} 16:19:56 [2019-07-19T20:19:56.035Z] DEBUG - Clicked on ToolItem with tooltip text {Configure how the addresses are mapped to function names} 16:19:56 [2019-07-19T20:19:56.035Z] DEBUG - matched Shell with text "Symbol mapping", using matcher: with text 'Symbol mapping' 16:19:56 [2019-07-19T20:19:56.035Z] DEBUG - matched Button with text "Add...", using matcher: of type 'Button' 16:19:56 [2019-07-19T20:19:56.035Z] DEBUG - matched Button with text "Add...", using matcher: with mnemonic 'Add...' 16:19:56 [2019-07-19T20:19:56.035Z] DEBUG - matched Button with text "Add...", using matcher: with style 'SWT.PUSH' 16:19:56 [2019-07-19T20:19:56.035Z] DEBUG - matched Button with text "Add...", using matcher: (of type 'Button' and with mnemonic 'Add...' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.035Z] DEBUG - matched Button with text "Remove", using matcher: of type 'Button' 16:19:56 [2019-07-19T20:19:56.035Z] DEBUG - matched Button with text "Up", using matcher: of type 'Button' 16:19:56 [2019-07-19T20:19:56.035Z] DEBUG - matched Button with text "Down", using matcher: of type 'Button' 16:19:56 [2019-07-19T20:19:56.035Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:19:56 [2019-07-19T20:19:56.035Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:19:56 [2019-07-19T20:19:56.035Z] DEBUG - Clicking on Add... 16:19:56 [2019-07-19T20:19:56.035Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Add...} time=199500043 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Add...' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.035Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Add...} time=199500044 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Add...' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.035Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Add...} time=199500044 data=null doit=true} to (of type 'Button' and with mnemonic 'Add...' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.035Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Add...} time=199500044 data=null} to (of type 'Button' and with mnemonic 'Add...' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.035Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Add...} time=199500044 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Add...' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.035Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Add...} time=199500045 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Add...' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.294Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Add...} time=199500336 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Add...' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.294Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Add...} time=199500337 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Add...' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.294Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Add...} time=199500338 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Add...' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.294Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Add...} time=199500338 data=null doit=true} to (of type 'Button' and with mnemonic 'Add...' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.294Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Add...} time=199500338 data=null} to (of type 'Button' and with mnemonic 'Add...' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.294Z] DEBUG - Clicked on Add... 16:19:56 [2019-07-19T20:19:56.294Z] DEBUG - matched Shell with text "Import failure", using matcher: with text 'Import failure' 16:19:56 [2019-07-19T20:19:56.294Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:19:56 [2019-07-19T20:19:56.294Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 16:19:56 [2019-07-19T20:19:56.294Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:19:56 [2019-07-19T20:19:56.294Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.294Z] DEBUG - Clicking on OK 16:19:56 [2019-07-19T20:19:56.294Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=199500341 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.294Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=199500341 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.294Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=199500341 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.294Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=199500342 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.294Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=199500342 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.294Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=199500342 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.294Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=199500342 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.294Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Add...} time=199500045 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Add...' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.294Z] DEBUG - Clicked on 16:19:56 [2019-07-19T20:19:56.294Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:19:56 [2019-07-19T20:19:56.294Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:19:56 [2019-07-19T20:19:56.294Z] DEBUG - Attempting to set focus on (of type 'Table') 16:19:56 [2019-07-19T20:19:56.294Z] DEBUG - Selecting rows [0] in (of type 'Table') 16:19:56 [2019-07-19T20:19:56.294Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=199500450 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 16:19:56 [2019-07-19T20:19:56.294Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=199500451 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 16:19:56 [2019-07-19T20:19:56.294Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=199500451 data=null doit=true} to (of type 'Table') 16:19:56 [2019-07-19T20:19:56.294Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=199500451 data=null} to (of type 'Table') 16:19:56 [2019-07-19T20:19:56.294Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {/home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests/target/work/configuration/org.eclipse.osgi/253/0/.cp/org/eclipse/tracecompass/tmf/ctf/core/tests/shared/cyg-profile-mapping.txt} time=199500452 data=null button=1 stateMask=0x0 x=260 y=11 count=1} to (of type 'Table') 16:19:56 [2019-07-19T20:19:56.294Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=199500459 data=null item=TableItem {/home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests/target/work/configuration/org.eclipse.osgi/253/0/.cp/org/eclipse/tracecompass/tmf/ctf/core/tests/shared/cyg-profile-mapping.txt} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to (of type 'Table') 16:19:56 [2019-07-19T20:19:56.294Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {/home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests/target/work/configuration/org.eclipse.osgi/253/0/.cp/org/eclipse/tracecompass/tmf/ctf/core/tests/shared/cyg-profile-mapping.txt} time=199500461 data=null button=1 stateMask=0x80000 x=260 y=11 count=1} to (of type 'Table') 16:19:56 [2019-07-19T20:19:56.294Z] DEBUG - matched Button with text "Add...", using matcher: of type 'Button' 16:19:56 [2019-07-19T20:19:56.294Z] DEBUG - matched Button with text "Remove", using matcher: of type 'Button' 16:19:56 [2019-07-19T20:19:56.294Z] DEBUG - matched Button with text "Up", using matcher: of type 'Button' 16:19:56 [2019-07-19T20:19:56.294Z] DEBUG - matched Button with text "Down", using matcher: of type 'Button' 16:19:56 [2019-07-19T20:19:56.294Z] DEBUG - matched Button with text "Down", using matcher: with mnemonic 'Down' 16:19:56 [2019-07-19T20:19:56.294Z] DEBUG - matched Button with text "Down", using matcher: with style 'SWT.PUSH' 16:19:56 [2019-07-19T20:19:56.294Z] DEBUG - matched Button with text "Down", using matcher: (of type 'Button' and with mnemonic 'Down' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.294Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:19:56 [2019-07-19T20:19:56.294Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:19:56 [2019-07-19T20:19:56.294Z] DEBUG - Clicking on Down 16:19:56 [2019-07-19T20:19:56.294Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Down} time=199500464 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Down' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.294Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Down} time=199500464 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Down' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.294Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Down} time=199500465 data=null doit=true} to (of type 'Button' and with mnemonic 'Down' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.294Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Down} time=199500465 data=null} to (of type 'Button' and with mnemonic 'Down' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.294Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Down} time=199500465 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Down' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.294Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Down} time=199500465 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Down' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.294Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Down} time=199500465 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Down' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.294Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Down} time=199500476 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Down' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.294Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Down} time=199500476 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Down' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.294Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Down} time=199500476 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Down' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.294Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Down} time=199500476 data=null doit=true} to (of type 'Button' and with mnemonic 'Down' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.294Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Down} time=199500477 data=null} to (of type 'Button' and with mnemonic 'Down' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.294Z] DEBUG - Clicked on Down 16:19:56 [2019-07-19T20:19:56.294Z] DEBUG - Clicking on Down 16:19:56 [2019-07-19T20:19:56.294Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Down} time=199500477 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Down' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.294Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Down} time=199500477 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Down' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.294Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Down} time=199500478 data=null doit=true} to (of type 'Button' and with mnemonic 'Down' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.294Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Down} time=199500478 data=null} to (of type 'Button' and with mnemonic 'Down' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.294Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Down} time=199500478 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Down' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.294Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Down} time=199500478 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Down' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.294Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Down} time=199500479 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Down' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.294Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Down} time=199500534 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Down' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.294Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Down} time=199500535 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Down' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.294Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Down} time=199500535 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Down' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.294Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Down} time=199500536 data=null doit=true} to (of type 'Button' and with mnemonic 'Down' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.294Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Down} time=199500536 data=null} to (of type 'Button' and with mnemonic 'Down' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.294Z] DEBUG - Clicked on Down 16:19:56 [2019-07-19T20:19:56.294Z] DEBUG - Clicking on Down 16:19:56 [2019-07-19T20:19:56.294Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Down} time=199500537 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Down' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.294Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Down} time=199500537 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Down' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.294Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Down} time=199500537 data=null doit=true} to (of type 'Button' and with mnemonic 'Down' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.294Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Down} time=199500537 data=null} to (of type 'Button' and with mnemonic 'Down' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.294Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Down} time=199500538 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Down' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.294Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Down} time=199500538 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Down' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.294Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Down} time=199500538 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Down' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.294Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Down} time=199500541 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Down' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.294Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Down} time=199500541 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Down' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.294Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Down} time=199500541 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Down' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.294Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Down} time=199500541 data=null doit=true} to (of type 'Button' and with mnemonic 'Down' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.294Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Down} time=199500542 data=null} to (of type 'Button' and with mnemonic 'Down' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.294Z] DEBUG - Clicked on Down 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - matched Button with text "Add...", using matcher: of type 'Button' 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - matched Button with text "Remove", using matcher: of type 'Button' 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - matched Button with text "Up", using matcher: of type 'Button' 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - matched Button with text "Up", using matcher: with mnemonic 'Up' 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - matched Button with text "Up", using matcher: with style 'SWT.PUSH' 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - matched Button with text "Up", using matcher: (of type 'Button' and with mnemonic 'Up' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - matched Button with text "Down", using matcher: of type 'Button' 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - Clicking on Up 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Up} time=199500553 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Up' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Up} time=199500553 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Up' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Up} time=199500553 data=null doit=true} to (of type 'Button' and with mnemonic 'Up' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Up} time=199500553 data=null} to (of type 'Button' and with mnemonic 'Up' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Up} time=199500554 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Up' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Up} time=199500554 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Up' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Up} time=199500554 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Up' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Up} time=199500557 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Up' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Up} time=199500557 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Up' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Up} time=199500557 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Up' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Up} time=199500558 data=null doit=true} to (of type 'Button' and with mnemonic 'Up' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Up} time=199500558 data=null} to (of type 'Button' and with mnemonic 'Up' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - Clicked on Up 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - Clicking on Up 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Up} time=199500558 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Up' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Up} time=199500559 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Up' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Up} time=199500559 data=null doit=true} to (of type 'Button' and with mnemonic 'Up' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Up} time=199500559 data=null} to (of type 'Button' and with mnemonic 'Up' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Up} time=199500559 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Up' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Up} time=199500559 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Up' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Up} time=199500560 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Up' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Up} time=199500570 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Up' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Up} time=199500570 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Up' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Up} time=199500570 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Up' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Up} time=199500570 data=null doit=true} to (of type 'Button' and with mnemonic 'Up' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Up} time=199500571 data=null} to (of type 'Button' and with mnemonic 'Up' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - Clicked on Up 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - Clicking on Up 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Up} time=199500571 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Up' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Up} time=199500571 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Up' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Up} time=199500572 data=null doit=true} to (of type 'Button' and with mnemonic 'Up' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Up} time=199500572 data=null} to (of type 'Button' and with mnemonic 'Up' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Up} time=199500572 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Up' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Up} time=199500572 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Up' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Up} time=199500573 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Up' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Up} time=199500576 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Up' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Up} time=199500576 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Up' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Up} time=199500576 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Up' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Up} time=199500577 data=null doit=true} to (of type 'Button' and with mnemonic 'Up' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Up} time=199500577 data=null} to (of type 'Button' and with mnemonic 'Up' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - Clicked on Up 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - Attempting to set focus on (of type 'Table') 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - Selecting rows [0, 1] in (of type 'Table') 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=199500634 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=199500635 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=199500635 data=null doit=true} to (of type 'Table') 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=199500635 data=null} to (of type 'Table') 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {/home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests/target/work/configuration/org.eclipse.osgi/253/0/.cp/org/eclipse/tracecompass/tmf/ctf/core/tests/shared/cyg-profile-mapping.txt} time=199500636 data=null button=1 stateMask=0x0 x=260 y=11 count=1} to (of type 'Table') 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=199500637 data=null item=TableItem {/home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests/target/work/configuration/org.eclipse.osgi/253/0/.cp/org/eclipse/tracecompass/tmf/ctf/core/tests/shared/cyg-profile-mapping.txt} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to (of type 'Table') 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {/home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests/target/work/configuration/org.eclipse.osgi/253/0/.cp/org/eclipse/tracecompass/tmf/ctf/core/tests/shared/cyg-profile-mapping.txt} time=199500638 data=null button=1 stateMask=0x80000 x=260 y=11 count=1} to (of type 'Table') 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=199500638 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=199500639 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=199500639 data=null doit=true} to (of type 'Table') 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=199500639 data=null} to (of type 'Table') 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {/home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests/target/work/configuration/org.eclipse.osgi/253/0/.cp/org/eclipse/tracecompass/tmf/ctf/core/tests/shared/dummy-mapping.txt} time=199500640 data=null button=1 stateMask=0x40000 x=260 y=32 count=1} to (of type 'Table') 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=199500641 data=null item=TableItem {/home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests/target/work/configuration/org.eclipse.osgi/253/0/.cp/org/eclipse/tracecompass/tmf/ctf/core/tests/shared/dummy-mapping.txt} detail=0 x=0 y=0 width=0 height=0 stateMask=0xc0000 text=null doit=true} to (of type 'Table') 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {/home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests/target/work/configuration/org.eclipse.osgi/253/0/.cp/org/eclipse/tracecompass/tmf/ctf/core/tests/shared/dummy-mapping.txt} time=199500642 data=null button=1 stateMask=0xc0000 x=260 y=32 count=1} to (of type 'Table') 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - matched Button with text "Add...", using matcher: of type 'Button' 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - matched Button with text "Remove", using matcher: of type 'Button' 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - matched Button with text "Remove", using matcher: with mnemonic 'Remove' 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - matched Button with text "Remove", using matcher: with style 'SWT.PUSH' 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - matched Button with text "Remove", using matcher: (of type 'Button' and with mnemonic 'Remove' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - matched Button with text "Up", using matcher: of type 'Button' 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - matched Button with text "Down", using matcher: of type 'Button' 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - Clicking on Remove 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Remove} time=199500649 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Remove' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Remove} time=199500649 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Remove' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Remove} time=199500650 data=null doit=true} to (of type 'Button' and with mnemonic 'Remove' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Remove} time=199500650 data=null} to (of type 'Button' and with mnemonic 'Remove' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Remove} time=199500650 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Remove' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Remove} time=199500650 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Remove' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Remove} time=199500651 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Remove' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.552Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Remove' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.552Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Remove' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.552Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Remove' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.552Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Remove' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.552Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Remove' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - Clicked on Remove 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - matched Button with text "Add...", using matcher: of type 'Button' 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - matched Button with text "Remove", using matcher: of type 'Button' 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - matched Button with text "Up", using matcher: of type 'Button' 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - matched Button with text "Down", using matcher: of type 'Button' 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - matched Button with text "Cancel", using matcher: with mnemonic 'Cancel' 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - matched Button with text "Cancel", using matcher: with style 'SWT.PUSH' 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - matched Button with text "Cancel", using matcher: (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - Clicking on Cancel 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Cancel} time=199500658 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Cancel} time=199500658 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Cancel} time=199500658 data=null doit=true} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Cancel} time=199500658 data=null} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Cancel} time=199500659 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Cancel} time=199500659 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Cancel} time=199500659 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 16:19:56 [2019-07-19T20:19:56.552Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199499642 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Configure how the addresses are mapped to function names} 16:19:56 [2019-07-19T20:19:56.810Z] DEBUG - Clicked on 16:19:57 [2019-07-19T20:19:57.373Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=199501566 data=null doit=true} to Shell with text {data - Eclipse Platform} 16:19:57 [2019-07-19T20:19:57.373Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' 16:19:57 [2019-07-19T20:19:57.629Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:19:57 [2019-07-19T20:19:57.629Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:19:57 [2019-07-19T20:19:57.629Z] DEBUG - Attempting to set focus on Tree with text {} 16:19:57 [2019-07-19T20:19:57.629Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForCallstack} time=199501661 data=null button=0 stateMask=0x0 x=93 y=11 count=0} to TreeItem with text {TestForCallstack} 16:19:57 [2019-07-19T20:19:57.629Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForCallstack} time=199501661 data=null doit=true} to TreeItem with text {TestForCallstack} 16:19:57 [2019-07-19T20:19:57.629Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForCallstack} time=199501661 data=null} to TreeItem with text {TestForCallstack} 16:19:57 [2019-07-19T20:19:57.629Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForCallstack} time=199501662 data=null button=1 stateMask=0x0 x=93 y=11 count=1} to TreeItem with text {TestForCallstack} 16:19:57 [2019-07-19T20:19:57.629Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199501662 data=null item=TreeItem {TestForCallstack} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestForCallstack} 16:19:57 [2019-07-19T20:19:57.629Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForCallstack} time=199501732 data=null button=1 stateMask=0x80000 x=93 y=11 count=1} to TreeItem with text {TestForCallstack} 16:19:57 [2019-07-19T20:19:57.629Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' 16:19:57 [2019-07-19T20:19:57.629Z] DEBUG - Clicking on with mnemonic 'Delete' 16:19:57 [2019-07-19T20:19:57.886Z] DEBUG - Clicked on with mnemonic 'Delete' 16:19:58 [2019-07-19T20:19:58.144Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' 16:19:58 [2019-07-19T20:19:58.144Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} 16:19:58 [2019-07-19T20:19:58.144Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 16:19:58 [2019-07-19T20:19:58.144Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' 16:19:58 [2019-07-19T20:19:58.144Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') 16:19:58 [2019-07-19T20:19:58.144Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 16:19:58 [2019-07-19T20:19:58.144Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:19:58 [2019-07-19T20:19:58.144Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:19:58 [2019-07-19T20:19:58.144Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') 16:19:58 [2019-07-19T20:19:58.144Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected 16:19:58 [2019-07-19T20:19:58.144Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199502337 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:19:58 [2019-07-19T20:19:58.144Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199502338 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:19:58 [2019-07-19T20:19:58.144Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=199502338 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:19:58 [2019-07-19T20:19:58.144Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=199502338 data=null} to (of type 'Button' and with style 'SWT.CHECK') 16:19:58 [2019-07-19T20:19:58.144Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199502338 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:19:58 [2019-07-19T20:19:58.144Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199502338 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:19:58 [2019-07-19T20:19:58.144Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=199502338 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:19:58 [2019-07-19T20:19:58.144Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199502338 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:19:58 [2019-07-19T20:19:58.144Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199502339 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:19:58 [2019-07-19T20:19:58.144Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199502339 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:19:58 [2019-07-19T20:19:58.144Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=199502339 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:19:58 [2019-07-19T20:19:58.144Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=199502339 data=null} to (of type 'Button' and with style 'SWT.CHECK') 16:19:58 [2019-07-19T20:19:58.144Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') 16:19:58 [2019-07-19T20:19:58.144Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 16:19:58 [2019-07-19T20:19:58.144Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 16:19:58 [2019-07-19T20:19:58.144Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:19:58 [2019-07-19T20:19:58.144Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:19:58 [2019-07-19T20:19:58.144Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 16:19:58 [2019-07-19T20:19:58.144Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:19:58 [2019-07-19T20:19:58.144Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:19:58 [2019-07-19T20:19:58.144Z] DEBUG - Clicking on OK 16:19:58 [2019-07-19T20:19:58.144Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=199502341 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:19:58 [2019-07-19T20:19:58.144Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=199502341 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:19:58 [2019-07-19T20:19:58.144Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=199502342 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:19:58 [2019-07-19T20:19:58.144Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=199502342 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:19:58 [2019-07-19T20:19:58.144Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=199502342 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:19:58 [2019-07-19T20:19:58.144Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=199502342 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:19:58 [2019-07-19T20:19:58.144Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:19:58 [2019-07-19T20:19:58.144Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:19:58 [2019-07-19T20:19:58.144Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:19:58 [2019-07-19T20:19:58.144Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:19:58 [2019-07-19T20:19:58.144Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:19:58 [2019-07-19T20:19:58.144Z] DEBUG - Clicked on OK 16:19:59 [2019-07-19T20:19:59.077Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=199502342 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:19:59 [2019-07-19T20:19:59.077Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=199501878 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' 16:19:59 [2019-07-19T20:19:59.383Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:19:59 [2019-07-19T20:19:59.946Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:19:59 [2019-07-19T20:19:59.946Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:19:59 [2019-07-19T20:19:59.946Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:19:59 [2019-07-19T20:19:59.946Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:19:59 [2019-07-19T20:19:59.946Z] DEBUG - Attempting to set focus on Tree with text {} 16:19:59 [2019-07-19T20:19:59.946Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForCallstack} time=199504011 data=null button=0 stateMask=0x0 x=93 y=11 count=0} to TreeItem with text {TestForCallstack} 16:19:59 [2019-07-19T20:19:59.946Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForCallstack} time=199504011 data=null doit=true} to TreeItem with text {TestForCallstack} 16:19:59 [2019-07-19T20:19:59.946Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForCallstack} time=199504012 data=null} to TreeItem with text {TestForCallstack} 16:19:59 [2019-07-19T20:19:59.946Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForCallstack} time=199504012 data=null button=1 stateMask=0x0 x=93 y=11 count=1} to TreeItem with text {TestForCallstack} 16:19:59 [2019-07-19T20:19:59.946Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199504013 data=null item=TreeItem {TestForCallstack} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestForCallstack} 16:19:59 [2019-07-19T20:19:59.946Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForCallstack} time=199504048 data=null button=1 stateMask=0x80000 x=93 y=11 count=1} to TreeItem with text {TestForCallstack} 16:19:59 [2019-07-19T20:19:59.946Z] DEBUG - Attempting to set focus on Tree with text {} 16:19:59 [2019-07-19T20:19:59.946Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForCallstack} time=199504049 data=null button=0 stateMask=0x0 x=93 y=11 count=0} to TreeItem with text {TestForCallstack} 16:19:59 [2019-07-19T20:19:59.946Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForCallstack} time=199504049 data=null doit=true} to TreeItem with text {TestForCallstack} 16:19:59 [2019-07-19T20:19:59.946Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForCallstack} time=199504050 data=null} to TreeItem with text {TestForCallstack} 16:19:59 [2019-07-19T20:19:59.946Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForCallstack} time=199504050 data=null button=1 stateMask=0x0 x=93 y=11 count=1} to TreeItem with text {TestForCallstack} 16:19:59 [2019-07-19T20:19:59.946Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199504050 data=null item=TreeItem {TestForCallstack} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestForCallstack} 16:19:59 [2019-07-19T20:19:59.946Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForCallstack} time=199504066 data=null button=1 stateMask=0x80000 x=93 y=11 count=1} to TreeItem with text {TestForCallstack} 16:19:59 [2019-07-19T20:19:59.946Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForCallstack} time=199504067 data=null doit=true} to TreeItem with text {TestForCallstack} 16:19:59 [2019-07-19T20:19:59.946Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForCallstack} time=199504067 data=null} to TreeItem with text {TestForCallstack} 16:19:59 [2019-07-19T20:19:59.946Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForCallstack} time=199504068 data=null button=1 stateMask=0x0 x=93 y=11 count=1} to TreeItem with text {TestForCallstack} 16:19:59 [2019-07-19T20:19:59.946Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=199504068 data=null item=TreeItem {TestForCallstack} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {TestForCallstack} 16:19:59 [2019-07-19T20:19:59.946Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForCallstack} time=199504072 data=null button=1 stateMask=0x80000 x=77 y=11 count=1} to TreeItem with text {TestForCallstack} 16:19:59 [2019-07-19T20:19:59.946Z] DEBUG - Attempting to set focus on Tree with text {} 16:19:59 [2019-07-19T20:19:59.946Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=199504073 data=null button=0 stateMask=0x0 x=75 y=53 count=0} to TreeItem with text {Traces [0]} 16:19:59 [2019-07-19T20:19:59.946Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=199504073 data=null doit=true} to TreeItem with text {Traces [0]} 16:19:59 [2019-07-19T20:19:59.946Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=199504074 data=null} to TreeItem with text {Traces [0]} 16:19:59 [2019-07-19T20:19:59.946Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=199504074 data=null button=1 stateMask=0x0 x=75 y=53 count=1} to TreeItem with text {Traces [0]} 16:19:59 [2019-07-19T20:19:59.946Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199504074 data=null item=TreeItem {Traces [0]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [0]} 16:19:59 [2019-07-19T20:19:59.946Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=199504136 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:20:02 [2019-07-19T20:20:02.471Z] DEBUG - matched EditorReference with text "", using matcher: with name '"glxgears-cyg-profile"' 16:20:02 [2019-07-19T20:20:02.728Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:20:02 [2019-07-19T20:20:02.728Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.callstack"' 16:20:02 [2019-07-19T20:20:02.728Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:20:02 [2019-07-19T20:20:02.728Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:20:02 [2019-07-19T20:20:02.728Z] DEBUG - Attempting to set focus on (of type 'Table') 16:20:02 [2019-07-19T20:20:02.986Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:20:03 [2019-07-19T20:20:03.548Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:20:03 [2019-07-19T20:20:03.548Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.callstack"' 16:20:03 [2019-07-19T20:20:03.548Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.callstack"' 16:20:03 [2019-07-19T20:20:03.548Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:20:03 [2019-07-19T20:20:03.548Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:20:03 [2019-07-19T20:20:03.548Z] DEBUG - Sent event Selection [13]: SelectionEvent{TreeColumn {Name} time=199507765 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeColumn with text {Name} 16:20:03 [2019-07-19T20:20:03.548Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeColumn {Name} time=199507776 data=null button=1 stateMask=0x80000 x=78 y=-12 count=1} to TreeColumn with text {Name} 16:20:03 [2019-07-19T20:20:03.548Z] DEBUG - Sent event Selection [13]: SelectionEvent{TreeColumn {PID/TID} time=199507776 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeColumn with text {PID/TID} 16:20:03 [2019-07-19T20:20:03.805Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeColumn {PID/TID} time=199507778 data=null button=1 stateMask=0x80000 x=180 y=-12 count=1} to TreeColumn with text {PID/TID} 16:20:03 [2019-07-19T20:20:03.805Z] DEBUG - Sent event Selection [13]: SelectionEvent{TreeColumn {Start time} time=199507835 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeColumn with text {Start time} 16:20:03 [2019-07-19T20:20:03.805Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeColumn {Start time} time=199507836 data=null button=1 stateMask=0x80000 x=294 y=-12 count=1} to TreeColumn with text {Start time} 16:20:03 [2019-07-19T20:20:03.805Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.callstack"' 16:20:03 [2019-07-19T20:20:03.805Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 16:20:03 [2019-07-19T20:20:03.805Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 16:20:04 [2019-07-19T20:20:04.368Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=199508439 data=null doit=true} to Shell with text {data - Eclipse Platform} 16:20:04 [2019-07-19T20:20:04.368Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' 16:20:04 [2019-07-19T20:20:04.368Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:20:04 [2019-07-19T20:20:04.368Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:20:04 [2019-07-19T20:20:04.368Z] DEBUG - Attempting to set focus on Tree with text {} 16:20:04 [2019-07-19T20:20:04.368Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForCallstack} time=199508556 data=null button=0 stateMask=0x0 x=93 y=11 count=0} to TreeItem with text {TestForCallstack} 16:20:04 [2019-07-19T20:20:04.368Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForCallstack} time=199508557 data=null doit=true} to TreeItem with text {TestForCallstack} 16:20:04 [2019-07-19T20:20:04.368Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForCallstack} time=199508557 data=null} to TreeItem with text {TestForCallstack} 16:20:04 [2019-07-19T20:20:04.368Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForCallstack} time=199508557 data=null button=1 stateMask=0x0 x=93 y=11 count=1} to TreeItem with text {TestForCallstack} 16:20:04 [2019-07-19T20:20:04.368Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199508558 data=null item=TreeItem {TestForCallstack} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestForCallstack} 16:20:04 [2019-07-19T20:20:04.368Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForCallstack} time=199508569 data=null button=1 stateMask=0x80000 x=93 y=11 count=1} to TreeItem with text {TestForCallstack} 16:20:04 [2019-07-19T20:20:04.625Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' 16:20:04 [2019-07-19T20:20:04.625Z] DEBUG - Clicking on with mnemonic 'Delete' 16:20:04 [2019-07-19T20:20:04.625Z] DEBUG - Clicked on with mnemonic 'Delete' 16:20:05 [2019-07-19T20:20:05.189Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' 16:20:05 [2019-07-19T20:20:05.189Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} 16:20:05 [2019-07-19T20:20:05.189Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 16:20:05 [2019-07-19T20:20:05.189Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' 16:20:05 [2019-07-19T20:20:05.189Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') 16:20:05 [2019-07-19T20:20:05.189Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 16:20:05 [2019-07-19T20:20:05.189Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:20:05 [2019-07-19T20:20:05.189Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:20:05 [2019-07-19T20:20:05.189Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') 16:20:05 [2019-07-19T20:20:05.189Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected 16:20:05 [2019-07-19T20:20:05.189Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199509169 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:20:05 [2019-07-19T20:20:05.189Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199509170 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:20:05 [2019-07-19T20:20:05.189Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=199509170 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:20:05 [2019-07-19T20:20:05.189Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=199509170 data=null} to (of type 'Button' and with style 'SWT.CHECK') 16:20:05 [2019-07-19T20:20:05.189Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199509170 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:20:05 [2019-07-19T20:20:05.189Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199509170 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:20:05 [2019-07-19T20:20:05.189Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=199509171 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:20:05 [2019-07-19T20:20:05.189Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199509178 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:20:05 [2019-07-19T20:20:05.189Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199509178 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:20:05 [2019-07-19T20:20:05.189Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199509178 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:20:05 [2019-07-19T20:20:05.189Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=199509178 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:20:05 [2019-07-19T20:20:05.189Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=199509178 data=null} to (of type 'Button' and with style 'SWT.CHECK') 16:20:05 [2019-07-19T20:20:05.189Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') 16:20:05 [2019-07-19T20:20:05.189Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 16:20:05 [2019-07-19T20:20:05.189Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 16:20:05 [2019-07-19T20:20:05.189Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:20:05 [2019-07-19T20:20:05.189Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:20:05 [2019-07-19T20:20:05.189Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 16:20:05 [2019-07-19T20:20:05.189Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:20:05 [2019-07-19T20:20:05.189Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:05 [2019-07-19T20:20:05.189Z] DEBUG - Clicking on OK 16:20:05 [2019-07-19T20:20:05.189Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=199509181 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:05 [2019-07-19T20:20:05.189Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=199509181 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:05 [2019-07-19T20:20:05.189Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=199509181 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:05 [2019-07-19T20:20:05.189Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=199509181 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:05 [2019-07-19T20:20:05.189Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=199509182 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:05 [2019-07-19T20:20:05.189Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=199509182 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:05 [2019-07-19T20:20:05.189Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:05 [2019-07-19T20:20:05.189Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:05 [2019-07-19T20:20:05.189Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:05 [2019-07-19T20:20:05.189Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:05 [2019-07-19T20:20:05.189Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:05 [2019-07-19T20:20:05.189Z] DEBUG - Clicked on OK 16:20:05 [2019-07-19T20:20:05.446Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=199509182 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:05 [2019-07-19T20:20:05.446Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=199508757 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' 16:20:06 [2019-07-19T20:20:06.012Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:20:06 [2019-07-19T20:20:06.380Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:20:06 [2019-07-19T20:20:06.380Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:20:06 [2019-07-19T20:20:06.380Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:20:06 [2019-07-19T20:20:06.380Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:20:06 [2019-07-19T20:20:06.380Z] DEBUG - Attempting to set focus on Tree with text {} 16:20:06 [2019-07-19T20:20:06.380Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForCallstack} time=199510484 data=null button=0 stateMask=0x0 x=93 y=11 count=0} to TreeItem with text {TestForCallstack} 16:20:06 [2019-07-19T20:20:06.380Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForCallstack} time=199510484 data=null doit=true} to TreeItem with text {TestForCallstack} 16:20:06 [2019-07-19T20:20:06.380Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForCallstack} time=199510484 data=null} to TreeItem with text {TestForCallstack} 16:20:06 [2019-07-19T20:20:06.380Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForCallstack} time=199510484 data=null button=1 stateMask=0x0 x=93 y=11 count=1} to TreeItem with text {TestForCallstack} 16:20:06 [2019-07-19T20:20:06.380Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199510485 data=null item=TreeItem {TestForCallstack} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestForCallstack} 16:20:06 [2019-07-19T20:20:06.380Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForCallstack} time=199510519 data=null button=1 stateMask=0x80000 x=93 y=11 count=1} to TreeItem with text {TestForCallstack} 16:20:06 [2019-07-19T20:20:06.380Z] DEBUG - Attempting to set focus on Tree with text {} 16:20:06 [2019-07-19T20:20:06.380Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForCallstack} time=199510520 data=null button=0 stateMask=0x0 x=93 y=11 count=0} to TreeItem with text {TestForCallstack} 16:20:06 [2019-07-19T20:20:06.380Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForCallstack} time=199510520 data=null doit=true} to TreeItem with text {TestForCallstack} 16:20:06 [2019-07-19T20:20:06.380Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForCallstack} time=199510520 data=null} to TreeItem with text {TestForCallstack} 16:20:06 [2019-07-19T20:20:06.380Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForCallstack} time=199510521 data=null button=1 stateMask=0x0 x=93 y=11 count=1} to TreeItem with text {TestForCallstack} 16:20:06 [2019-07-19T20:20:06.380Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199510521 data=null item=TreeItem {TestForCallstack} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestForCallstack} 16:20:06 [2019-07-19T20:20:06.380Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForCallstack} time=199510530 data=null button=1 stateMask=0x80000 x=93 y=11 count=1} to TreeItem with text {TestForCallstack} 16:20:06 [2019-07-19T20:20:06.380Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForCallstack} time=199510541 data=null doit=true} to TreeItem with text {TestForCallstack} 16:20:06 [2019-07-19T20:20:06.380Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForCallstack} time=199510541 data=null} to TreeItem with text {TestForCallstack} 16:20:06 [2019-07-19T20:20:06.380Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForCallstack} time=199510542 data=null button=1 stateMask=0x0 x=93 y=11 count=1} to TreeItem with text {TestForCallstack} 16:20:06 [2019-07-19T20:20:06.380Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=199510542 data=null item=TreeItem {TestForCallstack} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {TestForCallstack} 16:20:06 [2019-07-19T20:20:06.380Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForCallstack} time=199510546 data=null button=1 stateMask=0x80000 x=77 y=11 count=1} to TreeItem with text {TestForCallstack} 16:20:06 [2019-07-19T20:20:06.380Z] DEBUG - Attempting to set focus on Tree with text {} 16:20:06 [2019-07-19T20:20:06.380Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=199510555 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]} 16:20:06 [2019-07-19T20:20:06.380Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=199510555 data=null doit=true} to TreeItem with text {Traces [0]} 16:20:06 [2019-07-19T20:20:06.380Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=199510556 data=null} to TreeItem with text {Traces [0]} 16:20:06 [2019-07-19T20:20:06.380Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=199510556 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:20:06 [2019-07-19T20:20:06.380Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199510556 data=null item=TreeItem {Traces [0]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [0]} 16:20:06 [2019-07-19T20:20:06.380Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=199510572 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:20:08 [2019-07-19T20:20:08.902Z] DEBUG - matched EditorReference with text "", using matcher: with name '"glxgears-cyg-profile"' 16:20:09 [2019-07-19T20:20:09.159Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:20:09 [2019-07-19T20:20:09.159Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.callstack"' 16:20:09 [2019-07-19T20:20:09.159Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.callstack"' 16:20:09 [2019-07-19T20:20:09.159Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:20:09 [2019-07-19T20:20:09.159Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:20:09 [2019-07-19T20:20:09.159Z] DEBUG - Attempting to set focus on (of type 'Table') 16:20:09 [2019-07-19T20:20:09.416Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:20:09 [2019-07-19T20:20:09.980Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:20:09 [2019-07-19T20:20:09.980Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.callstack"' 16:20:09 [2019-07-19T20:20:09.980Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.callstack"' 16:20:09 [2019-07-19T20:20:09.980Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 16:20:09 [2019-07-19T20:20:09.980Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 16:20:10 [2019-07-19T20:20:10.237Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=199514276 data=null doit=true} to Shell with text {data - Eclipse Platform} 16:20:10 [2019-07-19T20:20:10.237Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' 16:20:10 [2019-07-19T20:20:10.237Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:20:10 [2019-07-19T20:20:10.237Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:20:10 [2019-07-19T20:20:10.237Z] DEBUG - Attempting to set focus on Tree with text {} 16:20:10 [2019-07-19T20:20:10.237Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForCallstack} time=199514343 data=null button=0 stateMask=0x0 x=93 y=11 count=0} to TreeItem with text {TestForCallstack} 16:20:10 [2019-07-19T20:20:10.237Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForCallstack} time=199514344 data=null doit=true} to TreeItem with text {TestForCallstack} 16:20:10 [2019-07-19T20:20:10.237Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForCallstack} time=199514344 data=null} to TreeItem with text {TestForCallstack} 16:20:10 [2019-07-19T20:20:10.237Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForCallstack} time=199514344 data=null button=1 stateMask=0x0 x=93 y=11 count=1} to TreeItem with text {TestForCallstack} 16:20:10 [2019-07-19T20:20:10.237Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199514345 data=null item=TreeItem {TestForCallstack} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestForCallstack} 16:20:10 [2019-07-19T20:20:10.237Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForCallstack} time=199514354 data=null button=1 stateMask=0x80000 x=93 y=11 count=1} to TreeItem with text {TestForCallstack} 16:20:10 [2019-07-19T20:20:10.494Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' 16:20:10 [2019-07-19T20:20:10.494Z] DEBUG - Clicking on with mnemonic 'Delete' 16:20:10 [2019-07-19T20:20:10.494Z] DEBUG - Clicked on with mnemonic 'Delete' 16:20:10 [2019-07-19T20:20:10.752Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' 16:20:10 [2019-07-19T20:20:10.752Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} 16:20:10 [2019-07-19T20:20:10.752Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 16:20:10 [2019-07-19T20:20:10.752Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' 16:20:10 [2019-07-19T20:20:10.752Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') 16:20:10 [2019-07-19T20:20:10.752Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 16:20:10 [2019-07-19T20:20:10.752Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:20:10 [2019-07-19T20:20:10.752Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:20:10 [2019-07-19T20:20:10.752Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') 16:20:10 [2019-07-19T20:20:10.752Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected 16:20:10 [2019-07-19T20:20:10.752Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199514943 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:20:10 [2019-07-19T20:20:10.752Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199514944 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:20:10 [2019-07-19T20:20:10.752Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=199514944 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:20:10 [2019-07-19T20:20:10.752Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=199514945 data=null} to (of type 'Button' and with style 'SWT.CHECK') 16:20:10 [2019-07-19T20:20:10.752Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199514945 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:20:10 [2019-07-19T20:20:10.752Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199514945 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:20:10 [2019-07-19T20:20:10.752Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=199514945 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:20:10 [2019-07-19T20:20:10.752Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199514945 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:20:10 [2019-07-19T20:20:10.752Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199514945 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:20:10 [2019-07-19T20:20:10.752Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199514946 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:20:10 [2019-07-19T20:20:10.752Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=199514946 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:20:10 [2019-07-19T20:20:10.752Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=199514946 data=null} to (of type 'Button' and with style 'SWT.CHECK') 16:20:10 [2019-07-19T20:20:10.752Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') 16:20:10 [2019-07-19T20:20:10.752Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 16:20:10 [2019-07-19T20:20:10.752Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 16:20:10 [2019-07-19T20:20:10.752Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:20:10 [2019-07-19T20:20:10.752Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:20:10 [2019-07-19T20:20:10.752Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 16:20:10 [2019-07-19T20:20:10.752Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:20:10 [2019-07-19T20:20:10.752Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:10 [2019-07-19T20:20:10.752Z] DEBUG - Clicking on OK 16:20:10 [2019-07-19T20:20:10.752Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=199514955 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:10 [2019-07-19T20:20:10.752Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=199514955 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:10 [2019-07-19T20:20:10.752Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=199514955 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:10 [2019-07-19T20:20:10.752Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=199514955 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:10 [2019-07-19T20:20:10.752Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=199514956 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:10 [2019-07-19T20:20:10.752Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=199514956 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:10 [2019-07-19T20:20:10.752Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:10 [2019-07-19T20:20:10.752Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:10 [2019-07-19T20:20:10.752Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:10 [2019-07-19T20:20:10.752Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:10 [2019-07-19T20:20:10.752Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:10 [2019-07-19T20:20:10.752Z] DEBUG - Clicked on OK 16:20:11 [2019-07-19T20:20:11.315Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=199514956 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:11 [2019-07-19T20:20:11.315Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=199514536 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' 16:20:11 [2019-07-19T20:20:11.571Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:20:12 [2019-07-19T20:20:12.135Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:20:12 [2019-07-19T20:20:12.135Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:20:12 [2019-07-19T20:20:12.135Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:20:12 [2019-07-19T20:20:12.135Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:20:12 [2019-07-19T20:20:12.135Z] DEBUG - Attempting to set focus on Tree with text {} 16:20:12 [2019-07-19T20:20:12.135Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForCallstack} time=199516255 data=null button=0 stateMask=0x0 x=93 y=11 count=0} to TreeItem with text {TestForCallstack} 16:20:12 [2019-07-19T20:20:12.135Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForCallstack} time=199516256 data=null doit=true} to TreeItem with text {TestForCallstack} 16:20:12 [2019-07-19T20:20:12.135Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForCallstack} time=199516256 data=null} to TreeItem with text {TestForCallstack} 16:20:12 [2019-07-19T20:20:12.135Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForCallstack} time=199516256 data=null button=1 stateMask=0x0 x=93 y=11 count=1} to TreeItem with text {TestForCallstack} 16:20:12 [2019-07-19T20:20:12.135Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199516257 data=null item=TreeItem {TestForCallstack} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestForCallstack} 16:20:12 [2019-07-19T20:20:12.135Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForCallstack} time=199516266 data=null button=1 stateMask=0x80000 x=93 y=11 count=1} to TreeItem with text {TestForCallstack} 16:20:12 [2019-07-19T20:20:12.135Z] DEBUG - Attempting to set focus on Tree with text {} 16:20:12 [2019-07-19T20:20:12.135Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForCallstack} time=199516288 data=null button=0 stateMask=0x0 x=93 y=11 count=0} to TreeItem with text {TestForCallstack} 16:20:12 [2019-07-19T20:20:12.135Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForCallstack} time=199516288 data=null doit=true} to TreeItem with text {TestForCallstack} 16:20:12 [2019-07-19T20:20:12.135Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForCallstack} time=199516288 data=null} to TreeItem with text {TestForCallstack} 16:20:12 [2019-07-19T20:20:12.135Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForCallstack} time=199516289 data=null button=1 stateMask=0x0 x=93 y=11 count=1} to TreeItem with text {TestForCallstack} 16:20:12 [2019-07-19T20:20:12.135Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199516289 data=null item=TreeItem {TestForCallstack} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestForCallstack} 16:20:12 [2019-07-19T20:20:12.135Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForCallstack} time=199516297 data=null button=1 stateMask=0x80000 x=93 y=11 count=1} to TreeItem with text {TestForCallstack} 16:20:12 [2019-07-19T20:20:12.135Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForCallstack} time=199516298 data=null doit=true} to TreeItem with text {TestForCallstack} 16:20:12 [2019-07-19T20:20:12.135Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForCallstack} time=199516298 data=null} to TreeItem with text {TestForCallstack} 16:20:12 [2019-07-19T20:20:12.135Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForCallstack} time=199516298 data=null button=1 stateMask=0x0 x=93 y=11 count=1} to TreeItem with text {TestForCallstack} 16:20:12 [2019-07-19T20:20:12.135Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=199516299 data=null item=TreeItem {TestForCallstack} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {TestForCallstack} 16:20:12 [2019-07-19T20:20:12.135Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForCallstack} time=199516311 data=null button=1 stateMask=0x80000 x=93 y=11 count=1} to TreeItem with text {TestForCallstack} 16:20:12 [2019-07-19T20:20:12.135Z] DEBUG - Attempting to set focus on Tree with text {} 16:20:12 [2019-07-19T20:20:12.135Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=199516329 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]} 16:20:12 [2019-07-19T20:20:12.135Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=199516329 data=null doit=true} to TreeItem with text {Traces [0]} 16:20:12 [2019-07-19T20:20:12.135Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=199516329 data=null} to TreeItem with text {Traces [0]} 16:20:12 [2019-07-19T20:20:12.135Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=199516329 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:20:12 [2019-07-19T20:20:12.135Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199516330 data=null item=TreeItem {Traces [0]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [0]} 16:20:12 [2019-07-19T20:20:12.135Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=199516337 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:20:14 [2019-07-19T20:20:14.658Z] DEBUG - matched EditorReference with text "", using matcher: with name '"glxgears-cyg-profile"' 16:20:14 [2019-07-19T20:20:14.658Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:20:14 [2019-07-19T20:20:14.915Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.callstack"' 16:20:14 [2019-07-19T20:20:14.915Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.callstack"' 16:20:14 [2019-07-19T20:20:14.915Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.callstack"' 16:20:14 [2019-07-19T20:20:14.915Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 16:20:14 [2019-07-19T20:20:14.915Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 16:20:15 [2019-07-19T20:20:15.478Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=199519495 data=null doit=true} to Shell with text {data - Eclipse Platform} 16:20:15 [2019-07-19T20:20:15.478Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' 16:20:15 [2019-07-19T20:20:15.478Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:20:15 [2019-07-19T20:20:15.478Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:20:15 [2019-07-19T20:20:15.478Z] DEBUG - Attempting to set focus on Tree with text {} 16:20:15 [2019-07-19T20:20:15.478Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForCallstack} time=199519547 data=null button=0 stateMask=0x0 x=93 y=11 count=0} to TreeItem with text {TestForCallstack} 16:20:15 [2019-07-19T20:20:15.478Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForCallstack} time=199519547 data=null doit=true} to TreeItem with text {TestForCallstack} 16:20:15 [2019-07-19T20:20:15.478Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForCallstack} time=199519547 data=null} to TreeItem with text {TestForCallstack} 16:20:15 [2019-07-19T20:20:15.478Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForCallstack} time=199519548 data=null button=1 stateMask=0x0 x=93 y=11 count=1} to TreeItem with text {TestForCallstack} 16:20:15 [2019-07-19T20:20:15.478Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199519548 data=null item=TreeItem {TestForCallstack} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestForCallstack} 16:20:15 [2019-07-19T20:20:15.478Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForCallstack} time=199519557 data=null button=1 stateMask=0x80000 x=93 y=11 count=1} to TreeItem with text {TestForCallstack} 16:20:15 [2019-07-19T20:20:15.478Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' 16:20:15 [2019-07-19T20:20:15.478Z] DEBUG - Clicking on with mnemonic 'Delete' 16:20:15 [2019-07-19T20:20:15.735Z] DEBUG - Clicked on with mnemonic 'Delete' 16:20:15 [2019-07-19T20:20:15.993Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' 16:20:15 [2019-07-19T20:20:15.993Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} 16:20:15 [2019-07-19T20:20:15.993Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 16:20:15 [2019-07-19T20:20:15.993Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' 16:20:15 [2019-07-19T20:20:15.993Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') 16:20:15 [2019-07-19T20:20:15.993Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 16:20:15 [2019-07-19T20:20:15.993Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:20:15 [2019-07-19T20:20:15.993Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:20:15 [2019-07-19T20:20:15.993Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') 16:20:15 [2019-07-19T20:20:15.993Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected 16:20:15 [2019-07-19T20:20:15.993Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199520138 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:20:15 [2019-07-19T20:20:15.993Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199520138 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:20:15 [2019-07-19T20:20:15.993Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=199520138 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:20:15 [2019-07-19T20:20:15.993Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=199520138 data=null} to (of type 'Button' and with style 'SWT.CHECK') 16:20:15 [2019-07-19T20:20:15.993Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199520139 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:20:15 [2019-07-19T20:20:15.993Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199520139 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:20:15 [2019-07-19T20:20:15.993Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=199520139 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:20:15 [2019-07-19T20:20:15.993Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199520139 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:20:15 [2019-07-19T20:20:15.993Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199520139 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:20:15 [2019-07-19T20:20:15.993Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199520139 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:20:15 [2019-07-19T20:20:15.993Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=199520139 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:20:15 [2019-07-19T20:20:15.993Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=199520139 data=null} to (of type 'Button' and with style 'SWT.CHECK') 16:20:15 [2019-07-19T20:20:15.993Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') 16:20:15 [2019-07-19T20:20:15.993Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 16:20:15 [2019-07-19T20:20:15.993Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 16:20:15 [2019-07-19T20:20:15.993Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:20:15 [2019-07-19T20:20:15.993Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:20:15 [2019-07-19T20:20:15.993Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 16:20:15 [2019-07-19T20:20:15.993Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:20:15 [2019-07-19T20:20:15.993Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:15 [2019-07-19T20:20:15.993Z] DEBUG - Clicking on OK 16:20:15 [2019-07-19T20:20:15.993Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=199520141 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:15 [2019-07-19T20:20:15.993Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=199520141 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:15 [2019-07-19T20:20:15.993Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=199520141 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:15 [2019-07-19T20:20:15.993Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=199520142 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:15 [2019-07-19T20:20:15.993Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=199520142 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:15 [2019-07-19T20:20:15.993Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=199520142 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:15 [2019-07-19T20:20:15.993Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:15 [2019-07-19T20:20:15.993Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:15 [2019-07-19T20:20:15.993Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:15 [2019-07-19T20:20:15.993Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:15 [2019-07-19T20:20:15.993Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:15 [2019-07-19T20:20:15.993Z] DEBUG - Clicked on OK 16:20:16 [2019-07-19T20:20:16.555Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=199520142 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:16 [2019-07-19T20:20:16.555Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=199519683 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' 16:20:16 [2019-07-19T20:20:16.555Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:20:16 [2019-07-19T20:20:16.555Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:20:16 [2019-07-19T20:20:16.555Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:20:16 [2019-07-19T20:20:16.555Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:20:16 [2019-07-19T20:20:16.555Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:20:16 [2019-07-19T20:20:16.555Z] DEBUG - Attempting to set focus on Tree with text {} 16:20:16 [2019-07-19T20:20:16.812Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForCallstack} time=199520786 data=null button=0 stateMask=0x0 x=93 y=11 count=0} to TreeItem with text {TestForCallstack} 16:20:16 [2019-07-19T20:20:16.812Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForCallstack} time=199520826 data=null doit=true} to TreeItem with text {TestForCallstack} 16:20:16 [2019-07-19T20:20:16.812Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForCallstack} time=199520827 data=null} to TreeItem with text {TestForCallstack} 16:20:16 [2019-07-19T20:20:16.812Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForCallstack} time=199520828 data=null button=1 stateMask=0x0 x=93 y=11 count=1} to TreeItem with text {TestForCallstack} 16:20:16 [2019-07-19T20:20:16.812Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199520828 data=null item=TreeItem {TestForCallstack} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestForCallstack} 16:20:16 [2019-07-19T20:20:16.812Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForCallstack} time=199520838 data=null button=1 stateMask=0x80000 x=93 y=11 count=1} to TreeItem with text {TestForCallstack} 16:20:16 [2019-07-19T20:20:16.812Z] DEBUG - Attempting to set focus on Tree with text {} 16:20:16 [2019-07-19T20:20:16.812Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForCallstack} time=199520839 data=null button=0 stateMask=0x0 x=93 y=11 count=0} to TreeItem with text {TestForCallstack} 16:20:16 [2019-07-19T20:20:16.812Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForCallstack} time=199520839 data=null doit=true} to TreeItem with text {TestForCallstack} 16:20:16 [2019-07-19T20:20:16.812Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForCallstack} time=199520839 data=null} to TreeItem with text {TestForCallstack} 16:20:16 [2019-07-19T20:20:16.812Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForCallstack} time=199520840 data=null button=1 stateMask=0x0 x=93 y=11 count=1} to TreeItem with text {TestForCallstack} 16:20:16 [2019-07-19T20:20:16.812Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199520840 data=null item=TreeItem {TestForCallstack} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestForCallstack} 16:20:16 [2019-07-19T20:20:16.812Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForCallstack} time=199520853 data=null button=1 stateMask=0x80000 x=93 y=11 count=1} to TreeItem with text {TestForCallstack} 16:20:16 [2019-07-19T20:20:16.812Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForCallstack} time=199520854 data=null doit=true} to TreeItem with text {TestForCallstack} 16:20:16 [2019-07-19T20:20:16.812Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForCallstack} time=199520854 data=null} to TreeItem with text {TestForCallstack} 16:20:16 [2019-07-19T20:20:16.812Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForCallstack} time=199520855 data=null button=1 stateMask=0x0 x=93 y=11 count=1} to TreeItem with text {TestForCallstack} 16:20:16 [2019-07-19T20:20:16.812Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=199520855 data=null item=TreeItem {TestForCallstack} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {TestForCallstack} 16:20:16 [2019-07-19T20:20:16.812Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForCallstack} time=199520858 data=null button=1 stateMask=0x80000 x=77 y=11 count=1} to TreeItem with text {TestForCallstack} 16:20:16 [2019-07-19T20:20:16.812Z] DEBUG - Attempting to set focus on Tree with text {} 16:20:16 [2019-07-19T20:20:16.812Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=199520860 data=null button=0 stateMask=0x0 x=75 y=53 count=0} to TreeItem with text {Traces [0]} 16:20:16 [2019-07-19T20:20:16.812Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=199520860 data=null doit=true} to TreeItem with text {Traces [0]} 16:20:16 [2019-07-19T20:20:16.812Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=199520860 data=null} to TreeItem with text {Traces [0]} 16:20:16 [2019-07-19T20:20:16.812Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=199520860 data=null button=1 stateMask=0x0 x=75 y=53 count=1} to TreeItem with text {Traces [0]} 16:20:16 [2019-07-19T20:20:16.812Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199520861 data=null item=TreeItem {Traces [0]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [0]} 16:20:16 [2019-07-19T20:20:16.812Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=199520929 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:20:19 [2019-07-19T20:20:19.333Z] DEBUG - matched EditorReference with text "", using matcher: with name '"glxgears-cyg-profile"' 16:20:19 [2019-07-19T20:20:19.333Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:20:19 [2019-07-19T20:20:19.333Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.callstack"' 16:20:19 [2019-07-19T20:20:19.333Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:20:19 [2019-07-19T20:20:19.333Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:20:19 [2019-07-19T20:20:19.333Z] DEBUG - Attempting to set focus on (of type 'Table') 16:20:19 [2019-07-19T20:20:19.333Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:20:19 [2019-07-19T20:20:19.896Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:20:19 [2019-07-19T20:20:19.896Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.callstack"' 16:20:19 [2019-07-19T20:20:19.896Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.callstack"' 16:20:20 [2019-07-19T20:20:20.153Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.callstack"' 16:20:20 [2019-07-19T20:20:20.153Z] DEBUG - number of items : 18 16:20:20 [2019-07-19T20:20:20.153Z] DEBUG - Clicking on ToolItem with tooltip text {Configure how the addresses are mapped to function names} 16:20:20 [2019-07-19T20:20:20.153Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199524237 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Configure how the addresses are mapped to function names} 16:20:20 [2019-07-19T20:20:20.153Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199524237 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Configure how the addresses are mapped to function names} 16:20:20 [2019-07-19T20:20:20.153Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199524237 data=null doit=true} to ToolItem with tooltip text {Configure how the addresses are mapped to function names} 16:20:20 [2019-07-19T20:20:20.153Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199524237 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Configure how the addresses are mapped to function names} 16:20:20 [2019-07-19T20:20:20.153Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199524238 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Configure how the addresses are mapped to function names} 16:20:20 [2019-07-19T20:20:20.410Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199524649 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Configure how the addresses are mapped to function names} 16:20:20 [2019-07-19T20:20:20.410Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199524650 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Configure how the addresses are mapped to function names} 16:20:20 [2019-07-19T20:20:20.410Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199524650 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Configure how the addresses are mapped to function names} 16:20:20 [2019-07-19T20:20:20.410Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199524650 data=null doit=true} to ToolItem with tooltip text {Configure how the addresses are mapped to function names} 16:20:20 [2019-07-19T20:20:20.410Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199524650 data=null} to ToolItem with tooltip text {Configure how the addresses are mapped to function names} 16:20:20 [2019-07-19T20:20:20.410Z] DEBUG - Clicked on ToolItem with tooltip text {Configure how the addresses are mapped to function names} 16:20:20 [2019-07-19T20:20:20.410Z] DEBUG - matched Shell with text "Symbol mapping", using matcher: with text 'Symbol mapping' 16:20:20 [2019-07-19T20:20:20.410Z] DEBUG - matched Button with text "Add...", using matcher: of type 'Button' 16:20:20 [2019-07-19T20:20:20.410Z] DEBUG - matched Button with text "Add...", using matcher: with mnemonic 'Add...' 16:20:20 [2019-07-19T20:20:20.410Z] DEBUG - matched Button with text "Add...", using matcher: with style 'SWT.PUSH' 16:20:20 [2019-07-19T20:20:20.410Z] DEBUG - matched Button with text "Add...", using matcher: (of type 'Button' and with mnemonic 'Add...' and with style 'SWT.PUSH') 16:20:20 [2019-07-19T20:20:20.410Z] DEBUG - matched Button with text "Remove", using matcher: of type 'Button' 16:20:20 [2019-07-19T20:20:20.410Z] DEBUG - matched Button with text "Up", using matcher: of type 'Button' 16:20:20 [2019-07-19T20:20:20.410Z] DEBUG - matched Button with text "Down", using matcher: of type 'Button' 16:20:20 [2019-07-19T20:20:20.410Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:20:20 [2019-07-19T20:20:20.410Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:20:20 [2019-07-19T20:20:20.410Z] DEBUG - Clicking on Add... 16:20:20 [2019-07-19T20:20:20.410Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Add...} time=199524653 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Add...' and with style 'SWT.PUSH') 16:20:20 [2019-07-19T20:20:20.410Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Add...} time=199524653 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Add...' and with style 'SWT.PUSH') 16:20:20 [2019-07-19T20:20:20.410Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Add...} time=199524654 data=null doit=true} to (of type 'Button' and with mnemonic 'Add...' and with style 'SWT.PUSH') 16:20:20 [2019-07-19T20:20:20.410Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Add...} time=199524654 data=null} to (of type 'Button' and with mnemonic 'Add...' and with style 'SWT.PUSH') 16:20:20 [2019-07-19T20:20:20.410Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Add...} time=199524654 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Add...' and with style 'SWT.PUSH') 16:20:20 [2019-07-19T20:20:20.410Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Add...} time=199524654 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Add...' and with style 'SWT.PUSH') 16:20:20 [2019-07-19T20:20:20.667Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Add...} time=199524654 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Add...' and with style 'SWT.PUSH') 16:20:20 [2019-07-19T20:20:20.667Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Add...} time=199524666 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Add...' and with style 'SWT.PUSH') 16:20:20 [2019-07-19T20:20:20.667Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Add...} time=199524666 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Add...' and with style 'SWT.PUSH') 16:20:20 [2019-07-19T20:20:20.667Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Add...} time=199524666 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Add...' and with style 'SWT.PUSH') 16:20:20 [2019-07-19T20:20:20.667Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Add...} time=199524666 data=null doit=true} to (of type 'Button' and with mnemonic 'Add...' and with style 'SWT.PUSH') 16:20:20 [2019-07-19T20:20:20.667Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Add...} time=199524667 data=null} to (of type 'Button' and with mnemonic 'Add...' and with style 'SWT.PUSH') 16:20:20 [2019-07-19T20:20:20.667Z] DEBUG - Clicked on Add... 16:20:20 [2019-07-19T20:20:20.667Z] DEBUG - matched Button with text "Add...", using matcher: of type 'Button' 16:20:20 [2019-07-19T20:20:20.667Z] DEBUG - matched Button with text "Remove", using matcher: of type 'Button' 16:20:20 [2019-07-19T20:20:20.667Z] DEBUG - matched Button with text "Up", using matcher: of type 'Button' 16:20:20 [2019-07-19T20:20:20.667Z] DEBUG - matched Button with text "Down", using matcher: of type 'Button' 16:20:20 [2019-07-19T20:20:20.667Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:20:20 [2019-07-19T20:20:20.667Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:20:20 [2019-07-19T20:20:20.667Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 16:20:20 [2019-07-19T20:20:20.667Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:20:20 [2019-07-19T20:20:20.667Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:20 [2019-07-19T20:20:20.667Z] DEBUG - Clicking on OK 16:20:20 [2019-07-19T20:20:20.667Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=199524668 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:20 [2019-07-19T20:20:20.667Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=199524669 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:20 [2019-07-19T20:20:20.667Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=199524669 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:20 [2019-07-19T20:20:20.667Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=199524669 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:20 [2019-07-19T20:20:20.667Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=199524669 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:20 [2019-07-19T20:20:20.667Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=199524669 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:20 [2019-07-19T20:20:20.667Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {OK} time=199524765 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:20 [2019-07-19T20:20:20.667Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=199524669 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:20 [2019-07-19T20:20:20.667Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199524238 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Configure how the addresses are mapped to function names} 16:20:21 [2019-07-19T20:20:21.233Z] DEBUG - Clicked on 16:20:21 [2019-07-19T20:20:21.233Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 16:20:21 [2019-07-19T20:20:21.233Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.callstack"' 16:20:21 [2019-07-19T20:20:21.233Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 16:20:21 [2019-07-19T20:20:21.233Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 16:20:21 [2019-07-19T20:20:21.800Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=199525743 data=null doit=true} to Shell with text {data - Eclipse Platform} 16:20:21 [2019-07-19T20:20:21.800Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' 16:20:21 [2019-07-19T20:20:21.800Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:20:21 [2019-07-19T20:20:21.800Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:20:21 [2019-07-19T20:20:21.800Z] DEBUG - Attempting to set focus on Tree with text {} 16:20:21 [2019-07-19T20:20:21.800Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForCallstack} time=199525858 data=null button=0 stateMask=0x0 x=93 y=11 count=0} to TreeItem with text {TestForCallstack} 16:20:21 [2019-07-19T20:20:21.800Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForCallstack} time=199525858 data=null doit=true} to TreeItem with text {TestForCallstack} 16:20:21 [2019-07-19T20:20:21.800Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForCallstack} time=199525858 data=null} to TreeItem with text {TestForCallstack} 16:20:21 [2019-07-19T20:20:21.800Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForCallstack} time=199525859 data=null button=1 stateMask=0x0 x=93 y=11 count=1} to TreeItem with text {TestForCallstack} 16:20:21 [2019-07-19T20:20:21.800Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199525859 data=null item=TreeItem {TestForCallstack} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestForCallstack} 16:20:21 [2019-07-19T20:20:21.800Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForCallstack} time=199525870 data=null button=1 stateMask=0x80000 x=93 y=11 count=1} to TreeItem with text {TestForCallstack} 16:20:22 [2019-07-19T20:20:22.056Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' 16:20:22 [2019-07-19T20:20:22.056Z] DEBUG - Clicking on with mnemonic 'Delete' 16:20:22 [2019-07-19T20:20:22.056Z] DEBUG - Clicked on with mnemonic 'Delete' 16:20:22 [2019-07-19T20:20:22.313Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' 16:20:22 [2019-07-19T20:20:22.313Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} 16:20:22 [2019-07-19T20:20:22.313Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 16:20:22 [2019-07-19T20:20:22.313Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' 16:20:22 [2019-07-19T20:20:22.313Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') 16:20:22 [2019-07-19T20:20:22.313Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 16:20:22 [2019-07-19T20:20:22.313Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:20:22 [2019-07-19T20:20:22.313Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:20:22 [2019-07-19T20:20:22.313Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') 16:20:22 [2019-07-19T20:20:22.313Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected 16:20:22 [2019-07-19T20:20:22.313Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199526473 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:20:22 [2019-07-19T20:20:22.313Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199526543 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:20:22 [2019-07-19T20:20:22.313Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=199526543 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:20:22 [2019-07-19T20:20:22.314Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=199526543 data=null} to (of type 'Button' and with style 'SWT.CHECK') 16:20:22 [2019-07-19T20:20:22.314Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199526543 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:20:22 [2019-07-19T20:20:22.314Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199526544 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:20:22 [2019-07-19T20:20:22.314Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=199526544 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:20:22 [2019-07-19T20:20:22.314Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199526544 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:20:22 [2019-07-19T20:20:22.314Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199526544 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:20:22 [2019-07-19T20:20:22.314Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199526544 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:20:22 [2019-07-19T20:20:22.314Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=199526544 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:20:22 [2019-07-19T20:20:22.314Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=199526545 data=null} to (of type 'Button' and with style 'SWT.CHECK') 16:20:22 [2019-07-19T20:20:22.314Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') 16:20:22 [2019-07-19T20:20:22.314Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 16:20:22 [2019-07-19T20:20:22.314Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 16:20:22 [2019-07-19T20:20:22.314Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:20:22 [2019-07-19T20:20:22.314Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:20:22 [2019-07-19T20:20:22.314Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 16:20:22 [2019-07-19T20:20:22.314Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:20:22 [2019-07-19T20:20:22.314Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:22 [2019-07-19T20:20:22.314Z] DEBUG - Clicking on OK 16:20:22 [2019-07-19T20:20:22.314Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=199526547 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:22 [2019-07-19T20:20:22.314Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=199526547 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:22 [2019-07-19T20:20:22.314Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=199526548 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:22 [2019-07-19T20:20:22.314Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=199526548 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:22 [2019-07-19T20:20:22.314Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=199526548 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:22 [2019-07-19T20:20:22.314Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=199526548 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:22 [2019-07-19T20:20:22.570Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:22 [2019-07-19T20:20:22.570Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:22 [2019-07-19T20:20:22.570Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:22 [2019-07-19T20:20:22.570Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:22 [2019-07-19T20:20:22.570Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:22 [2019-07-19T20:20:22.570Z] DEBUG - Clicked on OK 16:20:22 [2019-07-19T20:20:22.827Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=199526548 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:22 [2019-07-19T20:20:22.827Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=199526052 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' 16:20:23 [2019-07-19T20:20:23.084Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:20:23 [2019-07-19T20:20:23.084Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:20:23 [2019-07-19T20:20:23.084Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:20:23 [2019-07-19T20:20:23.084Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:20:23 [2019-07-19T20:20:23.084Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:20:23 [2019-07-19T20:20:23.084Z] DEBUG - Attempting to set focus on Tree with text {} 16:20:23 [2019-07-19T20:20:23.084Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForCallstack} time=199527292 data=null button=0 stateMask=0x0 x=93 y=11 count=0} to TreeItem with text {TestForCallstack} 16:20:23 [2019-07-19T20:20:23.084Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForCallstack} time=199527292 data=null doit=true} to TreeItem with text {TestForCallstack} 16:20:23 [2019-07-19T20:20:23.084Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForCallstack} time=199527292 data=null} to TreeItem with text {TestForCallstack} 16:20:23 [2019-07-19T20:20:23.084Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForCallstack} time=199527293 data=null button=1 stateMask=0x0 x=93 y=11 count=1} to TreeItem with text {TestForCallstack} 16:20:23 [2019-07-19T20:20:23.084Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199527293 data=null item=TreeItem {TestForCallstack} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestForCallstack} 16:20:23 [2019-07-19T20:20:23.341Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForCallstack} time=199527335 data=null button=1 stateMask=0x80000 x=93 y=11 count=1} to TreeItem with text {TestForCallstack} 16:20:23 [2019-07-19T20:20:23.341Z] DEBUG - Attempting to set focus on Tree with text {} 16:20:23 [2019-07-19T20:20:23.341Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForCallstack} time=199527336 data=null button=0 stateMask=0x0 x=93 y=11 count=0} to TreeItem with text {TestForCallstack} 16:20:23 [2019-07-19T20:20:23.341Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForCallstack} time=199527337 data=null doit=true} to TreeItem with text {TestForCallstack} 16:20:23 [2019-07-19T20:20:23.341Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForCallstack} time=199527337 data=null} to TreeItem with text {TestForCallstack} 16:20:23 [2019-07-19T20:20:23.341Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForCallstack} time=199527337 data=null button=1 stateMask=0x0 x=93 y=11 count=1} to TreeItem with text {TestForCallstack} 16:20:23 [2019-07-19T20:20:23.341Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199527338 data=null item=TreeItem {TestForCallstack} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestForCallstack} 16:20:23 [2019-07-19T20:20:23.341Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForCallstack} time=199527347 data=null button=1 stateMask=0x80000 x=93 y=11 count=1} to TreeItem with text {TestForCallstack} 16:20:23 [2019-07-19T20:20:23.341Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForCallstack} time=199527351 data=null doit=true} to TreeItem with text {TestForCallstack} 16:20:23 [2019-07-19T20:20:23.341Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForCallstack} time=199527351 data=null} to TreeItem with text {TestForCallstack} 16:20:23 [2019-07-19T20:20:23.341Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForCallstack} time=199527352 data=null button=1 stateMask=0x0 x=93 y=11 count=1} to TreeItem with text {TestForCallstack} 16:20:23 [2019-07-19T20:20:23.341Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=199527352 data=null item=TreeItem {TestForCallstack} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {TestForCallstack} 16:20:23 [2019-07-19T20:20:23.341Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForCallstack} time=199527356 data=null button=1 stateMask=0x80000 x=77 y=11 count=1} to TreeItem with text {TestForCallstack} 16:20:23 [2019-07-19T20:20:23.341Z] DEBUG - Attempting to set focus on Tree with text {} 16:20:23 [2019-07-19T20:20:23.341Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=199527357 data=null button=0 stateMask=0x0 x=75 y=53 count=0} to TreeItem with text {Traces [0]} 16:20:23 [2019-07-19T20:20:23.341Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=199527357 data=null doit=true} to TreeItem with text {Traces [0]} 16:20:23 [2019-07-19T20:20:23.341Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=199527357 data=null} to TreeItem with text {Traces [0]} 16:20:23 [2019-07-19T20:20:23.341Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=199527358 data=null button=1 stateMask=0x0 x=75 y=53 count=1} to TreeItem with text {Traces [0]} 16:20:23 [2019-07-19T20:20:23.341Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199527358 data=null item=TreeItem {Traces [0]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [0]} 16:20:23 [2019-07-19T20:20:23.341Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=199527371 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:20:25 [2019-07-19T20:20:25.235Z] DEBUG - matched EditorReference with text "", using matcher: with name '"glxgears-cyg-profile"' 16:20:25 [2019-07-19T20:20:25.235Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:20:25 [2019-07-19T20:20:25.493Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.callstack"' 16:20:25 [2019-07-19T20:20:25.493Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.callstack"' 16:20:25 [2019-07-19T20:20:25.493Z] DEBUG - number of items : 18 16:20:26 [2019-07-19T20:20:26.057Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=199530238 data=null doit=true} to Shell with text {data - Eclipse Platform} 16:20:26 [2019-07-19T20:20:26.057Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' 16:20:26 [2019-07-19T20:20:26.313Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:20:26 [2019-07-19T20:20:26.313Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:20:26 [2019-07-19T20:20:26.313Z] DEBUG - Attempting to set focus on Tree with text {} 16:20:26 [2019-07-19T20:20:26.313Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForCallstack} time=199530337 data=null button=0 stateMask=0x0 x=93 y=11 count=0} to TreeItem with text {TestForCallstack} 16:20:26 [2019-07-19T20:20:26.313Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForCallstack} time=199530337 data=null doit=true} to TreeItem with text {TestForCallstack} 16:20:26 [2019-07-19T20:20:26.313Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForCallstack} time=199530337 data=null} to TreeItem with text {TestForCallstack} 16:20:26 [2019-07-19T20:20:26.313Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForCallstack} time=199530337 data=null button=1 stateMask=0x0 x=93 y=11 count=1} to TreeItem with text {TestForCallstack} 16:20:26 [2019-07-19T20:20:26.313Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199530338 data=null item=TreeItem {TestForCallstack} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestForCallstack} 16:20:26 [2019-07-19T20:20:26.313Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForCallstack} time=199530357 data=null button=1 stateMask=0x80000 x=93 y=11 count=1} to TreeItem with text {TestForCallstack} 16:20:26 [2019-07-19T20:20:26.313Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' 16:20:26 [2019-07-19T20:20:26.313Z] DEBUG - Clicking on with mnemonic 'Delete' 16:20:26 [2019-07-19T20:20:26.570Z] DEBUG - Clicked on with mnemonic 'Delete' 16:20:26 [2019-07-19T20:20:26.828Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' 16:20:26 [2019-07-19T20:20:26.828Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} 16:20:26 [2019-07-19T20:20:26.828Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 16:20:26 [2019-07-19T20:20:26.828Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' 16:20:26 [2019-07-19T20:20:26.828Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') 16:20:26 [2019-07-19T20:20:26.828Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 16:20:26 [2019-07-19T20:20:26.828Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:20:26 [2019-07-19T20:20:26.828Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:20:26 [2019-07-19T20:20:26.828Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') 16:20:26 [2019-07-19T20:20:26.828Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected 16:20:26 [2019-07-19T20:20:26.828Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199531040 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:20:26 [2019-07-19T20:20:26.828Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199531041 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:20:26 [2019-07-19T20:20:26.828Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=199531041 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:20:26 [2019-07-19T20:20:26.828Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=199531041 data=null} to (of type 'Button' and with style 'SWT.CHECK') 16:20:26 [2019-07-19T20:20:26.828Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199531041 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:20:26 [2019-07-19T20:20:26.828Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199531041 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:20:26 [2019-07-19T20:20:26.828Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=199531042 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:20:26 [2019-07-19T20:20:26.828Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199531042 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:20:26 [2019-07-19T20:20:26.828Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199531042 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:20:26 [2019-07-19T20:20:26.828Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199531042 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:20:26 [2019-07-19T20:20:26.828Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=199531042 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:20:26 [2019-07-19T20:20:26.828Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=199531042 data=null} to (of type 'Button' and with style 'SWT.CHECK') 16:20:26 [2019-07-19T20:20:26.828Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') 16:20:26 [2019-07-19T20:20:26.828Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 16:20:26 [2019-07-19T20:20:26.828Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 16:20:26 [2019-07-19T20:20:26.828Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:20:26 [2019-07-19T20:20:26.828Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:20:26 [2019-07-19T20:20:26.828Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 16:20:26 [2019-07-19T20:20:26.828Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:20:26 [2019-07-19T20:20:26.828Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:26 [2019-07-19T20:20:26.828Z] DEBUG - Clicking on OK 16:20:26 [2019-07-19T20:20:26.828Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=199531044 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:26 [2019-07-19T20:20:26.828Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=199531044 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:26 [2019-07-19T20:20:26.828Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=199531045 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:26 [2019-07-19T20:20:26.828Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=199531045 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:26 [2019-07-19T20:20:26.828Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=199531045 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:26 [2019-07-19T20:20:26.828Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=199531045 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:26 [2019-07-19T20:20:26.828Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:26 [2019-07-19T20:20:26.828Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:26 [2019-07-19T20:20:26.828Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:26 [2019-07-19T20:20:26.828Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:26 [2019-07-19T20:20:26.828Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:26 [2019-07-19T20:20:26.828Z] DEBUG - Clicked on OK 16:20:27 [2019-07-19T20:20:27.762Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=199531045 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:27 [2019-07-19T20:20:27.762Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=199530475 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' 16:20:28 [2019-07-19T20:20:28.018Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:20:28 [2019-07-19T20:20:28.582Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:20:28 [2019-07-19T20:20:28.582Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:20:28 [2019-07-19T20:20:28.582Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:20:28 [2019-07-19T20:20:28.582Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:20:28 [2019-07-19T20:20:28.582Z] DEBUG - Attempting to set focus on Tree with text {} 16:20:28 [2019-07-19T20:20:28.582Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForCallstack} time=199532765 data=null button=0 stateMask=0x0 x=93 y=11 count=0} to TreeItem with text {TestForCallstack} 16:20:28 [2019-07-19T20:20:28.582Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForCallstack} time=199532765 data=null doit=true} to TreeItem with text {TestForCallstack} 16:20:28 [2019-07-19T20:20:28.582Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForCallstack} time=199532765 data=null} to TreeItem with text {TestForCallstack} 16:20:28 [2019-07-19T20:20:28.582Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForCallstack} time=199532766 data=null button=1 stateMask=0x0 x=93 y=11 count=1} to TreeItem with text {TestForCallstack} 16:20:28 [2019-07-19T20:20:28.582Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199532766 data=null item=TreeItem {TestForCallstack} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestForCallstack} 16:20:28 [2019-07-19T20:20:28.582Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForCallstack} time=199532775 data=null button=1 stateMask=0x80000 x=93 y=11 count=1} to TreeItem with text {TestForCallstack} 16:20:28 [2019-07-19T20:20:28.582Z] DEBUG - Attempting to set focus on Tree with text {} 16:20:28 [2019-07-19T20:20:28.582Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForCallstack} time=199532776 data=null button=0 stateMask=0x0 x=93 y=11 count=0} to TreeItem with text {TestForCallstack} 16:20:28 [2019-07-19T20:20:28.582Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForCallstack} time=199532776 data=null doit=true} to TreeItem with text {TestForCallstack} 16:20:28 [2019-07-19T20:20:28.582Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForCallstack} time=199532776 data=null} to TreeItem with text {TestForCallstack} 16:20:28 [2019-07-19T20:20:28.582Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForCallstack} time=199532777 data=null button=1 stateMask=0x0 x=93 y=11 count=1} to TreeItem with text {TestForCallstack} 16:20:28 [2019-07-19T20:20:28.582Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199532777 data=null item=TreeItem {TestForCallstack} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestForCallstack} 16:20:28 [2019-07-19T20:20:28.582Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForCallstack} time=199532793 data=null button=1 stateMask=0x80000 x=93 y=11 count=1} to TreeItem with text {TestForCallstack} 16:20:28 [2019-07-19T20:20:28.582Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForCallstack} time=199532793 data=null doit=true} to TreeItem with text {TestForCallstack} 16:20:28 [2019-07-19T20:20:28.582Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForCallstack} time=199532793 data=null} to TreeItem with text {TestForCallstack} 16:20:28 [2019-07-19T20:20:28.582Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForCallstack} time=199532794 data=null button=1 stateMask=0x0 x=93 y=11 count=1} to TreeItem with text {TestForCallstack} 16:20:28 [2019-07-19T20:20:28.582Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=199532794 data=null item=TreeItem {TestForCallstack} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {TestForCallstack} 16:20:28 [2019-07-19T20:20:28.838Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForCallstack} time=199532836 data=null button=1 stateMask=0x80000 x=93 y=11 count=1} to TreeItem with text {TestForCallstack} 16:20:28 [2019-07-19T20:20:28.838Z] DEBUG - Attempting to set focus on Tree with text {} 16:20:28 [2019-07-19T20:20:28.838Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=199532838 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]} 16:20:28 [2019-07-19T20:20:28.838Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=199532838 data=null doit=true} to TreeItem with text {Traces [0]} 16:20:28 [2019-07-19T20:20:28.838Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=199532838 data=null} to TreeItem with text {Traces [0]} 16:20:28 [2019-07-19T20:20:28.838Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=199532838 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:20:28 [2019-07-19T20:20:28.838Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199532839 data=null item=TreeItem {Traces [0]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [0]} 16:20:28 [2019-07-19T20:20:28.838Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=199532845 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:20:30 [2019-07-19T20:20:30.935Z] DEBUG - matched EditorReference with text "", using matcher: with name '"glxgears-cyg-profile"' 16:20:30 [2019-07-19T20:20:30.935Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:20:30 [2019-07-19T20:20:30.935Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.callstack"' 16:20:30 [2019-07-19T20:20:30.935Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.callstack"' 16:20:30 [2019-07-19T20:20:30.935Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:20:30 [2019-07-19T20:20:30.935Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:20:30 [2019-07-19T20:20:30.935Z] DEBUG - Attempting to set focus on (of type 'Table') 16:20:31 [2019-07-19T20:20:31.192Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:20:31 [2019-07-19T20:20:31.755Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:20:31 [2019-07-19T20:20:31.755Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.callstack"' 16:20:31 [2019-07-19T20:20:31.755Z] DEBUG - number of items : 18 16:20:31 [2019-07-19T20:20:31.755Z] DEBUG - Clicking on ToolItem with tooltip text {Select Next State Change} 16:20:31 [2019-07-19T20:20:31.755Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199535768 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:20:31 [2019-07-19T20:20:31.755Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199535769 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:20:31 [2019-07-19T20:20:31.755Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199535769 data=null doit=true} to ToolItem with tooltip text {Select Next State Change} 16:20:31 [2019-07-19T20:20:31.755Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199535769 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:20:31 [2019-07-19T20:20:31.755Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199535769 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:20:31 [2019-07-19T20:20:31.755Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199535769 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Select Next State Change} 16:20:31 [2019-07-19T20:20:31.755Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199535772 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:20:31 [2019-07-19T20:20:31.755Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199535772 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:20:31 [2019-07-19T20:20:31.755Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199535772 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:20:31 [2019-07-19T20:20:31.755Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199535772 data=null doit=true} to ToolItem with tooltip text {Select Next State Change} 16:20:31 [2019-07-19T20:20:31.755Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199535772 data=null} to ToolItem with tooltip text {Select Next State Change} 16:20:31 [2019-07-19T20:20:31.755Z] DEBUG - Clicked on ToolItem with tooltip text {Select Next State Change} 16:20:31 [2019-07-19T20:20:31.755Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:20:32 [2019-07-19T20:20:32.318Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:20:32 [2019-07-19T20:20:32.318Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.callstack"' 16:20:32 [2019-07-19T20:20:32.318Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 16:20:32 [2019-07-19T20:20:32.318Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 16:20:32 [2019-07-19T20:20:32.318Z] DEBUG - number of items : 18 16:20:32 [2019-07-19T20:20:32.318Z] DEBUG - Clicking on ToolItem with tooltip text {Select Next State Change} 16:20:32 [2019-07-19T20:20:32.318Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199536383 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:20:32 [2019-07-19T20:20:32.318Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199536383 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:20:32 [2019-07-19T20:20:32.318Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199536426 data=null doit=true} to ToolItem with tooltip text {Select Next State Change} 16:20:32 [2019-07-19T20:20:32.318Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199536427 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:20:32 [2019-07-19T20:20:32.318Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199536427 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:20:32 [2019-07-19T20:20:32.318Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199536427 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Select Next State Change} 16:20:32 [2019-07-19T20:20:32.318Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199536428 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:20:32 [2019-07-19T20:20:32.318Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199536429 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:20:32 [2019-07-19T20:20:32.318Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199536429 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:20:32 [2019-07-19T20:20:32.318Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199536429 data=null doit=true} to ToolItem with tooltip text {Select Next State Change} 16:20:32 [2019-07-19T20:20:32.318Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199536429 data=null} to ToolItem with tooltip text {Select Next State Change} 16:20:32 [2019-07-19T20:20:32.318Z] DEBUG - Clicked on ToolItem with tooltip text {Select Next State Change} 16:20:32 [2019-07-19T20:20:32.318Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:20:32 [2019-07-19T20:20:32.881Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:20:32 [2019-07-19T20:20:32.881Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.callstack"' 16:20:32 [2019-07-19T20:20:32.881Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 16:20:32 [2019-07-19T20:20:32.881Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 16:20:32 [2019-07-19T20:20:32.881Z] DEBUG - number of items : 18 16:20:32 [2019-07-19T20:20:32.881Z] DEBUG - Clicking on ToolItem with tooltip text {Select Next State Change} 16:20:32 [2019-07-19T20:20:32.881Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199537055 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:20:32 [2019-07-19T20:20:32.881Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199537055 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:20:32 [2019-07-19T20:20:32.881Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199537056 data=null doit=true} to ToolItem with tooltip text {Select Next State Change} 16:20:32 [2019-07-19T20:20:32.881Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199537056 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:20:32 [2019-07-19T20:20:32.881Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199537056 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:20:32 [2019-07-19T20:20:32.881Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199537056 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Select Next State Change} 16:20:32 [2019-07-19T20:20:32.881Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199537057 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:20:32 [2019-07-19T20:20:32.881Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199537058 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:20:32 [2019-07-19T20:20:32.881Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199537058 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:20:32 [2019-07-19T20:20:32.881Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199537058 data=null doit=true} to ToolItem with tooltip text {Select Next State Change} 16:20:32 [2019-07-19T20:20:32.881Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199537058 data=null} to ToolItem with tooltip text {Select Next State Change} 16:20:32 [2019-07-19T20:20:32.881Z] DEBUG - Clicked on ToolItem with tooltip text {Select Next State Change} 16:20:32 [2019-07-19T20:20:32.881Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:20:33 [2019-07-19T20:20:33.445Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:20:33 [2019-07-19T20:20:33.445Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.callstack"' 16:20:33 [2019-07-19T20:20:33.445Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 16:20:33 [2019-07-19T20:20:33.445Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 16:20:33 [2019-07-19T20:20:33.445Z] DEBUG - number of items : 18 16:20:33 [2019-07-19T20:20:33.445Z] DEBUG - Clicking on ToolItem with tooltip text {Select Next State Change} 16:20:33 [2019-07-19T20:20:33.445Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199537595 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:20:33 [2019-07-19T20:20:33.445Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199537595 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:20:33 [2019-07-19T20:20:33.445Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199537595 data=null doit=true} to ToolItem with tooltip text {Select Next State Change} 16:20:33 [2019-07-19T20:20:33.445Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199537595 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:20:33 [2019-07-19T20:20:33.445Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199537595 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:20:33 [2019-07-19T20:20:33.445Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199537596 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Select Next State Change} 16:20:33 [2019-07-19T20:20:33.445Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199537597 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:20:33 [2019-07-19T20:20:33.445Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199537597 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:20:33 [2019-07-19T20:20:33.445Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199537597 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:20:33 [2019-07-19T20:20:33.445Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199537597 data=null doit=true} to ToolItem with tooltip text {Select Next State Change} 16:20:33 [2019-07-19T20:20:33.445Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199537597 data=null} to ToolItem with tooltip text {Select Next State Change} 16:20:33 [2019-07-19T20:20:33.445Z] DEBUG - Clicked on ToolItem with tooltip text {Select Next State Change} 16:20:33 [2019-07-19T20:20:33.445Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:20:34 [2019-07-19T20:20:34.008Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:20:34 [2019-07-19T20:20:34.008Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.callstack"' 16:20:34 [2019-07-19T20:20:34.008Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 16:20:34 [2019-07-19T20:20:34.008Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 16:20:34 [2019-07-19T20:20:34.008Z] DEBUG - number of items : 18 16:20:34 [2019-07-19T20:20:34.008Z] DEBUG - Clicking on ToolItem with tooltip text {Select Next State Change} 16:20:34 [2019-07-19T20:20:34.008Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199538131 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:20:34 [2019-07-19T20:20:34.008Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199538131 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:20:34 [2019-07-19T20:20:34.008Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199538131 data=null doit=true} to ToolItem with tooltip text {Select Next State Change} 16:20:34 [2019-07-19T20:20:34.008Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199538131 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:20:34 [2019-07-19T20:20:34.008Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199538131 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:20:34 [2019-07-19T20:20:34.008Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199538132 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Select Next State Change} 16:20:34 [2019-07-19T20:20:34.008Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199538133 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:20:34 [2019-07-19T20:20:34.008Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199538133 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:20:34 [2019-07-19T20:20:34.008Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199538133 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:20:34 [2019-07-19T20:20:34.008Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199538133 data=null doit=true} to ToolItem with tooltip text {Select Next State Change} 16:20:34 [2019-07-19T20:20:34.008Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199538133 data=null} to ToolItem with tooltip text {Select Next State Change} 16:20:34 [2019-07-19T20:20:34.008Z] DEBUG - Clicked on ToolItem with tooltip text {Select Next State Change} 16:20:34 [2019-07-19T20:20:34.008Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:20:34 [2019-07-19T20:20:34.573Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:20:34 [2019-07-19T20:20:34.573Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.callstack"' 16:20:34 [2019-07-19T20:20:34.573Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 16:20:34 [2019-07-19T20:20:34.573Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 16:20:34 [2019-07-19T20:20:34.573Z] DEBUG - number of items : 18 16:20:34 [2019-07-19T20:20:34.573Z] DEBUG - Clicking on ToolItem with tooltip text {Select Next State Change} 16:20:34 [2019-07-19T20:20:34.573Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199538710 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:20:34 [2019-07-19T20:20:34.573Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199538710 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:20:34 [2019-07-19T20:20:34.573Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199538710 data=null doit=true} to ToolItem with tooltip text {Select Next State Change} 16:20:34 [2019-07-19T20:20:34.573Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199538710 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:20:34 [2019-07-19T20:20:34.573Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199538710 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:20:34 [2019-07-19T20:20:34.573Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199538710 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Select Next State Change} 16:20:34 [2019-07-19T20:20:34.573Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199538712 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:20:34 [2019-07-19T20:20:34.573Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199538712 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:20:34 [2019-07-19T20:20:34.573Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199538712 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:20:34 [2019-07-19T20:20:34.573Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199538712 data=null doit=true} to ToolItem with tooltip text {Select Next State Change} 16:20:34 [2019-07-19T20:20:34.573Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199538712 data=null} to ToolItem with tooltip text {Select Next State Change} 16:20:34 [2019-07-19T20:20:34.573Z] DEBUG - Clicked on ToolItem with tooltip text {Select Next State Change} 16:20:34 [2019-07-19T20:20:34.573Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:20:35 [2019-07-19T20:20:35.186Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:20:35 [2019-07-19T20:20:35.186Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.callstack"' 16:20:35 [2019-07-19T20:20:35.186Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 16:20:35 [2019-07-19T20:20:35.186Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 16:20:35 [2019-07-19T20:20:35.186Z] DEBUG - number of items : 18 16:20:35 [2019-07-19T20:20:35.186Z] DEBUG - Clicking on ToolItem with tooltip text {Select Next State Change} 16:20:35 [2019-07-19T20:20:35.186Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199539270 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:20:35 [2019-07-19T20:20:35.186Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199539270 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:20:35 [2019-07-19T20:20:35.186Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199539270 data=null doit=true} to ToolItem with tooltip text {Select Next State Change} 16:20:35 [2019-07-19T20:20:35.186Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199539270 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:20:35 [2019-07-19T20:20:35.186Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199539270 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:20:35 [2019-07-19T20:20:35.186Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199539271 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Select Next State Change} 16:20:35 [2019-07-19T20:20:35.186Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199539272 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:20:35 [2019-07-19T20:20:35.186Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199539272 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:20:35 [2019-07-19T20:20:35.186Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199539272 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:20:35 [2019-07-19T20:20:35.186Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199539272 data=null doit=true} to ToolItem with tooltip text {Select Next State Change} 16:20:35 [2019-07-19T20:20:35.186Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199539272 data=null} to ToolItem with tooltip text {Select Next State Change} 16:20:35 [2019-07-19T20:20:35.186Z] DEBUG - Clicked on ToolItem with tooltip text {Select Next State Change} 16:20:35 [2019-07-19T20:20:35.186Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:20:35 [2019-07-19T20:20:35.750Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:20:35 [2019-07-19T20:20:35.750Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.callstack"' 16:20:35 [2019-07-19T20:20:35.750Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 16:20:35 [2019-07-19T20:20:35.750Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 16:20:35 [2019-07-19T20:20:35.750Z] DEBUG - number of items : 18 16:20:35 [2019-07-19T20:20:35.750Z] DEBUG - Clicking on ToolItem with tooltip text {Select Next State Change} 16:20:35 [2019-07-19T20:20:35.750Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199539810 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:20:35 [2019-07-19T20:20:35.750Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199539811 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:20:35 [2019-07-19T20:20:35.750Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199539811 data=null doit=true} to ToolItem with tooltip text {Select Next State Change} 16:20:35 [2019-07-19T20:20:35.750Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199539811 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:20:35 [2019-07-19T20:20:35.750Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199539811 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:20:35 [2019-07-19T20:20:35.750Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199539812 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Select Next State Change} 16:20:35 [2019-07-19T20:20:35.750Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199539813 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:20:35 [2019-07-19T20:20:35.750Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199539813 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:20:35 [2019-07-19T20:20:35.750Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199539813 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:20:35 [2019-07-19T20:20:35.750Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199539814 data=null doit=true} to ToolItem with tooltip text {Select Next State Change} 16:20:35 [2019-07-19T20:20:35.750Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199539814 data=null} to ToolItem with tooltip text {Select Next State Change} 16:20:35 [2019-07-19T20:20:35.750Z] DEBUG - Clicked on ToolItem with tooltip text {Select Next State Change} 16:20:35 [2019-07-19T20:20:35.750Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:20:36 [2019-07-19T20:20:36.313Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:20:36 [2019-07-19T20:20:36.313Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.callstack"' 16:20:36 [2019-07-19T20:20:36.313Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 16:20:36 [2019-07-19T20:20:36.313Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 16:20:36 [2019-07-19T20:20:36.313Z] DEBUG - number of items : 18 16:20:36 [2019-07-19T20:20:36.313Z] DEBUG - Clicking on ToolItem with tooltip text {Select Next State Change} 16:20:36 [2019-07-19T20:20:36.313Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199540374 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:20:36 [2019-07-19T20:20:36.313Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199540374 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:20:36 [2019-07-19T20:20:36.313Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199540374 data=null doit=true} to ToolItem with tooltip text {Select Next State Change} 16:20:36 [2019-07-19T20:20:36.313Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199540374 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:20:36 [2019-07-19T20:20:36.313Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199540374 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:20:36 [2019-07-19T20:20:36.313Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199540374 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Select Next State Change} 16:20:36 [2019-07-19T20:20:36.313Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199540375 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:20:36 [2019-07-19T20:20:36.313Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199540375 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:20:36 [2019-07-19T20:20:36.313Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199540376 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:20:36 [2019-07-19T20:20:36.313Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199540376 data=null doit=true} to ToolItem with tooltip text {Select Next State Change} 16:20:36 [2019-07-19T20:20:36.313Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199540376 data=null} to ToolItem with tooltip text {Select Next State Change} 16:20:36 [2019-07-19T20:20:36.313Z] DEBUG - Clicked on ToolItem with tooltip text {Select Next State Change} 16:20:36 [2019-07-19T20:20:36.313Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:20:36 [2019-07-19T20:20:36.876Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:20:36 [2019-07-19T20:20:36.876Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.callstack"' 16:20:36 [2019-07-19T20:20:36.876Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 16:20:36 [2019-07-19T20:20:36.876Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 16:20:36 [2019-07-19T20:20:36.876Z] DEBUG - number of items : 18 16:20:36 [2019-07-19T20:20:36.876Z] DEBUG - Clicking on ToolItem with tooltip text {Select Next State Change} 16:20:36 [2019-07-19T20:20:36.876Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199540987 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:20:36 [2019-07-19T20:20:36.876Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199540987 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:20:36 [2019-07-19T20:20:36.876Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199540987 data=null doit=true} to ToolItem with tooltip text {Select Next State Change} 16:20:36 [2019-07-19T20:20:36.876Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199540987 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:20:36 [2019-07-19T20:20:36.876Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199540988 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:20:36 [2019-07-19T20:20:36.876Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199540988 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Select Next State Change} 16:20:36 [2019-07-19T20:20:36.876Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199540989 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:20:36 [2019-07-19T20:20:36.876Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199540989 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:20:36 [2019-07-19T20:20:36.876Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199540989 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} 16:20:36 [2019-07-19T20:20:36.876Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199540989 data=null doit=true} to ToolItem with tooltip text {Select Next State Change} 16:20:36 [2019-07-19T20:20:36.876Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199540989 data=null} to ToolItem with tooltip text {Select Next State Change} 16:20:36 [2019-07-19T20:20:36.876Z] DEBUG - Clicked on ToolItem with tooltip text {Select Next State Change} 16:20:36 [2019-07-19T20:20:36.876Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:20:37 [2019-07-19T20:20:37.439Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:20:37 [2019-07-19T20:20:37.439Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.callstack"' 16:20:37 [2019-07-19T20:20:37.439Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 16:20:37 [2019-07-19T20:20:37.439Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 16:20:37 [2019-07-19T20:20:37.439Z] DEBUG - number of items : 18 16:20:37 [2019-07-19T20:20:37.439Z] DEBUG - Clicking on ToolItem with tooltip text {Select Previous State Change} 16:20:37 [2019-07-19T20:20:37.439Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199541553 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:20:37 [2019-07-19T20:20:37.439Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199541553 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:20:37 [2019-07-19T20:20:37.439Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199541553 data=null doit=true} to ToolItem with tooltip text {Select Previous State Change} 16:20:37 [2019-07-19T20:20:37.439Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199541553 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:20:37 [2019-07-19T20:20:37.439Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199541554 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:20:37 [2019-07-19T20:20:37.439Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199541554 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Select Previous State Change} 16:20:37 [2019-07-19T20:20:37.439Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199541555 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:20:37 [2019-07-19T20:20:37.439Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199541555 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:20:37 [2019-07-19T20:20:37.439Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199541556 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:20:37 [2019-07-19T20:20:37.439Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199541556 data=null doit=true} to ToolItem with tooltip text {Select Previous State Change} 16:20:37 [2019-07-19T20:20:37.439Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199541556 data=null} to ToolItem with tooltip text {Select Previous State Change} 16:20:37 [2019-07-19T20:20:37.439Z] DEBUG - Clicked on ToolItem with tooltip text {Select Previous State Change} 16:20:37 [2019-07-19T20:20:37.439Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:20:38 [2019-07-19T20:20:38.003Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:20:38 [2019-07-19T20:20:38.003Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.callstack"' 16:20:38 [2019-07-19T20:20:38.003Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 16:20:38 [2019-07-19T20:20:38.003Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 16:20:38 [2019-07-19T20:20:38.003Z] DEBUG - number of items : 18 16:20:38 [2019-07-19T20:20:38.003Z] DEBUG - Clicking on ToolItem with tooltip text {Select Previous State Change} 16:20:38 [2019-07-19T20:20:38.003Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199542087 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:20:38 [2019-07-19T20:20:38.003Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199542087 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:20:38 [2019-07-19T20:20:38.003Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199542088 data=null doit=true} to ToolItem with tooltip text {Select Previous State Change} 16:20:38 [2019-07-19T20:20:38.003Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199542088 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:20:38 [2019-07-19T20:20:38.003Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199542088 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:20:38 [2019-07-19T20:20:38.003Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199542088 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Select Previous State Change} 16:20:38 [2019-07-19T20:20:38.003Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199542089 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:20:38 [2019-07-19T20:20:38.003Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199542089 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:20:38 [2019-07-19T20:20:38.003Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199542089 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} 16:20:38 [2019-07-19T20:20:38.003Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199542089 data=null doit=true} to ToolItem with tooltip text {Select Previous State Change} 16:20:38 [2019-07-19T20:20:38.003Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199542090 data=null} to ToolItem with tooltip text {Select Previous State Change} 16:20:38 [2019-07-19T20:20:38.003Z] DEBUG - Clicked on ToolItem with tooltip text {Select Previous State Change} 16:20:38 [2019-07-19T20:20:38.003Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:20:38 [2019-07-19T20:20:38.567Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:20:38 [2019-07-19T20:20:38.567Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.callstack"' 16:20:38 [2019-07-19T20:20:38.567Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 16:20:38 [2019-07-19T20:20:38.567Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' 16:20:38 [2019-07-19T20:20:38.567Z] DEBUG - number of items : 18 16:20:38 [2019-07-19T20:20:38.567Z] DEBUG - Clicking on ToolItem with tooltip text {Select Previous Item} 16:20:38 [2019-07-19T20:20:38.567Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199542619 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous Item} 16:20:38 [2019-07-19T20:20:38.567Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199542619 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous Item} 16:20:38 [2019-07-19T20:20:38.567Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199542620 data=null doit=true} to ToolItem with tooltip text {Select Previous Item} 16:20:38 [2019-07-19T20:20:38.567Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199542620 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous Item} 16:20:38 [2019-07-19T20:20:38.567Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199542620 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous Item} 16:20:38 [2019-07-19T20:20:38.567Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199542620 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Select Previous Item} 16:20:38 [2019-07-19T20:20:38.567Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199542621 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous Item} 16:20:38 [2019-07-19T20:20:38.567Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199542621 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous Item} 16:20:38 [2019-07-19T20:20:38.567Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199542621 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous Item} 16:20:38 [2019-07-19T20:20:38.567Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199542621 data=null doit=true} to ToolItem with tooltip text {Select Previous Item} 16:20:38 [2019-07-19T20:20:38.567Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199542621 data=null} to ToolItem with tooltip text {Select Previous Item} 16:20:38 [2019-07-19T20:20:38.567Z] DEBUG - Clicked on ToolItem with tooltip text {Select Previous Item} 16:20:38 [2019-07-19T20:20:38.567Z] DEBUG - number of items : 18 16:20:38 [2019-07-19T20:20:38.567Z] DEBUG - Clicking on ToolItem with tooltip text {Select Next Item} 16:20:38 [2019-07-19T20:20:38.567Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199542622 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next Item} 16:20:38 [2019-07-19T20:20:38.567Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199542623 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next Item} 16:20:38 [2019-07-19T20:20:38.567Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199542623 data=null doit=true} to ToolItem with tooltip text {Select Next Item} 16:20:38 [2019-07-19T20:20:38.567Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199542623 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next Item} 16:20:38 [2019-07-19T20:20:38.567Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199542623 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next Item} 16:20:38 [2019-07-19T20:20:38.567Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199542623 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Select Next Item} 16:20:38 [2019-07-19T20:20:38.567Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199542624 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next Item} 16:20:38 [2019-07-19T20:20:38.567Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199542624 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next Item} 16:20:38 [2019-07-19T20:20:38.567Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199542624 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next Item} 16:20:38 [2019-07-19T20:20:38.567Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199542624 data=null doit=true} to ToolItem with tooltip text {Select Next Item} 16:20:38 [2019-07-19T20:20:38.567Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199542624 data=null} to ToolItem with tooltip text {Select Next Item} 16:20:38 [2019-07-19T20:20:38.567Z] DEBUG - Clicked on ToolItem with tooltip text {Select Next Item} 16:20:38 [2019-07-19T20:20:38.567Z] DEBUG - number of items : 18 16:20:38 [2019-07-19T20:20:38.567Z] DEBUG - Clicking on ToolItem with tooltip text {Zoom In} 16:20:38 [2019-07-19T20:20:38.567Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199542625 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom In} 16:20:38 [2019-07-19T20:20:38.567Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199542625 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom In} 16:20:38 [2019-07-19T20:20:38.567Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199542625 data=null doit=true} to ToolItem with tooltip text {Zoom In} 16:20:38 [2019-07-19T20:20:38.567Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199542626 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom In} 16:20:38 [2019-07-19T20:20:38.567Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199542626 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom In} 16:20:38 [2019-07-19T20:20:38.567Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199542626 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Zoom In} 16:20:38 [2019-07-19T20:20:38.567Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199542626 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom In} 16:20:38 [2019-07-19T20:20:38.567Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199542626 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom In} 16:20:38 [2019-07-19T20:20:38.567Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199542626 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom In} 16:20:38 [2019-07-19T20:20:38.567Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199542627 data=null doit=true} to ToolItem with tooltip text {Zoom In} 16:20:38 [2019-07-19T20:20:38.567Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199542627 data=null} to ToolItem with tooltip text {Zoom In} 16:20:38 [2019-07-19T20:20:38.567Z] DEBUG - Clicked on ToolItem with tooltip text {Zoom In} 16:20:38 [2019-07-19T20:20:38.567Z] DEBUG - number of items : 18 16:20:38 [2019-07-19T20:20:38.567Z] DEBUG - Clicking on ToolItem with tooltip text {Zoom Out} 16:20:38 [2019-07-19T20:20:38.567Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=199542628 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom Out} 16:20:38 [2019-07-19T20:20:38.567Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199542628 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom Out} 16:20:38 [2019-07-19T20:20:38.567Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=199542628 data=null doit=true} to ToolItem with tooltip text {Zoom Out} 16:20:38 [2019-07-19T20:20:38.567Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=199542628 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom Out} 16:20:38 [2019-07-19T20:20:38.567Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=199542628 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom Out} 16:20:38 [2019-07-19T20:20:38.567Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=199542628 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to ToolItem with tooltip text {Zoom Out} 16:20:38 [2019-07-19T20:20:38.567Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=199542629 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom Out} 16:20:38 [2019-07-19T20:20:38.567Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=199542629 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom Out} 16:20:38 [2019-07-19T20:20:38.567Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=199542629 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom Out} 16:20:38 [2019-07-19T20:20:38.567Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=199542629 data=null doit=true} to ToolItem with tooltip text {Zoom Out} 16:20:38 [2019-07-19T20:20:38.567Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=199542629 data=null} to ToolItem with tooltip text {Zoom Out} 16:20:38 [2019-07-19T20:20:38.567Z] DEBUG - Clicked on ToolItem with tooltip text {Zoom Out} 16:20:39 [2019-07-19T20:20:39.131Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=199543176 data=null doit=true} to Shell with text {data - Eclipse Platform} 16:20:39 [2019-07-19T20:20:39.131Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' 16:20:39 [2019-07-19T20:20:39.131Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:20:39 [2019-07-19T20:20:39.131Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:20:39 [2019-07-19T20:20:39.131Z] DEBUG - Attempting to set focus on Tree with text {} 16:20:39 [2019-07-19T20:20:39.131Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForCallstack} time=199543232 data=null button=0 stateMask=0x0 x=93 y=11 count=0} to TreeItem with text {TestForCallstack} 16:20:39 [2019-07-19T20:20:39.131Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForCallstack} time=199543232 data=null doit=true} to TreeItem with text {TestForCallstack} 16:20:39 [2019-07-19T20:20:39.131Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForCallstack} time=199543233 data=null} to TreeItem with text {TestForCallstack} 16:20:39 [2019-07-19T20:20:39.131Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForCallstack} time=199543233 data=null button=1 stateMask=0x0 x=93 y=11 count=1} to TreeItem with text {TestForCallstack} 16:20:39 [2019-07-19T20:20:39.131Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199543234 data=null item=TreeItem {TestForCallstack} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {TestForCallstack} 16:20:39 [2019-07-19T20:20:39.131Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForCallstack} time=199543243 data=null button=1 stateMask=0x80000 x=93 y=11 count=1} to TreeItem with text {TestForCallstack} 16:20:39 [2019-07-19T20:20:39.131Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' 16:20:39 [2019-07-19T20:20:39.131Z] DEBUG - Clicking on with mnemonic 'Delete' 16:20:39 [2019-07-19T20:20:39.388Z] DEBUG - Clicked on with mnemonic 'Delete' 16:20:39 [2019-07-19T20:20:39.645Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' 16:20:39 [2019-07-19T20:20:39.645Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} 16:20:39 [2019-07-19T20:20:39.645Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 16:20:39 [2019-07-19T20:20:39.645Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' 16:20:39 [2019-07-19T20:20:39.645Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') 16:20:39 [2019-07-19T20:20:39.645Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 16:20:39 [2019-07-19T20:20:39.645Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:20:39 [2019-07-19T20:20:39.645Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:20:39 [2019-07-19T20:20:39.645Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') 16:20:39 [2019-07-19T20:20:39.645Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected 16:20:39 [2019-07-19T20:20:39.645Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199543715 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:20:39 [2019-07-19T20:20:39.645Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199543715 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:20:39 [2019-07-19T20:20:39.645Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=199543716 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:20:39 [2019-07-19T20:20:39.645Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=199543716 data=null} to (of type 'Button' and with style 'SWT.CHECK') 16:20:39 [2019-07-19T20:20:39.645Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199543716 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:20:39 [2019-07-19T20:20:39.645Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199543716 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:20:39 [2019-07-19T20:20:39.645Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=199543727 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:20:39 [2019-07-19T20:20:39.645Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199543727 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:20:39 [2019-07-19T20:20:39.645Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199543727 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:20:39 [2019-07-19T20:20:39.645Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199543727 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:20:39 [2019-07-19T20:20:39.645Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=199543727 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:20:39 [2019-07-19T20:20:39.645Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=199543727 data=null} to (of type 'Button' and with style 'SWT.CHECK') 16:20:39 [2019-07-19T20:20:39.645Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') 16:20:39 [2019-07-19T20:20:39.645Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 16:20:39 [2019-07-19T20:20:39.645Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 16:20:39 [2019-07-19T20:20:39.645Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:20:39 [2019-07-19T20:20:39.645Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:20:39 [2019-07-19T20:20:39.645Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 16:20:39 [2019-07-19T20:20:39.645Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:20:39 [2019-07-19T20:20:39.645Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:39 [2019-07-19T20:20:39.645Z] DEBUG - Clicking on OK 16:20:39 [2019-07-19T20:20:39.645Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=199543731 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:39 [2019-07-19T20:20:39.645Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=199543731 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:39 [2019-07-19T20:20:39.645Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=199543732 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:39 [2019-07-19T20:20:39.645Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=199543732 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:39 [2019-07-19T20:20:39.645Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=199543732 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:39 [2019-07-19T20:20:39.645Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=199543732 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:39 [2019-07-19T20:20:39.645Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:39 [2019-07-19T20:20:39.645Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:39 [2019-07-19T20:20:39.645Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:39 [2019-07-19T20:20:39.645Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:39 [2019-07-19T20:20:39.645Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:39 [2019-07-19T20:20:39.645Z] DEBUG - Clicked on OK 16:20:40 [2019-07-19T20:20:40.208Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=199543732 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:40 [2019-07-19T20:20:40.208Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=199543367 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' 16:20:40 [2019-07-19T20:20:40.774Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 66.607 s - in org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests.FlameChartViewTest 16:20:40 [2019-07-19T20:20:40.774Z] testLoadingMappingFiles(org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests.FlameChartViewTest) Time elapsed: 15.268 s 16:20:40 [2019-07-19T20:20:40.774Z] testManipulatingMappingFiles(org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests.FlameChartViewTest) Time elapsed: 7.548 s 16:20:40 [2019-07-19T20:20:40.774Z] testGoToTimeSortAndCheckStack(org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests.FlameChartViewTest) Time elapsed: 6.475 s 16:20:40 [2019-07-19T20:20:40.774Z] testGoToTimeAndCheckStack(org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests.FlameChartViewTest) Time elapsed: 5.676 s 16:20:40 [2019-07-19T20:20:40.774Z] testOpenCallstack(org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests.FlameChartViewTest) Time elapsed: 5.133 s 16:20:40 [2019-07-19T20:20:40.774Z] testGoToTimeAndCheckStackWithNames(org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests.FlameChartViewTest) Time elapsed: 6.509 s 16:20:40 [2019-07-19T20:20:40.774Z] testCallStackToolBar(org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests.FlameChartViewTest) Time elapsed: 4.948 s 16:20:40 [2019-07-19T20:20:40.774Z] testGoToTimeGoBackAndForthAndCheckStack(org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests.FlameChartViewTest) Time elapsed: 12.619 s 16:20:40 [2019-07-19T20:20:40.774Z] Running org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests.MemoryUsageViewTest 16:20:41 [2019-07-19T20:20:41.031Z] *** BUG *** 16:20:41 [2019-07-19T20:20:41.031Z] In pixman_region32_init_rect: Invalid rectangle passed 16:20:41 [2019-07-19T20:20:41.031Z] Set a breakpoint on '_pixman_log_error' to debug 16:20:41 [2019-07-19T20:20:41.031Z] 16:20:41 [2019-07-19T20:20:41.031Z] *** BUG *** 16:20:41 [2019-07-19T20:20:41.031Z] In pixman_region32_init_rect: Invalid rectangle passed 16:20:41 [2019-07-19T20:20:41.031Z] Set a breakpoint on '_pixman_log_error' to debug 16:20:41 [2019-07-19T20:20:41.031Z] 16:20:41 [2019-07-19T20:20:41.287Z] *** BUG *** 16:20:41 [2019-07-19T20:20:41.287Z] In pixman_region32_init_rect: Invalid rectangle passed 16:20:41 [2019-07-19T20:20:41.287Z] Set a breakpoint on '_pixman_log_error' to debug 16:20:41 [2019-07-19T20:20:41.287Z] 16:20:41 [2019-07-19T20:20:41.544Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.lttng2.ust.memoryusage"' 16:20:41 [2019-07-19T20:20:41.544Z] DEBUG - matched with text "", using matcher: of type 'Chart' 16:20:56 [2019-07-19T20:20:56.398Z] DEBUG - matched EditorReference with text "", using matcher: with name '"memory"' 16:20:56 [2019-07-19T20:20:56.398Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:20:56 [2019-07-19T20:20:56.398Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.lttng2.ust.memoryusage"' 16:20:56 [2019-07-19T20:20:56.398Z] DEBUG - matched with text "", using matcher: of type 'Chart' 16:20:56 [2019-07-19T20:20:56.398Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:20:56 [2019-07-19T20:20:56.398Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:20:56 [2019-07-19T20:20:56.398Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:20:56 [2019-07-19T20:20:56.398Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:20:56 [2019-07-19T20:20:56.398Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:20:56 [2019-07-19T20:20:56.398Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:20:56 [2019-07-19T20:20:56.398Z] DEBUG - Setting state to checked on: memory 16:20:56 [2019-07-19T20:20:56.398Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.lttng2.ust.memoryusage"' 16:20:56 [2019-07-19T20:20:56.398Z] DEBUG - matched with text "", using matcher: of type 'Chart' 16:20:58 [2019-07-19T20:20:58.292Z] DEBUG - matched EditorReference with text "", using matcher: with name '"memory"' 16:20:58 [2019-07-19T20:20:58.292Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:20:58 [2019-07-19T20:20:58.292Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:20:58 [2019-07-19T20:20:58.292Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:20:58 [2019-07-19T20:20:58.292Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:20:58 [2019-07-19T20:20:58.292Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:20:58 [2019-07-19T20:20:58.292Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:20:58 [2019-07-19T20:20:58.292Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:20:58 [2019-07-19T20:20:58.292Z] DEBUG - Setting state to checked on: memory 16:20:58 [2019-07-19T20:20:58.292Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=199562356 data=null doit=true} to Shell with text {data - Eclipse Platform} 16:20:58 [2019-07-19T20:20:58.292Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' 16:20:58 [2019-07-19T20:20:58.292Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:20:58 [2019-07-19T20:20:58.292Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:20:58 [2019-07-19T20:20:58.292Z] DEBUG - Attempting to set focus on Tree with text {} 16:20:58 [2019-07-19T20:20:58.292Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199562428 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:20:58 [2019-07-19T20:20:58.292Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199562428 data=null doit=true} to TreeItem with text {test} 16:20:58 [2019-07-19T20:20:58.292Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199562428 data=null} to TreeItem with text {test} 16:20:58 [2019-07-19T20:20:58.292Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199562428 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:20:58 [2019-07-19T20:20:58.292Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199562429 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:20:58 [2019-07-19T20:20:58.292Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199562442 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:20:58 [2019-07-19T20:20:58.549Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' 16:20:58 [2019-07-19T20:20:58.549Z] DEBUG - Clicking on with mnemonic 'Delete' 16:20:58 [2019-07-19T20:20:58.549Z] DEBUG - Clicked on with mnemonic 'Delete' 16:20:59 [2019-07-19T20:20:59.554Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' 16:20:59 [2019-07-19T20:20:59.554Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} 16:20:59 [2019-07-19T20:20:59.554Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 16:20:59 [2019-07-19T20:20:59.554Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' 16:20:59 [2019-07-19T20:20:59.554Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') 16:20:59 [2019-07-19T20:20:59.554Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 16:20:59 [2019-07-19T20:20:59.554Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:20:59 [2019-07-19T20:20:59.554Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:20:59 [2019-07-19T20:20:59.554Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') 16:20:59 [2019-07-19T20:20:59.554Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected 16:20:59 [2019-07-19T20:20:59.554Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199563453 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:20:59 [2019-07-19T20:20:59.554Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199563454 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:20:59 [2019-07-19T20:20:59.554Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=199563454 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:20:59 [2019-07-19T20:20:59.554Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=199563454 data=null} to (of type 'Button' and with style 'SWT.CHECK') 16:20:59 [2019-07-19T20:20:59.554Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199563454 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:20:59 [2019-07-19T20:20:59.554Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199563454 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:20:59 [2019-07-19T20:20:59.554Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=199563454 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:20:59 [2019-07-19T20:20:59.554Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199563455 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:20:59 [2019-07-19T20:20:59.554Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199563455 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:20:59 [2019-07-19T20:20:59.554Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199563455 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:20:59 [2019-07-19T20:20:59.554Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=199563455 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:20:59 [2019-07-19T20:20:59.554Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=199563455 data=null} to (of type 'Button' and with style 'SWT.CHECK') 16:20:59 [2019-07-19T20:20:59.554Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') 16:20:59 [2019-07-19T20:20:59.554Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 16:20:59 [2019-07-19T20:20:59.554Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 16:20:59 [2019-07-19T20:20:59.554Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:20:59 [2019-07-19T20:20:59.554Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:20:59 [2019-07-19T20:20:59.554Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 16:20:59 [2019-07-19T20:20:59.554Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:20:59 [2019-07-19T20:20:59.554Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:59 [2019-07-19T20:20:59.554Z] DEBUG - Clicking on OK 16:20:59 [2019-07-19T20:20:59.554Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=199563457 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:59 [2019-07-19T20:20:59.554Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=199563457 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:59 [2019-07-19T20:20:59.554Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=199563457 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:59 [2019-07-19T20:20:59.554Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=199563457 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:59 [2019-07-19T20:20:59.554Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=199563457 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:59 [2019-07-19T20:20:59.554Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=199563457 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:59 [2019-07-19T20:20:59.554Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:59 [2019-07-19T20:20:59.554Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:59 [2019-07-19T20:20:59.554Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:59 [2019-07-19T20:20:59.554Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:59 [2019-07-19T20:20:59.554Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:20:59 [2019-07-19T20:20:59.554Z] DEBUG - Clicked on OK 16:21:00 [2019-07-19T20:21:00.485Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=199563457 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:21:00 [2019-07-19T20:21:00.485Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=199562558 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' 16:21:00 [2019-07-19T20:21:00.742Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.031 s - in org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests.MemoryUsageViewTest 16:21:00 [2019-07-19T20:21:00.742Z] testOpenMemoryUsage(org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests.MemoryUsageViewTest) Time elapsed: 15.132 s 16:21:00 [2019-07-19T20:21:00.742Z] testMemoryUsage(org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests.MemoryUsageViewTest) Time elapsed: 2.051 s 16:21:00 [2019-07-19T20:21:00.742Z] 16:21:00 [2019-07-19T20:21:00.742Z] Results: 16:21:00 [2019-07-19T20:21:00.742Z] 16:21:00 [2019-07-19T20:21:00.742Z] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 16:21:00 [2019-07-19T20:21:00.742Z] 16:21:01 [2019-07-19T20:21:01.307Z] 16:21:01 [2019-07-19T20:21:01.307Z] !ENTRY org.eclipse.core.resources 2 10035 2019-07-19 20:21:01.212 16:21:01 [2019-07-19T20:21:01.307Z] !MESSAGE The workspace will exit with unsaved changes in this session. 16:21:02 [2019-07-19T20:21:02.238Z] [INFO] All tests passed! 16:21:02 [2019-07-19T20:21:02.238Z] [INFO] 16:21:02 [2019-07-19T20:21:02.238Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests --- 16:21:02 [2019-07-19T20:21:02.238Z] [INFO] Loading execution data file /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests/../../target/jacoco.exec 16:21:02 [2019-07-19T20:21:02.238Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests' with 3 classes 16:21:02 [2019-07-19T20:21:02.238Z] [INFO] 16:21:02 [2019-07-19T20:21:02.238Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests --- 16:21:02 [2019-07-19T20:21:02.238Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests/target/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests-1.0.10-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests/1.0.10-SNAPSHOT/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests-1.0.10-SNAPSHOT.jar 16:21:02 [2019-07-19T20:21:02.238Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests/1.0.10-SNAPSHOT/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests-1.0.10-SNAPSHOT.pom 16:21:02 [2019-07-19T20:21:02.238Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests/target/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests-1.0.10-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests/1.0.10-SNAPSHOT/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests-1.0.10-SNAPSHOT-sources.jar 16:21:02 [2019-07-19T20:21:02.238Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests/target/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests-1.0.10-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests/1.0.10-SNAPSHOT/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests-1.0.10-SNAPSHOT-pack200.jar.pack.gz 16:21:02 [2019-07-19T20:21:02.238Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests/1.0.10-SNAPSHOT/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests-1.0.10-SNAPSHOT-p2metadata.xml 16:21:02 [2019-07-19T20:21:02.238Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests/1.0.10-SNAPSHOT/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests-1.0.10-SNAPSHOT-p2artifacts.xml 16:21:02 [2019-07-19T20:21:02.238Z] [INFO] 16:21:02 [2019-07-19T20:21:02.238Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests --- 16:21:02 [2019-07-19T20:21:02.238Z] [INFO] 16:21:02 [2019-07-19T20:21:02.238Z] [INFO] ---< org.eclipse.tracecompass:org.eclipse.tracecompass.pcap-parent >---- 16:21:02 [2019-07-19T20:21:02.238Z] [INFO] Building Trace Compass Pcap Format Support Parent 5.0.0-SNAPSHOT [101/134] 16:21:02 [2019-07-19T20:21:02.238Z] [INFO] --------------------------------[ pom ]--------------------------------- 16:21:02 [2019-07-19T20:21:02.238Z] [INFO] 16:21:02 [2019-07-19T20:21:02.238Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.pcap-parent --- 16:21:02 [2019-07-19T20:21:02.238Z] [INFO] 16:21:02 [2019-07-19T20:21:02.238Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.pcap-parent --- 16:21:02 [2019-07-19T20:21:02.238Z] [INFO] 16:21:02 [2019-07-19T20:21:02.238Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.pcap-parent --- 16:21:02 [2019-07-19T20:21:02.238Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/pcap/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 16:21:02 [2019-07-19T20:21:02.238Z] [INFO] 16:21:02 [2019-07-19T20:21:02.238Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.pcap-parent --- 16:21:02 [2019-07-19T20:21:02.238Z] [INFO] 16:21:02 [2019-07-19T20:21:02.238Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.pcap-parent --- 16:21:02 [2019-07-19T20:21:02.238Z] [INFO] 16:21:02 [2019-07-19T20:21:02.238Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.pcap-parent --- 16:21:02 [2019-07-19T20:21:02.238Z] [INFO] 16:21:02 [2019-07-19T20:21:02.238Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.pcap-parent --- 16:21:02 [2019-07-19T20:21:02.238Z] [INFO] 16:21:02 [2019-07-19T20:21:02.238Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.pcap-parent --- 16:21:02 [2019-07-19T20:21:02.238Z] [INFO] Skipping JaCoCo execution due to missing execution data file. 16:21:02 [2019-07-19T20:21:02.238Z] [INFO] 16:21:02 [2019-07-19T20:21:02.238Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.pcap-parent --- 16:21:02 [2019-07-19T20:21:02.238Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/pcap/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.pcap-parent/5.0.0-SNAPSHOT/org.eclipse.tracecompass.pcap-parent-5.0.0-SNAPSHOT.pom 16:21:02 [2019-07-19T20:21:02.238Z] [INFO] 16:21:02 [2019-07-19T20:21:02.238Z] [INFO] ----< org.eclipse.tracecompass:org.eclipse.tracecompass.pcap.core >----- 16:21:02 [2019-07-19T20:21:02.238Z] [INFO] Building org.eclipse.tracecompass.pcap.core 1.1.0-SNAPSHOT [102/134] 16:21:02 [2019-07-19T20:21:02.238Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 16:21:02 [2019-07-19T20:21:02.238Z] [INFO] 16:21:02 [2019-07-19T20:21:02.238Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.pcap.core --- 16:21:02 [2019-07-19T20:21:02.238Z] [INFO] 16:21:02 [2019-07-19T20:21:02.238Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.pcap.core --- 16:21:02 [2019-07-19T20:21:02.238Z] [INFO] The project's OSGi version is 1.1.0.201907191907 16:21:02 [2019-07-19T20:21:02.238Z] [INFO] 16:21:02 [2019-07-19T20:21:02.238Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.pcap.core --- 16:21:02 [2019-07-19T20:21:02.238Z] [INFO] 16:21:02 [2019-07-19T20:21:02.238Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.pcap.core --- 16:21:02 [2019-07-19T20:21:02.238Z] [INFO] 16:21:02 [2019-07-19T20:21:02.238Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.pcap.core --- 16:21:02 [2019-07-19T20:21:02.238Z] [INFO] 16:21:02 [2019-07-19T20:21:02.238Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.pcap.core --- 16:21:02 [2019-07-19T20:21:02.238Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 16:21:02 [2019-07-19T20:21:02.238Z] [INFO] 16:21:02 [2019-07-19T20:21:02.238Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.pcap.core --- 16:21:02 [2019-07-19T20:21:02.238Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:21:02 [2019-07-19T20:21:02.238Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core/src/main/resources 16:21:02 [2019-07-19T20:21:02.238Z] [INFO] 16:21:02 [2019-07-19T20:21:02.238Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.pcap.core --- 16:21:02 [2019-07-19T20:21:02.238Z] [INFO] Compiling 55 source files to /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core/target/classes 16:21:02 [2019-07-19T20:21:02.802Z] [INFO] 16:21:02 [2019-07-19T20:21:02.802Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.pcap.core --- 16:21:02 [2019-07-19T20:21:02.802Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:21:02 [2019-07-19T20:21:02.802Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core/src/test/resources 16:21:02 [2019-07-19T20:21:02.802Z] [INFO] 16:21:02 [2019-07-19T20:21:02.802Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.pcap.core --- 16:21:02 [2019-07-19T20:21:02.802Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core/target/org.eclipse.tracecompass.pcap.core-1.1.0-SNAPSHOT-sources.jar 16:21:02 [2019-07-19T20:21:02.802Z] [INFO] 16:21:02 [2019-07-19T20:21:02.802Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.pcap.core --- 16:21:02 [2019-07-19T20:21:02.802Z] [INFO] 16:21:02 [2019-07-19T20:21:02.802Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.pcap.core --- 16:21:02 [2019-07-19T20:21:02.802Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core/target/org.eclipse.tracecompass.pcap.core-1.1.0-SNAPSHOT.jar 16:21:02 [2019-07-19T20:21:02.802Z] [INFO] 16:21:02 [2019-07-19T20:21:02.802Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.pcap.core --- 16:21:02 [2019-07-19T20:21:02.802Z] [INFO] 16:21:02 [2019-07-19T20:21:02.802Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.pcap.core --- 16:21:02 [2019-07-19T20:21:02.802Z] [INFO] 16:21:02 [2019-07-19T20:21:02.802Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.pcap.core --- 16:21:02 [2019-07-19T20:21:02.802Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core/target/org.eclipse.tracecompass.pcap.core-1.1.0-SNAPSHOT.jar 16:21:02 [2019-07-19T20:21:02.802Z] [INFO] 16:21:02 [2019-07-19T20:21:02.802Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.pcap.core --- 16:21:03 [2019-07-19T20:21:03.060Z] [INFO] 16:21:03 [2019-07-19T20:21:03.060Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.pcap.core --- 16:21:03 [2019-07-19T20:21:03.060Z] [INFO] Loading execution data file /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core/../../target/jacoco.exec 16:21:03 [2019-07-19T20:21:03.060Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.pcap.core' with 36 classes 16:21:03 [2019-07-19T20:21:03.060Z] [INFO] 16:21:03 [2019-07-19T20:21:03.060Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.pcap.core --- 16:21:03 [2019-07-19T20:21:03.060Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core/target/org.eclipse.tracecompass.pcap.core-1.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.pcap.core/1.1.0-SNAPSHOT/org.eclipse.tracecompass.pcap.core-1.1.0-SNAPSHOT.jar 16:21:03 [2019-07-19T20:21:03.317Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.pcap.core/1.1.0-SNAPSHOT/org.eclipse.tracecompass.pcap.core-1.1.0-SNAPSHOT.pom 16:21:03 [2019-07-19T20:21:03.317Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core/target/org.eclipse.tracecompass.pcap.core-1.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.pcap.core/1.1.0-SNAPSHOT/org.eclipse.tracecompass.pcap.core-1.1.0-SNAPSHOT-sources.jar 16:21:03 [2019-07-19T20:21:03.317Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core/target/org.eclipse.tracecompass.pcap.core-1.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.pcap.core/1.1.0-SNAPSHOT/org.eclipse.tracecompass.pcap.core-1.1.0-SNAPSHOT-pack200.jar.pack.gz 16:21:03 [2019-07-19T20:21:03.317Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.pcap.core/1.1.0-SNAPSHOT/org.eclipse.tracecompass.pcap.core-1.1.0-SNAPSHOT-p2metadata.xml 16:21:03 [2019-07-19T20:21:03.317Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.pcap.core/1.1.0-SNAPSHOT/org.eclipse.tracecompass.pcap.core-1.1.0-SNAPSHOT-p2artifacts.xml 16:21:03 [2019-07-19T20:21:03.317Z] [INFO] 16:21:03 [2019-07-19T20:21:03.317Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.pcap.core --- 16:21:03 [2019-07-19T20:21:03.317Z] [INFO] 16:21:03 [2019-07-19T20:21:03.317Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.pcap.core.tests >-- 16:21:03 [2019-07-19T20:21:03.317Z] [INFO] Building Trace Compass Pcap Parser Core Tests Plug-in 1.0.2-SNAPSHOT [103/134] 16:21:03 [2019-07-19T20:21:03.317Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- 16:21:03 [2019-07-19T20:21:03.317Z] [INFO] 16:21:03 [2019-07-19T20:21:03.317Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.pcap.core.tests --- 16:21:03 [2019-07-19T20:21:03.317Z] [INFO] 16:21:03 [2019-07-19T20:21:03.317Z] [INFO] --- maven-clean-plugin:3.0.0:clean (clean-traces) @ org.eclipse.tracecompass.pcap.core.tests --- 16:21:03 [2019-07-19T20:21:03.317Z] [INFO] Deleting /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core.tests/rsc (includes = [*.zip, *.pcap, *.cap, *.tar*], excludes = [*.xml, *.sh]) 16:21:03 [2019-07-19T20:21:03.317Z] [INFO] 16:21:03 [2019-07-19T20:21:03.317Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.pcap.core.tests --- 16:21:03 [2019-07-19T20:21:03.317Z] [INFO] The project's OSGi version is 1.0.2.201907191907 16:21:03 [2019-07-19T20:21:03.317Z] [INFO] 16:21:03 [2019-07-19T20:21:03.317Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.pcap.core.tests --- 16:21:03 [2019-07-19T20:21:03.317Z] [INFO] 16:21:03 [2019-07-19T20:21:03.317Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.pcap.core.tests --- 16:21:03 [2019-07-19T20:21:03.317Z] [INFO] 16:21:03 [2019-07-19T20:21:03.317Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.pcap.core.tests --- 16:21:03 [2019-07-19T20:21:03.317Z] [INFO] 16:21:03 [2019-07-19T20:21:03.317Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.pcap.core.tests --- 16:21:03 [2019-07-19T20:21:03.317Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 16:21:03 [2019-07-19T20:21:03.317Z] [INFO] 16:21:03 [2019-07-19T20:21:03.317Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.pcap.core.tests --- 16:21:03 [2019-07-19T20:21:03.317Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:21:03 [2019-07-19T20:21:03.317Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core.tests/src/main/resources 16:21:03 [2019-07-19T20:21:03.317Z] [INFO] 16:21:03 [2019-07-19T20:21:03.317Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.pcap.core.tests --- 16:21:03 [2019-07-19T20:21:03.317Z] [INFO] Compiling 17 source files to /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core.tests/target/classes 16:21:03 [2019-07-19T20:21:03.317Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core.tests/src/org/eclipse/tracecompass/pcap/core/tests/packet/PacketTest.java:[103] 16:21:03 [2019-07-19T20:21:03.317Z] Packet packet = new EthernetIIPacket(dummy, null, byteBuffer); 16:21:03 [2019-07-19T20:21:03.317Z] ^^^^^ 16:21:03 [2019-07-19T20:21:03.317Z] Null type safety (type annotations): The expression of type 'PcapFile' needs unchecked conversion to conform to '@NonNull PcapFile' 16:21:03 [2019-07-19T20:21:03.317Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core.tests/src/org/eclipse/tracecompass/pcap/core/tests/file/PcapFileOpenFailTest.java:[42] 16:21:03 [2019-07-19T20:21:03.317Z] public void FileOpenBadPcapTest() throws IOException { 16:21:03 [2019-07-19T20:21:03.317Z] ^^^^^^^^^^^ 16:21:03 [2019-07-19T20:21:03.317Z] The declared exception IOException is not actually thrown by the method FileOpenBadPcapTest() from type PcapFileOpenFailTest 16:21:03 [2019-07-19T20:21:03.317Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core.tests/src/org/eclipse/tracecompass/pcap/core/tests/file/PcapFileOpenFailTest.java:[60] 16:21:03 [2019-07-19T20:21:03.317Z] public void FileOpenBinaryFile() throws IOException { 16:21:03 [2019-07-19T20:21:03.317Z] ^^^^^^^^^^^ 16:21:03 [2019-07-19T20:21:03.317Z] The declared exception IOException is not actually thrown by the method FileOpenBinaryFile() from type PcapFileOpenFailTest 16:21:03 [2019-07-19T20:21:03.317Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core.tests/src/org/eclipse/tracecompass/pcap/core/tests/file/PcapFileOpenFailTest.java:[78] 16:21:03 [2019-07-19T20:21:03.317Z] public void FileOpenDirectory() throws IOException { 16:21:03 [2019-07-19T20:21:03.317Z] ^^^^^^^^^^^ 16:21:03 [2019-07-19T20:21:03.317Z] The declared exception IOException is not actually thrown by the method FileOpenDirectory() from type PcapFileOpenFailTest 16:21:03 [2019-07-19T20:21:03.317Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core.tests/src/org/eclipse/tracecompass/pcap/core/tests/protocol/unknown/UnknownPacketTest.java:[86] 16:21:03 [2019-07-19T20:21:03.317Z] UnknownPacket packet = new UnknownPacket(dummy, null, byteBuffer); 16:21:03 [2019-07-19T20:21:03.317Z] ^^^^^ 16:21:03 [2019-07-19T20:21:03.317Z] Null type safety (type annotations): The expression of type 'PcapFile' needs unchecked conversion to conform to '@NonNull PcapFile' 16:21:03 [2019-07-19T20:21:03.317Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core.tests/src/org/eclipse/tracecompass/pcap/core/tests/protocol/unknown/UnknownPacketTest.java:[97] 16:21:03 [2019-07-19T20:21:03.317Z] assertEquals(new UnknownPacket(dummy, null, byteBuffer), packet); 16:21:03 [2019-07-19T20:21:03.317Z] ^^^^^ 16:21:03 [2019-07-19T20:21:03.317Z] Null type safety (type annotations): The expression of type 'PcapFile' needs unchecked conversion to conform to '@NonNull PcapFile' 16:21:03 [2019-07-19T20:21:03.317Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core.tests/src/org/eclipse/tracecompass/pcap/core/tests/protocol/pcap/PcapPacketTest.java:[244] 16:21:03 [2019-07-19T20:21:03.317Z] PcapOldPacket expected = new PcapOldPacket((PcapOldFile) file, fHeader, fPayload, 36L); 16:21:03 [2019-07-19T20:21:03.317Z] ^^^^^^^ 16:21:03 [2019-07-19T20:21:03.317Z] Null type safety (type annotations): The expression of type 'ByteBuffer' needs unchecked conversion to conform to '@NonNull ByteBuffer' 16:21:03 [2019-07-19T20:21:03.317Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core.tests/src/org/eclipse/tracecompass/pcap/core/tests/protocol/udp/UDPPacketTest.java:[117] 16:21:03 [2019-07-19T20:21:03.317Z] UDPPacket packet = new UDPPacket(file, null, byteBuffer); 16:21:03 [2019-07-19T20:21:03.317Z] ^^^^ 16:21:03 [2019-07-19T20:21:03.317Z] Null type safety (type annotations): The expression of type 'PcapFile' needs unchecked conversion to conform to '@NonNull PcapFile' 16:21:03 [2019-07-19T20:21:03.317Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core.tests/src/org/eclipse/tracecompass/pcap/core/tests/protocol/udp/UDPPacketTest.java:[127] 16:21:03 [2019-07-19T20:21:03.317Z] UDPPacket expected = new UDPPacket(file, null, byteBuffer); 16:21:03 [2019-07-19T20:21:03.317Z] ^^^^ 16:21:03 [2019-07-19T20:21:03.317Z] Null type safety (type annotations): The expression of type 'PcapFile' needs unchecked conversion to conform to '@NonNull PcapFile' 16:21:03 [2019-07-19T20:21:03.317Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core.tests/src/org/eclipse/tracecompass/pcap/core/tests/protocol/tcp/TCPPacketTest.java:[164] 16:21:03 [2019-07-19T20:21:03.317Z] TCPPacket packet = new TCPPacket(file, null, byteBuffer); 16:21:03 [2019-07-19T20:21:03.317Z] ^^^^ 16:21:03 [2019-07-19T20:21:03.317Z] Null type safety (type annotations): The expression of type 'PcapFile' needs unchecked conversion to conform to '@NonNull PcapFile' 16:21:03 [2019-07-19T20:21:03.317Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core.tests/src/org/eclipse/tracecompass/pcap/core/tests/protocol/tcp/TCPPacketTest.java:[174] 16:21:03 [2019-07-19T20:21:03.317Z] TCPPacket expected = new TCPPacket(file, null, byteBuffer); 16:21:03 [2019-07-19T20:21:03.317Z] ^^^^ 16:21:03 [2019-07-19T20:21:03.317Z] Null type safety (type annotations): The expression of type 'PcapFile' needs unchecked conversion to conform to '@NonNull PcapFile' 16:21:03 [2019-07-19T20:21:03.317Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core.tests/src/org/eclipse/tracecompass/pcap/core/tests/packet/BadPacketTest.java:[87] 16:21:03 [2019-07-19T20:21:03.317Z] new EthernetIIPacket(dummy, null, packet); 16:21:03 [2019-07-19T20:21:03.317Z] ^^^^^ 16:21:03 [2019-07-19T20:21:03.317Z] Null type safety (type annotations): The expression of type 'PcapFile' needs unchecked conversion to conform to '@NonNull PcapFile' 16:21:03 [2019-07-19T20:21:03.317Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core.tests/src/org/eclipse/tracecompass/pcap/core/tests/file/PcapFileEndiannessTest.java:[54] 16:21:03 [2019-07-19T20:21:03.317Z] PcapFile littleEndian = trace.getTrace(); 16:21:03 [2019-07-19T20:21:03.317Z] ^^^^^^^^^^^^ 16:21:03 [2019-07-19T20:21:03.317Z] Potential resource leak: 'littleEndian' may not be closed 16:21:03 [2019-07-19T20:21:03.317Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core.tests/src/org/eclipse/tracecompass/pcap/core/tests/file/PcapFileEndiannessTest.java:[59] 16:21:03 [2019-07-19T20:21:03.317Z] PcapFile bigEndian = trace.getTrace(); 16:21:03 [2019-07-19T20:21:03.317Z] ^^^^^^^^^ 16:21:03 [2019-07-19T20:21:03.317Z] Potential resource leak: 'bigEndian' may not be closed 16:21:03 [2019-07-19T20:21:03.317Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core.tests/src/org/eclipse/tracecompass/pcap/core/tests/protocol/ethernet2/EthernetIIPacketTest.java:[113] 16:21:03 [2019-07-19T20:21:03.317Z] EthernetIIPacket packet = new EthernetIIPacket(file, null, byteBuffer); 16:21:03 [2019-07-19T20:21:03.317Z] ^^^^ 16:21:03 [2019-07-19T20:21:03.317Z] Null type safety (type annotations): The expression of type 'PcapFile' needs unchecked conversion to conform to '@NonNull PcapFile' 16:21:03 [2019-07-19T20:21:03.317Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core.tests/src/org/eclipse/tracecompass/pcap/core/tests/protocol/ethernet2/EthernetIIPacketTest.java:[123] 16:21:03 [2019-07-19T20:21:03.317Z] EthernetIIPacket expected = new EthernetIIPacket(file, null, byteBuffer); 16:21:03 [2019-07-19T20:21:03.317Z] ^^^^ 16:21:03 [2019-07-19T20:21:03.574Z] Null type safety (type annotations): The expression of type 'PcapFile' needs unchecked conversion to conform to '@NonNull PcapFile' 16:21:03 [2019-07-19T20:21:03.574Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core.tests/src/org/eclipse/tracecompass/pcap/core/tests/protocol/ipv4/IPv4PacketTest.java:[165] 16:21:03 [2019-07-19T20:21:03.574Z] IPv4Packet packet = new IPv4Packet(file, null, byteBuffer); 16:21:03 [2019-07-19T20:21:03.574Z] ^^^^ 16:21:03 [2019-07-19T20:21:03.574Z] Null type safety (type annotations): The expression of type 'PcapFile' needs unchecked conversion to conform to '@NonNull PcapFile' 16:21:03 [2019-07-19T20:21:03.574Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core.tests/src/org/eclipse/tracecompass/pcap/core/tests/protocol/ipv4/IPv4PacketTest.java:[175] 16:21:03 [2019-07-19T20:21:03.574Z] IPv4Packet expected = new IPv4Packet(file, null, byteBuffer); 16:21:03 [2019-07-19T20:21:03.574Z] ^^^^ 16:21:03 [2019-07-19T20:21:03.574Z] Null type safety (type annotations): The expression of type 'PcapFile' needs unchecked conversion to conform to '@NonNull PcapFile' 16:21:03 [2019-07-19T20:21:03.574Z] 18 problems (18 warnings) 16:21:03 [2019-07-19T20:21:03.574Z] [INFO] 16:21:03 [2019-07-19T20:21:03.574Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.pcap.core.tests --- 16:21:03 [2019-07-19T20:21:03.574Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:21:03 [2019-07-19T20:21:03.574Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core.tests/src/test/resources 16:21:03 [2019-07-19T20:21:03.574Z] [INFO] 16:21:03 [2019-07-19T20:21:03.574Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.pcap.core.tests --- 16:21:03 [2019-07-19T20:21:03.574Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core.tests/target/org.eclipse.tracecompass.pcap.core.tests-1.0.2-SNAPSHOT-sources.jar 16:21:03 [2019-07-19T20:21:03.574Z] [INFO] 16:21:03 [2019-07-19T20:21:03.574Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.pcap.core.tests --- 16:21:03 [2019-07-19T20:21:03.574Z] [INFO] 16:21:03 [2019-07-19T20:21:03.574Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.pcap.core.tests --- 16:21:03 [2019-07-19T20:21:03.574Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core.tests/target/org.eclipse.tracecompass.pcap.core.tests-1.0.2-SNAPSHOT.jar 16:21:03 [2019-07-19T20:21:03.574Z] [INFO] 16:21:03 [2019-07-19T20:21:03.574Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.pcap.core.tests --- 16:21:03 [2019-07-19T20:21:03.574Z] [INFO] 16:21:03 [2019-07-19T20:21:03.574Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.pcap.core.tests --- 16:21:03 [2019-07-19T20:21:03.574Z] [INFO] 16:21:03 [2019-07-19T20:21:03.574Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.pcap.core.tests --- 16:21:03 [2019-07-19T20:21:03.574Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core.tests/target/org.eclipse.tracecompass.pcap.core.tests-1.0.2-SNAPSHOT.jar 16:21:03 [2019-07-19T20:21:03.574Z] [INFO] 16:21:03 [2019-07-19T20:21:03.574Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.pcap.core.tests --- 16:21:03 [2019-07-19T20:21:03.574Z] [INFO] 16:21:03 [2019-07-19T20:21:03.574Z] [INFO] --- maven-antrun-plugin:1.8:run (prepare) @ org.eclipse.tracecompass.pcap.core.tests --- 16:21:03 [2019-07-19T20:21:03.831Z] [INFO] Executing tasks 16:21:03 [2019-07-19T20:21:03.831Z] 16:21:03 [2019-07-19T20:21:03.831Z] main: 16:21:03 [2019-07-19T20:21:03.831Z] 16:21:03 [2019-07-19T20:21:03.831Z] main: 16:21:03 [2019-07-19T20:21:03.831Z] [echo] Attempting to download test traces 16:21:03 [2019-07-19T20:21:03.831Z] [get] Getting: http://wiki.eclipse.org/images/1/18/Short_LittleEndian.pcap.zip 16:21:03 [2019-07-19T20:21:03.831Z] [get] To: /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core.tests/rsc/Short_LittleEndian.pcap.zip 16:21:03 [2019-07-19T20:21:03.831Z] [get] Getting: http://wiki.eclipse.org/images/2/25/Short_BigEndian.pcap.zip 16:21:03 [2019-07-19T20:21:03.831Z] [get] To: /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core.tests/rsc/Short_BigEndian.pcap.zip 16:21:03 [2019-07-19T20:21:03.831Z] [get] Getting: http://wiki.eclipse.org/images/6/64/MostlyUDP.pcap.zip 16:21:03 [2019-07-19T20:21:03.831Z] [get] To: /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core.tests/rsc/MostlyUDP.pcap.zip 16:21:03 [2019-07-19T20:21:03.831Z] [get] Getting: http://wiki.eclipse.org/images/8/8d/MostlyTCP.pcap.zip 16:21:03 [2019-07-19T20:21:03.831Z] [get] To: /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core.tests/rsc/MostlyTCP.pcap.zip 16:21:03 [2019-07-19T20:21:03.831Z] [get] Getting: http://wiki.eclipse.org/images/c/c1/EmptyPcap.pcap.zip 16:21:03 [2019-07-19T20:21:03.831Z] [get] To: /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core.tests/rsc/EmptyPcap.pcap.zip 16:21:03 [2019-07-19T20:21:03.831Z] [get] Getting: http://wiki.eclipse.org/images/5/5e/BadPcapFile.pcap.zip 16:21:03 [2019-07-19T20:21:03.831Z] [get] To: /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core.tests/rsc/BadPcapFile.pcap.zip 16:21:03 [2019-07-19T20:21:03.831Z] [get] Getting: http://wiki.eclipse.org/images/1/12/BenchmarkTrace.pcap.zip 16:21:03 [2019-07-19T20:21:03.831Z] [get] To: /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core.tests/rsc/BenchmarkTrace.pcap.zip 16:21:03 [2019-07-19T20:21:03.831Z] [get] Getting: http://lttng.org/files/samples/sample-ctf-trace-20120412.tar.bz2 16:21:03 [2019-07-19T20:21:03.831Z] [get] To: /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core.tests/rsc/sample-ctf-trace-20120412.tar.bz2 16:21:04 [2019-07-19T20:21:04.087Z] [get] http://lttng.org/files/samples/sample-ctf-trace-20120412.tar.bz2 permanently moved to https://lttng.org/files/samples/sample-ctf-trace-20120412.tar.bz2 16:21:05 [2019-07-19T20:21:05.019Z] 16:21:05 [2019-07-19T20:21:05.019Z] extractTraces: 16:21:05 [2019-07-19T20:21:05.019Z] [unzip] Expanding: /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core.tests/rsc/Short_LittleEndian.pcap.zip into /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core.tests/rsc 16:21:05 [2019-07-19T20:21:05.019Z] [unzip] Expanding: /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core.tests/rsc/Short_BigEndian.pcap.zip into /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core.tests/rsc 16:21:05 [2019-07-19T20:21:05.019Z] [unzip] Expanding: /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core.tests/rsc/MostlyUDP.pcap.zip into /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core.tests/rsc 16:21:05 [2019-07-19T20:21:05.019Z] [unzip] Expanding: /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core.tests/rsc/MostlyTCP.pcap.zip into /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core.tests/rsc 16:21:05 [2019-07-19T20:21:05.019Z] [unzip] Expanding: /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core.tests/rsc/EmptyPcap.pcap.zip into /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core.tests/rsc 16:21:05 [2019-07-19T20:21:05.019Z] [unzip] Expanding: /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core.tests/rsc/BadPcapFile.pcap.zip into /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core.tests/rsc 16:21:05 [2019-07-19T20:21:05.019Z] [unzip] Expanding: /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core.tests/rsc/BenchmarkTrace.pcap.zip into /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core.tests/rsc 16:21:05 [2019-07-19T20:21:05.276Z] [bunzip2] Expanding /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core.tests/rsc/sample-ctf-trace-20120412.tar.bz2 to /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core.tests/rsc/sample-ctf-trace-20120412.tar 16:21:06 [2019-07-19T20:21:06.646Z] [untar] Expanding: /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core.tests/rsc/sample-ctf-trace-20120412.tar into /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core.tests/rsc 16:21:06 [2019-07-19T20:21:06.903Z] [echo] Traces extracted successfully 16:21:06 [2019-07-19T20:21:06.903Z] [INFO] Executed tasks 16:21:06 [2019-07-19T20:21:06.903Z] [INFO] 16:21:06 [2019-07-19T20:21:06.903Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.pcap.core.tests --- 16:21:07 [2019-07-19T20:21:07.834Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core.tests/target/work/data/.metadata/.log 16:21:07 [2019-07-19T20:21:07.834Z] [INFO] Command line: 16:21:07 [2019-07-19T20:21:07.834Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog] 16:21:07 [2019-07-19T20:21:07.834Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass 16:21:11 [2019-07-19T20:21:11.106Z] !SESSION 2019-07-19 20:21:08.012 ----------------------------------------------- 16:21:11 [2019-07-19T20:21:11.106Z] eclipse.buildId=unknown 16:21:11 [2019-07-19T20:21:11.106Z] java.version=1.8.0_202 16:21:11 [2019-07-19T20:21:11.106Z] java.vendor=Oracle Corporation 16:21:11 [2019-07-19T20:21:11.106Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US 16:21:11 [2019-07-19T20:21:11.106Z] Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core.tests/target/surefire.properties -product org.eclipse.platform.ide 16:21:11 [2019-07-19T20:21:11.106Z] Command-line arguments: -data /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog 16:21:11 [2019-07-19T20:21:11.106Z] 16:21:11 [2019-07-19T20:21:11.106Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-19 20:21:10.981 16:21:11 [2019-07-19T20:21:11.106Z] !MESSAGE FrameworkEvent ERROR 16:21:11 [2019-07-19T20:21:11.106Z] !STACK 0 16:21:11 [2019-07-19T20:21:11.106Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [50] 16:21:11 [2019-07-19T20:21:11.106Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 16:21:11 [2019-07-19T20:21:11.106Z] 16:21:11 [2019-07-19T20:21:11.106Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 16:21:11 [2019-07-19T20:21:11.106Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 16:21:11 [2019-07-19T20:21:11.106Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 16:21:11 [2019-07-19T20:21:11.106Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 16:21:11 [2019-07-19T20:21:11.106Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 16:21:11 [2019-07-19T20:21:11.106Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 16:21:11 [2019-07-19T20:21:11.106Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 16:21:11 [2019-07-19T20:21:11.106Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 16:21:11 [2019-07-19T20:21:11.106Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 16:21:11 [2019-07-19T20:21:11.106Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 16:21:11 [2019-07-19T20:21:11.363Z] 16:21:11 [2019-07-19T20:21:11.363Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-19 20:21:11.215 16:21:11 [2019-07-19T20:21:11.363Z] !MESSAGE FrameworkEvent ERROR 16:21:11 [2019-07-19T20:21:11.363Z] !STACK 0 16:21:11 [2019-07-19T20:21:11.363Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [123] 16:21:11 [2019-07-19T20:21:11.363Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 16:21:11 [2019-07-19T20:21:11.363Z] Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)" 16:21:11 [2019-07-19T20:21:11.363Z] -> Export-Package: org.apache.http.impl.auth.win; bundle-symbolic-name="org.apache.httpcomponents.httpclient.win"; bundle-version="4.5.6.v20190213-1947"; version="4.5.6"; x-internal:="true"; uses:="org.apache.http,org.apache.http.auth,org.apache.http.client,org.apache.http.impl.auth,org.apache.http.protocol,org.apache.http.util" 16:21:11 [2019-07-19T20:21:11.363Z] org.apache.httpcomponents.httpclient.win [31] 16:21:11 [2019-07-19T20:21:11.363Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 16:21:11 [2019-07-19T20:21:11.363Z] 16:21:11 [2019-07-19T20:21:11.363Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 16:21:11 [2019-07-19T20:21:11.363Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 16:21:11 [2019-07-19T20:21:11.363Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 16:21:11 [2019-07-19T20:21:11.363Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 16:21:11 [2019-07-19T20:21:11.363Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 16:21:11 [2019-07-19T20:21:11.363Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 16:21:11 [2019-07-19T20:21:11.363Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 16:21:11 [2019-07-19T20:21:11.363Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 16:21:11 [2019-07-19T20:21:11.363Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 16:21:11 [2019-07-19T20:21:11.363Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 16:21:13 [2019-07-19T20:21:13.258Z] Running org.eclipse.tracecompass.pcap.core.tests.packet.PacketTest 16:21:13 [2019-07-19T20:21:13.517Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.186 s - in org.eclipse.tracecompass.pcap.core.tests.packet.PacketTest 16:21:13 [2019-07-19T20:21:13.517Z] GenericPacketTest(org.eclipse.tracecompass.pcap.core.tests.packet.PacketTest) Time elapsed: 0.152 s 16:21:13 [2019-07-19T20:21:13.517Z] Running org.eclipse.tracecompass.pcap.core.tests.packet.BadPacketTest 16:21:13 [2019-07-19T20:21:13.517Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tracecompass.pcap.core.tests.packet.BadPacketTest 16:21:13 [2019-07-19T20:21:13.517Z] PacketExceptionTest(org.eclipse.tracecompass.pcap.core.tests.packet.BadPacketTest) Time elapsed: 0 s 16:21:13 [2019-07-19T20:21:13.517Z] Running org.eclipse.tracecompass.pcap.core.tests.stream.StreamBuildTest 16:21:13 [2019-07-19T20:21:13.517Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 s - in org.eclipse.tracecompass.pcap.core.tests.stream.StreamBuildTest 16:21:13 [2019-07-19T20:21:13.517Z] StreamBuildingTest(org.eclipse.tracecompass.pcap.core.tests.stream.StreamBuildTest) Time elapsed: 0.089 s 16:21:13 [2019-07-19T20:21:13.517Z] Running org.eclipse.tracecompass.pcap.core.tests.file.PcapFileOpenFailTest 16:21:13 [2019-07-19T20:21:13.517Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.tracecompass.pcap.core.tests.file.PcapFileOpenFailTest 16:21:13 [2019-07-19T20:21:13.517Z] FileOpenDirectory(org.eclipse.tracecompass.pcap.core.tests.file.PcapFileOpenFailTest) Time elapsed: 0 s 16:21:13 [2019-07-19T20:21:13.517Z] FileOpenBinaryFile(org.eclipse.tracecompass.pcap.core.tests.file.PcapFileOpenFailTest) Time elapsed: 0.001 s 16:21:13 [2019-07-19T20:21:13.517Z] FileOpenBadPcapTest(org.eclipse.tracecompass.pcap.core.tests.file.PcapFileOpenFailTest) Time elapsed: 0 s 16:21:13 [2019-07-19T20:21:13.517Z] Running org.eclipse.tracecompass.pcap.core.tests.file.PcapFileReadTest 16:21:13 [2019-07-19T20:21:13.774Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s - in org.eclipse.tracecompass.pcap.core.tests.file.PcapFileReadTest 16:21:13 [2019-07-19T20:21:13.774Z] FileReadTest(org.eclipse.tracecompass.pcap.core.tests.file.PcapFileReadTest) Time elapsed: 0.075 s 16:21:13 [2019-07-19T20:21:13.774Z] Running org.eclipse.tracecompass.pcap.core.tests.file.PcapFileEndiannessTest 16:21:13 [2019-07-19T20:21:13.774Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tracecompass.pcap.core.tests.file.PcapFileEndiannessTest 16:21:13 [2019-07-19T20:21:13.774Z] EndiannessTest(org.eclipse.tracecompass.pcap.core.tests.file.PcapFileEndiannessTest) Time elapsed: 0.001 s 16:21:13 [2019-07-19T20:21:13.774Z] Running org.eclipse.tracecompass.pcap.core.tests.file.PcapFileOpenTest 16:21:13 [2019-07-19T20:21:13.774Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.tracecompass.pcap.core.tests.file.PcapFileOpenTest 16:21:13 [2019-07-19T20:21:13.774Z] FileOpenTest(org.eclipse.tracecompass.pcap.core.tests.file.PcapFileOpenTest) Time elapsed: 0.002 s 16:21:13 [2019-07-19T20:21:13.774Z] FileOpenEmptyTest(org.eclipse.tracecompass.pcap.core.tests.file.PcapFileOpenTest) Time elapsed: 0 s 16:21:13 [2019-07-19T20:21:13.774Z] Running org.eclipse.tracecompass.pcap.core.tests.protocol.unknown.UnknownPacketTest 16:21:13 [2019-07-19T20:21:13.774Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.eclipse.tracecompass.pcap.core.tests.protocol.unknown.UnknownPacketTest 16:21:13 [2019-07-19T20:21:13.774Z] CompleteUnknownPacketTest(org.eclipse.tracecompass.pcap.core.tests.protocol.unknown.UnknownPacketTest) Time elapsed: 0.016 s 16:21:13 [2019-07-19T20:21:13.774Z] Running org.eclipse.tracecompass.pcap.core.tests.protocol.pcap.PcapPacketTest 16:21:13 [2019-07-19T20:21:13.774Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.tracecompass.pcap.core.tests.protocol.pcap.PcapPacketTest 16:21:13 [2019-07-19T20:21:13.774Z] CompletePcapPacketTest(org.eclipse.tracecompass.pcap.core.tests.protocol.pcap.PcapPacketTest) Time elapsed: 0.005 s 16:21:13 [2019-07-19T20:21:13.774Z] Running org.eclipse.tracecompass.pcap.core.tests.protocol.udp.UDPPacketTest 16:21:13 [2019-07-19T20:21:13.774Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tracecompass.pcap.core.tests.protocol.udp.UDPPacketTest 16:21:13 [2019-07-19T20:21:13.774Z] CompleteUDPPacketTest(org.eclipse.tracecompass.pcap.core.tests.protocol.udp.UDPPacketTest) Time elapsed: 0.001 s 16:21:13 [2019-07-19T20:21:13.774Z] Running org.eclipse.tracecompass.pcap.core.tests.protocol.ProtocolTest 16:21:13 [2019-07-19T20:21:13.774Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.tracecompass.pcap.core.tests.protocol.ProtocolTest 16:21:13 [2019-07-19T20:21:13.774Z] TestgetProtocols(org.eclipse.tracecompass.pcap.core.tests.protocol.ProtocolTest) Time elapsed: 0 s 16:21:13 [2019-07-19T20:21:13.774Z] TestProtocolAttributes(org.eclipse.tracecompass.pcap.core.tests.protocol.ProtocolTest) Time elapsed: 0 s 16:21:13 [2019-07-19T20:21:13.774Z] Running org.eclipse.tracecompass.pcap.core.tests.protocol.tcp.TCPPacketTest 16:21:13 [2019-07-19T20:21:13.774Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.tracecompass.pcap.core.tests.protocol.tcp.TCPPacketTest 16:21:13 [2019-07-19T20:21:13.774Z] CompleteTCPPacketTest(org.eclipse.tracecompass.pcap.core.tests.protocol.tcp.TCPPacketTest) Time elapsed: 0.002 s 16:21:13 [2019-07-19T20:21:13.774Z] Running org.eclipse.tracecompass.pcap.core.tests.protocol.ethernet2.EthernetIIPacketTest 16:21:13 [2019-07-19T20:21:13.774Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.tracecompass.pcap.core.tests.protocol.ethernet2.EthernetIIPacketTest 16:21:13 [2019-07-19T20:21:13.774Z] CompleteEthernetIIPacketTest(org.eclipse.tracecompass.pcap.core.tests.protocol.ethernet2.EthernetIIPacketTest) Time elapsed: 0.002 s 16:21:13 [2019-07-19T20:21:13.774Z] Running org.eclipse.tracecompass.pcap.core.tests.protocol.ipv4.IPv4PacketTest 16:21:14 [2019-07-19T20:21:14.030Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.211 s - in org.eclipse.tracecompass.pcap.core.tests.protocol.ipv4.IPv4PacketTest 16:21:14 [2019-07-19T20:21:14.030Z] CompleteIPv4PacketTest(org.eclipse.tracecompass.pcap.core.tests.protocol.ipv4.IPv4PacketTest) Time elapsed: 0.21 s 16:21:14 [2019-07-19T20:21:14.030Z] 16:21:14 [2019-07-19T20:21:14.030Z] Results: 16:21:14 [2019-07-19T20:21:14.030Z] 16:21:14 [2019-07-19T20:21:14.030Z] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0 16:21:14 [2019-07-19T20:21:14.030Z] 16:21:14 [2019-07-19T20:21:14.960Z] [INFO] All tests passed! 16:21:14 [2019-07-19T20:21:14.960Z] [INFO] 16:21:14 [2019-07-19T20:21:14.960Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.pcap.core.tests --- 16:21:14 [2019-07-19T20:21:14.960Z] [INFO] Loading execution data file /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core.tests/../../target/jacoco.exec 16:21:14 [2019-07-19T20:21:14.960Z] [INFO] Analyzed bundle 'Trace Compass Pcap Parser Core Tests Plug-in' with 17 classes 16:21:15 [2019-07-19T20:21:15.218Z] [INFO] 16:21:15 [2019-07-19T20:21:15.218Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.pcap.core.tests --- 16:21:15 [2019-07-19T20:21:15.218Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core.tests/target/org.eclipse.tracecompass.pcap.core.tests-1.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.pcap.core.tests/1.0.2-SNAPSHOT/org.eclipse.tracecompass.pcap.core.tests-1.0.2-SNAPSHOT.jar 16:21:15 [2019-07-19T20:21:15.218Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core.tests/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.pcap.core.tests/1.0.2-SNAPSHOT/org.eclipse.tracecompass.pcap.core.tests-1.0.2-SNAPSHOT.pom 16:21:15 [2019-07-19T20:21:15.218Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core.tests/target/org.eclipse.tracecompass.pcap.core.tests-1.0.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.pcap.core.tests/1.0.2-SNAPSHOT/org.eclipse.tracecompass.pcap.core.tests-1.0.2-SNAPSHOT-sources.jar 16:21:15 [2019-07-19T20:21:15.218Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core.tests/target/org.eclipse.tracecompass.pcap.core.tests-1.0.2-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.pcap.core.tests/1.0.2-SNAPSHOT/org.eclipse.tracecompass.pcap.core.tests-1.0.2-SNAPSHOT-pack200.jar.pack.gz 16:21:15 [2019-07-19T20:21:15.218Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.pcap.core.tests/1.0.2-SNAPSHOT/org.eclipse.tracecompass.pcap.core.tests-1.0.2-SNAPSHOT-p2metadata.xml 16:21:15 [2019-07-19T20:21:15.218Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.pcap.core.tests/1.0.2-SNAPSHOT/org.eclipse.tracecompass.pcap.core.tests-1.0.2-SNAPSHOT-p2artifacts.xml 16:21:15 [2019-07-19T20:21:15.218Z] [INFO] 16:21:15 [2019-07-19T20:21:15.218Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.pcap.core.tests --- 16:21:15 [2019-07-19T20:21:15.218Z] [INFO] 16:21:15 [2019-07-19T20:21:15.218Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.pcap.core >--- 16:21:15 [2019-07-19T20:21:15.218Z] [INFO] Building org.eclipse.tracecompass.tmf.pcap.core 1.0.3-SNAPSHOT [104/134] 16:21:15 [2019-07-19T20:21:15.218Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 16:21:15 [2019-07-19T20:21:15.218Z] [INFO] 16:21:15 [2019-07-19T20:21:15.218Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.tmf.pcap.core --- 16:21:15 [2019-07-19T20:21:15.218Z] [INFO] 16:21:15 [2019-07-19T20:21:15.218Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.tmf.pcap.core --- 16:21:15 [2019-07-19T20:21:15.218Z] [INFO] The project's OSGi version is 1.0.3.201907191907 16:21:15 [2019-07-19T20:21:15.218Z] [INFO] 16:21:15 [2019-07-19T20:21:15.218Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.tmf.pcap.core --- 16:21:15 [2019-07-19T20:21:15.218Z] [INFO] 16:21:15 [2019-07-19T20:21:15.218Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.tmf.pcap.core --- 16:21:15 [2019-07-19T20:21:15.218Z] [INFO] 16:21:15 [2019-07-19T20:21:15.218Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.tmf.pcap.core --- 16:21:15 [2019-07-19T20:21:15.218Z] [INFO] 16:21:15 [2019-07-19T20:21:15.218Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.tmf.pcap.core --- 16:21:15 [2019-07-19T20:21:15.218Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.core/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 16:21:15 [2019-07-19T20:21:15.218Z] [INFO] 16:21:15 [2019-07-19T20:21:15.218Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.tmf.pcap.core --- 16:21:15 [2019-07-19T20:21:15.218Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:21:15 [2019-07-19T20:21:15.218Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.core/src/main/resources 16:21:15 [2019-07-19T20:21:15.218Z] [INFO] 16:21:15 [2019-07-19T20:21:15.218Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.tmf.pcap.core --- 16:21:15 [2019-07-19T20:21:15.218Z] [INFO] Compiling 29 source files to /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.core/target/classes 16:21:15 [2019-07-19T20:21:15.475Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.core/src/org/eclipse/tracecompass/internal/tmf/pcap/core/analysis/StreamListAnalysis.java:[116] 16:21:15 [2019-07-19T20:21:15.475Z] entry.getValue().addEventToStream(event); 16:21:15 [2019-07-19T20:21:15.475Z] ^^^^^^^^^^^^^^^^ 16:21:15 [2019-07-19T20:21:15.475Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Map.Entry<@NonNull TmfPcapProtocol,@NonNull TmfPacketStreamBuilder>'. Type 'Map.Entry<K,V>' doesn't seem to be designed with null type annotations in mind 16:21:15 [2019-07-19T20:21:15.475Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.core/src/org/eclipse/tracecompass/internal/tmf/pcap/core/util/PcapEventFactory.java:[114] 16:21:15 [2019-07-19T20:21:15.475Z] String key = entry.getKey(); 16:21:15 [2019-07-19T20:21:15.475Z] ^^^^^^^^^^^^^^ 16:21:15 [2019-07-19T20:21:15.475Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Map.Entry<@NonNull String,@NonNull String>'. Type 'Map.Entry<K,V>' doesn't seem to be designed with null type annotations in mind 16:21:15 [2019-07-19T20:21:15.475Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.core/src/org/eclipse/tracecompass/internal/tmf/pcap/core/util/PcapEventFactory.java:[115] 16:21:15 [2019-07-19T20:21:15.475Z] String value = entry.getValue(); 16:21:15 [2019-07-19T20:21:15.475Z] ^^^^^^^^^^^^^^^^ 16:21:15 [2019-07-19T20:21:15.475Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Map.Entry<@NonNull String,@NonNull String>'. Type 'Map.Entry<K,V>' doesn't seem to be designed with null type annotations in mind 16:21:15 [2019-07-19T20:21:15.475Z] 3 problems (3 warnings) 16:21:15 [2019-07-19T20:21:15.475Z] [INFO] 16:21:15 [2019-07-19T20:21:15.475Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.tmf.pcap.core --- 16:21:15 [2019-07-19T20:21:15.475Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:21:15 [2019-07-19T20:21:15.475Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.core/src/test/resources 16:21:15 [2019-07-19T20:21:15.475Z] [INFO] 16:21:15 [2019-07-19T20:21:15.475Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.tmf.pcap.core --- 16:21:15 [2019-07-19T20:21:15.475Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.core/target/org.eclipse.tracecompass.tmf.pcap.core-1.0.3-SNAPSHOT-sources.jar 16:21:15 [2019-07-19T20:21:15.475Z] [INFO] 16:21:15 [2019-07-19T20:21:15.475Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.tmf.pcap.core --- 16:21:15 [2019-07-19T20:21:15.475Z] [INFO] 16:21:15 [2019-07-19T20:21:15.475Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.tmf.pcap.core --- 16:21:15 [2019-07-19T20:21:15.732Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.core/target/org.eclipse.tracecompass.tmf.pcap.core-1.0.3-SNAPSHOT.jar 16:21:15 [2019-07-19T20:21:15.732Z] [INFO] 16:21:15 [2019-07-19T20:21:15.732Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.tmf.pcap.core --- 16:21:15 [2019-07-19T20:21:15.732Z] [INFO] 16:21:15 [2019-07-19T20:21:15.732Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.tmf.pcap.core --- 16:21:15 [2019-07-19T20:21:15.732Z] [INFO] 16:21:15 [2019-07-19T20:21:15.732Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.tmf.pcap.core --- 16:21:15 [2019-07-19T20:21:15.732Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.core/target/org.eclipse.tracecompass.tmf.pcap.core-1.0.3-SNAPSHOT.jar 16:21:15 [2019-07-19T20:21:15.732Z] [INFO] 16:21:15 [2019-07-19T20:21:15.732Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.tmf.pcap.core --- 16:21:15 [2019-07-19T20:21:15.732Z] [INFO] 16:21:15 [2019-07-19T20:21:15.732Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.tmf.pcap.core --- 16:21:15 [2019-07-19T20:21:15.732Z] [INFO] Loading execution data file /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.core/../../target/jacoco.exec 16:21:15 [2019-07-19T20:21:15.732Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.pcap.core' with 22 classes 16:21:15 [2019-07-19T20:21:15.732Z] [INFO] 16:21:15 [2019-07-19T20:21:15.732Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.tmf.pcap.core --- 16:21:15 [2019-07-19T20:21:15.732Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.core/target/org.eclipse.tracecompass.tmf.pcap.core-1.0.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.pcap.core/1.0.3-SNAPSHOT/org.eclipse.tracecompass.tmf.pcap.core-1.0.3-SNAPSHOT.jar 16:21:15 [2019-07-19T20:21:15.732Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.core/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.pcap.core/1.0.3-SNAPSHOT/org.eclipse.tracecompass.tmf.pcap.core-1.0.3-SNAPSHOT.pom 16:21:15 [2019-07-19T20:21:15.732Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.core/target/org.eclipse.tracecompass.tmf.pcap.core-1.0.3-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.pcap.core/1.0.3-SNAPSHOT/org.eclipse.tracecompass.tmf.pcap.core-1.0.3-SNAPSHOT-sources.jar 16:21:15 [2019-07-19T20:21:15.732Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.core/target/org.eclipse.tracecompass.tmf.pcap.core-1.0.3-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.pcap.core/1.0.3-SNAPSHOT/org.eclipse.tracecompass.tmf.pcap.core-1.0.3-SNAPSHOT-pack200.jar.pack.gz 16:21:15 [2019-07-19T20:21:15.732Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.core/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.pcap.core/1.0.3-SNAPSHOT/org.eclipse.tracecompass.tmf.pcap.core-1.0.3-SNAPSHOT-p2metadata.xml 16:21:15 [2019-07-19T20:21:15.732Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.core/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.pcap.core/1.0.3-SNAPSHOT/org.eclipse.tracecompass.tmf.pcap.core-1.0.3-SNAPSHOT-p2artifacts.xml 16:21:15 [2019-07-19T20:21:15.732Z] [INFO] 16:21:15 [2019-07-19T20:21:15.732Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.tmf.pcap.core --- 16:21:15 [2019-07-19T20:21:15.732Z] [INFO] 16:21:15 [2019-07-19T20:21:15.732Z] [INFO] ---< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.pcap.ui >---- 16:21:15 [2019-07-19T20:21:15.732Z] [INFO] Building org.eclipse.tracecompass.tmf.pcap.ui 1.1.1-SNAPSHOT [105/134] 16:21:15 [2019-07-19T20:21:15.732Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 16:21:15 [2019-07-19T20:21:15.989Z] [INFO] 16:21:15 [2019-07-19T20:21:15.989Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.tmf.pcap.ui --- 16:21:15 [2019-07-19T20:21:15.989Z] [INFO] 16:21:15 [2019-07-19T20:21:15.989Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.tmf.pcap.ui --- 16:21:15 [2019-07-19T20:21:15.989Z] [INFO] The project's OSGi version is 1.1.1.201907191907 16:21:15 [2019-07-19T20:21:15.989Z] [INFO] 16:21:15 [2019-07-19T20:21:15.989Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.tmf.pcap.ui --- 16:21:15 [2019-07-19T20:21:15.989Z] [INFO] 16:21:15 [2019-07-19T20:21:15.989Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.tmf.pcap.ui --- 16:21:15 [2019-07-19T20:21:15.989Z] [INFO] 16:21:15 [2019-07-19T20:21:15.989Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.tmf.pcap.ui --- 16:21:15 [2019-07-19T20:21:15.989Z] [INFO] 16:21:15 [2019-07-19T20:21:15.989Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.tmf.pcap.ui --- 16:21:15 [2019-07-19T20:21:15.989Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.ui/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 16:21:15 [2019-07-19T20:21:15.989Z] [INFO] 16:21:15 [2019-07-19T20:21:15.989Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.tmf.pcap.ui --- 16:21:15 [2019-07-19T20:21:15.989Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:21:15 [2019-07-19T20:21:15.989Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.ui/src/main/resources 16:21:15 [2019-07-19T20:21:15.989Z] [INFO] 16:21:15 [2019-07-19T20:21:15.989Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.tmf.pcap.ui --- 16:21:15 [2019-07-19T20:21:15.989Z] [INFO] Compiling 6 source files to /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.ui/target/classes 16:21:16 [2019-07-19T20:21:16.246Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.ui/src/org/eclipse/tracecompass/internal/tmf/pcap/ui/stream/StreamListView.java:[274] 16:21:16 [2019-07-19T20:21:16.246Z] TmfPcapProtocol protocol = protocolEntry.getKey(); 16:21:16 [2019-07-19T20:21:16.246Z] ^^^^^^^^^^^^^^^^^^^^^^ 16:21:16 [2019-07-19T20:21:16.246Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Map.Entry<@NonNull TmfPcapProtocol,@NonNull Table>'. Type 'Map.Entry<K,V>' doesn't seem to be designed with null type annotations in mind 16:21:16 [2019-07-19T20:21:16.246Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.ui/src/org/eclipse/tracecompass/internal/tmf/pcap/ui/stream/StreamListView.java:[276] 16:21:16 [2019-07-19T20:21:16.246Z] Table table = protocolEntry.getValue(); 16:21:16 [2019-07-19T20:21:16.246Z] ^^^^^^^^^^^^^^^^^^^^^^^^ 16:21:16 [2019-07-19T20:21:16.246Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Map.Entry<@NonNull TmfPcapProtocol,@NonNull Table>'. Type 'Map.Entry<K,V>' doesn't seem to be designed with null type annotations in mind 16:21:16 [2019-07-19T20:21:16.246Z] 2 problems (2 warnings) 16:21:16 [2019-07-19T20:21:16.246Z] [INFO] 16:21:16 [2019-07-19T20:21:16.246Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.tmf.pcap.ui --- 16:21:16 [2019-07-19T20:21:16.246Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:21:16 [2019-07-19T20:21:16.246Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.ui/src/test/resources 16:21:16 [2019-07-19T20:21:16.246Z] [INFO] 16:21:16 [2019-07-19T20:21:16.246Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.tmf.pcap.ui --- 16:21:16 [2019-07-19T20:21:16.246Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.ui/target/org.eclipse.tracecompass.tmf.pcap.ui-1.1.1-SNAPSHOT-sources.jar 16:21:16 [2019-07-19T20:21:16.246Z] [INFO] 16:21:16 [2019-07-19T20:21:16.246Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.tmf.pcap.ui --- 16:21:16 [2019-07-19T20:21:16.246Z] [INFO] 16:21:16 [2019-07-19T20:21:16.246Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.tmf.pcap.ui --- 16:21:16 [2019-07-19T20:21:16.502Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.ui/target/org.eclipse.tracecompass.tmf.pcap.ui-1.1.1-SNAPSHOT.jar 16:21:16 [2019-07-19T20:21:16.502Z] [INFO] 16:21:16 [2019-07-19T20:21:16.502Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.tmf.pcap.ui --- 16:21:16 [2019-07-19T20:21:16.502Z] [INFO] 16:21:16 [2019-07-19T20:21:16.502Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.tmf.pcap.ui --- 16:21:16 [2019-07-19T20:21:16.502Z] [INFO] 16:21:16 [2019-07-19T20:21:16.502Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.tmf.pcap.ui --- 16:21:16 [2019-07-19T20:21:16.502Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.ui/target/org.eclipse.tracecompass.tmf.pcap.ui-1.1.1-SNAPSHOT.jar 16:21:16 [2019-07-19T20:21:16.502Z] [INFO] 16:21:16 [2019-07-19T20:21:16.502Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.tmf.pcap.ui --- 16:21:16 [2019-07-19T20:21:16.502Z] [INFO] 16:21:16 [2019-07-19T20:21:16.502Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.tmf.pcap.ui --- 16:21:16 [2019-07-19T20:21:16.502Z] [INFO] Loading execution data file /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.ui/../../target/jacoco.exec 16:21:16 [2019-07-19T20:21:16.502Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.pcap.ui' with 7 classes 16:21:16 [2019-07-19T20:21:16.502Z] [INFO] 16:21:16 [2019-07-19T20:21:16.502Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.tmf.pcap.ui --- 16:21:16 [2019-07-19T20:21:16.502Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.ui/target/org.eclipse.tracecompass.tmf.pcap.ui-1.1.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.pcap.ui/1.1.1-SNAPSHOT/org.eclipse.tracecompass.tmf.pcap.ui-1.1.1-SNAPSHOT.jar 16:21:16 [2019-07-19T20:21:16.502Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.ui/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.pcap.ui/1.1.1-SNAPSHOT/org.eclipse.tracecompass.tmf.pcap.ui-1.1.1-SNAPSHOT.pom 16:21:16 [2019-07-19T20:21:16.502Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.ui/target/org.eclipse.tracecompass.tmf.pcap.ui-1.1.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.pcap.ui/1.1.1-SNAPSHOT/org.eclipse.tracecompass.tmf.pcap.ui-1.1.1-SNAPSHOT-sources.jar 16:21:16 [2019-07-19T20:21:16.502Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.ui/target/org.eclipse.tracecompass.tmf.pcap.ui-1.1.1-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.pcap.ui/1.1.1-SNAPSHOT/org.eclipse.tracecompass.tmf.pcap.ui-1.1.1-SNAPSHOT-pack200.jar.pack.gz 16:21:16 [2019-07-19T20:21:16.759Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.pcap.ui/1.1.1-SNAPSHOT/org.eclipse.tracecompass.tmf.pcap.ui-1.1.1-SNAPSHOT-p2metadata.xml 16:21:16 [2019-07-19T20:21:16.759Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.pcap.ui/1.1.1-SNAPSHOT/org.eclipse.tracecompass.tmf.pcap.ui-1.1.1-SNAPSHOT-p2artifacts.xml 16:21:16 [2019-07-19T20:21:16.759Z] [INFO] 16:21:16 [2019-07-19T20:21:16.759Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.tmf.pcap.ui --- 16:21:16 [2019-07-19T20:21:16.759Z] [INFO] 16:21:16 [2019-07-19T20:21:16.759Z] [INFO] -----< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.pcap >----- 16:21:16 [2019-07-19T20:21:16.759Z] [INFO] Building org.eclipse.tracecompass.tmf.pcap 5.0.0-SNAPSHOT [106/134] 16:21:16 [2019-07-19T20:21:16.759Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- 16:21:16 [2019-07-19T20:21:16.759Z] [INFO] 16:21:16 [2019-07-19T20:21:16.759Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.tmf.pcap --- 16:21:16 [2019-07-19T20:21:16.759Z] [INFO] Deleting /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap/target 16:21:16 [2019-07-19T20:21:16.759Z] [INFO] 16:21:16 [2019-07-19T20:21:16.759Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tracecompass.tmf.pcap --- 16:21:16 [2019-07-19T20:21:16.759Z] [INFO] The project's OSGi version is 5.0.0.201907191907 16:21:16 [2019-07-19T20:21:16.759Z] [INFO] 16:21:16 [2019-07-19T20:21:16.759Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.tmf.pcap --- 16:21:16 [2019-07-19T20:21:16.759Z] [INFO] 16:21:16 [2019-07-19T20:21:16.759Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.tmf.pcap --- 16:21:16 [2019-07-19T20:21:16.759Z] [INFO] 16:21:16 [2019-07-19T20:21:16.759Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.tmf.pcap --- 16:21:16 [2019-07-19T20:21:16.759Z] [INFO] 16:21:16 [2019-07-19T20:21:16.759Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.tmf.pcap --- 16:21:16 [2019-07-19T20:21:16.759Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 16:21:16 [2019-07-19T20:21:16.759Z] [INFO] 16:21:16 [2019-07-19T20:21:16.759Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.tmf.pcap --- 16:21:16 [2019-07-19T20:21:16.759Z] [INFO] 16:21:16 [2019-07-19T20:21:16.759Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.tmf.pcap --- 16:21:16 [2019-07-19T20:21:16.759Z] [INFO] 16:21:16 [2019-07-19T20:21:16.759Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.tracecompass.tmf.pcap --- 16:21:16 [2019-07-19T20:21:16.759Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap/target/org.eclipse.tracecompass.tmf.pcap-5.0.0-SNAPSHOT.jar 16:21:16 [2019-07-19T20:21:16.759Z] [INFO] 16:21:16 [2019-07-19T20:21:16.759Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.tmf.pcap --- 16:21:16 [2019-07-19T20:21:16.759Z] [INFO] 16:21:16 [2019-07-19T20:21:16.759Z] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tracecompass.tmf.pcap --- 16:21:16 [2019-07-19T20:21:16.759Z] [INFO] 16:21:16 [2019-07-19T20:21:16.759Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.tmf.pcap --- 16:21:16 [2019-07-19T20:21:16.759Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap/target/org.eclipse.tracecompass.tmf.pcap-5.0.0-SNAPSHOT-sources-feature.jar 16:21:16 [2019-07-19T20:21:16.759Z] [INFO] 16:21:16 [2019-07-19T20:21:16.759Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.tmf.pcap --- 16:21:16 [2019-07-19T20:21:16.759Z] [INFO] 16:21:16 [2019-07-19T20:21:16.759Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.tmf.pcap --- 16:21:16 [2019-07-19T20:21:16.759Z] [INFO] 16:21:16 [2019-07-19T20:21:16.759Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.tmf.pcap --- 16:21:16 [2019-07-19T20:21:16.759Z] [INFO] Skipping JaCoCo execution due to missing classes directory. 16:21:16 [2019-07-19T20:21:16.759Z] [INFO] 16:21:16 [2019-07-19T20:21:16.759Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.tmf.pcap --- 16:21:16 [2019-07-19T20:21:16.759Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap/target/org.eclipse.tracecompass.tmf.pcap-5.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.pcap/5.0.0-SNAPSHOT/org.eclipse.tracecompass.tmf.pcap-5.0.0-SNAPSHOT.jar 16:21:16 [2019-07-19T20:21:16.759Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.pcap/5.0.0-SNAPSHOT/org.eclipse.tracecompass.tmf.pcap-5.0.0-SNAPSHOT.pom 16:21:16 [2019-07-19T20:21:16.759Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap/target/org.eclipse.tracecompass.tmf.pcap-5.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.pcap/5.0.0-SNAPSHOT/org.eclipse.tracecompass.tmf.pcap-5.0.0-SNAPSHOT-sources-feature.jar 16:21:16 [2019-07-19T20:21:16.759Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.pcap/5.0.0-SNAPSHOT/org.eclipse.tracecompass.tmf.pcap-5.0.0-SNAPSHOT-p2metadata.xml 16:21:16 [2019-07-19T20:21:16.759Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.pcap/5.0.0-SNAPSHOT/org.eclipse.tracecompass.tmf.pcap-5.0.0-SNAPSHOT-p2artifacts.xml 16:21:16 [2019-07-19T20:21:16.759Z] [INFO] 16:21:16 [2019-07-19T20:21:16.759Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.tmf.pcap --- 16:21:16 [2019-07-19T20:21:16.759Z] [INFO] 16:21:16 [2019-07-19T20:21:16.759Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.pcap.core.tests >-- 16:21:16 [2019-07-19T20:21:16.759Z] [INFO] Building org.eclipse.tracecompass.tmf.pcap.core.tests 1.0.1-SNAPSHOT [107/134] 16:21:16 [2019-07-19T20:21:16.759Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- 16:21:16 [2019-07-19T20:21:16.759Z] [INFO] 16:21:16 [2019-07-19T20:21:16.759Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.tmf.pcap.core.tests --- 16:21:16 [2019-07-19T20:21:16.759Z] [INFO] 16:21:16 [2019-07-19T20:21:16.759Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.tmf.pcap.core.tests --- 16:21:16 [2019-07-19T20:21:16.759Z] [INFO] The project's OSGi version is 1.0.1.201907191907 16:21:16 [2019-07-19T20:21:16.759Z] [INFO] 16:21:16 [2019-07-19T20:21:16.759Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.tmf.pcap.core.tests --- 16:21:16 [2019-07-19T20:21:16.759Z] [INFO] 16:21:16 [2019-07-19T20:21:16.759Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.tmf.pcap.core.tests --- 16:21:16 [2019-07-19T20:21:16.759Z] [INFO] 16:21:16 [2019-07-19T20:21:16.759Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.tmf.pcap.core.tests --- 16:21:16 [2019-07-19T20:21:16.759Z] [INFO] 16:21:16 [2019-07-19T20:21:16.759Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.tmf.pcap.core.tests --- 16:21:16 [2019-07-19T20:21:16.759Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 16:21:16 [2019-07-19T20:21:16.759Z] [INFO] 16:21:16 [2019-07-19T20:21:16.759Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.tmf.pcap.core.tests --- 16:21:16 [2019-07-19T20:21:16.759Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:21:16 [2019-07-19T20:21:16.759Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.core.tests/src/main/resources 16:21:16 [2019-07-19T20:21:16.759Z] [INFO] 16:21:16 [2019-07-19T20:21:16.759Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.tmf.pcap.core.tests --- 16:21:16 [2019-07-19T20:21:16.759Z] [INFO] Compiling 6 source files to /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.core.tests/target/classes 16:21:17 [2019-07-19T20:21:17.017Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.core.tests/src/org/eclipse/tracecompass/tmf/pcap/core/tests/event/PcapEventFieldTest.java:[122] 16:21:17 [2019-07-19T20:21:17.017Z] IPv4Packet packet = new IPv4Packet(file, null, bb); 16:21:17 [2019-07-19T20:21:17.017Z] ^^^^ 16:21:17 [2019-07-19T20:21:17.017Z] Null type safety (type annotations): The expression of type 'PcapFile' needs unchecked conversion to conform to '@NonNull PcapFile' 16:21:17 [2019-07-19T20:21:17.017Z] 1 problem (1 warning) 16:21:17 [2019-07-19T20:21:17.017Z] [INFO] 16:21:17 [2019-07-19T20:21:17.017Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.tmf.pcap.core.tests --- 16:21:17 [2019-07-19T20:21:17.017Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:21:17 [2019-07-19T20:21:17.017Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.core.tests/src/test/resources 16:21:17 [2019-07-19T20:21:17.017Z] [INFO] 16:21:17 [2019-07-19T20:21:17.017Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.tmf.pcap.core.tests --- 16:21:17 [2019-07-19T20:21:17.017Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.core.tests/target/org.eclipse.tracecompass.tmf.pcap.core.tests-1.0.1-SNAPSHOT-sources.jar 16:21:17 [2019-07-19T20:21:17.273Z] [INFO] 16:21:17 [2019-07-19T20:21:17.273Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.tmf.pcap.core.tests --- 16:21:17 [2019-07-19T20:21:17.273Z] [INFO] 16:21:17 [2019-07-19T20:21:17.273Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.tmf.pcap.core.tests --- 16:21:17 [2019-07-19T20:21:17.273Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.core.tests/target/org.eclipse.tracecompass.tmf.pcap.core.tests-1.0.1-SNAPSHOT.jar 16:21:17 [2019-07-19T20:21:17.273Z] [INFO] 16:21:17 [2019-07-19T20:21:17.273Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.tmf.pcap.core.tests --- 16:21:17 [2019-07-19T20:21:17.273Z] [INFO] 16:21:17 [2019-07-19T20:21:17.273Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.tmf.pcap.core.tests --- 16:21:17 [2019-07-19T20:21:17.273Z] [INFO] 16:21:17 [2019-07-19T20:21:17.273Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.tmf.pcap.core.tests --- 16:21:17 [2019-07-19T20:21:17.273Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.core.tests/target/org.eclipse.tracecompass.tmf.pcap.core.tests-1.0.1-SNAPSHOT.jar 16:21:17 [2019-07-19T20:21:17.273Z] [INFO] 16:21:17 [2019-07-19T20:21:17.273Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.tmf.pcap.core.tests --- 16:21:17 [2019-07-19T20:21:17.273Z] [INFO] 16:21:17 [2019-07-19T20:21:17.273Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.tmf.pcap.core.tests --- 16:21:18 [2019-07-19T20:21:18.644Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.core.tests/target/work/data/.metadata/.log 16:21:18 [2019-07-19T20:21:18.644Z] [INFO] Command line: 16:21:18 [2019-07-19T20:21:18.644Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.core.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.core.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.core.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog] 16:21:18 [2019-07-19T20:21:18.644Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass 16:21:21 [2019-07-19T20:21:21.917Z] !SESSION 2019-07-19 20:21:18.822 ----------------------------------------------- 16:21:21 [2019-07-19T20:21:21.917Z] eclipse.buildId=unknown 16:21:21 [2019-07-19T20:21:21.917Z] java.version=1.8.0_202 16:21:21 [2019-07-19T20:21:21.917Z] java.vendor=Oracle Corporation 16:21:21 [2019-07-19T20:21:21.917Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US 16:21:21 [2019-07-19T20:21:21.917Z] Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.core.tests/target/surefire.properties -product org.eclipse.platform.ide 16:21:21 [2019-07-19T20:21:21.917Z] Command-line arguments: -data /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.core.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.core.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog 16:21:21 [2019-07-19T20:21:21.917Z] 16:21:21 [2019-07-19T20:21:21.917Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-19 20:21:21.909 16:21:21 [2019-07-19T20:21:21.917Z] !MESSAGE FrameworkEvent ERROR 16:21:22 [2019-07-19T20:21:22.173Z] !STACK 0 16:21:22 [2019-07-19T20:21:22.173Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [61] 16:21:22 [2019-07-19T20:21:22.173Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 16:21:22 [2019-07-19T20:21:22.173Z] 16:21:22 [2019-07-19T20:21:22.173Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 16:21:22 [2019-07-19T20:21:22.173Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 16:21:22 [2019-07-19T20:21:22.173Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 16:21:22 [2019-07-19T20:21:22.173Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 16:21:22 [2019-07-19T20:21:22.173Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 16:21:22 [2019-07-19T20:21:22.173Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 16:21:22 [2019-07-19T20:21:22.173Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 16:21:22 [2019-07-19T20:21:22.173Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 16:21:22 [2019-07-19T20:21:22.173Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 16:21:22 [2019-07-19T20:21:22.173Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 16:21:22 [2019-07-19T20:21:22.430Z] 16:21:22 [2019-07-19T20:21:22.430Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-19 20:21:22.180 16:21:22 [2019-07-19T20:21:22.430Z] !MESSAGE FrameworkEvent ERROR 16:21:22 [2019-07-19T20:21:22.430Z] !STACK 0 16:21:22 [2019-07-19T20:21:22.430Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [130] 16:21:22 [2019-07-19T20:21:22.430Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 16:21:22 [2019-07-19T20:21:22.430Z] Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)" 16:21:22 [2019-07-19T20:21:22.430Z] -> Export-Package: org.apache.http.impl.auth.win; bundle-symbolic-name="org.apache.httpcomponents.httpclient.win"; bundle-version="4.5.6.v20190213-1947"; version="4.5.6"; x-internal:="true"; uses:="org.apache.http,org.apache.http.auth,org.apache.http.client,org.apache.http.impl.auth,org.apache.http.protocol,org.apache.http.util" 16:21:22 [2019-07-19T20:21:22.430Z] org.apache.httpcomponents.httpclient.win [35] 16:21:22 [2019-07-19T20:21:22.430Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 16:21:22 [2019-07-19T20:21:22.430Z] 16:21:22 [2019-07-19T20:21:22.430Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 16:21:22 [2019-07-19T20:21:22.430Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 16:21:22 [2019-07-19T20:21:22.430Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 16:21:22 [2019-07-19T20:21:22.430Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 16:21:22 [2019-07-19T20:21:22.430Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 16:21:22 [2019-07-19T20:21:22.430Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 16:21:22 [2019-07-19T20:21:22.430Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 16:21:22 [2019-07-19T20:21:22.430Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 16:21:22 [2019-07-19T20:21:22.430Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 16:21:22 [2019-07-19T20:21:22.430Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 16:21:24 [2019-07-19T20:21:24.952Z] Running org.eclipse.tracecompass.tmf.pcap.core.tests.analysis.StreamListAnalysisTest 16:21:26 [2019-07-19T20:21:26.847Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.68 s - in org.eclipse.tracecompass.tmf.pcap.core.tests.analysis.StreamListAnalysisTest 16:21:26 [2019-07-19T20:21:26.847Z] constructorTest(org.eclipse.tracecompass.tmf.pcap.core.tests.analysis.StreamListAnalysisTest) Time elapsed: 0.081 s 16:21:26 [2019-07-19T20:21:26.847Z] canExecuteTest(org.eclipse.tracecompass.tmf.pcap.core.tests.analysis.StreamListAnalysisTest) Time elapsed: 0.141 s 16:21:26 [2019-07-19T20:21:26.847Z] executeAnalysisTest(org.eclipse.tracecompass.tmf.pcap.core.tests.analysis.StreamListAnalysisTest) Time elapsed: 1.376 s 16:21:26 [2019-07-19T20:21:26.847Z] Running org.eclipse.tracecompass.tmf.pcap.core.tests.trace.PcapTraceTest 16:21:26 [2019-07-19T20:21:26.847Z] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 s - in org.eclipse.tracecompass.tmf.pcap.core.tests.trace.PcapTraceTest 16:21:26 [2019-07-19T20:21:26.847Z] testParseEvent(org.eclipse.tracecompass.tmf.pcap.core.tests.trace.PcapTraceTest) Time elapsed: 0.005 s 16:21:26 [2019-07-19T20:21:26.847Z] testGetEndTime(org.eclipse.tracecompass.tmf.pcap.core.tests.trace.PcapTraceTest) Time elapsed: 0.001 s 16:21:26 [2019-07-19T20:21:26.847Z] testGetNbEvents(org.eclipse.tracecompass.tmf.pcap.core.tests.trace.PcapTraceTest) Time elapsed: 0.001 s 16:21:26 [2019-07-19T20:21:26.847Z] testSeekEventLoc_null(org.eclipse.tracecompass.tmf.pcap.core.tests.trace.PcapTraceTest) Time elapsed: 0.001 s 16:21:26 [2019-07-19T20:21:26.847Z] testGetStartTime(org.eclipse.tracecompass.tmf.pcap.core.tests.trace.PcapTraceTest) Time elapsed: 0.002 s 16:21:26 [2019-07-19T20:21:26.847Z] testBroadcast(org.eclipse.tracecompass.tmf.pcap.core.tests.trace.PcapTraceTest) Time elapsed: 0.001 s 16:21:26 [2019-07-19T20:21:26.847Z] testValidate(org.eclipse.tracecompass.tmf.pcap.core.tests.trace.PcapTraceTest) Time elapsed: 0.003 s 16:21:26 [2019-07-19T20:21:26.847Z] testGetName(org.eclipse.tracecompass.tmf.pcap.core.tests.trace.PcapTraceTest) Time elapsed: 0.002 s 16:21:26 [2019-07-19T20:21:26.847Z] testGetPath(org.eclipse.tracecompass.tmf.pcap.core.tests.trace.PcapTraceTest) Time elapsed: 0.052 s 16:21:26 [2019-07-19T20:21:26.847Z] testPcapTrace(org.eclipse.tracecompass.tmf.pcap.core.tests.trace.PcapTraceTest) Time elapsed: 0.001 s 16:21:26 [2019-07-19T20:21:26.847Z] testGetStreamingInterval(org.eclipse.tracecompass.tmf.pcap.core.tests.trace.PcapTraceTest) Time elapsed: 0.001 s 16:21:26 [2019-07-19T20:21:26.847Z] testGetLocationRatio(org.eclipse.tracecompass.tmf.pcap.core.tests.trace.PcapTraceTest) Time elapsed: 0.003 s 16:21:26 [2019-07-19T20:21:26.847Z] testGetCacheSize(org.eclipse.tracecompass.tmf.pcap.core.tests.trace.PcapTraceTest) Time elapsed: 0.002 s 16:21:26 [2019-07-19T20:21:26.847Z] testGetTraceProperties(org.eclipse.tracecompass.tmf.pcap.core.tests.trace.PcapTraceTest) Time elapsed: 0.003 s 16:21:26 [2019-07-19T20:21:26.847Z] getSource(org.eclipse.tracecompass.tmf.pcap.core.tests.trace.PcapTraceTest) Time elapsed: 0.001 s 16:21:26 [2019-07-19T20:21:26.847Z] testSeekEventLoc_normal(org.eclipse.tracecompass.tmf.pcap.core.tests.trace.PcapTraceTest) Time elapsed: 0.002 s 16:21:26 [2019-07-19T20:21:26.847Z] testSeekEvent_rank(org.eclipse.tracecompass.tmf.pcap.core.tests.trace.PcapTraceTest) Time elapsed: 0.002 s 16:21:26 [2019-07-19T20:21:26.847Z] testGetTimeRange(org.eclipse.tracecompass.tmf.pcap.core.tests.trace.PcapTraceTest) Time elapsed: 0.001 s 16:21:26 [2019-07-19T20:21:26.847Z] testGetEventType(org.eclipse.tracecompass.tmf.pcap.core.tests.trace.PcapTraceTest) Time elapsed: 0.001 s 16:21:26 [2019-07-19T20:21:26.847Z] testSeekEvent_ratio(org.eclipse.tracecompass.tmf.pcap.core.tests.trace.PcapTraceTest) Time elapsed: 0.003 s 16:21:26 [2019-07-19T20:21:26.847Z] testGetResource(org.eclipse.tracecompass.tmf.pcap.core.tests.trace.PcapTraceTest) Time elapsed: 0.001 s 16:21:26 [2019-07-19T20:21:26.847Z] testSeekEvent_location(org.eclipse.tracecompass.tmf.pcap.core.tests.trace.PcapTraceTest) Time elapsed: 0.001 s 16:21:26 [2019-07-19T20:21:26.847Z] testGetCurrentLocation(org.eclipse.tracecompass.tmf.pcap.core.tests.trace.PcapTraceTest) Time elapsed: 0.001 s 16:21:26 [2019-07-19T20:21:26.847Z] Running org.eclipse.tracecompass.tmf.pcap.core.tests.event.PcapEventTest 16:21:26 [2019-07-19T20:21:26.847Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.tracecompass.tmf.pcap.core.tests.event.PcapEventTest 16:21:26 [2019-07-19T20:21:26.847Z] getSourceEndpointTest(org.eclipse.tracecompass.tmf.pcap.core.tests.event.PcapEventTest) Time elapsed: 0.001 s 16:21:26 [2019-07-19T20:21:26.847Z] getProtocolsTest(org.eclipse.tracecompass.tmf.pcap.core.tests.event.PcapEventTest) Time elapsed: 0.002 s 16:21:26 [2019-07-19T20:21:26.847Z] getPayloadTest(org.eclipse.tracecompass.tmf.pcap.core.tests.event.PcapEventTest) Time elapsed: 0 s 16:21:26 [2019-07-19T20:21:26.847Z] getFieldsTest(org.eclipse.tracecompass.tmf.pcap.core.tests.event.PcapEventTest) Time elapsed: 0 s 16:21:26 [2019-07-19T20:21:26.847Z] toStringTest(org.eclipse.tracecompass.tmf.pcap.core.tests.event.PcapEventTest) Time elapsed: 0 s 16:21:26 [2019-07-19T20:21:26.847Z] getMostEncapsulatedProtocolTest(org.eclipse.tracecompass.tmf.pcap.core.tests.event.PcapEventTest) Time elapsed: 0 s 16:21:26 [2019-07-19T20:21:26.847Z] getDestinationEndpointTest(org.eclipse.tracecompass.tmf.pcap.core.tests.event.PcapEventTest) Time elapsed: 0 s 16:21:26 [2019-07-19T20:21:26.847Z] toStringAtSpecificProtocolTest(org.eclipse.tracecompass.tmf.pcap.core.tests.event.PcapEventTest) Time elapsed: 0 s 16:21:26 [2019-07-19T20:21:26.847Z] Running org.eclipse.tracecompass.tmf.pcap.core.tests.event.PcapEventFieldTest 16:21:26 [2019-07-19T20:21:26.847Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.tracecompass.tmf.pcap.core.tests.event.PcapEventFieldTest 16:21:26 [2019-07-19T20:21:26.847Z] regularToStringTest(org.eclipse.tracecompass.tmf.pcap.core.tests.event.PcapEventFieldTest) Time elapsed: 0 s 16:21:26 [2019-07-19T20:21:26.847Z] rootToStringTest(org.eclipse.tracecompass.tmf.pcap.core.tests.event.PcapEventFieldTest) Time elapsed: 0 s 16:21:26 [2019-07-19T20:21:26.847Z] customFieldValueRequestTest(org.eclipse.tracecompass.tmf.pcap.core.tests.event.PcapEventFieldTest) Time elapsed: 0 s 16:21:26 [2019-07-19T20:21:26.847Z] copyConstructorTest(org.eclipse.tracecompass.tmf.pcap.core.tests.event.PcapEventFieldTest) Time elapsed: 0.001 s 16:21:26 [2019-07-19T20:21:26.847Z] regularFieldValueRequestTest(org.eclipse.tracecompass.tmf.pcap.core.tests.event.PcapEventFieldTest) Time elapsed: 0.001 s 16:21:26 [2019-07-19T20:21:26.847Z] 16:21:26 [2019-07-19T20:21:26.847Z] Results: 16:21:26 [2019-07-19T20:21:26.847Z] 16:21:26 [2019-07-19T20:21:26.847Z] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0 16:21:26 [2019-07-19T20:21:26.847Z] 16:21:28 [2019-07-19T20:21:28.216Z] [INFO] All tests passed! 16:21:28 [2019-07-19T20:21:28.216Z] [INFO] 16:21:28 [2019-07-19T20:21:28.216Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.tmf.pcap.core.tests --- 16:21:28 [2019-07-19T20:21:28.216Z] [INFO] Loading execution data file /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.core.tests/../../target/jacoco.exec 16:21:28 [2019-07-19T20:21:28.216Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.pcap.core.tests' with 6 classes 16:21:28 [2019-07-19T20:21:28.216Z] [INFO] 16:21:28 [2019-07-19T20:21:28.216Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.tmf.pcap.core.tests --- 16:21:28 [2019-07-19T20:21:28.216Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.core.tests/target/org.eclipse.tracecompass.tmf.pcap.core.tests-1.0.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.pcap.core.tests/1.0.1-SNAPSHOT/org.eclipse.tracecompass.tmf.pcap.core.tests-1.0.1-SNAPSHOT.jar 16:21:28 [2019-07-19T20:21:28.216Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.core.tests/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.pcap.core.tests/1.0.1-SNAPSHOT/org.eclipse.tracecompass.tmf.pcap.core.tests-1.0.1-SNAPSHOT.pom 16:21:28 [2019-07-19T20:21:28.216Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.core.tests/target/org.eclipse.tracecompass.tmf.pcap.core.tests-1.0.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.pcap.core.tests/1.0.1-SNAPSHOT/org.eclipse.tracecompass.tmf.pcap.core.tests-1.0.1-SNAPSHOT-sources.jar 16:21:28 [2019-07-19T20:21:28.216Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.core.tests/target/org.eclipse.tracecompass.tmf.pcap.core.tests-1.0.1-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.pcap.core.tests/1.0.1-SNAPSHOT/org.eclipse.tracecompass.tmf.pcap.core.tests-1.0.1-SNAPSHOT-pack200.jar.pack.gz 16:21:28 [2019-07-19T20:21:28.216Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.core.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.pcap.core.tests/1.0.1-SNAPSHOT/org.eclipse.tracecompass.tmf.pcap.core.tests-1.0.1-SNAPSHOT-p2metadata.xml 16:21:28 [2019-07-19T20:21:28.216Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.core.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.pcap.core.tests/1.0.1-SNAPSHOT/org.eclipse.tracecompass.tmf.pcap.core.tests-1.0.1-SNAPSHOT-p2artifacts.xml 16:21:28 [2019-07-19T20:21:28.216Z] [INFO] 16:21:28 [2019-07-19T20:21:28.216Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.tmf.pcap.core.tests --- 16:21:28 [2019-07-19T20:21:28.216Z] [INFO] 16:21:28 [2019-07-19T20:21:28.216Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests >-- 16:21:28 [2019-07-19T20:21:28.216Z] [INFO] Building org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests 1.0.0-SNAPSHOT [108/134] 16:21:28 [2019-07-19T20:21:28.216Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- 16:21:28 [2019-07-19T20:21:28.216Z] [INFO] 16:21:28 [2019-07-19T20:21:28.216Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests --- 16:21:28 [2019-07-19T20:21:28.216Z] [INFO] 16:21:28 [2019-07-19T20:21:28.216Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests --- 16:21:28 [2019-07-19T20:21:28.216Z] [INFO] The project's OSGi version is 1.0.0.201907191907 16:21:28 [2019-07-19T20:21:28.216Z] [INFO] 16:21:28 [2019-07-19T20:21:28.216Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests --- 16:21:28 [2019-07-19T20:21:28.216Z] [INFO] 16:21:28 [2019-07-19T20:21:28.216Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests --- 16:21:28 [2019-07-19T20:21:28.216Z] [INFO] 16:21:28 [2019-07-19T20:21:28.216Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests --- 16:21:28 [2019-07-19T20:21:28.216Z] [INFO] 16:21:28 [2019-07-19T20:21:28.216Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests --- 16:21:28 [2019-07-19T20:21:28.216Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 16:21:28 [2019-07-19T20:21:28.216Z] [INFO] 16:21:28 [2019-07-19T20:21:28.216Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests --- 16:21:28 [2019-07-19T20:21:28.216Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:21:28 [2019-07-19T20:21:28.216Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests/src/main/resources 16:21:28 [2019-07-19T20:21:28.216Z] [INFO] 16:21:28 [2019-07-19T20:21:28.216Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests --- 16:21:28 [2019-07-19T20:21:28.216Z] [INFO] Compiling 2 source files to /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests/target/classes 16:21:28 [2019-07-19T20:21:28.473Z] [INFO] 16:21:28 [2019-07-19T20:21:28.473Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests --- 16:21:28 [2019-07-19T20:21:28.473Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:21:28 [2019-07-19T20:21:28.473Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests/src/test/resources 16:21:28 [2019-07-19T20:21:28.473Z] [INFO] 16:21:28 [2019-07-19T20:21:28.473Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests --- 16:21:28 [2019-07-19T20:21:28.473Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests/target/org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests-1.0.0-SNAPSHOT-sources.jar 16:21:28 [2019-07-19T20:21:28.473Z] [INFO] 16:21:28 [2019-07-19T20:21:28.473Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests --- 16:21:28 [2019-07-19T20:21:28.473Z] [INFO] 16:21:28 [2019-07-19T20:21:28.473Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests --- 16:21:28 [2019-07-19T20:21:28.473Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests/target/org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests-1.0.0-SNAPSHOT.jar 16:21:28 [2019-07-19T20:21:28.473Z] [INFO] 16:21:28 [2019-07-19T20:21:28.473Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests --- 16:21:28 [2019-07-19T20:21:28.473Z] [INFO] 16:21:28 [2019-07-19T20:21:28.473Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests --- 16:21:28 [2019-07-19T20:21:28.473Z] [INFO] 16:21:28 [2019-07-19T20:21:28.473Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests --- 16:21:28 [2019-07-19T20:21:28.473Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests/target/org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests-1.0.0-SNAPSHOT.jar 16:21:28 [2019-07-19T20:21:28.473Z] [INFO] 16:21:28 [2019-07-19T20:21:28.473Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests --- 16:21:28 [2019-07-19T20:21:28.473Z] [INFO] 16:21:28 [2019-07-19T20:21:28.473Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests --- 16:21:30 [2019-07-19T20:21:30.369Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests/target/work/data/.metadata/.log 16:21:30 [2019-07-19T20:21:30.369Z] [INFO] Command line: 16:21:30 [2019-07-19T20:21:30.369Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -nouithread, -consoleLog] 16:21:30 [2019-07-19T20:21:30.369Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass 16:21:33 [2019-07-19T20:21:33.642Z] !SESSION 2019-07-19 20:21:30.315 ----------------------------------------------- 16:21:33 [2019-07-19T20:21:33.642Z] eclipse.buildId=unknown 16:21:33 [2019-07-19T20:21:33.642Z] java.version=1.8.0_202 16:21:33 [2019-07-19T20:21:33.642Z] java.vendor=Oracle Corporation 16:21:33 [2019-07-19T20:21:33.642Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US 16:21:33 [2019-07-19T20:21:33.642Z] Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests/target/surefire.properties -product org.eclipse.platform.ide -nouithread 16:21:33 [2019-07-19T20:21:33.642Z] Command-line arguments: -data /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests/target/surefire.properties -product org.eclipse.platform.ide -nouithread -consoleLog 16:21:33 [2019-07-19T20:21:33.642Z] 16:21:33 [2019-07-19T20:21:33.642Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-19 20:21:33.487 16:21:33 [2019-07-19T20:21:33.642Z] !MESSAGE FrameworkEvent ERROR 16:21:33 [2019-07-19T20:21:33.642Z] !STACK 0 16:21:33 [2019-07-19T20:21:33.642Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [65] 16:21:33 [2019-07-19T20:21:33.642Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 16:21:33 [2019-07-19T20:21:33.642Z] 16:21:33 [2019-07-19T20:21:33.642Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 16:21:33 [2019-07-19T20:21:33.642Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 16:21:33 [2019-07-19T20:21:33.642Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 16:21:33 [2019-07-19T20:21:33.642Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 16:21:33 [2019-07-19T20:21:33.642Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 16:21:33 [2019-07-19T20:21:33.642Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 16:21:33 [2019-07-19T20:21:33.642Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 16:21:33 [2019-07-19T20:21:33.642Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 16:21:33 [2019-07-19T20:21:33.642Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 16:21:33 [2019-07-19T20:21:33.642Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 16:21:33 [2019-07-19T20:21:33.900Z] 16:21:33 [2019-07-19T20:21:33.900Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-19 20:21:33.685 16:21:33 [2019-07-19T20:21:33.900Z] !MESSAGE FrameworkEvent ERROR 16:21:33 [2019-07-19T20:21:33.900Z] !STACK 0 16:21:33 [2019-07-19T20:21:33.900Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [134] 16:21:33 [2019-07-19T20:21:33.900Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 16:21:33 [2019-07-19T20:21:33.900Z] Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)" 16:21:33 [2019-07-19T20:21:33.900Z] -> Export-Package: org.apache.http.impl.auth.win; bundle-symbolic-name="org.apache.httpcomponents.httpclient.win"; bundle-version="4.5.6.v20190213-1947"; version="4.5.6"; x-internal:="true"; uses:="org.apache.http,org.apache.http.auth,org.apache.http.client,org.apache.http.impl.auth,org.apache.http.protocol,org.apache.http.util" 16:21:33 [2019-07-19T20:21:33.900Z] org.apache.httpcomponents.httpclient.win [36] 16:21:33 [2019-07-19T20:21:33.900Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 16:21:33 [2019-07-19T20:21:33.900Z] 16:21:33 [2019-07-19T20:21:33.900Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 16:21:33 [2019-07-19T20:21:33.900Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 16:21:33 [2019-07-19T20:21:33.900Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 16:21:33 [2019-07-19T20:21:33.900Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 16:21:33 [2019-07-19T20:21:33.900Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 16:21:33 [2019-07-19T20:21:33.900Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 16:21:33 [2019-07-19T20:21:33.900Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 16:21:33 [2019-07-19T20:21:33.900Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 16:21:33 [2019-07-19T20:21:33.900Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 16:21:33 [2019-07-19T20:21:33.900Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 16:21:36 [2019-07-19T20:21:36.421Z] process 16320: D-Bus library appears to be incorrectly set up; failed to read machine uuid: UUID file '/etc/machine-id' should contain a hex string of length 32, not length 0, with no other text 16:21:36 [2019-07-19T20:21:36.421Z] See the manual page for dbus-uuidgen to correct this issue. 16:21:36 [2019-07-19T20:21:36.678Z] SWT SessionManagerDBus: Failed to connect to org.gnome.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory) 16:21:36 [2019-07-19T20:21:36.678Z] SWT SessionManagerDBus: Failed to connect to org.xfce.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory) 16:21:46 [2019-07-19T20:21:46.633Z] Running org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests.ImportAndReadPcapTest 16:21:47 [2019-07-19T20:21:47.198Z] Display size: 1440x900 16:21:47 [2019-07-19T20:21:47.198Z] OS version=3.10.0-957.21.3.el7.x86_64 16:21:47 [2019-07-19T20:21:47.198Z] GTK version=3.18.9 16:21:47 [2019-07-19T20:21:47.198Z] GTK theme=Ambiance 16:21:47 [2019-07-19T20:21:47.198Z] LIBOVERLAY_SCROLLBAR=0 16:21:47 [2019-07-19T20:21:47.198Z] Time zone: Coordinated Universal Time 16:21:47 [2019-07-19T20:21:47.198Z] log4j:WARN No appenders could be found for logger (org.eclipse.swtbot.swt.finder.widgets.SWTBotShell). 16:21:47 [2019-07-19T20:21:47.198Z] log4j:WARN Please initialize the log4j system properly. 16:22:19 [2019-07-19T20:22:19.258Z] *** BUG *** 16:22:19 [2019-07-19T20:22:19.258Z] In pixman_region32_init_rect: Invalid rectangle passed 16:22:19 [2019-07-19T20:22:19.258Z] Set a breakpoint on '_pixman_log_error' to debug 16:22:19 [2019-07-19T20:22:19.258Z] 16:22:19 [2019-07-19T20:22:19.258Z] *** BUG *** 16:22:19 [2019-07-19T20:22:19.258Z] In pixman_region32_init_rect: Invalid rectangle passed 16:22:19 [2019-07-19T20:22:19.258Z] Set a breakpoint on '_pixman_log_error' to debug 16:22:19 [2019-07-19T20:22:19.258Z] 16:22:19 [2019-07-19T20:22:19.258Z] *** BUG *** 16:22:19 [2019-07-19T20:22:19.258Z] In pixman_region32_init_rect: Invalid rectangle passed 16:22:19 [2019-07-19T20:22:19.258Z] Set a breakpoint on '_pixman_log_error' to debug 16:22:19 [2019-07-19T20:22:19.258Z] 16:22:19 [2019-07-19T20:22:19.258Z] *** BUG *** 16:22:19 [2019-07-19T20:22:19.258Z] In pixman_region32_init_rect: Invalid rectangle passed 16:22:19 [2019-07-19T20:22:19.258Z] Set a breakpoint on '_pixman_log_error' to debug 16:22:19 [2019-07-19T20:22:19.258Z] 16:22:19 [2019-07-19T20:22:19.258Z] *** BUG *** 16:22:19 [2019-07-19T20:22:19.258Z] In pixman_region32_init_rect: Invalid rectangle passed 16:22:19 [2019-07-19T20:22:19.258Z] Set a breakpoint on '_pixman_log_error' to debug 16:22:19 [2019-07-19T20:22:19.258Z] 16:22:19 [2019-07-19T20:22:19.258Z] *** BUG *** 16:22:19 [2019-07-19T20:22:19.258Z] In pixman_region32_init_rect: Invalid rectangle passed 16:22:19 [2019-07-19T20:22:19.258Z] Set a breakpoint on '_pixman_log_error' to debug 16:22:19 [2019-07-19T20:22:19.258Z] 16:22:19 [2019-07-19T20:22:19.258Z] *** BUG *** 16:22:19 [2019-07-19T20:22:19.258Z] In pixman_region32_init_rect: Invalid rectangle passed 16:22:19 [2019-07-19T20:22:19.258Z] Set a breakpoint on '_pixman_log_error' to debug 16:22:19 [2019-07-19T20:22:19.258Z] 16:22:19 [2019-07-19T20:22:19.258Z] *** BUG *** 16:22:19 [2019-07-19T20:22:19.258Z] In pixman_region32_init_rect: Invalid rectangle passed 16:22:19 [2019-07-19T20:22:19.258Z] Set a breakpoint on '_pixman_log_error' to debug 16:22:19 [2019-07-19T20:22:19.258Z] 16:22:19 [2019-07-19T20:22:19.258Z] *** BUG *** 16:22:19 [2019-07-19T20:22:19.258Z] In pixman_region32_init_rect: Invalid rectangle passed 16:22:19 [2019-07-19T20:22:19.258Z] Set a breakpoint on '_pixman_log_error' to debug 16:22:19 [2019-07-19T20:22:19.258Z] 16:22:19 [2019-07-19T20:22:19.515Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:22:19 [2019-07-19T20:22:19.515Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:22:19 [2019-07-19T20:22:19.515Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:22:19 [2019-07-19T20:22:19.515Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:22:20 [2019-07-19T20:22:20.885Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=199645037 data=null doit=true} to Shell with text {data - Eclipse Platform} 16:22:20 [2019-07-19T20:22:20.885Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' 16:22:21 [2019-07-19T20:22:21.142Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:22:21 [2019-07-19T20:22:21.142Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:22:21 [2019-07-19T20:22:21.142Z] DEBUG - Attempting to set focus on Tree with text {} 16:22:21 [2019-07-19T20:22:21.142Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199645172 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:22:21 [2019-07-19T20:22:21.142Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199645173 data=null doit=true} to TreeItem with text {test} 16:22:21 [2019-07-19T20:22:21.142Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199645173 data=null} to TreeItem with text {test} 16:22:21 [2019-07-19T20:22:21.142Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199645174 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:22:21 [2019-07-19T20:22:21.142Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199645179 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:22:21 [2019-07-19T20:22:21.399Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199645453 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:22:21 [2019-07-19T20:22:21.656Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' 16:22:21 [2019-07-19T20:22:21.656Z] DEBUG - Clicking on with mnemonic 'Delete' 16:22:21 [2019-07-19T20:22:21.913Z] DEBUG - Clicked on with mnemonic 'Delete' 16:22:22 [2019-07-19T20:22:22.843Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' 16:22:22 [2019-07-19T20:22:22.843Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} 16:22:22 [2019-07-19T20:22:22.843Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 16:22:22 [2019-07-19T20:22:22.843Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' 16:22:22 [2019-07-19T20:22:22.843Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') 16:22:22 [2019-07-19T20:22:22.843Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 16:22:22 [2019-07-19T20:22:22.843Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:22:22 [2019-07-19T20:22:22.843Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:22:22 [2019-07-19T20:22:22.843Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') 16:22:22 [2019-07-19T20:22:22.843Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected 16:22:22 [2019-07-19T20:22:22.843Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199647053 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:22:22 [2019-07-19T20:22:22.843Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199647054 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:22:22 [2019-07-19T20:22:22.843Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=199647054 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:22:22 [2019-07-19T20:22:22.843Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=199647054 data=null} to (of type 'Button' and with style 'SWT.CHECK') 16:22:22 [2019-07-19T20:22:22.843Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199647055 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:22:22 [2019-07-19T20:22:22.843Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199647055 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:22:22 [2019-07-19T20:22:22.843Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=199647055 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:22:22 [2019-07-19T20:22:22.843Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199647055 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:22:22 [2019-07-19T20:22:22.843Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199647056 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:22:22 [2019-07-19T20:22:22.843Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199647056 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:22:22 [2019-07-19T20:22:22.843Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=199647056 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:22:22 [2019-07-19T20:22:22.843Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=199647056 data=null} to (of type 'Button' and with style 'SWT.CHECK') 16:22:22 [2019-07-19T20:22:22.843Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') 16:22:22 [2019-07-19T20:22:22.843Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 16:22:22 [2019-07-19T20:22:22.843Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 16:22:22 [2019-07-19T20:22:22.843Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:22:22 [2019-07-19T20:22:22.843Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:22:22 [2019-07-19T20:22:22.843Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 16:22:22 [2019-07-19T20:22:22.843Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:22:22 [2019-07-19T20:22:22.843Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:22:22 [2019-07-19T20:22:22.843Z] DEBUG - Clicking on OK 16:22:22 [2019-07-19T20:22:22.843Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=199647063 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:22:22 [2019-07-19T20:22:22.843Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=199647064 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:22:22 [2019-07-19T20:22:22.843Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=199647064 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:22:22 [2019-07-19T20:22:22.843Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=199647064 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:22:22 [2019-07-19T20:22:22.843Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=199647065 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:22:22 [2019-07-19T20:22:22.843Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=199647065 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:22:22 [2019-07-19T20:22:22.843Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:22:22 [2019-07-19T20:22:22.843Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:22:22 [2019-07-19T20:22:22.843Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:22:22 [2019-07-19T20:22:22.843Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:22:22 [2019-07-19T20:22:22.843Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:22:22 [2019-07-19T20:22:22.843Z] DEBUG - Clicked on OK 16:22:23 [2019-07-19T20:22:23.773Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=199647065 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:22:23 [2019-07-19T20:22:23.773Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=199645748 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' 16:22:24 [2019-07-19T20:22:24.029Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 37.528 s - in org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests.ImportAndReadPcapTest 16:22:24 [2019-07-19T20:22:24.029Z] test(org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests.ImportAndReadPcapTest) Time elapsed: 33.831 s 16:22:24 [2019-07-19T20:22:24.029Z] 16:22:24 [2019-07-19T20:22:24.029Z] Results: 16:22:24 [2019-07-19T20:22:24.029Z] 16:22:24 [2019-07-19T20:22:24.029Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 16:22:24 [2019-07-19T20:22:24.029Z] 16:22:24 [2019-07-19T20:22:24.982Z] 16:22:24 [2019-07-19T20:22:24.982Z] !ENTRY org.eclipse.core.resources 2 10035 2019-07-19 20:22:24.807 16:22:24 [2019-07-19T20:22:24.982Z] !MESSAGE The workspace will exit with unsaved changes in this session. 16:22:26 [2019-07-19T20:22:26.353Z] [INFO] All tests passed! 16:22:26 [2019-07-19T20:22:26.353Z] [INFO] 16:22:26 [2019-07-19T20:22:26.353Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests --- 16:22:26 [2019-07-19T20:22:26.353Z] [INFO] Loading execution data file /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests/../../target/jacoco.exec 16:22:26 [2019-07-19T20:22:26.353Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests' with 7 classes 16:22:26 [2019-07-19T20:22:26.353Z] [INFO] 16:22:26 [2019-07-19T20:22:26.353Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests --- 16:22:26 [2019-07-19T20:22:26.353Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests/target/org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests-1.0.0-SNAPSHOT.jar 16:22:26 [2019-07-19T20:22:26.353Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests-1.0.0-SNAPSHOT.pom 16:22:26 [2019-07-19T20:22:26.353Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests/target/org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests-1.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests-1.0.0-SNAPSHOT-sources.jar 16:22:26 [2019-07-19T20:22:26.353Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests/target/org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests-1.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests-1.0.0-SNAPSHOT-pack200.jar.pack.gz 16:22:26 [2019-07-19T20:22:26.353Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests-1.0.0-SNAPSHOT-p2metadata.xml 16:22:26 [2019-07-19T20:22:26.353Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests-1.0.0-SNAPSHOT-p2artifacts.xml 16:22:26 [2019-07-19T20:22:26.353Z] [INFO] 16:22:26 [2019-07-19T20:22:26.353Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests --- 16:22:26 [2019-07-19T20:22:26.353Z] [INFO] 16:22:26 [2019-07-19T20:22:26.353Z] [INFO] ----< org.eclipse.tracecompass:org.eclipse.tracecompass.rcp-parent >---- 16:22:26 [2019-07-19T20:22:26.353Z] [INFO] Building Trace Compass RCP Parent 5.0.0-SNAPSHOT [109/134] 16:22:26 [2019-07-19T20:22:26.353Z] [INFO] --------------------------------[ pom ]--------------------------------- 16:22:26 [2019-07-19T20:22:26.353Z] [INFO] 16:22:26 [2019-07-19T20:22:26.353Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.rcp-parent --- 16:22:26 [2019-07-19T20:22:26.353Z] [INFO] 16:22:26 [2019-07-19T20:22:26.353Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.rcp-parent --- 16:22:26 [2019-07-19T20:22:26.353Z] [INFO] 16:22:26 [2019-07-19T20:22:26.353Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.rcp-parent --- 16:22:26 [2019-07-19T20:22:26.353Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/rcp/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 16:22:26 [2019-07-19T20:22:26.353Z] [INFO] 16:22:26 [2019-07-19T20:22:26.353Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.rcp-parent --- 16:22:26 [2019-07-19T20:22:26.353Z] [INFO] 16:22:26 [2019-07-19T20:22:26.353Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.rcp-parent --- 16:22:26 [2019-07-19T20:22:26.353Z] [INFO] 16:22:26 [2019-07-19T20:22:26.353Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.rcp-parent --- 16:22:26 [2019-07-19T20:22:26.353Z] [INFO] 16:22:26 [2019-07-19T20:22:26.353Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.rcp-parent --- 16:22:26 [2019-07-19T20:22:26.353Z] [INFO] 16:22:26 [2019-07-19T20:22:26.353Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.rcp-parent --- 16:22:26 [2019-07-19T20:22:26.353Z] [INFO] Skipping JaCoCo execution due to missing execution data file. 16:22:26 [2019-07-19T20:22:26.353Z] [INFO] 16:22:26 [2019-07-19T20:22:26.353Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.rcp-parent --- 16:22:26 [2019-07-19T20:22:26.353Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/rcp/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.rcp-parent/5.0.0-SNAPSHOT/org.eclipse.tracecompass.rcp-parent-5.0.0-SNAPSHOT.pom 16:22:26 [2019-07-19T20:22:26.353Z] [INFO] 16:22:26 [2019-07-19T20:22:26.353Z] [INFO] ---< org.eclipse.tracecompass:org.eclipse.tracecompass.rcp.branding >--- 16:22:26 [2019-07-19T20:22:26.353Z] [INFO] Building Trace Compass RCP Branding plug-in 5.0.0-SNAPSHOT [110/134] 16:22:26 [2019-07-19T20:22:26.353Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 16:22:26 [2019-07-19T20:22:26.353Z] [INFO] 16:22:26 [2019-07-19T20:22:26.353Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.rcp.branding --- 16:22:26 [2019-07-19T20:22:26.353Z] [INFO] 16:22:26 [2019-07-19T20:22:26.353Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.rcp.branding --- 16:22:26 [2019-07-19T20:22:26.353Z] [INFO] The project's OSGi version is 5.0.0.201907191907 16:22:26 [2019-07-19T20:22:26.353Z] [INFO] 16:22:26 [2019-07-19T20:22:26.353Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.rcp.branding --- 16:22:26 [2019-07-19T20:22:26.353Z] [INFO] 16:22:26 [2019-07-19T20:22:26.353Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.rcp.branding --- 16:22:26 [2019-07-19T20:22:26.353Z] [INFO] 16:22:26 [2019-07-19T20:22:26.353Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.rcp.branding --- 16:22:26 [2019-07-19T20:22:26.353Z] [INFO] 16:22:26 [2019-07-19T20:22:26.353Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.rcp.branding --- 16:22:26 [2019-07-19T20:22:26.353Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.branding/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 16:22:26 [2019-07-19T20:22:26.353Z] [INFO] 16:22:26 [2019-07-19T20:22:26.353Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.rcp.branding --- 16:22:26 [2019-07-19T20:22:26.353Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:22:26 [2019-07-19T20:22:26.353Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.branding/src/main/resources 16:22:26 [2019-07-19T20:22:26.353Z] [INFO] 16:22:26 [2019-07-19T20:22:26.353Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.rcp.branding --- 16:22:26 [2019-07-19T20:22:26.353Z] [INFO] 16:22:26 [2019-07-19T20:22:26.353Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.rcp.branding --- 16:22:26 [2019-07-19T20:22:26.353Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:22:26 [2019-07-19T20:22:26.353Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.branding/src/test/resources 16:22:26 [2019-07-19T20:22:26.353Z] [INFO] 16:22:26 [2019-07-19T20:22:26.353Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.rcp.branding --- 16:22:26 [2019-07-19T20:22:26.353Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.branding/target/org.eclipse.tracecompass.rcp.branding-5.0.0-SNAPSHOT-sources.jar 16:22:26 [2019-07-19T20:22:26.353Z] [INFO] 16:22:26 [2019-07-19T20:22:26.353Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.rcp.branding --- 16:22:26 [2019-07-19T20:22:26.353Z] [INFO] 16:22:26 [2019-07-19T20:22:26.353Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.rcp.branding --- 16:22:26 [2019-07-19T20:22:26.353Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.branding/target/org.eclipse.tracecompass.rcp.branding-5.0.0-SNAPSHOT.jar 16:22:26 [2019-07-19T20:22:26.611Z] [INFO] 16:22:26 [2019-07-19T20:22:26.611Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.rcp.branding --- 16:22:26 [2019-07-19T20:22:26.611Z] [INFO] 16:22:26 [2019-07-19T20:22:26.611Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.rcp.branding --- 16:22:26 [2019-07-19T20:22:26.611Z] [INFO] 16:22:26 [2019-07-19T20:22:26.611Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.rcp.branding --- 16:22:26 [2019-07-19T20:22:26.611Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.branding/target/org.eclipse.tracecompass.rcp.branding-5.0.0-SNAPSHOT.jar 16:22:26 [2019-07-19T20:22:26.611Z] [INFO] 16:22:26 [2019-07-19T20:22:26.611Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.rcp.branding --- 16:22:26 [2019-07-19T20:22:26.611Z] [INFO] 16:22:26 [2019-07-19T20:22:26.611Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.rcp.branding --- 16:22:26 [2019-07-19T20:22:26.611Z] [INFO] Skipping JaCoCo execution due to missing classes directory. 16:22:26 [2019-07-19T20:22:26.611Z] [INFO] 16:22:26 [2019-07-19T20:22:26.611Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.rcp.branding --- 16:22:26 [2019-07-19T20:22:26.611Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.branding/target/org.eclipse.tracecompass.rcp.branding-5.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.rcp.branding/5.0.0-SNAPSHOT/org.eclipse.tracecompass.rcp.branding-5.0.0-SNAPSHOT.jar 16:22:26 [2019-07-19T20:22:26.611Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.branding/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.rcp.branding/5.0.0-SNAPSHOT/org.eclipse.tracecompass.rcp.branding-5.0.0-SNAPSHOT.pom 16:22:26 [2019-07-19T20:22:26.611Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.branding/target/org.eclipse.tracecompass.rcp.branding-5.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.rcp.branding/5.0.0-SNAPSHOT/org.eclipse.tracecompass.rcp.branding-5.0.0-SNAPSHOT-sources.jar 16:22:26 [2019-07-19T20:22:26.611Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.branding/target/org.eclipse.tracecompass.rcp.branding-5.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.rcp.branding/5.0.0-SNAPSHOT/org.eclipse.tracecompass.rcp.branding-5.0.0-SNAPSHOT-pack200.jar.pack.gz 16:22:26 [2019-07-19T20:22:26.611Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.branding/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.rcp.branding/5.0.0-SNAPSHOT/org.eclipse.tracecompass.rcp.branding-5.0.0-SNAPSHOT-p2metadata.xml 16:22:26 [2019-07-19T20:22:26.611Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.branding/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.rcp.branding/5.0.0-SNAPSHOT/org.eclipse.tracecompass.rcp.branding-5.0.0-SNAPSHOT-p2artifacts.xml 16:22:26 [2019-07-19T20:22:26.611Z] [INFO] 16:22:26 [2019-07-19T20:22:26.611Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.rcp.branding --- 16:22:26 [2019-07-19T20:22:26.611Z] [INFO] 16:22:26 [2019-07-19T20:22:26.611Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.rcp.branding.feature >-- 16:22:26 [2019-07-19T20:22:26.611Z] [INFO] Building Trace Compass RCP Branding Feature 5.0.0-SNAPSHOT [111/134] 16:22:26 [2019-07-19T20:22:26.611Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- 16:22:26 [2019-07-19T20:22:26.611Z] [INFO] 16:22:26 [2019-07-19T20:22:26.611Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.rcp.branding.feature --- 16:22:26 [2019-07-19T20:22:26.611Z] [INFO] Deleting /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.branding.feature/target 16:22:26 [2019-07-19T20:22:26.611Z] [INFO] 16:22:26 [2019-07-19T20:22:26.611Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tracecompass.rcp.branding.feature --- 16:22:26 [2019-07-19T20:22:26.611Z] [INFO] The project's OSGi version is 5.0.0.201907191907 16:22:26 [2019-07-19T20:22:26.611Z] [INFO] 16:22:26 [2019-07-19T20:22:26.611Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.rcp.branding.feature --- 16:22:26 [2019-07-19T20:22:26.611Z] [INFO] 16:22:26 [2019-07-19T20:22:26.611Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.rcp.branding.feature --- 16:22:26 [2019-07-19T20:22:26.611Z] [INFO] 16:22:26 [2019-07-19T20:22:26.611Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.rcp.branding.feature --- 16:22:26 [2019-07-19T20:22:26.611Z] [INFO] 16:22:26 [2019-07-19T20:22:26.611Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.rcp.branding.feature --- 16:22:26 [2019-07-19T20:22:26.611Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.branding.feature/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 16:22:26 [2019-07-19T20:22:26.611Z] [INFO] 16:22:26 [2019-07-19T20:22:26.611Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.rcp.branding.feature --- 16:22:26 [2019-07-19T20:22:26.611Z] [INFO] 16:22:26 [2019-07-19T20:22:26.611Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.rcp.branding.feature --- 16:22:26 [2019-07-19T20:22:26.611Z] [INFO] 16:22:26 [2019-07-19T20:22:26.611Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.tracecompass.rcp.branding.feature --- 16:22:26 [2019-07-19T20:22:26.611Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.branding.feature/target/org.eclipse.tracecompass.rcp.branding.feature-5.0.0-SNAPSHOT.jar 16:22:26 [2019-07-19T20:22:26.611Z] [INFO] 16:22:26 [2019-07-19T20:22:26.611Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.rcp.branding.feature --- 16:22:26 [2019-07-19T20:22:26.611Z] [INFO] 16:22:26 [2019-07-19T20:22:26.611Z] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tracecompass.rcp.branding.feature --- 16:22:26 [2019-07-19T20:22:26.611Z] [INFO] 16:22:26 [2019-07-19T20:22:26.611Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.rcp.branding.feature --- 16:22:26 [2019-07-19T20:22:26.611Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.branding.feature/target/org.eclipse.tracecompass.rcp.branding.feature-5.0.0-SNAPSHOT-sources-feature.jar 16:22:26 [2019-07-19T20:22:26.611Z] [INFO] 16:22:26 [2019-07-19T20:22:26.611Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.rcp.branding.feature --- 16:22:26 [2019-07-19T20:22:26.611Z] [INFO] 16:22:26 [2019-07-19T20:22:26.611Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.rcp.branding.feature --- 16:22:26 [2019-07-19T20:22:26.868Z] [INFO] 16:22:26 [2019-07-19T20:22:26.868Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.tracecompass.rcp.branding.feature --- 16:22:26 [2019-07-19T20:22:26.868Z] [INFO] 16:22:26 [2019-07-19T20:22:26.868Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.rcp.branding.feature --- 16:22:26 [2019-07-19T20:22:26.868Z] [INFO] Skipping JaCoCo execution due to missing classes directory. 16:22:26 [2019-07-19T20:22:26.868Z] [INFO] 16:22:26 [2019-07-19T20:22:26.868Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.rcp.branding.feature --- 16:22:26 [2019-07-19T20:22:26.868Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.branding.feature/target/org.eclipse.tracecompass.rcp.branding.feature-5.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.rcp.branding.feature/5.0.0-SNAPSHOT/org.eclipse.tracecompass.rcp.branding.feature-5.0.0-SNAPSHOT.jar 16:22:26 [2019-07-19T20:22:26.868Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.branding.feature/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.rcp.branding.feature/5.0.0-SNAPSHOT/org.eclipse.tracecompass.rcp.branding.feature-5.0.0-SNAPSHOT.pom 16:22:26 [2019-07-19T20:22:26.868Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.branding.feature/target/org.eclipse.tracecompass.rcp.branding.feature-5.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.rcp.branding.feature/5.0.0-SNAPSHOT/org.eclipse.tracecompass.rcp.branding.feature-5.0.0-SNAPSHOT-sources-feature.jar 16:22:26 [2019-07-19T20:22:26.868Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.branding.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.rcp.branding.feature/5.0.0-SNAPSHOT/org.eclipse.tracecompass.rcp.branding.feature-5.0.0-SNAPSHOT-p2metadata.xml 16:22:26 [2019-07-19T20:22:26.868Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.branding.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.rcp.branding.feature/5.0.0-SNAPSHOT/org.eclipse.tracecompass.rcp.branding.feature-5.0.0-SNAPSHOT-p2artifacts.xml 16:22:26 [2019-07-19T20:22:26.868Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.branding.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.rcp.branding.feature/5.0.0-SNAPSHOT/org.eclipse.tracecompass.rcp.branding.feature-5.0.0-SNAPSHOT-p2metadata.xml 16:22:26 [2019-07-19T20:22:26.868Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.branding.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.rcp.branding.feature/5.0.0-SNAPSHOT/org.eclipse.tracecompass.rcp.branding.feature-5.0.0-SNAPSHOT-p2artifacts.xml 16:22:26 [2019-07-19T20:22:26.868Z] [INFO] 16:22:26 [2019-07-19T20:22:26.868Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.rcp.branding.feature --- 16:22:26 [2019-07-19T20:22:26.868Z] [INFO] 16:22:26 [2019-07-19T20:22:26.868Z] [INFO] ------< org.eclipse.tracecompass:org.eclipse.tracecompass.rcp.ui >------ 16:22:26 [2019-07-19T20:22:26.868Z] [INFO] Building org.eclipse.tracecompass.rcp.ui 5.0.0-SNAPSHOT [112/134] 16:22:26 [2019-07-19T20:22:26.868Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 16:22:26 [2019-07-19T20:22:26.868Z] [INFO] 16:22:26 [2019-07-19T20:22:26.868Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.rcp.ui --- 16:22:26 [2019-07-19T20:22:26.868Z] [INFO] 16:22:26 [2019-07-19T20:22:26.868Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.rcp.ui --- 16:22:26 [2019-07-19T20:22:26.868Z] [INFO] The project's OSGi version is 5.0.0.201907191907 16:22:26 [2019-07-19T20:22:26.868Z] [INFO] 16:22:26 [2019-07-19T20:22:26.868Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.rcp.ui --- 16:22:26 [2019-07-19T20:22:26.868Z] [INFO] 16:22:26 [2019-07-19T20:22:26.868Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.rcp.ui --- 16:22:26 [2019-07-19T20:22:26.868Z] [INFO] 16:22:26 [2019-07-19T20:22:26.868Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.rcp.ui --- 16:22:26 [2019-07-19T20:22:26.868Z] [INFO] 16:22:26 [2019-07-19T20:22:26.868Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.rcp.ui --- 16:22:26 [2019-07-19T20:22:26.868Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.ui/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 16:22:26 [2019-07-19T20:22:26.868Z] [INFO] 16:22:26 [2019-07-19T20:22:26.868Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.rcp.ui --- 16:22:26 [2019-07-19T20:22:26.868Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:22:26 [2019-07-19T20:22:26.868Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.ui/src/main/resources 16:22:26 [2019-07-19T20:22:26.868Z] [INFO] 16:22:26 [2019-07-19T20:22:26.868Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.rcp.ui --- 16:22:26 [2019-07-19T20:22:26.868Z] [INFO] Compiling 9 source files to /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.ui/target/classes 16:22:27 [2019-07-19T20:22:27.125Z] [INFO] 16:22:27 [2019-07-19T20:22:27.125Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.rcp.ui --- 16:22:27 [2019-07-19T20:22:27.125Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:22:27 [2019-07-19T20:22:27.125Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.ui/src/test/resources 16:22:27 [2019-07-19T20:22:27.125Z] [INFO] 16:22:27 [2019-07-19T20:22:27.125Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.rcp.ui --- 16:22:27 [2019-07-19T20:22:27.125Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.ui/target/org.eclipse.tracecompass.rcp.ui-5.0.0-SNAPSHOT-sources.jar 16:22:27 [2019-07-19T20:22:27.125Z] [INFO] 16:22:27 [2019-07-19T20:22:27.125Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.rcp.ui --- 16:22:27 [2019-07-19T20:22:27.125Z] [INFO] 16:22:27 [2019-07-19T20:22:27.125Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.rcp.ui --- 16:22:27 [2019-07-19T20:22:27.383Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.ui/target/org.eclipse.tracecompass.rcp.ui-5.0.0-SNAPSHOT.jar 16:22:27 [2019-07-19T20:22:27.383Z] [INFO] 16:22:27 [2019-07-19T20:22:27.383Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.rcp.ui --- 16:22:27 [2019-07-19T20:22:27.383Z] [INFO] 16:22:27 [2019-07-19T20:22:27.383Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.rcp.ui --- 16:22:27 [2019-07-19T20:22:27.383Z] [INFO] 16:22:27 [2019-07-19T20:22:27.383Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.rcp.ui --- 16:22:27 [2019-07-19T20:22:27.383Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.ui/target/org.eclipse.tracecompass.rcp.ui-5.0.0-SNAPSHOT.jar 16:22:27 [2019-07-19T20:22:27.383Z] [INFO] 16:22:27 [2019-07-19T20:22:27.383Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.rcp.ui --- 16:22:27 [2019-07-19T20:22:27.383Z] [INFO] 16:22:27 [2019-07-19T20:22:27.383Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.rcp.ui --- 16:22:27 [2019-07-19T20:22:27.383Z] [INFO] Loading execution data file /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.ui/../../target/jacoco.exec 16:22:27 [2019-07-19T20:22:27.383Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.rcp.ui' with 10 classes 16:22:27 [2019-07-19T20:22:27.383Z] [INFO] 16:22:27 [2019-07-19T20:22:27.383Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.rcp.ui --- 16:22:27 [2019-07-19T20:22:27.640Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.ui/target/org.eclipse.tracecompass.rcp.ui-5.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.rcp.ui/5.0.0-SNAPSHOT/org.eclipse.tracecompass.rcp.ui-5.0.0-SNAPSHOT.jar 16:22:27 [2019-07-19T20:22:27.640Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.ui/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.rcp.ui/5.0.0-SNAPSHOT/org.eclipse.tracecompass.rcp.ui-5.0.0-SNAPSHOT.pom 16:22:27 [2019-07-19T20:22:27.640Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.ui/target/org.eclipse.tracecompass.rcp.ui-5.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.rcp.ui/5.0.0-SNAPSHOT/org.eclipse.tracecompass.rcp.ui-5.0.0-SNAPSHOT-sources.jar 16:22:27 [2019-07-19T20:22:27.640Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.ui/target/org.eclipse.tracecompass.rcp.ui-5.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.rcp.ui/5.0.0-SNAPSHOT/org.eclipse.tracecompass.rcp.ui-5.0.0-SNAPSHOT-pack200.jar.pack.gz 16:22:27 [2019-07-19T20:22:27.640Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.rcp.ui/5.0.0-SNAPSHOT/org.eclipse.tracecompass.rcp.ui-5.0.0-SNAPSHOT-p2metadata.xml 16:22:27 [2019-07-19T20:22:27.640Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.rcp.ui/5.0.0-SNAPSHOT/org.eclipse.tracecompass.rcp.ui-5.0.0-SNAPSHOT-p2artifacts.xml 16:22:27 [2019-07-19T20:22:27.640Z] [INFO] 16:22:27 [2019-07-19T20:22:27.640Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.rcp.ui --- 16:22:27 [2019-07-19T20:22:27.640Z] [INFO] 16:22:27 [2019-07-19T20:22:27.640Z] [INFO] -------< org.eclipse.tracecompass:org.eclipse.tracecompass.rcp >-------- 16:22:27 [2019-07-19T20:22:27.640Z] [INFO] Building Trace Compass RCP Feature 5.0.0-SNAPSHOT [113/134] 16:22:27 [2019-07-19T20:22:27.640Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- 16:22:27 [2019-07-19T20:22:27.640Z] [INFO] 16:22:27 [2019-07-19T20:22:27.640Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.rcp --- 16:22:27 [2019-07-19T20:22:27.640Z] [INFO] Deleting /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp/target 16:22:27 [2019-07-19T20:22:27.640Z] [INFO] 16:22:27 [2019-07-19T20:22:27.640Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tracecompass.rcp --- 16:22:27 [2019-07-19T20:22:27.640Z] [INFO] The project's OSGi version is 5.0.0.201907191907 16:22:27 [2019-07-19T20:22:27.640Z] [INFO] 16:22:27 [2019-07-19T20:22:27.640Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.rcp --- 16:22:27 [2019-07-19T20:22:27.640Z] [INFO] 16:22:27 [2019-07-19T20:22:27.640Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.rcp --- 16:22:27 [2019-07-19T20:22:27.640Z] [INFO] 16:22:27 [2019-07-19T20:22:27.640Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.rcp --- 16:22:27 [2019-07-19T20:22:27.640Z] [INFO] 16:22:27 [2019-07-19T20:22:27.640Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.rcp --- 16:22:27 [2019-07-19T20:22:27.640Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 16:22:27 [2019-07-19T20:22:27.640Z] [INFO] 16:22:27 [2019-07-19T20:22:27.640Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.rcp --- 16:22:27 [2019-07-19T20:22:27.640Z] [INFO] 16:22:27 [2019-07-19T20:22:27.640Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.rcp --- 16:22:27 [2019-07-19T20:22:27.640Z] [INFO] 16:22:27 [2019-07-19T20:22:27.640Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.tracecompass.rcp --- 16:22:27 [2019-07-19T20:22:27.640Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp/target/org.eclipse.tracecompass.rcp-5.0.0-SNAPSHOT.jar 16:22:27 [2019-07-19T20:22:27.640Z] [INFO] 16:22:27 [2019-07-19T20:22:27.640Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.rcp --- 16:22:27 [2019-07-19T20:22:27.640Z] [INFO] 16:22:27 [2019-07-19T20:22:27.640Z] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tracecompass.rcp --- 16:22:27 [2019-07-19T20:22:27.640Z] [INFO] 16:22:27 [2019-07-19T20:22:27.640Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.rcp --- 16:22:27 [2019-07-19T20:22:27.897Z] [INFO] Fetching org.antlr.runtime.source_3.2.0.v201101311130.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (139.18kB) 16:22:27 [2019-07-19T20:22:27.897Z] [INFO] The user operation is waiting for background work to complete. 16:22:27 [2019-07-19T20:22:27.897Z] [INFO] Fetching org.antlr.runtime.source_3.2.0.v201101311130.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (139.18kB) 16:22:27 [2019-07-19T20:22:27.897Z] [INFO] Unpacking org.antlr.runtime.source_3.2.0.v201101311130... 16:22:27 [2019-07-19T20:22:27.897Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp/target/org.eclipse.tracecompass.rcp-5.0.0-SNAPSHOT-sources-feature.jar 16:22:27 [2019-07-19T20:22:27.897Z] [INFO] 16:22:27 [2019-07-19T20:22:27.897Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.rcp --- 16:22:27 [2019-07-19T20:22:27.897Z] [INFO] 16:22:27 [2019-07-19T20:22:27.897Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.rcp --- 16:22:28 [2019-07-19T20:22:28.155Z] [INFO] 16:22:28 [2019-07-19T20:22:28.155Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.tracecompass.rcp --- 16:22:28 [2019-07-19T20:22:28.155Z] [INFO] 16:22:28 [2019-07-19T20:22:28.155Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.rcp --- 16:22:28 [2019-07-19T20:22:28.155Z] [INFO] Skipping JaCoCo execution due to missing classes directory. 16:22:28 [2019-07-19T20:22:28.155Z] [INFO] 16:22:28 [2019-07-19T20:22:28.155Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.rcp --- 16:22:28 [2019-07-19T20:22:28.155Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp/target/org.eclipse.tracecompass.rcp-5.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.rcp/5.0.0-SNAPSHOT/org.eclipse.tracecompass.rcp-5.0.0-SNAPSHOT.jar 16:22:28 [2019-07-19T20:22:28.155Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.rcp/5.0.0-SNAPSHOT/org.eclipse.tracecompass.rcp-5.0.0-SNAPSHOT.pom 16:22:28 [2019-07-19T20:22:28.155Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp/target/org.eclipse.tracecompass.rcp-5.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.rcp/5.0.0-SNAPSHOT/org.eclipse.tracecompass.rcp-5.0.0-SNAPSHOT-sources-feature.jar 16:22:28 [2019-07-19T20:22:28.155Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.rcp/5.0.0-SNAPSHOT/org.eclipse.tracecompass.rcp-5.0.0-SNAPSHOT-p2metadata.xml 16:22:28 [2019-07-19T20:22:28.155Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.rcp/5.0.0-SNAPSHOT/org.eclipse.tracecompass.rcp-5.0.0-SNAPSHOT-p2artifacts.xml 16:22:28 [2019-07-19T20:22:28.155Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.rcp/5.0.0-SNAPSHOT/org.eclipse.tracecompass.rcp-5.0.0-SNAPSHOT-p2metadata.xml 16:22:28 [2019-07-19T20:22:28.155Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.rcp/5.0.0-SNAPSHOT/org.eclipse.tracecompass.rcp-5.0.0-SNAPSHOT-p2artifacts.xml 16:22:28 [2019-07-19T20:22:28.155Z] [INFO] 16:22:28 [2019-07-19T20:22:28.155Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.rcp --- 16:22:28 [2019-07-19T20:22:28.155Z] [INFO] 16:22:28 [2019-07-19T20:22:28.155Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.rcp.incubator.ui >-- 16:22:28 [2019-07-19T20:22:28.155Z] [INFO] Building org.eclipse.tracecompass.rcp.incubator.ui 1.0.0-SNAPSHOT [114/134] 16:22:28 [2019-07-19T20:22:28.155Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 16:22:28 [2019-07-19T20:22:28.155Z] [INFO] 16:22:28 [2019-07-19T20:22:28.155Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.rcp.incubator.ui --- 16:22:28 [2019-07-19T20:22:28.155Z] [INFO] 16:22:28 [2019-07-19T20:22:28.155Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.rcp.incubator.ui --- 16:22:28 [2019-07-19T20:22:28.155Z] [INFO] The project's OSGi version is 1.0.0.201907191907 16:22:28 [2019-07-19T20:22:28.155Z] [INFO] 16:22:28 [2019-07-19T20:22:28.155Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.rcp.incubator.ui --- 16:22:28 [2019-07-19T20:22:28.155Z] [INFO] 16:22:28 [2019-07-19T20:22:28.155Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.rcp.incubator.ui --- 16:22:28 [2019-07-19T20:22:28.155Z] [INFO] 16:22:28 [2019-07-19T20:22:28.155Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.rcp.incubator.ui --- 16:22:28 [2019-07-19T20:22:28.155Z] [INFO] 16:22:28 [2019-07-19T20:22:28.155Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.rcp.incubator.ui --- 16:22:28 [2019-07-19T20:22:28.155Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.incubator.ui/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 16:22:28 [2019-07-19T20:22:28.155Z] [INFO] 16:22:28 [2019-07-19T20:22:28.155Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.rcp.incubator.ui --- 16:22:28 [2019-07-19T20:22:28.155Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:22:28 [2019-07-19T20:22:28.155Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.incubator.ui/src/main/resources 16:22:28 [2019-07-19T20:22:28.155Z] [INFO] 16:22:28 [2019-07-19T20:22:28.155Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.rcp.incubator.ui --- 16:22:28 [2019-07-19T20:22:28.155Z] [INFO] Compiling 1 source file to /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.incubator.ui/target/classes 16:22:28 [2019-07-19T20:22:28.412Z] [INFO] 16:22:28 [2019-07-19T20:22:28.412Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.rcp.incubator.ui --- 16:22:28 [2019-07-19T20:22:28.412Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:22:28 [2019-07-19T20:22:28.412Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.incubator.ui/src/test/resources 16:22:28 [2019-07-19T20:22:28.412Z] [INFO] 16:22:28 [2019-07-19T20:22:28.412Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.rcp.incubator.ui --- 16:22:28 [2019-07-19T20:22:28.412Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.incubator.ui/target/org.eclipse.tracecompass.rcp.incubator.ui-1.0.0-SNAPSHOT-sources.jar 16:22:28 [2019-07-19T20:22:28.412Z] [INFO] 16:22:28 [2019-07-19T20:22:28.412Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.rcp.incubator.ui --- 16:22:28 [2019-07-19T20:22:28.412Z] [INFO] 16:22:28 [2019-07-19T20:22:28.412Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.rcp.incubator.ui --- 16:22:28 [2019-07-19T20:22:28.412Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.incubator.ui/target/org.eclipse.tracecompass.rcp.incubator.ui-1.0.0-SNAPSHOT.jar 16:22:28 [2019-07-19T20:22:28.412Z] [INFO] 16:22:28 [2019-07-19T20:22:28.412Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.rcp.incubator.ui --- 16:22:28 [2019-07-19T20:22:28.412Z] [INFO] 16:22:28 [2019-07-19T20:22:28.412Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.rcp.incubator.ui --- 16:22:28 [2019-07-19T20:22:28.412Z] [INFO] 16:22:28 [2019-07-19T20:22:28.412Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.rcp.incubator.ui --- 16:22:28 [2019-07-19T20:22:28.412Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.incubator.ui/target/org.eclipse.tracecompass.rcp.incubator.ui-1.0.0-SNAPSHOT.jar 16:22:28 [2019-07-19T20:22:28.412Z] [INFO] 16:22:28 [2019-07-19T20:22:28.412Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.rcp.incubator.ui --- 16:22:28 [2019-07-19T20:22:28.412Z] [INFO] 16:22:28 [2019-07-19T20:22:28.412Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.rcp.incubator.ui --- 16:22:28 [2019-07-19T20:22:28.412Z] [INFO] Loading execution data file /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.incubator.ui/../../target/jacoco.exec 16:22:28 [2019-07-19T20:22:28.412Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.rcp.incubator.ui' with 1 classes 16:22:28 [2019-07-19T20:22:28.412Z] [INFO] 16:22:28 [2019-07-19T20:22:28.412Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.rcp.incubator.ui --- 16:22:28 [2019-07-19T20:22:28.412Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.incubator.ui/target/org.eclipse.tracecompass.rcp.incubator.ui-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.rcp.incubator.ui/1.0.0-SNAPSHOT/org.eclipse.tracecompass.rcp.incubator.ui-1.0.0-SNAPSHOT.jar 16:22:28 [2019-07-19T20:22:28.412Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.incubator.ui/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.rcp.incubator.ui/1.0.0-SNAPSHOT/org.eclipse.tracecompass.rcp.incubator.ui-1.0.0-SNAPSHOT.pom 16:22:28 [2019-07-19T20:22:28.412Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.incubator.ui/target/org.eclipse.tracecompass.rcp.incubator.ui-1.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.rcp.incubator.ui/1.0.0-SNAPSHOT/org.eclipse.tracecompass.rcp.incubator.ui-1.0.0-SNAPSHOT-sources.jar 16:22:28 [2019-07-19T20:22:28.412Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.incubator.ui/target/org.eclipse.tracecompass.rcp.incubator.ui-1.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.rcp.incubator.ui/1.0.0-SNAPSHOT/org.eclipse.tracecompass.rcp.incubator.ui-1.0.0-SNAPSHOT-pack200.jar.pack.gz 16:22:28 [2019-07-19T20:22:28.412Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.incubator.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.rcp.incubator.ui/1.0.0-SNAPSHOT/org.eclipse.tracecompass.rcp.incubator.ui-1.0.0-SNAPSHOT-p2metadata.xml 16:22:28 [2019-07-19T20:22:28.412Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.incubator.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.rcp.incubator.ui/1.0.0-SNAPSHOT/org.eclipse.tracecompass.rcp.incubator.ui-1.0.0-SNAPSHOT-p2artifacts.xml 16:22:28 [2019-07-19T20:22:28.412Z] [INFO] 16:22:28 [2019-07-19T20:22:28.412Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.rcp.incubator.ui --- 16:22:28 [2019-07-19T20:22:28.412Z] [INFO] 16:22:28 [2019-07-19T20:22:28.412Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.rcp.incubator >--- 16:22:28 [2019-07-19T20:22:28.412Z] [INFO] Building org.eclipse.tracecompass.rcp.incubator 1.0.0-SNAPSHOT [115/134] 16:22:28 [2019-07-19T20:22:28.412Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- 16:22:28 [2019-07-19T20:22:28.412Z] [INFO] 16:22:28 [2019-07-19T20:22:28.412Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.rcp.incubator --- 16:22:28 [2019-07-19T20:22:28.412Z] [INFO] Deleting /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.incubator/target 16:22:28 [2019-07-19T20:22:28.412Z] [INFO] 16:22:28 [2019-07-19T20:22:28.412Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tracecompass.rcp.incubator --- 16:22:28 [2019-07-19T20:22:28.412Z] [INFO] The project's OSGi version is 1.0.0.201907191907 16:22:28 [2019-07-19T20:22:28.412Z] [INFO] 16:22:28 [2019-07-19T20:22:28.412Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.rcp.incubator --- 16:22:28 [2019-07-19T20:22:28.412Z] [INFO] 16:22:28 [2019-07-19T20:22:28.412Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.rcp.incubator --- 16:22:28 [2019-07-19T20:22:28.412Z] [INFO] 16:22:28 [2019-07-19T20:22:28.412Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.rcp.incubator --- 16:22:28 [2019-07-19T20:22:28.412Z] [INFO] 16:22:28 [2019-07-19T20:22:28.412Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.rcp.incubator --- 16:22:28 [2019-07-19T20:22:28.669Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.incubator/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 16:22:28 [2019-07-19T20:22:28.669Z] [INFO] 16:22:28 [2019-07-19T20:22:28.669Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.rcp.incubator --- 16:22:28 [2019-07-19T20:22:28.669Z] [INFO] 16:22:28 [2019-07-19T20:22:28.669Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.rcp.incubator --- 16:22:28 [2019-07-19T20:22:28.669Z] [INFO] 16:22:28 [2019-07-19T20:22:28.669Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.tracecompass.rcp.incubator --- 16:22:28 [2019-07-19T20:22:28.669Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.incubator/target/org.eclipse.tracecompass.rcp.incubator-1.0.0-SNAPSHOT.jar 16:22:28 [2019-07-19T20:22:28.669Z] [INFO] 16:22:28 [2019-07-19T20:22:28.669Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.rcp.incubator --- 16:22:28 [2019-07-19T20:22:28.669Z] [INFO] 16:22:28 [2019-07-19T20:22:28.669Z] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tracecompass.rcp.incubator --- 16:22:28 [2019-07-19T20:22:28.669Z] [INFO] 16:22:28 [2019-07-19T20:22:28.669Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.rcp.incubator --- 16:22:28 [2019-07-19T20:22:28.669Z] [INFO] Fetching org.eclipse.equinox.p2.ui.discovery.source_1.1.100.v20180822-1357.jar from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (73.17kB) 16:22:28 [2019-07-19T20:22:28.669Z] [INFO] Fetching org.eclipse.equinox.p2.ui.discovery.source_1.1.100.v20180822-1357.jar from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (73.17kB) 16:22:28 [2019-07-19T20:22:28.669Z] [INFO] Fetching org.eclipse.equinox.p2.discovery.source_1.1.100.v20180822-1302.jar from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (32.83kB) 16:22:28 [2019-07-19T20:22:28.669Z] [INFO] Fetching org.eclipse.equinox.p2.discovery.source_1.1.100.v20180822-1302.jar from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (32.83kB) 16:22:28 [2019-07-19T20:22:28.926Z] [INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility.source_1.1.100.v20180822-1302.jar from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (39.18kB) 16:22:28 [2019-07-19T20:22:28.926Z] [INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility.source_1.1.100.v20180822-1302.jar from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (39.18kB) 16:22:28 [2019-07-19T20:22:28.926Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.incubator/target/org.eclipse.tracecompass.rcp.incubator-1.0.0-SNAPSHOT-sources-feature.jar 16:22:28 [2019-07-19T20:22:28.926Z] [INFO] 16:22:28 [2019-07-19T20:22:28.926Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.rcp.incubator --- 16:22:28 [2019-07-19T20:22:28.926Z] [INFO] 16:22:28 [2019-07-19T20:22:28.926Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.rcp.incubator --- 16:22:28 [2019-07-19T20:22:28.926Z] [INFO] 16:22:28 [2019-07-19T20:22:28.926Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.rcp.incubator --- 16:22:28 [2019-07-19T20:22:28.926Z] [INFO] Skipping JaCoCo execution due to missing classes directory. 16:22:28 [2019-07-19T20:22:28.926Z] [INFO] 16:22:28 [2019-07-19T20:22:28.926Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.rcp.incubator --- 16:22:28 [2019-07-19T20:22:28.926Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.incubator/target/org.eclipse.tracecompass.rcp.incubator-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.rcp.incubator/1.0.0-SNAPSHOT/org.eclipse.tracecompass.rcp.incubator-1.0.0-SNAPSHOT.jar 16:22:29 [2019-07-19T20:22:29.183Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.incubator/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.rcp.incubator/1.0.0-SNAPSHOT/org.eclipse.tracecompass.rcp.incubator-1.0.0-SNAPSHOT.pom 16:22:29 [2019-07-19T20:22:29.183Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.incubator/target/org.eclipse.tracecompass.rcp.incubator-1.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.rcp.incubator/1.0.0-SNAPSHOT/org.eclipse.tracecompass.rcp.incubator-1.0.0-SNAPSHOT-sources-feature.jar 16:22:29 [2019-07-19T20:22:29.183Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.incubator/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.rcp.incubator/1.0.0-SNAPSHOT/org.eclipse.tracecompass.rcp.incubator-1.0.0-SNAPSHOT-p2metadata.xml 16:22:29 [2019-07-19T20:22:29.183Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.incubator/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.rcp.incubator/1.0.0-SNAPSHOT/org.eclipse.tracecompass.rcp.incubator-1.0.0-SNAPSHOT-p2artifacts.xml 16:22:29 [2019-07-19T20:22:29.183Z] [INFO] 16:22:29 [2019-07-19T20:22:29.183Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.rcp.incubator --- 16:22:29 [2019-07-19T20:22:29.183Z] [INFO] 16:22:29 [2019-07-19T20:22:29.183Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.jsontrace-parent >-- 16:22:29 [2019-07-19T20:22:29.183Z] [INFO] Building Trace Compass Json trace Parent 5.0.0-SNAPSHOT [116/134] 16:22:29 [2019-07-19T20:22:29.183Z] [INFO] --------------------------------[ pom ]--------------------------------- 16:22:29 [2019-07-19T20:22:29.183Z] [INFO] 16:22:29 [2019-07-19T20:22:29.183Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.jsontrace-parent --- 16:22:29 [2019-07-19T20:22:29.183Z] [INFO] 16:22:29 [2019-07-19T20:22:29.183Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.jsontrace-parent --- 16:22:29 [2019-07-19T20:22:29.183Z] [INFO] 16:22:29 [2019-07-19T20:22:29.183Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.jsontrace-parent --- 16:22:29 [2019-07-19T20:22:29.183Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/jsontrace/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 16:22:29 [2019-07-19T20:22:29.183Z] [INFO] 16:22:29 [2019-07-19T20:22:29.183Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.jsontrace-parent --- 16:22:29 [2019-07-19T20:22:29.183Z] [INFO] 16:22:29 [2019-07-19T20:22:29.183Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.jsontrace-parent --- 16:22:29 [2019-07-19T20:22:29.183Z] [INFO] 16:22:29 [2019-07-19T20:22:29.183Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.jsontrace-parent --- 16:22:29 [2019-07-19T20:22:29.183Z] [INFO] 16:22:29 [2019-07-19T20:22:29.183Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.jsontrace-parent --- 16:22:29 [2019-07-19T20:22:29.183Z] [INFO] 16:22:29 [2019-07-19T20:22:29.183Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.jsontrace-parent --- 16:22:29 [2019-07-19T20:22:29.183Z] [INFO] Skipping JaCoCo execution due to missing execution data file. 16:22:29 [2019-07-19T20:22:29.183Z] [INFO] 16:22:29 [2019-07-19T20:22:29.183Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.jsontrace-parent --- 16:22:29 [2019-07-19T20:22:29.183Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/jsontrace/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.jsontrace-parent/5.0.0-SNAPSHOT/org.eclipse.tracecompass.jsontrace-parent-5.0.0-SNAPSHOT.pom 16:22:29 [2019-07-19T20:22:29.183Z] [INFO] 16:22:29 [2019-07-19T20:22:29.183Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.jsontrace.core >-- 16:22:29 [2019-07-19T20:22:29.183Z] [INFO] Building org.eclipse.tracecompass.jsontrace.core 0.1.1-SNAPSHOT [117/134] 16:22:29 [2019-07-19T20:22:29.183Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 16:22:29 [2019-07-19T20:22:29.183Z] [INFO] 16:22:29 [2019-07-19T20:22:29.183Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.jsontrace.core --- 16:22:29 [2019-07-19T20:22:29.183Z] [INFO] 16:22:29 [2019-07-19T20:22:29.183Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.jsontrace.core --- 16:22:29 [2019-07-19T20:22:29.183Z] [INFO] The project's OSGi version is 0.1.1.201907191907 16:22:29 [2019-07-19T20:22:29.183Z] [INFO] 16:22:29 [2019-07-19T20:22:29.183Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.jsontrace.core --- 16:22:29 [2019-07-19T20:22:29.183Z] [INFO] 16:22:29 [2019-07-19T20:22:29.183Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.jsontrace.core --- 16:22:29 [2019-07-19T20:22:29.183Z] [INFO] 16:22:29 [2019-07-19T20:22:29.183Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.jsontrace.core --- 16:22:29 [2019-07-19T20:22:29.183Z] [INFO] 16:22:29 [2019-07-19T20:22:29.183Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.jsontrace.core --- 16:22:29 [2019-07-19T20:22:29.183Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/jsontrace/org.eclipse.tracecompass.jsontrace.core/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 16:22:29 [2019-07-19T20:22:29.183Z] [INFO] 16:22:29 [2019-07-19T20:22:29.183Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.jsontrace.core --- 16:22:29 [2019-07-19T20:22:29.183Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:22:29 [2019-07-19T20:22:29.183Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/jsontrace/org.eclipse.tracecompass.jsontrace.core/src/main/resources 16:22:29 [2019-07-19T20:22:29.183Z] [INFO] 16:22:29 [2019-07-19T20:22:29.183Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.jsontrace.core --- 16:22:29 [2019-07-19T20:22:29.183Z] [INFO] Compiling 5 source files to /home/jenkins/workspace/tracecompass-gerrit/jsontrace/org.eclipse.tracecompass.jsontrace.core/target/classes 16:22:29 [2019-07-19T20:22:29.440Z] [INFO] 16:22:29 [2019-07-19T20:22:29.441Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.jsontrace.core --- 16:22:29 [2019-07-19T20:22:29.441Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:22:29 [2019-07-19T20:22:29.441Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/jsontrace/org.eclipse.tracecompass.jsontrace.core/src/test/resources 16:22:29 [2019-07-19T20:22:29.441Z] [INFO] 16:22:29 [2019-07-19T20:22:29.441Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.jsontrace.core --- 16:22:29 [2019-07-19T20:22:29.441Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/jsontrace/org.eclipse.tracecompass.jsontrace.core/target/org.eclipse.tracecompass.jsontrace.core-0.1.1-SNAPSHOT-sources.jar 16:22:29 [2019-07-19T20:22:29.441Z] [INFO] 16:22:29 [2019-07-19T20:22:29.441Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.jsontrace.core --- 16:22:29 [2019-07-19T20:22:29.441Z] [INFO] 16:22:29 [2019-07-19T20:22:29.441Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.jsontrace.core --- 16:22:29 [2019-07-19T20:22:29.441Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/jsontrace/org.eclipse.tracecompass.jsontrace.core/target/org.eclipse.tracecompass.jsontrace.core-0.1.1-SNAPSHOT.jar 16:22:29 [2019-07-19T20:22:29.441Z] [INFO] 16:22:29 [2019-07-19T20:22:29.441Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.jsontrace.core --- 16:22:29 [2019-07-19T20:22:29.441Z] [INFO] 16:22:29 [2019-07-19T20:22:29.441Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.jsontrace.core --- 16:22:29 [2019-07-19T20:22:29.441Z] [INFO] 16:22:29 [2019-07-19T20:22:29.441Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.jsontrace.core --- 16:22:29 [2019-07-19T20:22:29.441Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/jsontrace/org.eclipse.tracecompass.jsontrace.core/target/org.eclipse.tracecompass.jsontrace.core-0.1.1-SNAPSHOT.jar 16:22:29 [2019-07-19T20:22:29.441Z] [INFO] 16:22:29 [2019-07-19T20:22:29.441Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.jsontrace.core --- 16:22:29 [2019-07-19T20:22:29.698Z] [INFO] 16:22:29 [2019-07-19T20:22:29.698Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.jsontrace.core --- 16:22:29 [2019-07-19T20:22:29.698Z] [INFO] Loading execution data file /home/jenkins/workspace/tracecompass-gerrit/jsontrace/org.eclipse.tracecompass.jsontrace.core/../../target/jacoco.exec 16:22:29 [2019-07-19T20:22:29.698Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.jsontrace.core' with 5 classes 16:22:29 [2019-07-19T20:22:29.698Z] [INFO] 16:22:29 [2019-07-19T20:22:29.698Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.jsontrace.core --- 16:22:29 [2019-07-19T20:22:29.698Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/jsontrace/org.eclipse.tracecompass.jsontrace.core/target/org.eclipse.tracecompass.jsontrace.core-0.1.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.jsontrace.core/0.1.1-SNAPSHOT/org.eclipse.tracecompass.jsontrace.core-0.1.1-SNAPSHOT.jar 16:22:29 [2019-07-19T20:22:29.698Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/jsontrace/org.eclipse.tracecompass.jsontrace.core/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.jsontrace.core/0.1.1-SNAPSHOT/org.eclipse.tracecompass.jsontrace.core-0.1.1-SNAPSHOT.pom 16:22:29 [2019-07-19T20:22:29.698Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/jsontrace/org.eclipse.tracecompass.jsontrace.core/target/org.eclipse.tracecompass.jsontrace.core-0.1.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.jsontrace.core/0.1.1-SNAPSHOT/org.eclipse.tracecompass.jsontrace.core-0.1.1-SNAPSHOT-sources.jar 16:22:29 [2019-07-19T20:22:29.698Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/jsontrace/org.eclipse.tracecompass.jsontrace.core/target/org.eclipse.tracecompass.jsontrace.core-0.1.1-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.jsontrace.core/0.1.1-SNAPSHOT/org.eclipse.tracecompass.jsontrace.core-0.1.1-SNAPSHOT-pack200.jar.pack.gz 16:22:29 [2019-07-19T20:22:29.698Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/jsontrace/org.eclipse.tracecompass.jsontrace.core/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.jsontrace.core/0.1.1-SNAPSHOT/org.eclipse.tracecompass.jsontrace.core-0.1.1-SNAPSHOT-p2metadata.xml 16:22:29 [2019-07-19T20:22:29.698Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/jsontrace/org.eclipse.tracecompass.jsontrace.core/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.jsontrace.core/0.1.1-SNAPSHOT/org.eclipse.tracecompass.jsontrace.core-0.1.1-SNAPSHOT-p2artifacts.xml 16:22:29 [2019-07-19T20:22:29.698Z] [INFO] 16:22:29 [2019-07-19T20:22:29.698Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.jsontrace.core --- 16:22:29 [2019-07-19T20:22:29.698Z] [INFO] 16:22:29 [2019-07-19T20:22:29.698Z] [INFO] ----< org.eclipse.tracecompass:org.eclipse.tracecompass.jsontrace >----- 16:22:29 [2019-07-19T20:22:29.698Z] [INFO] Building org.eclipse.tracecompass.jsontrace 1.0.0-SNAPSHOT [118/134] 16:22:29 [2019-07-19T20:22:29.698Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- 16:22:29 [2019-07-19T20:22:29.698Z] [INFO] 16:22:29 [2019-07-19T20:22:29.698Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.jsontrace --- 16:22:29 [2019-07-19T20:22:29.698Z] [INFO] Deleting /home/jenkins/workspace/tracecompass-gerrit/jsontrace/org.eclipse.tracecompass.jsontrace/target 16:22:29 [2019-07-19T20:22:29.698Z] [INFO] 16:22:29 [2019-07-19T20:22:29.698Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tracecompass.jsontrace --- 16:22:29 [2019-07-19T20:22:29.698Z] [INFO] The project's OSGi version is 1.0.0.201907191907 16:22:29 [2019-07-19T20:22:29.698Z] [INFO] 16:22:29 [2019-07-19T20:22:29.698Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.jsontrace --- 16:22:29 [2019-07-19T20:22:29.698Z] [INFO] 16:22:29 [2019-07-19T20:22:29.698Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.jsontrace --- 16:22:29 [2019-07-19T20:22:29.698Z] [INFO] 16:22:29 [2019-07-19T20:22:29.955Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.jsontrace --- 16:22:29 [2019-07-19T20:22:29.955Z] [INFO] 16:22:29 [2019-07-19T20:22:29.955Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.jsontrace --- 16:22:29 [2019-07-19T20:22:29.955Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/jsontrace/org.eclipse.tracecompass.jsontrace/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 16:22:29 [2019-07-19T20:22:29.955Z] [INFO] 16:22:29 [2019-07-19T20:22:29.955Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.jsontrace --- 16:22:29 [2019-07-19T20:22:29.955Z] [INFO] 16:22:29 [2019-07-19T20:22:29.955Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.jsontrace --- 16:22:29 [2019-07-19T20:22:29.955Z] [INFO] 16:22:29 [2019-07-19T20:22:29.955Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.tracecompass.jsontrace --- 16:22:29 [2019-07-19T20:22:29.955Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/jsontrace/org.eclipse.tracecompass.jsontrace/target/org.eclipse.tracecompass.jsontrace-1.0.0-SNAPSHOT.jar 16:22:29 [2019-07-19T20:22:29.955Z] [INFO] 16:22:29 [2019-07-19T20:22:29.955Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.jsontrace --- 16:22:29 [2019-07-19T20:22:29.955Z] [INFO] 16:22:29 [2019-07-19T20:22:29.955Z] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tracecompass.jsontrace --- 16:22:29 [2019-07-19T20:22:29.955Z] [INFO] 16:22:29 [2019-07-19T20:22:29.955Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.jsontrace --- 16:22:29 [2019-07-19T20:22:29.955Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/jsontrace/org.eclipse.tracecompass.jsontrace/target/org.eclipse.tracecompass.jsontrace-1.0.0-SNAPSHOT-sources-feature.jar 16:22:29 [2019-07-19T20:22:29.955Z] [INFO] 16:22:29 [2019-07-19T20:22:29.955Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.jsontrace --- 16:22:29 [2019-07-19T20:22:29.955Z] [INFO] 16:22:29 [2019-07-19T20:22:29.955Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.jsontrace --- 16:22:29 [2019-07-19T20:22:29.955Z] [INFO] 16:22:29 [2019-07-19T20:22:29.955Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.jsontrace --- 16:22:29 [2019-07-19T20:22:29.955Z] [INFO] Skipping JaCoCo execution due to missing classes directory. 16:22:29 [2019-07-19T20:22:29.955Z] [INFO] 16:22:29 [2019-07-19T20:22:29.955Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.jsontrace --- 16:22:29 [2019-07-19T20:22:29.955Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/jsontrace/org.eclipse.tracecompass.jsontrace/target/org.eclipse.tracecompass.jsontrace-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.jsontrace/1.0.0-SNAPSHOT/org.eclipse.tracecompass.jsontrace-1.0.0-SNAPSHOT.jar 16:22:29 [2019-07-19T20:22:29.955Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/jsontrace/org.eclipse.tracecompass.jsontrace/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.jsontrace/1.0.0-SNAPSHOT/org.eclipse.tracecompass.jsontrace-1.0.0-SNAPSHOT.pom 16:22:29 [2019-07-19T20:22:29.955Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/jsontrace/org.eclipse.tracecompass.jsontrace/target/org.eclipse.tracecompass.jsontrace-1.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.jsontrace/1.0.0-SNAPSHOT/org.eclipse.tracecompass.jsontrace-1.0.0-SNAPSHOT-sources-feature.jar 16:22:29 [2019-07-19T20:22:29.955Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/jsontrace/org.eclipse.tracecompass.jsontrace/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.jsontrace/1.0.0-SNAPSHOT/org.eclipse.tracecompass.jsontrace-1.0.0-SNAPSHOT-p2metadata.xml 16:22:29 [2019-07-19T20:22:29.955Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/jsontrace/org.eclipse.tracecompass.jsontrace/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.jsontrace/1.0.0-SNAPSHOT/org.eclipse.tracecompass.jsontrace-1.0.0-SNAPSHOT-p2artifacts.xml 16:22:29 [2019-07-19T20:22:29.955Z] [INFO] 16:22:29 [2019-07-19T20:22:29.955Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.jsontrace --- 16:22:29 [2019-07-19T20:22:29.955Z] [INFO] 16:22:29 [2019-07-19T20:22:29.955Z] [INFO] ---< org.eclipse.tracecompass:org.eclipse.tracecompass.rcp.product >---- 16:22:29 [2019-07-19T20:22:29.955Z] [INFO] Building Trace Compass RCP Product 5.0.0-SNAPSHOT [119/134] 16:22:29 [2019-07-19T20:22:29.955Z] [INFO] -------------------------[ eclipse-repository ]------------------------- 16:22:30 [2019-07-19T20:22:30.212Z] [INFO] 16:22:30 [2019-07-19T20:22:30.212Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.rcp.product --- 16:22:30 [2019-07-19T20:22:30.212Z] [INFO] 16:22:30 [2019-07-19T20:22:30.212Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tracecompass.rcp.product --- 16:22:30 [2019-07-19T20:22:30.212Z] [INFO] The project's OSGi version is 5.0.0.201907191907 16:22:30 [2019-07-19T20:22:30.212Z] [INFO] 16:22:30 [2019-07-19T20:22:30.212Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.rcp.product --- 16:22:30 [2019-07-19T20:22:30.212Z] [INFO] 16:22:30 [2019-07-19T20:22:30.212Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean-1) @ org.eclipse.tracecompass.rcp.product --- 16:22:30 [2019-07-19T20:22:30.212Z] [INFO] 16:22:30 [2019-07-19T20:22:30.212Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.rcp.product --- 16:22:30 [2019-07-19T20:22:30.212Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.product/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 16:22:30 [2019-07-19T20:22:30.212Z] [INFO] 16:22:30 [2019-07-19T20:22:30.212Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.rcp.product --- 16:22:30 [2019-07-19T20:22:30.212Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:22:30 [2019-07-19T20:22:30.212Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.product/src/main/resources 16:22:30 [2019-07-19T20:22:30.212Z] [INFO] 16:22:30 [2019-07-19T20:22:30.212Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.rcp.product --- 16:22:30 [2019-07-19T20:22:30.212Z] [INFO] 16:22:30 [2019-07-19T20:22:30.212Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.rcp.product --- 16:22:30 [2019-07-19T20:22:30.469Z] [INFO] 16:22:30 [2019-07-19T20:22:30.469Z] [INFO] --- tycho-p2-publisher-plugin:1.3.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.tracecompass.rcp.product --- 16:22:30 [2019-07-19T20:22:30.469Z] [INFO] Published profile IUs: [a.jre.javase 10.0.0, config.a.jre.javase 10.0.0] 16:22:30 [2019-07-19T20:22:30.469Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] 16:22:30 [2019-07-19T20:22:30.469Z] [INFO] 16:22:30 [2019-07-19T20:22:30.469Z] [INFO] --- tycho-p2-publisher-plugin:1.3.0:publish-products (default-publish-products) @ org.eclipse.tracecompass.rcp.product --- 16:22:31 [2019-07-19T20:22:31.034Z] [INFO] 16:22:31 [2019-07-19T20:22:31.034Z] [INFO] --- tycho-p2-publisher-plugin:1.3.0:publish-categories (default-publish-categories) @ org.eclipse.tracecompass.rcp.product --- 16:22:31 [2019-07-19T20:22:31.291Z] [INFO] 16:22:31 [2019-07-19T20:22:31.291Z] [INFO] --- tycho-p2-publisher-plugin:1.3.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.tracecompass.rcp.product --- 16:22:31 [2019-07-19T20:22:31.291Z] [INFO] 16:22:31 [2019-07-19T20:22:31.291Z] [INFO] --- tycho-p2-repository-plugin:1.3.0:assemble-repository (default-assemble-repository) @ org.eclipse.tracecompass.rcp.product --- 16:23:39 [2019-07-19T20:23:39.141Z] [INFO] 16:23:39 [2019-07-19T20:23:39.141Z] [INFO] --- tycho-p2-repository-plugin:1.3.0:archive-repository (default-archive-repository) @ org.eclipse.tracecompass.rcp.product --- 16:23:39 [2019-07-19T20:23:39.141Z] [INFO] 16:23:39 [2019-07-19T20:23:39.141Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.rcp.product --- 16:23:39 [2019-07-19T20:23:39.141Z] [INFO] 16:23:39 [2019-07-19T20:23:39.141Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.rcp.product --- 16:23:39 [2019-07-19T20:23:39.141Z] [INFO] 16:23:39 [2019-07-19T20:23:39.141Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.rcp.product --- 16:23:39 [2019-07-19T20:23:39.141Z] [INFO] 16:23:39 [2019-07-19T20:23:39.141Z] [INFO] --- tycho-p2-director-plugin:1.3.0:materialize-products (materialize-products) @ org.eclipse.tracecompass.rcp.product --- 16:23:39 [2019-07-19T20:23:39.141Z] [INFO] Installing product org.eclipse.tracecompass.rcp for environment win32/win32/x86_64 to /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.product/target/products/org.eclipse.tracecompass.rcp/win32/win32/x86_64/trace-compass 16:23:39 [2019-07-19T20:23:39.141Z] Installing org.eclipse.tracecompass.rcp 5.0.0.201907191907. 16:23:39 [2019-07-19T20:23:39.141Z] Installing org.eclipse.ecf.filetransfer.httpclient45.feature.feature.group 1.0.0.v20190530-1947. 16:24:01 [2019-07-19T20:24:01.044Z] Operation completed in 29697 ms. 16:24:01 [2019-07-19T20:24:01.302Z] [INFO] Installing product org.eclipse.tracecompass.rcp for environment macosx/cocoa/x86_64 to /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.product/target/products/org.eclipse.tracecompass.rcp/macosx/cocoa/x86_64/trace-compass.app 16:24:01 [2019-07-19T20:24:01.559Z] Installing org.eclipse.tracecompass.rcp 5.0.0.201907191907. 16:24:01 [2019-07-19T20:24:01.559Z] Installing org.eclipse.ecf.filetransfer.httpclient45.feature.feature.group 1.0.0.v20190530-1947. 16:24:33 [2019-07-19T20:24:33.606Z] Operation completed in 31715 ms. 16:24:33 [2019-07-19T20:24:33.606Z] [INFO] Installing product org.eclipse.tracecompass.rcp for environment linux/gtk/x86_64 to /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.product/target/products/org.eclipse.tracecompass.rcp/linux/gtk/x86_64/trace-compass 16:24:33 [2019-07-19T20:24:33.864Z] Installing org.eclipse.tracecompass.rcp 5.0.0.201907191907. 16:24:33 [2019-07-19T20:24:33.864Z] Installing org.eclipse.ecf.filetransfer.httpclient45.feature.feature.group 1.0.0.v20190530-1947. 16:25:00 [2019-07-19T20:25:00.391Z] Operation completed in 23165 ms. 16:25:00 [2019-07-19T20:25:00.391Z] [INFO] 16:25:00 [2019-07-19T20:25:00.391Z] [INFO] --- tycho-p2-director-plugin:1.3.0:archive-products (archive-products) @ org.eclipse.tracecompass.rcp.product --- 16:25:00 [2019-07-19T20:25:00.391Z] [INFO] Building zip: /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.product/target/products/trace-compass-5.0.0-20190719-1907-win32.win32.x86_64.zip 16:25:04 [2019-07-19T20:25:04.565Z] [INFO] Building tar: /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.product/target/products/trace-compass-5.0.0-20190719-1907-macosx.cocoa.x86_64.tar.gz 16:25:16 [2019-07-19T20:25:16.750Z] [INFO] Building tar: /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.product/target/products/trace-compass-5.0.0-20190719-1907-linux.gtk.x86_64.tar.gz 16:25:26 [2019-07-19T20:25:26.705Z] [INFO] 16:25:26 [2019-07-19T20:25:26.705Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.rcp.product --- 16:25:26 [2019-07-19T20:25:26.705Z] [INFO] Skipping JaCoCo execution due to missing classes directory. 16:25:26 [2019-07-19T20:25:26.705Z] [INFO] 16:25:26 [2019-07-19T20:25:26.705Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.rcp.product --- 16:25:26 [2019-07-19T20:25:26.705Z] [INFO] No primary artifact to install, installing attached artifacts instead. 16:25:26 [2019-07-19T20:25:26.705Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.product/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.rcp.product/5.0.0-SNAPSHOT/org.eclipse.tracecompass.rcp.product-5.0.0-SNAPSHOT.pom 16:25:26 [2019-07-19T20:25:26.705Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.product/target/extraArtifacts/org.eclipse.tracecompass.rcp.executable.win32.win32.x86_64.zip to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.rcp.product/5.0.0-SNAPSHOT/org.eclipse.tracecompass.rcp.product-5.0.0-SNAPSHOT-org.eclipse.tracecompass.rcp.executable.win32.win32.x86_64.zip 16:25:26 [2019-07-19T20:25:26.705Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.product/target/extraArtifacts/org.eclipse.tracecompass.rcp.executable.cocoa.macosx.x86_64.zip to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.rcp.product/5.0.0-SNAPSHOT/org.eclipse.tracecompass.rcp.product-5.0.0-SNAPSHOT-org.eclipse.tracecompass.rcp.executable.cocoa.macosx.x86_64.zip 16:25:26 [2019-07-19T20:25:26.705Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.product/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.rcp.product/5.0.0-SNAPSHOT/org.eclipse.tracecompass.rcp.product-5.0.0-SNAPSHOT-p2artifacts.xml 16:25:26 [2019-07-19T20:25:26.705Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.product/target/extraArtifacts/org.eclipse.tracecompass.rcp.executable.gtk.linux.x86_64.zip to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.rcp.product/5.0.0-SNAPSHOT/org.eclipse.tracecompass.rcp.product-5.0.0-SNAPSHOT-org.eclipse.tracecompass.rcp.executable.gtk.linux.x86_64.zip 16:25:26 [2019-07-19T20:25:26.705Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.product/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.rcp.product/5.0.0-SNAPSHOT/org.eclipse.tracecompass.rcp.product-5.0.0-SNAPSHOT-p2metadata.xml 16:25:26 [2019-07-19T20:25:26.705Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.product/target/products/trace-compass-5.0.0-20190719-1907-win32.win32.x86_64.zip to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.rcp.product/5.0.0-SNAPSHOT/org.eclipse.tracecompass.rcp.product-5.0.0-SNAPSHOT-win32.win32.x86_64.zip 16:25:27 [2019-07-19T20:25:27.635Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.product/target/products/trace-compass-5.0.0-20190719-1907-macosx.cocoa.x86_64.tar.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.rcp.product/5.0.0-SNAPSHOT/org.eclipse.tracecompass.rcp.product-5.0.0-SNAPSHOT-macosx.cocoa.x86_64.tar.gz 16:25:29 [2019-07-19T20:25:29.025Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.product/target/products/trace-compass-5.0.0-20190719-1907-linux.gtk.x86_64.tar.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.rcp.product/5.0.0-SNAPSHOT/org.eclipse.tracecompass.rcp.product-5.0.0-SNAPSHOT-linux.gtk.x86_64.tar.gz 16:25:31 [2019-07-19T20:25:31.545Z] [INFO] 16:25:31 [2019-07-19T20:25:31.545Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.rcp.product --- 16:25:31 [2019-07-19T20:25:31.545Z] [INFO] 16:25:31 [2019-07-19T20:25:31.545Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.releng-parent >--- 16:25:31 [2019-07-19T20:25:31.545Z] [INFO] Building Trace Compass Release Engineering Parent 5.0.0-SNAPSHOT [120/134] 16:25:31 [2019-07-19T20:25:31.545Z] [INFO] --------------------------------[ pom ]--------------------------------- 16:25:31 [2019-07-19T20:25:31.545Z] [INFO] 16:25:31 [2019-07-19T20:25:31.545Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.releng-parent --- 16:25:31 [2019-07-19T20:25:31.545Z] [INFO] 16:25:31 [2019-07-19T20:25:31.545Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.releng-parent --- 16:25:31 [2019-07-19T20:25:31.545Z] [INFO] 16:25:31 [2019-07-19T20:25:31.545Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.releng-parent --- 16:25:31 [2019-07-19T20:25:31.545Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/releng/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 16:25:31 [2019-07-19T20:25:31.545Z] [INFO] 16:25:31 [2019-07-19T20:25:31.545Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.releng-parent --- 16:25:31 [2019-07-19T20:25:31.545Z] [INFO] 16:25:31 [2019-07-19T20:25:31.545Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.releng-parent --- 16:25:31 [2019-07-19T20:25:31.545Z] [INFO] 16:25:31 [2019-07-19T20:25:31.545Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.releng-parent --- 16:25:31 [2019-07-19T20:25:31.545Z] [INFO] 16:25:31 [2019-07-19T20:25:31.545Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.releng-parent --- 16:25:31 [2019-07-19T20:25:31.545Z] [INFO] 16:25:31 [2019-07-19T20:25:31.545Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.releng-parent --- 16:25:31 [2019-07-19T20:25:31.545Z] [INFO] Skipping JaCoCo execution due to missing execution data file. 16:25:31 [2019-07-19T20:25:31.545Z] [INFO] 16:25:31 [2019-07-19T20:25:31.545Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.releng-parent --- 16:25:31 [2019-07-19T20:25:31.545Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/releng/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.releng-parent/5.0.0-SNAPSHOT/org.eclipse.tracecompass.releng-parent-5.0.0-SNAPSHOT.pom 16:25:31 [2019-07-19T20:25:31.545Z] [INFO] 16:25:31 [2019-07-19T20:25:31.545Z] [INFO] ------< org.eclipse.tracecompass:org.eclipse.tracecompass.target >------ 16:25:31 [2019-07-19T20:25:31.545Z] [INFO] Building Trace Compass Target Platform 5.0.0-SNAPSHOT [121/134] 16:25:31 [2019-07-19T20:25:31.545Z] [INFO] --------------------------------[ pom ]--------------------------------- 16:25:31 [2019-07-19T20:25:31.545Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.pom 16:25:31 [2019-07-19T20:25:31.545Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.pom 16:25:31 [2019-07-19T20:25:31.545Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.pom 16:25:31 [2019-07-19T20:25:31.802Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.pom 16:25:31 [2019-07-19T20:25:31.802Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.pom 16:25:31 [2019-07-19T20:25:31.802Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.pom 16:25:32 [2019-07-19T20:25:32.060Z] Progress (1): 4.1/5.8 kB Progress (1): 5.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.pom (5.8 kB at 83 kB/s) 16:25:32 [2019-07-19T20:25:32.060Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom 16:25:32 [2019-07-19T20:25:32.060Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom 16:25:32 [2019-07-19T20:25:32.060Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom 16:25:32 [2019-07-19T20:25:32.060Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom 16:25:32 [2019-07-19T20:25:32.060Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom 16:25:32 [2019-07-19T20:25:32.060Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom 16:25:32 [2019-07-19T20:25:32.317Z] Progress (1): 4.1/34 kB Progress (1): 7.7/34 kB Progress (1): 12/34 kB Progress (1): 16/34 kB Progress (1): 20/34 kB Progress (1): 24/34 kB Progress (1): 28/34 kB Progress (1): 32/34 kB Progress (1): 34 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom (34 kB at 800 kB/s) 16:25:32 [2019-07-19T20:25:32.317Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.jar 16:25:32 [2019-07-19T20:25:32.317Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.jar 16:25:32 [2019-07-19T20:25:32.317Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.jar 16:25:32 [2019-07-19T20:25:32.574Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.jar 16:25:32 [2019-07-19T20:25:32.574Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.jar 16:25:32 [2019-07-19T20:25:32.574Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.jar 16:25:32 [2019-07-19T20:25:32.574Z] Progress (1): 4.1/64 kB Progress (1): 7.7/64 kB Progress (1): 12/64 kB Progress (1): 16/64 kB Progress (1): 20/64 kB Progress (1): 24/64 kB Progress (1): 28/64 kB Progress (1): 32/64 kB Progress (1): 36/64 kB Progress (1): 40/64 kB Progress (1): 44/64 kB Progress (1): 48/64 kB Progress (1): 52/64 kB Progress (1): 56/64 kB Progress (1): 60/64 kB Progress (1): 64/64 kB Progress (1): 64 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.jar (64 kB at 976 kB/s) 16:25:32 [2019-07-19T20:25:32.574Z] [INFO] 16:25:32 [2019-07-19T20:25:32.574Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.target --- 16:25:32 [2019-07-19T20:25:32.574Z] [INFO] 16:25:32 [2019-07-19T20:25:32.574Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.target --- 16:25:32 [2019-07-19T20:25:32.574Z] [INFO] 16:25:32 [2019-07-19T20:25:32.574Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.target --- 16:25:32 [2019-07-19T20:25:32.574Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.target/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 16:25:32 [2019-07-19T20:25:32.574Z] [INFO] 16:25:32 [2019-07-19T20:25:32.574Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.target --- 16:25:32 [2019-07-19T20:25:32.574Z] [INFO] 16:25:32 [2019-07-19T20:25:32.574Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.target --- 16:25:32 [2019-07-19T20:25:32.574Z] [INFO] 16:25:32 [2019-07-19T20:25:32.574Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.target --- 16:25:32 [2019-07-19T20:25:32.574Z] [INFO] 16:25:32 [2019-07-19T20:25:32.574Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.target --- 16:25:32 [2019-07-19T20:25:32.574Z] [INFO] 16:25:32 [2019-07-19T20:25:32.574Z] [INFO] --- build-helper-maven-plugin:3.0.0:attach-artifact (attach-artifacts) @ org.eclipse.tracecompass.target --- 16:25:32 [2019-07-19T20:25:32.574Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom 16:25:32 [2019-07-19T20:25:32.830Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom 16:25:32 [2019-07-19T20:25:32.830Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom 16:25:32 [2019-07-19T20:25:32.830Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom 16:25:32 [2019-07-19T20:25:32.830Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom 16:25:32 [2019-07-19T20:25:32.830Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom 16:25:33 [2019-07-19T20:25:33.087Z] Progress (1): 4.1/4.7 kB Progress (1): 4.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom (4.7 kB at 123 kB/s) 16:25:33 [2019-07-19T20:25:33.087Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom 16:25:33 [2019-07-19T20:25:33.087Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom 16:25:33 [2019-07-19T20:25:33.087Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom 16:25:33 [2019-07-19T20:25:33.087Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom 16:25:33 [2019-07-19T20:25:33.087Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom 16:25:33 [2019-07-19T20:25:33.345Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom 16:25:33 [2019-07-19T20:25:33.345Z] Progress (1): 4.1/5.1 kB Progress (1): 5.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom (5.1 kB at 170 kB/s) 16:25:33 [2019-07-19T20:25:33.345Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom 16:25:33 [2019-07-19T20:25:33.345Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom 16:25:33 [2019-07-19T20:25:33.345Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom 16:25:33 [2019-07-19T20:25:33.345Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom 16:25:33 [2019-07-19T20:25:33.601Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom 16:25:33 [2019-07-19T20:25:33.601Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom 16:25:33 [2019-07-19T20:25:33.601Z] Progress (1): 4.1/4.2 kB Progress (1): 4.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom (4.2 kB at 148 kB/s) 16:25:33 [2019-07-19T20:25:33.601Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom 16:25:33 [2019-07-19T20:25:33.601Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom 16:25:33 [2019-07-19T20:25:33.601Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom 16:25:33 [2019-07-19T20:25:33.858Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom 16:25:33 [2019-07-19T20:25:33.858Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom 16:25:33 [2019-07-19T20:25:33.858Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom 16:25:33 [2019-07-19T20:25:33.858Z] Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom (1.7 kB at 49 kB/s) 16:25:33 [2019-07-19T20:25:33.858Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom 16:25:33 [2019-07-19T20:25:33.858Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom 16:25:33 [2019-07-19T20:25:33.858Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom 16:25:34 [2019-07-19T20:25:34.114Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom 16:25:34 [2019-07-19T20:25:34.114Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom 16:25:34 [2019-07-19T20:25:34.114Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom 16:25:34 [2019-07-19T20:25:34.114Z] Progress (1): 4.1/21 kB Progress (1): 7.7/21 kB Progress (1): 12/21 kB Progress (1): 16/21 kB Progress (1): 20/21 kB Progress (1): 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom (21 kB at 554 kB/s) 16:25:34 [2019-07-19T20:25:34.371Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar 16:25:34 [2019-07-19T20:25:34.371Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar 16:25:34 [2019-07-19T20:25:34.371Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar 16:25:34 [2019-07-19T20:25:34.371Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar 16:25:34 [2019-07-19T20:25:34.371Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar 16:25:34 [2019-07-19T20:25:34.371Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar 16:25:34 [2019-07-19T20:25:34.628Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar 16:25:34 [2019-07-19T20:25:34.628Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar 16:25:34 [2019-07-19T20:25:34.628Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar 16:25:34 [2019-07-19T20:25:34.628Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar 16:25:34 [2019-07-19T20:25:34.628Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar 16:25:34 [2019-07-19T20:25:34.628Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar 16:25:34 [2019-07-19T20:25:34.979Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar 16:25:34 [2019-07-19T20:25:34.979Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar 16:25:34 [2019-07-19T20:25:34.979Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar 16:25:34 [2019-07-19T20:25:34.979Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar 16:25:34 [2019-07-19T20:25:34.979Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar 16:25:34 [2019-07-19T20:25:34.979Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar 16:25:34 [2019-07-19T20:25:34.979Z] Progress (1): 4.1/54 kB Progress (1): 7.7/54 kB Progress (1): 12/54 kB Progress (1): 16/54 kB Progress (1): 20/54 kB Progress (1): 24/54 kB Progress (1): 28/54 kB Progress (1): 32/54 kB Progress (1): 36/54 kB Progress (1): 40/54 kB Progress (1): 44/54 kB Progress (1): 48/54 kB Progress (1): 52/54 kB Progress (1): 54 kB Progress (2): 54 kB | 4.1/41 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar (54 kB at 615 kB/s) 16:25:34 [2019-07-19T20:25:34.979Z] Progress (2): 4.1/41 kB | 4.1/35 kB Progress (2): 7.7/41 kB | 4.1/35 kB Progress (2): 7.7/41 kB | 7.7/35 kB Progress (2): 12/41 kB | 7.7/35 kB Progress (2): 16/41 kB | 7.7/35 kB Progress (2): 16/41 kB | 12/35 kB Progress (2): 20/41 kB | 12/35 kB Progress (2): 20/41 kB | 16/35 kB Progress (2): 24/41 kB | 16/35 kB Progress (2): 24/41 kB | 20/35 kB Progress (2): 28/41 kB | 20/35 kB Progress (2): 28/41 kB | 24/35 kB Progress (2): 32/41 kB | 24/35 kB Progress (2): 32/41 kB | 28/35 kB Progress (2): 36/41 kB | 28/35 kB Progress (2): 36/41 kB | 32/35 kB Progress (2): 40/41 kB | 32/35 kB Progress (2): 40/41 kB | 35 kB Progress (2): 41 kB | 35 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar (41 kB at 419 kB/s) 16:25:34 [2019-07-19T20:25:34.979Z] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar (35 kB at 353 kB/s) 16:25:35 [2019-07-19T20:25:35.237Z] [INFO] 16:25:35 [2019-07-19T20:25:35.237Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.target --- 16:25:35 [2019-07-19T20:25:35.237Z] [INFO] Skipping JaCoCo execution due to missing classes directory. 16:25:35 [2019-07-19T20:25:35.237Z] [INFO] 16:25:35 [2019-07-19T20:25:35.237Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.target --- 16:25:35 [2019-07-19T20:25:35.237Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.target/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.target/5.0.0-SNAPSHOT/org.eclipse.tracecompass.target-5.0.0-SNAPSHOT.pom 16:25:35 [2019-07-19T20:25:35.237Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.target/tracecompass-e4.6.target to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.target/5.0.0-SNAPSHOT/org.eclipse.tracecompass.target-5.0.0-SNAPSHOT-tracecompass-e4.6.target 16:25:35 [2019-07-19T20:25:35.237Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.target/tracecompass-e4.7.target to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.target/5.0.0-SNAPSHOT/org.eclipse.tracecompass.target-5.0.0-SNAPSHOT-tracecompass-e4.7.target 16:25:35 [2019-07-19T20:25:35.237Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.target/tracecompass-e4.8.target to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.target/5.0.0-SNAPSHOT/org.eclipse.tracecompass.target-5.0.0-SNAPSHOT-tracecompass-e4.8.target 16:25:35 [2019-07-19T20:25:35.237Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.target/tracecompass-e4.9.target to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.target/5.0.0-SNAPSHOT/org.eclipse.tracecompass.target-5.0.0-SNAPSHOT-tracecompass-e4.9.target 16:25:35 [2019-07-19T20:25:35.237Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.target/tracecompass-e4.10.target to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.target/5.0.0-SNAPSHOT/org.eclipse.tracecompass.target-5.0.0-SNAPSHOT-tracecompass-e4.10.target 16:25:35 [2019-07-19T20:25:35.237Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.target/tracecompass-e4.11.target to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.target/5.0.0-SNAPSHOT/org.eclipse.tracecompass.target-5.0.0-SNAPSHOT-tracecompass-e4.11.target 16:25:35 [2019-07-19T20:25:35.237Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.target/tracecompass-eStaging.target to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.target/5.0.0-SNAPSHOT/org.eclipse.tracecompass.target-5.0.0-SNAPSHOT-tracecompass-eStaging.target 16:25:35 [2019-07-19T20:25:35.237Z] [INFO] 16:25:35 [2019-07-19T20:25:35.237Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.integration.swtbot.tests >-- 16:25:35 [2019-07-19T20:25:35.237Z] [INFO] Building org.eclipse.tracecompass.integration.swtbot.tests 1.0.8-SNAPSHOT [122/134] 16:25:35 [2019-07-19T20:25:35.237Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- 16:25:35 [2019-07-19T20:25:35.237Z] [INFO] 16:25:35 [2019-07-19T20:25:35.237Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.integration.swtbot.tests --- 16:25:35 [2019-07-19T20:25:35.237Z] [INFO] 16:25:35 [2019-07-19T20:25:35.237Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.integration.swtbot.tests --- 16:25:35 [2019-07-19T20:25:35.237Z] [INFO] The project's OSGi version is 1.0.8.201907191907 16:25:35 [2019-07-19T20:25:35.237Z] [INFO] 16:25:35 [2019-07-19T20:25:35.237Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.integration.swtbot.tests --- 16:25:35 [2019-07-19T20:25:35.237Z] [INFO] 16:25:35 [2019-07-19T20:25:35.237Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.integration.swtbot.tests --- 16:25:35 [2019-07-19T20:25:35.237Z] [INFO] 16:25:35 [2019-07-19T20:25:35.237Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.integration.swtbot.tests --- 16:25:35 [2019-07-19T20:25:35.237Z] [INFO] 16:25:35 [2019-07-19T20:25:35.237Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.integration.swtbot.tests --- 16:25:35 [2019-07-19T20:25:35.237Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 16:25:35 [2019-07-19T20:25:35.237Z] [INFO] 16:25:35 [2019-07-19T20:25:35.237Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.integration.swtbot.tests --- 16:25:35 [2019-07-19T20:25:35.237Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:25:35 [2019-07-19T20:25:35.237Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/src/main/resources 16:25:35 [2019-07-19T20:25:35.237Z] [INFO] 16:25:35 [2019-07-19T20:25:35.237Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.integration.swtbot.tests --- 16:25:35 [2019-07-19T20:25:35.237Z] [INFO] Compiling 7 source files to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/classes 16:25:40 [2019-07-19T20:25:40.491Z] [INFO] 16:25:40 [2019-07-19T20:25:40.491Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.integration.swtbot.tests --- 16:25:40 [2019-07-19T20:25:40.491Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:25:40 [2019-07-19T20:25:40.491Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/src/test/resources 16:25:40 [2019-07-19T20:25:40.491Z] [INFO] 16:25:40 [2019-07-19T20:25:40.491Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.integration.swtbot.tests --- 16:25:40 [2019-07-19T20:25:40.491Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/org.eclipse.tracecompass.integration.swtbot.tests-1.0.8-SNAPSHOT-sources.jar 16:25:40 [2019-07-19T20:25:40.491Z] [INFO] 16:25:40 [2019-07-19T20:25:40.491Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.integration.swtbot.tests --- 16:25:40 [2019-07-19T20:25:40.491Z] [INFO] 16:25:40 [2019-07-19T20:25:40.491Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.integration.swtbot.tests --- 16:25:40 [2019-07-19T20:25:40.491Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/org.eclipse.tracecompass.integration.swtbot.tests-1.0.8-SNAPSHOT.jar 16:25:40 [2019-07-19T20:25:40.491Z] [INFO] 16:25:40 [2019-07-19T20:25:40.491Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.integration.swtbot.tests --- 16:25:40 [2019-07-19T20:25:40.491Z] [INFO] 16:25:40 [2019-07-19T20:25:40.491Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.integration.swtbot.tests --- 16:25:40 [2019-07-19T20:25:40.491Z] [INFO] 16:25:40 [2019-07-19T20:25:40.491Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.integration.swtbot.tests --- 16:25:40 [2019-07-19T20:25:40.491Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/org.eclipse.tracecompass.integration.swtbot.tests-1.0.8-SNAPSHOT.jar 16:25:40 [2019-07-19T20:25:40.491Z] [INFO] 16:25:40 [2019-07-19T20:25:40.491Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.integration.swtbot.tests --- 16:25:40 [2019-07-19T20:25:40.491Z] [INFO] 16:25:40 [2019-07-19T20:25:40.491Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.integration.swtbot.tests --- 16:25:47 [2019-07-19T20:25:47.037Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.metadata/.log 16:25:47 [2019-07-19T20:25:47.038Z] [INFO] Command line: 16:25:47 [2019-07-19T20:25:47.038Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -nouithread, -consoleLog] 16:25:47 [2019-07-19T20:25:47.038Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass 16:25:52 [2019-07-19T20:25:52.295Z] !SESSION 2019-07-19 20:25:46.912 ----------------------------------------------- 16:25:52 [2019-07-19T20:25:52.295Z] eclipse.buildId=unknown 16:25:52 [2019-07-19T20:25:52.295Z] java.version=1.8.0_202 16:25:52 [2019-07-19T20:25:52.295Z] java.vendor=Oracle Corporation 16:25:52 [2019-07-19T20:25:52.295Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US 16:25:52 [2019-07-19T20:25:52.295Z] Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/surefire.properties -product org.eclipse.platform.ide -nouithread 16:25:52 [2019-07-19T20:25:52.295Z] Command-line arguments: -data /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/surefire.properties -product org.eclipse.platform.ide -nouithread -consoleLog 16:25:52 [2019-07-19T20:25:52.295Z] 16:25:52 [2019-07-19T20:25:52.295Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-19 20:25:51.676 16:25:52 [2019-07-19T20:25:52.295Z] !MESSAGE FrameworkEvent ERROR 16:25:52 [2019-07-19T20:25:52.295Z] !STACK 0 16:25:52 [2019-07-19T20:25:52.295Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [65] 16:25:52 [2019-07-19T20:25:52.295Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 16:25:52 [2019-07-19T20:25:52.295Z] 16:25:52 [2019-07-19T20:25:52.295Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 16:25:52 [2019-07-19T20:25:52.295Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 16:25:52 [2019-07-19T20:25:52.295Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 16:25:52 [2019-07-19T20:25:52.295Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 16:25:52 [2019-07-19T20:25:52.295Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 16:25:52 [2019-07-19T20:25:52.295Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 16:25:52 [2019-07-19T20:25:52.295Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 16:25:52 [2019-07-19T20:25:52.295Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 16:25:52 [2019-07-19T20:25:52.295Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 16:25:52 [2019-07-19T20:25:52.295Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 16:25:52 [2019-07-19T20:25:52.295Z] 16:25:52 [2019-07-19T20:25:52.295Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-19 20:25:51.888 16:25:52 [2019-07-19T20:25:52.295Z] !MESSAGE FrameworkEvent ERROR 16:25:52 [2019-07-19T20:25:52.295Z] !STACK 0 16:25:52 [2019-07-19T20:25:52.295Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [134] 16:25:52 [2019-07-19T20:25:52.295Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 16:25:52 [2019-07-19T20:25:52.295Z] Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)" 16:25:52 [2019-07-19T20:25:52.295Z] -> Export-Package: org.apache.http.impl.auth.win; bundle-symbolic-name="org.apache.httpcomponents.httpclient.win"; bundle-version="4.5.6.v20190213-1947"; version="4.5.6"; x-internal:="true"; uses:="org.apache.http,org.apache.http.auth,org.apache.http.client,org.apache.http.impl.auth,org.apache.http.protocol,org.apache.http.util" 16:25:52 [2019-07-19T20:25:52.295Z] org.apache.httpcomponents.httpclient.win [36] 16:25:52 [2019-07-19T20:25:52.295Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 16:25:52 [2019-07-19T20:25:52.295Z] 16:25:52 [2019-07-19T20:25:52.295Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 16:25:52 [2019-07-19T20:25:52.295Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 16:25:52 [2019-07-19T20:25:52.295Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 16:25:52 [2019-07-19T20:25:52.295Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 16:25:52 [2019-07-19T20:25:52.295Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 16:25:52 [2019-07-19T20:25:52.295Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 16:25:52 [2019-07-19T20:25:52.295Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 16:25:52 [2019-07-19T20:25:52.295Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 16:25:52 [2019-07-19T20:25:52.295Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 16:25:52 [2019-07-19T20:25:52.295Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 16:25:54 [2019-07-19T20:25:54.818Z] process 16643: D-Bus library appears to be incorrectly set up; failed to read machine uuid: UUID file '/etc/machine-id' should contain a hex string of length 32, not length 0, with no other text 16:25:54 [2019-07-19T20:25:54.818Z] See the manual page for dbus-uuidgen to correct this issue. 16:25:55 [2019-07-19T20:25:55.380Z] SWT SessionManagerDBus: Failed to connect to org.gnome.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory) 16:25:55 [2019-07-19T20:25:55.380Z] SWT SessionManagerDBus: Failed to connect to org.xfce.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory) 16:26:07 [2019-07-19T20:26:07.566Z] Running org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTraceActionsTest 16:26:08 [2019-07-19T20:26:08.130Z] Display size: 1440x900 16:26:08 [2019-07-19T20:26:08.130Z] OS version=3.10.0-957.21.3.el7.x86_64 16:26:08 [2019-07-19T20:26:08.130Z] GTK version=3.18.9 16:26:08 [2019-07-19T20:26:08.130Z] GTK theme=Ambiance 16:26:08 [2019-07-19T20:26:08.130Z] LIBOVERLAY_SCROLLBAR=0 16:26:08 [2019-07-19T20:26:08.130Z] Time zone: Coordinated Universal Time 16:26:08 [2019-07-19T20:26:08.130Z] log4j:WARN No appenders could be found for logger (org.eclipse.swtbot.swt.finder.widgets.SWTBotShell). 16:26:08 [2019-07-19T20:26:08.130Z] log4j:WARN Please initialize the log4j system properly. 16:26:14 [2019-07-19T20:26:14.677Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:26:14 [2019-07-19T20:26:14.677Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:26:14 [2019-07-19T20:26:14.677Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:26:14 [2019-07-19T20:26:14.677Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:26:14 [2019-07-19T20:26:14.677Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:26:14 [2019-07-19T20:26:14.677Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:26:14 [2019-07-19T20:26:14.677Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:26:14 [2019-07-19T20:26:14.677Z] DEBUG - Attempting to set focus on Tree with text {} 16:26:14 [2019-07-19T20:26:14.677Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199878743 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:26:14 [2019-07-19T20:26:14.677Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199878746 data=null doit=true} to TreeItem with text {test} 16:26:14 [2019-07-19T20:26:14.677Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199878747 data=null} to TreeItem with text {test} 16:26:14 [2019-07-19T20:26:14.677Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199878748 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:26:14 [2019-07-19T20:26:14.677Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199878749 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:26:14 [2019-07-19T20:26:14.934Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199878977 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:26:14 [2019-07-19T20:26:14.934Z] DEBUG - Attempting to set focus on Tree with text {} 16:26:14 [2019-07-19T20:26:14.934Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199879029 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:26:14 [2019-07-19T20:26:14.934Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199879030 data=null doit=true} to TreeItem with text {test} 16:26:14 [2019-07-19T20:26:14.934Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199879030 data=null} to TreeItem with text {test} 16:26:14 [2019-07-19T20:26:14.934Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199879031 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:26:14 [2019-07-19T20:26:14.934Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199879031 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:26:14 [2019-07-19T20:26:14.934Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199879043 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:26:14 [2019-07-19T20:26:14.934Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199879051 data=null doit=true} to TreeItem with text {test} 16:26:14 [2019-07-19T20:26:14.934Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199879052 data=null} to TreeItem with text {test} 16:26:14 [2019-07-19T20:26:14.934Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199879052 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:26:14 [2019-07-19T20:26:14.934Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=199879053 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {test} 16:26:14 [2019-07-19T20:26:14.934Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199879145 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:26:14 [2019-07-19T20:26:14.934Z] DEBUG - Attempting to set focus on Tree with text {} 16:26:14 [2019-07-19T20:26:14.934Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=199879149 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 16:26:14 [2019-07-19T20:26:14.934Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=199879150 data=null doit=true} to TreeItem with text {Traces [1]} 16:26:14 [2019-07-19T20:26:14.934Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=199879150 data=null} to TreeItem with text {Traces [1]} 16:26:14 [2019-07-19T20:26:14.934Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=199879151 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:26:14 [2019-07-19T20:26:14.934Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199879151 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 16:26:15 [2019-07-19T20:26:15.192Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=199879236 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:26:15 [2019-07-19T20:26:15.192Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=199879238 data=null doit=true} to TreeItem with text {Traces [1]} 16:26:15 [2019-07-19T20:26:15.192Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=199879238 data=null} to TreeItem with text {Traces [1]} 16:26:15 [2019-07-19T20:26:15.192Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=199879239 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:26:15 [2019-07-19T20:26:15.192Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=199879239 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {Traces [1]} 16:26:15 [2019-07-19T20:26:15.192Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=199879244 data=null button=1 stateMask=0x80000 x=75 y=53 count=1} to TreeItem with text {Traces [1]} 16:26:15 [2019-07-19T20:26:15.192Z] DEBUG - Attempting to set focus on Tree with text {} 16:26:15 [2019-07-19T20:26:15.192Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199879246 data=null button=0 stateMask=0x0 x=136 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:26:15 [2019-07-19T20:26:15.192Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=199879246 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:26:15 [2019-07-19T20:26:15.192Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=199879247 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:26:15 [2019-07-19T20:26:15.192Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199879247 data=null button=1 stateMask=0x0 x=136 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:26:15 [2019-07-19T20:26:15.192Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199879248 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:26:15 [2019-07-19T20:26:15.449Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199879551 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:26:15 [2019-07-19T20:26:15.449Z] DEBUG - Attempting to set focus on Tree with text {} 16:26:15 [2019-07-19T20:26:15.705Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:26:15 [2019-07-19T20:26:15.962Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:26:15 [2019-07-19T20:26:15.962Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:26:15 [2019-07-19T20:26:15.962Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:26:15 [2019-07-19T20:26:15.962Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:26:15 [2019-07-19T20:26:15.962Z] DEBUG - Attempting to set focus on Table with text {} 16:26:15 [2019-07-19T20:26:15.962Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=199880077 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:26:15 [2019-07-19T20:26:15.962Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=199880078 data=null doit=true} to TableItem with text {} 16:26:15 [2019-07-19T20:26:15.962Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=199880078 data=null} to TableItem with text {} 16:26:15 [2019-07-19T20:26:15.962Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=199880079 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:26:15 [2019-07-19T20:26:15.962Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=199880080 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:26:15 [2019-07-19T20:26:15.962Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=199880155 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:26:15 [2019-07-19T20:26:15.962Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:26:15 [2019-07-19T20:26:15.962Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:26:16 [2019-07-19T20:26:16.220Z] *** BUG *** 16:26:16 [2019-07-19T20:26:16.220Z] In pixman_region32_init_rect: Invalid rectangle passed 16:26:16 [2019-07-19T20:26:16.220Z] Set a breakpoint on '_pixman_log_error' to debug 16:26:16 [2019-07-19T20:26:16.220Z] 16:26:16 [2019-07-19T20:26:16.220Z] *** BUG *** 16:26:16 [2019-07-19T20:26:16.220Z] In pixman_region32_init_rect: Invalid rectangle passed 16:26:16 [2019-07-19T20:26:16.220Z] Set a breakpoint on '_pixman_log_error' to debug 16:26:16 [2019-07-19T20:26:16.220Z] 16:26:16 [2019-07-19T20:26:16.220Z] *** BUG *** 16:26:16 [2019-07-19T20:26:16.220Z] In pixman_region32_init_rect: Invalid rectangle passed 16:26:16 [2019-07-19T20:26:16.220Z] Set a breakpoint on '_pixman_log_error' to debug 16:26:16 [2019-07-19T20:26:16.220Z] 16:26:16 [2019-07-19T20:26:16.220Z] *** BUG *** 16:26:16 [2019-07-19T20:26:16.220Z] In pixman_region32_init_rect: Invalid rectangle passed 16:26:16 [2019-07-19T20:26:16.220Z] Set a breakpoint on '_pixman_log_error' to debug 16:26:16 [2019-07-19T20:26:16.220Z] 16:26:16 [2019-07-19T20:26:16.482Z] *** BUG *** 16:26:16 [2019-07-19T20:26:16.482Z] In pixman_region32_init_rect: Invalid rectangle passed 16:26:16 [2019-07-19T20:26:16.482Z] Set a breakpoint on '_pixman_log_error' to debug 16:26:16 [2019-07-19T20:26:16.482Z] 16:26:16 [2019-07-19T20:26:16.482Z] *** BUG *** 16:26:16 [2019-07-19T20:26:16.482Z] In pixman_region32_init_rect: Invalid rectangle passed 16:26:16 [2019-07-19T20:26:16.482Z] Set a breakpoint on '_pixman_log_error' to debug 16:26:16 [2019-07-19T20:26:16.482Z] 16:26:16 [2019-07-19T20:26:16.482Z] *** BUG *** 16:26:16 [2019-07-19T20:26:16.482Z] In pixman_region32_init_rect: Invalid rectangle passed 16:26:16 [2019-07-19T20:26:16.482Z] Set a breakpoint on '_pixman_log_error' to debug 16:26:16 [2019-07-19T20:26:16.482Z] 16:26:16 [2019-07-19T20:26:16.482Z] *** BUG *** 16:26:16 [2019-07-19T20:26:16.482Z] In pixman_region32_init_rect: Invalid rectangle passed 16:26:16 [2019-07-19T20:26:16.482Z] Set a breakpoint on '_pixman_log_error' to debug 16:26:16 [2019-07-19T20:26:16.482Z] 16:26:16 [2019-07-19T20:26:16.482Z] *** BUG *** 16:26:16 [2019-07-19T20:26:16.482Z] In pixman_region32_init_rect: Invalid rectangle passed 16:26:16 [2019-07-19T20:26:16.482Z] Set a breakpoint on '_pixman_log_error' to debug 16:26:16 [2019-07-19T20:26:16.482Z] 16:26:16 [2019-07-19T20:26:16.787Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.statistics"' 16:26:16 [2019-07-19T20:26:16.788Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:26:16 [2019-07-19T20:26:16.788Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:26:16 [2019-07-19T20:26:16.788Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:26:16 [2019-07-19T20:26:16.788Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:26:16 [2019-07-19T20:26:16.788Z] *** BUG *** 16:26:16 [2019-07-19T20:26:16.788Z] In pixman_region32_init_rect: Invalid rectangle passed 16:26:16 [2019-07-19T20:26:16.788Z] Set a breakpoint on '_pixman_log_error' to debug 16:26:16 [2019-07-19T20:26:16.788Z] 16:26:17 [2019-07-19T20:26:17.044Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:26:17 [2019-07-19T20:26:17.044Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:26:17 [2019-07-19T20:26:17.044Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:26:17 [2019-07-19T20:26:17.044Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:26:17 [2019-07-19T20:26:17.044Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:26:17 [2019-07-19T20:26:17.044Z] DEBUG - Attempting to set focus on Tree with text {} 16:26:17 [2019-07-19T20:26:17.044Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199881249 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:26:17 [2019-07-19T20:26:17.044Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199881249 data=null doit=true} to TreeItem with text {test} 16:26:17 [2019-07-19T20:26:17.044Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199881249 data=null} to TreeItem with text {test} 16:26:17 [2019-07-19T20:26:17.044Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199881250 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:26:17 [2019-07-19T20:26:17.044Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199881250 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:26:17 [2019-07-19T20:26:17.044Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199881274 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:26:17 [2019-07-19T20:26:17.301Z] DEBUG - Attempting to set focus on Tree with text {} 16:26:17 [2019-07-19T20:26:17.301Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199881329 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:26:17 [2019-07-19T20:26:17.301Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199881329 data=null doit=true} to TreeItem with text {test} 16:26:17 [2019-07-19T20:26:17.301Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199881329 data=null} to TreeItem with text {test} 16:26:17 [2019-07-19T20:26:17.301Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199881330 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:26:17 [2019-07-19T20:26:17.301Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199881330 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:26:17 [2019-07-19T20:26:17.301Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199881343 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:26:17 [2019-07-19T20:26:17.301Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:26:17 [2019-07-19T20:26:17.301Z] DEBUG - Attempting to set focus on Tree with text {} 16:26:17 [2019-07-19T20:26:17.301Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=199881351 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 16:26:17 [2019-07-19T20:26:17.301Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=199881351 data=null doit=true} to TreeItem with text {Traces [1]} 16:26:17 [2019-07-19T20:26:17.301Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=199881352 data=null} to TreeItem with text {Traces [1]} 16:26:17 [2019-07-19T20:26:17.301Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=199881353 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:26:17 [2019-07-19T20:26:17.301Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199881353 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 16:26:17 [2019-07-19T20:26:17.301Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=199881374 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:26:17 [2019-07-19T20:26:17.301Z] DEBUG - Attempting to set focus on Tree with text {} 16:26:17 [2019-07-19T20:26:17.301Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=199881375 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 16:26:17 [2019-07-19T20:26:17.301Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=199881376 data=null doit=true} to TreeItem with text {Traces [1]} 16:26:17 [2019-07-19T20:26:17.301Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=199881376 data=null} to TreeItem with text {Traces [1]} 16:26:17 [2019-07-19T20:26:17.301Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=199881376 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:26:17 [2019-07-19T20:26:17.301Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199881377 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 16:26:17 [2019-07-19T20:26:17.301Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=199881439 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:26:17 [2019-07-19T20:26:17.558Z] DEBUG - matched MenuItem with text "C&lear Delete", using matcher: with mnemonic 'Clear' 16:26:17 [2019-07-19T20:26:17.558Z] DEBUG - Clicking on with mnemonic 'Clear' 16:26:17 [2019-07-19T20:26:17.815Z] DEBUG - Clicked on with mnemonic 'Clear' 16:26:17 [2019-07-19T20:26:17.815Z] DEBUG - matched Shell with text "Confirm Clear", using matcher: with text 'Confirm Clear' 16:26:17 [2019-07-19T20:26:17.815Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirm Clear} time=199882039 data=null doit=true} to Shell with text {Confirm Clear} 16:26:17 [2019-07-19T20:26:17.815Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button' 16:26:17 [2019-07-19T20:26:17.815Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes' 16:26:17 [2019-07-19T20:26:17.815Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH' 16:26:17 [2019-07-19T20:26:17.815Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:26:17 [2019-07-19T20:26:17.815Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button' 16:26:17 [2019-07-19T20:26:17.815Z] DEBUG - Clicking on &Yes 16:26:17 [2019-07-19T20:26:17.815Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=199882043 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:26:17 [2019-07-19T20:26:17.815Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=199882044 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:26:17 [2019-07-19T20:26:17.815Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=199882045 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:26:17 [2019-07-19T20:26:17.815Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=199882045 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:26:17 [2019-07-19T20:26:17.815Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=199882045 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:26:17 [2019-07-19T20:26:17.815Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=199882046 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:26:18 [2019-07-19T20:26:18.072Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=199882046 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:26:19 [2019-07-19T20:26:19.003Z] DEBUG - Clicked on 16:26:19 [2019-07-19T20:26:19.260Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {C&lear Delete} time=199881726 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Clear' 16:26:21 [2019-07-19T20:26:21.155Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:26:21 [2019-07-19T20:26:21.155Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:26:21 [2019-07-19T20:26:21.720Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:26:21 [2019-07-19T20:26:21.720Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:26:21 [2019-07-19T20:26:21.720Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:26:21 [2019-07-19T20:26:21.720Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:26:21 [2019-07-19T20:26:21.720Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:26:21 [2019-07-19T20:26:21.720Z] DEBUG - Attempting to set focus on Tree with text {} 16:26:21 [2019-07-19T20:26:21.720Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199885851 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:26:21 [2019-07-19T20:26:21.720Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199885852 data=null doit=true} to TreeItem with text {test} 16:26:21 [2019-07-19T20:26:21.720Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199885852 data=null} to TreeItem with text {test} 16:26:21 [2019-07-19T20:26:21.720Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199885853 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:26:21 [2019-07-19T20:26:21.720Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199885853 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:26:21 [2019-07-19T20:26:21.720Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199885874 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:26:21 [2019-07-19T20:26:21.720Z] DEBUG - Attempting to set focus on Tree with text {} 16:26:21 [2019-07-19T20:26:21.720Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199885875 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:26:21 [2019-07-19T20:26:21.720Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199885875 data=null doit=true} to TreeItem with text {test} 16:26:21 [2019-07-19T20:26:21.720Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199885875 data=null} to TreeItem with text {test} 16:26:21 [2019-07-19T20:26:21.720Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199885876 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:26:21 [2019-07-19T20:26:21.720Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199885876 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:26:21 [2019-07-19T20:26:21.720Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199885940 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:26:21 [2019-07-19T20:26:21.720Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:26:21 [2019-07-19T20:26:21.720Z] DEBUG - Attempting to set focus on Tree with text {} 16:26:21 [2019-07-19T20:26:21.720Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=199885943 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 16:26:21 [2019-07-19T20:26:21.720Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=199885943 data=null doit=true} to TreeItem with text {Traces [1]} 16:26:21 [2019-07-19T20:26:21.720Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=199885943 data=null} to TreeItem with text {Traces [1]} 16:26:21 [2019-07-19T20:26:21.720Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=199885948 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:26:21 [2019-07-19T20:26:21.720Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199885949 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 16:26:21 [2019-07-19T20:26:21.720Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=199885957 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:26:21 [2019-07-19T20:26:21.720Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=199885958 data=null doit=true} to TreeItem with text {Traces [1]} 16:26:21 [2019-07-19T20:26:21.720Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=199885958 data=null} to TreeItem with text {Traces [1]} 16:26:21 [2019-07-19T20:26:21.720Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=199885959 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:26:21 [2019-07-19T20:26:21.720Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=199885959 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {Traces [1]} 16:26:21 [2019-07-19T20:26:21.977Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=199885976 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:26:21 [2019-07-19T20:26:21.977Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {symbolic-link [1]} time=199886027 data=null doit=true} to TreeItem with text {symbolic-link [1]} 16:26:21 [2019-07-19T20:26:21.977Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {symbolic-link [1]} time=199886028 data=null} to TreeItem with text {symbolic-link [1]} 16:26:21 [2019-07-19T20:26:21.977Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {symbolic-link [1]} time=199886028 data=null button=1 stateMask=0x0 x=130 y=74 count=1} to TreeItem with text {symbolic-link [1]} 16:26:21 [2019-07-19T20:26:21.977Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=199886029 data=null item=TreeItem {symbolic-link [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {symbolic-link [1]} 16:26:21 [2019-07-19T20:26:21.977Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {symbolic-link [1]} time=199886033 data=null button=1 stateMask=0x80000 x=114 y=74 count=1} to TreeItem with text {symbolic-link [1]} 16:26:21 [2019-07-19T20:26:21.977Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:26:21 [2019-07-19T20:26:21.977Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomTxt.log} 16:26:21 [2019-07-19T20:26:21.977Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199886039 data=null button=0 stateMask=0x0 x=154 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:26:21 [2019-07-19T20:26:21.977Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=199886039 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:26:21 [2019-07-19T20:26:21.977Z] DEBUG - Attempting to set focus on Tree with text {} 16:26:21 [2019-07-19T20:26:21.977Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=199886040 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:26:21 [2019-07-19T20:26:21.977Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199886041 data=null button=1 stateMask=0x0 x=154 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:26:21 [2019-07-19T20:26:21.977Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199886041 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:26:21 [2019-07-19T20:26:21.977Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199886061 data=null button=1 stateMask=0x80000 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:26:21 [2019-07-19T20:26:21.977Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199886061 data=null button=1 stateMask=0x0 x=170 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:26:21 [2019-07-19T20:26:21.977Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199886062 data=null button=1 stateMask=0x0 x=170 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:26:22 [2019-07-19T20:26:22.235Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=199886063 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:26:22 [2019-07-19T20:26:22.579Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199886263 data=null button=1 stateMask=0x80000 x=170 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:26:22 [2019-07-19T20:26:22.836Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199886863 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:26:22 [2019-07-19T20:26:22.836Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=199886864 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:26:22 [2019-07-19T20:26:22.836Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=199886864 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:26:22 [2019-07-19T20:26:22.836Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomTxt.log} 16:26:22 [2019-07-19T20:26:22.836Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:26:22 [2019-07-19T20:26:22.836Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:26:22 [2019-07-19T20:26:22.836Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:26:22 [2019-07-19T20:26:22.836Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:26:22 [2019-07-19T20:26:22.836Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:26:22 [2019-07-19T20:26:22.836Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:26:22 [2019-07-19T20:26:22.836Z] DEBUG - Attempting to set focus on Tree with text {} 16:26:22 [2019-07-19T20:26:22.836Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199886972 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:26:22 [2019-07-19T20:26:22.836Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199886973 data=null doit=true} to TreeItem with text {test} 16:26:22 [2019-07-19T20:26:22.836Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199886973 data=null} to TreeItem with text {test} 16:26:22 [2019-07-19T20:26:22.836Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199886973 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:26:22 [2019-07-19T20:26:22.836Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199887028 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:26:22 [2019-07-19T20:26:22.836Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199887040 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:26:22 [2019-07-19T20:26:22.836Z] DEBUG - Attempting to set focus on Tree with text {} 16:26:22 [2019-07-19T20:26:22.836Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199887043 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:26:22 [2019-07-19T20:26:22.836Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199887043 data=null doit=true} to TreeItem with text {test} 16:26:22 [2019-07-19T20:26:22.836Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199887056 data=null} to TreeItem with text {test} 16:26:22 [2019-07-19T20:26:22.836Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199887056 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:26:22 [2019-07-19T20:26:22.836Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199887057 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:26:22 [2019-07-19T20:26:22.836Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199887072 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:26:22 [2019-07-19T20:26:22.836Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:26:22 [2019-07-19T20:26:22.836Z] DEBUG - Attempting to set focus on Tree with text {} 16:26:22 [2019-07-19T20:26:22.836Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [2]} time=199887075 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [2]} 16:26:22 [2019-07-19T20:26:22.836Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [2]} time=199887075 data=null doit=true} to TreeItem with text {Traces [2]} 16:26:22 [2019-07-19T20:26:22.836Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [2]} time=199887075 data=null} to TreeItem with text {Traces [2]} 16:26:22 [2019-07-19T20:26:22.836Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [2]} time=199887076 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [2]} 16:26:22 [2019-07-19T20:26:22.836Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199887076 data=null item=TreeItem {Traces [2]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [2]} 16:26:23 [2019-07-19T20:26:23.097Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [2]} time=199887135 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [2]} 16:26:23 [2019-07-19T20:26:23.097Z] WARN - Tree item TreeItem with text {Traces [2]} is already expanded. Won't expand it again. 16:26:23 [2019-07-19T20:26:23.097Z] WARN - Tree item TreeItem with text {symbolic-link [1]} is already expanded. Won't expand it again. 16:26:23 [2019-07-19T20:26:23.097Z] DEBUG - Attempting to set focus on Tree with text {} 16:26:23 [2019-07-19T20:26:23.097Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199887138 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:26:23 [2019-07-19T20:26:23.097Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=199887138 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:26:23 [2019-07-19T20:26:23.097Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=199887139 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:26:23 [2019-07-19T20:26:23.097Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199887139 data=null button=1 stateMask=0x0 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:26:23 [2019-07-19T20:26:23.097Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199887140 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:26:23 [2019-07-19T20:26:23.097Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199887148 data=null button=1 stateMask=0x80000 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:26:23 [2019-07-19T20:26:23.354Z] DEBUG - matched MenuItem with text "Rena&me... F2", using matcher: with mnemonic 'Rename...' 16:26:23 [2019-07-19T20:26:23.354Z] DEBUG - Clicking on with mnemonic 'Rename...' 16:26:23 [2019-07-19T20:26:23.611Z] DEBUG - Clicked on with mnemonic 'Rename...' 16:26:23 [2019-07-19T20:26:23.867Z] DEBUG - matched Shell with text "Rename Trace", using matcher: with text 'Rename Trace' 16:26:24 [2019-07-19T20:26:24.125Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Rename Trace} time=199888164 data=null doit=true} to Shell with text {Rename Trace} 16:26:24 [2019-07-19T20:26:24.125Z] DEBUG - matched Text with text "ExampleCustomTxt.log", using matcher: of type 'Text' 16:26:24 [2019-07-19T20:26:24.125Z] DEBUG - matched Label with text "New Trace name:", using matcher: with mnemonic 'New Trace name:' 16:26:24 [2019-07-19T20:26:24.125Z] DEBUG - matched Text with text "ExampleCustomTxt.log", using matcher: with label (with mnemonic 'New Trace name:') 16:26:24 [2019-07-19T20:26:24.125Z] DEBUG - matched Text with text "ExampleCustomTxt.log", using matcher: (of type 'Text' and with label (with mnemonic 'New Trace name:')) 16:26:24 [2019-07-19T20:26:24.125Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:26:24 [2019-07-19T20:26:24.125Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:26:24 [2019-07-19T20:26:24.125Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 16:26:24 [2019-07-19T20:26:24.125Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:26:24 [2019-07-19T20:26:24.125Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:26:24 [2019-07-19T20:26:24.125Z] DEBUG - Clicking on OK 16:26:24 [2019-07-19T20:26:24.125Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=199888234 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:26:24 [2019-07-19T20:26:24.125Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=199888235 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:26:24 [2019-07-19T20:26:24.125Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=199888235 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:26:24 [2019-07-19T20:26:24.125Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=199888235 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:26:24 [2019-07-19T20:26:24.125Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=199888236 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:26:24 [2019-07-19T20:26:24.125Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=199888236 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:26:24 [2019-07-19T20:26:24.125Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=199888236 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:26:26 [2019-07-19T20:26:26.022Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Rena&me... F2} time=199887370 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Rename...' 16:26:26 [2019-07-19T20:26:26.022Z] DEBUG - Clicked on 16:26:26 [2019-07-19T20:26:26.022Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:26:26 [2019-07-19T20:26:26.022Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:26:26 [2019-07-19T20:26:26.022Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:26:26 [2019-07-19T20:26:26.022Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:26:26 [2019-07-19T20:26:26.022Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:26:26 [2019-07-19T20:26:26.022Z] DEBUG - Attempting to set focus on Tree with text {} 16:26:26 [2019-07-19T20:26:26.022Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199889874 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:26:26 [2019-07-19T20:26:26.022Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199889874 data=null doit=true} to TreeItem with text {test} 16:26:26 [2019-07-19T20:26:26.022Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199889874 data=null} to TreeItem with text {test} 16:26:26 [2019-07-19T20:26:26.022Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199889875 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:26:26 [2019-07-19T20:26:26.022Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199889878 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:26:26 [2019-07-19T20:26:26.022Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199889949 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:26:26 [2019-07-19T20:26:26.022Z] DEBUG - Attempting to set focus on Tree with text {} 16:26:26 [2019-07-19T20:26:26.022Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199889950 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:26:26 [2019-07-19T20:26:26.022Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199889950 data=null doit=true} to TreeItem with text {test} 16:26:26 [2019-07-19T20:26:26.022Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199889951 data=null} to TreeItem with text {test} 16:26:26 [2019-07-19T20:26:26.022Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199889951 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:26:26 [2019-07-19T20:26:26.022Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199889951 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:26:26 [2019-07-19T20:26:26.022Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199889961 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:26:26 [2019-07-19T20:26:26.022Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:26:26 [2019-07-19T20:26:26.022Z] DEBUG - Attempting to set focus on Tree with text {} 16:26:26 [2019-07-19T20:26:26.022Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [2]} time=199889963 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [2]} 16:26:26 [2019-07-19T20:26:26.022Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [2]} time=199889968 data=null doit=true} to TreeItem with text {Traces [2]} 16:26:26 [2019-07-19T20:26:26.022Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [2]} time=199889969 data=null} to TreeItem with text {Traces [2]} 16:26:26 [2019-07-19T20:26:26.022Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [2]} time=199889969 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [2]} 16:26:26 [2019-07-19T20:26:26.022Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199889970 data=null item=TreeItem {Traces [2]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [2]} 16:26:26 [2019-07-19T20:26:26.022Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [2]} time=199889978 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [2]} 16:26:26 [2019-07-19T20:26:26.022Z] WARN - Tree item TreeItem with text {Traces [2]} is already expanded. Won't expand it again. 16:26:26 [2019-07-19T20:26:26.022Z] WARN - Tree item TreeItem with text {symbolic-link [1]} is already expanded. Won't expand it again. 16:26:26 [2019-07-19T20:26:26.022Z] DEBUG - Attempting to set focus on Tree with text {} 16:26:26 [2019-07-19T20:26:26.022Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log2} time=199890037 data=null button=0 stateMask=0x0 x=174 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log2} 16:26:26 [2019-07-19T20:26:26.022Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log2} time=199890037 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log2} 16:26:26 [2019-07-19T20:26:26.022Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log2} time=199890038 data=null} to TreeItem with text {ExampleCustomTxt.log2} 16:26:26 [2019-07-19T20:26:26.022Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log2} time=199890038 data=null button=1 stateMask=0x0 x=174 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log2} 16:26:26 [2019-07-19T20:26:26.022Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199890039 data=null item=TreeItem {ExampleCustomTxt.log2} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log2} 16:26:26 [2019-07-19T20:26:26.022Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log2} time=199890055 data=null button=1 stateMask=0x80000 x=174 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log2} 16:26:26 [2019-07-19T20:26:26.022Z] DEBUG - matched MenuItem with text "&Open Shift+Ctrl+R", using matcher: with mnemonic 'Open' 16:26:26 [2019-07-19T20:26:26.022Z] DEBUG - Clicking on with mnemonic 'Open' 16:26:26 [2019-07-19T20:26:26.279Z] DEBUG - Clicked on with mnemonic 'Open' 16:26:26 [2019-07-19T20:26:26.279Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Open Shift+Ctrl+R} time=199890240 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Open' 16:26:26 [2019-07-19T20:26:26.843Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:26:27 [2019-07-19T20:26:27.100Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:26:27 [2019-07-19T20:26:27.100Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:26:27 [2019-07-19T20:26:27.100Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:26:27 [2019-07-19T20:26:27.100Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:26:27 [2019-07-19T20:26:27.356Z] DEBUG - Attempting to set focus on Table with text {} 16:26:27 [2019-07-19T20:26:27.356Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=199891375 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:26:27 [2019-07-19T20:26:27.356Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=199891376 data=null doit=true} to TableItem with text {} 16:26:27 [2019-07-19T20:26:27.356Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=199891376 data=null} to TableItem with text {} 16:26:27 [2019-07-19T20:26:27.356Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=199891377 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:26:27 [2019-07-19T20:26:27.356Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=199891377 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:26:27 [2019-07-19T20:26:27.356Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=199891381 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:26:27 [2019-07-19T20:26:27.356Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:26:27 [2019-07-19T20:26:27.356Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:26:27 [2019-07-19T20:26:27.356Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Properties"' 16:26:27 [2019-07-19T20:26:27.613Z] DEBUG - Attempting to set focus on Tree with text {} 16:26:27 [2019-07-19T20:26:27.613Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log2} time=199891773 data=null button=0 stateMask=0x0 x=174 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log2} 16:26:27 [2019-07-19T20:26:27.613Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log2} time=199891774 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log2} 16:26:27 [2019-07-19T20:26:27.613Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log2} time=199891774 data=null} to TreeItem with text {ExampleCustomTxt.log2} 16:26:27 [2019-07-19T20:26:27.613Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log2} time=199891774 data=null button=1 stateMask=0x0 x=174 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log2} 16:26:27 [2019-07-19T20:26:27.613Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199891775 data=null item=TreeItem {ExampleCustomTxt.log2} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log2} 16:26:27 [2019-07-19T20:26:27.613Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log2} time=199891837 data=null button=1 stateMask=0x80000 x=174 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log2} 16:26:27 [2019-07-19T20:26:27.613Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:26:27 [2019-07-19T20:26:27.613Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:26:27 [2019-07-19T20:26:27.870Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:26:27 [2019-07-19T20:26:27.870Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:26:27 [2019-07-19T20:26:27.870Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:26:27 [2019-07-19T20:26:27.870Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:26:27 [2019-07-19T20:26:27.870Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:26:27 [2019-07-19T20:26:27.870Z] DEBUG - Attempting to set focus on Tree with text {} 16:26:27 [2019-07-19T20:26:27.870Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199892041 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:26:27 [2019-07-19T20:26:27.870Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199892041 data=null doit=true} to TreeItem with text {test} 16:26:27 [2019-07-19T20:26:27.870Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199892042 data=null} to TreeItem with text {test} 16:26:27 [2019-07-19T20:26:27.870Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199892042 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:26:27 [2019-07-19T20:26:27.870Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199892043 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:26:28 [2019-07-19T20:26:28.127Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199892144 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:26:28 [2019-07-19T20:26:28.127Z] DEBUG - Attempting to set focus on Tree with text {} 16:26:28 [2019-07-19T20:26:28.127Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199892145 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:26:28 [2019-07-19T20:26:28.127Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199892145 data=null doit=true} to TreeItem with text {test} 16:26:28 [2019-07-19T20:26:28.127Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199892145 data=null} to TreeItem with text {test} 16:26:28 [2019-07-19T20:26:28.127Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199892146 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:26:28 [2019-07-19T20:26:28.127Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199892146 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:26:28 [2019-07-19T20:26:28.127Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199892156 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:26:28 [2019-07-19T20:26:28.127Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:26:28 [2019-07-19T20:26:28.127Z] DEBUG - Attempting to set focus on Tree with text {} 16:26:28 [2019-07-19T20:26:28.127Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [2]} time=199892158 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [2]} 16:26:28 [2019-07-19T20:26:28.127Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [2]} time=199892158 data=null doit=true} to TreeItem with text {Traces [2]} 16:26:28 [2019-07-19T20:26:28.127Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [2]} time=199892158 data=null} to TreeItem with text {Traces [2]} 16:26:28 [2019-07-19T20:26:28.127Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [2]} time=199892159 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [2]} 16:26:28 [2019-07-19T20:26:28.127Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199892159 data=null item=TreeItem {Traces [2]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [2]} 16:26:28 [2019-07-19T20:26:28.127Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [2]} time=199892236 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [2]} 16:26:28 [2019-07-19T20:26:28.127Z] DEBUG - Attempting to set focus on Tree with text {} 16:26:28 [2019-07-19T20:26:28.127Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [2]} time=199892238 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [2]} 16:26:28 [2019-07-19T20:26:28.127Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [2]} time=199892238 data=null doit=true} to TreeItem with text {Traces [2]} 16:26:28 [2019-07-19T20:26:28.127Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [2]} time=199892238 data=null} to TreeItem with text {Traces [2]} 16:26:28 [2019-07-19T20:26:28.127Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [2]} time=199892239 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [2]} 16:26:28 [2019-07-19T20:26:28.127Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199892239 data=null item=TreeItem {Traces [2]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [2]} 16:26:28 [2019-07-19T20:26:28.127Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [2]} time=199892245 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [2]} 16:26:28 [2019-07-19T20:26:28.127Z] DEBUG - matched MenuItem with text "C&lear Delete", using matcher: with mnemonic 'Clear' 16:26:28 [2019-07-19T20:26:28.127Z] DEBUG - Clicking on with mnemonic 'Clear' 16:26:28 [2019-07-19T20:26:28.384Z] DEBUG - Clicked on with mnemonic 'Clear' 16:26:28 [2019-07-19T20:26:28.642Z] DEBUG - matched Shell with text "Confirm Clear", using matcher: with text 'Confirm Clear' 16:26:28 [2019-07-19T20:26:28.642Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirm Clear} time=199892646 data=null doit=true} to Shell with text {Confirm Clear} 16:26:28 [2019-07-19T20:26:28.642Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button' 16:26:28 [2019-07-19T20:26:28.642Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes' 16:26:28 [2019-07-19T20:26:28.642Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH' 16:26:28 [2019-07-19T20:26:28.642Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:26:28 [2019-07-19T20:26:28.642Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button' 16:26:28 [2019-07-19T20:26:28.642Z] DEBUG - Clicking on &Yes 16:26:28 [2019-07-19T20:26:28.642Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=199892648 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:26:28 [2019-07-19T20:26:28.642Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=199892648 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:26:28 [2019-07-19T20:26:28.642Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=199892649 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:26:28 [2019-07-19T20:26:28.642Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=199892649 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:26:28 [2019-07-19T20:26:28.642Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=199892649 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:26:28 [2019-07-19T20:26:28.642Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=199892649 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:26:28 [2019-07-19T20:26:28.642Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=199892650 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:26:29 [2019-07-19T20:26:29.207Z] DEBUG - Clicked on 16:26:29 [2019-07-19T20:26:29.207Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {C&lear Delete} time=199892358 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Clear' 16:26:31 [2019-07-19T20:26:31.729Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:26:31 [2019-07-19T20:26:31.729Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:26:31 [2019-07-19T20:26:31.729Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:26:31 [2019-07-19T20:26:31.729Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:26:31 [2019-07-19T20:26:31.729Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:26:31 [2019-07-19T20:26:31.729Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:26:31 [2019-07-19T20:26:31.729Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:26:31 [2019-07-19T20:26:31.729Z] DEBUG - Attempting to set focus on Tree with text {} 16:26:31 [2019-07-19T20:26:31.729Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199895636 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:26:31 [2019-07-19T20:26:31.729Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199895637 data=null doit=true} to TreeItem with text {test} 16:26:31 [2019-07-19T20:26:31.729Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199895637 data=null} to TreeItem with text {test} 16:26:31 [2019-07-19T20:26:31.729Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199895638 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:26:31 [2019-07-19T20:26:31.729Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199895638 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:26:31 [2019-07-19T20:26:31.729Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199895676 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:26:31 [2019-07-19T20:26:31.729Z] DEBUG - Attempting to set focus on Tree with text {} 16:26:31 [2019-07-19T20:26:31.729Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199895729 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:26:31 [2019-07-19T20:26:31.729Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199895729 data=null doit=true} to TreeItem with text {test} 16:26:31 [2019-07-19T20:26:31.729Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199895729 data=null} to TreeItem with text {test} 16:26:31 [2019-07-19T20:26:31.729Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199895730 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:26:31 [2019-07-19T20:26:31.729Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199895731 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:26:31 [2019-07-19T20:26:31.729Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199895741 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:26:31 [2019-07-19T20:26:31.729Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:26:31 [2019-07-19T20:26:31.729Z] DEBUG - Attempting to set focus on Tree with text {} 16:26:31 [2019-07-19T20:26:31.729Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=199895748 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 16:26:31 [2019-07-19T20:26:31.729Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=199895749 data=null doit=true} to TreeItem with text {Traces [1]} 16:26:31 [2019-07-19T20:26:31.729Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=199895749 data=null} to TreeItem with text {Traces [1]} 16:26:31 [2019-07-19T20:26:31.729Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=199895749 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:26:31 [2019-07-19T20:26:31.729Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199895750 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 16:26:31 [2019-07-19T20:26:31.729Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=199895779 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:26:31 [2019-07-19T20:26:31.729Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=199895780 data=null doit=true} to TreeItem with text {Traces [1]} 16:26:31 [2019-07-19T20:26:31.729Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=199895780 data=null} to TreeItem with text {Traces [1]} 16:26:31 [2019-07-19T20:26:31.729Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=199895781 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:26:31 [2019-07-19T20:26:31.729Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=199895781 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {Traces [1]} 16:26:31 [2019-07-19T20:26:31.729Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=199895840 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:26:31 [2019-07-19T20:26:31.729Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:26:31 [2019-07-19T20:26:31.729Z] DEBUG - Attempting to set focus on Tree with text {} 16:26:31 [2019-07-19T20:26:31.729Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199895850 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:26:31 [2019-07-19T20:26:31.729Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=199895851 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:26:31 [2019-07-19T20:26:31.729Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=199895851 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:26:31 [2019-07-19T20:26:31.729Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199895851 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:26:31 [2019-07-19T20:26:31.729Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199895852 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:26:31 [2019-07-19T20:26:31.729Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199895954 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:26:31 [2019-07-19T20:26:31.986Z] DEBUG - matched MenuItem with text "&Copy... Ctrl+C", using matcher: with mnemonic 'Copy...' 16:26:31 [2019-07-19T20:26:31.986Z] DEBUG - Clicking on with mnemonic 'Copy...' 16:26:32 [2019-07-19T20:26:32.243Z] DEBUG - Clicked on with mnemonic 'Copy...' 16:26:32 [2019-07-19T20:26:32.243Z] DEBUG - matched Shell with text "Copy Trace", using matcher: with text 'Copy Trace' 16:26:32 [2019-07-19T20:26:32.243Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Copy Trace} time=199896466 data=null doit=true} to Shell with text {Copy Trace} 16:26:32 [2019-07-19T20:26:32.243Z] DEBUG - matched Text with text "ExampleCustomTxt.log", using matcher: of type 'Text' 16:26:32 [2019-07-19T20:26:32.243Z] DEBUG - matched Label with text "New Trace name:", using matcher: with mnemonic 'New Trace name:' 16:26:32 [2019-07-19T20:26:32.243Z] DEBUG - matched Text with text "ExampleCustomTxt.log", using matcher: with label (with mnemonic 'New Trace name:') 16:26:32 [2019-07-19T20:26:32.243Z] DEBUG - matched Text with text "ExampleCustomTxt.log", using matcher: (of type 'Text' and with label (with mnemonic 'New Trace name:')) 16:26:32 [2019-07-19T20:26:32.243Z] DEBUG - matched Button with text "Copy as a link", using matcher: of type 'Button' 16:26:32 [2019-07-19T20:26:32.243Z] DEBUG - matched Button with text "Copy as a new trace", using matcher: of type 'Button' 16:26:32 [2019-07-19T20:26:32.243Z] DEBUG - matched Button with text "Copy as a new trace", using matcher: with mnemonic 'Copy as a new trace' 16:26:32 [2019-07-19T20:26:32.243Z] DEBUG - matched Button with text "Copy as a new trace", using matcher: with style 'SWT.RADIO' 16:26:32 [2019-07-19T20:26:32.243Z] DEBUG - matched Button with text "Copy as a new trace", using matcher: (of type 'Button' and with mnemonic 'Copy as a new trace' and with style 'SWT.RADIO') 16:26:32 [2019-07-19T20:26:32.243Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:26:32 [2019-07-19T20:26:32.243Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:26:32 [2019-07-19T20:26:32.243Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Copy as a new trace' and with style 'SWT.RADIO') 16:26:32 [2019-07-19T20:26:32.243Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Copy as a link} time=199896485 data=null doit=true} to Button with text {Copy as a link} 16:26:32 [2019-07-19T20:26:32.243Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Copy as a link} time=199896486 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Button with text {Copy as a link} 16:26:32 [2019-07-19T20:26:32.243Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Copy as a new trace' and with style 'SWT.RADIO') 16:26:32 [2019-07-19T20:26:32.243Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Copy as a new trace} time=199896488 data=null doit=true} to (of type 'Button' and with mnemonic 'Copy as a new trace' and with style 'SWT.RADIO') 16:26:32 [2019-07-19T20:26:32.243Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Copy as a new trace} time=199896488 data=null button=1 stateMask=0x0 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'Copy as a new trace' and with style 'SWT.RADIO') 16:26:32 [2019-07-19T20:26:32.243Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Copy as a new trace} time=199896488 data=null button=1 stateMask=0x80000 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'Copy as a new trace' and with style 'SWT.RADIO') 16:26:32 [2019-07-19T20:26:32.243Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Copy as a new trace} time=199896489 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Copy as a new trace' and with style 'SWT.RADIO') 16:26:32 [2019-07-19T20:26:32.243Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Copy as a new trace' and with style 'SWT.RADIO') 16:26:32 [2019-07-19T20:26:32.243Z] DEBUG - matched Button with text "Copy as a link", using matcher: of type 'Button' 16:26:32 [2019-07-19T20:26:32.243Z] DEBUG - matched Button with text "Copy as a new trace", using matcher: of type 'Button' 16:26:32 [2019-07-19T20:26:32.243Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:26:32 [2019-07-19T20:26:32.243Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:26:32 [2019-07-19T20:26:32.243Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 16:26:32 [2019-07-19T20:26:32.243Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:26:32 [2019-07-19T20:26:32.243Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:26:32 [2019-07-19T20:26:32.500Z] DEBUG - Clicking on OK 16:26:32 [2019-07-19T20:26:32.500Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=199896531 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:26:32 [2019-07-19T20:26:32.500Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=199896532 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:26:32 [2019-07-19T20:26:32.500Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=199896532 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:26:32 [2019-07-19T20:26:32.500Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=199896532 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:26:32 [2019-07-19T20:26:32.500Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=199896532 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:26:32 [2019-07-19T20:26:32.500Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=199896533 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:26:32 [2019-07-19T20:26:32.500Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:26:32 [2019-07-19T20:26:32.500Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:26:32 [2019-07-19T20:26:32.500Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:26:32 [2019-07-19T20:26:32.500Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:26:32 [2019-07-19T20:26:32.500Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:26:32 [2019-07-19T20:26:32.500Z] DEBUG - Clicked on OK 16:26:32 [2019-07-19T20:26:32.500Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=199896533 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:26:32 [2019-07-19T20:26:32.500Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Copy... Ctrl+C} time=199896132 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Copy...' 16:26:33 [2019-07-19T20:26:33.064Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:26:33 [2019-07-19T20:26:33.064Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:26:33 [2019-07-19T20:26:33.064Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:26:33 [2019-07-19T20:26:33.064Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:26:33 [2019-07-19T20:26:33.064Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:26:33 [2019-07-19T20:26:33.064Z] DEBUG - Attempting to set focus on Tree with text {} 16:26:33 [2019-07-19T20:26:33.064Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199897082 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:26:33 [2019-07-19T20:26:33.064Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199897083 data=null doit=true} to TreeItem with text {test} 16:26:33 [2019-07-19T20:26:33.064Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199897083 data=null} to TreeItem with text {test} 16:26:33 [2019-07-19T20:26:33.064Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199897084 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:26:33 [2019-07-19T20:26:33.064Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199897084 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:26:33 [2019-07-19T20:26:33.064Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199897156 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:26:33 [2019-07-19T20:26:33.064Z] DEBUG - Attempting to set focus on Tree with text {} 16:26:33 [2019-07-19T20:26:33.064Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199897158 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:26:33 [2019-07-19T20:26:33.064Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199897158 data=null doit=true} to TreeItem with text {test} 16:26:33 [2019-07-19T20:26:33.064Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199897159 data=null} to TreeItem with text {test} 16:26:33 [2019-07-19T20:26:33.064Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199897159 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:26:33 [2019-07-19T20:26:33.064Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199897160 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:26:33 [2019-07-19T20:26:33.064Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199897176 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:26:33 [2019-07-19T20:26:33.064Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:26:33 [2019-07-19T20:26:33.064Z] DEBUG - Attempting to set focus on Tree with text {} 16:26:33 [2019-07-19T20:26:33.064Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [2]} time=199897227 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [2]} 16:26:33 [2019-07-19T20:26:33.064Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [2]} time=199897228 data=null doit=true} to TreeItem with text {Traces [2]} 16:26:33 [2019-07-19T20:26:33.064Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [2]} time=199897228 data=null} to TreeItem with text {Traces [2]} 16:26:33 [2019-07-19T20:26:33.064Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [2]} time=199897228 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [2]} 16:26:33 [2019-07-19T20:26:33.064Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199897228 data=null item=TreeItem {Traces [2]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [2]} 16:26:33 [2019-07-19T20:26:33.064Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [2]} time=199897258 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [2]} 16:26:33 [2019-07-19T20:26:33.064Z] DEBUG - Attempting to set focus on Tree with text {} 16:26:33 [2019-07-19T20:26:33.064Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [2]} time=199897260 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [2]} 16:26:33 [2019-07-19T20:26:33.064Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [2]} time=199897260 data=null doit=true} to TreeItem with text {Traces [2]} 16:26:33 [2019-07-19T20:26:33.064Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [2]} time=199897261 data=null} to TreeItem with text {Traces [2]} 16:26:33 [2019-07-19T20:26:33.064Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [2]} time=199897261 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [2]} 16:26:33 [2019-07-19T20:26:33.064Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199897262 data=null item=TreeItem {Traces [2]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [2]} 16:26:33 [2019-07-19T20:26:33.064Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [2]} time=199897274 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [2]} 16:26:33 [2019-07-19T20:26:33.321Z] DEBUG - matched MenuItem with text "Open As E&xperiment....", using matcher: with mnemonic 'Open As Experiment...' 16:26:33 [2019-07-19T20:26:33.321Z] DEBUG - matched MenuItem with text "Generic Experiment", using matcher: with mnemonic 'Generic Experiment' 16:26:33 [2019-07-19T20:26:33.321Z] DEBUG - Clicking on with mnemonic 'Generic Experiment' 16:26:33 [2019-07-19T20:26:33.321Z] DEBUG - Clicked on with mnemonic 'Generic Experiment' 16:26:33 [2019-07-19T20:26:33.578Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:26:33 [2019-07-19T20:26:33.835Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Generic Experiment} time=199897431 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Generic Experiment' 16:26:34 [2019-07-19T20:26:34.399Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:26:34 [2019-07-19T20:26:34.399Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:26:34 [2019-07-19T20:26:34.656Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:26:34 [2019-07-19T20:26:34.656Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:26:34 [2019-07-19T20:26:34.656Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:26:34 [2019-07-19T20:26:34.656Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:26:34 [2019-07-19T20:26:34.656Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:26:34 [2019-07-19T20:26:34.656Z] DEBUG - Attempting to set focus on Tree with text {} 16:26:34 [2019-07-19T20:26:34.656Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199898771 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:26:34 [2019-07-19T20:26:34.656Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199898772 data=null doit=true} to TreeItem with text {test} 16:26:34 [2019-07-19T20:26:34.656Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199898772 data=null} to TreeItem with text {test} 16:26:34 [2019-07-19T20:26:34.656Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199898772 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:26:34 [2019-07-19T20:26:34.656Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199898773 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:26:34 [2019-07-19T20:26:34.656Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199898849 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:26:34 [2019-07-19T20:26:34.656Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:26:34 [2019-07-19T20:26:34.656Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Experiments [1]} time=199898850 data=null doit=true} to TreeItem with text {Experiments [1]} 16:26:34 [2019-07-19T20:26:34.656Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Experiments [1]} time=199898850 data=null} to TreeItem with text {Experiments [1]} 16:26:34 [2019-07-19T20:26:34.656Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Experiments [1]} time=199898851 data=null button=1 stateMask=0x0 x=111 y=32 count=1} to TreeItem with text {Experiments [1]} 16:26:34 [2019-07-19T20:26:34.656Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=199898851 data=null item=TreeItem {Experiments [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {Experiments [1]} 16:26:34 [2019-07-19T20:26:34.656Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Experiments [1]} time=199898867 data=null button=1 stateMask=0x80000 x=111 y=32 count=1} to TreeItem with text {Experiments [1]} 16:26:34 [2019-07-19T20:26:34.656Z] WARN - Tree item TreeItem with text {Experiments [1]} is already expanded. Won't expand it again. 16:26:34 [2019-07-19T20:26:34.656Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:26:34 [2019-07-19T20:26:34.913Z] DEBUG - Attempting to set focus on Tree with text {} 16:26:34 [2019-07-19T20:26:34.913Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Experiment [2]} time=199898929 data=null button=0 stateMask=0x0 x=126 y=53 count=0} to TreeItem with text {Experiment [2]} 16:26:34 [2019-07-19T20:26:34.913Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Experiment [2]} time=199898929 data=null doit=true} to TreeItem with text {Experiment [2]} 16:26:34 [2019-07-19T20:26:34.913Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Experiment [2]} time=199898929 data=null} to TreeItem with text {Experiment [2]} 16:26:34 [2019-07-19T20:26:34.913Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Experiment [2]} time=199898930 data=null button=1 stateMask=0x0 x=126 y=53 count=1} to TreeItem with text {Experiment [2]} 16:26:34 [2019-07-19T20:26:34.913Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199898930 data=null item=TreeItem {Experiment [2]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Experiment [2]} 16:26:34 [2019-07-19T20:26:34.913Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Experiment [2]} time=199898958 data=null button=1 stateMask=0x80000 x=126 y=53 count=1} to TreeItem with text {Experiment [2]} 16:26:34 [2019-07-19T20:26:34.913Z] DEBUG - matched MenuItem with text "&Copy... Ctrl+C", using matcher: with mnemonic 'Copy...' 16:26:34 [2019-07-19T20:26:34.913Z] DEBUG - Clicking on with mnemonic 'Copy...' 16:26:35 [2019-07-19T20:26:35.169Z] DEBUG - Clicked on with mnemonic 'Copy...' 16:26:35 [2019-07-19T20:26:35.736Z] DEBUG - matched Shell with text "Copy Experiment", using matcher: with text 'Copy Experiment' 16:26:35 [2019-07-19T20:26:35.736Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Copy Experiment} time=199899940 data=null doit=true} to Shell with text {Copy Experiment} 16:26:35 [2019-07-19T20:26:35.736Z] DEBUG - matched Text with text "Experiment", using matcher: of type 'Text' 16:26:35 [2019-07-19T20:26:35.736Z] DEBUG - matched Label with text "New Experiment name:", using matcher: with mnemonic 'New Experiment name:' 16:26:35 [2019-07-19T20:26:35.736Z] DEBUG - matched Text with text "Experiment", using matcher: with label (with mnemonic 'New Experiment name:') 16:26:35 [2019-07-19T20:26:35.736Z] DEBUG - matched Text with text "Experiment", using matcher: (of type 'Text' and with label (with mnemonic 'New Experiment name:')) 16:26:35 [2019-07-19T20:26:35.736Z] DEBUG - matched Button with text "Deep copy this exper...", using matcher: of type 'Button' 16:26:35 [2019-07-19T20:26:35.736Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:26:35 [2019-07-19T20:26:35.736Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:26:35 [2019-07-19T20:26:35.736Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 16:26:35 [2019-07-19T20:26:35.736Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:26:35 [2019-07-19T20:26:35.736Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:26:35 [2019-07-19T20:26:35.736Z] DEBUG - Clicking on OK 16:26:35 [2019-07-19T20:26:35.736Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=199899949 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:26:35 [2019-07-19T20:26:35.736Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=199899949 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:26:35 [2019-07-19T20:26:35.736Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=199899949 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:26:35 [2019-07-19T20:26:35.736Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=199899949 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:26:35 [2019-07-19T20:26:35.736Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=199899949 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:26:35 [2019-07-19T20:26:35.736Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=199899950 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:26:35 [2019-07-19T20:26:35.736Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:26:35 [2019-07-19T20:26:35.736Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:26:35 [2019-07-19T20:26:35.736Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:26:35 [2019-07-19T20:26:35.736Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:26:35 [2019-07-19T20:26:35.736Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:26:35 [2019-07-19T20:26:35.736Z] DEBUG - Clicked on OK 16:26:36 [2019-07-19T20:26:36.081Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=199899950 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:26:36 [2019-07-19T20:26:36.081Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Copy... Ctrl+C} time=199899130 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Copy...' 16:26:36 [2019-07-19T20:26:36.340Z] WARN - Tree item TreeItem with text {Experiments [2]} is already expanded. Won't expand it again. 16:26:36 [2019-07-19T20:26:36.340Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:26:36 [2019-07-19T20:26:36.340Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:26:36 [2019-07-19T20:26:36.340Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:26:36 [2019-07-19T20:26:36.340Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:26:36 [2019-07-19T20:26:36.340Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:26:36 [2019-07-19T20:26:36.340Z] DEBUG - Attempting to set focus on Tree with text {} 16:26:36 [2019-07-19T20:26:36.340Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199900538 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:26:36 [2019-07-19T20:26:36.340Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199900538 data=null doit=true} to TreeItem with text {test} 16:26:36 [2019-07-19T20:26:36.340Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199900539 data=null} to TreeItem with text {test} 16:26:36 [2019-07-19T20:26:36.340Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199900539 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:26:36 [2019-07-19T20:26:36.340Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199900540 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:26:36 [2019-07-19T20:26:36.340Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199900576 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:26:36 [2019-07-19T20:26:36.340Z] DEBUG - Attempting to set focus on Tree with text {} 16:26:36 [2019-07-19T20:26:36.340Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199900578 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:26:36 [2019-07-19T20:26:36.340Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199900578 data=null doit=true} to TreeItem with text {test} 16:26:36 [2019-07-19T20:26:36.340Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199900578 data=null} to TreeItem with text {test} 16:26:36 [2019-07-19T20:26:36.340Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199900579 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:26:36 [2019-07-19T20:26:36.598Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199900579 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:26:36 [2019-07-19T20:26:36.598Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199900642 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:26:36 [2019-07-19T20:26:36.598Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:26:36 [2019-07-19T20:26:36.598Z] DEBUG - Attempting to set focus on Tree with text {} 16:26:36 [2019-07-19T20:26:36.598Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [2]} time=199900644 data=null button=0 stateMask=0x0 x=91 y=95 count=0} to TreeItem with text {Traces [2]} 16:26:36 [2019-07-19T20:26:36.598Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [2]} time=199900645 data=null doit=true} to TreeItem with text {Traces [2]} 16:26:36 [2019-07-19T20:26:36.598Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [2]} time=199900645 data=null} to TreeItem with text {Traces [2]} 16:26:36 [2019-07-19T20:26:36.598Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [2]} time=199900645 data=null button=1 stateMask=0x0 x=91 y=95 count=1} to TreeItem with text {Traces [2]} 16:26:36 [2019-07-19T20:26:36.598Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199900646 data=null item=TreeItem {Traces [2]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [2]} 16:26:36 [2019-07-19T20:26:36.598Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [2]} time=199900681 data=null button=1 stateMask=0x80000 x=91 y=95 count=1} to TreeItem with text {Traces [2]} 16:26:36 [2019-07-19T20:26:36.598Z] WARN - Tree item TreeItem with text {Traces [2]} is already expanded. Won't expand it again. 16:26:36 [2019-07-19T20:26:36.598Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {exp [2]} time=199900728 data=null doit=true} to TreeItem with text {exp [2]} 16:26:36 [2019-07-19T20:26:36.598Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {exp [2]} time=199900729 data=null} to TreeItem with text {exp [2]} 16:26:36 [2019-07-19T20:26:36.598Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {exp [2]} time=199900729 data=null button=1 stateMask=0x0 x=101 y=53 count=1} to TreeItem with text {exp [2]} 16:26:36 [2019-07-19T20:26:36.598Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=199900730 data=null item=TreeItem {exp [2]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {exp [2]} 16:26:36 [2019-07-19T20:26:36.598Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {exp [2]} time=199900739 data=null button=1 stateMask=0x80000 x=85 y=53 count=1} to TreeItem with text {exp [2]} 16:26:36 [2019-07-19T20:26:36.598Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:26:36 [2019-07-19T20:26:36.598Z] DEBUG - Attempting to set focus on Tree with text {} 16:26:36 [2019-07-19T20:26:36.598Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {exp [2]} time=199900763 data=null button=0 stateMask=0x0 x=101 y=53 count=0} to TreeItem with text {exp [2]} 16:26:36 [2019-07-19T20:26:36.598Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {exp [2]} time=199900763 data=null doit=true} to TreeItem with text {exp [2]} 16:26:36 [2019-07-19T20:26:36.598Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {exp [2]} time=199900763 data=null} to TreeItem with text {exp [2]} 16:26:36 [2019-07-19T20:26:36.598Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {exp [2]} time=199900763 data=null button=1 stateMask=0x0 x=101 y=53 count=1} to TreeItem with text {exp [2]} 16:26:36 [2019-07-19T20:26:36.598Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199900764 data=null item=TreeItem {exp [2]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {exp [2]} 16:26:36 [2019-07-19T20:26:36.598Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {exp [2]} time=199900777 data=null button=1 stateMask=0x80000 x=101 y=53 count=1} to TreeItem with text {exp [2]} 16:26:36 [2019-07-19T20:26:36.855Z] DEBUG - matched MenuItem with text "&Copy... Ctrl+C", using matcher: with mnemonic 'Copy...' 16:26:36 [2019-07-19T20:26:36.855Z] DEBUG - Clicking on with mnemonic 'Copy...' 16:26:37 [2019-07-19T20:26:37.112Z] DEBUG - Clicked on with mnemonic 'Copy...' 16:26:37 [2019-07-19T20:26:37.112Z] DEBUG - matched Shell with text "Copy Experiment", using matcher: with text 'Copy Experiment' 16:26:37 [2019-07-19T20:26:37.112Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Copy Experiment} time=199901290 data=null doit=true} to Shell with text {Copy Experiment} 16:26:37 [2019-07-19T20:26:37.112Z] DEBUG - matched Text with text "exp", using matcher: of type 'Text' 16:26:37 [2019-07-19T20:26:37.112Z] DEBUG - matched Label with text "New Experiment name:", using matcher: with mnemonic 'New Experiment name:' 16:26:37 [2019-07-19T20:26:37.112Z] DEBUG - matched Text with text "exp", using matcher: with label (with mnemonic 'New Experiment name:') 16:26:37 [2019-07-19T20:26:37.112Z] DEBUG - matched Text with text "exp", using matcher: (of type 'Text' and with label (with mnemonic 'New Experiment name:')) 16:26:37 [2019-07-19T20:26:37.112Z] DEBUG - matched Button with text "Deep copy this exper...", using matcher: of type 'Button' 16:26:37 [2019-07-19T20:26:37.112Z] DEBUG - matched Button with text "Deep copy this exper...", using matcher: with mnemonic 'Deep copy this experiment (each trace will be copied as a new trace)' 16:26:37 [2019-07-19T20:26:37.112Z] DEBUG - matched Button with text "Deep copy this exper...", using matcher: with style 'SWT.CHECK' 16:26:37 [2019-07-19T20:26:37.112Z] DEBUG - matched Button with text "Deep copy this exper...", using matcher: (of type 'Button' and with mnemonic 'Deep copy this experiment (each trace will be copied as a new trace)' and with style 'SWT.CHECK') 16:26:37 [2019-07-19T20:26:37.112Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:26:37 [2019-07-19T20:26:37.112Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:26:37 [2019-07-19T20:26:37.112Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Deep copy this experiment (each trace will be copied as a new trace)' and with style 'SWT.CHECK') 16:26:37 [2019-07-19T20:26:37.112Z] DEBUG - Toggling state on Button {Deep copy this experiment (each trace will be copied as a new trace)}. Setting state to selected 16:26:37 [2019-07-19T20:26:37.112Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Deep copy this experiment (each trace will be copied as a new trace)} time=199901339 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Deep copy this experiment (each trace will be copied as a new trace)' and with style 'SWT.CHECK') 16:26:37 [2019-07-19T20:26:37.112Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Deep copy this experiment (each trace will be copied as a new trace)} time=199901340 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Deep copy this experiment (each trace will be copied as a new trace)' and with style 'SWT.CHECK') 16:26:37 [2019-07-19T20:26:37.112Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Deep copy this experiment (each trace will be copied as a new trace)} time=199901340 data=null doit=true} to (of type 'Button' and with mnemonic 'Deep copy this experiment (each trace will be copied as a new trace)' and with style 'SWT.CHECK') 16:26:37 [2019-07-19T20:26:37.112Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Deep copy this experiment (each trace will be copied as a new trace)} time=199901341 data=null} to (of type 'Button' and with mnemonic 'Deep copy this experiment (each trace will be copied as a new trace)' and with style 'SWT.CHECK') 16:26:37 [2019-07-19T20:26:37.112Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Deep copy this experiment (each trace will be copied as a new trace)} time=199901341 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Deep copy this experiment (each trace will be copied as a new trace)' and with style 'SWT.CHECK') 16:26:37 [2019-07-19T20:26:37.112Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Deep copy this experiment (each trace will be copied as a new trace)} time=199901341 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Deep copy this experiment (each trace will be copied as a new trace)' and with style 'SWT.CHECK') 16:26:37 [2019-07-19T20:26:37.112Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Deep copy this experiment (each trace will be copied as a new trace)} time=199901341 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Deep copy this experiment (each trace will be copied as a new trace)' and with style 'SWT.CHECK') 16:26:37 [2019-07-19T20:26:37.112Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Deep copy this experiment (each trace will be copied as a new trace)} time=199901342 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Deep copy this experiment (each trace will be copied as a new trace)' and with style 'SWT.CHECK') 16:26:37 [2019-07-19T20:26:37.112Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Deep copy this experiment (each trace will be copied as a new trace)} time=199901342 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Deep copy this experiment (each trace will be copied as a new trace)' and with style 'SWT.CHECK') 16:26:37 [2019-07-19T20:26:37.112Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Deep copy this experiment (each trace will be copied as a new trace)} time=199901342 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Deep copy this experiment (each trace will be copied as a new trace)' and with style 'SWT.CHECK') 16:26:37 [2019-07-19T20:26:37.112Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Deep copy this experiment (each trace will be copied as a new trace)} time=199901342 data=null doit=true} to (of type 'Button' and with mnemonic 'Deep copy this experiment (each trace will be copied as a new trace)' and with style 'SWT.CHECK') 16:26:37 [2019-07-19T20:26:37.112Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Deep copy this experiment (each trace will be copied as a new trace)} time=199901342 data=null} to (of type 'Button' and with mnemonic 'Deep copy this experiment (each trace will be copied as a new trace)' and with style 'SWT.CHECK') 16:26:37 [2019-07-19T20:26:37.112Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Deep copy this experiment (each trace will be copied as a new trace)' and with style 'SWT.CHECK') 16:26:37 [2019-07-19T20:26:37.112Z] DEBUG - matched Button with text "Deep copy this exper...", using matcher: of type 'Button' 16:26:37 [2019-07-19T20:26:37.112Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:26:37 [2019-07-19T20:26:37.112Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:26:37 [2019-07-19T20:26:37.112Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 16:26:37 [2019-07-19T20:26:37.112Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:26:37 [2019-07-19T20:26:37.112Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:26:37 [2019-07-19T20:26:37.112Z] DEBUG - Clicking on OK 16:26:37 [2019-07-19T20:26:37.112Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=199901344 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:26:37 [2019-07-19T20:26:37.112Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=199901345 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:26:37 [2019-07-19T20:26:37.112Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=199901345 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:26:37 [2019-07-19T20:26:37.112Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=199901345 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:26:37 [2019-07-19T20:26:37.112Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=199901345 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:26:37 [2019-07-19T20:26:37.112Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=199901345 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:26:37 [2019-07-19T20:26:37.369Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:26:37 [2019-07-19T20:26:37.369Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:26:37 [2019-07-19T20:26:37.369Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:26:37 [2019-07-19T20:26:37.369Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:26:37 [2019-07-19T20:26:37.369Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:26:37 [2019-07-19T20:26:37.369Z] DEBUG - Clicked on OK 16:26:37 [2019-07-19T20:26:37.626Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=199901346 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:26:37 [2019-07-19T20:26:37.626Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Copy... Ctrl+C} time=199900937 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Copy...' 16:26:37 [2019-07-19T20:26:37.883Z] WARN - Tree item TreeItem with text {Experiments [3]} is already expanded. Won't expand it again. 16:26:37 [2019-07-19T20:26:37.883Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:26:37 [2019-07-19T20:26:37.883Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:26:37 [2019-07-19T20:26:37.883Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:26:37 [2019-07-19T20:26:37.883Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:26:37 [2019-07-19T20:26:37.883Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:26:37 [2019-07-19T20:26:37.883Z] DEBUG - Attempting to set focus on Tree with text {} 16:26:37 [2019-07-19T20:26:37.883Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199901950 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:26:37 [2019-07-19T20:26:37.883Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199901950 data=null doit=true} to TreeItem with text {test} 16:26:37 [2019-07-19T20:26:37.883Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199901951 data=null} to TreeItem with text {test} 16:26:37 [2019-07-19T20:26:37.883Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199901951 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:26:37 [2019-07-19T20:26:37.883Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199901951 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:26:37 [2019-07-19T20:26:37.883Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199901987 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:26:37 [2019-07-19T20:26:37.883Z] DEBUG - Attempting to set focus on Tree with text {} 16:26:37 [2019-07-19T20:26:37.883Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199902028 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:26:37 [2019-07-19T20:26:37.883Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199902029 data=null doit=true} to TreeItem with text {test} 16:26:37 [2019-07-19T20:26:37.883Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199902029 data=null} to TreeItem with text {test} 16:26:37 [2019-07-19T20:26:37.883Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199902030 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:26:37 [2019-07-19T20:26:37.883Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199902030 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:26:37 [2019-07-19T20:26:37.883Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199902040 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:26:37 [2019-07-19T20:26:37.883Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:26:37 [2019-07-19T20:26:37.883Z] DEBUG - Attempting to set focus on Tree with text {} 16:26:37 [2019-07-19T20:26:37.883Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [4]} time=199902041 data=null button=0 stateMask=0x0 x=91 y=221 count=0} to TreeItem with text {Traces [4]} 16:26:37 [2019-07-19T20:26:37.883Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [4]} time=199902042 data=null doit=true} to TreeItem with text {Traces [4]} 16:26:37 [2019-07-19T20:26:37.883Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [4]} time=199902042 data=null} to TreeItem with text {Traces [4]} 16:26:37 [2019-07-19T20:26:37.883Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [4]} time=199902042 data=null button=1 stateMask=0x0 x=91 y=221 count=1} to TreeItem with text {Traces [4]} 16:26:37 [2019-07-19T20:26:37.883Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199902043 data=null item=TreeItem {Traces [4]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [4]} 16:26:37 [2019-07-19T20:26:37.883Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [4]} time=199902073 data=null button=1 stateMask=0x80000 x=91 y=221 count=1} to TreeItem with text {Traces [4]} 16:26:37 [2019-07-19T20:26:37.883Z] WARN - Tree item TreeItem with text {Traces [4]} is already expanded. Won't expand it again. 16:26:37 [2019-07-19T20:26:37.883Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {expDeepCopy [2]} time=199902074 data=null doit=true} to TreeItem with text {expDeepCopy [2]} 16:26:37 [2019-07-19T20:26:37.883Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {expDeepCopy [2]} time=199902074 data=null} to TreeItem with text {expDeepCopy [2]} 16:26:37 [2019-07-19T20:26:37.883Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {expDeepCopy [2]} time=199902075 data=null button=1 stateMask=0x0 x=134 y=179 count=1} to TreeItem with text {expDeepCopy [2]} 16:26:37 [2019-07-19T20:26:37.883Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=199902075 data=null item=TreeItem {expDeepCopy [2]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {expDeepCopy [2]} 16:26:38 [2019-07-19T20:26:38.140Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {expDeepCopy [2]} time=199902159 data=null button=1 stateMask=0x80000 x=134 y=179 count=1} to TreeItem with text {expDeepCopy [2]} 16:26:38 [2019-07-19T20:26:38.140Z] WARN - Tree item TreeItem with text {Traces [4]} is already expanded. Won't expand it again. 16:26:38 [2019-07-19T20:26:38.140Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {expDeepCopy [2]} time=199902161 data=null doit=true} to TreeItem with text {expDeepCopy [2]} 16:26:38 [2019-07-19T20:26:38.140Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {expDeepCopy [2]} time=199902161 data=null} to TreeItem with text {expDeepCopy [2]} 16:26:38 [2019-07-19T20:26:38.140Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {expDeepCopy [2]} time=199902162 data=null button=1 stateMask=0x0 x=134 y=347 count=1} to TreeItem with text {expDeepCopy [2]} 16:26:38 [2019-07-19T20:26:38.140Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=199902162 data=null item=TreeItem {expDeepCopy [2]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {expDeepCopy [2]} 16:26:38 [2019-07-19T20:26:38.140Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {expDeepCopy [2]} time=199902172 data=null button=1 stateMask=0x80000 x=118 y=347 count=1} to TreeItem with text {expDeepCopy [2]} 16:26:38 [2019-07-19T20:26:38.140Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Properties"' 16:26:38 [2019-07-19T20:26:38.140Z] DEBUG - Attempting to set focus on Tree with text {} 16:26:38 [2019-07-19T20:26:38.396Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199902451 data=null button=0 stateMask=0x0 x=170 y=368 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:26:38 [2019-07-19T20:26:38.396Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=199902451 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:26:38 [2019-07-19T20:26:38.396Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=199902451 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:26:38 [2019-07-19T20:26:38.396Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199902452 data=null button=1 stateMask=0x0 x=170 y=368 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:26:38 [2019-07-19T20:26:38.396Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199902452 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:26:38 [2019-07-19T20:26:38.396Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199902499 data=null button=1 stateMask=0x80000 x=170 y=368 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:26:38 [2019-07-19T20:26:38.396Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:26:38 [2019-07-19T20:26:38.396Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:26:38 [2019-07-19T20:26:38.396Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Properties"' 16:26:38 [2019-07-19T20:26:38.396Z] DEBUG - Attempting to set focus on Tree with text {} 16:26:38 [2019-07-19T20:26:38.652Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log3} time=199902697 data=null button=0 stateMask=0x0 x=174 y=389 count=0} to TreeItem with text {ExampleCustomTxt.log3} 16:26:38 [2019-07-19T20:26:38.652Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log3} time=199902697 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log3} 16:26:38 [2019-07-19T20:26:38.652Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log3} time=199902726 data=null} to TreeItem with text {ExampleCustomTxt.log3} 16:26:38 [2019-07-19T20:26:38.652Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log3} time=199902729 data=null button=1 stateMask=0x0 x=174 y=389 count=1} to TreeItem with text {ExampleCustomTxt.log3} 16:26:38 [2019-07-19T20:26:38.652Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199902729 data=null item=TreeItem {ExampleCustomTxt.log3} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log3} 16:26:38 [2019-07-19T20:26:38.652Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log3} time=199902773 data=null button=1 stateMask=0x80000 x=174 y=389 count=1} to TreeItem with text {ExampleCustomTxt.log3} 16:26:38 [2019-07-19T20:26:38.652Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:26:38 [2019-07-19T20:26:38.652Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:26:39 [2019-07-19T20:26:39.583Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:26:39 [2019-07-19T20:26:39.583Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:26:39 [2019-07-19T20:26:39.583Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:26:39 [2019-07-19T20:26:39.583Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:26:39 [2019-07-19T20:26:39.583Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:26:39 [2019-07-19T20:26:39.583Z] DEBUG - Attempting to set focus on Tree with text {} 16:26:39 [2019-07-19T20:26:39.583Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199903682 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:26:39 [2019-07-19T20:26:39.583Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199903682 data=null doit=true} to TreeItem with text {test} 16:26:39 [2019-07-19T20:26:39.583Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199903682 data=null} to TreeItem with text {test} 16:26:39 [2019-07-19T20:26:39.583Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199903683 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:26:39 [2019-07-19T20:26:39.583Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199903683 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:26:39 [2019-07-19T20:26:39.583Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199903748 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:26:39 [2019-07-19T20:26:39.583Z] DEBUG - Attempting to set focus on Tree with text {} 16:26:39 [2019-07-19T20:26:39.583Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199903749 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:26:39 [2019-07-19T20:26:39.583Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199903749 data=null doit=true} to TreeItem with text {test} 16:26:39 [2019-07-19T20:26:39.583Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199903749 data=null} to TreeItem with text {test} 16:26:39 [2019-07-19T20:26:39.583Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199903750 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:26:39 [2019-07-19T20:26:39.583Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199903750 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:26:39 [2019-07-19T20:26:39.583Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199903758 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:26:39 [2019-07-19T20:26:39.583Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:26:39 [2019-07-19T20:26:39.583Z] DEBUG - Attempting to set focus on Tree with text {} 16:26:39 [2019-07-19T20:26:39.583Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [4]} time=199903760 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [4]} 16:26:39 [2019-07-19T20:26:39.583Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [4]} time=199903760 data=null doit=true} to TreeItem with text {Traces [4]} 16:26:39 [2019-07-19T20:26:39.583Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [4]} time=199903761 data=null} to TreeItem with text {Traces [4]} 16:26:39 [2019-07-19T20:26:39.583Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [4]} time=199903761 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [4]} 16:26:39 [2019-07-19T20:26:39.583Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199903761 data=null item=TreeItem {Traces [4]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [4]} 16:26:39 [2019-07-19T20:26:39.583Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [4]} time=199903781 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [4]} 16:26:39 [2019-07-19T20:26:39.583Z] DEBUG - Attempting to set focus on Tree with text {} 16:26:39 [2019-07-19T20:26:39.583Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [4]} time=199903783 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [4]} 16:26:39 [2019-07-19T20:26:39.583Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [4]} time=199903783 data=null doit=true} to TreeItem with text {Traces [4]} 16:26:39 [2019-07-19T20:26:39.583Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [4]} time=199903783 data=null} to TreeItem with text {Traces [4]} 16:26:39 [2019-07-19T20:26:39.583Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [4]} time=199903783 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [4]} 16:26:39 [2019-07-19T20:26:39.583Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199903784 data=null item=TreeItem {Traces [4]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [4]} 16:26:39 [2019-07-19T20:26:39.840Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [4]} time=199903835 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [4]} 16:26:39 [2019-07-19T20:26:39.840Z] DEBUG - matched MenuItem with text "C&lear Delete", using matcher: with mnemonic 'Clear' 16:26:39 [2019-07-19T20:26:39.840Z] DEBUG - Clicking on with mnemonic 'Clear' 16:26:40 [2019-07-19T20:26:40.097Z] DEBUG - Clicked on with mnemonic 'Clear' 16:26:40 [2019-07-19T20:26:40.097Z] DEBUG - matched Shell with text "Confirm Clear", using matcher: with text 'Confirm Clear' 16:26:40 [2019-07-19T20:26:40.097Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirm Clear} time=199904242 data=null doit=true} to Shell with text {Confirm Clear} 16:26:40 [2019-07-19T20:26:40.097Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button' 16:26:40 [2019-07-19T20:26:40.097Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes' 16:26:40 [2019-07-19T20:26:40.097Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH' 16:26:40 [2019-07-19T20:26:40.097Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:26:40 [2019-07-19T20:26:40.097Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button' 16:26:40 [2019-07-19T20:26:40.097Z] DEBUG - Clicking on &Yes 16:26:40 [2019-07-19T20:26:40.097Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=199904244 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:26:40 [2019-07-19T20:26:40.097Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=199904244 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:26:40 [2019-07-19T20:26:40.097Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=199904244 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:26:40 [2019-07-19T20:26:40.097Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=199904244 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:26:40 [2019-07-19T20:26:40.097Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=199904244 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:26:40 [2019-07-19T20:26:40.097Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=199904245 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:26:40 [2019-07-19T20:26:40.097Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=199904245 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:26:40 [2019-07-19T20:26:40.353Z] DEBUG - Clicked on 16:26:40 [2019-07-19T20:26:40.353Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {C&lear Delete} time=199903941 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Clear' 16:26:42 [2019-07-19T20:26:42.880Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:26:42 [2019-07-19T20:26:42.880Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:26:42 [2019-07-19T20:26:42.880Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:26:42 [2019-07-19T20:26:42.880Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:26:42 [2019-07-19T20:26:42.880Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:26:42 [2019-07-19T20:26:42.880Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:26:42 [2019-07-19T20:26:42.880Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:26:42 [2019-07-19T20:26:42.880Z] DEBUG - Attempting to set focus on Tree with text {} 16:26:42 [2019-07-19T20:26:42.880Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199906680 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:26:42 [2019-07-19T20:26:42.880Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199906680 data=null doit=true} to TreeItem with text {test} 16:26:42 [2019-07-19T20:26:42.880Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199906680 data=null} to TreeItem with text {test} 16:26:42 [2019-07-19T20:26:42.880Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199906735 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:26:42 [2019-07-19T20:26:42.880Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199906735 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:26:42 [2019-07-19T20:26:42.880Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199906761 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:26:42 [2019-07-19T20:26:42.880Z] DEBUG - Attempting to set focus on Tree with text {} 16:26:42 [2019-07-19T20:26:42.880Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199906769 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:26:42 [2019-07-19T20:26:42.880Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199906770 data=null doit=true} to TreeItem with text {test} 16:26:42 [2019-07-19T20:26:42.880Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199906770 data=null} to TreeItem with text {test} 16:26:42 [2019-07-19T20:26:42.880Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199906770 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:26:42 [2019-07-19T20:26:42.880Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199906770 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:26:42 [2019-07-19T20:26:42.880Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199906830 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:26:42 [2019-07-19T20:26:42.880Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:26:42 [2019-07-19T20:26:42.880Z] DEBUG - Attempting to set focus on Tree with text {} 16:26:42 [2019-07-19T20:26:42.880Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=199906831 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 16:26:42 [2019-07-19T20:26:42.880Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=199906831 data=null doit=true} to TreeItem with text {Traces [1]} 16:26:42 [2019-07-19T20:26:42.880Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=199906831 data=null} to TreeItem with text {Traces [1]} 16:26:42 [2019-07-19T20:26:42.880Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=199906832 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:26:42 [2019-07-19T20:26:42.880Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199906832 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 16:26:42 [2019-07-19T20:26:42.880Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=199906844 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:26:42 [2019-07-19T20:26:42.880Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=199906845 data=null doit=true} to TreeItem with text {Traces [1]} 16:26:42 [2019-07-19T20:26:42.880Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=199906845 data=null} to TreeItem with text {Traces [1]} 16:26:42 [2019-07-19T20:26:42.880Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=199906856 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:26:42 [2019-07-19T20:26:42.880Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=199906857 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {Traces [1]} 16:26:42 [2019-07-19T20:26:42.880Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=199906860 data=null button=1 stateMask=0x80000 x=75 y=53 count=1} to TreeItem with text {Traces [1]} 16:26:42 [2019-07-19T20:26:42.880Z] DEBUG - Attempting to set focus on Tree with text {} 16:26:42 [2019-07-19T20:26:42.880Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199906861 data=null button=0 stateMask=0x0 x=136 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:26:42 [2019-07-19T20:26:42.880Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=199906861 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:26:42 [2019-07-19T20:26:42.880Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=199906861 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:26:42 [2019-07-19T20:26:42.880Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199906862 data=null button=1 stateMask=0x0 x=136 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:26:42 [2019-07-19T20:26:42.880Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199906870 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:26:42 [2019-07-19T20:26:42.880Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199906956 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:26:43 [2019-07-19T20:26:43.137Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:26:43 [2019-07-19T20:26:43.137Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:26:43 [2019-07-19T20:26:43.137Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:26:43 [2019-07-19T20:26:43.137Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:26:43 [2019-07-19T20:26:43.137Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:26:43 [2019-07-19T20:26:43.137Z] DEBUG - Attempting to set focus on Tree with text {} 16:26:43 [2019-07-19T20:26:43.137Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199907251 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:26:43 [2019-07-19T20:26:43.137Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199907251 data=null doit=true} to TreeItem with text {test} 16:26:43 [2019-07-19T20:26:43.137Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199907251 data=null} to TreeItem with text {test} 16:26:43 [2019-07-19T20:26:43.137Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199907252 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:26:43 [2019-07-19T20:26:43.137Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199907252 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:26:43 [2019-07-19T20:26:43.137Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199907331 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:26:43 [2019-07-19T20:26:43.137Z] DEBUG - Attempting to set focus on Tree with text {} 16:26:43 [2019-07-19T20:26:43.137Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199907335 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:26:43 [2019-07-19T20:26:43.137Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199907335 data=null doit=true} to TreeItem with text {test} 16:26:43 [2019-07-19T20:26:43.137Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199907335 data=null} to TreeItem with text {test} 16:26:43 [2019-07-19T20:26:43.137Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199907336 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:26:43 [2019-07-19T20:26:43.137Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199907336 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:26:43 [2019-07-19T20:26:43.137Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199907347 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:26:43 [2019-07-19T20:26:43.137Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:26:43 [2019-07-19T20:26:43.137Z] DEBUG - Attempting to set focus on Tree with text {} 16:26:43 [2019-07-19T20:26:43.137Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=199907357 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 16:26:43 [2019-07-19T20:26:43.137Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=199907357 data=null doit=true} to TreeItem with text {Traces [1]} 16:26:43 [2019-07-19T20:26:43.137Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=199907357 data=null} to TreeItem with text {Traces [1]} 16:26:43 [2019-07-19T20:26:43.137Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=199907358 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:26:43 [2019-07-19T20:26:43.137Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199907358 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 16:26:43 [2019-07-19T20:26:43.394Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=199907437 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:26:43 [2019-07-19T20:26:43.394Z] DEBUG - Attempting to set focus on Tree with text {} 16:26:43 [2019-07-19T20:26:43.394Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=199907438 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 16:26:43 [2019-07-19T20:26:43.394Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=199907439 data=null doit=true} to TreeItem with text {Traces [1]} 16:26:43 [2019-07-19T20:26:43.394Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=199907439 data=null} to TreeItem with text {Traces [1]} 16:26:43 [2019-07-19T20:26:43.394Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=199907439 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:26:43 [2019-07-19T20:26:43.394Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199907440 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 16:26:43 [2019-07-19T20:26:43.394Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=199907451 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:26:43 [2019-07-19T20:26:43.394Z] DEBUG - matched MenuItem with text "C&lear Delete", using matcher: with mnemonic 'Clear' 16:26:43 [2019-07-19T20:26:43.394Z] DEBUG - Clicking on with mnemonic 'Clear' 16:26:43 [2019-07-19T20:26:43.651Z] DEBUG - Clicked on with mnemonic 'Clear' 16:26:43 [2019-07-19T20:26:43.651Z] DEBUG - matched Shell with text "Confirm Clear", using matcher: with text 'Confirm Clear' 16:26:43 [2019-07-19T20:26:43.651Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirm Clear} time=199907772 data=null doit=true} to Shell with text {Confirm Clear} 16:26:43 [2019-07-19T20:26:43.651Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button' 16:26:43 [2019-07-19T20:26:43.651Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes' 16:26:43 [2019-07-19T20:26:43.651Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH' 16:26:43 [2019-07-19T20:26:43.651Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:26:43 [2019-07-19T20:26:43.651Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button' 16:26:43 [2019-07-19T20:26:43.651Z] DEBUG - Clicking on &Yes 16:26:43 [2019-07-19T20:26:43.651Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=199907773 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:26:43 [2019-07-19T20:26:43.651Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=199907773 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:26:43 [2019-07-19T20:26:43.651Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=199907774 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:26:43 [2019-07-19T20:26:43.651Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=199907774 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:26:43 [2019-07-19T20:26:43.651Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=199907774 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:26:43 [2019-07-19T20:26:43.651Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=199907774 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:26:43 [2019-07-19T20:26:43.651Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=199907774 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:26:44 [2019-07-19T20:26:44.215Z] DEBUG - Clicked on 16:26:44 [2019-07-19T20:26:44.215Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {C&lear Delete} time=199907558 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Clear' 16:26:46 [2019-07-19T20:26:46.737Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:26:46 [2019-07-19T20:26:46.737Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:26:46 [2019-07-19T20:26:46.737Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:26:46 [2019-07-19T20:26:46.737Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:26:46 [2019-07-19T20:26:46.737Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:26:46 [2019-07-19T20:26:46.737Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:26:46 [2019-07-19T20:26:46.737Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:26:46 [2019-07-19T20:26:46.737Z] DEBUG - Attempting to set focus on Tree with text {} 16:26:46 [2019-07-19T20:26:46.737Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199910572 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:26:46 [2019-07-19T20:26:46.737Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199910572 data=null doit=true} to TreeItem with text {test} 16:26:46 [2019-07-19T20:26:46.737Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199910572 data=null} to TreeItem with text {test} 16:26:46 [2019-07-19T20:26:46.737Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199910572 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:26:46 [2019-07-19T20:26:46.737Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199910573 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:26:46 [2019-07-19T20:26:46.737Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199910611 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:26:46 [2019-07-19T20:26:46.737Z] DEBUG - Attempting to set focus on Tree with text {} 16:26:46 [2019-07-19T20:26:46.737Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199910629 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:26:46 [2019-07-19T20:26:46.737Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199910629 data=null doit=true} to TreeItem with text {test} 16:26:46 [2019-07-19T20:26:46.737Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199910629 data=null} to TreeItem with text {test} 16:26:46 [2019-07-19T20:26:46.737Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199910630 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:26:46 [2019-07-19T20:26:46.737Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199910630 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:26:46 [2019-07-19T20:26:46.737Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199910639 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:26:46 [2019-07-19T20:26:46.737Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:26:46 [2019-07-19T20:26:46.737Z] DEBUG - Attempting to set focus on Tree with text {} 16:26:46 [2019-07-19T20:26:46.737Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=199910641 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 16:26:46 [2019-07-19T20:26:46.737Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=199910641 data=null doit=true} to TreeItem with text {Traces [1]} 16:26:46 [2019-07-19T20:26:46.737Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=199910641 data=null} to TreeItem with text {Traces [1]} 16:26:46 [2019-07-19T20:26:46.737Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=199910641 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:26:46 [2019-07-19T20:26:46.737Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199910642 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 16:26:46 [2019-07-19T20:26:46.737Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=199910661 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:26:46 [2019-07-19T20:26:46.737Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=199910662 data=null doit=true} to TreeItem with text {Traces [1]} 16:26:46 [2019-07-19T20:26:46.737Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=199910662 data=null} to TreeItem with text {Traces [1]} 16:26:46 [2019-07-19T20:26:46.737Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=199910663 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:26:46 [2019-07-19T20:26:46.737Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=199910663 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {Traces [1]} 16:26:46 [2019-07-19T20:26:46.737Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=199910680 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:26:46 [2019-07-19T20:26:46.737Z] DEBUG - Attempting to set focus on Tree with text {} 16:26:46 [2019-07-19T20:26:46.737Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199910683 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:26:46 [2019-07-19T20:26:46.737Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=199910683 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:26:46 [2019-07-19T20:26:46.737Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=199910683 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:26:46 [2019-07-19T20:26:46.737Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199910683 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:26:46 [2019-07-19T20:26:46.737Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199910684 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:26:46 [2019-07-19T20:26:46.737Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199910750 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:26:46 [2019-07-19T20:26:46.737Z] DEBUG - matched MenuItem with text "Rena&me... F2", using matcher: with mnemonic 'Rename...' 16:26:46 [2019-07-19T20:26:46.737Z] DEBUG - Clicking on with mnemonic 'Rename...' 16:26:46 [2019-07-19T20:26:46.994Z] DEBUG - Clicked on with mnemonic 'Rename...' 16:26:46 [2019-07-19T20:26:46.994Z] DEBUG - matched Shell with text "Rename Trace", using matcher: with text 'Rename Trace' 16:26:46 [2019-07-19T20:26:46.994Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Rename Trace} time=199911159 data=null doit=true} to Shell with text {Rename Trace} 16:26:46 [2019-07-19T20:26:46.994Z] DEBUG - matched Text with text "ExampleCustomTxt.log", using matcher: of type 'Text' 16:26:46 [2019-07-19T20:26:46.994Z] DEBUG - matched Label with text "New Trace name:", using matcher: with mnemonic 'New Trace name:' 16:26:46 [2019-07-19T20:26:46.994Z] DEBUG - matched Text with text "ExampleCustomTxt.log", using matcher: with label (with mnemonic 'New Trace name:') 16:26:46 [2019-07-19T20:26:46.994Z] DEBUG - matched Text with text "ExampleCustomTxt.log", using matcher: (of type 'Text' and with label (with mnemonic 'New Trace name:')) 16:26:46 [2019-07-19T20:26:46.994Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:26:46 [2019-07-19T20:26:46.994Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:26:46 [2019-07-19T20:26:46.994Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 16:26:46 [2019-07-19T20:26:46.994Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:26:46 [2019-07-19T20:26:46.994Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:26:46 [2019-07-19T20:26:46.994Z] DEBUG - Clicking on OK 16:26:46 [2019-07-19T20:26:46.994Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=199911168 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:26:46 [2019-07-19T20:26:46.994Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=199911168 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:26:46 [2019-07-19T20:26:46.994Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=199911168 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:26:46 [2019-07-19T20:26:46.994Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=199911169 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:26:46 [2019-07-19T20:26:46.994Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=199911169 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:26:46 [2019-07-19T20:26:46.994Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=199911169 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:26:46 [2019-07-19T20:26:46.994Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=199911169 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:26:47 [2019-07-19T20:26:47.924Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Rena&me... F2} time=199910859 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Rename...' 16:26:47 [2019-07-19T20:26:47.924Z] DEBUG - Clicked on 16:26:47 [2019-07-19T20:26:47.924Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:26:47 [2019-07-19T20:26:47.924Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:26:47 [2019-07-19T20:26:47.924Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:26:47 [2019-07-19T20:26:47.924Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:26:47 [2019-07-19T20:26:47.924Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:26:47 [2019-07-19T20:26:47.924Z] DEBUG - Attempting to set focus on Tree with text {} 16:26:47 [2019-07-19T20:26:47.924Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199912034 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:26:47 [2019-07-19T20:26:47.924Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199912034 data=null doit=true} to TreeItem with text {test} 16:26:47 [2019-07-19T20:26:47.924Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199912035 data=null} to TreeItem with text {test} 16:26:47 [2019-07-19T20:26:47.924Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199912035 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:26:47 [2019-07-19T20:26:47.924Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199912036 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:26:47 [2019-07-19T20:26:47.924Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199912129 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:26:47 [2019-07-19T20:26:47.924Z] DEBUG - Attempting to set focus on Tree with text {} 16:26:47 [2019-07-19T20:26:47.924Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199912133 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:26:47 [2019-07-19T20:26:47.924Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199912133 data=null doit=true} to TreeItem with text {test} 16:26:47 [2019-07-19T20:26:47.924Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199912133 data=null} to TreeItem with text {test} 16:26:47 [2019-07-19T20:26:47.924Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199912133 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:26:47 [2019-07-19T20:26:47.924Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199912134 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:26:47 [2019-07-19T20:26:47.924Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199912141 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:26:47 [2019-07-19T20:26:47.924Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:26:47 [2019-07-19T20:26:47.924Z] DEBUG - Attempting to set focus on Tree with text {} 16:26:47 [2019-07-19T20:26:47.924Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=199912143 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 16:26:47 [2019-07-19T20:26:47.924Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=199912143 data=null doit=true} to TreeItem with text {Traces [1]} 16:26:47 [2019-07-19T20:26:47.924Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=199912143 data=null} to TreeItem with text {Traces [1]} 16:26:47 [2019-07-19T20:26:47.924Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=199912144 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:26:47 [2019-07-19T20:26:47.924Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199912144 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 16:26:47 [2019-07-19T20:26:47.924Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=199912165 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:26:47 [2019-07-19T20:26:47.924Z] WARN - Tree item TreeItem with text {Traces [1]} is already expanded. Won't expand it again. 16:26:47 [2019-07-19T20:26:47.924Z] DEBUG - Attempting to set focus on Tree with text {} 16:26:47 [2019-07-19T20:26:47.924Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log2} time=199912173 data=null button=0 stateMask=0x0 x=156 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log2} 16:26:47 [2019-07-19T20:26:47.924Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log2} time=199912174 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log2} 16:26:48 [2019-07-19T20:26:48.181Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log2} time=199912174 data=null} to TreeItem with text {ExampleCustomTxt.log2} 16:26:48 [2019-07-19T20:26:48.181Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log2} time=199912174 data=null button=1 stateMask=0x0 x=156 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log2} 16:26:48 [2019-07-19T20:26:48.181Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199912175 data=null item=TreeItem {ExampleCustomTxt.log2} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log2} 16:26:48 [2019-07-19T20:26:48.181Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log2} time=199912260 data=null button=1 stateMask=0x80000 x=156 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log2} 16:26:48 [2019-07-19T20:26:48.181Z] DEBUG - matched MenuItem with text "&Open Shift+Ctrl+R", using matcher: with mnemonic 'Open' 16:26:48 [2019-07-19T20:26:48.181Z] DEBUG - Clicking on with mnemonic 'Open' 16:26:48 [2019-07-19T20:26:48.437Z] DEBUG - Clicked on with mnemonic 'Open' 16:26:48 [2019-07-19T20:26:48.437Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Open Shift+Ctrl+R} time=199912367 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Open' 16:26:49 [2019-07-19T20:26:49.001Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:26:49 [2019-07-19T20:26:49.001Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:26:49 [2019-07-19T20:26:49.001Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:26:49 [2019-07-19T20:26:49.001Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:26:49 [2019-07-19T20:26:49.001Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:26:49 [2019-07-19T20:26:49.001Z] DEBUG - Attempting to set focus on Table with text {} 16:26:49 [2019-07-19T20:26:49.001Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=199913057 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:26:49 [2019-07-19T20:26:49.001Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=199913057 data=null doit=true} to TableItem with text {} 16:26:49 [2019-07-19T20:26:49.001Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=199913057 data=null} to TableItem with text {} 16:26:49 [2019-07-19T20:26:49.001Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=199913058 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:26:49 [2019-07-19T20:26:49.001Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=199913059 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:26:49 [2019-07-19T20:26:49.001Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=199913117 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:26:49 [2019-07-19T20:26:49.001Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:26:49 [2019-07-19T20:26:49.001Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:26:49 [2019-07-19T20:26:49.257Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:26:49 [2019-07-19T20:26:49.257Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:26:49 [2019-07-19T20:26:49.257Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:26:49 [2019-07-19T20:26:49.257Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:26:49 [2019-07-19T20:26:49.257Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:26:49 [2019-07-19T20:26:49.257Z] DEBUG - Attempting to set focus on Tree with text {} 16:26:49 [2019-07-19T20:26:49.257Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199913290 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:26:49 [2019-07-19T20:26:49.257Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199913290 data=null doit=true} to TreeItem with text {test} 16:26:49 [2019-07-19T20:26:49.257Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199913290 data=null} to TreeItem with text {test} 16:26:49 [2019-07-19T20:26:49.257Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199913290 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:26:49 [2019-07-19T20:26:49.257Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199913291 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:26:49 [2019-07-19T20:26:49.257Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199913357 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:26:49 [2019-07-19T20:26:49.257Z] DEBUG - Attempting to set focus on Tree with text {} 16:26:49 [2019-07-19T20:26:49.257Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199913359 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:26:49 [2019-07-19T20:26:49.257Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199913359 data=null doit=true} to TreeItem with text {test} 16:26:49 [2019-07-19T20:26:49.257Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199913359 data=null} to TreeItem with text {test} 16:26:49 [2019-07-19T20:26:49.257Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199913360 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:26:49 [2019-07-19T20:26:49.257Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199913360 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:26:49 [2019-07-19T20:26:49.257Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199913367 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:26:49 [2019-07-19T20:26:49.257Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:26:49 [2019-07-19T20:26:49.257Z] DEBUG - Attempting to set focus on Tree with text {} 16:26:49 [2019-07-19T20:26:49.257Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=199913369 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 16:26:49 [2019-07-19T20:26:49.257Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=199913369 data=null doit=true} to TreeItem with text {Traces [1]} 16:26:49 [2019-07-19T20:26:49.257Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=199913369 data=null} to TreeItem with text {Traces [1]} 16:26:49 [2019-07-19T20:26:49.257Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=199913370 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:26:49 [2019-07-19T20:26:49.257Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199913370 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 16:26:49 [2019-07-19T20:26:49.257Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=199913389 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:26:49 [2019-07-19T20:26:49.257Z] DEBUG - Attempting to set focus on Tree with text {} 16:26:49 [2019-07-19T20:26:49.257Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=199913432 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 16:26:49 [2019-07-19T20:26:49.257Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=199913433 data=null doit=true} to TreeItem with text {Traces [1]} 16:26:49 [2019-07-19T20:26:49.257Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=199913433 data=null} to TreeItem with text {Traces [1]} 16:26:49 [2019-07-19T20:26:49.257Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=199913433 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:26:49 [2019-07-19T20:26:49.257Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199913434 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 16:26:49 [2019-07-19T20:26:49.257Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=199913439 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:26:49 [2019-07-19T20:26:49.515Z] DEBUG - matched MenuItem with text "C&lear Delete", using matcher: with mnemonic 'Clear' 16:26:49 [2019-07-19T20:26:49.515Z] DEBUG - Clicking on with mnemonic 'Clear' 16:26:49 [2019-07-19T20:26:49.515Z] DEBUG - Clicked on with mnemonic 'Clear' 16:26:49 [2019-07-19T20:26:49.515Z] DEBUG - matched Shell with text "Confirm Clear", using matcher: with text 'Confirm Clear' 16:26:49 [2019-07-19T20:26:49.515Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirm Clear} time=199913756 data=null doit=true} to Shell with text {Confirm Clear} 16:26:49 [2019-07-19T20:26:49.515Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button' 16:26:49 [2019-07-19T20:26:49.515Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes' 16:26:49 [2019-07-19T20:26:49.515Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH' 16:26:49 [2019-07-19T20:26:49.515Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:26:49 [2019-07-19T20:26:49.515Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button' 16:26:49 [2019-07-19T20:26:49.515Z] DEBUG - Clicking on &Yes 16:26:49 [2019-07-19T20:26:49.515Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=199913758 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:26:49 [2019-07-19T20:26:49.515Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=199913758 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:26:49 [2019-07-19T20:26:49.515Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=199913758 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:26:49 [2019-07-19T20:26:49.515Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=199913759 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:26:49 [2019-07-19T20:26:49.515Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=199913759 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:26:49 [2019-07-19T20:26:49.515Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=199913759 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:26:49 [2019-07-19T20:26:49.782Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=199913759 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:26:50 [2019-07-19T20:26:50.039Z] DEBUG - Clicked on 16:26:50 [2019-07-19T20:26:50.039Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {C&lear Delete} time=199913537 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Clear' 16:26:52 [2019-07-19T20:26:52.561Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:26:52 [2019-07-19T20:26:52.561Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:26:52 [2019-07-19T20:26:52.561Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:26:52 [2019-07-19T20:26:52.561Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:26:52 [2019-07-19T20:26:52.561Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:26:52 [2019-07-19T20:26:52.561Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:26:52 [2019-07-19T20:26:52.561Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:26:52 [2019-07-19T20:26:52.561Z] DEBUG - Attempting to set focus on Tree with text {} 16:26:52 [2019-07-19T20:26:52.561Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199916585 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:26:52 [2019-07-19T20:26:52.561Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199916585 data=null doit=true} to TreeItem with text {test} 16:26:52 [2019-07-19T20:26:52.561Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199916585 data=null} to TreeItem with text {test} 16:26:52 [2019-07-19T20:26:52.561Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199916586 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:26:52 [2019-07-19T20:26:52.561Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199916586 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:26:52 [2019-07-19T20:26:52.561Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199916641 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:26:52 [2019-07-19T20:26:52.561Z] DEBUG - Attempting to set focus on Tree with text {} 16:26:52 [2019-07-19T20:26:52.561Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199916648 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:26:52 [2019-07-19T20:26:52.561Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199916648 data=null doit=true} to TreeItem with text {test} 16:26:52 [2019-07-19T20:26:52.561Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199916649 data=null} to TreeItem with text {test} 16:26:52 [2019-07-19T20:26:52.561Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199916649 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:26:52 [2019-07-19T20:26:52.561Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199916649 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:26:52 [2019-07-19T20:26:52.561Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199916657 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:26:52 [2019-07-19T20:26:52.561Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:26:52 [2019-07-19T20:26:52.561Z] DEBUG - Attempting to set focus on Tree with text {} 16:26:52 [2019-07-19T20:26:52.561Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=199916659 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 16:26:52 [2019-07-19T20:26:52.561Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=199916659 data=null doit=true} to TreeItem with text {Traces [1]} 16:26:52 [2019-07-19T20:26:52.561Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=199916662 data=null} to TreeItem with text {Traces [1]} 16:26:52 [2019-07-19T20:26:52.561Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=199916663 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:26:52 [2019-07-19T20:26:52.561Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199916663 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 16:26:52 [2019-07-19T20:26:52.561Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=199916686 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:26:52 [2019-07-19T20:26:52.561Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=199916687 data=null doit=true} to TreeItem with text {Traces [1]} 16:26:52 [2019-07-19T20:26:52.561Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=199916687 data=null} to TreeItem with text {Traces [1]} 16:26:52 [2019-07-19T20:26:52.561Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=199916688 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:26:52 [2019-07-19T20:26:52.561Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=199916688 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {Traces [1]} 16:26:52 [2019-07-19T20:26:52.561Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=199916691 data=null button=1 stateMask=0x80000 x=75 y=53 count=1} to TreeItem with text {Traces [1]} 16:26:52 [2019-07-19T20:26:52.561Z] DEBUG - Attempting to set focus on Tree with text {} 16:26:52 [2019-07-19T20:26:52.561Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199916700 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:26:52 [2019-07-19T20:26:52.561Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=199916700 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:26:52 [2019-07-19T20:26:52.561Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=199916700 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:26:52 [2019-07-19T20:26:52.561Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199916701 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:26:52 [2019-07-19T20:26:52.561Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199916701 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:26:52 [2019-07-19T20:26:52.561Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199916756 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:26:52 [2019-07-19T20:26:52.818Z] DEBUG - matched MenuItem with text "Open As E&xperiment....", using matcher: with mnemonic 'Open As Experiment...' 16:26:52 [2019-07-19T20:26:52.818Z] DEBUG - matched MenuItem with text "Generic Experiment", using matcher: with mnemonic 'Generic Experiment' 16:26:52 [2019-07-19T20:26:52.818Z] DEBUG - Clicking on with mnemonic 'Generic Experiment' 16:26:52 [2019-07-19T20:26:52.818Z] DEBUG - Clicked on with mnemonic 'Generic Experiment' 16:26:53 [2019-07-19T20:26:53.381Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Generic Experiment} time=199916848 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Generic Experiment' 16:26:53 [2019-07-19T20:26:53.638Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:26:53 [2019-07-19T20:26:53.638Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:26:53 [2019-07-19T20:26:53.897Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:26:53 [2019-07-19T20:26:53.897Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:26:53 [2019-07-19T20:26:53.897Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:26:53 [2019-07-19T20:26:53.897Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:26:53 [2019-07-19T20:26:53.897Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:26:53 [2019-07-19T20:26:53.897Z] DEBUG - Attempting to set focus on Tree with text {} 16:26:53 [2019-07-19T20:26:53.897Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199917907 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:26:53 [2019-07-19T20:26:53.897Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199917907 data=null doit=true} to TreeItem with text {test} 16:26:53 [2019-07-19T20:26:53.897Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199917907 data=null} to TreeItem with text {test} 16:26:53 [2019-07-19T20:26:53.897Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199917907 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:26:53 [2019-07-19T20:26:53.897Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199917908 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:26:53 [2019-07-19T20:26:53.897Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199917960 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:26:53 [2019-07-19T20:26:53.897Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:26:53 [2019-07-19T20:26:53.897Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Experiments [1]} time=199917964 data=null doit=true} to TreeItem with text {Experiments [1]} 16:26:53 [2019-07-19T20:26:53.897Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Experiments [1]} time=199917964 data=null} to TreeItem with text {Experiments [1]} 16:26:53 [2019-07-19T20:26:53.897Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Experiments [1]} time=199917965 data=null button=1 stateMask=0x0 x=111 y=32 count=1} to TreeItem with text {Experiments [1]} 16:26:53 [2019-07-19T20:26:53.897Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=199917965 data=null item=TreeItem {Experiments [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {Experiments [1]} 16:26:53 [2019-07-19T20:26:53.897Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Experiments [1]} time=199917977 data=null button=1 stateMask=0x80000 x=111 y=32 count=1} to TreeItem with text {Experiments [1]} 16:26:53 [2019-07-19T20:26:53.897Z] WARN - Tree item TreeItem with text {Experiments [1]} is already expanded. Won't expand it again. 16:26:53 [2019-07-19T20:26:53.897Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log [1]} time=199917978 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log [1]} 16:26:53 [2019-07-19T20:26:53.897Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log [1]} time=199917978 data=null} to TreeItem with text {ExampleCustomTxt.log [1]} 16:26:53 [2019-07-19T20:26:53.897Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log [1]} time=199917979 data=null button=1 stateMask=0x0 x=163 y=53 count=1} to TreeItem with text {ExampleCustomTxt.log [1]} 16:26:53 [2019-07-19T20:26:53.897Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=199917979 data=null item=TreeItem {ExampleCustomTxt.log [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log [1]} 16:26:53 [2019-07-19T20:26:53.897Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log [1]} time=199917985 data=null button=1 stateMask=0x80000 x=147 y=53 count=1} to TreeItem with text {ExampleCustomTxt.log [1]} 16:26:53 [2019-07-19T20:26:53.897Z] DEBUG - Attempting to set focus on Tree with text {} 16:26:53 [2019-07-19T20:26:53.897Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199918000 data=null button=0 stateMask=0x0 x=170 y=74 count=0} to Tree node with text: ExampleCustomTxt.log 16:26:53 [2019-07-19T20:26:53.897Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=199918000 data=null doit=true} to Tree node with text: ExampleCustomTxt.log 16:26:53 [2019-07-19T20:26:53.897Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=199918000 data=null} to Tree node with text: ExampleCustomTxt.log 16:26:53 [2019-07-19T20:26:53.897Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199918001 data=null button=1 stateMask=0x0 x=170 y=74 count=1} to Tree node with text: ExampleCustomTxt.log 16:26:53 [2019-07-19T20:26:53.897Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199918001 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: ExampleCustomTxt.log 16:26:53 [2019-07-19T20:26:53.897Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199918064 data=null button=1 stateMask=0x80000 x=170 y=74 count=1} to Tree node with text: ExampleCustomTxt.log 16:26:54 [2019-07-19T20:26:54.154Z] DEBUG - matched MenuItem with text "Remo&ve", using matcher: with mnemonic 'Remove' 16:26:54 [2019-07-19T20:26:54.154Z] DEBUG - Clicking on with mnemonic 'Remove' 16:26:54 [2019-07-19T20:26:54.412Z] DEBUG - Clicked on with mnemonic 'Remove' 16:26:54 [2019-07-19T20:26:54.412Z] DEBUG - matched Shell with text "Confirm Remove", using matcher: with text 'Confirm Remove' 16:26:54 [2019-07-19T20:26:54.412Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirm Remove} time=199918460 data=null doit=true} to Shell with text {Confirm Remove} 16:26:54 [2019-07-19T20:26:54.412Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button' 16:26:54 [2019-07-19T20:26:54.412Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes' 16:26:54 [2019-07-19T20:26:54.412Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH' 16:26:54 [2019-07-19T20:26:54.412Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:26:54 [2019-07-19T20:26:54.412Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button' 16:26:54 [2019-07-19T20:26:54.412Z] DEBUG - Clicking on &Yes 16:26:54 [2019-07-19T20:26:54.412Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=199918461 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:26:54 [2019-07-19T20:26:54.412Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=199918461 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:26:54 [2019-07-19T20:26:54.412Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=199918461 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:26:54 [2019-07-19T20:26:54.412Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=199918462 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:26:54 [2019-07-19T20:26:54.412Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=199918462 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:26:54 [2019-07-19T20:26:54.412Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=199918462 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:26:54 [2019-07-19T20:26:54.412Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=199918462 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:26:54 [2019-07-19T20:26:54.976Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Remo&ve} time=199918169 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Remove' 16:26:55 [2019-07-19T20:26:55.233Z] DEBUG - Clicked on 16:26:55 [2019-07-19T20:26:55.233Z] WARN - Tree item TreeItem with text {Experiments [1]} is already expanded. Won't expand it again. 16:26:55 [2019-07-19T20:26:55.233Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:26:55 [2019-07-19T20:26:55.233Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:26:55 [2019-07-19T20:26:55.233Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:26:55 [2019-07-19T20:26:55.233Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:26:55 [2019-07-19T20:26:55.233Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:26:55 [2019-07-19T20:26:55.233Z] DEBUG - Attempting to set focus on Tree with text {} 16:26:55 [2019-07-19T20:26:55.233Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199919257 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:26:55 [2019-07-19T20:26:55.233Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199919257 data=null doit=true} to TreeItem with text {test} 16:26:55 [2019-07-19T20:26:55.233Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199919257 data=null} to TreeItem with text {test} 16:26:55 [2019-07-19T20:26:55.233Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199919257 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:26:55 [2019-07-19T20:26:55.233Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199919258 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:26:55 [2019-07-19T20:26:55.233Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199919358 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:26:55 [2019-07-19T20:26:55.233Z] DEBUG - Attempting to set focus on Tree with text {} 16:26:55 [2019-07-19T20:26:55.233Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199919363 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:26:55 [2019-07-19T20:26:55.233Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199919363 data=null doit=true} to TreeItem with text {test} 16:26:55 [2019-07-19T20:26:55.233Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199919363 data=null} to TreeItem with text {test} 16:26:55 [2019-07-19T20:26:55.233Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199919364 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:26:55 [2019-07-19T20:26:55.233Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199919364 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:26:55 [2019-07-19T20:26:55.233Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199919372 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:26:55 [2019-07-19T20:26:55.233Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:26:55 [2019-07-19T20:26:55.233Z] DEBUG - Attempting to set focus on Tree with text {} 16:26:55 [2019-07-19T20:26:55.233Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=199919373 data=null button=0 stateMask=0x0 x=91 y=137 count=0} to TreeItem with text {Traces [1]} 16:26:55 [2019-07-19T20:26:55.233Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=199919374 data=null doit=true} to TreeItem with text {Traces [1]} 16:26:55 [2019-07-19T20:26:55.233Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=199919374 data=null} to TreeItem with text {Traces [1]} 16:26:55 [2019-07-19T20:26:55.233Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=199919374 data=null button=1 stateMask=0x0 x=91 y=137 count=1} to TreeItem with text {Traces [1]} 16:26:55 [2019-07-19T20:26:55.233Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199919375 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 16:26:55 [2019-07-19T20:26:55.233Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=199919463 data=null button=1 stateMask=0x80000 x=91 y=137 count=1} to TreeItem with text {Traces [1]} 16:26:55 [2019-07-19T20:26:55.233Z] WARN - Tree item TreeItem with text {Traces [1]} is already expanded. Won't expand it again. 16:26:55 [2019-07-19T20:26:55.489Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:26:55 [2019-07-19T20:26:55.489Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:26:55 [2019-07-19T20:26:55.489Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:26:55 [2019-07-19T20:26:55.490Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:26:55 [2019-07-19T20:26:55.490Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:26:55 [2019-07-19T20:26:55.490Z] DEBUG - Attempting to set focus on Tree with text {} 16:26:55 [2019-07-19T20:26:55.490Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199919534 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:26:55 [2019-07-19T20:26:55.490Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199919534 data=null doit=true} to TreeItem with text {test} 16:26:55 [2019-07-19T20:26:55.490Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199919534 data=null} to TreeItem with text {test} 16:26:55 [2019-07-19T20:26:55.490Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199919534 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:26:55 [2019-07-19T20:26:55.490Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199919535 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:26:55 [2019-07-19T20:26:55.490Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199919561 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:26:55 [2019-07-19T20:26:55.490Z] DEBUG - Attempting to set focus on Tree with text {} 16:26:55 [2019-07-19T20:26:55.490Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199919563 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:26:55 [2019-07-19T20:26:55.490Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199919563 data=null doit=true} to TreeItem with text {test} 16:26:55 [2019-07-19T20:26:55.490Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199919563 data=null} to TreeItem with text {test} 16:26:55 [2019-07-19T20:26:55.490Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199919563 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:26:55 [2019-07-19T20:26:55.490Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199919564 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:26:55 [2019-07-19T20:26:55.490Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199919575 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:26:55 [2019-07-19T20:26:55.490Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:26:55 [2019-07-19T20:26:55.490Z] DEBUG - Attempting to set focus on Tree with text {} 16:26:55 [2019-07-19T20:26:55.490Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=199919576 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 16:26:55 [2019-07-19T20:26:55.490Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=199919577 data=null doit=true} to TreeItem with text {Traces [1]} 16:26:55 [2019-07-19T20:26:55.490Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=199919577 data=null} to TreeItem with text {Traces [1]} 16:26:55 [2019-07-19T20:26:55.490Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=199919577 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:26:55 [2019-07-19T20:26:55.490Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199919577 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 16:26:55 [2019-07-19T20:26:55.490Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=199919607 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:26:55 [2019-07-19T20:26:55.490Z] DEBUG - Attempting to set focus on Tree with text {} 16:26:55 [2019-07-19T20:26:55.490Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=199919609 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 16:26:55 [2019-07-19T20:26:55.490Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=199919609 data=null doit=true} to TreeItem with text {Traces [1]} 16:26:55 [2019-07-19T20:26:55.490Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=199919609 data=null} to TreeItem with text {Traces [1]} 16:26:55 [2019-07-19T20:26:55.490Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=199919609 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:26:55 [2019-07-19T20:26:55.490Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199919610 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 16:26:55 [2019-07-19T20:26:55.490Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=199919643 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:26:55 [2019-07-19T20:26:55.747Z] DEBUG - matched MenuItem with text "C&lear Delete", using matcher: with mnemonic 'Clear' 16:26:55 [2019-07-19T20:26:55.747Z] DEBUG - Clicking on with mnemonic 'Clear' 16:26:55 [2019-07-19T20:26:55.747Z] DEBUG - Clicked on with mnemonic 'Clear' 16:26:55 [2019-07-19T20:26:55.747Z] DEBUG - matched Shell with text "Confirm Clear", using matcher: with text 'Confirm Clear' 16:26:55 [2019-07-19T20:26:55.747Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirm Clear} time=199919967 data=null doit=true} to Shell with text {Confirm Clear} 16:26:55 [2019-07-19T20:26:55.747Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button' 16:26:55 [2019-07-19T20:26:55.747Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes' 16:26:55 [2019-07-19T20:26:55.747Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH' 16:26:55 [2019-07-19T20:26:55.747Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:26:55 [2019-07-19T20:26:55.747Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button' 16:26:55 [2019-07-19T20:26:55.747Z] DEBUG - Clicking on &Yes 16:26:55 [2019-07-19T20:26:55.747Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=199919968 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:26:55 [2019-07-19T20:26:55.747Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=199919968 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:26:55 [2019-07-19T20:26:55.747Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=199919969 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:26:55 [2019-07-19T20:26:55.747Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=199919969 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:26:55 [2019-07-19T20:26:55.747Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=199919969 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:26:55 [2019-07-19T20:26:55.747Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=199919969 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:26:56 [2019-07-19T20:26:56.004Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=199919969 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:26:56 [2019-07-19T20:26:56.004Z] DEBUG - Clicked on 16:26:56 [2019-07-19T20:26:56.004Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {C&lear Delete} time=199919747 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Clear' 16:26:58 [2019-07-19T20:26:58.539Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:26:58 [2019-07-19T20:26:58.539Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:26:58 [2019-07-19T20:26:58.539Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:26:58 [2019-07-19T20:26:58.539Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:26:58 [2019-07-19T20:26:58.539Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:26:58 [2019-07-19T20:26:58.539Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:26:58 [2019-07-19T20:26:58.539Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:26:58 [2019-07-19T20:26:58.539Z] DEBUG - Attempting to set focus on Tree with text {} 16:26:58 [2019-07-19T20:26:58.539Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199922536 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:26:58 [2019-07-19T20:26:58.539Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199922536 data=null doit=true} to TreeItem with text {test} 16:26:58 [2019-07-19T20:26:58.539Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199922536 data=null} to TreeItem with text {test} 16:26:58 [2019-07-19T20:26:58.539Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199922536 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:26:58 [2019-07-19T20:26:58.539Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199922537 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:26:58 [2019-07-19T20:26:58.539Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199922559 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:26:58 [2019-07-19T20:26:58.539Z] DEBUG - Attempting to set focus on Tree with text {} 16:26:58 [2019-07-19T20:26:58.539Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199922560 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:26:58 [2019-07-19T20:26:58.539Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199922560 data=null doit=true} to TreeItem with text {test} 16:26:58 [2019-07-19T20:26:58.539Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199922560 data=null} to TreeItem with text {test} 16:26:58 [2019-07-19T20:26:58.539Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199922560 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:26:58 [2019-07-19T20:26:58.539Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199922561 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:26:58 [2019-07-19T20:26:58.539Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199922581 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:26:58 [2019-07-19T20:26:58.539Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:26:58 [2019-07-19T20:26:58.539Z] DEBUG - Attempting to set focus on Tree with text {} 16:26:58 [2019-07-19T20:26:58.539Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [2]} time=199922582 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [2]} 16:26:58 [2019-07-19T20:26:58.539Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [2]} time=199922582 data=null doit=true} to TreeItem with text {Traces [2]} 16:26:58 [2019-07-19T20:26:58.539Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [2]} time=199922582 data=null} to TreeItem with text {Traces [2]} 16:26:58 [2019-07-19T20:26:58.539Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [2]} time=199922583 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [2]} 16:26:58 [2019-07-19T20:26:58.539Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199922583 data=null item=TreeItem {Traces [2]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [2]} 16:26:58 [2019-07-19T20:26:58.539Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [2]} time=199922593 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [2]} 16:26:58 [2019-07-19T20:26:58.539Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [2]} time=199922594 data=null doit=true} to TreeItem with text {Traces [2]} 16:26:58 [2019-07-19T20:26:58.539Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [2]} time=199922594 data=null} to TreeItem with text {Traces [2]} 16:26:58 [2019-07-19T20:26:58.539Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [2]} time=199922594 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [2]} 16:26:58 [2019-07-19T20:26:58.539Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=199922595 data=null item=TreeItem {Traces [2]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {Traces [2]} 16:26:58 [2019-07-19T20:26:58.539Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [2]} time=199922627 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [2]} 16:26:58 [2019-07-19T20:26:58.539Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {symbolic-link [1]} time=199922628 data=null doit=true} to TreeItem with text {symbolic-link [1]} 16:26:58 [2019-07-19T20:26:58.539Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {symbolic-link [1]} time=199922628 data=null} to TreeItem with text {symbolic-link [1]} 16:26:58 [2019-07-19T20:26:58.539Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {symbolic-link [1]} time=199922628 data=null button=1 stateMask=0x0 x=130 y=74 count=1} to TreeItem with text {symbolic-link [1]} 16:26:58 [2019-07-19T20:26:58.539Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=199922629 data=null item=TreeItem {symbolic-link [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {symbolic-link [1]} 16:26:58 [2019-07-19T20:26:58.539Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {symbolic-link [1]} time=199922632 data=null button=1 stateMask=0x80000 x=114 y=74 count=1} to TreeItem with text {symbolic-link [1]} 16:26:58 [2019-07-19T20:26:58.539Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:26:58 [2019-07-19T20:26:58.539Z] DEBUG - Attempting to set focus on Tree with text {} 16:26:58 [2019-07-19T20:26:58.539Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199922637 data=null button=0 stateMask=0x0 x=154 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:26:58 [2019-07-19T20:26:58.539Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=199922637 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:26:58 [2019-07-19T20:26:58.539Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=199922638 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:26:58 [2019-07-19T20:26:58.539Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199922638 data=null button=1 stateMask=0x0 x=154 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:26:58 [2019-07-19T20:26:58.539Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199922638 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:26:58 [2019-07-19T20:26:58.539Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199922735 data=null button=1 stateMask=0x80000 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:26:58 [2019-07-19T20:26:58.796Z] DEBUG - matched MenuItem with text "&Copy... Ctrl+C", using matcher: with mnemonic 'Copy...' 16:26:58 [2019-07-19T20:26:58.796Z] DEBUG - Clicking on with mnemonic 'Copy...' 16:26:59 [2019-07-19T20:26:59.052Z] DEBUG - Clicked on with mnemonic 'Copy...' 16:26:59 [2019-07-19T20:26:59.052Z] DEBUG - matched Shell with text "Copy Trace", using matcher: with text 'Copy Trace' 16:26:59 [2019-07-19T20:26:59.052Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Copy Trace} time=199923136 data=null doit=true} to Shell with text {Copy Trace} 16:26:59 [2019-07-19T20:26:59.052Z] DEBUG - matched Text with text "ExampleCustomTxt.log", using matcher: of type 'Text' 16:26:59 [2019-07-19T20:26:59.052Z] DEBUG - matched Label with text "New Trace name:", using matcher: with mnemonic 'New Trace name:' 16:26:59 [2019-07-19T20:26:59.052Z] DEBUG - matched Text with text "ExampleCustomTxt.log", using matcher: with label (with mnemonic 'New Trace name:') 16:26:59 [2019-07-19T20:26:59.052Z] DEBUG - matched Text with text "ExampleCustomTxt.log", using matcher: (of type 'Text' and with label (with mnemonic 'New Trace name:')) 16:26:59 [2019-07-19T20:26:59.052Z] DEBUG - matched Button with text "Copy as a link", using matcher: of type 'Button' 16:26:59 [2019-07-19T20:26:59.052Z] DEBUG - matched Button with text "Copy as a new trace", using matcher: of type 'Button' 16:26:59 [2019-07-19T20:26:59.052Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:26:59 [2019-07-19T20:26:59.052Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:26:59 [2019-07-19T20:26:59.052Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 16:26:59 [2019-07-19T20:26:59.052Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:26:59 [2019-07-19T20:26:59.052Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:26:59 [2019-07-19T20:26:59.052Z] DEBUG - Clicking on OK 16:26:59 [2019-07-19T20:26:59.052Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=199923141 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:26:59 [2019-07-19T20:26:59.052Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=199923141 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:26:59 [2019-07-19T20:26:59.052Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=199923141 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:26:59 [2019-07-19T20:26:59.052Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=199923142 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:26:59 [2019-07-19T20:26:59.052Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=199923142 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:26:59 [2019-07-19T20:26:59.052Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=199923142 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:26:59 [2019-07-19T20:26:59.052Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=199923142 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:26:59 [2019-07-19T20:26:59.052Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Copy... Ctrl+C} time=199922840 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Copy...' 16:26:59 [2019-07-19T20:26:59.309Z] DEBUG - Clicked on 16:26:59 [2019-07-19T20:26:59.309Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:26:59 [2019-07-19T20:26:59.309Z] DEBUG - Attempting to set focus on Tree with text {} 16:26:59 [2019-07-19T20:26:59.309Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199923439 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:26:59 [2019-07-19T20:26:59.309Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=199923440 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:26:59 [2019-07-19T20:26:59.309Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=199923440 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:26:59 [2019-07-19T20:26:59.309Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199923440 data=null button=1 stateMask=0x0 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:26:59 [2019-07-19T20:26:59.309Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199923440 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:26:59 [2019-07-19T20:26:59.309Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199923455 data=null button=1 stateMask=0x80000 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:26:59 [2019-07-19T20:26:59.566Z] DEBUG - matched MenuItem with text "&Copy... Ctrl+C", using matcher: with mnemonic 'Copy...' 16:26:59 [2019-07-19T20:26:59.566Z] DEBUG - Clicking on with mnemonic 'Copy...' 16:26:59 [2019-07-19T20:26:59.566Z] DEBUG - Clicked on with mnemonic 'Copy...' 16:26:59 [2019-07-19T20:26:59.566Z] DEBUG - matched Shell with text "Copy Trace", using matcher: with text 'Copy Trace' 16:26:59 [2019-07-19T20:26:59.566Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Copy Trace} time=199923779 data=null doit=true} to Shell with text {Copy Trace} 16:26:59 [2019-07-19T20:26:59.566Z] DEBUG - matched Text with text "ExampleCustomTxt.log", using matcher: of type 'Text' 16:26:59 [2019-07-19T20:26:59.566Z] DEBUG - matched Label with text "New Trace name:", using matcher: with mnemonic 'New Trace name:' 16:26:59 [2019-07-19T20:26:59.566Z] DEBUG - matched Text with text "ExampleCustomTxt.log", using matcher: with label (with mnemonic 'New Trace name:') 16:26:59 [2019-07-19T20:26:59.566Z] DEBUG - matched Text with text "ExampleCustomTxt.log", using matcher: (of type 'Text' and with label (with mnemonic 'New Trace name:')) 16:26:59 [2019-07-19T20:26:59.822Z] DEBUG - matched Button with text "Copy as a link", using matcher: of type 'Button' 16:26:59 [2019-07-19T20:26:59.822Z] DEBUG - matched Button with text "Copy as a new trace", using matcher: of type 'Button' 16:26:59 [2019-07-19T20:26:59.822Z] DEBUG - matched Button with text "Copy as a new trace", using matcher: with mnemonic 'Copy as a new trace' 16:26:59 [2019-07-19T20:26:59.822Z] DEBUG - matched Button with text "Copy as a new trace", using matcher: with style 'SWT.RADIO' 16:26:59 [2019-07-19T20:26:59.822Z] DEBUG - matched Button with text "Copy as a new trace", using matcher: (of type 'Button' and with mnemonic 'Copy as a new trace' and with style 'SWT.RADIO') 16:26:59 [2019-07-19T20:26:59.822Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:26:59 [2019-07-19T20:26:59.822Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:26:59 [2019-07-19T20:26:59.823Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Copy as a new trace' and with style 'SWT.RADIO') 16:26:59 [2019-07-19T20:26:59.823Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Copy as a link} time=199923852 data=null doit=true} to Button with text {Copy as a link} 16:26:59 [2019-07-19T20:26:59.823Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Copy as a link} time=199923852 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Button with text {Copy as a link} 16:26:59 [2019-07-19T20:26:59.823Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Copy as a new trace' and with style 'SWT.RADIO') 16:26:59 [2019-07-19T20:26:59.823Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Copy as a new trace} time=199923853 data=null doit=true} to (of type 'Button' and with mnemonic 'Copy as a new trace' and with style 'SWT.RADIO') 16:26:59 [2019-07-19T20:26:59.823Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Copy as a new trace} time=199923854 data=null button=1 stateMask=0x0 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'Copy as a new trace' and with style 'SWT.RADIO') 16:26:59 [2019-07-19T20:26:59.823Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Copy as a new trace} time=199923854 data=null button=1 stateMask=0x80000 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'Copy as a new trace' and with style 'SWT.RADIO') 16:26:59 [2019-07-19T20:26:59.823Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Copy as a new trace} time=199923854 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Copy as a new trace' and with style 'SWT.RADIO') 16:26:59 [2019-07-19T20:26:59.823Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Copy as a new trace' and with style 'SWT.RADIO') 16:26:59 [2019-07-19T20:26:59.823Z] DEBUG - matched Button with text "Copy as a link", using matcher: of type 'Button' 16:26:59 [2019-07-19T20:26:59.823Z] DEBUG - matched Button with text "Copy as a new trace", using matcher: of type 'Button' 16:26:59 [2019-07-19T20:26:59.823Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:26:59 [2019-07-19T20:26:59.823Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:26:59 [2019-07-19T20:26:59.823Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 16:26:59 [2019-07-19T20:26:59.823Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:26:59 [2019-07-19T20:26:59.823Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:26:59 [2019-07-19T20:26:59.823Z] DEBUG - Clicking on OK 16:26:59 [2019-07-19T20:26:59.823Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=199923857 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:26:59 [2019-07-19T20:26:59.823Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=199923857 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:26:59 [2019-07-19T20:26:59.823Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=199923858 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:26:59 [2019-07-19T20:26:59.823Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=199923858 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:26:59 [2019-07-19T20:26:59.823Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=199923858 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:26:59 [2019-07-19T20:26:59.823Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=199923858 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:26:59 [2019-07-19T20:26:59.823Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=199923858 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:26:59 [2019-07-19T20:26:59.823Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Copy... Ctrl+C} time=199923560 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Copy...' 16:27:00 [2019-07-19T20:27:00.080Z] DEBUG - Clicked on 16:27:00 [2019-07-19T20:27:00.080Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:27:00 [2019-07-19T20:27:00.080Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:27:00 [2019-07-19T20:27:00.080Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:27:00 [2019-07-19T20:27:00.080Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:27:00 [2019-07-19T20:27:00.080Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:27:00 [2019-07-19T20:27:00.080Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:00 [2019-07-19T20:27:00.080Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199924142 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:27:00 [2019-07-19T20:27:00.080Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199924142 data=null doit=true} to TreeItem with text {test} 16:27:00 [2019-07-19T20:27:00.080Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199924142 data=null} to TreeItem with text {test} 16:27:00 [2019-07-19T20:27:00.080Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199924143 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:27:00 [2019-07-19T20:27:00.080Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199924143 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:27:00 [2019-07-19T20:27:00.080Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199924238 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:27:00 [2019-07-19T20:27:00.080Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:00 [2019-07-19T20:27:00.080Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199924243 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:27:00 [2019-07-19T20:27:00.080Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199924244 data=null doit=true} to TreeItem with text {test} 16:27:00 [2019-07-19T20:27:00.080Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199924244 data=null} to TreeItem with text {test} 16:27:00 [2019-07-19T20:27:00.080Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199924244 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:27:00 [2019-07-19T20:27:00.080Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199924244 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:27:00 [2019-07-19T20:27:00.080Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199924253 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:27:00 [2019-07-19T20:27:00.080Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:27:00 [2019-07-19T20:27:00.080Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:00 [2019-07-19T20:27:00.080Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [4]} time=199924254 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [4]} 16:27:00 [2019-07-19T20:27:00.080Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [4]} time=199924268 data=null doit=true} to TreeItem with text {Traces [4]} 16:27:00 [2019-07-19T20:27:00.080Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [4]} time=199924268 data=null} to TreeItem with text {Traces [4]} 16:27:00 [2019-07-19T20:27:00.080Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [4]} time=199924269 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [4]} 16:27:00 [2019-07-19T20:27:00.080Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199924269 data=null item=TreeItem {Traces [4]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [4]} 16:27:00 [2019-07-19T20:27:00.337Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [4]} time=199924336 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [4]} 16:27:00 [2019-07-19T20:27:00.337Z] WARN - Tree item TreeItem with text {Traces [4]} is already expanded. Won't expand it again. 16:27:00 [2019-07-19T20:27:00.337Z] WARN - Tree item TreeItem with text {symbolic-link [3]} is already expanded. Won't expand it again. 16:27:00 [2019-07-19T20:27:00.337Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:00 [2019-07-19T20:27:00.337Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log2} time=199924339 data=null button=0 stateMask=0x0 x=174 y=116 count=0} to TreeItem with text {ExampleCustomTxt.log2} 16:27:00 [2019-07-19T20:27:00.337Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log2} time=199924339 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log2} 16:27:00 [2019-07-19T20:27:00.337Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log2} time=199924339 data=null} to TreeItem with text {ExampleCustomTxt.log2} 16:27:00 [2019-07-19T20:27:00.337Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log2} time=199924339 data=null button=1 stateMask=0x0 x=174 y=116 count=1} to TreeItem with text {ExampleCustomTxt.log2} 16:27:00 [2019-07-19T20:27:00.337Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199924340 data=null item=TreeItem {ExampleCustomTxt.log2} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log2} 16:27:00 [2019-07-19T20:27:00.337Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log2} time=199924382 data=null button=1 stateMask=0x80000 x=174 y=116 count=1} to TreeItem with text {ExampleCustomTxt.log2} 16:27:00 [2019-07-19T20:27:00.337Z] DEBUG - matched MenuItem with text "&Open Shift+Ctrl+R", using matcher: with mnemonic 'Open' 16:27:00 [2019-07-19T20:27:00.337Z] DEBUG - Clicking on with mnemonic 'Open' 16:27:00 [2019-07-19T20:27:00.337Z] DEBUG - Clicked on with mnemonic 'Open' 16:27:00 [2019-07-19T20:27:00.595Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Open Shift+Ctrl+R} time=199924482 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Open' 16:27:01 [2019-07-19T20:27:01.159Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:27:02 [2019-07-19T20:27:02.089Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:27:02 [2019-07-19T20:27:02.089Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:27:02 [2019-07-19T20:27:02.089Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:27:02 [2019-07-19T20:27:02.089Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:27:02 [2019-07-19T20:27:02.089Z] DEBUG - Attempting to set focus on Table with text {} 16:27:02 [2019-07-19T20:27:02.089Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=199926147 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:27:02 [2019-07-19T20:27:02.089Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=199926148 data=null doit=true} to TableItem with text {} 16:27:02 [2019-07-19T20:27:02.089Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=199926148 data=null} to TableItem with text {} 16:27:02 [2019-07-19T20:27:02.089Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=199926148 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:27:02 [2019-07-19T20:27:02.089Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=199926149 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:27:02 [2019-07-19T20:27:02.089Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=199926156 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:27:02 [2019-07-19T20:27:02.089Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:27:02 [2019-07-19T20:27:02.089Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:27:02 [2019-07-19T20:27:02.089Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:27:02 [2019-07-19T20:27:02.089Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:27:02 [2019-07-19T20:27:02.089Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:27:02 [2019-07-19T20:27:02.089Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:27:02 [2019-07-19T20:27:02.089Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:27:02 [2019-07-19T20:27:02.089Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:02 [2019-07-19T20:27:02.089Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199926284 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:27:02 [2019-07-19T20:27:02.089Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199926284 data=null doit=true} to TreeItem with text {test} 16:27:02 [2019-07-19T20:27:02.089Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199926284 data=null} to TreeItem with text {test} 16:27:02 [2019-07-19T20:27:02.089Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199926285 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:27:02 [2019-07-19T20:27:02.089Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199926285 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:27:02 [2019-07-19T20:27:02.347Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199926339 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:27:02 [2019-07-19T20:27:02.347Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:02 [2019-07-19T20:27:02.347Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199926340 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:27:02 [2019-07-19T20:27:02.347Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199926341 data=null doit=true} to TreeItem with text {test} 16:27:02 [2019-07-19T20:27:02.347Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199926341 data=null} to TreeItem with text {test} 16:27:02 [2019-07-19T20:27:02.347Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199926341 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:27:02 [2019-07-19T20:27:02.347Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199926342 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:27:02 [2019-07-19T20:27:02.347Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199926349 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:27:02 [2019-07-19T20:27:02.347Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:27:02 [2019-07-19T20:27:02.347Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:02 [2019-07-19T20:27:02.347Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [4]} time=199926351 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [4]} 16:27:02 [2019-07-19T20:27:02.347Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [4]} time=199926351 data=null doit=true} to TreeItem with text {Traces [4]} 16:27:02 [2019-07-19T20:27:02.347Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [4]} time=199926351 data=null} to TreeItem with text {Traces [4]} 16:27:02 [2019-07-19T20:27:02.347Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [4]} time=199926352 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [4]} 16:27:02 [2019-07-19T20:27:02.347Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199926352 data=null item=TreeItem {Traces [4]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [4]} 16:27:02 [2019-07-19T20:27:02.347Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [4]} time=199926372 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [4]} 16:27:02 [2019-07-19T20:27:02.347Z] WARN - Tree item TreeItem with text {Traces [4]} is already expanded. Won't expand it again. 16:27:02 [2019-07-19T20:27:02.347Z] WARN - Tree item TreeItem with text {symbolic-link [3]} is already expanded. Won't expand it again. 16:27:02 [2019-07-19T20:27:02.347Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:02 [2019-07-19T20:27:02.347Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log3} time=199926373 data=null button=0 stateMask=0x0 x=174 y=137 count=0} to TreeItem with text {ExampleCustomTxt.log3} 16:27:02 [2019-07-19T20:27:02.347Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log3} time=199926381 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log3} 16:27:02 [2019-07-19T20:27:02.347Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log3} time=199926381 data=null} to TreeItem with text {ExampleCustomTxt.log3} 16:27:02 [2019-07-19T20:27:02.347Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log3} time=199926381 data=null button=1 stateMask=0x0 x=174 y=137 count=1} to TreeItem with text {ExampleCustomTxt.log3} 16:27:02 [2019-07-19T20:27:02.347Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199926381 data=null item=TreeItem {ExampleCustomTxt.log3} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log3} 16:27:02 [2019-07-19T20:27:02.347Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log3} time=199926465 data=null button=1 stateMask=0x80000 x=174 y=137 count=1} to TreeItem with text {ExampleCustomTxt.log3} 16:27:02 [2019-07-19T20:27:02.347Z] DEBUG - matched MenuItem with text "&Open Shift+Ctrl+R", using matcher: with mnemonic 'Open' 16:27:02 [2019-07-19T20:27:02.347Z] DEBUG - Clicking on with mnemonic 'Open' 16:27:02 [2019-07-19T20:27:02.604Z] DEBUG - Clicked on with mnemonic 'Open' 16:27:02 [2019-07-19T20:27:02.604Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:27:02 [2019-07-19T20:27:02.604Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Open Shift+Ctrl+R} time=199926548 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Open' 16:27:03 [2019-07-19T20:27:03.169Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:27:03 [2019-07-19T20:27:03.169Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:27:04 [2019-07-19T20:27:04.153Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:27:04 [2019-07-19T20:27:04.153Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:27:04 [2019-07-19T20:27:04.153Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:27:04 [2019-07-19T20:27:04.153Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:27:04 [2019-07-19T20:27:04.153Z] DEBUG - Attempting to set focus on Table with text {} 16:27:04 [2019-07-19T20:27:04.153Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=199928200 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:27:04 [2019-07-19T20:27:04.153Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=199928201 data=null doit=true} to TableItem with text {} 16:27:04 [2019-07-19T20:27:04.153Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=199928201 data=null} to TableItem with text {} 16:27:04 [2019-07-19T20:27:04.153Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=199928201 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:27:04 [2019-07-19T20:27:04.153Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=199928202 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:27:04 [2019-07-19T20:27:04.153Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=199928224 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:27:04 [2019-07-19T20:27:04.153Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:27:04 [2019-07-19T20:27:04.153Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:27:04 [2019-07-19T20:27:04.153Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Properties"' 16:27:04 [2019-07-19T20:27:04.153Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:04 [2019-07-19T20:27:04.153Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log2} time=199928379 data=null button=0 stateMask=0x0 x=174 y=116 count=0} to TreeItem with text {ExampleCustomTxt.log2} 16:27:04 [2019-07-19T20:27:04.153Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log2} time=199928380 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log2} 16:27:04 [2019-07-19T20:27:04.153Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log2} time=199928380 data=null} to TreeItem with text {ExampleCustomTxt.log2} 16:27:04 [2019-07-19T20:27:04.153Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log2} time=199928380 data=null button=1 stateMask=0x0 x=174 y=116 count=1} to TreeItem with text {ExampleCustomTxt.log2} 16:27:04 [2019-07-19T20:27:04.153Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199928381 data=null item=TreeItem {ExampleCustomTxt.log2} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log2} 16:27:04 [2019-07-19T20:27:04.410Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log2} time=199928441 data=null button=1 stateMask=0x80000 x=174 y=116 count=1} to TreeItem with text {ExampleCustomTxt.log2} 16:27:04 [2019-07-19T20:27:04.410Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:27:04 [2019-07-19T20:27:04.410Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:27:04 [2019-07-19T20:27:04.410Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Properties"' 16:27:04 [2019-07-19T20:27:04.410Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:04 [2019-07-19T20:27:04.410Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log3} time=199928583 data=null button=0 stateMask=0x0 x=174 y=137 count=0} to TreeItem with text {ExampleCustomTxt.log3} 16:27:04 [2019-07-19T20:27:04.410Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log3} time=199928584 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log3} 16:27:04 [2019-07-19T20:27:04.410Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log3} time=199928584 data=null} to TreeItem with text {ExampleCustomTxt.log3} 16:27:04 [2019-07-19T20:27:04.410Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log3} time=199928584 data=null button=1 stateMask=0x0 x=174 y=137 count=1} to TreeItem with text {ExampleCustomTxt.log3} 16:27:04 [2019-07-19T20:27:04.410Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199928585 data=null item=TreeItem {ExampleCustomTxt.log3} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log3} 16:27:04 [2019-07-19T20:27:04.410Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log3} time=199928627 data=null button=1 stateMask=0x80000 x=174 y=137 count=1} to TreeItem with text {ExampleCustomTxt.log3} 16:27:04 [2019-07-19T20:27:04.410Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:27:04 [2019-07-19T20:27:04.410Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:27:04 [2019-07-19T20:27:04.666Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:27:04 [2019-07-19T20:27:04.666Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:27:04 [2019-07-19T20:27:04.666Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:27:04 [2019-07-19T20:27:04.666Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:27:04 [2019-07-19T20:27:04.666Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:27:04 [2019-07-19T20:27:04.666Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:04 [2019-07-19T20:27:04.666Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199928757 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:27:04 [2019-07-19T20:27:04.666Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199928758 data=null doit=true} to TreeItem with text {test} 16:27:04 [2019-07-19T20:27:04.666Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199928758 data=null} to TreeItem with text {test} 16:27:04 [2019-07-19T20:27:04.666Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199928758 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:27:04 [2019-07-19T20:27:04.666Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199928758 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:27:04 [2019-07-19T20:27:04.666Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199928803 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:27:04 [2019-07-19T20:27:04.666Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:04 [2019-07-19T20:27:04.666Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199928804 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:27:04 [2019-07-19T20:27:04.666Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199928804 data=null doit=true} to TreeItem with text {test} 16:27:04 [2019-07-19T20:27:04.666Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199928804 data=null} to TreeItem with text {test} 16:27:04 [2019-07-19T20:27:04.666Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199928804 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:27:04 [2019-07-19T20:27:04.666Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199928805 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:27:04 [2019-07-19T20:27:04.666Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199928838 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:27:04 [2019-07-19T20:27:04.666Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:27:04 [2019-07-19T20:27:04.666Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:04 [2019-07-19T20:27:04.666Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [4]} time=199928839 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [4]} 16:27:04 [2019-07-19T20:27:04.666Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [4]} time=199928840 data=null doit=true} to TreeItem with text {Traces [4]} 16:27:04 [2019-07-19T20:27:04.666Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [4]} time=199928840 data=null} to TreeItem with text {Traces [4]} 16:27:04 [2019-07-19T20:27:04.666Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [4]} time=199928840 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [4]} 16:27:04 [2019-07-19T20:27:04.666Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199928840 data=null item=TreeItem {Traces [4]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [4]} 16:27:04 [2019-07-19T20:27:04.666Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [4]} time=199928859 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [4]} 16:27:04 [2019-07-19T20:27:04.666Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:04 [2019-07-19T20:27:04.666Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [4]} time=199928860 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [4]} 16:27:04 [2019-07-19T20:27:04.666Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [4]} time=199928860 data=null doit=true} to TreeItem with text {Traces [4]} 16:27:04 [2019-07-19T20:27:04.666Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [4]} time=199928860 data=null} to TreeItem with text {Traces [4]} 16:27:04 [2019-07-19T20:27:04.666Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [4]} time=199928861 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [4]} 16:27:04 [2019-07-19T20:27:04.666Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199928861 data=null item=TreeItem {Traces [4]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [4]} 16:27:04 [2019-07-19T20:27:04.666Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [4]} time=199928875 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [4]} 16:27:04 [2019-07-19T20:27:04.924Z] DEBUG - matched MenuItem with text "C&lear Delete", using matcher: with mnemonic 'Clear' 16:27:04 [2019-07-19T20:27:04.924Z] DEBUG - Clicking on with mnemonic 'Clear' 16:27:04 [2019-07-19T20:27:04.924Z] DEBUG - Clicked on with mnemonic 'Clear' 16:27:04 [2019-07-19T20:27:04.924Z] DEBUG - matched Shell with text "Confirm Clear", using matcher: with text 'Confirm Clear' 16:27:04 [2019-07-19T20:27:04.924Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirm Clear} time=199929077 data=null doit=true} to Shell with text {Confirm Clear} 16:27:04 [2019-07-19T20:27:04.924Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button' 16:27:04 [2019-07-19T20:27:04.924Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes' 16:27:04 [2019-07-19T20:27:04.924Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH' 16:27:04 [2019-07-19T20:27:04.924Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:04 [2019-07-19T20:27:04.924Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button' 16:27:04 [2019-07-19T20:27:04.924Z] DEBUG - Clicking on &Yes 16:27:04 [2019-07-19T20:27:04.924Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=199929135 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:04 [2019-07-19T20:27:04.924Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=199929135 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:04 [2019-07-19T20:27:04.924Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=199929135 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:04 [2019-07-19T20:27:04.924Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=199929135 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:04 [2019-07-19T20:27:04.924Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=199929135 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:04 [2019-07-19T20:27:04.924Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=199929136 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:04 [2019-07-19T20:27:04.924Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=199929136 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:05 [2019-07-19T20:27:05.488Z] DEBUG - Clicked on 16:27:05 [2019-07-19T20:27:05.488Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {C&lear Delete} time=199928934 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Clear' 16:27:08 [2019-07-19T20:27:08.009Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:27:08 [2019-07-19T20:27:08.009Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:27:08 [2019-07-19T20:27:08.009Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:27:08 [2019-07-19T20:27:08.009Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:27:08 [2019-07-19T20:27:08.009Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:27:08 [2019-07-19T20:27:08.009Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:27:08 [2019-07-19T20:27:08.009Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:27:08 [2019-07-19T20:27:08.009Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:08 [2019-07-19T20:27:08.009Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199931842 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:27:08 [2019-07-19T20:27:08.009Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199931842 data=null doit=true} to TreeItem with text {test} 16:27:08 [2019-07-19T20:27:08.009Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199931842 data=null} to TreeItem with text {test} 16:27:08 [2019-07-19T20:27:08.009Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199931842 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:27:08 [2019-07-19T20:27:08.009Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199931843 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:27:08 [2019-07-19T20:27:08.009Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199931878 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:27:08 [2019-07-19T20:27:08.009Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:08 [2019-07-19T20:27:08.009Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199931930 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:27:08 [2019-07-19T20:27:08.009Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199931930 data=null doit=true} to TreeItem with text {test} 16:27:08 [2019-07-19T20:27:08.009Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199931931 data=null} to TreeItem with text {test} 16:27:08 [2019-07-19T20:27:08.009Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199931931 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:27:08 [2019-07-19T20:27:08.009Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199931932 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:27:08 [2019-07-19T20:27:08.009Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199931940 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:27:08 [2019-07-19T20:27:08.009Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:27:08 [2019-07-19T20:27:08.009Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:08 [2019-07-19T20:27:08.009Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=199931942 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 16:27:08 [2019-07-19T20:27:08.009Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=199931942 data=null doit=true} to TreeItem with text {Traces [1]} 16:27:08 [2019-07-19T20:27:08.009Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=199931942 data=null} to TreeItem with text {Traces [1]} 16:27:08 [2019-07-19T20:27:08.009Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=199931943 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:27:08 [2019-07-19T20:27:08.009Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199931943 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 16:27:08 [2019-07-19T20:27:08.009Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=199931963 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:27:08 [2019-07-19T20:27:08.009Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=199931964 data=null doit=true} to TreeItem with text {Traces [1]} 16:27:08 [2019-07-19T20:27:08.009Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=199931964 data=null} to TreeItem with text {Traces [1]} 16:27:08 [2019-07-19T20:27:08.009Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=199931964 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:27:08 [2019-07-19T20:27:08.009Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=199931965 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {Traces [1]} 16:27:08 [2019-07-19T20:27:08.009Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=199931982 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:27:08 [2019-07-19T20:27:08.009Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:08 [2019-07-19T20:27:08.009Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199931983 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:27:08 [2019-07-19T20:27:08.010Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=199931984 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:27:08 [2019-07-19T20:27:08.010Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=199931984 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:27:08 [2019-07-19T20:27:08.010Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199931984 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:27:08 [2019-07-19T20:27:08.010Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199931985 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:27:08 [2019-07-19T20:27:08.010Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199932059 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:27:08 [2019-07-19T20:27:08.010Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' 16:27:08 [2019-07-19T20:27:08.010Z] DEBUG - Clicking on with mnemonic 'Delete' 16:27:08 [2019-07-19T20:27:08.267Z] DEBUG - Clicked on with mnemonic 'Delete' 16:27:08 [2019-07-19T20:27:08.267Z] DEBUG - matched Shell with text "Confirm Delete", using matcher: with text 'Confirm Delete' 16:27:08 [2019-07-19T20:27:08.267Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirm Delete} time=199932378 data=null doit=true} to Shell with text {Confirm Delete} 16:27:08 [2019-07-19T20:27:08.267Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button' 16:27:08 [2019-07-19T20:27:08.267Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes' 16:27:08 [2019-07-19T20:27:08.267Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH' 16:27:08 [2019-07-19T20:27:08.267Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:08 [2019-07-19T20:27:08.267Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button' 16:27:08 [2019-07-19T20:27:08.267Z] DEBUG - Clicking on &Yes 16:27:08 [2019-07-19T20:27:08.267Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=199932393 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:08 [2019-07-19T20:27:08.267Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=199932394 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:08 [2019-07-19T20:27:08.267Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=199932394 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:08 [2019-07-19T20:27:08.267Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=199932394 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:08 [2019-07-19T20:27:08.267Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=199932394 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:08 [2019-07-19T20:27:08.267Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=199932394 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:08 [2019-07-19T20:27:08.267Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=199932395 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:08 [2019-07-19T20:27:08.831Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=199932147 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' 16:27:09 [2019-07-19T20:27:09.088Z] DEBUG - Clicked on 16:27:09 [2019-07-19T20:27:09.088Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:27:09 [2019-07-19T20:27:09.088Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:27:09 [2019-07-19T20:27:09.088Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:27:09 [2019-07-19T20:27:09.088Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:27:09 [2019-07-19T20:27:09.088Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:27:09 [2019-07-19T20:27:09.088Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:09 [2019-07-19T20:27:09.088Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199933095 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:27:09 [2019-07-19T20:27:09.088Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199933095 data=null doit=true} to TreeItem with text {test} 16:27:09 [2019-07-19T20:27:09.088Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199933095 data=null} to TreeItem with text {test} 16:27:09 [2019-07-19T20:27:09.088Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199933096 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:27:09 [2019-07-19T20:27:09.088Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199933096 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:27:09 [2019-07-19T20:27:09.088Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199933158 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:27:09 [2019-07-19T20:27:09.088Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:09 [2019-07-19T20:27:09.088Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199933159 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:27:09 [2019-07-19T20:27:09.088Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199933160 data=null doit=true} to TreeItem with text {test} 16:27:09 [2019-07-19T20:27:09.088Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199933160 data=null} to TreeItem with text {test} 16:27:09 [2019-07-19T20:27:09.088Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199933160 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:27:09 [2019-07-19T20:27:09.088Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199933161 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:27:09 [2019-07-19T20:27:09.088Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199933171 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:27:09 [2019-07-19T20:27:09.088Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:27:09 [2019-07-19T20:27:09.088Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:09 [2019-07-19T20:27:09.088Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=199933172 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 16:27:09 [2019-07-19T20:27:09.088Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=199933172 data=null doit=true} to TreeItem with text {Traces [1]} 16:27:09 [2019-07-19T20:27:09.088Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=199933173 data=null} to TreeItem with text {Traces [1]} 16:27:09 [2019-07-19T20:27:09.088Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=199933173 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:27:09 [2019-07-19T20:27:09.088Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199933173 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 16:27:09 [2019-07-19T20:27:09.088Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=199933238 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:27:09 [2019-07-19T20:27:09.088Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:09 [2019-07-19T20:27:09.088Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=199933242 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]} 16:27:09 [2019-07-19T20:27:09.088Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=199933242 data=null doit=true} to TreeItem with text {Traces [0]} 16:27:09 [2019-07-19T20:27:09.088Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=199933242 data=null} to TreeItem with text {Traces [0]} 16:27:09 [2019-07-19T20:27:09.088Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=199933242 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:27:09 [2019-07-19T20:27:09.088Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199933243 data=null item=TreeItem {Traces [0]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [0]} 16:27:09 [2019-07-19T20:27:09.088Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=199933255 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:27:09 [2019-07-19T20:27:09.345Z] DEBUG - matched MenuItem with text "C&lear Delete", using matcher: with mnemonic 'Clear' 16:27:09 [2019-07-19T20:27:09.345Z] DEBUG - Clicking on with mnemonic 'Clear' 16:27:09 [2019-07-19T20:27:09.345Z] DEBUG - Clicked on with mnemonic 'Clear' 16:27:09 [2019-07-19T20:27:09.345Z] DEBUG - matched Shell with text "Confirm Clear", using matcher: with text 'Confirm Clear' 16:27:09 [2019-07-19T20:27:09.345Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirm Clear} time=199933504 data=null doit=true} to Shell with text {Confirm Clear} 16:27:09 [2019-07-19T20:27:09.345Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button' 16:27:09 [2019-07-19T20:27:09.345Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes' 16:27:09 [2019-07-19T20:27:09.345Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH' 16:27:09 [2019-07-19T20:27:09.345Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:09 [2019-07-19T20:27:09.345Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button' 16:27:09 [2019-07-19T20:27:09.345Z] DEBUG - Clicking on &Yes 16:27:09 [2019-07-19T20:27:09.345Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=199933533 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:09 [2019-07-19T20:27:09.345Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=199933534 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:09 [2019-07-19T20:27:09.345Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=199933534 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:09 [2019-07-19T20:27:09.345Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=199933534 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:09 [2019-07-19T20:27:09.345Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=199933534 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:09 [2019-07-19T20:27:09.345Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=199933534 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:09 [2019-07-19T20:27:09.345Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=199933535 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:09 [2019-07-19T20:27:09.602Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {C&lear Delete} time=199933349 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Clear' 16:27:09 [2019-07-19T20:27:09.602Z] DEBUG - Clicked on 16:27:11 [2019-07-19T20:27:11.498Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:27:11 [2019-07-19T20:27:11.498Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:27:11 [2019-07-19T20:27:11.498Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:27:11 [2019-07-19T20:27:11.498Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:27:11 [2019-07-19T20:27:11.498Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:27:11 [2019-07-19T20:27:11.498Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:27:11 [2019-07-19T20:27:11.498Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:27:11 [2019-07-19T20:27:11.498Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:11 [2019-07-19T20:27:11.498Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199935682 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:27:11 [2019-07-19T20:27:11.498Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199935682 data=null doit=true} to TreeItem with text {test} 16:27:11 [2019-07-19T20:27:11.498Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199935683 data=null} to TreeItem with text {test} 16:27:11 [2019-07-19T20:27:11.498Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199935683 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:27:11 [2019-07-19T20:27:11.498Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199935683 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:27:11 [2019-07-19T20:27:11.498Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199935745 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:27:11 [2019-07-19T20:27:11.498Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:11 [2019-07-19T20:27:11.498Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199935746 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:27:11 [2019-07-19T20:27:11.498Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199935746 data=null doit=true} to TreeItem with text {test} 16:27:11 [2019-07-19T20:27:11.498Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199935746 data=null} to TreeItem with text {test} 16:27:11 [2019-07-19T20:27:11.498Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199935747 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:27:11 [2019-07-19T20:27:11.755Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199935747 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:27:11 [2019-07-19T20:27:11.755Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199935759 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:27:11 [2019-07-19T20:27:11.755Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:27:11 [2019-07-19T20:27:11.755Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:11 [2019-07-19T20:27:11.755Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=199935761 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 16:27:11 [2019-07-19T20:27:11.755Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=199935761 data=null doit=true} to TreeItem with text {Traces [1]} 16:27:11 [2019-07-19T20:27:11.755Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=199935761 data=null} to TreeItem with text {Traces [1]} 16:27:11 [2019-07-19T20:27:11.755Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=199935761 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:27:11 [2019-07-19T20:27:11.755Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199935762 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 16:27:11 [2019-07-19T20:27:11.755Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=199935779 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:27:11 [2019-07-19T20:27:11.755Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=199935780 data=null doit=true} to TreeItem with text {Traces [1]} 16:27:11 [2019-07-19T20:27:11.755Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=199935780 data=null} to TreeItem with text {Traces [1]} 16:27:11 [2019-07-19T20:27:11.755Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=199935781 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:27:11 [2019-07-19T20:27:11.755Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=199935781 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {Traces [1]} 16:27:11 [2019-07-19T20:27:11.755Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=199935841 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:27:11 [2019-07-19T20:27:11.755Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:11 [2019-07-19T20:27:11.755Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199935843 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:27:11 [2019-07-19T20:27:11.755Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=199935843 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:27:11 [2019-07-19T20:27:11.755Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=199935843 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:27:11 [2019-07-19T20:27:11.755Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199935843 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:27:11 [2019-07-19T20:27:11.755Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199935844 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:27:11 [2019-07-19T20:27:11.755Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199935928 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:27:11 [2019-07-19T20:27:11.755Z] DEBUG - matched MenuItem with text "Open As E&xperiment....", using matcher: with mnemonic 'Open As Experiment...' 16:27:11 [2019-07-19T20:27:11.755Z] DEBUG - matched MenuItem with text "Generic Experiment", using matcher: with mnemonic 'Generic Experiment' 16:27:11 [2019-07-19T20:27:11.755Z] DEBUG - Clicking on with mnemonic 'Generic Experiment' 16:27:12 [2019-07-19T20:27:12.012Z] DEBUG - Clicked on with mnemonic 'Generic Experiment' 16:27:12 [2019-07-19T20:27:12.269Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Generic Experiment} time=199935980 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Generic Experiment' 16:27:12 [2019-07-19T20:27:12.833Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:27:12 [2019-07-19T20:27:12.833Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:27:12 [2019-07-19T20:27:12.833Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:27:12 [2019-07-19T20:27:12.833Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:27:12 [2019-07-19T20:27:12.833Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:27:12 [2019-07-19T20:27:12.833Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:27:12 [2019-07-19T20:27:12.833Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:27:12 [2019-07-19T20:27:12.833Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:12 [2019-07-19T20:27:12.833Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199936882 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:27:12 [2019-07-19T20:27:12.833Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199936882 data=null doit=true} to TreeItem with text {test} 16:27:12 [2019-07-19T20:27:12.833Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199936883 data=null} to TreeItem with text {test} 16:27:12 [2019-07-19T20:27:12.833Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199936883 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:27:12 [2019-07-19T20:27:12.833Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199936883 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:27:12 [2019-07-19T20:27:12.833Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199936940 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:27:12 [2019-07-19T20:27:12.833Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:27:12 [2019-07-19T20:27:12.833Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Experiments [1]} time=199936941 data=null doit=true} to TreeItem with text {Experiments [1]} 16:27:12 [2019-07-19T20:27:12.833Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Experiments [1]} time=199936941 data=null} to TreeItem with text {Experiments [1]} 16:27:12 [2019-07-19T20:27:12.833Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Experiments [1]} time=199936941 data=null button=1 stateMask=0x0 x=111 y=32 count=1} to TreeItem with text {Experiments [1]} 16:27:12 [2019-07-19T20:27:12.833Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=199936942 data=null item=TreeItem {Experiments [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {Experiments [1]} 16:27:12 [2019-07-19T20:27:12.833Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Experiments [1]} time=199936956 data=null button=1 stateMask=0x80000 x=111 y=32 count=1} to TreeItem with text {Experiments [1]} 16:27:12 [2019-07-19T20:27:12.833Z] WARN - Tree item TreeItem with text {Experiments [1]} is already expanded. Won't expand it again. 16:27:12 [2019-07-19T20:27:12.833Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log [1]} time=199936957 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log [1]} 16:27:12 [2019-07-19T20:27:12.833Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log [1]} time=199936957 data=null} to TreeItem with text {ExampleCustomTxt.log [1]} 16:27:12 [2019-07-19T20:27:12.833Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log [1]} time=199936957 data=null button=1 stateMask=0x0 x=163 y=53 count=1} to TreeItem with text {ExampleCustomTxt.log [1]} 16:27:12 [2019-07-19T20:27:12.833Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=199936958 data=null item=TreeItem {ExampleCustomTxt.log [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log [1]} 16:27:12 [2019-07-19T20:27:12.833Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log [1]} time=199936979 data=null button=1 stateMask=0x80000 x=163 y=53 count=1} to TreeItem with text {ExampleCustomTxt.log [1]} 16:27:12 [2019-07-19T20:27:12.833Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:12 [2019-07-19T20:27:12.833Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199936982 data=null button=0 stateMask=0x0 x=170 y=74 count=0} to Tree node with text: ExampleCustomTxt.log 16:27:12 [2019-07-19T20:27:12.833Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=199936983 data=null doit=true} to Tree node with text: ExampleCustomTxt.log 16:27:12 [2019-07-19T20:27:12.833Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=199936983 data=null} to Tree node with text: ExampleCustomTxt.log 16:27:12 [2019-07-19T20:27:12.833Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199936983 data=null button=1 stateMask=0x0 x=170 y=74 count=1} to Tree node with text: ExampleCustomTxt.log 16:27:12 [2019-07-19T20:27:12.833Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199936984 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: ExampleCustomTxt.log 16:27:12 [2019-07-19T20:27:12.833Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199937044 data=null button=1 stateMask=0x80000 x=170 y=74 count=1} to Tree node with text: ExampleCustomTxt.log 16:27:13 [2019-07-19T20:27:13.089Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' 16:27:13 [2019-07-19T20:27:13.089Z] DEBUG - Clicking on with mnemonic 'Delete' 16:27:13 [2019-07-19T20:27:13.089Z] DEBUG - Clicked on with mnemonic 'Delete' 16:27:13 [2019-07-19T20:27:13.346Z] DEBUG - matched Shell with text "Confirm Delete", using matcher: with text 'Confirm Delete' 16:27:13 [2019-07-19T20:27:13.346Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirm Delete} time=199937354 data=null doit=true} to Shell with text {Confirm Delete} 16:27:13 [2019-07-19T20:27:13.346Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button' 16:27:13 [2019-07-19T20:27:13.346Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes' 16:27:13 [2019-07-19T20:27:13.346Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH' 16:27:13 [2019-07-19T20:27:13.346Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:13 [2019-07-19T20:27:13.346Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button' 16:27:13 [2019-07-19T20:27:13.346Z] DEBUG - Clicking on &Yes 16:27:13 [2019-07-19T20:27:13.346Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=199937365 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:13 [2019-07-19T20:27:13.346Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=199937365 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:13 [2019-07-19T20:27:13.346Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=199937365 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:13 [2019-07-19T20:27:13.346Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=199937365 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:13 [2019-07-19T20:27:13.346Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=199937366 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:13 [2019-07-19T20:27:13.346Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=199937366 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:13 [2019-07-19T20:27:13.346Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=199937366 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:13 [2019-07-19T20:27:13.909Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=199937099 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' 16:27:13 [2019-07-19T20:27:13.909Z] DEBUG - Clicked on 16:27:13 [2019-07-19T20:27:13.909Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:27:13 [2019-07-19T20:27:13.909Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:27:13 [2019-07-19T20:27:13.909Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:27:13 [2019-07-19T20:27:13.909Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:27:13 [2019-07-19T20:27:13.909Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:27:13 [2019-07-19T20:27:13.909Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:13 [2019-07-19T20:27:13.909Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199938071 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:27:13 [2019-07-19T20:27:13.909Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199938071 data=null doit=true} to TreeItem with text {test} 16:27:13 [2019-07-19T20:27:13.909Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199938071 data=null} to TreeItem with text {test} 16:27:13 [2019-07-19T20:27:13.909Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199938072 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:27:13 [2019-07-19T20:27:13.909Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199938072 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:27:13 [2019-07-19T20:27:13.909Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199938143 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:27:13 [2019-07-19T20:27:13.909Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:13 [2019-07-19T20:27:13.909Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199938144 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:27:13 [2019-07-19T20:27:13.909Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199938145 data=null doit=true} to TreeItem with text {test} 16:27:13 [2019-07-19T20:27:13.909Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199938145 data=null} to TreeItem with text {test} 16:27:13 [2019-07-19T20:27:13.909Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199938145 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:27:13 [2019-07-19T20:27:13.909Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199938149 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:27:13 [2019-07-19T20:27:13.909Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199938156 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:27:13 [2019-07-19T20:27:13.909Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:27:13 [2019-07-19T20:27:13.909Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:13 [2019-07-19T20:27:13.909Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=199938158 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 16:27:13 [2019-07-19T20:27:13.909Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=199938158 data=null doit=true} to TreeItem with text {Traces [1]} 16:27:13 [2019-07-19T20:27:13.909Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=199938158 data=null} to TreeItem with text {Traces [1]} 16:27:13 [2019-07-19T20:27:13.909Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=199938159 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:27:14 [2019-07-19T20:27:14.166Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199938159 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 16:27:14 [2019-07-19T20:27:14.166Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=199938179 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:27:14 [2019-07-19T20:27:14.166Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:14 [2019-07-19T20:27:14.166Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=199938180 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 16:27:14 [2019-07-19T20:27:14.166Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=199938180 data=null doit=true} to TreeItem with text {Traces [1]} 16:27:14 [2019-07-19T20:27:14.166Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=199938181 data=null} to TreeItem with text {Traces [1]} 16:27:14 [2019-07-19T20:27:14.166Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=199938181 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:27:14 [2019-07-19T20:27:14.166Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199938181 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 16:27:14 [2019-07-19T20:27:14.166Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=199938241 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:27:14 [2019-07-19T20:27:14.166Z] DEBUG - matched MenuItem with text "C&lear Delete", using matcher: with mnemonic 'Clear' 16:27:14 [2019-07-19T20:27:14.166Z] DEBUG - Clicking on with mnemonic 'Clear' 16:27:14 [2019-07-19T20:27:14.423Z] DEBUG - Clicked on with mnemonic 'Clear' 16:27:14 [2019-07-19T20:27:14.423Z] DEBUG - matched Shell with text "Confirm Clear", using matcher: with text 'Confirm Clear' 16:27:14 [2019-07-19T20:27:14.423Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirm Clear} time=199938536 data=null doit=true} to Shell with text {Confirm Clear} 16:27:14 [2019-07-19T20:27:14.423Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button' 16:27:14 [2019-07-19T20:27:14.423Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes' 16:27:14 [2019-07-19T20:27:14.423Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH' 16:27:14 [2019-07-19T20:27:14.423Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:14 [2019-07-19T20:27:14.423Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button' 16:27:14 [2019-07-19T20:27:14.423Z] DEBUG - Clicking on &Yes 16:27:14 [2019-07-19T20:27:14.423Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=199938538 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:14 [2019-07-19T20:27:14.423Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=199938538 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:14 [2019-07-19T20:27:14.423Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=199938538 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:14 [2019-07-19T20:27:14.423Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=199938538 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:14 [2019-07-19T20:27:14.423Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=199938538 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:14 [2019-07-19T20:27:14.423Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=199938538 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:14 [2019-07-19T20:27:14.423Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=199938539 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:14 [2019-07-19T20:27:14.681Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {C&lear Delete} time=199938343 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Clear' 16:27:14 [2019-07-19T20:27:14.681Z] DEBUG - Clicked on 16:27:16 [2019-07-19T20:27:16.574Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:27:16 [2019-07-19T20:27:16.574Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:27:16 [2019-07-19T20:27:16.574Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:27:16 [2019-07-19T20:27:16.574Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:27:16 [2019-07-19T20:27:16.574Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:27:16 [2019-07-19T20:27:16.574Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:27:16 [2019-07-19T20:27:16.574Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:27:16 [2019-07-19T20:27:16.574Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:16 [2019-07-19T20:27:16.574Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199940559 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:27:16 [2019-07-19T20:27:16.574Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199940559 data=null doit=true} to TreeItem with text {test} 16:27:16 [2019-07-19T20:27:16.574Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199940559 data=null} to TreeItem with text {test} 16:27:16 [2019-07-19T20:27:16.574Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199940560 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:27:16 [2019-07-19T20:27:16.574Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199940560 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:27:16 [2019-07-19T20:27:16.574Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199940583 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:27:16 [2019-07-19T20:27:16.574Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:16 [2019-07-19T20:27:16.574Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199940598 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:27:16 [2019-07-19T20:27:16.574Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199940598 data=null doit=true} to TreeItem with text {test} 16:27:16 [2019-07-19T20:27:16.574Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199940598 data=null} to TreeItem with text {test} 16:27:16 [2019-07-19T20:27:16.574Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199940599 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:27:16 [2019-07-19T20:27:16.574Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199940599 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:27:16 [2019-07-19T20:27:16.574Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199940630 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:27:16 [2019-07-19T20:27:16.574Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:27:16 [2019-07-19T20:27:16.574Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:16 [2019-07-19T20:27:16.574Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=199940632 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 16:27:16 [2019-07-19T20:27:16.574Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=199940632 data=null doit=true} to TreeItem with text {Traces [1]} 16:27:16 [2019-07-19T20:27:16.574Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=199940632 data=null} to TreeItem with text {Traces [1]} 16:27:16 [2019-07-19T20:27:16.574Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=199940632 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:27:16 [2019-07-19T20:27:16.574Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199940633 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 16:27:16 [2019-07-19T20:27:16.574Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=199940644 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:27:16 [2019-07-19T20:27:16.574Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=199940644 data=null doit=true} to TreeItem with text {Traces [1]} 16:27:16 [2019-07-19T20:27:16.574Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=199940644 data=null} to TreeItem with text {Traces [1]} 16:27:16 [2019-07-19T20:27:16.574Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=199940657 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:27:16 [2019-07-19T20:27:16.574Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=199940658 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {Traces [1]} 16:27:16 [2019-07-19T20:27:16.574Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=199940660 data=null button=1 stateMask=0x80000 x=75 y=53 count=1} to TreeItem with text {Traces [1]} 16:27:16 [2019-07-19T20:27:16.574Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomTxt.log} 16:27:16 [2019-07-19T20:27:16.574Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199940670 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:27:16 [2019-07-19T20:27:16.574Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=199940670 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:27:16 [2019-07-19T20:27:16.574Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:16 [2019-07-19T20:27:16.574Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=199940671 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:27:16 [2019-07-19T20:27:16.574Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199940671 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:27:16 [2019-07-19T20:27:16.574Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199940671 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:27:16 [2019-07-19T20:27:16.574Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199940709 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:27:16 [2019-07-19T20:27:16.574Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199940709 data=null button=1 stateMask=0x0 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:27:16 [2019-07-19T20:27:16.574Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199940710 data=null button=1 stateMask=0x0 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:27:16 [2019-07-19T20:27:16.831Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=199940710 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:27:16 [2019-07-19T20:27:16.831Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199940792 data=null button=1 stateMask=0x80000 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:27:16 [2019-07-19T20:27:16.831Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199940970 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:27:16 [2019-07-19T20:27:16.831Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=199940970 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:27:16 [2019-07-19T20:27:16.831Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=199940970 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:27:16 [2019-07-19T20:27:16.831Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomTxt.log} 16:27:16 [2019-07-19T20:27:16.831Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:27:16 [2019-07-19T20:27:16.831Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:27:17 [2019-07-19T20:27:17.087Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:17 [2019-07-19T20:27:17.087Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199941112 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:27:17 [2019-07-19T20:27:17.087Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=199941112 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:27:17 [2019-07-19T20:27:17.087Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=199941113 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:27:17 [2019-07-19T20:27:17.087Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199941113 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:27:17 [2019-07-19T20:27:17.087Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199941113 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:27:17 [2019-07-19T20:27:17.087Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199941119 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:27:17 [2019-07-19T20:27:17.087Z] DEBUG - matched MenuItem with text "&Copy... Ctrl+C", using matcher: with mnemonic 'Copy...' 16:27:17 [2019-07-19T20:27:17.087Z] DEBUG - Clicking on with mnemonic 'Copy...' 16:27:17 [2019-07-19T20:27:17.346Z] DEBUG - Clicked on with mnemonic 'Copy...' 16:27:17 [2019-07-19T20:27:17.346Z] DEBUG - matched Shell with text "Copy Trace", using matcher: with text 'Copy Trace' 16:27:17 [2019-07-19T20:27:17.346Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Copy Trace} time=199941468 data=null doit=true} to Shell with text {Copy Trace} 16:27:17 [2019-07-19T20:27:17.346Z] DEBUG - matched Text with text "ExampleCustomTxt.log", using matcher: of type 'Text' 16:27:17 [2019-07-19T20:27:17.346Z] DEBUG - matched Label with text "New Trace name:", using matcher: with mnemonic 'New Trace name:' 16:27:17 [2019-07-19T20:27:17.346Z] DEBUG - matched Text with text "ExampleCustomTxt.log", using matcher: with label (with mnemonic 'New Trace name:') 16:27:17 [2019-07-19T20:27:17.346Z] DEBUG - matched Text with text "ExampleCustomTxt.log", using matcher: (of type 'Text' and with label (with mnemonic 'New Trace name:')) 16:27:17 [2019-07-19T20:27:17.346Z] DEBUG - matched Button with text "Copy as a link", using matcher: of type 'Button' 16:27:17 [2019-07-19T20:27:17.346Z] DEBUG - matched Button with text "Copy as a new trace", using matcher: of type 'Button' 16:27:17 [2019-07-19T20:27:17.346Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:27:17 [2019-07-19T20:27:17.346Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:27:17 [2019-07-19T20:27:17.346Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 16:27:17 [2019-07-19T20:27:17.346Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:27:17 [2019-07-19T20:27:17.346Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:27:17 [2019-07-19T20:27:17.346Z] DEBUG - Clicking on OK 16:27:17 [2019-07-19T20:27:17.346Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=199941476 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:27:17 [2019-07-19T20:27:17.346Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=199941476 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:27:17 [2019-07-19T20:27:17.346Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=199941476 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:27:17 [2019-07-19T20:27:17.346Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=199941476 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:27:17 [2019-07-19T20:27:17.346Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=199941476 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:27:17 [2019-07-19T20:27:17.346Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=199941477 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:27:17 [2019-07-19T20:27:17.603Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {OK} time=199941545 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:27:17 [2019-07-19T20:27:17.603Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=199941477 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:27:17 [2019-07-19T20:27:17.603Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Copy... Ctrl+C} time=199941172 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Copy...' 16:27:17 [2019-07-19T20:27:17.603Z] DEBUG - Clicked on 16:27:17 [2019-07-19T20:27:17.603Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:27:17 [2019-07-19T20:27:17.860Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:27:17 [2019-07-19T20:27:17.860Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:27:17 [2019-07-19T20:27:17.860Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:27:17 [2019-07-19T20:27:17.860Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:27:17 [2019-07-19T20:27:17.860Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:17 [2019-07-19T20:27:17.860Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199941856 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:27:17 [2019-07-19T20:27:17.860Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199941856 data=null doit=true} to TreeItem with text {test} 16:27:17 [2019-07-19T20:27:17.860Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199941868 data=null} to TreeItem with text {test} 16:27:17 [2019-07-19T20:27:17.860Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199941868 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:27:17 [2019-07-19T20:27:17.860Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199941869 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:27:17 [2019-07-19T20:27:17.860Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199941911 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:27:17 [2019-07-19T20:27:17.860Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:17 [2019-07-19T20:27:17.860Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199941912 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:27:17 [2019-07-19T20:27:17.860Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199941912 data=null doit=true} to TreeItem with text {test} 16:27:17 [2019-07-19T20:27:17.860Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199941912 data=null} to TreeItem with text {test} 16:27:17 [2019-07-19T20:27:17.860Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199941920 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:27:17 [2019-07-19T20:27:17.860Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199941921 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:27:17 [2019-07-19T20:27:17.860Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199941932 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:27:17 [2019-07-19T20:27:17.860Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:27:17 [2019-07-19T20:27:17.860Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:17 [2019-07-19T20:27:17.860Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [2]} time=199941934 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [2]} 16:27:17 [2019-07-19T20:27:17.860Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [2]} time=199941934 data=null doit=true} to TreeItem with text {Traces [2]} 16:27:17 [2019-07-19T20:27:17.860Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [2]} time=199941934 data=null} to TreeItem with text {Traces [2]} 16:27:17 [2019-07-19T20:27:17.860Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [2]} time=199941935 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [2]} 16:27:17 [2019-07-19T20:27:17.860Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199941935 data=null item=TreeItem {Traces [2]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [2]} 16:27:17 [2019-07-19T20:27:17.860Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [2]} time=199941958 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [2]} 16:27:17 [2019-07-19T20:27:17.860Z] WARN - Tree item TreeItem with text {Traces [2]} is already expanded. Won't expand it again. 16:27:17 [2019-07-19T20:27:17.860Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:27:17 [2019-07-19T20:27:17.860Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomTxt.log2} 16:27:17 [2019-07-19T20:27:17.860Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log2} time=199941963 data=null button=0 stateMask=0x0 x=156 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log2} 16:27:17 [2019-07-19T20:27:17.860Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log2} time=199941963 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log2} 16:27:17 [2019-07-19T20:27:17.860Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:17 [2019-07-19T20:27:17.860Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log2} time=199941963 data=null} to TreeItem with text {ExampleCustomTxt.log2} 16:27:17 [2019-07-19T20:27:17.860Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log2} time=199941964 data=null button=1 stateMask=0x0 x=156 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log2} 16:27:17 [2019-07-19T20:27:17.860Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199941964 data=null item=TreeItem {ExampleCustomTxt.log2} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log2} 16:27:17 [2019-07-19T20:27:17.860Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log2} time=199942002 data=null button=1 stateMask=0x80000 x=156 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log2} 16:27:17 [2019-07-19T20:27:17.861Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log2} time=199942031 data=null button=1 stateMask=0x0 x=156 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log2} 16:27:17 [2019-07-19T20:27:17.861Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomTxt.log2} time=199942032 data=null button=1 stateMask=0x0 x=156 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log2} 16:27:17 [2019-07-19T20:27:17.861Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=199942032 data=null item=TreeItem {ExampleCustomTxt.log2} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log2} 16:27:18 [2019-07-19T20:27:18.424Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log2} time=199942103 data=null button=1 stateMask=0x80000 x=156 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log2} 16:27:18 [2019-07-19T20:27:18.424Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomTxt.log2} time=199942446 data=null button=0 stateMask=0x0 x=156 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log2} 16:27:18 [2019-07-19T20:27:18.424Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomTxt.log2} time=199942450 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log2} 16:27:18 [2019-07-19T20:27:18.424Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomTxt.log2} time=199942450 data=null} to TreeItem with text {ExampleCustomTxt.log2} 16:27:18 [2019-07-19T20:27:18.424Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomTxt.log2} 16:27:18 [2019-07-19T20:27:18.424Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:27:18 [2019-07-19T20:27:18.424Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:27:19 [2019-07-19T20:27:19.354Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:27:19 [2019-07-19T20:27:19.610Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomTxt.log} 16:27:19 [2019-07-19T20:27:19.610Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199943671 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:27:19 [2019-07-19T20:27:19.610Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=199943671 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:27:19 [2019-07-19T20:27:19.610Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:19 [2019-07-19T20:27:19.610Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=199943672 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:27:19 [2019-07-19T20:27:19.610Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199943673 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:27:19 [2019-07-19T20:27:19.610Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199943673 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:27:19 [2019-07-19T20:27:19.610Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199943709 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:27:19 [2019-07-19T20:27:19.610Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199943710 data=null button=1 stateMask=0x0 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:27:19 [2019-07-19T20:27:19.610Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199943710 data=null button=1 stateMask=0x0 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:27:19 [2019-07-19T20:27:19.866Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=199943711 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:27:19 [2019-07-19T20:27:19.866Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199943988 data=null button=1 stateMask=0x80000 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:27:19 [2019-07-19T20:27:19.866Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199944049 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:27:19 [2019-07-19T20:27:19.866Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=199944050 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:27:19 [2019-07-19T20:27:19.866Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=199944050 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:27:19 [2019-07-19T20:27:19.866Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomTxt.log} 16:27:19 [2019-07-19T20:27:19.866Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:27:19 [2019-07-19T20:27:19.866Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:27:20 [2019-07-19T20:27:20.430Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:27:20 [2019-07-19T20:27:20.430Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:27:20 [2019-07-19T20:27:20.430Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:27:20 [2019-07-19T20:27:20.430Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:27:20 [2019-07-19T20:27:20.430Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:27:20 [2019-07-19T20:27:20.430Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:20 [2019-07-19T20:27:20.430Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199944447 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:27:20 [2019-07-19T20:27:20.430Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199944447 data=null doit=true} to TreeItem with text {test} 16:27:20 [2019-07-19T20:27:20.430Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199944447 data=null} to TreeItem with text {test} 16:27:20 [2019-07-19T20:27:20.430Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199944448 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:27:20 [2019-07-19T20:27:20.430Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199944448 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:27:20 [2019-07-19T20:27:20.430Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199944530 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:27:20 [2019-07-19T20:27:20.430Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:20 [2019-07-19T20:27:20.430Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199944531 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:27:20 [2019-07-19T20:27:20.430Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199944531 data=null doit=true} to TreeItem with text {test} 16:27:20 [2019-07-19T20:27:20.430Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199944532 data=null} to TreeItem with text {test} 16:27:20 [2019-07-19T20:27:20.430Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199944532 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:27:20 [2019-07-19T20:27:20.430Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199944532 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:27:20 [2019-07-19T20:27:20.430Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199944540 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:27:20 [2019-07-19T20:27:20.430Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:27:20 [2019-07-19T20:27:20.430Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:20 [2019-07-19T20:27:20.430Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [2]} time=199944542 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [2]} 16:27:20 [2019-07-19T20:27:20.430Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [2]} time=199944542 data=null doit=true} to TreeItem with text {Traces [2]} 16:27:20 [2019-07-19T20:27:20.430Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [2]} time=199944542 data=null} to TreeItem with text {Traces [2]} 16:27:20 [2019-07-19T20:27:20.430Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [2]} time=199944542 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [2]} 16:27:20 [2019-07-19T20:27:20.430Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199944543 data=null item=TreeItem {Traces [2]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [2]} 16:27:20 [2019-07-19T20:27:20.430Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [2]} time=199944562 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [2]} 16:27:20 [2019-07-19T20:27:20.430Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:20 [2019-07-19T20:27:20.430Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [2]} time=199944563 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [2]} 16:27:20 [2019-07-19T20:27:20.430Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [2]} time=199944563 data=null doit=true} to TreeItem with text {Traces [2]} 16:27:20 [2019-07-19T20:27:20.430Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [2]} time=199944563 data=null} to TreeItem with text {Traces [2]} 16:27:20 [2019-07-19T20:27:20.430Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [2]} time=199944564 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [2]} 16:27:20 [2019-07-19T20:27:20.430Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199944564 data=null item=TreeItem {Traces [2]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [2]} 16:27:20 [2019-07-19T20:27:20.430Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [2]} time=199944579 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [2]} 16:27:20 [2019-07-19T20:27:20.430Z] DEBUG - matched MenuItem with text "C&lear Delete", using matcher: with mnemonic 'Clear' 16:27:20 [2019-07-19T20:27:20.430Z] DEBUG - Clicking on with mnemonic 'Clear' 16:27:20 [2019-07-19T20:27:20.687Z] DEBUG - Clicked on with mnemonic 'Clear' 16:27:20 [2019-07-19T20:27:20.687Z] DEBUG - matched Shell with text "Confirm Clear", using matcher: with text 'Confirm Clear' 16:27:20 [2019-07-19T20:27:20.687Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirm Clear} time=199944877 data=null doit=true} to Shell with text {Confirm Clear} 16:27:20 [2019-07-19T20:27:20.687Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button' 16:27:20 [2019-07-19T20:27:20.687Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes' 16:27:20 [2019-07-19T20:27:20.687Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH' 16:27:20 [2019-07-19T20:27:20.687Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:20 [2019-07-19T20:27:20.687Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button' 16:27:20 [2019-07-19T20:27:20.687Z] DEBUG - Clicking on &Yes 16:27:20 [2019-07-19T20:27:20.687Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=199944878 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:20 [2019-07-19T20:27:20.687Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=199944878 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:20 [2019-07-19T20:27:20.687Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=199944878 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:20 [2019-07-19T20:27:20.687Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=199944879 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:20 [2019-07-19T20:27:20.687Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=199944879 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:20 [2019-07-19T20:27:20.687Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=199944879 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:20 [2019-07-19T20:27:20.687Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=199944879 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:21 [2019-07-19T20:27:21.252Z] DEBUG - Clicked on 16:27:21 [2019-07-19T20:27:21.252Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {C&lear Delete} time=199944660 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Clear' 16:27:23 [2019-07-19T20:27:23.145Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:27:23 [2019-07-19T20:27:23.145Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:27:23 [2019-07-19T20:27:23.403Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:27:23 [2019-07-19T20:27:23.403Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:27:23 [2019-07-19T20:27:23.403Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:27:23 [2019-07-19T20:27:23.403Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:27:23 [2019-07-19T20:27:23.403Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:27:23 [2019-07-19T20:27:23.403Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:23 [2019-07-19T20:27:23.403Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199947449 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:27:23 [2019-07-19T20:27:23.403Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199947450 data=null doit=true} to TreeItem with text {test} 16:27:23 [2019-07-19T20:27:23.403Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199947450 data=null} to TreeItem with text {test} 16:27:23 [2019-07-19T20:27:23.403Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199947450 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:27:23 [2019-07-19T20:27:23.403Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199947450 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:27:23 [2019-07-19T20:27:23.403Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199947483 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:27:23 [2019-07-19T20:27:23.403Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:23 [2019-07-19T20:27:23.403Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199947484 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:27:23 [2019-07-19T20:27:23.403Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199947484 data=null doit=true} to TreeItem with text {test} 16:27:23 [2019-07-19T20:27:23.403Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199947485 data=null} to TreeItem with text {test} 16:27:23 [2019-07-19T20:27:23.403Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199947485 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:27:23 [2019-07-19T20:27:23.403Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199947485 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:27:23 [2019-07-19T20:27:23.403Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199947498 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:27:23 [2019-07-19T20:27:23.403Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:27:23 [2019-07-19T20:27:23.403Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:23 [2019-07-19T20:27:23.403Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=199947500 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 16:27:23 [2019-07-19T20:27:23.403Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=199947500 data=null doit=true} to TreeItem with text {Traces [1]} 16:27:23 [2019-07-19T20:27:23.403Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=199947500 data=null} to TreeItem with text {Traces [1]} 16:27:23 [2019-07-19T20:27:23.403Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=199947500 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:27:23 [2019-07-19T20:27:23.403Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199947500 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 16:27:23 [2019-07-19T20:27:23.403Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=199947539 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:27:23 [2019-07-19T20:27:23.403Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=199947540 data=null doit=true} to TreeItem with text {Traces [1]} 16:27:23 [2019-07-19T20:27:23.403Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=199947540 data=null} to TreeItem with text {Traces [1]} 16:27:23 [2019-07-19T20:27:23.403Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=199947540 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:27:23 [2019-07-19T20:27:23.403Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=199947540 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {Traces [1]} 16:27:23 [2019-07-19T20:27:23.403Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=199947543 data=null button=1 stateMask=0x80000 x=75 y=53 count=1} to TreeItem with text {Traces [1]} 16:27:23 [2019-07-19T20:27:23.403Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:23 [2019-07-19T20:27:23.403Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199947545 data=null button=0 stateMask=0x0 x=136 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:27:23 [2019-07-19T20:27:23.403Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=199947545 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:27:23 [2019-07-19T20:27:23.403Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=199947545 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:27:23 [2019-07-19T20:27:23.403Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199947545 data=null button=1 stateMask=0x0 x=136 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:27:23 [2019-07-19T20:27:23.403Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199947546 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:27:23 [2019-07-19T20:27:23.403Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199947629 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:27:23 [2019-07-19T20:27:23.403Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:23 [2019-07-19T20:27:23.662Z] DEBUG - matched Shell with text "Confirm Delete", using matcher: with text 'Confirm Delete' 16:27:23 [2019-07-19T20:27:23.662Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirm Delete} time=199947824 data=null doit=true} to Shell with text {Confirm Delete} 16:27:23 [2019-07-19T20:27:23.662Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button' 16:27:23 [2019-07-19T20:27:23.662Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes' 16:27:23 [2019-07-19T20:27:23.662Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH' 16:27:23 [2019-07-19T20:27:23.662Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:23 [2019-07-19T20:27:23.662Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button' 16:27:23 [2019-07-19T20:27:23.662Z] DEBUG - Clicking on &Yes 16:27:23 [2019-07-19T20:27:23.662Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=199947835 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:23 [2019-07-19T20:27:23.662Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=199947835 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:23 [2019-07-19T20:27:23.662Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=199947836 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:23 [2019-07-19T20:27:23.662Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=199947836 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:23 [2019-07-19T20:27:23.662Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=199947836 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:23 [2019-07-19T20:27:23.662Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=199947836 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:23 [2019-07-19T20:27:23.662Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=199947836 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:24 [2019-07-19T20:27:24.593Z] DEBUG - Clicked on 16:27:24 [2019-07-19T20:27:24.593Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:27:24 [2019-07-19T20:27:24.593Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:27:24 [2019-07-19T20:27:24.593Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:27:24 [2019-07-19T20:27:24.593Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:27:24 [2019-07-19T20:27:24.593Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:27:24 [2019-07-19T20:27:24.593Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:24 [2019-07-19T20:27:24.593Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199948548 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:27:24 [2019-07-19T20:27:24.593Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199948548 data=null doit=true} to TreeItem with text {test} 16:27:24 [2019-07-19T20:27:24.593Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199948548 data=null} to TreeItem with text {test} 16:27:24 [2019-07-19T20:27:24.593Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199948549 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:27:24 [2019-07-19T20:27:24.593Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199948549 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:27:24 [2019-07-19T20:27:24.593Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199948596 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:27:24 [2019-07-19T20:27:24.593Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:24 [2019-07-19T20:27:24.593Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199948597 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:27:24 [2019-07-19T20:27:24.593Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199948597 data=null doit=true} to TreeItem with text {test} 16:27:24 [2019-07-19T20:27:24.593Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199948597 data=null} to TreeItem with text {test} 16:27:24 [2019-07-19T20:27:24.593Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199948601 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:27:24 [2019-07-19T20:27:24.593Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199948601 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:27:24 [2019-07-19T20:27:24.593Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199948626 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:27:24 [2019-07-19T20:27:24.593Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:27:24 [2019-07-19T20:27:24.593Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:24 [2019-07-19T20:27:24.593Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=199948632 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 16:27:24 [2019-07-19T20:27:24.593Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=199948632 data=null doit=true} to TreeItem with text {Traces [1]} 16:27:24 [2019-07-19T20:27:24.593Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=199948632 data=null} to TreeItem with text {Traces [1]} 16:27:24 [2019-07-19T20:27:24.593Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=199948632 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:27:24 [2019-07-19T20:27:24.593Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199948633 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 16:27:24 [2019-07-19T20:27:24.593Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=199948656 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:27:24 [2019-07-19T20:27:24.593Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:24 [2019-07-19T20:27:24.593Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=199948658 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 16:27:24 [2019-07-19T20:27:24.593Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=199948658 data=null doit=true} to TreeItem with text {Traces [1]} 16:27:24 [2019-07-19T20:27:24.593Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=199948658 data=null} to TreeItem with text {Traces [1]} 16:27:24 [2019-07-19T20:27:24.593Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=199948658 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:27:24 [2019-07-19T20:27:24.593Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199948658 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 16:27:24 [2019-07-19T20:27:24.593Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=199948668 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:27:24 [2019-07-19T20:27:24.593Z] DEBUG - matched MenuItem with text "C&lear Delete", using matcher: with mnemonic 'Clear' 16:27:24 [2019-07-19T20:27:24.593Z] DEBUG - Clicking on with mnemonic 'Clear' 16:27:24 [2019-07-19T20:27:24.593Z] DEBUG - Clicked on with mnemonic 'Clear' 16:27:24 [2019-07-19T20:27:24.593Z] DEBUG - matched Shell with text "Confirm Clear", using matcher: with text 'Confirm Clear' 16:27:24 [2019-07-19T20:27:24.593Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirm Clear} time=199948835 data=null doit=true} to Shell with text {Confirm Clear} 16:27:24 [2019-07-19T20:27:24.851Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button' 16:27:24 [2019-07-19T20:27:24.851Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes' 16:27:24 [2019-07-19T20:27:24.851Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH' 16:27:24 [2019-07-19T20:27:24.851Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:24 [2019-07-19T20:27:24.851Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button' 16:27:24 [2019-07-19T20:27:24.851Z] DEBUG - Clicking on &Yes 16:27:24 [2019-07-19T20:27:24.851Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=199948846 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:24 [2019-07-19T20:27:24.851Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=199948847 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:24 [2019-07-19T20:27:24.851Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=199948847 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:24 [2019-07-19T20:27:24.851Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=199948847 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:24 [2019-07-19T20:27:24.851Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=199948847 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:24 [2019-07-19T20:27:24.851Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=199948847 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:24 [2019-07-19T20:27:24.851Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=199948847 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:24 [2019-07-19T20:27:24.851Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {C&lear Delete} time=199948719 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Clear' 16:27:24 [2019-07-19T20:27:24.851Z] DEBUG - Clicked on 16:27:26 [2019-07-19T20:27:26.744Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:27:26 [2019-07-19T20:27:26.744Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:27:26 [2019-07-19T20:27:26.744Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:27:26 [2019-07-19T20:27:26.744Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:27:26 [2019-07-19T20:27:26.744Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:27:26 [2019-07-19T20:27:26.744Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:27:26 [2019-07-19T20:27:26.744Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:27:26 [2019-07-19T20:27:26.744Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:27:26 [2019-07-19T20:27:26.744Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:26 [2019-07-19T20:27:26.744Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199950845 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:27:26 [2019-07-19T20:27:26.744Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199950845 data=null doit=true} to TreeItem with text {test} 16:27:26 [2019-07-19T20:27:26.744Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199950846 data=null} to TreeItem with text {test} 16:27:26 [2019-07-19T20:27:26.744Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199950846 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:27:26 [2019-07-19T20:27:26.744Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199950847 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:27:26 [2019-07-19T20:27:26.744Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199950946 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:27:26 [2019-07-19T20:27:26.744Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:27:26 [2019-07-19T20:27:26.744Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Experiments [1]} time=199950948 data=null doit=true} to TreeItem with text {Experiments [1]} 16:27:26 [2019-07-19T20:27:26.744Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Experiments [1]} time=199950948 data=null} to TreeItem with text {Experiments [1]} 16:27:26 [2019-07-19T20:27:26.744Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Experiments [1]} time=199950949 data=null button=1 stateMask=0x0 x=111 y=32 count=1} to TreeItem with text {Experiments [1]} 16:27:26 [2019-07-19T20:27:26.744Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=199950949 data=null item=TreeItem {Experiments [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {Experiments [1]} 16:27:26 [2019-07-19T20:27:26.744Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Experiments [1]} time=199950953 data=null button=1 stateMask=0x80000 x=95 y=32 count=1} to TreeItem with text {Experiments [1]} 16:27:26 [2019-07-19T20:27:26.744Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {exp [1]} time=199950953 data=null doit=true} to TreeItem with text {exp [1]} 16:27:26 [2019-07-19T20:27:26.744Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {exp [1]} time=199950953 data=null} to TreeItem with text {exp [1]} 16:27:26 [2019-07-19T20:27:26.744Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {exp [1]} time=199950954 data=null button=1 stateMask=0x0 x=85 y=53 count=1} to TreeItem with text {exp [1]} 16:27:26 [2019-07-19T20:27:26.744Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=199950954 data=null item=TreeItem {exp [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {exp [1]} 16:27:26 [2019-07-19T20:27:26.744Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {exp [1]} time=199950972 data=null button=1 stateMask=0x80000 x=101 y=53 count=1} to TreeItem with text {exp [1]} 16:27:26 [2019-07-19T20:27:26.744Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:26 [2019-07-19T20:27:26.744Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {exp [1]} time=199950973 data=null button=0 stateMask=0x0 x=101 y=53 count=0} to TreeItem with text {exp [1]} 16:27:26 [2019-07-19T20:27:26.744Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {exp [1]} time=199950973 data=null doit=true} to TreeItem with text {exp [1]} 16:27:26 [2019-07-19T20:27:26.744Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {exp [1]} time=199950973 data=null} to TreeItem with text {exp [1]} 16:27:26 [2019-07-19T20:27:26.744Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {exp [1]} time=199950974 data=null button=1 stateMask=0x0 x=101 y=53 count=1} to TreeItem with text {exp [1]} 16:27:27 [2019-07-19T20:27:27.001Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199950974 data=null item=TreeItem {exp [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {exp [1]} 16:27:27 [2019-07-19T20:27:27.001Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {exp [1]} time=199951043 data=null button=1 stateMask=0x80000 x=101 y=53 count=1} to TreeItem with text {exp [1]} 16:27:27 [2019-07-19T20:27:27.001Z] DEBUG - matched MenuItem with text "&Open Shift+Ctrl+R", using matcher: with mnemonic 'Open' 16:27:27 [2019-07-19T20:27:27.001Z] DEBUG - Clicking on with mnemonic 'Open' 16:27:27 [2019-07-19T20:27:27.258Z] DEBUG - Clicked on with mnemonic 'Open' 16:27:27 [2019-07-19T20:27:27.258Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Open Shift+Ctrl+R} time=199951158 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Open' 16:27:27 [2019-07-19T20:27:27.822Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:27:28 [2019-07-19T20:27:28.386Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:27:28 [2019-07-19T20:27:28.386Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:27:28 [2019-07-19T20:27:28.386Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:27:28 [2019-07-19T20:27:28.386Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:27:28 [2019-07-19T20:27:28.386Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:27:28 [2019-07-19T20:27:28.386Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:28 [2019-07-19T20:27:28.386Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199952534 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:27:28 [2019-07-19T20:27:28.386Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199952534 data=null doit=true} to TreeItem with text {test} 16:27:28 [2019-07-19T20:27:28.386Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199952535 data=null} to TreeItem with text {test} 16:27:28 [2019-07-19T20:27:28.386Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199952535 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:27:28 [2019-07-19T20:27:28.386Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199952535 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:27:28 [2019-07-19T20:27:28.386Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199952567 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:27:28 [2019-07-19T20:27:28.386Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:28 [2019-07-19T20:27:28.386Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199952568 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:27:28 [2019-07-19T20:27:28.386Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199952568 data=null doit=true} to TreeItem with text {test} 16:27:28 [2019-07-19T20:27:28.386Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199952569 data=null} to TreeItem with text {test} 16:27:28 [2019-07-19T20:27:28.386Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199952569 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:27:28 [2019-07-19T20:27:28.386Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199952569 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:27:28 [2019-07-19T20:27:28.386Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199952580 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:27:28 [2019-07-19T20:27:28.386Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:27:28 [2019-07-19T20:27:28.386Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:28 [2019-07-19T20:27:28.386Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=199952581 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 16:27:28 [2019-07-19T20:27:28.386Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=199952581 data=null doit=true} to TreeItem with text {Traces [1]} 16:27:28 [2019-07-19T20:27:28.386Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=199952581 data=null} to TreeItem with text {Traces [1]} 16:27:28 [2019-07-19T20:27:28.386Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=199952582 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:27:28 [2019-07-19T20:27:28.386Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199952582 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 16:27:28 [2019-07-19T20:27:28.643Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=199952640 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:27:28 [2019-07-19T20:27:28.643Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:28 [2019-07-19T20:27:28.643Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=199952641 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 16:27:28 [2019-07-19T20:27:28.643Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=199952642 data=null doit=true} to TreeItem with text {Traces [1]} 16:27:28 [2019-07-19T20:27:28.643Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=199952642 data=null} to TreeItem with text {Traces [1]} 16:27:28 [2019-07-19T20:27:28.643Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=199952642 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:27:28 [2019-07-19T20:27:28.643Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199952643 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 16:27:28 [2019-07-19T20:27:28.643Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=199952667 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:27:28 [2019-07-19T20:27:28.643Z] DEBUG - matched MenuItem with text "C&lear Delete", using matcher: with mnemonic 'Clear' 16:27:28 [2019-07-19T20:27:28.643Z] DEBUG - Clicking on with mnemonic 'Clear' 16:27:28 [2019-07-19T20:27:28.643Z] DEBUG - Clicked on with mnemonic 'Clear' 16:27:28 [2019-07-19T20:27:28.900Z] DEBUG - matched Shell with text "Confirm Clear", using matcher: with text 'Confirm Clear' 16:27:28 [2019-07-19T20:27:28.900Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirm Clear} time=199952904 data=null doit=true} to Shell with text {Confirm Clear} 16:27:28 [2019-07-19T20:27:28.900Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button' 16:27:28 [2019-07-19T20:27:28.900Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes' 16:27:28 [2019-07-19T20:27:28.900Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH' 16:27:28 [2019-07-19T20:27:28.900Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:28 [2019-07-19T20:27:28.900Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button' 16:27:28 [2019-07-19T20:27:28.900Z] DEBUG - Clicking on &Yes 16:27:28 [2019-07-19T20:27:28.900Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=199952906 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:28 [2019-07-19T20:27:28.900Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=199952906 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:28 [2019-07-19T20:27:28.900Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=199952906 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:28 [2019-07-19T20:27:28.900Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=199952906 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:28 [2019-07-19T20:27:28.900Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=199952906 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:28 [2019-07-19T20:27:28.900Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=199952906 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:28 [2019-07-19T20:27:28.900Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=199952907 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:28 [2019-07-19T20:27:28.900Z] DEBUG - Clicked on 16:27:28 [2019-07-19T20:27:28.900Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {C&lear Delete} time=199952759 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Clear' 16:27:31 [2019-07-19T20:27:31.421Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:27:31 [2019-07-19T20:27:31.421Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:27:31 [2019-07-19T20:27:31.421Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:27:31 [2019-07-19T20:27:31.421Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:27:31 [2019-07-19T20:27:31.421Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:27:31 [2019-07-19T20:27:31.421Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:27:31 [2019-07-19T20:27:31.421Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:27:31 [2019-07-19T20:27:31.421Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:31 [2019-07-19T20:27:31.421Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199955257 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:27:31 [2019-07-19T20:27:31.421Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199955257 data=null doit=true} to TreeItem with text {test} 16:27:31 [2019-07-19T20:27:31.421Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199955257 data=null} to TreeItem with text {test} 16:27:31 [2019-07-19T20:27:31.421Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199955257 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:27:31 [2019-07-19T20:27:31.421Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199955258 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:27:31 [2019-07-19T20:27:31.421Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199955282 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:27:31 [2019-07-19T20:27:31.421Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:31 [2019-07-19T20:27:31.421Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199955290 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:27:31 [2019-07-19T20:27:31.421Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199955291 data=null doit=true} to TreeItem with text {test} 16:27:31 [2019-07-19T20:27:31.421Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199955291 data=null} to TreeItem with text {test} 16:27:31 [2019-07-19T20:27:31.421Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199955291 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:27:31 [2019-07-19T20:27:31.421Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199955291 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:27:31 [2019-07-19T20:27:31.421Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199955298 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:27:31 [2019-07-19T20:27:31.421Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:27:31 [2019-07-19T20:27:31.421Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:31 [2019-07-19T20:27:31.421Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=199955305 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 16:27:31 [2019-07-19T20:27:31.421Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=199955305 data=null doit=true} to TreeItem with text {Traces [1]} 16:27:31 [2019-07-19T20:27:31.421Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=199955305 data=null} to TreeItem with text {Traces [1]} 16:27:31 [2019-07-19T20:27:31.421Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=199955305 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:27:31 [2019-07-19T20:27:31.421Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199955306 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 16:27:31 [2019-07-19T20:27:31.421Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=199955333 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:27:31 [2019-07-19T20:27:31.421Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=199955335 data=null doit=true} to TreeItem with text {Traces [1]} 16:27:31 [2019-07-19T20:27:31.421Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=199955335 data=null} to TreeItem with text {Traces [1]} 16:27:31 [2019-07-19T20:27:31.421Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=199955336 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:27:31 [2019-07-19T20:27:31.421Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=199955336 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {Traces [1]} 16:27:31 [2019-07-19T20:27:31.421Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=199955341 data=null button=1 stateMask=0x80000 x=75 y=53 count=1} to TreeItem with text {Traces [1]} 16:27:31 [2019-07-19T20:27:31.421Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:31 [2019-07-19T20:27:31.421Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199955342 data=null button=0 stateMask=0x0 x=136 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:27:31 [2019-07-19T20:27:31.421Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=199955342 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:27:31 [2019-07-19T20:27:31.421Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=199955342 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:27:31 [2019-07-19T20:27:31.421Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199955343 data=null button=1 stateMask=0x0 x=136 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:27:31 [2019-07-19T20:27:31.421Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199955343 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:27:31 [2019-07-19T20:27:31.421Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199955388 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:27:31 [2019-07-19T20:27:31.421Z] DEBUG - matched MenuItem with text "&Open Shift+Ctrl+R", using matcher: with mnemonic 'Open' 16:27:31 [2019-07-19T20:27:31.421Z] DEBUG - Clicking on with mnemonic 'Open' 16:27:31 [2019-07-19T20:27:31.421Z] DEBUG - Clicked on with mnemonic 'Open' 16:27:31 [2019-07-19T20:27:31.421Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:27:31 [2019-07-19T20:27:31.421Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Open Shift+Ctrl+R} time=199955442 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Open' 16:27:31 [2019-07-19T20:27:31.421Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:27:31 [2019-07-19T20:27:31.421Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:27:31 [2019-07-19T20:27:31.421Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:27:31 [2019-07-19T20:27:31.421Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:27:31 [2019-07-19T20:27:31.421Z] DEBUG - Attempting to set focus on Table with text {} 16:27:31 [2019-07-19T20:27:31.421Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=199955647 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:27:31 [2019-07-19T20:27:31.421Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=199955647 data=null doit=true} to TableItem with text {} 16:27:31 [2019-07-19T20:27:31.421Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=199955647 data=null} to TableItem with text {} 16:27:31 [2019-07-19T20:27:31.421Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=199955648 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:27:31 [2019-07-19T20:27:31.421Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=199955648 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:27:31 [2019-07-19T20:27:31.680Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=199955681 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:27:31 [2019-07-19T20:27:31.680Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:27:31 [2019-07-19T20:27:31.680Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:27:31 [2019-07-19T20:27:31.680Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.statistics"' 16:27:31 [2019-07-19T20:27:31.680Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:27:31 [2019-07-19T20:27:31.680Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:27:31 [2019-07-19T20:27:31.680Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:27:31 [2019-07-19T20:27:31.680Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:27:31 [2019-07-19T20:27:31.680Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:27:31 [2019-07-19T20:27:31.937Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:27:31 [2019-07-19T20:27:31.937Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:27:31 [2019-07-19T20:27:31.937Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:27:31 [2019-07-19T20:27:31.937Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:27:31 [2019-07-19T20:27:31.937Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:31 [2019-07-19T20:27:31.937Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199955938 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:27:31 [2019-07-19T20:27:31.937Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199955939 data=null doit=true} to TreeItem with text {test} 16:27:31 [2019-07-19T20:27:31.937Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199955939 data=null} to TreeItem with text {test} 16:27:31 [2019-07-19T20:27:31.937Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199955939 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:27:31 [2019-07-19T20:27:31.937Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199955939 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:27:31 [2019-07-19T20:27:31.937Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199955947 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:27:31 [2019-07-19T20:27:31.937Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:31 [2019-07-19T20:27:31.937Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199955948 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:27:31 [2019-07-19T20:27:31.937Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199955948 data=null doit=true} to TreeItem with text {test} 16:27:31 [2019-07-19T20:27:31.937Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199955949 data=null} to TreeItem with text {test} 16:27:31 [2019-07-19T20:27:31.937Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199955949 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:27:31 [2019-07-19T20:27:31.937Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199955949 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:27:31 [2019-07-19T20:27:31.937Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199955965 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:27:31 [2019-07-19T20:27:31.937Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:27:31 [2019-07-19T20:27:31.937Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:31 [2019-07-19T20:27:31.937Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=199955966 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 16:27:31 [2019-07-19T20:27:31.937Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=199955966 data=null doit=true} to TreeItem with text {Traces [1]} 16:27:31 [2019-07-19T20:27:31.937Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=199955967 data=null} to TreeItem with text {Traces [1]} 16:27:31 [2019-07-19T20:27:31.937Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=199955967 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:27:31 [2019-07-19T20:27:31.937Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199955970 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 16:27:31 [2019-07-19T20:27:31.937Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=199955976 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:27:31 [2019-07-19T20:27:31.937Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:31 [2019-07-19T20:27:31.937Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=199955977 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 16:27:31 [2019-07-19T20:27:31.937Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=199955977 data=null doit=true} to TreeItem with text {Traces [1]} 16:27:31 [2019-07-19T20:27:31.937Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=199955977 data=null} to TreeItem with text {Traces [1]} 16:27:31 [2019-07-19T20:27:31.937Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=199955978 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:27:31 [2019-07-19T20:27:31.937Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199955978 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 16:27:31 [2019-07-19T20:27:31.937Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=199955983 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:27:31 [2019-07-19T20:27:31.937Z] DEBUG - matched MenuItem with text "C&lear Delete", using matcher: with mnemonic 'Clear' 16:27:31 [2019-07-19T20:27:31.937Z] DEBUG - Clicking on with mnemonic 'Clear' 16:27:31 [2019-07-19T20:27:31.937Z] DEBUG - Clicked on with mnemonic 'Clear' 16:27:31 [2019-07-19T20:27:31.937Z] DEBUG - matched Shell with text "Confirm Clear", using matcher: with text 'Confirm Clear' 16:27:31 [2019-07-19T20:27:31.937Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirm Clear} time=199956180 data=null doit=true} to Shell with text {Confirm Clear} 16:27:31 [2019-07-19T20:27:31.937Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button' 16:27:31 [2019-07-19T20:27:31.937Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes' 16:27:31 [2019-07-19T20:27:31.937Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH' 16:27:31 [2019-07-19T20:27:31.937Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:31 [2019-07-19T20:27:31.937Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button' 16:27:31 [2019-07-19T20:27:31.937Z] DEBUG - Clicking on &Yes 16:27:31 [2019-07-19T20:27:31.937Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=199956182 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:31 [2019-07-19T20:27:31.937Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=199956182 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:31 [2019-07-19T20:27:31.937Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=199956182 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:31 [2019-07-19T20:27:31.937Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=199956182 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:31 [2019-07-19T20:27:31.937Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=199956182 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:31 [2019-07-19T20:27:31.937Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=199956183 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:32 [2019-07-19T20:27:32.202Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=199956183 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:32 [2019-07-19T20:27:32.459Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {C&lear Delete} time=199956049 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Clear' 16:27:32 [2019-07-19T20:27:32.459Z] DEBUG - Clicked on 16:27:34 [2019-07-19T20:27:34.356Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:27:34 [2019-07-19T20:27:34.356Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:27:34 [2019-07-19T20:27:34.356Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:27:34 [2019-07-19T20:27:34.356Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:27:34 [2019-07-19T20:27:34.356Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:27:34 [2019-07-19T20:27:34.356Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:27:34 [2019-07-19T20:27:34.356Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:27:34 [2019-07-19T20:27:34.356Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:34 [2019-07-19T20:27:34.356Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199958359 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:27:34 [2019-07-19T20:27:34.356Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199958359 data=null doit=true} to TreeItem with text {test} 16:27:34 [2019-07-19T20:27:34.356Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199958359 data=null} to TreeItem with text {test} 16:27:34 [2019-07-19T20:27:34.356Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199958360 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:27:34 [2019-07-19T20:27:34.356Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199958360 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:27:34 [2019-07-19T20:27:34.356Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199958379 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:27:34 [2019-07-19T20:27:34.356Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:34 [2019-07-19T20:27:34.356Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199958380 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:27:34 [2019-07-19T20:27:34.356Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199958380 data=null doit=true} to TreeItem with text {test} 16:27:34 [2019-07-19T20:27:34.356Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199958380 data=null} to TreeItem with text {test} 16:27:34 [2019-07-19T20:27:34.356Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199958380 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:27:34 [2019-07-19T20:27:34.356Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199958381 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:27:34 [2019-07-19T20:27:34.356Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199958395 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:27:34 [2019-07-19T20:27:34.356Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:27:34 [2019-07-19T20:27:34.356Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:34 [2019-07-19T20:27:34.356Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=199958396 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 16:27:34 [2019-07-19T20:27:34.356Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=199958396 data=null doit=true} to TreeItem with text {Traces [1]} 16:27:34 [2019-07-19T20:27:34.356Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=199958396 data=null} to TreeItem with text {Traces [1]} 16:27:34 [2019-07-19T20:27:34.356Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=199958397 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:27:34 [2019-07-19T20:27:34.356Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199958397 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 16:27:34 [2019-07-19T20:27:34.356Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=199958403 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:27:34 [2019-07-19T20:27:34.356Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=199958404 data=null doit=true} to TreeItem with text {Traces [1]} 16:27:34 [2019-07-19T20:27:34.356Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=199958432 data=null} to TreeItem with text {Traces [1]} 16:27:34 [2019-07-19T20:27:34.356Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=199958433 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:27:34 [2019-07-19T20:27:34.356Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=199958433 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {Traces [1]} 16:27:34 [2019-07-19T20:27:34.356Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=199958436 data=null button=1 stateMask=0x80000 x=75 y=53 count=1} to TreeItem with text {Traces [1]} 16:27:34 [2019-07-19T20:27:34.356Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:27:34 [2019-07-19T20:27:34.356Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:34 [2019-07-19T20:27:34.356Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199958440 data=null button=0 stateMask=0x0 x=136 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:27:34 [2019-07-19T20:27:34.356Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=199958440 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:27:34 [2019-07-19T20:27:34.356Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=199958440 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:27:34 [2019-07-19T20:27:34.356Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199958441 data=null button=1 stateMask=0x0 x=136 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:27:34 [2019-07-19T20:27:34.356Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199958441 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:27:34 [2019-07-19T20:27:34.356Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199958446 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:27:34 [2019-07-19T20:27:34.356Z] DEBUG - matched MenuItem with text "&Copy... Ctrl+C", using matcher: with mnemonic 'Copy...' 16:27:34 [2019-07-19T20:27:34.356Z] DEBUG - Clicking on with mnemonic 'Copy...' 16:27:34 [2019-07-19T20:27:34.613Z] DEBUG - Clicked on with mnemonic 'Copy...' 16:27:34 [2019-07-19T20:27:34.613Z] DEBUG - matched Shell with text "Copy Trace", using matcher: with text 'Copy Trace' 16:27:34 [2019-07-19T20:27:34.613Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Copy Trace} time=199958766 data=null doit=true} to Shell with text {Copy Trace} 16:27:34 [2019-07-19T20:27:34.613Z] DEBUG - matched Text with text "ExampleCustomTxt.log", using matcher: of type 'Text' 16:27:34 [2019-07-19T20:27:34.613Z] DEBUG - matched Label with text "New Trace name:", using matcher: with mnemonic 'New Trace name:' 16:27:34 [2019-07-19T20:27:34.613Z] DEBUG - matched Text with text "ExampleCustomTxt.log", using matcher: with label (with mnemonic 'New Trace name:') 16:27:34 [2019-07-19T20:27:34.613Z] DEBUG - matched Text with text "ExampleCustomTxt.log", using matcher: (of type 'Text' and with label (with mnemonic 'New Trace name:')) 16:27:34 [2019-07-19T20:27:34.613Z] DEBUG - matched Button with text "Copy as a link", using matcher: of type 'Button' 16:27:34 [2019-07-19T20:27:34.613Z] DEBUG - matched Button with text "Copy as a new trace", using matcher: of type 'Button' 16:27:34 [2019-07-19T20:27:34.613Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:27:34 [2019-07-19T20:27:34.613Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:27:34 [2019-07-19T20:27:34.613Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 16:27:34 [2019-07-19T20:27:34.613Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:27:34 [2019-07-19T20:27:34.613Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:27:34 [2019-07-19T20:27:34.613Z] DEBUG - Clicking on OK 16:27:34 [2019-07-19T20:27:34.613Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=199958805 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:27:34 [2019-07-19T20:27:34.613Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=199958805 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:27:34 [2019-07-19T20:27:34.613Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=199958805 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:27:34 [2019-07-19T20:27:34.613Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=199958806 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:27:34 [2019-07-19T20:27:34.613Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=199958806 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:27:34 [2019-07-19T20:27:34.613Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=199958806 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:27:34 [2019-07-19T20:27:34.613Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:27:34 [2019-07-19T20:27:34.613Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:27:34 [2019-07-19T20:27:34.613Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:27:34 [2019-07-19T20:27:34.613Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:27:34 [2019-07-19T20:27:34.613Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:27:34 [2019-07-19T20:27:34.613Z] DEBUG - Clicked on OK 16:27:34 [2019-07-19T20:27:34.613Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=199958806 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:27:34 [2019-07-19T20:27:34.613Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Copy... Ctrl+C} time=199958540 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Copy...' 16:27:35 [2019-07-19T20:27:35.178Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:27:35 [2019-07-19T20:27:35.178Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:35 [2019-07-19T20:27:35.178Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199959337 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:27:35 [2019-07-19T20:27:35.178Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=199959338 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:27:35 [2019-07-19T20:27:35.178Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=199959338 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:27:35 [2019-07-19T20:27:35.178Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199959338 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:27:35 [2019-07-19T20:27:35.178Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199959338 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:27:35 [2019-07-19T20:27:35.178Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199959347 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:27:35 [2019-07-19T20:27:35.178Z] DEBUG - matched MenuItem with text "&Copy... Ctrl+C", using matcher: with mnemonic 'Copy...' 16:27:35 [2019-07-19T20:27:35.178Z] DEBUG - Clicking on with mnemonic 'Copy...' 16:27:35 [2019-07-19T20:27:35.435Z] DEBUG - Clicked on with mnemonic 'Copy...' 16:27:35 [2019-07-19T20:27:35.435Z] DEBUG - matched Shell with text "Copy Trace", using matcher: with text 'Copy Trace' 16:27:35 [2019-07-19T20:27:35.435Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Copy Trace} time=199959643 data=null doit=true} to Shell with text {Copy Trace} 16:27:35 [2019-07-19T20:27:35.435Z] DEBUG - matched Text with text "ExampleCustomTxt.log", using matcher: of type 'Text' 16:27:35 [2019-07-19T20:27:35.435Z] DEBUG - matched Label with text "New Trace name:", using matcher: with mnemonic 'New Trace name:' 16:27:35 [2019-07-19T20:27:35.435Z] DEBUG - matched Text with text "ExampleCustomTxt.log", using matcher: with label (with mnemonic 'New Trace name:') 16:27:35 [2019-07-19T20:27:35.435Z] DEBUG - matched Text with text "ExampleCustomTxt.log", using matcher: (of type 'Text' and with label (with mnemonic 'New Trace name:')) 16:27:35 [2019-07-19T20:27:35.435Z] DEBUG - matched Button with text "Copy as a link", using matcher: of type 'Button' 16:27:35 [2019-07-19T20:27:35.435Z] DEBUG - matched Button with text "Copy as a new trace", using matcher: of type 'Button' 16:27:35 [2019-07-19T20:27:35.435Z] DEBUG - matched Button with text "Copy as a new trace", using matcher: with mnemonic 'Copy as a new trace' 16:27:35 [2019-07-19T20:27:35.435Z] DEBUG - matched Button with text "Copy as a new trace", using matcher: with style 'SWT.RADIO' 16:27:35 [2019-07-19T20:27:35.435Z] DEBUG - matched Button with text "Copy as a new trace", using matcher: (of type 'Button' and with mnemonic 'Copy as a new trace' and with style 'SWT.RADIO') 16:27:35 [2019-07-19T20:27:35.435Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:27:35 [2019-07-19T20:27:35.435Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:27:35 [2019-07-19T20:27:35.435Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Copy as a new trace' and with style 'SWT.RADIO') 16:27:35 [2019-07-19T20:27:35.435Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Copy as a link} time=199959664 data=null doit=true} to Button with text {Copy as a link} 16:27:35 [2019-07-19T20:27:35.435Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Copy as a link} time=199959664 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Button with text {Copy as a link} 16:27:35 [2019-07-19T20:27:35.435Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Copy as a new trace' and with style 'SWT.RADIO') 16:27:35 [2019-07-19T20:27:35.435Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Copy as a new trace} time=199959665 data=null doit=true} to (of type 'Button' and with mnemonic 'Copy as a new trace' and with style 'SWT.RADIO') 16:27:35 [2019-07-19T20:27:35.435Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Copy as a new trace} time=199959665 data=null button=1 stateMask=0x0 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'Copy as a new trace' and with style 'SWT.RADIO') 16:27:35 [2019-07-19T20:27:35.435Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Copy as a new trace} time=199959665 data=null button=1 stateMask=0x80000 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'Copy as a new trace' and with style 'SWT.RADIO') 16:27:35 [2019-07-19T20:27:35.435Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Copy as a new trace} time=199959665 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Copy as a new trace' and with style 'SWT.RADIO') 16:27:35 [2019-07-19T20:27:35.435Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Copy as a new trace' and with style 'SWT.RADIO') 16:27:35 [2019-07-19T20:27:35.435Z] DEBUG - matched Button with text "Copy as a link", using matcher: of type 'Button' 16:27:35 [2019-07-19T20:27:35.435Z] DEBUG - matched Button with text "Copy as a new trace", using matcher: of type 'Button' 16:27:35 [2019-07-19T20:27:35.435Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:27:35 [2019-07-19T20:27:35.435Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:27:35 [2019-07-19T20:27:35.435Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 16:27:35 [2019-07-19T20:27:35.435Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:27:35 [2019-07-19T20:27:35.435Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:27:35 [2019-07-19T20:27:35.435Z] DEBUG - Clicking on OK 16:27:35 [2019-07-19T20:27:35.435Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=199959668 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:27:35 [2019-07-19T20:27:35.435Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=199959668 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:27:35 [2019-07-19T20:27:35.435Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=199959668 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:27:35 [2019-07-19T20:27:35.435Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=199959668 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:27:35 [2019-07-19T20:27:35.435Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=199959669 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:27:35 [2019-07-19T20:27:35.435Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=199959669 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:27:35 [2019-07-19T20:27:35.693Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:27:35 [2019-07-19T20:27:35.693Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:27:35 [2019-07-19T20:27:35.693Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:27:35 [2019-07-19T20:27:35.693Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:27:35 [2019-07-19T20:27:35.693Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:27:35 [2019-07-19T20:27:35.693Z] DEBUG - Clicked on OK 16:27:35 [2019-07-19T20:27:35.693Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=199959669 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:27:35 [2019-07-19T20:27:35.693Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Copy... Ctrl+C} time=199959396 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Copy...' 16:27:36 [2019-07-19T20:27:36.256Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:27:36 [2019-07-19T20:27:36.256Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:27:36 [2019-07-19T20:27:36.256Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:27:36 [2019-07-19T20:27:36.256Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:27:36 [2019-07-19T20:27:36.256Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:27:36 [2019-07-19T20:27:36.256Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:36 [2019-07-19T20:27:36.256Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199960286 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:27:36 [2019-07-19T20:27:36.256Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199960286 data=null doit=true} to TreeItem with text {test} 16:27:36 [2019-07-19T20:27:36.256Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199960286 data=null} to TreeItem with text {test} 16:27:36 [2019-07-19T20:27:36.256Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199960287 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:27:36 [2019-07-19T20:27:36.256Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199960287 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:27:36 [2019-07-19T20:27:36.256Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199960303 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:27:36 [2019-07-19T20:27:36.256Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:36 [2019-07-19T20:27:36.256Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199960304 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:27:36 [2019-07-19T20:27:36.256Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199960326 data=null doit=true} to TreeItem with text {test} 16:27:36 [2019-07-19T20:27:36.256Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199960328 data=null} to TreeItem with text {test} 16:27:36 [2019-07-19T20:27:36.256Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199960329 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:27:36 [2019-07-19T20:27:36.256Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199960329 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:27:36 [2019-07-19T20:27:36.256Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199960336 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:27:36 [2019-07-19T20:27:36.256Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:27:36 [2019-07-19T20:27:36.256Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:36 [2019-07-19T20:27:36.256Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [3]} time=199960337 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [3]} 16:27:36 [2019-07-19T20:27:36.256Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [3]} time=199960337 data=null doit=true} to TreeItem with text {Traces [3]} 16:27:36 [2019-07-19T20:27:36.256Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [3]} time=199960337 data=null} to TreeItem with text {Traces [3]} 16:27:36 [2019-07-19T20:27:36.256Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [3]} time=199960337 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [3]} 16:27:36 [2019-07-19T20:27:36.256Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199960338 data=null item=TreeItem {Traces [3]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [3]} 16:27:36 [2019-07-19T20:27:36.256Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [3]} time=199960342 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [3]} 16:27:36 [2019-07-19T20:27:36.256Z] WARN - Tree item TreeItem with text {Traces [3]} is already expanded. Won't expand it again. 16:27:36 [2019-07-19T20:27:36.256Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:36 [2019-07-19T20:27:36.256Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log2} time=199960351 data=null button=0 stateMask=0x0 x=156 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log2} 16:27:36 [2019-07-19T20:27:36.256Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log2} time=199960351 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log2} 16:27:36 [2019-07-19T20:27:36.256Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log2} time=199960352 data=null} to TreeItem with text {ExampleCustomTxt.log2} 16:27:36 [2019-07-19T20:27:36.256Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log2} time=199960352 data=null button=1 stateMask=0x0 x=156 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log2} 16:27:36 [2019-07-19T20:27:36.256Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199960352 data=null item=TreeItem {ExampleCustomTxt.log2} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log2} 16:27:36 [2019-07-19T20:27:36.256Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log2} time=199960357 data=null button=1 stateMask=0x80000 x=156 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log2} 16:27:36 [2019-07-19T20:27:36.256Z] DEBUG - matched MenuItem with text "&Open Shift+Ctrl+R", using matcher: with mnemonic 'Open' 16:27:36 [2019-07-19T20:27:36.256Z] DEBUG - Clicking on with mnemonic 'Open' 16:27:36 [2019-07-19T20:27:36.256Z] DEBUG - Clicked on with mnemonic 'Open' 16:27:36 [2019-07-19T20:27:36.256Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Open Shift+Ctrl+R} time=199960433 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Open' 16:27:36 [2019-07-19T20:27:36.821Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:27:38 [2019-07-19T20:27:38.193Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:27:38 [2019-07-19T20:27:38.193Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:27:38 [2019-07-19T20:27:38.193Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:27:38 [2019-07-19T20:27:38.193Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:27:38 [2019-07-19T20:27:38.193Z] DEBUG - Attempting to set focus on Table with text {} 16:27:38 [2019-07-19T20:27:38.193Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=199962004 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:27:38 [2019-07-19T20:27:38.193Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=199962005 data=null doit=true} to TableItem with text {} 16:27:38 [2019-07-19T20:27:38.193Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=199962005 data=null} to TableItem with text {} 16:27:38 [2019-07-19T20:27:38.193Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=199962005 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:27:38 [2019-07-19T20:27:38.193Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=199962006 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:27:38 [2019-07-19T20:27:38.193Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=199962009 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:27:38 [2019-07-19T20:27:38.193Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:27:38 [2019-07-19T20:27:38.193Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:27:38 [2019-07-19T20:27:38.193Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:27:38 [2019-07-19T20:27:38.193Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:27:38 [2019-07-19T20:27:38.193Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:27:38 [2019-07-19T20:27:38.193Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:27:38 [2019-07-19T20:27:38.193Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:27:38 [2019-07-19T20:27:38.193Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:38 [2019-07-19T20:27:38.193Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199962098 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:27:38 [2019-07-19T20:27:38.193Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199962098 data=null doit=true} to TreeItem with text {test} 16:27:38 [2019-07-19T20:27:38.193Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199962098 data=null} to TreeItem with text {test} 16:27:38 [2019-07-19T20:27:38.193Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199962099 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:27:38 [2019-07-19T20:27:38.193Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199962099 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:27:38 [2019-07-19T20:27:38.193Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199962107 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:27:38 [2019-07-19T20:27:38.193Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:38 [2019-07-19T20:27:38.193Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199962107 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:27:38 [2019-07-19T20:27:38.193Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199962108 data=null doit=true} to TreeItem with text {test} 16:27:38 [2019-07-19T20:27:38.193Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199962108 data=null} to TreeItem with text {test} 16:27:38 [2019-07-19T20:27:38.193Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199962108 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:27:38 [2019-07-19T20:27:38.193Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199962108 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:27:38 [2019-07-19T20:27:38.193Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199962130 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:27:38 [2019-07-19T20:27:38.193Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:27:38 [2019-07-19T20:27:38.193Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:38 [2019-07-19T20:27:38.193Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [3]} time=199962132 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [3]} 16:27:38 [2019-07-19T20:27:38.193Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [3]} time=199962132 data=null doit=true} to TreeItem with text {Traces [3]} 16:27:38 [2019-07-19T20:27:38.193Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [3]} time=199962132 data=null} to TreeItem with text {Traces [3]} 16:27:38 [2019-07-19T20:27:38.193Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [3]} time=199962133 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [3]} 16:27:38 [2019-07-19T20:27:38.193Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199962133 data=null item=TreeItem {Traces [3]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [3]} 16:27:38 [2019-07-19T20:27:38.193Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [3]} time=199962139 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [3]} 16:27:38 [2019-07-19T20:27:38.193Z] WARN - Tree item TreeItem with text {Traces [3]} is already expanded. Won't expand it again. 16:27:38 [2019-07-19T20:27:38.193Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:38 [2019-07-19T20:27:38.193Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log3} time=199962140 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomTxt.log3} 16:27:38 [2019-07-19T20:27:38.193Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log3} time=199962140 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log3} 16:27:38 [2019-07-19T20:27:38.193Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log3} time=199962140 data=null} to TreeItem with text {ExampleCustomTxt.log3} 16:27:38 [2019-07-19T20:27:38.193Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log3} time=199962141 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to TreeItem with text {ExampleCustomTxt.log3} 16:27:38 [2019-07-19T20:27:38.193Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199962141 data=null item=TreeItem {ExampleCustomTxt.log3} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log3} 16:27:38 [2019-07-19T20:27:38.193Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log3} time=199962158 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to TreeItem with text {ExampleCustomTxt.log3} 16:27:38 [2019-07-19T20:27:38.193Z] DEBUG - matched MenuItem with text "&Open Shift+Ctrl+R", using matcher: with mnemonic 'Open' 16:27:38 [2019-07-19T20:27:38.193Z] DEBUG - Clicking on with mnemonic 'Open' 16:27:38 [2019-07-19T20:27:38.193Z] DEBUG - Clicked on with mnemonic 'Open' 16:27:38 [2019-07-19T20:27:38.193Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:27:38 [2019-07-19T20:27:38.193Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Open Shift+Ctrl+R} time=199962210 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Open' 16:27:38 [2019-07-19T20:27:38.789Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:27:38 [2019-07-19T20:27:38.789Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:27:39 [2019-07-19T20:27:39.719Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:27:39 [2019-07-19T20:27:39.719Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:27:39 [2019-07-19T20:27:39.719Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:27:39 [2019-07-19T20:27:39.719Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:27:39 [2019-07-19T20:27:39.719Z] DEBUG - Attempting to set focus on Table with text {} 16:27:39 [2019-07-19T20:27:39.719Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=199963865 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:27:39 [2019-07-19T20:27:39.719Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=199963865 data=null doit=true} to TableItem with text {} 16:27:39 [2019-07-19T20:27:39.719Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=199963866 data=null} to TableItem with text {} 16:27:39 [2019-07-19T20:27:39.719Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=199963866 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:27:39 [2019-07-19T20:27:39.719Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=199963866 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:27:39 [2019-07-19T20:27:39.719Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=199963870 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:27:39 [2019-07-19T20:27:39.719Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:27:39 [2019-07-19T20:27:39.719Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:27:39 [2019-07-19T20:27:39.719Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Properties"' 16:27:39 [2019-07-19T20:27:39.976Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:39 [2019-07-19T20:27:39.976Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log2} time=199964064 data=null button=0 stateMask=0x0 x=156 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log2} 16:27:39 [2019-07-19T20:27:39.976Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log2} time=199964065 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log2} 16:27:39 [2019-07-19T20:27:39.976Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log2} time=199964065 data=null} to TreeItem with text {ExampleCustomTxt.log2} 16:27:39 [2019-07-19T20:27:39.976Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log2} time=199964065 data=null button=1 stateMask=0x0 x=156 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log2} 16:27:39 [2019-07-19T20:27:39.976Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199964066 data=null item=TreeItem {ExampleCustomTxt.log2} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log2} 16:27:39 [2019-07-19T20:27:39.976Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log2} time=199964099 data=null button=1 stateMask=0x80000 x=156 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log2} 16:27:39 [2019-07-19T20:27:39.976Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:27:39 [2019-07-19T20:27:39.976Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:27:39 [2019-07-19T20:27:39.976Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Properties"' 16:27:39 [2019-07-19T20:27:39.976Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:39 [2019-07-19T20:27:39.976Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log3} time=199964172 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomTxt.log3} 16:27:39 [2019-07-19T20:27:39.976Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log3} time=199964172 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log3} 16:27:39 [2019-07-19T20:27:39.976Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log3} time=199964172 data=null} to TreeItem with text {ExampleCustomTxt.log3} 16:27:39 [2019-07-19T20:27:39.976Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log3} time=199964173 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to TreeItem with text {ExampleCustomTxt.log3} 16:27:39 [2019-07-19T20:27:39.976Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199964213 data=null item=TreeItem {ExampleCustomTxt.log3} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log3} 16:27:40 [2019-07-19T20:27:40.233Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log3} time=199964254 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to TreeItem with text {ExampleCustomTxt.log3} 16:27:40 [2019-07-19T20:27:40.233Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:27:40 [2019-07-19T20:27:40.233Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:27:40 [2019-07-19T20:27:40.233Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:27:40 [2019-07-19T20:27:40.233Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:27:40 [2019-07-19T20:27:40.233Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:27:40 [2019-07-19T20:27:40.233Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:27:40 [2019-07-19T20:27:40.233Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:27:40 [2019-07-19T20:27:40.233Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:40 [2019-07-19T20:27:40.233Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199964388 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:27:40 [2019-07-19T20:27:40.233Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199964388 data=null doit=true} to TreeItem with text {test} 16:27:40 [2019-07-19T20:27:40.233Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199964389 data=null} to TreeItem with text {test} 16:27:40 [2019-07-19T20:27:40.233Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199964389 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:27:40 [2019-07-19T20:27:40.233Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199964390 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:27:40 [2019-07-19T20:27:40.233Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199964445 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:27:40 [2019-07-19T20:27:40.233Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:40 [2019-07-19T20:27:40.233Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199964446 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:27:40 [2019-07-19T20:27:40.233Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199964446 data=null doit=true} to TreeItem with text {test} 16:27:40 [2019-07-19T20:27:40.233Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199964447 data=null} to TreeItem with text {test} 16:27:40 [2019-07-19T20:27:40.233Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199964447 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:27:40 [2019-07-19T20:27:40.233Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199964447 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:27:40 [2019-07-19T20:27:40.233Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199964454 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:27:40 [2019-07-19T20:27:40.233Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:27:40 [2019-07-19T20:27:40.233Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:40 [2019-07-19T20:27:40.233Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [3]} time=199964456 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [3]} 16:27:40 [2019-07-19T20:27:40.233Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [3]} time=199964456 data=null doit=true} to TreeItem with text {Traces [3]} 16:27:40 [2019-07-19T20:27:40.233Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [3]} time=199964456 data=null} to TreeItem with text {Traces [3]} 16:27:40 [2019-07-19T20:27:40.233Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [3]} time=199964457 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [3]} 16:27:40 [2019-07-19T20:27:40.233Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199964457 data=null item=TreeItem {Traces [3]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [3]} 16:27:40 [2019-07-19T20:27:40.490Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [3]} time=199964479 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [3]} 16:27:40 [2019-07-19T20:27:40.490Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:40 [2019-07-19T20:27:40.490Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [3]} time=199964528 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [3]} 16:27:40 [2019-07-19T20:27:40.490Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [3]} time=199964528 data=null doit=true} to TreeItem with text {Traces [3]} 16:27:40 [2019-07-19T20:27:40.490Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [3]} time=199964528 data=null} to TreeItem with text {Traces [3]} 16:27:40 [2019-07-19T20:27:40.490Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [3]} time=199964529 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [3]} 16:27:40 [2019-07-19T20:27:40.490Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199964529 data=null item=TreeItem {Traces [3]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [3]} 16:27:40 [2019-07-19T20:27:40.490Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [3]} time=199964534 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [3]} 16:27:40 [2019-07-19T20:27:40.490Z] DEBUG - matched MenuItem with text "C&lear Delete", using matcher: with mnemonic 'Clear' 16:27:40 [2019-07-19T20:27:40.490Z] DEBUG - Clicking on with mnemonic 'Clear' 16:27:40 [2019-07-19T20:27:40.748Z] DEBUG - Clicked on with mnemonic 'Clear' 16:27:40 [2019-07-19T20:27:40.748Z] DEBUG - matched Shell with text "Confirm Clear", using matcher: with text 'Confirm Clear' 16:27:40 [2019-07-19T20:27:40.748Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirm Clear} time=199964836 data=null doit=true} to Shell with text {Confirm Clear} 16:27:40 [2019-07-19T20:27:40.748Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button' 16:27:40 [2019-07-19T20:27:40.748Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes' 16:27:40 [2019-07-19T20:27:40.748Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH' 16:27:40 [2019-07-19T20:27:40.748Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:40 [2019-07-19T20:27:40.748Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button' 16:27:40 [2019-07-19T20:27:40.748Z] DEBUG - Clicking on &Yes 16:27:40 [2019-07-19T20:27:40.748Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=199964837 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:40 [2019-07-19T20:27:40.748Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=199964838 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:40 [2019-07-19T20:27:40.748Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=199964838 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:40 [2019-07-19T20:27:40.748Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=199964838 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:40 [2019-07-19T20:27:40.748Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=199964838 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:40 [2019-07-19T20:27:40.748Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=199964838 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:40 [2019-07-19T20:27:40.748Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=199964838 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:41 [2019-07-19T20:27:41.005Z] DEBUG - Clicked on 16:27:41 [2019-07-19T20:27:41.005Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {C&lear Delete} time=199964628 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Clear' 16:27:43 [2019-07-19T20:27:43.527Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:27:43 [2019-07-19T20:27:43.527Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:27:43 [2019-07-19T20:27:43.527Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:27:43 [2019-07-19T20:27:43.527Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:27:43 [2019-07-19T20:27:43.527Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:27:43 [2019-07-19T20:27:43.527Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:27:43 [2019-07-19T20:27:43.527Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:27:43 [2019-07-19T20:27:43.527Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:43 [2019-07-19T20:27:43.527Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199967358 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:27:43 [2019-07-19T20:27:43.527Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199967359 data=null doit=true} to TreeItem with text {test} 16:27:43 [2019-07-19T20:27:43.527Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199967359 data=null} to TreeItem with text {test} 16:27:43 [2019-07-19T20:27:43.527Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199967360 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:27:43 [2019-07-19T20:27:43.527Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199967360 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:27:43 [2019-07-19T20:27:43.527Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199967384 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:27:43 [2019-07-19T20:27:43.527Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:43 [2019-07-19T20:27:43.527Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199967393 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:27:43 [2019-07-19T20:27:43.527Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199967393 data=null doit=true} to TreeItem with text {test} 16:27:43 [2019-07-19T20:27:43.527Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199967393 data=null} to TreeItem with text {test} 16:27:43 [2019-07-19T20:27:43.527Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199967393 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:27:43 [2019-07-19T20:27:43.527Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199967394 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:27:43 [2019-07-19T20:27:43.527Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199967407 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:27:43 [2019-07-19T20:27:43.527Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:27:43 [2019-07-19T20:27:43.527Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:43 [2019-07-19T20:27:43.527Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=199967409 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 16:27:43 [2019-07-19T20:27:43.527Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=199967409 data=null doit=true} to TreeItem with text {Traces [1]} 16:27:43 [2019-07-19T20:27:43.527Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=199967409 data=null} to TreeItem with text {Traces [1]} 16:27:43 [2019-07-19T20:27:43.527Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=199967409 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:27:43 [2019-07-19T20:27:43.527Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199967410 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 16:27:43 [2019-07-19T20:27:43.527Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=199967440 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:27:43 [2019-07-19T20:27:43.527Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=199967441 data=null doit=true} to TreeItem with text {Traces [1]} 16:27:43 [2019-07-19T20:27:43.527Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=199967441 data=null} to TreeItem with text {Traces [1]} 16:27:43 [2019-07-19T20:27:43.527Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=199967441 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:27:43 [2019-07-19T20:27:43.527Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=199967442 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {Traces [1]} 16:27:43 [2019-07-19T20:27:43.527Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=199967454 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:27:43 [2019-07-19T20:27:43.527Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomTxt.log} 16:27:43 [2019-07-19T20:27:43.527Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199967455 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:27:43 [2019-07-19T20:27:43.527Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=199967455 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:27:43 [2019-07-19T20:27:43.527Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:43 [2019-07-19T20:27:43.527Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=199967456 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:27:43 [2019-07-19T20:27:43.527Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199967456 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:27:43 [2019-07-19T20:27:43.527Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199967457 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:27:43 [2019-07-19T20:27:43.527Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199967497 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:27:43 [2019-07-19T20:27:43.527Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199967498 data=null button=1 stateMask=0x0 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:27:43 [2019-07-19T20:27:43.527Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199967498 data=null button=1 stateMask=0x0 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:27:43 [2019-07-19T20:27:43.527Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=199967498 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:27:43 [2019-07-19T20:27:43.527Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199967715 data=null button=1 stateMask=0x80000 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:27:43 [2019-07-19T20:27:43.527Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199967718 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:27:43 [2019-07-19T20:27:43.527Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=199967718 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:27:43 [2019-07-19T20:27:43.527Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=199967719 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:27:43 [2019-07-19T20:27:43.527Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomTxt.log} 16:27:43 [2019-07-19T20:27:43.527Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:27:43 [2019-07-19T20:27:43.527Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:27:43 [2019-07-19T20:27:43.527Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:27:43 [2019-07-19T20:27:43.527Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:27:43 [2019-07-19T20:27:43.527Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:27:43 [2019-07-19T20:27:43.527Z] DEBUG - Attempting to set focus on Table with text {} 16:27:43 [2019-07-19T20:27:43.527Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=199967722 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:27:43 [2019-07-19T20:27:43.527Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=199967722 data=null doit=true} to TableItem with text {} 16:27:43 [2019-07-19T20:27:43.527Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=199967723 data=null} to TableItem with text {} 16:27:43 [2019-07-19T20:27:43.527Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=199967723 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:27:43 [2019-07-19T20:27:43.527Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=199967723 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:27:43 [2019-07-19T20:27:43.527Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=199967756 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:27:43 [2019-07-19T20:27:43.527Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:27:43 [2019-07-19T20:27:43.527Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:27:43 [2019-07-19T20:27:43.785Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.statistics"' 16:27:43 [2019-07-19T20:27:43.785Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:27:43 [2019-07-19T20:27:43.785Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:27:43 [2019-07-19T20:27:43.785Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:27:43 [2019-07-19T20:27:43.785Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:27:43 [2019-07-19T20:27:43.785Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:27:44 [2019-07-19T20:27:44.043Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:27:44 [2019-07-19T20:27:44.043Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:27:44 [2019-07-19T20:27:44.043Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:27:44 [2019-07-19T20:27:44.043Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:27:44 [2019-07-19T20:27:44.043Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:44 [2019-07-19T20:27:44.043Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199968039 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:27:44 [2019-07-19T20:27:44.043Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199968039 data=null doit=true} to TreeItem with text {test} 16:27:44 [2019-07-19T20:27:44.043Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199968039 data=null} to TreeItem with text {test} 16:27:44 [2019-07-19T20:27:44.043Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199968040 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:27:44 [2019-07-19T20:27:44.043Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199968040 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:27:44 [2019-07-19T20:27:44.043Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199968048 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:27:44 [2019-07-19T20:27:44.043Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:44 [2019-07-19T20:27:44.043Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199968048 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:27:44 [2019-07-19T20:27:44.043Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199968049 data=null doit=true} to TreeItem with text {test} 16:27:44 [2019-07-19T20:27:44.043Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199968049 data=null} to TreeItem with text {test} 16:27:44 [2019-07-19T20:27:44.043Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199968049 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:27:44 [2019-07-19T20:27:44.043Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199968049 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:27:44 [2019-07-19T20:27:44.043Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199968065 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:27:44 [2019-07-19T20:27:44.043Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:27:44 [2019-07-19T20:27:44.043Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:44 [2019-07-19T20:27:44.043Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=199968066 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 16:27:44 [2019-07-19T20:27:44.043Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=199968066 data=null doit=true} to TreeItem with text {Traces [1]} 16:27:44 [2019-07-19T20:27:44.043Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=199968067 data=null} to TreeItem with text {Traces [1]} 16:27:44 [2019-07-19T20:27:44.043Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=199968067 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:27:44 [2019-07-19T20:27:44.043Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199968067 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 16:27:44 [2019-07-19T20:27:44.043Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=199968128 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:27:44 [2019-07-19T20:27:44.043Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:44 [2019-07-19T20:27:44.043Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=199968130 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 16:27:44 [2019-07-19T20:27:44.043Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=199968130 data=null doit=true} to TreeItem with text {Traces [1]} 16:27:44 [2019-07-19T20:27:44.043Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=199968130 data=null} to TreeItem with text {Traces [1]} 16:27:44 [2019-07-19T20:27:44.043Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=199968130 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:27:44 [2019-07-19T20:27:44.043Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199968131 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 16:27:44 [2019-07-19T20:27:44.043Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=199968136 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:27:44 [2019-07-19T20:27:44.043Z] DEBUG - matched MenuItem with text "C&lear Delete", using matcher: with mnemonic 'Clear' 16:27:44 [2019-07-19T20:27:44.043Z] DEBUG - Clicking on with mnemonic 'Clear' 16:27:44 [2019-07-19T20:27:44.300Z] DEBUG - Clicked on with mnemonic 'Clear' 16:27:44 [2019-07-19T20:27:44.300Z] DEBUG - matched Shell with text "Confirm Clear", using matcher: with text 'Confirm Clear' 16:27:44 [2019-07-19T20:27:44.300Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirm Clear} time=199968458 data=null doit=true} to Shell with text {Confirm Clear} 16:27:44 [2019-07-19T20:27:44.300Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button' 16:27:44 [2019-07-19T20:27:44.300Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes' 16:27:44 [2019-07-19T20:27:44.300Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH' 16:27:44 [2019-07-19T20:27:44.300Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:44 [2019-07-19T20:27:44.300Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button' 16:27:44 [2019-07-19T20:27:44.300Z] DEBUG - Clicking on &Yes 16:27:44 [2019-07-19T20:27:44.300Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=199968460 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:44 [2019-07-19T20:27:44.300Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=199968460 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:44 [2019-07-19T20:27:44.300Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=199968460 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:44 [2019-07-19T20:27:44.300Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=199968460 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:44 [2019-07-19T20:27:44.300Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=199968460 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:44 [2019-07-19T20:27:44.300Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=199968461 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:44 [2019-07-19T20:27:44.300Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=199968461 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:27:44 [2019-07-19T20:27:44.865Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {C&lear Delete} time=199968244 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Clear' 16:27:44 [2019-07-19T20:27:44.865Z] DEBUG - Clicked on 16:27:44 [2019-07-19T20:27:44.865Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=199969036 data=null doit=true} to Shell with text {data - Eclipse Platform} 16:27:44 [2019-07-19T20:27:44.865Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' 16:27:44 [2019-07-19T20:27:44.865Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:27:44 [2019-07-19T20:27:44.865Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:27:44 [2019-07-19T20:27:44.865Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:44 [2019-07-19T20:27:44.865Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199969043 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:27:44 [2019-07-19T20:27:44.865Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199969043 data=null doit=true} to TreeItem with text {test} 16:27:44 [2019-07-19T20:27:44.865Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199969043 data=null} to TreeItem with text {test} 16:27:44 [2019-07-19T20:27:44.865Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199969044 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:27:44 [2019-07-19T20:27:44.865Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199969044 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:27:44 [2019-07-19T20:27:44.865Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199969071 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:27:45 [2019-07-19T20:27:45.124Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' 16:27:45 [2019-07-19T20:27:45.124Z] DEBUG - Clicking on with mnemonic 'Delete' 16:27:45 [2019-07-19T20:27:45.124Z] DEBUG - Clicked on with mnemonic 'Delete' 16:27:46 [2019-07-19T20:27:46.054Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' 16:27:46 [2019-07-19T20:27:46.054Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} 16:27:46 [2019-07-19T20:27:46.054Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 16:27:46 [2019-07-19T20:27:46.054Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' 16:27:46 [2019-07-19T20:27:46.054Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') 16:27:46 [2019-07-19T20:27:46.054Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 16:27:46 [2019-07-19T20:27:46.054Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:27:46 [2019-07-19T20:27:46.054Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:27:46 [2019-07-19T20:27:46.054Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') 16:27:46 [2019-07-19T20:27:46.054Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected 16:27:46 [2019-07-19T20:27:46.054Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199970180 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:27:46 [2019-07-19T20:27:46.054Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199970181 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:27:46 [2019-07-19T20:27:46.054Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=199970181 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:27:46 [2019-07-19T20:27:46.054Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=199970181 data=null} to (of type 'Button' and with style 'SWT.CHECK') 16:27:46 [2019-07-19T20:27:46.054Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199970182 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:27:46 [2019-07-19T20:27:46.054Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199970182 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:27:46 [2019-07-19T20:27:46.054Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=199970182 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:27:46 [2019-07-19T20:27:46.054Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199970182 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:27:46 [2019-07-19T20:27:46.054Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199970183 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:27:46 [2019-07-19T20:27:46.054Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=199970183 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:27:46 [2019-07-19T20:27:46.054Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=199970183 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:27:46 [2019-07-19T20:27:46.054Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=199970183 data=null} to (of type 'Button' and with style 'SWT.CHECK') 16:27:46 [2019-07-19T20:27:46.054Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') 16:27:46 [2019-07-19T20:27:46.054Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 16:27:46 [2019-07-19T20:27:46.054Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 16:27:46 [2019-07-19T20:27:46.054Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:27:46 [2019-07-19T20:27:46.054Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:27:46 [2019-07-19T20:27:46.054Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 16:27:46 [2019-07-19T20:27:46.054Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:27:46 [2019-07-19T20:27:46.054Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:27:46 [2019-07-19T20:27:46.054Z] DEBUG - Clicking on OK 16:27:46 [2019-07-19T20:27:46.054Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=199970186 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:27:46 [2019-07-19T20:27:46.054Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=199970186 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:27:46 [2019-07-19T20:27:46.054Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=199970186 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:27:46 [2019-07-19T20:27:46.054Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=199970186 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:27:46 [2019-07-19T20:27:46.054Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=199970186 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:27:46 [2019-07-19T20:27:46.054Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=199970186 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:27:46 [2019-07-19T20:27:46.054Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:27:46 [2019-07-19T20:27:46.054Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:27:46 [2019-07-19T20:27:46.054Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:27:46 [2019-07-19T20:27:46.054Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:27:46 [2019-07-19T20:27:46.054Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:27:46 [2019-07-19T20:27:46.054Z] DEBUG - Clicked on OK 16:27:46 [2019-07-19T20:27:46.311Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=199970187 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:27:46 [2019-07-19T20:27:46.311Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=199969233 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' 16:27:46 [2019-07-19T20:27:46.568Z] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 99.58 s - in org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTraceActionsTest 16:27:46 [2019-07-19T20:27:46.568Z] test4_06OpenKeyboard(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTraceActionsTest) Time elapsed: 8.782 s 16:27:46 [2019-07-19T20:27:46.568Z] testRenameSymbolicLinks(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTraceActionsTest) Time elapsed: 10.228 s 16:27:46 [2019-07-19T20:27:46.568Z] test4_10CopyExperiment(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTraceActionsTest) Time elapsed: 11.281 s 16:27:46 [2019-07-19T20:27:46.568Z] test4_01ContextMenuPresence(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTraceActionsTest) Time elapsed: 3.888 s 16:27:46 [2019-07-19T20:27:46.568Z] test4_04Rename(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTraceActionsTest) Time elapsed: 5.908 s 16:27:46 [2019-07-19T20:27:46.568Z] test4_12RemoveTraceFromExperiment(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTraceActionsTest) Time elapsed: 5.916 s 16:27:46 [2019-07-19T20:27:46.568Z] testCopySymbolicLinks(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTraceActionsTest) Time elapsed: 9.39 s 16:27:46 [2019-07-19T20:27:46.568Z] test4_05Delete(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTraceActionsTest) Time elapsed: 3.772 s 16:27:46 [2019-07-19T20:27:46.568Z] test4_11DeleteTraceFromExperiment(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTraceActionsTest) Time elapsed: 4.995 s 16:27:46 [2019-07-19T20:27:46.568Z] test4_09BringToTop(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTraceActionsTest) Time elapsed: 6.906 s 16:27:46 [2019-07-19T20:27:46.568Z] test4_07DeleteKeyboard(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTraceActionsTest) Time elapsed: 3.297 s 16:27:46 [2019-07-19T20:27:46.568Z] testExperimentLinkBackwardCompatibility(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTraceActionsTest) Time elapsed: 4.525 s 16:27:46 [2019-07-19T20:27:46.568Z] test4_02Open(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTraceActionsTest) Time elapsed: 2.983 s 16:27:46 [2019-07-19T20:27:46.568Z] test4_03Copy(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTraceActionsTest) Time elapsed: 9.098 s 16:27:46 [2019-07-19T20:27:46.568Z] test4_08OpenDoubleClick(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTraceActionsTest) Time elapsed: 3.39 s 16:27:46 [2019-07-19T20:27:46.568Z] Running org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTracesFolderTest 16:27:47 [2019-07-19T20:27:47.132Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:27:47 [2019-07-19T20:27:47.696Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:27:47 [2019-07-19T20:27:47.696Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:27:47 [2019-07-19T20:27:47.696Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:27:47 [2019-07-19T20:27:47.696Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:27:47 [2019-07-19T20:27:47.696Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:47 [2019-07-19T20:27:47.696Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199971860 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:27:47 [2019-07-19T20:27:47.696Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199971861 data=null doit=true} to TreeItem with text {test} 16:27:47 [2019-07-19T20:27:47.696Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199971861 data=null} to TreeItem with text {test} 16:27:47 [2019-07-19T20:27:47.696Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199971861 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:27:47 [2019-07-19T20:27:47.696Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199971862 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:27:47 [2019-07-19T20:27:47.696Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199971920 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:27:47 [2019-07-19T20:27:47.696Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:47 [2019-07-19T20:27:47.696Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199971927 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:27:47 [2019-07-19T20:27:47.696Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199971927 data=null doit=true} to TreeItem with text {test} 16:27:47 [2019-07-19T20:27:47.696Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199971927 data=null} to TreeItem with text {test} 16:27:47 [2019-07-19T20:27:47.696Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199971928 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:27:47 [2019-07-19T20:27:47.696Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199971928 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:27:47 [2019-07-19T20:27:47.696Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199971936 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:27:47 [2019-07-19T20:27:47.696Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199971936 data=null doit=true} to TreeItem with text {test} 16:27:47 [2019-07-19T20:27:47.696Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199971937 data=null} to TreeItem with text {test} 16:27:47 [2019-07-19T20:27:47.696Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199971937 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:27:47 [2019-07-19T20:27:47.696Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=199971941 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {test} 16:27:47 [2019-07-19T20:27:47.696Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199971946 data=null button=1 stateMask=0x80000 x=39 y=11 count=1} to TreeItem with text {test} 16:27:47 [2019-07-19T20:27:47.953Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:47 [2019-07-19T20:27:47.953Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=199971947 data=null button=0 stateMask=0x0 x=75 y=53 count=0} to TreeItem with text {Traces [0]} 16:27:47 [2019-07-19T20:27:47.953Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=199971947 data=null doit=true} to TreeItem with text {Traces [0]} 16:27:47 [2019-07-19T20:27:47.953Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=199971947 data=null} to TreeItem with text {Traces [0]} 16:27:47 [2019-07-19T20:27:47.953Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=199971948 data=null button=1 stateMask=0x0 x=75 y=53 count=1} to TreeItem with text {Traces [0]} 16:27:47 [2019-07-19T20:27:47.953Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199971948 data=null item=TreeItem {Traces [0]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [0]} 16:27:47 [2019-07-19T20:27:47.953Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=199971973 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:27:47 [2019-07-19T20:27:47.953Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:47 [2019-07-19T20:27:47.953Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=199971974 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]} 16:27:47 [2019-07-19T20:27:47.953Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=199971975 data=null doit=true} to TreeItem with text {Traces [0]} 16:27:47 [2019-07-19T20:27:47.953Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=199971975 data=null} to TreeItem with text {Traces [0]} 16:27:47 [2019-07-19T20:27:47.953Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=199971975 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:27:47 [2019-07-19T20:27:47.953Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199971976 data=null item=TreeItem {Traces [0]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [0]} 16:27:47 [2019-07-19T20:27:47.953Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=199971986 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:27:47 [2019-07-19T20:27:47.953Z] DEBUG - matched MenuItem with text "Manage Custom Parser...", using matcher: with mnemonic 'Manage Custom Parsers...' 16:27:47 [2019-07-19T20:27:47.953Z] DEBUG - Clicking on with mnemonic 'Manage Custom Parsers...' 16:27:48 [2019-07-19T20:27:48.210Z] DEBUG - Clicked on with mnemonic 'Manage Custom Parsers...' 16:27:48 [2019-07-19T20:27:48.210Z] DEBUG - matched Shell with text "Manage Custom Parser...", using matcher: with text 'Manage Custom Parsers' 16:27:48 [2019-07-19T20:27:48.210Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Manage Custom Parsers} time=199972373 data=null doit=true} to Shell with text {Manage Custom Parsers} 16:27:48 [2019-07-19T20:27:48.210Z] DEBUG - matched List with text "", using matcher: of type 'List' 16:27:48 [2019-07-19T20:27:48.210Z] DEBUG - matched List with text "", using matcher: (of type 'List') 16:27:48 [2019-07-19T20:27:48.210Z] DEBUG - Set selection (of type 'List') to text Custom Text : TmfGeneric 16:27:48 [2019-07-19T20:27:48.210Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{List {} time=199972437 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'List') 16:27:48 [2019-07-19T20:27:48.210Z] DEBUG - Sent event Activate [26]: ShellEvent{List {} time=199972438 data=null doit=true} to (of type 'List') 16:27:48 [2019-07-19T20:27:48.210Z] DEBUG - Sent event FocusIn [15]: FocusEvent{List {} time=199972438 data=null} to (of type 'List') 16:27:48 [2019-07-19T20:27:48.210Z] DEBUG - Sent event MouseDown [3]: MouseEvent{List {} time=199972440 data=null button=1 stateMask=0x0 x=97 y=10 count=1} to (of type 'List') 16:27:48 [2019-07-19T20:27:48.210Z] DEBUG - Sent event Selection [13]: SelectionEvent{List {} time=199972440 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'List') 16:27:48 [2019-07-19T20:27:48.210Z] DEBUG - Sent event MouseUp [4]: MouseEvent{List {} time=199972442 data=null button=1 stateMask=0x80000 x=97 y=10 count=1} to (of type 'List') 16:27:48 [2019-07-19T20:27:48.210Z] DEBUG - matched Button with text "Text", using matcher: of type 'Button' 16:27:48 [2019-07-19T20:27:48.210Z] DEBUG - matched Button with text "XML", using matcher: of type 'Button' 16:27:48 [2019-07-19T20:27:48.210Z] DEBUG - matched Button with text "XML", using matcher: with mnemonic 'XML' 16:27:48 [2019-07-19T20:27:48.210Z] DEBUG - matched Button with text "XML", using matcher: with style 'SWT.RADIO' 16:27:48 [2019-07-19T20:27:48.210Z] DEBUG - matched Button with text "XML", using matcher: (of type 'Button' and with mnemonic 'XML' and with style 'SWT.RADIO') 16:27:48 [2019-07-19T20:27:48.210Z] DEBUG - matched Button with text "New...", using matcher: of type 'Button' 16:27:48 [2019-07-19T20:27:48.210Z] DEBUG - matched Button with text "Edit...", using matcher: of type 'Button' 16:27:48 [2019-07-19T20:27:48.210Z] DEBUG - matched Button with text "Delete", using matcher: of type 'Button' 16:27:48 [2019-07-19T20:27:48.210Z] DEBUG - matched Button with text "Import...", using matcher: of type 'Button' 16:27:48 [2019-07-19T20:27:48.210Z] DEBUG - matched Button with text "Export...", using matcher: of type 'Button' 16:27:48 [2019-07-19T20:27:48.210Z] DEBUG - matched Button with text "&Close", using matcher: of type 'Button' 16:27:48 [2019-07-19T20:27:48.210Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'XML' and with style 'SWT.RADIO') 16:27:48 [2019-07-19T20:27:48.210Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Text} time=199972444 data=null doit=true} to Button with text {Text} 16:27:48 [2019-07-19T20:27:48.210Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Text} time=199972454 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Button with text {Text} 16:27:48 [2019-07-19T20:27:48.210Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'XML' and with style 'SWT.RADIO') 16:27:48 [2019-07-19T20:27:48.210Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {XML} time=199972456 data=null doit=true} to (of type 'Button' and with mnemonic 'XML' and with style 'SWT.RADIO') 16:27:48 [2019-07-19T20:27:48.210Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {XML} time=199972456 data=null button=1 stateMask=0x0 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'XML' and with style 'SWT.RADIO') 16:27:48 [2019-07-19T20:27:48.210Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {XML} time=199972456 data=null button=1 stateMask=0x80000 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'XML' and with style 'SWT.RADIO') 16:27:48 [2019-07-19T20:27:48.210Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {XML} time=199972456 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'XML' and with style 'SWT.RADIO') 16:27:48 [2019-07-19T20:27:48.210Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'XML' and with style 'SWT.RADIO') 16:27:48 [2019-07-19T20:27:48.210Z] DEBUG - matched List with text "", using matcher: of type 'List' 16:27:48 [2019-07-19T20:27:48.210Z] DEBUG - matched List with text "", using matcher: (of type 'List') 16:27:48 [2019-07-19T20:27:48.210Z] DEBUG - Set selection (of type 'List') to text Custom XML : Custom XML Log 16:27:48 [2019-07-19T20:27:48.468Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{List {} time=199972461 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'List') 16:27:48 [2019-07-19T20:27:48.468Z] DEBUG - Sent event Activate [26]: ShellEvent{List {} time=199972461 data=null doit=true} to (of type 'List') 16:27:48 [2019-07-19T20:27:48.468Z] DEBUG - Sent event FocusIn [15]: FocusEvent{List {} time=199972461 data=null} to (of type 'List') 16:27:48 [2019-07-19T20:27:48.468Z] DEBUG - Sent event MouseDown [3]: MouseEvent{List {} time=199972467 data=null button=1 stateMask=0x0 x=97 y=10 count=1} to (of type 'List') 16:27:48 [2019-07-19T20:27:48.468Z] DEBUG - Sent event Selection [13]: SelectionEvent{List {} time=199972467 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'List') 16:27:48 [2019-07-19T20:27:48.468Z] DEBUG - Sent event MouseUp [4]: MouseEvent{List {} time=199972469 data=null button=1 stateMask=0x80000 x=97 y=10 count=1} to (of type 'List') 16:27:48 [2019-07-19T20:27:48.468Z] DEBUG - matched Button with text "Text", using matcher: of type 'Button' 16:27:48 [2019-07-19T20:27:48.468Z] DEBUG - matched Button with text "XML", using matcher: of type 'Button' 16:27:48 [2019-07-19T20:27:48.468Z] DEBUG - matched Button with text "New...", using matcher: of type 'Button' 16:27:48 [2019-07-19T20:27:48.468Z] DEBUG - matched Button with text "Edit...", using matcher: of type 'Button' 16:27:48 [2019-07-19T20:27:48.468Z] DEBUG - matched Button with text "Delete", using matcher: of type 'Button' 16:27:48 [2019-07-19T20:27:48.468Z] DEBUG - matched Button with text "Import...", using matcher: of type 'Button' 16:27:48 [2019-07-19T20:27:48.468Z] DEBUG - matched Button with text "Export...", using matcher: of type 'Button' 16:27:48 [2019-07-19T20:27:48.468Z] DEBUG - matched Button with text "&Close", using matcher: of type 'Button' 16:27:48 [2019-07-19T20:27:48.468Z] DEBUG - matched Button with text "&Close", using matcher: with mnemonic 'Close' 16:27:48 [2019-07-19T20:27:48.468Z] DEBUG - matched Button with text "&Close", using matcher: with style 'SWT.PUSH' 16:27:48 [2019-07-19T20:27:48.468Z] DEBUG - matched Button with text "&Close", using matcher: (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:27:48 [2019-07-19T20:27:48.468Z] DEBUG - Clicking on &Close 16:27:48 [2019-07-19T20:27:48.468Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Close} time=199972471 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:27:48 [2019-07-19T20:27:48.468Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Close} time=199972471 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:27:48 [2019-07-19T20:27:48.468Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Close} time=199972471 data=null doit=true} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:27:48 [2019-07-19T20:27:48.468Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Close} time=199972471 data=null} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:27:48 [2019-07-19T20:27:48.468Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Close} time=199972471 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:27:48 [2019-07-19T20:27:48.468Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Close} time=199972471 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:27:48 [2019-07-19T20:27:48.468Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Close} time=199972471 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') 16:27:48 [2019-07-19T20:27:48.468Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Manage Custom Parsers...} time=199972078 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Manage Custom Parsers...' 16:27:48 [2019-07-19T20:27:48.468Z] DEBUG - Clicked on 16:27:48 [2019-07-19T20:27:48.468Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:27:48 [2019-07-19T20:27:48.468Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:27:48 [2019-07-19T20:27:48.468Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:27:48 [2019-07-19T20:27:48.468Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:27:48 [2019-07-19T20:27:48.468Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:27:48 [2019-07-19T20:27:48.468Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:48 [2019-07-19T20:27:48.468Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199972636 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:27:48 [2019-07-19T20:27:48.468Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199972636 data=null doit=true} to TreeItem with text {test} 16:27:48 [2019-07-19T20:27:48.468Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199972637 data=null} to TreeItem with text {test} 16:27:48 [2019-07-19T20:27:48.468Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199972637 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:27:48 [2019-07-19T20:27:48.468Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199972637 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:27:48 [2019-07-19T20:27:48.468Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199972673 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:27:48 [2019-07-19T20:27:48.468Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:48 [2019-07-19T20:27:48.468Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199972674 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:27:48 [2019-07-19T20:27:48.468Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199972674 data=null doit=true} to TreeItem with text {test} 16:27:48 [2019-07-19T20:27:48.468Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199972674 data=null} to TreeItem with text {test} 16:27:48 [2019-07-19T20:27:48.468Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199972675 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:27:48 [2019-07-19T20:27:48.468Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199972675 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:27:48 [2019-07-19T20:27:48.468Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199972691 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:27:48 [2019-07-19T20:27:48.468Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:27:48 [2019-07-19T20:27:48.468Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:48 [2019-07-19T20:27:48.468Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=199972692 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]} 16:27:48 [2019-07-19T20:27:48.468Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=199972692 data=null doit=true} to TreeItem with text {Traces [0]} 16:27:48 [2019-07-19T20:27:48.468Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=199972693 data=null} to TreeItem with text {Traces [0]} 16:27:48 [2019-07-19T20:27:48.468Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=199972693 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:27:48 [2019-07-19T20:27:48.468Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199972693 data=null item=TreeItem {Traces [0]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [0]} 16:27:48 [2019-07-19T20:27:48.725Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=199972736 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:27:48 [2019-07-19T20:27:48.725Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:48 [2019-07-19T20:27:48.725Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=199972738 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]} 16:27:48 [2019-07-19T20:27:48.725Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=199972738 data=null doit=true} to TreeItem with text {Traces [0]} 16:27:48 [2019-07-19T20:27:48.725Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=199972738 data=null} to TreeItem with text {Traces [0]} 16:27:48 [2019-07-19T20:27:48.725Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=199972739 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:27:48 [2019-07-19T20:27:48.725Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199972739 data=null item=TreeItem {Traces [0]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [0]} 16:27:48 [2019-07-19T20:27:48.725Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=199972753 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:27:48 [2019-07-19T20:27:48.725Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:27:48 [2019-07-19T20:27:48.725Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:27:48 [2019-07-19T20:27:48.725Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:27:48 [2019-07-19T20:27:48.725Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:27:48 [2019-07-19T20:27:48.725Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:27:48 [2019-07-19T20:27:48.725Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:48 [2019-07-19T20:27:48.725Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199972852 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:27:48 [2019-07-19T20:27:48.725Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199972852 data=null doit=true} to TreeItem with text {test} 16:27:48 [2019-07-19T20:27:48.725Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199972853 data=null} to TreeItem with text {test} 16:27:48 [2019-07-19T20:27:48.725Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199972853 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:27:48 [2019-07-19T20:27:48.725Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199972853 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:27:48 [2019-07-19T20:27:48.725Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199972879 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:27:48 [2019-07-19T20:27:48.725Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:48 [2019-07-19T20:27:48.725Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199972880 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:27:48 [2019-07-19T20:27:48.725Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199972880 data=null doit=true} to TreeItem with text {test} 16:27:48 [2019-07-19T20:27:48.725Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199972880 data=null} to TreeItem with text {test} 16:27:48 [2019-07-19T20:27:48.725Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199972881 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:27:48 [2019-07-19T20:27:48.725Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199972881 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:27:48 [2019-07-19T20:27:48.725Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199972935 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:27:48 [2019-07-19T20:27:48.725Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:27:48 [2019-07-19T20:27:48.725Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:48 [2019-07-19T20:27:48.725Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=199972937 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]} 16:27:48 [2019-07-19T20:27:48.725Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=199972937 data=null doit=true} to TreeItem with text {Traces [0]} 16:27:48 [2019-07-19T20:27:48.725Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=199972937 data=null} to TreeItem with text {Traces [0]} 16:27:48 [2019-07-19T20:27:48.725Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=199972938 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:27:48 [2019-07-19T20:27:48.725Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199972938 data=null item=TreeItem {Traces [0]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [0]} 16:27:48 [2019-07-19T20:27:48.725Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=199972948 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:27:48 [2019-07-19T20:27:48.725Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:48 [2019-07-19T20:27:48.725Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=199972962 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]} 16:27:48 [2019-07-19T20:27:48.725Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=199972962 data=null doit=true} to TreeItem with text {Traces [0]} 16:27:48 [2019-07-19T20:27:48.725Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=199972962 data=null} to TreeItem with text {Traces [0]} 16:27:48 [2019-07-19T20:27:48.725Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=199972963 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:27:48 [2019-07-19T20:27:48.725Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199972963 data=null item=TreeItem {Traces [0]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [0]} 16:27:48 [2019-07-19T20:27:48.725Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=199972972 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:27:48 [2019-07-19T20:27:48.982Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...' 16:27:48 [2019-07-19T20:27:48.982Z] DEBUG - Clicking on with mnemonic 'Import...' 16:27:49 [2019-07-19T20:27:49.546Z] DEBUG - Clicked on with mnemonic 'Import...' 16:27:49 [2019-07-19T20:27:49.546Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import' 16:27:49 [2019-07-19T20:27:49.546Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=199973563 data=null doit=true} to Shell with text {Trace Import} 16:27:49 [2019-07-19T20:27:49.546Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:27:49 [2019-07-19T20:27:49.546Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:27:49 [2019-07-19T20:27:49.546Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:27:49 [2019-07-19T20:27:49.546Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:27:49 [2019-07-19T20:27:49.546Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:27:49 [2019-07-19T20:27:49.546Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:27:49 [2019-07-19T20:27:49.546Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:27:49 [2019-07-19T20:27:49.546Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:27:49 [2019-07-19T20:27:49.546Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:27:49 [2019-07-19T20:27:49.546Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:27:49 [2019-07-19T20:27:49.546Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:27:49 [2019-07-19T20:27:49.546Z] DEBUG - matched Button with text "Cancel", using matcher: with mnemonic 'Cancel' 16:27:49 [2019-07-19T20:27:49.546Z] DEBUG - matched Button with text "Cancel", using matcher: with style 'SWT.PUSH' 16:27:49 [2019-07-19T20:27:49.546Z] DEBUG - matched Button with text "Cancel", using matcher: (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 16:27:49 [2019-07-19T20:27:49.546Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:27:49 [2019-07-19T20:27:49.546Z] DEBUG - Clicking on Cancel 16:27:49 [2019-07-19T20:27:49.546Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Cancel} time=199973567 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 16:27:49 [2019-07-19T20:27:49.546Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Cancel} time=199973567 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 16:27:49 [2019-07-19T20:27:49.546Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Cancel} time=199973567 data=null doit=true} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 16:27:49 [2019-07-19T20:27:49.546Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Cancel} time=199973567 data=null} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 16:27:49 [2019-07-19T20:27:49.546Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Cancel} time=199973567 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 16:27:49 [2019-07-19T20:27:49.546Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Cancel} time=199973568 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 16:27:49 [2019-07-19T20:27:49.546Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Cancel} time=199973568 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 16:27:49 [2019-07-19T20:27:49.546Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=199973067 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...' 16:27:49 [2019-07-19T20:27:49.546Z] DEBUG - Clicked on 16:27:49 [2019-07-19T20:27:49.546Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:27:49 [2019-07-19T20:27:49.546Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:27:49 [2019-07-19T20:27:49.546Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:27:49 [2019-07-19T20:27:49.546Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:27:49 [2019-07-19T20:27:49.546Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:27:49 [2019-07-19T20:27:49.546Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:49 [2019-07-19T20:27:49.546Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199973676 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:27:49 [2019-07-19T20:27:49.546Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199973676 data=null doit=true} to TreeItem with text {test} 16:27:49 [2019-07-19T20:27:49.546Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199973676 data=null} to TreeItem with text {test} 16:27:49 [2019-07-19T20:27:49.546Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199973676 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:27:49 [2019-07-19T20:27:49.546Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199973677 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:27:49 [2019-07-19T20:27:49.546Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199973739 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:27:49 [2019-07-19T20:27:49.546Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:49 [2019-07-19T20:27:49.546Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199973741 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:27:49 [2019-07-19T20:27:49.546Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199973741 data=null doit=true} to TreeItem with text {test} 16:27:49 [2019-07-19T20:27:49.546Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199973741 data=null} to TreeItem with text {test} 16:27:49 [2019-07-19T20:27:49.546Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199973741 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:27:49 [2019-07-19T20:27:49.546Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199973742 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:27:49 [2019-07-19T20:27:49.546Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199973758 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:27:49 [2019-07-19T20:27:49.546Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:27:49 [2019-07-19T20:27:49.546Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:49 [2019-07-19T20:27:49.546Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=199973760 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]} 16:27:49 [2019-07-19T20:27:49.546Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=199973760 data=null doit=true} to TreeItem with text {Traces [0]} 16:27:49 [2019-07-19T20:27:49.546Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=199973760 data=null} to TreeItem with text {Traces [0]} 16:27:49 [2019-07-19T20:27:49.546Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=199973760 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:27:49 [2019-07-19T20:27:49.546Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199973761 data=null item=TreeItem {Traces [0]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [0]} 16:27:49 [2019-07-19T20:27:49.546Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=199973782 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:27:49 [2019-07-19T20:27:49.803Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:49 [2019-07-19T20:27:49.803Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=199973834 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]} 16:27:49 [2019-07-19T20:27:49.803Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=199973835 data=null doit=true} to TreeItem with text {Traces [0]} 16:27:49 [2019-07-19T20:27:49.803Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=199973835 data=null} to TreeItem with text {Traces [0]} 16:27:49 [2019-07-19T20:27:49.803Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=199973835 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:27:49 [2019-07-19T20:27:49.803Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199973836 data=null item=TreeItem {Traces [0]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [0]} 16:27:49 [2019-07-19T20:27:49.803Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=199973841 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:27:49 [2019-07-19T20:27:49.803Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...' 16:27:49 [2019-07-19T20:27:49.803Z] DEBUG - Clicking on with mnemonic 'Import...' 16:27:50 [2019-07-19T20:27:50.060Z] DEBUG - Clicked on with mnemonic 'Import...' 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import' 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=199974338 data=null doit=true} to Shell with text {Trace Import} 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with mnemonic 'Select root directory:' 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with style 'SWT.RADIO' 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') is already selected, not clicking again. 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo') 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - Attempting to set focus on (of type 'Combo') 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import} time=199974363 data=null} to (of type 'Combo') 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - Attempting to set focus on (of type 'Tree') 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=199974462 data=null doit=true} to TreeItem with text {import} 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=199974462 data=null} to TreeItem with text {import} 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=199974463 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import} 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=199974463 data=null item=TreeItem {import} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {import} 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=199974467 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import} 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {import} time=199974478 data=null button=0 stateMask=0x0 x=83 y=11 count=0} to TreeItem with text {import} 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=199974478 data=null doit=true} to TreeItem with text {import} 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=199974478 data=null} to TreeItem with text {import} 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=199974478 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import} 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199974479 data=null item=TreeItem {import} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {import} 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=199974479 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import} 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - Setting state to checked on: ExampleCustomTxt.log 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo' 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:' 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:') 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection> 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {<Automatic Detection>} time=199974556 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection> 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace' 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK' 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') already selected, not selecting again. 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure' 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK' 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.317Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - Deselecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$1@5d589727 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Preserve &folder structure} time=199974571 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Preserve &folder structure} time=199974571 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Preserve &folder structure} time=199974571 data=null doit=true} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Preserve &folder structure} time=199974571 data=null} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Preserve &folder structure} time=199974572 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Preserve &folder structure} time=199974572 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Preserve &folder structure} time=199974572 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Preserve &folder structure} time=199974572 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Preserve &folder structure} time=199974572 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Preserve &folder structure} time=199974572 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Preserve &folder structure} time=199974572 data=null doit=true} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Preserve &folder structure} time=199974573 data=null} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces' 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK' 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - Selecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$2@ca31114 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Import unrecognized traces} time=199974577 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Import unrecognized traces} time=199974577 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Import unrecognized traces} time=199974577 data=null doit=true} to (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Import unrecognized traces} time=199974577 data=null} to (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Import unrecognized traces} time=199974577 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Import unrecognized traces} time=199974577 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Import unrecognized traces} time=199974578 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Import unrecognized traces} time=199974578 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Import unrecognized traces} time=199974578 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Import unrecognized traces} time=199974578 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Import unrecognized traces} time=199974578 data=null doit=true} to (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Import unrecognized traces} time=199974578 data=null} to (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning' 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK' 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment' 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK' 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK' 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish' 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH' 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - Clicking on &Finish 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=199974639 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=199974639 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=199974639 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=199974639 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=199974639 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:27:50 [2019-07-19T20:27:50.575Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=199974639 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:27:51 [2019-07-19T20:27:51.140Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=199974640 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:27:51 [2019-07-19T20:27:51.140Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=199973933 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...' 16:27:51 [2019-07-19T20:27:51.397Z] DEBUG - Clicked on 16:27:51 [2019-07-19T20:27:51.397Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:27:51 [2019-07-19T20:27:51.397Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:27:51 [2019-07-19T20:27:51.397Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:27:51 [2019-07-19T20:27:51.397Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:27:51 [2019-07-19T20:27:51.397Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:27:51 [2019-07-19T20:27:51.397Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:51 [2019-07-19T20:27:51.397Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199975537 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:27:51 [2019-07-19T20:27:51.397Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199975537 data=null doit=true} to TreeItem with text {test} 16:27:51 [2019-07-19T20:27:51.397Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199975537 data=null} to TreeItem with text {test} 16:27:51 [2019-07-19T20:27:51.397Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199975538 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:27:51 [2019-07-19T20:27:51.397Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199975538 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:27:51 [2019-07-19T20:27:51.397Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199975572 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:27:51 [2019-07-19T20:27:51.397Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:51 [2019-07-19T20:27:51.397Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199975573 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:27:51 [2019-07-19T20:27:51.397Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199975574 data=null doit=true} to TreeItem with text {test} 16:27:51 [2019-07-19T20:27:51.397Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199975574 data=null} to TreeItem with text {test} 16:27:51 [2019-07-19T20:27:51.397Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199975574 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:27:51 [2019-07-19T20:27:51.397Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199975574 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:27:51 [2019-07-19T20:27:51.397Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199975639 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:27:51 [2019-07-19T20:27:51.397Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:27:51 [2019-07-19T20:27:51.397Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:51 [2019-07-19T20:27:51.397Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=199975641 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 16:27:51 [2019-07-19T20:27:51.397Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=199975641 data=null doit=true} to TreeItem with text {Traces [1]} 16:27:51 [2019-07-19T20:27:51.397Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=199975641 data=null} to TreeItem with text {Traces [1]} 16:27:51 [2019-07-19T20:27:51.397Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=199975642 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:27:51 [2019-07-19T20:27:51.654Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199975643 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 16:27:51 [2019-07-19T20:27:51.654Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=199975664 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:27:51 [2019-07-19T20:27:51.654Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=199975665 data=null doit=true} to TreeItem with text {Traces [1]} 16:27:51 [2019-07-19T20:27:51.654Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=199975665 data=null} to TreeItem with text {Traces [1]} 16:27:51 [2019-07-19T20:27:51.654Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=199975665 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:27:51 [2019-07-19T20:27:51.654Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=199975665 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {Traces [1]} 16:27:51 [2019-07-19T20:27:51.654Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=199975668 data=null button=1 stateMask=0x80000 x=75 y=53 count=1} to TreeItem with text {Traces [1]} 16:27:51 [2019-07-19T20:27:51.910Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:27:51 [2019-07-19T20:27:51.910Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:51 [2019-07-19T20:27:51.910Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199976032 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:27:51 [2019-07-19T20:27:51.910Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=199976032 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:27:51 [2019-07-19T20:27:51.910Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=199976032 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:27:51 [2019-07-19T20:27:51.910Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199976033 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:27:51 [2019-07-19T20:27:51.910Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199976034 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:27:51 [2019-07-19T20:27:51.910Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199976071 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:27:51 [2019-07-19T20:27:51.910Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:27:51 [2019-07-19T20:27:51.910Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:27:51 [2019-07-19T20:27:51.910Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:27:51 [2019-07-19T20:27:51.910Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:51 [2019-07-19T20:27:51.910Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199976075 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:27:51 [2019-07-19T20:27:51.910Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=199976075 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:27:51 [2019-07-19T20:27:51.910Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=199976075 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:27:51 [2019-07-19T20:27:51.910Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199976076 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:27:51 [2019-07-19T20:27:51.910Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199976076 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:27:51 [2019-07-19T20:27:51.910Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199976081 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:27:51 [2019-07-19T20:27:51.910Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomTxt.log} 16:27:51 [2019-07-19T20:27:51.910Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199976082 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:27:51 [2019-07-19T20:27:51.910Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=199976082 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:27:51 [2019-07-19T20:27:51.910Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:51 [2019-07-19T20:27:51.910Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=199976082 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:27:51 [2019-07-19T20:27:51.910Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199976083 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:27:51 [2019-07-19T20:27:51.910Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199976083 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:27:51 [2019-07-19T20:27:51.910Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199976092 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:27:51 [2019-07-19T20:27:51.910Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199976092 data=null button=1 stateMask=0x0 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:27:51 [2019-07-19T20:27:51.910Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199976093 data=null button=1 stateMask=0x0 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:27:52 [2019-07-19T20:27:52.167Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=199976093 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:27:52 [2019-07-19T20:27:52.167Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199976171 data=null button=1 stateMask=0x80000 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:27:52 [2019-07-19T20:27:52.424Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199976421 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:27:52 [2019-07-19T20:27:52.424Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=199976423 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:27:52 [2019-07-19T20:27:52.424Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=199976423 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:27:52 [2019-07-19T20:27:52.424Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomTxt.log} 16:27:52 [2019-07-19T20:27:52.424Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:27:53 [2019-07-19T20:27:53.353Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:27:53 [2019-07-19T20:27:53.353Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:27:53 [2019-07-19T20:27:53.353Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:27:53 [2019-07-19T20:27:53.353Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:27:53 [2019-07-19T20:27:53.353Z] DEBUG - Attempting to set focus on Table with text {} 16:27:53 [2019-07-19T20:27:53.353Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=199977589 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:27:53 [2019-07-19T20:27:53.353Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=199977590 data=null doit=true} to TableItem with text {} 16:27:53 [2019-07-19T20:27:53.353Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=199977590 data=null} to TableItem with text {} 16:27:53 [2019-07-19T20:27:53.353Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=199977590 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:27:53 [2019-07-19T20:27:53.353Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=199977591 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:27:53 [2019-07-19T20:27:53.610Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=199977661 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:27:53 [2019-07-19T20:27:53.610Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:27:53 [2019-07-19T20:27:53.610Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:27:53 [2019-07-19T20:27:53.610Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:27:53 [2019-07-19T20:27:53.610Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:53 [2019-07-19T20:27:53.867Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199977955 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:27:53 [2019-07-19T20:27:53.867Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=199977956 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:27:53 [2019-07-19T20:27:53.867Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=199977956 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:27:53 [2019-07-19T20:27:53.867Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199977956 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:27:53 [2019-07-19T20:27:53.867Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199977957 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:27:53 [2019-07-19T20:27:53.867Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=199977963 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:27:53 [2019-07-19T20:27:53.867Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:27:53 [2019-07-19T20:27:53.867Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:27:53 [2019-07-19T20:27:53.867Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:27:53 [2019-07-19T20:27:53.867Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:27:53 [2019-07-19T20:27:53.867Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:27:53 [2019-07-19T20:27:53.867Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:27:53 [2019-07-19T20:27:53.867Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:27:53 [2019-07-19T20:27:53.867Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:27:53 [2019-07-19T20:27:53.867Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:53 [2019-07-19T20:27:53.867Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199978032 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:27:53 [2019-07-19T20:27:53.867Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199978032 data=null doit=true} to TreeItem with text {test} 16:27:53 [2019-07-19T20:27:53.867Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199978032 data=null} to TreeItem with text {test} 16:27:53 [2019-07-19T20:27:53.867Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199978033 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:27:53 [2019-07-19T20:27:53.867Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199978033 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:27:53 [2019-07-19T20:27:53.867Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199978075 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:27:53 [2019-07-19T20:27:53.867Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:53 [2019-07-19T20:27:53.867Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199978076 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:27:53 [2019-07-19T20:27:53.867Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199978076 data=null doit=true} to TreeItem with text {test} 16:27:53 [2019-07-19T20:27:53.867Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199978076 data=null} to TreeItem with text {test} 16:27:53 [2019-07-19T20:27:53.867Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199978077 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:27:54 [2019-07-19T20:27:54.124Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199978077 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:27:54 [2019-07-19T20:27:54.124Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199978138 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:27:54 [2019-07-19T20:27:54.124Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:27:54 [2019-07-19T20:27:54.124Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:54 [2019-07-19T20:27:54.124Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=199978139 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 16:27:54 [2019-07-19T20:27:54.124Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=199978140 data=null doit=true} to TreeItem with text {Traces [1]} 16:27:54 [2019-07-19T20:27:54.124Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=199978140 data=null} to TreeItem with text {Traces [1]} 16:27:54 [2019-07-19T20:27:54.124Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=199978140 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:27:54 [2019-07-19T20:27:54.124Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199978140 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 16:27:54 [2019-07-19T20:27:54.124Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=199978166 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:27:54 [2019-07-19T20:27:54.124Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:54 [2019-07-19T20:27:54.124Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=199978168 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 16:27:54 [2019-07-19T20:27:54.124Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=199978168 data=null doit=true} to TreeItem with text {Traces [1]} 16:27:54 [2019-07-19T20:27:54.124Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=199978168 data=null} to TreeItem with text {Traces [1]} 16:27:54 [2019-07-19T20:27:54.124Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=199978168 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:27:54 [2019-07-19T20:27:54.124Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199978169 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 16:27:54 [2019-07-19T20:27:54.124Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=199978179 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:27:54 [2019-07-19T20:27:54.124Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...' 16:27:54 [2019-07-19T20:27:54.124Z] DEBUG - Clicking on with mnemonic 'Import...' 16:27:54 [2019-07-19T20:27:54.689Z] DEBUG - Clicked on with mnemonic 'Import...' 16:27:54 [2019-07-19T20:27:54.689Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import' 16:27:54 [2019-07-19T20:27:54.689Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=199978664 data=null doit=true} to Shell with text {Trace Import} 16:27:54 [2019-07-19T20:27:54.689Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.689Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with mnemonic 'Select root directory:' 16:27:54 [2019-07-19T20:27:54.689Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with style 'SWT.RADIO' 16:27:54 [2019-07-19T20:27:54.689Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') 16:27:54 [2019-07-19T20:27:54.689Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.689Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.689Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.689Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.689Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.689Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.689Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.689Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.689Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.689Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.689Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.689Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') is already selected, not clicking again. 16:27:54 [2019-07-19T20:27:54.689Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:27:54 [2019-07-19T20:27:54.689Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:27:54 [2019-07-19T20:27:54.689Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:27:54 [2019-07-19T20:27:54.689Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:27:54 [2019-07-19T20:27:54.689Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:27:54 [2019-07-19T20:27:54.689Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo') 16:27:54 [2019-07-19T20:27:54.689Z] DEBUG - Attempting to set focus on (of type 'Combo') 16:27:54 [2019-07-19T20:27:54.689Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import 16:27:54 [2019-07-19T20:27:54.689Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import} time=199978705 data=null} to (of type 'Combo') 16:27:54 [2019-07-19T20:27:54.689Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import 16:27:54 [2019-07-19T20:27:54.689Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:27:54 [2019-07-19T20:27:54.689Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:27:54 [2019-07-19T20:27:54.689Z] DEBUG - Attempting to set focus on (of type 'Tree') 16:27:54 [2019-07-19T20:27:54.689Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:27:54 [2019-07-19T20:27:54.689Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:27:54 [2019-07-19T20:27:54.689Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=199978754 data=null doit=true} to TreeItem with text {import} 16:27:54 [2019-07-19T20:27:54.689Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=199978754 data=null} to TreeItem with text {import} 16:27:54 [2019-07-19T20:27:54.689Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=199978754 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import} 16:27:54 [2019-07-19T20:27:54.689Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=199978755 data=null item=TreeItem {import} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {import} 16:27:54 [2019-07-19T20:27:54.689Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=199978758 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import} 16:27:54 [2019-07-19T20:27:54.689Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {import} time=199978758 data=null button=0 stateMask=0x0 x=83 y=11 count=0} to TreeItem with text {import} 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=199978759 data=null doit=true} to TreeItem with text {import} 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=199978759 data=null} to TreeItem with text {import} 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=199978759 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import} 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199978759 data=null item=TreeItem {import} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {import} 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=199978760 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import} 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - Setting state to checked on: ExampleCustomXml.xml 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:') 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection> 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {<Automatic Detection>} time=199978781 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection> 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') already selected, not selecting again. 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') already selected, not selecting again. 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH' 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - Clicking on &Finish 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=199978838 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=199978838 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=199978838 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=199978838 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=199978839 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:27:54 [2019-07-19T20:27:54.690Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=199978839 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:27:55 [2019-07-19T20:27:55.254Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:27:55 [2019-07-19T20:27:55.254Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=199978839 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:27:55 [2019-07-19T20:27:55.254Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=199978272 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...' 16:27:55 [2019-07-19T20:27:55.511Z] DEBUG - Clicked on 16:27:55 [2019-07-19T20:27:55.511Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:27:55 [2019-07-19T20:27:55.511Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:27:55 [2019-07-19T20:27:55.511Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:27:55 [2019-07-19T20:27:55.511Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:27:55 [2019-07-19T20:27:55.511Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:27:55 [2019-07-19T20:27:55.511Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:55 [2019-07-19T20:27:55.511Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199979754 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:27:55 [2019-07-19T20:27:55.511Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199979754 data=null doit=true} to TreeItem with text {test} 16:27:55 [2019-07-19T20:27:55.511Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199979754 data=null} to TreeItem with text {test} 16:27:55 [2019-07-19T20:27:55.511Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199979754 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:27:55 [2019-07-19T20:27:55.511Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199979755 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:27:55 [2019-07-19T20:27:55.768Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199979776 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:27:55 [2019-07-19T20:27:55.768Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:55 [2019-07-19T20:27:55.768Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199979833 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:27:55 [2019-07-19T20:27:55.768Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199979833 data=null doit=true} to TreeItem with text {test} 16:27:55 [2019-07-19T20:27:55.768Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199979833 data=null} to TreeItem with text {test} 16:27:55 [2019-07-19T20:27:55.768Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199979834 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:27:55 [2019-07-19T20:27:55.768Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199979834 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:27:55 [2019-07-19T20:27:55.768Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199979842 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:27:55 [2019-07-19T20:27:55.768Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:27:55 [2019-07-19T20:27:55.768Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:55 [2019-07-19T20:27:55.768Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [2]} time=199979843 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [2]} 16:27:55 [2019-07-19T20:27:55.768Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [2]} time=199979843 data=null doit=true} to TreeItem with text {Traces [2]} 16:27:55 [2019-07-19T20:27:55.768Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [2]} time=199979844 data=null} to TreeItem with text {Traces [2]} 16:27:55 [2019-07-19T20:27:55.768Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [2]} time=199979844 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [2]} 16:27:55 [2019-07-19T20:27:55.768Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199979844 data=null item=TreeItem {Traces [2]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [2]} 16:27:55 [2019-07-19T20:27:55.768Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [2]} time=199979862 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [2]} 16:27:55 [2019-07-19T20:27:55.768Z] WARN - Tree item TreeItem with text {Traces [2]} is already expanded. Won't expand it again. 16:27:56 [2019-07-19T20:27:56.025Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:27:56 [2019-07-19T20:27:56.025Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:56 [2019-07-19T20:27:56.025Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=199980135 data=null button=0 stateMask=0x0 x=156 y=95 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:27:56 [2019-07-19T20:27:56.025Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=199980136 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:27:56 [2019-07-19T20:27:56.025Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=199980136 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:27:56 [2019-07-19T20:27:56.025Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=199980137 data=null button=1 stateMask=0x0 x=156 y=95 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:27:56 [2019-07-19T20:27:56.025Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199980137 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:27:56 [2019-07-19T20:27:56.025Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=199980179 data=null button=1 stateMask=0x80000 x=156 y=95 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:27:56 [2019-07-19T20:27:56.025Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:27:56 [2019-07-19T20:27:56.025Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:27:56 [2019-07-19T20:27:56.025Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:27:56 [2019-07-19T20:27:56.025Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:56 [2019-07-19T20:27:56.025Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=199980182 data=null button=0 stateMask=0x0 x=156 y=95 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:27:56 [2019-07-19T20:27:56.025Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=199980182 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:27:56 [2019-07-19T20:27:56.025Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=199980183 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:27:56 [2019-07-19T20:27:56.025Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=199980183 data=null button=1 stateMask=0x0 x=156 y=95 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:27:56 [2019-07-19T20:27:56.025Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199980183 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:27:56 [2019-07-19T20:27:56.025Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=199980189 data=null button=1 stateMask=0x80000 x=156 y=95 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:27:56 [2019-07-19T20:27:56.025Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomXml.xml} 16:27:56 [2019-07-19T20:27:56.025Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=199980190 data=null button=0 stateMask=0x0 x=156 y=95 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:27:56 [2019-07-19T20:27:56.025Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=199980190 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:27:56 [2019-07-19T20:27:56.025Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:56 [2019-07-19T20:27:56.025Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=199980191 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:27:56 [2019-07-19T20:27:56.025Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=199980191 data=null button=1 stateMask=0x0 x=156 y=95 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:27:56 [2019-07-19T20:27:56.025Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199980191 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:27:56 [2019-07-19T20:27:56.025Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=199980202 data=null button=1 stateMask=0x80000 x=156 y=95 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:27:56 [2019-07-19T20:27:56.025Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=199980203 data=null button=1 stateMask=0x0 x=156 y=95 count=2} to TreeItem with text {ExampleCustomXml.xml} 16:27:56 [2019-07-19T20:27:56.025Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=199980203 data=null button=1 stateMask=0x0 x=156 y=95 count=2} to TreeItem with text {ExampleCustomXml.xml} 16:27:56 [2019-07-19T20:27:56.282Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=199980203 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:27:56 [2019-07-19T20:27:56.539Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=199980338 data=null button=1 stateMask=0x80000 x=156 y=95 count=2} to TreeItem with text {ExampleCustomXml.xml} 16:27:56 [2019-07-19T20:27:56.539Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=199980605 data=null button=0 stateMask=0x0 x=156 y=95 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:27:56 [2019-07-19T20:27:56.539Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=199980605 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:27:56 [2019-07-19T20:27:56.539Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=199980605 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:27:56 [2019-07-19T20:27:56.539Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomXml.xml} 16:27:56 [2019-07-19T20:27:56.539Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:27:56 [2019-07-19T20:27:56.539Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:27:57 [2019-07-19T20:27:57.543Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:27:57 [2019-07-19T20:27:57.543Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:27:57 [2019-07-19T20:27:57.543Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:27:57 [2019-07-19T20:27:57.543Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:27:57 [2019-07-19T20:27:57.543Z] DEBUG - Attempting to set focus on Table with text {} 16:27:57 [2019-07-19T20:27:57.543Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=199981683 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:27:57 [2019-07-19T20:27:57.543Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=199981683 data=null doit=true} to TableItem with text {} 16:27:57 [2019-07-19T20:27:57.543Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=199981684 data=null} to TableItem with text {} 16:27:57 [2019-07-19T20:27:57.543Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=199981684 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:27:57 [2019-07-19T20:27:57.543Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=199981684 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:27:57 [2019-07-19T20:27:57.543Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=199981690 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:27:57 [2019-07-19T20:27:57.543Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:27:57 [2019-07-19T20:27:57.543Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:27:57 [2019-07-19T20:27:57.801Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:27:57 [2019-07-19T20:27:57.801Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:57 [2019-07-19T20:27:57.801Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=199981939 data=null button=0 stateMask=0x0 x=156 y=95 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:27:57 [2019-07-19T20:27:57.801Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=199981939 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:27:57 [2019-07-19T20:27:57.801Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=199981939 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:27:57 [2019-07-19T20:27:57.801Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=199981940 data=null button=1 stateMask=0x0 x=156 y=95 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:27:57 [2019-07-19T20:27:57.801Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199981940 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:27:57 [2019-07-19T20:27:57.801Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=199981945 data=null button=1 stateMask=0x80000 x=156 y=95 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:27:57 [2019-07-19T20:27:57.801Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:27:57 [2019-07-19T20:27:57.801Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:27:57 [2019-07-19T20:27:57.801Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:27:57 [2019-07-19T20:27:57.801Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:27:57 [2019-07-19T20:27:57.801Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:27:57 [2019-07-19T20:27:57.801Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:27:57 [2019-07-19T20:27:57.801Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:27:57 [2019-07-19T20:27:57.801Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:27:57 [2019-07-19T20:27:57.801Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:57 [2019-07-19T20:27:57.801Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199981967 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:27:57 [2019-07-19T20:27:57.801Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199981967 data=null doit=true} to TreeItem with text {test} 16:27:57 [2019-07-19T20:27:57.801Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199981967 data=null} to TreeItem with text {test} 16:27:57 [2019-07-19T20:27:57.801Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199981967 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:27:57 [2019-07-19T20:27:57.801Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199981968 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:27:58 [2019-07-19T20:27:58.058Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199982066 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:27:58 [2019-07-19T20:27:58.058Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:58 [2019-07-19T20:27:58.058Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199982067 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:27:58 [2019-07-19T20:27:58.058Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199982067 data=null doit=true} to TreeItem with text {test} 16:27:58 [2019-07-19T20:27:58.058Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199982067 data=null} to TreeItem with text {test} 16:27:58 [2019-07-19T20:27:58.058Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199982068 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:27:58 [2019-07-19T20:27:58.058Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199982068 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:27:58 [2019-07-19T20:27:58.058Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199982075 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:27:58 [2019-07-19T20:27:58.058Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:27:58 [2019-07-19T20:27:58.058Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:58 [2019-07-19T20:27:58.058Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [2]} time=199982077 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [2]} 16:27:58 [2019-07-19T20:27:58.058Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [2]} time=199982077 data=null doit=true} to TreeItem with text {Traces [2]} 16:27:58 [2019-07-19T20:27:58.058Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [2]} time=199982077 data=null} to TreeItem with text {Traces [2]} 16:27:58 [2019-07-19T20:27:58.058Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [2]} time=199982077 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [2]} 16:27:58 [2019-07-19T20:27:58.058Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199982078 data=null item=TreeItem {Traces [2]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [2]} 16:27:58 [2019-07-19T20:27:58.058Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [2]} time=199982141 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [2]} 16:27:58 [2019-07-19T20:27:58.058Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:58 [2019-07-19T20:27:58.058Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [2]} time=199982142 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [2]} 16:27:58 [2019-07-19T20:27:58.058Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [2]} time=199982142 data=null doit=true} to TreeItem with text {Traces [2]} 16:27:58 [2019-07-19T20:27:58.058Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [2]} time=199982143 data=null} to TreeItem with text {Traces [2]} 16:27:58 [2019-07-19T20:27:58.058Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [2]} time=199982143 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [2]} 16:27:58 [2019-07-19T20:27:58.058Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199982143 data=null item=TreeItem {Traces [2]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [2]} 16:27:58 [2019-07-19T20:27:58.058Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [2]} time=199982149 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [2]} 16:27:58 [2019-07-19T20:27:58.058Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...' 16:27:58 [2019-07-19T20:27:58.058Z] DEBUG - Clicking on with mnemonic 'Import...' 16:27:58 [2019-07-19T20:27:58.623Z] DEBUG - Clicked on with mnemonic 'Import...' 16:27:58 [2019-07-19T20:27:58.623Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import' 16:27:58 [2019-07-19T20:27:58.623Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=199982755 data=null doit=true} to Shell with text {Trace Import} 16:27:58 [2019-07-19T20:27:58.623Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.623Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with mnemonic 'Select root directory:' 16:27:58 [2019-07-19T20:27:58.623Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with style 'SWT.RADIO' 16:27:58 [2019-07-19T20:27:58.623Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') 16:27:58 [2019-07-19T20:27:58.623Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.623Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.623Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.623Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.623Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.623Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.623Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.623Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.623Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.623Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.623Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.623Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') is already selected, not clicking again. 16:27:58 [2019-07-19T20:27:58.623Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:27:58 [2019-07-19T20:27:58.623Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:27:58 [2019-07-19T20:27:58.623Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:27:58 [2019-07-19T20:27:58.623Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:27:58 [2019-07-19T20:27:58.623Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:27:58 [2019-07-19T20:27:58.623Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo') 16:27:58 [2019-07-19T20:27:58.623Z] DEBUG - Attempting to set focus on (of type 'Combo') 16:27:58 [2019-07-19T20:27:58.623Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import 16:27:58 [2019-07-19T20:27:58.623Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import} time=199982764 data=null} to (of type 'Combo') 16:27:58 [2019-07-19T20:27:58.623Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import 16:27:58 [2019-07-19T20:27:58.623Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:27:58 [2019-07-19T20:27:58.623Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:27:58 [2019-07-19T20:27:58.623Z] DEBUG - Attempting to set focus on (of type 'Tree') 16:27:58 [2019-07-19T20:27:58.623Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:27:58 [2019-07-19T20:27:58.623Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:27:58 [2019-07-19T20:27:58.623Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=199982847 data=null doit=true} to TreeItem with text {import} 16:27:58 [2019-07-19T20:27:58.623Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=199982847 data=null} to TreeItem with text {import} 16:27:58 [2019-07-19T20:27:58.623Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=199982848 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import} 16:27:58 [2019-07-19T20:27:58.623Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=199982848 data=null item=TreeItem {import} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {import} 16:27:58 [2019-07-19T20:27:58.623Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=199982851 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import} 16:27:58 [2019-07-19T20:27:58.623Z] DEBUG - Attempting to set focus on Tree with text {} 16:27:58 [2019-07-19T20:27:58.623Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=199982852 data=null button=0 stateMask=0x0 x=150 y=55 count=0} to Tree node with text: kernel-overlap-testing 16:27:58 [2019-07-19T20:27:58.623Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=199982853 data=null doit=true} to Tree node with text: kernel-overlap-testing 16:27:58 [2019-07-19T20:27:58.623Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=199982853 data=null} to Tree node with text: kernel-overlap-testing 16:27:58 [2019-07-19T20:27:58.623Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=199982853 data=null button=1 stateMask=0x0 x=150 y=55 count=1} to Tree node with text: kernel-overlap-testing 16:27:58 [2019-07-19T20:27:58.623Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199982853 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: kernel-overlap-testing 16:27:58 [2019-07-19T20:27:58.623Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=199982857 data=null button=1 stateMask=0x80000 x=150 y=55 count=1} to Tree node with text: kernel-overlap-testing 16:27:58 [2019-07-19T20:27:58.623Z] DEBUG - Setting state to checked on: kernel-overlap-testing 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:') 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection> 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {<Automatic Detection>} time=199982931 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection> 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') already selected, not selecting again. 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') already selected, not selecting again. 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH' 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - Clicking on &Finish 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=199982957 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=199982957 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=199982957 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=199982957 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=199982958 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:27:58 [2019-07-19T20:27:58.881Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=199982958 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:27:59 [2019-07-19T20:27:59.138Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:27:59 [2019-07-19T20:27:59.138Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:27:59 [2019-07-19T20:27:59.138Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:27:59 [2019-07-19T20:27:59.138Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:27:59 [2019-07-19T20:27:59.138Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:27:59 [2019-07-19T20:27:59.138Z] DEBUG - Clicked on &Finish 16:27:59 [2019-07-19T20:27:59.702Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=199982958 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:27:59 [2019-07-19T20:27:59.702Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=199982256 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...' 16:28:00 [2019-07-19T20:28:00.266Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:28:00 [2019-07-19T20:28:00.266Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:00 [2019-07-19T20:28:00.266Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:00 [2019-07-19T20:28:00.266Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:00 [2019-07-19T20:28:00.266Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:00 [2019-07-19T20:28:00.266Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:00 [2019-07-19T20:28:00.266Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199984261 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:28:00 [2019-07-19T20:28:00.266Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199984261 data=null doit=true} to TreeItem with text {test} 16:28:00 [2019-07-19T20:28:00.266Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199984261 data=null} to TreeItem with text {test} 16:28:00 [2019-07-19T20:28:00.266Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199984261 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:28:00 [2019-07-19T20:28:00.266Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199984262 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:28:00 [2019-07-19T20:28:00.266Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199984284 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:28:00 [2019-07-19T20:28:00.266Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:00 [2019-07-19T20:28:00.266Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199984285 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:28:00 [2019-07-19T20:28:00.266Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199984285 data=null doit=true} to TreeItem with text {test} 16:28:00 [2019-07-19T20:28:00.266Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199984285 data=null} to TreeItem with text {test} 16:28:00 [2019-07-19T20:28:00.266Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199984286 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:28:00 [2019-07-19T20:28:00.266Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199984286 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:28:00 [2019-07-19T20:28:00.266Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199984302 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:28:00 [2019-07-19T20:28:00.266Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:28:00 [2019-07-19T20:28:00.266Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:00 [2019-07-19T20:28:00.266Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [3]} time=199984304 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [3]} 16:28:00 [2019-07-19T20:28:00.266Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [3]} time=199984306 data=null doit=true} to TreeItem with text {Traces [3]} 16:28:00 [2019-07-19T20:28:00.266Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [3]} time=199984306 data=null} to TreeItem with text {Traces [3]} 16:28:00 [2019-07-19T20:28:00.266Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [3]} time=199984307 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [3]} 16:28:00 [2019-07-19T20:28:00.266Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199984307 data=null item=TreeItem {Traces [3]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [3]} 16:28:00 [2019-07-19T20:28:00.266Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [3]} time=199984338 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [3]} 16:28:00 [2019-07-19T20:28:00.266Z] WARN - Tree item TreeItem with text {Traces [3]} is already expanded. Won't expand it again. 16:28:00 [2019-07-19T20:28:00.523Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:28:00 [2019-07-19T20:28:00.523Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:00 [2019-07-19T20:28:00.523Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=199984614 data=null button=0 stateMask=0x0 x=148 y=116 count=0} to TreeItem with text {kernel-overlap-testing} 16:28:00 [2019-07-19T20:28:00.523Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=199984614 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:28:00 [2019-07-19T20:28:00.523Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=199984614 data=null} to TreeItem with text {kernel-overlap-testing} 16:28:00 [2019-07-19T20:28:00.523Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=199984615 data=null button=1 stateMask=0x0 x=148 y=116 count=1} to TreeItem with text {kernel-overlap-testing} 16:28:00 [2019-07-19T20:28:00.524Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199984615 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:28:00 [2019-07-19T20:28:00.524Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=199984658 data=null button=1 stateMask=0x80000 x=148 y=116 count=1} to TreeItem with text {kernel-overlap-testing} 16:28:00 [2019-07-19T20:28:00.524Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:00 [2019-07-19T20:28:00.524Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:00 [2019-07-19T20:28:00.524Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:28:00 [2019-07-19T20:28:00.524Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:00 [2019-07-19T20:28:00.524Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=199984662 data=null button=0 stateMask=0x0 x=148 y=116 count=0} to TreeItem with text {kernel-overlap-testing} 16:28:00 [2019-07-19T20:28:00.524Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=199984662 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:28:00 [2019-07-19T20:28:00.524Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=199984662 data=null} to TreeItem with text {kernel-overlap-testing} 16:28:00 [2019-07-19T20:28:00.524Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=199984663 data=null button=1 stateMask=0x0 x=148 y=116 count=1} to TreeItem with text {kernel-overlap-testing} 16:28:00 [2019-07-19T20:28:00.524Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199984663 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:28:00 [2019-07-19T20:28:00.524Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=199984668 data=null button=1 stateMask=0x80000 x=148 y=116 count=1} to TreeItem with text {kernel-overlap-testing} 16:28:00 [2019-07-19T20:28:00.524Z] DEBUG - Double-clicking on TreeItem with text {kernel-overlap-testing} 16:28:00 [2019-07-19T20:28:00.524Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=199984669 data=null button=0 stateMask=0x0 x=148 y=116 count=0} to TreeItem with text {kernel-overlap-testing} 16:28:00 [2019-07-19T20:28:00.524Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=199984669 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:28:00 [2019-07-19T20:28:00.524Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:00 [2019-07-19T20:28:00.524Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=199984670 data=null} to TreeItem with text {kernel-overlap-testing} 16:28:00 [2019-07-19T20:28:00.524Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=199984670 data=null button=1 stateMask=0x0 x=148 y=116 count=1} to TreeItem with text {kernel-overlap-testing} 16:28:00 [2019-07-19T20:28:00.524Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199984671 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:28:00 [2019-07-19T20:28:00.524Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=199984682 data=null button=1 stateMask=0x80000 x=148 y=116 count=1} to TreeItem with text {kernel-overlap-testing} 16:28:00 [2019-07-19T20:28:00.524Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=199984683 data=null button=1 stateMask=0x0 x=148 y=116 count=2} to TreeItem with text {kernel-overlap-testing} 16:28:00 [2019-07-19T20:28:00.524Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {kernel-overlap-testing} time=199984683 data=null button=1 stateMask=0x0 x=148 y=116 count=2} to TreeItem with text {kernel-overlap-testing} 16:28:00 [2019-07-19T20:28:00.781Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=199984684 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:28:01 [2019-07-19T20:28:01.711Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=199984931 data=null button=1 stateMask=0x80000 x=148 y=116 count=2} to TreeItem with text {kernel-overlap-testing} 16:28:01 [2019-07-19T20:28:01.711Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {kernel-overlap-testing} time=199985783 data=null button=0 stateMask=0x0 x=148 y=116 count=0} to TreeItem with text {kernel-overlap-testing} 16:28:01 [2019-07-19T20:28:01.711Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {kernel-overlap-testing} time=199985784 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:28:01 [2019-07-19T20:28:01.711Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {kernel-overlap-testing} time=199985784 data=null} to TreeItem with text {kernel-overlap-testing} 16:28:01 [2019-07-19T20:28:01.711Z] DEBUG - Double-clicked on TreeItem with text {kernel-overlap-testing} 16:28:01 [2019-07-19T20:28:01.711Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:28:01 [2019-07-19T20:28:01.711Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:28:01 [2019-07-19T20:28:01.711Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:28:02 [2019-07-19T20:28:02.277Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:28:02 [2019-07-19T20:28:02.277Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:28:02 [2019-07-19T20:28:02.277Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:28:02 [2019-07-19T20:28:02.277Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:28:02 [2019-07-19T20:28:02.277Z] DEBUG - Attempting to set focus on Table with text {} 16:28:02 [2019-07-19T20:28:02.277Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=199986288 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:28:02 [2019-07-19T20:28:02.277Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=199986288 data=null doit=true} to TableItem with text {} 16:28:02 [2019-07-19T20:28:02.277Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=199986288 data=null} to TableItem with text {} 16:28:02 [2019-07-19T20:28:02.277Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=199986289 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:28:02 [2019-07-19T20:28:02.277Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=199986290 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:28:02 [2019-07-19T20:28:02.277Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=199986298 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:28:02 [2019-07-19T20:28:02.277Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:28:02 [2019-07-19T20:28:02.277Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:28:03 [2019-07-19T20:28:03.653Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:28:03 [2019-07-19T20:28:03.653Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:03 [2019-07-19T20:28:03.653Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=199987650 data=null button=0 stateMask=0x0 x=148 y=116 count=0} to TreeItem with text {kernel-overlap-testing} 16:28:03 [2019-07-19T20:28:03.653Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=199987650 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:28:03 [2019-07-19T20:28:03.653Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=199987651 data=null} to TreeItem with text {kernel-overlap-testing} 16:28:03 [2019-07-19T20:28:03.653Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=199987651 data=null button=1 stateMask=0x0 x=148 y=116 count=1} to TreeItem with text {kernel-overlap-testing} 16:28:03 [2019-07-19T20:28:03.653Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199987651 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:28:03 [2019-07-19T20:28:03.653Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=199987658 data=null button=1 stateMask=0x80000 x=148 y=116 count=1} to TreeItem with text {kernel-overlap-testing} 16:28:03 [2019-07-19T20:28:03.653Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:03 [2019-07-19T20:28:03.653Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:03 [2019-07-19T20:28:03.653Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:28:03 [2019-07-19T20:28:03.653Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:28:03 [2019-07-19T20:28:03.653Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:03 [2019-07-19T20:28:03.653Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:03 [2019-07-19T20:28:03.653Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:03 [2019-07-19T20:28:03.653Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:03 [2019-07-19T20:28:03.653Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:03 [2019-07-19T20:28:03.653Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199987674 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:28:03 [2019-07-19T20:28:03.653Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199987674 data=null doit=true} to TreeItem with text {test} 16:28:03 [2019-07-19T20:28:03.653Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199987674 data=null} to TreeItem with text {test} 16:28:03 [2019-07-19T20:28:03.653Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199987675 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:28:03 [2019-07-19T20:28:03.653Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199987675 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:28:03 [2019-07-19T20:28:03.653Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199987750 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:28:03 [2019-07-19T20:28:03.653Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:03 [2019-07-19T20:28:03.653Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199987755 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:28:03 [2019-07-19T20:28:03.653Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199987755 data=null doit=true} to TreeItem with text {test} 16:28:03 [2019-07-19T20:28:03.653Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199987755 data=null} to TreeItem with text {test} 16:28:03 [2019-07-19T20:28:03.653Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199987755 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:28:03 [2019-07-19T20:28:03.653Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199987764 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:28:03 [2019-07-19T20:28:03.653Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199987772 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:28:03 [2019-07-19T20:28:03.653Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:28:03 [2019-07-19T20:28:03.653Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:03 [2019-07-19T20:28:03.653Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [3]} time=199987777 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [3]} 16:28:03 [2019-07-19T20:28:03.653Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [3]} time=199987777 data=null doit=true} to TreeItem with text {Traces [3]} 16:28:03 [2019-07-19T20:28:03.653Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [3]} time=199987777 data=null} to TreeItem with text {Traces [3]} 16:28:03 [2019-07-19T20:28:03.653Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [3]} time=199987778 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [3]} 16:28:03 [2019-07-19T20:28:03.653Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199987778 data=null item=TreeItem {Traces [3]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [3]} 16:28:03 [2019-07-19T20:28:03.653Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [3]} time=199987842 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [3]} 16:28:03 [2019-07-19T20:28:03.653Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:03 [2019-07-19T20:28:03.653Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [3]} time=199987843 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [3]} 16:28:03 [2019-07-19T20:28:03.653Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [3]} time=199987844 data=null doit=true} to TreeItem with text {Traces [3]} 16:28:03 [2019-07-19T20:28:03.653Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [3]} time=199987844 data=null} to TreeItem with text {Traces [3]} 16:28:03 [2019-07-19T20:28:03.653Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [3]} time=199987844 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [3]} 16:28:03 [2019-07-19T20:28:03.653Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199987845 data=null item=TreeItem {Traces [3]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [3]} 16:28:03 [2019-07-19T20:28:03.653Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [3]} time=199987854 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [3]} 16:28:03 [2019-07-19T20:28:03.910Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...' 16:28:03 [2019-07-19T20:28:03.910Z] DEBUG - Clicking on with mnemonic 'Import...' 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - Clicked on with mnemonic 'Import...' 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import' 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=199988280 data=null doit=true} to Shell with text {Trace Import} 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with mnemonic 'Select root directory:' 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with style 'SWT.RADIO' 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') is already selected, not clicking again. 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo') 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - Attempting to set focus on (of type 'Combo') 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import} time=199988287 data=null} to (of type 'Combo') 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - Attempting to set focus on (of type 'Tree') 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=199988340 data=null doit=true} to TreeItem with text {import} 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=199988341 data=null} to TreeItem with text {import} 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=199988341 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import} 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=199988341 data=null item=TreeItem {import} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {import} 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=199988344 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import} 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {import} time=199988345 data=null button=0 stateMask=0x0 x=83 y=11 count=0} to TreeItem with text {import} 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=199988345 data=null doit=true} to TreeItem with text {import} 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=199988346 data=null} to TreeItem with text {import} 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=199988346 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import} 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199988346 data=null item=TreeItem {import} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {import} 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=199988347 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import} 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - Setting state to checked on: ExampleCustomTxt.log 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo' 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:' 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:') 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection> 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {<Automatic Detection>} time=199988367 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection> 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace' 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK' 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - Deselecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$1@5ea231be 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Create lin&ks in workspace} time=199988371 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Create lin&ks in workspace} time=199988371 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Create lin&ks in workspace} time=199988371 data=null doit=true} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Create lin&ks in workspace} time=199988371 data=null} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Create lin&ks in workspace} time=199988372 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Create lin&ks in workspace} time=199988377 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Create lin&ks in workspace} time=199988377 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Create lin&ks in workspace} time=199988378 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Create lin&ks in workspace} time=199988378 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Create lin&ks in workspace} time=199988378 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Create lin&ks in workspace} time=199988378 data=null doit=true} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Create lin&ks in workspace} time=199988378 data=null} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.167Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.168Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.168Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.168Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure' 16:28:04 [2019-07-19T20:28:04.168Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK' 16:28:04 [2019-07-19T20:28:04.168Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:28:04 [2019-07-19T20:28:04.168Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.168Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.168Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.168Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.168Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:28:04 [2019-07-19T20:28:04.168Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:28:04 [2019-07-19T20:28:04.168Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.168Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.168Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.168Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.168Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.168Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces' 16:28:04 [2019-07-19T20:28:04.168Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK' 16:28:04 [2019-07-19T20:28:04.168Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:28:04 [2019-07-19T20:28:04.168Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.168Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.168Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.168Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.168Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.168Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.168Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.425Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:28:04 [2019-07-19T20:28:04.425Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') already selected, not selecting again. 16:28:04 [2019-07-19T20:28:04.425Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.425Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.425Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.425Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.425Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.425Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.425Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning' 16:28:04 [2019-07-19T20:28:04.425Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK' 16:28:04 [2019-07-19T20:28:04.425Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:28:04 [2019-07-19T20:28:04.425Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.425Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.425Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.425Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.425Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.425Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.425Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:28:04 [2019-07-19T20:28:04.425Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:28:04 [2019-07-19T20:28:04.425Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.425Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.425Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.425Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.425Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.425Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.425Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.425Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.425Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.425Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment' 16:28:04 [2019-07-19T20:28:04.425Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK' 16:28:04 [2019-07-19T20:28:04.425Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:28:04 [2019-07-19T20:28:04.425Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.425Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.425Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.425Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:28:04 [2019-07-19T20:28:04.425Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:28:04 [2019-07-19T20:28:04.425Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.425Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.425Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.425Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.425Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.425Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.425Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.425Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.425Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.425Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.425Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' 16:28:04 [2019-07-19T20:28:04.425Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK' 16:28:04 [2019-07-19T20:28:04.425Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:28:04 [2019-07-19T20:28:04.425Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.425Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.425Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:28:04 [2019-07-19T20:28:04.425Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:28:04 [2019-07-19T20:28:04.425Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.425Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.425Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.425Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.425Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.425Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.425Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.425Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.425Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.425Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.425Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.425Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.425Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish' 16:28:04 [2019-07-19T20:28:04.425Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH' 16:28:04 [2019-07-19T20:28:04.425Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:04 [2019-07-19T20:28:04.425Z] DEBUG - Clicking on &Finish 16:28:04 [2019-07-19T20:28:04.425Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=199988451 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:04 [2019-07-19T20:28:04.425Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=199988451 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:04 [2019-07-19T20:28:04.425Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=199988451 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:04 [2019-07-19T20:28:04.425Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=199988452 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:04 [2019-07-19T20:28:04.425Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=199988452 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:04 [2019-07-19T20:28:04.425Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=199988452 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:04 [2019-07-19T20:28:04.425Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:04 [2019-07-19T20:28:04.425Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:04 [2019-07-19T20:28:04.425Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:04 [2019-07-19T20:28:04.682Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:04 [2019-07-19T20:28:04.682Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:04 [2019-07-19T20:28:04.682Z] DEBUG - Clicked on &Finish 16:28:04 [2019-07-19T20:28:04.682Z] DEBUG - matched Shell with text "Confirmation", using matcher: with text 'Confirmation' 16:28:04 [2019-07-19T20:28:04.682Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirmation} time=199988815 data=null doit=true} to Shell with text {Confirmation} 16:28:04 [2019-07-19T20:28:04.682Z] DEBUG - matched Button with text "Rename", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.682Z] DEBUG - matched Button with text "Rename", using matcher: with mnemonic 'Rename' 16:28:04 [2019-07-19T20:28:04.682Z] DEBUG - matched Button with text "Rename", using matcher: with style 'SWT.PUSH' 16:28:04 [2019-07-19T20:28:04.682Z] DEBUG - matched Button with text "Rename", using matcher: (of type 'Button' and with mnemonic 'Rename' and with style 'SWT.PUSH') 16:28:04 [2019-07-19T20:28:04.682Z] DEBUG - matched Button with text "Rename All", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.682Z] DEBUG - matched Button with text "Overwrite", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.682Z] DEBUG - matched Button with text "Overwrite All", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.682Z] DEBUG - matched Button with text "Skip All", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.682Z] DEBUG - matched Button with text "Skip", using matcher: of type 'Button' 16:28:04 [2019-07-19T20:28:04.682Z] DEBUG - Clicking on Rename 16:28:04 [2019-07-19T20:28:04.682Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Rename} time=199988850 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Rename' and with style 'SWT.PUSH') 16:28:04 [2019-07-19T20:28:04.682Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Rename} time=199988850 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Rename' and with style 'SWT.PUSH') 16:28:04 [2019-07-19T20:28:04.682Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Rename} time=199988850 data=null doit=true} to (of type 'Button' and with mnemonic 'Rename' and with style 'SWT.PUSH') 16:28:04 [2019-07-19T20:28:04.682Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Rename} time=199988851 data=null} to (of type 'Button' and with mnemonic 'Rename' and with style 'SWT.PUSH') 16:28:04 [2019-07-19T20:28:04.682Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Rename} time=199988851 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Rename' and with style 'SWT.PUSH') 16:28:04 [2019-07-19T20:28:04.682Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Rename} time=199988851 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Rename' and with style 'SWT.PUSH') 16:28:04 [2019-07-19T20:28:04.682Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Rename} time=199988851 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Rename' and with style 'SWT.PUSH') 16:28:05 [2019-07-19T20:28:05.246Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=199988452 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:05 [2019-07-19T20:28:05.246Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=199987928 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...' 16:28:05 [2019-07-19T20:28:05.503Z] DEBUG - Clicked on 16:28:05 [2019-07-19T20:28:05.503Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:28:05 [2019-07-19T20:28:05.503Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:05 [2019-07-19T20:28:05.503Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:05 [2019-07-19T20:28:05.503Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:05 [2019-07-19T20:28:05.503Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:05 [2019-07-19T20:28:05.503Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:05 [2019-07-19T20:28:05.503Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199989593 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:28:05 [2019-07-19T20:28:05.503Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199989594 data=null doit=true} to TreeItem with text {test} 16:28:05 [2019-07-19T20:28:05.503Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199989594 data=null} to TreeItem with text {test} 16:28:05 [2019-07-19T20:28:05.503Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199989594 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:28:05 [2019-07-19T20:28:05.503Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199989594 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:28:05 [2019-07-19T20:28:05.503Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199989631 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:28:05 [2019-07-19T20:28:05.503Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:05 [2019-07-19T20:28:05.503Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199989632 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:28:05 [2019-07-19T20:28:05.503Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199989632 data=null doit=true} to TreeItem with text {test} 16:28:05 [2019-07-19T20:28:05.503Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199989632 data=null} to TreeItem with text {test} 16:28:05 [2019-07-19T20:28:05.503Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199989633 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:28:05 [2019-07-19T20:28:05.503Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199989633 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:28:05 [2019-07-19T20:28:05.503Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199989640 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:28:05 [2019-07-19T20:28:05.503Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:28:05 [2019-07-19T20:28:05.503Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:05 [2019-07-19T20:28:05.503Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [4]} time=199989642 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [4]} 16:28:05 [2019-07-19T20:28:05.503Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [4]} time=199989642 data=null doit=true} to TreeItem with text {Traces [4]} 16:28:05 [2019-07-19T20:28:05.503Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [4]} time=199989642 data=null} to TreeItem with text {Traces [4]} 16:28:05 [2019-07-19T20:28:05.503Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [4]} time=199989642 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [4]} 16:28:05 [2019-07-19T20:28:05.503Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199989643 data=null item=TreeItem {Traces [4]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [4]} 16:28:05 [2019-07-19T20:28:05.503Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [4]} time=199989664 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [4]} 16:28:05 [2019-07-19T20:28:05.503Z] WARN - Tree item TreeItem with text {Traces [4]} is already expanded. Won't expand it again. 16:28:05 [2019-07-19T20:28:05.760Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:28:05 [2019-07-19T20:28:05.760Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:05 [2019-07-19T20:28:05.760Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=199989955 data=null button=0 stateMask=0x0 x=161 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log(2)} 16:28:05 [2019-07-19T20:28:05.760Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log(2)} time=199989955 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)} 16:28:05 [2019-07-19T20:28:05.760Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log(2)} time=199989955 data=null} to TreeItem with text {ExampleCustomTxt.log(2)} 16:28:05 [2019-07-19T20:28:05.760Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=199989956 data=null button=1 stateMask=0x0 x=161 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log(2)} 16:28:05 [2019-07-19T20:28:05.760Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199989956 data=null item=TreeItem {ExampleCustomTxt.log(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)} 16:28:05 [2019-07-19T20:28:05.760Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=199990001 data=null button=1 stateMask=0x80000 x=161 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log(2)} 16:28:06 [2019-07-19T20:28:06.018Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:06 [2019-07-19T20:28:06.018Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:06 [2019-07-19T20:28:06.018Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:28:06 [2019-07-19T20:28:06.018Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:06 [2019-07-19T20:28:06.018Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=199990032 data=null button=0 stateMask=0x0 x=161 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log(2)} 16:28:06 [2019-07-19T20:28:06.018Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log(2)} time=199990032 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)} 16:28:06 [2019-07-19T20:28:06.018Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log(2)} time=199990032 data=null} to TreeItem with text {ExampleCustomTxt.log(2)} 16:28:06 [2019-07-19T20:28:06.018Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=199990032 data=null button=1 stateMask=0x0 x=161 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log(2)} 16:28:06 [2019-07-19T20:28:06.018Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199990033 data=null item=TreeItem {ExampleCustomTxt.log(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)} 16:28:06 [2019-07-19T20:28:06.018Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=199990038 data=null button=1 stateMask=0x80000 x=161 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log(2)} 16:28:06 [2019-07-19T20:28:06.018Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomTxt.log(2)} 16:28:06 [2019-07-19T20:28:06.018Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=199990039 data=null button=0 stateMask=0x0 x=161 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log(2)} 16:28:06 [2019-07-19T20:28:06.018Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log(2)} time=199990039 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)} 16:28:06 [2019-07-19T20:28:06.018Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:06 [2019-07-19T20:28:06.018Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log(2)} time=199990040 data=null} to TreeItem with text {ExampleCustomTxt.log(2)} 16:28:06 [2019-07-19T20:28:06.018Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=199990040 data=null button=1 stateMask=0x0 x=161 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log(2)} 16:28:06 [2019-07-19T20:28:06.018Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199990040 data=null item=TreeItem {ExampleCustomTxt.log(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)} 16:28:06 [2019-07-19T20:28:06.018Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=199990052 data=null button=1 stateMask=0x80000 x=161 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log(2)} 16:28:06 [2019-07-19T20:28:06.018Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=199990053 data=null button=1 stateMask=0x0 x=161 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log(2)} 16:28:06 [2019-07-19T20:28:06.018Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=199990053 data=null button=1 stateMask=0x0 x=161 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log(2)} 16:28:06 [2019-07-19T20:28:06.018Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=199990054 data=null item=TreeItem {ExampleCustomTxt.log(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)} 16:28:06 [2019-07-19T20:28:06.018Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=199990231 data=null button=1 stateMask=0x80000 x=161 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log(2)} 16:28:06 [2019-07-19T20:28:06.018Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=199990242 data=null button=0 stateMask=0x0 x=161 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log(2)} 16:28:06 [2019-07-19T20:28:06.018Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomTxt.log(2)} time=199990243 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)} 16:28:06 [2019-07-19T20:28:06.018Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomTxt.log(2)} time=199990243 data=null} to TreeItem with text {ExampleCustomTxt.log(2)} 16:28:06 [2019-07-19T20:28:06.018Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomTxt.log(2)} 16:28:06 [2019-07-19T20:28:06.018Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:28:06 [2019-07-19T20:28:06.018Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:28:06 [2019-07-19T20:28:06.018Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:28:06 [2019-07-19T20:28:06.949Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:28:06 [2019-07-19T20:28:06.949Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:28:06 [2019-07-19T20:28:06.949Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:28:06 [2019-07-19T20:28:06.949Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:28:07 [2019-07-19T20:28:07.515Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:28:07 [2019-07-19T20:28:07.515Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:28:07 [2019-07-19T20:28:07.515Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:28:07 [2019-07-19T20:28:07.515Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:28:07 [2019-07-19T20:28:07.515Z] DEBUG - Attempting to set focus on Table with text {} 16:28:07 [2019-07-19T20:28:07.515Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=199991644 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:28:07 [2019-07-19T20:28:07.515Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=199991644 data=null doit=true} to TableItem with text {} 16:28:07 [2019-07-19T20:28:07.515Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=199991644 data=null} to TableItem with text {} 16:28:07 [2019-07-19T20:28:07.515Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=199991645 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:28:07 [2019-07-19T20:28:07.515Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=199991645 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:28:07 [2019-07-19T20:28:07.515Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=199991652 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:28:07 [2019-07-19T20:28:07.515Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:28:07 [2019-07-19T20:28:07.515Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:28:07 [2019-07-19T20:28:07.515Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:28:07 [2019-07-19T20:28:07.773Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:07 [2019-07-19T20:28:07.773Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=199991841 data=null button=0 stateMask=0x0 x=161 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log(2)} 16:28:07 [2019-07-19T20:28:07.773Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log(2)} time=199991841 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)} 16:28:07 [2019-07-19T20:28:07.773Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log(2)} time=199991841 data=null} to TreeItem with text {ExampleCustomTxt.log(2)} 16:28:07 [2019-07-19T20:28:07.773Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=199991842 data=null button=1 stateMask=0x0 x=161 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log(2)} 16:28:07 [2019-07-19T20:28:07.773Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199991842 data=null item=TreeItem {ExampleCustomTxt.log(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)} 16:28:07 [2019-07-19T20:28:07.773Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=199991848 data=null button=1 stateMask=0x80000 x=161 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log(2)} 16:28:07 [2019-07-19T20:28:07.773Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:07 [2019-07-19T20:28:07.773Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:07 [2019-07-19T20:28:07.773Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:28:07 [2019-07-19T20:28:07.773Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:28:07 [2019-07-19T20:28:07.773Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:07 [2019-07-19T20:28:07.773Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:07 [2019-07-19T20:28:07.773Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:07 [2019-07-19T20:28:07.773Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:07 [2019-07-19T20:28:07.773Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:07 [2019-07-19T20:28:07.773Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199991861 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:28:07 [2019-07-19T20:28:07.773Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199991861 data=null doit=true} to TreeItem with text {test} 16:28:07 [2019-07-19T20:28:07.773Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199991861 data=null} to TreeItem with text {test} 16:28:07 [2019-07-19T20:28:07.773Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199991862 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:28:07 [2019-07-19T20:28:07.773Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199991862 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:28:07 [2019-07-19T20:28:07.773Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199991904 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:28:07 [2019-07-19T20:28:07.773Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:07 [2019-07-19T20:28:07.773Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199991905 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:28:07 [2019-07-19T20:28:07.773Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199991905 data=null doit=true} to TreeItem with text {test} 16:28:07 [2019-07-19T20:28:07.773Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199991926 data=null} to TreeItem with text {test} 16:28:07 [2019-07-19T20:28:07.773Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199991927 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:28:07 [2019-07-19T20:28:07.773Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199991927 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:28:07 [2019-07-19T20:28:07.773Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199991938 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:28:07 [2019-07-19T20:28:07.773Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:28:07 [2019-07-19T20:28:07.773Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:07 [2019-07-19T20:28:07.773Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [4]} time=199991939 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [4]} 16:28:07 [2019-07-19T20:28:07.773Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [4]} time=199991939 data=null doit=true} to TreeItem with text {Traces [4]} 16:28:07 [2019-07-19T20:28:07.773Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [4]} time=199991939 data=null} to TreeItem with text {Traces [4]} 16:28:07 [2019-07-19T20:28:07.773Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [4]} time=199991940 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [4]} 16:28:07 [2019-07-19T20:28:07.773Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199991940 data=null item=TreeItem {Traces [4]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [4]} 16:28:07 [2019-07-19T20:28:07.773Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [4]} time=199991958 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [4]} 16:28:07 [2019-07-19T20:28:07.773Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:07 [2019-07-19T20:28:07.773Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [4]} time=199991959 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [4]} 16:28:07 [2019-07-19T20:28:07.773Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [4]} time=199991959 data=null doit=true} to TreeItem with text {Traces [4]} 16:28:07 [2019-07-19T20:28:07.773Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [4]} time=199991960 data=null} to TreeItem with text {Traces [4]} 16:28:07 [2019-07-19T20:28:07.773Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [4]} time=199991960 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [4]} 16:28:07 [2019-07-19T20:28:07.773Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199991960 data=null item=TreeItem {Traces [4]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [4]} 16:28:07 [2019-07-19T20:28:07.773Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [4]} time=199991973 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [4]} 16:28:08 [2019-07-19T20:28:08.030Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...' 16:28:08 [2019-07-19T20:28:08.030Z] DEBUG - Clicking on with mnemonic 'Import...' 16:28:08 [2019-07-19T20:28:08.288Z] DEBUG - Clicked on with mnemonic 'Import...' 16:28:08 [2019-07-19T20:28:08.288Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import' 16:28:08 [2019-07-19T20:28:08.288Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=199992429 data=null doit=true} to Shell with text {Trace Import} 16:28:08 [2019-07-19T20:28:08.288Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.288Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with mnemonic 'Select root directory:' 16:28:08 [2019-07-19T20:28:08.288Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with style 'SWT.RADIO' 16:28:08 [2019-07-19T20:28:08.288Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') 16:28:08 [2019-07-19T20:28:08.288Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.288Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.288Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.288Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.288Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.288Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.288Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.288Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.288Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.288Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.288Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.288Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') is already selected, not clicking again. 16:28:08 [2019-07-19T20:28:08.288Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:28:08 [2019-07-19T20:28:08.288Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:28:08 [2019-07-19T20:28:08.288Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:28:08 [2019-07-19T20:28:08.288Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:28:08 [2019-07-19T20:28:08.288Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:28:08 [2019-07-19T20:28:08.288Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo') 16:28:08 [2019-07-19T20:28:08.288Z] DEBUG - Attempting to set focus on (of type 'Combo') 16:28:08 [2019-07-19T20:28:08.288Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import 16:28:08 [2019-07-19T20:28:08.288Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import} time=199992453 data=null} to (of type 'Combo') 16:28:08 [2019-07-19T20:28:08.288Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import 16:28:08 [2019-07-19T20:28:08.288Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:08 [2019-07-19T20:28:08.288Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:08 [2019-07-19T20:28:08.288Z] DEBUG - Attempting to set focus on (of type 'Tree') 16:28:08 [2019-07-19T20:28:08.288Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:08 [2019-07-19T20:28:08.288Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:08 [2019-07-19T20:28:08.288Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=199992494 data=null doit=true} to TreeItem with text {import} 16:28:08 [2019-07-19T20:28:08.288Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=199992494 data=null} to TreeItem with text {import} 16:28:08 [2019-07-19T20:28:08.288Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=199992494 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import} 16:28:08 [2019-07-19T20:28:08.288Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=199992494 data=null item=TreeItem {import} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {import} 16:28:08 [2019-07-19T20:28:08.288Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=199992497 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import} 16:28:08 [2019-07-19T20:28:08.288Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:08 [2019-07-19T20:28:08.288Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {import} time=199992498 data=null button=0 stateMask=0x0 x=83 y=11 count=0} to TreeItem with text {import} 16:28:08 [2019-07-19T20:28:08.288Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=199992498 data=null doit=true} to TreeItem with text {import} 16:28:08 [2019-07-19T20:28:08.288Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=199992499 data=null} to TreeItem with text {import} 16:28:08 [2019-07-19T20:28:08.288Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=199992499 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import} 16:28:08 [2019-07-19T20:28:08.288Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199992499 data=null item=TreeItem {import} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {import} 16:28:08 [2019-07-19T20:28:08.288Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=199992500 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import} 16:28:08 [2019-07-19T20:28:08.288Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:28:08 [2019-07-19T20:28:08.288Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:28:08 [2019-07-19T20:28:08.288Z] DEBUG - Setting state to checked on: ExampleCustomXml.xml 16:28:08 [2019-07-19T20:28:08.288Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo' 16:28:08 [2019-07-19T20:28:08.288Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:28:08 [2019-07-19T20:28:08.288Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:28:08 [2019-07-19T20:28:08.288Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:' 16:28:08 [2019-07-19T20:28:08.288Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:') 16:28:08 [2019-07-19T20:28:08.289Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:28:08 [2019-07-19T20:28:08.289Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection> 16:28:08 [2019-07-19T20:28:08.289Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {<Automatic Detection>} time=199992537 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:28:08 [2019-07-19T20:28:08.289Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection> 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace' 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK' 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - Deselecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$1@13ecfb04 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Create lin&ks in workspace} time=199992541 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Create lin&ks in workspace} time=199992542 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Create lin&ks in workspace} time=199992542 data=null doit=true} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Create lin&ks in workspace} time=199992542 data=null} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Create lin&ks in workspace} time=199992542 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Create lin&ks in workspace} time=199992542 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Create lin&ks in workspace} time=199992542 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Create lin&ks in workspace} time=199992543 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Create lin&ks in workspace} time=199992543 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Create lin&ks in workspace} time=199992543 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Create lin&ks in workspace} time=199992543 data=null doit=true} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Create lin&ks in workspace} time=199992543 data=null} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure' 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK' 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces' 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK' 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') already selected, not selecting again. 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning' 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK' 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment' 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK' 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK' 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:28:08 [2019-07-19T20:28:08.546Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.547Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.547Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:28:08 [2019-07-19T20:28:08.547Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:28:08 [2019-07-19T20:28:08.547Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.547Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.547Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.547Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.547Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.547Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.547Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.547Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.547Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.547Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.547Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.547Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:08 [2019-07-19T20:28:08.547Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish' 16:28:08 [2019-07-19T20:28:08.547Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH' 16:28:08 [2019-07-19T20:28:08.547Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:08 [2019-07-19T20:28:08.547Z] DEBUG - Clicking on &Finish 16:28:08 [2019-07-19T20:28:08.547Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=199992569 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:08 [2019-07-19T20:28:08.547Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=199992569 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:08 [2019-07-19T20:28:08.547Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=199992569 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:08 [2019-07-19T20:28:08.547Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=199992569 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:08 [2019-07-19T20:28:08.547Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=199992570 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:08 [2019-07-19T20:28:08.547Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=199992570 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:08 [2019-07-19T20:28:08.803Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:08 [2019-07-19T20:28:08.803Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:08 [2019-07-19T20:28:08.803Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:08 [2019-07-19T20:28:08.803Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:08 [2019-07-19T20:28:08.803Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:08 [2019-07-19T20:28:08.803Z] DEBUG - Clicked on &Finish 16:28:08 [2019-07-19T20:28:08.803Z] DEBUG - matched Shell with text "Confirmation", using matcher: with text 'Confirmation' 16:28:09 [2019-07-19T20:28:09.080Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirmation} time=199993064 data=null doit=true} to Shell with text {Confirmation} 16:28:09 [2019-07-19T20:28:09.080Z] DEBUG - matched Button with text "Rename", using matcher: of type 'Button' 16:28:09 [2019-07-19T20:28:09.080Z] DEBUG - matched Button with text "Rename", using matcher: with mnemonic 'Rename' 16:28:09 [2019-07-19T20:28:09.080Z] DEBUG - matched Button with text "Rename", using matcher: with style 'SWT.PUSH' 16:28:09 [2019-07-19T20:28:09.080Z] DEBUG - matched Button with text "Rename", using matcher: (of type 'Button' and with mnemonic 'Rename' and with style 'SWT.PUSH') 16:28:09 [2019-07-19T20:28:09.080Z] DEBUG - matched Button with text "Rename All", using matcher: of type 'Button' 16:28:09 [2019-07-19T20:28:09.080Z] DEBUG - matched Button with text "Overwrite", using matcher: of type 'Button' 16:28:09 [2019-07-19T20:28:09.080Z] DEBUG - matched Button with text "Overwrite All", using matcher: of type 'Button' 16:28:09 [2019-07-19T20:28:09.080Z] DEBUG - matched Button with text "Skip All", using matcher: of type 'Button' 16:28:09 [2019-07-19T20:28:09.080Z] DEBUG - matched Button with text "Skip", using matcher: of type 'Button' 16:28:09 [2019-07-19T20:28:09.080Z] DEBUG - Clicking on Rename 16:28:09 [2019-07-19T20:28:09.080Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Rename} time=199993078 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Rename' and with style 'SWT.PUSH') 16:28:09 [2019-07-19T20:28:09.080Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Rename} time=199993079 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Rename' and with style 'SWT.PUSH') 16:28:09 [2019-07-19T20:28:09.080Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Rename} time=199993079 data=null doit=true} to (of type 'Button' and with mnemonic 'Rename' and with style 'SWT.PUSH') 16:28:09 [2019-07-19T20:28:09.080Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Rename} time=199993079 data=null} to (of type 'Button' and with mnemonic 'Rename' and with style 'SWT.PUSH') 16:28:09 [2019-07-19T20:28:09.080Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Rename} time=199993079 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Rename' and with style 'SWT.PUSH') 16:28:09 [2019-07-19T20:28:09.080Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Rename} time=199993079 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Rename' and with style 'SWT.PUSH') 16:28:09 [2019-07-19T20:28:09.080Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Rename} time=199993079 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Rename' and with style 'SWT.PUSH') 16:28:09 [2019-07-19T20:28:09.644Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=199992570 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:09 [2019-07-19T20:28:09.644Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=199992031 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...' 16:28:09 [2019-07-19T20:28:09.901Z] DEBUG - Clicked on 16:28:09 [2019-07-19T20:28:09.902Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:28:09 [2019-07-19T20:28:09.902Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:09 [2019-07-19T20:28:09.902Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:09 [2019-07-19T20:28:09.902Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:09 [2019-07-19T20:28:09.902Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:09 [2019-07-19T20:28:09.902Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:09 [2019-07-19T20:28:09.902Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199993937 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:28:09 [2019-07-19T20:28:09.902Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199993937 data=null doit=true} to TreeItem with text {test} 16:28:09 [2019-07-19T20:28:09.902Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199993937 data=null} to TreeItem with text {test} 16:28:09 [2019-07-19T20:28:09.902Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199993937 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:28:09 [2019-07-19T20:28:09.902Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199993938 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:28:09 [2019-07-19T20:28:09.902Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199993962 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:28:09 [2019-07-19T20:28:09.902Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:09 [2019-07-19T20:28:09.902Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199993963 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:28:09 [2019-07-19T20:28:09.902Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199993963 data=null doit=true} to TreeItem with text {test} 16:28:09 [2019-07-19T20:28:09.902Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199993964 data=null} to TreeItem with text {test} 16:28:09 [2019-07-19T20:28:09.902Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199993970 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:28:09 [2019-07-19T20:28:09.902Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199993970 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:28:09 [2019-07-19T20:28:09.902Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199993978 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:28:09 [2019-07-19T20:28:09.902Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:28:09 [2019-07-19T20:28:09.902Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:09 [2019-07-19T20:28:09.902Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [5]} time=199993979 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [5]} 16:28:09 [2019-07-19T20:28:09.902Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [5]} time=199993980 data=null doit=true} to TreeItem with text {Traces [5]} 16:28:09 [2019-07-19T20:28:09.902Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [5]} time=199993980 data=null} to TreeItem with text {Traces [5]} 16:28:09 [2019-07-19T20:28:09.902Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [5]} time=199993980 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [5]} 16:28:09 [2019-07-19T20:28:09.902Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199994028 data=null item=TreeItem {Traces [5]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [5]} 16:28:09 [2019-07-19T20:28:09.902Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [5]} time=199994038 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [5]} 16:28:09 [2019-07-19T20:28:09.902Z] WARN - Tree item TreeItem with text {Traces [5]} is already expanded. Won't expand it again. 16:28:10 [2019-07-19T20:28:10.158Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:28:10 [2019-07-19T20:28:10.158Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:10 [2019-07-19T20:28:10.158Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=199994271 data=null button=0 stateMask=0x0 x=165 y=137 count=0} to TreeItem with text {ExampleCustomXml.xml(2)} 16:28:10 [2019-07-19T20:28:10.158Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml(2)} time=199994272 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)} 16:28:10 [2019-07-19T20:28:10.158Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml(2)} time=199994272 data=null} to TreeItem with text {ExampleCustomXml.xml(2)} 16:28:10 [2019-07-19T20:28:10.158Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=199994272 data=null button=1 stateMask=0x0 x=165 y=137 count=1} to TreeItem with text {ExampleCustomXml.xml(2)} 16:28:10 [2019-07-19T20:28:10.158Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199994273 data=null item=TreeItem {ExampleCustomXml.xml(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)} 16:28:10 [2019-07-19T20:28:10.158Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=199994357 data=null button=1 stateMask=0x80000 x=165 y=137 count=1} to TreeItem with text {ExampleCustomXml.xml(2)} 16:28:10 [2019-07-19T20:28:10.158Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:10 [2019-07-19T20:28:10.158Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:10 [2019-07-19T20:28:10.158Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:28:10 [2019-07-19T20:28:10.158Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:10 [2019-07-19T20:28:10.158Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=199994360 data=null button=0 stateMask=0x0 x=165 y=137 count=0} to TreeItem with text {ExampleCustomXml.xml(2)} 16:28:10 [2019-07-19T20:28:10.158Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml(2)} time=199994360 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)} 16:28:10 [2019-07-19T20:28:10.158Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml(2)} time=199994360 data=null} to TreeItem with text {ExampleCustomXml.xml(2)} 16:28:10 [2019-07-19T20:28:10.158Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=199994361 data=null button=1 stateMask=0x0 x=165 y=137 count=1} to TreeItem with text {ExampleCustomXml.xml(2)} 16:28:10 [2019-07-19T20:28:10.158Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199994361 data=null item=TreeItem {ExampleCustomXml.xml(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)} 16:28:10 [2019-07-19T20:28:10.158Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=199994367 data=null button=1 stateMask=0x80000 x=165 y=137 count=1} to TreeItem with text {ExampleCustomXml.xml(2)} 16:28:10 [2019-07-19T20:28:10.158Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomXml.xml(2)} 16:28:10 [2019-07-19T20:28:10.158Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=199994367 data=null button=0 stateMask=0x0 x=165 y=137 count=0} to TreeItem with text {ExampleCustomXml.xml(2)} 16:28:10 [2019-07-19T20:28:10.158Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml(2)} time=199994368 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)} 16:28:10 [2019-07-19T20:28:10.158Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:10 [2019-07-19T20:28:10.158Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml(2)} time=199994368 data=null} to TreeItem with text {ExampleCustomXml.xml(2)} 16:28:10 [2019-07-19T20:28:10.158Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=199994368 data=null button=1 stateMask=0x0 x=165 y=137 count=1} to TreeItem with text {ExampleCustomXml.xml(2)} 16:28:10 [2019-07-19T20:28:10.158Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199994369 data=null item=TreeItem {ExampleCustomXml.xml(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)} 16:28:10 [2019-07-19T20:28:10.158Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=199994379 data=null button=1 stateMask=0x80000 x=165 y=137 count=1} to TreeItem with text {ExampleCustomXml.xml(2)} 16:28:10 [2019-07-19T20:28:10.158Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=199994380 data=null button=1 stateMask=0x0 x=165 y=137 count=2} to TreeItem with text {ExampleCustomXml.xml(2)} 16:28:10 [2019-07-19T20:28:10.158Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=199994380 data=null button=1 stateMask=0x0 x=165 y=137 count=2} to TreeItem with text {ExampleCustomXml.xml(2)} 16:28:10 [2019-07-19T20:28:10.418Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=199994380 data=null item=TreeItem {ExampleCustomXml.xml(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)} 16:28:10 [2019-07-19T20:28:10.982Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=199994545 data=null button=1 stateMask=0x80000 x=165 y=137 count=2} to TreeItem with text {ExampleCustomXml.xml(2)} 16:28:10 [2019-07-19T20:28:10.982Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=199994944 data=null button=0 stateMask=0x0 x=165 y=137 count=0} to TreeItem with text {ExampleCustomXml.xml(2)} 16:28:10 [2019-07-19T20:28:10.982Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomXml.xml(2)} time=199994944 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)} 16:28:10 [2019-07-19T20:28:10.982Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomXml.xml(2)} time=199994944 data=null} to TreeItem with text {ExampleCustomXml.xml(2)} 16:28:10 [2019-07-19T20:28:10.982Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomXml.xml(2)} 16:28:10 [2019-07-19T20:28:10.982Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:28:10 [2019-07-19T20:28:10.982Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:28:10 [2019-07-19T20:28:10.982Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:28:10 [2019-07-19T20:28:10.982Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:28:10 [2019-07-19T20:28:10.982Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:28:11 [2019-07-19T20:28:11.914Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:28:11 [2019-07-19T20:28:11.914Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:28:11 [2019-07-19T20:28:11.914Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:28:11 [2019-07-19T20:28:11.914Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:28:11 [2019-07-19T20:28:11.914Z] DEBUG - Attempting to set focus on Table with text {} 16:28:11 [2019-07-19T20:28:11.914Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=199995948 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:28:11 [2019-07-19T20:28:11.914Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=199995949 data=null doit=true} to TableItem with text {} 16:28:11 [2019-07-19T20:28:11.914Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=199995949 data=null} to TableItem with text {} 16:28:11 [2019-07-19T20:28:11.914Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=199995949 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:28:11 [2019-07-19T20:28:11.914Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=199995950 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:28:11 [2019-07-19T20:28:11.914Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=199995957 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:28:11 [2019-07-19T20:28:11.914Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:28:11 [2019-07-19T20:28:11.914Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:28:11 [2019-07-19T20:28:11.914Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:28:11 [2019-07-19T20:28:11.914Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:12 [2019-07-19T20:28:12.171Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=199996233 data=null button=0 stateMask=0x0 x=165 y=137 count=0} to TreeItem with text {ExampleCustomXml.xml(2)} 16:28:12 [2019-07-19T20:28:12.171Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml(2)} time=199996233 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)} 16:28:12 [2019-07-19T20:28:12.171Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml(2)} time=199996233 data=null} to TreeItem with text {ExampleCustomXml.xml(2)} 16:28:12 [2019-07-19T20:28:12.171Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=199996234 data=null button=1 stateMask=0x0 x=165 y=137 count=1} to TreeItem with text {ExampleCustomXml.xml(2)} 16:28:12 [2019-07-19T20:28:12.171Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199996234 data=null item=TreeItem {ExampleCustomXml.xml(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)} 16:28:12 [2019-07-19T20:28:12.171Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=199996240 data=null button=1 stateMask=0x80000 x=165 y=137 count=1} to TreeItem with text {ExampleCustomXml.xml(2)} 16:28:12 [2019-07-19T20:28:12.171Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:12 [2019-07-19T20:28:12.171Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:12 [2019-07-19T20:28:12.171Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:28:12 [2019-07-19T20:28:12.171Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:28:12 [2019-07-19T20:28:12.171Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:12 [2019-07-19T20:28:12.171Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:12 [2019-07-19T20:28:12.171Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:12 [2019-07-19T20:28:12.171Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:12 [2019-07-19T20:28:12.171Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:12 [2019-07-19T20:28:12.171Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199996251 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:28:12 [2019-07-19T20:28:12.171Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199996251 data=null doit=true} to TreeItem with text {test} 16:28:12 [2019-07-19T20:28:12.171Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199996251 data=null} to TreeItem with text {test} 16:28:12 [2019-07-19T20:28:12.171Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199996252 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:28:12 [2019-07-19T20:28:12.171Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199996252 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:28:12 [2019-07-19T20:28:12.171Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199996293 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:28:12 [2019-07-19T20:28:12.171Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:12 [2019-07-19T20:28:12.171Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199996294 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:28:12 [2019-07-19T20:28:12.171Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199996294 data=null doit=true} to TreeItem with text {test} 16:28:12 [2019-07-19T20:28:12.171Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199996294 data=null} to TreeItem with text {test} 16:28:12 [2019-07-19T20:28:12.171Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199996294 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:28:12 [2019-07-19T20:28:12.171Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199996295 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:28:12 [2019-07-19T20:28:12.171Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199996301 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:28:12 [2019-07-19T20:28:12.171Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:28:12 [2019-07-19T20:28:12.171Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:12 [2019-07-19T20:28:12.171Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [5]} time=199996303 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [5]} 16:28:12 [2019-07-19T20:28:12.171Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [5]} time=199996303 data=null doit=true} to TreeItem with text {Traces [5]} 16:28:12 [2019-07-19T20:28:12.171Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [5]} time=199996303 data=null} to TreeItem with text {Traces [5]} 16:28:12 [2019-07-19T20:28:12.171Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [5]} time=199996303 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [5]} 16:28:12 [2019-07-19T20:28:12.171Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199996304 data=null item=TreeItem {Traces [5]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [5]} 16:28:12 [2019-07-19T20:28:12.171Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [5]} time=199996341 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [5]} 16:28:12 [2019-07-19T20:28:12.171Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:12 [2019-07-19T20:28:12.171Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [5]} time=199996342 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [5]} 16:28:12 [2019-07-19T20:28:12.171Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [5]} time=199996342 data=null doit=true} to TreeItem with text {Traces [5]} 16:28:12 [2019-07-19T20:28:12.171Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [5]} time=199996343 data=null} to TreeItem with text {Traces [5]} 16:28:12 [2019-07-19T20:28:12.171Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [5]} time=199996343 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [5]} 16:28:12 [2019-07-19T20:28:12.171Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199996343 data=null item=TreeItem {Traces [5]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [5]} 16:28:12 [2019-07-19T20:28:12.171Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [5]} time=199996353 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [5]} 16:28:12 [2019-07-19T20:28:12.171Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...' 16:28:12 [2019-07-19T20:28:12.171Z] DEBUG - Clicking on with mnemonic 'Import...' 16:28:12 [2019-07-19T20:28:12.736Z] DEBUG - Clicked on with mnemonic 'Import...' 16:28:12 [2019-07-19T20:28:12.736Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import' 16:28:12 [2019-07-19T20:28:12.736Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=199996853 data=null doit=true} to Shell with text {Trace Import} 16:28:12 [2019-07-19T20:28:12.736Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.736Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with mnemonic 'Select root directory:' 16:28:12 [2019-07-19T20:28:12.736Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with style 'SWT.RADIO' 16:28:12 [2019-07-19T20:28:12.736Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') 16:28:12 [2019-07-19T20:28:12.736Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.736Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.736Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.736Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.736Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.736Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.736Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.736Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.736Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.736Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.736Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.736Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') is already selected, not clicking again. 16:28:12 [2019-07-19T20:28:12.736Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:28:12 [2019-07-19T20:28:12.736Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:28:12 [2019-07-19T20:28:12.736Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:28:12 [2019-07-19T20:28:12.736Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:28:12 [2019-07-19T20:28:12.736Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:28:12 [2019-07-19T20:28:12.736Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo') 16:28:12 [2019-07-19T20:28:12.736Z] DEBUG - Attempting to set focus on (of type 'Combo') 16:28:12 [2019-07-19T20:28:12.736Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import 16:28:12 [2019-07-19T20:28:12.736Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import} time=199996862 data=null} to (of type 'Combo') 16:28:12 [2019-07-19T20:28:12.736Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import 16:28:12 [2019-07-19T20:28:12.736Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:12 [2019-07-19T20:28:12.736Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:12 [2019-07-19T20:28:12.736Z] DEBUG - Attempting to set focus on (of type 'Tree') 16:28:12 [2019-07-19T20:28:12.736Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:12 [2019-07-19T20:28:12.736Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:12 [2019-07-19T20:28:12.736Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=199996941 data=null doit=true} to TreeItem with text {import} 16:28:12 [2019-07-19T20:28:12.736Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=199996941 data=null} to TreeItem with text {import} 16:28:12 [2019-07-19T20:28:12.736Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=199996942 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import} 16:28:12 [2019-07-19T20:28:12.736Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=199996942 data=null item=TreeItem {import} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {import} 16:28:12 [2019-07-19T20:28:12.736Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=199996945 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import} 16:28:12 [2019-07-19T20:28:12.736Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:12 [2019-07-19T20:28:12.736Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=199996946 data=null button=0 stateMask=0x0 x=150 y=55 count=0} to Tree node with text: kernel-overlap-testing 16:28:12 [2019-07-19T20:28:12.736Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=199996946 data=null doit=true} to Tree node with text: kernel-overlap-testing 16:28:12 [2019-07-19T20:28:12.736Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=199996946 data=null} to Tree node with text: kernel-overlap-testing 16:28:12 [2019-07-19T20:28:12.736Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=199996947 data=null button=1 stateMask=0x0 x=150 y=55 count=1} to Tree node with text: kernel-overlap-testing 16:28:12 [2019-07-19T20:28:12.736Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199996947 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: kernel-overlap-testing 16:28:12 [2019-07-19T20:28:12.736Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=199996950 data=null button=1 stateMask=0x80000 x=150 y=55 count=1} to Tree node with text: kernel-overlap-testing 16:28:12 [2019-07-19T20:28:12.736Z] DEBUG - Setting state to checked on: kernel-overlap-testing 16:28:12 [2019-07-19T20:28:12.736Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo' 16:28:12 [2019-07-19T20:28:12.736Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:28:12 [2019-07-19T20:28:12.736Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:28:12 [2019-07-19T20:28:12.736Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:' 16:28:12 [2019-07-19T20:28:12.736Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:') 16:28:12 [2019-07-19T20:28:12.736Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:28:12 [2019-07-19T20:28:12.736Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection> 16:28:12 [2019-07-19T20:28:12.736Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {<Automatic Detection>} time=199996971 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:28:12 [2019-07-19T20:28:12.736Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection> 16:28:12 [2019-07-19T20:28:12.736Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.736Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.736Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.736Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.736Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.736Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.736Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.736Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace' 16:28:12 [2019-07-19T20:28:12.736Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK' 16:28:12 [2019-07-19T20:28:12.736Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:12 [2019-07-19T20:28:12.736Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.736Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.736Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.736Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.736Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.736Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:12 [2019-07-19T20:28:12.736Z] DEBUG - Deselecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$1@2948e554 16:28:12 [2019-07-19T20:28:12.736Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Create lin&ks in workspace} time=199996974 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:12 [2019-07-19T20:28:12.736Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Create lin&ks in workspace} time=199996974 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:12 [2019-07-19T20:28:12.736Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Create lin&ks in workspace} time=199996980 data=null doit=true} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:12 [2019-07-19T20:28:12.736Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Create lin&ks in workspace} time=199996980 data=null} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:12 [2019-07-19T20:28:12.736Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Create lin&ks in workspace} time=199996980 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:12 [2019-07-19T20:28:12.736Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Create lin&ks in workspace} time=199996980 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:12 [2019-07-19T20:28:12.736Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Create lin&ks in workspace} time=199996980 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:12 [2019-07-19T20:28:12.736Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Create lin&ks in workspace} time=199996981 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:12 [2019-07-19T20:28:12.736Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Create lin&ks in workspace} time=199996981 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:12 [2019-07-19T20:28:12.736Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Create lin&ks in workspace} time=199996981 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:12 [2019-07-19T20:28:12.736Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Create lin&ks in workspace} time=199996981 data=null doit=true} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:12 [2019-07-19T20:28:12.736Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Create lin&ks in workspace} time=199996981 data=null} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:12 [2019-07-19T20:28:12.993Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.993Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.993Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.993Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.993Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.993Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.993Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.993Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.993Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure' 16:28:12 [2019-07-19T20:28:12.993Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK' 16:28:12 [2019-07-19T20:28:12.993Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:28:12 [2019-07-19T20:28:12.993Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.993Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.993Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.993Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.993Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:28:12 [2019-07-19T20:28:12.993Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:28:12 [2019-07-19T20:28:12.993Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.993Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.993Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.993Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.993Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.993Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces' 16:28:12 [2019-07-19T20:28:12.993Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK' 16:28:12 [2019-07-19T20:28:12.993Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:28:12 [2019-07-19T20:28:12.993Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.993Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.993Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.993Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.993Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.993Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.993Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.993Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:28:12 [2019-07-19T20:28:12.993Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') already selected, not selecting again. 16:28:12 [2019-07-19T20:28:12.993Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.993Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.993Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.993Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.993Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.993Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.993Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning' 16:28:12 [2019-07-19T20:28:12.994Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK' 16:28:12 [2019-07-19T20:28:12.994Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:28:12 [2019-07-19T20:28:12.994Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.994Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.994Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.994Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.994Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.994Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.994Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:28:12 [2019-07-19T20:28:12.994Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:28:12 [2019-07-19T20:28:12.994Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.994Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.994Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.994Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.994Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.994Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.994Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.994Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.994Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.994Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment' 16:28:12 [2019-07-19T20:28:12.994Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK' 16:28:12 [2019-07-19T20:28:12.994Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:28:12 [2019-07-19T20:28:12.994Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.994Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.994Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.994Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:28:12 [2019-07-19T20:28:12.994Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:28:12 [2019-07-19T20:28:12.994Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.994Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.994Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.994Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.994Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.994Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.994Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.994Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.994Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.994Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.994Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' 16:28:12 [2019-07-19T20:28:12.994Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK' 16:28:12 [2019-07-19T20:28:12.994Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:28:12 [2019-07-19T20:28:12.994Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.994Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.994Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:28:12 [2019-07-19T20:28:12.994Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:28:12 [2019-07-19T20:28:12.994Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.994Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.994Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.994Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.994Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.994Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.994Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.994Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.994Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.994Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.994Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.994Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:12 [2019-07-19T20:28:12.994Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish' 16:28:12 [2019-07-19T20:28:12.994Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH' 16:28:12 [2019-07-19T20:28:12.994Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:12 [2019-07-19T20:28:12.994Z] DEBUG - Clicking on &Finish 16:28:12 [2019-07-19T20:28:12.994Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=199997052 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:12 [2019-07-19T20:28:12.994Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=199997053 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:12 [2019-07-19T20:28:12.994Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=199997053 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:12 [2019-07-19T20:28:12.994Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=199997053 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:12 [2019-07-19T20:28:12.994Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=199997053 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:12 [2019-07-19T20:28:12.994Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=199997053 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:13 [2019-07-19T20:28:13.251Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:13 [2019-07-19T20:28:13.508Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:13 [2019-07-19T20:28:13.508Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:13 [2019-07-19T20:28:13.508Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:13 [2019-07-19T20:28:13.508Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:13 [2019-07-19T20:28:13.508Z] DEBUG - Clicked on &Finish 16:28:13 [2019-07-19T20:28:13.508Z] DEBUG - matched Shell with text "Confirmation", using matcher: with text 'Confirmation' 16:28:13 [2019-07-19T20:28:13.508Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirmation} time=199997577 data=null doit=true} to Shell with text {Confirmation} 16:28:13 [2019-07-19T20:28:13.508Z] DEBUG - matched Button with text "Rename", using matcher: of type 'Button' 16:28:13 [2019-07-19T20:28:13.508Z] DEBUG - matched Button with text "Rename", using matcher: with mnemonic 'Rename' 16:28:13 [2019-07-19T20:28:13.508Z] DEBUG - matched Button with text "Rename", using matcher: with style 'SWT.PUSH' 16:28:13 [2019-07-19T20:28:13.508Z] DEBUG - matched Button with text "Rename", using matcher: (of type 'Button' and with mnemonic 'Rename' and with style 'SWT.PUSH') 16:28:13 [2019-07-19T20:28:13.508Z] DEBUG - matched Button with text "Rename All", using matcher: of type 'Button' 16:28:13 [2019-07-19T20:28:13.508Z] DEBUG - matched Button with text "Overwrite", using matcher: of type 'Button' 16:28:13 [2019-07-19T20:28:13.508Z] DEBUG - matched Button with text "Overwrite All", using matcher: of type 'Button' 16:28:13 [2019-07-19T20:28:13.508Z] DEBUG - matched Button with text "Skip All", using matcher: of type 'Button' 16:28:13 [2019-07-19T20:28:13.508Z] DEBUG - matched Button with text "Skip", using matcher: of type 'Button' 16:28:13 [2019-07-19T20:28:13.508Z] DEBUG - Clicking on Rename 16:28:13 [2019-07-19T20:28:13.508Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Rename} time=199997579 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Rename' and with style 'SWT.PUSH') 16:28:13 [2019-07-19T20:28:13.508Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Rename} time=199997579 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Rename' and with style 'SWT.PUSH') 16:28:13 [2019-07-19T20:28:13.508Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Rename} time=199997579 data=null doit=true} to (of type 'Button' and with mnemonic 'Rename' and with style 'SWT.PUSH') 16:28:13 [2019-07-19T20:28:13.508Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Rename} time=199997580 data=null} to (of type 'Button' and with mnemonic 'Rename' and with style 'SWT.PUSH') 16:28:13 [2019-07-19T20:28:13.508Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Rename} time=199997585 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Rename' and with style 'SWT.PUSH') 16:28:13 [2019-07-19T20:28:13.508Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Rename} time=199997585 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Rename' and with style 'SWT.PUSH') 16:28:13 [2019-07-19T20:28:13.508Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Rename} time=199997585 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Rename' and with style 'SWT.PUSH') 16:28:13 [2019-07-19T20:28:13.765Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=199997054 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:13 [2019-07-19T20:28:13.765Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=199996396 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...' 16:28:14 [2019-07-19T20:28:14.022Z] DEBUG - Clicked on 16:28:14 [2019-07-19T20:28:14.022Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:28:14 [2019-07-19T20:28:14.022Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:14 [2019-07-19T20:28:14.022Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:14 [2019-07-19T20:28:14.022Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:14 [2019-07-19T20:28:14.022Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:14 [2019-07-19T20:28:14.022Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:14 [2019-07-19T20:28:14.022Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199998185 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:28:14 [2019-07-19T20:28:14.022Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199998185 data=null doit=true} to TreeItem with text {test} 16:28:14 [2019-07-19T20:28:14.022Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199998186 data=null} to TreeItem with text {test} 16:28:14 [2019-07-19T20:28:14.022Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199998186 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:28:14 [2019-07-19T20:28:14.022Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199998226 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:28:14 [2019-07-19T20:28:14.022Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199998258 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:28:14 [2019-07-19T20:28:14.022Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:14 [2019-07-19T20:28:14.022Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=199998259 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:28:14 [2019-07-19T20:28:14.022Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=199998259 data=null doit=true} to TreeItem with text {test} 16:28:14 [2019-07-19T20:28:14.022Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=199998259 data=null} to TreeItem with text {test} 16:28:14 [2019-07-19T20:28:14.022Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=199998260 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:28:14 [2019-07-19T20:28:14.022Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199998260 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:28:14 [2019-07-19T20:28:14.022Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=199998271 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:28:14 [2019-07-19T20:28:14.022Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:28:14 [2019-07-19T20:28:14.022Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:14 [2019-07-19T20:28:14.022Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [6]} time=199998272 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [6]} 16:28:14 [2019-07-19T20:28:14.279Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [6]} time=199998273 data=null doit=true} to TreeItem with text {Traces [6]} 16:28:14 [2019-07-19T20:28:14.279Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [6]} time=199998273 data=null} to TreeItem with text {Traces [6]} 16:28:14 [2019-07-19T20:28:14.279Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [6]} time=199998273 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [6]} 16:28:14 [2019-07-19T20:28:14.279Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199998273 data=null item=TreeItem {Traces [6]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [6]} 16:28:14 [2019-07-19T20:28:14.279Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [6]} time=199998342 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [6]} 16:28:14 [2019-07-19T20:28:14.279Z] WARN - Tree item TreeItem with text {Traces [6]} is already expanded. Won't expand it again. 16:28:14 [2019-07-19T20:28:14.536Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:28:14 [2019-07-19T20:28:14.536Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:14 [2019-07-19T20:28:14.536Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=199998644 data=null button=0 stateMask=0x0 x=157 y=179 count=0} to TreeItem with text {kernel-overlap-testing(2)} 16:28:14 [2019-07-19T20:28:14.536Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing(2)} time=199998645 data=null doit=true} to TreeItem with text {kernel-overlap-testing(2)} 16:28:14 [2019-07-19T20:28:14.536Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing(2)} time=199998645 data=null} to TreeItem with text {kernel-overlap-testing(2)} 16:28:14 [2019-07-19T20:28:14.536Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=199998645 data=null button=1 stateMask=0x0 x=157 y=179 count=1} to TreeItem with text {kernel-overlap-testing(2)} 16:28:14 [2019-07-19T20:28:14.536Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199998646 data=null item=TreeItem {kernel-overlap-testing(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing(2)} 16:28:14 [2019-07-19T20:28:14.536Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=199998692 data=null button=1 stateMask=0x80000 x=157 y=179 count=1} to TreeItem with text {kernel-overlap-testing(2)} 16:28:14 [2019-07-19T20:28:14.536Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:14 [2019-07-19T20:28:14.536Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:14 [2019-07-19T20:28:14.536Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:28:14 [2019-07-19T20:28:14.536Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:14 [2019-07-19T20:28:14.536Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=199998696 data=null button=0 stateMask=0x0 x=157 y=179 count=0} to TreeItem with text {kernel-overlap-testing(2)} 16:28:14 [2019-07-19T20:28:14.536Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing(2)} time=199998696 data=null doit=true} to TreeItem with text {kernel-overlap-testing(2)} 16:28:14 [2019-07-19T20:28:14.536Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing(2)} time=199998696 data=null} to TreeItem with text {kernel-overlap-testing(2)} 16:28:14 [2019-07-19T20:28:14.536Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=199998696 data=null button=1 stateMask=0x0 x=157 y=179 count=1} to TreeItem with text {kernel-overlap-testing(2)} 16:28:14 [2019-07-19T20:28:14.536Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199998696 data=null item=TreeItem {kernel-overlap-testing(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing(2)} 16:28:14 [2019-07-19T20:28:14.536Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=199998702 data=null button=1 stateMask=0x80000 x=157 y=179 count=1} to TreeItem with text {kernel-overlap-testing(2)} 16:28:14 [2019-07-19T20:28:14.536Z] DEBUG - Double-clicking on TreeItem with text {kernel-overlap-testing(2)} 16:28:14 [2019-07-19T20:28:14.536Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=199998703 data=null button=0 stateMask=0x0 x=157 y=179 count=0} to TreeItem with text {kernel-overlap-testing(2)} 16:28:14 [2019-07-19T20:28:14.536Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing(2)} time=199998703 data=null doit=true} to TreeItem with text {kernel-overlap-testing(2)} 16:28:14 [2019-07-19T20:28:14.536Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:14 [2019-07-19T20:28:14.536Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing(2)} time=199998703 data=null} to TreeItem with text {kernel-overlap-testing(2)} 16:28:14 [2019-07-19T20:28:14.536Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=199998704 data=null button=1 stateMask=0x0 x=157 y=179 count=1} to TreeItem with text {kernel-overlap-testing(2)} 16:28:14 [2019-07-19T20:28:14.536Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=199998704 data=null item=TreeItem {kernel-overlap-testing(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing(2)} 16:28:14 [2019-07-19T20:28:14.536Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=199998713 data=null button=1 stateMask=0x80000 x=157 y=179 count=1} to TreeItem with text {kernel-overlap-testing(2)} 16:28:14 [2019-07-19T20:28:14.536Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=199998714 data=null button=1 stateMask=0x0 x=157 y=179 count=2} to TreeItem with text {kernel-overlap-testing(2)} 16:28:14 [2019-07-19T20:28:14.536Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=199998714 data=null button=1 stateMask=0x0 x=157 y=179 count=2} to TreeItem with text {kernel-overlap-testing(2)} 16:28:14 [2019-07-19T20:28:14.794Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=199998715 data=null item=TreeItem {kernel-overlap-testing(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing(2)} 16:28:15 [2019-07-19T20:28:15.729Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=199998944 data=null button=1 stateMask=0x80000 x=157 y=179 count=2} to TreeItem with text {kernel-overlap-testing(2)} 16:28:15 [2019-07-19T20:28:15.729Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=199999654 data=null button=0 stateMask=0x0 x=157 y=179 count=0} to TreeItem with text {kernel-overlap-testing(2)} 16:28:15 [2019-07-19T20:28:15.729Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {kernel-overlap-testing(2)} time=199999781 data=null doit=true} to TreeItem with text {kernel-overlap-testing(2)} 16:28:15 [2019-07-19T20:28:15.729Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {kernel-overlap-testing(2)} time=199999781 data=null} to TreeItem with text {kernel-overlap-testing(2)} 16:28:15 [2019-07-19T20:28:15.729Z] DEBUG - Double-clicked on TreeItem with text {kernel-overlap-testing(2)} 16:28:15 [2019-07-19T20:28:15.729Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:28:15 [2019-07-19T20:28:15.729Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:28:15 [2019-07-19T20:28:15.729Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:28:15 [2019-07-19T20:28:15.729Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:28:15 [2019-07-19T20:28:15.729Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:28:15 [2019-07-19T20:28:15.729Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:28:15 [2019-07-19T20:28:15.729Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:28:15 [2019-07-19T20:28:15.729Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:28:15 [2019-07-19T20:28:15.729Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:28:15 [2019-07-19T20:28:15.729Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:28:15 [2019-07-19T20:28:15.729Z] DEBUG - Attempting to set focus on Table with text {} 16:28:15 [2019-07-19T20:28:15.729Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=199999785 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:28:15 [2019-07-19T20:28:15.729Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=199999785 data=null doit=true} to TableItem with text {} 16:28:15 [2019-07-19T20:28:15.729Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=199999785 data=null} to TableItem with text {} 16:28:15 [2019-07-19T20:28:15.729Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=199999786 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:28:15 [2019-07-19T20:28:15.729Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=199999786 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:28:15 [2019-07-19T20:28:15.729Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=199999849 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:28:15 [2019-07-19T20:28:15.729Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:28:15 [2019-07-19T20:28:15.729Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:28:16 [2019-07-19T20:28:16.660Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:28:16 [2019-07-19T20:28:16.660Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:16 [2019-07-19T20:28:16.918Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=200000966 data=null button=0 stateMask=0x0 x=157 y=179 count=0} to TreeItem with text {kernel-overlap-testing(2)} 16:28:16 [2019-07-19T20:28:16.918Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing(2)} time=200000966 data=null doit=true} to TreeItem with text {kernel-overlap-testing(2)} 16:28:16 [2019-07-19T20:28:16.918Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing(2)} time=200000966 data=null} to TreeItem with text {kernel-overlap-testing(2)} 16:28:16 [2019-07-19T20:28:16.918Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=200000967 data=null button=1 stateMask=0x0 x=157 y=179 count=1} to TreeItem with text {kernel-overlap-testing(2)} 16:28:16 [2019-07-19T20:28:16.918Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200000967 data=null item=TreeItem {kernel-overlap-testing(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing(2)} 16:28:16 [2019-07-19T20:28:16.918Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=200000973 data=null button=1 stateMask=0x80000 x=157 y=179 count=1} to TreeItem with text {kernel-overlap-testing(2)} 16:28:16 [2019-07-19T20:28:16.918Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:16 [2019-07-19T20:28:16.918Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:16 [2019-07-19T20:28:16.918Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:28:16 [2019-07-19T20:28:16.918Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:28:16 [2019-07-19T20:28:16.918Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:16 [2019-07-19T20:28:16.918Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:16 [2019-07-19T20:28:16.918Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:16 [2019-07-19T20:28:16.918Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:16 [2019-07-19T20:28:16.918Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:16 [2019-07-19T20:28:16.918Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200000996 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:28:16 [2019-07-19T20:28:16.918Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200000996 data=null doit=true} to TreeItem with text {test} 16:28:16 [2019-07-19T20:28:16.918Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200000996 data=null} to TreeItem with text {test} 16:28:16 [2019-07-19T20:28:16.918Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200000997 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:28:16 [2019-07-19T20:28:16.918Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200000997 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:28:16 [2019-07-19T20:28:16.918Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200001054 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:28:16 [2019-07-19T20:28:16.918Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:16 [2019-07-19T20:28:16.918Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200001056 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:28:16 [2019-07-19T20:28:16.918Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200001056 data=null doit=true} to TreeItem with text {test} 16:28:16 [2019-07-19T20:28:16.918Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200001056 data=null} to TreeItem with text {test} 16:28:16 [2019-07-19T20:28:16.918Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200001057 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:28:16 [2019-07-19T20:28:16.918Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200001057 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:28:16 [2019-07-19T20:28:16.918Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200001064 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:28:16 [2019-07-19T20:28:16.918Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:28:16 [2019-07-19T20:28:16.918Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:16 [2019-07-19T20:28:16.918Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [6]} time=200001066 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [6]} 16:28:16 [2019-07-19T20:28:16.918Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [6]} time=200001066 data=null doit=true} to TreeItem with text {Traces [6]} 16:28:16 [2019-07-19T20:28:16.918Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [6]} time=200001066 data=null} to TreeItem with text {Traces [6]} 16:28:16 [2019-07-19T20:28:16.918Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [6]} time=200001067 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [6]} 16:28:16 [2019-07-19T20:28:16.918Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200001067 data=null item=TreeItem {Traces [6]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [6]} 16:28:16 [2019-07-19T20:28:16.918Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [6]} time=200001138 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [6]} 16:28:16 [2019-07-19T20:28:16.918Z] WARN - Tree item TreeItem with text {Traces [6]} is already expanded. Won't expand it again. 16:28:17 [2019-07-19T20:28:17.175Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:28:17 [2019-07-19T20:28:17.175Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:17 [2019-07-19T20:28:17.175Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200001322 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to Tree node with text: ExampleCustomTxt.log 16:28:17 [2019-07-19T20:28:17.175Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200001322 data=null doit=true} to Tree node with text: ExampleCustomTxt.log 16:28:17 [2019-07-19T20:28:17.175Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200001322 data=null} to Tree node with text: ExampleCustomTxt.log 16:28:17 [2019-07-19T20:28:17.175Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200001323 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to Tree node with text: ExampleCustomTxt.log 16:28:17 [2019-07-19T20:28:17.175Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200001323 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: ExampleCustomTxt.log 16:28:17 [2019-07-19T20:28:17.175Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200001359 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to Tree node with text: ExampleCustomTxt.log 16:28:17 [2019-07-19T20:28:17.175Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:17 [2019-07-19T20:28:17.175Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:17 [2019-07-19T20:28:17.175Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:28:17 [2019-07-19T20:28:17.175Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:28:17 [2019-07-19T20:28:17.175Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:17 [2019-07-19T20:28:17.175Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:17 [2019-07-19T20:28:17.175Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:17 [2019-07-19T20:28:17.175Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:17 [2019-07-19T20:28:17.175Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:17 [2019-07-19T20:28:17.175Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200001366 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:28:17 [2019-07-19T20:28:17.175Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200001367 data=null doit=true} to TreeItem with text {test} 16:28:17 [2019-07-19T20:28:17.175Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200001367 data=null} to TreeItem with text {test} 16:28:17 [2019-07-19T20:28:17.175Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200001367 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:28:17 [2019-07-19T20:28:17.175Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200001367 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:28:17 [2019-07-19T20:28:17.175Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200001405 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:28:17 [2019-07-19T20:28:17.175Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:17 [2019-07-19T20:28:17.175Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200001406 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:28:17 [2019-07-19T20:28:17.175Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200001406 data=null doit=true} to TreeItem with text {test} 16:28:17 [2019-07-19T20:28:17.175Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200001406 data=null} to TreeItem with text {test} 16:28:17 [2019-07-19T20:28:17.175Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200001406 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:28:17 [2019-07-19T20:28:17.433Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200001406 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:28:17 [2019-07-19T20:28:17.433Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200001433 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:28:17 [2019-07-19T20:28:17.433Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:28:17 [2019-07-19T20:28:17.433Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:17 [2019-07-19T20:28:17.433Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [6]} time=200001434 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [6]} 16:28:17 [2019-07-19T20:28:17.433Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [6]} time=200001435 data=null doit=true} to TreeItem with text {Traces [6]} 16:28:17 [2019-07-19T20:28:17.433Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [6]} time=200001435 data=null} to TreeItem with text {Traces [6]} 16:28:17 [2019-07-19T20:28:17.433Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [6]} time=200001435 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [6]} 16:28:17 [2019-07-19T20:28:17.433Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200001435 data=null item=TreeItem {Traces [6]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [6]} 16:28:17 [2019-07-19T20:28:17.433Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [6]} time=200001459 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [6]} 16:28:17 [2019-07-19T20:28:17.433Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:17 [2019-07-19T20:28:17.433Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [6]} time=200001460 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [6]} 16:28:17 [2019-07-19T20:28:17.433Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [6]} time=200001461 data=null doit=true} to TreeItem with text {Traces [6]} 16:28:17 [2019-07-19T20:28:17.433Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [6]} time=200001461 data=null} to TreeItem with text {Traces [6]} 16:28:17 [2019-07-19T20:28:17.433Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [6]} time=200001461 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [6]} 16:28:17 [2019-07-19T20:28:17.433Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200001461 data=null item=TreeItem {Traces [6]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [6]} 16:28:17 [2019-07-19T20:28:17.433Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [6]} time=200001471 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [6]} 16:28:17 [2019-07-19T20:28:17.433Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...' 16:28:17 [2019-07-19T20:28:17.433Z] DEBUG - Clicking on with mnemonic 'Import...' 16:28:17 [2019-07-19T20:28:17.690Z] DEBUG - Clicked on with mnemonic 'Import...' 16:28:17 [2019-07-19T20:28:17.690Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import' 16:28:17 [2019-07-19T20:28:17.690Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=200001900 data=null doit=true} to Shell with text {Trace Import} 16:28:17 [2019-07-19T20:28:17.690Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.690Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with mnemonic 'Select root directory:' 16:28:17 [2019-07-19T20:28:17.690Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with style 'SWT.RADIO' 16:28:17 [2019-07-19T20:28:17.690Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') 16:28:17 [2019-07-19T20:28:17.690Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.690Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.690Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.690Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.690Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.690Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.690Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.690Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.690Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.690Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.690Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.690Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') is already selected, not clicking again. 16:28:17 [2019-07-19T20:28:17.690Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:28:17 [2019-07-19T20:28:17.690Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:28:17 [2019-07-19T20:28:17.690Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:28:17 [2019-07-19T20:28:17.690Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:28:17 [2019-07-19T20:28:17.690Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:28:17 [2019-07-19T20:28:17.690Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo') 16:28:17 [2019-07-19T20:28:17.690Z] DEBUG - Attempting to set focus on (of type 'Combo') 16:28:17 [2019-07-19T20:28:17.690Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import 16:28:17 [2019-07-19T20:28:17.690Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import} time=200001909 data=null} to (of type 'Combo') 16:28:17 [2019-07-19T20:28:17.690Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import 16:28:17 [2019-07-19T20:28:17.690Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:17 [2019-07-19T20:28:17.690Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:17 [2019-07-19T20:28:17.690Z] DEBUG - Attempting to set focus on (of type 'Tree') 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=200001944 data=null doit=true} to TreeItem with text {import} 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=200001944 data=null} to TreeItem with text {import} 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=200001948 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import} 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200001949 data=null item=TreeItem {import} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {import} 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=200001952 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import} 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {import} time=200001953 data=null button=0 stateMask=0x0 x=83 y=11 count=0} to TreeItem with text {import} 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=200001953 data=null doit=true} to TreeItem with text {import} 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=200001953 data=null} to TreeItem with text {import} 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=200001953 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import} 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200001953 data=null item=TreeItem {import} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {import} 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=200001954 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import} 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - Setting state to checked on: ExampleCustomTxt.log 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:') 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection> 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {<Automatic Detection>} time=200001973 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection> 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - Deselecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$1@5dde2d12 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Create lin&ks in workspace} time=200001976 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Create lin&ks in workspace} time=200001976 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Create lin&ks in workspace} time=200001976 data=null doit=true} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Create lin&ks in workspace} time=200001977 data=null} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Create lin&ks in workspace} time=200001977 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Create lin&ks in workspace} time=200001977 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Create lin&ks in workspace} time=200001977 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Create lin&ks in workspace} time=200001977 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Create lin&ks in workspace} time=200001977 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Create lin&ks in workspace} time=200001978 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Create lin&ks in workspace} time=200001978 data=null doit=true} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Create lin&ks in workspace} time=200001978 data=null} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') already selected, not selecting again. 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH' 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - Clicking on &Finish 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=200002003 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=200002003 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=200002003 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=200002003 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=200002003 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:17 [2019-07-19T20:28:17.948Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=200002004 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:18 [2019-07-19T20:28:18.205Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:18 [2019-07-19T20:28:18.205Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:18 [2019-07-19T20:28:18.205Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:18 [2019-07-19T20:28:18.205Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:18 [2019-07-19T20:28:18.205Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:18 [2019-07-19T20:28:18.205Z] DEBUG - Clicked on &Finish 16:28:18 [2019-07-19T20:28:18.205Z] DEBUG - matched Shell with text "Confirmation", using matcher: with text 'Confirmation' 16:28:18 [2019-07-19T20:28:18.205Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirmation} time=200002443 data=null doit=true} to Shell with text {Confirmation} 16:28:18 [2019-07-19T20:28:18.205Z] DEBUG - matched Button with text "Rename", using matcher: of type 'Button' 16:28:18 [2019-07-19T20:28:18.205Z] DEBUG - matched Button with text "Rename All", using matcher: of type 'Button' 16:28:18 [2019-07-19T20:28:18.205Z] DEBUG - matched Button with text "Overwrite", using matcher: of type 'Button' 16:28:18 [2019-07-19T20:28:18.205Z] DEBUG - matched Button with text "Overwrite", using matcher: with mnemonic 'Overwrite' 16:28:18 [2019-07-19T20:28:18.205Z] DEBUG - matched Button with text "Overwrite", using matcher: with style 'SWT.PUSH' 16:28:18 [2019-07-19T20:28:18.205Z] DEBUG - matched Button with text "Overwrite", using matcher: (of type 'Button' and with mnemonic 'Overwrite' and with style 'SWT.PUSH') 16:28:18 [2019-07-19T20:28:18.205Z] DEBUG - matched Button with text "Overwrite All", using matcher: of type 'Button' 16:28:18 [2019-07-19T20:28:18.205Z] DEBUG - matched Button with text "Skip All", using matcher: of type 'Button' 16:28:18 [2019-07-19T20:28:18.205Z] DEBUG - matched Button with text "Skip", using matcher: of type 'Button' 16:28:18 [2019-07-19T20:28:18.205Z] DEBUG - Clicking on Overwrite 16:28:18 [2019-07-19T20:28:18.205Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Overwrite} time=200002444 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Overwrite' and with style 'SWT.PUSH') 16:28:18 [2019-07-19T20:28:18.205Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Overwrite} time=200002444 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Overwrite' and with style 'SWT.PUSH') 16:28:18 [2019-07-19T20:28:18.205Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Overwrite} time=200002444 data=null doit=true} to (of type 'Button' and with mnemonic 'Overwrite' and with style 'SWT.PUSH') 16:28:18 [2019-07-19T20:28:18.205Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Overwrite} time=200002445 data=null} to (of type 'Button' and with mnemonic 'Overwrite' and with style 'SWT.PUSH') 16:28:18 [2019-07-19T20:28:18.205Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Overwrite} time=200002445 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Overwrite' and with style 'SWT.PUSH') 16:28:18 [2019-07-19T20:28:18.205Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Overwrite} time=200002445 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Overwrite' and with style 'SWT.PUSH') 16:28:18 [2019-07-19T20:28:18.462Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Overwrite} time=200002445 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Overwrite' and with style 'SWT.PUSH') 16:28:19 [2019-07-19T20:28:19.027Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=200002004 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:19 [2019-07-19T20:28:19.027Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=200001537 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...' 16:28:19 [2019-07-19T20:28:19.285Z] DEBUG - Clicked on 16:28:19 [2019-07-19T20:28:19.285Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:28:19 [2019-07-19T20:28:19.285Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:19 [2019-07-19T20:28:19.285Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:19 [2019-07-19T20:28:19.285Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:19 [2019-07-19T20:28:19.285Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:19 [2019-07-19T20:28:19.285Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:19 [2019-07-19T20:28:19.285Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200003353 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:28:19 [2019-07-19T20:28:19.285Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200003358 data=null doit=true} to TreeItem with text {test} 16:28:19 [2019-07-19T20:28:19.285Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200003358 data=null} to TreeItem with text {test} 16:28:19 [2019-07-19T20:28:19.285Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200003358 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:28:19 [2019-07-19T20:28:19.285Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200003359 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:28:19 [2019-07-19T20:28:19.285Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200003435 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:28:19 [2019-07-19T20:28:19.285Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:19 [2019-07-19T20:28:19.285Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200003436 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:28:19 [2019-07-19T20:28:19.285Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200003436 data=null doit=true} to TreeItem with text {test} 16:28:19 [2019-07-19T20:28:19.285Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200003437 data=null} to TreeItem with text {test} 16:28:19 [2019-07-19T20:28:19.285Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200003437 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:28:19 [2019-07-19T20:28:19.285Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200003437 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:28:19 [2019-07-19T20:28:19.285Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200003453 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:28:19 [2019-07-19T20:28:19.285Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:28:19 [2019-07-19T20:28:19.285Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:19 [2019-07-19T20:28:19.285Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [6]} time=200003454 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [6]} 16:28:19 [2019-07-19T20:28:19.285Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [6]} time=200003454 data=null doit=true} to TreeItem with text {Traces [6]} 16:28:19 [2019-07-19T20:28:19.285Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [6]} time=200003454 data=null} to TreeItem with text {Traces [6]} 16:28:19 [2019-07-19T20:28:19.285Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [6]} time=200003455 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [6]} 16:28:19 [2019-07-19T20:28:19.285Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200003455 data=null item=TreeItem {Traces [6]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [6]} 16:28:19 [2019-07-19T20:28:19.285Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [6]} time=200003472 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [6]} 16:28:19 [2019-07-19T20:28:19.285Z] WARN - Tree item TreeItem with text {Traces [6]} is already expanded. Won't expand it again. 16:28:19 [2019-07-19T20:28:19.542Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:28:19 [2019-07-19T20:28:19.542Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:19 [2019-07-19T20:28:19.542Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200003741 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:28:19 [2019-07-19T20:28:19.542Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200003742 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:28:19 [2019-07-19T20:28:19.542Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200003742 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:28:19 [2019-07-19T20:28:19.542Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200003743 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:28:19 [2019-07-19T20:28:19.542Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200003743 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:28:19 [2019-07-19T20:28:19.800Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200003830 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:28:19 [2019-07-19T20:28:19.800Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:19 [2019-07-19T20:28:19.800Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:19 [2019-07-19T20:28:19.800Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:28:19 [2019-07-19T20:28:19.800Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:19 [2019-07-19T20:28:19.800Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200003833 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:28:19 [2019-07-19T20:28:19.800Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200003833 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:28:19 [2019-07-19T20:28:19.800Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200003833 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:28:19 [2019-07-19T20:28:19.800Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200003834 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:28:19 [2019-07-19T20:28:19.800Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200003834 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:28:19 [2019-07-19T20:28:19.800Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200003839 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:28:19 [2019-07-19T20:28:19.800Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomTxt.log} 16:28:19 [2019-07-19T20:28:19.800Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200003840 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:28:19 [2019-07-19T20:28:19.800Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200003840 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:28:19 [2019-07-19T20:28:19.800Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:19 [2019-07-19T20:28:19.800Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200003841 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:28:19 [2019-07-19T20:28:19.800Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200003841 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:28:19 [2019-07-19T20:28:19.800Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200003841 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:28:19 [2019-07-19T20:28:19.800Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200003852 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:28:19 [2019-07-19T20:28:19.800Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200003853 data=null button=1 stateMask=0x0 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:28:19 [2019-07-19T20:28:19.800Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200003853 data=null button=1 stateMask=0x0 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:28:19 [2019-07-19T20:28:19.800Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200003854 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:28:20 [2019-07-19T20:28:20.365Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200003973 data=null button=1 stateMask=0x80000 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:28:20 [2019-07-19T20:28:20.365Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200004432 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:28:20 [2019-07-19T20:28:20.365Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200004432 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:28:20 [2019-07-19T20:28:20.365Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200004432 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:28:20 [2019-07-19T20:28:20.365Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomTxt.log} 16:28:20 [2019-07-19T20:28:20.365Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:28:20 [2019-07-19T20:28:20.365Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:28:20 [2019-07-19T20:28:20.365Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:28:20 [2019-07-19T20:28:20.365Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:28:20 [2019-07-19T20:28:20.365Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:28:20 [2019-07-19T20:28:20.365Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:28:21 [2019-07-19T20:28:21.301Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:28:21 [2019-07-19T20:28:21.301Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:28:21 [2019-07-19T20:28:21.301Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:28:21 [2019-07-19T20:28:21.301Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:28:21 [2019-07-19T20:28:21.301Z] DEBUG - Attempting to set focus on Table with text {} 16:28:21 [2019-07-19T20:28:21.301Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200005479 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:28:21 [2019-07-19T20:28:21.301Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200005479 data=null doit=true} to TableItem with text {} 16:28:21 [2019-07-19T20:28:21.301Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200005480 data=null} to TableItem with text {} 16:28:21 [2019-07-19T20:28:21.301Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200005480 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:28:21 [2019-07-19T20:28:21.301Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200005480 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:28:21 [2019-07-19T20:28:21.301Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200005543 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:28:21 [2019-07-19T20:28:21.301Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:28:21 [2019-07-19T20:28:21.301Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:28:21 [2019-07-19T20:28:21.558Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:28:21 [2019-07-19T20:28:21.558Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:21 [2019-07-19T20:28:21.558Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200005771 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:28:21 [2019-07-19T20:28:21.558Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200005772 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:28:21 [2019-07-19T20:28:21.558Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200005772 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:28:21 [2019-07-19T20:28:21.558Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200005772 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:28:21 [2019-07-19T20:28:21.558Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200005773 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:28:21 [2019-07-19T20:28:21.558Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200005778 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:28:21 [2019-07-19T20:28:21.558Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:21 [2019-07-19T20:28:21.558Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:21 [2019-07-19T20:28:21.558Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:28:21 [2019-07-19T20:28:21.815Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:28:21 [2019-07-19T20:28:21.815Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:21 [2019-07-19T20:28:21.815Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200005960 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to Tree node with text: ExampleCustomTxt.log 16:28:21 [2019-07-19T20:28:21.815Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200005960 data=null doit=true} to Tree node with text: ExampleCustomTxt.log 16:28:21 [2019-07-19T20:28:21.815Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200005961 data=null} to Tree node with text: ExampleCustomTxt.log 16:28:21 [2019-07-19T20:28:21.815Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200005961 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to Tree node with text: ExampleCustomTxt.log 16:28:21 [2019-07-19T20:28:21.815Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200005961 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: ExampleCustomTxt.log 16:28:21 [2019-07-19T20:28:21.815Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200005967 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to Tree node with text: ExampleCustomTxt.log 16:28:21 [2019-07-19T20:28:21.815Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:21 [2019-07-19T20:28:21.815Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:21 [2019-07-19T20:28:21.815Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:28:21 [2019-07-19T20:28:21.815Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:28:21 [2019-07-19T20:28:21.815Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:21 [2019-07-19T20:28:21.815Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:21 [2019-07-19T20:28:21.815Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:21 [2019-07-19T20:28:21.815Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:21 [2019-07-19T20:28:21.815Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:21 [2019-07-19T20:28:21.815Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200005973 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:28:21 [2019-07-19T20:28:21.815Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200005973 data=null doit=true} to TreeItem with text {test} 16:28:21 [2019-07-19T20:28:21.815Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200005974 data=null} to TreeItem with text {test} 16:28:21 [2019-07-19T20:28:21.815Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200005974 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:28:21 [2019-07-19T20:28:21.815Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200005980 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:28:22 [2019-07-19T20:28:22.073Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200006067 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:28:22 [2019-07-19T20:28:22.073Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:22 [2019-07-19T20:28:22.073Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200006069 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:28:22 [2019-07-19T20:28:22.073Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200006069 data=null doit=true} to TreeItem with text {test} 16:28:22 [2019-07-19T20:28:22.073Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200006069 data=null} to TreeItem with text {test} 16:28:22 [2019-07-19T20:28:22.073Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200006069 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:28:22 [2019-07-19T20:28:22.073Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200006070 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:28:22 [2019-07-19T20:28:22.073Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200006084 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:28:22 [2019-07-19T20:28:22.073Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:28:22 [2019-07-19T20:28:22.073Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:22 [2019-07-19T20:28:22.073Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [6]} time=200006085 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [6]} 16:28:22 [2019-07-19T20:28:22.073Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [6]} time=200006085 data=null doit=true} to TreeItem with text {Traces [6]} 16:28:22 [2019-07-19T20:28:22.073Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [6]} time=200006086 data=null} to TreeItem with text {Traces [6]} 16:28:22 [2019-07-19T20:28:22.073Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [6]} time=200006086 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [6]} 16:28:22 [2019-07-19T20:28:22.073Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200006086 data=null item=TreeItem {Traces [6]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [6]} 16:28:22 [2019-07-19T20:28:22.073Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [6]} time=200006106 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [6]} 16:28:22 [2019-07-19T20:28:22.073Z] WARN - Tree item TreeItem with text {Traces [6]} is already expanded. Won't expand it again. 16:28:22 [2019-07-19T20:28:22.330Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:28:22 [2019-07-19T20:28:22.330Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:22 [2019-07-19T20:28:22.330Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200006444 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to Tree node with text: ExampleCustomXml.xml 16:28:22 [2019-07-19T20:28:22.330Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200006444 data=null doit=true} to Tree node with text: ExampleCustomXml.xml 16:28:22 [2019-07-19T20:28:22.330Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200006444 data=null} to Tree node with text: ExampleCustomXml.xml 16:28:22 [2019-07-19T20:28:22.330Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200006445 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to Tree node with text: ExampleCustomXml.xml 16:28:22 [2019-07-19T20:28:22.330Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200006445 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: ExampleCustomXml.xml 16:28:22 [2019-07-19T20:28:22.330Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200006531 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to Tree node with text: ExampleCustomXml.xml 16:28:22 [2019-07-19T20:28:22.330Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:22 [2019-07-19T20:28:22.330Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:22 [2019-07-19T20:28:22.330Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:28:22 [2019-07-19T20:28:22.330Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:28:22 [2019-07-19T20:28:22.330Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:22 [2019-07-19T20:28:22.330Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:22 [2019-07-19T20:28:22.330Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:22 [2019-07-19T20:28:22.330Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:22 [2019-07-19T20:28:22.330Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:22 [2019-07-19T20:28:22.330Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200006538 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:28:22 [2019-07-19T20:28:22.330Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200006539 data=null doit=true} to TreeItem with text {test} 16:28:22 [2019-07-19T20:28:22.330Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200006539 data=null} to TreeItem with text {test} 16:28:22 [2019-07-19T20:28:22.330Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200006539 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:28:22 [2019-07-19T20:28:22.330Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200006539 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:28:22 [2019-07-19T20:28:22.587Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200006636 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:28:22 [2019-07-19T20:28:22.587Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:22 [2019-07-19T20:28:22.587Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200006638 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:28:22 [2019-07-19T20:28:22.587Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200006638 data=null doit=true} to TreeItem with text {test} 16:28:22 [2019-07-19T20:28:22.587Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200006639 data=null} to TreeItem with text {test} 16:28:22 [2019-07-19T20:28:22.587Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200006639 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:28:22 [2019-07-19T20:28:22.587Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200006639 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:28:22 [2019-07-19T20:28:22.587Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200006647 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:28:22 [2019-07-19T20:28:22.587Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:28:22 [2019-07-19T20:28:22.587Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:22 [2019-07-19T20:28:22.587Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [6]} time=200006649 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [6]} 16:28:22 [2019-07-19T20:28:22.587Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [6]} time=200006649 data=null doit=true} to TreeItem with text {Traces [6]} 16:28:22 [2019-07-19T20:28:22.587Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [6]} time=200006649 data=null} to TreeItem with text {Traces [6]} 16:28:22 [2019-07-19T20:28:22.587Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [6]} time=200006649 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [6]} 16:28:22 [2019-07-19T20:28:22.587Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200006650 data=null item=TreeItem {Traces [6]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [6]} 16:28:22 [2019-07-19T20:28:22.587Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [6]} time=200006679 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [6]} 16:28:22 [2019-07-19T20:28:22.587Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:22 [2019-07-19T20:28:22.587Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [6]} time=200006728 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [6]} 16:28:22 [2019-07-19T20:28:22.587Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [6]} time=200006728 data=null doit=true} to TreeItem with text {Traces [6]} 16:28:22 [2019-07-19T20:28:22.587Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [6]} time=200006728 data=null} to TreeItem with text {Traces [6]} 16:28:22 [2019-07-19T20:28:22.587Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [6]} time=200006728 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [6]} 16:28:22 [2019-07-19T20:28:22.587Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200006729 data=null item=TreeItem {Traces [6]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [6]} 16:28:22 [2019-07-19T20:28:22.587Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [6]} time=200006734 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [6]} 16:28:22 [2019-07-19T20:28:22.587Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...' 16:28:22 [2019-07-19T20:28:22.587Z] DEBUG - Clicking on with mnemonic 'Import...' 16:28:23 [2019-07-19T20:28:23.151Z] DEBUG - Clicked on with mnemonic 'Import...' 16:28:23 [2019-07-19T20:28:23.151Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import' 16:28:23 [2019-07-19T20:28:23.151Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=200007246 data=null doit=true} to Shell with text {Trace Import} 16:28:23 [2019-07-19T20:28:23.151Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.151Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with mnemonic 'Select root directory:' 16:28:23 [2019-07-19T20:28:23.151Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with style 'SWT.RADIO' 16:28:23 [2019-07-19T20:28:23.151Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') 16:28:23 [2019-07-19T20:28:23.151Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.151Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.151Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.151Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.151Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.151Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.151Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.151Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.151Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.151Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.151Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.151Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') is already selected, not clicking again. 16:28:23 [2019-07-19T20:28:23.151Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:28:23 [2019-07-19T20:28:23.151Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:28:23 [2019-07-19T20:28:23.151Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:28:23 [2019-07-19T20:28:23.151Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:28:23 [2019-07-19T20:28:23.151Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:28:23 [2019-07-19T20:28:23.151Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo') 16:28:23 [2019-07-19T20:28:23.151Z] DEBUG - Attempting to set focus on (of type 'Combo') 16:28:23 [2019-07-19T20:28:23.151Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import 16:28:23 [2019-07-19T20:28:23.151Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import} time=200007264 data=null} to (of type 'Combo') 16:28:23 [2019-07-19T20:28:23.151Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import 16:28:23 [2019-07-19T20:28:23.152Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:23 [2019-07-19T20:28:23.152Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:23 [2019-07-19T20:28:23.152Z] DEBUG - Attempting to set focus on (of type 'Tree') 16:28:23 [2019-07-19T20:28:23.152Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:23 [2019-07-19T20:28:23.152Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:23 [2019-07-19T20:28:23.152Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=200007343 data=null doit=true} to TreeItem with text {import} 16:28:23 [2019-07-19T20:28:23.152Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=200007343 data=null} to TreeItem with text {import} 16:28:23 [2019-07-19T20:28:23.152Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=200007343 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import} 16:28:23 [2019-07-19T20:28:23.152Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200007343 data=null item=TreeItem {import} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {import} 16:28:23 [2019-07-19T20:28:23.152Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=200007346 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import} 16:28:23 [2019-07-19T20:28:23.152Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:23 [2019-07-19T20:28:23.152Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {import} time=200007347 data=null button=0 stateMask=0x0 x=83 y=11 count=0} to TreeItem with text {import} 16:28:23 [2019-07-19T20:28:23.152Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=200007347 data=null doit=true} to TreeItem with text {import} 16:28:23 [2019-07-19T20:28:23.152Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=200007347 data=null} to TreeItem with text {import} 16:28:23 [2019-07-19T20:28:23.152Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=200007348 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import} 16:28:23 [2019-07-19T20:28:23.152Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200007349 data=null item=TreeItem {import} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {import} 16:28:23 [2019-07-19T20:28:23.152Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=200007350 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import} 16:28:23 [2019-07-19T20:28:23.152Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:28:23 [2019-07-19T20:28:23.152Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:28:23 [2019-07-19T20:28:23.152Z] DEBUG - Setting state to checked on: ExampleCustomXml.xml 16:28:23 [2019-07-19T20:28:23.152Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo' 16:28:23 [2019-07-19T20:28:23.152Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:28:23 [2019-07-19T20:28:23.152Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:28:23 [2019-07-19T20:28:23.152Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:' 16:28:23 [2019-07-19T20:28:23.152Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:') 16:28:23 [2019-07-19T20:28:23.152Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:28:23 [2019-07-19T20:28:23.152Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection> 16:28:23 [2019-07-19T20:28:23.152Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {<Automatic Detection>} time=200007374 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:28:23 [2019-07-19T20:28:23.152Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection> 16:28:23 [2019-07-19T20:28:23.152Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.152Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.152Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.152Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.152Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.152Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.152Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.152Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace' 16:28:23 [2019-07-19T20:28:23.152Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK' 16:28:23 [2019-07-19T20:28:23.152Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:23 [2019-07-19T20:28:23.152Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.152Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.152Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.152Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.152Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.152Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:23 [2019-07-19T20:28:23.152Z] DEBUG - Deselecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$1@5cfa4d6d 16:28:23 [2019-07-19T20:28:23.152Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Create lin&ks in workspace} time=200007382 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:23 [2019-07-19T20:28:23.152Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Create lin&ks in workspace} time=200007382 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:23 [2019-07-19T20:28:23.152Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Create lin&ks in workspace} time=200007383 data=null doit=true} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:23 [2019-07-19T20:28:23.152Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Create lin&ks in workspace} time=200007383 data=null} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:23 [2019-07-19T20:28:23.152Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Create lin&ks in workspace} time=200007383 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:23 [2019-07-19T20:28:23.152Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Create lin&ks in workspace} time=200007383 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:23 [2019-07-19T20:28:23.152Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Create lin&ks in workspace} time=200007383 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:23 [2019-07-19T20:28:23.152Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Create lin&ks in workspace} time=200007384 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:23 [2019-07-19T20:28:23.152Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Create lin&ks in workspace} time=200007384 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:23 [2019-07-19T20:28:23.152Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Create lin&ks in workspace} time=200007384 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Create lin&ks in workspace} time=200007384 data=null doit=true} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Create lin&ks in workspace} time=200007431 data=null} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure' 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK' 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces' 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK' 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') already selected, not selecting again. 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning' 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK' 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment' 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK' 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK' 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish' 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH' 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - Clicking on &Finish 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=200007452 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=200007452 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=200007452 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=200007452 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=200007453 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:23 [2019-07-19T20:28:23.410Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=200007453 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:23 [2019-07-19T20:28:23.667Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:23 [2019-07-19T20:28:23.667Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:23 [2019-07-19T20:28:23.667Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:23 [2019-07-19T20:28:23.667Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:23 [2019-07-19T20:28:23.667Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:23 [2019-07-19T20:28:23.667Z] DEBUG - Clicked on &Finish 16:28:23 [2019-07-19T20:28:23.667Z] DEBUG - matched Shell with text "Confirmation", using matcher: with text 'Confirmation' 16:28:23 [2019-07-19T20:28:23.667Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirmation} time=200007797 data=null doit=true} to Shell with text {Confirmation} 16:28:23 [2019-07-19T20:28:23.667Z] DEBUG - matched Button with text "Rename", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.667Z] DEBUG - matched Button with text "Rename All", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.667Z] DEBUG - matched Button with text "Overwrite", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.667Z] DEBUG - matched Button with text "Overwrite", using matcher: with mnemonic 'Overwrite' 16:28:23 [2019-07-19T20:28:23.667Z] DEBUG - matched Button with text "Overwrite", using matcher: with style 'SWT.PUSH' 16:28:23 [2019-07-19T20:28:23.667Z] DEBUG - matched Button with text "Overwrite", using matcher: (of type 'Button' and with mnemonic 'Overwrite' and with style 'SWT.PUSH') 16:28:23 [2019-07-19T20:28:23.667Z] DEBUG - matched Button with text "Overwrite All", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.667Z] DEBUG - matched Button with text "Skip All", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.667Z] DEBUG - matched Button with text "Skip", using matcher: of type 'Button' 16:28:23 [2019-07-19T20:28:23.667Z] DEBUG - Clicking on Overwrite 16:28:23 [2019-07-19T20:28:23.667Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Overwrite} time=200007812 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Overwrite' and with style 'SWT.PUSH') 16:28:23 [2019-07-19T20:28:23.667Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Overwrite} time=200007812 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Overwrite' and with style 'SWT.PUSH') 16:28:23 [2019-07-19T20:28:23.667Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Overwrite} time=200007812 data=null doit=true} to (of type 'Button' and with mnemonic 'Overwrite' and with style 'SWT.PUSH') 16:28:23 [2019-07-19T20:28:23.667Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Overwrite} time=200007814 data=null} to (of type 'Button' and with mnemonic 'Overwrite' and with style 'SWT.PUSH') 16:28:23 [2019-07-19T20:28:23.667Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Overwrite} time=200007814 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Overwrite' and with style 'SWT.PUSH') 16:28:23 [2019-07-19T20:28:23.667Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Overwrite} time=200007814 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Overwrite' and with style 'SWT.PUSH') 16:28:23 [2019-07-19T20:28:23.667Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Overwrite} time=200007814 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Overwrite' and with style 'SWT.PUSH') 16:28:24 [2019-07-19T20:28:24.232Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=200007453 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:24 [2019-07-19T20:28:24.232Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=200006783 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...' 16:28:24 [2019-07-19T20:28:24.489Z] DEBUG - Clicked on 16:28:24 [2019-07-19T20:28:24.489Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:28:24 [2019-07-19T20:28:24.489Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:24 [2019-07-19T20:28:24.489Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:24 [2019-07-19T20:28:24.489Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:24 [2019-07-19T20:28:24.489Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:24 [2019-07-19T20:28:24.489Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:24 [2019-07-19T20:28:24.489Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200008655 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:28:24 [2019-07-19T20:28:24.489Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200008655 data=null doit=true} to TreeItem with text {test} 16:28:24 [2019-07-19T20:28:24.489Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200008655 data=null} to TreeItem with text {test} 16:28:24 [2019-07-19T20:28:24.489Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200008656 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:28:24 [2019-07-19T20:28:24.489Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200008656 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:28:24 [2019-07-19T20:28:24.489Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200008733 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:28:24 [2019-07-19T20:28:24.489Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:24 [2019-07-19T20:28:24.489Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200008734 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:28:24 [2019-07-19T20:28:24.489Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200008734 data=null doit=true} to TreeItem with text {test} 16:28:24 [2019-07-19T20:28:24.489Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200008735 data=null} to TreeItem with text {test} 16:28:24 [2019-07-19T20:28:24.489Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200008735 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:28:24 [2019-07-19T20:28:24.745Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200008736 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:28:24 [2019-07-19T20:28:24.745Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200008743 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:28:24 [2019-07-19T20:28:24.745Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:28:24 [2019-07-19T20:28:24.745Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:24 [2019-07-19T20:28:24.745Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [6]} time=200008748 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [6]} 16:28:24 [2019-07-19T20:28:24.745Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [6]} time=200008748 data=null doit=true} to TreeItem with text {Traces [6]} 16:28:24 [2019-07-19T20:28:24.745Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [6]} time=200008748 data=null} to TreeItem with text {Traces [6]} 16:28:24 [2019-07-19T20:28:24.745Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [6]} time=200008749 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [6]} 16:28:24 [2019-07-19T20:28:24.745Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200008749 data=null item=TreeItem {Traces [6]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [6]} 16:28:24 [2019-07-19T20:28:24.745Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [6]} time=200008759 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [6]} 16:28:24 [2019-07-19T20:28:24.745Z] WARN - Tree item TreeItem with text {Traces [6]} is already expanded. Won't expand it again. 16:28:24 [2019-07-19T20:28:24.745Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:28:24 [2019-07-19T20:28:24.745Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:25 [2019-07-19T20:28:25.002Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200009035 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:28:25 [2019-07-19T20:28:25.002Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200009036 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:28:25 [2019-07-19T20:28:25.002Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200009036 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:28:25 [2019-07-19T20:28:25.002Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200009036 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:28:25 [2019-07-19T20:28:25.002Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200009037 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:28:25 [2019-07-19T20:28:25.002Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200009080 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:28:25 [2019-07-19T20:28:25.002Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:25 [2019-07-19T20:28:25.002Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:25 [2019-07-19T20:28:25.002Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:28:25 [2019-07-19T20:28:25.002Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:25 [2019-07-19T20:28:25.002Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200009129 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:28:25 [2019-07-19T20:28:25.002Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200009129 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:28:25 [2019-07-19T20:28:25.002Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200009130 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:28:25 [2019-07-19T20:28:25.002Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200009130 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:28:25 [2019-07-19T20:28:25.002Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200009130 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:28:25 [2019-07-19T20:28:25.002Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200009135 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:28:25 [2019-07-19T20:28:25.002Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomXml.xml} 16:28:25 [2019-07-19T20:28:25.002Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200009136 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:28:25 [2019-07-19T20:28:25.002Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200009136 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:28:25 [2019-07-19T20:28:25.002Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:25 [2019-07-19T20:28:25.002Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200009137 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:28:25 [2019-07-19T20:28:25.002Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200009137 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:28:25 [2019-07-19T20:28:25.002Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200009137 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:28:25 [2019-07-19T20:28:25.002Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200009141 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:28:25 [2019-07-19T20:28:25.002Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200009142 data=null button=1 stateMask=0x0 x=156 y=116 count=2} to TreeItem with text {ExampleCustomXml.xml} 16:28:25 [2019-07-19T20:28:25.002Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200009142 data=null button=1 stateMask=0x0 x=156 y=116 count=2} to TreeItem with text {ExampleCustomXml.xml} 16:28:25 [2019-07-19T20:28:25.002Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200009142 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:28:25 [2019-07-19T20:28:25.259Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200009239 data=null button=1 stateMask=0x80000 x=156 y=116 count=2} to TreeItem with text {ExampleCustomXml.xml} 16:28:25 [2019-07-19T20:28:25.259Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200009499 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:28:25 [2019-07-19T20:28:25.259Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200009499 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:28:25 [2019-07-19T20:28:25.259Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200009499 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:28:25 [2019-07-19T20:28:25.259Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomXml.xml} 16:28:25 [2019-07-19T20:28:25.259Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:28:25 [2019-07-19T20:28:25.259Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:28:25 [2019-07-19T20:28:25.259Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:28:25 [2019-07-19T20:28:25.259Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:28:25 [2019-07-19T20:28:25.259Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:28:25 [2019-07-19T20:28:25.259Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:28:26 [2019-07-19T20:28:26.628Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:28:26 [2019-07-19T20:28:26.628Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:28:26 [2019-07-19T20:28:26.628Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:28:26 [2019-07-19T20:28:26.628Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:28:26 [2019-07-19T20:28:26.628Z] DEBUG - Attempting to set focus on Table with text {} 16:28:26 [2019-07-19T20:28:26.628Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200010503 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:28:26 [2019-07-19T20:28:26.629Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200010533 data=null doit=true} to TableItem with text {} 16:28:26 [2019-07-19T20:28:26.629Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200010534 data=null} to TableItem with text {} 16:28:26 [2019-07-19T20:28:26.629Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200010534 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:28:26 [2019-07-19T20:28:26.629Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200010535 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:28:26 [2019-07-19T20:28:26.629Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200010543 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:28:26 [2019-07-19T20:28:26.629Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:28:26 [2019-07-19T20:28:26.629Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:28:26 [2019-07-19T20:28:26.629Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:28:26 [2019-07-19T20:28:26.629Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:26 [2019-07-19T20:28:26.629Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200010791 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:28:26 [2019-07-19T20:28:26.629Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200010792 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:28:26 [2019-07-19T20:28:26.629Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200010792 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:28:26 [2019-07-19T20:28:26.629Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200010792 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:28:26 [2019-07-19T20:28:26.629Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200010793 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:28:26 [2019-07-19T20:28:26.629Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200010798 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:28:26 [2019-07-19T20:28:26.629Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:26 [2019-07-19T20:28:26.629Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:26 [2019-07-19T20:28:26.629Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:28:26 [2019-07-19T20:28:26.629Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:28:26 [2019-07-19T20:28:26.629Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:26 [2019-07-19T20:28:26.887Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200010928 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to Tree node with text: ExampleCustomXml.xml 16:28:26 [2019-07-19T20:28:26.887Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200010928 data=null doit=true} to Tree node with text: ExampleCustomXml.xml 16:28:26 [2019-07-19T20:28:26.887Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200010929 data=null} to Tree node with text: ExampleCustomXml.xml 16:28:26 [2019-07-19T20:28:26.887Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200010929 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to Tree node with text: ExampleCustomXml.xml 16:28:26 [2019-07-19T20:28:26.887Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200010929 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: ExampleCustomXml.xml 16:28:26 [2019-07-19T20:28:26.887Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200010941 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to Tree node with text: ExampleCustomXml.xml 16:28:26 [2019-07-19T20:28:26.887Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:26 [2019-07-19T20:28:26.887Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:26 [2019-07-19T20:28:26.887Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:28:26 [2019-07-19T20:28:26.887Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:28:26 [2019-07-19T20:28:26.887Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:26 [2019-07-19T20:28:26.887Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:26 [2019-07-19T20:28:26.887Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:26 [2019-07-19T20:28:26.887Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:26 [2019-07-19T20:28:26.887Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:26 [2019-07-19T20:28:26.887Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200010947 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:28:26 [2019-07-19T20:28:26.887Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200010948 data=null doit=true} to TreeItem with text {test} 16:28:26 [2019-07-19T20:28:26.887Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200010948 data=null} to TreeItem with text {test} 16:28:26 [2019-07-19T20:28:26.887Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200010948 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:28:26 [2019-07-19T20:28:26.887Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200010948 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:28:26 [2019-07-19T20:28:26.887Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200010990 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:28:26 [2019-07-19T20:28:26.887Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:26 [2019-07-19T20:28:26.887Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200010991 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:28:26 [2019-07-19T20:28:26.887Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200010991 data=null doit=true} to TreeItem with text {test} 16:28:26 [2019-07-19T20:28:26.887Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200010991 data=null} to TreeItem with text {test} 16:28:26 [2019-07-19T20:28:26.887Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200010991 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:28:26 [2019-07-19T20:28:26.887Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200010991 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:28:26 [2019-07-19T20:28:26.887Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200011004 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:28:26 [2019-07-19T20:28:26.887Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:28:26 [2019-07-19T20:28:26.887Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:26 [2019-07-19T20:28:26.887Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [6]} time=200011028 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [6]} 16:28:26 [2019-07-19T20:28:26.887Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [6]} time=200011028 data=null doit=true} to TreeItem with text {Traces [6]} 16:28:26 [2019-07-19T20:28:26.887Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [6]} time=200011028 data=null} to TreeItem with text {Traces [6]} 16:28:26 [2019-07-19T20:28:26.887Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [6]} time=200011028 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [6]} 16:28:26 [2019-07-19T20:28:26.887Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200011028 data=null item=TreeItem {Traces [6]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [6]} 16:28:26 [2019-07-19T20:28:26.887Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [6]} time=200011049 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [6]} 16:28:26 [2019-07-19T20:28:26.887Z] WARN - Tree item TreeItem with text {Traces [6]} is already expanded. Won't expand it again. 16:28:27 [2019-07-19T20:28:27.177Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:28:27 [2019-07-19T20:28:27.177Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:27 [2019-07-19T20:28:27.434Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200011427 data=null button=0 stateMask=0x0 x=148 y=158 count=0} to Tree node with text: kernel-overlap-testing 16:28:27 [2019-07-19T20:28:27.435Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200011427 data=null doit=true} to Tree node with text: kernel-overlap-testing 16:28:27 [2019-07-19T20:28:27.435Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200011427 data=null} to Tree node with text: kernel-overlap-testing 16:28:27 [2019-07-19T20:28:27.435Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200011428 data=null button=1 stateMask=0x0 x=148 y=158 count=1} to Tree node with text: kernel-overlap-testing 16:28:27 [2019-07-19T20:28:27.435Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200011428 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: kernel-overlap-testing 16:28:27 [2019-07-19T20:28:27.435Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200011533 data=null button=1 stateMask=0x80000 x=148 y=158 count=1} to Tree node with text: kernel-overlap-testing 16:28:27 [2019-07-19T20:28:27.435Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:27 [2019-07-19T20:28:27.435Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:27 [2019-07-19T20:28:27.435Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:28:27 [2019-07-19T20:28:27.435Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:28:27 [2019-07-19T20:28:27.435Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:27 [2019-07-19T20:28:27.435Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:27 [2019-07-19T20:28:27.435Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:27 [2019-07-19T20:28:27.435Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:27 [2019-07-19T20:28:27.435Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:27 [2019-07-19T20:28:27.435Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200011542 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:28:27 [2019-07-19T20:28:27.435Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200011542 data=null doit=true} to TreeItem with text {test} 16:28:27 [2019-07-19T20:28:27.435Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200011542 data=null} to TreeItem with text {test} 16:28:27 [2019-07-19T20:28:27.435Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200011543 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:28:27 [2019-07-19T20:28:27.435Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200011543 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:28:27 [2019-07-19T20:28:27.435Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200011633 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:28:27 [2019-07-19T20:28:27.435Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:27 [2019-07-19T20:28:27.435Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200011634 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:28:27 [2019-07-19T20:28:27.435Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200011634 data=null doit=true} to TreeItem with text {test} 16:28:27 [2019-07-19T20:28:27.435Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200011634 data=null} to TreeItem with text {test} 16:28:27 [2019-07-19T20:28:27.435Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200011635 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:28:27 [2019-07-19T20:28:27.435Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200011635 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:28:27 [2019-07-19T20:28:27.435Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200011642 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:28:27 [2019-07-19T20:28:27.435Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:28:27 [2019-07-19T20:28:27.435Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:27 [2019-07-19T20:28:27.435Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [6]} time=200011643 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [6]} 16:28:27 [2019-07-19T20:28:27.435Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [6]} time=200011643 data=null doit=true} to TreeItem with text {Traces [6]} 16:28:27 [2019-07-19T20:28:27.435Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [6]} time=200011644 data=null} to TreeItem with text {Traces [6]} 16:28:27 [2019-07-19T20:28:27.435Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [6]} time=200011644 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [6]} 16:28:27 [2019-07-19T20:28:27.435Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200011644 data=null item=TreeItem {Traces [6]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [6]} 16:28:27 [2019-07-19T20:28:27.435Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [6]} time=200011662 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [6]} 16:28:27 [2019-07-19T20:28:27.435Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:27 [2019-07-19T20:28:27.435Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [6]} time=200011663 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [6]} 16:28:27 [2019-07-19T20:28:27.435Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [6]} time=200011663 data=null doit=true} to TreeItem with text {Traces [6]} 16:28:27 [2019-07-19T20:28:27.435Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [6]} time=200011663 data=null} to TreeItem with text {Traces [6]} 16:28:27 [2019-07-19T20:28:27.435Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [6]} time=200011663 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [6]} 16:28:27 [2019-07-19T20:28:27.435Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200011663 data=null item=TreeItem {Traces [6]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [6]} 16:28:27 [2019-07-19T20:28:27.435Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [6]} time=200011677 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [6]} 16:28:27 [2019-07-19T20:28:27.691Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...' 16:28:27 [2019-07-19T20:28:27.691Z] DEBUG - Clicking on with mnemonic 'Import...' 16:28:27 [2019-07-19T20:28:27.948Z] DEBUG - Clicked on with mnemonic 'Import...' 16:28:27 [2019-07-19T20:28:27.948Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import' 16:28:27 [2019-07-19T20:28:27.948Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=200012175 data=null doit=true} to Shell with text {Trace Import} 16:28:27 [2019-07-19T20:28:27.948Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:27 [2019-07-19T20:28:27.948Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with mnemonic 'Select root directory:' 16:28:27 [2019-07-19T20:28:27.948Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with style 'SWT.RADIO' 16:28:27 [2019-07-19T20:28:27.948Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') 16:28:27 [2019-07-19T20:28:27.948Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:27 [2019-07-19T20:28:27.948Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:27 [2019-07-19T20:28:27.948Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:27 [2019-07-19T20:28:27.948Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:27 [2019-07-19T20:28:27.948Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:27 [2019-07-19T20:28:27.948Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:27 [2019-07-19T20:28:27.948Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:27 [2019-07-19T20:28:27.948Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:27 [2019-07-19T20:28:27.948Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:27 [2019-07-19T20:28:27.948Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:27 [2019-07-19T20:28:27.948Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:27 [2019-07-19T20:28:27.948Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') is already selected, not clicking again. 16:28:27 [2019-07-19T20:28:27.948Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:28:27 [2019-07-19T20:28:27.948Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:28:27 [2019-07-19T20:28:27.948Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:28:27 [2019-07-19T20:28:27.948Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:28:27 [2019-07-19T20:28:27.948Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:28:27 [2019-07-19T20:28:27.948Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo') 16:28:27 [2019-07-19T20:28:27.948Z] DEBUG - Attempting to set focus on (of type 'Combo') 16:28:27 [2019-07-19T20:28:27.948Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import 16:28:27 [2019-07-19T20:28:27.949Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import} time=200012181 data=null} to (of type 'Combo') 16:28:27 [2019-07-19T20:28:27.949Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import 16:28:27 [2019-07-19T20:28:27.949Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:27 [2019-07-19T20:28:27.949Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:27 [2019-07-19T20:28:27.949Z] DEBUG - Attempting to set focus on (of type 'Tree') 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=200012241 data=null doit=true} to TreeItem with text {import} 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=200012242 data=null} to TreeItem with text {import} 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=200012242 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import} 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200012242 data=null item=TreeItem {import} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {import} 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=200012245 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import} 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200012246 data=null button=0 stateMask=0x0 x=150 y=55 count=0} to Tree node with text: kernel-overlap-testing 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200012246 data=null doit=true} to Tree node with text: kernel-overlap-testing 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200012247 data=null} to Tree node with text: kernel-overlap-testing 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200012247 data=null button=1 stateMask=0x0 x=150 y=55 count=1} to Tree node with text: kernel-overlap-testing 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200012247 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: kernel-overlap-testing 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200012250 data=null button=1 stateMask=0x80000 x=150 y=55 count=1} to Tree node with text: kernel-overlap-testing 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - Setting state to checked on: kernel-overlap-testing 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:') 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection> 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {<Automatic Detection>} time=200012274 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection> 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - Deselecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$1@332f2b1b 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Create lin&ks in workspace} time=200012278 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Create lin&ks in workspace} time=200012278 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Create lin&ks in workspace} time=200012278 data=null doit=true} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Create lin&ks in workspace} time=200012279 data=null} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Create lin&ks in workspace} time=200012279 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Create lin&ks in workspace} time=200012279 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Create lin&ks in workspace} time=200012279 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Create lin&ks in workspace} time=200012279 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Create lin&ks in workspace} time=200012280 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Create lin&ks in workspace} time=200012280 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Create lin&ks in workspace} time=200012280 data=null doit=true} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Create lin&ks in workspace} time=200012280 data=null} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') already selected, not selecting again. 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH' 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - Clicking on &Finish 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=200012300 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=200012300 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=200012300 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=200012300 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=200012300 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:28 [2019-07-19T20:28:28.206Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=200012300 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:28 [2019-07-19T20:28:28.463Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:28 [2019-07-19T20:28:28.463Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:28 [2019-07-19T20:28:28.463Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:28 [2019-07-19T20:28:28.463Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:28 [2019-07-19T20:28:28.463Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:28 [2019-07-19T20:28:28.463Z] DEBUG - Clicked on &Finish 16:28:28 [2019-07-19T20:28:28.463Z] DEBUG - matched Shell with text "Confirmation", using matcher: with text 'Confirmation' 16:28:28 [2019-07-19T20:28:28.728Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirmation} time=200012714 data=null doit=true} to Shell with text {Confirmation} 16:28:28 [2019-07-19T20:28:28.728Z] DEBUG - matched Button with text "Rename", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.728Z] DEBUG - matched Button with text "Rename All", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.728Z] DEBUG - matched Button with text "Overwrite", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.728Z] DEBUG - matched Button with text "Overwrite", using matcher: with mnemonic 'Overwrite' 16:28:28 [2019-07-19T20:28:28.728Z] DEBUG - matched Button with text "Overwrite", using matcher: with style 'SWT.PUSH' 16:28:28 [2019-07-19T20:28:28.728Z] DEBUG - matched Button with text "Overwrite", using matcher: (of type 'Button' and with mnemonic 'Overwrite' and with style 'SWT.PUSH') 16:28:28 [2019-07-19T20:28:28.728Z] DEBUG - matched Button with text "Overwrite All", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.728Z] DEBUG - matched Button with text "Skip All", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.728Z] DEBUG - matched Button with text "Skip", using matcher: of type 'Button' 16:28:28 [2019-07-19T20:28:28.728Z] DEBUG - Clicking on Overwrite 16:28:28 [2019-07-19T20:28:28.728Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Overwrite} time=200012731 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Overwrite' and with style 'SWT.PUSH') 16:28:28 [2019-07-19T20:28:28.728Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Overwrite} time=200012731 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Overwrite' and with style 'SWT.PUSH') 16:28:28 [2019-07-19T20:28:28.728Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Overwrite} time=200012744 data=null doit=true} to (of type 'Button' and with mnemonic 'Overwrite' and with style 'SWT.PUSH') 16:28:28 [2019-07-19T20:28:28.728Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Overwrite} time=200012744 data=null} to (of type 'Button' and with mnemonic 'Overwrite' and with style 'SWT.PUSH') 16:28:28 [2019-07-19T20:28:28.728Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Overwrite} time=200012744 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Overwrite' and with style 'SWT.PUSH') 16:28:28 [2019-07-19T20:28:28.728Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Overwrite} time=200012744 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Overwrite' and with style 'SWT.PUSH') 16:28:28 [2019-07-19T20:28:28.728Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Overwrite} time=200012745 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Overwrite' and with style 'SWT.PUSH') 16:28:29 [2019-07-19T20:28:29.293Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=200012300 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:29 [2019-07-19T20:28:29.293Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=200011740 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...' 16:28:29 [2019-07-19T20:28:29.551Z] DEBUG - Clicked on 16:28:29 [2019-07-19T20:28:29.551Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:28:29 [2019-07-19T20:28:29.551Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:29 [2019-07-19T20:28:29.551Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:29 [2019-07-19T20:28:29.551Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:29 [2019-07-19T20:28:29.551Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:29 [2019-07-19T20:28:29.551Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:29 [2019-07-19T20:28:29.551Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200013632 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:28:29 [2019-07-19T20:28:29.551Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200013632 data=null doit=true} to TreeItem with text {test} 16:28:29 [2019-07-19T20:28:29.551Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200013633 data=null} to TreeItem with text {test} 16:28:29 [2019-07-19T20:28:29.551Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200013633 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:28:29 [2019-07-19T20:28:29.551Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200013633 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:28:29 [2019-07-19T20:28:29.551Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200013659 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:28:29 [2019-07-19T20:28:29.551Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:29 [2019-07-19T20:28:29.551Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200013660 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:28:29 [2019-07-19T20:28:29.551Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200013660 data=null doit=true} to TreeItem with text {test} 16:28:29 [2019-07-19T20:28:29.551Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200013661 data=null} to TreeItem with text {test} 16:28:29 [2019-07-19T20:28:29.551Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200013661 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:28:29 [2019-07-19T20:28:29.551Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200013661 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:28:29 [2019-07-19T20:28:29.551Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200013672 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:28:29 [2019-07-19T20:28:29.551Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:28:29 [2019-07-19T20:28:29.551Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:29 [2019-07-19T20:28:29.551Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [6]} time=200013673 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [6]} 16:28:29 [2019-07-19T20:28:29.551Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [6]} time=200013673 data=null doit=true} to TreeItem with text {Traces [6]} 16:28:29 [2019-07-19T20:28:29.551Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [6]} time=200013673 data=null} to TreeItem with text {Traces [6]} 16:28:29 [2019-07-19T20:28:29.551Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [6]} time=200013674 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [6]} 16:28:29 [2019-07-19T20:28:29.551Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200013674 data=null item=TreeItem {Traces [6]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [6]} 16:28:29 [2019-07-19T20:28:29.551Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [6]} time=200013737 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [6]} 16:28:29 [2019-07-19T20:28:29.551Z] WARN - Tree item TreeItem with text {Traces [6]} is already expanded. Won't expand it again. 16:28:29 [2019-07-19T20:28:29.551Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:28:29 [2019-07-19T20:28:29.551Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:29 [2019-07-19T20:28:29.809Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200013865 data=null button=0 stateMask=0x0 x=148 y=158 count=0} to TreeItem with text {kernel-overlap-testing} 16:28:29 [2019-07-19T20:28:29.809Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200013865 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:28:29 [2019-07-19T20:28:29.809Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200013865 data=null} to TreeItem with text {kernel-overlap-testing} 16:28:29 [2019-07-19T20:28:29.809Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200013866 data=null button=1 stateMask=0x0 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing} 16:28:29 [2019-07-19T20:28:29.809Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200013866 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:28:29 [2019-07-19T20:28:29.809Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200013910 data=null button=1 stateMask=0x80000 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing} 16:28:29 [2019-07-19T20:28:29.809Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:29 [2019-07-19T20:28:29.809Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:29 [2019-07-19T20:28:29.809Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:28:29 [2019-07-19T20:28:29.809Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:29 [2019-07-19T20:28:29.809Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200013913 data=null button=0 stateMask=0x0 x=148 y=158 count=0} to TreeItem with text {kernel-overlap-testing} 16:28:29 [2019-07-19T20:28:29.809Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200013913 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:28:29 [2019-07-19T20:28:29.809Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200013914 data=null} to TreeItem with text {kernel-overlap-testing} 16:28:29 [2019-07-19T20:28:29.809Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200013914 data=null button=1 stateMask=0x0 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing} 16:28:29 [2019-07-19T20:28:29.809Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200013914 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:28:29 [2019-07-19T20:28:29.809Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200013936 data=null button=1 stateMask=0x80000 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing} 16:28:29 [2019-07-19T20:28:29.809Z] DEBUG - Double-clicking on TreeItem with text {kernel-overlap-testing} 16:28:29 [2019-07-19T20:28:29.809Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200013937 data=null button=0 stateMask=0x0 x=148 y=158 count=0} to TreeItem with text {kernel-overlap-testing} 16:28:29 [2019-07-19T20:28:29.809Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200013937 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:28:29 [2019-07-19T20:28:29.809Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:29 [2019-07-19T20:28:29.809Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200013937 data=null} to TreeItem with text {kernel-overlap-testing} 16:28:29 [2019-07-19T20:28:29.809Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200013938 data=null button=1 stateMask=0x0 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing} 16:28:29 [2019-07-19T20:28:29.809Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200013938 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:28:29 [2019-07-19T20:28:29.809Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200013943 data=null button=1 stateMask=0x80000 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing} 16:28:29 [2019-07-19T20:28:29.809Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200013944 data=null button=1 stateMask=0x0 x=148 y=158 count=2} to TreeItem with text {kernel-overlap-testing} 16:28:29 [2019-07-19T20:28:29.809Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {kernel-overlap-testing} time=200013944 data=null button=1 stateMask=0x0 x=148 y=158 count=2} to TreeItem with text {kernel-overlap-testing} 16:28:29 [2019-07-19T20:28:29.809Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200013944 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:28:30 [2019-07-19T20:28:30.738Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200014130 data=null button=1 stateMask=0x80000 x=148 y=158 count=2} to TreeItem with text {kernel-overlap-testing} 16:28:30 [2019-07-19T20:28:30.738Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {kernel-overlap-testing} time=200014863 data=null button=0 stateMask=0x0 x=148 y=158 count=0} to TreeItem with text {kernel-overlap-testing} 16:28:30 [2019-07-19T20:28:30.738Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {kernel-overlap-testing} time=200014863 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:28:30 [2019-07-19T20:28:30.738Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {kernel-overlap-testing} time=200014864 data=null} to TreeItem with text {kernel-overlap-testing} 16:28:30 [2019-07-19T20:28:30.738Z] DEBUG - Double-clicked on TreeItem with text {kernel-overlap-testing} 16:28:30 [2019-07-19T20:28:30.738Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:28:30 [2019-07-19T20:28:30.738Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:28:30 [2019-07-19T20:28:30.738Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:28:30 [2019-07-19T20:28:30.738Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:28:30 [2019-07-19T20:28:30.738Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:28:30 [2019-07-19T20:28:30.738Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:28:30 [2019-07-19T20:28:30.738Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:28:30 [2019-07-19T20:28:30.738Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:28:30 [2019-07-19T20:28:30.738Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:28:30 [2019-07-19T20:28:30.738Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:28:30 [2019-07-19T20:28:30.738Z] DEBUG - Attempting to set focus on Table with text {} 16:28:30 [2019-07-19T20:28:30.738Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200014867 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:28:30 [2019-07-19T20:28:30.738Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200014867 data=null doit=true} to TableItem with text {} 16:28:30 [2019-07-19T20:28:30.738Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200014867 data=null} to TableItem with text {} 16:28:30 [2019-07-19T20:28:30.738Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200014868 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:28:30 [2019-07-19T20:28:30.738Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200014868 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:28:30 [2019-07-19T20:28:30.738Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200014876 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:28:30 [2019-07-19T20:28:30.738Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:28:30 [2019-07-19T20:28:30.738Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:28:31 [2019-07-19T20:28:31.668Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:28:31 [2019-07-19T20:28:31.925Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:31 [2019-07-19T20:28:31.925Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200016011 data=null button=0 stateMask=0x0 x=148 y=158 count=0} to TreeItem with text {kernel-overlap-testing} 16:28:31 [2019-07-19T20:28:31.925Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200016011 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:28:31 [2019-07-19T20:28:31.925Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200016012 data=null} to TreeItem with text {kernel-overlap-testing} 16:28:31 [2019-07-19T20:28:31.925Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200016012 data=null button=1 stateMask=0x0 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing} 16:28:31 [2019-07-19T20:28:31.925Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200016012 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:28:31 [2019-07-19T20:28:31.925Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200016018 data=null button=1 stateMask=0x80000 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing} 16:28:31 [2019-07-19T20:28:31.925Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:31 [2019-07-19T20:28:31.925Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:31 [2019-07-19T20:28:31.925Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:28:32 [2019-07-19T20:28:32.183Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:28:32 [2019-07-19T20:28:32.183Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:32 [2019-07-19T20:28:32.183Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200016403 data=null button=0 stateMask=0x0 x=148 y=158 count=0} to Tree node with text: kernel-overlap-testing 16:28:32 [2019-07-19T20:28:32.183Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200016403 data=null doit=true} to Tree node with text: kernel-overlap-testing 16:28:32 [2019-07-19T20:28:32.183Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200016404 data=null} to Tree node with text: kernel-overlap-testing 16:28:32 [2019-07-19T20:28:32.183Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200016404 data=null button=1 stateMask=0x0 x=148 y=158 count=1} to Tree node with text: kernel-overlap-testing 16:28:32 [2019-07-19T20:28:32.183Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200016404 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: kernel-overlap-testing 16:28:32 [2019-07-19T20:28:32.183Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200016410 data=null button=1 stateMask=0x80000 x=148 y=158 count=1} to Tree node with text: kernel-overlap-testing 16:28:32 [2019-07-19T20:28:32.183Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:32 [2019-07-19T20:28:32.183Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:32 [2019-07-19T20:28:32.183Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:28:32 [2019-07-19T20:28:32.183Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:28:32 [2019-07-19T20:28:32.183Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:32 [2019-07-19T20:28:32.183Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:32 [2019-07-19T20:28:32.183Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:32 [2019-07-19T20:28:32.183Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:32 [2019-07-19T20:28:32.183Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:32 [2019-07-19T20:28:32.183Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200016422 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:28:32 [2019-07-19T20:28:32.183Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200016423 data=null doit=true} to TreeItem with text {test} 16:28:32 [2019-07-19T20:28:32.183Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200016423 data=null} to TreeItem with text {test} 16:28:32 [2019-07-19T20:28:32.183Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200016423 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:28:32 [2019-07-19T20:28:32.183Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200016423 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:28:32 [2019-07-19T20:28:32.440Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200016465 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:28:32 [2019-07-19T20:28:32.440Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:32 [2019-07-19T20:28:32.440Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200016466 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:28:32 [2019-07-19T20:28:32.440Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200016466 data=null doit=true} to TreeItem with text {test} 16:28:32 [2019-07-19T20:28:32.440Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200016467 data=null} to TreeItem with text {test} 16:28:32 [2019-07-19T20:28:32.440Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200016467 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:28:32 [2019-07-19T20:28:32.440Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200016467 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:28:32 [2019-07-19T20:28:32.440Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200016474 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:28:32 [2019-07-19T20:28:32.440Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:28:32 [2019-07-19T20:28:32.440Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:32 [2019-07-19T20:28:32.440Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [6]} time=200016475 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [6]} 16:28:32 [2019-07-19T20:28:32.440Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [6]} time=200016475 data=null doit=true} to TreeItem with text {Traces [6]} 16:28:32 [2019-07-19T20:28:32.440Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [6]} time=200016475 data=null} to TreeItem with text {Traces [6]} 16:28:32 [2019-07-19T20:28:32.440Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [6]} time=200016476 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [6]} 16:28:32 [2019-07-19T20:28:32.440Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200016476 data=null item=TreeItem {Traces [6]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [6]} 16:28:32 [2019-07-19T20:28:32.440Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [6]} time=200016498 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [6]} 16:28:32 [2019-07-19T20:28:32.440Z] WARN - Tree item TreeItem with text {Traces [6]} is already expanded. Won't expand it again. 16:28:32 [2019-07-19T20:28:32.698Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:28:32 [2019-07-19T20:28:32.698Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:32 [2019-07-19T20:28:32.698Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200016946 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to Tree node with text: ExampleCustomTxt.log 16:28:32 [2019-07-19T20:28:32.698Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200016947 data=null doit=true} to Tree node with text: ExampleCustomTxt.log 16:28:32 [2019-07-19T20:28:32.698Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200016947 data=null} to Tree node with text: ExampleCustomTxt.log 16:28:32 [2019-07-19T20:28:32.954Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200016947 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to Tree node with text: ExampleCustomTxt.log 16:28:32 [2019-07-19T20:28:32.954Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200016948 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: ExampleCustomTxt.log 16:28:32 [2019-07-19T20:28:32.954Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200016985 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to Tree node with text: ExampleCustomTxt.log 16:28:32 [2019-07-19T20:28:32.954Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:32 [2019-07-19T20:28:32.954Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:32 [2019-07-19T20:28:32.954Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:28:32 [2019-07-19T20:28:32.954Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:28:32 [2019-07-19T20:28:32.954Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:32 [2019-07-19T20:28:32.954Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:32 [2019-07-19T20:28:32.954Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:32 [2019-07-19T20:28:32.954Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:32 [2019-07-19T20:28:32.954Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:32 [2019-07-19T20:28:32.954Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200017032 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:28:32 [2019-07-19T20:28:32.954Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200017032 data=null doit=true} to TreeItem with text {test} 16:28:32 [2019-07-19T20:28:32.954Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200017033 data=null} to TreeItem with text {test} 16:28:32 [2019-07-19T20:28:32.954Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200017033 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:28:32 [2019-07-19T20:28:32.954Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200017033 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:28:32 [2019-07-19T20:28:32.954Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200017073 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:28:32 [2019-07-19T20:28:32.954Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:32 [2019-07-19T20:28:32.954Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200017075 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:28:32 [2019-07-19T20:28:32.954Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200017075 data=null doit=true} to TreeItem with text {test} 16:28:32 [2019-07-19T20:28:32.954Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200017075 data=null} to TreeItem with text {test} 16:28:32 [2019-07-19T20:28:32.954Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200017076 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:28:32 [2019-07-19T20:28:32.954Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200017076 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:28:32 [2019-07-19T20:28:32.954Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200017138 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:28:32 [2019-07-19T20:28:32.954Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:28:32 [2019-07-19T20:28:32.954Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:32 [2019-07-19T20:28:32.954Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [6]} time=200017139 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [6]} 16:28:32 [2019-07-19T20:28:32.954Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [6]} time=200017140 data=null doit=true} to TreeItem with text {Traces [6]} 16:28:32 [2019-07-19T20:28:32.954Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [6]} time=200017140 data=null} to TreeItem with text {Traces [6]} 16:28:32 [2019-07-19T20:28:32.954Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [6]} time=200017140 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [6]} 16:28:32 [2019-07-19T20:28:32.954Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200017141 data=null item=TreeItem {Traces [6]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [6]} 16:28:32 [2019-07-19T20:28:32.954Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [6]} time=200017165 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [6]} 16:28:32 [2019-07-19T20:28:32.954Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:32 [2019-07-19T20:28:32.954Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [6]} time=200017166 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [6]} 16:28:32 [2019-07-19T20:28:32.954Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [6]} time=200017166 data=null doit=true} to TreeItem with text {Traces [6]} 16:28:32 [2019-07-19T20:28:32.954Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [6]} time=200017167 data=null} to TreeItem with text {Traces [6]} 16:28:32 [2019-07-19T20:28:32.954Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [6]} time=200017167 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [6]} 16:28:32 [2019-07-19T20:28:32.954Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200017167 data=null item=TreeItem {Traces [6]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [6]} 16:28:32 [2019-07-19T20:28:32.954Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [6]} time=200017176 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [6]} 16:28:33 [2019-07-19T20:28:33.279Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...' 16:28:33 [2019-07-19T20:28:33.279Z] DEBUG - Clicking on with mnemonic 'Import...' 16:28:33 [2019-07-19T20:28:33.537Z] DEBUG - Clicked on with mnemonic 'Import...' 16:28:33 [2019-07-19T20:28:33.537Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import' 16:28:33 [2019-07-19T20:28:33.537Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=200017696 data=null doit=true} to Shell with text {Trace Import} 16:28:33 [2019-07-19T20:28:33.537Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.537Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with mnemonic 'Select root directory:' 16:28:33 [2019-07-19T20:28:33.537Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with style 'SWT.RADIO' 16:28:33 [2019-07-19T20:28:33.537Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') 16:28:33 [2019-07-19T20:28:33.537Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.537Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.537Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.537Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.537Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.537Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.537Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.537Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.537Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.537Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.537Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.537Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') is already selected, not clicking again. 16:28:33 [2019-07-19T20:28:33.537Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:28:33 [2019-07-19T20:28:33.537Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:28:33 [2019-07-19T20:28:33.537Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:28:33 [2019-07-19T20:28:33.537Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:28:33 [2019-07-19T20:28:33.537Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:28:33 [2019-07-19T20:28:33.537Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo') 16:28:33 [2019-07-19T20:28:33.537Z] DEBUG - Attempting to set focus on (of type 'Combo') 16:28:33 [2019-07-19T20:28:33.537Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import 16:28:33 [2019-07-19T20:28:33.537Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import} time=200017702 data=null} to (of type 'Combo') 16:28:33 [2019-07-19T20:28:33.537Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import 16:28:33 [2019-07-19T20:28:33.537Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:33 [2019-07-19T20:28:33.537Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:33 [2019-07-19T20:28:33.537Z] DEBUG - Attempting to set focus on (of type 'Tree') 16:28:33 [2019-07-19T20:28:33.537Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:33 [2019-07-19T20:28:33.537Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:33 [2019-07-19T20:28:33.537Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=200017743 data=null doit=true} to TreeItem with text {import} 16:28:33 [2019-07-19T20:28:33.537Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=200017743 data=null} to TreeItem with text {import} 16:28:33 [2019-07-19T20:28:33.537Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=200017744 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import} 16:28:33 [2019-07-19T20:28:33.537Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200017744 data=null item=TreeItem {import} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {import} 16:28:33 [2019-07-19T20:28:33.537Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=200017747 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import} 16:28:33 [2019-07-19T20:28:33.537Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:33 [2019-07-19T20:28:33.537Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {import} time=200017748 data=null button=0 stateMask=0x0 x=83 y=11 count=0} to TreeItem with text {import} 16:28:33 [2019-07-19T20:28:33.537Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=200017748 data=null doit=true} to TreeItem with text {import} 16:28:33 [2019-07-19T20:28:33.537Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=200017748 data=null} to TreeItem with text {import} 16:28:33 [2019-07-19T20:28:33.537Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=200017748 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import} 16:28:33 [2019-07-19T20:28:33.537Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200017748 data=null item=TreeItem {import} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {import} 16:28:33 [2019-07-19T20:28:33.537Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=200017749 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import} 16:28:33 [2019-07-19T20:28:33.537Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:28:33 [2019-07-19T20:28:33.537Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:28:33 [2019-07-19T20:28:33.537Z] DEBUG - Setting state to checked on: ExampleCustomTxt.log 16:28:33 [2019-07-19T20:28:33.537Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo' 16:28:33 [2019-07-19T20:28:33.537Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:28:33 [2019-07-19T20:28:33.537Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:28:33 [2019-07-19T20:28:33.537Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:' 16:28:33 [2019-07-19T20:28:33.537Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:') 16:28:33 [2019-07-19T20:28:33.537Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:28:33 [2019-07-19T20:28:33.537Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection> 16:28:33 [2019-07-19T20:28:33.537Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {<Automatic Detection>} time=200017770 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:28:33 [2019-07-19T20:28:33.537Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection> 16:28:33 [2019-07-19T20:28:33.537Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.537Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.537Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.537Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.537Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.537Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.537Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.537Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace' 16:28:33 [2019-07-19T20:28:33.537Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK' 16:28:33 [2019-07-19T20:28:33.537Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:33 [2019-07-19T20:28:33.537Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.537Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.537Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.537Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.537Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.537Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:33 [2019-07-19T20:28:33.537Z] DEBUG - Deselecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$1@f8fd472 16:28:33 [2019-07-19T20:28:33.537Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Create lin&ks in workspace} time=200017773 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:33 [2019-07-19T20:28:33.538Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Create lin&ks in workspace} time=200017773 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:33 [2019-07-19T20:28:33.538Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Create lin&ks in workspace} time=200017774 data=null doit=true} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:33 [2019-07-19T20:28:33.538Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Create lin&ks in workspace} time=200017779 data=null} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:33 [2019-07-19T20:28:33.538Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Create lin&ks in workspace} time=200017779 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:33 [2019-07-19T20:28:33.538Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Create lin&ks in workspace} time=200017779 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:33 [2019-07-19T20:28:33.538Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Create lin&ks in workspace} time=200017780 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:33 [2019-07-19T20:28:33.538Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Create lin&ks in workspace} time=200017780 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:33 [2019-07-19T20:28:33.538Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Create lin&ks in workspace} time=200017780 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:33 [2019-07-19T20:28:33.538Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Create lin&ks in workspace} time=200017780 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:33 [2019-07-19T20:28:33.538Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Create lin&ks in workspace} time=200017780 data=null doit=true} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:33 [2019-07-19T20:28:33.538Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Create lin&ks in workspace} time=200017780 data=null} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:33 [2019-07-19T20:28:33.538Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.538Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.538Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.538Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.538Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.538Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.538Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.538Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.538Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure' 16:28:33 [2019-07-19T20:28:33.538Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK' 16:28:33 [2019-07-19T20:28:33.538Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:28:33 [2019-07-19T20:28:33.538Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.538Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.538Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.538Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.538Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:28:33 [2019-07-19T20:28:33.538Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:28:33 [2019-07-19T20:28:33.538Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.538Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.538Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.538Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.538Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.538Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces' 16:28:33 [2019-07-19T20:28:33.538Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK' 16:28:33 [2019-07-19T20:28:33.538Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:28:33 [2019-07-19T20:28:33.538Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.538Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.538Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.538Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.538Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.538Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.538Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.538Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:28:33 [2019-07-19T20:28:33.538Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') already selected, not selecting again. 16:28:33 [2019-07-19T20:28:33.795Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.795Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.795Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.795Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.795Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.795Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.795Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning' 16:28:33 [2019-07-19T20:28:33.795Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK' 16:28:33 [2019-07-19T20:28:33.795Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:28:33 [2019-07-19T20:28:33.795Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.795Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.795Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.795Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.795Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.795Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.795Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:28:33 [2019-07-19T20:28:33.795Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:28:33 [2019-07-19T20:28:33.795Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.795Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.795Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.795Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.795Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.795Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.795Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.795Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.795Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.795Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment' 16:28:33 [2019-07-19T20:28:33.795Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK' 16:28:33 [2019-07-19T20:28:33.795Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:28:33 [2019-07-19T20:28:33.795Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.795Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.795Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.795Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:28:33 [2019-07-19T20:28:33.795Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:28:33 [2019-07-19T20:28:33.795Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.795Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.795Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.795Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.795Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.795Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.795Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.795Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.795Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.795Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.795Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' 16:28:33 [2019-07-19T20:28:33.795Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK' 16:28:33 [2019-07-19T20:28:33.795Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:28:33 [2019-07-19T20:28:33.795Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.795Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.795Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:28:33 [2019-07-19T20:28:33.795Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:28:33 [2019-07-19T20:28:33.795Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.795Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.795Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.795Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.795Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.795Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.795Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.795Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.795Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.795Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.795Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.795Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:33 [2019-07-19T20:28:33.795Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish' 16:28:33 [2019-07-19T20:28:33.795Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH' 16:28:33 [2019-07-19T20:28:33.795Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:33 [2019-07-19T20:28:33.795Z] DEBUG - Clicking on &Finish 16:28:33 [2019-07-19T20:28:33.795Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=200017803 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:33 [2019-07-19T20:28:33.795Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=200017803 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:33 [2019-07-19T20:28:33.795Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=200017803 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:33 [2019-07-19T20:28:33.795Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=200017804 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:33 [2019-07-19T20:28:33.795Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=200017804 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:33 [2019-07-19T20:28:33.795Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=200017804 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:33 [2019-07-19T20:28:33.795Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:34 [2019-07-19T20:28:34.052Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:34 [2019-07-19T20:28:34.052Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:34 [2019-07-19T20:28:34.052Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:34 [2019-07-19T20:28:34.052Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:34 [2019-07-19T20:28:34.052Z] DEBUG - Clicked on &Finish 16:28:34 [2019-07-19T20:28:34.052Z] DEBUG - matched Shell with text "Confirmation", using matcher: with text 'Confirmation' 16:28:34 [2019-07-19T20:28:34.052Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirmation} time=200018189 data=null doit=true} to Shell with text {Confirmation} 16:28:34 [2019-07-19T20:28:34.052Z] DEBUG - matched Button with text "Rename", using matcher: of type 'Button' 16:28:34 [2019-07-19T20:28:34.052Z] DEBUG - matched Button with text "Rename All", using matcher: of type 'Button' 16:28:34 [2019-07-19T20:28:34.052Z] DEBUG - matched Button with text "Overwrite", using matcher: of type 'Button' 16:28:34 [2019-07-19T20:28:34.052Z] DEBUG - matched Button with text "Overwrite All", using matcher: of type 'Button' 16:28:34 [2019-07-19T20:28:34.052Z] DEBUG - matched Button with text "Skip All", using matcher: of type 'Button' 16:28:34 [2019-07-19T20:28:34.052Z] DEBUG - matched Button with text "Skip", using matcher: of type 'Button' 16:28:34 [2019-07-19T20:28:34.053Z] DEBUG - matched Button with text "Skip", using matcher: with mnemonic 'Skip' 16:28:34 [2019-07-19T20:28:34.053Z] DEBUG - matched Button with text "Skip", using matcher: with style 'SWT.PUSH' 16:28:34 [2019-07-19T20:28:34.053Z] DEBUG - matched Button with text "Skip", using matcher: (of type 'Button' and with mnemonic 'Skip' and with style 'SWT.PUSH') 16:28:34 [2019-07-19T20:28:34.053Z] DEBUG - Clicking on Skip 16:28:34 [2019-07-19T20:28:34.053Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Skip} time=200018203 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Skip' and with style 'SWT.PUSH') 16:28:34 [2019-07-19T20:28:34.053Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Skip} time=200018203 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Skip' and with style 'SWT.PUSH') 16:28:34 [2019-07-19T20:28:34.053Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Skip} time=200018203 data=null doit=true} to (of type 'Button' and with mnemonic 'Skip' and with style 'SWT.PUSH') 16:28:34 [2019-07-19T20:28:34.053Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Skip} time=200018203 data=null} to (of type 'Button' and with mnemonic 'Skip' and with style 'SWT.PUSH') 16:28:34 [2019-07-19T20:28:34.053Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Skip} time=200018203 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Skip' and with style 'SWT.PUSH') 16:28:34 [2019-07-19T20:28:34.053Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Skip} time=200018203 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Skip' and with style 'SWT.PUSH') 16:28:34 [2019-07-19T20:28:34.053Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Skip} time=200018203 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Skip' and with style 'SWT.PUSH') 16:28:34 [2019-07-19T20:28:34.616Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=200017804 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:34 [2019-07-19T20:28:34.616Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=200017255 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...' 16:28:34 [2019-07-19T20:28:34.616Z] DEBUG - Clicked on 16:28:34 [2019-07-19T20:28:34.616Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:28:34 [2019-07-19T20:28:34.616Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:34 [2019-07-19T20:28:34.616Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:34 [2019-07-19T20:28:34.616Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:34 [2019-07-19T20:28:34.616Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:34 [2019-07-19T20:28:34.616Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:34 [2019-07-19T20:28:34.616Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200018800 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:28:34 [2019-07-19T20:28:34.616Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200018800 data=null doit=true} to TreeItem with text {test} 16:28:34 [2019-07-19T20:28:34.616Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200018800 data=null} to TreeItem with text {test} 16:28:34 [2019-07-19T20:28:34.616Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200018801 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:28:34 [2019-07-19T20:28:34.616Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200018801 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:28:34 [2019-07-19T20:28:34.616Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200018845 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:28:34 [2019-07-19T20:28:34.616Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:34 [2019-07-19T20:28:34.616Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200018852 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:28:34 [2019-07-19T20:28:34.616Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200018852 data=null doit=true} to TreeItem with text {test} 16:28:34 [2019-07-19T20:28:34.616Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200018852 data=null} to TreeItem with text {test} 16:28:34 [2019-07-19T20:28:34.616Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200018852 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:28:34 [2019-07-19T20:28:34.616Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200018853 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:28:34 [2019-07-19T20:28:34.616Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200018862 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:28:34 [2019-07-19T20:28:34.873Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:28:34 [2019-07-19T20:28:34.873Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:34 [2019-07-19T20:28:34.873Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [6]} time=200018868 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [6]} 16:28:34 [2019-07-19T20:28:34.873Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [6]} time=200018868 data=null doit=true} to TreeItem with text {Traces [6]} 16:28:34 [2019-07-19T20:28:34.873Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [6]} time=200018868 data=null} to TreeItem with text {Traces [6]} 16:28:34 [2019-07-19T20:28:34.873Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [6]} time=200018868 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [6]} 16:28:34 [2019-07-19T20:28:34.873Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200018868 data=null item=TreeItem {Traces [6]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [6]} 16:28:34 [2019-07-19T20:28:34.873Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [6]} time=200018879 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [6]} 16:28:34 [2019-07-19T20:28:34.873Z] WARN - Tree item TreeItem with text {Traces [6]} is already expanded. Won't expand it again. 16:28:35 [2019-07-19T20:28:35.130Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:28:35 [2019-07-19T20:28:35.130Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:35 [2019-07-19T20:28:35.388Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200019417 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:28:35 [2019-07-19T20:28:35.388Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200019417 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:28:35 [2019-07-19T20:28:35.388Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200019417 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:28:35 [2019-07-19T20:28:35.388Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200019418 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:28:35 [2019-07-19T20:28:35.388Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200019418 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:28:35 [2019-07-19T20:28:35.388Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200019460 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:28:35 [2019-07-19T20:28:35.388Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:35 [2019-07-19T20:28:35.388Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:35 [2019-07-19T20:28:35.388Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:28:35 [2019-07-19T20:28:35.388Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:35 [2019-07-19T20:28:35.388Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200019464 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:28:35 [2019-07-19T20:28:35.388Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200019464 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:28:35 [2019-07-19T20:28:35.388Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200019464 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:28:35 [2019-07-19T20:28:35.388Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200019464 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:28:35 [2019-07-19T20:28:35.388Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200019465 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:28:35 [2019-07-19T20:28:35.388Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200019470 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:28:35 [2019-07-19T20:28:35.388Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomTxt.log} 16:28:35 [2019-07-19T20:28:35.388Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200019470 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:28:35 [2019-07-19T20:28:35.388Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200019471 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:28:35 [2019-07-19T20:28:35.388Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:35 [2019-07-19T20:28:35.388Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200019471 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:28:35 [2019-07-19T20:28:35.388Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200019472 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:28:35 [2019-07-19T20:28:35.388Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200019472 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:28:35 [2019-07-19T20:28:35.388Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200019483 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:28:35 [2019-07-19T20:28:35.388Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200019484 data=null button=1 stateMask=0x0 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:28:35 [2019-07-19T20:28:35.388Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200019484 data=null button=1 stateMask=0x0 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:28:35 [2019-07-19T20:28:35.388Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200019485 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:28:35 [2019-07-19T20:28:35.645Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200019766 data=null button=1 stateMask=0x80000 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:28:35 [2019-07-19T20:28:35.645Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200019768 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:28:35 [2019-07-19T20:28:35.645Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200019768 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:28:35 [2019-07-19T20:28:35.645Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200019768 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:28:35 [2019-07-19T20:28:35.645Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomTxt.log} 16:28:35 [2019-07-19T20:28:35.645Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:28:35 [2019-07-19T20:28:35.645Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:28:35 [2019-07-19T20:28:35.645Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:28:35 [2019-07-19T20:28:35.645Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:28:35 [2019-07-19T20:28:35.645Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:28:35 [2019-07-19T20:28:35.645Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:28:35 [2019-07-19T20:28:35.645Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:28:35 [2019-07-19T20:28:35.645Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:28:35 [2019-07-19T20:28:35.645Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:28:35 [2019-07-19T20:28:35.645Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:28:35 [2019-07-19T20:28:35.645Z] DEBUG - Attempting to set focus on Table with text {} 16:28:35 [2019-07-19T20:28:35.645Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200019771 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:28:35 [2019-07-19T20:28:35.645Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200019771 data=null doit=true} to TableItem with text {} 16:28:35 [2019-07-19T20:28:35.645Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200019771 data=null} to TableItem with text {} 16:28:35 [2019-07-19T20:28:35.645Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200019772 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:28:35 [2019-07-19T20:28:35.645Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200019772 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:28:35 [2019-07-19T20:28:35.645Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200019834 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:28:35 [2019-07-19T20:28:35.645Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:28:35 [2019-07-19T20:28:35.645Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:28:35 [2019-07-19T20:28:35.903Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:28:35 [2019-07-19T20:28:35.903Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:35 [2019-07-19T20:28:35.903Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200020134 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:28:35 [2019-07-19T20:28:35.903Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200020134 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:28:35 [2019-07-19T20:28:35.903Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200020135 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:28:35 [2019-07-19T20:28:35.903Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200020135 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:28:35 [2019-07-19T20:28:35.903Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200020135 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:28:35 [2019-07-19T20:28:35.903Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200020142 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:28:35 [2019-07-19T20:28:35.903Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:35 [2019-07-19T20:28:35.903Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:35 [2019-07-19T20:28:35.903Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:28:36 [2019-07-19T20:28:36.160Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:28:36 [2019-07-19T20:28:36.160Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:36 [2019-07-19T20:28:36.160Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200020339 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to Tree node with text: ExampleCustomTxt.log 16:28:36 [2019-07-19T20:28:36.160Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200020340 data=null doit=true} to Tree node with text: ExampleCustomTxt.log 16:28:36 [2019-07-19T20:28:36.160Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200020340 data=null} to Tree node with text: ExampleCustomTxt.log 16:28:36 [2019-07-19T20:28:36.160Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200020340 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to Tree node with text: ExampleCustomTxt.log 16:28:36 [2019-07-19T20:28:36.160Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200020341 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: ExampleCustomTxt.log 16:28:36 [2019-07-19T20:28:36.160Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200020346 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to Tree node with text: ExampleCustomTxt.log 16:28:36 [2019-07-19T20:28:36.160Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:36 [2019-07-19T20:28:36.160Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:36 [2019-07-19T20:28:36.160Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:28:36 [2019-07-19T20:28:36.160Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:28:36 [2019-07-19T20:28:36.160Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:36 [2019-07-19T20:28:36.160Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:36 [2019-07-19T20:28:36.160Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:36 [2019-07-19T20:28:36.160Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:36 [2019-07-19T20:28:36.160Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:36 [2019-07-19T20:28:36.160Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200020353 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:28:36 [2019-07-19T20:28:36.160Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200020353 data=null doit=true} to TreeItem with text {test} 16:28:36 [2019-07-19T20:28:36.160Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200020353 data=null} to TreeItem with text {test} 16:28:36 [2019-07-19T20:28:36.160Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200020353 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:28:36 [2019-07-19T20:28:36.160Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200020354 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:28:36 [2019-07-19T20:28:36.417Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200020437 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:28:36 [2019-07-19T20:28:36.417Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:36 [2019-07-19T20:28:36.417Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200020438 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:28:36 [2019-07-19T20:28:36.417Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200020438 data=null doit=true} to TreeItem with text {test} 16:28:36 [2019-07-19T20:28:36.417Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200020439 data=null} to TreeItem with text {test} 16:28:36 [2019-07-19T20:28:36.417Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200020439 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:28:36 [2019-07-19T20:28:36.417Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200020439 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:28:36 [2019-07-19T20:28:36.417Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200020450 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:28:36 [2019-07-19T20:28:36.417Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:28:36 [2019-07-19T20:28:36.417Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:36 [2019-07-19T20:28:36.417Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [6]} time=200020451 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [6]} 16:28:36 [2019-07-19T20:28:36.417Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [6]} time=200020451 data=null doit=true} to TreeItem with text {Traces [6]} 16:28:36 [2019-07-19T20:28:36.417Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [6]} time=200020451 data=null} to TreeItem with text {Traces [6]} 16:28:36 [2019-07-19T20:28:36.417Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [6]} time=200020452 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [6]} 16:28:36 [2019-07-19T20:28:36.417Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200020452 data=null item=TreeItem {Traces [6]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [6]} 16:28:36 [2019-07-19T20:28:36.417Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [6]} time=200020470 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [6]} 16:28:36 [2019-07-19T20:28:36.417Z] WARN - Tree item TreeItem with text {Traces [6]} is already expanded. Won't expand it again. 16:28:36 [2019-07-19T20:28:36.981Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:28:36 [2019-07-19T20:28:36.981Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:36 [2019-07-19T20:28:36.981Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200020985 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to Tree node with text: ExampleCustomXml.xml 16:28:36 [2019-07-19T20:28:36.981Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200020985 data=null doit=true} to Tree node with text: ExampleCustomXml.xml 16:28:36 [2019-07-19T20:28:36.981Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200020985 data=null} to Tree node with text: ExampleCustomXml.xml 16:28:36 [2019-07-19T20:28:36.981Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200020986 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to Tree node with text: ExampleCustomXml.xml 16:28:36 [2019-07-19T20:28:36.981Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200020986 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: ExampleCustomXml.xml 16:28:36 [2019-07-19T20:28:36.981Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200021025 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to Tree node with text: ExampleCustomXml.xml 16:28:36 [2019-07-19T20:28:36.981Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:36 [2019-07-19T20:28:36.981Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:36 [2019-07-19T20:28:36.981Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:28:36 [2019-07-19T20:28:36.981Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:28:36 [2019-07-19T20:28:36.981Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:36 [2019-07-19T20:28:36.981Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:36 [2019-07-19T20:28:36.981Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:36 [2019-07-19T20:28:36.981Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:36 [2019-07-19T20:28:36.981Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:36 [2019-07-19T20:28:36.981Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200021033 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:28:36 [2019-07-19T20:28:36.981Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200021033 data=null doit=true} to TreeItem with text {test} 16:28:36 [2019-07-19T20:28:36.981Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200021034 data=null} to TreeItem with text {test} 16:28:36 [2019-07-19T20:28:36.981Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200021034 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:28:36 [2019-07-19T20:28:36.981Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200021034 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:28:36 [2019-07-19T20:28:36.981Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200021074 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:28:36 [2019-07-19T20:28:36.981Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:36 [2019-07-19T20:28:36.981Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200021127 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:28:36 [2019-07-19T20:28:36.981Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200021128 data=null doit=true} to TreeItem with text {test} 16:28:36 [2019-07-19T20:28:36.981Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200021128 data=null} to TreeItem with text {test} 16:28:36 [2019-07-19T20:28:36.981Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200021128 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:28:36 [2019-07-19T20:28:36.981Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200021128 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:28:36 [2019-07-19T20:28:36.981Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200021136 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:28:36 [2019-07-19T20:28:36.981Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:28:36 [2019-07-19T20:28:36.981Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:36 [2019-07-19T20:28:36.981Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [6]} time=200021137 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [6]} 16:28:36 [2019-07-19T20:28:36.981Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [6]} time=200021137 data=null doit=true} to TreeItem with text {Traces [6]} 16:28:36 [2019-07-19T20:28:36.981Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [6]} time=200021138 data=null} to TreeItem with text {Traces [6]} 16:28:36 [2019-07-19T20:28:36.981Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [6]} time=200021138 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [6]} 16:28:36 [2019-07-19T20:28:36.981Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200021138 data=null item=TreeItem {Traces [6]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [6]} 16:28:36 [2019-07-19T20:28:36.981Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [6]} time=200021157 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [6]} 16:28:36 [2019-07-19T20:28:36.981Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:36 [2019-07-19T20:28:36.981Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [6]} time=200021158 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [6]} 16:28:36 [2019-07-19T20:28:36.981Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [6]} time=200021158 data=null doit=true} to TreeItem with text {Traces [6]} 16:28:36 [2019-07-19T20:28:36.981Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [6]} time=200021158 data=null} to TreeItem with text {Traces [6]} 16:28:36 [2019-07-19T20:28:36.981Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [6]} time=200021159 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [6]} 16:28:36 [2019-07-19T20:28:36.981Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200021159 data=null item=TreeItem {Traces [6]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [6]} 16:28:36 [2019-07-19T20:28:36.981Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [6]} time=200021173 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [6]} 16:28:37 [2019-07-19T20:28:37.238Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...' 16:28:37 [2019-07-19T20:28:37.238Z] DEBUG - Clicking on with mnemonic 'Import...' 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - Clicked on with mnemonic 'Import...' 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import' 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=200021784 data=null doit=true} to Shell with text {Trace Import} 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with mnemonic 'Select root directory:' 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with style 'SWT.RADIO' 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') is already selected, not clicking again. 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo') 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - Attempting to set focus on (of type 'Combo') 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import} time=200021841 data=null} to (of type 'Combo') 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - Attempting to set focus on (of type 'Tree') 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=200021933 data=null doit=true} to TreeItem with text {import} 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=200021934 data=null} to TreeItem with text {import} 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=200021934 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import} 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200021935 data=null item=TreeItem {import} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {import} 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=200021937 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import} 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {import} time=200021938 data=null button=0 stateMask=0x0 x=83 y=11 count=0} to TreeItem with text {import} 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=200021939 data=null doit=true} to TreeItem with text {import} 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=200021939 data=null} to TreeItem with text {import} 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=200021939 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import} 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200021939 data=null item=TreeItem {import} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {import} 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=200021940 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import} 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - Setting state to checked on: ExampleCustomXml.xml 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo' 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:' 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:') 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection> 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {<Automatic Detection>} time=200021964 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection> 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace' 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK' 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - Deselecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$1@4afbbe76 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Create lin&ks in workspace} time=200021973 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Create lin&ks in workspace} time=200021974 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Create lin&ks in workspace} time=200021974 data=null doit=true} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Create lin&ks in workspace} time=200021974 data=null} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Create lin&ks in workspace} time=200021974 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Create lin&ks in workspace} time=200021974 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Create lin&ks in workspace} time=200021974 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Create lin&ks in workspace} time=200021975 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Create lin&ks in workspace} time=200021975 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Create lin&ks in workspace} time=200021975 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Create lin&ks in workspace} time=200021975 data=null doit=true} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Create lin&ks in workspace} time=200021975 data=null} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure' 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK' 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces' 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK' 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') already selected, not selecting again. 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning' 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK' 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.803Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.804Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.804Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.804Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.804Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.804Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment' 16:28:37 [2019-07-19T20:28:37.804Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK' 16:28:37 [2019-07-19T20:28:37.804Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:28:37 [2019-07-19T20:28:37.804Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.804Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.804Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.804Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:28:37 [2019-07-19T20:28:37.804Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:28:37 [2019-07-19T20:28:37.804Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.804Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.804Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.804Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.804Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.804Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.804Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.804Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.804Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.804Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.804Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' 16:28:37 [2019-07-19T20:28:37.804Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK' 16:28:37 [2019-07-19T20:28:37.804Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:28:37 [2019-07-19T20:28:37.804Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.804Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.804Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:28:37 [2019-07-19T20:28:37.804Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:28:37 [2019-07-19T20:28:37.804Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.804Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.804Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.804Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.804Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.804Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.804Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.804Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.804Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.804Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.804Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.804Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:37 [2019-07-19T20:28:37.804Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish' 16:28:37 [2019-07-19T20:28:37.804Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH' 16:28:37 [2019-07-19T20:28:37.804Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:37 [2019-07-19T20:28:37.804Z] DEBUG - Clicking on &Finish 16:28:37 [2019-07-19T20:28:37.804Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=200022038 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:37 [2019-07-19T20:28:37.804Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=200022038 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:37 [2019-07-19T20:28:37.804Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=200022038 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:37 [2019-07-19T20:28:37.804Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=200022038 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:37 [2019-07-19T20:28:37.804Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=200022039 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:37 [2019-07-19T20:28:37.804Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=200022039 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:38 [2019-07-19T20:28:38.367Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:38 [2019-07-19T20:28:38.367Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:38 [2019-07-19T20:28:38.367Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:38 [2019-07-19T20:28:38.367Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:38 [2019-07-19T20:28:38.367Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:38 [2019-07-19T20:28:38.367Z] DEBUG - Clicked on &Finish 16:28:38 [2019-07-19T20:28:38.367Z] DEBUG - matched Shell with text "Confirmation", using matcher: with text 'Confirmation' 16:28:38 [2019-07-19T20:28:38.367Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirmation} time=200022407 data=null doit=true} to Shell with text {Confirmation} 16:28:38 [2019-07-19T20:28:38.367Z] DEBUG - matched Button with text "Rename", using matcher: of type 'Button' 16:28:38 [2019-07-19T20:28:38.367Z] DEBUG - matched Button with text "Rename All", using matcher: of type 'Button' 16:28:38 [2019-07-19T20:28:38.367Z] DEBUG - matched Button with text "Overwrite", using matcher: of type 'Button' 16:28:38 [2019-07-19T20:28:38.367Z] DEBUG - matched Button with text "Overwrite All", using matcher: of type 'Button' 16:28:38 [2019-07-19T20:28:38.367Z] DEBUG - matched Button with text "Skip All", using matcher: of type 'Button' 16:28:38 [2019-07-19T20:28:38.367Z] DEBUG - matched Button with text "Skip", using matcher: of type 'Button' 16:28:38 [2019-07-19T20:28:38.367Z] DEBUG - matched Button with text "Skip", using matcher: with mnemonic 'Skip' 16:28:38 [2019-07-19T20:28:38.367Z] DEBUG - matched Button with text "Skip", using matcher: with style 'SWT.PUSH' 16:28:38 [2019-07-19T20:28:38.367Z] DEBUG - matched Button with text "Skip", using matcher: (of type 'Button' and with mnemonic 'Skip' and with style 'SWT.PUSH') 16:28:38 [2019-07-19T20:28:38.367Z] DEBUG - Clicking on Skip 16:28:38 [2019-07-19T20:28:38.367Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Skip} time=200022422 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Skip' and with style 'SWT.PUSH') 16:28:38 [2019-07-19T20:28:38.367Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Skip} time=200022423 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Skip' and with style 'SWT.PUSH') 16:28:38 [2019-07-19T20:28:38.367Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Skip} time=200022424 data=null doit=true} to (of type 'Button' and with mnemonic 'Skip' and with style 'SWT.PUSH') 16:28:38 [2019-07-19T20:28:38.367Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Skip} time=200022424 data=null} to (of type 'Button' and with mnemonic 'Skip' and with style 'SWT.PUSH') 16:28:38 [2019-07-19T20:28:38.367Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Skip} time=200022430 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Skip' and with style 'SWT.PUSH') 16:28:38 [2019-07-19T20:28:38.367Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Skip} time=200022430 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Skip' and with style 'SWT.PUSH') 16:28:38 [2019-07-19T20:28:38.367Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Skip} time=200022431 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Skip' and with style 'SWT.PUSH') 16:28:38 [2019-07-19T20:28:38.624Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=200022039 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:38 [2019-07-19T20:28:38.624Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=200021270 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...' 16:28:38 [2019-07-19T20:28:38.883Z] DEBUG - Clicked on 16:28:38 [2019-07-19T20:28:38.883Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:28:38 [2019-07-19T20:28:38.883Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:38 [2019-07-19T20:28:38.883Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:38 [2019-07-19T20:28:38.883Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:38 [2019-07-19T20:28:38.883Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:38 [2019-07-19T20:28:38.883Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:38 [2019-07-19T20:28:38.883Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200022995 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:28:38 [2019-07-19T20:28:38.883Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200022996 data=null doit=true} to TreeItem with text {test} 16:28:38 [2019-07-19T20:28:38.883Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200022996 data=null} to TreeItem with text {test} 16:28:38 [2019-07-19T20:28:38.883Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200022996 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:28:38 [2019-07-19T20:28:38.883Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200022996 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:28:38 [2019-07-19T20:28:38.883Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200023039 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:28:38 [2019-07-19T20:28:38.883Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:38 [2019-07-19T20:28:38.883Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200023052 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:28:38 [2019-07-19T20:28:38.883Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200023052 data=null doit=true} to TreeItem with text {test} 16:28:38 [2019-07-19T20:28:38.883Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200023052 data=null} to TreeItem with text {test} 16:28:38 [2019-07-19T20:28:38.883Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200023052 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:28:38 [2019-07-19T20:28:38.883Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200023052 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:28:38 [2019-07-19T20:28:38.883Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200023068 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:28:38 [2019-07-19T20:28:38.883Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:28:38 [2019-07-19T20:28:38.883Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:38 [2019-07-19T20:28:38.883Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [6]} time=200023070 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [6]} 16:28:38 [2019-07-19T20:28:38.883Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [6]} time=200023070 data=null doit=true} to TreeItem with text {Traces [6]} 16:28:38 [2019-07-19T20:28:38.883Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [6]} time=200023070 data=null} to TreeItem with text {Traces [6]} 16:28:38 [2019-07-19T20:28:38.883Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [6]} time=200023070 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [6]} 16:28:38 [2019-07-19T20:28:38.883Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200023071 data=null item=TreeItem {Traces [6]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [6]} 16:28:38 [2019-07-19T20:28:38.883Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [6]} time=200023091 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [6]} 16:28:38 [2019-07-19T20:28:38.883Z] WARN - Tree item TreeItem with text {Traces [6]} is already expanded. Won't expand it again. 16:28:39 [2019-07-19T20:28:39.447Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:28:39 [2019-07-19T20:28:39.447Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:39 [2019-07-19T20:28:39.447Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200023576 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:28:39 [2019-07-19T20:28:39.447Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200023576 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:28:39 [2019-07-19T20:28:39.447Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200023576 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:28:39 [2019-07-19T20:28:39.447Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200023577 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:28:39 [2019-07-19T20:28:39.447Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200023577 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:28:39 [2019-07-19T20:28:39.447Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200023618 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:28:39 [2019-07-19T20:28:39.447Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:39 [2019-07-19T20:28:39.447Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:39 [2019-07-19T20:28:39.447Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:28:39 [2019-07-19T20:28:39.447Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:39 [2019-07-19T20:28:39.447Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200023621 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:28:39 [2019-07-19T20:28:39.447Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200023621 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:28:39 [2019-07-19T20:28:39.447Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200023621 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:28:39 [2019-07-19T20:28:39.447Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200023622 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:28:39 [2019-07-19T20:28:39.447Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200023622 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:28:39 [2019-07-19T20:28:39.447Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200023627 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:28:39 [2019-07-19T20:28:39.447Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomXml.xml} 16:28:39 [2019-07-19T20:28:39.447Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200023627 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:28:39 [2019-07-19T20:28:39.447Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200023627 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:28:39 [2019-07-19T20:28:39.447Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:39 [2019-07-19T20:28:39.447Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200023628 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:28:39 [2019-07-19T20:28:39.447Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200023628 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:28:39 [2019-07-19T20:28:39.447Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200023628 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:28:39 [2019-07-19T20:28:39.447Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200023632 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:28:39 [2019-07-19T20:28:39.447Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200023633 data=null button=1 stateMask=0x0 x=156 y=116 count=2} to TreeItem with text {ExampleCustomXml.xml} 16:28:39 [2019-07-19T20:28:39.447Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200023639 data=null button=1 stateMask=0x0 x=156 y=116 count=2} to TreeItem with text {ExampleCustomXml.xml} 16:28:39 [2019-07-19T20:28:39.704Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200023639 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:28:39 [2019-07-19T20:28:39.704Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200023714 data=null button=1 stateMask=0x80000 x=156 y=116 count=2} to TreeItem with text {ExampleCustomXml.xml} 16:28:39 [2019-07-19T20:28:39.704Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200023831 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:28:39 [2019-07-19T20:28:39.704Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200023831 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:28:39 [2019-07-19T20:28:39.704Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200023831 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:28:39 [2019-07-19T20:28:39.704Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomXml.xml} 16:28:39 [2019-07-19T20:28:39.704Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:28:39 [2019-07-19T20:28:39.704Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:28:39 [2019-07-19T20:28:39.704Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:28:39 [2019-07-19T20:28:39.704Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:28:39 [2019-07-19T20:28:39.704Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:28:39 [2019-07-19T20:28:39.704Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:28:39 [2019-07-19T20:28:39.704Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:28:39 [2019-07-19T20:28:39.704Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:28:39 [2019-07-19T20:28:39.704Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:28:39 [2019-07-19T20:28:39.704Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:28:39 [2019-07-19T20:28:39.704Z] DEBUG - Attempting to set focus on Table with text {} 16:28:39 [2019-07-19T20:28:39.704Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200023834 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:28:39 [2019-07-19T20:28:39.704Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200023834 data=null doit=true} to TableItem with text {} 16:28:39 [2019-07-19T20:28:39.704Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200023834 data=null} to TableItem with text {} 16:28:39 [2019-07-19T20:28:39.704Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200023834 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:28:39 [2019-07-19T20:28:39.704Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200023835 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:28:39 [2019-07-19T20:28:39.704Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200023836 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:28:39 [2019-07-19T20:28:39.704Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:28:39 [2019-07-19T20:28:39.704Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:28:39 [2019-07-19T20:28:39.704Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:28:39 [2019-07-19T20:28:39.961Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:39 [2019-07-19T20:28:39.961Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200024022 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:28:39 [2019-07-19T20:28:39.961Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200024022 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:28:39 [2019-07-19T20:28:39.961Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200024022 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:28:39 [2019-07-19T20:28:39.961Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200024023 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:28:39 [2019-07-19T20:28:39.961Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200024023 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:28:39 [2019-07-19T20:28:39.961Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200024028 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:28:39 [2019-07-19T20:28:39.961Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:39 [2019-07-19T20:28:39.961Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:39 [2019-07-19T20:28:39.961Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:28:39 [2019-07-19T20:28:39.961Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:28:39 [2019-07-19T20:28:39.961Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:39 [2019-07-19T20:28:39.961Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200024205 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to Tree node with text: ExampleCustomXml.xml 16:28:39 [2019-07-19T20:28:39.961Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200024206 data=null doit=true} to Tree node with text: ExampleCustomXml.xml 16:28:39 [2019-07-19T20:28:39.961Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200024206 data=null} to Tree node with text: ExampleCustomXml.xml 16:28:39 [2019-07-19T20:28:39.961Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200024207 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to Tree node with text: ExampleCustomXml.xml 16:28:39 [2019-07-19T20:28:39.961Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200024207 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: ExampleCustomXml.xml 16:28:40 [2019-07-19T20:28:40.219Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200024212 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to Tree node with text: ExampleCustomXml.xml 16:28:40 [2019-07-19T20:28:40.219Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:40 [2019-07-19T20:28:40.219Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:40 [2019-07-19T20:28:40.219Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:28:40 [2019-07-19T20:28:40.219Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:28:40 [2019-07-19T20:28:40.219Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:40 [2019-07-19T20:28:40.219Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:40 [2019-07-19T20:28:40.219Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:40 [2019-07-19T20:28:40.219Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:40 [2019-07-19T20:28:40.219Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:40 [2019-07-19T20:28:40.219Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200024219 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:28:40 [2019-07-19T20:28:40.219Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200024219 data=null doit=true} to TreeItem with text {test} 16:28:40 [2019-07-19T20:28:40.219Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200024219 data=null} to TreeItem with text {test} 16:28:40 [2019-07-19T20:28:40.219Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200024220 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:28:40 [2019-07-19T20:28:40.219Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200024220 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:28:40 [2019-07-19T20:28:40.219Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200024260 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:28:40 [2019-07-19T20:28:40.219Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:40 [2019-07-19T20:28:40.219Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200024261 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:28:40 [2019-07-19T20:28:40.219Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200024261 data=null doit=true} to TreeItem with text {test} 16:28:40 [2019-07-19T20:28:40.219Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200024261 data=null} to TreeItem with text {test} 16:28:40 [2019-07-19T20:28:40.219Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200024262 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:28:40 [2019-07-19T20:28:40.219Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200024262 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:28:40 [2019-07-19T20:28:40.219Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200024275 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:28:40 [2019-07-19T20:28:40.219Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:28:40 [2019-07-19T20:28:40.219Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:40 [2019-07-19T20:28:40.219Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [6]} time=200024276 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [6]} 16:28:40 [2019-07-19T20:28:40.219Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [6]} time=200024276 data=null doit=true} to TreeItem with text {Traces [6]} 16:28:40 [2019-07-19T20:28:40.219Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [6]} time=200024276 data=null} to TreeItem with text {Traces [6]} 16:28:40 [2019-07-19T20:28:40.219Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [6]} time=200024277 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [6]} 16:28:40 [2019-07-19T20:28:40.219Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200024277 data=null item=TreeItem {Traces [6]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [6]} 16:28:40 [2019-07-19T20:28:40.219Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [6]} time=200024339 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [6]} 16:28:40 [2019-07-19T20:28:40.219Z] WARN - Tree item TreeItem with text {Traces [6]} is already expanded. Won't expand it again. 16:28:40 [2019-07-19T20:28:40.477Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:28:40 [2019-07-19T20:28:40.477Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:40 [2019-07-19T20:28:40.477Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200024611 data=null button=0 stateMask=0x0 x=148 y=158 count=0} to Tree node with text: kernel-overlap-testing 16:28:40 [2019-07-19T20:28:40.477Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200024611 data=null doit=true} to Tree node with text: kernel-overlap-testing 16:28:40 [2019-07-19T20:28:40.477Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200024611 data=null} to Tree node with text: kernel-overlap-testing 16:28:40 [2019-07-19T20:28:40.477Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200024612 data=null button=1 stateMask=0x0 x=148 y=158 count=1} to Tree node with text: kernel-overlap-testing 16:28:40 [2019-07-19T20:28:40.477Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200024612 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: kernel-overlap-testing 16:28:40 [2019-07-19T20:28:40.477Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200024664 data=null button=1 stateMask=0x80000 x=148 y=158 count=1} to Tree node with text: kernel-overlap-testing 16:28:40 [2019-07-19T20:28:40.477Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:40 [2019-07-19T20:28:40.477Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:40 [2019-07-19T20:28:40.477Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:28:40 [2019-07-19T20:28:40.477Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:28:40 [2019-07-19T20:28:40.477Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:40 [2019-07-19T20:28:40.477Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:40 [2019-07-19T20:28:40.477Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:40 [2019-07-19T20:28:40.477Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:40 [2019-07-19T20:28:40.477Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:40 [2019-07-19T20:28:40.477Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200024671 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:28:40 [2019-07-19T20:28:40.477Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200024671 data=null doit=true} to TreeItem with text {test} 16:28:40 [2019-07-19T20:28:40.477Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200024672 data=null} to TreeItem with text {test} 16:28:40 [2019-07-19T20:28:40.477Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200024672 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:28:40 [2019-07-19T20:28:40.477Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200024672 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:28:40 [2019-07-19T20:28:40.477Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200024713 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:28:40 [2019-07-19T20:28:40.477Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:40 [2019-07-19T20:28:40.477Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200024714 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:28:40 [2019-07-19T20:28:40.477Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200024714 data=null doit=true} to TreeItem with text {test} 16:28:40 [2019-07-19T20:28:40.477Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200024714 data=null} to TreeItem with text {test} 16:28:40 [2019-07-19T20:28:40.477Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200024715 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:28:40 [2019-07-19T20:28:40.477Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200024715 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:28:40 [2019-07-19T20:28:40.734Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200024727 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:28:40 [2019-07-19T20:28:40.734Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:28:40 [2019-07-19T20:28:40.734Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:40 [2019-07-19T20:28:40.734Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [6]} time=200024729 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [6]} 16:28:40 [2019-07-19T20:28:40.734Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [6]} time=200024729 data=null doit=true} to TreeItem with text {Traces [6]} 16:28:40 [2019-07-19T20:28:40.734Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [6]} time=200024729 data=null} to TreeItem with text {Traces [6]} 16:28:40 [2019-07-19T20:28:40.734Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [6]} time=200024729 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [6]} 16:28:40 [2019-07-19T20:28:40.734Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200024730 data=null item=TreeItem {Traces [6]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [6]} 16:28:40 [2019-07-19T20:28:40.734Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [6]} time=200024752 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [6]} 16:28:40 [2019-07-19T20:28:40.734Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:40 [2019-07-19T20:28:40.734Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [6]} time=200024753 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [6]} 16:28:40 [2019-07-19T20:28:40.734Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [6]} time=200024753 data=null doit=true} to TreeItem with text {Traces [6]} 16:28:40 [2019-07-19T20:28:40.734Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [6]} time=200024753 data=null} to TreeItem with text {Traces [6]} 16:28:40 [2019-07-19T20:28:40.734Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [6]} time=200024754 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [6]} 16:28:40 [2019-07-19T20:28:40.734Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200024754 data=null item=TreeItem {Traces [6]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [6]} 16:28:40 [2019-07-19T20:28:40.734Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [6]} time=200024763 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [6]} 16:28:40 [2019-07-19T20:28:40.734Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...' 16:28:40 [2019-07-19T20:28:40.734Z] DEBUG - Clicking on with mnemonic 'Import...' 16:28:40 [2019-07-19T20:28:40.991Z] DEBUG - Clicked on with mnemonic 'Import...' 16:28:40 [2019-07-19T20:28:40.991Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import' 16:28:40 [2019-07-19T20:28:40.991Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=200025145 data=null doit=true} to Shell with text {Trace Import} 16:28:40 [2019-07-19T20:28:40.991Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:40 [2019-07-19T20:28:40.991Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with mnemonic 'Select root directory:' 16:28:40 [2019-07-19T20:28:40.991Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with style 'SWT.RADIO' 16:28:40 [2019-07-19T20:28:40.991Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') 16:28:40 [2019-07-19T20:28:40.991Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:40 [2019-07-19T20:28:40.991Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:40 [2019-07-19T20:28:40.991Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:40 [2019-07-19T20:28:40.991Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:40 [2019-07-19T20:28:40.991Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:40 [2019-07-19T20:28:40.991Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:40 [2019-07-19T20:28:40.991Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:40 [2019-07-19T20:28:40.991Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:40 [2019-07-19T20:28:40.991Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:40 [2019-07-19T20:28:40.991Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:40 [2019-07-19T20:28:40.991Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:40 [2019-07-19T20:28:40.991Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') is already selected, not clicking again. 16:28:40 [2019-07-19T20:28:40.991Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:28:40 [2019-07-19T20:28:40.991Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:28:40 [2019-07-19T20:28:40.991Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:28:40 [2019-07-19T20:28:40.991Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:28:40 [2019-07-19T20:28:40.991Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:28:40 [2019-07-19T20:28:40.991Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo') 16:28:40 [2019-07-19T20:28:40.991Z] DEBUG - Attempting to set focus on (of type 'Combo') 16:28:40 [2019-07-19T20:28:40.991Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import 16:28:40 [2019-07-19T20:28:40.991Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import} time=200025195 data=null} to (of type 'Combo') 16:28:40 [2019-07-19T20:28:40.991Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import 16:28:40 [2019-07-19T20:28:40.991Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:40 [2019-07-19T20:28:40.991Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:40 [2019-07-19T20:28:40.991Z] DEBUG - Attempting to set focus on (of type 'Tree') 16:28:40 [2019-07-19T20:28:40.991Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:40 [2019-07-19T20:28:40.991Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:40 [2019-07-19T20:28:40.991Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=200025228 data=null doit=true} to TreeItem with text {import} 16:28:40 [2019-07-19T20:28:40.991Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=200025228 data=null} to TreeItem with text {import} 16:28:40 [2019-07-19T20:28:40.991Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=200025228 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import} 16:28:40 [2019-07-19T20:28:40.991Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200025232 data=null item=TreeItem {import} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {import} 16:28:40 [2019-07-19T20:28:40.991Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=200025235 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import} 16:28:40 [2019-07-19T20:28:40.991Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:40 [2019-07-19T20:28:40.991Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200025236 data=null button=0 stateMask=0x0 x=150 y=55 count=0} to Tree node with text: kernel-overlap-testing 16:28:40 [2019-07-19T20:28:40.991Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200025236 data=null doit=true} to Tree node with text: kernel-overlap-testing 16:28:40 [2019-07-19T20:28:40.991Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200025236 data=null} to Tree node with text: kernel-overlap-testing 16:28:40 [2019-07-19T20:28:40.991Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200025236 data=null button=1 stateMask=0x0 x=150 y=55 count=1} to Tree node with text: kernel-overlap-testing 16:28:40 [2019-07-19T20:28:40.991Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200025237 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: kernel-overlap-testing 16:28:40 [2019-07-19T20:28:40.991Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200025239 data=null button=1 stateMask=0x80000 x=150 y=55 count=1} to Tree node with text: kernel-overlap-testing 16:28:40 [2019-07-19T20:28:40.991Z] DEBUG - Setting state to checked on: kernel-overlap-testing 16:28:41 [2019-07-19T20:28:41.248Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo' 16:28:41 [2019-07-19T20:28:41.248Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:28:41 [2019-07-19T20:28:41.248Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:28:41 [2019-07-19T20:28:41.248Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:' 16:28:41 [2019-07-19T20:28:41.248Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:') 16:28:41 [2019-07-19T20:28:41.248Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:28:41 [2019-07-19T20:28:41.248Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection> 16:28:41 [2019-07-19T20:28:41.248Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {<Automatic Detection>} time=200025257 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:28:41 [2019-07-19T20:28:41.248Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection> 16:28:41 [2019-07-19T20:28:41.248Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.248Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.248Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.248Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.248Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.248Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.248Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.248Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace' 16:28:41 [2019-07-19T20:28:41.248Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK' 16:28:41 [2019-07-19T20:28:41.248Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:41 [2019-07-19T20:28:41.248Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.248Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.248Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.248Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.248Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.248Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:41 [2019-07-19T20:28:41.248Z] DEBUG - Deselecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$1@ff9be70 16:28:41 [2019-07-19T20:28:41.248Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Create lin&ks in workspace} time=200025260 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:41 [2019-07-19T20:28:41.248Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Create lin&ks in workspace} time=200025261 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:41 [2019-07-19T20:28:41.248Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Create lin&ks in workspace} time=200025261 data=null doit=true} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:41 [2019-07-19T20:28:41.248Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Create lin&ks in workspace} time=200025261 data=null} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:41 [2019-07-19T20:28:41.248Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Create lin&ks in workspace} time=200025261 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:41 [2019-07-19T20:28:41.248Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Create lin&ks in workspace} time=200025261 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:41 [2019-07-19T20:28:41.248Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Create lin&ks in workspace} time=200025261 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:41 [2019-07-19T20:28:41.248Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Create lin&ks in workspace} time=200025262 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:41 [2019-07-19T20:28:41.248Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Create lin&ks in workspace} time=200025262 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:41 [2019-07-19T20:28:41.248Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Create lin&ks in workspace} time=200025267 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:41 [2019-07-19T20:28:41.248Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Create lin&ks in workspace} time=200025267 data=null doit=true} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:41 [2019-07-19T20:28:41.248Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Create lin&ks in workspace} time=200025267 data=null} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:41 [2019-07-19T20:28:41.248Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.248Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.248Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.248Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.248Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.248Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.248Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.248Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.248Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure' 16:28:41 [2019-07-19T20:28:41.248Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK' 16:28:41 [2019-07-19T20:28:41.248Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:28:41 [2019-07-19T20:28:41.248Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.248Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces' 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK' 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') already selected, not selecting again. 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning' 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK' 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment' 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK' 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK' 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish' 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH' 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - Clicking on &Finish 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=200025287 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=200025288 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=200025288 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=200025288 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=200025288 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:41 [2019-07-19T20:28:41.249Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=200025288 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:41 [2019-07-19T20:28:41.505Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:41 [2019-07-19T20:28:41.505Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:41 [2019-07-19T20:28:41.505Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:41 [2019-07-19T20:28:41.505Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:41 [2019-07-19T20:28:41.505Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:41 [2019-07-19T20:28:41.505Z] DEBUG - Clicked on &Finish 16:28:41 [2019-07-19T20:28:41.505Z] DEBUG - matched Shell with text "Confirmation", using matcher: with text 'Confirmation' 16:28:41 [2019-07-19T20:28:41.505Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirmation} time=200025692 data=null doit=true} to Shell with text {Confirmation} 16:28:41 [2019-07-19T20:28:41.505Z] DEBUG - matched Button with text "Rename", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.505Z] DEBUG - matched Button with text "Rename All", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.505Z] DEBUG - matched Button with text "Overwrite", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.505Z] DEBUG - matched Button with text "Overwrite All", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.505Z] DEBUG - matched Button with text "Skip All", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.505Z] DEBUG - matched Button with text "Skip", using matcher: of type 'Button' 16:28:41 [2019-07-19T20:28:41.505Z] DEBUG - matched Button with text "Skip", using matcher: with mnemonic 'Skip' 16:28:41 [2019-07-19T20:28:41.505Z] DEBUG - matched Button with text "Skip", using matcher: with style 'SWT.PUSH' 16:28:41 [2019-07-19T20:28:41.505Z] DEBUG - matched Button with text "Skip", using matcher: (of type 'Button' and with mnemonic 'Skip' and with style 'SWT.PUSH') 16:28:41 [2019-07-19T20:28:41.505Z] DEBUG - Clicking on Skip 16:28:41 [2019-07-19T20:28:41.505Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Skip} time=200025695 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Skip' and with style 'SWT.PUSH') 16:28:41 [2019-07-19T20:28:41.505Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Skip} time=200025695 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Skip' and with style 'SWT.PUSH') 16:28:41 [2019-07-19T20:28:41.505Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Skip} time=200025695 data=null doit=true} to (of type 'Button' and with mnemonic 'Skip' and with style 'SWT.PUSH') 16:28:41 [2019-07-19T20:28:41.505Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Skip} time=200025709 data=null} to (of type 'Button' and with mnemonic 'Skip' and with style 'SWT.PUSH') 16:28:41 [2019-07-19T20:28:41.505Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Skip} time=200025710 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Skip' and with style 'SWT.PUSH') 16:28:41 [2019-07-19T20:28:41.505Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Skip} time=200025711 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Skip' and with style 'SWT.PUSH') 16:28:41 [2019-07-19T20:28:41.505Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Skip} time=200025711 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Skip' and with style 'SWT.PUSH') 16:28:41 [2019-07-19T20:28:41.763Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=200025288 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:41 [2019-07-19T20:28:41.763Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=200024807 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...' 16:28:41 [2019-07-19T20:28:41.763Z] DEBUG - Clicked on 16:28:41 [2019-07-19T20:28:41.763Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:28:41 [2019-07-19T20:28:41.763Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:41 [2019-07-19T20:28:41.763Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:41 [2019-07-19T20:28:41.763Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:41 [2019-07-19T20:28:41.763Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:41 [2019-07-19T20:28:41.763Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:41 [2019-07-19T20:28:41.763Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200025986 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:28:41 [2019-07-19T20:28:41.763Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200025986 data=null doit=true} to TreeItem with text {test} 16:28:41 [2019-07-19T20:28:41.763Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200025986 data=null} to TreeItem with text {test} 16:28:41 [2019-07-19T20:28:41.763Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200025986 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:28:41 [2019-07-19T20:28:41.763Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200025987 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:28:42 [2019-07-19T20:28:42.021Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200026047 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:28:42 [2019-07-19T20:28:42.021Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:42 [2019-07-19T20:28:42.021Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200026047 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:28:42 [2019-07-19T20:28:42.021Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200026048 data=null doit=true} to TreeItem with text {test} 16:28:42 [2019-07-19T20:28:42.021Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200026048 data=null} to TreeItem with text {test} 16:28:42 [2019-07-19T20:28:42.021Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200026048 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:28:42 [2019-07-19T20:28:42.021Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200026048 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:28:42 [2019-07-19T20:28:42.021Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200026077 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:28:42 [2019-07-19T20:28:42.021Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:28:42 [2019-07-19T20:28:42.021Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:42 [2019-07-19T20:28:42.021Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [6]} time=200026079 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [6]} 16:28:42 [2019-07-19T20:28:42.021Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [6]} time=200026079 data=null doit=true} to TreeItem with text {Traces [6]} 16:28:42 [2019-07-19T20:28:42.021Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [6]} time=200026079 data=null} to TreeItem with text {Traces [6]} 16:28:42 [2019-07-19T20:28:42.021Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [6]} time=200026079 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [6]} 16:28:42 [2019-07-19T20:28:42.021Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200026079 data=null item=TreeItem {Traces [6]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [6]} 16:28:42 [2019-07-19T20:28:42.021Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [6]} time=200026102 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [6]} 16:28:42 [2019-07-19T20:28:42.021Z] WARN - Tree item TreeItem with text {Traces [6]} is already expanded. Won't expand it again. 16:28:42 [2019-07-19T20:28:42.278Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:28:42 [2019-07-19T20:28:42.278Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:42 [2019-07-19T20:28:42.278Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200026512 data=null button=0 stateMask=0x0 x=148 y=158 count=0} to TreeItem with text {kernel-overlap-testing} 16:28:42 [2019-07-19T20:28:42.278Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200026512 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:28:42 [2019-07-19T20:28:42.278Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200026513 data=null} to TreeItem with text {kernel-overlap-testing} 16:28:42 [2019-07-19T20:28:42.278Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200026513 data=null button=1 stateMask=0x0 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing} 16:28:42 [2019-07-19T20:28:42.278Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200026513 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:28:42 [2019-07-19T20:28:42.535Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200026583 data=null button=1 stateMask=0x80000 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing} 16:28:42 [2019-07-19T20:28:42.535Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:42 [2019-07-19T20:28:42.535Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:42 [2019-07-19T20:28:42.535Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:28:42 [2019-07-19T20:28:42.535Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:42 [2019-07-19T20:28:42.535Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200026587 data=null button=0 stateMask=0x0 x=148 y=158 count=0} to TreeItem with text {kernel-overlap-testing} 16:28:42 [2019-07-19T20:28:42.535Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200026587 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:28:42 [2019-07-19T20:28:42.535Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200026587 data=null} to TreeItem with text {kernel-overlap-testing} 16:28:42 [2019-07-19T20:28:42.535Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200026587 data=null button=1 stateMask=0x0 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing} 16:28:42 [2019-07-19T20:28:42.535Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200026588 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:28:42 [2019-07-19T20:28:42.535Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200026593 data=null button=1 stateMask=0x80000 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing} 16:28:42 [2019-07-19T20:28:42.535Z] DEBUG - Double-clicking on TreeItem with text {kernel-overlap-testing} 16:28:42 [2019-07-19T20:28:42.535Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200026632 data=null button=0 stateMask=0x0 x=148 y=158 count=0} to TreeItem with text {kernel-overlap-testing} 16:28:42 [2019-07-19T20:28:42.535Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200026633 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:28:42 [2019-07-19T20:28:42.535Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:42 [2019-07-19T20:28:42.535Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200026633 data=null} to TreeItem with text {kernel-overlap-testing} 16:28:42 [2019-07-19T20:28:42.535Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200026634 data=null button=1 stateMask=0x0 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing} 16:28:42 [2019-07-19T20:28:42.535Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200026634 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:28:42 [2019-07-19T20:28:42.535Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200026639 data=null button=1 stateMask=0x80000 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing} 16:28:42 [2019-07-19T20:28:42.535Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200026640 data=null button=1 stateMask=0x0 x=148 y=158 count=2} to TreeItem with text {kernel-overlap-testing} 16:28:42 [2019-07-19T20:28:42.535Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {kernel-overlap-testing} time=200026640 data=null button=1 stateMask=0x0 x=148 y=158 count=2} to TreeItem with text {kernel-overlap-testing} 16:28:42 [2019-07-19T20:28:42.792Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200026641 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:28:42 [2019-07-19T20:28:42.792Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200026761 data=null button=1 stateMask=0x80000 x=148 y=158 count=2} to TreeItem with text {kernel-overlap-testing} 16:28:42 [2019-07-19T20:28:42.792Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {kernel-overlap-testing} time=200026944 data=null button=0 stateMask=0x0 x=148 y=158 count=0} to TreeItem with text {kernel-overlap-testing} 16:28:42 [2019-07-19T20:28:42.792Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {kernel-overlap-testing} time=200026944 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:28:42 [2019-07-19T20:28:42.792Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {kernel-overlap-testing} time=200026944 data=null} to TreeItem with text {kernel-overlap-testing} 16:28:42 [2019-07-19T20:28:42.792Z] DEBUG - Double-clicked on TreeItem with text {kernel-overlap-testing} 16:28:42 [2019-07-19T20:28:42.792Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:28:42 [2019-07-19T20:28:42.792Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:28:42 [2019-07-19T20:28:42.792Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:28:42 [2019-07-19T20:28:42.792Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:28:42 [2019-07-19T20:28:42.792Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:28:42 [2019-07-19T20:28:42.792Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:28:42 [2019-07-19T20:28:42.792Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:28:42 [2019-07-19T20:28:42.792Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:28:42 [2019-07-19T20:28:42.792Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:28:42 [2019-07-19T20:28:42.792Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:28:42 [2019-07-19T20:28:42.792Z] DEBUG - Attempting to set focus on Table with text {} 16:28:42 [2019-07-19T20:28:42.792Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200026948 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:28:42 [2019-07-19T20:28:42.792Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200026948 data=null doit=true} to TableItem with text {} 16:28:42 [2019-07-19T20:28:42.792Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200026956 data=null} to TableItem with text {} 16:28:42 [2019-07-19T20:28:42.792Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200026956 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:28:42 [2019-07-19T20:28:42.792Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200026957 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:28:42 [2019-07-19T20:28:42.792Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200026960 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:28:42 [2019-07-19T20:28:42.792Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:28:42 [2019-07-19T20:28:42.792Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:28:43 [2019-07-19T20:28:43.049Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:28:43 [2019-07-19T20:28:43.049Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:43 [2019-07-19T20:28:43.049Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200027220 data=null button=0 stateMask=0x0 x=148 y=158 count=0} to TreeItem with text {kernel-overlap-testing} 16:28:43 [2019-07-19T20:28:43.049Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200027220 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:28:43 [2019-07-19T20:28:43.049Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200027221 data=null} to TreeItem with text {kernel-overlap-testing} 16:28:43 [2019-07-19T20:28:43.049Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200027221 data=null button=1 stateMask=0x0 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing} 16:28:43 [2019-07-19T20:28:43.049Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200027222 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:28:43 [2019-07-19T20:28:43.049Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200027227 data=null button=1 stateMask=0x80000 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing} 16:28:43 [2019-07-19T20:28:43.049Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:43 [2019-07-19T20:28:43.049Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:43 [2019-07-19T20:28:43.049Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:28:43 [2019-07-19T20:28:43.049Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:28:43 [2019-07-19T20:28:43.049Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:43 [2019-07-19T20:28:43.306Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200027377 data=null button=0 stateMask=0x0 x=148 y=158 count=0} to Tree node with text: kernel-overlap-testing 16:28:43 [2019-07-19T20:28:43.306Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200027377 data=null doit=true} to Tree node with text: kernel-overlap-testing 16:28:43 [2019-07-19T20:28:43.306Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200027377 data=null} to Tree node with text: kernel-overlap-testing 16:28:43 [2019-07-19T20:28:43.306Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200027378 data=null button=1 stateMask=0x0 x=148 y=158 count=1} to Tree node with text: kernel-overlap-testing 16:28:43 [2019-07-19T20:28:43.306Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200027378 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: kernel-overlap-testing 16:28:43 [2019-07-19T20:28:43.306Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200027435 data=null button=1 stateMask=0x80000 x=148 y=158 count=1} to Tree node with text: kernel-overlap-testing 16:28:43 [2019-07-19T20:28:43.306Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:43 [2019-07-19T20:28:43.306Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:43 [2019-07-19T20:28:43.306Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:28:43 [2019-07-19T20:28:43.306Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:28:43 [2019-07-19T20:28:43.306Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:43 [2019-07-19T20:28:43.306Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:43 [2019-07-19T20:28:43.306Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:43 [2019-07-19T20:28:43.306Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:43 [2019-07-19T20:28:43.306Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:43 [2019-07-19T20:28:43.306Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200027444 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:28:43 [2019-07-19T20:28:43.306Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200027444 data=null doit=true} to TreeItem with text {test} 16:28:43 [2019-07-19T20:28:43.306Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200027445 data=null} to TreeItem with text {test} 16:28:43 [2019-07-19T20:28:43.306Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200027445 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:28:43 [2019-07-19T20:28:43.306Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200027445 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:28:43 [2019-07-19T20:28:43.306Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200027533 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:28:43 [2019-07-19T20:28:43.306Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:43 [2019-07-19T20:28:43.306Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200027534 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:28:43 [2019-07-19T20:28:43.306Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200027534 data=null doit=true} to TreeItem with text {test} 16:28:43 [2019-07-19T20:28:43.306Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200027534 data=null} to TreeItem with text {test} 16:28:43 [2019-07-19T20:28:43.306Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200027535 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:28:43 [2019-07-19T20:28:43.306Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200027535 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:28:43 [2019-07-19T20:28:43.306Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200027543 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:28:43 [2019-07-19T20:28:43.306Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:28:43 [2019-07-19T20:28:43.306Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:43 [2019-07-19T20:28:43.306Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [6]} time=200027544 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [6]} 16:28:43 [2019-07-19T20:28:43.306Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [6]} time=200027544 data=null doit=true} to TreeItem with text {Traces [6]} 16:28:43 [2019-07-19T20:28:43.306Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [6]} time=200027544 data=null} to TreeItem with text {Traces [6]} 16:28:43 [2019-07-19T20:28:43.306Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [6]} time=200027545 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [6]} 16:28:43 [2019-07-19T20:28:43.306Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200027545 data=null item=TreeItem {Traces [6]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [6]} 16:28:43 [2019-07-19T20:28:43.563Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [6]} time=200027564 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [6]} 16:28:43 [2019-07-19T20:28:43.563Z] WARN - Tree item TreeItem with text {Traces [6]} is already expanded. Won't expand it again. 16:28:43 [2019-07-19T20:28:43.563Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:28:43 [2019-07-19T20:28:43.563Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:43 [2019-07-19T20:28:43.821Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200027839 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to Tree node with text: ExampleCustomTxt.log 16:28:43 [2019-07-19T20:28:43.821Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200027839 data=null doit=true} to Tree node with text: ExampleCustomTxt.log 16:28:43 [2019-07-19T20:28:43.821Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200027839 data=null} to Tree node with text: ExampleCustomTxt.log 16:28:43 [2019-07-19T20:28:43.821Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200027839 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to Tree node with text: ExampleCustomTxt.log 16:28:43 [2019-07-19T20:28:43.821Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200027840 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: ExampleCustomTxt.log 16:28:43 [2019-07-19T20:28:43.821Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200027876 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to Tree node with text: ExampleCustomTxt.log 16:28:43 [2019-07-19T20:28:43.821Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:43 [2019-07-19T20:28:43.821Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:43 [2019-07-19T20:28:43.821Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:28:43 [2019-07-19T20:28:43.821Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:28:43 [2019-07-19T20:28:43.821Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:43 [2019-07-19T20:28:43.821Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:43 [2019-07-19T20:28:43.821Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:43 [2019-07-19T20:28:43.821Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:43 [2019-07-19T20:28:43.821Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:43 [2019-07-19T20:28:43.821Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200027883 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:28:43 [2019-07-19T20:28:43.821Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200027883 data=null doit=true} to TreeItem with text {test} 16:28:43 [2019-07-19T20:28:43.821Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200027883 data=null} to TreeItem with text {test} 16:28:43 [2019-07-19T20:28:43.821Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200027883 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:28:43 [2019-07-19T20:28:43.821Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200027884 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:28:43 [2019-07-19T20:28:43.821Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200027939 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:28:43 [2019-07-19T20:28:43.821Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:43 [2019-07-19T20:28:43.821Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200027941 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:28:43 [2019-07-19T20:28:43.821Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200027941 data=null doit=true} to TreeItem with text {test} 16:28:43 [2019-07-19T20:28:43.821Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200027941 data=null} to TreeItem with text {test} 16:28:43 [2019-07-19T20:28:43.821Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200027942 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:28:43 [2019-07-19T20:28:43.821Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200027942 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:28:43 [2019-07-19T20:28:43.821Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200027949 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:28:43 [2019-07-19T20:28:43.821Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:28:43 [2019-07-19T20:28:43.821Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:43 [2019-07-19T20:28:43.821Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [6]} time=200027951 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [6]} 16:28:43 [2019-07-19T20:28:43.821Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [6]} time=200027951 data=null doit=true} to TreeItem with text {Traces [6]} 16:28:43 [2019-07-19T20:28:43.821Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [6]} time=200027951 data=null} to TreeItem with text {Traces [6]} 16:28:43 [2019-07-19T20:28:43.821Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [6]} time=200027951 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [6]} 16:28:43 [2019-07-19T20:28:43.821Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200027952 data=null item=TreeItem {Traces [6]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [6]} 16:28:43 [2019-07-19T20:28:43.821Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [6]} time=200027969 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [6]} 16:28:43 [2019-07-19T20:28:43.821Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:43 [2019-07-19T20:28:43.821Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [6]} time=200027970 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [6]} 16:28:43 [2019-07-19T20:28:43.821Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [6]} time=200027971 data=null doit=true} to TreeItem with text {Traces [6]} 16:28:43 [2019-07-19T20:28:43.821Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [6]} time=200027971 data=null} to TreeItem with text {Traces [6]} 16:28:43 [2019-07-19T20:28:43.821Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [6]} time=200027971 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [6]} 16:28:43 [2019-07-19T20:28:43.821Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200027971 data=null item=TreeItem {Traces [6]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [6]} 16:28:43 [2019-07-19T20:28:43.821Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [6]} time=200027985 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [6]} 16:28:43 [2019-07-19T20:28:43.821Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...' 16:28:43 [2019-07-19T20:28:43.821Z] DEBUG - Clicking on with mnemonic 'Import...' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - Clicked on with mnemonic 'Import...' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=200028508 data=null doit=true} to Shell with text {Trace Import} 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with mnemonic 'Select root directory:' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with style 'SWT.RADIO' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') is already selected, not clicking again. 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo') 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - Attempting to set focus on (of type 'Combo') 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import} time=200028514 data=null} to (of type 'Combo') 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - Attempting to set focus on (of type 'Tree') 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=200028554 data=null doit=true} to TreeItem with text {import} 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=200028554 data=null} to TreeItem with text {import} 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=200028555 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import} 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200028555 data=null item=TreeItem {import} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {import} 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=200028558 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import} 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {import} time=200028559 data=null button=0 stateMask=0x0 x=83 y=11 count=0} to TreeItem with text {import} 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=200028559 data=null doit=true} to TreeItem with text {import} 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=200028559 data=null} to TreeItem with text {import} 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=200028560 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import} 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200028560 data=null item=TreeItem {import} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {import} 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=200028560 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import} 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - Setting state to checked on: ExampleCustomTxt.log 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:') 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection> 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {<Automatic Detection>} time=200028579 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection> 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - Deselecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$1@12e3b398 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Create lin&ks in workspace} time=200028581 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Create lin&ks in workspace} time=200028582 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Create lin&ks in workspace} time=200028582 data=null doit=true} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Create lin&ks in workspace} time=200028582 data=null} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Create lin&ks in workspace} time=200028582 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Create lin&ks in workspace} time=200028582 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Create lin&ks in workspace} time=200028582 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Create lin&ks in workspace} time=200028583 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Create lin&ks in workspace} time=200028583 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Create lin&ks in workspace} time=200028583 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Create lin&ks in workspace} time=200028583 data=null doit=true} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Create lin&ks in workspace} time=200028583 data=null} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') already selected, not selecting again. 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - Selecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$2@f2c6d70 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Overwrite existing trace without warning} time=200028595 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Overwrite existing trace without warning} time=200028595 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Overwrite existing trace without warning} time=200028596 data=null doit=true} to (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Overwrite existing trace without warning} time=200028596 data=null} to (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Overwrite existing trace without warning} time=200028596 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Overwrite existing trace without warning} time=200028596 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Overwrite existing trace without warning} time=200028596 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Overwrite existing trace without warning} time=200028596 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Overwrite existing trace without warning} time=200028596 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Overwrite existing trace without warning} time=200028596 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Overwrite existing trace without warning} time=200028596 data=null doit=true} to (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Overwrite existing trace without warning} time=200028596 data=null} to (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH' 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - Clicking on &Finish 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=200028632 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=200028632 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=200028632 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:44 [2019-07-19T20:28:44.389Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=200028632 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:44 [2019-07-19T20:28:44.390Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=200028633 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:44 [2019-07-19T20:28:44.390Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=200028633 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:44 [2019-07-19T20:28:44.841Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:45 [2019-07-19T20:28:45.098Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=200028633 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:45 [2019-07-19T20:28:45.098Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=200028066 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...' 16:28:45 [2019-07-19T20:28:45.355Z] DEBUG - Clicked on 16:28:45 [2019-07-19T20:28:45.355Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:28:45 [2019-07-19T20:28:45.355Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:45 [2019-07-19T20:28:45.355Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:45 [2019-07-19T20:28:45.355Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:45 [2019-07-19T20:28:45.355Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:45 [2019-07-19T20:28:45.355Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:45 [2019-07-19T20:28:45.355Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200029386 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:28:45 [2019-07-19T20:28:45.355Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200029387 data=null doit=true} to TreeItem with text {test} 16:28:45 [2019-07-19T20:28:45.355Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200029387 data=null} to TreeItem with text {test} 16:28:45 [2019-07-19T20:28:45.355Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200029387 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:28:45 [2019-07-19T20:28:45.355Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200029387 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:28:45 [2019-07-19T20:28:45.355Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200029418 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:28:45 [2019-07-19T20:28:45.355Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:45 [2019-07-19T20:28:45.355Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200029419 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:28:45 [2019-07-19T20:28:45.355Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200029419 data=null doit=true} to TreeItem with text {test} 16:28:45 [2019-07-19T20:28:45.355Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200029419 data=null} to TreeItem with text {test} 16:28:45 [2019-07-19T20:28:45.355Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200029419 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:28:45 [2019-07-19T20:28:45.355Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200029420 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:28:45 [2019-07-19T20:28:45.355Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200029433 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:28:45 [2019-07-19T20:28:45.355Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:28:45 [2019-07-19T20:28:45.355Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:45 [2019-07-19T20:28:45.355Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [6]} time=200029435 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [6]} 16:28:45 [2019-07-19T20:28:45.355Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [6]} time=200029435 data=null doit=true} to TreeItem with text {Traces [6]} 16:28:45 [2019-07-19T20:28:45.355Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [6]} time=200029435 data=null} to TreeItem with text {Traces [6]} 16:28:45 [2019-07-19T20:28:45.355Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [6]} time=200029435 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [6]} 16:28:45 [2019-07-19T20:28:45.355Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200029436 data=null item=TreeItem {Traces [6]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [6]} 16:28:45 [2019-07-19T20:28:45.355Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [6]} time=200029457 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [6]} 16:28:45 [2019-07-19T20:28:45.355Z] WARN - Tree item TreeItem with text {Traces [6]} is already expanded. Won't expand it again. 16:28:45 [2019-07-19T20:28:45.612Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:28:45 [2019-07-19T20:28:45.612Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:45 [2019-07-19T20:28:45.612Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200029737 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:28:45 [2019-07-19T20:28:45.612Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200029738 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:28:45 [2019-07-19T20:28:45.612Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200029738 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:28:45 [2019-07-19T20:28:45.612Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200029739 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:28:45 [2019-07-19T20:28:45.612Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200029739 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:28:45 [2019-07-19T20:28:45.612Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200029779 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:28:45 [2019-07-19T20:28:45.612Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:45 [2019-07-19T20:28:45.612Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:45 [2019-07-19T20:28:45.612Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:28:45 [2019-07-19T20:28:45.612Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:45 [2019-07-19T20:28:45.612Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200029782 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:28:45 [2019-07-19T20:28:45.612Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200029782 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:28:45 [2019-07-19T20:28:45.612Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200029783 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:28:45 [2019-07-19T20:28:45.612Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200029783 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:28:45 [2019-07-19T20:28:45.612Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200029783 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:28:45 [2019-07-19T20:28:45.612Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200029788 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:28:45 [2019-07-19T20:28:45.612Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomTxt.log} 16:28:45 [2019-07-19T20:28:45.612Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200029789 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:28:45 [2019-07-19T20:28:45.612Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200029789 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:28:45 [2019-07-19T20:28:45.612Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:45 [2019-07-19T20:28:45.612Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200029790 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:28:45 [2019-07-19T20:28:45.612Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200029790 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:28:45 [2019-07-19T20:28:45.612Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200029790 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:28:45 [2019-07-19T20:28:45.612Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200029836 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:28:45 [2019-07-19T20:28:45.612Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200029836 data=null button=1 stateMask=0x0 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:28:45 [2019-07-19T20:28:45.612Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200029838 data=null button=1 stateMask=0x0 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:28:45 [2019-07-19T20:28:45.869Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200029838 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:28:46 [2019-07-19T20:28:46.126Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200030074 data=null button=1 stateMask=0x80000 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:28:46 [2019-07-19T20:28:46.126Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200030248 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:28:46 [2019-07-19T20:28:46.126Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200030249 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:28:46 [2019-07-19T20:28:46.126Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200030249 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:28:46 [2019-07-19T20:28:46.126Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomTxt.log} 16:28:46 [2019-07-19T20:28:46.126Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:28:46 [2019-07-19T20:28:46.126Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:28:46 [2019-07-19T20:28:46.126Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:28:46 [2019-07-19T20:28:46.126Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:28:46 [2019-07-19T20:28:46.126Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:28:46 [2019-07-19T20:28:46.126Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:28:47 [2019-07-19T20:28:47.057Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:28:47 [2019-07-19T20:28:47.057Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:28:47 [2019-07-19T20:28:47.315Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:28:47 [2019-07-19T20:28:47.315Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:28:47 [2019-07-19T20:28:47.315Z] DEBUG - Attempting to set focus on Table with text {} 16:28:47 [2019-07-19T20:28:47.315Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200031311 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:28:47 [2019-07-19T20:28:47.315Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200031311 data=null doit=true} to TableItem with text {} 16:28:47 [2019-07-19T20:28:47.315Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200031311 data=null} to TableItem with text {} 16:28:47 [2019-07-19T20:28:47.315Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200031311 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:28:47 [2019-07-19T20:28:47.315Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200031312 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:28:47 [2019-07-19T20:28:47.315Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200031368 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:28:47 [2019-07-19T20:28:47.315Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:28:47 [2019-07-19T20:28:47.315Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:28:47 [2019-07-19T20:28:47.315Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:28:47 [2019-07-19T20:28:47.315Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:47 [2019-07-19T20:28:47.315Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200031558 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:28:47 [2019-07-19T20:28:47.315Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200031559 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:28:47 [2019-07-19T20:28:47.315Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200031559 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:28:47 [2019-07-19T20:28:47.315Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200031559 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:28:47 [2019-07-19T20:28:47.315Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200031560 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:28:47 [2019-07-19T20:28:47.571Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200031565 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:28:47 [2019-07-19T20:28:47.571Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:47 [2019-07-19T20:28:47.571Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:47 [2019-07-19T20:28:47.571Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:28:47 [2019-07-19T20:28:47.571Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:28:47 [2019-07-19T20:28:47.571Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:47 [2019-07-19T20:28:47.571Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200031677 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to Tree node with text: ExampleCustomTxt.log 16:28:47 [2019-07-19T20:28:47.571Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200031677 data=null doit=true} to Tree node with text: ExampleCustomTxt.log 16:28:47 [2019-07-19T20:28:47.571Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200031678 data=null} to Tree node with text: ExampleCustomTxt.log 16:28:47 [2019-07-19T20:28:47.571Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200031678 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to Tree node with text: ExampleCustomTxt.log 16:28:47 [2019-07-19T20:28:47.571Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200031678 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: ExampleCustomTxt.log 16:28:47 [2019-07-19T20:28:47.571Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200031683 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to Tree node with text: ExampleCustomTxt.log 16:28:47 [2019-07-19T20:28:47.571Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:47 [2019-07-19T20:28:47.571Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:47 [2019-07-19T20:28:47.571Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:28:47 [2019-07-19T20:28:47.571Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:28:47 [2019-07-19T20:28:47.571Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:47 [2019-07-19T20:28:47.571Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:47 [2019-07-19T20:28:47.571Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:47 [2019-07-19T20:28:47.571Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:47 [2019-07-19T20:28:47.571Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:47 [2019-07-19T20:28:47.571Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200031689 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:28:47 [2019-07-19T20:28:47.571Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200031689 data=null doit=true} to TreeItem with text {test} 16:28:47 [2019-07-19T20:28:47.571Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200031690 data=null} to TreeItem with text {test} 16:28:47 [2019-07-19T20:28:47.571Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200031690 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:28:47 [2019-07-19T20:28:47.571Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200031690 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:28:47 [2019-07-19T20:28:47.571Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200031731 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:28:47 [2019-07-19T20:28:47.571Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:47 [2019-07-19T20:28:47.571Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200031732 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:28:47 [2019-07-19T20:28:47.571Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200031732 data=null doit=true} to TreeItem with text {test} 16:28:47 [2019-07-19T20:28:47.571Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200031732 data=null} to TreeItem with text {test} 16:28:47 [2019-07-19T20:28:47.571Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200031733 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:28:47 [2019-07-19T20:28:47.571Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200031733 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:28:47 [2019-07-19T20:28:47.571Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200031746 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:28:47 [2019-07-19T20:28:47.571Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:28:47 [2019-07-19T20:28:47.571Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:47 [2019-07-19T20:28:47.571Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [6]} time=200031747 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [6]} 16:28:47 [2019-07-19T20:28:47.571Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [6]} time=200031747 data=null doit=true} to TreeItem with text {Traces [6]} 16:28:47 [2019-07-19T20:28:47.571Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [6]} time=200031747 data=null} to TreeItem with text {Traces [6]} 16:28:47 [2019-07-19T20:28:47.571Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [6]} time=200031748 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [6]} 16:28:47 [2019-07-19T20:28:47.571Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200031748 data=null item=TreeItem {Traces [6]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [6]} 16:28:47 [2019-07-19T20:28:47.571Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [6]} time=200031766 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [6]} 16:28:47 [2019-07-19T20:28:47.571Z] WARN - Tree item TreeItem with text {Traces [6]} is already expanded. Won't expand it again. 16:28:48 [2019-07-19T20:28:48.136Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:28:48 [2019-07-19T20:28:48.136Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:48 [2019-07-19T20:28:48.136Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200032172 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to Tree node with text: ExampleCustomXml.xml 16:28:48 [2019-07-19T20:28:48.136Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200032172 data=null doit=true} to Tree node with text: ExampleCustomXml.xml 16:28:48 [2019-07-19T20:28:48.136Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200032172 data=null} to Tree node with text: ExampleCustomXml.xml 16:28:48 [2019-07-19T20:28:48.136Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200032172 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to Tree node with text: ExampleCustomXml.xml 16:28:48 [2019-07-19T20:28:48.136Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200032173 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: ExampleCustomXml.xml 16:28:48 [2019-07-19T20:28:48.136Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200032215 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to Tree node with text: ExampleCustomXml.xml 16:28:48 [2019-07-19T20:28:48.136Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:48 [2019-07-19T20:28:48.136Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:48 [2019-07-19T20:28:48.136Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:28:48 [2019-07-19T20:28:48.136Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:28:48 [2019-07-19T20:28:48.136Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:48 [2019-07-19T20:28:48.136Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:48 [2019-07-19T20:28:48.136Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:48 [2019-07-19T20:28:48.136Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:48 [2019-07-19T20:28:48.136Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:48 [2019-07-19T20:28:48.136Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200032230 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:28:48 [2019-07-19T20:28:48.136Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200032230 data=null doit=true} to TreeItem with text {test} 16:28:48 [2019-07-19T20:28:48.136Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200032230 data=null} to TreeItem with text {test} 16:28:48 [2019-07-19T20:28:48.136Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200032230 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:28:48 [2019-07-19T20:28:48.136Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200032234 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:28:48 [2019-07-19T20:28:48.136Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200032278 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:28:48 [2019-07-19T20:28:48.136Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:48 [2019-07-19T20:28:48.136Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200032279 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:28:48 [2019-07-19T20:28:48.136Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200032279 data=null doit=true} to TreeItem with text {test} 16:28:48 [2019-07-19T20:28:48.136Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200032279 data=null} to TreeItem with text {test} 16:28:48 [2019-07-19T20:28:48.136Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200032280 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:28:48 [2019-07-19T20:28:48.136Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200032280 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:28:48 [2019-07-19T20:28:48.136Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200032287 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:28:48 [2019-07-19T20:28:48.136Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:28:48 [2019-07-19T20:28:48.136Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:48 [2019-07-19T20:28:48.136Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [6]} time=200032288 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [6]} 16:28:48 [2019-07-19T20:28:48.136Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [6]} time=200032288 data=null doit=true} to TreeItem with text {Traces [6]} 16:28:48 [2019-07-19T20:28:48.136Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [6]} time=200032288 data=null} to TreeItem with text {Traces [6]} 16:28:48 [2019-07-19T20:28:48.136Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [6]} time=200032289 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [6]} 16:28:48 [2019-07-19T20:28:48.136Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200032289 data=null item=TreeItem {Traces [6]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [6]} 16:28:48 [2019-07-19T20:28:48.136Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [6]} time=200032343 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [6]} 16:28:48 [2019-07-19T20:28:48.136Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:48 [2019-07-19T20:28:48.136Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [6]} time=200032344 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [6]} 16:28:48 [2019-07-19T20:28:48.136Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [6]} time=200032344 data=null doit=true} to TreeItem with text {Traces [6]} 16:28:48 [2019-07-19T20:28:48.136Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [6]} time=200032345 data=null} to TreeItem with text {Traces [6]} 16:28:48 [2019-07-19T20:28:48.136Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [6]} time=200032345 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [6]} 16:28:48 [2019-07-19T20:28:48.136Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200032345 data=null item=TreeItem {Traces [6]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [6]} 16:28:48 [2019-07-19T20:28:48.136Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [6]} time=200032360 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [6]} 16:28:48 [2019-07-19T20:28:48.393Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...' 16:28:48 [2019-07-19T20:28:48.393Z] DEBUG - Clicking on with mnemonic 'Import...' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - Clicked on with mnemonic 'Import...' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=200032951 data=null doit=true} to Shell with text {Trace Import} 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with mnemonic 'Select root directory:' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with style 'SWT.RADIO' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') is already selected, not clicking again. 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo') 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - Attempting to set focus on (of type 'Combo') 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import} time=200032959 data=null} to (of type 'Combo') 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - Attempting to set focus on (of type 'Tree') 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=200033038 data=null doit=true} to TreeItem with text {import} 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=200033039 data=null} to TreeItem with text {import} 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=200033039 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import} 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200033039 data=null item=TreeItem {import} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {import} 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=200033042 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import} 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {import} time=200033043 data=null button=0 stateMask=0x0 x=83 y=11 count=0} to TreeItem with text {import} 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=200033043 data=null doit=true} to TreeItem with text {import} 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=200033043 data=null} to TreeItem with text {import} 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=200033044 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import} 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200033044 data=null item=TreeItem {import} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {import} 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=200033044 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import} 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - Setting state to checked on: ExampleCustomXml.xml 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:') 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection> 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {<Automatic Detection>} time=200033064 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection> 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - Deselecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$1@1fbb7b9b 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Create lin&ks in workspace} time=200033066 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Create lin&ks in workspace} time=200033066 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Create lin&ks in workspace} time=200033067 data=null doit=true} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Create lin&ks in workspace} time=200033067 data=null} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Create lin&ks in workspace} time=200033067 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Create lin&ks in workspace} time=200033067 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Create lin&ks in workspace} time=200033067 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Create lin&ks in workspace} time=200033067 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Create lin&ks in workspace} time=200033068 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Create lin&ks in workspace} time=200033068 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Create lin&ks in workspace} time=200033068 data=null doit=true} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Create lin&ks in workspace} time=200033068 data=null} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') already selected, not selecting again. 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - Selecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$2@579e065f 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Overwrite existing trace without warning} time=200033131 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Overwrite existing trace without warning} time=200033132 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Overwrite existing trace without warning} time=200033132 data=null doit=true} to (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Overwrite existing trace without warning} time=200033132 data=null} to (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Overwrite existing trace without warning} time=200033132 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Overwrite existing trace without warning} time=200033132 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Overwrite existing trace without warning} time=200033133 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Overwrite existing trace without warning} time=200033133 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Overwrite existing trace without warning} time=200033133 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Overwrite existing trace without warning} time=200033133 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Overwrite existing trace without warning} time=200033133 data=null doit=true} to (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Overwrite existing trace without warning} time=200033133 data=null} to (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH' 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - Clicking on &Finish 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=200033140 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=200033140 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=200033140 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=200033140 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=200033141 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:48 [2019-07-19T20:28:48.958Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=200033141 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:49 [2019-07-19T20:28:49.522Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:49 [2019-07-19T20:28:49.522Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=200033141 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:49 [2019-07-19T20:28:49.522Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=200032445 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...' 16:28:49 [2019-07-19T20:28:49.779Z] DEBUG - Clicked on 16:28:49 [2019-07-19T20:28:49.779Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:28:49 [2019-07-19T20:28:49.779Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:49 [2019-07-19T20:28:49.779Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:49 [2019-07-19T20:28:49.779Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:49 [2019-07-19T20:28:49.779Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:49 [2019-07-19T20:28:49.779Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:49 [2019-07-19T20:28:49.779Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200033847 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:28:49 [2019-07-19T20:28:49.779Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200033847 data=null doit=true} to TreeItem with text {test} 16:28:49 [2019-07-19T20:28:49.779Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200033847 data=null} to TreeItem with text {test} 16:28:49 [2019-07-19T20:28:49.779Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200033848 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:28:49 [2019-07-19T20:28:49.779Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200033848 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:28:49 [2019-07-19T20:28:49.779Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200033888 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:28:49 [2019-07-19T20:28:49.779Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:49 [2019-07-19T20:28:49.779Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200033894 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:28:49 [2019-07-19T20:28:49.779Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200033895 data=null doit=true} to TreeItem with text {test} 16:28:49 [2019-07-19T20:28:49.779Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200033895 data=null} to TreeItem with text {test} 16:28:49 [2019-07-19T20:28:49.779Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200033895 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:28:49 [2019-07-19T20:28:49.779Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200033895 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:28:49 [2019-07-19T20:28:49.779Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200033902 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:28:49 [2019-07-19T20:28:49.779Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:28:49 [2019-07-19T20:28:49.779Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:49 [2019-07-19T20:28:49.779Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [6]} time=200033903 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [6]} 16:28:49 [2019-07-19T20:28:49.779Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [6]} time=200033903 data=null doit=true} to TreeItem with text {Traces [6]} 16:28:49 [2019-07-19T20:28:49.779Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [6]} time=200033903 data=null} to TreeItem with text {Traces [6]} 16:28:49 [2019-07-19T20:28:49.779Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [6]} time=200033904 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [6]} 16:28:49 [2019-07-19T20:28:49.779Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200033930 data=null item=TreeItem {Traces [6]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [6]} 16:28:49 [2019-07-19T20:28:49.779Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [6]} time=200033939 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [6]} 16:28:49 [2019-07-19T20:28:49.779Z] WARN - Tree item TreeItem with text {Traces [6]} is already expanded. Won't expand it again. 16:28:50 [2019-07-19T20:28:50.345Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:28:50 [2019-07-19T20:28:50.345Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:50 [2019-07-19T20:28:50.345Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200034424 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:28:50 [2019-07-19T20:28:50.345Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200034424 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:28:50 [2019-07-19T20:28:50.345Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200034424 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:28:50 [2019-07-19T20:28:50.345Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200034425 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:28:50 [2019-07-19T20:28:50.345Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200034425 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:28:50 [2019-07-19T20:28:50.345Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200034467 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:28:50 [2019-07-19T20:28:50.345Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:50 [2019-07-19T20:28:50.345Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:50 [2019-07-19T20:28:50.345Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:28:50 [2019-07-19T20:28:50.345Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:50 [2019-07-19T20:28:50.345Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200034469 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:28:50 [2019-07-19T20:28:50.345Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200034469 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:28:50 [2019-07-19T20:28:50.345Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200034469 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:28:50 [2019-07-19T20:28:50.345Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200034470 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:28:50 [2019-07-19T20:28:50.345Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200034470 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:28:50 [2019-07-19T20:28:50.345Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200034475 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:28:50 [2019-07-19T20:28:50.345Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomXml.xml} 16:28:50 [2019-07-19T20:28:50.345Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200034475 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:28:50 [2019-07-19T20:28:50.345Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200034476 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:28:50 [2019-07-19T20:28:50.345Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:50 [2019-07-19T20:28:50.345Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200034476 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:28:50 [2019-07-19T20:28:50.345Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200034476 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:28:50 [2019-07-19T20:28:50.345Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200034476 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:28:50 [2019-07-19T20:28:50.345Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200034480 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:28:50 [2019-07-19T20:28:50.345Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200034481 data=null button=1 stateMask=0x0 x=156 y=116 count=2} to TreeItem with text {ExampleCustomXml.xml} 16:28:50 [2019-07-19T20:28:50.345Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200034481 data=null button=1 stateMask=0x0 x=156 y=116 count=2} to TreeItem with text {ExampleCustomXml.xml} 16:28:50 [2019-07-19T20:28:50.345Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200034487 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:28:50 [2019-07-19T20:28:50.603Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200034563 data=null button=1 stateMask=0x80000 x=156 y=116 count=2} to TreeItem with text {ExampleCustomXml.xml} 16:28:50 [2019-07-19T20:28:50.603Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200034820 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:28:50 [2019-07-19T20:28:50.603Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200034820 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:28:50 [2019-07-19T20:28:50.603Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200034820 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:28:50 [2019-07-19T20:28:50.603Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomXml.xml} 16:28:50 [2019-07-19T20:28:50.603Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:28:50 [2019-07-19T20:28:50.603Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:28:50 [2019-07-19T20:28:50.603Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:28:50 [2019-07-19T20:28:50.603Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:28:50 [2019-07-19T20:28:50.603Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:28:50 [2019-07-19T20:28:50.603Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:28:51 [2019-07-19T20:28:51.973Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:28:51 [2019-07-19T20:28:51.973Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:28:51 [2019-07-19T20:28:51.973Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:28:51 [2019-07-19T20:28:51.973Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:28:51 [2019-07-19T20:28:51.973Z] DEBUG - Attempting to set focus on Table with text {} 16:28:51 [2019-07-19T20:28:51.973Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200035824 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:28:51 [2019-07-19T20:28:51.973Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200035824 data=null doit=true} to TableItem with text {} 16:28:51 [2019-07-19T20:28:51.973Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200035824 data=null} to TableItem with text {} 16:28:51 [2019-07-19T20:28:51.973Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200035824 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:28:51 [2019-07-19T20:28:51.973Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200035825 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:28:51 [2019-07-19T20:28:51.973Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200035844 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:28:51 [2019-07-19T20:28:51.973Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:28:51 [2019-07-19T20:28:51.973Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:28:51 [2019-07-19T20:28:51.973Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:28:51 [2019-07-19T20:28:51.973Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:51 [2019-07-19T20:28:51.973Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200036036 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:28:51 [2019-07-19T20:28:51.973Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200036036 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:28:51 [2019-07-19T20:28:51.973Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200036036 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:28:51 [2019-07-19T20:28:51.973Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200036037 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:28:51 [2019-07-19T20:28:51.973Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200036037 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:28:51 [2019-07-19T20:28:51.973Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200036042 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:28:51 [2019-07-19T20:28:51.973Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:51 [2019-07-19T20:28:51.973Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:51 [2019-07-19T20:28:51.973Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:28:51 [2019-07-19T20:28:51.973Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:28:51 [2019-07-19T20:28:51.973Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:51 [2019-07-19T20:28:51.973Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200036195 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to Tree node with text: ExampleCustomXml.xml 16:28:51 [2019-07-19T20:28:51.973Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200036195 data=null doit=true} to Tree node with text: ExampleCustomXml.xml 16:28:51 [2019-07-19T20:28:51.973Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200036195 data=null} to Tree node with text: ExampleCustomXml.xml 16:28:51 [2019-07-19T20:28:51.973Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200036195 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to Tree node with text: ExampleCustomXml.xml 16:28:51 [2019-07-19T20:28:51.973Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200036195 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: ExampleCustomXml.xml 16:28:51 [2019-07-19T20:28:51.973Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200036200 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to Tree node with text: ExampleCustomXml.xml 16:28:51 [2019-07-19T20:28:51.973Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:51 [2019-07-19T20:28:51.973Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:51 [2019-07-19T20:28:51.973Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:28:51 [2019-07-19T20:28:51.973Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:28:51 [2019-07-19T20:28:51.973Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:51 [2019-07-19T20:28:51.973Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:51 [2019-07-19T20:28:51.973Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:51 [2019-07-19T20:28:51.973Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:51 [2019-07-19T20:28:51.973Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:52 [2019-07-19T20:28:52.231Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200036206 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:28:52 [2019-07-19T20:28:52.231Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200036233 data=null doit=true} to TreeItem with text {test} 16:28:52 [2019-07-19T20:28:52.231Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200036233 data=null} to TreeItem with text {test} 16:28:52 [2019-07-19T20:28:52.231Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200036234 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:28:52 [2019-07-19T20:28:52.231Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200036234 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:28:52 [2019-07-19T20:28:52.231Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200036286 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:28:52 [2019-07-19T20:28:52.231Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:52 [2019-07-19T20:28:52.231Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200036287 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:28:52 [2019-07-19T20:28:52.231Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200036288 data=null doit=true} to TreeItem with text {test} 16:28:52 [2019-07-19T20:28:52.231Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200036288 data=null} to TreeItem with text {test} 16:28:52 [2019-07-19T20:28:52.231Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200036288 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:28:52 [2019-07-19T20:28:52.231Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200036288 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:28:52 [2019-07-19T20:28:52.231Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200036295 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:28:52 [2019-07-19T20:28:52.231Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:28:52 [2019-07-19T20:28:52.231Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:52 [2019-07-19T20:28:52.231Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [6]} time=200036296 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [6]} 16:28:52 [2019-07-19T20:28:52.231Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [6]} time=200036296 data=null doit=true} to TreeItem with text {Traces [6]} 16:28:52 [2019-07-19T20:28:52.231Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [6]} time=200036296 data=null} to TreeItem with text {Traces [6]} 16:28:52 [2019-07-19T20:28:52.231Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [6]} time=200036297 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [6]} 16:28:52 [2019-07-19T20:28:52.231Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200036297 data=null item=TreeItem {Traces [6]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [6]} 16:28:52 [2019-07-19T20:28:52.231Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [6]} time=200036334 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [6]} 16:28:52 [2019-07-19T20:28:52.231Z] WARN - Tree item TreeItem with text {Traces [6]} is already expanded. Won't expand it again. 16:28:52 [2019-07-19T20:28:52.488Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:28:52 [2019-07-19T20:28:52.488Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:52 [2019-07-19T20:28:52.488Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200036718 data=null button=0 stateMask=0x0 x=148 y=158 count=0} to Tree node with text: kernel-overlap-testing 16:28:52 [2019-07-19T20:28:52.488Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200036719 data=null doit=true} to Tree node with text: kernel-overlap-testing 16:28:52 [2019-07-19T20:28:52.488Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200036719 data=null} to Tree node with text: kernel-overlap-testing 16:28:52 [2019-07-19T20:28:52.488Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200036719 data=null button=1 stateMask=0x0 x=148 y=158 count=1} to Tree node with text: kernel-overlap-testing 16:28:52 [2019-07-19T20:28:52.488Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200036720 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: kernel-overlap-testing 16:28:52 [2019-07-19T20:28:52.746Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200036774 data=null button=1 stateMask=0x80000 x=148 y=158 count=1} to Tree node with text: kernel-overlap-testing 16:28:52 [2019-07-19T20:28:52.746Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:52 [2019-07-19T20:28:52.746Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:52 [2019-07-19T20:28:52.746Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:28:52 [2019-07-19T20:28:52.746Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:28:52 [2019-07-19T20:28:52.746Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:52 [2019-07-19T20:28:52.746Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:52 [2019-07-19T20:28:52.746Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:52 [2019-07-19T20:28:52.746Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:52 [2019-07-19T20:28:52.746Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:52 [2019-07-19T20:28:52.746Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200036781 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:28:52 [2019-07-19T20:28:52.746Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200036781 data=null doit=true} to TreeItem with text {test} 16:28:52 [2019-07-19T20:28:52.746Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200036781 data=null} to TreeItem with text {test} 16:28:52 [2019-07-19T20:28:52.746Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200036782 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:28:52 [2019-07-19T20:28:52.746Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200036782 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:28:52 [2019-07-19T20:28:52.746Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200036828 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:28:52 [2019-07-19T20:28:52.746Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:52 [2019-07-19T20:28:52.746Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200036829 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:28:52 [2019-07-19T20:28:52.746Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200036829 data=null doit=true} to TreeItem with text {test} 16:28:52 [2019-07-19T20:28:52.746Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200036830 data=null} to TreeItem with text {test} 16:28:52 [2019-07-19T20:28:52.746Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200036830 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:28:52 [2019-07-19T20:28:52.746Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200036830 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:28:52 [2019-07-19T20:28:52.746Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200036843 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:28:52 [2019-07-19T20:28:52.746Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:28:52 [2019-07-19T20:28:52.746Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:52 [2019-07-19T20:28:52.746Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [6]} time=200036844 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [6]} 16:28:52 [2019-07-19T20:28:52.746Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [6]} time=200036844 data=null doit=true} to TreeItem with text {Traces [6]} 16:28:52 [2019-07-19T20:28:52.746Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [6]} time=200036844 data=null} to TreeItem with text {Traces [6]} 16:28:52 [2019-07-19T20:28:52.746Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [6]} time=200036845 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [6]} 16:28:52 [2019-07-19T20:28:52.746Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200036845 data=null item=TreeItem {Traces [6]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [6]} 16:28:52 [2019-07-19T20:28:52.746Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [6]} time=200036865 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [6]} 16:28:52 [2019-07-19T20:28:52.746Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:52 [2019-07-19T20:28:52.746Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [6]} time=200036866 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [6]} 16:28:52 [2019-07-19T20:28:52.746Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [6]} time=200036866 data=null doit=true} to TreeItem with text {Traces [6]} 16:28:52 [2019-07-19T20:28:52.746Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [6]} time=200036866 data=null} to TreeItem with text {Traces [6]} 16:28:52 [2019-07-19T20:28:52.746Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [6]} time=200036867 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [6]} 16:28:52 [2019-07-19T20:28:52.746Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200036874 data=null item=TreeItem {Traces [6]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [6]} 16:28:52 [2019-07-19T20:28:52.746Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [6]} time=200036880 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [6]} 16:28:52 [2019-07-19T20:28:52.746Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...' 16:28:52 [2019-07-19T20:28:52.746Z] DEBUG - Clicking on with mnemonic 'Import...' 16:28:53 [2019-07-19T20:28:53.004Z] DEBUG - Clicked on with mnemonic 'Import...' 16:28:53 [2019-07-19T20:28:53.004Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import' 16:28:53 [2019-07-19T20:28:53.004Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=200037233 data=null doit=true} to Shell with text {Trace Import} 16:28:53 [2019-07-19T20:28:53.004Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.004Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with mnemonic 'Select root directory:' 16:28:53 [2019-07-19T20:28:53.004Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with style 'SWT.RADIO' 16:28:53 [2019-07-19T20:28:53.004Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') 16:28:53 [2019-07-19T20:28:53.004Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.004Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.004Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.004Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.004Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.004Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.004Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.004Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.004Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.004Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.004Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') is already selected, not clicking again. 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo') 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - Attempting to set focus on (of type 'Combo') 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import} time=200037272 data=null} to (of type 'Combo') 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - Attempting to set focus on (of type 'Tree') 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=200037310 data=null doit=true} to TreeItem with text {import} 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=200037311 data=null} to TreeItem with text {import} 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=200037314 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import} 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200037315 data=null item=TreeItem {import} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {import} 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=200037318 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import} 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200037319 data=null button=0 stateMask=0x0 x=150 y=55 count=0} to Tree node with text: kernel-overlap-testing 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200037319 data=null doit=true} to Tree node with text: kernel-overlap-testing 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200037319 data=null} to Tree node with text: kernel-overlap-testing 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200037320 data=null button=1 stateMask=0x0 x=150 y=55 count=1} to Tree node with text: kernel-overlap-testing 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200037320 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: kernel-overlap-testing 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200037322 data=null button=1 stateMask=0x80000 x=150 y=55 count=1} to Tree node with text: kernel-overlap-testing 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - Setting state to checked on: kernel-overlap-testing 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:') 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection> 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {<Automatic Detection>} time=200037340 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection> 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - Deselecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$1@2536e59f 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Create lin&ks in workspace} time=200037343 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Create lin&ks in workspace} time=200037343 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Create lin&ks in workspace} time=200037343 data=null doit=true} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Create lin&ks in workspace} time=200037343 data=null} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Create lin&ks in workspace} time=200037344 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Create lin&ks in workspace} time=200037344 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Create lin&ks in workspace} time=200037344 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Create lin&ks in workspace} time=200037344 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Create lin&ks in workspace} time=200037344 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Create lin&ks in workspace} time=200037344 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Create lin&ks in workspace} time=200037344 data=null doit=true} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Create lin&ks in workspace} time=200037344 data=null} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') already selected, not selecting again. 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - Selecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$2@7115e771 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Overwrite existing trace without warning} time=200037357 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Overwrite existing trace without warning} time=200037358 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Overwrite existing trace without warning} time=200037358 data=null doit=true} to (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Overwrite existing trace without warning} time=200037358 data=null} to (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Overwrite existing trace without warning} time=200037358 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Overwrite existing trace without warning} time=200037358 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Overwrite existing trace without warning} time=200037358 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Overwrite existing trace without warning} time=200037358 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Overwrite existing trace without warning} time=200037359 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Overwrite existing trace without warning} time=200037359 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Overwrite existing trace without warning} time=200037359 data=null doit=true} to (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Overwrite existing trace without warning} time=200037359 data=null} to (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH' 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - Clicking on &Finish 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=200037372 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=200037372 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=200037372 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=200037372 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=200037372 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:53 [2019-07-19T20:28:53.262Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=200037373 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:53 [2019-07-19T20:28:53.826Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:53 [2019-07-19T20:28:53.826Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=200037373 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:53 [2019-07-19T20:28:53.826Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=200036931 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...' 16:28:54 [2019-07-19T20:28:54.083Z] DEBUG - Clicked on 16:28:54 [2019-07-19T20:28:54.083Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:28:54 [2019-07-19T20:28:54.083Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:54 [2019-07-19T20:28:54.083Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:54 [2019-07-19T20:28:54.083Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:54 [2019-07-19T20:28:54.083Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:54 [2019-07-19T20:28:54.083Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:54 [2019-07-19T20:28:54.083Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200038083 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:28:54 [2019-07-19T20:28:54.083Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200038083 data=null doit=true} to TreeItem with text {test} 16:28:54 [2019-07-19T20:28:54.083Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200038083 data=null} to TreeItem with text {test} 16:28:54 [2019-07-19T20:28:54.083Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200038084 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:28:54 [2019-07-19T20:28:54.083Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200038084 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:28:54 [2019-07-19T20:28:54.083Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200038125 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:28:54 [2019-07-19T20:28:54.083Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:54 [2019-07-19T20:28:54.083Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200038126 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:28:54 [2019-07-19T20:28:54.083Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200038126 data=null doit=true} to TreeItem with text {test} 16:28:54 [2019-07-19T20:28:54.083Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200038127 data=null} to TreeItem with text {test} 16:28:54 [2019-07-19T20:28:54.083Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200038127 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:28:54 [2019-07-19T20:28:54.083Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200038127 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:28:54 [2019-07-19T20:28:54.083Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200038150 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:28:54 [2019-07-19T20:28:54.083Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:28:54 [2019-07-19T20:28:54.083Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:54 [2019-07-19T20:28:54.083Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [6]} time=200038152 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [6]} 16:28:54 [2019-07-19T20:28:54.083Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [6]} time=200038152 data=null doit=true} to TreeItem with text {Traces [6]} 16:28:54 [2019-07-19T20:28:54.083Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [6]} time=200038152 data=null} to TreeItem with text {Traces [6]} 16:28:54 [2019-07-19T20:28:54.083Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [6]} time=200038152 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [6]} 16:28:54 [2019-07-19T20:28:54.083Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200038152 data=null item=TreeItem {Traces [6]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [6]} 16:28:54 [2019-07-19T20:28:54.083Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [6]} time=200038163 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [6]} 16:28:54 [2019-07-19T20:28:54.083Z] WARN - Tree item TreeItem with text {Traces [6]} is already expanded. Won't expand it again. 16:28:54 [2019-07-19T20:28:54.340Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:28:54 [2019-07-19T20:28:54.340Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:54 [2019-07-19T20:28:54.598Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200038641 data=null button=0 stateMask=0x0 x=148 y=158 count=0} to TreeItem with text {kernel-overlap-testing} 16:28:54 [2019-07-19T20:28:54.598Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200038641 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:28:54 [2019-07-19T20:28:54.598Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200038641 data=null} to TreeItem with text {kernel-overlap-testing} 16:28:54 [2019-07-19T20:28:54.598Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200038642 data=null button=1 stateMask=0x0 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing} 16:28:54 [2019-07-19T20:28:54.598Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200038642 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:28:54 [2019-07-19T20:28:54.598Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200038686 data=null button=1 stateMask=0x80000 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing} 16:28:54 [2019-07-19T20:28:54.598Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:54 [2019-07-19T20:28:54.598Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:54 [2019-07-19T20:28:54.598Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:28:54 [2019-07-19T20:28:54.598Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:54 [2019-07-19T20:28:54.598Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200038689 data=null button=0 stateMask=0x0 x=148 y=158 count=0} to TreeItem with text {kernel-overlap-testing} 16:28:54 [2019-07-19T20:28:54.598Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200038689 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:28:54 [2019-07-19T20:28:54.598Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200038689 data=null} to TreeItem with text {kernel-overlap-testing} 16:28:54 [2019-07-19T20:28:54.598Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200038690 data=null button=1 stateMask=0x0 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing} 16:28:54 [2019-07-19T20:28:54.598Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200038690 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:28:54 [2019-07-19T20:28:54.598Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200038695 data=null button=1 stateMask=0x80000 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing} 16:28:54 [2019-07-19T20:28:54.598Z] DEBUG - Double-clicking on TreeItem with text {kernel-overlap-testing} 16:28:54 [2019-07-19T20:28:54.598Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200038696 data=null button=0 stateMask=0x0 x=148 y=158 count=0} to TreeItem with text {kernel-overlap-testing} 16:28:54 [2019-07-19T20:28:54.598Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200038696 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:28:54 [2019-07-19T20:28:54.598Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:54 [2019-07-19T20:28:54.598Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200038696 data=null} to TreeItem with text {kernel-overlap-testing} 16:28:54 [2019-07-19T20:28:54.598Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200038697 data=null button=1 stateMask=0x0 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing} 16:28:54 [2019-07-19T20:28:54.598Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200038697 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:28:54 [2019-07-19T20:28:54.598Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200038706 data=null button=1 stateMask=0x80000 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing} 16:28:54 [2019-07-19T20:28:54.598Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200038707 data=null button=1 stateMask=0x0 x=148 y=158 count=2} to TreeItem with text {kernel-overlap-testing} 16:28:54 [2019-07-19T20:28:54.598Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {kernel-overlap-testing} time=200038707 data=null button=1 stateMask=0x0 x=148 y=158 count=2} to TreeItem with text {kernel-overlap-testing} 16:28:54 [2019-07-19T20:28:54.598Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200038707 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:28:55 [2019-07-19T20:28:55.528Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200038867 data=null button=1 stateMask=0x80000 x=148 y=158 count=2} to TreeItem with text {kernel-overlap-testing} 16:28:55 [2019-07-19T20:28:55.528Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {kernel-overlap-testing} time=200039755 data=null button=0 stateMask=0x0 x=148 y=158 count=0} to TreeItem with text {kernel-overlap-testing} 16:28:55 [2019-07-19T20:28:55.528Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {kernel-overlap-testing} time=200039755 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:28:55 [2019-07-19T20:28:55.528Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {kernel-overlap-testing} time=200039755 data=null} to TreeItem with text {kernel-overlap-testing} 16:28:55 [2019-07-19T20:28:55.528Z] DEBUG - Double-clicked on TreeItem with text {kernel-overlap-testing} 16:28:55 [2019-07-19T20:28:55.528Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:28:55 [2019-07-19T20:28:55.528Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:28:55 [2019-07-19T20:28:55.528Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:28:55 [2019-07-19T20:28:55.528Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:28:55 [2019-07-19T20:28:55.528Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:28:55 [2019-07-19T20:28:55.528Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:28:55 [2019-07-19T20:28:55.528Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:28:55 [2019-07-19T20:28:55.528Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:28:55 [2019-07-19T20:28:55.528Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:28:55 [2019-07-19T20:28:55.528Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:28:55 [2019-07-19T20:28:55.528Z] DEBUG - Attempting to set focus on Table with text {} 16:28:55 [2019-07-19T20:28:55.528Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200039760 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:28:55 [2019-07-19T20:28:55.528Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200039760 data=null doit=true} to TableItem with text {} 16:28:55 [2019-07-19T20:28:55.528Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200039760 data=null} to TableItem with text {} 16:28:55 [2019-07-19T20:28:55.528Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200039761 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:28:55 [2019-07-19T20:28:55.528Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200039761 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:28:55 [2019-07-19T20:28:55.786Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200039854 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:28:55 [2019-07-19T20:28:55.786Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:28:55 [2019-07-19T20:28:55.786Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:28:56 [2019-07-19T20:28:56.350Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:28:56 [2019-07-19T20:28:56.608Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:56 [2019-07-19T20:28:56.608Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200040696 data=null button=0 stateMask=0x0 x=148 y=158 count=0} to TreeItem with text {kernel-overlap-testing} 16:28:56 [2019-07-19T20:28:56.608Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200040696 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:28:56 [2019-07-19T20:28:56.608Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200040696 data=null} to TreeItem with text {kernel-overlap-testing} 16:28:56 [2019-07-19T20:28:56.608Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200040697 data=null button=1 stateMask=0x0 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing} 16:28:56 [2019-07-19T20:28:56.608Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200040697 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:28:56 [2019-07-19T20:28:56.608Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200040702 data=null button=1 stateMask=0x80000 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing} 16:28:56 [2019-07-19T20:28:56.608Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:56 [2019-07-19T20:28:56.608Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:56 [2019-07-19T20:28:56.608Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:28:56 [2019-07-19T20:28:56.982Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:28:56 [2019-07-19T20:28:56.982Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:56 [2019-07-19T20:28:56.982Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200041094 data=null button=0 stateMask=0x0 x=148 y=158 count=0} to Tree node with text: kernel-overlap-testing 16:28:56 [2019-07-19T20:28:56.982Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200041094 data=null doit=true} to Tree node with text: kernel-overlap-testing 16:28:56 [2019-07-19T20:28:56.982Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200041094 data=null} to Tree node with text: kernel-overlap-testing 16:28:56 [2019-07-19T20:28:56.982Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200041095 data=null button=1 stateMask=0x0 x=148 y=158 count=1} to Tree node with text: kernel-overlap-testing 16:28:56 [2019-07-19T20:28:56.982Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200041095 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: kernel-overlap-testing 16:28:56 [2019-07-19T20:28:56.982Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200041100 data=null button=1 stateMask=0x80000 x=148 y=158 count=1} to Tree node with text: kernel-overlap-testing 16:28:56 [2019-07-19T20:28:56.982Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:56 [2019-07-19T20:28:56.982Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:56 [2019-07-19T20:28:56.982Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:28:56 [2019-07-19T20:28:56.982Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:28:56 [2019-07-19T20:28:56.982Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:56 [2019-07-19T20:28:56.982Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:56 [2019-07-19T20:28:56.982Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:56 [2019-07-19T20:28:56.982Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:56 [2019-07-19T20:28:56.982Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:56 [2019-07-19T20:28:56.982Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200041108 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:28:56 [2019-07-19T20:28:56.982Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200041108 data=null doit=true} to TreeItem with text {test} 16:28:56 [2019-07-19T20:28:56.982Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200041108 data=null} to TreeItem with text {test} 16:28:56 [2019-07-19T20:28:56.982Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200041108 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:28:56 [2019-07-19T20:28:56.982Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200041108 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:28:56 [2019-07-19T20:28:56.982Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200041154 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:28:56 [2019-07-19T20:28:56.982Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:56 [2019-07-19T20:28:56.982Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200041155 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:28:56 [2019-07-19T20:28:56.982Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200041155 data=null doit=true} to TreeItem with text {test} 16:28:56 [2019-07-19T20:28:56.982Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200041155 data=null} to TreeItem with text {test} 16:28:56 [2019-07-19T20:28:56.982Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200041156 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:28:56 [2019-07-19T20:28:56.982Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200041156 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:28:56 [2019-07-19T20:28:56.982Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200041167 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:28:56 [2019-07-19T20:28:56.982Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:28:56 [2019-07-19T20:28:56.982Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:56 [2019-07-19T20:28:56.982Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [6]} time=200041168 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [6]} 16:28:56 [2019-07-19T20:28:56.982Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [6]} time=200041168 data=null doit=true} to TreeItem with text {Traces [6]} 16:28:56 [2019-07-19T20:28:56.982Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [6]} time=200041168 data=null} to TreeItem with text {Traces [6]} 16:28:56 [2019-07-19T20:28:56.982Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [6]} time=200041168 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [6]} 16:28:56 [2019-07-19T20:28:56.982Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200041169 data=null item=TreeItem {Traces [6]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [6]} 16:28:56 [2019-07-19T20:28:56.982Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [6]} time=200041192 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [6]} 16:28:56 [2019-07-19T20:28:56.982Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:56 [2019-07-19T20:28:56.982Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [6]} time=200041229 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [6]} 16:28:56 [2019-07-19T20:28:56.982Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [6]} time=200041230 data=null doit=true} to TreeItem with text {Traces [6]} 16:28:56 [2019-07-19T20:28:56.982Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [6]} time=200041230 data=null} to TreeItem with text {Traces [6]} 16:28:56 [2019-07-19T20:28:56.982Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [6]} time=200041230 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [6]} 16:28:57 [2019-07-19T20:28:57.238Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200041231 data=null item=TreeItem {Traces [6]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [6]} 16:28:57 [2019-07-19T20:28:57.238Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [6]} time=200041236 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [6]} 16:28:57 [2019-07-19T20:28:57.238Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...' 16:28:57 [2019-07-19T20:28:57.238Z] DEBUG - Clicking on with mnemonic 'Import...' 16:28:57 [2019-07-19T20:28:57.802Z] DEBUG - Clicked on with mnemonic 'Import...' 16:28:57 [2019-07-19T20:28:57.802Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import' 16:28:57 [2019-07-19T20:28:57.802Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=200041830 data=null doit=true} to Shell with text {Trace Import} 16:28:57 [2019-07-19T20:28:57.802Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.802Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with mnemonic 'Select root directory:' 16:28:57 [2019-07-19T20:28:57.802Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with style 'SWT.RADIO' 16:28:57 [2019-07-19T20:28:57.802Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') 16:28:57 [2019-07-19T20:28:57.802Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.802Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.802Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.802Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.802Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.802Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.802Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.802Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.802Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.802Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.802Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.802Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') is already selected, not clicking again. 16:28:57 [2019-07-19T20:28:57.802Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:28:57 [2019-07-19T20:28:57.802Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:28:57 [2019-07-19T20:28:57.802Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:28:57 [2019-07-19T20:28:57.802Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:28:57 [2019-07-19T20:28:57.802Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:28:57 [2019-07-19T20:28:57.802Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo') 16:28:57 [2019-07-19T20:28:57.802Z] DEBUG - Attempting to set focus on (of type 'Combo') 16:28:57 [2019-07-19T20:28:57.802Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import 16:28:57 [2019-07-19T20:28:57.802Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import} time=200041853 data=null} to (of type 'Combo') 16:28:57 [2019-07-19T20:28:57.802Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import 16:28:57 [2019-07-19T20:28:57.802Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:57 [2019-07-19T20:28:57.802Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:57 [2019-07-19T20:28:57.802Z] DEBUG - Attempting to set focus on (of type 'Tree') 16:28:57 [2019-07-19T20:28:57.802Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:57 [2019-07-19T20:28:57.802Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:57 [2019-07-19T20:28:57.802Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=200041939 data=null doit=true} to TreeItem with text {import} 16:28:57 [2019-07-19T20:28:57.802Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=200041940 data=null} to TreeItem with text {import} 16:28:57 [2019-07-19T20:28:57.802Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=200041940 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import} 16:28:57 [2019-07-19T20:28:57.802Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200041940 data=null item=TreeItem {import} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {import} 16:28:57 [2019-07-19T20:28:57.802Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=200041943 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import} 16:28:57 [2019-07-19T20:28:57.802Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:57 [2019-07-19T20:28:57.802Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {import} time=200041944 data=null button=0 stateMask=0x0 x=83 y=11 count=0} to TreeItem with text {import} 16:28:57 [2019-07-19T20:28:57.802Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=200041944 data=null doit=true} to TreeItem with text {import} 16:28:57 [2019-07-19T20:28:57.802Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=200041944 data=null} to TreeItem with text {import} 16:28:57 [2019-07-19T20:28:57.802Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=200041945 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import} 16:28:57 [2019-07-19T20:28:57.802Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200041945 data=null item=TreeItem {import} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {import} 16:28:57 [2019-07-19T20:28:57.802Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=200041945 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import} 16:28:57 [2019-07-19T20:28:57.802Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:28:57 [2019-07-19T20:28:57.802Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:28:57 [2019-07-19T20:28:57.802Z] DEBUG - Setting state to checked on: unrecognized.log 16:28:57 [2019-07-19T20:28:57.802Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo' 16:28:57 [2019-07-19T20:28:57.802Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:28:57 [2019-07-19T20:28:57.802Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:28:57 [2019-07-19T20:28:57.802Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:' 16:28:57 [2019-07-19T20:28:57.802Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:') 16:28:57 [2019-07-19T20:28:57.802Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:28:57 [2019-07-19T20:28:57.802Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection> 16:28:57 [2019-07-19T20:28:57.802Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {<Automatic Detection>} time=200041965 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:28:57 [2019-07-19T20:28:57.802Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection> 16:28:57 [2019-07-19T20:28:57.802Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.802Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.802Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.802Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.802Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.802Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.802Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.802Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace' 16:28:57 [2019-07-19T20:28:57.802Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK' 16:28:57 [2019-07-19T20:28:57.802Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:57 [2019-07-19T20:28:57.802Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.802Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.802Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.802Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.802Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.802Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:28:57 [2019-07-19T20:28:57.802Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') already selected, not selecting again. 16:28:57 [2019-07-19T20:28:57.802Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.802Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.802Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure' 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK' 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces' 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK' 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') already selected, not selecting again. 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning' 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK' 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment' 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK' 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK' 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish' 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH' 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - Clicking on &Finish 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=200041993 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=200041993 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=200041993 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=200041993 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=200041993 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:57 [2019-07-19T20:28:57.803Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=200041993 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:58 [2019-07-19T20:28:58.366Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=200041994 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:28:58 [2019-07-19T20:28:58.366Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=200041328 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...' 16:28:58 [2019-07-19T20:28:58.623Z] DEBUG - Clicked on 16:28:58 [2019-07-19T20:28:58.623Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:28:58 [2019-07-19T20:28:58.623Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:58 [2019-07-19T20:28:58.623Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:58 [2019-07-19T20:28:58.623Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:58 [2019-07-19T20:28:58.623Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:58 [2019-07-19T20:28:58.623Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:58 [2019-07-19T20:28:58.623Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200042767 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:28:58 [2019-07-19T20:28:58.623Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200042767 data=null doit=true} to TreeItem with text {test} 16:28:58 [2019-07-19T20:28:58.623Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200042767 data=null} to TreeItem with text {test} 16:28:58 [2019-07-19T20:28:58.623Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200042767 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:28:58 [2019-07-19T20:28:58.623Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200042767 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:28:58 [2019-07-19T20:28:58.623Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200042797 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:28:58 [2019-07-19T20:28:58.623Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:58 [2019-07-19T20:28:58.623Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200042798 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:28:58 [2019-07-19T20:28:58.623Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200042798 data=null doit=true} to TreeItem with text {test} 16:28:58 [2019-07-19T20:28:58.623Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200042798 data=null} to TreeItem with text {test} 16:28:58 [2019-07-19T20:28:58.623Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200042798 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:28:58 [2019-07-19T20:28:58.623Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200042798 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:28:58 [2019-07-19T20:28:58.623Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200042804 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:28:58 [2019-07-19T20:28:58.623Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:28:58 [2019-07-19T20:28:58.623Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:58 [2019-07-19T20:28:58.623Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [7]} time=200042814 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [7]} 16:28:58 [2019-07-19T20:28:58.623Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [7]} time=200042814 data=null doit=true} to TreeItem with text {Traces [7]} 16:28:58 [2019-07-19T20:28:58.623Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [7]} time=200042814 data=null} to TreeItem with text {Traces [7]} 16:28:58 [2019-07-19T20:28:58.623Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [7]} time=200042814 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [7]} 16:28:58 [2019-07-19T20:28:58.623Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200042814 data=null item=TreeItem {Traces [7]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [7]} 16:28:58 [2019-07-19T20:28:58.623Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [7]} time=200042835 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [7]} 16:28:58 [2019-07-19T20:28:58.623Z] WARN - Tree item TreeItem with text {Traces [7]} is already expanded. Won't expand it again. 16:28:58 [2019-07-19T20:28:58.880Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:28:58 [2019-07-19T20:28:58.880Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:58 [2019-07-19T20:28:58.880Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {unrecognized.log} time=200043128 data=null button=0 stateMask=0x0 x=133 y=200 count=0} to TreeItem with text {unrecognized.log} 16:28:58 [2019-07-19T20:28:58.880Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {unrecognized.log} time=200043129 data=null doit=true} to TreeItem with text {unrecognized.log} 16:28:58 [2019-07-19T20:28:58.880Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {unrecognized.log} time=200043129 data=null} to TreeItem with text {unrecognized.log} 16:28:58 [2019-07-19T20:28:58.880Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=200043129 data=null button=1 stateMask=0x0 x=133 y=200 count=1} to TreeItem with text {unrecognized.log} 16:28:59 [2019-07-19T20:28:59.137Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200043129 data=null item=TreeItem {unrecognized.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {unrecognized.log} 16:28:59 [2019-07-19T20:28:59.137Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=200043179 data=null button=1 stateMask=0x80000 x=133 y=200 count=1} to TreeItem with text {unrecognized.log} 16:28:59 [2019-07-19T20:28:59.137Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:28:59 [2019-07-19T20:28:59.137Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:28:59 [2019-07-19T20:28:59.137Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:28:59 [2019-07-19T20:28:59.137Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:59 [2019-07-19T20:28:59.137Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {unrecognized.log} time=200043181 data=null button=0 stateMask=0x0 x=133 y=200 count=0} to TreeItem with text {unrecognized.log} 16:28:59 [2019-07-19T20:28:59.137Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {unrecognized.log} time=200043181 data=null doit=true} to TreeItem with text {unrecognized.log} 16:28:59 [2019-07-19T20:28:59.137Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {unrecognized.log} time=200043181 data=null} to TreeItem with text {unrecognized.log} 16:28:59 [2019-07-19T20:28:59.137Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=200043182 data=null button=1 stateMask=0x0 x=133 y=200 count=1} to TreeItem with text {unrecognized.log} 16:28:59 [2019-07-19T20:28:59.137Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200043182 data=null item=TreeItem {unrecognized.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {unrecognized.log} 16:28:59 [2019-07-19T20:28:59.137Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=200043187 data=null button=1 stateMask=0x80000 x=133 y=200 count=1} to TreeItem with text {unrecognized.log} 16:28:59 [2019-07-19T20:28:59.137Z] DEBUG - Double-clicking on TreeItem with text {unrecognized.log} 16:28:59 [2019-07-19T20:28:59.137Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {unrecognized.log} time=200043188 data=null button=0 stateMask=0x0 x=133 y=200 count=0} to TreeItem with text {unrecognized.log} 16:28:59 [2019-07-19T20:28:59.137Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {unrecognized.log} time=200043188 data=null doit=true} to TreeItem with text {unrecognized.log} 16:28:59 [2019-07-19T20:28:59.137Z] DEBUG - Attempting to set focus on Tree with text {} 16:28:59 [2019-07-19T20:28:59.137Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {unrecognized.log} time=200043188 data=null} to TreeItem with text {unrecognized.log} 16:28:59 [2019-07-19T20:28:59.137Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=200043188 data=null button=1 stateMask=0x0 x=133 y=200 count=1} to TreeItem with text {unrecognized.log} 16:28:59 [2019-07-19T20:28:59.137Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200043189 data=null item=TreeItem {unrecognized.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {unrecognized.log} 16:28:59 [2019-07-19T20:28:59.137Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=200043237 data=null button=1 stateMask=0x80000 x=133 y=200 count=1} to TreeItem with text {unrecognized.log} 16:28:59 [2019-07-19T20:28:59.137Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=200043237 data=null button=1 stateMask=0x0 x=133 y=200 count=2} to TreeItem with text {unrecognized.log} 16:28:59 [2019-07-19T20:28:59.137Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {unrecognized.log} time=200043238 data=null button=1 stateMask=0x0 x=133 y=200 count=2} to TreeItem with text {unrecognized.log} 16:29:00 [2019-07-19T20:29:00.068Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200043238 data=null item=TreeItem {unrecognized.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {unrecognized.log} 16:29:00 [2019-07-19T20:29:00.325Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=200043426 data=null button=1 stateMask=0x80000 x=133 y=200 count=2} to TreeItem with text {unrecognized.log} 16:29:00 [2019-07-19T20:29:00.325Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {unrecognized.log} time=200044370 data=null button=0 stateMask=0x0 x=133 y=200 count=0} to TreeItem with text {unrecognized.log} 16:29:00 [2019-07-19T20:29:00.325Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {unrecognized.log} time=200044370 data=null doit=true} to TreeItem with text {unrecognized.log} 16:29:00 [2019-07-19T20:29:00.325Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {unrecognized.log} time=200044370 data=null} to TreeItem with text {unrecognized.log} 16:29:00 [2019-07-19T20:29:00.325Z] DEBUG - Double-clicked on TreeItem with text {unrecognized.log} 16:29:00 [2019-07-19T20:29:00.325Z] DEBUG - matched EditorReference with text "", using matcher: with name '"unrecognized.log"' 16:29:00 [2019-07-19T20:29:00.325Z] DEBUG - matched EditorReference with text "", using matcher: with name '"unrecognized.log"' 16:29:00 [2019-07-19T20:29:00.582Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:29:00 [2019-07-19T20:29:00.582Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:00 [2019-07-19T20:29:00.582Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {unrecognized.log} time=200044752 data=null button=0 stateMask=0x0 x=133 y=200 count=0} to TreeItem with text {unrecognized.log} 16:29:00 [2019-07-19T20:29:00.582Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {unrecognized.log} time=200044752 data=null doit=true} to TreeItem with text {unrecognized.log} 16:29:00 [2019-07-19T20:29:00.582Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {unrecognized.log} time=200044753 data=null} to TreeItem with text {unrecognized.log} 16:29:00 [2019-07-19T20:29:00.582Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=200044753 data=null button=1 stateMask=0x0 x=133 y=200 count=1} to TreeItem with text {unrecognized.log} 16:29:00 [2019-07-19T20:29:00.582Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200044753 data=null item=TreeItem {unrecognized.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {unrecognized.log} 16:29:00 [2019-07-19T20:29:00.582Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=200044760 data=null button=1 stateMask=0x80000 x=133 y=200 count=1} to TreeItem with text {unrecognized.log} 16:29:00 [2019-07-19T20:29:00.582Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:00 [2019-07-19T20:29:00.582Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:00 [2019-07-19T20:29:00.582Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:29:00 [2019-07-19T20:29:00.582Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:29:00 [2019-07-19T20:29:00.582Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:00 [2019-07-19T20:29:00.582Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:00 [2019-07-19T20:29:00.582Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:00 [2019-07-19T20:29:00.582Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:00 [2019-07-19T20:29:00.582Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:00 [2019-07-19T20:29:00.582Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200044773 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:29:00 [2019-07-19T20:29:00.582Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200044773 data=null doit=true} to TreeItem with text {test} 16:29:00 [2019-07-19T20:29:00.582Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200044773 data=null} to TreeItem with text {test} 16:29:00 [2019-07-19T20:29:00.582Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200044774 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:29:00 [2019-07-19T20:29:00.582Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200044774 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:29:00 [2019-07-19T20:29:00.839Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200044865 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:29:00 [2019-07-19T20:29:00.839Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:00 [2019-07-19T20:29:00.839Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200044867 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:29:00 [2019-07-19T20:29:00.839Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200044868 data=null doit=true} to TreeItem with text {test} 16:29:00 [2019-07-19T20:29:00.839Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200044868 data=null} to TreeItem with text {test} 16:29:00 [2019-07-19T20:29:00.839Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200044868 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:29:00 [2019-07-19T20:29:00.839Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200044868 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:29:00 [2019-07-19T20:29:00.839Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200044875 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:29:00 [2019-07-19T20:29:00.839Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:29:00 [2019-07-19T20:29:00.839Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:00 [2019-07-19T20:29:00.839Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [7]} time=200044876 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [7]} 16:29:00 [2019-07-19T20:29:00.839Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [7]} time=200044876 data=null doit=true} to TreeItem with text {Traces [7]} 16:29:00 [2019-07-19T20:29:00.839Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [7]} time=200044876 data=null} to TreeItem with text {Traces [7]} 16:29:00 [2019-07-19T20:29:00.839Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [7]} time=200044877 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [7]} 16:29:00 [2019-07-19T20:29:00.839Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200044877 data=null item=TreeItem {Traces [7]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [7]} 16:29:00 [2019-07-19T20:29:00.839Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [7]} time=200044950 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [7]} 16:29:00 [2019-07-19T20:29:00.839Z] WARN - Tree item TreeItem with text {Traces [7]} is already expanded. Won't expand it again. 16:29:00 [2019-07-19T20:29:00.839Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:29:00 [2019-07-19T20:29:00.839Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:01 [2019-07-19T20:29:01.096Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {unrecognized.log} time=200045165 data=null button=0 stateMask=0x0 x=133 y=200 count=0} to Tree node with text: unrecognized.log 16:29:01 [2019-07-19T20:29:01.096Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {unrecognized.log} time=200045165 data=null doit=true} to Tree node with text: unrecognized.log 16:29:01 [2019-07-19T20:29:01.096Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {unrecognized.log} time=200045165 data=null} to Tree node with text: unrecognized.log 16:29:01 [2019-07-19T20:29:01.096Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=200045165 data=null button=1 stateMask=0x0 x=133 y=200 count=1} to Tree node with text: unrecognized.log 16:29:01 [2019-07-19T20:29:01.096Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200045166 data=null item=TreeItem {unrecognized.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: unrecognized.log 16:29:01 [2019-07-19T20:29:01.096Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=200045255 data=null button=1 stateMask=0x80000 x=133 y=200 count=1} to Tree node with text: unrecognized.log 16:29:01 [2019-07-19T20:29:01.096Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:01 [2019-07-19T20:29:01.096Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:01 [2019-07-19T20:29:01.096Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:29:01 [2019-07-19T20:29:01.096Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:29:01 [2019-07-19T20:29:01.096Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:01 [2019-07-19T20:29:01.096Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:01 [2019-07-19T20:29:01.096Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:01 [2019-07-19T20:29:01.096Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:01 [2019-07-19T20:29:01.096Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:01 [2019-07-19T20:29:01.096Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200045263 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:29:01 [2019-07-19T20:29:01.096Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200045263 data=null doit=true} to TreeItem with text {test} 16:29:01 [2019-07-19T20:29:01.096Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200045263 data=null} to TreeItem with text {test} 16:29:01 [2019-07-19T20:29:01.096Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200045263 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:29:01 [2019-07-19T20:29:01.096Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200045264 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:29:01 [2019-07-19T20:29:01.352Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200045350 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:29:01 [2019-07-19T20:29:01.352Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:01 [2019-07-19T20:29:01.352Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200045351 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:29:01 [2019-07-19T20:29:01.352Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200045351 data=null doit=true} to TreeItem with text {test} 16:29:01 [2019-07-19T20:29:01.352Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200045351 data=null} to TreeItem with text {test} 16:29:01 [2019-07-19T20:29:01.352Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200045352 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:29:01 [2019-07-19T20:29:01.352Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200045352 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:29:01 [2019-07-19T20:29:01.352Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200045359 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:29:01 [2019-07-19T20:29:01.352Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:29:01 [2019-07-19T20:29:01.352Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:01 [2019-07-19T20:29:01.352Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [7]} time=200045360 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [7]} 16:29:01 [2019-07-19T20:29:01.352Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [7]} time=200045360 data=null doit=true} to TreeItem with text {Traces [7]} 16:29:01 [2019-07-19T20:29:01.352Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [7]} time=200045360 data=null} to TreeItem with text {Traces [7]} 16:29:01 [2019-07-19T20:29:01.352Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [7]} time=200045360 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [7]} 16:29:01 [2019-07-19T20:29:01.352Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200045360 data=null item=TreeItem {Traces [7]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [7]} 16:29:01 [2019-07-19T20:29:01.352Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [7]} time=200045378 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [7]} 16:29:01 [2019-07-19T20:29:01.352Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:01 [2019-07-19T20:29:01.352Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [7]} time=200045379 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [7]} 16:29:01 [2019-07-19T20:29:01.352Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [7]} time=200045379 data=null doit=true} to TreeItem with text {Traces [7]} 16:29:01 [2019-07-19T20:29:01.352Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [7]} time=200045379 data=null} to TreeItem with text {Traces [7]} 16:29:01 [2019-07-19T20:29:01.352Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [7]} time=200045379 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [7]} 16:29:01 [2019-07-19T20:29:01.352Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200045380 data=null item=TreeItem {Traces [7]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [7]} 16:29:01 [2019-07-19T20:29:01.352Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [7]} time=200045439 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [7]} 16:29:01 [2019-07-19T20:29:01.352Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...' 16:29:01 [2019-07-19T20:29:01.352Z] DEBUG - Clicking on with mnemonic 'Import...' 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - Clicked on with mnemonic 'Import...' 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import' 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=200045963 data=null doit=true} to Shell with text {Trace Import} 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with mnemonic 'Select root directory:' 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with style 'SWT.RADIO' 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') is already selected, not clicking again. 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo') 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - Attempting to set focus on (of type 'Combo') 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import} time=200045971 data=null} to (of type 'Combo') 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - Attempting to set focus on (of type 'Tree') 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=200046067 data=null doit=true} to TreeItem with text {import} 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=200046067 data=null} to TreeItem with text {import} 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=200046067 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import} 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200046067 data=null item=TreeItem {import} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {import} 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=200046070 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import} 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {import} time=200046071 data=null button=0 stateMask=0x0 x=83 y=11 count=0} to TreeItem with text {import} 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=200046071 data=null doit=true} to TreeItem with text {import} 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=200046071 data=null} to TreeItem with text {import} 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=200046071 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import} 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200046072 data=null item=TreeItem {import} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {import} 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=200046072 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import} 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - Setting state to checked on: unrecognized.log 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo' 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:' 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:') 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection> 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {<Automatic Detection>} time=200046142 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection> 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace' 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK' 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') already selected, not selecting again. 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure' 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK' 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.916Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces' 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK' 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - Deselecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$1@3bd7ff1f 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Import unrecognized traces} time=200046149 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Import unrecognized traces} time=200046149 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Import unrecognized traces} time=200046149 data=null doit=true} to (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Import unrecognized traces} time=200046150 data=null} to (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Import unrecognized traces} time=200046150 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Import unrecognized traces} time=200046150 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Import unrecognized traces} time=200046150 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Import unrecognized traces} time=200046150 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Import unrecognized traces} time=200046150 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Import unrecognized traces} time=200046150 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Import unrecognized traces} time=200046150 data=null doit=true} to (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Import unrecognized traces} time=200046150 data=null} to (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning' 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK' 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment' 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK' 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK' 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish' 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH' 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - Clicking on &Finish 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=200046164 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=200046164 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=200046164 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=200046164 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=200046164 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:29:01 [2019-07-19T20:29:01.917Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=200046164 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:29:03 [2019-07-19T20:29:03.288Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=200046164 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:29:03 [2019-07-19T20:29:03.288Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=200045485 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...' 16:29:03 [2019-07-19T20:29:03.288Z] DEBUG - Clicked on 16:29:03 [2019-07-19T20:29:03.288Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:29:03 [2019-07-19T20:29:03.288Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:03 [2019-07-19T20:29:03.288Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:03 [2019-07-19T20:29:03.288Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:03 [2019-07-19T20:29:03.288Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:03 [2019-07-19T20:29:03.288Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:03 [2019-07-19T20:29:03.288Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200047277 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:29:03 [2019-07-19T20:29:03.288Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200047277 data=null doit=true} to TreeItem with text {test} 16:29:03 [2019-07-19T20:29:03.288Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200047278 data=null} to TreeItem with text {test} 16:29:03 [2019-07-19T20:29:03.288Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200047278 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:29:03 [2019-07-19T20:29:03.288Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200047278 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:29:03 [2019-07-19T20:29:03.288Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200047311 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:29:03 [2019-07-19T20:29:03.288Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:03 [2019-07-19T20:29:03.288Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200047312 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:29:03 [2019-07-19T20:29:03.288Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200047312 data=null doit=true} to TreeItem with text {test} 16:29:03 [2019-07-19T20:29:03.288Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200047312 data=null} to TreeItem with text {test} 16:29:03 [2019-07-19T20:29:03.288Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200047313 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:29:03 [2019-07-19T20:29:03.288Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200047332 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:29:03 [2019-07-19T20:29:03.288Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200047340 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:29:03 [2019-07-19T20:29:03.288Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:29:03 [2019-07-19T20:29:03.288Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:03 [2019-07-19T20:29:03.288Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [7]} time=200047341 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [7]} 16:29:03 [2019-07-19T20:29:03.288Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [7]} time=200047341 data=null doit=true} to TreeItem with text {Traces [7]} 16:29:03 [2019-07-19T20:29:03.288Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [7]} time=200047341 data=null} to TreeItem with text {Traces [7]} 16:29:03 [2019-07-19T20:29:03.288Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [7]} time=200047342 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [7]} 16:29:03 [2019-07-19T20:29:03.288Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200047342 data=null item=TreeItem {Traces [7]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [7]} 16:29:03 [2019-07-19T20:29:03.288Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [7]} time=200047364 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [7]} 16:29:03 [2019-07-19T20:29:03.288Z] WARN - Tree item TreeItem with text {Traces [7]} is already expanded. Won't expand it again. 16:29:03 [2019-07-19T20:29:03.579Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:29:03 [2019-07-19T20:29:03.579Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:03 [2019-07-19T20:29:03.837Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {unrecognized.log} time=200047848 data=null button=0 stateMask=0x0 x=133 y=200 count=0} to TreeItem with text {unrecognized.log} 16:29:03 [2019-07-19T20:29:03.837Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {unrecognized.log} time=200047848 data=null doit=true} to TreeItem with text {unrecognized.log} 16:29:03 [2019-07-19T20:29:03.837Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {unrecognized.log} time=200047848 data=null} to TreeItem with text {unrecognized.log} 16:29:03 [2019-07-19T20:29:03.837Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=200047849 data=null button=1 stateMask=0x0 x=133 y=200 count=1} to TreeItem with text {unrecognized.log} 16:29:03 [2019-07-19T20:29:03.837Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200047849 data=null item=TreeItem {unrecognized.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {unrecognized.log} 16:29:03 [2019-07-19T20:29:03.837Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=200047891 data=null button=1 stateMask=0x80000 x=133 y=200 count=1} to TreeItem with text {unrecognized.log} 16:29:03 [2019-07-19T20:29:03.837Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:03 [2019-07-19T20:29:03.837Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:03 [2019-07-19T20:29:03.837Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:29:03 [2019-07-19T20:29:03.837Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:03 [2019-07-19T20:29:03.837Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {unrecognized.log} time=200047894 data=null button=0 stateMask=0x0 x=133 y=200 count=0} to TreeItem with text {unrecognized.log} 16:29:03 [2019-07-19T20:29:03.837Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {unrecognized.log} time=200047894 data=null doit=true} to TreeItem with text {unrecognized.log} 16:29:03 [2019-07-19T20:29:03.837Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {unrecognized.log} time=200047894 data=null} to TreeItem with text {unrecognized.log} 16:29:03 [2019-07-19T20:29:03.837Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=200047894 data=null button=1 stateMask=0x0 x=133 y=200 count=1} to TreeItem with text {unrecognized.log} 16:29:03 [2019-07-19T20:29:03.837Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200047894 data=null item=TreeItem {unrecognized.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {unrecognized.log} 16:29:03 [2019-07-19T20:29:03.837Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=200047900 data=null button=1 stateMask=0x80000 x=133 y=200 count=1} to TreeItem with text {unrecognized.log} 16:29:03 [2019-07-19T20:29:03.837Z] DEBUG - Double-clicking on TreeItem with text {unrecognized.log} 16:29:03 [2019-07-19T20:29:03.837Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {unrecognized.log} time=200047900 data=null button=0 stateMask=0x0 x=133 y=200 count=0} to TreeItem with text {unrecognized.log} 16:29:03 [2019-07-19T20:29:03.837Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {unrecognized.log} time=200047900 data=null doit=true} to TreeItem with text {unrecognized.log} 16:29:03 [2019-07-19T20:29:03.837Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:03 [2019-07-19T20:29:03.837Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {unrecognized.log} time=200047901 data=null} to TreeItem with text {unrecognized.log} 16:29:03 [2019-07-19T20:29:03.837Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=200047901 data=null button=1 stateMask=0x0 x=133 y=200 count=1} to TreeItem with text {unrecognized.log} 16:29:03 [2019-07-19T20:29:03.837Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200047901 data=null item=TreeItem {unrecognized.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {unrecognized.log} 16:29:03 [2019-07-19T20:29:03.837Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=200047905 data=null button=1 stateMask=0x80000 x=133 y=200 count=1} to TreeItem with text {unrecognized.log} 16:29:03 [2019-07-19T20:29:03.837Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=200047906 data=null button=1 stateMask=0x0 x=133 y=200 count=2} to TreeItem with text {unrecognized.log} 16:29:03 [2019-07-19T20:29:03.837Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {unrecognized.log} time=200047906 data=null button=1 stateMask=0x0 x=133 y=200 count=2} to TreeItem with text {unrecognized.log} 16:29:03 [2019-07-19T20:29:03.837Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200047906 data=null item=TreeItem {unrecognized.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {unrecognized.log} 16:29:04 [2019-07-19T20:29:04.094Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=200047998 data=null button=1 stateMask=0x80000 x=133 y=200 count=2} to TreeItem with text {unrecognized.log} 16:29:04 [2019-07-19T20:29:04.094Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {unrecognized.log} time=200048099 data=null button=0 stateMask=0x0 x=133 y=200 count=0} to TreeItem with text {unrecognized.log} 16:29:04 [2019-07-19T20:29:04.094Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {unrecognized.log} time=200048099 data=null doit=true} to TreeItem with text {unrecognized.log} 16:29:04 [2019-07-19T20:29:04.094Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {unrecognized.log} time=200048100 data=null} to TreeItem with text {unrecognized.log} 16:29:04 [2019-07-19T20:29:04.094Z] DEBUG - Double-clicked on TreeItem with text {unrecognized.log} 16:29:04 [2019-07-19T20:29:04.094Z] DEBUG - matched EditorReference with text "", using matcher: with name '"unrecognized.log"' 16:29:04 [2019-07-19T20:29:04.094Z] DEBUG - matched EditorReference with text "", using matcher: with name '"unrecognized.log"' 16:29:04 [2019-07-19T20:29:04.094Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:29:04 [2019-07-19T20:29:04.094Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:04 [2019-07-19T20:29:04.094Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {unrecognized.log} time=200048228 data=null button=0 stateMask=0x0 x=133 y=200 count=0} to TreeItem with text {unrecognized.log} 16:29:04 [2019-07-19T20:29:04.094Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {unrecognized.log} time=200048228 data=null doit=true} to TreeItem with text {unrecognized.log} 16:29:04 [2019-07-19T20:29:04.094Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {unrecognized.log} time=200048228 data=null} to TreeItem with text {unrecognized.log} 16:29:04 [2019-07-19T20:29:04.094Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=200048229 data=null button=1 stateMask=0x0 x=133 y=200 count=1} to TreeItem with text {unrecognized.log} 16:29:04 [2019-07-19T20:29:04.094Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200048229 data=null item=TreeItem {unrecognized.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {unrecognized.log} 16:29:04 [2019-07-19T20:29:04.094Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=200048239 data=null button=1 stateMask=0x80000 x=133 y=200 count=1} to TreeItem with text {unrecognized.log} 16:29:04 [2019-07-19T20:29:04.094Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:04 [2019-07-19T20:29:04.094Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:04 [2019-07-19T20:29:04.094Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:29:04 [2019-07-19T20:29:04.094Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:29:04 [2019-07-19T20:29:04.094Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:04 [2019-07-19T20:29:04.352Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {unrecognized.log} time=200048443 data=null button=0 stateMask=0x0 x=133 y=200 count=0} to Tree node with text: unrecognized.log 16:29:04 [2019-07-19T20:29:04.352Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {unrecognized.log} time=200048443 data=null doit=true} to Tree node with text: unrecognized.log 16:29:04 [2019-07-19T20:29:04.352Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {unrecognized.log} time=200048443 data=null} to Tree node with text: unrecognized.log 16:29:04 [2019-07-19T20:29:04.352Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=200048444 data=null button=1 stateMask=0x0 x=133 y=200 count=1} to Tree node with text: unrecognized.log 16:29:04 [2019-07-19T20:29:04.352Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200048444 data=null item=TreeItem {unrecognized.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: unrecognized.log 16:29:04 [2019-07-19T20:29:04.352Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=200048450 data=null button=1 stateMask=0x80000 x=133 y=200 count=1} to Tree node with text: unrecognized.log 16:29:04 [2019-07-19T20:29:04.352Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:04 [2019-07-19T20:29:04.352Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:04 [2019-07-19T20:29:04.352Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:29:04 [2019-07-19T20:29:04.352Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:29:04 [2019-07-19T20:29:04.352Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:04 [2019-07-19T20:29:04.352Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:04 [2019-07-19T20:29:04.352Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:04 [2019-07-19T20:29:04.352Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:04 [2019-07-19T20:29:04.352Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:04 [2019-07-19T20:29:04.352Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200048462 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:29:04 [2019-07-19T20:29:04.352Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200048462 data=null doit=true} to TreeItem with text {test} 16:29:04 [2019-07-19T20:29:04.352Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200048462 data=null} to TreeItem with text {test} 16:29:04 [2019-07-19T20:29:04.352Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200048463 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:29:04 [2019-07-19T20:29:04.352Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200048463 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:29:04 [2019-07-19T20:29:04.352Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200048538 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:29:04 [2019-07-19T20:29:04.352Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:04 [2019-07-19T20:29:04.352Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200048539 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:29:04 [2019-07-19T20:29:04.352Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200048539 data=null doit=true} to TreeItem with text {test} 16:29:04 [2019-07-19T20:29:04.352Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200048539 data=null} to TreeItem with text {test} 16:29:04 [2019-07-19T20:29:04.352Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200048540 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:29:04 [2019-07-19T20:29:04.352Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200048540 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:29:04 [2019-07-19T20:29:04.352Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200048547 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:29:04 [2019-07-19T20:29:04.352Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:29:04 [2019-07-19T20:29:04.352Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:04 [2019-07-19T20:29:04.352Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [7]} time=200048548 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [7]} 16:29:04 [2019-07-19T20:29:04.352Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [7]} time=200048549 data=null doit=true} to TreeItem with text {Traces [7]} 16:29:04 [2019-07-19T20:29:04.352Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [7]} time=200048549 data=null} to TreeItem with text {Traces [7]} 16:29:04 [2019-07-19T20:29:04.352Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [7]} time=200048549 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [7]} 16:29:04 [2019-07-19T20:29:04.352Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200048549 data=null item=TreeItem {Traces [7]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [7]} 16:29:04 [2019-07-19T20:29:04.352Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [7]} time=200048572 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [7]} 16:29:04 [2019-07-19T20:29:04.352Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:04 [2019-07-19T20:29:04.352Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [7]} time=200048573 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [7]} 16:29:04 [2019-07-19T20:29:04.352Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [7]} time=200048574 data=null doit=true} to TreeItem with text {Traces [7]} 16:29:04 [2019-07-19T20:29:04.352Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [7]} time=200048574 data=null} to TreeItem with text {Traces [7]} 16:29:04 [2019-07-19T20:29:04.352Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [7]} time=200048574 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [7]} 16:29:04 [2019-07-19T20:29:04.609Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200048574 data=null item=TreeItem {Traces [7]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [7]} 16:29:04 [2019-07-19T20:29:04.609Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [7]} time=200048635 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [7]} 16:29:04 [2019-07-19T20:29:04.609Z] DEBUG - matched MenuItem with text "C&lear Delete", using matcher: with mnemonic 'Clear' 16:29:04 [2019-07-19T20:29:04.609Z] DEBUG - Clicking on with mnemonic 'Clear' 16:29:04 [2019-07-19T20:29:04.866Z] DEBUG - Clicked on with mnemonic 'Clear' 16:29:04 [2019-07-19T20:29:04.866Z] DEBUG - matched Shell with text "Confirm Clear", using matcher: with text 'Confirm Clear' 16:29:04 [2019-07-19T20:29:04.866Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirm Clear} time=200048948 data=null doit=true} to Shell with text {Confirm Clear} 16:29:04 [2019-07-19T20:29:04.866Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button' 16:29:04 [2019-07-19T20:29:04.866Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes' 16:29:04 [2019-07-19T20:29:04.866Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH' 16:29:04 [2019-07-19T20:29:04.866Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:29:04 [2019-07-19T20:29:04.866Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button' 16:29:04 [2019-07-19T20:29:04.866Z] DEBUG - Clicking on &Yes 16:29:04 [2019-07-19T20:29:04.866Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=200048957 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:29:04 [2019-07-19T20:29:04.866Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=200048957 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:29:04 [2019-07-19T20:29:04.866Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=200048957 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:29:04 [2019-07-19T20:29:04.866Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=200048958 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:29:04 [2019-07-19T20:29:04.866Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=200048958 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:29:04 [2019-07-19T20:29:04.866Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=200048958 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:29:04 [2019-07-19T20:29:04.866Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=200048958 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:29:07 [2019-07-19T20:29:07.388Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {C&lear Delete} time=200048681 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Clear' 16:29:07 [2019-07-19T20:29:07.388Z] DEBUG - Clicked on 16:29:07 [2019-07-19T20:29:07.388Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:29:07 [2019-07-19T20:29:07.388Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:07 [2019-07-19T20:29:07.388Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:07 [2019-07-19T20:29:07.388Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:07 [2019-07-19T20:29:07.388Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:07 [2019-07-19T20:29:07.388Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:07 [2019-07-19T20:29:07.388Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200051120 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:29:07 [2019-07-19T20:29:07.388Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200051121 data=null doit=true} to TreeItem with text {test} 16:29:07 [2019-07-19T20:29:07.388Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200051121 data=null} to TreeItem with text {test} 16:29:07 [2019-07-19T20:29:07.388Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200051121 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:29:07 [2019-07-19T20:29:07.388Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200051121 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:29:07 [2019-07-19T20:29:07.388Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200051160 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:29:07 [2019-07-19T20:29:07.388Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:07 [2019-07-19T20:29:07.388Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200051162 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:29:07 [2019-07-19T20:29:07.388Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200051162 data=null doit=true} to TreeItem with text {test} 16:29:07 [2019-07-19T20:29:07.388Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200051162 data=null} to TreeItem with text {test} 16:29:07 [2019-07-19T20:29:07.388Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200051163 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:29:07 [2019-07-19T20:29:07.388Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200051163 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:29:07 [2019-07-19T20:29:07.388Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200051188 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:29:07 [2019-07-19T20:29:07.388Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:29:07 [2019-07-19T20:29:07.388Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:07 [2019-07-19T20:29:07.388Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [7]} time=200051190 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [7]} 16:29:07 [2019-07-19T20:29:07.388Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [7]} time=200051190 data=null doit=true} to TreeItem with text {Traces [7]} 16:29:07 [2019-07-19T20:29:07.388Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [7]} time=200051190 data=null} to TreeItem with text {Traces [7]} 16:29:07 [2019-07-19T20:29:07.388Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [7]} time=200051190 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [7]} 16:29:07 [2019-07-19T20:29:07.388Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200051191 data=null item=TreeItem {Traces [7]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [7]} 16:29:07 [2019-07-19T20:29:07.388Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [7]} time=200051240 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [7]} 16:29:07 [2019-07-19T20:29:07.388Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:07 [2019-07-19T20:29:07.388Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [7]} time=200051241 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [7]} 16:29:07 [2019-07-19T20:29:07.388Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [7]} time=200051241 data=null doit=true} to TreeItem with text {Traces [7]} 16:29:07 [2019-07-19T20:29:07.388Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [7]} time=200051241 data=null} to TreeItem with text {Traces [7]} 16:29:07 [2019-07-19T20:29:07.388Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [7]} time=200051242 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [7]} 16:29:07 [2019-07-19T20:29:07.388Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200051242 data=null item=TreeItem {Traces [7]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [7]} 16:29:07 [2019-07-19T20:29:07.388Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [7]} time=200051255 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [7]} 16:29:07 [2019-07-19T20:29:07.388Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...' 16:29:07 [2019-07-19T20:29:07.388Z] DEBUG - Clicking on with mnemonic 'Import...' 16:29:07 [2019-07-19T20:29:07.388Z] DEBUG - Clicked on with mnemonic 'Import...' 16:29:07 [2019-07-19T20:29:07.388Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import' 16:29:07 [2019-07-19T20:29:07.388Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=200051617 data=null doit=true} to Shell with text {Trace Import} 16:29:07 [2019-07-19T20:29:07.388Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.388Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with mnemonic 'Select root directory:' 16:29:07 [2019-07-19T20:29:07.388Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with style 'SWT.RADIO' 16:29:07 [2019-07-19T20:29:07.388Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') 16:29:07 [2019-07-19T20:29:07.388Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.388Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.388Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.388Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.388Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.388Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.388Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.388Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.388Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.388Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.388Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.388Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') is already selected, not clicking again. 16:29:07 [2019-07-19T20:29:07.388Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:29:07 [2019-07-19T20:29:07.388Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:29:07 [2019-07-19T20:29:07.388Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:29:07 [2019-07-19T20:29:07.388Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:29:07 [2019-07-19T20:29:07.388Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:29:07 [2019-07-19T20:29:07.388Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo') 16:29:07 [2019-07-19T20:29:07.645Z] DEBUG - Attempting to set focus on (of type 'Combo') 16:29:07 [2019-07-19T20:29:07.645Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import 16:29:07 [2019-07-19T20:29:07.645Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import} time=200051654 data=null} to (of type 'Combo') 16:29:07 [2019-07-19T20:29:07.645Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import 16:29:07 [2019-07-19T20:29:07.645Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:07 [2019-07-19T20:29:07.645Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:07 [2019-07-19T20:29:07.645Z] DEBUG - Attempting to set focus on (of type 'Tree') 16:29:07 [2019-07-19T20:29:07.645Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:07 [2019-07-19T20:29:07.645Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:07 [2019-07-19T20:29:07.645Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=200051699 data=null doit=true} to TreeItem with text {import} 16:29:07 [2019-07-19T20:29:07.645Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=200051699 data=null} to TreeItem with text {import} 16:29:07 [2019-07-19T20:29:07.645Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=200051700 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import} 16:29:07 [2019-07-19T20:29:07.645Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200051703 data=null item=TreeItem {import} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {import} 16:29:07 [2019-07-19T20:29:07.645Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=200051706 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import} 16:29:07 [2019-07-19T20:29:07.645Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200051707 data=null doit=true} to Tree node with text: kernel-overlap-testing 16:29:07 [2019-07-19T20:29:07.645Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200051707 data=null} to Tree node with text: kernel-overlap-testing 16:29:07 [2019-07-19T20:29:07.645Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200051707 data=null button=1 stateMask=0x0 x=150 y=55 count=1} to Tree node with text: kernel-overlap-testing 16:29:07 [2019-07-19T20:29:07.645Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200051707 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Tree node with text: kernel-overlap-testing 16:29:07 [2019-07-19T20:29:07.645Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200051708 data=null button=1 stateMask=0x80000 x=150 y=55 count=1} to Tree node with text: kernel-overlap-testing 16:29:07 [2019-07-19T20:29:07.645Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:07 [2019-07-19T20:29:07.645Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200051709 data=null button=0 stateMask=0x0 x=150 y=55 count=0} to Tree node with text: kernel-overlap-testing 16:29:07 [2019-07-19T20:29:07.645Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200051709 data=null doit=true} to Tree node with text: kernel-overlap-testing 16:29:07 [2019-07-19T20:29:07.645Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200051709 data=null} to Tree node with text: kernel-overlap-testing 16:29:07 [2019-07-19T20:29:07.645Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200051709 data=null button=1 stateMask=0x0 x=150 y=55 count=1} to Tree node with text: kernel-overlap-testing 16:29:07 [2019-07-19T20:29:07.645Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200051710 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: kernel-overlap-testing 16:29:07 [2019-07-19T20:29:07.645Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200051712 data=null button=1 stateMask=0x80000 x=150 y=55 count=1} to Tree node with text: kernel-overlap-testing 16:29:07 [2019-07-19T20:29:07.645Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:29:07 [2019-07-19T20:29:07.645Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:29:07 [2019-07-19T20:29:07.645Z] DEBUG - Setting state to checked on: metadata 16:29:07 [2019-07-19T20:29:07.645Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo' 16:29:07 [2019-07-19T20:29:07.645Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:29:07 [2019-07-19T20:29:07.645Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:29:07 [2019-07-19T20:29:07.645Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:' 16:29:07 [2019-07-19T20:29:07.645Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:') 16:29:07 [2019-07-19T20:29:07.645Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:29:07 [2019-07-19T20:29:07.645Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection> 16:29:07 [2019-07-19T20:29:07.645Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {<Automatic Detection>} time=200051730 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:29:07 [2019-07-19T20:29:07.645Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection> 16:29:07 [2019-07-19T20:29:07.645Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.645Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.645Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.645Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.645Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.645Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.645Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.645Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace' 16:29:07 [2019-07-19T20:29:07.645Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK' 16:29:07 [2019-07-19T20:29:07.645Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:29:07 [2019-07-19T20:29:07.645Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.645Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.645Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.645Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.645Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.645Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:29:07 [2019-07-19T20:29:07.645Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') already selected, not selecting again. 16:29:07 [2019-07-19T20:29:07.645Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.645Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.645Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.645Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.645Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.645Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.645Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.645Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.645Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure' 16:29:07 [2019-07-19T20:29:07.645Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK' 16:29:07 [2019-07-19T20:29:07.645Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:29:07 [2019-07-19T20:29:07.645Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.645Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.645Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces' 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK' 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - Selecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$2@b5e643a 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Import unrecognized traces} time=200051741 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Import unrecognized traces} time=200051741 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Import unrecognized traces} time=200051741 data=null doit=true} to (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Import unrecognized traces} time=200051741 data=null} to (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Import unrecognized traces} time=200051742 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Import unrecognized traces} time=200051742 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Import unrecognized traces} time=200051742 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Import unrecognized traces} time=200051742 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Import unrecognized traces} time=200051742 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Import unrecognized traces} time=200051742 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Import unrecognized traces} time=200051742 data=null doit=true} to (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Import unrecognized traces} time=200051742 data=null} to (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning' 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK' 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment' 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK' 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK' 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish' 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH' 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - Clicking on &Finish 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=200051750 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=200051750 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=200051750 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=200051750 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=200051750 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:29:07 [2019-07-19T20:29:07.646Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=200051751 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:29:07 [2019-07-19T20:29:07.903Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=200051751 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:29:07 [2019-07-19T20:29:07.903Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=200051305 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...' 16:29:07 [2019-07-19T20:29:07.903Z] DEBUG - Clicked on 16:29:07 [2019-07-19T20:29:07.903Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:29:07 [2019-07-19T20:29:07.903Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:07 [2019-07-19T20:29:07.903Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:07 [2019-07-19T20:29:07.903Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:07 [2019-07-19T20:29:07.903Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:07 [2019-07-19T20:29:07.903Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:07 [2019-07-19T20:29:07.903Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200052054 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:29:07 [2019-07-19T20:29:07.903Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200052054 data=null doit=true} to TreeItem with text {test} 16:29:07 [2019-07-19T20:29:07.903Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200052054 data=null} to TreeItem with text {test} 16:29:07 [2019-07-19T20:29:07.903Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200052055 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:29:07 [2019-07-19T20:29:07.903Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200052055 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:29:07 [2019-07-19T20:29:07.903Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200052087 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:29:07 [2019-07-19T20:29:07.903Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:07 [2019-07-19T20:29:07.903Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200052088 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:29:07 [2019-07-19T20:29:07.903Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200052088 data=null doit=true} to TreeItem with text {test} 16:29:07 [2019-07-19T20:29:07.903Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200052088 data=null} to TreeItem with text {test} 16:29:07 [2019-07-19T20:29:07.903Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200052088 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:29:07 [2019-07-19T20:29:07.903Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200052089 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:29:07 [2019-07-19T20:29:07.903Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200052104 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:29:07 [2019-07-19T20:29:07.903Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:29:07 [2019-07-19T20:29:07.903Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:07 [2019-07-19T20:29:07.903Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=200052106 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 16:29:07 [2019-07-19T20:29:07.903Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=200052106 data=null doit=true} to TreeItem with text {Traces [1]} 16:29:07 [2019-07-19T20:29:07.903Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=200052106 data=null} to TreeItem with text {Traces [1]} 16:29:07 [2019-07-19T20:29:07.903Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=200052106 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:29:07 [2019-07-19T20:29:07.903Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200052107 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 16:29:07 [2019-07-19T20:29:07.903Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=200052141 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:29:07 [2019-07-19T20:29:07.903Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=200052142 data=null doit=true} to TreeItem with text {Traces [1]} 16:29:07 [2019-07-19T20:29:07.903Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=200052142 data=null} to TreeItem with text {Traces [1]} 16:29:07 [2019-07-19T20:29:07.903Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=200052142 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:29:07 [2019-07-19T20:29:07.903Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200052142 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {Traces [1]} 16:29:08 [2019-07-19T20:29:08.160Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=200052158 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:29:08 [2019-07-19T20:29:08.417Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:29:08 [2019-07-19T20:29:08.417Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:08 [2019-07-19T20:29:08.417Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200052622 data=null button=0 stateMask=0x0 x=148 y=74 count=0} to TreeItem with text {kernel-overlap-testing} 16:29:08 [2019-07-19T20:29:08.417Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200052623 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:29:08 [2019-07-19T20:29:08.417Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200052623 data=null} to TreeItem with text {kernel-overlap-testing} 16:29:08 [2019-07-19T20:29:08.417Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200052623 data=null button=1 stateMask=0x0 x=148 y=74 count=1} to TreeItem with text {kernel-overlap-testing} 16:29:08 [2019-07-19T20:29:08.417Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200052623 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:29:08 [2019-07-19T20:29:08.417Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200052662 data=null button=1 stateMask=0x80000 x=148 y=74 count=1} to TreeItem with text {kernel-overlap-testing} 16:29:08 [2019-07-19T20:29:08.417Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:08 [2019-07-19T20:29:08.417Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:08 [2019-07-19T20:29:08.417Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:29:08 [2019-07-19T20:29:08.417Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:08 [2019-07-19T20:29:08.417Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200052665 data=null button=0 stateMask=0x0 x=148 y=74 count=0} to TreeItem with text {kernel-overlap-testing} 16:29:08 [2019-07-19T20:29:08.417Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200052665 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:29:08 [2019-07-19T20:29:08.417Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200052666 data=null} to TreeItem with text {kernel-overlap-testing} 16:29:08 [2019-07-19T20:29:08.417Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200052666 data=null button=1 stateMask=0x0 x=148 y=74 count=1} to TreeItem with text {kernel-overlap-testing} 16:29:08 [2019-07-19T20:29:08.674Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200052666 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:29:08 [2019-07-19T20:29:08.674Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200052671 data=null button=1 stateMask=0x80000 x=148 y=74 count=1} to TreeItem with text {kernel-overlap-testing} 16:29:08 [2019-07-19T20:29:08.674Z] DEBUG - Double-clicking on TreeItem with text {kernel-overlap-testing} 16:29:08 [2019-07-19T20:29:08.674Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200052672 data=null button=0 stateMask=0x0 x=148 y=74 count=0} to TreeItem with text {kernel-overlap-testing} 16:29:08 [2019-07-19T20:29:08.674Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200052672 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:29:08 [2019-07-19T20:29:08.674Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:08 [2019-07-19T20:29:08.674Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200052673 data=null} to TreeItem with text {kernel-overlap-testing} 16:29:08 [2019-07-19T20:29:08.674Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200052673 data=null button=1 stateMask=0x0 x=148 y=74 count=1} to TreeItem with text {kernel-overlap-testing} 16:29:08 [2019-07-19T20:29:08.674Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200052673 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:29:08 [2019-07-19T20:29:08.674Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200052678 data=null button=1 stateMask=0x80000 x=148 y=74 count=1} to TreeItem with text {kernel-overlap-testing} 16:29:08 [2019-07-19T20:29:08.674Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200052678 data=null button=1 stateMask=0x0 x=148 y=74 count=2} to TreeItem with text {kernel-overlap-testing} 16:29:08 [2019-07-19T20:29:08.674Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {kernel-overlap-testing} time=200052684 data=null button=1 stateMask=0x0 x=148 y=74 count=2} to TreeItem with text {kernel-overlap-testing} 16:29:08 [2019-07-19T20:29:08.674Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200052684 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:29:09 [2019-07-19T20:29:09.604Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200052800 data=null button=1 stateMask=0x80000 x=148 y=74 count=2} to TreeItem with text {kernel-overlap-testing} 16:29:09 [2019-07-19T20:29:09.604Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {kernel-overlap-testing} time=200053597 data=null button=0 stateMask=0x0 x=148 y=74 count=0} to TreeItem with text {kernel-overlap-testing} 16:29:09 [2019-07-19T20:29:09.604Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {kernel-overlap-testing} time=200053686 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:29:09 [2019-07-19T20:29:09.604Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {kernel-overlap-testing} time=200053686 data=null} to TreeItem with text {kernel-overlap-testing} 16:29:09 [2019-07-19T20:29:09.604Z] DEBUG - Double-clicked on TreeItem with text {kernel-overlap-testing} 16:29:09 [2019-07-19T20:29:09.604Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:29:09 [2019-07-19T20:29:09.604Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:29:09 [2019-07-19T20:29:09.604Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:29:09 [2019-07-19T20:29:09.604Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:29:09 [2019-07-19T20:29:09.604Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:29:09 [2019-07-19T20:29:09.604Z] DEBUG - Attempting to set focus on Table with text {} 16:29:09 [2019-07-19T20:29:09.604Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200053690 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:29:09 [2019-07-19T20:29:09.604Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200053690 data=null doit=true} to TableItem with text {} 16:29:09 [2019-07-19T20:29:09.604Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200053690 data=null} to TableItem with text {} 16:29:09 [2019-07-19T20:29:09.604Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200053691 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:29:09 [2019-07-19T20:29:09.604Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200053691 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:29:09 [2019-07-19T20:29:09.604Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200053696 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:29:09 [2019-07-19T20:29:09.604Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:29:09 [2019-07-19T20:29:09.604Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:29:10 [2019-07-19T20:29:10.973Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:29:10 [2019-07-19T20:29:10.973Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:10 [2019-07-19T20:29:10.973Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200054942 data=null button=0 stateMask=0x0 x=148 y=74 count=0} to TreeItem with text {kernel-overlap-testing} 16:29:10 [2019-07-19T20:29:10.973Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200054943 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:29:10 [2019-07-19T20:29:10.973Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200054943 data=null} to TreeItem with text {kernel-overlap-testing} 16:29:10 [2019-07-19T20:29:10.973Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200054943 data=null button=1 stateMask=0x0 x=148 y=74 count=1} to TreeItem with text {kernel-overlap-testing} 16:29:10 [2019-07-19T20:29:10.973Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200054944 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:29:10 [2019-07-19T20:29:10.973Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200054950 data=null button=1 stateMask=0x80000 x=148 y=74 count=1} to TreeItem with text {kernel-overlap-testing} 16:29:10 [2019-07-19T20:29:10.973Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:10 [2019-07-19T20:29:10.973Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:10 [2019-07-19T20:29:10.973Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:29:10 [2019-07-19T20:29:10.973Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:29:10 [2019-07-19T20:29:10.973Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:10 [2019-07-19T20:29:10.973Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:10 [2019-07-19T20:29:10.973Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:10 [2019-07-19T20:29:10.973Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:10 [2019-07-19T20:29:10.973Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:10 [2019-07-19T20:29:10.973Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200054963 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:29:10 [2019-07-19T20:29:10.973Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200054964 data=null doit=true} to TreeItem with text {test} 16:29:10 [2019-07-19T20:29:10.973Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200054964 data=null} to TreeItem with text {test} 16:29:10 [2019-07-19T20:29:10.973Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200054964 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:29:10 [2019-07-19T20:29:10.973Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200054964 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:29:10 [2019-07-19T20:29:10.973Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200055026 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:29:10 [2019-07-19T20:29:10.973Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:10 [2019-07-19T20:29:10.973Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200055027 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:29:10 [2019-07-19T20:29:10.973Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200055027 data=null doit=true} to TreeItem with text {test} 16:29:10 [2019-07-19T20:29:10.973Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200055028 data=null} to TreeItem with text {test} 16:29:10 [2019-07-19T20:29:10.973Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200055028 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:29:10 [2019-07-19T20:29:10.973Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200055028 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:29:10 [2019-07-19T20:29:10.973Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200055035 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:29:10 [2019-07-19T20:29:10.973Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:29:10 [2019-07-19T20:29:10.973Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:10 [2019-07-19T20:29:10.973Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=200055036 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 16:29:10 [2019-07-19T20:29:10.973Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=200055036 data=null doit=true} to TreeItem with text {Traces [1]} 16:29:10 [2019-07-19T20:29:10.973Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=200055036 data=null} to TreeItem with text {Traces [1]} 16:29:10 [2019-07-19T20:29:10.973Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=200055037 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:29:10 [2019-07-19T20:29:10.973Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200055037 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 16:29:10 [2019-07-19T20:29:10.973Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=200055058 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:29:10 [2019-07-19T20:29:10.973Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:10 [2019-07-19T20:29:10.973Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=200055059 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 16:29:10 [2019-07-19T20:29:10.973Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=200055059 data=null doit=true} to TreeItem with text {Traces [1]} 16:29:10 [2019-07-19T20:29:10.973Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=200055059 data=null} to TreeItem with text {Traces [1]} 16:29:10 [2019-07-19T20:29:10.973Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=200055060 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:29:10 [2019-07-19T20:29:10.973Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200055060 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 16:29:10 [2019-07-19T20:29:10.973Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=200055069 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:29:10 [2019-07-19T20:29:10.973Z] DEBUG - matched MenuItem with text "C&lear Delete", using matcher: with mnemonic 'Clear' 16:29:10 [2019-07-19T20:29:10.973Z] DEBUG - Clicking on with mnemonic 'Clear' 16:29:11 [2019-07-19T20:29:11.231Z] DEBUG - Clicked on with mnemonic 'Clear' 16:29:11 [2019-07-19T20:29:11.231Z] DEBUG - matched Shell with text "Confirm Clear", using matcher: with text 'Confirm Clear' 16:29:11 [2019-07-19T20:29:11.231Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirm Clear} time=200055475 data=null doit=true} to Shell with text {Confirm Clear} 16:29:11 [2019-07-19T20:29:11.231Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button' 16:29:11 [2019-07-19T20:29:11.231Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes' 16:29:11 [2019-07-19T20:29:11.231Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH' 16:29:11 [2019-07-19T20:29:11.231Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:29:11 [2019-07-19T20:29:11.231Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button' 16:29:11 [2019-07-19T20:29:11.231Z] DEBUG - Clicking on &Yes 16:29:11 [2019-07-19T20:29:11.231Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=200055477 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:29:11 [2019-07-19T20:29:11.231Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=200055477 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:29:11 [2019-07-19T20:29:11.231Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=200055477 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:29:11 [2019-07-19T20:29:11.231Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=200055477 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:29:11 [2019-07-19T20:29:11.231Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=200055477 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:29:11 [2019-07-19T20:29:11.231Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=200055477 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:29:11 [2019-07-19T20:29:11.489Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=200055477 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:29:12 [2019-07-19T20:29:12.141Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {C&lear Delete} time=200055155 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Clear' 16:29:12 [2019-07-19T20:29:12.141Z] DEBUG - Clicked on 16:29:12 [2019-07-19T20:29:12.141Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:29:12 [2019-07-19T20:29:12.141Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:12 [2019-07-19T20:29:12.141Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:12 [2019-07-19T20:29:12.141Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:12 [2019-07-19T20:29:12.141Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:12 [2019-07-19T20:29:12.141Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:12 [2019-07-19T20:29:12.141Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200056164 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:29:12 [2019-07-19T20:29:12.141Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200056164 data=null doit=true} to TreeItem with text {test} 16:29:12 [2019-07-19T20:29:12.141Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200056164 data=null} to TreeItem with text {test} 16:29:12 [2019-07-19T20:29:12.141Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200056164 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:29:12 [2019-07-19T20:29:12.141Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200056164 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:29:12 [2019-07-19T20:29:12.141Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200056193 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:29:12 [2019-07-19T20:29:12.141Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:12 [2019-07-19T20:29:12.141Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200056194 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:29:12 [2019-07-19T20:29:12.141Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200056194 data=null doit=true} to TreeItem with text {test} 16:29:12 [2019-07-19T20:29:12.141Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200056194 data=null} to TreeItem with text {test} 16:29:12 [2019-07-19T20:29:12.141Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200056195 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:29:12 [2019-07-19T20:29:12.141Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200056196 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:29:12 [2019-07-19T20:29:12.141Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200056202 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:29:12 [2019-07-19T20:29:12.141Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:29:12 [2019-07-19T20:29:12.141Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:12 [2019-07-19T20:29:12.141Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=200056203 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 16:29:12 [2019-07-19T20:29:12.141Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=200056204 data=null doit=true} to TreeItem with text {Traces [1]} 16:29:12 [2019-07-19T20:29:12.141Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=200056204 data=null} to TreeItem with text {Traces [1]} 16:29:12 [2019-07-19T20:29:12.141Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=200056204 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:29:12 [2019-07-19T20:29:12.141Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200056204 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 16:29:12 [2019-07-19T20:29:12.141Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=200056244 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:29:12 [2019-07-19T20:29:12.141Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:12 [2019-07-19T20:29:12.141Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=200056245 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 16:29:12 [2019-07-19T20:29:12.141Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=200056246 data=null doit=true} to TreeItem with text {Traces [1]} 16:29:12 [2019-07-19T20:29:12.141Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=200056246 data=null} to TreeItem with text {Traces [1]} 16:29:12 [2019-07-19T20:29:12.141Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=200056246 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:29:12 [2019-07-19T20:29:12.141Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200056248 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 16:29:12 [2019-07-19T20:29:12.141Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=200056254 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:29:12 [2019-07-19T20:29:12.141Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...' 16:29:12 [2019-07-19T20:29:12.141Z] DEBUG - Clicking on with mnemonic 'Import...' 16:29:12 [2019-07-19T20:29:12.399Z] DEBUG - Clicked on with mnemonic 'Import...' 16:29:12 [2019-07-19T20:29:12.399Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import' 16:29:12 [2019-07-19T20:29:12.399Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=200056599 data=null doit=true} to Shell with text {Trace Import} 16:29:12 [2019-07-19T20:29:12.399Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.399Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with mnemonic 'Select root directory:' 16:29:12 [2019-07-19T20:29:12.399Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with style 'SWT.RADIO' 16:29:12 [2019-07-19T20:29:12.399Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') 16:29:12 [2019-07-19T20:29:12.399Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.399Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.399Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.399Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.399Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.399Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.399Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.399Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.399Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.399Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.399Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.399Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') is already selected, not clicking again. 16:29:12 [2019-07-19T20:29:12.399Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:29:12 [2019-07-19T20:29:12.399Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:29:12 [2019-07-19T20:29:12.399Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:29:12 [2019-07-19T20:29:12.399Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:29:12 [2019-07-19T20:29:12.399Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:29:12 [2019-07-19T20:29:12.399Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo') 16:29:12 [2019-07-19T20:29:12.399Z] DEBUG - Attempting to set focus on (of type 'Combo') 16:29:12 [2019-07-19T20:29:12.399Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import 16:29:12 [2019-07-19T20:29:12.399Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import} time=200056637 data=null} to (of type 'Combo') 16:29:12 [2019-07-19T20:29:12.399Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import 16:29:12 [2019-07-19T20:29:12.399Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:12 [2019-07-19T20:29:12.399Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:12 [2019-07-19T20:29:12.399Z] DEBUG - Attempting to set focus on (of type 'Tree') 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {import} time=200056680 data=null button=0 stateMask=0x0 x=83 y=11 count=0} to TreeItem with text {import} 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=200056683 data=null doit=true} to TreeItem with text {import} 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=200056683 data=null} to TreeItem with text {import} 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=200056684 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import} 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200056684 data=null item=TreeItem {import} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {import} 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=200056684 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import} 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - Setting state to checked on: import 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:') 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection> 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {<Automatic Detection>} time=200056740 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection> 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') already selected, not selecting again. 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') already selected, not selecting again. 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH' 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - Clicking on &Finish 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=200056760 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=200056760 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=200056761 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=200056761 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=200056761 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:29:12 [2019-07-19T20:29:12.656Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=200056761 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:29:12 [2019-07-19T20:29:12.914Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:29:12 [2019-07-19T20:29:12.914Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:29:12 [2019-07-19T20:29:12.914Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:29:12 [2019-07-19T20:29:12.914Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:29:12 [2019-07-19T20:29:12.914Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:29:12 [2019-07-19T20:29:12.914Z] DEBUG - Clicked on &Finish 16:29:13 [2019-07-19T20:29:13.478Z] DEBUG - matched Shell with text "Confirmation", using matcher: with text 'Confirmation' 16:29:13 [2019-07-19T20:29:13.478Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirmation} time=200057675 data=null doit=true} to Shell with text {Confirmation} 16:29:13 [2019-07-19T20:29:13.478Z] DEBUG - matched Button with text "Rename", using matcher: of type 'Button' 16:29:13 [2019-07-19T20:29:13.478Z] DEBUG - matched Button with text "Rename All", using matcher: of type 'Button' 16:29:13 [2019-07-19T20:29:13.478Z] DEBUG - matched Button with text "Rename All", using matcher: with mnemonic 'Rename All' 16:29:13 [2019-07-19T20:29:13.478Z] DEBUG - matched Button with text "Rename All", using matcher: with style 'SWT.PUSH' 16:29:13 [2019-07-19T20:29:13.478Z] DEBUG - matched Button with text "Rename All", using matcher: (of type 'Button' and with mnemonic 'Rename All' and with style 'SWT.PUSH') 16:29:13 [2019-07-19T20:29:13.478Z] DEBUG - matched Button with text "Overwrite", using matcher: of type 'Button' 16:29:13 [2019-07-19T20:29:13.478Z] DEBUG - matched Button with text "Overwrite All", using matcher: of type 'Button' 16:29:13 [2019-07-19T20:29:13.478Z] DEBUG - matched Button with text "Skip All", using matcher: of type 'Button' 16:29:13 [2019-07-19T20:29:13.478Z] DEBUG - matched Button with text "Skip", using matcher: of type 'Button' 16:29:13 [2019-07-19T20:29:13.478Z] DEBUG - Clicking on Rename All 16:29:13 [2019-07-19T20:29:13.478Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Rename All} time=200057695 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Rename All' and with style 'SWT.PUSH') 16:29:13 [2019-07-19T20:29:13.478Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Rename All} time=200057711 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Rename All' and with style 'SWT.PUSH') 16:29:13 [2019-07-19T20:29:13.478Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Rename All} time=200057712 data=null doit=true} to (of type 'Button' and with mnemonic 'Rename All' and with style 'SWT.PUSH') 16:29:13 [2019-07-19T20:29:13.478Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Rename All} time=200057712 data=null} to (of type 'Button' and with mnemonic 'Rename All' and with style 'SWT.PUSH') 16:29:13 [2019-07-19T20:29:13.478Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Rename All} time=200057712 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Rename All' and with style 'SWT.PUSH') 16:29:13 [2019-07-19T20:29:13.478Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Rename All} time=200057712 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Rename All' and with style 'SWT.PUSH') 16:29:13 [2019-07-19T20:29:13.735Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Rename All} time=200057726 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Rename All' and with style 'SWT.PUSH') 16:29:13 [2019-07-19T20:29:13.735Z] DEBUG - Clicked on 16:29:14 [2019-07-19T20:29:14.301Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=200056761 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:29:14 [2019-07-19T20:29:14.301Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=200056345 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...' 16:29:14 [2019-07-19T20:29:14.558Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:29:14 [2019-07-19T20:29:14.558Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:14 [2019-07-19T20:29:14.558Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:14 [2019-07-19T20:29:14.558Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:14 [2019-07-19T20:29:14.558Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:14 [2019-07-19T20:29:14.558Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:14 [2019-07-19T20:29:14.558Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200058663 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:29:14 [2019-07-19T20:29:14.558Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200058663 data=null doit=true} to TreeItem with text {test} 16:29:14 [2019-07-19T20:29:14.558Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200058663 data=null} to TreeItem with text {test} 16:29:14 [2019-07-19T20:29:14.558Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200058664 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:29:14 [2019-07-19T20:29:14.558Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200058664 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:29:14 [2019-07-19T20:29:14.558Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200058696 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:29:14 [2019-07-19T20:29:14.558Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:14 [2019-07-19T20:29:14.558Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200058697 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:29:14 [2019-07-19T20:29:14.558Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200058697 data=null doit=true} to TreeItem with text {test} 16:29:14 [2019-07-19T20:29:14.558Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200058697 data=null} to TreeItem with text {test} 16:29:14 [2019-07-19T20:29:14.558Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200058698 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:29:14 [2019-07-19T20:29:14.558Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200058698 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:29:14 [2019-07-19T20:29:14.558Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200058718 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:29:14 [2019-07-19T20:29:14.558Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:29:14 [2019-07-19T20:29:14.558Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:14 [2019-07-19T20:29:14.558Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [13]} time=200058731 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [13]} 16:29:14 [2019-07-19T20:29:14.558Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [13]} time=200058731 data=null doit=true} to TreeItem with text {Traces [13]} 16:29:14 [2019-07-19T20:29:14.558Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [13]} time=200058731 data=null} to TreeItem with text {Traces [13]} 16:29:14 [2019-07-19T20:29:14.558Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [13]} time=200058732 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [13]} 16:29:14 [2019-07-19T20:29:14.558Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200058732 data=null item=TreeItem {Traces [13]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [13]} 16:29:14 [2019-07-19T20:29:14.558Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [13]} time=200058761 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [13]} 16:29:14 [2019-07-19T20:29:14.558Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [13]} time=200058762 data=null doit=true} to TreeItem with text {Traces [13]} 16:29:14 [2019-07-19T20:29:14.558Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [13]} time=200058762 data=null} to TreeItem with text {Traces [13]} 16:29:14 [2019-07-19T20:29:14.558Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [13]} time=200058762 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [13]} 16:29:14 [2019-07-19T20:29:14.558Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200058762 data=null item=TreeItem {Traces [13]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {Traces [13]} 16:29:14 [2019-07-19T20:29:14.558Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [13]} time=200058776 data=null button=1 stateMask=0x80000 x=79 y=53 count=1} to TreeItem with text {Traces [13]} 16:29:15 [2019-07-19T20:29:15.123Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:29:15 [2019-07-19T20:29:15.123Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:15 [2019-07-19T20:29:15.123Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200059164 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:29:15 [2019-07-19T20:29:15.123Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200059164 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:29:15 [2019-07-19T20:29:15.123Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200059164 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:29:15 [2019-07-19T20:29:15.123Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200059165 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:29:15 [2019-07-19T20:29:15.123Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200059165 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:29:15 [2019-07-19T20:29:15.123Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200059204 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:29:15 [2019-07-19T20:29:15.123Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:15 [2019-07-19T20:29:15.123Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:15 [2019-07-19T20:29:15.123Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:29:15 [2019-07-19T20:29:15.123Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:15 [2019-07-19T20:29:15.123Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200059208 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:29:15 [2019-07-19T20:29:15.123Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200059208 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:29:15 [2019-07-19T20:29:15.123Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200059208 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:29:15 [2019-07-19T20:29:15.123Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200059208 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:29:15 [2019-07-19T20:29:15.123Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200059209 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:29:15 [2019-07-19T20:29:15.123Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200059213 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:29:15 [2019-07-19T20:29:15.123Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomTxt.log} 16:29:15 [2019-07-19T20:29:15.123Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200059214 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:29:15 [2019-07-19T20:29:15.123Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200059214 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:29:15 [2019-07-19T20:29:15.123Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:15 [2019-07-19T20:29:15.123Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200059215 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:29:15 [2019-07-19T20:29:15.123Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200059215 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:29:15 [2019-07-19T20:29:15.123Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200059215 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:29:15 [2019-07-19T20:29:15.123Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200059219 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:29:15 [2019-07-19T20:29:15.123Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200059220 data=null button=1 stateMask=0x0 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:29:15 [2019-07-19T20:29:15.123Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200059220 data=null button=1 stateMask=0x0 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:29:15 [2019-07-19T20:29:15.123Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200059225 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:29:15 [2019-07-19T20:29:15.380Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200059310 data=null button=1 stateMask=0x80000 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:29:15 [2019-07-19T20:29:15.637Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200059654 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:29:15 [2019-07-19T20:29:15.637Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200059656 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:29:15 [2019-07-19T20:29:15.637Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200059657 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:29:15 [2019-07-19T20:29:15.637Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomTxt.log} 16:29:15 [2019-07-19T20:29:15.637Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:29:16 [2019-07-19T20:29:16.569Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:29:16 [2019-07-19T20:29:16.569Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:29:16 [2019-07-19T20:29:16.569Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:29:16 [2019-07-19T20:29:16.569Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:29:16 [2019-07-19T20:29:16.569Z] DEBUG - Attempting to set focus on Table with text {} 16:29:16 [2019-07-19T20:29:16.569Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200060742 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:29:16 [2019-07-19T20:29:16.569Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200060743 data=null doit=true} to TableItem with text {} 16:29:16 [2019-07-19T20:29:16.569Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200060743 data=null} to TableItem with text {} 16:29:16 [2019-07-19T20:29:16.569Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200060743 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:29:16 [2019-07-19T20:29:16.569Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200060744 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:29:16 [2019-07-19T20:29:16.569Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200060749 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:29:16 [2019-07-19T20:29:16.569Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:29:16 [2019-07-19T20:29:16.569Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:29:16 [2019-07-19T20:29:16.826Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:29:16 [2019-07-19T20:29:16.826Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:16 [2019-07-19T20:29:16.826Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200060912 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:29:16 [2019-07-19T20:29:16.826Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200060912 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:29:16 [2019-07-19T20:29:16.826Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200060912 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:29:16 [2019-07-19T20:29:16.826Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200060913 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:29:16 [2019-07-19T20:29:16.826Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200060913 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:29:16 [2019-07-19T20:29:16.826Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200060918 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:29:16 [2019-07-19T20:29:16.826Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:16 [2019-07-19T20:29:16.826Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:16 [2019-07-19T20:29:16.826Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:29:16 [2019-07-19T20:29:16.826Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:29:16 [2019-07-19T20:29:16.826Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:16 [2019-07-19T20:29:16.826Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:16 [2019-07-19T20:29:16.826Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:16 [2019-07-19T20:29:16.826Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:16 [2019-07-19T20:29:16.826Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:16 [2019-07-19T20:29:16.826Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200060931 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:29:16 [2019-07-19T20:29:16.826Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200060932 data=null doit=true} to TreeItem with text {test} 16:29:16 [2019-07-19T20:29:16.826Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200060932 data=null} to TreeItem with text {test} 16:29:16 [2019-07-19T20:29:16.826Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200060932 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:29:16 [2019-07-19T20:29:16.826Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200060932 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:29:16 [2019-07-19T20:29:16.826Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200060976 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:29:16 [2019-07-19T20:29:16.826Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:16 [2019-07-19T20:29:16.826Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200060977 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:29:16 [2019-07-19T20:29:16.826Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200060977 data=null doit=true} to TreeItem with text {test} 16:29:16 [2019-07-19T20:29:16.826Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200060977 data=null} to TreeItem with text {test} 16:29:16 [2019-07-19T20:29:16.826Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200060978 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:29:16 [2019-07-19T20:29:16.826Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200060978 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:29:16 [2019-07-19T20:29:16.826Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200060992 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:29:16 [2019-07-19T20:29:16.826Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:29:16 [2019-07-19T20:29:16.826Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:16 [2019-07-19T20:29:16.826Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [13]} time=200060994 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [13]} 16:29:16 [2019-07-19T20:29:16.826Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [13]} time=200060994 data=null doit=true} to TreeItem with text {Traces [13]} 16:29:16 [2019-07-19T20:29:16.826Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [13]} time=200060994 data=null} to TreeItem with text {Traces [13]} 16:29:16 [2019-07-19T20:29:16.826Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [13]} time=200060994 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [13]} 16:29:16 [2019-07-19T20:29:16.826Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200060994 data=null item=TreeItem {Traces [13]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [13]} 16:29:16 [2019-07-19T20:29:16.826Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [13]} time=200061014 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [13]} 16:29:16 [2019-07-19T20:29:16.826Z] WARN - Tree item TreeItem with text {Traces [13]} is already expanded. Won't expand it again. 16:29:17 [2019-07-19T20:29:17.390Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:29:17 [2019-07-19T20:29:17.390Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:17 [2019-07-19T20:29:17.390Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200061496 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:29:17 [2019-07-19T20:29:17.390Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200061497 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:29:17 [2019-07-19T20:29:17.390Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200061497 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:29:17 [2019-07-19T20:29:17.390Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200061498 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:29:17 [2019-07-19T20:29:17.390Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200061498 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:29:17 [2019-07-19T20:29:17.390Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200061538 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:29:17 [2019-07-19T20:29:17.390Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:17 [2019-07-19T20:29:17.390Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:17 [2019-07-19T20:29:17.390Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:29:17 [2019-07-19T20:29:17.390Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:17 [2019-07-19T20:29:17.390Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200061542 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:29:17 [2019-07-19T20:29:17.390Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200061542 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:29:17 [2019-07-19T20:29:17.390Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200061542 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:29:17 [2019-07-19T20:29:17.390Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200061543 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:29:17 [2019-07-19T20:29:17.390Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200061543 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:29:17 [2019-07-19T20:29:17.390Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200061548 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:29:17 [2019-07-19T20:29:17.390Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomXml.xml} 16:29:17 [2019-07-19T20:29:17.390Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200061549 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:29:17 [2019-07-19T20:29:17.390Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200061549 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:29:17 [2019-07-19T20:29:17.390Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:17 [2019-07-19T20:29:17.390Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200061549 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:29:17 [2019-07-19T20:29:17.390Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200061550 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:29:17 [2019-07-19T20:29:17.390Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200061550 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:29:17 [2019-07-19T20:29:17.390Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200061561 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:29:17 [2019-07-19T20:29:17.390Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200061562 data=null button=1 stateMask=0x0 x=156 y=116 count=2} to TreeItem with text {ExampleCustomXml.xml} 16:29:17 [2019-07-19T20:29:17.390Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200061563 data=null button=1 stateMask=0x0 x=156 y=116 count=2} to TreeItem with text {ExampleCustomXml.xml} 16:29:17 [2019-07-19T20:29:17.646Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200061563 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:29:17 [2019-07-19T20:29:17.982Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200061764 data=null button=1 stateMask=0x80000 x=156 y=116 count=2} to TreeItem with text {ExampleCustomXml.xml} 16:29:17 [2019-07-19T20:29:17.982Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200062078 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:29:17 [2019-07-19T20:29:17.982Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200062078 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:29:17 [2019-07-19T20:29:17.982Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200062078 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:29:17 [2019-07-19T20:29:17.982Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomXml.xml} 16:29:17 [2019-07-19T20:29:17.982Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:29:17 [2019-07-19T20:29:17.982Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:29:18 [2019-07-19T20:29:18.914Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:29:18 [2019-07-19T20:29:18.914Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:29:18 [2019-07-19T20:29:18.914Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:29:18 [2019-07-19T20:29:18.914Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:29:18 [2019-07-19T20:29:18.914Z] DEBUG - Attempting to set focus on Table with text {} 16:29:18 [2019-07-19T20:29:18.914Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200063090 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:29:18 [2019-07-19T20:29:18.914Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200063090 data=null doit=true} to TableItem with text {} 16:29:18 [2019-07-19T20:29:18.914Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200063090 data=null} to TableItem with text {} 16:29:18 [2019-07-19T20:29:18.914Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200063091 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:29:18 [2019-07-19T20:29:18.914Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200063091 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:29:18 [2019-07-19T20:29:18.914Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200063098 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:29:18 [2019-07-19T20:29:18.914Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:29:18 [2019-07-19T20:29:18.914Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:29:19 [2019-07-19T20:29:19.171Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:29:19 [2019-07-19T20:29:19.171Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:19 [2019-07-19T20:29:19.171Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200063316 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:29:19 [2019-07-19T20:29:19.171Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200063316 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:29:19 [2019-07-19T20:29:19.171Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200063316 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:29:19 [2019-07-19T20:29:19.171Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200063317 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:29:19 [2019-07-19T20:29:19.171Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200063317 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:29:19 [2019-07-19T20:29:19.171Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200063322 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:29:19 [2019-07-19T20:29:19.171Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:19 [2019-07-19T20:29:19.171Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:19 [2019-07-19T20:29:19.171Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:29:19 [2019-07-19T20:29:19.171Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:29:19 [2019-07-19T20:29:19.171Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:19 [2019-07-19T20:29:19.171Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:19 [2019-07-19T20:29:19.171Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:19 [2019-07-19T20:29:19.171Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:19 [2019-07-19T20:29:19.171Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:19 [2019-07-19T20:29:19.171Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200063329 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:29:19 [2019-07-19T20:29:19.171Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200063329 data=null doit=true} to TreeItem with text {test} 16:29:19 [2019-07-19T20:29:19.171Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200063329 data=null} to TreeItem with text {test} 16:29:19 [2019-07-19T20:29:19.171Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200063329 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:29:19 [2019-07-19T20:29:19.171Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200063336 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:29:19 [2019-07-19T20:29:19.171Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200063375 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:29:19 [2019-07-19T20:29:19.171Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:19 [2019-07-19T20:29:19.171Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200063376 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:29:19 [2019-07-19T20:29:19.171Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200063376 data=null doit=true} to TreeItem with text {test} 16:29:19 [2019-07-19T20:29:19.171Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200063377 data=null} to TreeItem with text {test} 16:29:19 [2019-07-19T20:29:19.171Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200063377 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:29:19 [2019-07-19T20:29:19.171Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200063377 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:29:19 [2019-07-19T20:29:19.171Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200063387 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:29:19 [2019-07-19T20:29:19.171Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:29:19 [2019-07-19T20:29:19.171Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:19 [2019-07-19T20:29:19.171Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [13]} time=200063389 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [13]} 16:29:19 [2019-07-19T20:29:19.171Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [13]} time=200063389 data=null doit=true} to TreeItem with text {Traces [13]} 16:29:19 [2019-07-19T20:29:19.171Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [13]} time=200063389 data=null} to TreeItem with text {Traces [13]} 16:29:19 [2019-07-19T20:29:19.171Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [13]} time=200063389 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [13]} 16:29:19 [2019-07-19T20:29:19.171Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200063389 data=null item=TreeItem {Traces [13]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [13]} 16:29:19 [2019-07-19T20:29:19.171Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [13]} time=200063411 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [13]} 16:29:19 [2019-07-19T20:29:19.429Z] WARN - Tree item TreeItem with text {Traces [13]} is already expanded. Won't expand it again. 16:29:19 [2019-07-19T20:29:19.687Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:29:19 [2019-07-19T20:29:19.687Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:19 [2019-07-19T20:29:19.687Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200063810 data=null button=0 stateMask=0x0 x=148 y=158 count=0} to TreeItem with text {kernel-overlap-testing} 16:29:19 [2019-07-19T20:29:19.687Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200063810 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:29:19 [2019-07-19T20:29:19.687Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200063810 data=null} to TreeItem with text {kernel-overlap-testing} 16:29:19 [2019-07-19T20:29:19.687Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200063811 data=null button=1 stateMask=0x0 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing} 16:29:19 [2019-07-19T20:29:19.687Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200063811 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:29:19 [2019-07-19T20:29:19.687Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200063857 data=null button=1 stateMask=0x80000 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing} 16:29:19 [2019-07-19T20:29:19.687Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:19 [2019-07-19T20:29:19.687Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:19 [2019-07-19T20:29:19.687Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:29:19 [2019-07-19T20:29:19.687Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:19 [2019-07-19T20:29:19.687Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200063860 data=null button=0 stateMask=0x0 x=148 y=158 count=0} to TreeItem with text {kernel-overlap-testing} 16:29:19 [2019-07-19T20:29:19.687Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200063860 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:29:19 [2019-07-19T20:29:19.687Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200063860 data=null} to TreeItem with text {kernel-overlap-testing} 16:29:19 [2019-07-19T20:29:19.687Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200063860 data=null button=1 stateMask=0x0 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing} 16:29:19 [2019-07-19T20:29:19.687Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200063861 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:29:19 [2019-07-19T20:29:19.687Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200063865 data=null button=1 stateMask=0x80000 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing} 16:29:19 [2019-07-19T20:29:19.687Z] DEBUG - Double-clicking on TreeItem with text {kernel-overlap-testing} 16:29:19 [2019-07-19T20:29:19.687Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200063866 data=null button=0 stateMask=0x0 x=148 y=158 count=0} to TreeItem with text {kernel-overlap-testing} 16:29:19 [2019-07-19T20:29:19.687Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200063866 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:29:19 [2019-07-19T20:29:19.687Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:19 [2019-07-19T20:29:19.687Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200063867 data=null} to TreeItem with text {kernel-overlap-testing} 16:29:19 [2019-07-19T20:29:19.687Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200063867 data=null button=1 stateMask=0x0 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing} 16:29:19 [2019-07-19T20:29:19.687Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200063867 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:29:19 [2019-07-19T20:29:19.687Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200063871 data=null button=1 stateMask=0x80000 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing} 16:29:19 [2019-07-19T20:29:19.687Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200063871 data=null button=1 stateMask=0x0 x=148 y=158 count=2} to TreeItem with text {kernel-overlap-testing} 16:29:19 [2019-07-19T20:29:19.687Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {kernel-overlap-testing} time=200063872 data=null button=1 stateMask=0x0 x=148 y=158 count=2} to TreeItem with text {kernel-overlap-testing} 16:29:20 [2019-07-19T20:29:20.251Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200063872 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:29:20 [2019-07-19T20:29:20.815Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200064211 data=null button=1 stateMask=0x80000 x=148 y=158 count=2} to TreeItem with text {kernel-overlap-testing} 16:29:21 [2019-07-19T20:29:21.071Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {kernel-overlap-testing} time=200064949 data=null button=0 stateMask=0x0 x=148 y=158 count=0} to TreeItem with text {kernel-overlap-testing} 16:29:21 [2019-07-19T20:29:21.071Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {kernel-overlap-testing} time=200065071 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:29:21 [2019-07-19T20:29:21.071Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {kernel-overlap-testing} time=200065071 data=null} to TreeItem with text {kernel-overlap-testing} 16:29:21 [2019-07-19T20:29:21.071Z] DEBUG - Double-clicked on TreeItem with text {kernel-overlap-testing} 16:29:21 [2019-07-19T20:29:21.071Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:29:21 [2019-07-19T20:29:21.071Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:29:21 [2019-07-19T20:29:21.071Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:29:21 [2019-07-19T20:29:21.071Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:29:21 [2019-07-19T20:29:21.071Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:29:21 [2019-07-19T20:29:21.071Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:29:21 [2019-07-19T20:29:21.071Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:29:21 [2019-07-19T20:29:21.071Z] DEBUG - Attempting to set focus on Table with text {} 16:29:21 [2019-07-19T20:29:21.071Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200065076 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:29:21 [2019-07-19T20:29:21.071Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200065076 data=null doit=true} to TableItem with text {} 16:29:21 [2019-07-19T20:29:21.071Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200065076 data=null} to TableItem with text {} 16:29:21 [2019-07-19T20:29:21.071Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200065076 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:29:21 [2019-07-19T20:29:21.071Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200065077 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:29:21 [2019-07-19T20:29:21.071Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200065082 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:29:21 [2019-07-19T20:29:21.071Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:29:21 [2019-07-19T20:29:21.071Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:29:22 [2019-07-19T20:29:22.003Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:29:22 [2019-07-19T20:29:22.003Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:22 [2019-07-19T20:29:22.261Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200066349 data=null button=0 stateMask=0x0 x=148 y=158 count=0} to TreeItem with text {kernel-overlap-testing} 16:29:22 [2019-07-19T20:29:22.261Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200066350 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:29:22 [2019-07-19T20:29:22.261Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200066350 data=null} to TreeItem with text {kernel-overlap-testing} 16:29:22 [2019-07-19T20:29:22.261Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200066351 data=null button=1 stateMask=0x0 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing} 16:29:22 [2019-07-19T20:29:22.261Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200066351 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:29:22 [2019-07-19T20:29:22.261Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200066357 data=null button=1 stateMask=0x80000 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing} 16:29:22 [2019-07-19T20:29:22.261Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:22 [2019-07-19T20:29:22.261Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:22 [2019-07-19T20:29:22.261Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:29:22 [2019-07-19T20:29:22.261Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:29:22 [2019-07-19T20:29:22.261Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:22 [2019-07-19T20:29:22.261Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:22 [2019-07-19T20:29:22.261Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:22 [2019-07-19T20:29:22.261Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:22 [2019-07-19T20:29:22.261Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:22 [2019-07-19T20:29:22.261Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200066370 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:29:22 [2019-07-19T20:29:22.261Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200066370 data=null doit=true} to TreeItem with text {test} 16:29:22 [2019-07-19T20:29:22.261Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200066370 data=null} to TreeItem with text {test} 16:29:22 [2019-07-19T20:29:22.261Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200066370 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:29:22 [2019-07-19T20:29:22.261Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200066371 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:29:22 [2019-07-19T20:29:22.261Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200066440 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:29:22 [2019-07-19T20:29:22.261Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:22 [2019-07-19T20:29:22.261Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200066441 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:29:22 [2019-07-19T20:29:22.261Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200066441 data=null doit=true} to TreeItem with text {test} 16:29:22 [2019-07-19T20:29:22.261Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200066442 data=null} to TreeItem with text {test} 16:29:22 [2019-07-19T20:29:22.261Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200066442 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:29:22 [2019-07-19T20:29:22.261Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200066443 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:29:22 [2019-07-19T20:29:22.261Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200066456 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:29:22 [2019-07-19T20:29:22.261Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:29:22 [2019-07-19T20:29:22.261Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:22 [2019-07-19T20:29:22.261Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [13]} time=200066458 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [13]} 16:29:22 [2019-07-19T20:29:22.261Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [13]} time=200066458 data=null doit=true} to TreeItem with text {Traces [13]} 16:29:22 [2019-07-19T20:29:22.261Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [13]} time=200066458 data=null} to TreeItem with text {Traces [13]} 16:29:22 [2019-07-19T20:29:22.261Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [13]} time=200066458 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [13]} 16:29:22 [2019-07-19T20:29:22.261Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200066458 data=null item=TreeItem {Traces [13]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [13]} 16:29:22 [2019-07-19T20:29:22.261Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [13]} time=200066484 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [13]} 16:29:22 [2019-07-19T20:29:22.518Z] WARN - Tree item TreeItem with text {Traces [13]} is already expanded. Won't expand it again. 16:29:22 [2019-07-19T20:29:22.775Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:29:22 [2019-07-19T20:29:22.775Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:22 [2019-07-19T20:29:22.775Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=200066923 data=null button=0 stateMask=0x0 x=150 y=200 count=0} to TreeItem with text {simple_server-thread1} 16:29:22 [2019-07-19T20:29:22.775Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=200066923 data=null doit=true} to TreeItem with text {simple_server-thread1} 16:29:22 [2019-07-19T20:29:22.775Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=200066924 data=null} to TreeItem with text {simple_server-thread1} 16:29:22 [2019-07-19T20:29:22.775Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=200066924 data=null button=1 stateMask=0x0 x=150 y=200 count=1} to TreeItem with text {simple_server-thread1} 16:29:22 [2019-07-19T20:29:22.775Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200066924 data=null item=TreeItem {simple_server-thread1} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread1} 16:29:22 [2019-07-19T20:29:22.775Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=200066968 data=null button=1 stateMask=0x80000 x=150 y=200 count=1} to TreeItem with text {simple_server-thread1} 16:29:22 [2019-07-19T20:29:22.775Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:22 [2019-07-19T20:29:22.775Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:22 [2019-07-19T20:29:22.775Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:29:22 [2019-07-19T20:29:22.775Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:22 [2019-07-19T20:29:22.775Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=200066971 data=null button=0 stateMask=0x0 x=150 y=200 count=0} to TreeItem with text {simple_server-thread1} 16:29:22 [2019-07-19T20:29:22.775Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=200066971 data=null doit=true} to TreeItem with text {simple_server-thread1} 16:29:22 [2019-07-19T20:29:22.775Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=200066971 data=null} to TreeItem with text {simple_server-thread1} 16:29:22 [2019-07-19T20:29:22.775Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=200066971 data=null button=1 stateMask=0x0 x=150 y=200 count=1} to TreeItem with text {simple_server-thread1} 16:29:22 [2019-07-19T20:29:22.775Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200066972 data=null item=TreeItem {simple_server-thread1} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread1} 16:29:22 [2019-07-19T20:29:22.775Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=200066977 data=null button=1 stateMask=0x80000 x=150 y=200 count=1} to TreeItem with text {simple_server-thread1} 16:29:22 [2019-07-19T20:29:22.775Z] DEBUG - Double-clicking on TreeItem with text {simple_server-thread1} 16:29:22 [2019-07-19T20:29:22.775Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=200066977 data=null button=0 stateMask=0x0 x=150 y=200 count=0} to TreeItem with text {simple_server-thread1} 16:29:22 [2019-07-19T20:29:22.775Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=200066978 data=null doit=true} to TreeItem with text {simple_server-thread1} 16:29:22 [2019-07-19T20:29:22.775Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:22 [2019-07-19T20:29:22.775Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=200066978 data=null} to TreeItem with text {simple_server-thread1} 16:29:22 [2019-07-19T20:29:22.775Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=200066979 data=null button=1 stateMask=0x0 x=150 y=200 count=1} to TreeItem with text {simple_server-thread1} 16:29:22 [2019-07-19T20:29:22.775Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200066979 data=null item=TreeItem {simple_server-thread1} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread1} 16:29:22 [2019-07-19T20:29:22.775Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=200066983 data=null button=1 stateMask=0x80000 x=150 y=200 count=1} to TreeItem with text {simple_server-thread1} 16:29:22 [2019-07-19T20:29:22.775Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=200066983 data=null button=1 stateMask=0x0 x=150 y=200 count=2} to TreeItem with text {simple_server-thread1} 16:29:22 [2019-07-19T20:29:22.775Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {simple_server-thread1} time=200066984 data=null button=1 stateMask=0x0 x=150 y=200 count=2} to TreeItem with text {simple_server-thread1} 16:29:23 [2019-07-19T20:29:23.032Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200066984 data=null item=TreeItem {simple_server-thread1} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread1} 16:29:23 [2019-07-19T20:29:23.597Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=200067182 data=null button=1 stateMask=0x80000 x=150 y=200 count=2} to TreeItem with text {simple_server-thread1} 16:29:23 [2019-07-19T20:29:23.597Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {simple_server-thread1} time=200067741 data=null button=0 stateMask=0x0 x=150 y=200 count=0} to TreeItem with text {simple_server-thread1} 16:29:23 [2019-07-19T20:29:23.597Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {simple_server-thread1} time=200067795 data=null doit=true} to TreeItem with text {simple_server-thread1} 16:29:23 [2019-07-19T20:29:23.597Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {simple_server-thread1} time=200067795 data=null} to TreeItem with text {simple_server-thread1} 16:29:23 [2019-07-19T20:29:23.597Z] DEBUG - Double-clicked on TreeItem with text {simple_server-thread1} 16:29:23 [2019-07-19T20:29:23.597Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:29:23 [2019-07-19T20:29:23.597Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:29:23 [2019-07-19T20:29:23.597Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:29:23 [2019-07-19T20:29:23.597Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:29:23 [2019-07-19T20:29:23.597Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:29:23 [2019-07-19T20:29:23.597Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:29:23 [2019-07-19T20:29:23.597Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:29:23 [2019-07-19T20:29:23.597Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:29:23 [2019-07-19T20:29:23.597Z] DEBUG - Attempting to set focus on Table with text {} 16:29:23 [2019-07-19T20:29:23.597Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200067799 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:29:23 [2019-07-19T20:29:23.597Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200067799 data=null doit=true} to TableItem with text {} 16:29:23 [2019-07-19T20:29:23.597Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200067800 data=null} to TableItem with text {} 16:29:23 [2019-07-19T20:29:23.597Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200067800 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:29:23 [2019-07-19T20:29:23.597Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200067800 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:29:23 [2019-07-19T20:29:23.597Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200067845 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:29:23 [2019-07-19T20:29:23.597Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:29:23 [2019-07-19T20:29:23.597Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:29:24 [2019-07-19T20:29:24.528Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:29:24 [2019-07-19T20:29:24.528Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:24 [2019-07-19T20:29:24.785Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=200068785 data=null button=0 stateMask=0x0 x=150 y=200 count=0} to TreeItem with text {simple_server-thread1} 16:29:24 [2019-07-19T20:29:24.785Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=200068785 data=null doit=true} to TreeItem with text {simple_server-thread1} 16:29:24 [2019-07-19T20:29:24.785Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=200068785 data=null} to TreeItem with text {simple_server-thread1} 16:29:24 [2019-07-19T20:29:24.785Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=200068786 data=null button=1 stateMask=0x0 x=150 y=200 count=1} to TreeItem with text {simple_server-thread1} 16:29:24 [2019-07-19T20:29:24.785Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200068786 data=null item=TreeItem {simple_server-thread1} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread1} 16:29:24 [2019-07-19T20:29:24.785Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=200068791 data=null button=1 stateMask=0x80000 x=150 y=200 count=1} to TreeItem with text {simple_server-thread1} 16:29:24 [2019-07-19T20:29:24.785Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:24 [2019-07-19T20:29:24.785Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:24 [2019-07-19T20:29:24.785Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:29:24 [2019-07-19T20:29:24.785Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:29:24 [2019-07-19T20:29:24.785Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:24 [2019-07-19T20:29:24.785Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:24 [2019-07-19T20:29:24.785Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:24 [2019-07-19T20:29:24.785Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:24 [2019-07-19T20:29:24.785Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:24 [2019-07-19T20:29:24.785Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200068833 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:29:24 [2019-07-19T20:29:24.785Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200068833 data=null doit=true} to TreeItem with text {test} 16:29:24 [2019-07-19T20:29:24.785Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200068833 data=null} to TreeItem with text {test} 16:29:24 [2019-07-19T20:29:24.785Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200068833 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:29:24 [2019-07-19T20:29:24.785Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200068833 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:29:24 [2019-07-19T20:29:24.785Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200068878 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:29:24 [2019-07-19T20:29:24.785Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:24 [2019-07-19T20:29:24.785Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200068879 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:29:24 [2019-07-19T20:29:24.785Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200068879 data=null doit=true} to TreeItem with text {test} 16:29:24 [2019-07-19T20:29:24.785Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200068879 data=null} to TreeItem with text {test} 16:29:24 [2019-07-19T20:29:24.785Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200068879 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:29:24 [2019-07-19T20:29:24.785Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200068880 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:29:24 [2019-07-19T20:29:24.785Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200068887 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:29:24 [2019-07-19T20:29:24.785Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:29:24 [2019-07-19T20:29:24.785Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:24 [2019-07-19T20:29:24.785Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [13]} time=200068888 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [13]} 16:29:24 [2019-07-19T20:29:24.785Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [13]} time=200068888 data=null doit=true} to TreeItem with text {Traces [13]} 16:29:24 [2019-07-19T20:29:24.785Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [13]} time=200068888 data=null} to TreeItem with text {Traces [13]} 16:29:24 [2019-07-19T20:29:24.785Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [13]} time=200068888 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [13]} 16:29:24 [2019-07-19T20:29:24.785Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200068888 data=null item=TreeItem {Traces [13]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [13]} 16:29:24 [2019-07-19T20:29:24.785Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [13]} time=200068930 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [13]} 16:29:24 [2019-07-19T20:29:24.785Z] WARN - Tree item TreeItem with text {Traces [13]} is already expanded. Won't expand it again. 16:29:25 [2019-07-19T20:29:25.081Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:29:25 [2019-07-19T20:29:25.081Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:25 [2019-07-19T20:29:25.081Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=200069217 data=null button=0 stateMask=0x0 x=150 y=242 count=0} to TreeItem with text {simple_server-thread2} 16:29:25 [2019-07-19T20:29:25.081Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=200069217 data=null doit=true} to TreeItem with text {simple_server-thread2} 16:29:25 [2019-07-19T20:29:25.081Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=200069217 data=null} to TreeItem with text {simple_server-thread2} 16:29:25 [2019-07-19T20:29:25.081Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=200069218 data=null button=1 stateMask=0x0 x=150 y=242 count=1} to TreeItem with text {simple_server-thread2} 16:29:25 [2019-07-19T20:29:25.081Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200069218 data=null item=TreeItem {simple_server-thread2} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread2} 16:29:25 [2019-07-19T20:29:25.081Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=200069263 data=null button=1 stateMask=0x80000 x=150 y=242 count=1} to TreeItem with text {simple_server-thread2} 16:29:25 [2019-07-19T20:29:25.081Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:25 [2019-07-19T20:29:25.081Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:25 [2019-07-19T20:29:25.081Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:29:25 [2019-07-19T20:29:25.081Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:25 [2019-07-19T20:29:25.081Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=200069266 data=null button=0 stateMask=0x0 x=150 y=242 count=0} to TreeItem with text {simple_server-thread2} 16:29:25 [2019-07-19T20:29:25.081Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=200069266 data=null doit=true} to TreeItem with text {simple_server-thread2} 16:29:25 [2019-07-19T20:29:25.081Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=200069266 data=null} to TreeItem with text {simple_server-thread2} 16:29:25 [2019-07-19T20:29:25.081Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=200069266 data=null button=1 stateMask=0x0 x=150 y=242 count=1} to TreeItem with text {simple_server-thread2} 16:29:25 [2019-07-19T20:29:25.081Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200069267 data=null item=TreeItem {simple_server-thread2} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread2} 16:29:25 [2019-07-19T20:29:25.081Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=200069272 data=null button=1 stateMask=0x80000 x=150 y=242 count=1} to TreeItem with text {simple_server-thread2} 16:29:25 [2019-07-19T20:29:25.081Z] DEBUG - Double-clicking on TreeItem with text {simple_server-thread2} 16:29:25 [2019-07-19T20:29:25.081Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=200069273 data=null button=0 stateMask=0x0 x=150 y=242 count=0} to TreeItem with text {simple_server-thread2} 16:29:25 [2019-07-19T20:29:25.081Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=200069273 data=null doit=true} to TreeItem with text {simple_server-thread2} 16:29:25 [2019-07-19T20:29:25.081Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:25 [2019-07-19T20:29:25.081Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=200069273 data=null} to TreeItem with text {simple_server-thread2} 16:29:25 [2019-07-19T20:29:25.081Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=200069274 data=null button=1 stateMask=0x0 x=150 y=242 count=1} to TreeItem with text {simple_server-thread2} 16:29:25 [2019-07-19T20:29:25.081Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200069274 data=null item=TreeItem {simple_server-thread2} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread2} 16:29:25 [2019-07-19T20:29:25.081Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=200069278 data=null button=1 stateMask=0x80000 x=150 y=242 count=1} to TreeItem with text {simple_server-thread2} 16:29:25 [2019-07-19T20:29:25.081Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=200069278 data=null button=1 stateMask=0x0 x=150 y=242 count=2} to TreeItem with text {simple_server-thread2} 16:29:25 [2019-07-19T20:29:25.081Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {simple_server-thread2} time=200069279 data=null button=1 stateMask=0x0 x=150 y=242 count=2} to TreeItem with text {simple_server-thread2} 16:29:25 [2019-07-19T20:29:25.438Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200069279 data=null item=TreeItem {simple_server-thread2} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread2} 16:29:26 [2019-07-19T20:29:26.001Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=200069478 data=null button=1 stateMask=0x80000 x=150 y=242 count=2} to TreeItem with text {simple_server-thread2} 16:29:26 [2019-07-19T20:29:26.001Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {simple_server-thread2} time=200070083 data=null button=0 stateMask=0x0 x=150 y=242 count=0} to TreeItem with text {simple_server-thread2} 16:29:26 [2019-07-19T20:29:26.001Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {simple_server-thread2} time=200070083 data=null doit=true} to TreeItem with text {simple_server-thread2} 16:29:26 [2019-07-19T20:29:26.001Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {simple_server-thread2} time=200070083 data=null} to TreeItem with text {simple_server-thread2} 16:29:26 [2019-07-19T20:29:26.001Z] DEBUG - Double-clicked on TreeItem with text {simple_server-thread2} 16:29:26 [2019-07-19T20:29:26.001Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:29:26 [2019-07-19T20:29:26.001Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:29:26 [2019-07-19T20:29:26.001Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:29:26 [2019-07-19T20:29:26.001Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:29:26 [2019-07-19T20:29:26.001Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:29:26 [2019-07-19T20:29:26.001Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:29:26 [2019-07-19T20:29:26.001Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:29:26 [2019-07-19T20:29:26.001Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:29:26 [2019-07-19T20:29:26.001Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:29:26 [2019-07-19T20:29:26.001Z] DEBUG - Attempting to set focus on Table with text {} 16:29:26 [2019-07-19T20:29:26.001Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200070088 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:29:26 [2019-07-19T20:29:26.001Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200070089 data=null doit=true} to TableItem with text {} 16:29:26 [2019-07-19T20:29:26.001Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200070089 data=null} to TableItem with text {} 16:29:26 [2019-07-19T20:29:26.001Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200070089 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:29:26 [2019-07-19T20:29:26.001Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200070090 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:29:26 [2019-07-19T20:29:26.001Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200070097 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:29:26 [2019-07-19T20:29:26.001Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:29:26 [2019-07-19T20:29:26.001Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:29:26 [2019-07-19T20:29:26.932Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:29:26 [2019-07-19T20:29:26.932Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:26 [2019-07-19T20:29:26.932Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=200071107 data=null button=0 stateMask=0x0 x=150 y=242 count=0} to TreeItem with text {simple_server-thread2} 16:29:26 [2019-07-19T20:29:26.932Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=200071107 data=null doit=true} to TreeItem with text {simple_server-thread2} 16:29:26 [2019-07-19T20:29:26.932Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=200071107 data=null} to TreeItem with text {simple_server-thread2} 16:29:26 [2019-07-19T20:29:26.932Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=200071108 data=null button=1 stateMask=0x0 x=150 y=242 count=1} to TreeItem with text {simple_server-thread2} 16:29:26 [2019-07-19T20:29:26.932Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200071108 data=null item=TreeItem {simple_server-thread2} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread2} 16:29:26 [2019-07-19T20:29:26.932Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=200071114 data=null button=1 stateMask=0x80000 x=150 y=242 count=1} to TreeItem with text {simple_server-thread2} 16:29:26 [2019-07-19T20:29:26.932Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:26 [2019-07-19T20:29:26.932Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:26 [2019-07-19T20:29:26.932Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:29:26 [2019-07-19T20:29:26.932Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:29:26 [2019-07-19T20:29:26.932Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:26 [2019-07-19T20:29:26.932Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:26 [2019-07-19T20:29:26.932Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:26 [2019-07-19T20:29:26.932Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:26 [2019-07-19T20:29:26.932Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:26 [2019-07-19T20:29:26.932Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200071130 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:29:26 [2019-07-19T20:29:26.932Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200071130 data=null doit=true} to TreeItem with text {test} 16:29:26 [2019-07-19T20:29:26.932Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200071130 data=null} to TreeItem with text {test} 16:29:26 [2019-07-19T20:29:26.932Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200071130 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:29:26 [2019-07-19T20:29:26.932Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200071130 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:29:27 [2019-07-19T20:29:27.189Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200071265 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:29:27 [2019-07-19T20:29:27.189Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:27 [2019-07-19T20:29:27.189Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200071266 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:29:27 [2019-07-19T20:29:27.189Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200071266 data=null doit=true} to TreeItem with text {test} 16:29:27 [2019-07-19T20:29:27.189Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200071266 data=null} to TreeItem with text {test} 16:29:27 [2019-07-19T20:29:27.189Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200071267 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:29:27 [2019-07-19T20:29:27.189Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200071267 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:29:27 [2019-07-19T20:29:27.189Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200071274 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:29:27 [2019-07-19T20:29:27.189Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:29:27 [2019-07-19T20:29:27.189Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:27 [2019-07-19T20:29:27.189Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [13]} time=200071275 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [13]} 16:29:27 [2019-07-19T20:29:27.189Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [13]} time=200071275 data=null doit=true} to TreeItem with text {Traces [13]} 16:29:27 [2019-07-19T20:29:27.189Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [13]} time=200071276 data=null} to TreeItem with text {Traces [13]} 16:29:27 [2019-07-19T20:29:27.189Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [13]} time=200071276 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [13]} 16:29:27 [2019-07-19T20:29:27.189Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200071276 data=null item=TreeItem {Traces [13]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [13]} 16:29:27 [2019-07-19T20:29:27.189Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [13]} time=200071337 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [13]} 16:29:27 [2019-07-19T20:29:27.189Z] WARN - Tree item TreeItem with text {Traces [13]} is already expanded. Won't expand it again. 16:29:27 [2019-07-19T20:29:27.752Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:29:27 [2019-07-19T20:29:27.752Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:27 [2019-07-19T20:29:27.752Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=200071842 data=null button=0 stateMask=0x0 x=139 y=305 count=0} to TreeItem with text {ust-overlap-testing} 16:29:27 [2019-07-19T20:29:27.752Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=200071842 data=null doit=true} to TreeItem with text {ust-overlap-testing} 16:29:27 [2019-07-19T20:29:27.752Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=200071843 data=null} to TreeItem with text {ust-overlap-testing} 16:29:27 [2019-07-19T20:29:27.752Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=200071843 data=null button=1 stateMask=0x0 x=139 y=305 count=1} to TreeItem with text {ust-overlap-testing} 16:29:27 [2019-07-19T20:29:27.752Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200071843 data=null item=TreeItem {ust-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ust-overlap-testing} 16:29:27 [2019-07-19T20:29:27.752Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=200071900 data=null button=1 stateMask=0x80000 x=139 y=305 count=1} to TreeItem with text {ust-overlap-testing} 16:29:27 [2019-07-19T20:29:27.752Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:27 [2019-07-19T20:29:27.752Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:27 [2019-07-19T20:29:27.752Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:29:27 [2019-07-19T20:29:27.752Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:27 [2019-07-19T20:29:27.752Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=200071903 data=null button=0 stateMask=0x0 x=139 y=305 count=0} to TreeItem with text {ust-overlap-testing} 16:29:27 [2019-07-19T20:29:27.752Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=200071903 data=null doit=true} to TreeItem with text {ust-overlap-testing} 16:29:27 [2019-07-19T20:29:27.752Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=200071903 data=null} to TreeItem with text {ust-overlap-testing} 16:29:27 [2019-07-19T20:29:27.752Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=200071904 data=null button=1 stateMask=0x0 x=139 y=305 count=1} to TreeItem with text {ust-overlap-testing} 16:29:27 [2019-07-19T20:29:27.752Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200071904 data=null item=TreeItem {ust-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ust-overlap-testing} 16:29:27 [2019-07-19T20:29:27.752Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=200071910 data=null button=1 stateMask=0x80000 x=139 y=305 count=1} to TreeItem with text {ust-overlap-testing} 16:29:27 [2019-07-19T20:29:27.752Z] DEBUG - Double-clicking on TreeItem with text {ust-overlap-testing} 16:29:27 [2019-07-19T20:29:27.752Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=200071910 data=null button=0 stateMask=0x0 x=139 y=305 count=0} to TreeItem with text {ust-overlap-testing} 16:29:27 [2019-07-19T20:29:27.752Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=200071910 data=null doit=true} to TreeItem with text {ust-overlap-testing} 16:29:27 [2019-07-19T20:29:27.752Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:27 [2019-07-19T20:29:27.753Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=200071911 data=null} to TreeItem with text {ust-overlap-testing} 16:29:27 [2019-07-19T20:29:27.753Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=200071911 data=null button=1 stateMask=0x0 x=139 y=305 count=1} to TreeItem with text {ust-overlap-testing} 16:29:27 [2019-07-19T20:29:27.753Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200071911 data=null item=TreeItem {ust-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ust-overlap-testing} 16:29:27 [2019-07-19T20:29:27.753Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=200071932 data=null button=1 stateMask=0x80000 x=139 y=305 count=1} to TreeItem with text {ust-overlap-testing} 16:29:27 [2019-07-19T20:29:27.753Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=200071935 data=null button=1 stateMask=0x0 x=139 y=305 count=2} to TreeItem with text {ust-overlap-testing} 16:29:27 [2019-07-19T20:29:27.753Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ust-overlap-testing} time=200071936 data=null button=1 stateMask=0x0 x=139 y=305 count=2} to TreeItem with text {ust-overlap-testing} 16:29:28 [2019-07-19T20:29:28.010Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200071936 data=null item=TreeItem {ust-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ust-overlap-testing} 16:29:28 [2019-07-19T20:29:28.267Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=200072042 data=null button=1 stateMask=0x80000 x=139 y=305 count=2} to TreeItem with text {ust-overlap-testing} 16:29:28 [2019-07-19T20:29:28.524Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ust-overlap-testing} time=200072536 data=null button=0 stateMask=0x0 x=139 y=305 count=0} to TreeItem with text {ust-overlap-testing} 16:29:28 [2019-07-19T20:29:28.524Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ust-overlap-testing} time=200072637 data=null doit=true} to TreeItem with text {ust-overlap-testing} 16:29:28 [2019-07-19T20:29:28.524Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ust-overlap-testing} time=200072638 data=null} to TreeItem with text {ust-overlap-testing} 16:29:28 [2019-07-19T20:29:28.524Z] DEBUG - Double-clicked on TreeItem with text {ust-overlap-testing} 16:29:28 [2019-07-19T20:29:28.524Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:29:28 [2019-07-19T20:29:28.524Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:29:28 [2019-07-19T20:29:28.524Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:29:28 [2019-07-19T20:29:28.524Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:29:28 [2019-07-19T20:29:28.524Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:29:28 [2019-07-19T20:29:28.524Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:29:28 [2019-07-19T20:29:28.524Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:29:28 [2019-07-19T20:29:28.524Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:29:28 [2019-07-19T20:29:28.524Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:29:28 [2019-07-19T20:29:28.524Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:29:28 [2019-07-19T20:29:28.524Z] DEBUG - Attempting to set focus on Table with text {} 16:29:28 [2019-07-19T20:29:28.524Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200072641 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:29:28 [2019-07-19T20:29:28.524Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200072641 data=null doit=true} to TableItem with text {} 16:29:28 [2019-07-19T20:29:28.524Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200072641 data=null} to TableItem with text {} 16:29:28 [2019-07-19T20:29:28.524Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200072642 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:29:28 [2019-07-19T20:29:28.524Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200072642 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:29:28 [2019-07-19T20:29:28.524Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200072649 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:29:28 [2019-07-19T20:29:28.524Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:29:28 [2019-07-19T20:29:28.524Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:29:29 [2019-07-19T20:29:29.454Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:29:29 [2019-07-19T20:29:29.454Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:29 [2019-07-19T20:29:29.454Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=200073657 data=null button=0 stateMask=0x0 x=139 y=305 count=0} to TreeItem with text {ust-overlap-testing} 16:29:29 [2019-07-19T20:29:29.454Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=200073666 data=null doit=true} to TreeItem with text {ust-overlap-testing} 16:29:29 [2019-07-19T20:29:29.454Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=200073666 data=null} to TreeItem with text {ust-overlap-testing} 16:29:29 [2019-07-19T20:29:29.454Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=200073667 data=null button=1 stateMask=0x0 x=139 y=305 count=1} to TreeItem with text {ust-overlap-testing} 16:29:29 [2019-07-19T20:29:29.454Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200073667 data=null item=TreeItem {ust-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ust-overlap-testing} 16:29:29 [2019-07-19T20:29:29.454Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=200073701 data=null button=1 stateMask=0x80000 x=139 y=305 count=1} to TreeItem with text {ust-overlap-testing} 16:29:29 [2019-07-19T20:29:29.454Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:29 [2019-07-19T20:29:29.454Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:29 [2019-07-19T20:29:29.454Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:29:29 [2019-07-19T20:29:29.711Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:29:29 [2019-07-19T20:29:29.711Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:29 [2019-07-19T20:29:29.711Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:29 [2019-07-19T20:29:29.711Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:29 [2019-07-19T20:29:29.711Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:29 [2019-07-19T20:29:29.711Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:29 [2019-07-19T20:29:29.711Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200073709 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:29:29 [2019-07-19T20:29:29.711Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200073709 data=null doit=true} to TreeItem with text {test} 16:29:29 [2019-07-19T20:29:29.711Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200073709 data=null} to TreeItem with text {test} 16:29:29 [2019-07-19T20:29:29.711Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200073710 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:29:29 [2019-07-19T20:29:29.711Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200073710 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:29:29 [2019-07-19T20:29:29.711Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200073759 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:29:29 [2019-07-19T20:29:29.711Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:29 [2019-07-19T20:29:29.711Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200073771 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:29:29 [2019-07-19T20:29:29.711Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200073771 data=null doit=true} to TreeItem with text {test} 16:29:29 [2019-07-19T20:29:29.711Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200073771 data=null} to TreeItem with text {test} 16:29:29 [2019-07-19T20:29:29.711Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200073772 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:29:29 [2019-07-19T20:29:29.711Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200073772 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:29:29 [2019-07-19T20:29:29.711Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200073786 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:29:29 [2019-07-19T20:29:29.711Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:29:29 [2019-07-19T20:29:29.711Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:29 [2019-07-19T20:29:29.711Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [13]} time=200073787 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [13]} 16:29:29 [2019-07-19T20:29:29.711Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [13]} time=200073787 data=null doit=true} to TreeItem with text {Traces [13]} 16:29:29 [2019-07-19T20:29:29.711Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [13]} time=200073787 data=null} to TreeItem with text {Traces [13]} 16:29:29 [2019-07-19T20:29:29.711Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [13]} time=200073788 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [13]} 16:29:29 [2019-07-19T20:29:29.711Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200073788 data=null item=TreeItem {Traces [13]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [13]} 16:29:29 [2019-07-19T20:29:29.711Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [13]} time=200073814 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [13]} 16:29:29 [2019-07-19T20:29:29.711Z] WARN - Tree item TreeItem with text {Traces [13]} is already expanded. Won't expand it again. 16:29:29 [2019-07-19T20:29:29.968Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:29:29 [2019-07-19T20:29:29.968Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:29 [2019-07-19T20:29:29.968Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=200074210 data=null button=0 stateMask=0x0 x=161 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log(2)} 16:29:29 [2019-07-19T20:29:29.968Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log(2)} time=200074210 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)} 16:29:29 [2019-07-19T20:29:29.968Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log(2)} time=200074210 data=null} to TreeItem with text {ExampleCustomTxt.log(2)} 16:29:29 [2019-07-19T20:29:29.968Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=200074211 data=null button=1 stateMask=0x0 x=161 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log(2)} 16:29:29 [2019-07-19T20:29:29.968Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200074211 data=null item=TreeItem {ExampleCustomTxt.log(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)} 16:29:30 [2019-07-19T20:29:30.225Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=200074264 data=null button=1 stateMask=0x80000 x=161 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log(2)} 16:29:30 [2019-07-19T20:29:30.225Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:30 [2019-07-19T20:29:30.225Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:30 [2019-07-19T20:29:30.225Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:29:30 [2019-07-19T20:29:30.225Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:30 [2019-07-19T20:29:30.225Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=200074270 data=null button=0 stateMask=0x0 x=161 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log(2)} 16:29:30 [2019-07-19T20:29:30.225Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log(2)} time=200074270 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)} 16:29:30 [2019-07-19T20:29:30.225Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log(2)} time=200074270 data=null} to TreeItem with text {ExampleCustomTxt.log(2)} 16:29:30 [2019-07-19T20:29:30.225Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=200074271 data=null button=1 stateMask=0x0 x=161 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log(2)} 16:29:30 [2019-07-19T20:29:30.225Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200074271 data=null item=TreeItem {ExampleCustomTxt.log(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)} 16:29:30 [2019-07-19T20:29:30.225Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=200074277 data=null button=1 stateMask=0x80000 x=161 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log(2)} 16:29:30 [2019-07-19T20:29:30.225Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomTxt.log(2)} 16:29:30 [2019-07-19T20:29:30.225Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=200074277 data=null button=0 stateMask=0x0 x=161 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log(2)} 16:29:30 [2019-07-19T20:29:30.225Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log(2)} time=200074277 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)} 16:29:30 [2019-07-19T20:29:30.225Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:30 [2019-07-19T20:29:30.225Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log(2)} time=200074278 data=null} to TreeItem with text {ExampleCustomTxt.log(2)} 16:29:30 [2019-07-19T20:29:30.225Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=200074278 data=null button=1 stateMask=0x0 x=161 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log(2)} 16:29:30 [2019-07-19T20:29:30.225Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200074278 data=null item=TreeItem {ExampleCustomTxt.log(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)} 16:29:30 [2019-07-19T20:29:30.225Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=200074290 data=null button=1 stateMask=0x80000 x=161 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log(2)} 16:29:30 [2019-07-19T20:29:30.225Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=200074291 data=null button=1 stateMask=0x0 x=161 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log(2)} 16:29:30 [2019-07-19T20:29:30.225Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=200074291 data=null button=1 stateMask=0x0 x=161 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log(2)} 16:29:30 [2019-07-19T20:29:30.225Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200074292 data=null item=TreeItem {ExampleCustomTxt.log(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)} 16:29:30 [2019-07-19T20:29:30.788Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=200074476 data=null button=1 stateMask=0x80000 x=161 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log(2)} 16:29:30 [2019-07-19T20:29:30.788Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=200074852 data=null button=0 stateMask=0x0 x=161 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log(2)} 16:29:30 [2019-07-19T20:29:30.789Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomTxt.log(2)} time=200074853 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)} 16:29:30 [2019-07-19T20:29:30.789Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomTxt.log(2)} time=200074853 data=null} to TreeItem with text {ExampleCustomTxt.log(2)} 16:29:30 [2019-07-19T20:29:30.789Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomTxt.log(2)} 16:29:30 [2019-07-19T20:29:30.789Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:29:30 [2019-07-19T20:29:30.789Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:29:30 [2019-07-19T20:29:30.789Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:29:30 [2019-07-19T20:29:30.789Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:29:30 [2019-07-19T20:29:30.789Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:29:30 [2019-07-19T20:29:30.789Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:29:30 [2019-07-19T20:29:30.789Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:29:31 [2019-07-19T20:29:31.718Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:29:31 [2019-07-19T20:29:31.718Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:29:31 [2019-07-19T20:29:31.718Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:29:31 [2019-07-19T20:29:31.718Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:29:31 [2019-07-19T20:29:31.718Z] DEBUG - Attempting to set focus on Table with text {} 16:29:31 [2019-07-19T20:29:31.718Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200075875 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:29:31 [2019-07-19T20:29:31.718Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200075876 data=null doit=true} to TableItem with text {} 16:29:31 [2019-07-19T20:29:31.718Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200075876 data=null} to TableItem with text {} 16:29:31 [2019-07-19T20:29:31.718Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200075876 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:29:31 [2019-07-19T20:29:31.718Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200075877 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:29:31 [2019-07-19T20:29:31.718Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200075956 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:29:31 [2019-07-19T20:29:31.718Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:29:31 [2019-07-19T20:29:31.718Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:29:31 [2019-07-19T20:29:31.975Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:29:31 [2019-07-19T20:29:31.975Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:32 [2019-07-19T20:29:32.279Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=200076262 data=null button=0 stateMask=0x0 x=161 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log(2)} 16:29:32 [2019-07-19T20:29:32.279Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log(2)} time=200076263 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)} 16:29:32 [2019-07-19T20:29:32.279Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log(2)} time=200076263 data=null} to TreeItem with text {ExampleCustomTxt.log(2)} 16:29:32 [2019-07-19T20:29:32.279Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=200076263 data=null button=1 stateMask=0x0 x=161 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log(2)} 16:29:32 [2019-07-19T20:29:32.279Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200076263 data=null item=TreeItem {ExampleCustomTxt.log(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)} 16:29:32 [2019-07-19T20:29:32.279Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=200076270 data=null button=1 stateMask=0x80000 x=161 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log(2)} 16:29:32 [2019-07-19T20:29:32.279Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:32 [2019-07-19T20:29:32.279Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:32 [2019-07-19T20:29:32.279Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:29:32 [2019-07-19T20:29:32.279Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:29:32 [2019-07-19T20:29:32.279Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:32 [2019-07-19T20:29:32.279Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:32 [2019-07-19T20:29:32.279Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:32 [2019-07-19T20:29:32.279Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:32 [2019-07-19T20:29:32.279Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:32 [2019-07-19T20:29:32.279Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200076332 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:29:32 [2019-07-19T20:29:32.279Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200076332 data=null doit=true} to TreeItem with text {test} 16:29:32 [2019-07-19T20:29:32.279Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200076333 data=null} to TreeItem with text {test} 16:29:32 [2019-07-19T20:29:32.279Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200076333 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:29:32 [2019-07-19T20:29:32.279Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200076334 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:29:32 [2019-07-19T20:29:32.279Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200076374 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:29:32 [2019-07-19T20:29:32.279Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:32 [2019-07-19T20:29:32.279Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200076375 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:29:32 [2019-07-19T20:29:32.279Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200076375 data=null doit=true} to TreeItem with text {test} 16:29:32 [2019-07-19T20:29:32.279Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200076375 data=null} to TreeItem with text {test} 16:29:32 [2019-07-19T20:29:32.279Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200076375 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:29:32 [2019-07-19T20:29:32.279Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200076375 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:29:32 [2019-07-19T20:29:32.279Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200076438 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:29:32 [2019-07-19T20:29:32.279Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:29:32 [2019-07-19T20:29:32.279Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:32 [2019-07-19T20:29:32.279Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [13]} time=200076439 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [13]} 16:29:32 [2019-07-19T20:29:32.279Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [13]} time=200076439 data=null doit=true} to TreeItem with text {Traces [13]} 16:29:32 [2019-07-19T20:29:32.279Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [13]} time=200076439 data=null} to TreeItem with text {Traces [13]} 16:29:32 [2019-07-19T20:29:32.279Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [13]} time=200076440 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [13]} 16:29:32 [2019-07-19T20:29:32.279Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200076440 data=null item=TreeItem {Traces [13]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [13]} 16:29:32 [2019-07-19T20:29:32.279Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [13]} time=200076467 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [13]} 16:29:32 [2019-07-19T20:29:32.279Z] WARN - Tree item TreeItem with text {Traces [13]} is already expanded. Won't expand it again. 16:29:32 [2019-07-19T20:29:32.538Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:29:32 [2019-07-19T20:29:32.538Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:32 [2019-07-19T20:29:32.538Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=200076767 data=null button=0 stateMask=0x0 x=165 y=137 count=0} to TreeItem with text {ExampleCustomXml.xml(2)} 16:29:32 [2019-07-19T20:29:32.538Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml(2)} time=200076768 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)} 16:29:32 [2019-07-19T20:29:32.538Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml(2)} time=200076768 data=null} to TreeItem with text {ExampleCustomXml.xml(2)} 16:29:32 [2019-07-19T20:29:32.538Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=200076768 data=null button=1 stateMask=0x0 x=165 y=137 count=1} to TreeItem with text {ExampleCustomXml.xml(2)} 16:29:32 [2019-07-19T20:29:32.538Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200076768 data=null item=TreeItem {ExampleCustomXml.xml(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)} 16:29:32 [2019-07-19T20:29:32.795Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=200076814 data=null button=1 stateMask=0x80000 x=165 y=137 count=1} to TreeItem with text {ExampleCustomXml.xml(2)} 16:29:32 [2019-07-19T20:29:32.795Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:32 [2019-07-19T20:29:32.795Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:32 [2019-07-19T20:29:32.795Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:29:32 [2019-07-19T20:29:32.795Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:32 [2019-07-19T20:29:32.795Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=200076817 data=null button=0 stateMask=0x0 x=165 y=137 count=0} to TreeItem with text {ExampleCustomXml.xml(2)} 16:29:32 [2019-07-19T20:29:32.795Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml(2)} time=200076817 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)} 16:29:32 [2019-07-19T20:29:32.795Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml(2)} time=200076817 data=null} to TreeItem with text {ExampleCustomXml.xml(2)} 16:29:32 [2019-07-19T20:29:32.795Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=200076818 data=null button=1 stateMask=0x0 x=165 y=137 count=1} to TreeItem with text {ExampleCustomXml.xml(2)} 16:29:32 [2019-07-19T20:29:32.795Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200076818 data=null item=TreeItem {ExampleCustomXml.xml(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)} 16:29:32 [2019-07-19T20:29:32.795Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=200076823 data=null button=1 stateMask=0x80000 x=165 y=137 count=1} to TreeItem with text {ExampleCustomXml.xml(2)} 16:29:32 [2019-07-19T20:29:32.795Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomXml.xml(2)} 16:29:32 [2019-07-19T20:29:32.795Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=200076824 data=null button=0 stateMask=0x0 x=165 y=137 count=0} to TreeItem with text {ExampleCustomXml.xml(2)} 16:29:32 [2019-07-19T20:29:32.795Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml(2)} time=200076824 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)} 16:29:32 [2019-07-19T20:29:32.795Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:32 [2019-07-19T20:29:32.795Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml(2)} time=200076825 data=null} to TreeItem with text {ExampleCustomXml.xml(2)} 16:29:32 [2019-07-19T20:29:32.795Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=200076825 data=null button=1 stateMask=0x0 x=165 y=137 count=1} to TreeItem with text {ExampleCustomXml.xml(2)} 16:29:32 [2019-07-19T20:29:32.795Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200076825 data=null item=TreeItem {ExampleCustomXml.xml(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)} 16:29:32 [2019-07-19T20:29:32.795Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=200076836 data=null button=1 stateMask=0x80000 x=165 y=137 count=1} to TreeItem with text {ExampleCustomXml.xml(2)} 16:29:32 [2019-07-19T20:29:32.795Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=200076836 data=null button=1 stateMask=0x0 x=165 y=137 count=2} to TreeItem with text {ExampleCustomXml.xml(2)} 16:29:32 [2019-07-19T20:29:32.795Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=200076837 data=null button=1 stateMask=0x0 x=165 y=137 count=2} to TreeItem with text {ExampleCustomXml.xml(2)} 16:29:32 [2019-07-19T20:29:32.795Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200076837 data=null item=TreeItem {ExampleCustomXml.xml(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)} 16:29:33 [2019-07-19T20:29:33.052Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=200076995 data=null button=1 stateMask=0x80000 x=165 y=137 count=2} to TreeItem with text {ExampleCustomXml.xml(2)} 16:29:33 [2019-07-19T20:29:33.052Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=200077248 data=null button=0 stateMask=0x0 x=165 y=137 count=0} to TreeItem with text {ExampleCustomXml.xml(2)} 16:29:33 [2019-07-19T20:29:33.052Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomXml.xml(2)} time=200077248 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)} 16:29:33 [2019-07-19T20:29:33.052Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomXml.xml(2)} time=200077249 data=null} to TreeItem with text {ExampleCustomXml.xml(2)} 16:29:33 [2019-07-19T20:29:33.052Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomXml.xml(2)} 16:29:33 [2019-07-19T20:29:33.052Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:29:33 [2019-07-19T20:29:33.052Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:29:33 [2019-07-19T20:29:33.052Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:29:33 [2019-07-19T20:29:33.052Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:29:33 [2019-07-19T20:29:33.052Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:29:33 [2019-07-19T20:29:33.052Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:29:33 [2019-07-19T20:29:33.052Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:29:33 [2019-07-19T20:29:33.052Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:29:34 [2019-07-19T20:29:34.423Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:29:34 [2019-07-19T20:29:34.423Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:29:34 [2019-07-19T20:29:34.423Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:29:34 [2019-07-19T20:29:34.423Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:29:34 [2019-07-19T20:29:34.423Z] DEBUG - Attempting to set focus on Table with text {} 16:29:34 [2019-07-19T20:29:34.423Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200078269 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:29:34 [2019-07-19T20:29:34.423Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200078269 data=null doit=true} to TableItem with text {} 16:29:34 [2019-07-19T20:29:34.423Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200078269 data=null} to TableItem with text {} 16:29:34 [2019-07-19T20:29:34.423Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200078269 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:29:34 [2019-07-19T20:29:34.423Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200078270 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:29:34 [2019-07-19T20:29:34.423Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200078309 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:29:34 [2019-07-19T20:29:34.423Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:29:34 [2019-07-19T20:29:34.423Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:29:34 [2019-07-19T20:29:34.423Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:29:34 [2019-07-19T20:29:34.423Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:34 [2019-07-19T20:29:34.423Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=200078536 data=null button=0 stateMask=0x0 x=165 y=137 count=0} to TreeItem with text {ExampleCustomXml.xml(2)} 16:29:34 [2019-07-19T20:29:34.423Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml(2)} time=200078536 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)} 16:29:34 [2019-07-19T20:29:34.423Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml(2)} time=200078536 data=null} to TreeItem with text {ExampleCustomXml.xml(2)} 16:29:34 [2019-07-19T20:29:34.423Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=200078537 data=null button=1 stateMask=0x0 x=165 y=137 count=1} to TreeItem with text {ExampleCustomXml.xml(2)} 16:29:34 [2019-07-19T20:29:34.423Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200078537 data=null item=TreeItem {ExampleCustomXml.xml(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)} 16:29:34 [2019-07-19T20:29:34.423Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=200078555 data=null button=1 stateMask=0x80000 x=165 y=137 count=1} to TreeItem with text {ExampleCustomXml.xml(2)} 16:29:34 [2019-07-19T20:29:34.423Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:34 [2019-07-19T20:29:34.423Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:34 [2019-07-19T20:29:34.423Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:29:34 [2019-07-19T20:29:34.423Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:29:34 [2019-07-19T20:29:34.423Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:34 [2019-07-19T20:29:34.423Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:34 [2019-07-19T20:29:34.423Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:34 [2019-07-19T20:29:34.423Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:34 [2019-07-19T20:29:34.423Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:34 [2019-07-19T20:29:34.423Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200078563 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:29:34 [2019-07-19T20:29:34.423Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200078563 data=null doit=true} to TreeItem with text {test} 16:29:34 [2019-07-19T20:29:34.423Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200078564 data=null} to TreeItem with text {test} 16:29:34 [2019-07-19T20:29:34.423Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200078564 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:29:34 [2019-07-19T20:29:34.423Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200078564 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:29:34 [2019-07-19T20:29:34.423Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200078648 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:29:34 [2019-07-19T20:29:34.423Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:34 [2019-07-19T20:29:34.423Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200078649 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:29:34 [2019-07-19T20:29:34.423Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200078649 data=null doit=true} to TreeItem with text {test} 16:29:34 [2019-07-19T20:29:34.423Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200078649 data=null} to TreeItem with text {test} 16:29:34 [2019-07-19T20:29:34.423Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200078649 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:29:34 [2019-07-19T20:29:34.423Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200078649 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:29:34 [2019-07-19T20:29:34.423Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200078662 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:29:34 [2019-07-19T20:29:34.423Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:29:34 [2019-07-19T20:29:34.423Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:34 [2019-07-19T20:29:34.423Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [13]} time=200078663 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [13]} 16:29:34 [2019-07-19T20:29:34.423Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [13]} time=200078663 data=null doit=true} to TreeItem with text {Traces [13]} 16:29:34 [2019-07-19T20:29:34.423Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [13]} time=200078663 data=null} to TreeItem with text {Traces [13]} 16:29:34 [2019-07-19T20:29:34.423Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [13]} time=200078664 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [13]} 16:29:34 [2019-07-19T20:29:34.423Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200078664 data=null item=TreeItem {Traces [13]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [13]} 16:29:34 [2019-07-19T20:29:34.680Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [13]} time=200078693 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [13]} 16:29:34 [2019-07-19T20:29:34.680Z] WARN - Tree item TreeItem with text {Traces [13]} is already expanded. Won't expand it again. 16:29:34 [2019-07-19T20:29:34.680Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:29:34 [2019-07-19T20:29:34.937Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:34 [2019-07-19T20:29:34.937Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=200079004 data=null button=0 stateMask=0x0 x=157 y=179 count=0} to TreeItem with text {kernel-overlap-testing(2)} 16:29:34 [2019-07-19T20:29:34.937Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing(2)} time=200079004 data=null doit=true} to TreeItem with text {kernel-overlap-testing(2)} 16:29:34 [2019-07-19T20:29:34.937Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing(2)} time=200079004 data=null} to TreeItem with text {kernel-overlap-testing(2)} 16:29:34 [2019-07-19T20:29:34.937Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=200079005 data=null button=1 stateMask=0x0 x=157 y=179 count=1} to TreeItem with text {kernel-overlap-testing(2)} 16:29:34 [2019-07-19T20:29:34.937Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200079005 data=null item=TreeItem {kernel-overlap-testing(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing(2)} 16:29:34 [2019-07-19T20:29:34.937Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=200079053 data=null button=1 stateMask=0x80000 x=157 y=179 count=1} to TreeItem with text {kernel-overlap-testing(2)} 16:29:34 [2019-07-19T20:29:34.937Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:34 [2019-07-19T20:29:34.937Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:34 [2019-07-19T20:29:34.937Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:29:34 [2019-07-19T20:29:34.937Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:34 [2019-07-19T20:29:34.937Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=200079058 data=null button=0 stateMask=0x0 x=157 y=179 count=0} to TreeItem with text {kernel-overlap-testing(2)} 16:29:34 [2019-07-19T20:29:34.937Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing(2)} time=200079058 data=null doit=true} to TreeItem with text {kernel-overlap-testing(2)} 16:29:34 [2019-07-19T20:29:34.937Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing(2)} time=200079058 data=null} to TreeItem with text {kernel-overlap-testing(2)} 16:29:34 [2019-07-19T20:29:34.937Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=200079059 data=null button=1 stateMask=0x0 x=157 y=179 count=1} to TreeItem with text {kernel-overlap-testing(2)} 16:29:34 [2019-07-19T20:29:34.937Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200079059 data=null item=TreeItem {kernel-overlap-testing(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing(2)} 16:29:34 [2019-07-19T20:29:34.937Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=200079065 data=null button=1 stateMask=0x80000 x=157 y=179 count=1} to TreeItem with text {kernel-overlap-testing(2)} 16:29:34 [2019-07-19T20:29:34.937Z] DEBUG - Double-clicking on TreeItem with text {kernel-overlap-testing(2)} 16:29:34 [2019-07-19T20:29:34.937Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=200079066 data=null button=0 stateMask=0x0 x=157 y=179 count=0} to TreeItem with text {kernel-overlap-testing(2)} 16:29:34 [2019-07-19T20:29:34.937Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing(2)} time=200079066 data=null doit=true} to TreeItem with text {kernel-overlap-testing(2)} 16:29:34 [2019-07-19T20:29:34.937Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:34 [2019-07-19T20:29:34.937Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing(2)} time=200079067 data=null} to TreeItem with text {kernel-overlap-testing(2)} 16:29:34 [2019-07-19T20:29:34.937Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=200079067 data=null button=1 stateMask=0x0 x=157 y=179 count=1} to TreeItem with text {kernel-overlap-testing(2)} 16:29:34 [2019-07-19T20:29:34.937Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200079067 data=null item=TreeItem {kernel-overlap-testing(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing(2)} 16:29:34 [2019-07-19T20:29:34.937Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=200079086 data=null button=1 stateMask=0x80000 x=157 y=179 count=1} to TreeItem with text {kernel-overlap-testing(2)} 16:29:34 [2019-07-19T20:29:34.937Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=200079086 data=null button=1 stateMask=0x0 x=157 y=179 count=2} to TreeItem with text {kernel-overlap-testing(2)} 16:29:34 [2019-07-19T20:29:34.937Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=200079087 data=null button=1 stateMask=0x0 x=157 y=179 count=2} to TreeItem with text {kernel-overlap-testing(2)} 16:29:35 [2019-07-19T20:29:35.194Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200079087 data=null item=TreeItem {kernel-overlap-testing(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing(2)} 16:29:35 [2019-07-19T20:29:35.757Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=200079206 data=null button=1 stateMask=0x80000 x=157 y=179 count=2} to TreeItem with text {kernel-overlap-testing(2)} 16:29:36 [2019-07-19T20:29:36.014Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=200080065 data=null button=0 stateMask=0x0 x=157 y=179 count=0} to TreeItem with text {kernel-overlap-testing(2)} 16:29:36 [2019-07-19T20:29:36.014Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {kernel-overlap-testing(2)} time=200080183 data=null doit=true} to TreeItem with text {kernel-overlap-testing(2)} 16:29:36 [2019-07-19T20:29:36.014Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {kernel-overlap-testing(2)} time=200080183 data=null} to TreeItem with text {kernel-overlap-testing(2)} 16:29:36 [2019-07-19T20:29:36.014Z] DEBUG - Double-clicked on TreeItem with text {kernel-overlap-testing(2)} 16:29:36 [2019-07-19T20:29:36.014Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:29:36 [2019-07-19T20:29:36.014Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:29:36 [2019-07-19T20:29:36.014Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:29:36 [2019-07-19T20:29:36.014Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:29:36 [2019-07-19T20:29:36.014Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:29:36 [2019-07-19T20:29:36.014Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:29:36 [2019-07-19T20:29:36.014Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:29:36 [2019-07-19T20:29:36.014Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:29:36 [2019-07-19T20:29:36.014Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:29:36 [2019-07-19T20:29:36.014Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:29:36 [2019-07-19T20:29:36.014Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:29:36 [2019-07-19T20:29:36.014Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:29:36 [2019-07-19T20:29:36.014Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:29:36 [2019-07-19T20:29:36.014Z] DEBUG - Attempting to set focus on Table with text {} 16:29:36 [2019-07-19T20:29:36.014Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200080230 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:29:36 [2019-07-19T20:29:36.014Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200080230 data=null doit=true} to TableItem with text {} 16:29:36 [2019-07-19T20:29:36.014Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200080230 data=null} to TableItem with text {} 16:29:36 [2019-07-19T20:29:36.014Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200080230 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:29:36 [2019-07-19T20:29:36.014Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200080231 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:29:36 [2019-07-19T20:29:36.271Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200080341 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:29:36 [2019-07-19T20:29:36.271Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:29:36 [2019-07-19T20:29:36.271Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:29:36 [2019-07-19T20:29:36.834Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:29:37 [2019-07-19T20:29:37.091Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:37 [2019-07-19T20:29:37.091Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=200081221 data=null button=0 stateMask=0x0 x=157 y=179 count=0} to TreeItem with text {kernel-overlap-testing(2)} 16:29:37 [2019-07-19T20:29:37.091Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing(2)} time=200081221 data=null doit=true} to TreeItem with text {kernel-overlap-testing(2)} 16:29:37 [2019-07-19T20:29:37.091Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing(2)} time=200081221 data=null} to TreeItem with text {kernel-overlap-testing(2)} 16:29:37 [2019-07-19T20:29:37.091Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=200081222 data=null button=1 stateMask=0x0 x=157 y=179 count=1} to TreeItem with text {kernel-overlap-testing(2)} 16:29:37 [2019-07-19T20:29:37.091Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200081222 data=null item=TreeItem {kernel-overlap-testing(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing(2)} 16:29:37 [2019-07-19T20:29:37.091Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=200081229 data=null button=1 stateMask=0x80000 x=157 y=179 count=1} to TreeItem with text {kernel-overlap-testing(2)} 16:29:37 [2019-07-19T20:29:37.091Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:37 [2019-07-19T20:29:37.091Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:37 [2019-07-19T20:29:37.091Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:29:37 [2019-07-19T20:29:37.091Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:29:37 [2019-07-19T20:29:37.091Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:37 [2019-07-19T20:29:37.091Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:37 [2019-07-19T20:29:37.091Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:37 [2019-07-19T20:29:37.091Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:37 [2019-07-19T20:29:37.091Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:37 [2019-07-19T20:29:37.091Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200081249 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:29:37 [2019-07-19T20:29:37.091Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200081250 data=null doit=true} to TreeItem with text {test} 16:29:37 [2019-07-19T20:29:37.091Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200081250 data=null} to TreeItem with text {test} 16:29:37 [2019-07-19T20:29:37.091Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200081250 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:29:37 [2019-07-19T20:29:37.091Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200081250 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:29:37 [2019-07-19T20:29:37.091Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200081292 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:29:37 [2019-07-19T20:29:37.091Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:37 [2019-07-19T20:29:37.091Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200081293 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:29:37 [2019-07-19T20:29:37.091Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200081293 data=null doit=true} to TreeItem with text {test} 16:29:37 [2019-07-19T20:29:37.091Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200081293 data=null} to TreeItem with text {test} 16:29:37 [2019-07-19T20:29:37.091Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200081293 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:29:37 [2019-07-19T20:29:37.091Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200081294 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:29:37 [2019-07-19T20:29:37.091Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200081300 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:29:37 [2019-07-19T20:29:37.091Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:29:37 [2019-07-19T20:29:37.091Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:37 [2019-07-19T20:29:37.091Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [13]} time=200081301 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [13]} 16:29:37 [2019-07-19T20:29:37.091Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [13]} time=200081301 data=null doit=true} to TreeItem with text {Traces [13]} 16:29:37 [2019-07-19T20:29:37.091Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [13]} time=200081301 data=null} to TreeItem with text {Traces [13]} 16:29:37 [2019-07-19T20:29:37.091Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [13]} time=200081302 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [13]} 16:29:37 [2019-07-19T20:29:37.091Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200081302 data=null item=TreeItem {Traces [13]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [13]} 16:29:37 [2019-07-19T20:29:37.091Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [13]} time=200081325 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [13]} 16:29:37 [2019-07-19T20:29:37.091Z] WARN - Tree item TreeItem with text {Traces [13]} is already expanded. Won't expand it again. 16:29:37 [2019-07-19T20:29:37.348Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:29:37 [2019-07-19T20:29:37.348Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:37 [2019-07-19T20:29:37.606Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1(2)} time=200081619 data=null button=0 stateMask=0x0 x=159 y=221 count=0} to TreeItem with text {simple_server-thread1(2)} 16:29:37 [2019-07-19T20:29:37.606Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1(2)} time=200081619 data=null doit=true} to TreeItem with text {simple_server-thread1(2)} 16:29:37 [2019-07-19T20:29:37.606Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1(2)} time=200081620 data=null} to TreeItem with text {simple_server-thread1(2)} 16:29:37 [2019-07-19T20:29:37.606Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1(2)} time=200081620 data=null button=1 stateMask=0x0 x=159 y=221 count=1} to TreeItem with text {simple_server-thread1(2)} 16:29:37 [2019-07-19T20:29:37.606Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200081620 data=null item=TreeItem {simple_server-thread1(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread1(2)} 16:29:37 [2019-07-19T20:29:37.606Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1(2)} time=200081666 data=null button=1 stateMask=0x80000 x=159 y=221 count=1} to TreeItem with text {simple_server-thread1(2)} 16:29:37 [2019-07-19T20:29:37.606Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:37 [2019-07-19T20:29:37.606Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:37 [2019-07-19T20:29:37.606Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:29:37 [2019-07-19T20:29:37.606Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:37 [2019-07-19T20:29:37.606Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1(2)} time=200081669 data=null button=0 stateMask=0x0 x=159 y=221 count=0} to TreeItem with text {simple_server-thread1(2)} 16:29:37 [2019-07-19T20:29:37.606Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1(2)} time=200081669 data=null doit=true} to TreeItem with text {simple_server-thread1(2)} 16:29:37 [2019-07-19T20:29:37.606Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1(2)} time=200081669 data=null} to TreeItem with text {simple_server-thread1(2)} 16:29:37 [2019-07-19T20:29:37.606Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1(2)} time=200081670 data=null button=1 stateMask=0x0 x=159 y=221 count=1} to TreeItem with text {simple_server-thread1(2)} 16:29:37 [2019-07-19T20:29:37.606Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200081670 data=null item=TreeItem {simple_server-thread1(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread1(2)} 16:29:37 [2019-07-19T20:29:37.606Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1(2)} time=200081675 data=null button=1 stateMask=0x80000 x=159 y=221 count=1} to TreeItem with text {simple_server-thread1(2)} 16:29:37 [2019-07-19T20:29:37.606Z] DEBUG - Double-clicking on TreeItem with text {simple_server-thread1(2)} 16:29:37 [2019-07-19T20:29:37.606Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1(2)} time=200081676 data=null button=0 stateMask=0x0 x=159 y=221 count=0} to TreeItem with text {simple_server-thread1(2)} 16:29:37 [2019-07-19T20:29:37.606Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1(2)} time=200081676 data=null doit=true} to TreeItem with text {simple_server-thread1(2)} 16:29:37 [2019-07-19T20:29:37.606Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:37 [2019-07-19T20:29:37.606Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1(2)} time=200081676 data=null} to TreeItem with text {simple_server-thread1(2)} 16:29:37 [2019-07-19T20:29:37.606Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1(2)} time=200081677 data=null button=1 stateMask=0x0 x=159 y=221 count=1} to TreeItem with text {simple_server-thread1(2)} 16:29:37 [2019-07-19T20:29:37.606Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200081677 data=null item=TreeItem {simple_server-thread1(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread1(2)} 16:29:37 [2019-07-19T20:29:37.606Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1(2)} time=200081681 data=null button=1 stateMask=0x80000 x=159 y=221 count=1} to TreeItem with text {simple_server-thread1(2)} 16:29:37 [2019-07-19T20:29:37.606Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1(2)} time=200081681 data=null button=1 stateMask=0x0 x=159 y=221 count=2} to TreeItem with text {simple_server-thread1(2)} 16:29:37 [2019-07-19T20:29:37.606Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {simple_server-thread1(2)} time=200081682 data=null button=1 stateMask=0x0 x=159 y=221 count=2} to TreeItem with text {simple_server-thread1(2)} 16:29:37 [2019-07-19T20:29:37.606Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200081682 data=null item=TreeItem {simple_server-thread1(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread1(2)} 16:29:38 [2019-07-19T20:29:38.169Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1(2)} time=200081950 data=null button=1 stateMask=0x80000 x=159 y=221 count=2} to TreeItem with text {simple_server-thread1(2)} 16:29:38 [2019-07-19T20:29:38.169Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {simple_server-thread1(2)} time=200082394 data=null button=0 stateMask=0x0 x=159 y=221 count=0} to TreeItem with text {simple_server-thread1(2)} 16:29:38 [2019-07-19T20:29:38.169Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {simple_server-thread1(2)} time=200082394 data=null doit=true} to TreeItem with text {simple_server-thread1(2)} 16:29:38 [2019-07-19T20:29:38.169Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {simple_server-thread1(2)} time=200082395 data=null} to TreeItem with text {simple_server-thread1(2)} 16:29:38 [2019-07-19T20:29:38.169Z] DEBUG - Double-clicked on TreeItem with text {simple_server-thread1(2)} 16:29:38 [2019-07-19T20:29:38.169Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:29:38 [2019-07-19T20:29:38.169Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:29:38 [2019-07-19T20:29:38.169Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:29:38 [2019-07-19T20:29:38.169Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:29:38 [2019-07-19T20:29:38.169Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:29:38 [2019-07-19T20:29:38.169Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:29:38 [2019-07-19T20:29:38.169Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:29:38 [2019-07-19T20:29:38.169Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:29:38 [2019-07-19T20:29:38.169Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:29:38 [2019-07-19T20:29:38.169Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:29:38 [2019-07-19T20:29:38.169Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:29:38 [2019-07-19T20:29:38.169Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:29:38 [2019-07-19T20:29:38.169Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:29:38 [2019-07-19T20:29:38.169Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:29:38 [2019-07-19T20:29:38.169Z] DEBUG - Attempting to set focus on Table with text {} 16:29:38 [2019-07-19T20:29:38.169Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200082398 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:29:38 [2019-07-19T20:29:38.169Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200082398 data=null doit=true} to TableItem with text {} 16:29:38 [2019-07-19T20:29:38.169Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200082399 data=null} to TableItem with text {} 16:29:38 [2019-07-19T20:29:38.169Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200082399 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:29:38 [2019-07-19T20:29:38.426Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200082399 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:29:38 [2019-07-19T20:29:38.426Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200082449 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:29:38 [2019-07-19T20:29:38.426Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:29:38 [2019-07-19T20:29:38.426Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:29:39 [2019-07-19T20:29:39.797Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:29:39 [2019-07-19T20:29:39.797Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:39 [2019-07-19T20:29:39.797Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1(2)} time=200083863 data=null button=0 stateMask=0x0 x=159 y=221 count=0} to TreeItem with text {simple_server-thread1(2)} 16:29:39 [2019-07-19T20:29:39.797Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1(2)} time=200083863 data=null doit=true} to TreeItem with text {simple_server-thread1(2)} 16:29:39 [2019-07-19T20:29:39.797Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1(2)} time=200083863 data=null} to TreeItem with text {simple_server-thread1(2)} 16:29:39 [2019-07-19T20:29:39.797Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1(2)} time=200083864 data=null button=1 stateMask=0x0 x=159 y=221 count=1} to TreeItem with text {simple_server-thread1(2)} 16:29:39 [2019-07-19T20:29:39.797Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200083864 data=null item=TreeItem {simple_server-thread1(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread1(2)} 16:29:39 [2019-07-19T20:29:39.797Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1(2)} time=200083869 data=null button=1 stateMask=0x80000 x=159 y=221 count=1} to TreeItem with text {simple_server-thread1(2)} 16:29:39 [2019-07-19T20:29:39.797Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:39 [2019-07-19T20:29:39.797Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:39 [2019-07-19T20:29:39.797Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:29:39 [2019-07-19T20:29:39.797Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:29:39 [2019-07-19T20:29:39.797Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:39 [2019-07-19T20:29:39.797Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:39 [2019-07-19T20:29:39.797Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:39 [2019-07-19T20:29:39.797Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:39 [2019-07-19T20:29:39.797Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:39 [2019-07-19T20:29:39.797Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200083884 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:29:39 [2019-07-19T20:29:39.797Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200083884 data=null doit=true} to TreeItem with text {test} 16:29:39 [2019-07-19T20:29:39.797Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200083884 data=null} to TreeItem with text {test} 16:29:39 [2019-07-19T20:29:39.797Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200083885 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:29:39 [2019-07-19T20:29:39.797Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200083885 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:29:39 [2019-07-19T20:29:39.797Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200083943 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:29:39 [2019-07-19T20:29:39.797Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:39 [2019-07-19T20:29:39.797Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200083944 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:29:39 [2019-07-19T20:29:39.797Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200083945 data=null doit=true} to TreeItem with text {test} 16:29:39 [2019-07-19T20:29:39.797Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200083945 data=null} to TreeItem with text {test} 16:29:39 [2019-07-19T20:29:39.797Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200083956 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:29:39 [2019-07-19T20:29:39.797Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200083956 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:29:39 [2019-07-19T20:29:39.797Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200083971 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:29:39 [2019-07-19T20:29:39.797Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:29:39 [2019-07-19T20:29:39.797Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:39 [2019-07-19T20:29:39.797Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [13]} time=200083973 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [13]} 16:29:39 [2019-07-19T20:29:39.797Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [13]} time=200083973 data=null doit=true} to TreeItem with text {Traces [13]} 16:29:39 [2019-07-19T20:29:39.797Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [13]} time=200083973 data=null} to TreeItem with text {Traces [13]} 16:29:39 [2019-07-19T20:29:39.797Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [13]} time=200083974 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [13]} 16:29:39 [2019-07-19T20:29:39.797Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200083974 data=null item=TreeItem {Traces [13]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [13]} 16:29:39 [2019-07-19T20:29:39.797Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [13]} time=200084002 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [13]} 16:29:39 [2019-07-19T20:29:39.797Z] WARN - Tree item TreeItem with text {Traces [13]} is already expanded. Won't expand it again. 16:29:40 [2019-07-19T20:29:40.361Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:29:40 [2019-07-19T20:29:40.361Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:40 [2019-07-19T20:29:40.361Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2(2)} time=200084427 data=null button=0 stateMask=0x0 x=159 y=263 count=0} to TreeItem with text {simple_server-thread2(2)} 16:29:40 [2019-07-19T20:29:40.361Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2(2)} time=200084427 data=null doit=true} to TreeItem with text {simple_server-thread2(2)} 16:29:40 [2019-07-19T20:29:40.361Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2(2)} time=200084427 data=null} to TreeItem with text {simple_server-thread2(2)} 16:29:40 [2019-07-19T20:29:40.361Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2(2)} time=200084428 data=null button=1 stateMask=0x0 x=159 y=263 count=1} to TreeItem with text {simple_server-thread2(2)} 16:29:40 [2019-07-19T20:29:40.361Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200084428 data=null item=TreeItem {simple_server-thread2(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread2(2)} 16:29:40 [2019-07-19T20:29:40.361Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2(2)} time=200084479 data=null button=1 stateMask=0x80000 x=159 y=263 count=1} to TreeItem with text {simple_server-thread2(2)} 16:29:40 [2019-07-19T20:29:40.361Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:40 [2019-07-19T20:29:40.361Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:40 [2019-07-19T20:29:40.361Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:29:40 [2019-07-19T20:29:40.361Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:40 [2019-07-19T20:29:40.361Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2(2)} time=200084482 data=null button=0 stateMask=0x0 x=159 y=263 count=0} to TreeItem with text {simple_server-thread2(2)} 16:29:40 [2019-07-19T20:29:40.361Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2(2)} time=200084482 data=null doit=true} to TreeItem with text {simple_server-thread2(2)} 16:29:40 [2019-07-19T20:29:40.361Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2(2)} time=200084483 data=null} to TreeItem with text {simple_server-thread2(2)} 16:29:40 [2019-07-19T20:29:40.361Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2(2)} time=200084483 data=null button=1 stateMask=0x0 x=159 y=263 count=1} to TreeItem with text {simple_server-thread2(2)} 16:29:40 [2019-07-19T20:29:40.361Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200084483 data=null item=TreeItem {simple_server-thread2(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread2(2)} 16:29:40 [2019-07-19T20:29:40.361Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2(2)} time=200084488 data=null button=1 stateMask=0x80000 x=159 y=263 count=1} to TreeItem with text {simple_server-thread2(2)} 16:29:40 [2019-07-19T20:29:40.361Z] DEBUG - Double-clicking on TreeItem with text {simple_server-thread2(2)} 16:29:40 [2019-07-19T20:29:40.361Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2(2)} time=200084489 data=null button=0 stateMask=0x0 x=159 y=263 count=0} to TreeItem with text {simple_server-thread2(2)} 16:29:40 [2019-07-19T20:29:40.361Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2(2)} time=200084489 data=null doit=true} to TreeItem with text {simple_server-thread2(2)} 16:29:40 [2019-07-19T20:29:40.361Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:40 [2019-07-19T20:29:40.361Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2(2)} time=200084489 data=null} to TreeItem with text {simple_server-thread2(2)} 16:29:40 [2019-07-19T20:29:40.361Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2(2)} time=200084490 data=null button=1 stateMask=0x0 x=159 y=263 count=1} to TreeItem with text {simple_server-thread2(2)} 16:29:40 [2019-07-19T20:29:40.361Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200084490 data=null item=TreeItem {simple_server-thread2(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread2(2)} 16:29:40 [2019-07-19T20:29:40.361Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2(2)} time=200084501 data=null button=1 stateMask=0x80000 x=159 y=263 count=1} to TreeItem with text {simple_server-thread2(2)} 16:29:40 [2019-07-19T20:29:40.361Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2(2)} time=200084502 data=null button=1 stateMask=0x0 x=159 y=263 count=2} to TreeItem with text {simple_server-thread2(2)} 16:29:40 [2019-07-19T20:29:40.361Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {simple_server-thread2(2)} time=200084502 data=null button=1 stateMask=0x0 x=159 y=263 count=2} to TreeItem with text {simple_server-thread2(2)} 16:29:40 [2019-07-19T20:29:40.361Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200084502 data=null item=TreeItem {simple_server-thread2(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread2(2)} 16:29:40 [2019-07-19T20:29:40.926Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2(2)} time=200084597 data=null button=1 stateMask=0x80000 x=159 y=263 count=2} to TreeItem with text {simple_server-thread2(2)} 16:29:41 [2019-07-19T20:29:41.183Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {simple_server-thread2(2)} time=200085213 data=null button=0 stateMask=0x0 x=159 y=263 count=0} to TreeItem with text {simple_server-thread2(2)} 16:29:41 [2019-07-19T20:29:41.183Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {simple_server-thread2(2)} time=200085266 data=null doit=true} to TreeItem with text {simple_server-thread2(2)} 16:29:41 [2019-07-19T20:29:41.183Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {simple_server-thread2(2)} time=200085266 data=null} to TreeItem with text {simple_server-thread2(2)} 16:29:41 [2019-07-19T20:29:41.183Z] DEBUG - Double-clicked on TreeItem with text {simple_server-thread2(2)} 16:29:41 [2019-07-19T20:29:41.183Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:29:41 [2019-07-19T20:29:41.183Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:29:41 [2019-07-19T20:29:41.183Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:29:41 [2019-07-19T20:29:41.183Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:29:41 [2019-07-19T20:29:41.183Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:29:41 [2019-07-19T20:29:41.183Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:29:41 [2019-07-19T20:29:41.183Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:29:41 [2019-07-19T20:29:41.183Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:29:41 [2019-07-19T20:29:41.183Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:29:41 [2019-07-19T20:29:41.183Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:29:41 [2019-07-19T20:29:41.183Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:29:41 [2019-07-19T20:29:41.183Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:29:41 [2019-07-19T20:29:41.183Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:29:41 [2019-07-19T20:29:41.183Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:29:41 [2019-07-19T20:29:41.183Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:29:41 [2019-07-19T20:29:41.183Z] DEBUG - Attempting to set focus on Table with text {} 16:29:41 [2019-07-19T20:29:41.183Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200085271 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:29:41 [2019-07-19T20:29:41.183Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200085271 data=null doit=true} to TableItem with text {} 16:29:41 [2019-07-19T20:29:41.183Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200085271 data=null} to TableItem with text {} 16:29:41 [2019-07-19T20:29:41.183Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200085272 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:29:41 [2019-07-19T20:29:41.183Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200085272 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:29:41 [2019-07-19T20:29:41.183Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200085282 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:29:41 [2019-07-19T20:29:41.183Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:29:41 [2019-07-19T20:29:41.183Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:29:42 [2019-07-19T20:29:42.113Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:29:42 [2019-07-19T20:29:42.113Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:42 [2019-07-19T20:29:42.113Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2(2)} time=200086288 data=null button=0 stateMask=0x0 x=159 y=263 count=0} to TreeItem with text {simple_server-thread2(2)} 16:29:42 [2019-07-19T20:29:42.113Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2(2)} time=200086288 data=null doit=true} to TreeItem with text {simple_server-thread2(2)} 16:29:42 [2019-07-19T20:29:42.113Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2(2)} time=200086288 data=null} to TreeItem with text {simple_server-thread2(2)} 16:29:42 [2019-07-19T20:29:42.113Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2(2)} time=200086289 data=null button=1 stateMask=0x0 x=159 y=263 count=1} to TreeItem with text {simple_server-thread2(2)} 16:29:42 [2019-07-19T20:29:42.113Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200086289 data=null item=TreeItem {simple_server-thread2(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread2(2)} 16:29:42 [2019-07-19T20:29:42.113Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2(2)} time=200086295 data=null button=1 stateMask=0x80000 x=159 y=263 count=1} to TreeItem with text {simple_server-thread2(2)} 16:29:42 [2019-07-19T20:29:42.113Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:42 [2019-07-19T20:29:42.113Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:42 [2019-07-19T20:29:42.113Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:29:42 [2019-07-19T20:29:42.113Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:29:42 [2019-07-19T20:29:42.113Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:42 [2019-07-19T20:29:42.113Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:42 [2019-07-19T20:29:42.113Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:42 [2019-07-19T20:29:42.113Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:42 [2019-07-19T20:29:42.113Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:42 [2019-07-19T20:29:42.113Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200086301 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:29:42 [2019-07-19T20:29:42.113Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200086301 data=null doit=true} to TreeItem with text {test} 16:29:42 [2019-07-19T20:29:42.113Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200086301 data=null} to TreeItem with text {test} 16:29:42 [2019-07-19T20:29:42.113Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200086301 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:29:42 [2019-07-19T20:29:42.113Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200086302 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:29:42 [2019-07-19T20:29:42.113Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200086349 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:29:42 [2019-07-19T20:29:42.113Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:42 [2019-07-19T20:29:42.113Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200086350 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:29:42 [2019-07-19T20:29:42.113Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200086359 data=null doit=true} to TreeItem with text {test} 16:29:42 [2019-07-19T20:29:42.113Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200086359 data=null} to TreeItem with text {test} 16:29:42 [2019-07-19T20:29:42.113Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200086360 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:29:42 [2019-07-19T20:29:42.370Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200086360 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:29:42 [2019-07-19T20:29:42.370Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200086374 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:29:42 [2019-07-19T20:29:42.370Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:29:42 [2019-07-19T20:29:42.370Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:42 [2019-07-19T20:29:42.370Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [13]} time=200086375 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [13]} 16:29:42 [2019-07-19T20:29:42.370Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [13]} time=200086375 data=null doit=true} to TreeItem with text {Traces [13]} 16:29:42 [2019-07-19T20:29:42.370Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [13]} time=200086375 data=null} to TreeItem with text {Traces [13]} 16:29:42 [2019-07-19T20:29:42.370Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [13]} time=200086375 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [13]} 16:29:42 [2019-07-19T20:29:42.370Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200086376 data=null item=TreeItem {Traces [13]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [13]} 16:29:42 [2019-07-19T20:29:42.370Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [13]} time=200086437 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [13]} 16:29:42 [2019-07-19T20:29:42.370Z] WARN - Tree item TreeItem with text {Traces [13]} is already expanded. Won't expand it again. 16:29:42 [2019-07-19T20:29:42.370Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:29:42 [2019-07-19T20:29:42.370Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:42 [2019-07-19T20:29:42.370Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=200086569 data=null button=0 stateMask=0x0 x=148 y=326 count=0} to TreeItem with text {ust-overlap-testing(2)} 16:29:42 [2019-07-19T20:29:42.370Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing(2)} time=200086570 data=null doit=true} to TreeItem with text {ust-overlap-testing(2)} 16:29:42 [2019-07-19T20:29:42.370Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing(2)} time=200086570 data=null} to TreeItem with text {ust-overlap-testing(2)} 16:29:42 [2019-07-19T20:29:42.370Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=200086570 data=null button=1 stateMask=0x0 x=148 y=326 count=1} to TreeItem with text {ust-overlap-testing(2)} 16:29:42 [2019-07-19T20:29:42.370Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200086571 data=null item=TreeItem {ust-overlap-testing(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ust-overlap-testing(2)} 16:29:42 [2019-07-19T20:29:42.626Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=200086627 data=null button=1 stateMask=0x80000 x=148 y=326 count=1} to TreeItem with text {ust-overlap-testing(2)} 16:29:42 [2019-07-19T20:29:42.626Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:42 [2019-07-19T20:29:42.626Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:42 [2019-07-19T20:29:42.626Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:29:42 [2019-07-19T20:29:42.626Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:42 [2019-07-19T20:29:42.626Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=200086630 data=null button=0 stateMask=0x0 x=148 y=326 count=0} to TreeItem with text {ust-overlap-testing(2)} 16:29:42 [2019-07-19T20:29:42.626Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing(2)} time=200086630 data=null doit=true} to TreeItem with text {ust-overlap-testing(2)} 16:29:42 [2019-07-19T20:29:42.626Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing(2)} time=200086630 data=null} to TreeItem with text {ust-overlap-testing(2)} 16:29:42 [2019-07-19T20:29:42.626Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=200086631 data=null button=1 stateMask=0x0 x=148 y=326 count=1} to TreeItem with text {ust-overlap-testing(2)} 16:29:42 [2019-07-19T20:29:42.626Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200086631 data=null item=TreeItem {ust-overlap-testing(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ust-overlap-testing(2)} 16:29:42 [2019-07-19T20:29:42.626Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=200086636 data=null button=1 stateMask=0x80000 x=148 y=326 count=1} to TreeItem with text {ust-overlap-testing(2)} 16:29:42 [2019-07-19T20:29:42.626Z] DEBUG - Double-clicking on TreeItem with text {ust-overlap-testing(2)} 16:29:42 [2019-07-19T20:29:42.626Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=200086637 data=null button=0 stateMask=0x0 x=148 y=326 count=0} to TreeItem with text {ust-overlap-testing(2)} 16:29:42 [2019-07-19T20:29:42.626Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing(2)} time=200086637 data=null doit=true} to TreeItem with text {ust-overlap-testing(2)} 16:29:42 [2019-07-19T20:29:42.626Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:42 [2019-07-19T20:29:42.626Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing(2)} time=200086638 data=null} to TreeItem with text {ust-overlap-testing(2)} 16:29:42 [2019-07-19T20:29:42.626Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=200086638 data=null button=1 stateMask=0x0 x=148 y=326 count=1} to TreeItem with text {ust-overlap-testing(2)} 16:29:42 [2019-07-19T20:29:42.626Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200086638 data=null item=TreeItem {ust-overlap-testing(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ust-overlap-testing(2)} 16:29:42 [2019-07-19T20:29:42.626Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=200086642 data=null button=1 stateMask=0x80000 x=148 y=326 count=1} to TreeItem with text {ust-overlap-testing(2)} 16:29:42 [2019-07-19T20:29:42.627Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=200086643 data=null button=1 stateMask=0x0 x=148 y=326 count=2} to TreeItem with text {ust-overlap-testing(2)} 16:29:42 [2019-07-19T20:29:42.627Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=200086643 data=null button=1 stateMask=0x0 x=148 y=326 count=2} to TreeItem with text {ust-overlap-testing(2)} 16:29:42 [2019-07-19T20:29:42.627Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200086648 data=null item=TreeItem {ust-overlap-testing(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ust-overlap-testing(2)} 16:29:43 [2019-07-19T20:29:43.191Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=200086776 data=null button=1 stateMask=0x80000 x=148 y=326 count=2} to TreeItem with text {ust-overlap-testing(2)} 16:29:43 [2019-07-19T20:29:43.191Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=200087217 data=null button=0 stateMask=0x0 x=148 y=326 count=0} to TreeItem with text {ust-overlap-testing(2)} 16:29:43 [2019-07-19T20:29:43.191Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ust-overlap-testing(2)} time=200087272 data=null doit=true} to TreeItem with text {ust-overlap-testing(2)} 16:29:43 [2019-07-19T20:29:43.191Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ust-overlap-testing(2)} time=200087272 data=null} to TreeItem with text {ust-overlap-testing(2)} 16:29:43 [2019-07-19T20:29:43.191Z] DEBUG - Double-clicked on TreeItem with text {ust-overlap-testing(2)} 16:29:43 [2019-07-19T20:29:43.191Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:29:43 [2019-07-19T20:29:43.191Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:29:43 [2019-07-19T20:29:43.191Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:29:43 [2019-07-19T20:29:43.191Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:29:43 [2019-07-19T20:29:43.191Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:29:43 [2019-07-19T20:29:43.191Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:29:43 [2019-07-19T20:29:43.191Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:29:43 [2019-07-19T20:29:43.191Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:29:43 [2019-07-19T20:29:43.191Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:29:43 [2019-07-19T20:29:43.191Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:29:43 [2019-07-19T20:29:43.191Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:29:43 [2019-07-19T20:29:43.191Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:29:43 [2019-07-19T20:29:43.191Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:29:43 [2019-07-19T20:29:43.191Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:29:43 [2019-07-19T20:29:43.191Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:29:43 [2019-07-19T20:29:43.191Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:29:43 [2019-07-19T20:29:43.191Z] DEBUG - Attempting to set focus on Table with text {} 16:29:43 [2019-07-19T20:29:43.191Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200087278 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:29:43 [2019-07-19T20:29:43.191Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200087278 data=null doit=true} to TableItem with text {} 16:29:43 [2019-07-19T20:29:43.191Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200087278 data=null} to TableItem with text {} 16:29:43 [2019-07-19T20:29:43.191Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200087279 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:29:43 [2019-07-19T20:29:43.191Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200087279 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:29:43 [2019-07-19T20:29:43.191Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200087291 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:29:43 [2019-07-19T20:29:43.191Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:29:43 [2019-07-19T20:29:43.191Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:29:44 [2019-07-19T20:29:44.124Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:29:44 [2019-07-19T20:29:44.124Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:44 [2019-07-19T20:29:44.124Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=200088371 data=null button=0 stateMask=0x0 x=148 y=326 count=0} to TreeItem with text {ust-overlap-testing(2)} 16:29:44 [2019-07-19T20:29:44.124Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing(2)} time=200088371 data=null doit=true} to TreeItem with text {ust-overlap-testing(2)} 16:29:44 [2019-07-19T20:29:44.124Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing(2)} time=200088372 data=null} to TreeItem with text {ust-overlap-testing(2)} 16:29:44 [2019-07-19T20:29:44.124Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=200088372 data=null button=1 stateMask=0x0 x=148 y=326 count=1} to TreeItem with text {ust-overlap-testing(2)} 16:29:44 [2019-07-19T20:29:44.381Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200088372 data=null item=TreeItem {ust-overlap-testing(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ust-overlap-testing(2)} 16:29:44 [2019-07-19T20:29:44.381Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=200088378 data=null button=1 stateMask=0x80000 x=148 y=326 count=1} to TreeItem with text {ust-overlap-testing(2)} 16:29:44 [2019-07-19T20:29:44.381Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:44 [2019-07-19T20:29:44.381Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:44 [2019-07-19T20:29:44.381Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:29:44 [2019-07-19T20:29:44.381Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:29:44 [2019-07-19T20:29:44.381Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:44 [2019-07-19T20:29:44.381Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:44 [2019-07-19T20:29:44.381Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:44 [2019-07-19T20:29:44.381Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:44 [2019-07-19T20:29:44.381Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:44 [2019-07-19T20:29:44.381Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200088477 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:29:44 [2019-07-19T20:29:44.381Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200088477 data=null doit=true} to TreeItem with text {test} 16:29:44 [2019-07-19T20:29:44.381Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200088477 data=null} to TreeItem with text {test} 16:29:44 [2019-07-19T20:29:44.381Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200088477 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:29:44 [2019-07-19T20:29:44.381Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200088477 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:29:44 [2019-07-19T20:29:44.381Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200088565 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:29:44 [2019-07-19T20:29:44.381Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:44 [2019-07-19T20:29:44.381Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200088566 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:29:44 [2019-07-19T20:29:44.381Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200088566 data=null doit=true} to TreeItem with text {test} 16:29:44 [2019-07-19T20:29:44.381Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200088566 data=null} to TreeItem with text {test} 16:29:44 [2019-07-19T20:29:44.381Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200088567 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:29:44 [2019-07-19T20:29:44.381Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200088567 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:29:44 [2019-07-19T20:29:44.381Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200088575 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:29:44 [2019-07-19T20:29:44.381Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:29:44 [2019-07-19T20:29:44.381Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:44 [2019-07-19T20:29:44.381Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [13]} time=200088576 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [13]} 16:29:44 [2019-07-19T20:29:44.381Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [13]} time=200088576 data=null doit=true} to TreeItem with text {Traces [13]} 16:29:44 [2019-07-19T20:29:44.381Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [13]} time=200088576 data=null} to TreeItem with text {Traces [13]} 16:29:44 [2019-07-19T20:29:44.381Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [13]} time=200088577 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [13]} 16:29:44 [2019-07-19T20:29:44.381Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200088577 data=null item=TreeItem {Traces [13]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [13]} 16:29:44 [2019-07-19T20:29:44.381Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [13]} time=200088595 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [13]} 16:29:44 [2019-07-19T20:29:44.381Z] WARN - Tree item TreeItem with text {Traces [13]} is already expanded. Won't expand it again. 16:29:44 [2019-07-19T20:29:44.945Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:29:44 [2019-07-19T20:29:44.945Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:44 [2019-07-19T20:29:44.945Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {unrecognized.log} time=200088996 data=null button=0 stateMask=0x0 x=133 y=284 count=0} to TreeItem with text {unrecognized.log} 16:29:44 [2019-07-19T20:29:44.945Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {unrecognized.log} time=200088997 data=null doit=true} to TreeItem with text {unrecognized.log} 16:29:44 [2019-07-19T20:29:44.945Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {unrecognized.log} time=200088997 data=null} to TreeItem with text {unrecognized.log} 16:29:44 [2019-07-19T20:29:44.945Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=200088997 data=null button=1 stateMask=0x0 x=133 y=284 count=1} to TreeItem with text {unrecognized.log} 16:29:44 [2019-07-19T20:29:44.945Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200088997 data=null item=TreeItem {unrecognized.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {unrecognized.log} 16:29:44 [2019-07-19T20:29:44.945Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=200089052 data=null button=1 stateMask=0x80000 x=133 y=284 count=1} to TreeItem with text {unrecognized.log} 16:29:44 [2019-07-19T20:29:44.945Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:44 [2019-07-19T20:29:44.945Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:44 [2019-07-19T20:29:44.945Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:29:44 [2019-07-19T20:29:44.945Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:44 [2019-07-19T20:29:44.945Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {unrecognized.log} time=200089055 data=null button=0 stateMask=0x0 x=133 y=284 count=0} to TreeItem with text {unrecognized.log} 16:29:44 [2019-07-19T20:29:44.945Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {unrecognized.log} time=200089055 data=null doit=true} to TreeItem with text {unrecognized.log} 16:29:44 [2019-07-19T20:29:44.945Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {unrecognized.log} time=200089055 data=null} to TreeItem with text {unrecognized.log} 16:29:44 [2019-07-19T20:29:44.945Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=200089056 data=null button=1 stateMask=0x0 x=133 y=284 count=1} to TreeItem with text {unrecognized.log} 16:29:44 [2019-07-19T20:29:44.945Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200089056 data=null item=TreeItem {unrecognized.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {unrecognized.log} 16:29:44 [2019-07-19T20:29:44.945Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=200089061 data=null button=1 stateMask=0x80000 x=133 y=284 count=1} to TreeItem with text {unrecognized.log} 16:29:44 [2019-07-19T20:29:44.945Z] DEBUG - Double-clicking on TreeItem with text {unrecognized.log} 16:29:44 [2019-07-19T20:29:44.945Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {unrecognized.log} time=200089062 data=null button=0 stateMask=0x0 x=133 y=284 count=0} to TreeItem with text {unrecognized.log} 16:29:44 [2019-07-19T20:29:44.945Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {unrecognized.log} time=200089062 data=null doit=true} to TreeItem with text {unrecognized.log} 16:29:44 [2019-07-19T20:29:44.945Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:44 [2019-07-19T20:29:44.945Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {unrecognized.log} time=200089063 data=null} to TreeItem with text {unrecognized.log} 16:29:44 [2019-07-19T20:29:44.945Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=200089063 data=null button=1 stateMask=0x0 x=133 y=284 count=1} to TreeItem with text {unrecognized.log} 16:29:44 [2019-07-19T20:29:44.945Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200089063 data=null item=TreeItem {unrecognized.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {unrecognized.log} 16:29:44 [2019-07-19T20:29:44.945Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=200089076 data=null button=1 stateMask=0x80000 x=133 y=284 count=1} to TreeItem with text {unrecognized.log} 16:29:44 [2019-07-19T20:29:44.945Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=200089076 data=null button=1 stateMask=0x0 x=133 y=284 count=2} to TreeItem with text {unrecognized.log} 16:29:44 [2019-07-19T20:29:44.945Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {unrecognized.log} time=200089076 data=null button=1 stateMask=0x0 x=133 y=284 count=2} to TreeItem with text {unrecognized.log} 16:29:45 [2019-07-19T20:29:45.203Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200089077 data=null item=TreeItem {unrecognized.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {unrecognized.log} 16:29:45 [2019-07-19T20:29:45.203Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=200089357 data=null button=1 stateMask=0x80000 x=133 y=284 count=2} to TreeItem with text {unrecognized.log} 16:29:45 [2019-07-19T20:29:45.203Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {unrecognized.log} time=200089361 data=null button=0 stateMask=0x0 x=133 y=284 count=0} to TreeItem with text {unrecognized.log} 16:29:45 [2019-07-19T20:29:45.203Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {unrecognized.log} time=200089361 data=null doit=true} to TreeItem with text {unrecognized.log} 16:29:45 [2019-07-19T20:29:45.203Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {unrecognized.log} time=200089361 data=null} to TreeItem with text {unrecognized.log} 16:29:45 [2019-07-19T20:29:45.203Z] DEBUG - Double-clicked on TreeItem with text {unrecognized.log} 16:29:45 [2019-07-19T20:29:45.203Z] DEBUG - matched EditorReference with text "", using matcher: with name '"unrecognized.log"' 16:29:45 [2019-07-19T20:29:45.203Z] DEBUG - matched EditorReference with text "", using matcher: with name '"unrecognized.log"' 16:29:45 [2019-07-19T20:29:45.203Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:29:45 [2019-07-19T20:29:45.203Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:45 [2019-07-19T20:29:45.460Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {unrecognized.log} time=200089568 data=null button=0 stateMask=0x0 x=133 y=284 count=0} to TreeItem with text {unrecognized.log} 16:29:45 [2019-07-19T20:29:45.460Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {unrecognized.log} time=200089568 data=null doit=true} to TreeItem with text {unrecognized.log} 16:29:45 [2019-07-19T20:29:45.460Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {unrecognized.log} time=200089568 data=null} to TreeItem with text {unrecognized.log} 16:29:45 [2019-07-19T20:29:45.460Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=200089569 data=null button=1 stateMask=0x0 x=133 y=284 count=1} to TreeItem with text {unrecognized.log} 16:29:45 [2019-07-19T20:29:45.460Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200089569 data=null item=TreeItem {unrecognized.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {unrecognized.log} 16:29:45 [2019-07-19T20:29:45.460Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=200089600 data=null button=1 stateMask=0x80000 x=133 y=284 count=1} to TreeItem with text {unrecognized.log} 16:29:45 [2019-07-19T20:29:45.460Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:45 [2019-07-19T20:29:45.460Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:45 [2019-07-19T20:29:45.460Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:29:45 [2019-07-19T20:29:45.460Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:29:45 [2019-07-19T20:29:45.460Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:45 [2019-07-19T20:29:45.460Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:45 [2019-07-19T20:29:45.460Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:45 [2019-07-19T20:29:45.460Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:45 [2019-07-19T20:29:45.460Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:45 [2019-07-19T20:29:45.460Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200089633 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:29:45 [2019-07-19T20:29:45.460Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200089633 data=null doit=true} to TreeItem with text {test} 16:29:45 [2019-07-19T20:29:45.460Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200089633 data=null} to TreeItem with text {test} 16:29:45 [2019-07-19T20:29:45.460Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200089634 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:29:45 [2019-07-19T20:29:45.460Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200089634 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:29:45 [2019-07-19T20:29:45.460Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200089682 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:29:45 [2019-07-19T20:29:45.460Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:45 [2019-07-19T20:29:45.460Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200089683 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:29:45 [2019-07-19T20:29:45.460Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200089683 data=null doit=true} to TreeItem with text {test} 16:29:45 [2019-07-19T20:29:45.460Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200089683 data=null} to TreeItem with text {test} 16:29:45 [2019-07-19T20:29:45.460Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200089683 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:29:45 [2019-07-19T20:29:45.460Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200089683 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:29:45 [2019-07-19T20:29:45.460Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200089691 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:29:45 [2019-07-19T20:29:45.460Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:29:45 [2019-07-19T20:29:45.460Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:45 [2019-07-19T20:29:45.460Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [13]} time=200089692 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [13]} 16:29:45 [2019-07-19T20:29:45.460Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [13]} time=200089693 data=null doit=true} to TreeItem with text {Traces [13]} 16:29:45 [2019-07-19T20:29:45.460Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [13]} time=200089693 data=null} to TreeItem with text {Traces [13]} 16:29:45 [2019-07-19T20:29:45.460Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [13]} time=200089693 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [13]} 16:29:45 [2019-07-19T20:29:45.460Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200089693 data=null item=TreeItem {Traces [13]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [13]} 16:29:45 [2019-07-19T20:29:45.717Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [13]} time=200089715 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [13]} 16:29:45 [2019-07-19T20:29:45.717Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:45 [2019-07-19T20:29:45.717Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [13]} time=200089716 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [13]} 16:29:45 [2019-07-19T20:29:45.717Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [13]} time=200089716 data=null doit=true} to TreeItem with text {Traces [13]} 16:29:45 [2019-07-19T20:29:45.717Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [13]} time=200089716 data=null} to TreeItem with text {Traces [13]} 16:29:45 [2019-07-19T20:29:45.717Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [13]} time=200089717 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [13]} 16:29:45 [2019-07-19T20:29:45.717Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200089718 data=null item=TreeItem {Traces [13]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [13]} 16:29:45 [2019-07-19T20:29:45.717Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [13]} time=200089744 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [13]} 16:29:45 [2019-07-19T20:29:45.717Z] DEBUG - matched MenuItem with text "C&lear Delete", using matcher: with mnemonic 'Clear' 16:29:45 [2019-07-19T20:29:45.717Z] DEBUG - Clicking on with mnemonic 'Clear' 16:29:45 [2019-07-19T20:29:45.974Z] DEBUG - Clicked on with mnemonic 'Clear' 16:29:45 [2019-07-19T20:29:45.974Z] DEBUG - matched Shell with text "Confirm Clear", using matcher: with text 'Confirm Clear' 16:29:45 [2019-07-19T20:29:45.974Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirm Clear} time=200090004 data=null doit=true} to Shell with text {Confirm Clear} 16:29:45 [2019-07-19T20:29:45.974Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button' 16:29:45 [2019-07-19T20:29:45.974Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes' 16:29:45 [2019-07-19T20:29:45.974Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH' 16:29:45 [2019-07-19T20:29:45.974Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:29:45 [2019-07-19T20:29:45.974Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button' 16:29:45 [2019-07-19T20:29:45.974Z] DEBUG - Clicking on &Yes 16:29:45 [2019-07-19T20:29:45.974Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=200090013 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:29:45 [2019-07-19T20:29:45.974Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=200090013 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:29:45 [2019-07-19T20:29:45.974Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=200090013 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:29:45 [2019-07-19T20:29:45.974Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=200090013 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:29:45 [2019-07-19T20:29:45.975Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=200090013 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:29:45 [2019-07-19T20:29:45.975Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=200090013 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:29:45 [2019-07-19T20:29:45.975Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=200090014 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:29:50 [2019-07-19T20:29:50.152Z] DEBUG - Clicked on 16:29:50 [2019-07-19T20:29:50.716Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {C&lear Delete} time=200089795 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Clear' 16:29:50 [2019-07-19T20:29:50.973Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:29:50 [2019-07-19T20:29:50.973Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:50 [2019-07-19T20:29:50.973Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:50 [2019-07-19T20:29:50.973Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:50 [2019-07-19T20:29:50.973Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:50 [2019-07-19T20:29:50.973Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:50 [2019-07-19T20:29:50.973Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200095087 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:29:50 [2019-07-19T20:29:50.973Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200095087 data=null doit=true} to TreeItem with text {test} 16:29:50 [2019-07-19T20:29:50.973Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200095087 data=null} to TreeItem with text {test} 16:29:50 [2019-07-19T20:29:50.973Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200095088 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:29:50 [2019-07-19T20:29:50.973Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200095088 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:29:50 [2019-07-19T20:29:50.973Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200095120 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:29:50 [2019-07-19T20:29:50.973Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:50 [2019-07-19T20:29:50.973Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200095120 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:29:50 [2019-07-19T20:29:50.973Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200095121 data=null doit=true} to TreeItem with text {test} 16:29:50 [2019-07-19T20:29:50.973Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200095121 data=null} to TreeItem with text {test} 16:29:50 [2019-07-19T20:29:50.973Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200095121 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:29:50 [2019-07-19T20:29:50.973Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200095121 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:29:50 [2019-07-19T20:29:50.973Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200095138 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:29:50 [2019-07-19T20:29:50.973Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:29:50 [2019-07-19T20:29:50.973Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:50 [2019-07-19T20:29:50.973Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [13]} time=200095139 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [13]} 16:29:50 [2019-07-19T20:29:50.973Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [13]} time=200095139 data=null doit=true} to TreeItem with text {Traces [13]} 16:29:50 [2019-07-19T20:29:50.973Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [13]} time=200095139 data=null} to TreeItem with text {Traces [13]} 16:29:50 [2019-07-19T20:29:50.973Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [13]} time=200095140 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [13]} 16:29:50 [2019-07-19T20:29:50.973Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200095140 data=null item=TreeItem {Traces [13]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [13]} 16:29:50 [2019-07-19T20:29:50.973Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [13]} time=200095161 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [13]} 16:29:50 [2019-07-19T20:29:50.973Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:50 [2019-07-19T20:29:50.973Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [13]} time=200095167 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [13]} 16:29:50 [2019-07-19T20:29:50.973Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [13]} time=200095168 data=null doit=true} to TreeItem with text {Traces [13]} 16:29:50 [2019-07-19T20:29:50.973Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [13]} time=200095168 data=null} to TreeItem with text {Traces [13]} 16:29:50 [2019-07-19T20:29:50.973Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [13]} time=200095168 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [13]} 16:29:50 [2019-07-19T20:29:50.973Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200095168 data=null item=TreeItem {Traces [13]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [13]} 16:29:50 [2019-07-19T20:29:50.973Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [13]} time=200095173 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [13]} 16:29:51 [2019-07-19T20:29:51.231Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...' 16:29:51 [2019-07-19T20:29:51.231Z] DEBUG - Clicking on with mnemonic 'Import...' 16:29:51 [2019-07-19T20:29:51.231Z] DEBUG - Clicked on with mnemonic 'Import...' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=200095486 data=null doit=true} to Shell with text {Trace Import} 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with mnemonic 'Select root directory:' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with style 'SWT.RADIO' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') is already selected, not clicking again. 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo') 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - Attempting to set focus on (of type 'Combo') 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import} time=200095522 data=null} to (of type 'Combo') 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - Attempting to set focus on (of type 'Tree') 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {import} time=200095582 data=null button=0 stateMask=0x0 x=83 y=11 count=0} to TreeItem with text {import} 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=200095583 data=null doit=true} to TreeItem with text {import} 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=200095583 data=null} to TreeItem with text {import} 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=200095583 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import} 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200095583 data=null item=TreeItem {import} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {import} 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=200095584 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import} 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - Setting state to checked on: import 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:') 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection> 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {<Automatic Detection>} time=200095604 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection> 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') already selected, not selecting again. 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') already selected, not selecting again. 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH' 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - Clicking on &Finish 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=200095624 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=200095624 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=200095624 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=200095624 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=200095624 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:29:51 [2019-07-19T20:29:51.489Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=200095624 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:29:51 [2019-07-19T20:29:51.746Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:29:51 [2019-07-19T20:29:51.746Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:29:51 [2019-07-19T20:29:51.746Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:29:51 [2019-07-19T20:29:51.746Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:29:51 [2019-07-19T20:29:51.746Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:29:51 [2019-07-19T20:29:51.746Z] DEBUG - Clicked on &Finish 16:29:52 [2019-07-19T20:29:52.309Z] DEBUG - matched Shell with text "Confirmation", using matcher: with text 'Confirmation' 16:29:52 [2019-07-19T20:29:52.309Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirmation} time=200096360 data=null doit=true} to Shell with text {Confirmation} 16:29:52 [2019-07-19T20:29:52.309Z] DEBUG - matched Button with text "Rename", using matcher: of type 'Button' 16:29:52 [2019-07-19T20:29:52.309Z] DEBUG - matched Button with text "Rename All", using matcher: of type 'Button' 16:29:52 [2019-07-19T20:29:52.309Z] DEBUG - matched Button with text "Overwrite", using matcher: of type 'Button' 16:29:52 [2019-07-19T20:29:52.309Z] DEBUG - matched Button with text "Overwrite All", using matcher: of type 'Button' 16:29:52 [2019-07-19T20:29:52.309Z] DEBUG - matched Button with text "Overwrite All", using matcher: with mnemonic 'Overwrite All' 16:29:52 [2019-07-19T20:29:52.309Z] DEBUG - matched Button with text "Overwrite All", using matcher: with style 'SWT.PUSH' 16:29:52 [2019-07-19T20:29:52.309Z] DEBUG - matched Button with text "Overwrite All", using matcher: (of type 'Button' and with mnemonic 'Overwrite All' and with style 'SWT.PUSH') 16:29:52 [2019-07-19T20:29:52.309Z] DEBUG - matched Button with text "Skip All", using matcher: of type 'Button' 16:29:52 [2019-07-19T20:29:52.309Z] DEBUG - matched Button with text "Skip", using matcher: of type 'Button' 16:29:52 [2019-07-19T20:29:52.309Z] DEBUG - Clicking on Overwrite All 16:29:52 [2019-07-19T20:29:52.309Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Overwrite All} time=200096361 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Overwrite All' and with style 'SWT.PUSH') 16:29:52 [2019-07-19T20:29:52.309Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Overwrite All} time=200096361 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Overwrite All' and with style 'SWT.PUSH') 16:29:52 [2019-07-19T20:29:52.309Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Overwrite All} time=200096361 data=null doit=true} to (of type 'Button' and with mnemonic 'Overwrite All' and with style 'SWT.PUSH') 16:29:52 [2019-07-19T20:29:52.309Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Overwrite All} time=200096362 data=null} to (of type 'Button' and with mnemonic 'Overwrite All' and with style 'SWT.PUSH') 16:29:52 [2019-07-19T20:29:52.309Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Overwrite All} time=200096362 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Overwrite All' and with style 'SWT.PUSH') 16:29:52 [2019-07-19T20:29:52.309Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Overwrite All} time=200096362 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Overwrite All' and with style 'SWT.PUSH') 16:29:52 [2019-07-19T20:29:52.309Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Overwrite All} time=200096362 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Overwrite All' and with style 'SWT.PUSH') 16:29:52 [2019-07-19T20:29:52.566Z] DEBUG - Clicked on 16:29:53 [2019-07-19T20:29:53.129Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=200095624 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:29:53 [2019-07-19T20:29:53.129Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=200095261 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...' 16:29:53 [2019-07-19T20:29:53.129Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:29:53 [2019-07-19T20:29:53.129Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:53 [2019-07-19T20:29:53.129Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:53 [2019-07-19T20:29:53.129Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:53 [2019-07-19T20:29:53.129Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:53 [2019-07-19T20:29:53.129Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:53 [2019-07-19T20:29:53.129Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200097264 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:29:53 [2019-07-19T20:29:53.129Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200097264 data=null doit=true} to TreeItem with text {test} 16:29:53 [2019-07-19T20:29:53.129Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200097264 data=null} to TreeItem with text {test} 16:29:53 [2019-07-19T20:29:53.129Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200097265 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:29:53 [2019-07-19T20:29:53.129Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200097265 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:29:53 [2019-07-19T20:29:53.129Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200097339 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:29:53 [2019-07-19T20:29:53.129Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:53 [2019-07-19T20:29:53.129Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200097340 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:29:53 [2019-07-19T20:29:53.129Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200097340 data=null doit=true} to TreeItem with text {test} 16:29:53 [2019-07-19T20:29:53.129Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200097340 data=null} to TreeItem with text {test} 16:29:53 [2019-07-19T20:29:53.129Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200097340 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:29:53 [2019-07-19T20:29:53.129Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200097341 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:29:53 [2019-07-19T20:29:53.129Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200097358 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:29:53 [2019-07-19T20:29:53.129Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:29:53 [2019-07-19T20:29:53.129Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:53 [2019-07-19T20:29:53.129Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [7]} time=200097359 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [7]} 16:29:53 [2019-07-19T20:29:53.129Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [7]} time=200097359 data=null doit=true} to TreeItem with text {Traces [7]} 16:29:53 [2019-07-19T20:29:53.129Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [7]} time=200097359 data=null} to TreeItem with text {Traces [7]} 16:29:53 [2019-07-19T20:29:53.129Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [7]} time=200097359 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [7]} 16:29:53 [2019-07-19T20:29:53.129Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200097360 data=null item=TreeItem {Traces [7]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [7]} 16:29:53 [2019-07-19T20:29:53.386Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [7]} time=200097381 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [7]} 16:29:53 [2019-07-19T20:29:53.386Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [7]} time=200097432 data=null doit=true} to TreeItem with text {Traces [7]} 16:29:53 [2019-07-19T20:29:53.386Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [7]} time=200097432 data=null} to TreeItem with text {Traces [7]} 16:29:53 [2019-07-19T20:29:53.386Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [7]} time=200097433 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [7]} 16:29:53 [2019-07-19T20:29:53.386Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200097433 data=null item=TreeItem {Traces [7]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {Traces [7]} 16:29:53 [2019-07-19T20:29:53.386Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [7]} time=200097440 data=null button=1 stateMask=0x80000 x=75 y=53 count=1} to TreeItem with text {Traces [7]} 16:29:53 [2019-07-19T20:29:53.643Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:29:53 [2019-07-19T20:29:53.643Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:53 [2019-07-19T20:29:53.900Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200097917 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:29:53 [2019-07-19T20:29:53.900Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200097917 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:29:53 [2019-07-19T20:29:53.900Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200097917 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:29:53 [2019-07-19T20:29:53.900Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200097917 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:29:53 [2019-07-19T20:29:53.900Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200097918 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:29:53 [2019-07-19T20:29:53.900Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200097960 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:29:53 [2019-07-19T20:29:53.900Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:53 [2019-07-19T20:29:53.900Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:53 [2019-07-19T20:29:53.900Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:29:53 [2019-07-19T20:29:53.900Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:53 [2019-07-19T20:29:53.900Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200097964 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:29:53 [2019-07-19T20:29:53.900Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200097964 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:29:53 [2019-07-19T20:29:53.900Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200097964 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:29:53 [2019-07-19T20:29:53.900Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200097964 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:29:53 [2019-07-19T20:29:53.900Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200097964 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:29:53 [2019-07-19T20:29:53.900Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200097969 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:29:53 [2019-07-19T20:29:53.900Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomTxt.log} 16:29:53 [2019-07-19T20:29:53.900Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200097970 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:29:53 [2019-07-19T20:29:53.900Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200097970 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:29:53 [2019-07-19T20:29:53.900Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:53 [2019-07-19T20:29:53.900Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200097970 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:29:53 [2019-07-19T20:29:53.900Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200097971 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:29:53 [2019-07-19T20:29:53.900Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200097971 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:29:53 [2019-07-19T20:29:53.900Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200097976 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:29:53 [2019-07-19T20:29:53.900Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200097976 data=null button=1 stateMask=0x0 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:29:53 [2019-07-19T20:29:53.900Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200097985 data=null button=1 stateMask=0x0 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:29:53 [2019-07-19T20:29:53.900Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200097985 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:29:54 [2019-07-19T20:29:54.157Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200098083 data=null button=1 stateMask=0x80000 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:29:54 [2019-07-19T20:29:54.416Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200098437 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:29:54 [2019-07-19T20:29:54.416Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200098437 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:29:54 [2019-07-19T20:29:54.416Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200098437 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:29:54 [2019-07-19T20:29:54.416Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomTxt.log} 16:29:54 [2019-07-19T20:29:54.416Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:29:55 [2019-07-19T20:29:55.353Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:29:55 [2019-07-19T20:29:55.353Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:29:55 [2019-07-19T20:29:55.353Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:29:55 [2019-07-19T20:29:55.353Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:29:55 [2019-07-19T20:29:55.353Z] DEBUG - Attempting to set focus on Table with text {} 16:29:55 [2019-07-19T20:29:55.353Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200099450 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:29:55 [2019-07-19T20:29:55.353Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200099455 data=null doit=true} to TableItem with text {} 16:29:55 [2019-07-19T20:29:55.353Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200099456 data=null} to TableItem with text {} 16:29:55 [2019-07-19T20:29:55.353Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200099456 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:29:55 [2019-07-19T20:29:55.353Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200099457 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:29:55 [2019-07-19T20:29:55.353Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200099488 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:29:55 [2019-07-19T20:29:55.353Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:29:55 [2019-07-19T20:29:55.353Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:29:55 [2019-07-19T20:29:55.353Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:29:55 [2019-07-19T20:29:55.353Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:55 [2019-07-19T20:29:55.610Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200099655 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:29:55 [2019-07-19T20:29:55.610Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200099656 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:29:55 [2019-07-19T20:29:55.610Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200099656 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:29:55 [2019-07-19T20:29:55.610Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200099656 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:29:55 [2019-07-19T20:29:55.610Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200099656 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:29:55 [2019-07-19T20:29:55.610Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200099664 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:29:55 [2019-07-19T20:29:55.610Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:55 [2019-07-19T20:29:55.610Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:55 [2019-07-19T20:29:55.610Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:29:55 [2019-07-19T20:29:55.610Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:29:55 [2019-07-19T20:29:55.610Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:55 [2019-07-19T20:29:55.610Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:55 [2019-07-19T20:29:55.610Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:55 [2019-07-19T20:29:55.610Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:55 [2019-07-19T20:29:55.610Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:55 [2019-07-19T20:29:55.610Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200099677 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:29:55 [2019-07-19T20:29:55.610Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200099677 data=null doit=true} to TreeItem with text {test} 16:29:55 [2019-07-19T20:29:55.610Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200099677 data=null} to TreeItem with text {test} 16:29:55 [2019-07-19T20:29:55.610Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200099677 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:29:55 [2019-07-19T20:29:55.610Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200099677 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:29:55 [2019-07-19T20:29:55.610Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200099717 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:29:55 [2019-07-19T20:29:55.610Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:55 [2019-07-19T20:29:55.610Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200099718 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:29:55 [2019-07-19T20:29:55.610Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200099718 data=null doit=true} to TreeItem with text {test} 16:29:55 [2019-07-19T20:29:55.610Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200099719 data=null} to TreeItem with text {test} 16:29:55 [2019-07-19T20:29:55.610Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200099719 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:29:55 [2019-07-19T20:29:55.610Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200099719 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:29:55 [2019-07-19T20:29:55.610Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200099729 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:29:55 [2019-07-19T20:29:55.610Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:29:55 [2019-07-19T20:29:55.610Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:55 [2019-07-19T20:29:55.610Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [7]} time=200099730 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [7]} 16:29:55 [2019-07-19T20:29:55.610Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [7]} time=200099730 data=null doit=true} to TreeItem with text {Traces [7]} 16:29:55 [2019-07-19T20:29:55.610Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [7]} time=200099730 data=null} to TreeItem with text {Traces [7]} 16:29:55 [2019-07-19T20:29:55.610Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [7]} time=200099731 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [7]} 16:29:55 [2019-07-19T20:29:55.610Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200099731 data=null item=TreeItem {Traces [7]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [7]} 16:29:55 [2019-07-19T20:29:55.610Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [7]} time=200099741 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [7]} 16:29:55 [2019-07-19T20:29:55.610Z] WARN - Tree item TreeItem with text {Traces [7]} is already expanded. Won't expand it again. 16:29:56 [2019-07-19T20:29:56.175Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:29:56 [2019-07-19T20:29:56.175Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:56 [2019-07-19T20:29:56.175Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200100228 data=null button=0 stateMask=0x0 x=156 y=95 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:29:56 [2019-07-19T20:29:56.175Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200100228 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:29:56 [2019-07-19T20:29:56.175Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200100229 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:29:56 [2019-07-19T20:29:56.175Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200100229 data=null button=1 stateMask=0x0 x=156 y=95 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:29:56 [2019-07-19T20:29:56.175Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200100229 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:29:56 [2019-07-19T20:29:56.175Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200100268 data=null button=1 stateMask=0x80000 x=156 y=95 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:29:56 [2019-07-19T20:29:56.175Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:56 [2019-07-19T20:29:56.175Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:56 [2019-07-19T20:29:56.175Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:29:56 [2019-07-19T20:29:56.175Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:56 [2019-07-19T20:29:56.175Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200100271 data=null button=0 stateMask=0x0 x=156 y=95 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:29:56 [2019-07-19T20:29:56.175Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200100271 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:29:56 [2019-07-19T20:29:56.175Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200100271 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:29:56 [2019-07-19T20:29:56.175Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200100272 data=null button=1 stateMask=0x0 x=156 y=95 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:29:56 [2019-07-19T20:29:56.175Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200100272 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:29:56 [2019-07-19T20:29:56.175Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200100277 data=null button=1 stateMask=0x80000 x=156 y=95 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:29:56 [2019-07-19T20:29:56.175Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomXml.xml} 16:29:56 [2019-07-19T20:29:56.175Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200100278 data=null button=0 stateMask=0x0 x=156 y=95 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:29:56 [2019-07-19T20:29:56.175Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200100278 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:29:56 [2019-07-19T20:29:56.175Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:56 [2019-07-19T20:29:56.175Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200100278 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:29:56 [2019-07-19T20:29:56.175Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200100279 data=null button=1 stateMask=0x0 x=156 y=95 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:29:56 [2019-07-19T20:29:56.175Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200100279 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:29:56 [2019-07-19T20:29:56.175Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200100289 data=null button=1 stateMask=0x80000 x=156 y=95 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:29:56 [2019-07-19T20:29:56.175Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200100290 data=null button=1 stateMask=0x0 x=156 y=95 count=2} to TreeItem with text {ExampleCustomXml.xml} 16:29:56 [2019-07-19T20:29:56.175Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200100290 data=null button=1 stateMask=0x0 x=156 y=95 count=2} to TreeItem with text {ExampleCustomXml.xml} 16:29:56 [2019-07-19T20:29:56.432Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200100291 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:29:56 [2019-07-19T20:29:56.689Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200100542 data=null button=1 stateMask=0x80000 x=156 y=95 count=2} to TreeItem with text {ExampleCustomXml.xml} 16:29:56 [2019-07-19T20:29:56.689Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200100837 data=null button=0 stateMask=0x0 x=156 y=95 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:29:56 [2019-07-19T20:29:56.689Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200100837 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:29:56 [2019-07-19T20:29:56.689Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200100837 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:29:56 [2019-07-19T20:29:56.689Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomXml.xml} 16:29:56 [2019-07-19T20:29:56.689Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:29:56 [2019-07-19T20:29:56.689Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:29:57 [2019-07-19T20:29:57.619Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:29:57 [2019-07-19T20:29:57.619Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:29:57 [2019-07-19T20:29:57.619Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:29:57 [2019-07-19T20:29:57.619Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:29:57 [2019-07-19T20:29:57.619Z] DEBUG - Attempting to set focus on Table with text {} 16:29:57 [2019-07-19T20:29:57.619Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200101841 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:29:57 [2019-07-19T20:29:57.619Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200101841 data=null doit=true} to TableItem with text {} 16:29:57 [2019-07-19T20:29:57.619Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200101841 data=null} to TableItem with text {} 16:29:57 [2019-07-19T20:29:57.619Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200101842 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:29:57 [2019-07-19T20:29:57.619Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200101842 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:29:57 [2019-07-19T20:29:57.619Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200101861 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:29:57 [2019-07-19T20:29:57.619Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:29:57 [2019-07-19T20:29:57.619Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:29:57 [2019-07-19T20:29:57.876Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:29:57 [2019-07-19T20:29:57.876Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:57 [2019-07-19T20:29:57.876Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200102069 data=null button=0 stateMask=0x0 x=156 y=95 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:29:57 [2019-07-19T20:29:57.876Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200102070 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:29:57 [2019-07-19T20:29:57.876Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200102070 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:29:57 [2019-07-19T20:29:57.876Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200102076 data=null button=1 stateMask=0x0 x=156 y=95 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:29:57 [2019-07-19T20:29:57.876Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200102076 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:29:58 [2019-07-19T20:29:58.133Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200102141 data=null button=1 stateMask=0x80000 x=156 y=95 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:29:58 [2019-07-19T20:29:58.133Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:58 [2019-07-19T20:29:58.133Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:58 [2019-07-19T20:29:58.133Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:29:58 [2019-07-19T20:29:58.133Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:29:58 [2019-07-19T20:29:58.133Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:58 [2019-07-19T20:29:58.133Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:58 [2019-07-19T20:29:58.133Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:58 [2019-07-19T20:29:58.133Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:58 [2019-07-19T20:29:58.133Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:58 [2019-07-19T20:29:58.133Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200102148 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:29:58 [2019-07-19T20:29:58.133Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200102148 data=null doit=true} to TreeItem with text {test} 16:29:58 [2019-07-19T20:29:58.133Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200102148 data=null} to TreeItem with text {test} 16:29:58 [2019-07-19T20:29:58.133Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200102149 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:29:58 [2019-07-19T20:29:58.133Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200102149 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:29:58 [2019-07-19T20:29:58.133Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200102234 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:29:58 [2019-07-19T20:29:58.133Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:58 [2019-07-19T20:29:58.133Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200102236 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:29:58 [2019-07-19T20:29:58.133Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200102236 data=null doit=true} to TreeItem with text {test} 16:29:58 [2019-07-19T20:29:58.133Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200102236 data=null} to TreeItem with text {test} 16:29:58 [2019-07-19T20:29:58.133Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200102236 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:29:58 [2019-07-19T20:29:58.133Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200102236 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:29:58 [2019-07-19T20:29:58.133Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200102243 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:29:58 [2019-07-19T20:29:58.133Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:29:58 [2019-07-19T20:29:58.133Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:58 [2019-07-19T20:29:58.133Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [7]} time=200102244 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [7]} 16:29:58 [2019-07-19T20:29:58.133Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [7]} time=200102245 data=null doit=true} to TreeItem with text {Traces [7]} 16:29:58 [2019-07-19T20:29:58.133Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [7]} time=200102245 data=null} to TreeItem with text {Traces [7]} 16:29:58 [2019-07-19T20:29:58.133Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [7]} time=200102245 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [7]} 16:29:58 [2019-07-19T20:29:58.133Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200102245 data=null item=TreeItem {Traces [7]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [7]} 16:29:58 [2019-07-19T20:29:58.133Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [7]} time=200102266 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [7]} 16:29:58 [2019-07-19T20:29:58.133Z] WARN - Tree item TreeItem with text {Traces [7]} is already expanded. Won't expand it again. 16:29:58 [2019-07-19T20:29:58.392Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:29:58 [2019-07-19T20:29:58.392Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:58 [2019-07-19T20:29:58.392Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200102632 data=null button=0 stateMask=0x0 x=148 y=116 count=0} to TreeItem with text {kernel-overlap-testing} 16:29:58 [2019-07-19T20:29:58.392Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200102632 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:29:58 [2019-07-19T20:29:58.392Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200102632 data=null} to TreeItem with text {kernel-overlap-testing} 16:29:58 [2019-07-19T20:29:58.392Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200102633 data=null button=1 stateMask=0x0 x=148 y=116 count=1} to TreeItem with text {kernel-overlap-testing} 16:29:58 [2019-07-19T20:29:58.392Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200102633 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:29:58 [2019-07-19T20:29:58.649Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200102676 data=null button=1 stateMask=0x80000 x=148 y=116 count=1} to TreeItem with text {kernel-overlap-testing} 16:29:58 [2019-07-19T20:29:58.649Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:29:58 [2019-07-19T20:29:58.649Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:29:58 [2019-07-19T20:29:58.649Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:29:58 [2019-07-19T20:29:58.649Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:58 [2019-07-19T20:29:58.649Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200102729 data=null button=0 stateMask=0x0 x=148 y=116 count=0} to TreeItem with text {kernel-overlap-testing} 16:29:58 [2019-07-19T20:29:58.649Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200102729 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:29:58 [2019-07-19T20:29:58.649Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200102729 data=null} to TreeItem with text {kernel-overlap-testing} 16:29:58 [2019-07-19T20:29:58.649Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200102729 data=null button=1 stateMask=0x0 x=148 y=116 count=1} to TreeItem with text {kernel-overlap-testing} 16:29:58 [2019-07-19T20:29:58.649Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200102730 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:29:58 [2019-07-19T20:29:58.649Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200102735 data=null button=1 stateMask=0x80000 x=148 y=116 count=1} to TreeItem with text {kernel-overlap-testing} 16:29:58 [2019-07-19T20:29:58.649Z] DEBUG - Double-clicking on TreeItem with text {kernel-overlap-testing} 16:29:58 [2019-07-19T20:29:58.649Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200102736 data=null button=0 stateMask=0x0 x=148 y=116 count=0} to TreeItem with text {kernel-overlap-testing} 16:29:58 [2019-07-19T20:29:58.649Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200102736 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:29:58 [2019-07-19T20:29:58.649Z] DEBUG - Attempting to set focus on Tree with text {} 16:29:58 [2019-07-19T20:29:58.649Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200102737 data=null} to TreeItem with text {kernel-overlap-testing} 16:29:58 [2019-07-19T20:29:58.649Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200102737 data=null button=1 stateMask=0x0 x=148 y=116 count=1} to TreeItem with text {kernel-overlap-testing} 16:29:58 [2019-07-19T20:29:58.649Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200102737 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:29:58 [2019-07-19T20:29:58.649Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200102742 data=null button=1 stateMask=0x80000 x=148 y=116 count=1} to TreeItem with text {kernel-overlap-testing} 16:29:58 [2019-07-19T20:29:58.649Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200102742 data=null button=1 stateMask=0x0 x=148 y=116 count=2} to TreeItem with text {kernel-overlap-testing} 16:29:58 [2019-07-19T20:29:58.649Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {kernel-overlap-testing} time=200102752 data=null button=1 stateMask=0x0 x=148 y=116 count=2} to TreeItem with text {kernel-overlap-testing} 16:29:58 [2019-07-19T20:29:58.649Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200102752 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:29:59 [2019-07-19T20:29:59.580Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200102884 data=null button=1 stateMask=0x80000 x=148 y=116 count=2} to TreeItem with text {kernel-overlap-testing} 16:29:59 [2019-07-19T20:29:59.580Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {kernel-overlap-testing} time=200103518 data=null button=0 stateMask=0x0 x=148 y=116 count=0} to TreeItem with text {kernel-overlap-testing} 16:29:59 [2019-07-19T20:29:59.580Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {kernel-overlap-testing} time=200103601 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:29:59 [2019-07-19T20:29:59.580Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {kernel-overlap-testing} time=200103601 data=null} to TreeItem with text {kernel-overlap-testing} 16:29:59 [2019-07-19T20:29:59.580Z] DEBUG - Double-clicked on TreeItem with text {kernel-overlap-testing} 16:29:59 [2019-07-19T20:29:59.580Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:29:59 [2019-07-19T20:29:59.580Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:29:59 [2019-07-19T20:29:59.580Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:29:59 [2019-07-19T20:29:59.580Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:29:59 [2019-07-19T20:29:59.580Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:29:59 [2019-07-19T20:29:59.580Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:29:59 [2019-07-19T20:29:59.580Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:29:59 [2019-07-19T20:29:59.580Z] DEBUG - Attempting to set focus on Table with text {} 16:29:59 [2019-07-19T20:29:59.580Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200103606 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:29:59 [2019-07-19T20:29:59.580Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200103606 data=null doit=true} to TableItem with text {} 16:29:59 [2019-07-19T20:29:59.580Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200103606 data=null} to TableItem with text {} 16:29:59 [2019-07-19T20:29:59.580Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200103607 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:29:59 [2019-07-19T20:29:59.580Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200103607 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:29:59 [2019-07-19T20:29:59.580Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200103641 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:29:59 [2019-07-19T20:29:59.580Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:29:59 [2019-07-19T20:29:59.580Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:30:00 [2019-07-19T20:30:00.949Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:30:00 [2019-07-19T20:30:00.949Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:00 [2019-07-19T20:30:00.949Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200105063 data=null button=0 stateMask=0x0 x=148 y=116 count=0} to TreeItem with text {kernel-overlap-testing} 16:30:00 [2019-07-19T20:30:00.949Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200105063 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:30:00 [2019-07-19T20:30:00.949Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200105063 data=null} to TreeItem with text {kernel-overlap-testing} 16:30:00 [2019-07-19T20:30:00.949Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200105064 data=null button=1 stateMask=0x0 x=148 y=116 count=1} to TreeItem with text {kernel-overlap-testing} 16:30:00 [2019-07-19T20:30:00.949Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200105064 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:30:00 [2019-07-19T20:30:00.949Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200105070 data=null button=1 stateMask=0x80000 x=148 y=116 count=1} to TreeItem with text {kernel-overlap-testing} 16:30:00 [2019-07-19T20:30:00.949Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:00 [2019-07-19T20:30:00.949Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:00 [2019-07-19T20:30:00.949Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:30:00 [2019-07-19T20:30:00.949Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:30:00 [2019-07-19T20:30:00.949Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:00 [2019-07-19T20:30:00.949Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:00 [2019-07-19T20:30:00.949Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:00 [2019-07-19T20:30:00.949Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:00 [2019-07-19T20:30:00.949Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:00 [2019-07-19T20:30:00.949Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200105081 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:30:00 [2019-07-19T20:30:00.949Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200105081 data=null doit=true} to TreeItem with text {test} 16:30:00 [2019-07-19T20:30:00.949Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200105081 data=null} to TreeItem with text {test} 16:30:00 [2019-07-19T20:30:00.949Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200105082 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:30:00 [2019-07-19T20:30:00.949Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200105082 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:30:00 [2019-07-19T20:30:00.949Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200105135 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:30:00 [2019-07-19T20:30:00.949Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:00 [2019-07-19T20:30:00.949Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200105137 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:30:00 [2019-07-19T20:30:00.949Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200105137 data=null doit=true} to TreeItem with text {test} 16:30:00 [2019-07-19T20:30:00.949Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200105137 data=null} to TreeItem with text {test} 16:30:00 [2019-07-19T20:30:00.949Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200105137 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:30:00 [2019-07-19T20:30:00.949Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200105137 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:30:00 [2019-07-19T20:30:00.949Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200105145 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:30:00 [2019-07-19T20:30:00.949Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:30:00 [2019-07-19T20:30:00.949Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:00 [2019-07-19T20:30:00.949Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [7]} time=200105147 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [7]} 16:30:00 [2019-07-19T20:30:00.949Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [7]} time=200105147 data=null doit=true} to TreeItem with text {Traces [7]} 16:30:00 [2019-07-19T20:30:00.949Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [7]} time=200105147 data=null} to TreeItem with text {Traces [7]} 16:30:00 [2019-07-19T20:30:00.949Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [7]} time=200105147 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [7]} 16:30:00 [2019-07-19T20:30:00.949Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200105147 data=null item=TreeItem {Traces [7]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [7]} 16:30:00 [2019-07-19T20:30:00.949Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [7]} time=200105170 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [7]} 16:30:00 [2019-07-19T20:30:00.949Z] WARN - Tree item TreeItem with text {Traces [7]} is already expanded. Won't expand it again. 16:30:01 [2019-07-19T20:30:01.514Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:30:01 [2019-07-19T20:30:01.514Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:01 [2019-07-19T20:30:01.514Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=200105648 data=null button=0 stateMask=0x0 x=150 y=137 count=0} to TreeItem with text {simple_server-thread1} 16:30:01 [2019-07-19T20:30:01.514Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=200105649 data=null doit=true} to TreeItem with text {simple_server-thread1} 16:30:01 [2019-07-19T20:30:01.514Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=200105649 data=null} to TreeItem with text {simple_server-thread1} 16:30:01 [2019-07-19T20:30:01.514Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=200105649 data=null button=1 stateMask=0x0 x=150 y=137 count=1} to TreeItem with text {simple_server-thread1} 16:30:01 [2019-07-19T20:30:01.514Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200105649 data=null item=TreeItem {simple_server-thread1} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread1} 16:30:01 [2019-07-19T20:30:01.514Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=200105688 data=null button=1 stateMask=0x80000 x=150 y=137 count=1} to TreeItem with text {simple_server-thread1} 16:30:01 [2019-07-19T20:30:01.514Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:01 [2019-07-19T20:30:01.514Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:01 [2019-07-19T20:30:01.514Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:30:01 [2019-07-19T20:30:01.514Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:01 [2019-07-19T20:30:01.514Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=200105691 data=null button=0 stateMask=0x0 x=150 y=137 count=0} to TreeItem with text {simple_server-thread1} 16:30:01 [2019-07-19T20:30:01.514Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=200105692 data=null doit=true} to TreeItem with text {simple_server-thread1} 16:30:01 [2019-07-19T20:30:01.514Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=200105692 data=null} to TreeItem with text {simple_server-thread1} 16:30:01 [2019-07-19T20:30:01.514Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=200105692 data=null button=1 stateMask=0x0 x=150 y=137 count=1} to TreeItem with text {simple_server-thread1} 16:30:01 [2019-07-19T20:30:01.514Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200105692 data=null item=TreeItem {simple_server-thread1} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread1} 16:30:01 [2019-07-19T20:30:01.514Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=200105697 data=null button=1 stateMask=0x80000 x=150 y=137 count=1} to TreeItem with text {simple_server-thread1} 16:30:01 [2019-07-19T20:30:01.514Z] DEBUG - Double-clicking on TreeItem with text {simple_server-thread1} 16:30:01 [2019-07-19T20:30:01.514Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=200105698 data=null button=0 stateMask=0x0 x=150 y=137 count=0} to TreeItem with text {simple_server-thread1} 16:30:01 [2019-07-19T20:30:01.514Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=200105698 data=null doit=true} to TreeItem with text {simple_server-thread1} 16:30:01 [2019-07-19T20:30:01.514Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:01 [2019-07-19T20:30:01.514Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=200105698 data=null} to TreeItem with text {simple_server-thread1} 16:30:01 [2019-07-19T20:30:01.514Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=200105699 data=null button=1 stateMask=0x0 x=150 y=137 count=1} to TreeItem with text {simple_server-thread1} 16:30:01 [2019-07-19T20:30:01.514Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200105699 data=null item=TreeItem {simple_server-thread1} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread1} 16:30:01 [2019-07-19T20:30:01.514Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=200105703 data=null button=1 stateMask=0x80000 x=150 y=137 count=1} to TreeItem with text {simple_server-thread1} 16:30:01 [2019-07-19T20:30:01.514Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=200105703 data=null button=1 stateMask=0x0 x=150 y=137 count=2} to TreeItem with text {simple_server-thread1} 16:30:01 [2019-07-19T20:30:01.514Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {simple_server-thread1} time=200105704 data=null button=1 stateMask=0x0 x=150 y=137 count=2} to TreeItem with text {simple_server-thread1} 16:30:01 [2019-07-19T20:30:01.771Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200105704 data=null item=TreeItem {simple_server-thread1} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread1} 16:30:02 [2019-07-19T20:30:02.338Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=200105786 data=null button=1 stateMask=0x80000 x=150 y=137 count=2} to TreeItem with text {simple_server-thread1} 16:30:02 [2019-07-19T20:30:02.338Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {simple_server-thread1} time=200106482 data=null button=0 stateMask=0x0 x=150 y=137 count=0} to TreeItem with text {simple_server-thread1} 16:30:02 [2019-07-19T20:30:02.338Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {simple_server-thread1} time=200106537 data=null doit=true} to TreeItem with text {simple_server-thread1} 16:30:02 [2019-07-19T20:30:02.338Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {simple_server-thread1} time=200106537 data=null} to TreeItem with text {simple_server-thread1} 16:30:02 [2019-07-19T20:30:02.338Z] DEBUG - Double-clicked on TreeItem with text {simple_server-thread1} 16:30:02 [2019-07-19T20:30:02.338Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:30:02 [2019-07-19T20:30:02.338Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:30:02 [2019-07-19T20:30:02.338Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:30:02 [2019-07-19T20:30:02.338Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:30:02 [2019-07-19T20:30:02.338Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:30:02 [2019-07-19T20:30:02.338Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:30:02 [2019-07-19T20:30:02.338Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:30:02 [2019-07-19T20:30:02.338Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:30:02 [2019-07-19T20:30:02.338Z] DEBUG - Attempting to set focus on Table with text {} 16:30:02 [2019-07-19T20:30:02.338Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200106541 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:30:02 [2019-07-19T20:30:02.338Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200106541 data=null doit=true} to TableItem with text {} 16:30:02 [2019-07-19T20:30:02.338Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200106542 data=null} to TableItem with text {} 16:30:02 [2019-07-19T20:30:02.338Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200106542 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:30:02 [2019-07-19T20:30:02.338Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200106542 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:30:02 [2019-07-19T20:30:02.338Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200106548 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:30:02 [2019-07-19T20:30:02.338Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:30:02 [2019-07-19T20:30:02.338Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:30:03 [2019-07-19T20:30:03.270Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:30:03 [2019-07-19T20:30:03.270Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:03 [2019-07-19T20:30:03.270Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=200107451 data=null button=0 stateMask=0x0 x=150 y=137 count=0} to TreeItem with text {simple_server-thread1} 16:30:03 [2019-07-19T20:30:03.270Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=200107451 data=null doit=true} to TreeItem with text {simple_server-thread1} 16:30:03 [2019-07-19T20:30:03.270Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=200107451 data=null} to TreeItem with text {simple_server-thread1} 16:30:03 [2019-07-19T20:30:03.270Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=200107452 data=null button=1 stateMask=0x0 x=150 y=137 count=1} to TreeItem with text {simple_server-thread1} 16:30:03 [2019-07-19T20:30:03.270Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200107452 data=null item=TreeItem {simple_server-thread1} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread1} 16:30:03 [2019-07-19T20:30:03.270Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=200107457 data=null button=1 stateMask=0x80000 x=150 y=137 count=1} to TreeItem with text {simple_server-thread1} 16:30:03 [2019-07-19T20:30:03.270Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:03 [2019-07-19T20:30:03.270Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:03 [2019-07-19T20:30:03.270Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:30:03 [2019-07-19T20:30:03.270Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:30:03 [2019-07-19T20:30:03.270Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:03 [2019-07-19T20:30:03.270Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:03 [2019-07-19T20:30:03.270Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:03 [2019-07-19T20:30:03.270Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:03 [2019-07-19T20:30:03.270Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:03 [2019-07-19T20:30:03.270Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200107463 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:30:03 [2019-07-19T20:30:03.270Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200107464 data=null doit=true} to TreeItem with text {test} 16:30:03 [2019-07-19T20:30:03.270Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200107464 data=null} to TreeItem with text {test} 16:30:03 [2019-07-19T20:30:03.270Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200107464 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:30:03 [2019-07-19T20:30:03.270Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200107464 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:30:03 [2019-07-19T20:30:03.270Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200107498 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:30:03 [2019-07-19T20:30:03.270Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:03 [2019-07-19T20:30:03.270Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200107499 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:30:03 [2019-07-19T20:30:03.270Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200107499 data=null doit=true} to TreeItem with text {test} 16:30:03 [2019-07-19T20:30:03.270Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200107499 data=null} to TreeItem with text {test} 16:30:03 [2019-07-19T20:30:03.528Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200107500 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:30:03 [2019-07-19T20:30:03.528Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200107544 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:30:03 [2019-07-19T20:30:03.528Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200107557 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:30:03 [2019-07-19T20:30:03.528Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:30:03 [2019-07-19T20:30:03.528Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:03 [2019-07-19T20:30:03.528Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [7]} time=200107558 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [7]} 16:30:03 [2019-07-19T20:30:03.528Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [7]} time=200107558 data=null doit=true} to TreeItem with text {Traces [7]} 16:30:03 [2019-07-19T20:30:03.528Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [7]} time=200107559 data=null} to TreeItem with text {Traces [7]} 16:30:03 [2019-07-19T20:30:03.528Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [7]} time=200107559 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [7]} 16:30:03 [2019-07-19T20:30:03.528Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200107559 data=null item=TreeItem {Traces [7]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [7]} 16:30:03 [2019-07-19T20:30:03.528Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [7]} time=200107578 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [7]} 16:30:03 [2019-07-19T20:30:03.528Z] WARN - Tree item TreeItem with text {Traces [7]} is already expanded. Won't expand it again. 16:30:03 [2019-07-19T20:30:03.528Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:30:03 [2019-07-19T20:30:03.528Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:03 [2019-07-19T20:30:03.528Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=200107777 data=null button=0 stateMask=0x0 x=150 y=158 count=0} to TreeItem with text {simple_server-thread2} 16:30:03 [2019-07-19T20:30:03.528Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=200107777 data=null doit=true} to TreeItem with text {simple_server-thread2} 16:30:03 [2019-07-19T20:30:03.528Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=200107777 data=null} to TreeItem with text {simple_server-thread2} 16:30:03 [2019-07-19T20:30:03.528Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=200107778 data=null button=1 stateMask=0x0 x=150 y=158 count=1} to TreeItem with text {simple_server-thread2} 16:30:03 [2019-07-19T20:30:03.786Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200107778 data=null item=TreeItem {simple_server-thread2} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread2} 16:30:03 [2019-07-19T20:30:03.786Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=200107862 data=null button=1 stateMask=0x80000 x=150 y=158 count=1} to TreeItem with text {simple_server-thread2} 16:30:03 [2019-07-19T20:30:03.786Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:03 [2019-07-19T20:30:03.786Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:03 [2019-07-19T20:30:03.786Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:30:03 [2019-07-19T20:30:03.786Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:03 [2019-07-19T20:30:03.786Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=200107865 data=null button=0 stateMask=0x0 x=150 y=158 count=0} to TreeItem with text {simple_server-thread2} 16:30:03 [2019-07-19T20:30:03.786Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=200107865 data=null doit=true} to TreeItem with text {simple_server-thread2} 16:30:03 [2019-07-19T20:30:03.786Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=200107865 data=null} to TreeItem with text {simple_server-thread2} 16:30:03 [2019-07-19T20:30:03.786Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=200107865 data=null button=1 stateMask=0x0 x=150 y=158 count=1} to TreeItem with text {simple_server-thread2} 16:30:03 [2019-07-19T20:30:03.786Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200107866 data=null item=TreeItem {simple_server-thread2} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread2} 16:30:03 [2019-07-19T20:30:03.786Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=200107871 data=null button=1 stateMask=0x80000 x=150 y=158 count=1} to TreeItem with text {simple_server-thread2} 16:30:03 [2019-07-19T20:30:03.786Z] DEBUG - Double-clicking on TreeItem with text {simple_server-thread2} 16:30:03 [2019-07-19T20:30:03.786Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=200107872 data=null button=0 stateMask=0x0 x=150 y=158 count=0} to TreeItem with text {simple_server-thread2} 16:30:03 [2019-07-19T20:30:03.786Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=200107872 data=null doit=true} to TreeItem with text {simple_server-thread2} 16:30:03 [2019-07-19T20:30:03.786Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:03 [2019-07-19T20:30:03.786Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=200107872 data=null} to TreeItem with text {simple_server-thread2} 16:30:03 [2019-07-19T20:30:03.786Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=200107872 data=null button=1 stateMask=0x0 x=150 y=158 count=1} to TreeItem with text {simple_server-thread2} 16:30:03 [2019-07-19T20:30:03.786Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200107873 data=null item=TreeItem {simple_server-thread2} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread2} 16:30:03 [2019-07-19T20:30:03.786Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=200107877 data=null button=1 stateMask=0x80000 x=150 y=158 count=1} to TreeItem with text {simple_server-thread2} 16:30:03 [2019-07-19T20:30:03.786Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=200107878 data=null button=1 stateMask=0x0 x=150 y=158 count=2} to TreeItem with text {simple_server-thread2} 16:30:03 [2019-07-19T20:30:03.786Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {simple_server-thread2} time=200107878 data=null button=1 stateMask=0x0 x=150 y=158 count=2} to TreeItem with text {simple_server-thread2} 16:30:04 [2019-07-19T20:30:04.043Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200107878 data=null item=TreeItem {simple_server-thread2} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread2} 16:30:04 [2019-07-19T20:30:04.301Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=200108045 data=null button=1 stateMask=0x80000 x=150 y=158 count=2} to TreeItem with text {simple_server-thread2} 16:30:04 [2019-07-19T20:30:04.558Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {simple_server-thread2} time=200108526 data=null button=0 stateMask=0x0 x=150 y=158 count=0} to TreeItem with text {simple_server-thread2} 16:30:04 [2019-07-19T20:30:04.558Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {simple_server-thread2} time=200108581 data=null doit=true} to TreeItem with text {simple_server-thread2} 16:30:04 [2019-07-19T20:30:04.558Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {simple_server-thread2} time=200108582 data=null} to TreeItem with text {simple_server-thread2} 16:30:04 [2019-07-19T20:30:04.558Z] DEBUG - Double-clicked on TreeItem with text {simple_server-thread2} 16:30:04 [2019-07-19T20:30:04.558Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:30:04 [2019-07-19T20:30:04.558Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:30:04 [2019-07-19T20:30:04.558Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:30:04 [2019-07-19T20:30:04.558Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:30:04 [2019-07-19T20:30:04.558Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:30:04 [2019-07-19T20:30:04.558Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:30:04 [2019-07-19T20:30:04.558Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:30:04 [2019-07-19T20:30:04.558Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:30:04 [2019-07-19T20:30:04.558Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:30:04 [2019-07-19T20:30:04.558Z] DEBUG - Attempting to set focus on Table with text {} 16:30:04 [2019-07-19T20:30:04.558Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200108630 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:30:04 [2019-07-19T20:30:04.558Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200108630 data=null doit=true} to TableItem with text {} 16:30:04 [2019-07-19T20:30:04.558Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200108630 data=null} to TableItem with text {} 16:30:04 [2019-07-19T20:30:04.558Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200108631 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:30:04 [2019-07-19T20:30:04.558Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200108631 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:30:04 [2019-07-19T20:30:04.558Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200108637 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:30:04 [2019-07-19T20:30:04.558Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:30:04 [2019-07-19T20:30:04.558Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:30:05 [2019-07-19T20:30:05.490Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:30:05 [2019-07-19T20:30:05.490Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:05 [2019-07-19T20:30:05.490Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=200109646 data=null button=0 stateMask=0x0 x=150 y=158 count=0} to TreeItem with text {simple_server-thread2} 16:30:05 [2019-07-19T20:30:05.490Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=200109646 data=null doit=true} to TreeItem with text {simple_server-thread2} 16:30:05 [2019-07-19T20:30:05.490Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=200109647 data=null} to TreeItem with text {simple_server-thread2} 16:30:05 [2019-07-19T20:30:05.490Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=200109647 data=null button=1 stateMask=0x0 x=150 y=158 count=1} to TreeItem with text {simple_server-thread2} 16:30:05 [2019-07-19T20:30:05.490Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200109647 data=null item=TreeItem {simple_server-thread2} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread2} 16:30:05 [2019-07-19T20:30:05.490Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=200109653 data=null button=1 stateMask=0x80000 x=150 y=158 count=1} to TreeItem with text {simple_server-thread2} 16:30:05 [2019-07-19T20:30:05.490Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:05 [2019-07-19T20:30:05.490Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:05 [2019-07-19T20:30:05.490Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:30:05 [2019-07-19T20:30:05.490Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:30:05 [2019-07-19T20:30:05.490Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:05 [2019-07-19T20:30:05.490Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:05 [2019-07-19T20:30:05.490Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:05 [2019-07-19T20:30:05.490Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:05 [2019-07-19T20:30:05.490Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:05 [2019-07-19T20:30:05.490Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200109668 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:30:05 [2019-07-19T20:30:05.490Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200109668 data=null doit=true} to TreeItem with text {test} 16:30:05 [2019-07-19T20:30:05.490Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200109668 data=null} to TreeItem with text {test} 16:30:05 [2019-07-19T20:30:05.490Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200109668 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:30:05 [2019-07-19T20:30:05.490Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200109668 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:30:05 [2019-07-19T20:30:05.747Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200109754 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:30:05 [2019-07-19T20:30:05.747Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:05 [2019-07-19T20:30:05.747Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200109755 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:30:05 [2019-07-19T20:30:05.747Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200109755 data=null doit=true} to TreeItem with text {test} 16:30:05 [2019-07-19T20:30:05.747Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200109755 data=null} to TreeItem with text {test} 16:30:05 [2019-07-19T20:30:05.747Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200109755 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:30:05 [2019-07-19T20:30:05.747Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200109756 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:30:05 [2019-07-19T20:30:05.747Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200109763 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:30:05 [2019-07-19T20:30:05.747Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:30:05 [2019-07-19T20:30:05.747Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:05 [2019-07-19T20:30:05.747Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [7]} time=200109764 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [7]} 16:30:05 [2019-07-19T20:30:05.747Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [7]} time=200109764 data=null doit=true} to TreeItem with text {Traces [7]} 16:30:05 [2019-07-19T20:30:05.747Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [7]} time=200109764 data=null} to TreeItem with text {Traces [7]} 16:30:05 [2019-07-19T20:30:05.747Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [7]} time=200109764 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [7]} 16:30:05 [2019-07-19T20:30:05.747Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200109765 data=null item=TreeItem {Traces [7]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [7]} 16:30:05 [2019-07-19T20:30:05.747Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [7]} time=200109786 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [7]} 16:30:05 [2019-07-19T20:30:05.747Z] WARN - Tree item TreeItem with text {Traces [7]} is already expanded. Won't expand it again. 16:30:06 [2019-07-19T20:30:06.005Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:30:06 [2019-07-19T20:30:06.005Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:06 [2019-07-19T20:30:06.262Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=200110277 data=null button=0 stateMask=0x0 x=139 y=200 count=0} to TreeItem with text {ust-overlap-testing} 16:30:06 [2019-07-19T20:30:06.262Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=200110278 data=null doit=true} to TreeItem with text {ust-overlap-testing} 16:30:06 [2019-07-19T20:30:06.262Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=200110278 data=null} to TreeItem with text {ust-overlap-testing} 16:30:06 [2019-07-19T20:30:06.262Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=200110279 data=null button=1 stateMask=0x0 x=139 y=200 count=1} to TreeItem with text {ust-overlap-testing} 16:30:06 [2019-07-19T20:30:06.262Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200110279 data=null item=TreeItem {ust-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ust-overlap-testing} 16:30:06 [2019-07-19T20:30:06.262Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=200110330 data=null button=1 stateMask=0x80000 x=139 y=200 count=1} to TreeItem with text {ust-overlap-testing} 16:30:06 [2019-07-19T20:30:06.262Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:06 [2019-07-19T20:30:06.262Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:06 [2019-07-19T20:30:06.262Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:30:06 [2019-07-19T20:30:06.262Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:06 [2019-07-19T20:30:06.262Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=200110334 data=null button=0 stateMask=0x0 x=139 y=200 count=0} to TreeItem with text {ust-overlap-testing} 16:30:06 [2019-07-19T20:30:06.262Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=200110334 data=null doit=true} to TreeItem with text {ust-overlap-testing} 16:30:06 [2019-07-19T20:30:06.262Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=200110334 data=null} to TreeItem with text {ust-overlap-testing} 16:30:06 [2019-07-19T20:30:06.262Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=200110334 data=null button=1 stateMask=0x0 x=139 y=200 count=1} to TreeItem with text {ust-overlap-testing} 16:30:06 [2019-07-19T20:30:06.262Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200110334 data=null item=TreeItem {ust-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ust-overlap-testing} 16:30:06 [2019-07-19T20:30:06.262Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=200110340 data=null button=1 stateMask=0x80000 x=139 y=200 count=1} to TreeItem with text {ust-overlap-testing} 16:30:06 [2019-07-19T20:30:06.262Z] DEBUG - Double-clicking on TreeItem with text {ust-overlap-testing} 16:30:06 [2019-07-19T20:30:06.262Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=200110340 data=null button=0 stateMask=0x0 x=139 y=200 count=0} to TreeItem with text {ust-overlap-testing} 16:30:06 [2019-07-19T20:30:06.262Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=200110341 data=null doit=true} to TreeItem with text {ust-overlap-testing} 16:30:06 [2019-07-19T20:30:06.262Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:06 [2019-07-19T20:30:06.262Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=200110341 data=null} to TreeItem with text {ust-overlap-testing} 16:30:06 [2019-07-19T20:30:06.262Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=200110341 data=null button=1 stateMask=0x0 x=139 y=200 count=1} to TreeItem with text {ust-overlap-testing} 16:30:06 [2019-07-19T20:30:06.262Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200110342 data=null item=TreeItem {ust-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ust-overlap-testing} 16:30:06 [2019-07-19T20:30:06.262Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=200110353 data=null button=1 stateMask=0x80000 x=139 y=200 count=1} to TreeItem with text {ust-overlap-testing} 16:30:06 [2019-07-19T20:30:06.262Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=200110354 data=null button=1 stateMask=0x0 x=139 y=200 count=2} to TreeItem with text {ust-overlap-testing} 16:30:06 [2019-07-19T20:30:06.262Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ust-overlap-testing} time=200110354 data=null button=1 stateMask=0x0 x=139 y=200 count=2} to TreeItem with text {ust-overlap-testing} 16:30:06 [2019-07-19T20:30:06.262Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200110355 data=null item=TreeItem {ust-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ust-overlap-testing} 16:30:06 [2019-07-19T20:30:06.828Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=200110476 data=null button=1 stateMask=0x80000 x=139 y=200 count=2} to TreeItem with text {ust-overlap-testing} 16:30:07 [2019-07-19T20:30:07.085Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ust-overlap-testing} time=200111043 data=null button=0 stateMask=0x0 x=139 y=200 count=0} to TreeItem with text {ust-overlap-testing} 16:30:07 [2019-07-19T20:30:07.085Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ust-overlap-testing} time=200111143 data=null doit=true} to TreeItem with text {ust-overlap-testing} 16:30:07 [2019-07-19T20:30:07.085Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ust-overlap-testing} time=200111143 data=null} to TreeItem with text {ust-overlap-testing} 16:30:07 [2019-07-19T20:30:07.085Z] DEBUG - Double-clicked on TreeItem with text {ust-overlap-testing} 16:30:07 [2019-07-19T20:30:07.085Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:30:07 [2019-07-19T20:30:07.085Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:30:07 [2019-07-19T20:30:07.085Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:30:07 [2019-07-19T20:30:07.085Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:30:07 [2019-07-19T20:30:07.085Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:30:07 [2019-07-19T20:30:07.085Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:30:07 [2019-07-19T20:30:07.085Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:30:07 [2019-07-19T20:30:07.085Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:30:07 [2019-07-19T20:30:07.085Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:30:07 [2019-07-19T20:30:07.085Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:30:07 [2019-07-19T20:30:07.085Z] DEBUG - Attempting to set focus on Table with text {} 16:30:07 [2019-07-19T20:30:07.085Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200111147 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:30:07 [2019-07-19T20:30:07.085Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200111147 data=null doit=true} to TableItem with text {} 16:30:07 [2019-07-19T20:30:07.085Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200111147 data=null} to TableItem with text {} 16:30:07 [2019-07-19T20:30:07.085Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200111147 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:30:07 [2019-07-19T20:30:07.085Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200111148 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:30:07 [2019-07-19T20:30:07.085Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200111154 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:30:07 [2019-07-19T20:30:07.085Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:30:07 [2019-07-19T20:30:07.085Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:30:08 [2019-07-19T20:30:08.016Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:30:08 [2019-07-19T20:30:08.016Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:08 [2019-07-19T20:30:08.016Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=200112147 data=null button=0 stateMask=0x0 x=139 y=200 count=0} to TreeItem with text {ust-overlap-testing} 16:30:08 [2019-07-19T20:30:08.016Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=200112147 data=null doit=true} to TreeItem with text {ust-overlap-testing} 16:30:08 [2019-07-19T20:30:08.016Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=200112148 data=null} to TreeItem with text {ust-overlap-testing} 16:30:08 [2019-07-19T20:30:08.016Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=200112148 data=null button=1 stateMask=0x0 x=139 y=200 count=1} to TreeItem with text {ust-overlap-testing} 16:30:08 [2019-07-19T20:30:08.016Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200112149 data=null item=TreeItem {ust-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ust-overlap-testing} 16:30:08 [2019-07-19T20:30:08.016Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=200112155 data=null button=1 stateMask=0x80000 x=139 y=200 count=1} to TreeItem with text {ust-overlap-testing} 16:30:08 [2019-07-19T20:30:08.016Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:08 [2019-07-19T20:30:08.016Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:08 [2019-07-19T20:30:08.016Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:30:08 [2019-07-19T20:30:08.016Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:30:08 [2019-07-19T20:30:08.016Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:08 [2019-07-19T20:30:08.016Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:08 [2019-07-19T20:30:08.016Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:08 [2019-07-19T20:30:08.016Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:08 [2019-07-19T20:30:08.016Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:08 [2019-07-19T20:30:08.016Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200112185 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:30:08 [2019-07-19T20:30:08.016Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200112185 data=null doit=true} to TreeItem with text {test} 16:30:08 [2019-07-19T20:30:08.016Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200112185 data=null} to TreeItem with text {test} 16:30:08 [2019-07-19T20:30:08.016Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200112185 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:30:08 [2019-07-19T20:30:08.016Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200112185 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:30:08 [2019-07-19T20:30:08.016Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200112232 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:30:08 [2019-07-19T20:30:08.016Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:08 [2019-07-19T20:30:08.016Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200112233 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:30:08 [2019-07-19T20:30:08.016Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200112234 data=null doit=true} to TreeItem with text {test} 16:30:08 [2019-07-19T20:30:08.016Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200112234 data=null} to TreeItem with text {test} 16:30:08 [2019-07-19T20:30:08.016Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200112234 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:30:08 [2019-07-19T20:30:08.016Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200112234 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:30:08 [2019-07-19T20:30:08.016Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200112242 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:30:08 [2019-07-19T20:30:08.016Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:30:08 [2019-07-19T20:30:08.016Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:08 [2019-07-19T20:30:08.016Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [7]} time=200112243 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [7]} 16:30:08 [2019-07-19T20:30:08.016Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [7]} time=200112243 data=null doit=true} to TreeItem with text {Traces [7]} 16:30:08 [2019-07-19T20:30:08.016Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [7]} time=200112243 data=null} to TreeItem with text {Traces [7]} 16:30:08 [2019-07-19T20:30:08.016Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [7]} time=200112243 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [7]} 16:30:08 [2019-07-19T20:30:08.016Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200112244 data=null item=TreeItem {Traces [7]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [7]} 16:30:08 [2019-07-19T20:30:08.016Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [7]} time=200112265 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [7]} 16:30:08 [2019-07-19T20:30:08.016Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:30:08 [2019-07-19T20:30:08.274Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:08 [2019-07-19T20:30:08.274Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:08 [2019-07-19T20:30:08.274Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:08 [2019-07-19T20:30:08.274Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:08 [2019-07-19T20:30:08.274Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:08 [2019-07-19T20:30:08.274Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200112280 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:30:08 [2019-07-19T20:30:08.274Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200112281 data=null doit=true} to TreeItem with text {test} 16:30:08 [2019-07-19T20:30:08.274Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200112281 data=null} to TreeItem with text {test} 16:30:08 [2019-07-19T20:30:08.274Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200112281 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:30:08 [2019-07-19T20:30:08.274Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200112281 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:30:08 [2019-07-19T20:30:08.274Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200112353 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:30:08 [2019-07-19T20:30:08.274Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:08 [2019-07-19T20:30:08.274Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200112373 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:30:08 [2019-07-19T20:30:08.274Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200112373 data=null doit=true} to TreeItem with text {test} 16:30:08 [2019-07-19T20:30:08.274Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200112373 data=null} to TreeItem with text {test} 16:30:08 [2019-07-19T20:30:08.274Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200112374 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:30:08 [2019-07-19T20:30:08.274Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200112374 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:30:08 [2019-07-19T20:30:08.274Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200112381 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:30:08 [2019-07-19T20:30:08.274Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:30:08 [2019-07-19T20:30:08.274Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:08 [2019-07-19T20:30:08.274Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [7]} time=200112382 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [7]} 16:30:08 [2019-07-19T20:30:08.274Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [7]} time=200112382 data=null doit=true} to TreeItem with text {Traces [7]} 16:30:08 [2019-07-19T20:30:08.274Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [7]} time=200112383 data=null} to TreeItem with text {Traces [7]} 16:30:08 [2019-07-19T20:30:08.274Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [7]} time=200112383 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [7]} 16:30:08 [2019-07-19T20:30:08.274Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200112383 data=null item=TreeItem {Traces [7]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [7]} 16:30:08 [2019-07-19T20:30:08.274Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [7]} time=200112442 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [7]} 16:30:08 [2019-07-19T20:30:08.274Z] WARN - Tree item TreeItem with text {Traces [7]} is already expanded. Won't expand it again. 16:30:08 [2019-07-19T20:30:08.531Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:30:08 [2019-07-19T20:30:08.531Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:08 [2019-07-19T20:30:08.531Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {unrecognized.log} time=200112637 data=null button=0 stateMask=0x0 x=133 y=179 count=0} to TreeItem with text {unrecognized.log} 16:30:08 [2019-07-19T20:30:08.531Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {unrecognized.log} time=200112637 data=null doit=true} to TreeItem with text {unrecognized.log} 16:30:08 [2019-07-19T20:30:08.531Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {unrecognized.log} time=200112637 data=null} to TreeItem with text {unrecognized.log} 16:30:08 [2019-07-19T20:30:08.531Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=200112638 data=null button=1 stateMask=0x0 x=133 y=179 count=1} to TreeItem with text {unrecognized.log} 16:30:08 [2019-07-19T20:30:08.531Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200112638 data=null item=TreeItem {unrecognized.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {unrecognized.log} 16:30:08 [2019-07-19T20:30:08.531Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=200112685 data=null button=1 stateMask=0x80000 x=133 y=179 count=1} to TreeItem with text {unrecognized.log} 16:30:08 [2019-07-19T20:30:08.531Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:08 [2019-07-19T20:30:08.531Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:08 [2019-07-19T20:30:08.531Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:30:08 [2019-07-19T20:30:08.531Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:08 [2019-07-19T20:30:08.531Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {unrecognized.log} time=200112730 data=null button=0 stateMask=0x0 x=133 y=179 count=0} to TreeItem with text {unrecognized.log} 16:30:08 [2019-07-19T20:30:08.531Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {unrecognized.log} time=200112731 data=null doit=true} to TreeItem with text {unrecognized.log} 16:30:08 [2019-07-19T20:30:08.531Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {unrecognized.log} time=200112731 data=null} to TreeItem with text {unrecognized.log} 16:30:08 [2019-07-19T20:30:08.531Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=200112731 data=null button=1 stateMask=0x0 x=133 y=179 count=1} to TreeItem with text {unrecognized.log} 16:30:08 [2019-07-19T20:30:08.531Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200112731 data=null item=TreeItem {unrecognized.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {unrecognized.log} 16:30:08 [2019-07-19T20:30:08.531Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=200112737 data=null button=1 stateMask=0x80000 x=133 y=179 count=1} to TreeItem with text {unrecognized.log} 16:30:08 [2019-07-19T20:30:08.531Z] DEBUG - Double-clicking on TreeItem with text {unrecognized.log} 16:30:08 [2019-07-19T20:30:08.531Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {unrecognized.log} time=200112738 data=null button=0 stateMask=0x0 x=133 y=179 count=0} to TreeItem with text {unrecognized.log} 16:30:08 [2019-07-19T20:30:08.531Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {unrecognized.log} time=200112738 data=null doit=true} to TreeItem with text {unrecognized.log} 16:30:08 [2019-07-19T20:30:08.531Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:08 [2019-07-19T20:30:08.531Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {unrecognized.log} time=200112738 data=null} to TreeItem with text {unrecognized.log} 16:30:08 [2019-07-19T20:30:08.531Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=200112738 data=null button=1 stateMask=0x0 x=133 y=179 count=1} to TreeItem with text {unrecognized.log} 16:30:08 [2019-07-19T20:30:08.531Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200112739 data=null item=TreeItem {unrecognized.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {unrecognized.log} 16:30:08 [2019-07-19T20:30:08.531Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=200112751 data=null button=1 stateMask=0x80000 x=133 y=179 count=1} to TreeItem with text {unrecognized.log} 16:30:08 [2019-07-19T20:30:08.531Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=200112752 data=null button=1 stateMask=0x0 x=133 y=179 count=2} to TreeItem with text {unrecognized.log} 16:30:08 [2019-07-19T20:30:08.531Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {unrecognized.log} time=200112752 data=null button=1 stateMask=0x0 x=133 y=179 count=2} to TreeItem with text {unrecognized.log} 16:30:09 [2019-07-19T20:30:09.101Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200112752 data=null item=TreeItem {unrecognized.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {unrecognized.log} 16:30:09 [2019-07-19T20:30:09.101Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=200113237 data=null button=1 stateMask=0x80000 x=133 y=179 count=2} to TreeItem with text {unrecognized.log} 16:30:09 [2019-07-19T20:30:09.101Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {unrecognized.log} time=200113246 data=null button=0 stateMask=0x0 x=133 y=179 count=0} to TreeItem with text {unrecognized.log} 16:30:09 [2019-07-19T20:30:09.101Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {unrecognized.log} time=200113246 data=null doit=true} to TreeItem with text {unrecognized.log} 16:30:09 [2019-07-19T20:30:09.101Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {unrecognized.log} time=200113246 data=null} to TreeItem with text {unrecognized.log} 16:30:09 [2019-07-19T20:30:09.101Z] DEBUG - Double-clicked on TreeItem with text {unrecognized.log} 16:30:09 [2019-07-19T20:30:09.101Z] DEBUG - matched EditorReference with text "", using matcher: with name '"unrecognized.log"' 16:30:09 [2019-07-19T20:30:09.101Z] DEBUG - matched EditorReference with text "", using matcher: with name '"unrecognized.log"' 16:30:09 [2019-07-19T20:30:09.357Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:30:09 [2019-07-19T20:30:09.357Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:09 [2019-07-19T20:30:09.357Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {unrecognized.log} time=200113529 data=null button=0 stateMask=0x0 x=133 y=179 count=0} to TreeItem with text {unrecognized.log} 16:30:09 [2019-07-19T20:30:09.357Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {unrecognized.log} time=200113529 data=null doit=true} to TreeItem with text {unrecognized.log} 16:30:09 [2019-07-19T20:30:09.357Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {unrecognized.log} time=200113529 data=null} to TreeItem with text {unrecognized.log} 16:30:09 [2019-07-19T20:30:09.357Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=200113529 data=null button=1 stateMask=0x0 x=133 y=179 count=1} to TreeItem with text {unrecognized.log} 16:30:09 [2019-07-19T20:30:09.357Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200113530 data=null item=TreeItem {unrecognized.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {unrecognized.log} 16:30:09 [2019-07-19T20:30:09.357Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=200113536 data=null button=1 stateMask=0x80000 x=133 y=179 count=1} to TreeItem with text {unrecognized.log} 16:30:09 [2019-07-19T20:30:09.357Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:09 [2019-07-19T20:30:09.357Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:09 [2019-07-19T20:30:09.357Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:30:09 [2019-07-19T20:30:09.357Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:30:09 [2019-07-19T20:30:09.357Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:09 [2019-07-19T20:30:09.357Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:09 [2019-07-19T20:30:09.357Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:09 [2019-07-19T20:30:09.357Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:09 [2019-07-19T20:30:09.357Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:09 [2019-07-19T20:30:09.357Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200113552 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:30:09 [2019-07-19T20:30:09.357Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200113552 data=null doit=true} to TreeItem with text {test} 16:30:09 [2019-07-19T20:30:09.357Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200113552 data=null} to TreeItem with text {test} 16:30:09 [2019-07-19T20:30:09.357Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200113553 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:30:09 [2019-07-19T20:30:09.357Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200113553 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:30:09 [2019-07-19T20:30:09.614Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200113641 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:30:09 [2019-07-19T20:30:09.614Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:09 [2019-07-19T20:30:09.614Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200113643 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:30:09 [2019-07-19T20:30:09.614Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200113643 data=null doit=true} to TreeItem with text {test} 16:30:09 [2019-07-19T20:30:09.614Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200113643 data=null} to TreeItem with text {test} 16:30:09 [2019-07-19T20:30:09.614Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200113644 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:30:09 [2019-07-19T20:30:09.614Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200113644 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:30:09 [2019-07-19T20:30:09.614Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200113655 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:30:09 [2019-07-19T20:30:09.614Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:30:09 [2019-07-19T20:30:09.614Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:09 [2019-07-19T20:30:09.614Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [7]} time=200113657 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [7]} 16:30:09 [2019-07-19T20:30:09.614Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [7]} time=200113657 data=null doit=true} to TreeItem with text {Traces [7]} 16:30:09 [2019-07-19T20:30:09.614Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [7]} time=200113657 data=null} to TreeItem with text {Traces [7]} 16:30:09 [2019-07-19T20:30:09.614Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [7]} time=200113657 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [7]} 16:30:09 [2019-07-19T20:30:09.614Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200113657 data=null item=TreeItem {Traces [7]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [7]} 16:30:09 [2019-07-19T20:30:09.614Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [7]} time=200113680 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [7]} 16:30:09 [2019-07-19T20:30:09.614Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:09 [2019-07-19T20:30:09.614Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [7]} time=200113682 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [7]} 16:30:09 [2019-07-19T20:30:09.614Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [7]} time=200113682 data=null doit=true} to TreeItem with text {Traces [7]} 16:30:09 [2019-07-19T20:30:09.614Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [7]} time=200113682 data=null} to TreeItem with text {Traces [7]} 16:30:09 [2019-07-19T20:30:09.614Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [7]} time=200113683 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [7]} 16:30:09 [2019-07-19T20:30:09.614Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200113683 data=null item=TreeItem {Traces [7]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [7]} 16:30:09 [2019-07-19T20:30:09.614Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [7]} time=200113735 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [7]} 16:30:09 [2019-07-19T20:30:09.614Z] DEBUG - matched MenuItem with text "C&lear Delete", using matcher: with mnemonic 'Clear' 16:30:09 [2019-07-19T20:30:09.614Z] DEBUG - Clicking on with mnemonic 'Clear' 16:30:09 [2019-07-19T20:30:09.871Z] DEBUG - Clicked on with mnemonic 'Clear' 16:30:09 [2019-07-19T20:30:09.871Z] DEBUG - matched Shell with text "Confirm Clear", using matcher: with text 'Confirm Clear' 16:30:09 [2019-07-19T20:30:09.871Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirm Clear} time=200113942 data=null doit=true} to Shell with text {Confirm Clear} 16:30:09 [2019-07-19T20:30:09.871Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button' 16:30:09 [2019-07-19T20:30:09.871Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes' 16:30:09 [2019-07-19T20:30:09.871Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH' 16:30:09 [2019-07-19T20:30:09.871Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:30:09 [2019-07-19T20:30:09.871Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button' 16:30:09 [2019-07-19T20:30:09.871Z] DEBUG - Clicking on &Yes 16:30:09 [2019-07-19T20:30:09.871Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=200113942 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:30:09 [2019-07-19T20:30:09.871Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=200113943 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:30:09 [2019-07-19T20:30:09.871Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=200113951 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:30:09 [2019-07-19T20:30:09.871Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=200113951 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:30:09 [2019-07-19T20:30:09.871Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=200113951 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:30:09 [2019-07-19T20:30:09.871Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=200113951 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:30:09 [2019-07-19T20:30:09.871Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=200113951 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:30:12 [2019-07-19T20:30:12.395Z] DEBUG - Clicked on 16:30:12 [2019-07-19T20:30:12.395Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {C&lear Delete} time=200113783 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Clear' 16:30:12 [2019-07-19T20:30:12.958Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:30:12 [2019-07-19T20:30:12.958Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:12 [2019-07-19T20:30:12.958Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:12 [2019-07-19T20:30:12.958Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:12 [2019-07-19T20:30:12.958Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:12 [2019-07-19T20:30:12.958Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:12 [2019-07-19T20:30:12.958Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200116945 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:30:12 [2019-07-19T20:30:12.958Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200116945 data=null doit=true} to TreeItem with text {test} 16:30:12 [2019-07-19T20:30:12.958Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200116945 data=null} to TreeItem with text {test} 16:30:12 [2019-07-19T20:30:12.958Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200116945 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:30:12 [2019-07-19T20:30:12.958Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200116945 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:30:12 [2019-07-19T20:30:12.958Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200116969 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:30:12 [2019-07-19T20:30:12.958Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:12 [2019-07-19T20:30:12.958Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200116970 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:30:12 [2019-07-19T20:30:12.958Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200116970 data=null doit=true} to TreeItem with text {test} 16:30:12 [2019-07-19T20:30:12.958Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200116970 data=null} to TreeItem with text {test} 16:30:12 [2019-07-19T20:30:12.958Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200116971 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:30:12 [2019-07-19T20:30:12.958Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200116971 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:30:12 [2019-07-19T20:30:12.958Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200116981 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:30:12 [2019-07-19T20:30:12.958Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:30:12 [2019-07-19T20:30:12.958Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:12 [2019-07-19T20:30:12.958Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=200116982 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]} 16:30:12 [2019-07-19T20:30:12.958Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=200116983 data=null doit=true} to TreeItem with text {Traces [0]} 16:30:12 [2019-07-19T20:30:12.958Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=200116983 data=null} to TreeItem with text {Traces [0]} 16:30:12 [2019-07-19T20:30:12.958Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=200116983 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:30:12 [2019-07-19T20:30:12.958Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200116983 data=null item=TreeItem {Traces [0]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [0]} 16:30:12 [2019-07-19T20:30:12.958Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=200116993 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:30:12 [2019-07-19T20:30:12.958Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:12 [2019-07-19T20:30:12.958Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=200117004 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]} 16:30:12 [2019-07-19T20:30:12.958Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=200117004 data=null doit=true} to TreeItem with text {Traces [0]} 16:30:12 [2019-07-19T20:30:12.958Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=200117004 data=null} to TreeItem with text {Traces [0]} 16:30:12 [2019-07-19T20:30:12.958Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=200117005 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:30:12 [2019-07-19T20:30:12.958Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200117005 data=null item=TreeItem {Traces [0]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [0]} 16:30:12 [2019-07-19T20:30:12.958Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=200117009 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:30:12 [2019-07-19T20:30:12.958Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...' 16:30:12 [2019-07-19T20:30:12.958Z] DEBUG - Clicking on with mnemonic 'Import...' 16:30:13 [2019-07-19T20:30:13.217Z] DEBUG - Clicked on with mnemonic 'Import...' 16:30:13 [2019-07-19T20:30:13.217Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import' 16:30:13 [2019-07-19T20:30:13.217Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=200117297 data=null doit=true} to Shell with text {Trace Import} 16:30:13 [2019-07-19T20:30:13.217Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.217Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with mnemonic 'Select root directory:' 16:30:13 [2019-07-19T20:30:13.217Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with style 'SWT.RADIO' 16:30:13 [2019-07-19T20:30:13.217Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') 16:30:13 [2019-07-19T20:30:13.217Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.217Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.217Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.217Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.217Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.217Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.217Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.217Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.217Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.217Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.217Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.217Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') is already selected, not clicking again. 16:30:13 [2019-07-19T20:30:13.217Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:30:13 [2019-07-19T20:30:13.217Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:30:13 [2019-07-19T20:30:13.217Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:30:13 [2019-07-19T20:30:13.217Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:30:13 [2019-07-19T20:30:13.217Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:30:13 [2019-07-19T20:30:13.217Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo') 16:30:13 [2019-07-19T20:30:13.217Z] DEBUG - Attempting to set focus on (of type 'Combo') 16:30:13 [2019-07-19T20:30:13.217Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import 16:30:13 [2019-07-19T20:30:13.217Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import} time=200117347 data=null} to (of type 'Combo') 16:30:13 [2019-07-19T20:30:13.217Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import 16:30:13 [2019-07-19T20:30:13.217Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:13 [2019-07-19T20:30:13.217Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:13 [2019-07-19T20:30:13.217Z] DEBUG - Attempting to set focus on (of type 'Tree') 16:30:13 [2019-07-19T20:30:13.217Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:13 [2019-07-19T20:30:13.217Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:13 [2019-07-19T20:30:13.217Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:13 [2019-07-19T20:30:13.217Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {import} time=200117394 data=null button=0 stateMask=0x0 x=83 y=11 count=0} to TreeItem with text {import} 16:30:13 [2019-07-19T20:30:13.217Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=200117397 data=null doit=true} to TreeItem with text {import} 16:30:13 [2019-07-19T20:30:13.217Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=200117398 data=null} to TreeItem with text {import} 16:30:13 [2019-07-19T20:30:13.217Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=200117398 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import} 16:30:13 [2019-07-19T20:30:13.217Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200117398 data=null item=TreeItem {import} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {import} 16:30:13 [2019-07-19T20:30:13.217Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=200117399 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import} 16:30:13 [2019-07-19T20:30:13.217Z] DEBUG - Setting state to checked on: import 16:30:13 [2019-07-19T20:30:13.217Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo' 16:30:13 [2019-07-19T20:30:13.217Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:30:13 [2019-07-19T20:30:13.217Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:30:13 [2019-07-19T20:30:13.217Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:' 16:30:13 [2019-07-19T20:30:13.217Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:') 16:30:13 [2019-07-19T20:30:13.217Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:30:13 [2019-07-19T20:30:13.217Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection> 16:30:13 [2019-07-19T20:30:13.217Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {<Automatic Detection>} time=200117408 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:30:13 [2019-07-19T20:30:13.217Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection> 16:30:13 [2019-07-19T20:30:13.217Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.217Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.217Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.217Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.217Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.217Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.217Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.217Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace' 16:30:13 [2019-07-19T20:30:13.217Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK' 16:30:13 [2019-07-19T20:30:13.217Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:30:13 [2019-07-19T20:30:13.217Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.217Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.217Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.217Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.217Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.217Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:30:13 [2019-07-19T20:30:13.217Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') already selected, not selecting again. 16:30:13 [2019-07-19T20:30:13.217Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.217Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.217Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.217Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.217Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.217Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.217Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.217Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.217Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure' 16:30:13 [2019-07-19T20:30:13.217Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK' 16:30:13 [2019-07-19T20:30:13.217Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces' 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK' 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') already selected, not selecting again. 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning' 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK' 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment' 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK' 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK' 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish' 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH' 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - Clicking on &Finish 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=200117435 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=200117435 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=200117435 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=200117435 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=200117435 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:30:13 [2019-07-19T20:30:13.218Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=200117435 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:30:13 [2019-07-19T20:30:13.475Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:30:13 [2019-07-19T20:30:13.475Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:30:13 [2019-07-19T20:30:13.475Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:30:13 [2019-07-19T20:30:13.475Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:30:13 [2019-07-19T20:30:13.475Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:30:13 [2019-07-19T20:30:13.475Z] DEBUG - Clicked on &Finish 16:30:14 [2019-07-19T20:30:14.040Z] DEBUG - matched Shell with text "Confirmation", using matcher: with text 'Confirmation' 16:30:14 [2019-07-19T20:30:14.040Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirmation} time=200118152 data=null doit=true} to Shell with text {Confirmation} 16:30:14 [2019-07-19T20:30:14.040Z] DEBUG - matched Button with text "Rename", using matcher: of type 'Button' 16:30:14 [2019-07-19T20:30:14.040Z] DEBUG - matched Button with text "Rename All", using matcher: of type 'Button' 16:30:14 [2019-07-19T20:30:14.040Z] DEBUG - matched Button with text "Overwrite", using matcher: of type 'Button' 16:30:14 [2019-07-19T20:30:14.040Z] DEBUG - matched Button with text "Overwrite All", using matcher: of type 'Button' 16:30:14 [2019-07-19T20:30:14.040Z] DEBUG - matched Button with text "Skip All", using matcher: of type 'Button' 16:30:14 [2019-07-19T20:30:14.040Z] DEBUG - matched Button with text "Skip All", using matcher: with mnemonic 'Skip All' 16:30:14 [2019-07-19T20:30:14.040Z] DEBUG - matched Button with text "Skip All", using matcher: with style 'SWT.PUSH' 16:30:14 [2019-07-19T20:30:14.040Z] DEBUG - matched Button with text "Skip All", using matcher: (of type 'Button' and with mnemonic 'Skip All' and with style 'SWT.PUSH') 16:30:14 [2019-07-19T20:30:14.040Z] DEBUG - matched Button with text "Skip", using matcher: of type 'Button' 16:30:14 [2019-07-19T20:30:14.040Z] DEBUG - Clicking on Skip All 16:30:14 [2019-07-19T20:30:14.040Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Skip All} time=200118153 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Skip All' and with style 'SWT.PUSH') 16:30:14 [2019-07-19T20:30:14.040Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Skip All} time=200118153 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Skip All' and with style 'SWT.PUSH') 16:30:14 [2019-07-19T20:30:14.040Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Skip All} time=200118153 data=null doit=true} to (of type 'Button' and with mnemonic 'Skip All' and with style 'SWT.PUSH') 16:30:14 [2019-07-19T20:30:14.040Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Skip All} time=200118153 data=null} to (of type 'Button' and with mnemonic 'Skip All' and with style 'SWT.PUSH') 16:30:14 [2019-07-19T20:30:14.040Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Skip All} time=200118153 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Skip All' and with style 'SWT.PUSH') 16:30:14 [2019-07-19T20:30:14.040Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Skip All} time=200118153 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Skip All' and with style 'SWT.PUSH') 16:30:14 [2019-07-19T20:30:14.040Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Skip All} time=200118153 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Skip All' and with style 'SWT.PUSH') 16:30:14 [2019-07-19T20:30:14.297Z] DEBUG - Clicked on 16:30:14 [2019-07-19T20:30:14.554Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=200117435 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:30:14 [2019-07-19T20:30:14.554Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=200117056 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...' 16:30:14 [2019-07-19T20:30:14.812Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:30:14 [2019-07-19T20:30:14.812Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:14 [2019-07-19T20:30:14.812Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:14 [2019-07-19T20:30:14.812Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:14 [2019-07-19T20:30:14.812Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:14 [2019-07-19T20:30:14.812Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:14 [2019-07-19T20:30:14.812Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200118938 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:30:14 [2019-07-19T20:30:14.812Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200118939 data=null doit=true} to TreeItem with text {test} 16:30:14 [2019-07-19T20:30:14.812Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200118939 data=null} to TreeItem with text {test} 16:30:14 [2019-07-19T20:30:14.812Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200118939 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:30:14 [2019-07-19T20:30:14.812Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200118939 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:30:14 [2019-07-19T20:30:14.812Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200118973 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:30:14 [2019-07-19T20:30:14.812Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:14 [2019-07-19T20:30:14.812Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200118974 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:30:14 [2019-07-19T20:30:14.812Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200118974 data=null doit=true} to TreeItem with text {test} 16:30:14 [2019-07-19T20:30:14.812Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200118975 data=null} to TreeItem with text {test} 16:30:14 [2019-07-19T20:30:14.812Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200118975 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:30:14 [2019-07-19T20:30:14.812Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200118975 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:30:14 [2019-07-19T20:30:14.812Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200119029 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:30:14 [2019-07-19T20:30:14.812Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:30:14 [2019-07-19T20:30:14.812Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:14 [2019-07-19T20:30:14.812Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [7]} time=200119031 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [7]} 16:30:14 [2019-07-19T20:30:14.812Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [7]} time=200119031 data=null doit=true} to TreeItem with text {Traces [7]} 16:30:14 [2019-07-19T20:30:14.812Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [7]} time=200119031 data=null} to TreeItem with text {Traces [7]} 16:30:14 [2019-07-19T20:30:14.812Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [7]} time=200119031 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [7]} 16:30:14 [2019-07-19T20:30:14.812Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200119031 data=null item=TreeItem {Traces [7]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [7]} 16:30:14 [2019-07-19T20:30:14.812Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [7]} time=200119041 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [7]} 16:30:14 [2019-07-19T20:30:14.812Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:30:14 [2019-07-19T20:30:14.812Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:14 [2019-07-19T20:30:14.812Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:14 [2019-07-19T20:30:14.812Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:14 [2019-07-19T20:30:14.812Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:14 [2019-07-19T20:30:14.812Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:14 [2019-07-19T20:30:14.812Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200119058 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:30:14 [2019-07-19T20:30:14.812Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200119058 data=null doit=true} to TreeItem with text {test} 16:30:14 [2019-07-19T20:30:14.812Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200119058 data=null} to TreeItem with text {test} 16:30:14 [2019-07-19T20:30:14.812Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200119058 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:30:15 [2019-07-19T20:30:15.069Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200119059 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:30:15 [2019-07-19T20:30:15.069Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200119132 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:30:15 [2019-07-19T20:30:15.069Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:15 [2019-07-19T20:30:15.069Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200119133 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:30:15 [2019-07-19T20:30:15.069Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200119133 data=null doit=true} to TreeItem with text {test} 16:30:15 [2019-07-19T20:30:15.069Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200119133 data=null} to TreeItem with text {test} 16:30:15 [2019-07-19T20:30:15.069Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200119133 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:30:15 [2019-07-19T20:30:15.069Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200119134 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:30:15 [2019-07-19T20:30:15.069Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200119142 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:30:15 [2019-07-19T20:30:15.069Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:30:15 [2019-07-19T20:30:15.069Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:15 [2019-07-19T20:30:15.069Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [7]} time=200119143 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [7]} 16:30:15 [2019-07-19T20:30:15.069Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [7]} time=200119143 data=null doit=true} to TreeItem with text {Traces [7]} 16:30:15 [2019-07-19T20:30:15.069Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [7]} time=200119144 data=null} to TreeItem with text {Traces [7]} 16:30:15 [2019-07-19T20:30:15.069Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [7]} time=200119144 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [7]} 16:30:15 [2019-07-19T20:30:15.069Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200119144 data=null item=TreeItem {Traces [7]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [7]} 16:30:15 [2019-07-19T20:30:15.069Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [7]} time=200119160 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [7]} 16:30:15 [2019-07-19T20:30:15.069Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [7]} time=200119161 data=null doit=true} to TreeItem with text {Traces [7]} 16:30:15 [2019-07-19T20:30:15.069Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [7]} time=200119161 data=null} to TreeItem with text {Traces [7]} 16:30:15 [2019-07-19T20:30:15.069Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [7]} time=200119161 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [7]} 16:30:15 [2019-07-19T20:30:15.069Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200119161 data=null item=TreeItem {Traces [7]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {Traces [7]} 16:30:15 [2019-07-19T20:30:15.069Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [7]} time=200119229 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [7]} 16:30:15 [2019-07-19T20:30:15.632Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:30:15 [2019-07-19T20:30:15.632Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:15 [2019-07-19T20:30:15.632Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200119704 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:30:15 [2019-07-19T20:30:15.632Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200119704 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:30:15 [2019-07-19T20:30:15.632Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200119704 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:30:15 [2019-07-19T20:30:15.632Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200119705 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:30:15 [2019-07-19T20:30:15.632Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200119705 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:30:15 [2019-07-19T20:30:15.632Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200119740 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:30:15 [2019-07-19T20:30:15.632Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:15 [2019-07-19T20:30:15.632Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:15 [2019-07-19T20:30:15.632Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:30:15 [2019-07-19T20:30:15.632Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:15 [2019-07-19T20:30:15.632Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200119743 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:30:15 [2019-07-19T20:30:15.632Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200119744 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:30:15 [2019-07-19T20:30:15.632Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200119744 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:30:15 [2019-07-19T20:30:15.632Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200119744 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:30:15 [2019-07-19T20:30:15.632Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200119744 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:30:15 [2019-07-19T20:30:15.632Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200119749 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:30:15 [2019-07-19T20:30:15.632Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomTxt.log} 16:30:15 [2019-07-19T20:30:15.632Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200119750 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:30:15 [2019-07-19T20:30:15.632Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200119750 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:30:15 [2019-07-19T20:30:15.632Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:15 [2019-07-19T20:30:15.632Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200119750 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:30:15 [2019-07-19T20:30:15.632Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200119751 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:30:15 [2019-07-19T20:30:15.632Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200119751 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:30:15 [2019-07-19T20:30:15.632Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200119755 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:30:15 [2019-07-19T20:30:15.632Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200119755 data=null button=1 stateMask=0x0 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:30:15 [2019-07-19T20:30:15.632Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200119756 data=null button=1 stateMask=0x0 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:30:15 [2019-07-19T20:30:15.632Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200119756 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:30:15 [2019-07-19T20:30:15.890Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200119843 data=null button=1 stateMask=0x80000 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:30:16 [2019-07-19T20:30:16.148Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200120152 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:30:16 [2019-07-19T20:30:16.148Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200120152 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:30:16 [2019-07-19T20:30:16.148Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200120152 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:30:16 [2019-07-19T20:30:16.148Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomTxt.log} 16:30:16 [2019-07-19T20:30:16.148Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:30:17 [2019-07-19T20:30:17.153Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:30:17 [2019-07-19T20:30:17.153Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:30:17 [2019-07-19T20:30:17.153Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:30:17 [2019-07-19T20:30:17.153Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:30:17 [2019-07-19T20:30:17.153Z] DEBUG - Attempting to set focus on Table with text {} 16:30:17 [2019-07-19T20:30:17.153Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200121190 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:30:17 [2019-07-19T20:30:17.153Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200121190 data=null doit=true} to TableItem with text {} 16:30:17 [2019-07-19T20:30:17.153Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200121190 data=null} to TableItem with text {} 16:30:17 [2019-07-19T20:30:17.153Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200121190 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:30:17 [2019-07-19T20:30:17.153Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200121190 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:30:17 [2019-07-19T20:30:17.153Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200121241 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:30:17 [2019-07-19T20:30:17.153Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:30:17 [2019-07-19T20:30:17.153Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:30:17 [2019-07-19T20:30:17.153Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:30:17 [2019-07-19T20:30:17.153Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:17 [2019-07-19T20:30:17.153Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200121392 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:30:17 [2019-07-19T20:30:17.153Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200121392 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:30:17 [2019-07-19T20:30:17.153Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200121393 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:30:17 [2019-07-19T20:30:17.153Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200121393 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:30:17 [2019-07-19T20:30:17.153Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200121393 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:30:17 [2019-07-19T20:30:17.153Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200121398 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:30:17 [2019-07-19T20:30:17.153Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:17 [2019-07-19T20:30:17.153Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:17 [2019-07-19T20:30:17.410Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:30:17 [2019-07-19T20:30:17.410Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:30:17 [2019-07-19T20:30:17.410Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:17 [2019-07-19T20:30:17.410Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:17 [2019-07-19T20:30:17.410Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:17 [2019-07-19T20:30:17.410Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:17 [2019-07-19T20:30:17.410Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:17 [2019-07-19T20:30:17.410Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200121424 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:30:17 [2019-07-19T20:30:17.410Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200121424 data=null doit=true} to TreeItem with text {test} 16:30:17 [2019-07-19T20:30:17.410Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200121424 data=null} to TreeItem with text {test} 16:30:17 [2019-07-19T20:30:17.410Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200121424 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:30:17 [2019-07-19T20:30:17.410Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200121425 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:30:17 [2019-07-19T20:30:17.410Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200121462 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:30:17 [2019-07-19T20:30:17.410Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:17 [2019-07-19T20:30:17.410Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200121463 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:30:17 [2019-07-19T20:30:17.410Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200121463 data=null doit=true} to TreeItem with text {test} 16:30:17 [2019-07-19T20:30:17.410Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200121463 data=null} to TreeItem with text {test} 16:30:17 [2019-07-19T20:30:17.410Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200121464 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:30:17 [2019-07-19T20:30:17.410Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200121464 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:30:17 [2019-07-19T20:30:17.410Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200121470 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:30:17 [2019-07-19T20:30:17.410Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:30:17 [2019-07-19T20:30:17.410Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:17 [2019-07-19T20:30:17.410Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [7]} time=200121471 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [7]} 16:30:17 [2019-07-19T20:30:17.410Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [7]} time=200121472 data=null doit=true} to TreeItem with text {Traces [7]} 16:30:17 [2019-07-19T20:30:17.410Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [7]} time=200121472 data=null} to TreeItem with text {Traces [7]} 16:30:17 [2019-07-19T20:30:17.410Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [7]} time=200121472 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [7]} 16:30:17 [2019-07-19T20:30:17.410Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200121472 data=null item=TreeItem {Traces [7]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [7]} 16:30:17 [2019-07-19T20:30:17.410Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [7]} time=200121489 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [7]} 16:30:17 [2019-07-19T20:30:17.410Z] WARN - Tree item TreeItem with text {Traces [7]} is already expanded. Won't expand it again. 16:30:17 [2019-07-19T20:30:17.667Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:30:17 [2019-07-19T20:30:17.667Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:17 [2019-07-19T20:30:17.925Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200121966 data=null button=0 stateMask=0x0 x=156 y=95 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:30:17 [2019-07-19T20:30:17.925Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200121966 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:30:17 [2019-07-19T20:30:17.925Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200121966 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:30:17 [2019-07-19T20:30:17.925Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200121967 data=null button=1 stateMask=0x0 x=156 y=95 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:30:17 [2019-07-19T20:30:17.925Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200121967 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:30:17 [2019-07-19T20:30:17.925Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200122013 data=null button=1 stateMask=0x80000 x=156 y=95 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:30:17 [2019-07-19T20:30:17.925Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:17 [2019-07-19T20:30:17.925Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:17 [2019-07-19T20:30:17.925Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:30:17 [2019-07-19T20:30:17.925Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:17 [2019-07-19T20:30:17.925Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200122016 data=null button=0 stateMask=0x0 x=156 y=95 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:30:17 [2019-07-19T20:30:17.925Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200122016 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:30:17 [2019-07-19T20:30:17.925Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200122016 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:30:17 [2019-07-19T20:30:17.925Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200122016 data=null button=1 stateMask=0x0 x=156 y=95 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:30:17 [2019-07-19T20:30:17.925Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200122016 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:30:17 [2019-07-19T20:30:17.925Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200122021 data=null button=1 stateMask=0x80000 x=156 y=95 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:30:17 [2019-07-19T20:30:17.925Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomXml.xml} 16:30:17 [2019-07-19T20:30:17.925Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200122022 data=null button=0 stateMask=0x0 x=156 y=95 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:30:17 [2019-07-19T20:30:17.925Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200122022 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:30:17 [2019-07-19T20:30:17.925Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:17 [2019-07-19T20:30:17.925Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200122022 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:30:17 [2019-07-19T20:30:17.925Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200122023 data=null button=1 stateMask=0x0 x=156 y=95 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:30:17 [2019-07-19T20:30:17.925Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200122023 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:30:17 [2019-07-19T20:30:17.925Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200122026 data=null button=1 stateMask=0x80000 x=156 y=95 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:30:17 [2019-07-19T20:30:17.925Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200122027 data=null button=1 stateMask=0x0 x=156 y=95 count=2} to TreeItem with text {ExampleCustomXml.xml} 16:30:17 [2019-07-19T20:30:17.925Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200122027 data=null button=1 stateMask=0x0 x=156 y=95 count=2} to TreeItem with text {ExampleCustomXml.xml} 16:30:17 [2019-07-19T20:30:17.925Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200122027 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:30:18 [2019-07-19T20:30:18.182Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200122185 data=null button=1 stateMask=0x80000 x=156 y=95 count=2} to TreeItem with text {ExampleCustomXml.xml} 16:30:18 [2019-07-19T20:30:18.182Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200122374 data=null button=0 stateMask=0x0 x=156 y=95 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:30:18 [2019-07-19T20:30:18.182Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200122374 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:30:18 [2019-07-19T20:30:18.182Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200122374 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:30:18 [2019-07-19T20:30:18.182Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomXml.xml} 16:30:18 [2019-07-19T20:30:18.182Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:30:18 [2019-07-19T20:30:18.182Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:30:19 [2019-07-19T20:30:19.550Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:30:19 [2019-07-19T20:30:19.550Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:30:19 [2019-07-19T20:30:19.550Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:30:19 [2019-07-19T20:30:19.550Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:30:19 [2019-07-19T20:30:19.550Z] DEBUG - Attempting to set focus on Table with text {} 16:30:19 [2019-07-19T20:30:19.550Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200123398 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:30:19 [2019-07-19T20:30:19.550Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200123398 data=null doit=true} to TableItem with text {} 16:30:19 [2019-07-19T20:30:19.550Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200123398 data=null} to TableItem with text {} 16:30:19 [2019-07-19T20:30:19.550Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200123399 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:30:19 [2019-07-19T20:30:19.550Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200123399 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:30:19 [2019-07-19T20:30:19.550Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200123417 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:30:19 [2019-07-19T20:30:19.550Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:30:19 [2019-07-19T20:30:19.550Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:30:19 [2019-07-19T20:30:19.550Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:30:19 [2019-07-19T20:30:19.550Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:19 [2019-07-19T20:30:19.550Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200123604 data=null button=0 stateMask=0x0 x=156 y=95 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:30:19 [2019-07-19T20:30:19.550Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200123604 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:30:19 [2019-07-19T20:30:19.550Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200123605 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:30:19 [2019-07-19T20:30:19.550Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200123605 data=null button=1 stateMask=0x0 x=156 y=95 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:30:19 [2019-07-19T20:30:19.550Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200123605 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:30:19 [2019-07-19T20:30:19.550Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200123611 data=null button=1 stateMask=0x80000 x=156 y=95 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:30:19 [2019-07-19T20:30:19.550Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:19 [2019-07-19T20:30:19.550Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:19 [2019-07-19T20:30:19.550Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:30:19 [2019-07-19T20:30:19.550Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:30:19 [2019-07-19T20:30:19.550Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:19 [2019-07-19T20:30:19.550Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:19 [2019-07-19T20:30:19.550Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:19 [2019-07-19T20:30:19.550Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:19 [2019-07-19T20:30:19.550Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:19 [2019-07-19T20:30:19.550Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200123617 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:30:19 [2019-07-19T20:30:19.550Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200123617 data=null doit=true} to TreeItem with text {test} 16:30:19 [2019-07-19T20:30:19.550Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200123617 data=null} to TreeItem with text {test} 16:30:19 [2019-07-19T20:30:19.550Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200123617 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:30:19 [2019-07-19T20:30:19.550Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200123617 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:30:19 [2019-07-19T20:30:19.550Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200123652 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:30:19 [2019-07-19T20:30:19.550Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:19 [2019-07-19T20:30:19.550Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200123662 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:30:19 [2019-07-19T20:30:19.550Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200123662 data=null doit=true} to TreeItem with text {test} 16:30:19 [2019-07-19T20:30:19.550Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200123662 data=null} to TreeItem with text {test} 16:30:19 [2019-07-19T20:30:19.550Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200123662 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:30:19 [2019-07-19T20:30:19.550Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200123662 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:30:19 [2019-07-19T20:30:19.550Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200123674 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:30:19 [2019-07-19T20:30:19.550Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:30:19 [2019-07-19T20:30:19.550Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:19 [2019-07-19T20:30:19.550Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [7]} time=200123675 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [7]} 16:30:19 [2019-07-19T20:30:19.550Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [7]} time=200123675 data=null doit=true} to TreeItem with text {Traces [7]} 16:30:19 [2019-07-19T20:30:19.550Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [7]} time=200123676 data=null} to TreeItem with text {Traces [7]} 16:30:19 [2019-07-19T20:30:19.550Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [7]} time=200123676 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [7]} 16:30:19 [2019-07-19T20:30:19.550Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200123676 data=null item=TreeItem {Traces [7]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [7]} 16:30:19 [2019-07-19T20:30:19.550Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [7]} time=200123699 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [7]} 16:30:19 [2019-07-19T20:30:19.550Z] WARN - Tree item TreeItem with text {Traces [7]} is already expanded. Won't expand it again. 16:30:20 [2019-07-19T20:30:20.115Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:30:20 [2019-07-19T20:30:20.115Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:20 [2019-07-19T20:30:20.115Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200124172 data=null button=0 stateMask=0x0 x=148 y=116 count=0} to TreeItem with text {kernel-overlap-testing} 16:30:20 [2019-07-19T20:30:20.115Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200124172 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:30:20 [2019-07-19T20:30:20.115Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200124172 data=null} to TreeItem with text {kernel-overlap-testing} 16:30:20 [2019-07-19T20:30:20.115Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200124172 data=null button=1 stateMask=0x0 x=148 y=116 count=1} to TreeItem with text {kernel-overlap-testing} 16:30:20 [2019-07-19T20:30:20.115Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200124173 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:30:20 [2019-07-19T20:30:20.115Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200124214 data=null button=1 stateMask=0x80000 x=148 y=116 count=1} to TreeItem with text {kernel-overlap-testing} 16:30:20 [2019-07-19T20:30:20.115Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:20 [2019-07-19T20:30:20.115Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:20 [2019-07-19T20:30:20.115Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:30:20 [2019-07-19T20:30:20.115Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:20 [2019-07-19T20:30:20.115Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200124217 data=null button=0 stateMask=0x0 x=148 y=116 count=0} to TreeItem with text {kernel-overlap-testing} 16:30:20 [2019-07-19T20:30:20.115Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200124217 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:30:20 [2019-07-19T20:30:20.115Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200124218 data=null} to TreeItem with text {kernel-overlap-testing} 16:30:20 [2019-07-19T20:30:20.115Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200124218 data=null button=1 stateMask=0x0 x=148 y=116 count=1} to TreeItem with text {kernel-overlap-testing} 16:30:20 [2019-07-19T20:30:20.115Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200124218 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:30:20 [2019-07-19T20:30:20.115Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200124223 data=null button=1 stateMask=0x80000 x=148 y=116 count=1} to TreeItem with text {kernel-overlap-testing} 16:30:20 [2019-07-19T20:30:20.115Z] DEBUG - Double-clicking on TreeItem with text {kernel-overlap-testing} 16:30:20 [2019-07-19T20:30:20.115Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200124224 data=null button=0 stateMask=0x0 x=148 y=116 count=0} to TreeItem with text {kernel-overlap-testing} 16:30:20 [2019-07-19T20:30:20.115Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200124224 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:30:20 [2019-07-19T20:30:20.115Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:20 [2019-07-19T20:30:20.115Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200124225 data=null} to TreeItem with text {kernel-overlap-testing} 16:30:20 [2019-07-19T20:30:20.115Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200124225 data=null button=1 stateMask=0x0 x=148 y=116 count=1} to TreeItem with text {kernel-overlap-testing} 16:30:20 [2019-07-19T20:30:20.115Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200124225 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:30:20 [2019-07-19T20:30:20.115Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200124230 data=null button=1 stateMask=0x80000 x=148 y=116 count=1} to TreeItem with text {kernel-overlap-testing} 16:30:20 [2019-07-19T20:30:20.115Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200124236 data=null button=1 stateMask=0x0 x=148 y=116 count=2} to TreeItem with text {kernel-overlap-testing} 16:30:20 [2019-07-19T20:30:20.115Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {kernel-overlap-testing} time=200124237 data=null button=1 stateMask=0x0 x=148 y=116 count=2} to TreeItem with text {kernel-overlap-testing} 16:30:20 [2019-07-19T20:30:20.115Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200124237 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:30:20 [2019-07-19T20:30:20.680Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200124381 data=null button=1 stateMask=0x80000 x=148 y=116 count=2} to TreeItem with text {kernel-overlap-testing} 16:30:20 [2019-07-19T20:30:20.937Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {kernel-overlap-testing} time=200125029 data=null button=0 stateMask=0x0 x=148 y=116 count=0} to TreeItem with text {kernel-overlap-testing} 16:30:20 [2019-07-19T20:30:20.937Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {kernel-overlap-testing} time=200125031 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:30:20 [2019-07-19T20:30:20.937Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {kernel-overlap-testing} time=200125032 data=null} to TreeItem with text {kernel-overlap-testing} 16:30:20 [2019-07-19T20:30:20.937Z] DEBUG - Double-clicked on TreeItem with text {kernel-overlap-testing} 16:30:20 [2019-07-19T20:30:20.937Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:30:20 [2019-07-19T20:30:20.937Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:30:20 [2019-07-19T20:30:20.937Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:30:20 [2019-07-19T20:30:20.937Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:30:20 [2019-07-19T20:30:20.937Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:30:20 [2019-07-19T20:30:20.937Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:30:20 [2019-07-19T20:30:20.937Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:30:20 [2019-07-19T20:30:20.937Z] DEBUG - Attempting to set focus on Table with text {} 16:30:20 [2019-07-19T20:30:20.937Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200125034 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:30:20 [2019-07-19T20:30:20.937Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200125034 data=null doit=true} to TableItem with text {} 16:30:20 [2019-07-19T20:30:20.937Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200125035 data=null} to TableItem with text {} 16:30:20 [2019-07-19T20:30:20.937Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200125035 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:30:20 [2019-07-19T20:30:20.937Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200125035 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:30:20 [2019-07-19T20:30:20.937Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200125041 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:30:20 [2019-07-19T20:30:20.937Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:30:20 [2019-07-19T20:30:20.937Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:30:21 [2019-07-19T20:30:21.870Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:30:21 [2019-07-19T20:30:21.870Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:22 [2019-07-19T20:30:22.127Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200126175 data=null button=0 stateMask=0x0 x=148 y=116 count=0} to TreeItem with text {kernel-overlap-testing} 16:30:22 [2019-07-19T20:30:22.127Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200126175 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:30:22 [2019-07-19T20:30:22.127Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200126175 data=null} to TreeItem with text {kernel-overlap-testing} 16:30:22 [2019-07-19T20:30:22.127Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200126176 data=null button=1 stateMask=0x0 x=148 y=116 count=1} to TreeItem with text {kernel-overlap-testing} 16:30:22 [2019-07-19T20:30:22.127Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200126176 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:30:22 [2019-07-19T20:30:22.127Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200126182 data=null button=1 stateMask=0x80000 x=148 y=116 count=1} to TreeItem with text {kernel-overlap-testing} 16:30:22 [2019-07-19T20:30:22.127Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:22 [2019-07-19T20:30:22.127Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:22 [2019-07-19T20:30:22.127Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:30:22 [2019-07-19T20:30:22.127Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:30:22 [2019-07-19T20:30:22.127Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:22 [2019-07-19T20:30:22.127Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:22 [2019-07-19T20:30:22.127Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:22 [2019-07-19T20:30:22.127Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:22 [2019-07-19T20:30:22.127Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:22 [2019-07-19T20:30:22.127Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200126188 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:30:22 [2019-07-19T20:30:22.127Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200126188 data=null doit=true} to TreeItem with text {test} 16:30:22 [2019-07-19T20:30:22.127Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200126189 data=null} to TreeItem with text {test} 16:30:22 [2019-07-19T20:30:22.127Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200126189 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:30:22 [2019-07-19T20:30:22.127Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200126189 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:30:22 [2019-07-19T20:30:22.127Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200126241 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:30:22 [2019-07-19T20:30:22.127Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:22 [2019-07-19T20:30:22.127Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200126243 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:30:22 [2019-07-19T20:30:22.127Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200126243 data=null doit=true} to TreeItem with text {test} 16:30:22 [2019-07-19T20:30:22.127Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200126243 data=null} to TreeItem with text {test} 16:30:22 [2019-07-19T20:30:22.127Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200126243 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:30:22 [2019-07-19T20:30:22.127Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200126244 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:30:22 [2019-07-19T20:30:22.127Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200126256 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:30:22 [2019-07-19T20:30:22.127Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:30:22 [2019-07-19T20:30:22.127Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:22 [2019-07-19T20:30:22.127Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [7]} time=200126258 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [7]} 16:30:22 [2019-07-19T20:30:22.127Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [7]} time=200126258 data=null doit=true} to TreeItem with text {Traces [7]} 16:30:22 [2019-07-19T20:30:22.127Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [7]} time=200126258 data=null} to TreeItem with text {Traces [7]} 16:30:22 [2019-07-19T20:30:22.127Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [7]} time=200126259 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [7]} 16:30:22 [2019-07-19T20:30:22.127Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200126259 data=null item=TreeItem {Traces [7]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [7]} 16:30:22 [2019-07-19T20:30:22.127Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [7]} time=200126289 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [7]} 16:30:22 [2019-07-19T20:30:22.127Z] WARN - Tree item TreeItem with text {Traces [7]} is already expanded. Won't expand it again. 16:30:22 [2019-07-19T20:30:22.127Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:30:22 [2019-07-19T20:30:22.127Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:22 [2019-07-19T20:30:22.384Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=200126428 data=null button=0 stateMask=0x0 x=150 y=137 count=0} to TreeItem with text {simple_server-thread1} 16:30:22 [2019-07-19T20:30:22.384Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=200126428 data=null doit=true} to TreeItem with text {simple_server-thread1} 16:30:22 [2019-07-19T20:30:22.384Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=200126428 data=null} to TreeItem with text {simple_server-thread1} 16:30:22 [2019-07-19T20:30:22.384Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=200126429 data=null button=1 stateMask=0x0 x=150 y=137 count=1} to TreeItem with text {simple_server-thread1} 16:30:22 [2019-07-19T20:30:22.384Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200126429 data=null item=TreeItem {simple_server-thread1} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread1} 16:30:22 [2019-07-19T20:30:22.384Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=200126473 data=null button=1 stateMask=0x80000 x=150 y=137 count=1} to TreeItem with text {simple_server-thread1} 16:30:22 [2019-07-19T20:30:22.384Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:22 [2019-07-19T20:30:22.384Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:22 [2019-07-19T20:30:22.384Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:30:22 [2019-07-19T20:30:22.384Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:22 [2019-07-19T20:30:22.384Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=200126476 data=null button=0 stateMask=0x0 x=150 y=137 count=0} to TreeItem with text {simple_server-thread1} 16:30:22 [2019-07-19T20:30:22.384Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=200126476 data=null doit=true} to TreeItem with text {simple_server-thread1} 16:30:22 [2019-07-19T20:30:22.384Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=200126476 data=null} to TreeItem with text {simple_server-thread1} 16:30:22 [2019-07-19T20:30:22.384Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=200126477 data=null button=1 stateMask=0x0 x=150 y=137 count=1} to TreeItem with text {simple_server-thread1} 16:30:22 [2019-07-19T20:30:22.384Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200126477 data=null item=TreeItem {simple_server-thread1} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread1} 16:30:22 [2019-07-19T20:30:22.384Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=200126482 data=null button=1 stateMask=0x80000 x=150 y=137 count=1} to TreeItem with text {simple_server-thread1} 16:30:22 [2019-07-19T20:30:22.384Z] DEBUG - Double-clicking on TreeItem with text {simple_server-thread1} 16:30:22 [2019-07-19T20:30:22.384Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=200126483 data=null button=0 stateMask=0x0 x=150 y=137 count=0} to TreeItem with text {simple_server-thread1} 16:30:22 [2019-07-19T20:30:22.384Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=200126483 data=null doit=true} to TreeItem with text {simple_server-thread1} 16:30:22 [2019-07-19T20:30:22.384Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:22 [2019-07-19T20:30:22.384Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=200126484 data=null} to TreeItem with text {simple_server-thread1} 16:30:22 [2019-07-19T20:30:22.384Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=200126484 data=null button=1 stateMask=0x0 x=150 y=137 count=1} to TreeItem with text {simple_server-thread1} 16:30:22 [2019-07-19T20:30:22.384Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200126484 data=null item=TreeItem {simple_server-thread1} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread1} 16:30:22 [2019-07-19T20:30:22.384Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=200126488 data=null button=1 stateMask=0x80000 x=150 y=137 count=1} to TreeItem with text {simple_server-thread1} 16:30:22 [2019-07-19T20:30:22.384Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=200126489 data=null button=1 stateMask=0x0 x=150 y=137 count=2} to TreeItem with text {simple_server-thread1} 16:30:22 [2019-07-19T20:30:22.384Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {simple_server-thread1} time=200126489 data=null button=1 stateMask=0x0 x=150 y=137 count=2} to TreeItem with text {simple_server-thread1} 16:30:22 [2019-07-19T20:30:22.384Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200126489 data=null item=TreeItem {simple_server-thread1} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread1} 16:30:22 [2019-07-19T20:30:22.948Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=200126570 data=null button=1 stateMask=0x80000 x=150 y=137 count=2} to TreeItem with text {simple_server-thread1} 16:30:22 [2019-07-19T20:30:22.948Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {simple_server-thread1} time=200127043 data=null button=0 stateMask=0x0 x=150 y=137 count=0} to TreeItem with text {simple_server-thread1} 16:30:22 [2019-07-19T20:30:22.948Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {simple_server-thread1} time=200127142 data=null doit=true} to TreeItem with text {simple_server-thread1} 16:30:22 [2019-07-19T20:30:22.948Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {simple_server-thread1} time=200127142 data=null} to TreeItem with text {simple_server-thread1} 16:30:22 [2019-07-19T20:30:22.948Z] DEBUG - Double-clicked on TreeItem with text {simple_server-thread1} 16:30:22 [2019-07-19T20:30:22.948Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:30:22 [2019-07-19T20:30:22.948Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:30:22 [2019-07-19T20:30:22.948Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:30:22 [2019-07-19T20:30:22.948Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:30:22 [2019-07-19T20:30:22.948Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:30:22 [2019-07-19T20:30:22.948Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:30:22 [2019-07-19T20:30:22.948Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:30:22 [2019-07-19T20:30:22.948Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:30:22 [2019-07-19T20:30:22.948Z] DEBUG - Attempting to set focus on Table with text {} 16:30:22 [2019-07-19T20:30:22.948Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200127148 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:30:22 [2019-07-19T20:30:22.948Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200127148 data=null doit=true} to TableItem with text {} 16:30:22 [2019-07-19T20:30:22.948Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200127148 data=null} to TableItem with text {} 16:30:22 [2019-07-19T20:30:22.948Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200127148 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:30:22 [2019-07-19T20:30:22.948Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200127149 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:30:22 [2019-07-19T20:30:22.948Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200127154 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:30:22 [2019-07-19T20:30:22.948Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:30:22 [2019-07-19T20:30:22.948Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:30:24 [2019-07-19T20:30:24.339Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:30:24 [2019-07-19T20:30:24.339Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:24 [2019-07-19T20:30:24.339Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=200128256 data=null button=0 stateMask=0x0 x=150 y=137 count=0} to TreeItem with text {simple_server-thread1} 16:30:24 [2019-07-19T20:30:24.339Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=200128256 data=null doit=true} to TreeItem with text {simple_server-thread1} 16:30:24 [2019-07-19T20:30:24.339Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=200128256 data=null} to TreeItem with text {simple_server-thread1} 16:30:24 [2019-07-19T20:30:24.339Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=200128257 data=null button=1 stateMask=0x0 x=150 y=137 count=1} to TreeItem with text {simple_server-thread1} 16:30:24 [2019-07-19T20:30:24.339Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200128257 data=null item=TreeItem {simple_server-thread1} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread1} 16:30:24 [2019-07-19T20:30:24.339Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=200128262 data=null button=1 stateMask=0x80000 x=150 y=137 count=1} to TreeItem with text {simple_server-thread1} 16:30:24 [2019-07-19T20:30:24.339Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:24 [2019-07-19T20:30:24.339Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:24 [2019-07-19T20:30:24.339Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:30:24 [2019-07-19T20:30:24.339Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:30:24 [2019-07-19T20:30:24.339Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:24 [2019-07-19T20:30:24.339Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:24 [2019-07-19T20:30:24.339Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:24 [2019-07-19T20:30:24.339Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:24 [2019-07-19T20:30:24.339Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:24 [2019-07-19T20:30:24.339Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200128284 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:30:24 [2019-07-19T20:30:24.339Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200128287 data=null doit=true} to TreeItem with text {test} 16:30:24 [2019-07-19T20:30:24.339Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200128287 data=null} to TreeItem with text {test} 16:30:24 [2019-07-19T20:30:24.339Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200128288 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:30:24 [2019-07-19T20:30:24.339Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200128288 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:30:24 [2019-07-19T20:30:24.339Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200128331 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:30:24 [2019-07-19T20:30:24.339Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:24 [2019-07-19T20:30:24.339Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200128332 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:30:24 [2019-07-19T20:30:24.339Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200128332 data=null doit=true} to TreeItem with text {test} 16:30:24 [2019-07-19T20:30:24.339Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200128332 data=null} to TreeItem with text {test} 16:30:24 [2019-07-19T20:30:24.339Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200128333 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:30:24 [2019-07-19T20:30:24.339Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200128333 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:30:24 [2019-07-19T20:30:24.339Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200128340 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:30:24 [2019-07-19T20:30:24.339Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:30:24 [2019-07-19T20:30:24.339Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:24 [2019-07-19T20:30:24.339Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [7]} time=200128341 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [7]} 16:30:24 [2019-07-19T20:30:24.339Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [7]} time=200128341 data=null doit=true} to TreeItem with text {Traces [7]} 16:30:24 [2019-07-19T20:30:24.339Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [7]} time=200128341 data=null} to TreeItem with text {Traces [7]} 16:30:24 [2019-07-19T20:30:24.339Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [7]} time=200128342 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [7]} 16:30:24 [2019-07-19T20:30:24.339Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200128342 data=null item=TreeItem {Traces [7]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [7]} 16:30:24 [2019-07-19T20:30:24.339Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [7]} time=200128363 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [7]} 16:30:24 [2019-07-19T20:30:24.339Z] WARN - Tree item TreeItem with text {Traces [7]} is already expanded. Won't expand it again. 16:30:24 [2019-07-19T20:30:24.339Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:30:24 [2019-07-19T20:30:24.339Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:24 [2019-07-19T20:30:24.339Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=200128488 data=null button=0 stateMask=0x0 x=150 y=158 count=0} to TreeItem with text {simple_server-thread2} 16:30:24 [2019-07-19T20:30:24.339Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=200128489 data=null doit=true} to TreeItem with text {simple_server-thread2} 16:30:24 [2019-07-19T20:30:24.339Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=200128489 data=null} to TreeItem with text {simple_server-thread2} 16:30:24 [2019-07-19T20:30:24.339Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=200128489 data=null button=1 stateMask=0x0 x=150 y=158 count=1} to TreeItem with text {simple_server-thread2} 16:30:24 [2019-07-19T20:30:24.339Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200128490 data=null item=TreeItem {simple_server-thread2} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread2} 16:30:24 [2019-07-19T20:30:24.339Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=200128540 data=null button=1 stateMask=0x80000 x=150 y=158 count=1} to TreeItem with text {simple_server-thread2} 16:30:24 [2019-07-19T20:30:24.339Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:24 [2019-07-19T20:30:24.339Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:24 [2019-07-19T20:30:24.339Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:30:24 [2019-07-19T20:30:24.339Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:24 [2019-07-19T20:30:24.339Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=200128543 data=null button=0 stateMask=0x0 x=150 y=158 count=0} to TreeItem with text {simple_server-thread2} 16:30:24 [2019-07-19T20:30:24.339Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=200128543 data=null doit=true} to TreeItem with text {simple_server-thread2} 16:30:24 [2019-07-19T20:30:24.339Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=200128543 data=null} to TreeItem with text {simple_server-thread2} 16:30:24 [2019-07-19T20:30:24.339Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=200128544 data=null button=1 stateMask=0x0 x=150 y=158 count=1} to TreeItem with text {simple_server-thread2} 16:30:24 [2019-07-19T20:30:24.339Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200128544 data=null item=TreeItem {simple_server-thread2} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread2} 16:30:24 [2019-07-19T20:30:24.339Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=200128549 data=null button=1 stateMask=0x80000 x=150 y=158 count=1} to TreeItem with text {simple_server-thread2} 16:30:24 [2019-07-19T20:30:24.339Z] DEBUG - Double-clicking on TreeItem with text {simple_server-thread2} 16:30:24 [2019-07-19T20:30:24.339Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=200128550 data=null button=0 stateMask=0x0 x=150 y=158 count=0} to TreeItem with text {simple_server-thread2} 16:30:24 [2019-07-19T20:30:24.339Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=200128550 data=null doit=true} to TreeItem with text {simple_server-thread2} 16:30:24 [2019-07-19T20:30:24.339Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:24 [2019-07-19T20:30:24.339Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=200128550 data=null} to TreeItem with text {simple_server-thread2} 16:30:24 [2019-07-19T20:30:24.339Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=200128551 data=null button=1 stateMask=0x0 x=150 y=158 count=1} to TreeItem with text {simple_server-thread2} 16:30:24 [2019-07-19T20:30:24.339Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200128551 data=null item=TreeItem {simple_server-thread2} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread2} 16:30:24 [2019-07-19T20:30:24.339Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=200128562 data=null button=1 stateMask=0x80000 x=150 y=158 count=1} to TreeItem with text {simple_server-thread2} 16:30:24 [2019-07-19T20:30:24.339Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=200128563 data=null button=1 stateMask=0x0 x=150 y=158 count=2} to TreeItem with text {simple_server-thread2} 16:30:24 [2019-07-19T20:30:24.339Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {simple_server-thread2} time=200128563 data=null button=1 stateMask=0x0 x=150 y=158 count=2} to TreeItem with text {simple_server-thread2} 16:30:24 [2019-07-19T20:30:24.596Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200128564 data=null item=TreeItem {simple_server-thread2} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread2} 16:30:25 [2019-07-19T20:30:25.161Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=200128843 data=null button=1 stateMask=0x80000 x=150 y=158 count=2} to TreeItem with text {simple_server-thread2} 16:30:25 [2019-07-19T20:30:25.418Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {simple_server-thread2} time=200129451 data=null button=0 stateMask=0x0 x=150 y=158 count=0} to TreeItem with text {simple_server-thread2} 16:30:25 [2019-07-19T20:30:25.418Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {simple_server-thread2} time=200129452 data=null doit=true} to TreeItem with text {simple_server-thread2} 16:30:25 [2019-07-19T20:30:25.418Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {simple_server-thread2} time=200129452 data=null} to TreeItem with text {simple_server-thread2} 16:30:25 [2019-07-19T20:30:25.418Z] DEBUG - Double-clicked on TreeItem with text {simple_server-thread2} 16:30:25 [2019-07-19T20:30:25.418Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:30:25 [2019-07-19T20:30:25.418Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:30:25 [2019-07-19T20:30:25.418Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:30:25 [2019-07-19T20:30:25.418Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:30:25 [2019-07-19T20:30:25.418Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:30:25 [2019-07-19T20:30:25.418Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:30:25 [2019-07-19T20:30:25.418Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:30:25 [2019-07-19T20:30:25.418Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:30:25 [2019-07-19T20:30:25.418Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:30:25 [2019-07-19T20:30:25.418Z] DEBUG - Attempting to set focus on Table with text {} 16:30:25 [2019-07-19T20:30:25.418Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200129455 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:30:25 [2019-07-19T20:30:25.418Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200129455 data=null doit=true} to TableItem with text {} 16:30:25 [2019-07-19T20:30:25.418Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200129455 data=null} to TableItem with text {} 16:30:25 [2019-07-19T20:30:25.418Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200129456 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:30:25 [2019-07-19T20:30:25.418Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200129456 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:30:25 [2019-07-19T20:30:25.418Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200129463 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:30:25 [2019-07-19T20:30:25.418Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:30:25 [2019-07-19T20:30:25.418Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:30:26 [2019-07-19T20:30:26.350Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:30:26 [2019-07-19T20:30:26.350Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:26 [2019-07-19T20:30:26.350Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=200130370 data=null button=0 stateMask=0x0 x=150 y=158 count=0} to TreeItem with text {simple_server-thread2} 16:30:26 [2019-07-19T20:30:26.350Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=200130370 data=null doit=true} to TreeItem with text {simple_server-thread2} 16:30:26 [2019-07-19T20:30:26.350Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=200130371 data=null} to TreeItem with text {simple_server-thread2} 16:30:26 [2019-07-19T20:30:26.350Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=200130371 data=null button=1 stateMask=0x0 x=150 y=158 count=1} to TreeItem with text {simple_server-thread2} 16:30:26 [2019-07-19T20:30:26.350Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200130371 data=null item=TreeItem {simple_server-thread2} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread2} 16:30:26 [2019-07-19T20:30:26.350Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=200130377 data=null button=1 stateMask=0x80000 x=150 y=158 count=1} to TreeItem with text {simple_server-thread2} 16:30:26 [2019-07-19T20:30:26.350Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:26 [2019-07-19T20:30:26.350Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:26 [2019-07-19T20:30:26.350Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:30:26 [2019-07-19T20:30:26.350Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:30:26 [2019-07-19T20:30:26.350Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:26 [2019-07-19T20:30:26.350Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:26 [2019-07-19T20:30:26.350Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:26 [2019-07-19T20:30:26.350Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:26 [2019-07-19T20:30:26.350Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:26 [2019-07-19T20:30:26.350Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200130383 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:30:26 [2019-07-19T20:30:26.350Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200130383 data=null doit=true} to TreeItem with text {test} 16:30:26 [2019-07-19T20:30:26.350Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200130384 data=null} to TreeItem with text {test} 16:30:26 [2019-07-19T20:30:26.350Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200130384 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:30:26 [2019-07-19T20:30:26.350Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200130384 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:30:26 [2019-07-19T20:30:26.350Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200130418 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:30:26 [2019-07-19T20:30:26.350Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:26 [2019-07-19T20:30:26.350Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200130419 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:30:26 [2019-07-19T20:30:26.350Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200130419 data=null doit=true} to TreeItem with text {test} 16:30:26 [2019-07-19T20:30:26.350Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200130419 data=null} to TreeItem with text {test} 16:30:26 [2019-07-19T20:30:26.350Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200130420 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:30:26 [2019-07-19T20:30:26.350Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200130420 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:30:26 [2019-07-19T20:30:26.350Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200130442 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:30:26 [2019-07-19T20:30:26.350Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:30:26 [2019-07-19T20:30:26.350Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:26 [2019-07-19T20:30:26.350Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [7]} time=200130450 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [7]} 16:30:26 [2019-07-19T20:30:26.350Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [7]} time=200130450 data=null doit=true} to TreeItem with text {Traces [7]} 16:30:26 [2019-07-19T20:30:26.350Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [7]} time=200130450 data=null} to TreeItem with text {Traces [7]} 16:30:26 [2019-07-19T20:30:26.350Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [7]} time=200130451 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [7]} 16:30:26 [2019-07-19T20:30:26.350Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200130451 data=null item=TreeItem {Traces [7]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [7]} 16:30:26 [2019-07-19T20:30:26.350Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [7]} time=200130484 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [7]} 16:30:26 [2019-07-19T20:30:26.350Z] WARN - Tree item TreeItem with text {Traces [7]} is already expanded. Won't expand it again. 16:30:26 [2019-07-19T20:30:26.350Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:30:26 [2019-07-19T20:30:26.350Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:26 [2019-07-19T20:30:26.608Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=200130601 data=null button=0 stateMask=0x0 x=139 y=200 count=0} to TreeItem with text {ust-overlap-testing} 16:30:26 [2019-07-19T20:30:26.608Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=200130601 data=null doit=true} to TreeItem with text {ust-overlap-testing} 16:30:26 [2019-07-19T20:30:26.608Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=200130601 data=null} to TreeItem with text {ust-overlap-testing} 16:30:26 [2019-07-19T20:30:26.608Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=200130602 data=null button=1 stateMask=0x0 x=139 y=200 count=1} to TreeItem with text {ust-overlap-testing} 16:30:26 [2019-07-19T20:30:26.608Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200130602 data=null item=TreeItem {ust-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ust-overlap-testing} 16:30:26 [2019-07-19T20:30:26.608Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=200130650 data=null button=1 stateMask=0x80000 x=139 y=200 count=1} to TreeItem with text {ust-overlap-testing} 16:30:26 [2019-07-19T20:30:26.608Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:26 [2019-07-19T20:30:26.608Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:26 [2019-07-19T20:30:26.608Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:30:26 [2019-07-19T20:30:26.608Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:26 [2019-07-19T20:30:26.608Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=200130653 data=null button=0 stateMask=0x0 x=139 y=200 count=0} to TreeItem with text {ust-overlap-testing} 16:30:26 [2019-07-19T20:30:26.608Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=200130653 data=null doit=true} to TreeItem with text {ust-overlap-testing} 16:30:26 [2019-07-19T20:30:26.608Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=200130653 data=null} to TreeItem with text {ust-overlap-testing} 16:30:26 [2019-07-19T20:30:26.608Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=200130654 data=null button=1 stateMask=0x0 x=139 y=200 count=1} to TreeItem with text {ust-overlap-testing} 16:30:26 [2019-07-19T20:30:26.608Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200130654 data=null item=TreeItem {ust-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ust-overlap-testing} 16:30:26 [2019-07-19T20:30:26.608Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=200130659 data=null button=1 stateMask=0x80000 x=139 y=200 count=1} to TreeItem with text {ust-overlap-testing} 16:30:26 [2019-07-19T20:30:26.608Z] DEBUG - Double-clicking on TreeItem with text {ust-overlap-testing} 16:30:26 [2019-07-19T20:30:26.608Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=200130660 data=null button=0 stateMask=0x0 x=139 y=200 count=0} to TreeItem with text {ust-overlap-testing} 16:30:26 [2019-07-19T20:30:26.608Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=200130660 data=null doit=true} to TreeItem with text {ust-overlap-testing} 16:30:26 [2019-07-19T20:30:26.608Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:26 [2019-07-19T20:30:26.608Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=200130660 data=null} to TreeItem with text {ust-overlap-testing} 16:30:26 [2019-07-19T20:30:26.608Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=200130661 data=null button=1 stateMask=0x0 x=139 y=200 count=1} to TreeItem with text {ust-overlap-testing} 16:30:26 [2019-07-19T20:30:26.608Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200130661 data=null item=TreeItem {ust-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ust-overlap-testing} 16:30:26 [2019-07-19T20:30:26.608Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=200130665 data=null button=1 stateMask=0x80000 x=139 y=200 count=1} to TreeItem with text {ust-overlap-testing} 16:30:26 [2019-07-19T20:30:26.608Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=200130665 data=null button=1 stateMask=0x0 x=139 y=200 count=2} to TreeItem with text {ust-overlap-testing} 16:30:26 [2019-07-19T20:30:26.608Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ust-overlap-testing} time=200130666 data=null button=1 stateMask=0x0 x=139 y=200 count=2} to TreeItem with text {ust-overlap-testing} 16:30:26 [2019-07-19T20:30:26.608Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200130666 data=null item=TreeItem {ust-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ust-overlap-testing} 16:30:27 [2019-07-19T20:30:27.172Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=200130762 data=null button=1 stateMask=0x80000 x=139 y=200 count=2} to TreeItem with text {ust-overlap-testing} 16:30:27 [2019-07-19T20:30:27.172Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ust-overlap-testing} time=200131191 data=null button=0 stateMask=0x0 x=139 y=200 count=0} to TreeItem with text {ust-overlap-testing} 16:30:27 [2019-07-19T20:30:27.172Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ust-overlap-testing} time=200131261 data=null doit=true} to TreeItem with text {ust-overlap-testing} 16:30:27 [2019-07-19T20:30:27.172Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ust-overlap-testing} time=200131261 data=null} to TreeItem with text {ust-overlap-testing} 16:30:27 [2019-07-19T20:30:27.172Z] DEBUG - Double-clicked on TreeItem with text {ust-overlap-testing} 16:30:27 [2019-07-19T20:30:27.172Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:30:27 [2019-07-19T20:30:27.172Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:30:27 [2019-07-19T20:30:27.172Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:30:27 [2019-07-19T20:30:27.172Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:30:27 [2019-07-19T20:30:27.172Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:30:27 [2019-07-19T20:30:27.172Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:30:27 [2019-07-19T20:30:27.172Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:30:27 [2019-07-19T20:30:27.172Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:30:27 [2019-07-19T20:30:27.172Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:30:27 [2019-07-19T20:30:27.172Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:30:27 [2019-07-19T20:30:27.172Z] DEBUG - Attempting to set focus on Table with text {} 16:30:27 [2019-07-19T20:30:27.172Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200131267 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:30:27 [2019-07-19T20:30:27.172Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200131267 data=null doit=true} to TableItem with text {} 16:30:27 [2019-07-19T20:30:27.172Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200131267 data=null} to TableItem with text {} 16:30:27 [2019-07-19T20:30:27.172Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200131267 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:30:27 [2019-07-19T20:30:27.172Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200131268 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:30:27 [2019-07-19T20:30:27.172Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200131274 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:30:27 [2019-07-19T20:30:27.172Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:30:27 [2019-07-19T20:30:27.172Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:30:28 [2019-07-19T20:30:28.104Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:30:28 [2019-07-19T20:30:28.104Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:28 [2019-07-19T20:30:28.361Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=200132385 data=null button=0 stateMask=0x0 x=139 y=200 count=0} to TreeItem with text {ust-overlap-testing} 16:30:28 [2019-07-19T20:30:28.361Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=200132386 data=null doit=true} to TreeItem with text {ust-overlap-testing} 16:30:28 [2019-07-19T20:30:28.361Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=200132386 data=null} to TreeItem with text {ust-overlap-testing} 16:30:28 [2019-07-19T20:30:28.361Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=200132386 data=null button=1 stateMask=0x0 x=139 y=200 count=1} to TreeItem with text {ust-overlap-testing} 16:30:28 [2019-07-19T20:30:28.361Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200132386 data=null item=TreeItem {ust-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ust-overlap-testing} 16:30:28 [2019-07-19T20:30:28.361Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=200132392 data=null button=1 stateMask=0x80000 x=139 y=200 count=1} to TreeItem with text {ust-overlap-testing} 16:30:28 [2019-07-19T20:30:28.361Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:28 [2019-07-19T20:30:28.361Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:28 [2019-07-19T20:30:28.361Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:30:28 [2019-07-19T20:30:28.361Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:30:28 [2019-07-19T20:30:28.361Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:28 [2019-07-19T20:30:28.361Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:28 [2019-07-19T20:30:28.361Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:28 [2019-07-19T20:30:28.361Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:28 [2019-07-19T20:30:28.361Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:28 [2019-07-19T20:30:28.361Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200132406 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:30:28 [2019-07-19T20:30:28.361Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200132406 data=null doit=true} to TreeItem with text {test} 16:30:28 [2019-07-19T20:30:28.361Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200132406 data=null} to TreeItem with text {test} 16:30:28 [2019-07-19T20:30:28.361Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200132407 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:30:28 [2019-07-19T20:30:28.361Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200132407 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:30:28 [2019-07-19T20:30:28.361Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200132495 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:30:28 [2019-07-19T20:30:28.361Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:28 [2019-07-19T20:30:28.361Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200132497 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:30:28 [2019-07-19T20:30:28.361Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200132497 data=null doit=true} to TreeItem with text {test} 16:30:28 [2019-07-19T20:30:28.361Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200132497 data=null} to TreeItem with text {test} 16:30:28 [2019-07-19T20:30:28.361Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200132497 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:30:28 [2019-07-19T20:30:28.361Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200132498 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:30:28 [2019-07-19T20:30:28.361Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200132505 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:30:28 [2019-07-19T20:30:28.361Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:30:28 [2019-07-19T20:30:28.361Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:28 [2019-07-19T20:30:28.361Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [7]} time=200132506 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [7]} 16:30:28 [2019-07-19T20:30:28.361Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [7]} time=200132506 data=null doit=true} to TreeItem with text {Traces [7]} 16:30:28 [2019-07-19T20:30:28.361Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [7]} time=200132506 data=null} to TreeItem with text {Traces [7]} 16:30:28 [2019-07-19T20:30:28.361Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [7]} time=200132507 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [7]} 16:30:28 [2019-07-19T20:30:28.361Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200132507 data=null item=TreeItem {Traces [7]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [7]} 16:30:28 [2019-07-19T20:30:28.361Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [7]} time=200132527 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [7]} 16:30:28 [2019-07-19T20:30:28.361Z] WARN - Tree item TreeItem with text {Traces [7]} is already expanded. Won't expand it again. 16:30:28 [2019-07-19T20:30:28.926Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:30:28 [2019-07-19T20:30:28.926Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:28 [2019-07-19T20:30:28.926Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {unrecognized.log} time=200133048 data=null button=0 stateMask=0x0 x=133 y=179 count=0} to TreeItem with text {unrecognized.log} 16:30:28 [2019-07-19T20:30:28.926Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {unrecognized.log} time=200133048 data=null doit=true} to TreeItem with text {unrecognized.log} 16:30:28 [2019-07-19T20:30:28.926Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {unrecognized.log} time=200133048 data=null} to TreeItem with text {unrecognized.log} 16:30:28 [2019-07-19T20:30:28.926Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=200133049 data=null button=1 stateMask=0x0 x=133 y=179 count=1} to TreeItem with text {unrecognized.log} 16:30:28 [2019-07-19T20:30:28.926Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200133049 data=null item=TreeItem {unrecognized.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {unrecognized.log} 16:30:28 [2019-07-19T20:30:28.926Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=200133140 data=null button=1 stateMask=0x80000 x=133 y=179 count=1} to TreeItem with text {unrecognized.log} 16:30:28 [2019-07-19T20:30:28.926Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:28 [2019-07-19T20:30:28.926Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:28 [2019-07-19T20:30:28.926Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:30:28 [2019-07-19T20:30:28.926Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:28 [2019-07-19T20:30:28.926Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {unrecognized.log} time=200133145 data=null button=0 stateMask=0x0 x=133 y=179 count=0} to TreeItem with text {unrecognized.log} 16:30:28 [2019-07-19T20:30:28.926Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {unrecognized.log} time=200133145 data=null doit=true} to TreeItem with text {unrecognized.log} 16:30:28 [2019-07-19T20:30:28.926Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {unrecognized.log} time=200133145 data=null} to TreeItem with text {unrecognized.log} 16:30:28 [2019-07-19T20:30:28.926Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=200133145 data=null button=1 stateMask=0x0 x=133 y=179 count=1} to TreeItem with text {unrecognized.log} 16:30:28 [2019-07-19T20:30:28.926Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200133145 data=null item=TreeItem {unrecognized.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {unrecognized.log} 16:30:28 [2019-07-19T20:30:28.926Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=200133151 data=null button=1 stateMask=0x80000 x=133 y=179 count=1} to TreeItem with text {unrecognized.log} 16:30:28 [2019-07-19T20:30:28.926Z] DEBUG - Double-clicking on TreeItem with text {unrecognized.log} 16:30:28 [2019-07-19T20:30:28.926Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {unrecognized.log} time=200133151 data=null button=0 stateMask=0x0 x=133 y=179 count=0} to TreeItem with text {unrecognized.log} 16:30:28 [2019-07-19T20:30:28.926Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {unrecognized.log} time=200133152 data=null doit=true} to TreeItem with text {unrecognized.log} 16:30:28 [2019-07-19T20:30:28.926Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:28 [2019-07-19T20:30:28.926Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {unrecognized.log} time=200133152 data=null} to TreeItem with text {unrecognized.log} 16:30:28 [2019-07-19T20:30:28.926Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=200133152 data=null button=1 stateMask=0x0 x=133 y=179 count=1} to TreeItem with text {unrecognized.log} 16:30:28 [2019-07-19T20:30:28.926Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200133153 data=null item=TreeItem {unrecognized.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {unrecognized.log} 16:30:28 [2019-07-19T20:30:28.926Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=200133164 data=null button=1 stateMask=0x80000 x=133 y=179 count=1} to TreeItem with text {unrecognized.log} 16:30:28 [2019-07-19T20:30:28.926Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=200133165 data=null button=1 stateMask=0x0 x=133 y=179 count=2} to TreeItem with text {unrecognized.log} 16:30:28 [2019-07-19T20:30:28.926Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {unrecognized.log} time=200133165 data=null button=1 stateMask=0x0 x=133 y=179 count=2} to TreeItem with text {unrecognized.log} 16:30:29 [2019-07-19T20:30:29.490Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200133166 data=null item=TreeItem {unrecognized.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {unrecognized.log} 16:30:29 [2019-07-19T20:30:29.490Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=200133342 data=null button=1 stateMask=0x80000 x=133 y=179 count=2} to TreeItem with text {unrecognized.log} 16:30:29 [2019-07-19T20:30:29.490Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {unrecognized.log} time=200133660 data=null button=0 stateMask=0x0 x=133 y=179 count=0} to TreeItem with text {unrecognized.log} 16:30:29 [2019-07-19T20:30:29.490Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {unrecognized.log} time=200133660 data=null doit=true} to TreeItem with text {unrecognized.log} 16:30:29 [2019-07-19T20:30:29.490Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {unrecognized.log} time=200133661 data=null} to TreeItem with text {unrecognized.log} 16:30:29 [2019-07-19T20:30:29.490Z] DEBUG - Double-clicked on TreeItem with text {unrecognized.log} 16:30:29 [2019-07-19T20:30:29.490Z] DEBUG - matched EditorReference with text "", using matcher: with name '"unrecognized.log"' 16:30:29 [2019-07-19T20:30:29.490Z] DEBUG - matched EditorReference with text "", using matcher: with name '"unrecognized.log"' 16:30:29 [2019-07-19T20:30:29.747Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:30:29 [2019-07-19T20:30:29.747Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:30 [2019-07-19T20:30:30.004Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {unrecognized.log} time=200134064 data=null button=0 stateMask=0x0 x=133 y=179 count=0} to TreeItem with text {unrecognized.log} 16:30:30 [2019-07-19T20:30:30.004Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {unrecognized.log} time=200134064 data=null doit=true} to TreeItem with text {unrecognized.log} 16:30:30 [2019-07-19T20:30:30.004Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {unrecognized.log} time=200134064 data=null} to TreeItem with text {unrecognized.log} 16:30:30 [2019-07-19T20:30:30.004Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=200134064 data=null button=1 stateMask=0x0 x=133 y=179 count=1} to TreeItem with text {unrecognized.log} 16:30:30 [2019-07-19T20:30:30.004Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200134065 data=null item=TreeItem {unrecognized.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {unrecognized.log} 16:30:30 [2019-07-19T20:30:30.004Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=200134070 data=null button=1 stateMask=0x80000 x=133 y=179 count=1} to TreeItem with text {unrecognized.log} 16:30:30 [2019-07-19T20:30:30.004Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:30 [2019-07-19T20:30:30.004Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:30 [2019-07-19T20:30:30.004Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:30:30 [2019-07-19T20:30:30.004Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:30:30 [2019-07-19T20:30:30.004Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:30 [2019-07-19T20:30:30.004Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:30 [2019-07-19T20:30:30.004Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:30 [2019-07-19T20:30:30.004Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:30 [2019-07-19T20:30:30.004Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:30 [2019-07-19T20:30:30.004Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200134084 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:30:30 [2019-07-19T20:30:30.004Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200134085 data=null doit=true} to TreeItem with text {test} 16:30:30 [2019-07-19T20:30:30.004Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200134085 data=null} to TreeItem with text {test} 16:30:30 [2019-07-19T20:30:30.004Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200134085 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:30:30 [2019-07-19T20:30:30.004Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200134085 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:30:30 [2019-07-19T20:30:30.004Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200134127 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:30:30 [2019-07-19T20:30:30.004Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:30 [2019-07-19T20:30:30.004Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200134128 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:30:30 [2019-07-19T20:30:30.004Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200134128 data=null doit=true} to TreeItem with text {test} 16:30:30 [2019-07-19T20:30:30.004Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200134128 data=null} to TreeItem with text {test} 16:30:30 [2019-07-19T20:30:30.004Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200134129 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:30:30 [2019-07-19T20:30:30.004Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200134129 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:30:30 [2019-07-19T20:30:30.004Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200134135 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:30:30 [2019-07-19T20:30:30.004Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:30:30 [2019-07-19T20:30:30.004Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:30 [2019-07-19T20:30:30.004Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [7]} time=200134137 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [7]} 16:30:30 [2019-07-19T20:30:30.004Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [7]} time=200134137 data=null doit=true} to TreeItem with text {Traces [7]} 16:30:30 [2019-07-19T20:30:30.004Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [7]} time=200134137 data=null} to TreeItem with text {Traces [7]} 16:30:30 [2019-07-19T20:30:30.004Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [7]} time=200134137 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [7]} 16:30:30 [2019-07-19T20:30:30.004Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200134137 data=null item=TreeItem {Traces [7]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [7]} 16:30:30 [2019-07-19T20:30:30.004Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [7]} time=200134159 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [7]} 16:30:30 [2019-07-19T20:30:30.004Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:30 [2019-07-19T20:30:30.004Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [7]} time=200134161 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [7]} 16:30:30 [2019-07-19T20:30:30.004Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [7]} time=200134161 data=null doit=true} to TreeItem with text {Traces [7]} 16:30:30 [2019-07-19T20:30:30.004Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [7]} time=200134161 data=null} to TreeItem with text {Traces [7]} 16:30:30 [2019-07-19T20:30:30.004Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [7]} time=200134161 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [7]} 16:30:30 [2019-07-19T20:30:30.004Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200134162 data=null item=TreeItem {Traces [7]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [7]} 16:30:30 [2019-07-19T20:30:30.004Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [7]} time=200134171 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [7]} 16:30:30 [2019-07-19T20:30:30.004Z] DEBUG - matched MenuItem with text "C&lear Delete", using matcher: with mnemonic 'Clear' 16:30:30 [2019-07-19T20:30:30.004Z] DEBUG - Clicking on with mnemonic 'Clear' 16:30:30 [2019-07-19T20:30:30.260Z] DEBUG - Clicked on with mnemonic 'Clear' 16:30:30 [2019-07-19T20:30:30.260Z] DEBUG - matched Shell with text "Confirm Clear", using matcher: with text 'Confirm Clear' 16:30:30 [2019-07-19T20:30:30.260Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirm Clear} time=200134379 data=null doit=true} to Shell with text {Confirm Clear} 16:30:30 [2019-07-19T20:30:30.260Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button' 16:30:30 [2019-07-19T20:30:30.260Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes' 16:30:30 [2019-07-19T20:30:30.260Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH' 16:30:30 [2019-07-19T20:30:30.260Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:30:30 [2019-07-19T20:30:30.260Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button' 16:30:30 [2019-07-19T20:30:30.260Z] DEBUG - Clicking on &Yes 16:30:30 [2019-07-19T20:30:30.260Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=200134387 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:30:30 [2019-07-19T20:30:30.260Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=200134388 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:30:30 [2019-07-19T20:30:30.260Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=200134388 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:30:30 [2019-07-19T20:30:30.260Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=200134388 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:30:30 [2019-07-19T20:30:30.260Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=200134388 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:30:30 [2019-07-19T20:30:30.260Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=200134388 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:30:30 [2019-07-19T20:30:30.260Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=200134388 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:30:32 [2019-07-19T20:30:32.787Z] DEBUG - Clicked on 16:30:32 [2019-07-19T20:30:32.787Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {C&lear Delete} time=200134216 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Clear' 16:30:33 [2019-07-19T20:30:33.044Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:30:33 [2019-07-19T20:30:33.044Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:33 [2019-07-19T20:30:33.044Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:33 [2019-07-19T20:30:33.044Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:33 [2019-07-19T20:30:33.044Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:33 [2019-07-19T20:30:33.044Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:33 [2019-07-19T20:30:33.044Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200137252 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:30:33 [2019-07-19T20:30:33.044Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200137252 data=null doit=true} to TreeItem with text {test} 16:30:33 [2019-07-19T20:30:33.044Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200137252 data=null} to TreeItem with text {test} 16:30:33 [2019-07-19T20:30:33.044Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200137252 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:30:33 [2019-07-19T20:30:33.044Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200137252 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:30:33 [2019-07-19T20:30:33.044Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200137277 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:30:33 [2019-07-19T20:30:33.044Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:33 [2019-07-19T20:30:33.044Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200137278 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:30:33 [2019-07-19T20:30:33.044Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200137278 data=null doit=true} to TreeItem with text {test} 16:30:33 [2019-07-19T20:30:33.044Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200137278 data=null} to TreeItem with text {test} 16:30:33 [2019-07-19T20:30:33.044Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200137278 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:30:33 [2019-07-19T20:30:33.044Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200137278 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:30:33 [2019-07-19T20:30:33.044Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200137292 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:30:33 [2019-07-19T20:30:33.044Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:30:33 [2019-07-19T20:30:33.044Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:33 [2019-07-19T20:30:33.044Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=200137294 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]} 16:30:33 [2019-07-19T20:30:33.044Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=200137294 data=null doit=true} to TreeItem with text {Traces [0]} 16:30:33 [2019-07-19T20:30:33.044Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=200137294 data=null} to TreeItem with text {Traces [0]} 16:30:33 [2019-07-19T20:30:33.301Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=200137295 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:30:33 [2019-07-19T20:30:33.301Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200137295 data=null item=TreeItem {Traces [0]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [0]} 16:30:33 [2019-07-19T20:30:33.301Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=200137315 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:30:33 [2019-07-19T20:30:33.301Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:33 [2019-07-19T20:30:33.301Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=200137316 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]} 16:30:33 [2019-07-19T20:30:33.301Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=200137316 data=null doit=true} to TreeItem with text {Traces [0]} 16:30:33 [2019-07-19T20:30:33.301Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=200137316 data=null} to TreeItem with text {Traces [0]} 16:30:33 [2019-07-19T20:30:33.301Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=200137316 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:30:33 [2019-07-19T20:30:33.301Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200137317 data=null item=TreeItem {Traces [0]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [0]} 16:30:33 [2019-07-19T20:30:33.301Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=200137325 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:30:33 [2019-07-19T20:30:33.301Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...' 16:30:33 [2019-07-19T20:30:33.301Z] DEBUG - Clicking on with mnemonic 'Import...' 16:30:33 [2019-07-19T20:30:33.559Z] DEBUG - Clicked on with mnemonic 'Import...' 16:30:33 [2019-07-19T20:30:33.559Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import' 16:30:33 [2019-07-19T20:30:33.559Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=200137601 data=null doit=true} to Shell with text {Trace Import} 16:30:33 [2019-07-19T20:30:33.559Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.559Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with mnemonic 'Select root directory:' 16:30:33 [2019-07-19T20:30:33.559Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with style 'SWT.RADIO' 16:30:33 [2019-07-19T20:30:33.559Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') 16:30:33 [2019-07-19T20:30:33.559Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.559Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.559Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.559Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.559Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.559Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.559Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.559Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.559Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.559Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.559Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.559Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') is already selected, not clicking again. 16:30:33 [2019-07-19T20:30:33.559Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:30:33 [2019-07-19T20:30:33.559Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:30:33 [2019-07-19T20:30:33.559Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:30:33 [2019-07-19T20:30:33.559Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:30:33 [2019-07-19T20:30:33.559Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:30:33 [2019-07-19T20:30:33.559Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo') 16:30:33 [2019-07-19T20:30:33.559Z] DEBUG - Attempting to set focus on (of type 'Combo') 16:30:33 [2019-07-19T20:30:33.559Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import 16:30:33 [2019-07-19T20:30:33.559Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import} time=200137650 data=null} to (of type 'Combo') 16:30:33 [2019-07-19T20:30:33.559Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import 16:30:33 [2019-07-19T20:30:33.559Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:33 [2019-07-19T20:30:33.559Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:33 [2019-07-19T20:30:33.559Z] DEBUG - Attempting to set focus on (of type 'Tree') 16:30:33 [2019-07-19T20:30:33.559Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:33 [2019-07-19T20:30:33.559Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:33 [2019-07-19T20:30:33.559Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=200137700 data=null doit=true} to TreeItem with text {import} 16:30:33 [2019-07-19T20:30:33.559Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=200137700 data=null} to TreeItem with text {import} 16:30:33 [2019-07-19T20:30:33.559Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=200137701 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import} 16:30:33 [2019-07-19T20:30:33.559Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200137701 data=null item=TreeItem {import} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {import} 16:30:33 [2019-07-19T20:30:33.559Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=200137703 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import} 16:30:33 [2019-07-19T20:30:33.559Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:33 [2019-07-19T20:30:33.559Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200137704 data=null button=0 stateMask=0x0 x=150 y=55 count=0} to Tree node with text: kernel-overlap-testing 16:30:33 [2019-07-19T20:30:33.559Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200137704 data=null doit=true} to Tree node with text: kernel-overlap-testing 16:30:33 [2019-07-19T20:30:33.559Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200137705 data=null} to Tree node with text: kernel-overlap-testing 16:30:33 [2019-07-19T20:30:33.559Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200137705 data=null button=1 stateMask=0x0 x=150 y=55 count=1} to Tree node with text: kernel-overlap-testing 16:30:33 [2019-07-19T20:30:33.559Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200137705 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: kernel-overlap-testing 16:30:33 [2019-07-19T20:30:33.559Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200137708 data=null button=1 stateMask=0x80000 x=150 y=55 count=1} to Tree node with text: kernel-overlap-testing 16:30:33 [2019-07-19T20:30:33.559Z] DEBUG - Setting state to checked on: kernel-overlap-testing 16:30:33 [2019-07-19T20:30:33.559Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:33 [2019-07-19T20:30:33.559Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:33 [2019-07-19T20:30:33.559Z] WARN - Tree item TreeItem with text {import} is already expanded. Won't expand it again. 16:30:33 [2019-07-19T20:30:33.559Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {z-clashes} time=200137725 data=null doit=true} to Tree node with text: z-clashes 16:30:33 [2019-07-19T20:30:33.559Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {z-clashes} time=200137726 data=null} to Tree node with text: z-clashes 16:30:33 [2019-07-19T20:30:33.559Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {z-clashes} time=200137726 data=null button=1 stateMask=0x0 x=110 y=143 count=1} to Tree node with text: z-clashes 16:30:33 [2019-07-19T20:30:33.559Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200137726 data=null item=TreeItem {z-clashes} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Tree node with text: z-clashes 16:30:33 [2019-07-19T20:30:33.559Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {z-clashes} time=200137729 data=null button=1 stateMask=0x80000 x=110 y=143 count=1} to Tree node with text: z-clashes 16:30:33 [2019-07-19T20:30:33.559Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:33 [2019-07-19T20:30:33.559Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200137729 data=null button=0 stateMask=0x0 x=168 y=165 count=0} to Tree node with text: kernel-overlap-testing 16:30:33 [2019-07-19T20:30:33.559Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200137729 data=null doit=true} to Tree node with text: kernel-overlap-testing 16:30:33 [2019-07-19T20:30:33.559Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200137730 data=null} to Tree node with text: kernel-overlap-testing 16:30:33 [2019-07-19T20:30:33.559Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200137730 data=null button=1 stateMask=0x0 x=168 y=165 count=1} to Tree node with text: kernel-overlap-testing 16:30:33 [2019-07-19T20:30:33.559Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200137730 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: kernel-overlap-testing 16:30:33 [2019-07-19T20:30:33.559Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200137742 data=null button=1 stateMask=0x80000 x=168 y=86 count=1} to Tree node with text: kernel-overlap-testing 16:30:33 [2019-07-19T20:30:33.559Z] DEBUG - Setting state to checked on: kernel-overlap-testing 16:30:33 [2019-07-19T20:30:33.559Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:33 [2019-07-19T20:30:33.559Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:33 [2019-07-19T20:30:33.559Z] WARN - Tree item TreeItem with text {import} is already expanded. Won't expand it again. 16:30:33 [2019-07-19T20:30:33.559Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:33 [2019-07-19T20:30:33.559Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=200137748 data=null button=0 stateMask=0x0 x=152 y=-2 count=0} to Tree node with text: simple_server-thread1 16:30:33 [2019-07-19T20:30:33.560Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=200137748 data=null doit=true} to Tree node with text: simple_server-thread1 16:30:33 [2019-07-19T20:30:33.560Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=200137748 data=null} to Tree node with text: simple_server-thread1 16:30:33 [2019-07-19T20:30:33.560Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=200137748 data=null button=1 stateMask=0x0 x=152 y=-2 count=1} to Tree node with text: simple_server-thread1 16:30:33 [2019-07-19T20:30:33.560Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200137748 data=null item=TreeItem {simple_server-thread1} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: simple_server-thread1 16:30:33 [2019-07-19T20:30:33.560Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=200137760 data=null button=1 stateMask=0x80000 x=152 y=2 count=1} to Tree node with text: simple_server-thread1 16:30:33 [2019-07-19T20:30:33.560Z] DEBUG - Setting state to checked on: simple_server-thread1 16:30:33 [2019-07-19T20:30:33.560Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:33 [2019-07-19T20:30:33.560Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:33 [2019-07-19T20:30:33.560Z] WARN - Tree item TreeItem with text {import} is already expanded. Won't expand it again. 16:30:33 [2019-07-19T20:30:33.560Z] WARN - Tree item Tree node with text: z-clashes is already expanded. Won't expand it again. 16:30:33 [2019-07-19T20:30:33.560Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:33 [2019-07-19T20:30:33.560Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=200137766 data=null button=0 stateMask=0x0 x=170 y=121 count=0} to Tree node with text: simple_server-thread1 16:30:33 [2019-07-19T20:30:33.560Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=200137766 data=null doit=true} to Tree node with text: simple_server-thread1 16:30:33 [2019-07-19T20:30:33.560Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=200137766 data=null} to Tree node with text: simple_server-thread1 16:30:33 [2019-07-19T20:30:33.560Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=200137766 data=null button=1 stateMask=0x0 x=170 y=121 count=1} to Tree node with text: simple_server-thread1 16:30:33 [2019-07-19T20:30:33.560Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200137766 data=null item=TreeItem {simple_server-thread1} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: simple_server-thread1 16:30:33 [2019-07-19T20:30:33.560Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=200137778 data=null button=1 stateMask=0x80000 x=170 y=121 count=1} to Tree node with text: simple_server-thread1 16:30:33 [2019-07-19T20:30:33.560Z] DEBUG - Setting state to checked on: simple_server-thread1 16:30:33 [2019-07-19T20:30:33.560Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:33 [2019-07-19T20:30:33.560Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:33 [2019-07-19T20:30:33.560Z] WARN - Tree item TreeItem with text {import} is already expanded. Won't expand it again. 16:30:33 [2019-07-19T20:30:33.560Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:33 [2019-07-19T20:30:33.560Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=200137783 data=null button=0 stateMask=0x0 x=152 y=33 count=0} to Tree node with text: simple_server-thread2 16:30:33 [2019-07-19T20:30:33.560Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=200137783 data=null doit=true} to Tree node with text: simple_server-thread2 16:30:33 [2019-07-19T20:30:33.560Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=200137783 data=null} to Tree node with text: simple_server-thread2 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=200137784 data=null button=1 stateMask=0x0 x=152 y=33 count=1} to Tree node with text: simple_server-thread2 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200137834 data=null item=TreeItem {simple_server-thread2} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: simple_server-thread2 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=200137837 data=null button=1 stateMask=0x80000 x=152 y=33 count=1} to Tree node with text: simple_server-thread2 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - Setting state to checked on: simple_server-thread2 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:33 [2019-07-19T20:30:33.817Z] WARN - Tree item TreeItem with text {import} is already expanded. Won't expand it again. 16:30:33 [2019-07-19T20:30:33.817Z] WARN - Tree item Tree node with text: z-clashes is already expanded. Won't expand it again. 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=200137842 data=null button=0 stateMask=0x0 x=170 y=143 count=0} to Tree node with text: simple_server-thread2 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=200137842 data=null doit=true} to Tree node with text: simple_server-thread2 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=200137842 data=null} to Tree node with text: simple_server-thread2 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=200137842 data=null button=1 stateMask=0x0 x=170 y=143 count=1} to Tree node with text: simple_server-thread2 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200137843 data=null item=TreeItem {simple_server-thread2} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: simple_server-thread2 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=200137845 data=null button=1 stateMask=0x80000 x=170 y=143 count=1} to Tree node with text: simple_server-thread2 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - Setting state to checked on: simple_server-thread2 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:33 [2019-07-19T20:30:33.817Z] WARN - Tree item TreeItem with text {import} is already expanded. Won't expand it again. 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {import} time=200137857 data=null button=0 stateMask=0x0 x=83 y=-55 count=0} to TreeItem with text {import} 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=200137858 data=null doit=true} to TreeItem with text {import} 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=200137858 data=null} to TreeItem with text {import} 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=200137858 data=null button=1 stateMask=0x0 x=83 y=-55 count=1} to TreeItem with text {import} 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200137858 data=null item=TreeItem {import} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {import} 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=200137862 data=null button=1 stateMask=0x80000 x=83 y=-55 count=1} to TreeItem with text {import} 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - Setting state to checked on: unrecognized.log 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:') 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection> 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {<Automatic Detection>} time=200137875 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection> 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') already selected, not selecting again. 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') already selected, not selecting again. 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.817Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.818Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.818Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:30:33 [2019-07-19T20:30:33.818Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish' 16:30:33 [2019-07-19T20:30:33.818Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH' 16:30:33 [2019-07-19T20:30:33.818Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:30:33 [2019-07-19T20:30:33.818Z] DEBUG - Clicking on &Finish 16:30:33 [2019-07-19T20:30:33.818Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=200137952 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:30:33 [2019-07-19T20:30:33.818Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=200137952 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:30:33 [2019-07-19T20:30:33.818Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=200137952 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:30:33 [2019-07-19T20:30:33.818Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=200137953 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:30:33 [2019-07-19T20:30:33.818Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=200137953 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:30:33 [2019-07-19T20:30:33.818Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=200137953 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:30:34 [2019-07-19T20:30:34.075Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:30:34 [2019-07-19T20:30:34.075Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:30:34 [2019-07-19T20:30:34.075Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:30:34 [2019-07-19T20:30:34.075Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:30:34 [2019-07-19T20:30:34.075Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:30:34 [2019-07-19T20:30:34.075Z] DEBUG - Clicked on &Finish 16:30:34 [2019-07-19T20:30:34.638Z] DEBUG - matched Shell with text "Confirmation", using matcher: with text 'Confirmation' 16:30:34 [2019-07-19T20:30:34.638Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirmation} time=200138741 data=null doit=true} to Shell with text {Confirmation} 16:30:34 [2019-07-19T20:30:34.638Z] DEBUG - matched Button with text "Rename", using matcher: of type 'Button' 16:30:34 [2019-07-19T20:30:34.638Z] DEBUG - matched Button with text "Rename", using matcher: with mnemonic 'Rename' 16:30:34 [2019-07-19T20:30:34.638Z] DEBUG - matched Button with text "Rename", using matcher: with style 'SWT.PUSH' 16:30:34 [2019-07-19T20:30:34.638Z] DEBUG - matched Button with text "Rename", using matcher: (of type 'Button' and with mnemonic 'Rename' and with style 'SWT.PUSH') 16:30:34 [2019-07-19T20:30:34.638Z] DEBUG - matched Button with text "Rename All", using matcher: of type 'Button' 16:30:34 [2019-07-19T20:30:34.638Z] DEBUG - matched Button with text "Overwrite", using matcher: of type 'Button' 16:30:34 [2019-07-19T20:30:34.638Z] DEBUG - matched Button with text "Overwrite All", using matcher: of type 'Button' 16:30:34 [2019-07-19T20:30:34.638Z] DEBUG - matched Button with text "Skip All", using matcher: of type 'Button' 16:30:34 [2019-07-19T20:30:34.638Z] DEBUG - matched Button with text "Skip", using matcher: of type 'Button' 16:30:34 [2019-07-19T20:30:34.638Z] DEBUG - Clicking on Rename 16:30:34 [2019-07-19T20:30:34.638Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Rename} time=200138742 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Rename' and with style 'SWT.PUSH') 16:30:34 [2019-07-19T20:30:34.638Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Rename} time=200138742 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Rename' and with style 'SWT.PUSH') 16:30:34 [2019-07-19T20:30:34.638Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Rename} time=200138742 data=null doit=true} to (of type 'Button' and with mnemonic 'Rename' and with style 'SWT.PUSH') 16:30:34 [2019-07-19T20:30:34.638Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Rename} time=200138743 data=null} to (of type 'Button' and with mnemonic 'Rename' and with style 'SWT.PUSH') 16:30:34 [2019-07-19T20:30:34.638Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Rename} time=200138743 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Rename' and with style 'SWT.PUSH') 16:30:34 [2019-07-19T20:30:34.638Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Rename} time=200138743 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Rename' and with style 'SWT.PUSH') 16:30:34 [2019-07-19T20:30:34.638Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Rename} time=200138743 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Rename' and with style 'SWT.PUSH') 16:30:34 [2019-07-19T20:30:34.896Z] DEBUG - Clicked on 16:30:34 [2019-07-19T20:30:34.896Z] DEBUG - matched Shell with text "Confirmation", using matcher: with text 'Confirmation' 16:30:35 [2019-07-19T20:30:35.153Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirmation} time=200139154 data=null doit=true} to Shell with text {Confirmation} 16:30:35 [2019-07-19T20:30:35.153Z] DEBUG - matched Button with text "Rename", using matcher: of type 'Button' 16:30:35 [2019-07-19T20:30:35.153Z] DEBUG - matched Button with text "Rename All", using matcher: of type 'Button' 16:30:35 [2019-07-19T20:30:35.153Z] DEBUG - matched Button with text "Overwrite", using matcher: of type 'Button' 16:30:35 [2019-07-19T20:30:35.153Z] DEBUG - matched Button with text "Overwrite", using matcher: with mnemonic 'Overwrite' 16:30:35 [2019-07-19T20:30:35.153Z] DEBUG - matched Button with text "Overwrite", using matcher: with style 'SWT.PUSH' 16:30:35 [2019-07-19T20:30:35.153Z] DEBUG - matched Button with text "Overwrite", using matcher: (of type 'Button' and with mnemonic 'Overwrite' and with style 'SWT.PUSH') 16:30:35 [2019-07-19T20:30:35.153Z] DEBUG - matched Button with text "Overwrite All", using matcher: of type 'Button' 16:30:35 [2019-07-19T20:30:35.153Z] DEBUG - matched Button with text "Skip All", using matcher: of type 'Button' 16:30:35 [2019-07-19T20:30:35.153Z] DEBUG - matched Button with text "Skip", using matcher: of type 'Button' 16:30:35 [2019-07-19T20:30:35.153Z] DEBUG - Clicking on Overwrite 16:30:35 [2019-07-19T20:30:35.153Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Overwrite} time=200139156 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Overwrite' and with style 'SWT.PUSH') 16:30:35 [2019-07-19T20:30:35.153Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Overwrite} time=200139156 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Overwrite' and with style 'SWT.PUSH') 16:30:35 [2019-07-19T20:30:35.153Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Overwrite} time=200139161 data=null doit=true} to (of type 'Button' and with mnemonic 'Overwrite' and with style 'SWT.PUSH') 16:30:35 [2019-07-19T20:30:35.153Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Overwrite} time=200139162 data=null} to (of type 'Button' and with mnemonic 'Overwrite' and with style 'SWT.PUSH') 16:30:35 [2019-07-19T20:30:35.153Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Overwrite} time=200139162 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Overwrite' and with style 'SWT.PUSH') 16:30:35 [2019-07-19T20:30:35.153Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Overwrite} time=200139162 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Overwrite' and with style 'SWT.PUSH') 16:30:35 [2019-07-19T20:30:35.153Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Overwrite} time=200139162 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Overwrite' and with style 'SWT.PUSH') 16:30:35 [2019-07-19T20:30:35.411Z] DEBUG - Clicked on 16:30:35 [2019-07-19T20:30:35.411Z] DEBUG - matched Shell with text "Confirmation", using matcher: with text 'Confirmation' 16:30:35 [2019-07-19T20:30:35.411Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirmation} time=200139567 data=null doit=true} to Shell with text {Confirmation} 16:30:35 [2019-07-19T20:30:35.411Z] DEBUG - matched Button with text "Rename", using matcher: of type 'Button' 16:30:35 [2019-07-19T20:30:35.411Z] DEBUG - matched Button with text "Rename All", using matcher: of type 'Button' 16:30:35 [2019-07-19T20:30:35.411Z] DEBUG - matched Button with text "Overwrite", using matcher: of type 'Button' 16:30:35 [2019-07-19T20:30:35.411Z] DEBUG - matched Button with text "Overwrite All", using matcher: of type 'Button' 16:30:35 [2019-07-19T20:30:35.411Z] DEBUG - matched Button with text "Skip All", using matcher: of type 'Button' 16:30:35 [2019-07-19T20:30:35.411Z] DEBUG - matched Button with text "Skip", using matcher: of type 'Button' 16:30:35 [2019-07-19T20:30:35.411Z] DEBUG - matched Button with text "Skip", using matcher: with mnemonic 'Skip' 16:30:35 [2019-07-19T20:30:35.411Z] DEBUG - matched Button with text "Skip", using matcher: with style 'SWT.PUSH' 16:30:35 [2019-07-19T20:30:35.411Z] DEBUG - matched Button with text "Skip", using matcher: (of type 'Button' and with mnemonic 'Skip' and with style 'SWT.PUSH') 16:30:35 [2019-07-19T20:30:35.411Z] DEBUG - Clicking on Skip 16:30:35 [2019-07-19T20:30:35.411Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Skip} time=200139568 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Skip' and with style 'SWT.PUSH') 16:30:35 [2019-07-19T20:30:35.411Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Skip} time=200139570 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Skip' and with style 'SWT.PUSH') 16:30:35 [2019-07-19T20:30:35.411Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Skip} time=200139570 data=null doit=true} to (of type 'Button' and with mnemonic 'Skip' and with style 'SWT.PUSH') 16:30:35 [2019-07-19T20:30:35.411Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Skip} time=200139570 data=null} to (of type 'Button' and with mnemonic 'Skip' and with style 'SWT.PUSH') 16:30:35 [2019-07-19T20:30:35.411Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Skip} time=200139570 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Skip' and with style 'SWT.PUSH') 16:30:35 [2019-07-19T20:30:35.411Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Skip} time=200139570 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Skip' and with style 'SWT.PUSH') 16:30:35 [2019-07-19T20:30:35.411Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Skip} time=200139570 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Skip' and with style 'SWT.PUSH') 16:30:35 [2019-07-19T20:30:35.975Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=200137953 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:30:35 [2019-07-19T20:30:35.975Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=200137369 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...' 16:30:35 [2019-07-19T20:30:35.975Z] DEBUG - Clicked on 16:30:35 [2019-07-19T20:30:35.975Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:30:35 [2019-07-19T20:30:35.975Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:35 [2019-07-19T20:30:35.975Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:35 [2019-07-19T20:30:35.975Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:35 [2019-07-19T20:30:35.975Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:35 [2019-07-19T20:30:35.975Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:35 [2019-07-19T20:30:35.975Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200140040 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:30:35 [2019-07-19T20:30:35.975Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200140040 data=null doit=true} to TreeItem with text {test} 16:30:35 [2019-07-19T20:30:35.975Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200140041 data=null} to TreeItem with text {test} 16:30:35 [2019-07-19T20:30:35.975Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200140041 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:30:35 [2019-07-19T20:30:35.975Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200140041 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:30:35 [2019-07-19T20:30:35.975Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200140073 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:30:35 [2019-07-19T20:30:35.975Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:35 [2019-07-19T20:30:35.975Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200140074 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:30:35 [2019-07-19T20:30:35.975Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200140074 data=null doit=true} to TreeItem with text {test} 16:30:35 [2019-07-19T20:30:35.975Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200140074 data=null} to TreeItem with text {test} 16:30:35 [2019-07-19T20:30:35.975Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200140075 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:30:35 [2019-07-19T20:30:35.975Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200140075 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:30:35 [2019-07-19T20:30:35.975Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200140082 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:30:35 [2019-07-19T20:30:35.975Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:30:35 [2019-07-19T20:30:35.975Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:35 [2019-07-19T20:30:35.975Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [5]} time=200140094 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [5]} 16:30:35 [2019-07-19T20:30:35.975Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [5]} time=200140094 data=null doit=true} to TreeItem with text {Traces [5]} 16:30:35 [2019-07-19T20:30:35.975Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [5]} time=200140094 data=null} to TreeItem with text {Traces [5]} 16:30:35 [2019-07-19T20:30:35.975Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [5]} time=200140095 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [5]} 16:30:35 [2019-07-19T20:30:35.975Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200140095 data=null item=TreeItem {Traces [5]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [5]} 16:30:35 [2019-07-19T20:30:35.975Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [5]} time=200140154 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [5]} 16:30:35 [2019-07-19T20:30:35.975Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [5]} time=200140155 data=null doit=true} to TreeItem with text {Traces [5]} 16:30:35 [2019-07-19T20:30:35.975Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [5]} time=200140155 data=null} to TreeItem with text {Traces [5]} 16:30:35 [2019-07-19T20:30:35.975Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [5]} time=200140156 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [5]} 16:30:35 [2019-07-19T20:30:35.975Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200140156 data=null item=TreeItem {Traces [5]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {Traces [5]} 16:30:35 [2019-07-19T20:30:35.975Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [5]} time=200140181 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [5]} 16:30:36 [2019-07-19T20:30:36.540Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:30:36 [2019-07-19T20:30:36.540Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:36 [2019-07-19T20:30:36.540Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200140649 data=null button=0 stateMask=0x0 x=148 y=74 count=0} to TreeItem with text {kernel-overlap-testing} 16:30:36 [2019-07-19T20:30:36.540Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200140650 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:30:36 [2019-07-19T20:30:36.540Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200140650 data=null} to TreeItem with text {kernel-overlap-testing} 16:30:36 [2019-07-19T20:30:36.540Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200140650 data=null button=1 stateMask=0x0 x=148 y=74 count=1} to TreeItem with text {kernel-overlap-testing} 16:30:36 [2019-07-19T20:30:36.540Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200140650 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:30:36 [2019-07-19T20:30:36.540Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200140685 data=null button=1 stateMask=0x80000 x=148 y=74 count=1} to TreeItem with text {kernel-overlap-testing} 16:30:36 [2019-07-19T20:30:36.540Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:36 [2019-07-19T20:30:36.540Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:36 [2019-07-19T20:30:36.540Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:30:36 [2019-07-19T20:30:36.540Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:36 [2019-07-19T20:30:36.540Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200140688 data=null button=0 stateMask=0x0 x=148 y=74 count=0} to TreeItem with text {kernel-overlap-testing} 16:30:36 [2019-07-19T20:30:36.540Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200140688 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:30:36 [2019-07-19T20:30:36.540Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200140688 data=null} to TreeItem with text {kernel-overlap-testing} 16:30:36 [2019-07-19T20:30:36.540Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200140689 data=null button=1 stateMask=0x0 x=148 y=74 count=1} to TreeItem with text {kernel-overlap-testing} 16:30:36 [2019-07-19T20:30:36.540Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200140689 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:30:36 [2019-07-19T20:30:36.540Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200140694 data=null button=1 stateMask=0x80000 x=148 y=74 count=1} to TreeItem with text {kernel-overlap-testing} 16:30:36 [2019-07-19T20:30:36.540Z] DEBUG - Double-clicking on TreeItem with text {kernel-overlap-testing} 16:30:36 [2019-07-19T20:30:36.540Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200140694 data=null button=0 stateMask=0x0 x=148 y=74 count=0} to TreeItem with text {kernel-overlap-testing} 16:30:36 [2019-07-19T20:30:36.540Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200140695 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:30:36 [2019-07-19T20:30:36.540Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:36 [2019-07-19T20:30:36.540Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200140695 data=null} to TreeItem with text {kernel-overlap-testing} 16:30:36 [2019-07-19T20:30:36.541Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200140695 data=null button=1 stateMask=0x0 x=148 y=74 count=1} to TreeItem with text {kernel-overlap-testing} 16:30:36 [2019-07-19T20:30:36.541Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200140695 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:30:36 [2019-07-19T20:30:36.541Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200140700 data=null button=1 stateMask=0x80000 x=148 y=74 count=1} to TreeItem with text {kernel-overlap-testing} 16:30:36 [2019-07-19T20:30:36.541Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200140700 data=null button=1 stateMask=0x0 x=148 y=74 count=2} to TreeItem with text {kernel-overlap-testing} 16:30:36 [2019-07-19T20:30:36.541Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {kernel-overlap-testing} time=200140700 data=null button=1 stateMask=0x0 x=148 y=74 count=2} to TreeItem with text {kernel-overlap-testing} 16:30:36 [2019-07-19T20:30:36.541Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200140701 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:30:37 [2019-07-19T20:30:37.104Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200140843 data=null button=1 stateMask=0x80000 x=148 y=74 count=2} to TreeItem with text {kernel-overlap-testing} 16:30:37 [2019-07-19T20:30:37.360Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {kernel-overlap-testing} time=200141417 data=null button=0 stateMask=0x0 x=148 y=74 count=0} to TreeItem with text {kernel-overlap-testing} 16:30:37 [2019-07-19T20:30:37.360Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {kernel-overlap-testing} time=200141419 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:30:37 [2019-07-19T20:30:37.360Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {kernel-overlap-testing} time=200141419 data=null} to TreeItem with text {kernel-overlap-testing} 16:30:37 [2019-07-19T20:30:37.360Z] DEBUG - Double-clicked on TreeItem with text {kernel-overlap-testing} 16:30:37 [2019-07-19T20:30:37.360Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:30:37 [2019-07-19T20:30:37.360Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:30:37 [2019-07-19T20:30:37.360Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:30:37 [2019-07-19T20:30:37.360Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:30:37 [2019-07-19T20:30:37.360Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:30:37 [2019-07-19T20:30:37.360Z] DEBUG - Attempting to set focus on Table with text {} 16:30:37 [2019-07-19T20:30:37.360Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200141423 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:30:37 [2019-07-19T20:30:37.360Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200141424 data=null doit=true} to TableItem with text {} 16:30:37 [2019-07-19T20:30:37.360Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200141424 data=null} to TableItem with text {} 16:30:37 [2019-07-19T20:30:37.360Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200141424 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:30:37 [2019-07-19T20:30:37.360Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200141424 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:30:37 [2019-07-19T20:30:37.360Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200141429 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:30:37 [2019-07-19T20:30:37.360Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:30:37 [2019-07-19T20:30:37.360Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:30:38 [2019-07-19T20:30:38.293Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:30:38 [2019-07-19T20:30:38.293Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:38 [2019-07-19T20:30:38.550Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200142576 data=null button=0 stateMask=0x0 x=148 y=74 count=0} to TreeItem with text {kernel-overlap-testing} 16:30:38 [2019-07-19T20:30:38.550Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200142576 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:30:38 [2019-07-19T20:30:38.550Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200142577 data=null} to TreeItem with text {kernel-overlap-testing} 16:30:38 [2019-07-19T20:30:38.550Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200142577 data=null button=1 stateMask=0x0 x=148 y=74 count=1} to TreeItem with text {kernel-overlap-testing} 16:30:38 [2019-07-19T20:30:38.550Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200142577 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:30:38 [2019-07-19T20:30:38.550Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200142583 data=null button=1 stateMask=0x80000 x=148 y=74 count=1} to TreeItem with text {kernel-overlap-testing} 16:30:38 [2019-07-19T20:30:38.550Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:38 [2019-07-19T20:30:38.550Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:38 [2019-07-19T20:30:38.550Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:30:38 [2019-07-19T20:30:38.550Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:30:38 [2019-07-19T20:30:38.550Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:38 [2019-07-19T20:30:38.550Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:38 [2019-07-19T20:30:38.550Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:38 [2019-07-19T20:30:38.550Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:38 [2019-07-19T20:30:38.550Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:38 [2019-07-19T20:30:38.550Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200142600 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:30:38 [2019-07-19T20:30:38.550Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200142600 data=null doit=true} to TreeItem with text {test} 16:30:38 [2019-07-19T20:30:38.550Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200142600 data=null} to TreeItem with text {test} 16:30:38 [2019-07-19T20:30:38.550Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200142600 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:30:38 [2019-07-19T20:30:38.550Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200142600 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:30:38 [2019-07-19T20:30:38.550Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200142644 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:30:38 [2019-07-19T20:30:38.550Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:38 [2019-07-19T20:30:38.550Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200142645 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:30:38 [2019-07-19T20:30:38.550Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200142645 data=null doit=true} to TreeItem with text {test} 16:30:38 [2019-07-19T20:30:38.550Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200142646 data=null} to TreeItem with text {test} 16:30:38 [2019-07-19T20:30:38.550Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200142646 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:30:38 [2019-07-19T20:30:38.550Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200142646 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:30:38 [2019-07-19T20:30:38.550Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200142665 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:30:38 [2019-07-19T20:30:38.550Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:30:38 [2019-07-19T20:30:38.550Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:38 [2019-07-19T20:30:38.550Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [5]} time=200142669 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [5]} 16:30:38 [2019-07-19T20:30:38.550Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [5]} time=200142669 data=null doit=true} to TreeItem with text {Traces [5]} 16:30:38 [2019-07-19T20:30:38.550Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [5]} time=200142670 data=null} to TreeItem with text {Traces [5]} 16:30:38 [2019-07-19T20:30:38.550Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [5]} time=200142670 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [5]} 16:30:38 [2019-07-19T20:30:38.550Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200142671 data=null item=TreeItem {Traces [5]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [5]} 16:30:38 [2019-07-19T20:30:38.550Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [5]} time=200142682 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [5]} 16:30:38 [2019-07-19T20:30:38.550Z] WARN - Tree item TreeItem with text {Traces [5]} is already expanded. Won't expand it again. 16:30:38 [2019-07-19T20:30:38.807Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:30:38 [2019-07-19T20:30:38.807Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:38 [2019-07-19T20:30:38.807Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=200142980 data=null button=0 stateMask=0x0 x=157 y=95 count=0} to TreeItem with text {kernel-overlap-testing(2)} 16:30:38 [2019-07-19T20:30:38.807Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing(2)} time=200142981 data=null doit=true} to TreeItem with text {kernel-overlap-testing(2)} 16:30:38 [2019-07-19T20:30:38.807Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing(2)} time=200142981 data=null} to TreeItem with text {kernel-overlap-testing(2)} 16:30:38 [2019-07-19T20:30:38.807Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=200142981 data=null button=1 stateMask=0x0 x=157 y=95 count=1} to TreeItem with text {kernel-overlap-testing(2)} 16:30:38 [2019-07-19T20:30:38.807Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200142982 data=null item=TreeItem {kernel-overlap-testing(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing(2)} 16:30:38 [2019-07-19T20:30:38.807Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=200143027 data=null button=1 stateMask=0x80000 x=157 y=95 count=1} to TreeItem with text {kernel-overlap-testing(2)} 16:30:38 [2019-07-19T20:30:38.807Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:38 [2019-07-19T20:30:38.807Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:38 [2019-07-19T20:30:38.807Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:30:38 [2019-07-19T20:30:38.807Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:38 [2019-07-19T20:30:38.807Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=200143030 data=null button=0 stateMask=0x0 x=157 y=95 count=0} to TreeItem with text {kernel-overlap-testing(2)} 16:30:38 [2019-07-19T20:30:38.807Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing(2)} time=200143031 data=null doit=true} to TreeItem with text {kernel-overlap-testing(2)} 16:30:38 [2019-07-19T20:30:38.807Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing(2)} time=200143031 data=null} to TreeItem with text {kernel-overlap-testing(2)} 16:30:38 [2019-07-19T20:30:38.807Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=200143031 data=null button=1 stateMask=0x0 x=157 y=95 count=1} to TreeItem with text {kernel-overlap-testing(2)} 16:30:38 [2019-07-19T20:30:38.807Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200143031 data=null item=TreeItem {kernel-overlap-testing(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing(2)} 16:30:38 [2019-07-19T20:30:38.807Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=200143036 data=null button=1 stateMask=0x80000 x=157 y=95 count=1} to TreeItem with text {kernel-overlap-testing(2)} 16:30:38 [2019-07-19T20:30:38.807Z] DEBUG - Double-clicking on TreeItem with text {kernel-overlap-testing(2)} 16:30:38 [2019-07-19T20:30:38.807Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=200143037 data=null button=0 stateMask=0x0 x=157 y=95 count=0} to TreeItem with text {kernel-overlap-testing(2)} 16:30:38 [2019-07-19T20:30:38.807Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing(2)} time=200143037 data=null doit=true} to TreeItem with text {kernel-overlap-testing(2)} 16:30:38 [2019-07-19T20:30:38.807Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:38 [2019-07-19T20:30:38.807Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing(2)} time=200143038 data=null} to TreeItem with text {kernel-overlap-testing(2)} 16:30:38 [2019-07-19T20:30:38.807Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=200143038 data=null button=1 stateMask=0x0 x=157 y=95 count=1} to TreeItem with text {kernel-overlap-testing(2)} 16:30:38 [2019-07-19T20:30:38.807Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200143038 data=null item=TreeItem {kernel-overlap-testing(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing(2)} 16:30:38 [2019-07-19T20:30:38.807Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=200143042 data=null button=1 stateMask=0x80000 x=157 y=95 count=1} to TreeItem with text {kernel-overlap-testing(2)} 16:30:38 [2019-07-19T20:30:38.807Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=200143042 data=null button=1 stateMask=0x0 x=157 y=95 count=2} to TreeItem with text {kernel-overlap-testing(2)} 16:30:38 [2019-07-19T20:30:38.807Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=200143043 data=null button=1 stateMask=0x0 x=157 y=95 count=2} to TreeItem with text {kernel-overlap-testing(2)} 16:30:39 [2019-07-19T20:30:39.064Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200143043 data=null item=TreeItem {kernel-overlap-testing(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing(2)} 16:30:39 [2019-07-19T20:30:39.994Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=200143142 data=null button=1 stateMask=0x80000 x=157 y=95 count=2} to TreeItem with text {kernel-overlap-testing(2)} 16:30:39 [2019-07-19T20:30:39.994Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=200144043 data=null button=0 stateMask=0x0 x=157 y=95 count=0} to TreeItem with text {kernel-overlap-testing(2)} 16:30:39 [2019-07-19T20:30:39.994Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {kernel-overlap-testing(2)} time=200144169 data=null doit=true} to TreeItem with text {kernel-overlap-testing(2)} 16:30:39 [2019-07-19T20:30:39.994Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {kernel-overlap-testing(2)} time=200144169 data=null} to TreeItem with text {kernel-overlap-testing(2)} 16:30:39 [2019-07-19T20:30:39.994Z] DEBUG - Double-clicked on TreeItem with text {kernel-overlap-testing(2)} 16:30:39 [2019-07-19T20:30:39.994Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:30:39 [2019-07-19T20:30:39.994Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:30:39 [2019-07-19T20:30:39.994Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:30:39 [2019-07-19T20:30:39.994Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:30:39 [2019-07-19T20:30:39.994Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:30:39 [2019-07-19T20:30:39.994Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:30:39 [2019-07-19T20:30:39.994Z] DEBUG - Attempting to set focus on Table with text {} 16:30:39 [2019-07-19T20:30:39.994Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200144173 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:30:39 [2019-07-19T20:30:39.994Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200144174 data=null doit=true} to TableItem with text {} 16:30:39 [2019-07-19T20:30:39.994Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200144174 data=null} to TableItem with text {} 16:30:39 [2019-07-19T20:30:39.994Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200144174 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:30:39 [2019-07-19T20:30:39.994Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200144174 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:30:39 [2019-07-19T20:30:39.994Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200144180 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:30:39 [2019-07-19T20:30:39.994Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:30:39 [2019-07-19T20:30:39.994Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:30:40 [2019-07-19T20:30:40.925Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:30:40 [2019-07-19T20:30:40.925Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:40 [2019-07-19T20:30:40.925Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=200145056 data=null button=0 stateMask=0x0 x=157 y=95 count=0} to TreeItem with text {kernel-overlap-testing(2)} 16:30:40 [2019-07-19T20:30:40.925Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing(2)} time=200145057 data=null doit=true} to TreeItem with text {kernel-overlap-testing(2)} 16:30:40 [2019-07-19T20:30:40.925Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing(2)} time=200145057 data=null} to TreeItem with text {kernel-overlap-testing(2)} 16:30:40 [2019-07-19T20:30:40.925Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=200145057 data=null button=1 stateMask=0x0 x=157 y=95 count=1} to TreeItem with text {kernel-overlap-testing(2)} 16:30:40 [2019-07-19T20:30:40.925Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200145057 data=null item=TreeItem {kernel-overlap-testing(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing(2)} 16:30:40 [2019-07-19T20:30:40.925Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=200145063 data=null button=1 stateMask=0x80000 x=157 y=95 count=1} to TreeItem with text {kernel-overlap-testing(2)} 16:30:40 [2019-07-19T20:30:40.925Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:40 [2019-07-19T20:30:40.925Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:40 [2019-07-19T20:30:40.925Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:30:40 [2019-07-19T20:30:40.925Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:30:40 [2019-07-19T20:30:40.925Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:40 [2019-07-19T20:30:40.925Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:40 [2019-07-19T20:30:40.925Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:40 [2019-07-19T20:30:40.925Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:40 [2019-07-19T20:30:40.925Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:40 [2019-07-19T20:30:40.925Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200145069 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:30:40 [2019-07-19T20:30:40.925Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200145069 data=null doit=true} to TreeItem with text {test} 16:30:40 [2019-07-19T20:30:40.925Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200145069 data=null} to TreeItem with text {test} 16:30:40 [2019-07-19T20:30:40.925Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200145069 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:30:40 [2019-07-19T20:30:40.925Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200145070 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:30:40 [2019-07-19T20:30:40.925Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200145108 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:30:40 [2019-07-19T20:30:40.925Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:40 [2019-07-19T20:30:40.925Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200145109 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:30:40 [2019-07-19T20:30:40.925Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200145109 data=null doit=true} to TreeItem with text {test} 16:30:40 [2019-07-19T20:30:40.925Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200145109 data=null} to TreeItem with text {test} 16:30:40 [2019-07-19T20:30:40.925Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200145109 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:30:40 [2019-07-19T20:30:40.925Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200145109 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:30:40 [2019-07-19T20:30:40.925Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200145121 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:30:40 [2019-07-19T20:30:40.925Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:30:40 [2019-07-19T20:30:40.925Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:40 [2019-07-19T20:30:40.925Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [5]} time=200145122 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [5]} 16:30:40 [2019-07-19T20:30:40.925Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [5]} time=200145122 data=null doit=true} to TreeItem with text {Traces [5]} 16:30:40 [2019-07-19T20:30:40.925Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [5]} time=200145122 data=null} to TreeItem with text {Traces [5]} 16:30:40 [2019-07-19T20:30:40.925Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [5]} time=200145122 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [5]} 16:30:40 [2019-07-19T20:30:40.925Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200145123 data=null item=TreeItem {Traces [5]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [5]} 16:30:40 [2019-07-19T20:30:40.925Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [5]} time=200145133 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [5]} 16:30:40 [2019-07-19T20:30:40.925Z] WARN - Tree item TreeItem with text {Traces [5]} is already expanded. Won't expand it again. 16:30:41 [2019-07-19T20:30:41.489Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:30:41 [2019-07-19T20:30:41.489Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:41 [2019-07-19T20:30:41.489Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=200145617 data=null button=0 stateMask=0x0 x=150 y=116 count=0} to TreeItem with text {simple_server-thread1} 16:30:41 [2019-07-19T20:30:41.489Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=200145617 data=null doit=true} to TreeItem with text {simple_server-thread1} 16:30:41 [2019-07-19T20:30:41.489Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=200145617 data=null} to TreeItem with text {simple_server-thread1} 16:30:41 [2019-07-19T20:30:41.489Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=200145618 data=null button=1 stateMask=0x0 x=150 y=116 count=1} to TreeItem with text {simple_server-thread1} 16:30:41 [2019-07-19T20:30:41.489Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200145618 data=null item=TreeItem {simple_server-thread1} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread1} 16:30:41 [2019-07-19T20:30:41.489Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=200145655 data=null button=1 stateMask=0x80000 x=150 y=116 count=1} to TreeItem with text {simple_server-thread1} 16:30:41 [2019-07-19T20:30:41.489Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:41 [2019-07-19T20:30:41.489Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:41 [2019-07-19T20:30:41.489Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:30:41 [2019-07-19T20:30:41.489Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:41 [2019-07-19T20:30:41.489Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=200145658 data=null button=0 stateMask=0x0 x=150 y=116 count=0} to TreeItem with text {simple_server-thread1} 16:30:41 [2019-07-19T20:30:41.489Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=200145658 data=null doit=true} to TreeItem with text {simple_server-thread1} 16:30:41 [2019-07-19T20:30:41.489Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=200145658 data=null} to TreeItem with text {simple_server-thread1} 16:30:41 [2019-07-19T20:30:41.489Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=200145659 data=null button=1 stateMask=0x0 x=150 y=116 count=1} to TreeItem with text {simple_server-thread1} 16:30:41 [2019-07-19T20:30:41.489Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200145659 data=null item=TreeItem {simple_server-thread1} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread1} 16:30:41 [2019-07-19T20:30:41.489Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=200145663 data=null button=1 stateMask=0x80000 x=150 y=116 count=1} to TreeItem with text {simple_server-thread1} 16:30:41 [2019-07-19T20:30:41.489Z] DEBUG - Double-clicking on TreeItem with text {simple_server-thread1} 16:30:41 [2019-07-19T20:30:41.489Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=200145664 data=null button=0 stateMask=0x0 x=150 y=116 count=0} to TreeItem with text {simple_server-thread1} 16:30:41 [2019-07-19T20:30:41.489Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=200145664 data=null doit=true} to TreeItem with text {simple_server-thread1} 16:30:41 [2019-07-19T20:30:41.489Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:41 [2019-07-19T20:30:41.489Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=200145664 data=null} to TreeItem with text {simple_server-thread1} 16:30:41 [2019-07-19T20:30:41.489Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=200145665 data=null button=1 stateMask=0x0 x=150 y=116 count=1} to TreeItem with text {simple_server-thread1} 16:30:41 [2019-07-19T20:30:41.489Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200145665 data=null item=TreeItem {simple_server-thread1} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread1} 16:30:41 [2019-07-19T20:30:41.489Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=200145669 data=null button=1 stateMask=0x80000 x=150 y=116 count=1} to TreeItem with text {simple_server-thread1} 16:30:41 [2019-07-19T20:30:41.489Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=200145669 data=null button=1 stateMask=0x0 x=150 y=116 count=2} to TreeItem with text {simple_server-thread1} 16:30:41 [2019-07-19T20:30:41.489Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {simple_server-thread1} time=200145670 data=null button=1 stateMask=0x0 x=150 y=116 count=2} to TreeItem with text {simple_server-thread1} 16:30:41 [2019-07-19T20:30:41.746Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200145670 data=null item=TreeItem {simple_server-thread1} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread1} 16:30:42 [2019-07-19T20:30:42.003Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=200145747 data=null button=1 stateMask=0x80000 x=150 y=116 count=2} to TreeItem with text {simple_server-thread1} 16:30:42 [2019-07-19T20:30:42.259Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {simple_server-thread1} time=200146179 data=null button=0 stateMask=0x0 x=150 y=116 count=0} to TreeItem with text {simple_server-thread1} 16:30:42 [2019-07-19T20:30:42.259Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {simple_server-thread1} time=200146268 data=null doit=true} to TreeItem with text {simple_server-thread1} 16:30:42 [2019-07-19T20:30:42.259Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {simple_server-thread1} time=200146269 data=null} to TreeItem with text {simple_server-thread1} 16:30:42 [2019-07-19T20:30:42.259Z] DEBUG - Double-clicked on TreeItem with text {simple_server-thread1} 16:30:42 [2019-07-19T20:30:42.259Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:30:42 [2019-07-19T20:30:42.259Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:30:42 [2019-07-19T20:30:42.259Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:30:42 [2019-07-19T20:30:42.259Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:30:42 [2019-07-19T20:30:42.259Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:30:42 [2019-07-19T20:30:42.259Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:30:42 [2019-07-19T20:30:42.259Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:30:42 [2019-07-19T20:30:42.259Z] DEBUG - Attempting to set focus on Table with text {} 16:30:42 [2019-07-19T20:30:42.259Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200146274 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:30:42 [2019-07-19T20:30:42.259Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200146274 data=null doit=true} to TableItem with text {} 16:30:42 [2019-07-19T20:30:42.259Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200146274 data=null} to TableItem with text {} 16:30:42 [2019-07-19T20:30:42.259Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200146274 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:30:42 [2019-07-19T20:30:42.259Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200146275 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:30:42 [2019-07-19T20:30:42.259Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200146280 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:30:42 [2019-07-19T20:30:42.259Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:30:42 [2019-07-19T20:30:42.259Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:30:43 [2019-07-19T20:30:43.629Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:30:43 [2019-07-19T20:30:43.629Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:43 [2019-07-19T20:30:43.629Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=200147775 data=null button=0 stateMask=0x0 x=150 y=116 count=0} to TreeItem with text {simple_server-thread1} 16:30:43 [2019-07-19T20:30:43.629Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=200147775 data=null doit=true} to TreeItem with text {simple_server-thread1} 16:30:43 [2019-07-19T20:30:43.629Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=200147775 data=null} to TreeItem with text {simple_server-thread1} 16:30:43 [2019-07-19T20:30:43.629Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=200147776 data=null button=1 stateMask=0x0 x=150 y=116 count=1} to TreeItem with text {simple_server-thread1} 16:30:43 [2019-07-19T20:30:43.629Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200147776 data=null item=TreeItem {simple_server-thread1} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread1} 16:30:43 [2019-07-19T20:30:43.629Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=200147781 data=null button=1 stateMask=0x80000 x=150 y=116 count=1} to TreeItem with text {simple_server-thread1} 16:30:43 [2019-07-19T20:30:43.629Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:43 [2019-07-19T20:30:43.629Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:43 [2019-07-19T20:30:43.629Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:30:43 [2019-07-19T20:30:43.629Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:30:43 [2019-07-19T20:30:43.629Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:43 [2019-07-19T20:30:43.629Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:43 [2019-07-19T20:30:43.629Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:43 [2019-07-19T20:30:43.629Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:43 [2019-07-19T20:30:43.629Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:43 [2019-07-19T20:30:43.629Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200147794 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:30:43 [2019-07-19T20:30:43.629Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200147795 data=null doit=true} to TreeItem with text {test} 16:30:43 [2019-07-19T20:30:43.629Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200147795 data=null} to TreeItem with text {test} 16:30:43 [2019-07-19T20:30:43.629Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200147795 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:30:43 [2019-07-19T20:30:43.629Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200147795 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:30:43 [2019-07-19T20:30:43.629Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200147839 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:30:43 [2019-07-19T20:30:43.629Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:43 [2019-07-19T20:30:43.629Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200147840 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:30:43 [2019-07-19T20:30:43.629Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200147840 data=null doit=true} to TreeItem with text {test} 16:30:43 [2019-07-19T20:30:43.629Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200147840 data=null} to TreeItem with text {test} 16:30:43 [2019-07-19T20:30:43.629Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200147840 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:30:43 [2019-07-19T20:30:43.629Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200147841 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:30:43 [2019-07-19T20:30:43.629Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200147853 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:30:43 [2019-07-19T20:30:43.629Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:30:43 [2019-07-19T20:30:43.629Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:43 [2019-07-19T20:30:43.629Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [5]} time=200147854 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [5]} 16:30:43 [2019-07-19T20:30:43.629Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [5]} time=200147854 data=null doit=true} to TreeItem with text {Traces [5]} 16:30:43 [2019-07-19T20:30:43.629Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [5]} time=200147854 data=null} to TreeItem with text {Traces [5]} 16:30:43 [2019-07-19T20:30:43.629Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [5]} time=200147855 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [5]} 16:30:43 [2019-07-19T20:30:43.629Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200147855 data=null item=TreeItem {Traces [5]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [5]} 16:30:43 [2019-07-19T20:30:43.886Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [5]} time=200147879 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [5]} 16:30:43 [2019-07-19T20:30:43.886Z] WARN - Tree item TreeItem with text {Traces [5]} is already expanded. Won't expand it again. 16:30:44 [2019-07-19T20:30:44.143Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:30:44 [2019-07-19T20:30:44.143Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:44 [2019-07-19T20:30:44.143Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=200148355 data=null button=0 stateMask=0x0 x=150 y=137 count=0} to TreeItem with text {simple_server-thread2} 16:30:44 [2019-07-19T20:30:44.143Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=200148355 data=null doit=true} to TreeItem with text {simple_server-thread2} 16:30:44 [2019-07-19T20:30:44.143Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=200148356 data=null} to TreeItem with text {simple_server-thread2} 16:30:44 [2019-07-19T20:30:44.143Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=200148356 data=null button=1 stateMask=0x0 x=150 y=137 count=1} to TreeItem with text {simple_server-thread2} 16:30:44 [2019-07-19T20:30:44.143Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200148356 data=null item=TreeItem {simple_server-thread2} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread2} 16:30:44 [2019-07-19T20:30:44.401Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=200148399 data=null button=1 stateMask=0x80000 x=150 y=137 count=1} to TreeItem with text {simple_server-thread2} 16:30:44 [2019-07-19T20:30:44.401Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:44 [2019-07-19T20:30:44.401Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:44 [2019-07-19T20:30:44.401Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:30:44 [2019-07-19T20:30:44.401Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:44 [2019-07-19T20:30:44.401Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=200148402 data=null button=0 stateMask=0x0 x=150 y=137 count=0} to TreeItem with text {simple_server-thread2} 16:30:44 [2019-07-19T20:30:44.401Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=200148402 data=null doit=true} to TreeItem with text {simple_server-thread2} 16:30:44 [2019-07-19T20:30:44.401Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=200148403 data=null} to TreeItem with text {simple_server-thread2} 16:30:44 [2019-07-19T20:30:44.401Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=200148403 data=null button=1 stateMask=0x0 x=150 y=137 count=1} to TreeItem with text {simple_server-thread2} 16:30:44 [2019-07-19T20:30:44.401Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200148403 data=null item=TreeItem {simple_server-thread2} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread2} 16:30:44 [2019-07-19T20:30:44.401Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=200148408 data=null button=1 stateMask=0x80000 x=150 y=137 count=1} to TreeItem with text {simple_server-thread2} 16:30:44 [2019-07-19T20:30:44.401Z] DEBUG - Double-clicking on TreeItem with text {simple_server-thread2} 16:30:44 [2019-07-19T20:30:44.401Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=200148408 data=null button=0 stateMask=0x0 x=150 y=137 count=0} to TreeItem with text {simple_server-thread2} 16:30:44 [2019-07-19T20:30:44.401Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=200148409 data=null doit=true} to TreeItem with text {simple_server-thread2} 16:30:44 [2019-07-19T20:30:44.401Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:44 [2019-07-19T20:30:44.401Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=200148409 data=null} to TreeItem with text {simple_server-thread2} 16:30:44 [2019-07-19T20:30:44.401Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=200148409 data=null button=1 stateMask=0x0 x=150 y=137 count=1} to TreeItem with text {simple_server-thread2} 16:30:44 [2019-07-19T20:30:44.401Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200148410 data=null item=TreeItem {simple_server-thread2} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread2} 16:30:44 [2019-07-19T20:30:44.401Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=200148420 data=null button=1 stateMask=0x80000 x=150 y=137 count=1} to TreeItem with text {simple_server-thread2} 16:30:44 [2019-07-19T20:30:44.401Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=200148421 data=null button=1 stateMask=0x0 x=150 y=137 count=2} to TreeItem with text {simple_server-thread2} 16:30:44 [2019-07-19T20:30:44.401Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {simple_server-thread2} time=200148421 data=null button=1 stateMask=0x0 x=150 y=137 count=2} to TreeItem with text {simple_server-thread2} 16:30:44 [2019-07-19T20:30:44.401Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200148421 data=null item=TreeItem {simple_server-thread2} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread2} 16:30:44 [2019-07-19T20:30:44.658Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=200148501 data=null button=1 stateMask=0x80000 x=150 y=137 count=2} to TreeItem with text {simple_server-thread2} 16:30:44 [2019-07-19T20:30:44.915Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {simple_server-thread2} time=200148880 data=null button=0 stateMask=0x0 x=150 y=137 count=0} to TreeItem with text {simple_server-thread2} 16:30:44 [2019-07-19T20:30:44.915Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {simple_server-thread2} time=200148938 data=null doit=true} to TreeItem with text {simple_server-thread2} 16:30:44 [2019-07-19T20:30:44.915Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {simple_server-thread2} time=200148938 data=null} to TreeItem with text {simple_server-thread2} 16:30:44 [2019-07-19T20:30:44.915Z] DEBUG - Double-clicked on TreeItem with text {simple_server-thread2} 16:30:44 [2019-07-19T20:30:44.915Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:30:44 [2019-07-19T20:30:44.915Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:30:44 [2019-07-19T20:30:44.915Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:30:44 [2019-07-19T20:30:44.915Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:30:44 [2019-07-19T20:30:44.915Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:30:44 [2019-07-19T20:30:44.915Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:30:44 [2019-07-19T20:30:44.915Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:30:44 [2019-07-19T20:30:44.915Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:30:44 [2019-07-19T20:30:44.915Z] DEBUG - Attempting to set focus on Table with text {} 16:30:44 [2019-07-19T20:30:44.915Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200148943 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:30:44 [2019-07-19T20:30:44.915Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200148943 data=null doit=true} to TableItem with text {} 16:30:44 [2019-07-19T20:30:44.915Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200148943 data=null} to TableItem with text {} 16:30:44 [2019-07-19T20:30:44.915Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200148944 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:30:44 [2019-07-19T20:30:44.915Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200148944 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:30:44 [2019-07-19T20:30:44.915Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200148949 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:30:44 [2019-07-19T20:30:44.915Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:30:44 [2019-07-19T20:30:44.915Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:30:45 [2019-07-19T20:30:45.885Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:30:45 [2019-07-19T20:30:45.885Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:45 [2019-07-19T20:30:45.885Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=200150044 data=null button=0 stateMask=0x0 x=150 y=137 count=0} to TreeItem with text {simple_server-thread2} 16:30:45 [2019-07-19T20:30:45.885Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=200150044 data=null doit=true} to TreeItem with text {simple_server-thread2} 16:30:45 [2019-07-19T20:30:45.885Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=200150044 data=null} to TreeItem with text {simple_server-thread2} 16:30:45 [2019-07-19T20:30:45.885Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=200150045 data=null button=1 stateMask=0x0 x=150 y=137 count=1} to TreeItem with text {simple_server-thread2} 16:30:45 [2019-07-19T20:30:45.885Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200150045 data=null item=TreeItem {simple_server-thread2} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread2} 16:30:45 [2019-07-19T20:30:45.885Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=200150051 data=null button=1 stateMask=0x80000 x=150 y=137 count=1} to TreeItem with text {simple_server-thread2} 16:30:45 [2019-07-19T20:30:45.885Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:45 [2019-07-19T20:30:45.885Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:45 [2019-07-19T20:30:45.885Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:30:45 [2019-07-19T20:30:45.885Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:30:45 [2019-07-19T20:30:45.885Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:45 [2019-07-19T20:30:45.885Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:45 [2019-07-19T20:30:45.885Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:45 [2019-07-19T20:30:45.885Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:45 [2019-07-19T20:30:45.885Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:45 [2019-07-19T20:30:45.885Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200150067 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:30:45 [2019-07-19T20:30:45.885Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200150068 data=null doit=true} to TreeItem with text {test} 16:30:45 [2019-07-19T20:30:45.885Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200150068 data=null} to TreeItem with text {test} 16:30:45 [2019-07-19T20:30:45.885Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200150068 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:30:45 [2019-07-19T20:30:45.885Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200150069 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:30:45 [2019-07-19T20:30:45.885Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200150120 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:30:45 [2019-07-19T20:30:45.885Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:45 [2019-07-19T20:30:45.885Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200150121 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:30:45 [2019-07-19T20:30:45.885Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200150121 data=null doit=true} to TreeItem with text {test} 16:30:45 [2019-07-19T20:30:45.885Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200150121 data=null} to TreeItem with text {test} 16:30:45 [2019-07-19T20:30:45.885Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200150126 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:30:45 [2019-07-19T20:30:45.885Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200150127 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:30:46 [2019-07-19T20:30:46.141Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200150135 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:30:46 [2019-07-19T20:30:46.141Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:30:46 [2019-07-19T20:30:46.141Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:46 [2019-07-19T20:30:46.141Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [5]} time=200150137 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [5]} 16:30:46 [2019-07-19T20:30:46.141Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [5]} time=200150137 data=null doit=true} to TreeItem with text {Traces [5]} 16:30:46 [2019-07-19T20:30:46.141Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [5]} time=200150137 data=null} to TreeItem with text {Traces [5]} 16:30:46 [2019-07-19T20:30:46.141Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [5]} time=200150138 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [5]} 16:30:46 [2019-07-19T20:30:46.141Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200150147 data=null item=TreeItem {Traces [5]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [5]} 16:30:46 [2019-07-19T20:30:46.141Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [5]} time=200150183 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [5]} 16:30:46 [2019-07-19T20:30:46.141Z] WARN - Tree item TreeItem with text {Traces [5]} is already expanded. Won't expand it again. 16:30:46 [2019-07-19T20:30:46.141Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:30:46 [2019-07-19T20:30:46.141Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:46 [2019-07-19T20:30:46.141Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {unrecognized.log} time=200150313 data=null button=0 stateMask=0x0 x=133 y=158 count=0} to TreeItem with text {unrecognized.log} 16:30:46 [2019-07-19T20:30:46.141Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {unrecognized.log} time=200150314 data=null doit=true} to TreeItem with text {unrecognized.log} 16:30:46 [2019-07-19T20:30:46.141Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {unrecognized.log} time=200150314 data=null} to TreeItem with text {unrecognized.log} 16:30:46 [2019-07-19T20:30:46.141Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=200150314 data=null button=1 stateMask=0x0 x=133 y=158 count=1} to TreeItem with text {unrecognized.log} 16:30:46 [2019-07-19T20:30:46.141Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200150315 data=null item=TreeItem {unrecognized.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {unrecognized.log} 16:30:46 [2019-07-19T20:30:46.141Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=200150364 data=null button=1 stateMask=0x80000 x=133 y=158 count=1} to TreeItem with text {unrecognized.log} 16:30:46 [2019-07-19T20:30:46.141Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:46 [2019-07-19T20:30:46.141Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:46 [2019-07-19T20:30:46.141Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:30:46 [2019-07-19T20:30:46.141Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:46 [2019-07-19T20:30:46.141Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {unrecognized.log} time=200150368 data=null button=0 stateMask=0x0 x=133 y=158 count=0} to TreeItem with text {unrecognized.log} 16:30:46 [2019-07-19T20:30:46.141Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {unrecognized.log} time=200150368 data=null doit=true} to TreeItem with text {unrecognized.log} 16:30:46 [2019-07-19T20:30:46.141Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {unrecognized.log} time=200150368 data=null} to TreeItem with text {unrecognized.log} 16:30:46 [2019-07-19T20:30:46.141Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=200150368 data=null button=1 stateMask=0x0 x=133 y=158 count=1} to TreeItem with text {unrecognized.log} 16:30:46 [2019-07-19T20:30:46.141Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200150369 data=null item=TreeItem {unrecognized.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {unrecognized.log} 16:30:46 [2019-07-19T20:30:46.141Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=200150375 data=null button=1 stateMask=0x80000 x=133 y=158 count=1} to TreeItem with text {unrecognized.log} 16:30:46 [2019-07-19T20:30:46.141Z] DEBUG - Double-clicking on TreeItem with text {unrecognized.log} 16:30:46 [2019-07-19T20:30:46.141Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {unrecognized.log} time=200150376 data=null button=0 stateMask=0x0 x=133 y=158 count=0} to TreeItem with text {unrecognized.log} 16:30:46 [2019-07-19T20:30:46.141Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {unrecognized.log} time=200150376 data=null doit=true} to TreeItem with text {unrecognized.log} 16:30:46 [2019-07-19T20:30:46.141Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:46 [2019-07-19T20:30:46.141Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {unrecognized.log} time=200150376 data=null} to TreeItem with text {unrecognized.log} 16:30:46 [2019-07-19T20:30:46.141Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=200150377 data=null button=1 stateMask=0x0 x=133 y=158 count=1} to TreeItem with text {unrecognized.log} 16:30:46 [2019-07-19T20:30:46.141Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200150385 data=null item=TreeItem {unrecognized.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {unrecognized.log} 16:30:46 [2019-07-19T20:30:46.399Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=200150392 data=null button=1 stateMask=0x80000 x=133 y=158 count=1} to TreeItem with text {unrecognized.log} 16:30:46 [2019-07-19T20:30:46.399Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=200150393 data=null button=1 stateMask=0x0 x=133 y=158 count=2} to TreeItem with text {unrecognized.log} 16:30:46 [2019-07-19T20:30:46.399Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {unrecognized.log} time=200150393 data=null button=1 stateMask=0x0 x=133 y=158 count=2} to TreeItem with text {unrecognized.log} 16:30:46 [2019-07-19T20:30:46.399Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200150394 data=null item=TreeItem {unrecognized.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {unrecognized.log} 16:30:46 [2019-07-19T20:30:46.655Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=200150697 data=null button=1 stateMask=0x80000 x=133 y=158 count=2} to TreeItem with text {unrecognized.log} 16:30:46 [2019-07-19T20:30:46.655Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {unrecognized.log} time=200150702 data=null button=0 stateMask=0x0 x=133 y=158 count=0} to TreeItem with text {unrecognized.log} 16:30:46 [2019-07-19T20:30:46.655Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {unrecognized.log} time=200150702 data=null doit=true} to TreeItem with text {unrecognized.log} 16:30:46 [2019-07-19T20:30:46.655Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {unrecognized.log} time=200150702 data=null} to TreeItem with text {unrecognized.log} 16:30:46 [2019-07-19T20:30:46.655Z] DEBUG - Double-clicked on TreeItem with text {unrecognized.log} 16:30:46 [2019-07-19T20:30:46.655Z] DEBUG - matched EditorReference with text "", using matcher: with name '"unrecognized.log"' 16:30:46 [2019-07-19T20:30:46.655Z] DEBUG - matched EditorReference with text "", using matcher: with name '"unrecognized.log"' 16:30:46 [2019-07-19T20:30:46.655Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:30:46 [2019-07-19T20:30:46.655Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:46 [2019-07-19T20:30:46.655Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {unrecognized.log} time=200150835 data=null button=0 stateMask=0x0 x=133 y=158 count=0} to TreeItem with text {unrecognized.log} 16:30:46 [2019-07-19T20:30:46.655Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {unrecognized.log} time=200150835 data=null doit=true} to TreeItem with text {unrecognized.log} 16:30:46 [2019-07-19T20:30:46.655Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {unrecognized.log} time=200150836 data=null} to TreeItem with text {unrecognized.log} 16:30:46 [2019-07-19T20:30:46.655Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=200150836 data=null button=1 stateMask=0x0 x=133 y=158 count=1} to TreeItem with text {unrecognized.log} 16:30:46 [2019-07-19T20:30:46.655Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200150837 data=null item=TreeItem {unrecognized.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {unrecognized.log} 16:30:46 [2019-07-19T20:30:46.655Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=200150843 data=null button=1 stateMask=0x80000 x=133 y=158 count=1} to TreeItem with text {unrecognized.log} 16:30:46 [2019-07-19T20:30:46.655Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:46 [2019-07-19T20:30:46.655Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:46 [2019-07-19T20:30:46.655Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:30:46 [2019-07-19T20:30:46.655Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:30:46 [2019-07-19T20:30:46.655Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:46 [2019-07-19T20:30:46.655Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:46 [2019-07-19T20:30:46.655Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:46 [2019-07-19T20:30:46.655Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:46 [2019-07-19T20:30:46.655Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:46 [2019-07-19T20:30:46.655Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200150858 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:30:46 [2019-07-19T20:30:46.655Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200150859 data=null doit=true} to TreeItem with text {test} 16:30:46 [2019-07-19T20:30:46.655Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200150859 data=null} to TreeItem with text {test} 16:30:46 [2019-07-19T20:30:46.655Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200150859 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:30:46 [2019-07-19T20:30:46.655Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200150860 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:30:46 [2019-07-19T20:30:46.655Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200150904 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:30:46 [2019-07-19T20:30:46.911Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:46 [2019-07-19T20:30:46.911Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200150905 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:30:46 [2019-07-19T20:30:46.911Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200150906 data=null doit=true} to TreeItem with text {test} 16:30:46 [2019-07-19T20:30:46.911Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200150906 data=null} to TreeItem with text {test} 16:30:46 [2019-07-19T20:30:46.911Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200150906 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:30:46 [2019-07-19T20:30:46.911Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200150906 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:30:46 [2019-07-19T20:30:46.911Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200150918 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:30:46 [2019-07-19T20:30:46.911Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:30:46 [2019-07-19T20:30:46.911Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:46 [2019-07-19T20:30:46.911Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [5]} time=200150919 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [5]} 16:30:46 [2019-07-19T20:30:46.911Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [5]} time=200150920 data=null doit=true} to TreeItem with text {Traces [5]} 16:30:46 [2019-07-19T20:30:46.911Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [5]} time=200150920 data=null} to TreeItem with text {Traces [5]} 16:30:46 [2019-07-19T20:30:46.911Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [5]} time=200150920 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [5]} 16:30:46 [2019-07-19T20:30:46.911Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200150920 data=null item=TreeItem {Traces [5]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [5]} 16:30:46 [2019-07-19T20:30:46.911Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [5]} time=200150946 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [5]} 16:30:46 [2019-07-19T20:30:46.911Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:46 [2019-07-19T20:30:46.911Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [5]} time=200150947 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [5]} 16:30:46 [2019-07-19T20:30:46.911Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [5]} time=200150947 data=null doit=true} to TreeItem with text {Traces [5]} 16:30:46 [2019-07-19T20:30:46.911Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [5]} time=200150948 data=null} to TreeItem with text {Traces [5]} 16:30:46 [2019-07-19T20:30:46.911Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [5]} time=200150948 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [5]} 16:30:46 [2019-07-19T20:30:46.911Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200150949 data=null item=TreeItem {Traces [5]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [5]} 16:30:46 [2019-07-19T20:30:46.911Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [5]} time=200150959 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [5]} 16:30:46 [2019-07-19T20:30:46.911Z] DEBUG - matched MenuItem with text "C&lear Delete", using matcher: with mnemonic 'Clear' 16:30:46 [2019-07-19T20:30:46.911Z] DEBUG - Clicking on with mnemonic 'Clear' 16:30:47 [2019-07-19T20:30:47.168Z] DEBUG - Clicked on with mnemonic 'Clear' 16:30:47 [2019-07-19T20:30:47.168Z] DEBUG - matched Shell with text "Confirm Clear", using matcher: with text 'Confirm Clear' 16:30:47 [2019-07-19T20:30:47.168Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirm Clear} time=200151217 data=null doit=true} to Shell with text {Confirm Clear} 16:30:47 [2019-07-19T20:30:47.168Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button' 16:30:47 [2019-07-19T20:30:47.168Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes' 16:30:47 [2019-07-19T20:30:47.168Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH' 16:30:47 [2019-07-19T20:30:47.168Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:30:47 [2019-07-19T20:30:47.168Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button' 16:30:47 [2019-07-19T20:30:47.168Z] DEBUG - Clicking on &Yes 16:30:47 [2019-07-19T20:30:47.168Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=200151225 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:30:47 [2019-07-19T20:30:47.168Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=200151225 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:30:47 [2019-07-19T20:30:47.168Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=200151225 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:30:47 [2019-07-19T20:30:47.168Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=200151225 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:30:47 [2019-07-19T20:30:47.168Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=200151225 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:30:47 [2019-07-19T20:30:47.168Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=200151226 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:30:47 [2019-07-19T20:30:47.168Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=200151226 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:30:49 [2019-07-19T20:30:49.062Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {C&lear Delete} time=200151030 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Clear' 16:30:49 [2019-07-19T20:30:49.062Z] DEBUG - Clicked on 16:30:49 [2019-07-19T20:30:49.062Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:30:49 [2019-07-19T20:30:49.062Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:49 [2019-07-19T20:30:49.062Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:49 [2019-07-19T20:30:49.062Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:49 [2019-07-19T20:30:49.062Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:49 [2019-07-19T20:30:49.062Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:49 [2019-07-19T20:30:49.062Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200153093 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:30:49 [2019-07-19T20:30:49.062Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200153093 data=null doit=true} to TreeItem with text {test} 16:30:49 [2019-07-19T20:30:49.062Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200153093 data=null} to TreeItem with text {test} 16:30:49 [2019-07-19T20:30:49.062Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200153094 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:30:49 [2019-07-19T20:30:49.062Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200153094 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:30:49 [2019-07-19T20:30:49.062Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200153130 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:30:49 [2019-07-19T20:30:49.062Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:49 [2019-07-19T20:30:49.062Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200153132 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:30:49 [2019-07-19T20:30:49.062Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200153132 data=null doit=true} to TreeItem with text {test} 16:30:49 [2019-07-19T20:30:49.062Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200153132 data=null} to TreeItem with text {test} 16:30:49 [2019-07-19T20:30:49.062Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200153141 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:30:49 [2019-07-19T20:30:49.062Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200153142 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:30:49 [2019-07-19T20:30:49.062Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200153161 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:30:49 [2019-07-19T20:30:49.062Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:30:49 [2019-07-19T20:30:49.062Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:49 [2019-07-19T20:30:49.062Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [5]} time=200153163 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [5]} 16:30:49 [2019-07-19T20:30:49.062Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [5]} time=200153163 data=null doit=true} to TreeItem with text {Traces [5]} 16:30:49 [2019-07-19T20:30:49.062Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [5]} time=200153164 data=null} to TreeItem with text {Traces [5]} 16:30:49 [2019-07-19T20:30:49.062Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [5]} time=200153164 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [5]} 16:30:49 [2019-07-19T20:30:49.062Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200153164 data=null item=TreeItem {Traces [5]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [5]} 16:30:49 [2019-07-19T20:30:49.062Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [5]} time=200153197 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [5]} 16:30:49 [2019-07-19T20:30:49.062Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:49 [2019-07-19T20:30:49.062Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [5]} time=200153198 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [5]} 16:30:49 [2019-07-19T20:30:49.062Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [5]} time=200153199 data=null doit=true} to TreeItem with text {Traces [5]} 16:30:49 [2019-07-19T20:30:49.062Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [5]} time=200153199 data=null} to TreeItem with text {Traces [5]} 16:30:49 [2019-07-19T20:30:49.062Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [5]} time=200153199 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [5]} 16:30:49 [2019-07-19T20:30:49.062Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200153199 data=null item=TreeItem {Traces [5]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [5]} 16:30:49 [2019-07-19T20:30:49.062Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [5]} time=200153214 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [5]} 16:30:49 [2019-07-19T20:30:49.062Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...' 16:30:49 [2019-07-19T20:30:49.062Z] DEBUG - Clicking on with mnemonic 'Import...' 16:30:49 [2019-07-19T20:30:49.320Z] DEBUG - Clicked on with mnemonic 'Import...' 16:30:49 [2019-07-19T20:30:49.577Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=200153574 data=null doit=true} to Shell with text {Trace Import} 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with mnemonic 'Select root directory:' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with style 'SWT.RADIO' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') is already selected, not clicking again. 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo') 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - Attempting to set focus on (of type 'Combo') 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import} time=200153601 data=null} to (of type 'Combo') 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - Attempting to set focus on (of type 'Tree') 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {import} time=200153651 data=null button=0 stateMask=0x0 x=83 y=11 count=0} to TreeItem with text {import} 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=200153651 data=null doit=true} to TreeItem with text {import} 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=200153651 data=null} to TreeItem with text {import} 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=200153652 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import} 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200153652 data=null item=TreeItem {import} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {import} 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=200153652 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import} 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - Setting state to checked on: import 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:') 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to Common Trace Format : Generic CTF Trace 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {Common Trace Format : Generic CTF Trace} time=200153662 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to Common Trace Format : Generic CTF Trace 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') already selected, not selecting again. 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH' 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - Clicking on &Finish 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=200153705 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=200153705 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=200153705 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=200153705 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=200153705 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:30:49 [2019-07-19T20:30:49.578Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=200153706 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:30:49 [2019-07-19T20:30:49.836Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:30:50 [2019-07-19T20:30:50.093Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:30:50 [2019-07-19T20:30:50.093Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:30:50 [2019-07-19T20:30:50.093Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:30:50 [2019-07-19T20:30:50.093Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:30:50 [2019-07-19T20:30:50.093Z] DEBUG - Clicked on &Finish 16:30:50 [2019-07-19T20:30:50.093Z] DEBUG - matched Shell with text "Confirmation", using matcher: with text 'Confirmation' 16:30:50 [2019-07-19T20:30:50.093Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirmation} time=200154243 data=null doit=true} to Shell with text {Confirmation} 16:30:50 [2019-07-19T20:30:50.093Z] DEBUG - matched Button with text "Rename", using matcher: of type 'Button' 16:30:50 [2019-07-19T20:30:50.093Z] DEBUG - matched Button with text "Rename All", using matcher: of type 'Button' 16:30:50 [2019-07-19T20:30:50.093Z] DEBUG - matched Button with text "Overwrite", using matcher: of type 'Button' 16:30:50 [2019-07-19T20:30:50.093Z] DEBUG - matched Button with text "Overwrite All", using matcher: of type 'Button' 16:30:50 [2019-07-19T20:30:50.093Z] DEBUG - matched Button with text "Skip All", using matcher: of type 'Button' 16:30:50 [2019-07-19T20:30:50.093Z] DEBUG - matched Button with text "Skip All", using matcher: with mnemonic 'Skip All' 16:30:50 [2019-07-19T20:30:50.093Z] DEBUG - matched Button with text "Skip All", using matcher: with style 'SWT.PUSH' 16:30:50 [2019-07-19T20:30:50.093Z] DEBUG - matched Button with text "Skip All", using matcher: (of type 'Button' and with mnemonic 'Skip All' and with style 'SWT.PUSH') 16:30:50 [2019-07-19T20:30:50.093Z] DEBUG - matched Button with text "Skip", using matcher: of type 'Button' 16:30:50 [2019-07-19T20:30:50.093Z] DEBUG - Clicking on Skip All 16:30:50 [2019-07-19T20:30:50.093Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Skip All} time=200154245 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Skip All' and with style 'SWT.PUSH') 16:30:50 [2019-07-19T20:30:50.093Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Skip All} time=200154245 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Skip All' and with style 'SWT.PUSH') 16:30:50 [2019-07-19T20:30:50.093Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Skip All} time=200154245 data=null doit=true} to (of type 'Button' and with mnemonic 'Skip All' and with style 'SWT.PUSH') 16:30:50 [2019-07-19T20:30:50.093Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Skip All} time=200154245 data=null} to (of type 'Button' and with mnemonic 'Skip All' and with style 'SWT.PUSH') 16:30:50 [2019-07-19T20:30:50.093Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Skip All} time=200154245 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Skip All' and with style 'SWT.PUSH') 16:30:50 [2019-07-19T20:30:50.093Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Skip All} time=200154246 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Skip All' and with style 'SWT.PUSH') 16:30:50 [2019-07-19T20:30:50.093Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Skip All} time=200154246 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Skip All' and with style 'SWT.PUSH') 16:30:50 [2019-07-19T20:30:50.350Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=200153706 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:30:50 [2019-07-19T20:30:50.350Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=200153283 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...' 16:30:50 [2019-07-19T20:30:50.608Z] DEBUG - Clicked on 16:30:50 [2019-07-19T20:30:50.608Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:30:50 [2019-07-19T20:30:50.608Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:50 [2019-07-19T20:30:50.608Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:50 [2019-07-19T20:30:50.608Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:50 [2019-07-19T20:30:50.608Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:50 [2019-07-19T20:30:50.608Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:50 [2019-07-19T20:30:50.608Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200154677 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:30:50 [2019-07-19T20:30:50.608Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200154678 data=null doit=true} to TreeItem with text {test} 16:30:50 [2019-07-19T20:30:50.608Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200154678 data=null} to TreeItem with text {test} 16:30:50 [2019-07-19T20:30:50.608Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200154678 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:30:50 [2019-07-19T20:30:50.608Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200154678 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:30:50 [2019-07-19T20:30:50.608Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200154712 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:30:50 [2019-07-19T20:30:50.608Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:50 [2019-07-19T20:30:50.608Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200154713 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:30:50 [2019-07-19T20:30:50.608Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200154713 data=null doit=true} to TreeItem with text {test} 16:30:50 [2019-07-19T20:30:50.608Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200154713 data=null} to TreeItem with text {test} 16:30:50 [2019-07-19T20:30:50.608Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200154714 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:30:50 [2019-07-19T20:30:50.608Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200154714 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:30:50 [2019-07-19T20:30:50.608Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200154728 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:30:50 [2019-07-19T20:30:50.608Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:30:50 [2019-07-19T20:30:50.608Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:50 [2019-07-19T20:30:50.608Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [4]} time=200154730 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [4]} 16:30:50 [2019-07-19T20:30:50.608Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [4]} time=200154730 data=null doit=true} to TreeItem with text {Traces [4]} 16:30:50 [2019-07-19T20:30:50.608Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [4]} time=200154730 data=null} to TreeItem with text {Traces [4]} 16:30:50 [2019-07-19T20:30:50.608Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [4]} time=200154730 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [4]} 16:30:50 [2019-07-19T20:30:50.608Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200154731 data=null item=TreeItem {Traces [4]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [4]} 16:30:50 [2019-07-19T20:30:50.608Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [4]} time=200154753 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [4]} 16:30:50 [2019-07-19T20:30:50.608Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [4]} time=200154754 data=null doit=true} to TreeItem with text {Traces [4]} 16:30:50 [2019-07-19T20:30:50.608Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [4]} time=200154754 data=null} to TreeItem with text {Traces [4]} 16:30:50 [2019-07-19T20:30:50.608Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [4]} time=200154754 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [4]} 16:30:50 [2019-07-19T20:30:50.608Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200154754 data=null item=TreeItem {Traces [4]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {Traces [4]} 16:30:50 [2019-07-19T20:30:50.608Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [4]} time=200154780 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [4]} 16:30:50 [2019-07-19T20:30:50.608Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:30:50 [2019-07-19T20:30:50.608Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:50 [2019-07-19T20:30:50.866Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200154894 data=null button=0 stateMask=0x0 x=148 y=74 count=0} to TreeItem with text {kernel-overlap-testing} 16:30:50 [2019-07-19T20:30:50.866Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200154894 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:30:50 [2019-07-19T20:30:50.866Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200154894 data=null} to TreeItem with text {kernel-overlap-testing} 16:30:50 [2019-07-19T20:30:50.866Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200154895 data=null button=1 stateMask=0x0 x=148 y=74 count=1} to TreeItem with text {kernel-overlap-testing} 16:30:50 [2019-07-19T20:30:50.866Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200154895 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:30:50 [2019-07-19T20:30:50.866Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200154930 data=null button=1 stateMask=0x80000 x=148 y=74 count=1} to TreeItem with text {kernel-overlap-testing} 16:30:50 [2019-07-19T20:30:50.866Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:50 [2019-07-19T20:30:50.866Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:50 [2019-07-19T20:30:50.866Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:30:50 [2019-07-19T20:30:50.866Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:50 [2019-07-19T20:30:50.866Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200154935 data=null button=0 stateMask=0x0 x=148 y=74 count=0} to TreeItem with text {kernel-overlap-testing} 16:30:50 [2019-07-19T20:30:50.866Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200154935 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:30:50 [2019-07-19T20:30:50.866Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200154935 data=null} to TreeItem with text {kernel-overlap-testing} 16:30:50 [2019-07-19T20:30:50.866Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200154935 data=null button=1 stateMask=0x0 x=148 y=74 count=1} to TreeItem with text {kernel-overlap-testing} 16:30:50 [2019-07-19T20:30:50.866Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200154935 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:30:50 [2019-07-19T20:30:50.866Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200154940 data=null button=1 stateMask=0x80000 x=148 y=74 count=1} to TreeItem with text {kernel-overlap-testing} 16:30:50 [2019-07-19T20:30:50.866Z] DEBUG - Double-clicking on TreeItem with text {kernel-overlap-testing} 16:30:50 [2019-07-19T20:30:50.866Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200154941 data=null button=0 stateMask=0x0 x=148 y=74 count=0} to TreeItem with text {kernel-overlap-testing} 16:30:50 [2019-07-19T20:30:50.866Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200154941 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:30:50 [2019-07-19T20:30:50.866Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:50 [2019-07-19T20:30:50.866Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200154941 data=null} to TreeItem with text {kernel-overlap-testing} 16:30:50 [2019-07-19T20:30:50.866Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200154942 data=null button=1 stateMask=0x0 x=148 y=74 count=1} to TreeItem with text {kernel-overlap-testing} 16:30:50 [2019-07-19T20:30:50.866Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200154942 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:30:50 [2019-07-19T20:30:50.866Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200154946 data=null button=1 stateMask=0x80000 x=148 y=74 count=1} to TreeItem with text {kernel-overlap-testing} 16:30:50 [2019-07-19T20:30:50.866Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200154946 data=null button=1 stateMask=0x0 x=148 y=74 count=2} to TreeItem with text {kernel-overlap-testing} 16:30:50 [2019-07-19T20:30:50.866Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {kernel-overlap-testing} time=200154947 data=null button=1 stateMask=0x0 x=148 y=74 count=2} to TreeItem with text {kernel-overlap-testing} 16:30:50 [2019-07-19T20:30:50.866Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200154954 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:30:51 [2019-07-19T20:30:51.123Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200155065 data=null button=1 stateMask=0x80000 x=148 y=74 count=2} to TreeItem with text {kernel-overlap-testing} 16:30:51 [2019-07-19T20:30:51.123Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {kernel-overlap-testing} time=200155369 data=null button=0 stateMask=0x0 x=148 y=74 count=0} to TreeItem with text {kernel-overlap-testing} 16:30:51 [2019-07-19T20:30:51.123Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {kernel-overlap-testing} time=200155369 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:30:51 [2019-07-19T20:30:51.123Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {kernel-overlap-testing} time=200155370 data=null} to TreeItem with text {kernel-overlap-testing} 16:30:51 [2019-07-19T20:30:51.123Z] DEBUG - Double-clicked on TreeItem with text {kernel-overlap-testing} 16:30:51 [2019-07-19T20:30:51.123Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:30:51 [2019-07-19T20:30:51.687Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:30:51 [2019-07-19T20:30:51.687Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:30:51 [2019-07-19T20:30:51.687Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:30:51 [2019-07-19T20:30:51.687Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:30:51 [2019-07-19T20:30:51.687Z] DEBUG - Attempting to set focus on Table with text {} 16:30:51 [2019-07-19T20:30:51.687Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200155876 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:30:51 [2019-07-19T20:30:51.687Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200155876 data=null doit=true} to TableItem with text {} 16:30:51 [2019-07-19T20:30:51.687Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200155876 data=null} to TableItem with text {} 16:30:51 [2019-07-19T20:30:51.687Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200155877 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:30:51 [2019-07-19T20:30:51.687Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200155877 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:30:51 [2019-07-19T20:30:51.687Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200155884 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:30:51 [2019-07-19T20:30:51.687Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:30:51 [2019-07-19T20:30:51.687Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:30:53 [2019-07-19T20:30:53.061Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:30:53 [2019-07-19T20:30:53.061Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:53 [2019-07-19T20:30:53.061Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200156984 data=null button=0 stateMask=0x0 x=148 y=74 count=0} to TreeItem with text {kernel-overlap-testing} 16:30:53 [2019-07-19T20:30:53.061Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200156984 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:30:53 [2019-07-19T20:30:53.061Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200156985 data=null} to TreeItem with text {kernel-overlap-testing} 16:30:53 [2019-07-19T20:30:53.061Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200156985 data=null button=1 stateMask=0x0 x=148 y=74 count=1} to TreeItem with text {kernel-overlap-testing} 16:30:53 [2019-07-19T20:30:53.061Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200156985 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:30:53 [2019-07-19T20:30:53.061Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200156990 data=null button=1 stateMask=0x80000 x=148 y=74 count=1} to TreeItem with text {kernel-overlap-testing} 16:30:53 [2019-07-19T20:30:53.061Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:53 [2019-07-19T20:30:53.061Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:53 [2019-07-19T20:30:53.061Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:30:53 [2019-07-19T20:30:53.061Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:30:53 [2019-07-19T20:30:53.061Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:53 [2019-07-19T20:30:53.061Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:53 [2019-07-19T20:30:53.061Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:53 [2019-07-19T20:30:53.061Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:53 [2019-07-19T20:30:53.061Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:53 [2019-07-19T20:30:53.061Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200156996 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:30:53 [2019-07-19T20:30:53.061Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200156996 data=null doit=true} to TreeItem with text {test} 16:30:53 [2019-07-19T20:30:53.061Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200156996 data=null} to TreeItem with text {test} 16:30:53 [2019-07-19T20:30:53.061Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200156997 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:30:53 [2019-07-19T20:30:53.061Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200156997 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:30:53 [2019-07-19T20:30:53.061Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200157035 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:30:53 [2019-07-19T20:30:53.061Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:53 [2019-07-19T20:30:53.061Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200157036 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:30:53 [2019-07-19T20:30:53.061Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200157036 data=null doit=true} to TreeItem with text {test} 16:30:53 [2019-07-19T20:30:53.061Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200157036 data=null} to TreeItem with text {test} 16:30:53 [2019-07-19T20:30:53.061Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200157036 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:30:53 [2019-07-19T20:30:53.061Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200157036 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:30:53 [2019-07-19T20:30:53.061Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200157050 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:30:53 [2019-07-19T20:30:53.061Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:30:53 [2019-07-19T20:30:53.061Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:53 [2019-07-19T20:30:53.061Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [4]} time=200157051 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [4]} 16:30:53 [2019-07-19T20:30:53.061Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [4]} time=200157051 data=null doit=true} to TreeItem with text {Traces [4]} 16:30:53 [2019-07-19T20:30:53.061Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [4]} time=200157051 data=null} to TreeItem with text {Traces [4]} 16:30:53 [2019-07-19T20:30:53.061Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [4]} time=200157051 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [4]} 16:30:53 [2019-07-19T20:30:53.061Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200157052 data=null item=TreeItem {Traces [4]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [4]} 16:30:53 [2019-07-19T20:30:53.061Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [4]} time=200157069 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [4]} 16:30:53 [2019-07-19T20:30:53.061Z] WARN - Tree item TreeItem with text {Traces [4]} is already expanded. Won't expand it again. 16:30:53 [2019-07-19T20:30:53.318Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:30:53 [2019-07-19T20:30:53.318Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:53 [2019-07-19T20:30:53.319Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=200157546 data=null button=0 stateMask=0x0 x=150 y=95 count=0} to TreeItem with text {simple_server-thread1} 16:30:53 [2019-07-19T20:30:53.319Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=200157547 data=null doit=true} to TreeItem with text {simple_server-thread1} 16:30:53 [2019-07-19T20:30:53.319Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=200157547 data=null} to TreeItem with text {simple_server-thread1} 16:30:53 [2019-07-19T20:30:53.319Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=200157547 data=null button=1 stateMask=0x0 x=150 y=95 count=1} to TreeItem with text {simple_server-thread1} 16:30:53 [2019-07-19T20:30:53.319Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200157548 data=null item=TreeItem {simple_server-thread1} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread1} 16:30:53 [2019-07-19T20:30:53.576Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=200157590 data=null button=1 stateMask=0x80000 x=150 y=95 count=1} to TreeItem with text {simple_server-thread1} 16:30:53 [2019-07-19T20:30:53.576Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:53 [2019-07-19T20:30:53.576Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:53 [2019-07-19T20:30:53.576Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:30:53 [2019-07-19T20:30:53.576Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:53 [2019-07-19T20:30:53.576Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=200157593 data=null button=0 stateMask=0x0 x=150 y=95 count=0} to TreeItem with text {simple_server-thread1} 16:30:53 [2019-07-19T20:30:53.576Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=200157593 data=null doit=true} to TreeItem with text {simple_server-thread1} 16:30:53 [2019-07-19T20:30:53.576Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=200157593 data=null} to TreeItem with text {simple_server-thread1} 16:30:53 [2019-07-19T20:30:53.576Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=200157594 data=null button=1 stateMask=0x0 x=150 y=95 count=1} to TreeItem with text {simple_server-thread1} 16:30:53 [2019-07-19T20:30:53.576Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200157594 data=null item=TreeItem {simple_server-thread1} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread1} 16:30:53 [2019-07-19T20:30:53.576Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=200157599 data=null button=1 stateMask=0x80000 x=150 y=95 count=1} to TreeItem with text {simple_server-thread1} 16:30:53 [2019-07-19T20:30:53.576Z] DEBUG - Double-clicking on TreeItem with text {simple_server-thread1} 16:30:53 [2019-07-19T20:30:53.576Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=200157599 data=null button=0 stateMask=0x0 x=150 y=95 count=0} to TreeItem with text {simple_server-thread1} 16:30:53 [2019-07-19T20:30:53.576Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=200157600 data=null doit=true} to TreeItem with text {simple_server-thread1} 16:30:53 [2019-07-19T20:30:53.576Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:53 [2019-07-19T20:30:53.576Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=200157600 data=null} to TreeItem with text {simple_server-thread1} 16:30:53 [2019-07-19T20:30:53.576Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=200157600 data=null button=1 stateMask=0x0 x=150 y=95 count=1} to TreeItem with text {simple_server-thread1} 16:30:53 [2019-07-19T20:30:53.576Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200157600 data=null item=TreeItem {simple_server-thread1} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread1} 16:30:53 [2019-07-19T20:30:53.576Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=200157604 data=null button=1 stateMask=0x80000 x=150 y=95 count=1} to TreeItem with text {simple_server-thread1} 16:30:53 [2019-07-19T20:30:53.576Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=200157611 data=null button=1 stateMask=0x0 x=150 y=95 count=2} to TreeItem with text {simple_server-thread1} 16:30:53 [2019-07-19T20:30:53.576Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {simple_server-thread1} time=200157612 data=null button=1 stateMask=0x0 x=150 y=95 count=2} to TreeItem with text {simple_server-thread1} 16:30:53 [2019-07-19T20:30:53.576Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200157612 data=null item=TreeItem {simple_server-thread1} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread1} 16:30:53 [2019-07-19T20:30:53.833Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=200157751 data=null button=1 stateMask=0x80000 x=150 y=95 count=2} to TreeItem with text {simple_server-thread1} 16:30:54 [2019-07-19T20:30:54.091Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {simple_server-thread1} time=200158135 data=null button=0 stateMask=0x0 x=150 y=95 count=0} to TreeItem with text {simple_server-thread1} 16:30:54 [2019-07-19T20:30:54.091Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {simple_server-thread1} time=200158135 data=null doit=true} to TreeItem with text {simple_server-thread1} 16:30:54 [2019-07-19T20:30:54.091Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {simple_server-thread1} time=200158135 data=null} to TreeItem with text {simple_server-thread1} 16:30:54 [2019-07-19T20:30:54.091Z] DEBUG - Double-clicked on TreeItem with text {simple_server-thread1} 16:30:54 [2019-07-19T20:30:54.091Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:30:54 [2019-07-19T20:30:54.091Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:30:54 [2019-07-19T20:30:54.091Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:30:54 [2019-07-19T20:30:54.091Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:30:54 [2019-07-19T20:30:54.091Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:30:54 [2019-07-19T20:30:54.091Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:30:54 [2019-07-19T20:30:54.091Z] DEBUG - Attempting to set focus on Table with text {} 16:30:54 [2019-07-19T20:30:54.091Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200158138 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:30:54 [2019-07-19T20:30:54.091Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200158139 data=null doit=true} to TableItem with text {} 16:30:54 [2019-07-19T20:30:54.091Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200158139 data=null} to TableItem with text {} 16:30:54 [2019-07-19T20:30:54.091Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200158139 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:30:54 [2019-07-19T20:30:54.091Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200158139 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:30:54 [2019-07-19T20:30:54.091Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200158149 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:30:54 [2019-07-19T20:30:54.091Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:30:54 [2019-07-19T20:30:54.091Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:30:55 [2019-07-19T20:30:55.024Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:30:55 [2019-07-19T20:30:55.024Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:55 [2019-07-19T20:30:55.024Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=200159241 data=null button=0 stateMask=0x0 x=150 y=95 count=0} to TreeItem with text {simple_server-thread1} 16:30:55 [2019-07-19T20:30:55.024Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=200159241 data=null doit=true} to TreeItem with text {simple_server-thread1} 16:30:55 [2019-07-19T20:30:55.024Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=200159241 data=null} to TreeItem with text {simple_server-thread1} 16:30:55 [2019-07-19T20:30:55.024Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=200159242 data=null button=1 stateMask=0x0 x=150 y=95 count=1} to TreeItem with text {simple_server-thread1} 16:30:55 [2019-07-19T20:30:55.024Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200159242 data=null item=TreeItem {simple_server-thread1} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread1} 16:30:55 [2019-07-19T20:30:55.024Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=200159247 data=null button=1 stateMask=0x80000 x=150 y=95 count=1} to TreeItem with text {simple_server-thread1} 16:30:55 [2019-07-19T20:30:55.024Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:55 [2019-07-19T20:30:55.024Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:55 [2019-07-19T20:30:55.024Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:30:55 [2019-07-19T20:30:55.024Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:30:55 [2019-07-19T20:30:55.024Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:55 [2019-07-19T20:30:55.024Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:55 [2019-07-19T20:30:55.024Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:55 [2019-07-19T20:30:55.024Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:55 [2019-07-19T20:30:55.024Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:55 [2019-07-19T20:30:55.024Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200159253 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:30:55 [2019-07-19T20:30:55.024Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200159253 data=null doit=true} to TreeItem with text {test} 16:30:55 [2019-07-19T20:30:55.024Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200159253 data=null} to TreeItem with text {test} 16:30:55 [2019-07-19T20:30:55.024Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200159254 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:30:55 [2019-07-19T20:30:55.024Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200159261 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:30:55 [2019-07-19T20:30:55.283Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200159304 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:30:55 [2019-07-19T20:30:55.283Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:55 [2019-07-19T20:30:55.283Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200159305 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:30:55 [2019-07-19T20:30:55.283Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200159305 data=null doit=true} to TreeItem with text {test} 16:30:55 [2019-07-19T20:30:55.283Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200159305 data=null} to TreeItem with text {test} 16:30:55 [2019-07-19T20:30:55.283Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200159306 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:30:55 [2019-07-19T20:30:55.283Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200159306 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:30:55 [2019-07-19T20:30:55.283Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200159312 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:30:55 [2019-07-19T20:30:55.283Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:30:55 [2019-07-19T20:30:55.283Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:55 [2019-07-19T20:30:55.283Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [4]} time=200159314 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [4]} 16:30:55 [2019-07-19T20:30:55.283Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [4]} time=200159314 data=null doit=true} to TreeItem with text {Traces [4]} 16:30:55 [2019-07-19T20:30:55.283Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [4]} time=200159314 data=null} to TreeItem with text {Traces [4]} 16:30:55 [2019-07-19T20:30:55.283Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [4]} time=200159314 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [4]} 16:30:55 [2019-07-19T20:30:55.283Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200159314 data=null item=TreeItem {Traces [4]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [4]} 16:30:55 [2019-07-19T20:30:55.283Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [4]} time=200159334 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [4]} 16:30:55 [2019-07-19T20:30:55.283Z] WARN - Tree item TreeItem with text {Traces [4]} is already expanded. Won't expand it again. 16:30:55 [2019-07-19T20:30:55.542Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:30:55 [2019-07-19T20:30:55.542Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:55 [2019-07-19T20:30:55.542Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=200159619 data=null button=0 stateMask=0x0 x=150 y=116 count=0} to TreeItem with text {simple_server-thread2} 16:30:55 [2019-07-19T20:30:55.542Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=200159619 data=null doit=true} to TreeItem with text {simple_server-thread2} 16:30:55 [2019-07-19T20:30:55.542Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=200159619 data=null} to TreeItem with text {simple_server-thread2} 16:30:55 [2019-07-19T20:30:55.542Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=200159620 data=null button=1 stateMask=0x0 x=150 y=116 count=1} to TreeItem with text {simple_server-thread2} 16:30:55 [2019-07-19T20:30:55.542Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200159620 data=null item=TreeItem {simple_server-thread2} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread2} 16:30:55 [2019-07-19T20:30:55.542Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=200159662 data=null button=1 stateMask=0x80000 x=150 y=116 count=1} to TreeItem with text {simple_server-thread2} 16:30:55 [2019-07-19T20:30:55.542Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:55 [2019-07-19T20:30:55.542Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:55 [2019-07-19T20:30:55.542Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:30:55 [2019-07-19T20:30:55.542Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:55 [2019-07-19T20:30:55.542Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=200159665 data=null button=0 stateMask=0x0 x=150 y=116 count=0} to TreeItem with text {simple_server-thread2} 16:30:55 [2019-07-19T20:30:55.542Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=200159666 data=null doit=true} to TreeItem with text {simple_server-thread2} 16:30:55 [2019-07-19T20:30:55.542Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=200159666 data=null} to TreeItem with text {simple_server-thread2} 16:30:55 [2019-07-19T20:30:55.542Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=200159666 data=null button=1 stateMask=0x0 x=150 y=116 count=1} to TreeItem with text {simple_server-thread2} 16:30:55 [2019-07-19T20:30:55.542Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200159666 data=null item=TreeItem {simple_server-thread2} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread2} 16:30:55 [2019-07-19T20:30:55.542Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=200159672 data=null button=1 stateMask=0x80000 x=150 y=116 count=1} to TreeItem with text {simple_server-thread2} 16:30:55 [2019-07-19T20:30:55.542Z] DEBUG - Double-clicking on TreeItem with text {simple_server-thread2} 16:30:55 [2019-07-19T20:30:55.542Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=200159673 data=null button=0 stateMask=0x0 x=150 y=116 count=0} to TreeItem with text {simple_server-thread2} 16:30:55 [2019-07-19T20:30:55.542Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=200159673 data=null doit=true} to TreeItem with text {simple_server-thread2} 16:30:55 [2019-07-19T20:30:55.542Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:55 [2019-07-19T20:30:55.542Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=200159674 data=null} to TreeItem with text {simple_server-thread2} 16:30:55 [2019-07-19T20:30:55.542Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=200159674 data=null button=1 stateMask=0x0 x=150 y=116 count=1} to TreeItem with text {simple_server-thread2} 16:30:55 [2019-07-19T20:30:55.542Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200159674 data=null item=TreeItem {simple_server-thread2} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread2} 16:30:55 [2019-07-19T20:30:55.542Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=200159684 data=null button=1 stateMask=0x80000 x=150 y=116 count=1} to TreeItem with text {simple_server-thread2} 16:30:55 [2019-07-19T20:30:55.542Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=200159685 data=null button=1 stateMask=0x0 x=150 y=116 count=2} to TreeItem with text {simple_server-thread2} 16:30:55 [2019-07-19T20:30:55.542Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {simple_server-thread2} time=200159685 data=null button=1 stateMask=0x0 x=150 y=116 count=2} to TreeItem with text {simple_server-thread2} 16:30:55 [2019-07-19T20:30:55.542Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200159685 data=null item=TreeItem {simple_server-thread2} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread2} 16:30:56 [2019-07-19T20:30:56.105Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=200159770 data=null button=1 stateMask=0x80000 x=150 y=116 count=2} to TreeItem with text {simple_server-thread2} 16:30:56 [2019-07-19T20:30:56.105Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {simple_server-thread2} time=200160142 data=null button=0 stateMask=0x0 x=150 y=116 count=0} to TreeItem with text {simple_server-thread2} 16:30:56 [2019-07-19T20:30:56.105Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {simple_server-thread2} time=200160181 data=null doit=true} to TreeItem with text {simple_server-thread2} 16:30:56 [2019-07-19T20:30:56.105Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {simple_server-thread2} time=200160181 data=null} to TreeItem with text {simple_server-thread2} 16:30:56 [2019-07-19T20:30:56.105Z] DEBUG - Double-clicked on TreeItem with text {simple_server-thread2} 16:30:56 [2019-07-19T20:30:56.105Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:30:56 [2019-07-19T20:30:56.105Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:30:56 [2019-07-19T20:30:56.105Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:30:56 [2019-07-19T20:30:56.105Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:30:56 [2019-07-19T20:30:56.105Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:30:56 [2019-07-19T20:30:56.105Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:30:56 [2019-07-19T20:30:56.105Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:30:56 [2019-07-19T20:30:56.105Z] DEBUG - Attempting to set focus on Table with text {} 16:30:56 [2019-07-19T20:30:56.105Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200160187 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:30:56 [2019-07-19T20:30:56.105Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200160187 data=null doit=true} to TableItem with text {} 16:30:56 [2019-07-19T20:30:56.105Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200160187 data=null} to TableItem with text {} 16:30:56 [2019-07-19T20:30:56.105Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200160188 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:30:56 [2019-07-19T20:30:56.105Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200160188 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:30:56 [2019-07-19T20:30:56.105Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200160194 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:30:56 [2019-07-19T20:30:56.105Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:30:56 [2019-07-19T20:30:56.105Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:30:57 [2019-07-19T20:30:57.037Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:30:57 [2019-07-19T20:30:57.037Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:57 [2019-07-19T20:30:57.294Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=200161306 data=null button=0 stateMask=0x0 x=150 y=116 count=0} to TreeItem with text {simple_server-thread2} 16:30:57 [2019-07-19T20:30:57.294Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=200161306 data=null doit=true} to TreeItem with text {simple_server-thread2} 16:30:57 [2019-07-19T20:30:57.294Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=200161307 data=null} to TreeItem with text {simple_server-thread2} 16:30:57 [2019-07-19T20:30:57.294Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=200161307 data=null button=1 stateMask=0x0 x=150 y=116 count=1} to TreeItem with text {simple_server-thread2} 16:30:57 [2019-07-19T20:30:57.294Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200161308 data=null item=TreeItem {simple_server-thread2} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread2} 16:30:57 [2019-07-19T20:30:57.294Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=200161315 data=null button=1 stateMask=0x80000 x=150 y=116 count=1} to TreeItem with text {simple_server-thread2} 16:30:57 [2019-07-19T20:30:57.294Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:57 [2019-07-19T20:30:57.294Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:57 [2019-07-19T20:30:57.294Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:30:57 [2019-07-19T20:30:57.294Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:30:57 [2019-07-19T20:30:57.294Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:57 [2019-07-19T20:30:57.294Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:57 [2019-07-19T20:30:57.294Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:57 [2019-07-19T20:30:57.294Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:57 [2019-07-19T20:30:57.294Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:57 [2019-07-19T20:30:57.294Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200161329 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:30:57 [2019-07-19T20:30:57.294Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200161329 data=null doit=true} to TreeItem with text {test} 16:30:57 [2019-07-19T20:30:57.294Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200161329 data=null} to TreeItem with text {test} 16:30:57 [2019-07-19T20:30:57.294Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200161330 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:30:57 [2019-07-19T20:30:57.294Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200161330 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:30:57 [2019-07-19T20:30:57.294Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200161375 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:30:57 [2019-07-19T20:30:57.294Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:57 [2019-07-19T20:30:57.294Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200161394 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:30:57 [2019-07-19T20:30:57.294Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200161394 data=null doit=true} to TreeItem with text {test} 16:30:57 [2019-07-19T20:30:57.294Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200161395 data=null} to TreeItem with text {test} 16:30:57 [2019-07-19T20:30:57.294Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200161395 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:30:57 [2019-07-19T20:30:57.294Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200161395 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:30:57 [2019-07-19T20:30:57.294Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200161411 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:30:57 [2019-07-19T20:30:57.294Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:30:57 [2019-07-19T20:30:57.294Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:57 [2019-07-19T20:30:57.294Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [4]} time=200161412 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [4]} 16:30:57 [2019-07-19T20:30:57.294Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [4]} time=200161412 data=null doit=true} to TreeItem with text {Traces [4]} 16:30:57 [2019-07-19T20:30:57.294Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [4]} time=200161412 data=null} to TreeItem with text {Traces [4]} 16:30:57 [2019-07-19T20:30:57.294Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [4]} time=200161413 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [4]} 16:30:57 [2019-07-19T20:30:57.294Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200161413 data=null item=TreeItem {Traces [4]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [4]} 16:30:57 [2019-07-19T20:30:57.294Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [4]} time=200161460 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [4]} 16:30:57 [2019-07-19T20:30:57.294Z] WARN - Tree item TreeItem with text {Traces [4]} is already expanded. Won't expand it again. 16:30:57 [2019-07-19T20:30:57.294Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:30:57 [2019-07-19T20:30:57.294Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:57 [2019-07-19T20:30:57.551Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=200161566 data=null button=0 stateMask=0x0 x=139 y=137 count=0} to TreeItem with text {ust-overlap-testing} 16:30:57 [2019-07-19T20:30:57.551Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=200161567 data=null doit=true} to TreeItem with text {ust-overlap-testing} 16:30:57 [2019-07-19T20:30:57.551Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=200161567 data=null} to TreeItem with text {ust-overlap-testing} 16:30:57 [2019-07-19T20:30:57.551Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=200161567 data=null button=1 stateMask=0x0 x=139 y=137 count=1} to TreeItem with text {ust-overlap-testing} 16:30:57 [2019-07-19T20:30:57.551Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200161569 data=null item=TreeItem {ust-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ust-overlap-testing} 16:30:57 [2019-07-19T20:30:57.551Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=200161614 data=null button=1 stateMask=0x80000 x=139 y=137 count=1} to TreeItem with text {ust-overlap-testing} 16:30:57 [2019-07-19T20:30:57.551Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:57 [2019-07-19T20:30:57.551Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:57 [2019-07-19T20:30:57.551Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:30:57 [2019-07-19T20:30:57.551Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:57 [2019-07-19T20:30:57.551Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=200161616 data=null button=0 stateMask=0x0 x=139 y=137 count=0} to TreeItem with text {ust-overlap-testing} 16:30:57 [2019-07-19T20:30:57.551Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=200161617 data=null doit=true} to TreeItem with text {ust-overlap-testing} 16:30:57 [2019-07-19T20:30:57.551Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=200161617 data=null} to TreeItem with text {ust-overlap-testing} 16:30:57 [2019-07-19T20:30:57.551Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=200161617 data=null button=1 stateMask=0x0 x=139 y=137 count=1} to TreeItem with text {ust-overlap-testing} 16:30:57 [2019-07-19T20:30:57.551Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200161617 data=null item=TreeItem {ust-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ust-overlap-testing} 16:30:57 [2019-07-19T20:30:57.551Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=200161622 data=null button=1 stateMask=0x80000 x=139 y=137 count=1} to TreeItem with text {ust-overlap-testing} 16:30:57 [2019-07-19T20:30:57.551Z] DEBUG - Double-clicking on TreeItem with text {ust-overlap-testing} 16:30:57 [2019-07-19T20:30:57.551Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=200161623 data=null button=0 stateMask=0x0 x=139 y=137 count=0} to TreeItem with text {ust-overlap-testing} 16:30:57 [2019-07-19T20:30:57.551Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=200161623 data=null doit=true} to TreeItem with text {ust-overlap-testing} 16:30:57 [2019-07-19T20:30:57.551Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:57 [2019-07-19T20:30:57.551Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=200161623 data=null} to TreeItem with text {ust-overlap-testing} 16:30:57 [2019-07-19T20:30:57.551Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=200161624 data=null button=1 stateMask=0x0 x=139 y=137 count=1} to TreeItem with text {ust-overlap-testing} 16:30:57 [2019-07-19T20:30:57.551Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200161624 data=null item=TreeItem {ust-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ust-overlap-testing} 16:30:57 [2019-07-19T20:30:57.551Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=200161628 data=null button=1 stateMask=0x80000 x=139 y=137 count=1} to TreeItem with text {ust-overlap-testing} 16:30:57 [2019-07-19T20:30:57.551Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=200161628 data=null button=1 stateMask=0x0 x=139 y=137 count=2} to TreeItem with text {ust-overlap-testing} 16:30:57 [2019-07-19T20:30:57.551Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ust-overlap-testing} time=200161634 data=null button=1 stateMask=0x0 x=139 y=137 count=2} to TreeItem with text {ust-overlap-testing} 16:30:57 [2019-07-19T20:30:57.551Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200161634 data=null item=TreeItem {ust-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ust-overlap-testing} 16:30:57 [2019-07-19T20:30:57.808Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=200161710 data=null button=1 stateMask=0x80000 x=139 y=137 count=2} to TreeItem with text {ust-overlap-testing} 16:30:58 [2019-07-19T20:30:58.065Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ust-overlap-testing} time=200162051 data=null button=0 stateMask=0x0 x=139 y=137 count=0} to TreeItem with text {ust-overlap-testing} 16:30:58 [2019-07-19T20:30:58.065Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ust-overlap-testing} time=200162094 data=null doit=true} to TreeItem with text {ust-overlap-testing} 16:30:58 [2019-07-19T20:30:58.065Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ust-overlap-testing} time=200162096 data=null} to TreeItem with text {ust-overlap-testing} 16:30:58 [2019-07-19T20:30:58.065Z] DEBUG - Double-clicked on TreeItem with text {ust-overlap-testing} 16:30:58 [2019-07-19T20:30:58.065Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:30:58 [2019-07-19T20:30:58.065Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:30:58 [2019-07-19T20:30:58.065Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:30:58 [2019-07-19T20:30:58.065Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:30:58 [2019-07-19T20:30:58.065Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:30:58 [2019-07-19T20:30:58.065Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:30:58 [2019-07-19T20:30:58.065Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:30:58 [2019-07-19T20:30:58.065Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:30:58 [2019-07-19T20:30:58.065Z] DEBUG - Attempting to set focus on Table with text {} 16:30:58 [2019-07-19T20:30:58.065Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200162101 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:30:58 [2019-07-19T20:30:58.065Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200162101 data=null doit=true} to TableItem with text {} 16:30:58 [2019-07-19T20:30:58.065Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200162102 data=null} to TableItem with text {} 16:30:58 [2019-07-19T20:30:58.065Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200162102 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:30:58 [2019-07-19T20:30:58.065Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200162102 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:30:58 [2019-07-19T20:30:58.065Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200162109 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:30:58 [2019-07-19T20:30:58.065Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:30:58 [2019-07-19T20:30:58.065Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:30:58 [2019-07-19T20:30:58.995Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:30:58 [2019-07-19T20:30:58.995Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:58 [2019-07-19T20:30:58.995Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=200163226 data=null button=0 stateMask=0x0 x=139 y=137 count=0} to TreeItem with text {ust-overlap-testing} 16:30:58 [2019-07-19T20:30:58.995Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=200163227 data=null doit=true} to TreeItem with text {ust-overlap-testing} 16:30:58 [2019-07-19T20:30:58.995Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=200163227 data=null} to TreeItem with text {ust-overlap-testing} 16:30:58 [2019-07-19T20:30:58.995Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=200163227 data=null button=1 stateMask=0x0 x=139 y=137 count=1} to TreeItem with text {ust-overlap-testing} 16:30:58 [2019-07-19T20:30:58.995Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200163227 data=null item=TreeItem {ust-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ust-overlap-testing} 16:30:58 [2019-07-19T20:30:58.995Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=200163235 data=null button=1 stateMask=0x80000 x=139 y=137 count=1} to TreeItem with text {ust-overlap-testing} 16:30:58 [2019-07-19T20:30:58.995Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:58 [2019-07-19T20:30:58.995Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:58 [2019-07-19T20:30:58.995Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:30:58 [2019-07-19T20:30:58.995Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:30:59 [2019-07-19T20:30:59.252Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:59 [2019-07-19T20:30:59.252Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:59 [2019-07-19T20:30:59.252Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:59 [2019-07-19T20:30:59.252Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:59 [2019-07-19T20:30:59.252Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:59 [2019-07-19T20:30:59.252Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200163252 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:30:59 [2019-07-19T20:30:59.252Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200163252 data=null doit=true} to TreeItem with text {test} 16:30:59 [2019-07-19T20:30:59.252Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200163252 data=null} to TreeItem with text {test} 16:30:59 [2019-07-19T20:30:59.252Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200163252 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:30:59 [2019-07-19T20:30:59.252Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200163253 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:30:59 [2019-07-19T20:30:59.252Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200163303 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:30:59 [2019-07-19T20:30:59.252Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:59 [2019-07-19T20:30:59.252Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200163305 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:30:59 [2019-07-19T20:30:59.252Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200163305 data=null doit=true} to TreeItem with text {test} 16:30:59 [2019-07-19T20:30:59.252Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200163305 data=null} to TreeItem with text {test} 16:30:59 [2019-07-19T20:30:59.252Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200163305 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:30:59 [2019-07-19T20:30:59.252Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200163306 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:30:59 [2019-07-19T20:30:59.252Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200163321 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:30:59 [2019-07-19T20:30:59.252Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:30:59 [2019-07-19T20:30:59.252Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:59 [2019-07-19T20:30:59.252Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [4]} time=200163322 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [4]} 16:30:59 [2019-07-19T20:30:59.252Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [4]} time=200163322 data=null doit=true} to TreeItem with text {Traces [4]} 16:30:59 [2019-07-19T20:30:59.252Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [4]} time=200163323 data=null} to TreeItem with text {Traces [4]} 16:30:59 [2019-07-19T20:30:59.252Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [4]} time=200163323 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [4]} 16:30:59 [2019-07-19T20:30:59.252Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200163323 data=null item=TreeItem {Traces [4]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [4]} 16:30:59 [2019-07-19T20:30:59.252Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [4]} time=200163372 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [4]} 16:30:59 [2019-07-19T20:30:59.252Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:30:59 [2019-07-19T20:30:59.252Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:59 [2019-07-19T20:30:59.252Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:59 [2019-07-19T20:30:59.252Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:30:59 [2019-07-19T20:30:59.252Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:30:59 [2019-07-19T20:30:59.252Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:59 [2019-07-19T20:30:59.252Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200163380 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:30:59 [2019-07-19T20:30:59.252Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200163380 data=null doit=true} to TreeItem with text {test} 16:30:59 [2019-07-19T20:30:59.252Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200163380 data=null} to TreeItem with text {test} 16:30:59 [2019-07-19T20:30:59.252Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200163381 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:30:59 [2019-07-19T20:30:59.252Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200163381 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:30:59 [2019-07-19T20:30:59.252Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200163452 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:30:59 [2019-07-19T20:30:59.252Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:59 [2019-07-19T20:30:59.252Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200163453 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:30:59 [2019-07-19T20:30:59.252Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200163454 data=null doit=true} to TreeItem with text {test} 16:30:59 [2019-07-19T20:30:59.252Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200163454 data=null} to TreeItem with text {test} 16:30:59 [2019-07-19T20:30:59.252Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200163454 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:30:59 [2019-07-19T20:30:59.252Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200163454 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:30:59 [2019-07-19T20:30:59.252Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200163468 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:30:59 [2019-07-19T20:30:59.252Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:30:59 [2019-07-19T20:30:59.252Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:59 [2019-07-19T20:30:59.252Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [4]} time=200163470 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [4]} 16:30:59 [2019-07-19T20:30:59.252Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [4]} time=200163470 data=null doit=true} to TreeItem with text {Traces [4]} 16:30:59 [2019-07-19T20:30:59.252Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [4]} time=200163470 data=null} to TreeItem with text {Traces [4]} 16:30:59 [2019-07-19T20:30:59.252Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [4]} time=200163471 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [4]} 16:30:59 [2019-07-19T20:30:59.252Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200163471 data=null item=TreeItem {Traces [4]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [4]} 16:30:59 [2019-07-19T20:30:59.509Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [4]} time=200163541 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [4]} 16:30:59 [2019-07-19T20:30:59.509Z] DEBUG - Attempting to set focus on Tree with text {} 16:30:59 [2019-07-19T20:30:59.509Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [4]} time=200163543 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [4]} 16:30:59 [2019-07-19T20:30:59.509Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [4]} time=200163543 data=null doit=true} to TreeItem with text {Traces [4]} 16:30:59 [2019-07-19T20:30:59.509Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [4]} time=200163543 data=null} to TreeItem with text {Traces [4]} 16:30:59 [2019-07-19T20:30:59.509Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [4]} time=200163544 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [4]} 16:30:59 [2019-07-19T20:30:59.509Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200163544 data=null item=TreeItem {Traces [4]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [4]} 16:30:59 [2019-07-19T20:30:59.509Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [4]} time=200163551 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [4]} 16:30:59 [2019-07-19T20:30:59.509Z] DEBUG - matched MenuItem with text "C&lear Delete", using matcher: with mnemonic 'Clear' 16:30:59 [2019-07-19T20:30:59.509Z] DEBUG - Clicking on with mnemonic 'Clear' 16:30:59 [2019-07-19T20:30:59.982Z] DEBUG - Clicked on with mnemonic 'Clear' 16:30:59 [2019-07-19T20:30:59.982Z] DEBUG - matched Shell with text "Confirm Clear", using matcher: with text 'Confirm Clear' 16:30:59 [2019-07-19T20:30:59.982Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirm Clear} time=200163843 data=null doit=true} to Shell with text {Confirm Clear} 16:30:59 [2019-07-19T20:30:59.982Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button' 16:30:59 [2019-07-19T20:30:59.982Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes' 16:30:59 [2019-07-19T20:30:59.982Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH' 16:30:59 [2019-07-19T20:30:59.982Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:30:59 [2019-07-19T20:30:59.982Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button' 16:30:59 [2019-07-19T20:30:59.982Z] DEBUG - Clicking on &Yes 16:30:59 [2019-07-19T20:30:59.982Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=200163844 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:30:59 [2019-07-19T20:30:59.982Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=200163844 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:30:59 [2019-07-19T20:30:59.982Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=200163844 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:30:59 [2019-07-19T20:30:59.982Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=200163845 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:30:59 [2019-07-19T20:30:59.982Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=200163845 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:30:59 [2019-07-19T20:30:59.982Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=200163845 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:30:59 [2019-07-19T20:30:59.982Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=200163845 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:31:01 [2019-07-19T20:31:01.914Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {C&lear Delete} time=200163610 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Clear' 16:31:01 [2019-07-19T20:31:01.914Z] DEBUG - Clicked on 16:31:01 [2019-07-19T20:31:01.914Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:31:01 [2019-07-19T20:31:01.914Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:01 [2019-07-19T20:31:01.914Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:01 [2019-07-19T20:31:01.914Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:01 [2019-07-19T20:31:01.914Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:01 [2019-07-19T20:31:01.914Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:01 [2019-07-19T20:31:01.914Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200165827 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:31:01 [2019-07-19T20:31:01.914Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200165827 data=null doit=true} to TreeItem with text {test} 16:31:01 [2019-07-19T20:31:01.914Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200165827 data=null} to TreeItem with text {test} 16:31:01 [2019-07-19T20:31:01.914Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200165827 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:31:01 [2019-07-19T20:31:01.914Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200165827 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:31:01 [2019-07-19T20:31:01.914Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200165860 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:31:01 [2019-07-19T20:31:01.914Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:01 [2019-07-19T20:31:01.914Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200165861 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:31:01 [2019-07-19T20:31:01.914Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200165861 data=null doit=true} to TreeItem with text {test} 16:31:01 [2019-07-19T20:31:01.914Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200165861 data=null} to TreeItem with text {test} 16:31:01 [2019-07-19T20:31:01.914Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200165861 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:31:01 [2019-07-19T20:31:01.914Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200165861 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:31:01 [2019-07-19T20:31:01.914Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200165878 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:31:01 [2019-07-19T20:31:01.914Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:31:01 [2019-07-19T20:31:01.914Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:01 [2019-07-19T20:31:01.914Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [4]} time=200165879 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [4]} 16:31:01 [2019-07-19T20:31:01.914Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [4]} time=200165879 data=null doit=true} to TreeItem with text {Traces [4]} 16:31:01 [2019-07-19T20:31:01.914Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [4]} time=200165879 data=null} to TreeItem with text {Traces [4]} 16:31:01 [2019-07-19T20:31:01.914Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [4]} time=200165880 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [4]} 16:31:01 [2019-07-19T20:31:01.914Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200165880 data=null item=TreeItem {Traces [4]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [4]} 16:31:01 [2019-07-19T20:31:01.914Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [4]} time=200165903 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [4]} 16:31:01 [2019-07-19T20:31:01.914Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:01 [2019-07-19T20:31:01.914Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [4]} time=200165904 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [4]} 16:31:01 [2019-07-19T20:31:01.914Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [4]} time=200165905 data=null doit=true} to TreeItem with text {Traces [4]} 16:31:01 [2019-07-19T20:31:01.914Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [4]} time=200165905 data=null} to TreeItem with text {Traces [4]} 16:31:01 [2019-07-19T20:31:01.914Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [4]} time=200165905 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [4]} 16:31:01 [2019-07-19T20:31:01.914Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200165905 data=null item=TreeItem {Traces [4]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [4]} 16:31:01 [2019-07-19T20:31:01.914Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [4]} time=200165918 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [4]} 16:31:01 [2019-07-19T20:31:01.914Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...' 16:31:01 [2019-07-19T20:31:01.914Z] DEBUG - Clicking on with mnemonic 'Import...' 16:31:02 [2019-07-19T20:31:02.171Z] DEBUG - Clicked on with mnemonic 'Import...' 16:31:02 [2019-07-19T20:31:02.171Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import' 16:31:02 [2019-07-19T20:31:02.171Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=200166266 data=null doit=true} to Shell with text {Trace Import} 16:31:02 [2019-07-19T20:31:02.171Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.171Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with mnemonic 'Select root directory:' 16:31:02 [2019-07-19T20:31:02.171Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with style 'SWT.RADIO' 16:31:02 [2019-07-19T20:31:02.171Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') 16:31:02 [2019-07-19T20:31:02.171Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.171Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.171Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.171Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.171Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.171Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.171Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.171Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.171Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.171Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.171Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.171Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') is already selected, not clicking again. 16:31:02 [2019-07-19T20:31:02.171Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:31:02 [2019-07-19T20:31:02.171Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:31:02 [2019-07-19T20:31:02.171Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:31:02 [2019-07-19T20:31:02.171Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:31:02 [2019-07-19T20:31:02.171Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:31:02 [2019-07-19T20:31:02.171Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo') 16:31:02 [2019-07-19T20:31:02.171Z] DEBUG - Attempting to set focus on (of type 'Combo') 16:31:02 [2019-07-19T20:31:02.171Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import 16:31:02 [2019-07-19T20:31:02.171Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import} time=200166282 data=null} to (of type 'Combo') 16:31:02 [2019-07-19T20:31:02.171Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import 16:31:02 [2019-07-19T20:31:02.171Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:02 [2019-07-19T20:31:02.171Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:02 [2019-07-19T20:31:02.171Z] DEBUG - Attempting to set focus on (of type 'Tree') 16:31:02 [2019-07-19T20:31:02.171Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:02 [2019-07-19T20:31:02.171Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:02 [2019-07-19T20:31:02.171Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:02 [2019-07-19T20:31:02.171Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {import} time=200166332 data=null button=0 stateMask=0x0 x=83 y=11 count=0} to TreeItem with text {import} 16:31:02 [2019-07-19T20:31:02.171Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=200166332 data=null doit=true} to TreeItem with text {import} 16:31:02 [2019-07-19T20:31:02.171Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=200166332 data=null} to TreeItem with text {import} 16:31:02 [2019-07-19T20:31:02.171Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=200166333 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import} 16:31:02 [2019-07-19T20:31:02.171Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200166333 data=null item=TreeItem {import} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {import} 16:31:02 [2019-07-19T20:31:02.171Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=200166333 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import} 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - Setting state to checked on: import 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:') 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to Common Trace Format : Linux Kernel Trace 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {Common Trace Format : Linux Kernel Trace} time=200166342 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to Common Trace Format : Linux Kernel Trace 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') already selected, not selecting again. 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH' 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - Clicking on &Finish 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=200166382 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=200166382 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=200166382 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=200166382 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=200166383 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:02 [2019-07-19T20:31:02.172Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=200166383 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:02 [2019-07-19T20:31:02.429Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:02 [2019-07-19T20:31:02.429Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:02 [2019-07-19T20:31:02.429Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:02 [2019-07-19T20:31:02.429Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:02 [2019-07-19T20:31:02.429Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:02 [2019-07-19T20:31:02.429Z] DEBUG - Clicked on &Finish 16:31:02 [2019-07-19T20:31:02.993Z] DEBUG - matched Shell with text "Confirmation", using matcher: with text 'Confirmation' 16:31:02 [2019-07-19T20:31:02.993Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirmation} time=200167056 data=null doit=true} to Shell with text {Confirmation} 16:31:02 [2019-07-19T20:31:02.993Z] DEBUG - matched Button with text "Rename", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.993Z] DEBUG - matched Button with text "Rename All", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.993Z] DEBUG - matched Button with text "Overwrite", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.993Z] DEBUG - matched Button with text "Overwrite All", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.993Z] DEBUG - matched Button with text "Skip All", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.993Z] DEBUG - matched Button with text "Skip All", using matcher: with mnemonic 'Skip All' 16:31:02 [2019-07-19T20:31:02.993Z] DEBUG - matched Button with text "Skip All", using matcher: with style 'SWT.PUSH' 16:31:02 [2019-07-19T20:31:02.993Z] DEBUG - matched Button with text "Skip All", using matcher: (of type 'Button' and with mnemonic 'Skip All' and with style 'SWT.PUSH') 16:31:02 [2019-07-19T20:31:02.993Z] DEBUG - matched Button with text "Skip", using matcher: of type 'Button' 16:31:02 [2019-07-19T20:31:02.993Z] DEBUG - Clicking on Skip All 16:31:02 [2019-07-19T20:31:02.993Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Skip All} time=200167058 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Skip All' and with style 'SWT.PUSH') 16:31:02 [2019-07-19T20:31:02.993Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Skip All} time=200167058 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Skip All' and with style 'SWT.PUSH') 16:31:02 [2019-07-19T20:31:02.993Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Skip All} time=200167058 data=null doit=true} to (of type 'Button' and with mnemonic 'Skip All' and with style 'SWT.PUSH') 16:31:02 [2019-07-19T20:31:02.993Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Skip All} time=200167058 data=null} to (of type 'Button' and with mnemonic 'Skip All' and with style 'SWT.PUSH') 16:31:02 [2019-07-19T20:31:02.993Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Skip All} time=200167058 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Skip All' and with style 'SWT.PUSH') 16:31:02 [2019-07-19T20:31:02.993Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Skip All} time=200167058 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Skip All' and with style 'SWT.PUSH') 16:31:02 [2019-07-19T20:31:02.993Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Skip All} time=200167058 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Skip All' and with style 'SWT.PUSH') 16:31:02 [2019-07-19T20:31:02.993Z] DEBUG - Clicked on 16:31:03 [2019-07-19T20:31:03.250Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=200166383 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:03 [2019-07-19T20:31:03.250Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=200165977 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...' 16:31:03 [2019-07-19T20:31:03.506Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:31:03 [2019-07-19T20:31:03.506Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:03 [2019-07-19T20:31:03.506Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:03 [2019-07-19T20:31:03.506Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:03 [2019-07-19T20:31:03.506Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:03 [2019-07-19T20:31:03.506Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:03 [2019-07-19T20:31:03.506Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200167656 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:31:03 [2019-07-19T20:31:03.506Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200167656 data=null doit=true} to TreeItem with text {test} 16:31:03 [2019-07-19T20:31:03.506Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200167656 data=null} to TreeItem with text {test} 16:31:03 [2019-07-19T20:31:03.506Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200167657 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:31:03 [2019-07-19T20:31:03.506Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200167657 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:31:03 [2019-07-19T20:31:03.506Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200167683 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:31:03 [2019-07-19T20:31:03.506Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:03 [2019-07-19T20:31:03.506Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200167684 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:31:03 [2019-07-19T20:31:03.506Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200167684 data=null doit=true} to TreeItem with text {test} 16:31:03 [2019-07-19T20:31:03.506Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200167684 data=null} to TreeItem with text {test} 16:31:03 [2019-07-19T20:31:03.506Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200167684 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:31:03 [2019-07-19T20:31:03.506Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200167684 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:31:03 [2019-07-19T20:31:03.506Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200167694 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:31:03 [2019-07-19T20:31:03.506Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:31:03 [2019-07-19T20:31:03.506Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:03 [2019-07-19T20:31:03.506Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=200167695 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 16:31:03 [2019-07-19T20:31:03.506Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=200167695 data=null doit=true} to TreeItem with text {Traces [1]} 16:31:03 [2019-07-19T20:31:03.506Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=200167696 data=null} to TreeItem with text {Traces [1]} 16:31:03 [2019-07-19T20:31:03.506Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=200167696 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:31:03 [2019-07-19T20:31:03.506Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200167696 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 16:31:03 [2019-07-19T20:31:03.506Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=200167705 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:31:03 [2019-07-19T20:31:03.506Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=200167706 data=null doit=true} to TreeItem with text {Traces [1]} 16:31:03 [2019-07-19T20:31:03.506Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=200167706 data=null} to TreeItem with text {Traces [1]} 16:31:03 [2019-07-19T20:31:03.506Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=200167706 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:31:03 [2019-07-19T20:31:03.506Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200167717 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {Traces [1]} 16:31:03 [2019-07-19T20:31:03.506Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=200167720 data=null button=1 stateMask=0x80000 x=75 y=53 count=1} to TreeItem with text {Traces [1]} 16:31:04 [2019-07-19T20:31:04.070Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:31:04 [2019-07-19T20:31:04.070Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:04 [2019-07-19T20:31:04.070Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200168192 data=null button=0 stateMask=0x0 x=148 y=74 count=0} to TreeItem with text {kernel-overlap-testing} 16:31:04 [2019-07-19T20:31:04.070Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200168192 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:31:04 [2019-07-19T20:31:04.070Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200168193 data=null} to TreeItem with text {kernel-overlap-testing} 16:31:04 [2019-07-19T20:31:04.070Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200168193 data=null button=1 stateMask=0x0 x=148 y=74 count=1} to TreeItem with text {kernel-overlap-testing} 16:31:04 [2019-07-19T20:31:04.070Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200168193 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:31:04 [2019-07-19T20:31:04.070Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200168234 data=null button=1 stateMask=0x80000 x=148 y=74 count=1} to TreeItem with text {kernel-overlap-testing} 16:31:04 [2019-07-19T20:31:04.070Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:04 [2019-07-19T20:31:04.070Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:04 [2019-07-19T20:31:04.070Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:31:04 [2019-07-19T20:31:04.070Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:04 [2019-07-19T20:31:04.070Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200168239 data=null button=0 stateMask=0x0 x=148 y=74 count=0} to TreeItem with text {kernel-overlap-testing} 16:31:04 [2019-07-19T20:31:04.070Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200168239 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:31:04 [2019-07-19T20:31:04.070Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200168239 data=null} to TreeItem with text {kernel-overlap-testing} 16:31:04 [2019-07-19T20:31:04.070Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200168240 data=null button=1 stateMask=0x0 x=148 y=74 count=1} to TreeItem with text {kernel-overlap-testing} 16:31:04 [2019-07-19T20:31:04.070Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200168240 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:31:04 [2019-07-19T20:31:04.070Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200168245 data=null button=1 stateMask=0x80000 x=148 y=74 count=1} to TreeItem with text {kernel-overlap-testing} 16:31:04 [2019-07-19T20:31:04.070Z] DEBUG - Double-clicking on TreeItem with text {kernel-overlap-testing} 16:31:04 [2019-07-19T20:31:04.070Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200168245 data=null button=0 stateMask=0x0 x=148 y=74 count=0} to TreeItem with text {kernel-overlap-testing} 16:31:04 [2019-07-19T20:31:04.070Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200168246 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:31:04 [2019-07-19T20:31:04.070Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:04 [2019-07-19T20:31:04.070Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200168246 data=null} to TreeItem with text {kernel-overlap-testing} 16:31:04 [2019-07-19T20:31:04.070Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200168246 data=null button=1 stateMask=0x0 x=148 y=74 count=1} to TreeItem with text {kernel-overlap-testing} 16:31:04 [2019-07-19T20:31:04.070Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200168246 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:31:04 [2019-07-19T20:31:04.070Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200168256 data=null button=1 stateMask=0x80000 x=148 y=74 count=1} to TreeItem with text {kernel-overlap-testing} 16:31:04 [2019-07-19T20:31:04.070Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200168257 data=null button=1 stateMask=0x0 x=148 y=74 count=2} to TreeItem with text {kernel-overlap-testing} 16:31:04 [2019-07-19T20:31:04.070Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {kernel-overlap-testing} time=200168257 data=null button=1 stateMask=0x0 x=148 y=74 count=2} to TreeItem with text {kernel-overlap-testing} 16:31:04 [2019-07-19T20:31:04.327Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200168257 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:31:04 [2019-07-19T20:31:04.891Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200168338 data=null button=1 stateMask=0x80000 x=148 y=74 count=2} to TreeItem with text {kernel-overlap-testing} 16:31:04 [2019-07-19T20:31:04.891Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {kernel-overlap-testing} time=200168926 data=null button=0 stateMask=0x0 x=148 y=74 count=0} to TreeItem with text {kernel-overlap-testing} 16:31:04 [2019-07-19T20:31:04.891Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {kernel-overlap-testing} time=200169019 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:31:04 [2019-07-19T20:31:04.891Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {kernel-overlap-testing} time=200169019 data=null} to TreeItem with text {kernel-overlap-testing} 16:31:04 [2019-07-19T20:31:04.891Z] DEBUG - Double-clicked on TreeItem with text {kernel-overlap-testing} 16:31:04 [2019-07-19T20:31:04.891Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:31:04 [2019-07-19T20:31:04.891Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:31:04 [2019-07-19T20:31:04.891Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:31:04 [2019-07-19T20:31:04.891Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:31:04 [2019-07-19T20:31:04.891Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:31:04 [2019-07-19T20:31:04.891Z] DEBUG - Attempting to set focus on Table with text {} 16:31:04 [2019-07-19T20:31:04.891Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200169023 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:31:04 [2019-07-19T20:31:04.891Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200169023 data=null doit=true} to TableItem with text {} 16:31:04 [2019-07-19T20:31:04.891Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200169024 data=null} to TableItem with text {} 16:31:04 [2019-07-19T20:31:04.891Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200169024 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:31:04 [2019-07-19T20:31:04.891Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200169024 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:31:04 [2019-07-19T20:31:04.891Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200169029 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:31:04 [2019-07-19T20:31:04.891Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:31:04 [2019-07-19T20:31:04.891Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:31:05 [2019-07-19T20:31:05.822Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:31:06 [2019-07-19T20:31:06.079Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:06 [2019-07-19T20:31:06.079Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200170164 data=null button=0 stateMask=0x0 x=148 y=74 count=0} to TreeItem with text {kernel-overlap-testing} 16:31:06 [2019-07-19T20:31:06.079Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200170165 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:31:06 [2019-07-19T20:31:06.079Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200170165 data=null} to TreeItem with text {kernel-overlap-testing} 16:31:06 [2019-07-19T20:31:06.079Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200170165 data=null button=1 stateMask=0x0 x=148 y=74 count=1} to TreeItem with text {kernel-overlap-testing} 16:31:06 [2019-07-19T20:31:06.079Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200170166 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:31:06 [2019-07-19T20:31:06.079Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200170171 data=null button=1 stateMask=0x80000 x=148 y=74 count=1} to TreeItem with text {kernel-overlap-testing} 16:31:06 [2019-07-19T20:31:06.079Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:06 [2019-07-19T20:31:06.079Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:06 [2019-07-19T20:31:06.079Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:31:06 [2019-07-19T20:31:06.079Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:31:06 [2019-07-19T20:31:06.079Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:06 [2019-07-19T20:31:06.079Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:06 [2019-07-19T20:31:06.079Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:06 [2019-07-19T20:31:06.079Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:06 [2019-07-19T20:31:06.079Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:06 [2019-07-19T20:31:06.079Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200170184 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:31:06 [2019-07-19T20:31:06.079Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200170184 data=null doit=true} to TreeItem with text {test} 16:31:06 [2019-07-19T20:31:06.079Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200170184 data=null} to TreeItem with text {test} 16:31:06 [2019-07-19T20:31:06.079Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200170185 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:31:06 [2019-07-19T20:31:06.079Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200170185 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:31:06 [2019-07-19T20:31:06.079Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200170225 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:31:06 [2019-07-19T20:31:06.079Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:06 [2019-07-19T20:31:06.079Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200170228 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:31:06 [2019-07-19T20:31:06.079Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200170228 data=null doit=true} to TreeItem with text {test} 16:31:06 [2019-07-19T20:31:06.079Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200170229 data=null} to TreeItem with text {test} 16:31:06 [2019-07-19T20:31:06.079Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200170229 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:31:06 [2019-07-19T20:31:06.079Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200170229 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:31:06 [2019-07-19T20:31:06.079Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200170236 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:31:06 [2019-07-19T20:31:06.079Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:31:06 [2019-07-19T20:31:06.079Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:06 [2019-07-19T20:31:06.079Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=200170237 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 16:31:06 [2019-07-19T20:31:06.079Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=200170237 data=null doit=true} to TreeItem with text {Traces [1]} 16:31:06 [2019-07-19T20:31:06.079Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=200170237 data=null} to TreeItem with text {Traces [1]} 16:31:06 [2019-07-19T20:31:06.079Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=200170238 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:31:06 [2019-07-19T20:31:06.079Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200170238 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 16:31:06 [2019-07-19T20:31:06.079Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=200170256 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:31:06 [2019-07-19T20:31:06.079Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:31:06 [2019-07-19T20:31:06.079Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:06 [2019-07-19T20:31:06.079Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:06 [2019-07-19T20:31:06.079Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:06 [2019-07-19T20:31:06.079Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:06 [2019-07-19T20:31:06.079Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:06 [2019-07-19T20:31:06.079Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200170273 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:31:06 [2019-07-19T20:31:06.079Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200170273 data=null doit=true} to TreeItem with text {test} 16:31:06 [2019-07-19T20:31:06.079Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200170273 data=null} to TreeItem with text {test} 16:31:06 [2019-07-19T20:31:06.079Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200170273 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:31:06 [2019-07-19T20:31:06.079Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200170274 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:31:06 [2019-07-19T20:31:06.079Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200170304 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:31:06 [2019-07-19T20:31:06.079Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:06 [2019-07-19T20:31:06.079Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200170305 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:31:06 [2019-07-19T20:31:06.079Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200170305 data=null doit=true} to TreeItem with text {test} 16:31:06 [2019-07-19T20:31:06.079Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200170305 data=null} to TreeItem with text {test} 16:31:06 [2019-07-19T20:31:06.079Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200170306 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:31:06 [2019-07-19T20:31:06.079Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200170306 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:31:06 [2019-07-19T20:31:06.079Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200170321 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:31:06 [2019-07-19T20:31:06.079Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:31:06 [2019-07-19T20:31:06.079Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:06 [2019-07-19T20:31:06.079Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=200170322 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 16:31:06 [2019-07-19T20:31:06.079Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=200170322 data=null doit=true} to TreeItem with text {Traces [1]} 16:31:06 [2019-07-19T20:31:06.079Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=200170322 data=null} to TreeItem with text {Traces [1]} 16:31:06 [2019-07-19T20:31:06.079Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=200170323 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:31:06 [2019-07-19T20:31:06.079Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200170323 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 16:31:06 [2019-07-19T20:31:06.336Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=200170348 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:31:06 [2019-07-19T20:31:06.336Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:06 [2019-07-19T20:31:06.336Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=200170349 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 16:31:06 [2019-07-19T20:31:06.336Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=200170349 data=null doit=true} to TreeItem with text {Traces [1]} 16:31:06 [2019-07-19T20:31:06.336Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=200170349 data=null} to TreeItem with text {Traces [1]} 16:31:06 [2019-07-19T20:31:06.336Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=200170350 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:31:06 [2019-07-19T20:31:06.336Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200170350 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 16:31:06 [2019-07-19T20:31:06.336Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=200170355 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:31:06 [2019-07-19T20:31:06.336Z] DEBUG - matched MenuItem with text "C&lear Delete", using matcher: with mnemonic 'Clear' 16:31:06 [2019-07-19T20:31:06.336Z] DEBUG - Clicking on with mnemonic 'Clear' 16:31:06 [2019-07-19T20:31:06.593Z] DEBUG - Clicked on with mnemonic 'Clear' 16:31:06 [2019-07-19T20:31:06.593Z] DEBUG - matched Shell with text "Confirm Clear", using matcher: with text 'Confirm Clear' 16:31:06 [2019-07-19T20:31:06.593Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirm Clear} time=200170677 data=null doit=true} to Shell with text {Confirm Clear} 16:31:06 [2019-07-19T20:31:06.593Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button' 16:31:06 [2019-07-19T20:31:06.593Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes' 16:31:06 [2019-07-19T20:31:06.593Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH' 16:31:06 [2019-07-19T20:31:06.593Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:31:06 [2019-07-19T20:31:06.593Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button' 16:31:06 [2019-07-19T20:31:06.593Z] DEBUG - Clicking on &Yes 16:31:06 [2019-07-19T20:31:06.593Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=200170678 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:31:06 [2019-07-19T20:31:06.593Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=200170678 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:31:06 [2019-07-19T20:31:06.593Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=200170679 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:31:06 [2019-07-19T20:31:06.593Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=200170679 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:31:06 [2019-07-19T20:31:06.593Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=200170679 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:31:06 [2019-07-19T20:31:06.593Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=200170679 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:31:06 [2019-07-19T20:31:06.593Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=200170679 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:31:07 [2019-07-19T20:31:07.181Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {C&lear Delete} time=200170403 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Clear' 16:31:07 [2019-07-19T20:31:07.181Z] DEBUG - Clicked on 16:31:07 [2019-07-19T20:31:07.181Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:31:07 [2019-07-19T20:31:07.181Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:07 [2019-07-19T20:31:07.181Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:07 [2019-07-19T20:31:07.181Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:07 [2019-07-19T20:31:07.181Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:07 [2019-07-19T20:31:07.181Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:07 [2019-07-19T20:31:07.181Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200171334 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:31:07 [2019-07-19T20:31:07.181Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200171334 data=null doit=true} to TreeItem with text {test} 16:31:07 [2019-07-19T20:31:07.181Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200171334 data=null} to TreeItem with text {test} 16:31:07 [2019-07-19T20:31:07.181Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200171334 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:31:07 [2019-07-19T20:31:07.181Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200171335 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:31:07 [2019-07-19T20:31:07.181Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200171362 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:31:07 [2019-07-19T20:31:07.181Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:07 [2019-07-19T20:31:07.181Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200171363 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:31:07 [2019-07-19T20:31:07.181Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200171363 data=null doit=true} to TreeItem with text {test} 16:31:07 [2019-07-19T20:31:07.181Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200171363 data=null} to TreeItem with text {test} 16:31:07 [2019-07-19T20:31:07.181Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200171363 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:31:07 [2019-07-19T20:31:07.181Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200171364 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:31:07 [2019-07-19T20:31:07.181Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200171374 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:31:07 [2019-07-19T20:31:07.181Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:31:07 [2019-07-19T20:31:07.181Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:07 [2019-07-19T20:31:07.181Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=200171375 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 16:31:07 [2019-07-19T20:31:07.181Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=200171375 data=null doit=true} to TreeItem with text {Traces [1]} 16:31:07 [2019-07-19T20:31:07.181Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=200171375 data=null} to TreeItem with text {Traces [1]} 16:31:07 [2019-07-19T20:31:07.181Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=200171376 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:31:07 [2019-07-19T20:31:07.181Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200171376 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 16:31:07 [2019-07-19T20:31:07.181Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=200171385 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:31:07 [2019-07-19T20:31:07.181Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:07 [2019-07-19T20:31:07.181Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=200171386 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 16:31:07 [2019-07-19T20:31:07.181Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=200171386 data=null doit=true} to TreeItem with text {Traces [1]} 16:31:07 [2019-07-19T20:31:07.181Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=200171386 data=null} to TreeItem with text {Traces [1]} 16:31:07 [2019-07-19T20:31:07.181Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=200171386 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:31:07 [2019-07-19T20:31:07.181Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200171386 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 16:31:07 [2019-07-19T20:31:07.181Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=200171401 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:31:07 [2019-07-19T20:31:07.438Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...' 16:31:07 [2019-07-19T20:31:07.438Z] DEBUG - Clicking on with mnemonic 'Import...' 16:31:07 [2019-07-19T20:31:07.438Z] DEBUG - Clicked on with mnemonic 'Import...' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=200171703 data=null doit=true} to Shell with text {Trace Import} 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with mnemonic 'Select root directory:' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with style 'SWT.RADIO' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') is already selected, not clicking again. 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo') 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - Attempting to set focus on (of type 'Combo') 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import} time=200171730 data=null} to (of type 'Combo') 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - Attempting to set focus on (of type 'Tree') 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {import} time=200171780 data=null button=0 stateMask=0x0 x=83 y=11 count=0} to TreeItem with text {import} 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=200171780 data=null doit=true} to TreeItem with text {import} 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=200171780 data=null} to TreeItem with text {import} 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=200171780 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import} 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200171780 data=null item=TreeItem {import} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {import} 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=200171781 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import} 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - Setting state to checked on: import 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:') 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to Common Trace Format : LTTng UST Trace 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {Common Trace Format : LTTng UST Trace} time=200171796 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to Common Trace Format : LTTng UST Trace 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') already selected, not selecting again. 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH' 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - Clicking on &Finish 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=200171832 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=200171832 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=200171832 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=200171832 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=200171832 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:07 [2019-07-19T20:31:07.696Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=200171832 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:07 [2019-07-19T20:31:07.953Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:07 [2019-07-19T20:31:07.953Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:08 [2019-07-19T20:31:08.210Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:08 [2019-07-19T20:31:08.210Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:08 [2019-07-19T20:31:08.210Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:08 [2019-07-19T20:31:08.210Z] DEBUG - Clicked on &Finish 16:31:08 [2019-07-19T20:31:08.210Z] DEBUG - matched Shell with text "Confirmation", using matcher: with text 'Confirmation' 16:31:08 [2019-07-19T20:31:08.210Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirmation} time=200172265 data=null doit=true} to Shell with text {Confirmation} 16:31:08 [2019-07-19T20:31:08.210Z] DEBUG - matched Button with text "Rename", using matcher: of type 'Button' 16:31:08 [2019-07-19T20:31:08.210Z] DEBUG - matched Button with text "Rename All", using matcher: of type 'Button' 16:31:08 [2019-07-19T20:31:08.210Z] DEBUG - matched Button with text "Overwrite", using matcher: of type 'Button' 16:31:08 [2019-07-19T20:31:08.210Z] DEBUG - matched Button with text "Overwrite All", using matcher: of type 'Button' 16:31:08 [2019-07-19T20:31:08.210Z] DEBUG - matched Button with text "Skip All", using matcher: of type 'Button' 16:31:08 [2019-07-19T20:31:08.210Z] DEBUG - matched Button with text "Skip All", using matcher: with mnemonic 'Skip All' 16:31:08 [2019-07-19T20:31:08.210Z] DEBUG - matched Button with text "Skip All", using matcher: with style 'SWT.PUSH' 16:31:08 [2019-07-19T20:31:08.210Z] DEBUG - matched Button with text "Skip All", using matcher: (of type 'Button' and with mnemonic 'Skip All' and with style 'SWT.PUSH') 16:31:08 [2019-07-19T20:31:08.210Z] DEBUG - matched Button with text "Skip", using matcher: of type 'Button' 16:31:08 [2019-07-19T20:31:08.210Z] DEBUG - Clicking on Skip All 16:31:08 [2019-07-19T20:31:08.210Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Skip All} time=200172267 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Skip All' and with style 'SWT.PUSH') 16:31:08 [2019-07-19T20:31:08.210Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Skip All} time=200172267 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Skip All' and with style 'SWT.PUSH') 16:31:08 [2019-07-19T20:31:08.210Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Skip All} time=200172267 data=null doit=true} to (of type 'Button' and with mnemonic 'Skip All' and with style 'SWT.PUSH') 16:31:08 [2019-07-19T20:31:08.210Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Skip All} time=200172267 data=null} to (of type 'Button' and with mnemonic 'Skip All' and with style 'SWT.PUSH') 16:31:08 [2019-07-19T20:31:08.210Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Skip All} time=200172281 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Skip All' and with style 'SWT.PUSH') 16:31:08 [2019-07-19T20:31:08.210Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Skip All} time=200172282 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Skip All' and with style 'SWT.PUSH') 16:31:08 [2019-07-19T20:31:08.210Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Skip All} time=200172282 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Skip All' and with style 'SWT.PUSH') 16:31:08 [2019-07-19T20:31:08.467Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=200171832 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:08 [2019-07-19T20:31:08.467Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=200171449 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...' 16:31:08 [2019-07-19T20:31:08.467Z] DEBUG - Clicked on 16:31:08 [2019-07-19T20:31:08.467Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:31:08 [2019-07-19T20:31:08.467Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:08 [2019-07-19T20:31:08.467Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:08 [2019-07-19T20:31:08.467Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:08 [2019-07-19T20:31:08.467Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:08 [2019-07-19T20:31:08.467Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:08 [2019-07-19T20:31:08.467Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200172609 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:31:08 [2019-07-19T20:31:08.467Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200172609 data=null doit=true} to TreeItem with text {test} 16:31:08 [2019-07-19T20:31:08.467Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200172609 data=null} to TreeItem with text {test} 16:31:08 [2019-07-19T20:31:08.467Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200172609 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:31:08 [2019-07-19T20:31:08.467Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200172609 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:31:08 [2019-07-19T20:31:08.467Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200172643 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:31:08 [2019-07-19T20:31:08.467Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:08 [2019-07-19T20:31:08.467Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200172644 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:31:08 [2019-07-19T20:31:08.467Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200172644 data=null doit=true} to TreeItem with text {test} 16:31:08 [2019-07-19T20:31:08.467Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200172644 data=null} to TreeItem with text {test} 16:31:08 [2019-07-19T20:31:08.467Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200172645 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:31:08 [2019-07-19T20:31:08.467Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200172645 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:31:08 [2019-07-19T20:31:08.467Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200172670 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:31:08 [2019-07-19T20:31:08.467Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:31:08 [2019-07-19T20:31:08.467Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:08 [2019-07-19T20:31:08.467Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [3]} time=200172672 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [3]} 16:31:08 [2019-07-19T20:31:08.467Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [3]} time=200172672 data=null doit=true} to TreeItem with text {Traces [3]} 16:31:08 [2019-07-19T20:31:08.467Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [3]} time=200172672 data=null} to TreeItem with text {Traces [3]} 16:31:08 [2019-07-19T20:31:08.467Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [3]} time=200172673 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [3]} 16:31:08 [2019-07-19T20:31:08.467Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200172673 data=null item=TreeItem {Traces [3]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [3]} 16:31:08 [2019-07-19T20:31:08.724Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [3]} time=200172734 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [3]} 16:31:08 [2019-07-19T20:31:08.724Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [3]} time=200172734 data=null doit=true} to TreeItem with text {Traces [3]} 16:31:08 [2019-07-19T20:31:08.724Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [3]} time=200172735 data=null} to TreeItem with text {Traces [3]} 16:31:08 [2019-07-19T20:31:08.724Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [3]} time=200172735 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [3]} 16:31:08 [2019-07-19T20:31:08.724Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200172735 data=null item=TreeItem {Traces [3]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {Traces [3]} 16:31:08 [2019-07-19T20:31:08.724Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [3]} time=200172739 data=null button=1 stateMask=0x80000 x=75 y=53 count=1} to TreeItem with text {Traces [3]} 16:31:08 [2019-07-19T20:31:08.981Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:31:08 [2019-07-19T20:31:08.981Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:08 [2019-07-19T20:31:08.981Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=200173117 data=null button=0 stateMask=0x0 x=150 y=74 count=0} to TreeItem with text {simple_server-thread1} 16:31:08 [2019-07-19T20:31:08.981Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=200173118 data=null doit=true} to TreeItem with text {simple_server-thread1} 16:31:08 [2019-07-19T20:31:08.981Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=200173118 data=null} to TreeItem with text {simple_server-thread1} 16:31:08 [2019-07-19T20:31:08.981Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=200173118 data=null button=1 stateMask=0x0 x=150 y=74 count=1} to TreeItem with text {simple_server-thread1} 16:31:08 [2019-07-19T20:31:08.981Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200173118 data=null item=TreeItem {simple_server-thread1} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread1} 16:31:08 [2019-07-19T20:31:08.981Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=200173154 data=null button=1 stateMask=0x80000 x=150 y=74 count=1} to TreeItem with text {simple_server-thread1} 16:31:08 [2019-07-19T20:31:08.981Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:08 [2019-07-19T20:31:08.981Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:08 [2019-07-19T20:31:08.981Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:31:08 [2019-07-19T20:31:08.981Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:08 [2019-07-19T20:31:08.981Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=200173157 data=null button=0 stateMask=0x0 x=150 y=74 count=0} to TreeItem with text {simple_server-thread1} 16:31:08 [2019-07-19T20:31:08.981Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=200173157 data=null doit=true} to TreeItem with text {simple_server-thread1} 16:31:08 [2019-07-19T20:31:08.981Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=200173158 data=null} to TreeItem with text {simple_server-thread1} 16:31:08 [2019-07-19T20:31:08.981Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=200173158 data=null button=1 stateMask=0x0 x=150 y=74 count=1} to TreeItem with text {simple_server-thread1} 16:31:08 [2019-07-19T20:31:08.981Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200173158 data=null item=TreeItem {simple_server-thread1} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread1} 16:31:08 [2019-07-19T20:31:08.981Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=200173163 data=null button=1 stateMask=0x80000 x=150 y=74 count=1} to TreeItem with text {simple_server-thread1} 16:31:08 [2019-07-19T20:31:08.981Z] DEBUG - Double-clicking on TreeItem with text {simple_server-thread1} 16:31:08 [2019-07-19T20:31:08.981Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=200173164 data=null button=0 stateMask=0x0 x=150 y=74 count=0} to TreeItem with text {simple_server-thread1} 16:31:08 [2019-07-19T20:31:08.981Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=200173164 data=null doit=true} to TreeItem with text {simple_server-thread1} 16:31:08 [2019-07-19T20:31:08.981Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:08 [2019-07-19T20:31:08.981Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=200173164 data=null} to TreeItem with text {simple_server-thread1} 16:31:08 [2019-07-19T20:31:08.981Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=200173164 data=null button=1 stateMask=0x0 x=150 y=74 count=1} to TreeItem with text {simple_server-thread1} 16:31:08 [2019-07-19T20:31:08.981Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200173164 data=null item=TreeItem {simple_server-thread1} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread1} 16:31:08 [2019-07-19T20:31:08.981Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=200173168 data=null button=1 stateMask=0x80000 x=150 y=74 count=1} to TreeItem with text {simple_server-thread1} 16:31:08 [2019-07-19T20:31:08.981Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=200173169 data=null button=1 stateMask=0x0 x=150 y=74 count=2} to TreeItem with text {simple_server-thread1} 16:31:08 [2019-07-19T20:31:08.981Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {simple_server-thread1} time=200173169 data=null button=1 stateMask=0x0 x=150 y=74 count=2} to TreeItem with text {simple_server-thread1} 16:31:09 [2019-07-19T20:31:09.238Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200173169 data=null item=TreeItem {simple_server-thread1} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread1} 16:31:09 [2019-07-19T20:31:09.495Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=200173246 data=null button=1 stateMask=0x80000 x=150 y=74 count=2} to TreeItem with text {simple_server-thread1} 16:31:09 [2019-07-19T20:31:09.495Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {simple_server-thread1} time=200173633 data=null button=0 stateMask=0x0 x=150 y=74 count=0} to TreeItem with text {simple_server-thread1} 16:31:09 [2019-07-19T20:31:09.495Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {simple_server-thread1} time=200173698 data=null doit=true} to TreeItem with text {simple_server-thread1} 16:31:09 [2019-07-19T20:31:09.495Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {simple_server-thread1} time=200173698 data=null} to TreeItem with text {simple_server-thread1} 16:31:09 [2019-07-19T20:31:09.495Z] DEBUG - Double-clicked on TreeItem with text {simple_server-thread1} 16:31:09 [2019-07-19T20:31:09.495Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:31:09 [2019-07-19T20:31:09.495Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:31:09 [2019-07-19T20:31:09.495Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:31:09 [2019-07-19T20:31:09.495Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:31:09 [2019-07-19T20:31:09.495Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:31:09 [2019-07-19T20:31:09.495Z] DEBUG - Attempting to set focus on Table with text {} 16:31:09 [2019-07-19T20:31:09.495Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200173702 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:31:09 [2019-07-19T20:31:09.495Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200173703 data=null doit=true} to TableItem with text {} 16:31:09 [2019-07-19T20:31:09.495Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200173703 data=null} to TableItem with text {} 16:31:09 [2019-07-19T20:31:09.495Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200173703 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:31:09 [2019-07-19T20:31:09.495Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200173704 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:31:09 [2019-07-19T20:31:09.495Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200173709 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:31:09 [2019-07-19T20:31:09.495Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:31:09 [2019-07-19T20:31:09.495Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:31:10 [2019-07-19T20:31:10.864Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:31:10 [2019-07-19T20:31:10.864Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:10 [2019-07-19T20:31:10.864Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=200174828 data=null button=0 stateMask=0x0 x=150 y=74 count=0} to TreeItem with text {simple_server-thread1} 16:31:10 [2019-07-19T20:31:10.864Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=200174828 data=null doit=true} to TreeItem with text {simple_server-thread1} 16:31:10 [2019-07-19T20:31:10.864Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=200174828 data=null} to TreeItem with text {simple_server-thread1} 16:31:10 [2019-07-19T20:31:10.864Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=200174829 data=null button=1 stateMask=0x0 x=150 y=74 count=1} to TreeItem with text {simple_server-thread1} 16:31:10 [2019-07-19T20:31:10.864Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200174829 data=null item=TreeItem {simple_server-thread1} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread1} 16:31:10 [2019-07-19T20:31:10.864Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=200174834 data=null button=1 stateMask=0x80000 x=150 y=74 count=1} to TreeItem with text {simple_server-thread1} 16:31:10 [2019-07-19T20:31:10.864Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:10 [2019-07-19T20:31:10.864Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:10 [2019-07-19T20:31:10.864Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:31:10 [2019-07-19T20:31:10.864Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:31:10 [2019-07-19T20:31:10.864Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:10 [2019-07-19T20:31:10.864Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:10 [2019-07-19T20:31:10.864Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:10 [2019-07-19T20:31:10.864Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:10 [2019-07-19T20:31:10.864Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:10 [2019-07-19T20:31:10.864Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200174849 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:31:10 [2019-07-19T20:31:10.864Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200174849 data=null doit=true} to TreeItem with text {test} 16:31:10 [2019-07-19T20:31:10.864Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200174849 data=null} to TreeItem with text {test} 16:31:10 [2019-07-19T20:31:10.864Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200174849 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:31:10 [2019-07-19T20:31:10.864Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200174849 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:31:10 [2019-07-19T20:31:10.864Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200174894 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:31:10 [2019-07-19T20:31:10.864Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:10 [2019-07-19T20:31:10.864Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200174912 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:31:10 [2019-07-19T20:31:10.864Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200174912 data=null doit=true} to TreeItem with text {test} 16:31:10 [2019-07-19T20:31:10.864Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200174913 data=null} to TreeItem with text {test} 16:31:10 [2019-07-19T20:31:10.864Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200174913 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:31:10 [2019-07-19T20:31:10.864Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200174913 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:31:10 [2019-07-19T20:31:10.864Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200174938 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:31:10 [2019-07-19T20:31:10.864Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:31:10 [2019-07-19T20:31:10.864Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:10 [2019-07-19T20:31:10.864Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [3]} time=200174940 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [3]} 16:31:10 [2019-07-19T20:31:10.864Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [3]} time=200174940 data=null doit=true} to TreeItem with text {Traces [3]} 16:31:10 [2019-07-19T20:31:10.864Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [3]} time=200174940 data=null} to TreeItem with text {Traces [3]} 16:31:10 [2019-07-19T20:31:10.864Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [3]} time=200174940 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [3]} 16:31:10 [2019-07-19T20:31:10.864Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200174940 data=null item=TreeItem {Traces [3]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [3]} 16:31:10 [2019-07-19T20:31:10.864Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [3]} time=200174967 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [3]} 16:31:10 [2019-07-19T20:31:10.864Z] WARN - Tree item TreeItem with text {Traces [3]} is already expanded. Won't expand it again. 16:31:11 [2019-07-19T20:31:11.121Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:31:11 [2019-07-19T20:31:11.121Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:11 [2019-07-19T20:31:11.121Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=200175347 data=null button=0 stateMask=0x0 x=150 y=95 count=0} to TreeItem with text {simple_server-thread2} 16:31:11 [2019-07-19T20:31:11.121Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=200175348 data=null doit=true} to TreeItem with text {simple_server-thread2} 16:31:11 [2019-07-19T20:31:11.121Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=200175348 data=null} to TreeItem with text {simple_server-thread2} 16:31:11 [2019-07-19T20:31:11.121Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=200175348 data=null button=1 stateMask=0x0 x=150 y=95 count=1} to TreeItem with text {simple_server-thread2} 16:31:11 [2019-07-19T20:31:11.121Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200175349 data=null item=TreeItem {simple_server-thread2} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread2} 16:31:11 [2019-07-19T20:31:11.377Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=200175389 data=null button=1 stateMask=0x80000 x=150 y=95 count=1} to TreeItem with text {simple_server-thread2} 16:31:11 [2019-07-19T20:31:11.377Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:11 [2019-07-19T20:31:11.377Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:11 [2019-07-19T20:31:11.377Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:31:11 [2019-07-19T20:31:11.377Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:11 [2019-07-19T20:31:11.377Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=200175392 data=null button=0 stateMask=0x0 x=150 y=95 count=0} to TreeItem with text {simple_server-thread2} 16:31:11 [2019-07-19T20:31:11.377Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=200175392 data=null doit=true} to TreeItem with text {simple_server-thread2} 16:31:11 [2019-07-19T20:31:11.377Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=200175392 data=null} to TreeItem with text {simple_server-thread2} 16:31:11 [2019-07-19T20:31:11.377Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=200175393 data=null button=1 stateMask=0x0 x=150 y=95 count=1} to TreeItem with text {simple_server-thread2} 16:31:11 [2019-07-19T20:31:11.377Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200175393 data=null item=TreeItem {simple_server-thread2} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread2} 16:31:11 [2019-07-19T20:31:11.377Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=200175398 data=null button=1 stateMask=0x80000 x=150 y=95 count=1} to TreeItem with text {simple_server-thread2} 16:31:11 [2019-07-19T20:31:11.377Z] DEBUG - Double-clicking on TreeItem with text {simple_server-thread2} 16:31:11 [2019-07-19T20:31:11.377Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=200175398 data=null button=0 stateMask=0x0 x=150 y=95 count=0} to TreeItem with text {simple_server-thread2} 16:31:11 [2019-07-19T20:31:11.377Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=200175398 data=null doit=true} to TreeItem with text {simple_server-thread2} 16:31:11 [2019-07-19T20:31:11.377Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:11 [2019-07-19T20:31:11.377Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=200175399 data=null} to TreeItem with text {simple_server-thread2} 16:31:11 [2019-07-19T20:31:11.377Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=200175399 data=null button=1 stateMask=0x0 x=150 y=95 count=1} to TreeItem with text {simple_server-thread2} 16:31:11 [2019-07-19T20:31:11.377Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200175399 data=null item=TreeItem {simple_server-thread2} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread2} 16:31:11 [2019-07-19T20:31:11.377Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=200175403 data=null button=1 stateMask=0x80000 x=150 y=95 count=1} to TreeItem with text {simple_server-thread2} 16:31:11 [2019-07-19T20:31:11.377Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=200175410 data=null button=1 stateMask=0x0 x=150 y=95 count=2} to TreeItem with text {simple_server-thread2} 16:31:11 [2019-07-19T20:31:11.377Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {simple_server-thread2} time=200175411 data=null button=1 stateMask=0x0 x=150 y=95 count=2} to TreeItem with text {simple_server-thread2} 16:31:11 [2019-07-19T20:31:11.377Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200175411 data=null item=TreeItem {simple_server-thread2} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread2} 16:31:11 [2019-07-19T20:31:11.634Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=200175545 data=null button=1 stateMask=0x80000 x=150 y=95 count=2} to TreeItem with text {simple_server-thread2} 16:31:11 [2019-07-19T20:31:11.891Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {simple_server-thread2} time=200175940 data=null button=0 stateMask=0x0 x=150 y=95 count=0} to TreeItem with text {simple_server-thread2} 16:31:11 [2019-07-19T20:31:11.891Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {simple_server-thread2} time=200175943 data=null doit=true} to TreeItem with text {simple_server-thread2} 16:31:11 [2019-07-19T20:31:11.891Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {simple_server-thread2} time=200175943 data=null} to TreeItem with text {simple_server-thread2} 16:31:11 [2019-07-19T20:31:11.891Z] DEBUG - Double-clicked on TreeItem with text {simple_server-thread2} 16:31:11 [2019-07-19T20:31:11.891Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:31:11 [2019-07-19T20:31:11.891Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:31:11 [2019-07-19T20:31:11.891Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:31:11 [2019-07-19T20:31:11.891Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:31:11 [2019-07-19T20:31:11.891Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:31:11 [2019-07-19T20:31:11.891Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:31:11 [2019-07-19T20:31:11.891Z] DEBUG - Attempting to set focus on Table with text {} 16:31:11 [2019-07-19T20:31:11.891Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200175946 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:31:11 [2019-07-19T20:31:11.891Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200175946 data=null doit=true} to TableItem with text {} 16:31:11 [2019-07-19T20:31:11.891Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200175946 data=null} to TableItem with text {} 16:31:11 [2019-07-19T20:31:11.891Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200175946 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:31:11 [2019-07-19T20:31:11.891Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200175947 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:31:11 [2019-07-19T20:31:11.891Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200175952 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:31:11 [2019-07-19T20:31:11.891Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:31:11 [2019-07-19T20:31:11.891Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:31:12 [2019-07-19T20:31:12.822Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:31:12 [2019-07-19T20:31:12.822Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:12 [2019-07-19T20:31:12.822Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=200177051 data=null button=0 stateMask=0x0 x=150 y=95 count=0} to TreeItem with text {simple_server-thread2} 16:31:12 [2019-07-19T20:31:12.822Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=200177051 data=null doit=true} to TreeItem with text {simple_server-thread2} 16:31:12 [2019-07-19T20:31:12.822Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=200177051 data=null} to TreeItem with text {simple_server-thread2} 16:31:12 [2019-07-19T20:31:12.822Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=200177052 data=null button=1 stateMask=0x0 x=150 y=95 count=1} to TreeItem with text {simple_server-thread2} 16:31:12 [2019-07-19T20:31:12.822Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200177052 data=null item=TreeItem {simple_server-thread2} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread2} 16:31:12 [2019-07-19T20:31:12.822Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=200177057 data=null button=1 stateMask=0x80000 x=150 y=95 count=1} to TreeItem with text {simple_server-thread2} 16:31:12 [2019-07-19T20:31:12.822Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:12 [2019-07-19T20:31:12.822Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:12 [2019-07-19T20:31:12.822Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:31:12 [2019-07-19T20:31:12.822Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:31:12 [2019-07-19T20:31:12.822Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:12 [2019-07-19T20:31:12.822Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:12 [2019-07-19T20:31:12.822Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:12 [2019-07-19T20:31:12.822Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:12 [2019-07-19T20:31:12.822Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:12 [2019-07-19T20:31:12.822Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200177071 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:31:12 [2019-07-19T20:31:12.822Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200177071 data=null doit=true} to TreeItem with text {test} 16:31:12 [2019-07-19T20:31:12.822Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200177071 data=null} to TreeItem with text {test} 16:31:12 [2019-07-19T20:31:12.822Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200177072 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:31:13 [2019-07-19T20:31:13.079Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200177072 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:31:13 [2019-07-19T20:31:13.079Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200177115 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:31:13 [2019-07-19T20:31:13.079Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:13 [2019-07-19T20:31:13.079Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200177116 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:31:13 [2019-07-19T20:31:13.079Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200177117 data=null doit=true} to TreeItem with text {test} 16:31:13 [2019-07-19T20:31:13.079Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200177117 data=null} to TreeItem with text {test} 16:31:13 [2019-07-19T20:31:13.079Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200177117 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:31:13 [2019-07-19T20:31:13.079Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200177117 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:31:13 [2019-07-19T20:31:13.079Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200177130 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:31:13 [2019-07-19T20:31:13.079Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:31:13 [2019-07-19T20:31:13.079Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:13 [2019-07-19T20:31:13.079Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [3]} time=200177131 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [3]} 16:31:13 [2019-07-19T20:31:13.079Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [3]} time=200177131 data=null doit=true} to TreeItem with text {Traces [3]} 16:31:13 [2019-07-19T20:31:13.079Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [3]} time=200177131 data=null} to TreeItem with text {Traces [3]} 16:31:13 [2019-07-19T20:31:13.079Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [3]} time=200177132 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [3]} 16:31:13 [2019-07-19T20:31:13.079Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200177132 data=null item=TreeItem {Traces [3]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [3]} 16:31:13 [2019-07-19T20:31:13.079Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [3]} time=200177156 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [3]} 16:31:13 [2019-07-19T20:31:13.079Z] WARN - Tree item TreeItem with text {Traces [3]} is already expanded. Won't expand it again. 16:31:13 [2019-07-19T20:31:13.079Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:31:13 [2019-07-19T20:31:13.079Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:13 [2019-07-19T20:31:13.336Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=200177332 data=null button=0 stateMask=0x0 x=139 y=116 count=0} to TreeItem with text {ust-overlap-testing} 16:31:13 [2019-07-19T20:31:13.336Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=200177333 data=null doit=true} to TreeItem with text {ust-overlap-testing} 16:31:13 [2019-07-19T20:31:13.336Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=200177333 data=null} to TreeItem with text {ust-overlap-testing} 16:31:13 [2019-07-19T20:31:13.336Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=200177333 data=null button=1 stateMask=0x0 x=139 y=116 count=1} to TreeItem with text {ust-overlap-testing} 16:31:13 [2019-07-19T20:31:13.336Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200177334 data=null item=TreeItem {ust-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ust-overlap-testing} 16:31:13 [2019-07-19T20:31:13.336Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=200177379 data=null button=1 stateMask=0x80000 x=139 y=116 count=1} to TreeItem with text {ust-overlap-testing} 16:31:13 [2019-07-19T20:31:13.336Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:13 [2019-07-19T20:31:13.336Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:13 [2019-07-19T20:31:13.336Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:31:13 [2019-07-19T20:31:13.336Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:13 [2019-07-19T20:31:13.336Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=200177383 data=null button=0 stateMask=0x0 x=139 y=116 count=0} to TreeItem with text {ust-overlap-testing} 16:31:13 [2019-07-19T20:31:13.336Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=200177383 data=null doit=true} to TreeItem with text {ust-overlap-testing} 16:31:13 [2019-07-19T20:31:13.336Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=200177383 data=null} to TreeItem with text {ust-overlap-testing} 16:31:13 [2019-07-19T20:31:13.336Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=200177383 data=null button=1 stateMask=0x0 x=139 y=116 count=1} to TreeItem with text {ust-overlap-testing} 16:31:13 [2019-07-19T20:31:13.336Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200177383 data=null item=TreeItem {ust-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ust-overlap-testing} 16:31:13 [2019-07-19T20:31:13.336Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=200177388 data=null button=1 stateMask=0x80000 x=139 y=116 count=1} to TreeItem with text {ust-overlap-testing} 16:31:13 [2019-07-19T20:31:13.336Z] DEBUG - Double-clicking on TreeItem with text {ust-overlap-testing} 16:31:13 [2019-07-19T20:31:13.336Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=200177389 data=null button=0 stateMask=0x0 x=139 y=116 count=0} to TreeItem with text {ust-overlap-testing} 16:31:13 [2019-07-19T20:31:13.336Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=200177389 data=null doit=true} to TreeItem with text {ust-overlap-testing} 16:31:13 [2019-07-19T20:31:13.336Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:13 [2019-07-19T20:31:13.336Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=200177390 data=null} to TreeItem with text {ust-overlap-testing} 16:31:13 [2019-07-19T20:31:13.336Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=200177390 data=null button=1 stateMask=0x0 x=139 y=116 count=1} to TreeItem with text {ust-overlap-testing} 16:31:13 [2019-07-19T20:31:13.336Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200177390 data=null item=TreeItem {ust-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ust-overlap-testing} 16:31:13 [2019-07-19T20:31:13.336Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=200177401 data=null button=1 stateMask=0x80000 x=139 y=116 count=1} to TreeItem with text {ust-overlap-testing} 16:31:13 [2019-07-19T20:31:13.336Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=200177401 data=null button=1 stateMask=0x0 x=139 y=116 count=2} to TreeItem with text {ust-overlap-testing} 16:31:13 [2019-07-19T20:31:13.336Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ust-overlap-testing} time=200177402 data=null button=1 stateMask=0x0 x=139 y=116 count=2} to TreeItem with text {ust-overlap-testing} 16:31:13 [2019-07-19T20:31:13.336Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200177402 data=null item=TreeItem {ust-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ust-overlap-testing} 16:31:13 [2019-07-19T20:31:13.980Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=200177554 data=null button=1 stateMask=0x80000 x=139 y=116 count=2} to TreeItem with text {ust-overlap-testing} 16:31:13 [2019-07-19T20:31:13.980Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ust-overlap-testing} time=200177941 data=null button=0 stateMask=0x0 x=139 y=116 count=0} to TreeItem with text {ust-overlap-testing} 16:31:13 [2019-07-19T20:31:13.980Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ust-overlap-testing} time=200177943 data=null doit=true} to TreeItem with text {ust-overlap-testing} 16:31:13 [2019-07-19T20:31:13.980Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ust-overlap-testing} time=200177943 data=null} to TreeItem with text {ust-overlap-testing} 16:31:13 [2019-07-19T20:31:13.980Z] DEBUG - Double-clicked on TreeItem with text {ust-overlap-testing} 16:31:13 [2019-07-19T20:31:13.980Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:31:13 [2019-07-19T20:31:13.980Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:31:13 [2019-07-19T20:31:13.980Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:31:13 [2019-07-19T20:31:13.980Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:31:13 [2019-07-19T20:31:13.980Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:31:13 [2019-07-19T20:31:13.980Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:31:13 [2019-07-19T20:31:13.980Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:31:13 [2019-07-19T20:31:13.980Z] DEBUG - Attempting to set focus on Table with text {} 16:31:13 [2019-07-19T20:31:13.980Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200177949 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:31:13 [2019-07-19T20:31:13.980Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200177949 data=null doit=true} to TableItem with text {} 16:31:13 [2019-07-19T20:31:13.980Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200177949 data=null} to TableItem with text {} 16:31:13 [2019-07-19T20:31:13.980Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200177950 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:31:13 [2019-07-19T20:31:13.980Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200177950 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:31:13 [2019-07-19T20:31:13.980Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200177956 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:31:13 [2019-07-19T20:31:13.980Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:31:13 [2019-07-19T20:31:13.980Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:31:14 [2019-07-19T20:31:14.911Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:31:14 [2019-07-19T20:31:14.911Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:14 [2019-07-19T20:31:14.911Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=200179049 data=null button=0 stateMask=0x0 x=139 y=116 count=0} to TreeItem with text {ust-overlap-testing} 16:31:14 [2019-07-19T20:31:14.911Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=200179049 data=null doit=true} to TreeItem with text {ust-overlap-testing} 16:31:14 [2019-07-19T20:31:14.911Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=200179049 data=null} to TreeItem with text {ust-overlap-testing} 16:31:14 [2019-07-19T20:31:14.911Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=200179050 data=null button=1 stateMask=0x0 x=139 y=116 count=1} to TreeItem with text {ust-overlap-testing} 16:31:14 [2019-07-19T20:31:14.911Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200179050 data=null item=TreeItem {ust-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ust-overlap-testing} 16:31:14 [2019-07-19T20:31:14.911Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=200179055 data=null button=1 stateMask=0x80000 x=139 y=116 count=1} to TreeItem with text {ust-overlap-testing} 16:31:14 [2019-07-19T20:31:14.911Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:14 [2019-07-19T20:31:14.911Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:14 [2019-07-19T20:31:14.911Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:31:14 [2019-07-19T20:31:14.911Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:31:14 [2019-07-19T20:31:14.911Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:14 [2019-07-19T20:31:14.911Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:14 [2019-07-19T20:31:14.911Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:14 [2019-07-19T20:31:14.911Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:14 [2019-07-19T20:31:14.911Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:14 [2019-07-19T20:31:14.911Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200179068 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:31:14 [2019-07-19T20:31:14.911Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200179068 data=null doit=true} to TreeItem with text {test} 16:31:14 [2019-07-19T20:31:14.911Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200179069 data=null} to TreeItem with text {test} 16:31:14 [2019-07-19T20:31:14.911Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200179069 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:31:14 [2019-07-19T20:31:14.911Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200179069 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:31:14 [2019-07-19T20:31:14.911Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200179111 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:31:14 [2019-07-19T20:31:14.911Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:14 [2019-07-19T20:31:14.911Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200179113 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:31:14 [2019-07-19T20:31:14.911Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200179113 data=null doit=true} to TreeItem with text {test} 16:31:14 [2019-07-19T20:31:14.911Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200179113 data=null} to TreeItem with text {test} 16:31:14 [2019-07-19T20:31:14.911Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200179113 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:31:14 [2019-07-19T20:31:14.911Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200179113 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:31:14 [2019-07-19T20:31:14.911Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200179120 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:31:14 [2019-07-19T20:31:14.911Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:31:14 [2019-07-19T20:31:14.911Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:14 [2019-07-19T20:31:14.911Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [3]} time=200179121 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [3]} 16:31:14 [2019-07-19T20:31:14.911Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [3]} time=200179121 data=null doit=true} to TreeItem with text {Traces [3]} 16:31:14 [2019-07-19T20:31:14.911Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [3]} time=200179121 data=null} to TreeItem with text {Traces [3]} 16:31:14 [2019-07-19T20:31:14.911Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [3]} time=200179122 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [3]} 16:31:14 [2019-07-19T20:31:14.911Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200179122 data=null item=TreeItem {Traces [3]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [3]} 16:31:14 [2019-07-19T20:31:14.911Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [3]} time=200179142 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [3]} 16:31:14 [2019-07-19T20:31:14.911Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:31:14 [2019-07-19T20:31:14.911Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:14 [2019-07-19T20:31:14.911Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:14 [2019-07-19T20:31:14.911Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:14 [2019-07-19T20:31:14.911Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:14 [2019-07-19T20:31:14.911Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:14 [2019-07-19T20:31:14.911Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200179157 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:31:14 [2019-07-19T20:31:14.911Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200179158 data=null doit=true} to TreeItem with text {test} 16:31:14 [2019-07-19T20:31:14.911Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200179158 data=null} to TreeItem with text {test} 16:31:14 [2019-07-19T20:31:14.911Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200179158 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:31:15 [2019-07-19T20:31:15.168Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200179158 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:31:15 [2019-07-19T20:31:15.168Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200179179 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:31:15 [2019-07-19T20:31:15.168Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:15 [2019-07-19T20:31:15.168Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200179180 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:31:15 [2019-07-19T20:31:15.168Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200179180 data=null doit=true} to TreeItem with text {test} 16:31:15 [2019-07-19T20:31:15.168Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200179180 data=null} to TreeItem with text {test} 16:31:15 [2019-07-19T20:31:15.168Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200179181 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:31:15 [2019-07-19T20:31:15.168Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200179181 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:31:15 [2019-07-19T20:31:15.168Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200179198 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:31:15 [2019-07-19T20:31:15.168Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:31:15 [2019-07-19T20:31:15.168Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:15 [2019-07-19T20:31:15.168Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [3]} time=200179206 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [3]} 16:31:15 [2019-07-19T20:31:15.168Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [3]} time=200179206 data=null doit=true} to TreeItem with text {Traces [3]} 16:31:15 [2019-07-19T20:31:15.168Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [3]} time=200179206 data=null} to TreeItem with text {Traces [3]} 16:31:15 [2019-07-19T20:31:15.168Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [3]} time=200179206 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [3]} 16:31:15 [2019-07-19T20:31:15.168Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200179206 data=null item=TreeItem {Traces [3]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [3]} 16:31:15 [2019-07-19T20:31:15.168Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [3]} time=200179244 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [3]} 16:31:15 [2019-07-19T20:31:15.168Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:15 [2019-07-19T20:31:15.168Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [3]} time=200179245 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [3]} 16:31:15 [2019-07-19T20:31:15.168Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [3]} time=200179245 data=null doit=true} to TreeItem with text {Traces [3]} 16:31:15 [2019-07-19T20:31:15.168Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [3]} time=200179245 data=null} to TreeItem with text {Traces [3]} 16:31:15 [2019-07-19T20:31:15.168Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [3]} time=200179245 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [3]} 16:31:15 [2019-07-19T20:31:15.168Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200179251 data=null item=TreeItem {Traces [3]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [3]} 16:31:15 [2019-07-19T20:31:15.168Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [3]} time=200179255 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [3]} 16:31:15 [2019-07-19T20:31:15.168Z] DEBUG - matched MenuItem with text "C&lear Delete", using matcher: with mnemonic 'Clear' 16:31:15 [2019-07-19T20:31:15.168Z] DEBUG - Clicking on with mnemonic 'Clear' 16:31:15 [2019-07-19T20:31:15.425Z] DEBUG - Clicked on with mnemonic 'Clear' 16:31:15 [2019-07-19T20:31:15.425Z] DEBUG - matched Shell with text "Confirm Clear", using matcher: with text 'Confirm Clear' 16:31:15 [2019-07-19T20:31:15.425Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirm Clear} time=200179532 data=null doit=true} to Shell with text {Confirm Clear} 16:31:15 [2019-07-19T20:31:15.425Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button' 16:31:15 [2019-07-19T20:31:15.425Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes' 16:31:15 [2019-07-19T20:31:15.425Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH' 16:31:15 [2019-07-19T20:31:15.425Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:31:15 [2019-07-19T20:31:15.425Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button' 16:31:15 [2019-07-19T20:31:15.425Z] DEBUG - Clicking on &Yes 16:31:15 [2019-07-19T20:31:15.425Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=200179534 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:31:15 [2019-07-19T20:31:15.425Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=200179534 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:31:15 [2019-07-19T20:31:15.425Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=200179534 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:31:15 [2019-07-19T20:31:15.425Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=200179534 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:31:15 [2019-07-19T20:31:15.425Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=200179546 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:31:15 [2019-07-19T20:31:15.425Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=200179546 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:31:15 [2019-07-19T20:31:15.425Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=200179546 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:31:16 [2019-07-19T20:31:16.793Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {C&lear Delete} time=200179305 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Clear' 16:31:16 [2019-07-19T20:31:16.793Z] DEBUG - Clicked on 16:31:16 [2019-07-19T20:31:16.793Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:31:16 [2019-07-19T20:31:16.793Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:16 [2019-07-19T20:31:16.793Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:16 [2019-07-19T20:31:16.793Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:16 [2019-07-19T20:31:16.793Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:16 [2019-07-19T20:31:16.793Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:16 [2019-07-19T20:31:16.793Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200180931 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:31:16 [2019-07-19T20:31:16.793Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200180931 data=null doit=true} to TreeItem with text {test} 16:31:16 [2019-07-19T20:31:16.793Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200180931 data=null} to TreeItem with text {test} 16:31:16 [2019-07-19T20:31:16.793Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200180932 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:31:16 [2019-07-19T20:31:16.793Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200180932 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:31:16 [2019-07-19T20:31:16.793Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200180963 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:31:16 [2019-07-19T20:31:16.793Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:16 [2019-07-19T20:31:16.794Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200180964 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:31:16 [2019-07-19T20:31:16.794Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200180965 data=null doit=true} to TreeItem with text {test} 16:31:16 [2019-07-19T20:31:16.794Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200180965 data=null} to TreeItem with text {test} 16:31:16 [2019-07-19T20:31:16.794Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200180965 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:31:16 [2019-07-19T20:31:16.794Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200180965 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:31:16 [2019-07-19T20:31:16.794Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200180972 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:31:16 [2019-07-19T20:31:16.794Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:31:16 [2019-07-19T20:31:16.794Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:16 [2019-07-19T20:31:16.794Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [3]} time=200180982 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [3]} 16:31:16 [2019-07-19T20:31:16.794Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [3]} time=200180982 data=null doit=true} to TreeItem with text {Traces [3]} 16:31:16 [2019-07-19T20:31:16.794Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [3]} time=200180982 data=null} to TreeItem with text {Traces [3]} 16:31:16 [2019-07-19T20:31:16.794Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [3]} time=200180982 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [3]} 16:31:16 [2019-07-19T20:31:16.794Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200180982 data=null item=TreeItem {Traces [3]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [3]} 16:31:16 [2019-07-19T20:31:16.794Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [3]} time=200181035 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [3]} 16:31:16 [2019-07-19T20:31:16.794Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:16 [2019-07-19T20:31:16.794Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [3]} time=200181036 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [3]} 16:31:16 [2019-07-19T20:31:16.794Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [3]} time=200181036 data=null doit=true} to TreeItem with text {Traces [3]} 16:31:16 [2019-07-19T20:31:16.794Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [3]} time=200181036 data=null} to TreeItem with text {Traces [3]} 16:31:16 [2019-07-19T20:31:16.794Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [3]} time=200181037 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [3]} 16:31:16 [2019-07-19T20:31:16.794Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200181037 data=null item=TreeItem {Traces [3]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [3]} 16:31:16 [2019-07-19T20:31:16.794Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [3]} time=200181041 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [3]} 16:31:17 [2019-07-19T20:31:17.050Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...' 16:31:17 [2019-07-19T20:31:17.050Z] DEBUG - Clicking on with mnemonic 'Import...' 16:31:17 [2019-07-19T20:31:17.308Z] DEBUG - Clicked on with mnemonic 'Import...' 16:31:17 [2019-07-19T20:31:17.308Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import' 16:31:17 [2019-07-19T20:31:17.308Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=200181440 data=null doit=true} to Shell with text {Trace Import} 16:31:17 [2019-07-19T20:31:17.308Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.308Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with mnemonic 'Select root directory:' 16:31:17 [2019-07-19T20:31:17.308Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with style 'SWT.RADIO' 16:31:17 [2019-07-19T20:31:17.308Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') 16:31:17 [2019-07-19T20:31:17.308Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.308Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.308Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.308Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.308Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.308Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.308Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.308Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.308Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.308Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.308Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.308Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') is already selected, not clicking again. 16:31:17 [2019-07-19T20:31:17.308Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:31:17 [2019-07-19T20:31:17.308Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:31:17 [2019-07-19T20:31:17.308Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:31:17 [2019-07-19T20:31:17.308Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:31:17 [2019-07-19T20:31:17.308Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:31:17 [2019-07-19T20:31:17.308Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo') 16:31:17 [2019-07-19T20:31:17.308Z] DEBUG - Attempting to set focus on (of type 'Combo') 16:31:17 [2019-07-19T20:31:17.308Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import 16:31:17 [2019-07-19T20:31:17.308Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import} time=200181475 data=null} to (of type 'Combo') 16:31:17 [2019-07-19T20:31:17.308Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import 16:31:17 [2019-07-19T20:31:17.308Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:17 [2019-07-19T20:31:17.308Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:17 [2019-07-19T20:31:17.308Z] DEBUG - Attempting to set focus on (of type 'Tree') 16:31:17 [2019-07-19T20:31:17.308Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:17 [2019-07-19T20:31:17.308Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:17 [2019-07-19T20:31:17.308Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:17 [2019-07-19T20:31:17.308Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {import} time=200181528 data=null button=0 stateMask=0x0 x=83 y=11 count=0} to TreeItem with text {import} 16:31:17 [2019-07-19T20:31:17.308Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=200181528 data=null doit=true} to TreeItem with text {import} 16:31:17 [2019-07-19T20:31:17.308Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=200181528 data=null} to TreeItem with text {import} 16:31:17 [2019-07-19T20:31:17.308Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=200181529 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import} 16:31:17 [2019-07-19T20:31:17.308Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200181529 data=null item=TreeItem {import} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {import} 16:31:17 [2019-07-19T20:31:17.308Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=200181529 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import} 16:31:17 [2019-07-19T20:31:17.308Z] DEBUG - Setting state to checked on: import 16:31:17 [2019-07-19T20:31:17.308Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo' 16:31:17 [2019-07-19T20:31:17.308Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:31:17 [2019-07-19T20:31:17.308Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:31:17 [2019-07-19T20:31:17.308Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:' 16:31:17 [2019-07-19T20:31:17.308Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:') 16:31:17 [2019-07-19T20:31:17.308Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:31:17 [2019-07-19T20:31:17.308Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to Custom Text : TmfGeneric 16:31:17 [2019-07-19T20:31:17.308Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {Custom Text : TmfGeneric} time=200181538 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:31:17 [2019-07-19T20:31:17.308Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to Custom Text : TmfGeneric 16:31:17 [2019-07-19T20:31:17.308Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.308Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.308Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.308Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.308Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.308Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.308Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.308Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace' 16:31:17 [2019-07-19T20:31:17.308Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK' 16:31:17 [2019-07-19T20:31:17.308Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:31:17 [2019-07-19T20:31:17.308Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.308Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.308Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.308Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.308Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.308Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:31:17 [2019-07-19T20:31:17.308Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') already selected, not selecting again. 16:31:17 [2019-07-19T20:31:17.308Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.308Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.308Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.308Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.308Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.308Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.308Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.308Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.308Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure' 16:31:17 [2019-07-19T20:31:17.308Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK' 16:31:17 [2019-07-19T20:31:17.308Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:31:17 [2019-07-19T20:31:17.308Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.308Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.308Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.308Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.565Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:31:17 [2019-07-19T20:31:17.565Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:31:17 [2019-07-19T20:31:17.565Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.565Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.565Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.565Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.565Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.565Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces' 16:31:17 [2019-07-19T20:31:17.565Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK' 16:31:17 [2019-07-19T20:31:17.565Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:31:17 [2019-07-19T20:31:17.565Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.565Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.565Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.565Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.565Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.565Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.565Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.565Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.565Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.565Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.565Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.565Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.565Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.565Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning' 16:31:17 [2019-07-19T20:31:17.565Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK' 16:31:17 [2019-07-19T20:31:17.565Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:31:17 [2019-07-19T20:31:17.565Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.565Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.565Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.565Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.565Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.565Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.565Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:31:17 [2019-07-19T20:31:17.565Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:31:17 [2019-07-19T20:31:17.565Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.565Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.565Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.565Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.565Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.565Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.565Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.565Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.565Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.565Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment' 16:31:17 [2019-07-19T20:31:17.565Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK' 16:31:17 [2019-07-19T20:31:17.565Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:31:17 [2019-07-19T20:31:17.565Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.565Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.565Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.565Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:31:17 [2019-07-19T20:31:17.565Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:31:17 [2019-07-19T20:31:17.565Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.565Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.565Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.565Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.565Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.565Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.565Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.565Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.565Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.565Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.565Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' 16:31:17 [2019-07-19T20:31:17.565Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK' 16:31:17 [2019-07-19T20:31:17.565Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:31:17 [2019-07-19T20:31:17.565Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.565Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.565Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:31:17 [2019-07-19T20:31:17.565Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:31:17 [2019-07-19T20:31:17.565Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.565Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.565Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.565Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.565Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.565Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.565Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.565Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.565Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.565Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.565Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.565Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.565Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish' 16:31:17 [2019-07-19T20:31:17.566Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH' 16:31:17 [2019-07-19T20:31:17.566Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:17 [2019-07-19T20:31:17.566Z] DEBUG - Clicking on &Finish 16:31:17 [2019-07-19T20:31:17.566Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=200181580 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:17 [2019-07-19T20:31:17.566Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=200181580 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:17 [2019-07-19T20:31:17.566Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=200181581 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:17 [2019-07-19T20:31:17.566Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=200181581 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:17 [2019-07-19T20:31:17.566Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=200181581 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:17 [2019-07-19T20:31:17.566Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=200181581 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:17 [2019-07-19T20:31:17.566Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:17 [2019-07-19T20:31:17.824Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:17 [2019-07-19T20:31:17.824Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:17 [2019-07-19T20:31:17.824Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:17 [2019-07-19T20:31:17.824Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:17 [2019-07-19T20:31:17.824Z] DEBUG - Clicked on &Finish 16:31:17 [2019-07-19T20:31:17.824Z] DEBUG - matched Shell with text "Confirmation", using matcher: with text 'Confirmation' 16:31:17 [2019-07-19T20:31:17.824Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirmation} time=200181958 data=null doit=true} to Shell with text {Confirmation} 16:31:17 [2019-07-19T20:31:17.824Z] DEBUG - matched Button with text "Rename", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.824Z] DEBUG - matched Button with text "Rename All", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.824Z] DEBUG - matched Button with text "Overwrite", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.824Z] DEBUG - matched Button with text "Overwrite All", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.824Z] DEBUG - matched Button with text "Skip All", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.824Z] DEBUG - matched Button with text "Skip All", using matcher: with mnemonic 'Skip All' 16:31:17 [2019-07-19T20:31:17.824Z] DEBUG - matched Button with text "Skip All", using matcher: with style 'SWT.PUSH' 16:31:17 [2019-07-19T20:31:17.824Z] DEBUG - matched Button with text "Skip All", using matcher: (of type 'Button' and with mnemonic 'Skip All' and with style 'SWT.PUSH') 16:31:17 [2019-07-19T20:31:17.824Z] DEBUG - matched Button with text "Skip", using matcher: of type 'Button' 16:31:17 [2019-07-19T20:31:17.824Z] DEBUG - Clicking on Skip All 16:31:17 [2019-07-19T20:31:17.824Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Skip All} time=200181974 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Skip All' and with style 'SWT.PUSH') 16:31:17 [2019-07-19T20:31:17.824Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Skip All} time=200181974 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Skip All' and with style 'SWT.PUSH') 16:31:17 [2019-07-19T20:31:17.824Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Skip All} time=200181974 data=null doit=true} to (of type 'Button' and with mnemonic 'Skip All' and with style 'SWT.PUSH') 16:31:17 [2019-07-19T20:31:17.824Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Skip All} time=200181975 data=null} to (of type 'Button' and with mnemonic 'Skip All' and with style 'SWT.PUSH') 16:31:17 [2019-07-19T20:31:17.824Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Skip All} time=200181975 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Skip All' and with style 'SWT.PUSH') 16:31:17 [2019-07-19T20:31:17.824Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Skip All} time=200181975 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Skip All' and with style 'SWT.PUSH') 16:31:17 [2019-07-19T20:31:17.824Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Skip All} time=200181975 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Skip All' and with style 'SWT.PUSH') 16:31:18 [2019-07-19T20:31:18.081Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=200181581 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:18 [2019-07-19T20:31:18.081Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=200181138 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...' 16:31:18 [2019-07-19T20:31:18.081Z] DEBUG - Clicked on 16:31:18 [2019-07-19T20:31:18.081Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:31:18 [2019-07-19T20:31:18.081Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:18 [2019-07-19T20:31:18.081Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:18 [2019-07-19T20:31:18.081Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:18 [2019-07-19T20:31:18.081Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:18 [2019-07-19T20:31:18.081Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:18 [2019-07-19T20:31:18.081Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200182242 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:31:18 [2019-07-19T20:31:18.081Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200182242 data=null doit=true} to TreeItem with text {test} 16:31:18 [2019-07-19T20:31:18.081Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200182242 data=null} to TreeItem with text {test} 16:31:18 [2019-07-19T20:31:18.081Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200182242 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:31:18 [2019-07-19T20:31:18.081Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200182242 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:31:18 [2019-07-19T20:31:18.081Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200182275 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:31:18 [2019-07-19T20:31:18.081Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:18 [2019-07-19T20:31:18.081Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200182276 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:31:18 [2019-07-19T20:31:18.081Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200182276 data=null doit=true} to TreeItem with text {test} 16:31:18 [2019-07-19T20:31:18.081Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200182276 data=null} to TreeItem with text {test} 16:31:18 [2019-07-19T20:31:18.081Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200182277 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:31:18 [2019-07-19T20:31:18.081Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200182277 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:31:18 [2019-07-19T20:31:18.081Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200182292 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:31:18 [2019-07-19T20:31:18.081Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:31:18 [2019-07-19T20:31:18.081Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:18 [2019-07-19T20:31:18.081Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [3]} time=200182294 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [3]} 16:31:18 [2019-07-19T20:31:18.081Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [3]} time=200182294 data=null doit=true} to TreeItem with text {Traces [3]} 16:31:18 [2019-07-19T20:31:18.081Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [3]} time=200182294 data=null} to TreeItem with text {Traces [3]} 16:31:18 [2019-07-19T20:31:18.081Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [3]} time=200182295 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [3]} 16:31:18 [2019-07-19T20:31:18.081Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200182295 data=null item=TreeItem {Traces [3]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [3]} 16:31:18 [2019-07-19T20:31:18.081Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [3]} time=200182317 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [3]} 16:31:18 [2019-07-19T20:31:18.338Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [3]} time=200182333 data=null doit=true} to TreeItem with text {Traces [3]} 16:31:18 [2019-07-19T20:31:18.338Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [3]} time=200182333 data=null} to TreeItem with text {Traces [3]} 16:31:18 [2019-07-19T20:31:18.338Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [3]} time=200182333 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [3]} 16:31:18 [2019-07-19T20:31:18.338Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200182334 data=null item=TreeItem {Traces [3]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {Traces [3]} 16:31:18 [2019-07-19T20:31:18.338Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [3]} time=200182359 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [3]} 16:31:18 [2019-07-19T20:31:18.595Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:31:18 [2019-07-19T20:31:18.595Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:18 [2019-07-19T20:31:18.595Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200182739 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:31:18 [2019-07-19T20:31:18.595Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200182740 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:31:18 [2019-07-19T20:31:18.595Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200182740 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:31:18 [2019-07-19T20:31:18.595Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200182740 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:31:18 [2019-07-19T20:31:18.595Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200182741 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:31:18 [2019-07-19T20:31:18.595Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200182777 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:31:18 [2019-07-19T20:31:18.595Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:18 [2019-07-19T20:31:18.595Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:18 [2019-07-19T20:31:18.595Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:31:18 [2019-07-19T20:31:18.595Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:18 [2019-07-19T20:31:18.595Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200182780 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:31:18 [2019-07-19T20:31:18.595Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200182780 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:31:18 [2019-07-19T20:31:18.595Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200182780 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:31:18 [2019-07-19T20:31:18.595Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200182781 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:31:18 [2019-07-19T20:31:18.595Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200182781 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:31:18 [2019-07-19T20:31:18.595Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200182785 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:31:18 [2019-07-19T20:31:18.595Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomTxt.log} 16:31:18 [2019-07-19T20:31:18.595Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200182786 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:31:18 [2019-07-19T20:31:18.595Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200182786 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:31:18 [2019-07-19T20:31:18.595Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:18 [2019-07-19T20:31:18.595Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200182787 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:31:18 [2019-07-19T20:31:18.595Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200182787 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:31:18 [2019-07-19T20:31:18.595Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200182787 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:31:18 [2019-07-19T20:31:18.595Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200182791 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:31:18 [2019-07-19T20:31:18.595Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200182791 data=null button=1 stateMask=0x0 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:31:18 [2019-07-19T20:31:18.595Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200182791 data=null button=1 stateMask=0x0 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:31:18 [2019-07-19T20:31:18.851Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200182792 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:31:18 [2019-07-19T20:31:18.851Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200182860 data=null button=1 stateMask=0x80000 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:31:18 [2019-07-19T20:31:18.851Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200183093 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:31:18 [2019-07-19T20:31:18.851Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200183093 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:31:18 [2019-07-19T20:31:18.851Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200183093 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:31:18 [2019-07-19T20:31:18.851Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomTxt.log} 16:31:18 [2019-07-19T20:31:18.851Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:31:20 [2019-07-19T20:31:20.221Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:31:20 [2019-07-19T20:31:20.221Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:31:20 [2019-07-19T20:31:20.221Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:31:20 [2019-07-19T20:31:20.221Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:31:20 [2019-07-19T20:31:20.221Z] DEBUG - Attempting to set focus on Table with text {} 16:31:20 [2019-07-19T20:31:20.221Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200184107 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:31:20 [2019-07-19T20:31:20.221Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200184108 data=null doit=true} to TableItem with text {} 16:31:20 [2019-07-19T20:31:20.221Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200184108 data=null} to TableItem with text {} 16:31:20 [2019-07-19T20:31:20.221Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200184108 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:31:20 [2019-07-19T20:31:20.221Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200184108 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:31:20 [2019-07-19T20:31:20.221Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200184160 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:31:20 [2019-07-19T20:31:20.221Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:31:20 [2019-07-19T20:31:20.221Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:31:20 [2019-07-19T20:31:20.221Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:31:20 [2019-07-19T20:31:20.221Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:20 [2019-07-19T20:31:20.221Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200184345 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:31:20 [2019-07-19T20:31:20.221Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200184345 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:31:20 [2019-07-19T20:31:20.221Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200184345 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:31:20 [2019-07-19T20:31:20.221Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200184346 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:31:20 [2019-07-19T20:31:20.221Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200184346 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:31:20 [2019-07-19T20:31:20.221Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200184351 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:31:20 [2019-07-19T20:31:20.221Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:20 [2019-07-19T20:31:20.221Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:20 [2019-07-19T20:31:20.221Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:31:20 [2019-07-19T20:31:20.221Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:31:20 [2019-07-19T20:31:20.221Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:20 [2019-07-19T20:31:20.221Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:20 [2019-07-19T20:31:20.221Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:20 [2019-07-19T20:31:20.221Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:20 [2019-07-19T20:31:20.221Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:20 [2019-07-19T20:31:20.221Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200184369 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:31:20 [2019-07-19T20:31:20.221Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200184369 data=null doit=true} to TreeItem with text {test} 16:31:20 [2019-07-19T20:31:20.221Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200184370 data=null} to TreeItem with text {test} 16:31:20 [2019-07-19T20:31:20.221Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200184370 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:31:20 [2019-07-19T20:31:20.221Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200184370 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:31:20 [2019-07-19T20:31:20.221Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200184406 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:31:20 [2019-07-19T20:31:20.221Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:20 [2019-07-19T20:31:20.221Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200184407 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:31:20 [2019-07-19T20:31:20.221Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200184407 data=null doit=true} to TreeItem with text {test} 16:31:20 [2019-07-19T20:31:20.221Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200184408 data=null} to TreeItem with text {test} 16:31:20 [2019-07-19T20:31:20.221Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200184408 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:31:20 [2019-07-19T20:31:20.221Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200184408 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:31:20 [2019-07-19T20:31:20.221Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200184421 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:31:20 [2019-07-19T20:31:20.221Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:31:20 [2019-07-19T20:31:20.221Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:20 [2019-07-19T20:31:20.221Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [3]} time=200184423 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [3]} 16:31:20 [2019-07-19T20:31:20.221Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [3]} time=200184423 data=null doit=true} to TreeItem with text {Traces [3]} 16:31:20 [2019-07-19T20:31:20.221Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [3]} time=200184423 data=null} to TreeItem with text {Traces [3]} 16:31:20 [2019-07-19T20:31:20.221Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [3]} time=200184423 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [3]} 16:31:20 [2019-07-19T20:31:20.221Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200184423 data=null item=TreeItem {Traces [3]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [3]} 16:31:20 [2019-07-19T20:31:20.221Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [3]} time=200184448 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [3]} 16:31:20 [2019-07-19T20:31:20.221Z] WARN - Tree item TreeItem with text {Traces [3]} is already expanded. Won't expand it again. 16:31:20 [2019-07-19T20:31:20.785Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:31:20 [2019-07-19T20:31:20.785Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:20 [2019-07-19T20:31:20.785Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200184924 data=null button=0 stateMask=0x0 x=156 y=95 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:31:20 [2019-07-19T20:31:20.785Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200184924 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:31:20 [2019-07-19T20:31:20.785Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200184925 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:31:20 [2019-07-19T20:31:20.785Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200184925 data=null button=1 stateMask=0x0 x=156 y=95 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:31:20 [2019-07-19T20:31:20.785Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200184925 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:31:20 [2019-07-19T20:31:20.785Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200184962 data=null button=1 stateMask=0x80000 x=156 y=95 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:31:20 [2019-07-19T20:31:20.785Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:20 [2019-07-19T20:31:20.785Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:20 [2019-07-19T20:31:20.785Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:31:20 [2019-07-19T20:31:20.785Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:20 [2019-07-19T20:31:20.785Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200184965 data=null button=0 stateMask=0x0 x=156 y=95 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:31:20 [2019-07-19T20:31:20.785Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200184965 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:31:20 [2019-07-19T20:31:20.785Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200184965 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:31:20 [2019-07-19T20:31:20.785Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200184965 data=null button=1 stateMask=0x0 x=156 y=95 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:31:20 [2019-07-19T20:31:20.785Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200184965 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:31:20 [2019-07-19T20:31:20.785Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200184970 data=null button=1 stateMask=0x80000 x=156 y=95 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:31:20 [2019-07-19T20:31:20.785Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomXml.xml} 16:31:20 [2019-07-19T20:31:20.785Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200184971 data=null button=0 stateMask=0x0 x=156 y=95 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:31:20 [2019-07-19T20:31:20.785Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200184971 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:31:20 [2019-07-19T20:31:20.785Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:20 [2019-07-19T20:31:20.785Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200184971 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:31:20 [2019-07-19T20:31:20.785Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200184971 data=null button=1 stateMask=0x0 x=156 y=95 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:31:20 [2019-07-19T20:31:20.785Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200184972 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:31:20 [2019-07-19T20:31:20.785Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200184975 data=null button=1 stateMask=0x80000 x=156 y=95 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:31:20 [2019-07-19T20:31:20.785Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200184976 data=null button=1 stateMask=0x0 x=156 y=95 count=2} to TreeItem with text {ExampleCustomXml.xml} 16:31:20 [2019-07-19T20:31:20.785Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200184976 data=null button=1 stateMask=0x0 x=156 y=95 count=2} to TreeItem with text {ExampleCustomXml.xml} 16:31:21 [2019-07-19T20:31:21.080Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200184976 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:31:21 [2019-07-19T20:31:21.080Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200185105 data=null button=1 stateMask=0x80000 x=156 y=95 count=2} to TreeItem with text {ExampleCustomXml.xml} 16:31:21 [2019-07-19T20:31:21.080Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200185291 data=null button=0 stateMask=0x0 x=156 y=95 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:31:21 [2019-07-19T20:31:21.080Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200185291 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:31:21 [2019-07-19T20:31:21.080Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200185292 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:31:21 [2019-07-19T20:31:21.080Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomXml.xml} 16:31:21 [2019-07-19T20:31:21.080Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:31:21 [2019-07-19T20:31:21.080Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:31:22 [2019-07-19T20:31:22.028Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:31:22 [2019-07-19T20:31:22.028Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:22 [2019-07-19T20:31:22.028Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200186271 data=null button=0 stateMask=0x0 x=156 y=95 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:31:22 [2019-07-19T20:31:22.028Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200186271 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:31:22 [2019-07-19T20:31:22.028Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200186272 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:31:22 [2019-07-19T20:31:22.028Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200186272 data=null button=1 stateMask=0x0 x=156 y=95 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:31:22 [2019-07-19T20:31:22.028Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200186272 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:31:22 [2019-07-19T20:31:22.028Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200186277 data=null button=1 stateMask=0x80000 x=156 y=95 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:31:22 [2019-07-19T20:31:22.028Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:22 [2019-07-19T20:31:22.028Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:22 [2019-07-19T20:31:22.286Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:31:22 [2019-07-19T20:31:22.286Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:31:22 [2019-07-19T20:31:22.286Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:22 [2019-07-19T20:31:22.286Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:22 [2019-07-19T20:31:22.286Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:22 [2019-07-19T20:31:22.286Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:22 [2019-07-19T20:31:22.286Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:22 [2019-07-19T20:31:22.286Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200186282 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:31:22 [2019-07-19T20:31:22.286Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200186283 data=null doit=true} to TreeItem with text {test} 16:31:22 [2019-07-19T20:31:22.286Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200186283 data=null} to TreeItem with text {test} 16:31:22 [2019-07-19T20:31:22.286Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200186290 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:31:22 [2019-07-19T20:31:22.286Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200186290 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:31:22 [2019-07-19T20:31:22.286Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200186332 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:31:22 [2019-07-19T20:31:22.286Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:22 [2019-07-19T20:31:22.286Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200186333 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:31:22 [2019-07-19T20:31:22.286Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200186333 data=null doit=true} to TreeItem with text {test} 16:31:22 [2019-07-19T20:31:22.286Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200186333 data=null} to TreeItem with text {test} 16:31:22 [2019-07-19T20:31:22.286Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200186334 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:31:22 [2019-07-19T20:31:22.286Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200186334 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:31:22 [2019-07-19T20:31:22.286Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200186346 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:31:22 [2019-07-19T20:31:22.286Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:31:22 [2019-07-19T20:31:22.286Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:22 [2019-07-19T20:31:22.286Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [3]} time=200186347 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [3]} 16:31:22 [2019-07-19T20:31:22.286Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [3]} time=200186347 data=null doit=true} to TreeItem with text {Traces [3]} 16:31:22 [2019-07-19T20:31:22.286Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [3]} time=200186347 data=null} to TreeItem with text {Traces [3]} 16:31:22 [2019-07-19T20:31:22.286Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [3]} time=200186348 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [3]} 16:31:22 [2019-07-19T20:31:22.286Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200186348 data=null item=TreeItem {Traces [3]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [3]} 16:31:22 [2019-07-19T20:31:22.286Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [3]} time=200186372 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [3]} 16:31:22 [2019-07-19T20:31:22.286Z] WARN - Tree item TreeItem with text {Traces [3]} is already expanded. Won't expand it again. 16:31:22 [2019-07-19T20:31:22.286Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:31:22 [2019-07-19T20:31:22.286Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:22 [2019-07-19T20:31:22.286Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {unrecognized.log} time=200186466 data=null button=0 stateMask=0x0 x=133 y=116 count=0} to TreeItem with text {unrecognized.log} 16:31:22 [2019-07-19T20:31:22.286Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {unrecognized.log} time=200186466 data=null doit=true} to TreeItem with text {unrecognized.log} 16:31:22 [2019-07-19T20:31:22.286Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {unrecognized.log} time=200186466 data=null} to TreeItem with text {unrecognized.log} 16:31:22 [2019-07-19T20:31:22.286Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=200186467 data=null button=1 stateMask=0x0 x=133 y=116 count=1} to TreeItem with text {unrecognized.log} 16:31:22 [2019-07-19T20:31:22.286Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200186467 data=null item=TreeItem {unrecognized.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {unrecognized.log} 16:31:22 [2019-07-19T20:31:22.286Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=200186504 data=null button=1 stateMask=0x80000 x=133 y=116 count=1} to TreeItem with text {unrecognized.log} 16:31:22 [2019-07-19T20:31:22.286Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:22 [2019-07-19T20:31:22.286Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:22 [2019-07-19T20:31:22.286Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:31:22 [2019-07-19T20:31:22.286Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:22 [2019-07-19T20:31:22.286Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {unrecognized.log} time=200186506 data=null button=0 stateMask=0x0 x=133 y=116 count=0} to TreeItem with text {unrecognized.log} 16:31:22 [2019-07-19T20:31:22.286Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {unrecognized.log} time=200186507 data=null doit=true} to TreeItem with text {unrecognized.log} 16:31:22 [2019-07-19T20:31:22.286Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {unrecognized.log} time=200186507 data=null} to TreeItem with text {unrecognized.log} 16:31:22 [2019-07-19T20:31:22.286Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=200186507 data=null button=1 stateMask=0x0 x=133 y=116 count=1} to TreeItem with text {unrecognized.log} 16:31:22 [2019-07-19T20:31:22.286Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200186507 data=null item=TreeItem {unrecognized.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {unrecognized.log} 16:31:22 [2019-07-19T20:31:22.286Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=200186512 data=null button=1 stateMask=0x80000 x=133 y=116 count=1} to TreeItem with text {unrecognized.log} 16:31:22 [2019-07-19T20:31:22.286Z] DEBUG - Double-clicking on TreeItem with text {unrecognized.log} 16:31:22 [2019-07-19T20:31:22.286Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {unrecognized.log} time=200186513 data=null button=0 stateMask=0x0 x=133 y=116 count=0} to TreeItem with text {unrecognized.log} 16:31:22 [2019-07-19T20:31:22.286Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {unrecognized.log} time=200186513 data=null doit=true} to TreeItem with text {unrecognized.log} 16:31:22 [2019-07-19T20:31:22.286Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:22 [2019-07-19T20:31:22.286Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {unrecognized.log} time=200186513 data=null} to TreeItem with text {unrecognized.log} 16:31:22 [2019-07-19T20:31:22.286Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=200186513 data=null button=1 stateMask=0x0 x=133 y=116 count=1} to TreeItem with text {unrecognized.log} 16:31:22 [2019-07-19T20:31:22.286Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200186514 data=null item=TreeItem {unrecognized.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {unrecognized.log} 16:31:22 [2019-07-19T20:31:22.286Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=200186517 data=null button=1 stateMask=0x80000 x=133 y=116 count=1} to TreeItem with text {unrecognized.log} 16:31:22 [2019-07-19T20:31:22.286Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=200186518 data=null button=1 stateMask=0x0 x=133 y=116 count=2} to TreeItem with text {unrecognized.log} 16:31:22 [2019-07-19T20:31:22.286Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {unrecognized.log} time=200186518 data=null button=1 stateMask=0x0 x=133 y=116 count=2} to TreeItem with text {unrecognized.log} 16:31:22 [2019-07-19T20:31:22.544Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200186518 data=null item=TreeItem {unrecognized.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {unrecognized.log} 16:31:22 [2019-07-19T20:31:22.801Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=200186590 data=null button=1 stateMask=0x80000 x=133 y=116 count=2} to TreeItem with text {unrecognized.log} 16:31:22 [2019-07-19T20:31:22.801Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {unrecognized.log} time=200186847 data=null button=0 stateMask=0x0 x=133 y=116 count=0} to TreeItem with text {unrecognized.log} 16:31:22 [2019-07-19T20:31:22.801Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {unrecognized.log} time=200186847 data=null doit=true} to TreeItem with text {unrecognized.log} 16:31:22 [2019-07-19T20:31:22.801Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {unrecognized.log} time=200186847 data=null} to TreeItem with text {unrecognized.log} 16:31:22 [2019-07-19T20:31:22.801Z] DEBUG - Double-clicked on TreeItem with text {unrecognized.log} 16:31:22 [2019-07-19T20:31:22.801Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:31:22 [2019-07-19T20:31:22.801Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:31:22 [2019-07-19T20:31:22.801Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:31:23 [2019-07-19T20:31:23.733Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:31:23 [2019-07-19T20:31:23.733Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:23 [2019-07-19T20:31:23.733Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {unrecognized.log} time=200187842 data=null button=0 stateMask=0x0 x=133 y=116 count=0} to TreeItem with text {unrecognized.log} 16:31:23 [2019-07-19T20:31:23.733Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {unrecognized.log} time=200187842 data=null doit=true} to TreeItem with text {unrecognized.log} 16:31:23 [2019-07-19T20:31:23.733Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {unrecognized.log} time=200187842 data=null} to TreeItem with text {unrecognized.log} 16:31:23 [2019-07-19T20:31:23.733Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=200187843 data=null button=1 stateMask=0x0 x=133 y=116 count=1} to TreeItem with text {unrecognized.log} 16:31:23 [2019-07-19T20:31:23.733Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200187843 data=null item=TreeItem {unrecognized.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {unrecognized.log} 16:31:23 [2019-07-19T20:31:23.733Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=200187849 data=null button=1 stateMask=0x80000 x=133 y=116 count=1} to TreeItem with text {unrecognized.log} 16:31:23 [2019-07-19T20:31:23.733Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:23 [2019-07-19T20:31:23.733Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:23 [2019-07-19T20:31:23.733Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:31:23 [2019-07-19T20:31:23.733Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:31:23 [2019-07-19T20:31:23.733Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:23 [2019-07-19T20:31:23.733Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:23 [2019-07-19T20:31:23.733Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:23 [2019-07-19T20:31:23.733Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:23 [2019-07-19T20:31:23.733Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:23 [2019-07-19T20:31:23.733Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200187863 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:31:23 [2019-07-19T20:31:23.733Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200187863 data=null doit=true} to TreeItem with text {test} 16:31:23 [2019-07-19T20:31:23.733Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200187863 data=null} to TreeItem with text {test} 16:31:23 [2019-07-19T20:31:23.733Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200187864 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:31:23 [2019-07-19T20:31:23.733Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200187864 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:31:23 [2019-07-19T20:31:23.733Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200187905 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:31:23 [2019-07-19T20:31:23.733Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:23 [2019-07-19T20:31:23.733Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200187906 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:31:23 [2019-07-19T20:31:23.733Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200187906 data=null doit=true} to TreeItem with text {test} 16:31:23 [2019-07-19T20:31:23.733Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200187906 data=null} to TreeItem with text {test} 16:31:23 [2019-07-19T20:31:23.733Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200187906 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:31:23 [2019-07-19T20:31:23.733Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200187907 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:31:23 [2019-07-19T20:31:23.733Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200187913 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:31:23 [2019-07-19T20:31:23.733Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:31:23 [2019-07-19T20:31:23.733Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:23 [2019-07-19T20:31:23.733Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [3]} time=200187914 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [3]} 16:31:23 [2019-07-19T20:31:23.733Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [3]} time=200187915 data=null doit=true} to TreeItem with text {Traces [3]} 16:31:23 [2019-07-19T20:31:23.733Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [3]} time=200187915 data=null} to TreeItem with text {Traces [3]} 16:31:23 [2019-07-19T20:31:23.733Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [3]} time=200187915 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [3]} 16:31:23 [2019-07-19T20:31:23.733Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200187915 data=null item=TreeItem {Traces [3]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [3]} 16:31:23 [2019-07-19T20:31:23.733Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [3]} time=200187935 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [3]} 16:31:23 [2019-07-19T20:31:23.733Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:31:23 [2019-07-19T20:31:23.733Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:23 [2019-07-19T20:31:23.733Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:23 [2019-07-19T20:31:23.733Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:23 [2019-07-19T20:31:23.733Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:23 [2019-07-19T20:31:23.733Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:23 [2019-07-19T20:31:23.733Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200187951 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:31:23 [2019-07-19T20:31:23.733Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200187951 data=null doit=true} to TreeItem with text {test} 16:31:23 [2019-07-19T20:31:23.733Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200187951 data=null} to TreeItem with text {test} 16:31:23 [2019-07-19T20:31:23.733Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200187952 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:31:23 [2019-07-19T20:31:23.733Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200187952 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:31:23 [2019-07-19T20:31:23.733Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200187975 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:31:23 [2019-07-19T20:31:23.733Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:23 [2019-07-19T20:31:23.733Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200187976 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:31:23 [2019-07-19T20:31:23.733Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200187976 data=null doit=true} to TreeItem with text {test} 16:31:23 [2019-07-19T20:31:23.733Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200187976 data=null} to TreeItem with text {test} 16:31:23 [2019-07-19T20:31:23.733Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200187977 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:31:23 [2019-07-19T20:31:23.990Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200187977 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:31:23 [2019-07-19T20:31:23.990Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200188000 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:31:23 [2019-07-19T20:31:23.990Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:31:23 [2019-07-19T20:31:23.990Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:23 [2019-07-19T20:31:23.990Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [3]} time=200188001 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [3]} 16:31:23 [2019-07-19T20:31:23.990Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [3]} time=200188001 data=null doit=true} to TreeItem with text {Traces [3]} 16:31:23 [2019-07-19T20:31:23.990Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [3]} time=200188001 data=null} to TreeItem with text {Traces [3]} 16:31:23 [2019-07-19T20:31:23.990Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [3]} time=200188001 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [3]} 16:31:23 [2019-07-19T20:31:23.990Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200188001 data=null item=TreeItem {Traces [3]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [3]} 16:31:23 [2019-07-19T20:31:23.990Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [3]} time=200188011 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [3]} 16:31:23 [2019-07-19T20:31:23.990Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:23 [2019-07-19T20:31:23.990Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [3]} time=200188024 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [3]} 16:31:23 [2019-07-19T20:31:23.990Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [3]} time=200188024 data=null doit=true} to TreeItem with text {Traces [3]} 16:31:23 [2019-07-19T20:31:23.991Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [3]} time=200188024 data=null} to TreeItem with text {Traces [3]} 16:31:23 [2019-07-19T20:31:23.991Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [3]} time=200188025 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [3]} 16:31:23 [2019-07-19T20:31:23.991Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200188026 data=null item=TreeItem {Traces [3]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [3]} 16:31:23 [2019-07-19T20:31:23.991Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [3]} time=200188035 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [3]} 16:31:23 [2019-07-19T20:31:23.991Z] DEBUG - matched MenuItem with text "C&lear Delete", using matcher: with mnemonic 'Clear' 16:31:23 [2019-07-19T20:31:23.991Z] DEBUG - Clicking on with mnemonic 'Clear' 16:31:24 [2019-07-19T20:31:24.247Z] DEBUG - Clicked on with mnemonic 'Clear' 16:31:24 [2019-07-19T20:31:24.247Z] DEBUG - matched Shell with text "Confirm Clear", using matcher: with text 'Confirm Clear' 16:31:24 [2019-07-19T20:31:24.247Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirm Clear} time=200188341 data=null doit=true} to Shell with text {Confirm Clear} 16:31:24 [2019-07-19T20:31:24.247Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button' 16:31:24 [2019-07-19T20:31:24.247Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes' 16:31:24 [2019-07-19T20:31:24.247Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH' 16:31:24 [2019-07-19T20:31:24.247Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:31:24 [2019-07-19T20:31:24.247Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button' 16:31:24 [2019-07-19T20:31:24.247Z] DEBUG - Clicking on &Yes 16:31:24 [2019-07-19T20:31:24.247Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=200188342 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:31:24 [2019-07-19T20:31:24.247Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=200188342 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:31:24 [2019-07-19T20:31:24.247Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=200188342 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:31:24 [2019-07-19T20:31:24.247Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=200188342 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:31:24 [2019-07-19T20:31:24.247Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=200188342 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:31:24 [2019-07-19T20:31:24.247Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=200188343 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:31:24 [2019-07-19T20:31:24.247Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=200188343 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:31:25 [2019-07-19T20:31:25.617Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {C&lear Delete} time=200188079 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Clear' 16:31:25 [2019-07-19T20:31:25.617Z] DEBUG - Clicked on 16:31:25 [2019-07-19T20:31:25.617Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:31:25 [2019-07-19T20:31:25.617Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:25 [2019-07-19T20:31:25.617Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:25 [2019-07-19T20:31:25.617Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:25 [2019-07-19T20:31:25.617Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:25 [2019-07-19T20:31:25.617Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:25 [2019-07-19T20:31:25.617Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200189591 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:31:25 [2019-07-19T20:31:25.617Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200189591 data=null doit=true} to TreeItem with text {test} 16:31:25 [2019-07-19T20:31:25.617Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200189591 data=null} to TreeItem with text {test} 16:31:25 [2019-07-19T20:31:25.617Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200189592 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:31:25 [2019-07-19T20:31:25.617Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200189592 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:31:25 [2019-07-19T20:31:25.617Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200189631 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:31:25 [2019-07-19T20:31:25.617Z] DEBUG - matched MenuItem with text "&File", using matcher: with mnemonic 'File' 16:31:25 [2019-07-19T20:31:25.617Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...' 16:31:25 [2019-07-19T20:31:25.617Z] DEBUG - Clicking on with mnemonic 'Import...' 16:31:25 [2019-07-19T20:31:25.874Z] DEBUG - Clicked on with mnemonic 'Import...' 16:31:25 [2019-07-19T20:31:25.874Z] DEBUG - matched Shell with text "Import", using matcher: with text 'Import' 16:31:25 [2019-07-19T20:31:25.874Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Import} time=200190036 data=null doit=true} to Shell with text {Import} 16:31:25 [2019-07-19T20:31:25.874Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:25 [2019-07-19T20:31:25.874Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:25 [2019-07-19T20:31:25.874Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=200190044 data=null doit=true} to TreeItem with text {Tracing} 16:31:25 [2019-07-19T20:31:25.874Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=200190044 data=null} to TreeItem with text {Tracing} 16:31:25 [2019-07-19T20:31:25.874Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=200190045 data=null button=1 stateMask=0x0 x=64 y=95 count=1} to TreeItem with text {Tracing} 16:31:25 [2019-07-19T20:31:25.874Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200190045 data=null item=TreeItem {Tracing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {Tracing} 16:31:25 [2019-07-19T20:31:25.874Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=200190062 data=null button=1 stateMask=0x80000 x=64 y=95 count=1} to TreeItem with text {Tracing} 16:31:25 [2019-07-19T20:31:25.874Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:25 [2019-07-19T20:31:25.874Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Trace Import} time=200190064 data=null button=0 stateMask=0x0 x=100 y=116 count=0} to Tree node with text: Trace Import 16:31:25 [2019-07-19T20:31:25.874Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Trace Import} time=200190080 data=null doit=true} to Tree node with text: Trace Import 16:31:25 [2019-07-19T20:31:25.874Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Trace Import} time=200190080 data=null} to Tree node with text: Trace Import 16:31:25 [2019-07-19T20:31:25.874Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Trace Import} time=200190081 data=null button=1 stateMask=0x0 x=100 y=116 count=1} to Tree node with text: Trace Import 16:31:25 [2019-07-19T20:31:25.874Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200190085 data=null item=TreeItem {Trace Import} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: Trace Import 16:31:25 [2019-07-19T20:31:25.874Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Trace Import} time=200190091 data=null button=1 stateMask=0x80000 x=100 y=116 count=1} to Tree node with text: Trace Import 16:31:25 [2019-07-19T20:31:25.874Z] DEBUG - matched Button with text "< &Back", using matcher: of type 'Button' 16:31:25 [2019-07-19T20:31:25.874Z] DEBUG - matched Button with text "&Next >", using matcher: of type 'Button' 16:31:25 [2019-07-19T20:31:25.874Z] DEBUG - matched Button with text "&Next >", using matcher: with mnemonic 'Next >' 16:31:25 [2019-07-19T20:31:25.874Z] DEBUG - matched Button with text "&Next >", using matcher: with style 'SWT.PUSH' 16:31:25 [2019-07-19T20:31:25.874Z] DEBUG - matched Button with text "&Next >", using matcher: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 16:31:25 [2019-07-19T20:31:25.874Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:31:25 [2019-07-19T20:31:25.874Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:31:25 [2019-07-19T20:31:25.874Z] DEBUG - Clicking on &Next > 16:31:25 [2019-07-19T20:31:25.874Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Next >} time=200190093 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 16:31:25 [2019-07-19T20:31:25.874Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Next >} time=200190093 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 16:31:25 [2019-07-19T20:31:25.874Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Next >} time=200190093 data=null doit=true} to (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 16:31:25 [2019-07-19T20:31:25.874Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Next >} time=200190093 data=null} to (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 16:31:25 [2019-07-19T20:31:25.874Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Next >} time=200190093 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 16:31:25 [2019-07-19T20:31:25.874Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Next >} time=200190093 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 16:31:26 [2019-07-19T20:31:26.131Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Next >} time=200190093 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 16:31:26 [2019-07-19T20:31:26.131Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 16:31:26 [2019-07-19T20:31:26.131Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 16:31:26 [2019-07-19T20:31:26.131Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 16:31:26 [2019-07-19T20:31:26.131Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 16:31:26 [2019-07-19T20:31:26.131Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 16:31:26 [2019-07-19T20:31:26.131Z] DEBUG - Clicked on &Next > 16:31:26 [2019-07-19T20:31:26.131Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import' 16:31:26 [2019-07-19T20:31:26.131Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.131Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with mnemonic 'Select root directory:' 16:31:26 [2019-07-19T20:31:26.131Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with style 'SWT.RADIO' 16:31:26 [2019-07-19T20:31:26.131Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') 16:31:26 [2019-07-19T20:31:26.131Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.131Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.131Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.131Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.131Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.131Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.131Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.131Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.131Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.131Z] DEBUG - matched Button with text "< &Back", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.131Z] DEBUG - matched Button with text "&Next >", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.131Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.131Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.131Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') is already selected, not clicking again. 16:31:26 [2019-07-19T20:31:26.131Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:31:26 [2019-07-19T20:31:26.131Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:31:26 [2019-07-19T20:31:26.131Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:31:26 [2019-07-19T20:31:26.131Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:31:26 [2019-07-19T20:31:26.131Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:31:26 [2019-07-19T20:31:26.131Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo') 16:31:26 [2019-07-19T20:31:26.131Z] DEBUG - Attempting to set focus on (of type 'Combo') 16:31:26 [2019-07-19T20:31:26.131Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import 16:31:26 [2019-07-19T20:31:26.131Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import} time=200190360 data=null} to (of type 'Combo') 16:31:26 [2019-07-19T20:31:26.131Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import 16:31:26 [2019-07-19T20:31:26.131Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:26 [2019-07-19T20:31:26.131Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:26 [2019-07-19T20:31:26.131Z] DEBUG - Attempting to set focus on (of type 'Tree') 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=200190403 data=null doit=true} to TreeItem with text {import} 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=200190403 data=null} to TreeItem with text {import} 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=200190404 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import} 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200190404 data=null item=TreeItem {import} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {import} 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=200190406 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import} 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {import} time=200190407 data=null button=0 stateMask=0x0 x=83 y=11 count=0} to TreeItem with text {import} 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=200190407 data=null doit=true} to TreeItem with text {import} 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=200190407 data=null} to TreeItem with text {import} 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=200190408 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import} 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200190408 data=null item=TreeItem {import} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {import} 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=200190408 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import} 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - Setting state to checked on: ExampleCustomTxt.log 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:') 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection> 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {<Automatic Detection>} time=200190428 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection> 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "< &Back", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "&Next >", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') already selected, not selecting again. 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "< &Back", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "&Next >", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "< &Back", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "&Next >", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - Deselecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$1@3c8c4ec3 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Import unrecognized traces} time=200190438 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Import unrecognized traces} time=200190438 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Import unrecognized traces} time=200190439 data=null doit=true} to (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Import unrecognized traces} time=200190439 data=null} to (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Import unrecognized traces} time=200190439 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Import unrecognized traces} time=200190439 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Import unrecognized traces} time=200190439 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Import unrecognized traces} time=200190439 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Import unrecognized traces} time=200190439 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Import unrecognized traces} time=200190439 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Import unrecognized traces} time=200190439 data=null doit=true} to (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Import unrecognized traces} time=200190439 data=null} to (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "< &Back", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "&Next >", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "< &Back", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "&Next >", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "< &Back", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "&Next >", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "< &Back", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "&Next >", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH' 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - Clicking on &Finish 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=200190449 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=200190449 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=200190449 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=200190449 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=200190449 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:26 [2019-07-19T20:31:26.389Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=200190449 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:26 [2019-07-19T20:31:26.646Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=200190449 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:26 [2019-07-19T20:31:26.646Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=200189641 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...' 16:31:26 [2019-07-19T20:31:26.903Z] DEBUG - Clicked on 16:31:26 [2019-07-19T20:31:26.903Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:31:26 [2019-07-19T20:31:26.903Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:26 [2019-07-19T20:31:26.903Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:26 [2019-07-19T20:31:26.903Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:26 [2019-07-19T20:31:26.903Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:26 [2019-07-19T20:31:26.903Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:26 [2019-07-19T20:31:26.903Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200190940 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:31:26 [2019-07-19T20:31:26.903Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200190941 data=null doit=true} to TreeItem with text {test} 16:31:26 [2019-07-19T20:31:26.903Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200190941 data=null} to TreeItem with text {test} 16:31:26 [2019-07-19T20:31:26.903Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200190941 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:31:26 [2019-07-19T20:31:26.903Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200190941 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:31:26 [2019-07-19T20:31:26.903Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200190959 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:31:26 [2019-07-19T20:31:26.903Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:26 [2019-07-19T20:31:26.903Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200190960 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:31:26 [2019-07-19T20:31:26.903Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200190960 data=null doit=true} to TreeItem with text {test} 16:31:26 [2019-07-19T20:31:26.903Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200190960 data=null} to TreeItem with text {test} 16:31:26 [2019-07-19T20:31:26.903Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200190961 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:31:26 [2019-07-19T20:31:26.903Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200190961 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:31:26 [2019-07-19T20:31:26.903Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200190975 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:31:26 [2019-07-19T20:31:26.903Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:31:26 [2019-07-19T20:31:26.903Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:26 [2019-07-19T20:31:26.903Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=200190976 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 16:31:26 [2019-07-19T20:31:26.903Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=200190976 data=null doit=true} to TreeItem with text {Traces [1]} 16:31:26 [2019-07-19T20:31:26.903Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=200190976 data=null} to TreeItem with text {Traces [1]} 16:31:26 [2019-07-19T20:31:26.903Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=200190977 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:31:26 [2019-07-19T20:31:26.903Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200190977 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 16:31:26 [2019-07-19T20:31:26.903Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=200191000 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:31:26 [2019-07-19T20:31:26.903Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=200191000 data=null doit=true} to TreeItem with text {Traces [1]} 16:31:26 [2019-07-19T20:31:26.903Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=200191001 data=null} to TreeItem with text {Traces [1]} 16:31:26 [2019-07-19T20:31:26.903Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=200191001 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:31:26 [2019-07-19T20:31:26.903Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200191001 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {Traces [1]} 16:31:26 [2019-07-19T20:31:26.903Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=200191015 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:31:27 [2019-07-19T20:31:27.467Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:31:27 [2019-07-19T20:31:27.467Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:27 [2019-07-19T20:31:27.467Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200191494 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:31:27 [2019-07-19T20:31:27.467Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200191494 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:31:27 [2019-07-19T20:31:27.467Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200191494 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:31:27 [2019-07-19T20:31:27.467Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200191494 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:31:27 [2019-07-19T20:31:27.467Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200191495 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:31:27 [2019-07-19T20:31:27.467Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200191560 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:31:27 [2019-07-19T20:31:27.467Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:27 [2019-07-19T20:31:27.467Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:27 [2019-07-19T20:31:27.467Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:31:27 [2019-07-19T20:31:27.467Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:27 [2019-07-19T20:31:27.467Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200191564 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:31:27 [2019-07-19T20:31:27.467Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200191564 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:31:27 [2019-07-19T20:31:27.467Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200191564 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:31:27 [2019-07-19T20:31:27.467Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200191565 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:31:27 [2019-07-19T20:31:27.467Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200191565 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:31:27 [2019-07-19T20:31:27.467Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200191572 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:31:27 [2019-07-19T20:31:27.467Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomTxt.log} 16:31:27 [2019-07-19T20:31:27.467Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200191573 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:31:27 [2019-07-19T20:31:27.467Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200191573 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:31:27 [2019-07-19T20:31:27.467Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:27 [2019-07-19T20:31:27.467Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200191573 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:31:27 [2019-07-19T20:31:27.467Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200191573 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:31:27 [2019-07-19T20:31:27.467Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200191574 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:31:27 [2019-07-19T20:31:27.467Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200191584 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:31:27 [2019-07-19T20:31:27.467Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200191584 data=null button=1 stateMask=0x0 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:31:27 [2019-07-19T20:31:27.467Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200191585 data=null button=1 stateMask=0x0 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:31:27 [2019-07-19T20:31:27.724Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200191585 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:31:27 [2019-07-19T20:31:27.983Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200191744 data=null button=1 stateMask=0x80000 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:31:27 [2019-07-19T20:31:27.983Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200192064 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:31:27 [2019-07-19T20:31:27.983Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200192065 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:31:27 [2019-07-19T20:31:27.983Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200192065 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:31:27 [2019-07-19T20:31:27.983Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomTxt.log} 16:31:27 [2019-07-19T20:31:27.983Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:31:28 [2019-07-19T20:31:28.958Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:31:28 [2019-07-19T20:31:28.958Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:31:28 [2019-07-19T20:31:28.958Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:31:28 [2019-07-19T20:31:28.958Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:31:28 [2019-07-19T20:31:28.958Z] DEBUG - Attempting to set focus on Table with text {} 16:31:28 [2019-07-19T20:31:28.958Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200193093 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:31:28 [2019-07-19T20:31:28.958Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200193093 data=null doit=true} to TableItem with text {} 16:31:28 [2019-07-19T20:31:28.958Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200193093 data=null} to TableItem with text {} 16:31:28 [2019-07-19T20:31:28.958Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200193094 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:31:28 [2019-07-19T20:31:28.958Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200193094 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:31:28 [2019-07-19T20:31:28.958Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200193099 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:31:28 [2019-07-19T20:31:28.958Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:31:28 [2019-07-19T20:31:28.958Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:31:29 [2019-07-19T20:31:29.215Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:31:29 [2019-07-19T20:31:29.215Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:29 [2019-07-19T20:31:29.215Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200193278 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:31:29 [2019-07-19T20:31:29.215Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200193279 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:31:29 [2019-07-19T20:31:29.215Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200193279 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:31:29 [2019-07-19T20:31:29.215Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200193279 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:31:29 [2019-07-19T20:31:29.215Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200193279 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:31:29 [2019-07-19T20:31:29.215Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200193284 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:31:29 [2019-07-19T20:31:29.215Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:29 [2019-07-19T20:31:29.215Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:29 [2019-07-19T20:31:29.215Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:31:29 [2019-07-19T20:31:29.215Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:31:29 [2019-07-19T20:31:29.215Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:29 [2019-07-19T20:31:29.215Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:29 [2019-07-19T20:31:29.215Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:29 [2019-07-19T20:31:29.215Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:29 [2019-07-19T20:31:29.215Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:29 [2019-07-19T20:31:29.215Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200193300 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:31:29 [2019-07-19T20:31:29.215Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200193300 data=null doit=true} to TreeItem with text {test} 16:31:29 [2019-07-19T20:31:29.215Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200193300 data=null} to TreeItem with text {test} 16:31:29 [2019-07-19T20:31:29.215Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200193300 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:31:29 [2019-07-19T20:31:29.215Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200193300 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:31:29 [2019-07-19T20:31:29.215Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200193337 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:31:29 [2019-07-19T20:31:29.215Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:29 [2019-07-19T20:31:29.215Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200193338 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:31:29 [2019-07-19T20:31:29.215Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200193338 data=null doit=true} to TreeItem with text {test} 16:31:29 [2019-07-19T20:31:29.215Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200193339 data=null} to TreeItem with text {test} 16:31:29 [2019-07-19T20:31:29.215Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200193339 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:31:29 [2019-07-19T20:31:29.215Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200193339 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:31:29 [2019-07-19T20:31:29.215Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200193345 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:31:29 [2019-07-19T20:31:29.215Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:31:29 [2019-07-19T20:31:29.215Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:29 [2019-07-19T20:31:29.215Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=200193347 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 16:31:29 [2019-07-19T20:31:29.215Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=200193347 data=null doit=true} to TreeItem with text {Traces [1]} 16:31:29 [2019-07-19T20:31:29.215Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=200193347 data=null} to TreeItem with text {Traces [1]} 16:31:29 [2019-07-19T20:31:29.215Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=200193347 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:31:29 [2019-07-19T20:31:29.215Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200193348 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 16:31:29 [2019-07-19T20:31:29.215Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=200193373 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:31:29 [2019-07-19T20:31:29.215Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:29 [2019-07-19T20:31:29.215Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=200193381 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 16:31:29 [2019-07-19T20:31:29.215Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=200193382 data=null doit=true} to TreeItem with text {Traces [1]} 16:31:29 [2019-07-19T20:31:29.215Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=200193382 data=null} to TreeItem with text {Traces [1]} 16:31:29 [2019-07-19T20:31:29.215Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=200193382 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:31:29 [2019-07-19T20:31:29.215Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200193383 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 16:31:29 [2019-07-19T20:31:29.215Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=200193388 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:31:29 [2019-07-19T20:31:29.215Z] DEBUG - matched MenuItem with text "C&lear Delete", using matcher: with mnemonic 'Clear' 16:31:29 [2019-07-19T20:31:29.215Z] DEBUG - Clicking on with mnemonic 'Clear' 16:31:29 [2019-07-19T20:31:29.472Z] DEBUG - Clicked on with mnemonic 'Clear' 16:31:29 [2019-07-19T20:31:29.472Z] DEBUG - matched Shell with text "Confirm Clear", using matcher: with text 'Confirm Clear' 16:31:29 [2019-07-19T20:31:29.472Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirm Clear} time=200193619 data=null doit=true} to Shell with text {Confirm Clear} 16:31:29 [2019-07-19T20:31:29.472Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button' 16:31:29 [2019-07-19T20:31:29.472Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes' 16:31:29 [2019-07-19T20:31:29.472Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH' 16:31:29 [2019-07-19T20:31:29.472Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:31:29 [2019-07-19T20:31:29.472Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button' 16:31:29 [2019-07-19T20:31:29.472Z] DEBUG - Clicking on &Yes 16:31:29 [2019-07-19T20:31:29.472Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=200193620 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:31:29 [2019-07-19T20:31:29.472Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=200193620 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:31:29 [2019-07-19T20:31:29.472Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=200193620 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:31:29 [2019-07-19T20:31:29.472Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=200193620 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:31:29 [2019-07-19T20:31:29.472Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=200193620 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:31:29 [2019-07-19T20:31:29.472Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=200193620 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:31:29 [2019-07-19T20:31:29.472Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=200193620 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:31:30 [2019-07-19T20:31:30.036Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {C&lear Delete} time=200193442 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Clear' 16:31:30 [2019-07-19T20:31:30.036Z] DEBUG - Clicked on 16:31:30 [2019-07-19T20:31:30.036Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:31:30 [2019-07-19T20:31:30.036Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:30 [2019-07-19T20:31:30.036Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:30 [2019-07-19T20:31:30.036Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:30 [2019-07-19T20:31:30.036Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:30 [2019-07-19T20:31:30.036Z] DEBUG - Unselecting all in (of type 'Tree') 16:31:30 [2019-07-19T20:31:30.036Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Tree {} time=200194233 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Tree') 16:31:30 [2019-07-19T20:31:30.036Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Tree {} time=200194234 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Tree') 16:31:30 [2019-07-19T20:31:30.036Z] DEBUG - Sent event Activate [26]: ShellEvent{Tree {} time=200194234 data=null doit=true} to (of type 'Tree') 16:31:30 [2019-07-19T20:31:30.036Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Tree {} time=200194234 data=null} to (of type 'Tree') 16:31:30 [2019-07-19T20:31:30.036Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=200194234 data=null button=1 stateMask=0x40000 x=91 y=53 count=1} to (of type 'Tree') 16:31:30 [2019-07-19T20:31:30.036Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200194235 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0xc0000 text=null doit=true} to (of type 'Tree') 16:31:30 [2019-07-19T20:31:30.036Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=200194252 data=null button=1 stateMask=0xc0000 x=91 y=53 count=1} to (of type 'Tree') 16:31:30 [2019-07-19T20:31:30.036Z] DEBUG - matched MenuItem with text "&File", using matcher: with mnemonic 'File' 16:31:30 [2019-07-19T20:31:30.036Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...' 16:31:30 [2019-07-19T20:31:30.036Z] DEBUG - Clicking on with mnemonic 'Import...' 16:31:30 [2019-07-19T20:31:30.294Z] DEBUG - Clicked on with mnemonic 'Import...' 16:31:30 [2019-07-19T20:31:30.294Z] DEBUG - matched Shell with text "Import", using matcher: with text 'Import' 16:31:30 [2019-07-19T20:31:30.294Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Import} time=200194410 data=null doit=true} to Shell with text {Import} 16:31:30 [2019-07-19T20:31:30.294Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:30 [2019-07-19T20:31:30.294Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:30 [2019-07-19T20:31:30.294Z] WARN - Tree item TreeItem with text {Tracing} is already expanded. Won't expand it again. 16:31:30 [2019-07-19T20:31:30.294Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:30 [2019-07-19T20:31:30.294Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Trace Import} time=200194428 data=null button=0 stateMask=0x0 x=100 y=116 count=0} to Tree node with text: Trace Import 16:31:30 [2019-07-19T20:31:30.294Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Trace Import} time=200194428 data=null doit=true} to Tree node with text: Trace Import 16:31:30 [2019-07-19T20:31:30.294Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Trace Import} time=200194428 data=null} to Tree node with text: Trace Import 16:31:30 [2019-07-19T20:31:30.294Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Trace Import} time=200194428 data=null button=1 stateMask=0x0 x=100 y=116 count=1} to Tree node with text: Trace Import 16:31:30 [2019-07-19T20:31:30.294Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200194430 data=null item=TreeItem {Trace Import} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: Trace Import 16:31:30 [2019-07-19T20:31:30.294Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Trace Import} time=200194431 data=null button=1 stateMask=0x80000 x=100 y=116 count=1} to Tree node with text: Trace Import 16:31:30 [2019-07-19T20:31:30.294Z] DEBUG - matched Button with text "< &Back", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.294Z] DEBUG - matched Button with text "&Next >", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.294Z] DEBUG - matched Button with text "&Next >", using matcher: with mnemonic 'Next >' 16:31:30 [2019-07-19T20:31:30.294Z] DEBUG - matched Button with text "&Next >", using matcher: with style 'SWT.PUSH' 16:31:30 [2019-07-19T20:31:30.294Z] DEBUG - matched Button with text "&Next >", using matcher: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 16:31:30 [2019-07-19T20:31:30.294Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.294Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.294Z] DEBUG - Clicking on &Next > 16:31:30 [2019-07-19T20:31:30.294Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Next >} time=200194432 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 16:31:30 [2019-07-19T20:31:30.294Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Next >} time=200194432 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 16:31:30 [2019-07-19T20:31:30.294Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Next >} time=200194432 data=null doit=true} to (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 16:31:30 [2019-07-19T20:31:30.294Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Next >} time=200194432 data=null} to (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 16:31:30 [2019-07-19T20:31:30.294Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Next >} time=200194433 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 16:31:30 [2019-07-19T20:31:30.294Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Next >} time=200194433 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 16:31:30 [2019-07-19T20:31:30.294Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Next >} time=200194433 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 16:31:30 [2019-07-19T20:31:30.551Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 16:31:30 [2019-07-19T20:31:30.551Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 16:31:30 [2019-07-19T20:31:30.551Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 16:31:30 [2019-07-19T20:31:30.551Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 16:31:30 [2019-07-19T20:31:30.551Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 16:31:30 [2019-07-19T20:31:30.551Z] DEBUG - Clicked on &Next > 16:31:30 [2019-07-19T20:31:30.551Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import' 16:31:30 [2019-07-19T20:31:30.551Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.551Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with mnemonic 'Select root directory:' 16:31:30 [2019-07-19T20:31:30.551Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with style 'SWT.RADIO' 16:31:30 [2019-07-19T20:31:30.551Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') 16:31:30 [2019-07-19T20:31:30.551Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.551Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.551Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.551Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.551Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.551Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "< &Back", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "&Next >", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') is already selected, not clicking again. 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo') 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - Attempting to set focus on (of type 'Combo') 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import} time=200194720 data=null} to (of type 'Combo') 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - Attempting to set focus on (of type 'Tree') 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=200194764 data=null doit=true} to TreeItem with text {import} 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=200194764 data=null} to TreeItem with text {import} 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=200194765 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import} 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200194765 data=null item=TreeItem {import} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {import} 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=200194767 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import} 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {import} time=200194768 data=null button=0 stateMask=0x0 x=83 y=11 count=0} to TreeItem with text {import} 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=200194768 data=null doit=true} to TreeItem with text {import} 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=200194768 data=null} to TreeItem with text {import} 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=200194769 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import} 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200194769 data=null item=TreeItem {import} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {import} 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=200194769 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import} 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - Setting state to checked on: ExampleCustomTxt.log 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:') 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection> 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {<Automatic Detection>} time=200194788 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection> 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "< &Back", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "&Next >", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') already selected, not selecting again. 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "< &Back", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "&Next >", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "< &Back", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "&Next >", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "< &Back", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "&Next >", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK' 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:31:30 [2019-07-19T20:31:30.552Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.809Z] DEBUG - matched Button with text "< &Back", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.810Z] DEBUG - matched Button with text "&Next >", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.810Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.810Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.810Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:31:30 [2019-07-19T20:31:30.810Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:31:30 [2019-07-19T20:31:30.810Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.810Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.810Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.810Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.810Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.810Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.810Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.810Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.810Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.810Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.810Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' 16:31:30 [2019-07-19T20:31:30.810Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK' 16:31:30 [2019-07-19T20:31:30.810Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:31:30 [2019-07-19T20:31:30.810Z] DEBUG - matched Button with text "< &Back", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.810Z] DEBUG - matched Button with text "&Next >", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.810Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.810Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.810Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:31:30 [2019-07-19T20:31:30.810Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:31:30 [2019-07-19T20:31:30.810Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.810Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.810Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.810Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.810Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.810Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.810Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.810Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.810Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.810Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.810Z] DEBUG - matched Button with text "< &Back", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.810Z] DEBUG - matched Button with text "&Next >", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.810Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.810Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:31:30 [2019-07-19T20:31:30.810Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish' 16:31:30 [2019-07-19T20:31:30.810Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH' 16:31:30 [2019-07-19T20:31:30.810Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:30 [2019-07-19T20:31:30.810Z] DEBUG - Clicking on &Finish 16:31:30 [2019-07-19T20:31:30.810Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=200194806 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:30 [2019-07-19T20:31:30.810Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=200194806 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:30 [2019-07-19T20:31:30.810Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=200194806 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:30 [2019-07-19T20:31:30.810Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=200194806 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:30 [2019-07-19T20:31:30.810Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=200194806 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:30 [2019-07-19T20:31:30.810Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=200194806 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:31 [2019-07-19T20:31:31.066Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=200194807 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:31 [2019-07-19T20:31:31.066Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=200194255 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...' 16:31:31 [2019-07-19T20:31:31.323Z] DEBUG - Clicked on 16:31:31 [2019-07-19T20:31:31.323Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:31:31 [2019-07-19T20:31:31.323Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:31 [2019-07-19T20:31:31.323Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:31 [2019-07-19T20:31:31.323Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:31 [2019-07-19T20:31:31.323Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:31 [2019-07-19T20:31:31.323Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:31 [2019-07-19T20:31:31.323Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Tracing} time=200195337 data=null button=0 stateMask=0x0 x=64 y=74 count=0} to TreeItem with text {Tracing} 16:31:31 [2019-07-19T20:31:31.323Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=200195337 data=null doit=true} to TreeItem with text {Tracing} 16:31:31 [2019-07-19T20:31:31.323Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=200195337 data=null} to TreeItem with text {Tracing} 16:31:31 [2019-07-19T20:31:31.323Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=200195337 data=null button=1 stateMask=0x0 x=64 y=74 count=1} to TreeItem with text {Tracing} 16:31:31 [2019-07-19T20:31:31.323Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200195337 data=null item=TreeItem {Tracing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Tracing} 16:31:31 [2019-07-19T20:31:31.323Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=200195375 data=null button=1 stateMask=0x80000 x=64 y=74 count=1} to TreeItem with text {Tracing} 16:31:31 [2019-07-19T20:31:31.323Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:31 [2019-07-19T20:31:31.323Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Tracing} time=200195376 data=null button=0 stateMask=0x0 x=64 y=74 count=0} to TreeItem with text {Tracing} 16:31:31 [2019-07-19T20:31:31.323Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=200195376 data=null doit=true} to TreeItem with text {Tracing} 16:31:31 [2019-07-19T20:31:31.323Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=200195376 data=null} to TreeItem with text {Tracing} 16:31:31 [2019-07-19T20:31:31.323Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=200195377 data=null button=1 stateMask=0x0 x=64 y=74 count=1} to TreeItem with text {Tracing} 16:31:31 [2019-07-19T20:31:31.323Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200195377 data=null item=TreeItem {Tracing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Tracing} 16:31:31 [2019-07-19T20:31:31.323Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=200195383 data=null button=1 stateMask=0x80000 x=64 y=74 count=1} to TreeItem with text {Tracing} 16:31:31 [2019-07-19T20:31:31.323Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=200195383 data=null doit=true} to TreeItem with text {Tracing} 16:31:31 [2019-07-19T20:31:31.323Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=200195383 data=null} to TreeItem with text {Tracing} 16:31:31 [2019-07-19T20:31:31.323Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=200195384 data=null button=1 stateMask=0x0 x=64 y=74 count=1} to TreeItem with text {Tracing} 16:31:31 [2019-07-19T20:31:31.323Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200195384 data=null item=TreeItem {Tracing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {Tracing} 16:31:31 [2019-07-19T20:31:31.323Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=200195388 data=null button=1 stateMask=0x80000 x=48 y=74 count=1} to TreeItem with text {Tracing} 16:31:31 [2019-07-19T20:31:31.323Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:31 [2019-07-19T20:31:31.323Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=200195401 data=null button=0 stateMask=0x0 x=91 y=116 count=0} to TreeItem with text {Traces [1]} 16:31:31 [2019-07-19T20:31:31.323Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=200195401 data=null doit=true} to TreeItem with text {Traces [1]} 16:31:31 [2019-07-19T20:31:31.323Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=200195401 data=null} to TreeItem with text {Traces [1]} 16:31:31 [2019-07-19T20:31:31.323Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=200195402 data=null button=1 stateMask=0x0 x=91 y=116 count=1} to TreeItem with text {Traces [1]} 16:31:31 [2019-07-19T20:31:31.323Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200195402 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 16:31:31 [2019-07-19T20:31:31.323Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=200195435 data=null button=1 stateMask=0x80000 x=91 y=116 count=1} to TreeItem with text {Traces [1]} 16:31:31 [2019-07-19T20:31:31.323Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=200195436 data=null doit=true} to TreeItem with text {Traces [1]} 16:31:31 [2019-07-19T20:31:31.323Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=200195436 data=null} to TreeItem with text {Traces [1]} 16:31:31 [2019-07-19T20:31:31.323Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=200195436 data=null button=1 stateMask=0x0 x=91 y=116 count=1} to TreeItem with text {Traces [1]} 16:31:31 [2019-07-19T20:31:31.323Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200195436 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {Traces [1]} 16:31:31 [2019-07-19T20:31:31.323Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=200195440 data=null button=1 stateMask=0x80000 x=75 y=116 count=1} to TreeItem with text {Traces [1]} 16:31:31 [2019-07-19T20:31:31.580Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:31:31 [2019-07-19T20:31:31.580Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:31 [2019-07-19T20:31:31.580Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200195815 data=null button=0 stateMask=0x0 x=152 y=137 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:31:31 [2019-07-19T20:31:31.580Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200195815 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:31:31 [2019-07-19T20:31:31.580Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200195815 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:31:31 [2019-07-19T20:31:31.580Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200195816 data=null button=1 stateMask=0x0 x=152 y=137 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:31:31 [2019-07-19T20:31:31.580Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200195816 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:31:31 [2019-07-19T20:31:31.837Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200195852 data=null button=1 stateMask=0x80000 x=152 y=137 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:31:31 [2019-07-19T20:31:31.837Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:31 [2019-07-19T20:31:31.837Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:31 [2019-07-19T20:31:31.837Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:31:31 [2019-07-19T20:31:31.837Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:31 [2019-07-19T20:31:31.837Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200195857 data=null button=0 stateMask=0x0 x=152 y=137 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:31:31 [2019-07-19T20:31:31.837Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200195857 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:31:31 [2019-07-19T20:31:31.837Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200195857 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:31:31 [2019-07-19T20:31:31.837Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200195857 data=null button=1 stateMask=0x0 x=152 y=137 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:31:31 [2019-07-19T20:31:31.837Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200195858 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:31:31 [2019-07-19T20:31:31.837Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200195863 data=null button=1 stateMask=0x80000 x=152 y=137 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:31:31 [2019-07-19T20:31:31.837Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomTxt.log} 16:31:31 [2019-07-19T20:31:31.837Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200195863 data=null button=0 stateMask=0x0 x=152 y=137 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:31:31 [2019-07-19T20:31:31.837Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200195863 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:31:31 [2019-07-19T20:31:31.837Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:31 [2019-07-19T20:31:31.837Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200195864 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:31:31 [2019-07-19T20:31:31.837Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200195864 data=null button=1 stateMask=0x0 x=152 y=137 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:31:31 [2019-07-19T20:31:31.837Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200195864 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:31:31 [2019-07-19T20:31:31.837Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200195873 data=null button=1 stateMask=0x80000 x=152 y=137 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:31:31 [2019-07-19T20:31:31.837Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200195874 data=null button=1 stateMask=0x0 x=152 y=137 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:31:31 [2019-07-19T20:31:31.837Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200195874 data=null button=1 stateMask=0x0 x=152 y=137 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:31:31 [2019-07-19T20:31:31.837Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200195874 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:31:32 [2019-07-19T20:31:32.094Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200195975 data=null button=1 stateMask=0x80000 x=152 y=137 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:31:32 [2019-07-19T20:31:32.094Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200196186 data=null button=0 stateMask=0x0 x=152 y=137 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:31:32 [2019-07-19T20:31:32.094Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200196188 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:31:32 [2019-07-19T20:31:32.094Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200196188 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:31:32 [2019-07-19T20:31:32.094Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomTxt.log} 16:31:32 [2019-07-19T20:31:32.094Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:31:33 [2019-07-19T20:31:33.025Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:31:33 [2019-07-19T20:31:33.025Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:31:33 [2019-07-19T20:31:33.025Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:31:33 [2019-07-19T20:31:33.025Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:31:33 [2019-07-19T20:31:33.025Z] DEBUG - Attempting to set focus on Table with text {} 16:31:33 [2019-07-19T20:31:33.025Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200197220 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:31:33 [2019-07-19T20:31:33.025Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200197220 data=null doit=true} to TableItem with text {} 16:31:33 [2019-07-19T20:31:33.025Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200197220 data=null} to TableItem with text {} 16:31:33 [2019-07-19T20:31:33.025Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200197220 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:31:33 [2019-07-19T20:31:33.025Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200197221 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:31:33 [2019-07-19T20:31:33.025Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200197272 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:31:33 [2019-07-19T20:31:33.025Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:31:33 [2019-07-19T20:31:33.025Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:31:33 [2019-07-19T20:31:33.282Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:31:33 [2019-07-19T20:31:33.282Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:33 [2019-07-19T20:31:33.282Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200197463 data=null button=0 stateMask=0x0 x=152 y=137 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:31:33 [2019-07-19T20:31:33.282Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200197463 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:31:33 [2019-07-19T20:31:33.282Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200197464 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:31:33 [2019-07-19T20:31:33.282Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200197464 data=null button=1 stateMask=0x0 x=152 y=137 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:31:33 [2019-07-19T20:31:33.282Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200197464 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:31:33 [2019-07-19T20:31:33.282Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200197479 data=null button=1 stateMask=0x80000 x=152 y=137 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:31:33 [2019-07-19T20:31:33.282Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:33 [2019-07-19T20:31:33.282Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:33 [2019-07-19T20:31:33.282Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:31:33 [2019-07-19T20:31:33.282Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Tracing/Traces/ExampleCustomTxt.log - Eclipse Platform} time=200197483 data=null doit=true} to Shell with text {data - Tracing/Traces/ExampleCustomTxt.log - Eclipse Platform} 16:31:33 [2019-07-19T20:31:33.282Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' 16:31:33 [2019-07-19T20:31:33.282Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:33 [2019-07-19T20:31:33.282Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:33 [2019-07-19T20:31:33.282Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:33 [2019-07-19T20:31:33.282Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Tracing} time=200197516 data=null button=0 stateMask=0x0 x=64 y=74 count=0} to TreeItem with text {Tracing} 16:31:33 [2019-07-19T20:31:33.282Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=200197516 data=null doit=true} to TreeItem with text {Tracing} 16:31:33 [2019-07-19T20:31:33.282Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=200197516 data=null} to TreeItem with text {Tracing} 16:31:33 [2019-07-19T20:31:33.282Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=200197517 data=null button=1 stateMask=0x0 x=64 y=74 count=1} to TreeItem with text {Tracing} 16:31:33 [2019-07-19T20:31:33.282Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200197517 data=null item=TreeItem {Tracing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Tracing} 16:31:33 [2019-07-19T20:31:33.539Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=200197554 data=null button=1 stateMask=0x80000 x=64 y=74 count=1} to TreeItem with text {Tracing} 16:31:33 [2019-07-19T20:31:33.539Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' 16:31:33 [2019-07-19T20:31:33.539Z] DEBUG - Clicking on with mnemonic 'Delete' 16:31:33 [2019-07-19T20:31:33.539Z] DEBUG - Clicked on with mnemonic 'Delete' 16:31:34 [2019-07-19T20:31:34.479Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' 16:31:34 [2019-07-19T20:31:34.479Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} 16:31:34 [2019-07-19T20:31:34.479Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 16:31:34 [2019-07-19T20:31:34.479Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' 16:31:34 [2019-07-19T20:31:34.479Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') 16:31:34 [2019-07-19T20:31:34.479Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 16:31:34 [2019-07-19T20:31:34.479Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:31:34 [2019-07-19T20:31:34.479Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:31:34 [2019-07-19T20:31:34.479Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') 16:31:34 [2019-07-19T20:31:34.479Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected 16:31:34 [2019-07-19T20:31:34.479Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=200198453 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:31:34 [2019-07-19T20:31:34.479Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=200198454 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:31:34 [2019-07-19T20:31:34.479Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=200198454 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:31:34 [2019-07-19T20:31:34.479Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=200198454 data=null} to (of type 'Button' and with style 'SWT.CHECK') 16:31:34 [2019-07-19T20:31:34.479Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=200198454 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:31:34 [2019-07-19T20:31:34.479Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=200198454 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:31:34 [2019-07-19T20:31:34.479Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=200198454 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:31:34 [2019-07-19T20:31:34.479Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=200198454 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:31:34 [2019-07-19T20:31:34.479Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=200198454 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:31:34 [2019-07-19T20:31:34.479Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=200198454 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:31:34 [2019-07-19T20:31:34.479Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=200198455 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:31:34 [2019-07-19T20:31:34.479Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=200198455 data=null} to (of type 'Button' and with style 'SWT.CHECK') 16:31:34 [2019-07-19T20:31:34.479Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') 16:31:34 [2019-07-19T20:31:34.479Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 16:31:34 [2019-07-19T20:31:34.479Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 16:31:34 [2019-07-19T20:31:34.479Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:31:34 [2019-07-19T20:31:34.479Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:31:34 [2019-07-19T20:31:34.479Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 16:31:34 [2019-07-19T20:31:34.479Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:31:34 [2019-07-19T20:31:34.479Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:31:34 [2019-07-19T20:31:34.479Z] DEBUG - Clicking on OK 16:31:34 [2019-07-19T20:31:34.479Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=200198456 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:31:34 [2019-07-19T20:31:34.479Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=200198456 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:31:34 [2019-07-19T20:31:34.479Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=200198456 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:31:34 [2019-07-19T20:31:34.479Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=200198456 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:31:34 [2019-07-19T20:31:34.479Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=200198456 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:31:34 [2019-07-19T20:31:34.479Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=200198456 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:31:34 [2019-07-19T20:31:34.479Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:31:34 [2019-07-19T20:31:34.479Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:31:34 [2019-07-19T20:31:34.479Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:31:34 [2019-07-19T20:31:34.479Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:31:34 [2019-07-19T20:31:34.479Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:31:34 [2019-07-19T20:31:34.479Z] DEBUG - Clicked on OK 16:31:34 [2019-07-19T20:31:34.735Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=200198456 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:31:34 [2019-07-19T20:31:34.735Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=200197662 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' 16:31:34 [2019-07-19T20:31:34.735Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:31:34 [2019-07-19T20:31:34.735Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:34 [2019-07-19T20:31:34.735Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:34 [2019-07-19T20:31:34.735Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:34 [2019-07-19T20:31:34.735Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:34 [2019-07-19T20:31:34.735Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:34 [2019-07-19T20:31:34.735Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200198969 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:31:34 [2019-07-19T20:31:34.735Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200198969 data=null doit=true} to TreeItem with text {test} 16:31:34 [2019-07-19T20:31:34.735Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200198969 data=null} to TreeItem with text {test} 16:31:34 [2019-07-19T20:31:34.735Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200198974 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:31:34 [2019-07-19T20:31:34.994Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200198974 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:31:34 [2019-07-19T20:31:34.994Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200199076 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:31:34 [2019-07-19T20:31:34.994Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:34 [2019-07-19T20:31:34.994Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200199077 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:31:34 [2019-07-19T20:31:34.994Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200199077 data=null doit=true} to TreeItem with text {test} 16:31:34 [2019-07-19T20:31:34.994Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200199077 data=null} to TreeItem with text {test} 16:31:34 [2019-07-19T20:31:34.994Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200199077 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:31:34 [2019-07-19T20:31:34.994Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200199077 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:31:34 [2019-07-19T20:31:34.994Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200199083 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:31:34 [2019-07-19T20:31:34.994Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:31:34 [2019-07-19T20:31:34.994Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:34 [2019-07-19T20:31:34.994Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=200199084 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]} 16:31:34 [2019-07-19T20:31:34.994Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=200199084 data=null doit=true} to TreeItem with text {Traces [0]} 16:31:34 [2019-07-19T20:31:34.994Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=200199084 data=null} to TreeItem with text {Traces [0]} 16:31:34 [2019-07-19T20:31:34.994Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=200199085 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:31:34 [2019-07-19T20:31:34.994Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200199085 data=null item=TreeItem {Traces [0]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [0]} 16:31:34 [2019-07-19T20:31:34.994Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=200199134 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:31:34 [2019-07-19T20:31:34.994Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:34 [2019-07-19T20:31:34.994Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=200199135 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]} 16:31:34 [2019-07-19T20:31:34.994Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=200199135 data=null doit=true} to TreeItem with text {Traces [0]} 16:31:34 [2019-07-19T20:31:34.994Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=200199136 data=null} to TreeItem with text {Traces [0]} 16:31:34 [2019-07-19T20:31:34.994Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=200199136 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:31:34 [2019-07-19T20:31:34.994Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200199136 data=null item=TreeItem {Traces [0]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [0]} 16:31:34 [2019-07-19T20:31:34.994Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=200199140 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:31:34 [2019-07-19T20:31:34.994Z] DEBUG - matched MenuItem with text "C&lear Delete", using matcher: with mnemonic 'Clear' 16:31:34 [2019-07-19T20:31:34.994Z] DEBUG - Clicking on with mnemonic 'Clear' 16:31:35 [2019-07-19T20:31:35.252Z] DEBUG - Clicked on with mnemonic 'Clear' 16:31:35 [2019-07-19T20:31:35.252Z] DEBUG - matched Shell with text "Confirm Clear", using matcher: with text 'Confirm Clear' 16:31:35 [2019-07-19T20:31:35.252Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirm Clear} time=200199301 data=null doit=true} to Shell with text {Confirm Clear} 16:31:35 [2019-07-19T20:31:35.252Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.252Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes' 16:31:35 [2019-07-19T20:31:35.252Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH' 16:31:35 [2019-07-19T20:31:35.252Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:31:35 [2019-07-19T20:31:35.252Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.252Z] DEBUG - Clicking on &Yes 16:31:35 [2019-07-19T20:31:35.252Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=200199302 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:31:35 [2019-07-19T20:31:35.252Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=200199302 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:31:35 [2019-07-19T20:31:35.252Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=200199302 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:31:35 [2019-07-19T20:31:35.252Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=200199302 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:31:35 [2019-07-19T20:31:35.252Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=200199302 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:31:35 [2019-07-19T20:31:35.252Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=200199302 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:31:35 [2019-07-19T20:31:35.252Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=200199302 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:31:35 [2019-07-19T20:31:35.252Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {C&lear Delete} time=200199187 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Clear' 16:31:35 [2019-07-19T20:31:35.252Z] DEBUG - Clicked on 16:31:35 [2019-07-19T20:31:35.252Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:31:35 [2019-07-19T20:31:35.252Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:35 [2019-07-19T20:31:35.252Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:35 [2019-07-19T20:31:35.252Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:35 [2019-07-19T20:31:35.252Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:35 [2019-07-19T20:31:35.252Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:35 [2019-07-19T20:31:35.252Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200199467 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:31:35 [2019-07-19T20:31:35.252Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200199467 data=null doit=true} to TreeItem with text {test} 16:31:35 [2019-07-19T20:31:35.252Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200199467 data=null} to TreeItem with text {test} 16:31:35 [2019-07-19T20:31:35.252Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200199467 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:31:35 [2019-07-19T20:31:35.252Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200199468 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:31:35 [2019-07-19T20:31:35.252Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200199498 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:31:35 [2019-07-19T20:31:35.252Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:35 [2019-07-19T20:31:35.252Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200199499 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:31:35 [2019-07-19T20:31:35.252Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200199499 data=null doit=true} to TreeItem with text {test} 16:31:35 [2019-07-19T20:31:35.252Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200199500 data=null} to TreeItem with text {test} 16:31:35 [2019-07-19T20:31:35.252Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200199500 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:31:35 [2019-07-19T20:31:35.509Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200199500 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:31:35 [2019-07-19T20:31:35.509Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200199517 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:31:35 [2019-07-19T20:31:35.509Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:31:35 [2019-07-19T20:31:35.509Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:35 [2019-07-19T20:31:35.509Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=200199518 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]} 16:31:35 [2019-07-19T20:31:35.509Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=200199518 data=null doit=true} to TreeItem with text {Traces [0]} 16:31:35 [2019-07-19T20:31:35.509Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=200199518 data=null} to TreeItem with text {Traces [0]} 16:31:35 [2019-07-19T20:31:35.509Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=200199519 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:31:35 [2019-07-19T20:31:35.509Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200199519 data=null item=TreeItem {Traces [0]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [0]} 16:31:35 [2019-07-19T20:31:35.509Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=200199541 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:31:35 [2019-07-19T20:31:35.509Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:35 [2019-07-19T20:31:35.509Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=200199542 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]} 16:31:35 [2019-07-19T20:31:35.509Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=200199542 data=null doit=true} to TreeItem with text {Traces [0]} 16:31:35 [2019-07-19T20:31:35.509Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=200199542 data=null} to TreeItem with text {Traces [0]} 16:31:35 [2019-07-19T20:31:35.509Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=200199542 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:31:35 [2019-07-19T20:31:35.509Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200199542 data=null item=TreeItem {Traces [0]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [0]} 16:31:35 [2019-07-19T20:31:35.509Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=200199554 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:31:35 [2019-07-19T20:31:35.509Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...' 16:31:35 [2019-07-19T20:31:35.509Z] DEBUG - Clicking on with mnemonic 'Import...' 16:31:35 [2019-07-19T20:31:35.766Z] DEBUG - Clicked on with mnemonic 'Import...' 16:31:35 [2019-07-19T20:31:35.766Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import' 16:31:35 [2019-07-19T20:31:35.766Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=200199823 data=null doit=true} to Shell with text {Trace Import} 16:31:35 [2019-07-19T20:31:35.766Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.766Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with mnemonic 'Select root directory:' 16:31:35 [2019-07-19T20:31:35.766Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with style 'SWT.RADIO' 16:31:35 [2019-07-19T20:31:35.766Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') 16:31:35 [2019-07-19T20:31:35.766Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.766Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.766Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.766Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.766Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.766Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.766Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.766Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.766Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.766Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.766Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.766Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') is already selected, not clicking again. 16:31:35 [2019-07-19T20:31:35.766Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:31:35 [2019-07-19T20:31:35.766Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:31:35 [2019-07-19T20:31:35.766Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:31:35 [2019-07-19T20:31:35.766Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:31:35 [2019-07-19T20:31:35.766Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:31:35 [2019-07-19T20:31:35.766Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo') 16:31:35 [2019-07-19T20:31:35.766Z] DEBUG - Attempting to set focus on (of type 'Combo') 16:31:35 [2019-07-19T20:31:35.766Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import 16:31:35 [2019-07-19T20:31:35.766Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import} time=200199859 data=null} to (of type 'Combo') 16:31:35 [2019-07-19T20:31:35.766Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import 16:31:35 [2019-07-19T20:31:35.766Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:35 [2019-07-19T20:31:35.766Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:35 [2019-07-19T20:31:35.766Z] DEBUG - Attempting to set focus on (of type 'Tree') 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {import} time=200199918 data=null button=0 stateMask=0x0 x=83 y=11 count=0} to TreeItem with text {import} 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=200199918 data=null doit=true} to TreeItem with text {import} 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=200199918 data=null} to TreeItem with text {import} 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=200199918 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import} 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200199919 data=null item=TreeItem {import} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {import} 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=200199919 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import} 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - Setting state to checked on: import 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:') 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to Custom Text : TmfGeneric 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {Custom Text : TmfGeneric} time=200199927 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to Custom Text : TmfGeneric 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') already selected, not selecting again. 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - Selecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$2@1b20c713 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Preserve &folder structure} time=200199945 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Preserve &folder structure} time=200199945 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Preserve &folder structure} time=200199946 data=null doit=true} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Preserve &folder structure} time=200199946 data=null} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Preserve &folder structure} time=200199946 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Preserve &folder structure} time=200199946 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Preserve &folder structure} time=200199946 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Preserve &folder structure} time=200199946 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Preserve &folder structure} time=200199946 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Preserve &folder structure} time=200199946 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Preserve &folder structure} time=200199946 data=null doit=true} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Preserve &folder structure} time=200199946 data=null} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH' 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - Clicking on &Finish 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=200199960 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=200199960 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=200199960 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=200199960 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=200199960 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:35 [2019-07-19T20:31:35.767Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=200199961 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:36 [2019-07-19T20:31:36.024Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:36 [2019-07-19T20:31:36.024Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:36 [2019-07-19T20:31:36.024Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:36 [2019-07-19T20:31:36.024Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=200199961 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:36 [2019-07-19T20:31:36.024Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=200199595 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...' 16:31:36 [2019-07-19T20:31:36.282Z] DEBUG - Clicked on 16:31:36 [2019-07-19T20:31:36.282Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:31:36 [2019-07-19T20:31:36.282Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:36 [2019-07-19T20:31:36.282Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:36 [2019-07-19T20:31:36.282Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:36 [2019-07-19T20:31:36.282Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:36 [2019-07-19T20:31:36.282Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:36 [2019-07-19T20:31:36.282Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200200300 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:31:36 [2019-07-19T20:31:36.282Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200200300 data=null doit=true} to TreeItem with text {test} 16:31:36 [2019-07-19T20:31:36.282Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200200300 data=null} to TreeItem with text {test} 16:31:36 [2019-07-19T20:31:36.282Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200200300 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:31:36 [2019-07-19T20:31:36.282Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200200300 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:31:36 [2019-07-19T20:31:36.282Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200200340 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:31:36 [2019-07-19T20:31:36.282Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:36 [2019-07-19T20:31:36.282Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200200341 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:31:36 [2019-07-19T20:31:36.282Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200200341 data=null doit=true} to TreeItem with text {test} 16:31:36 [2019-07-19T20:31:36.282Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200200341 data=null} to TreeItem with text {test} 16:31:36 [2019-07-19T20:31:36.282Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200200342 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:31:36 [2019-07-19T20:31:36.282Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200200342 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:31:36 [2019-07-19T20:31:36.282Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200200357 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:31:36 [2019-07-19T20:31:36.282Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:31:36 [2019-07-19T20:31:36.282Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:36 [2019-07-19T20:31:36.282Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [5]} time=200200358 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [5]} 16:31:36 [2019-07-19T20:31:36.282Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [5]} time=200200358 data=null doit=true} to TreeItem with text {Traces [5]} 16:31:36 [2019-07-19T20:31:36.282Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [5]} time=200200358 data=null} to TreeItem with text {Traces [5]} 16:31:36 [2019-07-19T20:31:36.283Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [5]} time=200200359 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [5]} 16:31:36 [2019-07-19T20:31:36.283Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200200359 data=null item=TreeItem {Traces [5]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [5]} 16:31:36 [2019-07-19T20:31:36.283Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [5]} time=200200382 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [5]} 16:31:36 [2019-07-19T20:31:36.283Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [5]} time=200200383 data=null doit=true} to TreeItem with text {Traces [5]} 16:31:36 [2019-07-19T20:31:36.283Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [5]} time=200200383 data=null} to TreeItem with text {Traces [5]} 16:31:36 [2019-07-19T20:31:36.283Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [5]} time=200200383 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [5]} 16:31:36 [2019-07-19T20:31:36.283Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200200384 data=null item=TreeItem {Traces [5]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {Traces [5]} 16:31:36 [2019-07-19T20:31:36.283Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [5]} time=200200409 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [5]} 16:31:36 [2019-07-19T20:31:36.846Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:31:36 [2019-07-19T20:31:36.846Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:36 [2019-07-19T20:31:36.846Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200200878 data=null button=0 stateMask=0x0 x=152 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:31:36 [2019-07-19T20:31:36.846Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200200878 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:31:36 [2019-07-19T20:31:36.846Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200200878 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:31:36 [2019-07-19T20:31:36.846Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200200879 data=null button=1 stateMask=0x0 x=152 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:31:36 [2019-07-19T20:31:36.846Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200200879 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:31:36 [2019-07-19T20:31:36.846Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200200939 data=null button=1 stateMask=0x80000 x=152 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:31:36 [2019-07-19T20:31:36.846Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:36 [2019-07-19T20:31:36.846Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:36 [2019-07-19T20:31:36.846Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:31:36 [2019-07-19T20:31:36.846Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:36 [2019-07-19T20:31:36.846Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200200942 data=null button=0 stateMask=0x0 x=152 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:31:36 [2019-07-19T20:31:36.846Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200200942 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:31:36 [2019-07-19T20:31:36.846Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200200942 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:31:36 [2019-07-19T20:31:36.846Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200200943 data=null button=1 stateMask=0x0 x=152 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:31:36 [2019-07-19T20:31:36.846Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200200943 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:31:36 [2019-07-19T20:31:36.846Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200200948 data=null button=1 stateMask=0x80000 x=152 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:31:36 [2019-07-19T20:31:36.846Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomTxt.log} 16:31:36 [2019-07-19T20:31:36.846Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200200949 data=null button=0 stateMask=0x0 x=152 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:31:36 [2019-07-19T20:31:36.846Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200200949 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:31:36 [2019-07-19T20:31:36.846Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:36 [2019-07-19T20:31:36.846Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200200949 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:31:36 [2019-07-19T20:31:36.846Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200200950 data=null button=1 stateMask=0x0 x=152 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:31:36 [2019-07-19T20:31:36.846Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200200950 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:31:36 [2019-07-19T20:31:36.846Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200200955 data=null button=1 stateMask=0x80000 x=152 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:31:36 [2019-07-19T20:31:36.846Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200200960 data=null button=1 stateMask=0x0 x=152 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:31:36 [2019-07-19T20:31:36.846Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200200961 data=null button=1 stateMask=0x0 x=152 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:31:37 [2019-07-19T20:31:37.103Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200200961 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:31:37 [2019-07-19T20:31:37.361Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200201136 data=null button=1 stateMask=0x80000 x=152 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:31:37 [2019-07-19T20:31:37.361Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200201538 data=null button=0 stateMask=0x0 x=152 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:31:37 [2019-07-19T20:31:37.361Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200201538 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:31:37 [2019-07-19T20:31:37.361Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200201538 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:31:37 [2019-07-19T20:31:37.361Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomTxt.log} 16:31:37 [2019-07-19T20:31:37.361Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:31:38 [2019-07-19T20:31:38.290Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:31:38 [2019-07-19T20:31:38.290Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:31:38 [2019-07-19T20:31:38.290Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:31:38 [2019-07-19T20:31:38.290Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:31:38 [2019-07-19T20:31:38.547Z] DEBUG - Attempting to set focus on Table with text {} 16:31:38 [2019-07-19T20:31:38.547Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200202541 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:31:38 [2019-07-19T20:31:38.547Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200202542 data=null doit=true} to TableItem with text {} 16:31:38 [2019-07-19T20:31:38.547Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200202542 data=null} to TableItem with text {} 16:31:38 [2019-07-19T20:31:38.547Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200202542 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:31:38 [2019-07-19T20:31:38.547Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200202543 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:31:38 [2019-07-19T20:31:38.547Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200202563 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:31:38 [2019-07-19T20:31:38.547Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:31:38 [2019-07-19T20:31:38.547Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:31:38 [2019-07-19T20:31:38.547Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:31:38 [2019-07-19T20:31:38.547Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:38 [2019-07-19T20:31:38.547Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200202745 data=null button=0 stateMask=0x0 x=152 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:31:38 [2019-07-19T20:31:38.547Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200202745 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:31:38 [2019-07-19T20:31:38.547Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200202745 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:31:38 [2019-07-19T20:31:38.547Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200202746 data=null button=1 stateMask=0x0 x=152 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:31:38 [2019-07-19T20:31:38.547Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200202746 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:31:38 [2019-07-19T20:31:38.547Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200202751 data=null button=1 stateMask=0x80000 x=152 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:31:38 [2019-07-19T20:31:38.547Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:38 [2019-07-19T20:31:38.547Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:38 [2019-07-19T20:31:38.547Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:31:38 [2019-07-19T20:31:38.547Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:31:38 [2019-07-19T20:31:38.547Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:38 [2019-07-19T20:31:38.547Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:38 [2019-07-19T20:31:38.547Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:38 [2019-07-19T20:31:38.547Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:38 [2019-07-19T20:31:38.547Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:38 [2019-07-19T20:31:38.547Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200202763 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:31:38 [2019-07-19T20:31:38.547Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200202763 data=null doit=true} to TreeItem with text {test} 16:31:38 [2019-07-19T20:31:38.547Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200202764 data=null} to TreeItem with text {test} 16:31:38 [2019-07-19T20:31:38.547Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200202764 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:31:38 [2019-07-19T20:31:38.547Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200202764 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:31:38 [2019-07-19T20:31:38.804Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200202801 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:31:38 [2019-07-19T20:31:38.804Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:38 [2019-07-19T20:31:38.804Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200202802 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:31:38 [2019-07-19T20:31:38.804Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200202802 data=null doit=true} to TreeItem with text {test} 16:31:38 [2019-07-19T20:31:38.804Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200202802 data=null} to TreeItem with text {test} 16:31:38 [2019-07-19T20:31:38.804Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200202802 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:31:38 [2019-07-19T20:31:38.804Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200202802 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:31:38 [2019-07-19T20:31:38.804Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200202809 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:31:38 [2019-07-19T20:31:38.804Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:31:38 [2019-07-19T20:31:38.804Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:38 [2019-07-19T20:31:38.804Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [5]} time=200202810 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [5]} 16:31:38 [2019-07-19T20:31:38.804Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [5]} time=200202810 data=null doit=true} to TreeItem with text {Traces [5]} 16:31:38 [2019-07-19T20:31:38.804Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [5]} time=200202810 data=null} to TreeItem with text {Traces [5]} 16:31:38 [2019-07-19T20:31:38.804Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [5]} time=200202810 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [5]} 16:31:38 [2019-07-19T20:31:38.804Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200202810 data=null item=TreeItem {Traces [5]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [5]} 16:31:38 [2019-07-19T20:31:38.804Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [5]} time=200202833 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [5]} 16:31:38 [2019-07-19T20:31:38.804Z] WARN - Tree item TreeItem with text {Traces [5]} is already expanded. Won't expand it again. 16:31:39 [2019-07-19T20:31:39.061Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:31:39 [2019-07-19T20:31:39.061Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:39 [2019-07-19T20:31:39.317Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200203331 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:31:39 [2019-07-19T20:31:39.317Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200203331 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:31:39 [2019-07-19T20:31:39.317Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200203332 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:31:39 [2019-07-19T20:31:39.317Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200203332 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:31:39 [2019-07-19T20:31:39.317Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200203332 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:31:39 [2019-07-19T20:31:39.317Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200203371 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:31:39 [2019-07-19T20:31:39.317Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:39 [2019-07-19T20:31:39.317Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:39 [2019-07-19T20:31:39.317Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:31:39 [2019-07-19T20:31:39.317Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:39 [2019-07-19T20:31:39.317Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200203374 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:31:39 [2019-07-19T20:31:39.317Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200203374 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:31:39 [2019-07-19T20:31:39.317Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200203374 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:31:39 [2019-07-19T20:31:39.317Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200203375 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:31:39 [2019-07-19T20:31:39.317Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200203375 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:31:39 [2019-07-19T20:31:39.317Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200203380 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:31:39 [2019-07-19T20:31:39.317Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomXml.xml} 16:31:39 [2019-07-19T20:31:39.317Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200203381 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:31:39 [2019-07-19T20:31:39.317Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200203381 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:31:39 [2019-07-19T20:31:39.317Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:39 [2019-07-19T20:31:39.317Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200203381 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:31:39 [2019-07-19T20:31:39.317Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200203381 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:31:39 [2019-07-19T20:31:39.317Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200203382 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:31:39 [2019-07-19T20:31:39.317Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200203386 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:31:39 [2019-07-19T20:31:39.317Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200203392 data=null button=1 stateMask=0x0 x=156 y=116 count=2} to TreeItem with text {ExampleCustomXml.xml} 16:31:39 [2019-07-19T20:31:39.317Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200203393 data=null button=1 stateMask=0x0 x=156 y=116 count=2} to TreeItem with text {ExampleCustomXml.xml} 16:31:39 [2019-07-19T20:31:39.317Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200203393 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:31:39 [2019-07-19T20:31:39.573Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200203541 data=null button=1 stateMask=0x80000 x=156 y=116 count=2} to TreeItem with text {ExampleCustomXml.xml} 16:31:39 [2019-07-19T20:31:39.573Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200203719 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:31:39 [2019-07-19T20:31:39.573Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200203719 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:31:39 [2019-07-19T20:31:39.573Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200203719 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:31:39 [2019-07-19T20:31:39.573Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomXml.xml} 16:31:39 [2019-07-19T20:31:39.573Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:31:39 [2019-07-19T20:31:39.573Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:31:40 [2019-07-19T20:31:40.502Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:31:40 [2019-07-19T20:31:40.502Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:40 [2019-07-19T20:31:40.881Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200204806 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:31:40 [2019-07-19T20:31:40.881Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200204807 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:31:40 [2019-07-19T20:31:40.881Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200204807 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:31:40 [2019-07-19T20:31:40.881Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200204808 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:31:40 [2019-07-19T20:31:40.881Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200204808 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:31:40 [2019-07-19T20:31:40.881Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200204813 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:31:40 [2019-07-19T20:31:40.881Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:40 [2019-07-19T20:31:40.881Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:40 [2019-07-19T20:31:40.881Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:31:40 [2019-07-19T20:31:40.881Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:31:40 [2019-07-19T20:31:40.881Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:40 [2019-07-19T20:31:40.881Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:40 [2019-07-19T20:31:40.881Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:40 [2019-07-19T20:31:40.881Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:40 [2019-07-19T20:31:40.881Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:40 [2019-07-19T20:31:40.881Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200204820 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:31:40 [2019-07-19T20:31:40.881Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200204820 data=null doit=true} to TreeItem with text {test} 16:31:40 [2019-07-19T20:31:40.881Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200204820 data=null} to TreeItem with text {test} 16:31:40 [2019-07-19T20:31:40.881Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200204827 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:31:40 [2019-07-19T20:31:40.881Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200204827 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:31:40 [2019-07-19T20:31:40.881Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200204868 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:31:40 [2019-07-19T20:31:40.881Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:40 [2019-07-19T20:31:40.881Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200204869 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:31:40 [2019-07-19T20:31:40.881Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200204869 data=null doit=true} to TreeItem with text {test} 16:31:40 [2019-07-19T20:31:40.881Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200204869 data=null} to TreeItem with text {test} 16:31:40 [2019-07-19T20:31:40.881Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200204869 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:31:40 [2019-07-19T20:31:40.881Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200204870 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:31:40 [2019-07-19T20:31:40.881Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200204875 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:31:40 [2019-07-19T20:31:40.881Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:31:40 [2019-07-19T20:31:40.881Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:40 [2019-07-19T20:31:40.881Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [5]} time=200204877 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [5]} 16:31:40 [2019-07-19T20:31:40.881Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [5]} time=200204877 data=null doit=true} to TreeItem with text {Traces [5]} 16:31:40 [2019-07-19T20:31:40.881Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [5]} time=200204877 data=null} to TreeItem with text {Traces [5]} 16:31:40 [2019-07-19T20:31:40.882Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [5]} time=200204878 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [5]} 16:31:40 [2019-07-19T20:31:40.882Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200204878 data=null item=TreeItem {Traces [5]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [5]} 16:31:40 [2019-07-19T20:31:40.882Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [5]} time=200204901 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [5]} 16:31:40 [2019-07-19T20:31:40.882Z] WARN - Tree item TreeItem with text {Traces [5]} is already expanded. Won't expand it again. 16:31:40 [2019-07-19T20:31:40.882Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:31:40 [2019-07-19T20:31:40.882Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:40 [2019-07-19T20:31:40.882Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {unrecognized.log} time=200205007 data=null button=0 stateMask=0x0 x=133 y=137 count=0} to TreeItem with text {unrecognized.log} 16:31:40 [2019-07-19T20:31:40.882Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {unrecognized.log} time=200205008 data=null doit=true} to TreeItem with text {unrecognized.log} 16:31:40 [2019-07-19T20:31:40.882Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {unrecognized.log} time=200205008 data=null} to TreeItem with text {unrecognized.log} 16:31:40 [2019-07-19T20:31:40.882Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=200205008 data=null button=1 stateMask=0x0 x=133 y=137 count=1} to TreeItem with text {unrecognized.log} 16:31:40 [2019-07-19T20:31:40.882Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200205008 data=null item=TreeItem {unrecognized.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {unrecognized.log} 16:31:41 [2019-07-19T20:31:41.141Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=200205054 data=null button=1 stateMask=0x80000 x=133 y=137 count=1} to TreeItem with text {unrecognized.log} 16:31:41 [2019-07-19T20:31:41.141Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:41 [2019-07-19T20:31:41.141Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:41 [2019-07-19T20:31:41.141Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:31:41 [2019-07-19T20:31:41.141Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:41 [2019-07-19T20:31:41.141Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {unrecognized.log} time=200205057 data=null button=0 stateMask=0x0 x=133 y=137 count=0} to TreeItem with text {unrecognized.log} 16:31:41 [2019-07-19T20:31:41.141Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {unrecognized.log} time=200205057 data=null doit=true} to TreeItem with text {unrecognized.log} 16:31:41 [2019-07-19T20:31:41.141Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {unrecognized.log} time=200205058 data=null} to TreeItem with text {unrecognized.log} 16:31:41 [2019-07-19T20:31:41.141Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=200205058 data=null button=1 stateMask=0x0 x=133 y=137 count=1} to TreeItem with text {unrecognized.log} 16:31:41 [2019-07-19T20:31:41.141Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200205058 data=null item=TreeItem {unrecognized.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {unrecognized.log} 16:31:41 [2019-07-19T20:31:41.141Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=200205063 data=null button=1 stateMask=0x80000 x=133 y=137 count=1} to TreeItem with text {unrecognized.log} 16:31:41 [2019-07-19T20:31:41.141Z] DEBUG - Double-clicking on TreeItem with text {unrecognized.log} 16:31:41 [2019-07-19T20:31:41.141Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {unrecognized.log} time=200205063 data=null button=0 stateMask=0x0 x=133 y=137 count=0} to TreeItem with text {unrecognized.log} 16:31:41 [2019-07-19T20:31:41.141Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {unrecognized.log} time=200205064 data=null doit=true} to TreeItem with text {unrecognized.log} 16:31:41 [2019-07-19T20:31:41.141Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:41 [2019-07-19T20:31:41.141Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {unrecognized.log} time=200205064 data=null} to TreeItem with text {unrecognized.log} 16:31:41 [2019-07-19T20:31:41.141Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=200205064 data=null button=1 stateMask=0x0 x=133 y=137 count=1} to TreeItem with text {unrecognized.log} 16:31:41 [2019-07-19T20:31:41.141Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200205064 data=null item=TreeItem {unrecognized.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {unrecognized.log} 16:31:41 [2019-07-19T20:31:41.141Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=200205068 data=null button=1 stateMask=0x80000 x=133 y=137 count=1} to TreeItem with text {unrecognized.log} 16:31:41 [2019-07-19T20:31:41.141Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=200205068 data=null button=1 stateMask=0x0 x=133 y=137 count=2} to TreeItem with text {unrecognized.log} 16:31:41 [2019-07-19T20:31:41.141Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {unrecognized.log} time=200205069 data=null button=1 stateMask=0x0 x=133 y=137 count=2} to TreeItem with text {unrecognized.log} 16:31:41 [2019-07-19T20:31:41.141Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200205069 data=null item=TreeItem {unrecognized.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {unrecognized.log} 16:31:41 [2019-07-19T20:31:41.141Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=200205141 data=null button=1 stateMask=0x80000 x=133 y=137 count=2} to TreeItem with text {unrecognized.log} 16:31:41 [2019-07-19T20:31:41.141Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {unrecognized.log} time=200205349 data=null button=0 stateMask=0x0 x=133 y=137 count=0} to TreeItem with text {unrecognized.log} 16:31:41 [2019-07-19T20:31:41.141Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {unrecognized.log} time=200205350 data=null doit=true} to TreeItem with text {unrecognized.log} 16:31:41 [2019-07-19T20:31:41.141Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {unrecognized.log} time=200205350 data=null} to TreeItem with text {unrecognized.log} 16:31:41 [2019-07-19T20:31:41.141Z] DEBUG - Double-clicked on TreeItem with text {unrecognized.log} 16:31:41 [2019-07-19T20:31:41.141Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:31:41 [2019-07-19T20:31:41.141Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:31:41 [2019-07-19T20:31:41.141Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:31:42 [2019-07-19T20:31:42.072Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:31:42 [2019-07-19T20:31:42.072Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:42 [2019-07-19T20:31:42.330Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {unrecognized.log} time=200206333 data=null button=0 stateMask=0x0 x=133 y=137 count=0} to TreeItem with text {unrecognized.log} 16:31:42 [2019-07-19T20:31:42.330Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {unrecognized.log} time=200206333 data=null doit=true} to TreeItem with text {unrecognized.log} 16:31:42 [2019-07-19T20:31:42.330Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {unrecognized.log} time=200206333 data=null} to TreeItem with text {unrecognized.log} 16:31:42 [2019-07-19T20:31:42.330Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=200206334 data=null button=1 stateMask=0x0 x=133 y=137 count=1} to TreeItem with text {unrecognized.log} 16:31:42 [2019-07-19T20:31:42.330Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200206334 data=null item=TreeItem {unrecognized.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {unrecognized.log} 16:31:42 [2019-07-19T20:31:42.330Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=200206341 data=null button=1 stateMask=0x80000 x=133 y=137 count=1} to TreeItem with text {unrecognized.log} 16:31:42 [2019-07-19T20:31:42.330Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:42 [2019-07-19T20:31:42.330Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:42 [2019-07-19T20:31:42.330Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:31:42 [2019-07-19T20:31:42.330Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:31:42 [2019-07-19T20:31:42.330Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:42 [2019-07-19T20:31:42.330Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:42 [2019-07-19T20:31:42.330Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:42 [2019-07-19T20:31:42.330Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:42 [2019-07-19T20:31:42.330Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:42 [2019-07-19T20:31:42.330Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200206355 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:31:42 [2019-07-19T20:31:42.330Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200206355 data=null doit=true} to TreeItem with text {test} 16:31:42 [2019-07-19T20:31:42.330Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200206355 data=null} to TreeItem with text {test} 16:31:42 [2019-07-19T20:31:42.330Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200206355 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:31:42 [2019-07-19T20:31:42.330Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200206356 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:31:42 [2019-07-19T20:31:42.330Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200206398 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:31:42 [2019-07-19T20:31:42.330Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:42 [2019-07-19T20:31:42.330Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200206399 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:31:42 [2019-07-19T20:31:42.330Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200206399 data=null doit=true} to TreeItem with text {test} 16:31:42 [2019-07-19T20:31:42.330Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200206400 data=null} to TreeItem with text {test} 16:31:42 [2019-07-19T20:31:42.330Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200206400 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:31:42 [2019-07-19T20:31:42.330Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200206400 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:31:42 [2019-07-19T20:31:42.330Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200206412 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:31:42 [2019-07-19T20:31:42.330Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:31:42 [2019-07-19T20:31:42.330Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:42 [2019-07-19T20:31:42.330Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [5]} time=200206413 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [5]} 16:31:42 [2019-07-19T20:31:42.330Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [5]} time=200206413 data=null doit=true} to TreeItem with text {Traces [5]} 16:31:42 [2019-07-19T20:31:42.330Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [5]} time=200206413 data=null} to TreeItem with text {Traces [5]} 16:31:42 [2019-07-19T20:31:42.330Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [5]} time=200206413 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [5]} 16:31:42 [2019-07-19T20:31:42.330Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200206413 data=null item=TreeItem {Traces [5]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [5]} 16:31:42 [2019-07-19T20:31:42.330Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [5]} time=200206437 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [5]} 16:31:42 [2019-07-19T20:31:42.330Z] WARN - Tree item TreeItem with text {Traces [5]} is already expanded. Won't expand it again. 16:31:42 [2019-07-19T20:31:42.330Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {z-clashes [2]} time=200206438 data=null doit=true} to TreeItem with text {z-clashes [2]} 16:31:42 [2019-07-19T20:31:42.330Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {z-clashes [2]} time=200206438 data=null} to TreeItem with text {z-clashes [2]} 16:31:42 [2019-07-19T20:31:42.330Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {z-clashes [2]} time=200206438 data=null button=1 stateMask=0x0 x=119 y=74 count=1} to TreeItem with text {z-clashes [2]} 16:31:42 [2019-07-19T20:31:42.330Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200206439 data=null item=TreeItem {z-clashes [2]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {z-clashes [2]} 16:31:42 [2019-07-19T20:31:42.330Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {z-clashes [2]} time=200206459 data=null button=1 stateMask=0x80000 x=119 y=74 count=1} to TreeItem with text {z-clashes [2]} 16:31:42 [2019-07-19T20:31:42.330Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:31:42 [2019-07-19T20:31:42.330Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:42 [2019-07-19T20:31:42.330Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200206565 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:31:42 [2019-07-19T20:31:42.330Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200206566 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:31:42 [2019-07-19T20:31:42.330Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200206566 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:31:42 [2019-07-19T20:31:42.330Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200206566 data=null button=1 stateMask=0x0 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:31:42 [2019-07-19T20:31:42.330Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200206566 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:31:42 [2019-07-19T20:31:42.587Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200206605 data=null button=1 stateMask=0x80000 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:31:42 [2019-07-19T20:31:42.587Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:42 [2019-07-19T20:31:42.587Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:42 [2019-07-19T20:31:42.587Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:31:42 [2019-07-19T20:31:42.588Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:42 [2019-07-19T20:31:42.588Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200206608 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:31:42 [2019-07-19T20:31:42.588Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200206608 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:31:42 [2019-07-19T20:31:42.588Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200206608 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:31:42 [2019-07-19T20:31:42.588Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200206609 data=null button=1 stateMask=0x0 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:31:42 [2019-07-19T20:31:42.588Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200206609 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:31:42 [2019-07-19T20:31:42.588Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200206613 data=null button=1 stateMask=0x80000 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:31:42 [2019-07-19T20:31:42.588Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomTxt.log} 16:31:42 [2019-07-19T20:31:42.588Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200206614 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:31:42 [2019-07-19T20:31:42.588Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200206614 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:31:42 [2019-07-19T20:31:42.588Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:42 [2019-07-19T20:31:42.588Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200206615 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:31:42 [2019-07-19T20:31:42.588Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200206615 data=null button=1 stateMask=0x0 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:31:42 [2019-07-19T20:31:42.588Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200206615 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:31:42 [2019-07-19T20:31:42.588Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200206619 data=null button=1 stateMask=0x80000 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:31:42 [2019-07-19T20:31:42.588Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200206619 data=null button=1 stateMask=0x0 x=170 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:31:42 [2019-07-19T20:31:42.588Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200206620 data=null button=1 stateMask=0x0 x=170 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:31:42 [2019-07-19T20:31:42.588Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200206620 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:31:42 [2019-07-19T20:31:42.845Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200206760 data=null button=1 stateMask=0x80000 x=170 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:31:42 [2019-07-19T20:31:42.845Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200206929 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:31:42 [2019-07-19T20:31:42.845Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200206930 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:31:42 [2019-07-19T20:31:42.845Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200206930 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:31:42 [2019-07-19T20:31:42.845Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomTxt.log} 16:31:42 [2019-07-19T20:31:42.845Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:31:42 [2019-07-19T20:31:42.845Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:31:42 [2019-07-19T20:31:42.845Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:31:42 [2019-07-19T20:31:42.845Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:31:43 [2019-07-19T20:31:43.777Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:31:43 [2019-07-19T20:31:43.777Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:31:43 [2019-07-19T20:31:43.777Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:31:43 [2019-07-19T20:31:43.777Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:31:43 [2019-07-19T20:31:43.777Z] DEBUG - Attempting to set focus on Table with text {} 16:31:43 [2019-07-19T20:31:43.777Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200207960 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:31:43 [2019-07-19T20:31:43.777Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200207960 data=null doit=true} to TableItem with text {} 16:31:43 [2019-07-19T20:31:43.777Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200207960 data=null} to TableItem with text {} 16:31:43 [2019-07-19T20:31:43.777Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200207961 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:31:43 [2019-07-19T20:31:43.777Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200207961 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:31:43 [2019-07-19T20:31:43.777Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200207967 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:31:43 [2019-07-19T20:31:43.777Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:31:43 [2019-07-19T20:31:43.777Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:31:44 [2019-07-19T20:31:44.034Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:31:44 [2019-07-19T20:31:44.034Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:44 [2019-07-19T20:31:44.034Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200208240 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:31:44 [2019-07-19T20:31:44.034Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200208241 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:31:44 [2019-07-19T20:31:44.034Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200208241 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:31:44 [2019-07-19T20:31:44.034Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200208241 data=null button=1 stateMask=0x0 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:31:44 [2019-07-19T20:31:44.034Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200208241 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:31:44 [2019-07-19T20:31:44.034Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200208246 data=null button=1 stateMask=0x80000 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:31:44 [2019-07-19T20:31:44.034Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:44 [2019-07-19T20:31:44.034Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:44 [2019-07-19T20:31:44.034Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:31:44 [2019-07-19T20:31:44.034Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:31:44 [2019-07-19T20:31:44.034Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:44 [2019-07-19T20:31:44.034Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:44 [2019-07-19T20:31:44.034Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:44 [2019-07-19T20:31:44.034Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:44 [2019-07-19T20:31:44.034Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:44 [2019-07-19T20:31:44.034Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200208253 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:31:44 [2019-07-19T20:31:44.034Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200208258 data=null doit=true} to TreeItem with text {test} 16:31:44 [2019-07-19T20:31:44.034Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200208258 data=null} to TreeItem with text {test} 16:31:44 [2019-07-19T20:31:44.034Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200208259 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:31:44 [2019-07-19T20:31:44.034Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200208259 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:31:44 [2019-07-19T20:31:44.291Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200208336 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:31:44 [2019-07-19T20:31:44.291Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:44 [2019-07-19T20:31:44.291Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200208337 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:31:44 [2019-07-19T20:31:44.291Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200208337 data=null doit=true} to TreeItem with text {test} 16:31:44 [2019-07-19T20:31:44.291Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200208337 data=null} to TreeItem with text {test} 16:31:44 [2019-07-19T20:31:44.291Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200208337 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:31:44 [2019-07-19T20:31:44.291Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200208338 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:31:44 [2019-07-19T20:31:44.291Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200208344 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:31:44 [2019-07-19T20:31:44.291Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:31:44 [2019-07-19T20:31:44.291Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:44 [2019-07-19T20:31:44.291Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [5]} time=200208345 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [5]} 16:31:44 [2019-07-19T20:31:44.291Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [5]} time=200208345 data=null doit=true} to TreeItem with text {Traces [5]} 16:31:44 [2019-07-19T20:31:44.291Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [5]} time=200208345 data=null} to TreeItem with text {Traces [5]} 16:31:44 [2019-07-19T20:31:44.291Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [5]} time=200208346 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [5]} 16:31:44 [2019-07-19T20:31:44.291Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200208346 data=null item=TreeItem {Traces [5]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [5]} 16:31:44 [2019-07-19T20:31:44.291Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [5]} time=200208367 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [5]} 16:31:44 [2019-07-19T20:31:44.291Z] WARN - Tree item TreeItem with text {Traces [5]} is already expanded. Won't expand it again. 16:31:44 [2019-07-19T20:31:44.291Z] WARN - Tree item TreeItem with text {z-clashes [2]} is already expanded. Won't expand it again. 16:31:44 [2019-07-19T20:31:44.549Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:31:44 [2019-07-19T20:31:44.549Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:44 [2019-07-19T20:31:44.549Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200208740 data=null button=0 stateMask=0x0 x=174 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:31:44 [2019-07-19T20:31:44.549Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200208740 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:31:44 [2019-07-19T20:31:44.549Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200208740 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:31:44 [2019-07-19T20:31:44.549Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200208741 data=null button=1 stateMask=0x0 x=174 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:31:44 [2019-07-19T20:31:44.549Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200208741 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:31:44 [2019-07-19T20:31:44.549Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200208782 data=null button=1 stateMask=0x80000 x=174 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:31:44 [2019-07-19T20:31:44.549Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:44 [2019-07-19T20:31:44.549Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:44 [2019-07-19T20:31:44.549Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:31:44 [2019-07-19T20:31:44.549Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:44 [2019-07-19T20:31:44.549Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200208785 data=null button=0 stateMask=0x0 x=174 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:31:44 [2019-07-19T20:31:44.549Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200208785 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:31:44 [2019-07-19T20:31:44.549Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200208785 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:31:44 [2019-07-19T20:31:44.549Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200208785 data=null button=1 stateMask=0x0 x=174 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:31:44 [2019-07-19T20:31:44.549Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200208785 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:31:44 [2019-07-19T20:31:44.549Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200208790 data=null button=1 stateMask=0x80000 x=174 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:31:44 [2019-07-19T20:31:44.549Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomXml.xml} 16:31:44 [2019-07-19T20:31:44.549Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200208791 data=null button=0 stateMask=0x0 x=174 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:31:44 [2019-07-19T20:31:44.549Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200208791 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:31:44 [2019-07-19T20:31:44.549Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:44 [2019-07-19T20:31:44.549Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200208792 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:31:44 [2019-07-19T20:31:44.549Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200208792 data=null button=1 stateMask=0x0 x=174 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:31:44 [2019-07-19T20:31:44.549Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200208792 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:31:44 [2019-07-19T20:31:44.806Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200208803 data=null button=1 stateMask=0x80000 x=174 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:31:44 [2019-07-19T20:31:44.806Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200208804 data=null button=1 stateMask=0x0 x=174 y=116 count=2} to TreeItem with text {ExampleCustomXml.xml} 16:31:44 [2019-07-19T20:31:44.806Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200208804 data=null button=1 stateMask=0x0 x=174 y=116 count=2} to TreeItem with text {ExampleCustomXml.xml} 16:31:44 [2019-07-19T20:31:44.806Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200208804 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:31:45 [2019-07-19T20:31:45.063Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200208888 data=null button=1 stateMask=0x80000 x=174 y=116 count=2} to TreeItem with text {ExampleCustomXml.xml} 16:31:45 [2019-07-19T20:31:45.063Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200209142 data=null button=0 stateMask=0x0 x=174 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:31:45 [2019-07-19T20:31:45.063Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200209142 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:31:45 [2019-07-19T20:31:45.063Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200209143 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:31:45 [2019-07-19T20:31:45.063Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomXml.xml} 16:31:45 [2019-07-19T20:31:45.063Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:31:45 [2019-07-19T20:31:45.063Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:31:45 [2019-07-19T20:31:45.063Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:31:45 [2019-07-19T20:31:45.063Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:31:45 [2019-07-19T20:31:45.063Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:31:45 [2019-07-19T20:31:45.992Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:31:45 [2019-07-19T20:31:45.992Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:45 [2019-07-19T20:31:45.992Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200210240 data=null button=0 stateMask=0x0 x=174 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:31:45 [2019-07-19T20:31:45.992Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200210240 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:31:45 [2019-07-19T20:31:45.992Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200210240 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:31:45 [2019-07-19T20:31:45.992Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200210240 data=null button=1 stateMask=0x0 x=174 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:31:46 [2019-07-19T20:31:46.249Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200210241 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:31:46 [2019-07-19T20:31:46.249Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200210246 data=null button=1 stateMask=0x80000 x=174 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:31:46 [2019-07-19T20:31:46.249Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:46 [2019-07-19T20:31:46.249Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:46 [2019-07-19T20:31:46.249Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:31:46 [2019-07-19T20:31:46.249Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:31:46 [2019-07-19T20:31:46.249Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:46 [2019-07-19T20:31:46.249Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:46 [2019-07-19T20:31:46.249Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:46 [2019-07-19T20:31:46.249Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:46 [2019-07-19T20:31:46.249Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:46 [2019-07-19T20:31:46.249Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200210252 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:31:46 [2019-07-19T20:31:46.249Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200210252 data=null doit=true} to TreeItem with text {test} 16:31:46 [2019-07-19T20:31:46.249Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200210252 data=null} to TreeItem with text {test} 16:31:46 [2019-07-19T20:31:46.249Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200210252 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:31:46 [2019-07-19T20:31:46.249Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200210252 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:31:46 [2019-07-19T20:31:46.249Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200210290 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:31:46 [2019-07-19T20:31:46.249Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:46 [2019-07-19T20:31:46.249Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200210291 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:31:46 [2019-07-19T20:31:46.249Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200210291 data=null doit=true} to TreeItem with text {test} 16:31:46 [2019-07-19T20:31:46.249Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200210291 data=null} to TreeItem with text {test} 16:31:46 [2019-07-19T20:31:46.249Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200210292 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:31:46 [2019-07-19T20:31:46.249Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200210292 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:31:46 [2019-07-19T20:31:46.249Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200210303 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:31:46 [2019-07-19T20:31:46.249Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:31:46 [2019-07-19T20:31:46.249Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:46 [2019-07-19T20:31:46.249Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [5]} time=200210304 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [5]} 16:31:46 [2019-07-19T20:31:46.249Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [5]} time=200210304 data=null doit=true} to TreeItem with text {Traces [5]} 16:31:46 [2019-07-19T20:31:46.249Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [5]} time=200210304 data=null} to TreeItem with text {Traces [5]} 16:31:46 [2019-07-19T20:31:46.249Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [5]} time=200210304 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [5]} 16:31:46 [2019-07-19T20:31:46.249Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200210304 data=null item=TreeItem {Traces [5]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [5]} 16:31:46 [2019-07-19T20:31:46.249Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [5]} time=200210327 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [5]} 16:31:46 [2019-07-19T20:31:46.249Z] WARN - Tree item TreeItem with text {Traces [5]} is already expanded. Won't expand it again. 16:31:46 [2019-07-19T20:31:46.249Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:31:46 [2019-07-19T20:31:46.249Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:46 [2019-07-19T20:31:46.249Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:46 [2019-07-19T20:31:46.249Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:46 [2019-07-19T20:31:46.249Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:46 [2019-07-19T20:31:46.249Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:46 [2019-07-19T20:31:46.249Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200210337 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:31:46 [2019-07-19T20:31:46.249Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200210337 data=null doit=true} to TreeItem with text {test} 16:31:46 [2019-07-19T20:31:46.249Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200210337 data=null} to TreeItem with text {test} 16:31:46 [2019-07-19T20:31:46.249Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200210337 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:31:46 [2019-07-19T20:31:46.249Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200210338 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:31:46 [2019-07-19T20:31:46.249Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200210363 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:31:46 [2019-07-19T20:31:46.249Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:46 [2019-07-19T20:31:46.249Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200210364 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:31:46 [2019-07-19T20:31:46.249Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200210365 data=null doit=true} to TreeItem with text {test} 16:31:46 [2019-07-19T20:31:46.249Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200210365 data=null} to TreeItem with text {test} 16:31:46 [2019-07-19T20:31:46.249Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200210365 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:31:46 [2019-07-19T20:31:46.249Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200210365 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:31:46 [2019-07-19T20:31:46.249Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200210376 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:31:46 [2019-07-19T20:31:46.249Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:31:46 [2019-07-19T20:31:46.249Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:46 [2019-07-19T20:31:46.249Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [5]} time=200210377 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [5]} 16:31:46 [2019-07-19T20:31:46.249Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [5]} time=200210377 data=null doit=true} to TreeItem with text {Traces [5]} 16:31:46 [2019-07-19T20:31:46.249Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [5]} time=200210377 data=null} to TreeItem with text {Traces [5]} 16:31:46 [2019-07-19T20:31:46.249Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [5]} time=200210378 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [5]} 16:31:46 [2019-07-19T20:31:46.249Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200210378 data=null item=TreeItem {Traces [5]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [5]} 16:31:46 [2019-07-19T20:31:46.249Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [5]} time=200210399 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [5]} 16:31:46 [2019-07-19T20:31:46.249Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:46 [2019-07-19T20:31:46.249Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [5]} time=200210400 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [5]} 16:31:46 [2019-07-19T20:31:46.249Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [5]} time=200210401 data=null doit=true} to TreeItem with text {Traces [5]} 16:31:46 [2019-07-19T20:31:46.249Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [5]} time=200210401 data=null} to TreeItem with text {Traces [5]} 16:31:46 [2019-07-19T20:31:46.249Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [5]} time=200210401 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [5]} 16:31:46 [2019-07-19T20:31:46.249Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200210401 data=null item=TreeItem {Traces [5]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [5]} 16:31:46 [2019-07-19T20:31:46.249Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [5]} time=200210410 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [5]} 16:31:46 [2019-07-19T20:31:46.249Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...' 16:31:46 [2019-07-19T20:31:46.249Z] DEBUG - Clicking on with mnemonic 'Import...' 16:31:47 [2019-07-19T20:31:47.179Z] DEBUG - Clicked on with mnemonic 'Import...' 16:31:47 [2019-07-19T20:31:47.179Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import' 16:31:47 [2019-07-19T20:31:47.179Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=200211280 data=null doit=true} to Shell with text {Trace Import} 16:31:47 [2019-07-19T20:31:47.179Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.179Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with mnemonic 'Select root directory:' 16:31:47 [2019-07-19T20:31:47.179Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with style 'SWT.RADIO' 16:31:47 [2019-07-19T20:31:47.179Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') 16:31:47 [2019-07-19T20:31:47.179Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.179Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.179Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.179Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.179Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.179Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.179Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.179Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.179Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.179Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.179Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.179Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') is already selected, not clicking again. 16:31:47 [2019-07-19T20:31:47.179Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:31:47 [2019-07-19T20:31:47.179Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:31:47 [2019-07-19T20:31:47.179Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:31:47 [2019-07-19T20:31:47.179Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:31:47 [2019-07-19T20:31:47.179Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:31:47 [2019-07-19T20:31:47.179Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo') 16:31:47 [2019-07-19T20:31:47.179Z] DEBUG - Attempting to set focus on (of type 'Combo') 16:31:47 [2019-07-19T20:31:47.179Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import 16:31:47 [2019-07-19T20:31:47.179Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import} time=200211309 data=null} to (of type 'Combo') 16:31:47 [2019-07-19T20:31:47.179Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import 16:31:47 [2019-07-19T20:31:47.179Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:47 [2019-07-19T20:31:47.179Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:47 [2019-07-19T20:31:47.179Z] DEBUG - Attempting to set focus on (of type 'Tree') 16:31:47 [2019-07-19T20:31:47.179Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:47 [2019-07-19T20:31:47.179Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:47 [2019-07-19T20:31:47.179Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:47 [2019-07-19T20:31:47.179Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {import} time=200211343 data=null button=0 stateMask=0x0 x=83 y=11 count=0} to TreeItem with text {import} 16:31:47 [2019-07-19T20:31:47.179Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=200211347 data=null doit=true} to TreeItem with text {import} 16:31:47 [2019-07-19T20:31:47.179Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=200211347 data=null} to TreeItem with text {import} 16:31:47 [2019-07-19T20:31:47.179Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=200211348 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import} 16:31:47 [2019-07-19T20:31:47.179Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200211348 data=null item=TreeItem {import} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {import} 16:31:47 [2019-07-19T20:31:47.179Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=200211348 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import} 16:31:47 [2019-07-19T20:31:47.179Z] DEBUG - Setting state to checked on: import 16:31:47 [2019-07-19T20:31:47.179Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo' 16:31:47 [2019-07-19T20:31:47.179Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:31:47 [2019-07-19T20:31:47.179Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:31:47 [2019-07-19T20:31:47.179Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:' 16:31:47 [2019-07-19T20:31:47.179Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:') 16:31:47 [2019-07-19T20:31:47.179Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:31:47 [2019-07-19T20:31:47.179Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to Custom Text : TmfGeneric 16:31:47 [2019-07-19T20:31:47.179Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {Custom Text : TmfGeneric} time=200211357 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:31:47 [2019-07-19T20:31:47.179Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to Custom Text : TmfGeneric 16:31:47 [2019-07-19T20:31:47.179Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.179Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.179Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') already selected, not selecting again. 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') already selected, not selecting again. 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH' 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - Clicking on &Finish 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=200211392 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=200211392 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=200211392 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=200211392 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=200211392 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:47 [2019-07-19T20:31:47.180Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=200211392 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:47 [2019-07-19T20:31:47.437Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:47 [2019-07-19T20:31:47.437Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:47 [2019-07-19T20:31:47.437Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:47 [2019-07-19T20:31:47.437Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:47 [2019-07-19T20:31:47.437Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:47 [2019-07-19T20:31:47.437Z] DEBUG - Clicked on &Finish 16:31:47 [2019-07-19T20:31:47.437Z] DEBUG - matched Shell with text "Confirmation", using matcher: with text 'Confirmation' 16:31:47 [2019-07-19T20:31:47.437Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirmation} time=200211666 data=null doit=true} to Shell with text {Confirmation} 16:31:47 [2019-07-19T20:31:47.437Z] DEBUG - matched Button with text "Rename", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.437Z] DEBUG - matched Button with text "Rename All", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.437Z] DEBUG - matched Button with text "Overwrite", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.437Z] DEBUG - matched Button with text "Overwrite All", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.437Z] DEBUG - matched Button with text "Skip All", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.437Z] DEBUG - matched Button with text "Skip All", using matcher: with mnemonic 'Skip All' 16:31:47 [2019-07-19T20:31:47.437Z] DEBUG - matched Button with text "Skip All", using matcher: with style 'SWT.PUSH' 16:31:47 [2019-07-19T20:31:47.437Z] DEBUG - matched Button with text "Skip All", using matcher: (of type 'Button' and with mnemonic 'Skip All' and with style 'SWT.PUSH') 16:31:47 [2019-07-19T20:31:47.437Z] DEBUG - matched Button with text "Skip", using matcher: of type 'Button' 16:31:47 [2019-07-19T20:31:47.437Z] DEBUG - Clicking on Skip All 16:31:47 [2019-07-19T20:31:47.437Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Skip All} time=200211684 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Skip All' and with style 'SWT.PUSH') 16:31:47 [2019-07-19T20:31:47.437Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Skip All} time=200211684 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Skip All' and with style 'SWT.PUSH') 16:31:47 [2019-07-19T20:31:47.437Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Skip All} time=200211684 data=null doit=true} to (of type 'Button' and with mnemonic 'Skip All' and with style 'SWT.PUSH') 16:31:47 [2019-07-19T20:31:47.437Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Skip All} time=200211684 data=null} to (of type 'Button' and with mnemonic 'Skip All' and with style 'SWT.PUSH') 16:31:47 [2019-07-19T20:31:47.437Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Skip All} time=200211684 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Skip All' and with style 'SWT.PUSH') 16:31:47 [2019-07-19T20:31:47.437Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Skip All} time=200211684 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Skip All' and with style 'SWT.PUSH') 16:31:47 [2019-07-19T20:31:47.694Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Skip All} time=200211684 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Skip All' and with style 'SWT.PUSH') 16:31:47 [2019-07-19T20:31:47.694Z] DEBUG - Clicked on 16:31:48 [2019-07-19T20:31:48.082Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=200211393 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:48 [2019-07-19T20:31:48.082Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=200210467 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...' 16:31:48 [2019-07-19T20:31:48.082Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:31:48 [2019-07-19T20:31:48.082Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:48 [2019-07-19T20:31:48.082Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:48 [2019-07-19T20:31:48.082Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:48 [2019-07-19T20:31:48.082Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:48 [2019-07-19T20:31:48.082Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:48 [2019-07-19T20:31:48.082Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200212055 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:31:48 [2019-07-19T20:31:48.082Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200212067 data=null doit=true} to TreeItem with text {test} 16:31:48 [2019-07-19T20:31:48.082Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200212067 data=null} to TreeItem with text {test} 16:31:48 [2019-07-19T20:31:48.082Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200212068 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:31:48 [2019-07-19T20:31:48.082Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200212068 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:31:48 [2019-07-19T20:31:48.082Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200212110 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:31:48 [2019-07-19T20:31:48.082Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:48 [2019-07-19T20:31:48.082Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200212123 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:31:48 [2019-07-19T20:31:48.082Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200212123 data=null doit=true} to TreeItem with text {test} 16:31:48 [2019-07-19T20:31:48.082Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200212123 data=null} to TreeItem with text {test} 16:31:48 [2019-07-19T20:31:48.082Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200212123 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:31:48 [2019-07-19T20:31:48.082Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200212124 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:31:48 [2019-07-19T20:31:48.082Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200212143 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:31:48 [2019-07-19T20:31:48.082Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:31:48 [2019-07-19T20:31:48.082Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:48 [2019-07-19T20:31:48.082Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [5]} time=200212144 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [5]} 16:31:48 [2019-07-19T20:31:48.082Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [5]} time=200212144 data=null doit=true} to TreeItem with text {Traces [5]} 16:31:48 [2019-07-19T20:31:48.082Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [5]} time=200212144 data=null} to TreeItem with text {Traces [5]} 16:31:48 [2019-07-19T20:31:48.082Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [5]} time=200212145 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [5]} 16:31:48 [2019-07-19T20:31:48.082Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200212145 data=null item=TreeItem {Traces [5]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [5]} 16:31:48 [2019-07-19T20:31:48.082Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [5]} time=200212177 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [5]} 16:31:48 [2019-07-19T20:31:48.082Z] WARN - Tree item TreeItem with text {Traces [5]} is already expanded. Won't expand it again. 16:31:48 [2019-07-19T20:31:48.082Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:31:48 [2019-07-19T20:31:48.082Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:48 [2019-07-19T20:31:48.082Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200212306 data=null button=0 stateMask=0x0 x=152 y=137 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:31:48 [2019-07-19T20:31:48.082Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200212306 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:31:48 [2019-07-19T20:31:48.082Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200212306 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:31:48 [2019-07-19T20:31:48.082Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200212306 data=null button=1 stateMask=0x0 x=152 y=137 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:31:48 [2019-07-19T20:31:48.082Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200212307 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:31:48 [2019-07-19T20:31:48.338Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200212356 data=null button=1 stateMask=0x80000 x=152 y=137 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:31:48 [2019-07-19T20:31:48.338Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:48 [2019-07-19T20:31:48.338Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:48 [2019-07-19T20:31:48.338Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:31:48 [2019-07-19T20:31:48.338Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:48 [2019-07-19T20:31:48.338Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200212359 data=null button=0 stateMask=0x0 x=152 y=137 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:31:48 [2019-07-19T20:31:48.338Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200212359 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:31:48 [2019-07-19T20:31:48.339Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200212359 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:31:48 [2019-07-19T20:31:48.339Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200212359 data=null button=1 stateMask=0x0 x=152 y=137 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:31:48 [2019-07-19T20:31:48.339Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200212360 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:31:48 [2019-07-19T20:31:48.339Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200212365 data=null button=1 stateMask=0x80000 x=152 y=137 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:31:48 [2019-07-19T20:31:48.339Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomTxt.log} 16:31:48 [2019-07-19T20:31:48.339Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200212365 data=null button=0 stateMask=0x0 x=152 y=137 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:31:48 [2019-07-19T20:31:48.339Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200212365 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:31:48 [2019-07-19T20:31:48.339Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:48 [2019-07-19T20:31:48.339Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200212366 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:31:48 [2019-07-19T20:31:48.339Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200212366 data=null button=1 stateMask=0x0 x=152 y=137 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:31:48 [2019-07-19T20:31:48.339Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200212366 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:31:48 [2019-07-19T20:31:48.339Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200212370 data=null button=1 stateMask=0x80000 x=152 y=137 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:31:48 [2019-07-19T20:31:48.339Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200212371 data=null button=1 stateMask=0x0 x=152 y=137 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:31:48 [2019-07-19T20:31:48.339Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200212377 data=null button=1 stateMask=0x0 x=152 y=137 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:31:48 [2019-07-19T20:31:48.339Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200212377 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:31:48 [2019-07-19T20:31:48.596Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200212456 data=null button=1 stateMask=0x80000 x=152 y=137 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:31:48 [2019-07-19T20:31:48.596Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200212600 data=null button=0 stateMask=0x0 x=152 y=137 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:31:48 [2019-07-19T20:31:48.596Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200212600 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:31:48 [2019-07-19T20:31:48.596Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200212600 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:31:48 [2019-07-19T20:31:48.596Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomTxt.log} 16:31:48 [2019-07-19T20:31:48.596Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:31:48 [2019-07-19T20:31:48.596Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:31:48 [2019-07-19T20:31:48.596Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:31:48 [2019-07-19T20:31:48.596Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:31:48 [2019-07-19T20:31:48.596Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:31:48 [2019-07-19T20:31:48.596Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:31:48 [2019-07-19T20:31:48.596Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:31:48 [2019-07-19T20:31:48.596Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:31:48 [2019-07-19T20:31:48.596Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:31:48 [2019-07-19T20:31:48.596Z] DEBUG - Attempting to set focus on Table with text {} 16:31:48 [2019-07-19T20:31:48.596Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200212603 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:31:48 [2019-07-19T20:31:48.596Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200212603 data=null doit=true} to TableItem with text {} 16:31:48 [2019-07-19T20:31:48.596Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200212603 data=null} to TableItem with text {} 16:31:48 [2019-07-19T20:31:48.596Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200212604 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:31:48 [2019-07-19T20:31:48.596Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200212604 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:31:48 [2019-07-19T20:31:48.596Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200212620 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:31:48 [2019-07-19T20:31:48.596Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:31:48 [2019-07-19T20:31:48.596Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:31:48 [2019-07-19T20:31:48.596Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:31:48 [2019-07-19T20:31:48.596Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:48 [2019-07-19T20:31:48.596Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200212775 data=null button=0 stateMask=0x0 x=152 y=137 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:31:48 [2019-07-19T20:31:48.596Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200212775 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:31:48 [2019-07-19T20:31:48.596Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200212775 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:31:48 [2019-07-19T20:31:48.596Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200212776 data=null button=1 stateMask=0x0 x=152 y=137 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:31:48 [2019-07-19T20:31:48.596Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200212776 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:31:48 [2019-07-19T20:31:48.596Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200212781 data=null button=1 stateMask=0x80000 x=152 y=137 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:31:48 [2019-07-19T20:31:48.596Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:48 [2019-07-19T20:31:48.596Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:48 [2019-07-19T20:31:48.596Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:31:48 [2019-07-19T20:31:48.596Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:31:48 [2019-07-19T20:31:48.596Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:48 [2019-07-19T20:31:48.596Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:48 [2019-07-19T20:31:48.596Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:48 [2019-07-19T20:31:48.596Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:48 [2019-07-19T20:31:48.596Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:48 [2019-07-19T20:31:48.596Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200212787 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:31:48 [2019-07-19T20:31:48.596Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200212787 data=null doit=true} to TreeItem with text {test} 16:31:48 [2019-07-19T20:31:48.596Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200212787 data=null} to TreeItem with text {test} 16:31:48 [2019-07-19T20:31:48.596Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200212788 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:31:48 [2019-07-19T20:31:48.596Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200212788 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:31:48 [2019-07-19T20:31:48.596Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200212821 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:31:48 [2019-07-19T20:31:48.596Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:48 [2019-07-19T20:31:48.596Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200212822 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:31:48 [2019-07-19T20:31:48.596Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200212822 data=null doit=true} to TreeItem with text {test} 16:31:48 [2019-07-19T20:31:48.596Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200212822 data=null} to TreeItem with text {test} 16:31:48 [2019-07-19T20:31:48.596Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200212822 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:31:48 [2019-07-19T20:31:48.596Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200212823 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:31:48 [2019-07-19T20:31:48.596Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200212840 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:31:48 [2019-07-19T20:31:48.596Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:31:48 [2019-07-19T20:31:48.596Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:48 [2019-07-19T20:31:48.596Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [5]} time=200212843 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [5]} 16:31:48 [2019-07-19T20:31:48.596Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [5]} time=200212843 data=null doit=true} to TreeItem with text {Traces [5]} 16:31:48 [2019-07-19T20:31:48.596Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [5]} time=200212844 data=null} to TreeItem with text {Traces [5]} 16:31:48 [2019-07-19T20:31:48.596Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [5]} time=200212844 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [5]} 16:31:48 [2019-07-19T20:31:48.853Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200212844 data=null item=TreeItem {Traces [5]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [5]} 16:31:48 [2019-07-19T20:31:48.853Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [5]} time=200212857 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [5]} 16:31:48 [2019-07-19T20:31:48.853Z] WARN - Tree item TreeItem with text {Traces [5]} is already expanded. Won't expand it again. 16:31:49 [2019-07-19T20:31:49.111Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:31:49 [2019-07-19T20:31:49.111Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:49 [2019-07-19T20:31:49.111Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200213339 data=null button=0 stateMask=0x0 x=156 y=158 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:31:49 [2019-07-19T20:31:49.111Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200213339 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:31:49 [2019-07-19T20:31:49.111Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200213339 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:31:49 [2019-07-19T20:31:49.111Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200213340 data=null button=1 stateMask=0x0 x=156 y=158 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:31:49 [2019-07-19T20:31:49.111Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200213340 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:31:49 [2019-07-19T20:31:49.368Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200213381 data=null button=1 stateMask=0x80000 x=156 y=158 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:31:49 [2019-07-19T20:31:49.368Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:49 [2019-07-19T20:31:49.368Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:49 [2019-07-19T20:31:49.368Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:31:49 [2019-07-19T20:31:49.368Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:49 [2019-07-19T20:31:49.368Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200213384 data=null button=0 stateMask=0x0 x=156 y=158 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:31:49 [2019-07-19T20:31:49.368Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200213384 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:31:49 [2019-07-19T20:31:49.368Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200213385 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:31:49 [2019-07-19T20:31:49.368Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200213385 data=null button=1 stateMask=0x0 x=156 y=158 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:31:49 [2019-07-19T20:31:49.368Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200213385 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:31:49 [2019-07-19T20:31:49.368Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200213390 data=null button=1 stateMask=0x80000 x=156 y=158 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:31:49 [2019-07-19T20:31:49.368Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomXml.xml} 16:31:49 [2019-07-19T20:31:49.368Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200213390 data=null button=0 stateMask=0x0 x=156 y=158 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:31:49 [2019-07-19T20:31:49.368Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200213391 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:31:49 [2019-07-19T20:31:49.368Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:49 [2019-07-19T20:31:49.368Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200213391 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:31:49 [2019-07-19T20:31:49.368Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200213391 data=null button=1 stateMask=0x0 x=156 y=158 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:31:49 [2019-07-19T20:31:49.368Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200213391 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:31:49 [2019-07-19T20:31:49.368Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200213395 data=null button=1 stateMask=0x80000 x=156 y=158 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:31:49 [2019-07-19T20:31:49.368Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200213396 data=null button=1 stateMask=0x0 x=156 y=158 count=2} to TreeItem with text {ExampleCustomXml.xml} 16:31:49 [2019-07-19T20:31:49.368Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200213396 data=null button=1 stateMask=0x0 x=156 y=158 count=2} to TreeItem with text {ExampleCustomXml.xml} 16:31:49 [2019-07-19T20:31:49.368Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200213396 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:31:49 [2019-07-19T20:31:49.368Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200213472 data=null button=1 stateMask=0x80000 x=156 y=158 count=2} to TreeItem with text {ExampleCustomXml.xml} 16:31:49 [2019-07-19T20:31:49.368Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200213563 data=null button=0 stateMask=0x0 x=156 y=158 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:31:49 [2019-07-19T20:31:49.368Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200213563 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:31:49 [2019-07-19T20:31:49.368Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200213563 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:31:49 [2019-07-19T20:31:49.368Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomXml.xml} 16:31:49 [2019-07-19T20:31:49.368Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:31:49 [2019-07-19T20:31:49.368Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:31:49 [2019-07-19T20:31:49.368Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:31:49 [2019-07-19T20:31:49.368Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:31:49 [2019-07-19T20:31:49.368Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:31:49 [2019-07-19T20:31:49.368Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:31:49 [2019-07-19T20:31:49.368Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:49 [2019-07-19T20:31:49.626Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200213674 data=null button=0 stateMask=0x0 x=156 y=158 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:31:49 [2019-07-19T20:31:49.626Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200213674 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:31:49 [2019-07-19T20:31:49.626Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200213674 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:31:49 [2019-07-19T20:31:49.626Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200213675 data=null button=1 stateMask=0x0 x=156 y=158 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:31:49 [2019-07-19T20:31:49.626Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200213675 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:31:49 [2019-07-19T20:31:49.626Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200213680 data=null button=1 stateMask=0x80000 x=156 y=158 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:31:49 [2019-07-19T20:31:49.626Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:49 [2019-07-19T20:31:49.626Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:49 [2019-07-19T20:31:49.626Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:31:49 [2019-07-19T20:31:49.626Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:31:49 [2019-07-19T20:31:49.626Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:49 [2019-07-19T20:31:49.626Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:49 [2019-07-19T20:31:49.626Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:49 [2019-07-19T20:31:49.626Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:49 [2019-07-19T20:31:49.626Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:49 [2019-07-19T20:31:49.626Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200213686 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:31:49 [2019-07-19T20:31:49.626Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200213686 data=null doit=true} to TreeItem with text {test} 16:31:49 [2019-07-19T20:31:49.626Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200213686 data=null} to TreeItem with text {test} 16:31:49 [2019-07-19T20:31:49.626Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200213687 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:31:49 [2019-07-19T20:31:49.626Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200213687 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:31:49 [2019-07-19T20:31:49.626Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200213725 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:31:49 [2019-07-19T20:31:49.626Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:49 [2019-07-19T20:31:49.626Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200213726 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:31:49 [2019-07-19T20:31:49.626Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200213726 data=null doit=true} to TreeItem with text {test} 16:31:49 [2019-07-19T20:31:49.626Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200213726 data=null} to TreeItem with text {test} 16:31:49 [2019-07-19T20:31:49.626Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200213726 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:31:49 [2019-07-19T20:31:49.626Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200213727 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:31:49 [2019-07-19T20:31:49.626Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200213736 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:31:49 [2019-07-19T20:31:49.626Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:31:49 [2019-07-19T20:31:49.626Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:49 [2019-07-19T20:31:49.626Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [5]} time=200213737 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [5]} 16:31:49 [2019-07-19T20:31:49.626Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [5]} time=200213738 data=null doit=true} to TreeItem with text {Traces [5]} 16:31:49 [2019-07-19T20:31:49.626Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [5]} time=200213738 data=null} to TreeItem with text {Traces [5]} 16:31:49 [2019-07-19T20:31:49.626Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [5]} time=200213738 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [5]} 16:31:49 [2019-07-19T20:31:49.626Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200213738 data=null item=TreeItem {Traces [5]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [5]} 16:31:49 [2019-07-19T20:31:49.626Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [5]} time=200213748 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [5]} 16:31:49 [2019-07-19T20:31:49.626Z] WARN - Tree item TreeItem with text {Traces [5]} is already expanded. Won't expand it again. 16:31:50 [2019-07-19T20:31:50.190Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:31:50 [2019-07-19T20:31:50.190Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:50 [2019-07-19T20:31:50.190Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {unrecognized.log} time=200214229 data=null button=0 stateMask=0x0 x=133 y=179 count=0} to TreeItem with text {unrecognized.log} 16:31:50 [2019-07-19T20:31:50.190Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {unrecognized.log} time=200214230 data=null doit=true} to TreeItem with text {unrecognized.log} 16:31:50 [2019-07-19T20:31:50.190Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {unrecognized.log} time=200214230 data=null} to TreeItem with text {unrecognized.log} 16:31:50 [2019-07-19T20:31:50.190Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=200214230 data=null button=1 stateMask=0x0 x=133 y=179 count=1} to TreeItem with text {unrecognized.log} 16:31:50 [2019-07-19T20:31:50.190Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200214231 data=null item=TreeItem {unrecognized.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {unrecognized.log} 16:31:50 [2019-07-19T20:31:50.190Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=200214271 data=null button=1 stateMask=0x80000 x=133 y=179 count=1} to TreeItem with text {unrecognized.log} 16:31:50 [2019-07-19T20:31:50.190Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:50 [2019-07-19T20:31:50.190Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:50 [2019-07-19T20:31:50.190Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:31:50 [2019-07-19T20:31:50.190Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:50 [2019-07-19T20:31:50.190Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {unrecognized.log} time=200214273 data=null button=0 stateMask=0x0 x=133 y=179 count=0} to TreeItem with text {unrecognized.log} 16:31:50 [2019-07-19T20:31:50.190Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {unrecognized.log} time=200214273 data=null doit=true} to TreeItem with text {unrecognized.log} 16:31:50 [2019-07-19T20:31:50.190Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {unrecognized.log} time=200214273 data=null} to TreeItem with text {unrecognized.log} 16:31:50 [2019-07-19T20:31:50.190Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=200214274 data=null button=1 stateMask=0x0 x=133 y=179 count=1} to TreeItem with text {unrecognized.log} 16:31:50 [2019-07-19T20:31:50.190Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200214274 data=null item=TreeItem {unrecognized.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {unrecognized.log} 16:31:50 [2019-07-19T20:31:50.190Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=200214279 data=null button=1 stateMask=0x80000 x=133 y=179 count=1} to TreeItem with text {unrecognized.log} 16:31:50 [2019-07-19T20:31:50.190Z] DEBUG - Double-clicking on TreeItem with text {unrecognized.log} 16:31:50 [2019-07-19T20:31:50.190Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {unrecognized.log} time=200214279 data=null button=0 stateMask=0x0 x=133 y=179 count=0} to TreeItem with text {unrecognized.log} 16:31:50 [2019-07-19T20:31:50.190Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {unrecognized.log} time=200214280 data=null doit=true} to TreeItem with text {unrecognized.log} 16:31:50 [2019-07-19T20:31:50.190Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:50 [2019-07-19T20:31:50.190Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {unrecognized.log} time=200214280 data=null} to TreeItem with text {unrecognized.log} 16:31:50 [2019-07-19T20:31:50.190Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=200214280 data=null button=1 stateMask=0x0 x=133 y=179 count=1} to TreeItem with text {unrecognized.log} 16:31:50 [2019-07-19T20:31:50.190Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200214280 data=null item=TreeItem {unrecognized.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {unrecognized.log} 16:31:50 [2019-07-19T20:31:50.190Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=200214284 data=null button=1 stateMask=0x80000 x=133 y=179 count=1} to TreeItem with text {unrecognized.log} 16:31:50 [2019-07-19T20:31:50.190Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=200214285 data=null button=1 stateMask=0x0 x=133 y=179 count=2} to TreeItem with text {unrecognized.log} 16:31:50 [2019-07-19T20:31:50.190Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {unrecognized.log} time=200214285 data=null button=1 stateMask=0x0 x=133 y=179 count=2} to TreeItem with text {unrecognized.log} 16:31:50 [2019-07-19T20:31:50.190Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200214285 data=null item=TreeItem {unrecognized.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {unrecognized.log} 16:31:50 [2019-07-19T20:31:50.448Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=200214356 data=null button=1 stateMask=0x80000 x=133 y=179 count=2} to TreeItem with text {unrecognized.log} 16:31:50 [2019-07-19T20:31:50.448Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {unrecognized.log} time=200214444 data=null button=0 stateMask=0x0 x=133 y=179 count=0} to TreeItem with text {unrecognized.log} 16:31:50 [2019-07-19T20:31:50.448Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {unrecognized.log} time=200214444 data=null doit=true} to TreeItem with text {unrecognized.log} 16:31:50 [2019-07-19T20:31:50.448Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {unrecognized.log} time=200214444 data=null} to TreeItem with text {unrecognized.log} 16:31:50 [2019-07-19T20:31:50.448Z] DEBUG - Double-clicked on TreeItem with text {unrecognized.log} 16:31:50 [2019-07-19T20:31:50.448Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:31:50 [2019-07-19T20:31:50.448Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:31:50 [2019-07-19T20:31:50.448Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:31:50 [2019-07-19T20:31:50.448Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:31:50 [2019-07-19T20:31:50.448Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:31:50 [2019-07-19T20:31:50.448Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:31:50 [2019-07-19T20:31:50.448Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:50 [2019-07-19T20:31:50.448Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {unrecognized.log} time=200214552 data=null button=0 stateMask=0x0 x=133 y=179 count=0} to TreeItem with text {unrecognized.log} 16:31:50 [2019-07-19T20:31:50.448Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {unrecognized.log} time=200214552 data=null doit=true} to TreeItem with text {unrecognized.log} 16:31:50 [2019-07-19T20:31:50.448Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {unrecognized.log} time=200214553 data=null} to TreeItem with text {unrecognized.log} 16:31:50 [2019-07-19T20:31:50.448Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=200214553 data=null button=1 stateMask=0x0 x=133 y=179 count=1} to TreeItem with text {unrecognized.log} 16:31:50 [2019-07-19T20:31:50.448Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200214553 data=null item=TreeItem {unrecognized.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {unrecognized.log} 16:31:50 [2019-07-19T20:31:50.448Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=200214558 data=null button=1 stateMask=0x80000 x=133 y=179 count=1} to TreeItem with text {unrecognized.log} 16:31:50 [2019-07-19T20:31:50.448Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:50 [2019-07-19T20:31:50.448Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:50 [2019-07-19T20:31:50.448Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:31:50 [2019-07-19T20:31:50.448Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:31:50 [2019-07-19T20:31:50.448Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:50 [2019-07-19T20:31:50.448Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:50 [2019-07-19T20:31:50.448Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:50 [2019-07-19T20:31:50.448Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:50 [2019-07-19T20:31:50.448Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:50 [2019-07-19T20:31:50.448Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200214564 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:31:50 [2019-07-19T20:31:50.448Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200214564 data=null doit=true} to TreeItem with text {test} 16:31:50 [2019-07-19T20:31:50.448Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200214565 data=null} to TreeItem with text {test} 16:31:50 [2019-07-19T20:31:50.448Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200214565 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:31:50 [2019-07-19T20:31:50.448Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200214565 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:31:50 [2019-07-19T20:31:50.448Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200214604 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:31:50 [2019-07-19T20:31:50.448Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:50 [2019-07-19T20:31:50.448Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200214605 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:31:50 [2019-07-19T20:31:50.448Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200214605 data=null doit=true} to TreeItem with text {test} 16:31:50 [2019-07-19T20:31:50.448Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200214605 data=null} to TreeItem with text {test} 16:31:50 [2019-07-19T20:31:50.448Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200214606 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:31:50 [2019-07-19T20:31:50.448Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200214606 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:31:50 [2019-07-19T20:31:50.448Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200214616 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:31:50 [2019-07-19T20:31:50.448Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:31:50 [2019-07-19T20:31:50.448Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:50 [2019-07-19T20:31:50.448Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [5]} time=200214617 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [5]} 16:31:50 [2019-07-19T20:31:50.448Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [5]} time=200214617 data=null doit=true} to TreeItem with text {Traces [5]} 16:31:50 [2019-07-19T20:31:50.448Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [5]} time=200214618 data=null} to TreeItem with text {Traces [5]} 16:31:50 [2019-07-19T20:31:50.448Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [5]} time=200214618 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [5]} 16:31:50 [2019-07-19T20:31:50.448Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200214618 data=null item=TreeItem {Traces [5]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [5]} 16:31:50 [2019-07-19T20:31:50.448Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [5]} time=200214628 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [5]} 16:31:50 [2019-07-19T20:31:50.448Z] WARN - Tree item TreeItem with text {Traces [5]} is already expanded. Won't expand it again. 16:31:50 [2019-07-19T20:31:50.448Z] WARN - Tree item TreeItem with text {z-clashes [2]} is already expanded. Won't expand it again. 16:31:51 [2019-07-19T20:31:51.013Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:31:51 [2019-07-19T20:31:51.013Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:51 [2019-07-19T20:31:51.013Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200215109 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:31:51 [2019-07-19T20:31:51.013Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200215110 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:31:51 [2019-07-19T20:31:51.013Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200215110 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:31:51 [2019-07-19T20:31:51.013Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200215110 data=null button=1 stateMask=0x0 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:31:51 [2019-07-19T20:31:51.013Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200215111 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:31:51 [2019-07-19T20:31:51.013Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200215146 data=null button=1 stateMask=0x80000 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:31:51 [2019-07-19T20:31:51.013Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:51 [2019-07-19T20:31:51.013Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:51 [2019-07-19T20:31:51.013Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:31:51 [2019-07-19T20:31:51.013Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:51 [2019-07-19T20:31:51.013Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200215148 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:31:51 [2019-07-19T20:31:51.013Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200215149 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:31:51 [2019-07-19T20:31:51.013Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200215149 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:31:51 [2019-07-19T20:31:51.013Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200215149 data=null button=1 stateMask=0x0 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:31:51 [2019-07-19T20:31:51.013Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200215149 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:31:51 [2019-07-19T20:31:51.013Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200215154 data=null button=1 stateMask=0x80000 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:31:51 [2019-07-19T20:31:51.013Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomTxt.log} 16:31:51 [2019-07-19T20:31:51.013Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200215155 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:31:51 [2019-07-19T20:31:51.013Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200215155 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:31:51 [2019-07-19T20:31:51.013Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:51 [2019-07-19T20:31:51.013Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200215155 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:31:51 [2019-07-19T20:31:51.013Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200215156 data=null button=1 stateMask=0x0 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:31:51 [2019-07-19T20:31:51.013Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200215156 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:31:51 [2019-07-19T20:31:51.013Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200215160 data=null button=1 stateMask=0x80000 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:31:51 [2019-07-19T20:31:51.013Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200215160 data=null button=1 stateMask=0x0 x=170 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:31:51 [2019-07-19T20:31:51.013Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200215161 data=null button=1 stateMask=0x0 x=170 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:31:51 [2019-07-19T20:31:51.270Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200215161 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:31:51 [2019-07-19T20:31:51.270Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200215363 data=null button=1 stateMask=0x80000 x=170 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:31:51 [2019-07-19T20:31:51.270Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200215365 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:31:51 [2019-07-19T20:31:51.270Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200215365 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:31:51 [2019-07-19T20:31:51.270Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200215366 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:31:51 [2019-07-19T20:31:51.270Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomTxt.log} 16:31:51 [2019-07-19T20:31:51.270Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:31:51 [2019-07-19T20:31:51.270Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:31:51 [2019-07-19T20:31:51.270Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:31:51 [2019-07-19T20:31:51.270Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:31:51 [2019-07-19T20:31:51.270Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:31:51 [2019-07-19T20:31:51.270Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:31:51 [2019-07-19T20:31:51.270Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:31:51 [2019-07-19T20:31:51.270Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:31:51 [2019-07-19T20:31:51.270Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:31:51 [2019-07-19T20:31:51.270Z] DEBUG - Attempting to set focus on Table with text {} 16:31:51 [2019-07-19T20:31:51.270Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200215368 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:31:51 [2019-07-19T20:31:51.270Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200215369 data=null doit=true} to TableItem with text {} 16:31:51 [2019-07-19T20:31:51.270Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200215369 data=null} to TableItem with text {} 16:31:51 [2019-07-19T20:31:51.270Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200215369 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:31:51 [2019-07-19T20:31:51.270Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200215369 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:31:51 [2019-07-19T20:31:51.270Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200215372 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:31:51 [2019-07-19T20:31:51.270Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:31:51 [2019-07-19T20:31:51.270Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:31:51 [2019-07-19T20:31:51.270Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:31:51 [2019-07-19T20:31:51.270Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:51 [2019-07-19T20:31:51.527Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200215520 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:31:51 [2019-07-19T20:31:51.527Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200215520 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:31:51 [2019-07-19T20:31:51.527Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200215520 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:31:51 [2019-07-19T20:31:51.527Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200215521 data=null button=1 stateMask=0x0 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:31:51 [2019-07-19T20:31:51.527Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200215521 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:31:51 [2019-07-19T20:31:51.527Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200215526 data=null button=1 stateMask=0x80000 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:31:51 [2019-07-19T20:31:51.527Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:51 [2019-07-19T20:31:51.527Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:51 [2019-07-19T20:31:51.527Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:31:51 [2019-07-19T20:31:51.527Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:31:51 [2019-07-19T20:31:51.527Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:51 [2019-07-19T20:31:51.527Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:51 [2019-07-19T20:31:51.527Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:51 [2019-07-19T20:31:51.527Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:51 [2019-07-19T20:31:51.527Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:51 [2019-07-19T20:31:51.527Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200215532 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:31:51 [2019-07-19T20:31:51.527Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200215532 data=null doit=true} to TreeItem with text {test} 16:31:51 [2019-07-19T20:31:51.527Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200215532 data=null} to TreeItem with text {test} 16:31:51 [2019-07-19T20:31:51.527Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200215533 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:31:51 [2019-07-19T20:31:51.527Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200215533 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:31:51 [2019-07-19T20:31:51.527Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200215569 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:31:51 [2019-07-19T20:31:51.527Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:51 [2019-07-19T20:31:51.527Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200215570 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:31:51 [2019-07-19T20:31:51.527Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200215570 data=null doit=true} to TreeItem with text {test} 16:31:51 [2019-07-19T20:31:51.527Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200215570 data=null} to TreeItem with text {test} 16:31:51 [2019-07-19T20:31:51.527Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200215571 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:31:51 [2019-07-19T20:31:51.527Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200215571 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:31:51 [2019-07-19T20:31:51.527Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200215582 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:31:51 [2019-07-19T20:31:51.527Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:31:51 [2019-07-19T20:31:51.527Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:51 [2019-07-19T20:31:51.527Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [5]} time=200215584 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [5]} 16:31:51 [2019-07-19T20:31:51.527Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [5]} time=200215584 data=null doit=true} to TreeItem with text {Traces [5]} 16:31:51 [2019-07-19T20:31:51.527Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [5]} time=200215584 data=null} to TreeItem with text {Traces [5]} 16:31:51 [2019-07-19T20:31:51.527Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [5]} time=200215585 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [5]} 16:31:51 [2019-07-19T20:31:51.527Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200215585 data=null item=TreeItem {Traces [5]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [5]} 16:31:51 [2019-07-19T20:31:51.527Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [5]} time=200215606 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [5]} 16:31:51 [2019-07-19T20:31:51.527Z] WARN - Tree item TreeItem with text {Traces [5]} is already expanded. Won't expand it again. 16:31:51 [2019-07-19T20:31:51.527Z] WARN - Tree item TreeItem with text {z-clashes [2]} is already expanded. Won't expand it again. 16:31:51 [2019-07-19T20:31:51.785Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:31:51 [2019-07-19T20:31:51.785Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:52 [2019-07-19T20:31:52.042Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200216076 data=null button=0 stateMask=0x0 x=174 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:31:52 [2019-07-19T20:31:52.042Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200216076 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:31:52 [2019-07-19T20:31:52.042Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200216076 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:31:52 [2019-07-19T20:31:52.042Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200216077 data=null button=1 stateMask=0x0 x=174 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:31:52 [2019-07-19T20:31:52.042Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200216077 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:31:52 [2019-07-19T20:31:52.042Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200216113 data=null button=1 stateMask=0x80000 x=174 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:31:52 [2019-07-19T20:31:52.042Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:52 [2019-07-19T20:31:52.042Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:52 [2019-07-19T20:31:52.042Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:31:52 [2019-07-19T20:31:52.042Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:52 [2019-07-19T20:31:52.042Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200216116 data=null button=0 stateMask=0x0 x=174 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:31:52 [2019-07-19T20:31:52.042Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200216116 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:31:52 [2019-07-19T20:31:52.042Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200216116 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:31:52 [2019-07-19T20:31:52.042Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200216116 data=null button=1 stateMask=0x0 x=174 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:31:52 [2019-07-19T20:31:52.042Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200216116 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:31:52 [2019-07-19T20:31:52.042Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200216121 data=null button=1 stateMask=0x80000 x=174 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:31:52 [2019-07-19T20:31:52.042Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomXml.xml} 16:31:52 [2019-07-19T20:31:52.042Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200216122 data=null button=0 stateMask=0x0 x=174 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:31:52 [2019-07-19T20:31:52.042Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200216122 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:31:52 [2019-07-19T20:31:52.042Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:52 [2019-07-19T20:31:52.042Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200216122 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:31:52 [2019-07-19T20:31:52.042Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200216123 data=null button=1 stateMask=0x0 x=174 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:31:52 [2019-07-19T20:31:52.042Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200216123 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:31:52 [2019-07-19T20:31:52.042Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200216127 data=null button=1 stateMask=0x80000 x=174 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:31:52 [2019-07-19T20:31:52.042Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200216127 data=null button=1 stateMask=0x0 x=174 y=116 count=2} to TreeItem with text {ExampleCustomXml.xml} 16:31:52 [2019-07-19T20:31:52.042Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200216127 data=null button=1 stateMask=0x0 x=174 y=116 count=2} to TreeItem with text {ExampleCustomXml.xml} 16:31:52 [2019-07-19T20:31:52.042Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200216127 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:31:52 [2019-07-19T20:31:52.042Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200216288 data=null button=1 stateMask=0x80000 x=174 y=116 count=2} to TreeItem with text {ExampleCustomXml.xml} 16:31:52 [2019-07-19T20:31:52.042Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200216290 data=null button=0 stateMask=0x0 x=174 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:31:52 [2019-07-19T20:31:52.042Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200216291 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:31:52 [2019-07-19T20:31:52.042Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200216291 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:31:52 [2019-07-19T20:31:52.042Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomXml.xml} 16:31:52 [2019-07-19T20:31:52.042Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:31:52 [2019-07-19T20:31:52.042Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:31:52 [2019-07-19T20:31:52.042Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:31:52 [2019-07-19T20:31:52.042Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:31:52 [2019-07-19T20:31:52.042Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:31:52 [2019-07-19T20:31:52.299Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:31:52 [2019-07-19T20:31:52.299Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:52 [2019-07-19T20:31:52.299Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200216426 data=null button=0 stateMask=0x0 x=174 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:31:52 [2019-07-19T20:31:52.299Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200216427 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:31:52 [2019-07-19T20:31:52.299Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200216427 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:31:52 [2019-07-19T20:31:52.299Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200216427 data=null button=1 stateMask=0x0 x=174 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:31:52 [2019-07-19T20:31:52.299Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200216428 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:31:52 [2019-07-19T20:31:52.299Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200216432 data=null button=1 stateMask=0x80000 x=174 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:31:52 [2019-07-19T20:31:52.299Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:52 [2019-07-19T20:31:52.299Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:52 [2019-07-19T20:31:52.299Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:31:52 [2019-07-19T20:31:52.299Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:31:52 [2019-07-19T20:31:52.299Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:52 [2019-07-19T20:31:52.299Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:52 [2019-07-19T20:31:52.299Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:52 [2019-07-19T20:31:52.299Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:52 [2019-07-19T20:31:52.299Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:52 [2019-07-19T20:31:52.299Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200216438 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:31:52 [2019-07-19T20:31:52.299Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200216439 data=null doit=true} to TreeItem with text {test} 16:31:52 [2019-07-19T20:31:52.299Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200216439 data=null} to TreeItem with text {test} 16:31:52 [2019-07-19T20:31:52.299Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200216439 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:31:52 [2019-07-19T20:31:52.299Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200216439 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:31:52 [2019-07-19T20:31:52.299Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200216475 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:31:52 [2019-07-19T20:31:52.299Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:52 [2019-07-19T20:31:52.299Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200216476 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:31:52 [2019-07-19T20:31:52.299Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200216476 data=null doit=true} to TreeItem with text {test} 16:31:52 [2019-07-19T20:31:52.299Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200216476 data=null} to TreeItem with text {test} 16:31:52 [2019-07-19T20:31:52.299Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200216477 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:31:52 [2019-07-19T20:31:52.299Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200216477 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:31:52 [2019-07-19T20:31:52.299Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200216487 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:31:52 [2019-07-19T20:31:52.299Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:31:52 [2019-07-19T20:31:52.299Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:52 [2019-07-19T20:31:52.299Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [5]} time=200216488 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [5]} 16:31:52 [2019-07-19T20:31:52.299Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [5]} time=200216488 data=null doit=true} to TreeItem with text {Traces [5]} 16:31:52 [2019-07-19T20:31:52.299Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [5]} time=200216488 data=null} to TreeItem with text {Traces [5]} 16:31:52 [2019-07-19T20:31:52.299Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [5]} time=200216488 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [5]} 16:31:52 [2019-07-19T20:31:52.299Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200216489 data=null item=TreeItem {Traces [5]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [5]} 16:31:52 [2019-07-19T20:31:52.299Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [5]} time=200216499 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [5]} 16:31:52 [2019-07-19T20:31:52.299Z] WARN - Tree item TreeItem with text {Traces [5]} is already expanded. Won't expand it again. 16:31:52 [2019-07-19T20:31:52.299Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:31:52 [2019-07-19T20:31:52.299Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:52 [2019-07-19T20:31:52.299Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:52 [2019-07-19T20:31:52.299Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:52 [2019-07-19T20:31:52.299Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:52 [2019-07-19T20:31:52.299Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:52 [2019-07-19T20:31:52.299Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200216541 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:31:52 [2019-07-19T20:31:52.299Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200216541 data=null doit=true} to TreeItem with text {test} 16:31:52 [2019-07-19T20:31:52.299Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200216541 data=null} to TreeItem with text {test} 16:31:52 [2019-07-19T20:31:52.299Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200216541 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:31:52 [2019-07-19T20:31:52.299Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200216541 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:31:52 [2019-07-19T20:31:52.556Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200216565 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:31:52 [2019-07-19T20:31:52.556Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:52 [2019-07-19T20:31:52.556Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200216566 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:31:52 [2019-07-19T20:31:52.556Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200216566 data=null doit=true} to TreeItem with text {test} 16:31:52 [2019-07-19T20:31:52.556Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200216566 data=null} to TreeItem with text {test} 16:31:52 [2019-07-19T20:31:52.556Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200216566 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:31:52 [2019-07-19T20:31:52.556Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200216567 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:31:52 [2019-07-19T20:31:52.556Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200216576 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:31:52 [2019-07-19T20:31:52.556Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:31:52 [2019-07-19T20:31:52.556Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:52 [2019-07-19T20:31:52.556Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [5]} time=200216577 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [5]} 16:31:52 [2019-07-19T20:31:52.556Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [5]} time=200216578 data=null doit=true} to TreeItem with text {Traces [5]} 16:31:52 [2019-07-19T20:31:52.556Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [5]} time=200216578 data=null} to TreeItem with text {Traces [5]} 16:31:52 [2019-07-19T20:31:52.556Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [5]} time=200216578 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [5]} 16:31:52 [2019-07-19T20:31:52.556Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200216578 data=null item=TreeItem {Traces [5]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [5]} 16:31:52 [2019-07-19T20:31:52.556Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [5]} time=200216643 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [5]} 16:31:52 [2019-07-19T20:31:52.556Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:52 [2019-07-19T20:31:52.556Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [5]} time=200216644 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [5]} 16:31:52 [2019-07-19T20:31:52.556Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [5]} time=200216644 data=null doit=true} to TreeItem with text {Traces [5]} 16:31:52 [2019-07-19T20:31:52.556Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [5]} time=200216644 data=null} to TreeItem with text {Traces [5]} 16:31:52 [2019-07-19T20:31:52.556Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [5]} time=200216645 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [5]} 16:31:52 [2019-07-19T20:31:52.556Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200216645 data=null item=TreeItem {Traces [5]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [5]} 16:31:52 [2019-07-19T20:31:52.556Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [5]} time=200216657 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [5]} 16:31:52 [2019-07-19T20:31:52.556Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...' 16:31:52 [2019-07-19T20:31:52.556Z] DEBUG - Clicking on with mnemonic 'Import...' 16:31:52 [2019-07-19T20:31:52.813Z] DEBUG - Clicked on with mnemonic 'Import...' 16:31:52 [2019-07-19T20:31:52.813Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import' 16:31:52 [2019-07-19T20:31:52.813Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=200216979 data=null doit=true} to Shell with text {Trace Import} 16:31:52 [2019-07-19T20:31:52.813Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:31:52 [2019-07-19T20:31:52.813Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with mnemonic 'Select root directory:' 16:31:52 [2019-07-19T20:31:52.813Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with style 'SWT.RADIO' 16:31:52 [2019-07-19T20:31:52.813Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') 16:31:52 [2019-07-19T20:31:52.813Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:52 [2019-07-19T20:31:52.813Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:31:52 [2019-07-19T20:31:52.813Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:52 [2019-07-19T20:31:52.813Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:31:52 [2019-07-19T20:31:52.813Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:31:52 [2019-07-19T20:31:52.813Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:31:52 [2019-07-19T20:31:52.813Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:31:52 [2019-07-19T20:31:52.813Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:31:52 [2019-07-19T20:31:52.813Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:31:52 [2019-07-19T20:31:52.813Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:31:52 [2019-07-19T20:31:52.813Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:31:52 [2019-07-19T20:31:52.813Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') is already selected, not clicking again. 16:31:52 [2019-07-19T20:31:52.813Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:31:52 [2019-07-19T20:31:52.813Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:31:52 [2019-07-19T20:31:52.813Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:31:52 [2019-07-19T20:31:52.813Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:31:52 [2019-07-19T20:31:52.813Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:31:52 [2019-07-19T20:31:52.813Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo') 16:31:52 [2019-07-19T20:31:52.813Z] DEBUG - Attempting to set focus on (of type 'Combo') 16:31:52 [2019-07-19T20:31:52.813Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import 16:31:52 [2019-07-19T20:31:52.813Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import} time=200217018 data=null} to (of type 'Combo') 16:31:52 [2019-07-19T20:31:52.813Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import 16:31:52 [2019-07-19T20:31:52.813Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:52 [2019-07-19T20:31:52.813Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:52 [2019-07-19T20:31:52.813Z] DEBUG - Attempting to set focus on (of type 'Tree') 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {import} time=200217069 data=null button=0 stateMask=0x0 x=83 y=11 count=0} to TreeItem with text {import} 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=200217069 data=null doit=true} to TreeItem with text {import} 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=200217073 data=null} to TreeItem with text {import} 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=200217073 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import} 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200217073 data=null item=TreeItem {import} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {import} 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=200217074 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import} 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - Setting state to checked on: import 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:') 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to Custom Text : TmfGeneric 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {Custom Text : TmfGeneric} time=200217083 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to Custom Text : TmfGeneric 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') already selected, not selecting again. 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') already selected, not selecting again. 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH' 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - Clicking on &Finish 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=200217118 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=200217118 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=200217118 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=200217118 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=200217118 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:53 [2019-07-19T20:31:53.071Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=200217118 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:53 [2019-07-19T20:31:53.328Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:53 [2019-07-19T20:31:53.328Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:53 [2019-07-19T20:31:53.328Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:53 [2019-07-19T20:31:53.328Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:53 [2019-07-19T20:31:53.328Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:53 [2019-07-19T20:31:53.328Z] DEBUG - Clicked on &Finish 16:31:53 [2019-07-19T20:31:53.328Z] DEBUG - matched Shell with text "Confirmation", using matcher: with text 'Confirmation' 16:31:53 [2019-07-19T20:31:53.328Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirmation} time=200217407 data=null doit=true} to Shell with text {Confirmation} 16:31:53 [2019-07-19T20:31:53.328Z] DEBUG - matched Button with text "Rename", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.328Z] DEBUG - matched Button with text "Rename All", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.328Z] DEBUG - matched Button with text "Rename All", using matcher: with mnemonic 'Rename All' 16:31:53 [2019-07-19T20:31:53.328Z] DEBUG - matched Button with text "Rename All", using matcher: with style 'SWT.PUSH' 16:31:53 [2019-07-19T20:31:53.328Z] DEBUG - matched Button with text "Rename All", using matcher: (of type 'Button' and with mnemonic 'Rename All' and with style 'SWT.PUSH') 16:31:53 [2019-07-19T20:31:53.328Z] DEBUG - matched Button with text "Overwrite", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.328Z] DEBUG - matched Button with text "Overwrite All", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.328Z] DEBUG - matched Button with text "Skip All", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.328Z] DEBUG - matched Button with text "Skip", using matcher: of type 'Button' 16:31:53 [2019-07-19T20:31:53.328Z] DEBUG - Clicking on Rename All 16:31:53 [2019-07-19T20:31:53.328Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Rename All} time=200217409 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Rename All' and with style 'SWT.PUSH') 16:31:53 [2019-07-19T20:31:53.328Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Rename All} time=200217409 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Rename All' and with style 'SWT.PUSH') 16:31:53 [2019-07-19T20:31:53.328Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Rename All} time=200217409 data=null doit=true} to (of type 'Button' and with mnemonic 'Rename All' and with style 'SWT.PUSH') 16:31:53 [2019-07-19T20:31:53.328Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Rename All} time=200217409 data=null} to (of type 'Button' and with mnemonic 'Rename All' and with style 'SWT.PUSH') 16:31:53 [2019-07-19T20:31:53.328Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Rename All} time=200217409 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Rename All' and with style 'SWT.PUSH') 16:31:53 [2019-07-19T20:31:53.328Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Rename All} time=200217410 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Rename All' and with style 'SWT.PUSH') 16:31:53 [2019-07-19T20:31:53.328Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Rename All} time=200217410 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Rename All' and with style 'SWT.PUSH') 16:31:53 [2019-07-19T20:31:53.328Z] DEBUG - Clicked on 16:31:53 [2019-07-19T20:31:53.585Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=200217118 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:31:53 [2019-07-19T20:31:53.585Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=200216699 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...' 16:31:53 [2019-07-19T20:31:53.844Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:31:53 [2019-07-19T20:31:53.844Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:53 [2019-07-19T20:31:53.844Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:53 [2019-07-19T20:31:53.844Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:53 [2019-07-19T20:31:53.844Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:53 [2019-07-19T20:31:53.844Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:53 [2019-07-19T20:31:53.844Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200218046 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:31:53 [2019-07-19T20:31:53.844Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200218046 data=null doit=true} to TreeItem with text {test} 16:31:53 [2019-07-19T20:31:53.844Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200218046 data=null} to TreeItem with text {test} 16:31:53 [2019-07-19T20:31:53.844Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200218046 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:31:53 [2019-07-19T20:31:53.844Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200218046 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:31:54 [2019-07-19T20:31:54.103Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200218070 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:31:54 [2019-07-19T20:31:54.103Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:54 [2019-07-19T20:31:54.103Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200218096 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:31:54 [2019-07-19T20:31:54.103Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200218096 data=null doit=true} to TreeItem with text {test} 16:31:54 [2019-07-19T20:31:54.103Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200218096 data=null} to TreeItem with text {test} 16:31:54 [2019-07-19T20:31:54.103Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200218097 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:31:54 [2019-07-19T20:31:54.103Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200218097 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:31:54 [2019-07-19T20:31:54.103Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200218103 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:31:54 [2019-07-19T20:31:54.103Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:31:54 [2019-07-19T20:31:54.103Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:54 [2019-07-19T20:31:54.103Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [10]} time=200218105 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [10]} 16:31:54 [2019-07-19T20:31:54.103Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [10]} time=200218105 data=null doit=true} to TreeItem with text {Traces [10]} 16:31:54 [2019-07-19T20:31:54.103Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [10]} time=200218105 data=null} to TreeItem with text {Traces [10]} 16:31:54 [2019-07-19T20:31:54.103Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [10]} time=200218105 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [10]} 16:31:54 [2019-07-19T20:31:54.103Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200218105 data=null item=TreeItem {Traces [10]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [10]} 16:31:54 [2019-07-19T20:31:54.103Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [10]} time=200218126 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [10]} 16:31:54 [2019-07-19T20:31:54.103Z] WARN - Tree item TreeItem with text {Traces [10]} is already expanded. Won't expand it again. 16:31:54 [2019-07-19T20:31:54.362Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:31:54 [2019-07-19T20:31:54.362Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:54 [2019-07-19T20:31:54.362Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=200218508 data=null button=0 stateMask=0x0 x=161 y=200 count=0} to TreeItem with text {ExampleCustomTxt.log(2)} 16:31:54 [2019-07-19T20:31:54.362Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log(2)} time=200218509 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)} 16:31:54 [2019-07-19T20:31:54.362Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log(2)} time=200218509 data=null} to TreeItem with text {ExampleCustomTxt.log(2)} 16:31:54 [2019-07-19T20:31:54.362Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=200218509 data=null button=1 stateMask=0x0 x=161 y=200 count=1} to TreeItem with text {ExampleCustomTxt.log(2)} 16:31:54 [2019-07-19T20:31:54.362Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200218510 data=null item=TreeItem {ExampleCustomTxt.log(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)} 16:31:54 [2019-07-19T20:31:54.362Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=200218555 data=null button=1 stateMask=0x80000 x=161 y=200 count=1} to TreeItem with text {ExampleCustomTxt.log(2)} 16:31:54 [2019-07-19T20:31:54.362Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:54 [2019-07-19T20:31:54.362Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:54 [2019-07-19T20:31:54.362Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:31:54 [2019-07-19T20:31:54.362Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:54 [2019-07-19T20:31:54.362Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=200218558 data=null button=0 stateMask=0x0 x=161 y=200 count=0} to TreeItem with text {ExampleCustomTxt.log(2)} 16:31:54 [2019-07-19T20:31:54.362Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log(2)} time=200218558 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)} 16:31:54 [2019-07-19T20:31:54.362Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log(2)} time=200218558 data=null} to TreeItem with text {ExampleCustomTxt.log(2)} 16:31:54 [2019-07-19T20:31:54.362Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=200218559 data=null button=1 stateMask=0x0 x=161 y=200 count=1} to TreeItem with text {ExampleCustomTxt.log(2)} 16:31:54 [2019-07-19T20:31:54.362Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200218559 data=null item=TreeItem {ExampleCustomTxt.log(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)} 16:31:54 [2019-07-19T20:31:54.362Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=200218564 data=null button=1 stateMask=0x80000 x=161 y=200 count=1} to TreeItem with text {ExampleCustomTxt.log(2)} 16:31:54 [2019-07-19T20:31:54.362Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomTxt.log(2)} 16:31:54 [2019-07-19T20:31:54.362Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=200218564 data=null button=0 stateMask=0x0 x=161 y=200 count=0} to TreeItem with text {ExampleCustomTxt.log(2)} 16:31:54 [2019-07-19T20:31:54.362Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log(2)} time=200218564 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)} 16:31:54 [2019-07-19T20:31:54.362Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:54 [2019-07-19T20:31:54.362Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log(2)} time=200218565 data=null} to TreeItem with text {ExampleCustomTxt.log(2)} 16:31:54 [2019-07-19T20:31:54.362Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=200218565 data=null button=1 stateMask=0x0 x=161 y=200 count=1} to TreeItem with text {ExampleCustomTxt.log(2)} 16:31:54 [2019-07-19T20:31:54.362Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200218565 data=null item=TreeItem {ExampleCustomTxt.log(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)} 16:31:54 [2019-07-19T20:31:54.362Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=200218569 data=null button=1 stateMask=0x80000 x=161 y=200 count=1} to TreeItem with text {ExampleCustomTxt.log(2)} 16:31:54 [2019-07-19T20:31:54.362Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=200218570 data=null button=1 stateMask=0x0 x=161 y=200 count=2} to TreeItem with text {ExampleCustomTxt.log(2)} 16:31:54 [2019-07-19T20:31:54.362Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=200218577 data=null button=1 stateMask=0x0 x=161 y=200 count=2} to TreeItem with text {ExampleCustomTxt.log(2)} 16:31:54 [2019-07-19T20:31:54.618Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200218577 data=null item=TreeItem {ExampleCustomTxt.log(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)} 16:31:54 [2019-07-19T20:31:54.875Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=200218761 data=null button=1 stateMask=0x80000 x=161 y=200 count=2} to TreeItem with text {ExampleCustomTxt.log(2)} 16:31:54 [2019-07-19T20:31:54.875Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=200218994 data=null button=0 stateMask=0x0 x=161 y=200 count=0} to TreeItem with text {ExampleCustomTxt.log(2)} 16:31:54 [2019-07-19T20:31:54.875Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomTxt.log(2)} time=200218995 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)} 16:31:54 [2019-07-19T20:31:54.875Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomTxt.log(2)} time=200218995 data=null} to TreeItem with text {ExampleCustomTxt.log(2)} 16:31:54 [2019-07-19T20:31:54.875Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomTxt.log(2)} 16:31:54 [2019-07-19T20:31:54.875Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:31:54 [2019-07-19T20:31:54.875Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:31:54 [2019-07-19T20:31:54.875Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:31:54 [2019-07-19T20:31:54.875Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:31:54 [2019-07-19T20:31:54.875Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:31:54 [2019-07-19T20:31:54.875Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:31:55 [2019-07-19T20:31:55.805Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:31:55 [2019-07-19T20:31:55.805Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:31:55 [2019-07-19T20:31:55.805Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:31:55 [2019-07-19T20:31:55.805Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:31:55 [2019-07-19T20:31:55.805Z] DEBUG - Attempting to set focus on Table with text {} 16:31:55 [2019-07-19T20:31:55.805Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200220042 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:31:55 [2019-07-19T20:31:55.805Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200220042 data=null doit=true} to TableItem with text {} 16:31:55 [2019-07-19T20:31:55.805Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200220042 data=null} to TableItem with text {} 16:31:55 [2019-07-19T20:31:55.805Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200220043 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:31:55 [2019-07-19T20:31:55.805Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200220043 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:31:56 [2019-07-19T20:31:56.062Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200220096 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:31:56 [2019-07-19T20:31:56.062Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:31:56 [2019-07-19T20:31:56.062Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:31:56 [2019-07-19T20:31:56.062Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:31:56 [2019-07-19T20:31:56.062Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:56 [2019-07-19T20:31:56.062Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=200220264 data=null button=0 stateMask=0x0 x=161 y=200 count=0} to TreeItem with text {ExampleCustomTxt.log(2)} 16:31:56 [2019-07-19T20:31:56.062Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log(2)} time=200220264 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)} 16:31:56 [2019-07-19T20:31:56.062Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log(2)} time=200220264 data=null} to TreeItem with text {ExampleCustomTxt.log(2)} 16:31:56 [2019-07-19T20:31:56.062Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=200220265 data=null button=1 stateMask=0x0 x=161 y=200 count=1} to TreeItem with text {ExampleCustomTxt.log(2)} 16:31:56 [2019-07-19T20:31:56.062Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200220265 data=null item=TreeItem {ExampleCustomTxt.log(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)} 16:31:56 [2019-07-19T20:31:56.062Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=200220270 data=null button=1 stateMask=0x80000 x=161 y=200 count=1} to TreeItem with text {ExampleCustomTxt.log(2)} 16:31:56 [2019-07-19T20:31:56.062Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:56 [2019-07-19T20:31:56.062Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:56 [2019-07-19T20:31:56.062Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:31:56 [2019-07-19T20:31:56.062Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:31:56 [2019-07-19T20:31:56.062Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:56 [2019-07-19T20:31:56.062Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:56 [2019-07-19T20:31:56.062Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:56 [2019-07-19T20:31:56.062Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:56 [2019-07-19T20:31:56.062Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:56 [2019-07-19T20:31:56.062Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200220285 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:31:56 [2019-07-19T20:31:56.062Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200220285 data=null doit=true} to TreeItem with text {test} 16:31:56 [2019-07-19T20:31:56.062Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200220285 data=null} to TreeItem with text {test} 16:31:56 [2019-07-19T20:31:56.062Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200220285 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:31:56 [2019-07-19T20:31:56.062Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200220285 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:31:56 [2019-07-19T20:31:56.319Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200220336 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:31:56 [2019-07-19T20:31:56.319Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:56 [2019-07-19T20:31:56.319Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200220337 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:31:56 [2019-07-19T20:31:56.319Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200220337 data=null doit=true} to TreeItem with text {test} 16:31:56 [2019-07-19T20:31:56.319Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200220338 data=null} to TreeItem with text {test} 16:31:56 [2019-07-19T20:31:56.319Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200220338 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:31:56 [2019-07-19T20:31:56.319Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200220338 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:31:56 [2019-07-19T20:31:56.319Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200220345 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:31:56 [2019-07-19T20:31:56.319Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:31:56 [2019-07-19T20:31:56.319Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:56 [2019-07-19T20:31:56.319Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [10]} time=200220346 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [10]} 16:31:56 [2019-07-19T20:31:56.319Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [10]} time=200220346 data=null doit=true} to TreeItem with text {Traces [10]} 16:31:56 [2019-07-19T20:31:56.319Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [10]} time=200220346 data=null} to TreeItem with text {Traces [10]} 16:31:56 [2019-07-19T20:31:56.319Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [10]} time=200220346 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [10]} 16:31:56 [2019-07-19T20:31:56.319Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200220347 data=null item=TreeItem {Traces [10]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [10]} 16:31:56 [2019-07-19T20:31:56.319Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [10]} time=200220363 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [10]} 16:31:56 [2019-07-19T20:31:56.319Z] WARN - Tree item TreeItem with text {Traces [10]} is already expanded. Won't expand it again. 16:31:56 [2019-07-19T20:31:56.576Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:31:56 [2019-07-19T20:31:56.576Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:56 [2019-07-19T20:31:56.833Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=200220847 data=null button=0 stateMask=0x0 x=165 y=242 count=0} to TreeItem with text {ExampleCustomXml.xml(2)} 16:31:56 [2019-07-19T20:31:56.833Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml(2)} time=200220848 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)} 16:31:56 [2019-07-19T20:31:56.833Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml(2)} time=200220848 data=null} to TreeItem with text {ExampleCustomXml.xml(2)} 16:31:56 [2019-07-19T20:31:56.833Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=200220848 data=null button=1 stateMask=0x0 x=165 y=242 count=1} to TreeItem with text {ExampleCustomXml.xml(2)} 16:31:56 [2019-07-19T20:31:56.833Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200220848 data=null item=TreeItem {ExampleCustomXml.xml(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)} 16:31:56 [2019-07-19T20:31:56.833Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=200220897 data=null button=1 stateMask=0x80000 x=165 y=242 count=1} to TreeItem with text {ExampleCustomXml.xml(2)} 16:31:56 [2019-07-19T20:31:56.833Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:56 [2019-07-19T20:31:56.833Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:56 [2019-07-19T20:31:56.833Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:31:56 [2019-07-19T20:31:56.833Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:56 [2019-07-19T20:31:56.833Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=200220900 data=null button=0 stateMask=0x0 x=165 y=242 count=0} to TreeItem with text {ExampleCustomXml.xml(2)} 16:31:56 [2019-07-19T20:31:56.833Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml(2)} time=200220900 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)} 16:31:56 [2019-07-19T20:31:56.833Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml(2)} time=200220900 data=null} to TreeItem with text {ExampleCustomXml.xml(2)} 16:31:56 [2019-07-19T20:31:56.833Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=200220901 data=null button=1 stateMask=0x0 x=165 y=242 count=1} to TreeItem with text {ExampleCustomXml.xml(2)} 16:31:56 [2019-07-19T20:31:56.833Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200220901 data=null item=TreeItem {ExampleCustomXml.xml(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)} 16:31:56 [2019-07-19T20:31:56.833Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=200220906 data=null button=1 stateMask=0x80000 x=165 y=242 count=1} to TreeItem with text {ExampleCustomXml.xml(2)} 16:31:56 [2019-07-19T20:31:56.833Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomXml.xml(2)} 16:31:56 [2019-07-19T20:31:56.833Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=200220907 data=null button=0 stateMask=0x0 x=165 y=242 count=0} to TreeItem with text {ExampleCustomXml.xml(2)} 16:31:56 [2019-07-19T20:31:56.833Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml(2)} time=200220907 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)} 16:31:56 [2019-07-19T20:31:56.833Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:56 [2019-07-19T20:31:56.833Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml(2)} time=200220908 data=null} to TreeItem with text {ExampleCustomXml.xml(2)} 16:31:56 [2019-07-19T20:31:56.833Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=200220908 data=null button=1 stateMask=0x0 x=165 y=242 count=1} to TreeItem with text {ExampleCustomXml.xml(2)} 16:31:56 [2019-07-19T20:31:56.833Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200220908 data=null item=TreeItem {ExampleCustomXml.xml(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)} 16:31:56 [2019-07-19T20:31:56.833Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=200220918 data=null button=1 stateMask=0x80000 x=165 y=242 count=1} to TreeItem with text {ExampleCustomXml.xml(2)} 16:31:56 [2019-07-19T20:31:56.833Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=200220919 data=null button=1 stateMask=0x0 x=165 y=242 count=2} to TreeItem with text {ExampleCustomXml.xml(2)} 16:31:56 [2019-07-19T20:31:56.833Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=200220919 data=null button=1 stateMask=0x0 x=165 y=242 count=2} to TreeItem with text {ExampleCustomXml.xml(2)} 16:31:56 [2019-07-19T20:31:56.833Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200220919 data=null item=TreeItem {ExampleCustomXml.xml(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)} 16:31:57 [2019-07-19T20:31:57.090Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=200221039 data=null button=1 stateMask=0x80000 x=165 y=242 count=2} to TreeItem with text {ExampleCustomXml.xml(2)} 16:31:57 [2019-07-19T20:31:57.347Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=200221376 data=null button=0 stateMask=0x0 x=165 y=242 count=0} to TreeItem with text {ExampleCustomXml.xml(2)} 16:31:57 [2019-07-19T20:31:57.347Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomXml.xml(2)} time=200221378 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)} 16:31:57 [2019-07-19T20:31:57.347Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomXml.xml(2)} time=200221378 data=null} to TreeItem with text {ExampleCustomXml.xml(2)} 16:31:57 [2019-07-19T20:31:57.347Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomXml.xml(2)} 16:31:57 [2019-07-19T20:31:57.347Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:31:57 [2019-07-19T20:31:57.347Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:31:57 [2019-07-19T20:31:57.347Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:31:57 [2019-07-19T20:31:57.347Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:31:57 [2019-07-19T20:31:57.347Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:31:57 [2019-07-19T20:31:57.347Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:31:57 [2019-07-19T20:31:57.347Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:31:58 [2019-07-19T20:31:58.277Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:31:58 [2019-07-19T20:31:58.277Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:58 [2019-07-19T20:31:58.277Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=200222368 data=null button=0 stateMask=0x0 x=165 y=242 count=0} to TreeItem with text {ExampleCustomXml.xml(2)} 16:31:58 [2019-07-19T20:31:58.277Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml(2)} time=200222368 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)} 16:31:58 [2019-07-19T20:31:58.277Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml(2)} time=200222368 data=null} to TreeItem with text {ExampleCustomXml.xml(2)} 16:31:58 [2019-07-19T20:31:58.277Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=200222369 data=null button=1 stateMask=0x0 x=165 y=242 count=1} to TreeItem with text {ExampleCustomXml.xml(2)} 16:31:58 [2019-07-19T20:31:58.277Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200222369 data=null item=TreeItem {ExampleCustomXml.xml(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)} 16:31:58 [2019-07-19T20:31:58.277Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=200222375 data=null button=1 stateMask=0x80000 x=165 y=242 count=1} to TreeItem with text {ExampleCustomXml.xml(2)} 16:31:58 [2019-07-19T20:31:58.277Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:58 [2019-07-19T20:31:58.277Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:58 [2019-07-19T20:31:58.277Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:31:58 [2019-07-19T20:31:58.277Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:31:58 [2019-07-19T20:31:58.277Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:58 [2019-07-19T20:31:58.277Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:58 [2019-07-19T20:31:58.277Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:58 [2019-07-19T20:31:58.277Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:58 [2019-07-19T20:31:58.277Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:58 [2019-07-19T20:31:58.277Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200222387 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:31:58 [2019-07-19T20:31:58.277Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200222387 data=null doit=true} to TreeItem with text {test} 16:31:58 [2019-07-19T20:31:58.277Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200222387 data=null} to TreeItem with text {test} 16:31:58 [2019-07-19T20:31:58.277Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200222388 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:31:58 [2019-07-19T20:31:58.277Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200222388 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:31:58 [2019-07-19T20:31:58.277Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200222438 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:31:58 [2019-07-19T20:31:58.277Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:58 [2019-07-19T20:31:58.277Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200222438 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:31:58 [2019-07-19T20:31:58.277Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200222439 data=null doit=true} to TreeItem with text {test} 16:31:58 [2019-07-19T20:31:58.277Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200222439 data=null} to TreeItem with text {test} 16:31:58 [2019-07-19T20:31:58.277Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200222439 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:31:58 [2019-07-19T20:31:58.277Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200222439 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:31:58 [2019-07-19T20:31:58.277Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200222446 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:31:58 [2019-07-19T20:31:58.277Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:31:58 [2019-07-19T20:31:58.277Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:58 [2019-07-19T20:31:58.277Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [10]} time=200222447 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [10]} 16:31:58 [2019-07-19T20:31:58.277Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [10]} time=200222447 data=null doit=true} to TreeItem with text {Traces [10]} 16:31:58 [2019-07-19T20:31:58.277Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [10]} time=200222447 data=null} to TreeItem with text {Traces [10]} 16:31:58 [2019-07-19T20:31:58.277Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [10]} time=200222448 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [10]} 16:31:58 [2019-07-19T20:31:58.277Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200222448 data=null item=TreeItem {Traces [10]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [10]} 16:31:58 [2019-07-19T20:31:58.277Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [10]} time=200222470 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [10]} 16:31:58 [2019-07-19T20:31:58.277Z] WARN - Tree item TreeItem with text {Traces [10]} is already expanded. Won't expand it again. 16:31:58 [2019-07-19T20:31:58.535Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:31:58 [2019-07-19T20:31:58.535Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:58 [2019-07-19T20:31:58.535Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {unrecognized.log(2)} time=200222597 data=null button=0 stateMask=0x0 x=142 y=284 count=0} to TreeItem with text {unrecognized.log(2)} 16:31:58 [2019-07-19T20:31:58.535Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {unrecognized.log(2)} time=200222597 data=null doit=true} to TreeItem with text {unrecognized.log(2)} 16:31:58 [2019-07-19T20:31:58.535Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {unrecognized.log(2)} time=200222597 data=null} to TreeItem with text {unrecognized.log(2)} 16:31:58 [2019-07-19T20:31:58.535Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log(2)} time=200222597 data=null button=1 stateMask=0x0 x=142 y=284 count=1} to TreeItem with text {unrecognized.log(2)} 16:31:58 [2019-07-19T20:31:58.535Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200222598 data=null item=TreeItem {unrecognized.log(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {unrecognized.log(2)} 16:31:58 [2019-07-19T20:31:58.535Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log(2)} time=200222646 data=null button=1 stateMask=0x80000 x=142 y=284 count=1} to TreeItem with text {unrecognized.log(2)} 16:31:58 [2019-07-19T20:31:58.535Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:58 [2019-07-19T20:31:58.535Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:58 [2019-07-19T20:31:58.535Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:31:58 [2019-07-19T20:31:58.535Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:58 [2019-07-19T20:31:58.535Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {unrecognized.log(2)} time=200222649 data=null button=0 stateMask=0x0 x=142 y=284 count=0} to TreeItem with text {unrecognized.log(2)} 16:31:58 [2019-07-19T20:31:58.535Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {unrecognized.log(2)} time=200222649 data=null doit=true} to TreeItem with text {unrecognized.log(2)} 16:31:58 [2019-07-19T20:31:58.535Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {unrecognized.log(2)} time=200222649 data=null} to TreeItem with text {unrecognized.log(2)} 16:31:58 [2019-07-19T20:31:58.535Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log(2)} time=200222650 data=null button=1 stateMask=0x0 x=142 y=284 count=1} to TreeItem with text {unrecognized.log(2)} 16:31:58 [2019-07-19T20:31:58.535Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200222650 data=null item=TreeItem {unrecognized.log(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {unrecognized.log(2)} 16:31:58 [2019-07-19T20:31:58.535Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log(2)} time=200222655 data=null button=1 stateMask=0x80000 x=142 y=284 count=1} to TreeItem with text {unrecognized.log(2)} 16:31:58 [2019-07-19T20:31:58.535Z] DEBUG - Double-clicking on TreeItem with text {unrecognized.log(2)} 16:31:58 [2019-07-19T20:31:58.535Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {unrecognized.log(2)} time=200222656 data=null button=0 stateMask=0x0 x=142 y=284 count=0} to TreeItem with text {unrecognized.log(2)} 16:31:58 [2019-07-19T20:31:58.535Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {unrecognized.log(2)} time=200222656 data=null doit=true} to TreeItem with text {unrecognized.log(2)} 16:31:58 [2019-07-19T20:31:58.535Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:58 [2019-07-19T20:31:58.535Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {unrecognized.log(2)} time=200222656 data=null} to TreeItem with text {unrecognized.log(2)} 16:31:58 [2019-07-19T20:31:58.535Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log(2)} time=200222656 data=null button=1 stateMask=0x0 x=142 y=284 count=1} to TreeItem with text {unrecognized.log(2)} 16:31:58 [2019-07-19T20:31:58.535Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200222657 data=null item=TreeItem {unrecognized.log(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {unrecognized.log(2)} 16:31:58 [2019-07-19T20:31:58.535Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log(2)} time=200222690 data=null button=1 stateMask=0x80000 x=142 y=284 count=1} to TreeItem with text {unrecognized.log(2)} 16:31:58 [2019-07-19T20:31:58.535Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log(2)} time=200222726 data=null button=1 stateMask=0x0 x=142 y=284 count=2} to TreeItem with text {unrecognized.log(2)} 16:31:58 [2019-07-19T20:31:58.535Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {unrecognized.log(2)} time=200222729 data=null button=1 stateMask=0x0 x=142 y=284 count=2} to TreeItem with text {unrecognized.log(2)} 16:31:58 [2019-07-19T20:31:58.792Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200222729 data=null item=TreeItem {unrecognized.log(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {unrecognized.log(2)} 16:31:59 [2019-07-19T20:31:59.049Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log(2)} time=200222897 data=null button=1 stateMask=0x80000 x=142 y=284 count=2} to TreeItem with text {unrecognized.log(2)} 16:31:59 [2019-07-19T20:31:59.049Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {unrecognized.log(2)} time=200223106 data=null button=0 stateMask=0x0 x=142 y=284 count=0} to TreeItem with text {unrecognized.log(2)} 16:31:59 [2019-07-19T20:31:59.049Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {unrecognized.log(2)} time=200223106 data=null doit=true} to TreeItem with text {unrecognized.log(2)} 16:31:59 [2019-07-19T20:31:59.049Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {unrecognized.log(2)} time=200223106 data=null} to TreeItem with text {unrecognized.log(2)} 16:31:59 [2019-07-19T20:31:59.049Z] DEBUG - Double-clicked on TreeItem with text {unrecognized.log(2)} 16:31:59 [2019-07-19T20:31:59.049Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:31:59 [2019-07-19T20:31:59.049Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:31:59 [2019-07-19T20:31:59.049Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:31:59 [2019-07-19T20:31:59.049Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:31:59 [2019-07-19T20:31:59.049Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:31:59 [2019-07-19T20:31:59.049Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:31:59 [2019-07-19T20:31:59.049Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:31:59 [2019-07-19T20:31:59.049Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:31:59 [2019-07-19T20:31:59.980Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:31:59 [2019-07-19T20:31:59.980Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:59 [2019-07-19T20:31:59.980Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {unrecognized.log(2)} time=200224096 data=null button=0 stateMask=0x0 x=142 y=284 count=0} to TreeItem with text {unrecognized.log(2)} 16:31:59 [2019-07-19T20:31:59.980Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {unrecognized.log(2)} time=200224096 data=null doit=true} to TreeItem with text {unrecognized.log(2)} 16:31:59 [2019-07-19T20:31:59.980Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {unrecognized.log(2)} time=200224096 data=null} to TreeItem with text {unrecognized.log(2)} 16:31:59 [2019-07-19T20:31:59.980Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log(2)} time=200224097 data=null button=1 stateMask=0x0 x=142 y=284 count=1} to TreeItem with text {unrecognized.log(2)} 16:31:59 [2019-07-19T20:31:59.980Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200224097 data=null item=TreeItem {unrecognized.log(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {unrecognized.log(2)} 16:31:59 [2019-07-19T20:31:59.980Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log(2)} time=200224102 data=null button=1 stateMask=0x80000 x=142 y=284 count=1} to TreeItem with text {unrecognized.log(2)} 16:31:59 [2019-07-19T20:31:59.980Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:59 [2019-07-19T20:31:59.980Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:59 [2019-07-19T20:31:59.980Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:31:59 [2019-07-19T20:31:59.980Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:31:59 [2019-07-19T20:31:59.980Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:59 [2019-07-19T20:31:59.980Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:59 [2019-07-19T20:31:59.980Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:31:59 [2019-07-19T20:31:59.980Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:31:59 [2019-07-19T20:31:59.980Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:59 [2019-07-19T20:31:59.980Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200224108 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:31:59 [2019-07-19T20:31:59.980Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200224109 data=null doit=true} to TreeItem with text {test} 16:31:59 [2019-07-19T20:31:59.980Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200224109 data=null} to TreeItem with text {test} 16:31:59 [2019-07-19T20:31:59.980Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200224109 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:31:59 [2019-07-19T20:31:59.980Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200224109 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:31:59 [2019-07-19T20:31:59.980Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200224153 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:31:59 [2019-07-19T20:31:59.980Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:59 [2019-07-19T20:31:59.980Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200224164 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:31:59 [2019-07-19T20:31:59.980Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200224164 data=null doit=true} to TreeItem with text {test} 16:31:59 [2019-07-19T20:31:59.980Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200224164 data=null} to TreeItem with text {test} 16:31:59 [2019-07-19T20:31:59.980Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200224164 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:31:59 [2019-07-19T20:31:59.980Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200224165 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:31:59 [2019-07-19T20:31:59.980Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200224177 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:31:59 [2019-07-19T20:31:59.980Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:31:59 [2019-07-19T20:31:59.980Z] DEBUG - Attempting to set focus on Tree with text {} 16:31:59 [2019-07-19T20:31:59.980Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [10]} time=200224178 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [10]} 16:31:59 [2019-07-19T20:31:59.980Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [10]} time=200224179 data=null doit=true} to TreeItem with text {Traces [10]} 16:31:59 [2019-07-19T20:31:59.980Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [10]} time=200224179 data=null} to TreeItem with text {Traces [10]} 16:31:59 [2019-07-19T20:31:59.980Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [10]} time=200224179 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [10]} 16:31:59 [2019-07-19T20:31:59.980Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200224179 data=null item=TreeItem {Traces [10]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [10]} 16:31:59 [2019-07-19T20:31:59.980Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [10]} time=200224203 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [10]} 16:31:59 [2019-07-19T20:31:59.980Z] WARN - Tree item TreeItem with text {Traces [10]} is already expanded. Won't expand it again. 16:31:59 [2019-07-19T20:31:59.980Z] WARN - Tree item TreeItem with text {z-clashes [4]} is already expanded. Won't expand it again. 16:32:00 [2019-07-19T20:32:00.237Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:32:00 [2019-07-19T20:32:00.237Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:00 [2019-07-19T20:32:00.237Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=200224388 data=null button=0 stateMask=0x0 x=179 y=116 count=0} to TreeItem with text {ExampleCustomTxt.log(2)} 16:32:00 [2019-07-19T20:32:00.237Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log(2)} time=200224388 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)} 16:32:00 [2019-07-19T20:32:00.237Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log(2)} time=200224388 data=null} to TreeItem with text {ExampleCustomTxt.log(2)} 16:32:00 [2019-07-19T20:32:00.237Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=200224388 data=null button=1 stateMask=0x0 x=179 y=116 count=1} to TreeItem with text {ExampleCustomTxt.log(2)} 16:32:00 [2019-07-19T20:32:00.237Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200224389 data=null item=TreeItem {ExampleCustomTxt.log(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)} 16:32:00 [2019-07-19T20:32:00.237Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=200224465 data=null button=1 stateMask=0x80000 x=179 y=116 count=1} to TreeItem with text {ExampleCustomTxt.log(2)} 16:32:00 [2019-07-19T20:32:00.237Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:00 [2019-07-19T20:32:00.237Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:00 [2019-07-19T20:32:00.237Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:32:00 [2019-07-19T20:32:00.237Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:00 [2019-07-19T20:32:00.237Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=200224468 data=null button=0 stateMask=0x0 x=179 y=116 count=0} to TreeItem with text {ExampleCustomTxt.log(2)} 16:32:00 [2019-07-19T20:32:00.237Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log(2)} time=200224468 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)} 16:32:00 [2019-07-19T20:32:00.237Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log(2)} time=200224468 data=null} to TreeItem with text {ExampleCustomTxt.log(2)} 16:32:00 [2019-07-19T20:32:00.237Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=200224468 data=null button=1 stateMask=0x0 x=179 y=116 count=1} to TreeItem with text {ExampleCustomTxt.log(2)} 16:32:00 [2019-07-19T20:32:00.237Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200224468 data=null item=TreeItem {ExampleCustomTxt.log(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)} 16:32:00 [2019-07-19T20:32:00.237Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=200224474 data=null button=1 stateMask=0x80000 x=179 y=116 count=1} to TreeItem with text {ExampleCustomTxt.log(2)} 16:32:00 [2019-07-19T20:32:00.237Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomTxt.log(2)} 16:32:00 [2019-07-19T20:32:00.238Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=200224474 data=null button=0 stateMask=0x0 x=179 y=116 count=0} to TreeItem with text {ExampleCustomTxt.log(2)} 16:32:00 [2019-07-19T20:32:00.238Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log(2)} time=200224474 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)} 16:32:00 [2019-07-19T20:32:00.238Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:00 [2019-07-19T20:32:00.238Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log(2)} time=200224475 data=null} to TreeItem with text {ExampleCustomTxt.log(2)} 16:32:00 [2019-07-19T20:32:00.238Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=200224475 data=null button=1 stateMask=0x0 x=179 y=116 count=1} to TreeItem with text {ExampleCustomTxt.log(2)} 16:32:00 [2019-07-19T20:32:00.238Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200224475 data=null item=TreeItem {ExampleCustomTxt.log(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)} 16:32:00 [2019-07-19T20:32:00.238Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=200224479 data=null button=1 stateMask=0x80000 x=179 y=116 count=1} to TreeItem with text {ExampleCustomTxt.log(2)} 16:32:00 [2019-07-19T20:32:00.238Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=200224486 data=null button=1 stateMask=0x0 x=179 y=116 count=2} to TreeItem with text {ExampleCustomTxt.log(2)} 16:32:00 [2019-07-19T20:32:00.238Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=200224486 data=null button=1 stateMask=0x0 x=179 y=116 count=2} to TreeItem with text {ExampleCustomTxt.log(2)} 16:32:00 [2019-07-19T20:32:00.494Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200224486 data=null item=TreeItem {ExampleCustomTxt.log(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)} 16:32:00 [2019-07-19T20:32:00.755Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=200224590 data=null button=1 stateMask=0x80000 x=179 y=116 count=2} to TreeItem with text {ExampleCustomTxt.log(2)} 16:32:00 [2019-07-19T20:32:00.755Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=200224825 data=null button=0 stateMask=0x0 x=179 y=116 count=0} to TreeItem with text {ExampleCustomTxt.log(2)} 16:32:00 [2019-07-19T20:32:00.755Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomTxt.log(2)} time=200224825 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)} 16:32:00 [2019-07-19T20:32:00.755Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomTxt.log(2)} time=200224825 data=null} to TreeItem with text {ExampleCustomTxt.log(2)} 16:32:00 [2019-07-19T20:32:00.755Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomTxt.log(2)} 16:32:00 [2019-07-19T20:32:00.755Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:32:00 [2019-07-19T20:32:00.755Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:32:00 [2019-07-19T20:32:00.755Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:32:00 [2019-07-19T20:32:00.755Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:32:00 [2019-07-19T20:32:00.755Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:32:00 [2019-07-19T20:32:00.755Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:32:00 [2019-07-19T20:32:00.755Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:32:00 [2019-07-19T20:32:00.755Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:32:00 [2019-07-19T20:32:00.755Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:32:01 [2019-07-19T20:32:01.686Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:32:01 [2019-07-19T20:32:01.686Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:32:01 [2019-07-19T20:32:01.944Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:32:01 [2019-07-19T20:32:01.944Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:32:01 [2019-07-19T20:32:01.944Z] DEBUG - Attempting to set focus on Table with text {} 16:32:01 [2019-07-19T20:32:01.944Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200225939 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:32:01 [2019-07-19T20:32:01.944Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200225939 data=null doit=true} to TableItem with text {} 16:32:01 [2019-07-19T20:32:01.944Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200225939 data=null} to TableItem with text {} 16:32:01 [2019-07-19T20:32:01.944Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200225939 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:32:01 [2019-07-19T20:32:01.944Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200225940 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:32:01 [2019-07-19T20:32:01.944Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200225945 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:32:01 [2019-07-19T20:32:01.944Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:32:01 [2019-07-19T20:32:01.944Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:32:01 [2019-07-19T20:32:01.944Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:32:01 [2019-07-19T20:32:01.944Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:02 [2019-07-19T20:32:02.203Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=200226238 data=null button=0 stateMask=0x0 x=179 y=116 count=0} to TreeItem with text {ExampleCustomTxt.log(2)} 16:32:02 [2019-07-19T20:32:02.203Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log(2)} time=200226238 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)} 16:32:02 [2019-07-19T20:32:02.203Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log(2)} time=200226238 data=null} to TreeItem with text {ExampleCustomTxt.log(2)} 16:32:02 [2019-07-19T20:32:02.203Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=200226239 data=null button=1 stateMask=0x0 x=179 y=116 count=1} to TreeItem with text {ExampleCustomTxt.log(2)} 16:32:02 [2019-07-19T20:32:02.203Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200226239 data=null item=TreeItem {ExampleCustomTxt.log(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)} 16:32:02 [2019-07-19T20:32:02.203Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=200226244 data=null button=1 stateMask=0x80000 x=179 y=116 count=1} to TreeItem with text {ExampleCustomTxt.log(2)} 16:32:02 [2019-07-19T20:32:02.203Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:02 [2019-07-19T20:32:02.203Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:02 [2019-07-19T20:32:02.203Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:32:02 [2019-07-19T20:32:02.203Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:32:02 [2019-07-19T20:32:02.203Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:02 [2019-07-19T20:32:02.203Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:02 [2019-07-19T20:32:02.203Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:02 [2019-07-19T20:32:02.203Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:02 [2019-07-19T20:32:02.203Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:02 [2019-07-19T20:32:02.203Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200226250 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:32:02 [2019-07-19T20:32:02.203Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200226256 data=null doit=true} to TreeItem with text {test} 16:32:02 [2019-07-19T20:32:02.203Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200226256 data=null} to TreeItem with text {test} 16:32:02 [2019-07-19T20:32:02.203Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200226256 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:32:02 [2019-07-19T20:32:02.203Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200226257 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:32:02 [2019-07-19T20:32:02.203Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200226335 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:32:02 [2019-07-19T20:32:02.203Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:02 [2019-07-19T20:32:02.203Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200226336 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:32:02 [2019-07-19T20:32:02.203Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200226336 data=null doit=true} to TreeItem with text {test} 16:32:02 [2019-07-19T20:32:02.203Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200226336 data=null} to TreeItem with text {test} 16:32:02 [2019-07-19T20:32:02.203Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200226336 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:32:02 [2019-07-19T20:32:02.203Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200226337 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:32:02 [2019-07-19T20:32:02.203Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200226343 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:32:02 [2019-07-19T20:32:02.203Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:32:02 [2019-07-19T20:32:02.203Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:02 [2019-07-19T20:32:02.203Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [10]} time=200226345 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [10]} 16:32:02 [2019-07-19T20:32:02.203Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [10]} time=200226345 data=null doit=true} to TreeItem with text {Traces [10]} 16:32:02 [2019-07-19T20:32:02.203Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [10]} time=200226345 data=null} to TreeItem with text {Traces [10]} 16:32:02 [2019-07-19T20:32:02.203Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [10]} time=200226345 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [10]} 16:32:02 [2019-07-19T20:32:02.203Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200226345 data=null item=TreeItem {Traces [10]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [10]} 16:32:02 [2019-07-19T20:32:02.203Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [10]} time=200226366 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [10]} 16:32:02 [2019-07-19T20:32:02.203Z] WARN - Tree item TreeItem with text {Traces [10]} is already expanded. Won't expand it again. 16:32:02 [2019-07-19T20:32:02.203Z] WARN - Tree item TreeItem with text {z-clashes [4]} is already expanded. Won't expand it again. 16:32:02 [2019-07-19T20:32:02.460Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:32:02 [2019-07-19T20:32:02.460Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:02 [2019-07-19T20:32:02.460Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=200226579 data=null button=0 stateMask=0x0 x=183 y=158 count=0} to TreeItem with text {ExampleCustomXml.xml(2)} 16:32:02 [2019-07-19T20:32:02.460Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml(2)} time=200226579 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)} 16:32:02 [2019-07-19T20:32:02.460Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml(2)} time=200226579 data=null} to TreeItem with text {ExampleCustomXml.xml(2)} 16:32:02 [2019-07-19T20:32:02.460Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=200226579 data=null button=1 stateMask=0x0 x=183 y=158 count=1} to TreeItem with text {ExampleCustomXml.xml(2)} 16:32:02 [2019-07-19T20:32:02.460Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200226580 data=null item=TreeItem {ExampleCustomXml.xml(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)} 16:32:02 [2019-07-19T20:32:02.460Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=200226662 data=null button=1 stateMask=0x80000 x=183 y=158 count=1} to TreeItem with text {ExampleCustomXml.xml(2)} 16:32:02 [2019-07-19T20:32:02.460Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:02 [2019-07-19T20:32:02.460Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:02 [2019-07-19T20:32:02.460Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:32:02 [2019-07-19T20:32:02.460Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:02 [2019-07-19T20:32:02.460Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=200226665 data=null button=0 stateMask=0x0 x=183 y=158 count=0} to TreeItem with text {ExampleCustomXml.xml(2)} 16:32:02 [2019-07-19T20:32:02.460Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml(2)} time=200226665 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)} 16:32:02 [2019-07-19T20:32:02.460Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml(2)} time=200226665 data=null} to TreeItem with text {ExampleCustomXml.xml(2)} 16:32:02 [2019-07-19T20:32:02.460Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=200226666 data=null button=1 stateMask=0x0 x=183 y=158 count=1} to TreeItem with text {ExampleCustomXml.xml(2)} 16:32:02 [2019-07-19T20:32:02.460Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200226666 data=null item=TreeItem {ExampleCustomXml.xml(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)} 16:32:02 [2019-07-19T20:32:02.460Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=200226671 data=null button=1 stateMask=0x80000 x=183 y=158 count=1} to TreeItem with text {ExampleCustomXml.xml(2)} 16:32:02 [2019-07-19T20:32:02.460Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomXml.xml(2)} 16:32:02 [2019-07-19T20:32:02.460Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=200226672 data=null button=0 stateMask=0x0 x=183 y=158 count=0} to TreeItem with text {ExampleCustomXml.xml(2)} 16:32:02 [2019-07-19T20:32:02.460Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml(2)} time=200226672 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)} 16:32:02 [2019-07-19T20:32:02.460Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:02 [2019-07-19T20:32:02.460Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml(2)} time=200226672 data=null} to TreeItem with text {ExampleCustomXml.xml(2)} 16:32:02 [2019-07-19T20:32:02.460Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=200226672 data=null button=1 stateMask=0x0 x=183 y=158 count=1} to TreeItem with text {ExampleCustomXml.xml(2)} 16:32:02 [2019-07-19T20:32:02.460Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200226673 data=null item=TreeItem {ExampleCustomXml.xml(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)} 16:32:02 [2019-07-19T20:32:02.460Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=200226677 data=null button=1 stateMask=0x80000 x=183 y=158 count=1} to TreeItem with text {ExampleCustomXml.xml(2)} 16:32:02 [2019-07-19T20:32:02.460Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=200226683 data=null button=1 stateMask=0x0 x=183 y=158 count=2} to TreeItem with text {ExampleCustomXml.xml(2)} 16:32:02 [2019-07-19T20:32:02.460Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=200226684 data=null button=1 stateMask=0x0 x=183 y=158 count=2} to TreeItem with text {ExampleCustomXml.xml(2)} 16:32:02 [2019-07-19T20:32:02.718Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200226684 data=null item=TreeItem {ExampleCustomXml.xml(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)} 16:32:02 [2019-07-19T20:32:02.975Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=200226809 data=null button=1 stateMask=0x80000 x=183 y=158 count=2} to TreeItem with text {ExampleCustomXml.xml(2)} 16:32:02 [2019-07-19T20:32:02.975Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=200227074 data=null button=0 stateMask=0x0 x=183 y=158 count=0} to TreeItem with text {ExampleCustomXml.xml(2)} 16:32:02 [2019-07-19T20:32:02.975Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomXml.xml(2)} time=200227075 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)} 16:32:02 [2019-07-19T20:32:02.975Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomXml.xml(2)} time=200227075 data=null} to TreeItem with text {ExampleCustomXml.xml(2)} 16:32:02 [2019-07-19T20:32:02.975Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomXml.xml(2)} 16:32:02 [2019-07-19T20:32:02.975Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:32:02 [2019-07-19T20:32:02.975Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:32:02 [2019-07-19T20:32:02.975Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:32:02 [2019-07-19T20:32:02.975Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:32:02 [2019-07-19T20:32:02.975Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:32:02 [2019-07-19T20:32:02.975Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:32:02 [2019-07-19T20:32:02.975Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:32:02 [2019-07-19T20:32:02.975Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:32:02 [2019-07-19T20:32:02.975Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:32:02 [2019-07-19T20:32:02.976Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:32:03 [2019-07-19T20:32:03.905Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:32:03 [2019-07-19T20:32:03.905Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:04 [2019-07-19T20:32:04.163Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=200228166 data=null button=0 stateMask=0x0 x=183 y=158 count=0} to TreeItem with text {ExampleCustomXml.xml(2)} 16:32:04 [2019-07-19T20:32:04.163Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml(2)} time=200228166 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)} 16:32:04 [2019-07-19T20:32:04.163Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml(2)} time=200228167 data=null} to TreeItem with text {ExampleCustomXml.xml(2)} 16:32:04 [2019-07-19T20:32:04.163Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=200228167 data=null button=1 stateMask=0x0 x=183 y=158 count=1} to TreeItem with text {ExampleCustomXml.xml(2)} 16:32:04 [2019-07-19T20:32:04.163Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200228167 data=null item=TreeItem {ExampleCustomXml.xml(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)} 16:32:04 [2019-07-19T20:32:04.163Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=200228172 data=null button=1 stateMask=0x80000 x=183 y=158 count=1} to TreeItem with text {ExampleCustomXml.xml(2)} 16:32:04 [2019-07-19T20:32:04.163Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:04 [2019-07-19T20:32:04.163Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:04 [2019-07-19T20:32:04.163Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:32:04 [2019-07-19T20:32:04.163Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:32:04 [2019-07-19T20:32:04.163Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:04 [2019-07-19T20:32:04.163Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:04 [2019-07-19T20:32:04.163Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:04 [2019-07-19T20:32:04.163Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:04 [2019-07-19T20:32:04.163Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:04 [2019-07-19T20:32:04.163Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200228179 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:32:04 [2019-07-19T20:32:04.163Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200228179 data=null doit=true} to TreeItem with text {test} 16:32:04 [2019-07-19T20:32:04.163Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200228179 data=null} to TreeItem with text {test} 16:32:04 [2019-07-19T20:32:04.163Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200228180 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:32:04 [2019-07-19T20:32:04.163Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200228180 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:32:04 [2019-07-19T20:32:04.163Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200228216 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:32:04 [2019-07-19T20:32:04.163Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:04 [2019-07-19T20:32:04.163Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200228217 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:32:04 [2019-07-19T20:32:04.163Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200228217 data=null doit=true} to TreeItem with text {test} 16:32:04 [2019-07-19T20:32:04.163Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200228218 data=null} to TreeItem with text {test} 16:32:04 [2019-07-19T20:32:04.163Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200228218 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:32:04 [2019-07-19T20:32:04.163Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200228218 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:32:04 [2019-07-19T20:32:04.163Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200228241 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:32:04 [2019-07-19T20:32:04.163Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:32:04 [2019-07-19T20:32:04.163Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:04 [2019-07-19T20:32:04.163Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [10]} time=200228242 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [10]} 16:32:04 [2019-07-19T20:32:04.163Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [10]} time=200228242 data=null doit=true} to TreeItem with text {Traces [10]} 16:32:04 [2019-07-19T20:32:04.163Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [10]} time=200228242 data=null} to TreeItem with text {Traces [10]} 16:32:04 [2019-07-19T20:32:04.163Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [10]} time=200228243 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [10]} 16:32:04 [2019-07-19T20:32:04.163Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200228243 data=null item=TreeItem {Traces [10]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [10]} 16:32:04 [2019-07-19T20:32:04.163Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [10]} time=200228269 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [10]} 16:32:04 [2019-07-19T20:32:04.163Z] WARN - Tree item TreeItem with text {Traces [10]} is already expanded. Won't expand it again. 16:32:04 [2019-07-19T20:32:04.163Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:32:04 [2019-07-19T20:32:04.163Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:04 [2019-07-19T20:32:04.163Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:04 [2019-07-19T20:32:04.163Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:04 [2019-07-19T20:32:04.163Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:04 [2019-07-19T20:32:04.163Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:04 [2019-07-19T20:32:04.163Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200228278 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:32:04 [2019-07-19T20:32:04.163Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200228278 data=null doit=true} to TreeItem with text {test} 16:32:04 [2019-07-19T20:32:04.163Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200228278 data=null} to TreeItem with text {test} 16:32:04 [2019-07-19T20:32:04.163Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200228279 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:32:04 [2019-07-19T20:32:04.163Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200228279 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:32:04 [2019-07-19T20:32:04.163Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200228304 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:32:04 [2019-07-19T20:32:04.163Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:04 [2019-07-19T20:32:04.163Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200228305 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:32:04 [2019-07-19T20:32:04.163Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200228305 data=null doit=true} to TreeItem with text {test} 16:32:04 [2019-07-19T20:32:04.163Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200228305 data=null} to TreeItem with text {test} 16:32:04 [2019-07-19T20:32:04.163Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200228305 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:32:04 [2019-07-19T20:32:04.163Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200228305 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:32:04 [2019-07-19T20:32:04.163Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200228317 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:32:04 [2019-07-19T20:32:04.163Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:32:04 [2019-07-19T20:32:04.163Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:04 [2019-07-19T20:32:04.163Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [10]} time=200228318 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [10]} 16:32:04 [2019-07-19T20:32:04.163Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [10]} time=200228319 data=null doit=true} to TreeItem with text {Traces [10]} 16:32:04 [2019-07-19T20:32:04.163Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [10]} time=200228319 data=null} to TreeItem with text {Traces [10]} 16:32:04 [2019-07-19T20:32:04.163Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [10]} time=200228319 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [10]} 16:32:04 [2019-07-19T20:32:04.164Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200228319 data=null item=TreeItem {Traces [10]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [10]} 16:32:04 [2019-07-19T20:32:04.164Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [10]} time=200228341 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [10]} 16:32:04 [2019-07-19T20:32:04.164Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:04 [2019-07-19T20:32:04.164Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [10]} time=200228342 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [10]} 16:32:04 [2019-07-19T20:32:04.164Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [10]} time=200228342 data=null doit=true} to TreeItem with text {Traces [10]} 16:32:04 [2019-07-19T20:32:04.164Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [10]} time=200228343 data=null} to TreeItem with text {Traces [10]} 16:32:04 [2019-07-19T20:32:04.164Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [10]} time=200228343 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [10]} 16:32:04 [2019-07-19T20:32:04.164Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200228343 data=null item=TreeItem {Traces [10]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [10]} 16:32:04 [2019-07-19T20:32:04.164Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [10]} time=200228351 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [10]} 16:32:04 [2019-07-19T20:32:04.164Z] DEBUG - matched MenuItem with text "C&lear Delete", using matcher: with mnemonic 'Clear' 16:32:04 [2019-07-19T20:32:04.164Z] DEBUG - Clicking on with mnemonic 'Clear' 16:32:04 [2019-07-19T20:32:04.420Z] DEBUG - Clicked on with mnemonic 'Clear' 16:32:04 [2019-07-19T20:32:04.420Z] DEBUG - matched Shell with text "Confirm Clear", using matcher: with text 'Confirm Clear' 16:32:04 [2019-07-19T20:32:04.420Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirm Clear} time=200228644 data=null doit=true} to Shell with text {Confirm Clear} 16:32:04 [2019-07-19T20:32:04.420Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button' 16:32:04 [2019-07-19T20:32:04.420Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes' 16:32:04 [2019-07-19T20:32:04.420Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH' 16:32:04 [2019-07-19T20:32:04.420Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:32:04 [2019-07-19T20:32:04.420Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button' 16:32:04 [2019-07-19T20:32:04.420Z] DEBUG - Clicking on &Yes 16:32:04 [2019-07-19T20:32:04.420Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=200228645 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:32:04 [2019-07-19T20:32:04.420Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=200228645 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:32:04 [2019-07-19T20:32:04.420Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=200228645 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:32:04 [2019-07-19T20:32:04.420Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=200228645 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:32:04 [2019-07-19T20:32:04.420Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=200228645 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:32:04 [2019-07-19T20:32:04.420Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=200228645 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:32:04 [2019-07-19T20:32:04.420Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=200228645 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:32:08 [2019-07-19T20:32:08.809Z] DEBUG - Clicked on 16:32:08 [2019-07-19T20:32:08.809Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {C&lear Delete} time=200228395 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Clear' 16:32:08 [2019-07-19T20:32:08.809Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:32:08 [2019-07-19T20:32:08.809Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:08 [2019-07-19T20:32:08.809Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:08 [2019-07-19T20:32:08.809Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:08 [2019-07-19T20:32:08.809Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:08 [2019-07-19T20:32:08.809Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:08 [2019-07-19T20:32:08.809Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200232588 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:32:08 [2019-07-19T20:32:08.809Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200232588 data=null doit=true} to TreeItem with text {test} 16:32:08 [2019-07-19T20:32:08.809Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200232588 data=null} to TreeItem with text {test} 16:32:08 [2019-07-19T20:32:08.809Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200232588 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:32:08 [2019-07-19T20:32:08.809Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200232588 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:32:08 [2019-07-19T20:32:08.809Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200232611 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:32:08 [2019-07-19T20:32:08.809Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:08 [2019-07-19T20:32:08.809Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200232612 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:32:08 [2019-07-19T20:32:08.809Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200232612 data=null doit=true} to TreeItem with text {test} 16:32:08 [2019-07-19T20:32:08.809Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200232613 data=null} to TreeItem with text {test} 16:32:08 [2019-07-19T20:32:08.809Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200232613 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:32:08 [2019-07-19T20:32:08.809Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200232613 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:32:08 [2019-07-19T20:32:08.809Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200232622 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:32:08 [2019-07-19T20:32:08.809Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:32:08 [2019-07-19T20:32:08.809Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:08 [2019-07-19T20:32:08.809Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=200232623 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]} 16:32:08 [2019-07-19T20:32:08.809Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=200232623 data=null doit=true} to TreeItem with text {Traces [0]} 16:32:08 [2019-07-19T20:32:08.809Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=200232624 data=null} to TreeItem with text {Traces [0]} 16:32:08 [2019-07-19T20:32:08.809Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=200232624 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:32:08 [2019-07-19T20:32:08.809Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200232624 data=null item=TreeItem {Traces [0]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [0]} 16:32:08 [2019-07-19T20:32:08.809Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=200232632 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:32:08 [2019-07-19T20:32:08.809Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:08 [2019-07-19T20:32:08.809Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=200232633 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]} 16:32:08 [2019-07-19T20:32:08.809Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=200232634 data=null doit=true} to TreeItem with text {Traces [0]} 16:32:08 [2019-07-19T20:32:08.809Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=200232634 data=null} to TreeItem with text {Traces [0]} 16:32:08 [2019-07-19T20:32:08.809Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=200232634 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:32:08 [2019-07-19T20:32:08.809Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200232634 data=null item=TreeItem {Traces [0]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [0]} 16:32:08 [2019-07-19T20:32:08.809Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=200232648 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:32:08 [2019-07-19T20:32:08.809Z] DEBUG - matched MenuItem with text "&New Folder...", using matcher: with mnemonic 'New Folder...' 16:32:08 [2019-07-19T20:32:08.809Z] DEBUG - Clicking on with mnemonic 'New Folder...' 16:32:08 [2019-07-19T20:32:08.809Z] DEBUG - Clicked on with mnemonic 'New Folder...' 16:32:08 [2019-07-19T20:32:08.809Z] DEBUG - matched Shell with text "New Folder", using matcher: with text 'New Folder' 16:32:08 [2019-07-19T20:32:08.809Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 16:32:08 [2019-07-19T20:32:08.809Z] DEBUG - matched Text with text "", using matcher: (of type 'Text') 16:32:08 [2019-07-19T20:32:08.809Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:32:08 [2019-07-19T20:32:08.809Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:32:08 [2019-07-19T20:32:08.809Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 16:32:08 [2019-07-19T20:32:08.809Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:32:08 [2019-07-19T20:32:08.809Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:32:08 [2019-07-19T20:32:08.809Z] DEBUG - Clicking on OK 16:32:08 [2019-07-19T20:32:08.809Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=200232809 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:32:08 [2019-07-19T20:32:08.809Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=200232809 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:32:08 [2019-07-19T20:32:08.809Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=200232809 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:32:08 [2019-07-19T20:32:08.809Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=200232809 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:32:08 [2019-07-19T20:32:08.809Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=200232810 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:32:08 [2019-07-19T20:32:08.809Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=200232810 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:32:08 [2019-07-19T20:32:08.809Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=200232810 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:32:08 [2019-07-19T20:32:08.809Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&New Folder...} time=200232694 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'New Folder...' 16:32:08 [2019-07-19T20:32:08.809Z] DEBUG - Clicked on 16:32:08 [2019-07-19T20:32:08.809Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:08 [2019-07-19T20:32:08.809Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=200232924 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]} 16:32:08 [2019-07-19T20:32:08.809Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=200232924 data=null doit=true} to TreeItem with text {Traces [0]} 16:32:08 [2019-07-19T20:32:08.809Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=200232924 data=null} to TreeItem with text {Traces [0]} 16:32:08 [2019-07-19T20:32:08.809Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=200232924 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:32:08 [2019-07-19T20:32:08.809Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200232925 data=null item=TreeItem {Traces [0]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [0]} 16:32:08 [2019-07-19T20:32:08.809Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=200232929 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:32:08 [2019-07-19T20:32:08.809Z] DEBUG - matched MenuItem with text "&New Folder...", using matcher: with mnemonic 'New Folder...' 16:32:08 [2019-07-19T20:32:08.809Z] DEBUG - Clicking on with mnemonic 'New Folder...' 16:32:09 [2019-07-19T20:32:09.066Z] DEBUG - Clicked on with mnemonic 'New Folder...' 16:32:09 [2019-07-19T20:32:09.066Z] DEBUG - matched Shell with text "New Folder", using matcher: with text 'New Folder' 16:32:09 [2019-07-19T20:32:09.066Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 16:32:09 [2019-07-19T20:32:09.066Z] DEBUG - matched Text with text "", using matcher: (of type 'Text') 16:32:09 [2019-07-19T20:32:09.066Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.066Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.066Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 16:32:09 [2019-07-19T20:32:09.066Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:32:09 [2019-07-19T20:32:09.066Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:32:09 [2019-07-19T20:32:09.066Z] DEBUG - Clicking on OK 16:32:09 [2019-07-19T20:32:09.066Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=200233102 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:32:09 [2019-07-19T20:32:09.066Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=200233102 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:32:09 [2019-07-19T20:32:09.066Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=200233102 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:32:09 [2019-07-19T20:32:09.066Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=200233102 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:32:09 [2019-07-19T20:32:09.066Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=200233102 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:32:09 [2019-07-19T20:32:09.066Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=200233102 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:32:09 [2019-07-19T20:32:09.066Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=200233102 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:32:09 [2019-07-19T20:32:09.066Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&New Folder...} time=200232980 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'New Folder...' 16:32:09 [2019-07-19T20:32:09.066Z] DEBUG - Clicked on 16:32:09 [2019-07-19T20:32:09.066Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=200233255 data=null doit=true} to TreeItem with text {Traces [0]} 16:32:09 [2019-07-19T20:32:09.066Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=200233256 data=null} to TreeItem with text {Traces [0]} 16:32:09 [2019-07-19T20:32:09.066Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=200233256 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:32:09 [2019-07-19T20:32:09.066Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200233256 data=null item=TreeItem {Traces [0]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {Traces [0]} 16:32:09 [2019-07-19T20:32:09.066Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=200233259 data=null button=1 stateMask=0x80000 x=75 y=53 count=1} to TreeItem with text {Traces [0]} 16:32:09 [2019-07-19T20:32:09.066Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:09 [2019-07-19T20:32:09.066Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {FolderA} time=200233260 data=null button=0 stateMask=0x0 x=86 y=74 count=0} to TreeItem with text {FolderA} 16:32:09 [2019-07-19T20:32:09.066Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {FolderA} time=200233260 data=null doit=true} to TreeItem with text {FolderA} 16:32:09 [2019-07-19T20:32:09.066Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {FolderA} time=200233260 data=null} to TreeItem with text {FolderA} 16:32:09 [2019-07-19T20:32:09.066Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {FolderA} time=200233261 data=null button=1 stateMask=0x0 x=86 y=74 count=1} to TreeItem with text {FolderA} 16:32:09 [2019-07-19T20:32:09.066Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200233261 data=null item=TreeItem {FolderA} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {FolderA} 16:32:09 [2019-07-19T20:32:09.066Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {FolderA} time=200233291 data=null button=1 stateMask=0x80000 x=102 y=74 count=1} to TreeItem with text {FolderA} 16:32:09 [2019-07-19T20:32:09.323Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...' 16:32:09 [2019-07-19T20:32:09.323Z] DEBUG - Clicking on with mnemonic 'Import...' 16:32:09 [2019-07-19T20:32:09.323Z] DEBUG - Clicked on with mnemonic 'Import...' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=200233611 data=null doit=true} to Shell with text {Trace Import} 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with mnemonic 'Select root directory:' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with style 'SWT.RADIO' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') is already selected, not clicking again. 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo') 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - Attempting to set focus on (of type 'Combo') 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import} time=200233641 data=null} to (of type 'Combo') 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - Attempting to set focus on (of type 'Tree') 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=200233685 data=null doit=true} to TreeItem with text {import} 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=200233685 data=null} to TreeItem with text {import} 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=200233685 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import} 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200233686 data=null item=TreeItem {import} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {import} 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=200233688 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import} 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {import} time=200233689 data=null button=0 stateMask=0x0 x=83 y=11 count=0} to TreeItem with text {import} 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=200233689 data=null doit=true} to TreeItem with text {import} 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=200233689 data=null} to TreeItem with text {import} 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=200233689 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import} 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200233690 data=null item=TreeItem {import} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {import} 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=200233690 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import} 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - Setting state to checked on: ExampleCustomTxt.log 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:09 [2019-07-19T20:32:09.582Z] WARN - Tree item TreeItem with text {import} is already expanded. Won't expand it again. 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200233708 data=null button=0 stateMask=0x0 x=150 y=55 count=0} to Tree node with text: kernel-overlap-testing 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200233708 data=null doit=true} to Tree node with text: kernel-overlap-testing 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200233708 data=null} to Tree node with text: kernel-overlap-testing 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200233708 data=null button=1 stateMask=0x0 x=150 y=55 count=1} to Tree node with text: kernel-overlap-testing 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200233708 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: kernel-overlap-testing 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200233711 data=null button=1 stateMask=0x80000 x=150 y=55 count=1} to Tree node with text: kernel-overlap-testing 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - Setting state to checked on: kernel-overlap-testing 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:') 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection> 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {<Automatic Detection>} time=200233730 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection> 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') already selected, not selecting again. 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - Deselecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$1@c2b3215 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Preserve &folder structure} time=200233739 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Preserve &folder structure} time=200233739 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Preserve &folder structure} time=200233739 data=null doit=true} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Preserve &folder structure} time=200233739 data=null} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Preserve &folder structure} time=200233739 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Preserve &folder structure} time=200233739 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Preserve &folder structure} time=200233739 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Preserve &folder structure} time=200233739 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Preserve &folder structure} time=200233739 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Preserve &folder structure} time=200233740 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Preserve &folder structure} time=200233740 data=null doit=true} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Preserve &folder structure} time=200233740 data=null} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH' 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - Clicking on &Finish 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=200233749 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=200233749 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=200233749 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=200233749 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=200233749 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:32:09 [2019-07-19T20:32:09.582Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=200233749 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:32:09 [2019-07-19T20:32:09.982Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=200233749 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:32:09 [2019-07-19T20:32:09.982Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=200233358 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...' 16:32:10 [2019-07-19T20:32:10.240Z] DEBUG - Clicked on 16:32:10 [2019-07-19T20:32:10.240Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:32:10 [2019-07-19T20:32:10.240Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:10 [2019-07-19T20:32:10.240Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:10 [2019-07-19T20:32:10.240Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:10 [2019-07-19T20:32:10.240Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:10 [2019-07-19T20:32:10.240Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:10 [2019-07-19T20:32:10.240Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200234337 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:32:10 [2019-07-19T20:32:10.240Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200234338 data=null doit=true} to TreeItem with text {test} 16:32:10 [2019-07-19T20:32:10.240Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200234338 data=null} to TreeItem with text {test} 16:32:10 [2019-07-19T20:32:10.240Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200234338 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:32:10 [2019-07-19T20:32:10.240Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200234338 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:32:10 [2019-07-19T20:32:10.240Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200234370 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:32:10 [2019-07-19T20:32:10.240Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:10 [2019-07-19T20:32:10.240Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200234371 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:32:10 [2019-07-19T20:32:10.240Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200234371 data=null doit=true} to TreeItem with text {test} 16:32:10 [2019-07-19T20:32:10.240Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200234371 data=null} to TreeItem with text {test} 16:32:10 [2019-07-19T20:32:10.240Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200234371 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:32:10 [2019-07-19T20:32:10.240Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200234371 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:32:10 [2019-07-19T20:32:10.240Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200234428 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:32:10 [2019-07-19T20:32:10.240Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:32:10 [2019-07-19T20:32:10.240Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:10 [2019-07-19T20:32:10.240Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=200234429 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]} 16:32:10 [2019-07-19T20:32:10.240Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=200234429 data=null doit=true} to TreeItem with text {Traces [0]} 16:32:10 [2019-07-19T20:32:10.240Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=200234429 data=null} to TreeItem with text {Traces [0]} 16:32:10 [2019-07-19T20:32:10.240Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=200234430 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:32:10 [2019-07-19T20:32:10.240Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200234430 data=null item=TreeItem {Traces [0]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [0]} 16:32:10 [2019-07-19T20:32:10.240Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=200234439 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:32:10 [2019-07-19T20:32:10.240Z] WARN - Tree item TreeItem with text {Traces [0]} is already expanded. Won't expand it again. 16:32:10 [2019-07-19T20:32:10.240Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {FolderA [2]} time=200234440 data=null doit=true} to TreeItem with text {FolderA [2]} 16:32:10 [2019-07-19T20:32:10.240Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {FolderA [2]} time=200234440 data=null} to TreeItem with text {FolderA [2]} 16:32:10 [2019-07-19T20:32:10.240Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {FolderA [2]} time=200234440 data=null button=1 stateMask=0x0 x=113 y=74 count=1} to TreeItem with text {FolderA [2]} 16:32:10 [2019-07-19T20:32:10.240Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200234441 data=null item=TreeItem {FolderA [2]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {FolderA [2]} 16:32:10 [2019-07-19T20:32:10.240Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {FolderA [2]} time=200234444 data=null button=1 stateMask=0x80000 x=97 y=74 count=1} to TreeItem with text {FolderA [2]} 16:32:10 [2019-07-19T20:32:10.804Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:32:10 [2019-07-19T20:32:10.804Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:10 [2019-07-19T20:32:10.804Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200234924 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:32:10 [2019-07-19T20:32:10.804Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200234924 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:32:10 [2019-07-19T20:32:10.804Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200234924 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:32:10 [2019-07-19T20:32:10.804Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200234925 data=null button=1 stateMask=0x0 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:32:10 [2019-07-19T20:32:10.804Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200234925 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:32:10 [2019-07-19T20:32:10.804Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200234960 data=null button=1 stateMask=0x80000 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:32:10 [2019-07-19T20:32:10.804Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:10 [2019-07-19T20:32:10.804Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:10 [2019-07-19T20:32:10.804Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:32:10 [2019-07-19T20:32:10.804Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:10 [2019-07-19T20:32:10.804Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200234962 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:32:10 [2019-07-19T20:32:10.804Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200234962 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:32:10 [2019-07-19T20:32:10.804Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200234963 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:32:10 [2019-07-19T20:32:10.804Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200234963 data=null button=1 stateMask=0x0 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:32:10 [2019-07-19T20:32:10.804Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200234963 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:32:10 [2019-07-19T20:32:10.804Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200234967 data=null button=1 stateMask=0x80000 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:32:10 [2019-07-19T20:32:10.804Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomTxt.log} 16:32:10 [2019-07-19T20:32:10.804Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200234968 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:32:10 [2019-07-19T20:32:10.804Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200234968 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:32:10 [2019-07-19T20:32:10.804Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:10 [2019-07-19T20:32:10.804Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200234969 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:32:10 [2019-07-19T20:32:10.804Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200234969 data=null button=1 stateMask=0x0 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:32:10 [2019-07-19T20:32:10.804Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200234969 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:32:10 [2019-07-19T20:32:10.804Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200234973 data=null button=1 stateMask=0x80000 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:32:10 [2019-07-19T20:32:10.804Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200234973 data=null button=1 stateMask=0x0 x=170 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:32:10 [2019-07-19T20:32:10.804Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200234973 data=null button=1 stateMask=0x0 x=170 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:32:10 [2019-07-19T20:32:10.804Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200234973 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:32:11 [2019-07-19T20:32:11.061Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200235094 data=null button=1 stateMask=0x80000 x=170 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:32:11 [2019-07-19T20:32:11.061Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200235253 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:32:11 [2019-07-19T20:32:11.061Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200235253 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:32:11 [2019-07-19T20:32:11.061Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200235254 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:32:11 [2019-07-19T20:32:11.061Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomTxt.log} 16:32:11 [2019-07-19T20:32:11.061Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:32:12 [2019-07-19T20:32:12.430Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:32:12 [2019-07-19T20:32:12.430Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:32:12 [2019-07-19T20:32:12.430Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:32:12 [2019-07-19T20:32:12.430Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:32:12 [2019-07-19T20:32:12.430Z] DEBUG - Attempting to set focus on Table with text {} 16:32:12 [2019-07-19T20:32:12.430Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200236286 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:32:12 [2019-07-19T20:32:12.430Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200236286 data=null doit=true} to TableItem with text {} 16:32:12 [2019-07-19T20:32:12.430Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200236286 data=null} to TableItem with text {} 16:32:12 [2019-07-19T20:32:12.430Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200236287 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:32:12 [2019-07-19T20:32:12.430Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200236287 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:32:12 [2019-07-19T20:32:12.430Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200236338 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:32:12 [2019-07-19T20:32:12.430Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:32:12 [2019-07-19T20:32:12.430Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:32:12 [2019-07-19T20:32:12.430Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:32:12 [2019-07-19T20:32:12.430Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:12 [2019-07-19T20:32:12.430Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200236523 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:32:12 [2019-07-19T20:32:12.430Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200236524 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:32:12 [2019-07-19T20:32:12.430Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200236524 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:32:12 [2019-07-19T20:32:12.430Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200236524 data=null button=1 stateMask=0x0 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:32:12 [2019-07-19T20:32:12.430Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200236524 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:32:12 [2019-07-19T20:32:12.430Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200236529 data=null button=1 stateMask=0x80000 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:32:12 [2019-07-19T20:32:12.430Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:12 [2019-07-19T20:32:12.430Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:12 [2019-07-19T20:32:12.430Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:32:12 [2019-07-19T20:32:12.430Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:32:12 [2019-07-19T20:32:12.430Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:12 [2019-07-19T20:32:12.430Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:12 [2019-07-19T20:32:12.430Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:12 [2019-07-19T20:32:12.430Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:12 [2019-07-19T20:32:12.430Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:12 [2019-07-19T20:32:12.430Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200236534 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:32:12 [2019-07-19T20:32:12.430Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200236534 data=null doit=true} to TreeItem with text {test} 16:32:12 [2019-07-19T20:32:12.430Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200236535 data=null} to TreeItem with text {test} 16:32:12 [2019-07-19T20:32:12.430Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200236535 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:32:12 [2019-07-19T20:32:12.430Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200236542 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:32:12 [2019-07-19T20:32:12.430Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200236581 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:32:12 [2019-07-19T20:32:12.430Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:12 [2019-07-19T20:32:12.430Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200236582 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:32:12 [2019-07-19T20:32:12.430Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200236582 data=null doit=true} to TreeItem with text {test} 16:32:12 [2019-07-19T20:32:12.430Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200236582 data=null} to TreeItem with text {test} 16:32:12 [2019-07-19T20:32:12.430Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200236583 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:32:12 [2019-07-19T20:32:12.430Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200236583 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:32:12 [2019-07-19T20:32:12.430Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200236589 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:32:12 [2019-07-19T20:32:12.430Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:32:12 [2019-07-19T20:32:12.430Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:12 [2019-07-19T20:32:12.430Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [2]} time=200236590 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [2]} 16:32:12 [2019-07-19T20:32:12.430Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [2]} time=200236590 data=null doit=true} to TreeItem with text {Traces [2]} 16:32:12 [2019-07-19T20:32:12.430Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [2]} time=200236590 data=null} to TreeItem with text {Traces [2]} 16:32:12 [2019-07-19T20:32:12.430Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [2]} time=200236590 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [2]} 16:32:12 [2019-07-19T20:32:12.430Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200236591 data=null item=TreeItem {Traces [2]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [2]} 16:32:12 [2019-07-19T20:32:12.430Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [2]} time=200236611 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [2]} 16:32:12 [2019-07-19T20:32:12.431Z] WARN - Tree item TreeItem with text {Traces [2]} is already expanded. Won't expand it again. 16:32:12 [2019-07-19T20:32:12.431Z] WARN - Tree item TreeItem with text {FolderA [2]} is already expanded. Won't expand it again. 16:32:12 [2019-07-19T20:32:12.995Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:32:12 [2019-07-19T20:32:12.995Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:12 [2019-07-19T20:32:12.995Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200237079 data=null button=0 stateMask=0x0 x=166 y=116 count=0} to TreeItem with text {kernel-overlap-testing} 16:32:12 [2019-07-19T20:32:12.995Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200237080 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:32:12 [2019-07-19T20:32:12.995Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200237080 data=null} to TreeItem with text {kernel-overlap-testing} 16:32:12 [2019-07-19T20:32:12.995Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200237080 data=null button=1 stateMask=0x0 x=166 y=116 count=1} to TreeItem with text {kernel-overlap-testing} 16:32:12 [2019-07-19T20:32:12.995Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200237080 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:32:12 [2019-07-19T20:32:12.995Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200237120 data=null button=1 stateMask=0x80000 x=166 y=116 count=1} to TreeItem with text {kernel-overlap-testing} 16:32:12 [2019-07-19T20:32:12.995Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:12 [2019-07-19T20:32:12.995Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:12 [2019-07-19T20:32:12.995Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:32:12 [2019-07-19T20:32:12.995Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:12 [2019-07-19T20:32:12.995Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200237122 data=null button=0 stateMask=0x0 x=166 y=116 count=0} to TreeItem with text {kernel-overlap-testing} 16:32:12 [2019-07-19T20:32:12.995Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200237122 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:32:12 [2019-07-19T20:32:12.995Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200237123 data=null} to TreeItem with text {kernel-overlap-testing} 16:32:12 [2019-07-19T20:32:12.995Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200237123 data=null button=1 stateMask=0x0 x=166 y=116 count=1} to TreeItem with text {kernel-overlap-testing} 16:32:12 [2019-07-19T20:32:12.995Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200237123 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:32:12 [2019-07-19T20:32:12.995Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200237127 data=null button=1 stateMask=0x80000 x=166 y=116 count=1} to TreeItem with text {kernel-overlap-testing} 16:32:12 [2019-07-19T20:32:12.995Z] DEBUG - Double-clicking on TreeItem with text {kernel-overlap-testing} 16:32:12 [2019-07-19T20:32:12.995Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200237128 data=null button=0 stateMask=0x0 x=166 y=116 count=0} to TreeItem with text {kernel-overlap-testing} 16:32:12 [2019-07-19T20:32:12.995Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200237128 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:32:12 [2019-07-19T20:32:12.995Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:12 [2019-07-19T20:32:12.995Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200237129 data=null} to TreeItem with text {kernel-overlap-testing} 16:32:12 [2019-07-19T20:32:12.995Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200237129 data=null button=1 stateMask=0x0 x=166 y=116 count=1} to TreeItem with text {kernel-overlap-testing} 16:32:12 [2019-07-19T20:32:12.995Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200237129 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:32:12 [2019-07-19T20:32:12.995Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200237133 data=null button=1 stateMask=0x80000 x=166 y=116 count=1} to TreeItem with text {kernel-overlap-testing} 16:32:12 [2019-07-19T20:32:12.995Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200237133 data=null button=1 stateMask=0x0 x=166 y=116 count=2} to TreeItem with text {kernel-overlap-testing} 16:32:12 [2019-07-19T20:32:12.995Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {kernel-overlap-testing} time=200237133 data=null button=1 stateMask=0x0 x=166 y=116 count=2} to TreeItem with text {kernel-overlap-testing} 16:32:12 [2019-07-19T20:32:12.995Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200237134 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:32:13 [2019-07-19T20:32:13.559Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200237208 data=null button=1 stateMask=0x80000 x=166 y=116 count=2} to TreeItem with text {kernel-overlap-testing} 16:32:13 [2019-07-19T20:32:13.559Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {kernel-overlap-testing} time=200237685 data=null button=0 stateMask=0x0 x=166 y=116 count=0} to TreeItem with text {kernel-overlap-testing} 16:32:13 [2019-07-19T20:32:13.559Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {kernel-overlap-testing} time=200237789 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:32:13 [2019-07-19T20:32:13.559Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {kernel-overlap-testing} time=200237789 data=null} to TreeItem with text {kernel-overlap-testing} 16:32:13 [2019-07-19T20:32:13.559Z] DEBUG - Double-clicked on TreeItem with text {kernel-overlap-testing} 16:32:13 [2019-07-19T20:32:13.559Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:32:13 [2019-07-19T20:32:13.559Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:32:13 [2019-07-19T20:32:13.559Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:32:13 [2019-07-19T20:32:13.559Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:32:13 [2019-07-19T20:32:13.559Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:32:13 [2019-07-19T20:32:13.559Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:32:13 [2019-07-19T20:32:13.559Z] DEBUG - Attempting to set focus on Table with text {} 16:32:13 [2019-07-19T20:32:13.559Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200237792 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:32:13 [2019-07-19T20:32:13.559Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200237792 data=null doit=true} to TableItem with text {} 16:32:13 [2019-07-19T20:32:13.559Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200237792 data=null} to TableItem with text {} 16:32:13 [2019-07-19T20:32:13.559Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200237793 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:32:13 [2019-07-19T20:32:13.559Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200237793 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:32:13 [2019-07-19T20:32:13.559Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200237800 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:32:13 [2019-07-19T20:32:13.559Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:32:13 [2019-07-19T20:32:13.559Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:32:14 [2019-07-19T20:32:14.928Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:32:14 [2019-07-19T20:32:14.928Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:14 [2019-07-19T20:32:14.928Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200238927 data=null button=0 stateMask=0x0 x=166 y=116 count=0} to TreeItem with text {kernel-overlap-testing} 16:32:14 [2019-07-19T20:32:14.928Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200238927 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:32:14 [2019-07-19T20:32:14.928Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200238927 data=null} to TreeItem with text {kernel-overlap-testing} 16:32:14 [2019-07-19T20:32:14.928Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200238928 data=null button=1 stateMask=0x0 x=166 y=116 count=1} to TreeItem with text {kernel-overlap-testing} 16:32:14 [2019-07-19T20:32:14.928Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200238928 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:32:14 [2019-07-19T20:32:14.928Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200238933 data=null button=1 stateMask=0x80000 x=166 y=116 count=1} to TreeItem with text {kernel-overlap-testing} 16:32:14 [2019-07-19T20:32:14.928Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:14 [2019-07-19T20:32:14.928Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:14 [2019-07-19T20:32:14.928Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:32:14 [2019-07-19T20:32:14.928Z] WARN - Tree item TreeItem with text {Traces [2]} is already expanded. Won't expand it again. 16:32:14 [2019-07-19T20:32:14.928Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:14 [2019-07-19T20:32:14.928Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {FolderB} time=200238935 data=null button=0 stateMask=0x0 x=102 y=137 count=0} to TreeItem with text {FolderB} 16:32:14 [2019-07-19T20:32:14.928Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {FolderB} time=200238935 data=null doit=true} to TreeItem with text {FolderB} 16:32:14 [2019-07-19T20:32:14.928Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {FolderB} time=200238935 data=null} to TreeItem with text {FolderB} 16:32:14 [2019-07-19T20:32:14.928Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {FolderB} time=200238936 data=null button=1 stateMask=0x0 x=102 y=137 count=1} to TreeItem with text {FolderB} 16:32:14 [2019-07-19T20:32:14.928Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200238936 data=null item=TreeItem {FolderB} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {FolderB} 16:32:14 [2019-07-19T20:32:14.928Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {FolderB} time=200238962 data=null button=1 stateMask=0x80000 x=102 y=137 count=1} to TreeItem with text {FolderB} 16:32:14 [2019-07-19T20:32:14.928Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...' 16:32:14 [2019-07-19T20:32:14.928Z] DEBUG - Clicking on with mnemonic 'Import...' 16:32:15 [2019-07-19T20:32:15.186Z] DEBUG - Clicked on with mnemonic 'Import...' 16:32:15 [2019-07-19T20:32:15.186Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import' 16:32:15 [2019-07-19T20:32:15.186Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=200239382 data=null doit=true} to Shell with text {Trace Import} 16:32:15 [2019-07-19T20:32:15.186Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.186Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with mnemonic 'Select root directory:' 16:32:15 [2019-07-19T20:32:15.186Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with style 'SWT.RADIO' 16:32:15 [2019-07-19T20:32:15.186Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') 16:32:15 [2019-07-19T20:32:15.186Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.186Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.186Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.186Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.186Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.186Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.186Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.186Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.186Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.186Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.186Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.186Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') is already selected, not clicking again. 16:32:15 [2019-07-19T20:32:15.186Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:32:15 [2019-07-19T20:32:15.186Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:32:15 [2019-07-19T20:32:15.186Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:32:15 [2019-07-19T20:32:15.187Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:32:15 [2019-07-19T20:32:15.187Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:32:15 [2019-07-19T20:32:15.187Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo') 16:32:15 [2019-07-19T20:32:15.187Z] DEBUG - Attempting to set focus on (of type 'Combo') 16:32:15 [2019-07-19T20:32:15.187Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import 16:32:15 [2019-07-19T20:32:15.187Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import} time=200239387 data=null} to (of type 'Combo') 16:32:15 [2019-07-19T20:32:15.187Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import 16:32:15 [2019-07-19T20:32:15.187Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:15 [2019-07-19T20:32:15.187Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:15 [2019-07-19T20:32:15.187Z] DEBUG - Attempting to set focus on (of type 'Tree') 16:32:15 [2019-07-19T20:32:15.187Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:15 [2019-07-19T20:32:15.187Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:15 [2019-07-19T20:32:15.187Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=200239425 data=null doit=true} to TreeItem with text {import} 16:32:15 [2019-07-19T20:32:15.187Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=200239425 data=null} to TreeItem with text {import} 16:32:15 [2019-07-19T20:32:15.187Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=200239426 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import} 16:32:15 [2019-07-19T20:32:15.187Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200239426 data=null item=TreeItem {import} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {import} 16:32:15 [2019-07-19T20:32:15.187Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=200239428 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import} 16:32:15 [2019-07-19T20:32:15.187Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:15 [2019-07-19T20:32:15.187Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {import} time=200239429 data=null button=0 stateMask=0x0 x=83 y=11 count=0} to TreeItem with text {import} 16:32:15 [2019-07-19T20:32:15.187Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=200239429 data=null doit=true} to TreeItem with text {import} 16:32:15 [2019-07-19T20:32:15.187Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=200239429 data=null} to TreeItem with text {import} 16:32:15 [2019-07-19T20:32:15.187Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=200239430 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import} 16:32:15 [2019-07-19T20:32:15.187Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200239430 data=null item=TreeItem {import} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {import} 16:32:15 [2019-07-19T20:32:15.187Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=200239431 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import} 16:32:15 [2019-07-19T20:32:15.187Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:32:15 [2019-07-19T20:32:15.187Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:32:15 [2019-07-19T20:32:15.187Z] DEBUG - Setting state to checked on: ExampleCustomTxt.log 16:32:15 [2019-07-19T20:32:15.444Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:15 [2019-07-19T20:32:15.444Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:15 [2019-07-19T20:32:15.444Z] WARN - Tree item TreeItem with text {import} is already expanded. Won't expand it again. 16:32:15 [2019-07-19T20:32:15.444Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:15 [2019-07-19T20:32:15.444Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200239450 data=null button=0 stateMask=0x0 x=150 y=55 count=0} to Tree node with text: kernel-overlap-testing 16:32:15 [2019-07-19T20:32:15.444Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200239450 data=null doit=true} to Tree node with text: kernel-overlap-testing 16:32:15 [2019-07-19T20:32:15.444Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200239450 data=null} to Tree node with text: kernel-overlap-testing 16:32:15 [2019-07-19T20:32:15.444Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200239450 data=null button=1 stateMask=0x0 x=150 y=55 count=1} to Tree node with text: kernel-overlap-testing 16:32:15 [2019-07-19T20:32:15.444Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200239450 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: kernel-overlap-testing 16:32:15 [2019-07-19T20:32:15.444Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200239453 data=null button=1 stateMask=0x80000 x=150 y=55 count=1} to Tree node with text: kernel-overlap-testing 16:32:15 [2019-07-19T20:32:15.444Z] DEBUG - Setting state to checked on: kernel-overlap-testing 16:32:15 [2019-07-19T20:32:15.444Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo' 16:32:15 [2019-07-19T20:32:15.444Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:32:15 [2019-07-19T20:32:15.444Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:32:15 [2019-07-19T20:32:15.444Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:' 16:32:15 [2019-07-19T20:32:15.444Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:') 16:32:15 [2019-07-19T20:32:15.444Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:32:15 [2019-07-19T20:32:15.444Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection> 16:32:15 [2019-07-19T20:32:15.444Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {<Automatic Detection>} time=200239463 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:32:15 [2019-07-19T20:32:15.444Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection> 16:32:15 [2019-07-19T20:32:15.444Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.444Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.444Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.444Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.444Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.444Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') already selected, not selecting again. 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH' 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - Clicking on &Finish 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=200239481 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=200239481 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=200239481 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=200239481 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=200239481 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:32:15 [2019-07-19T20:32:15.445Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=200239482 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:32:15 [2019-07-19T20:32:15.702Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=200239482 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:32:15 [2019-07-19T20:32:15.702Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=200239009 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...' 16:32:15 [2019-07-19T20:32:15.959Z] DEBUG - Clicked on 16:32:15 [2019-07-19T20:32:15.959Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:32:15 [2019-07-19T20:32:15.959Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:15 [2019-07-19T20:32:15.959Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:15 [2019-07-19T20:32:15.959Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:15 [2019-07-19T20:32:15.959Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:15 [2019-07-19T20:32:15.959Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:15 [2019-07-19T20:32:15.959Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200240115 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:32:15 [2019-07-19T20:32:15.959Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200240115 data=null doit=true} to TreeItem with text {test} 16:32:15 [2019-07-19T20:32:15.959Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200240115 data=null} to TreeItem with text {test} 16:32:15 [2019-07-19T20:32:15.959Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200240116 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:32:15 [2019-07-19T20:32:15.959Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200240127 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:32:15 [2019-07-19T20:32:15.959Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200240179 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:32:15 [2019-07-19T20:32:15.959Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:15 [2019-07-19T20:32:15.959Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200240180 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:32:15 [2019-07-19T20:32:15.959Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200240180 data=null doit=true} to TreeItem with text {test} 16:32:15 [2019-07-19T20:32:15.959Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200240180 data=null} to TreeItem with text {test} 16:32:15 [2019-07-19T20:32:15.959Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200240181 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:32:15 [2019-07-19T20:32:15.959Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200240181 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:32:15 [2019-07-19T20:32:15.959Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200240187 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:32:15 [2019-07-19T20:32:15.959Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:32:15 [2019-07-19T20:32:15.959Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:15 [2019-07-19T20:32:15.959Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [2]} time=200240188 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [2]} 16:32:15 [2019-07-19T20:32:15.959Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [2]} time=200240188 data=null doit=true} to TreeItem with text {Traces [2]} 16:32:15 [2019-07-19T20:32:15.959Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [2]} time=200240188 data=null} to TreeItem with text {Traces [2]} 16:32:15 [2019-07-19T20:32:15.959Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [2]} time=200240188 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [2]} 16:32:15 [2019-07-19T20:32:15.959Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200240189 data=null item=TreeItem {Traces [2]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [2]} 16:32:16 [2019-07-19T20:32:16.217Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [2]} time=200240235 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [2]} 16:32:16 [2019-07-19T20:32:16.217Z] WARN - Tree item TreeItem with text {Traces [2]} is already expanded. Won't expand it again. 16:32:16 [2019-07-19T20:32:16.217Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {FolderB [2]} time=200240236 data=null doit=true} to TreeItem with text {FolderB [2]} 16:32:16 [2019-07-19T20:32:16.217Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {FolderB [2]} time=200240236 data=null} to TreeItem with text {FolderB [2]} 16:32:16 [2019-07-19T20:32:16.217Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {FolderB [2]} time=200240236 data=null button=1 stateMask=0x0 x=113 y=137 count=1} to TreeItem with text {FolderB [2]} 16:32:16 [2019-07-19T20:32:16.217Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200240236 data=null item=TreeItem {FolderB [2]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {FolderB [2]} 16:32:16 [2019-07-19T20:32:16.217Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {FolderB [2]} time=200240241 data=null button=1 stateMask=0x80000 x=97 y=137 count=1} to TreeItem with text {FolderB [2]} 16:32:16 [2019-07-19T20:32:16.474Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:32:16 [2019-07-19T20:32:16.474Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:16 [2019-07-19T20:32:16.474Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200240715 data=null button=0 stateMask=0x0 x=170 y=158 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:32:16 [2019-07-19T20:32:16.474Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200240715 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:32:16 [2019-07-19T20:32:16.474Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200240715 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:32:16 [2019-07-19T20:32:16.474Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200240715 data=null button=1 stateMask=0x0 x=170 y=158 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:32:16 [2019-07-19T20:32:16.475Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200240715 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:32:16 [2019-07-19T20:32:16.777Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200240762 data=null button=1 stateMask=0x80000 x=170 y=158 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:32:16 [2019-07-19T20:32:16.777Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:16 [2019-07-19T20:32:16.777Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:16 [2019-07-19T20:32:16.777Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:32:16 [2019-07-19T20:32:16.777Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:16 [2019-07-19T20:32:16.777Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200240764 data=null button=0 stateMask=0x0 x=170 y=158 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:32:16 [2019-07-19T20:32:16.777Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200240764 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:32:16 [2019-07-19T20:32:16.777Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200240764 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:32:16 [2019-07-19T20:32:16.777Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200240765 data=null button=1 stateMask=0x0 x=170 y=158 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:32:16 [2019-07-19T20:32:16.777Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200240765 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:32:16 [2019-07-19T20:32:16.777Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200240769 data=null button=1 stateMask=0x80000 x=170 y=158 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:32:16 [2019-07-19T20:32:16.777Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomTxt.log} 16:32:16 [2019-07-19T20:32:16.777Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200240770 data=null button=0 stateMask=0x0 x=170 y=158 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:32:16 [2019-07-19T20:32:16.777Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200240770 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:32:16 [2019-07-19T20:32:16.777Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:16 [2019-07-19T20:32:16.777Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200240770 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:32:16 [2019-07-19T20:32:16.777Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200240771 data=null button=1 stateMask=0x0 x=170 y=158 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:32:16 [2019-07-19T20:32:16.777Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200240771 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:32:16 [2019-07-19T20:32:16.777Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200240774 data=null button=1 stateMask=0x80000 x=170 y=158 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:32:16 [2019-07-19T20:32:16.777Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200240782 data=null button=1 stateMask=0x0 x=170 y=158 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:32:16 [2019-07-19T20:32:16.777Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200240783 data=null button=1 stateMask=0x0 x=170 y=158 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:32:16 [2019-07-19T20:32:16.777Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200240783 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:32:17 [2019-07-19T20:32:17.035Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200240862 data=null button=1 stateMask=0x80000 x=170 y=158 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:32:17 [2019-07-19T20:32:17.035Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200241140 data=null button=0 stateMask=0x0 x=170 y=158 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:32:17 [2019-07-19T20:32:17.035Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200241142 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:32:17 [2019-07-19T20:32:17.035Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200241142 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:32:17 [2019-07-19T20:32:17.035Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomTxt.log} 16:32:17 [2019-07-19T20:32:17.035Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:32:17 [2019-07-19T20:32:17.035Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:32:17 [2019-07-19T20:32:17.035Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:32:17 [2019-07-19T20:32:17.966Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:32:17 [2019-07-19T20:32:17.966Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:32:17 [2019-07-19T20:32:17.966Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:32:17 [2019-07-19T20:32:17.966Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:32:17 [2019-07-19T20:32:17.966Z] DEBUG - Attempting to set focus on Table with text {} 16:32:17 [2019-07-19T20:32:17.966Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200242153 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:32:17 [2019-07-19T20:32:17.966Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200242153 data=null doit=true} to TableItem with text {} 16:32:17 [2019-07-19T20:32:17.966Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200242153 data=null} to TableItem with text {} 16:32:17 [2019-07-19T20:32:17.966Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200242154 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:32:17 [2019-07-19T20:32:17.966Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200242154 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:32:17 [2019-07-19T20:32:17.966Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200242160 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:32:17 [2019-07-19T20:32:17.966Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:32:17 [2019-07-19T20:32:17.966Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:32:18 [2019-07-19T20:32:18.223Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:32:18 [2019-07-19T20:32:18.223Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:18 [2019-07-19T20:32:18.223Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200242359 data=null button=0 stateMask=0x0 x=170 y=158 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:32:18 [2019-07-19T20:32:18.223Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200242359 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:32:18 [2019-07-19T20:32:18.223Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200242360 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:32:18 [2019-07-19T20:32:18.223Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200242360 data=null button=1 stateMask=0x0 x=170 y=158 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:32:18 [2019-07-19T20:32:18.223Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200242360 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:32:18 [2019-07-19T20:32:18.223Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200242365 data=null button=1 stateMask=0x80000 x=170 y=158 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:32:18 [2019-07-19T20:32:18.223Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:18 [2019-07-19T20:32:18.223Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:18 [2019-07-19T20:32:18.223Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:32:18 [2019-07-19T20:32:18.223Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:32:18 [2019-07-19T20:32:18.223Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:18 [2019-07-19T20:32:18.223Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:18 [2019-07-19T20:32:18.223Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:18 [2019-07-19T20:32:18.223Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:18 [2019-07-19T20:32:18.223Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:18 [2019-07-19T20:32:18.223Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200242371 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:32:18 [2019-07-19T20:32:18.223Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200242371 data=null doit=true} to TreeItem with text {test} 16:32:18 [2019-07-19T20:32:18.223Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200242371 data=null} to TreeItem with text {test} 16:32:18 [2019-07-19T20:32:18.223Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200242372 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:32:18 [2019-07-19T20:32:18.223Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200242378 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:32:18 [2019-07-19T20:32:18.223Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200242419 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:32:18 [2019-07-19T20:32:18.223Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:18 [2019-07-19T20:32:18.223Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200242420 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:32:18 [2019-07-19T20:32:18.223Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200242420 data=null doit=true} to TreeItem with text {test} 16:32:18 [2019-07-19T20:32:18.223Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200242420 data=null} to TreeItem with text {test} 16:32:18 [2019-07-19T20:32:18.223Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200242420 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:32:18 [2019-07-19T20:32:18.223Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200242420 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:32:18 [2019-07-19T20:32:18.223Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200242426 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:32:18 [2019-07-19T20:32:18.223Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:32:18 [2019-07-19T20:32:18.223Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:18 [2019-07-19T20:32:18.223Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [4]} time=200242428 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [4]} 16:32:18 [2019-07-19T20:32:18.223Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [4]} time=200242428 data=null doit=true} to TreeItem with text {Traces [4]} 16:32:18 [2019-07-19T20:32:18.223Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [4]} time=200242428 data=null} to TreeItem with text {Traces [4]} 16:32:18 [2019-07-19T20:32:18.223Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [4]} time=200242428 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [4]} 16:32:18 [2019-07-19T20:32:18.223Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200242428 data=null item=TreeItem {Traces [4]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [4]} 16:32:18 [2019-07-19T20:32:18.223Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [4]} time=200242449 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [4]} 16:32:18 [2019-07-19T20:32:18.223Z] WARN - Tree item TreeItem with text {Traces [4]} is already expanded. Won't expand it again. 16:32:18 [2019-07-19T20:32:18.223Z] WARN - Tree item TreeItem with text {FolderB [2]} is already expanded. Won't expand it again. 16:32:18 [2019-07-19T20:32:18.786Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:32:18 [2019-07-19T20:32:18.786Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:18 [2019-07-19T20:32:18.786Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200242917 data=null button=0 stateMask=0x0 x=166 y=179 count=0} to TreeItem with text {kernel-overlap-testing} 16:32:18 [2019-07-19T20:32:18.786Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200242917 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:32:18 [2019-07-19T20:32:18.786Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200242917 data=null} to TreeItem with text {kernel-overlap-testing} 16:32:18 [2019-07-19T20:32:18.786Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200242918 data=null button=1 stateMask=0x0 x=166 y=179 count=1} to TreeItem with text {kernel-overlap-testing} 16:32:18 [2019-07-19T20:32:18.786Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200242918 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:32:18 [2019-07-19T20:32:18.786Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200242960 data=null button=1 stateMask=0x80000 x=166 y=179 count=1} to TreeItem with text {kernel-overlap-testing} 16:32:18 [2019-07-19T20:32:18.786Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:18 [2019-07-19T20:32:18.786Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:18 [2019-07-19T20:32:18.786Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:32:18 [2019-07-19T20:32:18.786Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:18 [2019-07-19T20:32:18.786Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200242962 data=null button=0 stateMask=0x0 x=166 y=179 count=0} to TreeItem with text {kernel-overlap-testing} 16:32:18 [2019-07-19T20:32:18.786Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200242962 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:32:18 [2019-07-19T20:32:18.786Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200242962 data=null} to TreeItem with text {kernel-overlap-testing} 16:32:18 [2019-07-19T20:32:18.786Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200242963 data=null button=1 stateMask=0x0 x=166 y=179 count=1} to TreeItem with text {kernel-overlap-testing} 16:32:18 [2019-07-19T20:32:18.786Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200242963 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:32:18 [2019-07-19T20:32:18.786Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200242967 data=null button=1 stateMask=0x80000 x=166 y=179 count=1} to TreeItem with text {kernel-overlap-testing} 16:32:18 [2019-07-19T20:32:18.786Z] DEBUG - Double-clicking on TreeItem with text {kernel-overlap-testing} 16:32:18 [2019-07-19T20:32:18.786Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200242968 data=null button=0 stateMask=0x0 x=166 y=179 count=0} to TreeItem with text {kernel-overlap-testing} 16:32:18 [2019-07-19T20:32:18.786Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200242968 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:32:18 [2019-07-19T20:32:18.786Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:18 [2019-07-19T20:32:18.786Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200242968 data=null} to TreeItem with text {kernel-overlap-testing} 16:32:18 [2019-07-19T20:32:18.786Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200242969 data=null button=1 stateMask=0x0 x=166 y=179 count=1} to TreeItem with text {kernel-overlap-testing} 16:32:18 [2019-07-19T20:32:18.786Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200242969 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:32:18 [2019-07-19T20:32:18.786Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200242973 data=null button=1 stateMask=0x80000 x=166 y=179 count=1} to TreeItem with text {kernel-overlap-testing} 16:32:18 [2019-07-19T20:32:18.786Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200242973 data=null button=1 stateMask=0x0 x=166 y=179 count=2} to TreeItem with text {kernel-overlap-testing} 16:32:18 [2019-07-19T20:32:18.786Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {kernel-overlap-testing} time=200242973 data=null button=1 stateMask=0x0 x=166 y=179 count=2} to TreeItem with text {kernel-overlap-testing} 16:32:19 [2019-07-19T20:32:19.042Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200242973 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:32:19 [2019-07-19T20:32:19.605Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200243049 data=null button=1 stateMask=0x80000 x=166 y=179 count=2} to TreeItem with text {kernel-overlap-testing} 16:32:19 [2019-07-19T20:32:19.861Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {kernel-overlap-testing} time=200243828 data=null button=0 stateMask=0x0 x=166 y=179 count=0} to TreeItem with text {kernel-overlap-testing} 16:32:19 [2019-07-19T20:32:19.861Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {kernel-overlap-testing} time=200243966 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:32:19 [2019-07-19T20:32:19.861Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {kernel-overlap-testing} time=200243967 data=null} to TreeItem with text {kernel-overlap-testing} 16:32:19 [2019-07-19T20:32:19.861Z] DEBUG - Double-clicked on TreeItem with text {kernel-overlap-testing} 16:32:19 [2019-07-19T20:32:19.861Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:32:19 [2019-07-19T20:32:19.861Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:32:19 [2019-07-19T20:32:19.861Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:32:19 [2019-07-19T20:32:19.861Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:32:19 [2019-07-19T20:32:19.861Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:32:19 [2019-07-19T20:32:19.861Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:32:19 [2019-07-19T20:32:19.861Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:32:19 [2019-07-19T20:32:19.861Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:32:19 [2019-07-19T20:32:19.861Z] DEBUG - Attempting to set focus on Table with text {} 16:32:19 [2019-07-19T20:32:19.861Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200243970 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:32:19 [2019-07-19T20:32:19.861Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200243971 data=null doit=true} to TableItem with text {} 16:32:19 [2019-07-19T20:32:19.861Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200243971 data=null} to TableItem with text {} 16:32:19 [2019-07-19T20:32:19.861Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200243971 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:32:19 [2019-07-19T20:32:19.861Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200243971 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:32:19 [2019-07-19T20:32:19.861Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200243976 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:32:19 [2019-07-19T20:32:19.861Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:32:19 [2019-07-19T20:32:19.861Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:32:20 [2019-07-19T20:32:20.791Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:32:20 [2019-07-19T20:32:20.791Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:20 [2019-07-19T20:32:20.791Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200244807 data=null button=0 stateMask=0x0 x=166 y=179 count=0} to TreeItem with text {kernel-overlap-testing} 16:32:20 [2019-07-19T20:32:20.791Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200244807 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:32:20 [2019-07-19T20:32:20.791Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200244807 data=null} to TreeItem with text {kernel-overlap-testing} 16:32:20 [2019-07-19T20:32:20.791Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200244808 data=null button=1 stateMask=0x0 x=166 y=179 count=1} to TreeItem with text {kernel-overlap-testing} 16:32:20 [2019-07-19T20:32:20.791Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200244808 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:32:20 [2019-07-19T20:32:20.791Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200244813 data=null button=1 stateMask=0x80000 x=166 y=179 count=1} to TreeItem with text {kernel-overlap-testing} 16:32:20 [2019-07-19T20:32:20.791Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:20 [2019-07-19T20:32:20.791Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:20 [2019-07-19T20:32:20.791Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:32:20 [2019-07-19T20:32:20.791Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:32:20 [2019-07-19T20:32:20.791Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:20 [2019-07-19T20:32:20.791Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:20 [2019-07-19T20:32:20.791Z] WARN - Tree item TreeItem with text {Traces [4]} is already expanded. Won't expand it again. 16:32:20 [2019-07-19T20:32:20.791Z] WARN - Tree item TreeItem with text {FolderA [2]} is already expanded. Won't expand it again. 16:32:20 [2019-07-19T20:32:20.791Z] WARN - Tree item TreeItem with text {Traces [4]} is already expanded. Won't expand it again. 16:32:20 [2019-07-19T20:32:20.791Z] DEBUG - Attempting to set focus on (of type 'Tree') 16:32:20 [2019-07-19T20:32:20.791Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Tree {} time=200244816 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Tree') 16:32:20 [2019-07-19T20:32:20.791Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Tree {} time=200244817 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Tree') 16:32:20 [2019-07-19T20:32:20.791Z] DEBUG - Sent event Activate [26]: ShellEvent{Tree {} time=200244817 data=null doit=true} to (of type 'Tree') 16:32:20 [2019-07-19T20:32:20.791Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Tree {} time=200244817 data=null} to (of type 'Tree') 16:32:20 [2019-07-19T20:32:20.791Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200244817 data=null button=1 stateMask=0x0 x=170 y=95 count=1} to (of type 'Tree') 16:32:20 [2019-07-19T20:32:20.791Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200244817 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to (of type 'Tree') 16:32:20 [2019-07-19T20:32:20.791Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200244853 data=null button=1 stateMask=0x80000 x=170 y=95 count=1} to (of type 'Tree') 16:32:20 [2019-07-19T20:32:20.791Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Tree {} time=200244853 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Tree') 16:32:20 [2019-07-19T20:32:20.791Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Tree {} time=200244854 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Tree') 16:32:20 [2019-07-19T20:32:20.791Z] DEBUG - Sent event Activate [26]: ShellEvent{Tree {} time=200244854 data=null doit=true} to (of type 'Tree') 16:32:20 [2019-07-19T20:32:20.791Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Tree {} time=200244854 data=null} to (of type 'Tree') 16:32:20 [2019-07-19T20:32:20.791Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {FolderB [2]} time=200244854 data=null button=1 stateMask=0x40000 x=113 y=137 count=1} to (of type 'Tree') 16:32:20 [2019-07-19T20:32:20.791Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200244854 data=null item=TreeItem {FolderB [2]} detail=0 x=0 y=0 width=0 height=0 stateMask=0xc0000 text=null doit=true} to (of type 'Tree') 16:32:20 [2019-07-19T20:32:20.791Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {FolderB [2]} time=200244865 data=null button=1 stateMask=0xc0000 x=113 y=137 count=1} to (of type 'Tree') 16:32:20 [2019-07-19T20:32:20.791Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' 16:32:20 [2019-07-19T20:32:20.791Z] DEBUG - Clicking on with mnemonic 'Delete' 16:32:21 [2019-07-19T20:32:21.049Z] DEBUG - Clicked on with mnemonic 'Delete' 16:32:21 [2019-07-19T20:32:21.049Z] DEBUG - matched Shell with text "Confirm Delete", using matcher: with text 'Confirm Delete' 16:32:21 [2019-07-19T20:32:21.049Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button' 16:32:21 [2019-07-19T20:32:21.049Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes' 16:32:21 [2019-07-19T20:32:21.049Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH' 16:32:21 [2019-07-19T20:32:21.049Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:32:21 [2019-07-19T20:32:21.049Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button' 16:32:21 [2019-07-19T20:32:21.049Z] DEBUG - Clicking on &Yes 16:32:21 [2019-07-19T20:32:21.049Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=200245204 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:32:21 [2019-07-19T20:32:21.049Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=200245204 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:32:21 [2019-07-19T20:32:21.049Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=200245204 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:32:21 [2019-07-19T20:32:21.049Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=200245204 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:32:21 [2019-07-19T20:32:21.049Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=200245204 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:32:21 [2019-07-19T20:32:21.049Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=200245204 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:32:21 [2019-07-19T20:32:21.049Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=200245204 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:32:22 [2019-07-19T20:32:22.944Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=200244921 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' 16:32:22 [2019-07-19T20:32:22.944Z] DEBUG - Clicked on 16:32:22 [2019-07-19T20:32:22.944Z] DEBUG - matched EditorReference with text "", using matcher: with name '"FolderA/kernel-overlap-testing"' 16:32:22 [2019-07-19T20:32:22.944Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:32:22 [2019-07-19T20:32:22.944Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:22 [2019-07-19T20:32:22.944Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:22 [2019-07-19T20:32:22.944Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:22 [2019-07-19T20:32:22.944Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:22 [2019-07-19T20:32:22.944Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:22 [2019-07-19T20:32:22.944Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200246860 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:32:22 [2019-07-19T20:32:22.944Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200246860 data=null doit=true} to TreeItem with text {test} 16:32:22 [2019-07-19T20:32:22.944Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200246860 data=null} to TreeItem with text {test} 16:32:22 [2019-07-19T20:32:22.944Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200246860 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:32:22 [2019-07-19T20:32:22.944Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200246860 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:32:22 [2019-07-19T20:32:22.944Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200246930 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:32:22 [2019-07-19T20:32:22.944Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:22 [2019-07-19T20:32:22.944Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200246931 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:32:22 [2019-07-19T20:32:22.944Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200246931 data=null doit=true} to TreeItem with text {test} 16:32:22 [2019-07-19T20:32:22.944Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200246931 data=null} to TreeItem with text {test} 16:32:22 [2019-07-19T20:32:22.944Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200246931 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:32:22 [2019-07-19T20:32:22.944Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200246931 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:32:22 [2019-07-19T20:32:22.944Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200246941 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:32:22 [2019-07-19T20:32:22.944Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:32:22 [2019-07-19T20:32:22.944Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:22 [2019-07-19T20:32:22.944Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [4]} time=200246943 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [4]} 16:32:22 [2019-07-19T20:32:22.944Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [4]} time=200246943 data=null doit=true} to TreeItem with text {Traces [4]} 16:32:22 [2019-07-19T20:32:22.944Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [4]} time=200246943 data=null} to TreeItem with text {Traces [4]} 16:32:22 [2019-07-19T20:32:22.944Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [4]} time=200246943 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [4]} 16:32:22 [2019-07-19T20:32:22.944Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200246943 data=null item=TreeItem {Traces [4]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [4]} 16:32:22 [2019-07-19T20:32:22.944Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [4]} time=200246963 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [4]} 16:32:22 [2019-07-19T20:32:22.944Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:22 [2019-07-19T20:32:22.944Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [4]} time=200246964 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [4]} 16:32:22 [2019-07-19T20:32:22.944Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [4]} time=200246964 data=null doit=true} to TreeItem with text {Traces [4]} 16:32:22 [2019-07-19T20:32:22.944Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [4]} time=200246964 data=null} to TreeItem with text {Traces [4]} 16:32:22 [2019-07-19T20:32:22.944Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [4]} time=200246965 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [4]} 16:32:22 [2019-07-19T20:32:22.944Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200246965 data=null item=TreeItem {Traces [4]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [4]} 16:32:22 [2019-07-19T20:32:22.944Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [4]} time=200246969 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [4]} 16:32:22 [2019-07-19T20:32:22.944Z] DEBUG - matched MenuItem with text "C&lear Delete", using matcher: with mnemonic 'Clear' 16:32:22 [2019-07-19T20:32:22.944Z] DEBUG - Clicking on with mnemonic 'Clear' 16:32:22 [2019-07-19T20:32:22.944Z] DEBUG - Clicked on with mnemonic 'Clear' 16:32:23 [2019-07-19T20:32:23.201Z] DEBUG - matched Shell with text "Confirm Clear", using matcher: with text 'Confirm Clear' 16:32:23 [2019-07-19T20:32:23.201Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirm Clear} time=200247247 data=null doit=true} to Shell with text {Confirm Clear} 16:32:23 [2019-07-19T20:32:23.201Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button' 16:32:23 [2019-07-19T20:32:23.201Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes' 16:32:23 [2019-07-19T20:32:23.201Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH' 16:32:23 [2019-07-19T20:32:23.201Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:32:23 [2019-07-19T20:32:23.201Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button' 16:32:23 [2019-07-19T20:32:23.201Z] DEBUG - Clicking on &Yes 16:32:23 [2019-07-19T20:32:23.201Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=200247248 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:32:23 [2019-07-19T20:32:23.201Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=200247248 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:32:23 [2019-07-19T20:32:23.201Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=200247248 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:32:23 [2019-07-19T20:32:23.201Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=200247248 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:32:23 [2019-07-19T20:32:23.201Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=200247248 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:32:23 [2019-07-19T20:32:23.201Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=200247248 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:32:23 [2019-07-19T20:32:23.201Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=200247248 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:32:23 [2019-07-19T20:32:23.765Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {C&lear Delete} time=200247012 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Clear' 16:32:23 [2019-07-19T20:32:23.765Z] DEBUG - Clicked on 16:32:23 [2019-07-19T20:32:23.765Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:32:23 [2019-07-19T20:32:23.765Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:23 [2019-07-19T20:32:23.765Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:23 [2019-07-19T20:32:23.765Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:23 [2019-07-19T20:32:23.765Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:23 [2019-07-19T20:32:23.765Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:23 [2019-07-19T20:32:23.765Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200247773 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:32:23 [2019-07-19T20:32:23.765Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200247773 data=null doit=true} to TreeItem with text {test} 16:32:23 [2019-07-19T20:32:23.765Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200247773 data=null} to TreeItem with text {test} 16:32:23 [2019-07-19T20:32:23.765Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200247774 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:32:23 [2019-07-19T20:32:23.765Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200247774 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:32:23 [2019-07-19T20:32:23.765Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200247799 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:32:23 [2019-07-19T20:32:23.765Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:23 [2019-07-19T20:32:23.765Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200247799 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:32:23 [2019-07-19T20:32:23.765Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200247800 data=null doit=true} to TreeItem with text {test} 16:32:23 [2019-07-19T20:32:23.765Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200247800 data=null} to TreeItem with text {test} 16:32:23 [2019-07-19T20:32:23.765Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200247800 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:32:23 [2019-07-19T20:32:23.765Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200247800 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:32:23 [2019-07-19T20:32:23.765Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200247810 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:32:23 [2019-07-19T20:32:23.765Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:32:23 [2019-07-19T20:32:23.765Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:23 [2019-07-19T20:32:23.765Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=200247811 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 16:32:23 [2019-07-19T20:32:23.765Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=200247811 data=null doit=true} to TreeItem with text {Traces [1]} 16:32:23 [2019-07-19T20:32:23.765Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=200247812 data=null} to TreeItem with text {Traces [1]} 16:32:23 [2019-07-19T20:32:23.765Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=200247812 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:32:23 [2019-07-19T20:32:23.765Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200247812 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 16:32:23 [2019-07-19T20:32:23.765Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=200247839 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:32:23 [2019-07-19T20:32:23.765Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:23 [2019-07-19T20:32:23.765Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=200247840 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 16:32:23 [2019-07-19T20:32:23.765Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=200247840 data=null doit=true} to TreeItem with text {Traces [1]} 16:32:23 [2019-07-19T20:32:23.765Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=200247840 data=null} to TreeItem with text {Traces [1]} 16:32:23 [2019-07-19T20:32:23.765Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=200247840 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:32:23 [2019-07-19T20:32:23.765Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200247840 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 16:32:23 [2019-07-19T20:32:23.765Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=200247844 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:32:23 [2019-07-19T20:32:23.765Z] DEBUG - matched MenuItem with text "&New Folder...", using matcher: with mnemonic 'New Folder...' 16:32:23 [2019-07-19T20:32:23.765Z] DEBUG - Clicking on with mnemonic 'New Folder...' 16:32:23 [2019-07-19T20:32:23.765Z] DEBUG - Clicked on with mnemonic 'New Folder...' 16:32:23 [2019-07-19T20:32:23.765Z] DEBUG - matched Shell with text "New Folder", using matcher: with text 'New Folder' 16:32:23 [2019-07-19T20:32:23.765Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 16:32:23 [2019-07-19T20:32:23.765Z] DEBUG - matched Text with text "", using matcher: (of type 'Text') 16:32:23 [2019-07-19T20:32:23.765Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:32:23 [2019-07-19T20:32:23.765Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:32:23 [2019-07-19T20:32:23.765Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 16:32:23 [2019-07-19T20:32:23.765Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:32:23 [2019-07-19T20:32:23.765Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:32:23 [2019-07-19T20:32:23.765Z] DEBUG - Clicking on OK 16:32:23 [2019-07-19T20:32:23.765Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=200248014 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:32:23 [2019-07-19T20:32:23.765Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=200248015 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:32:23 [2019-07-19T20:32:23.765Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=200248015 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:32:23 [2019-07-19T20:32:23.765Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=200248015 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:32:24 [2019-07-19T20:32:24.023Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=200248015 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:32:24 [2019-07-19T20:32:24.023Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=200248015 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:32:24 [2019-07-19T20:32:24.023Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=200248015 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:32:24 [2019-07-19T20:32:24.023Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&New Folder...} time=200247893 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'New Folder...' 16:32:24 [2019-07-19T20:32:24.023Z] DEBUG - Clicked on 16:32:24 [2019-07-19T20:32:24.023Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:24 [2019-07-19T20:32:24.023Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=200248180 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]} 16:32:24 [2019-07-19T20:32:24.023Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=200248180 data=null doit=true} to TreeItem with text {Traces [0]} 16:32:24 [2019-07-19T20:32:24.023Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=200248180 data=null} to TreeItem with text {Traces [0]} 16:32:24 [2019-07-19T20:32:24.023Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=200248181 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:32:24 [2019-07-19T20:32:24.023Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200248181 data=null item=TreeItem {Traces [0]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [0]} 16:32:24 [2019-07-19T20:32:24.023Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=200248186 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:32:24 [2019-07-19T20:32:24.023Z] DEBUG - matched MenuItem with text "&New Folder...", using matcher: with mnemonic 'New Folder...' 16:32:24 [2019-07-19T20:32:24.023Z] DEBUG - Clicking on with mnemonic 'New Folder...' 16:32:24 [2019-07-19T20:32:24.280Z] DEBUG - Clicked on with mnemonic 'New Folder...' 16:32:24 [2019-07-19T20:32:24.280Z] DEBUG - matched Shell with text "New Folder", using matcher: with text 'New Folder' 16:32:24 [2019-07-19T20:32:24.280Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 16:32:24 [2019-07-19T20:32:24.280Z] DEBUG - matched Text with text "", using matcher: (of type 'Text') 16:32:24 [2019-07-19T20:32:24.280Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.280Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.280Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 16:32:24 [2019-07-19T20:32:24.280Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:32:24 [2019-07-19T20:32:24.280Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:32:24 [2019-07-19T20:32:24.280Z] DEBUG - Clicking on OK 16:32:24 [2019-07-19T20:32:24.280Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=200248364 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:32:24 [2019-07-19T20:32:24.280Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=200248364 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:32:24 [2019-07-19T20:32:24.280Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=200248365 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:32:24 [2019-07-19T20:32:24.280Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=200248368 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:32:24 [2019-07-19T20:32:24.280Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=200248368 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:32:24 [2019-07-19T20:32:24.280Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=200248368 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:32:24 [2019-07-19T20:32:24.280Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=200248368 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:32:24 [2019-07-19T20:32:24.280Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&New Folder...} time=200248245 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'New Folder...' 16:32:24 [2019-07-19T20:32:24.280Z] DEBUG - Clicked on 16:32:24 [2019-07-19T20:32:24.280Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=200248482 data=null doit=true} to TreeItem with text {Traces [0]} 16:32:24 [2019-07-19T20:32:24.280Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=200248482 data=null} to TreeItem with text {Traces [0]} 16:32:24 [2019-07-19T20:32:24.280Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=200248482 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:32:24 [2019-07-19T20:32:24.280Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200248483 data=null item=TreeItem {Traces [0]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {Traces [0]} 16:32:24 [2019-07-19T20:32:24.280Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=200248485 data=null button=1 stateMask=0x80000 x=75 y=53 count=1} to TreeItem with text {Traces [0]} 16:32:24 [2019-07-19T20:32:24.280Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:24 [2019-07-19T20:32:24.280Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {FolderA} time=200248486 data=null button=0 stateMask=0x0 x=86 y=74 count=0} to TreeItem with text {FolderA} 16:32:24 [2019-07-19T20:32:24.280Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {FolderA} time=200248487 data=null doit=true} to TreeItem with text {FolderA} 16:32:24 [2019-07-19T20:32:24.280Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {FolderA} time=200248487 data=null} to TreeItem with text {FolderA} 16:32:24 [2019-07-19T20:32:24.280Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {FolderA} time=200248487 data=null button=1 stateMask=0x0 x=86 y=74 count=1} to TreeItem with text {FolderA} 16:32:24 [2019-07-19T20:32:24.280Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200248487 data=null item=TreeItem {FolderA} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {FolderA} 16:32:24 [2019-07-19T20:32:24.280Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {FolderA} time=200248517 data=null button=1 stateMask=0x80000 x=102 y=74 count=1} to TreeItem with text {FolderA} 16:32:24 [2019-07-19T20:32:24.536Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...' 16:32:24 [2019-07-19T20:32:24.536Z] DEBUG - Clicking on with mnemonic 'Import...' 16:32:24 [2019-07-19T20:32:24.536Z] DEBUG - Clicked on with mnemonic 'Import...' 16:32:24 [2019-07-19T20:32:24.795Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import' 16:32:24 [2019-07-19T20:32:24.795Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=200248818 data=null doit=true} to Shell with text {Trace Import} 16:32:24 [2019-07-19T20:32:24.795Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.795Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with mnemonic 'Select root directory:' 16:32:24 [2019-07-19T20:32:24.795Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with style 'SWT.RADIO' 16:32:24 [2019-07-19T20:32:24.795Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') 16:32:24 [2019-07-19T20:32:24.795Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.795Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.795Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.795Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.795Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') is already selected, not clicking again. 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo') 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - Attempting to set focus on (of type 'Combo') 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import} time=200248848 data=null} to (of type 'Combo') 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - Attempting to set focus on (of type 'Tree') 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=200248892 data=null doit=true} to TreeItem with text {import} 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=200248892 data=null} to TreeItem with text {import} 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=200248892 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import} 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200248892 data=null item=TreeItem {import} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {import} 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=200248895 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import} 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {import} time=200248896 data=null button=0 stateMask=0x0 x=83 y=11 count=0} to TreeItem with text {import} 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=200248896 data=null doit=true} to TreeItem with text {import} 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=200248896 data=null} to TreeItem with text {import} 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=200248896 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import} 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200248896 data=null item=TreeItem {import} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {import} 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=200248897 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import} 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - Setting state to checked on: ExampleCustomTxt.log 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:') 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection> 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {<Automatic Detection>} time=200248915 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection> 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') already selected, not selecting again. 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH' 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - Clicking on &Finish 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=200248934 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=200248934 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=200248934 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=200248934 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=200248934 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:32:24 [2019-07-19T20:32:24.796Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=200248934 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:32:25 [2019-07-19T20:32:25.090Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=200248934 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:32:25 [2019-07-19T20:32:25.090Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=200248567 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...' 16:32:25 [2019-07-19T20:32:25.348Z] DEBUG - Clicked on 16:32:25 [2019-07-19T20:32:25.348Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:32:25 [2019-07-19T20:32:25.348Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:25 [2019-07-19T20:32:25.348Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:25 [2019-07-19T20:32:25.348Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:25 [2019-07-19T20:32:25.348Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:25 [2019-07-19T20:32:25.348Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:25 [2019-07-19T20:32:25.348Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200249365 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:32:25 [2019-07-19T20:32:25.348Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200249365 data=null doit=true} to TreeItem with text {test} 16:32:25 [2019-07-19T20:32:25.348Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200249365 data=null} to TreeItem with text {test} 16:32:25 [2019-07-19T20:32:25.348Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200249366 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:32:25 [2019-07-19T20:32:25.348Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200249366 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:32:25 [2019-07-19T20:32:25.348Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200249397 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:32:25 [2019-07-19T20:32:25.348Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:25 [2019-07-19T20:32:25.348Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200249399 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:32:25 [2019-07-19T20:32:25.348Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200249399 data=null doit=true} to TreeItem with text {test} 16:32:25 [2019-07-19T20:32:25.348Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200249399 data=null} to TreeItem with text {test} 16:32:25 [2019-07-19T20:32:25.348Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200249400 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:32:25 [2019-07-19T20:32:25.348Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200249400 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:32:25 [2019-07-19T20:32:25.348Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200249406 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:32:25 [2019-07-19T20:32:25.348Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:32:25 [2019-07-19T20:32:25.348Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:25 [2019-07-19T20:32:25.348Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=200249419 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]} 16:32:25 [2019-07-19T20:32:25.348Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=200249419 data=null doit=true} to TreeItem with text {Traces [0]} 16:32:25 [2019-07-19T20:32:25.348Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=200249419 data=null} to TreeItem with text {Traces [0]} 16:32:25 [2019-07-19T20:32:25.348Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=200249419 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:32:25 [2019-07-19T20:32:25.348Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200249419 data=null item=TreeItem {Traces [0]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [0]} 16:32:25 [2019-07-19T20:32:25.348Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=200249438 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:32:25 [2019-07-19T20:32:25.348Z] WARN - Tree item TreeItem with text {Traces [0]} is already expanded. Won't expand it again. 16:32:25 [2019-07-19T20:32:25.348Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {FolderA [1]} time=200249439 data=null doit=true} to TreeItem with text {FolderA [1]} 16:32:25 [2019-07-19T20:32:25.348Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {FolderA [1]} time=200249439 data=null} to TreeItem with text {FolderA [1]} 16:32:25 [2019-07-19T20:32:25.348Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {FolderA [1]} time=200249440 data=null button=1 stateMask=0x0 x=113 y=74 count=1} to TreeItem with text {FolderA [1]} 16:32:25 [2019-07-19T20:32:25.348Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200249440 data=null item=TreeItem {FolderA [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {FolderA [1]} 16:32:25 [2019-07-19T20:32:25.348Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {FolderA [1]} time=200249464 data=null button=1 stateMask=0x80000 x=113 y=74 count=1} to TreeItem with text {FolderA [1]} 16:32:25 [2019-07-19T20:32:25.604Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:32:25 [2019-07-19T20:32:25.604Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:25 [2019-07-19T20:32:25.604Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200249693 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:32:25 [2019-07-19T20:32:25.604Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200249726 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:32:25 [2019-07-19T20:32:25.604Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200249726 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:32:25 [2019-07-19T20:32:25.604Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200249726 data=null button=1 stateMask=0x0 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:32:25 [2019-07-19T20:32:25.604Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200249726 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:32:25 [2019-07-19T20:32:25.604Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200249761 data=null button=1 stateMask=0x80000 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:32:25 [2019-07-19T20:32:25.604Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:25 [2019-07-19T20:32:25.604Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:25 [2019-07-19T20:32:25.604Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:32:25 [2019-07-19T20:32:25.604Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:25 [2019-07-19T20:32:25.604Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200249763 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:32:25 [2019-07-19T20:32:25.604Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200249764 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:32:25 [2019-07-19T20:32:25.604Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200249764 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:32:25 [2019-07-19T20:32:25.604Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200249764 data=null button=1 stateMask=0x0 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:32:25 [2019-07-19T20:32:25.605Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200249764 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:32:25 [2019-07-19T20:32:25.605Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200249769 data=null button=1 stateMask=0x80000 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:32:25 [2019-07-19T20:32:25.605Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomTxt.log} 16:32:25 [2019-07-19T20:32:25.605Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200249769 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:32:25 [2019-07-19T20:32:25.605Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200249769 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:32:25 [2019-07-19T20:32:25.605Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:25 [2019-07-19T20:32:25.605Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200249770 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:32:25 [2019-07-19T20:32:25.605Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200249770 data=null button=1 stateMask=0x0 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:32:25 [2019-07-19T20:32:25.605Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200249770 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:32:25 [2019-07-19T20:32:25.605Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200249774 data=null button=1 stateMask=0x80000 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:32:25 [2019-07-19T20:32:25.605Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200249774 data=null button=1 stateMask=0x0 x=170 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:32:25 [2019-07-19T20:32:25.605Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200249774 data=null button=1 stateMask=0x0 x=170 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:32:25 [2019-07-19T20:32:25.605Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200249774 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:32:25 [2019-07-19T20:32:25.861Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200249840 data=null button=1 stateMask=0x80000 x=170 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:32:25 [2019-07-19T20:32:25.861Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200250044 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:32:25 [2019-07-19T20:32:25.861Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200250044 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:32:25 [2019-07-19T20:32:25.861Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200250044 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:32:25 [2019-07-19T20:32:25.861Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomTxt.log} 16:32:25 [2019-07-19T20:32:25.861Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:32:27 [2019-07-19T20:32:27.230Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:32:27 [2019-07-19T20:32:27.230Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:32:27 [2019-07-19T20:32:27.230Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:32:27 [2019-07-19T20:32:27.230Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:32:27 [2019-07-19T20:32:27.230Z] DEBUG - Attempting to set focus on Table with text {} 16:32:27 [2019-07-19T20:32:27.230Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200251081 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:32:27 [2019-07-19T20:32:27.230Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200251081 data=null doit=true} to TableItem with text {} 16:32:27 [2019-07-19T20:32:27.230Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200251082 data=null} to TableItem with text {} 16:32:27 [2019-07-19T20:32:27.230Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200251082 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:32:27 [2019-07-19T20:32:27.230Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200251082 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:32:27 [2019-07-19T20:32:27.230Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200251087 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:32:27 [2019-07-19T20:32:27.230Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:32:27 [2019-07-19T20:32:27.230Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:32:27 [2019-07-19T20:32:27.231Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:32:27 [2019-07-19T20:32:27.231Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:27 [2019-07-19T20:32:27.231Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200251345 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:32:27 [2019-07-19T20:32:27.231Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200251346 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:32:27 [2019-07-19T20:32:27.231Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200251346 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:32:27 [2019-07-19T20:32:27.231Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200251346 data=null button=1 stateMask=0x0 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:32:27 [2019-07-19T20:32:27.231Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200251346 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:32:27 [2019-07-19T20:32:27.231Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200251351 data=null button=1 stateMask=0x80000 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:32:27 [2019-07-19T20:32:27.231Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:27 [2019-07-19T20:32:27.231Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:27 [2019-07-19T20:32:27.231Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:32:27 [2019-07-19T20:32:27.231Z] WARN - Tree item TreeItem with text {Traces [1]} is already expanded. Won't expand it again. 16:32:27 [2019-07-19T20:32:27.231Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:27 [2019-07-19T20:32:27.231Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {FolderB} time=200251354 data=null button=0 stateMask=0x0 x=102 y=116 count=0} to TreeItem with text {FolderB} 16:32:27 [2019-07-19T20:32:27.231Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {FolderB} time=200251354 data=null doit=true} to TreeItem with text {FolderB} 16:32:27 [2019-07-19T20:32:27.231Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {FolderB} time=200251354 data=null} to TreeItem with text {FolderB} 16:32:27 [2019-07-19T20:32:27.231Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {FolderB} time=200251355 data=null button=1 stateMask=0x0 x=102 y=116 count=1} to TreeItem with text {FolderB} 16:32:27 [2019-07-19T20:32:27.231Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200251355 data=null item=TreeItem {FolderB} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {FolderB} 16:32:27 [2019-07-19T20:32:27.231Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {FolderB} time=200251374 data=null button=1 stateMask=0x80000 x=102 y=116 count=1} to TreeItem with text {FolderB} 16:32:27 [2019-07-19T20:32:27.231Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...' 16:32:27 [2019-07-19T20:32:27.231Z] DEBUG - Clicking on with mnemonic 'Import...' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - Clicked on with mnemonic 'Import...' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=200251866 data=null doit=true} to Shell with text {Trace Import} 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with mnemonic 'Select root directory:' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with style 'SWT.RADIO' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') is already selected, not clicking again. 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo') 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - Attempting to set focus on (of type 'Combo') 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import} time=200251885 data=null} to (of type 'Combo') 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - Attempting to set focus on (of type 'Tree') 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=200251922 data=null doit=true} to TreeItem with text {import} 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=200251922 data=null} to TreeItem with text {import} 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=200251922 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import} 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200251926 data=null item=TreeItem {import} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {import} 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=200251928 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import} 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200251930 data=null button=0 stateMask=0x0 x=150 y=55 count=0} to Tree node with text: kernel-overlap-testing 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200251930 data=null doit=true} to Tree node with text: kernel-overlap-testing 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200251930 data=null} to Tree node with text: kernel-overlap-testing 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200251930 data=null button=1 stateMask=0x0 x=150 y=55 count=1} to Tree node with text: kernel-overlap-testing 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200251930 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: kernel-overlap-testing 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200251933 data=null button=1 stateMask=0x80000 x=150 y=55 count=1} to Tree node with text: kernel-overlap-testing 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - Setting state to checked on: kernel-overlap-testing 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:') 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection> 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {<Automatic Detection>} time=200251950 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection> 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') already selected, not selecting again. 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.795Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.796Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:32:27 [2019-07-19T20:32:27.796Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:32:27 [2019-07-19T20:32:27.796Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.796Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.796Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.796Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.796Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.796Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.796Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.796Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.796Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.796Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.796Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.796Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:32:27 [2019-07-19T20:32:27.796Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish' 16:32:27 [2019-07-19T20:32:27.796Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH' 16:32:27 [2019-07-19T20:32:27.796Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:32:27 [2019-07-19T20:32:27.796Z] DEBUG - Clicking on &Finish 16:32:27 [2019-07-19T20:32:27.796Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=200251970 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:32:27 [2019-07-19T20:32:27.796Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=200251970 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:32:27 [2019-07-19T20:32:27.796Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=200251970 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:32:27 [2019-07-19T20:32:27.796Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=200251970 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:32:27 [2019-07-19T20:32:27.796Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=200251970 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:32:27 [2019-07-19T20:32:27.796Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=200251970 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:32:28 [2019-07-19T20:32:28.052Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=200251970 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:32:28 [2019-07-19T20:32:28.052Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=200251467 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...' 16:32:28 [2019-07-19T20:32:28.309Z] DEBUG - Clicked on 16:32:28 [2019-07-19T20:32:28.309Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:32:28 [2019-07-19T20:32:28.309Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:28 [2019-07-19T20:32:28.309Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:28 [2019-07-19T20:32:28.309Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:28 [2019-07-19T20:32:28.309Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:28 [2019-07-19T20:32:28.309Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:28 [2019-07-19T20:32:28.309Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200252559 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:32:28 [2019-07-19T20:32:28.309Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200252559 data=null doit=true} to TreeItem with text {test} 16:32:28 [2019-07-19T20:32:28.309Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200252559 data=null} to TreeItem with text {test} 16:32:28 [2019-07-19T20:32:28.565Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200252559 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:32:28 [2019-07-19T20:32:28.565Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200252560 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:32:28 [2019-07-19T20:32:28.565Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200252583 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:32:28 [2019-07-19T20:32:28.565Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:28 [2019-07-19T20:32:28.565Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200252632 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:32:28 [2019-07-19T20:32:28.565Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200252632 data=null doit=true} to TreeItem with text {test} 16:32:28 [2019-07-19T20:32:28.565Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200252632 data=null} to TreeItem with text {test} 16:32:28 [2019-07-19T20:32:28.565Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200252633 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:32:28 [2019-07-19T20:32:28.565Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200252633 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:32:28 [2019-07-19T20:32:28.565Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200252639 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:32:28 [2019-07-19T20:32:28.565Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:32:28 [2019-07-19T20:32:28.565Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:28 [2019-07-19T20:32:28.565Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [2]} time=200252641 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [2]} 16:32:28 [2019-07-19T20:32:28.565Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [2]} time=200252641 data=null doit=true} to TreeItem with text {Traces [2]} 16:32:28 [2019-07-19T20:32:28.565Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [2]} time=200252641 data=null} to TreeItem with text {Traces [2]} 16:32:28 [2019-07-19T20:32:28.565Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [2]} time=200252641 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [2]} 16:32:28 [2019-07-19T20:32:28.565Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200252641 data=null item=TreeItem {Traces [2]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [2]} 16:32:28 [2019-07-19T20:32:28.565Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [2]} time=200252661 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [2]} 16:32:28 [2019-07-19T20:32:28.565Z] WARN - Tree item TreeItem with text {Traces [2]} is already expanded. Won't expand it again. 16:32:28 [2019-07-19T20:32:28.565Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {FolderB [1]} time=200252662 data=null doit=true} to TreeItem with text {FolderB [1]} 16:32:28 [2019-07-19T20:32:28.565Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {FolderB [1]} time=200252662 data=null} to TreeItem with text {FolderB [1]} 16:32:28 [2019-07-19T20:32:28.565Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {FolderB [1]} time=200252663 data=null button=1 stateMask=0x0 x=113 y=116 count=1} to TreeItem with text {FolderB [1]} 16:32:28 [2019-07-19T20:32:28.565Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200252663 data=null item=TreeItem {FolderB [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {FolderB [1]} 16:32:28 [2019-07-19T20:32:28.565Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {FolderB [1]} time=200252677 data=null button=1 stateMask=0x80000 x=113 y=116 count=1} to TreeItem with text {FolderB [1]} 16:32:28 [2019-07-19T20:32:28.822Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:32:28 [2019-07-19T20:32:28.822Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:28 [2019-07-19T20:32:28.822Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200252987 data=null button=0 stateMask=0x0 x=166 y=137 count=0} to TreeItem with text {kernel-overlap-testing} 16:32:28 [2019-07-19T20:32:28.822Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200252988 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:32:28 [2019-07-19T20:32:28.822Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200252988 data=null} to TreeItem with text {kernel-overlap-testing} 16:32:28 [2019-07-19T20:32:28.822Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200252988 data=null button=1 stateMask=0x0 x=166 y=137 count=1} to TreeItem with text {kernel-overlap-testing} 16:32:28 [2019-07-19T20:32:28.822Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200252989 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:32:28 [2019-07-19T20:32:28.822Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200253029 data=null button=1 stateMask=0x80000 x=166 y=137 count=1} to TreeItem with text {kernel-overlap-testing} 16:32:28 [2019-07-19T20:32:28.822Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:28 [2019-07-19T20:32:28.822Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:28 [2019-07-19T20:32:28.822Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:32:28 [2019-07-19T20:32:28.822Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:28 [2019-07-19T20:32:28.822Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200253032 data=null button=0 stateMask=0x0 x=166 y=137 count=0} to TreeItem with text {kernel-overlap-testing} 16:32:28 [2019-07-19T20:32:28.822Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200253032 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:32:28 [2019-07-19T20:32:28.822Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200253032 data=null} to TreeItem with text {kernel-overlap-testing} 16:32:28 [2019-07-19T20:32:28.822Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200253032 data=null button=1 stateMask=0x0 x=166 y=137 count=1} to TreeItem with text {kernel-overlap-testing} 16:32:28 [2019-07-19T20:32:28.822Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200253033 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:32:28 [2019-07-19T20:32:28.822Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200253037 data=null button=1 stateMask=0x80000 x=166 y=137 count=1} to TreeItem with text {kernel-overlap-testing} 16:32:28 [2019-07-19T20:32:28.822Z] DEBUG - Double-clicking on TreeItem with text {kernel-overlap-testing} 16:32:28 [2019-07-19T20:32:28.822Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200253038 data=null button=0 stateMask=0x0 x=166 y=137 count=0} to TreeItem with text {kernel-overlap-testing} 16:32:28 [2019-07-19T20:32:28.822Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200253038 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:32:28 [2019-07-19T20:32:28.822Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:28 [2019-07-19T20:32:28.822Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200253038 data=null} to TreeItem with text {kernel-overlap-testing} 16:32:28 [2019-07-19T20:32:28.822Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200253039 data=null button=1 stateMask=0x0 x=166 y=137 count=1} to TreeItem with text {kernel-overlap-testing} 16:32:28 [2019-07-19T20:32:28.822Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200253039 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:32:28 [2019-07-19T20:32:28.822Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200253043 data=null button=1 stateMask=0x80000 x=166 y=137 count=1} to TreeItem with text {kernel-overlap-testing} 16:32:28 [2019-07-19T20:32:28.822Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200253043 data=null button=1 stateMask=0x0 x=166 y=137 count=2} to TreeItem with text {kernel-overlap-testing} 16:32:28 [2019-07-19T20:32:28.822Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {kernel-overlap-testing} time=200253043 data=null button=1 stateMask=0x0 x=166 y=137 count=2} to TreeItem with text {kernel-overlap-testing} 16:32:29 [2019-07-19T20:32:29.079Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200253044 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:32:29 [2019-07-19T20:32:29.643Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200253180 data=null button=1 stateMask=0x80000 x=166 y=137 count=2} to TreeItem with text {kernel-overlap-testing} 16:32:29 [2019-07-19T20:32:29.643Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {kernel-overlap-testing} time=200253768 data=null button=0 stateMask=0x0 x=166 y=137 count=0} to TreeItem with text {kernel-overlap-testing} 16:32:29 [2019-07-19T20:32:29.643Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {kernel-overlap-testing} time=200253770 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:32:29 [2019-07-19T20:32:29.643Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {kernel-overlap-testing} time=200253770 data=null} to TreeItem with text {kernel-overlap-testing} 16:32:29 [2019-07-19T20:32:29.643Z] DEBUG - Double-clicked on TreeItem with text {kernel-overlap-testing} 16:32:29 [2019-07-19T20:32:29.643Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:32:29 [2019-07-19T20:32:29.643Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:32:29 [2019-07-19T20:32:29.643Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:32:29 [2019-07-19T20:32:29.643Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:32:29 [2019-07-19T20:32:29.643Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:32:29 [2019-07-19T20:32:29.643Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:32:29 [2019-07-19T20:32:29.643Z] DEBUG - Attempting to set focus on Table with text {} 16:32:29 [2019-07-19T20:32:29.643Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200253773 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:32:29 [2019-07-19T20:32:29.643Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200253773 data=null doit=true} to TableItem with text {} 16:32:29 [2019-07-19T20:32:29.643Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200253773 data=null} to TableItem with text {} 16:32:29 [2019-07-19T20:32:29.643Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200253773 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:32:29 [2019-07-19T20:32:29.643Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200253774 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:32:29 [2019-07-19T20:32:29.643Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200253778 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:32:29 [2019-07-19T20:32:29.643Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:32:29 [2019-07-19T20:32:29.643Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:32:31 [2019-07-19T20:32:31.013Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:32:31 [2019-07-19T20:32:31.013Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:31 [2019-07-19T20:32:31.013Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200255077 data=null button=0 stateMask=0x0 x=166 y=137 count=0} to TreeItem with text {kernel-overlap-testing} 16:32:31 [2019-07-19T20:32:31.013Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200255078 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:32:31 [2019-07-19T20:32:31.013Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200255078 data=null} to TreeItem with text {kernel-overlap-testing} 16:32:31 [2019-07-19T20:32:31.013Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200255079 data=null button=1 stateMask=0x0 x=166 y=137 count=1} to TreeItem with text {kernel-overlap-testing} 16:32:31 [2019-07-19T20:32:31.013Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200255079 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:32:31 [2019-07-19T20:32:31.013Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200255084 data=null button=1 stateMask=0x80000 x=166 y=137 count=1} to TreeItem with text {kernel-overlap-testing} 16:32:31 [2019-07-19T20:32:31.013Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:31 [2019-07-19T20:32:31.013Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:31 [2019-07-19T20:32:31.013Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:32:31 [2019-07-19T20:32:31.013Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:32:31 [2019-07-19T20:32:31.013Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:31 [2019-07-19T20:32:31.013Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:31 [2019-07-19T20:32:31.013Z] WARN - Tree item TreeItem with text {Traces [2]} is already expanded. Won't expand it again. 16:32:31 [2019-07-19T20:32:31.013Z] WARN - Tree item TreeItem with text {Traces [2]} is already expanded. Won't expand it again. 16:32:31 [2019-07-19T20:32:31.013Z] DEBUG - Attempting to set focus on (of type 'Tree') 16:32:31 [2019-07-19T20:32:31.013Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Tree {} time=200255133 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Tree') 16:32:31 [2019-07-19T20:32:31.013Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Tree {} time=200255133 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Tree') 16:32:31 [2019-07-19T20:32:31.013Z] DEBUG - Sent event Activate [26]: ShellEvent{Tree {} time=200255133 data=null doit=true} to (of type 'Tree') 16:32:31 [2019-07-19T20:32:31.013Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Tree {} time=200255133 data=null} to (of type 'Tree') 16:32:31 [2019-07-19T20:32:31.013Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {FolderA [1]} time=200255134 data=null button=1 stateMask=0x0 x=113 y=74 count=1} to (of type 'Tree') 16:32:31 [2019-07-19T20:32:31.013Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200255134 data=null item=TreeItem {FolderA [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to (of type 'Tree') 16:32:31 [2019-07-19T20:32:31.013Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {FolderA [1]} time=200255160 data=null button=1 stateMask=0x80000 x=113 y=74 count=1} to (of type 'Tree') 16:32:31 [2019-07-19T20:32:31.013Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Tree {} time=200255160 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Tree') 16:32:31 [2019-07-19T20:32:31.013Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Tree {} time=200255160 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Tree') 16:32:31 [2019-07-19T20:32:31.013Z] DEBUG - Sent event Activate [26]: ShellEvent{Tree {} time=200255160 data=null doit=true} to (of type 'Tree') 16:32:31 [2019-07-19T20:32:31.013Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Tree {} time=200255161 data=null} to (of type 'Tree') 16:32:31 [2019-07-19T20:32:31.013Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {FolderB [1]} time=200255161 data=null button=1 stateMask=0x40000 x=113 y=116 count=1} to (of type 'Tree') 16:32:31 [2019-07-19T20:32:31.013Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200255161 data=null item=TreeItem {FolderB [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0xc0000 text=null doit=true} to (of type 'Tree') 16:32:31 [2019-07-19T20:32:31.013Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {FolderB [1]} time=200255176 data=null button=1 stateMask=0xc0000 x=113 y=116 count=1} to (of type 'Tree') 16:32:31 [2019-07-19T20:32:31.270Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' 16:32:31 [2019-07-19T20:32:31.270Z] DEBUG - Clicking on with mnemonic 'Delete' 16:32:31 [2019-07-19T20:32:31.528Z] DEBUG - Clicked on with mnemonic 'Delete' 16:32:31 [2019-07-19T20:32:31.528Z] DEBUG - matched Shell with text "Confirm Delete", using matcher: with text 'Confirm Delete' 16:32:31 [2019-07-19T20:32:31.528Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button' 16:32:31 [2019-07-19T20:32:31.528Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes' 16:32:31 [2019-07-19T20:32:31.528Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH' 16:32:31 [2019-07-19T20:32:31.528Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:32:31 [2019-07-19T20:32:31.528Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button' 16:32:31 [2019-07-19T20:32:31.528Z] DEBUG - Clicking on &Yes 16:32:31 [2019-07-19T20:32:31.528Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=200255568 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:32:31 [2019-07-19T20:32:31.528Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=200255568 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:32:31 [2019-07-19T20:32:31.528Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=200255568 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:32:31 [2019-07-19T20:32:31.528Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=200255568 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:32:31 [2019-07-19T20:32:31.528Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=200255568 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:32:31 [2019-07-19T20:32:31.528Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=200255568 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:32:31 [2019-07-19T20:32:31.528Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=200255568 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:32:32 [2019-07-19T20:32:32.555Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=200255273 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' 16:32:32 [2019-07-19T20:32:32.555Z] DEBUG - Clicked on 16:32:32 [2019-07-19T20:32:32.555Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:32:32 [2019-07-19T20:32:32.555Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:32 [2019-07-19T20:32:32.555Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:32 [2019-07-19T20:32:32.555Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:32 [2019-07-19T20:32:32.555Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:32 [2019-07-19T20:32:32.555Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:32 [2019-07-19T20:32:32.555Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200256637 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:32:32 [2019-07-19T20:32:32.555Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200256637 data=null doit=true} to TreeItem with text {test} 16:32:32 [2019-07-19T20:32:32.555Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200256637 data=null} to TreeItem with text {test} 16:32:32 [2019-07-19T20:32:32.555Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200256638 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:32:32 [2019-07-19T20:32:32.555Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200256638 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:32:32 [2019-07-19T20:32:32.555Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200256676 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:32:32 [2019-07-19T20:32:32.555Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:32 [2019-07-19T20:32:32.555Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200256677 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:32:32 [2019-07-19T20:32:32.555Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200256677 data=null doit=true} to TreeItem with text {test} 16:32:32 [2019-07-19T20:32:32.555Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200256677 data=null} to TreeItem with text {test} 16:32:32 [2019-07-19T20:32:32.555Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200256677 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:32:32 [2019-07-19T20:32:32.555Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200256678 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:32:32 [2019-07-19T20:32:32.555Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200256684 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:32:32 [2019-07-19T20:32:32.555Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:32:32 [2019-07-19T20:32:32.555Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:32 [2019-07-19T20:32:32.555Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [2]} time=200256685 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [2]} 16:32:32 [2019-07-19T20:32:32.555Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [2]} time=200256685 data=null doit=true} to TreeItem with text {Traces [2]} 16:32:32 [2019-07-19T20:32:32.555Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [2]} time=200256685 data=null} to TreeItem with text {Traces [2]} 16:32:32 [2019-07-19T20:32:32.555Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [2]} time=200256685 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [2]} 16:32:32 [2019-07-19T20:32:32.555Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200256685 data=null item=TreeItem {Traces [2]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [2]} 16:32:32 [2019-07-19T20:32:32.555Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [2]} time=200256704 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [2]} 16:32:32 [2019-07-19T20:32:32.555Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:32 [2019-07-19T20:32:32.555Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [2]} time=200256705 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [2]} 16:32:32 [2019-07-19T20:32:32.555Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [2]} time=200256705 data=null doit=true} to TreeItem with text {Traces [2]} 16:32:32 [2019-07-19T20:32:32.555Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [2]} time=200256705 data=null} to TreeItem with text {Traces [2]} 16:32:32 [2019-07-19T20:32:32.555Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [2]} time=200256706 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [2]} 16:32:32 [2019-07-19T20:32:32.555Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200256706 data=null item=TreeItem {Traces [2]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [2]} 16:32:32 [2019-07-19T20:32:32.555Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [2]} time=200256720 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [2]} 16:32:32 [2019-07-19T20:32:32.555Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...' 16:32:32 [2019-07-19T20:32:32.555Z] DEBUG - Clicking on with mnemonic 'Import...' 16:32:32 [2019-07-19T20:32:32.816Z] DEBUG - Clicked on with mnemonic 'Import...' 16:32:32 [2019-07-19T20:32:32.816Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import' 16:32:32 [2019-07-19T20:32:32.816Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=200257017 data=null doit=true} to Shell with text {Trace Import} 16:32:32 [2019-07-19T20:32:32.816Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:32:32 [2019-07-19T20:32:32.816Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with mnemonic 'Select root directory:' 16:32:32 [2019-07-19T20:32:32.816Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with style 'SWT.RADIO' 16:32:32 [2019-07-19T20:32:32.816Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') 16:32:32 [2019-07-19T20:32:32.816Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:32 [2019-07-19T20:32:32.816Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:32:32 [2019-07-19T20:32:32.816Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:32 [2019-07-19T20:32:32.816Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:32:32 [2019-07-19T20:32:32.816Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:32:32 [2019-07-19T20:32:32.816Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:32:32 [2019-07-19T20:32:32.816Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:32:32 [2019-07-19T20:32:32.816Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:32:32 [2019-07-19T20:32:32.816Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:32:32 [2019-07-19T20:32:32.816Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:32:32 [2019-07-19T20:32:32.816Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:32:32 [2019-07-19T20:32:32.816Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') is already selected, not clicking again. 16:32:32 [2019-07-19T20:32:32.816Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:32:32 [2019-07-19T20:32:32.816Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:32:32 [2019-07-19T20:32:32.816Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:32:32 [2019-07-19T20:32:32.816Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:32:32 [2019-07-19T20:32:32.816Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:32:32 [2019-07-19T20:32:32.816Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo') 16:32:32 [2019-07-19T20:32:32.816Z] DEBUG - Attempting to set focus on (of type 'Combo') 16:32:32 [2019-07-19T20:32:32.816Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import 16:32:32 [2019-07-19T20:32:32.816Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import} time=200257047 data=null} to (of type 'Combo') 16:32:32 [2019-07-19T20:32:32.816Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import 16:32:32 [2019-07-19T20:32:32.816Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:32 [2019-07-19T20:32:32.816Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:32 [2019-07-19T20:32:32.816Z] DEBUG - Attempting to set focus on (of type 'Tree') 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=200257093 data=null doit=true} to TreeItem with text {import} 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=200257093 data=null} to TreeItem with text {import} 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=200257093 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import} 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200257094 data=null item=TreeItem {import} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {import} 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=200257096 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import} 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {import} time=200257097 data=null button=0 stateMask=0x0 x=83 y=11 count=0} to TreeItem with text {import} 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=200257097 data=null doit=true} to TreeItem with text {import} 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=200257097 data=null} to TreeItem with text {import} 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=200257098 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import} 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200257098 data=null item=TreeItem {import} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {import} 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=200257098 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import} 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - Setting state to checked on: ExampleCustomTxt.log 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:33 [2019-07-19T20:32:33.075Z] WARN - Tree item TreeItem with text {import} is already expanded. Won't expand it again. 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {z-clashes} time=200257142 data=null doit=true} to Tree node with text: z-clashes 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {z-clashes} time=200257142 data=null} to Tree node with text: z-clashes 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {z-clashes} time=200257142 data=null button=1 stateMask=0x0 x=110 y=143 count=1} to Tree node with text: z-clashes 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200257143 data=null item=TreeItem {z-clashes} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Tree node with text: z-clashes 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {z-clashes} time=200257153 data=null button=1 stateMask=0x80000 x=110 y=143 count=1} to Tree node with text: z-clashes 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {z-clashes} time=200257154 data=null button=0 stateMask=0x0 x=110 y=143 count=0} to Tree node with text: z-clashes 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {z-clashes} time=200257154 data=null doit=true} to Tree node with text: z-clashes 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {z-clashes} time=200257154 data=null} to Tree node with text: z-clashes 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {z-clashes} time=200257155 data=null button=1 stateMask=0x0 x=110 y=143 count=1} to Tree node with text: z-clashes 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200257155 data=null item=TreeItem {z-clashes} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: z-clashes 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {z-clashes} time=200257158 data=null button=1 stateMask=0x80000 x=110 y=143 count=1} to Tree node with text: z-clashes 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - Setting state to checked on: ExampleCustomTxt.log 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:') 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to Custom Text : TmfGeneric 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {Custom Text : TmfGeneric} time=200257170 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to Custom Text : TmfGeneric 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') already selected, not selecting again. 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - Selecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$2@611da2aa 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Preserve &folder structure} time=200257175 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Preserve &folder structure} time=200257175 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Preserve &folder structure} time=200257175 data=null doit=true} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Preserve &folder structure} time=200257175 data=null} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Preserve &folder structure} time=200257175 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Preserve &folder structure} time=200257175 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Preserve &folder structure} time=200257175 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Preserve &folder structure} time=200257175 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Preserve &folder structure} time=200257176 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Preserve &folder structure} time=200257176 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Preserve &folder structure} time=200257176 data=null doit=true} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Preserve &folder structure} time=200257176 data=null} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH' 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - Clicking on &Finish 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=200257196 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=200257196 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=200257200 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=200257200 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=200257200 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:32:33 [2019-07-19T20:32:33.075Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=200257200 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:32:33 [2019-07-19T20:32:33.333Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=200257200 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:32:33 [2019-07-19T20:32:33.333Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=200256768 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...' 16:32:33 [2019-07-19T20:32:33.333Z] DEBUG - Clicked on 16:32:33 [2019-07-19T20:32:33.333Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:32:33 [2019-07-19T20:32:33.333Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:33 [2019-07-19T20:32:33.333Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:33 [2019-07-19T20:32:33.333Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:33 [2019-07-19T20:32:33.333Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:33 [2019-07-19T20:32:33.333Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:33 [2019-07-19T20:32:33.333Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200257428 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:32:33 [2019-07-19T20:32:33.333Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200257428 data=null doit=true} to TreeItem with text {test} 16:32:33 [2019-07-19T20:32:33.333Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200257428 data=null} to TreeItem with text {test} 16:32:33 [2019-07-19T20:32:33.333Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200257428 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:32:33 [2019-07-19T20:32:33.333Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200257429 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:32:33 [2019-07-19T20:32:33.333Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200257451 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:32:33 [2019-07-19T20:32:33.333Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:33 [2019-07-19T20:32:33.333Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200257459 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:32:33 [2019-07-19T20:32:33.333Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200257459 data=null doit=true} to TreeItem with text {test} 16:32:33 [2019-07-19T20:32:33.333Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200257459 data=null} to TreeItem with text {test} 16:32:33 [2019-07-19T20:32:33.333Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200257460 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:32:33 [2019-07-19T20:32:33.333Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200257460 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:32:33 [2019-07-19T20:32:33.333Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200257467 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:32:33 [2019-07-19T20:32:33.333Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:32:33 [2019-07-19T20:32:33.333Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:33 [2019-07-19T20:32:33.333Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [2]} time=200257476 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [2]} 16:32:33 [2019-07-19T20:32:33.333Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [2]} time=200257476 data=null doit=true} to TreeItem with text {Traces [2]} 16:32:33 [2019-07-19T20:32:33.333Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [2]} time=200257476 data=null} to TreeItem with text {Traces [2]} 16:32:33 [2019-07-19T20:32:33.333Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [2]} time=200257477 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [2]} 16:32:33 [2019-07-19T20:32:33.333Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200257477 data=null item=TreeItem {Traces [2]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [2]} 16:32:33 [2019-07-19T20:32:33.333Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [2]} time=200257498 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [2]} 16:32:33 [2019-07-19T20:32:33.333Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [2]} time=200257499 data=null doit=true} to TreeItem with text {Traces [2]} 16:32:33 [2019-07-19T20:32:33.333Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [2]} time=200257499 data=null} to TreeItem with text {Traces [2]} 16:32:33 [2019-07-19T20:32:33.333Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [2]} time=200257499 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [2]} 16:32:33 [2019-07-19T20:32:33.333Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200257499 data=null item=TreeItem {Traces [2]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {Traces [2]} 16:32:33 [2019-07-19T20:32:33.333Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [2]} time=200257515 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [2]} 16:32:33 [2019-07-19T20:32:33.897Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:32:33 [2019-07-19T20:32:33.897Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:33 [2019-07-19T20:32:33.897Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200257984 data=null button=0 stateMask=0x0 x=152 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:32:33 [2019-07-19T20:32:33.897Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200257984 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:32:33 [2019-07-19T20:32:33.897Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200257985 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:32:33 [2019-07-19T20:32:33.897Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200257985 data=null button=1 stateMask=0x0 x=152 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:32:33 [2019-07-19T20:32:33.897Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200257985 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:32:33 [2019-07-19T20:32:33.897Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200258020 data=null button=1 stateMask=0x80000 x=152 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:32:33 [2019-07-19T20:32:33.897Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:33 [2019-07-19T20:32:33.897Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:33 [2019-07-19T20:32:33.897Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:32:33 [2019-07-19T20:32:33.897Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:33 [2019-07-19T20:32:33.897Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200258029 data=null button=0 stateMask=0x0 x=152 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:32:33 [2019-07-19T20:32:33.897Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200258029 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:32:33 [2019-07-19T20:32:33.897Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200258029 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:32:33 [2019-07-19T20:32:33.897Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200258029 data=null button=1 stateMask=0x0 x=152 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:32:33 [2019-07-19T20:32:33.897Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200258029 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:32:33 [2019-07-19T20:32:33.897Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200258034 data=null button=1 stateMask=0x80000 x=152 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:32:33 [2019-07-19T20:32:33.897Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomTxt.log} 16:32:33 [2019-07-19T20:32:33.897Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200258034 data=null button=0 stateMask=0x0 x=152 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:32:33 [2019-07-19T20:32:33.897Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200258035 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:32:33 [2019-07-19T20:32:33.897Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:33 [2019-07-19T20:32:33.897Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200258035 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:32:33 [2019-07-19T20:32:33.897Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200258035 data=null button=1 stateMask=0x0 x=152 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:32:33 [2019-07-19T20:32:33.897Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200258035 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:32:33 [2019-07-19T20:32:33.897Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200258044 data=null button=1 stateMask=0x80000 x=152 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:32:33 [2019-07-19T20:32:33.897Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200258044 data=null button=1 stateMask=0x0 x=152 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:32:33 [2019-07-19T20:32:33.897Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200258044 data=null button=1 stateMask=0x0 x=152 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:32:34 [2019-07-19T20:32:34.154Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200258045 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:32:34 [2019-07-19T20:32:34.154Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200258244 data=null button=1 stateMask=0x80000 x=152 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:32:34 [2019-07-19T20:32:34.154Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200258396 data=null button=0 stateMask=0x0 x=152 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:32:34 [2019-07-19T20:32:34.154Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200258396 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:32:34 [2019-07-19T20:32:34.154Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200258396 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:32:34 [2019-07-19T20:32:34.154Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomTxt.log} 16:32:34 [2019-07-19T20:32:34.154Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:32:35 [2019-07-19T20:32:35.523Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:32:35 [2019-07-19T20:32:35.523Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:32:35 [2019-07-19T20:32:35.523Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:32:35 [2019-07-19T20:32:35.523Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:32:35 [2019-07-19T20:32:35.523Z] DEBUG - Attempting to set focus on Table with text {} 16:32:35 [2019-07-19T20:32:35.523Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200259493 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:32:35 [2019-07-19T20:32:35.523Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200259493 data=null doit=true} to TableItem with text {} 16:32:35 [2019-07-19T20:32:35.523Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200259493 data=null} to TableItem with text {} 16:32:35 [2019-07-19T20:32:35.523Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200259493 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:32:35 [2019-07-19T20:32:35.523Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200259494 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:32:35 [2019-07-19T20:32:35.523Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200259498 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:32:35 [2019-07-19T20:32:35.523Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:32:35 [2019-07-19T20:32:35.523Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:32:35 [2019-07-19T20:32:35.523Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:32:35 [2019-07-19T20:32:35.523Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:35 [2019-07-19T20:32:35.523Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200259679 data=null button=0 stateMask=0x0 x=152 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:32:35 [2019-07-19T20:32:35.523Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200259679 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:32:35 [2019-07-19T20:32:35.523Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200259679 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:32:35 [2019-07-19T20:32:35.523Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200259680 data=null button=1 stateMask=0x0 x=152 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:32:35 [2019-07-19T20:32:35.523Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200259680 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:32:35 [2019-07-19T20:32:35.523Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200259684 data=null button=1 stateMask=0x80000 x=152 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:32:35 [2019-07-19T20:32:35.523Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:35 [2019-07-19T20:32:35.523Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:35 [2019-07-19T20:32:35.523Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:32:35 [2019-07-19T20:32:35.523Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:32:35 [2019-07-19T20:32:35.523Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:35 [2019-07-19T20:32:35.523Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:35 [2019-07-19T20:32:35.523Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:35 [2019-07-19T20:32:35.523Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:35 [2019-07-19T20:32:35.523Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:35 [2019-07-19T20:32:35.523Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200259690 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:32:35 [2019-07-19T20:32:35.523Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200259701 data=null doit=true} to TreeItem with text {test} 16:32:35 [2019-07-19T20:32:35.523Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200259701 data=null} to TreeItem with text {test} 16:32:35 [2019-07-19T20:32:35.523Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200259701 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:32:35 [2019-07-19T20:32:35.523Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200259702 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:32:35 [2019-07-19T20:32:35.523Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200259738 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:32:35 [2019-07-19T20:32:35.523Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:35 [2019-07-19T20:32:35.523Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200259739 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:32:35 [2019-07-19T20:32:35.523Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200259739 data=null doit=true} to TreeItem with text {test} 16:32:35 [2019-07-19T20:32:35.523Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200259739 data=null} to TreeItem with text {test} 16:32:35 [2019-07-19T20:32:35.523Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200259739 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:32:35 [2019-07-19T20:32:35.523Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200259739 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:32:35 [2019-07-19T20:32:35.523Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200259750 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:32:35 [2019-07-19T20:32:35.523Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:32:35 [2019-07-19T20:32:35.523Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:35 [2019-07-19T20:32:35.523Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [2]} time=200259751 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [2]} 16:32:35 [2019-07-19T20:32:35.523Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [2]} time=200259752 data=null doit=true} to TreeItem with text {Traces [2]} 16:32:35 [2019-07-19T20:32:35.523Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [2]} time=200259752 data=null} to TreeItem with text {Traces [2]} 16:32:35 [2019-07-19T20:32:35.523Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [2]} time=200259752 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [2]} 16:32:35 [2019-07-19T20:32:35.523Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200259752 data=null item=TreeItem {Traces [2]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [2]} 16:32:35 [2019-07-19T20:32:35.781Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [2]} time=200259762 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [2]} 16:32:35 [2019-07-19T20:32:35.781Z] WARN - Tree item TreeItem with text {Traces [2]} is already expanded. Won't expand it again. 16:32:35 [2019-07-19T20:32:35.781Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {z-clashes [1]} time=200259775 data=null doit=true} to TreeItem with text {z-clashes [1]} 16:32:35 [2019-07-19T20:32:35.781Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {z-clashes [1]} time=200259775 data=null} to TreeItem with text {z-clashes [1]} 16:32:35 [2019-07-19T20:32:35.781Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {z-clashes [1]} time=200259775 data=null button=1 stateMask=0x0 x=119 y=74 count=1} to TreeItem with text {z-clashes [1]} 16:32:35 [2019-07-19T20:32:35.781Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200259776 data=null item=TreeItem {z-clashes [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {z-clashes [1]} 16:32:35 [2019-07-19T20:32:35.781Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {z-clashes [1]} time=200259779 data=null button=1 stateMask=0x80000 x=103 y=74 count=1} to TreeItem with text {z-clashes [1]} 16:32:36 [2019-07-19T20:32:36.038Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:32:36 [2019-07-19T20:32:36.038Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:36 [2019-07-19T20:32:36.038Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200260249 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:32:36 [2019-07-19T20:32:36.038Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200260249 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:32:36 [2019-07-19T20:32:36.038Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200260249 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:32:36 [2019-07-19T20:32:36.038Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200260250 data=null button=1 stateMask=0x0 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:32:36 [2019-07-19T20:32:36.038Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200260250 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:32:36 [2019-07-19T20:32:36.038Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200260286 data=null button=1 stateMask=0x80000 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:32:36 [2019-07-19T20:32:36.038Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:36 [2019-07-19T20:32:36.038Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:36 [2019-07-19T20:32:36.038Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:32:36 [2019-07-19T20:32:36.038Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:36 [2019-07-19T20:32:36.295Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200260288 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:32:36 [2019-07-19T20:32:36.295Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200260288 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:32:36 [2019-07-19T20:32:36.295Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200260288 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:32:36 [2019-07-19T20:32:36.295Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200260289 data=null button=1 stateMask=0x0 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:32:36 [2019-07-19T20:32:36.295Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200260289 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:32:36 [2019-07-19T20:32:36.295Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200260293 data=null button=1 stateMask=0x80000 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:32:36 [2019-07-19T20:32:36.295Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomTxt.log} 16:32:36 [2019-07-19T20:32:36.295Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200260294 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:32:36 [2019-07-19T20:32:36.295Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200260294 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:32:36 [2019-07-19T20:32:36.295Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:36 [2019-07-19T20:32:36.295Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200260295 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:32:36 [2019-07-19T20:32:36.295Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200260295 data=null button=1 stateMask=0x0 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:32:36 [2019-07-19T20:32:36.295Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200260295 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:32:36 [2019-07-19T20:32:36.295Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200260299 data=null button=1 stateMask=0x80000 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:32:36 [2019-07-19T20:32:36.295Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200260299 data=null button=1 stateMask=0x0 x=170 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:32:36 [2019-07-19T20:32:36.295Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200260299 data=null button=1 stateMask=0x0 x=170 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:32:36 [2019-07-19T20:32:36.295Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200260299 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:32:36 [2019-07-19T20:32:36.551Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200260368 data=null button=1 stateMask=0x80000 x=170 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:32:36 [2019-07-19T20:32:36.551Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200260637 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:32:36 [2019-07-19T20:32:36.551Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200260639 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:32:36 [2019-07-19T20:32:36.551Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200260639 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:32:36 [2019-07-19T20:32:36.551Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomTxt.log} 16:32:36 [2019-07-19T20:32:36.551Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:32:36 [2019-07-19T20:32:36.551Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:32:37 [2019-07-19T20:32:37.482Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:32:37 [2019-07-19T20:32:37.482Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:32:37 [2019-07-19T20:32:37.482Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:32:37 [2019-07-19T20:32:37.482Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:32:37 [2019-07-19T20:32:37.482Z] DEBUG - Attempting to set focus on Table with text {} 16:32:37 [2019-07-19T20:32:37.482Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200261643 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:32:37 [2019-07-19T20:32:37.482Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200261643 data=null doit=true} to TableItem with text {} 16:32:37 [2019-07-19T20:32:37.482Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200261643 data=null} to TableItem with text {} 16:32:37 [2019-07-19T20:32:37.482Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200261643 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:32:37 [2019-07-19T20:32:37.482Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200261644 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:32:37 [2019-07-19T20:32:37.482Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200261649 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:32:37 [2019-07-19T20:32:37.482Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:32:37 [2019-07-19T20:32:37.482Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:32:37 [2019-07-19T20:32:37.739Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:32:37 [2019-07-19T20:32:37.739Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:37 [2019-07-19T20:32:37.739Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200261840 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:32:37 [2019-07-19T20:32:37.739Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200261840 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:32:37 [2019-07-19T20:32:37.739Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200261840 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:32:37 [2019-07-19T20:32:37.739Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200261840 data=null button=1 stateMask=0x0 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:32:37 [2019-07-19T20:32:37.739Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200261841 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:32:37 [2019-07-19T20:32:37.739Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200261845 data=null button=1 stateMask=0x80000 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:32:37 [2019-07-19T20:32:37.739Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:37 [2019-07-19T20:32:37.739Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:37 [2019-07-19T20:32:37.739Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:32:37 [2019-07-19T20:32:37.739Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:32:37 [2019-07-19T20:32:37.739Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:37 [2019-07-19T20:32:37.739Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:37 [2019-07-19T20:32:37.739Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:37 [2019-07-19T20:32:37.739Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:37 [2019-07-19T20:32:37.739Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:37 [2019-07-19T20:32:37.739Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200261863 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:32:37 [2019-07-19T20:32:37.739Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200261864 data=null doit=true} to TreeItem with text {test} 16:32:37 [2019-07-19T20:32:37.739Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200261864 data=null} to TreeItem with text {test} 16:32:37 [2019-07-19T20:32:37.739Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200261864 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:32:37 [2019-07-19T20:32:37.739Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200261864 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:32:37 [2019-07-19T20:32:37.739Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200261901 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:32:37 [2019-07-19T20:32:37.739Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:37 [2019-07-19T20:32:37.739Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200261902 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:32:37 [2019-07-19T20:32:37.739Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200261902 data=null doit=true} to TreeItem with text {test} 16:32:37 [2019-07-19T20:32:37.739Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200261902 data=null} to TreeItem with text {test} 16:32:37 [2019-07-19T20:32:37.739Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200261903 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:32:37 [2019-07-19T20:32:37.739Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200261903 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:32:37 [2019-07-19T20:32:37.739Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200261912 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:32:37 [2019-07-19T20:32:37.739Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:32:37 [2019-07-19T20:32:37.739Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:37 [2019-07-19T20:32:37.739Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [2]} time=200261913 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [2]} 16:32:37 [2019-07-19T20:32:37.739Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [2]} time=200261913 data=null doit=true} to TreeItem with text {Traces [2]} 16:32:37 [2019-07-19T20:32:37.739Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [2]} time=200261913 data=null} to TreeItem with text {Traces [2]} 16:32:37 [2019-07-19T20:32:37.739Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [2]} time=200261914 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [2]} 16:32:37 [2019-07-19T20:32:37.739Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200261914 data=null item=TreeItem {Traces [2]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [2]} 16:32:37 [2019-07-19T20:32:37.739Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [2]} time=200261924 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [2]} 16:32:37 [2019-07-19T20:32:37.739Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:37 [2019-07-19T20:32:37.739Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [2]} time=200261924 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [2]} 16:32:37 [2019-07-19T20:32:37.739Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [2]} time=200261925 data=null doit=true} to TreeItem with text {Traces [2]} 16:32:37 [2019-07-19T20:32:37.739Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [2]} time=200261925 data=null} to TreeItem with text {Traces [2]} 16:32:37 [2019-07-19T20:32:37.739Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [2]} time=200261925 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [2]} 16:32:37 [2019-07-19T20:32:37.739Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200261925 data=null item=TreeItem {Traces [2]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [2]} 16:32:37 [2019-07-19T20:32:37.739Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [2]} time=200261939 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [2]} 16:32:37 [2019-07-19T20:32:37.739Z] DEBUG - matched MenuItem with text "C&lear Delete", using matcher: with mnemonic 'Clear' 16:32:37 [2019-07-19T20:32:37.739Z] DEBUG - Clicking on with mnemonic 'Clear' 16:32:37 [2019-07-19T20:32:37.997Z] DEBUG - Clicked on with mnemonic 'Clear' 16:32:37 [2019-07-19T20:32:37.997Z] DEBUG - matched Shell with text "Confirm Clear", using matcher: with text 'Confirm Clear' 16:32:37 [2019-07-19T20:32:37.997Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button' 16:32:37 [2019-07-19T20:32:37.997Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes' 16:32:37 [2019-07-19T20:32:37.997Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH' 16:32:37 [2019-07-19T20:32:37.997Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:32:37 [2019-07-19T20:32:37.997Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button' 16:32:37 [2019-07-19T20:32:37.997Z] DEBUG - Clicking on &Yes 16:32:37 [2019-07-19T20:32:37.997Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=200262156 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:32:37 [2019-07-19T20:32:37.997Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=200262156 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:32:37 [2019-07-19T20:32:37.997Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=200262156 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:32:37 [2019-07-19T20:32:37.997Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=200262156 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:32:37 [2019-07-19T20:32:37.997Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=200262156 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:32:37 [2019-07-19T20:32:37.997Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=200262156 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:32:37 [2019-07-19T20:32:37.997Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=200262156 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:32:38 [2019-07-19T20:32:38.927Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {C&lear Delete} time=200261980 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Clear' 16:32:38 [2019-07-19T20:32:38.927Z] DEBUG - Clicked on 16:32:38 [2019-07-19T20:32:38.927Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:32:38 [2019-07-19T20:32:38.927Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:38 [2019-07-19T20:32:38.927Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:38 [2019-07-19T20:32:38.927Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:38 [2019-07-19T20:32:38.927Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:38 [2019-07-19T20:32:38.927Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:38 [2019-07-19T20:32:38.927Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200263011 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:32:38 [2019-07-19T20:32:38.927Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200263011 data=null doit=true} to TreeItem with text {test} 16:32:38 [2019-07-19T20:32:38.927Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200263012 data=null} to TreeItem with text {test} 16:32:38 [2019-07-19T20:32:38.927Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200263012 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:32:38 [2019-07-19T20:32:38.927Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200263012 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:32:38 [2019-07-19T20:32:38.927Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200263032 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:32:38 [2019-07-19T20:32:38.927Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:38 [2019-07-19T20:32:38.927Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200263033 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:32:38 [2019-07-19T20:32:38.927Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200263033 data=null doit=true} to TreeItem with text {test} 16:32:38 [2019-07-19T20:32:38.927Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200263033 data=null} to TreeItem with text {test} 16:32:38 [2019-07-19T20:32:38.927Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200263034 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:32:38 [2019-07-19T20:32:38.927Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200263034 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:32:38 [2019-07-19T20:32:38.927Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200263049 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:32:38 [2019-07-19T20:32:38.927Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:32:38 [2019-07-19T20:32:38.927Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:38 [2019-07-19T20:32:38.927Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [2]} time=200263051 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [2]} 16:32:38 [2019-07-19T20:32:38.927Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [2]} time=200263051 data=null doit=true} to TreeItem with text {Traces [2]} 16:32:38 [2019-07-19T20:32:38.927Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [2]} time=200263051 data=null} to TreeItem with text {Traces [2]} 16:32:38 [2019-07-19T20:32:38.927Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [2]} time=200263051 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [2]} 16:32:38 [2019-07-19T20:32:38.927Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200263051 data=null item=TreeItem {Traces [2]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [2]} 16:32:38 [2019-07-19T20:32:38.927Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [2]} time=200263067 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [2]} 16:32:38 [2019-07-19T20:32:38.927Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:38 [2019-07-19T20:32:38.927Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [2]} time=200263068 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [2]} 16:32:38 [2019-07-19T20:32:38.927Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [2]} time=200263068 data=null doit=true} to TreeItem with text {Traces [2]} 16:32:38 [2019-07-19T20:32:38.927Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [2]} time=200263068 data=null} to TreeItem with text {Traces [2]} 16:32:38 [2019-07-19T20:32:38.927Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [2]} time=200263068 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [2]} 16:32:38 [2019-07-19T20:32:38.927Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200263069 data=null item=TreeItem {Traces [2]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [2]} 16:32:38 [2019-07-19T20:32:38.927Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [2]} time=200263081 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [2]} 16:32:38 [2019-07-19T20:32:38.927Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...' 16:32:38 [2019-07-19T20:32:38.927Z] DEBUG - Clicking on with mnemonic 'Import...' 16:32:39 [2019-07-19T20:32:39.186Z] DEBUG - Clicked on with mnemonic 'Import...' 16:32:39 [2019-07-19T20:32:39.186Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import' 16:32:39 [2019-07-19T20:32:39.186Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=200263366 data=null doit=true} to Shell with text {Trace Import} 16:32:39 [2019-07-19T20:32:39.186Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.186Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with mnemonic 'Select root directory:' 16:32:39 [2019-07-19T20:32:39.186Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with style 'SWT.RADIO' 16:32:39 [2019-07-19T20:32:39.186Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') 16:32:39 [2019-07-19T20:32:39.186Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.186Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.186Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.186Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.186Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.186Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.186Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.186Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.186Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.186Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.186Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.186Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') is already selected, not clicking again. 16:32:39 [2019-07-19T20:32:39.186Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:32:39 [2019-07-19T20:32:39.186Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:32:39 [2019-07-19T20:32:39.186Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:32:39 [2019-07-19T20:32:39.186Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:32:39 [2019-07-19T20:32:39.186Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:32:39 [2019-07-19T20:32:39.186Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo') 16:32:39 [2019-07-19T20:32:39.186Z] DEBUG - Attempting to set focus on (of type 'Combo') 16:32:39 [2019-07-19T20:32:39.186Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import 16:32:39 [2019-07-19T20:32:39.186Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import} time=200263394 data=null} to (of type 'Combo') 16:32:39 [2019-07-19T20:32:39.186Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import 16:32:39 [2019-07-19T20:32:39.186Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:39 [2019-07-19T20:32:39.186Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:39 [2019-07-19T20:32:39.186Z] DEBUG - Attempting to set focus on (of type 'Tree') 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=200263440 data=null doit=true} to TreeItem with text {import} 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=200263440 data=null} to TreeItem with text {import} 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=200263441 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import} 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200263441 data=null item=TreeItem {import} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {import} 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=200263443 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import} 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {import} time=200263444 data=null button=0 stateMask=0x0 x=83 y=11 count=0} to TreeItem with text {import} 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=200263444 data=null doit=true} to TreeItem with text {import} 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=200263444 data=null} to TreeItem with text {import} 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=200263444 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import} 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200263445 data=null item=TreeItem {import} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {import} 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=200263445 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import} 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - Setting state to checked on: ExampleCustomTxt.log 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:') 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection> 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {<Automatic Detection>} time=200263466 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection> 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') already selected, not selecting again. 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - Deselecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$1@687f0d21 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Preserve &folder structure} time=200263476 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Preserve &folder structure} time=200263476 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Preserve &folder structure} time=200263476 data=null doit=true} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Preserve &folder structure} time=200263476 data=null} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Preserve &folder structure} time=200263476 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Preserve &folder structure} time=200263476 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Preserve &folder structure} time=200263476 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Preserve &folder structure} time=200263476 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Preserve &folder structure} time=200263477 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Preserve &folder structure} time=200263477 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Preserve &folder structure} time=200263477 data=null doit=true} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Preserve &folder structure} time=200263477 data=null} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH' 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - Clicking on &Finish 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=200263486 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=200263486 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=200263486 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=200263486 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=200263486 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:32:39 [2019-07-19T20:32:39.485Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=200263491 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:32:39 [2019-07-19T20:32:39.743Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=200263491 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:32:39 [2019-07-19T20:32:39.743Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=200263125 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...' 16:32:39 [2019-07-19T20:32:39.743Z] DEBUG - Clicked on 16:32:39 [2019-07-19T20:32:39.743Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:32:39 [2019-07-19T20:32:39.743Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:39 [2019-07-19T20:32:39.743Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:39 [2019-07-19T20:32:39.743Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:39 [2019-07-19T20:32:39.743Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:39 [2019-07-19T20:32:39.743Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:39 [2019-07-19T20:32:39.743Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200263909 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:32:39 [2019-07-19T20:32:39.743Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200263909 data=null doit=true} to TreeItem with text {test} 16:32:39 [2019-07-19T20:32:39.743Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200263909 data=null} to TreeItem with text {test} 16:32:39 [2019-07-19T20:32:39.743Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200263910 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:32:39 [2019-07-19T20:32:39.743Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200263910 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:32:39 [2019-07-19T20:32:39.743Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200263934 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:32:39 [2019-07-19T20:32:39.743Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:39 [2019-07-19T20:32:39.743Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200263936 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:32:39 [2019-07-19T20:32:39.743Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200263936 data=null doit=true} to TreeItem with text {test} 16:32:39 [2019-07-19T20:32:39.743Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200263936 data=null} to TreeItem with text {test} 16:32:39 [2019-07-19T20:32:39.743Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200263936 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:32:39 [2019-07-19T20:32:39.743Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200263937 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:32:39 [2019-07-19T20:32:39.743Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200263953 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:32:39 [2019-07-19T20:32:39.743Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:32:39 [2019-07-19T20:32:39.743Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:39 [2019-07-19T20:32:39.743Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=200263960 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 16:32:39 [2019-07-19T20:32:39.743Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=200263960 data=null doit=true} to TreeItem with text {Traces [1]} 16:32:39 [2019-07-19T20:32:39.743Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=200263960 data=null} to TreeItem with text {Traces [1]} 16:32:39 [2019-07-19T20:32:39.743Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=200263960 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:32:39 [2019-07-19T20:32:39.743Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200263961 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 16:32:39 [2019-07-19T20:32:39.744Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=200263969 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:32:39 [2019-07-19T20:32:39.744Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=200263970 data=null doit=true} to TreeItem with text {Traces [1]} 16:32:39 [2019-07-19T20:32:39.744Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=200263970 data=null} to TreeItem with text {Traces [1]} 16:32:39 [2019-07-19T20:32:39.744Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=200263970 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:32:39 [2019-07-19T20:32:39.744Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200263983 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {Traces [1]} 16:32:39 [2019-07-19T20:32:39.744Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=200263985 data=null button=1 stateMask=0x80000 x=75 y=53 count=1} to TreeItem with text {Traces [1]} 16:32:40 [2019-07-19T20:32:40.001Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:32:40 [2019-07-19T20:32:40.001Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:40 [2019-07-19T20:32:40.001Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200264214 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:32:40 [2019-07-19T20:32:40.001Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200264245 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:32:40 [2019-07-19T20:32:40.001Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200264246 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:32:40 [2019-07-19T20:32:40.001Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200264246 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:32:40 [2019-07-19T20:32:40.001Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200264246 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:32:40 [2019-07-19T20:32:40.258Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200264280 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:32:40 [2019-07-19T20:32:40.258Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:40 [2019-07-19T20:32:40.258Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:40 [2019-07-19T20:32:40.258Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:32:40 [2019-07-19T20:32:40.258Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:40 [2019-07-19T20:32:40.258Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200264283 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:32:40 [2019-07-19T20:32:40.258Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200264283 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:32:40 [2019-07-19T20:32:40.258Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200264283 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:32:40 [2019-07-19T20:32:40.258Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200264283 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:32:40 [2019-07-19T20:32:40.258Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200264284 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:32:40 [2019-07-19T20:32:40.258Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200264288 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:32:40 [2019-07-19T20:32:40.258Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomTxt.log} 16:32:40 [2019-07-19T20:32:40.258Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200264288 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:32:40 [2019-07-19T20:32:40.258Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200264289 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:32:40 [2019-07-19T20:32:40.258Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:40 [2019-07-19T20:32:40.258Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200264289 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:32:40 [2019-07-19T20:32:40.258Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200264289 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:32:40 [2019-07-19T20:32:40.258Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200264289 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:32:40 [2019-07-19T20:32:40.258Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200264293 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:32:40 [2019-07-19T20:32:40.258Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200264293 data=null button=1 stateMask=0x0 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:32:40 [2019-07-19T20:32:40.258Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200264294 data=null button=1 stateMask=0x0 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:32:40 [2019-07-19T20:32:40.258Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200264294 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:32:40 [2019-07-19T20:32:40.514Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200264356 data=null button=1 stateMask=0x80000 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:32:40 [2019-07-19T20:32:40.514Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200264555 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:32:40 [2019-07-19T20:32:40.514Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200264556 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:32:40 [2019-07-19T20:32:40.514Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200264556 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:32:40 [2019-07-19T20:32:40.514Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomTxt.log} 16:32:40 [2019-07-19T20:32:40.514Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:32:41 [2019-07-19T20:32:41.443Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:32:41 [2019-07-19T20:32:41.443Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:32:41 [2019-07-19T20:32:41.443Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:32:41 [2019-07-19T20:32:41.443Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:32:41 [2019-07-19T20:32:41.443Z] DEBUG - Attempting to set focus on Table with text {} 16:32:41 [2019-07-19T20:32:41.443Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200265596 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:32:41 [2019-07-19T20:32:41.443Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200265596 data=null doit=true} to TableItem with text {} 16:32:41 [2019-07-19T20:32:41.443Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200265597 data=null} to TableItem with text {} 16:32:41 [2019-07-19T20:32:41.443Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200265597 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:32:41 [2019-07-19T20:32:41.443Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200265597 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:32:41 [2019-07-19T20:32:41.443Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200265602 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:32:41 [2019-07-19T20:32:41.443Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:32:41 [2019-07-19T20:32:41.443Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:32:41 [2019-07-19T20:32:41.700Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:32:41 [2019-07-19T20:32:41.700Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:41 [2019-07-19T20:32:41.700Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200265776 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:32:41 [2019-07-19T20:32:41.700Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200265776 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:32:41 [2019-07-19T20:32:41.700Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200265776 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:32:41 [2019-07-19T20:32:41.700Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200265779 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:32:41 [2019-07-19T20:32:41.700Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200265779 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:32:41 [2019-07-19T20:32:41.700Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200265784 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:32:41 [2019-07-19T20:32:41.700Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:41 [2019-07-19T20:32:41.700Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:41 [2019-07-19T20:32:41.700Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:32:41 [2019-07-19T20:32:41.700Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:32:41 [2019-07-19T20:32:41.700Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:41 [2019-07-19T20:32:41.700Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:41 [2019-07-19T20:32:41.700Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:41 [2019-07-19T20:32:41.700Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:41 [2019-07-19T20:32:41.700Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:41 [2019-07-19T20:32:41.700Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Tracing} time=200265897 data=null button=0 stateMask=0x0 x=64 y=95 count=0} to TreeItem with text {Tracing} 16:32:41 [2019-07-19T20:32:41.700Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=200265898 data=null doit=true} to TreeItem with text {Tracing} 16:32:41 [2019-07-19T20:32:41.700Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=200265898 data=null} to TreeItem with text {Tracing} 16:32:41 [2019-07-19T20:32:41.700Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=200265898 data=null button=1 stateMask=0x0 x=64 y=95 count=1} to TreeItem with text {Tracing} 16:32:41 [2019-07-19T20:32:41.700Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200265898 data=null item=TreeItem {Tracing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Tracing} 16:32:41 [2019-07-19T20:32:41.700Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=200265931 data=null button=1 stateMask=0x80000 x=64 y=95 count=1} to TreeItem with text {Tracing} 16:32:41 [2019-07-19T20:32:41.700Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:41 [2019-07-19T20:32:41.700Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Tracing} time=200265933 data=null button=0 stateMask=0x0 x=64 y=95 count=0} to TreeItem with text {Tracing} 16:32:41 [2019-07-19T20:32:41.700Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=200265938 data=null doit=true} to TreeItem with text {Tracing} 16:32:41 [2019-07-19T20:32:41.700Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=200265938 data=null} to TreeItem with text {Tracing} 16:32:41 [2019-07-19T20:32:41.700Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=200265939 data=null button=1 stateMask=0x0 x=64 y=95 count=1} to TreeItem with text {Tracing} 16:32:41 [2019-07-19T20:32:41.700Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200265939 data=null item=TreeItem {Tracing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Tracing} 16:32:41 [2019-07-19T20:32:41.700Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=200265945 data=null button=1 stateMask=0x80000 x=64 y=95 count=1} to TreeItem with text {Tracing} 16:32:41 [2019-07-19T20:32:41.700Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=200265946 data=null doit=true} to TreeItem with text {Tracing} 16:32:41 [2019-07-19T20:32:41.700Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=200265946 data=null} to TreeItem with text {Tracing} 16:32:41 [2019-07-19T20:32:41.700Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=200265946 data=null button=1 stateMask=0x0 x=64 y=95 count=1} to TreeItem with text {Tracing} 16:32:41 [2019-07-19T20:32:41.700Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200265946 data=null item=TreeItem {Tracing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {Tracing} 16:32:41 [2019-07-19T20:32:41.957Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=200265950 data=null button=1 stateMask=0x80000 x=48 y=95 count=1} to TreeItem with text {Tracing} 16:32:41 [2019-07-19T20:32:41.957Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:41 [2019-07-19T20:32:41.957Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=200265962 data=null button=0 stateMask=0x0 x=91 y=137 count=0} to TreeItem with text {Traces [0]} 16:32:41 [2019-07-19T20:32:41.957Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=200265963 data=null doit=true} to TreeItem with text {Traces [0]} 16:32:41 [2019-07-19T20:32:41.957Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=200265963 data=null} to TreeItem with text {Traces [0]} 16:32:41 [2019-07-19T20:32:41.957Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=200265963 data=null button=1 stateMask=0x0 x=91 y=137 count=1} to TreeItem with text {Traces [0]} 16:32:41 [2019-07-19T20:32:41.957Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200265963 data=null item=TreeItem {Traces [0]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [0]} 16:32:41 [2019-07-19T20:32:41.957Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=200265980 data=null button=1 stateMask=0x80000 x=91 y=137 count=1} to TreeItem with text {Traces [0]} 16:32:41 [2019-07-19T20:32:41.957Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:41 [2019-07-19T20:32:41.957Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=200265980 data=null button=0 stateMask=0x0 x=91 y=137 count=0} to TreeItem with text {Traces [0]} 16:32:41 [2019-07-19T20:32:41.957Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=200265980 data=null doit=true} to TreeItem with text {Traces [0]} 16:32:41 [2019-07-19T20:32:41.957Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=200265981 data=null} to TreeItem with text {Traces [0]} 16:32:41 [2019-07-19T20:32:41.957Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=200265981 data=null button=1 stateMask=0x0 x=91 y=137 count=1} to TreeItem with text {Traces [0]} 16:32:41 [2019-07-19T20:32:41.957Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200265981 data=null item=TreeItem {Traces [0]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [0]} 16:32:41 [2019-07-19T20:32:41.957Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=200266032 data=null button=1 stateMask=0x80000 x=91 y=137 count=1} to TreeItem with text {Traces [0]} 16:32:41 [2019-07-19T20:32:41.957Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...' 16:32:41 [2019-07-19T20:32:41.957Z] DEBUG - Clicking on with mnemonic 'Import...' 16:32:42 [2019-07-19T20:32:42.214Z] DEBUG - Clicked on with mnemonic 'Import...' 16:32:42 [2019-07-19T20:32:42.214Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import' 16:32:42 [2019-07-19T20:32:42.214Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=200266406 data=null doit=true} to Shell with text {Trace Import} 16:32:42 [2019-07-19T20:32:42.214Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.214Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with mnemonic 'Select root directory:' 16:32:42 [2019-07-19T20:32:42.214Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with style 'SWT.RADIO' 16:32:42 [2019-07-19T20:32:42.214Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') 16:32:42 [2019-07-19T20:32:42.214Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.214Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.214Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.214Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.214Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.214Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.214Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.214Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.214Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.214Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.214Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.214Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') is already selected, not clicking again. 16:32:42 [2019-07-19T20:32:42.214Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:32:42 [2019-07-19T20:32:42.214Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:32:42 [2019-07-19T20:32:42.214Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:32:42 [2019-07-19T20:32:42.214Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:32:42 [2019-07-19T20:32:42.214Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:32:42 [2019-07-19T20:32:42.214Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo') 16:32:42 [2019-07-19T20:32:42.214Z] DEBUG - Attempting to set focus on (of type 'Combo') 16:32:42 [2019-07-19T20:32:42.214Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import 16:32:42 [2019-07-19T20:32:42.214Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import} time=200266411 data=null} to (of type 'Combo') 16:32:42 [2019-07-19T20:32:42.214Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import 16:32:42 [2019-07-19T20:32:42.214Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:42 [2019-07-19T20:32:42.214Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:42 [2019-07-19T20:32:42.214Z] DEBUG - Attempting to set focus on (of type 'Tree') 16:32:42 [2019-07-19T20:32:42.214Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:42 [2019-07-19T20:32:42.214Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:42 [2019-07-19T20:32:42.214Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=200266445 data=null doit=true} to TreeItem with text {import} 16:32:42 [2019-07-19T20:32:42.214Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=200266445 data=null} to TreeItem with text {import} 16:32:42 [2019-07-19T20:32:42.214Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=200266445 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import} 16:32:42 [2019-07-19T20:32:42.214Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200266449 data=null item=TreeItem {import} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {import} 16:32:42 [2019-07-19T20:32:42.214Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=200266451 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import} 16:32:42 [2019-07-19T20:32:42.214Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:42 [2019-07-19T20:32:42.214Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200266452 data=null button=0 stateMask=0x0 x=150 y=55 count=0} to Tree node with text: kernel-overlap-testing 16:32:42 [2019-07-19T20:32:42.214Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200266452 data=null doit=true} to Tree node with text: kernel-overlap-testing 16:32:42 [2019-07-19T20:32:42.214Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200266453 data=null} to Tree node with text: kernel-overlap-testing 16:32:42 [2019-07-19T20:32:42.214Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200266453 data=null button=1 stateMask=0x0 x=150 y=55 count=1} to Tree node with text: kernel-overlap-testing 16:32:42 [2019-07-19T20:32:42.214Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200266453 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: kernel-overlap-testing 16:32:42 [2019-07-19T20:32:42.214Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200266456 data=null button=1 stateMask=0x80000 x=150 y=55 count=1} to Tree node with text: kernel-overlap-testing 16:32:42 [2019-07-19T20:32:42.214Z] DEBUG - Setting state to checked on: kernel-overlap-testing 16:32:42 [2019-07-19T20:32:42.214Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo' 16:32:42 [2019-07-19T20:32:42.214Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:32:42 [2019-07-19T20:32:42.215Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:32:42 [2019-07-19T20:32:42.215Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:' 16:32:42 [2019-07-19T20:32:42.215Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:') 16:32:42 [2019-07-19T20:32:42.215Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:32:42 [2019-07-19T20:32:42.215Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection> 16:32:42 [2019-07-19T20:32:42.472Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {<Automatic Detection>} time=200266473 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:32:42 [2019-07-19T20:32:42.472Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection> 16:32:42 [2019-07-19T20:32:42.472Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.472Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.472Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.472Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.472Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.472Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.472Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.472Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace' 16:32:42 [2019-07-19T20:32:42.472Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK' 16:32:42 [2019-07-19T20:32:42.472Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:32:42 [2019-07-19T20:32:42.472Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.472Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.472Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.472Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.472Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.472Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:32:42 [2019-07-19T20:32:42.472Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') already selected, not selecting again. 16:32:42 [2019-07-19T20:32:42.472Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.472Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.472Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.472Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.472Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.472Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.472Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.472Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.472Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure' 16:32:42 [2019-07-19T20:32:42.472Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK' 16:32:42 [2019-07-19T20:32:42.472Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:32:42 [2019-07-19T20:32:42.472Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.472Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.472Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.472Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.472Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:32:42 [2019-07-19T20:32:42.472Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:32:42 [2019-07-19T20:32:42.472Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.472Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.472Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.472Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.472Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.472Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces' 16:32:42 [2019-07-19T20:32:42.472Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK' 16:32:42 [2019-07-19T20:32:42.472Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:32:42 [2019-07-19T20:32:42.472Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.472Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.472Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.472Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.472Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.472Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.472Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.472Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:32:42 [2019-07-19T20:32:42.472Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:32:42 [2019-07-19T20:32:42.472Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.472Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.472Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.472Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.472Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.472Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.472Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning' 16:32:42 [2019-07-19T20:32:42.472Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK' 16:32:42 [2019-07-19T20:32:42.472Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:32:42 [2019-07-19T20:32:42.472Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.472Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.473Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.473Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.473Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.473Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.473Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:32:42 [2019-07-19T20:32:42.473Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:32:42 [2019-07-19T20:32:42.473Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.473Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.473Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.473Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.473Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.473Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.473Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.473Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.473Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.473Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment' 16:32:42 [2019-07-19T20:32:42.473Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK' 16:32:42 [2019-07-19T20:32:42.473Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:32:42 [2019-07-19T20:32:42.473Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.473Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.473Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.473Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:32:42 [2019-07-19T20:32:42.473Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:32:42 [2019-07-19T20:32:42.473Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.473Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.473Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.473Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.473Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.473Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.473Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.473Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.473Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.473Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.473Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' 16:32:42 [2019-07-19T20:32:42.473Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK' 16:32:42 [2019-07-19T20:32:42.473Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:32:42 [2019-07-19T20:32:42.473Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.473Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.473Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:32:42 [2019-07-19T20:32:42.473Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:32:42 [2019-07-19T20:32:42.473Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.473Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.473Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.473Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.473Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.473Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.473Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.473Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.473Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.473Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.473Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.473Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:32:42 [2019-07-19T20:32:42.473Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish' 16:32:42 [2019-07-19T20:32:42.473Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH' 16:32:42 [2019-07-19T20:32:42.473Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:32:42 [2019-07-19T20:32:42.473Z] DEBUG - Clicking on &Finish 16:32:42 [2019-07-19T20:32:42.473Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=200266490 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:32:42 [2019-07-19T20:32:42.473Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=200266491 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:32:42 [2019-07-19T20:32:42.473Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=200266491 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:32:42 [2019-07-19T20:32:42.473Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=200266491 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:32:42 [2019-07-19T20:32:42.473Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=200266491 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:32:42 [2019-07-19T20:32:42.473Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=200266491 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:32:42 [2019-07-19T20:32:42.473Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=200266491 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:32:42 [2019-07-19T20:32:42.473Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=200266075 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...' 16:32:42 [2019-07-19T20:32:42.730Z] DEBUG - Clicked on 16:32:42 [2019-07-19T20:32:42.730Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:32:42 [2019-07-19T20:32:42.730Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:42 [2019-07-19T20:32:42.730Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:42 [2019-07-19T20:32:42.730Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:42 [2019-07-19T20:32:42.730Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:42 [2019-07-19T20:32:42.730Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:42 [2019-07-19T20:32:42.730Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Tracing} time=200266790 data=null button=0 stateMask=0x0 x=64 y=95 count=0} to TreeItem with text {Tracing} 16:32:42 [2019-07-19T20:32:42.730Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=200266791 data=null doit=true} to TreeItem with text {Tracing} 16:32:42 [2019-07-19T20:32:42.730Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=200266791 data=null} to TreeItem with text {Tracing} 16:32:42 [2019-07-19T20:32:42.730Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=200266791 data=null button=1 stateMask=0x0 x=64 y=95 count=1} to TreeItem with text {Tracing} 16:32:42 [2019-07-19T20:32:42.730Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200266802 data=null item=TreeItem {Tracing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Tracing} 16:32:42 [2019-07-19T20:32:42.730Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=200266847 data=null button=1 stateMask=0x80000 x=64 y=95 count=1} to TreeItem with text {Tracing} 16:32:42 [2019-07-19T20:32:42.730Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:42 [2019-07-19T20:32:42.730Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Tracing} time=200266849 data=null button=0 stateMask=0x0 x=64 y=95 count=0} to TreeItem with text {Tracing} 16:32:42 [2019-07-19T20:32:42.730Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=200266849 data=null doit=true} to TreeItem with text {Tracing} 16:32:42 [2019-07-19T20:32:42.730Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=200266849 data=null} to TreeItem with text {Tracing} 16:32:42 [2019-07-19T20:32:42.730Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=200266849 data=null button=1 stateMask=0x0 x=64 y=95 count=1} to TreeItem with text {Tracing} 16:32:42 [2019-07-19T20:32:42.730Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200266850 data=null item=TreeItem {Tracing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Tracing} 16:32:42 [2019-07-19T20:32:42.730Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=200266875 data=null button=1 stateMask=0x80000 x=64 y=95 count=1} to TreeItem with text {Tracing} 16:32:42 [2019-07-19T20:32:42.730Z] WARN - Tree item TreeItem with text {Tracing} is already expanded. Won't expand it again. 16:32:42 [2019-07-19T20:32:42.730Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:42 [2019-07-19T20:32:42.730Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=200266877 data=null button=0 stateMask=0x0 x=91 y=137 count=0} to TreeItem with text {Traces [1]} 16:32:42 [2019-07-19T20:32:42.730Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=200266877 data=null doit=true} to TreeItem with text {Traces [1]} 16:32:42 [2019-07-19T20:32:42.730Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=200266878 data=null} to TreeItem with text {Traces [1]} 16:32:42 [2019-07-19T20:32:42.730Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=200266878 data=null button=1 stateMask=0x0 x=91 y=137 count=1} to TreeItem with text {Traces [1]} 16:32:42 [2019-07-19T20:32:42.730Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200266878 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 16:32:42 [2019-07-19T20:32:42.730Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=200266901 data=null button=1 stateMask=0x80000 x=91 y=137 count=1} to TreeItem with text {Traces [1]} 16:32:42 [2019-07-19T20:32:42.730Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=200266902 data=null doit=true} to TreeItem with text {Traces [1]} 16:32:42 [2019-07-19T20:32:42.730Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=200266902 data=null} to TreeItem with text {Traces [1]} 16:32:42 [2019-07-19T20:32:42.730Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=200266902 data=null button=1 stateMask=0x0 x=91 y=137 count=1} to TreeItem with text {Traces [1]} 16:32:42 [2019-07-19T20:32:42.730Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200266902 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {Traces [1]} 16:32:42 [2019-07-19T20:32:42.730Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=200266906 data=null button=1 stateMask=0x80000 x=75 y=137 count=1} to TreeItem with text {Traces [1]} 16:32:43 [2019-07-19T20:32:43.295Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:32:43 [2019-07-19T20:32:43.295Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:43 [2019-07-19T20:32:43.295Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200267433 data=null button=0 stateMask=0x0 x=148 y=158 count=0} to TreeItem with text {kernel-overlap-testing} 16:32:43 [2019-07-19T20:32:43.295Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200267433 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:32:43 [2019-07-19T20:32:43.295Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200267433 data=null} to TreeItem with text {kernel-overlap-testing} 16:32:43 [2019-07-19T20:32:43.295Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200267434 data=null button=1 stateMask=0x0 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing} 16:32:43 [2019-07-19T20:32:43.295Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200267434 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:32:43 [2019-07-19T20:32:43.295Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200267475 data=null button=1 stateMask=0x80000 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing} 16:32:43 [2019-07-19T20:32:43.295Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:43 [2019-07-19T20:32:43.295Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:43 [2019-07-19T20:32:43.295Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:32:43 [2019-07-19T20:32:43.295Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:43 [2019-07-19T20:32:43.295Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200267478 data=null button=0 stateMask=0x0 x=148 y=158 count=0} to TreeItem with text {kernel-overlap-testing} 16:32:43 [2019-07-19T20:32:43.295Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200267479 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:32:43 [2019-07-19T20:32:43.295Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200267479 data=null} to TreeItem with text {kernel-overlap-testing} 16:32:43 [2019-07-19T20:32:43.295Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200267479 data=null button=1 stateMask=0x0 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing} 16:32:43 [2019-07-19T20:32:43.295Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200267479 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:32:43 [2019-07-19T20:32:43.295Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200267526 data=null button=1 stateMask=0x80000 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing} 16:32:43 [2019-07-19T20:32:43.295Z] DEBUG - Double-clicking on TreeItem with text {kernel-overlap-testing} 16:32:43 [2019-07-19T20:32:43.295Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200267535 data=null button=0 stateMask=0x0 x=148 y=158 count=0} to TreeItem with text {kernel-overlap-testing} 16:32:43 [2019-07-19T20:32:43.295Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200267535 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:32:43 [2019-07-19T20:32:43.295Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:43 [2019-07-19T20:32:43.295Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200267535 data=null} to TreeItem with text {kernel-overlap-testing} 16:32:43 [2019-07-19T20:32:43.295Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200267536 data=null button=1 stateMask=0x0 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing} 16:32:43 [2019-07-19T20:32:43.295Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200267536 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:32:43 [2019-07-19T20:32:43.295Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200267542 data=null button=1 stateMask=0x80000 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing} 16:32:43 [2019-07-19T20:32:43.551Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200267543 data=null button=1 stateMask=0x0 x=148 y=158 count=2} to TreeItem with text {kernel-overlap-testing} 16:32:43 [2019-07-19T20:32:43.551Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {kernel-overlap-testing} time=200267549 data=null button=1 stateMask=0x0 x=148 y=158 count=2} to TreeItem with text {kernel-overlap-testing} 16:32:43 [2019-07-19T20:32:43.551Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200267550 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:32:44 [2019-07-19T20:32:44.115Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200267634 data=null button=1 stateMask=0x80000 x=148 y=158 count=2} to TreeItem with text {kernel-overlap-testing} 16:32:44 [2019-07-19T20:32:44.115Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {kernel-overlap-testing} time=200268231 data=null button=0 stateMask=0x0 x=148 y=158 count=0} to TreeItem with text {kernel-overlap-testing} 16:32:44 [2019-07-19T20:32:44.115Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {kernel-overlap-testing} time=200268317 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:32:44 [2019-07-19T20:32:44.115Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {kernel-overlap-testing} time=200268317 data=null} to TreeItem with text {kernel-overlap-testing} 16:32:44 [2019-07-19T20:32:44.115Z] DEBUG - Double-clicked on TreeItem with text {kernel-overlap-testing} 16:32:44 [2019-07-19T20:32:44.115Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:32:44 [2019-07-19T20:32:44.115Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:32:44 [2019-07-19T20:32:44.115Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:32:44 [2019-07-19T20:32:44.115Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:32:44 [2019-07-19T20:32:44.115Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:32:44 [2019-07-19T20:32:44.115Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:32:44 [2019-07-19T20:32:44.115Z] DEBUG - Attempting to set focus on Table with text {} 16:32:44 [2019-07-19T20:32:44.115Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200268320 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:32:44 [2019-07-19T20:32:44.115Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200268321 data=null doit=true} to TableItem with text {} 16:32:44 [2019-07-19T20:32:44.115Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200268321 data=null} to TableItem with text {} 16:32:44 [2019-07-19T20:32:44.115Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200268321 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:32:44 [2019-07-19T20:32:44.115Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200268321 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:32:44 [2019-07-19T20:32:44.115Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200268327 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:32:44 [2019-07-19T20:32:44.115Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:32:44 [2019-07-19T20:32:44.115Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:32:45 [2019-07-19T20:32:45.486Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:32:45 [2019-07-19T20:32:45.486Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:45 [2019-07-19T20:32:45.486Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200269390 data=null button=0 stateMask=0x0 x=148 y=158 count=0} to TreeItem with text {kernel-overlap-testing} 16:32:45 [2019-07-19T20:32:45.486Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200269390 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:32:45 [2019-07-19T20:32:45.486Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200269390 data=null} to TreeItem with text {kernel-overlap-testing} 16:32:45 [2019-07-19T20:32:45.486Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200269391 data=null button=1 stateMask=0x0 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing} 16:32:45 [2019-07-19T20:32:45.486Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200269391 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:32:45 [2019-07-19T20:32:45.486Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200269397 data=null button=1 stateMask=0x80000 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing} 16:32:45 [2019-07-19T20:32:45.486Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:45 [2019-07-19T20:32:45.486Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:45 [2019-07-19T20:32:45.486Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:32:45 [2019-07-19T20:32:45.486Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:32:45 [2019-07-19T20:32:45.486Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:45 [2019-07-19T20:32:45.486Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:45 [2019-07-19T20:32:45.486Z] DEBUG - Attempting to set focus on (of type 'Tree') 16:32:45 [2019-07-19T20:32:45.486Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Tree {} time=200269400 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Tree') 16:32:45 [2019-07-19T20:32:45.486Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Tree {} time=200269400 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Tree') 16:32:45 [2019-07-19T20:32:45.486Z] DEBUG - Sent event Activate [26]: ShellEvent{Tree {} time=200269400 data=null doit=true} to (of type 'Tree') 16:32:45 [2019-07-19T20:32:45.486Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Tree {} time=200269400 data=null} to (of type 'Tree') 16:32:45 [2019-07-19T20:32:45.486Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=200269401 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to (of type 'Tree') 16:32:45 [2019-07-19T20:32:45.486Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200269401 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to (of type 'Tree') 16:32:45 [2019-07-19T20:32:45.486Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=200269439 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to (of type 'Tree') 16:32:45 [2019-07-19T20:32:45.486Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Tree {} time=200269439 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Tree') 16:32:45 [2019-07-19T20:32:45.486Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Tree {} time=200269439 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Tree') 16:32:45 [2019-07-19T20:32:45.486Z] DEBUG - Sent event Activate [26]: ShellEvent{Tree {} time=200269439 data=null doit=true} to (of type 'Tree') 16:32:45 [2019-07-19T20:32:45.486Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Tree {} time=200269440 data=null} to (of type 'Tree') 16:32:45 [2019-07-19T20:32:45.486Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=200269440 data=null button=1 stateMask=0x40000 x=91 y=137 count=1} to (of type 'Tree') 16:32:45 [2019-07-19T20:32:45.486Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200269440 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0xc0000 text=null doit=true} to (of type 'Tree') 16:32:45 [2019-07-19T20:32:45.486Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=200269470 data=null button=1 stateMask=0xc0000 x=91 y=137 count=1} to (of type 'Tree') 16:32:45 [2019-07-19T20:32:45.486Z] DEBUG - matched MenuItem with text "C&lear Delete", using matcher: with mnemonic 'Clear' 16:32:45 [2019-07-19T20:32:45.486Z] DEBUG - Clicking on with mnemonic 'Clear' 16:32:45 [2019-07-19T20:32:45.486Z] DEBUG - Clicked on with mnemonic 'Clear' 16:32:45 [2019-07-19T20:32:45.486Z] DEBUG - matched Shell with text "Confirm Clear", using matcher: with text 'Confirm Clear' 16:32:45 [2019-07-19T20:32:45.486Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button' 16:32:45 [2019-07-19T20:32:45.486Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes' 16:32:45 [2019-07-19T20:32:45.486Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH' 16:32:45 [2019-07-19T20:32:45.486Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:32:45 [2019-07-19T20:32:45.486Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button' 16:32:45 [2019-07-19T20:32:45.743Z] DEBUG - Clicking on &Yes 16:32:45 [2019-07-19T20:32:45.743Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=200269748 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:32:45 [2019-07-19T20:32:45.743Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=200269748 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:32:45 [2019-07-19T20:32:45.743Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=200269748 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:32:45 [2019-07-19T20:32:45.743Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=200269748 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:32:45 [2019-07-19T20:32:45.743Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=200269748 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:32:45 [2019-07-19T20:32:45.743Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=200269748 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:32:45 [2019-07-19T20:32:45.743Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=200269748 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:32:46 [2019-07-19T20:32:46.672Z] DEBUG - Clicked on 16:32:46 [2019-07-19T20:32:46.672Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {C&lear Delete} time=200269516 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Clear' 16:32:46 [2019-07-19T20:32:46.672Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=200270789 data=null doit=true} to Shell with text {data - Eclipse Platform} 16:32:46 [2019-07-19T20:32:46.672Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' 16:32:46 [2019-07-19T20:32:46.672Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:46 [2019-07-19T20:32:46.672Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:46 [2019-07-19T20:32:46.673Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:46 [2019-07-19T20:32:46.673Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Tracing} time=200270795 data=null button=0 stateMask=0x0 x=64 y=74 count=0} to TreeItem with text {Tracing} 16:32:46 [2019-07-19T20:32:46.673Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=200270795 data=null doit=true} to TreeItem with text {Tracing} 16:32:46 [2019-07-19T20:32:46.673Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=200270795 data=null} to TreeItem with text {Tracing} 16:32:46 [2019-07-19T20:32:46.673Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=200270795 data=null button=1 stateMask=0x0 x=64 y=74 count=1} to TreeItem with text {Tracing} 16:32:46 [2019-07-19T20:32:46.673Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200270795 data=null item=TreeItem {Tracing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Tracing} 16:32:46 [2019-07-19T20:32:46.673Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=200270838 data=null button=1 stateMask=0x80000 x=64 y=74 count=1} to TreeItem with text {Tracing} 16:32:46 [2019-07-19T20:32:46.673Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' 16:32:46 [2019-07-19T20:32:46.673Z] DEBUG - Clicking on with mnemonic 'Delete' 16:32:46 [2019-07-19T20:32:46.931Z] DEBUG - Clicked on with mnemonic 'Delete' 16:32:47 [2019-07-19T20:32:47.591Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' 16:32:47 [2019-07-19T20:32:47.591Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} 16:32:47 [2019-07-19T20:32:47.591Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 16:32:47 [2019-07-19T20:32:47.591Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' 16:32:47 [2019-07-19T20:32:47.591Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') 16:32:47 [2019-07-19T20:32:47.591Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 16:32:47 [2019-07-19T20:32:47.591Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:32:47 [2019-07-19T20:32:47.591Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:32:47 [2019-07-19T20:32:47.591Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') 16:32:47 [2019-07-19T20:32:47.591Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected 16:32:47 [2019-07-19T20:32:47.591Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=200271620 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:32:47 [2019-07-19T20:32:47.591Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=200271621 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:32:47 [2019-07-19T20:32:47.591Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=200271621 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:32:47 [2019-07-19T20:32:47.591Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=200271621 data=null} to (of type 'Button' and with style 'SWT.CHECK') 16:32:47 [2019-07-19T20:32:47.591Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=200271621 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:32:47 [2019-07-19T20:32:47.591Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=200271621 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:32:47 [2019-07-19T20:32:47.591Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=200271621 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:32:47 [2019-07-19T20:32:47.591Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=200271621 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:32:47 [2019-07-19T20:32:47.591Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=200271622 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:32:47 [2019-07-19T20:32:47.591Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=200271622 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:32:47 [2019-07-19T20:32:47.591Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=200271622 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:32:47 [2019-07-19T20:32:47.591Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=200271622 data=null} to (of type 'Button' and with style 'SWT.CHECK') 16:32:47 [2019-07-19T20:32:47.591Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') 16:32:47 [2019-07-19T20:32:47.591Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 16:32:47 [2019-07-19T20:32:47.591Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 16:32:47 [2019-07-19T20:32:47.591Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:32:47 [2019-07-19T20:32:47.591Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:32:47 [2019-07-19T20:32:47.591Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 16:32:47 [2019-07-19T20:32:47.591Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:32:47 [2019-07-19T20:32:47.591Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:32:47 [2019-07-19T20:32:47.591Z] DEBUG - Clicking on OK 16:32:47 [2019-07-19T20:32:47.591Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=200271623 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:32:47 [2019-07-19T20:32:47.591Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=200271623 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:32:47 [2019-07-19T20:32:47.591Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=200271623 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:32:47 [2019-07-19T20:32:47.591Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=200271623 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:32:47 [2019-07-19T20:32:47.591Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=200271623 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:32:47 [2019-07-19T20:32:47.591Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=200271623 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:32:47 [2019-07-19T20:32:47.591Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:32:47 [2019-07-19T20:32:47.591Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:32:47 [2019-07-19T20:32:47.591Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:32:47 [2019-07-19T20:32:47.591Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:32:47 [2019-07-19T20:32:47.591Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:32:47 [2019-07-19T20:32:47.591Z] DEBUG - Clicked on OK 16:32:47 [2019-07-19T20:32:47.591Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=200271623 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:32:47 [2019-07-19T20:32:47.591Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=200270912 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' 16:32:48 [2019-07-19T20:32:48.154Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:32:48 [2019-07-19T20:32:48.154Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:48 [2019-07-19T20:32:48.154Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:48 [2019-07-19T20:32:48.154Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:48 [2019-07-19T20:32:48.154Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:48 [2019-07-19T20:32:48.154Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:48 [2019-07-19T20:32:48.154Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200272135 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:32:48 [2019-07-19T20:32:48.154Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200272135 data=null doit=true} to TreeItem with text {test} 16:32:48 [2019-07-19T20:32:48.154Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200272135 data=null} to TreeItem with text {test} 16:32:48 [2019-07-19T20:32:48.154Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200272136 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:32:48 [2019-07-19T20:32:48.154Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200272136 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:32:48 [2019-07-19T20:32:48.154Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200272169 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:32:48 [2019-07-19T20:32:48.154Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:48 [2019-07-19T20:32:48.154Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200272170 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:32:48 [2019-07-19T20:32:48.154Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200272170 data=null doit=true} to TreeItem with text {test} 16:32:48 [2019-07-19T20:32:48.154Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200272170 data=null} to TreeItem with text {test} 16:32:48 [2019-07-19T20:32:48.154Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200272171 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:32:48 [2019-07-19T20:32:48.154Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200272171 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:32:48 [2019-07-19T20:32:48.154Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200272181 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:32:48 [2019-07-19T20:32:48.154Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:32:48 [2019-07-19T20:32:48.154Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:48 [2019-07-19T20:32:48.154Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=200272182 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]} 16:32:48 [2019-07-19T20:32:48.154Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=200272182 data=null doit=true} to TreeItem with text {Traces [0]} 16:32:48 [2019-07-19T20:32:48.154Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=200272183 data=null} to TreeItem with text {Traces [0]} 16:32:48 [2019-07-19T20:32:48.154Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=200272183 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:32:48 [2019-07-19T20:32:48.154Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200272183 data=null item=TreeItem {Traces [0]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [0]} 16:32:48 [2019-07-19T20:32:48.154Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=200272192 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:32:48 [2019-07-19T20:32:48.154Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:48 [2019-07-19T20:32:48.154Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=200272193 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]} 16:32:48 [2019-07-19T20:32:48.154Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=200272193 data=null doit=true} to TreeItem with text {Traces [0]} 16:32:48 [2019-07-19T20:32:48.154Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=200272204 data=null} to TreeItem with text {Traces [0]} 16:32:48 [2019-07-19T20:32:48.154Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=200272205 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:32:48 [2019-07-19T20:32:48.154Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200272205 data=null item=TreeItem {Traces [0]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [0]} 16:32:48 [2019-07-19T20:32:48.154Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=200272214 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:32:48 [2019-07-19T20:32:48.154Z] DEBUG - matched MenuItem with text "C&lear Delete", using matcher: with mnemonic 'Clear' 16:32:48 [2019-07-19T20:32:48.154Z] DEBUG - Clicking on with mnemonic 'Clear' 16:32:48 [2019-07-19T20:32:48.154Z] DEBUG - Clicked on with mnemonic 'Clear' 16:32:48 [2019-07-19T20:32:48.154Z] DEBUG - matched Shell with text "Confirm Clear", using matcher: with text 'Confirm Clear' 16:32:48 [2019-07-19T20:32:48.154Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirm Clear} time=200272374 data=null doit=true} to Shell with text {Confirm Clear} 16:32:48 [2019-07-19T20:32:48.154Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button' 16:32:48 [2019-07-19T20:32:48.154Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes' 16:32:48 [2019-07-19T20:32:48.154Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH' 16:32:48 [2019-07-19T20:32:48.154Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:32:48 [2019-07-19T20:32:48.154Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button' 16:32:48 [2019-07-19T20:32:48.154Z] DEBUG - Clicking on &Yes 16:32:48 [2019-07-19T20:32:48.154Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=200272375 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:32:48 [2019-07-19T20:32:48.154Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=200272375 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:32:48 [2019-07-19T20:32:48.154Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=200272375 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:32:48 [2019-07-19T20:32:48.154Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=200272375 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:32:48 [2019-07-19T20:32:48.154Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=200272381 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:32:48 [2019-07-19T20:32:48.154Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=200272382 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:32:48 [2019-07-19T20:32:48.154Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=200272382 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:32:48 [2019-07-19T20:32:48.411Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {C&lear Delete} time=200272259 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Clear' 16:32:48 [2019-07-19T20:32:48.411Z] DEBUG - Clicked on 16:32:48 [2019-07-19T20:32:48.411Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:32:48 [2019-07-19T20:32:48.411Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:48 [2019-07-19T20:32:48.411Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:48 [2019-07-19T20:32:48.411Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:48 [2019-07-19T20:32:48.411Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:48 [2019-07-19T20:32:48.411Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:48 [2019-07-19T20:32:48.411Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200272575 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:32:48 [2019-07-19T20:32:48.411Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200272575 data=null doit=true} to TreeItem with text {test} 16:32:48 [2019-07-19T20:32:48.411Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200272575 data=null} to TreeItem with text {test} 16:32:48 [2019-07-19T20:32:48.411Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200272575 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:32:48 [2019-07-19T20:32:48.411Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200272576 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:32:48 [2019-07-19T20:32:48.411Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200272611 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:32:48 [2019-07-19T20:32:48.411Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:48 [2019-07-19T20:32:48.411Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200272612 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:32:48 [2019-07-19T20:32:48.411Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200272613 data=null doit=true} to TreeItem with text {test} 16:32:48 [2019-07-19T20:32:48.411Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200272613 data=null} to TreeItem with text {test} 16:32:48 [2019-07-19T20:32:48.411Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200272613 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:32:48 [2019-07-19T20:32:48.411Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200272613 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:32:48 [2019-07-19T20:32:48.411Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200272631 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:32:48 [2019-07-19T20:32:48.411Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:32:48 [2019-07-19T20:32:48.411Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:48 [2019-07-19T20:32:48.411Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=200272633 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]} 16:32:48 [2019-07-19T20:32:48.411Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=200272633 data=null doit=true} to TreeItem with text {Traces [0]} 16:32:48 [2019-07-19T20:32:48.411Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=200272633 data=null} to TreeItem with text {Traces [0]} 16:32:48 [2019-07-19T20:32:48.411Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=200272633 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:32:48 [2019-07-19T20:32:48.411Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200272633 data=null item=TreeItem {Traces [0]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [0]} 16:32:48 [2019-07-19T20:32:48.668Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=200272663 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:32:48 [2019-07-19T20:32:48.668Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:48 [2019-07-19T20:32:48.668Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=200272664 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]} 16:32:48 [2019-07-19T20:32:48.668Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=200272664 data=null doit=true} to TreeItem with text {Traces [0]} 16:32:48 [2019-07-19T20:32:48.668Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=200272664 data=null} to TreeItem with text {Traces [0]} 16:32:48 [2019-07-19T20:32:48.668Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=200272665 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:32:48 [2019-07-19T20:32:48.668Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200272665 data=null item=TreeItem {Traces [0]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [0]} 16:32:48 [2019-07-19T20:32:48.668Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=200272671 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:32:48 [2019-07-19T20:32:48.668Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...' 16:32:48 [2019-07-19T20:32:48.668Z] DEBUG - Clicking on with mnemonic 'Import...' 16:32:48 [2019-07-19T20:32:48.925Z] DEBUG - Clicked on with mnemonic 'Import...' 16:32:48 [2019-07-19T20:32:48.925Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import' 16:32:48 [2019-07-19T20:32:48.925Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=200273080 data=null doit=true} to Shell with text {Trace Import} 16:32:48 [2019-07-19T20:32:48.925Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:32:48 [2019-07-19T20:32:48.925Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:48 [2019-07-19T20:32:48.925Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:32:48 [2019-07-19T20:32:48.925Z] DEBUG - matched Button with text "Select &archive file...", using matcher: with mnemonic 'Select archive file:' 16:32:48 [2019-07-19T20:32:48.925Z] DEBUG - matched Button with text "Select &archive file...", using matcher: with style 'SWT.RADIO' 16:32:48 [2019-07-19T20:32:48.925Z] DEBUG - matched Button with text "Select &archive file...", using matcher: (of type 'Button' and with mnemonic 'Select archive file:' and with style 'SWT.RADIO') 16:32:48 [2019-07-19T20:32:48.925Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:48 [2019-07-19T20:32:48.925Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:32:48 [2019-07-19T20:32:48.925Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:32:48 [2019-07-19T20:32:48.925Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:32:48 [2019-07-19T20:32:48.925Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:32:48 [2019-07-19T20:32:48.925Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:32:48 [2019-07-19T20:32:48.925Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:32:48 [2019-07-19T20:32:48.925Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:32:48 [2019-07-19T20:32:48.925Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:32:48 [2019-07-19T20:32:48.925Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Select archive file:' and with style 'SWT.RADIO') 16:32:48 [2019-07-19T20:32:48.925Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Select roo&t directory:} time=200273083 data=null doit=true} to Button with text {Select roo&t directory:} 16:32:48 [2019-07-19T20:32:48.925Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Select roo&t directory:} time=200273083 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Button with text {Select roo&t directory:} 16:32:48 [2019-07-19T20:32:48.925Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Select archive file:' and with style 'SWT.RADIO') 16:32:48 [2019-07-19T20:32:48.925Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Select &archive file:} time=200273155 data=null doit=true} to (of type 'Button' and with mnemonic 'Select archive file:' and with style 'SWT.RADIO') 16:32:48 [2019-07-19T20:32:48.925Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Select &archive file:} time=200273155 data=null button=1 stateMask=0x0 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'Select archive file:' and with style 'SWT.RADIO') 16:32:48 [2019-07-19T20:32:48.925Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Select &archive file:} time=200273156 data=null button=1 stateMask=0x80000 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'Select archive file:' and with style 'SWT.RADIO') 16:32:48 [2019-07-19T20:32:48.925Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Select &archive file:} time=200273156 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Select archive file:' and with style 'SWT.RADIO') 16:32:49 [2019-07-19T20:32:49.183Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Select archive file:' and with style 'SWT.RADIO') 16:32:49 [2019-07-19T20:32:49.183Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:32:49 [2019-07-19T20:32:49.183Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:32:49 [2019-07-19T20:32:49.183Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:32:49 [2019-07-19T20:32:49.183Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:32:49 [2019-07-19T20:32:49.183Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:32:49 [2019-07-19T20:32:49.183Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo') 16:32:49 [2019-07-19T20:32:49.183Z] DEBUG - Attempting to set focus on (of type 'Combo') 16:32:49 [2019-07-19T20:32:49.183Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/archives/traces.zip 16:32:49 [2019-07-19T20:32:49.183Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/archives/traces.zip} time=200273234 data=null} to (of type 'Combo') 16:32:49 [2019-07-19T20:32:49.183Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/archives/traces.zip 16:32:49 [2019-07-19T20:32:49.183Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:49 [2019-07-19T20:32:49.183Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:49 [2019-07-19T20:32:49.183Z] DEBUG - Attempting to set focus on (of type 'Tree') 16:32:49 [2019-07-19T20:32:49.183Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:49 [2019-07-19T20:32:49.183Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:49 [2019-07-19T20:32:49.183Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:49 [2019-07-19T20:32:49.183Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {/} time=200273337 data=null button=0 stateMask=0x0 x=64 y=11 count=0} to TreeItem with text {/} 16:32:49 [2019-07-19T20:32:49.183Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {/} time=200273338 data=null doit=true} to TreeItem with text {/} 16:32:49 [2019-07-19T20:32:49.183Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {/} time=200273338 data=null} to TreeItem with text {/} 16:32:49 [2019-07-19T20:32:49.183Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {/} time=200273338 data=null button=1 stateMask=0x0 x=64 y=11 count=1} to TreeItem with text {/} 16:32:49 [2019-07-19T20:32:49.183Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200273338 data=null item=TreeItem {/} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {/} 16:32:49 [2019-07-19T20:32:49.183Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {/} time=200273339 data=null button=1 stateMask=0x80000 x=64 y=11 count=1} to TreeItem with text {/} 16:32:49 [2019-07-19T20:32:49.183Z] DEBUG - Setting state to checked on: / 16:32:49 [2019-07-19T20:32:49.183Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:32:49 [2019-07-19T20:32:49.183Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo' 16:32:49 [2019-07-19T20:32:49.183Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:32:49 [2019-07-19T20:32:49.183Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:' 16:32:49 [2019-07-19T20:32:49.183Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:') 16:32:49 [2019-07-19T20:32:49.183Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:32:49 [2019-07-19T20:32:49.183Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection> 16:32:49 [2019-07-19T20:32:49.183Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {<Automatic Detection>} time=200273358 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:32:49 [2019-07-19T20:32:49.183Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection> 16:32:49 [2019-07-19T20:32:49.183Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:32:49 [2019-07-19T20:32:49.183Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:49 [2019-07-19T20:32:49.183Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:32:49 [2019-07-19T20:32:49.183Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:49 [2019-07-19T20:32:49.183Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:32:49 [2019-07-19T20:32:49.183Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:32:49 [2019-07-19T20:32:49.183Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:32:49 [2019-07-19T20:32:49.183Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace' 16:32:49 [2019-07-19T20:32:49.183Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK' 16:32:49 [2019-07-19T20:32:49.183Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:32:49 [2019-07-19T20:32:49.183Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:32:49 [2019-07-19T20:32:49.183Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:32:49 [2019-07-19T20:32:49.183Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:32:49 [2019-07-19T20:32:49.183Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:32:49 [2019-07-19T20:32:49.183Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:32:49 [2019-07-19T20:32:49.183Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:32:49 [2019-07-19T20:32:49.183Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:49 [2019-07-19T20:32:49.183Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:32:49 [2019-07-19T20:32:49.183Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:49 [2019-07-19T20:32:49.183Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:32:49 [2019-07-19T20:32:49.183Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:32:49 [2019-07-19T20:32:49.183Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:32:49 [2019-07-19T20:32:49.183Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:32:49 [2019-07-19T20:32:49.183Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure' 16:32:49 [2019-07-19T20:32:49.183Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK' 16:32:49 [2019-07-19T20:32:49.183Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:32:49 [2019-07-19T20:32:49.183Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:32:49 [2019-07-19T20:32:49.183Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:32:49 [2019-07-19T20:32:49.183Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:32:49 [2019-07-19T20:32:49.183Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:32:49 [2019-07-19T20:32:49.183Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:32:49 [2019-07-19T20:32:49.183Z] DEBUG - Selecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$2@4c8efc91 16:32:49 [2019-07-19T20:32:49.183Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Preserve &folder structure} time=200273369 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:32:49 [2019-07-19T20:32:49.183Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Preserve &folder structure} time=200273370 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:32:49 [2019-07-19T20:32:49.183Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Preserve &folder structure} time=200273370 data=null doit=true} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:32:49 [2019-07-19T20:32:49.183Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Preserve &folder structure} time=200273370 data=null} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:32:49 [2019-07-19T20:32:49.183Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Preserve &folder structure} time=200273370 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Preserve &folder structure} time=200273370 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Preserve &folder structure} time=200273370 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Preserve &folder structure} time=200273370 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Preserve &folder structure} time=200273370 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Preserve &folder structure} time=200273370 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Preserve &folder structure} time=200273370 data=null doit=true} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Preserve &folder structure} time=200273370 data=null} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces' 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK' 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning' 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK' 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment' 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK' 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK' 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish' 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH' 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - Clicking on &Finish 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=200273385 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=200273385 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=200273385 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=200273385 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=200273386 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:32:49 [2019-07-19T20:32:49.184Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=200273386 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:32:49 [2019-07-19T20:32:49.440Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:32:49 [2019-07-19T20:32:49.440Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:32:49 [2019-07-19T20:32:49.440Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:32:49 [2019-07-19T20:32:49.440Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:32:49 [2019-07-19T20:32:49.440Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:32:49 [2019-07-19T20:32:49.440Z] DEBUG - Clicked on &Finish 16:32:50 [2019-07-19T20:32:50.004Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=200273386 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:32:50 [2019-07-19T20:32:50.004Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=200272717 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...' 16:32:50 [2019-07-19T20:32:50.261Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:32:50 [2019-07-19T20:32:50.261Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:50 [2019-07-19T20:32:50.261Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:50 [2019-07-19T20:32:50.261Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:50 [2019-07-19T20:32:50.261Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:50 [2019-07-19T20:32:50.261Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:50 [2019-07-19T20:32:50.261Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200274275 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:32:50 [2019-07-19T20:32:50.261Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200274275 data=null doit=true} to TreeItem with text {test} 16:32:50 [2019-07-19T20:32:50.261Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200274275 data=null} to TreeItem with text {test} 16:32:50 [2019-07-19T20:32:50.261Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200274276 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:32:50 [2019-07-19T20:32:50.261Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200274276 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:32:50 [2019-07-19T20:32:50.261Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200274308 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:32:50 [2019-07-19T20:32:50.261Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:50 [2019-07-19T20:32:50.261Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200274309 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:32:50 [2019-07-19T20:32:50.261Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200274309 data=null doit=true} to TreeItem with text {test} 16:32:50 [2019-07-19T20:32:50.261Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200274309 data=null} to TreeItem with text {test} 16:32:50 [2019-07-19T20:32:50.261Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200274309 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:32:50 [2019-07-19T20:32:50.261Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200274309 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:32:50 [2019-07-19T20:32:50.261Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200274317 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:32:50 [2019-07-19T20:32:50.261Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:32:50 [2019-07-19T20:32:50.261Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:50 [2019-07-19T20:32:50.261Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=200274326 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]} 16:32:50 [2019-07-19T20:32:50.261Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=200274326 data=null doit=true} to TreeItem with text {Traces [12]} 16:32:50 [2019-07-19T20:32:50.261Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=200274326 data=null} to TreeItem with text {Traces [12]} 16:32:50 [2019-07-19T20:32:50.261Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=200274327 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:32:50 [2019-07-19T20:32:50.261Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200274327 data=null item=TreeItem {Traces [12]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [12]} 16:32:50 [2019-07-19T20:32:50.261Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=200274349 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:32:50 [2019-07-19T20:32:50.261Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=200274350 data=null doit=true} to TreeItem with text {Traces [12]} 16:32:50 [2019-07-19T20:32:50.261Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=200274350 data=null} to TreeItem with text {Traces [12]} 16:32:50 [2019-07-19T20:32:50.261Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=200274350 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:32:50 [2019-07-19T20:32:50.261Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200274351 data=null item=TreeItem {Traces [12]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {Traces [12]} 16:32:50 [2019-07-19T20:32:50.261Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=200274381 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:32:50 [2019-07-19T20:32:50.518Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:32:50 [2019-07-19T20:32:50.518Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:50 [2019-07-19T20:32:50.518Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200274750 data=null button=0 stateMask=0x0 x=152 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:32:50 [2019-07-19T20:32:50.518Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200274750 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:32:50 [2019-07-19T20:32:50.518Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200274751 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:32:50 [2019-07-19T20:32:50.518Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200274751 data=null button=1 stateMask=0x0 x=152 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:32:50 [2019-07-19T20:32:50.518Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200274751 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:32:50 [2019-07-19T20:32:50.775Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200274786 data=null button=1 stateMask=0x80000 x=152 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:32:50 [2019-07-19T20:32:50.775Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:50 [2019-07-19T20:32:50.775Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:50 [2019-07-19T20:32:50.775Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:32:50 [2019-07-19T20:32:50.775Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:50 [2019-07-19T20:32:50.775Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200274788 data=null button=0 stateMask=0x0 x=152 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:32:50 [2019-07-19T20:32:50.775Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200274788 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:32:50 [2019-07-19T20:32:50.775Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200274788 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:32:50 [2019-07-19T20:32:50.775Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200274789 data=null button=1 stateMask=0x0 x=152 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:32:50 [2019-07-19T20:32:50.775Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200274789 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:32:50 [2019-07-19T20:32:50.775Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200274793 data=null button=1 stateMask=0x80000 x=152 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:32:50 [2019-07-19T20:32:50.775Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomTxt.log} 16:32:50 [2019-07-19T20:32:50.775Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200274794 data=null button=0 stateMask=0x0 x=152 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:32:50 [2019-07-19T20:32:50.775Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200274794 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:32:50 [2019-07-19T20:32:50.775Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:50 [2019-07-19T20:32:50.775Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200274795 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:32:50 [2019-07-19T20:32:50.775Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200274795 data=null button=1 stateMask=0x0 x=152 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:32:50 [2019-07-19T20:32:50.775Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200274795 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:32:50 [2019-07-19T20:32:50.775Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200274799 data=null button=1 stateMask=0x80000 x=152 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:32:50 [2019-07-19T20:32:50.775Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200274799 data=null button=1 stateMask=0x0 x=152 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:32:50 [2019-07-19T20:32:50.775Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200274799 data=null button=1 stateMask=0x0 x=152 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:32:50 [2019-07-19T20:32:50.775Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200274800 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:32:51 [2019-07-19T20:32:51.031Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200274940 data=null button=1 stateMask=0x80000 x=152 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:32:51 [2019-07-19T20:32:51.031Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200275168 data=null button=0 stateMask=0x0 x=152 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:32:51 [2019-07-19T20:32:51.031Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200275168 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:32:51 [2019-07-19T20:32:51.031Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200275169 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:32:51 [2019-07-19T20:32:51.031Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomTxt.log} 16:32:51 [2019-07-19T20:32:51.031Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:32:52 [2019-07-19T20:32:52.400Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:32:52 [2019-07-19T20:32:52.400Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:32:52 [2019-07-19T20:32:52.400Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:32:52 [2019-07-19T20:32:52.400Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:32:52 [2019-07-19T20:32:52.400Z] DEBUG - Attempting to set focus on Table with text {} 16:32:52 [2019-07-19T20:32:52.400Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200276215 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:32:52 [2019-07-19T20:32:52.400Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200276215 data=null doit=true} to TableItem with text {} 16:32:52 [2019-07-19T20:32:52.400Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200276216 data=null} to TableItem with text {} 16:32:52 [2019-07-19T20:32:52.400Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200276216 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:32:52 [2019-07-19T20:32:52.400Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200276216 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:32:52 [2019-07-19T20:32:52.400Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200276221 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:32:52 [2019-07-19T20:32:52.400Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:32:52 [2019-07-19T20:32:52.400Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:32:52 [2019-07-19T20:32:52.400Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:32:52 [2019-07-19T20:32:52.400Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:52 [2019-07-19T20:32:52.400Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200276408 data=null button=0 stateMask=0x0 x=152 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:32:52 [2019-07-19T20:32:52.400Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200276408 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:32:52 [2019-07-19T20:32:52.400Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200276409 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:32:52 [2019-07-19T20:32:52.400Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200276409 data=null button=1 stateMask=0x0 x=152 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:32:52 [2019-07-19T20:32:52.400Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200276409 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:32:52 [2019-07-19T20:32:52.400Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200276414 data=null button=1 stateMask=0x80000 x=152 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:32:52 [2019-07-19T20:32:52.400Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:52 [2019-07-19T20:32:52.400Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:52 [2019-07-19T20:32:52.400Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:32:52 [2019-07-19T20:32:52.400Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:32:52 [2019-07-19T20:32:52.400Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:52 [2019-07-19T20:32:52.400Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:52 [2019-07-19T20:32:52.400Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:52 [2019-07-19T20:32:52.400Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:52 [2019-07-19T20:32:52.400Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:52 [2019-07-19T20:32:52.400Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200276438 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:32:52 [2019-07-19T20:32:52.400Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200276438 data=null doit=true} to TreeItem with text {test} 16:32:52 [2019-07-19T20:32:52.400Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200276438 data=null} to TreeItem with text {test} 16:32:52 [2019-07-19T20:32:52.400Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200276439 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:32:52 [2019-07-19T20:32:52.400Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200276439 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:32:52 [2019-07-19T20:32:52.400Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200276474 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:32:52 [2019-07-19T20:32:52.400Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:52 [2019-07-19T20:32:52.400Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200276475 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:32:52 [2019-07-19T20:32:52.400Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200276475 data=null doit=true} to TreeItem with text {test} 16:32:52 [2019-07-19T20:32:52.400Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200276475 data=null} to TreeItem with text {test} 16:32:52 [2019-07-19T20:32:52.400Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200276476 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:32:52 [2019-07-19T20:32:52.400Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200276476 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:32:52 [2019-07-19T20:32:52.400Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200276482 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:32:52 [2019-07-19T20:32:52.400Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:32:52 [2019-07-19T20:32:52.400Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:52 [2019-07-19T20:32:52.400Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=200276483 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]} 16:32:52 [2019-07-19T20:32:52.400Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=200276483 data=null doit=true} to TreeItem with text {Traces [12]} 16:32:52 [2019-07-19T20:32:52.400Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=200276483 data=null} to TreeItem with text {Traces [12]} 16:32:52 [2019-07-19T20:32:52.400Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=200276483 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:32:52 [2019-07-19T20:32:52.400Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200276483 data=null item=TreeItem {Traces [12]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [12]} 16:32:52 [2019-07-19T20:32:52.400Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=200276504 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:32:52 [2019-07-19T20:32:52.400Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again. 16:32:52 [2019-07-19T20:32:52.964Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:32:52 [2019-07-19T20:32:52.964Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:52 [2019-07-19T20:32:52.964Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200276978 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:32:52 [2019-07-19T20:32:52.964Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200276978 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:32:52 [2019-07-19T20:32:52.964Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200276979 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:32:52 [2019-07-19T20:32:52.964Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200276979 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:32:52 [2019-07-19T20:32:52.964Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200276979 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:32:52 [2019-07-19T20:32:52.964Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200277018 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:32:52 [2019-07-19T20:32:52.964Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:52 [2019-07-19T20:32:52.964Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:52 [2019-07-19T20:32:52.964Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:32:52 [2019-07-19T20:32:52.964Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:52 [2019-07-19T20:32:52.964Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200277029 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:32:52 [2019-07-19T20:32:52.964Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200277029 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:32:52 [2019-07-19T20:32:52.964Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200277029 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:32:52 [2019-07-19T20:32:52.964Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200277030 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:32:52 [2019-07-19T20:32:52.964Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200277030 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:32:52 [2019-07-19T20:32:52.964Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200277040 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:32:52 [2019-07-19T20:32:52.964Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomXml.xml} 16:32:52 [2019-07-19T20:32:52.964Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200277040 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:32:52 [2019-07-19T20:32:52.964Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200277040 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:32:52 [2019-07-19T20:32:52.964Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:52 [2019-07-19T20:32:52.964Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200277041 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:32:52 [2019-07-19T20:32:52.964Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200277041 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:32:52 [2019-07-19T20:32:52.964Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200277042 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:32:52 [2019-07-19T20:32:52.964Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200277046 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:32:52 [2019-07-19T20:32:52.964Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200277046 data=null button=1 stateMask=0x0 x=156 y=116 count=2} to TreeItem with text {ExampleCustomXml.xml} 16:32:52 [2019-07-19T20:32:52.964Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200277046 data=null button=1 stateMask=0x0 x=156 y=116 count=2} to TreeItem with text {ExampleCustomXml.xml} 16:32:52 [2019-07-19T20:32:52.964Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200277047 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:32:53 [2019-07-19T20:32:53.529Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200277210 data=null button=1 stateMask=0x80000 x=156 y=116 count=2} to TreeItem with text {ExampleCustomXml.xml} 16:32:53 [2019-07-19T20:32:53.529Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200277480 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:32:53 [2019-07-19T20:32:53.529Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200277481 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:32:53 [2019-07-19T20:32:53.529Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200277481 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:32:53 [2019-07-19T20:32:53.529Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomXml.xml} 16:32:53 [2019-07-19T20:32:53.529Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:32:53 [2019-07-19T20:32:53.529Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:32:54 [2019-07-19T20:32:54.489Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:32:54 [2019-07-19T20:32:54.489Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:32:54 [2019-07-19T20:32:54.489Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:32:54 [2019-07-19T20:32:54.489Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:32:54 [2019-07-19T20:32:54.489Z] DEBUG - Attempting to set focus on Table with text {} 16:32:54 [2019-07-19T20:32:54.489Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200278484 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:32:54 [2019-07-19T20:32:54.489Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200278484 data=null doit=true} to TableItem with text {} 16:32:54 [2019-07-19T20:32:54.489Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200278484 data=null} to TableItem with text {} 16:32:54 [2019-07-19T20:32:54.489Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200278485 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:32:54 [2019-07-19T20:32:54.489Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200278485 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:32:54 [2019-07-19T20:32:54.489Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200278490 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:32:54 [2019-07-19T20:32:54.489Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:32:54 [2019-07-19T20:32:54.489Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:32:54 [2019-07-19T20:32:54.489Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:32:54 [2019-07-19T20:32:54.489Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:54 [2019-07-19T20:32:54.489Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200278699 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:32:54 [2019-07-19T20:32:54.489Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200278699 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:32:54 [2019-07-19T20:32:54.489Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200278699 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:32:54 [2019-07-19T20:32:54.489Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200278700 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:32:54 [2019-07-19T20:32:54.489Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200278700 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:32:54 [2019-07-19T20:32:54.489Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200278705 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:32:54 [2019-07-19T20:32:54.489Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:54 [2019-07-19T20:32:54.489Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:54 [2019-07-19T20:32:54.489Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:32:54 [2019-07-19T20:32:54.489Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:32:54 [2019-07-19T20:32:54.489Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:54 [2019-07-19T20:32:54.489Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:54 [2019-07-19T20:32:54.489Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:54 [2019-07-19T20:32:54.489Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:54 [2019-07-19T20:32:54.489Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:54 [2019-07-19T20:32:54.489Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200278717 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:32:54 [2019-07-19T20:32:54.489Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200278717 data=null doit=true} to TreeItem with text {test} 16:32:54 [2019-07-19T20:32:54.489Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200278717 data=null} to TreeItem with text {test} 16:32:54 [2019-07-19T20:32:54.489Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200278718 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:32:54 [2019-07-19T20:32:54.489Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200278718 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:32:54 [2019-07-19T20:32:54.746Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200278756 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:32:54 [2019-07-19T20:32:54.746Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:54 [2019-07-19T20:32:54.746Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200278757 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:32:54 [2019-07-19T20:32:54.746Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200278757 data=null doit=true} to TreeItem with text {test} 16:32:54 [2019-07-19T20:32:54.746Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200278758 data=null} to TreeItem with text {test} 16:32:54 [2019-07-19T20:32:54.746Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200278758 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:32:54 [2019-07-19T20:32:54.746Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200278758 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:32:54 [2019-07-19T20:32:54.746Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200278764 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:32:54 [2019-07-19T20:32:54.746Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:32:54 [2019-07-19T20:32:54.746Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:54 [2019-07-19T20:32:54.746Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=200278765 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]} 16:32:54 [2019-07-19T20:32:54.746Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=200278766 data=null doit=true} to TreeItem with text {Traces [12]} 16:32:54 [2019-07-19T20:32:54.746Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=200278766 data=null} to TreeItem with text {Traces [12]} 16:32:54 [2019-07-19T20:32:54.746Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=200278766 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:32:54 [2019-07-19T20:32:54.746Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200278766 data=null item=TreeItem {Traces [12]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [12]} 16:32:54 [2019-07-19T20:32:54.746Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=200278787 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:32:54 [2019-07-19T20:32:54.746Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again. 16:32:55 [2019-07-19T20:32:55.003Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:32:55 [2019-07-19T20:32:55.003Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:55 [2019-07-19T20:32:55.260Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200279262 data=null button=0 stateMask=0x0 x=148 y=137 count=0} to TreeItem with text {kernel-overlap-testing} 16:32:55 [2019-07-19T20:32:55.260Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200279262 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:32:55 [2019-07-19T20:32:55.260Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200279262 data=null} to TreeItem with text {kernel-overlap-testing} 16:32:55 [2019-07-19T20:32:55.260Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200279263 data=null button=1 stateMask=0x0 x=148 y=137 count=1} to TreeItem with text {kernel-overlap-testing} 16:32:55 [2019-07-19T20:32:55.260Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200279263 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:32:55 [2019-07-19T20:32:55.260Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200279304 data=null button=1 stateMask=0x80000 x=148 y=137 count=1} to TreeItem with text {kernel-overlap-testing} 16:32:55 [2019-07-19T20:32:55.260Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:55 [2019-07-19T20:32:55.260Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:55 [2019-07-19T20:32:55.260Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:32:55 [2019-07-19T20:32:55.260Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:55 [2019-07-19T20:32:55.260Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200279307 data=null button=0 stateMask=0x0 x=148 y=137 count=0} to TreeItem with text {kernel-overlap-testing} 16:32:55 [2019-07-19T20:32:55.260Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200279307 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:32:55 [2019-07-19T20:32:55.260Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200279307 data=null} to TreeItem with text {kernel-overlap-testing} 16:32:55 [2019-07-19T20:32:55.260Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200279307 data=null button=1 stateMask=0x0 x=148 y=137 count=1} to TreeItem with text {kernel-overlap-testing} 16:32:55 [2019-07-19T20:32:55.260Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200279307 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:32:55 [2019-07-19T20:32:55.260Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200279312 data=null button=1 stateMask=0x80000 x=148 y=137 count=1} to TreeItem with text {kernel-overlap-testing} 16:32:55 [2019-07-19T20:32:55.260Z] DEBUG - Double-clicking on TreeItem with text {kernel-overlap-testing} 16:32:55 [2019-07-19T20:32:55.260Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200279313 data=null button=0 stateMask=0x0 x=148 y=137 count=0} to TreeItem with text {kernel-overlap-testing} 16:32:55 [2019-07-19T20:32:55.260Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200279313 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:32:55 [2019-07-19T20:32:55.260Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:55 [2019-07-19T20:32:55.260Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200279313 data=null} to TreeItem with text {kernel-overlap-testing} 16:32:55 [2019-07-19T20:32:55.260Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200279314 data=null button=1 stateMask=0x0 x=148 y=137 count=1} to TreeItem with text {kernel-overlap-testing} 16:32:55 [2019-07-19T20:32:55.260Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200279314 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:32:55 [2019-07-19T20:32:55.260Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200279318 data=null button=1 stateMask=0x80000 x=148 y=137 count=1} to TreeItem with text {kernel-overlap-testing} 16:32:55 [2019-07-19T20:32:55.260Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200279318 data=null button=1 stateMask=0x0 x=148 y=137 count=2} to TreeItem with text {kernel-overlap-testing} 16:32:55 [2019-07-19T20:32:55.260Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {kernel-overlap-testing} time=200279319 data=null button=1 stateMask=0x0 x=148 y=137 count=2} to TreeItem with text {kernel-overlap-testing} 16:32:55 [2019-07-19T20:32:55.260Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200279319 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:32:55 [2019-07-19T20:32:55.824Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200279397 data=null button=1 stateMask=0x80000 x=148 y=137 count=2} to TreeItem with text {kernel-overlap-testing} 16:32:56 [2019-07-19T20:32:56.080Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {kernel-overlap-testing} time=200280040 data=null button=0 stateMask=0x0 x=148 y=137 count=0} to TreeItem with text {kernel-overlap-testing} 16:32:56 [2019-07-19T20:32:56.080Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {kernel-overlap-testing} time=200280121 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:32:56 [2019-07-19T20:32:56.080Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {kernel-overlap-testing} time=200280121 data=null} to TreeItem with text {kernel-overlap-testing} 16:32:56 [2019-07-19T20:32:56.080Z] DEBUG - Double-clicked on TreeItem with text {kernel-overlap-testing} 16:32:56 [2019-07-19T20:32:56.080Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:32:56 [2019-07-19T20:32:56.080Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:32:56 [2019-07-19T20:32:56.080Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:32:56 [2019-07-19T20:32:56.080Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:32:56 [2019-07-19T20:32:56.080Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:32:56 [2019-07-19T20:32:56.080Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:32:56 [2019-07-19T20:32:56.080Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:32:56 [2019-07-19T20:32:56.080Z] DEBUG - Attempting to set focus on Table with text {} 16:32:56 [2019-07-19T20:32:56.080Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200280125 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:32:56 [2019-07-19T20:32:56.080Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200280125 data=null doit=true} to TableItem with text {} 16:32:56 [2019-07-19T20:32:56.080Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200280125 data=null} to TableItem with text {} 16:32:56 [2019-07-19T20:32:56.080Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200280126 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:32:56 [2019-07-19T20:32:56.080Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200280126 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:32:56 [2019-07-19T20:32:56.080Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200280131 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:32:56 [2019-07-19T20:32:56.080Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:32:56 [2019-07-19T20:32:56.080Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:32:57 [2019-07-19T20:32:57.009Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:32:57 [2019-07-19T20:32:57.009Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:57 [2019-07-19T20:32:57.009Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200281246 data=null button=0 stateMask=0x0 x=148 y=137 count=0} to TreeItem with text {kernel-overlap-testing} 16:32:57 [2019-07-19T20:32:57.009Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200281246 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:32:57 [2019-07-19T20:32:57.009Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200281246 data=null} to TreeItem with text {kernel-overlap-testing} 16:32:57 [2019-07-19T20:32:57.009Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200281246 data=null button=1 stateMask=0x0 x=148 y=137 count=1} to TreeItem with text {kernel-overlap-testing} 16:32:57 [2019-07-19T20:32:57.009Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200281247 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:32:57 [2019-07-19T20:32:57.009Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200281252 data=null button=1 stateMask=0x80000 x=148 y=137 count=1} to TreeItem with text {kernel-overlap-testing} 16:32:57 [2019-07-19T20:32:57.009Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:57 [2019-07-19T20:32:57.009Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:57 [2019-07-19T20:32:57.009Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:32:57 [2019-07-19T20:32:57.009Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:32:57 [2019-07-19T20:32:57.009Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:57 [2019-07-19T20:32:57.009Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:57 [2019-07-19T20:32:57.009Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:57 [2019-07-19T20:32:57.009Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:57 [2019-07-19T20:32:57.009Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:57 [2019-07-19T20:32:57.009Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200281257 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:32:57 [2019-07-19T20:32:57.009Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200281258 data=null doit=true} to TreeItem with text {test} 16:32:57 [2019-07-19T20:32:57.009Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200281258 data=null} to TreeItem with text {test} 16:32:57 [2019-07-19T20:32:57.009Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200281258 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:32:57 [2019-07-19T20:32:57.266Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200281258 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:32:57 [2019-07-19T20:32:57.266Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200281311 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:32:57 [2019-07-19T20:32:57.266Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:57 [2019-07-19T20:32:57.266Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200281311 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:32:57 [2019-07-19T20:32:57.266Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200281312 data=null doit=true} to TreeItem with text {test} 16:32:57 [2019-07-19T20:32:57.266Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200281312 data=null} to TreeItem with text {test} 16:32:57 [2019-07-19T20:32:57.266Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200281312 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:32:57 [2019-07-19T20:32:57.266Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200281312 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:32:57 [2019-07-19T20:32:57.266Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200281323 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:32:57 [2019-07-19T20:32:57.266Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:32:57 [2019-07-19T20:32:57.266Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:57 [2019-07-19T20:32:57.266Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=200281324 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]} 16:32:57 [2019-07-19T20:32:57.266Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=200281324 data=null doit=true} to TreeItem with text {Traces [12]} 16:32:57 [2019-07-19T20:32:57.266Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=200281324 data=null} to TreeItem with text {Traces [12]} 16:32:57 [2019-07-19T20:32:57.266Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=200281324 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:32:57 [2019-07-19T20:32:57.266Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200281324 data=null item=TreeItem {Traces [12]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [12]} 16:32:57 [2019-07-19T20:32:57.266Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=200281335 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:32:57 [2019-07-19T20:32:57.266Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again. 16:32:57 [2019-07-19T20:32:57.523Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:32:57 [2019-07-19T20:32:57.523Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:57 [2019-07-19T20:32:57.523Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=200281631 data=null button=0 stateMask=0x0 x=150 y=158 count=0} to TreeItem with text {simple_server-thread1} 16:32:57 [2019-07-19T20:32:57.523Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=200281631 data=null doit=true} to TreeItem with text {simple_server-thread1} 16:32:57 [2019-07-19T20:32:57.523Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=200281631 data=null} to TreeItem with text {simple_server-thread1} 16:32:57 [2019-07-19T20:32:57.523Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=200281631 data=null button=1 stateMask=0x0 x=150 y=158 count=1} to TreeItem with text {simple_server-thread1} 16:32:57 [2019-07-19T20:32:57.523Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200281631 data=null item=TreeItem {simple_server-thread1} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread1} 16:32:57 [2019-07-19T20:32:57.523Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=200281670 data=null button=1 stateMask=0x80000 x=150 y=158 count=1} to TreeItem with text {simple_server-thread1} 16:32:57 [2019-07-19T20:32:57.523Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:57 [2019-07-19T20:32:57.523Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:57 [2019-07-19T20:32:57.523Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:32:57 [2019-07-19T20:32:57.523Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:57 [2019-07-19T20:32:57.523Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=200281673 data=null button=0 stateMask=0x0 x=150 y=158 count=0} to TreeItem with text {simple_server-thread1} 16:32:57 [2019-07-19T20:32:57.523Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=200281673 data=null doit=true} to TreeItem with text {simple_server-thread1} 16:32:57 [2019-07-19T20:32:57.523Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=200281673 data=null} to TreeItem with text {simple_server-thread1} 16:32:57 [2019-07-19T20:32:57.523Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=200281674 data=null button=1 stateMask=0x0 x=150 y=158 count=1} to TreeItem with text {simple_server-thread1} 16:32:57 [2019-07-19T20:32:57.523Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200281674 data=null item=TreeItem {simple_server-thread1} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread1} 16:32:57 [2019-07-19T20:32:57.523Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=200281678 data=null button=1 stateMask=0x80000 x=150 y=158 count=1} to TreeItem with text {simple_server-thread1} 16:32:57 [2019-07-19T20:32:57.523Z] DEBUG - Double-clicking on TreeItem with text {simple_server-thread1} 16:32:57 [2019-07-19T20:32:57.523Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=200281679 data=null button=0 stateMask=0x0 x=150 y=158 count=0} to TreeItem with text {simple_server-thread1} 16:32:57 [2019-07-19T20:32:57.523Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=200281679 data=null doit=true} to TreeItem with text {simple_server-thread1} 16:32:57 [2019-07-19T20:32:57.523Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:57 [2019-07-19T20:32:57.523Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=200281679 data=null} to TreeItem with text {simple_server-thread1} 16:32:57 [2019-07-19T20:32:57.523Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=200281680 data=null button=1 stateMask=0x0 x=150 y=158 count=1} to TreeItem with text {simple_server-thread1} 16:32:57 [2019-07-19T20:32:57.523Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200281680 data=null item=TreeItem {simple_server-thread1} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread1} 16:32:57 [2019-07-19T20:32:57.523Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=200281684 data=null button=1 stateMask=0x80000 x=150 y=158 count=1} to TreeItem with text {simple_server-thread1} 16:32:57 [2019-07-19T20:32:57.523Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=200281684 data=null button=1 stateMask=0x0 x=150 y=158 count=2} to TreeItem with text {simple_server-thread1} 16:32:57 [2019-07-19T20:32:57.523Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {simple_server-thread1} time=200281684 data=null button=1 stateMask=0x0 x=150 y=158 count=2} to TreeItem with text {simple_server-thread1} 16:32:57 [2019-07-19T20:32:57.780Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200281685 data=null item=TreeItem {simple_server-thread1} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread1} 16:32:58 [2019-07-19T20:32:58.036Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=200281840 data=null button=1 stateMask=0x80000 x=150 y=158 count=2} to TreeItem with text {simple_server-thread1} 16:32:58 [2019-07-19T20:32:58.036Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {simple_server-thread1} time=200282222 data=null button=0 stateMask=0x0 x=150 y=158 count=0} to TreeItem with text {simple_server-thread1} 16:32:58 [2019-07-19T20:32:58.036Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {simple_server-thread1} time=200282224 data=null doit=true} to TreeItem with text {simple_server-thread1} 16:32:58 [2019-07-19T20:32:58.036Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {simple_server-thread1} time=200282224 data=null} to TreeItem with text {simple_server-thread1} 16:32:58 [2019-07-19T20:32:58.036Z] DEBUG - Double-clicked on TreeItem with text {simple_server-thread1} 16:32:58 [2019-07-19T20:32:58.036Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:32:58 [2019-07-19T20:32:58.036Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:32:58 [2019-07-19T20:32:58.036Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:32:58 [2019-07-19T20:32:58.036Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:32:58 [2019-07-19T20:32:58.036Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:32:58 [2019-07-19T20:32:58.036Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:32:58 [2019-07-19T20:32:58.036Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:32:58 [2019-07-19T20:32:58.036Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:32:58 [2019-07-19T20:32:58.036Z] DEBUG - Attempting to set focus on Table with text {} 16:32:58 [2019-07-19T20:32:58.036Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200282229 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:32:58 [2019-07-19T20:32:58.036Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200282230 data=null doit=true} to TableItem with text {} 16:32:58 [2019-07-19T20:32:58.036Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200282230 data=null} to TableItem with text {} 16:32:58 [2019-07-19T20:32:58.036Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200282230 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:32:58 [2019-07-19T20:32:58.036Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200282230 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:32:58 [2019-07-19T20:32:58.036Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200282236 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:32:58 [2019-07-19T20:32:58.036Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:32:58 [2019-07-19T20:32:58.036Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:32:59 [2019-07-19T20:32:59.406Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:32:59 [2019-07-19T20:32:59.406Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:59 [2019-07-19T20:32:59.406Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=200283329 data=null button=0 stateMask=0x0 x=150 y=158 count=0} to TreeItem with text {simple_server-thread1} 16:32:59 [2019-07-19T20:32:59.406Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=200283329 data=null doit=true} to TreeItem with text {simple_server-thread1} 16:32:59 [2019-07-19T20:32:59.406Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=200283329 data=null} to TreeItem with text {simple_server-thread1} 16:32:59 [2019-07-19T20:32:59.406Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=200283329 data=null button=1 stateMask=0x0 x=150 y=158 count=1} to TreeItem with text {simple_server-thread1} 16:32:59 [2019-07-19T20:32:59.406Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200283330 data=null item=TreeItem {simple_server-thread1} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread1} 16:32:59 [2019-07-19T20:32:59.406Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=200283335 data=null button=1 stateMask=0x80000 x=150 y=158 count=1} to TreeItem with text {simple_server-thread1} 16:32:59 [2019-07-19T20:32:59.406Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:59 [2019-07-19T20:32:59.406Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:59 [2019-07-19T20:32:59.406Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:32:59 [2019-07-19T20:32:59.406Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:32:59 [2019-07-19T20:32:59.406Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:59 [2019-07-19T20:32:59.406Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:59 [2019-07-19T20:32:59.406Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:59 [2019-07-19T20:32:59.406Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:59 [2019-07-19T20:32:59.406Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:59 [2019-07-19T20:32:59.406Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200283340 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:32:59 [2019-07-19T20:32:59.406Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200283340 data=null doit=true} to TreeItem with text {test} 16:32:59 [2019-07-19T20:32:59.406Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200283340 data=null} to TreeItem with text {test} 16:32:59 [2019-07-19T20:32:59.406Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200283348 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:32:59 [2019-07-19T20:32:59.406Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200283348 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:32:59 [2019-07-19T20:32:59.406Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200283394 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:32:59 [2019-07-19T20:32:59.406Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:59 [2019-07-19T20:32:59.406Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200283395 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:32:59 [2019-07-19T20:32:59.406Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200283396 data=null doit=true} to TreeItem with text {test} 16:32:59 [2019-07-19T20:32:59.406Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200283396 data=null} to TreeItem with text {test} 16:32:59 [2019-07-19T20:32:59.406Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200283396 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:32:59 [2019-07-19T20:32:59.406Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200283396 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:32:59 [2019-07-19T20:32:59.406Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200283402 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:32:59 [2019-07-19T20:32:59.406Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:32:59 [2019-07-19T20:32:59.406Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:59 [2019-07-19T20:32:59.406Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=200283403 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]} 16:32:59 [2019-07-19T20:32:59.406Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=200283404 data=null doit=true} to TreeItem with text {Traces [12]} 16:32:59 [2019-07-19T20:32:59.406Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=200283404 data=null} to TreeItem with text {Traces [12]} 16:32:59 [2019-07-19T20:32:59.406Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=200283404 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:32:59 [2019-07-19T20:32:59.406Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200283404 data=null item=TreeItem {Traces [12]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [12]} 16:32:59 [2019-07-19T20:32:59.406Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=200283423 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:32:59 [2019-07-19T20:32:59.406Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again. 16:32:59 [2019-07-19T20:32:59.406Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:32:59 [2019-07-19T20:32:59.406Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:59 [2019-07-19T20:32:59.406Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=200283563 data=null button=0 stateMask=0x0 x=150 y=179 count=0} to TreeItem with text {simple_server-thread2} 16:32:59 [2019-07-19T20:32:59.406Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=200283563 data=null doit=true} to TreeItem with text {simple_server-thread2} 16:32:59 [2019-07-19T20:32:59.406Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=200283563 data=null} to TreeItem with text {simple_server-thread2} 16:32:59 [2019-07-19T20:32:59.406Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=200283564 data=null button=1 stateMask=0x0 x=150 y=179 count=1} to TreeItem with text {simple_server-thread2} 16:32:59 [2019-07-19T20:32:59.406Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200283564 data=null item=TreeItem {simple_server-thread2} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread2} 16:32:59 [2019-07-19T20:32:59.406Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=200283635 data=null button=1 stateMask=0x80000 x=150 y=179 count=1} to TreeItem with text {simple_server-thread2} 16:32:59 [2019-07-19T20:32:59.406Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:32:59 [2019-07-19T20:32:59.406Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:32:59 [2019-07-19T20:32:59.406Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:32:59 [2019-07-19T20:32:59.406Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:59 [2019-07-19T20:32:59.406Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=200283638 data=null button=0 stateMask=0x0 x=150 y=179 count=0} to TreeItem with text {simple_server-thread2} 16:32:59 [2019-07-19T20:32:59.406Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=200283638 data=null doit=true} to TreeItem with text {simple_server-thread2} 16:32:59 [2019-07-19T20:32:59.406Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=200283638 data=null} to TreeItem with text {simple_server-thread2} 16:32:59 [2019-07-19T20:32:59.406Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=200283638 data=null button=1 stateMask=0x0 x=150 y=179 count=1} to TreeItem with text {simple_server-thread2} 16:32:59 [2019-07-19T20:32:59.406Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200283639 data=null item=TreeItem {simple_server-thread2} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread2} 16:32:59 [2019-07-19T20:32:59.406Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=200283644 data=null button=1 stateMask=0x80000 x=150 y=179 count=1} to TreeItem with text {simple_server-thread2} 16:32:59 [2019-07-19T20:32:59.406Z] DEBUG - Double-clicking on TreeItem with text {simple_server-thread2} 16:32:59 [2019-07-19T20:32:59.406Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=200283644 data=null button=0 stateMask=0x0 x=150 y=179 count=0} to TreeItem with text {simple_server-thread2} 16:32:59 [2019-07-19T20:32:59.406Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=200283645 data=null doit=true} to TreeItem with text {simple_server-thread2} 16:32:59 [2019-07-19T20:32:59.406Z] DEBUG - Attempting to set focus on Tree with text {} 16:32:59 [2019-07-19T20:32:59.406Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=200283645 data=null} to TreeItem with text {simple_server-thread2} 16:32:59 [2019-07-19T20:32:59.406Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=200283645 data=null button=1 stateMask=0x0 x=150 y=179 count=1} to TreeItem with text {simple_server-thread2} 16:32:59 [2019-07-19T20:32:59.406Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200283645 data=null item=TreeItem {simple_server-thread2} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread2} 16:32:59 [2019-07-19T20:32:59.406Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=200283656 data=null button=1 stateMask=0x80000 x=150 y=179 count=1} to TreeItem with text {simple_server-thread2} 16:32:59 [2019-07-19T20:32:59.663Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=200283656 data=null button=1 stateMask=0x0 x=150 y=179 count=2} to TreeItem with text {simple_server-thread2} 16:32:59 [2019-07-19T20:32:59.663Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {simple_server-thread2} time=200283657 data=null button=1 stateMask=0x0 x=150 y=179 count=2} to TreeItem with text {simple_server-thread2} 16:32:59 [2019-07-19T20:32:59.663Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200283657 data=null item=TreeItem {simple_server-thread2} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread2} 16:32:59 [2019-07-19T20:32:59.919Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=200283763 data=null button=1 stateMask=0x80000 x=150 y=179 count=2} to TreeItem with text {simple_server-thread2} 16:33:00 [2019-07-19T20:33:00.175Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {simple_server-thread2} time=200284146 data=null button=0 stateMask=0x0 x=150 y=179 count=0} to TreeItem with text {simple_server-thread2} 16:33:00 [2019-07-19T20:33:00.175Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {simple_server-thread2} time=200284200 data=null doit=true} to TreeItem with text {simple_server-thread2} 16:33:00 [2019-07-19T20:33:00.175Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {simple_server-thread2} time=200284200 data=null} to TreeItem with text {simple_server-thread2} 16:33:00 [2019-07-19T20:33:00.175Z] DEBUG - Double-clicked on TreeItem with text {simple_server-thread2} 16:33:00 [2019-07-19T20:33:00.175Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:00 [2019-07-19T20:33:00.175Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:00 [2019-07-19T20:33:00.175Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:00 [2019-07-19T20:33:00.175Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:00 [2019-07-19T20:33:00.175Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:00 [2019-07-19T20:33:00.175Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:33:00 [2019-07-19T20:33:00.175Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:33:00 [2019-07-19T20:33:00.175Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:33:00 [2019-07-19T20:33:00.175Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:33:00 [2019-07-19T20:33:00.175Z] DEBUG - Attempting to set focus on Table with text {} 16:33:00 [2019-07-19T20:33:00.175Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200284204 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:33:00 [2019-07-19T20:33:00.175Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200284204 data=null doit=true} to TableItem with text {} 16:33:00 [2019-07-19T20:33:00.175Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200284204 data=null} to TableItem with text {} 16:33:00 [2019-07-19T20:33:00.175Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200284204 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:33:00 [2019-07-19T20:33:00.175Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200284205 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:33:00 [2019-07-19T20:33:00.175Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200284210 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:33:00 [2019-07-19T20:33:00.175Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:33:00 [2019-07-19T20:33:00.175Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:33:01 [2019-07-19T20:33:01.105Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:33:01 [2019-07-19T20:33:01.105Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:01 [2019-07-19T20:33:01.105Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=200285313 data=null button=0 stateMask=0x0 x=150 y=179 count=0} to TreeItem with text {simple_server-thread2} 16:33:01 [2019-07-19T20:33:01.105Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=200285313 data=null doit=true} to TreeItem with text {simple_server-thread2} 16:33:01 [2019-07-19T20:33:01.105Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=200285314 data=null} to TreeItem with text {simple_server-thread2} 16:33:01 [2019-07-19T20:33:01.105Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=200285314 data=null button=1 stateMask=0x0 x=150 y=179 count=1} to TreeItem with text {simple_server-thread2} 16:33:01 [2019-07-19T20:33:01.105Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200285314 data=null item=TreeItem {simple_server-thread2} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread2} 16:33:01 [2019-07-19T20:33:01.105Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=200285320 data=null button=1 stateMask=0x80000 x=150 y=179 count=1} to TreeItem with text {simple_server-thread2} 16:33:01 [2019-07-19T20:33:01.105Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:01 [2019-07-19T20:33:01.105Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:01 [2019-07-19T20:33:01.105Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:33:01 [2019-07-19T20:33:01.105Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:33:01 [2019-07-19T20:33:01.105Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:01 [2019-07-19T20:33:01.105Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:01 [2019-07-19T20:33:01.105Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:01 [2019-07-19T20:33:01.105Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:01 [2019-07-19T20:33:01.105Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:01 [2019-07-19T20:33:01.105Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200285334 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:33:01 [2019-07-19T20:33:01.105Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200285334 data=null doit=true} to TreeItem with text {test} 16:33:01 [2019-07-19T20:33:01.105Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200285334 data=null} to TreeItem with text {test} 16:33:01 [2019-07-19T20:33:01.105Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200285334 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:33:01 [2019-07-19T20:33:01.105Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200285334 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:33:01 [2019-07-19T20:33:01.362Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200285376 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:33:01 [2019-07-19T20:33:01.362Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:01 [2019-07-19T20:33:01.362Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200285387 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:33:01 [2019-07-19T20:33:01.362Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200285387 data=null doit=true} to TreeItem with text {test} 16:33:01 [2019-07-19T20:33:01.362Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200285387 data=null} to TreeItem with text {test} 16:33:01 [2019-07-19T20:33:01.362Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200285388 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:33:01 [2019-07-19T20:33:01.362Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200285388 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:33:01 [2019-07-19T20:33:01.362Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200285401 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:33:01 [2019-07-19T20:33:01.362Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:33:01 [2019-07-19T20:33:01.362Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:01 [2019-07-19T20:33:01.362Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=200285403 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]} 16:33:01 [2019-07-19T20:33:01.362Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=200285403 data=null doit=true} to TreeItem with text {Traces [12]} 16:33:01 [2019-07-19T20:33:01.362Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=200285403 data=null} to TreeItem with text {Traces [12]} 16:33:01 [2019-07-19T20:33:01.362Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=200285403 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:33:01 [2019-07-19T20:33:01.362Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200285403 data=null item=TreeItem {Traces [12]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [12]} 16:33:01 [2019-07-19T20:33:01.362Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=200285437 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:33:01 [2019-07-19T20:33:01.362Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again. 16:33:01 [2019-07-19T20:33:01.362Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:33:01 [2019-07-19T20:33:01.362Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:01 [2019-07-19T20:33:01.362Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=200285551 data=null button=0 stateMask=0x0 x=139 y=200 count=0} to TreeItem with text {ust-overlap-testing} 16:33:01 [2019-07-19T20:33:01.362Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=200285551 data=null doit=true} to TreeItem with text {ust-overlap-testing} 16:33:01 [2019-07-19T20:33:01.362Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=200285551 data=null} to TreeItem with text {ust-overlap-testing} 16:33:01 [2019-07-19T20:33:01.362Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=200285552 data=null button=1 stateMask=0x0 x=139 y=200 count=1} to TreeItem with text {ust-overlap-testing} 16:33:01 [2019-07-19T20:33:01.362Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200285552 data=null item=TreeItem {ust-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ust-overlap-testing} 16:33:01 [2019-07-19T20:33:01.362Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=200285599 data=null button=1 stateMask=0x80000 x=139 y=200 count=1} to TreeItem with text {ust-overlap-testing} 16:33:01 [2019-07-19T20:33:01.362Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:01 [2019-07-19T20:33:01.362Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:01 [2019-07-19T20:33:01.362Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:33:01 [2019-07-19T20:33:01.362Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:01 [2019-07-19T20:33:01.362Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=200285601 data=null button=0 stateMask=0x0 x=139 y=200 count=0} to TreeItem with text {ust-overlap-testing} 16:33:01 [2019-07-19T20:33:01.362Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=200285601 data=null doit=true} to TreeItem with text {ust-overlap-testing} 16:33:01 [2019-07-19T20:33:01.362Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=200285601 data=null} to TreeItem with text {ust-overlap-testing} 16:33:01 [2019-07-19T20:33:01.362Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=200285602 data=null button=1 stateMask=0x0 x=139 y=200 count=1} to TreeItem with text {ust-overlap-testing} 16:33:01 [2019-07-19T20:33:01.362Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200285602 data=null item=TreeItem {ust-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ust-overlap-testing} 16:33:01 [2019-07-19T20:33:01.362Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=200285607 data=null button=1 stateMask=0x80000 x=139 y=200 count=1} to TreeItem with text {ust-overlap-testing} 16:33:01 [2019-07-19T20:33:01.362Z] DEBUG - Double-clicking on TreeItem with text {ust-overlap-testing} 16:33:01 [2019-07-19T20:33:01.362Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=200285607 data=null button=0 stateMask=0x0 x=139 y=200 count=0} to TreeItem with text {ust-overlap-testing} 16:33:01 [2019-07-19T20:33:01.362Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=200285608 data=null doit=true} to TreeItem with text {ust-overlap-testing} 16:33:01 [2019-07-19T20:33:01.362Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:01 [2019-07-19T20:33:01.362Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=200285608 data=null} to TreeItem with text {ust-overlap-testing} 16:33:01 [2019-07-19T20:33:01.362Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=200285608 data=null button=1 stateMask=0x0 x=139 y=200 count=1} to TreeItem with text {ust-overlap-testing} 16:33:01 [2019-07-19T20:33:01.362Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200285608 data=null item=TreeItem {ust-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ust-overlap-testing} 16:33:01 [2019-07-19T20:33:01.619Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=200285619 data=null button=1 stateMask=0x80000 x=139 y=200 count=1} to TreeItem with text {ust-overlap-testing} 16:33:01 [2019-07-19T20:33:01.619Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=200285620 data=null button=1 stateMask=0x0 x=139 y=200 count=2} to TreeItem with text {ust-overlap-testing} 16:33:01 [2019-07-19T20:33:01.619Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ust-overlap-testing} time=200285620 data=null button=1 stateMask=0x0 x=139 y=200 count=2} to TreeItem with text {ust-overlap-testing} 16:33:01 [2019-07-19T20:33:01.619Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200285620 data=null item=TreeItem {ust-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ust-overlap-testing} 16:33:02 [2019-07-19T20:33:02.184Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=200285771 data=null button=1 stateMask=0x80000 x=139 y=200 count=2} to TreeItem with text {ust-overlap-testing} 16:33:02 [2019-07-19T20:33:02.184Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ust-overlap-testing} time=200286334 data=null button=0 stateMask=0x0 x=139 y=200 count=0} to TreeItem with text {ust-overlap-testing} 16:33:02 [2019-07-19T20:33:02.184Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ust-overlap-testing} time=200286342 data=null doit=true} to TreeItem with text {ust-overlap-testing} 16:33:02 [2019-07-19T20:33:02.184Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ust-overlap-testing} time=200286342 data=null} to TreeItem with text {ust-overlap-testing} 16:33:02 [2019-07-19T20:33:02.184Z] DEBUG - Double-clicked on TreeItem with text {ust-overlap-testing} 16:33:02 [2019-07-19T20:33:02.184Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:02 [2019-07-19T20:33:02.184Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:02 [2019-07-19T20:33:02.184Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:02 [2019-07-19T20:33:02.184Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:02 [2019-07-19T20:33:02.184Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:02 [2019-07-19T20:33:02.184Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:02 [2019-07-19T20:33:02.184Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:33:02 [2019-07-19T20:33:02.184Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:33:02 [2019-07-19T20:33:02.184Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:33:02 [2019-07-19T20:33:02.184Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:33:02 [2019-07-19T20:33:02.184Z] DEBUG - Attempting to set focus on Table with text {} 16:33:02 [2019-07-19T20:33:02.184Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200286345 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:33:02 [2019-07-19T20:33:02.184Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200286346 data=null doit=true} to TableItem with text {} 16:33:02 [2019-07-19T20:33:02.184Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200286346 data=null} to TableItem with text {} 16:33:02 [2019-07-19T20:33:02.184Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200286346 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:33:02 [2019-07-19T20:33:02.184Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200286346 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:33:02 [2019-07-19T20:33:02.442Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200286446 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:33:02 [2019-07-19T20:33:02.442Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:33:02 [2019-07-19T20:33:02.442Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:33:03 [2019-07-19T20:33:03.005Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:33:03 [2019-07-19T20:33:03.005Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:03 [2019-07-19T20:33:03.005Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=200287251 data=null button=0 stateMask=0x0 x=139 y=200 count=0} to TreeItem with text {ust-overlap-testing} 16:33:03 [2019-07-19T20:33:03.005Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=200287251 data=null doit=true} to TreeItem with text {ust-overlap-testing} 16:33:03 [2019-07-19T20:33:03.005Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=200287251 data=null} to TreeItem with text {ust-overlap-testing} 16:33:03 [2019-07-19T20:33:03.005Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=200287252 data=null button=1 stateMask=0x0 x=139 y=200 count=1} to TreeItem with text {ust-overlap-testing} 16:33:03 [2019-07-19T20:33:03.262Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200287252 data=null item=TreeItem {ust-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ust-overlap-testing} 16:33:03 [2019-07-19T20:33:03.262Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=200287257 data=null button=1 stateMask=0x80000 x=139 y=200 count=1} to TreeItem with text {ust-overlap-testing} 16:33:03 [2019-07-19T20:33:03.262Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:03 [2019-07-19T20:33:03.262Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:03 [2019-07-19T20:33:03.262Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:33:03 [2019-07-19T20:33:03.262Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:33:03 [2019-07-19T20:33:03.262Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:03 [2019-07-19T20:33:03.262Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:03 [2019-07-19T20:33:03.262Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:03 [2019-07-19T20:33:03.262Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:03 [2019-07-19T20:33:03.262Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:03 [2019-07-19T20:33:03.262Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200287271 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:33:03 [2019-07-19T20:33:03.262Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200287271 data=null doit=true} to TreeItem with text {test} 16:33:03 [2019-07-19T20:33:03.262Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200287271 data=null} to TreeItem with text {test} 16:33:03 [2019-07-19T20:33:03.262Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200287271 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:33:03 [2019-07-19T20:33:03.262Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200287271 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:33:03 [2019-07-19T20:33:03.262Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200287321 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:33:03 [2019-07-19T20:33:03.262Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:03 [2019-07-19T20:33:03.262Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200287322 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:33:03 [2019-07-19T20:33:03.262Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200287322 data=null doit=true} to TreeItem with text {test} 16:33:03 [2019-07-19T20:33:03.262Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200287322 data=null} to TreeItem with text {test} 16:33:03 [2019-07-19T20:33:03.262Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200287322 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:33:03 [2019-07-19T20:33:03.262Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200287322 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:33:03 [2019-07-19T20:33:03.262Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200287329 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:33:03 [2019-07-19T20:33:03.262Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:33:03 [2019-07-19T20:33:03.262Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:03 [2019-07-19T20:33:03.262Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=200287330 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]} 16:33:03 [2019-07-19T20:33:03.262Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=200287330 data=null doit=true} to TreeItem with text {Traces [12]} 16:33:03 [2019-07-19T20:33:03.262Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=200287331 data=null} to TreeItem with text {Traces [12]} 16:33:03 [2019-07-19T20:33:03.262Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=200287331 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:33:03 [2019-07-19T20:33:03.262Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200287331 data=null item=TreeItem {Traces [12]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [12]} 16:33:03 [2019-07-19T20:33:03.262Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=200287350 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:33:03 [2019-07-19T20:33:03.262Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again. 16:33:03 [2019-07-19T20:33:03.262Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {z-clashes [6]} time=200287351 data=null doit=true} to TreeItem with text {z-clashes [6]} 16:33:03 [2019-07-19T20:33:03.262Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {z-clashes [6]} time=200287351 data=null} to TreeItem with text {z-clashes [6]} 16:33:03 [2019-07-19T20:33:03.262Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {z-clashes [6]} time=200287352 data=null button=1 stateMask=0x0 x=119 y=74 count=1} to TreeItem with text {z-clashes [6]} 16:33:03 [2019-07-19T20:33:03.262Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200287360 data=null item=TreeItem {z-clashes [6]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {z-clashes [6]} 16:33:03 [2019-07-19T20:33:03.262Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {z-clashes [6]} time=200287400 data=null button=1 stateMask=0x80000 x=119 y=74 count=1} to TreeItem with text {z-clashes [6]} 16:33:03 [2019-07-19T20:33:03.519Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:33:03 [2019-07-19T20:33:03.519Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:03 [2019-07-19T20:33:03.519Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200287581 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:33:03 [2019-07-19T20:33:03.519Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200287582 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:33:03 [2019-07-19T20:33:03.519Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200287582 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:33:03 [2019-07-19T20:33:03.519Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200287583 data=null button=1 stateMask=0x0 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:33:03 [2019-07-19T20:33:03.519Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200287583 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:33:03 [2019-07-19T20:33:03.519Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200287627 data=null button=1 stateMask=0x80000 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:33:03 [2019-07-19T20:33:03.519Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:03 [2019-07-19T20:33:03.519Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:03 [2019-07-19T20:33:03.519Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:33:03 [2019-07-19T20:33:03.519Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:03 [2019-07-19T20:33:03.519Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200287631 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:33:03 [2019-07-19T20:33:03.519Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200287631 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:33:03 [2019-07-19T20:33:03.519Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200287631 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:33:03 [2019-07-19T20:33:03.519Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200287632 data=null button=1 stateMask=0x0 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:33:03 [2019-07-19T20:33:03.519Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200287632 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:33:03 [2019-07-19T20:33:03.519Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200287638 data=null button=1 stateMask=0x80000 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:33:03 [2019-07-19T20:33:03.519Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomTxt.log} 16:33:03 [2019-07-19T20:33:03.519Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200287639 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:33:03 [2019-07-19T20:33:03.519Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200287640 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:33:03 [2019-07-19T20:33:03.519Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:03 [2019-07-19T20:33:03.519Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200287640 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:33:03 [2019-07-19T20:33:03.519Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200287640 data=null button=1 stateMask=0x0 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:33:03 [2019-07-19T20:33:03.519Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200287641 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:33:03 [2019-07-19T20:33:03.519Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200287651 data=null button=1 stateMask=0x80000 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:33:03 [2019-07-19T20:33:03.519Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200287652 data=null button=1 stateMask=0x0 x=170 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:33:03 [2019-07-19T20:33:03.519Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200287652 data=null button=1 stateMask=0x0 x=170 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:33:03 [2019-07-19T20:33:03.519Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200287653 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:33:03 [2019-07-19T20:33:03.776Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200287750 data=null button=1 stateMask=0x80000 x=170 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:33:03 [2019-07-19T20:33:03.776Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200288006 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:33:03 [2019-07-19T20:33:03.776Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200288006 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:33:03 [2019-07-19T20:33:03.776Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200288006 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:33:03 [2019-07-19T20:33:03.776Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomTxt.log} 16:33:03 [2019-07-19T20:33:03.776Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:03 [2019-07-19T20:33:03.776Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:03 [2019-07-19T20:33:03.776Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:03 [2019-07-19T20:33:03.776Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:03 [2019-07-19T20:33:03.776Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:03 [2019-07-19T20:33:03.776Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:03 [2019-07-19T20:33:03.776Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:05 [2019-07-19T20:33:05.144Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:33:05 [2019-07-19T20:33:05.144Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:33:05 [2019-07-19T20:33:05.144Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:33:05 [2019-07-19T20:33:05.144Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:33:05 [2019-07-19T20:33:05.144Z] DEBUG - Attempting to set focus on Table with text {} 16:33:05 [2019-07-19T20:33:05.144Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200289105 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:33:05 [2019-07-19T20:33:05.144Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200289106 data=null doit=true} to TableItem with text {} 16:33:05 [2019-07-19T20:33:05.144Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200289106 data=null} to TableItem with text {} 16:33:05 [2019-07-19T20:33:05.144Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200289106 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:33:05 [2019-07-19T20:33:05.144Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200289106 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:33:05 [2019-07-19T20:33:05.144Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200289166 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:33:05 [2019-07-19T20:33:05.144Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:33:05 [2019-07-19T20:33:05.144Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:33:05 [2019-07-19T20:33:05.144Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:33:05 [2019-07-19T20:33:05.144Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:05 [2019-07-19T20:33:05.144Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200289325 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:33:05 [2019-07-19T20:33:05.144Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200289326 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:33:05 [2019-07-19T20:33:05.144Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200289326 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:33:05 [2019-07-19T20:33:05.144Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200289326 data=null button=1 stateMask=0x0 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:33:05 [2019-07-19T20:33:05.144Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200289326 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:33:05 [2019-07-19T20:33:05.144Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200289331 data=null button=1 stateMask=0x80000 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:33:05 [2019-07-19T20:33:05.144Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:05 [2019-07-19T20:33:05.144Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:05 [2019-07-19T20:33:05.144Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:33:05 [2019-07-19T20:33:05.144Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:33:05 [2019-07-19T20:33:05.144Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:05 [2019-07-19T20:33:05.144Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:05 [2019-07-19T20:33:05.144Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:05 [2019-07-19T20:33:05.144Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:05 [2019-07-19T20:33:05.144Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:05 [2019-07-19T20:33:05.144Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200289337 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:33:05 [2019-07-19T20:33:05.144Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200289343 data=null doit=true} to TreeItem with text {test} 16:33:05 [2019-07-19T20:33:05.144Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200289344 data=null} to TreeItem with text {test} 16:33:05 [2019-07-19T20:33:05.144Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200289344 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:33:05 [2019-07-19T20:33:05.144Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200289344 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:33:05 [2019-07-19T20:33:05.144Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200289383 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:33:05 [2019-07-19T20:33:05.144Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:05 [2019-07-19T20:33:05.144Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200289392 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:33:05 [2019-07-19T20:33:05.144Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200289392 data=null doit=true} to TreeItem with text {test} 16:33:05 [2019-07-19T20:33:05.144Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200289392 data=null} to TreeItem with text {test} 16:33:05 [2019-07-19T20:33:05.144Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200289392 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:33:05 [2019-07-19T20:33:05.400Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200289392 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:33:05 [2019-07-19T20:33:05.400Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200289422 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:33:05 [2019-07-19T20:33:05.400Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:33:05 [2019-07-19T20:33:05.400Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:05 [2019-07-19T20:33:05.400Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=200289423 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]} 16:33:05 [2019-07-19T20:33:05.400Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=200289424 data=null doit=true} to TreeItem with text {Traces [12]} 16:33:05 [2019-07-19T20:33:05.400Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=200289424 data=null} to TreeItem with text {Traces [12]} 16:33:05 [2019-07-19T20:33:05.400Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=200289424 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:33:05 [2019-07-19T20:33:05.400Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200289424 data=null item=TreeItem {Traces [12]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [12]} 16:33:05 [2019-07-19T20:33:05.400Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=200289435 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:33:05 [2019-07-19T20:33:05.400Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again. 16:33:05 [2019-07-19T20:33:05.400Z] WARN - Tree item TreeItem with text {z-clashes [6]} is already expanded. Won't expand it again. 16:33:05 [2019-07-19T20:33:05.656Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:33:05 [2019-07-19T20:33:05.656Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:05 [2019-07-19T20:33:05.913Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200289915 data=null button=0 stateMask=0x0 x=174 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:33:05 [2019-07-19T20:33:05.913Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200289915 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:33:05 [2019-07-19T20:33:05.913Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200289915 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:33:05 [2019-07-19T20:33:05.913Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200289916 data=null button=1 stateMask=0x0 x=174 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:33:05 [2019-07-19T20:33:05.913Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200289916 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:33:05 [2019-07-19T20:33:05.913Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200289955 data=null button=1 stateMask=0x80000 x=174 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:33:05 [2019-07-19T20:33:05.913Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:05 [2019-07-19T20:33:05.913Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:05 [2019-07-19T20:33:05.913Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:33:05 [2019-07-19T20:33:05.913Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:05 [2019-07-19T20:33:05.913Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200289957 data=null button=0 stateMask=0x0 x=174 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:33:05 [2019-07-19T20:33:05.913Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200289957 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:33:05 [2019-07-19T20:33:05.913Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200289957 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:33:05 [2019-07-19T20:33:05.913Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200289958 data=null button=1 stateMask=0x0 x=174 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:33:05 [2019-07-19T20:33:05.913Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200289958 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:33:05 [2019-07-19T20:33:05.913Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200289963 data=null button=1 stateMask=0x80000 x=174 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:33:05 [2019-07-19T20:33:05.913Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomXml.xml} 16:33:05 [2019-07-19T20:33:05.913Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200289963 data=null button=0 stateMask=0x0 x=174 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:33:05 [2019-07-19T20:33:05.913Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200289964 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:33:05 [2019-07-19T20:33:05.913Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:05 [2019-07-19T20:33:05.913Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200289964 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:33:05 [2019-07-19T20:33:05.913Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200289964 data=null button=1 stateMask=0x0 x=174 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:33:05 [2019-07-19T20:33:05.913Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200289965 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:33:05 [2019-07-19T20:33:05.913Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200289968 data=null button=1 stateMask=0x80000 x=174 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:33:05 [2019-07-19T20:33:05.913Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200289969 data=null button=1 stateMask=0x0 x=174 y=116 count=2} to TreeItem with text {ExampleCustomXml.xml} 16:33:05 [2019-07-19T20:33:05.913Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200289969 data=null button=1 stateMask=0x0 x=174 y=116 count=2} to TreeItem with text {ExampleCustomXml.xml} 16:33:05 [2019-07-19T20:33:05.913Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200289974 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:33:06 [2019-07-19T20:33:06.170Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200290057 data=null button=1 stateMask=0x80000 x=174 y=116 count=2} to TreeItem with text {ExampleCustomXml.xml} 16:33:06 [2019-07-19T20:33:06.170Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200290295 data=null button=0 stateMask=0x0 x=174 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:33:06 [2019-07-19T20:33:06.170Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200290295 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:33:06 [2019-07-19T20:33:06.170Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200290295 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:33:06 [2019-07-19T20:33:06.170Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomXml.xml} 16:33:06 [2019-07-19T20:33:06.170Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:06 [2019-07-19T20:33:06.170Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:06 [2019-07-19T20:33:06.170Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:06 [2019-07-19T20:33:06.170Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:06 [2019-07-19T20:33:06.170Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:06 [2019-07-19T20:33:06.170Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:06 [2019-07-19T20:33:06.170Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:06 [2019-07-19T20:33:06.170Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:07 [2019-07-19T20:33:07.100Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:33:07 [2019-07-19T20:33:07.100Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:33:07 [2019-07-19T20:33:07.100Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:33:07 [2019-07-19T20:33:07.100Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:33:07 [2019-07-19T20:33:07.100Z] DEBUG - Attempting to set focus on Table with text {} 16:33:07 [2019-07-19T20:33:07.100Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200291299 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:33:07 [2019-07-19T20:33:07.100Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200291299 data=null doit=true} to TableItem with text {} 16:33:07 [2019-07-19T20:33:07.100Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200291300 data=null} to TableItem with text {} 16:33:07 [2019-07-19T20:33:07.100Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200291300 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:33:07 [2019-07-19T20:33:07.100Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200291300 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:33:07 [2019-07-19T20:33:07.100Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200291306 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:33:07 [2019-07-19T20:33:07.100Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:33:07 [2019-07-19T20:33:07.100Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:33:07 [2019-07-19T20:33:07.357Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:33:07 [2019-07-19T20:33:07.357Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:07 [2019-07-19T20:33:07.357Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200291513 data=null button=0 stateMask=0x0 x=174 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:33:07 [2019-07-19T20:33:07.357Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200291513 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:33:07 [2019-07-19T20:33:07.357Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200291513 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:33:07 [2019-07-19T20:33:07.357Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200291514 data=null button=1 stateMask=0x0 x=174 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:33:07 [2019-07-19T20:33:07.357Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200291514 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:33:07 [2019-07-19T20:33:07.357Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200291550 data=null button=1 stateMask=0x80000 x=174 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:33:07 [2019-07-19T20:33:07.357Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:07 [2019-07-19T20:33:07.357Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:07 [2019-07-19T20:33:07.357Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:33:07 [2019-07-19T20:33:07.357Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:33:07 [2019-07-19T20:33:07.357Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:07 [2019-07-19T20:33:07.357Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:07 [2019-07-19T20:33:07.357Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:07 [2019-07-19T20:33:07.357Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:07 [2019-07-19T20:33:07.357Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:07 [2019-07-19T20:33:07.357Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200291556 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:33:07 [2019-07-19T20:33:07.357Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200291557 data=null doit=true} to TreeItem with text {test} 16:33:07 [2019-07-19T20:33:07.357Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200291557 data=null} to TreeItem with text {test} 16:33:07 [2019-07-19T20:33:07.357Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200291557 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:33:07 [2019-07-19T20:33:07.357Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200291557 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:33:07 [2019-07-19T20:33:07.357Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200291605 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:33:07 [2019-07-19T20:33:07.357Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:07 [2019-07-19T20:33:07.357Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200291605 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:33:07 [2019-07-19T20:33:07.357Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200291605 data=null doit=true} to TreeItem with text {test} 16:33:07 [2019-07-19T20:33:07.357Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200291606 data=null} to TreeItem with text {test} 16:33:07 [2019-07-19T20:33:07.357Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200291606 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:33:07 [2019-07-19T20:33:07.613Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200291606 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:33:07 [2019-07-19T20:33:07.613Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200291613 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:33:07 [2019-07-19T20:33:07.613Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:33:07 [2019-07-19T20:33:07.613Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:07 [2019-07-19T20:33:07.613Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=200291614 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]} 16:33:07 [2019-07-19T20:33:07.613Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=200291614 data=null doit=true} to TreeItem with text {Traces [12]} 16:33:07 [2019-07-19T20:33:07.613Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=200291614 data=null} to TreeItem with text {Traces [12]} 16:33:07 [2019-07-19T20:33:07.613Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=200291614 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:33:07 [2019-07-19T20:33:07.613Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200291614 data=null item=TreeItem {Traces [12]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [12]} 16:33:07 [2019-07-19T20:33:07.613Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=200291637 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:33:07 [2019-07-19T20:33:07.613Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again. 16:33:07 [2019-07-19T20:33:07.613Z] WARN - Tree item TreeItem with text {z-clashes [6]} is already expanded. Won't expand it again. 16:33:07 [2019-07-19T20:33:07.869Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:33:07 [2019-07-19T20:33:07.869Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:08 [2019-07-19T20:33:08.127Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200292127 data=null button=0 stateMask=0x0 x=166 y=137 count=0} to TreeItem with text {kernel-overlap-testing} 16:33:08 [2019-07-19T20:33:08.127Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200292127 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:33:08 [2019-07-19T20:33:08.127Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200292127 data=null} to TreeItem with text {kernel-overlap-testing} 16:33:08 [2019-07-19T20:33:08.127Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200292127 data=null button=1 stateMask=0x0 x=166 y=137 count=1} to TreeItem with text {kernel-overlap-testing} 16:33:08 [2019-07-19T20:33:08.127Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200292127 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:33:08 [2019-07-19T20:33:08.127Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200292168 data=null button=1 stateMask=0x80000 x=166 y=137 count=1} to TreeItem with text {kernel-overlap-testing} 16:33:08 [2019-07-19T20:33:08.127Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:08 [2019-07-19T20:33:08.127Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:08 [2019-07-19T20:33:08.127Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:33:08 [2019-07-19T20:33:08.127Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:08 [2019-07-19T20:33:08.127Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200292175 data=null button=0 stateMask=0x0 x=166 y=137 count=0} to TreeItem with text {kernel-overlap-testing} 16:33:08 [2019-07-19T20:33:08.127Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200292175 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:33:08 [2019-07-19T20:33:08.127Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200292176 data=null} to TreeItem with text {kernel-overlap-testing} 16:33:08 [2019-07-19T20:33:08.127Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200292176 data=null button=1 stateMask=0x0 x=166 y=137 count=1} to TreeItem with text {kernel-overlap-testing} 16:33:08 [2019-07-19T20:33:08.127Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200292176 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:33:08 [2019-07-19T20:33:08.127Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200292192 data=null button=1 stateMask=0x80000 x=166 y=137 count=1} to TreeItem with text {kernel-overlap-testing} 16:33:08 [2019-07-19T20:33:08.127Z] DEBUG - Double-clicking on TreeItem with text {kernel-overlap-testing} 16:33:08 [2019-07-19T20:33:08.127Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200292193 data=null button=0 stateMask=0x0 x=166 y=137 count=0} to TreeItem with text {kernel-overlap-testing} 16:33:08 [2019-07-19T20:33:08.127Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200292193 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:33:08 [2019-07-19T20:33:08.127Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:08 [2019-07-19T20:33:08.127Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200292193 data=null} to TreeItem with text {kernel-overlap-testing} 16:33:08 [2019-07-19T20:33:08.127Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200292193 data=null button=1 stateMask=0x0 x=166 y=137 count=1} to TreeItem with text {kernel-overlap-testing} 16:33:08 [2019-07-19T20:33:08.127Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200292194 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:33:08 [2019-07-19T20:33:08.127Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200292198 data=null button=1 stateMask=0x80000 x=166 y=137 count=1} to TreeItem with text {kernel-overlap-testing} 16:33:08 [2019-07-19T20:33:08.127Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200292198 data=null button=1 stateMask=0x0 x=166 y=137 count=2} to TreeItem with text {kernel-overlap-testing} 16:33:08 [2019-07-19T20:33:08.127Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {kernel-overlap-testing} time=200292199 data=null button=1 stateMask=0x0 x=166 y=137 count=2} to TreeItem with text {kernel-overlap-testing} 16:33:08 [2019-07-19T20:33:08.127Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200292199 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:33:08 [2019-07-19T20:33:08.127Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200292287 data=null button=1 stateMask=0x80000 x=166 y=137 count=2} to TreeItem with text {kernel-overlap-testing} 16:33:08 [2019-07-19T20:33:08.127Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {kernel-overlap-testing} time=200292356 data=null button=0 stateMask=0x0 x=166 y=137 count=0} to TreeItem with text {kernel-overlap-testing} 16:33:08 [2019-07-19T20:33:08.127Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {kernel-overlap-testing} time=200292356 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:33:08 [2019-07-19T20:33:08.127Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {kernel-overlap-testing} time=200292356 data=null} to TreeItem with text {kernel-overlap-testing} 16:33:08 [2019-07-19T20:33:08.127Z] DEBUG - Double-clicked on TreeItem with text {kernel-overlap-testing} 16:33:08 [2019-07-19T20:33:08.127Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:08 [2019-07-19T20:33:08.127Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:08 [2019-07-19T20:33:08.127Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:08 [2019-07-19T20:33:08.127Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:08 [2019-07-19T20:33:08.127Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:08 [2019-07-19T20:33:08.127Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:08 [2019-07-19T20:33:08.127Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:08 [2019-07-19T20:33:08.127Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:08 [2019-07-19T20:33:08.690Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:08 [2019-07-19T20:33:08.690Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:08 [2019-07-19T20:33:08.690Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:08 [2019-07-19T20:33:08.690Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:08 [2019-07-19T20:33:08.691Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:08 [2019-07-19T20:33:08.691Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:08 [2019-07-19T20:33:08.691Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:08 [2019-07-19T20:33:08.691Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:08 [2019-07-19T20:33:08.691Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:08 [2019-07-19T20:33:08.947Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:33:08 [2019-07-19T20:33:08.947Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:33:08 [2019-07-19T20:33:08.947Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:33:08 [2019-07-19T20:33:08.947Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:33:08 [2019-07-19T20:33:08.947Z] DEBUG - Attempting to set focus on Table with text {} 16:33:08 [2019-07-19T20:33:08.947Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200292989 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:33:08 [2019-07-19T20:33:08.947Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200292990 data=null doit=true} to TableItem with text {} 16:33:08 [2019-07-19T20:33:08.947Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200292990 data=null} to TableItem with text {} 16:33:08 [2019-07-19T20:33:08.947Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200292990 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:33:08 [2019-07-19T20:33:08.947Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200292990 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:33:08 [2019-07-19T20:33:08.947Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200292997 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:33:08 [2019-07-19T20:33:08.947Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:33:08 [2019-07-19T20:33:08.947Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:33:10 [2019-07-19T20:33:10.317Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:33:10 [2019-07-19T20:33:10.317Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:10 [2019-07-19T20:33:10.317Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200294403 data=null button=0 stateMask=0x0 x=166 y=137 count=0} to TreeItem with text {kernel-overlap-testing} 16:33:10 [2019-07-19T20:33:10.317Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200294404 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:33:10 [2019-07-19T20:33:10.317Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200294404 data=null} to TreeItem with text {kernel-overlap-testing} 16:33:10 [2019-07-19T20:33:10.317Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200294404 data=null button=1 stateMask=0x0 x=166 y=137 count=1} to TreeItem with text {kernel-overlap-testing} 16:33:10 [2019-07-19T20:33:10.317Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200294405 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:33:10 [2019-07-19T20:33:10.317Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200294410 data=null button=1 stateMask=0x80000 x=166 y=137 count=1} to TreeItem with text {kernel-overlap-testing} 16:33:10 [2019-07-19T20:33:10.317Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:10 [2019-07-19T20:33:10.317Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:10 [2019-07-19T20:33:10.317Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:33:10 [2019-07-19T20:33:10.317Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:33:10 [2019-07-19T20:33:10.317Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:10 [2019-07-19T20:33:10.317Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:10 [2019-07-19T20:33:10.317Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:10 [2019-07-19T20:33:10.317Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:10 [2019-07-19T20:33:10.317Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:10 [2019-07-19T20:33:10.317Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200294416 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:33:10 [2019-07-19T20:33:10.317Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200294416 data=null doit=true} to TreeItem with text {test} 16:33:10 [2019-07-19T20:33:10.317Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200294416 data=null} to TreeItem with text {test} 16:33:10 [2019-07-19T20:33:10.317Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200294416 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:33:10 [2019-07-19T20:33:10.317Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200294416 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:33:10 [2019-07-19T20:33:10.317Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200294454 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:33:10 [2019-07-19T20:33:10.317Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:10 [2019-07-19T20:33:10.317Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200294455 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:33:10 [2019-07-19T20:33:10.317Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200294455 data=null doit=true} to TreeItem with text {test} 16:33:10 [2019-07-19T20:33:10.317Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200294455 data=null} to TreeItem with text {test} 16:33:10 [2019-07-19T20:33:10.317Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200294456 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:33:10 [2019-07-19T20:33:10.317Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200294456 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:33:10 [2019-07-19T20:33:10.317Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200294467 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:33:10 [2019-07-19T20:33:10.317Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:33:10 [2019-07-19T20:33:10.317Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:10 [2019-07-19T20:33:10.317Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=200294468 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]} 16:33:10 [2019-07-19T20:33:10.317Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=200294469 data=null doit=true} to TreeItem with text {Traces [12]} 16:33:10 [2019-07-19T20:33:10.317Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=200294469 data=null} to TreeItem with text {Traces [12]} 16:33:10 [2019-07-19T20:33:10.317Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=200294469 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:33:10 [2019-07-19T20:33:10.317Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200294469 data=null item=TreeItem {Traces [12]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [12]} 16:33:10 [2019-07-19T20:33:10.317Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=200294490 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:33:10 [2019-07-19T20:33:10.317Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again. 16:33:10 [2019-07-19T20:33:10.317Z] WARN - Tree item TreeItem with text {z-clashes [6]} is already expanded. Won't expand it again. 16:33:10 [2019-07-19T20:33:10.883Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:33:10 [2019-07-19T20:33:10.883Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:10 [2019-07-19T20:33:10.883Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=200294983 data=null button=0 stateMask=0x0 x=168 y=158 count=0} to TreeItem with text {simple_server-thread1} 16:33:10 [2019-07-19T20:33:10.883Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=200294983 data=null doit=true} to TreeItem with text {simple_server-thread1} 16:33:10 [2019-07-19T20:33:10.883Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=200294983 data=null} to TreeItem with text {simple_server-thread1} 16:33:10 [2019-07-19T20:33:10.883Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=200294984 data=null button=1 stateMask=0x0 x=168 y=158 count=1} to TreeItem with text {simple_server-thread1} 16:33:10 [2019-07-19T20:33:10.883Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200294984 data=null item=TreeItem {simple_server-thread1} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread1} 16:33:10 [2019-07-19T20:33:10.883Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=200295036 data=null button=1 stateMask=0x80000 x=168 y=158 count=1} to TreeItem with text {simple_server-thread1} 16:33:10 [2019-07-19T20:33:10.883Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:10 [2019-07-19T20:33:10.883Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:10 [2019-07-19T20:33:10.883Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:33:10 [2019-07-19T20:33:10.883Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:10 [2019-07-19T20:33:10.883Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=200295040 data=null button=0 stateMask=0x0 x=168 y=158 count=0} to TreeItem with text {simple_server-thread1} 16:33:10 [2019-07-19T20:33:10.883Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=200295040 data=null doit=true} to TreeItem with text {simple_server-thread1} 16:33:10 [2019-07-19T20:33:10.883Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=200295040 data=null} to TreeItem with text {simple_server-thread1} 16:33:10 [2019-07-19T20:33:10.883Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=200295041 data=null button=1 stateMask=0x0 x=168 y=158 count=1} to TreeItem with text {simple_server-thread1} 16:33:10 [2019-07-19T20:33:10.883Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200295041 data=null item=TreeItem {simple_server-thread1} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread1} 16:33:10 [2019-07-19T20:33:10.883Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=200295048 data=null button=1 stateMask=0x80000 x=168 y=158 count=1} to TreeItem with text {simple_server-thread1} 16:33:10 [2019-07-19T20:33:10.883Z] DEBUG - Double-clicking on TreeItem with text {simple_server-thread1} 16:33:10 [2019-07-19T20:33:10.883Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=200295049 data=null button=0 stateMask=0x0 x=168 y=158 count=0} to TreeItem with text {simple_server-thread1} 16:33:10 [2019-07-19T20:33:10.883Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=200295049 data=null doit=true} to TreeItem with text {simple_server-thread1} 16:33:10 [2019-07-19T20:33:10.883Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:10 [2019-07-19T20:33:10.883Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=200295049 data=null} to TreeItem with text {simple_server-thread1} 16:33:10 [2019-07-19T20:33:10.883Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=200295049 data=null button=1 stateMask=0x0 x=168 y=158 count=1} to TreeItem with text {simple_server-thread1} 16:33:10 [2019-07-19T20:33:10.883Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200295050 data=null item=TreeItem {simple_server-thread1} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread1} 16:33:10 [2019-07-19T20:33:10.883Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=200295057 data=null button=1 stateMask=0x80000 x=168 y=158 count=1} to TreeItem with text {simple_server-thread1} 16:33:10 [2019-07-19T20:33:10.883Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=200295058 data=null button=1 stateMask=0x0 x=168 y=158 count=2} to TreeItem with text {simple_server-thread1} 16:33:10 [2019-07-19T20:33:10.883Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {simple_server-thread1} time=200295058 data=null button=1 stateMask=0x0 x=168 y=158 count=2} to TreeItem with text {simple_server-thread1} 16:33:11 [2019-07-19T20:33:11.141Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200295059 data=null item=TreeItem {simple_server-thread1} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread1} 16:33:11 [2019-07-19T20:33:11.398Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=200295237 data=null button=1 stateMask=0x80000 x=168 y=158 count=2} to TreeItem with text {simple_server-thread1} 16:33:11 [2019-07-19T20:33:11.655Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {simple_server-thread1} time=200295656 data=null button=0 stateMask=0x0 x=168 y=158 count=0} to TreeItem with text {simple_server-thread1} 16:33:11 [2019-07-19T20:33:11.655Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {simple_server-thread1} time=200295658 data=null doit=true} to TreeItem with text {simple_server-thread1} 16:33:11 [2019-07-19T20:33:11.655Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {simple_server-thread1} time=200295659 data=null} to TreeItem with text {simple_server-thread1} 16:33:11 [2019-07-19T20:33:11.655Z] DEBUG - Double-clicked on TreeItem with text {simple_server-thread1} 16:33:11 [2019-07-19T20:33:11.655Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:11 [2019-07-19T20:33:11.655Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:11 [2019-07-19T20:33:11.655Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:11 [2019-07-19T20:33:11.655Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:11 [2019-07-19T20:33:11.655Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:11 [2019-07-19T20:33:11.655Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:11 [2019-07-19T20:33:11.655Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:11 [2019-07-19T20:33:11.655Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:11 [2019-07-19T20:33:11.655Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:11 [2019-07-19T20:33:11.655Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:11 [2019-07-19T20:33:11.655Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:33:11 [2019-07-19T20:33:11.655Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:33:11 [2019-07-19T20:33:11.655Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:33:11 [2019-07-19T20:33:11.655Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:33:11 [2019-07-19T20:33:11.655Z] DEBUG - Attempting to set focus on Table with text {} 16:33:11 [2019-07-19T20:33:11.655Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200295662 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:33:11 [2019-07-19T20:33:11.655Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200295662 data=null doit=true} to TableItem with text {} 16:33:11 [2019-07-19T20:33:11.655Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200295662 data=null} to TableItem with text {} 16:33:11 [2019-07-19T20:33:11.655Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200295662 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:33:11 [2019-07-19T20:33:11.655Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200295663 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:33:11 [2019-07-19T20:33:11.655Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200295669 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:33:11 [2019-07-19T20:33:11.655Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:33:11 [2019-07-19T20:33:11.655Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:33:12 [2019-07-19T20:33:12.584Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:33:12 [2019-07-19T20:33:12.584Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:12 [2019-07-19T20:33:12.584Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=200296774 data=null button=0 stateMask=0x0 x=168 y=158 count=0} to TreeItem with text {simple_server-thread1} 16:33:12 [2019-07-19T20:33:12.584Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=200296774 data=null doit=true} to TreeItem with text {simple_server-thread1} 16:33:12 [2019-07-19T20:33:12.584Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=200296774 data=null} to TreeItem with text {simple_server-thread1} 16:33:12 [2019-07-19T20:33:12.584Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=200296774 data=null button=1 stateMask=0x0 x=168 y=158 count=1} to TreeItem with text {simple_server-thread1} 16:33:12 [2019-07-19T20:33:12.584Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200296775 data=null item=TreeItem {simple_server-thread1} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread1} 16:33:12 [2019-07-19T20:33:12.584Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=200296780 data=null button=1 stateMask=0x80000 x=168 y=158 count=1} to TreeItem with text {simple_server-thread1} 16:33:12 [2019-07-19T20:33:12.584Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:12 [2019-07-19T20:33:12.584Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:12 [2019-07-19T20:33:12.584Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:33:12 [2019-07-19T20:33:12.584Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:33:12 [2019-07-19T20:33:12.584Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:12 [2019-07-19T20:33:12.584Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:12 [2019-07-19T20:33:12.584Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:12 [2019-07-19T20:33:12.584Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:12 [2019-07-19T20:33:12.584Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:12 [2019-07-19T20:33:12.584Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200296793 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:33:12 [2019-07-19T20:33:12.584Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200296794 data=null doit=true} to TreeItem with text {test} 16:33:12 [2019-07-19T20:33:12.584Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200296794 data=null} to TreeItem with text {test} 16:33:12 [2019-07-19T20:33:12.584Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200296794 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:33:12 [2019-07-19T20:33:12.584Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200296794 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:33:12 [2019-07-19T20:33:12.842Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200296839 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:33:12 [2019-07-19T20:33:12.842Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:12 [2019-07-19T20:33:12.842Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200296840 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:33:12 [2019-07-19T20:33:12.842Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200296840 data=null doit=true} to TreeItem with text {test} 16:33:12 [2019-07-19T20:33:12.842Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200296840 data=null} to TreeItem with text {test} 16:33:12 [2019-07-19T20:33:12.842Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200296840 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:33:12 [2019-07-19T20:33:12.842Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200296840 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:33:12 [2019-07-19T20:33:12.842Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200296847 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:33:12 [2019-07-19T20:33:12.842Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:33:12 [2019-07-19T20:33:12.842Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:12 [2019-07-19T20:33:12.842Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=200296848 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]} 16:33:12 [2019-07-19T20:33:12.842Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=200296848 data=null doit=true} to TreeItem with text {Traces [12]} 16:33:12 [2019-07-19T20:33:12.842Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=200296848 data=null} to TreeItem with text {Traces [12]} 16:33:12 [2019-07-19T20:33:12.842Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=200296848 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:33:12 [2019-07-19T20:33:12.842Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200296848 data=null item=TreeItem {Traces [12]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [12]} 16:33:12 [2019-07-19T20:33:12.842Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=200296872 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:33:12 [2019-07-19T20:33:12.842Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again. 16:33:12 [2019-07-19T20:33:12.842Z] WARN - Tree item TreeItem with text {z-clashes [6]} is already expanded. Won't expand it again. 16:33:12 [2019-07-19T20:33:12.842Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:33:12 [2019-07-19T20:33:12.842Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:12 [2019-07-19T20:33:12.842Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=200297041 data=null button=0 stateMask=0x0 x=168 y=179 count=0} to TreeItem with text {simple_server-thread2} 16:33:12 [2019-07-19T20:33:12.842Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=200297041 data=null doit=true} to TreeItem with text {simple_server-thread2} 16:33:12 [2019-07-19T20:33:12.842Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=200297041 data=null} to TreeItem with text {simple_server-thread2} 16:33:12 [2019-07-19T20:33:12.842Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=200297042 data=null button=1 stateMask=0x0 x=168 y=179 count=1} to TreeItem with text {simple_server-thread2} 16:33:12 [2019-07-19T20:33:12.842Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200297042 data=null item=TreeItem {simple_server-thread2} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread2} 16:33:13 [2019-07-19T20:33:13.099Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=200297088 data=null button=1 stateMask=0x80000 x=168 y=179 count=1} to TreeItem with text {simple_server-thread2} 16:33:13 [2019-07-19T20:33:13.099Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:13 [2019-07-19T20:33:13.099Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:13 [2019-07-19T20:33:13.099Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:33:13 [2019-07-19T20:33:13.099Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:13 [2019-07-19T20:33:13.099Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=200297131 data=null button=0 stateMask=0x0 x=168 y=179 count=0} to TreeItem with text {simple_server-thread2} 16:33:13 [2019-07-19T20:33:13.099Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=200297131 data=null doit=true} to TreeItem with text {simple_server-thread2} 16:33:13 [2019-07-19T20:33:13.099Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=200297131 data=null} to TreeItem with text {simple_server-thread2} 16:33:13 [2019-07-19T20:33:13.099Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=200297132 data=null button=1 stateMask=0x0 x=168 y=179 count=1} to TreeItem with text {simple_server-thread2} 16:33:13 [2019-07-19T20:33:13.099Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200297132 data=null item=TreeItem {simple_server-thread2} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread2} 16:33:13 [2019-07-19T20:33:13.099Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=200297137 data=null button=1 stateMask=0x80000 x=168 y=179 count=1} to TreeItem with text {simple_server-thread2} 16:33:13 [2019-07-19T20:33:13.099Z] DEBUG - Double-clicking on TreeItem with text {simple_server-thread2} 16:33:13 [2019-07-19T20:33:13.099Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=200297138 data=null button=0 stateMask=0x0 x=168 y=179 count=0} to TreeItem with text {simple_server-thread2} 16:33:13 [2019-07-19T20:33:13.099Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=200297138 data=null doit=true} to TreeItem with text {simple_server-thread2} 16:33:13 [2019-07-19T20:33:13.099Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:13 [2019-07-19T20:33:13.099Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=200297138 data=null} to TreeItem with text {simple_server-thread2} 16:33:13 [2019-07-19T20:33:13.099Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=200297139 data=null button=1 stateMask=0x0 x=168 y=179 count=1} to TreeItem with text {simple_server-thread2} 16:33:13 [2019-07-19T20:33:13.099Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200297139 data=null item=TreeItem {simple_server-thread2} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread2} 16:33:13 [2019-07-19T20:33:13.099Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=200297150 data=null button=1 stateMask=0x80000 x=168 y=179 count=1} to TreeItem with text {simple_server-thread2} 16:33:13 [2019-07-19T20:33:13.099Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=200297150 data=null button=1 stateMask=0x0 x=168 y=179 count=2} to TreeItem with text {simple_server-thread2} 16:33:13 [2019-07-19T20:33:13.099Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {simple_server-thread2} time=200297151 data=null button=1 stateMask=0x0 x=168 y=179 count=2} to TreeItem with text {simple_server-thread2} 16:33:13 [2019-07-19T20:33:13.099Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200297151 data=null item=TreeItem {simple_server-thread2} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread2} 16:33:14 [2019-07-19T20:33:14.029Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=200297278 data=null button=1 stateMask=0x80000 x=168 y=179 count=2} to TreeItem with text {simple_server-thread2} 16:33:14 [2019-07-19T20:33:14.029Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {simple_server-thread2} time=200298145 data=null button=0 stateMask=0x0 x=168 y=179 count=0} to TreeItem with text {simple_server-thread2} 16:33:14 [2019-07-19T20:33:14.029Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {simple_server-thread2} time=200298247 data=null doit=true} to TreeItem with text {simple_server-thread2} 16:33:14 [2019-07-19T20:33:14.029Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {simple_server-thread2} time=200298247 data=null} to TreeItem with text {simple_server-thread2} 16:33:14 [2019-07-19T20:33:14.029Z] DEBUG - Double-clicked on TreeItem with text {simple_server-thread2} 16:33:14 [2019-07-19T20:33:14.029Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:14 [2019-07-19T20:33:14.029Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:14 [2019-07-19T20:33:14.029Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:14 [2019-07-19T20:33:14.029Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:14 [2019-07-19T20:33:14.029Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:14 [2019-07-19T20:33:14.029Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:14 [2019-07-19T20:33:14.029Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:14 [2019-07-19T20:33:14.029Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:14 [2019-07-19T20:33:14.029Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:14 [2019-07-19T20:33:14.029Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:14 [2019-07-19T20:33:14.029Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:14 [2019-07-19T20:33:14.029Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:33:14 [2019-07-19T20:33:14.029Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:33:14 [2019-07-19T20:33:14.029Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:33:14 [2019-07-19T20:33:14.029Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:33:14 [2019-07-19T20:33:14.029Z] DEBUG - Attempting to set focus on Table with text {} 16:33:14 [2019-07-19T20:33:14.029Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200298250 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:33:14 [2019-07-19T20:33:14.029Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200298251 data=null doit=true} to TableItem with text {} 16:33:14 [2019-07-19T20:33:14.029Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200298251 data=null} to TableItem with text {} 16:33:14 [2019-07-19T20:33:14.029Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200298251 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:33:14 [2019-07-19T20:33:14.029Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200298251 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:33:14 [2019-07-19T20:33:14.285Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200298349 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:33:14 [2019-07-19T20:33:14.285Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:33:14 [2019-07-19T20:33:14.285Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:33:15 [2019-07-19T20:33:15.215Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:33:15 [2019-07-19T20:33:15.215Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:15 [2019-07-19T20:33:15.215Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=200299223 data=null button=0 stateMask=0x0 x=168 y=179 count=0} to TreeItem with text {simple_server-thread2} 16:33:15 [2019-07-19T20:33:15.215Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=200299223 data=null doit=true} to TreeItem with text {simple_server-thread2} 16:33:15 [2019-07-19T20:33:15.215Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=200299223 data=null} to TreeItem with text {simple_server-thread2} 16:33:15 [2019-07-19T20:33:15.215Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=200299224 data=null button=1 stateMask=0x0 x=168 y=179 count=1} to TreeItem with text {simple_server-thread2} 16:33:15 [2019-07-19T20:33:15.215Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200299224 data=null item=TreeItem {simple_server-thread2} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread2} 16:33:15 [2019-07-19T20:33:15.215Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=200299229 data=null button=1 stateMask=0x80000 x=168 y=179 count=1} to TreeItem with text {simple_server-thread2} 16:33:15 [2019-07-19T20:33:15.215Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:15 [2019-07-19T20:33:15.215Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:15 [2019-07-19T20:33:15.215Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:33:15 [2019-07-19T20:33:15.215Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:33:15 [2019-07-19T20:33:15.215Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:15 [2019-07-19T20:33:15.215Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:15 [2019-07-19T20:33:15.215Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:15 [2019-07-19T20:33:15.215Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:15 [2019-07-19T20:33:15.215Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:15 [2019-07-19T20:33:15.215Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200299235 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:33:15 [2019-07-19T20:33:15.215Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200299235 data=null doit=true} to TreeItem with text {test} 16:33:15 [2019-07-19T20:33:15.215Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200299235 data=null} to TreeItem with text {test} 16:33:15 [2019-07-19T20:33:15.215Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200299236 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:33:15 [2019-07-19T20:33:15.215Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200299250 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:33:15 [2019-07-19T20:33:15.215Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200299291 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:33:15 [2019-07-19T20:33:15.215Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:15 [2019-07-19T20:33:15.215Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200299292 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:33:15 [2019-07-19T20:33:15.215Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200299292 data=null doit=true} to TreeItem with text {test} 16:33:15 [2019-07-19T20:33:15.215Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200299292 data=null} to TreeItem with text {test} 16:33:15 [2019-07-19T20:33:15.215Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200299292 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:33:15 [2019-07-19T20:33:15.215Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200299292 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:33:15 [2019-07-19T20:33:15.215Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200299303 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:33:15 [2019-07-19T20:33:15.215Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:33:15 [2019-07-19T20:33:15.215Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:15 [2019-07-19T20:33:15.215Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=200299304 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]} 16:33:15 [2019-07-19T20:33:15.215Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=200299304 data=null doit=true} to TreeItem with text {Traces [12]} 16:33:15 [2019-07-19T20:33:15.215Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=200299304 data=null} to TreeItem with text {Traces [12]} 16:33:15 [2019-07-19T20:33:15.215Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=200299305 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:33:15 [2019-07-19T20:33:15.215Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200299305 data=null item=TreeItem {Traces [12]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [12]} 16:33:15 [2019-07-19T20:33:15.215Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=200299329 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:33:15 [2019-07-19T20:33:15.215Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again. 16:33:15 [2019-07-19T20:33:15.215Z] WARN - Tree item TreeItem with text {z-clashes [6]} is already expanded. Won't expand it again. 16:33:15 [2019-07-19T20:33:15.472Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:33:15 [2019-07-19T20:33:15.472Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:15 [2019-07-19T20:33:15.472Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=200299611 data=null button=0 stateMask=0x0 x=157 y=200 count=0} to TreeItem with text {ust-overlap-testing} 16:33:15 [2019-07-19T20:33:15.472Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=200299611 data=null doit=true} to TreeItem with text {ust-overlap-testing} 16:33:15 [2019-07-19T20:33:15.472Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=200299611 data=null} to TreeItem with text {ust-overlap-testing} 16:33:15 [2019-07-19T20:33:15.472Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=200299612 data=null button=1 stateMask=0x0 x=157 y=200 count=1} to TreeItem with text {ust-overlap-testing} 16:33:15 [2019-07-19T20:33:15.472Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200299612 data=null item=TreeItem {ust-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ust-overlap-testing} 16:33:15 [2019-07-19T20:33:15.472Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=200299653 data=null button=1 stateMask=0x80000 x=157 y=200 count=1} to TreeItem with text {ust-overlap-testing} 16:33:15 [2019-07-19T20:33:15.472Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:15 [2019-07-19T20:33:15.472Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:15 [2019-07-19T20:33:15.472Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:33:15 [2019-07-19T20:33:15.472Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:15 [2019-07-19T20:33:15.472Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=200299656 data=null button=0 stateMask=0x0 x=157 y=200 count=0} to TreeItem with text {ust-overlap-testing} 16:33:15 [2019-07-19T20:33:15.472Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=200299656 data=null doit=true} to TreeItem with text {ust-overlap-testing} 16:33:15 [2019-07-19T20:33:15.472Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=200299657 data=null} to TreeItem with text {ust-overlap-testing} 16:33:15 [2019-07-19T20:33:15.472Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=200299657 data=null button=1 stateMask=0x0 x=157 y=200 count=1} to TreeItem with text {ust-overlap-testing} 16:33:15 [2019-07-19T20:33:15.472Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200299657 data=null item=TreeItem {ust-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ust-overlap-testing} 16:33:15 [2019-07-19T20:33:15.472Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=200299662 data=null button=1 stateMask=0x80000 x=157 y=200 count=1} to TreeItem with text {ust-overlap-testing} 16:33:15 [2019-07-19T20:33:15.472Z] DEBUG - Double-clicking on TreeItem with text {ust-overlap-testing} 16:33:15 [2019-07-19T20:33:15.472Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=200299663 data=null button=0 stateMask=0x0 x=157 y=200 count=0} to TreeItem with text {ust-overlap-testing} 16:33:15 [2019-07-19T20:33:15.472Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=200299663 data=null doit=true} to TreeItem with text {ust-overlap-testing} 16:33:15 [2019-07-19T20:33:15.472Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:15 [2019-07-19T20:33:15.472Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=200299663 data=null} to TreeItem with text {ust-overlap-testing} 16:33:15 [2019-07-19T20:33:15.472Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=200299664 data=null button=1 stateMask=0x0 x=157 y=200 count=1} to TreeItem with text {ust-overlap-testing} 16:33:15 [2019-07-19T20:33:15.472Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200299664 data=null item=TreeItem {ust-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ust-overlap-testing} 16:33:15 [2019-07-19T20:33:15.472Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=200299668 data=null button=1 stateMask=0x80000 x=157 y=200 count=1} to TreeItem with text {ust-overlap-testing} 16:33:15 [2019-07-19T20:33:15.472Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=200299668 data=null button=1 stateMask=0x0 x=157 y=200 count=2} to TreeItem with text {ust-overlap-testing} 16:33:15 [2019-07-19T20:33:15.472Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ust-overlap-testing} time=200299669 data=null button=1 stateMask=0x0 x=157 y=200 count=2} to TreeItem with text {ust-overlap-testing} 16:33:15 [2019-07-19T20:33:15.729Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200299669 data=null item=TreeItem {ust-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ust-overlap-testing} 16:33:15 [2019-07-19T20:33:15.985Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=200299756 data=null button=1 stateMask=0x80000 x=157 y=200 count=2} to TreeItem with text {ust-overlap-testing} 16:33:16 [2019-07-19T20:33:16.242Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ust-overlap-testing} time=200300264 data=null button=0 stateMask=0x0 x=157 y=200 count=0} to TreeItem with text {ust-overlap-testing} 16:33:16 [2019-07-19T20:33:16.242Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ust-overlap-testing} time=200300319 data=null doit=true} to TreeItem with text {ust-overlap-testing} 16:33:16 [2019-07-19T20:33:16.242Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ust-overlap-testing} time=200300319 data=null} to TreeItem with text {ust-overlap-testing} 16:33:16 [2019-07-19T20:33:16.242Z] DEBUG - Double-clicked on TreeItem with text {ust-overlap-testing} 16:33:16 [2019-07-19T20:33:16.242Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:16 [2019-07-19T20:33:16.242Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:16 [2019-07-19T20:33:16.242Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:16 [2019-07-19T20:33:16.242Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:16 [2019-07-19T20:33:16.242Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:16 [2019-07-19T20:33:16.242Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:16 [2019-07-19T20:33:16.242Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:16 [2019-07-19T20:33:16.242Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:16 [2019-07-19T20:33:16.242Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:16 [2019-07-19T20:33:16.242Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:16 [2019-07-19T20:33:16.242Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:16 [2019-07-19T20:33:16.242Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:16 [2019-07-19T20:33:16.242Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:33:16 [2019-07-19T20:33:16.242Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:33:16 [2019-07-19T20:33:16.242Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:33:16 [2019-07-19T20:33:16.242Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:33:16 [2019-07-19T20:33:16.242Z] DEBUG - Attempting to set focus on Table with text {} 16:33:16 [2019-07-19T20:33:16.242Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200300324 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:33:16 [2019-07-19T20:33:16.242Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200300324 data=null doit=true} to TableItem with text {} 16:33:16 [2019-07-19T20:33:16.242Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200300324 data=null} to TableItem with text {} 16:33:16 [2019-07-19T20:33:16.242Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200300325 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:33:16 [2019-07-19T20:33:16.242Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200300325 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:33:16 [2019-07-19T20:33:16.242Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200300332 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:33:16 [2019-07-19T20:33:16.242Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:33:16 [2019-07-19T20:33:16.242Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:33:17 [2019-07-19T20:33:17.174Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:33:17 [2019-07-19T20:33:17.174Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:17 [2019-07-19T20:33:17.174Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=200301333 data=null button=0 stateMask=0x0 x=157 y=200 count=0} to TreeItem with text {ust-overlap-testing} 16:33:17 [2019-07-19T20:33:17.174Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=200301333 data=null doit=true} to TreeItem with text {ust-overlap-testing} 16:33:17 [2019-07-19T20:33:17.174Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=200301333 data=null} to TreeItem with text {ust-overlap-testing} 16:33:17 [2019-07-19T20:33:17.174Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=200301334 data=null button=1 stateMask=0x0 x=157 y=200 count=1} to TreeItem with text {ust-overlap-testing} 16:33:17 [2019-07-19T20:33:17.174Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200301334 data=null item=TreeItem {ust-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ust-overlap-testing} 16:33:17 [2019-07-19T20:33:17.174Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=200301340 data=null button=1 stateMask=0x80000 x=157 y=200 count=1} to TreeItem with text {ust-overlap-testing} 16:33:17 [2019-07-19T20:33:17.174Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:17 [2019-07-19T20:33:17.174Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:17 [2019-07-19T20:33:17.174Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:33:17 [2019-07-19T20:33:17.174Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:33:17 [2019-07-19T20:33:17.174Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:17 [2019-07-19T20:33:17.174Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:17 [2019-07-19T20:33:17.174Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:17 [2019-07-19T20:33:17.174Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:17 [2019-07-19T20:33:17.174Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:17 [2019-07-19T20:33:17.174Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200301346 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:33:17 [2019-07-19T20:33:17.174Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200301346 data=null doit=true} to TreeItem with text {test} 16:33:17 [2019-07-19T20:33:17.174Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200301346 data=null} to TreeItem with text {test} 16:33:17 [2019-07-19T20:33:17.174Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200301346 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:33:17 [2019-07-19T20:33:17.174Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200301346 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:33:17 [2019-07-19T20:33:17.174Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200301385 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:33:17 [2019-07-19T20:33:17.174Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:17 [2019-07-19T20:33:17.174Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200301395 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:33:17 [2019-07-19T20:33:17.174Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200301395 data=null doit=true} to TreeItem with text {test} 16:33:17 [2019-07-19T20:33:17.174Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200301396 data=null} to TreeItem with text {test} 16:33:17 [2019-07-19T20:33:17.174Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200301396 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:33:17 [2019-07-19T20:33:17.174Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200301396 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:33:17 [2019-07-19T20:33:17.174Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200301408 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:33:17 [2019-07-19T20:33:17.174Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:33:17 [2019-07-19T20:33:17.174Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:17 [2019-07-19T20:33:17.174Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=200301409 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]} 16:33:17 [2019-07-19T20:33:17.174Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=200301409 data=null doit=true} to TreeItem with text {Traces [12]} 16:33:17 [2019-07-19T20:33:17.174Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=200301409 data=null} to TreeItem with text {Traces [12]} 16:33:17 [2019-07-19T20:33:17.174Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=200301410 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:33:17 [2019-07-19T20:33:17.174Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200301410 data=null item=TreeItem {Traces [12]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [12]} 16:33:17 [2019-07-19T20:33:17.431Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=200301433 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:33:17 [2019-07-19T20:33:17.431Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again. 16:33:17 [2019-07-19T20:33:17.431Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:33:17 [2019-07-19T20:33:17.431Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:17 [2019-07-19T20:33:17.431Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:17 [2019-07-19T20:33:17.431Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:17 [2019-07-19T20:33:17.431Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:17 [2019-07-19T20:33:17.431Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:17 [2019-07-19T20:33:17.431Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200301471 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:33:17 [2019-07-19T20:33:17.431Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200301471 data=null doit=true} to TreeItem with text {test} 16:33:17 [2019-07-19T20:33:17.431Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200301472 data=null} to TreeItem with text {test} 16:33:17 [2019-07-19T20:33:17.431Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200301472 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:33:17 [2019-07-19T20:33:17.431Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200301472 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:33:17 [2019-07-19T20:33:17.431Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200301496 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:33:17 [2019-07-19T20:33:17.431Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:17 [2019-07-19T20:33:17.431Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200301497 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:33:17 [2019-07-19T20:33:17.431Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200301497 data=null doit=true} to TreeItem with text {test} 16:33:17 [2019-07-19T20:33:17.431Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200301497 data=null} to TreeItem with text {test} 16:33:17 [2019-07-19T20:33:17.431Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200301498 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:33:17 [2019-07-19T20:33:17.431Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200301498 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:33:17 [2019-07-19T20:33:17.431Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200301508 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:33:17 [2019-07-19T20:33:17.431Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:33:17 [2019-07-19T20:33:17.431Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:17 [2019-07-19T20:33:17.431Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=200301509 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]} 16:33:17 [2019-07-19T20:33:17.431Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=200301509 data=null doit=true} to TreeItem with text {Traces [12]} 16:33:17 [2019-07-19T20:33:17.431Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=200301509 data=null} to TreeItem with text {Traces [12]} 16:33:17 [2019-07-19T20:33:17.431Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=200301509 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:33:17 [2019-07-19T20:33:17.431Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200301510 data=null item=TreeItem {Traces [12]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [12]} 16:33:17 [2019-07-19T20:33:17.431Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=200301519 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:33:17 [2019-07-19T20:33:17.431Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:17 [2019-07-19T20:33:17.431Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=200301520 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]} 16:33:17 [2019-07-19T20:33:17.431Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=200301520 data=null doit=true} to TreeItem with text {Traces [12]} 16:33:17 [2019-07-19T20:33:17.431Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=200301520 data=null} to TreeItem with text {Traces [12]} 16:33:17 [2019-07-19T20:33:17.431Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=200301531 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:33:17 [2019-07-19T20:33:17.431Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200301531 data=null item=TreeItem {Traces [12]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [12]} 16:33:17 [2019-07-19T20:33:17.431Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=200301536 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:33:17 [2019-07-19T20:33:17.431Z] DEBUG - matched MenuItem with text "C&lear Delete", using matcher: with mnemonic 'Clear' 16:33:17 [2019-07-19T20:33:17.431Z] DEBUG - Clicking on with mnemonic 'Clear' 16:33:17 [2019-07-19T20:33:17.689Z] DEBUG - Clicked on with mnemonic 'Clear' 16:33:17 [2019-07-19T20:33:17.689Z] DEBUG - matched Shell with text "Confirm Clear", using matcher: with text 'Confirm Clear' 16:33:17 [2019-07-19T20:33:17.689Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirm Clear} time=200301863 data=null doit=true} to Shell with text {Confirm Clear} 16:33:17 [2019-07-19T20:33:17.689Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button' 16:33:17 [2019-07-19T20:33:17.689Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes' 16:33:17 [2019-07-19T20:33:17.689Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH' 16:33:17 [2019-07-19T20:33:17.689Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:33:17 [2019-07-19T20:33:17.689Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button' 16:33:17 [2019-07-19T20:33:17.689Z] DEBUG - Clicking on &Yes 16:33:17 [2019-07-19T20:33:17.689Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=200301864 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:33:17 [2019-07-19T20:33:17.689Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=200301864 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:33:17 [2019-07-19T20:33:17.689Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=200301864 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:33:17 [2019-07-19T20:33:17.689Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=200301864 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:33:17 [2019-07-19T20:33:17.689Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=200301864 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:33:17 [2019-07-19T20:33:17.689Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=200301865 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:33:17 [2019-07-19T20:33:17.689Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=200301865 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:33:21 [2019-07-19T20:33:21.865Z] DEBUG - Clicked on 16:33:22 [2019-07-19T20:33:22.796Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {C&lear Delete} time=200301586 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Clear' 16:33:23 [2019-07-19T20:33:23.054Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:33:23 [2019-07-19T20:33:23.054Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:23 [2019-07-19T20:33:23.054Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:23 [2019-07-19T20:33:23.054Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:23 [2019-07-19T20:33:23.054Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:23 [2019-07-19T20:33:23.054Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:23 [2019-07-19T20:33:23.054Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200307145 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:33:23 [2019-07-19T20:33:23.054Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200307145 data=null doit=true} to TreeItem with text {test} 16:33:23 [2019-07-19T20:33:23.054Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200307145 data=null} to TreeItem with text {test} 16:33:23 [2019-07-19T20:33:23.054Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200307146 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:33:23 [2019-07-19T20:33:23.054Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200307146 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:33:23 [2019-07-19T20:33:23.054Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200307165 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:33:23 [2019-07-19T20:33:23.054Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:23 [2019-07-19T20:33:23.054Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200307165 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:33:23 [2019-07-19T20:33:23.054Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200307165 data=null doit=true} to TreeItem with text {test} 16:33:23 [2019-07-19T20:33:23.054Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200307165 data=null} to TreeItem with text {test} 16:33:23 [2019-07-19T20:33:23.054Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200307166 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:33:23 [2019-07-19T20:33:23.054Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200307166 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:33:23 [2019-07-19T20:33:23.054Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200307179 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:33:23 [2019-07-19T20:33:23.054Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:33:23 [2019-07-19T20:33:23.054Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:23 [2019-07-19T20:33:23.054Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=200307180 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]} 16:33:23 [2019-07-19T20:33:23.054Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=200307180 data=null doit=true} to TreeItem with text {Traces [0]} 16:33:23 [2019-07-19T20:33:23.054Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=200307180 data=null} to TreeItem with text {Traces [0]} 16:33:23 [2019-07-19T20:33:23.054Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=200307181 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:33:23 [2019-07-19T20:33:23.054Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200307181 data=null item=TreeItem {Traces [0]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [0]} 16:33:23 [2019-07-19T20:33:23.054Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=200307200 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:33:23 [2019-07-19T20:33:23.054Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:23 [2019-07-19T20:33:23.054Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=200307201 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]} 16:33:23 [2019-07-19T20:33:23.054Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=200307201 data=null doit=true} to TreeItem with text {Traces [0]} 16:33:23 [2019-07-19T20:33:23.054Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=200307201 data=null} to TreeItem with text {Traces [0]} 16:33:23 [2019-07-19T20:33:23.054Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=200307202 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:33:23 [2019-07-19T20:33:23.054Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200307202 data=null item=TreeItem {Traces [0]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [0]} 16:33:23 [2019-07-19T20:33:23.054Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=200307206 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:33:23 [2019-07-19T20:33:23.054Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...' 16:33:23 [2019-07-19T20:33:23.054Z] DEBUG - Clicking on with mnemonic 'Import...' 16:33:23 [2019-07-19T20:33:23.312Z] DEBUG - Clicked on with mnemonic 'Import...' 16:33:23 [2019-07-19T20:33:23.312Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import' 16:33:23 [2019-07-19T20:33:23.312Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=200307498 data=null doit=true} to Shell with text {Trace Import} 16:33:23 [2019-07-19T20:33:23.312Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.312Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.312Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.312Z] DEBUG - matched Button with text "Select &archive file...", using matcher: with mnemonic 'Select archive file:' 16:33:23 [2019-07-19T20:33:23.312Z] DEBUG - matched Button with text "Select &archive file...", using matcher: with style 'SWT.RADIO' 16:33:23 [2019-07-19T20:33:23.312Z] DEBUG - matched Button with text "Select &archive file...", using matcher: (of type 'Button' and with mnemonic 'Select archive file:' and with style 'SWT.RADIO') 16:33:23 [2019-07-19T20:33:23.312Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.312Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.312Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.312Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.312Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.312Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.312Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.312Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.312Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.312Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Select archive file:' and with style 'SWT.RADIO') is already selected, not clicking again. 16:33:23 [2019-07-19T20:33:23.312Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:33:23 [2019-07-19T20:33:23.312Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:33:23 [2019-07-19T20:33:23.312Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:33:23 [2019-07-19T20:33:23.312Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:33:23 [2019-07-19T20:33:23.312Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:33:23 [2019-07-19T20:33:23.312Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo') 16:33:23 [2019-07-19T20:33:23.312Z] DEBUG - Attempting to set focus on (of type 'Combo') 16:33:23 [2019-07-19T20:33:23.312Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/archives/traces.zip 16:33:23 [2019-07-19T20:33:23.312Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/archives/traces.zip} time=200307543 data=null} to (of type 'Combo') 16:33:23 [2019-07-19T20:33:23.312Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/archives/traces.zip 16:33:23 [2019-07-19T20:33:23.312Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:23 [2019-07-19T20:33:23.312Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:23 [2019-07-19T20:33:23.312Z] DEBUG - Attempting to set focus on (of type 'Tree') 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {/} time=200307600 data=null button=0 stateMask=0x0 x=64 y=11 count=0} to TreeItem with text {/} 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {/} time=200307600 data=null doit=true} to TreeItem with text {/} 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {/} time=200307600 data=null} to TreeItem with text {/} 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {/} time=200307600 data=null button=1 stateMask=0x0 x=64 y=11 count=1} to TreeItem with text {/} 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200307601 data=null item=TreeItem {/} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {/} 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {/} time=200307601 data=null button=1 stateMask=0x80000 x=64 y=11 count=1} to TreeItem with text {/} 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - Setting state to checked on: / 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:') 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection> 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {<Automatic Detection>} time=200307610 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection> 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - Deselecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$1@68c81f80 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Preserve &folder structure} time=200307637 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Preserve &folder structure} time=200307637 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Preserve &folder structure} time=200307637 data=null doit=true} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Preserve &folder structure} time=200307637 data=null} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Preserve &folder structure} time=200307637 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Preserve &folder structure} time=200307637 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Preserve &folder structure} time=200307637 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Preserve &folder structure} time=200307637 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Preserve &folder structure} time=200307638 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Preserve &folder structure} time=200307638 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Preserve &folder structure} time=200307638 data=null doit=true} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Preserve &folder structure} time=200307638 data=null} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH' 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - Clicking on &Finish 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=200307654 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=200307654 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=200307654 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=200307654 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=200307654 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:33:23 [2019-07-19T20:33:23.570Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=200307654 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:33:23 [2019-07-19T20:33:23.570Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:33:23 [2019-07-19T20:33:23.827Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:33:23 [2019-07-19T20:33:23.827Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:33:23 [2019-07-19T20:33:23.827Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:33:23 [2019-07-19T20:33:23.827Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:33:23 [2019-07-19T20:33:23.827Z] DEBUG - Clicked on &Finish 16:33:24 [2019-07-19T20:33:24.391Z] DEBUG - matched Shell with text "Confirmation", using matcher: with text 'Confirmation' 16:33:24 [2019-07-19T20:33:24.391Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirmation} time=200308346 data=null doit=true} to Shell with text {Confirmation} 16:33:24 [2019-07-19T20:33:24.391Z] DEBUG - matched Button with text "Rename", using matcher: of type 'Button' 16:33:24 [2019-07-19T20:33:24.391Z] DEBUG - matched Button with text "Rename All", using matcher: of type 'Button' 16:33:24 [2019-07-19T20:33:24.391Z] DEBUG - matched Button with text "Rename All", using matcher: with mnemonic 'Rename All' 16:33:24 [2019-07-19T20:33:24.391Z] DEBUG - matched Button with text "Rename All", using matcher: with style 'SWT.PUSH' 16:33:24 [2019-07-19T20:33:24.391Z] DEBUG - matched Button with text "Rename All", using matcher: (of type 'Button' and with mnemonic 'Rename All' and with style 'SWT.PUSH') 16:33:24 [2019-07-19T20:33:24.391Z] DEBUG - matched Button with text "Overwrite", using matcher: of type 'Button' 16:33:24 [2019-07-19T20:33:24.391Z] DEBUG - matched Button with text "Overwrite All", using matcher: of type 'Button' 16:33:24 [2019-07-19T20:33:24.391Z] DEBUG - matched Button with text "Skip All", using matcher: of type 'Button' 16:33:24 [2019-07-19T20:33:24.391Z] DEBUG - matched Button with text "Skip", using matcher: of type 'Button' 16:33:24 [2019-07-19T20:33:24.391Z] DEBUG - Clicking on Rename All 16:33:24 [2019-07-19T20:33:24.391Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Rename All} time=200308348 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Rename All' and with style 'SWT.PUSH') 16:33:24 [2019-07-19T20:33:24.391Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Rename All} time=200308348 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Rename All' and with style 'SWT.PUSH') 16:33:24 [2019-07-19T20:33:24.391Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Rename All} time=200308348 data=null doit=true} to (of type 'Button' and with mnemonic 'Rename All' and with style 'SWT.PUSH') 16:33:24 [2019-07-19T20:33:24.391Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Rename All} time=200308348 data=null} to (of type 'Button' and with mnemonic 'Rename All' and with style 'SWT.PUSH') 16:33:24 [2019-07-19T20:33:24.391Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Rename All} time=200308348 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Rename All' and with style 'SWT.PUSH') 16:33:24 [2019-07-19T20:33:24.391Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Rename All} time=200308348 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Rename All' and with style 'SWT.PUSH') 16:33:24 [2019-07-19T20:33:24.391Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Rename All} time=200308348 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Rename All' and with style 'SWT.PUSH') 16:33:24 [2019-07-19T20:33:24.391Z] DEBUG - Clicked on 16:33:24 [2019-07-19T20:33:24.649Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=200307654 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:33:24 [2019-07-19T20:33:24.649Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=200307258 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...' 16:33:24 [2019-07-19T20:33:24.906Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:33:24 [2019-07-19T20:33:24.906Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:24 [2019-07-19T20:33:24.906Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:24 [2019-07-19T20:33:24.906Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:24 [2019-07-19T20:33:24.906Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:24 [2019-07-19T20:33:24.906Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:24 [2019-07-19T20:33:24.906Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200308974 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:33:24 [2019-07-19T20:33:24.906Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200308975 data=null doit=true} to TreeItem with text {test} 16:33:24 [2019-07-19T20:33:24.906Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200308975 data=null} to TreeItem with text {test} 16:33:24 [2019-07-19T20:33:24.906Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200308975 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:33:24 [2019-07-19T20:33:24.906Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200308975 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:33:24 [2019-07-19T20:33:24.906Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200309043 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:33:24 [2019-07-19T20:33:24.906Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:24 [2019-07-19T20:33:24.906Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200309044 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:33:24 [2019-07-19T20:33:24.906Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200309044 data=null doit=true} to TreeItem with text {test} 16:33:24 [2019-07-19T20:33:24.906Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200309044 data=null} to TreeItem with text {test} 16:33:24 [2019-07-19T20:33:24.906Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200309044 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:33:24 [2019-07-19T20:33:24.906Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200309045 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:33:24 [2019-07-19T20:33:24.906Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200309061 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:33:24 [2019-07-19T20:33:24.906Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:33:24 [2019-07-19T20:33:24.906Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:24 [2019-07-19T20:33:24.906Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=200309062 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]} 16:33:24 [2019-07-19T20:33:24.906Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=200309062 data=null doit=true} to TreeItem with text {Traces [12]} 16:33:24 [2019-07-19T20:33:24.906Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=200309062 data=null} to TreeItem with text {Traces [12]} 16:33:24 [2019-07-19T20:33:24.906Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=200309063 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:33:24 [2019-07-19T20:33:24.906Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200309063 data=null item=TreeItem {Traces [12]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [12]} 16:33:24 [2019-07-19T20:33:24.906Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=200309134 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:33:24 [2019-07-19T20:33:24.906Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=200309135 data=null doit=true} to TreeItem with text {Traces [12]} 16:33:24 [2019-07-19T20:33:24.906Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=200309135 data=null} to TreeItem with text {Traces [12]} 16:33:24 [2019-07-19T20:33:24.906Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=200309135 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:33:24 [2019-07-19T20:33:24.906Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200309135 data=null item=TreeItem {Traces [12]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {Traces [12]} 16:33:24 [2019-07-19T20:33:24.906Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=200309144 data=null button=1 stateMask=0x80000 x=79 y=53 count=1} to TreeItem with text {Traces [12]} 16:33:25 [2019-07-19T20:33:25.470Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:33:25 [2019-07-19T20:33:25.470Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:25 [2019-07-19T20:33:25.470Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200309549 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:33:25 [2019-07-19T20:33:25.470Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200309549 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:33:25 [2019-07-19T20:33:25.470Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200309549 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:33:25 [2019-07-19T20:33:25.470Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200309550 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:33:25 [2019-07-19T20:33:25.470Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200309550 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:33:25 [2019-07-19T20:33:25.470Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200309583 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:33:25 [2019-07-19T20:33:25.470Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:25 [2019-07-19T20:33:25.470Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:25 [2019-07-19T20:33:25.470Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:33:25 [2019-07-19T20:33:25.470Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:25 [2019-07-19T20:33:25.470Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200309586 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:33:25 [2019-07-19T20:33:25.470Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200309586 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:33:25 [2019-07-19T20:33:25.470Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200309586 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:33:25 [2019-07-19T20:33:25.470Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200309586 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:33:25 [2019-07-19T20:33:25.470Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200309587 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:33:25 [2019-07-19T20:33:25.470Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200309591 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:33:25 [2019-07-19T20:33:25.470Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomTxt.log} 16:33:25 [2019-07-19T20:33:25.470Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200309592 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:33:25 [2019-07-19T20:33:25.470Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200309592 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:33:25 [2019-07-19T20:33:25.470Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:25 [2019-07-19T20:33:25.470Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200309592 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:33:25 [2019-07-19T20:33:25.470Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200309593 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:33:25 [2019-07-19T20:33:25.470Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200309593 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:33:25 [2019-07-19T20:33:25.470Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200309596 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:33:25 [2019-07-19T20:33:25.470Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200309597 data=null button=1 stateMask=0x0 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:33:25 [2019-07-19T20:33:25.470Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200309597 data=null button=1 stateMask=0x0 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:33:25 [2019-07-19T20:33:25.470Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200309597 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:33:25 [2019-07-19T20:33:25.730Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200309750 data=null button=1 stateMask=0x80000 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:33:25 [2019-07-19T20:33:25.730Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200309935 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:33:25 [2019-07-19T20:33:25.730Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200309935 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:33:25 [2019-07-19T20:33:25.730Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200309935 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:33:25 [2019-07-19T20:33:25.730Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomTxt.log} 16:33:25 [2019-07-19T20:33:25.730Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:27 [2019-07-19T20:33:27.098Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:33:27 [2019-07-19T20:33:27.098Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:33:27 [2019-07-19T20:33:27.098Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:33:27 [2019-07-19T20:33:27.098Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:33:27 [2019-07-19T20:33:27.098Z] DEBUG - Attempting to set focus on Table with text {} 16:33:27 [2019-07-19T20:33:27.098Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200311038 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:33:27 [2019-07-19T20:33:27.098Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200311038 data=null doit=true} to TableItem with text {} 16:33:27 [2019-07-19T20:33:27.098Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200311038 data=null} to TableItem with text {} 16:33:27 [2019-07-19T20:33:27.098Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200311039 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:33:27 [2019-07-19T20:33:27.098Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200311039 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:33:27 [2019-07-19T20:33:27.098Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200311043 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:33:27 [2019-07-19T20:33:27.098Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:33:27 [2019-07-19T20:33:27.098Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:33:27 [2019-07-19T20:33:27.098Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:33:27 [2019-07-19T20:33:27.098Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:27 [2019-07-19T20:33:27.098Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200311256 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:33:27 [2019-07-19T20:33:27.098Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200311256 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:33:27 [2019-07-19T20:33:27.098Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200311256 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:33:27 [2019-07-19T20:33:27.098Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200311257 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:33:27 [2019-07-19T20:33:27.098Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200311257 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:33:27 [2019-07-19T20:33:27.098Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200311261 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:33:27 [2019-07-19T20:33:27.098Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:27 [2019-07-19T20:33:27.098Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:27 [2019-07-19T20:33:27.098Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:33:27 [2019-07-19T20:33:27.098Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:33:27 [2019-07-19T20:33:27.098Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:27 [2019-07-19T20:33:27.098Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:27 [2019-07-19T20:33:27.098Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:27 [2019-07-19T20:33:27.098Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:27 [2019-07-19T20:33:27.098Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:27 [2019-07-19T20:33:27.098Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200311273 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:33:27 [2019-07-19T20:33:27.098Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200311274 data=null doit=true} to TreeItem with text {test} 16:33:27 [2019-07-19T20:33:27.098Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200311274 data=null} to TreeItem with text {test} 16:33:27 [2019-07-19T20:33:27.098Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200311274 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:33:27 [2019-07-19T20:33:27.098Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200311274 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:33:27 [2019-07-19T20:33:27.098Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200311331 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:33:27 [2019-07-19T20:33:27.098Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:27 [2019-07-19T20:33:27.098Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200311332 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:33:27 [2019-07-19T20:33:27.098Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200311332 data=null doit=true} to TreeItem with text {test} 16:33:27 [2019-07-19T20:33:27.098Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200311332 data=null} to TreeItem with text {test} 16:33:27 [2019-07-19T20:33:27.098Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200311333 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:33:27 [2019-07-19T20:33:27.098Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200311333 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:33:27 [2019-07-19T20:33:27.098Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200311340 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:33:27 [2019-07-19T20:33:27.098Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:33:27 [2019-07-19T20:33:27.098Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:27 [2019-07-19T20:33:27.098Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=200311341 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]} 16:33:27 [2019-07-19T20:33:27.098Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=200311341 data=null doit=true} to TreeItem with text {Traces [12]} 16:33:27 [2019-07-19T20:33:27.098Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=200311341 data=null} to TreeItem with text {Traces [12]} 16:33:27 [2019-07-19T20:33:27.098Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=200311341 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:33:27 [2019-07-19T20:33:27.098Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200311341 data=null item=TreeItem {Traces [12]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [12]} 16:33:27 [2019-07-19T20:33:27.355Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=200311364 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:33:27 [2019-07-19T20:33:27.355Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again. 16:33:27 [2019-07-19T20:33:27.611Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:33:27 [2019-07-19T20:33:27.611Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:27 [2019-07-19T20:33:27.611Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200311843 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:33:27 [2019-07-19T20:33:27.611Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200311843 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:33:27 [2019-07-19T20:33:27.611Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200311843 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:33:27 [2019-07-19T20:33:27.611Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200311843 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:33:27 [2019-07-19T20:33:27.611Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200311844 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:33:27 [2019-07-19T20:33:27.868Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200311883 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:33:27 [2019-07-19T20:33:27.868Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:27 [2019-07-19T20:33:27.868Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:27 [2019-07-19T20:33:27.868Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:33:27 [2019-07-19T20:33:27.868Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:27 [2019-07-19T20:33:27.868Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200311885 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:33:27 [2019-07-19T20:33:27.868Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200311885 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:33:27 [2019-07-19T20:33:27.868Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200311885 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:33:27 [2019-07-19T20:33:27.868Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200311886 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:33:27 [2019-07-19T20:33:27.868Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200311886 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:33:27 [2019-07-19T20:33:27.868Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200311890 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:33:27 [2019-07-19T20:33:27.868Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomXml.xml} 16:33:27 [2019-07-19T20:33:27.868Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200311891 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:33:27 [2019-07-19T20:33:27.868Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200311891 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:33:27 [2019-07-19T20:33:27.868Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:27 [2019-07-19T20:33:27.868Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200311891 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:33:27 [2019-07-19T20:33:27.868Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200311892 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:33:27 [2019-07-19T20:33:27.868Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200311892 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:33:27 [2019-07-19T20:33:27.868Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200311895 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:33:27 [2019-07-19T20:33:27.868Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200311896 data=null button=1 stateMask=0x0 x=156 y=116 count=2} to TreeItem with text {ExampleCustomXml.xml} 16:33:27 [2019-07-19T20:33:27.868Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200311896 data=null button=1 stateMask=0x0 x=156 y=116 count=2} to TreeItem with text {ExampleCustomXml.xml} 16:33:27 [2019-07-19T20:33:27.868Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200311896 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:33:28 [2019-07-19T20:33:28.125Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200311977 data=null button=1 stateMask=0x80000 x=156 y=116 count=2} to TreeItem with text {ExampleCustomXml.xml} 16:33:28 [2019-07-19T20:33:28.125Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200312298 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:33:28 [2019-07-19T20:33:28.125Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200312300 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:33:28 [2019-07-19T20:33:28.125Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200312301 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:33:28 [2019-07-19T20:33:28.125Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomXml.xml} 16:33:28 [2019-07-19T20:33:28.125Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:28 [2019-07-19T20:33:28.125Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:29 [2019-07-19T20:33:29.054Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:33:29 [2019-07-19T20:33:29.054Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:33:29 [2019-07-19T20:33:29.054Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:33:29 [2019-07-19T20:33:29.054Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:33:29 [2019-07-19T20:33:29.054Z] DEBUG - Attempting to set focus on Table with text {} 16:33:29 [2019-07-19T20:33:29.311Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200313304 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:33:29 [2019-07-19T20:33:29.311Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200313304 data=null doit=true} to TableItem with text {} 16:33:29 [2019-07-19T20:33:29.311Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200313305 data=null} to TableItem with text {} 16:33:29 [2019-07-19T20:33:29.311Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200313305 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:33:29 [2019-07-19T20:33:29.311Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200313305 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:33:29 [2019-07-19T20:33:29.311Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200313324 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:33:29 [2019-07-19T20:33:29.311Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:33:29 [2019-07-19T20:33:29.311Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:33:29 [2019-07-19T20:33:29.311Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:33:29 [2019-07-19T20:33:29.311Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:29 [2019-07-19T20:33:29.311Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200313515 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:33:29 [2019-07-19T20:33:29.311Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200313515 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:33:29 [2019-07-19T20:33:29.311Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200313515 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:33:29 [2019-07-19T20:33:29.311Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200313516 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:33:29 [2019-07-19T20:33:29.311Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200313516 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:33:29 [2019-07-19T20:33:29.311Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200313521 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:33:29 [2019-07-19T20:33:29.311Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:29 [2019-07-19T20:33:29.311Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:29 [2019-07-19T20:33:29.311Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:33:29 [2019-07-19T20:33:29.311Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:33:29 [2019-07-19T20:33:29.311Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:29 [2019-07-19T20:33:29.311Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:29 [2019-07-19T20:33:29.311Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:29 [2019-07-19T20:33:29.311Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:29 [2019-07-19T20:33:29.311Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:29 [2019-07-19T20:33:29.311Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200313527 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:33:29 [2019-07-19T20:33:29.311Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200313527 data=null doit=true} to TreeItem with text {test} 16:33:29 [2019-07-19T20:33:29.311Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200313527 data=null} to TreeItem with text {test} 16:33:29 [2019-07-19T20:33:29.311Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200313527 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:33:29 [2019-07-19T20:33:29.311Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200313527 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:33:29 [2019-07-19T20:33:29.568Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200313573 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:33:29 [2019-07-19T20:33:29.568Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:29 [2019-07-19T20:33:29.568Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200313574 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:33:29 [2019-07-19T20:33:29.568Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200313574 data=null doit=true} to TreeItem with text {test} 16:33:29 [2019-07-19T20:33:29.568Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200313574 data=null} to TreeItem with text {test} 16:33:29 [2019-07-19T20:33:29.568Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200313575 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:33:29 [2019-07-19T20:33:29.568Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200313575 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:33:29 [2019-07-19T20:33:29.568Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200313580 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:33:29 [2019-07-19T20:33:29.568Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:33:29 [2019-07-19T20:33:29.568Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:29 [2019-07-19T20:33:29.568Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=200313585 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]} 16:33:29 [2019-07-19T20:33:29.568Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=200313586 data=null doit=true} to TreeItem with text {Traces [12]} 16:33:29 [2019-07-19T20:33:29.568Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=200313586 data=null} to TreeItem with text {Traces [12]} 16:33:29 [2019-07-19T20:33:29.568Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=200313586 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:33:29 [2019-07-19T20:33:29.568Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200313586 data=null item=TreeItem {Traces [12]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [12]} 16:33:29 [2019-07-19T20:33:29.568Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=200313597 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:33:29 [2019-07-19T20:33:29.568Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again. 16:33:29 [2019-07-19T20:33:29.826Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:33:29 [2019-07-19T20:33:29.826Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:30 [2019-07-19T20:33:30.084Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200314084 data=null button=0 stateMask=0x0 x=148 y=158 count=0} to TreeItem with text {kernel-overlap-testing} 16:33:30 [2019-07-19T20:33:30.084Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200314085 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:33:30 [2019-07-19T20:33:30.084Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200314085 data=null} to TreeItem with text {kernel-overlap-testing} 16:33:30 [2019-07-19T20:33:30.084Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200314085 data=null button=1 stateMask=0x0 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing} 16:33:30 [2019-07-19T20:33:30.084Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200314085 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:33:30 [2019-07-19T20:33:30.084Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200314128 data=null button=1 stateMask=0x80000 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing} 16:33:30 [2019-07-19T20:33:30.084Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:30 [2019-07-19T20:33:30.084Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:30 [2019-07-19T20:33:30.084Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:33:30 [2019-07-19T20:33:30.084Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:30 [2019-07-19T20:33:30.084Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200314130 data=null button=0 stateMask=0x0 x=148 y=158 count=0} to TreeItem with text {kernel-overlap-testing} 16:33:30 [2019-07-19T20:33:30.084Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200314130 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:33:30 [2019-07-19T20:33:30.084Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200314130 data=null} to TreeItem with text {kernel-overlap-testing} 16:33:30 [2019-07-19T20:33:30.084Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200314131 data=null button=1 stateMask=0x0 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing} 16:33:30 [2019-07-19T20:33:30.084Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200314131 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:33:30 [2019-07-19T20:33:30.084Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200314136 data=null button=1 stateMask=0x80000 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing} 16:33:30 [2019-07-19T20:33:30.084Z] DEBUG - Double-clicking on TreeItem with text {kernel-overlap-testing} 16:33:30 [2019-07-19T20:33:30.084Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200314136 data=null button=0 stateMask=0x0 x=148 y=158 count=0} to TreeItem with text {kernel-overlap-testing} 16:33:30 [2019-07-19T20:33:30.084Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200314136 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:33:30 [2019-07-19T20:33:30.084Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:30 [2019-07-19T20:33:30.084Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200314137 data=null} to TreeItem with text {kernel-overlap-testing} 16:33:30 [2019-07-19T20:33:30.084Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200314137 data=null button=1 stateMask=0x0 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing} 16:33:30 [2019-07-19T20:33:30.084Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200314137 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:33:30 [2019-07-19T20:33:30.084Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200314141 data=null button=1 stateMask=0x80000 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing} 16:33:30 [2019-07-19T20:33:30.084Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200314141 data=null button=1 stateMask=0x0 x=148 y=158 count=2} to TreeItem with text {kernel-overlap-testing} 16:33:30 [2019-07-19T20:33:30.084Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {kernel-overlap-testing} time=200314142 data=null button=1 stateMask=0x0 x=148 y=158 count=2} to TreeItem with text {kernel-overlap-testing} 16:33:30 [2019-07-19T20:33:30.084Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200314142 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:33:30 [2019-07-19T20:33:30.649Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200314227 data=null button=1 stateMask=0x80000 x=148 y=158 count=2} to TreeItem with text {kernel-overlap-testing} 16:33:30 [2019-07-19T20:33:30.649Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {kernel-overlap-testing} time=200314808 data=null button=0 stateMask=0x0 x=148 y=158 count=0} to TreeItem with text {kernel-overlap-testing} 16:33:30 [2019-07-19T20:33:30.649Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {kernel-overlap-testing} time=200314888 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:33:30 [2019-07-19T20:33:30.649Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {kernel-overlap-testing} time=200314888 data=null} to TreeItem with text {kernel-overlap-testing} 16:33:30 [2019-07-19T20:33:30.649Z] DEBUG - Double-clicked on TreeItem with text {kernel-overlap-testing} 16:33:30 [2019-07-19T20:33:30.649Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:30 [2019-07-19T20:33:30.649Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:30 [2019-07-19T20:33:30.649Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:30 [2019-07-19T20:33:30.649Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:33:30 [2019-07-19T20:33:30.649Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:33:30 [2019-07-19T20:33:30.649Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:33:30 [2019-07-19T20:33:30.649Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:33:30 [2019-07-19T20:33:30.649Z] DEBUG - Attempting to set focus on Table with text {} 16:33:30 [2019-07-19T20:33:30.906Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200314891 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:33:30 [2019-07-19T20:33:30.906Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200314901 data=null doit=true} to TableItem with text {} 16:33:30 [2019-07-19T20:33:30.906Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200314901 data=null} to TableItem with text {} 16:33:30 [2019-07-19T20:33:30.906Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200314901 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:33:30 [2019-07-19T20:33:30.906Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200314902 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:33:30 [2019-07-19T20:33:30.906Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200314922 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:33:30 [2019-07-19T20:33:30.906Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:33:30 [2019-07-19T20:33:30.906Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:33:31 [2019-07-19T20:33:31.836Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:33:31 [2019-07-19T20:33:31.836Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:31 [2019-07-19T20:33:31.836Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200316032 data=null button=0 stateMask=0x0 x=148 y=158 count=0} to TreeItem with text {kernel-overlap-testing} 16:33:31 [2019-07-19T20:33:31.836Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200316033 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:33:31 [2019-07-19T20:33:31.836Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200316033 data=null} to TreeItem with text {kernel-overlap-testing} 16:33:31 [2019-07-19T20:33:31.836Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200316034 data=null button=1 stateMask=0x0 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing} 16:33:31 [2019-07-19T20:33:31.836Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200316034 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:33:31 [2019-07-19T20:33:31.836Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200316039 data=null button=1 stateMask=0x80000 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing} 16:33:31 [2019-07-19T20:33:31.836Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:31 [2019-07-19T20:33:31.836Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:31 [2019-07-19T20:33:31.836Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:33:31 [2019-07-19T20:33:31.836Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:33:31 [2019-07-19T20:33:31.836Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:31 [2019-07-19T20:33:31.836Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:31 [2019-07-19T20:33:31.836Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:31 [2019-07-19T20:33:31.836Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:31 [2019-07-19T20:33:31.836Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:31 [2019-07-19T20:33:31.836Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200316045 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:33:31 [2019-07-19T20:33:31.836Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200316045 data=null doit=true} to TreeItem with text {test} 16:33:31 [2019-07-19T20:33:31.836Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200316045 data=null} to TreeItem with text {test} 16:33:31 [2019-07-19T20:33:31.836Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200316045 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:33:31 [2019-07-19T20:33:31.836Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200316045 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:33:31 [2019-07-19T20:33:31.836Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200316078 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:33:31 [2019-07-19T20:33:31.836Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:31 [2019-07-19T20:33:31.836Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200316079 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:33:31 [2019-07-19T20:33:31.836Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200316079 data=null doit=true} to TreeItem with text {test} 16:33:31 [2019-07-19T20:33:31.836Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200316079 data=null} to TreeItem with text {test} 16:33:32 [2019-07-19T20:33:32.094Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200316093 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:33:32 [2019-07-19T20:33:32.094Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200316093 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:33:32 [2019-07-19T20:33:32.094Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200316103 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:33:32 [2019-07-19T20:33:32.094Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:33:32 [2019-07-19T20:33:32.094Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:32 [2019-07-19T20:33:32.094Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=200316104 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]} 16:33:32 [2019-07-19T20:33:32.094Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=200316104 data=null doit=true} to TreeItem with text {Traces [12]} 16:33:32 [2019-07-19T20:33:32.094Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=200316104 data=null} to TreeItem with text {Traces [12]} 16:33:32 [2019-07-19T20:33:32.094Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=200316105 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:33:32 [2019-07-19T20:33:32.094Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200316105 data=null item=TreeItem {Traces [12]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [12]} 16:33:32 [2019-07-19T20:33:32.094Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=200316127 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:33:32 [2019-07-19T20:33:32.094Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again. 16:33:32 [2019-07-19T20:33:32.094Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:33:32 [2019-07-19T20:33:32.094Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:32 [2019-07-19T20:33:32.094Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=200316340 data=null button=0 stateMask=0x0 x=150 y=200 count=0} to TreeItem with text {simple_server-thread1} 16:33:32 [2019-07-19T20:33:32.094Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=200316340 data=null doit=true} to TreeItem with text {simple_server-thread1} 16:33:32 [2019-07-19T20:33:32.094Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=200316340 data=null} to TreeItem with text {simple_server-thread1} 16:33:32 [2019-07-19T20:33:32.094Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=200316340 data=null button=1 stateMask=0x0 x=150 y=200 count=1} to TreeItem with text {simple_server-thread1} 16:33:32 [2019-07-19T20:33:32.351Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200316341 data=null item=TreeItem {simple_server-thread1} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread1} 16:33:32 [2019-07-19T20:33:32.351Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=200316428 data=null button=1 stateMask=0x80000 x=150 y=200 count=1} to TreeItem with text {simple_server-thread1} 16:33:32 [2019-07-19T20:33:32.351Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:32 [2019-07-19T20:33:32.351Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:32 [2019-07-19T20:33:32.351Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:33:32 [2019-07-19T20:33:32.351Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:32 [2019-07-19T20:33:32.351Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=200316431 data=null button=0 stateMask=0x0 x=150 y=200 count=0} to TreeItem with text {simple_server-thread1} 16:33:32 [2019-07-19T20:33:32.351Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=200316431 data=null doit=true} to TreeItem with text {simple_server-thread1} 16:33:32 [2019-07-19T20:33:32.351Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=200316431 data=null} to TreeItem with text {simple_server-thread1} 16:33:32 [2019-07-19T20:33:32.351Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=200316431 data=null button=1 stateMask=0x0 x=150 y=200 count=1} to TreeItem with text {simple_server-thread1} 16:33:32 [2019-07-19T20:33:32.351Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200316431 data=null item=TreeItem {simple_server-thread1} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread1} 16:33:32 [2019-07-19T20:33:32.351Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=200316437 data=null button=1 stateMask=0x80000 x=150 y=200 count=1} to TreeItem with text {simple_server-thread1} 16:33:32 [2019-07-19T20:33:32.351Z] DEBUG - Double-clicking on TreeItem with text {simple_server-thread1} 16:33:32 [2019-07-19T20:33:32.351Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=200316437 data=null button=0 stateMask=0x0 x=150 y=200 count=0} to TreeItem with text {simple_server-thread1} 16:33:32 [2019-07-19T20:33:32.351Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=200316437 data=null doit=true} to TreeItem with text {simple_server-thread1} 16:33:32 [2019-07-19T20:33:32.351Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:32 [2019-07-19T20:33:32.351Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=200316438 data=null} to TreeItem with text {simple_server-thread1} 16:33:32 [2019-07-19T20:33:32.351Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=200316438 data=null button=1 stateMask=0x0 x=150 y=200 count=1} to TreeItem with text {simple_server-thread1} 16:33:32 [2019-07-19T20:33:32.351Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200316438 data=null item=TreeItem {simple_server-thread1} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread1} 16:33:32 [2019-07-19T20:33:32.351Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=200316442 data=null button=1 stateMask=0x80000 x=150 y=200 count=1} to TreeItem with text {simple_server-thread1} 16:33:32 [2019-07-19T20:33:32.351Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=200316442 data=null button=1 stateMask=0x0 x=150 y=200 count=2} to TreeItem with text {simple_server-thread1} 16:33:32 [2019-07-19T20:33:32.351Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {simple_server-thread1} time=200316443 data=null button=1 stateMask=0x0 x=150 y=200 count=2} to TreeItem with text {simple_server-thread1} 16:33:32 [2019-07-19T20:33:32.351Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200316443 data=null item=TreeItem {simple_server-thread1} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread1} 16:33:32 [2019-07-19T20:33:32.915Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=200316570 data=null button=1 stateMask=0x80000 x=150 y=200 count=2} to TreeItem with text {simple_server-thread1} 16:33:32 [2019-07-19T20:33:32.915Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {simple_server-thread1} time=200317017 data=null button=0 stateMask=0x0 x=150 y=200 count=0} to TreeItem with text {simple_server-thread1} 16:33:32 [2019-07-19T20:33:32.915Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {simple_server-thread1} time=200317071 data=null doit=true} to TreeItem with text {simple_server-thread1} 16:33:32 [2019-07-19T20:33:32.915Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {simple_server-thread1} time=200317071 data=null} to TreeItem with text {simple_server-thread1} 16:33:32 [2019-07-19T20:33:32.915Z] DEBUG - Double-clicked on TreeItem with text {simple_server-thread1} 16:33:32 [2019-07-19T20:33:32.915Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:32 [2019-07-19T20:33:32.915Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:32 [2019-07-19T20:33:32.915Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:32 [2019-07-19T20:33:32.915Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:32 [2019-07-19T20:33:32.915Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:33:32 [2019-07-19T20:33:32.915Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:33:32 [2019-07-19T20:33:32.915Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:33:32 [2019-07-19T20:33:32.915Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:33:32 [2019-07-19T20:33:32.915Z] DEBUG - Attempting to set focus on Table with text {} 16:33:32 [2019-07-19T20:33:32.915Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200317074 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:33:32 [2019-07-19T20:33:32.915Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200317083 data=null doit=true} to TableItem with text {} 16:33:32 [2019-07-19T20:33:32.915Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200317083 data=null} to TableItem with text {} 16:33:32 [2019-07-19T20:33:32.915Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200317084 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:33:32 [2019-07-19T20:33:32.915Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200317084 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:33:32 [2019-07-19T20:33:32.915Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200317133 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:33:32 [2019-07-19T20:33:32.915Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:33:32 [2019-07-19T20:33:32.915Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:33:34 [2019-07-19T20:33:34.288Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:33:34 [2019-07-19T20:33:34.288Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:34 [2019-07-19T20:33:34.288Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=200318189 data=null button=0 stateMask=0x0 x=150 y=200 count=0} to TreeItem with text {simple_server-thread1} 16:33:34 [2019-07-19T20:33:34.288Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=200318189 data=null doit=true} to TreeItem with text {simple_server-thread1} 16:33:34 [2019-07-19T20:33:34.288Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=200318190 data=null} to TreeItem with text {simple_server-thread1} 16:33:34 [2019-07-19T20:33:34.288Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=200318191 data=null button=1 stateMask=0x0 x=150 y=200 count=1} to TreeItem with text {simple_server-thread1} 16:33:34 [2019-07-19T20:33:34.288Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200318191 data=null item=TreeItem {simple_server-thread1} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread1} 16:33:34 [2019-07-19T20:33:34.288Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=200318196 data=null button=1 stateMask=0x80000 x=150 y=200 count=1} to TreeItem with text {simple_server-thread1} 16:33:34 [2019-07-19T20:33:34.288Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:34 [2019-07-19T20:33:34.288Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:34 [2019-07-19T20:33:34.288Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:33:34 [2019-07-19T20:33:34.288Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:33:34 [2019-07-19T20:33:34.288Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:34 [2019-07-19T20:33:34.288Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:34 [2019-07-19T20:33:34.288Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:34 [2019-07-19T20:33:34.288Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:34 [2019-07-19T20:33:34.288Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:34 [2019-07-19T20:33:34.288Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200318223 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:33:34 [2019-07-19T20:33:34.288Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200318223 data=null doit=true} to TreeItem with text {test} 16:33:34 [2019-07-19T20:33:34.288Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200318223 data=null} to TreeItem with text {test} 16:33:34 [2019-07-19T20:33:34.288Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200318223 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:33:34 [2019-07-19T20:33:34.288Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200318224 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:33:34 [2019-07-19T20:33:34.288Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200318270 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:33:34 [2019-07-19T20:33:34.288Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:34 [2019-07-19T20:33:34.288Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200318271 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:33:34 [2019-07-19T20:33:34.288Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200318271 data=null doit=true} to TreeItem with text {test} 16:33:34 [2019-07-19T20:33:34.288Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200318271 data=null} to TreeItem with text {test} 16:33:34 [2019-07-19T20:33:34.288Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200318271 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:33:34 [2019-07-19T20:33:34.288Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200318271 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:33:34 [2019-07-19T20:33:34.288Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200318278 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:33:34 [2019-07-19T20:33:34.288Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:33:34 [2019-07-19T20:33:34.288Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:34 [2019-07-19T20:33:34.288Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=200318279 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]} 16:33:34 [2019-07-19T20:33:34.288Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=200318279 data=null doit=true} to TreeItem with text {Traces [12]} 16:33:34 [2019-07-19T20:33:34.288Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=200318279 data=null} to TreeItem with text {Traces [12]} 16:33:34 [2019-07-19T20:33:34.288Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=200318279 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:33:34 [2019-07-19T20:33:34.288Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200318279 data=null item=TreeItem {Traces [12]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [12]} 16:33:34 [2019-07-19T20:33:34.288Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=200318299 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:33:34 [2019-07-19T20:33:34.288Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again. 16:33:34 [2019-07-19T20:33:34.289Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:33:34 [2019-07-19T20:33:34.289Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:34 [2019-07-19T20:33:34.289Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=200318435 data=null button=0 stateMask=0x0 x=150 y=242 count=0} to TreeItem with text {simple_server-thread2} 16:33:34 [2019-07-19T20:33:34.289Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=200318435 data=null doit=true} to TreeItem with text {simple_server-thread2} 16:33:34 [2019-07-19T20:33:34.289Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=200318435 data=null} to TreeItem with text {simple_server-thread2} 16:33:34 [2019-07-19T20:33:34.289Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=200318436 data=null button=1 stateMask=0x0 x=150 y=242 count=1} to TreeItem with text {simple_server-thread2} 16:33:34 [2019-07-19T20:33:34.289Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200318436 data=null item=TreeItem {simple_server-thread2} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread2} 16:33:34 [2019-07-19T20:33:34.289Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=200318491 data=null button=1 stateMask=0x80000 x=150 y=242 count=1} to TreeItem with text {simple_server-thread2} 16:33:34 [2019-07-19T20:33:34.289Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:34 [2019-07-19T20:33:34.289Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:34 [2019-07-19T20:33:34.289Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:33:34 [2019-07-19T20:33:34.289Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:34 [2019-07-19T20:33:34.289Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=200318493 data=null button=0 stateMask=0x0 x=150 y=242 count=0} to TreeItem with text {simple_server-thread2} 16:33:34 [2019-07-19T20:33:34.289Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=200318494 data=null doit=true} to TreeItem with text {simple_server-thread2} 16:33:34 [2019-07-19T20:33:34.289Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=200318494 data=null} to TreeItem with text {simple_server-thread2} 16:33:34 [2019-07-19T20:33:34.289Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=200318494 data=null button=1 stateMask=0x0 x=150 y=242 count=1} to TreeItem with text {simple_server-thread2} 16:33:34 [2019-07-19T20:33:34.289Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200318494 data=null item=TreeItem {simple_server-thread2} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread2} 16:33:34 [2019-07-19T20:33:34.289Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=200318499 data=null button=1 stateMask=0x80000 x=150 y=242 count=1} to TreeItem with text {simple_server-thread2} 16:33:34 [2019-07-19T20:33:34.289Z] DEBUG - Double-clicking on TreeItem with text {simple_server-thread2} 16:33:34 [2019-07-19T20:33:34.289Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=200318500 data=null button=0 stateMask=0x0 x=150 y=242 count=0} to TreeItem with text {simple_server-thread2} 16:33:34 [2019-07-19T20:33:34.289Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=200318500 data=null doit=true} to TreeItem with text {simple_server-thread2} 16:33:34 [2019-07-19T20:33:34.289Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:34 [2019-07-19T20:33:34.289Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=200318500 data=null} to TreeItem with text {simple_server-thread2} 16:33:34 [2019-07-19T20:33:34.289Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=200318501 data=null button=1 stateMask=0x0 x=150 y=242 count=1} to TreeItem with text {simple_server-thread2} 16:33:34 [2019-07-19T20:33:34.289Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200318501 data=null item=TreeItem {simple_server-thread2} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread2} 16:33:34 [2019-07-19T20:33:34.289Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=200318511 data=null button=1 stateMask=0x80000 x=150 y=242 count=1} to TreeItem with text {simple_server-thread2} 16:33:34 [2019-07-19T20:33:34.289Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=200318511 data=null button=1 stateMask=0x0 x=150 y=242 count=2} to TreeItem with text {simple_server-thread2} 16:33:34 [2019-07-19T20:33:34.289Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {simple_server-thread2} time=200318511 data=null button=1 stateMask=0x0 x=150 y=242 count=2} to TreeItem with text {simple_server-thread2} 16:33:34 [2019-07-19T20:33:34.546Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200318512 data=null item=TreeItem {simple_server-thread2} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread2} 16:33:34 [2019-07-19T20:33:34.803Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=200318599 data=null button=1 stateMask=0x80000 x=150 y=242 count=2} to TreeItem with text {simple_server-thread2} 16:33:35 [2019-07-19T20:33:35.060Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {simple_server-thread2} time=200318993 data=null button=0 stateMask=0x0 x=150 y=242 count=0} to TreeItem with text {simple_server-thread2} 16:33:35 [2019-07-19T20:33:35.060Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {simple_server-thread2} time=200319056 data=null doit=true} to TreeItem with text {simple_server-thread2} 16:33:35 [2019-07-19T20:33:35.060Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {simple_server-thread2} time=200319056 data=null} to TreeItem with text {simple_server-thread2} 16:33:35 [2019-07-19T20:33:35.060Z] DEBUG - Double-clicked on TreeItem with text {simple_server-thread2} 16:33:35 [2019-07-19T20:33:35.060Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:35 [2019-07-19T20:33:35.060Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:35 [2019-07-19T20:33:35.060Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:35 [2019-07-19T20:33:35.060Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:35 [2019-07-19T20:33:35.060Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:35 [2019-07-19T20:33:35.060Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:33:35 [2019-07-19T20:33:35.060Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:33:35 [2019-07-19T20:33:35.060Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:33:35 [2019-07-19T20:33:35.060Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:33:35 [2019-07-19T20:33:35.060Z] DEBUG - Attempting to set focus on Table with text {} 16:33:35 [2019-07-19T20:33:35.060Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200319060 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:33:35 [2019-07-19T20:33:35.060Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200319060 data=null doit=true} to TableItem with text {} 16:33:35 [2019-07-19T20:33:35.060Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200319060 data=null} to TableItem with text {} 16:33:35 [2019-07-19T20:33:35.060Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200319060 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:33:35 [2019-07-19T20:33:35.060Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200319061 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:33:35 [2019-07-19T20:33:35.060Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200319067 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:33:35 [2019-07-19T20:33:35.060Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:33:35 [2019-07-19T20:33:35.060Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:33:35 [2019-07-19T20:33:35.989Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:33:35 [2019-07-19T20:33:35.989Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:35 [2019-07-19T20:33:35.989Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=200320171 data=null button=0 stateMask=0x0 x=150 y=242 count=0} to TreeItem with text {simple_server-thread2} 16:33:35 [2019-07-19T20:33:35.989Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=200320171 data=null doit=true} to TreeItem with text {simple_server-thread2} 16:33:35 [2019-07-19T20:33:35.989Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=200320171 data=null} to TreeItem with text {simple_server-thread2} 16:33:35 [2019-07-19T20:33:35.989Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=200320171 data=null button=1 stateMask=0x0 x=150 y=242 count=1} to TreeItem with text {simple_server-thread2} 16:33:35 [2019-07-19T20:33:35.989Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200320172 data=null item=TreeItem {simple_server-thread2} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread2} 16:33:35 [2019-07-19T20:33:35.989Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=200320177 data=null button=1 stateMask=0x80000 x=150 y=242 count=1} to TreeItem with text {simple_server-thread2} 16:33:35 [2019-07-19T20:33:35.989Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:35 [2019-07-19T20:33:35.989Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:35 [2019-07-19T20:33:35.989Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:33:35 [2019-07-19T20:33:35.989Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:33:35 [2019-07-19T20:33:35.989Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:35 [2019-07-19T20:33:35.989Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:35 [2019-07-19T20:33:35.989Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:35 [2019-07-19T20:33:35.989Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:35 [2019-07-19T20:33:35.989Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:35 [2019-07-19T20:33:35.989Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200320190 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:33:35 [2019-07-19T20:33:35.989Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200320191 data=null doit=true} to TreeItem with text {test} 16:33:35 [2019-07-19T20:33:35.989Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200320191 data=null} to TreeItem with text {test} 16:33:35 [2019-07-19T20:33:35.989Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200320191 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:33:35 [2019-07-19T20:33:35.989Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200320191 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:33:36 [2019-07-19T20:33:36.246Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200320265 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:33:36 [2019-07-19T20:33:36.246Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:36 [2019-07-19T20:33:36.246Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200320266 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:33:36 [2019-07-19T20:33:36.246Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200320277 data=null doit=true} to TreeItem with text {test} 16:33:36 [2019-07-19T20:33:36.246Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200320277 data=null} to TreeItem with text {test} 16:33:36 [2019-07-19T20:33:36.246Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200320277 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:33:36 [2019-07-19T20:33:36.246Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200320278 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:33:36 [2019-07-19T20:33:36.246Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200320292 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:33:36 [2019-07-19T20:33:36.246Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:33:36 [2019-07-19T20:33:36.246Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:36 [2019-07-19T20:33:36.246Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=200320293 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]} 16:33:36 [2019-07-19T20:33:36.246Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=200320293 data=null doit=true} to TreeItem with text {Traces [12]} 16:33:36 [2019-07-19T20:33:36.246Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=200320293 data=null} to TreeItem with text {Traces [12]} 16:33:36 [2019-07-19T20:33:36.246Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=200320293 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:33:36 [2019-07-19T20:33:36.246Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200320294 data=null item=TreeItem {Traces [12]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [12]} 16:33:36 [2019-07-19T20:33:36.246Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=200320339 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:33:36 [2019-07-19T20:33:36.246Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again. 16:33:36 [2019-07-19T20:33:36.246Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:33:36 [2019-07-19T20:33:36.246Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:36 [2019-07-19T20:33:36.246Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=200320459 data=null button=0 stateMask=0x0 x=139 y=284 count=0} to TreeItem with text {ust-overlap-testing} 16:33:36 [2019-07-19T20:33:36.246Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=200320459 data=null doit=true} to TreeItem with text {ust-overlap-testing} 16:33:36 [2019-07-19T20:33:36.246Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=200320459 data=null} to TreeItem with text {ust-overlap-testing} 16:33:36 [2019-07-19T20:33:36.246Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=200320460 data=null button=1 stateMask=0x0 x=139 y=284 count=1} to TreeItem with text {ust-overlap-testing} 16:33:36 [2019-07-19T20:33:36.246Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200320460 data=null item=TreeItem {ust-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ust-overlap-testing} 16:33:36 [2019-07-19T20:33:36.503Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=200320512 data=null button=1 stateMask=0x80000 x=139 y=284 count=1} to TreeItem with text {ust-overlap-testing} 16:33:36 [2019-07-19T20:33:36.503Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:36 [2019-07-19T20:33:36.503Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:36 [2019-07-19T20:33:36.503Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:33:36 [2019-07-19T20:33:36.503Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:36 [2019-07-19T20:33:36.503Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=200320516 data=null button=0 stateMask=0x0 x=139 y=284 count=0} to TreeItem with text {ust-overlap-testing} 16:33:36 [2019-07-19T20:33:36.503Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=200320516 data=null doit=true} to TreeItem with text {ust-overlap-testing} 16:33:36 [2019-07-19T20:33:36.503Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=200320516 data=null} to TreeItem with text {ust-overlap-testing} 16:33:36 [2019-07-19T20:33:36.503Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=200320516 data=null button=1 stateMask=0x0 x=139 y=284 count=1} to TreeItem with text {ust-overlap-testing} 16:33:36 [2019-07-19T20:33:36.503Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200320517 data=null item=TreeItem {ust-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ust-overlap-testing} 16:33:36 [2019-07-19T20:33:36.503Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=200320521 data=null button=1 stateMask=0x80000 x=139 y=284 count=1} to TreeItem with text {ust-overlap-testing} 16:33:36 [2019-07-19T20:33:36.503Z] DEBUG - Double-clicking on TreeItem with text {ust-overlap-testing} 16:33:36 [2019-07-19T20:33:36.503Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=200320522 data=null button=0 stateMask=0x0 x=139 y=284 count=0} to TreeItem with text {ust-overlap-testing} 16:33:36 [2019-07-19T20:33:36.503Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=200320522 data=null doit=true} to TreeItem with text {ust-overlap-testing} 16:33:36 [2019-07-19T20:33:36.503Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:36 [2019-07-19T20:33:36.503Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=200320523 data=null} to TreeItem with text {ust-overlap-testing} 16:33:36 [2019-07-19T20:33:36.503Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=200320523 data=null button=1 stateMask=0x0 x=139 y=284 count=1} to TreeItem with text {ust-overlap-testing} 16:33:36 [2019-07-19T20:33:36.503Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200320523 data=null item=TreeItem {ust-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ust-overlap-testing} 16:33:36 [2019-07-19T20:33:36.503Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=200320549 data=null button=1 stateMask=0x80000 x=139 y=284 count=1} to TreeItem with text {ust-overlap-testing} 16:33:36 [2019-07-19T20:33:36.503Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=200320550 data=null button=1 stateMask=0x0 x=139 y=284 count=2} to TreeItem with text {ust-overlap-testing} 16:33:36 [2019-07-19T20:33:36.503Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ust-overlap-testing} time=200320550 data=null button=1 stateMask=0x0 x=139 y=284 count=2} to TreeItem with text {ust-overlap-testing} 16:33:36 [2019-07-19T20:33:36.503Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200320550 data=null item=TreeItem {ust-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ust-overlap-testing} 16:33:36 [2019-07-19T20:33:36.761Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=200320638 data=null button=1 stateMask=0x80000 x=139 y=284 count=2} to TreeItem with text {ust-overlap-testing} 16:33:37 [2019-07-19T20:33:37.019Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ust-overlap-testing} time=200320998 data=null button=0 stateMask=0x0 x=139 y=284 count=0} to TreeItem with text {ust-overlap-testing} 16:33:37 [2019-07-19T20:33:37.019Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ust-overlap-testing} time=200321062 data=null doit=true} to TreeItem with text {ust-overlap-testing} 16:33:37 [2019-07-19T20:33:37.019Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ust-overlap-testing} time=200321062 data=null} to TreeItem with text {ust-overlap-testing} 16:33:37 [2019-07-19T20:33:37.019Z] DEBUG - Double-clicked on TreeItem with text {ust-overlap-testing} 16:33:37 [2019-07-19T20:33:37.019Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:37 [2019-07-19T20:33:37.019Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:37 [2019-07-19T20:33:37.019Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:37 [2019-07-19T20:33:37.019Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:37 [2019-07-19T20:33:37.019Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:37 [2019-07-19T20:33:37.019Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:37 [2019-07-19T20:33:37.019Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:33:37 [2019-07-19T20:33:37.019Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:33:37 [2019-07-19T20:33:37.019Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:33:37 [2019-07-19T20:33:37.019Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:33:37 [2019-07-19T20:33:37.019Z] DEBUG - Attempting to set focus on Table with text {} 16:33:37 [2019-07-19T20:33:37.019Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200321065 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:33:37 [2019-07-19T20:33:37.019Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200321065 data=null doit=true} to TableItem with text {} 16:33:37 [2019-07-19T20:33:37.019Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200321065 data=null} to TableItem with text {} 16:33:37 [2019-07-19T20:33:37.019Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200321065 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:33:37 [2019-07-19T20:33:37.019Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200321066 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:33:37 [2019-07-19T20:33:37.019Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200321071 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:33:37 [2019-07-19T20:33:37.019Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:33:37 [2019-07-19T20:33:37.019Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:33:37 [2019-07-19T20:33:37.949Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:33:37 [2019-07-19T20:33:37.949Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:37 [2019-07-19T20:33:37.949Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=200322171 data=null button=0 stateMask=0x0 x=139 y=284 count=0} to TreeItem with text {ust-overlap-testing} 16:33:37 [2019-07-19T20:33:37.949Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=200322171 data=null doit=true} to TreeItem with text {ust-overlap-testing} 16:33:37 [2019-07-19T20:33:37.949Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=200322171 data=null} to TreeItem with text {ust-overlap-testing} 16:33:37 [2019-07-19T20:33:37.949Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=200322172 data=null button=1 stateMask=0x0 x=139 y=284 count=1} to TreeItem with text {ust-overlap-testing} 16:33:37 [2019-07-19T20:33:37.949Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200322172 data=null item=TreeItem {ust-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ust-overlap-testing} 16:33:37 [2019-07-19T20:33:37.949Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=200322177 data=null button=1 stateMask=0x80000 x=139 y=284 count=1} to TreeItem with text {ust-overlap-testing} 16:33:37 [2019-07-19T20:33:37.949Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:37 [2019-07-19T20:33:37.949Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:37 [2019-07-19T20:33:37.949Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:33:37 [2019-07-19T20:33:37.949Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:33:37 [2019-07-19T20:33:37.949Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:37 [2019-07-19T20:33:37.949Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:37 [2019-07-19T20:33:37.949Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:37 [2019-07-19T20:33:37.949Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:37 [2019-07-19T20:33:37.949Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:37 [2019-07-19T20:33:37.949Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200322191 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:33:37 [2019-07-19T20:33:37.949Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200322191 data=null doit=true} to TreeItem with text {test} 16:33:37 [2019-07-19T20:33:37.949Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200322192 data=null} to TreeItem with text {test} 16:33:37 [2019-07-19T20:33:37.949Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200322192 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:33:37 [2019-07-19T20:33:37.949Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200322192 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:33:38 [2019-07-19T20:33:38.206Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200322237 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:33:38 [2019-07-19T20:33:38.206Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:38 [2019-07-19T20:33:38.206Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200322238 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:33:38 [2019-07-19T20:33:38.206Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200322238 data=null doit=true} to TreeItem with text {test} 16:33:38 [2019-07-19T20:33:38.206Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200322239 data=null} to TreeItem with text {test} 16:33:38 [2019-07-19T20:33:38.206Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200322249 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:33:38 [2019-07-19T20:33:38.206Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200322250 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:33:38 [2019-07-19T20:33:38.206Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200322264 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:33:38 [2019-07-19T20:33:38.206Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:33:38 [2019-07-19T20:33:38.206Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:38 [2019-07-19T20:33:38.206Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=200322265 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]} 16:33:38 [2019-07-19T20:33:38.206Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=200322265 data=null doit=true} to TreeItem with text {Traces [12]} 16:33:38 [2019-07-19T20:33:38.206Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=200322265 data=null} to TreeItem with text {Traces [12]} 16:33:38 [2019-07-19T20:33:38.206Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=200322266 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:33:38 [2019-07-19T20:33:38.206Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200322266 data=null item=TreeItem {Traces [12]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [12]} 16:33:38 [2019-07-19T20:33:38.206Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=200322291 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:33:38 [2019-07-19T20:33:38.206Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again. 16:33:38 [2019-07-19T20:33:38.206Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:33:38 [2019-07-19T20:33:38.206Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:38 [2019-07-19T20:33:38.206Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=200322418 data=null button=0 stateMask=0x0 x=161 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log(2)} 16:33:38 [2019-07-19T20:33:38.206Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log(2)} time=200322418 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)} 16:33:38 [2019-07-19T20:33:38.206Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log(2)} time=200322418 data=null} to TreeItem with text {ExampleCustomTxt.log(2)} 16:33:38 [2019-07-19T20:33:38.206Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=200322419 data=null button=1 stateMask=0x0 x=161 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log(2)} 16:33:38 [2019-07-19T20:33:38.206Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200322419 data=null item=TreeItem {ExampleCustomTxt.log(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)} 16:33:38 [2019-07-19T20:33:38.463Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=200322459 data=null button=1 stateMask=0x80000 x=161 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log(2)} 16:33:38 [2019-07-19T20:33:38.463Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:38 [2019-07-19T20:33:38.463Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:38 [2019-07-19T20:33:38.463Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:33:38 [2019-07-19T20:33:38.463Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:38 [2019-07-19T20:33:38.463Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=200322461 data=null button=0 stateMask=0x0 x=161 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log(2)} 16:33:38 [2019-07-19T20:33:38.463Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log(2)} time=200322461 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)} 16:33:38 [2019-07-19T20:33:38.463Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log(2)} time=200322462 data=null} to TreeItem with text {ExampleCustomTxt.log(2)} 16:33:38 [2019-07-19T20:33:38.463Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=200322462 data=null button=1 stateMask=0x0 x=161 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log(2)} 16:33:38 [2019-07-19T20:33:38.463Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200322462 data=null item=TreeItem {ExampleCustomTxt.log(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)} 16:33:38 [2019-07-19T20:33:38.463Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=200322468 data=null button=1 stateMask=0x80000 x=161 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log(2)} 16:33:38 [2019-07-19T20:33:38.463Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomTxt.log(2)} 16:33:38 [2019-07-19T20:33:38.463Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=200322468 data=null button=0 stateMask=0x0 x=161 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log(2)} 16:33:38 [2019-07-19T20:33:38.463Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log(2)} time=200322469 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)} 16:33:38 [2019-07-19T20:33:38.463Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:38 [2019-07-19T20:33:38.463Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log(2)} time=200322469 data=null} to TreeItem with text {ExampleCustomTxt.log(2)} 16:33:38 [2019-07-19T20:33:38.463Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=200322469 data=null button=1 stateMask=0x0 x=161 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log(2)} 16:33:38 [2019-07-19T20:33:38.463Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200322469 data=null item=TreeItem {ExampleCustomTxt.log(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)} 16:33:38 [2019-07-19T20:33:38.463Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=200322480 data=null button=1 stateMask=0x80000 x=161 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log(2)} 16:33:38 [2019-07-19T20:33:38.463Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=200322480 data=null button=1 stateMask=0x0 x=161 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log(2)} 16:33:38 [2019-07-19T20:33:38.463Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=200322481 data=null button=1 stateMask=0x0 x=161 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log(2)} 16:33:38 [2019-07-19T20:33:38.720Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200322481 data=null item=TreeItem {ExampleCustomTxt.log(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)} 16:33:39 [2019-07-19T20:33:39.284Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=200322864 data=null button=1 stateMask=0x80000 x=161 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log(2)} 16:33:39 [2019-07-19T20:33:39.284Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=200323316 data=null button=0 stateMask=0x0 x=161 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log(2)} 16:33:39 [2019-07-19T20:33:39.284Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomTxt.log(2)} time=200323316 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)} 16:33:39 [2019-07-19T20:33:39.284Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomTxt.log(2)} time=200323317 data=null} to TreeItem with text {ExampleCustomTxt.log(2)} 16:33:39 [2019-07-19T20:33:39.284Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomTxt.log(2)} 16:33:39 [2019-07-19T20:33:39.284Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:39 [2019-07-19T20:33:39.284Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:39 [2019-07-19T20:33:39.284Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:39 [2019-07-19T20:33:39.284Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:39 [2019-07-19T20:33:39.284Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:39 [2019-07-19T20:33:39.284Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:39 [2019-07-19T20:33:39.284Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:40 [2019-07-19T20:33:40.213Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:33:40 [2019-07-19T20:33:40.213Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:33:40 [2019-07-19T20:33:40.213Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:33:40 [2019-07-19T20:33:40.213Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:33:40 [2019-07-19T20:33:40.213Z] DEBUG - Attempting to set focus on Table with text {} 16:33:40 [2019-07-19T20:33:40.213Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200324332 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:33:40 [2019-07-19T20:33:40.213Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200324332 data=null doit=true} to TableItem with text {} 16:33:40 [2019-07-19T20:33:40.213Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200324332 data=null} to TableItem with text {} 16:33:40 [2019-07-19T20:33:40.213Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200324332 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:33:40 [2019-07-19T20:33:40.213Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200324379 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:33:40 [2019-07-19T20:33:40.213Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200324385 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:33:40 [2019-07-19T20:33:40.213Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:33:40 [2019-07-19T20:33:40.213Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:33:40 [2019-07-19T20:33:40.471Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:33:40 [2019-07-19T20:33:40.471Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:40 [2019-07-19T20:33:40.471Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=200324586 data=null button=0 stateMask=0x0 x=161 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log(2)} 16:33:40 [2019-07-19T20:33:40.471Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log(2)} time=200324587 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)} 16:33:40 [2019-07-19T20:33:40.471Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log(2)} time=200324587 data=null} to TreeItem with text {ExampleCustomTxt.log(2)} 16:33:40 [2019-07-19T20:33:40.471Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=200324587 data=null button=1 stateMask=0x0 x=161 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log(2)} 16:33:40 [2019-07-19T20:33:40.471Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200324587 data=null item=TreeItem {ExampleCustomTxt.log(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)} 16:33:40 [2019-07-19T20:33:40.471Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=200324593 data=null button=1 stateMask=0x80000 x=161 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log(2)} 16:33:40 [2019-07-19T20:33:40.471Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:40 [2019-07-19T20:33:40.471Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:40 [2019-07-19T20:33:40.471Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:33:40 [2019-07-19T20:33:40.471Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:33:40 [2019-07-19T20:33:40.471Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:40 [2019-07-19T20:33:40.471Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:40 [2019-07-19T20:33:40.471Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:40 [2019-07-19T20:33:40.471Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:40 [2019-07-19T20:33:40.471Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:40 [2019-07-19T20:33:40.471Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200324605 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:33:40 [2019-07-19T20:33:40.471Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200324605 data=null doit=true} to TreeItem with text {test} 16:33:40 [2019-07-19T20:33:40.471Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200324605 data=null} to TreeItem with text {test} 16:33:40 [2019-07-19T20:33:40.471Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200324606 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:33:40 [2019-07-19T20:33:40.471Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200324606 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:33:40 [2019-07-19T20:33:40.471Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200324643 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:33:40 [2019-07-19T20:33:40.471Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:40 [2019-07-19T20:33:40.471Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200324644 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:33:40 [2019-07-19T20:33:40.471Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200324644 data=null doit=true} to TreeItem with text {test} 16:33:40 [2019-07-19T20:33:40.471Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200324645 data=null} to TreeItem with text {test} 16:33:40 [2019-07-19T20:33:40.471Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200324645 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:33:40 [2019-07-19T20:33:40.471Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200324645 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:33:40 [2019-07-19T20:33:40.471Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200324651 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:33:40 [2019-07-19T20:33:40.471Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:33:40 [2019-07-19T20:33:40.471Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:40 [2019-07-19T20:33:40.471Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=200324652 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]} 16:33:40 [2019-07-19T20:33:40.471Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=200324652 data=null doit=true} to TreeItem with text {Traces [12]} 16:33:40 [2019-07-19T20:33:40.471Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=200324652 data=null} to TreeItem with text {Traces [12]} 16:33:40 [2019-07-19T20:33:40.471Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=200324653 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:33:40 [2019-07-19T20:33:40.471Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200324653 data=null item=TreeItem {Traces [12]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [12]} 16:33:40 [2019-07-19T20:33:40.471Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=200324674 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:33:40 [2019-07-19T20:33:40.471Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again. 16:33:41 [2019-07-19T20:33:41.037Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:33:41 [2019-07-19T20:33:41.037Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:41 [2019-07-19T20:33:41.037Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=200325157 data=null button=0 stateMask=0x0 x=165 y=137 count=0} to TreeItem with text {ExampleCustomXml.xml(2)} 16:33:41 [2019-07-19T20:33:41.037Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml(2)} time=200325157 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)} 16:33:41 [2019-07-19T20:33:41.037Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml(2)} time=200325158 data=null} to TreeItem with text {ExampleCustomXml.xml(2)} 16:33:41 [2019-07-19T20:33:41.037Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=200325158 data=null button=1 stateMask=0x0 x=165 y=137 count=1} to TreeItem with text {ExampleCustomXml.xml(2)} 16:33:41 [2019-07-19T20:33:41.037Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200325158 data=null item=TreeItem {ExampleCustomXml.xml(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)} 16:33:41 [2019-07-19T20:33:41.037Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=200325200 data=null button=1 stateMask=0x80000 x=165 y=137 count=1} to TreeItem with text {ExampleCustomXml.xml(2)} 16:33:41 [2019-07-19T20:33:41.037Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:41 [2019-07-19T20:33:41.037Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:41 [2019-07-19T20:33:41.037Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:33:41 [2019-07-19T20:33:41.037Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:41 [2019-07-19T20:33:41.037Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=200325203 data=null button=0 stateMask=0x0 x=165 y=137 count=0} to TreeItem with text {ExampleCustomXml.xml(2)} 16:33:41 [2019-07-19T20:33:41.037Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml(2)} time=200325203 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)} 16:33:41 [2019-07-19T20:33:41.037Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml(2)} time=200325203 data=null} to TreeItem with text {ExampleCustomXml.xml(2)} 16:33:41 [2019-07-19T20:33:41.037Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=200325204 data=null button=1 stateMask=0x0 x=165 y=137 count=1} to TreeItem with text {ExampleCustomXml.xml(2)} 16:33:41 [2019-07-19T20:33:41.037Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200325204 data=null item=TreeItem {ExampleCustomXml.xml(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)} 16:33:41 [2019-07-19T20:33:41.037Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=200325233 data=null button=1 stateMask=0x80000 x=165 y=137 count=1} to TreeItem with text {ExampleCustomXml.xml(2)} 16:33:41 [2019-07-19T20:33:41.037Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomXml.xml(2)} 16:33:41 [2019-07-19T20:33:41.037Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=200325234 data=null button=0 stateMask=0x0 x=165 y=137 count=0} to TreeItem with text {ExampleCustomXml.xml(2)} 16:33:41 [2019-07-19T20:33:41.037Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml(2)} time=200325234 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)} 16:33:41 [2019-07-19T20:33:41.037Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:41 [2019-07-19T20:33:41.037Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml(2)} time=200325234 data=null} to TreeItem with text {ExampleCustomXml.xml(2)} 16:33:41 [2019-07-19T20:33:41.037Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=200325235 data=null button=1 stateMask=0x0 x=165 y=137 count=1} to TreeItem with text {ExampleCustomXml.xml(2)} 16:33:41 [2019-07-19T20:33:41.037Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200325235 data=null item=TreeItem {ExampleCustomXml.xml(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)} 16:33:41 [2019-07-19T20:33:41.037Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=200325240 data=null button=1 stateMask=0x80000 x=165 y=137 count=1} to TreeItem with text {ExampleCustomXml.xml(2)} 16:33:41 [2019-07-19T20:33:41.037Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=200325240 data=null button=1 stateMask=0x0 x=165 y=137 count=2} to TreeItem with text {ExampleCustomXml.xml(2)} 16:33:41 [2019-07-19T20:33:41.037Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=200325240 data=null button=1 stateMask=0x0 x=165 y=137 count=2} to TreeItem with text {ExampleCustomXml.xml(2)} 16:33:41 [2019-07-19T20:33:41.391Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200325241 data=null item=TreeItem {ExampleCustomXml.xml(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)} 16:33:41 [2019-07-19T20:33:41.649Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=200325530 data=null button=1 stateMask=0x80000 x=165 y=137 count=2} to TreeItem with text {ExampleCustomXml.xml(2)} 16:33:41 [2019-07-19T20:33:41.649Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=200325829 data=null button=0 stateMask=0x0 x=165 y=137 count=0} to TreeItem with text {ExampleCustomXml.xml(2)} 16:33:41 [2019-07-19T20:33:41.649Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomXml.xml(2)} time=200325829 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)} 16:33:41 [2019-07-19T20:33:41.649Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomXml.xml(2)} time=200325829 data=null} to TreeItem with text {ExampleCustomXml.xml(2)} 16:33:41 [2019-07-19T20:33:41.649Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomXml.xml(2)} 16:33:41 [2019-07-19T20:33:41.649Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:41 [2019-07-19T20:33:41.649Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:41 [2019-07-19T20:33:41.649Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:41 [2019-07-19T20:33:41.649Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:41 [2019-07-19T20:33:41.649Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:41 [2019-07-19T20:33:41.649Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:41 [2019-07-19T20:33:41.649Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:41 [2019-07-19T20:33:41.649Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:43 [2019-07-19T20:33:43.020Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:33:43 [2019-07-19T20:33:43.020Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:33:43 [2019-07-19T20:33:43.020Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:33:43 [2019-07-19T20:33:43.020Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:33:43 [2019-07-19T20:33:43.020Z] DEBUG - Attempting to set focus on Table with text {} 16:33:43 [2019-07-19T20:33:43.020Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200326834 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:33:43 [2019-07-19T20:33:43.020Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200326834 data=null doit=true} to TableItem with text {} 16:33:43 [2019-07-19T20:33:43.020Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200326834 data=null} to TableItem with text {} 16:33:43 [2019-07-19T20:33:43.020Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200326834 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:33:43 [2019-07-19T20:33:43.020Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200326834 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:33:43 [2019-07-19T20:33:43.020Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200326841 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:33:43 [2019-07-19T20:33:43.020Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:33:43 [2019-07-19T20:33:43.020Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:33:43 [2019-07-19T20:33:43.020Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:33:43 [2019-07-19T20:33:43.020Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:43 [2019-07-19T20:33:43.020Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=200327066 data=null button=0 stateMask=0x0 x=165 y=137 count=0} to TreeItem with text {ExampleCustomXml.xml(2)} 16:33:43 [2019-07-19T20:33:43.020Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml(2)} time=200327066 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)} 16:33:43 [2019-07-19T20:33:43.020Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml(2)} time=200327066 data=null} to TreeItem with text {ExampleCustomXml.xml(2)} 16:33:43 [2019-07-19T20:33:43.020Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=200327067 data=null button=1 stateMask=0x0 x=165 y=137 count=1} to TreeItem with text {ExampleCustomXml.xml(2)} 16:33:43 [2019-07-19T20:33:43.020Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200327067 data=null item=TreeItem {ExampleCustomXml.xml(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)} 16:33:43 [2019-07-19T20:33:43.020Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=200327072 data=null button=1 stateMask=0x80000 x=165 y=137 count=1} to TreeItem with text {ExampleCustomXml.xml(2)} 16:33:43 [2019-07-19T20:33:43.020Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:43 [2019-07-19T20:33:43.020Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:43 [2019-07-19T20:33:43.020Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:33:43 [2019-07-19T20:33:43.020Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:33:43 [2019-07-19T20:33:43.020Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:43 [2019-07-19T20:33:43.020Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:43 [2019-07-19T20:33:43.020Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:43 [2019-07-19T20:33:43.020Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:43 [2019-07-19T20:33:43.020Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:43 [2019-07-19T20:33:43.020Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200327078 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:33:43 [2019-07-19T20:33:43.020Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200327078 data=null doit=true} to TreeItem with text {test} 16:33:43 [2019-07-19T20:33:43.020Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200327078 data=null} to TreeItem with text {test} 16:33:43 [2019-07-19T20:33:43.020Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200327083 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:33:43 [2019-07-19T20:33:43.020Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200327083 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:33:43 [2019-07-19T20:33:43.020Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200327121 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:33:43 [2019-07-19T20:33:43.020Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:43 [2019-07-19T20:33:43.020Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200327122 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:33:43 [2019-07-19T20:33:43.020Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200327123 data=null doit=true} to TreeItem with text {test} 16:33:43 [2019-07-19T20:33:43.020Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200327123 data=null} to TreeItem with text {test} 16:33:43 [2019-07-19T20:33:43.020Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200327123 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:33:43 [2019-07-19T20:33:43.020Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200327123 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:33:43 [2019-07-19T20:33:43.020Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200327129 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:33:43 [2019-07-19T20:33:43.020Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:33:43 [2019-07-19T20:33:43.020Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:43 [2019-07-19T20:33:43.020Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=200327130 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]} 16:33:43 [2019-07-19T20:33:43.020Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=200327131 data=null doit=true} to TreeItem with text {Traces [12]} 16:33:43 [2019-07-19T20:33:43.020Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=200327131 data=null} to TreeItem with text {Traces [12]} 16:33:43 [2019-07-19T20:33:43.020Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=200327131 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:33:43 [2019-07-19T20:33:43.020Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200327131 data=null item=TreeItem {Traces [12]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [12]} 16:33:43 [2019-07-19T20:33:43.020Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=200327152 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:33:43 [2019-07-19T20:33:43.020Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again. 16:33:43 [2019-07-19T20:33:43.584Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:33:43 [2019-07-19T20:33:43.584Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:43 [2019-07-19T20:33:43.584Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=200327643 data=null button=0 stateMask=0x0 x=157 y=179 count=0} to TreeItem with text {kernel-overlap-testing(2)} 16:33:43 [2019-07-19T20:33:43.584Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing(2)} time=200327643 data=null doit=true} to TreeItem with text {kernel-overlap-testing(2)} 16:33:43 [2019-07-19T20:33:43.584Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing(2)} time=200327643 data=null} to TreeItem with text {kernel-overlap-testing(2)} 16:33:43 [2019-07-19T20:33:43.584Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=200327644 data=null button=1 stateMask=0x0 x=157 y=179 count=1} to TreeItem with text {kernel-overlap-testing(2)} 16:33:43 [2019-07-19T20:33:43.584Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200327644 data=null item=TreeItem {kernel-overlap-testing(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing(2)} 16:33:43 [2019-07-19T20:33:43.584Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=200327686 data=null button=1 stateMask=0x80000 x=157 y=179 count=1} to TreeItem with text {kernel-overlap-testing(2)} 16:33:43 [2019-07-19T20:33:43.584Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:43 [2019-07-19T20:33:43.584Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:43 [2019-07-19T20:33:43.584Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:33:43 [2019-07-19T20:33:43.584Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:43 [2019-07-19T20:33:43.584Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=200327689 data=null button=0 stateMask=0x0 x=157 y=179 count=0} to TreeItem with text {kernel-overlap-testing(2)} 16:33:43 [2019-07-19T20:33:43.584Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing(2)} time=200327689 data=null doit=true} to TreeItem with text {kernel-overlap-testing(2)} 16:33:43 [2019-07-19T20:33:43.584Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing(2)} time=200327689 data=null} to TreeItem with text {kernel-overlap-testing(2)} 16:33:43 [2019-07-19T20:33:43.584Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=200327690 data=null button=1 stateMask=0x0 x=157 y=179 count=1} to TreeItem with text {kernel-overlap-testing(2)} 16:33:43 [2019-07-19T20:33:43.584Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200327690 data=null item=TreeItem {kernel-overlap-testing(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing(2)} 16:33:43 [2019-07-19T20:33:43.584Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=200327695 data=null button=1 stateMask=0x80000 x=157 y=179 count=1} to TreeItem with text {kernel-overlap-testing(2)} 16:33:43 [2019-07-19T20:33:43.584Z] DEBUG - Double-clicking on TreeItem with text {kernel-overlap-testing(2)} 16:33:43 [2019-07-19T20:33:43.584Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=200327696 data=null button=0 stateMask=0x0 x=157 y=179 count=0} to TreeItem with text {kernel-overlap-testing(2)} 16:33:43 [2019-07-19T20:33:43.584Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing(2)} time=200327696 data=null doit=true} to TreeItem with text {kernel-overlap-testing(2)} 16:33:43 [2019-07-19T20:33:43.584Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:43 [2019-07-19T20:33:43.584Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing(2)} time=200327696 data=null} to TreeItem with text {kernel-overlap-testing(2)} 16:33:43 [2019-07-19T20:33:43.584Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=200327697 data=null button=1 stateMask=0x0 x=157 y=179 count=1} to TreeItem with text {kernel-overlap-testing(2)} 16:33:43 [2019-07-19T20:33:43.584Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200327697 data=null item=TreeItem {kernel-overlap-testing(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing(2)} 16:33:43 [2019-07-19T20:33:43.584Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=200327701 data=null button=1 stateMask=0x80000 x=157 y=179 count=1} to TreeItem with text {kernel-overlap-testing(2)} 16:33:43 [2019-07-19T20:33:43.584Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=200327701 data=null button=1 stateMask=0x0 x=157 y=179 count=2} to TreeItem with text {kernel-overlap-testing(2)} 16:33:43 [2019-07-19T20:33:43.584Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=200327701 data=null button=1 stateMask=0x0 x=157 y=179 count=2} to TreeItem with text {kernel-overlap-testing(2)} 16:33:43 [2019-07-19T20:33:43.584Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200327702 data=null item=TreeItem {kernel-overlap-testing(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing(2)} 16:33:44 [2019-07-19T20:33:44.148Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=200327784 data=null button=1 stateMask=0x80000 x=157 y=179 count=2} to TreeItem with text {kernel-overlap-testing(2)} 16:33:44 [2019-07-19T20:33:44.405Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=200328398 data=null button=0 stateMask=0x0 x=157 y=179 count=0} to TreeItem with text {kernel-overlap-testing(2)} 16:33:44 [2019-07-19T20:33:44.405Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {kernel-overlap-testing(2)} time=200328478 data=null doit=true} to TreeItem with text {kernel-overlap-testing(2)} 16:33:44 [2019-07-19T20:33:44.405Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {kernel-overlap-testing(2)} time=200328478 data=null} to TreeItem with text {kernel-overlap-testing(2)} 16:33:44 [2019-07-19T20:33:44.405Z] DEBUG - Double-clicked on TreeItem with text {kernel-overlap-testing(2)} 16:33:44 [2019-07-19T20:33:44.405Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:44 [2019-07-19T20:33:44.405Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:44 [2019-07-19T20:33:44.405Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:44 [2019-07-19T20:33:44.405Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:44 [2019-07-19T20:33:44.405Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:44 [2019-07-19T20:33:44.405Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:44 [2019-07-19T20:33:44.405Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:44 [2019-07-19T20:33:44.405Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:44 [2019-07-19T20:33:44.405Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:44 [2019-07-19T20:33:44.405Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:33:44 [2019-07-19T20:33:44.405Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:33:44 [2019-07-19T20:33:44.405Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:33:44 [2019-07-19T20:33:44.405Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:33:44 [2019-07-19T20:33:44.405Z] DEBUG - Attempting to set focus on Table with text {} 16:33:44 [2019-07-19T20:33:44.405Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200328482 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:33:44 [2019-07-19T20:33:44.405Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200328483 data=null doit=true} to TableItem with text {} 16:33:44 [2019-07-19T20:33:44.405Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200328483 data=null} to TableItem with text {} 16:33:44 [2019-07-19T20:33:44.405Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200328483 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:33:44 [2019-07-19T20:33:44.405Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200328483 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:33:44 [2019-07-19T20:33:44.405Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200328489 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:33:44 [2019-07-19T20:33:44.405Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:33:44 [2019-07-19T20:33:44.405Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:33:45 [2019-07-19T20:33:45.338Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:33:45 [2019-07-19T20:33:45.338Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:45 [2019-07-19T20:33:45.338Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=200329535 data=null button=0 stateMask=0x0 x=157 y=179 count=0} to TreeItem with text {kernel-overlap-testing(2)} 16:33:45 [2019-07-19T20:33:45.338Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing(2)} time=200329536 data=null doit=true} to TreeItem with text {kernel-overlap-testing(2)} 16:33:45 [2019-07-19T20:33:45.338Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing(2)} time=200329536 data=null} to TreeItem with text {kernel-overlap-testing(2)} 16:33:45 [2019-07-19T20:33:45.338Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=200329537 data=null button=1 stateMask=0x0 x=157 y=179 count=1} to TreeItem with text {kernel-overlap-testing(2)} 16:33:45 [2019-07-19T20:33:45.338Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200329537 data=null item=TreeItem {kernel-overlap-testing(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing(2)} 16:33:45 [2019-07-19T20:33:45.338Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=200329544 data=null button=1 stateMask=0x80000 x=157 y=179 count=1} to TreeItem with text {kernel-overlap-testing(2)} 16:33:45 [2019-07-19T20:33:45.338Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:45 [2019-07-19T20:33:45.338Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:45 [2019-07-19T20:33:45.338Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:33:45 [2019-07-19T20:33:45.338Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:33:45 [2019-07-19T20:33:45.338Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:45 [2019-07-19T20:33:45.338Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:45 [2019-07-19T20:33:45.338Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:45 [2019-07-19T20:33:45.338Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:45 [2019-07-19T20:33:45.338Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:45 [2019-07-19T20:33:45.338Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200329568 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:33:45 [2019-07-19T20:33:45.338Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200329569 data=null doit=true} to TreeItem with text {test} 16:33:45 [2019-07-19T20:33:45.338Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200329569 data=null} to TreeItem with text {test} 16:33:45 [2019-07-19T20:33:45.338Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200329569 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:33:45 [2019-07-19T20:33:45.338Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200329569 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:33:45 [2019-07-19T20:33:45.595Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200329616 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:33:45 [2019-07-19T20:33:45.595Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:45 [2019-07-19T20:33:45.595Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200329618 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:33:45 [2019-07-19T20:33:45.595Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200329618 data=null doit=true} to TreeItem with text {test} 16:33:45 [2019-07-19T20:33:45.595Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200329618 data=null} to TreeItem with text {test} 16:33:45 [2019-07-19T20:33:45.595Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200329618 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:33:45 [2019-07-19T20:33:45.595Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200329619 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:33:45 [2019-07-19T20:33:45.595Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200329627 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:33:45 [2019-07-19T20:33:45.595Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:33:45 [2019-07-19T20:33:45.595Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:45 [2019-07-19T20:33:45.595Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=200329628 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]} 16:33:45 [2019-07-19T20:33:45.595Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=200329628 data=null doit=true} to TreeItem with text {Traces [12]} 16:33:45 [2019-07-19T20:33:45.595Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=200329629 data=null} to TreeItem with text {Traces [12]} 16:33:45 [2019-07-19T20:33:45.595Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=200329629 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:33:45 [2019-07-19T20:33:45.595Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200329629 data=null item=TreeItem {Traces [12]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [12]} 16:33:45 [2019-07-19T20:33:45.595Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=200329652 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:33:45 [2019-07-19T20:33:45.595Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again. 16:33:45 [2019-07-19T20:33:45.852Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:33:45 [2019-07-19T20:33:45.852Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:45 [2019-07-19T20:33:45.852Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1(2)} time=200329953 data=null button=0 stateMask=0x0 x=159 y=221 count=0} to TreeItem with text {simple_server-thread1(2)} 16:33:45 [2019-07-19T20:33:45.852Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1(2)} time=200329953 data=null doit=true} to TreeItem with text {simple_server-thread1(2)} 16:33:45 [2019-07-19T20:33:45.852Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1(2)} time=200329954 data=null} to TreeItem with text {simple_server-thread1(2)} 16:33:45 [2019-07-19T20:33:45.852Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1(2)} time=200329954 data=null button=1 stateMask=0x0 x=159 y=221 count=1} to TreeItem with text {simple_server-thread1(2)} 16:33:45 [2019-07-19T20:33:45.852Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200329954 data=null item=TreeItem {simple_server-thread1(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread1(2)} 16:33:45 [2019-07-19T20:33:45.852Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1(2)} time=200329998 data=null button=1 stateMask=0x80000 x=159 y=221 count=1} to TreeItem with text {simple_server-thread1(2)} 16:33:45 [2019-07-19T20:33:45.852Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:45 [2019-07-19T20:33:45.852Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:45 [2019-07-19T20:33:45.852Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:33:45 [2019-07-19T20:33:45.852Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:45 [2019-07-19T20:33:45.852Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1(2)} time=200330001 data=null button=0 stateMask=0x0 x=159 y=221 count=0} to TreeItem with text {simple_server-thread1(2)} 16:33:45 [2019-07-19T20:33:45.852Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1(2)} time=200330001 data=null doit=true} to TreeItem with text {simple_server-thread1(2)} 16:33:45 [2019-07-19T20:33:45.852Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1(2)} time=200330001 data=null} to TreeItem with text {simple_server-thread1(2)} 16:33:45 [2019-07-19T20:33:45.852Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1(2)} time=200330002 data=null button=1 stateMask=0x0 x=159 y=221 count=1} to TreeItem with text {simple_server-thread1(2)} 16:33:45 [2019-07-19T20:33:45.852Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200330002 data=null item=TreeItem {simple_server-thread1(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread1(2)} 16:33:45 [2019-07-19T20:33:45.852Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1(2)} time=200330007 data=null button=1 stateMask=0x80000 x=159 y=221 count=1} to TreeItem with text {simple_server-thread1(2)} 16:33:45 [2019-07-19T20:33:45.852Z] DEBUG - Double-clicking on TreeItem with text {simple_server-thread1(2)} 16:33:45 [2019-07-19T20:33:45.852Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1(2)} time=200330007 data=null button=0 stateMask=0x0 x=159 y=221 count=0} to TreeItem with text {simple_server-thread1(2)} 16:33:45 [2019-07-19T20:33:45.852Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1(2)} time=200330007 data=null doit=true} to TreeItem with text {simple_server-thread1(2)} 16:33:45 [2019-07-19T20:33:45.852Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:45 [2019-07-19T20:33:45.852Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1(2)} time=200330008 data=null} to TreeItem with text {simple_server-thread1(2)} 16:33:45 [2019-07-19T20:33:45.852Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1(2)} time=200330008 data=null button=1 stateMask=0x0 x=159 y=221 count=1} to TreeItem with text {simple_server-thread1(2)} 16:33:45 [2019-07-19T20:33:45.852Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200330008 data=null item=TreeItem {simple_server-thread1(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread1(2)} 16:33:45 [2019-07-19T20:33:45.852Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1(2)} time=200330012 data=null button=1 stateMask=0x80000 x=159 y=221 count=1} to TreeItem with text {simple_server-thread1(2)} 16:33:45 [2019-07-19T20:33:45.852Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1(2)} time=200330013 data=null button=1 stateMask=0x0 x=159 y=221 count=2} to TreeItem with text {simple_server-thread1(2)} 16:33:45 [2019-07-19T20:33:45.852Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {simple_server-thread1(2)} time=200330013 data=null button=1 stateMask=0x0 x=159 y=221 count=2} to TreeItem with text {simple_server-thread1(2)} 16:33:46 [2019-07-19T20:33:46.110Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200330013 data=null item=TreeItem {simple_server-thread1(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread1(2)} 16:33:46 [2019-07-19T20:33:46.367Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1(2)} time=200330100 data=null button=1 stateMask=0x80000 x=159 y=221 count=2} to TreeItem with text {simple_server-thread1(2)} 16:33:46 [2019-07-19T20:33:46.367Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {simple_server-thread1(2)} time=200330507 data=null button=0 stateMask=0x0 x=159 y=221 count=0} to TreeItem with text {simple_server-thread1(2)} 16:33:46 [2019-07-19T20:33:46.367Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {simple_server-thread1(2)} time=200330562 data=null doit=true} to TreeItem with text {simple_server-thread1(2)} 16:33:46 [2019-07-19T20:33:46.367Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {simple_server-thread1(2)} time=200330562 data=null} to TreeItem with text {simple_server-thread1(2)} 16:33:46 [2019-07-19T20:33:46.367Z] DEBUG - Double-clicked on TreeItem with text {simple_server-thread1(2)} 16:33:46 [2019-07-19T20:33:46.367Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:46 [2019-07-19T20:33:46.367Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:46 [2019-07-19T20:33:46.367Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:46 [2019-07-19T20:33:46.367Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:46 [2019-07-19T20:33:46.367Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:46 [2019-07-19T20:33:46.367Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:46 [2019-07-19T20:33:46.367Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:46 [2019-07-19T20:33:46.367Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:46 [2019-07-19T20:33:46.367Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:46 [2019-07-19T20:33:46.367Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:46 [2019-07-19T20:33:46.367Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:33:46 [2019-07-19T20:33:46.367Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:33:46 [2019-07-19T20:33:46.367Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:33:46 [2019-07-19T20:33:46.367Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:33:46 [2019-07-19T20:33:46.367Z] DEBUG - Attempting to set focus on Table with text {} 16:33:46 [2019-07-19T20:33:46.367Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200330567 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:33:46 [2019-07-19T20:33:46.367Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200330568 data=null doit=true} to TableItem with text {} 16:33:46 [2019-07-19T20:33:46.367Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200330568 data=null} to TableItem with text {} 16:33:46 [2019-07-19T20:33:46.367Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200330568 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:33:46 [2019-07-19T20:33:46.367Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200330568 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:33:46 [2019-07-19T20:33:46.367Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200330575 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:33:46 [2019-07-19T20:33:46.367Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:33:46 [2019-07-19T20:33:46.367Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:33:47 [2019-07-19T20:33:47.739Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:33:47 [2019-07-19T20:33:47.739Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:47 [2019-07-19T20:33:47.739Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1(2)} time=200331682 data=null button=0 stateMask=0x0 x=159 y=221 count=0} to TreeItem with text {simple_server-thread1(2)} 16:33:47 [2019-07-19T20:33:47.739Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1(2)} time=200331682 data=null doit=true} to TreeItem with text {simple_server-thread1(2)} 16:33:47 [2019-07-19T20:33:47.739Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1(2)} time=200331683 data=null} to TreeItem with text {simple_server-thread1(2)} 16:33:47 [2019-07-19T20:33:47.739Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1(2)} time=200331683 data=null button=1 stateMask=0x0 x=159 y=221 count=1} to TreeItem with text {simple_server-thread1(2)} 16:33:47 [2019-07-19T20:33:47.739Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200331683 data=null item=TreeItem {simple_server-thread1(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread1(2)} 16:33:47 [2019-07-19T20:33:47.739Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1(2)} time=200331689 data=null button=1 stateMask=0x80000 x=159 y=221 count=1} to TreeItem with text {simple_server-thread1(2)} 16:33:47 [2019-07-19T20:33:47.739Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:47 [2019-07-19T20:33:47.739Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:47 [2019-07-19T20:33:47.739Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:33:47 [2019-07-19T20:33:47.739Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:33:47 [2019-07-19T20:33:47.739Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:47 [2019-07-19T20:33:47.739Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:47 [2019-07-19T20:33:47.739Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:47 [2019-07-19T20:33:47.739Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:47 [2019-07-19T20:33:47.739Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:47 [2019-07-19T20:33:47.739Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200331701 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:33:47 [2019-07-19T20:33:47.739Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200331702 data=null doit=true} to TreeItem with text {test} 16:33:47 [2019-07-19T20:33:47.739Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200331702 data=null} to TreeItem with text {test} 16:33:47 [2019-07-19T20:33:47.739Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200331702 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:33:47 [2019-07-19T20:33:47.739Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200331702 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:33:47 [2019-07-19T20:33:47.739Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200331745 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:33:47 [2019-07-19T20:33:47.739Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:47 [2019-07-19T20:33:47.739Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200331746 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:33:47 [2019-07-19T20:33:47.739Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200331757 data=null doit=true} to TreeItem with text {test} 16:33:47 [2019-07-19T20:33:47.739Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200331757 data=null} to TreeItem with text {test} 16:33:47 [2019-07-19T20:33:47.739Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200331758 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:33:47 [2019-07-19T20:33:47.739Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200331758 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:33:47 [2019-07-19T20:33:47.739Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200331780 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:33:47 [2019-07-19T20:33:47.739Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:33:47 [2019-07-19T20:33:47.739Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:47 [2019-07-19T20:33:47.739Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=200331781 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]} 16:33:47 [2019-07-19T20:33:47.739Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=200331781 data=null doit=true} to TreeItem with text {Traces [12]} 16:33:47 [2019-07-19T20:33:47.739Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=200331781 data=null} to TreeItem with text {Traces [12]} 16:33:47 [2019-07-19T20:33:47.739Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=200331809 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:33:47 [2019-07-19T20:33:47.739Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200331809 data=null item=TreeItem {Traces [12]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [12]} 16:33:47 [2019-07-19T20:33:47.739Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=200331821 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:33:47 [2019-07-19T20:33:47.739Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again. 16:33:47 [2019-07-19T20:33:47.739Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:33:47 [2019-07-19T20:33:47.739Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:47 [2019-07-19T20:33:47.739Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2(2)} time=200331955 data=null button=0 stateMask=0x0 x=159 y=263 count=0} to TreeItem with text {simple_server-thread2(2)} 16:33:47 [2019-07-19T20:33:47.739Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2(2)} time=200331955 data=null doit=true} to TreeItem with text {simple_server-thread2(2)} 16:33:47 [2019-07-19T20:33:47.739Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2(2)} time=200331955 data=null} to TreeItem with text {simple_server-thread2(2)} 16:33:47 [2019-07-19T20:33:47.739Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2(2)} time=200331955 data=null button=1 stateMask=0x0 x=159 y=263 count=1} to TreeItem with text {simple_server-thread2(2)} 16:33:47 [2019-07-19T20:33:47.739Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200331956 data=null item=TreeItem {simple_server-thread2(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread2(2)} 16:33:47 [2019-07-19T20:33:47.997Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2(2)} time=200332007 data=null button=1 stateMask=0x80000 x=159 y=263 count=1} to TreeItem with text {simple_server-thread2(2)} 16:33:47 [2019-07-19T20:33:47.997Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:47 [2019-07-19T20:33:47.997Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:47 [2019-07-19T20:33:47.997Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:33:47 [2019-07-19T20:33:47.997Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:47 [2019-07-19T20:33:47.997Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2(2)} time=200332010 data=null button=0 stateMask=0x0 x=159 y=263 count=0} to TreeItem with text {simple_server-thread2(2)} 16:33:47 [2019-07-19T20:33:47.997Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2(2)} time=200332011 data=null doit=true} to TreeItem with text {simple_server-thread2(2)} 16:33:47 [2019-07-19T20:33:47.997Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2(2)} time=200332011 data=null} to TreeItem with text {simple_server-thread2(2)} 16:33:47 [2019-07-19T20:33:47.997Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2(2)} time=200332011 data=null button=1 stateMask=0x0 x=159 y=263 count=1} to TreeItem with text {simple_server-thread2(2)} 16:33:47 [2019-07-19T20:33:47.997Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200332011 data=null item=TreeItem {simple_server-thread2(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread2(2)} 16:33:47 [2019-07-19T20:33:47.997Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2(2)} time=200332016 data=null button=1 stateMask=0x80000 x=159 y=263 count=1} to TreeItem with text {simple_server-thread2(2)} 16:33:47 [2019-07-19T20:33:47.997Z] DEBUG - Double-clicking on TreeItem with text {simple_server-thread2(2)} 16:33:47 [2019-07-19T20:33:47.997Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2(2)} time=200332017 data=null button=0 stateMask=0x0 x=159 y=263 count=0} to TreeItem with text {simple_server-thread2(2)} 16:33:47 [2019-07-19T20:33:47.997Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2(2)} time=200332017 data=null doit=true} to TreeItem with text {simple_server-thread2(2)} 16:33:47 [2019-07-19T20:33:47.997Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:47 [2019-07-19T20:33:47.997Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2(2)} time=200332017 data=null} to TreeItem with text {simple_server-thread2(2)} 16:33:47 [2019-07-19T20:33:47.997Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2(2)} time=200332017 data=null button=1 stateMask=0x0 x=159 y=263 count=1} to TreeItem with text {simple_server-thread2(2)} 16:33:47 [2019-07-19T20:33:47.997Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200332018 data=null item=TreeItem {simple_server-thread2(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread2(2)} 16:33:47 [2019-07-19T20:33:47.997Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2(2)} time=200332043 data=null button=1 stateMask=0x80000 x=159 y=263 count=1} to TreeItem with text {simple_server-thread2(2)} 16:33:47 [2019-07-19T20:33:47.997Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2(2)} time=200332043 data=null button=1 stateMask=0x0 x=159 y=263 count=2} to TreeItem with text {simple_server-thread2(2)} 16:33:47 [2019-07-19T20:33:47.997Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {simple_server-thread2(2)} time=200332043 data=null button=1 stateMask=0x0 x=159 y=263 count=2} to TreeItem with text {simple_server-thread2(2)} 16:33:47 [2019-07-19T20:33:47.997Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200332044 data=null item=TreeItem {simple_server-thread2(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread2(2)} 16:33:48 [2019-07-19T20:33:48.254Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2(2)} time=200332131 data=null button=1 stateMask=0x80000 x=159 y=263 count=2} to TreeItem with text {simple_server-thread2(2)} 16:33:48 [2019-07-19T20:33:48.511Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {simple_server-thread2(2)} time=200332491 data=null button=0 stateMask=0x0 x=159 y=263 count=0} to TreeItem with text {simple_server-thread2(2)} 16:33:48 [2019-07-19T20:33:48.511Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {simple_server-thread2(2)} time=200332553 data=null doit=true} to TreeItem with text {simple_server-thread2(2)} 16:33:48 [2019-07-19T20:33:48.511Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {simple_server-thread2(2)} time=200332553 data=null} to TreeItem with text {simple_server-thread2(2)} 16:33:48 [2019-07-19T20:33:48.511Z] DEBUG - Double-clicked on TreeItem with text {simple_server-thread2(2)} 16:33:48 [2019-07-19T20:33:48.511Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:48 [2019-07-19T20:33:48.511Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:48 [2019-07-19T20:33:48.511Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:48 [2019-07-19T20:33:48.511Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:48 [2019-07-19T20:33:48.511Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:48 [2019-07-19T20:33:48.511Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:48 [2019-07-19T20:33:48.511Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:48 [2019-07-19T20:33:48.511Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:48 [2019-07-19T20:33:48.511Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:48 [2019-07-19T20:33:48.511Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:48 [2019-07-19T20:33:48.511Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:48 [2019-07-19T20:33:48.511Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:33:48 [2019-07-19T20:33:48.511Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:33:48 [2019-07-19T20:33:48.511Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:33:48 [2019-07-19T20:33:48.511Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:33:48 [2019-07-19T20:33:48.511Z] DEBUG - Attempting to set focus on Table with text {} 16:33:48 [2019-07-19T20:33:48.511Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200332556 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:33:48 [2019-07-19T20:33:48.511Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200332556 data=null doit=true} to TableItem with text {} 16:33:48 [2019-07-19T20:33:48.511Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200332556 data=null} to TableItem with text {} 16:33:48 [2019-07-19T20:33:48.511Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200332557 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:33:48 [2019-07-19T20:33:48.511Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200332557 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:33:48 [2019-07-19T20:33:48.511Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200332566 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:33:48 [2019-07-19T20:33:48.511Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:33:48 [2019-07-19T20:33:48.511Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:33:49 [2019-07-19T20:33:49.447Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:33:49 [2019-07-19T20:33:49.447Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:49 [2019-07-19T20:33:49.447Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2(2)} time=200333689 data=null button=0 stateMask=0x0 x=159 y=263 count=0} to TreeItem with text {simple_server-thread2(2)} 16:33:49 [2019-07-19T20:33:49.447Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2(2)} time=200333689 data=null doit=true} to TreeItem with text {simple_server-thread2(2)} 16:33:49 [2019-07-19T20:33:49.447Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2(2)} time=200333689 data=null} to TreeItem with text {simple_server-thread2(2)} 16:33:49 [2019-07-19T20:33:49.447Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2(2)} time=200333690 data=null button=1 stateMask=0x0 x=159 y=263 count=1} to TreeItem with text {simple_server-thread2(2)} 16:33:49 [2019-07-19T20:33:49.447Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200333690 data=null item=TreeItem {simple_server-thread2(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread2(2)} 16:33:49 [2019-07-19T20:33:49.447Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2(2)} time=200333696 data=null button=1 stateMask=0x80000 x=159 y=263 count=1} to TreeItem with text {simple_server-thread2(2)} 16:33:49 [2019-07-19T20:33:49.447Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:49 [2019-07-19T20:33:49.447Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:49 [2019-07-19T20:33:49.705Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:33:49 [2019-07-19T20:33:49.705Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:33:49 [2019-07-19T20:33:49.705Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:49 [2019-07-19T20:33:49.705Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:49 [2019-07-19T20:33:49.705Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:49 [2019-07-19T20:33:49.705Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:49 [2019-07-19T20:33:49.705Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:49 [2019-07-19T20:33:49.705Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200333710 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:33:49 [2019-07-19T20:33:49.705Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200333710 data=null doit=true} to TreeItem with text {test} 16:33:49 [2019-07-19T20:33:49.705Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200333711 data=null} to TreeItem with text {test} 16:33:49 [2019-07-19T20:33:49.705Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200333711 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:33:49 [2019-07-19T20:33:49.705Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200333711 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:33:49 [2019-07-19T20:33:49.705Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200333758 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:33:49 [2019-07-19T20:33:49.705Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:49 [2019-07-19T20:33:49.705Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200333759 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:33:49 [2019-07-19T20:33:49.705Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200333770 data=null doit=true} to TreeItem with text {test} 16:33:49 [2019-07-19T20:33:49.705Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200333770 data=null} to TreeItem with text {test} 16:33:49 [2019-07-19T20:33:49.705Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200333771 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:33:49 [2019-07-19T20:33:49.705Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200333771 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:33:49 [2019-07-19T20:33:49.705Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200333787 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:33:49 [2019-07-19T20:33:49.705Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:33:49 [2019-07-19T20:33:49.705Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:49 [2019-07-19T20:33:49.705Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=200333788 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]} 16:33:49 [2019-07-19T20:33:49.705Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=200333789 data=null doit=true} to TreeItem with text {Traces [12]} 16:33:49 [2019-07-19T20:33:49.705Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=200333789 data=null} to TreeItem with text {Traces [12]} 16:33:49 [2019-07-19T20:33:49.705Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=200333789 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:33:49 [2019-07-19T20:33:49.705Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200333789 data=null item=TreeItem {Traces [12]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [12]} 16:33:49 [2019-07-19T20:33:49.705Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=200333847 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:33:49 [2019-07-19T20:33:49.705Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again. 16:33:49 [2019-07-19T20:33:49.705Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:33:49 [2019-07-19T20:33:49.962Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:49 [2019-07-19T20:33:49.962Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=200334026 data=null button=0 stateMask=0x0 x=148 y=305 count=0} to TreeItem with text {ust-overlap-testing(2)} 16:33:49 [2019-07-19T20:33:49.962Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing(2)} time=200334026 data=null doit=true} to TreeItem with text {ust-overlap-testing(2)} 16:33:49 [2019-07-19T20:33:49.962Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing(2)} time=200334026 data=null} to TreeItem with text {ust-overlap-testing(2)} 16:33:49 [2019-07-19T20:33:49.962Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=200334026 data=null button=1 stateMask=0x0 x=148 y=305 count=1} to TreeItem with text {ust-overlap-testing(2)} 16:33:49 [2019-07-19T20:33:49.962Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200334027 data=null item=TreeItem {ust-overlap-testing(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ust-overlap-testing(2)} 16:33:49 [2019-07-19T20:33:49.962Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=200334084 data=null button=1 stateMask=0x80000 x=148 y=305 count=1} to TreeItem with text {ust-overlap-testing(2)} 16:33:49 [2019-07-19T20:33:49.962Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:49 [2019-07-19T20:33:49.962Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:49 [2019-07-19T20:33:49.962Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:33:49 [2019-07-19T20:33:49.962Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:49 [2019-07-19T20:33:49.962Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=200334087 data=null button=0 stateMask=0x0 x=148 y=305 count=0} to TreeItem with text {ust-overlap-testing(2)} 16:33:49 [2019-07-19T20:33:49.962Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing(2)} time=200334087 data=null doit=true} to TreeItem with text {ust-overlap-testing(2)} 16:33:49 [2019-07-19T20:33:49.962Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing(2)} time=200334087 data=null} to TreeItem with text {ust-overlap-testing(2)} 16:33:49 [2019-07-19T20:33:49.962Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=200334087 data=null button=1 stateMask=0x0 x=148 y=305 count=1} to TreeItem with text {ust-overlap-testing(2)} 16:33:49 [2019-07-19T20:33:49.962Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200334087 data=null item=TreeItem {ust-overlap-testing(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ust-overlap-testing(2)} 16:33:49 [2019-07-19T20:33:49.962Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=200334138 data=null button=1 stateMask=0x80000 x=148 y=305 count=1} to TreeItem with text {ust-overlap-testing(2)} 16:33:49 [2019-07-19T20:33:49.962Z] DEBUG - Double-clicking on TreeItem with text {ust-overlap-testing(2)} 16:33:49 [2019-07-19T20:33:49.962Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=200334139 data=null button=0 stateMask=0x0 x=148 y=305 count=0} to TreeItem with text {ust-overlap-testing(2)} 16:33:49 [2019-07-19T20:33:49.962Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing(2)} time=200334139 data=null doit=true} to TreeItem with text {ust-overlap-testing(2)} 16:33:49 [2019-07-19T20:33:49.962Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:49 [2019-07-19T20:33:49.962Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing(2)} time=200334139 data=null} to TreeItem with text {ust-overlap-testing(2)} 16:33:49 [2019-07-19T20:33:49.962Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=200334140 data=null button=1 stateMask=0x0 x=148 y=305 count=1} to TreeItem with text {ust-overlap-testing(2)} 16:33:49 [2019-07-19T20:33:49.962Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200334140 data=null item=TreeItem {ust-overlap-testing(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ust-overlap-testing(2)} 16:33:49 [2019-07-19T20:33:49.962Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=200334145 data=null button=1 stateMask=0x80000 x=148 y=305 count=1} to TreeItem with text {ust-overlap-testing(2)} 16:33:49 [2019-07-19T20:33:49.962Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=200334145 data=null button=1 stateMask=0x0 x=148 y=305 count=2} to TreeItem with text {ust-overlap-testing(2)} 16:33:49 [2019-07-19T20:33:49.962Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=200334146 data=null button=1 stateMask=0x0 x=148 y=305 count=2} to TreeItem with text {ust-overlap-testing(2)} 16:33:50 [2019-07-19T20:33:50.219Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200334146 data=null item=TreeItem {ust-overlap-testing(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ust-overlap-testing(2)} 16:33:50 [2019-07-19T20:33:50.476Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=200334272 data=null button=1 stateMask=0x80000 x=148 y=305 count=2} to TreeItem with text {ust-overlap-testing(2)} 16:33:50 [2019-07-19T20:33:50.733Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=200334698 data=null button=0 stateMask=0x0 x=148 y=305 count=0} to TreeItem with text {ust-overlap-testing(2)} 16:33:50 [2019-07-19T20:33:50.733Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ust-overlap-testing(2)} time=200334766 data=null doit=true} to TreeItem with text {ust-overlap-testing(2)} 16:33:50 [2019-07-19T20:33:50.733Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ust-overlap-testing(2)} time=200334766 data=null} to TreeItem with text {ust-overlap-testing(2)} 16:33:50 [2019-07-19T20:33:50.733Z] DEBUG - Double-clicked on TreeItem with text {ust-overlap-testing(2)} 16:33:50 [2019-07-19T20:33:50.733Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:50 [2019-07-19T20:33:50.733Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:50 [2019-07-19T20:33:50.733Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:50 [2019-07-19T20:33:50.733Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:50 [2019-07-19T20:33:50.733Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:50 [2019-07-19T20:33:50.733Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:50 [2019-07-19T20:33:50.733Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:50 [2019-07-19T20:33:50.733Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:50 [2019-07-19T20:33:50.733Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:50 [2019-07-19T20:33:50.733Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:50 [2019-07-19T20:33:50.733Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:50 [2019-07-19T20:33:50.733Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:33:50 [2019-07-19T20:33:50.733Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:33:50 [2019-07-19T20:33:50.733Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:33:50 [2019-07-19T20:33:50.733Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:33:50 [2019-07-19T20:33:50.733Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:33:50 [2019-07-19T20:33:50.733Z] DEBUG - Attempting to set focus on Table with text {} 16:33:50 [2019-07-19T20:33:50.733Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200334769 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:33:50 [2019-07-19T20:33:50.733Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200334769 data=null doit=true} to TableItem with text {} 16:33:50 [2019-07-19T20:33:50.733Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200334770 data=null} to TableItem with text {} 16:33:50 [2019-07-19T20:33:50.733Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200334770 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:33:50 [2019-07-19T20:33:50.733Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200334770 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:33:50 [2019-07-19T20:33:50.733Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200334796 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:33:50 [2019-07-19T20:33:50.733Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:33:50 [2019-07-19T20:33:50.733Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:33:51 [2019-07-19T20:33:51.662Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:33:51 [2019-07-19T20:33:51.662Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:51 [2019-07-19T20:33:51.662Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=200335819 data=null button=0 stateMask=0x0 x=148 y=305 count=0} to TreeItem with text {ust-overlap-testing(2)} 16:33:51 [2019-07-19T20:33:51.662Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing(2)} time=200335819 data=null doit=true} to TreeItem with text {ust-overlap-testing(2)} 16:33:51 [2019-07-19T20:33:51.662Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing(2)} time=200335819 data=null} to TreeItem with text {ust-overlap-testing(2)} 16:33:51 [2019-07-19T20:33:51.662Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=200335820 data=null button=1 stateMask=0x0 x=148 y=305 count=1} to TreeItem with text {ust-overlap-testing(2)} 16:33:51 [2019-07-19T20:33:51.662Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200335820 data=null item=TreeItem {ust-overlap-testing(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ust-overlap-testing(2)} 16:33:51 [2019-07-19T20:33:51.662Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=200335826 data=null button=1 stateMask=0x80000 x=148 y=305 count=1} to TreeItem with text {ust-overlap-testing(2)} 16:33:51 [2019-07-19T20:33:51.662Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:51 [2019-07-19T20:33:51.662Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:51 [2019-07-19T20:33:51.662Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:33:51 [2019-07-19T20:33:51.662Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:33:51 [2019-07-19T20:33:51.662Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:51 [2019-07-19T20:33:51.662Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:51 [2019-07-19T20:33:51.662Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:51 [2019-07-19T20:33:51.662Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:51 [2019-07-19T20:33:51.662Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:51 [2019-07-19T20:33:51.662Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200335832 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:33:51 [2019-07-19T20:33:51.662Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200335832 data=null doit=true} to TreeItem with text {test} 16:33:51 [2019-07-19T20:33:51.662Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200335832 data=null} to TreeItem with text {test} 16:33:51 [2019-07-19T20:33:51.662Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200335832 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:33:51 [2019-07-19T20:33:51.662Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200335832 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:33:51 [2019-07-19T20:33:51.662Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200335890 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:33:51 [2019-07-19T20:33:51.662Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:51 [2019-07-19T20:33:51.662Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200335891 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:33:51 [2019-07-19T20:33:51.662Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200335891 data=null doit=true} to TreeItem with text {test} 16:33:51 [2019-07-19T20:33:51.662Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200335891 data=null} to TreeItem with text {test} 16:33:51 [2019-07-19T20:33:51.662Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200335891 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:33:51 [2019-07-19T20:33:51.662Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200335891 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:33:51 [2019-07-19T20:33:51.662Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200335911 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:33:51 [2019-07-19T20:33:51.919Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:33:51 [2019-07-19T20:33:51.919Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:51 [2019-07-19T20:33:51.919Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=200335913 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]} 16:33:51 [2019-07-19T20:33:51.919Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=200335913 data=null doit=true} to TreeItem with text {Traces [12]} 16:33:51 [2019-07-19T20:33:51.919Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=200335913 data=null} to TreeItem with text {Traces [12]} 16:33:51 [2019-07-19T20:33:51.919Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=200335914 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:33:51 [2019-07-19T20:33:51.919Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200335914 data=null item=TreeItem {Traces [12]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [12]} 16:33:51 [2019-07-19T20:33:51.919Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=200335951 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:33:51 [2019-07-19T20:33:51.919Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:33:51 [2019-07-19T20:33:51.919Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:51 [2019-07-19T20:33:51.919Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:51 [2019-07-19T20:33:51.919Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:51 [2019-07-19T20:33:51.919Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:51 [2019-07-19T20:33:51.919Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:51 [2019-07-19T20:33:51.919Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200335957 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:33:51 [2019-07-19T20:33:51.919Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200335957 data=null doit=true} to TreeItem with text {test} 16:33:51 [2019-07-19T20:33:51.919Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200335958 data=null} to TreeItem with text {test} 16:33:51 [2019-07-19T20:33:51.919Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200335958 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:33:51 [2019-07-19T20:33:51.919Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200335958 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:33:51 [2019-07-19T20:33:51.919Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200335987 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:33:51 [2019-07-19T20:33:51.919Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:51 [2019-07-19T20:33:51.919Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200335988 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:33:51 [2019-07-19T20:33:51.919Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200335988 data=null doit=true} to TreeItem with text {test} 16:33:51 [2019-07-19T20:33:51.919Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200335988 data=null} to TreeItem with text {test} 16:33:51 [2019-07-19T20:33:51.919Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200335988 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:33:51 [2019-07-19T20:33:51.919Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200335989 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:33:51 [2019-07-19T20:33:51.919Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200336003 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:33:51 [2019-07-19T20:33:51.919Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:33:51 [2019-07-19T20:33:51.919Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:51 [2019-07-19T20:33:51.919Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=200336004 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]} 16:33:51 [2019-07-19T20:33:51.919Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=200336004 data=null doit=true} to TreeItem with text {Traces [12]} 16:33:51 [2019-07-19T20:33:51.919Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=200336005 data=null} to TreeItem with text {Traces [12]} 16:33:51 [2019-07-19T20:33:51.919Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=200336005 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:33:51 [2019-07-19T20:33:51.919Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200336005 data=null item=TreeItem {Traces [12]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [12]} 16:33:51 [2019-07-19T20:33:51.919Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=200336026 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:33:51 [2019-07-19T20:33:51.919Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:51 [2019-07-19T20:33:51.919Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=200336027 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]} 16:33:51 [2019-07-19T20:33:51.919Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=200336027 data=null doit=true} to TreeItem with text {Traces [12]} 16:33:51 [2019-07-19T20:33:51.919Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=200336027 data=null} to TreeItem with text {Traces [12]} 16:33:51 [2019-07-19T20:33:51.919Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=200336027 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:33:51 [2019-07-19T20:33:51.919Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200336028 data=null item=TreeItem {Traces [12]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [12]} 16:33:51 [2019-07-19T20:33:51.919Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=200336036 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:33:51 [2019-07-19T20:33:51.919Z] DEBUG - matched MenuItem with text "C&lear Delete", using matcher: with mnemonic 'Clear' 16:33:51 [2019-07-19T20:33:51.919Z] DEBUG - Clicking on with mnemonic 'Clear' 16:33:52 [2019-07-19T20:33:52.176Z] DEBUG - Clicked on with mnemonic 'Clear' 16:33:52 [2019-07-19T20:33:52.176Z] DEBUG - matched Shell with text "Confirm Clear", using matcher: with text 'Confirm Clear' 16:33:52 [2019-07-19T20:33:52.176Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirm Clear} time=200336357 data=null doit=true} to Shell with text {Confirm Clear} 16:33:52 [2019-07-19T20:33:52.176Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button' 16:33:52 [2019-07-19T20:33:52.176Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes' 16:33:52 [2019-07-19T20:33:52.176Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH' 16:33:52 [2019-07-19T20:33:52.176Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:33:52 [2019-07-19T20:33:52.176Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button' 16:33:52 [2019-07-19T20:33:52.176Z] DEBUG - Clicking on &Yes 16:33:52 [2019-07-19T20:33:52.176Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=200336358 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:33:52 [2019-07-19T20:33:52.176Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=200336358 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:33:52 [2019-07-19T20:33:52.176Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=200336358 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:33:52 [2019-07-19T20:33:52.176Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=200336358 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:33:52 [2019-07-19T20:33:52.176Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=200336358 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:33:52 [2019-07-19T20:33:52.176Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=200336358 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:33:52 [2019-07-19T20:33:52.176Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=200336358 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:33:57 [2019-07-19T20:33:57.428Z] DEBUG - Clicked on 16:33:57 [2019-07-19T20:33:57.428Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {C&lear Delete} time=200336081 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Clear' 16:33:57 [2019-07-19T20:33:57.685Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:33:57 [2019-07-19T20:33:57.685Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:57 [2019-07-19T20:33:57.685Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:57 [2019-07-19T20:33:57.685Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:57 [2019-07-19T20:33:57.685Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:57 [2019-07-19T20:33:57.685Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:57 [2019-07-19T20:33:57.685Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200341757 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:33:57 [2019-07-19T20:33:57.685Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200341757 data=null doit=true} to TreeItem with text {test} 16:33:57 [2019-07-19T20:33:57.685Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200341757 data=null} to TreeItem with text {test} 16:33:57 [2019-07-19T20:33:57.685Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200341758 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:33:57 [2019-07-19T20:33:57.685Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200341758 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:33:57 [2019-07-19T20:33:57.685Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200341788 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:33:57 [2019-07-19T20:33:57.685Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:57 [2019-07-19T20:33:57.685Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200341789 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:33:57 [2019-07-19T20:33:57.685Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200341789 data=null doit=true} to TreeItem with text {test} 16:33:57 [2019-07-19T20:33:57.685Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200341789 data=null} to TreeItem with text {test} 16:33:57 [2019-07-19T20:33:57.685Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200341790 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:33:57 [2019-07-19T20:33:57.685Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200341790 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:33:57 [2019-07-19T20:33:57.685Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200341799 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:33:57 [2019-07-19T20:33:57.685Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:33:57 [2019-07-19T20:33:57.685Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:57 [2019-07-19T20:33:57.685Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=200341801 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]} 16:33:57 [2019-07-19T20:33:57.685Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=200341801 data=null doit=true} to TreeItem with text {Traces [0]} 16:33:57 [2019-07-19T20:33:57.685Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=200341801 data=null} to TreeItem with text {Traces [0]} 16:33:57 [2019-07-19T20:33:57.685Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=200341801 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:33:57 [2019-07-19T20:33:57.685Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200341801 data=null item=TreeItem {Traces [0]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [0]} 16:33:57 [2019-07-19T20:33:57.685Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=200341810 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:33:57 [2019-07-19T20:33:57.685Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:57 [2019-07-19T20:33:57.685Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=200341811 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]} 16:33:57 [2019-07-19T20:33:57.685Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=200341811 data=null doit=true} to TreeItem with text {Traces [0]} 16:33:57 [2019-07-19T20:33:57.685Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=200341811 data=null} to TreeItem with text {Traces [0]} 16:33:57 [2019-07-19T20:33:57.685Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=200341812 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:33:57 [2019-07-19T20:33:57.685Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200341822 data=null item=TreeItem {Traces [0]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [0]} 16:33:57 [2019-07-19T20:33:57.685Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=200341827 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:33:57 [2019-07-19T20:33:57.685Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...' 16:33:57 [2019-07-19T20:33:57.685Z] DEBUG - Clicking on with mnemonic 'Import...' 16:33:57 [2019-07-19T20:33:57.943Z] DEBUG - Clicked on with mnemonic 'Import...' 16:33:57 [2019-07-19T20:33:57.943Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import' 16:33:57 [2019-07-19T20:33:57.943Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=200342113 data=null doit=true} to Shell with text {Trace Import} 16:33:57 [2019-07-19T20:33:57.943Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:33:57 [2019-07-19T20:33:57.943Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:33:57 [2019-07-19T20:33:57.943Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:33:57 [2019-07-19T20:33:57.943Z] DEBUG - matched Button with text "Select &archive file...", using matcher: with mnemonic 'Select archive file:' 16:33:57 [2019-07-19T20:33:57.943Z] DEBUG - matched Button with text "Select &archive file...", using matcher: with style 'SWT.RADIO' 16:33:57 [2019-07-19T20:33:57.943Z] DEBUG - matched Button with text "Select &archive file...", using matcher: (of type 'Button' and with mnemonic 'Select archive file:' and with style 'SWT.RADIO') 16:33:57 [2019-07-19T20:33:57.943Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:33:57 [2019-07-19T20:33:57.943Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:33:57 [2019-07-19T20:33:57.943Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:33:57 [2019-07-19T20:33:57.943Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:33:57 [2019-07-19T20:33:57.943Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:33:57 [2019-07-19T20:33:57.943Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:33:57 [2019-07-19T20:33:57.943Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:33:57 [2019-07-19T20:33:57.943Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:33:57 [2019-07-19T20:33:57.943Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:33:57 [2019-07-19T20:33:57.943Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Select archive file:' and with style 'SWT.RADIO') is already selected, not clicking again. 16:33:57 [2019-07-19T20:33:57.943Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:33:57 [2019-07-19T20:33:57.943Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:33:57 [2019-07-19T20:33:57.943Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:33:57 [2019-07-19T20:33:57.943Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:33:57 [2019-07-19T20:33:57.943Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:33:57 [2019-07-19T20:33:57.943Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo') 16:33:57 [2019-07-19T20:33:57.943Z] DEBUG - Attempting to set focus on (of type 'Combo') 16:33:57 [2019-07-19T20:33:57.943Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/archives/traces.zip 16:33:57 [2019-07-19T20:33:57.943Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/archives/traces.zip} time=200342162 data=null} to (of type 'Combo') 16:33:57 [2019-07-19T20:33:57.943Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/archives/traces.zip 16:33:57 [2019-07-19T20:33:57.943Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:57 [2019-07-19T20:33:57.943Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:57 [2019-07-19T20:33:57.943Z] DEBUG - Attempting to set focus on (of type 'Tree') 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {/} time=200342213 data=null doit=true} to TreeItem with text {/} 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {/} time=200342213 data=null} to TreeItem with text {/} 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {/} time=200342213 data=null button=1 stateMask=0x0 x=64 y=11 count=1} to TreeItem with text {/} 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200342214 data=null item=TreeItem {/} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {/} 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {/} time=200342216 data=null button=1 stateMask=0x80000 x=64 y=11 count=1} to TreeItem with text {/} 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {z-clashes} time=200342217 data=null doit=true} to Tree node with text: z-clashes 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {z-clashes} time=200342217 data=null} to Tree node with text: z-clashes 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {z-clashes} time=200342217 data=null button=1 stateMask=0x0 x=110 y=143 count=1} to Tree node with text: z-clashes 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200342217 data=null item=TreeItem {z-clashes} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Tree node with text: z-clashes 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {z-clashes} time=200342219 data=null button=1 stateMask=0x80000 x=110 y=143 count=1} to Tree node with text: z-clashes 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {z-clashes} time=200342220 data=null button=0 stateMask=0x0 x=110 y=143 count=0} to Tree node with text: z-clashes 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {z-clashes} time=200342220 data=null doit=true} to Tree node with text: z-clashes 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {z-clashes} time=200342220 data=null} to Tree node with text: z-clashes 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {z-clashes} time=200342221 data=null button=1 stateMask=0x0 x=110 y=143 count=1} to Tree node with text: z-clashes 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200342221 data=null item=TreeItem {z-clashes} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: z-clashes 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {z-clashes} time=200342223 data=null button=1 stateMask=0x80000 x=110 y=143 count=1} to Tree node with text: z-clashes 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - Setting state to checked on: ExampleCustomTxt.log 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:58 [2019-07-19T20:33:58.201Z] WARN - Tree item TreeItem with text {/} is already expanded. Won't expand it again. 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200342251 data=null button=0 stateMask=0x0 x=150 y=55 count=0} to Tree node with text: kernel-overlap-testing 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200342251 data=null doit=true} to Tree node with text: kernel-overlap-testing 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200342251 data=null} to Tree node with text: kernel-overlap-testing 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200342251 data=null button=1 stateMask=0x0 x=150 y=55 count=1} to Tree node with text: kernel-overlap-testing 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200342252 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: kernel-overlap-testing 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200342254 data=null button=1 stateMask=0x80000 x=150 y=55 count=1} to Tree node with text: kernel-overlap-testing 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - Setting state to checked on: kernel-overlap-testing 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:') 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection> 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {<Automatic Detection>} time=200342258 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection> 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - Selecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$2@29a45975 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Preserve &folder structure} time=200342271 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Preserve &folder structure} time=200342271 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Preserve &folder structure} time=200342271 data=null doit=true} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Preserve &folder structure} time=200342271 data=null} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Preserve &folder structure} time=200342271 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Preserve &folder structure} time=200342271 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Preserve &folder structure} time=200342271 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Preserve &folder structure} time=200342272 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Preserve &folder structure} time=200342272 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Preserve &folder structure} time=200342272 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Preserve &folder structure} time=200342272 data=null doit=true} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Preserve &folder structure} time=200342272 data=null} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH' 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - Clicking on &Finish 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=200342287 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=200342287 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=200342288 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=200342288 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=200342288 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:33:58 [2019-07-19T20:33:58.201Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=200342288 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:33:58 [2019-07-19T20:33:58.782Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=200342288 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:33:58 [2019-07-19T20:33:58.782Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=200341876 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...' 16:33:58 [2019-07-19T20:33:58.782Z] DEBUG - Clicked on 16:33:58 [2019-07-19T20:33:58.782Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:33:58 [2019-07-19T20:33:58.782Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:58 [2019-07-19T20:33:58.782Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:58 [2019-07-19T20:33:58.782Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:58 [2019-07-19T20:33:58.782Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:58 [2019-07-19T20:33:58.782Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:58 [2019-07-19T20:33:58.782Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200342854 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:33:58 [2019-07-19T20:33:58.782Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200342854 data=null doit=true} to TreeItem with text {test} 16:33:58 [2019-07-19T20:33:58.782Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200342854 data=null} to TreeItem with text {test} 16:33:58 [2019-07-19T20:33:58.782Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200342855 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:33:58 [2019-07-19T20:33:58.782Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200342855 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:33:58 [2019-07-19T20:33:58.782Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200342887 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:33:58 [2019-07-19T20:33:58.782Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:58 [2019-07-19T20:33:58.782Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200342888 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:33:58 [2019-07-19T20:33:58.782Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200342888 data=null doit=true} to TreeItem with text {test} 16:33:58 [2019-07-19T20:33:58.782Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200342888 data=null} to TreeItem with text {test} 16:33:58 [2019-07-19T20:33:58.782Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200342888 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:33:58 [2019-07-19T20:33:58.782Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200342889 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:33:58 [2019-07-19T20:33:58.782Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200342895 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:33:58 [2019-07-19T20:33:58.782Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:33:58 [2019-07-19T20:33:58.782Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:58 [2019-07-19T20:33:58.782Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [2]} time=200342904 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [2]} 16:33:58 [2019-07-19T20:33:58.782Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [2]} time=200342904 data=null doit=true} to TreeItem with text {Traces [2]} 16:33:58 [2019-07-19T20:33:58.782Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [2]} time=200342904 data=null} to TreeItem with text {Traces [2]} 16:33:58 [2019-07-19T20:33:58.782Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [2]} time=200342905 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [2]} 16:33:58 [2019-07-19T20:33:58.782Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200342905 data=null item=TreeItem {Traces [2]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [2]} 16:33:58 [2019-07-19T20:33:58.782Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [2]} time=200342930 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [2]} 16:33:58 [2019-07-19T20:33:58.782Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [2]} time=200342930 data=null doit=true} to TreeItem with text {Traces [2]} 16:33:58 [2019-07-19T20:33:58.782Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [2]} time=200342930 data=null} to TreeItem with text {Traces [2]} 16:33:58 [2019-07-19T20:33:58.782Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [2]} time=200342936 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [2]} 16:33:58 [2019-07-19T20:33:58.782Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200342936 data=null item=TreeItem {Traces [2]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {Traces [2]} 16:33:58 [2019-07-19T20:33:58.782Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [2]} time=200342939 data=null button=1 stateMask=0x80000 x=75 y=53 count=1} to TreeItem with text {Traces [2]} 16:33:58 [2019-07-19T20:33:58.782Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {z-clashes [1]} time=200342940 data=null doit=true} to TreeItem with text {z-clashes [1]} 16:33:58 [2019-07-19T20:33:58.782Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {z-clashes [1]} time=200342940 data=null} to TreeItem with text {z-clashes [1]} 16:33:58 [2019-07-19T20:33:58.782Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {z-clashes [1]} time=200342940 data=null button=1 stateMask=0x0 x=103 y=74 count=1} to TreeItem with text {z-clashes [1]} 16:33:58 [2019-07-19T20:33:58.782Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200342941 data=null item=TreeItem {z-clashes [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {z-clashes [1]} 16:33:58 [2019-07-19T20:33:58.782Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {z-clashes [1]} time=200342943 data=null button=1 stateMask=0x80000 x=103 y=74 count=1} to TreeItem with text {z-clashes [1]} 16:33:59 [2019-07-19T20:33:59.084Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:33:59 [2019-07-19T20:33:59.084Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:59 [2019-07-19T20:33:59.084Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200343173 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:33:59 [2019-07-19T20:33:59.084Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200343207 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:33:59 [2019-07-19T20:33:59.084Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200343207 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:33:59 [2019-07-19T20:33:59.084Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200343208 data=null button=1 stateMask=0x0 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:33:59 [2019-07-19T20:33:59.084Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200343208 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:33:59 [2019-07-19T20:33:59.084Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200343245 data=null button=1 stateMask=0x80000 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:33:59 [2019-07-19T20:33:59.084Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:33:59 [2019-07-19T20:33:59.084Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:33:59 [2019-07-19T20:33:59.084Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:33:59 [2019-07-19T20:33:59.084Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:59 [2019-07-19T20:33:59.084Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200343247 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:33:59 [2019-07-19T20:33:59.084Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200343248 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:33:59 [2019-07-19T20:33:59.084Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200343248 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:33:59 [2019-07-19T20:33:59.084Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200343248 data=null button=1 stateMask=0x0 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:33:59 [2019-07-19T20:33:59.084Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200343248 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:33:59 [2019-07-19T20:33:59.084Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200343253 data=null button=1 stateMask=0x80000 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:33:59 [2019-07-19T20:33:59.084Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomTxt.log} 16:33:59 [2019-07-19T20:33:59.084Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200343253 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:33:59 [2019-07-19T20:33:59.084Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200343254 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:33:59 [2019-07-19T20:33:59.084Z] DEBUG - Attempting to set focus on Tree with text {} 16:33:59 [2019-07-19T20:33:59.084Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200343254 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:33:59 [2019-07-19T20:33:59.084Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200343254 data=null button=1 stateMask=0x0 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:33:59 [2019-07-19T20:33:59.084Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200343254 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:33:59 [2019-07-19T20:33:59.084Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200343258 data=null button=1 stateMask=0x80000 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:33:59 [2019-07-19T20:33:59.084Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200343258 data=null button=1 stateMask=0x0 x=170 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:33:59 [2019-07-19T20:33:59.084Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200343259 data=null button=1 stateMask=0x0 x=170 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:33:59 [2019-07-19T20:33:59.341Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200343259 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:33:59 [2019-07-19T20:33:59.341Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200343376 data=null button=1 stateMask=0x80000 x=170 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:33:59 [2019-07-19T20:33:59.341Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200343544 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:33:59 [2019-07-19T20:33:59.341Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200343554 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:33:59 [2019-07-19T20:33:59.341Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200343555 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:33:59 [2019-07-19T20:33:59.341Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomTxt.log} 16:33:59 [2019-07-19T20:33:59.341Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:00 [2019-07-19T20:34:00.710Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:34:00 [2019-07-19T20:34:00.710Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:34:00 [2019-07-19T20:34:00.710Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:34:00 [2019-07-19T20:34:00.710Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:34:00 [2019-07-19T20:34:00.710Z] DEBUG - Attempting to set focus on Table with text {} 16:34:00 [2019-07-19T20:34:00.710Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200344584 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:34:00 [2019-07-19T20:34:00.710Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200344584 data=null doit=true} to TableItem with text {} 16:34:00 [2019-07-19T20:34:00.710Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200344584 data=null} to TableItem with text {} 16:34:00 [2019-07-19T20:34:00.710Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200344585 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:34:00 [2019-07-19T20:34:00.710Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200344585 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:34:00 [2019-07-19T20:34:00.710Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200344590 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:34:00 [2019-07-19T20:34:00.710Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:34:00 [2019-07-19T20:34:00.710Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:34:00 [2019-07-19T20:34:00.710Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:34:00 [2019-07-19T20:34:00.710Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:00 [2019-07-19T20:34:00.710Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200344773 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:34:00 [2019-07-19T20:34:00.710Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200344773 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:34:00 [2019-07-19T20:34:00.710Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200344773 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:34:00 [2019-07-19T20:34:00.710Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200344774 data=null button=1 stateMask=0x0 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:34:00 [2019-07-19T20:34:00.710Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200344774 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:34:00 [2019-07-19T20:34:00.710Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200344779 data=null button=1 stateMask=0x80000 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:34:00 [2019-07-19T20:34:00.710Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:00 [2019-07-19T20:34:00.710Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:00 [2019-07-19T20:34:00.710Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:34:00 [2019-07-19T20:34:00.710Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:34:00 [2019-07-19T20:34:00.710Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:00 [2019-07-19T20:34:00.710Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:00 [2019-07-19T20:34:00.710Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:00 [2019-07-19T20:34:00.710Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:00 [2019-07-19T20:34:00.710Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:00 [2019-07-19T20:34:00.710Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200344797 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:34:00 [2019-07-19T20:34:00.710Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200344797 data=null doit=true} to TreeItem with text {test} 16:34:00 [2019-07-19T20:34:00.710Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200344797 data=null} to TreeItem with text {test} 16:34:00 [2019-07-19T20:34:00.710Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200344797 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:34:00 [2019-07-19T20:34:00.710Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200344797 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:34:00 [2019-07-19T20:34:00.710Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200344831 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:34:00 [2019-07-19T20:34:00.710Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:00 [2019-07-19T20:34:00.710Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200344840 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:34:00 [2019-07-19T20:34:00.710Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200344840 data=null doit=true} to TreeItem with text {test} 16:34:00 [2019-07-19T20:34:00.710Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200344840 data=null} to TreeItem with text {test} 16:34:00 [2019-07-19T20:34:00.710Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200344841 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:34:00 [2019-07-19T20:34:00.710Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200344841 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:34:00 [2019-07-19T20:34:00.710Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200344848 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:34:00 [2019-07-19T20:34:00.710Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:34:00 [2019-07-19T20:34:00.710Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:00 [2019-07-19T20:34:00.710Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [2]} time=200344849 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [2]} 16:34:00 [2019-07-19T20:34:00.710Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [2]} time=200344853 data=null doit=true} to TreeItem with text {Traces [2]} 16:34:00 [2019-07-19T20:34:00.710Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [2]} time=200344853 data=null} to TreeItem with text {Traces [2]} 16:34:00 [2019-07-19T20:34:00.710Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [2]} time=200344853 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [2]} 16:34:00 [2019-07-19T20:34:00.710Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200344854 data=null item=TreeItem {Traces [2]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [2]} 16:34:00 [2019-07-19T20:34:00.710Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [2]} time=200344864 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [2]} 16:34:00 [2019-07-19T20:34:00.710Z] WARN - Tree item TreeItem with text {Traces [2]} is already expanded. Won't expand it again. 16:34:01 [2019-07-19T20:34:01.273Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:34:01 [2019-07-19T20:34:01.273Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:01 [2019-07-19T20:34:01.273Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200345334 data=null button=0 stateMask=0x0 x=148 y=116 count=0} to TreeItem with text {kernel-overlap-testing} 16:34:01 [2019-07-19T20:34:01.273Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200345335 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:34:01 [2019-07-19T20:34:01.273Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200345335 data=null} to TreeItem with text {kernel-overlap-testing} 16:34:01 [2019-07-19T20:34:01.273Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200345335 data=null button=1 stateMask=0x0 x=148 y=116 count=1} to TreeItem with text {kernel-overlap-testing} 16:34:01 [2019-07-19T20:34:01.273Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200345336 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:34:01 [2019-07-19T20:34:01.273Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200345375 data=null button=1 stateMask=0x80000 x=148 y=116 count=1} to TreeItem with text {kernel-overlap-testing} 16:34:01 [2019-07-19T20:34:01.273Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:01 [2019-07-19T20:34:01.273Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:01 [2019-07-19T20:34:01.273Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:34:01 [2019-07-19T20:34:01.273Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:01 [2019-07-19T20:34:01.273Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200345378 data=null button=0 stateMask=0x0 x=148 y=116 count=0} to TreeItem with text {kernel-overlap-testing} 16:34:01 [2019-07-19T20:34:01.273Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200345378 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:34:01 [2019-07-19T20:34:01.273Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200345378 data=null} to TreeItem with text {kernel-overlap-testing} 16:34:01 [2019-07-19T20:34:01.273Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200345378 data=null button=1 stateMask=0x0 x=148 y=116 count=1} to TreeItem with text {kernel-overlap-testing} 16:34:01 [2019-07-19T20:34:01.273Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200345378 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:34:01 [2019-07-19T20:34:01.273Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200345383 data=null button=1 stateMask=0x80000 x=148 y=116 count=1} to TreeItem with text {kernel-overlap-testing} 16:34:01 [2019-07-19T20:34:01.273Z] DEBUG - Double-clicking on TreeItem with text {kernel-overlap-testing} 16:34:01 [2019-07-19T20:34:01.273Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200345384 data=null button=0 stateMask=0x0 x=148 y=116 count=0} to TreeItem with text {kernel-overlap-testing} 16:34:01 [2019-07-19T20:34:01.273Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200345384 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:34:01 [2019-07-19T20:34:01.273Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:01 [2019-07-19T20:34:01.273Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200345384 data=null} to TreeItem with text {kernel-overlap-testing} 16:34:01 [2019-07-19T20:34:01.273Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200345385 data=null button=1 stateMask=0x0 x=148 y=116 count=1} to TreeItem with text {kernel-overlap-testing} 16:34:01 [2019-07-19T20:34:01.273Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200345385 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:34:01 [2019-07-19T20:34:01.273Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200345389 data=null button=1 stateMask=0x80000 x=148 y=116 count=1} to TreeItem with text {kernel-overlap-testing} 16:34:01 [2019-07-19T20:34:01.273Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200345389 data=null button=1 stateMask=0x0 x=148 y=116 count=2} to TreeItem with text {kernel-overlap-testing} 16:34:01 [2019-07-19T20:34:01.273Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {kernel-overlap-testing} time=200345390 data=null button=1 stateMask=0x0 x=148 y=116 count=2} to TreeItem with text {kernel-overlap-testing} 16:34:01 [2019-07-19T20:34:01.273Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200345395 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:34:01 [2019-07-19T20:34:01.836Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200345481 data=null button=1 stateMask=0x80000 x=148 y=116 count=2} to TreeItem with text {kernel-overlap-testing} 16:34:02 [2019-07-19T20:34:02.094Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {kernel-overlap-testing} time=200346096 data=null button=0 stateMask=0x0 x=148 y=116 count=0} to TreeItem with text {kernel-overlap-testing} 16:34:02 [2019-07-19T20:34:02.094Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {kernel-overlap-testing} time=200346179 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:34:02 [2019-07-19T20:34:02.094Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {kernel-overlap-testing} time=200346179 data=null} to TreeItem with text {kernel-overlap-testing} 16:34:02 [2019-07-19T20:34:02.094Z] DEBUG - Double-clicked on TreeItem with text {kernel-overlap-testing} 16:34:02 [2019-07-19T20:34:02.094Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:02 [2019-07-19T20:34:02.094Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:02 [2019-07-19T20:34:02.094Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:34:02 [2019-07-19T20:34:02.094Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:34:02 [2019-07-19T20:34:02.094Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:34:02 [2019-07-19T20:34:02.094Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:34:02 [2019-07-19T20:34:02.094Z] DEBUG - Attempting to set focus on Table with text {} 16:34:02 [2019-07-19T20:34:02.094Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200346184 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:34:02 [2019-07-19T20:34:02.094Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200346184 data=null doit=true} to TableItem with text {} 16:34:02 [2019-07-19T20:34:02.094Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200346184 data=null} to TableItem with text {} 16:34:02 [2019-07-19T20:34:02.094Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200346184 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:34:02 [2019-07-19T20:34:02.094Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200346185 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:34:02 [2019-07-19T20:34:02.094Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200346193 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:34:02 [2019-07-19T20:34:02.094Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:34:02 [2019-07-19T20:34:02.094Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:34:03 [2019-07-19T20:34:03.024Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:34:03 [2019-07-19T20:34:03.024Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:03 [2019-07-19T20:34:03.282Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200347315 data=null button=0 stateMask=0x0 x=148 y=116 count=0} to TreeItem with text {kernel-overlap-testing} 16:34:03 [2019-07-19T20:34:03.282Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200347315 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:34:03 [2019-07-19T20:34:03.282Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200347315 data=null} to TreeItem with text {kernel-overlap-testing} 16:34:03 [2019-07-19T20:34:03.282Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200347316 data=null button=1 stateMask=0x0 x=148 y=116 count=1} to TreeItem with text {kernel-overlap-testing} 16:34:03 [2019-07-19T20:34:03.282Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200347316 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:34:03 [2019-07-19T20:34:03.282Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200347322 data=null button=1 stateMask=0x80000 x=148 y=116 count=1} to TreeItem with text {kernel-overlap-testing} 16:34:03 [2019-07-19T20:34:03.282Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:03 [2019-07-19T20:34:03.282Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:03 [2019-07-19T20:34:03.282Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:34:03 [2019-07-19T20:34:03.282Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:34:03 [2019-07-19T20:34:03.282Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:03 [2019-07-19T20:34:03.282Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:03 [2019-07-19T20:34:03.282Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:03 [2019-07-19T20:34:03.282Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:03 [2019-07-19T20:34:03.282Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:03 [2019-07-19T20:34:03.282Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200347328 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:34:03 [2019-07-19T20:34:03.282Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200347328 data=null doit=true} to TreeItem with text {test} 16:34:03 [2019-07-19T20:34:03.282Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200347328 data=null} to TreeItem with text {test} 16:34:03 [2019-07-19T20:34:03.282Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200347328 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:34:03 [2019-07-19T20:34:03.282Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200347328 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:34:03 [2019-07-19T20:34:03.282Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200347369 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:34:03 [2019-07-19T20:34:03.282Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:03 [2019-07-19T20:34:03.282Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200347370 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:34:03 [2019-07-19T20:34:03.282Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200347370 data=null doit=true} to TreeItem with text {test} 16:34:03 [2019-07-19T20:34:03.282Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200347370 data=null} to TreeItem with text {test} 16:34:03 [2019-07-19T20:34:03.282Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200347370 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:34:03 [2019-07-19T20:34:03.282Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200347371 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:34:03 [2019-07-19T20:34:03.282Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200347382 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:34:03 [2019-07-19T20:34:03.282Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:34:03 [2019-07-19T20:34:03.282Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:03 [2019-07-19T20:34:03.282Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [2]} time=200347383 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [2]} 16:34:03 [2019-07-19T20:34:03.282Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [2]} time=200347384 data=null doit=true} to TreeItem with text {Traces [2]} 16:34:03 [2019-07-19T20:34:03.282Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [2]} time=200347384 data=null} to TreeItem with text {Traces [2]} 16:34:03 [2019-07-19T20:34:03.282Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [2]} time=200347384 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [2]} 16:34:03 [2019-07-19T20:34:03.282Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200347384 data=null item=TreeItem {Traces [2]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [2]} 16:34:03 [2019-07-19T20:34:03.282Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [2]} time=200347405 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [2]} 16:34:03 [2019-07-19T20:34:03.282Z] WARN - Tree item TreeItem with text {Traces [2]} is already expanded. Won't expand it again. 16:34:03 [2019-07-19T20:34:03.282Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:34:03 [2019-07-19T20:34:03.282Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:03 [2019-07-19T20:34:03.282Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:03 [2019-07-19T20:34:03.282Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:03 [2019-07-19T20:34:03.282Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:03 [2019-07-19T20:34:03.282Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:03 [2019-07-19T20:34:03.282Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200347414 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:34:03 [2019-07-19T20:34:03.282Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200347414 data=null doit=true} to TreeItem with text {test} 16:34:03 [2019-07-19T20:34:03.282Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200347414 data=null} to TreeItem with text {test} 16:34:03 [2019-07-19T20:34:03.282Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200347414 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:34:03 [2019-07-19T20:34:03.282Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200347414 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:34:03 [2019-07-19T20:34:03.282Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200347428 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:34:03 [2019-07-19T20:34:03.282Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:03 [2019-07-19T20:34:03.282Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200347439 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:34:03 [2019-07-19T20:34:03.282Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200347439 data=null doit=true} to TreeItem with text {test} 16:34:03 [2019-07-19T20:34:03.282Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200347440 data=null} to TreeItem with text {test} 16:34:03 [2019-07-19T20:34:03.282Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200347440 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:34:03 [2019-07-19T20:34:03.282Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200347440 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:34:03 [2019-07-19T20:34:03.282Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200347449 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:34:03 [2019-07-19T20:34:03.282Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:34:03 [2019-07-19T20:34:03.282Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:03 [2019-07-19T20:34:03.282Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [2]} time=200347450 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [2]} 16:34:03 [2019-07-19T20:34:03.282Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [2]} time=200347451 data=null doit=true} to TreeItem with text {Traces [2]} 16:34:03 [2019-07-19T20:34:03.282Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [2]} time=200347451 data=null} to TreeItem with text {Traces [2]} 16:34:03 [2019-07-19T20:34:03.282Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [2]} time=200347451 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [2]} 16:34:03 [2019-07-19T20:34:03.282Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200347451 data=null item=TreeItem {Traces [2]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [2]} 16:34:03 [2019-07-19T20:34:03.282Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [2]} time=200347460 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [2]} 16:34:03 [2019-07-19T20:34:03.282Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:03 [2019-07-19T20:34:03.282Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [2]} time=200347461 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [2]} 16:34:03 [2019-07-19T20:34:03.282Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [2]} time=200347461 data=null doit=true} to TreeItem with text {Traces [2]} 16:34:03 [2019-07-19T20:34:03.282Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [2]} time=200347461 data=null} to TreeItem with text {Traces [2]} 16:34:03 [2019-07-19T20:34:03.282Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [2]} time=200347462 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [2]} 16:34:03 [2019-07-19T20:34:03.282Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200347473 data=null item=TreeItem {Traces [2]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [2]} 16:34:03 [2019-07-19T20:34:03.282Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [2]} time=200347477 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [2]} 16:34:03 [2019-07-19T20:34:03.282Z] DEBUG - matched MenuItem with text "C&lear Delete", using matcher: with mnemonic 'Clear' 16:34:03 [2019-07-19T20:34:03.282Z] DEBUG - Clicking on with mnemonic 'Clear' 16:34:03 [2019-07-19T20:34:03.539Z] DEBUG - Clicked on with mnemonic 'Clear' 16:34:03 [2019-07-19T20:34:03.540Z] DEBUG - matched Shell with text "Confirm Clear", using matcher: with text 'Confirm Clear' 16:34:03 [2019-07-19T20:34:03.540Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirm Clear} time=200347781 data=null doit=true} to Shell with text {Confirm Clear} 16:34:03 [2019-07-19T20:34:03.540Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button' 16:34:03 [2019-07-19T20:34:03.540Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes' 16:34:03 [2019-07-19T20:34:03.540Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH' 16:34:03 [2019-07-19T20:34:03.540Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:34:03 [2019-07-19T20:34:03.540Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button' 16:34:03 [2019-07-19T20:34:03.540Z] DEBUG - Clicking on &Yes 16:34:03 [2019-07-19T20:34:03.540Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=200347783 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:34:03 [2019-07-19T20:34:03.540Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=200347783 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:34:03 [2019-07-19T20:34:03.540Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=200347783 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:34:03 [2019-07-19T20:34:03.540Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=200347783 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:34:03 [2019-07-19T20:34:03.540Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=200347783 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:34:03 [2019-07-19T20:34:03.540Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=200347783 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:34:03 [2019-07-19T20:34:03.797Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=200347783 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:34:04 [2019-07-19T20:34:04.728Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {C&lear Delete} time=200347526 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Clear' 16:34:04 [2019-07-19T20:34:04.728Z] DEBUG - Clicked on 16:34:04 [2019-07-19T20:34:04.728Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:34:04 [2019-07-19T20:34:04.728Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:04 [2019-07-19T20:34:04.728Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:04 [2019-07-19T20:34:04.728Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:04 [2019-07-19T20:34:04.728Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:04 [2019-07-19T20:34:04.728Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:04 [2019-07-19T20:34:04.728Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200348931 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:34:04 [2019-07-19T20:34:04.728Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200348931 data=null doit=true} to TreeItem with text {test} 16:34:04 [2019-07-19T20:34:04.728Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200348931 data=null} to TreeItem with text {test} 16:34:04 [2019-07-19T20:34:04.728Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200348931 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:34:04 [2019-07-19T20:34:04.728Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200348931 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:34:04 [2019-07-19T20:34:04.728Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200348963 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:34:04 [2019-07-19T20:34:04.728Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:04 [2019-07-19T20:34:04.728Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200348964 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:34:04 [2019-07-19T20:34:04.728Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200348964 data=null doit=true} to TreeItem with text {test} 16:34:04 [2019-07-19T20:34:04.728Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200348964 data=null} to TreeItem with text {test} 16:34:04 [2019-07-19T20:34:04.728Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200348965 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:34:04 [2019-07-19T20:34:04.728Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200348965 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:34:04 [2019-07-19T20:34:04.985Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200348979 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:34:04 [2019-07-19T20:34:04.985Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:34:04 [2019-07-19T20:34:04.985Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:04 [2019-07-19T20:34:04.985Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [2]} time=200348980 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [2]} 16:34:04 [2019-07-19T20:34:04.985Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [2]} time=200348980 data=null doit=true} to TreeItem with text {Traces [2]} 16:34:04 [2019-07-19T20:34:04.985Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [2]} time=200348981 data=null} to TreeItem with text {Traces [2]} 16:34:04 [2019-07-19T20:34:04.985Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [2]} time=200348981 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [2]} 16:34:04 [2019-07-19T20:34:04.985Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200348981 data=null item=TreeItem {Traces [2]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [2]} 16:34:04 [2019-07-19T20:34:04.985Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [2]} time=200349003 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [2]} 16:34:04 [2019-07-19T20:34:04.985Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:04 [2019-07-19T20:34:04.985Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [2]} time=200349004 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [2]} 16:34:04 [2019-07-19T20:34:04.985Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [2]} time=200349004 data=null doit=true} to TreeItem with text {Traces [2]} 16:34:04 [2019-07-19T20:34:04.985Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [2]} time=200349004 data=null} to TreeItem with text {Traces [2]} 16:34:04 [2019-07-19T20:34:04.985Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [2]} time=200349005 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [2]} 16:34:04 [2019-07-19T20:34:04.985Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200349005 data=null item=TreeItem {Traces [2]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [2]} 16:34:04 [2019-07-19T20:34:04.985Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [2]} time=200349017 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [2]} 16:34:04 [2019-07-19T20:34:04.985Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...' 16:34:04 [2019-07-19T20:34:04.985Z] DEBUG - Clicking on with mnemonic 'Import...' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - Clicked on with mnemonic 'Import...' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=200349330 data=null doit=true} to Shell with text {Trace Import} 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Select &archive file...", using matcher: with mnemonic 'Select archive file:' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Select &archive file...", using matcher: with style 'SWT.RADIO' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Select &archive file...", using matcher: (of type 'Button' and with mnemonic 'Select archive file:' and with style 'SWT.RADIO') 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Select archive file:' and with style 'SWT.RADIO') is already selected, not clicking again. 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo') 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - Attempting to set focus on (of type 'Combo') 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/archives/traces.tar.gz 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/archives/traces.tar.gz} time=200349355 data=null} to (of type 'Combo') 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/archives/traces.tar.gz 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - Attempting to set focus on (of type 'Tree') 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {/} time=200349444 data=null button=0 stateMask=0x0 x=64 y=11 count=0} to TreeItem with text {/} 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {/} time=200349444 data=null doit=true} to TreeItem with text {/} 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {/} time=200349444 data=null} to TreeItem with text {/} 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {/} time=200349444 data=null button=1 stateMask=0x0 x=64 y=11 count=1} to TreeItem with text {/} 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200349444 data=null item=TreeItem {/} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {/} 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {/} time=200349445 data=null button=1 stateMask=0x80000 x=64 y=11 count=1} to TreeItem with text {/} 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - Setting state to checked on: / 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:') 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection> 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {<Automatic Detection>} time=200349454 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection> 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') already selected, not selecting again. 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.243Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.244Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:34:05 [2019-07-19T20:34:05.244Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish' 16:34:05 [2019-07-19T20:34:05.244Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH' 16:34:05 [2019-07-19T20:34:05.244Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:34:05 [2019-07-19T20:34:05.244Z] DEBUG - Clicking on &Finish 16:34:05 [2019-07-19T20:34:05.244Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=200349480 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:34:05 [2019-07-19T20:34:05.244Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=200349480 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:34:05 [2019-07-19T20:34:05.244Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=200349480 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:34:05 [2019-07-19T20:34:05.500Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=200349480 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:34:05 [2019-07-19T20:34:05.500Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=200349480 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:34:05 [2019-07-19T20:34:05.500Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=200349480 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:34:05 [2019-07-19T20:34:05.500Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:34:05 [2019-07-19T20:34:05.500Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:34:05 [2019-07-19T20:34:05.500Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:34:05 [2019-07-19T20:34:05.500Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:34:05 [2019-07-19T20:34:05.500Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:34:05 [2019-07-19T20:34:05.500Z] DEBUG - Clicked on &Finish 16:34:06 [2019-07-19T20:34:06.432Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=200349480 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:34:06 [2019-07-19T20:34:06.432Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=200349065 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...' 16:34:06 [2019-07-19T20:34:06.691Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:34:06 [2019-07-19T20:34:06.691Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:06 [2019-07-19T20:34:06.691Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:06 [2019-07-19T20:34:06.691Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:06 [2019-07-19T20:34:06.691Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:06 [2019-07-19T20:34:06.691Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:06 [2019-07-19T20:34:06.691Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200350763 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:34:06 [2019-07-19T20:34:06.691Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200350763 data=null doit=true} to TreeItem with text {test} 16:34:06 [2019-07-19T20:34:06.691Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200350763 data=null} to TreeItem with text {test} 16:34:06 [2019-07-19T20:34:06.691Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200350763 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:34:06 [2019-07-19T20:34:06.691Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200350764 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:34:06 [2019-07-19T20:34:06.691Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200350781 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:34:06 [2019-07-19T20:34:06.692Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:06 [2019-07-19T20:34:06.692Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200350782 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:34:06 [2019-07-19T20:34:06.692Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200350782 data=null doit=true} to TreeItem with text {test} 16:34:06 [2019-07-19T20:34:06.692Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200350783 data=null} to TreeItem with text {test} 16:34:06 [2019-07-19T20:34:06.692Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200350783 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:34:06 [2019-07-19T20:34:06.692Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200350783 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:34:06 [2019-07-19T20:34:06.692Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200350796 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:34:06 [2019-07-19T20:34:06.692Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:34:06 [2019-07-19T20:34:06.692Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:06 [2019-07-19T20:34:06.692Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=200350797 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]} 16:34:06 [2019-07-19T20:34:06.692Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=200350798 data=null doit=true} to TreeItem with text {Traces [12]} 16:34:06 [2019-07-19T20:34:06.692Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=200350798 data=null} to TreeItem with text {Traces [12]} 16:34:06 [2019-07-19T20:34:06.692Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=200350798 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:34:06 [2019-07-19T20:34:06.692Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200350798 data=null item=TreeItem {Traces [12]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [12]} 16:34:06 [2019-07-19T20:34:06.692Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=200350818 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:34:06 [2019-07-19T20:34:06.692Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=200350818 data=null doit=true} to TreeItem with text {Traces [12]} 16:34:06 [2019-07-19T20:34:06.692Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=200350818 data=null} to TreeItem with text {Traces [12]} 16:34:06 [2019-07-19T20:34:06.692Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=200350818 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:34:06 [2019-07-19T20:34:06.692Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200350818 data=null item=TreeItem {Traces [12]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {Traces [12]} 16:34:06 [2019-07-19T20:34:06.692Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=200350839 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:34:07 [2019-07-19T20:34:07.256Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:34:07 [2019-07-19T20:34:07.256Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:07 [2019-07-19T20:34:07.256Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200351320 data=null button=0 stateMask=0x0 x=152 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:34:07 [2019-07-19T20:34:07.256Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200351320 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:34:07 [2019-07-19T20:34:07.256Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200351320 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:34:07 [2019-07-19T20:34:07.256Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200351321 data=null button=1 stateMask=0x0 x=152 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:34:07 [2019-07-19T20:34:07.256Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200351321 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:34:07 [2019-07-19T20:34:07.256Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200351357 data=null button=1 stateMask=0x80000 x=152 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:34:07 [2019-07-19T20:34:07.256Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:07 [2019-07-19T20:34:07.256Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:07 [2019-07-19T20:34:07.256Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:34:07 [2019-07-19T20:34:07.256Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:07 [2019-07-19T20:34:07.256Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200351360 data=null button=0 stateMask=0x0 x=152 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:34:07 [2019-07-19T20:34:07.256Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200351360 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:34:07 [2019-07-19T20:34:07.256Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200351360 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:34:07 [2019-07-19T20:34:07.256Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200351361 data=null button=1 stateMask=0x0 x=152 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:34:07 [2019-07-19T20:34:07.256Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200351361 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:34:07 [2019-07-19T20:34:07.256Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200351366 data=null button=1 stateMask=0x80000 x=152 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:34:07 [2019-07-19T20:34:07.256Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomTxt.log} 16:34:07 [2019-07-19T20:34:07.256Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200351366 data=null button=0 stateMask=0x0 x=152 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:34:07 [2019-07-19T20:34:07.256Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200351366 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:34:07 [2019-07-19T20:34:07.256Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:07 [2019-07-19T20:34:07.256Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200351367 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:34:07 [2019-07-19T20:34:07.256Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200351367 data=null button=1 stateMask=0x0 x=152 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:34:07 [2019-07-19T20:34:07.256Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200351367 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:34:07 [2019-07-19T20:34:07.256Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200351371 data=null button=1 stateMask=0x80000 x=152 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:34:07 [2019-07-19T20:34:07.256Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200351371 data=null button=1 stateMask=0x0 x=152 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:34:07 [2019-07-19T20:34:07.256Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200351372 data=null button=1 stateMask=0x0 x=152 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:34:07 [2019-07-19T20:34:07.256Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200351372 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:34:07 [2019-07-19T20:34:07.512Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200351477 data=null button=1 stateMask=0x80000 x=152 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:34:07 [2019-07-19T20:34:07.512Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200351712 data=null button=0 stateMask=0x0 x=152 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:34:07 [2019-07-19T20:34:07.512Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200351712 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:34:07 [2019-07-19T20:34:07.512Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200351712 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:34:07 [2019-07-19T20:34:07.512Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomTxt.log} 16:34:07 [2019-07-19T20:34:07.512Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:08 [2019-07-19T20:34:08.882Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:34:08 [2019-07-19T20:34:08.882Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:34:08 [2019-07-19T20:34:08.882Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:34:08 [2019-07-19T20:34:08.882Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:34:08 [2019-07-19T20:34:08.882Z] DEBUG - Attempting to set focus on Table with text {} 16:34:08 [2019-07-19T20:34:08.882Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200352722 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:34:08 [2019-07-19T20:34:08.882Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200352722 data=null doit=true} to TableItem with text {} 16:34:08 [2019-07-19T20:34:08.882Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200352722 data=null} to TableItem with text {} 16:34:08 [2019-07-19T20:34:08.882Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200352722 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:34:08 [2019-07-19T20:34:08.882Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200352723 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:34:08 [2019-07-19T20:34:08.882Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200352727 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:34:08 [2019-07-19T20:34:08.882Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:34:08 [2019-07-19T20:34:08.882Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:34:08 [2019-07-19T20:34:08.882Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:34:08 [2019-07-19T20:34:08.882Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:08 [2019-07-19T20:34:08.882Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200352922 data=null button=0 stateMask=0x0 x=152 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:34:08 [2019-07-19T20:34:08.882Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200352922 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:34:08 [2019-07-19T20:34:08.882Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200352922 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:34:08 [2019-07-19T20:34:08.882Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200352923 data=null button=1 stateMask=0x0 x=152 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:34:08 [2019-07-19T20:34:08.882Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200352923 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:34:08 [2019-07-19T20:34:08.882Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200352949 data=null button=1 stateMask=0x80000 x=152 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:34:08 [2019-07-19T20:34:08.882Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:08 [2019-07-19T20:34:08.882Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:08 [2019-07-19T20:34:08.882Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:34:08 [2019-07-19T20:34:08.882Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:34:08 [2019-07-19T20:34:08.882Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:08 [2019-07-19T20:34:08.882Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:08 [2019-07-19T20:34:08.882Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:08 [2019-07-19T20:34:08.882Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:08 [2019-07-19T20:34:08.882Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:08 [2019-07-19T20:34:08.882Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200352956 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:34:08 [2019-07-19T20:34:08.882Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200352957 data=null doit=true} to TreeItem with text {test} 16:34:08 [2019-07-19T20:34:08.882Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200352957 data=null} to TreeItem with text {test} 16:34:08 [2019-07-19T20:34:08.882Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200352957 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:34:08 [2019-07-19T20:34:08.882Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200352957 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:34:08 [2019-07-19T20:34:08.882Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200352994 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:34:08 [2019-07-19T20:34:08.882Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:08 [2019-07-19T20:34:08.882Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200352995 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:34:08 [2019-07-19T20:34:08.882Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200352995 data=null doit=true} to TreeItem with text {test} 16:34:08 [2019-07-19T20:34:08.882Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200352995 data=null} to TreeItem with text {test} 16:34:08 [2019-07-19T20:34:08.882Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200352996 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:34:08 [2019-07-19T20:34:08.882Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200352996 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:34:08 [2019-07-19T20:34:08.882Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200353006 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:34:08 [2019-07-19T20:34:08.882Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:34:08 [2019-07-19T20:34:08.882Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:08 [2019-07-19T20:34:08.882Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=200353007 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]} 16:34:08 [2019-07-19T20:34:08.882Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=200353007 data=null doit=true} to TreeItem with text {Traces [12]} 16:34:08 [2019-07-19T20:34:08.882Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=200353007 data=null} to TreeItem with text {Traces [12]} 16:34:08 [2019-07-19T20:34:08.882Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=200353008 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:34:08 [2019-07-19T20:34:08.882Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200353008 data=null item=TreeItem {Traces [12]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [12]} 16:34:08 [2019-07-19T20:34:08.882Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=200353018 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:34:08 [2019-07-19T20:34:08.882Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again. 16:34:09 [2019-07-19T20:34:09.446Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:34:09 [2019-07-19T20:34:09.446Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:09 [2019-07-19T20:34:09.446Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200353500 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:34:09 [2019-07-19T20:34:09.446Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200353500 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:34:09 [2019-07-19T20:34:09.446Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200353500 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:34:09 [2019-07-19T20:34:09.446Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200353501 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:34:09 [2019-07-19T20:34:09.446Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200353501 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:34:09 [2019-07-19T20:34:09.446Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200353540 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:34:09 [2019-07-19T20:34:09.446Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:09 [2019-07-19T20:34:09.446Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:09 [2019-07-19T20:34:09.446Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:34:09 [2019-07-19T20:34:09.446Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:09 [2019-07-19T20:34:09.446Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200353543 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:34:09 [2019-07-19T20:34:09.446Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200353543 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:34:09 [2019-07-19T20:34:09.446Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200353543 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:34:09 [2019-07-19T20:34:09.446Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200353544 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:34:09 [2019-07-19T20:34:09.446Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200353544 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:34:09 [2019-07-19T20:34:09.446Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200353549 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:34:09 [2019-07-19T20:34:09.446Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomXml.xml} 16:34:09 [2019-07-19T20:34:09.446Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200353549 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:34:09 [2019-07-19T20:34:09.446Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200353549 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:34:09 [2019-07-19T20:34:09.446Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:09 [2019-07-19T20:34:09.446Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200353550 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:34:09 [2019-07-19T20:34:09.446Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200353550 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:34:09 [2019-07-19T20:34:09.446Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200353550 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:34:09 [2019-07-19T20:34:09.446Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200353554 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:34:09 [2019-07-19T20:34:09.446Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200353554 data=null button=1 stateMask=0x0 x=156 y=116 count=2} to TreeItem with text {ExampleCustomXml.xml} 16:34:09 [2019-07-19T20:34:09.446Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200353555 data=null button=1 stateMask=0x0 x=156 y=116 count=2} to TreeItem with text {ExampleCustomXml.xml} 16:34:09 [2019-07-19T20:34:09.446Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200353560 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:34:09 [2019-07-19T20:34:09.703Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200353646 data=null button=1 stateMask=0x80000 x=156 y=116 count=2} to TreeItem with text {ExampleCustomXml.xml} 16:34:09 [2019-07-19T20:34:09.703Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200353883 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:34:09 [2019-07-19T20:34:09.703Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200353884 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:34:09 [2019-07-19T20:34:09.703Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200353884 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:34:09 [2019-07-19T20:34:09.703Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomXml.xml} 16:34:09 [2019-07-19T20:34:09.703Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:09 [2019-07-19T20:34:09.703Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:11 [2019-07-19T20:34:11.071Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:34:11 [2019-07-19T20:34:11.071Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:34:11 [2019-07-19T20:34:11.071Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:34:11 [2019-07-19T20:34:11.071Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:34:11 [2019-07-19T20:34:11.071Z] DEBUG - Attempting to set focus on Table with text {} 16:34:11 [2019-07-19T20:34:11.071Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200354887 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:34:11 [2019-07-19T20:34:11.071Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200354887 data=null doit=true} to TableItem with text {} 16:34:11 [2019-07-19T20:34:11.071Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200354888 data=null} to TableItem with text {} 16:34:11 [2019-07-19T20:34:11.071Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200354888 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:34:11 [2019-07-19T20:34:11.071Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200354888 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:34:11 [2019-07-19T20:34:11.071Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200354895 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:34:11 [2019-07-19T20:34:11.071Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:34:11 [2019-07-19T20:34:11.071Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:34:11 [2019-07-19T20:34:11.071Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:34:11 [2019-07-19T20:34:11.071Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:11 [2019-07-19T20:34:11.071Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200355180 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:34:11 [2019-07-19T20:34:11.071Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200355180 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:34:11 [2019-07-19T20:34:11.071Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200355180 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:34:11 [2019-07-19T20:34:11.071Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200355180 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:34:11 [2019-07-19T20:34:11.071Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200355180 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:34:11 [2019-07-19T20:34:11.071Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200355186 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:34:11 [2019-07-19T20:34:11.071Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:11 [2019-07-19T20:34:11.071Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:11 [2019-07-19T20:34:11.071Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:34:11 [2019-07-19T20:34:11.071Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:34:11 [2019-07-19T20:34:11.071Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:11 [2019-07-19T20:34:11.071Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:11 [2019-07-19T20:34:11.071Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:11 [2019-07-19T20:34:11.071Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:11 [2019-07-19T20:34:11.071Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:11 [2019-07-19T20:34:11.071Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200355192 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:34:11 [2019-07-19T20:34:11.071Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200355192 data=null doit=true} to TreeItem with text {test} 16:34:11 [2019-07-19T20:34:11.071Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200355192 data=null} to TreeItem with text {test} 16:34:11 [2019-07-19T20:34:11.071Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200355192 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:34:11 [2019-07-19T20:34:11.071Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200355193 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:34:11 [2019-07-19T20:34:11.071Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200355233 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:34:11 [2019-07-19T20:34:11.071Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:11 [2019-07-19T20:34:11.071Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200355234 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:34:11 [2019-07-19T20:34:11.071Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200355234 data=null doit=true} to TreeItem with text {test} 16:34:11 [2019-07-19T20:34:11.071Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200355234 data=null} to TreeItem with text {test} 16:34:11 [2019-07-19T20:34:11.071Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200355235 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:34:11 [2019-07-19T20:34:11.071Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200355235 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:34:11 [2019-07-19T20:34:11.071Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200355251 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:34:11 [2019-07-19T20:34:11.071Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:34:11 [2019-07-19T20:34:11.071Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:11 [2019-07-19T20:34:11.071Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=200355253 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]} 16:34:11 [2019-07-19T20:34:11.071Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=200355253 data=null doit=true} to TreeItem with text {Traces [12]} 16:34:11 [2019-07-19T20:34:11.071Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=200355253 data=null} to TreeItem with text {Traces [12]} 16:34:11 [2019-07-19T20:34:11.071Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=200355257 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:34:11 [2019-07-19T20:34:11.071Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200355257 data=null item=TreeItem {Traces [12]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [12]} 16:34:11 [2019-07-19T20:34:11.071Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=200355286 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:34:11 [2019-07-19T20:34:11.071Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again. 16:34:11 [2019-07-19T20:34:11.328Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:34:11 [2019-07-19T20:34:11.328Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:11 [2019-07-19T20:34:11.585Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200355590 data=null button=0 stateMask=0x0 x=148 y=137 count=0} to TreeItem with text {kernel-overlap-testing} 16:34:11 [2019-07-19T20:34:11.585Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200355590 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:34:11 [2019-07-19T20:34:11.585Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200355590 data=null} to TreeItem with text {kernel-overlap-testing} 16:34:11 [2019-07-19T20:34:11.585Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200355591 data=null button=1 stateMask=0x0 x=148 y=137 count=1} to TreeItem with text {kernel-overlap-testing} 16:34:11 [2019-07-19T20:34:11.585Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200355591 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:34:11 [2019-07-19T20:34:11.585Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200355628 data=null button=1 stateMask=0x80000 x=148 y=137 count=1} to TreeItem with text {kernel-overlap-testing} 16:34:11 [2019-07-19T20:34:11.585Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:11 [2019-07-19T20:34:11.585Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:11 [2019-07-19T20:34:11.585Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:34:11 [2019-07-19T20:34:11.585Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:11 [2019-07-19T20:34:11.585Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200355631 data=null button=0 stateMask=0x0 x=148 y=137 count=0} to TreeItem with text {kernel-overlap-testing} 16:34:11 [2019-07-19T20:34:11.585Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200355631 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:34:11 [2019-07-19T20:34:11.585Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200355631 data=null} to TreeItem with text {kernel-overlap-testing} 16:34:11 [2019-07-19T20:34:11.585Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200355632 data=null button=1 stateMask=0x0 x=148 y=137 count=1} to TreeItem with text {kernel-overlap-testing} 16:34:11 [2019-07-19T20:34:11.585Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200355632 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:34:11 [2019-07-19T20:34:11.585Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200355637 data=null button=1 stateMask=0x80000 x=148 y=137 count=1} to TreeItem with text {kernel-overlap-testing} 16:34:11 [2019-07-19T20:34:11.585Z] DEBUG - Double-clicking on TreeItem with text {kernel-overlap-testing} 16:34:11 [2019-07-19T20:34:11.585Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200355637 data=null button=0 stateMask=0x0 x=148 y=137 count=0} to TreeItem with text {kernel-overlap-testing} 16:34:11 [2019-07-19T20:34:11.585Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200355637 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:34:11 [2019-07-19T20:34:11.585Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:11 [2019-07-19T20:34:11.585Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200355638 data=null} to TreeItem with text {kernel-overlap-testing} 16:34:11 [2019-07-19T20:34:11.585Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200355638 data=null button=1 stateMask=0x0 x=148 y=137 count=1} to TreeItem with text {kernel-overlap-testing} 16:34:11 [2019-07-19T20:34:11.585Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200355638 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:34:11 [2019-07-19T20:34:11.585Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200355642 data=null button=1 stateMask=0x80000 x=148 y=137 count=1} to TreeItem with text {kernel-overlap-testing} 16:34:11 [2019-07-19T20:34:11.585Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200355643 data=null button=1 stateMask=0x0 x=148 y=137 count=2} to TreeItem with text {kernel-overlap-testing} 16:34:11 [2019-07-19T20:34:11.585Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {kernel-overlap-testing} time=200355643 data=null button=1 stateMask=0x0 x=148 y=137 count=2} to TreeItem with text {kernel-overlap-testing} 16:34:11 [2019-07-19T20:34:11.585Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200355643 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:34:11 [2019-07-19T20:34:11.585Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200355718 data=null button=1 stateMask=0x80000 x=148 y=137 count=2} to TreeItem with text {kernel-overlap-testing} 16:34:11 [2019-07-19T20:34:11.585Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {kernel-overlap-testing} time=200355776 data=null button=0 stateMask=0x0 x=148 y=137 count=0} to TreeItem with text {kernel-overlap-testing} 16:34:11 [2019-07-19T20:34:11.585Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {kernel-overlap-testing} time=200355776 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:34:11 [2019-07-19T20:34:11.585Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {kernel-overlap-testing} time=200355776 data=null} to TreeItem with text {kernel-overlap-testing} 16:34:11 [2019-07-19T20:34:11.585Z] DEBUG - Double-clicked on TreeItem with text {kernel-overlap-testing} 16:34:11 [2019-07-19T20:34:11.585Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:11 [2019-07-19T20:34:11.585Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:12 [2019-07-19T20:34:12.149Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:12 [2019-07-19T20:34:12.149Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:12 [2019-07-19T20:34:12.149Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:12 [2019-07-19T20:34:12.149Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:34:12 [2019-07-19T20:34:12.149Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:34:12 [2019-07-19T20:34:12.149Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:34:12 [2019-07-19T20:34:12.149Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:34:12 [2019-07-19T20:34:12.149Z] DEBUG - Attempting to set focus on Table with text {} 16:34:12 [2019-07-19T20:34:12.149Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200356378 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:34:12 [2019-07-19T20:34:12.149Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200356378 data=null doit=true} to TableItem with text {} 16:34:12 [2019-07-19T20:34:12.149Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200356379 data=null} to TableItem with text {} 16:34:12 [2019-07-19T20:34:12.149Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200356379 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:34:12 [2019-07-19T20:34:12.149Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200356380 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:34:12 [2019-07-19T20:34:12.149Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200356386 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:34:12 [2019-07-19T20:34:12.149Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:34:12 [2019-07-19T20:34:12.149Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:34:13 [2019-07-19T20:34:13.519Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:34:13 [2019-07-19T20:34:13.519Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:13 [2019-07-19T20:34:13.776Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200357782 data=null button=0 stateMask=0x0 x=148 y=137 count=0} to TreeItem with text {kernel-overlap-testing} 16:34:13 [2019-07-19T20:34:13.776Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200357782 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:34:13 [2019-07-19T20:34:13.776Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200357783 data=null} to TreeItem with text {kernel-overlap-testing} 16:34:13 [2019-07-19T20:34:13.776Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200357783 data=null button=1 stateMask=0x0 x=148 y=137 count=1} to TreeItem with text {kernel-overlap-testing} 16:34:13 [2019-07-19T20:34:13.776Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200357783 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:34:13 [2019-07-19T20:34:13.776Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200357789 data=null button=1 stateMask=0x80000 x=148 y=137 count=1} to TreeItem with text {kernel-overlap-testing} 16:34:13 [2019-07-19T20:34:13.776Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:13 [2019-07-19T20:34:13.776Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:13 [2019-07-19T20:34:13.776Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:34:13 [2019-07-19T20:34:13.776Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:34:13 [2019-07-19T20:34:13.776Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:13 [2019-07-19T20:34:13.776Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:13 [2019-07-19T20:34:13.776Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:13 [2019-07-19T20:34:13.776Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:13 [2019-07-19T20:34:13.776Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:13 [2019-07-19T20:34:13.776Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200357795 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:34:13 [2019-07-19T20:34:13.776Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200357795 data=null doit=true} to TreeItem with text {test} 16:34:13 [2019-07-19T20:34:13.776Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200357795 data=null} to TreeItem with text {test} 16:34:13 [2019-07-19T20:34:13.776Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200357795 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:34:13 [2019-07-19T20:34:13.776Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200357795 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:34:13 [2019-07-19T20:34:13.776Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200357861 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:34:13 [2019-07-19T20:34:13.776Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:13 [2019-07-19T20:34:13.776Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200357869 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:34:13 [2019-07-19T20:34:13.776Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200357869 data=null doit=true} to TreeItem with text {test} 16:34:13 [2019-07-19T20:34:13.776Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200357870 data=null} to TreeItem with text {test} 16:34:13 [2019-07-19T20:34:13.776Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200357870 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:34:13 [2019-07-19T20:34:13.776Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200357870 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:34:13 [2019-07-19T20:34:13.776Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200357876 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:34:13 [2019-07-19T20:34:13.776Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:34:13 [2019-07-19T20:34:13.776Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:13 [2019-07-19T20:34:13.776Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=200357882 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]} 16:34:13 [2019-07-19T20:34:13.776Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=200357882 data=null doit=true} to TreeItem with text {Traces [12]} 16:34:13 [2019-07-19T20:34:13.776Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=200357882 data=null} to TreeItem with text {Traces [12]} 16:34:13 [2019-07-19T20:34:13.776Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=200357882 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:34:13 [2019-07-19T20:34:13.776Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200357883 data=null item=TreeItem {Traces [12]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [12]} 16:34:13 [2019-07-19T20:34:13.776Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=200357893 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:34:13 [2019-07-19T20:34:13.776Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again. 16:34:14 [2019-07-19T20:34:14.341Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:34:14 [2019-07-19T20:34:14.341Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:14 [2019-07-19T20:34:14.341Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=200358364 data=null button=0 stateMask=0x0 x=150 y=158 count=0} to TreeItem with text {simple_server-thread1} 16:34:14 [2019-07-19T20:34:14.341Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=200358364 data=null doit=true} to TreeItem with text {simple_server-thread1} 16:34:14 [2019-07-19T20:34:14.341Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=200358365 data=null} to TreeItem with text {simple_server-thread1} 16:34:14 [2019-07-19T20:34:14.341Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=200358365 data=null button=1 stateMask=0x0 x=150 y=158 count=1} to TreeItem with text {simple_server-thread1} 16:34:14 [2019-07-19T20:34:14.341Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200358365 data=null item=TreeItem {simple_server-thread1} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread1} 16:34:14 [2019-07-19T20:34:14.341Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=200358404 data=null button=1 stateMask=0x80000 x=150 y=158 count=1} to TreeItem with text {simple_server-thread1} 16:34:14 [2019-07-19T20:34:14.341Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:14 [2019-07-19T20:34:14.341Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:14 [2019-07-19T20:34:14.341Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:34:14 [2019-07-19T20:34:14.341Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:14 [2019-07-19T20:34:14.341Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=200358406 data=null button=0 stateMask=0x0 x=150 y=158 count=0} to TreeItem with text {simple_server-thread1} 16:34:14 [2019-07-19T20:34:14.341Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=200358407 data=null doit=true} to TreeItem with text {simple_server-thread1} 16:34:14 [2019-07-19T20:34:14.341Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=200358407 data=null} to TreeItem with text {simple_server-thread1} 16:34:14 [2019-07-19T20:34:14.341Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=200358407 data=null button=1 stateMask=0x0 x=150 y=158 count=1} to TreeItem with text {simple_server-thread1} 16:34:14 [2019-07-19T20:34:14.341Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200358407 data=null item=TreeItem {simple_server-thread1} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread1} 16:34:14 [2019-07-19T20:34:14.341Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=200358412 data=null button=1 stateMask=0x80000 x=150 y=158 count=1} to TreeItem with text {simple_server-thread1} 16:34:14 [2019-07-19T20:34:14.341Z] DEBUG - Double-clicking on TreeItem with text {simple_server-thread1} 16:34:14 [2019-07-19T20:34:14.341Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=200358412 data=null button=0 stateMask=0x0 x=150 y=158 count=0} to TreeItem with text {simple_server-thread1} 16:34:14 [2019-07-19T20:34:14.341Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=200358413 data=null doit=true} to TreeItem with text {simple_server-thread1} 16:34:14 [2019-07-19T20:34:14.341Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:14 [2019-07-19T20:34:14.341Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=200358413 data=null} to TreeItem with text {simple_server-thread1} 16:34:14 [2019-07-19T20:34:14.341Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=200358413 data=null button=1 stateMask=0x0 x=150 y=158 count=1} to TreeItem with text {simple_server-thread1} 16:34:14 [2019-07-19T20:34:14.341Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200358413 data=null item=TreeItem {simple_server-thread1} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread1} 16:34:14 [2019-07-19T20:34:14.341Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=200358417 data=null button=1 stateMask=0x80000 x=150 y=158 count=1} to TreeItem with text {simple_server-thread1} 16:34:14 [2019-07-19T20:34:14.341Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=200358418 data=null button=1 stateMask=0x0 x=150 y=158 count=2} to TreeItem with text {simple_server-thread1} 16:34:14 [2019-07-19T20:34:14.341Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {simple_server-thread1} time=200358418 data=null button=1 stateMask=0x0 x=150 y=158 count=2} to TreeItem with text {simple_server-thread1} 16:34:14 [2019-07-19T20:34:14.341Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=200358491 data=null button=1 stateMask=0x80000 x=150 y=158 count=2} to TreeItem with text {simple_server-thread1} 16:34:14 [2019-07-19T20:34:14.341Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {simple_server-thread1} time=200358492 data=null button=0 stateMask=0x0 x=150 y=158 count=0} to TreeItem with text {simple_server-thread1} 16:34:14 [2019-07-19T20:34:14.341Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {simple_server-thread1} time=200358492 data=null doit=true} to TreeItem with text {simple_server-thread1} 16:34:14 [2019-07-19T20:34:14.341Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {simple_server-thread1} time=200358492 data=null} to TreeItem with text {simple_server-thread1} 16:34:14 [2019-07-19T20:34:14.341Z] DEBUG - Double-clicked on TreeItem with text {simple_server-thread1} 16:34:14 [2019-07-19T20:34:14.341Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:14 [2019-07-19T20:34:14.341Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:14 [2019-07-19T20:34:14.341Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:14 [2019-07-19T20:34:14.601Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200358418 data=null item=TreeItem {simple_server-thread1} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread1} 16:34:14 [2019-07-19T20:34:14.858Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:14 [2019-07-19T20:34:14.858Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:14 [2019-07-19T20:34:14.858Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:15 [2019-07-19T20:34:15.421Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:15 [2019-07-19T20:34:15.421Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:15 [2019-07-19T20:34:15.421Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:15 [2019-07-19T20:34:15.421Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:15 [2019-07-19T20:34:15.421Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:34:15 [2019-07-19T20:34:15.421Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:34:15 [2019-07-19T20:34:15.421Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:34:15 [2019-07-19T20:34:15.421Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:34:15 [2019-07-19T20:34:15.421Z] DEBUG - Attempting to set focus on Table with text {} 16:34:15 [2019-07-19T20:34:15.421Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200359497 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:34:15 [2019-07-19T20:34:15.421Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200359497 data=null doit=true} to TableItem with text {} 16:34:15 [2019-07-19T20:34:15.421Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200359497 data=null} to TableItem with text {} 16:34:15 [2019-07-19T20:34:15.421Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200359497 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:34:15 [2019-07-19T20:34:15.421Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200359498 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:34:15 [2019-07-19T20:34:15.421Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200359504 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:34:15 [2019-07-19T20:34:15.421Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:34:15 [2019-07-19T20:34:15.421Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:34:16 [2019-07-19T20:34:16.789Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:34:16 [2019-07-19T20:34:16.789Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:16 [2019-07-19T20:34:16.789Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=200361002 data=null button=0 stateMask=0x0 x=150 y=158 count=0} to TreeItem with text {simple_server-thread1} 16:34:16 [2019-07-19T20:34:16.789Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=200361002 data=null doit=true} to TreeItem with text {simple_server-thread1} 16:34:16 [2019-07-19T20:34:16.789Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=200361002 data=null} to TreeItem with text {simple_server-thread1} 16:34:16 [2019-07-19T20:34:16.789Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=200361003 data=null button=1 stateMask=0x0 x=150 y=158 count=1} to TreeItem with text {simple_server-thread1} 16:34:16 [2019-07-19T20:34:16.789Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200361003 data=null item=TreeItem {simple_server-thread1} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread1} 16:34:16 [2019-07-19T20:34:16.789Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=200361008 data=null button=1 stateMask=0x80000 x=150 y=158 count=1} to TreeItem with text {simple_server-thread1} 16:34:16 [2019-07-19T20:34:16.789Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:16 [2019-07-19T20:34:16.789Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:16 [2019-07-19T20:34:16.789Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:34:16 [2019-07-19T20:34:16.789Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:34:16 [2019-07-19T20:34:16.789Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:16 [2019-07-19T20:34:16.789Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:16 [2019-07-19T20:34:16.789Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:16 [2019-07-19T20:34:16.789Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:16 [2019-07-19T20:34:16.789Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:16 [2019-07-19T20:34:16.789Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200361014 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:34:16 [2019-07-19T20:34:16.789Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200361014 data=null doit=true} to TreeItem with text {test} 16:34:16 [2019-07-19T20:34:16.789Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200361014 data=null} to TreeItem with text {test} 16:34:16 [2019-07-19T20:34:16.789Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200361015 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:34:16 [2019-07-19T20:34:16.789Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200361021 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:34:17 [2019-07-19T20:34:17.046Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200361066 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:34:17 [2019-07-19T20:34:17.046Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:17 [2019-07-19T20:34:17.046Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200361067 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:34:17 [2019-07-19T20:34:17.046Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200361067 data=null doit=true} to TreeItem with text {test} 16:34:17 [2019-07-19T20:34:17.046Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200361067 data=null} to TreeItem with text {test} 16:34:17 [2019-07-19T20:34:17.046Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200361067 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:34:17 [2019-07-19T20:34:17.046Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200361068 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:34:17 [2019-07-19T20:34:17.046Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200361073 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:34:17 [2019-07-19T20:34:17.046Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:34:17 [2019-07-19T20:34:17.046Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:17 [2019-07-19T20:34:17.046Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=200361075 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]} 16:34:17 [2019-07-19T20:34:17.046Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=200361075 data=null doit=true} to TreeItem with text {Traces [12]} 16:34:17 [2019-07-19T20:34:17.046Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=200361075 data=null} to TreeItem with text {Traces [12]} 16:34:17 [2019-07-19T20:34:17.046Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=200361075 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:34:17 [2019-07-19T20:34:17.046Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200361075 data=null item=TreeItem {Traces [12]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [12]} 16:34:17 [2019-07-19T20:34:17.046Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=200361099 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:34:17 [2019-07-19T20:34:17.046Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again. 16:34:17 [2019-07-19T20:34:17.302Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:34:17 [2019-07-19T20:34:17.302Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:17 [2019-07-19T20:34:17.560Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=200361577 data=null button=0 stateMask=0x0 x=150 y=179 count=0} to TreeItem with text {simple_server-thread2} 16:34:17 [2019-07-19T20:34:17.560Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=200361577 data=null doit=true} to TreeItem with text {simple_server-thread2} 16:34:17 [2019-07-19T20:34:17.560Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=200361577 data=null} to TreeItem with text {simple_server-thread2} 16:34:17 [2019-07-19T20:34:17.560Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=200361578 data=null button=1 stateMask=0x0 x=150 y=179 count=1} to TreeItem with text {simple_server-thread2} 16:34:17 [2019-07-19T20:34:17.560Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200361578 data=null item=TreeItem {simple_server-thread2} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread2} 16:34:17 [2019-07-19T20:34:17.560Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=200361624 data=null button=1 stateMask=0x80000 x=150 y=179 count=1} to TreeItem with text {simple_server-thread2} 16:34:17 [2019-07-19T20:34:17.560Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:17 [2019-07-19T20:34:17.560Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:17 [2019-07-19T20:34:17.560Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:34:17 [2019-07-19T20:34:17.560Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:17 [2019-07-19T20:34:17.560Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=200361627 data=null button=0 stateMask=0x0 x=150 y=179 count=0} to TreeItem with text {simple_server-thread2} 16:34:17 [2019-07-19T20:34:17.560Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=200361627 data=null doit=true} to TreeItem with text {simple_server-thread2} 16:34:17 [2019-07-19T20:34:17.560Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=200361627 data=null} to TreeItem with text {simple_server-thread2} 16:34:17 [2019-07-19T20:34:17.560Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=200361627 data=null button=1 stateMask=0x0 x=150 y=179 count=1} to TreeItem with text {simple_server-thread2} 16:34:17 [2019-07-19T20:34:17.560Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200361627 data=null item=TreeItem {simple_server-thread2} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread2} 16:34:17 [2019-07-19T20:34:17.560Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=200361632 data=null button=1 stateMask=0x80000 x=150 y=179 count=1} to TreeItem with text {simple_server-thread2} 16:34:17 [2019-07-19T20:34:17.560Z] DEBUG - Double-clicking on TreeItem with text {simple_server-thread2} 16:34:17 [2019-07-19T20:34:17.560Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=200361633 data=null button=0 stateMask=0x0 x=150 y=179 count=0} to TreeItem with text {simple_server-thread2} 16:34:17 [2019-07-19T20:34:17.560Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=200361633 data=null doit=true} to TreeItem with text {simple_server-thread2} 16:34:17 [2019-07-19T20:34:17.560Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:17 [2019-07-19T20:34:17.560Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=200361633 data=null} to TreeItem with text {simple_server-thread2} 16:34:17 [2019-07-19T20:34:17.560Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=200361634 data=null button=1 stateMask=0x0 x=150 y=179 count=1} to TreeItem with text {simple_server-thread2} 16:34:17 [2019-07-19T20:34:17.560Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200361634 data=null item=TreeItem {simple_server-thread2} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread2} 16:34:17 [2019-07-19T20:34:17.560Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=200361644 data=null button=1 stateMask=0x80000 x=150 y=179 count=1} to TreeItem with text {simple_server-thread2} 16:34:17 [2019-07-19T20:34:17.560Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=200361644 data=null button=1 stateMask=0x0 x=150 y=179 count=2} to TreeItem with text {simple_server-thread2} 16:34:17 [2019-07-19T20:34:17.560Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {simple_server-thread2} time=200361645 data=null button=1 stateMask=0x0 x=150 y=179 count=2} to TreeItem with text {simple_server-thread2} 16:34:17 [2019-07-19T20:34:17.560Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200361645 data=null item=TreeItem {simple_server-thread2} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread2} 16:34:18 [2019-07-19T20:34:18.124Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=200361757 data=null button=1 stateMask=0x80000 x=150 y=179 count=2} to TreeItem with text {simple_server-thread2} 16:34:18 [2019-07-19T20:34:18.124Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {simple_server-thread2} time=200362265 data=null button=0 stateMask=0x0 x=150 y=179 count=0} to TreeItem with text {simple_server-thread2} 16:34:18 [2019-07-19T20:34:18.124Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {simple_server-thread2} time=200362323 data=null doit=true} to TreeItem with text {simple_server-thread2} 16:34:18 [2019-07-19T20:34:18.124Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {simple_server-thread2} time=200362323 data=null} to TreeItem with text {simple_server-thread2} 16:34:18 [2019-07-19T20:34:18.124Z] DEBUG - Double-clicked on TreeItem with text {simple_server-thread2} 16:34:18 [2019-07-19T20:34:18.124Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:18 [2019-07-19T20:34:18.124Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:18 [2019-07-19T20:34:18.124Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:18 [2019-07-19T20:34:18.124Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:18 [2019-07-19T20:34:18.124Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:18 [2019-07-19T20:34:18.124Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:34:18 [2019-07-19T20:34:18.124Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:34:18 [2019-07-19T20:34:18.124Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:34:18 [2019-07-19T20:34:18.124Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:34:18 [2019-07-19T20:34:18.124Z] DEBUG - Attempting to set focus on Table with text {} 16:34:18 [2019-07-19T20:34:18.124Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200362331 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:34:18 [2019-07-19T20:34:18.124Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200362331 data=null doit=true} to TableItem with text {} 16:34:18 [2019-07-19T20:34:18.124Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200362331 data=null} to TableItem with text {} 16:34:18 [2019-07-19T20:34:18.124Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200362331 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:34:18 [2019-07-19T20:34:18.124Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200362332 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:34:18 [2019-07-19T20:34:18.124Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200362337 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:34:18 [2019-07-19T20:34:18.124Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:34:18 [2019-07-19T20:34:18.124Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:34:19 [2019-07-19T20:34:19.054Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:34:19 [2019-07-19T20:34:19.054Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:19 [2019-07-19T20:34:19.311Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=200363334 data=null button=0 stateMask=0x0 x=150 y=179 count=0} to TreeItem with text {simple_server-thread2} 16:34:19 [2019-07-19T20:34:19.311Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=200363334 data=null doit=true} to TreeItem with text {simple_server-thread2} 16:34:19 [2019-07-19T20:34:19.311Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=200363334 data=null} to TreeItem with text {simple_server-thread2} 16:34:19 [2019-07-19T20:34:19.311Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=200363335 data=null button=1 stateMask=0x0 x=150 y=179 count=1} to TreeItem with text {simple_server-thread2} 16:34:19 [2019-07-19T20:34:19.311Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200363335 data=null item=TreeItem {simple_server-thread2} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread2} 16:34:19 [2019-07-19T20:34:19.311Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=200363340 data=null button=1 stateMask=0x80000 x=150 y=179 count=1} to TreeItem with text {simple_server-thread2} 16:34:19 [2019-07-19T20:34:19.311Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:19 [2019-07-19T20:34:19.311Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:19 [2019-07-19T20:34:19.311Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:34:19 [2019-07-19T20:34:19.311Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:34:19 [2019-07-19T20:34:19.311Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:19 [2019-07-19T20:34:19.311Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:19 [2019-07-19T20:34:19.311Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:19 [2019-07-19T20:34:19.311Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:19 [2019-07-19T20:34:19.311Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:19 [2019-07-19T20:34:19.311Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200363354 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:34:19 [2019-07-19T20:34:19.311Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200363354 data=null doit=true} to TreeItem with text {test} 16:34:19 [2019-07-19T20:34:19.311Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200363354 data=null} to TreeItem with text {test} 16:34:19 [2019-07-19T20:34:19.311Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200363355 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:34:19 [2019-07-19T20:34:19.311Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200363355 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:34:19 [2019-07-19T20:34:19.311Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200363396 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:34:19 [2019-07-19T20:34:19.311Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:19 [2019-07-19T20:34:19.311Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200363397 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:34:19 [2019-07-19T20:34:19.311Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200363409 data=null doit=true} to TreeItem with text {test} 16:34:19 [2019-07-19T20:34:19.311Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200363409 data=null} to TreeItem with text {test} 16:34:19 [2019-07-19T20:34:19.311Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200363409 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:34:19 [2019-07-19T20:34:19.311Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200363410 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:34:19 [2019-07-19T20:34:19.311Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200363424 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:34:19 [2019-07-19T20:34:19.311Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:34:19 [2019-07-19T20:34:19.311Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:19 [2019-07-19T20:34:19.311Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=200363425 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]} 16:34:19 [2019-07-19T20:34:19.311Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=200363425 data=null doit=true} to TreeItem with text {Traces [12]} 16:34:19 [2019-07-19T20:34:19.311Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=200363425 data=null} to TreeItem with text {Traces [12]} 16:34:19 [2019-07-19T20:34:19.311Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=200363425 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:34:19 [2019-07-19T20:34:19.311Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200363426 data=null item=TreeItem {Traces [12]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [12]} 16:34:19 [2019-07-19T20:34:19.311Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=200363463 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:34:19 [2019-07-19T20:34:19.311Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again. 16:34:19 [2019-07-19T20:34:19.311Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:34:19 [2019-07-19T20:34:19.311Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:19 [2019-07-19T20:34:19.568Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=200363573 data=null button=0 stateMask=0x0 x=139 y=200 count=0} to TreeItem with text {ust-overlap-testing} 16:34:19 [2019-07-19T20:34:19.568Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=200363573 data=null doit=true} to TreeItem with text {ust-overlap-testing} 16:34:19 [2019-07-19T20:34:19.568Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=200363573 data=null} to TreeItem with text {ust-overlap-testing} 16:34:19 [2019-07-19T20:34:19.568Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=200363574 data=null button=1 stateMask=0x0 x=139 y=200 count=1} to TreeItem with text {ust-overlap-testing} 16:34:19 [2019-07-19T20:34:19.568Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200363574 data=null item=TreeItem {ust-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ust-overlap-testing} 16:34:19 [2019-07-19T20:34:19.568Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=200363627 data=null button=1 stateMask=0x80000 x=139 y=200 count=1} to TreeItem with text {ust-overlap-testing} 16:34:19 [2019-07-19T20:34:19.568Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:19 [2019-07-19T20:34:19.568Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:19 [2019-07-19T20:34:19.568Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:34:19 [2019-07-19T20:34:19.568Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:19 [2019-07-19T20:34:19.568Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=200363630 data=null button=0 stateMask=0x0 x=139 y=200 count=0} to TreeItem with text {ust-overlap-testing} 16:34:19 [2019-07-19T20:34:19.568Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=200363630 data=null doit=true} to TreeItem with text {ust-overlap-testing} 16:34:19 [2019-07-19T20:34:19.568Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=200363630 data=null} to TreeItem with text {ust-overlap-testing} 16:34:19 [2019-07-19T20:34:19.568Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=200363631 data=null button=1 stateMask=0x0 x=139 y=200 count=1} to TreeItem with text {ust-overlap-testing} 16:34:19 [2019-07-19T20:34:19.568Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200363631 data=null item=TreeItem {ust-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ust-overlap-testing} 16:34:19 [2019-07-19T20:34:19.568Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=200363636 data=null button=1 stateMask=0x80000 x=139 y=200 count=1} to TreeItem with text {ust-overlap-testing} 16:34:19 [2019-07-19T20:34:19.568Z] DEBUG - Double-clicking on TreeItem with text {ust-overlap-testing} 16:34:19 [2019-07-19T20:34:19.568Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=200363636 data=null button=0 stateMask=0x0 x=139 y=200 count=0} to TreeItem with text {ust-overlap-testing} 16:34:19 [2019-07-19T20:34:19.568Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=200363637 data=null doit=true} to TreeItem with text {ust-overlap-testing} 16:34:19 [2019-07-19T20:34:19.568Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:19 [2019-07-19T20:34:19.568Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=200363637 data=null} to TreeItem with text {ust-overlap-testing} 16:34:19 [2019-07-19T20:34:19.568Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=200363637 data=null button=1 stateMask=0x0 x=139 y=200 count=1} to TreeItem with text {ust-overlap-testing} 16:34:19 [2019-07-19T20:34:19.568Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200363638 data=null item=TreeItem {ust-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ust-overlap-testing} 16:34:19 [2019-07-19T20:34:19.568Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=200363648 data=null button=1 stateMask=0x80000 x=139 y=200 count=1} to TreeItem with text {ust-overlap-testing} 16:34:19 [2019-07-19T20:34:19.568Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=200363649 data=null button=1 stateMask=0x0 x=139 y=200 count=2} to TreeItem with text {ust-overlap-testing} 16:34:19 [2019-07-19T20:34:19.568Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ust-overlap-testing} time=200363649 data=null button=1 stateMask=0x0 x=139 y=200 count=2} to TreeItem with text {ust-overlap-testing} 16:34:19 [2019-07-19T20:34:19.568Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200363649 data=null item=TreeItem {ust-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ust-overlap-testing} 16:34:20 [2019-07-19T20:34:20.131Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=200363731 data=null button=1 stateMask=0x80000 x=139 y=200 count=2} to TreeItem with text {ust-overlap-testing} 16:34:20 [2019-07-19T20:34:20.131Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ust-overlap-testing} time=200364148 data=null button=0 stateMask=0x0 x=139 y=200 count=0} to TreeItem with text {ust-overlap-testing} 16:34:20 [2019-07-19T20:34:20.131Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ust-overlap-testing} time=200364208 data=null doit=true} to TreeItem with text {ust-overlap-testing} 16:34:20 [2019-07-19T20:34:20.131Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ust-overlap-testing} time=200364209 data=null} to TreeItem with text {ust-overlap-testing} 16:34:20 [2019-07-19T20:34:20.131Z] DEBUG - Double-clicked on TreeItem with text {ust-overlap-testing} 16:34:20 [2019-07-19T20:34:20.131Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:20 [2019-07-19T20:34:20.131Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:20 [2019-07-19T20:34:20.131Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:20 [2019-07-19T20:34:20.131Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:20 [2019-07-19T20:34:20.131Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:20 [2019-07-19T20:34:20.131Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:20 [2019-07-19T20:34:20.131Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:34:20 [2019-07-19T20:34:20.131Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:34:20 [2019-07-19T20:34:20.131Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:34:20 [2019-07-19T20:34:20.131Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:34:20 [2019-07-19T20:34:20.131Z] DEBUG - Attempting to set focus on Table with text {} 16:34:20 [2019-07-19T20:34:20.131Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200364214 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:34:20 [2019-07-19T20:34:20.131Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200364214 data=null doit=true} to TableItem with text {} 16:34:20 [2019-07-19T20:34:20.131Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200364214 data=null} to TableItem with text {} 16:34:20 [2019-07-19T20:34:20.131Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200364215 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:34:20 [2019-07-19T20:34:20.131Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200364215 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:34:20 [2019-07-19T20:34:20.131Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200364222 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:34:20 [2019-07-19T20:34:20.131Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:34:20 [2019-07-19T20:34:20.131Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:34:21 [2019-07-19T20:34:21.061Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:34:21 [2019-07-19T20:34:21.061Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:21 [2019-07-19T20:34:21.318Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=200365334 data=null button=0 stateMask=0x0 x=139 y=200 count=0} to TreeItem with text {ust-overlap-testing} 16:34:21 [2019-07-19T20:34:21.318Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=200365334 data=null doit=true} to TreeItem with text {ust-overlap-testing} 16:34:21 [2019-07-19T20:34:21.318Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=200365334 data=null} to TreeItem with text {ust-overlap-testing} 16:34:21 [2019-07-19T20:34:21.318Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=200365335 data=null button=1 stateMask=0x0 x=139 y=200 count=1} to TreeItem with text {ust-overlap-testing} 16:34:21 [2019-07-19T20:34:21.318Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200365335 data=null item=TreeItem {ust-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ust-overlap-testing} 16:34:21 [2019-07-19T20:34:21.318Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=200365346 data=null button=1 stateMask=0x80000 x=139 y=200 count=1} to TreeItem with text {ust-overlap-testing} 16:34:21 [2019-07-19T20:34:21.318Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:21 [2019-07-19T20:34:21.318Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:21 [2019-07-19T20:34:21.318Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:34:21 [2019-07-19T20:34:21.318Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:34:21 [2019-07-19T20:34:21.318Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:21 [2019-07-19T20:34:21.318Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:21 [2019-07-19T20:34:21.318Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:21 [2019-07-19T20:34:21.318Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:21 [2019-07-19T20:34:21.318Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:21 [2019-07-19T20:34:21.318Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200365373 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:34:21 [2019-07-19T20:34:21.318Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200365373 data=null doit=true} to TreeItem with text {test} 16:34:21 [2019-07-19T20:34:21.318Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200365373 data=null} to TreeItem with text {test} 16:34:21 [2019-07-19T20:34:21.318Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200365373 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:34:21 [2019-07-19T20:34:21.318Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200365374 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:34:21 [2019-07-19T20:34:21.318Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200365413 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:34:21 [2019-07-19T20:34:21.318Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:21 [2019-07-19T20:34:21.318Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200365414 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:34:21 [2019-07-19T20:34:21.318Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200365424 data=null doit=true} to TreeItem with text {test} 16:34:21 [2019-07-19T20:34:21.318Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200365425 data=null} to TreeItem with text {test} 16:34:21 [2019-07-19T20:34:21.318Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200365425 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:34:21 [2019-07-19T20:34:21.318Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200365426 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:34:21 [2019-07-19T20:34:21.318Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200365439 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:34:21 [2019-07-19T20:34:21.318Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:34:21 [2019-07-19T20:34:21.318Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:21 [2019-07-19T20:34:21.318Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=200365440 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]} 16:34:21 [2019-07-19T20:34:21.318Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=200365440 data=null doit=true} to TreeItem with text {Traces [12]} 16:34:21 [2019-07-19T20:34:21.318Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=200365440 data=null} to TreeItem with text {Traces [12]} 16:34:21 [2019-07-19T20:34:21.318Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=200365440 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:34:21 [2019-07-19T20:34:21.318Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200365441 data=null item=TreeItem {Traces [12]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [12]} 16:34:21 [2019-07-19T20:34:21.318Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=200365464 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:34:21 [2019-07-19T20:34:21.318Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again. 16:34:21 [2019-07-19T20:34:21.318Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {z-clashes [6]} time=200365465 data=null doit=true} to TreeItem with text {z-clashes [6]} 16:34:21 [2019-07-19T20:34:21.318Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {z-clashes [6]} time=200365465 data=null} to TreeItem with text {z-clashes [6]} 16:34:21 [2019-07-19T20:34:21.318Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {z-clashes [6]} time=200365465 data=null button=1 stateMask=0x0 x=119 y=74 count=1} to TreeItem with text {z-clashes [6]} 16:34:21 [2019-07-19T20:34:21.318Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200365465 data=null item=TreeItem {z-clashes [6]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {z-clashes [6]} 16:34:21 [2019-07-19T20:34:21.318Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {z-clashes [6]} time=200365500 data=null button=1 stateMask=0x80000 x=119 y=74 count=1} to TreeItem with text {z-clashes [6]} 16:34:21 [2019-07-19T20:34:21.574Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:34:21 [2019-07-19T20:34:21.574Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:21 [2019-07-19T20:34:21.835Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200365883 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:34:21 [2019-07-19T20:34:21.835Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200365883 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:34:21 [2019-07-19T20:34:21.835Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200365883 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:34:21 [2019-07-19T20:34:21.835Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200365883 data=null button=1 stateMask=0x0 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:34:21 [2019-07-19T20:34:21.835Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200365883 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:34:21 [2019-07-19T20:34:21.835Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200365924 data=null button=1 stateMask=0x80000 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:34:21 [2019-07-19T20:34:21.835Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:21 [2019-07-19T20:34:21.835Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:21 [2019-07-19T20:34:21.835Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:34:21 [2019-07-19T20:34:21.835Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:21 [2019-07-19T20:34:21.835Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200365927 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:34:21 [2019-07-19T20:34:21.835Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200365927 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:34:21 [2019-07-19T20:34:21.835Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200365927 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:34:21 [2019-07-19T20:34:21.835Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200365927 data=null button=1 stateMask=0x0 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:34:21 [2019-07-19T20:34:21.835Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200365928 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:34:21 [2019-07-19T20:34:21.835Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200365933 data=null button=1 stateMask=0x80000 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:34:21 [2019-07-19T20:34:21.835Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomTxt.log} 16:34:21 [2019-07-19T20:34:21.835Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200365933 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:34:21 [2019-07-19T20:34:21.835Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200365933 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:34:21 [2019-07-19T20:34:21.835Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:21 [2019-07-19T20:34:21.835Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200365934 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:34:21 [2019-07-19T20:34:21.835Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200365934 data=null button=1 stateMask=0x0 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:34:21 [2019-07-19T20:34:21.835Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200365934 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:34:21 [2019-07-19T20:34:21.835Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200365938 data=null button=1 stateMask=0x80000 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:34:21 [2019-07-19T20:34:21.835Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200365945 data=null button=1 stateMask=0x0 x=170 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:34:21 [2019-07-19T20:34:21.835Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200365945 data=null button=1 stateMask=0x0 x=170 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:34:21 [2019-07-19T20:34:21.835Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200365946 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:34:22 [2019-07-19T20:34:22.401Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200366101 data=null button=1 stateMask=0x80000 x=170 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:34:22 [2019-07-19T20:34:22.401Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200366413 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:34:22 [2019-07-19T20:34:22.401Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200366413 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:34:22 [2019-07-19T20:34:22.401Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200366413 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:34:22 [2019-07-19T20:34:22.401Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomTxt.log} 16:34:22 [2019-07-19T20:34:22.401Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:22 [2019-07-19T20:34:22.401Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:22 [2019-07-19T20:34:22.401Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:22 [2019-07-19T20:34:22.401Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:22 [2019-07-19T20:34:22.401Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:22 [2019-07-19T20:34:22.401Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:22 [2019-07-19T20:34:22.401Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:23 [2019-07-19T20:34:23.332Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:34:23 [2019-07-19T20:34:23.332Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:34:23 [2019-07-19T20:34:23.332Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:34:23 [2019-07-19T20:34:23.332Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:34:23 [2019-07-19T20:34:23.332Z] DEBUG - Attempting to set focus on Table with text {} 16:34:23 [2019-07-19T20:34:23.332Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200367474 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:34:23 [2019-07-19T20:34:23.332Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200367475 data=null doit=true} to TableItem with text {} 16:34:23 [2019-07-19T20:34:23.332Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200367475 data=null} to TableItem with text {} 16:34:23 [2019-07-19T20:34:23.332Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200367475 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:34:23 [2019-07-19T20:34:23.332Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200367475 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:34:23 [2019-07-19T20:34:23.332Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200367481 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:34:23 [2019-07-19T20:34:23.332Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:34:23 [2019-07-19T20:34:23.332Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:34:23 [2019-07-19T20:34:23.332Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:34:23 [2019-07-19T20:34:23.332Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:23 [2019-07-19T20:34:23.589Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200367687 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:34:23 [2019-07-19T20:34:23.589Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200367687 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:34:23 [2019-07-19T20:34:23.589Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200367688 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:34:23 [2019-07-19T20:34:23.589Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200367688 data=null button=1 stateMask=0x0 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:34:23 [2019-07-19T20:34:23.589Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200367689 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:34:23 [2019-07-19T20:34:23.589Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200367695 data=null button=1 stateMask=0x80000 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:34:23 [2019-07-19T20:34:23.589Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:23 [2019-07-19T20:34:23.589Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:23 [2019-07-19T20:34:23.589Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:34:23 [2019-07-19T20:34:23.589Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:34:23 [2019-07-19T20:34:23.589Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:23 [2019-07-19T20:34:23.589Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:23 [2019-07-19T20:34:23.589Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:23 [2019-07-19T20:34:23.589Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:23 [2019-07-19T20:34:23.589Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:23 [2019-07-19T20:34:23.589Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200367707 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:34:23 [2019-07-19T20:34:23.589Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200367707 data=null doit=true} to TreeItem with text {test} 16:34:23 [2019-07-19T20:34:23.589Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200367707 data=null} to TreeItem with text {test} 16:34:23 [2019-07-19T20:34:23.589Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200367708 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:34:23 [2019-07-19T20:34:23.589Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200367708 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:34:23 [2019-07-19T20:34:23.589Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200367744 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:34:23 [2019-07-19T20:34:23.589Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:23 [2019-07-19T20:34:23.589Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200367745 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:34:23 [2019-07-19T20:34:23.589Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200367745 data=null doit=true} to TreeItem with text {test} 16:34:23 [2019-07-19T20:34:23.589Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200367745 data=null} to TreeItem with text {test} 16:34:23 [2019-07-19T20:34:23.589Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200367745 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:34:23 [2019-07-19T20:34:23.589Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200367746 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:34:23 [2019-07-19T20:34:23.589Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200367752 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:34:23 [2019-07-19T20:34:23.589Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:34:23 [2019-07-19T20:34:23.589Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:23 [2019-07-19T20:34:23.589Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=200367753 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]} 16:34:23 [2019-07-19T20:34:23.589Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=200367753 data=null doit=true} to TreeItem with text {Traces [12]} 16:34:23 [2019-07-19T20:34:23.589Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=200367753 data=null} to TreeItem with text {Traces [12]} 16:34:23 [2019-07-19T20:34:23.589Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=200367754 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:34:23 [2019-07-19T20:34:23.589Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200367754 data=null item=TreeItem {Traces [12]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [12]} 16:34:23 [2019-07-19T20:34:23.589Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=200367775 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:34:23 [2019-07-19T20:34:23.589Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again. 16:34:23 [2019-07-19T20:34:23.589Z] WARN - Tree item TreeItem with text {z-clashes [6]} is already expanded. Won't expand it again. 16:34:24 [2019-07-19T20:34:24.153Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:34:24 [2019-07-19T20:34:24.153Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:24 [2019-07-19T20:34:24.153Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200368265 data=null button=0 stateMask=0x0 x=174 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:34:24 [2019-07-19T20:34:24.153Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200368265 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:34:24 [2019-07-19T20:34:24.153Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200368266 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:34:24 [2019-07-19T20:34:24.153Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200368266 data=null button=1 stateMask=0x0 x=174 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:34:24 [2019-07-19T20:34:24.153Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200368266 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:34:24 [2019-07-19T20:34:24.153Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200368305 data=null button=1 stateMask=0x80000 x=174 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:34:24 [2019-07-19T20:34:24.153Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:24 [2019-07-19T20:34:24.153Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:24 [2019-07-19T20:34:24.153Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:34:24 [2019-07-19T20:34:24.153Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:24 [2019-07-19T20:34:24.153Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200368308 data=null button=0 stateMask=0x0 x=174 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:34:24 [2019-07-19T20:34:24.153Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200368308 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:34:24 [2019-07-19T20:34:24.153Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200368309 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:34:24 [2019-07-19T20:34:24.153Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200368309 data=null button=1 stateMask=0x0 x=174 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:34:24 [2019-07-19T20:34:24.153Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200368309 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:34:24 [2019-07-19T20:34:24.153Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200368314 data=null button=1 stateMask=0x80000 x=174 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:34:24 [2019-07-19T20:34:24.153Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomXml.xml} 16:34:24 [2019-07-19T20:34:24.153Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200368315 data=null button=0 stateMask=0x0 x=174 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:34:24 [2019-07-19T20:34:24.153Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200368315 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:34:24 [2019-07-19T20:34:24.153Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:24 [2019-07-19T20:34:24.153Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200368315 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:34:24 [2019-07-19T20:34:24.153Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200368316 data=null button=1 stateMask=0x0 x=174 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:34:24 [2019-07-19T20:34:24.153Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200368316 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:34:24 [2019-07-19T20:34:24.153Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200368320 data=null button=1 stateMask=0x80000 x=174 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:34:24 [2019-07-19T20:34:24.153Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200368320 data=null button=1 stateMask=0x0 x=174 y=116 count=2} to TreeItem with text {ExampleCustomXml.xml} 16:34:24 [2019-07-19T20:34:24.153Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200368326 data=null button=1 stateMask=0x0 x=174 y=116 count=2} to TreeItem with text {ExampleCustomXml.xml} 16:34:24 [2019-07-19T20:34:24.410Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200368326 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:34:24 [2019-07-19T20:34:24.667Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200368558 data=null button=1 stateMask=0x80000 x=174 y=116 count=2} to TreeItem with text {ExampleCustomXml.xml} 16:34:24 [2019-07-19T20:34:24.667Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200368764 data=null button=0 stateMask=0x0 x=174 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:34:24 [2019-07-19T20:34:24.667Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200368764 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:34:24 [2019-07-19T20:34:24.667Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200368764 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:34:24 [2019-07-19T20:34:24.667Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomXml.xml} 16:34:24 [2019-07-19T20:34:24.667Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:24 [2019-07-19T20:34:24.667Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:24 [2019-07-19T20:34:24.667Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:24 [2019-07-19T20:34:24.667Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:24 [2019-07-19T20:34:24.667Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:24 [2019-07-19T20:34:24.667Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:24 [2019-07-19T20:34:24.667Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:24 [2019-07-19T20:34:24.667Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:25 [2019-07-19T20:34:25.598Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:34:25 [2019-07-19T20:34:25.598Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:34:25 [2019-07-19T20:34:25.598Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:34:25 [2019-07-19T20:34:25.598Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:34:25 [2019-07-19T20:34:25.598Z] DEBUG - Attempting to set focus on Table with text {} 16:34:25 [2019-07-19T20:34:25.598Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200369781 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:34:25 [2019-07-19T20:34:25.598Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200369781 data=null doit=true} to TableItem with text {} 16:34:25 [2019-07-19T20:34:25.598Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200369781 data=null} to TableItem with text {} 16:34:25 [2019-07-19T20:34:25.598Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200369781 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:34:25 [2019-07-19T20:34:25.598Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200369782 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:34:25 [2019-07-19T20:34:25.598Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200369844 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:34:25 [2019-07-19T20:34:25.598Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:34:25 [2019-07-19T20:34:25.598Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:34:25 [2019-07-19T20:34:25.855Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:34:25 [2019-07-19T20:34:25.855Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:25 [2019-07-19T20:34:25.855Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200369997 data=null button=0 stateMask=0x0 x=174 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:34:25 [2019-07-19T20:34:25.855Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200369998 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:34:25 [2019-07-19T20:34:25.855Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200369998 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:34:25 [2019-07-19T20:34:25.855Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200369998 data=null button=1 stateMask=0x0 x=174 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:34:25 [2019-07-19T20:34:25.855Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200369998 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:34:25 [2019-07-19T20:34:25.855Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200370034 data=null button=1 stateMask=0x80000 x=174 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:34:25 [2019-07-19T20:34:25.855Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:25 [2019-07-19T20:34:25.855Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:25 [2019-07-19T20:34:25.855Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:34:25 [2019-07-19T20:34:25.855Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:34:25 [2019-07-19T20:34:25.855Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:25 [2019-07-19T20:34:25.855Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:25 [2019-07-19T20:34:25.855Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:25 [2019-07-19T20:34:25.855Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:25 [2019-07-19T20:34:25.855Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:25 [2019-07-19T20:34:25.855Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200370040 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:34:25 [2019-07-19T20:34:25.855Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200370040 data=null doit=true} to TreeItem with text {test} 16:34:25 [2019-07-19T20:34:25.855Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200370041 data=null} to TreeItem with text {test} 16:34:25 [2019-07-19T20:34:25.855Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200370041 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:34:25 [2019-07-19T20:34:25.855Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200370041 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:34:25 [2019-07-19T20:34:25.855Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200370091 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:34:25 [2019-07-19T20:34:25.855Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:25 [2019-07-19T20:34:25.855Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200370092 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:34:25 [2019-07-19T20:34:25.855Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200370092 data=null doit=true} to TreeItem with text {test} 16:34:25 [2019-07-19T20:34:25.855Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200370092 data=null} to TreeItem with text {test} 16:34:25 [2019-07-19T20:34:25.855Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200370093 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:34:25 [2019-07-19T20:34:25.855Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200370093 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:34:25 [2019-07-19T20:34:25.855Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200370104 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:34:25 [2019-07-19T20:34:25.855Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:34:25 [2019-07-19T20:34:25.855Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:25 [2019-07-19T20:34:25.855Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=200370105 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]} 16:34:26 [2019-07-19T20:34:26.112Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=200370105 data=null doit=true} to TreeItem with text {Traces [12]} 16:34:26 [2019-07-19T20:34:26.112Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=200370105 data=null} to TreeItem with text {Traces [12]} 16:34:26 [2019-07-19T20:34:26.112Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=200370105 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:34:26 [2019-07-19T20:34:26.112Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200370106 data=null item=TreeItem {Traces [12]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [12]} 16:34:26 [2019-07-19T20:34:26.112Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=200370128 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:34:26 [2019-07-19T20:34:26.112Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again. 16:34:26 [2019-07-19T20:34:26.112Z] WARN - Tree item TreeItem with text {z-clashes [6]} is already expanded. Won't expand it again. 16:34:26 [2019-07-19T20:34:26.112Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:34:26 [2019-07-19T20:34:26.112Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:26 [2019-07-19T20:34:26.369Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200370420 data=null button=0 stateMask=0x0 x=166 y=137 count=0} to TreeItem with text {kernel-overlap-testing} 16:34:26 [2019-07-19T20:34:26.369Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200370420 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:34:26 [2019-07-19T20:34:26.369Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200370421 data=null} to TreeItem with text {kernel-overlap-testing} 16:34:26 [2019-07-19T20:34:26.369Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200370421 data=null button=1 stateMask=0x0 x=166 y=137 count=1} to TreeItem with text {kernel-overlap-testing} 16:34:26 [2019-07-19T20:34:26.369Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200370421 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:34:26 [2019-07-19T20:34:26.369Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200370469 data=null button=1 stateMask=0x80000 x=166 y=137 count=1} to TreeItem with text {kernel-overlap-testing} 16:34:26 [2019-07-19T20:34:26.369Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:26 [2019-07-19T20:34:26.369Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:26 [2019-07-19T20:34:26.369Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:34:26 [2019-07-19T20:34:26.369Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:26 [2019-07-19T20:34:26.369Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200370473 data=null button=0 stateMask=0x0 x=166 y=137 count=0} to TreeItem with text {kernel-overlap-testing} 16:34:26 [2019-07-19T20:34:26.369Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200370473 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:34:26 [2019-07-19T20:34:26.369Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200370473 data=null} to TreeItem with text {kernel-overlap-testing} 16:34:26 [2019-07-19T20:34:26.369Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200370473 data=null button=1 stateMask=0x0 x=166 y=137 count=1} to TreeItem with text {kernel-overlap-testing} 16:34:26 [2019-07-19T20:34:26.369Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200370473 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:34:26 [2019-07-19T20:34:26.369Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200370480 data=null button=1 stateMask=0x80000 x=166 y=137 count=1} to TreeItem with text {kernel-overlap-testing} 16:34:26 [2019-07-19T20:34:26.369Z] DEBUG - Double-clicking on TreeItem with text {kernel-overlap-testing} 16:34:26 [2019-07-19T20:34:26.369Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200370481 data=null button=0 stateMask=0x0 x=166 y=137 count=0} to TreeItem with text {kernel-overlap-testing} 16:34:26 [2019-07-19T20:34:26.369Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200370481 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:34:26 [2019-07-19T20:34:26.369Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:26 [2019-07-19T20:34:26.369Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200370482 data=null} to TreeItem with text {kernel-overlap-testing} 16:34:26 [2019-07-19T20:34:26.369Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200370482 data=null button=1 stateMask=0x0 x=166 y=137 count=1} to TreeItem with text {kernel-overlap-testing} 16:34:26 [2019-07-19T20:34:26.369Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200370482 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:34:26 [2019-07-19T20:34:26.369Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200370494 data=null button=1 stateMask=0x80000 x=166 y=137 count=1} to TreeItem with text {kernel-overlap-testing} 16:34:26 [2019-07-19T20:34:26.369Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200370495 data=null button=1 stateMask=0x0 x=166 y=137 count=2} to TreeItem with text {kernel-overlap-testing} 16:34:26 [2019-07-19T20:34:26.369Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {kernel-overlap-testing} time=200370495 data=null button=1 stateMask=0x0 x=166 y=137 count=2} to TreeItem with text {kernel-overlap-testing} 16:34:26 [2019-07-19T20:34:26.369Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200370495 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:34:26 [2019-07-19T20:34:26.932Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200370587 data=null button=1 stateMask=0x80000 x=166 y=137 count=2} to TreeItem with text {kernel-overlap-testing} 16:34:27 [2019-07-19T20:34:27.189Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {kernel-overlap-testing} time=200371153 data=null button=0 stateMask=0x0 x=166 y=137 count=0} to TreeItem with text {kernel-overlap-testing} 16:34:27 [2019-07-19T20:34:27.189Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {kernel-overlap-testing} time=200371241 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:34:27 [2019-07-19T20:34:27.189Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {kernel-overlap-testing} time=200371241 data=null} to TreeItem with text {kernel-overlap-testing} 16:34:27 [2019-07-19T20:34:27.189Z] DEBUG - Double-clicked on TreeItem with text {kernel-overlap-testing} 16:34:27 [2019-07-19T20:34:27.189Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:27 [2019-07-19T20:34:27.189Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:27 [2019-07-19T20:34:27.189Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:27 [2019-07-19T20:34:27.189Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:27 [2019-07-19T20:34:27.189Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:27 [2019-07-19T20:34:27.189Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:27 [2019-07-19T20:34:27.189Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:27 [2019-07-19T20:34:27.189Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:27 [2019-07-19T20:34:27.189Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:27 [2019-07-19T20:34:27.189Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:34:27 [2019-07-19T20:34:27.189Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:34:27 [2019-07-19T20:34:27.189Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:34:27 [2019-07-19T20:34:27.189Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:34:27 [2019-07-19T20:34:27.189Z] DEBUG - Attempting to set focus on Table with text {} 16:34:27 [2019-07-19T20:34:27.189Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200371246 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:34:27 [2019-07-19T20:34:27.189Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200371247 data=null doit=true} to TableItem with text {} 16:34:27 [2019-07-19T20:34:27.189Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200371247 data=null} to TableItem with text {} 16:34:27 [2019-07-19T20:34:27.189Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200371247 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:34:27 [2019-07-19T20:34:27.189Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200371247 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:34:27 [2019-07-19T20:34:27.189Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200371255 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:34:27 [2019-07-19T20:34:27.189Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:34:27 [2019-07-19T20:34:27.189Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:34:28 [2019-07-19T20:34:28.119Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:34:28 [2019-07-19T20:34:28.119Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:28 [2019-07-19T20:34:28.119Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200372266 data=null button=0 stateMask=0x0 x=166 y=137 count=0} to TreeItem with text {kernel-overlap-testing} 16:34:28 [2019-07-19T20:34:28.119Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200372267 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:34:28 [2019-07-19T20:34:28.119Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200372267 data=null} to TreeItem with text {kernel-overlap-testing} 16:34:28 [2019-07-19T20:34:28.119Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200372267 data=null button=1 stateMask=0x0 x=166 y=137 count=1} to TreeItem with text {kernel-overlap-testing} 16:34:28 [2019-07-19T20:34:28.119Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200372267 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:34:28 [2019-07-19T20:34:28.119Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200372273 data=null button=1 stateMask=0x80000 x=166 y=137 count=1} to TreeItem with text {kernel-overlap-testing} 16:34:28 [2019-07-19T20:34:28.119Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:28 [2019-07-19T20:34:28.119Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:28 [2019-07-19T20:34:28.119Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:34:28 [2019-07-19T20:34:28.119Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:34:28 [2019-07-19T20:34:28.119Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:28 [2019-07-19T20:34:28.119Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:28 [2019-07-19T20:34:28.119Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:28 [2019-07-19T20:34:28.119Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:28 [2019-07-19T20:34:28.119Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:28 [2019-07-19T20:34:28.119Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200372279 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:34:28 [2019-07-19T20:34:28.119Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200372279 data=null doit=true} to TreeItem with text {test} 16:34:28 [2019-07-19T20:34:28.119Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200372279 data=null} to TreeItem with text {test} 16:34:28 [2019-07-19T20:34:28.119Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200372280 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:34:28 [2019-07-19T20:34:28.119Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200372280 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:34:28 [2019-07-19T20:34:28.119Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200372324 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:34:28 [2019-07-19T20:34:28.119Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:28 [2019-07-19T20:34:28.119Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200372326 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:34:28 [2019-07-19T20:34:28.119Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200372326 data=null doit=true} to TreeItem with text {test} 16:34:28 [2019-07-19T20:34:28.119Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200372326 data=null} to TreeItem with text {test} 16:34:28 [2019-07-19T20:34:28.119Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200372327 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:34:28 [2019-07-19T20:34:28.119Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200372327 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:34:28 [2019-07-19T20:34:28.119Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200372338 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:34:28 [2019-07-19T20:34:28.119Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:34:28 [2019-07-19T20:34:28.119Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:28 [2019-07-19T20:34:28.119Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=200372339 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]} 16:34:28 [2019-07-19T20:34:28.119Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=200372339 data=null doit=true} to TreeItem with text {Traces [12]} 16:34:28 [2019-07-19T20:34:28.119Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=200372339 data=null} to TreeItem with text {Traces [12]} 16:34:28 [2019-07-19T20:34:28.119Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=200372339 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:34:28 [2019-07-19T20:34:28.119Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200372339 data=null item=TreeItem {Traces [12]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [12]} 16:34:28 [2019-07-19T20:34:28.376Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=200372362 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:34:28 [2019-07-19T20:34:28.376Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again. 16:34:28 [2019-07-19T20:34:28.376Z] WARN - Tree item TreeItem with text {z-clashes [6]} is already expanded. Won't expand it again. 16:34:28 [2019-07-19T20:34:28.376Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:34:28 [2019-07-19T20:34:28.376Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:28 [2019-07-19T20:34:28.376Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=200372576 data=null button=0 stateMask=0x0 x=168 y=158 count=0} to TreeItem with text {simple_server-thread1} 16:34:28 [2019-07-19T20:34:28.376Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=200372577 data=null doit=true} to TreeItem with text {simple_server-thread1} 16:34:28 [2019-07-19T20:34:28.376Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=200372577 data=null} to TreeItem with text {simple_server-thread1} 16:34:28 [2019-07-19T20:34:28.376Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=200372577 data=null button=1 stateMask=0x0 x=168 y=158 count=1} to TreeItem with text {simple_server-thread1} 16:34:28 [2019-07-19T20:34:28.376Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200372578 data=null item=TreeItem {simple_server-thread1} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread1} 16:34:28 [2019-07-19T20:34:28.633Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=200372660 data=null button=1 stateMask=0x80000 x=168 y=158 count=1} to TreeItem with text {simple_server-thread1} 16:34:28 [2019-07-19T20:34:28.633Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:28 [2019-07-19T20:34:28.633Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:28 [2019-07-19T20:34:28.633Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:34:28 [2019-07-19T20:34:28.633Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:28 [2019-07-19T20:34:28.633Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=200372663 data=null button=0 stateMask=0x0 x=168 y=158 count=0} to TreeItem with text {simple_server-thread1} 16:34:28 [2019-07-19T20:34:28.633Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=200372663 data=null doit=true} to TreeItem with text {simple_server-thread1} 16:34:28 [2019-07-19T20:34:28.633Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=200372663 data=null} to TreeItem with text {simple_server-thread1} 16:34:28 [2019-07-19T20:34:28.633Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=200372663 data=null button=1 stateMask=0x0 x=168 y=158 count=1} to TreeItem with text {simple_server-thread1} 16:34:28 [2019-07-19T20:34:28.633Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200372663 data=null item=TreeItem {simple_server-thread1} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread1} 16:34:28 [2019-07-19T20:34:28.633Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=200372669 data=null button=1 stateMask=0x80000 x=168 y=158 count=1} to TreeItem with text {simple_server-thread1} 16:34:28 [2019-07-19T20:34:28.633Z] DEBUG - Double-clicking on TreeItem with text {simple_server-thread1} 16:34:28 [2019-07-19T20:34:28.633Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=200372669 data=null button=0 stateMask=0x0 x=168 y=158 count=0} to TreeItem with text {simple_server-thread1} 16:34:28 [2019-07-19T20:34:28.633Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=200372669 data=null doit=true} to TreeItem with text {simple_server-thread1} 16:34:28 [2019-07-19T20:34:28.633Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:28 [2019-07-19T20:34:28.633Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=200372670 data=null} to TreeItem with text {simple_server-thread1} 16:34:28 [2019-07-19T20:34:28.633Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=200372670 data=null button=1 stateMask=0x0 x=168 y=158 count=1} to TreeItem with text {simple_server-thread1} 16:34:28 [2019-07-19T20:34:28.633Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200372670 data=null item=TreeItem {simple_server-thread1} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread1} 16:34:28 [2019-07-19T20:34:28.633Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=200372674 data=null button=1 stateMask=0x80000 x=168 y=158 count=1} to TreeItem with text {simple_server-thread1} 16:34:28 [2019-07-19T20:34:28.633Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=200372675 data=null button=1 stateMask=0x0 x=168 y=158 count=2} to TreeItem with text {simple_server-thread1} 16:34:28 [2019-07-19T20:34:28.633Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {simple_server-thread1} time=200372675 data=null button=1 stateMask=0x0 x=168 y=158 count=2} to TreeItem with text {simple_server-thread1} 16:34:28 [2019-07-19T20:34:28.633Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200372676 data=null item=TreeItem {simple_server-thread1} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread1} 16:34:29 [2019-07-19T20:34:29.381Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=200372799 data=null button=1 stateMask=0x80000 x=168 y=158 count=2} to TreeItem with text {simple_server-thread1} 16:34:29 [2019-07-19T20:34:29.381Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {simple_server-thread1} time=200373228 data=null button=0 stateMask=0x0 x=168 y=158 count=0} to TreeItem with text {simple_server-thread1} 16:34:29 [2019-07-19T20:34:29.381Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {simple_server-thread1} time=200373286 data=null doit=true} to TreeItem with text {simple_server-thread1} 16:34:29 [2019-07-19T20:34:29.381Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {simple_server-thread1} time=200373286 data=null} to TreeItem with text {simple_server-thread1} 16:34:29 [2019-07-19T20:34:29.381Z] DEBUG - Double-clicked on TreeItem with text {simple_server-thread1} 16:34:29 [2019-07-19T20:34:29.381Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:29 [2019-07-19T20:34:29.381Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:29 [2019-07-19T20:34:29.381Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:29 [2019-07-19T20:34:29.381Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:29 [2019-07-19T20:34:29.381Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:29 [2019-07-19T20:34:29.381Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:29 [2019-07-19T20:34:29.381Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:29 [2019-07-19T20:34:29.381Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:29 [2019-07-19T20:34:29.381Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:29 [2019-07-19T20:34:29.381Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:29 [2019-07-19T20:34:29.381Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:34:29 [2019-07-19T20:34:29.381Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:34:29 [2019-07-19T20:34:29.381Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:34:29 [2019-07-19T20:34:29.381Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:34:29 [2019-07-19T20:34:29.381Z] DEBUG - Attempting to set focus on Table with text {} 16:34:29 [2019-07-19T20:34:29.381Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200373294 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:34:29 [2019-07-19T20:34:29.381Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200373294 data=null doit=true} to TableItem with text {} 16:34:29 [2019-07-19T20:34:29.381Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200373294 data=null} to TableItem with text {} 16:34:29 [2019-07-19T20:34:29.381Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200373295 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:34:29 [2019-07-19T20:34:29.381Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200373295 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:34:29 [2019-07-19T20:34:29.381Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200373303 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:34:29 [2019-07-19T20:34:29.381Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:34:29 [2019-07-19T20:34:29.381Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:34:30 [2019-07-19T20:34:30.312Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:34:30 [2019-07-19T20:34:30.312Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:30 [2019-07-19T20:34:30.313Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=200374411 data=null button=0 stateMask=0x0 x=168 y=158 count=0} to TreeItem with text {simple_server-thread1} 16:34:30 [2019-07-19T20:34:30.313Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=200374411 data=null doit=true} to TreeItem with text {simple_server-thread1} 16:34:30 [2019-07-19T20:34:30.313Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=200374411 data=null} to TreeItem with text {simple_server-thread1} 16:34:30 [2019-07-19T20:34:30.313Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=200374411 data=null button=1 stateMask=0x0 x=168 y=158 count=1} to TreeItem with text {simple_server-thread1} 16:34:30 [2019-07-19T20:34:30.313Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200374412 data=null item=TreeItem {simple_server-thread1} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread1} 16:34:30 [2019-07-19T20:34:30.313Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=200374417 data=null button=1 stateMask=0x80000 x=168 y=158 count=1} to TreeItem with text {simple_server-thread1} 16:34:30 [2019-07-19T20:34:30.313Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:30 [2019-07-19T20:34:30.313Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:30 [2019-07-19T20:34:30.313Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:34:30 [2019-07-19T20:34:30.313Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:34:30 [2019-07-19T20:34:30.313Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:30 [2019-07-19T20:34:30.313Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:30 [2019-07-19T20:34:30.313Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:30 [2019-07-19T20:34:30.313Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:30 [2019-07-19T20:34:30.313Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:30 [2019-07-19T20:34:30.313Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200374475 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:34:30 [2019-07-19T20:34:30.313Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200374475 data=null doit=true} to TreeItem with text {test} 16:34:30 [2019-07-19T20:34:30.313Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200374475 data=null} to TreeItem with text {test} 16:34:30 [2019-07-19T20:34:30.313Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200374475 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:34:30 [2019-07-19T20:34:30.313Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200374476 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:34:30 [2019-07-19T20:34:30.313Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200374523 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:34:30 [2019-07-19T20:34:30.313Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:30 [2019-07-19T20:34:30.313Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200374524 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:34:30 [2019-07-19T20:34:30.313Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200374524 data=null doit=true} to TreeItem with text {test} 16:34:30 [2019-07-19T20:34:30.313Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200374525 data=null} to TreeItem with text {test} 16:34:30 [2019-07-19T20:34:30.313Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200374525 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:34:30 [2019-07-19T20:34:30.313Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200374525 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:34:30 [2019-07-19T20:34:30.313Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200374533 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:34:30 [2019-07-19T20:34:30.313Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:34:30 [2019-07-19T20:34:30.313Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:30 [2019-07-19T20:34:30.313Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=200374534 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]} 16:34:30 [2019-07-19T20:34:30.313Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=200374534 data=null doit=true} to TreeItem with text {Traces [12]} 16:34:30 [2019-07-19T20:34:30.313Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=200374534 data=null} to TreeItem with text {Traces [12]} 16:34:30 [2019-07-19T20:34:30.313Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=200374535 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:34:30 [2019-07-19T20:34:30.313Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200374535 data=null item=TreeItem {Traces [12]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [12]} 16:34:30 [2019-07-19T20:34:30.570Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=200374569 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:34:30 [2019-07-19T20:34:30.570Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again. 16:34:30 [2019-07-19T20:34:30.570Z] WARN - Tree item TreeItem with text {z-clashes [6]} is already expanded. Won't expand it again. 16:34:30 [2019-07-19T20:34:30.828Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:34:30 [2019-07-19T20:34:30.828Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:30 [2019-07-19T20:34:30.828Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=200375053 data=null button=0 stateMask=0x0 x=168 y=179 count=0} to TreeItem with text {simple_server-thread2} 16:34:30 [2019-07-19T20:34:30.828Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=200375053 data=null doit=true} to TreeItem with text {simple_server-thread2} 16:34:30 [2019-07-19T20:34:30.828Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=200375053 data=null} to TreeItem with text {simple_server-thread2} 16:34:30 [2019-07-19T20:34:30.828Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=200375054 data=null button=1 stateMask=0x0 x=168 y=179 count=1} to TreeItem with text {simple_server-thread2} 16:34:30 [2019-07-19T20:34:30.828Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200375054 data=null item=TreeItem {simple_server-thread2} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread2} 16:34:31 [2019-07-19T20:34:31.085Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=200375102 data=null button=1 stateMask=0x80000 x=168 y=179 count=1} to TreeItem with text {simple_server-thread2} 16:34:31 [2019-07-19T20:34:31.085Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:31 [2019-07-19T20:34:31.085Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:31 [2019-07-19T20:34:31.085Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:34:31 [2019-07-19T20:34:31.085Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:31 [2019-07-19T20:34:31.085Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=200375105 data=null button=0 stateMask=0x0 x=168 y=179 count=0} to TreeItem with text {simple_server-thread2} 16:34:31 [2019-07-19T20:34:31.085Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=200375105 data=null doit=true} to TreeItem with text {simple_server-thread2} 16:34:31 [2019-07-19T20:34:31.085Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=200375105 data=null} to TreeItem with text {simple_server-thread2} 16:34:31 [2019-07-19T20:34:31.085Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=200375105 data=null button=1 stateMask=0x0 x=168 y=179 count=1} to TreeItem with text {simple_server-thread2} 16:34:31 [2019-07-19T20:34:31.085Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200375105 data=null item=TreeItem {simple_server-thread2} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread2} 16:34:31 [2019-07-19T20:34:31.085Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=200375110 data=null button=1 stateMask=0x80000 x=168 y=179 count=1} to TreeItem with text {simple_server-thread2} 16:34:31 [2019-07-19T20:34:31.085Z] DEBUG - Double-clicking on TreeItem with text {simple_server-thread2} 16:34:31 [2019-07-19T20:34:31.085Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=200375111 data=null button=0 stateMask=0x0 x=168 y=179 count=0} to TreeItem with text {simple_server-thread2} 16:34:31 [2019-07-19T20:34:31.085Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=200375111 data=null doit=true} to TreeItem with text {simple_server-thread2} 16:34:31 [2019-07-19T20:34:31.085Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:31 [2019-07-19T20:34:31.085Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=200375112 data=null} to TreeItem with text {simple_server-thread2} 16:34:31 [2019-07-19T20:34:31.085Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=200375112 data=null button=1 stateMask=0x0 x=168 y=179 count=1} to TreeItem with text {simple_server-thread2} 16:34:31 [2019-07-19T20:34:31.085Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200375112 data=null item=TreeItem {simple_server-thread2} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread2} 16:34:31 [2019-07-19T20:34:31.085Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=200375122 data=null button=1 stateMask=0x80000 x=168 y=179 count=1} to TreeItem with text {simple_server-thread2} 16:34:31 [2019-07-19T20:34:31.085Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=200375123 data=null button=1 stateMask=0x0 x=168 y=179 count=2} to TreeItem with text {simple_server-thread2} 16:34:31 [2019-07-19T20:34:31.085Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {simple_server-thread2} time=200375123 data=null button=1 stateMask=0x0 x=168 y=179 count=2} to TreeItem with text {simple_server-thread2} 16:34:31 [2019-07-19T20:34:31.085Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200375123 data=null item=TreeItem {simple_server-thread2} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread2} 16:34:31 [2019-07-19T20:34:31.342Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=200375213 data=null button=1 stateMask=0x80000 x=168 y=179 count=2} to TreeItem with text {simple_server-thread2} 16:34:31 [2019-07-19T20:34:31.599Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {simple_server-thread2} time=200375631 data=null button=0 stateMask=0x0 x=168 y=179 count=0} to TreeItem with text {simple_server-thread2} 16:34:31 [2019-07-19T20:34:31.599Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {simple_server-thread2} time=200375715 data=null doit=true} to TreeItem with text {simple_server-thread2} 16:34:31 [2019-07-19T20:34:31.599Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {simple_server-thread2} time=200375715 data=null} to TreeItem with text {simple_server-thread2} 16:34:31 [2019-07-19T20:34:31.599Z] DEBUG - Double-clicked on TreeItem with text {simple_server-thread2} 16:34:31 [2019-07-19T20:34:31.599Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:31 [2019-07-19T20:34:31.599Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:31 [2019-07-19T20:34:31.599Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:31 [2019-07-19T20:34:31.599Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:31 [2019-07-19T20:34:31.599Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:31 [2019-07-19T20:34:31.599Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:31 [2019-07-19T20:34:31.599Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:31 [2019-07-19T20:34:31.599Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:31 [2019-07-19T20:34:31.599Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:31 [2019-07-19T20:34:31.599Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:31 [2019-07-19T20:34:31.599Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:31 [2019-07-19T20:34:31.599Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:34:31 [2019-07-19T20:34:31.599Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:34:31 [2019-07-19T20:34:31.599Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:34:31 [2019-07-19T20:34:31.599Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:34:31 [2019-07-19T20:34:31.599Z] DEBUG - Attempting to set focus on Table with text {} 16:34:31 [2019-07-19T20:34:31.599Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200375719 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:34:31 [2019-07-19T20:34:31.599Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200375719 data=null doit=true} to TableItem with text {} 16:34:31 [2019-07-19T20:34:31.599Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200375719 data=null} to TableItem with text {} 16:34:31 [2019-07-19T20:34:31.599Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200375720 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:34:31 [2019-07-19T20:34:31.599Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200375720 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:34:31 [2019-07-19T20:34:31.599Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200375751 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:34:31 [2019-07-19T20:34:31.599Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:34:31 [2019-07-19T20:34:31.599Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:34:32 [2019-07-19T20:34:32.529Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:34:32 [2019-07-19T20:34:32.529Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:32 [2019-07-19T20:34:32.786Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=200376776 data=null button=0 stateMask=0x0 x=168 y=179 count=0} to TreeItem with text {simple_server-thread2} 16:34:32 [2019-07-19T20:34:32.786Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=200376805 data=null doit=true} to TreeItem with text {simple_server-thread2} 16:34:32 [2019-07-19T20:34:32.786Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=200376805 data=null} to TreeItem with text {simple_server-thread2} 16:34:32 [2019-07-19T20:34:32.786Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=200376806 data=null button=1 stateMask=0x0 x=168 y=179 count=1} to TreeItem with text {simple_server-thread2} 16:34:32 [2019-07-19T20:34:32.786Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200376806 data=null item=TreeItem {simple_server-thread2} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread2} 16:34:32 [2019-07-19T20:34:32.786Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=200376814 data=null button=1 stateMask=0x80000 x=168 y=179 count=1} to TreeItem with text {simple_server-thread2} 16:34:32 [2019-07-19T20:34:32.786Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:32 [2019-07-19T20:34:32.786Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:32 [2019-07-19T20:34:32.786Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:34:32 [2019-07-19T20:34:32.786Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:34:32 [2019-07-19T20:34:32.786Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:32 [2019-07-19T20:34:32.786Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:32 [2019-07-19T20:34:32.786Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:32 [2019-07-19T20:34:32.786Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:32 [2019-07-19T20:34:32.786Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:32 [2019-07-19T20:34:32.786Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200376828 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:34:32 [2019-07-19T20:34:32.786Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200376828 data=null doit=true} to TreeItem with text {test} 16:34:32 [2019-07-19T20:34:32.786Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200376828 data=null} to TreeItem with text {test} 16:34:32 [2019-07-19T20:34:32.786Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200376828 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:34:32 [2019-07-19T20:34:32.786Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200376829 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:34:32 [2019-07-19T20:34:32.786Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200376876 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:34:32 [2019-07-19T20:34:32.786Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:32 [2019-07-19T20:34:32.786Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200376877 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:34:32 [2019-07-19T20:34:32.786Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200376878 data=null doit=true} to TreeItem with text {test} 16:34:32 [2019-07-19T20:34:32.786Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200376878 data=null} to TreeItem with text {test} 16:34:32 [2019-07-19T20:34:32.786Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200376878 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:34:32 [2019-07-19T20:34:32.786Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200376878 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:34:32 [2019-07-19T20:34:32.786Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200376891 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:34:32 [2019-07-19T20:34:32.786Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:34:32 [2019-07-19T20:34:32.786Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:32 [2019-07-19T20:34:32.786Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=200376893 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]} 16:34:32 [2019-07-19T20:34:32.786Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=200376893 data=null doit=true} to TreeItem with text {Traces [12]} 16:34:32 [2019-07-19T20:34:32.786Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=200376893 data=null} to TreeItem with text {Traces [12]} 16:34:32 [2019-07-19T20:34:32.786Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=200376893 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:34:32 [2019-07-19T20:34:32.786Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200376894 data=null item=TreeItem {Traces [12]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [12]} 16:34:32 [2019-07-19T20:34:32.786Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=200376917 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:34:32 [2019-07-19T20:34:32.786Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again. 16:34:32 [2019-07-19T20:34:32.786Z] WARN - Tree item TreeItem with text {z-clashes [6]} is already expanded. Won't expand it again. 16:34:33 [2019-07-19T20:34:33.350Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:34:33 [2019-07-19T20:34:33.350Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:33 [2019-07-19T20:34:33.350Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=200377407 data=null button=0 stateMask=0x0 x=157 y=200 count=0} to TreeItem with text {ust-overlap-testing} 16:34:33 [2019-07-19T20:34:33.350Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=200377407 data=null doit=true} to TreeItem with text {ust-overlap-testing} 16:34:33 [2019-07-19T20:34:33.350Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=200377407 data=null} to TreeItem with text {ust-overlap-testing} 16:34:33 [2019-07-19T20:34:33.350Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=200377408 data=null button=1 stateMask=0x0 x=157 y=200 count=1} to TreeItem with text {ust-overlap-testing} 16:34:33 [2019-07-19T20:34:33.350Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200377408 data=null item=TreeItem {ust-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ust-overlap-testing} 16:34:33 [2019-07-19T20:34:33.350Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=200377461 data=null button=1 stateMask=0x80000 x=157 y=200 count=1} to TreeItem with text {ust-overlap-testing} 16:34:33 [2019-07-19T20:34:33.350Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:33 [2019-07-19T20:34:33.350Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:33 [2019-07-19T20:34:33.350Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:34:33 [2019-07-19T20:34:33.350Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:33 [2019-07-19T20:34:33.350Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=200377464 data=null button=0 stateMask=0x0 x=157 y=200 count=0} to TreeItem with text {ust-overlap-testing} 16:34:33 [2019-07-19T20:34:33.350Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=200377464 data=null doit=true} to TreeItem with text {ust-overlap-testing} 16:34:33 [2019-07-19T20:34:33.350Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=200377464 data=null} to TreeItem with text {ust-overlap-testing} 16:34:33 [2019-07-19T20:34:33.350Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=200377465 data=null button=1 stateMask=0x0 x=157 y=200 count=1} to TreeItem with text {ust-overlap-testing} 16:34:33 [2019-07-19T20:34:33.350Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200377465 data=null item=TreeItem {ust-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ust-overlap-testing} 16:34:33 [2019-07-19T20:34:33.350Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=200377470 data=null button=1 stateMask=0x80000 x=157 y=200 count=1} to TreeItem with text {ust-overlap-testing} 16:34:33 [2019-07-19T20:34:33.350Z] DEBUG - Double-clicking on TreeItem with text {ust-overlap-testing} 16:34:33 [2019-07-19T20:34:33.350Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=200377471 data=null button=0 stateMask=0x0 x=157 y=200 count=0} to TreeItem with text {ust-overlap-testing} 16:34:33 [2019-07-19T20:34:33.350Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=200377471 data=null doit=true} to TreeItem with text {ust-overlap-testing} 16:34:33 [2019-07-19T20:34:33.350Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:33 [2019-07-19T20:34:33.350Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=200377472 data=null} to TreeItem with text {ust-overlap-testing} 16:34:33 [2019-07-19T20:34:33.350Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=200377473 data=null button=1 stateMask=0x0 x=157 y=200 count=1} to TreeItem with text {ust-overlap-testing} 16:34:33 [2019-07-19T20:34:33.350Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200377473 data=null item=TreeItem {ust-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ust-overlap-testing} 16:34:33 [2019-07-19T20:34:33.350Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=200377485 data=null button=1 stateMask=0x80000 x=157 y=200 count=1} to TreeItem with text {ust-overlap-testing} 16:34:33 [2019-07-19T20:34:33.350Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=200377485 data=null button=1 stateMask=0x0 x=157 y=200 count=2} to TreeItem with text {ust-overlap-testing} 16:34:33 [2019-07-19T20:34:33.350Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ust-overlap-testing} time=200377486 data=null button=1 stateMask=0x0 x=157 y=200 count=2} to TreeItem with text {ust-overlap-testing} 16:34:33 [2019-07-19T20:34:33.606Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200377486 data=null item=TreeItem {ust-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ust-overlap-testing} 16:34:33 [2019-07-19T20:34:33.863Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=200377688 data=null button=1 stateMask=0x80000 x=157 y=200 count=2} to TreeItem with text {ust-overlap-testing} 16:34:34 [2019-07-19T20:34:34.120Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ust-overlap-testing} time=200378134 data=null button=0 stateMask=0x0 x=157 y=200 count=0} to TreeItem with text {ust-overlap-testing} 16:34:34 [2019-07-19T20:34:34.120Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ust-overlap-testing} time=200378136 data=null doit=true} to TreeItem with text {ust-overlap-testing} 16:34:34 [2019-07-19T20:34:34.120Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ust-overlap-testing} time=200378137 data=null} to TreeItem with text {ust-overlap-testing} 16:34:34 [2019-07-19T20:34:34.120Z] DEBUG - Double-clicked on TreeItem with text {ust-overlap-testing} 16:34:34 [2019-07-19T20:34:34.120Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:34 [2019-07-19T20:34:34.120Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:34 [2019-07-19T20:34:34.120Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:34 [2019-07-19T20:34:34.120Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:34 [2019-07-19T20:34:34.120Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:34 [2019-07-19T20:34:34.120Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:34 [2019-07-19T20:34:34.120Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:34 [2019-07-19T20:34:34.120Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:34 [2019-07-19T20:34:34.120Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:34 [2019-07-19T20:34:34.120Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:34 [2019-07-19T20:34:34.120Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:34 [2019-07-19T20:34:34.120Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:34 [2019-07-19T20:34:34.120Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:34:34 [2019-07-19T20:34:34.120Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:34:34 [2019-07-19T20:34:34.120Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:34:34 [2019-07-19T20:34:34.120Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:34:34 [2019-07-19T20:34:34.120Z] DEBUG - Attempting to set focus on Table with text {} 16:34:34 [2019-07-19T20:34:34.120Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200378140 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:34:34 [2019-07-19T20:34:34.120Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200378140 data=null doit=true} to TableItem with text {} 16:34:34 [2019-07-19T20:34:34.120Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200378141 data=null} to TableItem with text {} 16:34:34 [2019-07-19T20:34:34.120Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200378141 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:34:34 [2019-07-19T20:34:34.120Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200378141 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:34:34 [2019-07-19T20:34:34.120Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200378170 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:34:34 [2019-07-19T20:34:34.120Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:34:34 [2019-07-19T20:34:34.120Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:34:35 [2019-07-19T20:34:35.051Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:34:35 [2019-07-19T20:34:35.051Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:35 [2019-07-19T20:34:35.051Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=200379226 data=null button=0 stateMask=0x0 x=157 y=200 count=0} to TreeItem with text {ust-overlap-testing} 16:34:35 [2019-07-19T20:34:35.051Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=200379227 data=null doit=true} to TreeItem with text {ust-overlap-testing} 16:34:35 [2019-07-19T20:34:35.051Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=200379227 data=null} to TreeItem with text {ust-overlap-testing} 16:34:35 [2019-07-19T20:34:35.051Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=200379227 data=null button=1 stateMask=0x0 x=157 y=200 count=1} to TreeItem with text {ust-overlap-testing} 16:34:35 [2019-07-19T20:34:35.051Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200379227 data=null item=TreeItem {ust-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ust-overlap-testing} 16:34:35 [2019-07-19T20:34:35.051Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=200379235 data=null button=1 stateMask=0x80000 x=157 y=200 count=1} to TreeItem with text {ust-overlap-testing} 16:34:35 [2019-07-19T20:34:35.051Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:35 [2019-07-19T20:34:35.051Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:35 [2019-07-19T20:34:35.051Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:34:35 [2019-07-19T20:34:35.051Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:34:35 [2019-07-19T20:34:35.051Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:35 [2019-07-19T20:34:35.051Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:35 [2019-07-19T20:34:35.051Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:35 [2019-07-19T20:34:35.051Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:35 [2019-07-19T20:34:35.051Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:35 [2019-07-19T20:34:35.051Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200379249 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:34:35 [2019-07-19T20:34:35.051Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200379249 data=null doit=true} to TreeItem with text {test} 16:34:35 [2019-07-19T20:34:35.051Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200379249 data=null} to TreeItem with text {test} 16:34:35 [2019-07-19T20:34:35.051Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200379249 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:34:35 [2019-07-19T20:34:35.051Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200379250 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:34:35 [2019-07-19T20:34:35.308Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200379338 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:34:35 [2019-07-19T20:34:35.308Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:35 [2019-07-19T20:34:35.308Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200379339 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:34:35 [2019-07-19T20:34:35.308Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200379339 data=null doit=true} to TreeItem with text {test} 16:34:35 [2019-07-19T20:34:35.308Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200379339 data=null} to TreeItem with text {test} 16:34:35 [2019-07-19T20:34:35.308Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200379339 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:34:35 [2019-07-19T20:34:35.308Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200379339 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:34:35 [2019-07-19T20:34:35.308Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200379346 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:34:35 [2019-07-19T20:34:35.308Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:34:35 [2019-07-19T20:34:35.308Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:35 [2019-07-19T20:34:35.308Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=200379347 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]} 16:34:35 [2019-07-19T20:34:35.308Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=200379348 data=null doit=true} to TreeItem with text {Traces [12]} 16:34:35 [2019-07-19T20:34:35.308Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=200379348 data=null} to TreeItem with text {Traces [12]} 16:34:35 [2019-07-19T20:34:35.308Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=200379348 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:34:35 [2019-07-19T20:34:35.308Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200379348 data=null item=TreeItem {Traces [12]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [12]} 16:34:35 [2019-07-19T20:34:35.308Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=200379367 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:34:35 [2019-07-19T20:34:35.308Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again. 16:34:35 [2019-07-19T20:34:35.308Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:34:35 [2019-07-19T20:34:35.308Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:35 [2019-07-19T20:34:35.308Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:35 [2019-07-19T20:34:35.308Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:35 [2019-07-19T20:34:35.308Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:35 [2019-07-19T20:34:35.308Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:35 [2019-07-19T20:34:35.308Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200379382 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:34:35 [2019-07-19T20:34:35.308Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200379382 data=null doit=true} to TreeItem with text {test} 16:34:35 [2019-07-19T20:34:35.308Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200379383 data=null} to TreeItem with text {test} 16:34:35 [2019-07-19T20:34:35.308Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200379383 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:34:35 [2019-07-19T20:34:35.309Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200379383 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:34:35 [2019-07-19T20:34:35.309Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200379430 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:34:35 [2019-07-19T20:34:35.309Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:35 [2019-07-19T20:34:35.309Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200379431 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:34:35 [2019-07-19T20:34:35.309Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200379431 data=null doit=true} to TreeItem with text {test} 16:34:35 [2019-07-19T20:34:35.309Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200379432 data=null} to TreeItem with text {test} 16:34:35 [2019-07-19T20:34:35.309Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200379432 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:34:35 [2019-07-19T20:34:35.309Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200379433 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:34:35 [2019-07-19T20:34:35.309Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200379442 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:34:35 [2019-07-19T20:34:35.309Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:34:35 [2019-07-19T20:34:35.309Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:35 [2019-07-19T20:34:35.309Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=200379443 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]} 16:34:35 [2019-07-19T20:34:35.309Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=200379444 data=null doit=true} to TreeItem with text {Traces [12]} 16:34:35 [2019-07-19T20:34:35.309Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=200379444 data=null} to TreeItem with text {Traces [12]} 16:34:35 [2019-07-19T20:34:35.309Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=200379444 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:34:35 [2019-07-19T20:34:35.309Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200379444 data=null item=TreeItem {Traces [12]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [12]} 16:34:35 [2019-07-19T20:34:35.309Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=200379476 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:34:35 [2019-07-19T20:34:35.309Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:35 [2019-07-19T20:34:35.309Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=200379477 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]} 16:34:35 [2019-07-19T20:34:35.309Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=200379477 data=null doit=true} to TreeItem with text {Traces [12]} 16:34:35 [2019-07-19T20:34:35.309Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=200379477 data=null} to TreeItem with text {Traces [12]} 16:34:35 [2019-07-19T20:34:35.309Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=200379477 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:34:35 [2019-07-19T20:34:35.309Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200379477 data=null item=TreeItem {Traces [12]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [12]} 16:34:35 [2019-07-19T20:34:35.309Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=200379483 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:34:35 [2019-07-19T20:34:35.565Z] DEBUG - matched MenuItem with text "C&lear Delete", using matcher: with mnemonic 'Clear' 16:34:35 [2019-07-19T20:34:35.565Z] DEBUG - Clicking on with mnemonic 'Clear' 16:34:35 [2019-07-19T20:34:35.823Z] DEBUG - Clicked on with mnemonic 'Clear' 16:34:35 [2019-07-19T20:34:35.823Z] DEBUG - matched Shell with text "Confirm Clear", using matcher: with text 'Confirm Clear' 16:34:35 [2019-07-19T20:34:35.823Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirm Clear} time=200380050 data=null doit=true} to Shell with text {Confirm Clear} 16:34:35 [2019-07-19T20:34:35.823Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button' 16:34:35 [2019-07-19T20:34:35.823Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes' 16:34:35 [2019-07-19T20:34:35.823Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH' 16:34:35 [2019-07-19T20:34:35.823Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:34:35 [2019-07-19T20:34:35.823Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button' 16:34:35 [2019-07-19T20:34:35.823Z] DEBUG - Clicking on &Yes 16:34:35 [2019-07-19T20:34:35.823Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=200380051 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:34:35 [2019-07-19T20:34:35.823Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=200380051 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:34:35 [2019-07-19T20:34:35.823Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=200380051 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:34:35 [2019-07-19T20:34:35.823Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=200380051 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:34:35 [2019-07-19T20:34:35.823Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=200380051 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:34:35 [2019-07-19T20:34:35.823Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=200380051 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:34:36 [2019-07-19T20:34:36.080Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=200380051 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:34:40 [2019-07-19T20:34:40.259Z] DEBUG - Clicked on 16:34:41 [2019-07-19T20:34:41.190Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {C&lear Delete} time=200379580 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Clear' 16:34:41 [2019-07-19T20:34:41.447Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:34:41 [2019-07-19T20:34:41.447Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:41 [2019-07-19T20:34:41.447Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:41 [2019-07-19T20:34:41.447Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:41 [2019-07-19T20:34:41.447Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:41 [2019-07-19T20:34:41.447Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:41 [2019-07-19T20:34:41.447Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200385568 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:34:41 [2019-07-19T20:34:41.447Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200385568 data=null doit=true} to TreeItem with text {test} 16:34:41 [2019-07-19T20:34:41.447Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200385568 data=null} to TreeItem with text {test} 16:34:41 [2019-07-19T20:34:41.447Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200385568 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:34:41 [2019-07-19T20:34:41.447Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200385568 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:34:41 [2019-07-19T20:34:41.447Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200385592 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:34:41 [2019-07-19T20:34:41.447Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:41 [2019-07-19T20:34:41.447Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200385594 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:34:41 [2019-07-19T20:34:41.447Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200385594 data=null doit=true} to TreeItem with text {test} 16:34:41 [2019-07-19T20:34:41.447Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200385594 data=null} to TreeItem with text {test} 16:34:41 [2019-07-19T20:34:41.447Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200385594 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:34:41 [2019-07-19T20:34:41.447Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200385594 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:34:41 [2019-07-19T20:34:41.447Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200385607 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:34:41 [2019-07-19T20:34:41.447Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:34:41 [2019-07-19T20:34:41.447Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:41 [2019-07-19T20:34:41.447Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=200385608 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]} 16:34:41 [2019-07-19T20:34:41.447Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=200385608 data=null doit=true} to TreeItem with text {Traces [0]} 16:34:41 [2019-07-19T20:34:41.447Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=200385608 data=null} to TreeItem with text {Traces [0]} 16:34:41 [2019-07-19T20:34:41.447Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=200385609 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:34:41 [2019-07-19T20:34:41.447Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200385609 data=null item=TreeItem {Traces [0]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [0]} 16:34:41 [2019-07-19T20:34:41.447Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=200385628 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:34:41 [2019-07-19T20:34:41.447Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:41 [2019-07-19T20:34:41.447Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=200385629 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]} 16:34:41 [2019-07-19T20:34:41.447Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=200385629 data=null doit=true} to TreeItem with text {Traces [0]} 16:34:41 [2019-07-19T20:34:41.447Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=200385629 data=null} to TreeItem with text {Traces [0]} 16:34:41 [2019-07-19T20:34:41.447Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=200385629 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:34:41 [2019-07-19T20:34:41.447Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200385630 data=null item=TreeItem {Traces [0]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [0]} 16:34:41 [2019-07-19T20:34:41.447Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=200385637 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:34:41 [2019-07-19T20:34:41.447Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...' 16:34:41 [2019-07-19T20:34:41.447Z] DEBUG - Clicking on with mnemonic 'Import...' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - Clicked on with mnemonic 'Import...' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=200386064 data=null doit=true} to Shell with text {Trace Import} 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "Select &archive file...", using matcher: with mnemonic 'Select archive file:' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "Select &archive file...", using matcher: with style 'SWT.RADIO' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "Select &archive file...", using matcher: (of type 'Button' and with mnemonic 'Select archive file:' and with style 'SWT.RADIO') 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Select archive file:' and with style 'SWT.RADIO') is already selected, not clicking again. 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo') 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - Attempting to set focus on (of type 'Combo') 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/archives/traces.tar.gz 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/archives/traces.tar.gz} time=200386069 data=null} to (of type 'Combo') 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/archives/traces.tar.gz 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - Attempting to set focus on (of type 'Tree') 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {/} time=200386145 data=null button=0 stateMask=0x0 x=64 y=11 count=0} to TreeItem with text {/} 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {/} time=200386145 data=null doit=true} to TreeItem with text {/} 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {/} time=200386146 data=null} to TreeItem with text {/} 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {/} time=200386146 data=null button=1 stateMask=0x0 x=64 y=11 count=1} to TreeItem with text {/} 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200386146 data=null item=TreeItem {/} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {/} 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {/} time=200386147 data=null button=1 stateMask=0x80000 x=64 y=11 count=1} to TreeItem with text {/} 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - Setting state to checked on: / 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:') 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection> 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {<Automatic Detection>} time=200386162 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection> 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - Deselecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$1@28e37266 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Preserve &folder structure} time=200386167 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Preserve &folder structure} time=200386167 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Preserve &folder structure} time=200386167 data=null doit=true} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Preserve &folder structure} time=200386168 data=null} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Preserve &folder structure} time=200386168 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Preserve &folder structure} time=200386168 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Preserve &folder structure} time=200386168 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Preserve &folder structure} time=200386168 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Preserve &folder structure} time=200386168 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Preserve &folder structure} time=200386168 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Preserve &folder structure} time=200386168 data=null doit=true} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Preserve &folder structure} time=200386168 data=null} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:34:42 [2019-07-19T20:34:42.011Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:34:42 [2019-07-19T20:34:42.012Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.012Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.012Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.012Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.012Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.012Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.012Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.012Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.012Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.012Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.012Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' 16:34:42 [2019-07-19T20:34:42.012Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK' 16:34:42 [2019-07-19T20:34:42.012Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:34:42 [2019-07-19T20:34:42.012Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.012Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.012Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:34:42 [2019-07-19T20:34:42.012Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:34:42 [2019-07-19T20:34:42.012Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.012Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.012Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.012Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.012Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.012Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.012Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.012Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.012Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.012Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.012Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.012Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.012Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish' 16:34:42 [2019-07-19T20:34:42.012Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH' 16:34:42 [2019-07-19T20:34:42.012Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:34:42 [2019-07-19T20:34:42.012Z] DEBUG - Clicking on &Finish 16:34:42 [2019-07-19T20:34:42.012Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=200386184 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:34:42 [2019-07-19T20:34:42.012Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=200386184 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:34:42 [2019-07-19T20:34:42.012Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=200386184 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:34:42 [2019-07-19T20:34:42.012Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=200386184 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:34:42 [2019-07-19T20:34:42.012Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=200386185 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:34:42 [2019-07-19T20:34:42.012Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=200386185 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:34:42 [2019-07-19T20:34:42.269Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:34:42 [2019-07-19T20:34:42.269Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:34:42 [2019-07-19T20:34:42.269Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:34:42 [2019-07-19T20:34:42.269Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:34:42 [2019-07-19T20:34:42.269Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:34:42 [2019-07-19T20:34:42.269Z] DEBUG - Clicked on &Finish 16:34:42 [2019-07-19T20:34:42.833Z] DEBUG - matched Shell with text "Confirmation", using matcher: with text 'Confirmation' 16:34:42 [2019-07-19T20:34:42.833Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirmation} time=200386849 data=null doit=true} to Shell with text {Confirmation} 16:34:42 [2019-07-19T20:34:42.833Z] DEBUG - matched Button with text "Rename", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.833Z] DEBUG - matched Button with text "Rename All", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.833Z] DEBUG - matched Button with text "Rename All", using matcher: with mnemonic 'Rename All' 16:34:42 [2019-07-19T20:34:42.833Z] DEBUG - matched Button with text "Rename All", using matcher: with style 'SWT.PUSH' 16:34:42 [2019-07-19T20:34:42.833Z] DEBUG - matched Button with text "Rename All", using matcher: (of type 'Button' and with mnemonic 'Rename All' and with style 'SWT.PUSH') 16:34:42 [2019-07-19T20:34:42.833Z] DEBUG - matched Button with text "Overwrite", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.833Z] DEBUG - matched Button with text "Overwrite All", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.833Z] DEBUG - matched Button with text "Skip All", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.833Z] DEBUG - matched Button with text "Skip", using matcher: of type 'Button' 16:34:42 [2019-07-19T20:34:42.833Z] DEBUG - Clicking on Rename All 16:34:42 [2019-07-19T20:34:42.833Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Rename All} time=200386850 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Rename All' and with style 'SWT.PUSH') 16:34:42 [2019-07-19T20:34:42.833Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Rename All} time=200386851 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Rename All' and with style 'SWT.PUSH') 16:34:42 [2019-07-19T20:34:42.833Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Rename All} time=200386851 data=null doit=true} to (of type 'Button' and with mnemonic 'Rename All' and with style 'SWT.PUSH') 16:34:42 [2019-07-19T20:34:42.833Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Rename All} time=200386851 data=null} to (of type 'Button' and with mnemonic 'Rename All' and with style 'SWT.PUSH') 16:34:42 [2019-07-19T20:34:42.833Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Rename All} time=200386851 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Rename All' and with style 'SWT.PUSH') 16:34:42 [2019-07-19T20:34:42.833Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Rename All} time=200386851 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Rename All' and with style 'SWT.PUSH') 16:34:42 [2019-07-19T20:34:42.833Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Rename All} time=200386851 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Rename All' and with style 'SWT.PUSH') 16:34:42 [2019-07-19T20:34:42.833Z] DEBUG - Clicked on 16:34:43 [2019-07-19T20:34:43.397Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=200386185 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:34:43 [2019-07-19T20:34:43.397Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=200385680 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...' 16:34:43 [2019-07-19T20:34:43.961Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:34:43 [2019-07-19T20:34:43.961Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:43 [2019-07-19T20:34:43.961Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:43 [2019-07-19T20:34:43.961Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:43 [2019-07-19T20:34:43.961Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:43 [2019-07-19T20:34:43.961Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:43 [2019-07-19T20:34:43.961Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200387943 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:34:43 [2019-07-19T20:34:43.961Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200387944 data=null doit=true} to TreeItem with text {test} 16:34:43 [2019-07-19T20:34:43.961Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200387944 data=null} to TreeItem with text {test} 16:34:43 [2019-07-19T20:34:43.961Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200387944 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:34:43 [2019-07-19T20:34:43.961Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200387944 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:34:43 [2019-07-19T20:34:43.961Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200387965 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:34:43 [2019-07-19T20:34:43.961Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:43 [2019-07-19T20:34:43.961Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200387966 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:34:43 [2019-07-19T20:34:43.961Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200387966 data=null doit=true} to TreeItem with text {test} 16:34:43 [2019-07-19T20:34:43.961Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200387966 data=null} to TreeItem with text {test} 16:34:43 [2019-07-19T20:34:43.961Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200387966 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:34:43 [2019-07-19T20:34:43.961Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200387966 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:34:43 [2019-07-19T20:34:43.961Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200387980 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:34:43 [2019-07-19T20:34:43.961Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:34:43 [2019-07-19T20:34:43.961Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:43 [2019-07-19T20:34:43.961Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=200387981 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]} 16:34:43 [2019-07-19T20:34:43.961Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=200387981 data=null doit=true} to TreeItem with text {Traces [12]} 16:34:43 [2019-07-19T20:34:43.961Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=200387981 data=null} to TreeItem with text {Traces [12]} 16:34:43 [2019-07-19T20:34:43.961Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=200387982 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:34:43 [2019-07-19T20:34:43.961Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200387982 data=null item=TreeItem {Traces [12]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [12]} 16:34:43 [2019-07-19T20:34:43.961Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=200388002 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:34:43 [2019-07-19T20:34:43.961Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=200388003 data=null doit=true} to TreeItem with text {Traces [12]} 16:34:43 [2019-07-19T20:34:43.961Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=200388003 data=null} to TreeItem with text {Traces [12]} 16:34:43 [2019-07-19T20:34:43.961Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=200388003 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:34:43 [2019-07-19T20:34:43.961Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200388004 data=null item=TreeItem {Traces [12]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {Traces [12]} 16:34:43 [2019-07-19T20:34:43.961Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=200388033 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:34:44 [2019-07-19T20:34:44.218Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:34:44 [2019-07-19T20:34:44.218Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:44 [2019-07-19T20:34:44.475Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200388509 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:34:44 [2019-07-19T20:34:44.475Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200388509 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:34:44 [2019-07-19T20:34:44.475Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200388510 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:34:44 [2019-07-19T20:34:44.475Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200388510 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:34:44 [2019-07-19T20:34:44.475Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200388510 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:34:44 [2019-07-19T20:34:44.475Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200388545 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:34:44 [2019-07-19T20:34:44.475Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:44 [2019-07-19T20:34:44.475Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:44 [2019-07-19T20:34:44.475Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:34:44 [2019-07-19T20:34:44.475Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:44 [2019-07-19T20:34:44.475Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200388548 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:34:44 [2019-07-19T20:34:44.475Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200388548 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:34:44 [2019-07-19T20:34:44.475Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200388548 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:34:44 [2019-07-19T20:34:44.475Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200388548 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:34:44 [2019-07-19T20:34:44.475Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200388549 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:34:44 [2019-07-19T20:34:44.475Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200388553 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:34:44 [2019-07-19T20:34:44.475Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomTxt.log} 16:34:44 [2019-07-19T20:34:44.475Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200388554 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:34:44 [2019-07-19T20:34:44.475Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200388554 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:34:44 [2019-07-19T20:34:44.475Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:44 [2019-07-19T20:34:44.475Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200388554 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:34:44 [2019-07-19T20:34:44.475Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200388555 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:34:44 [2019-07-19T20:34:44.475Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200388555 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:34:44 [2019-07-19T20:34:44.475Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200388558 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:34:44 [2019-07-19T20:34:44.475Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200388559 data=null button=1 stateMask=0x0 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:34:44 [2019-07-19T20:34:44.475Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200388559 data=null button=1 stateMask=0x0 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:34:44 [2019-07-19T20:34:44.475Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200388559 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:34:44 [2019-07-19T20:34:44.731Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200388638 data=null button=1 stateMask=0x80000 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:34:44 [2019-07-19T20:34:44.731Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200388917 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:34:44 [2019-07-19T20:34:44.731Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200388917 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:34:44 [2019-07-19T20:34:44.731Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200388917 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:34:44 [2019-07-19T20:34:44.731Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomTxt.log} 16:34:44 [2019-07-19T20:34:44.731Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:46 [2019-07-19T20:34:46.102Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:34:46 [2019-07-19T20:34:46.102Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:34:46 [2019-07-19T20:34:46.102Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:34:46 [2019-07-19T20:34:46.102Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:34:46 [2019-07-19T20:34:46.102Z] DEBUG - Attempting to set focus on Table with text {} 16:34:46 [2019-07-19T20:34:46.102Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200389981 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:34:46 [2019-07-19T20:34:46.102Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200389981 data=null doit=true} to TableItem with text {} 16:34:46 [2019-07-19T20:34:46.102Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200389982 data=null} to TableItem with text {} 16:34:46 [2019-07-19T20:34:46.102Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200389982 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:34:46 [2019-07-19T20:34:46.102Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200389982 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:34:46 [2019-07-19T20:34:46.102Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200389987 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:34:46 [2019-07-19T20:34:46.102Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:34:46 [2019-07-19T20:34:46.102Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:34:46 [2019-07-19T20:34:46.102Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:34:46 [2019-07-19T20:34:46.102Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:46 [2019-07-19T20:34:46.102Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200390195 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:34:46 [2019-07-19T20:34:46.102Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200390195 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:34:46 [2019-07-19T20:34:46.102Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200390195 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:34:46 [2019-07-19T20:34:46.102Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200390196 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:34:46 [2019-07-19T20:34:46.102Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200390196 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:34:46 [2019-07-19T20:34:46.102Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200390201 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:34:46 [2019-07-19T20:34:46.102Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:46 [2019-07-19T20:34:46.102Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:46 [2019-07-19T20:34:46.102Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:34:46 [2019-07-19T20:34:46.102Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:34:46 [2019-07-19T20:34:46.102Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:46 [2019-07-19T20:34:46.102Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:46 [2019-07-19T20:34:46.102Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:46 [2019-07-19T20:34:46.102Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:46 [2019-07-19T20:34:46.102Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:46 [2019-07-19T20:34:46.102Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200390206 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:34:46 [2019-07-19T20:34:46.102Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200390213 data=null doit=true} to TreeItem with text {test} 16:34:46 [2019-07-19T20:34:46.102Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200390213 data=null} to TreeItem with text {test} 16:34:46 [2019-07-19T20:34:46.102Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200390213 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:34:46 [2019-07-19T20:34:46.102Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200390213 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:34:46 [2019-07-19T20:34:46.102Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200390249 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:34:46 [2019-07-19T20:34:46.102Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:46 [2019-07-19T20:34:46.102Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200390250 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:34:46 [2019-07-19T20:34:46.102Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200390250 data=null doit=true} to TreeItem with text {test} 16:34:46 [2019-07-19T20:34:46.102Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200390250 data=null} to TreeItem with text {test} 16:34:46 [2019-07-19T20:34:46.102Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200390250 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:34:46 [2019-07-19T20:34:46.102Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200390250 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:34:46 [2019-07-19T20:34:46.102Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200390256 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:34:46 [2019-07-19T20:34:46.102Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:34:46 [2019-07-19T20:34:46.102Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:46 [2019-07-19T20:34:46.102Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=200390257 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]} 16:34:46 [2019-07-19T20:34:46.102Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=200390257 data=null doit=true} to TreeItem with text {Traces [12]} 16:34:46 [2019-07-19T20:34:46.102Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=200390257 data=null} to TreeItem with text {Traces [12]} 16:34:46 [2019-07-19T20:34:46.102Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=200390258 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:34:46 [2019-07-19T20:34:46.102Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200390258 data=null item=TreeItem {Traces [12]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [12]} 16:34:46 [2019-07-19T20:34:46.102Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=200390279 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:34:46 [2019-07-19T20:34:46.102Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again. 16:34:46 [2019-07-19T20:34:46.693Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:34:46 [2019-07-19T20:34:46.693Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:46 [2019-07-19T20:34:46.693Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200390756 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:34:46 [2019-07-19T20:34:46.693Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200390756 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:34:46 [2019-07-19T20:34:46.693Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200390757 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:34:46 [2019-07-19T20:34:46.693Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200390757 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:34:46 [2019-07-19T20:34:46.693Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200390757 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:34:46 [2019-07-19T20:34:46.693Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200390796 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:34:46 [2019-07-19T20:34:46.693Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:46 [2019-07-19T20:34:46.693Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:46 [2019-07-19T20:34:46.693Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:34:46 [2019-07-19T20:34:46.693Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:46 [2019-07-19T20:34:46.693Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200390798 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:34:46 [2019-07-19T20:34:46.693Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200390799 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:34:46 [2019-07-19T20:34:46.693Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200390799 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:34:46 [2019-07-19T20:34:46.693Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200390799 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:34:46 [2019-07-19T20:34:46.693Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200390799 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:34:46 [2019-07-19T20:34:46.693Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200390804 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:34:46 [2019-07-19T20:34:46.693Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomXml.xml} 16:34:46 [2019-07-19T20:34:46.693Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200390804 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:34:46 [2019-07-19T20:34:46.693Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200390804 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:34:46 [2019-07-19T20:34:46.693Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:46 [2019-07-19T20:34:46.693Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200390805 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:34:46 [2019-07-19T20:34:46.693Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200390805 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:34:46 [2019-07-19T20:34:46.693Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200390805 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:34:46 [2019-07-19T20:34:46.693Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200390809 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:34:46 [2019-07-19T20:34:46.693Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200390809 data=null button=1 stateMask=0x0 x=156 y=116 count=2} to TreeItem with text {ExampleCustomXml.xml} 16:34:46 [2019-07-19T20:34:46.693Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200390810 data=null button=1 stateMask=0x0 x=156 y=116 count=2} to TreeItem with text {ExampleCustomXml.xml} 16:34:46 [2019-07-19T20:34:46.693Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200390810 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:34:46 [2019-07-19T20:34:46.950Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200390956 data=null button=1 stateMask=0x80000 x=156 y=116 count=2} to TreeItem with text {ExampleCustomXml.xml} 16:34:46 [2019-07-19T20:34:46.950Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200391149 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:34:46 [2019-07-19T20:34:46.950Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200391149 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:34:46 [2019-07-19T20:34:46.950Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200391149 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:34:46 [2019-07-19T20:34:46.950Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomXml.xml} 16:34:46 [2019-07-19T20:34:46.950Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:46 [2019-07-19T20:34:46.950Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:48 [2019-07-19T20:34:48.320Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:34:48 [2019-07-19T20:34:48.320Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:34:48 [2019-07-19T20:34:48.320Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:34:48 [2019-07-19T20:34:48.320Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:34:48 [2019-07-19T20:34:48.320Z] DEBUG - Attempting to set focus on Table with text {} 16:34:48 [2019-07-19T20:34:48.320Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200392153 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:34:48 [2019-07-19T20:34:48.320Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200392153 data=null doit=true} to TableItem with text {} 16:34:48 [2019-07-19T20:34:48.320Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200392153 data=null} to TableItem with text {} 16:34:48 [2019-07-19T20:34:48.320Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200392153 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:34:48 [2019-07-19T20:34:48.320Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200392154 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:34:48 [2019-07-19T20:34:48.320Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200392159 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:34:48 [2019-07-19T20:34:48.320Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:34:48 [2019-07-19T20:34:48.320Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:34:48 [2019-07-19T20:34:48.320Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:34:48 [2019-07-19T20:34:48.320Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:48 [2019-07-19T20:34:48.320Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200392378 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml} 16:34:48 [2019-07-19T20:34:48.320Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=200392378 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:34:48 [2019-07-19T20:34:48.320Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=200392378 data=null} to TreeItem with text {ExampleCustomXml.xml} 16:34:48 [2019-07-19T20:34:48.320Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200392379 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:34:48 [2019-07-19T20:34:48.320Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200392379 data=null item=TreeItem {ExampleCustomXml.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml} 16:34:48 [2019-07-19T20:34:48.320Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=200392384 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml} 16:34:48 [2019-07-19T20:34:48.320Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:48 [2019-07-19T20:34:48.320Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:48 [2019-07-19T20:34:48.320Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:34:48 [2019-07-19T20:34:48.320Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:34:48 [2019-07-19T20:34:48.320Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:48 [2019-07-19T20:34:48.320Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:48 [2019-07-19T20:34:48.320Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:48 [2019-07-19T20:34:48.320Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:48 [2019-07-19T20:34:48.320Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:48 [2019-07-19T20:34:48.320Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200392396 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:34:48 [2019-07-19T20:34:48.320Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200392396 data=null doit=true} to TreeItem with text {test} 16:34:48 [2019-07-19T20:34:48.320Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200392396 data=null} to TreeItem with text {test} 16:34:48 [2019-07-19T20:34:48.320Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200392397 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:34:48 [2019-07-19T20:34:48.320Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200392397 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:34:48 [2019-07-19T20:34:48.320Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200392436 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:34:48 [2019-07-19T20:34:48.320Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:48 [2019-07-19T20:34:48.320Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200392437 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:34:48 [2019-07-19T20:34:48.320Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200392438 data=null doit=true} to TreeItem with text {test} 16:34:48 [2019-07-19T20:34:48.320Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200392438 data=null} to TreeItem with text {test} 16:34:48 [2019-07-19T20:34:48.320Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200392438 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:34:48 [2019-07-19T20:34:48.320Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200392438 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:34:48 [2019-07-19T20:34:48.320Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200392445 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:34:48 [2019-07-19T20:34:48.320Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:34:48 [2019-07-19T20:34:48.320Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:48 [2019-07-19T20:34:48.320Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=200392446 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]} 16:34:48 [2019-07-19T20:34:48.320Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=200392446 data=null doit=true} to TreeItem with text {Traces [12]} 16:34:48 [2019-07-19T20:34:48.320Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=200392446 data=null} to TreeItem with text {Traces [12]} 16:34:48 [2019-07-19T20:34:48.320Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=200392446 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:34:48 [2019-07-19T20:34:48.320Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200392446 data=null item=TreeItem {Traces [12]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [12]} 16:34:48 [2019-07-19T20:34:48.320Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=200392469 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:34:48 [2019-07-19T20:34:48.320Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again. 16:34:48 [2019-07-19T20:34:48.883Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:34:48 [2019-07-19T20:34:48.883Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:48 [2019-07-19T20:34:48.883Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200392950 data=null button=0 stateMask=0x0 x=148 y=158 count=0} to TreeItem with text {kernel-overlap-testing} 16:34:48 [2019-07-19T20:34:48.883Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200392951 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:34:48 [2019-07-19T20:34:48.883Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200392951 data=null} to TreeItem with text {kernel-overlap-testing} 16:34:48 [2019-07-19T20:34:48.883Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200392951 data=null button=1 stateMask=0x0 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing} 16:34:48 [2019-07-19T20:34:48.883Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200392952 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:34:48 [2019-07-19T20:34:48.883Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200392994 data=null button=1 stateMask=0x80000 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing} 16:34:48 [2019-07-19T20:34:48.883Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:48 [2019-07-19T20:34:48.883Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:48 [2019-07-19T20:34:48.883Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:34:48 [2019-07-19T20:34:48.883Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:48 [2019-07-19T20:34:48.883Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200392997 data=null button=0 stateMask=0x0 x=148 y=158 count=0} to TreeItem with text {kernel-overlap-testing} 16:34:48 [2019-07-19T20:34:48.883Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200392997 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:34:48 [2019-07-19T20:34:48.883Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200392997 data=null} to TreeItem with text {kernel-overlap-testing} 16:34:48 [2019-07-19T20:34:48.883Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200392998 data=null button=1 stateMask=0x0 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing} 16:34:48 [2019-07-19T20:34:48.883Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200392998 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:34:48 [2019-07-19T20:34:48.883Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200393002 data=null button=1 stateMask=0x80000 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing} 16:34:48 [2019-07-19T20:34:48.883Z] DEBUG - Double-clicking on TreeItem with text {kernel-overlap-testing} 16:34:48 [2019-07-19T20:34:48.883Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200393003 data=null button=0 stateMask=0x0 x=148 y=158 count=0} to TreeItem with text {kernel-overlap-testing} 16:34:48 [2019-07-19T20:34:48.883Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200393003 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:34:48 [2019-07-19T20:34:48.883Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:48 [2019-07-19T20:34:48.883Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200393004 data=null} to TreeItem with text {kernel-overlap-testing} 16:34:48 [2019-07-19T20:34:48.883Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200393004 data=null button=1 stateMask=0x0 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing} 16:34:48 [2019-07-19T20:34:48.883Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200393004 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:34:48 [2019-07-19T20:34:48.883Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200393008 data=null button=1 stateMask=0x80000 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing} 16:34:48 [2019-07-19T20:34:48.883Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200393008 data=null button=1 stateMask=0x0 x=148 y=158 count=2} to TreeItem with text {kernel-overlap-testing} 16:34:48 [2019-07-19T20:34:48.883Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {kernel-overlap-testing} time=200393009 data=null button=1 stateMask=0x0 x=148 y=158 count=2} to TreeItem with text {kernel-overlap-testing} 16:34:48 [2019-07-19T20:34:48.883Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200393009 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:34:49 [2019-07-19T20:34:49.814Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200393100 data=null button=1 stateMask=0x80000 x=148 y=158 count=2} to TreeItem with text {kernel-overlap-testing} 16:34:49 [2019-07-19T20:34:49.814Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {kernel-overlap-testing} time=200393838 data=null button=0 stateMask=0x0 x=148 y=158 count=0} to TreeItem with text {kernel-overlap-testing} 16:34:49 [2019-07-19T20:34:49.814Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {kernel-overlap-testing} time=200393965 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:34:49 [2019-07-19T20:34:49.814Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {kernel-overlap-testing} time=200393965 data=null} to TreeItem with text {kernel-overlap-testing} 16:34:49 [2019-07-19T20:34:49.814Z] DEBUG - Double-clicked on TreeItem with text {kernel-overlap-testing} 16:34:49 [2019-07-19T20:34:49.814Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:49 [2019-07-19T20:34:49.814Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:49 [2019-07-19T20:34:49.814Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:49 [2019-07-19T20:34:49.814Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:34:49 [2019-07-19T20:34:49.814Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:34:49 [2019-07-19T20:34:49.814Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:34:49 [2019-07-19T20:34:49.814Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:34:49 [2019-07-19T20:34:49.814Z] DEBUG - Attempting to set focus on Table with text {} 16:34:49 [2019-07-19T20:34:49.814Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200393969 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:34:49 [2019-07-19T20:34:49.814Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200393970 data=null doit=true} to TableItem with text {} 16:34:49 [2019-07-19T20:34:49.814Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200393970 data=null} to TableItem with text {} 16:34:49 [2019-07-19T20:34:49.814Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200393970 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:34:49 [2019-07-19T20:34:49.814Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200393970 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:34:49 [2019-07-19T20:34:49.814Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200393983 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:34:49 [2019-07-19T20:34:49.814Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:34:49 [2019-07-19T20:34:49.814Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:34:50 [2019-07-19T20:34:50.746Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:34:50 [2019-07-19T20:34:50.746Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:51 [2019-07-19T20:34:51.003Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200395128 data=null button=0 stateMask=0x0 x=148 y=158 count=0} to TreeItem with text {kernel-overlap-testing} 16:34:51 [2019-07-19T20:34:51.003Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200395128 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:34:51 [2019-07-19T20:34:51.003Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200395129 data=null} to TreeItem with text {kernel-overlap-testing} 16:34:51 [2019-07-19T20:34:51.003Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200395129 data=null button=1 stateMask=0x0 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing} 16:34:51 [2019-07-19T20:34:51.003Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200395129 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:34:51 [2019-07-19T20:34:51.003Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200395135 data=null button=1 stateMask=0x80000 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing} 16:34:51 [2019-07-19T20:34:51.003Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:51 [2019-07-19T20:34:51.003Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:51 [2019-07-19T20:34:51.003Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:34:51 [2019-07-19T20:34:51.003Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:34:51 [2019-07-19T20:34:51.003Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:51 [2019-07-19T20:34:51.003Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:51 [2019-07-19T20:34:51.003Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:51 [2019-07-19T20:34:51.003Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:51 [2019-07-19T20:34:51.003Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:51 [2019-07-19T20:34:51.003Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200395141 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:34:51 [2019-07-19T20:34:51.003Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200395141 data=null doit=true} to TreeItem with text {test} 16:34:51 [2019-07-19T20:34:51.003Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200395141 data=null} to TreeItem with text {test} 16:34:51 [2019-07-19T20:34:51.003Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200395141 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:34:51 [2019-07-19T20:34:51.003Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200395141 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:34:51 [2019-07-19T20:34:51.003Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200395180 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:34:51 [2019-07-19T20:34:51.003Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:51 [2019-07-19T20:34:51.003Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200395180 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:34:51 [2019-07-19T20:34:51.003Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200395181 data=null doit=true} to TreeItem with text {test} 16:34:51 [2019-07-19T20:34:51.003Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200395181 data=null} to TreeItem with text {test} 16:34:51 [2019-07-19T20:34:51.003Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200395181 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:34:51 [2019-07-19T20:34:51.003Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200395181 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:34:51 [2019-07-19T20:34:51.261Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200395268 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:34:51 [2019-07-19T20:34:51.261Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:34:51 [2019-07-19T20:34:51.261Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:51 [2019-07-19T20:34:51.261Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=200395270 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]} 16:34:51 [2019-07-19T20:34:51.261Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=200395270 data=null doit=true} to TreeItem with text {Traces [12]} 16:34:51 [2019-07-19T20:34:51.261Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=200395270 data=null} to TreeItem with text {Traces [12]} 16:34:51 [2019-07-19T20:34:51.261Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=200395271 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:34:51 [2019-07-19T20:34:51.261Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200395271 data=null item=TreeItem {Traces [12]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [12]} 16:34:51 [2019-07-19T20:34:51.261Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=200395285 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:34:51 [2019-07-19T20:34:51.261Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again. 16:34:51 [2019-07-19T20:34:51.518Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:34:51 [2019-07-19T20:34:51.518Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:51 [2019-07-19T20:34:51.518Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=200395644 data=null button=0 stateMask=0x0 x=150 y=200 count=0} to TreeItem with text {simple_server-thread1} 16:34:51 [2019-07-19T20:34:51.518Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=200395645 data=null doit=true} to TreeItem with text {simple_server-thread1} 16:34:51 [2019-07-19T20:34:51.518Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=200395645 data=null} to TreeItem with text {simple_server-thread1} 16:34:51 [2019-07-19T20:34:51.518Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=200395645 data=null button=1 stateMask=0x0 x=150 y=200 count=1} to TreeItem with text {simple_server-thread1} 16:34:51 [2019-07-19T20:34:51.518Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200395646 data=null item=TreeItem {simple_server-thread1} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread1} 16:34:51 [2019-07-19T20:34:51.518Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=200395689 data=null button=1 stateMask=0x80000 x=150 y=200 count=1} to TreeItem with text {simple_server-thread1} 16:34:51 [2019-07-19T20:34:51.518Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:51 [2019-07-19T20:34:51.518Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:51 [2019-07-19T20:34:51.518Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:34:51 [2019-07-19T20:34:51.518Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:51 [2019-07-19T20:34:51.518Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=200395692 data=null button=0 stateMask=0x0 x=150 y=200 count=0} to TreeItem with text {simple_server-thread1} 16:34:51 [2019-07-19T20:34:51.518Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=200395692 data=null doit=true} to TreeItem with text {simple_server-thread1} 16:34:51 [2019-07-19T20:34:51.518Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=200395692 data=null} to TreeItem with text {simple_server-thread1} 16:34:51 [2019-07-19T20:34:51.518Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=200395692 data=null button=1 stateMask=0x0 x=150 y=200 count=1} to TreeItem with text {simple_server-thread1} 16:34:51 [2019-07-19T20:34:51.518Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200395692 data=null item=TreeItem {simple_server-thread1} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread1} 16:34:51 [2019-07-19T20:34:51.518Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=200395697 data=null button=1 stateMask=0x80000 x=150 y=200 count=1} to TreeItem with text {simple_server-thread1} 16:34:51 [2019-07-19T20:34:51.518Z] DEBUG - Double-clicking on TreeItem with text {simple_server-thread1} 16:34:51 [2019-07-19T20:34:51.518Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=200395698 data=null button=0 stateMask=0x0 x=150 y=200 count=0} to TreeItem with text {simple_server-thread1} 16:34:51 [2019-07-19T20:34:51.518Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=200395698 data=null doit=true} to TreeItem with text {simple_server-thread1} 16:34:51 [2019-07-19T20:34:51.518Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:51 [2019-07-19T20:34:51.518Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=200395698 data=null} to TreeItem with text {simple_server-thread1} 16:34:51 [2019-07-19T20:34:51.518Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=200395699 data=null button=1 stateMask=0x0 x=150 y=200 count=1} to TreeItem with text {simple_server-thread1} 16:34:51 [2019-07-19T20:34:51.518Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200395699 data=null item=TreeItem {simple_server-thread1} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread1} 16:34:51 [2019-07-19T20:34:51.518Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=200395703 data=null button=1 stateMask=0x80000 x=150 y=200 count=1} to TreeItem with text {simple_server-thread1} 16:34:51 [2019-07-19T20:34:51.518Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=200395703 data=null button=1 stateMask=0x0 x=150 y=200 count=2} to TreeItem with text {simple_server-thread1} 16:34:51 [2019-07-19T20:34:51.518Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {simple_server-thread1} time=200395704 data=null button=1 stateMask=0x0 x=150 y=200 count=2} to TreeItem with text {simple_server-thread1} 16:34:51 [2019-07-19T20:34:51.776Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200395704 data=null item=TreeItem {simple_server-thread1} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread1} 16:34:52 [2019-07-19T20:34:52.034Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=200395809 data=null button=1 stateMask=0x80000 x=150 y=200 count=2} to TreeItem with text {simple_server-thread1} 16:34:52 [2019-07-19T20:34:52.034Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {simple_server-thread1} time=200396208 data=null button=0 stateMask=0x0 x=150 y=200 count=0} to TreeItem with text {simple_server-thread1} 16:34:52 [2019-07-19T20:34:52.034Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {simple_server-thread1} time=200396266 data=null doit=true} to TreeItem with text {simple_server-thread1} 16:34:52 [2019-07-19T20:34:52.034Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {simple_server-thread1} time=200396266 data=null} to TreeItem with text {simple_server-thread1} 16:34:52 [2019-07-19T20:34:52.034Z] DEBUG - Double-clicked on TreeItem with text {simple_server-thread1} 16:34:52 [2019-07-19T20:34:52.034Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:52 [2019-07-19T20:34:52.034Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:52 [2019-07-19T20:34:52.034Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:52 [2019-07-19T20:34:52.034Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:52 [2019-07-19T20:34:52.034Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:34:52 [2019-07-19T20:34:52.034Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:34:52 [2019-07-19T20:34:52.034Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:34:52 [2019-07-19T20:34:52.034Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:34:52 [2019-07-19T20:34:52.034Z] DEBUG - Attempting to set focus on Table with text {} 16:34:52 [2019-07-19T20:34:52.034Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200396271 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:34:52 [2019-07-19T20:34:52.034Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200396272 data=null doit=true} to TableItem with text {} 16:34:52 [2019-07-19T20:34:52.034Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200396272 data=null} to TableItem with text {} 16:34:52 [2019-07-19T20:34:52.034Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200396272 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:34:52 [2019-07-19T20:34:52.034Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200396272 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:34:52 [2019-07-19T20:34:52.034Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200396278 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:34:52 [2019-07-19T20:34:52.034Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:34:52 [2019-07-19T20:34:52.034Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:34:53 [2019-07-19T20:34:53.404Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:34:53 [2019-07-19T20:34:53.404Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:53 [2019-07-19T20:34:53.404Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=200397391 data=null button=0 stateMask=0x0 x=150 y=200 count=0} to TreeItem with text {simple_server-thread1} 16:34:53 [2019-07-19T20:34:53.404Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=200397391 data=null doit=true} to TreeItem with text {simple_server-thread1} 16:34:53 [2019-07-19T20:34:53.405Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=200397391 data=null} to TreeItem with text {simple_server-thread1} 16:34:53 [2019-07-19T20:34:53.405Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=200397392 data=null button=1 stateMask=0x0 x=150 y=200 count=1} to TreeItem with text {simple_server-thread1} 16:34:53 [2019-07-19T20:34:53.405Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200397392 data=null item=TreeItem {simple_server-thread1} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread1} 16:34:53 [2019-07-19T20:34:53.405Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=200397409 data=null button=1 stateMask=0x80000 x=150 y=200 count=1} to TreeItem with text {simple_server-thread1} 16:34:53 [2019-07-19T20:34:53.405Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:53 [2019-07-19T20:34:53.405Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:53 [2019-07-19T20:34:53.405Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:34:53 [2019-07-19T20:34:53.405Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:34:53 [2019-07-19T20:34:53.405Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:53 [2019-07-19T20:34:53.405Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:53 [2019-07-19T20:34:53.405Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:53 [2019-07-19T20:34:53.405Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:53 [2019-07-19T20:34:53.405Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:53 [2019-07-19T20:34:53.405Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200397415 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:34:53 [2019-07-19T20:34:53.405Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200397416 data=null doit=true} to TreeItem with text {test} 16:34:53 [2019-07-19T20:34:53.405Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200397416 data=null} to TreeItem with text {test} 16:34:53 [2019-07-19T20:34:53.405Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200397416 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:34:53 [2019-07-19T20:34:53.405Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200397416 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:34:53 [2019-07-19T20:34:53.405Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200397473 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:34:53 [2019-07-19T20:34:53.405Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:53 [2019-07-19T20:34:53.405Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200397474 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:34:53 [2019-07-19T20:34:53.405Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200397474 data=null doit=true} to TreeItem with text {test} 16:34:53 [2019-07-19T20:34:53.405Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200397475 data=null} to TreeItem with text {test} 16:34:53 [2019-07-19T20:34:53.405Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200397475 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:34:53 [2019-07-19T20:34:53.405Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200397475 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:34:53 [2019-07-19T20:34:53.405Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200397488 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:34:53 [2019-07-19T20:34:53.405Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:34:53 [2019-07-19T20:34:53.405Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:53 [2019-07-19T20:34:53.405Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=200397489 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]} 16:34:53 [2019-07-19T20:34:53.405Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=200397489 data=null doit=true} to TreeItem with text {Traces [12]} 16:34:53 [2019-07-19T20:34:53.405Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=200397489 data=null} to TreeItem with text {Traces [12]} 16:34:53 [2019-07-19T20:34:53.405Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=200397490 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:34:53 [2019-07-19T20:34:53.405Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200397490 data=null item=TreeItem {Traces [12]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [12]} 16:34:53 [2019-07-19T20:34:53.405Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=200397510 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:34:53 [2019-07-19T20:34:53.405Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again. 16:34:53 [2019-07-19T20:34:53.405Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:34:53 [2019-07-19T20:34:53.779Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:53 [2019-07-19T20:34:53.779Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=200397762 data=null button=0 stateMask=0x0 x=150 y=242 count=0} to TreeItem with text {simple_server-thread2} 16:34:53 [2019-07-19T20:34:53.779Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=200397762 data=null doit=true} to TreeItem with text {simple_server-thread2} 16:34:53 [2019-07-19T20:34:53.779Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=200397762 data=null} to TreeItem with text {simple_server-thread2} 16:34:53 [2019-07-19T20:34:53.779Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=200397763 data=null button=1 stateMask=0x0 x=150 y=242 count=1} to TreeItem with text {simple_server-thread2} 16:34:53 [2019-07-19T20:34:53.779Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200397763 data=null item=TreeItem {simple_server-thread2} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread2} 16:34:53 [2019-07-19T20:34:53.779Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=200397857 data=null button=1 stateMask=0x80000 x=150 y=242 count=1} to TreeItem with text {simple_server-thread2} 16:34:53 [2019-07-19T20:34:53.779Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:53 [2019-07-19T20:34:53.779Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:53 [2019-07-19T20:34:53.779Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:34:53 [2019-07-19T20:34:53.779Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:53 [2019-07-19T20:34:53.779Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=200397860 data=null button=0 stateMask=0x0 x=150 y=242 count=0} to TreeItem with text {simple_server-thread2} 16:34:53 [2019-07-19T20:34:53.779Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=200397860 data=null doit=true} to TreeItem with text {simple_server-thread2} 16:34:53 [2019-07-19T20:34:53.779Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=200397860 data=null} to TreeItem with text {simple_server-thread2} 16:34:53 [2019-07-19T20:34:53.779Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=200397860 data=null button=1 stateMask=0x0 x=150 y=242 count=1} to TreeItem with text {simple_server-thread2} 16:34:53 [2019-07-19T20:34:53.779Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200397860 data=null item=TreeItem {simple_server-thread2} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread2} 16:34:53 [2019-07-19T20:34:53.779Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=200397865 data=null button=1 stateMask=0x80000 x=150 y=242 count=1} to TreeItem with text {simple_server-thread2} 16:34:53 [2019-07-19T20:34:53.779Z] DEBUG - Double-clicking on TreeItem with text {simple_server-thread2} 16:34:53 [2019-07-19T20:34:53.779Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=200397866 data=null button=0 stateMask=0x0 x=150 y=242 count=0} to TreeItem with text {simple_server-thread2} 16:34:53 [2019-07-19T20:34:53.779Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=200397866 data=null doit=true} to TreeItem with text {simple_server-thread2} 16:34:53 [2019-07-19T20:34:53.779Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:53 [2019-07-19T20:34:53.779Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=200397866 data=null} to TreeItem with text {simple_server-thread2} 16:34:53 [2019-07-19T20:34:53.779Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=200397867 data=null button=1 stateMask=0x0 x=150 y=242 count=1} to TreeItem with text {simple_server-thread2} 16:34:53 [2019-07-19T20:34:53.779Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200397867 data=null item=TreeItem {simple_server-thread2} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread2} 16:34:53 [2019-07-19T20:34:53.779Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=200397871 data=null button=1 stateMask=0x80000 x=150 y=242 count=1} to TreeItem with text {simple_server-thread2} 16:34:53 [2019-07-19T20:34:53.779Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=200397871 data=null button=1 stateMask=0x0 x=150 y=242 count=2} to TreeItem with text {simple_server-thread2} 16:34:53 [2019-07-19T20:34:53.779Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {simple_server-thread2} time=200397880 data=null button=1 stateMask=0x0 x=150 y=242 count=2} to TreeItem with text {simple_server-thread2} 16:34:53 [2019-07-19T20:34:53.779Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200397880 data=null item=TreeItem {simple_server-thread2} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread2} 16:34:54 [2019-07-19T20:34:54.345Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=200397977 data=null button=1 stateMask=0x80000 x=150 y=242 count=2} to TreeItem with text {simple_server-thread2} 16:34:54 [2019-07-19T20:34:54.345Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {simple_server-thread2} time=200398347 data=null button=0 stateMask=0x0 x=150 y=242 count=0} to TreeItem with text {simple_server-thread2} 16:34:54 [2019-07-19T20:34:54.345Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {simple_server-thread2} time=200398425 data=null doit=true} to TreeItem with text {simple_server-thread2} 16:34:54 [2019-07-19T20:34:54.345Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {simple_server-thread2} time=200398425 data=null} to TreeItem with text {simple_server-thread2} 16:34:54 [2019-07-19T20:34:54.345Z] DEBUG - Double-clicked on TreeItem with text {simple_server-thread2} 16:34:54 [2019-07-19T20:34:54.345Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:54 [2019-07-19T20:34:54.345Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:54 [2019-07-19T20:34:54.345Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:54 [2019-07-19T20:34:54.345Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:54 [2019-07-19T20:34:54.345Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:54 [2019-07-19T20:34:54.345Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:34:54 [2019-07-19T20:34:54.345Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:34:54 [2019-07-19T20:34:54.345Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:34:54 [2019-07-19T20:34:54.345Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:34:54 [2019-07-19T20:34:54.345Z] DEBUG - Attempting to set focus on Table with text {} 16:34:54 [2019-07-19T20:34:54.345Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200398428 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:34:54 [2019-07-19T20:34:54.345Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200398428 data=null doit=true} to TableItem with text {} 16:34:54 [2019-07-19T20:34:54.345Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200398428 data=null} to TableItem with text {} 16:34:54 [2019-07-19T20:34:54.345Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200398429 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:34:54 [2019-07-19T20:34:54.345Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200398429 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:34:54 [2019-07-19T20:34:54.345Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200398435 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:34:54 [2019-07-19T20:34:54.345Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:34:54 [2019-07-19T20:34:54.345Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:34:55 [2019-07-19T20:34:55.275Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:34:55 [2019-07-19T20:34:55.275Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:55 [2019-07-19T20:34:55.533Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=200399549 data=null button=0 stateMask=0x0 x=150 y=242 count=0} to TreeItem with text {simple_server-thread2} 16:34:55 [2019-07-19T20:34:55.533Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=200399549 data=null doit=true} to TreeItem with text {simple_server-thread2} 16:34:55 [2019-07-19T20:34:55.533Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=200399549 data=null} to TreeItem with text {simple_server-thread2} 16:34:55 [2019-07-19T20:34:55.533Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=200399550 data=null button=1 stateMask=0x0 x=150 y=242 count=1} to TreeItem with text {simple_server-thread2} 16:34:55 [2019-07-19T20:34:55.533Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200399550 data=null item=TreeItem {simple_server-thread2} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread2} 16:34:55 [2019-07-19T20:34:55.533Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=200399555 data=null button=1 stateMask=0x80000 x=150 y=242 count=1} to TreeItem with text {simple_server-thread2} 16:34:55 [2019-07-19T20:34:55.533Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:55 [2019-07-19T20:34:55.533Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:55 [2019-07-19T20:34:55.533Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:34:55 [2019-07-19T20:34:55.533Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:34:55 [2019-07-19T20:34:55.533Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:55 [2019-07-19T20:34:55.533Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:55 [2019-07-19T20:34:55.533Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:55 [2019-07-19T20:34:55.533Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:55 [2019-07-19T20:34:55.533Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:55 [2019-07-19T20:34:55.533Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200399568 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:34:55 [2019-07-19T20:34:55.533Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200399568 data=null doit=true} to TreeItem with text {test} 16:34:55 [2019-07-19T20:34:55.533Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200399569 data=null} to TreeItem with text {test} 16:34:55 [2019-07-19T20:34:55.533Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200399569 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:34:55 [2019-07-19T20:34:55.533Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200399569 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:34:55 [2019-07-19T20:34:55.533Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200399620 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:34:55 [2019-07-19T20:34:55.533Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:55 [2019-07-19T20:34:55.533Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200399621 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:34:55 [2019-07-19T20:34:55.533Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200399621 data=null doit=true} to TreeItem with text {test} 16:34:55 [2019-07-19T20:34:55.533Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200399621 data=null} to TreeItem with text {test} 16:34:55 [2019-07-19T20:34:55.533Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200399622 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:34:55 [2019-07-19T20:34:55.533Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200399622 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:34:55 [2019-07-19T20:34:55.533Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200399628 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:34:55 [2019-07-19T20:34:55.533Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:34:55 [2019-07-19T20:34:55.533Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:55 [2019-07-19T20:34:55.533Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=200399629 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]} 16:34:55 [2019-07-19T20:34:55.533Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=200399629 data=null doit=true} to TreeItem with text {Traces [12]} 16:34:55 [2019-07-19T20:34:55.533Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=200399629 data=null} to TreeItem with text {Traces [12]} 16:34:55 [2019-07-19T20:34:55.533Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=200399630 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:34:55 [2019-07-19T20:34:55.533Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200399630 data=null item=TreeItem {Traces [12]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [12]} 16:34:55 [2019-07-19T20:34:55.533Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=200399650 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:34:55 [2019-07-19T20:34:55.533Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again. 16:34:55 [2019-07-19T20:34:55.533Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:34:55 [2019-07-19T20:34:55.533Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:55 [2019-07-19T20:34:55.791Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=200399799 data=null button=0 stateMask=0x0 x=139 y=284 count=0} to TreeItem with text {ust-overlap-testing} 16:34:55 [2019-07-19T20:34:55.791Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=200399799 data=null doit=true} to TreeItem with text {ust-overlap-testing} 16:34:55 [2019-07-19T20:34:55.791Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=200399799 data=null} to TreeItem with text {ust-overlap-testing} 16:34:55 [2019-07-19T20:34:55.791Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=200399800 data=null button=1 stateMask=0x0 x=139 y=284 count=1} to TreeItem with text {ust-overlap-testing} 16:34:55 [2019-07-19T20:34:55.791Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200399800 data=null item=TreeItem {ust-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ust-overlap-testing} 16:34:55 [2019-07-19T20:34:55.791Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=200399859 data=null button=1 stateMask=0x80000 x=139 y=284 count=1} to TreeItem with text {ust-overlap-testing} 16:34:55 [2019-07-19T20:34:55.791Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:55 [2019-07-19T20:34:55.791Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:55 [2019-07-19T20:34:55.791Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:34:55 [2019-07-19T20:34:55.791Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:55 [2019-07-19T20:34:55.791Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=200399862 data=null button=0 stateMask=0x0 x=139 y=284 count=0} to TreeItem with text {ust-overlap-testing} 16:34:55 [2019-07-19T20:34:55.791Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=200399862 data=null doit=true} to TreeItem with text {ust-overlap-testing} 16:34:55 [2019-07-19T20:34:55.791Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=200399862 data=null} to TreeItem with text {ust-overlap-testing} 16:34:55 [2019-07-19T20:34:55.791Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=200399862 data=null button=1 stateMask=0x0 x=139 y=284 count=1} to TreeItem with text {ust-overlap-testing} 16:34:55 [2019-07-19T20:34:55.791Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200399862 data=null item=TreeItem {ust-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ust-overlap-testing} 16:34:55 [2019-07-19T20:34:55.791Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=200399873 data=null button=1 stateMask=0x80000 x=139 y=284 count=1} to TreeItem with text {ust-overlap-testing} 16:34:55 [2019-07-19T20:34:55.791Z] DEBUG - Double-clicking on TreeItem with text {ust-overlap-testing} 16:34:55 [2019-07-19T20:34:55.791Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=200399874 data=null button=0 stateMask=0x0 x=139 y=284 count=0} to TreeItem with text {ust-overlap-testing} 16:34:55 [2019-07-19T20:34:55.791Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=200399874 data=null doit=true} to TreeItem with text {ust-overlap-testing} 16:34:55 [2019-07-19T20:34:55.791Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:55 [2019-07-19T20:34:55.791Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=200399874 data=null} to TreeItem with text {ust-overlap-testing} 16:34:55 [2019-07-19T20:34:55.791Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=200399875 data=null button=1 stateMask=0x0 x=139 y=284 count=1} to TreeItem with text {ust-overlap-testing} 16:34:55 [2019-07-19T20:34:55.791Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200399875 data=null item=TreeItem {ust-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ust-overlap-testing} 16:34:55 [2019-07-19T20:34:55.791Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=200399879 data=null button=1 stateMask=0x80000 x=139 y=284 count=1} to TreeItem with text {ust-overlap-testing} 16:34:55 [2019-07-19T20:34:55.791Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=200399879 data=null button=1 stateMask=0x0 x=139 y=284 count=2} to TreeItem with text {ust-overlap-testing} 16:34:55 [2019-07-19T20:34:55.791Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ust-overlap-testing} time=200399880 data=null button=1 stateMask=0x0 x=139 y=284 count=2} to TreeItem with text {ust-overlap-testing} 16:34:55 [2019-07-19T20:34:55.791Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200399880 data=null item=TreeItem {ust-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ust-overlap-testing} 16:34:56 [2019-07-19T20:34:56.354Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=200399969 data=null button=1 stateMask=0x80000 x=139 y=284 count=2} to TreeItem with text {ust-overlap-testing} 16:34:56 [2019-07-19T20:34:56.355Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ust-overlap-testing} time=200400365 data=null button=0 stateMask=0x0 x=139 y=284 count=0} to TreeItem with text {ust-overlap-testing} 16:34:56 [2019-07-19T20:34:56.355Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ust-overlap-testing} time=200400421 data=null doit=true} to TreeItem with text {ust-overlap-testing} 16:34:56 [2019-07-19T20:34:56.355Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ust-overlap-testing} time=200400421 data=null} to TreeItem with text {ust-overlap-testing} 16:34:56 [2019-07-19T20:34:56.355Z] DEBUG - Double-clicked on TreeItem with text {ust-overlap-testing} 16:34:56 [2019-07-19T20:34:56.355Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:56 [2019-07-19T20:34:56.355Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:56 [2019-07-19T20:34:56.355Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:56 [2019-07-19T20:34:56.355Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:56 [2019-07-19T20:34:56.355Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:56 [2019-07-19T20:34:56.355Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:56 [2019-07-19T20:34:56.355Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:34:56 [2019-07-19T20:34:56.355Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:34:56 [2019-07-19T20:34:56.355Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:34:56 [2019-07-19T20:34:56.355Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:34:56 [2019-07-19T20:34:56.355Z] DEBUG - Attempting to set focus on Table with text {} 16:34:56 [2019-07-19T20:34:56.355Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200400426 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:34:56 [2019-07-19T20:34:56.355Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200400426 data=null doit=true} to TableItem with text {} 16:34:56 [2019-07-19T20:34:56.355Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200400426 data=null} to TableItem with text {} 16:34:56 [2019-07-19T20:34:56.355Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200400427 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:34:56 [2019-07-19T20:34:56.355Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200400427 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:34:56 [2019-07-19T20:34:56.355Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200400432 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:34:56 [2019-07-19T20:34:56.355Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:34:56 [2019-07-19T20:34:56.355Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:34:57 [2019-07-19T20:34:57.286Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:34:57 [2019-07-19T20:34:57.286Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:57 [2019-07-19T20:34:57.544Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=200401536 data=null button=0 stateMask=0x0 x=139 y=284 count=0} to TreeItem with text {ust-overlap-testing} 16:34:57 [2019-07-19T20:34:57.544Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=200401536 data=null doit=true} to TreeItem with text {ust-overlap-testing} 16:34:57 [2019-07-19T20:34:57.544Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=200401536 data=null} to TreeItem with text {ust-overlap-testing} 16:34:57 [2019-07-19T20:34:57.544Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=200401537 data=null button=1 stateMask=0x0 x=139 y=284 count=1} to TreeItem with text {ust-overlap-testing} 16:34:57 [2019-07-19T20:34:57.544Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200401537 data=null item=TreeItem {ust-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ust-overlap-testing} 16:34:57 [2019-07-19T20:34:57.544Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=200401542 data=null button=1 stateMask=0x80000 x=139 y=284 count=1} to TreeItem with text {ust-overlap-testing} 16:34:57 [2019-07-19T20:34:57.544Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:57 [2019-07-19T20:34:57.544Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:57 [2019-07-19T20:34:57.544Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:34:57 [2019-07-19T20:34:57.544Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:34:57 [2019-07-19T20:34:57.544Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:57 [2019-07-19T20:34:57.544Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:57 [2019-07-19T20:34:57.544Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:57 [2019-07-19T20:34:57.544Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:57 [2019-07-19T20:34:57.544Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:57 [2019-07-19T20:34:57.544Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200401555 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:34:57 [2019-07-19T20:34:57.544Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200401555 data=null doit=true} to TreeItem with text {test} 16:34:57 [2019-07-19T20:34:57.544Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200401555 data=null} to TreeItem with text {test} 16:34:57 [2019-07-19T20:34:57.544Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200401556 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:34:57 [2019-07-19T20:34:57.544Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200401556 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:34:57 [2019-07-19T20:34:57.544Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200401602 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:34:57 [2019-07-19T20:34:57.544Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:57 [2019-07-19T20:34:57.544Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200401603 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:34:57 [2019-07-19T20:34:57.544Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200401603 data=null doit=true} to TreeItem with text {test} 16:34:57 [2019-07-19T20:34:57.544Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200401603 data=null} to TreeItem with text {test} 16:34:57 [2019-07-19T20:34:57.544Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200401614 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:34:57 [2019-07-19T20:34:57.544Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200401614 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:34:57 [2019-07-19T20:34:57.544Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200401629 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:34:57 [2019-07-19T20:34:57.544Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:34:57 [2019-07-19T20:34:57.544Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:57 [2019-07-19T20:34:57.544Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=200401630 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]} 16:34:57 [2019-07-19T20:34:57.544Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=200401630 data=null doit=true} to TreeItem with text {Traces [12]} 16:34:57 [2019-07-19T20:34:57.544Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=200401630 data=null} to TreeItem with text {Traces [12]} 16:34:57 [2019-07-19T20:34:57.544Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=200401631 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:34:57 [2019-07-19T20:34:57.544Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200401631 data=null item=TreeItem {Traces [12]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [12]} 16:34:57 [2019-07-19T20:34:57.544Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=200401656 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:34:57 [2019-07-19T20:34:57.544Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again. 16:34:57 [2019-07-19T20:34:57.544Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:34:57 [2019-07-19T20:34:57.544Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:57 [2019-07-19T20:34:57.801Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=200401793 data=null button=0 stateMask=0x0 x=161 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log(2)} 16:34:57 [2019-07-19T20:34:57.801Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log(2)} time=200401794 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)} 16:34:57 [2019-07-19T20:34:57.801Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log(2)} time=200401794 data=null} to TreeItem with text {ExampleCustomTxt.log(2)} 16:34:57 [2019-07-19T20:34:57.801Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=200401794 data=null button=1 stateMask=0x0 x=161 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log(2)} 16:34:57 [2019-07-19T20:34:57.801Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200401795 data=null item=TreeItem {ExampleCustomTxt.log(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)} 16:34:57 [2019-07-19T20:34:57.801Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=200401857 data=null button=1 stateMask=0x80000 x=161 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log(2)} 16:34:57 [2019-07-19T20:34:57.801Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:57 [2019-07-19T20:34:57.801Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:57 [2019-07-19T20:34:57.801Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:34:57 [2019-07-19T20:34:57.801Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:57 [2019-07-19T20:34:57.801Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=200401862 data=null button=0 stateMask=0x0 x=161 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log(2)} 16:34:57 [2019-07-19T20:34:57.801Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log(2)} time=200401862 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)} 16:34:57 [2019-07-19T20:34:57.801Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log(2)} time=200401862 data=null} to TreeItem with text {ExampleCustomTxt.log(2)} 16:34:57 [2019-07-19T20:34:57.801Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=200401862 data=null button=1 stateMask=0x0 x=161 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log(2)} 16:34:57 [2019-07-19T20:34:57.801Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200401863 data=null item=TreeItem {ExampleCustomTxt.log(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)} 16:34:57 [2019-07-19T20:34:57.801Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=200401868 data=null button=1 stateMask=0x80000 x=161 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log(2)} 16:34:57 [2019-07-19T20:34:57.801Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomTxt.log(2)} 16:34:57 [2019-07-19T20:34:57.801Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=200401868 data=null button=0 stateMask=0x0 x=161 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log(2)} 16:34:57 [2019-07-19T20:34:57.801Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log(2)} time=200401869 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)} 16:34:57 [2019-07-19T20:34:57.801Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:57 [2019-07-19T20:34:57.801Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log(2)} time=200401869 data=null} to TreeItem with text {ExampleCustomTxt.log(2)} 16:34:57 [2019-07-19T20:34:57.801Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=200401869 data=null button=1 stateMask=0x0 x=161 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log(2)} 16:34:57 [2019-07-19T20:34:57.801Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200401870 data=null item=TreeItem {ExampleCustomTxt.log(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)} 16:34:57 [2019-07-19T20:34:57.801Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=200401873 data=null button=1 stateMask=0x80000 x=161 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log(2)} 16:34:57 [2019-07-19T20:34:57.801Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=200401874 data=null button=1 stateMask=0x0 x=161 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log(2)} 16:34:57 [2019-07-19T20:34:57.801Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=200401874 data=null button=1 stateMask=0x0 x=161 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log(2)} 16:34:57 [2019-07-19T20:34:57.801Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200401874 data=null item=TreeItem {ExampleCustomTxt.log(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)} 16:34:58 [2019-07-19T20:34:58.058Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=200401962 data=null button=1 stateMask=0x80000 x=161 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log(2)} 16:34:58 [2019-07-19T20:34:58.058Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=200402246 data=null button=0 stateMask=0x0 x=161 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log(2)} 16:34:58 [2019-07-19T20:34:58.058Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomTxt.log(2)} time=200402246 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)} 16:34:58 [2019-07-19T20:34:58.058Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomTxt.log(2)} time=200402246 data=null} to TreeItem with text {ExampleCustomTxt.log(2)} 16:34:58 [2019-07-19T20:34:58.058Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomTxt.log(2)} 16:34:58 [2019-07-19T20:34:58.058Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:58 [2019-07-19T20:34:58.058Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:58 [2019-07-19T20:34:58.058Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:58 [2019-07-19T20:34:58.058Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:58 [2019-07-19T20:34:58.058Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:58 [2019-07-19T20:34:58.058Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:58 [2019-07-19T20:34:58.058Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:34:59 [2019-07-19T20:34:59.427Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:34:59 [2019-07-19T20:34:59.427Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:34:59 [2019-07-19T20:34:59.427Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:34:59 [2019-07-19T20:34:59.427Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:34:59 [2019-07-19T20:34:59.427Z] DEBUG - Attempting to set focus on Table with text {} 16:34:59 [2019-07-19T20:34:59.427Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200403252 data=null button=0 stateMask=0x0 x=6 y=32 count=0} to TableItem with text {} 16:34:59 [2019-07-19T20:34:59.427Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200403363 data=null doit=true} to TableItem with text {} 16:34:59 [2019-07-19T20:34:59.427Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200403437 data=null} to TableItem with text {} 16:34:59 [2019-07-19T20:34:59.427Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200403447 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:34:59 [2019-07-19T20:34:59.427Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200403448 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:34:59 [2019-07-19T20:34:59.427Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200403503 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:34:59 [2019-07-19T20:34:59.427Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:34:59 [2019-07-19T20:34:59.427Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:34:59 [2019-07-19T20:34:59.427Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:34:59 [2019-07-19T20:34:59.427Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:59 [2019-07-19T20:34:59.684Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=200403706 data=null button=0 stateMask=0x0 x=161 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log(2)} 16:34:59 [2019-07-19T20:34:59.684Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log(2)} time=200403706 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)} 16:34:59 [2019-07-19T20:34:59.684Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log(2)} time=200403706 data=null} to TreeItem with text {ExampleCustomTxt.log(2)} 16:34:59 [2019-07-19T20:34:59.684Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=200403707 data=null button=1 stateMask=0x0 x=161 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log(2)} 16:34:59 [2019-07-19T20:34:59.684Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200403707 data=null item=TreeItem {ExampleCustomTxt.log(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)} 16:34:59 [2019-07-19T20:34:59.684Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=200403735 data=null button=1 stateMask=0x80000 x=161 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log(2)} 16:34:59 [2019-07-19T20:34:59.684Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:59 [2019-07-19T20:34:59.684Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:59 [2019-07-19T20:34:59.684Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:34:59 [2019-07-19T20:34:59.684Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:34:59 [2019-07-19T20:34:59.684Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:59 [2019-07-19T20:34:59.684Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:59 [2019-07-19T20:34:59.684Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:34:59 [2019-07-19T20:34:59.684Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:34:59 [2019-07-19T20:34:59.684Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:59 [2019-07-19T20:34:59.684Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200403741 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:34:59 [2019-07-19T20:34:59.684Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200403741 data=null doit=true} to TreeItem with text {test} 16:34:59 [2019-07-19T20:34:59.684Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200403741 data=null} to TreeItem with text {test} 16:34:59 [2019-07-19T20:34:59.684Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200403741 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:34:59 [2019-07-19T20:34:59.684Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200403741 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:34:59 [2019-07-19T20:34:59.684Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200403775 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:34:59 [2019-07-19T20:34:59.684Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:59 [2019-07-19T20:34:59.684Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200403776 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:34:59 [2019-07-19T20:34:59.684Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200403776 data=null doit=true} to TreeItem with text {test} 16:34:59 [2019-07-19T20:34:59.684Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200403776 data=null} to TreeItem with text {test} 16:34:59 [2019-07-19T20:34:59.684Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200403777 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:34:59 [2019-07-19T20:34:59.684Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200403777 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:34:59 [2019-07-19T20:34:59.684Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200403784 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:34:59 [2019-07-19T20:34:59.684Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:34:59 [2019-07-19T20:34:59.684Z] DEBUG - Attempting to set focus on Tree with text {} 16:34:59 [2019-07-19T20:34:59.684Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=200403785 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]} 16:34:59 [2019-07-19T20:34:59.684Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=200403785 data=null doit=true} to TreeItem with text {Traces [12]} 16:34:59 [2019-07-19T20:34:59.684Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=200403785 data=null} to TreeItem with text {Traces [12]} 16:34:59 [2019-07-19T20:34:59.684Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=200403785 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:34:59 [2019-07-19T20:34:59.684Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200403786 data=null item=TreeItem {Traces [12]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [12]} 16:34:59 [2019-07-19T20:34:59.684Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=200403831 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:34:59 [2019-07-19T20:34:59.684Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again. 16:35:00 [2019-07-19T20:35:00.248Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:35:00 [2019-07-19T20:35:00.248Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:00 [2019-07-19T20:35:00.248Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=200404339 data=null button=0 stateMask=0x0 x=165 y=137 count=0} to TreeItem with text {ExampleCustomXml.xml(2)} 16:35:00 [2019-07-19T20:35:00.248Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml(2)} time=200404339 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)} 16:35:00 [2019-07-19T20:35:00.248Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml(2)} time=200404339 data=null} to TreeItem with text {ExampleCustomXml.xml(2)} 16:35:00 [2019-07-19T20:35:00.248Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=200404339 data=null button=1 stateMask=0x0 x=165 y=137 count=1} to TreeItem with text {ExampleCustomXml.xml(2)} 16:35:00 [2019-07-19T20:35:00.248Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200404340 data=null item=TreeItem {ExampleCustomXml.xml(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)} 16:35:00 [2019-07-19T20:35:00.248Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=200404380 data=null button=1 stateMask=0x80000 x=165 y=137 count=1} to TreeItem with text {ExampleCustomXml.xml(2)} 16:35:00 [2019-07-19T20:35:00.248Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:35:00 [2019-07-19T20:35:00.248Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:35:00 [2019-07-19T20:35:00.248Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:35:00 [2019-07-19T20:35:00.248Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:00 [2019-07-19T20:35:00.248Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=200404382 data=null button=0 stateMask=0x0 x=165 y=137 count=0} to TreeItem with text {ExampleCustomXml.xml(2)} 16:35:00 [2019-07-19T20:35:00.248Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml(2)} time=200404383 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)} 16:35:00 [2019-07-19T20:35:00.248Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml(2)} time=200404383 data=null} to TreeItem with text {ExampleCustomXml.xml(2)} 16:35:00 [2019-07-19T20:35:00.248Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=200404383 data=null button=1 stateMask=0x0 x=165 y=137 count=1} to TreeItem with text {ExampleCustomXml.xml(2)} 16:35:00 [2019-07-19T20:35:00.248Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200404383 data=null item=TreeItem {ExampleCustomXml.xml(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)} 16:35:00 [2019-07-19T20:35:00.248Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=200404435 data=null button=1 stateMask=0x80000 x=165 y=137 count=1} to TreeItem with text {ExampleCustomXml.xml(2)} 16:35:00 [2019-07-19T20:35:00.248Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomXml.xml(2)} 16:35:00 [2019-07-19T20:35:00.248Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=200404436 data=null button=0 stateMask=0x0 x=165 y=137 count=0} to TreeItem with text {ExampleCustomXml.xml(2)} 16:35:00 [2019-07-19T20:35:00.248Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml(2)} time=200404436 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)} 16:35:00 [2019-07-19T20:35:00.248Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:00 [2019-07-19T20:35:00.248Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml(2)} time=200404436 data=null} to TreeItem with text {ExampleCustomXml.xml(2)} 16:35:00 [2019-07-19T20:35:00.248Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=200404436 data=null button=1 stateMask=0x0 x=165 y=137 count=1} to TreeItem with text {ExampleCustomXml.xml(2)} 16:35:00 [2019-07-19T20:35:00.248Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200404437 data=null item=TreeItem {ExampleCustomXml.xml(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)} 16:35:00 [2019-07-19T20:35:00.248Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=200404441 data=null button=1 stateMask=0x80000 x=165 y=137 count=1} to TreeItem with text {ExampleCustomXml.xml(2)} 16:35:00 [2019-07-19T20:35:00.248Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=200404442 data=null button=1 stateMask=0x0 x=165 y=137 count=2} to TreeItem with text {ExampleCustomXml.xml(2)} 16:35:00 [2019-07-19T20:35:00.248Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=200404442 data=null button=1 stateMask=0x0 x=165 y=137 count=2} to TreeItem with text {ExampleCustomXml.xml(2)} 16:35:00 [2019-07-19T20:35:00.504Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200404442 data=null item=TreeItem {ExampleCustomXml.xml(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)} 16:35:00 [2019-07-19T20:35:00.764Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=200404566 data=null button=1 stateMask=0x80000 x=165 y=137 count=2} to TreeItem with text {ExampleCustomXml.xml(2)} 16:35:00 [2019-07-19T20:35:00.764Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=200404940 data=null button=0 stateMask=0x0 x=165 y=137 count=0} to TreeItem with text {ExampleCustomXml.xml(2)} 16:35:00 [2019-07-19T20:35:00.764Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomXml.xml(2)} time=200404940 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)} 16:35:00 [2019-07-19T20:35:00.764Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomXml.xml(2)} time=200404940 data=null} to TreeItem with text {ExampleCustomXml.xml(2)} 16:35:00 [2019-07-19T20:35:00.764Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomXml.xml(2)} 16:35:00 [2019-07-19T20:35:00.764Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:35:00 [2019-07-19T20:35:00.764Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:35:00 [2019-07-19T20:35:00.764Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:35:00 [2019-07-19T20:35:00.764Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:35:00 [2019-07-19T20:35:00.764Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:35:00 [2019-07-19T20:35:00.764Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:35:00 [2019-07-19T20:35:00.764Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:35:00 [2019-07-19T20:35:00.764Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:35:01 [2019-07-19T20:35:01.719Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:35:01 [2019-07-19T20:35:01.719Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:35:01 [2019-07-19T20:35:01.719Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:35:01 [2019-07-19T20:35:01.719Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:35:01 [2019-07-19T20:35:01.719Z] DEBUG - Attempting to set focus on Table with text {} 16:35:01 [2019-07-19T20:35:01.719Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200405946 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:35:01 [2019-07-19T20:35:01.719Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200405946 data=null doit=true} to TableItem with text {} 16:35:01 [2019-07-19T20:35:01.719Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200405946 data=null} to TableItem with text {} 16:35:01 [2019-07-19T20:35:01.719Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200405946 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:35:01 [2019-07-19T20:35:01.719Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200405947 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:35:01 [2019-07-19T20:35:01.719Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200405956 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:35:01 [2019-07-19T20:35:01.719Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:35:01 [2019-07-19T20:35:01.719Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:35:01 [2019-07-19T20:35:01.987Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:35:01 [2019-07-19T20:35:01.987Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:01 [2019-07-19T20:35:01.987Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=200406220 data=null button=0 stateMask=0x0 x=165 y=137 count=0} to TreeItem with text {ExampleCustomXml.xml(2)} 16:35:01 [2019-07-19T20:35:01.987Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml(2)} time=200406226 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)} 16:35:01 [2019-07-19T20:35:01.987Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml(2)} time=200406227 data=null} to TreeItem with text {ExampleCustomXml.xml(2)} 16:35:01 [2019-07-19T20:35:01.987Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=200406228 data=null button=1 stateMask=0x0 x=165 y=137 count=1} to TreeItem with text {ExampleCustomXml.xml(2)} 16:35:01 [2019-07-19T20:35:01.987Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200406228 data=null item=TreeItem {ExampleCustomXml.xml(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)} 16:35:02 [2019-07-19T20:35:02.244Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=200406245 data=null button=1 stateMask=0x80000 x=165 y=137 count=1} to TreeItem with text {ExampleCustomXml.xml(2)} 16:35:02 [2019-07-19T20:35:02.244Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:35:02 [2019-07-19T20:35:02.244Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:35:02 [2019-07-19T20:35:02.244Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:35:02 [2019-07-19T20:35:02.244Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:35:02 [2019-07-19T20:35:02.244Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:35:02 [2019-07-19T20:35:02.244Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:35:02 [2019-07-19T20:35:02.244Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:35:02 [2019-07-19T20:35:02.244Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:35:02 [2019-07-19T20:35:02.244Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:02 [2019-07-19T20:35:02.244Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200406258 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:35:02 [2019-07-19T20:35:02.244Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200406258 data=null doit=true} to TreeItem with text {test} 16:35:02 [2019-07-19T20:35:02.244Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200406258 data=null} to TreeItem with text {test} 16:35:02 [2019-07-19T20:35:02.244Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200406259 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:35:02 [2019-07-19T20:35:02.244Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200406259 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:35:02 [2019-07-19T20:35:02.244Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200406306 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:35:02 [2019-07-19T20:35:02.244Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:02 [2019-07-19T20:35:02.244Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200406308 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:35:02 [2019-07-19T20:35:02.244Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200406308 data=null doit=true} to TreeItem with text {test} 16:35:02 [2019-07-19T20:35:02.244Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200406308 data=null} to TreeItem with text {test} 16:35:02 [2019-07-19T20:35:02.244Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200406309 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:35:02 [2019-07-19T20:35:02.244Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200406309 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:35:02 [2019-07-19T20:35:02.244Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200406318 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:35:02 [2019-07-19T20:35:02.244Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:35:02 [2019-07-19T20:35:02.244Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:02 [2019-07-19T20:35:02.244Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=200406320 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]} 16:35:02 [2019-07-19T20:35:02.244Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=200406320 data=null doit=true} to TreeItem with text {Traces [12]} 16:35:02 [2019-07-19T20:35:02.244Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=200406320 data=null} to TreeItem with text {Traces [12]} 16:35:02 [2019-07-19T20:35:02.244Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=200406321 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:35:02 [2019-07-19T20:35:02.244Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200406321 data=null item=TreeItem {Traces [12]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [12]} 16:35:02 [2019-07-19T20:35:02.244Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=200406343 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:35:02 [2019-07-19T20:35:02.244Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again. 16:35:02 [2019-07-19T20:35:02.808Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:35:02 [2019-07-19T20:35:02.808Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:02 [2019-07-19T20:35:02.808Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=200406850 data=null button=0 stateMask=0x0 x=157 y=179 count=0} to TreeItem with text {kernel-overlap-testing(2)} 16:35:02 [2019-07-19T20:35:02.808Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing(2)} time=200406850 data=null doit=true} to TreeItem with text {kernel-overlap-testing(2)} 16:35:02 [2019-07-19T20:35:02.808Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing(2)} time=200406851 data=null} to TreeItem with text {kernel-overlap-testing(2)} 16:35:02 [2019-07-19T20:35:02.808Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=200406851 data=null button=1 stateMask=0x0 x=157 y=179 count=1} to TreeItem with text {kernel-overlap-testing(2)} 16:35:02 [2019-07-19T20:35:02.808Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200406851 data=null item=TreeItem {kernel-overlap-testing(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing(2)} 16:35:02 [2019-07-19T20:35:02.808Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=200406903 data=null button=1 stateMask=0x80000 x=157 y=179 count=1} to TreeItem with text {kernel-overlap-testing(2)} 16:35:02 [2019-07-19T20:35:02.808Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:35:02 [2019-07-19T20:35:02.808Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:35:02 [2019-07-19T20:35:02.808Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:35:02 [2019-07-19T20:35:02.808Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:02 [2019-07-19T20:35:02.808Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=200406907 data=null button=0 stateMask=0x0 x=157 y=179 count=0} to TreeItem with text {kernel-overlap-testing(2)} 16:35:02 [2019-07-19T20:35:02.808Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing(2)} time=200406907 data=null doit=true} to TreeItem with text {kernel-overlap-testing(2)} 16:35:02 [2019-07-19T20:35:02.808Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing(2)} time=200406907 data=null} to TreeItem with text {kernel-overlap-testing(2)} 16:35:02 [2019-07-19T20:35:02.808Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=200406908 data=null button=1 stateMask=0x0 x=157 y=179 count=1} to TreeItem with text {kernel-overlap-testing(2)} 16:35:02 [2019-07-19T20:35:02.808Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200406908 data=null item=TreeItem {kernel-overlap-testing(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing(2)} 16:35:02 [2019-07-19T20:35:02.808Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=200406915 data=null button=1 stateMask=0x80000 x=157 y=179 count=1} to TreeItem with text {kernel-overlap-testing(2)} 16:35:02 [2019-07-19T20:35:02.808Z] DEBUG - Double-clicking on TreeItem with text {kernel-overlap-testing(2)} 16:35:02 [2019-07-19T20:35:02.808Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=200406916 data=null button=0 stateMask=0x0 x=157 y=179 count=0} to TreeItem with text {kernel-overlap-testing(2)} 16:35:02 [2019-07-19T20:35:02.808Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing(2)} time=200406916 data=null doit=true} to TreeItem with text {kernel-overlap-testing(2)} 16:35:02 [2019-07-19T20:35:02.808Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:02 [2019-07-19T20:35:02.808Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing(2)} time=200406917 data=null} to TreeItem with text {kernel-overlap-testing(2)} 16:35:02 [2019-07-19T20:35:02.808Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=200406917 data=null button=1 stateMask=0x0 x=157 y=179 count=1} to TreeItem with text {kernel-overlap-testing(2)} 16:35:02 [2019-07-19T20:35:02.808Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200406924 data=null item=TreeItem {kernel-overlap-testing(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing(2)} 16:35:02 [2019-07-19T20:35:02.808Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=200406931 data=null button=1 stateMask=0x80000 x=157 y=179 count=1} to TreeItem with text {kernel-overlap-testing(2)} 16:35:02 [2019-07-19T20:35:02.808Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=200406931 data=null button=1 stateMask=0x0 x=157 y=179 count=2} to TreeItem with text {kernel-overlap-testing(2)} 16:35:02 [2019-07-19T20:35:02.808Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=200406932 data=null button=1 stateMask=0x0 x=157 y=179 count=2} to TreeItem with text {kernel-overlap-testing(2)} 16:35:02 [2019-07-19T20:35:02.808Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200406932 data=null item=TreeItem {kernel-overlap-testing(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing(2)} 16:35:03 [2019-07-19T20:35:03.372Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=200407020 data=null button=1 stateMask=0x80000 x=157 y=179 count=2} to TreeItem with text {kernel-overlap-testing(2)} 16:35:03 [2019-07-19T20:35:03.372Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=200407517 data=null button=0 stateMask=0x0 x=157 y=179 count=0} to TreeItem with text {kernel-overlap-testing(2)} 16:35:03 [2019-07-19T20:35:03.372Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {kernel-overlap-testing(2)} time=200407605 data=null doit=true} to TreeItem with text {kernel-overlap-testing(2)} 16:35:03 [2019-07-19T20:35:03.372Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {kernel-overlap-testing(2)} time=200407605 data=null} to TreeItem with text {kernel-overlap-testing(2)} 16:35:03 [2019-07-19T20:35:03.372Z] DEBUG - Double-clicked on TreeItem with text {kernel-overlap-testing(2)} 16:35:03 [2019-07-19T20:35:03.372Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:35:03 [2019-07-19T20:35:03.372Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:35:03 [2019-07-19T20:35:03.372Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:35:03 [2019-07-19T20:35:03.372Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:35:03 [2019-07-19T20:35:03.372Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:35:03 [2019-07-19T20:35:03.372Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:35:03 [2019-07-19T20:35:03.372Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:35:03 [2019-07-19T20:35:03.372Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:35:03 [2019-07-19T20:35:03.372Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:35:03 [2019-07-19T20:35:03.372Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:35:03 [2019-07-19T20:35:03.372Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:35:03 [2019-07-19T20:35:03.372Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:35:03 [2019-07-19T20:35:03.372Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:35:03 [2019-07-19T20:35:03.372Z] DEBUG - Attempting to set focus on Table with text {} 16:35:03 [2019-07-19T20:35:03.372Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200407609 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:35:03 [2019-07-19T20:35:03.372Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200407609 data=null doit=true} to TableItem with text {} 16:35:03 [2019-07-19T20:35:03.372Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200407609 data=null} to TableItem with text {} 16:35:03 [2019-07-19T20:35:03.372Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200407609 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:35:03 [2019-07-19T20:35:03.372Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200407610 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:35:03 [2019-07-19T20:35:03.372Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200407617 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:35:03 [2019-07-19T20:35:03.372Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:35:03 [2019-07-19T20:35:03.372Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:35:04 [2019-07-19T20:35:04.741Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:35:04 [2019-07-19T20:35:04.741Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:04 [2019-07-19T20:35:04.741Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=200408695 data=null button=0 stateMask=0x0 x=157 y=179 count=0} to TreeItem with text {kernel-overlap-testing(2)} 16:35:04 [2019-07-19T20:35:04.741Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing(2)} time=200408695 data=null doit=true} to TreeItem with text {kernel-overlap-testing(2)} 16:35:04 [2019-07-19T20:35:04.741Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing(2)} time=200408695 data=null} to TreeItem with text {kernel-overlap-testing(2)} 16:35:04 [2019-07-19T20:35:04.741Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=200408696 data=null button=1 stateMask=0x0 x=157 y=179 count=1} to TreeItem with text {kernel-overlap-testing(2)} 16:35:04 [2019-07-19T20:35:04.741Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200408696 data=null item=TreeItem {kernel-overlap-testing(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing(2)} 16:35:04 [2019-07-19T20:35:04.741Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=200408701 data=null button=1 stateMask=0x80000 x=157 y=179 count=1} to TreeItem with text {kernel-overlap-testing(2)} 16:35:04 [2019-07-19T20:35:04.741Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:35:04 [2019-07-19T20:35:04.741Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:35:04 [2019-07-19T20:35:04.741Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:35:04 [2019-07-19T20:35:04.741Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:35:04 [2019-07-19T20:35:04.741Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:35:04 [2019-07-19T20:35:04.741Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:35:04 [2019-07-19T20:35:04.741Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:35:04 [2019-07-19T20:35:04.741Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:35:04 [2019-07-19T20:35:04.741Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:04 [2019-07-19T20:35:04.741Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200408707 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:35:04 [2019-07-19T20:35:04.741Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200408707 data=null doit=true} to TreeItem with text {test} 16:35:04 [2019-07-19T20:35:04.741Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200408707 data=null} to TreeItem with text {test} 16:35:04 [2019-07-19T20:35:04.741Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200408708 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:35:04 [2019-07-19T20:35:04.741Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200408708 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:35:04 [2019-07-19T20:35:04.741Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200408744 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:35:04 [2019-07-19T20:35:04.741Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:04 [2019-07-19T20:35:04.741Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200408744 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:35:04 [2019-07-19T20:35:04.741Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200408745 data=null doit=true} to TreeItem with text {test} 16:35:04 [2019-07-19T20:35:04.741Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200408745 data=null} to TreeItem with text {test} 16:35:04 [2019-07-19T20:35:04.741Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200408745 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:35:04 [2019-07-19T20:35:04.741Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200408745 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:35:04 [2019-07-19T20:35:04.741Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200408763 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:35:04 [2019-07-19T20:35:04.741Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:35:04 [2019-07-19T20:35:04.741Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:04 [2019-07-19T20:35:04.741Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=200408769 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]} 16:35:04 [2019-07-19T20:35:04.741Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=200408769 data=null doit=true} to TreeItem with text {Traces [12]} 16:35:04 [2019-07-19T20:35:04.741Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=200408769 data=null} to TreeItem with text {Traces [12]} 16:35:04 [2019-07-19T20:35:04.741Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=200408770 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:35:04 [2019-07-19T20:35:04.741Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200408770 data=null item=TreeItem {Traces [12]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [12]} 16:35:04 [2019-07-19T20:35:04.741Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=200408793 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:35:04 [2019-07-19T20:35:04.741Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again. 16:35:04 [2019-07-19T20:35:04.998Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:35:04 [2019-07-19T20:35:04.998Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:04 [2019-07-19T20:35:04.998Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1(2)} time=200409110 data=null button=0 stateMask=0x0 x=159 y=221 count=0} to TreeItem with text {simple_server-thread1(2)} 16:35:04 [2019-07-19T20:35:04.998Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1(2)} time=200409110 data=null doit=true} to TreeItem with text {simple_server-thread1(2)} 16:35:04 [2019-07-19T20:35:04.998Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1(2)} time=200409110 data=null} to TreeItem with text {simple_server-thread1(2)} 16:35:04 [2019-07-19T20:35:04.998Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1(2)} time=200409111 data=null button=1 stateMask=0x0 x=159 y=221 count=1} to TreeItem with text {simple_server-thread1(2)} 16:35:04 [2019-07-19T20:35:04.998Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200409111 data=null item=TreeItem {simple_server-thread1(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread1(2)} 16:35:04 [2019-07-19T20:35:04.998Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1(2)} time=200409155 data=null button=1 stateMask=0x80000 x=159 y=221 count=1} to TreeItem with text {simple_server-thread1(2)} 16:35:04 [2019-07-19T20:35:04.998Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:35:04 [2019-07-19T20:35:04.998Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:35:04 [2019-07-19T20:35:04.998Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:35:04 [2019-07-19T20:35:04.998Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:04 [2019-07-19T20:35:04.998Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1(2)} time=200409158 data=null button=0 stateMask=0x0 x=159 y=221 count=0} to TreeItem with text {simple_server-thread1(2)} 16:35:04 [2019-07-19T20:35:04.998Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1(2)} time=200409158 data=null doit=true} to TreeItem with text {simple_server-thread1(2)} 16:35:04 [2019-07-19T20:35:04.998Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1(2)} time=200409158 data=null} to TreeItem with text {simple_server-thread1(2)} 16:35:04 [2019-07-19T20:35:04.998Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1(2)} time=200409159 data=null button=1 stateMask=0x0 x=159 y=221 count=1} to TreeItem with text {simple_server-thread1(2)} 16:35:04 [2019-07-19T20:35:04.998Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200409159 data=null item=TreeItem {simple_server-thread1(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread1(2)} 16:35:04 [2019-07-19T20:35:04.998Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1(2)} time=200409164 data=null button=1 stateMask=0x80000 x=159 y=221 count=1} to TreeItem with text {simple_server-thread1(2)} 16:35:04 [2019-07-19T20:35:04.998Z] DEBUG - Double-clicking on TreeItem with text {simple_server-thread1(2)} 16:35:04 [2019-07-19T20:35:04.998Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1(2)} time=200409164 data=null button=0 stateMask=0x0 x=159 y=221 count=0} to TreeItem with text {simple_server-thread1(2)} 16:35:04 [2019-07-19T20:35:04.998Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1(2)} time=200409165 data=null doit=true} to TreeItem with text {simple_server-thread1(2)} 16:35:04 [2019-07-19T20:35:04.998Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:04 [2019-07-19T20:35:04.998Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1(2)} time=200409165 data=null} to TreeItem with text {simple_server-thread1(2)} 16:35:04 [2019-07-19T20:35:04.998Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1(2)} time=200409165 data=null button=1 stateMask=0x0 x=159 y=221 count=1} to TreeItem with text {simple_server-thread1(2)} 16:35:04 [2019-07-19T20:35:04.998Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200409165 data=null item=TreeItem {simple_server-thread1(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread1(2)} 16:35:04 [2019-07-19T20:35:04.998Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1(2)} time=200409169 data=null button=1 stateMask=0x80000 x=159 y=221 count=1} to TreeItem with text {simple_server-thread1(2)} 16:35:04 [2019-07-19T20:35:04.998Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1(2)} time=200409170 data=null button=1 stateMask=0x0 x=159 y=221 count=2} to TreeItem with text {simple_server-thread1(2)} 16:35:04 [2019-07-19T20:35:04.998Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {simple_server-thread1(2)} time=200409170 data=null button=1 stateMask=0x0 x=159 y=221 count=2} to TreeItem with text {simple_server-thread1(2)} 16:35:05 [2019-07-19T20:35:05.255Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200409170 data=null item=TreeItem {simple_server-thread1(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread1(2)} 16:35:05 [2019-07-19T20:35:05.512Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1(2)} time=200409259 data=null button=1 stateMask=0x80000 x=159 y=221 count=2} to TreeItem with text {simple_server-thread1(2)} 16:35:05 [2019-07-19T20:35:05.512Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {simple_server-thread1(2)} time=200409656 data=null button=0 stateMask=0x0 x=159 y=221 count=0} to TreeItem with text {simple_server-thread1(2)} 16:35:05 [2019-07-19T20:35:05.512Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {simple_server-thread1(2)} time=200409712 data=null doit=true} to TreeItem with text {simple_server-thread1(2)} 16:35:05 [2019-07-19T20:35:05.512Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {simple_server-thread1(2)} time=200409712 data=null} to TreeItem with text {simple_server-thread1(2)} 16:35:05 [2019-07-19T20:35:05.512Z] DEBUG - Double-clicked on TreeItem with text {simple_server-thread1(2)} 16:35:05 [2019-07-19T20:35:05.512Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:35:05 [2019-07-19T20:35:05.512Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:35:05 [2019-07-19T20:35:05.512Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:35:05 [2019-07-19T20:35:05.512Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:35:05 [2019-07-19T20:35:05.512Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:35:05 [2019-07-19T20:35:05.512Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:35:05 [2019-07-19T20:35:05.512Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:35:05 [2019-07-19T20:35:05.512Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:35:05 [2019-07-19T20:35:05.512Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:35:05 [2019-07-19T20:35:05.512Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:35:05 [2019-07-19T20:35:05.512Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:35:05 [2019-07-19T20:35:05.512Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:35:05 [2019-07-19T20:35:05.512Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:35:05 [2019-07-19T20:35:05.512Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:35:05 [2019-07-19T20:35:05.512Z] DEBUG - Attempting to set focus on Table with text {} 16:35:05 [2019-07-19T20:35:05.512Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200409718 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:35:05 [2019-07-19T20:35:05.512Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200409718 data=null doit=true} to TableItem with text {} 16:35:05 [2019-07-19T20:35:05.512Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200409719 data=null} to TableItem with text {} 16:35:05 [2019-07-19T20:35:05.512Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200409719 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:35:05 [2019-07-19T20:35:05.512Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200409719 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:35:05 [2019-07-19T20:35:05.512Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200409726 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:35:05 [2019-07-19T20:35:05.512Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:35:05 [2019-07-19T20:35:05.512Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:35:06 [2019-07-19T20:35:06.882Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:35:06 [2019-07-19T20:35:06.882Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:06 [2019-07-19T20:35:06.882Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1(2)} time=200410842 data=null button=0 stateMask=0x0 x=159 y=221 count=0} to TreeItem with text {simple_server-thread1(2)} 16:35:06 [2019-07-19T20:35:06.882Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1(2)} time=200410843 data=null doit=true} to TreeItem with text {simple_server-thread1(2)} 16:35:06 [2019-07-19T20:35:06.882Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1(2)} time=200410843 data=null} to TreeItem with text {simple_server-thread1(2)} 16:35:06 [2019-07-19T20:35:06.882Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1(2)} time=200410843 data=null button=1 stateMask=0x0 x=159 y=221 count=1} to TreeItem with text {simple_server-thread1(2)} 16:35:06 [2019-07-19T20:35:06.882Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200410844 data=null item=TreeItem {simple_server-thread1(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread1(2)} 16:35:06 [2019-07-19T20:35:06.882Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1(2)} time=200410849 data=null button=1 stateMask=0x80000 x=159 y=221 count=1} to TreeItem with text {simple_server-thread1(2)} 16:35:06 [2019-07-19T20:35:06.882Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:35:06 [2019-07-19T20:35:06.882Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:35:06 [2019-07-19T20:35:06.882Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:35:06 [2019-07-19T20:35:06.882Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:35:06 [2019-07-19T20:35:06.882Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:35:06 [2019-07-19T20:35:06.882Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:35:06 [2019-07-19T20:35:06.882Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:35:06 [2019-07-19T20:35:06.882Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:35:06 [2019-07-19T20:35:06.882Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:06 [2019-07-19T20:35:06.882Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200410863 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:35:06 [2019-07-19T20:35:06.882Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200410863 data=null doit=true} to TreeItem with text {test} 16:35:06 [2019-07-19T20:35:06.882Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200410863 data=null} to TreeItem with text {test} 16:35:06 [2019-07-19T20:35:06.882Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200410864 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:35:06 [2019-07-19T20:35:06.882Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200410864 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:35:06 [2019-07-19T20:35:06.882Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200410955 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:35:06 [2019-07-19T20:35:06.882Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:06 [2019-07-19T20:35:06.882Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200410956 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:35:06 [2019-07-19T20:35:06.882Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200410957 data=null doit=true} to TreeItem with text {test} 16:35:06 [2019-07-19T20:35:06.882Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200410957 data=null} to TreeItem with text {test} 16:35:06 [2019-07-19T20:35:06.882Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200410957 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:35:06 [2019-07-19T20:35:06.882Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200410957 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:35:06 [2019-07-19T20:35:06.882Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200410964 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:35:06 [2019-07-19T20:35:06.882Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:35:06 [2019-07-19T20:35:06.882Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:06 [2019-07-19T20:35:06.882Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=200410965 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]} 16:35:06 [2019-07-19T20:35:06.882Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=200410965 data=null doit=true} to TreeItem with text {Traces [12]} 16:35:06 [2019-07-19T20:35:06.882Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=200410965 data=null} to TreeItem with text {Traces [12]} 16:35:06 [2019-07-19T20:35:06.882Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=200410965 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:35:06 [2019-07-19T20:35:06.882Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200410966 data=null item=TreeItem {Traces [12]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [12]} 16:35:06 [2019-07-19T20:35:06.882Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=200410986 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:35:06 [2019-07-19T20:35:06.882Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again. 16:35:07 [2019-07-19T20:35:07.445Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:35:07 [2019-07-19T20:35:07.445Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:07 [2019-07-19T20:35:07.445Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2(2)} time=200411478 data=null button=0 stateMask=0x0 x=159 y=263 count=0} to TreeItem with text {simple_server-thread2(2)} 16:35:07 [2019-07-19T20:35:07.445Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2(2)} time=200411479 data=null doit=true} to TreeItem with text {simple_server-thread2(2)} 16:35:07 [2019-07-19T20:35:07.445Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2(2)} time=200411479 data=null} to TreeItem with text {simple_server-thread2(2)} 16:35:07 [2019-07-19T20:35:07.445Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2(2)} time=200411479 data=null button=1 stateMask=0x0 x=159 y=263 count=1} to TreeItem with text {simple_server-thread2(2)} 16:35:07 [2019-07-19T20:35:07.445Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200411480 data=null item=TreeItem {simple_server-thread2(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread2(2)} 16:35:07 [2019-07-19T20:35:07.445Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2(2)} time=200411530 data=null button=1 stateMask=0x80000 x=159 y=263 count=1} to TreeItem with text {simple_server-thread2(2)} 16:35:07 [2019-07-19T20:35:07.445Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:35:07 [2019-07-19T20:35:07.445Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:35:07 [2019-07-19T20:35:07.445Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:35:07 [2019-07-19T20:35:07.445Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:07 [2019-07-19T20:35:07.445Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2(2)} time=200411533 data=null button=0 stateMask=0x0 x=159 y=263 count=0} to TreeItem with text {simple_server-thread2(2)} 16:35:07 [2019-07-19T20:35:07.445Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2(2)} time=200411533 data=null doit=true} to TreeItem with text {simple_server-thread2(2)} 16:35:07 [2019-07-19T20:35:07.445Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2(2)} time=200411533 data=null} to TreeItem with text {simple_server-thread2(2)} 16:35:07 [2019-07-19T20:35:07.445Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2(2)} time=200411534 data=null button=1 stateMask=0x0 x=159 y=263 count=1} to TreeItem with text {simple_server-thread2(2)} 16:35:07 [2019-07-19T20:35:07.445Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200411534 data=null item=TreeItem {simple_server-thread2(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread2(2)} 16:35:07 [2019-07-19T20:35:07.445Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2(2)} time=200411539 data=null button=1 stateMask=0x80000 x=159 y=263 count=1} to TreeItem with text {simple_server-thread2(2)} 16:35:07 [2019-07-19T20:35:07.445Z] DEBUG - Double-clicking on TreeItem with text {simple_server-thread2(2)} 16:35:07 [2019-07-19T20:35:07.445Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2(2)} time=200411540 data=null button=0 stateMask=0x0 x=159 y=263 count=0} to TreeItem with text {simple_server-thread2(2)} 16:35:07 [2019-07-19T20:35:07.445Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2(2)} time=200411540 data=null doit=true} to TreeItem with text {simple_server-thread2(2)} 16:35:07 [2019-07-19T20:35:07.445Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:07 [2019-07-19T20:35:07.445Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2(2)} time=200411540 data=null} to TreeItem with text {simple_server-thread2(2)} 16:35:07 [2019-07-19T20:35:07.445Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2(2)} time=200411541 data=null button=1 stateMask=0x0 x=159 y=263 count=1} to TreeItem with text {simple_server-thread2(2)} 16:35:07 [2019-07-19T20:35:07.445Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200411541 data=null item=TreeItem {simple_server-thread2(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread2(2)} 16:35:07 [2019-07-19T20:35:07.445Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2(2)} time=200411551 data=null button=1 stateMask=0x80000 x=159 y=263 count=1} to TreeItem with text {simple_server-thread2(2)} 16:35:07 [2019-07-19T20:35:07.445Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2(2)} time=200411552 data=null button=1 stateMask=0x0 x=159 y=263 count=2} to TreeItem with text {simple_server-thread2(2)} 16:35:07 [2019-07-19T20:35:07.445Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {simple_server-thread2(2)} time=200411552 data=null button=1 stateMask=0x0 x=159 y=263 count=2} to TreeItem with text {simple_server-thread2(2)} 16:35:07 [2019-07-19T20:35:07.445Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200411552 data=null item=TreeItem {simple_server-thread2(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread2(2)} 16:35:08 [2019-07-19T20:35:08.009Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2(2)} time=200411641 data=null button=1 stateMask=0x80000 x=159 y=263 count=2} to TreeItem with text {simple_server-thread2(2)} 16:35:08 [2019-07-19T20:35:08.009Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {simple_server-thread2(2)} time=200412042 data=null button=0 stateMask=0x0 x=159 y=263 count=0} to TreeItem with text {simple_server-thread2(2)} 16:35:08 [2019-07-19T20:35:08.009Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {simple_server-thread2(2)} time=200412097 data=null doit=true} to TreeItem with text {simple_server-thread2(2)} 16:35:08 [2019-07-19T20:35:08.009Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {simple_server-thread2(2)} time=200412098 data=null} to TreeItem with text {simple_server-thread2(2)} 16:35:08 [2019-07-19T20:35:08.009Z] DEBUG - Double-clicked on TreeItem with text {simple_server-thread2(2)} 16:35:08 [2019-07-19T20:35:08.009Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:35:08 [2019-07-19T20:35:08.009Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:35:08 [2019-07-19T20:35:08.009Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:35:08 [2019-07-19T20:35:08.009Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:35:08 [2019-07-19T20:35:08.009Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:35:08 [2019-07-19T20:35:08.009Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:35:08 [2019-07-19T20:35:08.009Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:35:08 [2019-07-19T20:35:08.009Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:35:08 [2019-07-19T20:35:08.009Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:35:08 [2019-07-19T20:35:08.009Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:35:08 [2019-07-19T20:35:08.009Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:35:08 [2019-07-19T20:35:08.009Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:35:08 [2019-07-19T20:35:08.009Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:35:08 [2019-07-19T20:35:08.009Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:35:08 [2019-07-19T20:35:08.009Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:35:08 [2019-07-19T20:35:08.009Z] DEBUG - Attempting to set focus on Table with text {} 16:35:08 [2019-07-19T20:35:08.009Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200412104 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:35:08 [2019-07-19T20:35:08.009Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200412104 data=null doit=true} to TableItem with text {} 16:35:08 [2019-07-19T20:35:08.009Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200412104 data=null} to TableItem with text {} 16:35:08 [2019-07-19T20:35:08.009Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200412104 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:35:08 [2019-07-19T20:35:08.009Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200412105 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:35:08 [2019-07-19T20:35:08.009Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200412112 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:35:08 [2019-07-19T20:35:08.009Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:35:08 [2019-07-19T20:35:08.009Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:35:08 [2019-07-19T20:35:08.938Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:35:08 [2019-07-19T20:35:08.938Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:09 [2019-07-19T20:35:09.197Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2(2)} time=200413259 data=null button=0 stateMask=0x0 x=159 y=263 count=0} to TreeItem with text {simple_server-thread2(2)} 16:35:09 [2019-07-19T20:35:09.197Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2(2)} time=200413259 data=null doit=true} to TreeItem with text {simple_server-thread2(2)} 16:35:09 [2019-07-19T20:35:09.197Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2(2)} time=200413260 data=null} to TreeItem with text {simple_server-thread2(2)} 16:35:09 [2019-07-19T20:35:09.197Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2(2)} time=200413260 data=null button=1 stateMask=0x0 x=159 y=263 count=1} to TreeItem with text {simple_server-thread2(2)} 16:35:09 [2019-07-19T20:35:09.197Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200413260 data=null item=TreeItem {simple_server-thread2(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {simple_server-thread2(2)} 16:35:09 [2019-07-19T20:35:09.197Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2(2)} time=200413266 data=null button=1 stateMask=0x80000 x=159 y=263 count=1} to TreeItem with text {simple_server-thread2(2)} 16:35:09 [2019-07-19T20:35:09.197Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:35:09 [2019-07-19T20:35:09.197Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:35:09 [2019-07-19T20:35:09.197Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:35:09 [2019-07-19T20:35:09.197Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:35:09 [2019-07-19T20:35:09.197Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:35:09 [2019-07-19T20:35:09.197Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:35:09 [2019-07-19T20:35:09.197Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:35:09 [2019-07-19T20:35:09.197Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:35:09 [2019-07-19T20:35:09.197Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:09 [2019-07-19T20:35:09.197Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200413279 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:35:09 [2019-07-19T20:35:09.197Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200413279 data=null doit=true} to TreeItem with text {test} 16:35:09 [2019-07-19T20:35:09.197Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200413279 data=null} to TreeItem with text {test} 16:35:09 [2019-07-19T20:35:09.197Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200413280 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:35:09 [2019-07-19T20:35:09.197Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200413280 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:35:09 [2019-07-19T20:35:09.197Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200413324 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:35:09 [2019-07-19T20:35:09.197Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:09 [2019-07-19T20:35:09.197Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200413325 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:35:09 [2019-07-19T20:35:09.197Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200413336 data=null doit=true} to TreeItem with text {test} 16:35:09 [2019-07-19T20:35:09.197Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200413336 data=null} to TreeItem with text {test} 16:35:09 [2019-07-19T20:35:09.197Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200413336 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:35:09 [2019-07-19T20:35:09.197Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200413336 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:35:09 [2019-07-19T20:35:09.197Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200413355 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:35:09 [2019-07-19T20:35:09.197Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:35:09 [2019-07-19T20:35:09.197Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:09 [2019-07-19T20:35:09.197Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=200413356 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]} 16:35:09 [2019-07-19T20:35:09.197Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=200413356 data=null doit=true} to TreeItem with text {Traces [12]} 16:35:09 [2019-07-19T20:35:09.197Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=200413356 data=null} to TreeItem with text {Traces [12]} 16:35:09 [2019-07-19T20:35:09.197Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=200413356 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:35:09 [2019-07-19T20:35:09.197Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200413357 data=null item=TreeItem {Traces [12]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [12]} 16:35:09 [2019-07-19T20:35:09.197Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=200413378 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:35:09 [2019-07-19T20:35:09.197Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again. 16:35:09 [2019-07-19T20:35:09.197Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:35:09 [2019-07-19T20:35:09.584Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:09 [2019-07-19T20:35:09.584Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=200413522 data=null button=0 stateMask=0x0 x=148 y=305 count=0} to TreeItem with text {ust-overlap-testing(2)} 16:35:09 [2019-07-19T20:35:09.584Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing(2)} time=200413523 data=null doit=true} to TreeItem with text {ust-overlap-testing(2)} 16:35:09 [2019-07-19T20:35:09.584Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing(2)} time=200413523 data=null} to TreeItem with text {ust-overlap-testing(2)} 16:35:09 [2019-07-19T20:35:09.584Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=200413523 data=null button=1 stateMask=0x0 x=148 y=305 count=1} to TreeItem with text {ust-overlap-testing(2)} 16:35:09 [2019-07-19T20:35:09.584Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200413524 data=null item=TreeItem {ust-overlap-testing(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ust-overlap-testing(2)} 16:35:09 [2019-07-19T20:35:09.584Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=200413580 data=null button=1 stateMask=0x80000 x=148 y=305 count=1} to TreeItem with text {ust-overlap-testing(2)} 16:35:09 [2019-07-19T20:35:09.584Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:35:09 [2019-07-19T20:35:09.584Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:35:09 [2019-07-19T20:35:09.584Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:35:09 [2019-07-19T20:35:09.584Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:09 [2019-07-19T20:35:09.584Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=200413583 data=null button=0 stateMask=0x0 x=148 y=305 count=0} to TreeItem with text {ust-overlap-testing(2)} 16:35:09 [2019-07-19T20:35:09.584Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing(2)} time=200413583 data=null doit=true} to TreeItem with text {ust-overlap-testing(2)} 16:35:09 [2019-07-19T20:35:09.584Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing(2)} time=200413583 data=null} to TreeItem with text {ust-overlap-testing(2)} 16:35:09 [2019-07-19T20:35:09.584Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=200413583 data=null button=1 stateMask=0x0 x=148 y=305 count=1} to TreeItem with text {ust-overlap-testing(2)} 16:35:09 [2019-07-19T20:35:09.584Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200413584 data=null item=TreeItem {ust-overlap-testing(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ust-overlap-testing(2)} 16:35:09 [2019-07-19T20:35:09.584Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=200413589 data=null button=1 stateMask=0x80000 x=148 y=305 count=1} to TreeItem with text {ust-overlap-testing(2)} 16:35:09 [2019-07-19T20:35:09.584Z] DEBUG - Double-clicking on TreeItem with text {ust-overlap-testing(2)} 16:35:09 [2019-07-19T20:35:09.584Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=200413589 data=null button=0 stateMask=0x0 x=148 y=305 count=0} to TreeItem with text {ust-overlap-testing(2)} 16:35:09 [2019-07-19T20:35:09.584Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing(2)} time=200413589 data=null doit=true} to TreeItem with text {ust-overlap-testing(2)} 16:35:09 [2019-07-19T20:35:09.584Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:09 [2019-07-19T20:35:09.584Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing(2)} time=200413590 data=null} to TreeItem with text {ust-overlap-testing(2)} 16:35:09 [2019-07-19T20:35:09.584Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=200413590 data=null button=1 stateMask=0x0 x=148 y=305 count=1} to TreeItem with text {ust-overlap-testing(2)} 16:35:09 [2019-07-19T20:35:09.584Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200413590 data=null item=TreeItem {ust-overlap-testing(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ust-overlap-testing(2)} 16:35:09 [2019-07-19T20:35:09.584Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=200413601 data=null button=1 stateMask=0x80000 x=148 y=305 count=1} to TreeItem with text {ust-overlap-testing(2)} 16:35:09 [2019-07-19T20:35:09.584Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=200413602 data=null button=1 stateMask=0x0 x=148 y=305 count=2} to TreeItem with text {ust-overlap-testing(2)} 16:35:09 [2019-07-19T20:35:09.584Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=200413602 data=null button=1 stateMask=0x0 x=148 y=305 count=2} to TreeItem with text {ust-overlap-testing(2)} 16:35:09 [2019-07-19T20:35:09.584Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200413602 data=null item=TreeItem {ust-overlap-testing(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ust-overlap-testing(2)} 16:35:10 [2019-07-19T20:35:10.148Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=200413697 data=null button=1 stateMask=0x80000 x=148 y=305 count=2} to TreeItem with text {ust-overlap-testing(2)} 16:35:10 [2019-07-19T20:35:10.405Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=200414348 data=null button=0 stateMask=0x0 x=148 y=305 count=0} to TreeItem with text {ust-overlap-testing(2)} 16:35:10 [2019-07-19T20:35:10.405Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ust-overlap-testing(2)} time=200414446 data=null doit=true} to TreeItem with text {ust-overlap-testing(2)} 16:35:10 [2019-07-19T20:35:10.405Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ust-overlap-testing(2)} time=200414446 data=null} to TreeItem with text {ust-overlap-testing(2)} 16:35:10 [2019-07-19T20:35:10.405Z] DEBUG - Double-clicked on TreeItem with text {ust-overlap-testing(2)} 16:35:10 [2019-07-19T20:35:10.405Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:35:10 [2019-07-19T20:35:10.405Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:35:10 [2019-07-19T20:35:10.405Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:35:10 [2019-07-19T20:35:10.405Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:35:10 [2019-07-19T20:35:10.405Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:35:10 [2019-07-19T20:35:10.405Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:35:10 [2019-07-19T20:35:10.405Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:35:10 [2019-07-19T20:35:10.405Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:35:10 [2019-07-19T20:35:10.405Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:35:10 [2019-07-19T20:35:10.405Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:35:10 [2019-07-19T20:35:10.405Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:35:10 [2019-07-19T20:35:10.405Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:35:10 [2019-07-19T20:35:10.405Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:35:10 [2019-07-19T20:35:10.405Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:35:10 [2019-07-19T20:35:10.405Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:35:10 [2019-07-19T20:35:10.405Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:35:10 [2019-07-19T20:35:10.405Z] DEBUG - Attempting to set focus on Table with text {} 16:35:10 [2019-07-19T20:35:10.405Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200414449 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:35:10 [2019-07-19T20:35:10.405Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200414449 data=null doit=true} to TableItem with text {} 16:35:10 [2019-07-19T20:35:10.405Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200414449 data=null} to TableItem with text {} 16:35:10 [2019-07-19T20:35:10.405Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200414450 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:35:10 [2019-07-19T20:35:10.405Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200414450 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:35:10 [2019-07-19T20:35:10.405Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200414459 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:35:10 [2019-07-19T20:35:10.405Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:35:10 [2019-07-19T20:35:10.405Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:35:11 [2019-07-19T20:35:11.335Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:35:11 [2019-07-19T20:35:11.335Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:11 [2019-07-19T20:35:11.335Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=200415339 data=null button=0 stateMask=0x0 x=148 y=305 count=0} to TreeItem with text {ust-overlap-testing(2)} 16:35:11 [2019-07-19T20:35:11.335Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing(2)} time=200415339 data=null doit=true} to TreeItem with text {ust-overlap-testing(2)} 16:35:11 [2019-07-19T20:35:11.335Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing(2)} time=200415339 data=null} to TreeItem with text {ust-overlap-testing(2)} 16:35:11 [2019-07-19T20:35:11.335Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=200415340 data=null button=1 stateMask=0x0 x=148 y=305 count=1} to TreeItem with text {ust-overlap-testing(2)} 16:35:11 [2019-07-19T20:35:11.335Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200415340 data=null item=TreeItem {ust-overlap-testing(2)} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ust-overlap-testing(2)} 16:35:11 [2019-07-19T20:35:11.335Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=200415345 data=null button=1 stateMask=0x80000 x=148 y=305 count=1} to TreeItem with text {ust-overlap-testing(2)} 16:35:11 [2019-07-19T20:35:11.335Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:35:11 [2019-07-19T20:35:11.335Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:35:11 [2019-07-19T20:35:11.335Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:35:11 [2019-07-19T20:35:11.335Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:35:11 [2019-07-19T20:35:11.335Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:35:11 [2019-07-19T20:35:11.335Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:35:11 [2019-07-19T20:35:11.335Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:35:11 [2019-07-19T20:35:11.335Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:35:11 [2019-07-19T20:35:11.335Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:11 [2019-07-19T20:35:11.335Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200415351 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:35:11 [2019-07-19T20:35:11.335Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200415351 data=null doit=true} to TreeItem with text {test} 16:35:11 [2019-07-19T20:35:11.335Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200415351 data=null} to TreeItem with text {test} 16:35:11 [2019-07-19T20:35:11.335Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200415351 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:35:11 [2019-07-19T20:35:11.335Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200415352 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:35:11 [2019-07-19T20:35:11.335Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200415394 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:35:11 [2019-07-19T20:35:11.335Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:11 [2019-07-19T20:35:11.335Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200415394 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:35:11 [2019-07-19T20:35:11.335Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200415395 data=null doit=true} to TreeItem with text {test} 16:35:11 [2019-07-19T20:35:11.335Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200415395 data=null} to TreeItem with text {test} 16:35:11 [2019-07-19T20:35:11.335Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200415395 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:35:11 [2019-07-19T20:35:11.335Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200415395 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:35:11 [2019-07-19T20:35:11.335Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200415412 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:35:11 [2019-07-19T20:35:11.335Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:35:11 [2019-07-19T20:35:11.335Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:11 [2019-07-19T20:35:11.335Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=200415429 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]} 16:35:11 [2019-07-19T20:35:11.335Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=200415429 data=null doit=true} to TreeItem with text {Traces [12]} 16:35:11 [2019-07-19T20:35:11.335Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=200415429 data=null} to TreeItem with text {Traces [12]} 16:35:11 [2019-07-19T20:35:11.335Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=200415430 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:35:11 [2019-07-19T20:35:11.335Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200415430 data=null item=TreeItem {Traces [12]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [12]} 16:35:11 [2019-07-19T20:35:11.335Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=200415442 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:35:11 [2019-07-19T20:35:11.335Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:35:11 [2019-07-19T20:35:11.335Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:35:11 [2019-07-19T20:35:11.335Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:35:11 [2019-07-19T20:35:11.335Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:35:11 [2019-07-19T20:35:11.335Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:35:11 [2019-07-19T20:35:11.335Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:11 [2019-07-19T20:35:11.335Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200415459 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:35:11 [2019-07-19T20:35:11.335Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200415459 data=null doit=true} to TreeItem with text {test} 16:35:11 [2019-07-19T20:35:11.335Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200415459 data=null} to TreeItem with text {test} 16:35:11 [2019-07-19T20:35:11.335Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200415460 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:35:11 [2019-07-19T20:35:11.335Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200415460 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:35:11 [2019-07-19T20:35:11.335Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200415487 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:35:11 [2019-07-19T20:35:11.335Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:11 [2019-07-19T20:35:11.335Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200415496 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:35:11 [2019-07-19T20:35:11.335Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200415517 data=null doit=true} to TreeItem with text {test} 16:35:11 [2019-07-19T20:35:11.335Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200415517 data=null} to TreeItem with text {test} 16:35:11 [2019-07-19T20:35:11.335Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200415518 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:35:11 [2019-07-19T20:35:11.335Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200415518 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:35:11 [2019-07-19T20:35:11.335Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200415524 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:35:11 [2019-07-19T20:35:11.335Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:35:11 [2019-07-19T20:35:11.335Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:11 [2019-07-19T20:35:11.335Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=200415526 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]} 16:35:11 [2019-07-19T20:35:11.335Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=200415526 data=null doit=true} to TreeItem with text {Traces [12]} 16:35:11 [2019-07-19T20:35:11.335Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=200415526 data=null} to TreeItem with text {Traces [12]} 16:35:11 [2019-07-19T20:35:11.335Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=200415526 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:35:11 [2019-07-19T20:35:11.335Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200415526 data=null item=TreeItem {Traces [12]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [12]} 16:35:11 [2019-07-19T20:35:11.335Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=200415547 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:35:11 [2019-07-19T20:35:11.335Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:11 [2019-07-19T20:35:11.335Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=200415547 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]} 16:35:11 [2019-07-19T20:35:11.335Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=200415548 data=null doit=true} to TreeItem with text {Traces [12]} 16:35:11 [2019-07-19T20:35:11.335Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=200415548 data=null} to TreeItem with text {Traces [12]} 16:35:11 [2019-07-19T20:35:11.335Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=200415548 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:35:11 [2019-07-19T20:35:11.335Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200415548 data=null item=TreeItem {Traces [12]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [12]} 16:35:11 [2019-07-19T20:35:11.335Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=200415557 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]} 16:35:11 [2019-07-19T20:35:11.592Z] DEBUG - matched MenuItem with text "C&lear Delete", using matcher: with mnemonic 'Clear' 16:35:11 [2019-07-19T20:35:11.592Z] DEBUG - Clicking on with mnemonic 'Clear' 16:35:11 [2019-07-19T20:35:11.848Z] DEBUG - Clicked on with mnemonic 'Clear' 16:35:11 [2019-07-19T20:35:11.848Z] DEBUG - matched Shell with text "Confirm Clear", using matcher: with text 'Confirm Clear' 16:35:11 [2019-07-19T20:35:11.848Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirm Clear} time=200415877 data=null doit=true} to Shell with text {Confirm Clear} 16:35:11 [2019-07-19T20:35:11.848Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button' 16:35:11 [2019-07-19T20:35:11.848Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes' 16:35:11 [2019-07-19T20:35:11.848Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH' 16:35:11 [2019-07-19T20:35:11.848Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:35:11 [2019-07-19T20:35:11.848Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button' 16:35:11 [2019-07-19T20:35:11.848Z] DEBUG - Clicking on &Yes 16:35:11 [2019-07-19T20:35:11.848Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=200415878 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:35:11 [2019-07-19T20:35:11.848Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=200415878 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:35:11 [2019-07-19T20:35:11.848Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=200415878 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:35:11 [2019-07-19T20:35:11.848Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=200415878 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:35:11 [2019-07-19T20:35:11.848Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=200415878 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:35:11 [2019-07-19T20:35:11.848Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=200415878 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:35:11 [2019-07-19T20:35:11.848Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=200415878 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:35:16 [2019-07-19T20:35:16.021Z] DEBUG - Clicked on 16:35:16 [2019-07-19T20:35:16.584Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {C&lear Delete} time=200415601 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Clear' 16:35:17 [2019-07-19T20:35:17.147Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:35:17 [2019-07-19T20:35:17.147Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:35:17 [2019-07-19T20:35:17.147Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:35:17 [2019-07-19T20:35:17.147Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:35:17 [2019-07-19T20:35:17.147Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:35:17 [2019-07-19T20:35:17.147Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:17 [2019-07-19T20:35:17.147Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200421245 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:35:17 [2019-07-19T20:35:17.147Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200421245 data=null doit=true} to TreeItem with text {test} 16:35:17 [2019-07-19T20:35:17.147Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200421245 data=null} to TreeItem with text {test} 16:35:17 [2019-07-19T20:35:17.147Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200421246 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:35:17 [2019-07-19T20:35:17.147Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200421246 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:35:17 [2019-07-19T20:35:17.147Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200421271 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:35:17 [2019-07-19T20:35:17.147Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:17 [2019-07-19T20:35:17.147Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200421272 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:35:17 [2019-07-19T20:35:17.147Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200421272 data=null doit=true} to TreeItem with text {test} 16:35:17 [2019-07-19T20:35:17.147Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200421272 data=null} to TreeItem with text {test} 16:35:17 [2019-07-19T20:35:17.147Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200421273 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:35:17 [2019-07-19T20:35:17.147Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200421273 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:35:17 [2019-07-19T20:35:17.147Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200421282 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:35:17 [2019-07-19T20:35:17.147Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:35:17 [2019-07-19T20:35:17.147Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:17 [2019-07-19T20:35:17.147Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=200421283 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]} 16:35:17 [2019-07-19T20:35:17.147Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=200421283 data=null doit=true} to TreeItem with text {Traces [0]} 16:35:17 [2019-07-19T20:35:17.147Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=200421284 data=null} to TreeItem with text {Traces [0]} 16:35:17 [2019-07-19T20:35:17.147Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=200421284 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:35:17 [2019-07-19T20:35:17.147Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200421284 data=null item=TreeItem {Traces [0]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [0]} 16:35:17 [2019-07-19T20:35:17.147Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=200421293 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:35:17 [2019-07-19T20:35:17.147Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:17 [2019-07-19T20:35:17.147Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=200421294 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]} 16:35:17 [2019-07-19T20:35:17.147Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=200421294 data=null doit=true} to TreeItem with text {Traces [0]} 16:35:17 [2019-07-19T20:35:17.147Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=200421294 data=null} to TreeItem with text {Traces [0]} 16:35:17 [2019-07-19T20:35:17.147Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=200421294 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:35:17 [2019-07-19T20:35:17.147Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200421295 data=null item=TreeItem {Traces [0]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [0]} 16:35:17 [2019-07-19T20:35:17.147Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=200421309 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:35:17 [2019-07-19T20:35:17.147Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...' 16:35:17 [2019-07-19T20:35:17.147Z] DEBUG - Clicking on with mnemonic 'Import...' 16:35:17 [2019-07-19T20:35:17.403Z] DEBUG - Clicked on with mnemonic 'Import...' 16:35:17 [2019-07-19T20:35:17.403Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import' 16:35:17 [2019-07-19T20:35:17.403Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=200421585 data=null doit=true} to Shell with text {Trace Import} 16:35:17 [2019-07-19T20:35:17.403Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.403Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.403Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.403Z] DEBUG - matched Button with text "Select &archive file...", using matcher: with mnemonic 'Select archive file:' 16:35:17 [2019-07-19T20:35:17.403Z] DEBUG - matched Button with text "Select &archive file...", using matcher: with style 'SWT.RADIO' 16:35:17 [2019-07-19T20:35:17.403Z] DEBUG - matched Button with text "Select &archive file...", using matcher: (of type 'Button' and with mnemonic 'Select archive file:' and with style 'SWT.RADIO') 16:35:17 [2019-07-19T20:35:17.403Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.403Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.403Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.403Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.403Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.403Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.403Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.403Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.403Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.403Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Select archive file:' and with style 'SWT.RADIO') is already selected, not clicking again. 16:35:17 [2019-07-19T20:35:17.403Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:35:17 [2019-07-19T20:35:17.403Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:35:17 [2019-07-19T20:35:17.403Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:35:17 [2019-07-19T20:35:17.403Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:35:17 [2019-07-19T20:35:17.403Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:35:17 [2019-07-19T20:35:17.403Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo') 16:35:17 [2019-07-19T20:35:17.403Z] DEBUG - Attempting to set focus on (of type 'Combo') 16:35:17 [2019-07-19T20:35:17.403Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/archives/traces.tar.gz 16:35:17 [2019-07-19T20:35:17.403Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/archives/traces.tar.gz} time=200421621 data=null} to (of type 'Combo') 16:35:17 [2019-07-19T20:35:17.403Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/archives/traces.tar.gz 16:35:17 [2019-07-19T20:35:17.403Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:35:17 [2019-07-19T20:35:17.403Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:35:17 [2019-07-19T20:35:17.403Z] DEBUG - Attempting to set focus on (of type 'Tree') 16:35:17 [2019-07-19T20:35:17.660Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:35:17 [2019-07-19T20:35:17.660Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:35:17 [2019-07-19T20:35:17.660Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {/} time=200421684 data=null doit=true} to TreeItem with text {/} 16:35:17 [2019-07-19T20:35:17.660Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {/} time=200421685 data=null} to TreeItem with text {/} 16:35:17 [2019-07-19T20:35:17.660Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {/} time=200421685 data=null button=1 stateMask=0x0 x=64 y=11 count=1} to TreeItem with text {/} 16:35:17 [2019-07-19T20:35:17.660Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200421685 data=null item=TreeItem {/} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {/} 16:35:17 [2019-07-19T20:35:17.660Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {/} time=200421688 data=null button=1 stateMask=0x80000 x=64 y=11 count=1} to TreeItem with text {/} 16:35:17 [2019-07-19T20:35:17.660Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {z-clashes} time=200421688 data=null doit=true} to Tree node with text: z-clashes 16:35:17 [2019-07-19T20:35:17.660Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {z-clashes} time=200421688 data=null} to Tree node with text: z-clashes 16:35:17 [2019-07-19T20:35:17.660Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {z-clashes} time=200421689 data=null button=1 stateMask=0x0 x=110 y=143 count=1} to Tree node with text: z-clashes 16:35:17 [2019-07-19T20:35:17.660Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200421689 data=null item=TreeItem {z-clashes} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Tree node with text: z-clashes 16:35:17 [2019-07-19T20:35:17.660Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {z-clashes} time=200421691 data=null button=1 stateMask=0x80000 x=110 y=143 count=1} to Tree node with text: z-clashes 16:35:17 [2019-07-19T20:35:17.660Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:17 [2019-07-19T20:35:17.660Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {z-clashes} time=200421691 data=null button=0 stateMask=0x0 x=110 y=143 count=0} to Tree node with text: z-clashes 16:35:17 [2019-07-19T20:35:17.660Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {z-clashes} time=200421692 data=null doit=true} to Tree node with text: z-clashes 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {z-clashes} time=200421692 data=null} to Tree node with text: z-clashes 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {z-clashes} time=200421692 data=null button=1 stateMask=0x0 x=110 y=143 count=1} to Tree node with text: z-clashes 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200421692 data=null item=TreeItem {z-clashes} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: z-clashes 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {z-clashes} time=200421695 data=null button=1 stateMask=0x80000 x=110 y=143 count=1} to Tree node with text: z-clashes 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - Setting state to checked on: ExampleCustomTxt.log 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:35:17 [2019-07-19T20:35:17.661Z] WARN - Tree item TreeItem with text {/} is already expanded. Won't expand it again. 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200421744 data=null button=0 stateMask=0x0 x=150 y=55 count=0} to Tree node with text: kernel-overlap-testing 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200421745 data=null doit=true} to Tree node with text: kernel-overlap-testing 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200421745 data=null} to Tree node with text: kernel-overlap-testing 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200421745 data=null button=1 stateMask=0x0 x=150 y=55 count=1} to Tree node with text: kernel-overlap-testing 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200421745 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: kernel-overlap-testing 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200421747 data=null button=1 stateMask=0x80000 x=150 y=55 count=1} to Tree node with text: kernel-overlap-testing 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - Setting state to checked on: kernel-overlap-testing 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:') 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection> 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {<Automatic Detection>} time=200421761 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection> 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - Selecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$2@3d102ea8 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Preserve &folder structure} time=200421766 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Preserve &folder structure} time=200421774 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Preserve &folder structure} time=200421774 data=null doit=true} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Preserve &folder structure} time=200421774 data=null} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Preserve &folder structure} time=200421774 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Preserve &folder structure} time=200421774 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Preserve &folder structure} time=200421774 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Preserve &folder structure} time=200421775 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Preserve &folder structure} time=200421775 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Preserve &folder structure} time=200421775 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Preserve &folder structure} time=200421775 data=null doit=true} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Preserve &folder structure} time=200421775 data=null} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH' 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - Clicking on &Finish 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=200421790 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=200421790 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=200421790 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=200421790 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=200421790 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:35:17 [2019-07-19T20:35:17.661Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=200421790 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:35:18 [2019-07-19T20:35:18.225Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=200421791 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:35:18 [2019-07-19T20:35:18.225Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=200421355 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...' 16:35:18 [2019-07-19T20:35:18.225Z] DEBUG - Clicked on 16:35:18 [2019-07-19T20:35:18.225Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:35:18 [2019-07-19T20:35:18.225Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:35:18 [2019-07-19T20:35:18.225Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:35:18 [2019-07-19T20:35:18.225Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:35:18 [2019-07-19T20:35:18.225Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:35:18 [2019-07-19T20:35:18.225Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:18 [2019-07-19T20:35:18.225Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200422265 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:35:18 [2019-07-19T20:35:18.225Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200422265 data=null doit=true} to TreeItem with text {test} 16:35:18 [2019-07-19T20:35:18.225Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200422265 data=null} to TreeItem with text {test} 16:35:18 [2019-07-19T20:35:18.225Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200422265 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:35:18 [2019-07-19T20:35:18.225Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200422266 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:35:18 [2019-07-19T20:35:18.225Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200422289 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:35:18 [2019-07-19T20:35:18.225Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:18 [2019-07-19T20:35:18.225Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200422298 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:35:18 [2019-07-19T20:35:18.225Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200422298 data=null doit=true} to TreeItem with text {test} 16:35:18 [2019-07-19T20:35:18.225Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200422298 data=null} to TreeItem with text {test} 16:35:18 [2019-07-19T20:35:18.225Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200422298 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:35:18 [2019-07-19T20:35:18.225Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200422298 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:35:18 [2019-07-19T20:35:18.225Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200422305 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:35:18 [2019-07-19T20:35:18.225Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:35:18 [2019-07-19T20:35:18.225Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:18 [2019-07-19T20:35:18.225Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [2]} time=200422314 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [2]} 16:35:18 [2019-07-19T20:35:18.225Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [2]} time=200422314 data=null doit=true} to TreeItem with text {Traces [2]} 16:35:18 [2019-07-19T20:35:18.225Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [2]} time=200422315 data=null} to TreeItem with text {Traces [2]} 16:35:18 [2019-07-19T20:35:18.225Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [2]} time=200422315 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [2]} 16:35:18 [2019-07-19T20:35:18.225Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200422315 data=null item=TreeItem {Traces [2]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [2]} 16:35:18 [2019-07-19T20:35:18.225Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [2]} time=200422342 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [2]} 16:35:18 [2019-07-19T20:35:18.225Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [2]} time=200422343 data=null doit=true} to TreeItem with text {Traces [2]} 16:35:18 [2019-07-19T20:35:18.225Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [2]} time=200422343 data=null} to TreeItem with text {Traces [2]} 16:35:18 [2019-07-19T20:35:18.225Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [2]} time=200422343 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [2]} 16:35:18 [2019-07-19T20:35:18.225Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200422344 data=null item=TreeItem {Traces [2]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {Traces [2]} 16:35:18 [2019-07-19T20:35:18.225Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [2]} time=200422360 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [2]} 16:35:18 [2019-07-19T20:35:18.225Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {z-clashes [1]} time=200422361 data=null doit=true} to TreeItem with text {z-clashes [1]} 16:35:18 [2019-07-19T20:35:18.225Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {z-clashes [1]} time=200422361 data=null} to TreeItem with text {z-clashes [1]} 16:35:18 [2019-07-19T20:35:18.225Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {z-clashes [1]} time=200422361 data=null button=1 stateMask=0x0 x=119 y=74 count=1} to TreeItem with text {z-clashes [1]} 16:35:18 [2019-07-19T20:35:18.225Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200422361 data=null item=TreeItem {z-clashes [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {z-clashes [1]} 16:35:18 [2019-07-19T20:35:18.225Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {z-clashes [1]} time=200422379 data=null button=1 stateMask=0x80000 x=119 y=74 count=1} to TreeItem with text {z-clashes [1]} 16:35:18 [2019-07-19T20:35:18.793Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:35:18 [2019-07-19T20:35:18.793Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:18 [2019-07-19T20:35:18.793Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200422842 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:35:18 [2019-07-19T20:35:18.793Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200422843 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:35:18 [2019-07-19T20:35:18.793Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200422843 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:35:18 [2019-07-19T20:35:18.793Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200422844 data=null button=1 stateMask=0x0 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:35:18 [2019-07-19T20:35:18.793Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200422844 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:35:18 [2019-07-19T20:35:18.794Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200422881 data=null button=1 stateMask=0x80000 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:35:18 [2019-07-19T20:35:18.794Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:35:18 [2019-07-19T20:35:18.794Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:35:18 [2019-07-19T20:35:18.794Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:35:18 [2019-07-19T20:35:18.794Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:18 [2019-07-19T20:35:18.794Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200422884 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:35:18 [2019-07-19T20:35:18.794Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200422884 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:35:18 [2019-07-19T20:35:18.794Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200422884 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:35:18 [2019-07-19T20:35:18.794Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200422885 data=null button=1 stateMask=0x0 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:35:18 [2019-07-19T20:35:18.794Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200422885 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:35:18 [2019-07-19T20:35:18.794Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200422889 data=null button=1 stateMask=0x80000 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:35:18 [2019-07-19T20:35:18.794Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomTxt.log} 16:35:18 [2019-07-19T20:35:18.794Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200422890 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:35:18 [2019-07-19T20:35:18.794Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200422890 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:35:18 [2019-07-19T20:35:18.794Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:18 [2019-07-19T20:35:18.794Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200422890 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:35:18 [2019-07-19T20:35:18.794Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200422890 data=null button=1 stateMask=0x0 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:35:18 [2019-07-19T20:35:18.794Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200422891 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:35:18 [2019-07-19T20:35:18.794Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200422894 data=null button=1 stateMask=0x80000 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:35:18 [2019-07-19T20:35:18.794Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200422895 data=null button=1 stateMask=0x0 x=170 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:35:18 [2019-07-19T20:35:18.794Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200422895 data=null button=1 stateMask=0x0 x=170 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:35:18 [2019-07-19T20:35:18.794Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200422895 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:35:19 [2019-07-19T20:35:19.186Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200422962 data=null button=1 stateMask=0x80000 x=170 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log} 16:35:19 [2019-07-19T20:35:19.186Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200423200 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:35:19 [2019-07-19T20:35:19.186Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200423200 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:35:19 [2019-07-19T20:35:19.186Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200423201 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:35:19 [2019-07-19T20:35:19.186Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomTxt.log} 16:35:19 [2019-07-19T20:35:19.186Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:35:20 [2019-07-19T20:35:20.116Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:35:20 [2019-07-19T20:35:20.116Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:35:20 [2019-07-19T20:35:20.116Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:35:20 [2019-07-19T20:35:20.116Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:35:20 [2019-07-19T20:35:20.116Z] DEBUG - Attempting to set focus on Table with text {} 16:35:20 [2019-07-19T20:35:20.116Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200424220 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:35:20 [2019-07-19T20:35:20.116Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200424220 data=null doit=true} to TableItem with text {} 16:35:20 [2019-07-19T20:35:20.116Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200424220 data=null} to TableItem with text {} 16:35:20 [2019-07-19T20:35:20.116Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200424220 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:35:20 [2019-07-19T20:35:20.116Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200424221 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:35:20 [2019-07-19T20:35:20.116Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200424225 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:35:20 [2019-07-19T20:35:20.116Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:35:20 [2019-07-19T20:35:20.116Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:35:20 [2019-07-19T20:35:20.116Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:35:20 [2019-07-19T20:35:20.116Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:20 [2019-07-19T20:35:20.374Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200424409 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log} 16:35:20 [2019-07-19T20:35:20.374Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=200424409 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:35:20 [2019-07-19T20:35:20.374Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=200424410 data=null} to TreeItem with text {ExampleCustomTxt.log} 16:35:20 [2019-07-19T20:35:20.374Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200424410 data=null button=1 stateMask=0x0 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:35:20 [2019-07-19T20:35:20.374Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200424410 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log} 16:35:20 [2019-07-19T20:35:20.374Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=200424415 data=null button=1 stateMask=0x80000 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log} 16:35:20 [2019-07-19T20:35:20.374Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:35:20 [2019-07-19T20:35:20.374Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:35:20 [2019-07-19T20:35:20.374Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:35:20 [2019-07-19T20:35:20.374Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:35:20 [2019-07-19T20:35:20.374Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:35:20 [2019-07-19T20:35:20.374Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:35:20 [2019-07-19T20:35:20.374Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:35:20 [2019-07-19T20:35:20.374Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:35:20 [2019-07-19T20:35:20.374Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:20 [2019-07-19T20:35:20.374Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200424433 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:35:20 [2019-07-19T20:35:20.374Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200424433 data=null doit=true} to TreeItem with text {test} 16:35:20 [2019-07-19T20:35:20.374Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200424433 data=null} to TreeItem with text {test} 16:35:20 [2019-07-19T20:35:20.374Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200424434 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:35:20 [2019-07-19T20:35:20.374Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200424434 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:35:20 [2019-07-19T20:35:20.374Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200424475 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:35:20 [2019-07-19T20:35:20.374Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:20 [2019-07-19T20:35:20.374Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200424475 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:35:20 [2019-07-19T20:35:20.374Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200424476 data=null doit=true} to TreeItem with text {test} 16:35:20 [2019-07-19T20:35:20.374Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200424476 data=null} to TreeItem with text {test} 16:35:20 [2019-07-19T20:35:20.374Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200424476 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:35:20 [2019-07-19T20:35:20.374Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200424476 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:35:20 [2019-07-19T20:35:20.374Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200424489 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:35:20 [2019-07-19T20:35:20.374Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:35:20 [2019-07-19T20:35:20.374Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:20 [2019-07-19T20:35:20.374Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [2]} time=200424491 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [2]} 16:35:20 [2019-07-19T20:35:20.374Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [2]} time=200424491 data=null doit=true} to TreeItem with text {Traces [2]} 16:35:20 [2019-07-19T20:35:20.374Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [2]} time=200424491 data=null} to TreeItem with text {Traces [2]} 16:35:20 [2019-07-19T20:35:20.374Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [2]} time=200424491 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [2]} 16:35:20 [2019-07-19T20:35:20.374Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200424491 data=null item=TreeItem {Traces [2]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [2]} 16:35:20 [2019-07-19T20:35:20.374Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [2]} time=200424509 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [2]} 16:35:20 [2019-07-19T20:35:20.374Z] WARN - Tree item TreeItem with text {Traces [2]} is already expanded. Won't expand it again. 16:35:20 [2019-07-19T20:35:20.937Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:35:20 [2019-07-19T20:35:20.937Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:20 [2019-07-19T20:35:20.937Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200424978 data=null button=0 stateMask=0x0 x=148 y=116 count=0} to TreeItem with text {kernel-overlap-testing} 16:35:20 [2019-07-19T20:35:20.937Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200424978 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:35:20 [2019-07-19T20:35:20.937Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200424978 data=null} to TreeItem with text {kernel-overlap-testing} 16:35:20 [2019-07-19T20:35:20.937Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200424979 data=null button=1 stateMask=0x0 x=148 y=116 count=1} to TreeItem with text {kernel-overlap-testing} 16:35:20 [2019-07-19T20:35:20.937Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200424979 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:35:20 [2019-07-19T20:35:20.937Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200425019 data=null button=1 stateMask=0x80000 x=148 y=116 count=1} to TreeItem with text {kernel-overlap-testing} 16:35:20 [2019-07-19T20:35:20.937Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:35:20 [2019-07-19T20:35:20.937Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:35:20 [2019-07-19T20:35:20.937Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:35:20 [2019-07-19T20:35:20.937Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:20 [2019-07-19T20:35:20.937Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200425022 data=null button=0 stateMask=0x0 x=148 y=116 count=0} to TreeItem with text {kernel-overlap-testing} 16:35:20 [2019-07-19T20:35:20.937Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200425022 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:35:20 [2019-07-19T20:35:20.937Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200425022 data=null} to TreeItem with text {kernel-overlap-testing} 16:35:20 [2019-07-19T20:35:20.937Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200425022 data=null button=1 stateMask=0x0 x=148 y=116 count=1} to TreeItem with text {kernel-overlap-testing} 16:35:20 [2019-07-19T20:35:20.937Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200425022 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:35:20 [2019-07-19T20:35:20.937Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200425027 data=null button=1 stateMask=0x80000 x=148 y=116 count=1} to TreeItem with text {kernel-overlap-testing} 16:35:20 [2019-07-19T20:35:20.937Z] DEBUG - Double-clicking on TreeItem with text {kernel-overlap-testing} 16:35:20 [2019-07-19T20:35:20.937Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200425028 data=null button=0 stateMask=0x0 x=148 y=116 count=0} to TreeItem with text {kernel-overlap-testing} 16:35:20 [2019-07-19T20:35:20.937Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200425028 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:35:20 [2019-07-19T20:35:20.937Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:20 [2019-07-19T20:35:20.937Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200425028 data=null} to TreeItem with text {kernel-overlap-testing} 16:35:20 [2019-07-19T20:35:20.937Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200425028 data=null button=1 stateMask=0x0 x=148 y=116 count=1} to TreeItem with text {kernel-overlap-testing} 16:35:20 [2019-07-19T20:35:20.937Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200425029 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:35:20 [2019-07-19T20:35:20.937Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200425032 data=null button=1 stateMask=0x80000 x=148 y=116 count=1} to TreeItem with text {kernel-overlap-testing} 16:35:20 [2019-07-19T20:35:20.937Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200425033 data=null button=1 stateMask=0x0 x=148 y=116 count=2} to TreeItem with text {kernel-overlap-testing} 16:35:20 [2019-07-19T20:35:20.937Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {kernel-overlap-testing} time=200425033 data=null button=1 stateMask=0x0 x=148 y=116 count=2} to TreeItem with text {kernel-overlap-testing} 16:35:20 [2019-07-19T20:35:20.937Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200425033 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:35:21 [2019-07-19T20:35:21.501Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200425105 data=null button=1 stateMask=0x80000 x=148 y=116 count=2} to TreeItem with text {kernel-overlap-testing} 16:35:21 [2019-07-19T20:35:21.501Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {kernel-overlap-testing} time=200425622 data=null button=0 stateMask=0x0 x=148 y=116 count=0} to TreeItem with text {kernel-overlap-testing} 16:35:21 [2019-07-19T20:35:21.501Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {kernel-overlap-testing} time=200425717 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:35:21 [2019-07-19T20:35:21.501Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {kernel-overlap-testing} time=200425717 data=null} to TreeItem with text {kernel-overlap-testing} 16:35:21 [2019-07-19T20:35:21.501Z] DEBUG - Double-clicked on TreeItem with text {kernel-overlap-testing} 16:35:21 [2019-07-19T20:35:21.501Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:35:21 [2019-07-19T20:35:21.501Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' 16:35:21 [2019-07-19T20:35:21.501Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:35:21 [2019-07-19T20:35:21.501Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:35:21 [2019-07-19T20:35:21.501Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:35:21 [2019-07-19T20:35:21.501Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:35:21 [2019-07-19T20:35:21.501Z] DEBUG - Attempting to set focus on Table with text {} 16:35:21 [2019-07-19T20:35:21.501Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=200425720 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} 16:35:21 [2019-07-19T20:35:21.501Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=200425720 data=null doit=true} to TableItem with text {} 16:35:21 [2019-07-19T20:35:21.501Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=200425720 data=null} to TableItem with text {} 16:35:21 [2019-07-19T20:35:21.501Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=200425721 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} 16:35:21 [2019-07-19T20:35:21.501Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200425721 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} 16:35:21 [2019-07-19T20:35:21.501Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=200425726 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} 16:35:21 [2019-07-19T20:35:21.501Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:35:21 [2019-07-19T20:35:21.501Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:35:22 [2019-07-19T20:35:22.871Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"' 16:35:22 [2019-07-19T20:35:22.871Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:22 [2019-07-19T20:35:22.871Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200426889 data=null button=0 stateMask=0x0 x=148 y=116 count=0} to TreeItem with text {kernel-overlap-testing} 16:35:22 [2019-07-19T20:35:22.871Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200426889 data=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:35:22 [2019-07-19T20:35:22.871Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200426889 data=null} to TreeItem with text {kernel-overlap-testing} 16:35:22 [2019-07-19T20:35:22.871Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200426890 data=null button=1 stateMask=0x0 x=148 y=116 count=1} to TreeItem with text {kernel-overlap-testing} 16:35:22 [2019-07-19T20:35:22.871Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200426890 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel-overlap-testing} 16:35:22 [2019-07-19T20:35:22.871Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200426895 data=null button=1 stateMask=0x80000 x=148 y=116 count=1} to TreeItem with text {kernel-overlap-testing} 16:35:22 [2019-07-19T20:35:22.871Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:35:22 [2019-07-19T20:35:22.872Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:35:22 [2019-07-19T20:35:22.872Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again. 16:35:22 [2019-07-19T20:35:22.872Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:35:22 [2019-07-19T20:35:22.872Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:35:22 [2019-07-19T20:35:22.872Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:35:22 [2019-07-19T20:35:22.872Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:35:22 [2019-07-19T20:35:22.872Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:35:22 [2019-07-19T20:35:22.872Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:22 [2019-07-19T20:35:22.872Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200426901 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:35:22 [2019-07-19T20:35:22.872Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200426901 data=null doit=true} to TreeItem with text {test} 16:35:22 [2019-07-19T20:35:22.872Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200426901 data=null} to TreeItem with text {test} 16:35:22 [2019-07-19T20:35:22.872Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200426901 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:35:22 [2019-07-19T20:35:22.872Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200426902 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:35:22 [2019-07-19T20:35:22.872Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200426940 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:35:22 [2019-07-19T20:35:22.872Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:22 [2019-07-19T20:35:22.872Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200426942 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:35:22 [2019-07-19T20:35:22.872Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200426942 data=null doit=true} to TreeItem with text {test} 16:35:22 [2019-07-19T20:35:22.872Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200426942 data=null} to TreeItem with text {test} 16:35:22 [2019-07-19T20:35:22.872Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200426943 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:35:22 [2019-07-19T20:35:22.872Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200426943 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:35:22 [2019-07-19T20:35:22.872Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200426953 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:35:22 [2019-07-19T20:35:22.872Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:35:22 [2019-07-19T20:35:22.872Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:22 [2019-07-19T20:35:22.872Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [2]} time=200426955 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [2]} 16:35:22 [2019-07-19T20:35:22.872Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [2]} time=200426955 data=null doit=true} to TreeItem with text {Traces [2]} 16:35:22 [2019-07-19T20:35:22.872Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [2]} time=200426955 data=null} to TreeItem with text {Traces [2]} 16:35:22 [2019-07-19T20:35:22.872Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [2]} time=200426955 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [2]} 16:35:22 [2019-07-19T20:35:22.872Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200426955 data=null item=TreeItem {Traces [2]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [2]} 16:35:22 [2019-07-19T20:35:22.872Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [2]} time=200426966 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [2]} 16:35:22 [2019-07-19T20:35:22.872Z] WARN - Tree item TreeItem with text {Traces [2]} is already expanded. Won't expand it again. 16:35:22 [2019-07-19T20:35:22.872Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:35:22 [2019-07-19T20:35:22.872Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:35:22 [2019-07-19T20:35:22.872Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:35:22 [2019-07-19T20:35:22.872Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:35:22 [2019-07-19T20:35:22.872Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:35:22 [2019-07-19T20:35:22.872Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:22 [2019-07-19T20:35:22.872Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200426986 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:35:22 [2019-07-19T20:35:22.872Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200426987 data=null doit=true} to TreeItem with text {test} 16:35:22 [2019-07-19T20:35:22.872Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200426987 data=null} to TreeItem with text {test} 16:35:22 [2019-07-19T20:35:22.872Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200426987 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:35:22 [2019-07-19T20:35:22.872Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200426987 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:35:22 [2019-07-19T20:35:22.872Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200427012 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:35:22 [2019-07-19T20:35:22.872Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:22 [2019-07-19T20:35:22.872Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200427013 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:35:22 [2019-07-19T20:35:22.872Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200427013 data=null doit=true} to TreeItem with text {test} 16:35:22 [2019-07-19T20:35:22.872Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200427013 data=null} to TreeItem with text {test} 16:35:22 [2019-07-19T20:35:22.872Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200427013 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:35:22 [2019-07-19T20:35:22.872Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200427013 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:35:22 [2019-07-19T20:35:22.872Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200427023 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:35:22 [2019-07-19T20:35:22.872Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:35:22 [2019-07-19T20:35:22.872Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:22 [2019-07-19T20:35:22.872Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [2]} time=200427024 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [2]} 16:35:22 [2019-07-19T20:35:22.872Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [2]} time=200427024 data=null doit=true} to TreeItem with text {Traces [2]} 16:35:22 [2019-07-19T20:35:22.872Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [2]} time=200427025 data=null} to TreeItem with text {Traces [2]} 16:35:22 [2019-07-19T20:35:22.872Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [2]} time=200427025 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [2]} 16:35:22 [2019-07-19T20:35:22.872Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200427025 data=null item=TreeItem {Traces [2]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [2]} 16:35:22 [2019-07-19T20:35:22.872Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [2]} time=200427034 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [2]} 16:35:22 [2019-07-19T20:35:22.872Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:22 [2019-07-19T20:35:22.872Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [2]} time=200427035 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [2]} 16:35:22 [2019-07-19T20:35:22.872Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [2]} time=200427035 data=null doit=true} to TreeItem with text {Traces [2]} 16:35:22 [2019-07-19T20:35:22.872Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [2]} time=200427035 data=null} to TreeItem with text {Traces [2]} 16:35:22 [2019-07-19T20:35:22.872Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [2]} time=200427035 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [2]} 16:35:22 [2019-07-19T20:35:22.872Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200427036 data=null item=TreeItem {Traces [2]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [2]} 16:35:22 [2019-07-19T20:35:22.872Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [2]} time=200427053 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [2]} 16:35:22 [2019-07-19T20:35:22.872Z] DEBUG - matched MenuItem with text "&New Folder...", using matcher: with mnemonic 'New Folder...' 16:35:22 [2019-07-19T20:35:22.872Z] DEBUG - Clicking on with mnemonic 'New Folder...' 16:35:23 [2019-07-19T20:35:23.128Z] DEBUG - Clicked on with mnemonic 'New Folder...' 16:35:23 [2019-07-19T20:35:23.128Z] DEBUG - matched Shell with text "New Folder", using matcher: with text 'New Folder' 16:35:23 [2019-07-19T20:35:23.128Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {New Folder} time=200427361 data=null doit=true} to Shell with text {New Folder} 16:35:23 [2019-07-19T20:35:23.128Z] DEBUG - matched Text with text "", using matcher: of type 'Text' 16:35:23 [2019-07-19T20:35:23.128Z] DEBUG - matched Label with text "Folder name:", using matcher: with mnemonic 'Folder name:' 16:35:23 [2019-07-19T20:35:23.128Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Folder name:') 16:35:23 [2019-07-19T20:35:23.128Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Folder name:')) 16:35:23 [2019-07-19T20:35:23.128Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:35:23 [2019-07-19T20:35:23.128Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:35:23 [2019-07-19T20:35:23.128Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 16:35:23 [2019-07-19T20:35:23.128Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:35:23 [2019-07-19T20:35:23.128Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:35:23 [2019-07-19T20:35:23.128Z] DEBUG - Clicking on OK 16:35:23 [2019-07-19T20:35:23.128Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=200427368 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:35:23 [2019-07-19T20:35:23.128Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=200427368 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:35:23 [2019-07-19T20:35:23.128Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=200427368 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:35:23 [2019-07-19T20:35:23.128Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=200427368 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:35:23 [2019-07-19T20:35:23.128Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=200427369 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:35:23 [2019-07-19T20:35:23.128Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=200427369 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:35:23 [2019-07-19T20:35:23.385Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=200427369 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:35:23 [2019-07-19T20:35:23.385Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&New Folder...} time=200427099 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'New Folder...' 16:35:23 [2019-07-19T20:35:23.385Z] DEBUG - Clicked on 16:35:23 [2019-07-19T20:35:23.385Z] WARN - Tree item TreeItem with text {Traces [2]} is already expanded. Won't expand it again. 16:35:23 [2019-07-19T20:35:23.385Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:23 [2019-07-19T20:35:23.385Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {aaa} time=200427601 data=null button=0 stateMask=0x0 x=90 y=74 count=0} to TreeItem with text {aaa} 16:35:23 [2019-07-19T20:35:23.385Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {aaa} time=200427601 data=null doit=true} to TreeItem with text {aaa} 16:35:23 [2019-07-19T20:35:23.385Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {aaa} time=200427613 data=null} to TreeItem with text {aaa} 16:35:23 [2019-07-19T20:35:23.385Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {aaa} time=200427613 data=null button=1 stateMask=0x0 x=90 y=74 count=1} to TreeItem with text {aaa} 16:35:23 [2019-07-19T20:35:23.385Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200427614 data=null item=TreeItem {aaa} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {aaa} 16:35:23 [2019-07-19T20:35:23.641Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {aaa} time=200427660 data=null button=1 stateMask=0x80000 x=90 y=74 count=1} to TreeItem with text {aaa} 16:35:23 [2019-07-19T20:35:23.641Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...' 16:35:23 [2019-07-19T20:35:23.641Z] DEBUG - Clicking on with mnemonic 'Import...' 16:35:23 [2019-07-19T20:35:23.898Z] DEBUG - Clicked on with mnemonic 'Import...' 16:35:23 [2019-07-19T20:35:23.898Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import' 16:35:23 [2019-07-19T20:35:23.898Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=200428065 data=null doit=true} to Shell with text {Trace Import} 16:35:23 [2019-07-19T20:35:23.898Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:35:23 [2019-07-19T20:35:23.898Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with mnemonic 'Select root directory:' 16:35:23 [2019-07-19T20:35:23.898Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with style 'SWT.RADIO' 16:35:23 [2019-07-19T20:35:23.898Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') 16:35:23 [2019-07-19T20:35:23.898Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:35:23 [2019-07-19T20:35:23.898Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:35:23 [2019-07-19T20:35:23.898Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:35:23 [2019-07-19T20:35:23.898Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:35:23 [2019-07-19T20:35:23.898Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:35:23 [2019-07-19T20:35:23.898Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:35:23 [2019-07-19T20:35:23.898Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:35:23 [2019-07-19T20:35:23.898Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:35:23 [2019-07-19T20:35:23.898Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:35:23 [2019-07-19T20:35:23.898Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:35:23 [2019-07-19T20:35:23.898Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:35:23 [2019-07-19T20:35:23.898Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') 16:35:23 [2019-07-19T20:35:23.898Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Select &archive file:} time=200428068 data=null doit=true} to Button with text {Select &archive file:} 16:35:23 [2019-07-19T20:35:23.898Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Select &archive file:} time=200428068 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Button with text {Select &archive file:} 16:35:23 [2019-07-19T20:35:23.898Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') 16:35:23 [2019-07-19T20:35:23.898Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Select roo&t directory:} time=200428072 data=null doit=true} to (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') 16:35:23 [2019-07-19T20:35:23.898Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Select roo&t directory:} time=200428072 data=null button=1 stateMask=0x0 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') 16:35:23 [2019-07-19T20:35:23.898Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Select roo&t directory:} time=200428072 data=null button=1 stateMask=0x80000 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') 16:35:23 [2019-07-19T20:35:23.898Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Select roo&t directory:} time=200428072 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') 16:35:23 [2019-07-19T20:35:23.898Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') 16:35:23 [2019-07-19T20:35:23.898Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:35:23 [2019-07-19T20:35:23.898Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:35:23 [2019-07-19T20:35:23.898Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:35:23 [2019-07-19T20:35:23.898Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') 16:35:23 [2019-07-19T20:35:23.898Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:35:23 [2019-07-19T20:35:23.898Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo') 16:35:23 [2019-07-19T20:35:23.898Z] DEBUG - Attempting to set focus on (of type 'Combo') 16:35:23 [2019-07-19T20:35:23.898Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import 16:35:23 [2019-07-19T20:35:23.898Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import} time=200428091 data=null} to (of type 'Combo') 16:35:23 [2019-07-19T20:35:23.898Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import 16:35:23 [2019-07-19T20:35:23.898Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:35:23 [2019-07-19T20:35:23.898Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:35:23 [2019-07-19T20:35:23.898Z] DEBUG - Attempting to set focus on (of type 'Tree') 16:35:23 [2019-07-19T20:35:23.898Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:35:23 [2019-07-19T20:35:23.898Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:35:23 [2019-07-19T20:35:23.898Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=200428135 data=null doit=true} to TreeItem with text {import} 16:35:23 [2019-07-19T20:35:23.898Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=200428135 data=null} to TreeItem with text {import} 16:35:23 [2019-07-19T20:35:23.898Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=200428136 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import} 16:35:23 [2019-07-19T20:35:23.898Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200428136 data=null item=TreeItem {import} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {import} 16:35:23 [2019-07-19T20:35:23.898Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=200428138 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import} 16:35:23 [2019-07-19T20:35:23.898Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:23 [2019-07-19T20:35:23.898Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=200428139 data=null button=0 stateMask=0x0 x=150 y=55 count=0} to Tree node with text: kernel-overlap-testing 16:35:23 [2019-07-19T20:35:23.898Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200428139 data=null doit=true} to Tree node with text: kernel-overlap-testing 16:35:23 [2019-07-19T20:35:23.898Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200428140 data=null} to Tree node with text: kernel-overlap-testing 16:35:23 [2019-07-19T20:35:23.898Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200428140 data=null button=1 stateMask=0x0 x=150 y=55 count=1} to Tree node with text: kernel-overlap-testing 16:35:23 [2019-07-19T20:35:23.898Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200428140 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: kernel-overlap-testing 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=200428156 data=null button=1 stateMask=0x80000 x=150 y=55 count=1} to Tree node with text: kernel-overlap-testing 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - Setting state to checked on: kernel-overlap-testing 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:') 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection> 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {<Automatic Detection>} time=200428176 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Combo' and with label (with mnemonic 'Trace Type:')) 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection> 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - Selecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$2@14764f7d 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Create lin&ks in workspace} time=200428188 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Create lin&ks in workspace} time=200428188 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Create lin&ks in workspace} time=200428188 data=null doit=true} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Create lin&ks in workspace} time=200428189 data=null} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Create lin&ks in workspace} time=200428189 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Create lin&ks in workspace} time=200428189 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Create lin&ks in workspace} time=200428189 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Create lin&ks in workspace} time=200428189 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Create lin&ks in workspace} time=200428189 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Create lin&ks in workspace} time=200428189 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Create lin&ks in workspace} time=200428189 data=null doit=true} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Create lin&ks in workspace} time=200428189 data=null} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - Deselecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$1@48ff92c6 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Preserve &folder structure} time=200428192 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Preserve &folder structure} time=200428192 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Preserve &folder structure} time=200428192 data=null doit=true} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Preserve &folder structure} time=200428192 data=null} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Preserve &folder structure} time=200428192 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Preserve &folder structure} time=200428192 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Preserve &folder structure} time=200428192 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Preserve &folder structure} time=200428192 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Preserve &folder structure} time=200428193 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Preserve &folder structure} time=200428193 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Preserve &folder structure} time=200428193 data=null doit=true} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Preserve &folder structure} time=200428193 data=null} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') already deselected, not deselecting again. 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH' 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - Clicking on &Finish 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=200428222 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=200428223 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=200428223 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=200428223 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=200428223 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:35:24 [2019-07-19T20:35:24.156Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=200428223 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:35:24 [2019-07-19T20:35:24.413Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=200428223 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16:35:24 [2019-07-19T20:35:24.413Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=200427703 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...' 16:35:24 [2019-07-19T20:35:24.413Z] DEBUG - Clicked on 16:35:24 [2019-07-19T20:35:24.413Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:35:24 [2019-07-19T20:35:24.413Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:35:24 [2019-07-19T20:35:24.413Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:35:24 [2019-07-19T20:35:24.413Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:35:24 [2019-07-19T20:35:24.413Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:35:24 [2019-07-19T20:35:24.413Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:24 [2019-07-19T20:35:24.413Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200428645 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:35:24 [2019-07-19T20:35:24.413Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200428645 data=null doit=true} to TreeItem with text {test} 16:35:24 [2019-07-19T20:35:24.413Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200428645 data=null} to TreeItem with text {test} 16:35:24 [2019-07-19T20:35:24.413Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200428645 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:35:24 [2019-07-19T20:35:24.413Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200428646 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:35:24 [2019-07-19T20:35:24.670Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200428666 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:35:24 [2019-07-19T20:35:24.670Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:35:24 [2019-07-19T20:35:24.670Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Experiments [1]} time=200428667 data=null doit=true} to TreeItem with text {Experiments [1]} 16:35:24 [2019-07-19T20:35:24.670Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Experiments [1]} time=200428667 data=null} to TreeItem with text {Experiments [1]} 16:35:24 [2019-07-19T20:35:24.670Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Experiments [1]} time=200428668 data=null button=1 stateMask=0x0 x=111 y=32 count=1} to TreeItem with text {Experiments [1]} 16:35:24 [2019-07-19T20:35:24.670Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200428668 data=null item=TreeItem {Experiments [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {Experiments [1]} 16:35:24 [2019-07-19T20:35:24.670Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Experiments [1]} time=200428689 data=null button=1 stateMask=0x80000 x=111 y=32 count=1} to TreeItem with text {Experiments [1]} 16:35:24 [2019-07-19T20:35:24.670Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {aaa [1]} time=200428689 data=null doit=true} to TreeItem with text {aaa [1]} 16:35:24 [2019-07-19T20:35:24.670Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {aaa [1]} time=200428689 data=null} to TreeItem with text {aaa [1]} 16:35:24 [2019-07-19T20:35:24.670Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {aaa [1]} time=200428690 data=null button=1 stateMask=0x0 x=101 y=95 count=1} to TreeItem with text {aaa [1]} 16:35:24 [2019-07-19T20:35:24.670Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200428690 data=null item=TreeItem {aaa [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {aaa [1]} 16:35:24 [2019-07-19T20:35:24.670Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {aaa [1]} time=200428694 data=null button=1 stateMask=0x80000 x=85 y=95 count=1} to TreeItem with text {aaa [1]} 16:35:24 [2019-07-19T20:35:24.670Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:24 [2019-07-19T20:35:24.670Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=200428697 data=null doit=true} to Tree node with text: kernel-overlap-testing 16:35:24 [2019-07-19T20:35:24.670Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=200428697 data=null} to Tree node with text: kernel-overlap-testing 16:35:24 [2019-07-19T20:35:24.670Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=200428697 data=null button=1 stateMask=0x0 x=150 y=116 count=1} to Tree node with text: kernel-overlap-testing 16:35:24 [2019-07-19T20:35:24.670Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200428698 data=null item=TreeItem {kernel-overlap-testing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: kernel-overlap-testing 16:35:24 [2019-07-19T20:35:24.670Z] DEBUG - Sent event DragDetect [29]: Event {type=29 TreeItem {kernel-overlap-testing} time=200428740 data=null x=166 y=116 width=0 height=0 detail=0} to Tree node with text: kernel-overlap-testing 16:35:24 [2019-07-19T20:35:24.670Z] DEBUG - Sent event DND.DragStart [2008]: Event {type=2008 TreeItem {kernel-overlap-testing} time=200428742 data=null x=166 y=116 width=0 height=0 detail=0} to Tree node with text: kernel-overlap-testing 16:35:24 [2019-07-19T20:35:24.670Z] DEBUG - Sent event DND.DragEnter [2002]: Event {type=2002 TreeItem {kernel-overlap-testing} time=200428744 data=null x=93 y=195 width=0 height=0 detail=2} to Tree node with text: kernel-overlap-testing 16:35:24 [2019-07-19T20:35:24.670Z] DEBUG - Sent event DND.DragOver [2004]: Event {type=2004 TreeItem {kernel-overlap-testing} time=200428755 data=null x=93 y=195 width=0 height=0 detail=2} to Tree node with text: kernel-overlap-testing 16:35:24 [2019-07-19T20:35:24.670Z] DEBUG - Sent event DND.DragLeave [2003]: Event {type=2003 TreeItem {kernel-overlap-testing} time=200428773 data=null x=0 y=0 width=0 height=0 detail=0} to Tree node with text: kernel-overlap-testing 16:35:24 [2019-07-19T20:35:24.670Z] DEBUG - Sent event DND.DropAccept [2007]: Event {type=2007 TreeItem {kernel-overlap-testing} time=200428773 data=null x=93 y=195 width=0 height=0 detail=2} to Tree node with text: kernel-overlap-testing 16:35:24 [2019-07-19T20:35:24.670Z] DEBUG - Sent event DND.DragSetData [2001]: Event {type=2001 TreeItem {kernel-overlap-testing} time=200428774 data=null x=0 y=0 width=0 height=0 detail=0} to Tree node with text: kernel-overlap-testing 16:35:24 [2019-07-19T20:35:24.670Z] DEBUG - Sent event DND.Drop [2006]: Event {type=2006 TreeItem {kernel-overlap-testing} time=200428774 data=[TmfTraceElement(/test/Traces/aaa/kernel-overlap-testing)] x=93 y=195 width=0 height=0 detail=2} to Tree node with text: kernel-overlap-testing 16:35:24 [2019-07-19T20:35:24.670Z] DEBUG - Sent event DND.DragEnd [2000]: Event {type=2000 TreeItem {kernel-overlap-testing} time=200428791 data=null x=0 y=0 width=0 height=0 detail=2} to Tree node with text: kernel-overlap-testing 16:35:24 [2019-07-19T20:35:24.670Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {exp [1]} time=200428898 data=null doit=true} to TreeItem with text {exp [1]} 16:35:24 [2019-07-19T20:35:24.670Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {exp [1]} time=200428898 data=null} to TreeItem with text {exp [1]} 16:35:24 [2019-07-19T20:35:24.670Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {exp [1]} time=200428898 data=null button=1 stateMask=0x0 x=101 y=53 count=1} to TreeItem with text {exp [1]} 16:35:24 [2019-07-19T20:35:24.670Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200428899 data=null item=TreeItem {exp [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {exp [1]} 16:35:24 [2019-07-19T20:35:24.927Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {exp [1]} time=200428922 data=null button=1 stateMask=0x80000 x=101 y=53 count=1} to TreeItem with text {exp [1]} 16:35:24 [2019-07-19T20:35:24.927Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:24 [2019-07-19T20:35:24.927Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {aaa [1]} time=200428923 data=null button=0 stateMask=0x0 x=101 y=179 count=0} to TreeItem with text {aaa [1]} 16:35:24 [2019-07-19T20:35:24.927Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {aaa [1]} time=200428923 data=null doit=true} to TreeItem with text {aaa [1]} 16:35:24 [2019-07-19T20:35:24.927Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {aaa [1]} time=200428923 data=null} to TreeItem with text {aaa [1]} 16:35:24 [2019-07-19T20:35:24.927Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {aaa [1]} time=200428923 data=null button=1 stateMask=0x0 x=101 y=179 count=1} to TreeItem with text {aaa [1]} 16:35:24 [2019-07-19T20:35:24.927Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200428924 data=null item=TreeItem {aaa [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {aaa [1]} 16:35:24 [2019-07-19T20:35:24.927Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {aaa [1]} time=200428937 data=null button=1 stateMask=0x80000 x=101 y=179 count=1} to TreeItem with text {aaa [1]} 16:35:24 [2019-07-19T20:35:24.927Z] DEBUG - matched MenuItem with text "Rena&me... F2", using matcher: with mnemonic 'Rename...' 16:35:24 [2019-07-19T20:35:24.927Z] DEBUG - Clicking on with mnemonic 'Rename...' 16:35:25 [2019-07-19T20:35:25.184Z] DEBUG - Clicked on with mnemonic 'Rename...' 16:35:25 [2019-07-19T20:35:25.184Z] DEBUG - matched Shell with text "Rename Folder", using matcher: with text 'Rename Folder' 16:35:25 [2019-07-19T20:35:25.184Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Rename Folder} time=200429244 data=null doit=true} to Shell with text {Rename Folder} 16:35:25 [2019-07-19T20:35:25.184Z] DEBUG - matched Text with text "aaa", using matcher: of type 'Text' 16:35:25 [2019-07-19T20:35:25.184Z] DEBUG - matched Label with text "New Folder name:", using matcher: with mnemonic 'New Folder name:' 16:35:25 [2019-07-19T20:35:25.184Z] DEBUG - matched Text with text "aaa", using matcher: with label (with mnemonic 'New Folder name:') 16:35:25 [2019-07-19T20:35:25.184Z] DEBUG - matched Text with text "aaa", using matcher: (of type 'Text' and with label (with mnemonic 'New Folder name:')) 16:35:25 [2019-07-19T20:35:25.184Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:35:25 [2019-07-19T20:35:25.184Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:35:25 [2019-07-19T20:35:25.184Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 16:35:25 [2019-07-19T20:35:25.184Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:35:25 [2019-07-19T20:35:25.184Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:35:25 [2019-07-19T20:35:25.184Z] DEBUG - Clicking on OK 16:35:25 [2019-07-19T20:35:25.184Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=200429264 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:35:25 [2019-07-19T20:35:25.184Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=200429264 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:35:25 [2019-07-19T20:35:25.184Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=200429264 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:35:25 [2019-07-19T20:35:25.184Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=200429264 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:35:25 [2019-07-19T20:35:25.184Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=200429264 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:35:25 [2019-07-19T20:35:25.184Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=200429264 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:35:25 [2019-07-19T20:35:25.184Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=200429264 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:35:25 [2019-07-19T20:35:25.441Z] DEBUG - Clicked on 16:35:25 [2019-07-19T20:35:25.441Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Rena&me... F2} time=200428995 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Rename...' 16:35:25 [2019-07-19T20:35:25.780Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:35:25 [2019-07-19T20:35:25.780Z] WARN - Tree item TreeItem with text {Experiments [1]} is already expanded. Won't expand it again. 16:35:25 [2019-07-19T20:35:25.780Z] WARN - Tree item TreeItem with text {exp [1]} is already expanded. Won't expand it again. 16:35:25 [2019-07-19T20:35:25.780Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:35:25 [2019-07-19T20:35:25.780Z] WARN - Tree item TreeItem with text {Experiments [1]} is already expanded. Won't expand it again. 16:35:25 [2019-07-19T20:35:25.780Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:35:25 [2019-07-19T20:35:25.780Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:35:25 [2019-07-19T20:35:25.780Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:35:25 [2019-07-19T20:35:25.780Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:35:25 [2019-07-19T20:35:25.780Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:35:25 [2019-07-19T20:35:25.780Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:25 [2019-07-19T20:35:25.780Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200429982 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:35:25 [2019-07-19T20:35:25.780Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200429982 data=null doit=true} to TreeItem with text {test} 16:35:25 [2019-07-19T20:35:25.780Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200429982 data=null} to TreeItem with text {test} 16:35:25 [2019-07-19T20:35:25.780Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200429983 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:35:25 [2019-07-19T20:35:25.780Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200429983 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:35:25 [2019-07-19T20:35:25.780Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200429989 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:35:25 [2019-07-19T20:35:25.780Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:25 [2019-07-19T20:35:25.780Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200429989 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:35:25 [2019-07-19T20:35:25.780Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200429989 data=null doit=true} to TreeItem with text {test} 16:35:25 [2019-07-19T20:35:25.780Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200429989 data=null} to TreeItem with text {test} 16:35:25 [2019-07-19T20:35:25.780Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200429989 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:35:25 [2019-07-19T20:35:25.780Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200429989 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:35:25 [2019-07-19T20:35:25.780Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200429994 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:35:25 [2019-07-19T20:35:25.780Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. 16:35:25 [2019-07-19T20:35:25.780Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:25 [2019-07-19T20:35:25.780Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [3]} time=200429995 data=null button=0 stateMask=0x0 x=91 y=158 count=0} to TreeItem with text {Traces [3]} 16:35:25 [2019-07-19T20:35:25.780Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [3]} time=200429995 data=null doit=true} to TreeItem with text {Traces [3]} 16:35:25 [2019-07-19T20:35:25.780Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [3]} time=200429995 data=null} to TreeItem with text {Traces [3]} 16:35:25 [2019-07-19T20:35:25.780Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [3]} time=200429995 data=null button=1 stateMask=0x0 x=91 y=158 count=1} to TreeItem with text {Traces [3]} 16:35:25 [2019-07-19T20:35:25.780Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200429995 data=null item=TreeItem {Traces [3]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [3]} 16:35:25 [2019-07-19T20:35:25.780Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [3]} time=200429998 data=null button=1 stateMask=0x80000 x=91 y=158 count=1} to TreeItem with text {Traces [3]} 16:35:26 [2019-07-19T20:35:26.345Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - test/Traces/kernel-overlap-testing/kernel-overlap-testing_ - Eclipse Platform} time=200430329 data=null doit=true} to Shell with text {data - test/Traces/kernel-overlap-testing/kernel-overlap-testing_ - Eclipse Platform} 16:35:26 [2019-07-19T20:35:26.345Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' 16:35:26 [2019-07-19T20:35:26.345Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:35:26 [2019-07-19T20:35:26.345Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:35:26 [2019-07-19T20:35:26.345Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:26 [2019-07-19T20:35:26.345Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200430335 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:35:26 [2019-07-19T20:35:26.345Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200430335 data=null doit=true} to TreeItem with text {test} 16:35:26 [2019-07-19T20:35:26.345Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200430335 data=null} to TreeItem with text {test} 16:35:26 [2019-07-19T20:35:26.345Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200430336 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:35:26 [2019-07-19T20:35:26.345Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200430336 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:35:26 [2019-07-19T20:35:26.345Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200430385 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:35:26 [2019-07-19T20:35:26.345Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' 16:35:26 [2019-07-19T20:35:26.345Z] DEBUG - Clicking on with mnemonic 'Delete' 16:35:26 [2019-07-19T20:35:26.346Z] DEBUG - Clicked on with mnemonic 'Delete' 16:35:27 [2019-07-19T20:35:27.715Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' 16:35:27 [2019-07-19T20:35:27.715Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} 16:35:27 [2019-07-19T20:35:27.715Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 16:35:27 [2019-07-19T20:35:27.715Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' 16:35:27 [2019-07-19T20:35:27.715Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') 16:35:27 [2019-07-19T20:35:27.715Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 16:35:27 [2019-07-19T20:35:27.715Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:35:27 [2019-07-19T20:35:27.715Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:35:27 [2019-07-19T20:35:27.715Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') 16:35:27 [2019-07-19T20:35:27.715Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected 16:35:27 [2019-07-19T20:35:27.715Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=200431536 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:35:27 [2019-07-19T20:35:27.715Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=200431536 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:35:27 [2019-07-19T20:35:27.715Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=200431536 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:35:27 [2019-07-19T20:35:27.715Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=200431536 data=null} to (of type 'Button' and with style 'SWT.CHECK') 16:35:27 [2019-07-19T20:35:27.715Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=200431536 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:35:27 [2019-07-19T20:35:27.715Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=200431536 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:35:27 [2019-07-19T20:35:27.715Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=200431536 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:35:27 [2019-07-19T20:35:27.715Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=200431536 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:35:27 [2019-07-19T20:35:27.715Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=200431537 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:35:27 [2019-07-19T20:35:27.715Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=200431537 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:35:27 [2019-07-19T20:35:27.715Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=200431537 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:35:27 [2019-07-19T20:35:27.715Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=200431537 data=null} to (of type 'Button' and with style 'SWT.CHECK') 16:35:27 [2019-07-19T20:35:27.715Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') 16:35:27 [2019-07-19T20:35:27.715Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 16:35:27 [2019-07-19T20:35:27.715Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 16:35:27 [2019-07-19T20:35:27.715Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:35:27 [2019-07-19T20:35:27.715Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:35:27 [2019-07-19T20:35:27.715Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 16:35:27 [2019-07-19T20:35:27.715Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:35:27 [2019-07-19T20:35:27.715Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:35:27 [2019-07-19T20:35:27.715Z] DEBUG - Clicking on OK 16:35:27 [2019-07-19T20:35:27.715Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=200431539 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:35:27 [2019-07-19T20:35:27.715Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=200431539 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:35:27 [2019-07-19T20:35:27.715Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=200431539 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:35:27 [2019-07-19T20:35:27.715Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=200431539 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:35:27 [2019-07-19T20:35:27.715Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=200431539 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:35:27 [2019-07-19T20:35:27.715Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=200431539 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:35:27 [2019-07-19T20:35:27.715Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:35:27 [2019-07-19T20:35:27.715Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:35:27 [2019-07-19T20:35:27.715Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:35:27 [2019-07-19T20:35:27.715Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:35:27 [2019-07-19T20:35:27.715Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:35:27 [2019-07-19T20:35:27.715Z] DEBUG - Clicked on OK 16:35:28 [2019-07-19T20:35:28.279Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=200431539 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:35:28 [2019-07-19T20:35:28.279Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=200430464 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' 16:35:28 [2019-07-19T20:35:28.279Z] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 461.565 s - in org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTracesFolderTest 16:35:28 [2019-07-19T20:35:28.279Z] test3_01ContextMenuPresence(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTracesFolderTest) Time elapsed: 0.248 s 16:35:28 [2019-07-19T20:35:28.279Z] test3_02Import(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTracesFolderTest) Time elapsed: 0.821 s 16:35:28 [2019-07-19T20:35:28.279Z] test3_03SingleCustomTextTrace(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTracesFolderTest) Time elapsed: 4.298 s 16:35:28 [2019-07-19T20:35:28.279Z] test3_04SingleCustomXmlTrace(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTracesFolderTest) Time elapsed: 3.991 s 16:35:28 [2019-07-19T20:35:28.279Z] test3_05SingleCtfTrace(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTracesFolderTest) Time elapsed: 5.703 s 16:35:28 [2019-07-19T20:35:28.279Z] test3_06RenameCopyImport(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTracesFolderTest) Time elapsed: 13.314 s 16:35:28 [2019-07-19T20:35:28.279Z] test3_07OverwriteCopyImport(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTracesFolderTest) Time elapsed: 15.437 s 16:35:28 [2019-07-19T20:35:28.279Z] test3_08SkipImport(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTracesFolderTest) Time elapsed: 11.025 s 16:35:28 [2019-07-19T20:35:28.279Z] test3_09OverwriteOptionImport(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTracesFolderTest) Time elapsed: 13.664 s 16:35:28 [2019-07-19T20:35:28.279Z] test3_10ImportUnrecognized(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTracesFolderTest) Time elapsed: 3.659 s 16:35:28 [2019-07-19T20:35:28.279Z] test3_11ImportUnrecognizedIgnore(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTracesFolderTest) Time elapsed: 3.691 s 16:35:28 [2019-07-19T20:35:28.279Z] test3_12ImportCtfWithMetadataSelection(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTracesFolderTest) Time elapsed: 6.5 s 16:35:28 [2019-07-19T20:35:28.279Z] test3_13ImportRecursiveAutoRenameAll(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTracesFolderTest) Time elapsed: 34.649 s 16:35:28 [2019-07-19T20:35:28.279Z] test3_14ImportRecursiveAutoOverwriteAll(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTracesFolderTest) Time elapsed: 23.935 s 16:35:28 [2019-07-19T20:35:28.279Z] test3_15ImportRecursiveAutoSkipAll(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTracesFolderTest) Time elapsed: 20.534 s 16:35:28 [2019-07-19T20:35:28.279Z] test3_16ImportRecursiveAutoRenameOverwriteSkip(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTracesFolderTest) Time elapsed: 16.772 s 16:35:28 [2019-07-19T20:35:28.279Z] test3_17ImportRecursiveSpecifyTraceTypeCTF(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTracesFolderTest) Time elapsed: 12.525 s 16:35:28 [2019-07-19T20:35:28.279Z] test3_18ImportRecursiveSpecifyTraceTypeKernel(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTracesFolderTest) Time elapsed: 6.883 s 16:35:28 [2019-07-19T20:35:28.279Z] test3_19ImportRecursiveSpecifyTraceTypeUST(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTracesFolderTest) Time elapsed: 8.887 s 16:35:28 [2019-07-19T20:35:28.279Z] test3_20ImportRecursiveSpecifyTraceTypeCustomText(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTracesFolderTest) Time elapsed: 8.792 s 16:35:28 [2019-07-19T20:35:28.279Z] test3_21ImportFromMenuProjectSelected(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTracesFolderTest) Time elapsed: 5.351 s 16:35:28 [2019-07-19T20:35:28.279Z] test3_22ImportFromMenuProjectNotSelected(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTracesFolderTest) Time elapsed: 5.676 s 16:35:28 [2019-07-19T20:35:28.279Z] test3_29ImportRecursivePreserve(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTracesFolderTest) Time elapsed: 11.366 s 16:35:28 [2019-07-19T20:35:28.279Z] test3_30ImportRecursivePreserveSkipAll(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTracesFolderTest) Time elapsed: 6.206 s 16:35:28 [2019-07-19T20:35:28.279Z] test3_31ImportRecursivePreserveRenameAll(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTracesFolderTest) Time elapsed: 11.734 s 16:35:28 [2019-07-19T20:35:28.279Z] test3_32DeleteTraceAndFolder(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTracesFolderTest) Time elapsed: 18.575 s 16:35:28 [2019-07-19T20:35:28.279Z] test3_33DeleteMultipleFolders(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTracesFolderTest) Time elapsed: 9.787 s 16:35:28 [2019-07-19T20:35:28.279Z] test3_34ClearSingleTracesFolder(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTracesFolderTest) Time elapsed: 6.374 s 16:35:28 [2019-07-19T20:35:28.279Z] test3_35ClearMultipleTracesFolder(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTracesFolderTest) Time elapsed: 9.124 s 16:35:28 [2019-07-19T20:35:28.279Z] test3_36ImportZipArchivePreserve(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTracesFolderTest) Time elapsed: 29.335 s 16:35:28 [2019-07-19T20:35:28.279Z] test3_37ImportZipArchiveNoPreserve(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTracesFolderTest) Time elapsed: 34.486 s 16:35:28 [2019-07-19T20:35:28.279Z] test3_38ImportZipArchiveSpecificTraces(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTracesFolderTest) Time elapsed: 11.453 s 16:35:28 [2019-07-19T20:35:28.279Z] test3_39ImportTarGzipArchivePreserve(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTracesFolderTest) Time elapsed: 31.97 s 16:35:28 [2019-07-19T20:35:28.279Z] test3_40ImportTarGzipArchiveNoPreserve(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTracesFolderTest) Time elapsed: 36.066 s 16:35:28 [2019-07-19T20:35:28.279Z] test3_41ImportTarGzipArchiveSpecificTraces(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTracesFolderTest) Time elapsed: 11.536 s 16:35:28 [2019-07-19T20:35:28.279Z] test_RenameFolderWorkaroundBug525833(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTracesFolderTest) Time elapsed: 3.046 s 16:35:28 [2019-07-19T20:35:28.279Z] Running org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerRefreshTest 16:35:28 [2019-07-19T20:35:28.279Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerRefreshTest 16:35:28 [2019-07-19T20:35:28.279Z] org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerRefreshTest skipped 16:35:28 [2019-07-19T20:35:28.279Z] Running org.eclipse.tracecompass.integration.swtbot.tests.perspectives.TmfPerspectiveManagerTest 16:35:28 [2019-07-19T20:35:28.843Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=200432876 data=null doit=true} to Shell with text {data - Eclipse Platform} 16:35:28 [2019-07-19T20:35:28.843Z] DEBUG - matched MenuItem with text "&Window", using matcher: with mnemonic 'Window' 16:35:29 [2019-07-19T20:35:29.100Z] DEBUG - matched MenuItem with text "&Preferences", using matcher: with mnemonic 'Preferences' 16:35:29 [2019-07-19T20:35:29.100Z] DEBUG - Clicking on with mnemonic 'Preferences' 16:35:29 [2019-07-19T20:35:29.357Z] DEBUG - Clicked on with mnemonic 'Preferences' 16:35:29 [2019-07-19T20:35:29.357Z] DEBUG - matched Shell with text "Preferences", using matcher: with text 'Preferences' 16:35:29 [2019-07-19T20:35:29.357Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Preferences} time=200433469 data=null doit=true} to Shell with text {Preferences} 16:35:29 [2019-07-19T20:35:29.357Z] DEBUG - matched Shell with text "Preferences", using matcher: with text 'Preferences' 16:35:29 [2019-07-19T20:35:29.357Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:35:29 [2019-07-19T20:35:29.357Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:35:29 [2019-07-19T20:35:29.357Z] DEBUG - Expanding nodes Tracing>Perspectives in tree (of type 'Tree') 16:35:29 [2019-07-19T20:35:29.357Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=200433486 data=null doit=true} to TreeItem with text {Tracing} 16:35:29 [2019-07-19T20:35:29.357Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=200433486 data=null} to TreeItem with text {Tracing} 16:35:29 [2019-07-19T20:35:29.357Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=200433487 data=null button=1 stateMask=0x0 x=48 y=137 count=1} to TreeItem with text {Tracing} 16:35:29 [2019-07-19T20:35:29.357Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200433487 data=null item=TreeItem {Tracing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {Tracing} 16:35:29 [2019-07-19T20:35:29.357Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=200433542 data=null button=1 stateMask=0x80000 x=48 y=137 count=1} to TreeItem with text {Tracing} 16:35:29 [2019-07-19T20:35:29.357Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Perspectives} time=200433542 data=null doit=true} to Tree node with text: Perspectives 16:35:29 [2019-07-19T20:35:29.357Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Perspectives} time=200433543 data=null} to Tree node with text: Perspectives 16:35:29 [2019-07-19T20:35:29.357Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Perspectives} time=200433543 data=null button=1 stateMask=0x0 x=85 y=200 count=1} to Tree node with text: Perspectives 16:35:29 [2019-07-19T20:35:29.357Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200433543 data=null item=TreeItem {Perspectives} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Tree node with text: Perspectives 16:35:29 [2019-07-19T20:35:29.357Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Perspectives} time=200433544 data=null button=1 stateMask=0x80000 x=85 y=200 count=1} to Tree node with text: Perspectives 16:35:29 [2019-07-19T20:35:29.357Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:29 [2019-07-19T20:35:29.357Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Perspectives} time=200433545 data=null button=0 stateMask=0x0 x=85 y=200 count=0} to Tree node with text: Perspectives 16:35:29 [2019-07-19T20:35:29.357Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Perspectives} time=200433545 data=null doit=true} to Tree node with text: Perspectives 16:35:29 [2019-07-19T20:35:29.357Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Perspectives} time=200433545 data=null} to Tree node with text: Perspectives 16:35:29 [2019-07-19T20:35:29.357Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Perspectives} time=200433546 data=null button=1 stateMask=0x0 x=85 y=200 count=1} to Tree node with text: Perspectives 16:35:29 [2019-07-19T20:35:29.357Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200433546 data=null item=TreeItem {Perspectives} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: Perspectives 16:35:29 [2019-07-19T20:35:29.357Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Perspectives} time=200433586 data=null button=1 stateMask=0x80000 x=85 y=200 count=1} to Tree node with text: Perspectives 16:35:29 [2019-07-19T20:35:29.357Z] DEBUG - matched Button with text "Always", using matcher: of type 'Button' 16:35:29 [2019-07-19T20:35:29.357Z] DEBUG - matched Button with text "Never", using matcher: of type 'Button' 16:35:29 [2019-07-19T20:35:29.357Z] DEBUG - matched Button with text "Never", using matcher: with mnemonic 'Never' 16:35:29 [2019-07-19T20:35:29.357Z] DEBUG - matched Group with text "Open the associated ...", using matcher: with mnemonic 'Open the associated perspective when a trace is opened' 16:35:29 [2019-07-19T20:35:29.357Z] DEBUG - matched Button with text "Never", using matcher: in group (with mnemonic 'Open the associated perspective when a trace is opened') 16:35:29 [2019-07-19T20:35:29.357Z] DEBUG - matched Button with text "Never", using matcher: with style 'SWT.RADIO' 16:35:29 [2019-07-19T20:35:29.357Z] DEBUG - matched Button with text "Never", using matcher: (of type 'Button' and with mnemonic 'Never' and in group (with mnemonic 'Open the associated perspective when a trace is opened') and with style 'SWT.RADIO') 16:35:29 [2019-07-19T20:35:29.357Z] DEBUG - matched Button with text "Prompt", using matcher: of type 'Button' 16:35:29 [2019-07-19T20:35:29.357Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 16:35:29 [2019-07-19T20:35:29.357Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 16:35:29 [2019-07-19T20:35:29.357Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:35:29 [2019-07-19T20:35:29.357Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 16:35:29 [2019-07-19T20:35:29.357Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Never' and in group (with mnemonic 'Open the associated perspective when a trace is opened') and with style 'SWT.RADIO') is already selected, not clicking again. 16:35:29 [2019-07-19T20:35:29.613Z] DEBUG - matched Button with text "Always", using matcher: of type 'Button' 16:35:29 [2019-07-19T20:35:29.613Z] DEBUG - matched Button with text "Never", using matcher: of type 'Button' 16:35:29 [2019-07-19T20:35:29.613Z] DEBUG - matched Button with text "Prompt", using matcher: of type 'Button' 16:35:29 [2019-07-19T20:35:29.613Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 16:35:29 [2019-07-19T20:35:29.613Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 16:35:29 [2019-07-19T20:35:29.613Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:35:29 [2019-07-19T20:35:29.613Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 16:35:29 [2019-07-19T20:35:29.613Z] DEBUG - matched Button with text "Apply and Close", using matcher: with mnemonic 'Apply and Close' 16:35:29 [2019-07-19T20:35:29.613Z] DEBUG - matched Button with text "Apply and Close", using matcher: (with mnemonic 'Apply and Close' or with mnemonic 'OK') 16:35:29 [2019-07-19T20:35:29.613Z] DEBUG - matched Button with text "Apply and Close", using matcher: with style 'SWT.PUSH' 16:35:29 [2019-07-19T20:35:29.613Z] DEBUG - matched Button with text "Apply and Close", using matcher: (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:35:29 [2019-07-19T20:35:29.613Z] DEBUG - Clicking on Apply and Close 16:35:29 [2019-07-19T20:35:29.613Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Apply and Close} time=200433634 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:35:29 [2019-07-19T20:35:29.613Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Apply and Close} time=200433634 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:35:29 [2019-07-19T20:35:29.613Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Apply and Close} time=200433634 data=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:35:29 [2019-07-19T20:35:29.613Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Apply and Close} time=200433634 data=null} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:35:29 [2019-07-19T20:35:29.613Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Apply and Close} time=200433635 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:35:29 [2019-07-19T20:35:29.613Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Apply and Close} time=200433635 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:35:29 [2019-07-19T20:35:29.613Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Apply and Close} time=200433635 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:35:29 [2019-07-19T20:35:29.613Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Preferences} time=200433155 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Preferences' 16:35:29 [2019-07-19T20:35:29.613Z] DEBUG - Clicked on 16:35:32 [2019-07-19T20:35:32.135Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=200435943 data=null doit=true} to Shell with text {data - Eclipse Platform} 16:35:32 [2019-07-19T20:35:32.135Z] DEBUG - matched MenuItem with text "&Window", using matcher: with mnemonic 'Window' 16:35:32 [2019-07-19T20:35:32.135Z] DEBUG - matched MenuItem with text "&Preferences", using matcher: with mnemonic 'Preferences' 16:35:32 [2019-07-19T20:35:32.135Z] DEBUG - Clicking on with mnemonic 'Preferences' 16:35:32 [2019-07-19T20:35:32.135Z] DEBUG - Clicked on with mnemonic 'Preferences' 16:35:32 [2019-07-19T20:35:32.135Z] DEBUG - matched Shell with text "Preferences", using matcher: with text 'Preferences' 16:35:32 [2019-07-19T20:35:32.135Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Preferences} time=200436262 data=null doit=true} to Shell with text {Preferences} 16:35:32 [2019-07-19T20:35:32.135Z] DEBUG - matched Shell with text "Preferences", using matcher: with text 'Preferences' 16:35:32 [2019-07-19T20:35:32.135Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:35:32 [2019-07-19T20:35:32.135Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:35:32 [2019-07-19T20:35:32.135Z] DEBUG - Expanding nodes Tracing>Perspectives in tree (of type 'Tree') 16:35:32 [2019-07-19T20:35:32.135Z] WARN - Tree item TreeItem with text {Tracing} is already expanded. Won't expand it again. 16:35:32 [2019-07-19T20:35:32.135Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Perspectives} time=200436278 data=null doit=true} to Tree node with text: Perspectives 16:35:32 [2019-07-19T20:35:32.135Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Perspectives} time=200436278 data=null} to Tree node with text: Perspectives 16:35:32 [2019-07-19T20:35:32.135Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Perspectives} time=200436279 data=null button=1 stateMask=0x0 x=85 y=200 count=1} to Tree node with text: Perspectives 16:35:32 [2019-07-19T20:35:32.135Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200436279 data=null item=TreeItem {Perspectives} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Tree node with text: Perspectives 16:35:32 [2019-07-19T20:35:32.135Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Perspectives} time=200436279 data=null button=1 stateMask=0x80000 x=85 y=200 count=1} to Tree node with text: Perspectives 16:35:32 [2019-07-19T20:35:32.135Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:32 [2019-07-19T20:35:32.135Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Perspectives} time=200436337 data=null button=0 stateMask=0x0 x=85 y=200 count=0} to Tree node with text: Perspectives 16:35:32 [2019-07-19T20:35:32.135Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Perspectives} time=200436337 data=null doit=true} to Tree node with text: Perspectives 16:35:32 [2019-07-19T20:35:32.135Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Perspectives} time=200436337 data=null} to Tree node with text: Perspectives 16:35:32 [2019-07-19T20:35:32.135Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Perspectives} time=200436337 data=null button=1 stateMask=0x0 x=85 y=200 count=1} to Tree node with text: Perspectives 16:35:32 [2019-07-19T20:35:32.135Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200436338 data=null item=TreeItem {Perspectives} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: Perspectives 16:35:32 [2019-07-19T20:35:32.135Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Perspectives} time=200436338 data=null button=1 stateMask=0x80000 x=85 y=200 count=1} to Tree node with text: Perspectives 16:35:32 [2019-07-19T20:35:32.135Z] DEBUG - matched Button with text "Always", using matcher: of type 'Button' 16:35:32 [2019-07-19T20:35:32.135Z] DEBUG - matched Button with text "Always", using matcher: with mnemonic 'Always' 16:35:32 [2019-07-19T20:35:32.135Z] DEBUG - matched Group with text "Open the associated ...", using matcher: with mnemonic 'Open the associated perspective when a trace is opened' 16:35:32 [2019-07-19T20:35:32.135Z] DEBUG - matched Button with text "Always", using matcher: in group (with mnemonic 'Open the associated perspective when a trace is opened') 16:35:32 [2019-07-19T20:35:32.135Z] DEBUG - matched Button with text "Always", using matcher: with style 'SWT.RADIO' 16:35:32 [2019-07-19T20:35:32.135Z] DEBUG - matched Button with text "Always", using matcher: (of type 'Button' and with mnemonic 'Always' and in group (with mnemonic 'Open the associated perspective when a trace is opened') and with style 'SWT.RADIO') 16:35:32 [2019-07-19T20:35:32.135Z] DEBUG - matched Button with text "Never", using matcher: of type 'Button' 16:35:32 [2019-07-19T20:35:32.135Z] DEBUG - matched Button with text "Prompt", using matcher: of type 'Button' 16:35:32 [2019-07-19T20:35:32.135Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 16:35:32 [2019-07-19T20:35:32.135Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 16:35:32 [2019-07-19T20:35:32.135Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:35:32 [2019-07-19T20:35:32.135Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 16:35:32 [2019-07-19T20:35:32.135Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Always' and in group (with mnemonic 'Open the associated perspective when a trace is opened') and with style 'SWT.RADIO') 16:35:32 [2019-07-19T20:35:32.135Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Never} time=200436340 data=null doit=true} to Button with text {Never} 16:35:32 [2019-07-19T20:35:32.135Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Never} time=200436341 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Button with text {Never} 16:35:32 [2019-07-19T20:35:32.135Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Always' and in group (with mnemonic 'Open the associated perspective when a trace is opened') and with style 'SWT.RADIO') 16:35:32 [2019-07-19T20:35:32.135Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Always} time=200436343 data=null doit=true} to (of type 'Button' and with mnemonic 'Always' and in group (with mnemonic 'Open the associated perspective when a trace is opened') and with style 'SWT.RADIO') 16:35:32 [2019-07-19T20:35:32.135Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Always} time=200436347 data=null button=1 stateMask=0x0 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'Always' and in group (with mnemonic 'Open the associated perspective when a trace is opened') and with style 'SWT.RADIO') 16:35:32 [2019-07-19T20:35:32.135Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Always} time=200436347 data=null button=1 stateMask=0x80000 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'Always' and in group (with mnemonic 'Open the associated perspective when a trace is opened') and with style 'SWT.RADIO') 16:35:32 [2019-07-19T20:35:32.135Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Always} time=200436347 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Always' and in group (with mnemonic 'Open the associated perspective when a trace is opened') and with style 'SWT.RADIO') 16:35:32 [2019-07-19T20:35:32.135Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Always' and in group (with mnemonic 'Open the associated perspective when a trace is opened') and with style 'SWT.RADIO') 16:35:32 [2019-07-19T20:35:32.135Z] DEBUG - matched Button with text "Always", using matcher: of type 'Button' 16:35:32 [2019-07-19T20:35:32.135Z] DEBUG - matched Button with text "Never", using matcher: of type 'Button' 16:35:32 [2019-07-19T20:35:32.135Z] DEBUG - matched Button with text "Prompt", using matcher: of type 'Button' 16:35:32 [2019-07-19T20:35:32.135Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 16:35:32 [2019-07-19T20:35:32.135Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 16:35:32 [2019-07-19T20:35:32.135Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:35:32 [2019-07-19T20:35:32.135Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 16:35:32 [2019-07-19T20:35:32.135Z] DEBUG - matched Button with text "Apply and Close", using matcher: with mnemonic 'Apply and Close' 16:35:32 [2019-07-19T20:35:32.135Z] DEBUG - matched Button with text "Apply and Close", using matcher: (with mnemonic 'Apply and Close' or with mnemonic 'OK') 16:35:32 [2019-07-19T20:35:32.135Z] DEBUG - matched Button with text "Apply and Close", using matcher: with style 'SWT.PUSH' 16:35:32 [2019-07-19T20:35:32.135Z] DEBUG - matched Button with text "Apply and Close", using matcher: (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:35:32 [2019-07-19T20:35:32.135Z] DEBUG - Clicking on Apply and Close 16:35:32 [2019-07-19T20:35:32.135Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Apply and Close} time=200436361 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:35:32 [2019-07-19T20:35:32.135Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Apply and Close} time=200436361 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:35:32 [2019-07-19T20:35:32.135Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Apply and Close} time=200436361 data=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:35:32 [2019-07-19T20:35:32.135Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Apply and Close} time=200436361 data=null} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:35:32 [2019-07-19T20:35:32.135Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Apply and Close} time=200436362 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:35:32 [2019-07-19T20:35:32.135Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Apply and Close} time=200436362 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:35:32 [2019-07-19T20:35:32.392Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Apply and Close} time=200436362 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:35:32 [2019-07-19T20:35:32.392Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Preferences} time=200435980 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Preferences' 16:35:32 [2019-07-19T20:35:32.392Z] DEBUG - Clicked on 16:35:34 [2019-07-19T20:35:34.913Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=200438556 data=null doit=true} to Shell with text {data - Eclipse Platform} 16:35:34 [2019-07-19T20:35:34.913Z] DEBUG - matched MenuItem with text "&Window", using matcher: with mnemonic 'Window' 16:35:34 [2019-07-19T20:35:34.913Z] DEBUG - matched MenuItem with text "&Preferences", using matcher: with mnemonic 'Preferences' 16:35:34 [2019-07-19T20:35:34.913Z] DEBUG - Clicking on with mnemonic 'Preferences' 16:35:34 [2019-07-19T20:35:34.913Z] DEBUG - Clicked on with mnemonic 'Preferences' 16:35:34 [2019-07-19T20:35:34.913Z] DEBUG - matched Shell with text "Preferences", using matcher: with text 'Preferences' 16:35:34 [2019-07-19T20:35:34.913Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Preferences} time=200438865 data=null doit=true} to Shell with text {Preferences} 16:35:34 [2019-07-19T20:35:34.913Z] DEBUG - matched Shell with text "Preferences", using matcher: with text 'Preferences' 16:35:34 [2019-07-19T20:35:34.913Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:35:34 [2019-07-19T20:35:34.913Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:35:34 [2019-07-19T20:35:34.913Z] DEBUG - Expanding nodes Tracing>Perspectives in tree (of type 'Tree') 16:35:34 [2019-07-19T20:35:34.913Z] WARN - Tree item TreeItem with text {Tracing} is already expanded. Won't expand it again. 16:35:34 [2019-07-19T20:35:34.913Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Perspectives} time=200438889 data=null doit=true} to Tree node with text: Perspectives 16:35:34 [2019-07-19T20:35:34.913Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Perspectives} time=200438889 data=null} to Tree node with text: Perspectives 16:35:34 [2019-07-19T20:35:34.913Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Perspectives} time=200438889 data=null button=1 stateMask=0x0 x=85 y=200 count=1} to Tree node with text: Perspectives 16:35:34 [2019-07-19T20:35:34.913Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200438892 data=null item=TreeItem {Perspectives} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Tree node with text: Perspectives 16:35:34 [2019-07-19T20:35:34.913Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Perspectives} time=200438893 data=null button=1 stateMask=0x80000 x=85 y=200 count=1} to Tree node with text: Perspectives 16:35:34 [2019-07-19T20:35:34.913Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:34 [2019-07-19T20:35:34.913Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Perspectives} time=200438894 data=null button=0 stateMask=0x0 x=85 y=200 count=0} to Tree node with text: Perspectives 16:35:34 [2019-07-19T20:35:34.913Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Perspectives} time=200438895 data=null doit=true} to Tree node with text: Perspectives 16:35:34 [2019-07-19T20:35:34.913Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Perspectives} time=200438895 data=null} to Tree node with text: Perspectives 16:35:34 [2019-07-19T20:35:34.913Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Perspectives} time=200438895 data=null button=1 stateMask=0x0 x=85 y=200 count=1} to Tree node with text: Perspectives 16:35:34 [2019-07-19T20:35:34.913Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200438895 data=null item=TreeItem {Perspectives} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: Perspectives 16:35:34 [2019-07-19T20:35:34.913Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Perspectives} time=200438896 data=null button=1 stateMask=0x80000 x=85 y=200 count=1} to Tree node with text: Perspectives 16:35:34 [2019-07-19T20:35:34.913Z] DEBUG - matched Button with text "Always", using matcher: of type 'Button' 16:35:34 [2019-07-19T20:35:34.913Z] DEBUG - matched Button with text "Always", using matcher: with mnemonic 'Always' 16:35:34 [2019-07-19T20:35:34.913Z] DEBUG - matched Group with text "Open the associated ...", using matcher: with mnemonic 'Open the associated perspective when a trace is opened' 16:35:34 [2019-07-19T20:35:34.913Z] DEBUG - matched Button with text "Always", using matcher: in group (with mnemonic 'Open the associated perspective when a trace is opened') 16:35:34 [2019-07-19T20:35:34.913Z] DEBUG - matched Button with text "Always", using matcher: with style 'SWT.RADIO' 16:35:34 [2019-07-19T20:35:34.913Z] DEBUG - matched Button with text "Always", using matcher: (of type 'Button' and with mnemonic 'Always' and in group (with mnemonic 'Open the associated perspective when a trace is opened') and with style 'SWT.RADIO') 16:35:34 [2019-07-19T20:35:34.913Z] DEBUG - matched Button with text "Never", using matcher: of type 'Button' 16:35:34 [2019-07-19T20:35:34.913Z] DEBUG - matched Button with text "Prompt", using matcher: of type 'Button' 16:35:34 [2019-07-19T20:35:34.913Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 16:35:34 [2019-07-19T20:35:34.913Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 16:35:34 [2019-07-19T20:35:34.913Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:35:34 [2019-07-19T20:35:34.913Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 16:35:34 [2019-07-19T20:35:34.913Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Always' and in group (with mnemonic 'Open the associated perspective when a trace is opened') and with style 'SWT.RADIO') is already selected, not clicking again. 16:35:34 [2019-07-19T20:35:34.913Z] DEBUG - matched Button with text "Always", using matcher: of type 'Button' 16:35:34 [2019-07-19T20:35:34.913Z] DEBUG - matched Button with text "Never", using matcher: of type 'Button' 16:35:34 [2019-07-19T20:35:34.913Z] DEBUG - matched Button with text "Prompt", using matcher: of type 'Button' 16:35:34 [2019-07-19T20:35:34.913Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 16:35:34 [2019-07-19T20:35:34.913Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 16:35:34 [2019-07-19T20:35:34.913Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:35:34 [2019-07-19T20:35:34.913Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 16:35:34 [2019-07-19T20:35:34.913Z] DEBUG - matched Button with text "Apply and Close", using matcher: with mnemonic 'Apply and Close' 16:35:34 [2019-07-19T20:35:34.913Z] DEBUG - matched Button with text "Apply and Close", using matcher: (with mnemonic 'Apply and Close' or with mnemonic 'OK') 16:35:34 [2019-07-19T20:35:34.913Z] DEBUG - matched Button with text "Apply and Close", using matcher: with style 'SWT.PUSH' 16:35:34 [2019-07-19T20:35:34.913Z] DEBUG - matched Button with text "Apply and Close", using matcher: (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:35:34 [2019-07-19T20:35:34.913Z] DEBUG - Clicking on Apply and Close 16:35:34 [2019-07-19T20:35:34.913Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Apply and Close} time=200438927 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:35:34 [2019-07-19T20:35:34.913Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Apply and Close} time=200438927 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:35:34 [2019-07-19T20:35:34.913Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Apply and Close} time=200438928 data=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:35:34 [2019-07-19T20:35:34.913Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Apply and Close} time=200438928 data=null} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:35:34 [2019-07-19T20:35:34.913Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Apply and Close} time=200438928 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:35:34 [2019-07-19T20:35:34.913Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Apply and Close} time=200438928 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:35:34 [2019-07-19T20:35:34.913Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Apply and Close} time=200438928 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:35:34 [2019-07-19T20:35:34.913Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Preferences} time=200438605 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Preferences' 16:35:34 [2019-07-19T20:35:34.913Z] DEBUG - Clicked on 16:35:38 [2019-07-19T20:35:38.193Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:35:38 [2019-07-19T20:35:38.193Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:35:38 [2019-07-19T20:35:38.193Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:35:38 [2019-07-19T20:35:38.193Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:35:38 [2019-07-19T20:35:38.193Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:35:38 [2019-07-19T20:35:38.193Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:38 [2019-07-19T20:35:38.193Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200442370 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:35:38 [2019-07-19T20:35:38.193Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200442370 data=null doit=true} to TreeItem with text {test} 16:35:38 [2019-07-19T20:35:38.193Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200442370 data=null} to TreeItem with text {test} 16:35:38 [2019-07-19T20:35:38.193Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200442370 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:35:38 [2019-07-19T20:35:38.193Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200442371 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:35:38 [2019-07-19T20:35:38.450Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200442468 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:35:38 [2019-07-19T20:35:38.450Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:38 [2019-07-19T20:35:38.450Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200442469 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:35:38 [2019-07-19T20:35:38.450Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200442469 data=null doit=true} to TreeItem with text {test} 16:35:38 [2019-07-19T20:35:38.450Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200442469 data=null} to TreeItem with text {test} 16:35:38 [2019-07-19T20:35:38.450Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200442470 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:35:38 [2019-07-19T20:35:38.450Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200442470 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:35:38 [2019-07-19T20:35:38.450Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200442477 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:35:38 [2019-07-19T20:35:38.450Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200442478 data=null doit=true} to TreeItem with text {test} 16:35:38 [2019-07-19T20:35:38.450Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200442478 data=null} to TreeItem with text {test} 16:35:38 [2019-07-19T20:35:38.450Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200442478 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:35:38 [2019-07-19T20:35:38.450Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200442478 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {test} 16:35:38 [2019-07-19T20:35:38.450Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200442481 data=null button=1 stateMask=0x80000 x=39 y=11 count=1} to TreeItem with text {test} 16:35:38 [2019-07-19T20:35:38.450Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:38 [2019-07-19T20:35:38.450Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [2]} time=200442492 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [2]} 16:35:38 [2019-07-19T20:35:38.450Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [2]} time=200442492 data=null doit=true} to TreeItem with text {Traces [2]} 16:35:38 [2019-07-19T20:35:38.450Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [2]} time=200442492 data=null} to TreeItem with text {Traces [2]} 16:35:38 [2019-07-19T20:35:38.450Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [2]} time=200442492 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [2]} 16:35:38 [2019-07-19T20:35:38.450Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200442492 data=null item=TreeItem {Traces [2]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [2]} 16:35:38 [2019-07-19T20:35:38.450Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [2]} time=200442531 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [2]} 16:35:38 [2019-07-19T20:35:38.450Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [2]} time=200442532 data=null doit=true} to TreeItem with text {Traces [2]} 16:35:38 [2019-07-19T20:35:38.450Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [2]} time=200442532 data=null} to TreeItem with text {Traces [2]} 16:35:38 [2019-07-19T20:35:38.450Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [2]} time=200442532 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [2]} 16:35:38 [2019-07-19T20:35:38.450Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200442532 data=null item=TreeItem {Traces [2]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {Traces [2]} 16:35:38 [2019-07-19T20:35:38.450Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [2]} time=200442536 data=null button=1 stateMask=0x80000 x=75 y=53 count=1} to TreeItem with text {Traces [2]} 16:35:38 [2019-07-19T20:35:38.450Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:38 [2019-07-19T20:35:38.450Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel} time=200442536 data=null button=0 stateMask=0x0 x=82 y=74 count=0} to TreeItem with text {kernel} 16:35:38 [2019-07-19T20:35:38.450Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel} time=200442537 data=null doit=true} to TreeItem with text {kernel} 16:35:38 [2019-07-19T20:35:38.450Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel} time=200442537 data=null} to TreeItem with text {kernel} 16:35:38 [2019-07-19T20:35:38.450Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel} time=200442537 data=null button=1 stateMask=0x0 x=82 y=74 count=1} to TreeItem with text {kernel} 16:35:38 [2019-07-19T20:35:38.450Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200442537 data=null item=TreeItem {kernel} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {kernel} 16:35:38 [2019-07-19T20:35:38.450Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel} time=200442543 data=null button=1 stateMask=0x80000 x=98 y=74 count=1} to TreeItem with text {kernel} 16:35:38 [2019-07-19T20:35:38.450Z] DEBUG - matched MenuItem with text "Open As E&xperiment....", using matcher: with mnemonic 'Open As Experiment...' 16:35:38 [2019-07-19T20:35:38.450Z] DEBUG - matched MenuItem with text "Test trace", using matcher: with mnemonic 'Test trace' 16:35:38 [2019-07-19T20:35:38.450Z] DEBUG - matched MenuItem with text "Test experiment", using matcher: with mnemonic 'Test experiment' 16:35:38 [2019-07-19T20:35:38.450Z] DEBUG - Clicking on with mnemonic 'Test experiment' 16:35:38 [2019-07-19T20:35:38.707Z] DEBUG - Clicked on with mnemonic 'Test experiment' 16:35:39 [2019-07-19T20:35:39.271Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Test experiment} time=200442634 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Test experiment' 16:35:41 [2019-07-19T20:35:41.165Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=200445359 data=null doit=true} to Shell with text {data - Eclipse Platform} 16:35:41 [2019-07-19T20:35:41.165Z] DEBUG - matched MenuItem with text "&Window", using matcher: with mnemonic 'Window' 16:35:41 [2019-07-19T20:35:41.423Z] DEBUG - matched MenuItem with text "&Preferences", using matcher: with mnemonic 'Preferences' 16:35:41 [2019-07-19T20:35:41.423Z] DEBUG - Clicking on with mnemonic 'Preferences' 16:35:41 [2019-07-19T20:35:41.681Z] DEBUG - Clicked on with mnemonic 'Preferences' 16:35:41 [2019-07-19T20:35:41.681Z] DEBUG - matched Shell with text "Preferences", using matcher: with text 'Preferences' 16:35:41 [2019-07-19T20:35:41.681Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Preferences} time=200445766 data=null doit=true} to Shell with text {Preferences} 16:35:41 [2019-07-19T20:35:41.681Z] DEBUG - matched Shell with text "Preferences", using matcher: with text 'Preferences' 16:35:41 [2019-07-19T20:35:41.681Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:35:41 [2019-07-19T20:35:41.681Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:35:41 [2019-07-19T20:35:41.681Z] DEBUG - Expanding nodes Tracing>Perspectives in tree (of type 'Tree') 16:35:41 [2019-07-19T20:35:41.681Z] WARN - Tree item TreeItem with text {Tracing} is already expanded. Won't expand it again. 16:35:41 [2019-07-19T20:35:41.681Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Perspectives} time=200445777 data=null doit=true} to Tree node with text: Perspectives 16:35:41 [2019-07-19T20:35:41.681Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Perspectives} time=200445783 data=null} to Tree node with text: Perspectives 16:35:41 [2019-07-19T20:35:41.681Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Perspectives} time=200445843 data=null button=1 stateMask=0x0 x=85 y=200 count=1} to Tree node with text: Perspectives 16:35:41 [2019-07-19T20:35:41.681Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200445849 data=null item=TreeItem {Perspectives} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Tree node with text: Perspectives 16:35:41 [2019-07-19T20:35:41.681Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Perspectives} time=200445849 data=null button=1 stateMask=0x80000 x=85 y=200 count=1} to Tree node with text: Perspectives 16:35:41 [2019-07-19T20:35:41.681Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:41 [2019-07-19T20:35:41.681Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Perspectives} time=200445851 data=null button=0 stateMask=0x0 x=85 y=200 count=0} to Tree node with text: Perspectives 16:35:41 [2019-07-19T20:35:41.681Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Perspectives} time=200445862 data=null doit=true} to Tree node with text: Perspectives 16:35:41 [2019-07-19T20:35:41.681Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Perspectives} time=200445862 data=null} to Tree node with text: Perspectives 16:35:41 [2019-07-19T20:35:41.681Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Perspectives} time=200445863 data=null button=1 stateMask=0x0 x=85 y=200 count=1} to Tree node with text: Perspectives 16:35:41 [2019-07-19T20:35:41.681Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200445863 data=null item=TreeItem {Perspectives} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: Perspectives 16:35:41 [2019-07-19T20:35:41.681Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Perspectives} time=200445864 data=null button=1 stateMask=0x80000 x=85 y=200 count=1} to Tree node with text: Perspectives 16:35:41 [2019-07-19T20:35:41.681Z] DEBUG - matched Button with text "Always", using matcher: of type 'Button' 16:35:41 [2019-07-19T20:35:41.681Z] DEBUG - matched Button with text "Never", using matcher: of type 'Button' 16:35:41 [2019-07-19T20:35:41.681Z] DEBUG - matched Button with text "Prompt", using matcher: of type 'Button' 16:35:41 [2019-07-19T20:35:41.681Z] DEBUG - matched Button with text "Prompt", using matcher: with mnemonic 'Prompt' 16:35:41 [2019-07-19T20:35:41.681Z] DEBUG - matched Group with text "Open the associated ...", using matcher: with mnemonic 'Open the associated perspective when a trace is opened' 16:35:41 [2019-07-19T20:35:41.681Z] DEBUG - matched Button with text "Prompt", using matcher: in group (with mnemonic 'Open the associated perspective when a trace is opened') 16:35:41 [2019-07-19T20:35:41.681Z] DEBUG - matched Button with text "Prompt", using matcher: with style 'SWT.RADIO' 16:35:41 [2019-07-19T20:35:41.681Z] DEBUG - matched Button with text "Prompt", using matcher: (of type 'Button' and with mnemonic 'Prompt' and in group (with mnemonic 'Open the associated perspective when a trace is opened') and with style 'SWT.RADIO') 16:35:41 [2019-07-19T20:35:41.681Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 16:35:41 [2019-07-19T20:35:41.681Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 16:35:41 [2019-07-19T20:35:41.681Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:35:41 [2019-07-19T20:35:41.681Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 16:35:41 [2019-07-19T20:35:41.681Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Prompt' and in group (with mnemonic 'Open the associated perspective when a trace is opened') and with style 'SWT.RADIO') 16:35:41 [2019-07-19T20:35:41.681Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Always} time=200445866 data=null doit=true} to Button with text {Always} 16:35:41 [2019-07-19T20:35:41.681Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Always} time=200445867 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Button with text {Always} 16:35:41 [2019-07-19T20:35:41.681Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Prompt' and in group (with mnemonic 'Open the associated perspective when a trace is opened') and with style 'SWT.RADIO') 16:35:41 [2019-07-19T20:35:41.681Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Prompt} time=200445868 data=null doit=true} to (of type 'Button' and with mnemonic 'Prompt' and in group (with mnemonic 'Open the associated perspective when a trace is opened') and with style 'SWT.RADIO') 16:35:41 [2019-07-19T20:35:41.681Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Prompt} time=200445880 data=null button=1 stateMask=0x0 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'Prompt' and in group (with mnemonic 'Open the associated perspective when a trace is opened') and with style 'SWT.RADIO') 16:35:41 [2019-07-19T20:35:41.681Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Prompt} time=200445881 data=null button=1 stateMask=0x80000 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'Prompt' and in group (with mnemonic 'Open the associated perspective when a trace is opened') and with style 'SWT.RADIO') 16:35:41 [2019-07-19T20:35:41.681Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Prompt} time=200445881 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Prompt' and in group (with mnemonic 'Open the associated perspective when a trace is opened') and with style 'SWT.RADIO') 16:35:41 [2019-07-19T20:35:41.681Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Prompt' and in group (with mnemonic 'Open the associated perspective when a trace is opened') and with style 'SWT.RADIO') 16:35:41 [2019-07-19T20:35:41.681Z] DEBUG - matched Button with text "Always", using matcher: of type 'Button' 16:35:41 [2019-07-19T20:35:41.681Z] DEBUG - matched Button with text "Never", using matcher: of type 'Button' 16:35:41 [2019-07-19T20:35:41.681Z] DEBUG - matched Button with text "Prompt", using matcher: of type 'Button' 16:35:41 [2019-07-19T20:35:41.681Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 16:35:41 [2019-07-19T20:35:41.681Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 16:35:41 [2019-07-19T20:35:41.681Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:35:41 [2019-07-19T20:35:41.681Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 16:35:41 [2019-07-19T20:35:41.681Z] DEBUG - matched Button with text "Apply and Close", using matcher: with mnemonic 'Apply and Close' 16:35:41 [2019-07-19T20:35:41.681Z] DEBUG - matched Button with text "Apply and Close", using matcher: (with mnemonic 'Apply and Close' or with mnemonic 'OK') 16:35:41 [2019-07-19T20:35:41.681Z] DEBUG - matched Button with text "Apply and Close", using matcher: with style 'SWT.PUSH' 16:35:41 [2019-07-19T20:35:41.681Z] DEBUG - matched Button with text "Apply and Close", using matcher: (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:35:41 [2019-07-19T20:35:41.681Z] DEBUG - Clicking on Apply and Close 16:35:41 [2019-07-19T20:35:41.681Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Apply and Close} time=200445884 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:35:41 [2019-07-19T20:35:41.681Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Apply and Close} time=200445884 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:35:41 [2019-07-19T20:35:41.681Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Apply and Close} time=200445884 data=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:35:41 [2019-07-19T20:35:41.681Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Apply and Close} time=200445885 data=null} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:35:41 [2019-07-19T20:35:41.681Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Apply and Close} time=200445885 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:35:41 [2019-07-19T20:35:41.937Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Apply and Close} time=200445930 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:35:41 [2019-07-19T20:35:41.937Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Apply and Close} time=200445930 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:35:41 [2019-07-19T20:35:41.937Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Preferences} time=200445452 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Preferences' 16:35:41 [2019-07-19T20:35:41.937Z] DEBUG - Clicked on 16:35:43 [2019-07-19T20:35:43.832Z] DEBUG - matched Shell with text "Confirm Perspective ...", using matcher: with text 'Confirm Perspective Switch' 16:35:43 [2019-07-19T20:35:43.832Z] DEBUG - matched Button with text "&Remember my decisio...", using matcher: of type 'Button' 16:35:43 [2019-07-19T20:35:43.832Z] DEBUG - matched Button with text "&Remember my decisio...", using matcher: with mnemonic 'Remember my decision' 16:35:43 [2019-07-19T20:35:43.832Z] DEBUG - matched Button with text "&Remember my decisio...", using matcher: with style 'SWT.CHECK' 16:35:43 [2019-07-19T20:35:43.832Z] DEBUG - matched Button with text "&Remember my decisio...", using matcher: (of type 'Button' and with mnemonic 'Remember my decision' and with style 'SWT.CHECK') 16:35:43 [2019-07-19T20:35:43.832Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button' 16:35:43 [2019-07-19T20:35:43.832Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button' 16:35:43 [2019-07-19T20:35:43.832Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Remember my decision' and with style 'SWT.CHECK') 16:35:43 [2019-07-19T20:35:43.832Z] DEBUG - Toggling state on Button {&Remember my decision}. Setting state to selected 16:35:43 [2019-07-19T20:35:43.832Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Remember my decision} time=200448073 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Remember my decision' and with style 'SWT.CHECK') 16:35:43 [2019-07-19T20:35:43.832Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Remember my decision} time=200448074 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Remember my decision' and with style 'SWT.CHECK') 16:35:43 [2019-07-19T20:35:43.832Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Remember my decision} time=200448074 data=null doit=true} to (of type 'Button' and with mnemonic 'Remember my decision' and with style 'SWT.CHECK') 16:35:43 [2019-07-19T20:35:43.832Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Remember my decision} time=200448074 data=null} to (of type 'Button' and with mnemonic 'Remember my decision' and with style 'SWT.CHECK') 16:35:43 [2019-07-19T20:35:43.832Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Remember my decision} time=200448074 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Remember my decision' and with style 'SWT.CHECK') 16:35:43 [2019-07-19T20:35:43.832Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Remember my decision} time=200448074 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Remember my decision' and with style 'SWT.CHECK') 16:35:43 [2019-07-19T20:35:43.832Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Remember my decision} time=200448074 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Remember my decision' and with style 'SWT.CHECK') 16:35:43 [2019-07-19T20:35:43.832Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Remember my decision} time=200448074 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Remember my decision' and with style 'SWT.CHECK') 16:35:43 [2019-07-19T20:35:43.832Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Remember my decision} time=200448074 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Remember my decision' and with style 'SWT.CHECK') 16:35:43 [2019-07-19T20:35:43.832Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Remember my decision} time=200448075 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Remember my decision' and with style 'SWT.CHECK') 16:35:43 [2019-07-19T20:35:43.832Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Remember my decision} time=200448075 data=null doit=true} to (of type 'Button' and with mnemonic 'Remember my decision' and with style 'SWT.CHECK') 16:35:43 [2019-07-19T20:35:43.832Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Remember my decision} time=200448075 data=null} to (of type 'Button' and with mnemonic 'Remember my decision' and with style 'SWT.CHECK') 16:35:43 [2019-07-19T20:35:43.832Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Remember my decision' and with style 'SWT.CHECK') 16:35:43 [2019-07-19T20:35:43.832Z] DEBUG - matched Button with text "&Remember my decisio...", using matcher: of type 'Button' 16:35:43 [2019-07-19T20:35:43.832Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button' 16:35:43 [2019-07-19T20:35:43.832Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button' 16:35:43 [2019-07-19T20:35:43.832Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes' 16:35:43 [2019-07-19T20:35:43.832Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH' 16:35:43 [2019-07-19T20:35:43.832Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:35:43 [2019-07-19T20:35:43.832Z] DEBUG - Clicking on &Yes 16:35:43 [2019-07-19T20:35:43.832Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=200448075 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:35:43 [2019-07-19T20:35:43.832Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=200448075 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:35:43 [2019-07-19T20:35:43.832Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=200448076 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:35:43 [2019-07-19T20:35:43.832Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=200448076 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:35:43 [2019-07-19T20:35:43.832Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=200448076 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:35:43 [2019-07-19T20:35:43.832Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=200448076 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:35:44 [2019-07-19T20:35:44.090Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=200448076 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:35:44 [2019-07-19T20:35:44.347Z] DEBUG - Clicked on 16:35:44 [2019-07-19T20:35:44.347Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - test/Traces/kernel/kernel_ - Eclipse Platform} time=200448483 data=null doit=true} to Shell with text {data - test/Traces/kernel/kernel_ - Eclipse Platform} 16:35:44 [2019-07-19T20:35:44.347Z] DEBUG - matched MenuItem with text "&Window", using matcher: with mnemonic 'Window' 16:35:44 [2019-07-19T20:35:44.607Z] DEBUG - matched MenuItem with text "&Preferences", using matcher: with mnemonic 'Preferences' 16:35:44 [2019-07-19T20:35:44.607Z] DEBUG - Clicking on with mnemonic 'Preferences' 16:35:45 [2019-07-19T20:35:45.193Z] DEBUG - Clicked on with mnemonic 'Preferences' 16:35:45 [2019-07-19T20:35:45.193Z] DEBUG - matched Shell with text "Preferences", using matcher: with text 'Preferences' 16:35:45 [2019-07-19T20:35:45.193Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Preferences} time=200449151 data=null doit=true} to Shell with text {Preferences} 16:35:45 [2019-07-19T20:35:45.193Z] DEBUG - matched Shell with text "Preferences", using matcher: with text 'Preferences' 16:35:45 [2019-07-19T20:35:45.193Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:35:45 [2019-07-19T20:35:45.193Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:35:45 [2019-07-19T20:35:45.193Z] DEBUG - Expanding nodes Tracing>Perspectives in tree (of type 'Tree') 16:35:45 [2019-07-19T20:35:45.193Z] WARN - Tree item TreeItem with text {Tracing} is already expanded. Won't expand it again. 16:35:45 [2019-07-19T20:35:45.193Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Perspectives} time=200449154 data=null doit=true} to Tree node with text: Perspectives 16:35:45 [2019-07-19T20:35:45.193Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Perspectives} time=200449154 data=null} to Tree node with text: Perspectives 16:35:45 [2019-07-19T20:35:45.193Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Perspectives} time=200449154 data=null button=1 stateMask=0x0 x=85 y=200 count=1} to Tree node with text: Perspectives 16:35:45 [2019-07-19T20:35:45.193Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200449155 data=null item=TreeItem {Perspectives} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Tree node with text: Perspectives 16:35:45 [2019-07-19T20:35:45.193Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Perspectives} time=200449155 data=null button=1 stateMask=0x80000 x=85 y=200 count=1} to Tree node with text: Perspectives 16:35:45 [2019-07-19T20:35:45.193Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:45 [2019-07-19T20:35:45.193Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Perspectives} time=200449156 data=null button=0 stateMask=0x0 x=85 y=200 count=0} to Tree node with text: Perspectives 16:35:45 [2019-07-19T20:35:45.193Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Perspectives} time=200449157 data=null doit=true} to Tree node with text: Perspectives 16:35:45 [2019-07-19T20:35:45.193Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Perspectives} time=200449157 data=null} to Tree node with text: Perspectives 16:35:45 [2019-07-19T20:35:45.193Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Perspectives} time=200449157 data=null button=1 stateMask=0x0 x=85 y=200 count=1} to Tree node with text: Perspectives 16:35:45 [2019-07-19T20:35:45.193Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200449157 data=null item=TreeItem {Perspectives} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: Perspectives 16:35:45 [2019-07-19T20:35:45.193Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Perspectives} time=200449158 data=null button=1 stateMask=0x80000 x=85 y=200 count=1} to Tree node with text: Perspectives 16:35:45 [2019-07-19T20:35:45.193Z] DEBUG - matched Button with text "Always", using matcher: of type 'Button' 16:35:45 [2019-07-19T20:35:45.193Z] DEBUG - matched Button with text "Always", using matcher: with mnemonic 'Always' 16:35:45 [2019-07-19T20:35:45.193Z] DEBUG - matched Group with text "Open the associated ...", using matcher: with mnemonic 'Open the associated perspective when a trace is opened' 16:35:45 [2019-07-19T20:35:45.193Z] DEBUG - matched Button with text "Always", using matcher: in group (with mnemonic 'Open the associated perspective when a trace is opened') 16:35:45 [2019-07-19T20:35:45.193Z] DEBUG - matched Button with text "Always", using matcher: with style 'SWT.RADIO' 16:35:45 [2019-07-19T20:35:45.193Z] DEBUG - matched Button with text "Always", using matcher: (of type 'Button' and with mnemonic 'Always' and in group (with mnemonic 'Open the associated perspective when a trace is opened') and with style 'SWT.RADIO') 16:35:45 [2019-07-19T20:35:45.193Z] DEBUG - matched Button with text "Never", using matcher: of type 'Button' 16:35:45 [2019-07-19T20:35:45.193Z] DEBUG - matched Button with text "Prompt", using matcher: of type 'Button' 16:35:45 [2019-07-19T20:35:45.193Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 16:35:45 [2019-07-19T20:35:45.193Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 16:35:45 [2019-07-19T20:35:45.193Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:35:45 [2019-07-19T20:35:45.193Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 16:35:45 [2019-07-19T20:35:45.193Z] DEBUG - matched Button with text "Always", using matcher: of type 'Button' 16:35:45 [2019-07-19T20:35:45.193Z] DEBUG - matched Button with text "Never", using matcher: of type 'Button' 16:35:45 [2019-07-19T20:35:45.193Z] DEBUG - matched Button with text "Prompt", using matcher: of type 'Button' 16:35:45 [2019-07-19T20:35:45.193Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 16:35:45 [2019-07-19T20:35:45.193Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 16:35:45 [2019-07-19T20:35:45.193Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:35:45 [2019-07-19T20:35:45.193Z] DEBUG - matched Button with text "Cancel", using matcher: with mnemonic 'Cancel' 16:35:45 [2019-07-19T20:35:45.193Z] DEBUG - matched Button with text "Cancel", using matcher: with style 'SWT.PUSH' 16:35:45 [2019-07-19T20:35:45.193Z] DEBUG - matched Button with text "Cancel", using matcher: (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 16:35:45 [2019-07-19T20:35:45.193Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 16:35:45 [2019-07-19T20:35:45.193Z] DEBUG - Clicking on Cancel 16:35:45 [2019-07-19T20:35:45.193Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Cancel} time=200449173 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 16:35:45 [2019-07-19T20:35:45.193Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Cancel} time=200449173 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 16:35:45 [2019-07-19T20:35:45.193Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Cancel} time=200449173 data=null doit=true} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 16:35:45 [2019-07-19T20:35:45.193Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Cancel} time=200449173 data=null} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 16:35:45 [2019-07-19T20:35:45.193Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Cancel} time=200449173 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 16:35:45 [2019-07-19T20:35:45.193Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Cancel} time=200449173 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 16:35:45 [2019-07-19T20:35:45.193Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Cancel} time=200449173 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 16:35:45 [2019-07-19T20:35:45.193Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Preferences} time=200448642 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Preferences' 16:35:45 [2019-07-19T20:35:45.451Z] DEBUG - Clicked on 16:35:45 [2019-07-19T20:35:45.708Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=200449866 data=null doit=true} to Shell with text {data - Eclipse Platform} 16:35:45 [2019-07-19T20:35:45.708Z] DEBUG - matched MenuItem with text "&Window", using matcher: with mnemonic 'Window' 16:35:45 [2019-07-19T20:35:45.708Z] DEBUG - matched MenuItem with text "&Preferences", using matcher: with mnemonic 'Preferences' 16:35:45 [2019-07-19T20:35:45.708Z] DEBUG - Clicking on with mnemonic 'Preferences' 16:35:45 [2019-07-19T20:35:45.966Z] DEBUG - Clicked on with mnemonic 'Preferences' 16:35:45 [2019-07-19T20:35:45.966Z] DEBUG - matched Shell with text "Preferences", using matcher: with text 'Preferences' 16:35:45 [2019-07-19T20:35:45.966Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Preferences} time=200450182 data=null doit=true} to Shell with text {Preferences} 16:35:45 [2019-07-19T20:35:45.966Z] DEBUG - matched Shell with text "Preferences", using matcher: with text 'Preferences' 16:35:46 [2019-07-19T20:35:46.223Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:35:46 [2019-07-19T20:35:46.223Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:35:46 [2019-07-19T20:35:46.223Z] DEBUG - Expanding nodes Tracing>Perspectives in tree (of type 'Tree') 16:35:46 [2019-07-19T20:35:46.223Z] WARN - Tree item TreeItem with text {Tracing} is already expanded. Won't expand it again. 16:35:46 [2019-07-19T20:35:46.223Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Perspectives} time=200450249 data=null doit=true} to Tree node with text: Perspectives 16:35:46 [2019-07-19T20:35:46.223Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Perspectives} time=200450252 data=null} to Tree node with text: Perspectives 16:35:46 [2019-07-19T20:35:46.223Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Perspectives} time=200450253 data=null button=1 stateMask=0x0 x=85 y=200 count=1} to Tree node with text: Perspectives 16:35:46 [2019-07-19T20:35:46.223Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200450253 data=null item=TreeItem {Perspectives} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Tree node with text: Perspectives 16:35:46 [2019-07-19T20:35:46.223Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Perspectives} time=200450254 data=null button=1 stateMask=0x80000 x=85 y=200 count=1} to Tree node with text: Perspectives 16:35:46 [2019-07-19T20:35:46.223Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:46 [2019-07-19T20:35:46.223Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Perspectives} time=200450255 data=null button=0 stateMask=0x0 x=85 y=200 count=0} to Tree node with text: Perspectives 16:35:46 [2019-07-19T20:35:46.223Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Perspectives} time=200450255 data=null doit=true} to Tree node with text: Perspectives 16:35:46 [2019-07-19T20:35:46.223Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Perspectives} time=200450255 data=null} to Tree node with text: Perspectives 16:35:46 [2019-07-19T20:35:46.223Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Perspectives} time=200450256 data=null button=1 stateMask=0x0 x=85 y=200 count=1} to Tree node with text: Perspectives 16:35:46 [2019-07-19T20:35:46.223Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200450256 data=null item=TreeItem {Perspectives} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: Perspectives 16:35:46 [2019-07-19T20:35:46.223Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Perspectives} time=200450256 data=null button=1 stateMask=0x80000 x=85 y=200 count=1} to Tree node with text: Perspectives 16:35:46 [2019-07-19T20:35:46.223Z] DEBUG - matched Button with text "Always", using matcher: of type 'Button' 16:35:46 [2019-07-19T20:35:46.223Z] DEBUG - matched Button with text "Never", using matcher: of type 'Button' 16:35:46 [2019-07-19T20:35:46.223Z] DEBUG - matched Button with text "Prompt", using matcher: of type 'Button' 16:35:46 [2019-07-19T20:35:46.223Z] DEBUG - matched Button with text "Prompt", using matcher: with mnemonic 'Prompt' 16:35:46 [2019-07-19T20:35:46.223Z] DEBUG - matched Group with text "Open the associated ...", using matcher: with mnemonic 'Open the associated perspective when a trace is opened' 16:35:46 [2019-07-19T20:35:46.223Z] DEBUG - matched Button with text "Prompt", using matcher: in group (with mnemonic 'Open the associated perspective when a trace is opened') 16:35:46 [2019-07-19T20:35:46.223Z] DEBUG - matched Button with text "Prompt", using matcher: with style 'SWT.RADIO' 16:35:46 [2019-07-19T20:35:46.223Z] DEBUG - matched Button with text "Prompt", using matcher: (of type 'Button' and with mnemonic 'Prompt' and in group (with mnemonic 'Open the associated perspective when a trace is opened') and with style 'SWT.RADIO') 16:35:46 [2019-07-19T20:35:46.223Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 16:35:46 [2019-07-19T20:35:46.223Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 16:35:46 [2019-07-19T20:35:46.223Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:35:46 [2019-07-19T20:35:46.223Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 16:35:46 [2019-07-19T20:35:46.223Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Prompt' and in group (with mnemonic 'Open the associated perspective when a trace is opened') and with style 'SWT.RADIO') 16:35:46 [2019-07-19T20:35:46.223Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Always} time=200450259 data=null doit=true} to Button with text {Always} 16:35:46 [2019-07-19T20:35:46.223Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Always} time=200450259 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Button with text {Always} 16:35:46 [2019-07-19T20:35:46.223Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Prompt' and in group (with mnemonic 'Open the associated perspective when a trace is opened') and with style 'SWT.RADIO') 16:35:46 [2019-07-19T20:35:46.223Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Prompt} time=200450262 data=null doit=true} to (of type 'Button' and with mnemonic 'Prompt' and in group (with mnemonic 'Open the associated perspective when a trace is opened') and with style 'SWT.RADIO') 16:35:46 [2019-07-19T20:35:46.223Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Prompt} time=200450262 data=null button=1 stateMask=0x0 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'Prompt' and in group (with mnemonic 'Open the associated perspective when a trace is opened') and with style 'SWT.RADIO') 16:35:46 [2019-07-19T20:35:46.223Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Prompt} time=200450262 data=null button=1 stateMask=0x80000 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'Prompt' and in group (with mnemonic 'Open the associated perspective when a trace is opened') and with style 'SWT.RADIO') 16:35:46 [2019-07-19T20:35:46.223Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Prompt} time=200450262 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Prompt' and in group (with mnemonic 'Open the associated perspective when a trace is opened') and with style 'SWT.RADIO') 16:35:46 [2019-07-19T20:35:46.223Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Prompt' and in group (with mnemonic 'Open the associated perspective when a trace is opened') and with style 'SWT.RADIO') 16:35:46 [2019-07-19T20:35:46.223Z] DEBUG - matched Button with text "Always", using matcher: of type 'Button' 16:35:46 [2019-07-19T20:35:46.223Z] DEBUG - matched Button with text "Never", using matcher: of type 'Button' 16:35:46 [2019-07-19T20:35:46.223Z] DEBUG - matched Button with text "Prompt", using matcher: of type 'Button' 16:35:46 [2019-07-19T20:35:46.223Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 16:35:46 [2019-07-19T20:35:46.223Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 16:35:46 [2019-07-19T20:35:46.223Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:35:46 [2019-07-19T20:35:46.223Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 16:35:46 [2019-07-19T20:35:46.223Z] DEBUG - matched Button with text "Apply and Close", using matcher: with mnemonic 'Apply and Close' 16:35:46 [2019-07-19T20:35:46.223Z] DEBUG - matched Button with text "Apply and Close", using matcher: (with mnemonic 'Apply and Close' or with mnemonic 'OK') 16:35:46 [2019-07-19T20:35:46.223Z] DEBUG - matched Button with text "Apply and Close", using matcher: with style 'SWT.PUSH' 16:35:46 [2019-07-19T20:35:46.223Z] DEBUG - matched Button with text "Apply and Close", using matcher: (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:35:46 [2019-07-19T20:35:46.223Z] DEBUG - Clicking on Apply and Close 16:35:46 [2019-07-19T20:35:46.223Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Apply and Close} time=200450265 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:35:46 [2019-07-19T20:35:46.223Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Apply and Close} time=200450265 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:35:46 [2019-07-19T20:35:46.223Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Apply and Close} time=200450265 data=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:35:46 [2019-07-19T20:35:46.223Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Apply and Close} time=200450265 data=null} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:35:46 [2019-07-19T20:35:46.223Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Apply and Close} time=200450266 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:35:46 [2019-07-19T20:35:46.223Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Apply and Close} time=200450266 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:35:46 [2019-07-19T20:35:46.223Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Apply and Close} time=200450266 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:35:46 [2019-07-19T20:35:46.223Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Preferences} time=200449927 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Preferences' 16:35:46 [2019-07-19T20:35:46.481Z] DEBUG - Clicked on 16:35:48 [2019-07-19T20:35:48.376Z] DEBUG - matched Shell with text "Confirm Perspective ...", using matcher: with text 'Confirm Perspective Switch' 16:35:48 [2019-07-19T20:35:48.376Z] DEBUG - matched Button with text "&Remember my decisio...", using matcher: of type 'Button' 16:35:48 [2019-07-19T20:35:48.376Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button' 16:35:48 [2019-07-19T20:35:48.376Z] DEBUG - matched Button with text "&No", using matcher: with mnemonic 'No' 16:35:48 [2019-07-19T20:35:48.376Z] DEBUG - matched Button with text "&No", using matcher: with style 'SWT.PUSH' 16:35:48 [2019-07-19T20:35:48.376Z] DEBUG - matched Button with text "&No", using matcher: (of type 'Button' and with mnemonic 'No' and with style 'SWT.PUSH') 16:35:48 [2019-07-19T20:35:48.376Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button' 16:35:48 [2019-07-19T20:35:48.376Z] DEBUG - Clicking on &No 16:35:48 [2019-07-19T20:35:48.376Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&No} time=200452309 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'No' and with style 'SWT.PUSH') 16:35:48 [2019-07-19T20:35:48.376Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&No} time=200452309 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'No' and with style 'SWT.PUSH') 16:35:48 [2019-07-19T20:35:48.376Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&No} time=200452309 data=null doit=true} to (of type 'Button' and with mnemonic 'No' and with style 'SWT.PUSH') 16:35:48 [2019-07-19T20:35:48.376Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&No} time=200452310 data=null} to (of type 'Button' and with mnemonic 'No' and with style 'SWT.PUSH') 16:35:48 [2019-07-19T20:35:48.376Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&No} time=200452310 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'No' and with style 'SWT.PUSH') 16:35:48 [2019-07-19T20:35:48.376Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&No} time=200452310 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'No' and with style 'SWT.PUSH') 16:35:48 [2019-07-19T20:35:48.376Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&No} time=200452310 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'No' and with style 'SWT.PUSH') 16:35:48 [2019-07-19T20:35:48.376Z] DEBUG - Clicked on 16:35:48 [2019-07-19T20:35:48.376Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - test/Traces/kernel/kernel_ - Eclipse Platform} time=200452545 data=null doit=true} to Shell with text {data - test/Traces/kernel/kernel_ - Eclipse Platform} 16:35:48 [2019-07-19T20:35:48.376Z] DEBUG - matched MenuItem with text "&Window", using matcher: with mnemonic 'Window' 16:35:48 [2019-07-19T20:35:48.634Z] DEBUG - matched MenuItem with text "&Preferences", using matcher: with mnemonic 'Preferences' 16:35:48 [2019-07-19T20:35:48.634Z] DEBUG - Clicking on with mnemonic 'Preferences' 16:35:48 [2019-07-19T20:35:48.891Z] DEBUG - Clicked on with mnemonic 'Preferences' 16:35:48 [2019-07-19T20:35:48.891Z] DEBUG - matched Shell with text "Preferences", using matcher: with text 'Preferences' 16:35:48 [2019-07-19T20:35:48.891Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Preferences} time=200452987 data=null doit=true} to Shell with text {Preferences} 16:35:48 [2019-07-19T20:35:48.891Z] DEBUG - matched Shell with text "Preferences", using matcher: with text 'Preferences' 16:35:48 [2019-07-19T20:35:48.891Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:35:48 [2019-07-19T20:35:48.891Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:35:48 [2019-07-19T20:35:48.891Z] DEBUG - Expanding nodes Tracing>Perspectives in tree (of type 'Tree') 16:35:48 [2019-07-19T20:35:48.891Z] WARN - Tree item TreeItem with text {Tracing} is already expanded. Won't expand it again. 16:35:48 [2019-07-19T20:35:48.891Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Perspectives} time=200452991 data=null doit=true} to Tree node with text: Perspectives 16:35:48 [2019-07-19T20:35:48.891Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Perspectives} time=200452991 data=null} to Tree node with text: Perspectives 16:35:48 [2019-07-19T20:35:48.891Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Perspectives} time=200452992 data=null button=1 stateMask=0x0 x=85 y=200 count=1} to Tree node with text: Perspectives 16:35:48 [2019-07-19T20:35:48.891Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200452992 data=null item=TreeItem {Perspectives} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Tree node with text: Perspectives 16:35:48 [2019-07-19T20:35:48.891Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Perspectives} time=200452992 data=null button=1 stateMask=0x80000 x=85 y=200 count=1} to Tree node with text: Perspectives 16:35:48 [2019-07-19T20:35:48.891Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:48 [2019-07-19T20:35:48.891Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Perspectives} time=200452993 data=null button=0 stateMask=0x0 x=85 y=200 count=0} to Tree node with text: Perspectives 16:35:48 [2019-07-19T20:35:48.891Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Perspectives} time=200452993 data=null doit=true} to Tree node with text: Perspectives 16:35:48 [2019-07-19T20:35:48.891Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Perspectives} time=200452994 data=null} to Tree node with text: Perspectives 16:35:48 [2019-07-19T20:35:48.891Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Perspectives} time=200452994 data=null button=1 stateMask=0x0 x=85 y=200 count=1} to Tree node with text: Perspectives 16:35:48 [2019-07-19T20:35:48.891Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200452994 data=null item=TreeItem {Perspectives} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: Perspectives 16:35:48 [2019-07-19T20:35:48.891Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Perspectives} time=200452995 data=null button=1 stateMask=0x80000 x=85 y=200 count=1} to Tree node with text: Perspectives 16:35:48 [2019-07-19T20:35:48.891Z] DEBUG - matched Button with text "Always", using matcher: of type 'Button' 16:35:48 [2019-07-19T20:35:48.891Z] DEBUG - matched Button with text "Never", using matcher: of type 'Button' 16:35:48 [2019-07-19T20:35:48.891Z] DEBUG - matched Button with text "Prompt", using matcher: of type 'Button' 16:35:48 [2019-07-19T20:35:48.891Z] DEBUG - matched Button with text "Prompt", using matcher: with mnemonic 'Prompt' 16:35:48 [2019-07-19T20:35:48.891Z] DEBUG - matched Group with text "Open the associated ...", using matcher: with mnemonic 'Open the associated perspective when a trace is opened' 16:35:48 [2019-07-19T20:35:48.891Z] DEBUG - matched Button with text "Prompt", using matcher: in group (with mnemonic 'Open the associated perspective when a trace is opened') 16:35:48 [2019-07-19T20:35:48.891Z] DEBUG - matched Button with text "Prompt", using matcher: with style 'SWT.RADIO' 16:35:48 [2019-07-19T20:35:48.891Z] DEBUG - matched Button with text "Prompt", using matcher: (of type 'Button' and with mnemonic 'Prompt' and in group (with mnemonic 'Open the associated perspective when a trace is opened') and with style 'SWT.RADIO') 16:35:48 [2019-07-19T20:35:48.891Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 16:35:48 [2019-07-19T20:35:48.891Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 16:35:48 [2019-07-19T20:35:48.891Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:35:48 [2019-07-19T20:35:48.891Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 16:35:48 [2019-07-19T20:35:48.891Z] DEBUG - matched Button with text "Always", using matcher: of type 'Button' 16:35:48 [2019-07-19T20:35:48.891Z] DEBUG - matched Button with text "Never", using matcher: of type 'Button' 16:35:48 [2019-07-19T20:35:48.891Z] DEBUG - matched Button with text "Prompt", using matcher: of type 'Button' 16:35:48 [2019-07-19T20:35:48.891Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 16:35:48 [2019-07-19T20:35:48.891Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 16:35:48 [2019-07-19T20:35:48.891Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:35:48 [2019-07-19T20:35:48.891Z] DEBUG - matched Button with text "Cancel", using matcher: with mnemonic 'Cancel' 16:35:48 [2019-07-19T20:35:48.891Z] DEBUG - matched Button with text "Cancel", using matcher: with style 'SWT.PUSH' 16:35:48 [2019-07-19T20:35:48.891Z] DEBUG - matched Button with text "Cancel", using matcher: (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 16:35:48 [2019-07-19T20:35:48.891Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 16:35:48 [2019-07-19T20:35:48.891Z] DEBUG - Clicking on Cancel 16:35:48 [2019-07-19T20:35:48.891Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Cancel} time=200453010 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 16:35:48 [2019-07-19T20:35:48.891Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Cancel} time=200453010 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 16:35:48 [2019-07-19T20:35:48.891Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Cancel} time=200453010 data=null doit=true} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 16:35:48 [2019-07-19T20:35:48.891Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Cancel} time=200453010 data=null} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 16:35:48 [2019-07-19T20:35:48.891Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Cancel} time=200453010 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 16:35:48 [2019-07-19T20:35:48.891Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Cancel} time=200453010 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 16:35:48 [2019-07-19T20:35:48.891Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Cancel} time=200453010 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 16:35:48 [2019-07-19T20:35:48.891Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Preferences} time=200452674 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Preferences' 16:35:49 [2019-07-19T20:35:49.148Z] DEBUG - Clicked on 16:35:49 [2019-07-19T20:35:49.406Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=200453521 data=null doit=true} to Shell with text {data - Eclipse Platform} 16:35:49 [2019-07-19T20:35:49.406Z] DEBUG - matched MenuItem with text "&Window", using matcher: with mnemonic 'Window' 16:35:49 [2019-07-19T20:35:49.406Z] DEBUG - matched MenuItem with text "&Preferences", using matcher: with mnemonic 'Preferences' 16:35:49 [2019-07-19T20:35:49.406Z] DEBUG - Clicking on with mnemonic 'Preferences' 16:35:49 [2019-07-19T20:35:49.664Z] DEBUG - Clicked on with mnemonic 'Preferences' 16:35:49 [2019-07-19T20:35:49.664Z] DEBUG - matched Shell with text "Preferences", using matcher: with text 'Preferences' 16:35:49 [2019-07-19T20:35:49.664Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Preferences} time=200453752 data=null doit=true} to Shell with text {Preferences} 16:35:49 [2019-07-19T20:35:49.664Z] DEBUG - matched Shell with text "Preferences", using matcher: with text 'Preferences' 16:35:49 [2019-07-19T20:35:49.664Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:35:49 [2019-07-19T20:35:49.664Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:35:49 [2019-07-19T20:35:49.664Z] DEBUG - Expanding nodes Tracing>Perspectives in tree (of type 'Tree') 16:35:49 [2019-07-19T20:35:49.664Z] WARN - Tree item TreeItem with text {Tracing} is already expanded. Won't expand it again. 16:35:49 [2019-07-19T20:35:49.664Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Perspectives} time=200453768 data=null doit=true} to Tree node with text: Perspectives 16:35:49 [2019-07-19T20:35:49.664Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Perspectives} time=200453768 data=null} to Tree node with text: Perspectives 16:35:49 [2019-07-19T20:35:49.664Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Perspectives} time=200453769 data=null button=1 stateMask=0x0 x=85 y=200 count=1} to Tree node with text: Perspectives 16:35:49 [2019-07-19T20:35:49.664Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200453769 data=null item=TreeItem {Perspectives} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Tree node with text: Perspectives 16:35:49 [2019-07-19T20:35:49.664Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Perspectives} time=200453769 data=null button=1 stateMask=0x80000 x=85 y=200 count=1} to Tree node with text: Perspectives 16:35:49 [2019-07-19T20:35:49.664Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:49 [2019-07-19T20:35:49.664Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Perspectives} time=200453777 data=null button=0 stateMask=0x0 x=85 y=200 count=0} to Tree node with text: Perspectives 16:35:49 [2019-07-19T20:35:49.664Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Perspectives} time=200453777 data=null doit=true} to Tree node with text: Perspectives 16:35:49 [2019-07-19T20:35:49.664Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Perspectives} time=200453777 data=null} to Tree node with text: Perspectives 16:35:49 [2019-07-19T20:35:49.664Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Perspectives} time=200453778 data=null button=1 stateMask=0x0 x=85 y=200 count=1} to Tree node with text: Perspectives 16:35:49 [2019-07-19T20:35:49.664Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200453799 data=null item=TreeItem {Perspectives} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: Perspectives 16:35:49 [2019-07-19T20:35:49.664Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Perspectives} time=200453800 data=null button=1 stateMask=0x80000 x=85 y=200 count=1} to Tree node with text: Perspectives 16:35:49 [2019-07-19T20:35:49.664Z] DEBUG - matched Button with text "Always", using matcher: of type 'Button' 16:35:49 [2019-07-19T20:35:49.664Z] DEBUG - matched Button with text "Never", using matcher: of type 'Button' 16:35:49 [2019-07-19T20:35:49.664Z] DEBUG - matched Button with text "Prompt", using matcher: of type 'Button' 16:35:49 [2019-07-19T20:35:49.664Z] DEBUG - matched Button with text "Prompt", using matcher: with mnemonic 'Prompt' 16:35:49 [2019-07-19T20:35:49.664Z] DEBUG - matched Group with text "Open the associated ...", using matcher: with mnemonic 'Open the associated perspective when a trace is opened' 16:35:49 [2019-07-19T20:35:49.664Z] DEBUG - matched Button with text "Prompt", using matcher: in group (with mnemonic 'Open the associated perspective when a trace is opened') 16:35:49 [2019-07-19T20:35:49.664Z] DEBUG - matched Button with text "Prompt", using matcher: with style 'SWT.RADIO' 16:35:49 [2019-07-19T20:35:49.664Z] DEBUG - matched Button with text "Prompt", using matcher: (of type 'Button' and with mnemonic 'Prompt' and in group (with mnemonic 'Open the associated perspective when a trace is opened') and with style 'SWT.RADIO') 16:35:49 [2019-07-19T20:35:49.664Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 16:35:49 [2019-07-19T20:35:49.664Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 16:35:49 [2019-07-19T20:35:49.664Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:35:49 [2019-07-19T20:35:49.664Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 16:35:49 [2019-07-19T20:35:49.664Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Prompt' and in group (with mnemonic 'Open the associated perspective when a trace is opened') and with style 'SWT.RADIO') is already selected, not clicking again. 16:35:49 [2019-07-19T20:35:49.664Z] DEBUG - matched Button with text "Always", using matcher: of type 'Button' 16:35:49 [2019-07-19T20:35:49.664Z] DEBUG - matched Button with text "Never", using matcher: of type 'Button' 16:35:49 [2019-07-19T20:35:49.664Z] DEBUG - matched Button with text "Prompt", using matcher: of type 'Button' 16:35:49 [2019-07-19T20:35:49.664Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 16:35:49 [2019-07-19T20:35:49.664Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 16:35:49 [2019-07-19T20:35:49.664Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:35:49 [2019-07-19T20:35:49.664Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 16:35:49 [2019-07-19T20:35:49.664Z] DEBUG - matched Button with text "Apply and Close", using matcher: with mnemonic 'Apply and Close' 16:35:49 [2019-07-19T20:35:49.664Z] DEBUG - matched Button with text "Apply and Close", using matcher: (with mnemonic 'Apply and Close' or with mnemonic 'OK') 16:35:49 [2019-07-19T20:35:49.664Z] DEBUG - matched Button with text "Apply and Close", using matcher: with style 'SWT.PUSH' 16:35:49 [2019-07-19T20:35:49.664Z] DEBUG - matched Button with text "Apply and Close", using matcher: (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:35:49 [2019-07-19T20:35:49.664Z] DEBUG - Clicking on Apply and Close 16:35:49 [2019-07-19T20:35:49.664Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Apply and Close} time=200453805 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:35:49 [2019-07-19T20:35:49.664Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Apply and Close} time=200453805 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:35:49 [2019-07-19T20:35:49.664Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Apply and Close} time=200453805 data=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:35:49 [2019-07-19T20:35:49.664Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Apply and Close} time=200453805 data=null} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:35:49 [2019-07-19T20:35:49.664Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Apply and Close} time=200453805 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:35:49 [2019-07-19T20:35:49.664Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Apply and Close} time=200453805 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:35:49 [2019-07-19T20:35:49.664Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Apply and Close} time=200453805 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:35:49 [2019-07-19T20:35:49.664Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Preferences} time=200453563 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Preferences' 16:35:49 [2019-07-19T20:35:49.921Z] DEBUG - Clicked on 16:35:51 [2019-07-19T20:35:51.814Z] DEBUG - matched Shell with text "Confirm Perspective ...", using matcher: with text 'Confirm Perspective Switch' 16:35:51 [2019-07-19T20:35:51.814Z] DEBUG - matched Button with text "&Remember my decisio...", using matcher: of type 'Button' 16:35:51 [2019-07-19T20:35:51.814Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button' 16:35:51 [2019-07-19T20:35:51.814Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button' 16:35:51 [2019-07-19T20:35:51.814Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes' 16:35:51 [2019-07-19T20:35:51.814Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH' 16:35:51 [2019-07-19T20:35:51.814Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:35:51 [2019-07-19T20:35:51.814Z] DEBUG - Clicking on &Yes 16:35:51 [2019-07-19T20:35:51.814Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=200455731 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:35:51 [2019-07-19T20:35:51.814Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=200455731 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:35:51 [2019-07-19T20:35:51.814Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=200455731 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:35:51 [2019-07-19T20:35:51.814Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=200455731 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:35:51 [2019-07-19T20:35:51.814Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=200455731 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:35:51 [2019-07-19T20:35:51.814Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=200455731 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:35:51 [2019-07-19T20:35:51.814Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=200455731 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:35:52 [2019-07-19T20:35:52.073Z] DEBUG - Clicked on 16:35:52 [2019-07-19T20:35:52.073Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - test/Traces/kernel/kernel_ - Eclipse Platform} time=200456144 data=null doit=true} to Shell with text {data - test/Traces/kernel/kernel_ - Eclipse Platform} 16:35:52 [2019-07-19T20:35:52.073Z] DEBUG - matched MenuItem with text "&Window", using matcher: with mnemonic 'Window' 16:35:52 [2019-07-19T20:35:52.073Z] DEBUG - matched MenuItem with text "&Preferences", using matcher: with mnemonic 'Preferences' 16:35:52 [2019-07-19T20:35:52.073Z] DEBUG - Clicking on with mnemonic 'Preferences' 16:35:52 [2019-07-19T20:35:52.382Z] DEBUG - Clicked on with mnemonic 'Preferences' 16:35:52 [2019-07-19T20:35:52.382Z] DEBUG - matched Shell with text "Preferences", using matcher: with text 'Preferences' 16:35:52 [2019-07-19T20:35:52.382Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Preferences} time=200456614 data=null doit=true} to Shell with text {Preferences} 16:35:52 [2019-07-19T20:35:52.382Z] DEBUG - matched Shell with text "Preferences", using matcher: with text 'Preferences' 16:35:52 [2019-07-19T20:35:52.382Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:35:52 [2019-07-19T20:35:52.382Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:35:52 [2019-07-19T20:35:52.382Z] DEBUG - Expanding nodes Tracing>Perspectives in tree (of type 'Tree') 16:35:52 [2019-07-19T20:35:52.382Z] WARN - Tree item TreeItem with text {Tracing} is already expanded. Won't expand it again. 16:35:52 [2019-07-19T20:35:52.382Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Perspectives} time=200456617 data=null doit=true} to Tree node with text: Perspectives 16:35:52 [2019-07-19T20:35:52.382Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Perspectives} time=200456618 data=null} to Tree node with text: Perspectives 16:35:52 [2019-07-19T20:35:52.382Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Perspectives} time=200456618 data=null button=1 stateMask=0x0 x=85 y=200 count=1} to Tree node with text: Perspectives 16:35:52 [2019-07-19T20:35:52.382Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200456619 data=null item=TreeItem {Perspectives} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Tree node with text: Perspectives 16:35:52 [2019-07-19T20:35:52.382Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Perspectives} time=200456619 data=null button=1 stateMask=0x80000 x=85 y=200 count=1} to Tree node with text: Perspectives 16:35:52 [2019-07-19T20:35:52.382Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:52 [2019-07-19T20:35:52.382Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Perspectives} time=200456620 data=null button=0 stateMask=0x0 x=85 y=200 count=0} to Tree node with text: Perspectives 16:35:52 [2019-07-19T20:35:52.382Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Perspectives} time=200456620 data=null doit=true} to Tree node with text: Perspectives 16:35:52 [2019-07-19T20:35:52.382Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Perspectives} time=200456620 data=null} to Tree node with text: Perspectives 16:35:52 [2019-07-19T20:35:52.382Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Perspectives} time=200456621 data=null button=1 stateMask=0x0 x=85 y=200 count=1} to Tree node with text: Perspectives 16:35:52 [2019-07-19T20:35:52.382Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200456621 data=null item=TreeItem {Perspectives} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: Perspectives 16:35:52 [2019-07-19T20:35:52.382Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Perspectives} time=200456622 data=null button=1 stateMask=0x80000 x=85 y=200 count=1} to Tree node with text: Perspectives 16:35:52 [2019-07-19T20:35:52.382Z] DEBUG - matched Button with text "Always", using matcher: of type 'Button' 16:35:52 [2019-07-19T20:35:52.382Z] DEBUG - matched Button with text "Never", using matcher: of type 'Button' 16:35:52 [2019-07-19T20:35:52.382Z] DEBUG - matched Button with text "Prompt", using matcher: of type 'Button' 16:35:52 [2019-07-19T20:35:52.382Z] DEBUG - matched Button with text "Prompt", using matcher: with mnemonic 'Prompt' 16:35:52 [2019-07-19T20:35:52.382Z] DEBUG - matched Group with text "Open the associated ...", using matcher: with mnemonic 'Open the associated perspective when a trace is opened' 16:35:52 [2019-07-19T20:35:52.382Z] DEBUG - matched Button with text "Prompt", using matcher: in group (with mnemonic 'Open the associated perspective when a trace is opened') 16:35:52 [2019-07-19T20:35:52.382Z] DEBUG - matched Button with text "Prompt", using matcher: with style 'SWT.RADIO' 16:35:52 [2019-07-19T20:35:52.382Z] DEBUG - matched Button with text "Prompt", using matcher: (of type 'Button' and with mnemonic 'Prompt' and in group (with mnemonic 'Open the associated perspective when a trace is opened') and with style 'SWT.RADIO') 16:35:52 [2019-07-19T20:35:52.382Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 16:35:52 [2019-07-19T20:35:52.382Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 16:35:52 [2019-07-19T20:35:52.382Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:35:52 [2019-07-19T20:35:52.382Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 16:35:52 [2019-07-19T20:35:52.640Z] DEBUG - matched Button with text "Always", using matcher: of type 'Button' 16:35:52 [2019-07-19T20:35:52.640Z] DEBUG - matched Button with text "Never", using matcher: of type 'Button' 16:35:52 [2019-07-19T20:35:52.640Z] DEBUG - matched Button with text "Prompt", using matcher: of type 'Button' 16:35:52 [2019-07-19T20:35:52.640Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 16:35:52 [2019-07-19T20:35:52.640Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 16:35:52 [2019-07-19T20:35:52.640Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:35:52 [2019-07-19T20:35:52.640Z] DEBUG - matched Button with text "Cancel", using matcher: with mnemonic 'Cancel' 16:35:52 [2019-07-19T20:35:52.640Z] DEBUG - matched Button with text "Cancel", using matcher: with style 'SWT.PUSH' 16:35:52 [2019-07-19T20:35:52.640Z] DEBUG - matched Button with text "Cancel", using matcher: (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 16:35:52 [2019-07-19T20:35:52.640Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 16:35:52 [2019-07-19T20:35:52.640Z] DEBUG - Clicking on Cancel 16:35:52 [2019-07-19T20:35:52.640Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Cancel} time=200456639 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 16:35:52 [2019-07-19T20:35:52.640Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Cancel} time=200456639 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 16:35:52 [2019-07-19T20:35:52.640Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Cancel} time=200456639 data=null doit=true} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 16:35:52 [2019-07-19T20:35:52.640Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Cancel} time=200456639 data=null} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 16:35:52 [2019-07-19T20:35:52.640Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Cancel} time=200456639 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 16:35:52 [2019-07-19T20:35:52.640Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Cancel} time=200456639 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 16:35:52 [2019-07-19T20:35:52.640Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Cancel} time=200456639 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 16:35:52 [2019-07-19T20:35:52.640Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Preferences} time=200456248 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Preferences' 16:35:52 [2019-07-19T20:35:52.897Z] DEBUG - Clicked on 16:35:53 [2019-07-19T20:35:53.153Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=200457388 data=null doit=true} to Shell with text {data - Eclipse Platform} 16:35:53 [2019-07-19T20:35:53.411Z] DEBUG - matched MenuItem with text "&Window", using matcher: with mnemonic 'Window' 16:35:53 [2019-07-19T20:35:53.411Z] DEBUG - matched MenuItem with text "&Preferences", using matcher: with mnemonic 'Preferences' 16:35:53 [2019-07-19T20:35:53.411Z] DEBUG - Clicking on with mnemonic 'Preferences' 16:35:53 [2019-07-19T20:35:53.411Z] DEBUG - Clicked on with mnemonic 'Preferences' 16:35:53 [2019-07-19T20:35:53.411Z] DEBUG - matched Shell with text "Preferences", using matcher: with text 'Preferences' 16:35:53 [2019-07-19T20:35:53.411Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Preferences} time=200457625 data=null doit=true} to Shell with text {Preferences} 16:35:53 [2019-07-19T20:35:53.411Z] DEBUG - matched Shell with text "Preferences", using matcher: with text 'Preferences' 16:35:53 [2019-07-19T20:35:53.411Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:35:53 [2019-07-19T20:35:53.411Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:35:53 [2019-07-19T20:35:53.411Z] DEBUG - Expanding nodes Tracing>Perspectives in tree (of type 'Tree') 16:35:53 [2019-07-19T20:35:53.411Z] WARN - Tree item TreeItem with text {Tracing} is already expanded. Won't expand it again. 16:35:53 [2019-07-19T20:35:53.411Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Perspectives} time=200457642 data=null doit=true} to Tree node with text: Perspectives 16:35:53 [2019-07-19T20:35:53.411Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Perspectives} time=200457642 data=null} to Tree node with text: Perspectives 16:35:53 [2019-07-19T20:35:53.411Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Perspectives} time=200457643 data=null button=1 stateMask=0x0 x=85 y=200 count=1} to Tree node with text: Perspectives 16:35:53 [2019-07-19T20:35:53.411Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200457643 data=null item=TreeItem {Perspectives} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Tree node with text: Perspectives 16:35:53 [2019-07-19T20:35:53.411Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Perspectives} time=200457643 data=null button=1 stateMask=0x80000 x=85 y=200 count=1} to Tree node with text: Perspectives 16:35:53 [2019-07-19T20:35:53.411Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:53 [2019-07-19T20:35:53.668Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Perspectives} time=200457674 data=null button=0 stateMask=0x0 x=85 y=200 count=0} to Tree node with text: Perspectives 16:35:53 [2019-07-19T20:35:53.668Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Perspectives} time=200457674 data=null doit=true} to Tree node with text: Perspectives 16:35:53 [2019-07-19T20:35:53.668Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Perspectives} time=200457674 data=null} to Tree node with text: Perspectives 16:35:53 [2019-07-19T20:35:53.668Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Perspectives} time=200457675 data=null button=1 stateMask=0x0 x=85 y=200 count=1} to Tree node with text: Perspectives 16:35:53 [2019-07-19T20:35:53.668Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200457675 data=null item=TreeItem {Perspectives} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: Perspectives 16:35:53 [2019-07-19T20:35:53.668Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Perspectives} time=200457676 data=null button=1 stateMask=0x80000 x=85 y=200 count=1} to Tree node with text: Perspectives 16:35:53 [2019-07-19T20:35:53.668Z] DEBUG - matched Button with text "Always", using matcher: of type 'Button' 16:35:53 [2019-07-19T20:35:53.668Z] DEBUG - matched Button with text "Always", using matcher: with mnemonic 'Always' 16:35:53 [2019-07-19T20:35:53.668Z] DEBUG - matched Group with text "Open the associated ...", using matcher: with mnemonic 'Open the associated perspective when a trace is opened' 16:35:53 [2019-07-19T20:35:53.669Z] DEBUG - matched Button with text "Always", using matcher: in group (with mnemonic 'Open the associated perspective when a trace is opened') 16:35:53 [2019-07-19T20:35:53.669Z] DEBUG - matched Button with text "Always", using matcher: with style 'SWT.RADIO' 16:35:53 [2019-07-19T20:35:53.669Z] DEBUG - matched Button with text "Always", using matcher: (of type 'Button' and with mnemonic 'Always' and in group (with mnemonic 'Open the associated perspective when a trace is opened') and with style 'SWT.RADIO') 16:35:53 [2019-07-19T20:35:53.669Z] DEBUG - matched Button with text "Never", using matcher: of type 'Button' 16:35:53 [2019-07-19T20:35:53.669Z] DEBUG - matched Button with text "Prompt", using matcher: of type 'Button' 16:35:53 [2019-07-19T20:35:53.669Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 16:35:53 [2019-07-19T20:35:53.669Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 16:35:53 [2019-07-19T20:35:53.669Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:35:53 [2019-07-19T20:35:53.669Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 16:35:53 [2019-07-19T20:35:53.669Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Always' and in group (with mnemonic 'Open the associated perspective when a trace is opened') and with style 'SWT.RADIO') 16:35:53 [2019-07-19T20:35:53.669Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Prompt} time=200457678 data=null doit=true} to Button with text {Prompt} 16:35:53 [2019-07-19T20:35:53.669Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Prompt} time=200457678 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Button with text {Prompt} 16:35:53 [2019-07-19T20:35:53.669Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Always' and in group (with mnemonic 'Open the associated perspective when a trace is opened') and with style 'SWT.RADIO') 16:35:53 [2019-07-19T20:35:53.669Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Always} time=200457680 data=null doit=true} to (of type 'Button' and with mnemonic 'Always' and in group (with mnemonic 'Open the associated perspective when a trace is opened') and with style 'SWT.RADIO') 16:35:53 [2019-07-19T20:35:53.669Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Always} time=200457708 data=null button=1 stateMask=0x0 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'Always' and in group (with mnemonic 'Open the associated perspective when a trace is opened') and with style 'SWT.RADIO') 16:35:53 [2019-07-19T20:35:53.669Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Always} time=200457708 data=null button=1 stateMask=0x80000 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'Always' and in group (with mnemonic 'Open the associated perspective when a trace is opened') and with style 'SWT.RADIO') 16:35:53 [2019-07-19T20:35:53.669Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Always} time=200457708 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Always' and in group (with mnemonic 'Open the associated perspective when a trace is opened') and with style 'SWT.RADIO') 16:35:53 [2019-07-19T20:35:53.669Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Always' and in group (with mnemonic 'Open the associated perspective when a trace is opened') and with style 'SWT.RADIO') 16:35:53 [2019-07-19T20:35:53.669Z] DEBUG - matched Button with text "Always", using matcher: of type 'Button' 16:35:53 [2019-07-19T20:35:53.669Z] DEBUG - matched Button with text "Never", using matcher: of type 'Button' 16:35:53 [2019-07-19T20:35:53.669Z] DEBUG - matched Button with text "Prompt", using matcher: of type 'Button' 16:35:53 [2019-07-19T20:35:53.669Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 16:35:53 [2019-07-19T20:35:53.669Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 16:35:53 [2019-07-19T20:35:53.669Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:35:53 [2019-07-19T20:35:53.669Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 16:35:53 [2019-07-19T20:35:53.669Z] DEBUG - matched Button with text "Apply and Close", using matcher: with mnemonic 'Apply and Close' 16:35:53 [2019-07-19T20:35:53.669Z] DEBUG - matched Button with text "Apply and Close", using matcher: (with mnemonic 'Apply and Close' or with mnemonic 'OK') 16:35:53 [2019-07-19T20:35:53.669Z] DEBUG - matched Button with text "Apply and Close", using matcher: with style 'SWT.PUSH' 16:35:53 [2019-07-19T20:35:53.669Z] DEBUG - matched Button with text "Apply and Close", using matcher: (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:35:53 [2019-07-19T20:35:53.669Z] DEBUG - Clicking on Apply and Close 16:35:53 [2019-07-19T20:35:53.669Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Apply and Close} time=200457711 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:35:53 [2019-07-19T20:35:53.669Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Apply and Close} time=200457711 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:35:53 [2019-07-19T20:35:53.669Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Apply and Close} time=200457711 data=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:35:53 [2019-07-19T20:35:53.669Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Apply and Close} time=200457711 data=null} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:35:53 [2019-07-19T20:35:53.669Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Apply and Close} time=200457711 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:35:53 [2019-07-19T20:35:53.669Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Apply and Close} time=200457711 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:35:53 [2019-07-19T20:35:53.669Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Apply and Close} time=200457711 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:35:53 [2019-07-19T20:35:53.669Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Preferences} time=200457437 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Preferences' 16:35:53 [2019-07-19T20:35:53.669Z] DEBUG - Clicked on 16:35:56 [2019-07-19T20:35:56.190Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=200459840 data=null doit=true} to Shell with text {data - Eclipse Platform} 16:35:56 [2019-07-19T20:35:56.190Z] DEBUG - matched MenuItem with text "&Window", using matcher: with mnemonic 'Window' 16:35:56 [2019-07-19T20:35:56.190Z] DEBUG - matched MenuItem with text "&Preferences", using matcher: with mnemonic 'Preferences' 16:35:56 [2019-07-19T20:35:56.190Z] DEBUG - Clicking on with mnemonic 'Preferences' 16:35:56 [2019-07-19T20:35:56.190Z] DEBUG - Clicked on with mnemonic 'Preferences' 16:35:56 [2019-07-19T20:35:56.190Z] DEBUG - matched Shell with text "Preferences", using matcher: with text 'Preferences' 16:35:56 [2019-07-19T20:35:56.190Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Preferences} time=200460077 data=null doit=true} to Shell with text {Preferences} 16:35:56 [2019-07-19T20:35:56.190Z] DEBUG - matched Shell with text "Preferences", using matcher: with text 'Preferences' 16:35:56 [2019-07-19T20:35:56.190Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:35:56 [2019-07-19T20:35:56.190Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:35:56 [2019-07-19T20:35:56.190Z] DEBUG - Expanding nodes Tracing>Perspectives in tree (of type 'Tree') 16:35:56 [2019-07-19T20:35:56.190Z] WARN - Tree item TreeItem with text {Tracing} is already expanded. Won't expand it again. 16:35:56 [2019-07-19T20:35:56.190Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Perspectives} time=200460094 data=null doit=true} to Tree node with text: Perspectives 16:35:56 [2019-07-19T20:35:56.190Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Perspectives} time=200460094 data=null} to Tree node with text: Perspectives 16:35:56 [2019-07-19T20:35:56.190Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Perspectives} time=200460095 data=null button=1 stateMask=0x0 x=85 y=200 count=1} to Tree node with text: Perspectives 16:35:56 [2019-07-19T20:35:56.190Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200460095 data=null item=TreeItem {Perspectives} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Tree node with text: Perspectives 16:35:56 [2019-07-19T20:35:56.190Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Perspectives} time=200460095 data=null button=1 stateMask=0x80000 x=85 y=200 count=1} to Tree node with text: Perspectives 16:35:56 [2019-07-19T20:35:56.190Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:56 [2019-07-19T20:35:56.190Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Perspectives} time=200460125 data=null button=0 stateMask=0x0 x=85 y=200 count=0} to Tree node with text: Perspectives 16:35:56 [2019-07-19T20:35:56.190Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Perspectives} time=200460125 data=null doit=true} to Tree node with text: Perspectives 16:35:56 [2019-07-19T20:35:56.190Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Perspectives} time=200460125 data=null} to Tree node with text: Perspectives 16:35:56 [2019-07-19T20:35:56.190Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Perspectives} time=200460125 data=null button=1 stateMask=0x0 x=85 y=200 count=1} to Tree node with text: Perspectives 16:35:56 [2019-07-19T20:35:56.190Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200460125 data=null item=TreeItem {Perspectives} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: Perspectives 16:35:56 [2019-07-19T20:35:56.190Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Perspectives} time=200460126 data=null button=1 stateMask=0x80000 x=85 y=200 count=1} to Tree node with text: Perspectives 16:35:56 [2019-07-19T20:35:56.190Z] DEBUG - matched Button with text "Always", using matcher: of type 'Button' 16:35:56 [2019-07-19T20:35:56.190Z] DEBUG - matched Button with text "Never", using matcher: of type 'Button' 16:35:56 [2019-07-19T20:35:56.190Z] DEBUG - matched Button with text "Prompt", using matcher: of type 'Button' 16:35:56 [2019-07-19T20:35:56.190Z] DEBUG - matched Button with text "Prompt", using matcher: with mnemonic 'Prompt' 16:35:56 [2019-07-19T20:35:56.190Z] DEBUG - matched Group with text "Open the associated ...", using matcher: with mnemonic 'Open the associated perspective when a trace is opened' 16:35:56 [2019-07-19T20:35:56.190Z] DEBUG - matched Button with text "Prompt", using matcher: in group (with mnemonic 'Open the associated perspective when a trace is opened') 16:35:56 [2019-07-19T20:35:56.190Z] DEBUG - matched Button with text "Prompt", using matcher: with style 'SWT.RADIO' 16:35:56 [2019-07-19T20:35:56.190Z] DEBUG - matched Button with text "Prompt", using matcher: (of type 'Button' and with mnemonic 'Prompt' and in group (with mnemonic 'Open the associated perspective when a trace is opened') and with style 'SWT.RADIO') 16:35:56 [2019-07-19T20:35:56.190Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 16:35:56 [2019-07-19T20:35:56.190Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 16:35:56 [2019-07-19T20:35:56.190Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:35:56 [2019-07-19T20:35:56.190Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 16:35:56 [2019-07-19T20:35:56.190Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Prompt' and in group (with mnemonic 'Open the associated perspective when a trace is opened') and with style 'SWT.RADIO') 16:35:56 [2019-07-19T20:35:56.190Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Always} time=200460129 data=null doit=true} to Button with text {Always} 16:35:56 [2019-07-19T20:35:56.190Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Always} time=200460129 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Button with text {Always} 16:35:56 [2019-07-19T20:35:56.190Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Prompt' and in group (with mnemonic 'Open the associated perspective when a trace is opened') and with style 'SWT.RADIO') 16:35:56 [2019-07-19T20:35:56.190Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Prompt} time=200460131 data=null doit=true} to (of type 'Button' and with mnemonic 'Prompt' and in group (with mnemonic 'Open the associated perspective when a trace is opened') and with style 'SWT.RADIO') 16:35:56 [2019-07-19T20:35:56.190Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Prompt} time=200460158 data=null button=1 stateMask=0x0 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'Prompt' and in group (with mnemonic 'Open the associated perspective when a trace is opened') and with style 'SWT.RADIO') 16:35:56 [2019-07-19T20:35:56.190Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Prompt} time=200460158 data=null button=1 stateMask=0x80000 x=0 y=0 count=1} to (of type 'Button' and with mnemonic 'Prompt' and in group (with mnemonic 'Open the associated perspective when a trace is opened') and with style 'SWT.RADIO') 16:35:56 [2019-07-19T20:35:56.190Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Prompt} time=200460159 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Prompt' and in group (with mnemonic 'Open the associated perspective when a trace is opened') and with style 'SWT.RADIO') 16:35:56 [2019-07-19T20:35:56.190Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Prompt' and in group (with mnemonic 'Open the associated perspective when a trace is opened') and with style 'SWT.RADIO') 16:35:56 [2019-07-19T20:35:56.190Z] DEBUG - matched Button with text "Always", using matcher: of type 'Button' 16:35:56 [2019-07-19T20:35:56.190Z] DEBUG - matched Button with text "Never", using matcher: of type 'Button' 16:35:56 [2019-07-19T20:35:56.190Z] DEBUG - matched Button with text "Prompt", using matcher: of type 'Button' 16:35:56 [2019-07-19T20:35:56.190Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 16:35:56 [2019-07-19T20:35:56.190Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 16:35:56 [2019-07-19T20:35:56.190Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:35:56 [2019-07-19T20:35:56.190Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 16:35:56 [2019-07-19T20:35:56.190Z] DEBUG - matched Button with text "Apply and Close", using matcher: with mnemonic 'Apply and Close' 16:35:56 [2019-07-19T20:35:56.190Z] DEBUG - matched Button with text "Apply and Close", using matcher: (with mnemonic 'Apply and Close' or with mnemonic 'OK') 16:35:56 [2019-07-19T20:35:56.190Z] DEBUG - matched Button with text "Apply and Close", using matcher: with style 'SWT.PUSH' 16:35:56 [2019-07-19T20:35:56.190Z] DEBUG - matched Button with text "Apply and Close", using matcher: (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:35:56 [2019-07-19T20:35:56.190Z] DEBUG - Clicking on Apply and Close 16:35:56 [2019-07-19T20:35:56.190Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Apply and Close} time=200460161 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:35:56 [2019-07-19T20:35:56.190Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Apply and Close} time=200460162 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:35:56 [2019-07-19T20:35:56.190Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Apply and Close} time=200460162 data=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:35:56 [2019-07-19T20:35:56.190Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Apply and Close} time=200460162 data=null} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:35:56 [2019-07-19T20:35:56.190Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Apply and Close} time=200460162 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:35:56 [2019-07-19T20:35:56.190Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Apply and Close} time=200460162 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:35:56 [2019-07-19T20:35:56.190Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Apply and Close} time=200460162 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:35:56 [2019-07-19T20:35:56.190Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Preferences} time=200459889 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Preferences' 16:35:56 [2019-07-19T20:35:56.190Z] DEBUG - Clicked on 16:35:58 [2019-07-19T20:35:58.084Z] DEBUG - matched Shell with text "Confirm Perspective ...", using matcher: with text 'Confirm Perspective Switch' 16:35:58 [2019-07-19T20:35:58.084Z] DEBUG - matched Button with text "&Remember my decisio...", using matcher: of type 'Button' 16:35:58 [2019-07-19T20:35:58.084Z] DEBUG - matched Button with text "&Remember my decisio...", using matcher: with mnemonic 'Remember my decision' 16:35:58 [2019-07-19T20:35:58.084Z] DEBUG - matched Button with text "&Remember my decisio...", using matcher: with style 'SWT.CHECK' 16:35:58 [2019-07-19T20:35:58.084Z] DEBUG - matched Button with text "&Remember my decisio...", using matcher: (of type 'Button' and with mnemonic 'Remember my decision' and with style 'SWT.CHECK') 16:35:58 [2019-07-19T20:35:58.084Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button' 16:35:58 [2019-07-19T20:35:58.084Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button' 16:35:58 [2019-07-19T20:35:58.084Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Remember my decision' and with style 'SWT.CHECK') 16:35:58 [2019-07-19T20:35:58.084Z] DEBUG - Toggling state on Button {&Remember my decision}. Setting state to selected 16:35:58 [2019-07-19T20:35:58.084Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Remember my decision} time=200462079 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Remember my decision' and with style 'SWT.CHECK') 16:35:58 [2019-07-19T20:35:58.084Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Remember my decision} time=200462080 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Remember my decision' and with style 'SWT.CHECK') 16:35:58 [2019-07-19T20:35:58.084Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Remember my decision} time=200462080 data=null doit=true} to (of type 'Button' and with mnemonic 'Remember my decision' and with style 'SWT.CHECK') 16:35:58 [2019-07-19T20:35:58.084Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Remember my decision} time=200462080 data=null} to (of type 'Button' and with mnemonic 'Remember my decision' and with style 'SWT.CHECK') 16:35:58 [2019-07-19T20:35:58.084Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Remember my decision} time=200462081 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Remember my decision' and with style 'SWT.CHECK') 16:35:58 [2019-07-19T20:35:58.084Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Remember my decision} time=200462081 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Remember my decision' and with style 'SWT.CHECK') 16:35:58 [2019-07-19T20:35:58.084Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Remember my decision} time=200462081 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Remember my decision' and with style 'SWT.CHECK') 16:35:58 [2019-07-19T20:35:58.084Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Remember my decision} time=200462081 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Remember my decision' and with style 'SWT.CHECK') 16:35:58 [2019-07-19T20:35:58.084Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Remember my decision} time=200462081 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Remember my decision' and with style 'SWT.CHECK') 16:35:58 [2019-07-19T20:35:58.084Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Remember my decision} time=200462081 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Remember my decision' and with style 'SWT.CHECK') 16:35:58 [2019-07-19T20:35:58.084Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Remember my decision} time=200462081 data=null doit=true} to (of type 'Button' and with mnemonic 'Remember my decision' and with style 'SWT.CHECK') 16:35:58 [2019-07-19T20:35:58.084Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Remember my decision} time=200462081 data=null} to (of type 'Button' and with mnemonic 'Remember my decision' and with style 'SWT.CHECK') 16:35:58 [2019-07-19T20:35:58.084Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Remember my decision' and with style 'SWT.CHECK') 16:35:58 [2019-07-19T20:35:58.084Z] DEBUG - matched Button with text "&Remember my decisio...", using matcher: of type 'Button' 16:35:58 [2019-07-19T20:35:58.084Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button' 16:35:58 [2019-07-19T20:35:58.084Z] DEBUG - matched Button with text "&No", using matcher: with mnemonic 'No' 16:35:58 [2019-07-19T20:35:58.084Z] DEBUG - matched Button with text "&No", using matcher: with style 'SWT.PUSH' 16:35:58 [2019-07-19T20:35:58.084Z] DEBUG - matched Button with text "&No", using matcher: (of type 'Button' and with mnemonic 'No' and with style 'SWT.PUSH') 16:35:58 [2019-07-19T20:35:58.084Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button' 16:35:58 [2019-07-19T20:35:58.084Z] DEBUG - Clicking on &No 16:35:58 [2019-07-19T20:35:58.084Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&No} time=200462082 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'No' and with style 'SWT.PUSH') 16:35:58 [2019-07-19T20:35:58.084Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&No} time=200462082 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'No' and with style 'SWT.PUSH') 16:35:58 [2019-07-19T20:35:58.084Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&No} time=200462082 data=null doit=true} to (of type 'Button' and with mnemonic 'No' and with style 'SWT.PUSH') 16:35:58 [2019-07-19T20:35:58.084Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&No} time=200462083 data=null} to (of type 'Button' and with mnemonic 'No' and with style 'SWT.PUSH') 16:35:58 [2019-07-19T20:35:58.084Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&No} time=200462083 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'No' and with style 'SWT.PUSH') 16:35:58 [2019-07-19T20:35:58.084Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&No} time=200462083 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'No' and with style 'SWT.PUSH') 16:35:58 [2019-07-19T20:35:58.084Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&No} time=200462083 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'No' and with style 'SWT.PUSH') 16:35:58 [2019-07-19T20:35:58.084Z] DEBUG - Clicked on 16:35:58 [2019-07-19T20:35:58.084Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - test/Traces/kernel/kernel_ - Eclipse Platform} time=200462311 data=null doit=true} to Shell with text {data - test/Traces/kernel/kernel_ - Eclipse Platform} 16:35:58 [2019-07-19T20:35:58.341Z] DEBUG - matched MenuItem with text "&Window", using matcher: with mnemonic 'Window' 16:35:58 [2019-07-19T20:35:58.341Z] DEBUG - matched MenuItem with text "&Preferences", using matcher: with mnemonic 'Preferences' 16:35:58 [2019-07-19T20:35:58.341Z] DEBUG - Clicking on with mnemonic 'Preferences' 16:35:58 [2019-07-19T20:35:58.599Z] DEBUG - Clicked on with mnemonic 'Preferences' 16:35:58 [2019-07-19T20:35:58.599Z] DEBUG - matched Shell with text "Preferences", using matcher: with text 'Preferences' 16:35:58 [2019-07-19T20:35:58.599Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Preferences} time=200462833 data=null doit=true} to Shell with text {Preferences} 16:35:58 [2019-07-19T20:35:58.599Z] DEBUG - matched Shell with text "Preferences", using matcher: with text 'Preferences' 16:35:58 [2019-07-19T20:35:58.599Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:35:58 [2019-07-19T20:35:58.599Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:35:58 [2019-07-19T20:35:58.599Z] DEBUG - Expanding nodes Tracing>Perspectives in tree (of type 'Tree') 16:35:58 [2019-07-19T20:35:58.599Z] WARN - Tree item TreeItem with text {Tracing} is already expanded. Won't expand it again. 16:35:58 [2019-07-19T20:35:58.599Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Perspectives} time=200462836 data=null doit=true} to Tree node with text: Perspectives 16:35:58 [2019-07-19T20:35:58.599Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Perspectives} time=200462836 data=null} to Tree node with text: Perspectives 16:35:58 [2019-07-19T20:35:58.599Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Perspectives} time=200462837 data=null button=1 stateMask=0x0 x=85 y=200 count=1} to Tree node with text: Perspectives 16:35:58 [2019-07-19T20:35:58.599Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200462837 data=null item=TreeItem {Perspectives} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Tree node with text: Perspectives 16:35:58 [2019-07-19T20:35:58.599Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Perspectives} time=200462837 data=null button=1 stateMask=0x80000 x=85 y=200 count=1} to Tree node with text: Perspectives 16:35:58 [2019-07-19T20:35:58.599Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:58 [2019-07-19T20:35:58.599Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Perspectives} time=200462839 data=null button=0 stateMask=0x0 x=85 y=200 count=0} to Tree node with text: Perspectives 16:35:58 [2019-07-19T20:35:58.599Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Perspectives} time=200462839 data=null doit=true} to Tree node with text: Perspectives 16:35:58 [2019-07-19T20:35:58.599Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Perspectives} time=200462839 data=null} to Tree node with text: Perspectives 16:35:58 [2019-07-19T20:35:58.599Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Perspectives} time=200462839 data=null button=1 stateMask=0x0 x=85 y=200 count=1} to Tree node with text: Perspectives 16:35:58 [2019-07-19T20:35:58.599Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200462840 data=null item=TreeItem {Perspectives} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: Perspectives 16:35:58 [2019-07-19T20:35:58.599Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Perspectives} time=200462840 data=null button=1 stateMask=0x80000 x=85 y=200 count=1} to Tree node with text: Perspectives 16:35:58 [2019-07-19T20:35:58.599Z] DEBUG - matched Button with text "Always", using matcher: of type 'Button' 16:35:58 [2019-07-19T20:35:58.599Z] DEBUG - matched Button with text "Never", using matcher: of type 'Button' 16:35:58 [2019-07-19T20:35:58.599Z] DEBUG - matched Button with text "Never", using matcher: with mnemonic 'Never' 16:35:58 [2019-07-19T20:35:58.599Z] DEBUG - matched Group with text "Open the associated ...", using matcher: with mnemonic 'Open the associated perspective when a trace is opened' 16:35:58 [2019-07-19T20:35:58.599Z] DEBUG - matched Button with text "Never", using matcher: in group (with mnemonic 'Open the associated perspective when a trace is opened') 16:35:58 [2019-07-19T20:35:58.599Z] DEBUG - matched Button with text "Never", using matcher: with style 'SWT.RADIO' 16:35:58 [2019-07-19T20:35:58.599Z] DEBUG - matched Button with text "Never", using matcher: (of type 'Button' and with mnemonic 'Never' and in group (with mnemonic 'Open the associated perspective when a trace is opened') and with style 'SWT.RADIO') 16:35:58 [2019-07-19T20:35:58.599Z] DEBUG - matched Button with text "Prompt", using matcher: of type 'Button' 16:35:58 [2019-07-19T20:35:58.599Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 16:35:58 [2019-07-19T20:35:58.599Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 16:35:58 [2019-07-19T20:35:58.599Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:35:58 [2019-07-19T20:35:58.599Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 16:35:58 [2019-07-19T20:35:58.856Z] DEBUG - matched Button with text "Always", using matcher: of type 'Button' 16:35:58 [2019-07-19T20:35:58.856Z] DEBUG - matched Button with text "Never", using matcher: of type 'Button' 16:35:58 [2019-07-19T20:35:58.856Z] DEBUG - matched Button with text "Prompt", using matcher: of type 'Button' 16:35:58 [2019-07-19T20:35:58.856Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 16:35:58 [2019-07-19T20:35:58.856Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 16:35:58 [2019-07-19T20:35:58.856Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:35:58 [2019-07-19T20:35:58.856Z] DEBUG - matched Button with text "Cancel", using matcher: with mnemonic 'Cancel' 16:35:58 [2019-07-19T20:35:58.856Z] DEBUG - matched Button with text "Cancel", using matcher: with style 'SWT.PUSH' 16:35:58 [2019-07-19T20:35:58.856Z] DEBUG - matched Button with text "Cancel", using matcher: (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 16:35:58 [2019-07-19T20:35:58.856Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 16:35:58 [2019-07-19T20:35:58.856Z] DEBUG - Clicking on Cancel 16:35:58 [2019-07-19T20:35:58.856Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Cancel} time=200462856 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 16:35:58 [2019-07-19T20:35:58.856Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Cancel} time=200462857 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 16:35:58 [2019-07-19T20:35:58.856Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Cancel} time=200462857 data=null doit=true} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 16:35:58 [2019-07-19T20:35:58.856Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Cancel} time=200462857 data=null} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 16:35:58 [2019-07-19T20:35:58.856Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Cancel} time=200462857 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 16:35:58 [2019-07-19T20:35:58.856Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Cancel} time=200462857 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 16:35:58 [2019-07-19T20:35:58.856Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Cancel} time=200462857 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') 16:35:58 [2019-07-19T20:35:58.856Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Preferences} time=200462442 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Preferences' 16:35:59 [2019-07-19T20:35:59.114Z] DEBUG - Clicked on 16:35:59 [2019-07-19T20:35:59.678Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=200463836 data=null doit=true} to Shell with text {data - Eclipse Platform} 16:35:59 [2019-07-19T20:35:59.678Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' 16:35:59 [2019-07-19T20:35:59.678Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:35:59 [2019-07-19T20:35:59.678Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:35:59 [2019-07-19T20:35:59.678Z] DEBUG - Attempting to set focus on Tree with text {} 16:35:59 [2019-07-19T20:35:59.678Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200463867 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:35:59 [2019-07-19T20:35:59.678Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200463867 data=null doit=true} to TreeItem with text {test} 16:35:59 [2019-07-19T20:35:59.678Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200463867 data=null} to TreeItem with text {test} 16:35:59 [2019-07-19T20:35:59.678Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200463867 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:35:59 [2019-07-19T20:35:59.678Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200463868 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:35:59 [2019-07-19T20:35:59.678Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200463899 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:35:59 [2019-07-19T20:35:59.935Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' 16:35:59 [2019-07-19T20:35:59.935Z] DEBUG - Clicking on with mnemonic 'Delete' 16:35:59 [2019-07-19T20:35:59.935Z] DEBUG - Clicked on with mnemonic 'Delete' 16:36:00 [2019-07-19T20:36:00.871Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' 16:36:00 [2019-07-19T20:36:00.871Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} 16:36:00 [2019-07-19T20:36:00.871Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 16:36:00 [2019-07-19T20:36:00.871Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' 16:36:00 [2019-07-19T20:36:00.871Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') 16:36:00 [2019-07-19T20:36:00.871Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 16:36:00 [2019-07-19T20:36:00.871Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:36:00 [2019-07-19T20:36:00.871Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:36:00 [2019-07-19T20:36:00.871Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') 16:36:00 [2019-07-19T20:36:00.871Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected 16:36:00 [2019-07-19T20:36:00.871Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=200464782 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:36:00 [2019-07-19T20:36:00.871Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=200464783 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:36:00 [2019-07-19T20:36:00.871Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=200464783 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:36:00 [2019-07-19T20:36:00.871Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=200464783 data=null} to (of type 'Button' and with style 'SWT.CHECK') 16:36:00 [2019-07-19T20:36:00.871Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=200464783 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:36:00 [2019-07-19T20:36:00.871Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=200464783 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:36:00 [2019-07-19T20:36:00.871Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=200464783 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:36:00 [2019-07-19T20:36:00.871Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=200464783 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:36:00 [2019-07-19T20:36:00.871Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=200464783 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:36:00 [2019-07-19T20:36:00.871Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=200464784 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:36:00 [2019-07-19T20:36:00.871Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=200464784 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:36:00 [2019-07-19T20:36:00.871Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=200464784 data=null} to (of type 'Button' and with style 'SWT.CHECK') 16:36:00 [2019-07-19T20:36:00.871Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') 16:36:00 [2019-07-19T20:36:00.871Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 16:36:00 [2019-07-19T20:36:00.871Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 16:36:00 [2019-07-19T20:36:00.871Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:36:00 [2019-07-19T20:36:00.871Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:36:00 [2019-07-19T20:36:00.871Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 16:36:00 [2019-07-19T20:36:00.871Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:36:00 [2019-07-19T20:36:00.871Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:36:00 [2019-07-19T20:36:00.871Z] DEBUG - Clicking on OK 16:36:00 [2019-07-19T20:36:00.871Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=200464785 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:36:00 [2019-07-19T20:36:00.871Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=200464785 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:36:00 [2019-07-19T20:36:00.871Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=200464785 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:36:00 [2019-07-19T20:36:00.871Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=200464785 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:36:00 [2019-07-19T20:36:00.871Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=200464785 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:36:00 [2019-07-19T20:36:00.871Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=200464785 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:36:00 [2019-07-19T20:36:00.871Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:36:00 [2019-07-19T20:36:00.871Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:36:00 [2019-07-19T20:36:00.871Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:36:00 [2019-07-19T20:36:00.871Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:36:00 [2019-07-19T20:36:00.871Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:36:00 [2019-07-19T20:36:00.871Z] DEBUG - Clicked on OK 16:36:01 [2019-07-19T20:36:01.489Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=200464786 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:36:01 [2019-07-19T20:36:01.489Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=200463966 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' 16:36:01 [2019-07-19T20:36:01.746Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 33.59 s - in org.eclipse.tracecompass.integration.swtbot.tests.perspectives.TmfPerspectiveManagerTest 16:36:01 [2019-07-19T20:36:01.746Z] testNever(org.eclipse.tracecompass.integration.swtbot.tests.perspectives.TmfPerspectiveManagerTest) Time elapsed: 3.043 s 16:36:01 [2019-07-19T20:36:01.746Z] testNoAssociatedPerspective(org.eclipse.tracecompass.integration.swtbot.tests.perspectives.TmfPerspectiveManagerTest) Time elapsed: 2.672 s 16:36:01 [2019-07-19T20:36:01.746Z] testExperiment(org.eclipse.tracecompass.integration.swtbot.tests.perspectives.TmfPerspectiveManagerTest) Time elapsed: 6.613 s 16:36:01 [2019-07-19T20:36:01.746Z] testPromptYesRemember(org.eclipse.tracecompass.integration.swtbot.tests.perspectives.TmfPerspectiveManagerTest) Time elapsed: 4.668 s 16:36:01 [2019-07-19T20:36:01.746Z] testPromptNo(org.eclipse.tracecompass.integration.swtbot.tests.perspectives.TmfPerspectiveManagerTest) Time elapsed: 3.723 s 16:36:01 [2019-07-19T20:36:01.746Z] testPromptYes(org.eclipse.tracecompass.integration.swtbot.tests.perspectives.TmfPerspectiveManagerTest) Time elapsed: 3.734 s 16:36:01 [2019-07-19T20:36:01.746Z] testAlways(org.eclipse.tracecompass.integration.swtbot.tests.perspectives.TmfPerspectiveManagerTest) Time elapsed: 2.54 s 16:36:01 [2019-07-19T20:36:01.746Z] testPromptNoRemember(org.eclipse.tracecompass.integration.swtbot.tests.perspectives.TmfPerspectiveManagerTest) Time elapsed: 3.814 s 16:36:01 [2019-07-19T20:36:01.746Z] Running org.eclipse.tracecompass.integration.swtbot.tests.markers.MarkerSetSwtBotTest 16:36:09 [2019-07-19T20:36:09.840Z] 16:36:09 [2019-07-19T20:36:09.840Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 0 2019-07-19 20:36:08.911 16:36:09 [2019-07-19T20:36:09.840Z] !MESSAGE Exception handling signal org.eclipse.tracecompass.tmf.core.signal.TmfMarkerEventSourceUpdatedSignal@64e3b72e in method public void org.eclipse.tracecompass.internal.tmf.ui.markers.ConfigurableMarkerEventSource.markerEventSourceUpdated(org.eclipse.tracecompass.tmf.core.signal.TmfMarkerEventSourceUpdatedSignal) 16:36:09 [2019-07-19T20:36:09.840Z] !STACK 0 16:36:09 [2019-07-19T20:36:09.840Z] java.lang.reflect.InvocationTargetException 16:36:09 [2019-07-19T20:36:09.840Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 16:36:09 [2019-07-19T20:36:09.840Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 16:36:09 [2019-07-19T20:36:09.840Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 16:36:09 [2019-07-19T20:36:09.840Z] at java.lang.reflect.Method.invoke(Method.java:498) 16:36:09 [2019-07-19T20:36:09.840Z] at org.eclipse.tracecompass.tmf.core.signal.TmfSignalManager.sendSignal(TmfSignalManager.java:337) 16:36:09 [2019-07-19T20:36:09.840Z] at org.eclipse.tracecompass.tmf.core.signal.TmfSignalManager.sendSignal(TmfSignalManager.java:293) 16:36:09 [2019-07-19T20:36:09.840Z] at org.eclipse.tracecompass.tmf.core.signal.TmfSignalManager.dispatchSignal(TmfSignalManager.java:252) 16:36:09 [2019-07-19T20:36:09.840Z] at org.eclipse.tracecompass.tmf.ui.views.TmfView.broadcast(TmfView.java:125) 16:36:09 [2019-07-19T20:36:09.840Z] at org.eclipse.tracecompass.tmf.ui.views.timegraph.AbstractTimeGraphView$MarkerSetAction.runWithEvent(AbstractTimeGraphView.java:2233) 16:36:09 [2019-07-19T20:36:09.840Z] at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:580) 16:36:09 [2019-07-19T20:36:09.840Z] at org.eclipse.jface.action.ActionContributionItem.lambda$4(ActionContributionItem.java:412) 16:36:09 [2019-07-19T20:36:09.840Z] at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89) 16:36:09 [2019-07-19T20:36:09.840Z] at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5874) 16:36:09 [2019-07-19T20:36:09.840Z] at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1400) 16:36:09 [2019-07-19T20:36:09.840Z] at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1426) 16:36:09 [2019-07-19T20:36:09.840Z] at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1409) 16:36:09 [2019-07-19T20:36:09.840Z] at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1198) 16:36:09 [2019-07-19T20:36:09.840Z] at org.eclipse.swtbot.swt.finder.widgets.AbstractSWTBot$2.run(AbstractSWTBot.java:190) 16:36:09 [2019-07-19T20:36:09.840Z] at org.eclipse.swtbot.swt.finder.finders.UIThreadRunnable$5.doRun(UIThreadRunnable.java:222) 16:36:09 [2019-07-19T20:36:09.840Z] at org.eclipse.swtbot.swt.finder.finders.UIThreadRunnable.run(UIThreadRunnable.java:76) 16:36:09 [2019-07-19T20:36:09.840Z] at org.eclipse.swtbot.swt.finder.finders.UIThreadRunnable.asyncExec(UIThreadRunnable.java:224) 16:36:09 [2019-07-19T20:36:09.840Z] at org.eclipse.swtbot.swt.finder.widgets.AbstractSWTBot.asyncExec(AbstractSWTBot.java:656) 16:36:09 [2019-07-19T20:36:09.840Z] at org.eclipse.swtbot.swt.finder.widgets.AbstractSWTBot.notify(AbstractSWTBot.java:175) 16:36:09 [2019-07-19T20:36:09.840Z] at org.eclipse.swtbot.swt.finder.widgets.AbstractSWTBot.notify(AbstractSWTBot.java:153) 16:36:09 [2019-07-19T20:36:09.840Z] at org.eclipse.swtbot.swt.finder.widgets.AbstractSWTBot.notify(AbstractSWTBot.java:142) 16:36:09 [2019-07-19T20:36:09.840Z] at org.eclipse.swtbot.swt.finder.widgets.AbstractSWTBot.notify(AbstractSWTBot.java:132) 16:36:09 [2019-07-19T20:36:09.840Z] at org.eclipse.swtbot.swt.finder.widgets.SWTBotMenu$1.run(SWTBotMenu.java:88) 16:36:09 [2019-07-19T20:36:09.840Z] at org.eclipse.swtbot.swt.finder.finders.UIThreadRunnable$5.doRun(UIThreadRunnable.java:222) 16:36:09 [2019-07-19T20:36:09.840Z] at org.eclipse.swtbot.swt.finder.finders.UIThreadRunnable$1.run(UIThreadRunnable.java:88) 16:36:09 [2019-07-19T20:36:09.840Z] at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40) 16:36:09 [2019-07-19T20:36:09.840Z] at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185) 16:36:09 [2019-07-19T20:36:09.840Z] at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5113) 16:36:09 [2019-07-19T20:36:09.840Z] at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4666) 16:36:09 [2019-07-19T20:36:09.840Z] at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1173) 16:36:09 [2019-07-19T20:36:09.840Z] at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) 16:36:09 [2019-07-19T20:36:09.840Z] at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1062) 16:36:09 [2019-07-19T20:36:09.840Z] at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155) 16:36:09 [2019-07-19T20:36:09.840Z] at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:635) 16:36:09 [2019-07-19T20:36:09.840Z] at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) 16:36:09 [2019-07-19T20:36:09.840Z] at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:559) 16:36:09 [2019-07-19T20:36:09.840Z] at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) 16:36:09 [2019-07-19T20:36:09.840Z] at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:155) 16:36:09 [2019-07-19T20:36:09.840Z] at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31) 16:36:09 [2019-07-19T20:36:09.840Z] at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120) 16:36:09 [2019-07-19T20:36:09.840Z] at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37) 16:36:09 [2019-07-19T20:36:09.840Z] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) 16:36:09 [2019-07-19T20:36:09.840Z] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137) 16:36:09 [2019-07-19T20:36:09.840Z] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107) 16:36:09 [2019-07-19T20:36:09.840Z] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400) 16:36:09 [2019-07-19T20:36:09.840Z] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) 16:36:09 [2019-07-19T20:36:09.840Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 16:36:09 [2019-07-19T20:36:09.840Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 16:36:09 [2019-07-19T20:36:09.840Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 16:36:09 [2019-07-19T20:36:09.840Z] at java.lang.reflect.Method.invoke(Method.java:498) 16:36:09 [2019-07-19T20:36:09.840Z] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660) 16:36:09 [2019-07-19T20:36:09.840Z] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597) 16:36:09 [2019-07-19T20:36:09.840Z] at org.eclipse.equinox.launcher.Main.run(Main.java:1468) 16:36:09 [2019-07-19T20:36:09.840Z] at org.eclipse.equinox.launcher.Main.main(Main.java:1441) 16:36:09 [2019-07-19T20:36:09.840Z] Caused by: java.lang.IllegalArgumentException: period cannot be less than or equal to zero 16:36:09 [2019-07-19T20:36:09.840Z] at org.eclipse.tracecompass.tmf.ui.markers.PeriodicMarkerEventSource.<init>(PeriodicMarkerEventSource.java:171) 16:36:09 [2019-07-19T20:36:09.840Z] at org.eclipse.tracecompass.tmf.ui.markers.PeriodicMarkerEventSource.<init>(PeriodicMarkerEventSource.java:165) 16:36:09 [2019-07-19T20:36:09.840Z] at org.eclipse.tracecompass.internal.tmf.ui.markers.ConfigurableMarkerEventSource$ConfigurablePeriodicMarkerEventSource.<init>(ConfigurableMarkerEventSource.java:300) 16:36:09 [2019-07-19T20:36:09.840Z] at org.eclipse.tracecompass.internal.tmf.ui.markers.ConfigurableMarkerEventSource.configure(ConfigurableMarkerEventSource.java:123) 16:36:09 [2019-07-19T20:36:09.840Z] at org.eclipse.tracecompass.internal.tmf.ui.markers.ConfigurableMarkerEventSource.configure(ConfigurableMarkerEventSource.java:99) 16:36:09 [2019-07-19T20:36:09.840Z] at org.eclipse.tracecompass.internal.tmf.ui.markers.ConfigurableMarkerEventSource.markerEventSourceUpdated(ConfigurableMarkerEventSource.java:340) 16:36:09 [2019-07-19T20:36:09.840Z] ... 58 more 16:36:09 [2019-07-19T20:36:09.840Z] Root exception: 16:36:09 [2019-07-19T20:36:09.840Z] java.lang.IllegalArgumentException: period cannot be less than or equal to zero 16:36:09 [2019-07-19T20:36:09.840Z] at org.eclipse.tracecompass.tmf.ui.markers.PeriodicMarkerEventSource.<init>(PeriodicMarkerEventSource.java:171) 16:36:09 [2019-07-19T20:36:09.840Z] at org.eclipse.tracecompass.tmf.ui.markers.PeriodicMarkerEventSource.<init>(PeriodicMarkerEventSource.java:165) 16:36:09 [2019-07-19T20:36:09.840Z] at org.eclipse.tracecompass.internal.tmf.ui.markers.ConfigurableMarkerEventSource$ConfigurablePeriodicMarkerEventSource.<init>(ConfigurableMarkerEventSource.java:300) 16:36:09 [2019-07-19T20:36:09.840Z] at org.eclipse.tracecompass.internal.tmf.ui.markers.ConfigurableMarkerEventSource.configure(ConfigurableMarkerEventSource.java:123) 16:36:09 [2019-07-19T20:36:09.840Z] at org.eclipse.tracecompass.internal.tmf.ui.markers.ConfigurableMarkerEventSource.configure(ConfigurableMarkerEventSource.java:99) 16:36:09 [2019-07-19T20:36:09.840Z] at org.eclipse.tracecompass.internal.tmf.ui.markers.ConfigurableMarkerEventSource.markerEventSourceUpdated(ConfigurableMarkerEventSource.java:340) 16:36:09 [2019-07-19T20:36:09.840Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 16:36:09 [2019-07-19T20:36:09.840Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 16:36:09 [2019-07-19T20:36:09.840Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 16:36:09 [2019-07-19T20:36:09.840Z] at java.lang.reflect.Method.invoke(Method.java:498) 16:36:09 [2019-07-19T20:36:09.840Z] at org.eclipse.tracecompass.tmf.core.signal.TmfSignalManager.sendSignal(TmfSignalManager.java:337) 16:36:09 [2019-07-19T20:36:09.840Z] at org.eclipse.tracecompass.tmf.core.signal.TmfSignalManager.sendSignal(TmfSignalManager.java:293) 16:36:09 [2019-07-19T20:36:09.840Z] at org.eclipse.tracecompass.tmf.core.signal.TmfSignalManager.dispatchSignal(TmfSignalManager.java:252) 16:36:09 [2019-07-19T20:36:09.840Z] at org.eclipse.tracecompass.tmf.ui.views.TmfView.broadcast(TmfView.java:125) 16:36:09 [2019-07-19T20:36:09.840Z] at org.eclipse.tracecompass.tmf.ui.views.timegraph.AbstractTimeGraphView$MarkerSetAction.runWithEvent(AbstractTimeGraphView.java:2233) 16:36:09 [2019-07-19T20:36:09.840Z] at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:580) 16:36:09 [2019-07-19T20:36:09.840Z] at org.eclipse.jface.action.ActionContributionItem.lambda$4(ActionContributionItem.java:412) 16:36:09 [2019-07-19T20:36:09.840Z] at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89) 16:36:09 [2019-07-19T20:36:09.840Z] at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5874) 16:36:09 [2019-07-19T20:36:09.840Z] at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1400) 16:36:09 [2019-07-19T20:36:09.840Z] at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1426) 16:36:09 [2019-07-19T20:36:09.840Z] at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1409) 16:36:09 [2019-07-19T20:36:09.840Z] at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1198) 16:36:09 [2019-07-19T20:36:09.840Z] at org.eclipse.swtbot.swt.finder.widgets.AbstractSWTBot$2.run(AbstractSWTBot.java:190) 16:36:09 [2019-07-19T20:36:09.840Z] at org.eclipse.swtbot.swt.finder.finders.UIThreadRunnable$5.doRun(UIThreadRunnable.java:222) 16:36:09 [2019-07-19T20:36:09.840Z] at org.eclipse.swtbot.swt.finder.finders.UIThreadRunnable.run(UIThreadRunnable.java:76) 16:36:09 [2019-07-19T20:36:09.840Z] at org.eclipse.swtbot.swt.finder.finders.UIThreadRunnable.asyncExec(UIThreadRunnable.java:224) 16:36:09 [2019-07-19T20:36:09.840Z] at org.eclipse.swtbot.swt.finder.widgets.AbstractSWTBot.asyncExec(AbstractSWTBot.java:656) 16:36:09 [2019-07-19T20:36:09.840Z] at org.eclipse.swtbot.swt.finder.widgets.AbstractSWTBot.notify(AbstractSWTBot.java:175) 16:36:09 [2019-07-19T20:36:09.841Z] at org.eclipse.swtbot.swt.finder.widgets.AbstractSWTBot.notify(AbstractSWTBot.java:153) 16:36:09 [2019-07-19T20:36:09.841Z] at org.eclipse.swtbot.swt.finder.widgets.AbstractSWTBot.notify(AbstractSWTBot.java:142) 16:36:09 [2019-07-19T20:36:09.841Z] at org.eclipse.swtbot.swt.finder.widgets.AbstractSWTBot.notify(AbstractSWTBot.java:132) 16:36:09 [2019-07-19T20:36:09.841Z] at org.eclipse.swtbot.swt.finder.widgets.SWTBotMenu$1.run(SWTBotMenu.java:88) 16:36:09 [2019-07-19T20:36:09.841Z] at org.eclipse.swtbot.swt.finder.finders.UIThreadRunnable$5.doRun(UIThreadRunnable.java:222) 16:36:09 [2019-07-19T20:36:09.841Z] at org.eclipse.swtbot.swt.finder.finders.UIThreadRunnable$1.run(UIThreadRunnable.java:88) 16:36:09 [2019-07-19T20:36:09.841Z] at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40) 16:36:09 [2019-07-19T20:36:09.841Z] at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185) 16:36:09 [2019-07-19T20:36:09.841Z] at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5113) 16:36:09 [2019-07-19T20:36:09.841Z] at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4666) 16:36:09 [2019-07-19T20:36:09.841Z] at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1173) 16:36:09 [2019-07-19T20:36:09.841Z] at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) 16:36:09 [2019-07-19T20:36:09.841Z] at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1062) 16:36:09 [2019-07-19T20:36:09.841Z] at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155) 16:36:09 [2019-07-19T20:36:09.841Z] at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:635) 16:36:09 [2019-07-19T20:36:09.841Z] at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) 16:36:09 [2019-07-19T20:36:09.841Z] at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:559) 16:36:09 [2019-07-19T20:36:09.841Z] at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) 16:36:09 [2019-07-19T20:36:09.841Z] at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:155) 16:36:09 [2019-07-19T20:36:09.841Z] at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31) 16:36:09 [2019-07-19T20:36:09.841Z] at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120) 16:36:09 [2019-07-19T20:36:09.841Z] at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37) 16:36:09 [2019-07-19T20:36:09.841Z] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) 16:36:09 [2019-07-19T20:36:09.841Z] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137) 16:36:09 [2019-07-19T20:36:09.841Z] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107) 16:36:09 [2019-07-19T20:36:09.841Z] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400) 16:36:09 [2019-07-19T20:36:09.841Z] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) 16:36:09 [2019-07-19T20:36:09.841Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 16:36:09 [2019-07-19T20:36:09.841Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 16:36:09 [2019-07-19T20:36:09.841Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 16:36:09 [2019-07-19T20:36:09.841Z] at java.lang.reflect.Method.invoke(Method.java:498) 16:36:09 [2019-07-19T20:36:09.841Z] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660) 16:36:09 [2019-07-19T20:36:09.841Z] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597) 16:36:09 [2019-07-19T20:36:09.841Z] at org.eclipse.equinox.launcher.Main.run(Main.java:1468) 16:36:09 [2019-07-19T20:36:09.841Z] at org.eclipse.equinox.launcher.Main.main(Main.java:1441) 16:36:17 [2019-07-19T20:36:17.936Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.597 s - in org.eclipse.tracecompass.integration.swtbot.tests.markers.MarkerSetSwtBotTest 16:36:17 [2019-07-19T20:36:17.936Z] testEditMarkerSet(org.eclipse.tracecompass.integration.swtbot.tests.markers.MarkerSetSwtBotTest) Time elapsed: 4.69 s 16:36:17 [2019-07-19T20:36:17.936Z] testMenuNoMarkerSet(org.eclipse.tracecompass.integration.swtbot.tests.markers.MarkerSetSwtBotTest) Time elapsed: 0.192 s 16:36:17 [2019-07-19T20:36:17.936Z] testNavigateBetweenMarkers(org.eclipse.tracecompass.integration.swtbot.tests.markers.MarkerSetSwtBotTest) Time elapsed: 4.189 s 16:36:17 [2019-07-19T20:36:17.936Z] 16:36:17 [2019-07-19T20:36:17.936Z] Results: 16:36:17 [2019-07-19T20:36:17.936Z] 16:36:17 [2019-07-19T20:36:17.936Z] Tests run: 63, Failures: 0, Errors: 0, Skipped: 1 16:36:17 [2019-07-19T20:36:17.936Z] 16:36:18 [2019-07-19T20:36:18.502Z] SWT SessionManagerDBus: Failed to connect to org.gnome.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory) 16:36:18 [2019-07-19T20:36:18.502Z] SWT SessionManagerDBus: Failed to connect to org.xfce.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory) 16:36:18 [2019-07-19T20:36:18.789Z] 16:36:18 [2019-07-19T20:36:18.789Z] !ENTRY org.eclipse.core.resources 2 10035 2019-07-19 20:36:18.614 16:36:18 [2019-07-19T20:36:18.789Z] !MESSAGE The workspace will exit with unsaved changes in this session. 16:36:20 [2019-07-19T20:36:20.159Z] [INFO] All tests passed! 16:36:20 [2019-07-19T20:36:20.159Z] [INFO] 16:36:20 [2019-07-19T20:36:20.159Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.integration.swtbot.tests --- 16:36:20 [2019-07-19T20:36:20.159Z] [INFO] Loading execution data file /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/../../target/jacoco.exec 16:36:20 [2019-07-19T20:36:20.159Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.integration.swtbot.tests' with 10 classes 16:36:20 [2019-07-19T20:36:20.159Z] [INFO] 16:36:20 [2019-07-19T20:36:20.159Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.integration.swtbot.tests --- 16:36:20 [2019-07-19T20:36:20.159Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/org.eclipse.tracecompass.integration.swtbot.tests-1.0.8-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.integration.swtbot.tests/1.0.8-SNAPSHOT/org.eclipse.tracecompass.integration.swtbot.tests-1.0.8-SNAPSHOT.jar 16:36:20 [2019-07-19T20:36:20.159Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.integration.swtbot.tests/1.0.8-SNAPSHOT/org.eclipse.tracecompass.integration.swtbot.tests-1.0.8-SNAPSHOT.pom 16:36:20 [2019-07-19T20:36:20.159Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/org.eclipse.tracecompass.integration.swtbot.tests-1.0.8-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.integration.swtbot.tests/1.0.8-SNAPSHOT/org.eclipse.tracecompass.integration.swtbot.tests-1.0.8-SNAPSHOT-sources.jar 16:36:20 [2019-07-19T20:36:20.159Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/org.eclipse.tracecompass.integration.swtbot.tests-1.0.8-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.integration.swtbot.tests/1.0.8-SNAPSHOT/org.eclipse.tracecompass.integration.swtbot.tests-1.0.8-SNAPSHOT-pack200.jar.pack.gz 16:36:20 [2019-07-19T20:36:20.159Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.integration.swtbot.tests/1.0.8-SNAPSHOT/org.eclipse.tracecompass.integration.swtbot.tests-1.0.8-SNAPSHOT-p2metadata.xml 16:36:20 [2019-07-19T20:36:20.159Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.integration.swtbot.tests/1.0.8-SNAPSHOT/org.eclipse.tracecompass.integration.swtbot.tests-1.0.8-SNAPSHOT-p2artifacts.xml 16:36:20 [2019-07-19T20:36:20.159Z] [INFO] 16:36:20 [2019-07-19T20:36:20.159Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.integration.swtbot.tests --- 16:36:20 [2019-07-19T20:36:20.415Z] [INFO] 16:36:20 [2019-07-19T20:36:20.415Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.datastore.core.tests >-- 16:36:20 [2019-07-19T20:36:20.415Z] [INFO] Building org.eclipse.tracecompass.datastore.core.tests 1.0.1-SNAPSHOT [123/134] 16:36:20 [2019-07-19T20:36:20.415Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- 16:36:20 [2019-07-19T20:36:20.415Z] [INFO] 16:36:20 [2019-07-19T20:36:20.415Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.datastore.core.tests --- 16:36:20 [2019-07-19T20:36:20.415Z] [INFO] 16:36:20 [2019-07-19T20:36:20.415Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.datastore.core.tests --- 16:36:20 [2019-07-19T20:36:20.415Z] [INFO] The project's OSGi version is 1.0.1.201907191907 16:36:20 [2019-07-19T20:36:20.415Z] [INFO] 16:36:20 [2019-07-19T20:36:20.415Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.datastore.core.tests --- 16:36:20 [2019-07-19T20:36:20.415Z] [INFO] 16:36:20 [2019-07-19T20:36:20.415Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.datastore.core.tests --- 16:36:20 [2019-07-19T20:36:20.415Z] [INFO] 16:36:20 [2019-07-19T20:36:20.415Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.datastore.core.tests --- 16:36:20 [2019-07-19T20:36:20.415Z] [INFO] 16:36:20 [2019-07-19T20:36:20.415Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.datastore.core.tests --- 16:36:20 [2019-07-19T20:36:20.415Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.datastore.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 16:36:20 [2019-07-19T20:36:20.415Z] [INFO] 16:36:20 [2019-07-19T20:36:20.415Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.datastore.core.tests --- 16:36:20 [2019-07-19T20:36:20.415Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:36:20 [2019-07-19T20:36:20.415Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.datastore.core.tests/src/main/resources 16:36:20 [2019-07-19T20:36:20.415Z] [INFO] 16:36:20 [2019-07-19T20:36:20.415Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.datastore.core.tests --- 16:36:20 [2019-07-19T20:36:20.415Z] [INFO] Compiling 20 source files to /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.datastore.core.tests/target/classes 16:36:20 [2019-07-19T20:36:20.980Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.datastore.core.tests/src/org/eclipse/tracecompass/internal/provisional/datastore/core/historytree/HTNodeTest.java:[253] 16:36:20 [2019-07-19T20:36:20.980Z] node.writeSelf(htIo.getFileWriter(node.getSequenceNumber()).getChannel()); 16:36:20 [2019-07-19T20:36:20.980Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 16:36:20 [2019-07-19T20:36:20.980Z] Null type safety (type annotations): The expression of type 'FileChannel' needs unchecked conversion to conform to '@NonNull FileChannel' 16:36:20 [2019-07-19T20:36:20.980Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.datastore.core.tests/src/org/eclipse/tracecompass/internal/provisional/datastore/core/historytree/HTNodeTest.java:[270] 16:36:20 [2019-07-19T20:36:20.980Z] htIo.supplyATReader(seqNb).getChannel(), 16:36:20 [2019-07-19T20:36:20.980Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 16:36:20 [2019-07-19T20:36:20.980Z] Null type safety (type annotations): The expression of type 'FileChannel' needs unchecked conversion to conform to '@NonNull FileChannel' 16:36:20 [2019-07-19T20:36:20.980Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.datastore.core.tests/src/org/eclipse/tracecompass/internal/provisional/datastore/core/historytree/overlapping/OverlappingHistoryTreeTest.java:[82] 16:36:20 [2019-07-19T20:36:20.980Z] long time = fillValues(ht, node.getNodeFreeSpace(), start); 16:36:20 [2019-07-19T20:36:20.980Z] ^^ 16:36:20 [2019-07-19T20:36:20.980Z] Null type safety (type annotations): The expression of type 'OverlappingHistoryTreeStub' needs unchecked conversion to conform to '@NonNull AbstractHistoryTree<@NonNull HTInterval,@NonNull OverlappingNode<@NonNull HTInterval>>', corresponding supertype is 'AbstractHistoryTree<@NonNull HTInterval,OverlappingNode<@NonNull HTInterval>>' 16:36:20 [2019-07-19T20:36:20.980Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.datastore.core.tests/src/org/eclipse/tracecompass/internal/provisional/datastore/core/historytree/overlapping/OverlappingHistoryTreeTest.java:[107] 16:36:20 [2019-07-19T20:36:20.980Z] time = fillValues(ht, node.getNodeFreeSpace(), time); 16:36:20 [2019-07-19T20:36:20.980Z] ^^ 16:36:20 [2019-07-19T20:36:20.980Z] Null type safety (type annotations): The expression of type 'OverlappingHistoryTreeStub' needs unchecked conversion to conform to '@NonNull AbstractHistoryTree<@NonNull HTInterval,@NonNull OverlappingNode<@NonNull HTInterval>>', corresponding supertype is 'AbstractHistoryTree<@NonNull HTInterval,OverlappingNode<@NonNull HTInterval>>' 16:36:20 [2019-07-19T20:36:20.980Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.datastore.core.tests/src/org/eclipse/tracecompass/internal/provisional/datastore/core/historytree/overlapping/OverlappingHistoryTreeTest.java:[126] 16:36:20 [2019-07-19T20:36:20.980Z] time = fillValues(ht, node.getNodeFreeSpace(), node.getNodeStart()); 16:36:20 [2019-07-19T20:36:20.980Z] ^^ 16:36:20 [2019-07-19T20:36:20.980Z] Null type safety (type annotations): The expression of type 'OverlappingHistoryTreeStub' needs unchecked conversion to conform to '@NonNull AbstractHistoryTree<@NonNull HTInterval,@NonNull OverlappingNode<@NonNull HTInterval>>', corresponding supertype is 'AbstractHistoryTree<@NonNull HTInterval,OverlappingNode<@NonNull HTInterval>>' 16:36:20 [2019-07-19T20:36:20.980Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.datastore.core.tests/src/org/eclipse/tracecompass/internal/provisional/datastore/core/historytree/overlapping/OverlappingHistoryTreeTest.java:[138] 16:36:20 [2019-07-19T20:36:20.980Z] time = fillValues(ht, node.getNodeFreeSpace(), time); 16:36:20 [2019-07-19T20:36:20.980Z] ^^ 16:36:20 [2019-07-19T20:36:20.980Z] Null type safety (type annotations): The expression of type 'OverlappingHistoryTreeStub' needs unchecked conversion to conform to '@NonNull AbstractHistoryTree<@NonNull HTInterval,@NonNull OverlappingNode<@NonNull HTInterval>>', corresponding supertype is 'AbstractHistoryTree<@NonNull HTInterval,OverlappingNode<@NonNull HTInterval>>' 16:36:20 [2019-07-19T20:36:20.980Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.datastore.core.tests/src/org/eclipse/tracecompass/internal/provisional/datastore/core/historytree/overlapping/OverlappingHistoryTreeTest.java:[152] 16:36:20 [2019-07-19T20:36:20.980Z] HtTestUtils.assertTreeIntegrity(ht); 16:36:20 [2019-07-19T20:36:20.980Z] ^^ 16:36:20 [2019-07-19T20:36:20.980Z] Null type safety (type annotations): The expression of type 'OverlappingHistoryTreeStub' needs unchecked conversion to conform to '@NonNull AbstractHistoryTree<@NonNull HTInterval,@NonNull OverlappingNode<@NonNull HTInterval>>', corresponding supertype is 'AbstractHistoryTree<@NonNull HTInterval,OverlappingNode<@NonNull HTInterval>>' 16:36:20 [2019-07-19T20:36:20.980Z] 7 problems (7 warnings) 16:36:20 [2019-07-19T20:36:20.980Z] [INFO] 16:36:20 [2019-07-19T20:36:20.980Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.datastore.core.tests --- 16:36:20 [2019-07-19T20:36:20.980Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:36:20 [2019-07-19T20:36:20.980Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.datastore.core.tests/src/test/resources 16:36:20 [2019-07-19T20:36:20.980Z] [INFO] 16:36:20 [2019-07-19T20:36:20.980Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.datastore.core.tests --- 16:36:20 [2019-07-19T20:36:20.980Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.datastore.core.tests/target/org.eclipse.tracecompass.datastore.core.tests-1.0.1-SNAPSHOT-sources.jar 16:36:20 [2019-07-19T20:36:20.980Z] [INFO] 16:36:20 [2019-07-19T20:36:20.980Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.datastore.core.tests --- 16:36:20 [2019-07-19T20:36:20.980Z] [INFO] 16:36:20 [2019-07-19T20:36:20.980Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.datastore.core.tests --- 16:36:20 [2019-07-19T20:36:20.980Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.datastore.core.tests/target/org.eclipse.tracecompass.datastore.core.tests-1.0.1-SNAPSHOT.jar 16:36:20 [2019-07-19T20:36:20.980Z] [INFO] 16:36:20 [2019-07-19T20:36:20.980Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.datastore.core.tests --- 16:36:20 [2019-07-19T20:36:20.980Z] [INFO] 16:36:20 [2019-07-19T20:36:20.980Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.datastore.core.tests --- 16:36:20 [2019-07-19T20:36:20.980Z] [INFO] 16:36:20 [2019-07-19T20:36:20.980Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.datastore.core.tests --- 16:36:20 [2019-07-19T20:36:20.980Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.datastore.core.tests/target/org.eclipse.tracecompass.datastore.core.tests-1.0.1-SNAPSHOT.jar 16:36:20 [2019-07-19T20:36:20.980Z] [INFO] 16:36:20 [2019-07-19T20:36:20.980Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.datastore.core.tests --- 16:36:20 [2019-07-19T20:36:20.980Z] [INFO] 16:36:20 [2019-07-19T20:36:20.980Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.datastore.core.tests --- 16:36:22 [2019-07-19T20:36:22.874Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.datastore.core.tests/target/work/data/.metadata/.log 16:36:22 [2019-07-19T20:36:22.874Z] [INFO] Command line: 16:36:22 [2019-07-19T20:36:22.874Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.datastore.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.datastore.core.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.datastore.core.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.datastore.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.datastore.core.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog] 16:36:22 [2019-07-19T20:36:22.874Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass 16:36:26 [2019-07-19T20:36:26.148Z] !SESSION 2019-07-19 20:36:23.031 ----------------------------------------------- 16:36:26 [2019-07-19T20:36:26.148Z] eclipse.buildId=unknown 16:36:26 [2019-07-19T20:36:26.148Z] java.version=1.8.0_202 16:36:26 [2019-07-19T20:36:26.148Z] java.vendor=Oracle Corporation 16:36:26 [2019-07-19T20:36:26.148Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US 16:36:26 [2019-07-19T20:36:26.148Z] Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.datastore.core.tests/target/surefire.properties -product org.eclipse.platform.ide 16:36:26 [2019-07-19T20:36:26.148Z] Command-line arguments: -data /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.datastore.core.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.datastore.core.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog 16:36:26 [2019-07-19T20:36:26.148Z] 16:36:26 [2019-07-19T20:36:26.148Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-19 20:36:25.881 16:36:26 [2019-07-19T20:36:26.148Z] !MESSAGE FrameworkEvent ERROR 16:36:26 [2019-07-19T20:36:26.148Z] !STACK 0 16:36:26 [2019-07-19T20:36:26.148Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [50] 16:36:26 [2019-07-19T20:36:26.148Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 16:36:26 [2019-07-19T20:36:26.148Z] 16:36:26 [2019-07-19T20:36:26.148Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 16:36:26 [2019-07-19T20:36:26.148Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 16:36:26 [2019-07-19T20:36:26.148Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 16:36:26 [2019-07-19T20:36:26.148Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 16:36:26 [2019-07-19T20:36:26.148Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 16:36:26 [2019-07-19T20:36:26.148Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 16:36:26 [2019-07-19T20:36:26.148Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 16:36:26 [2019-07-19T20:36:26.148Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 16:36:26 [2019-07-19T20:36:26.148Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 16:36:26 [2019-07-19T20:36:26.148Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 16:36:26 [2019-07-19T20:36:26.148Z] 16:36:26 [2019-07-19T20:36:26.148Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-19 20:36:26.080 16:36:26 [2019-07-19T20:36:26.148Z] !MESSAGE FrameworkEvent ERROR 16:36:26 [2019-07-19T20:36:26.148Z] !STACK 0 16:36:26 [2019-07-19T20:36:26.148Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [123] 16:36:26 [2019-07-19T20:36:26.148Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 16:36:26 [2019-07-19T20:36:26.148Z] Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)" 16:36:26 [2019-07-19T20:36:26.148Z] -> Export-Package: org.apache.http.impl.auth.win; bundle-symbolic-name="org.apache.httpcomponents.httpclient.win"; bundle-version="4.5.6.v20190213-1947"; version="4.5.6"; x-internal:="true"; uses:="org.apache.http,org.apache.http.auth,org.apache.http.client,org.apache.http.impl.auth,org.apache.http.protocol,org.apache.http.util" 16:36:26 [2019-07-19T20:36:26.148Z] org.apache.httpcomponents.httpclient.win [31] 16:36:26 [2019-07-19T20:36:26.148Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 16:36:26 [2019-07-19T20:36:26.148Z] 16:36:26 [2019-07-19T20:36:26.148Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 16:36:26 [2019-07-19T20:36:26.148Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 16:36:26 [2019-07-19T20:36:26.148Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 16:36:26 [2019-07-19T20:36:26.148Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 16:36:26 [2019-07-19T20:36:26.148Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 16:36:26 [2019-07-19T20:36:26.148Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 16:36:26 [2019-07-19T20:36:26.148Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 16:36:26 [2019-07-19T20:36:26.148Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 16:36:26 [2019-07-19T20:36:26.148Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 16:36:26 [2019-07-19T20:36:26.148Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 16:36:28 [2019-07-19T20:36:28.044Z] Running org.eclipse.tracecompass.internal.datastore.core.serialization.SafeByteBufferWrapperTest 16:36:28 [2019-07-19T20:36:28.304Z] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s - in org.eclipse.tracecompass.internal.datastore.core.serialization.SafeByteBufferWrapperTest 16:36:28 [2019-07-19T20:36:28.304Z] testReadWriteByte(org.eclipse.tracecompass.internal.datastore.core.serialization.SafeByteBufferWrapperTest) Time elapsed: 0.007 s 16:36:28 [2019-07-19T20:36:28.304Z] testReadWriteChar(org.eclipse.tracecompass.internal.datastore.core.serialization.SafeByteBufferWrapperTest) Time elapsed: 0.038 s 16:36:28 [2019-07-19T20:36:28.304Z] testReadWriteLong(org.eclipse.tracecompass.internal.datastore.core.serialization.SafeByteBufferWrapperTest) Time elapsed: 0 s 16:36:28 [2019-07-19T20:36:28.304Z] testMainBuffer2(org.eclipse.tracecompass.internal.datastore.core.serialization.SafeByteBufferWrapperTest) Time elapsed: 0.001 s 16:36:28 [2019-07-19T20:36:28.304Z] testMainBuffer3(org.eclipse.tracecompass.internal.datastore.core.serialization.SafeByteBufferWrapperTest) Time elapsed: 0 s 16:36:28 [2019-07-19T20:36:28.304Z] testLimit(org.eclipse.tracecompass.internal.datastore.core.serialization.SafeByteBufferWrapperTest) Time elapsed: 0 s 16:36:28 [2019-07-19T20:36:28.304Z] testReadWriteFloat(org.eclipse.tracecompass.internal.datastore.core.serialization.SafeByteBufferWrapperTest) Time elapsed: 0 s 16:36:28 [2019-07-19T20:36:28.304Z] testReadWriteShort(org.eclipse.tracecompass.internal.datastore.core.serialization.SafeByteBufferWrapperTest) Time elapsed: 0 s 16:36:28 [2019-07-19T20:36:28.304Z] testMainBuffer(org.eclipse.tracecompass.internal.datastore.core.serialization.SafeByteBufferWrapperTest) Time elapsed: 0 s 16:36:28 [2019-07-19T20:36:28.304Z] testEndianness(org.eclipse.tracecompass.internal.datastore.core.serialization.SafeByteBufferWrapperTest) Time elapsed: 0.001 s 16:36:28 [2019-07-19T20:36:28.304Z] testMultipleValues(org.eclipse.tracecompass.internal.datastore.core.serialization.SafeByteBufferWrapperTest) Time elapsed: 0 s 16:36:28 [2019-07-19T20:36:28.304Z] testReadWriteDouble(org.eclipse.tracecompass.internal.datastore.core.serialization.SafeByteBufferWrapperTest) Time elapsed: 0 s 16:36:28 [2019-07-19T20:36:28.304Z] testReadWriteString(org.eclipse.tracecompass.internal.datastore.core.serialization.SafeByteBufferWrapperTest) Time elapsed: 0 s 16:36:28 [2019-07-19T20:36:28.304Z] testReadWriteInt(org.eclipse.tracecompass.internal.datastore.core.serialization.SafeByteBufferWrapperTest) Time elapsed: 0 s 16:36:28 [2019-07-19T20:36:28.304Z] testReadWriteByteArray(org.eclipse.tracecompass.internal.datastore.core.serialization.SafeByteBufferWrapperTest) Time elapsed: 0 s 16:36:28 [2019-07-19T20:36:28.304Z] Running org.eclipse.tracecompass.internal.datastore.core.historytree.HtIoTest 16:36:28 [2019-07-19T20:36:28.590Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.192 s - in org.eclipse.tracecompass.internal.datastore.core.historytree.HtIoTest 16:36:28 [2019-07-19T20:36:28.590Z] testReadWriteNode(org.eclipse.tracecompass.internal.datastore.core.historytree.HtIoTest) Time elapsed: 0.132 s 16:36:28 [2019-07-19T20:36:28.590Z] testTooFarData(org.eclipse.tracecompass.internal.datastore.core.historytree.HtIoTest) Time elapsed: 0.001 s 16:36:28 [2019-07-19T20:36:28.590Z] testExtraDataSave(org.eclipse.tracecompass.internal.datastore.core.historytree.HtIoTest) Time elapsed: 0.002 s 16:36:28 [2019-07-19T20:36:28.590Z] testHeaderDataSave(org.eclipse.tracecompass.internal.datastore.core.historytree.HtIoTest) Time elapsed: 0.002 s 16:36:28 [2019-07-19T20:36:28.590Z] Running org.eclipse.tracecompass.internal.datastore.core.condition.ContinuousTimeRangeConditionTest 16:36:28 [2019-07-19T20:36:28.590Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.tracecompass.internal.datastore.core.condition.ContinuousTimeRangeConditionTest 16:36:28 [2019-07-19T20:36:28.590Z] testSubCondition(org.eclipse.tracecompass.internal.datastore.core.condition.ContinuousTimeRangeConditionTest) Time elapsed: 0 s 16:36:28 [2019-07-19T20:36:28.590Z] testPredicate(org.eclipse.tracecompass.internal.datastore.core.condition.ContinuousTimeRangeConditionTest) Time elapsed: 0 s 16:36:28 [2019-07-19T20:36:28.590Z] testBounds(org.eclipse.tracecompass.internal.datastore.core.condition.ContinuousTimeRangeConditionTest) Time elapsed: 0 s 16:36:28 [2019-07-19T20:36:28.590Z] testIntersects(org.eclipse.tracecompass.internal.datastore.core.condition.ContinuousTimeRangeConditionTest) Time elapsed: 0 s 16:36:28 [2019-07-19T20:36:28.590Z] testConstructor(org.eclipse.tracecompass.internal.datastore.core.condition.ContinuousTimeRangeConditionTest) Time elapsed: 0 s 16:36:28 [2019-07-19T20:36:28.590Z] Running org.eclipse.tracecompass.internal.datastore.core.condition.SingletonTimeRangeConditionTest 16:36:28 [2019-07-19T20:36:28.590Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.tracecompass.internal.datastore.core.condition.SingletonTimeRangeConditionTest 16:36:28 [2019-07-19T20:36:28.590Z] testSubCondition(org.eclipse.tracecompass.internal.datastore.core.condition.SingletonTimeRangeConditionTest) Time elapsed: 0 s 16:36:28 [2019-07-19T20:36:28.590Z] testPredicate(org.eclipse.tracecompass.internal.datastore.core.condition.SingletonTimeRangeConditionTest) Time elapsed: 0.001 s 16:36:28 [2019-07-19T20:36:28.590Z] testBounds(org.eclipse.tracecompass.internal.datastore.core.condition.SingletonTimeRangeConditionTest) Time elapsed: 0 s 16:36:28 [2019-07-19T20:36:28.590Z] testIntersects(org.eclipse.tracecompass.internal.datastore.core.condition.SingletonTimeRangeConditionTest) Time elapsed: 0 s 16:36:28 [2019-07-19T20:36:28.590Z] Running org.eclipse.tracecompass.internal.datastore.core.condition.DiscreteIntegerRangeConditionTest 16:36:28 [2019-07-19T20:36:28.590Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.tracecompass.internal.datastore.core.condition.DiscreteIntegerRangeConditionTest 16:36:28 [2019-07-19T20:36:28.590Z] testSubCondition(org.eclipse.tracecompass.internal.datastore.core.condition.DiscreteIntegerRangeConditionTest) Time elapsed: 0 s 16:36:28 [2019-07-19T20:36:28.590Z] testPredicate(org.eclipse.tracecompass.internal.datastore.core.condition.DiscreteIntegerRangeConditionTest) Time elapsed: 0 s 16:36:28 [2019-07-19T20:36:28.590Z] testPredicateAndAdd(org.eclipse.tracecompass.internal.datastore.core.condition.DiscreteIntegerRangeConditionTest) Time elapsed: 0 s 16:36:28 [2019-07-19T20:36:28.590Z] testBounds(org.eclipse.tracecompass.internal.datastore.core.condition.DiscreteIntegerRangeConditionTest) Time elapsed: 0 s 16:36:28 [2019-07-19T20:36:28.590Z] testIntersects(org.eclipse.tracecompass.internal.datastore.core.condition.DiscreteIntegerRangeConditionTest) Time elapsed: 0 s 16:36:28 [2019-07-19T20:36:28.590Z] testConstructor(org.eclipse.tracecompass.internal.datastore.core.condition.DiscreteIntegerRangeConditionTest) Time elapsed: 0 s 16:36:28 [2019-07-19T20:36:28.590Z] Running org.eclipse.tracecompass.internal.datastore.core.condition.DiscreteTimeRangeConditionTest 16:36:28 [2019-07-19T20:36:28.590Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.tracecompass.internal.datastore.core.condition.DiscreteTimeRangeConditionTest 16:36:28 [2019-07-19T20:36:28.590Z] testSubCondition(org.eclipse.tracecompass.internal.datastore.core.condition.DiscreteTimeRangeConditionTest) Time elapsed: 0 s 16:36:28 [2019-07-19T20:36:28.590Z] testPredicate(org.eclipse.tracecompass.internal.datastore.core.condition.DiscreteTimeRangeConditionTest) Time elapsed: 0 s 16:36:28 [2019-07-19T20:36:28.590Z] testPredicateAndAdd(org.eclipse.tracecompass.internal.datastore.core.condition.DiscreteTimeRangeConditionTest) Time elapsed: 0 s 16:36:28 [2019-07-19T20:36:28.590Z] testBounds(org.eclipse.tracecompass.internal.datastore.core.condition.DiscreteTimeRangeConditionTest) Time elapsed: 0 s 16:36:28 [2019-07-19T20:36:28.590Z] testIntersects(org.eclipse.tracecompass.internal.datastore.core.condition.DiscreteTimeRangeConditionTest) Time elapsed: 0 s 16:36:28 [2019-07-19T20:36:28.590Z] testConstructor(org.eclipse.tracecompass.internal.datastore.core.condition.DiscreteTimeRangeConditionTest) Time elapsed: 0 s 16:36:28 [2019-07-19T20:36:28.590Z] Running org.eclipse.tracecompass.internal.provisional.datastore.core.historytree.overlapping.OverlappingHistoryTreeTest 16:36:29 [2019-07-19T20:36:29.520Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.858 s - in org.eclipse.tracecompass.internal.provisional.datastore.core.historytree.overlapping.OverlappingHistoryTreeTest 16:36:29 [2019-07-19T20:36:29.520Z] testInsertions(org.eclipse.tracecompass.internal.provisional.datastore.core.historytree.overlapping.OverlappingHistoryTreeTest) Time elapsed: 0.435 s 16:36:29 [2019-07-19T20:36:29.520Z] testTreeEnd(org.eclipse.tracecompass.internal.provisional.datastore.core.historytree.overlapping.OverlappingHistoryTreeTest) Time elapsed: 0.014 s 16:36:29 [2019-07-19T20:36:29.520Z] testNodeSequenceNumbers(org.eclipse.tracecompass.internal.provisional.datastore.core.historytree.overlapping.OverlappingHistoryTreeTest) Time elapsed: 0.079 s 16:36:29 [2019-07-19T20:36:29.520Z] testDepth(org.eclipse.tracecompass.internal.provisional.datastore.core.historytree.overlapping.OverlappingHistoryTreeTest) Time elapsed: 0.189 s 16:36:29 [2019-07-19T20:36:29.520Z] testReadTree(org.eclipse.tracecompass.internal.provisional.datastore.core.historytree.overlapping.OverlappingHistoryTreeTest) Time elapsed: 0.085 s 16:36:29 [2019-07-19T20:36:29.520Z] testSequentialFill(org.eclipse.tracecompass.internal.provisional.datastore.core.historytree.overlapping.OverlappingHistoryTreeTest) Time elapsed: 0.004 s 16:36:29 [2019-07-19T20:36:29.520Z] Running org.eclipse.tracecompass.internal.provisional.datastore.core.historytree.HTNodeTest 16:36:29 [2019-07-19T20:36:29.520Z] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s - in org.eclipse.tracecompass.internal.provisional.datastore.core.historytree.HTNodeTest 16:36:29 [2019-07-19T20:36:29.520Z] testAddToCloseNode[0: Leaf node](org.eclipse.tracecompass.internal.provisional.datastore.core.historytree.HTNodeTest) Time elapsed: 0 s 16:36:29 [2019-07-19T20:36:29.520Z] testGetChild[0: Leaf node](org.eclipse.tracecompass.internal.provisional.datastore.core.historytree.HTNodeTest) Time elapsed: 0.001 s 16:36:29 [2019-07-19T20:36:29.520Z] testGetLatestChild[0: Leaf node](org.eclipse.tracecompass.internal.provisional.datastore.core.historytree.HTNodeTest) Time elapsed: 0 s 16:36:29 [2019-07-19T20:36:29.520Z] testLinkNewChild[0: Leaf node](org.eclipse.tracecompass.internal.provisional.datastore.core.historytree.HTNodeTest) Time elapsed: 0 s 16:36:29 [2019-07-19T20:36:29.520Z] testNbChildren[0: Leaf node](org.eclipse.tracecompass.internal.provisional.datastore.core.historytree.HTNodeTest) Time elapsed: 0 s 16:36:29 [2019-07-19T20:36:29.520Z] testNodeInvalidAdd[0: Leaf node](org.eclipse.tracecompass.internal.provisional.datastore.core.historytree.HTNodeTest) Time elapsed: 0 s 16:36:29 [2019-07-19T20:36:29.520Z] testNodeInvalidEnd[0: Leaf node](org.eclipse.tracecompass.internal.provisional.datastore.core.historytree.HTNodeTest) Time elapsed: 0 s 16:36:29 [2019-07-19T20:36:29.520Z] testCloseNode[0: Leaf node](org.eclipse.tracecompass.internal.provisional.datastore.core.historytree.HTNodeTest) Time elapsed: 0.001 s 16:36:29 [2019-07-19T20:36:29.520Z] testNodeData[0: Leaf node](org.eclipse.tracecompass.internal.provisional.datastore.core.historytree.HTNodeTest) Time elapsed: 0.001 s 16:36:29 [2019-07-19T20:36:29.520Z] testAddToCloseNode[1: Classic leaf node](org.eclipse.tracecompass.internal.provisional.datastore.core.historytree.HTNodeTest) Time elapsed: 0.003 s 16:36:29 [2019-07-19T20:36:29.520Z] testGetChild[1: Classic leaf node](org.eclipse.tracecompass.internal.provisional.datastore.core.historytree.HTNodeTest) Time elapsed: 0 s 16:36:29 [2019-07-19T20:36:29.520Z] testGetLatestChild[1: Classic leaf node](org.eclipse.tracecompass.internal.provisional.datastore.core.historytree.HTNodeTest) Time elapsed: 0 s 16:36:29 [2019-07-19T20:36:29.520Z] testLinkNewChild[1: Classic leaf node](org.eclipse.tracecompass.internal.provisional.datastore.core.historytree.HTNodeTest) Time elapsed: 0 s 16:36:29 [2019-07-19T20:36:29.520Z] testNbChildren[1: Classic leaf node](org.eclipse.tracecompass.internal.provisional.datastore.core.historytree.HTNodeTest) Time elapsed: 0 s 16:36:29 [2019-07-19T20:36:29.520Z] testNodeInvalidAdd[1: Classic leaf node](org.eclipse.tracecompass.internal.provisional.datastore.core.historytree.HTNodeTest) Time elapsed: 0 s 16:36:29 [2019-07-19T20:36:29.520Z] testNodeInvalidEnd[1: Classic leaf node](org.eclipse.tracecompass.internal.provisional.datastore.core.historytree.HTNodeTest) Time elapsed: 0 s 16:36:29 [2019-07-19T20:36:29.520Z] testCloseNode[1: Classic leaf node](org.eclipse.tracecompass.internal.provisional.datastore.core.historytree.HTNodeTest) Time elapsed: 0.001 s 16:36:29 [2019-07-19T20:36:29.520Z] testNodeData[1: Classic leaf node](org.eclipse.tracecompass.internal.provisional.datastore.core.historytree.HTNodeTest) Time elapsed: 0 s 16:36:29 [2019-07-19T20:36:29.520Z] testAddToCloseNode[2: Overlapping leaf node](org.eclipse.tracecompass.internal.provisional.datastore.core.historytree.HTNodeTest) Time elapsed: 0 s 16:36:29 [2019-07-19T20:36:29.520Z] testGetChild[2: Overlapping leaf node](org.eclipse.tracecompass.internal.provisional.datastore.core.historytree.HTNodeTest) Time elapsed: 0 s 16:36:29 [2019-07-19T20:36:29.520Z] testGetLatestChild[2: Overlapping leaf node](org.eclipse.tracecompass.internal.provisional.datastore.core.historytree.HTNodeTest) Time elapsed: 0 s 16:36:29 [2019-07-19T20:36:29.520Z] testLinkNewChild[2: Overlapping leaf node](org.eclipse.tracecompass.internal.provisional.datastore.core.historytree.HTNodeTest) Time elapsed: 0 s 16:36:29 [2019-07-19T20:36:29.520Z] testNbChildren[2: Overlapping leaf node](org.eclipse.tracecompass.internal.provisional.datastore.core.historytree.HTNodeTest) Time elapsed: 0 s 16:36:29 [2019-07-19T20:36:29.520Z] testNodeInvalidAdd[2: Overlapping leaf node](org.eclipse.tracecompass.internal.provisional.datastore.core.historytree.HTNodeTest) Time elapsed: 0 s 16:36:29 [2019-07-19T20:36:29.520Z] testNodeInvalidEnd[2: Overlapping leaf node](org.eclipse.tracecompass.internal.provisional.datastore.core.historytree.HTNodeTest) Time elapsed: 0 s 16:36:29 [2019-07-19T20:36:29.520Z] testCloseNode[2: Overlapping leaf node](org.eclipse.tracecompass.internal.provisional.datastore.core.historytree.HTNodeTest) Time elapsed: 0.001 s 16:36:29 [2019-07-19T20:36:29.520Z] testNodeData[2: Overlapping leaf node](org.eclipse.tracecompass.internal.provisional.datastore.core.historytree.HTNodeTest) Time elapsed: 0.001 s 16:36:29 [2019-07-19T20:36:29.520Z] Running org.eclipse.tracecompass.internal.provisional.datastore.core.historytree.classic.ClassicHistoryTreeTest 16:36:29 [2019-07-19T20:36:29.777Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.35 s - in org.eclipse.tracecompass.internal.provisional.datastore.core.historytree.classic.ClassicHistoryTreeTest 16:36:29 [2019-07-19T20:36:29.777Z] testTreeEnd(org.eclipse.tracecompass.internal.provisional.datastore.core.historytree.classic.ClassicHistoryTreeTest) Time elapsed: 0.015 s 16:36:29 [2019-07-19T20:36:29.777Z] testNodeSequenceNumbers(org.eclipse.tracecompass.internal.provisional.datastore.core.historytree.classic.ClassicHistoryTreeTest) Time elapsed: 0.084 s 16:36:29 [2019-07-19T20:36:29.777Z] testDepth(org.eclipse.tracecompass.internal.provisional.datastore.core.historytree.classic.ClassicHistoryTreeTest) Time elapsed: 0.157 s 16:36:29 [2019-07-19T20:36:29.777Z] testReadTree(org.eclipse.tracecompass.internal.provisional.datastore.core.historytree.classic.ClassicHistoryTreeTest) Time elapsed: 0.088 s 16:36:29 [2019-07-19T20:36:29.777Z] testSequentialFill(org.eclipse.tracecompass.internal.provisional.datastore.core.historytree.classic.ClassicHistoryTreeTest) Time elapsed: 0.005 s 16:36:29 [2019-07-19T20:36:29.777Z] Running org.eclipse.tracecompass.internal.provisional.datastore.core.historytree.HTCoreNodeTest 16:36:30 [2019-07-19T20:36:30.036Z] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s - in org.eclipse.tracecompass.internal.provisional.datastore.core.historytree.HTCoreNodeTest 16:36:30 [2019-07-19T20:36:30.036Z] testGetLatestChild[0: Core node](org.eclipse.tracecompass.internal.provisional.datastore.core.historytree.HTCoreNodeTest) Time elapsed: 0 s 16:36:30 [2019-07-19T20:36:30.036Z] testLinkNewChild[0: Core node](org.eclipse.tracecompass.internal.provisional.datastore.core.historytree.HTCoreNodeTest) Time elapsed: 0.002 s 16:36:30 [2019-07-19T20:36:30.036Z] testGetChild2[0: Core node](org.eclipse.tracecompass.internal.provisional.datastore.core.historytree.HTCoreNodeTest) Time elapsed: 0 s 16:36:30 [2019-07-19T20:36:30.036Z] testGetLatestChild2[0: Core node](org.eclipse.tracecompass.internal.provisional.datastore.core.historytree.HTCoreNodeTest) Time elapsed: 0 s 16:36:30 [2019-07-19T20:36:30.036Z] testAddToCloseNode[0: Core node](org.eclipse.tracecompass.internal.provisional.datastore.core.historytree.HTCoreNodeTest) Time elapsed: 0 s 16:36:30 [2019-07-19T20:36:30.036Z] testGetChild[0: Core node](org.eclipse.tracecompass.internal.provisional.datastore.core.historytree.HTCoreNodeTest) Time elapsed: 0.001 s 16:36:30 [2019-07-19T20:36:30.036Z] testNbChildren[0: Core node](org.eclipse.tracecompass.internal.provisional.datastore.core.historytree.HTCoreNodeTest) Time elapsed: 0 s 16:36:30 [2019-07-19T20:36:30.036Z] testNodeInvalidAdd[0: Core node](org.eclipse.tracecompass.internal.provisional.datastore.core.historytree.HTCoreNodeTest) Time elapsed: 0.001 s 16:36:30 [2019-07-19T20:36:30.036Z] testNodeInvalidEnd[0: Core node](org.eclipse.tracecompass.internal.provisional.datastore.core.historytree.HTCoreNodeTest) Time elapsed: 0 s 16:36:30 [2019-07-19T20:36:30.036Z] testCloseNode[0: Core node](org.eclipse.tracecompass.internal.provisional.datastore.core.historytree.HTCoreNodeTest) Time elapsed: 0 s 16:36:30 [2019-07-19T20:36:30.036Z] testNodeData[0: Core node](org.eclipse.tracecompass.internal.provisional.datastore.core.historytree.HTCoreNodeTest) Time elapsed: 0 s 16:36:30 [2019-07-19T20:36:30.036Z] testGetLatestChild[1: Classic core node](org.eclipse.tracecompass.internal.provisional.datastore.core.historytree.HTCoreNodeTest) Time elapsed: 0.001 s 16:36:30 [2019-07-19T20:36:30.036Z] testLinkNewChild[1: Classic core node](org.eclipse.tracecompass.internal.provisional.datastore.core.historytree.HTCoreNodeTest) Time elapsed: 0.003 s 16:36:30 [2019-07-19T20:36:30.036Z] testGetChild2[1: Classic core node](org.eclipse.tracecompass.internal.provisional.datastore.core.historytree.HTCoreNodeTest) Time elapsed: 0 s 16:36:30 [2019-07-19T20:36:30.036Z] testGetLatestChild2[1: Classic core node](org.eclipse.tracecompass.internal.provisional.datastore.core.historytree.HTCoreNodeTest) Time elapsed: 0.001 s 16:36:30 [2019-07-19T20:36:30.036Z] testAddToCloseNode[1: Classic core node](org.eclipse.tracecompass.internal.provisional.datastore.core.historytree.HTCoreNodeTest) Time elapsed: 0.001 s 16:36:30 [2019-07-19T20:36:30.036Z] testGetChild[1: Classic core node](org.eclipse.tracecompass.internal.provisional.datastore.core.historytree.HTCoreNodeTest) Time elapsed: 0 s 16:36:30 [2019-07-19T20:36:30.036Z] testNbChildren[1: Classic core node](org.eclipse.tracecompass.internal.provisional.datastore.core.historytree.HTCoreNodeTest) Time elapsed: 0 s 16:36:30 [2019-07-19T20:36:30.036Z] testNodeInvalidAdd[1: Classic core node](org.eclipse.tracecompass.internal.provisional.datastore.core.historytree.HTCoreNodeTest) Time elapsed: 0 s 16:36:30 [2019-07-19T20:36:30.036Z] testNodeInvalidEnd[1: Classic core node](org.eclipse.tracecompass.internal.provisional.datastore.core.historytree.HTCoreNodeTest) Time elapsed: 0 s 16:36:30 [2019-07-19T20:36:30.036Z] testCloseNode[1: Classic core node](org.eclipse.tracecompass.internal.provisional.datastore.core.historytree.HTCoreNodeTest) Time elapsed: 0.001 s 16:36:30 [2019-07-19T20:36:30.036Z] testNodeData[1: Classic core node](org.eclipse.tracecompass.internal.provisional.datastore.core.historytree.HTCoreNodeTest) Time elapsed: 0.001 s 16:36:30 [2019-07-19T20:36:30.036Z] testGetLatestChild[2: Overlapping core node](org.eclipse.tracecompass.internal.provisional.datastore.core.historytree.HTCoreNodeTest) Time elapsed: 0 s 16:36:30 [2019-07-19T20:36:30.036Z] testLinkNewChild[2: Overlapping core node](org.eclipse.tracecompass.internal.provisional.datastore.core.historytree.HTCoreNodeTest) Time elapsed: 0.002 s 16:36:30 [2019-07-19T20:36:30.036Z] testGetChild2[2: Overlapping core node](org.eclipse.tracecompass.internal.provisional.datastore.core.historytree.HTCoreNodeTest) Time elapsed: 0 s 16:36:30 [2019-07-19T20:36:30.036Z] testGetLatestChild2[2: Overlapping core node](org.eclipse.tracecompass.internal.provisional.datastore.core.historytree.HTCoreNodeTest) Time elapsed: 0 s 16:36:30 [2019-07-19T20:36:30.036Z] testAddToCloseNode[2: Overlapping core node](org.eclipse.tracecompass.internal.provisional.datastore.core.historytree.HTCoreNodeTest) Time elapsed: 0 s 16:36:30 [2019-07-19T20:36:30.036Z] testGetChild[2: Overlapping core node](org.eclipse.tracecompass.internal.provisional.datastore.core.historytree.HTCoreNodeTest) Time elapsed: 0 s 16:36:30 [2019-07-19T20:36:30.036Z] testNbChildren[2: Overlapping core node](org.eclipse.tracecompass.internal.provisional.datastore.core.historytree.HTCoreNodeTest) Time elapsed: 0 s 16:36:30 [2019-07-19T20:36:30.036Z] testNodeInvalidAdd[2: Overlapping core node](org.eclipse.tracecompass.internal.provisional.datastore.core.historytree.HTCoreNodeTest) Time elapsed: 0 s 16:36:30 [2019-07-19T20:36:30.036Z] testNodeInvalidEnd[2: Overlapping core node](org.eclipse.tracecompass.internal.provisional.datastore.core.historytree.HTCoreNodeTest) Time elapsed: 0 s 16:36:30 [2019-07-19T20:36:30.036Z] testCloseNode[2: Overlapping core node](org.eclipse.tracecompass.internal.provisional.datastore.core.historytree.HTCoreNodeTest) Time elapsed: 0.001 s 16:36:30 [2019-07-19T20:36:30.036Z] testNodeData[2: Overlapping core node](org.eclipse.tracecompass.internal.provisional.datastore.core.historytree.HTCoreNodeTest) Time elapsed: 0.001 s 16:36:30 [2019-07-19T20:36:30.036Z] Running org.eclipse.tracecompass.internal.provisional.datastore.core.historytree.HistoryTreeStubTest 16:36:30 [2019-07-19T20:36:30.292Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.279 s - in org.eclipse.tracecompass.internal.provisional.datastore.core.historytree.HistoryTreeStubTest 16:36:30 [2019-07-19T20:36:30.292Z] testTreeEnd(org.eclipse.tracecompass.internal.provisional.datastore.core.historytree.HistoryTreeStubTest) Time elapsed: 0.012 s 16:36:30 [2019-07-19T20:36:30.292Z] testNodeSequenceNumbers(org.eclipse.tracecompass.internal.provisional.datastore.core.historytree.HistoryTreeStubTest) Time elapsed: 0.077 s 16:36:30 [2019-07-19T20:36:30.292Z] testDepth(org.eclipse.tracecompass.internal.provisional.datastore.core.historytree.HistoryTreeStubTest) Time elapsed: 0.123 s 16:36:30 [2019-07-19T20:36:30.292Z] testReadTree(org.eclipse.tracecompass.internal.provisional.datastore.core.historytree.HistoryTreeStubTest) Time elapsed: 0.063 s 16:36:30 [2019-07-19T20:36:30.292Z] testSequentialFill(org.eclipse.tracecompass.internal.provisional.datastore.core.historytree.HistoryTreeStubTest) Time elapsed: 0.003 s 16:36:30 [2019-07-19T20:36:30.292Z] 16:36:30 [2019-07-19T20:36:30.292Z] Results: 16:36:30 [2019-07-19T20:36:30.292Z] 16:36:30 [2019-07-19T20:36:30.292Z] Tests run: 116, Failures: 0, Errors: 0, Skipped: 0 16:36:30 [2019-07-19T20:36:30.292Z] 16:36:31 [2019-07-19T20:36:31.222Z] [INFO] All tests passed! 16:36:31 [2019-07-19T20:36:31.222Z] [INFO] 16:36:31 [2019-07-19T20:36:31.222Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.datastore.core.tests --- 16:36:31 [2019-07-19T20:36:31.222Z] [INFO] Loading execution data file /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.datastore.core.tests/../../target/jacoco.exec 16:36:31 [2019-07-19T20:36:31.222Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core.tests' with 17 classes 16:36:31 [2019-07-19T20:36:31.222Z] [INFO] 16:36:31 [2019-07-19T20:36:31.222Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.datastore.core.tests --- 16:36:31 [2019-07-19T20:36:31.222Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.datastore.core.tests/target/org.eclipse.tracecompass.datastore.core.tests-1.0.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.datastore.core.tests/1.0.1-SNAPSHOT/org.eclipse.tracecompass.datastore.core.tests-1.0.1-SNAPSHOT.jar 16:36:31 [2019-07-19T20:36:31.222Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.datastore.core.tests/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.datastore.core.tests/1.0.1-SNAPSHOT/org.eclipse.tracecompass.datastore.core.tests-1.0.1-SNAPSHOT.pom 16:36:31 [2019-07-19T20:36:31.222Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.datastore.core.tests/target/org.eclipse.tracecompass.datastore.core.tests-1.0.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.datastore.core.tests/1.0.1-SNAPSHOT/org.eclipse.tracecompass.datastore.core.tests-1.0.1-SNAPSHOT-sources.jar 16:36:31 [2019-07-19T20:36:31.222Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.datastore.core.tests/target/org.eclipse.tracecompass.datastore.core.tests-1.0.1-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.datastore.core.tests/1.0.1-SNAPSHOT/org.eclipse.tracecompass.datastore.core.tests-1.0.1-SNAPSHOT-pack200.jar.pack.gz 16:36:31 [2019-07-19T20:36:31.222Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.datastore.core.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.datastore.core.tests/1.0.1-SNAPSHOT/org.eclipse.tracecompass.datastore.core.tests-1.0.1-SNAPSHOT-p2metadata.xml 16:36:31 [2019-07-19T20:36:31.222Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.datastore.core.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.datastore.core.tests/1.0.1-SNAPSHOT/org.eclipse.tracecompass.datastore.core.tests-1.0.1-SNAPSHOT-p2artifacts.xml 16:36:31 [2019-07-19T20:36:31.222Z] [INFO] 16:36:31 [2019-07-19T20:36:31.222Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.datastore.core.tests --- 16:36:31 [2019-07-19T20:36:31.222Z] [INFO] 16:36:31 [2019-07-19T20:36:31.222Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.segmentstore.core.tests >-- 16:36:31 [2019-07-19T20:36:31.222Z] [INFO] Building org.eclipse.tracecompass.segmentstore.core.tests 1.0.3-SNAPSHOT [124/134] 16:36:31 [2019-07-19T20:36:31.222Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- 16:36:31 [2019-07-19T20:36:31.222Z] [INFO] 16:36:31 [2019-07-19T20:36:31.222Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.segmentstore.core.tests --- 16:36:31 [2019-07-19T20:36:31.222Z] [INFO] 16:36:31 [2019-07-19T20:36:31.479Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.segmentstore.core.tests --- 16:36:31 [2019-07-19T20:36:31.479Z] [INFO] The project's OSGi version is 1.0.3.201907191907 16:36:31 [2019-07-19T20:36:31.479Z] [INFO] 16:36:31 [2019-07-19T20:36:31.479Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.segmentstore.core.tests --- 16:36:31 [2019-07-19T20:36:31.479Z] [INFO] 16:36:31 [2019-07-19T20:36:31.479Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.segmentstore.core.tests --- 16:36:31 [2019-07-19T20:36:31.479Z] [INFO] 16:36:31 [2019-07-19T20:36:31.479Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.segmentstore.core.tests --- 16:36:31 [2019-07-19T20:36:31.479Z] [INFO] 16:36:31 [2019-07-19T20:36:31.479Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.segmentstore.core.tests --- 16:36:31 [2019-07-19T20:36:31.479Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 16:36:31 [2019-07-19T20:36:31.479Z] [INFO] 16:36:31 [2019-07-19T20:36:31.479Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.segmentstore.core.tests --- 16:36:31 [2019-07-19T20:36:31.479Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:36:31 [2019-07-19T20:36:31.479Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core.tests/src/main/resources 16:36:31 [2019-07-19T20:36:31.479Z] [INFO] 16:36:31 [2019-07-19T20:36:31.479Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.segmentstore.core.tests --- 16:36:31 [2019-07-19T20:36:31.479Z] [INFO] Compiling 16 source files to /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core.tests/target/classes 16:36:31 [2019-07-19T20:36:31.736Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core.tests/src/org/eclipse/tracecompass/segmentstore/core/tests/AbstractTestSegmentStore.java:[232] 16:36:31 [2019-07-19T20:36:31.736Z] ISegmentStore<@NonNull TestSegment> other = getSegmentStore(fSegmentStore.toArray(new TestSegment[fSegmentStore.size()])); 16:36:31 [2019-07-19T20:36:31.736Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 16:36:31 [2019-07-19T20:36:31.736Z] Null type safety (type annotations): The expression of type 'AbstractTestSegmentStore.TestSegment[]' needs unchecked conversion to conform to 'AbstractTestSegmentStore.@NonNull TestSegment @NonNull[]' 16:36:31 [2019-07-19T20:36:31.736Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core.tests/src/org/eclipse/tracecompass/segmentstore/core/tests/AbstractTestSegmentStore.java:[242] 16:36:31 [2019-07-19T20:36:31.736Z] ISegmentStore<@NonNull TestSegment> other = getSegmentStore(REVERSE_SEGMENTS.toArray(new TestSegment[fSegmentStore.size()])); 16:36:31 [2019-07-19T20:36:31.736Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 16:36:31 [2019-07-19T20:36:31.736Z] Null type safety (type annotations): The expression of type 'AbstractTestSegmentStore.TestSegment[]' needs unchecked conversion to conform to 'AbstractTestSegmentStore.@NonNull TestSegment @NonNull[]' 16:36:31 [2019-07-19T20:36:31.736Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core.tests/perf/org/eclipse/tracecompass/segmentstore/core/tests/perf/SegmentStoreBigBenchmark.java:[51] 16:36:31 [2019-07-19T20:36:31.736Z] { "HT store", new HistoryTreeSegmentStoreStub<>(Files.createTempFile("tmpSegStore", null), 1, BasicSegment.BASIC_SEGMENT_READ_FACTORY) }, 16:36:31 [2019-07-19T20:36:31.736Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 16:36:31 [2019-07-19T20:36:31.736Z] Null type safety (type annotations): The expression of type 'Path' needs unchecked conversion to conform to '@NonNull Path' 16:36:31 [2019-07-19T20:36:31.736Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core.tests/src/org/eclipse/tracecompass/segmentstore/core/tests/TreeMapStoreTest.java:[47] 16:36:31 [2019-07-19T20:36:31.736Z] boolean ret = fSegmentStore.add(new TestSegment(segment.getStart(), segment.getEnd(), segment.getPayload())); 16:36:31 [2019-07-19T20:36:31.736Z] ^^^^^^^^^^^^^^^^^^^^ 16:36:31 [2019-07-19T20:36:31.736Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 16:36:31 [2019-07-19T20:36:31.736Z] 4 problems (4 warnings) 16:36:31 [2019-07-19T20:36:31.736Z] [INFO] 16:36:31 [2019-07-19T20:36:31.736Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.segmentstore.core.tests --- 16:36:31 [2019-07-19T20:36:31.736Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:36:31 [2019-07-19T20:36:31.736Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core.tests/src/test/resources 16:36:31 [2019-07-19T20:36:31.736Z] [INFO] 16:36:31 [2019-07-19T20:36:31.736Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.segmentstore.core.tests --- 16:36:31 [2019-07-19T20:36:31.736Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core.tests/target/org.eclipse.tracecompass.segmentstore.core.tests-1.0.3-SNAPSHOT-sources.jar 16:36:31 [2019-07-19T20:36:31.992Z] [INFO] 16:36:31 [2019-07-19T20:36:31.992Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.segmentstore.core.tests --- 16:36:31 [2019-07-19T20:36:31.992Z] [INFO] 16:36:31 [2019-07-19T20:36:31.992Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.segmentstore.core.tests --- 16:36:31 [2019-07-19T20:36:31.992Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core.tests/target/org.eclipse.tracecompass.segmentstore.core.tests-1.0.3-SNAPSHOT.jar 16:36:31 [2019-07-19T20:36:31.992Z] [INFO] 16:36:31 [2019-07-19T20:36:31.992Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.segmentstore.core.tests --- 16:36:31 [2019-07-19T20:36:31.992Z] [INFO] 16:36:31 [2019-07-19T20:36:31.992Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.segmentstore.core.tests --- 16:36:31 [2019-07-19T20:36:31.992Z] [INFO] 16:36:31 [2019-07-19T20:36:31.992Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.segmentstore.core.tests --- 16:36:31 [2019-07-19T20:36:31.992Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core.tests/target/org.eclipse.tracecompass.segmentstore.core.tests-1.0.3-SNAPSHOT.jar 16:36:31 [2019-07-19T20:36:31.992Z] [INFO] 16:36:31 [2019-07-19T20:36:31.992Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.segmentstore.core.tests --- 16:36:31 [2019-07-19T20:36:31.992Z] [INFO] 16:36:31 [2019-07-19T20:36:31.992Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.segmentstore.core.tests --- 16:36:33 [2019-07-19T20:36:33.360Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core.tests/target/work/data/.metadata/.log 16:36:33 [2019-07-19T20:36:33.360Z] [INFO] Command line: 16:36:33 [2019-07-19T20:36:33.360Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog] 16:36:33 [2019-07-19T20:36:33.360Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass 16:36:36 [2019-07-19T20:36:36.632Z] !SESSION 2019-07-19 20:36:33.573 ----------------------------------------------- 16:36:36 [2019-07-19T20:36:36.632Z] eclipse.buildId=unknown 16:36:36 [2019-07-19T20:36:36.632Z] java.version=1.8.0_202 16:36:36 [2019-07-19T20:36:36.632Z] java.vendor=Oracle Corporation 16:36:36 [2019-07-19T20:36:36.632Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US 16:36:36 [2019-07-19T20:36:36.632Z] Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core.tests/target/surefire.properties -product org.eclipse.platform.ide 16:36:36 [2019-07-19T20:36:36.632Z] Command-line arguments: -data /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog 16:36:36 [2019-07-19T20:36:36.632Z] 16:36:36 [2019-07-19T20:36:36.632Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-19 20:36:36.398 16:36:36 [2019-07-19T20:36:36.632Z] !MESSAGE FrameworkEvent ERROR 16:36:36 [2019-07-19T20:36:36.632Z] !STACK 0 16:36:36 [2019-07-19T20:36:36.632Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [50] 16:36:36 [2019-07-19T20:36:36.632Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 16:36:36 [2019-07-19T20:36:36.632Z] 16:36:36 [2019-07-19T20:36:36.632Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 16:36:36 [2019-07-19T20:36:36.632Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 16:36:36 [2019-07-19T20:36:36.632Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 16:36:36 [2019-07-19T20:36:36.632Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 16:36:36 [2019-07-19T20:36:36.632Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 16:36:36 [2019-07-19T20:36:36.632Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 16:36:36 [2019-07-19T20:36:36.632Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 16:36:36 [2019-07-19T20:36:36.632Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 16:36:36 [2019-07-19T20:36:36.632Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 16:36:36 [2019-07-19T20:36:36.632Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 16:36:36 [2019-07-19T20:36:36.632Z] 16:36:36 [2019-07-19T20:36:36.632Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-19 20:36:36.609 16:36:36 [2019-07-19T20:36:36.632Z] !MESSAGE FrameworkEvent ERROR 16:36:36 [2019-07-19T20:36:36.632Z] !STACK 0 16:36:36 [2019-07-19T20:36:36.632Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [123] 16:36:36 [2019-07-19T20:36:36.632Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 16:36:36 [2019-07-19T20:36:36.632Z] Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)" 16:36:36 [2019-07-19T20:36:36.632Z] -> Export-Package: org.apache.http.impl.auth.win; bundle-symbolic-name="org.apache.httpcomponents.httpclient.win"; bundle-version="4.5.6.v20190213-1947"; version="4.5.6"; x-internal:="true"; uses:="org.apache.http,org.apache.http.auth,org.apache.http.client,org.apache.http.impl.auth,org.apache.http.protocol,org.apache.http.util" 16:36:36 [2019-07-19T20:36:36.632Z] org.apache.httpcomponents.httpclient.win [31] 16:36:36 [2019-07-19T20:36:36.632Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 16:36:36 [2019-07-19T20:36:36.632Z] 16:36:36 [2019-07-19T20:36:36.632Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 16:36:36 [2019-07-19T20:36:36.632Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 16:36:36 [2019-07-19T20:36:36.632Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 16:36:36 [2019-07-19T20:36:36.632Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 16:36:36 [2019-07-19T20:36:36.632Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 16:36:36 [2019-07-19T20:36:36.632Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 16:36:36 [2019-07-19T20:36:36.632Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 16:36:36 [2019-07-19T20:36:36.632Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 16:36:36 [2019-07-19T20:36:36.632Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 16:36:36 [2019-07-19T20:36:36.632Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 16:36:39 [2019-07-19T20:36:39.172Z] Running org.eclipse.tracecompass.segmentstore.core.tests.SegmentStoreFactoryTest 16:36:39 [2019-07-19T20:36:39.172Z] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.17 s - in org.eclipse.tracecompass.segmentstore.core.tests.SegmentStoreFactoryTest 16:36:39 [2019-07-19T20:36:39.172Z] createDoubleDistinct(org.eclipse.tracecompass.segmentstore.core.tests.SegmentStoreFactoryTest) Time elapsed: 0.03 s 16:36:39 [2019-07-19T20:36:39.172Z] simpleCreate(org.eclipse.tracecompass.segmentstore.core.tests.SegmentStoreFactoryTest) Time elapsed: 0.048 s 16:36:39 [2019-07-19T20:36:39.172Z] createTortureTest(org.eclipse.tracecompass.segmentstore.core.tests.SegmentStoreFactoryTest) Time elapsed: 0.002 s 16:36:39 [2019-07-19T20:36:39.172Z] createAllDressed(org.eclipse.tracecompass.segmentstore.core.tests.SegmentStoreFactoryTest) Time elapsed: 0 s 16:36:39 [2019-07-19T20:36:39.172Z] createDistinct(org.eclipse.tracecompass.segmentstore.core.tests.SegmentStoreFactoryTest) Time elapsed: 0.001 s 16:36:39 [2019-07-19T20:36:39.172Z] createDistinctStable(org.eclipse.tracecompass.segmentstore.core.tests.SegmentStoreFactoryTest) Time elapsed: 0 s 16:36:39 [2019-07-19T20:36:39.172Z] createFast(org.eclipse.tracecompass.segmentstore.core.tests.SegmentStoreFactoryTest) Time elapsed: 0 s 16:36:39 [2019-07-19T20:36:39.172Z] createStable(org.eclipse.tracecompass.segmentstore.core.tests.SegmentStoreFactoryTest) Time elapsed: 0.001 s 16:36:39 [2019-07-19T20:36:39.172Z] createPreloaded(org.eclipse.tracecompass.segmentstore.core.tests.SegmentStoreFactoryTest) Time elapsed: 0.002 s 16:36:39 [2019-07-19T20:36:39.172Z] createDistinctFast(org.eclipse.tracecompass.segmentstore.core.tests.SegmentStoreFactoryTest) Time elapsed: 0 s 16:36:39 [2019-07-19T20:36:39.172Z] Running org.eclipse.tracecompass.segmentstore.core.tests.LazyArrayListStoreTest 16:36:39 [2019-07-19T20:36:39.172Z] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.eclipse.tracecompass.segmentstore.core.tests.LazyArrayListStoreTest 16:36:39 [2019-07-19T20:36:39.172Z] testSize(org.eclipse.tracecompass.segmentstore.core.tests.LazyArrayListStoreTest) Time elapsed: 0.004 s 16:36:39 [2019-07-19T20:36:39.172Z] testToSpecifyArraySubtype(org.eclipse.tracecompass.segmentstore.core.tests.LazyArrayListStoreTest) Time elapsed: 0.001 s 16:36:39 [2019-07-19T20:36:39.172Z] testIterationOrder(org.eclipse.tracecompass.segmentstore.core.tests.LazyArrayListStoreTest) Time elapsed: 0.002 s 16:36:39 [2019-07-19T20:36:39.172Z] testRetainAll(org.eclipse.tracecompass.segmentstore.core.tests.LazyArrayListStoreTest) Time elapsed: 0.001 s 16:36:39 [2019-07-19T20:36:39.172Z] testGetIntersectingElementsTime(org.eclipse.tracecompass.segmentstore.core.tests.LazyArrayListStoreTest) Time elapsed: 0.001 s 16:36:39 [2019-07-19T20:36:39.172Z] testToObjectArray(org.eclipse.tracecompass.segmentstore.core.tests.LazyArrayListStoreTest) Time elapsed: 0.001 s 16:36:39 [2019-07-19T20:36:39.172Z] testContains(org.eclipse.tracecompass.segmentstore.core.tests.LazyArrayListStoreTest) Time elapsed: 0 s 16:36:39 [2019-07-19T20:36:39.172Z] testSortedIterator(org.eclipse.tracecompass.segmentstore.core.tests.LazyArrayListStoreTest) Time elapsed: 0.003 s 16:36:39 [2019-07-19T20:36:39.172Z] testIterationOrderNonSortedInsertion(org.eclipse.tracecompass.segmentstore.core.tests.LazyArrayListStoreTest) Time elapsed: 0 s 16:36:39 [2019-07-19T20:36:39.172Z] testToSpecificArray(org.eclipse.tracecompass.segmentstore.core.tests.LazyArrayListStoreTest) Time elapsed: 0 s 16:36:39 [2019-07-19T20:36:39.172Z] testAddAllConstructorOutOfOrder(org.eclipse.tracecompass.segmentstore.core.tests.LazyArrayListStoreTest) Time elapsed: 0 s 16:36:39 [2019-07-19T20:36:39.172Z] testAddAll(org.eclipse.tracecompass.segmentstore.core.tests.LazyArrayListStoreTest) Time elapsed: 0.002 s 16:36:39 [2019-07-19T20:36:39.172Z] testDispose(org.eclipse.tracecompass.segmentstore.core.tests.LazyArrayListStoreTest) Time elapsed: 0 s 16:36:39 [2019-07-19T20:36:39.172Z] testIsEmpty(org.eclipse.tracecompass.segmentstore.core.tests.LazyArrayListStoreTest) Time elapsed: 0 s 16:36:39 [2019-07-19T20:36:39.172Z] testRemove(org.eclipse.tracecompass.segmentstore.core.tests.LazyArrayListStoreTest) Time elapsed: 0 s 16:36:39 [2019-07-19T20:36:39.172Z] testAddAllOutOfOrder(org.eclipse.tracecompass.segmentstore.core.tests.LazyArrayListStoreTest) Time elapsed: 0.001 s 16:36:39 [2019-07-19T20:36:39.172Z] testIterator(org.eclipse.tracecompass.segmentstore.core.tests.LazyArrayListStoreTest) Time elapsed: 0.001 s 16:36:39 [2019-07-19T20:36:39.172Z] testGetIntersectingElementsRange(org.eclipse.tracecompass.segmentstore.core.tests.LazyArrayListStoreTest) Time elapsed: 0 s 16:36:39 [2019-07-19T20:36:39.172Z] testRemoveAll(org.eclipse.tracecompass.segmentstore.core.tests.LazyArrayListStoreTest) Time elapsed: 0 s 16:36:39 [2019-07-19T20:36:39.172Z] testAddAllConstructor(org.eclipse.tracecompass.segmentstore.core.tests.LazyArrayListStoreTest) Time elapsed: 0 s 16:36:39 [2019-07-19T20:36:39.172Z] Running org.eclipse.tracecompass.segmentstore.core.tests.ArrayListStoreTest 16:36:39 [2019-07-19T20:36:39.172Z] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.tracecompass.segmentstore.core.tests.ArrayListStoreTest 16:36:39 [2019-07-19T20:36:39.172Z] testSize(org.eclipse.tracecompass.segmentstore.core.tests.ArrayListStoreTest) Time elapsed: 0 s 16:36:39 [2019-07-19T20:36:39.172Z] testToSpecifyArraySubtype(org.eclipse.tracecompass.segmentstore.core.tests.ArrayListStoreTest) Time elapsed: 0 s 16:36:39 [2019-07-19T20:36:39.172Z] testIterationOrder(org.eclipse.tracecompass.segmentstore.core.tests.ArrayListStoreTest) Time elapsed: 0 s 16:36:39 [2019-07-19T20:36:39.172Z] testRetainAll(org.eclipse.tracecompass.segmentstore.core.tests.ArrayListStoreTest) Time elapsed: 0 s 16:36:39 [2019-07-19T20:36:39.172Z] testGetIntersectingElementsTime(org.eclipse.tracecompass.segmentstore.core.tests.ArrayListStoreTest) Time elapsed: 0 s 16:36:39 [2019-07-19T20:36:39.172Z] testToObjectArray(org.eclipse.tracecompass.segmentstore.core.tests.ArrayListStoreTest) Time elapsed: 0 s 16:36:39 [2019-07-19T20:36:39.172Z] testContains(org.eclipse.tracecompass.segmentstore.core.tests.ArrayListStoreTest) Time elapsed: 0.001 s 16:36:39 [2019-07-19T20:36:39.172Z] testSortedIterator(org.eclipse.tracecompass.segmentstore.core.tests.ArrayListStoreTest) Time elapsed: 0 s 16:36:39 [2019-07-19T20:36:39.172Z] testIterationOrderNonSortedInsertion(org.eclipse.tracecompass.segmentstore.core.tests.ArrayListStoreTest) Time elapsed: 0.001 s 16:36:39 [2019-07-19T20:36:39.172Z] testToSpecificArray(org.eclipse.tracecompass.segmentstore.core.tests.ArrayListStoreTest) Time elapsed: 0 s 16:36:39 [2019-07-19T20:36:39.172Z] testAddAllConstructorOutOfOrder(org.eclipse.tracecompass.segmentstore.core.tests.ArrayListStoreTest) Time elapsed: 0 s 16:36:39 [2019-07-19T20:36:39.172Z] testAddAll(org.eclipse.tracecompass.segmentstore.core.tests.ArrayListStoreTest) Time elapsed: 0 s 16:36:39 [2019-07-19T20:36:39.172Z] testDispose(org.eclipse.tracecompass.segmentstore.core.tests.ArrayListStoreTest) Time elapsed: 0.001 s 16:36:39 [2019-07-19T20:36:39.172Z] testIsEmpty(org.eclipse.tracecompass.segmentstore.core.tests.ArrayListStoreTest) Time elapsed: 0 s 16:36:39 [2019-07-19T20:36:39.172Z] testRemove(org.eclipse.tracecompass.segmentstore.core.tests.ArrayListStoreTest) Time elapsed: 0 s 16:36:39 [2019-07-19T20:36:39.172Z] testAddAllOutOfOrder(org.eclipse.tracecompass.segmentstore.core.tests.ArrayListStoreTest) Time elapsed: 0 s 16:36:39 [2019-07-19T20:36:39.172Z] testIterator(org.eclipse.tracecompass.segmentstore.core.tests.ArrayListStoreTest) Time elapsed: 0 s 16:36:39 [2019-07-19T20:36:39.172Z] testGetIntersectingElementsRange(org.eclipse.tracecompass.segmentstore.core.tests.ArrayListStoreTest) Time elapsed: 0 s 16:36:39 [2019-07-19T20:36:39.172Z] testRemoveAll(org.eclipse.tracecompass.segmentstore.core.tests.ArrayListStoreTest) Time elapsed: 0.001 s 16:36:39 [2019-07-19T20:36:39.172Z] testAddAllConstructor(org.eclipse.tracecompass.segmentstore.core.tests.ArrayListStoreTest) Time elapsed: 0 s 16:36:39 [2019-07-19T20:36:39.172Z] Running org.eclipse.tracecompass.segmentstore.core.tests.interfaces.INamedSegmentTest 16:36:39 [2019-07-19T20:36:39.172Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.tracecompass.segmentstore.core.tests.interfaces.INamedSegmentTest 16:36:39 [2019-07-19T20:36:39.172Z] testNamedAspect(org.eclipse.tracecompass.segmentstore.core.tests.interfaces.INamedSegmentTest) Time elapsed: 0 s 16:36:39 [2019-07-19T20:36:39.172Z] testComparator(org.eclipse.tracecompass.segmentstore.core.tests.interfaces.INamedSegmentTest) Time elapsed: 0.003 s 16:36:39 [2019-07-19T20:36:39.172Z] Running org.eclipse.tracecompass.segmentstore.core.tests.htStore.HTStoreTest 16:36:39 [2019-07-19T20:36:39.735Z] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.586 s - in org.eclipse.tracecompass.segmentstore.core.tests.htStore.HTStoreTest 16:36:39 [2019-07-19T20:36:39.735Z] testToSpecifyArraySubtype(org.eclipse.tracecompass.segmentstore.core.tests.htStore.HTStoreTest) Time elapsed: 0.004 s 16:36:39 [2019-07-19T20:36:39.735Z] testToObjectArray(org.eclipse.tracecompass.segmentstore.core.tests.htStore.HTStoreTest) Time elapsed: 0.001 s 16:36:39 [2019-07-19T20:36:39.735Z] testSegmentStoreVersion(org.eclipse.tracecompass.segmentstore.core.tests.htStore.HTStoreTest) Time elapsed: 0.085 s 16:36:39 [2019-07-19T20:36:39.735Z] testIterationOrderNonSortedInsertion(org.eclipse.tracecompass.segmentstore.core.tests.htStore.HTStoreTest) Time elapsed: 0 s 16:36:39 [2019-07-19T20:36:39.735Z] testToSpecificArray(org.eclipse.tracecompass.segmentstore.core.tests.htStore.HTStoreTest) Time elapsed: 0 s 16:36:39 [2019-07-19T20:36:39.735Z] testReadingSegmentStore(org.eclipse.tracecompass.segmentstore.core.tests.htStore.HTStoreTest) Time elapsed: 0.009 s 16:36:39 [2019-07-19T20:36:39.735Z] testAddAllConstructor(org.eclipse.tracecompass.segmentstore.core.tests.htStore.HTStoreTest) Time elapsed: 0.001 s 16:36:39 [2019-07-19T20:36:39.735Z] testSize(org.eclipse.tracecompass.segmentstore.core.tests.htStore.HTStoreTest) Time elapsed: 0.001 s 16:36:39 [2019-07-19T20:36:39.735Z] testIterationOrder(org.eclipse.tracecompass.segmentstore.core.tests.htStore.HTStoreTest) Time elapsed: 0.001 s 16:36:39 [2019-07-19T20:36:39.735Z] testRetainAll(org.eclipse.tracecompass.segmentstore.core.tests.htStore.HTStoreTest) Time elapsed: 0.001 s 16:36:39 [2019-07-19T20:36:39.735Z] testGetIntersectingElementsTime(org.eclipse.tracecompass.segmentstore.core.tests.htStore.HTStoreTest) Time elapsed: 0.002 s 16:36:39 [2019-07-19T20:36:39.735Z] testContains(org.eclipse.tracecompass.segmentstore.core.tests.htStore.HTStoreTest) Time elapsed: 0.001 s 16:36:39 [2019-07-19T20:36:39.735Z] testSortedIterator(org.eclipse.tracecompass.segmentstore.core.tests.htStore.HTStoreTest) Time elapsed: 0.008 s 16:36:39 [2019-07-19T20:36:39.735Z] testAddAllConstructorOutOfOrder(org.eclipse.tracecompass.segmentstore.core.tests.htStore.HTStoreTest) Time elapsed: 0.003 s 16:36:39 [2019-07-19T20:36:39.735Z] testAddAll(org.eclipse.tracecompass.segmentstore.core.tests.htStore.HTStoreTest) Time elapsed: 0.003 s 16:36:39 [2019-07-19T20:36:39.735Z] testDispose(org.eclipse.tracecompass.segmentstore.core.tests.htStore.HTStoreTest) Time elapsed: 0.002 s 16:36:39 [2019-07-19T20:36:39.735Z] testIsEmpty(org.eclipse.tracecompass.segmentstore.core.tests.htStore.HTStoreTest) Time elapsed: 0.002 s 16:36:39 [2019-07-19T20:36:39.735Z] testRemove(org.eclipse.tracecompass.segmentstore.core.tests.htStore.HTStoreTest) Time elapsed: 0.049 s 16:36:39 [2019-07-19T20:36:39.735Z] testAddAllOutOfOrder(org.eclipse.tracecompass.segmentstore.core.tests.htStore.HTStoreTest) Time elapsed: 0.002 s 16:36:39 [2019-07-19T20:36:39.735Z] testIterator(org.eclipse.tracecompass.segmentstore.core.tests.htStore.HTStoreTest) Time elapsed: 0.001 s 16:36:39 [2019-07-19T20:36:39.735Z] testGetIntersectingElementsRange(org.eclipse.tracecompass.segmentstore.core.tests.htStore.HTStoreTest) Time elapsed: 0.001 s 16:36:39 [2019-07-19T20:36:39.735Z] testRemoveAll(org.eclipse.tracecompass.segmentstore.core.tests.htStore.HTStoreTest) Time elapsed: 0.001 s 16:36:39 [2019-07-19T20:36:39.735Z] Running org.eclipse.tracecompass.segmentstore.core.tests.htStore.SegmentHistoryTreeTest 16:36:40 [2019-07-19T20:36:40.299Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.505 s - in org.eclipse.tracecompass.segmentstore.core.tests.htStore.SegmentHistoryTreeTest 16:36:40 [2019-07-19T20:36:40.299Z] testSizeAndIterator(org.eclipse.tracecompass.segmentstore.core.tests.htStore.SegmentHistoryTreeTest) Time elapsed: 0.085 s 16:36:40 [2019-07-19T20:36:40.299Z] testIsEmpty(org.eclipse.tracecompass.segmentstore.core.tests.htStore.SegmentHistoryTreeTest) Time elapsed: 0.002 s 16:36:40 [2019-07-19T20:36:40.299Z] testChildrenTimes(org.eclipse.tracecompass.segmentstore.core.tests.htStore.SegmentHistoryTreeTest) Time elapsed: 0.123 s 16:36:40 [2019-07-19T20:36:40.299Z] testTreeEnd(org.eclipse.tracecompass.segmentstore.core.tests.htStore.SegmentHistoryTreeTest) Time elapsed: 0.009 s 16:36:40 [2019-07-19T20:36:40.299Z] testNodeSequenceNumbers(org.eclipse.tracecompass.segmentstore.core.tests.htStore.SegmentHistoryTreeTest) Time elapsed: 0.075 s 16:36:40 [2019-07-19T20:36:40.299Z] testDepth(org.eclipse.tracecompass.segmentstore.core.tests.htStore.SegmentHistoryTreeTest) Time elapsed: 0.133 s 16:36:40 [2019-07-19T20:36:40.299Z] testReadTree(org.eclipse.tracecompass.segmentstore.core.tests.htStore.SegmentHistoryTreeTest) Time elapsed: 0.074 s 16:36:40 [2019-07-19T20:36:40.299Z] testSequentialFill(org.eclipse.tracecompass.segmentstore.core.tests.htStore.SegmentHistoryTreeTest) Time elapsed: 0.002 s 16:36:40 [2019-07-19T20:36:40.299Z] Running org.eclipse.tracecompass.segmentstore.core.tests.htStore.SegmentTreeNodeTest 16:36:40 [2019-07-19T20:36:40.299Z] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.tracecompass.segmentstore.core.tests.htStore.SegmentTreeNodeTest 16:36:40 [2019-07-19T20:36:40.299Z] testAddToCloseNode[0: Segment tree node](org.eclipse.tracecompass.segmentstore.core.tests.htStore.SegmentTreeNodeTest) Time elapsed: 0.001 s 16:36:40 [2019-07-19T20:36:40.299Z] testGetChild[0: Segment tree node](org.eclipse.tracecompass.segmentstore.core.tests.htStore.SegmentTreeNodeTest) Time elapsed: 0.001 s 16:36:40 [2019-07-19T20:36:40.299Z] testGetLatestChild[0: Segment tree node](org.eclipse.tracecompass.segmentstore.core.tests.htStore.SegmentTreeNodeTest) Time elapsed: 0 s 16:36:40 [2019-07-19T20:36:40.299Z] testLinkNewChild[0: Segment tree node](org.eclipse.tracecompass.segmentstore.core.tests.htStore.SegmentTreeNodeTest) Time elapsed: 0 s 16:36:40 [2019-07-19T20:36:40.299Z] testNbChildren[0: Segment tree node](org.eclipse.tracecompass.segmentstore.core.tests.htStore.SegmentTreeNodeTest) Time elapsed: 0 s 16:36:40 [2019-07-19T20:36:40.299Z] testNodeInvalidAdd[0: Segment tree node](org.eclipse.tracecompass.segmentstore.core.tests.htStore.SegmentTreeNodeTest) Time elapsed: 0.001 s 16:36:40 [2019-07-19T20:36:40.299Z] testNodeInvalidEnd[0: Segment tree node](org.eclipse.tracecompass.segmentstore.core.tests.htStore.SegmentTreeNodeTest) Time elapsed: 0.001 s 16:36:40 [2019-07-19T20:36:40.299Z] testCloseNode[0: Segment tree node](org.eclipse.tracecompass.segmentstore.core.tests.htStore.SegmentTreeNodeTest) Time elapsed: 0.001 s 16:36:40 [2019-07-19T20:36:40.299Z] testNodeData[0: Segment tree node](org.eclipse.tracecompass.segmentstore.core.tests.htStore.SegmentTreeNodeTest) Time elapsed: 0.001 s 16:36:40 [2019-07-19T20:36:40.299Z] Running org.eclipse.tracecompass.segmentstore.core.tests.htStore.SegmentTreeCoreNodeTest 16:36:40 [2019-07-19T20:36:40.556Z] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.tracecompass.segmentstore.core.tests.htStore.SegmentTreeCoreNodeTest 16:36:40 [2019-07-19T20:36:40.556Z] testChildren[0: Segment tree core node](org.eclipse.tracecompass.segmentstore.core.tests.htStore.SegmentTreeCoreNodeTest) Time elapsed: 0 s 16:36:40 [2019-07-19T20:36:40.556Z] testIntersectingChildren[0: Segment tree core node](org.eclipse.tracecompass.segmentstore.core.tests.htStore.SegmentTreeCoreNodeTest) Time elapsed: 0.004 s 16:36:40 [2019-07-19T20:36:40.556Z] testSpecifics[0: Segment tree core node](org.eclipse.tracecompass.segmentstore.core.tests.htStore.SegmentTreeCoreNodeTest) Time elapsed: 0 s 16:36:40 [2019-07-19T20:36:40.556Z] testGetLatestChild[0: Segment tree core node](org.eclipse.tracecompass.segmentstore.core.tests.htStore.SegmentTreeCoreNodeTest) Time elapsed: 0.001 s 16:36:40 [2019-07-19T20:36:40.556Z] testLinkNewChild[0: Segment tree core node](org.eclipse.tracecompass.segmentstore.core.tests.htStore.SegmentTreeCoreNodeTest) Time elapsed: 0.004 s 16:36:40 [2019-07-19T20:36:40.556Z] testGetChild2[0: Segment tree core node](org.eclipse.tracecompass.segmentstore.core.tests.htStore.SegmentTreeCoreNodeTest) Time elapsed: 0 s 16:36:40 [2019-07-19T20:36:40.556Z] testGetLatestChild2[0: Segment tree core node](org.eclipse.tracecompass.segmentstore.core.tests.htStore.SegmentTreeCoreNodeTest) Time elapsed: 0.001 s 16:36:40 [2019-07-19T20:36:40.556Z] testAddToCloseNode[0: Segment tree core node](org.eclipse.tracecompass.segmentstore.core.tests.htStore.SegmentTreeCoreNodeTest) Time elapsed: 0.001 s 16:36:40 [2019-07-19T20:36:40.556Z] testGetChild[0: Segment tree core node](org.eclipse.tracecompass.segmentstore.core.tests.htStore.SegmentTreeCoreNodeTest) Time elapsed: 0 s 16:36:40 [2019-07-19T20:36:40.556Z] testNbChildren[0: Segment tree core node](org.eclipse.tracecompass.segmentstore.core.tests.htStore.SegmentTreeCoreNodeTest) Time elapsed: 0 s 16:36:40 [2019-07-19T20:36:40.556Z] testNodeInvalidAdd[0: Segment tree core node](org.eclipse.tracecompass.segmentstore.core.tests.htStore.SegmentTreeCoreNodeTest) Time elapsed: 0 s 16:36:40 [2019-07-19T20:36:40.556Z] testNodeInvalidEnd[0: Segment tree core node](org.eclipse.tracecompass.segmentstore.core.tests.htStore.SegmentTreeCoreNodeTest) Time elapsed: 0 s 16:36:40 [2019-07-19T20:36:40.556Z] testCloseNode[0: Segment tree core node](org.eclipse.tracecompass.segmentstore.core.tests.htStore.SegmentTreeCoreNodeTest) Time elapsed: 0 s 16:36:40 [2019-07-19T20:36:40.556Z] testNodeData[0: Segment tree core node](org.eclipse.tracecompass.segmentstore.core.tests.htStore.SegmentTreeCoreNodeTest) Time elapsed: 0 s 16:36:40 [2019-07-19T20:36:40.556Z] Running org.eclipse.tracecompass.segmentstore.core.tests.TreeMapStoreTest 16:36:40 [2019-07-19T20:36:40.556Z] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s - in org.eclipse.tracecompass.segmentstore.core.tests.TreeMapStoreTest 16:36:40 [2019-07-19T20:36:40.556Z] testNoDuplicateElements(org.eclipse.tracecompass.segmentstore.core.tests.TreeMapStoreTest) Time elapsed: 0 s 16:36:40 [2019-07-19T20:36:40.556Z] testSize(org.eclipse.tracecompass.segmentstore.core.tests.TreeMapStoreTest) Time elapsed: 0 s 16:36:40 [2019-07-19T20:36:40.556Z] testToSpecifyArraySubtype(org.eclipse.tracecompass.segmentstore.core.tests.TreeMapStoreTest) Time elapsed: 0.001 s 16:36:40 [2019-07-19T20:36:40.556Z] testIterationOrder(org.eclipse.tracecompass.segmentstore.core.tests.TreeMapStoreTest) Time elapsed: 0.001 s 16:36:40 [2019-07-19T20:36:40.556Z] testRetainAll(org.eclipse.tracecompass.segmentstore.core.tests.TreeMapStoreTest) Time elapsed: 0 s 16:36:40 [2019-07-19T20:36:40.556Z] testGetIntersectingElementsTime(org.eclipse.tracecompass.segmentstore.core.tests.TreeMapStoreTest) Time elapsed: 0.015 s 16:36:40 [2019-07-19T20:36:40.556Z] testToObjectArray(org.eclipse.tracecompass.segmentstore.core.tests.TreeMapStoreTest) Time elapsed: 0 s 16:36:40 [2019-07-19T20:36:40.556Z] testContains(org.eclipse.tracecompass.segmentstore.core.tests.TreeMapStoreTest) Time elapsed: 0.001 s 16:36:40 [2019-07-19T20:36:40.556Z] testSortedIterator(org.eclipse.tracecompass.segmentstore.core.tests.TreeMapStoreTest) Time elapsed: 0.001 s 16:36:40 [2019-07-19T20:36:40.556Z] testIterationOrderNonSortedInsertion(org.eclipse.tracecompass.segmentstore.core.tests.TreeMapStoreTest) Time elapsed: 0 s 16:36:40 [2019-07-19T20:36:40.556Z] testToSpecificArray(org.eclipse.tracecompass.segmentstore.core.tests.TreeMapStoreTest) Time elapsed: 0 s 16:36:40 [2019-07-19T20:36:40.556Z] testAddAllConstructorOutOfOrder(org.eclipse.tracecompass.segmentstore.core.tests.TreeMapStoreTest) Time elapsed: 0 s 16:36:40 [2019-07-19T20:36:40.556Z] testAddAll(org.eclipse.tracecompass.segmentstore.core.tests.TreeMapStoreTest) Time elapsed: 0.001 s 16:36:40 [2019-07-19T20:36:40.556Z] testDispose(org.eclipse.tracecompass.segmentstore.core.tests.TreeMapStoreTest) Time elapsed: 0 s 16:36:40 [2019-07-19T20:36:40.556Z] testIsEmpty(org.eclipse.tracecompass.segmentstore.core.tests.TreeMapStoreTest) Time elapsed: 0 s 16:36:40 [2019-07-19T20:36:40.556Z] testRemove(org.eclipse.tracecompass.segmentstore.core.tests.TreeMapStoreTest) Time elapsed: 0 s 16:36:40 [2019-07-19T20:36:40.556Z] testAddAllOutOfOrder(org.eclipse.tracecompass.segmentstore.core.tests.TreeMapStoreTest) Time elapsed: 0.001 s 16:36:40 [2019-07-19T20:36:40.556Z] testIterator(org.eclipse.tracecompass.segmentstore.core.tests.TreeMapStoreTest) Time elapsed: 0 s 16:36:40 [2019-07-19T20:36:40.556Z] testGetIntersectingElementsRange(org.eclipse.tracecompass.segmentstore.core.tests.TreeMapStoreTest) Time elapsed: 0.001 s 16:36:40 [2019-07-19T20:36:40.556Z] testRemoveAll(org.eclipse.tracecompass.segmentstore.core.tests.TreeMapStoreTest) Time elapsed: 0 s 16:36:40 [2019-07-19T20:36:40.556Z] testAddAllConstructor(org.eclipse.tracecompass.segmentstore.core.tests.TreeMapStoreTest) Time elapsed: 0.001 s 16:36:40 [2019-07-19T20:36:40.556Z] 16:36:40 [2019-07-19T20:36:40.556Z] Results: 16:36:40 [2019-07-19T20:36:40.556Z] 16:36:40 [2019-07-19T20:36:40.556Z] Tests run: 126, Failures: 0, Errors: 0, Skipped: 0 16:36:40 [2019-07-19T20:36:40.556Z] 16:36:41 [2019-07-19T20:36:41.487Z] [INFO] All tests passed! 16:36:41 [2019-07-19T20:36:41.487Z] [INFO] 16:36:41 [2019-07-19T20:36:41.487Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.segmentstore.core.tests --- 16:36:41 [2019-07-19T20:36:41.487Z] [INFO] Loading execution data file /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core.tests/../../target/jacoco.exec 16:36:41 [2019-07-19T20:36:41.487Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core.tests' with 17 classes 16:36:41 [2019-07-19T20:36:41.744Z] [INFO] 16:36:41 [2019-07-19T20:36:41.744Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.segmentstore.core.tests --- 16:36:41 [2019-07-19T20:36:41.744Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core.tests/target/org.eclipse.tracecompass.segmentstore.core.tests-1.0.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.segmentstore.core.tests/1.0.3-SNAPSHOT/org.eclipse.tracecompass.segmentstore.core.tests-1.0.3-SNAPSHOT.jar 16:36:41 [2019-07-19T20:36:41.744Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core.tests/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.segmentstore.core.tests/1.0.3-SNAPSHOT/org.eclipse.tracecompass.segmentstore.core.tests-1.0.3-SNAPSHOT.pom 16:36:41 [2019-07-19T20:36:41.744Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core.tests/target/org.eclipse.tracecompass.segmentstore.core.tests-1.0.3-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.segmentstore.core.tests/1.0.3-SNAPSHOT/org.eclipse.tracecompass.segmentstore.core.tests-1.0.3-SNAPSHOT-sources.jar 16:36:41 [2019-07-19T20:36:41.744Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core.tests/target/org.eclipse.tracecompass.segmentstore.core.tests-1.0.3-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.segmentstore.core.tests/1.0.3-SNAPSHOT/org.eclipse.tracecompass.segmentstore.core.tests-1.0.3-SNAPSHOT-pack200.jar.pack.gz 16:36:41 [2019-07-19T20:36:41.744Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.segmentstore.core.tests/1.0.3-SNAPSHOT/org.eclipse.tracecompass.segmentstore.core.tests-1.0.3-SNAPSHOT-p2metadata.xml 16:36:41 [2019-07-19T20:36:41.744Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.segmentstore.core.tests/1.0.3-SNAPSHOT/org.eclipse.tracecompass.segmentstore.core.tests-1.0.3-SNAPSHOT-p2artifacts.xml 16:36:41 [2019-07-19T20:36:41.744Z] [INFO] 16:36:41 [2019-07-19T20:36:41.744Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.segmentstore.core.tests --- 16:36:41 [2019-07-19T20:36:41.744Z] [INFO] 16:36:41 [2019-07-19T20:36:41.744Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests >-- 16:36:41 [2019-07-19T20:36:41.744Z] [INFO] Building org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests 1.0.8-SNAPSHOT [125/134] 16:36:41 [2019-07-19T20:36:41.744Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- 16:36:41 [2019-07-19T20:36:41.744Z] [INFO] 16:36:41 [2019-07-19T20:36:41.744Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests --- 16:36:41 [2019-07-19T20:36:41.744Z] [INFO] 16:36:41 [2019-07-19T20:36:41.744Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests --- 16:36:41 [2019-07-19T20:36:41.744Z] [INFO] The project's OSGi version is 1.0.8.201907191907 16:36:41 [2019-07-19T20:36:41.744Z] [INFO] 16:36:41 [2019-07-19T20:36:41.744Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests --- 16:36:41 [2019-07-19T20:36:41.744Z] [INFO] 16:36:41 [2019-07-19T20:36:41.744Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests --- 16:36:41 [2019-07-19T20:36:41.744Z] [INFO] 16:36:41 [2019-07-19T20:36:41.744Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests --- 16:36:41 [2019-07-19T20:36:41.744Z] [INFO] 16:36:41 [2019-07-19T20:36:41.744Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests --- 16:36:41 [2019-07-19T20:36:41.744Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 16:36:41 [2019-07-19T20:36:41.744Z] [INFO] 16:36:41 [2019-07-19T20:36:41.744Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests --- 16:36:41 [2019-07-19T20:36:41.744Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:36:41 [2019-07-19T20:36:41.744Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests/src/main/resources 16:36:41 [2019-07-19T20:36:41.744Z] [INFO] 16:36:41 [2019-07-19T20:36:41.744Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests --- 16:36:41 [2019-07-19T20:36:41.744Z] [INFO] Compiling 6 source files to /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests/target/classes 16:36:42 [2019-07-19T20:36:42.674Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests/src/org/eclipse/tracecompass/tmf/analysis/xml/ui/swtbot/tests/latency/PatternDensityViewTest.java:[94] 16:36:42 [2019-07-19T20:36:42.674Z] fDensityChart = viewBot.bot().widget(WidgetOfType.widgetOfType(Chart.class)); 16:36:42 [2019-07-19T20:36:42.674Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 16:36:42 [2019-07-19T20:36:42.674Z] Unsafe interpretation of method return type as '@NonNull' based on substitution 'T=@NonNull Chart'. Declaring type 'SWTBotFactory' doesn't seem to be designed with null type annotations in mind 16:36:42 [2019-07-19T20:36:42.674Z] 1 problem (1 warning) 16:36:42 [2019-07-19T20:36:42.674Z] [INFO] 16:36:42 [2019-07-19T20:36:42.674Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests --- 16:36:42 [2019-07-19T20:36:42.674Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:36:42 [2019-07-19T20:36:42.674Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests/src/test/resources 16:36:42 [2019-07-19T20:36:42.674Z] [INFO] 16:36:42 [2019-07-19T20:36:42.674Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests --- 16:36:42 [2019-07-19T20:36:42.674Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests/target/org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests-1.0.8-SNAPSHOT-sources.jar 16:36:42 [2019-07-19T20:36:42.674Z] [INFO] 16:36:42 [2019-07-19T20:36:42.674Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests --- 16:36:42 [2019-07-19T20:36:42.674Z] [INFO] 16:36:42 [2019-07-19T20:36:42.674Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests --- 16:36:42 [2019-07-19T20:36:42.674Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests/target/org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests-1.0.8-SNAPSHOT.jar 16:36:42 [2019-07-19T20:36:42.674Z] [INFO] 16:36:42 [2019-07-19T20:36:42.674Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests --- 16:36:42 [2019-07-19T20:36:42.931Z] [INFO] 16:36:42 [2019-07-19T20:36:42.931Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests --- 16:36:42 [2019-07-19T20:36:42.931Z] [INFO] 16:36:42 [2019-07-19T20:36:42.931Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests --- 16:36:42 [2019-07-19T20:36:42.931Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests/target/org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests-1.0.8-SNAPSHOT.jar 16:36:42 [2019-07-19T20:36:42.931Z] [INFO] 16:36:42 [2019-07-19T20:36:42.931Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests --- 16:36:42 [2019-07-19T20:36:42.931Z] [INFO] 16:36:42 [2019-07-19T20:36:42.931Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests --- 16:36:44 [2019-07-19T20:36:44.825Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests/target/work/data/.metadata/.log 16:36:44 [2019-07-19T20:36:44.825Z] [INFO] Command line: 16:36:44 [2019-07-19T20:36:44.825Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -nouithread, -consoleLog] 16:36:44 [2019-07-19T20:36:44.825Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass 16:36:49 [2019-07-19T20:36:49.001Z] !SESSION 2019-07-19 20:36:45.014 ----------------------------------------------- 16:36:49 [2019-07-19T20:36:49.001Z] eclipse.buildId=unknown 16:36:49 [2019-07-19T20:36:49.001Z] java.version=1.8.0_202 16:36:49 [2019-07-19T20:36:49.001Z] java.vendor=Oracle Corporation 16:36:49 [2019-07-19T20:36:49.001Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US 16:36:49 [2019-07-19T20:36:49.001Z] Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests/target/surefire.properties -product org.eclipse.platform.ide -nouithread 16:36:49 [2019-07-19T20:36:49.001Z] Command-line arguments: -data /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests/target/surefire.properties -product org.eclipse.platform.ide -nouithread -consoleLog 16:36:49 [2019-07-19T20:36:49.001Z] 16:36:49 [2019-07-19T20:36:49.001Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-19 20:36:48.182 16:36:49 [2019-07-19T20:36:49.001Z] !MESSAGE FrameworkEvent ERROR 16:36:49 [2019-07-19T20:36:49.001Z] !STACK 0 16:36:49 [2019-07-19T20:36:49.001Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [65] 16:36:49 [2019-07-19T20:36:49.001Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 16:36:49 [2019-07-19T20:36:49.001Z] 16:36:49 [2019-07-19T20:36:49.001Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 16:36:49 [2019-07-19T20:36:49.001Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 16:36:49 [2019-07-19T20:36:49.001Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 16:36:49 [2019-07-19T20:36:49.001Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 16:36:49 [2019-07-19T20:36:49.001Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 16:36:49 [2019-07-19T20:36:49.001Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 16:36:49 [2019-07-19T20:36:49.001Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 16:36:49 [2019-07-19T20:36:49.001Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 16:36:49 [2019-07-19T20:36:49.001Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 16:36:49 [2019-07-19T20:36:49.001Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 16:36:49 [2019-07-19T20:36:49.001Z] 16:36:49 [2019-07-19T20:36:49.001Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-19 20:36:48.372 16:36:49 [2019-07-19T20:36:49.002Z] !MESSAGE FrameworkEvent ERROR 16:36:49 [2019-07-19T20:36:49.002Z] !STACK 0 16:36:49 [2019-07-19T20:36:49.002Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [134] 16:36:49 [2019-07-19T20:36:49.002Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 16:36:49 [2019-07-19T20:36:49.002Z] Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)" 16:36:49 [2019-07-19T20:36:49.002Z] -> Export-Package: org.apache.http.impl.auth.win; bundle-symbolic-name="org.apache.httpcomponents.httpclient.win"; bundle-version="4.5.6.v20190213-1947"; version="4.5.6"; x-internal:="true"; uses:="org.apache.http,org.apache.http.auth,org.apache.http.client,org.apache.http.impl.auth,org.apache.http.protocol,org.apache.http.util" 16:36:49 [2019-07-19T20:36:49.002Z] org.apache.httpcomponents.httpclient.win [36] 16:36:49 [2019-07-19T20:36:49.002Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 16:36:49 [2019-07-19T20:36:49.002Z] 16:36:49 [2019-07-19T20:36:49.002Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 16:36:49 [2019-07-19T20:36:49.002Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 16:36:49 [2019-07-19T20:36:49.002Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 16:36:49 [2019-07-19T20:36:49.002Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 16:36:49 [2019-07-19T20:36:49.002Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 16:36:49 [2019-07-19T20:36:49.002Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 16:36:49 [2019-07-19T20:36:49.002Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 16:36:49 [2019-07-19T20:36:49.002Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 16:36:49 [2019-07-19T20:36:49.002Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 16:36:49 [2019-07-19T20:36:49.002Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 16:36:50 [2019-07-19T20:36:50.896Z] process 19549: D-Bus library appears to be incorrectly set up; failed to read machine uuid: UUID file '/etc/machine-id' should contain a hex string of length 32, not length 0, with no other text 16:36:50 [2019-07-19T20:36:50.896Z] See the manual page for dbus-uuidgen to correct this issue. 16:36:50 [2019-07-19T20:36:50.896Z] SWT SessionManagerDBus: Failed to connect to org.gnome.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory) 16:36:50 [2019-07-19T20:36:50.896Z] SWT SessionManagerDBus: Failed to connect to org.xfce.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory) 16:37:03 [2019-07-19T20:37:03.077Z] Running org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests.latency.PatternScatterChartViewTest 16:37:03 [2019-07-19T20:37:03.334Z] Display size: 1440x900 16:37:03 [2019-07-19T20:37:03.334Z] OS version=3.10.0-957.21.3.el7.x86_64 16:37:03 [2019-07-19T20:37:03.334Z] GTK version=3.18.9 16:37:03 [2019-07-19T20:37:03.334Z] GTK theme=Ambiance 16:37:03 [2019-07-19T20:37:03.334Z] LIBOVERLAY_SCROLLBAR=0 16:37:03 [2019-07-19T20:37:03.334Z] Time zone: Coordinated Universal Time 16:37:03 [2019-07-19T20:37:03.334Z] log4j:WARN No appenders could be found for logger (org.eclipse.swtbot.swt.finder.widgets.SWTBotShell). 16:37:03 [2019-07-19T20:37:03.334Z] log4j:WARN Please initialize the log4j system properly. 16:37:09 [2019-07-19T20:37:09.881Z] 16:37:09 [2019-07-19T20:37:09.881Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-19 20:37:09.683 16:37:09 [2019-07-19T20:37:09.881Z] !MESSAGE Fsm syscall: Both 'initial' attribute and <initial> element were declared. Only the 'initial' attribute will be used 16:37:16 [2019-07-19T20:37:16.429Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:37:16 [2019-07-19T20:37:16.429Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:37:16 [2019-07-19T20:37:16.429Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:37:16 [2019-07-19T20:37:16.429Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:37:16 [2019-07-19T20:37:16.429Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:37:16 [2019-07-19T20:37:16.429Z] DEBUG - Attempting to set focus on Tree with text {} 16:37:16 [2019-07-19T20:37:16.429Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200539774 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:37:16 [2019-07-19T20:37:16.429Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200539775 data=null doit=true} to TreeItem with text {test} 16:37:16 [2019-07-19T20:37:16.429Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200539775 data=null} to TreeItem with text {test} 16:37:16 [2019-07-19T20:37:16.429Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200539776 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:37:16 [2019-07-19T20:37:16.429Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200539777 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:37:16 [2019-07-19T20:37:16.429Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200540038 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:37:16 [2019-07-19T20:37:16.429Z] DEBUG - Attempting to set focus on Tree with text {} 16:37:16 [2019-07-19T20:37:16.429Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200540040 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:37:16 [2019-07-19T20:37:16.429Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200540041 data=null doit=true} to TreeItem with text {test} 16:37:16 [2019-07-19T20:37:16.429Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200540041 data=null} to TreeItem with text {test} 16:37:16 [2019-07-19T20:37:16.429Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200540042 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:37:16 [2019-07-19T20:37:16.429Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200540042 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:37:16 [2019-07-19T20:37:16.429Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200540058 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:37:16 [2019-07-19T20:37:16.429Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200540060 data=null doit=true} to TreeItem with text {test} 16:37:16 [2019-07-19T20:37:16.429Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200540127 data=null} to TreeItem with text {test} 16:37:16 [2019-07-19T20:37:16.429Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200540128 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:37:16 [2019-07-19T20:37:16.429Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200540129 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {test} 16:37:16 [2019-07-19T20:37:16.429Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200540247 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:37:16 [2019-07-19T20:37:16.429Z] DEBUG - Attempting to set focus on Tree with text {} 16:37:16 [2019-07-19T20:37:16.429Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=200540252 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 16:37:16 [2019-07-19T20:37:16.429Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=200540252 data=null doit=true} to TreeItem with text {Traces [1]} 16:37:16 [2019-07-19T20:37:16.429Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=200540253 data=null} to TreeItem with text {Traces [1]} 16:37:16 [2019-07-19T20:37:16.429Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=200540253 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:37:16 [2019-07-19T20:37:16.429Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200540254 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 16:37:16 [2019-07-19T20:37:16.429Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=200540366 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:37:16 [2019-07-19T20:37:16.429Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=200540427 data=null doit=true} to TreeItem with text {Traces [1]} 16:37:16 [2019-07-19T20:37:16.429Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=200540427 data=null} to TreeItem with text {Traces [1]} 16:37:16 [2019-07-19T20:37:16.429Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=200540428 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:37:16 [2019-07-19T20:37:16.429Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200540429 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {Traces [1]} 16:37:16 [2019-07-19T20:37:16.429Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=200540433 data=null button=1 stateMask=0x80000 x=75 y=53 count=1} to TreeItem with text {Traces [1]} 16:37:16 [2019-07-19T20:37:16.429Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {bug446190} time=200540436 data=null doit=true} to Tree node with text: bug446190 16:37:16 [2019-07-19T20:37:16.429Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {bug446190} time=200540436 data=null} to Tree node with text: bug446190 16:37:16 [2019-07-19T20:37:16.429Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {bug446190} time=200540437 data=null button=1 stateMask=0x0 x=98 y=74 count=1} to Tree node with text: bug446190 16:37:16 [2019-07-19T20:37:16.429Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200540438 data=null item=TreeItem {bug446190} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Tree node with text: bug446190 16:37:16 [2019-07-19T20:37:16.429Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {bug446190} time=200540459 data=null button=1 stateMask=0x80000 x=114 y=74 count=1} to Tree node with text: bug446190 16:37:16 [2019-07-19T20:37:16.429Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Views} time=200540460 data=null doit=true} to Tree node with text: Views 16:37:16 [2019-07-19T20:37:16.429Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Views} time=200540461 data=null} to Tree node with text: Views 16:37:16 [2019-07-19T20:37:16.429Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Views} time=200540461 data=null button=1 stateMask=0x0 x=114 y=95 count=1} to Tree node with text: Views 16:37:16 [2019-07-19T20:37:16.429Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200540462 data=null item=TreeItem {Views} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Tree node with text: Views 16:37:16 [2019-07-19T20:37:16.429Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Views} time=200540658 data=null button=1 stateMask=0x80000 x=114 y=95 count=1} to Tree node with text: Views 16:37:16 [2019-07-19T20:37:16.429Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {XML system call analysis} time=200540660 data=null doit=true} to Tree node with text: XML system call analysis 16:37:16 [2019-07-19T20:37:16.429Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {XML system call analysis} time=200540660 data=null} to Tree node with text: XML system call analysis 16:37:16 [2019-07-19T20:37:16.429Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {XML system call analysis} time=200540661 data=null button=1 stateMask=0x0 x=193 y=389 count=1} to Tree node with text: XML system call analysis 16:37:16 [2019-07-19T20:37:16.429Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200540661 data=null item=TreeItem {XML system call analysis} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Tree node with text: XML system call analysis 16:37:16 [2019-07-19T20:37:16.686Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {XML system call analysis} time=200540833 data=null button=1 stateMask=0x80000 x=193 y=389 count=1} to Tree node with text: XML system call analysis 16:37:16 [2019-07-19T20:37:16.686Z] DEBUG - Double-clicking on Tree node with text: Latency vs Time 16:37:16 [2019-07-19T20:37:16.686Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Latency vs Time} time=200540835 data=null button=0 stateMask=0x0 x=184 y=473 count=0} to Tree node with text: Latency vs Time 16:37:16 [2019-07-19T20:37:16.686Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Latency vs Time} time=200540835 data=null doit=true} to Tree node with text: Latency vs Time 16:37:16 [2019-07-19T20:37:16.686Z] DEBUG - Attempting to set focus on Tree with text {} 16:37:16 [2019-07-19T20:37:16.686Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Latency vs Time} time=200540836 data=null} to Tree node with text: Latency vs Time 16:37:16 [2019-07-19T20:37:16.686Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Latency vs Time} time=200540837 data=null button=1 stateMask=0x0 x=184 y=473 count=1} to Tree node with text: Latency vs Time 16:37:16 [2019-07-19T20:37:16.686Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200540841 data=null item=TreeItem {Latency vs Time} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: Latency vs Time 16:37:16 [2019-07-19T20:37:16.943Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Latency vs Time} time=200540942 data=null button=1 stateMask=0x80000 x=184 y=473 count=1} to Tree node with text: Latency vs Time 16:37:16 [2019-07-19T20:37:16.943Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Latency vs Time} time=200540943 data=null button=1 stateMask=0x0 x=184 y=473 count=2} to Tree node with text: Latency vs Time 16:37:16 [2019-07-19T20:37:16.943Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {Latency vs Time} time=200540944 data=null button=1 stateMask=0x0 x=184 y=473 count=2} to Tree node with text: Latency vs Time 16:37:17 [2019-07-19T20:37:17.200Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200540945 data=null item=TreeItem {Latency vs Time} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: Latency vs Time 16:37:17 [2019-07-19T20:37:17.457Z] *** BUG *** 16:37:17 [2019-07-19T20:37:17.457Z] In pixman_region32_init_rect: Invalid rectangle passed 16:37:17 [2019-07-19T20:37:17.457Z] Set a breakpoint on '_pixman_log_error' to debug 16:37:17 [2019-07-19T20:37:17.457Z] 16:37:17 [2019-07-19T20:37:17.457Z] *** BUG *** 16:37:17 [2019-07-19T20:37:17.457Z] In pixman_region32_init_rect: Invalid rectangle passed 16:37:17 [2019-07-19T20:37:17.457Z] Set a breakpoint on '_pixman_log_error' to debug 16:37:17 [2019-07-19T20:37:17.457Z] 16:37:17 [2019-07-19T20:37:17.713Z] *** BUG *** 16:37:17 [2019-07-19T20:37:17.713Z] In pixman_region32_init_rect: Invalid rectangle passed 16:37:17 [2019-07-19T20:37:17.713Z] Set a breakpoint on '_pixman_log_error' to debug 16:37:17 [2019-07-19T20:37:17.713Z] 16:37:18 [2019-07-19T20:37:18.277Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Latency vs Time} time=200541432 data=null button=1 stateMask=0x80000 x=184 y=473 count=2} to Tree node with text: Latency vs Time 16:37:18 [2019-07-19T20:37:18.277Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {Latency vs Time} time=200542265 data=null button=0 stateMask=0x0 x=184 y=473 count=0} to Tree node with text: Latency vs Time 16:37:18 [2019-07-19T20:37:18.277Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {Latency vs Time} time=200542265 data=null doit=true} to Tree node with text: Latency vs Time 16:37:18 [2019-07-19T20:37:18.277Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {Latency vs Time} time=200542265 data=null} to Tree node with text: Latency vs Time 16:37:18 [2019-07-19T20:37:18.277Z] DEBUG - Double-clicked on Tree node with text: Latency vs Time 16:37:21 [2019-07-19T20:37:21.553Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.internal.tmf.analysis.xml.ui.views.scattergraph"' 16:37:22 [2019-07-19T20:37:22.117Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.internal.tmf.analysis.xml.ui.views.scattergraph"' 16:37:22 [2019-07-19T20:37:22.117Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:37:22 [2019-07-19T20:37:22.117Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:37:22 [2019-07-19T20:37:22.117Z] DEBUG - Setting state to checked on: bug446190 16:37:23 [2019-07-19T20:37:23.049Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=200547288 data=null doit=true} to Shell with text {data - Eclipse Platform} 16:37:23 [2019-07-19T20:37:23.049Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' 16:37:23 [2019-07-19T20:37:23.306Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:37:23 [2019-07-19T20:37:23.306Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:37:23 [2019-07-19T20:37:23.306Z] DEBUG - Attempting to set focus on Tree with text {} 16:37:23 [2019-07-19T20:37:23.306Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200547428 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:37:23 [2019-07-19T20:37:23.306Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200547428 data=null doit=true} to TreeItem with text {test} 16:37:23 [2019-07-19T20:37:23.306Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200547429 data=null} to TreeItem with text {test} 16:37:23 [2019-07-19T20:37:23.306Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200547429 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:37:23 [2019-07-19T20:37:23.306Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200547430 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:37:23 [2019-07-19T20:37:23.306Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200547441 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:37:23 [2019-07-19T20:37:23.870Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' 16:37:23 [2019-07-19T20:37:23.870Z] DEBUG - Clicking on with mnemonic 'Delete' 16:37:23 [2019-07-19T20:37:23.870Z] DEBUG - Clicked on with mnemonic 'Delete' 16:37:24 [2019-07-19T20:37:24.435Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' 16:37:24 [2019-07-19T20:37:24.435Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} 16:37:24 [2019-07-19T20:37:24.435Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 16:37:24 [2019-07-19T20:37:24.435Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' 16:37:24 [2019-07-19T20:37:24.435Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') 16:37:24 [2019-07-19T20:37:24.435Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 16:37:24 [2019-07-19T20:37:24.435Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:37:24 [2019-07-19T20:37:24.435Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:37:24 [2019-07-19T20:37:24.435Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') 16:37:24 [2019-07-19T20:37:24.435Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected 16:37:24 [2019-07-19T20:37:24.435Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=200548657 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:37:24 [2019-07-19T20:37:24.435Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=200548658 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:37:24 [2019-07-19T20:37:24.435Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=200548658 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:37:24 [2019-07-19T20:37:24.435Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=200548659 data=null} to (of type 'Button' and with style 'SWT.CHECK') 16:37:24 [2019-07-19T20:37:24.435Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=200548659 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:37:24 [2019-07-19T20:37:24.435Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=200548659 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:37:24 [2019-07-19T20:37:24.435Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=200548660 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:37:24 [2019-07-19T20:37:24.435Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=200548660 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:37:24 [2019-07-19T20:37:24.435Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=200548660 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:37:24 [2019-07-19T20:37:24.435Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=200548660 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:37:24 [2019-07-19T20:37:24.435Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=200548661 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:37:24 [2019-07-19T20:37:24.435Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=200548661 data=null} to (of type 'Button' and with style 'SWT.CHECK') 16:37:24 [2019-07-19T20:37:24.435Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') 16:37:24 [2019-07-19T20:37:24.435Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 16:37:24 [2019-07-19T20:37:24.435Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 16:37:24 [2019-07-19T20:37:24.435Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:37:24 [2019-07-19T20:37:24.435Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:37:24 [2019-07-19T20:37:24.435Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 16:37:24 [2019-07-19T20:37:24.435Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:37:24 [2019-07-19T20:37:24.435Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:37:24 [2019-07-19T20:37:24.435Z] DEBUG - Clicking on OK 16:37:24 [2019-07-19T20:37:24.435Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=200548665 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:37:24 [2019-07-19T20:37:24.435Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=200548666 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:37:24 [2019-07-19T20:37:24.435Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=200548666 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:37:24 [2019-07-19T20:37:24.435Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=200548666 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:37:24 [2019-07-19T20:37:24.435Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=200548667 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:37:24 [2019-07-19T20:37:24.435Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=200548667 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:37:24 [2019-07-19T20:37:24.693Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:37:24 [2019-07-19T20:37:24.693Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:37:24 [2019-07-19T20:37:24.693Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:37:24 [2019-07-19T20:37:24.693Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:37:24 [2019-07-19T20:37:24.693Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:37:24 [2019-07-19T20:37:24.693Z] DEBUG - Clicked on OK 16:37:25 [2019-07-19T20:37:25.625Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=200548667 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:37:25 [2019-07-19T20:37:25.625Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=200547840 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' 16:37:25 [2019-07-19T20:37:25.882Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.internal.tmf.analysis.xml.ui.views.scattergraph"' 16:37:25 [2019-07-19T20:37:25.882Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.499 s - in org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests.latency.PatternScatterChartViewTest 16:37:25 [2019-07-19T20:37:25.882Z] testWithTrace(org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests.latency.PatternScatterChartViewTest) Time elapsed: 10.496 s 16:37:25 [2019-07-19T20:37:25.882Z] Running org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests.latency.PatternDensityViewTest 16:37:28 [2019-07-19T20:37:28.405Z] 16:37:28 [2019-07-19T20:37:28.405Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-19 20:37:28.202 16:37:28 [2019-07-19T20:37:28.405Z] !MESSAGE Fsm syscall: Both 'initial' attribute and <initial> element were declared. Only the 'initial' attribute will be used 16:37:31 [2019-07-19T20:37:31.747Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:37:31 [2019-07-19T20:37:31.747Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:37:31 [2019-07-19T20:37:31.747Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:37:31 [2019-07-19T20:37:31.747Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:37:31 [2019-07-19T20:37:31.747Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:37:31 [2019-07-19T20:37:31.747Z] DEBUG - Attempting to set focus on Tree with text {} 16:37:31 [2019-07-19T20:37:31.747Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200555736 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:37:31 [2019-07-19T20:37:31.747Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200555736 data=null doit=true} to TreeItem with text {test} 16:37:31 [2019-07-19T20:37:31.747Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200555737 data=null} to TreeItem with text {test} 16:37:31 [2019-07-19T20:37:31.747Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200555737 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:37:31 [2019-07-19T20:37:31.747Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200555738 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:37:31 [2019-07-19T20:37:31.747Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200555841 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:37:31 [2019-07-19T20:37:31.747Z] DEBUG - Attempting to set focus on Tree with text {} 16:37:31 [2019-07-19T20:37:31.747Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200555842 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:37:31 [2019-07-19T20:37:31.747Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200555842 data=null doit=true} to TreeItem with text {test} 16:37:31 [2019-07-19T20:37:31.747Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200555843 data=null} to TreeItem with text {test} 16:37:31 [2019-07-19T20:37:31.747Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200555843 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:37:31 [2019-07-19T20:37:31.747Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200555844 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:37:31 [2019-07-19T20:37:31.747Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200555853 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:37:31 [2019-07-19T20:37:31.747Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200555853 data=null doit=true} to TreeItem with text {test} 16:37:31 [2019-07-19T20:37:31.747Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200555853 data=null} to TreeItem with text {test} 16:37:31 [2019-07-19T20:37:31.747Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200555858 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:37:31 [2019-07-19T20:37:31.747Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200555859 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {test} 16:37:31 [2019-07-19T20:37:31.747Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200555862 data=null button=1 stateMask=0x80000 x=39 y=11 count=1} to TreeItem with text {test} 16:37:31 [2019-07-19T20:37:31.747Z] DEBUG - Attempting to set focus on Tree with text {} 16:37:31 [2019-07-19T20:37:31.747Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=200555864 data=null button=0 stateMask=0x0 x=75 y=53 count=0} to TreeItem with text {Traces [1]} 16:37:31 [2019-07-19T20:37:31.747Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=200555864 data=null doit=true} to TreeItem with text {Traces [1]} 16:37:31 [2019-07-19T20:37:31.747Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=200555864 data=null} to TreeItem with text {Traces [1]} 16:37:31 [2019-07-19T20:37:31.747Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=200555865 data=null button=1 stateMask=0x0 x=75 y=53 count=1} to TreeItem with text {Traces [1]} 16:37:31 [2019-07-19T20:37:31.747Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200555865 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 16:37:31 [2019-07-19T20:37:31.747Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=200555937 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:37:31 [2019-07-19T20:37:31.747Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=200555938 data=null doit=true} to TreeItem with text {Traces [1]} 16:37:31 [2019-07-19T20:37:31.747Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=200555938 data=null} to TreeItem with text {Traces [1]} 16:37:31 [2019-07-19T20:37:31.747Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=200555939 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:37:31 [2019-07-19T20:37:31.747Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200555939 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {Traces [1]} 16:37:31 [2019-07-19T20:37:31.747Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=200555942 data=null button=1 stateMask=0x80000 x=75 y=53 count=1} to TreeItem with text {Traces [1]} 16:37:31 [2019-07-19T20:37:31.747Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {bug446190} time=200555943 data=null doit=true} to Tree node with text: bug446190 16:37:31 [2019-07-19T20:37:31.747Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {bug446190} time=200555943 data=null} to Tree node with text: bug446190 16:37:31 [2019-07-19T20:37:31.747Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {bug446190} time=200555943 data=null button=1 stateMask=0x0 x=98 y=74 count=1} to Tree node with text: bug446190 16:37:31 [2019-07-19T20:37:31.747Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200555958 data=null item=TreeItem {bug446190} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Tree node with text: bug446190 16:37:31 [2019-07-19T20:37:31.747Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {bug446190} time=200555975 data=null button=1 stateMask=0x80000 x=114 y=74 count=1} to Tree node with text: bug446190 16:37:31 [2019-07-19T20:37:31.747Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Views} time=200555976 data=null doit=true} to Tree node with text: Views 16:37:31 [2019-07-19T20:37:31.747Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Views} time=200555977 data=null} to Tree node with text: Views 16:37:31 [2019-07-19T20:37:31.747Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Views} time=200555977 data=null button=1 stateMask=0x0 x=114 y=95 count=1} to Tree node with text: Views 16:37:32 [2019-07-19T20:37:32.004Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200555977 data=null item=TreeItem {Views} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Tree node with text: Views 16:37:32 [2019-07-19T20:37:32.004Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Views} time=200556079 data=null button=1 stateMask=0x80000 x=114 y=95 count=1} to Tree node with text: Views 16:37:32 [2019-07-19T20:37:32.004Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {XML system call analysis} time=200556080 data=null doit=true} to Tree node with text: XML system call analysis 16:37:32 [2019-07-19T20:37:32.004Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {XML system call analysis} time=200556080 data=null} to Tree node with text: XML system call analysis 16:37:32 [2019-07-19T20:37:32.004Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {XML system call analysis} time=200556081 data=null button=1 stateMask=0x0 x=193 y=389 count=1} to Tree node with text: XML system call analysis 16:37:32 [2019-07-19T20:37:32.004Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200556129 data=null item=TreeItem {XML system call analysis} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Tree node with text: XML system call analysis 16:37:32 [2019-07-19T20:37:32.004Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {XML system call analysis} time=200556229 data=null button=1 stateMask=0x80000 x=193 y=389 count=1} to Tree node with text: XML system call analysis 16:37:32 [2019-07-19T20:37:32.004Z] DEBUG - Double-clicking on Tree node with text: Latency vs Count 16:37:32 [2019-07-19T20:37:32.004Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Latency vs Count} time=200556230 data=null button=0 stateMask=0x0 x=187 y=452 count=0} to Tree node with text: Latency vs Count 16:37:32 [2019-07-19T20:37:32.004Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Latency vs Count} time=200556231 data=null doit=true} to Tree node with text: Latency vs Count 16:37:32 [2019-07-19T20:37:32.004Z] DEBUG - Attempting to set focus on Tree with text {} 16:37:32 [2019-07-19T20:37:32.004Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Latency vs Count} time=200556232 data=null} to Tree node with text: Latency vs Count 16:37:32 [2019-07-19T20:37:32.004Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Latency vs Count} time=200556232 data=null button=1 stateMask=0x0 x=187 y=452 count=1} to Tree node with text: Latency vs Count 16:37:32 [2019-07-19T20:37:32.004Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200556232 data=null item=TreeItem {Latency vs Count} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: Latency vs Count 16:37:32 [2019-07-19T20:37:32.004Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Latency vs Count} time=200556245 data=null button=1 stateMask=0x80000 x=187 y=452 count=1} to Tree node with text: Latency vs Count 16:37:32 [2019-07-19T20:37:32.004Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Latency vs Count} time=200556245 data=null button=1 stateMask=0x0 x=187 y=452 count=2} to Tree node with text: Latency vs Count 16:37:32 [2019-07-19T20:37:32.261Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {Latency vs Count} time=200556331 data=null button=1 stateMask=0x0 x=187 y=452 count=2} to Tree node with text: Latency vs Count 16:37:32 [2019-07-19T20:37:32.518Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200556332 data=null item=TreeItem {Latency vs Count} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: Latency vs Count 16:37:32 [2019-07-19T20:37:32.775Z] *** BUG *** 16:37:32 [2019-07-19T20:37:32.775Z] In pixman_region32_init_rect: Invalid rectangle passed 16:37:32 [2019-07-19T20:37:32.775Z] Set a breakpoint on '_pixman_log_error' to debug 16:37:32 [2019-07-19T20:37:32.775Z] 16:37:32 [2019-07-19T20:37:32.775Z] *** BUG *** 16:37:32 [2019-07-19T20:37:32.775Z] In pixman_region32_init_rect: Invalid rectangle passed 16:37:32 [2019-07-19T20:37:32.775Z] Set a breakpoint on '_pixman_log_error' to debug 16:37:32 [2019-07-19T20:37:32.775Z] 16:37:32 [2019-07-19T20:37:32.775Z] *** BUG *** 16:37:32 [2019-07-19T20:37:32.775Z] In pixman_region32_init_rect: Invalid rectangle passed 16:37:32 [2019-07-19T20:37:32.775Z] Set a breakpoint on '_pixman_log_error' to debug 16:37:32 [2019-07-19T20:37:32.775Z] 16:37:32 [2019-07-19T20:37:32.775Z] *** BUG *** 16:37:32 [2019-07-19T20:37:32.775Z] In pixman_region32_init_rect: Invalid rectangle passed 16:37:32 [2019-07-19T20:37:32.775Z] Set a breakpoint on '_pixman_log_error' to debug 16:37:32 [2019-07-19T20:37:32.775Z] 16:37:32 [2019-07-19T20:37:32.775Z] *** BUG *** 16:37:32 [2019-07-19T20:37:32.775Z] In pixman_region32_init_rect: Invalid rectangle passed 16:37:32 [2019-07-19T20:37:32.775Z] Set a breakpoint on '_pixman_log_error' to debug 16:37:32 [2019-07-19T20:37:32.775Z] 16:37:32 [2019-07-19T20:37:32.775Z] *** BUG *** 16:37:32 [2019-07-19T20:37:32.775Z] In pixman_region32_init_rect: Invalid rectangle passed 16:37:32 [2019-07-19T20:37:32.775Z] Set a breakpoint on '_pixman_log_error' to debug 16:37:32 [2019-07-19T20:37:32.775Z] 16:37:32 [2019-07-19T20:37:32.775Z] *** BUG *** 16:37:32 [2019-07-19T20:37:32.775Z] In pixman_region32_init_rect: Invalid rectangle passed 16:37:32 [2019-07-19T20:37:32.775Z] Set a breakpoint on '_pixman_log_error' to debug 16:37:32 [2019-07-19T20:37:32.775Z] 16:37:33 [2019-07-19T20:37:33.031Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Latency vs Count} time=200556773 data=null button=1 stateMask=0x80000 x=187 y=452 count=2} to Tree node with text: Latency vs Count 16:37:33 [2019-07-19T20:37:33.031Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {Latency vs Count} time=200557166 data=null button=0 stateMask=0x0 x=187 y=452 count=0} to Tree node with text: Latency vs Count 16:37:33 [2019-07-19T20:37:33.031Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {Latency vs Count} time=200557167 data=null doit=true} to Tree node with text: Latency vs Count 16:37:33 [2019-07-19T20:37:33.031Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {Latency vs Count} time=200557167 data=null} to Tree node with text: Latency vs Count 16:37:33 [2019-07-19T20:37:33.031Z] DEBUG - Double-clicked on Tree node with text: Latency vs Count 16:37:36 [2019-07-19T20:37:36.304Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.internal.tmf.analysis.xml.ui.views.density"' 16:37:36 [2019-07-19T20:37:36.304Z] DEBUG - matched Chart with text "", using matcher: of type 'Chart' 16:37:36 [2019-07-19T20:37:36.304Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Name} time=200559975 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TableColumn with text {Name} 16:37:36 [2019-07-19T20:37:36.304Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Name} time=200559981 data=null button=1 stateMask=0x80000 x=472 y=-11 count=1} to TableColumn with text {Name} 16:37:36 [2019-07-19T20:37:36.304Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Name} time=200560127 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TableColumn with text {Name} 16:37:36 [2019-07-19T20:37:36.304Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Name} time=200560133 data=null button=1 stateMask=0x80000 x=472 y=-12 count=1} to TableColumn with text {Name} 16:37:36 [2019-07-19T20:37:36.561Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=200560780 data=null doit=true} to Shell with text {data - Eclipse Platform} 16:37:36 [2019-07-19T20:37:36.561Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' 16:37:36 [2019-07-19T20:37:36.819Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:37:36 [2019-07-19T20:37:36.819Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:37:36 [2019-07-19T20:37:36.819Z] DEBUG - Attempting to set focus on Tree with text {} 16:37:36 [2019-07-19T20:37:36.819Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200560884 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:37:36 [2019-07-19T20:37:36.819Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200560928 data=null doit=true} to TreeItem with text {test} 16:37:36 [2019-07-19T20:37:36.819Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200560928 data=null} to TreeItem with text {test} 16:37:36 [2019-07-19T20:37:36.819Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200560929 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:37:36 [2019-07-19T20:37:36.819Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200560929 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:37:36 [2019-07-19T20:37:36.819Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200560940 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:37:37 [2019-07-19T20:37:37.076Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' 16:37:37 [2019-07-19T20:37:37.076Z] DEBUG - Clicking on with mnemonic 'Delete' 16:37:37 [2019-07-19T20:37:37.333Z] DEBUG - Clicked on with mnemonic 'Delete' 16:37:38 [2019-07-19T20:37:38.264Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' 16:37:38 [2019-07-19T20:37:38.264Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} 16:37:38 [2019-07-19T20:37:38.264Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 16:37:38 [2019-07-19T20:37:38.264Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' 16:37:38 [2019-07-19T20:37:38.264Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') 16:37:38 [2019-07-19T20:37:38.264Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 16:37:38 [2019-07-19T20:37:38.264Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:37:38 [2019-07-19T20:37:38.264Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:37:38 [2019-07-19T20:37:38.264Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') 16:37:38 [2019-07-19T20:37:38.264Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected 16:37:38 [2019-07-19T20:37:38.264Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=200562166 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:37:38 [2019-07-19T20:37:38.264Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=200562167 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:37:38 [2019-07-19T20:37:38.264Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=200562167 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:37:38 [2019-07-19T20:37:38.264Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=200562167 data=null} to (of type 'Button' and with style 'SWT.CHECK') 16:37:38 [2019-07-19T20:37:38.264Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=200562167 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:37:38 [2019-07-19T20:37:38.264Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=200562167 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:37:38 [2019-07-19T20:37:38.264Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=200562167 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:37:38 [2019-07-19T20:37:38.264Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=200562168 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:37:38 [2019-07-19T20:37:38.264Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=200562168 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:37:38 [2019-07-19T20:37:38.264Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=200562168 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:37:38 [2019-07-19T20:37:38.264Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=200562168 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:37:38 [2019-07-19T20:37:38.264Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=200562168 data=null} to (of type 'Button' and with style 'SWT.CHECK') 16:37:38 [2019-07-19T20:37:38.264Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') 16:37:38 [2019-07-19T20:37:38.264Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 16:37:38 [2019-07-19T20:37:38.264Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 16:37:38 [2019-07-19T20:37:38.264Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:37:38 [2019-07-19T20:37:38.264Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:37:38 [2019-07-19T20:37:38.264Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 16:37:38 [2019-07-19T20:37:38.264Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:37:38 [2019-07-19T20:37:38.264Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:37:38 [2019-07-19T20:37:38.264Z] DEBUG - Clicking on OK 16:37:38 [2019-07-19T20:37:38.264Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=200562171 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:37:38 [2019-07-19T20:37:38.264Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=200562171 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:37:38 [2019-07-19T20:37:38.264Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=200562171 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:37:38 [2019-07-19T20:37:38.264Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=200562172 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:37:38 [2019-07-19T20:37:38.264Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=200562172 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:37:38 [2019-07-19T20:37:38.264Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=200562172 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:37:38 [2019-07-19T20:37:38.264Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:37:38 [2019-07-19T20:37:38.264Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:37:38 [2019-07-19T20:37:38.264Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:37:38 [2019-07-19T20:37:38.264Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:37:38 [2019-07-19T20:37:38.264Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:37:38 [2019-07-19T20:37:38.264Z] DEBUG - Clicked on OK 16:37:38 [2019-07-19T20:37:38.828Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=200562172 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:37:38 [2019-07-19T20:37:38.828Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=200561167 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' 16:37:39 [2019-07-19T20:37:39.086Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.internal.tmf.analysis.xml.ui.views.density"' 16:37:39 [2019-07-19T20:37:39.086Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.222 s - in org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests.latency.PatternDensityViewTest 16:37:39 [2019-07-19T20:37:39.086Z] testWithTrace(org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests.latency.PatternDensityViewTest) Time elapsed: 7.952 s 16:37:39 [2019-07-19T20:37:39.086Z] Running org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests.latency.PatternLatencyTableViewTest 16:37:40 [2019-07-19T20:37:40.982Z] 16:37:40 [2019-07-19T20:37:40.982Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-19 20:37:40.799 16:37:40 [2019-07-19T20:37:40.982Z] !MESSAGE Fsm syscall: Both 'initial' attribute and <initial> element were declared. Only the 'initial' attribute will be used 16:37:44 [2019-07-19T20:37:44.256Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:37:44 [2019-07-19T20:37:44.256Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:37:44 [2019-07-19T20:37:44.256Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:37:44 [2019-07-19T20:37:44.256Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:37:44 [2019-07-19T20:37:44.256Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:37:44 [2019-07-19T20:37:44.256Z] DEBUG - Attempting to set focus on Tree with text {} 16:37:44 [2019-07-19T20:37:44.256Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200568163 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:37:44 [2019-07-19T20:37:44.256Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200568164 data=null doit=true} to TreeItem with text {test} 16:37:44 [2019-07-19T20:37:44.256Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200568164 data=null} to TreeItem with text {test} 16:37:44 [2019-07-19T20:37:44.256Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200568164 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:37:44 [2019-07-19T20:37:44.256Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200568164 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:37:44 [2019-07-19T20:37:44.256Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200568258 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:37:44 [2019-07-19T20:37:44.256Z] DEBUG - Attempting to set focus on Tree with text {} 16:37:44 [2019-07-19T20:37:44.256Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200568263 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:37:44 [2019-07-19T20:37:44.256Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200568264 data=null doit=true} to TreeItem with text {test} 16:37:44 [2019-07-19T20:37:44.256Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200568264 data=null} to TreeItem with text {test} 16:37:44 [2019-07-19T20:37:44.256Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200568264 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:37:44 [2019-07-19T20:37:44.256Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200568265 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:37:44 [2019-07-19T20:37:44.256Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200568275 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:37:44 [2019-07-19T20:37:44.256Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200568275 data=null doit=true} to TreeItem with text {test} 16:37:44 [2019-07-19T20:37:44.256Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200568276 data=null} to TreeItem with text {test} 16:37:44 [2019-07-19T20:37:44.256Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200568276 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:37:44 [2019-07-19T20:37:44.256Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200568281 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {test} 16:37:44 [2019-07-19T20:37:44.256Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200568336 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:37:44 [2019-07-19T20:37:44.256Z] DEBUG - Attempting to set focus on Tree with text {} 16:37:44 [2019-07-19T20:37:44.256Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=200568337 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} 16:37:44 [2019-07-19T20:37:44.256Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=200568338 data=null doit=true} to TreeItem with text {Traces [1]} 16:37:44 [2019-07-19T20:37:44.256Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=200568338 data=null} to TreeItem with text {Traces [1]} 16:37:44 [2019-07-19T20:37:44.256Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=200568338 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:37:44 [2019-07-19T20:37:44.256Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200568339 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]} 16:37:44 [2019-07-19T20:37:44.256Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=200568362 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:37:44 [2019-07-19T20:37:44.256Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=200568370 data=null doit=true} to TreeItem with text {Traces [1]} 16:37:44 [2019-07-19T20:37:44.256Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=200568370 data=null} to TreeItem with text {Traces [1]} 16:37:44 [2019-07-19T20:37:44.256Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=200568371 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} 16:37:44 [2019-07-19T20:37:44.256Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200568371 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {Traces [1]} 16:37:44 [2019-07-19T20:37:44.256Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=200568374 data=null button=1 stateMask=0x80000 x=75 y=53 count=1} to TreeItem with text {Traces [1]} 16:37:44 [2019-07-19T20:37:44.256Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {bug446190} time=200568375 data=null doit=true} to Tree node with text: bug446190 16:37:44 [2019-07-19T20:37:44.256Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {bug446190} time=200568375 data=null} to Tree node with text: bug446190 16:37:44 [2019-07-19T20:37:44.256Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {bug446190} time=200568375 data=null button=1 stateMask=0x0 x=98 y=74 count=1} to Tree node with text: bug446190 16:37:44 [2019-07-19T20:37:44.256Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200568376 data=null item=TreeItem {bug446190} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Tree node with text: bug446190 16:37:44 [2019-07-19T20:37:44.256Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {bug446190} time=200568435 data=null button=1 stateMask=0x80000 x=114 y=74 count=1} to Tree node with text: bug446190 16:37:44 [2019-07-19T20:37:44.256Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Views} time=200568438 data=null doit=true} to Tree node with text: Views 16:37:44 [2019-07-19T20:37:44.256Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Views} time=200568438 data=null} to Tree node with text: Views 16:37:44 [2019-07-19T20:37:44.256Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Views} time=200568438 data=null button=1 stateMask=0x0 x=114 y=95 count=1} to Tree node with text: Views 16:37:44 [2019-07-19T20:37:44.256Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200568439 data=null item=TreeItem {Views} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Tree node with text: Views 16:37:44 [2019-07-19T20:37:44.513Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Views} time=200568530 data=null button=1 stateMask=0x80000 x=114 y=95 count=1} to Tree node with text: Views 16:37:44 [2019-07-19T20:37:44.513Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {XML system call analysis} time=200568531 data=null doit=true} to Tree node with text: XML system call analysis 16:37:44 [2019-07-19T20:37:44.513Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {XML system call analysis} time=200568531 data=null} to Tree node with text: XML system call analysis 16:37:44 [2019-07-19T20:37:44.513Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {XML system call analysis} time=200568532 data=null button=1 stateMask=0x0 x=193 y=389 count=1} to Tree node with text: XML system call analysis 16:37:44 [2019-07-19T20:37:44.513Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200568532 data=null item=TreeItem {XML system call analysis} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Tree node with text: XML system call analysis 16:37:44 [2019-07-19T20:37:44.513Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {XML system call analysis} time=200568545 data=null button=1 stateMask=0x80000 x=177 y=389 count=1} to Tree node with text: XML system call analysis 16:37:44 [2019-07-19T20:37:44.513Z] DEBUG - Double-clicking on Tree node with text: Latency Table 16:37:44 [2019-07-19T20:37:44.513Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Latency Table} time=200568546 data=null button=0 stateMask=0x0 x=159 y=431 count=0} to Tree node with text: Latency Table 16:37:44 [2019-07-19T20:37:44.513Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Latency Table} time=200568582 data=null doit=true} to Tree node with text: Latency Table 16:37:44 [2019-07-19T20:37:44.513Z] DEBUG - Attempting to set focus on Tree with text {} 16:37:44 [2019-07-19T20:37:44.513Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Latency Table} time=200568583 data=null} to Tree node with text: Latency Table 16:37:44 [2019-07-19T20:37:44.513Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Latency Table} time=200568584 data=null button=1 stateMask=0x0 x=175 y=431 count=1} to Tree node with text: Latency Table 16:37:44 [2019-07-19T20:37:44.513Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200568585 data=null item=TreeItem {Latency Table} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: Latency Table 16:37:44 [2019-07-19T20:37:44.513Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Latency Table} time=200568673 data=null button=1 stateMask=0x80000 x=175 y=431 count=1} to Tree node with text: Latency Table 16:37:44 [2019-07-19T20:37:44.513Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Latency Table} time=200568674 data=null button=1 stateMask=0x0 x=175 y=431 count=2} to Tree node with text: Latency Table 16:37:44 [2019-07-19T20:37:44.513Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {Latency Table} time=200568674 data=null button=1 stateMask=0x0 x=175 y=431 count=2} to Tree node with text: Latency Table 16:37:44 [2019-07-19T20:37:44.769Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=200568675 data=null item=TreeItem {Latency Table} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: Latency Table 16:37:45 [2019-07-19T20:37:45.332Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Latency Table} time=200568825 data=null button=1 stateMask=0x80000 x=175 y=431 count=2} to Tree node with text: Latency Table 16:37:45 [2019-07-19T20:37:45.332Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {Latency Table} time=200569368 data=null button=0 stateMask=0x0 x=175 y=431 count=0} to Tree node with text: Latency Table 16:37:45 [2019-07-19T20:37:45.332Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {Latency Table} time=200569368 data=null doit=true} to Tree node with text: Latency Table 16:37:45 [2019-07-19T20:37:45.332Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {Latency Table} time=200569369 data=null} to Tree node with text: Latency Table 16:37:45 [2019-07-19T20:37:45.332Z] DEBUG - Double-clicked on Tree node with text: Latency Table 16:37:47 [2019-07-19T20:37:47.226Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.internal.tmf.analysis.xml.ui.views.latencytable"' 16:37:47 [2019-07-19T20:37:47.789Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Name} time=200571871 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TableColumn with text {Name} 16:37:47 [2019-07-19T20:37:47.789Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Name} time=200571875 data=null button=1 stateMask=0x80000 x=445 y=-11 count=1} to TableColumn with text {Name} 16:37:47 [2019-07-19T20:37:47.789Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Name} time=200571912 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TableColumn with text {Name} 16:37:47 [2019-07-19T20:37:47.789Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Name} time=200571915 data=null button=1 stateMask=0x80000 x=445 y=-12 count=1} to TableColumn with text {Name} 16:37:48 [2019-07-19T20:37:48.354Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=200572532 data=null doit=true} to Shell with text {data - Eclipse Platform} 16:37:48 [2019-07-19T20:37:48.354Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' 16:37:48 [2019-07-19T20:37:48.614Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:37:48 [2019-07-19T20:37:48.614Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:37:48 [2019-07-19T20:37:48.614Z] DEBUG - Attempting to set focus on Tree with text {} 16:37:48 [2019-07-19T20:37:48.614Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=200572650 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} 16:37:48 [2019-07-19T20:37:48.614Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=200572650 data=null doit=true} to TreeItem with text {test} 16:37:48 [2019-07-19T20:37:48.614Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=200572650 data=null} to TreeItem with text {test} 16:37:48 [2019-07-19T20:37:48.614Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=200572651 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} 16:37:48 [2019-07-19T20:37:48.614Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200572651 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} 16:37:48 [2019-07-19T20:37:48.614Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=200572737 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} 16:37:48 [2019-07-19T20:37:48.872Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' 16:37:48 [2019-07-19T20:37:48.872Z] DEBUG - Clicking on with mnemonic 'Delete' 16:37:48 [2019-07-19T20:37:48.872Z] DEBUG - Clicked on with mnemonic 'Delete' 16:37:49 [2019-07-19T20:37:49.437Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' 16:37:49 [2019-07-19T20:37:49.437Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} 16:37:49 [2019-07-19T20:37:49.437Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 16:37:49 [2019-07-19T20:37:49.437Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' 16:37:49 [2019-07-19T20:37:49.437Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') 16:37:49 [2019-07-19T20:37:49.437Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 16:37:49 [2019-07-19T20:37:49.437Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:37:49 [2019-07-19T20:37:49.437Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:37:49 [2019-07-19T20:37:49.437Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') 16:37:49 [2019-07-19T20:37:49.437Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected 16:37:49 [2019-07-19T20:37:49.437Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=200573462 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:37:49 [2019-07-19T20:37:49.437Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=200573463 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:37:49 [2019-07-19T20:37:49.437Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=200573463 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:37:49 [2019-07-19T20:37:49.437Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=200573463 data=null} to (of type 'Button' and with style 'SWT.CHECK') 16:37:49 [2019-07-19T20:37:49.437Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=200573463 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:37:49 [2019-07-19T20:37:49.437Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=200573464 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:37:49 [2019-07-19T20:37:49.437Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=200573464 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:37:49 [2019-07-19T20:37:49.437Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=200573464 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:37:49 [2019-07-19T20:37:49.437Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=200573470 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:37:49 [2019-07-19T20:37:49.437Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=200573470 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:37:49 [2019-07-19T20:37:49.437Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=200573471 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:37:49 [2019-07-19T20:37:49.437Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=200573471 data=null} to (of type 'Button' and with style 'SWT.CHECK') 16:37:49 [2019-07-19T20:37:49.437Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') 16:37:49 [2019-07-19T20:37:49.437Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 16:37:49 [2019-07-19T20:37:49.437Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 16:37:49 [2019-07-19T20:37:49.437Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:37:49 [2019-07-19T20:37:49.437Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:37:49 [2019-07-19T20:37:49.437Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 16:37:49 [2019-07-19T20:37:49.437Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:37:49 [2019-07-19T20:37:49.437Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:37:49 [2019-07-19T20:37:49.437Z] DEBUG - Clicking on OK 16:37:49 [2019-07-19T20:37:49.437Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=200573473 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:37:49 [2019-07-19T20:37:49.437Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=200573473 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:37:49 [2019-07-19T20:37:49.437Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=200573474 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:37:49 [2019-07-19T20:37:49.437Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=200573474 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:37:49 [2019-07-19T20:37:49.437Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=200573474 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:37:49 [2019-07-19T20:37:49.437Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=200573474 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:37:49 [2019-07-19T20:37:49.437Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:37:49 [2019-07-19T20:37:49.437Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:37:49 [2019-07-19T20:37:49.437Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:37:49 [2019-07-19T20:37:49.437Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:37:49 [2019-07-19T20:37:49.437Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:37:49 [2019-07-19T20:37:49.437Z] DEBUG - Clicked on OK 16:37:50 [2019-07-19T20:37:50.000Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=200573474 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:37:50 [2019-07-19T20:37:50.000Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=200572868 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' 16:37:50 [2019-07-19T20:37:50.000Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.internal.tmf.analysis.xml.ui.views.latencytable"' 16:37:50 [2019-07-19T20:37:50.000Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.915 s - in org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests.latency.PatternLatencyTableViewTest 16:37:50 [2019-07-19T20:37:50.000Z] testData(org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests.latency.PatternLatencyTableViewTest) Time elapsed: 6.484 s 16:37:50 [2019-07-19T20:37:50.000Z] Running org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests.preferences.XMLAnalysesManagerPreferencePageTest 16:37:50 [2019-07-19T20:37:50.565Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=200574552 data=null doit=true} to Shell with text {data - Eclipse Platform} 16:37:50 [2019-07-19T20:37:50.565Z] DEBUG - matched MenuItem with text "&Window", using matcher: with mnemonic 'Window' 16:37:50 [2019-07-19T20:37:50.565Z] DEBUG - matched MenuItem with text "&Preferences", using matcher: with mnemonic 'Preferences' 16:37:50 [2019-07-19T20:37:50.565Z] DEBUG - Clicking on with mnemonic 'Preferences' 16:37:50 [2019-07-19T20:37:50.822Z] DEBUG - Clicked on with mnemonic 'Preferences' 16:37:50 [2019-07-19T20:37:50.822Z] DEBUG - matched Shell with text "Preferences", using matcher: of type 'Shell' 16:37:50 [2019-07-19T20:37:50.822Z] DEBUG - matched Shell with text "Preferences", using matcher: with text 'Preferences' 16:37:50 [2019-07-19T20:37:50.822Z] DEBUG - matched Shell with text "Preferences", using matcher: (with text 'Preferences' or with text 'Manage XML analyses files') 16:37:50 [2019-07-19T20:37:50.822Z] DEBUG - matched Shell with text "Preferences", using matcher: (of type 'Shell' and (with text 'Preferences' or with text 'Manage XML analyses files')) 16:37:50 [2019-07-19T20:37:50.822Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Preferences} time=200575056 data=null doit=true} to (of type 'Shell' and (with text 'Preferences' or with text 'Manage XML analyses files')) 16:37:50 [2019-07-19T20:37:50.822Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:37:50 [2019-07-19T20:37:50.822Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:37:50 [2019-07-19T20:37:50.822Z] DEBUG - Attempting to set focus on Tree with text {} 16:37:50 [2019-07-19T20:37:50.822Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Tracing} time=200575068 data=null button=0 stateMask=0x0 x=48 y=116 count=0} to TreeItem with text {Tracing} 16:37:50 [2019-07-19T20:37:50.822Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=200575069 data=null doit=true} to TreeItem with text {Tracing} 16:37:50 [2019-07-19T20:37:50.822Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=200575069 data=null} to TreeItem with text {Tracing} 16:37:50 [2019-07-19T20:37:50.822Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=200575069 data=null button=1 stateMask=0x0 x=48 y=116 count=1} to TreeItem with text {Tracing} 16:37:50 [2019-07-19T20:37:50.822Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200575070 data=null item=TreeItem {Tracing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Tracing} 16:37:51 [2019-07-19T20:37:51.079Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=200575152 data=null button=1 stateMask=0x80000 x=48 y=116 count=1} to TreeItem with text {Tracing} 16:37:51 [2019-07-19T20:37:51.079Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=200575153 data=null doit=true} to TreeItem with text {Tracing} 16:37:51 [2019-07-19T20:37:51.079Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=200575153 data=null} to TreeItem with text {Tracing} 16:37:51 [2019-07-19T20:37:51.079Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=200575154 data=null button=1 stateMask=0x0 x=48 y=116 count=1} to TreeItem with text {Tracing} 16:37:51 [2019-07-19T20:37:51.079Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200575154 data=null item=TreeItem {Tracing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {Tracing} 16:37:51 [2019-07-19T20:37:51.079Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=200575157 data=null button=1 stateMask=0x80000 x=48 y=116 count=1} to TreeItem with text {Tracing} 16:37:51 [2019-07-19T20:37:51.079Z] DEBUG - Attempting to set focus on Tree with text {} 16:37:51 [2019-07-19T20:37:51.079Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {XML Analyses} time=200575158 data=null button=0 stateMask=0x0 x=88 y=221 count=0} to Tree node with text: XML Analyses 16:37:51 [2019-07-19T20:37:51.079Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {XML Analyses} time=200575158 data=null doit=true} to Tree node with text: XML Analyses 16:37:51 [2019-07-19T20:37:51.079Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {XML Analyses} time=200575159 data=null} to Tree node with text: XML Analyses 16:37:51 [2019-07-19T20:37:51.079Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {XML Analyses} time=200575159 data=null button=1 stateMask=0x0 x=88 y=221 count=1} to Tree node with text: XML Analyses 16:37:51 [2019-07-19T20:37:51.079Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200575159 data=null item=TreeItem {XML Analyses} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: XML Analyses 16:37:51 [2019-07-19T20:37:51.079Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {XML Analyses} time=200575263 data=null button=1 stateMask=0x80000 x=88 y=221 count=1} to Tree node with text: XML Analyses 16:37:51 [2019-07-19T20:37:51.079Z] DEBUG - matched Button with text "Import", using matcher: of type 'Button' 16:37:51 [2019-07-19T20:37:51.079Z] DEBUG - matched Button with text "Export", using matcher: of type 'Button' 16:37:51 [2019-07-19T20:37:51.079Z] DEBUG - matched Button with text "Edit...", using matcher: of type 'Button' 16:37:51 [2019-07-19T20:37:51.079Z] DEBUG - matched Button with text "Delete", using matcher: of type 'Button' 16:37:51 [2019-07-19T20:37:51.079Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 16:37:51 [2019-07-19T20:37:51.079Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 16:37:51 [2019-07-19T20:37:51.079Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 16:37:51 [2019-07-19T20:37:51.079Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 16:37:51 [2019-07-19T20:37:51.079Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 16:37:51 [2019-07-19T20:37:51.079Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 16:37:51 [2019-07-19T20:37:51.079Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:37:51 [2019-07-19T20:37:51.079Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 16:37:51 [2019-07-19T20:37:51.079Z] DEBUG - matched Button with text "Apply and Close", using matcher: with mnemonic 'Apply and Close' 16:37:51 [2019-07-19T20:37:51.079Z] DEBUG - matched Button with text "Apply and Close", using matcher: (with mnemonic 'Apply and Close' or with mnemonic 'OK') 16:37:51 [2019-07-19T20:37:51.079Z] DEBUG - matched Button with text "Apply and Close", using matcher: with style 'SWT.PUSH' 16:37:51 [2019-07-19T20:37:51.079Z] DEBUG - matched Button with text "Apply and Close", using matcher: (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:37:51 [2019-07-19T20:37:51.079Z] DEBUG - Clicking on Apply and Close 16:37:51 [2019-07-19T20:37:51.079Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Apply and Close} time=200575270 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:37:51 [2019-07-19T20:37:51.079Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Apply and Close} time=200575270 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:37:51 [2019-07-19T20:37:51.079Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Apply and Close} time=200575270 data=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:37:51 [2019-07-19T20:37:51.079Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Apply and Close} time=200575271 data=null} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:37:51 [2019-07-19T20:37:51.079Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Apply and Close} time=200575271 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:37:51 [2019-07-19T20:37:51.079Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Apply and Close} time=200575271 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:37:51 [2019-07-19T20:37:51.336Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Apply and Close} time=200575271 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:37:51 [2019-07-19T20:37:51.336Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Preferences} time=200574730 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Preferences' 16:37:51 [2019-07-19T20:37:51.336Z] DEBUG - Clicked on 16:37:51 [2019-07-19T20:37:51.336Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=200575470 data=null doit=true} to Shell with text {data - Eclipse Platform} 16:37:51 [2019-07-19T20:37:51.336Z] DEBUG - matched MenuItem with text "&Window", using matcher: with mnemonic 'Window' 16:37:51 [2019-07-19T20:37:51.336Z] DEBUG - matched MenuItem with text "&Preferences", using matcher: with mnemonic 'Preferences' 16:37:51 [2019-07-19T20:37:51.336Z] DEBUG - Clicking on with mnemonic 'Preferences' 16:37:51 [2019-07-19T20:37:51.899Z] DEBUG - Clicked on with mnemonic 'Preferences' 16:37:51 [2019-07-19T20:37:51.899Z] DEBUG - matched Shell with text "Manage XML analyses ...", using matcher: of type 'Shell' 16:37:51 [2019-07-19T20:37:51.899Z] DEBUG - matched Shell with text "Manage XML analyses ...", using matcher: with text 'Manage XML analyses files' 16:37:51 [2019-07-19T20:37:51.899Z] DEBUG - matched Shell with text "Manage XML analyses ...", using matcher: (with text 'Preferences' or with text 'Manage XML analyses files') 16:37:51 [2019-07-19T20:37:51.899Z] DEBUG - matched Shell with text "Manage XML analyses ...", using matcher: (of type 'Shell' and (with text 'Preferences' or with text 'Manage XML analyses files')) 16:37:51 [2019-07-19T20:37:51.899Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Manage XML analyses files} time=200575859 data=null doit=true} to (of type 'Shell' and (with text 'Preferences' or with text 'Manage XML analyses files')) 16:37:51 [2019-07-19T20:37:51.899Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:37:51 [2019-07-19T20:37:51.899Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:37:51 [2019-07-19T20:37:51.899Z] DEBUG - Attempting to set focus on Tree with text {} 16:37:51 [2019-07-19T20:37:51.899Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Tracing} time=200575874 data=null button=0 stateMask=0x0 x=48 y=116 count=0} to TreeItem with text {Tracing} 16:37:51 [2019-07-19T20:37:51.899Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=200575874 data=null doit=true} to TreeItem with text {Tracing} 16:37:51 [2019-07-19T20:37:51.899Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=200575874 data=null} to TreeItem with text {Tracing} 16:37:51 [2019-07-19T20:37:51.899Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=200575875 data=null button=1 stateMask=0x0 x=48 y=116 count=1} to TreeItem with text {Tracing} 16:37:51 [2019-07-19T20:37:51.899Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200575875 data=null item=TreeItem {Tracing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Tracing} 16:37:51 [2019-07-19T20:37:51.899Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=200575951 data=null button=1 stateMask=0x80000 x=48 y=116 count=1} to TreeItem with text {Tracing} 16:37:51 [2019-07-19T20:37:51.899Z] WARN - Tree item TreeItem with text {Tracing} is already expanded. Won't expand it again. 16:37:51 [2019-07-19T20:37:51.899Z] DEBUG - Attempting to set focus on Tree with text {} 16:37:51 [2019-07-19T20:37:51.899Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {XML Analyses} time=200575953 data=null button=0 stateMask=0x0 x=88 y=221 count=0} to Tree node with text: XML Analyses 16:37:51 [2019-07-19T20:37:51.899Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {XML Analyses} time=200575953 data=null doit=true} to Tree node with text: XML Analyses 16:37:51 [2019-07-19T20:37:51.899Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {XML Analyses} time=200575953 data=null} to Tree node with text: XML Analyses 16:37:51 [2019-07-19T20:37:51.899Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {XML Analyses} time=200575954 data=null button=1 stateMask=0x0 x=88 y=221 count=1} to Tree node with text: XML Analyses 16:37:51 [2019-07-19T20:37:51.899Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200575954 data=null item=TreeItem {XML Analyses} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: XML Analyses 16:37:51 [2019-07-19T20:37:51.899Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {XML Analyses} time=200575957 data=null button=1 stateMask=0x80000 x=88 y=221 count=1} to Tree node with text: XML Analyses 16:37:51 [2019-07-19T20:37:51.899Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:37:51 [2019-07-19T20:37:51.899Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:37:51 [2019-07-19T20:37:51.899Z] DEBUG - Attempting to set focus on (of type 'Table') 16:37:51 [2019-07-19T20:37:51.899Z] DEBUG - Attempting to set focus on (of type 'Table') 16:37:51 [2019-07-19T20:37:51.899Z] DEBUG - Selecting rows [0] in (of type 'Table') 16:37:51 [2019-07-19T20:37:51.899Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=200576041 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 16:37:51 [2019-07-19T20:37:51.899Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=200576041 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 16:37:51 [2019-07-19T20:37:51.899Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=200576041 data=null doit=true} to (of type 'Table') 16:37:51 [2019-07-19T20:37:51.899Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=200576042 data=null} to (of type 'Table') 16:37:51 [2019-07-19T20:37:51.899Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {test_valid_pattern} time=200576043 data=null button=1 stateMask=0x0 x=86 y=11 count=1} to (of type 'Table') 16:37:51 [2019-07-19T20:37:51.899Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200576043 data=null item=TableItem {test_valid_pattern} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to (of type 'Table') 16:37:51 [2019-07-19T20:37:51.899Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {test_valid_pattern} time=200576135 data=null button=1 stateMask=0x80000 x=86 y=11 count=1} to (of type 'Table') 16:37:51 [2019-07-19T20:37:51.899Z] DEBUG - matched Button with text "Import", using matcher: of type 'Button' 16:37:51 [2019-07-19T20:37:51.899Z] DEBUG - matched Button with text "Export", using matcher: of type 'Button' 16:37:51 [2019-07-19T20:37:51.899Z] DEBUG - matched Button with text "Edit...", using matcher: of type 'Button' 16:37:51 [2019-07-19T20:37:51.899Z] DEBUG - matched Button with text "Delete", using matcher: of type 'Button' 16:37:51 [2019-07-19T20:37:51.899Z] DEBUG - matched Button with text "Delete", using matcher: with mnemonic 'Delete' 16:37:51 [2019-07-19T20:37:51.899Z] DEBUG - matched Button with text "Delete", using matcher: with style 'SWT.PUSH' 16:37:51 [2019-07-19T20:37:51.899Z] DEBUG - matched Button with text "Delete", using matcher: (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:37:51 [2019-07-19T20:37:51.899Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 16:37:51 [2019-07-19T20:37:51.899Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 16:37:51 [2019-07-19T20:37:51.899Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 16:37:51 [2019-07-19T20:37:51.899Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 16:37:51 [2019-07-19T20:37:51.899Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 16:37:51 [2019-07-19T20:37:51.899Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 16:37:51 [2019-07-19T20:37:51.899Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:37:51 [2019-07-19T20:37:51.899Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 16:37:51 [2019-07-19T20:37:51.899Z] DEBUG - Clicking on Delete 16:37:51 [2019-07-19T20:37:51.899Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Delete} time=200576140 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:37:51 [2019-07-19T20:37:51.899Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Delete} time=200576140 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:37:51 [2019-07-19T20:37:51.899Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Delete} time=200576140 data=null doit=true} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:37:51 [2019-07-19T20:37:51.899Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Delete} time=200576140 data=null} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:37:51 [2019-07-19T20:37:51.899Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Delete} time=200576141 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:37:51 [2019-07-19T20:37:51.899Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Delete} time=200576141 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:37:52 [2019-07-19T20:37:52.156Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Delete} time=200576286 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:37:52 [2019-07-19T20:37:52.156Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Delete} time=200576287 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:37:52 [2019-07-19T20:37:52.156Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Delete} time=200576288 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:37:52 [2019-07-19T20:37:52.156Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Delete} time=200576288 data=null doit=true} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:37:52 [2019-07-19T20:37:52.156Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Delete} time=200576288 data=null} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:37:52 [2019-07-19T20:37:52.156Z] DEBUG - Clicked on Delete 16:37:52 [2019-07-19T20:37:52.156Z] DEBUG - matched Shell with text "Delete XML file(s)", using matcher: with text 'Delete XML file(s)' 16:37:52 [2019-07-19T20:37:52.156Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Delete XML file(s)} time=200576290 data=null doit=true} to Shell with text {Delete XML file(s)} 16:37:52 [2019-07-19T20:37:52.156Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button' 16:37:52 [2019-07-19T20:37:52.156Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button' 16:37:52 [2019-07-19T20:37:52.156Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes' 16:37:52 [2019-07-19T20:37:52.156Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH' 16:37:52 [2019-07-19T20:37:52.156Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:37:52 [2019-07-19T20:37:52.156Z] DEBUG - Clicking on &Yes 16:37:52 [2019-07-19T20:37:52.156Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=200576301 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:37:52 [2019-07-19T20:37:52.156Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=200576301 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:37:52 [2019-07-19T20:37:52.156Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=200576304 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:37:52 [2019-07-19T20:37:52.156Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=200576304 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:37:52 [2019-07-19T20:37:52.156Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=200576304 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:37:52 [2019-07-19T20:37:52.156Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=200576304 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:37:52 [2019-07-19T20:37:52.156Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=200576304 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:37:52 [2019-07-19T20:37:52.156Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Delete} time=200576141 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:37:52 [2019-07-19T20:37:52.414Z] DEBUG - Clicked on 16:37:52 [2019-07-19T20:37:52.414Z] DEBUG - matched Button with text "Import", using matcher: of type 'Button' 16:37:52 [2019-07-19T20:37:52.414Z] DEBUG - matched Button with text "Export", using matcher: of type 'Button' 16:37:52 [2019-07-19T20:37:52.414Z] DEBUG - matched Button with text "Edit...", using matcher: of type 'Button' 16:37:52 [2019-07-19T20:37:52.414Z] DEBUG - matched Button with text "Delete", using matcher: of type 'Button' 16:37:52 [2019-07-19T20:37:52.414Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 16:37:52 [2019-07-19T20:37:52.414Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 16:37:52 [2019-07-19T20:37:52.414Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 16:37:52 [2019-07-19T20:37:52.414Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 16:37:52 [2019-07-19T20:37:52.414Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 16:37:52 [2019-07-19T20:37:52.414Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 16:37:52 [2019-07-19T20:37:52.414Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:37:52 [2019-07-19T20:37:52.414Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 16:37:52 [2019-07-19T20:37:52.414Z] DEBUG - matched Button with text "Apply and Close", using matcher: with mnemonic 'Apply and Close' 16:37:52 [2019-07-19T20:37:52.414Z] DEBUG - matched Button with text "Apply and Close", using matcher: (with mnemonic 'Apply and Close' or with mnemonic 'OK') 16:37:52 [2019-07-19T20:37:52.414Z] DEBUG - matched Button with text "Apply and Close", using matcher: with style 'SWT.PUSH' 16:37:52 [2019-07-19T20:37:52.414Z] DEBUG - matched Button with text "Apply and Close", using matcher: (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:37:52 [2019-07-19T20:37:52.414Z] DEBUG - Clicking on Apply and Close 16:37:52 [2019-07-19T20:37:52.414Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Apply and Close} time=200576463 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:37:52 [2019-07-19T20:37:52.414Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Apply and Close} time=200576463 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:37:52 [2019-07-19T20:37:52.414Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Apply and Close} time=200576463 data=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:37:52 [2019-07-19T20:37:52.414Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Apply and Close} time=200576463 data=null} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:37:52 [2019-07-19T20:37:52.414Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Apply and Close} time=200576464 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:37:52 [2019-07-19T20:37:52.414Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Apply and Close} time=200576464 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:37:52 [2019-07-19T20:37:52.414Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Apply and Close} time=200576464 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:37:52 [2019-07-19T20:37:52.414Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Preferences} time=200575533 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Preferences' 16:37:52 [2019-07-19T20:37:52.414Z] DEBUG - Clicked on 16:37:52 [2019-07-19T20:37:52.414Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=200576631 data=null doit=true} to Shell with text {data - Eclipse Platform} 16:37:52 [2019-07-19T20:37:52.414Z] DEBUG - matched MenuItem with text "&Window", using matcher: with mnemonic 'Window' 16:37:52 [2019-07-19T20:37:52.414Z] DEBUG - matched MenuItem with text "&Preferences", using matcher: with mnemonic 'Preferences' 16:37:52 [2019-07-19T20:37:52.414Z] DEBUG - Clicking on with mnemonic 'Preferences' 16:37:52 [2019-07-19T20:37:52.978Z] DEBUG - Clicked on with mnemonic 'Preferences' 16:37:52 [2019-07-19T20:37:52.978Z] DEBUG - matched Shell with text "Manage XML analyses ...", using matcher: of type 'Shell' 16:37:52 [2019-07-19T20:37:52.978Z] DEBUG - matched Shell with text "Manage XML analyses ...", using matcher: with text 'Manage XML analyses files' 16:37:52 [2019-07-19T20:37:52.978Z] DEBUG - matched Shell with text "Manage XML analyses ...", using matcher: (with text 'Preferences' or with text 'Manage XML analyses files') 16:37:52 [2019-07-19T20:37:52.978Z] DEBUG - matched Shell with text "Manage XML analyses ...", using matcher: (of type 'Shell' and (with text 'Preferences' or with text 'Manage XML analyses files')) 16:37:52 [2019-07-19T20:37:52.978Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Manage XML analyses files} time=200576958 data=null doit=true} to (of type 'Shell' and (with text 'Preferences' or with text 'Manage XML analyses files')) 16:37:52 [2019-07-19T20:37:52.978Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:37:52 [2019-07-19T20:37:52.978Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:37:52 [2019-07-19T20:37:52.978Z] DEBUG - Attempting to set focus on Tree with text {} 16:37:52 [2019-07-19T20:37:52.978Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Tracing} time=200576973 data=null button=0 stateMask=0x0 x=48 y=116 count=0} to TreeItem with text {Tracing} 16:37:52 [2019-07-19T20:37:52.978Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=200576974 data=null doit=true} to TreeItem with text {Tracing} 16:37:52 [2019-07-19T20:37:52.978Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=200576974 data=null} to TreeItem with text {Tracing} 16:37:52 [2019-07-19T20:37:52.978Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=200576974 data=null button=1 stateMask=0x0 x=48 y=116 count=1} to TreeItem with text {Tracing} 16:37:52 [2019-07-19T20:37:52.978Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200576976 data=null item=TreeItem {Tracing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Tracing} 16:37:52 [2019-07-19T20:37:52.978Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=200577058 data=null button=1 stateMask=0x80000 x=48 y=116 count=1} to TreeItem with text {Tracing} 16:37:52 [2019-07-19T20:37:52.978Z] WARN - Tree item TreeItem with text {Tracing} is already expanded. Won't expand it again. 16:37:52 [2019-07-19T20:37:52.978Z] DEBUG - Attempting to set focus on Tree with text {} 16:37:52 [2019-07-19T20:37:52.978Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {XML Analyses} time=200577060 data=null button=0 stateMask=0x0 x=88 y=221 count=0} to Tree node with text: XML Analyses 16:37:52 [2019-07-19T20:37:52.978Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {XML Analyses} time=200577060 data=null doit=true} to Tree node with text: XML Analyses 16:37:52 [2019-07-19T20:37:52.978Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {XML Analyses} time=200577060 data=null} to Tree node with text: XML Analyses 16:37:52 [2019-07-19T20:37:52.978Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {XML Analyses} time=200577061 data=null button=1 stateMask=0x0 x=88 y=221 count=1} to Tree node with text: XML Analyses 16:37:52 [2019-07-19T20:37:52.978Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200577061 data=null item=TreeItem {XML Analyses} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: XML Analyses 16:37:52 [2019-07-19T20:37:52.978Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {XML Analyses} time=200577063 data=null button=1 stateMask=0x80000 x=88 y=221 count=1} to Tree node with text: XML Analyses 16:37:52 [2019-07-19T20:37:52.978Z] DEBUG - matched Button with text "Import", using matcher: of type 'Button' 16:37:52 [2019-07-19T20:37:52.978Z] DEBUG - matched Button with text "Import", using matcher: with mnemonic 'Import' 16:37:52 [2019-07-19T20:37:52.978Z] DEBUG - matched Button with text "Import", using matcher: with style 'SWT.PUSH' 16:37:52 [2019-07-19T20:37:52.978Z] DEBUG - matched Button with text "Import", using matcher: (of type 'Button' and with mnemonic 'Import' and with style 'SWT.PUSH') 16:37:52 [2019-07-19T20:37:52.978Z] DEBUG - matched Button with text "Export", using matcher: of type 'Button' 16:37:52 [2019-07-19T20:37:52.978Z] DEBUG - matched Button with text "Edit...", using matcher: of type 'Button' 16:37:52 [2019-07-19T20:37:52.978Z] DEBUG - matched Button with text "Delete", using matcher: of type 'Button' 16:37:52 [2019-07-19T20:37:52.978Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 16:37:52 [2019-07-19T20:37:52.978Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 16:37:52 [2019-07-19T20:37:52.978Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 16:37:52 [2019-07-19T20:37:52.978Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 16:37:52 [2019-07-19T20:37:52.978Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 16:37:52 [2019-07-19T20:37:52.978Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 16:37:52 [2019-07-19T20:37:52.978Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:37:52 [2019-07-19T20:37:52.978Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 16:37:52 [2019-07-19T20:37:52.978Z] DEBUG - Clicking on Import 16:37:52 [2019-07-19T20:37:52.978Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Import} time=200577071 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Import' and with style 'SWT.PUSH') 16:37:52 [2019-07-19T20:37:52.978Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Import} time=200577071 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Import' and with style 'SWT.PUSH') 16:37:52 [2019-07-19T20:37:52.978Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Import} time=200577130 data=null doit=true} to (of type 'Button' and with mnemonic 'Import' and with style 'SWT.PUSH') 16:37:52 [2019-07-19T20:37:52.978Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Import} time=200577131 data=null} to (of type 'Button' and with mnemonic 'Import' and with style 'SWT.PUSH') 16:37:52 [2019-07-19T20:37:52.978Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Import} time=200577131 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Import' and with style 'SWT.PUSH') 16:37:52 [2019-07-19T20:37:52.978Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Import} time=200577131 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Import' and with style 'SWT.PUSH') 16:37:52 [2019-07-19T20:37:52.978Z] 16:37:52 [2019-07-19T20:37:52.978Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 4 0 2019-07-19 20:37:52.889 16:37:52 [2019-07-19T20:37:52.978Z] !MESSAGE XML Parsing error at line 6: cvc-complex-type.2.4.a: Invalid content was found starting with element 'element'. One of '{timeGraphView, xyView, stateProvider, pattern, extra}' is expected. 16:37:52 [2019-07-19T20:37:52.978Z] 16:37:52 [2019-07-19T20:37:52.978Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.ui 4 0 2019-07-19 20:37:52.890 16:37:52 [2019-07-19T20:37:52.978Z] !MESSAGE Import XML analysis file failed. 16:37:52 [2019-07-19T20:37:52.978Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Import} time=200577131 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Import' and with style 'SWT.PUSH') 16:37:52 [2019-07-19T20:37:52.978Z] 16:37:52 [2019-07-19T20:37:52.978Z] !ENTRY org.eclipse.tracecompass.tmf.ui 4 0 2019-07-19 20:37:52.895 16:37:52 [2019-07-19T20:37:52.978Z] !MESSAGE XML Parsing error at line 6: cvc-complex-type.2.4.a: Invalid content was found starting with element 'element'. One of '{timeGraphView, xyView, stateProvider, pattern, extra}' is expected. 16:37:53 [2019-07-19T20:37:53.236Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Import} time=200577150 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Import' and with style 'SWT.PUSH') 16:37:53 [2019-07-19T20:37:53.236Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Import} time=200577348 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Import' and with style 'SWT.PUSH') 16:37:53 [2019-07-19T20:37:53.236Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Import} time=200577348 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Import' and with style 'SWT.PUSH') 16:37:53 [2019-07-19T20:37:53.236Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Import} time=200577348 data=null doit=true} to (of type 'Button' and with mnemonic 'Import' and with style 'SWT.PUSH') 16:37:53 [2019-07-19T20:37:53.236Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Import} time=200577349 data=null} to (of type 'Button' and with mnemonic 'Import' and with style 'SWT.PUSH') 16:37:53 [2019-07-19T20:37:53.236Z] DEBUG - Clicked on Import 16:37:53 [2019-07-19T20:37:53.236Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:37:53 [2019-07-19T20:37:53.236Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:37:53 [2019-07-19T20:37:53.236Z] DEBUG - matched Shell with text "Import XML analysis ...", using matcher: with text 'Import XML analysis file failed.' 16:37:53 [2019-07-19T20:37:53.236Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Import XML analysis file failed.} time=200577378 data=null doit=true} to Shell with text {Import XML analysis file failed.} 16:37:53 [2019-07-19T20:37:53.236Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:37:53 [2019-07-19T20:37:53.236Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 16:37:53 [2019-07-19T20:37:53.236Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:37:53 [2019-07-19T20:37:53.236Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:37:53 [2019-07-19T20:37:53.236Z] DEBUG - Clicking on OK 16:37:53 [2019-07-19T20:37:53.236Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=200577379 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:37:53 [2019-07-19T20:37:53.236Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=200577379 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:37:53 [2019-07-19T20:37:53.236Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=200577379 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:37:53 [2019-07-19T20:37:53.236Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=200577379 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:37:53 [2019-07-19T20:37:53.236Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=200577380 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:37:53 [2019-07-19T20:37:53.236Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=200577380 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:37:53 [2019-07-19T20:37:53.236Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=200577380 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:37:53 [2019-07-19T20:37:53.493Z] DEBUG - Clicked on 16:37:53 [2019-07-19T20:37:53.493Z] DEBUG - matched Button with text "Import", using matcher: of type 'Button' 16:37:53 [2019-07-19T20:37:53.493Z] DEBUG - matched Button with text "Export", using matcher: of type 'Button' 16:37:53 [2019-07-19T20:37:53.493Z] DEBUG - matched Button with text "Edit...", using matcher: of type 'Button' 16:37:53 [2019-07-19T20:37:53.493Z] DEBUG - matched Button with text "Delete", using matcher: of type 'Button' 16:37:53 [2019-07-19T20:37:53.493Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 16:37:53 [2019-07-19T20:37:53.493Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 16:37:53 [2019-07-19T20:37:53.493Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 16:37:53 [2019-07-19T20:37:53.493Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 16:37:53 [2019-07-19T20:37:53.493Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 16:37:53 [2019-07-19T20:37:53.493Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 16:37:53 [2019-07-19T20:37:53.493Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:37:53 [2019-07-19T20:37:53.493Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 16:37:53 [2019-07-19T20:37:53.493Z] DEBUG - matched Button with text "Apply and Close", using matcher: with mnemonic 'Apply and Close' 16:37:53 [2019-07-19T20:37:53.493Z] DEBUG - matched Button with text "Apply and Close", using matcher: (with mnemonic 'Apply and Close' or with mnemonic 'OK') 16:37:53 [2019-07-19T20:37:53.493Z] DEBUG - matched Button with text "Apply and Close", using matcher: with style 'SWT.PUSH' 16:37:53 [2019-07-19T20:37:53.493Z] DEBUG - matched Button with text "Apply and Close", using matcher: (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:37:53 [2019-07-19T20:37:53.493Z] DEBUG - Clicking on Apply and Close 16:37:53 [2019-07-19T20:37:53.493Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Apply and Close} time=200577562 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:37:53 [2019-07-19T20:37:53.493Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Apply and Close} time=200577562 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:37:53 [2019-07-19T20:37:53.493Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Apply and Close} time=200577562 data=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:37:53 [2019-07-19T20:37:53.493Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Apply and Close} time=200577563 data=null} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:37:53 [2019-07-19T20:37:53.493Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Apply and Close} time=200577563 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:37:53 [2019-07-19T20:37:53.493Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Apply and Close} time=200577563 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:37:53 [2019-07-19T20:37:53.493Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Apply and Close} time=200577563 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:37:53 [2019-07-19T20:37:53.493Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Preferences} time=200576647 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Preferences' 16:37:53 [2019-07-19T20:37:53.493Z] DEBUG - Clicked on 16:37:53 [2019-07-19T20:37:53.493Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=200577645 data=null doit=true} to Shell with text {data - Eclipse Platform} 16:37:53 [2019-07-19T20:37:53.493Z] DEBUG - matched MenuItem with text "&Window", using matcher: with mnemonic 'Window' 16:37:53 [2019-07-19T20:37:53.493Z] DEBUG - matched MenuItem with text "&Preferences", using matcher: with mnemonic 'Preferences' 16:37:53 [2019-07-19T20:37:53.493Z] DEBUG - Clicking on with mnemonic 'Preferences' 16:37:53 [2019-07-19T20:37:53.750Z] DEBUG - Clicked on with mnemonic 'Preferences' 16:37:53 [2019-07-19T20:37:53.750Z] DEBUG - matched Shell with text "Manage XML analyses ...", using matcher: of type 'Shell' 16:37:53 [2019-07-19T20:37:53.750Z] DEBUG - matched Shell with text "Manage XML analyses ...", using matcher: with text 'Manage XML analyses files' 16:37:53 [2019-07-19T20:37:53.750Z] DEBUG - matched Shell with text "Manage XML analyses ...", using matcher: (with text 'Preferences' or with text 'Manage XML analyses files') 16:37:53 [2019-07-19T20:37:53.750Z] DEBUG - matched Shell with text "Manage XML analyses ...", using matcher: (of type 'Shell' and (with text 'Preferences' or with text 'Manage XML analyses files')) 16:37:53 [2019-07-19T20:37:53.750Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Manage XML analyses files} time=200577892 data=null doit=true} to (of type 'Shell' and (with text 'Preferences' or with text 'Manage XML analyses files')) 16:37:53 [2019-07-19T20:37:53.750Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:37:53 [2019-07-19T20:37:53.750Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:37:53 [2019-07-19T20:37:53.750Z] DEBUG - Attempting to set focus on Tree with text {} 16:37:53 [2019-07-19T20:37:53.750Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Tracing} time=200577937 data=null button=0 stateMask=0x0 x=48 y=116 count=0} to TreeItem with text {Tracing} 16:37:53 [2019-07-19T20:37:53.750Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=200577938 data=null doit=true} to TreeItem with text {Tracing} 16:37:53 [2019-07-19T20:37:53.750Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=200577938 data=null} to TreeItem with text {Tracing} 16:37:53 [2019-07-19T20:37:53.750Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=200577938 data=null button=1 stateMask=0x0 x=48 y=116 count=1} to TreeItem with text {Tracing} 16:37:53 [2019-07-19T20:37:53.750Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200577939 data=null item=TreeItem {Tracing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Tracing} 16:37:53 [2019-07-19T20:37:53.750Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=200577982 data=null button=1 stateMask=0x80000 x=48 y=116 count=1} to TreeItem with text {Tracing} 16:37:53 [2019-07-19T20:37:53.750Z] WARN - Tree item TreeItem with text {Tracing} is already expanded. Won't expand it again. 16:37:53 [2019-07-19T20:37:53.750Z] DEBUG - Attempting to set focus on Tree with text {} 16:37:53 [2019-07-19T20:37:53.750Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {XML Analyses} time=200577984 data=null button=0 stateMask=0x0 x=88 y=221 count=0} to Tree node with text: XML Analyses 16:37:53 [2019-07-19T20:37:53.750Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {XML Analyses} time=200577984 data=null doit=true} to Tree node with text: XML Analyses 16:37:53 [2019-07-19T20:37:53.750Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {XML Analyses} time=200577984 data=null} to Tree node with text: XML Analyses 16:37:53 [2019-07-19T20:37:53.750Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {XML Analyses} time=200577985 data=null button=1 stateMask=0x0 x=88 y=221 count=1} to Tree node with text: XML Analyses 16:37:53 [2019-07-19T20:37:53.750Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200577985 data=null item=TreeItem {XML Analyses} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: XML Analyses 16:37:53 [2019-07-19T20:37:53.750Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {XML Analyses} time=200577987 data=null button=1 stateMask=0x80000 x=88 y=221 count=1} to Tree node with text: XML Analyses 16:37:53 [2019-07-19T20:37:53.750Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:37:53 [2019-07-19T20:37:53.750Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:37:53 [2019-07-19T20:37:53.750Z] DEBUG - matched Button with text "Import", using matcher: of type 'Button' 16:37:53 [2019-07-19T20:37:53.750Z] DEBUG - matched Button with text "Export", using matcher: of type 'Button' 16:37:53 [2019-07-19T20:37:53.750Z] DEBUG - matched Button with text "Edit...", using matcher: of type 'Button' 16:37:53 [2019-07-19T20:37:53.750Z] DEBUG - matched Button with text "Delete", using matcher: of type 'Button' 16:37:53 [2019-07-19T20:37:53.750Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 16:37:53 [2019-07-19T20:37:53.750Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 16:37:53 [2019-07-19T20:37:53.750Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 16:37:53 [2019-07-19T20:37:53.750Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 16:37:53 [2019-07-19T20:37:53.750Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 16:37:53 [2019-07-19T20:37:53.751Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 16:37:53 [2019-07-19T20:37:53.751Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:37:53 [2019-07-19T20:37:53.751Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 16:37:53 [2019-07-19T20:37:53.751Z] DEBUG - matched Button with text "Apply and Close", using matcher: with mnemonic 'Apply and Close' 16:37:53 [2019-07-19T20:37:53.751Z] DEBUG - matched Button with text "Apply and Close", using matcher: (with mnemonic 'Apply and Close' or with mnemonic 'OK') 16:37:53 [2019-07-19T20:37:53.751Z] DEBUG - matched Button with text "Apply and Close", using matcher: with style 'SWT.PUSH' 16:37:53 [2019-07-19T20:37:53.751Z] DEBUG - matched Button with text "Apply and Close", using matcher: (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:37:53 [2019-07-19T20:37:53.751Z] DEBUG - Clicking on Apply and Close 16:37:53 [2019-07-19T20:37:53.751Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Apply and Close} time=200577994 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:37:53 [2019-07-19T20:37:53.751Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Apply and Close} time=200577994 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:37:53 [2019-07-19T20:37:53.751Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Apply and Close} time=200577994 data=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:37:53 [2019-07-19T20:37:53.751Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Apply and Close} time=200577994 data=null} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:37:53 [2019-07-19T20:37:53.751Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Apply and Close} time=200577994 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:37:53 [2019-07-19T20:37:53.751Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Apply and Close} time=200577995 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:37:54 [2019-07-19T20:37:54.008Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Apply and Close} time=200577995 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:37:54 [2019-07-19T20:37:54.008Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Preferences} time=200577659 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Preferences' 16:37:54 [2019-07-19T20:37:54.008Z] DEBUG - Clicked on 16:37:54 [2019-07-19T20:37:54.008Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:37:54 [2019-07-19T20:37:54.572Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:37:54 [2019-07-19T20:37:54.572Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:37:54 [2019-07-19T20:37:54.572Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:37:54 [2019-07-19T20:37:54.572Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:37:54 [2019-07-19T20:37:54.572Z] DEBUG - Attempting to set focus on Tree with text {} 16:37:54 [2019-07-19T20:37:54.572Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {xml-test} time=200578758 data=null button=0 stateMask=0x0 x=69 y=11 count=0} to TreeItem with text {xml-test} 16:37:54 [2019-07-19T20:37:54.572Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {xml-test} time=200578758 data=null doit=true} to TreeItem with text {xml-test} 16:37:54 [2019-07-19T20:37:54.572Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {xml-test} time=200578758 data=null} to TreeItem with text {xml-test} 16:37:54 [2019-07-19T20:37:54.572Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {xml-test} time=200578759 data=null button=1 stateMask=0x0 x=69 y=11 count=1} to TreeItem with text {xml-test} 16:37:54 [2019-07-19T20:37:54.572Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200578759 data=null item=TreeItem {xml-test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {xml-test} 16:37:54 [2019-07-19T20:37:54.829Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {xml-test} time=200578840 data=null button=1 stateMask=0x80000 x=69 y=11 count=1} to TreeItem with text {xml-test} 16:37:54 [2019-07-19T20:37:54.829Z] DEBUG - Attempting to set focus on Tree with text {} 16:37:54 [2019-07-19T20:37:54.829Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {xml-test} time=200578842 data=null button=0 stateMask=0x0 x=69 y=11 count=0} to TreeItem with text {xml-test} 16:37:54 [2019-07-19T20:37:54.829Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {xml-test} time=200578842 data=null doit=true} to TreeItem with text {xml-test} 16:37:54 [2019-07-19T20:37:54.829Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {xml-test} time=200578843 data=null} to TreeItem with text {xml-test} 16:37:54 [2019-07-19T20:37:54.829Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {xml-test} time=200578843 data=null button=1 stateMask=0x0 x=69 y=11 count=1} to TreeItem with text {xml-test} 16:37:54 [2019-07-19T20:37:54.829Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200578843 data=null item=TreeItem {xml-test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {xml-test} 16:37:54 [2019-07-19T20:37:54.829Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {xml-test} time=200578852 data=null button=1 stateMask=0x80000 x=69 y=11 count=1} to TreeItem with text {xml-test} 16:37:54 [2019-07-19T20:37:54.829Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {xml-test} time=200578856 data=null doit=true} to TreeItem with text {xml-test} 16:37:54 [2019-07-19T20:37:54.829Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {xml-test} time=200578856 data=null} to TreeItem with text {xml-test} 16:37:54 [2019-07-19T20:37:54.829Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {xml-test} time=200578857 data=null button=1 stateMask=0x0 x=69 y=11 count=1} to TreeItem with text {xml-test} 16:37:54 [2019-07-19T20:37:54.829Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=200578857 data=null item=TreeItem {xml-test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {xml-test} 16:37:54 [2019-07-19T20:37:54.829Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {xml-test} time=200578860 data=null button=1 stateMask=0x80000 x=53 y=11 count=1} to TreeItem with text {xml-test} 16:37:54 [2019-07-19T20:37:54.829Z] DEBUG - Attempting to set focus on Tree with text {} 16:37:54 [2019-07-19T20:37:54.829Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=200578862 data=null button=0 stateMask=0x0 x=75 y=53 count=0} to TreeItem with text {Traces [0]} 16:37:54 [2019-07-19T20:37:54.829Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=200578862 data=null doit=true} to TreeItem with text {Traces [0]} 16:37:54 [2019-07-19T20:37:54.829Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=200578862 data=null} to TreeItem with text {Traces [0]} 16:37:54 [2019-07-19T20:37:54.829Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=200578863 data=null button=1 stateMask=0x0 x=75 y=53 count=1} to TreeItem with text {Traces [0]} 16:37:54 [2019-07-19T20:37:54.829Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200578863 data=null item=TreeItem {Traces [0]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [0]} 16:37:54 [2019-07-19T20:37:54.829Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=200578882 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:37:54 [2019-07-19T20:37:54.829Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' 16:37:54 [2019-07-19T20:37:54.829Z] DEBUG - Attempting to set focus on Tree with text {} 16:37:54 [2019-07-19T20:37:54.829Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=200578928 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]} 16:37:54 [2019-07-19T20:37:54.829Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=200578928 data=null doit=true} to TreeItem with text {Traces [0]} 16:37:54 [2019-07-19T20:37:54.829Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=200578928 data=null} to TreeItem with text {Traces [0]} 16:37:54 [2019-07-19T20:37:54.829Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=200578929 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:37:54 [2019-07-19T20:37:54.829Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200578929 data=null item=TreeItem {Traces [0]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [0]} 16:37:54 [2019-07-19T20:37:54.829Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=200578935 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]} 16:37:54 [2019-07-19T20:37:54.829Z] DEBUG - matched MenuItem with text "&Manage XML analyses...", using matcher: with mnemonic 'Manage XML analyses...' 16:37:54 [2019-07-19T20:37:54.829Z] DEBUG - Clicking on with mnemonic 'Manage XML analyses...' 16:37:55 [2019-07-19T20:37:55.394Z] DEBUG - Clicked on with mnemonic 'Manage XML analyses...' 16:37:55 [2019-07-19T20:37:55.394Z] DEBUG - matched Shell with text "Manage XML analyses ...", using matcher: of type 'Shell' 16:37:55 [2019-07-19T20:37:55.394Z] DEBUG - matched Shell with text "Manage XML analyses ...", using matcher: with text 'Manage XML analyses files (Filtered)' 16:37:55 [2019-07-19T20:37:55.394Z] DEBUG - matched Shell with text "Manage XML analyses ...", using matcher: (with text 'Preferences' or with text 'Manage XML analyses files (Filtered)') 16:37:55 [2019-07-19T20:37:55.394Z] DEBUG - matched Shell with text "Manage XML analyses ...", using matcher: (of type 'Shell' and (with text 'Preferences' or with text 'Manage XML analyses files (Filtered)')) 16:37:55 [2019-07-19T20:37:55.394Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Manage XML analyses files (Filtered)} time=200579442 data=null doit=true} to (of type 'Shell' and (with text 'Preferences' or with text 'Manage XML analyses files (Filtered)')) 16:37:55 [2019-07-19T20:37:55.394Z] DEBUG - matched Button with text "Import", using matcher: of type 'Button' 16:37:55 [2019-07-19T20:37:55.394Z] DEBUG - matched Button with text "Export", using matcher: of type 'Button' 16:37:55 [2019-07-19T20:37:55.394Z] DEBUG - matched Button with text "Edit...", using matcher: of type 'Button' 16:37:55 [2019-07-19T20:37:55.394Z] DEBUG - matched Button with text "Delete", using matcher: of type 'Button' 16:37:55 [2019-07-19T20:37:55.394Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 16:37:55 [2019-07-19T20:37:55.394Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 16:37:55 [2019-07-19T20:37:55.394Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 16:37:55 [2019-07-19T20:37:55.394Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 16:37:55 [2019-07-19T20:37:55.394Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 16:37:55 [2019-07-19T20:37:55.394Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 16:37:55 [2019-07-19T20:37:55.394Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:37:55 [2019-07-19T20:37:55.394Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 16:37:55 [2019-07-19T20:37:55.394Z] DEBUG - matched Button with text "Apply and Close", using matcher: with mnemonic 'Apply and Close' 16:37:55 [2019-07-19T20:37:55.394Z] DEBUG - matched Button with text "Apply and Close", using matcher: (with mnemonic 'Apply and Close' or with mnemonic 'OK') 16:37:55 [2019-07-19T20:37:55.394Z] DEBUG - matched Button with text "Apply and Close", using matcher: with style 'SWT.PUSH' 16:37:55 [2019-07-19T20:37:55.394Z] DEBUG - matched Button with text "Apply and Close", using matcher: (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:37:55 [2019-07-19T20:37:55.394Z] DEBUG - Clicking on Apply and Close 16:37:55 [2019-07-19T20:37:55.394Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Apply and Close} time=200579446 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:37:55 [2019-07-19T20:37:55.394Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Apply and Close} time=200579446 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:37:55 [2019-07-19T20:37:55.394Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Apply and Close} time=200579446 data=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:37:55 [2019-07-19T20:37:55.394Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Apply and Close} time=200579446 data=null} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:37:55 [2019-07-19T20:37:55.394Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Apply and Close} time=200579447 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:37:55 [2019-07-19T20:37:55.394Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Apply and Close} time=200579447 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:37:55 [2019-07-19T20:37:55.394Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Apply and Close} time=200579452 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:37:55 [2019-07-19T20:37:55.394Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Manage XML analyses...} time=200579059 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Manage XML analyses...' 16:37:55 [2019-07-19T20:37:55.394Z] DEBUG - Clicked on 16:37:55 [2019-07-19T20:37:55.394Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=200579635 data=null doit=true} to Shell with text {data - Eclipse Platform} 16:37:55 [2019-07-19T20:37:55.394Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' 16:37:55 [2019-07-19T20:37:55.394Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:37:55 [2019-07-19T20:37:55.394Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:37:55 [2019-07-19T20:37:55.652Z] DEBUG - Attempting to set focus on Tree with text {} 16:37:55 [2019-07-19T20:37:55.652Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {xml-test} time=200579670 data=null button=0 stateMask=0x0 x=69 y=11 count=0} to TreeItem with text {xml-test} 16:37:55 [2019-07-19T20:37:55.652Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {xml-test} time=200579670 data=null doit=true} to TreeItem with text {xml-test} 16:37:55 [2019-07-19T20:37:55.652Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {xml-test} time=200579670 data=null} to TreeItem with text {xml-test} 16:37:55 [2019-07-19T20:37:55.652Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {xml-test} time=200579671 data=null button=1 stateMask=0x0 x=69 y=11 count=1} to TreeItem with text {xml-test} 16:37:55 [2019-07-19T20:37:55.652Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200579671 data=null item=TreeItem {xml-test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {xml-test} 16:37:55 [2019-07-19T20:37:55.652Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {xml-test} time=200579735 data=null button=1 stateMask=0x80000 x=69 y=11 count=1} to TreeItem with text {xml-test} 16:37:55 [2019-07-19T20:37:55.652Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' 16:37:55 [2019-07-19T20:37:55.652Z] DEBUG - Clicking on with mnemonic 'Delete' 16:37:55 [2019-07-19T20:37:55.990Z] DEBUG - Clicked on with mnemonic 'Delete' 16:37:56 [2019-07-19T20:37:56.247Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' 16:37:56 [2019-07-19T20:37:56.247Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} 16:37:56 [2019-07-19T20:37:56.247Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 16:37:56 [2019-07-19T20:37:56.247Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' 16:37:56 [2019-07-19T20:37:56.247Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') 16:37:56 [2019-07-19T20:37:56.247Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 16:37:56 [2019-07-19T20:37:56.247Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:37:56 [2019-07-19T20:37:56.247Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:37:56 [2019-07-19T20:37:56.247Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') 16:37:56 [2019-07-19T20:37:56.247Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected 16:37:56 [2019-07-19T20:37:56.247Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=200580243 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:37:56 [2019-07-19T20:37:56.247Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=200580244 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:37:56 [2019-07-19T20:37:56.247Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=200580244 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:37:56 [2019-07-19T20:37:56.247Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=200580244 data=null} to (of type 'Button' and with style 'SWT.CHECK') 16:37:56 [2019-07-19T20:37:56.247Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=200580244 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:37:56 [2019-07-19T20:37:56.247Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=200580244 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:37:56 [2019-07-19T20:37:56.247Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=200580244 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:37:56 [2019-07-19T20:37:56.247Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=200580245 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:37:56 [2019-07-19T20:37:56.247Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=200580245 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:37:56 [2019-07-19T20:37:56.247Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=200580245 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') 16:37:56 [2019-07-19T20:37:56.247Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=200580245 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') 16:37:56 [2019-07-19T20:37:56.247Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=200580248 data=null} to (of type 'Button' and with style 'SWT.CHECK') 16:37:56 [2019-07-19T20:37:56.247Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') 16:37:56 [2019-07-19T20:37:56.247Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' 16:37:56 [2019-07-19T20:37:56.247Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' 16:37:56 [2019-07-19T20:37:56.247Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:37:56 [2019-07-19T20:37:56.247Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' 16:37:56 [2019-07-19T20:37:56.247Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' 16:37:56 [2019-07-19T20:37:56.247Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' 16:37:56 [2019-07-19T20:37:56.247Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:37:56 [2019-07-19T20:37:56.247Z] DEBUG - Clicking on OK 16:37:56 [2019-07-19T20:37:56.247Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=200580256 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:37:56 [2019-07-19T20:37:56.247Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=200580256 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:37:56 [2019-07-19T20:37:56.247Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=200580257 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:37:56 [2019-07-19T20:37:56.247Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=200580257 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:37:56 [2019-07-19T20:37:56.247Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=200580257 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:37:56 [2019-07-19T20:37:56.247Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=200580257 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:37:56 [2019-07-19T20:37:56.247Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:37:56 [2019-07-19T20:37:56.247Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:37:56 [2019-07-19T20:37:56.247Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:37:56 [2019-07-19T20:37:56.247Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:37:56 [2019-07-19T20:37:56.247Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:37:56 [2019-07-19T20:37:56.247Z] DEBUG - Clicked on OK 16:37:56 [2019-07-19T20:37:56.247Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=200580257 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') 16:37:56 [2019-07-19T20:37:56.247Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=200579864 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' 16:37:56 [2019-07-19T20:37:56.810Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=200580777 data=null doit=true} to Shell with text {data - Eclipse Platform} 16:37:56 [2019-07-19T20:37:56.810Z] DEBUG - matched MenuItem with text "&Window", using matcher: with mnemonic 'Window' 16:37:56 [2019-07-19T20:37:56.810Z] DEBUG - matched MenuItem with text "&Preferences", using matcher: with mnemonic 'Preferences' 16:37:56 [2019-07-19T20:37:56.810Z] DEBUG - Clicking on with mnemonic 'Preferences' 16:37:56 [2019-07-19T20:37:56.810Z] DEBUG - Clicked on with mnemonic 'Preferences' 16:37:56 [2019-07-19T20:37:56.810Z] DEBUG - matched Shell with text "Manage XML analyses ...", using matcher: of type 'Shell' 16:37:56 [2019-07-19T20:37:56.810Z] DEBUG - matched Shell with text "Manage XML analyses ...", using matcher: with text 'Manage XML analyses files' 16:37:56 [2019-07-19T20:37:56.810Z] DEBUG - matched Shell with text "Manage XML analyses ...", using matcher: (with text 'Preferences' or with text 'Manage XML analyses files') 16:37:56 [2019-07-19T20:37:56.810Z] DEBUG - matched Shell with text "Manage XML analyses ...", using matcher: (of type 'Shell' and (with text 'Preferences' or with text 'Manage XML analyses files')) 16:37:56 [2019-07-19T20:37:56.810Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Manage XML analyses files} time=200581059 data=null doit=true} to (of type 'Shell' and (with text 'Preferences' or with text 'Manage XML analyses files')) 16:37:56 [2019-07-19T20:37:56.810Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:37:56 [2019-07-19T20:37:56.810Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:37:57 [2019-07-19T20:37:57.068Z] DEBUG - Attempting to set focus on Tree with text {} 16:37:57 [2019-07-19T20:37:57.068Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Tracing} time=200581074 data=null button=0 stateMask=0x0 x=48 y=116 count=0} to TreeItem with text {Tracing} 16:37:57 [2019-07-19T20:37:57.068Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=200581074 data=null doit=true} to TreeItem with text {Tracing} 16:37:57 [2019-07-19T20:37:57.068Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=200581075 data=null} to TreeItem with text {Tracing} 16:37:57 [2019-07-19T20:37:57.068Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=200581075 data=null button=1 stateMask=0x0 x=48 y=116 count=1} to TreeItem with text {Tracing} 16:37:57 [2019-07-19T20:37:57.068Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200581075 data=null item=TreeItem {Tracing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Tracing} 16:37:57 [2019-07-19T20:37:57.068Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=200581161 data=null button=1 stateMask=0x80000 x=48 y=116 count=1} to TreeItem with text {Tracing} 16:37:57 [2019-07-19T20:37:57.068Z] WARN - Tree item TreeItem with text {Tracing} is already expanded. Won't expand it again. 16:37:57 [2019-07-19T20:37:57.068Z] DEBUG - Attempting to set focus on Tree with text {} 16:37:57 [2019-07-19T20:37:57.068Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {XML Analyses} time=200581162 data=null button=0 stateMask=0x0 x=88 y=221 count=0} to Tree node with text: XML Analyses 16:37:57 [2019-07-19T20:37:57.068Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {XML Analyses} time=200581163 data=null doit=true} to Tree node with text: XML Analyses 16:37:57 [2019-07-19T20:37:57.068Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {XML Analyses} time=200581163 data=null} to Tree node with text: XML Analyses 16:37:57 [2019-07-19T20:37:57.068Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {XML Analyses} time=200581163 data=null button=1 stateMask=0x0 x=88 y=221 count=1} to Tree node with text: XML Analyses 16:37:57 [2019-07-19T20:37:57.068Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200581163 data=null item=TreeItem {XML Analyses} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: XML Analyses 16:37:57 [2019-07-19T20:37:57.068Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {XML Analyses} time=200581166 data=null button=1 stateMask=0x80000 x=88 y=221 count=1} to Tree node with text: XML Analyses 16:37:57 [2019-07-19T20:37:57.068Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:37:57 [2019-07-19T20:37:57.068Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:37:57 [2019-07-19T20:37:57.068Z] DEBUG - matched Button with text "Import", using matcher: of type 'Button' 16:37:57 [2019-07-19T20:37:57.068Z] DEBUG - matched Button with text "Export", using matcher: of type 'Button' 16:37:57 [2019-07-19T20:37:57.068Z] DEBUG - matched Button with text "Edit...", using matcher: of type 'Button' 16:37:57 [2019-07-19T20:37:57.068Z] DEBUG - matched Button with text "Delete", using matcher: of type 'Button' 16:37:57 [2019-07-19T20:37:57.068Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 16:37:57 [2019-07-19T20:37:57.068Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 16:37:57 [2019-07-19T20:37:57.068Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 16:37:57 [2019-07-19T20:37:57.068Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 16:37:57 [2019-07-19T20:37:57.068Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 16:37:57 [2019-07-19T20:37:57.068Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 16:37:57 [2019-07-19T20:37:57.068Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:37:57 [2019-07-19T20:37:57.068Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 16:37:57 [2019-07-19T20:37:57.068Z] DEBUG - matched Button with text "Apply and Close", using matcher: with mnemonic 'Apply and Close' 16:37:57 [2019-07-19T20:37:57.068Z] DEBUG - matched Button with text "Apply and Close", using matcher: (with mnemonic 'Apply and Close' or with mnemonic 'OK') 16:37:57 [2019-07-19T20:37:57.068Z] DEBUG - matched Button with text "Apply and Close", using matcher: with style 'SWT.PUSH' 16:37:57 [2019-07-19T20:37:57.068Z] DEBUG - matched Button with text "Apply and Close", using matcher: (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:37:57 [2019-07-19T20:37:57.068Z] DEBUG - Clicking on Apply and Close 16:37:57 [2019-07-19T20:37:57.068Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Apply and Close} time=200581172 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:37:57 [2019-07-19T20:37:57.068Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Apply and Close} time=200581238 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:37:57 [2019-07-19T20:37:57.068Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Apply and Close} time=200581238 data=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:37:57 [2019-07-19T20:37:57.068Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Apply and Close} time=200581238 data=null} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:37:57 [2019-07-19T20:37:57.068Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Apply and Close} time=200581239 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:37:57 [2019-07-19T20:37:57.068Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Apply and Close} time=200581239 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:37:57 [2019-07-19T20:37:57.068Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Apply and Close} time=200581239 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:37:57 [2019-07-19T20:37:57.068Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Preferences} time=200580804 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Preferences' 16:37:57 [2019-07-19T20:37:57.325Z] DEBUG - Clicked on 16:37:57 [2019-07-19T20:37:57.325Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=200581378 data=null doit=true} to Shell with text {data - Eclipse Platform} 16:37:57 [2019-07-19T20:37:57.325Z] DEBUG - matched MenuItem with text "&Window", using matcher: with mnemonic 'Window' 16:37:57 [2019-07-19T20:37:57.325Z] DEBUG - matched MenuItem with text "&Preferences", using matcher: with mnemonic 'Preferences' 16:37:57 [2019-07-19T20:37:57.325Z] DEBUG - Clicking on with mnemonic 'Preferences' 16:37:57 [2019-07-19T20:37:57.582Z] DEBUG - Clicked on with mnemonic 'Preferences' 16:37:57 [2019-07-19T20:37:57.582Z] DEBUG - matched Shell with text "Manage XML analyses ...", using matcher: of type 'Shell' 16:37:57 [2019-07-19T20:37:57.582Z] DEBUG - matched Shell with text "Manage XML analyses ...", using matcher: with text 'Manage XML analyses files' 16:37:57 [2019-07-19T20:37:57.582Z] DEBUG - matched Shell with text "Manage XML analyses ...", using matcher: (with text 'Preferences' or with text 'Manage XML analyses files') 16:37:57 [2019-07-19T20:37:57.582Z] DEBUG - matched Shell with text "Manage XML analyses ...", using matcher: (of type 'Shell' and (with text 'Preferences' or with text 'Manage XML analyses files')) 16:37:57 [2019-07-19T20:37:57.582Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Manage XML analyses files} time=200581750 data=null doit=true} to (of type 'Shell' and (with text 'Preferences' or with text 'Manage XML analyses files')) 16:37:57 [2019-07-19T20:37:57.582Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:37:57 [2019-07-19T20:37:57.582Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:37:57 [2019-07-19T20:37:57.582Z] DEBUG - Attempting to set focus on Tree with text {} 16:37:57 [2019-07-19T20:37:57.582Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Tracing} time=200581764 data=null button=0 stateMask=0x0 x=48 y=116 count=0} to TreeItem with text {Tracing} 16:37:57 [2019-07-19T20:37:57.582Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=200581764 data=null doit=true} to TreeItem with text {Tracing} 16:37:57 [2019-07-19T20:37:57.582Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=200581764 data=null} to TreeItem with text {Tracing} 16:37:57 [2019-07-19T20:37:57.582Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=200581765 data=null button=1 stateMask=0x0 x=48 y=116 count=1} to TreeItem with text {Tracing} 16:37:57 [2019-07-19T20:37:57.582Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200581765 data=null item=TreeItem {Tracing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Tracing} 16:37:57 [2019-07-19T20:37:57.839Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=200581849 data=null button=1 stateMask=0x80000 x=48 y=116 count=1} to TreeItem with text {Tracing} 16:37:57 [2019-07-19T20:37:57.839Z] WARN - Tree item TreeItem with text {Tracing} is already expanded. Won't expand it again. 16:37:57 [2019-07-19T20:37:57.839Z] DEBUG - Attempting to set focus on Tree with text {} 16:37:57 [2019-07-19T20:37:57.839Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {XML Analyses} time=200581851 data=null button=0 stateMask=0x0 x=88 y=221 count=0} to Tree node with text: XML Analyses 16:37:57 [2019-07-19T20:37:57.839Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {XML Analyses} time=200581851 data=null doit=true} to Tree node with text: XML Analyses 16:37:57 [2019-07-19T20:37:57.839Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {XML Analyses} time=200581851 data=null} to Tree node with text: XML Analyses 16:37:57 [2019-07-19T20:37:57.839Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {XML Analyses} time=200581852 data=null button=1 stateMask=0x0 x=88 y=221 count=1} to Tree node with text: XML Analyses 16:37:57 [2019-07-19T20:37:57.839Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200581852 data=null item=TreeItem {XML Analyses} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: XML Analyses 16:37:57 [2019-07-19T20:37:57.839Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {XML Analyses} time=200581854 data=null button=1 stateMask=0x80000 x=88 y=221 count=1} to Tree node with text: XML Analyses 16:37:57 [2019-07-19T20:37:57.839Z] DEBUG - matched Button with text "Import", using matcher: of type 'Button' 16:37:57 [2019-07-19T20:37:57.839Z] DEBUG - matched Button with text "Import", using matcher: with mnemonic 'Import' 16:37:57 [2019-07-19T20:37:57.839Z] DEBUG - matched Button with text "Import", using matcher: with style 'SWT.PUSH' 16:37:57 [2019-07-19T20:37:57.839Z] DEBUG - matched Button with text "Import", using matcher: (of type 'Button' and with mnemonic 'Import' and with style 'SWT.PUSH') 16:37:57 [2019-07-19T20:37:57.839Z] DEBUG - matched Button with text "Export", using matcher: of type 'Button' 16:37:57 [2019-07-19T20:37:57.839Z] DEBUG - matched Button with text "Edit...", using matcher: of type 'Button' 16:37:57 [2019-07-19T20:37:57.839Z] DEBUG - matched Button with text "Delete", using matcher: of type 'Button' 16:37:57 [2019-07-19T20:37:57.839Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 16:37:57 [2019-07-19T20:37:57.839Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 16:37:57 [2019-07-19T20:37:57.839Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 16:37:57 [2019-07-19T20:37:57.839Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 16:37:57 [2019-07-19T20:37:57.839Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 16:37:57 [2019-07-19T20:37:57.839Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 16:37:57 [2019-07-19T20:37:57.839Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:37:57 [2019-07-19T20:37:57.839Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 16:37:57 [2019-07-19T20:37:57.839Z] DEBUG - Clicking on Import 16:37:57 [2019-07-19T20:37:57.839Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Import} time=200581859 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Import' and with style 'SWT.PUSH') 16:37:57 [2019-07-19T20:37:57.839Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Import} time=200581860 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Import' and with style 'SWT.PUSH') 16:37:57 [2019-07-19T20:37:57.839Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Import} time=200581860 data=null doit=true} to (of type 'Button' and with mnemonic 'Import' and with style 'SWT.PUSH') 16:37:57 [2019-07-19T20:37:57.839Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Import} time=200581860 data=null} to (of type 'Button' and with mnemonic 'Import' and with style 'SWT.PUSH') 16:37:57 [2019-07-19T20:37:57.839Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Import} time=200581860 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Import' and with style 'SWT.PUSH') 16:37:57 [2019-07-19T20:37:57.839Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Import} time=200581860 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Import' and with style 'SWT.PUSH') 16:37:57 [2019-07-19T20:37:57.839Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Import} time=200581860 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Import' and with style 'SWT.PUSH') 16:37:57 [2019-07-19T20:37:57.839Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Import} time=200581973 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Import' and with style 'SWT.PUSH') 16:37:57 [2019-07-19T20:37:57.839Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Import} time=200581973 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Import' and with style 'SWT.PUSH') 16:37:57 [2019-07-19T20:37:57.839Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Import} time=200581974 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Import' and with style 'SWT.PUSH') 16:37:57 [2019-07-19T20:37:57.839Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Import} time=200581974 data=null doit=true} to (of type 'Button' and with mnemonic 'Import' and with style 'SWT.PUSH') 16:37:57 [2019-07-19T20:37:57.839Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Import} time=200581974 data=null} to (of type 'Button' and with mnemonic 'Import' and with style 'SWT.PUSH') 16:37:57 [2019-07-19T20:37:57.839Z] DEBUG - Clicked on Import 16:37:57 [2019-07-19T20:37:57.839Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:37:57 [2019-07-19T20:37:57.839Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:37:57 [2019-07-19T20:37:57.839Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:37:57 [2019-07-19T20:37:57.839Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:37:57 [2019-07-19T20:37:57.839Z] DEBUG - Attempting to set focus on (of type 'Table') 16:37:57 [2019-07-19T20:37:57.839Z] DEBUG - Attempting to set focus on (of type 'Table') 16:37:57 [2019-07-19T20:37:57.839Z] DEBUG - Selecting rows [1, 0] in (of type 'Table') 16:37:57 [2019-07-19T20:37:57.839Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=200582042 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 16:37:57 [2019-07-19T20:37:57.839Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=200582042 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 16:37:57 [2019-07-19T20:37:57.839Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=200582043 data=null doit=true} to (of type 'Table') 16:37:57 [2019-07-19T20:37:57.839Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=200582043 data=null} to (of type 'Table') 16:37:57 [2019-07-19T20:37:57.839Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {kvm_exits} time=200582043 data=null button=1 stateMask=0x0 x=60 y=33 count=1} to (of type 'Table') 16:37:57 [2019-07-19T20:37:57.839Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200582051 data=null item=TableItem {kvm_exits} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to (of type 'Table') 16:37:57 [2019-07-19T20:37:57.839Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {kvm_exits} time=200582070 data=null button=1 stateMask=0x80000 x=60 y=33 count=1} to (of type 'Table') 16:37:57 [2019-07-19T20:37:57.839Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=200582071 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 16:37:57 [2019-07-19T20:37:57.839Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=200582071 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 16:37:57 [2019-07-19T20:37:57.839Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=200582071 data=null doit=true} to (of type 'Table') 16:37:57 [2019-07-19T20:37:57.839Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=200582071 data=null} to (of type 'Table') 16:37:57 [2019-07-19T20:37:57.839Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {test_consuming_fsm} time=200582072 data=null button=1 stateMask=0x40000 x=95 y=11 count=1} to (of type 'Table') 16:37:58 [2019-07-19T20:37:58.096Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200582072 data=null item=TableItem {test_consuming_fsm} detail=0 x=0 y=0 width=0 height=0 stateMask=0xc0000 text=null doit=true} to (of type 'Table') 16:37:58 [2019-07-19T20:37:58.096Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {test_consuming_fsm} time=200582146 data=null button=1 stateMask=0xc0000 x=95 y=11 count=1} to (of type 'Table') 16:37:58 [2019-07-19T20:37:58.096Z] DEBUG - matched Button with text "Import", using matcher: of type 'Button' 16:37:58 [2019-07-19T20:37:58.096Z] DEBUG - matched Button with text "Export", using matcher: of type 'Button' 16:37:58 [2019-07-19T20:37:58.096Z] DEBUG - matched Button with text "Edit...", using matcher: of type 'Button' 16:37:58 [2019-07-19T20:37:58.096Z] DEBUG - matched Button with text "Edit...", using matcher: with mnemonic 'Edit...' 16:37:58 [2019-07-19T20:37:58.096Z] DEBUG - matched Button with text "Edit...", using matcher: with style 'SWT.PUSH' 16:37:58 [2019-07-19T20:37:58.096Z] DEBUG - matched Button with text "Edit...", using matcher: (of type 'Button' and with mnemonic 'Edit...' and with style 'SWT.PUSH') 16:37:58 [2019-07-19T20:37:58.096Z] DEBUG - matched Button with text "Delete", using matcher: of type 'Button' 16:37:58 [2019-07-19T20:37:58.096Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 16:37:58 [2019-07-19T20:37:58.096Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 16:37:58 [2019-07-19T20:37:58.096Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 16:37:58 [2019-07-19T20:37:58.096Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 16:37:58 [2019-07-19T20:37:58.096Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 16:37:58 [2019-07-19T20:37:58.096Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 16:37:58 [2019-07-19T20:37:58.096Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:37:58 [2019-07-19T20:37:58.096Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 16:37:58 [2019-07-19T20:37:58.096Z] DEBUG - Clicking on Edit... 16:37:58 [2019-07-19T20:37:58.096Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Edit...} time=200582149 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Edit...' and with style 'SWT.PUSH') 16:37:58 [2019-07-19T20:37:58.096Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Edit...} time=200582150 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Edit...' and with style 'SWT.PUSH') 16:37:58 [2019-07-19T20:37:58.096Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Edit...} time=200582150 data=null doit=true} to (of type 'Button' and with mnemonic 'Edit...' and with style 'SWT.PUSH') 16:37:58 [2019-07-19T20:37:58.096Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Edit...} time=200582150 data=null} to (of type 'Button' and with mnemonic 'Edit...' and with style 'SWT.PUSH') 16:37:58 [2019-07-19T20:37:58.096Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Edit...} time=200582150 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Edit...' and with style 'SWT.PUSH') 16:37:58 [2019-07-19T20:37:58.096Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Edit...} time=200582151 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Edit...' and with style 'SWT.PUSH') 16:38:00 [2019-07-19T20:38:00.619Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Edit...} time=200582151 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Edit...' and with style 'SWT.PUSH') 16:38:00 [2019-07-19T20:38:00.619Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Edit...} time=200584644 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Edit...' and with style 'SWT.PUSH') 16:38:00 [2019-07-19T20:38:00.619Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Edit...} time=200584660 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Edit...' and with style 'SWT.PUSH') 16:38:00 [2019-07-19T20:38:00.619Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Edit...} time=200584660 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Edit...' and with style 'SWT.PUSH') 16:38:00 [2019-07-19T20:38:00.619Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Edit...} time=200584660 data=null doit=true} to (of type 'Button' and with mnemonic 'Edit...' and with style 'SWT.PUSH') 16:38:00 [2019-07-19T20:38:00.619Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Edit...} time=200584661 data=null} to (of type 'Button' and with mnemonic 'Edit...' and with style 'SWT.PUSH') 16:38:00 [2019-07-19T20:38:00.619Z] DEBUG - Clicked on Edit... 16:38:00 [2019-07-19T20:38:00.619Z] DEBUG - matched Button with text "Import", using matcher: of type 'Button' 16:38:00 [2019-07-19T20:38:00.619Z] DEBUG - matched Button with text "Export", using matcher: of type 'Button' 16:38:00 [2019-07-19T20:38:00.619Z] DEBUG - matched Button with text "Edit...", using matcher: of type 'Button' 16:38:00 [2019-07-19T20:38:00.619Z] DEBUG - matched Button with text "Delete", using matcher: of type 'Button' 16:38:00 [2019-07-19T20:38:00.619Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 16:38:00 [2019-07-19T20:38:00.619Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 16:38:00 [2019-07-19T20:38:00.619Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 16:38:00 [2019-07-19T20:38:00.619Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 16:38:00 [2019-07-19T20:38:00.619Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 16:38:00 [2019-07-19T20:38:00.619Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 16:38:00 [2019-07-19T20:38:00.619Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:38:00 [2019-07-19T20:38:00.619Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 16:38:00 [2019-07-19T20:38:00.619Z] DEBUG - matched Button with text "Apply and Close", using matcher: with mnemonic 'Apply and Close' 16:38:00 [2019-07-19T20:38:00.619Z] DEBUG - matched Button with text "Apply and Close", using matcher: (with mnemonic 'Apply and Close' or with mnemonic 'OK') 16:38:00 [2019-07-19T20:38:00.619Z] DEBUG - matched Button with text "Apply and Close", using matcher: with style 'SWT.PUSH' 16:38:00 [2019-07-19T20:38:00.619Z] DEBUG - matched Button with text "Apply and Close", using matcher: (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:00 [2019-07-19T20:38:00.619Z] DEBUG - Clicking on Apply and Close 16:38:00 [2019-07-19T20:38:00.619Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Apply and Close} time=200584665 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:00 [2019-07-19T20:38:00.619Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Apply and Close} time=200584665 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:00 [2019-07-19T20:38:00.619Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Apply and Close} time=200584665 data=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:00 [2019-07-19T20:38:00.619Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Apply and Close} time=200584665 data=null} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:00 [2019-07-19T20:38:00.619Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Apply and Close} time=200584665 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:00 [2019-07-19T20:38:00.619Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Apply and Close} time=200584665 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:00 [2019-07-19T20:38:00.619Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Apply and Close} time=200584665 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:00 [2019-07-19T20:38:00.619Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Preferences} time=200581434 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Preferences' 16:38:00 [2019-07-19T20:38:00.619Z] DEBUG - Clicked on 16:38:00 [2019-07-19T20:38:00.619Z] DEBUG - matched EditorReference with text "", using matcher: with name '"kvm_exits.xml"' 16:38:00 [2019-07-19T20:38:00.619Z] DEBUG - matched EditorReference with text "", using matcher: with name '"test_consuming_fsm.xml"' 16:38:00 [2019-07-19T20:38:00.877Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=200585062 data=null doit=true} to Shell with text {data - Eclipse Platform} 16:38:00 [2019-07-19T20:38:00.877Z] DEBUG - matched MenuItem with text "&Window", using matcher: with mnemonic 'Window' 16:38:00 [2019-07-19T20:38:00.877Z] DEBUG - matched MenuItem with text "&Preferences", using matcher: with mnemonic 'Preferences' 16:38:00 [2019-07-19T20:38:00.877Z] DEBUG - Clicking on with mnemonic 'Preferences' 16:38:01 [2019-07-19T20:38:01.134Z] DEBUG - Clicked on with mnemonic 'Preferences' 16:38:01 [2019-07-19T20:38:01.134Z] DEBUG - matched Shell with text "Manage XML analyses ...", using matcher: of type 'Shell' 16:38:01 [2019-07-19T20:38:01.134Z] DEBUG - matched Shell with text "Manage XML analyses ...", using matcher: with text 'Manage XML analyses files' 16:38:01 [2019-07-19T20:38:01.134Z] DEBUG - matched Shell with text "Manage XML analyses ...", using matcher: (with text 'Preferences' or with text 'Manage XML analyses files') 16:38:01 [2019-07-19T20:38:01.134Z] DEBUG - matched Shell with text "Manage XML analyses ...", using matcher: (of type 'Shell' and (with text 'Preferences' or with text 'Manage XML analyses files')) 16:38:01 [2019-07-19T20:38:01.134Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Manage XML analyses files} time=200585348 data=null doit=true} to (of type 'Shell' and (with text 'Preferences' or with text 'Manage XML analyses files')) 16:38:01 [2019-07-19T20:38:01.134Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:38:01 [2019-07-19T20:38:01.134Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:38:01 [2019-07-19T20:38:01.134Z] DEBUG - Attempting to set focus on Tree with text {} 16:38:01 [2019-07-19T20:38:01.134Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Tracing} time=200585365 data=null button=0 stateMask=0x0 x=48 y=116 count=0} to TreeItem with text {Tracing} 16:38:01 [2019-07-19T20:38:01.134Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=200585365 data=null doit=true} to TreeItem with text {Tracing} 16:38:01 [2019-07-19T20:38:01.134Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=200585365 data=null} to TreeItem with text {Tracing} 16:38:01 [2019-07-19T20:38:01.134Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=200585366 data=null button=1 stateMask=0x0 x=48 y=116 count=1} to TreeItem with text {Tracing} 16:38:01 [2019-07-19T20:38:01.134Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200585366 data=null item=TreeItem {Tracing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Tracing} 16:38:01 [2019-07-19T20:38:01.391Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=200585450 data=null button=1 stateMask=0x80000 x=48 y=116 count=1} to TreeItem with text {Tracing} 16:38:01 [2019-07-19T20:38:01.391Z] WARN - Tree item TreeItem with text {Tracing} is already expanded. Won't expand it again. 16:38:01 [2019-07-19T20:38:01.391Z] DEBUG - Attempting to set focus on Tree with text {} 16:38:01 [2019-07-19T20:38:01.391Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {XML Analyses} time=200585452 data=null button=0 stateMask=0x0 x=88 y=221 count=0} to Tree node with text: XML Analyses 16:38:01 [2019-07-19T20:38:01.391Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {XML Analyses} time=200585452 data=null doit=true} to Tree node with text: XML Analyses 16:38:01 [2019-07-19T20:38:01.391Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {XML Analyses} time=200585452 data=null} to Tree node with text: XML Analyses 16:38:01 [2019-07-19T20:38:01.391Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {XML Analyses} time=200585453 data=null button=1 stateMask=0x0 x=88 y=221 count=1} to Tree node with text: XML Analyses 16:38:01 [2019-07-19T20:38:01.391Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200585453 data=null item=TreeItem {XML Analyses} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: XML Analyses 16:38:01 [2019-07-19T20:38:01.391Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {XML Analyses} time=200585455 data=null button=1 stateMask=0x80000 x=88 y=221 count=1} to Tree node with text: XML Analyses 16:38:01 [2019-07-19T20:38:01.391Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:38:01 [2019-07-19T20:38:01.391Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:38:01 [2019-07-19T20:38:01.391Z] DEBUG - Attempting to set focus on (of type 'Table') 16:38:01 [2019-07-19T20:38:01.391Z] DEBUG - Attempting to set focus on (of type 'Table') 16:38:01 [2019-07-19T20:38:01.391Z] DEBUG - Selecting rows [0, 1] in (of type 'Table') 16:38:01 [2019-07-19T20:38:01.391Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=200585461 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 16:38:01 [2019-07-19T20:38:01.391Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=200585461 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 16:38:01 [2019-07-19T20:38:01.391Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=200585461 data=null doit=true} to (of type 'Table') 16:38:01 [2019-07-19T20:38:01.391Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=200585461 data=null} to (of type 'Table') 16:38:01 [2019-07-19T20:38:01.391Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {test_consuming_fsm} time=200585462 data=null button=1 stateMask=0x0 x=95 y=11 count=1} to (of type 'Table') 16:38:01 [2019-07-19T20:38:01.391Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200585462 data=null item=TableItem {test_consuming_fsm} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to (of type 'Table') 16:38:01 [2019-07-19T20:38:01.391Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {test_consuming_fsm} time=200585559 data=null button=1 stateMask=0x80000 x=95 y=11 count=1} to (of type 'Table') 16:38:01 [2019-07-19T20:38:01.391Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=200585560 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 16:38:01 [2019-07-19T20:38:01.391Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=200585560 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 16:38:01 [2019-07-19T20:38:01.391Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=200585560 data=null doit=true} to (of type 'Table') 16:38:01 [2019-07-19T20:38:01.391Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=200585560 data=null} to (of type 'Table') 16:38:01 [2019-07-19T20:38:01.391Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {kvm_exits} time=200585561 data=null button=1 stateMask=0x40000 x=60 y=33 count=1} to (of type 'Table') 16:38:01 [2019-07-19T20:38:01.648Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200585561 data=null item=TableItem {kvm_exits} detail=0 x=0 y=0 width=0 height=0 stateMask=0xc0000 text=null doit=true} to (of type 'Table') 16:38:01 [2019-07-19T20:38:01.648Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {kvm_exits} time=200585653 data=null button=1 stateMask=0xc0000 x=60 y=33 count=1} to (of type 'Table') 16:38:01 [2019-07-19T20:38:01.648Z] DEBUG - matched Button with text "Import", using matcher: of type 'Button' 16:38:01 [2019-07-19T20:38:01.648Z] DEBUG - matched Button with text "Export", using matcher: of type 'Button' 16:38:01 [2019-07-19T20:38:01.648Z] DEBUG - matched Button with text "Edit...", using matcher: of type 'Button' 16:38:01 [2019-07-19T20:38:01.648Z] DEBUG - matched Button with text "Delete", using matcher: of type 'Button' 16:38:01 [2019-07-19T20:38:01.648Z] DEBUG - matched Button with text "Delete", using matcher: with mnemonic 'Delete' 16:38:01 [2019-07-19T20:38:01.648Z] DEBUG - matched Button with text "Delete", using matcher: with style 'SWT.PUSH' 16:38:01 [2019-07-19T20:38:01.648Z] DEBUG - matched Button with text "Delete", using matcher: (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:38:01 [2019-07-19T20:38:01.648Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 16:38:01 [2019-07-19T20:38:01.648Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 16:38:01 [2019-07-19T20:38:01.648Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 16:38:01 [2019-07-19T20:38:01.648Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 16:38:01 [2019-07-19T20:38:01.648Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 16:38:01 [2019-07-19T20:38:01.648Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 16:38:01 [2019-07-19T20:38:01.648Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:38:01 [2019-07-19T20:38:01.648Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 16:38:01 [2019-07-19T20:38:01.648Z] DEBUG - Clicking on Delete 16:38:01 [2019-07-19T20:38:01.648Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Delete} time=200585657 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:38:01 [2019-07-19T20:38:01.648Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Delete} time=200585657 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:38:01 [2019-07-19T20:38:01.648Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Delete} time=200585657 data=null doit=true} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:38:01 [2019-07-19T20:38:01.648Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Delete} time=200585657 data=null} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:38:01 [2019-07-19T20:38:01.648Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Delete} time=200585658 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:38:01 [2019-07-19T20:38:01.648Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Delete} time=200585658 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:38:01 [2019-07-19T20:38:01.649Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Delete} time=200585839 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:38:01 [2019-07-19T20:38:01.649Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Delete} time=200585840 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:38:01 [2019-07-19T20:38:01.649Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Delete} time=200585840 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:38:01 [2019-07-19T20:38:01.649Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Delete} time=200585840 data=null doit=true} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:38:01 [2019-07-19T20:38:01.649Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Delete} time=200585840 data=null} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:38:01 [2019-07-19T20:38:01.649Z] DEBUG - Clicked on Delete 16:38:01 [2019-07-19T20:38:01.649Z] DEBUG - matched Shell with text "Delete XML file(s)", using matcher: with text 'Delete XML file(s)' 16:38:01 [2019-07-19T20:38:01.649Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Delete XML file(s)} time=200585842 data=null doit=true} to Shell with text {Delete XML file(s)} 16:38:01 [2019-07-19T20:38:01.649Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button' 16:38:01 [2019-07-19T20:38:01.649Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button' 16:38:01 [2019-07-19T20:38:01.649Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes' 16:38:01 [2019-07-19T20:38:01.649Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH' 16:38:01 [2019-07-19T20:38:01.649Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:38:01 [2019-07-19T20:38:01.649Z] DEBUG - Clicking on &Yes 16:38:01 [2019-07-19T20:38:01.649Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=200585843 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:38:01 [2019-07-19T20:38:01.649Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=200585853 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:38:01 [2019-07-19T20:38:01.649Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=200585853 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:38:01 [2019-07-19T20:38:01.649Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=200585853 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:38:01 [2019-07-19T20:38:01.649Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=200585856 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:38:01 [2019-07-19T20:38:01.649Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=200585856 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:38:01 [2019-07-19T20:38:01.649Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=200585856 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:38:01 [2019-07-19T20:38:01.649Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Delete} time=200585658 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:38:01 [2019-07-19T20:38:01.906Z] DEBUG - Clicked on 16:38:01 [2019-07-19T20:38:01.906Z] DEBUG - matched Button with text "Import", using matcher: of type 'Button' 16:38:01 [2019-07-19T20:38:01.906Z] DEBUG - matched Button with text "Export", using matcher: of type 'Button' 16:38:01 [2019-07-19T20:38:01.906Z] DEBUG - matched Button with text "Edit...", using matcher: of type 'Button' 16:38:01 [2019-07-19T20:38:01.906Z] DEBUG - matched Button with text "Delete", using matcher: of type 'Button' 16:38:01 [2019-07-19T20:38:01.906Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 16:38:01 [2019-07-19T20:38:01.906Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 16:38:01 [2019-07-19T20:38:01.906Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 16:38:01 [2019-07-19T20:38:01.906Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 16:38:01 [2019-07-19T20:38:01.906Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 16:38:01 [2019-07-19T20:38:01.906Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 16:38:01 [2019-07-19T20:38:01.906Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:38:01 [2019-07-19T20:38:01.906Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 16:38:01 [2019-07-19T20:38:01.906Z] DEBUG - matched Button with text "Apply and Close", using matcher: with mnemonic 'Apply and Close' 16:38:01 [2019-07-19T20:38:01.906Z] DEBUG - matched Button with text "Apply and Close", using matcher: (with mnemonic 'Apply and Close' or with mnemonic 'OK') 16:38:01 [2019-07-19T20:38:01.906Z] DEBUG - matched Button with text "Apply and Close", using matcher: with style 'SWT.PUSH' 16:38:01 [2019-07-19T20:38:01.906Z] DEBUG - matched Button with text "Apply and Close", using matcher: (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:01 [2019-07-19T20:38:01.906Z] DEBUG - Clicking on Apply and Close 16:38:01 [2019-07-19T20:38:01.906Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Apply and Close} time=200586040 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:01 [2019-07-19T20:38:01.906Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Apply and Close} time=200586040 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:01 [2019-07-19T20:38:01.906Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Apply and Close} time=200586040 data=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:01 [2019-07-19T20:38:01.906Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Apply and Close} time=200586040 data=null} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:01 [2019-07-19T20:38:01.906Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Apply and Close} time=200586041 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:01 [2019-07-19T20:38:01.906Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Apply and Close} time=200586041 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:01 [2019-07-19T20:38:01.906Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Apply and Close} time=200586041 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:01 [2019-07-19T20:38:01.906Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Preferences} time=200585094 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Preferences' 16:38:02 [2019-07-19T20:38:02.162Z] DEBUG - Clicked on 16:38:02 [2019-07-19T20:38:02.162Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=200586180 data=null doit=true} to Shell with text {data - Eclipse Platform} 16:38:02 [2019-07-19T20:38:02.162Z] DEBUG - matched MenuItem with text "&Window", using matcher: with mnemonic 'Window' 16:38:02 [2019-07-19T20:38:02.162Z] DEBUG - matched MenuItem with text "&Preferences", using matcher: with mnemonic 'Preferences' 16:38:02 [2019-07-19T20:38:02.162Z] DEBUG - Clicking on with mnemonic 'Preferences' 16:38:02 [2019-07-19T20:38:02.420Z] DEBUG - Clicked on with mnemonic 'Preferences' 16:38:02 [2019-07-19T20:38:02.420Z] DEBUG - matched Shell with text "Manage XML analyses ...", using matcher: of type 'Shell' 16:38:02 [2019-07-19T20:38:02.420Z] DEBUG - matched Shell with text "Manage XML analyses ...", using matcher: with text 'Manage XML analyses files' 16:38:02 [2019-07-19T20:38:02.420Z] DEBUG - matched Shell with text "Manage XML analyses ...", using matcher: (with text 'Preferences' or with text 'Manage XML analyses files') 16:38:02 [2019-07-19T20:38:02.420Z] DEBUG - matched Shell with text "Manage XML analyses ...", using matcher: (of type 'Shell' and (with text 'Preferences' or with text 'Manage XML analyses files')) 16:38:02 [2019-07-19T20:38:02.420Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Manage XML analyses files} time=200586479 data=null doit=true} to (of type 'Shell' and (with text 'Preferences' or with text 'Manage XML analyses files')) 16:38:02 [2019-07-19T20:38:02.420Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:38:02 [2019-07-19T20:38:02.420Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:38:02 [2019-07-19T20:38:02.420Z] DEBUG - Attempting to set focus on Tree with text {} 16:38:02 [2019-07-19T20:38:02.420Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Tracing} time=200586544 data=null button=0 stateMask=0x0 x=48 y=116 count=0} to TreeItem with text {Tracing} 16:38:02 [2019-07-19T20:38:02.420Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=200586544 data=null doit=true} to TreeItem with text {Tracing} 16:38:02 [2019-07-19T20:38:02.420Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=200586544 data=null} to TreeItem with text {Tracing} 16:38:02 [2019-07-19T20:38:02.420Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=200586545 data=null button=1 stateMask=0x0 x=48 y=116 count=1} to TreeItem with text {Tracing} 16:38:02 [2019-07-19T20:38:02.420Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200586545 data=null item=TreeItem {Tracing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Tracing} 16:38:02 [2019-07-19T20:38:02.420Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=200586630 data=null button=1 stateMask=0x80000 x=48 y=116 count=1} to TreeItem with text {Tracing} 16:38:02 [2019-07-19T20:38:02.420Z] WARN - Tree item TreeItem with text {Tracing} is already expanded. Won't expand it again. 16:38:02 [2019-07-19T20:38:02.420Z] DEBUG - Attempting to set focus on Tree with text {} 16:38:02 [2019-07-19T20:38:02.420Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {XML Analyses} time=200586632 data=null button=0 stateMask=0x0 x=88 y=221 count=0} to Tree node with text: XML Analyses 16:38:02 [2019-07-19T20:38:02.420Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {XML Analyses} time=200586632 data=null doit=true} to Tree node with text: XML Analyses 16:38:02 [2019-07-19T20:38:02.420Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {XML Analyses} time=200586632 data=null} to Tree node with text: XML Analyses 16:38:02 [2019-07-19T20:38:02.420Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {XML Analyses} time=200586633 data=null button=1 stateMask=0x0 x=88 y=221 count=1} to Tree node with text: XML Analyses 16:38:02 [2019-07-19T20:38:02.420Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200586633 data=null item=TreeItem {XML Analyses} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: XML Analyses 16:38:02 [2019-07-19T20:38:02.420Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {XML Analyses} time=200586635 data=null button=1 stateMask=0x80000 x=88 y=221 count=1} to Tree node with text: XML Analyses 16:38:02 [2019-07-19T20:38:02.420Z] DEBUG - matched Button with text "Import", using matcher: of type 'Button' 16:38:02 [2019-07-19T20:38:02.420Z] DEBUG - matched Button with text "Import", using matcher: with mnemonic 'Import' 16:38:02 [2019-07-19T20:38:02.420Z] DEBUG - matched Button with text "Import", using matcher: with style 'SWT.PUSH' 16:38:02 [2019-07-19T20:38:02.420Z] DEBUG - matched Button with text "Import", using matcher: (of type 'Button' and with mnemonic 'Import' and with style 'SWT.PUSH') 16:38:02 [2019-07-19T20:38:02.420Z] DEBUG - matched Button with text "Export", using matcher: of type 'Button' 16:38:02 [2019-07-19T20:38:02.420Z] DEBUG - matched Button with text "Edit...", using matcher: of type 'Button' 16:38:02 [2019-07-19T20:38:02.420Z] DEBUG - matched Button with text "Delete", using matcher: of type 'Button' 16:38:02 [2019-07-19T20:38:02.420Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 16:38:02 [2019-07-19T20:38:02.420Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 16:38:02 [2019-07-19T20:38:02.420Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 16:38:02 [2019-07-19T20:38:02.420Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 16:38:02 [2019-07-19T20:38:02.420Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 16:38:02 [2019-07-19T20:38:02.420Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 16:38:02 [2019-07-19T20:38:02.420Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:38:02 [2019-07-19T20:38:02.420Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 16:38:02 [2019-07-19T20:38:02.420Z] DEBUG - Clicking on Import 16:38:02 [2019-07-19T20:38:02.420Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Import} time=200586641 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Import' and with style 'SWT.PUSH') 16:38:02 [2019-07-19T20:38:02.420Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Import} time=200586641 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Import' and with style 'SWT.PUSH') 16:38:02 [2019-07-19T20:38:02.420Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Import} time=200586641 data=null doit=true} to (of type 'Button' and with mnemonic 'Import' and with style 'SWT.PUSH') 16:38:02 [2019-07-19T20:38:02.420Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Import} time=200586641 data=null} to (of type 'Button' and with mnemonic 'Import' and with style 'SWT.PUSH') 16:38:02 [2019-07-19T20:38:02.420Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Import} time=200586642 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Import' and with style 'SWT.PUSH') 16:38:02 [2019-07-19T20:38:02.420Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Import} time=200586642 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Import' and with style 'SWT.PUSH') 16:38:02 [2019-07-19T20:38:02.984Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Import} time=200586642 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Import' and with style 'SWT.PUSH') 16:38:02 [2019-07-19T20:38:02.984Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Import} time=200586975 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Import' and with style 'SWT.PUSH') 16:38:02 [2019-07-19T20:38:02.984Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Import} time=200586979 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Import' and with style 'SWT.PUSH') 16:38:02 [2019-07-19T20:38:02.984Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Import} time=200587032 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Import' and with style 'SWT.PUSH') 16:38:02 [2019-07-19T20:38:02.984Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Import} time=200587032 data=null doit=true} to (of type 'Button' and with mnemonic 'Import' and with style 'SWT.PUSH') 16:38:02 [2019-07-19T20:38:02.984Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Import} time=200587033 data=null} to (of type 'Button' and with mnemonic 'Import' and with style 'SWT.PUSH') 16:38:02 [2019-07-19T20:38:02.984Z] DEBUG - Clicked on Import 16:38:02 [2019-07-19T20:38:02.984Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:38:02 [2019-07-19T20:38:02.984Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:38:02 [2019-07-19T20:38:02.984Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:38:02 [2019-07-19T20:38:02.984Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:38:02 [2019-07-19T20:38:02.984Z] DEBUG - Attempting to set focus on Table with text {} 16:38:02 [2019-07-19T20:38:02.984Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {test_valid} time=200587042 data=null button=0 stateMask=0x0 x=59 y=33 count=0} to TableItem with text {test_valid} 16:38:02 [2019-07-19T20:38:02.984Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {test_valid} time=200587043 data=null doit=true} to TableItem with text {test_valid} 16:38:02 [2019-07-19T20:38:02.984Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {test_valid} time=200587043 data=null} to TableItem with text {test_valid} 16:38:02 [2019-07-19T20:38:02.984Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {test_valid} time=200587044 data=null button=1 stateMask=0x0 x=59 y=33 count=1} to TableItem with text {test_valid} 16:38:02 [2019-07-19T20:38:02.984Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200587044 data=null item=TableItem {test_valid} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {test_valid} 16:38:02 [2019-07-19T20:38:02.984Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {test_valid} time=200587183 data=null button=1 stateMask=0x80000 x=59 y=33 count=1} to TableItem with text {test_valid} 16:38:02 [2019-07-19T20:38:02.984Z] DEBUG - matched Label with text "", using matcher: of type 'Label' 16:38:02 [2019-07-19T20:38:02.984Z] DEBUG - matched Label with text "", using matcher: of type 'Label' 16:38:02 [2019-07-19T20:38:02.984Z] DEBUG - matched Label with text "File enabled", using matcher: of type 'Label' 16:38:02 [2019-07-19T20:38:02.984Z] DEBUG - matched Label with text "File enabled", using matcher: with mnemonic 'File enabled' 16:38:02 [2019-07-19T20:38:02.984Z] DEBUG - matched Label with text "File enabled", using matcher: (of type 'Label' and with mnemonic 'File enabled') 16:38:02 [2019-07-19T20:38:02.984Z] DEBUG - matched Label with text "", using matcher: of type 'Label' 16:38:03 [2019-07-19T20:38:03.244Z] DEBUG - Attempting to set focus on Table with text {} 16:38:03 [2019-07-19T20:38:03.244Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {test_valid_xml_timegraphView} time=200587235 data=null button=0 stateMask=0x0 x=125 y=11 count=0} to TableItem with text {test_valid_xml_timegraphView} 16:38:03 [2019-07-19T20:38:03.244Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {test_valid_xml_timegraphView} time=200587235 data=null doit=true} to TableItem with text {test_valid_xml_timegraphView} 16:38:03 [2019-07-19T20:38:03.244Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {test_valid_xml_timegraphView} time=200587236 data=null} to TableItem with text {test_valid_xml_timegraphView} 16:38:03 [2019-07-19T20:38:03.244Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {test_valid_xml_timegraphView} time=200587236 data=null button=1 stateMask=0x0 x=125 y=11 count=1} to TableItem with text {test_valid_xml_timegraphView} 16:38:03 [2019-07-19T20:38:03.244Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200587237 data=null item=TableItem {test_valid_xml_timegraphView} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {test_valid_xml_timegraphView} 16:38:03 [2019-07-19T20:38:03.244Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {test_valid_xml_timegraphView} time=200587252 data=null button=1 stateMask=0x80000 x=125 y=11 count=1} to TableItem with text {test_valid_xml_timegraphView} 16:38:03 [2019-07-19T20:38:03.244Z] DEBUG - matched Label with text "", using matcher: of type 'Label' 16:38:03 [2019-07-19T20:38:03.244Z] DEBUG - matched Label with text "", using matcher: of type 'Label' 16:38:03 [2019-07-19T20:38:03.244Z] DEBUG - matched Label with text "File enabled", using matcher: of type 'Label' 16:38:03 [2019-07-19T20:38:03.244Z] DEBUG - matched Label with text "File enabled", using matcher: with mnemonic 'File enabled' 16:38:03 [2019-07-19T20:38:03.244Z] DEBUG - matched Label with text "File enabled", using matcher: (of type 'Label' and with mnemonic 'File enabled') 16:38:03 [2019-07-19T20:38:03.244Z] DEBUG - matched Label with text "", using matcher: of type 'Label' 16:38:03 [2019-07-19T20:38:03.244Z] DEBUG - matched Button with text "Import", using matcher: of type 'Button' 16:38:03 [2019-07-19T20:38:03.244Z] DEBUG - matched Button with text "Export", using matcher: of type 'Button' 16:38:03 [2019-07-19T20:38:03.244Z] DEBUG - matched Button with text "Edit...", using matcher: of type 'Button' 16:38:03 [2019-07-19T20:38:03.244Z] DEBUG - matched Button with text "Delete", using matcher: of type 'Button' 16:38:03 [2019-07-19T20:38:03.244Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 16:38:03 [2019-07-19T20:38:03.244Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 16:38:03 [2019-07-19T20:38:03.244Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 16:38:03 [2019-07-19T20:38:03.244Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 16:38:03 [2019-07-19T20:38:03.244Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 16:38:03 [2019-07-19T20:38:03.244Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 16:38:03 [2019-07-19T20:38:03.244Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:38:03 [2019-07-19T20:38:03.244Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 16:38:03 [2019-07-19T20:38:03.244Z] DEBUG - matched Button with text "Apply and Close", using matcher: with mnemonic 'Apply and Close' 16:38:03 [2019-07-19T20:38:03.244Z] DEBUG - matched Button with text "Apply and Close", using matcher: (with mnemonic 'Apply and Close' or with mnemonic 'OK') 16:38:03 [2019-07-19T20:38:03.244Z] DEBUG - matched Button with text "Apply and Close", using matcher: with style 'SWT.PUSH' 16:38:03 [2019-07-19T20:38:03.244Z] DEBUG - matched Button with text "Apply and Close", using matcher: (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:03 [2019-07-19T20:38:03.244Z] DEBUG - Clicking on Apply and Close 16:38:03 [2019-07-19T20:38:03.244Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Apply and Close} time=200587259 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:03 [2019-07-19T20:38:03.244Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Apply and Close} time=200587259 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:03 [2019-07-19T20:38:03.244Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Apply and Close} time=200587259 data=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:03 [2019-07-19T20:38:03.244Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Apply and Close} time=200587259 data=null} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:03 [2019-07-19T20:38:03.244Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Apply and Close} time=200587259 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:03 [2019-07-19T20:38:03.244Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Apply and Close} time=200587259 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:03 [2019-07-19T20:38:03.244Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Apply and Close} time=200587260 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:03 [2019-07-19T20:38:03.244Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Preferences} time=200586233 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Preferences' 16:38:03 [2019-07-19T20:38:03.244Z] DEBUG - Clicked on 16:38:03 [2019-07-19T20:38:03.244Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=200587447 data=null doit=true} to Shell with text {data - Eclipse Platform} 16:38:03 [2019-07-19T20:38:03.244Z] DEBUG - matched MenuItem with text "&Window", using matcher: with mnemonic 'Window' 16:38:03 [2019-07-19T20:38:03.244Z] DEBUG - matched MenuItem with text "&Preferences", using matcher: with mnemonic 'Preferences' 16:38:03 [2019-07-19T20:38:03.244Z] DEBUG - Clicking on with mnemonic 'Preferences' 16:38:03 [2019-07-19T20:38:03.588Z] DEBUG - Clicked on with mnemonic 'Preferences' 16:38:03 [2019-07-19T20:38:03.588Z] DEBUG - matched Shell with text "Manage XML analyses ...", using matcher: of type 'Shell' 16:38:03 [2019-07-19T20:38:03.588Z] DEBUG - matched Shell with text "Manage XML analyses ...", using matcher: with text 'Manage XML analyses files' 16:38:03 [2019-07-19T20:38:03.588Z] DEBUG - matched Shell with text "Manage XML analyses ...", using matcher: (with text 'Preferences' or with text 'Manage XML analyses files') 16:38:03 [2019-07-19T20:38:03.588Z] DEBUG - matched Shell with text "Manage XML analyses ...", using matcher: (of type 'Shell' and (with text 'Preferences' or with text 'Manage XML analyses files')) 16:38:03 [2019-07-19T20:38:03.588Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Manage XML analyses files} time=200587760 data=null doit=true} to (of type 'Shell' and (with text 'Preferences' or with text 'Manage XML analyses files')) 16:38:03 [2019-07-19T20:38:03.588Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:38:03 [2019-07-19T20:38:03.588Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:38:03 [2019-07-19T20:38:03.588Z] DEBUG - Attempting to set focus on Tree with text {} 16:38:03 [2019-07-19T20:38:03.588Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Tracing} time=200587773 data=null button=0 stateMask=0x0 x=48 y=116 count=0} to TreeItem with text {Tracing} 16:38:03 [2019-07-19T20:38:03.588Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=200587774 data=null doit=true} to TreeItem with text {Tracing} 16:38:03 [2019-07-19T20:38:03.588Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=200587774 data=null} to TreeItem with text {Tracing} 16:38:03 [2019-07-19T20:38:03.588Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=200587774 data=null button=1 stateMask=0x0 x=48 y=116 count=1} to TreeItem with text {Tracing} 16:38:03 [2019-07-19T20:38:03.588Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200587774 data=null item=TreeItem {Tracing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Tracing} 16:38:03 [2019-07-19T20:38:03.845Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=200587859 data=null button=1 stateMask=0x80000 x=48 y=116 count=1} to TreeItem with text {Tracing} 16:38:03 [2019-07-19T20:38:03.845Z] WARN - Tree item TreeItem with text {Tracing} is already expanded. Won't expand it again. 16:38:03 [2019-07-19T20:38:03.845Z] DEBUG - Attempting to set focus on Tree with text {} 16:38:03 [2019-07-19T20:38:03.845Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {XML Analyses} time=200587861 data=null button=0 stateMask=0x0 x=88 y=221 count=0} to Tree node with text: XML Analyses 16:38:03 [2019-07-19T20:38:03.845Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {XML Analyses} time=200587861 data=null doit=true} to Tree node with text: XML Analyses 16:38:03 [2019-07-19T20:38:03.845Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {XML Analyses} time=200587861 data=null} to Tree node with text: XML Analyses 16:38:03 [2019-07-19T20:38:03.845Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {XML Analyses} time=200587861 data=null button=1 stateMask=0x0 x=88 y=221 count=1} to Tree node with text: XML Analyses 16:38:03 [2019-07-19T20:38:03.845Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200587862 data=null item=TreeItem {XML Analyses} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: XML Analyses 16:38:03 [2019-07-19T20:38:03.845Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {XML Analyses} time=200587864 data=null button=1 stateMask=0x80000 x=88 y=221 count=1} to Tree node with text: XML Analyses 16:38:03 [2019-07-19T20:38:03.845Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:38:03 [2019-07-19T20:38:03.845Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:38:03 [2019-07-19T20:38:03.845Z] DEBUG - Attempting to set focus on (of type 'Table') 16:38:03 [2019-07-19T20:38:03.845Z] DEBUG - Attempting to set focus on (of type 'Table') 16:38:03 [2019-07-19T20:38:03.845Z] DEBUG - Selecting rows [0, 1] in (of type 'Table') 16:38:03 [2019-07-19T20:38:03.845Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=200587869 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 16:38:03 [2019-07-19T20:38:03.845Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=200587870 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 16:38:03 [2019-07-19T20:38:03.845Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=200587870 data=null doit=true} to (of type 'Table') 16:38:03 [2019-07-19T20:38:03.845Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=200587870 data=null} to (of type 'Table') 16:38:03 [2019-07-19T20:38:03.845Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {test_valid_xml_timegraphView} time=200587870 data=null button=1 stateMask=0x0 x=125 y=11 count=1} to (of type 'Table') 16:38:03 [2019-07-19T20:38:03.845Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200587871 data=null item=TableItem {test_valid_xml_timegraphView} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to (of type 'Table') 16:38:03 [2019-07-19T20:38:03.845Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {test_valid_xml_timegraphView} time=200587947 data=null button=1 stateMask=0x80000 x=125 y=11 count=1} to (of type 'Table') 16:38:03 [2019-07-19T20:38:03.845Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=200587947 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 16:38:03 [2019-07-19T20:38:03.845Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=200587948 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 16:38:03 [2019-07-19T20:38:03.845Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=200587948 data=null doit=true} to (of type 'Table') 16:38:03 [2019-07-19T20:38:03.845Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=200587948 data=null} to (of type 'Table') 16:38:03 [2019-07-19T20:38:03.845Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {test_valid} time=200587948 data=null button=1 stateMask=0x40000 x=59 y=33 count=1} to (of type 'Table') 16:38:04 [2019-07-19T20:38:04.102Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200587949 data=null item=TableItem {test_valid} detail=0 x=0 y=0 width=0 height=0 stateMask=0xc0000 text=null doit=true} to (of type 'Table') 16:38:04 [2019-07-19T20:38:04.102Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {test_valid} time=200588163 data=null button=1 stateMask=0xc0000 x=59 y=33 count=1} to (of type 'Table') 16:38:04 [2019-07-19T20:38:04.102Z] DEBUG - matched Button with text "Import", using matcher: of type 'Button' 16:38:04 [2019-07-19T20:38:04.102Z] DEBUG - matched Button with text "Export", using matcher: of type 'Button' 16:38:04 [2019-07-19T20:38:04.102Z] DEBUG - matched Button with text "Edit...", using matcher: of type 'Button' 16:38:04 [2019-07-19T20:38:04.102Z] DEBUG - matched Button with text "Delete", using matcher: of type 'Button' 16:38:04 [2019-07-19T20:38:04.102Z] DEBUG - matched Button with text "Delete", using matcher: with mnemonic 'Delete' 16:38:04 [2019-07-19T20:38:04.102Z] DEBUG - matched Button with text "Delete", using matcher: with style 'SWT.PUSH' 16:38:04 [2019-07-19T20:38:04.102Z] DEBUG - matched Button with text "Delete", using matcher: (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:38:04 [2019-07-19T20:38:04.102Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 16:38:04 [2019-07-19T20:38:04.102Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 16:38:04 [2019-07-19T20:38:04.102Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 16:38:04 [2019-07-19T20:38:04.102Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 16:38:04 [2019-07-19T20:38:04.102Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 16:38:04 [2019-07-19T20:38:04.102Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 16:38:04 [2019-07-19T20:38:04.102Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:38:04 [2019-07-19T20:38:04.102Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 16:38:04 [2019-07-19T20:38:04.102Z] DEBUG - Clicking on Delete 16:38:04 [2019-07-19T20:38:04.102Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Delete} time=200588166 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:38:04 [2019-07-19T20:38:04.102Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Delete} time=200588167 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:38:04 [2019-07-19T20:38:04.102Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Delete} time=200588167 data=null doit=true} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:38:04 [2019-07-19T20:38:04.102Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Delete} time=200588167 data=null} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:38:04 [2019-07-19T20:38:04.102Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Delete} time=200588167 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:38:04 [2019-07-19T20:38:04.102Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Delete} time=200588168 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:38:04 [2019-07-19T20:38:04.102Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Delete} time=200588341 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:38:04 [2019-07-19T20:38:04.102Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Delete} time=200588342 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:38:04 [2019-07-19T20:38:04.102Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Delete} time=200588342 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:38:04 [2019-07-19T20:38:04.102Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Delete} time=200588342 data=null doit=true} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:38:04 [2019-07-19T20:38:04.102Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Delete} time=200588342 data=null} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:38:04 [2019-07-19T20:38:04.102Z] DEBUG - Clicked on Delete 16:38:04 [2019-07-19T20:38:04.102Z] DEBUG - matched Shell with text "Delete XML file(s)", using matcher: with text 'Delete XML file(s)' 16:38:04 [2019-07-19T20:38:04.102Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Delete XML file(s)} time=200588343 data=null doit=true} to Shell with text {Delete XML file(s)} 16:38:04 [2019-07-19T20:38:04.102Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button' 16:38:04 [2019-07-19T20:38:04.102Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button' 16:38:04 [2019-07-19T20:38:04.102Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes' 16:38:04 [2019-07-19T20:38:04.102Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH' 16:38:04 [2019-07-19T20:38:04.102Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:38:04 [2019-07-19T20:38:04.102Z] DEBUG - Clicking on &Yes 16:38:04 [2019-07-19T20:38:04.102Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=200588347 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:38:04 [2019-07-19T20:38:04.102Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=200588347 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:38:04 [2019-07-19T20:38:04.102Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=200588347 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:38:04 [2019-07-19T20:38:04.102Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=200588347 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:38:04 [2019-07-19T20:38:04.360Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=200588359 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:38:04 [2019-07-19T20:38:04.360Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=200588359 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:38:04 [2019-07-19T20:38:04.360Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=200588359 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:38:04 [2019-07-19T20:38:04.360Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Delete} time=200588168 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:38:04 [2019-07-19T20:38:04.360Z] DEBUG - Clicked on 16:38:04 [2019-07-19T20:38:04.360Z] DEBUG - matched Button with text "Import", using matcher: of type 'Button' 16:38:04 [2019-07-19T20:38:04.360Z] DEBUG - matched Button with text "Export", using matcher: of type 'Button' 16:38:04 [2019-07-19T20:38:04.360Z] DEBUG - matched Button with text "Edit...", using matcher: of type 'Button' 16:38:04 [2019-07-19T20:38:04.360Z] DEBUG - matched Button with text "Delete", using matcher: of type 'Button' 16:38:04 [2019-07-19T20:38:04.360Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 16:38:04 [2019-07-19T20:38:04.360Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 16:38:04 [2019-07-19T20:38:04.360Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 16:38:04 [2019-07-19T20:38:04.360Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 16:38:04 [2019-07-19T20:38:04.360Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 16:38:04 [2019-07-19T20:38:04.360Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 16:38:04 [2019-07-19T20:38:04.360Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:38:04 [2019-07-19T20:38:04.360Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 16:38:04 [2019-07-19T20:38:04.360Z] DEBUG - matched Button with text "Apply and Close", using matcher: with mnemonic 'Apply and Close' 16:38:04 [2019-07-19T20:38:04.360Z] DEBUG - matched Button with text "Apply and Close", using matcher: (with mnemonic 'Apply and Close' or with mnemonic 'OK') 16:38:04 [2019-07-19T20:38:04.360Z] DEBUG - matched Button with text "Apply and Close", using matcher: with style 'SWT.PUSH' 16:38:04 [2019-07-19T20:38:04.360Z] DEBUG - matched Button with text "Apply and Close", using matcher: (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:04 [2019-07-19T20:38:04.360Z] DEBUG - Clicking on Apply and Close 16:38:04 [2019-07-19T20:38:04.360Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Apply and Close} time=200588471 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:04 [2019-07-19T20:38:04.360Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Apply and Close} time=200588471 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:04 [2019-07-19T20:38:04.360Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Apply and Close} time=200588471 data=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:04 [2019-07-19T20:38:04.360Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Apply and Close} time=200588481 data=null} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:04 [2019-07-19T20:38:04.360Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Apply and Close} time=200588482 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:04 [2019-07-19T20:38:04.360Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Apply and Close} time=200588482 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:04 [2019-07-19T20:38:04.360Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Apply and Close} time=200588482 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:04 [2019-07-19T20:38:04.360Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Preferences} time=200587461 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Preferences' 16:38:04 [2019-07-19T20:38:04.617Z] DEBUG - Clicked on 16:38:04 [2019-07-19T20:38:04.617Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=200588654 data=null doit=true} to Shell with text {data - Eclipse Platform} 16:38:04 [2019-07-19T20:38:04.617Z] DEBUG - matched MenuItem with text "&Window", using matcher: with mnemonic 'Window' 16:38:04 [2019-07-19T20:38:04.617Z] DEBUG - matched MenuItem with text "&Preferences", using matcher: with mnemonic 'Preferences' 16:38:04 [2019-07-19T20:38:04.617Z] DEBUG - Clicking on with mnemonic 'Preferences' 16:38:04 [2019-07-19T20:38:04.874Z] DEBUG - Clicked on with mnemonic 'Preferences' 16:38:04 [2019-07-19T20:38:04.874Z] DEBUG - matched Shell with text "Manage XML analyses ...", using matcher: of type 'Shell' 16:38:04 [2019-07-19T20:38:04.874Z] DEBUG - matched Shell with text "Manage XML analyses ...", using matcher: with text 'Manage XML analyses files' 16:38:04 [2019-07-19T20:38:04.874Z] DEBUG - matched Shell with text "Manage XML analyses ...", using matcher: (with text 'Preferences' or with text 'Manage XML analyses files') 16:38:04 [2019-07-19T20:38:04.874Z] DEBUG - matched Shell with text "Manage XML analyses ...", using matcher: (of type 'Shell' and (with text 'Preferences' or with text 'Manage XML analyses files')) 16:38:04 [2019-07-19T20:38:04.874Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Manage XML analyses files} time=200588956 data=null doit=true} to (of type 'Shell' and (with text 'Preferences' or with text 'Manage XML analyses files')) 16:38:04 [2019-07-19T20:38:04.874Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:38:04 [2019-07-19T20:38:04.874Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:38:04 [2019-07-19T20:38:04.874Z] DEBUG - Attempting to set focus on Tree with text {} 16:38:04 [2019-07-19T20:38:04.874Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Tracing} time=200588970 data=null button=0 stateMask=0x0 x=48 y=116 count=0} to TreeItem with text {Tracing} 16:38:04 [2019-07-19T20:38:04.874Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=200588970 data=null doit=true} to TreeItem with text {Tracing} 16:38:04 [2019-07-19T20:38:04.874Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=200588970 data=null} to TreeItem with text {Tracing} 16:38:04 [2019-07-19T20:38:04.874Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=200588970 data=null button=1 stateMask=0x0 x=48 y=116 count=1} to TreeItem with text {Tracing} 16:38:04 [2019-07-19T20:38:04.874Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200588971 data=null item=TreeItem {Tracing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Tracing} 16:38:04 [2019-07-19T20:38:04.874Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=200589046 data=null button=1 stateMask=0x80000 x=48 y=116 count=1} to TreeItem with text {Tracing} 16:38:04 [2019-07-19T20:38:04.874Z] WARN - Tree item TreeItem with text {Tracing} is already expanded. Won't expand it again. 16:38:04 [2019-07-19T20:38:04.874Z] DEBUG - Attempting to set focus on Tree with text {} 16:38:04 [2019-07-19T20:38:04.874Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {XML Analyses} time=200589049 data=null button=0 stateMask=0x0 x=88 y=221 count=0} to Tree node with text: XML Analyses 16:38:04 [2019-07-19T20:38:04.874Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {XML Analyses} time=200589049 data=null doit=true} to Tree node with text: XML Analyses 16:38:04 [2019-07-19T20:38:04.874Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {XML Analyses} time=200589049 data=null} to Tree node with text: XML Analyses 16:38:04 [2019-07-19T20:38:04.874Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {XML Analyses} time=200589050 data=null button=1 stateMask=0x0 x=88 y=221 count=1} to Tree node with text: XML Analyses 16:38:04 [2019-07-19T20:38:04.874Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200589050 data=null item=TreeItem {XML Analyses} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: XML Analyses 16:38:04 [2019-07-19T20:38:04.874Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {XML Analyses} time=200589052 data=null button=1 stateMask=0x80000 x=88 y=221 count=1} to Tree node with text: XML Analyses 16:38:04 [2019-07-19T20:38:04.874Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:38:04 [2019-07-19T20:38:04.874Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:38:04 [2019-07-19T20:38:04.874Z] DEBUG - matched Button with text "Import", using matcher: of type 'Button' 16:38:04 [2019-07-19T20:38:04.874Z] DEBUG - matched Button with text "Import", using matcher: with mnemonic 'Import' 16:38:04 [2019-07-19T20:38:04.874Z] DEBUG - matched Button with text "Import", using matcher: with style 'SWT.PUSH' 16:38:04 [2019-07-19T20:38:04.874Z] DEBUG - matched Button with text "Import", using matcher: (of type 'Button' and with mnemonic 'Import' and with style 'SWT.PUSH') 16:38:04 [2019-07-19T20:38:04.874Z] DEBUG - matched Button with text "Export", using matcher: of type 'Button' 16:38:04 [2019-07-19T20:38:04.874Z] DEBUG - matched Button with text "Edit...", using matcher: of type 'Button' 16:38:04 [2019-07-19T20:38:04.874Z] DEBUG - matched Button with text "Delete", using matcher: of type 'Button' 16:38:04 [2019-07-19T20:38:04.874Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 16:38:04 [2019-07-19T20:38:04.874Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 16:38:04 [2019-07-19T20:38:04.874Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 16:38:04 [2019-07-19T20:38:04.874Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 16:38:04 [2019-07-19T20:38:04.874Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 16:38:04 [2019-07-19T20:38:04.874Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 16:38:04 [2019-07-19T20:38:04.874Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:38:04 [2019-07-19T20:38:04.874Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 16:38:05 [2019-07-19T20:38:05.131Z] DEBUG - Clicking on Import 16:38:05 [2019-07-19T20:38:05.131Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Import} time=200589133 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Import' and with style 'SWT.PUSH') 16:38:05 [2019-07-19T20:38:05.131Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Import} time=200589133 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Import' and with style 'SWT.PUSH') 16:38:05 [2019-07-19T20:38:05.131Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Import} time=200589133 data=null doit=true} to (of type 'Button' and with mnemonic 'Import' and with style 'SWT.PUSH') 16:38:05 [2019-07-19T20:38:05.131Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Import} time=200589133 data=null} to (of type 'Button' and with mnemonic 'Import' and with style 'SWT.PUSH') 16:38:05 [2019-07-19T20:38:05.131Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Import} time=200589134 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Import' and with style 'SWT.PUSH') 16:38:05 [2019-07-19T20:38:05.131Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Import} time=200589134 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Import' and with style 'SWT.PUSH') 16:38:05 [2019-07-19T20:38:05.389Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Import} time=200589134 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Import' and with style 'SWT.PUSH') 16:38:05 [2019-07-19T20:38:05.389Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Import} time=200589436 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Import' and with style 'SWT.PUSH') 16:38:05 [2019-07-19T20:38:05.389Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Import} time=200589440 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Import' and with style 'SWT.PUSH') 16:38:05 [2019-07-19T20:38:05.389Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Import} time=200589440 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Import' and with style 'SWT.PUSH') 16:38:05 [2019-07-19T20:38:05.389Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Import} time=200589440 data=null doit=true} to (of type 'Button' and with mnemonic 'Import' and with style 'SWT.PUSH') 16:38:05 [2019-07-19T20:38:05.389Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Import} time=200589440 data=null} to (of type 'Button' and with mnemonic 'Import' and with style 'SWT.PUSH') 16:38:05 [2019-07-19T20:38:05.389Z] DEBUG - Clicked on Import 16:38:05 [2019-07-19T20:38:05.389Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:38:05 [2019-07-19T20:38:05.389Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:38:05 [2019-07-19T20:38:05.389Z] DEBUG - Attempting to set focus on (of type 'Table') 16:38:05 [2019-07-19T20:38:05.389Z] DEBUG - Attempting to set focus on (of type 'Table') 16:38:05 [2019-07-19T20:38:05.389Z] DEBUG - Selecting rows [3, 2] in (of type 'Table') 16:38:05 [2019-07-19T20:38:05.389Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=200589452 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 16:38:05 [2019-07-19T20:38:05.389Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=200589452 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 16:38:05 [2019-07-19T20:38:05.389Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=200589452 data=null doit=true} to (of type 'Table') 16:38:05 [2019-07-19T20:38:05.389Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=200589452 data=null} to (of type 'Table') 16:38:05 [2019-07-19T20:38:05.389Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {test_state_values} time=200589453 data=null button=1 stateMask=0x0 x=85 y=77 count=1} to (of type 'Table') 16:38:05 [2019-07-19T20:38:05.389Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200589453 data=null item=TableItem {test_state_values} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to (of type 'Table') 16:38:05 [2019-07-19T20:38:05.389Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {test_state_values} time=200589544 data=null button=1 stateMask=0x80000 x=85 y=77 count=1} to (of type 'Table') 16:38:05 [2019-07-19T20:38:05.389Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=200589544 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 16:38:05 [2019-07-19T20:38:05.389Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=200589545 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 16:38:05 [2019-07-19T20:38:05.389Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=200589545 data=null doit=true} to (of type 'Table') 16:38:05 [2019-07-19T20:38:05.389Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=200589545 data=null} to (of type 'Table') 16:38:05 [2019-07-19T20:38:05.389Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {test_state_values_pattern} time=200589546 data=null button=1 stateMask=0x40000 x=112 y=55 count=1} to (of type 'Table') 16:38:05 [2019-07-19T20:38:05.389Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200589546 data=null item=TableItem {test_state_values_pattern} detail=0 x=0 y=0 width=0 height=0 stateMask=0xc0000 text=null doit=true} to (of type 'Table') 16:38:05 [2019-07-19T20:38:05.389Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {test_state_values_pattern} time=200589630 data=null button=1 stateMask=0xc0000 x=112 y=55 count=1} to (of type 'Table') 16:38:05 [2019-07-19T20:38:05.389Z] DEBUG - matched Button with text "Import", using matcher: of type 'Button' 16:38:05 [2019-07-19T20:38:05.389Z] DEBUG - matched Button with text "Export", using matcher: of type 'Button' 16:38:05 [2019-07-19T20:38:05.389Z] DEBUG - matched Button with text "Edit...", using matcher: of type 'Button' 16:38:05 [2019-07-19T20:38:05.389Z] DEBUG - matched Button with text "Delete", using matcher: of type 'Button' 16:38:05 [2019-07-19T20:38:05.389Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 16:38:05 [2019-07-19T20:38:05.389Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 16:38:05 [2019-07-19T20:38:05.389Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 16:38:05 [2019-07-19T20:38:05.389Z] DEBUG - matched Button with text "Uncheck selected", using matcher: with mnemonic 'Uncheck selected' 16:38:05 [2019-07-19T20:38:05.389Z] DEBUG - matched Button with text "Uncheck selected", using matcher: with style 'SWT.PUSH' 16:38:05 [2019-07-19T20:38:05.389Z] DEBUG - matched Button with text "Uncheck selected", using matcher: (of type 'Button' and with mnemonic 'Uncheck selected' and with style 'SWT.PUSH') 16:38:05 [2019-07-19T20:38:05.389Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 16:38:05 [2019-07-19T20:38:05.389Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 16:38:05 [2019-07-19T20:38:05.389Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 16:38:05 [2019-07-19T20:38:05.389Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:38:05 [2019-07-19T20:38:05.389Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 16:38:05 [2019-07-19T20:38:05.389Z] DEBUG - Clicking on Uncheck selected 16:38:05 [2019-07-19T20:38:05.389Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Uncheck selected} time=200589633 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck selected' and with style 'SWT.PUSH') 16:38:05 [2019-07-19T20:38:05.389Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck selected} time=200589633 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck selected' and with style 'SWT.PUSH') 16:38:05 [2019-07-19T20:38:05.389Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Uncheck selected} time=200589633 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck selected' and with style 'SWT.PUSH') 16:38:05 [2019-07-19T20:38:05.389Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Uncheck selected} time=200589633 data=null} to (of type 'Button' and with mnemonic 'Uncheck selected' and with style 'SWT.PUSH') 16:38:05 [2019-07-19T20:38:05.389Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Uncheck selected} time=200589634 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck selected' and with style 'SWT.PUSH') 16:38:05 [2019-07-19T20:38:05.389Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Uncheck selected} time=200589634 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck selected' and with style 'SWT.PUSH') 16:38:05 [2019-07-19T20:38:05.389Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Uncheck selected} time=200589634 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck selected' and with style 'SWT.PUSH') 16:38:05 [2019-07-19T20:38:05.389Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Uncheck selected} time=200589635 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck selected' and with style 'SWT.PUSH') 16:38:05 [2019-07-19T20:38:05.389Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck selected} time=200589635 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck selected' and with style 'SWT.PUSH') 16:38:05 [2019-07-19T20:38:05.389Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Uncheck selected} time=200589635 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck selected' and with style 'SWT.PUSH') 16:38:05 [2019-07-19T20:38:05.389Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Uncheck selected} time=200589636 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck selected' and with style 'SWT.PUSH') 16:38:05 [2019-07-19T20:38:05.389Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Uncheck selected} time=200589636 data=null} to (of type 'Button' and with mnemonic 'Uncheck selected' and with style 'SWT.PUSH') 16:38:05 [2019-07-19T20:38:05.389Z] DEBUG - Clicked on Uncheck selected 16:38:05 [2019-07-19T20:38:05.389Z] DEBUG - Attempting to set focus on (of type 'Table') 16:38:05 [2019-07-19T20:38:05.389Z] DEBUG - Attempting to set focus on (of type 'Table') 16:38:05 [2019-07-19T20:38:05.389Z] DEBUG - Selecting rows [3, 2] in (of type 'Table') 16:38:05 [2019-07-19T20:38:05.389Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=200589637 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 16:38:05 [2019-07-19T20:38:05.389Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=200589638 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 16:38:05 [2019-07-19T20:38:05.389Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=200589638 data=null doit=true} to (of type 'Table') 16:38:05 [2019-07-19T20:38:05.646Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=200589638 data=null} to (of type 'Table') 16:38:05 [2019-07-19T20:38:05.646Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {test_state_values} time=200589640 data=null button=1 stateMask=0x0 x=85 y=77 count=1} to (of type 'Table') 16:38:05 [2019-07-19T20:38:05.646Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200589640 data=null item=TableItem {test_state_values} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to (of type 'Table') 16:38:05 [2019-07-19T20:38:05.646Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {test_state_values} time=200589673 data=null button=1 stateMask=0x80000 x=85 y=77 count=1} to (of type 'Table') 16:38:05 [2019-07-19T20:38:05.646Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=200589674 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 16:38:05 [2019-07-19T20:38:05.646Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=200589674 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 16:38:05 [2019-07-19T20:38:05.646Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=200589674 data=null doit=true} to (of type 'Table') 16:38:05 [2019-07-19T20:38:05.646Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=200589674 data=null} to (of type 'Table') 16:38:05 [2019-07-19T20:38:05.646Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {test_state_values_pattern} time=200589675 data=null button=1 stateMask=0x40000 x=112 y=55 count=1} to (of type 'Table') 16:38:05 [2019-07-19T20:38:05.646Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200589675 data=null item=TableItem {test_state_values_pattern} detail=0 x=0 y=0 width=0 height=0 stateMask=0xc0000 text=null doit=true} to (of type 'Table') 16:38:05 [2019-07-19T20:38:05.646Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {test_state_values_pattern} time=200589764 data=null button=1 stateMask=0xc0000 x=112 y=55 count=1} to (of type 'Table') 16:38:05 [2019-07-19T20:38:05.646Z] DEBUG - matched Button with text "Import", using matcher: of type 'Button' 16:38:05 [2019-07-19T20:38:05.646Z] DEBUG - matched Button with text "Export", using matcher: of type 'Button' 16:38:05 [2019-07-19T20:38:05.646Z] DEBUG - matched Button with text "Edit...", using matcher: of type 'Button' 16:38:05 [2019-07-19T20:38:05.646Z] DEBUG - matched Button with text "Delete", using matcher: of type 'Button' 16:38:05 [2019-07-19T20:38:05.646Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 16:38:05 [2019-07-19T20:38:05.646Z] DEBUG - matched Button with text "Check selected", using matcher: with mnemonic 'Check selected' 16:38:05 [2019-07-19T20:38:05.646Z] DEBUG - matched Button with text "Check selected", using matcher: with style 'SWT.PUSH' 16:38:05 [2019-07-19T20:38:05.646Z] DEBUG - matched Button with text "Check selected", using matcher: (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 16:38:05 [2019-07-19T20:38:05.646Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 16:38:05 [2019-07-19T20:38:05.646Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 16:38:05 [2019-07-19T20:38:05.646Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 16:38:05 [2019-07-19T20:38:05.646Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 16:38:05 [2019-07-19T20:38:05.646Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 16:38:05 [2019-07-19T20:38:05.646Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:38:05 [2019-07-19T20:38:05.646Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 16:38:05 [2019-07-19T20:38:05.646Z] DEBUG - Clicking on Check selected 16:38:05 [2019-07-19T20:38:05.646Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check selected} time=200589767 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 16:38:05 [2019-07-19T20:38:05.646Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check selected} time=200589767 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 16:38:05 [2019-07-19T20:38:05.646Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check selected} time=200589767 data=null doit=true} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 16:38:05 [2019-07-19T20:38:05.646Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check selected} time=200589768 data=null} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 16:38:05 [2019-07-19T20:38:05.646Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check selected} time=200589768 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 16:38:05 [2019-07-19T20:38:05.646Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check selected} time=200589768 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 16:38:05 [2019-07-19T20:38:05.646Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check selected} time=200589768 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 16:38:05 [2019-07-19T20:38:05.646Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check selected} time=200589866 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 16:38:05 [2019-07-19T20:38:05.646Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check selected} time=200589866 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 16:38:05 [2019-07-19T20:38:05.646Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check selected} time=200589866 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 16:38:05 [2019-07-19T20:38:05.646Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check selected} time=200589867 data=null doit=true} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 16:38:05 [2019-07-19T20:38:05.646Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check selected} time=200589867 data=null} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') 16:38:05 [2019-07-19T20:38:05.646Z] DEBUG - Clicked on Check selected 16:38:05 [2019-07-19T20:38:05.646Z] DEBUG - matched Button with text "Import", using matcher: of type 'Button' 16:38:05 [2019-07-19T20:38:05.646Z] DEBUG - matched Button with text "Export", using matcher: of type 'Button' 16:38:05 [2019-07-19T20:38:05.646Z] DEBUG - matched Button with text "Edit...", using matcher: of type 'Button' 16:38:05 [2019-07-19T20:38:05.646Z] DEBUG - matched Button with text "Delete", using matcher: of type 'Button' 16:38:05 [2019-07-19T20:38:05.646Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 16:38:05 [2019-07-19T20:38:05.646Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 16:38:05 [2019-07-19T20:38:05.646Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 16:38:05 [2019-07-19T20:38:05.646Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 16:38:05 [2019-07-19T20:38:05.646Z] DEBUG - matched Button with text "Uncheck all", using matcher: with mnemonic 'Uncheck all' 16:38:05 [2019-07-19T20:38:05.646Z] DEBUG - matched Button with text "Uncheck all", using matcher: with style 'SWT.PUSH' 16:38:05 [2019-07-19T20:38:05.646Z] DEBUG - matched Button with text "Uncheck all", using matcher: (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:38:05 [2019-07-19T20:38:05.646Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 16:38:05 [2019-07-19T20:38:05.646Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 16:38:05 [2019-07-19T20:38:05.646Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:38:05 [2019-07-19T20:38:05.646Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 16:38:05 [2019-07-19T20:38:05.646Z] DEBUG - Clicking on Uncheck all 16:38:05 [2019-07-19T20:38:05.646Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Uncheck all} time=200589870 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:38:05 [2019-07-19T20:38:05.646Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=200589870 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:38:05 [2019-07-19T20:38:05.646Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Uncheck all} time=200589870 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:38:05 [2019-07-19T20:38:05.646Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Uncheck all} time=200589870 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:38:05 [2019-07-19T20:38:05.646Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Uncheck all} time=200589871 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:38:05 [2019-07-19T20:38:05.646Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Uncheck all} time=200589871 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:38:05 [2019-07-19T20:38:05.647Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Uncheck all} time=200589871 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:38:05 [2019-07-19T20:38:05.647Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Uncheck all} time=200589872 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:38:05 [2019-07-19T20:38:05.647Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=200589872 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:38:05 [2019-07-19T20:38:05.647Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Uncheck all} time=200589873 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:38:05 [2019-07-19T20:38:05.647Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Uncheck all} time=200589873 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:38:05 [2019-07-19T20:38:05.647Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Uncheck all} time=200589873 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') 16:38:05 [2019-07-19T20:38:05.647Z] DEBUG - Clicked on Uncheck all 16:38:05 [2019-07-19T20:38:05.647Z] DEBUG - matched Button with text "Import", using matcher: of type 'Button' 16:38:05 [2019-07-19T20:38:05.647Z] DEBUG - matched Button with text "Export", using matcher: of type 'Button' 16:38:05 [2019-07-19T20:38:05.647Z] DEBUG - matched Button with text "Edit...", using matcher: of type 'Button' 16:38:05 [2019-07-19T20:38:05.647Z] DEBUG - matched Button with text "Delete", using matcher: of type 'Button' 16:38:05 [2019-07-19T20:38:05.647Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 16:38:05 [2019-07-19T20:38:05.647Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 16:38:05 [2019-07-19T20:38:05.647Z] DEBUG - matched Button with text "Check all", using matcher: with mnemonic 'Check all' 16:38:05 [2019-07-19T20:38:05.647Z] DEBUG - matched Button with text "Check all", using matcher: with style 'SWT.PUSH' 16:38:05 [2019-07-19T20:38:05.647Z] DEBUG - matched Button with text "Check all", using matcher: (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:38:05 [2019-07-19T20:38:05.647Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 16:38:05 [2019-07-19T20:38:05.647Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 16:38:05 [2019-07-19T20:38:05.647Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 16:38:05 [2019-07-19T20:38:05.647Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 16:38:05 [2019-07-19T20:38:05.647Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:38:05 [2019-07-19T20:38:05.647Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 16:38:05 [2019-07-19T20:38:05.647Z] DEBUG - Clicking on Check all 16:38:05 [2019-07-19T20:38:05.647Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check all} time=200589876 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:38:05 [2019-07-19T20:38:05.647Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=200589876 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:38:05 [2019-07-19T20:38:05.647Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check all} time=200589876 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:38:05 [2019-07-19T20:38:05.647Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check all} time=200589876 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:38:05 [2019-07-19T20:38:05.647Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check all} time=200589876 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:38:05 [2019-07-19T20:38:05.647Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check all} time=200589876 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:38:05 [2019-07-19T20:38:05.904Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check all} time=200589876 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:38:05 [2019-07-19T20:38:05.904Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check all} time=200589958 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:38:05 [2019-07-19T20:38:05.904Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=200589959 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:38:05 [2019-07-19T20:38:05.904Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check all} time=200589959 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:38:05 [2019-07-19T20:38:05.904Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check all} time=200589959 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:38:05 [2019-07-19T20:38:05.904Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check all} time=200589959 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') 16:38:05 [2019-07-19T20:38:05.904Z] DEBUG - Clicked on Check all 16:38:05 [2019-07-19T20:38:05.904Z] DEBUG - matched Button with text "Import", using matcher: of type 'Button' 16:38:05 [2019-07-19T20:38:05.904Z] DEBUG - matched Button with text "Export", using matcher: of type 'Button' 16:38:05 [2019-07-19T20:38:05.904Z] DEBUG - matched Button with text "Edit...", using matcher: of type 'Button' 16:38:05 [2019-07-19T20:38:05.904Z] DEBUG - matched Button with text "Delete", using matcher: of type 'Button' 16:38:05 [2019-07-19T20:38:05.904Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 16:38:05 [2019-07-19T20:38:05.904Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 16:38:05 [2019-07-19T20:38:05.904Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 16:38:05 [2019-07-19T20:38:05.904Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 16:38:05 [2019-07-19T20:38:05.904Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 16:38:05 [2019-07-19T20:38:05.904Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 16:38:05 [2019-07-19T20:38:05.904Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:38:05 [2019-07-19T20:38:05.904Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 16:38:05 [2019-07-19T20:38:05.904Z] DEBUG - matched Button with text "Apply and Close", using matcher: with mnemonic 'Apply and Close' 16:38:05 [2019-07-19T20:38:05.904Z] DEBUG - matched Button with text "Apply and Close", using matcher: (with mnemonic 'Apply and Close' or with mnemonic 'OK') 16:38:05 [2019-07-19T20:38:05.904Z] DEBUG - matched Button with text "Apply and Close", using matcher: with style 'SWT.PUSH' 16:38:05 [2019-07-19T20:38:05.904Z] DEBUG - matched Button with text "Apply and Close", using matcher: (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:05 [2019-07-19T20:38:05.904Z] DEBUG - Clicking on Apply and Close 16:38:05 [2019-07-19T20:38:05.904Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Apply and Close} time=200589963 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:05 [2019-07-19T20:38:05.904Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Apply and Close} time=200589963 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:05 [2019-07-19T20:38:05.904Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Apply and Close} time=200589963 data=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:05 [2019-07-19T20:38:05.904Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Apply and Close} time=200589963 data=null} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:05 [2019-07-19T20:38:05.904Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Apply and Close} time=200589963 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:05 [2019-07-19T20:38:05.904Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Apply and Close} time=200589963 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:05 [2019-07-19T20:38:05.904Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Apply and Close} time=200589963 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:05 [2019-07-19T20:38:05.904Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Preferences} time=200588668 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Preferences' 16:38:06 [2019-07-19T20:38:06.160Z] DEBUG - Clicked on 16:38:06 [2019-07-19T20:38:06.160Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=200590181 data=null doit=true} to Shell with text {data - Eclipse Platform} 16:38:06 [2019-07-19T20:38:06.160Z] DEBUG - matched MenuItem with text "&Window", using matcher: with mnemonic 'Window' 16:38:06 [2019-07-19T20:38:06.160Z] DEBUG - matched MenuItem with text "&Preferences", using matcher: with mnemonic 'Preferences' 16:38:06 [2019-07-19T20:38:06.160Z] DEBUG - Clicking on with mnemonic 'Preferences' 16:38:06 [2019-07-19T20:38:06.418Z] DEBUG - Clicked on with mnemonic 'Preferences' 16:38:06 [2019-07-19T20:38:06.418Z] DEBUG - matched Shell with text "Manage XML analyses ...", using matcher: of type 'Shell' 16:38:06 [2019-07-19T20:38:06.418Z] DEBUG - matched Shell with text "Manage XML analyses ...", using matcher: with text 'Manage XML analyses files' 16:38:06 [2019-07-19T20:38:06.418Z] DEBUG - matched Shell with text "Manage XML analyses ...", using matcher: (with text 'Preferences' or with text 'Manage XML analyses files') 16:38:06 [2019-07-19T20:38:06.418Z] DEBUG - matched Shell with text "Manage XML analyses ...", using matcher: (of type 'Shell' and (with text 'Preferences' or with text 'Manage XML analyses files')) 16:38:06 [2019-07-19T20:38:06.418Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Manage XML analyses files} time=200590506 data=null doit=true} to (of type 'Shell' and (with text 'Preferences' or with text 'Manage XML analyses files')) 16:38:06 [2019-07-19T20:38:06.418Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:38:06 [2019-07-19T20:38:06.418Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:38:06 [2019-07-19T20:38:06.418Z] DEBUG - Attempting to set focus on Tree with text {} 16:38:06 [2019-07-19T20:38:06.418Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Tracing} time=200590510 data=null button=0 stateMask=0x0 x=48 y=116 count=0} to TreeItem with text {Tracing} 16:38:06 [2019-07-19T20:38:06.418Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=200590510 data=null doit=true} to TreeItem with text {Tracing} 16:38:06 [2019-07-19T20:38:06.418Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=200590510 data=null} to TreeItem with text {Tracing} 16:38:06 [2019-07-19T20:38:06.418Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=200590510 data=null button=1 stateMask=0x0 x=48 y=116 count=1} to TreeItem with text {Tracing} 16:38:06 [2019-07-19T20:38:06.418Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200590511 data=null item=TreeItem {Tracing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Tracing} 16:38:06 [2019-07-19T20:38:06.418Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=200590560 data=null button=1 stateMask=0x80000 x=48 y=116 count=1} to TreeItem with text {Tracing} 16:38:06 [2019-07-19T20:38:06.418Z] WARN - Tree item TreeItem with text {Tracing} is already expanded. Won't expand it again. 16:38:06 [2019-07-19T20:38:06.418Z] DEBUG - Attempting to set focus on Tree with text {} 16:38:06 [2019-07-19T20:38:06.418Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {XML Analyses} time=200590561 data=null button=0 stateMask=0x0 x=88 y=221 count=0} to Tree node with text: XML Analyses 16:38:06 [2019-07-19T20:38:06.418Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {XML Analyses} time=200590562 data=null doit=true} to Tree node with text: XML Analyses 16:38:06 [2019-07-19T20:38:06.418Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {XML Analyses} time=200590562 data=null} to Tree node with text: XML Analyses 16:38:06 [2019-07-19T20:38:06.418Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {XML Analyses} time=200590562 data=null button=1 stateMask=0x0 x=88 y=221 count=1} to Tree node with text: XML Analyses 16:38:06 [2019-07-19T20:38:06.418Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200590562 data=null item=TreeItem {XML Analyses} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: XML Analyses 16:38:06 [2019-07-19T20:38:06.418Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {XML Analyses} time=200590565 data=null button=1 stateMask=0x80000 x=88 y=221 count=1} to Tree node with text: XML Analyses 16:38:06 [2019-07-19T20:38:06.418Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:38:06 [2019-07-19T20:38:06.418Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:38:06 [2019-07-19T20:38:06.418Z] DEBUG - Attempting to set focus on (of type 'Table') 16:38:06 [2019-07-19T20:38:06.418Z] DEBUG - Attempting to set focus on (of type 'Table') 16:38:06 [2019-07-19T20:38:06.418Z] DEBUG - Selecting rows [0, 1, 2, 3, 4] in (of type 'Table') 16:38:06 [2019-07-19T20:38:06.418Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=200590570 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 16:38:06 [2019-07-19T20:38:06.418Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=200590570 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 16:38:06 [2019-07-19T20:38:06.418Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=200590570 data=null doit=true} to (of type 'Table') 16:38:06 [2019-07-19T20:38:06.418Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=200590570 data=null} to (of type 'Table') 16:38:06 [2019-07-19T20:38:06.418Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {test_attributes} time=200590571 data=null button=1 stateMask=0x0 x=75 y=11 count=1} to (of type 'Table') 16:38:06 [2019-07-19T20:38:06.418Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200590571 data=null item=TableItem {test_attributes} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to (of type 'Table') 16:38:06 [2019-07-19T20:38:06.418Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {test_attributes} time=200590651 data=null button=1 stateMask=0x80000 x=75 y=11 count=1} to (of type 'Table') 16:38:06 [2019-07-19T20:38:06.418Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=200590651 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 16:38:06 [2019-07-19T20:38:06.418Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=200590651 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 16:38:06 [2019-07-19T20:38:06.418Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=200590651 data=null doit=true} to (of type 'Table') 16:38:06 [2019-07-19T20:38:06.418Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=200590652 data=null} to (of type 'Table') 16:38:06 [2019-07-19T20:38:06.418Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {test_pattern_segment} time=200590652 data=null button=1 stateMask=0x40000 x=100 y=33 count=1} to (of type 'Table') 16:38:06 [2019-07-19T20:38:06.676Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200590652 data=null item=TableItem {test_pattern_segment} detail=0 x=0 y=0 width=0 height=0 stateMask=0xc0000 text=null doit=true} to (of type 'Table') 16:38:06 [2019-07-19T20:38:06.676Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {test_pattern_segment} time=200590681 data=null button=1 stateMask=0xc0000 x=100 y=33 count=1} to (of type 'Table') 16:38:06 [2019-07-19T20:38:06.676Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=200590682 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 16:38:06 [2019-07-19T20:38:06.676Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=200590682 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 16:38:06 [2019-07-19T20:38:06.676Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=200590682 data=null doit=true} to (of type 'Table') 16:38:06 [2019-07-19T20:38:06.676Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=200590682 data=null} to (of type 'Table') 16:38:06 [2019-07-19T20:38:06.676Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {test_state_values_pattern} time=200590683 data=null button=1 stateMask=0x40000 x=112 y=55 count=1} to (of type 'Table') 16:38:06 [2019-07-19T20:38:06.676Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200590683 data=null item=TableItem {test_state_values_pattern} detail=0 x=0 y=0 width=0 height=0 stateMask=0xc0000 text=null doit=true} to (of type 'Table') 16:38:06 [2019-07-19T20:38:06.676Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {test_state_values_pattern} time=200590765 data=null button=1 stateMask=0xc0000 x=112 y=55 count=1} to (of type 'Table') 16:38:06 [2019-07-19T20:38:06.676Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=200590765 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 16:38:06 [2019-07-19T20:38:06.676Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=200590765 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 16:38:06 [2019-07-19T20:38:06.676Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=200590765 data=null doit=true} to (of type 'Table') 16:38:06 [2019-07-19T20:38:06.676Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=200590766 data=null} to (of type 'Table') 16:38:06 [2019-07-19T20:38:06.676Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {test_state_values} time=200590766 data=null button=1 stateMask=0x40000 x=85 y=77 count=1} to (of type 'Table') 16:38:06 [2019-07-19T20:38:06.676Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200590767 data=null item=TableItem {test_state_values} detail=0 x=0 y=0 width=0 height=0 stateMask=0xc0000 text=null doit=true} to (of type 'Table') 16:38:06 [2019-07-19T20:38:06.676Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {test_state_values} time=200590878 data=null button=1 stateMask=0xc0000 x=85 y=77 count=1} to (of type 'Table') 16:38:06 [2019-07-19T20:38:06.933Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=200590878 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 16:38:06 [2019-07-19T20:38:06.933Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=200590928 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 16:38:06 [2019-07-19T20:38:06.933Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=200590928 data=null doit=true} to (of type 'Table') 16:38:06 [2019-07-19T20:38:06.933Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=200590928 data=null} to (of type 'Table') 16:38:06 [2019-07-19T20:38:06.933Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {test_doubles} time=200590929 data=null button=1 stateMask=0x40000 x=69 y=99 count=1} to (of type 'Table') 16:38:06 [2019-07-19T20:38:06.933Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200590929 data=null item=TableItem {test_doubles} detail=0 x=0 y=0 width=0 height=0 stateMask=0xc0000 text=null doit=true} to (of type 'Table') 16:38:06 [2019-07-19T20:38:06.933Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {test_doubles} time=200591039 data=null button=1 stateMask=0xc0000 x=69 y=99 count=1} to (of type 'Table') 16:38:06 [2019-07-19T20:38:06.933Z] DEBUG - matched Button with text "Import", using matcher: of type 'Button' 16:38:06 [2019-07-19T20:38:06.933Z] DEBUG - matched Button with text "Export", using matcher: of type 'Button' 16:38:06 [2019-07-19T20:38:06.933Z] DEBUG - matched Button with text "Edit...", using matcher: of type 'Button' 16:38:06 [2019-07-19T20:38:06.933Z] DEBUG - matched Button with text "Delete", using matcher: of type 'Button' 16:38:06 [2019-07-19T20:38:06.933Z] DEBUG - matched Button with text "Delete", using matcher: with mnemonic 'Delete' 16:38:06 [2019-07-19T20:38:06.933Z] DEBUG - matched Button with text "Delete", using matcher: with style 'SWT.PUSH' 16:38:06 [2019-07-19T20:38:06.933Z] DEBUG - matched Button with text "Delete", using matcher: (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:38:06 [2019-07-19T20:38:06.933Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 16:38:06 [2019-07-19T20:38:06.933Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 16:38:06 [2019-07-19T20:38:06.933Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 16:38:06 [2019-07-19T20:38:06.933Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 16:38:06 [2019-07-19T20:38:06.933Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 16:38:06 [2019-07-19T20:38:06.933Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 16:38:06 [2019-07-19T20:38:06.933Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:38:06 [2019-07-19T20:38:06.933Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 16:38:06 [2019-07-19T20:38:06.933Z] DEBUG - Clicking on Delete 16:38:06 [2019-07-19T20:38:06.933Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Delete} time=200591042 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:38:06 [2019-07-19T20:38:06.933Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Delete} time=200591043 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:38:06 [2019-07-19T20:38:06.933Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Delete} time=200591043 data=null doit=true} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:38:06 [2019-07-19T20:38:06.933Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Delete} time=200591043 data=null} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:38:06 [2019-07-19T20:38:06.933Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Delete} time=200591043 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:38:06 [2019-07-19T20:38:06.933Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Delete} time=200591043 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:38:06 [2019-07-19T20:38:06.933Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Delete} time=200591178 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:38:06 [2019-07-19T20:38:06.933Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Delete} time=200591179 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:38:06 [2019-07-19T20:38:06.933Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Delete} time=200591179 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:38:06 [2019-07-19T20:38:06.933Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Delete} time=200591179 data=null doit=true} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:38:06 [2019-07-19T20:38:06.933Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Delete} time=200591179 data=null} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:38:06 [2019-07-19T20:38:06.933Z] DEBUG - Clicked on Delete 16:38:06 [2019-07-19T20:38:06.933Z] DEBUG - matched Shell with text "Delete XML file(s)", using matcher: with text 'Delete XML file(s)' 16:38:07 [2019-07-19T20:38:07.190Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Delete XML file(s)} time=200591183 data=null doit=true} to Shell with text {Delete XML file(s)} 16:38:07 [2019-07-19T20:38:07.190Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button' 16:38:07 [2019-07-19T20:38:07.190Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button' 16:38:07 [2019-07-19T20:38:07.190Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes' 16:38:07 [2019-07-19T20:38:07.190Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH' 16:38:07 [2019-07-19T20:38:07.190Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:38:07 [2019-07-19T20:38:07.190Z] DEBUG - Clicking on &Yes 16:38:07 [2019-07-19T20:38:07.190Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=200591184 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:38:07 [2019-07-19T20:38:07.190Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=200591185 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:38:07 [2019-07-19T20:38:07.190Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=200591248 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:38:07 [2019-07-19T20:38:07.190Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=200591248 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:38:07 [2019-07-19T20:38:07.190Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=200591248 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:38:07 [2019-07-19T20:38:07.190Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=200591248 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:38:07 [2019-07-19T20:38:07.190Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=200591249 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:38:07 [2019-07-19T20:38:07.190Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Delete} time=200591044 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:38:07 [2019-07-19T20:38:07.190Z] DEBUG - Clicked on 16:38:07 [2019-07-19T20:38:07.190Z] DEBUG - matched Button with text "Import", using matcher: of type 'Button' 16:38:07 [2019-07-19T20:38:07.190Z] DEBUG - matched Button with text "Export", using matcher: of type 'Button' 16:38:07 [2019-07-19T20:38:07.190Z] DEBUG - matched Button with text "Edit...", using matcher: of type 'Button' 16:38:07 [2019-07-19T20:38:07.190Z] DEBUG - matched Button with text "Delete", using matcher: of type 'Button' 16:38:07 [2019-07-19T20:38:07.190Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 16:38:07 [2019-07-19T20:38:07.190Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 16:38:07 [2019-07-19T20:38:07.190Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 16:38:07 [2019-07-19T20:38:07.190Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 16:38:07 [2019-07-19T20:38:07.190Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 16:38:07 [2019-07-19T20:38:07.190Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 16:38:07 [2019-07-19T20:38:07.190Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:38:07 [2019-07-19T20:38:07.190Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 16:38:07 [2019-07-19T20:38:07.190Z] DEBUG - matched Button with text "Apply and Close", using matcher: with mnemonic 'Apply and Close' 16:38:07 [2019-07-19T20:38:07.190Z] DEBUG - matched Button with text "Apply and Close", using matcher: (with mnemonic 'Apply and Close' or with mnemonic 'OK') 16:38:07 [2019-07-19T20:38:07.190Z] DEBUG - matched Button with text "Apply and Close", using matcher: with style 'SWT.PUSH' 16:38:07 [2019-07-19T20:38:07.190Z] DEBUG - matched Button with text "Apply and Close", using matcher: (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:07 [2019-07-19T20:38:07.190Z] DEBUG - Clicking on Apply and Close 16:38:07 [2019-07-19T20:38:07.190Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Apply and Close} time=200591364 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:07 [2019-07-19T20:38:07.190Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Apply and Close} time=200591364 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:07 [2019-07-19T20:38:07.190Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Apply and Close} time=200591365 data=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:07 [2019-07-19T20:38:07.190Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Apply and Close} time=200591365 data=null} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:07 [2019-07-19T20:38:07.190Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Apply and Close} time=200591365 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:07 [2019-07-19T20:38:07.190Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Apply and Close} time=200591365 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:07 [2019-07-19T20:38:07.190Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Apply and Close} time=200591365 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:07 [2019-07-19T20:38:07.190Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Preferences} time=200590233 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Preferences' 16:38:07 [2019-07-19T20:38:07.448Z] DEBUG - Clicked on 16:38:07 [2019-07-19T20:38:07.448Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=200591543 data=null doit=true} to Shell with text {data - Eclipse Platform} 16:38:07 [2019-07-19T20:38:07.448Z] DEBUG - matched MenuItem with text "&Window", using matcher: with mnemonic 'Window' 16:38:07 [2019-07-19T20:38:07.448Z] DEBUG - matched MenuItem with text "&Preferences", using matcher: with mnemonic 'Preferences' 16:38:07 [2019-07-19T20:38:07.448Z] DEBUG - Clicking on with mnemonic 'Preferences' 16:38:07 [2019-07-19T20:38:07.705Z] DEBUG - Clicked on with mnemonic 'Preferences' 16:38:07 [2019-07-19T20:38:07.705Z] DEBUG - matched Shell with text "Manage XML analyses ...", using matcher: of type 'Shell' 16:38:07 [2019-07-19T20:38:07.705Z] DEBUG - matched Shell with text "Manage XML analyses ...", using matcher: with text 'Manage XML analyses files' 16:38:07 [2019-07-19T20:38:07.705Z] DEBUG - matched Shell with text "Manage XML analyses ...", using matcher: (with text 'Preferences' or with text 'Manage XML analyses files') 16:38:07 [2019-07-19T20:38:07.705Z] DEBUG - matched Shell with text "Manage XML analyses ...", using matcher: (of type 'Shell' and (with text 'Preferences' or with text 'Manage XML analyses files')) 16:38:07 [2019-07-19T20:38:07.705Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Manage XML analyses files} time=200591777 data=null doit=true} to (of type 'Shell' and (with text 'Preferences' or with text 'Manage XML analyses files')) 16:38:07 [2019-07-19T20:38:07.705Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:38:07 [2019-07-19T20:38:07.705Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:38:07 [2019-07-19T20:38:07.705Z] DEBUG - Attempting to set focus on Tree with text {} 16:38:07 [2019-07-19T20:38:07.705Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Tracing} time=200591840 data=null button=0 stateMask=0x0 x=48 y=116 count=0} to TreeItem with text {Tracing} 16:38:07 [2019-07-19T20:38:07.705Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=200591840 data=null doit=true} to TreeItem with text {Tracing} 16:38:07 [2019-07-19T20:38:07.705Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=200591840 data=null} to TreeItem with text {Tracing} 16:38:07 [2019-07-19T20:38:07.705Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=200591841 data=null button=1 stateMask=0x0 x=48 y=116 count=1} to TreeItem with text {Tracing} 16:38:07 [2019-07-19T20:38:07.705Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200591841 data=null item=TreeItem {Tracing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Tracing} 16:38:07 [2019-07-19T20:38:07.705Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=200591878 data=null button=1 stateMask=0x80000 x=48 y=116 count=1} to TreeItem with text {Tracing} 16:38:07 [2019-07-19T20:38:07.705Z] WARN - Tree item TreeItem with text {Tracing} is already expanded. Won't expand it again. 16:38:07 [2019-07-19T20:38:07.705Z] DEBUG - Attempting to set focus on Tree with text {} 16:38:07 [2019-07-19T20:38:07.705Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {XML Analyses} time=200591882 data=null button=0 stateMask=0x0 x=88 y=221 count=0} to Tree node with text: XML Analyses 16:38:07 [2019-07-19T20:38:07.705Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {XML Analyses} time=200591882 data=null doit=true} to Tree node with text: XML Analyses 16:38:07 [2019-07-19T20:38:07.705Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {XML Analyses} time=200591882 data=null} to Tree node with text: XML Analyses 16:38:07 [2019-07-19T20:38:07.705Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {XML Analyses} time=200591883 data=null button=1 stateMask=0x0 x=88 y=221 count=1} to Tree node with text: XML Analyses 16:38:07 [2019-07-19T20:38:07.705Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200591883 data=null item=TreeItem {XML Analyses} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: XML Analyses 16:38:07 [2019-07-19T20:38:07.705Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {XML Analyses} time=200591885 data=null button=1 stateMask=0x80000 x=88 y=221 count=1} to Tree node with text: XML Analyses 16:38:07 [2019-07-19T20:38:07.705Z] DEBUG - matched Button with text "Import", using matcher: of type 'Button' 16:38:07 [2019-07-19T20:38:07.705Z] DEBUG - matched Button with text "Import", using matcher: with mnemonic 'Import' 16:38:07 [2019-07-19T20:38:07.705Z] DEBUG - matched Button with text "Import", using matcher: with style 'SWT.PUSH' 16:38:07 [2019-07-19T20:38:07.705Z] DEBUG - matched Button with text "Import", using matcher: (of type 'Button' and with mnemonic 'Import' and with style 'SWT.PUSH') 16:38:07 [2019-07-19T20:38:07.705Z] DEBUG - matched Button with text "Export", using matcher: of type 'Button' 16:38:07 [2019-07-19T20:38:07.705Z] DEBUG - matched Button with text "Edit...", using matcher: of type 'Button' 16:38:07 [2019-07-19T20:38:07.705Z] DEBUG - matched Button with text "Delete", using matcher: of type 'Button' 16:38:07 [2019-07-19T20:38:07.705Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 16:38:07 [2019-07-19T20:38:07.705Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 16:38:07 [2019-07-19T20:38:07.705Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 16:38:07 [2019-07-19T20:38:07.705Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 16:38:07 [2019-07-19T20:38:07.705Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 16:38:07 [2019-07-19T20:38:07.705Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 16:38:07 [2019-07-19T20:38:07.705Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:38:07 [2019-07-19T20:38:07.705Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 16:38:07 [2019-07-19T20:38:07.705Z] DEBUG - Clicking on Import 16:38:07 [2019-07-19T20:38:07.705Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Import} time=200591890 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Import' and with style 'SWT.PUSH') 16:38:07 [2019-07-19T20:38:07.705Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Import} time=200591890 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Import' and with style 'SWT.PUSH') 16:38:07 [2019-07-19T20:38:07.705Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Import} time=200591890 data=null doit=true} to (of type 'Button' and with mnemonic 'Import' and with style 'SWT.PUSH') 16:38:07 [2019-07-19T20:38:07.705Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Import} time=200591890 data=null} to (of type 'Button' and with mnemonic 'Import' and with style 'SWT.PUSH') 16:38:07 [2019-07-19T20:38:07.705Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Import} time=200591891 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Import' and with style 'SWT.PUSH') 16:38:07 [2019-07-19T20:38:07.705Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Import} time=200591891 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Import' and with style 'SWT.PUSH') 16:38:07 [2019-07-19T20:38:07.962Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Import} time=200591891 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Import' and with style 'SWT.PUSH') 16:38:07 [2019-07-19T20:38:07.962Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Import} time=200592048 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Import' and with style 'SWT.PUSH') 16:38:07 [2019-07-19T20:38:07.962Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Import} time=200592051 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Import' and with style 'SWT.PUSH') 16:38:07 [2019-07-19T20:38:07.962Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Import} time=200592052 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Import' and with style 'SWT.PUSH') 16:38:07 [2019-07-19T20:38:07.962Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Import} time=200592052 data=null doit=true} to (of type 'Button' and with mnemonic 'Import' and with style 'SWT.PUSH') 16:38:07 [2019-07-19T20:38:07.962Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Import} time=200592052 data=null} to (of type 'Button' and with mnemonic 'Import' and with style 'SWT.PUSH') 16:38:07 [2019-07-19T20:38:07.962Z] DEBUG - Clicked on Import 16:38:07 [2019-07-19T20:38:07.962Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:38:07 [2019-07-19T20:38:07.962Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:38:07 [2019-07-19T20:38:07.962Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:38:07 [2019-07-19T20:38:07.962Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:38:07 [2019-07-19T20:38:07.962Z] DEBUG - Attempting to set focus on (of type 'Table') 16:38:07 [2019-07-19T20:38:07.962Z] DEBUG - Attempting to set focus on (of type 'Table') 16:38:07 [2019-07-19T20:38:07.962Z] DEBUG - Selecting rows [0] in (of type 'Table') 16:38:07 [2019-07-19T20:38:07.962Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=200592063 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 16:38:07 [2019-07-19T20:38:07.962Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=200592063 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 16:38:07 [2019-07-19T20:38:07.962Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=200592064 data=null doit=true} to (of type 'Table') 16:38:07 [2019-07-19T20:38:07.962Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=200592064 data=null} to (of type 'Table') 16:38:07 [2019-07-19T20:38:07.962Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {test_valid_extended} time=200592064 data=null button=1 stateMask=0x0 x=92 y=11 count=1} to (of type 'Table') 16:38:07 [2019-07-19T20:38:07.962Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200592065 data=null item=TableItem {test_valid_extended} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to (of type 'Table') 16:38:07 [2019-07-19T20:38:07.962Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {test_valid_extended} time=200592143 data=null button=1 stateMask=0x80000 x=92 y=11 count=1} to (of type 'Table') 16:38:07 [2019-07-19T20:38:07.962Z] DEBUG - matched Button with text "Import", using matcher: of type 'Button' 16:38:07 [2019-07-19T20:38:07.962Z] DEBUG - matched Button with text "Export", using matcher: of type 'Button' 16:38:07 [2019-07-19T20:38:07.962Z] DEBUG - matched Button with text "Edit...", using matcher: of type 'Button' 16:38:07 [2019-07-19T20:38:07.962Z] DEBUG - matched Button with text "Edit...", using matcher: with mnemonic 'Edit...' 16:38:07 [2019-07-19T20:38:07.962Z] DEBUG - matched Button with text "Edit...", using matcher: with style 'SWT.PUSH' 16:38:07 [2019-07-19T20:38:07.962Z] DEBUG - matched Button with text "Edit...", using matcher: (of type 'Button' and with mnemonic 'Edit...' and with style 'SWT.PUSH') 16:38:07 [2019-07-19T20:38:07.962Z] DEBUG - matched Button with text "Delete", using matcher: of type 'Button' 16:38:07 [2019-07-19T20:38:07.962Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 16:38:07 [2019-07-19T20:38:07.962Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 16:38:07 [2019-07-19T20:38:07.962Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 16:38:07 [2019-07-19T20:38:07.962Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 16:38:07 [2019-07-19T20:38:07.962Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 16:38:07 [2019-07-19T20:38:07.962Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 16:38:07 [2019-07-19T20:38:07.962Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:38:07 [2019-07-19T20:38:07.962Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 16:38:07 [2019-07-19T20:38:07.962Z] DEBUG - Clicking on Edit... 16:38:07 [2019-07-19T20:38:07.962Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Edit...} time=200592146 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Edit...' and with style 'SWT.PUSH') 16:38:07 [2019-07-19T20:38:07.962Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Edit...} time=200592147 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Edit...' and with style 'SWT.PUSH') 16:38:07 [2019-07-19T20:38:07.962Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Edit...} time=200592147 data=null doit=true} to (of type 'Button' and with mnemonic 'Edit...' and with style 'SWT.PUSH') 16:38:07 [2019-07-19T20:38:07.962Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Edit...} time=200592147 data=null} to (of type 'Button' and with mnemonic 'Edit...' and with style 'SWT.PUSH') 16:38:07 [2019-07-19T20:38:07.962Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Edit...} time=200592147 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Edit...' and with style 'SWT.PUSH') 16:38:07 [2019-07-19T20:38:07.962Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Edit...} time=200592148 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Edit...' and with style 'SWT.PUSH') 16:38:08 [2019-07-19T20:38:08.219Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Edit...} time=200592148 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Edit...' and with style 'SWT.PUSH') 16:38:08 [2019-07-19T20:38:08.783Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Edit...} time=200592828 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Edit...' and with style 'SWT.PUSH') 16:38:08 [2019-07-19T20:38:08.783Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Edit...} time=200592832 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Edit...' and with style 'SWT.PUSH') 16:38:08 [2019-07-19T20:38:08.783Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Edit...} time=200592832 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Edit...' and with style 'SWT.PUSH') 16:38:08 [2019-07-19T20:38:08.783Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Edit...} time=200592832 data=null doit=true} to (of type 'Button' and with mnemonic 'Edit...' and with style 'SWT.PUSH') 16:38:08 [2019-07-19T20:38:08.783Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Edit...} time=200592832 data=null} to (of type 'Button' and with mnemonic 'Edit...' and with style 'SWT.PUSH') 16:38:08 [2019-07-19T20:38:08.783Z] DEBUG - Clicked on Edit... 16:38:08 [2019-07-19T20:38:08.783Z] DEBUG - Attempting to set focus on (of type 'Table') 16:38:09 [2019-07-19T20:38:09.040Z] DEBUG - Attempting to set focus on (of type 'Table') 16:38:09 [2019-07-19T20:38:09.040Z] DEBUG - Selecting rows [0, 1] in (of type 'Table') 16:38:09 [2019-07-19T20:38:09.040Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=200593065 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 16:38:09 [2019-07-19T20:38:09.040Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=200593065 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 16:38:09 [2019-07-19T20:38:09.040Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=200593066 data=null doit=true} to (of type 'Table') 16:38:09 [2019-07-19T20:38:09.040Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=200593066 data=null} to (of type 'Table') 16:38:09 [2019-07-19T20:38:09.040Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {test_valid_extended} time=200593077 data=null button=1 stateMask=0x0 x=92 y=11 count=1} to (of type 'Table') 16:38:09 [2019-07-19T20:38:09.040Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200593077 data=null item=TableItem {test_valid_extended} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to (of type 'Table') 16:38:09 [2019-07-19T20:38:09.040Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {test_valid_extended} time=200593133 data=null button=1 stateMask=0x80000 x=92 y=11 count=1} to (of type 'Table') 16:38:09 [2019-07-19T20:38:09.040Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=200593133 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 16:38:09 [2019-07-19T20:38:09.040Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=200593133 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 16:38:09 [2019-07-19T20:38:09.040Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=200593133 data=null doit=true} to (of type 'Table') 16:38:09 [2019-07-19T20:38:09.040Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=200593133 data=null} to (of type 'Table') 16:38:09 [2019-07-19T20:38:09.040Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {test_valid_pattern} time=200593134 data=null button=1 stateMask=0x40000 x=86 y=33 count=1} to (of type 'Table') 16:38:09 [2019-07-19T20:38:09.040Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200593134 data=null item=TableItem {test_valid_pattern} detail=0 x=0 y=0 width=0 height=0 stateMask=0xc0000 text=null doit=true} to (of type 'Table') 16:38:09 [2019-07-19T20:38:09.040Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {test_valid_pattern} time=200593171 data=null button=1 stateMask=0xc0000 x=86 y=33 count=1} to (of type 'Table') 16:38:09 [2019-07-19T20:38:09.040Z] DEBUG - matched Button with text "Import", using matcher: of type 'Button' 16:38:09 [2019-07-19T20:38:09.040Z] DEBUG - matched Button with text "Export", using matcher: of type 'Button' 16:38:09 [2019-07-19T20:38:09.040Z] DEBUG - matched Button with text "Edit...", using matcher: of type 'Button' 16:38:09 [2019-07-19T20:38:09.040Z] DEBUG - matched Button with text "Delete", using matcher: of type 'Button' 16:38:09 [2019-07-19T20:38:09.040Z] DEBUG - matched Button with text "Delete", using matcher: with mnemonic 'Delete' 16:38:09 [2019-07-19T20:38:09.040Z] DEBUG - matched Button with text "Delete", using matcher: with style 'SWT.PUSH' 16:38:09 [2019-07-19T20:38:09.040Z] DEBUG - matched Button with text "Delete", using matcher: (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:38:09 [2019-07-19T20:38:09.040Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 16:38:09 [2019-07-19T20:38:09.040Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 16:38:09 [2019-07-19T20:38:09.040Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 16:38:09 [2019-07-19T20:38:09.040Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 16:38:09 [2019-07-19T20:38:09.040Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 16:38:09 [2019-07-19T20:38:09.040Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 16:38:09 [2019-07-19T20:38:09.040Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:38:09 [2019-07-19T20:38:09.040Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 16:38:09 [2019-07-19T20:38:09.040Z] DEBUG - Clicking on Delete 16:38:09 [2019-07-19T20:38:09.040Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Delete} time=200593174 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:38:09 [2019-07-19T20:38:09.040Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Delete} time=200593174 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:38:09 [2019-07-19T20:38:09.040Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Delete} time=200593174 data=null doit=true} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:38:09 [2019-07-19T20:38:09.040Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Delete} time=200593174 data=null} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:38:09 [2019-07-19T20:38:09.040Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Delete} time=200593175 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:38:09 [2019-07-19T20:38:09.040Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Delete} time=200593175 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:38:09 [2019-07-19T20:38:09.297Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Delete} time=200593345 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:38:09 [2019-07-19T20:38:09.297Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Delete} time=200593346 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:38:09 [2019-07-19T20:38:09.297Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Delete} time=200593346 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:38:09 [2019-07-19T20:38:09.297Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Delete} time=200593346 data=null doit=true} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:38:09 [2019-07-19T20:38:09.297Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Delete} time=200593346 data=null} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:38:09 [2019-07-19T20:38:09.297Z] DEBUG - Clicked on Delete 16:38:09 [2019-07-19T20:38:09.297Z] DEBUG - matched Shell with text "Delete XML file(s)", using matcher: with text 'Delete XML file(s)' 16:38:09 [2019-07-19T20:38:09.297Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Delete XML file(s)} time=200593348 data=null doit=true} to Shell with text {Delete XML file(s)} 16:38:09 [2019-07-19T20:38:09.297Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button' 16:38:09 [2019-07-19T20:38:09.297Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button' 16:38:09 [2019-07-19T20:38:09.297Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes' 16:38:09 [2019-07-19T20:38:09.297Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH' 16:38:09 [2019-07-19T20:38:09.297Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:38:09 [2019-07-19T20:38:09.297Z] DEBUG - Clicking on &Yes 16:38:09 [2019-07-19T20:38:09.297Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=200593349 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:38:09 [2019-07-19T20:38:09.297Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=200593349 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:38:09 [2019-07-19T20:38:09.297Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=200593349 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:38:09 [2019-07-19T20:38:09.297Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=200593349 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:38:09 [2019-07-19T20:38:09.297Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=200593349 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:38:09 [2019-07-19T20:38:09.297Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=200593350 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:38:09 [2019-07-19T20:38:09.297Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=200593350 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:38:09 [2019-07-19T20:38:09.297Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Delete} time=200593175 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:38:09 [2019-07-19T20:38:09.554Z] DEBUG - Clicked on 16:38:09 [2019-07-19T20:38:09.554Z] DEBUG - matched Button with text "Import", using matcher: of type 'Button' 16:38:09 [2019-07-19T20:38:09.554Z] DEBUG - matched Button with text "Export", using matcher: of type 'Button' 16:38:09 [2019-07-19T20:38:09.554Z] DEBUG - matched Button with text "Edit...", using matcher: of type 'Button' 16:38:09 [2019-07-19T20:38:09.554Z] DEBUG - matched Button with text "Delete", using matcher: of type 'Button' 16:38:09 [2019-07-19T20:38:09.554Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 16:38:09 [2019-07-19T20:38:09.554Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 16:38:09 [2019-07-19T20:38:09.554Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 16:38:09 [2019-07-19T20:38:09.554Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 16:38:09 [2019-07-19T20:38:09.554Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 16:38:09 [2019-07-19T20:38:09.554Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 16:38:09 [2019-07-19T20:38:09.554Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:38:09 [2019-07-19T20:38:09.554Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 16:38:09 [2019-07-19T20:38:09.554Z] DEBUG - matched Button with text "Apply and Close", using matcher: with mnemonic 'Apply and Close' 16:38:09 [2019-07-19T20:38:09.554Z] DEBUG - matched Button with text "Apply and Close", using matcher: (with mnemonic 'Apply and Close' or with mnemonic 'OK') 16:38:09 [2019-07-19T20:38:09.554Z] DEBUG - matched Button with text "Apply and Close", using matcher: with style 'SWT.PUSH' 16:38:09 [2019-07-19T20:38:09.554Z] DEBUG - matched Button with text "Apply and Close", using matcher: (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:09 [2019-07-19T20:38:09.554Z] DEBUG - Clicking on Apply and Close 16:38:09 [2019-07-19T20:38:09.554Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Apply and Close} time=200593577 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:09 [2019-07-19T20:38:09.554Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Apply and Close} time=200593577 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:09 [2019-07-19T20:38:09.554Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Apply and Close} time=200593577 data=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:09 [2019-07-19T20:38:09.554Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Apply and Close} time=200593577 data=null} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:09 [2019-07-19T20:38:09.554Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Apply and Close} time=200593577 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:09 [2019-07-19T20:38:09.554Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Apply and Close} time=200593577 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:09 [2019-07-19T20:38:09.554Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Apply and Close} time=200593577 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:09 [2019-07-19T20:38:09.554Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Preferences} time=200591557 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Preferences' 16:38:09 [2019-07-19T20:38:09.554Z] DEBUG - Clicked on 16:38:09 [2019-07-19T20:38:09.554Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=200593729 data=null doit=true} to Shell with text {data - Eclipse Platform} 16:38:09 [2019-07-19T20:38:09.554Z] DEBUG - matched MenuItem with text "&Window", using matcher: with mnemonic 'Window' 16:38:09 [2019-07-19T20:38:09.554Z] DEBUG - matched MenuItem with text "&Preferences", using matcher: with mnemonic 'Preferences' 16:38:09 [2019-07-19T20:38:09.554Z] DEBUG - Clicking on with mnemonic 'Preferences' 16:38:09 [2019-07-19T20:38:09.812Z] DEBUG - Clicked on with mnemonic 'Preferences' 16:38:09 [2019-07-19T20:38:09.812Z] DEBUG - matched Shell with text "Manage XML analyses ...", using matcher: of type 'Shell' 16:38:09 [2019-07-19T20:38:09.812Z] DEBUG - matched Shell with text "Manage XML analyses ...", using matcher: with text 'Manage XML analyses files' 16:38:09 [2019-07-19T20:38:09.812Z] DEBUG - matched Shell with text "Manage XML analyses ...", using matcher: (with text 'Preferences' or with text 'Manage XML analyses files') 16:38:09 [2019-07-19T20:38:09.812Z] DEBUG - matched Shell with text "Manage XML analyses ...", using matcher: (of type 'Shell' and (with text 'Preferences' or with text 'Manage XML analyses files')) 16:38:09 [2019-07-19T20:38:09.812Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Manage XML analyses files} time=200593930 data=null doit=true} to (of type 'Shell' and (with text 'Preferences' or with text 'Manage XML analyses files')) 16:38:09 [2019-07-19T20:38:09.812Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:38:09 [2019-07-19T20:38:09.812Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:38:09 [2019-07-19T20:38:09.812Z] DEBUG - Attempting to set focus on Tree with text {} 16:38:09 [2019-07-19T20:38:09.812Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Tracing} time=200593946 data=null button=0 stateMask=0x0 x=48 y=116 count=0} to TreeItem with text {Tracing} 16:38:09 [2019-07-19T20:38:09.812Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=200593946 data=null doit=true} to TreeItem with text {Tracing} 16:38:09 [2019-07-19T20:38:09.812Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=200593946 data=null} to TreeItem with text {Tracing} 16:38:09 [2019-07-19T20:38:09.812Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=200593947 data=null button=1 stateMask=0x0 x=48 y=116 count=1} to TreeItem with text {Tracing} 16:38:09 [2019-07-19T20:38:09.812Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200593947 data=null item=TreeItem {Tracing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Tracing} 16:38:09 [2019-07-19T20:38:09.812Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=200593993 data=null button=1 stateMask=0x80000 x=48 y=116 count=1} to TreeItem with text {Tracing} 16:38:09 [2019-07-19T20:38:09.812Z] WARN - Tree item TreeItem with text {Tracing} is already expanded. Won't expand it again. 16:38:09 [2019-07-19T20:38:09.812Z] DEBUG - Attempting to set focus on Tree with text {} 16:38:09 [2019-07-19T20:38:09.812Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {XML Analyses} time=200593995 data=null button=0 stateMask=0x0 x=88 y=221 count=0} to Tree node with text: XML Analyses 16:38:09 [2019-07-19T20:38:09.812Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {XML Analyses} time=200593995 data=null doit=true} to Tree node with text: XML Analyses 16:38:09 [2019-07-19T20:38:09.812Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {XML Analyses} time=200593995 data=null} to Tree node with text: XML Analyses 16:38:09 [2019-07-19T20:38:09.812Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {XML Analyses} time=200593995 data=null button=1 stateMask=0x0 x=88 y=221 count=1} to Tree node with text: XML Analyses 16:38:09 [2019-07-19T20:38:09.812Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200593996 data=null item=TreeItem {XML Analyses} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: XML Analyses 16:38:09 [2019-07-19T20:38:09.812Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {XML Analyses} time=200593998 data=null button=1 stateMask=0x80000 x=88 y=221 count=1} to Tree node with text: XML Analyses 16:38:09 [2019-07-19T20:38:09.812Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:38:09 [2019-07-19T20:38:09.812Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:38:09 [2019-07-19T20:38:09.812Z] DEBUG - matched Button with text "Import", using matcher: of type 'Button' 16:38:09 [2019-07-19T20:38:09.812Z] DEBUG - matched Button with text "Export", using matcher: of type 'Button' 16:38:09 [2019-07-19T20:38:09.812Z] DEBUG - matched Button with text "Edit...", using matcher: of type 'Button' 16:38:09 [2019-07-19T20:38:09.812Z] DEBUG - matched Button with text "Delete", using matcher: of type 'Button' 16:38:09 [2019-07-19T20:38:09.812Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 16:38:09 [2019-07-19T20:38:09.812Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 16:38:09 [2019-07-19T20:38:09.812Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 16:38:09 [2019-07-19T20:38:09.812Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 16:38:09 [2019-07-19T20:38:09.812Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 16:38:09 [2019-07-19T20:38:09.812Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 16:38:09 [2019-07-19T20:38:09.812Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:38:09 [2019-07-19T20:38:09.812Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 16:38:09 [2019-07-19T20:38:09.812Z] DEBUG - matched Button with text "Apply and Close", using matcher: with mnemonic 'Apply and Close' 16:38:09 [2019-07-19T20:38:09.812Z] DEBUG - matched Button with text "Apply and Close", using matcher: (with mnemonic 'Apply and Close' or with mnemonic 'OK') 16:38:09 [2019-07-19T20:38:09.812Z] DEBUG - matched Button with text "Apply and Close", using matcher: with style 'SWT.PUSH' 16:38:09 [2019-07-19T20:38:09.812Z] DEBUG - matched Button with text "Apply and Close", using matcher: (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:09 [2019-07-19T20:38:09.812Z] DEBUG - Clicking on Apply and Close 16:38:09 [2019-07-19T20:38:09.812Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Apply and Close} time=200594003 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:09 [2019-07-19T20:38:09.812Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Apply and Close} time=200594003 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:09 [2019-07-19T20:38:09.812Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Apply and Close} time=200594003 data=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:09 [2019-07-19T20:38:09.812Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Apply and Close} time=200594004 data=null} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:09 [2019-07-19T20:38:09.812Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Apply and Close} time=200594004 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:09 [2019-07-19T20:38:09.812Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Apply and Close} time=200594004 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:09 [2019-07-19T20:38:09.812Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Apply and Close} time=200594004 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:09 [2019-07-19T20:38:09.812Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Preferences} time=200593742 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Preferences' 16:38:10 [2019-07-19T20:38:10.087Z] DEBUG - Clicked on 16:38:10 [2019-07-19T20:38:10.087Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=200594147 data=null doit=true} to Shell with text {data - Eclipse Platform} 16:38:10 [2019-07-19T20:38:10.087Z] DEBUG - matched MenuItem with text "&Window", using matcher: with mnemonic 'Window' 16:38:10 [2019-07-19T20:38:10.087Z] DEBUG - matched MenuItem with text "&Preferences", using matcher: with mnemonic 'Preferences' 16:38:10 [2019-07-19T20:38:10.087Z] DEBUG - Clicking on with mnemonic 'Preferences' 16:38:10 [2019-07-19T20:38:10.433Z] DEBUG - Clicked on with mnemonic 'Preferences' 16:38:10 [2019-07-19T20:38:10.433Z] DEBUG - matched Shell with text "Manage XML analyses ...", using matcher: of type 'Shell' 16:38:10 [2019-07-19T20:38:10.433Z] DEBUG - matched Shell with text "Manage XML analyses ...", using matcher: with text 'Manage XML analyses files' 16:38:10 [2019-07-19T20:38:10.433Z] DEBUG - matched Shell with text "Manage XML analyses ...", using matcher: (with text 'Preferences' or with text 'Manage XML analyses files') 16:38:10 [2019-07-19T20:38:10.433Z] DEBUG - matched Shell with text "Manage XML analyses ...", using matcher: (of type 'Shell' and (with text 'Preferences' or with text 'Manage XML analyses files')) 16:38:10 [2019-07-19T20:38:10.433Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Manage XML analyses files} time=200594488 data=null doit=true} to (of type 'Shell' and (with text 'Preferences' or with text 'Manage XML analyses files')) 16:38:10 [2019-07-19T20:38:10.433Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:38:10 [2019-07-19T20:38:10.433Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:38:10 [2019-07-19T20:38:10.433Z] DEBUG - Attempting to set focus on Tree with text {} 16:38:10 [2019-07-19T20:38:10.433Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Tracing} time=200594493 data=null button=0 stateMask=0x0 x=48 y=116 count=0} to TreeItem with text {Tracing} 16:38:10 [2019-07-19T20:38:10.433Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=200594533 data=null doit=true} to TreeItem with text {Tracing} 16:38:10 [2019-07-19T20:38:10.433Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=200594534 data=null} to TreeItem with text {Tracing} 16:38:10 [2019-07-19T20:38:10.433Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=200594534 data=null button=1 stateMask=0x0 x=48 y=116 count=1} to TreeItem with text {Tracing} 16:38:10 [2019-07-19T20:38:10.433Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200594535 data=null item=TreeItem {Tracing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Tracing} 16:38:10 [2019-07-19T20:38:10.433Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=200594571 data=null button=1 stateMask=0x80000 x=48 y=116 count=1} to TreeItem with text {Tracing} 16:38:10 [2019-07-19T20:38:10.433Z] WARN - Tree item TreeItem with text {Tracing} is already expanded. Won't expand it again. 16:38:10 [2019-07-19T20:38:10.433Z] DEBUG - Attempting to set focus on Tree with text {} 16:38:10 [2019-07-19T20:38:10.433Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {XML Analyses} time=200594575 data=null button=0 stateMask=0x0 x=88 y=221 count=0} to Tree node with text: XML Analyses 16:38:10 [2019-07-19T20:38:10.433Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {XML Analyses} time=200594575 data=null doit=true} to Tree node with text: XML Analyses 16:38:10 [2019-07-19T20:38:10.433Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {XML Analyses} time=200594575 data=null} to Tree node with text: XML Analyses 16:38:10 [2019-07-19T20:38:10.433Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {XML Analyses} time=200594576 data=null button=1 stateMask=0x0 x=88 y=221 count=1} to Tree node with text: XML Analyses 16:38:10 [2019-07-19T20:38:10.434Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200594576 data=null item=TreeItem {XML Analyses} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: XML Analyses 16:38:10 [2019-07-19T20:38:10.434Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {XML Analyses} time=200594578 data=null button=1 stateMask=0x80000 x=88 y=221 count=1} to Tree node with text: XML Analyses 16:38:10 [2019-07-19T20:38:10.434Z] DEBUG - matched Button with text "Import", using matcher: of type 'Button' 16:38:10 [2019-07-19T20:38:10.434Z] DEBUG - matched Button with text "Import", using matcher: with mnemonic 'Import' 16:38:10 [2019-07-19T20:38:10.434Z] DEBUG - matched Button with text "Import", using matcher: with style 'SWT.PUSH' 16:38:10 [2019-07-19T20:38:10.434Z] DEBUG - matched Button with text "Import", using matcher: (of type 'Button' and with mnemonic 'Import' and with style 'SWT.PUSH') 16:38:10 [2019-07-19T20:38:10.434Z] DEBUG - matched Button with text "Export", using matcher: of type 'Button' 16:38:10 [2019-07-19T20:38:10.434Z] DEBUG - matched Button with text "Edit...", using matcher: of type 'Button' 16:38:10 [2019-07-19T20:38:10.434Z] DEBUG - matched Button with text "Delete", using matcher: of type 'Button' 16:38:10 [2019-07-19T20:38:10.434Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 16:38:10 [2019-07-19T20:38:10.434Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 16:38:10 [2019-07-19T20:38:10.434Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 16:38:10 [2019-07-19T20:38:10.434Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 16:38:10 [2019-07-19T20:38:10.434Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 16:38:10 [2019-07-19T20:38:10.434Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 16:38:10 [2019-07-19T20:38:10.434Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:38:10 [2019-07-19T20:38:10.434Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 16:38:10 [2019-07-19T20:38:10.434Z] DEBUG - Clicking on Import 16:38:10 [2019-07-19T20:38:10.434Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Import} time=200594582 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Import' and with style 'SWT.PUSH') 16:38:10 [2019-07-19T20:38:10.434Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Import} time=200594582 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Import' and with style 'SWT.PUSH') 16:38:10 [2019-07-19T20:38:10.434Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Import} time=200594582 data=null doit=true} to (of type 'Button' and with mnemonic 'Import' and with style 'SWT.PUSH') 16:38:10 [2019-07-19T20:38:10.434Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Import} time=200594582 data=null} to (of type 'Button' and with mnemonic 'Import' and with style 'SWT.PUSH') 16:38:10 [2019-07-19T20:38:10.434Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Import} time=200594583 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Import' and with style 'SWT.PUSH') 16:38:10 [2019-07-19T20:38:10.434Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Import} time=200594583 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Import' and with style 'SWT.PUSH') 16:38:10 [2019-07-19T20:38:10.434Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Import} time=200594583 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Import' and with style 'SWT.PUSH') 16:38:10 [2019-07-19T20:38:10.692Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Import} time=200594741 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Import' and with style 'SWT.PUSH') 16:38:10 [2019-07-19T20:38:10.692Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Import} time=200594746 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Import' and with style 'SWT.PUSH') 16:38:10 [2019-07-19T20:38:10.692Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Import} time=200594746 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Import' and with style 'SWT.PUSH') 16:38:10 [2019-07-19T20:38:10.692Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Import} time=200594746 data=null doit=true} to (of type 'Button' and with mnemonic 'Import' and with style 'SWT.PUSH') 16:38:10 [2019-07-19T20:38:10.692Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Import} time=200594746 data=null} to (of type 'Button' and with mnemonic 'Import' and with style 'SWT.PUSH') 16:38:10 [2019-07-19T20:38:10.692Z] DEBUG - Clicked on Import 16:38:10 [2019-07-19T20:38:10.692Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:38:10 [2019-07-19T20:38:10.692Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:38:10 [2019-07-19T20:38:10.692Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:38:10 [2019-07-19T20:38:10.692Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:38:10 [2019-07-19T20:38:10.692Z] DEBUG - Attempting to set focus on (of type 'Table') 16:38:10 [2019-07-19T20:38:10.692Z] DEBUG - Attempting to set focus on (of type 'Table') 16:38:10 [2019-07-19T20:38:10.692Z] DEBUG - Selecting rows [0] in (of type 'Table') 16:38:10 [2019-07-19T20:38:10.692Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=200594762 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 16:38:10 [2019-07-19T20:38:10.692Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=200594762 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 16:38:10 [2019-07-19T20:38:10.692Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=200594762 data=null doit=true} to (of type 'Table') 16:38:10 [2019-07-19T20:38:10.692Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=200594762 data=null} to (of type 'Table') 16:38:10 [2019-07-19T20:38:10.692Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {state_provider_placement} time=200594763 data=null button=1 stateMask=0x0 x=112 y=11 count=1} to (of type 'Table') 16:38:10 [2019-07-19T20:38:10.692Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200594763 data=null item=TableItem {state_provider_placement} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to (of type 'Table') 16:38:10 [2019-07-19T20:38:10.692Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {state_provider_placement} time=200594791 data=null button=1 stateMask=0x80000 x=112 y=11 count=1} to (of type 'Table') 16:38:10 [2019-07-19T20:38:10.692Z] DEBUG - matched Button with text "Import", using matcher: of type 'Button' 16:38:10 [2019-07-19T20:38:10.692Z] DEBUG - matched Button with text "Export", using matcher: of type 'Button' 16:38:10 [2019-07-19T20:38:10.692Z] DEBUG - matched Button with text "Export", using matcher: with mnemonic 'Export' 16:38:10 [2019-07-19T20:38:10.692Z] DEBUG - matched Button with text "Export", using matcher: with style 'SWT.PUSH' 16:38:10 [2019-07-19T20:38:10.692Z] DEBUG - matched Button with text "Export", using matcher: (of type 'Button' and with mnemonic 'Export' and with style 'SWT.PUSH') 16:38:10 [2019-07-19T20:38:10.692Z] DEBUG - matched Button with text "Edit...", using matcher: of type 'Button' 16:38:10 [2019-07-19T20:38:10.692Z] DEBUG - matched Button with text "Delete", using matcher: of type 'Button' 16:38:10 [2019-07-19T20:38:10.692Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 16:38:10 [2019-07-19T20:38:10.692Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 16:38:10 [2019-07-19T20:38:10.692Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 16:38:10 [2019-07-19T20:38:10.692Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 16:38:10 [2019-07-19T20:38:10.692Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 16:38:10 [2019-07-19T20:38:10.692Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 16:38:10 [2019-07-19T20:38:10.692Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:38:10 [2019-07-19T20:38:10.692Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 16:38:10 [2019-07-19T20:38:10.692Z] DEBUG - Clicking on Export 16:38:10 [2019-07-19T20:38:10.692Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Export} time=200594834 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Export' and with style 'SWT.PUSH') 16:38:10 [2019-07-19T20:38:10.692Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Export} time=200594834 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Export' and with style 'SWT.PUSH') 16:38:10 [2019-07-19T20:38:10.692Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Export} time=200594834 data=null doit=true} to (of type 'Button' and with mnemonic 'Export' and with style 'SWT.PUSH') 16:38:10 [2019-07-19T20:38:10.692Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Export} time=200594834 data=null} to (of type 'Button' and with mnemonic 'Export' and with style 'SWT.PUSH') 16:38:10 [2019-07-19T20:38:10.692Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Export} time=200594835 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Export' and with style 'SWT.PUSH') 16:38:10 [2019-07-19T20:38:10.692Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Export} time=200594835 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Export' and with style 'SWT.PUSH') 16:38:10 [2019-07-19T20:38:10.692Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Export} time=200594835 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Export' and with style 'SWT.PUSH') 16:38:10 [2019-07-19T20:38:10.692Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Export} time=200594837 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Export' and with style 'SWT.PUSH') 16:38:10 [2019-07-19T20:38:10.692Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Export} time=200594837 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Export' and with style 'SWT.PUSH') 16:38:10 [2019-07-19T20:38:10.692Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Export} time=200594837 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Export' and with style 'SWT.PUSH') 16:38:10 [2019-07-19T20:38:10.692Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Export} time=200594838 data=null doit=true} to (of type 'Button' and with mnemonic 'Export' and with style 'SWT.PUSH') 16:38:10 [2019-07-19T20:38:10.692Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Export} time=200594838 data=null} to (of type 'Button' and with mnemonic 'Export' and with style 'SWT.PUSH') 16:38:10 [2019-07-19T20:38:10.692Z] DEBUG - Clicked on Export 16:38:10 [2019-07-19T20:38:10.692Z] DEBUG - matched Button with text "Import", using matcher: of type 'Button' 16:38:10 [2019-07-19T20:38:10.692Z] DEBUG - matched Button with text "Export", using matcher: of type 'Button' 16:38:10 [2019-07-19T20:38:10.692Z] DEBUG - matched Button with text "Edit...", using matcher: of type 'Button' 16:38:10 [2019-07-19T20:38:10.692Z] DEBUG - matched Button with text "Delete", using matcher: of type 'Button' 16:38:10 [2019-07-19T20:38:10.692Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 16:38:10 [2019-07-19T20:38:10.692Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 16:38:10 [2019-07-19T20:38:10.692Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 16:38:10 [2019-07-19T20:38:10.692Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 16:38:10 [2019-07-19T20:38:10.692Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 16:38:10 [2019-07-19T20:38:10.692Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 16:38:10 [2019-07-19T20:38:10.692Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:38:10 [2019-07-19T20:38:10.692Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 16:38:10 [2019-07-19T20:38:10.692Z] DEBUG - matched Button with text "Apply and Close", using matcher: with mnemonic 'Apply and Close' 16:38:10 [2019-07-19T20:38:10.692Z] DEBUG - matched Button with text "Apply and Close", using matcher: (with mnemonic 'Apply and Close' or with mnemonic 'OK') 16:38:10 [2019-07-19T20:38:10.692Z] DEBUG - matched Button with text "Apply and Close", using matcher: with style 'SWT.PUSH' 16:38:10 [2019-07-19T20:38:10.692Z] DEBUG - matched Button with text "Apply and Close", using matcher: (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:10 [2019-07-19T20:38:10.692Z] DEBUG - Clicking on Apply and Close 16:38:10 [2019-07-19T20:38:10.692Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Apply and Close} time=200594841 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:10 [2019-07-19T20:38:10.692Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Apply and Close} time=200594841 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:10 [2019-07-19T20:38:10.692Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Apply and Close} time=200594841 data=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:10 [2019-07-19T20:38:10.692Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Apply and Close} time=200594842 data=null} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:10 [2019-07-19T20:38:10.692Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Apply and Close} time=200594842 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:10 [2019-07-19T20:38:10.692Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Apply and Close} time=200594842 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:10 [2019-07-19T20:38:10.692Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Apply and Close} time=200594842 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:10 [2019-07-19T20:38:10.692Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Preferences} time=200594161 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Preferences' 16:38:10 [2019-07-19T20:38:10.950Z] DEBUG - Clicked on 16:38:10 [2019-07-19T20:38:10.950Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=200594974 data=null doit=true} to Shell with text {data - Eclipse Platform} 16:38:10 [2019-07-19T20:38:10.950Z] DEBUG - matched MenuItem with text "&Window", using matcher: with mnemonic 'Window' 16:38:10 [2019-07-19T20:38:10.950Z] DEBUG - matched MenuItem with text "&Preferences", using matcher: with mnemonic 'Preferences' 16:38:10 [2019-07-19T20:38:10.950Z] DEBUG - Clicking on with mnemonic 'Preferences' 16:38:11 [2019-07-19T20:38:11.207Z] DEBUG - Clicked on with mnemonic 'Preferences' 16:38:11 [2019-07-19T20:38:11.207Z] DEBUG - matched Shell with text "Manage XML analyses ...", using matcher: of type 'Shell' 16:38:11 [2019-07-19T20:38:11.207Z] DEBUG - matched Shell with text "Manage XML analyses ...", using matcher: with text 'Manage XML analyses files' 16:38:11 [2019-07-19T20:38:11.207Z] DEBUG - matched Shell with text "Manage XML analyses ...", using matcher: (with text 'Preferences' or with text 'Manage XML analyses files') 16:38:11 [2019-07-19T20:38:11.207Z] DEBUG - matched Shell with text "Manage XML analyses ...", using matcher: (of type 'Shell' and (with text 'Preferences' or with text 'Manage XML analyses files')) 16:38:11 [2019-07-19T20:38:11.207Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Manage XML analyses files} time=200595235 data=null doit=true} to (of type 'Shell' and (with text 'Preferences' or with text 'Manage XML analyses files')) 16:38:11 [2019-07-19T20:38:11.207Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:38:11 [2019-07-19T20:38:11.207Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:38:11 [2019-07-19T20:38:11.207Z] DEBUG - Attempting to set focus on Tree with text {} 16:38:11 [2019-07-19T20:38:11.207Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Tracing} time=200595249 data=null button=0 stateMask=0x0 x=48 y=116 count=0} to TreeItem with text {Tracing} 16:38:11 [2019-07-19T20:38:11.207Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=200595251 data=null doit=true} to TreeItem with text {Tracing} 16:38:11 [2019-07-19T20:38:11.207Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=200595251 data=null} to TreeItem with text {Tracing} 16:38:11 [2019-07-19T20:38:11.207Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=200595251 data=null button=1 stateMask=0x0 x=48 y=116 count=1} to TreeItem with text {Tracing} 16:38:11 [2019-07-19T20:38:11.207Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200595252 data=null item=TreeItem {Tracing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Tracing} 16:38:11 [2019-07-19T20:38:11.207Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=200595296 data=null button=1 stateMask=0x80000 x=48 y=116 count=1} to TreeItem with text {Tracing} 16:38:11 [2019-07-19T20:38:11.207Z] WARN - Tree item TreeItem with text {Tracing} is already expanded. Won't expand it again. 16:38:11 [2019-07-19T20:38:11.207Z] DEBUG - Attempting to set focus on Tree with text {} 16:38:11 [2019-07-19T20:38:11.207Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {XML Analyses} time=200595298 data=null button=0 stateMask=0x0 x=88 y=221 count=0} to Tree node with text: XML Analyses 16:38:11 [2019-07-19T20:38:11.207Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {XML Analyses} time=200595298 data=null doit=true} to Tree node with text: XML Analyses 16:38:11 [2019-07-19T20:38:11.207Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {XML Analyses} time=200595298 data=null} to Tree node with text: XML Analyses 16:38:11 [2019-07-19T20:38:11.207Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {XML Analyses} time=200595298 data=null button=1 stateMask=0x0 x=88 y=221 count=1} to Tree node with text: XML Analyses 16:38:11 [2019-07-19T20:38:11.207Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200595299 data=null item=TreeItem {XML Analyses} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: XML Analyses 16:38:11 [2019-07-19T20:38:11.207Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {XML Analyses} time=200595301 data=null button=1 stateMask=0x80000 x=88 y=221 count=1} to Tree node with text: XML Analyses 16:38:11 [2019-07-19T20:38:11.207Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:38:11 [2019-07-19T20:38:11.207Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:38:11 [2019-07-19T20:38:11.207Z] DEBUG - Attempting to set focus on (of type 'Table') 16:38:11 [2019-07-19T20:38:11.207Z] DEBUG - Attempting to set focus on (of type 'Table') 16:38:11 [2019-07-19T20:38:11.207Z] DEBUG - Selecting rows [0] in (of type 'Table') 16:38:11 [2019-07-19T20:38:11.207Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=200595350 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 16:38:11 [2019-07-19T20:38:11.207Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=200595350 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 16:38:11 [2019-07-19T20:38:11.207Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=200595351 data=null doit=true} to (of type 'Table') 16:38:11 [2019-07-19T20:38:11.207Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=200595351 data=null} to (of type 'Table') 16:38:11 [2019-07-19T20:38:11.207Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {state_provider_placement} time=200595351 data=null button=1 stateMask=0x0 x=112 y=11 count=1} to (of type 'Table') 16:38:11 [2019-07-19T20:38:11.207Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200595351 data=null item=TableItem {state_provider_placement} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to (of type 'Table') 16:38:11 [2019-07-19T20:38:11.207Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {state_provider_placement} time=200595372 data=null button=1 stateMask=0x80000 x=112 y=11 count=1} to (of type 'Table') 16:38:11 [2019-07-19T20:38:11.207Z] DEBUG - matched Button with text "Import", using matcher: of type 'Button' 16:38:11 [2019-07-19T20:38:11.207Z] DEBUG - matched Button with text "Export", using matcher: of type 'Button' 16:38:11 [2019-07-19T20:38:11.207Z] DEBUG - matched Button with text "Edit...", using matcher: of type 'Button' 16:38:11 [2019-07-19T20:38:11.207Z] DEBUG - matched Button with text "Delete", using matcher: of type 'Button' 16:38:11 [2019-07-19T20:38:11.207Z] DEBUG - matched Button with text "Delete", using matcher: with mnemonic 'Delete' 16:38:11 [2019-07-19T20:38:11.207Z] DEBUG - matched Button with text "Delete", using matcher: with style 'SWT.PUSH' 16:38:11 [2019-07-19T20:38:11.207Z] DEBUG - matched Button with text "Delete", using matcher: (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:38:11 [2019-07-19T20:38:11.207Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 16:38:11 [2019-07-19T20:38:11.207Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 16:38:11 [2019-07-19T20:38:11.207Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 16:38:11 [2019-07-19T20:38:11.207Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 16:38:11 [2019-07-19T20:38:11.207Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 16:38:11 [2019-07-19T20:38:11.207Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 16:38:11 [2019-07-19T20:38:11.207Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:38:11 [2019-07-19T20:38:11.207Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 16:38:11 [2019-07-19T20:38:11.207Z] DEBUG - Clicking on Delete 16:38:11 [2019-07-19T20:38:11.207Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Delete} time=200595375 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:38:11 [2019-07-19T20:38:11.207Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Delete} time=200595375 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:38:11 [2019-07-19T20:38:11.207Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Delete} time=200595375 data=null doit=true} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:38:11 [2019-07-19T20:38:11.207Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Delete} time=200595375 data=null} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:38:11 [2019-07-19T20:38:11.207Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Delete} time=200595376 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:38:11 [2019-07-19T20:38:11.207Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Delete} time=200595376 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:38:11 [2019-07-19T20:38:11.464Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Delete} time=200595548 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:38:11 [2019-07-19T20:38:11.464Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Delete} time=200595552 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:38:11 [2019-07-19T20:38:11.464Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Delete} time=200595552 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:38:11 [2019-07-19T20:38:11.464Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Delete} time=200595552 data=null doit=true} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:38:11 [2019-07-19T20:38:11.464Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Delete} time=200595553 data=null} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:38:11 [2019-07-19T20:38:11.464Z] DEBUG - Clicked on Delete 16:38:11 [2019-07-19T20:38:11.464Z] DEBUG - matched Shell with text "Delete XML file(s)", using matcher: with text 'Delete XML file(s)' 16:38:11 [2019-07-19T20:38:11.464Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Delete XML file(s)} time=200595580 data=null doit=true} to Shell with text {Delete XML file(s)} 16:38:11 [2019-07-19T20:38:11.464Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button' 16:38:11 [2019-07-19T20:38:11.464Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button' 16:38:11 [2019-07-19T20:38:11.464Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes' 16:38:11 [2019-07-19T20:38:11.464Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH' 16:38:11 [2019-07-19T20:38:11.464Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:38:11 [2019-07-19T20:38:11.464Z] DEBUG - Clicking on &Yes 16:38:11 [2019-07-19T20:38:11.464Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=200595581 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:38:11 [2019-07-19T20:38:11.464Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=200595581 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:38:11 [2019-07-19T20:38:11.464Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=200595582 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:38:11 [2019-07-19T20:38:11.464Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=200595582 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:38:11 [2019-07-19T20:38:11.464Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=200595582 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:38:11 [2019-07-19T20:38:11.464Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=200595582 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:38:11 [2019-07-19T20:38:11.464Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=200595582 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:38:11 [2019-07-19T20:38:11.464Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Delete} time=200595376 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:38:11 [2019-07-19T20:38:11.464Z] DEBUG - Clicked on 16:38:11 [2019-07-19T20:38:11.464Z] DEBUG - matched Button with text "Import", using matcher: of type 'Button' 16:38:11 [2019-07-19T20:38:11.464Z] DEBUG - matched Button with text "Export", using matcher: of type 'Button' 16:38:11 [2019-07-19T20:38:11.464Z] DEBUG - matched Button with text "Edit...", using matcher: of type 'Button' 16:38:11 [2019-07-19T20:38:11.721Z] DEBUG - matched Button with text "Delete", using matcher: of type 'Button' 16:38:11 [2019-07-19T20:38:11.721Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 16:38:11 [2019-07-19T20:38:11.721Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 16:38:11 [2019-07-19T20:38:11.721Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 16:38:11 [2019-07-19T20:38:11.721Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 16:38:11 [2019-07-19T20:38:11.721Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 16:38:11 [2019-07-19T20:38:11.721Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 16:38:11 [2019-07-19T20:38:11.721Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:38:11 [2019-07-19T20:38:11.721Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 16:38:11 [2019-07-19T20:38:11.721Z] DEBUG - matched Button with text "Apply and Close", using matcher: with mnemonic 'Apply and Close' 16:38:11 [2019-07-19T20:38:11.721Z] DEBUG - matched Button with text "Apply and Close", using matcher: (with mnemonic 'Apply and Close' or with mnemonic 'OK') 16:38:11 [2019-07-19T20:38:11.721Z] DEBUG - matched Button with text "Apply and Close", using matcher: with style 'SWT.PUSH' 16:38:11 [2019-07-19T20:38:11.721Z] DEBUG - matched Button with text "Apply and Close", using matcher: (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:11 [2019-07-19T20:38:11.721Z] DEBUG - Clicking on Apply and Close 16:38:11 [2019-07-19T20:38:11.721Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Apply and Close} time=200595737 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:11 [2019-07-19T20:38:11.721Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Apply and Close} time=200595737 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:11 [2019-07-19T20:38:11.721Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Apply and Close} time=200595737 data=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:11 [2019-07-19T20:38:11.721Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Apply and Close} time=200595737 data=null} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:11 [2019-07-19T20:38:11.721Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Apply and Close} time=200595738 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:11 [2019-07-19T20:38:11.721Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Apply and Close} time=200595738 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:11 [2019-07-19T20:38:11.721Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Apply and Close} time=200595738 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:11 [2019-07-19T20:38:11.721Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Preferences} time=200594988 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Preferences' 16:38:11 [2019-07-19T20:38:11.721Z] DEBUG - Clicked on 16:38:11 [2019-07-19T20:38:11.721Z] 16:38:11 [2019-07-19T20:38:11.721Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 4 0 2019-07-19 20:38:11.583 16:38:11 [2019-07-19T20:38:11.721Z] !MESSAGE XML Parsing error at line 6: cvc-complex-type.2.4.a: Invalid content was found starting with element 'element'. One of '{timeGraphView, xyView, stateProvider, pattern, extra}' is expected. 16:38:11 [2019-07-19T20:38:11.721Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=200595841 data=null doit=true} to Shell with text {data - Eclipse Platform} 16:38:11 [2019-07-19T20:38:11.721Z] DEBUG - matched MenuItem with text "&Window", using matcher: with mnemonic 'Window' 16:38:11 [2019-07-19T20:38:11.721Z] DEBUG - matched MenuItem with text "&Preferences", using matcher: with mnemonic 'Preferences' 16:38:11 [2019-07-19T20:38:11.721Z] DEBUG - Clicking on with mnemonic 'Preferences' 16:38:11 [2019-07-19T20:38:11.978Z] DEBUG - Clicked on with mnemonic 'Preferences' 16:38:11 [2019-07-19T20:38:11.978Z] DEBUG - matched Shell with text "Manage XML analyses ...", using matcher: of type 'Shell' 16:38:11 [2019-07-19T20:38:11.978Z] DEBUG - matched Shell with text "Manage XML analyses ...", using matcher: with text 'Manage XML analyses files' 16:38:11 [2019-07-19T20:38:11.978Z] DEBUG - matched Shell with text "Manage XML analyses ...", using matcher: (with text 'Preferences' or with text 'Manage XML analyses files') 16:38:11 [2019-07-19T20:38:11.978Z] DEBUG - matched Shell with text "Manage XML analyses ...", using matcher: (of type 'Shell' and (with text 'Preferences' or with text 'Manage XML analyses files')) 16:38:11 [2019-07-19T20:38:11.978Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Manage XML analyses files} time=200596157 data=null doit=true} to (of type 'Shell' and (with text 'Preferences' or with text 'Manage XML analyses files')) 16:38:11 [2019-07-19T20:38:11.978Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:38:11 [2019-07-19T20:38:11.978Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:38:11 [2019-07-19T20:38:11.978Z] DEBUG - Attempting to set focus on Tree with text {} 16:38:11 [2019-07-19T20:38:11.978Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Tracing} time=200596170 data=null button=0 stateMask=0x0 x=48 y=116 count=0} to TreeItem with text {Tracing} 16:38:11 [2019-07-19T20:38:11.978Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=200596170 data=null doit=true} to TreeItem with text {Tracing} 16:38:11 [2019-07-19T20:38:11.978Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=200596170 data=null} to TreeItem with text {Tracing} 16:38:11 [2019-07-19T20:38:11.978Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=200596171 data=null button=1 stateMask=0x0 x=48 y=116 count=1} to TreeItem with text {Tracing} 16:38:11 [2019-07-19T20:38:11.978Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200596171 data=null item=TreeItem {Tracing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Tracing} 16:38:12 [2019-07-19T20:38:12.235Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=200596258 data=null button=1 stateMask=0x80000 x=48 y=116 count=1} to TreeItem with text {Tracing} 16:38:12 [2019-07-19T20:38:12.235Z] WARN - Tree item TreeItem with text {Tracing} is already expanded. Won't expand it again. 16:38:12 [2019-07-19T20:38:12.235Z] DEBUG - Attempting to set focus on Tree with text {} 16:38:12 [2019-07-19T20:38:12.235Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {XML Analyses} time=200596260 data=null button=0 stateMask=0x0 x=88 y=221 count=0} to Tree node with text: XML Analyses 16:38:12 [2019-07-19T20:38:12.235Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {XML Analyses} time=200596260 data=null doit=true} to Tree node with text: XML Analyses 16:38:12 [2019-07-19T20:38:12.235Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {XML Analyses} time=200596260 data=null} to Tree node with text: XML Analyses 16:38:12 [2019-07-19T20:38:12.235Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {XML Analyses} time=200596261 data=null button=1 stateMask=0x0 x=88 y=221 count=1} to Tree node with text: XML Analyses 16:38:12 [2019-07-19T20:38:12.235Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200596261 data=null item=TreeItem {XML Analyses} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: XML Analyses 16:38:12 [2019-07-19T20:38:12.235Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {XML Analyses} time=200596263 data=null button=1 stateMask=0x80000 x=88 y=221 count=1} to Tree node with text: XML Analyses 16:38:12 [2019-07-19T20:38:12.236Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:38:12 [2019-07-19T20:38:12.236Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:38:12 [2019-07-19T20:38:12.236Z] DEBUG - Attempting to set focus on Table with text {} 16:38:12 [2019-07-19T20:38:12.236Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {test_invalid} time=200596267 data=null button=0 stateMask=0x0 x=64 y=11 count=0} to TableItem with text {test_invalid} 16:38:12 [2019-07-19T20:38:12.236Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {test_invalid} time=200596268 data=null doit=true} to TableItem with text {test_invalid} 16:38:12 [2019-07-19T20:38:12.236Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {test_invalid} time=200596268 data=null} to TableItem with text {test_invalid} 16:38:12 [2019-07-19T20:38:12.236Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {test_invalid} time=200596268 data=null button=1 stateMask=0x0 x=64 y=11 count=1} to TableItem with text {test_invalid} 16:38:12 [2019-07-19T20:38:12.236Z] 16:38:12 [2019-07-19T20:38:12.236Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 4 0 2019-07-19 20:38:12.024 16:38:12 [2019-07-19T20:38:12.236Z] !MESSAGE XML Parsing error at line 6: cvc-complex-type.2.4.a: Invalid content was found starting with element 'element'. One of '{timeGraphView, xyView, stateProvider, pattern, extra}' is expected. 16:38:12 [2019-07-19T20:38:12.236Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200596269 data=null item=TableItem {test_invalid} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {test_invalid} 16:38:12 [2019-07-19T20:38:12.236Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {test_invalid} time=200596351 data=null button=1 stateMask=0x80000 x=64 y=11 count=1} to TableItem with text {test_invalid} 16:38:12 [2019-07-19T20:38:12.236Z] DEBUG - matched Label with text "", using matcher: of type 'Label' 16:38:12 [2019-07-19T20:38:12.236Z] DEBUG - matched Label with text "", using matcher: of type 'Label' 16:38:12 [2019-07-19T20:38:12.236Z] DEBUG - matched Label with text "Invalid file", using matcher: of type 'Label' 16:38:12 [2019-07-19T20:38:12.236Z] DEBUG - matched Label with text "Invalid file", using matcher: with mnemonic 'Invalid file' 16:38:12 [2019-07-19T20:38:12.236Z] DEBUG - matched Label with text "Invalid file", using matcher: (of type 'Label' and with mnemonic 'Invalid file') 16:38:12 [2019-07-19T20:38:12.236Z] DEBUG - matched Label with text "", using matcher: of type 'Label' 16:38:12 [2019-07-19T20:38:12.236Z] DEBUG - matched Button with text "Import", using matcher: of type 'Button' 16:38:12 [2019-07-19T20:38:12.236Z] DEBUG - matched Button with text "Export", using matcher: of type 'Button' 16:38:12 [2019-07-19T20:38:12.236Z] DEBUG - matched Button with text "Edit...", using matcher: of type 'Button' 16:38:12 [2019-07-19T20:38:12.236Z] DEBUG - matched Button with text "Delete", using matcher: of type 'Button' 16:38:12 [2019-07-19T20:38:12.236Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 16:38:12 [2019-07-19T20:38:12.236Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 16:38:12 [2019-07-19T20:38:12.236Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 16:38:12 [2019-07-19T20:38:12.236Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 16:38:12 [2019-07-19T20:38:12.236Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 16:38:12 [2019-07-19T20:38:12.236Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 16:38:12 [2019-07-19T20:38:12.236Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:38:12 [2019-07-19T20:38:12.236Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 16:38:12 [2019-07-19T20:38:12.236Z] DEBUG - matched Button with text "Apply and Close", using matcher: with mnemonic 'Apply and Close' 16:38:12 [2019-07-19T20:38:12.236Z] DEBUG - matched Button with text "Apply and Close", using matcher: (with mnemonic 'Apply and Close' or with mnemonic 'OK') 16:38:12 [2019-07-19T20:38:12.236Z] DEBUG - matched Button with text "Apply and Close", using matcher: with style 'SWT.PUSH' 16:38:12 [2019-07-19T20:38:12.236Z] DEBUG - matched Button with text "Apply and Close", using matcher: (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:12 [2019-07-19T20:38:12.236Z] DEBUG - Clicking on Apply and Close 16:38:12 [2019-07-19T20:38:12.236Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Apply and Close} time=200596357 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:12 [2019-07-19T20:38:12.236Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Apply and Close} time=200596357 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:12 [2019-07-19T20:38:12.236Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Apply and Close} time=200596357 data=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:12 [2019-07-19T20:38:12.236Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Apply and Close} time=200596357 data=null} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:12 [2019-07-19T20:38:12.236Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Apply and Close} time=200596357 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:12 [2019-07-19T20:38:12.236Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Apply and Close} time=200596357 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:12 [2019-07-19T20:38:12.236Z] 16:38:12 [2019-07-19T20:38:12.236Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 4 0 2019-07-19 20:38:12.111 16:38:12 [2019-07-19T20:38:12.236Z] !MESSAGE XML Parsing error at line 6: cvc-complex-type.2.4.a: Invalid content was found starting with element 'element'. One of '{timeGraphView, xyView, stateProvider, pattern, extra}' is expected. 16:38:12 [2019-07-19T20:38:12.236Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Apply and Close} time=200596358 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:12 [2019-07-19T20:38:12.236Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Preferences} time=200595853 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Preferences' 16:38:12 [2019-07-19T20:38:12.493Z] DEBUG - Clicked on 16:38:12 [2019-07-19T20:38:12.493Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=200596504 data=null doit=true} to Shell with text {data - Eclipse Platform} 16:38:12 [2019-07-19T20:38:12.493Z] DEBUG - matched MenuItem with text "&Window", using matcher: with mnemonic 'Window' 16:38:12 [2019-07-19T20:38:12.493Z] DEBUG - matched MenuItem with text "&Preferences", using matcher: with mnemonic 'Preferences' 16:38:12 [2019-07-19T20:38:12.493Z] DEBUG - Clicking on with mnemonic 'Preferences' 16:38:12 [2019-07-19T20:38:12.750Z] DEBUG - Clicked on with mnemonic 'Preferences' 16:38:12 [2019-07-19T20:38:12.750Z] DEBUG - matched Shell with text "Manage XML analyses ...", using matcher: of type 'Shell' 16:38:12 [2019-07-19T20:38:12.750Z] DEBUG - matched Shell with text "Manage XML analyses ...", using matcher: with text 'Manage XML analyses files' 16:38:12 [2019-07-19T20:38:12.750Z] DEBUG - matched Shell with text "Manage XML analyses ...", using matcher: (with text 'Preferences' or with text 'Manage XML analyses files') 16:38:12 [2019-07-19T20:38:12.750Z] DEBUG - matched Shell with text "Manage XML analyses ...", using matcher: (of type 'Shell' and (with text 'Preferences' or with text 'Manage XML analyses files')) 16:38:12 [2019-07-19T20:38:12.750Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Manage XML analyses files} time=200596756 data=null doit=true} to (of type 'Shell' and (with text 'Preferences' or with text 'Manage XML analyses files')) 16:38:12 [2019-07-19T20:38:12.750Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' 16:38:12 [2019-07-19T20:38:12.750Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') 16:38:12 [2019-07-19T20:38:12.750Z] DEBUG - Attempting to set focus on Tree with text {} 16:38:12 [2019-07-19T20:38:12.750Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Tracing} time=200596772 data=null button=0 stateMask=0x0 x=48 y=116 count=0} to TreeItem with text {Tracing} 16:38:12 [2019-07-19T20:38:12.750Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=200596772 data=null doit=true} to TreeItem with text {Tracing} 16:38:12 [2019-07-19T20:38:12.750Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=200596773 data=null} to TreeItem with text {Tracing} 16:38:12 [2019-07-19T20:38:12.750Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=200596773 data=null button=1 stateMask=0x0 x=48 y=116 count=1} to TreeItem with text {Tracing} 16:38:12 [2019-07-19T20:38:12.750Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200596773 data=null item=TreeItem {Tracing} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Tracing} 16:38:12 [2019-07-19T20:38:12.750Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=200596863 data=null button=1 stateMask=0x80000 x=48 y=116 count=1} to TreeItem with text {Tracing} 16:38:12 [2019-07-19T20:38:12.750Z] WARN - Tree item TreeItem with text {Tracing} is already expanded. Won't expand it again. 16:38:12 [2019-07-19T20:38:12.750Z] DEBUG - Attempting to set focus on Tree with text {} 16:38:12 [2019-07-19T20:38:12.750Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {XML Analyses} time=200596865 data=null button=0 stateMask=0x0 x=88 y=221 count=0} to Tree node with text: XML Analyses 16:38:12 [2019-07-19T20:38:12.750Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {XML Analyses} time=200596865 data=null doit=true} to Tree node with text: XML Analyses 16:38:12 [2019-07-19T20:38:12.750Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {XML Analyses} time=200596865 data=null} to Tree node with text: XML Analyses 16:38:12 [2019-07-19T20:38:12.750Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {XML Analyses} time=200596865 data=null button=1 stateMask=0x0 x=88 y=221 count=1} to Tree node with text: XML Analyses 16:38:12 [2019-07-19T20:38:12.750Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=200596865 data=null item=TreeItem {XML Analyses} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: XML Analyses 16:38:12 [2019-07-19T20:38:12.750Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {XML Analyses} time=200596868 data=null button=1 stateMask=0x80000 x=88 y=221 count=1} to Tree node with text: XML Analyses 16:38:12 [2019-07-19T20:38:12.750Z] DEBUG - matched Table with text "", using matcher: of type 'Table' 16:38:12 [2019-07-19T20:38:12.750Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') 16:38:12 [2019-07-19T20:38:12.750Z] DEBUG - Attempting to set focus on (of type 'Table') 16:38:12 [2019-07-19T20:38:12.750Z] DEBUG - Attempting to set focus on (of type 'Table') 16:38:12 [2019-07-19T20:38:12.750Z] DEBUG - Selecting rows [0] in (of type 'Table') 16:38:12 [2019-07-19T20:38:12.750Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=200596872 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 16:38:12 [2019-07-19T20:38:12.750Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=200596872 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') 16:38:12 [2019-07-19T20:38:12.750Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=200596872 data=null doit=true} to (of type 'Table') 16:38:12 [2019-07-19T20:38:12.750Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=200596872 data=null} to (of type 'Table') 16:38:12 [2019-07-19T20:38:12.750Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {test_invalid} time=200596873 data=null button=1 stateMask=0x0 x=64 y=11 count=1} to (of type 'Table') 16:38:12 [2019-07-19T20:38:12.750Z] 16:38:12 [2019-07-19T20:38:12.750Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 4 0 2019-07-19 20:38:12.627 16:38:12 [2019-07-19T20:38:12.750Z] !MESSAGE XML Parsing error at line 6: cvc-complex-type.2.4.a: Invalid content was found starting with element 'element'. One of '{timeGraphView, xyView, stateProvider, pattern, extra}' is expected. 16:38:12 [2019-07-19T20:38:12.750Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=200596873 data=null item=TableItem {test_invalid} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to (of type 'Table') 16:38:12 [2019-07-19T20:38:12.750Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {test_invalid} time=200596945 data=null button=1 stateMask=0x80000 x=64 y=11 count=1} to (of type 'Table') 16:38:12 [2019-07-19T20:38:12.750Z] DEBUG - matched Button with text "Import", using matcher: of type 'Button' 16:38:12 [2019-07-19T20:38:12.750Z] DEBUG - matched Button with text "Export", using matcher: of type 'Button' 16:38:12 [2019-07-19T20:38:12.750Z] DEBUG - matched Button with text "Edit...", using matcher: of type 'Button' 16:38:12 [2019-07-19T20:38:12.750Z] DEBUG - matched Button with text "Delete", using matcher: of type 'Button' 16:38:12 [2019-07-19T20:38:12.750Z] DEBUG - matched Button with text "Delete", using matcher: with mnemonic 'Delete' 16:38:12 [2019-07-19T20:38:12.750Z] DEBUG - matched Button with text "Delete", using matcher: with style 'SWT.PUSH' 16:38:12 [2019-07-19T20:38:12.750Z] DEBUG - matched Button with text "Delete", using matcher: (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:38:12 [2019-07-19T20:38:12.750Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 16:38:12 [2019-07-19T20:38:12.750Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 16:38:12 [2019-07-19T20:38:12.750Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 16:38:12 [2019-07-19T20:38:12.750Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 16:38:12 [2019-07-19T20:38:12.750Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 16:38:12 [2019-07-19T20:38:12.750Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 16:38:12 [2019-07-19T20:38:12.750Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:38:12 [2019-07-19T20:38:12.750Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 16:38:12 [2019-07-19T20:38:12.750Z] DEBUG - Clicking on Delete 16:38:12 [2019-07-19T20:38:12.750Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Delete} time=200596948 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:38:12 [2019-07-19T20:38:12.750Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Delete} time=200596948 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:38:12 [2019-07-19T20:38:12.750Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Delete} time=200596948 data=null doit=true} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:38:12 [2019-07-19T20:38:12.750Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Delete} time=200596948 data=null} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:38:12 [2019-07-19T20:38:12.750Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Delete} time=200596949 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:38:12 [2019-07-19T20:38:12.750Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Delete} time=200596949 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:38:13 [2019-07-19T20:38:13.007Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Delete} time=200597082 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:38:13 [2019-07-19T20:38:13.007Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Delete} time=200597153 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:38:13 [2019-07-19T20:38:13.007Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Delete} time=200597154 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:38:13 [2019-07-19T20:38:13.007Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Delete} time=200597154 data=null doit=true} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:38:13 [2019-07-19T20:38:13.007Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Delete} time=200597154 data=null} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:38:13 [2019-07-19T20:38:13.007Z] DEBUG - Clicked on Delete 16:38:13 [2019-07-19T20:38:13.007Z] DEBUG - matched Shell with text "Delete XML file(s)", using matcher: with text 'Delete XML file(s)' 16:38:13 [2019-07-19T20:38:13.007Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Delete XML file(s)} time=200597155 data=null doit=true} to Shell with text {Delete XML file(s)} 16:38:13 [2019-07-19T20:38:13.007Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button' 16:38:13 [2019-07-19T20:38:13.007Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button' 16:38:13 [2019-07-19T20:38:13.007Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes' 16:38:13 [2019-07-19T20:38:13.007Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH' 16:38:13 [2019-07-19T20:38:13.007Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:38:13 [2019-07-19T20:38:13.007Z] DEBUG - Clicking on &Yes 16:38:13 [2019-07-19T20:38:13.007Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=200597156 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:38:13 [2019-07-19T20:38:13.007Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=200597156 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:38:13 [2019-07-19T20:38:13.007Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=200597156 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:38:13 [2019-07-19T20:38:13.007Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=200597159 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:38:13 [2019-07-19T20:38:13.007Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=200597159 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:38:13 [2019-07-19T20:38:13.007Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=200597159 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:38:13 [2019-07-19T20:38:13.007Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=200597159 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') 16:38:13 [2019-07-19T20:38:13.007Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Delete} time=200596949 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') 16:38:13 [2019-07-19T20:38:13.265Z] DEBUG - Clicked on 16:38:13 [2019-07-19T20:38:13.265Z] DEBUG - matched Button with text "Import", using matcher: of type 'Button' 16:38:13 [2019-07-19T20:38:13.265Z] DEBUG - matched Button with text "Export", using matcher: of type 'Button' 16:38:13 [2019-07-19T20:38:13.265Z] DEBUG - matched Button with text "Edit...", using matcher: of type 'Button' 16:38:13 [2019-07-19T20:38:13.265Z] DEBUG - matched Button with text "Delete", using matcher: of type 'Button' 16:38:13 [2019-07-19T20:38:13.265Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' 16:38:13 [2019-07-19T20:38:13.265Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' 16:38:13 [2019-07-19T20:38:13.265Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' 16:38:13 [2019-07-19T20:38:13.265Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' 16:38:13 [2019-07-19T20:38:13.265Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' 16:38:13 [2019-07-19T20:38:13.265Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' 16:38:13 [2019-07-19T20:38:13.265Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' 16:38:13 [2019-07-19T20:38:13.265Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' 16:38:13 [2019-07-19T20:38:13.265Z] DEBUG - matched Button with text "Apply and Close", using matcher: with mnemonic 'Apply and Close' 16:38:13 [2019-07-19T20:38:13.265Z] DEBUG - matched Button with text "Apply and Close", using matcher: (with mnemonic 'Apply and Close' or with mnemonic 'OK') 16:38:13 [2019-07-19T20:38:13.265Z] DEBUG - matched Button with text "Apply and Close", using matcher: with style 'SWT.PUSH' 16:38:13 [2019-07-19T20:38:13.265Z] DEBUG - matched Button with text "Apply and Close", using matcher: (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:13 [2019-07-19T20:38:13.265Z] DEBUG - Clicking on Apply and Close 16:38:13 [2019-07-19T20:38:13.265Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Apply and Close} time=200597273 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:13 [2019-07-19T20:38:13.265Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Apply and Close} time=200597273 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:13 [2019-07-19T20:38:13.265Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Apply and Close} time=200597273 data=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:13 [2019-07-19T20:38:13.265Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Apply and Close} time=200597273 data=null} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:13 [2019-07-19T20:38:13.265Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Apply and Close} time=200597273 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:13 [2019-07-19T20:38:13.265Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Apply and Close} time=200597273 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:13 [2019-07-19T20:38:13.265Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Apply and Close} time=200597273 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') 16:38:13 [2019-07-19T20:38:13.265Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Preferences} time=200596517 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Preferences' 16:38:13 [2019-07-19T20:38:13.265Z] DEBUG - Clicked on 16:38:13 [2019-07-19T20:38:13.265Z] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.203 s - in org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests.preferences.XMLAnalysesManagerPreferencePageTest 16:38:13 [2019-07-19T20:38:13.265Z] testPreferencePageMenuBar(org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests.preferences.XMLAnalysesManagerPreferencePageTest) Time elapsed: 2.281 s 16:38:13 [2019-07-19T20:38:13.265Z] testImportInvalid(org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests.preferences.XMLAnalysesManagerPreferencePageTest) Time elapsed: 1.502 s 16:38:13 [2019-07-19T20:38:13.265Z] testPreferencePageContextMenu(org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests.preferences.XMLAnalysesManagerPreferencePageTest) Time elapsed: 3.244 s 16:38:13 [2019-07-19T20:38:13.265Z] testEdit(org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests.preferences.XMLAnalysesManagerPreferencePageTest) Time elapsed: 4.802 s 16:38:13 [2019-07-19T20:38:13.265Z] testImportValid(org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests.preferences.XMLAnalysesManagerPreferencePageTest) Time elapsed: 2.473 s 16:38:13 [2019-07-19T20:38:13.265Z] testCheckButtons(org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests.preferences.XMLAnalysesManagerPreferencePageTest) Time elapsed: 2.89 s 16:38:13 [2019-07-19T20:38:13.265Z] testDelete(org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests.preferences.XMLAnalysesManagerPreferencePageTest) Time elapsed: 2.603 s 16:38:13 [2019-07-19T20:38:13.265Z] testExport(org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests.preferences.XMLAnalysesManagerPreferencePageTest) Time elapsed: 1.681 s 16:38:13 [2019-07-19T20:38:13.265Z] testInvalidLabel(org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests.preferences.XMLAnalysesManagerPreferencePageTest) Time elapsed: 1.616 s 16:38:13 [2019-07-19T20:38:13.265Z] Running org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests.timegraph.XmlTimegraphViewTest 16:38:21 [2019-07-19T20:38:21.362Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.822 s - in org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests.timegraph.XmlTimegraphViewTest 16:38:21 [2019-07-19T20:38:21.362Z] testData(org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests.timegraph.XmlTimegraphViewTest) Time elapsed: 6.797 s 16:38:21 [2019-07-19T20:38:21.362Z] 16:38:21 [2019-07-19T20:38:21.362Z] Results: 16:38:21 [2019-07-19T20:38:21.362Z] 16:38:21 [2019-07-19T20:38:21.362Z] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0 16:38:21 [2019-07-19T20:38:21.362Z] 16:38:21 [2019-07-19T20:38:21.362Z] 16:38:21 [2019-07-19T20:38:21.362Z] !ENTRY org.eclipse.core.resources 2 10035 2019-07-19 20:38:20.712 16:38:21 [2019-07-19T20:38:21.362Z] !MESSAGE The workspace will exit with unsaved changes in this session. 16:38:21 [2019-07-19T20:38:21.620Z] [INFO] All tests passed! 16:38:21 [2019-07-19T20:38:21.620Z] [INFO] 16:38:21 [2019-07-19T20:38:21.620Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests --- 16:38:21 [2019-07-19T20:38:21.620Z] [INFO] Loading execution data file /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests/../../target/jacoco.exec 16:38:21 [2019-07-19T20:38:21.620Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests' with 10 classes 16:38:21 [2019-07-19T20:38:21.620Z] [INFO] 16:38:21 [2019-07-19T20:38:21.620Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests --- 16:38:21 [2019-07-19T20:38:21.620Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests/target/org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests-1.0.8-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests/1.0.8-SNAPSHOT/org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests-1.0.8-SNAPSHOT.jar 16:38:21 [2019-07-19T20:38:21.620Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests/1.0.8-SNAPSHOT/org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests-1.0.8-SNAPSHOT.pom 16:38:21 [2019-07-19T20:38:21.620Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests/target/org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests-1.0.8-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests/1.0.8-SNAPSHOT/org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests-1.0.8-SNAPSHOT-sources.jar 16:38:21 [2019-07-19T20:38:21.620Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests/target/org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests-1.0.8-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests/1.0.8-SNAPSHOT/org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests-1.0.8-SNAPSHOT-pack200.jar.pack.gz 16:38:21 [2019-07-19T20:38:21.620Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests/1.0.8-SNAPSHOT/org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests-1.0.8-SNAPSHOT-p2metadata.xml 16:38:21 [2019-07-19T20:38:21.620Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests/1.0.8-SNAPSHOT/org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests-1.0.8-SNAPSHOT-p2artifacts.xml 16:38:21 [2019-07-19T20:38:21.620Z] [INFO] 16:38:21 [2019-07-19T20:38:21.620Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests --- 16:38:21 [2019-07-19T20:38:21.620Z] [INFO] 16:38:21 [2019-07-19T20:38:21.620Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.analysis.xml.ui.tests >-- 16:38:21 [2019-07-19T20:38:21.620Z] [INFO] Building org.eclipse.tracecompass.tmf.analysis.xml.ui.tests 1.0.2-SNAPSHOT [126/134] 16:38:21 [2019-07-19T20:38:21.620Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- 16:38:21 [2019-07-19T20:38:21.879Z] [INFO] 16:38:21 [2019-07-19T20:38:21.879Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.tmf.analysis.xml.ui.tests --- 16:38:21 [2019-07-19T20:38:21.879Z] [INFO] 16:38:21 [2019-07-19T20:38:21.879Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.tmf.analysis.xml.ui.tests --- 16:38:21 [2019-07-19T20:38:21.879Z] [INFO] The project's OSGi version is 1.0.2.201907191907 16:38:21 [2019-07-19T20:38:21.879Z] [INFO] 16:38:21 [2019-07-19T20:38:21.879Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.tmf.analysis.xml.ui.tests --- 16:38:21 [2019-07-19T20:38:21.879Z] [INFO] 16:38:21 [2019-07-19T20:38:21.879Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.tmf.analysis.xml.ui.tests --- 16:38:21 [2019-07-19T20:38:21.879Z] [INFO] 16:38:21 [2019-07-19T20:38:21.879Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.tmf.analysis.xml.ui.tests --- 16:38:21 [2019-07-19T20:38:21.879Z] [INFO] 16:38:21 [2019-07-19T20:38:21.879Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.tmf.analysis.xml.ui.tests --- 16:38:21 [2019-07-19T20:38:21.879Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 16:38:21 [2019-07-19T20:38:21.879Z] [INFO] 16:38:21 [2019-07-19T20:38:21.879Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.tmf.analysis.xml.ui.tests --- 16:38:21 [2019-07-19T20:38:21.879Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:38:21 [2019-07-19T20:38:21.879Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.tests/src/main/resources 16:38:21 [2019-07-19T20:38:21.879Z] [INFO] 16:38:21 [2019-07-19T20:38:21.879Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.tmf.analysis.xml.ui.tests --- 16:38:21 [2019-07-19T20:38:21.879Z] [INFO] Compiling 3 source files to /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.tests/target/classes 16:38:22 [2019-07-19T20:38:22.183Z] [INFO] 16:38:22 [2019-07-19T20:38:22.183Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.tmf.analysis.xml.ui.tests --- 16:38:22 [2019-07-19T20:38:22.183Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:38:22 [2019-07-19T20:38:22.183Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.tests/src/test/resources 16:38:22 [2019-07-19T20:38:22.183Z] [INFO] 16:38:22 [2019-07-19T20:38:22.183Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.tmf.analysis.xml.ui.tests --- 16:38:22 [2019-07-19T20:38:22.183Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.tests/target/org.eclipse.tracecompass.tmf.analysis.xml.ui.tests-1.0.2-SNAPSHOT-sources.jar 16:38:22 [2019-07-19T20:38:22.183Z] [INFO] 16:38:22 [2019-07-19T20:38:22.183Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.tmf.analysis.xml.ui.tests --- 16:38:22 [2019-07-19T20:38:22.183Z] [INFO] 16:38:22 [2019-07-19T20:38:22.183Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.tmf.analysis.xml.ui.tests --- 16:38:22 [2019-07-19T20:38:22.183Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.tests/target/org.eclipse.tracecompass.tmf.analysis.xml.ui.tests-1.0.2-SNAPSHOT.jar 16:38:22 [2019-07-19T20:38:22.183Z] [INFO] 16:38:22 [2019-07-19T20:38:22.183Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.tmf.analysis.xml.ui.tests --- 16:38:22 [2019-07-19T20:38:22.183Z] [INFO] 16:38:22 [2019-07-19T20:38:22.183Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.tmf.analysis.xml.ui.tests --- 16:38:22 [2019-07-19T20:38:22.183Z] [INFO] 16:38:22 [2019-07-19T20:38:22.183Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.tmf.analysis.xml.ui.tests --- 16:38:22 [2019-07-19T20:38:22.183Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.tests/target/org.eclipse.tracecompass.tmf.analysis.xml.ui.tests-1.0.2-SNAPSHOT.jar 16:38:22 [2019-07-19T20:38:22.183Z] [INFO] 16:38:22 [2019-07-19T20:38:22.183Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.tmf.analysis.xml.ui.tests --- 16:38:22 [2019-07-19T20:38:22.183Z] [INFO] 16:38:22 [2019-07-19T20:38:22.183Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.tmf.analysis.xml.ui.tests --- 16:38:24 [2019-07-19T20:38:24.089Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.tests/target/work/data/.metadata/.log 16:38:24 [2019-07-19T20:38:24.089Z] [INFO] Command line: 16:38:24 [2019-07-19T20:38:24.089Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog] 16:38:24 [2019-07-19T20:38:24.089Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass 16:38:28 [2019-07-19T20:38:28.262Z] !SESSION 2019-07-19 20:38:24.206 ----------------------------------------------- 16:38:28 [2019-07-19T20:38:28.262Z] eclipse.buildId=unknown 16:38:28 [2019-07-19T20:38:28.262Z] java.version=1.8.0_202 16:38:28 [2019-07-19T20:38:28.262Z] java.vendor=Oracle Corporation 16:38:28 [2019-07-19T20:38:28.262Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US 16:38:28 [2019-07-19T20:38:28.262Z] Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.tests/target/surefire.properties -product org.eclipse.platform.ide 16:38:28 [2019-07-19T20:38:28.262Z] Command-line arguments: -data /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog 16:38:28 [2019-07-19T20:38:28.262Z] 16:38:28 [2019-07-19T20:38:28.262Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-19 20:38:27.516 16:38:28 [2019-07-19T20:38:28.262Z] !MESSAGE FrameworkEvent ERROR 16:38:28 [2019-07-19T20:38:28.262Z] !STACK 0 16:38:28 [2019-07-19T20:38:28.262Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [65] 16:38:28 [2019-07-19T20:38:28.262Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 16:38:28 [2019-07-19T20:38:28.262Z] 16:38:28 [2019-07-19T20:38:28.262Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 16:38:28 [2019-07-19T20:38:28.262Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 16:38:28 [2019-07-19T20:38:28.262Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 16:38:28 [2019-07-19T20:38:28.262Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 16:38:28 [2019-07-19T20:38:28.262Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 16:38:28 [2019-07-19T20:38:28.262Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 16:38:28 [2019-07-19T20:38:28.262Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 16:38:28 [2019-07-19T20:38:28.262Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 16:38:28 [2019-07-19T20:38:28.262Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 16:38:28 [2019-07-19T20:38:28.262Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 16:38:28 [2019-07-19T20:38:28.262Z] 16:38:28 [2019-07-19T20:38:28.262Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-19 20:38:27.710 16:38:28 [2019-07-19T20:38:28.262Z] !MESSAGE FrameworkEvent ERROR 16:38:28 [2019-07-19T20:38:28.262Z] !STACK 0 16:38:28 [2019-07-19T20:38:28.262Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [134] 16:38:28 [2019-07-19T20:38:28.262Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 16:38:28 [2019-07-19T20:38:28.262Z] Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)" 16:38:28 [2019-07-19T20:38:28.262Z] -> Export-Package: org.apache.http.impl.auth.win; bundle-symbolic-name="org.apache.httpcomponents.httpclient.win"; bundle-version="4.5.6.v20190213-1947"; version="4.5.6"; x-internal:="true"; uses:="org.apache.http,org.apache.http.auth,org.apache.http.client,org.apache.http.impl.auth,org.apache.http.protocol,org.apache.http.util" 16:38:28 [2019-07-19T20:38:28.262Z] org.apache.httpcomponents.httpclient.win [36] 16:38:28 [2019-07-19T20:38:28.262Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 16:38:28 [2019-07-19T20:38:28.262Z] 16:38:28 [2019-07-19T20:38:28.262Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 16:38:28 [2019-07-19T20:38:28.262Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 16:38:28 [2019-07-19T20:38:28.262Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 16:38:28 [2019-07-19T20:38:28.262Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 16:38:28 [2019-07-19T20:38:28.262Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 16:38:28 [2019-07-19T20:38:28.262Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 16:38:28 [2019-07-19T20:38:28.262Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 16:38:28 [2019-07-19T20:38:28.262Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 16:38:28 [2019-07-19T20:38:28.262Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 16:38:28 [2019-07-19T20:38:28.262Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 16:38:30 [2019-07-19T20:38:30.155Z] process 19808: D-Bus library appears to be incorrectly set up; failed to read machine uuid: UUID file '/etc/machine-id' should contain a hex string of length 32, not length 0, with no other text 16:38:30 [2019-07-19T20:38:30.155Z] See the manual page for dbus-uuidgen to correct this issue. 16:38:30 [2019-07-19T20:38:30.412Z] SWT SessionManagerDBus: Failed to connect to org.gnome.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory) 16:38:30 [2019-07-19T20:38:30.412Z] SWT SessionManagerDBus: Failed to connect to org.xfce.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory) 16:38:42 [2019-07-19T20:38:42.595Z] Running org.eclipse.tracecompass.tmf.analysis.xml.ui.tests.XmlAnalysisUiPluginTest 16:38:42 [2019-07-19T20:38:42.595Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s - in org.eclipse.tracecompass.tmf.analysis.xml.ui.tests.XmlAnalysisUiPluginTest 16:38:42 [2019-07-19T20:38:42.595Z] testTmfCorePluginId(org.eclipse.tracecompass.tmf.analysis.xml.ui.tests.XmlAnalysisUiPluginTest) Time elapsed: 0.001 s 16:38:42 [2019-07-19T20:38:42.595Z] testGetDefault(org.eclipse.tracecompass.tmf.analysis.xml.ui.tests.XmlAnalysisUiPluginTest) Time elapsed: 0 s 16:38:42 [2019-07-19T20:38:42.595Z] Running org.eclipse.tracecompass.tmf.analysis.xml.ui.tests.module.XmlAnalysisOutputSourceTest 16:38:42 [2019-07-19T20:38:42.595Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.11 s - in org.eclipse.tracecompass.tmf.analysis.xml.ui.tests.module.XmlAnalysisOutputSourceTest 16:38:42 [2019-07-19T20:38:42.595Z] testBuiltinOutput(org.eclipse.tracecompass.tmf.analysis.xml.ui.tests.module.XmlAnalysisOutputSourceTest) Time elapsed: 1.11 s 16:38:42 [2019-07-19T20:38:42.595Z] 16:38:42 [2019-07-19T20:38:42.595Z] Results: 16:38:42 [2019-07-19T20:38:42.595Z] 16:38:42 [2019-07-19T20:38:42.595Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 16:38:42 [2019-07-19T20:38:42.595Z] 16:38:42 [2019-07-19T20:38:42.595Z] 16:38:42 [2019-07-19T20:38:42.595Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 0 2019-07-19 20:38:42.089 16:38:42 [2019-07-19T20:38:42.595Z] !MESSAGE Unexpected error executing analysis with trace 16:38:42 [2019-07-19T20:38:42.595Z] !STACK 0 16:38:42 [2019-07-19T20:38:42.595Z] java.lang.NullPointerException 16:38:42 [2019-07-19T20:38:42.595Z] at java.io.File.<init>(File.java:277) 16:38:42 [2019-07-19T20:38:42.595Z] at org.eclipse.tracecompass.tmf.core.statesystem.TmfStateSystemAnalysisModule.loadInitialState(TmfStateSystemAnalysisModule.java:578) 16:38:42 [2019-07-19T20:38:42.595Z] at org.eclipse.tracecompass.tmf.core.statesystem.TmfStateSystemAnalysisModule.build(TmfStateSystemAnalysisModule.java:526) 16:38:42 [2019-07-19T20:38:42.595Z] at org.eclipse.tracecompass.tmf.core.statesystem.TmfStateSystemAnalysisModule.createFullHistory(TmfStateSystemAnalysisModule.java:374) 16:38:42 [2019-07-19T20:38:42.595Z] at org.eclipse.tracecompass.tmf.core.statesystem.TmfStateSystemAnalysisModule.executeAnalysis(TmfStateSystemAnalysisModule.java:280) 16:38:42 [2019-07-19T20:38:42.595Z] at org.eclipse.tracecompass.tmf.core.analysis.TmfAbstractAnalysisModule$1.run(TmfAbstractAnalysisModule.java:393) 16:38:42 [2019-07-19T20:38:42.595Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) 16:38:42 [2019-07-19T20:38:42.595Z] 16:38:42 [2019-07-19T20:38:42.595Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 0 2019-07-19 20:38:42.089 16:38:42 [2019-07-19T20:38:42.595Z] !MESSAGE Unexpected error executing analysis with trace 16:38:42 [2019-07-19T20:38:42.595Z] !STACK 0 16:38:42 [2019-07-19T20:38:42.595Z] java.lang.NullPointerException 16:38:42 [2019-07-19T20:38:42.595Z] at java.io.File.<init>(File.java:277) 16:38:42 [2019-07-19T20:38:42.595Z] at org.eclipse.tracecompass.tmf.core.statesystem.TmfStateSystemAnalysisModule.loadInitialState(TmfStateSystemAnalysisModule.java:578) 16:38:42 [2019-07-19T20:38:42.595Z] at org.eclipse.tracecompass.tmf.core.statesystem.TmfStateSystemAnalysisModule.build(TmfStateSystemAnalysisModule.java:526) 16:38:42 [2019-07-19T20:38:42.595Z] at org.eclipse.tracecompass.tmf.core.statesystem.TmfStateSystemAnalysisModule.createFullHistory(TmfStateSystemAnalysisModule.java:374) 16:38:42 [2019-07-19T20:38:42.595Z] at org.eclipse.tracecompass.tmf.core.statesystem.TmfStateSystemAnalysisModule.executeAnalysis(TmfStateSystemAnalysisModule.java:280) 16:38:42 [2019-07-19T20:38:42.595Z] at org.eclipse.tracecompass.tmf.core.analysis.TmfAbstractAnalysisModule$1.run(TmfAbstractAnalysisModule.java:393) 16:38:42 [2019-07-19T20:38:42.595Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) 16:38:42 [2019-07-19T20:38:42.595Z] 16:38:42 [2019-07-19T20:38:42.595Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 0 2019-07-19 20:38:42.098 16:38:42 [2019-07-19T20:38:42.595Z] !MESSAGE Exception executing analysis 16:38:42 [2019-07-19T20:38:42.595Z] !STACK 0 16:38:42 [2019-07-19T20:38:42.595Z] java.lang.NullPointerException 16:38:42 [2019-07-19T20:38:42.595Z] at java.io.File.<init>(File.java:277) 16:38:42 [2019-07-19T20:38:42.595Z] at org.eclipse.tracecompass.tmf.core.statesystem.TmfStateSystemAnalysisModule.loadInitialState(TmfStateSystemAnalysisModule.java:578) 16:38:42 [2019-07-19T20:38:42.595Z] at org.eclipse.tracecompass.tmf.core.statesystem.TmfStateSystemAnalysisModule.build(TmfStateSystemAnalysisModule.java:526) 16:38:42 [2019-07-19T20:38:42.595Z] at org.eclipse.tracecompass.tmf.core.statesystem.TmfStateSystemAnalysisModule.createFullHistory(TmfStateSystemAnalysisModule.java:374) 16:38:42 [2019-07-19T20:38:42.595Z] at org.eclipse.tracecompass.tmf.core.statesystem.TmfStateSystemAnalysisModule.executeAnalysis(TmfStateSystemAnalysisModule.java:280) 16:38:42 [2019-07-19T20:38:42.595Z] at org.eclipse.tracecompass.tmf.core.analysis.TmfAbstractAnalysisModule$1.run(TmfAbstractAnalysisModule.java:393) 16:38:42 [2019-07-19T20:38:42.595Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) 16:38:42 [2019-07-19T20:38:42.595Z] 16:38:42 [2019-07-19T20:38:42.595Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 0 2019-07-19 20:38:42.099 16:38:42 [2019-07-19T20:38:42.595Z] !MESSAGE Exception executing analysis 16:38:42 [2019-07-19T20:38:42.595Z] !STACK 0 16:38:42 [2019-07-19T20:38:42.595Z] java.lang.NullPointerException 16:38:42 [2019-07-19T20:38:42.595Z] at java.io.File.<init>(File.java:277) 16:38:42 [2019-07-19T20:38:42.595Z] at org.eclipse.tracecompass.tmf.core.statesystem.TmfStateSystemAnalysisModule.loadInitialState(TmfStateSystemAnalysisModule.java:578) 16:38:42 [2019-07-19T20:38:42.595Z] at org.eclipse.tracecompass.tmf.core.statesystem.TmfStateSystemAnalysisModule.build(TmfStateSystemAnalysisModule.java:526) 16:38:42 [2019-07-19T20:38:42.595Z] at org.eclipse.tracecompass.tmf.core.statesystem.TmfStateSystemAnalysisModule.createFullHistory(TmfStateSystemAnalysisModule.java:374) 16:38:42 [2019-07-19T20:38:42.595Z] at org.eclipse.tracecompass.tmf.core.statesystem.TmfStateSystemAnalysisModule.executeAnalysis(TmfStateSystemAnalysisModule.java:280) 16:38:42 [2019-07-19T20:38:42.595Z] at org.eclipse.tracecompass.tmf.core.analysis.TmfAbstractAnalysisModule$1.run(TmfAbstractAnalysisModule.java:393) 16:38:42 [2019-07-19T20:38:42.595Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) 16:38:45 [2019-07-19T20:38:45.117Z] [INFO] All tests passed! 16:38:45 [2019-07-19T20:38:45.117Z] [INFO] 16:38:45 [2019-07-19T20:38:45.117Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.tmf.analysis.xml.ui.tests --- 16:38:45 [2019-07-19T20:38:45.117Z] [INFO] Loading execution data file /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.tests/../../target/jacoco.exec 16:38:45 [2019-07-19T20:38:45.117Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.analysis.xml.ui.tests' with 3 classes 16:38:45 [2019-07-19T20:38:45.117Z] [INFO] 16:38:45 [2019-07-19T20:38:45.117Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.tmf.analysis.xml.ui.tests --- 16:38:45 [2019-07-19T20:38:45.117Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.tests/target/org.eclipse.tracecompass.tmf.analysis.xml.ui.tests-1.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.analysis.xml.ui.tests/1.0.2-SNAPSHOT/org.eclipse.tracecompass.tmf.analysis.xml.ui.tests-1.0.2-SNAPSHOT.jar 16:38:45 [2019-07-19T20:38:45.117Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.tests/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.analysis.xml.ui.tests/1.0.2-SNAPSHOT/org.eclipse.tracecompass.tmf.analysis.xml.ui.tests-1.0.2-SNAPSHOT.pom 16:38:45 [2019-07-19T20:38:45.117Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.tests/target/org.eclipse.tracecompass.tmf.analysis.xml.ui.tests-1.0.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.analysis.xml.ui.tests/1.0.2-SNAPSHOT/org.eclipse.tracecompass.tmf.analysis.xml.ui.tests-1.0.2-SNAPSHOT-sources.jar 16:38:45 [2019-07-19T20:38:45.117Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.tests/target/org.eclipse.tracecompass.tmf.analysis.xml.ui.tests-1.0.2-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.analysis.xml.ui.tests/1.0.2-SNAPSHOT/org.eclipse.tracecompass.tmf.analysis.xml.ui.tests-1.0.2-SNAPSHOT-pack200.jar.pack.gz 16:38:45 [2019-07-19T20:38:45.117Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.analysis.xml.ui.tests/1.0.2-SNAPSHOT/org.eclipse.tracecompass.tmf.analysis.xml.ui.tests-1.0.2-SNAPSHOT-p2metadata.xml 16:38:45 [2019-07-19T20:38:45.117Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.analysis.xml.ui.tests/1.0.2-SNAPSHOT/org.eclipse.tracecompass.tmf.analysis.xml.ui.tests-1.0.2-SNAPSHOT-p2artifacts.xml 16:38:45 [2019-07-19T20:38:45.117Z] [INFO] 16:38:45 [2019-07-19T20:38:45.117Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.tmf.analysis.xml.ui.tests --- 16:38:45 [2019-07-19T20:38:45.117Z] [INFO] 16:38:45 [2019-07-19T20:38:45.117Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.chart.ui.tests >-- 16:38:45 [2019-07-19T20:38:45.117Z] [INFO] Building org.eclipse.tracecompass.tmf.chart.ui.tests 1.0.0-SNAPSHOT [127/134] 16:38:45 [2019-07-19T20:38:45.117Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- 16:38:45 [2019-07-19T20:38:45.117Z] [INFO] 16:38:45 [2019-07-19T20:38:45.117Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.tmf.chart.ui.tests --- 16:38:45 [2019-07-19T20:38:45.117Z] [INFO] 16:38:45 [2019-07-19T20:38:45.117Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.tmf.chart.ui.tests --- 16:38:45 [2019-07-19T20:38:45.117Z] [INFO] The project's OSGi version is 1.0.0.201907191907 16:38:45 [2019-07-19T20:38:45.117Z] [INFO] 16:38:45 [2019-07-19T20:38:45.117Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.tmf.chart.ui.tests --- 16:38:45 [2019-07-19T20:38:45.117Z] [INFO] 16:38:45 [2019-07-19T20:38:45.117Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.tmf.chart.ui.tests --- 16:38:45 [2019-07-19T20:38:45.117Z] [INFO] 16:38:45 [2019-07-19T20:38:45.117Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.tmf.chart.ui.tests --- 16:38:45 [2019-07-19T20:38:45.117Z] [INFO] 16:38:45 [2019-07-19T20:38:45.117Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.tmf.chart.ui.tests --- 16:38:45 [2019-07-19T20:38:45.117Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 16:38:45 [2019-07-19T20:38:45.117Z] [INFO] 16:38:45 [2019-07-19T20:38:45.117Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.tmf.chart.ui.tests --- 16:38:45 [2019-07-19T20:38:45.117Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:38:45 [2019-07-19T20:38:45.117Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui.tests/src/main/resources 16:38:45 [2019-07-19T20:38:45.117Z] [INFO] 16:38:45 [2019-07-19T20:38:45.117Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.tmf.chart.ui.tests --- 16:38:45 [2019-07-19T20:38:45.117Z] [INFO] Compiling 2 source files to /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui.tests/target/classes 16:38:45 [2019-07-19T20:38:45.117Z] [INFO] 16:38:45 [2019-07-19T20:38:45.117Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.tmf.chart.ui.tests --- 16:38:45 [2019-07-19T20:38:45.117Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:38:45 [2019-07-19T20:38:45.117Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui.tests/src/test/resources 16:38:45 [2019-07-19T20:38:45.117Z] [INFO] 16:38:45 [2019-07-19T20:38:45.117Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.tmf.chart.ui.tests --- 16:38:45 [2019-07-19T20:38:45.117Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui.tests/target/org.eclipse.tracecompass.tmf.chart.ui.tests-1.0.0-SNAPSHOT-sources.jar 16:38:45 [2019-07-19T20:38:45.117Z] [INFO] 16:38:45 [2019-07-19T20:38:45.117Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.tmf.chart.ui.tests --- 16:38:45 [2019-07-19T20:38:45.117Z] [INFO] 16:38:45 [2019-07-19T20:38:45.117Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.tmf.chart.ui.tests --- 16:38:45 [2019-07-19T20:38:45.117Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui.tests/target/org.eclipse.tracecompass.tmf.chart.ui.tests-1.0.0-SNAPSHOT.jar 16:38:45 [2019-07-19T20:38:45.117Z] [INFO] 16:38:45 [2019-07-19T20:38:45.117Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.tmf.chart.ui.tests --- 16:38:45 [2019-07-19T20:38:45.117Z] [INFO] 16:38:45 [2019-07-19T20:38:45.117Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.tmf.chart.ui.tests --- 16:38:45 [2019-07-19T20:38:45.117Z] [INFO] 16:38:45 [2019-07-19T20:38:45.117Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.tmf.chart.ui.tests --- 16:38:45 [2019-07-19T20:38:45.117Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui.tests/target/org.eclipse.tracecompass.tmf.chart.ui.tests-1.0.0-SNAPSHOT.jar 16:38:45 [2019-07-19T20:38:45.117Z] [INFO] 16:38:45 [2019-07-19T20:38:45.117Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.tmf.chart.ui.tests --- 16:38:45 [2019-07-19T20:38:45.117Z] [INFO] 16:38:45 [2019-07-19T20:38:45.117Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.tmf.chart.ui.tests --- 16:38:47 [2019-07-19T20:38:47.011Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui.tests/target/work/data/.metadata/.log 16:38:47 [2019-07-19T20:38:47.011Z] [INFO] Command line: 16:38:47 [2019-07-19T20:38:47.011Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog] 16:38:47 [2019-07-19T20:38:47.011Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass 16:38:50 [2019-07-19T20:38:50.283Z] !SESSION 2019-07-19 20:38:47.073 ----------------------------------------------- 16:38:50 [2019-07-19T20:38:50.283Z] eclipse.buildId=unknown 16:38:50 [2019-07-19T20:38:50.283Z] java.version=1.8.0_202 16:38:50 [2019-07-19T20:38:50.283Z] java.vendor=Oracle Corporation 16:38:50 [2019-07-19T20:38:50.283Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US 16:38:50 [2019-07-19T20:38:50.283Z] Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui.tests/target/surefire.properties -product org.eclipse.platform.ide 16:38:50 [2019-07-19T20:38:50.283Z] Command-line arguments: -data /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog 16:38:50 [2019-07-19T20:38:50.283Z] 16:38:50 [2019-07-19T20:38:50.283Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-19 20:38:50.183 16:38:50 [2019-07-19T20:38:50.283Z] !MESSAGE FrameworkEvent ERROR 16:38:50 [2019-07-19T20:38:50.283Z] !STACK 0 16:38:50 [2019-07-19T20:38:50.283Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [65] 16:38:50 [2019-07-19T20:38:50.283Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 16:38:50 [2019-07-19T20:38:50.283Z] 16:38:50 [2019-07-19T20:38:50.283Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 16:38:50 [2019-07-19T20:38:50.283Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 16:38:50 [2019-07-19T20:38:50.283Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 16:38:50 [2019-07-19T20:38:50.283Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 16:38:50 [2019-07-19T20:38:50.283Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 16:38:50 [2019-07-19T20:38:50.283Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 16:38:50 [2019-07-19T20:38:50.283Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 16:38:50 [2019-07-19T20:38:50.283Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 16:38:50 [2019-07-19T20:38:50.283Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 16:38:50 [2019-07-19T20:38:50.283Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 16:38:50 [2019-07-19T20:38:50.540Z] 16:38:50 [2019-07-19T20:38:50.540Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-19 20:38:50.377 16:38:50 [2019-07-19T20:38:50.540Z] !MESSAGE FrameworkEvent ERROR 16:38:50 [2019-07-19T20:38:50.540Z] !STACK 0 16:38:50 [2019-07-19T20:38:50.540Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [134] 16:38:50 [2019-07-19T20:38:50.540Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 16:38:50 [2019-07-19T20:38:50.540Z] Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)" 16:38:50 [2019-07-19T20:38:50.540Z] -> Export-Package: org.apache.http.impl.auth.win; bundle-symbolic-name="org.apache.httpcomponents.httpclient.win"; bundle-version="4.5.6.v20190213-1947"; version="4.5.6"; x-internal:="true"; uses:="org.apache.http,org.apache.http.auth,org.apache.http.client,org.apache.http.impl.auth,org.apache.http.protocol,org.apache.http.util" 16:38:50 [2019-07-19T20:38:50.540Z] org.apache.httpcomponents.httpclient.win [36] 16:38:50 [2019-07-19T20:38:50.540Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 16:38:50 [2019-07-19T20:38:50.540Z] 16:38:50 [2019-07-19T20:38:50.540Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 16:38:50 [2019-07-19T20:38:50.540Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 16:38:50 [2019-07-19T20:38:50.540Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 16:38:50 [2019-07-19T20:38:50.540Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 16:38:50 [2019-07-19T20:38:50.540Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 16:38:50 [2019-07-19T20:38:50.540Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 16:38:50 [2019-07-19T20:38:50.540Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 16:38:50 [2019-07-19T20:38:50.540Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 16:38:50 [2019-07-19T20:38:50.540Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 16:38:50 [2019-07-19T20:38:50.540Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 16:38:52 [2019-07-19T20:38:52.512Z] process 19882: D-Bus library appears to be incorrectly set up; failed to read machine uuid: UUID file '/etc/machine-id' should contain a hex string of length 32, not length 0, with no other text 16:38:52 [2019-07-19T20:38:52.512Z] See the manual page for dbus-uuidgen to correct this issue. 16:38:53 [2019-07-19T20:38:53.076Z] SWT SessionManagerDBus: Failed to connect to org.gnome.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory) 16:38:53 [2019-07-19T20:38:53.076Z] SWT SessionManagerDBus: Failed to connect to org.xfce.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory) 16:39:03 [2019-07-19T20:39:03.031Z] Running org.eclipse.tracecompass.tmf.chart.ui.tests.data.ChartRangeTest 16:39:03 [2019-07-19T20:39:03.031Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in org.eclipse.tracecompass.tmf.chart.ui.tests.data.ChartRangeTest 16:39:03 [2019-07-19T20:39:03.031Z] testClamp(org.eclipse.tracecompass.tmf.chart.ui.tests.data.ChartRangeTest) Time elapsed: 0.004 s 16:39:03 [2019-07-19T20:39:03.031Z] testInvalidConstructor(org.eclipse.tracecompass.tmf.chart.ui.tests.data.ChartRangeTest) Time elapsed: 0 s 16:39:03 [2019-07-19T20:39:03.031Z] testConstructor(org.eclipse.tracecompass.tmf.chart.ui.tests.data.ChartRangeTest) Time elapsed: 0.001 s 16:39:03 [2019-07-19T20:39:03.031Z] testDefaultConstructor(org.eclipse.tracecompass.tmf.chart.ui.tests.data.ChartRangeTest) Time elapsed: 0 s 16:39:03 [2019-07-19T20:39:03.031Z] 16:39:03 [2019-07-19T20:39:03.031Z] Results: 16:39:03 [2019-07-19T20:39:03.031Z] 16:39:03 [2019-07-19T20:39:03.031Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 16:39:03 [2019-07-19T20:39:03.031Z] 16:39:04 [2019-07-19T20:39:04.927Z] [INFO] All tests passed! 16:39:04 [2019-07-19T20:39:04.927Z] [INFO] 16:39:04 [2019-07-19T20:39:04.927Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.tmf.chart.ui.tests --- 16:39:04 [2019-07-19T20:39:04.927Z] [INFO] Loading execution data file /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui.tests/../../target/jacoco.exec 16:39:04 [2019-07-19T20:39:04.927Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.chart.ui.tests' with 2 classes 16:39:04 [2019-07-19T20:39:04.927Z] [INFO] 16:39:04 [2019-07-19T20:39:04.927Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.tmf.chart.ui.tests --- 16:39:04 [2019-07-19T20:39:04.927Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui.tests/target/org.eclipse.tracecompass.tmf.chart.ui.tests-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.chart.ui.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.tmf.chart.ui.tests-1.0.0-SNAPSHOT.jar 16:39:04 [2019-07-19T20:39:04.927Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui.tests/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.chart.ui.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.tmf.chart.ui.tests-1.0.0-SNAPSHOT.pom 16:39:04 [2019-07-19T20:39:04.927Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui.tests/target/org.eclipse.tracecompass.tmf.chart.ui.tests-1.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.chart.ui.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.tmf.chart.ui.tests-1.0.0-SNAPSHOT-sources.jar 16:39:04 [2019-07-19T20:39:04.927Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui.tests/target/org.eclipse.tracecompass.tmf.chart.ui.tests-1.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.chart.ui.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.tmf.chart.ui.tests-1.0.0-SNAPSHOT-pack200.jar.pack.gz 16:39:04 [2019-07-19T20:39:04.927Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.chart.ui.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.tmf.chart.ui.tests-1.0.0-SNAPSHOT-p2metadata.xml 16:39:04 [2019-07-19T20:39:04.927Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.chart.ui.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.tmf.chart.ui.tests-1.0.0-SNAPSHOT-p2artifacts.xml 16:39:04 [2019-07-19T20:39:04.927Z] [INFO] 16:39:04 [2019-07-19T20:39:04.927Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.tmf.chart.ui.tests --- 16:39:04 [2019-07-19T20:39:04.927Z] [INFO] 16:39:04 [2019-07-19T20:39:04.927Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests >-- 16:39:04 [2019-07-19T20:39:04.927Z] [INFO] Building org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests 1.0.6-SNAPSHOT [128/134] 16:39:04 [2019-07-19T20:39:04.927Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- 16:39:04 [2019-07-19T20:39:04.927Z] [INFO] 16:39:04 [2019-07-19T20:39:04.927Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests --- 16:39:04 [2019-07-19T20:39:04.927Z] [INFO] 16:39:04 [2019-07-19T20:39:04.927Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests --- 16:39:04 [2019-07-19T20:39:04.927Z] [INFO] The project's OSGi version is 1.0.6.201907191907 16:39:04 [2019-07-19T20:39:04.927Z] [INFO] 16:39:04 [2019-07-19T20:39:04.927Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests --- 16:39:04 [2019-07-19T20:39:04.927Z] [INFO] 16:39:04 [2019-07-19T20:39:04.927Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests --- 16:39:04 [2019-07-19T20:39:04.927Z] [INFO] 16:39:04 [2019-07-19T20:39:04.927Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests --- 16:39:04 [2019-07-19T20:39:04.927Z] [INFO] 16:39:04 [2019-07-19T20:39:04.927Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests --- 16:39:04 [2019-07-19T20:39:04.927Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 16:39:04 [2019-07-19T20:39:04.927Z] [INFO] 16:39:04 [2019-07-19T20:39:04.927Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests --- 16:39:04 [2019-07-19T20:39:04.927Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:39:04 [2019-07-19T20:39:04.927Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests/src/main/resources 16:39:04 [2019-07-19T20:39:04.927Z] [INFO] 16:39:04 [2019-07-19T20:39:04.927Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests --- 16:39:04 [2019-07-19T20:39:04.927Z] [INFO] Compiling 2 source files to /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests/target/classes 16:39:05 [2019-07-19T20:39:05.184Z] [INFO] 16:39:05 [2019-07-19T20:39:05.184Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests --- 16:39:05 [2019-07-19T20:39:05.184Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:39:05 [2019-07-19T20:39:05.184Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests/src/test/resources 16:39:05 [2019-07-19T20:39:05.184Z] [INFO] 16:39:05 [2019-07-19T20:39:05.184Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests --- 16:39:05 [2019-07-19T20:39:05.184Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests/target/org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests-1.0.6-SNAPSHOT-sources.jar 16:39:05 [2019-07-19T20:39:05.184Z] [INFO] 16:39:05 [2019-07-19T20:39:05.184Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests --- 16:39:05 [2019-07-19T20:39:05.184Z] [INFO] 16:39:05 [2019-07-19T20:39:05.184Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests --- 16:39:05 [2019-07-19T20:39:05.184Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests/target/org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests-1.0.6-SNAPSHOT.jar 16:39:05 [2019-07-19T20:39:05.184Z] [INFO] 16:39:05 [2019-07-19T20:39:05.184Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests --- 16:39:05 [2019-07-19T20:39:05.184Z] [INFO] 16:39:05 [2019-07-19T20:39:05.184Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests --- 16:39:05 [2019-07-19T20:39:05.184Z] [INFO] 16:39:05 [2019-07-19T20:39:05.184Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests --- 16:39:05 [2019-07-19T20:39:05.184Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests/target/org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests-1.0.6-SNAPSHOT.jar 16:39:05 [2019-07-19T20:39:05.184Z] [INFO] 16:39:05 [2019-07-19T20:39:05.184Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests --- 16:39:05 [2019-07-19T20:39:05.441Z] [INFO] 16:39:05 [2019-07-19T20:39:05.441Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests --- 16:39:07 [2019-07-19T20:39:07.338Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests/target/work/data/.metadata/.log 16:39:07 [2019-07-19T20:39:07.338Z] [INFO] Command line: 16:39:07 [2019-07-19T20:39:07.338Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -nouithread, -consoleLog] 16:39:07 [2019-07-19T20:39:07.338Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass 16:39:10 [2019-07-19T20:39:10.611Z] !SESSION 2019-07-19 20:39:07.297 ----------------------------------------------- 16:39:10 [2019-07-19T20:39:10.611Z] eclipse.buildId=unknown 16:39:10 [2019-07-19T20:39:10.611Z] java.version=1.8.0_202 16:39:10 [2019-07-19T20:39:10.611Z] java.vendor=Oracle Corporation 16:39:10 [2019-07-19T20:39:10.611Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US 16:39:10 [2019-07-19T20:39:10.611Z] Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests/target/surefire.properties -product org.eclipse.platform.ide -nouithread 16:39:10 [2019-07-19T20:39:10.611Z] Command-line arguments: -data /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests/target/surefire.properties -product org.eclipse.platform.ide -nouithread -consoleLog 16:39:10 [2019-07-19T20:39:10.611Z] 16:39:10 [2019-07-19T20:39:10.611Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-19 20:39:10.484 16:39:10 [2019-07-19T20:39:10.611Z] !MESSAGE FrameworkEvent ERROR 16:39:10 [2019-07-19T20:39:10.611Z] !STACK 0 16:39:10 [2019-07-19T20:39:10.611Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [65] 16:39:10 [2019-07-19T20:39:10.611Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 16:39:10 [2019-07-19T20:39:10.611Z] 16:39:10 [2019-07-19T20:39:10.611Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 16:39:10 [2019-07-19T20:39:10.611Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 16:39:10 [2019-07-19T20:39:10.611Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 16:39:10 [2019-07-19T20:39:10.611Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 16:39:10 [2019-07-19T20:39:10.611Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 16:39:10 [2019-07-19T20:39:10.611Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 16:39:10 [2019-07-19T20:39:10.611Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 16:39:10 [2019-07-19T20:39:10.611Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 16:39:10 [2019-07-19T20:39:10.611Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 16:39:10 [2019-07-19T20:39:10.611Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 16:39:10 [2019-07-19T20:39:10.868Z] 16:39:10 [2019-07-19T20:39:10.868Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-19 20:39:10.688 16:39:10 [2019-07-19T20:39:10.868Z] !MESSAGE FrameworkEvent ERROR 16:39:10 [2019-07-19T20:39:10.868Z] !STACK 0 16:39:10 [2019-07-19T20:39:10.868Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [134] 16:39:10 [2019-07-19T20:39:10.868Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 16:39:10 [2019-07-19T20:39:10.868Z] Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)" 16:39:10 [2019-07-19T20:39:10.868Z] -> Export-Package: org.apache.http.impl.auth.win; bundle-symbolic-name="org.apache.httpcomponents.httpclient.win"; bundle-version="4.5.6.v20190213-1947"; version="4.5.6"; x-internal:="true"; uses:="org.apache.http,org.apache.http.auth,org.apache.http.client,org.apache.http.impl.auth,org.apache.http.protocol,org.apache.http.util" 16:39:10 [2019-07-19T20:39:10.868Z] org.apache.httpcomponents.httpclient.win [36] 16:39:10 [2019-07-19T20:39:10.868Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 16:39:10 [2019-07-19T20:39:10.868Z] 16:39:10 [2019-07-19T20:39:10.868Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 16:39:10 [2019-07-19T20:39:10.868Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 16:39:10 [2019-07-19T20:39:10.868Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 16:39:10 [2019-07-19T20:39:10.868Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 16:39:10 [2019-07-19T20:39:10.868Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 16:39:10 [2019-07-19T20:39:10.868Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 16:39:10 [2019-07-19T20:39:10.868Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 16:39:10 [2019-07-19T20:39:10.868Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 16:39:10 [2019-07-19T20:39:10.868Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 16:39:10 [2019-07-19T20:39:10.868Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 16:39:13 [2019-07-19T20:39:13.390Z] process 19949: D-Bus library appears to be incorrectly set up; failed to read machine uuid: UUID file '/etc/machine-id' should contain a hex string of length 32, not length 0, with no other text 16:39:13 [2019-07-19T20:39:13.390Z] See the manual page for dbus-uuidgen to correct this issue. 16:39:13 [2019-07-19T20:39:13.390Z] SWT SessionManagerDBus: Failed to connect to org.gnome.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory) 16:39:13 [2019-07-19T20:39:13.390Z] SWT SessionManagerDBus: Failed to connect to org.xfce.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory) 16:39:25 [2019-07-19T20:39:25.574Z] Running org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests.fetch.FetchRemoteTracesTest 16:39:25 [2019-07-19T20:39:25.574Z] Display size: 1440x900 16:39:25 [2019-07-19T20:39:25.574Z] OS version=3.10.0-957.21.3.el7.x86_64 16:39:25 [2019-07-19T20:39:25.574Z] GTK version=3.18.9 16:39:25 [2019-07-19T20:39:25.574Z] GTK theme=Ambiance 16:39:25 [2019-07-19T20:39:25.574Z] LIBOVERLAY_SCROLLBAR=0 16:39:25 [2019-07-19T20:39:25.574Z] Time zone: Coordinated Universal Time 16:39:25 [2019-07-19T20:39:25.574Z] log4j:WARN No appenders could be found for logger (org.eclipse.swtbot.swt.finder.widgets.SWTBotShell). 16:39:25 [2019-07-19T20:39:25.574Z] log4j:WARN Please initialize the log4j system properly. 16:39:26 [2019-07-19T20:39:26.943Z] *** BUG *** 16:39:26 [2019-07-19T20:39:26.943Z] In pixman_region32_init_rect: Invalid rectangle passed 16:39:26 [2019-07-19T20:39:26.943Z] Set a breakpoint on '_pixman_log_error' to debug 16:39:26 [2019-07-19T20:39:26.943Z] 16:39:26 [2019-07-19T20:39:26.943Z] *** BUG *** 16:39:26 [2019-07-19T20:39:26.943Z] In pixman_region32_init_rect: Invalid rectangle passed 16:39:26 [2019-07-19T20:39:26.943Z] Set a breakpoint on '_pixman_log_error' to debug 16:39:26 [2019-07-19T20:39:26.943Z] 16:39:26 [2019-07-19T20:39:26.943Z] *** BUG *** 16:39:26 [2019-07-19T20:39:26.943Z] In pixman_region32_init_rect: Invalid rectangle passed 16:39:26 [2019-07-19T20:39:26.943Z] Set a breakpoint on '_pixman_log_error' to debug 16:39:26 [2019-07-19T20:39:26.943Z] 16:39:26 [2019-07-19T20:39:26.943Z] *** BUG *** 16:39:26 [2019-07-19T20:39:26.943Z] In pixman_region32_init_rect: Invalid rectangle passed 16:39:26 [2019-07-19T20:39:26.943Z] Set a breakpoint on '_pixman_log_error' to debug 16:39:26 [2019-07-19T20:39:26.943Z] 16:39:27 [2019-07-19T20:39:27.508Z] *** BUG *** 16:39:27 [2019-07-19T20:39:27.508Z] In pixman_region32_init_rect: Invalid rectangle passed 16:39:27 [2019-07-19T20:39:27.508Z] Set a breakpoint on '_pixman_log_error' to debug 16:39:27 [2019-07-19T20:39:27.508Z] 16:39:31 [2019-07-19T20:39:31.681Z] *** BUG *** 16:39:31 [2019-07-19T20:39:31.681Z] In pixman_region32_init_rect: Invalid rectangle passed 16:39:31 [2019-07-19T20:39:31.681Z] Set a breakpoint on '_pixman_log_error' to debug 16:39:31 [2019-07-19T20:39:31.681Z] 16:39:31 [2019-07-19T20:39:31.681Z] *** BUG *** 16:39:31 [2019-07-19T20:39:31.681Z] In pixman_region32_init_rect: Invalid rectangle passed 16:39:31 [2019-07-19T20:39:31.681Z] Set a breakpoint on '_pixman_log_error' to debug 16:39:31 [2019-07-19T20:39:31.681Z] 16:39:31 [2019-07-19T20:39:31.681Z] *** BUG *** 16:39:31 [2019-07-19T20:39:31.681Z] In pixman_region32_init_rect: Invalid rectangle passed 16:39:31 [2019-07-19T20:39:31.681Z] Set a breakpoint on '_pixman_log_error' to debug 16:39:31 [2019-07-19T20:39:31.681Z] 16:39:31 [2019-07-19T20:39:31.681Z] *** BUG *** 16:39:31 [2019-07-19T20:39:31.681Z] In pixman_region32_init_rect: Invalid rectangle passed 16:39:31 [2019-07-19T20:39:31.681Z] Set a breakpoint on '_pixman_log_error' to debug 16:39:31 [2019-07-19T20:39:31.681Z] 16:39:31 [2019-07-19T20:39:31.681Z] *** BUG *** 16:39:31 [2019-07-19T20:39:31.681Z] In pixman_region32_init_rect: Invalid rectangle passed 16:39:31 [2019-07-19T20:39:31.681Z] Set a breakpoint on '_pixman_log_error' to debug 16:39:31 [2019-07-19T20:39:31.681Z] 16:41:23 [2019-07-19T20:41:23.300Z] 16:41:23 [2019-07-19T20:41:23.300Z] !ENTRY org.eclipse.tracecompass.tmf.ui 4 0 2019-07-19 20:41:11.391 16:41:23 [2019-07-19T20:41:23.300Z] !MESSAGE Error connection to node 'ssh://anonymous@unknown.unknown.unknown' 16:41:23 [2019-07-19T20:41:23.300Z] !STACK 0 16:41:23 [2019-07-19T20:41:23.300Z] org.eclipse.core.commands.ExecutionException: Cannot connect Unknown 16:41:23 [2019-07-19T20:41:23.300Z] at org.eclipse.tracecompass.tmf.remote.core.proxy.RemoteSystemProxy.connect(RemoteSystemProxy.java:88) 16:41:23 [2019-07-19T20:41:23.300Z] at org.eclipse.tracecompass.internal.tmf.remote.ui.wizards.fetch.model.RemoteImportConnectionNodeElement.connect(RemoteImportConnectionNodeElement.java:141) 16:41:23 [2019-07-19T20:41:23.300Z] at org.eclipse.tracecompass.internal.tmf.remote.ui.wizards.fetch.RemoteFetchLogWizardRemotePage$6.run(RemoteFetchLogWizardRemotePage.java:390) 16:41:23 [2019-07-19T20:41:23.300Z] at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122) 16:41:23 [2019-07-19T20:41:23.300Z] Caused by: org.eclipse.remote.core.exception.RemoteConnectionException: Session.connect: java.net.UnknownHostException: unknown.unknown.unknown 16:41:23 [2019-07-19T20:41:23.300Z] at org.eclipse.remote.internal.jsch.core.JSchConnection.newSession(JSchConnection.java:803) 16:41:23 [2019-07-19T20:41:23.300Z] at org.eclipse.remote.internal.jsch.core.JSchConnection.open(JSchConnection.java:841) 16:41:23 [2019-07-19T20:41:23.300Z] at org.eclipse.remote.internal.jsch.core.JSchConnection.open(JSchConnection.java:814) 16:41:23 [2019-07-19T20:41:23.300Z] at org.eclipse.remote.internal.core.RemoteConnection.open(RemoteConnection.java:208) 16:41:23 [2019-07-19T20:41:23.300Z] at org.eclipse.tracecompass.tmf.remote.core.proxy.RemoteSystemProxy.connect(RemoteSystemProxy.java:84) 16:41:23 [2019-07-19T20:41:23.300Z] ... 3 more 16:41:41 [2019-07-19T20:41:41.360Z] Tests run: 20, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 134.734 s - in org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests.fetch.FetchRemoteTracesTest 16:41:41 [2019-07-19T20:41:41.360Z] testImportNothing(org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests.fetch.FetchRemoteTracesTest) Time elapsed: 7.97 s 16:41:41 [2019-07-19T20:41:41.360Z] test_7_03(org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests.fetch.FetchRemoteTracesTest) Time elapsed: 2.864 s 16:41:41 [2019-07-19T20:41:41.360Z] test_8_04(org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests.fetch.FetchRemoteTracesTest) Time elapsed: 13.499 s 16:41:41 [2019-07-19T20:41:41.360Z] test_8_05(org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests.fetch.FetchRemoteTracesTest) Time elapsed: 17.404 s 16:41:41 [2019-07-19T20:41:41.360Z] test_8_06(org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests.fetch.FetchRemoteTracesTest) Time elapsed: 11.409 s 16:41:41 [2019-07-19T20:41:41.360Z] test_8_07(org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests.fetch.FetchRemoteTracesTest) Time elapsed: 9.441 s 16:41:41 [2019-07-19T20:41:41.360Z] test_8_08(org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests.fetch.FetchRemoteTracesTest) Time elapsed: 9.152 s 16:41:41 [2019-07-19T20:41:41.360Z] test_8_09(org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests.fetch.FetchRemoteTracesTest) Time elapsed: 6.478 s 16:41:41 [2019-07-19T20:41:41.360Z] test_8_10(org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests.fetch.FetchRemoteTracesTest) Time elapsed: 3.729 s 16:41:41 [2019-07-19T20:41:41.360Z] test_8_11(org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests.fetch.FetchRemoteTracesTest) Time elapsed: 5.157 s 16:41:41 [2019-07-19T20:41:41.360Z] test_8_12(org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests.fetch.FetchRemoteTracesTest) Time elapsed: 2.901 s 16:41:41 [2019-07-19T20:41:41.360Z] test_8_13(org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests.fetch.FetchRemoteTracesTest) Time elapsed: 4.812 s 16:41:41 [2019-07-19T20:41:41.360Z] test_8_14(org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests.fetch.FetchRemoteTracesTest) Time elapsed: 2.493 s 16:41:41 [2019-07-19T20:41:41.360Z] test_8_15(org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests.fetch.FetchRemoteTracesTest) Time elapsed: 4.626 s 16:41:41 [2019-07-19T20:41:41.360Z] test_9_01(org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests.fetch.FetchRemoteTracesTest) Time elapsed: 2.533 s 16:41:41 [2019-07-19T20:41:41.360Z] test_9_02(org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests.fetch.FetchRemoteTracesTest) skipped 16:41:41 [2019-07-19T20:41:41.360Z] testImportOnlyOne(org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests.fetch.FetchRemoteTracesTest) Time elapsed: 5.624 s 16:41:41 [2019-07-19T20:41:41.360Z] testEmptyFile(org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests.fetch.FetchRemoteTracesTest) Time elapsed: 4.429 s 16:41:41 [2019-07-19T20:41:41.360Z] testImportAll(org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests.fetch.FetchRemoteTracesTest) Time elapsed: 9.151 s 16:41:41 [2019-07-19T20:41:41.360Z] testEditProfile(org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests.fetch.FetchRemoteTracesTest) Time elapsed: 5.036 s 16:41:41 [2019-07-19T20:41:41.360Z] 16:41:41 [2019-07-19T20:41:41.360Z] Results: 16:41:41 [2019-07-19T20:41:41.360Z] 16:41:41 [2019-07-19T20:41:41.360Z] Tests run: 20, Failures: 0, Errors: 0, Skipped: 1 16:41:41 [2019-07-19T20:41:41.360Z] 16:41:41 [2019-07-19T20:41:41.360Z] 16:41:41 [2019-07-19T20:41:41.360Z] !ENTRY org.eclipse.core.resources 2 10035 2019-07-19 20:41:39.114 16:41:41 [2019-07-19T20:41:41.360Z] !MESSAGE The workspace will exit with unsaved changes in this session. 16:41:41 [2019-07-19T20:41:41.360Z] [INFO] All tests passed! 16:41:41 [2019-07-19T20:41:41.360Z] [INFO] 16:41:41 [2019-07-19T20:41:41.360Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests --- 16:41:41 [2019-07-19T20:41:41.360Z] [INFO] Loading execution data file /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests/../../target/jacoco.exec 16:41:41 [2019-07-19T20:41:41.360Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests' with 3 classes 16:41:41 [2019-07-19T20:41:41.360Z] [INFO] 16:41:41 [2019-07-19T20:41:41.360Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests --- 16:41:41 [2019-07-19T20:41:41.360Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests/target/org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests-1.0.6-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests/1.0.6-SNAPSHOT/org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests-1.0.6-SNAPSHOT.jar 16:41:41 [2019-07-19T20:41:41.360Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests/1.0.6-SNAPSHOT/org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests-1.0.6-SNAPSHOT.pom 16:41:41 [2019-07-19T20:41:41.360Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests/target/org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests-1.0.6-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests/1.0.6-SNAPSHOT/org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests-1.0.6-SNAPSHOT-sources.jar 16:41:41 [2019-07-19T20:41:41.360Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests/target/org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests-1.0.6-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests/1.0.6-SNAPSHOT/org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests-1.0.6-SNAPSHOT-pack200.jar.pack.gz 16:41:41 [2019-07-19T20:41:41.360Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests/1.0.6-SNAPSHOT/org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests-1.0.6-SNAPSHOT-p2metadata.xml 16:41:41 [2019-07-19T20:41:41.360Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests/1.0.6-SNAPSHOT/org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests-1.0.6-SNAPSHOT-p2artifacts.xml 16:41:41 [2019-07-19T20:41:41.360Z] [INFO] 16:41:41 [2019-07-19T20:41:41.360Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests --- 16:41:41 [2019-07-19T20:41:41.360Z] [INFO] 16:41:41 [2019-07-19T20:41:41.360Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.remote.ui.tests >-- 16:41:41 [2019-07-19T20:41:41.360Z] [INFO] Building org.eclipse.tracecompass.tmf.remote.ui.tests 1.0.0-SNAPSHOT [129/134] 16:41:41 [2019-07-19T20:41:41.360Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- 16:41:41 [2019-07-19T20:41:41.360Z] [INFO] 16:41:41 [2019-07-19T20:41:41.360Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.tmf.remote.ui.tests --- 16:41:41 [2019-07-19T20:41:41.360Z] [INFO] 16:41:41 [2019-07-19T20:41:41.360Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.tmf.remote.ui.tests --- 16:41:41 [2019-07-19T20:41:41.360Z] [INFO] The project's OSGi version is 1.0.0.201907191907 16:41:41 [2019-07-19T20:41:41.360Z] [INFO] 16:41:41 [2019-07-19T20:41:41.360Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.tmf.remote.ui.tests --- 16:41:41 [2019-07-19T20:41:41.360Z] [INFO] 16:41:41 [2019-07-19T20:41:41.360Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.tmf.remote.ui.tests --- 16:41:41 [2019-07-19T20:41:41.360Z] [INFO] 16:41:41 [2019-07-19T20:41:41.360Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.tmf.remote.ui.tests --- 16:41:41 [2019-07-19T20:41:41.360Z] [INFO] 16:41:41 [2019-07-19T20:41:41.360Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.tmf.remote.ui.tests --- 16:41:41 [2019-07-19T20:41:41.360Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 16:41:41 [2019-07-19T20:41:41.360Z] [INFO] 16:41:41 [2019-07-19T20:41:41.360Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.tmf.remote.ui.tests --- 16:41:41 [2019-07-19T20:41:41.360Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:41:41 [2019-07-19T20:41:41.360Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui.tests/src/main/resources 16:41:41 [2019-07-19T20:41:41.360Z] [INFO] 16:41:41 [2019-07-19T20:41:41.360Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.tmf.remote.ui.tests --- 16:41:41 [2019-07-19T20:41:41.360Z] [INFO] Compiling 4 source files to /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui.tests/target/classes 16:41:41 [2019-07-19T20:41:41.360Z] [INFO] 16:41:41 [2019-07-19T20:41:41.360Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.tmf.remote.ui.tests --- 16:41:41 [2019-07-19T20:41:41.360Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:41:41 [2019-07-19T20:41:41.360Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui.tests/src/test/resources 16:41:41 [2019-07-19T20:41:41.360Z] [INFO] 16:41:41 [2019-07-19T20:41:41.360Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.tmf.remote.ui.tests --- 16:41:41 [2019-07-19T20:41:41.360Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui.tests/target/org.eclipse.tracecompass.tmf.remote.ui.tests-1.0.0-SNAPSHOT-sources.jar 16:41:41 [2019-07-19T20:41:41.361Z] [INFO] 16:41:41 [2019-07-19T20:41:41.361Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.tmf.remote.ui.tests --- 16:41:41 [2019-07-19T20:41:41.361Z] [INFO] 16:41:41 [2019-07-19T20:41:41.361Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.tmf.remote.ui.tests --- 16:41:41 [2019-07-19T20:41:41.361Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui.tests/target/org.eclipse.tracecompass.tmf.remote.ui.tests-1.0.0-SNAPSHOT.jar 16:41:41 [2019-07-19T20:41:41.361Z] [INFO] 16:41:41 [2019-07-19T20:41:41.361Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.tmf.remote.ui.tests --- 16:41:41 [2019-07-19T20:41:41.361Z] [INFO] 16:41:41 [2019-07-19T20:41:41.361Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.tmf.remote.ui.tests --- 16:41:41 [2019-07-19T20:41:41.361Z] [INFO] 16:41:41 [2019-07-19T20:41:41.361Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.tmf.remote.ui.tests --- 16:41:41 [2019-07-19T20:41:41.361Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui.tests/target/org.eclipse.tracecompass.tmf.remote.ui.tests-1.0.0-SNAPSHOT.jar 16:41:41 [2019-07-19T20:41:41.361Z] [INFO] 16:41:41 [2019-07-19T20:41:41.361Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.tmf.remote.ui.tests --- 16:41:41 [2019-07-19T20:41:41.361Z] [INFO] 16:41:41 [2019-07-19T20:41:41.361Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.tmf.remote.ui.tests --- 16:41:42 [2019-07-19T20:41:42.732Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui.tests/target/work/data/.metadata/.log 16:41:42 [2019-07-19T20:41:42.732Z] [INFO] Command line: 16:41:42 [2019-07-19T20:41:42.732Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog] 16:41:42 [2019-07-19T20:41:42.732Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass 16:41:46 [2019-07-19T20:41:46.905Z] !SESSION 2019-07-19 20:41:42.822 ----------------------------------------------- 16:41:46 [2019-07-19T20:41:46.905Z] eclipse.buildId=unknown 16:41:46 [2019-07-19T20:41:46.905Z] java.version=1.8.0_202 16:41:46 [2019-07-19T20:41:46.905Z] java.vendor=Oracle Corporation 16:41:46 [2019-07-19T20:41:46.905Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US 16:41:46 [2019-07-19T20:41:46.905Z] Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui.tests/target/surefire.properties -product org.eclipse.platform.ide 16:41:46 [2019-07-19T20:41:46.905Z] Command-line arguments: -data /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog 16:41:46 [2019-07-19T20:41:46.905Z] 16:41:46 [2019-07-19T20:41:46.905Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-19 20:41:46.107 16:41:46 [2019-07-19T20:41:46.905Z] !MESSAGE FrameworkEvent ERROR 16:41:46 [2019-07-19T20:41:46.905Z] !STACK 0 16:41:46 [2019-07-19T20:41:46.905Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [65] 16:41:46 [2019-07-19T20:41:46.905Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 16:41:46 [2019-07-19T20:41:46.905Z] 16:41:46 [2019-07-19T20:41:46.905Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 16:41:46 [2019-07-19T20:41:46.905Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 16:41:46 [2019-07-19T20:41:46.905Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 16:41:46 [2019-07-19T20:41:46.905Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 16:41:46 [2019-07-19T20:41:46.905Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 16:41:46 [2019-07-19T20:41:46.905Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 16:41:46 [2019-07-19T20:41:46.905Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 16:41:46 [2019-07-19T20:41:46.905Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 16:41:46 [2019-07-19T20:41:46.905Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 16:41:46 [2019-07-19T20:41:46.905Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 16:41:46 [2019-07-19T20:41:46.905Z] 16:41:46 [2019-07-19T20:41:46.905Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-19 20:41:46.310 16:41:46 [2019-07-19T20:41:46.905Z] !MESSAGE FrameworkEvent ERROR 16:41:46 [2019-07-19T20:41:46.905Z] !STACK 0 16:41:46 [2019-07-19T20:41:46.905Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [134] 16:41:46 [2019-07-19T20:41:46.905Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 16:41:46 [2019-07-19T20:41:46.905Z] Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)" 16:41:46 [2019-07-19T20:41:46.905Z] -> Export-Package: org.apache.http.impl.auth.win; bundle-symbolic-name="org.apache.httpcomponents.httpclient.win"; bundle-version="4.5.6.v20190213-1947"; version="4.5.6"; x-internal:="true"; uses:="org.apache.http,org.apache.http.auth,org.apache.http.client,org.apache.http.impl.auth,org.apache.http.protocol,org.apache.http.util" 16:41:46 [2019-07-19T20:41:46.905Z] org.apache.httpcomponents.httpclient.win [36] 16:41:46 [2019-07-19T20:41:46.905Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 16:41:46 [2019-07-19T20:41:46.905Z] 16:41:46 [2019-07-19T20:41:46.905Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 16:41:46 [2019-07-19T20:41:46.905Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 16:41:46 [2019-07-19T20:41:46.905Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 16:41:46 [2019-07-19T20:41:46.905Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 16:41:46 [2019-07-19T20:41:46.905Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 16:41:46 [2019-07-19T20:41:46.905Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 16:41:46 [2019-07-19T20:41:46.905Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 16:41:46 [2019-07-19T20:41:46.905Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 16:41:46 [2019-07-19T20:41:46.905Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 16:41:46 [2019-07-19T20:41:46.905Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 16:41:48 [2019-07-19T20:41:48.799Z] process 20531: D-Bus library appears to be incorrectly set up; failed to read machine uuid: UUID file '/etc/machine-id' should contain a hex string of length 32, not length 0, with no other text 16:41:48 [2019-07-19T20:41:48.799Z] See the manual page for dbus-uuidgen to correct this issue. 16:41:49 [2019-07-19T20:41:49.056Z] SWT SessionManagerDBus: Failed to connect to org.gnome.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory) 16:41:49 [2019-07-19T20:41:49.056Z] SWT SessionManagerDBus: Failed to connect to org.xfce.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory) 16:42:01 [2019-07-19T20:42:01.241Z] Running org.eclipse.tracecompass.tmf.remote.ui.tests.fetch.RemoteImportProfilesWriterTest 16:42:01 [2019-07-19T20:42:01.241Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.319 s - in org.eclipse.tracecompass.tmf.remote.ui.tests.fetch.RemoteImportProfilesWriterTest 16:42:01 [2019-07-19T20:42:01.241Z] testValidateValid(org.eclipse.tracecompass.tmf.remote.ui.tests.fetch.RemoteImportProfilesWriterTest) Time elapsed: 0.281 s 16:42:01 [2019-07-19T20:42:01.241Z] Running org.eclipse.tracecompass.tmf.remote.ui.tests.fetch.RemoteImportProfilesReaderTest 16:42:01 [2019-07-19T20:42:01.241Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s - in org.eclipse.tracecompass.tmf.remote.ui.tests.fetch.RemoteImportProfilesReaderTest 16:42:01 [2019-07-19T20:42:01.241Z] testLoadElements(org.eclipse.tracecompass.tmf.remote.ui.tests.fetch.RemoteImportProfilesReaderTest) Time elapsed: 0.02 s 16:42:01 [2019-07-19T20:42:01.241Z] testValidateInvalidMissingFiles(org.eclipse.tracecompass.tmf.remote.ui.tests.fetch.RemoteImportProfilesReaderTest) Time elapsed: 0.009 s 16:42:01 [2019-07-19T20:42:01.241Z] testValidateInvalidEmptyProfile(org.eclipse.tracecompass.tmf.remote.ui.tests.fetch.RemoteImportProfilesReaderTest) Time elapsed: 0.004 s 16:42:01 [2019-07-19T20:42:01.241Z] testValidateInvalidMissingRoot(org.eclipse.tracecompass.tmf.remote.ui.tests.fetch.RemoteImportProfilesReaderTest) Time elapsed: 0.004 s 16:42:01 [2019-07-19T20:42:01.241Z] testValidateValid(org.eclipse.tracecompass.tmf.remote.ui.tests.fetch.RemoteImportProfilesReaderTest) Time elapsed: 0.05 s 16:42:01 [2019-07-19T20:42:01.241Z] 16:42:01 [2019-07-19T20:42:01.241Z] Results: 16:42:01 [2019-07-19T20:42:01.241Z] 16:42:01 [2019-07-19T20:42:01.241Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 16:42:01 [2019-07-19T20:42:01.241Z] 16:42:02 [2019-07-19T20:42:02.610Z] [INFO] All tests passed! 16:42:02 [2019-07-19T20:42:02.610Z] [INFO] 16:42:02 [2019-07-19T20:42:02.610Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.tmf.remote.ui.tests --- 16:42:02 [2019-07-19T20:42:02.610Z] [INFO] Loading execution data file /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui.tests/../../target/jacoco.exec 16:42:02 [2019-07-19T20:42:02.610Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.remote.ui.tests' with 4 classes 16:42:02 [2019-07-19T20:42:02.867Z] [INFO] 16:42:02 [2019-07-19T20:42:02.867Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.tmf.remote.ui.tests --- 16:42:02 [2019-07-19T20:42:02.867Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui.tests/target/org.eclipse.tracecompass.tmf.remote.ui.tests-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.remote.ui.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.tmf.remote.ui.tests-1.0.0-SNAPSHOT.jar 16:42:02 [2019-07-19T20:42:02.867Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui.tests/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.remote.ui.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.tmf.remote.ui.tests-1.0.0-SNAPSHOT.pom 16:42:02 [2019-07-19T20:42:02.867Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui.tests/target/org.eclipse.tracecompass.tmf.remote.ui.tests-1.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.remote.ui.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.tmf.remote.ui.tests-1.0.0-SNAPSHOT-sources.jar 16:42:02 [2019-07-19T20:42:02.867Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui.tests/target/org.eclipse.tracecompass.tmf.remote.ui.tests-1.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.remote.ui.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.tmf.remote.ui.tests-1.0.0-SNAPSHOT-pack200.jar.pack.gz 16:42:02 [2019-07-19T20:42:02.867Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.remote.ui.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.tmf.remote.ui.tests-1.0.0-SNAPSHOT-p2metadata.xml 16:42:02 [2019-07-19T20:42:02.867Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.remote.ui.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.tmf.remote.ui.tests-1.0.0-SNAPSHOT-p2artifacts.xml 16:42:02 [2019-07-19T20:42:02.867Z] [INFO] 16:42:02 [2019-07-19T20:42:02.867Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.tmf.remote.ui.tests --- 16:42:02 [2019-07-19T20:42:02.867Z] [INFO] 16:42:02 [2019-07-19T20:42:02.867Z] [INFO] -----< org.eclipse.tracecompass:org.eclipse.tracecompass.alltests >----- 16:42:02 [2019-07-19T20:42:02.867Z] [INFO] Building Trace Compass All Tests 1.0.6-SNAPSHOT [130/134] 16:42:02 [2019-07-19T20:42:02.867Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- 16:42:02 [2019-07-19T20:42:02.867Z] [INFO] 16:42:02 [2019-07-19T20:42:02.867Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.alltests --- 16:42:02 [2019-07-19T20:42:02.867Z] [INFO] 16:42:02 [2019-07-19T20:42:02.867Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.alltests --- 16:42:02 [2019-07-19T20:42:02.867Z] [INFO] The project's OSGi version is 1.0.6.201907191907 16:42:02 [2019-07-19T20:42:02.867Z] [INFO] 16:42:02 [2019-07-19T20:42:02.867Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.alltests --- 16:42:02 [2019-07-19T20:42:02.867Z] [INFO] 16:42:02 [2019-07-19T20:42:02.867Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.alltests --- 16:42:02 [2019-07-19T20:42:02.867Z] [INFO] 16:42:02 [2019-07-19T20:42:02.867Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.alltests --- 16:42:02 [2019-07-19T20:42:02.867Z] [INFO] 16:42:02 [2019-07-19T20:42:02.867Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.alltests --- 16:42:02 [2019-07-19T20:42:02.867Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.alltests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 16:42:02 [2019-07-19T20:42:02.867Z] [INFO] 16:42:02 [2019-07-19T20:42:02.867Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.alltests --- 16:42:03 [2019-07-19T20:42:03.124Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:42:03 [2019-07-19T20:42:03.124Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.alltests/src/main/resources 16:42:03 [2019-07-19T20:42:03.124Z] [INFO] 16:42:03 [2019-07-19T20:42:03.124Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.alltests --- 16:42:03 [2019-07-19T20:42:03.124Z] [INFO] Compiling 8 source files to /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.alltests/target/classes 16:42:04 [2019-07-19T20:42:04.056Z] [INFO] 16:42:04 [2019-07-19T20:42:04.056Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.alltests --- 16:42:04 [2019-07-19T20:42:04.056Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:42:04 [2019-07-19T20:42:04.056Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.alltests/src/test/resources 16:42:04 [2019-07-19T20:42:04.056Z] [INFO] 16:42:04 [2019-07-19T20:42:04.056Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.alltests --- 16:42:04 [2019-07-19T20:42:04.056Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.alltests/target/org.eclipse.tracecompass.alltests-1.0.6-SNAPSHOT-sources.jar 16:42:04 [2019-07-19T20:42:04.056Z] [INFO] 16:42:04 [2019-07-19T20:42:04.056Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.alltests --- 16:42:04 [2019-07-19T20:42:04.619Z] [INFO] 16:42:04 [2019-07-19T20:42:04.619Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.alltests --- 16:42:04 [2019-07-19T20:42:04.619Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.alltests/target/org.eclipse.tracecompass.alltests-1.0.6-SNAPSHOT.jar 16:42:04 [2019-07-19T20:42:04.619Z] [INFO] 16:42:04 [2019-07-19T20:42:04.619Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.alltests --- 16:42:04 [2019-07-19T20:42:04.619Z] [INFO] 16:42:04 [2019-07-19T20:42:04.619Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.alltests --- 16:42:04 [2019-07-19T20:42:04.619Z] [INFO] 16:42:04 [2019-07-19T20:42:04.619Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.alltests --- 16:42:04 [2019-07-19T20:42:04.619Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.alltests/target/org.eclipse.tracecompass.alltests-1.0.6-SNAPSHOT.jar 16:42:04 [2019-07-19T20:42:04.619Z] [INFO] 16:42:04 [2019-07-19T20:42:04.619Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.alltests --- 16:42:04 [2019-07-19T20:42:04.619Z] [INFO] 16:42:04 [2019-07-19T20:42:04.619Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.alltests --- 16:42:07 [2019-07-19T20:42:07.895Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.alltests/target/work/data/.metadata/.log 16:42:07 [2019-07-19T20:42:07.895Z] [INFO] Command line: 16:42:07 [2019-07-19T20:42:07.895Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.alltests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.alltests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.alltests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.alltests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.alltests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog] 16:42:07 [2019-07-19T20:42:07.895Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass 16:42:12 [2019-07-19T20:42:12.069Z] !SESSION 2019-07-19 20:42:08.122 ----------------------------------------------- 16:42:12 [2019-07-19T20:42:12.069Z] eclipse.buildId=unknown 16:42:12 [2019-07-19T20:42:12.070Z] java.version=1.8.0_202 16:42:12 [2019-07-19T20:42:12.070Z] java.vendor=Oracle Corporation 16:42:12 [2019-07-19T20:42:12.070Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US 16:42:12 [2019-07-19T20:42:12.070Z] Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.alltests/target/surefire.properties -product org.eclipse.platform.ide 16:42:12 [2019-07-19T20:42:12.070Z] Command-line arguments: -data /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.alltests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.alltests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog 16:42:12 [2019-07-19T20:42:12.070Z] 16:42:12 [2019-07-19T20:42:12.070Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-19 20:42:11.885 16:42:12 [2019-07-19T20:42:12.070Z] !MESSAGE FrameworkEvent ERROR 16:42:12 [2019-07-19T20:42:12.070Z] !STACK 0 16:42:12 [2019-07-19T20:42:12.070Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [85] 16:42:12 [2019-07-19T20:42:12.070Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 16:42:12 [2019-07-19T20:42:12.070Z] 16:42:12 [2019-07-19T20:42:12.070Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 16:42:12 [2019-07-19T20:42:12.070Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 16:42:12 [2019-07-19T20:42:12.070Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 16:42:12 [2019-07-19T20:42:12.070Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 16:42:12 [2019-07-19T20:42:12.070Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 16:42:12 [2019-07-19T20:42:12.070Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 16:42:12 [2019-07-19T20:42:12.070Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 16:42:12 [2019-07-19T20:42:12.070Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 16:42:12 [2019-07-19T20:42:12.070Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 16:42:12 [2019-07-19T20:42:12.070Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 16:42:12 [2019-07-19T20:42:12.070Z] 16:42:12 [2019-07-19T20:42:12.070Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-19 20:42:12.012 16:42:12 [2019-07-19T20:42:12.070Z] !MESSAGE FrameworkEvent ERROR 16:42:12 [2019-07-19T20:42:12.070Z] !STACK 0 16:42:12 [2019-07-19T20:42:12.070Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [149] 16:42:12 [2019-07-19T20:42:12.070Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 16:42:12 [2019-07-19T20:42:12.070Z] Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)" 16:42:12 [2019-07-19T20:42:12.070Z] -> Export-Package: org.apache.http.impl.auth.win; bundle-symbolic-name="org.apache.httpcomponents.httpclient.win"; bundle-version="4.5.6.v20190213-1947"; version="4.5.6"; x-internal:="true"; uses:="org.apache.http,org.apache.http.auth,org.apache.http.client,org.apache.http.impl.auth,org.apache.http.protocol,org.apache.http.util" 16:42:12 [2019-07-19T20:42:12.070Z] org.apache.httpcomponents.httpclient.win [36] 16:42:12 [2019-07-19T20:42:12.070Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" 16:42:12 [2019-07-19T20:42:12.070Z] 16:42:12 [2019-07-19T20:42:12.070Z] at org.eclipse.osgi.container.Module.start(Module.java:457) 16:42:12 [2019-07-19T20:42:12.070Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) 16:42:12 [2019-07-19T20:42:12.070Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) 16:42:12 [2019-07-19T20:42:12.070Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) 16:42:12 [2019-07-19T20:42:12.070Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) 16:42:12 [2019-07-19T20:42:12.070Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) 16:42:12 [2019-07-19T20:42:12.070Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) 16:42:12 [2019-07-19T20:42:12.070Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 16:42:12 [2019-07-19T20:42:12.070Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) 16:42:12 [2019-07-19T20:42:12.070Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 16:42:15 [2019-07-19T20:42:15.341Z] 16:42:15 [2019-07-19T20:42:15.341Z] Results: 16:42:15 [2019-07-19T20:42:15.341Z] 16:42:15 [2019-07-19T20:42:15.341Z] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 16:42:15 [2019-07-19T20:42:15.341Z] 16:42:15 [2019-07-19T20:42:15.905Z] [WARNING] No tests found. 16:42:15 [2019-07-19T20:42:15.905Z] [INFO] 16:42:15 [2019-07-19T20:42:15.905Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.alltests --- 16:42:15 [2019-07-19T20:42:15.905Z] [INFO] Loading execution data file /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.alltests/../../target/jacoco.exec 16:42:15 [2019-07-19T20:42:15.905Z] [INFO] Analyzed bundle 'Trace Compass All Tests' with 8 classes 16:42:16 [2019-07-19T20:42:16.162Z] [INFO] 16:42:16 [2019-07-19T20:42:16.162Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.alltests --- 16:42:16 [2019-07-19T20:42:16.162Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.alltests/target/org.eclipse.tracecompass.alltests-1.0.6-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.alltests/1.0.6-SNAPSHOT/org.eclipse.tracecompass.alltests-1.0.6-SNAPSHOT.jar 16:42:16 [2019-07-19T20:42:16.162Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.alltests/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.alltests/1.0.6-SNAPSHOT/org.eclipse.tracecompass.alltests-1.0.6-SNAPSHOT.pom 16:42:16 [2019-07-19T20:42:16.162Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.alltests/target/org.eclipse.tracecompass.alltests-1.0.6-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.alltests/1.0.6-SNAPSHOT/org.eclipse.tracecompass.alltests-1.0.6-SNAPSHOT-sources.jar 16:42:16 [2019-07-19T20:42:16.162Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.alltests/target/org.eclipse.tracecompass.alltests-1.0.6-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.alltests/1.0.6-SNAPSHOT/org.eclipse.tracecompass.alltests-1.0.6-SNAPSHOT-pack200.jar.pack.gz 16:42:16 [2019-07-19T20:42:16.162Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.alltests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.alltests/1.0.6-SNAPSHOT/org.eclipse.tracecompass.alltests-1.0.6-SNAPSHOT-p2metadata.xml 16:42:16 [2019-07-19T20:42:16.162Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.alltests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.alltests/1.0.6-SNAPSHOT/org.eclipse.tracecompass.alltests-1.0.6-SNAPSHOT-p2artifacts.xml 16:42:16 [2019-07-19T20:42:16.162Z] [INFO] 16:42:16 [2019-07-19T20:42:16.162Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.alltests --- 16:42:16 [2019-07-19T20:42:16.162Z] [INFO] 16:42:16 [2019-07-19T20:42:16.162Z] [INFO] -----< org.eclipse.tracecompass:org.eclipse.tracecompass.testing >------ 16:42:16 [2019-07-19T20:42:16.162Z] [INFO] Building org.eclipse.tracecompass.testing 5.0.0-SNAPSHOT [131/134] 16:42:16 [2019-07-19T20:42:16.162Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- 16:42:16 [2019-07-19T20:42:16.162Z] [INFO] 16:42:16 [2019-07-19T20:42:16.162Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.testing --- 16:42:16 [2019-07-19T20:42:16.162Z] [INFO] Deleting /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.testing/target 16:42:16 [2019-07-19T20:42:16.162Z] [INFO] 16:42:16 [2019-07-19T20:42:16.162Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tracecompass.testing --- 16:42:16 [2019-07-19T20:42:16.162Z] [INFO] The project's OSGi version is 5.0.0.201907191907 16:42:16 [2019-07-19T20:42:16.162Z] [INFO] 16:42:16 [2019-07-19T20:42:16.162Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.testing --- 16:42:16 [2019-07-19T20:42:16.162Z] [INFO] 16:42:16 [2019-07-19T20:42:16.162Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.testing --- 16:42:16 [2019-07-19T20:42:16.162Z] [INFO] 16:42:16 [2019-07-19T20:42:16.162Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.testing --- 16:42:16 [2019-07-19T20:42:16.419Z] [INFO] 16:42:16 [2019-07-19T20:42:16.419Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.testing --- 16:42:16 [2019-07-19T20:42:16.419Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.testing/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 16:42:16 [2019-07-19T20:42:16.419Z] [INFO] 16:42:16 [2019-07-19T20:42:16.419Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.testing --- 16:42:16 [2019-07-19T20:42:16.419Z] [INFO] 16:42:16 [2019-07-19T20:42:16.419Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.testing --- 16:42:16 [2019-07-19T20:42:16.419Z] [INFO] 16:42:16 [2019-07-19T20:42:16.419Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.tracecompass.testing --- 16:42:16 [2019-07-19T20:42:16.419Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.testing/target/org.eclipse.tracecompass.testing-5.0.0-SNAPSHOT.jar 16:42:16 [2019-07-19T20:42:16.419Z] [INFO] 16:42:16 [2019-07-19T20:42:16.419Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.testing --- 16:42:16 [2019-07-19T20:42:16.419Z] [INFO] 16:42:16 [2019-07-19T20:42:16.419Z] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tracecompass.testing --- 16:42:16 [2019-07-19T20:42:16.419Z] [INFO] 16:42:16 [2019-07-19T20:42:16.419Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.testing --- 16:42:16 [2019-07-19T20:42:16.676Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.testing/target/org.eclipse.tracecompass.testing-5.0.0-SNAPSHOT-sources-feature.jar 16:42:16 [2019-07-19T20:42:16.676Z] [INFO] 16:42:16 [2019-07-19T20:42:16.676Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.testing --- 16:42:16 [2019-07-19T20:42:16.676Z] [INFO] 16:42:16 [2019-07-19T20:42:16.676Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.testing --- 16:42:16 [2019-07-19T20:42:16.676Z] [INFO] 16:42:16 [2019-07-19T20:42:16.676Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.testing --- 16:42:16 [2019-07-19T20:42:16.676Z] [INFO] Skipping JaCoCo execution due to missing classes directory. 16:42:16 [2019-07-19T20:42:16.676Z] [INFO] 16:42:16 [2019-07-19T20:42:16.676Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.testing --- 16:42:16 [2019-07-19T20:42:16.676Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.testing/target/org.eclipse.tracecompass.testing-5.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.testing/5.0.0-SNAPSHOT/org.eclipse.tracecompass.testing-5.0.0-SNAPSHOT.jar 16:42:16 [2019-07-19T20:42:16.676Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.testing/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.testing/5.0.0-SNAPSHOT/org.eclipse.tracecompass.testing-5.0.0-SNAPSHOT.pom 16:42:16 [2019-07-19T20:42:16.676Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.testing/target/org.eclipse.tracecompass.testing-5.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.testing/5.0.0-SNAPSHOT/org.eclipse.tracecompass.testing-5.0.0-SNAPSHOT-sources-feature.jar 16:42:16 [2019-07-19T20:42:16.676Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.testing/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.testing/5.0.0-SNAPSHOT/org.eclipse.tracecompass.testing-5.0.0-SNAPSHOT-p2metadata.xml 16:42:16 [2019-07-19T20:42:16.676Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.testing/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.testing/5.0.0-SNAPSHOT/org.eclipse.tracecompass.testing-5.0.0-SNAPSHOT-p2artifacts.xml 16:42:16 [2019-07-19T20:42:16.676Z] [INFO] 16:42:16 [2019-07-19T20:42:16.676Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.testing --- 16:42:16 [2019-07-19T20:42:16.676Z] [INFO] 16:42:16 [2019-07-19T20:42:16.676Z] [INFO] ----< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.remote >---- 16:42:16 [2019-07-19T20:42:16.676Z] [INFO] Building org.eclipse.tracecompass.tmf.remote 5.0.0-SNAPSHOT [132/134] 16:42:16 [2019-07-19T20:42:16.676Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- 16:42:16 [2019-07-19T20:42:16.676Z] [INFO] 16:42:16 [2019-07-19T20:42:16.676Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.tmf.remote --- 16:42:16 [2019-07-19T20:42:16.676Z] [INFO] Deleting /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote/target 16:42:16 [2019-07-19T20:42:16.676Z] [INFO] 16:42:16 [2019-07-19T20:42:16.676Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tracecompass.tmf.remote --- 16:42:16 [2019-07-19T20:42:16.676Z] [INFO] The project's OSGi version is 5.0.0.201907191907 16:42:16 [2019-07-19T20:42:16.676Z] [INFO] 16:42:16 [2019-07-19T20:42:16.676Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.tmf.remote --- 16:42:16 [2019-07-19T20:42:16.676Z] [INFO] 16:42:16 [2019-07-19T20:42:16.676Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.tmf.remote --- 16:42:16 [2019-07-19T20:42:16.676Z] [INFO] 16:42:16 [2019-07-19T20:42:16.676Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.tmf.remote --- 16:42:16 [2019-07-19T20:42:16.676Z] [INFO] 16:42:16 [2019-07-19T20:42:16.676Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.tmf.remote --- 16:42:16 [2019-07-19T20:42:16.676Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 16:42:16 [2019-07-19T20:42:16.676Z] [INFO] 16:42:16 [2019-07-19T20:42:16.676Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.tmf.remote --- 16:42:16 [2019-07-19T20:42:16.676Z] [INFO] 16:42:16 [2019-07-19T20:42:16.676Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.tmf.remote --- 16:42:16 [2019-07-19T20:42:16.676Z] [INFO] 16:42:16 [2019-07-19T20:42:16.676Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.tracecompass.tmf.remote --- 16:42:16 [2019-07-19T20:42:16.676Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote/target/org.eclipse.tracecompass.tmf.remote-5.0.0-SNAPSHOT.jar 16:42:16 [2019-07-19T20:42:16.676Z] [INFO] 16:42:16 [2019-07-19T20:42:16.676Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.tmf.remote --- 16:42:16 [2019-07-19T20:42:16.676Z] [INFO] 16:42:16 [2019-07-19T20:42:16.676Z] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tracecompass.tmf.remote --- 16:42:16 [2019-07-19T20:42:16.676Z] [INFO] 16:42:16 [2019-07-19T20:42:16.676Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.tmf.remote --- 16:42:16 [2019-07-19T20:42:16.676Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote/target/org.eclipse.tracecompass.tmf.remote-5.0.0-SNAPSHOT-sources-feature.jar 16:42:16 [2019-07-19T20:42:16.676Z] [INFO] 16:42:16 [2019-07-19T20:42:16.676Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.tmf.remote --- 16:42:16 [2019-07-19T20:42:16.676Z] [INFO] 16:42:16 [2019-07-19T20:42:16.676Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.tmf.remote --- 16:42:16 [2019-07-19T20:42:16.676Z] [INFO] 16:42:16 [2019-07-19T20:42:16.676Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.tmf.remote --- 16:42:16 [2019-07-19T20:42:16.676Z] [INFO] Skipping JaCoCo execution due to missing classes directory. 16:42:16 [2019-07-19T20:42:16.676Z] [INFO] 16:42:16 [2019-07-19T20:42:16.676Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.tmf.remote --- 16:42:16 [2019-07-19T20:42:16.676Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote/target/org.eclipse.tracecompass.tmf.remote-5.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.remote/5.0.0-SNAPSHOT/org.eclipse.tracecompass.tmf.remote-5.0.0-SNAPSHOT.jar 16:42:16 [2019-07-19T20:42:16.676Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.remote/5.0.0-SNAPSHOT/org.eclipse.tracecompass.tmf.remote-5.0.0-SNAPSHOT.pom 16:42:16 [2019-07-19T20:42:16.676Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote/target/org.eclipse.tracecompass.tmf.remote-5.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.remote/5.0.0-SNAPSHOT/org.eclipse.tracecompass.tmf.remote-5.0.0-SNAPSHOT-sources-feature.jar 16:42:16 [2019-07-19T20:42:16.676Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.remote/5.0.0-SNAPSHOT/org.eclipse.tracecompass.tmf.remote-5.0.0-SNAPSHOT-p2metadata.xml 16:42:16 [2019-07-19T20:42:16.676Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.remote/5.0.0-SNAPSHOT/org.eclipse.tracecompass.tmf.remote-5.0.0-SNAPSHOT-p2artifacts.xml 16:42:16 [2019-07-19T20:42:16.676Z] [INFO] 16:42:16 [2019-07-19T20:42:16.676Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.tmf.remote --- 16:42:16 [2019-07-19T20:42:16.676Z] [INFO] 16:42:16 [2019-07-19T20:42:16.676Z] [INFO] ---< org.eclipse.tracecompass:org.eclipse.tracecompass.releng-site >---- 16:42:16 [2019-07-19T20:42:16.676Z] [INFO] Building Trace Compass Repository 5.0.0-SNAPSHOT [133/134] 16:42:16 [2019-07-19T20:42:16.676Z] [INFO] -------------------------[ eclipse-repository ]------------------------- 16:42:16 [2019-07-19T20:42:16.934Z] [INFO] 16:42:16 [2019-07-19T20:42:16.934Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.releng-site --- 16:42:16 [2019-07-19T20:42:16.934Z] [INFO] 16:42:16 [2019-07-19T20:42:16.934Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tracecompass.releng-site --- 16:42:16 [2019-07-19T20:42:16.934Z] [INFO] The project's OSGi version is 5.0.0.201907191907 16:42:16 [2019-07-19T20:42:16.934Z] [INFO] 16:42:16 [2019-07-19T20:42:16.934Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.releng-site --- 16:42:16 [2019-07-19T20:42:16.934Z] [INFO] 16:42:16 [2019-07-19T20:42:16.934Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean-1) @ org.eclipse.tracecompass.releng-site --- 16:42:16 [2019-07-19T20:42:16.934Z] [INFO] 16:42:16 [2019-07-19T20:42:16.934Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.releng-site --- 16:42:16 [2019-07-19T20:42:16.934Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.releng-site/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 16:42:16 [2019-07-19T20:42:16.934Z] [INFO] 16:42:16 [2019-07-19T20:42:16.934Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.releng-site --- 16:42:16 [2019-07-19T20:42:16.934Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:42:16 [2019-07-19T20:42:16.934Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.releng-site/src/main/resources 16:42:16 [2019-07-19T20:42:16.934Z] [INFO] 16:42:16 [2019-07-19T20:42:16.934Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.releng-site --- 16:42:16 [2019-07-19T20:42:16.934Z] [INFO] 16:42:16 [2019-07-19T20:42:16.934Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.releng-site --- 16:42:17 [2019-07-19T20:42:17.191Z] [INFO] 16:42:17 [2019-07-19T20:42:17.191Z] [INFO] --- tycho-p2-publisher-plugin:1.3.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.tracecompass.releng-site --- 16:42:17 [2019-07-19T20:42:17.191Z] [INFO] Published profile IUs: [a.jre.javase 10.0.0, config.a.jre.javase 10.0.0] 16:42:17 [2019-07-19T20:42:17.191Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] 16:42:17 [2019-07-19T20:42:17.191Z] [INFO] 16:42:17 [2019-07-19T20:42:17.191Z] [INFO] --- tycho-p2-publisher-plugin:1.3.0:publish-products (default-publish-products) @ org.eclipse.tracecompass.releng-site --- 16:42:17 [2019-07-19T20:42:17.191Z] [INFO] 16:42:17 [2019-07-19T20:42:17.191Z] [INFO] --- tycho-p2-publisher-plugin:1.3.0:publish-categories (default-publish-categories) @ org.eclipse.tracecompass.releng-site --- 16:42:17 [2019-07-19T20:42:17.191Z] [INFO] 16:42:17 [2019-07-19T20:42:17.191Z] [INFO] --- tycho-p2-publisher-plugin:1.3.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.tracecompass.releng-site --- 16:42:17 [2019-07-19T20:42:17.191Z] [INFO] 16:42:17 [2019-07-19T20:42:17.191Z] [INFO] --- tycho-p2-repository-plugin:1.3.0:assemble-repository (default-assemble-repository) @ org.eclipse.tracecompass.releng-site --- 16:42:39 [2019-07-19T20:42:39.091Z] [INFO] 16:42:39 [2019-07-19T20:42:39.091Z] [INFO] --- tycho-p2-repository-plugin:1.3.0:archive-repository (default-archive-repository) @ org.eclipse.tracecompass.releng-site --- 16:42:39 [2019-07-19T20:42:39.091Z] [INFO] 16:42:39 [2019-07-19T20:42:39.091Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.releng-site --- 16:42:39 [2019-07-19T20:42:39.091Z] [INFO] 16:42:39 [2019-07-19T20:42:39.091Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.releng-site --- 16:42:39 [2019-07-19T20:42:39.091Z] [INFO] 16:42:39 [2019-07-19T20:42:39.091Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.releng-site --- 16:42:39 [2019-07-19T20:42:39.091Z] [INFO] 16:42:39 [2019-07-19T20:42:39.091Z] [INFO] --- repository-utils:1.0.0:generate-repository-facade (generate-facade) @ org.eclipse.tracecompass.releng-site --- 16:42:40 [2019-07-19T20:42:40.461Z] [INFO] Building zip: /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.releng-site/target/org.eclipse.tracecompass.releng-site-5.0.0-SNAPSHOT.zip 16:42:43 [2019-07-19T20:42:43.733Z] [INFO] 16:42:43 [2019-07-19T20:42:43.733Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.releng-site --- 16:42:43 [2019-07-19T20:42:43.733Z] [INFO] Skipping JaCoCo execution due to missing classes directory. 16:42:43 [2019-07-19T20:42:43.733Z] [INFO] 16:42:43 [2019-07-19T20:42:43.733Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.releng-site --- 16:42:43 [2019-07-19T20:42:43.733Z] [INFO] No primary artifact to install, installing attached artifacts instead. 16:42:43 [2019-07-19T20:42:43.733Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.releng-site/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.releng-site/5.0.0-SNAPSHOT/org.eclipse.tracecompass.releng-site-5.0.0-SNAPSHOT.pom 16:42:43 [2019-07-19T20:42:43.733Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.releng-site/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.releng-site/5.0.0-SNAPSHOT/org.eclipse.tracecompass.releng-site-5.0.0-SNAPSHOT-p2metadata.xml 16:42:43 [2019-07-19T20:42:43.733Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.releng-site/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.releng-site/5.0.0-SNAPSHOT/org.eclipse.tracecompass.releng-site-5.0.0-SNAPSHOT-p2artifacts.xml 16:42:43 [2019-07-19T20:42:43.733Z] [INFO] 16:42:43 [2019-07-19T20:42:43.733Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.releng-site --- 16:42:43 [2019-07-19T20:42:43.733Z] [INFO] 16:42:43 [2019-07-19T20:42:43.733Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.jsontrace.core.test >-- 16:42:43 [2019-07-19T20:42:43.733Z] [INFO] Building org.eclipse.tracecompass.jsontrace.core.test 1.0.1-SNAPSHOT [134/134] 16:42:43 [2019-07-19T20:42:43.733Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 16:42:43 [2019-07-19T20:42:43.733Z] [INFO] 16:42:43 [2019-07-19T20:42:43.733Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.jsontrace.core.test --- 16:42:43 [2019-07-19T20:42:43.733Z] [INFO] 16:42:43 [2019-07-19T20:42:43.733Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.jsontrace.core.test --- 16:42:43 [2019-07-19T20:42:43.733Z] [INFO] The project's OSGi version is 1.0.1.201907191907 16:42:43 [2019-07-19T20:42:43.733Z] [INFO] 16:42:43 [2019-07-19T20:42:43.733Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.jsontrace.core.test --- 16:42:43 [2019-07-19T20:42:43.733Z] [INFO] 16:42:43 [2019-07-19T20:42:43.733Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.jsontrace.core.test --- 16:42:43 [2019-07-19T20:42:43.733Z] [INFO] 16:42:43 [2019-07-19T20:42:43.733Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.jsontrace.core.test --- 16:42:43 [2019-07-19T20:42:43.733Z] [INFO] 16:42:43 [2019-07-19T20:42:43.733Z] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-test) @ org.eclipse.tracecompass.jsontrace.core.test --- 16:42:43 [2019-07-19T20:42:43.733Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/jsontrace/org.eclipse.tracecompass.jsontrace.core.test/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* 16:42:43 [2019-07-19T20:42:43.733Z] [INFO] 16:42:43 [2019-07-19T20:42:43.733Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.jsontrace.core.test --- 16:42:43 [2019-07-19T20:42:43.733Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:42:43 [2019-07-19T20:42:43.733Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/jsontrace/org.eclipse.tracecompass.jsontrace.core.test/src/main/resources 16:42:43 [2019-07-19T20:42:43.733Z] [INFO] 16:42:43 [2019-07-19T20:42:43.733Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.jsontrace.core.test --- 16:42:43 [2019-07-19T20:42:43.733Z] [INFO] Compiling 3 source files to /home/jenkins/workspace/tracecompass-gerrit/jsontrace/org.eclipse.tracecompass.jsontrace.core.test/target/classes 16:42:43 [2019-07-19T20:42:43.733Z] [INFO] 16:42:43 [2019-07-19T20:42:43.733Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.jsontrace.core.test --- 16:42:43 [2019-07-19T20:42:43.733Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:42:43 [2019-07-19T20:42:43.733Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/jsontrace/org.eclipse.tracecompass.jsontrace.core.test/src/test/resources 16:42:43 [2019-07-19T20:42:43.733Z] [INFO] 16:42:43 [2019-07-19T20:42:43.733Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.jsontrace.core.test --- 16:42:43 [2019-07-19T20:42:43.733Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/jsontrace/org.eclipse.tracecompass.jsontrace.core.test/target/org.eclipse.tracecompass.jsontrace.core.test-1.0.1-SNAPSHOT-sources.jar 16:42:43 [2019-07-19T20:42:43.733Z] [INFO] 16:42:43 [2019-07-19T20:42:43.733Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.jsontrace.core.test --- 16:42:43 [2019-07-19T20:42:43.733Z] [INFO] 16:42:43 [2019-07-19T20:42:43.733Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.jsontrace.core.test --- 16:42:43 [2019-07-19T20:42:43.733Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/jsontrace/org.eclipse.tracecompass.jsontrace.core.test/target/org.eclipse.tracecompass.jsontrace.core.test-1.0.1-SNAPSHOT.jar 16:42:43 [2019-07-19T20:42:43.990Z] [INFO] 16:42:43 [2019-07-19T20:42:43.990Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.jsontrace.core.test --- 16:42:43 [2019-07-19T20:42:43.990Z] [INFO] 16:42:43 [2019-07-19T20:42:43.990Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.jsontrace.core.test --- 16:42:43 [2019-07-19T20:42:43.990Z] [INFO] 16:42:43 [2019-07-19T20:42:43.990Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.jsontrace.core.test --- 16:42:43 [2019-07-19T20:42:43.990Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/jsontrace/org.eclipse.tracecompass.jsontrace.core.test/target/org.eclipse.tracecompass.jsontrace.core.test-1.0.1-SNAPSHOT.jar 16:42:43 [2019-07-19T20:42:43.990Z] [INFO] 16:42:43 [2019-07-19T20:42:43.990Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.jsontrace.core.test --- 16:42:43 [2019-07-19T20:42:43.990Z] [INFO] 16:42:43 [2019-07-19T20:42:43.990Z] [INFO] --- jacoco-maven-plugin:0.7.9:report (post-test) @ org.eclipse.tracecompass.jsontrace.core.test --- 16:42:43 [2019-07-19T20:42:43.990Z] [INFO] Loading execution data file /home/jenkins/workspace/tracecompass-gerrit/jsontrace/org.eclipse.tracecompass.jsontrace.core.test/../../target/jacoco.exec 16:42:43 [2019-07-19T20:42:43.990Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.jsontrace.core.test' with 3 classes 16:42:44 [2019-07-19T20:42:44.247Z] [INFO] 16:42:44 [2019-07-19T20:42:44.247Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.jsontrace.core.test --- 16:42:44 [2019-07-19T20:42:44.247Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/jsontrace/org.eclipse.tracecompass.jsontrace.core.test/target/org.eclipse.tracecompass.jsontrace.core.test-1.0.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.jsontrace.core.test/1.0.1-SNAPSHOT/org.eclipse.tracecompass.jsontrace.core.test-1.0.1-SNAPSHOT.jar 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/jsontrace/org.eclipse.tracecompass.jsontrace.core.test/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.jsontrace.core.test/1.0.1-SNAPSHOT/org.eclipse.tracecompass.jsontrace.core.test-1.0.1-SNAPSHOT.pom 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/jsontrace/org.eclipse.tracecompass.jsontrace.core.test/target/org.eclipse.tracecompass.jsontrace.core.test-1.0.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.jsontrace.core.test/1.0.1-SNAPSHOT/org.eclipse.tracecompass.jsontrace.core.test-1.0.1-SNAPSHOT-sources.jar 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/jsontrace/org.eclipse.tracecompass.jsontrace.core.test/target/org.eclipse.tracecompass.jsontrace.core.test-1.0.1-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.jsontrace.core.test/1.0.1-SNAPSHOT/org.eclipse.tracecompass.jsontrace.core.test-1.0.1-SNAPSHOT-pack200.jar.pack.gz 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/jsontrace/org.eclipse.tracecompass.jsontrace.core.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.jsontrace.core.test/1.0.1-SNAPSHOT/org.eclipse.tracecompass.jsontrace.core.test-1.0.1-SNAPSHOT-p2metadata.xml 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/jsontrace/org.eclipse.tracecompass.jsontrace.core.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.jsontrace.core.test/1.0.1-SNAPSHOT/org.eclipse.tracecompass.jsontrace.core.test-1.0.1-SNAPSHOT-p2artifacts.xml 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.jsontrace.core.test --- 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] ------------------------------------------------------------------------ 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] Reactor Summary: 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] Trace Compass Parent 5.0.0-SNAPSHOT ................ SUCCESS [ 47.488 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] Trace Compass Tracetype-agnostic Analyses Parent 5.0.0-SNAPSHOT SUCCESS [ 0.020 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] Trace Compass Common Utilities Parent 5.0.0-SNAPSHOT SUCCESS [ 0.061 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.common.core 4.1.0-SNAPSHOT SUCCESS [ 16.630 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] Trace Compass State System Parent 5.0.0-SNAPSHOT ... SUCCESS [ 0.083 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.datastore.core 1.1.4-SNAPSHOT SUCCESS [ 1.889 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.segmentstore.core 2.1.1-SNAPSHOT SUCCESS [ 1.431 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.statesystem.core 4.2.2-SNAPSHOT SUCCESS [ 1.969 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] Trace Compass TMF Parent 5.0.0-SNAPSHOT ............ SUCCESS [ 0.015 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] Trace Compass Filter Parser 1.0.2-SNAPSHOT ......... SUCCESS [ 0.615 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.tmf.core 5.1.0-SNAPSHOT ... SUCCESS [ 7.869 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.analysis.counters.core 2.0.2-SNAPSHOT SUCCESS [ 0.725 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] Trace Compass CTF Support Parent 5.0.0-SNAPSHOT .... SUCCESS [ 0.014 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] Trace Compass CTF Parser Plug-in 1.0.2-SNAPSHOT .... SUCCESS [ 6.799 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.ctf.core 4.0.0-SNAPSHOT ... SUCCESS [ 2.364 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] Trace Compass CTF Core Tests Plug-in 1.0.5-SNAPSHOT SUCCESS [01:18 min] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.statesystem.core.tests 1.0.9-SNAPSHOT SUCCESS [ 20.675 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.tmf.core.tests 1.0.9-SNAPSHOT SUCCESS [06:13 min] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.tmf.ctf.core 4.2.0-SNAPSHOT SUCCESS [ 1.294 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.tmf.ctf.core.tests 1.0.9-SNAPSHOT SUCCESS [11:13 min] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.analysis.counters.core.tests 0.0.1-SNAPSHOT SUCCESS [ 16.133 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.tmf.ui 5.1.0-SNAPSHOT ..... SUCCESS [ 16.630 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.analysis.counters.ui 0.0.5-SNAPSHOT SUCCESS [ 0.978 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.analysis.graph.core 2.1.2-SNAPSHOT SUCCESS [ 1.006 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.analysis.graph.core.tests 1.0.4-SNAPSHOT SUCCESS [ 12.619 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.tmf.chart.core 1.0.2-SNAPSHOT SUCCESS [ 0.616 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.analysis.lami.core 1.1.0-SNAPSHOT SUCCESS [ 1.267 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.analysis.lami.core.tests 1.0.1-SNAPSHOT SUCCESS [ 9.913 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.tmf.chart.ui 1.0.7-SNAPSHOT SUCCESS [ 1.297 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.analysis.lami.ui 1.1.0-SNAPSHOT SUCCESS [ 1.232 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.analysis.graph.ui 1.0.8-SNAPSHOT SUCCESS [ 0.845 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.analysis.timing.core 5.0.0-SNAPSHOT SUCCESS [ 1.933 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.analysis.os.linux.core 4.0.0-SNAPSHOT SUCCESS [ 2.424 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.analysis.os.linux.core.tests 1.0.9-SNAPSHOT SUCCESS [02:10 min] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.analysis.timing.ui 4.0.0-SNAPSHOT SUCCESS [ 1.375 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.analysis.os.linux.ui 3.0.4-SNAPSHOT SUCCESS [ 1.698 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.analysis.os.linux.ui.tests 1.0.6-SNAPSHOT SUCCESS [ 21.506 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.analysis.profiling.core 1.1.3-SNAPSHOT SUCCESS [ 1.791 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.analysis.profiling.core.tests 1.0.2-SNAPSHOT SUCCESS [ 48.128 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.analysis.profiling.ui 2.0.0-SNAPSHOT SUCCESS [ 1.310 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.tmf.ui.tests 1.0.10-SNAPSHOT SUCCESS [03:47 min] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.tmf.ui.swtbot.tests 1.0.9-SNAPSHOT SUCCESS [06:43 min] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.analysis.timing.core.tests 1.0.4-SNAPSHOT SUCCESS [ 21.653 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests 1.0.2-SNAPSHOT SUCCESS [ 26.806 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] Trace Compass LTTng Support Parent 5.0.0-SNAPSHOT .. SUCCESS [ 0.013 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.lttng2.common.core 1.1.1-SNAPSHOT SUCCESS [ 0.391 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.tmf.analysis.xml.core 3.2.2-SNAPSHOT SUCCESS [ 2.403 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.lttng2.kernel.core 3.0.0-SNAPSHOT SUCCESS [ 0.961 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests 0.0.4-SNAPSHOT SUCCESS [02:23 min] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests 1.0.7-SNAPSHOT SUCCESS [01:45 min] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests 1.0.10-SNAPSHOT SUCCESS [02:48 min] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.tmf.chart.core.tests 1.0.1-SNAPSHOT SUCCESS [ 10.830 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests 1.0.3-SNAPSHOT SUCCESS [ 24.406 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests 1.0.3-SNAPSHOT SUCCESS [ 53.846 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] Trace Compass BTF Support Parent 5.0.0-SNAPSHOT .... SUCCESS [ 0.204 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.btf.core 2.1.3-SNAPSHOT ... SUCCESS [ 1.555 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] Trace Compass Documentation 5.0.0-SNAPSHOT ......... SUCCESS [ 0.019 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] Trace Compass Developer Guide 5.0.0-SNAPSHOT ....... SUCCESS [ 33.508 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.tmf.analysis.xml.ui 2.1.8-SNAPSHOT SUCCESS [ 1.154 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.tmf 5.0.0-SNAPSHOT ........ SUCCESS [ 0.655 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.btf.ui 1.0.2-SNAPSHOT ..... SUCCESS [ 0.575 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.btf 5.0.0-SNAPSHOT ........ SUCCESS [ 0.239 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.btf.core.tests 1.0.0-SNAPSHOT SUCCESS [ 10.744 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.common.core.tests 1.1.5-SNAPSHOT SUCCESS [ 11.094 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.ctf 5.0.0-SNAPSHOT ........ SUCCESS [ 0.160 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.ctf.parser.tests 1.0.1-SNAPSHOT SUCCESS [ 10.577 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.tmf.ctf 5.0.0-SNAPSHOT .... SUCCESS [ 0.193 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests 1.0.8-SNAPSHOT SUCCESS [03:27 min] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] Trace Compass User Guide 5.0.0-SNAPSHOT ............ SUCCESS [ 11.056 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] Trace Compass GDB Tracepoint Analysis User Guide 5.0.0-SNAPSHOT SUCCESS [ 7.362 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] Trace Compass RCP User Guide 5.0.0-SNAPSHOT ........ SUCCESS [ 6.801 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] Trace Compass Pcap User Guide 5.0.0-SNAPSHOT ....... SUCCESS [ 6.943 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.examples 1.0.4-SNAPSHOT ... SUCCESS [ 0.725 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] Trace Compass GDB Tracepoint Analysis Parent 5.0.0-SNAPSHOT SUCCESS [ 0.061 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.gdbtrace.core 1.0.2-SNAPSHOT SUCCESS [ 1.503 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.gdbtrace.ui 1.1.1-SNAPSHOT SUCCESS [ 0.726 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.gdbtrace 5.0.0-SNAPSHOT ... SUCCESS [ 0.270 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.gdbtrace.core.tests 1.0.0-SNAPSHOT SUCCESS [ 9.631 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.gdbtrace.ui.tests 1.0.0-SNAPSHOT SUCCESS [ 22.301 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.lttng2.common.core.tests 1.0.0-SNAPSHOT SUCCESS [ 8.426 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.lttng2.control.core 1.2.1-SNAPSHOT SUCCESS [ 1.124 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.tmf.remote.core 2.0.2-SNAPSHOT SUCCESS [ 0.510 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.tmf.remote.ui 1.0.5-SNAPSHOT SUCCESS [ 1.499 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.lttng2.control.ui 1.2.7-SNAPSHOT SUCCESS [ 2.728 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.lttng2.control 5.0.0-SNAPSHOT SUCCESS [ 0.206 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.lttng2.control.core.tests 1.1.1-SNAPSHOT SUCCESS [ 10.281 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.tmf.remote.core.tests 1.0.0-SNAPSHOT SUCCESS [ 8.884 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.lttng2.control.ui.tests 2.0.2-SNAPSHOT SUCCESS [ 50.538 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.lttng2.kernel.ui 2.0.0-SNAPSHOT SUCCESS [ 0.690 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.lttng2.kernel 5.0.0-SNAPSHOT SUCCESS [ 0.306 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.tmf.analysis.xml.core.tests 1.0.9-SNAPSHOT SUCCESS [01:01 min] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.lttng2.kernel.core.tests 2.0.0-SNAPSHOT SUCCESS [02:10 min] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.lttng2.ust.core 4.0.3-SNAPSHOT SUCCESS [ 2.632 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.lttng2.ust.ui 3.0.5-SNAPSHOT SUCCESS [ 1.609 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.lttng2.ust 5.0.0-SNAPSHOT . SUCCESS [ 0.226 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.lttng2.ust.core.tests 1.0.9-SNAPSHOT SUCCESS [ 42.012 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.lttng2.ust.ui.tests 1.0.0-SNAPSHOT SUCCESS [ 21.385 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests 1.0.5-SNAPSHOT SUCCESS [01:34 min] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests 1.0.10-SNAPSHOT SUCCESS [06:58 min] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests 1.0.10-SNAPSHOT SUCCESS [01:46 min] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] Trace Compass Pcap Format Support Parent 5.0.0-SNAPSHOT SUCCESS [ 0.014 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.pcap.core 1.1.0-SNAPSHOT .. SUCCESS [ 0.903 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] Trace Compass Pcap Parser Core Tests Plug-in 1.0.2-SNAPSHOT SUCCESS [ 11.921 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.tmf.pcap.core 1.0.3-SNAPSHOT SUCCESS [ 0.681 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.tmf.pcap.ui 1.1.1-SNAPSHOT SUCCESS [ 0.788 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.tmf.pcap 5.0.0-SNAPSHOT ... SUCCESS [ 0.185 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.tmf.pcap.core.tests 1.0.1-SNAPSHOT SUCCESS [ 11.289 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests 1.0.0-SNAPSHOT SUCCESS [ 58.283 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] Trace Compass RCP Parent 5.0.0-SNAPSHOT ............ SUCCESS [ 0.012 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] Trace Compass RCP Branding plug-in 5.0.0-SNAPSHOT .. SUCCESS [ 0.204 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] Trace Compass RCP Branding Feature 5.0.0-SNAPSHOT .. SUCCESS [ 0.149 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.rcp.ui 5.0.0-SNAPSHOT ..... SUCCESS [ 0.761 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] Trace Compass RCP Feature 5.0.0-SNAPSHOT ........... SUCCESS [ 0.527 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.rcp.incubator.ui 1.0.0-SNAPSHOT SUCCESS [ 0.469 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.rcp.incubator 1.0.0-SNAPSHOT SUCCESS [ 0.543 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] Trace Compass Json trace Parent 5.0.0-SNAPSHOT ..... SUCCESS [ 0.066 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.jsontrace.core 0.1.1-SNAPSHOT SUCCESS [ 0.629 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.jsontrace 1.0.0-SNAPSHOT .. SUCCESS [ 0.249 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] Trace Compass RCP Product 5.0.0-SNAPSHOT ........... SUCCESS [03:01 min] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] Trace Compass Release Engineering Parent 5.0.0-SNAPSHOT SUCCESS [ 0.018 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] Trace Compass Target Platform 5.0.0-SNAPSHOT ....... SUCCESS [ 3.880 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.integration.swtbot.tests 1.0.8-SNAPSHOT SUCCESS [10:45 min] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.datastore.core.tests 1.0.1-SNAPSHOT SUCCESS [ 11.033 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.segmentstore.core.tests 1.0.3-SNAPSHOT SUCCESS [ 10.314 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests 1.0.8-SNAPSHOT SUCCESS [01:40 min] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.tmf.analysis.xml.ui.tests 1.0.2-SNAPSHOT SUCCESS [ 23.078 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.tmf.chart.ui.tests 1.0.0-SNAPSHOT SUCCESS [ 19.913 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests 1.0.6-SNAPSHOT SUCCESS [02:35 min] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.tmf.remote.ui.tests 1.0.0-SNAPSHOT SUCCESS [ 22.382 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] Trace Compass All Tests 1.0.6-SNAPSHOT ............. SUCCESS [ 13.276 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.testing 5.0.0-SNAPSHOT .... SUCCESS [ 0.525 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.tmf.remote 5.0.0-SNAPSHOT . SUCCESS [ 0.121 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] Trace Compass Repository 5.0.0-SNAPSHOT ............ SUCCESS [ 26.551 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] org.eclipse.tracecompass.jsontrace.core.test 1.0.1-SNAPSHOT SUCCESS [ 1.246 s] 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] ------------------------------------------------------------------------ 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] BUILD SUCCESS 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] ------------------------------------------------------------------------ 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] Total time: 01:34 h 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] Finished at: 2019-07-19T20:42:44Z 16:42:44 [2019-07-19T20:42:44.506Z] [INFO] ------------------------------------------------------------------------ Post stage [Pipeline] archiveArtifacts 16:42:46 [2019-07-19T20:42:46.559Z] Archiving artifacts [Pipeline] junit 16:42:57 [2019-07-19T20:42:57.840Z] Recording test results [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Deploy) Stage "Deploy" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // timestamps [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] End of Pipeline Finished: SUCCESS